diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index 40f5f3ccc..000000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,124 +0,0 @@ -{ - "projectName": "AssetOpsBench", - "projectOwner": "IBM", - "repoType": "github", - "repoHost": "https://github.com", - "files": [ - "README.md" - ], - "imageSize": 50, - "commit": true, - "contributorsPerLine": 7, - "contributors": [ - { - "login": "DhavalRepo18", - "name": "DhavalRepo18", - "avatar_url": "https://github.com/DhavalRepo18.png", - "profile": "https://github.com/DhavalRepo18", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "ShuxinLin", - "name": "ShuxinLin", - "avatar_url": "https://github.com/ShuxinLin.png", - "profile": "https://github.com/ShuxinLin", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "jtrayfield", - "name": "jtrayfield", - "avatar_url": "https://github.com/jtrayfield.png", - "profile": "https://github.com/jtrayfield", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "nianjunz", - "name": "nianjunz", - "avatar_url": "https://github.com/nianjunz.png", - "profile": "https://github.com/nianjunz", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "ChathurangiShyalika", - "name": "ChathurangiShyalika", - "avatar_url": "https://github.com/ChathurangiShyalika.png", - "profile": "https://github.com/ChathurangiShyalika", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "PUSHPAK-JAISWAL", - "name": "PUSHPAK-JAISWAL", - "avatar_url": "https://github.com/PUSHPAK-JAISWAL.png", - "profile": "https://github.com/PUSHPAK-JAISWAL", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "bradleyjeck", - "name": "bradleyjeck", - "avatar_url": "https://github.com/bradleyjeck.png", - "profile": "https://github.com/bradleyjeck", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "florenzi002", - "name": "florenzi002", - "avatar_url": "https://github.com/florenzi002.png", - "profile": "https://github.com/florenzi002", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "kushwaha001", - "name": "kushwaha001", - "avatar_url": "https://github.com/kushwaha001.png", - "profile": "https://github.com/kushwaha001", - "contributions": [ - "code" - ] - }, - { - "login": "Mohit-15", - "name": "Mohit Gupta", - "avatar_url": "https://avatars.githubusercontent.com/u/52665879?v=4", - "profile": "https://mohit-gupta.me/", - "contributions": [ - "doc" - ] - }, - { - "login": "DeveloperMindset123", - "name": "Ayan Das", - "avatar_url": "https://avatars.githubusercontent.com/u/109440738?v=4", - "profile": "https://github.com/DeveloperMindset123", - "contributions": [ - "doc", - "code" - ] - } - ], - "commitType": "docs", - "commitConvention": "angular" -} diff --git a/.env.public b/.env.public deleted file mode 100644 index 2bc835cde..000000000 --- a/.env.public +++ /dev/null @@ -1,15 +0,0 @@ -# ── CouchDB (IoTAgent server) ──────────────────────────────────────────────── -COUCHDB_URL=http://localhost:5984 -COUCHDB_USERNAME=admin -COUCHDB_PASSWORD=password -IOT_DBNAME=iot -WO_DBNAME=workorder - -# ── IBM WatsonX (plan-execute runner) ──────────────────────────────────────── -WATSONX_APIKEY= -WATSONX_PROJECT_ID= -WATSONX_URL=https://us-south.ml.cloud.ibm.com # optional - -# ── LiteLLM (plan-execute runner) ──────────────────────────────────────────── -LITELLM_API_KEY= -LITELLM_BASE_URL= diff --git a/.github/PULL_REQUEST_TEMPLATE/bugfix.md b/.github/PULL_REQUEST_TEMPLATE/bugfix.md deleted file mode 100644 index e755cdf8d..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/bugfix.md +++ /dev/null @@ -1,17 +0,0 @@ -## Description -## Fix Details -## Impact on Benchmarking -- [ ] **No change to baselines**: This fix only improves stability/performance. -- [ ] **Baseline change**: This fix corrects a scoring error. (Please provide "Before vs. After" results). - -## Related Issues -- Fixes: # - -## Verification Steps -1. Run the following command: `uv run pytest tests/integration` -2. Describe any manual verification performed: - -## Checklist -- [ ] I have added tests that prove my fix is effective. -- [ ] My code follows the project's Ruff formatting and linting rules. -- [ ] I have signed off my commits (DCO). \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/chore.md b/.github/PULL_REQUEST_TEMPLATE/chore.md deleted file mode 100644 index 5cd152b46..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/chore.md +++ /dev/null @@ -1,8 +0,0 @@ -## Description -## Changes -- [ ] Dependency update (`uv lock`) -- [ ] Documentation / Tutorial update -- [ ] Refactoring (no logic change) - -## Checklist -- [ ] I have signed off my commits (DCO). \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md deleted file mode 100644 index f84363d3d..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/feature.md +++ /dev/null @@ -1,21 +0,0 @@ -## Description -## Type of Change -- [ ] New Benchmark Scenario (Industry/Asset type) -- [ ] Evaluation Metric / Scorer -- [ ] Agentic Orchestration Logic (ReAct, Plan-Execute, etc.) -- [ ] Infrastructure / Tooling Improvement - -## Industry Relevance -## Related Issues -- Refs: # - -## Testing & Validation -- [ ] **Unit Tests**: `uv run pytest tests/unit` passed. -- [ ] **Scenario Validation**: Verified that the agent can execute the trajectory. -- [ ] **Data Integrity**: Checked that no PII or sensitive industrial data is included. - -## Checklist -- [ ] My code follows the project's Ruff formatting and linting rules. -- [ ] I have performed a self-review of my code. -- [ ] I have updated the documentation (README or /docs) accordingly. -- [ ] I have signed off my commits (DCO). \ No newline at end of file diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index 4731918b0..000000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Close stale issues - -on: - schedule: - - cron: '0 0 * * *' - workflow_dispatch: - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v10 - with: - stale-issue-message: > - This issue has been inactive for 30 days. It will be closed in 7 days - unless there is further activity. - close-issue-message: > - Closed due to 30 days of inactivity. Please reopen if this is still relevant. - days-before-issue-stale: 30 - days-before-issue-close: 7 - stale-issue-label: stale - exempt-issue-labels: pinned,security,in-progress - days-before-pr-stale: -1 - days-before-pr-close: -1 diff --git a/.gitignore b/.gitignore index a775beb4f..ae40b625e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,206 +1,6 @@ -# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ -cover/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -.pybuilder/ -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# UV -# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. -# This is especially recommended for binary packages to ensure reproducibility, and is more -# commonly ignored for libraries. -#uv.lock - -# poetry -# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. -# This is especially recommended for binary packages to ensure reproducibility, and is more -# commonly ignored for libraries. -# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock - -# pdm -# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. -#pdm.lock -# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it -# in version control. -# https://pdm.fming.dev/latest/usage/project/#working-with-version-control -.pdm.toml -.pdm-python -.pdm-build/ - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ - -# pytype static type analyzer -.pytype/ - -# Cython debug symbols -cython_debug/ - -# PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ - -# Ruff stuff: -.ruff_cache/ - -# PyPI configuration file -.pypirc - -# Cursor -# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to -# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data -# refer to https://docs.cursor.com/context/ignore-files -.cursorignore -.cursorindexingignore - -.DS_Store -.env - -# handling autogenerated data that gets stored within assetopsbench/sample_data -# autogenerated as part of the second service within docker-compose.yml file -src/assetopsbench/sample_data/bulk_docs.json - -# ignore the .env.local file that should sit within user's repo locally -# security concern since .env file is needed to know the general structure -# prevent API keys from being uploaded through git -# ensure that the zip file created to be submitted within codabench gets ignored -# track1_planning.py should also not be tracked, since the original template for reference should remain unchanged -benchmark/cods_track1/.env.local -src/agent_hive/workflows/submission_track1.zip -src/agent_hive/workflows/track1_planning.py -.vscode/ -benchmark/cods_track2/.env.local -CLAUDE.md -mcp/couchdb/sample_data/bulk_docs.json .env -mcp/servers/tsfm/artifacts/tsfm_models/ -src/tmp/ - -# Observability artifacts (OTLP-JSON traces + per-run trajectory JSON). -traces/ +.venv/ +competition_results/ +.DS_Store diff --git a/.python-version b/.python-version deleted file mode 100644 index e4fba2183..000000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.12 diff --git a/.whitesource b/.whitesource deleted file mode 100644 index 26e9c471e..000000000 --- a/.whitesource +++ /dev/null @@ -1,3 +0,0 @@ -{ - "settingsInheritedFrom": "ibm-mend-config/mend-config@main" -} \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 271273189..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,129 +0,0 @@ -# Contributing to AssetOpsBench - -Thank you for your interest in contributing to **AssetOpsBench**! This project aims to advance the state of Industrial AI by providing a rigorous benchmarking framework for autonomous asset operations. - -## How to Contribute - -1. **Fork the repository** to your own GitHub account. -2. **Create a feature branch** from `main` in your fork: `git checkout -b feature/`. -3. **Keep PRs small and focused**: We prefer PRs with fewer than 300 changed lines to ensure high-quality reviews. -4. **Follow Conventional Commits** for all commits and PR titles. -5. **Run formatting and tests** locally before opening a pull request. -6. **Open a Pull Request** from your fork to `main` with a clear description of the benchmarking impact. - -> **Note:** All PRs are merged using **Squash and merge**. The PR title will become the final commit message. Please write it carefully using the Conventional Commits format. - ---- - -## DCO: Developer's Certificate of Origin - -This repository requires a **DCO 1.1 signoff** on every commit. This is a legal statement asserting that you have the right to submit the code. You can sign off by adding the `-s` or `--signoff` flag: - -```bash -git commit -s -m 'feat(eval): add predictive maintenance scoring for pumps' - -``` - -If you have already made commits without a signoff, you can fix them: - -* **Last commit only:** `git commit --amend --no-edit --signoff` -* **Multiple commits:** `git rebase --signoff HEAD~` (where `` is the number of commits). - -Followed by a `git push -f` to your fork. - ---- - -## Commit & Branching Standards - -### Conventional Commits - -We follow the [Conventional Commits](https://www.conventionalcommits.org/) specification. - -**Structure:** `[optional scope]: ` - -* `feat`: New benchmark scenario, asset model, or agentic logic (e.g., ReAct). -* `fix`: Bug fix in evaluation scripts or data loaders. -* `docs`: Documentation improvements. -* `refactor`: Code changes that neither fix a bug nor add a feature. -* `perf`: Improvements to evaluation speed or data processing. - -### Branch Naming - -Use the structure: `/` - -* **Good:** `feature/hvac-chiller-scenario`, `bugfix/fix-jsonl-loader` -* **Bad:** `update1`, `feature_new_stuff` (no underscores or vague names) - ---- - -## Local Development Setup - -We use `uv` for lightning-fast Python dependency management. - -### 1. Install Dependencies - -```bash -uv sync --dev -source .venv/bin/activate - -``` - -### 2. Code Quality & Formatting - -We use `ruff` for both linting and formatting. Run these before every commit: - -```bash -uv run ruff format . -uv run ruff check --fix . - -``` - -### 3. Security Scanning - -To protect industrial metadata and API keys, run the IBM `detect-secrets` scan: - -```bash -uv pip install --upgrade "git+[https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets](https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets)" -detect-secrets scan --update .secrets.baseline -detect-secrets audit .secrets.baseline - -``` - ---- - -## Running Tests & Validation - -### Unit Tests - -Validate core logic for metrics and data parsing: - -```bash -uv run pytest tests/unit - -``` - -### Integration & Benchmark Validation - -Verify that agent trajectories and environment simulations run correctly: - -```bash -chmod +x ./scripts/run_tests.sh -./scripts/run_tests.sh - -``` - -This script validates: - -* **Linting**: Ruff validation. -* **Agentic Logic**: Verification of ReAct and Plan-Execute orchestration. -* **Asset Consistency**: Ensuring industrial asset IDs (e.g., FailureSensorIQ) match registry definitions. - ---- - -## Pull Request Guidelines - -* **Benchmark Integrity**: If your change modifies existing scoring logic, please include a "Before vs. After" comparison in the PR description. -* **Asset Privacy**: Ensure no real-world sensitive telemetry data is included in scenarios without anonymization. -* **Documentation**: Update the relevant dataset cards (e.g., for FailureSensorIQ) if you modify the underlying data structures. -* **PR Templates**: Use the provided templates for Features, Bug Fixes, or Chores to ensure consistent review cycles. - diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md deleted file mode 100644 index 22b9e60d8..000000000 --- a/INSTRUCTIONS.md +++ /dev/null @@ -1,295 +0,0 @@ -# AssetOpsBench MCP Environment - -This directory contains the MCP servers and infrastructure for the AssetOpsBench project. - -## Contents - -- [Prerequisites](#prerequisites) -- [Quick Start](#quick-start) -- [Environment Variables](#environment-variables) -- [MCP Servers](#mcp-servers) — full reference in [docs/mcp-servers.md](docs/mcp-servers.md) -- [Example queries](#example-queries) -- [Agents](#agents) -- [Observability](#observability) -- [Evaluation](#evaluation) -- [Running Tests](#running-tests) -- [Architecture](#architecture) - ---- - -## Prerequisites - -- **Python 3.12+** — required by `pyproject.toml` -- **[uv](https://docs.astral.sh/uv/)** — dependency and environment manager - - ```bash - curl -LsSf https://astral.sh/uv/install.sh | sh # macOS / Linux - # or: brew install uv - ``` - -- **Docker** — for running CouchDB (IoT data store) - -## Quick Start - -### 1. Install dependencies - -Run from the **repo root**: - -```bash -uv sync -``` - -`uv sync` creates a virtual environment at `.venv/`, installs all dependencies, and registers the CLI entry points (`plan-execute`, `*-mcp-server`). You can either prefix commands with `uv run` (no activation needed) or activate the venv once for your shell session: - -```bash -source .venv/bin/activate # macOS / Linux -``` - -### 2. Configure environment - -Copy `.env.public` to `.env` and fill in the required values (see [Environment Variables](#environment-variables)): - -```bash -cp .env.public .env -# Then edit .env and set WATSONX_APIKEY, WATSONX_PROJECT_ID -# CouchDB defaults work out of the box with the Docker setup -``` - -### 3. Start CouchDB - -```bash -docker compose -f src/couchdb/docker-compose.yaml up -d -``` - -Verify CouchDB is running: - -```bash -curl -X GET http://localhost:5984/ -``` - -### 4. Run an agent - -Servers are stdio processes spawned on-demand by the agent CLIs — no manual startup needed. Pick a runner and pass it a question: - -```bash -uv run plan-execute "What sensors are on Chiller 6?" -``` - -See [MCP Servers](#mcp-servers) for available tools and [docs/mcp-servers.md](docs/mcp-servers.md) for launching a server directly. - ---- - -## Environment Variables - -**CouchDB** — `iot` and `wo` servers - -| Variable | Default | Description | -| ------------------ | ----------------------- | ------------------------ | -| `COUCHDB_URL` | `http://localhost:5984` | CouchDB connection URL | -| `COUCHDB_USERNAME` | `admin` | CouchDB admin username | -| `COUCHDB_PASSWORD` | `password` | CouchDB admin password | -| `IOT_DBNAME` | `iot` | IoT sensor database name | -| `WO_DBNAME` | `workorder` | Work order database name | -| `VIBRATION_DBNAME` | `vibration` | Vibration sensor database name | - -**WatsonX** — plan-execute runner (when `--model-id` starts with `watsonx/`) - -| Variable | Default | Description | -| -------------------- | ----------------------------------- | --------------------------- | -| `WATSONX_APIKEY` | _(required)_ | IBM WatsonX API key | -| `WATSONX_PROJECT_ID` | _(required)_ | IBM WatsonX project ID | -| `WATSONX_URL` | `https://us-south.ml.cloud.ibm.com` | WatsonX endpoint (optional) | - -**LiteLLM proxy** — used by every runner whenever `--model-id` carries the `litellm_proxy/` prefix (the default for claude-agent, openai-agent, deep-agent) - -| Variable | Default | Description | -| ------------------ | ------------ | -------------------------------------------------------------------- | -| `LITELLM_API_KEY` | _(required)_ | LiteLLM proxy API key | -| `LITELLM_BASE_URL` | _(required)_ | LiteLLM proxy base URL, e.g. `https://your-litellm-host.example.com` | - ---- - -## MCP Servers - -Six FastMCP servers cover IoT data, time-series ML, work orders, vibration diagnostics, failure-mode reasoning, and utility tools. They speak MCP over stdio and are spawned on-demand by the agent runners — no manual startup needed. - -| Server | Tools | Backing service | -| ----------- | ----- | -------------------------------------- | -| `iot` | 4 | CouchDB | -| `utilities` | 3 | none | -| `fmsr` | 2 | LiteLLM + `failure_modes.yaml` | -| `wo` | 8 | CouchDB | -| `tsfm` | 6 | IBM Granite TinyTimeMixer (torch) | -| `vibration` | 8 | CouchDB + numpy/scipy DSP | - -Tool signatures, required env vars, and how to launch a server directly: **[docs/mcp-servers.md](docs/mcp-servers.md)**. - ---- - -## Example queries - -The CLI examples below use a `$query` shell variable so you can swap in any question without editing the commands. Pick one of these to get started: - -```bash -# Simple single-server queries -query="What sensors are on Chiller 6?" -query="Is LSTM model supported in TSFM?" -query="Get the work order of equipment CWC04013 for year 2017." - -# Multi-step / multi-server queries -query="What is the current date and time? Also list assets at site MAIN. Also get sensor list and failure mode list for any of the chiller at site MAIN." -``` - -## Agents - -Four runners drive the same MCP servers. Each is a CLI registered by `uv sync` that takes a single positional `question` argument and spawns the MCP servers as stdio subprocesses on demand. - -| Runner | Source | Loop | Default model | -| -------------- | ---------------------------- | ------------------------------------------------------------- | ----------------------------------------------------------- | -| `plan-execute` | `src/agent/plan_execute/` | Custom plan → execute → summarise (no SDK) | `watsonx/meta-llama/llama-4-maverick-17b-128e-instruct-fp8` | -| `claude-agent` | `src/agent/claude_agent/` | [`claude-agent-sdk`](https://github.com/anthropics/claude-agent-sdk-python) agentic loop | `litellm_proxy/aws/claude-opus-4-6` | -| `openai-agent` | `src/agent/openai_agent/` | [`openai-agents`](https://github.com/openai/openai-agents-python) SDK Runner | `litellm_proxy/azure/gpt-5.4` | -| `deep-agent` | `src/agent/deep_agent/` | [LangChain deep-agents](https://docs.langchain.com/oss/python/deepagents/overview) (LangGraph), MCP bridged via `langchain-mcp-adapters` | `litellm_proxy/aws/claude-opus-4-6` | - -### Usage - -```bash -uv run plan-execute "$query" -uv run claude-agent "$query" -uv run openai-agent "$query" -uv run deep-agent "$query" -``` - -### Common flags - -| Flag | Description | -| --------------------- | -------------------------------------------------------------------------------------------- | -| `--model-id MODEL_ID` | Provider-prefixed model string (defaults in the runner table above) | -| `--show-trajectory` | Print each turn / step (text, tool calls, token usage) | -| `--json` | Emit the trajectory as JSON | -| `--verbose` | Show INFO-level logs on stderr | -| `--run-id ID` | Persist the run under this ID (auto-UUID4 if omitted) — see [Observability](#observability) | -| `--scenario-id ID` | Tag the run for benchmark grouping | - -### Runner-specific flags - -| Flag | Runner | Description | -| --------------------- | -------------------------- | ----------------------------------------------------------------- | -| `--show-plan` | plan-execute | Print the generated plan before execution | -| `--max-turns N` | claude-agent, openai-agent | Max agentic-loop turns (default: 30) | -| `--recursion-limit N` | deep-agent | Max LangGraph recursion steps (default: 100) | - -### Examples - -```bash -# Inspect the plan-execute plan before running -uv run plan-execute --show-plan --model-id watsonx/ibm/granite-3-3-8b-instruct "$query" - -# Stream a claude-agent run and pipe to jq -uv run claude-agent --json "$query" | jq .turns - -# Direct Anthropic API (no proxy) for claude-agent -uv run claude-agent --model-id claude-opus-4-6 "$query" - -# Persist a deep-agent run for benchmark evaluation -AGENT_TRAJECTORY_DIR=./traces/trajectories OTEL_TRACES_FILE=./traces/traces.jsonl \ - uv run deep-agent --run-id bench-001 --scenario-id 304 "$query" -``` - ---- - -## Observability - -Each agent run can persist two artifacts joined by `run_id`: - -- **Trace** — OpenTelemetry root span with metadata + aggregate metrics (runner, model, IDs, span duration, token totals, turn / tool-call counts). -- **Trajectory** — per-run JSON with per-turn content (text, tool inputs/outputs, per-turn tokens and timing). - -Install the optional deps and set either / both / neither env var: - -```bash -uv sync --group otel - -AGENT_TRAJECTORY_DIR=./traces/trajectories \ -OTEL_TRACES_FILE=./traces/traces.jsonl \ - uv run deep-agent --run-id bench-001 --scenario-id 304 "$query" -``` - -`--run-id` (auto-UUID4 if omitted) and `--scenario-id` are available on every runner. With nothing set, runs work normally with zero persistence overhead. - -See [docs/observability.md](docs/observability.md) for span attribute reference, trajectory layout, `jq` recipes, log rotation, and optional Jaeger / Collector replay. - ---- - -## Evaluation - -Offline scoring of saved trajectories against ground-truth scenarios. Three-stage flow: - -``` -agent run → trajectory (run_id) → uv run evaluate → reports/.json -``` - -End-to-end against a ground-truth file: - -```bash -# 1. Persist trajectories -export AGENT_TRAJECTORY_DIR=$(pwd)/traces/trajectories -uv run claude-agent "List all failure modes of asset Chiller." --scenario-id 101 - -# 2. Score with LLM-As-Judge -uv run evaluate \ - --trajectories traces/trajectories \ - --scenarios groundtruth/101.json \ - --scorer-default llm_judge \ - --judge-model litellm_proxy/aws/claude-opus-4-6 -``` - -Output lands under `reports/` — one `.json` per trajectory plus `_aggregate.json` for the rollup. - -Scorer families follow MLflow's evaluator/scorer split: `llm_judge` is wired up; `exact_string_match`, `numeric_match`, and `semantic_similarity` ship as skeletons (raise `NotImplementedError`). - -Full reference — scenario schema, report layout, custom scorers, looping over ground-truth: **[docs/evaluation.md](docs/evaluation.md)**. - ---- - -## Running Tests - -```bash -uv run pytest src/ -k "not integration" # unit tests only — no services required -uv run pytest src/ # full suite — integration tests auto-skip if their service is unavailable -``` - -Each integration suite is gated by a `skipif` mark; missing service ⇒ silently skipped, not failed: - -| Suite | Skip unless | -| ------------------ | ---------------------------------------------------------------------------- | -| iot, wo, vibration | CouchDB reachable — `docker compose -f src/couchdb/docker-compose.yaml up -d` | -| fmsr | `WATSONX_APIKEY`, `WATSONX_PROJECT_ID` set in `.env` | -| tsfm | `PATH_TO_MODELS_DIR`, `PATH_TO_DATASETS_DIR` set in `.env` | - -Narrow scope by path or name pattern: - -```bash -uv run pytest src/servers/wo/tests/ # one package's full suite -uv run pytest src/servers/wo/tests/test_integration.py -v # one file -uv run pytest src/ -k "integration" # only files / tests with "integration" in the name -``` - ---- - -## Architecture - -``` -┌──────────────────────────────────────────────────────────────┐ -│ agent/ │ -│ │ -│ PlanExecuteRunner ClaudeAgentRunner │ -│ OpenAIAgentRunner DeepAgentRunner │ -│ │ -└──────────────────────────┬───────────────────────────────────┘ - │ MCP protocol (stdio) - ┌─────────────────┼───────────┬──────────┬──────┬───────────┐ - ▼ ▼ ▼ ▼ ▼ ▼ - iot utilities fmsr tsfm wo vibration - (tools) (tools) (tools) (tools) (tools) (tools) -``` diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 261eeb9e9..000000000 --- a/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/QA.md b/QA.md new file mode 100644 index 000000000..1ad4ec3a0 --- /dev/null +++ b/QA.md @@ -0,0 +1,23 @@ +# Q & A Page + +**We use this page to share participant questions and answers publicly so everyone has the same information. Please use GitHub issues or the Kaggle discussion page for additional questions. Thank you!** + +What are the tracks? + +> The competition has Track 1 and Track 2. + +Do Track 1 and Track 2 use different input data filenames? + +> No. Both tracks use the same Kaggle input data filename. Download the data file from the Kaggle Data tab for the track you are entering and set its local path in the config file. + +What should the Kaggle submission look like? + +> Submit a CSV with `id` and `answer`. `answer` should be the selected option letter. + +Which files should I start with? + +> Use `metadata_config_test.json` for the test split, `metadata_config_val.json` for the validation split, and `run.py` to generate `competition_results/submission.csv` after setting the dataset and predictor paths. + +Can I change prompts or model code? + +> Yes. You may use your own prompting, model, and inference code as long as your submission follows the rules for the track you are entering. diff --git a/README.md b/README.md index a9491d142..e506ba7b1 100644 --- a/README.md +++ b/README.md @@ -1,439 +1,161 @@ -
+# Industrial Automation Challenge: Benchmarking Physics-Grounded LLMs for Task Reasoning -# AssetOpsBench +[![IJCAI 2026](https://img.shields.io/badge/IJCAI_2026-Competition-red)](https://2026.ijcai.org/competitions/#:~:text=Industrial%20Automation%20Challenge%3A%20Benchmarking%20Physics%2DGrounded%20LLMs%20for%20Task%20Reasoning) [![Project Page](https://img.shields.io/badge/Industrial_Automation_Challenge-Page-red)](https://sites.google.com/view/ai-industrial-challenge-ijcai/home) [![Q&A](https://img.shields.io/badge/Question-Answer-blue)](QA.md) -### AI Agents for Industrial Asset Operations & Maintenance +This repository contains the public starter kit for the IJCAI 2026 Industrial Automation Challenge: Benchmarking Physics-Grounded LLMs for Task Reasoning. -*A unified, open framework for building, orchestrating, and evaluating domain-specific AI agents in Industry 4.0.* +Participants can use this starter kit to load the Kaggle data file, connect their own predictor, and generate a Kaggle-ready CSV submission. -[![Stars](https://img.shields.io/github/stars/IBM/AssetOpsBench?style=for-the-badge&logo=github&color=yellow)](https://github.com/IBM/AssetOpsBench/stargazers) -[![Forks](https://img.shields.io/github/forks/IBM/AssetOpsBench?style=for-the-badge&logo=github)](https://github.com/IBM/AssetOpsBench/network/members) -[![License](https://img.shields.io/badge/License-Apache_2.0-green?style=for-the-badge)](LICENSE) -[![KDD 2026](https://img.shields.io/badge/KDD%202026-Accepted-0f62fe?style=for-the-badge)](#publications) -[![IJCAI 2026](https://img.shields.io/badge/IJCAI%202026-Live%20Competition-d02670?style=for-the-badge)](#ai-competitions) -[![CODS 2025](https://img.shields.io/badge/CODS%202025-500%2B%20Submissions-007d79?style=for-the-badge)](#ai-competitions) +## Updates -[![AssetOps](https://img.shields.io/badge/Domain-Asset_Operations-blue)](#) -[![MultiAgentBench](https://img.shields.io/badge/Domain-Multi--agent_Bench-blue)](#) -[![EMNLP 2025](https://img.shields.io/badge/EMNLP--2025-Accepted-blueviolet)](#publications) -[![NeurIPS 2025](https://img.shields.io/badge/NeurIPS--2025-Accepted-blueviolet)](#publications) -[![AAAI 2026](https://img.shields.io/badge/AAAI--2026-Accepted-blueviolet)](#publications) -[![IAAI 2026](https://img.shields.io/badge/IAAI--2026-Accepted-blueviolet)](#publications) -[![ICLR 2026](https://img.shields.io/badge/ICLR--2026-Accepted-blueviolet)](#publications) -[![ACL 2026](https://img.shields.io/badge/ACL--2026-Accepted-blueviolet)](#publications) +2026.06.14: Added the public starter-kit workflow, Q&A page, config files, and CSV submission utilities. +## Repository Structure +```text +. +├── README.md # Competition starter-kit documentation +├── QA.md # Public competition Q&A +├── dataset_utils.py # Dataset loading utilities +├── eval_framework.py # Submission-generation framework +├── run.py # Command-line entry point +├── metadata_config_val.json # Validation config template +├── metadata_config_test.json # Test config template +└── requirements.txt # Python dependencies +``` -📄 [**Paper**](https://arxiv.org/pdf/2506.03828) · 🤗 [**Dataset**](https://huggingface.co/datasets/ibm-research/AssetOpsBench) · 🎮 [**Playground**](https://huggingface.co/spaces/ibm-research/AssetOps-Bench) · 📢 [**IBM Blog**](https://research.ibm.com/blog/asset-ops-benchmark) · 🎥 [**Video**](https://www.youtube.com/watch?v=kXmBDMrKFjs) · 📊 [**Kaggle**](https://www.kaggle.com/benchmarks/ibm-research/asset-ops-bench) · 🚀 [**Colab**](https://colab.research.google.com/github/IBM/AssetOpsBench/blob/main-0.x/notebook/LLM_Agent.ipynb) - -
- -> [!IMPORTANT] -> 🎉 **AssetOpsBench is officially accepted at KDD 2026** (Datasets & Benchmarks Track), Jeju, South Korea, alongside our hands-on tutorial *Building Reliable Industrial Agents with MCP*. See [Publications](#publications) for the full list of 2025–2026 work. - ---- - -## At a Glance - - - - - - - - - - -
9
Asset classes
141+
Scenarios
5
Domain agents
2
Orchestration frameworks
20+
University extensions
500+
Competition submissions
- -**Built for:** maintenance engineers, reliability specialists, facility planners, and Industry 4.0 researchers. -**Powered by:** LLMs + Time Series Foundation Models, orchestrated over live sensor data and Industry 4.0 records (FMEA, work orders, alerts). -**Now with:** simplified interface and native **MCP (Model Context Protocol)** support. - ---- - -## Quick Start +## Installation ```bash -# Clone and install -git clone https://github.com/IBM/AssetOpsBench.git -cd AssetOpsBench -pip install -e . - -# Try a scenario (to be enabled) -python -m assetopsbench.run --scenario "List all sensors of Chiller 6 in MAIN site" +pip install -r requirements.txt ``` -Or jump in instantly: -- 🚀 **[Run on Colab](https://colab.research.google.com/github/IBM/AssetOpsBench/blob/main-0.x/notebook/LLM_Agent.ipynb)** — no install required (illustration of LLM Agent) -- 🎮 **[Try the HF Playground](https://huggingface.co/spaces/ibm-research/AssetOps-Bench)** — interactive demo -- 📖 **[Read INSTRUCTIONS.md](./INSTRUCTIONS.md)** — full setup, MCP servers, plan-execute runner - -> [!NOTE] -> Active development is on `main`. The codebase used for various publication venues continues to be maintained on separate branches, for example, ACL 2026 [`IndustryAssetEQA`](https://github.com/IBM/AssetOpsBench/tree/IndustryAssetEQA) and prior experimental work is maintained on [`main-0.x`](https://github.com/IBM/AssetOpsBench/tree/main-0.x). - ---- - -## What is AssetOpsBench? - -AssetOpsBench is a **unified framework for developing, orchestrating, and evaluating domain-specific AI agents** in industrial asset operations and maintenance. It provides reproducible scenarios, agent tooling, and evaluation pipelines for multi-step workflows in simulated industrial environments. - -### Domain-Specific MCP Servers - -| MCP Servers | Important tools | -|---|---| -| **IoT** | `get_sites`, `get_history`, `get_assets`, `get_sensors` | -| **FMSR** | `get_sensors`, `get_failure_modes`, `get_failure_sensor_mapping` | -| **TSFM** | `forecasting`, `timeseries_anomaly_detection` | -| **WO** | `get_work_order_distribution`, `predict_next_work_order`, ... | -| **Vibration** | `compute_fft_spectrum`, `compute_envelope_spectrum`, ... | -| **...** | **...** | - -### Agent Frameworks - -- **[Plan Execute](./src/agent/plan_execute)** — plan-and-execute sequential workflow to work with any LLM -- **[Deep Agent](./src/agent/deep_agent)** — planning, sub-agents, and virtual filesystem for long-horizon tasks -- **[Claude Agent](./src/agent/claude_agent)** — ReAct-based orchestrator using Claude with agent-as-tool delegation -- **[OpenAI Agent](./src/agent/openai_agent)** — ReAct-based orchestrator using OpenAI models with agent-as-tool delegation - - -### MCP Environment - -The `src/` directory contains MCP servers and a plan-execute runner built on the [Model Context Protocol](https://modelcontextprotocol.io/). See **[INSTRUCTIONS.md](./INSTRUCTIONS.md)** for setup. - - ---- - -## Example Scenarios +## Tracks -| Domain | Example Task | -|---|---| -| **IoT** | "List all sensors of Chiller 6 in MAIN site" | -| **FMSR** | "Identify failure modes detected by Chiller 6 Supply Temperature" | -| **TSFM** | "Forecast Chiller 9 Condenser Water Flow for the week of 2020-04-27" | -| **WO** | "Generate a work order for Chiller 6 anomaly detection" | +The challenge has two Kaggle tracks: -Some tasks focus on a single domain, others are multi-step end-to-end workflows. Explore all scenarios on [Hugging Face](https://huggingface.co/datasets/ibm-research/AssetOpsBench). +- Track 1 +- Track 2 ---- +Both tracks use the same Kaggle input data filename. Download the data file from the Kaggle Data tab for the track you are entering, then update the config with your local file path. -## Leaderboards +The final Kaggle links can be added to this README once they are available. -- To be revised (WIP with latest models) -- Evaluated with **7 Large Language Models** -- Trajectories scored using **LLM Judge (Llama-4-Maverick-17B)** -- **6-dimensional criteria** measuring reasoning, execution, and data handling +## Dataset Config -Example: MetaAgent leaderboard +Update `metadata_config_val.json` or `metadata_config_test.json`: -![meta_agent_leaderboard](https://github.com/user-attachments/assets/615059be-e296-40d3-90ec-97ee6cb00412) - ---- - -## Publications - -**12+ contributions across 7 top venues** in 2025–2026 from the team behind AssetOpsBench. - -
-⭐ KDD 2026 — Jeju, South Korea (click to expand) - -- **[D&B]** **AssetOpsBench: A Benchmark for Industrial Asset Operations Agents** · *D. Patel, S. Lin, et al.* · [📄 Paper](https://arxiv.org/pdf/2506.03828) -- **[Tutorial]** **Building Reliable Industrial Agents with MCP: A Hands-on AssetOpsBench Tutorial for AI-Driven Operations** · *D. Patel, C. Shyalika, et al.* - -
- -
-ACL 2026 - San Diego, USA - -- **[Industry]** **IndustryAssetEQA: A Neurosymbolic Operational Intelligence System for Embodied Question Answering in Industrial Asset Maintenance** · *C. Shyalika, D. Patel, A. Sheth* - -
+```json +{ + "dataset": { + "dataset_name": "industrial_automation_challenge_test", + "dataset_path": "path/to/kaggle_dataset_file.jsonl", + "description": "Industrial Automation Challenge test questions" + }, + "predictor": { + "path": "path/to/your_predictor.py:predict" + }, + "submission_columns": ["id", "answer"], + "output_dir": "competition_results", + "output_file": "submission.csv" +} +``` -
-ICLR 2026 - Brazil +Replace `path/to/kaggle_dataset_file.jsonl` with the local path to the Kaggle data file. -- **[Main]** **Adaptive Conformal Anomaly Detection with Time Series Foundation Models for Signal Monitoring** · *N. Martinez, F. O'Donncha, W. M. Gifford, N. Zhou, D. C. Patel, R. Vaculin* +## Input Rows -
+The loader supports multiple-choice rows with participant-facing fields such as: -
-AAAI 2026 — Singapore +- `id`: question identifier +- `question_type`: question type string +- `passage`: context passage, when present +- `question`: question text +- `options`: answer options keyed by option letter +- `metadata`: public row metadata, when present -- **[Demo]** **AssetOpsBench-Live: Privacy-Aware Online Evaluation of Multi-Agent Performance in Industrial Operations** · *D. Patel, N. Zhou, S. Lin, J. T. Rayfield, C. Shyalika, S. R. Yarrabothula* · [🎥 Demo](https://www.youtube.com/watch?v=JcKlS5v5fGY) -- **[Main]** **SPIRAL: Symbolic LLM Planning via Grounded and Reflective Search** · *Y. Zhang, G. Ganapavarapu, S. Jayaraman, B. Agrawal, D. Patel, A. Fokoue* · [💻 Code](https://github.com/IBM/SPIRAL) -- **[Bridge]** **Knowledge-Guided AI for Industrial Asset Health Monitoring** · *S. Lin, D. Patel* -- **[Tutorial]** **From Inception to Productization: Hands-on Lab for the Lifecycle of Multimodal Agentic AI in Industry 4.0** · *C. Shyalika, S. Ahuja, S. Lin, R. Wickramarachchi, D. Patel, A. Sheth* · [🌐 Website](https://ibm.github.io/AssetOpsBench/aaaiwebsite/) · [📊 Slides](https://drive.google.com/file/d/16GaYxBQ2FsVqKpkKOU0PI_ZCTCsowenF/view?usp=sharing) -- **[Workshop(AABA4ET)]** **Agentic Code Generation for Heuristic Rules in Equipment Monitoring** · *F. Lorenzi, A. Langbridge, F. O'Donncha, J. Rayfield, B. Eck, S. Rosato* +Rows with only `id` and `text` are also supported. -
+## Predictor Interface -
-IAAI 2026 - Singapore +Your predictor should be a Python function that accepts one scenario and returns an answer. Example: -- **[Deployed]** **Deployed AI Agents for Industrial Asset Management: CodeReAct Framework for Event Analysis and Work Order Automation** · *N. Zhou, D. Patel, A. Bhattacharyya* -- **[Emmerging]** **Diversity Meets Relevancy: Multi-Agent Knowledge Probing for Industry 4.0 Applications** · *C. Constantinides, D. Patel, S. Kimbleton, N. Garg, M. Paracha* +```python +def predict(scenario): + return {"answer": "A"} +``` -
+A scenario object has: -
-NeurIPS 2025 — San Diego, USA +- `scenario.id` +- `scenario.text` +- `scenario.options` +- `scenario.metadata` +- `scenario.to_dict()` -- **[D&B Track]** **FailureSensorIQ: A Multi-Choice QA Dataset for Understanding Sensor Relationships and Failure Modes** · *C. Constantinides, D. Patel, S. Lin, C. Guerrero, S. D. Patil, J. Kalagnanam* · [📄 arXiv](https://arxiv.org/abs/2506.03278) · [💻 Code](https://github.com/IBM/FailureSensorIQ) -- **[Social]** **Building Reliable Agentic Benchmarks: Insights from AssetOpsBench** *(invited talk, 2000+ registered)* · *D. Patel* · [📅 Luma](https://luma.com/mkyyvypm?tk=AkGVp5) +You can pass the predictor as `path/to/file.py:function_name`. -
+## Generate a Submission -
-EMNLP 2025 — Suzhou, China +```bash +python run.py --config metadata_config_test.json +``` -- **[Main]** **ReAct Meets Industrial IoT: Language Agents for Data Access** · *J. T. Rayfield, S. Lin, N. Zhou, D. C. Patel* -- **[Main]** **Generalized Embedding Models for Industry 4.0 Applications** · *C. Constantinides, S. Lin, D. C. Patel* · [📄 arXiv](https://arxiv.org/abs/2506.12607) -- **[Findings]** **Fine-Tuned Thoughts: Leveraging Chain-of-Thought Reasoning for Industrial Asset Health Monitoring** · *S. Lin, D. Patel, C. Constantinides* · [📄 ACL Anthology](https://aclanthology.org/2025.findings-emnlp.1126/) · [💻 Code](https://github.com/IBM/FailureSensorIQ) +The runner writes: -
+```text +competition_results/submission.csv +``` ---- +The CSV format is: -## Tutorials & Technical Material +```csv +id,answer +``` -📘 Hands-on guides from our team: +## Useful Commands -- [**ReActXen IoT Agent**](https://github.com/IBM/ReActXen/blob/main/docs/tutorial/ReActXen_IoT_Agent_EMNLP_2025.pdf) (EMNLP 2025) -- [**FailureSensorIQ**](https://github.com/IBM/FailureSensorIQ) (NeurIPS 2025) -- [**AssetOpsBench Lab**](https://ibm.github.io/AssetOpsBench/aaaiwebsite/) (AAAI 2026) -- [**SPIRAL**](https://github.com/IBM/SPIRAL) (AAAI 2026) -- [**AssetOpsBench Technical Material**](https://github.com/IBM/AssetOpsBench/blob/main/docs/tutorial/AssetOpsBench_Technical_Material.pdf) +Run with the validation config: ---- +```bash +python run.py --config metadata_config_val.json +``` -## AI Competitions +Override the dataset path: -AssetOpsBench powers public AI agent competitions that bring together researchers, students, and practitioners worldwide. +```bash +python run.py \ + --config metadata_config_test.json \ + --dataset-path path/to/kaggle_dataset_file.jsonl +``` -### 🔴 Live — IJCAI 2026 +Override the predictor path: -**Industrial Automation Challenge: Benchmarking Physics-Grounded LLMs for Task Reasoning** +```bash +python run.py \ + --config metadata_config_test.json \ + --predictor path/to/your_predictor.py:predict +``` -A new challenge co-located with **IJCAI 2026** that pushes LLM agents on physics-grounded industrial reasoning. +Use a command-line agent: -- 🌐 **Challenge site:** [ai-industrial-challenge-ijcai](https://sites.google.com/view/ai-industrial-challenge-ijcai/home) -- 📋 **IJCAI 2026 competitions:** [2026.ijcai.org/competitions](https://2026.ijcai.org/competitions/) +```bash +python run.py \ + --config metadata_config_test.json \ + --agent-command 'your-agent --question {question_json}' +``` -### ✅ Completed — CODS 2025 +If the command prints JSON with `answer`, `choice`, or `prediction`, the runner uses that value. Otherwise, stdout is used as the answer. -**AssetOpsBench-Live: AI Agentic Challenge** +## Submission Format -Launched in September 2025 at CODS 2025, the competition evaluated multi-agent systems on live industrial scenarios. +Submit a CSV file with exactly these columns: -- 🏆 **Competition page:** [codabench.org/competitions/10206](https://www.codabench.org/competitions/10206/) -- 👥 **365 participants** · **500+ agent submissions** +- `id` +- `answer` ---- +`answer` should be the selected option letter for that row. -## Talks & Events +## Support -| Date | Event | -|---|---| -| 2026-08 | **KDD 2026** — AssetOpsBench paper + MCP tutorial · *Jeju, South Korea* | -| 2026-05-10 | [NUS Seminar: AssetOpsBench Applications](https://events.comp.nus.edu.sg/view/25423) | -| 2025-12 | NeurIPS 2025 Social: *Building Reliable Agentic Benchmarks* (2000+ registered) | -| 2025-10-03 | 2-Hour Workshop: *AI Agents and Their Role in Industry 4.0 Applications* · NJIT ACM | -| 2025-09-01 | [CODS 2025 Competition Launch — AssetOpsBench-Live](https://www.codabench.org/competitions/10206/) | -| 2025-06-01 | AssetOpsBench v1.0 released — 141 industrial scenarios | - ---- - -## University Projects & Extensions - -AssetOpsBench is being extended by university research groups exploring new asset classes, evaluation paradigms, and agentic architectures. **To list your project, open a PR.** - -- **Internalizing MCP Tool Knowledge in Small LLMs via QLoRA Fine-Tuning** — HPML project using AssetOpsBench to fine-tune ~4B models to internalize MCP tool knowledge and reduce prompt schema overhead. [Ayal Yakobe](https://github.com/yakobeayal), Columbia University · [repo](https://github.com/YuvalShemla/hpml-2026-project) -- **SPIN — Structural LLM Planning via Iterative Navigation for Industrial Tasks.** [Yusuke Ozaki](https://github.com/ozatamago), University at Albany · [paper](https://arxiv.org/abs/2605.14051) · [repo](https://github.com/ozatamago/AssetOpsBench/tree/UACap10) -- **Synthetic Scenario Generation for Evaluation of Industry 4.0 Agents** — Automated scenario generation, transformer asset integration, and scenario quality evaluation. [Rohith Kanathur](https://github.com/Rohith-Kanathur), [Sagar Chethan Kumar](https://github.com/Sagar-CK), Columbia University · [repo](https://github.com/Rohith-Kanathur/AssetOpsBench) -- **AgentOpsBench** — High-throughput battery analytics MCP server with DNN prognostics (RUL prediction) and 3.3× latency optimization. [Siddharth Gowda, Rushin Bhatt, Aryaman Agrawal, Winston Li](https://github.com/siddharthgowda), Columbia University · [repo](https://github.com/siddharthgowda/AssetOpsBench) -- **Skill-Knowledge-Augmented Agents on AssetOpsBench** — Confidence-gated skill execution with scoped knowledge plugins for industrial fault diagnosis. [Vera Mazeeva](https://github.com/verammaz), [Sanskruti Shejwal](https://github.com/Sans-Shej), [Shrey Arora](https://github.com/shreyarora2198), [Mana Abbaszadeh](https://github.com/Manazd), Columbia University · [repo](https://github.com/shreyarora2198/AssetOpsBench/tree/team14-final) -- **Evaluating Temporal Semantic Caching and Workflow Optimization in Agentic Plan-Execute Pipelines.** [Krish Veera](https://www.github.com/krishrveera/), [Alimurtaza Mustafa Merchant](https://github.com/alimurtaza0411/), [Sajal Kumar Goyla](https://github.com/SajalGoyla/), [Shambhawi Bhure](https://github.com/ShambhawiBhure/), Columbia University · [paper](https://arxiv.org/abs/2605.20630) · [repo](https://github.com/alimurtaza0411/Latency-Optimized-AssetOpsBench/tree/feature/ablation-study) -- **Towards Multi-Turn Dialog Systems for Industrial Asset Operations and Maintenance** - Improved response quality and reduced redundant tool calls and multi-turn latency. [Chengrui Li](https://github.com/Coderlicr), [Rujing Li](https://github.com/rujing-li), [Yitong Bai](https://github.com/BrianBai093), [Rui Li](https://github.com/Rui2026), Columbia University ·[paper](https://arxiv.org/abs/2605.24953)· [repo](https://github.com/Coderlicr/Multi-Turn-AssetOps) -- **Skills and Knowledge Plugin MCP Servers for Optimized Industrial O&M Agents** - reducing planning overhead and improving retrieval grounding in industrial asset maintenance agents through an MCP Skills Server that exposes reusable multi-step operational workflows and a Knowledge Plugin Server that enables injection of context-specific documentation. [Andrew Li](https://github.com/andli28), [Kirthana Natarajan](https://github.com/kmn01), [Thai On](https://github.com/tq-o), [Trisha Maturi](https://github.com/trishamaturi), [Yeshitha Bhuvanesh](https://github.com/Yeshitha-co), Columbia University · [repo](https://github.com/kmn01/AssetOpsBench/) -- **Profiling and Optimizing the TSFM MCP Server** - Developed a reproducible benchmarking harness, stage-level profiling system, and interchangeable model interface that identified preprocessing and inference bottlenecks, achieving up to 12.8× faster forecasting and 12.2% lower fine-tuning latency while supporting forecasting, fine-tuning, and anomaly detection workflows. [Tomas Pasiecznik](https://github.com/tomaspasie), [Sam Colman](https://github.com/samccolman), [Byeolah Kwon](https://github.com/Byeolah-Kwon), [Sally Go](https://github.com/yugo9081), Columbia University · [repo](https://github.com/Lion-Latency/AssetOpsBench) -- **Profiling and Optimizing the AssetOpsBench Plan-Execute Pipeline** - Provides the first systematic performance characterization of the AssetOpsBench plan-execute pipeline to quantify the latency-accuracy tradeoff of thinking mode on Gemma 4 26B for industrial asset operations tasks. Implemented and evaluated scenario-based routing optimizations to balance the tradeoff. [Shen Li](https://github.com/jasonlee-1024), [Charles Xu](https://github.com/Char15Xu), [Ann Li](https://github.com/anncli), [Caroline Cahill](https://github.com/caroline-cahill), Columbia University · [repo](https://github.com/jasonlee-1024/AssetOpsBench) -- **Performance Optimzation of the TSFM Agent in an Industrial Agentic Benchmark** - Developed an optimization framework for IBM's TinyTimeMixer(TTM) model by implementing model pre-loading, torch.compile graph fusion, and replacing Huggingface abstractions with direct batched model calls. We achieved 3.3X reduction in workflow latency and 68% decrease in total execution time while maintaining zero-shot forecast quality on industrial sensor data. [Alisha Vinod](https://github.com/alishavinod), [Jonathan Ang](https://github.com/mao1e), [Sanjaii Vijayakumar](https://github.com/sanjaiiv04), [Thomas Ajai](https://github.com/thomasajai), Columbia University . [repo](https://github.com/alishavinod/AssetOpsBench) -- **Visual Inspection Agent for AssetOpsBench** - Adds a vision modality to AssetOpsBench via an MCP-connected Visual Inspection Agent and 22 hand-authored visual inspection scenarios across pumps, induction motors, power transformers, and wind turbine blades. Benchmarks AWQ W4A16 quantization and vLLM serving optimizations on Qwen2.5-VL-7B and Llama-3-LLaVA-NeXT-8B, with an LLM-as-a-judge scoring pipeline for accuracy evaluation. [Amaan Sheikh](https://github.com/amaan784), [Aman Upganlawar](https://github.com/amanupg), [Madhav Rajkondawar](https://github.com/madhavrajk), [Yang-Jung (Eric) Chen](https://github.com/ericyangchen), Columbia University · [repo](https://github.com/amaan784/hpml-final-project) -- **Agentic AI Workflows for Naval Operations and Maintenance** — Exploring AssetOpsBench for evaluating agentic AI workflows, with future extensions using digital-twin-generated synthetic data. [Priyam Dalmia](https://github.com/priyamDalmia), [Chin-Teng Lin](https://profiles.uts.edu.au/Chin-Teng.Lin), [Fred Chang](https://profiles.uts.edu.au/Fred.Chang), University of Technology Sydney ---- - -## Call for Scenario Contribution - -We are expanding **AssetOpsBench** to cover a broader range of industrial challenges. We invite researchers and practitioners to contribute new scenarios, particularly in: - -- **Asset Classes:** Turbines, HVAC systems, Pumps, Transformers, CNC Machines, Robotics, Engines -- **Task Domains:** Prognostics and Health Management, Remaining Useful Life (RUL) estimation, Root Cause Analysis (RCA), Diagnostic Analysis, Predictive Maintenance - -**How to contribute:** - -1. **Define** your scenario following our [Utterance Guideline](docs/guideline/utterance_design_guideline.md) and [Ground Truth Guideline](docs/guideline/ground_truth_design_guideline.md) -2. **Explore** the [Hugging Face dataset](https://huggingface.co/datasets/ibm-research/AssetOpsBench) for examples -3. **Submit** a Pull Request or open an [Issue](https://github.com/IBM/AssetOpsBench/issues) with the tag `new-scenario` -4. **Contact us** with questions: - - Dhaval Patel — [pateldha@us.ibm.com](mailto:pateldha@us.ibm.com) - - Nianjun Zhou — [jzhou@us.ibm.com](mailto:jzhou@us.ibm.com) - ---- - -## Contributors - -Thanks to these wonderful people ✨ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - ShuxinLin
- ShuxinLin -

- 💻 -
- - DhavalRepo18
- DhavalRepo18 -

- 💻 -
- - ChathurangiShyalika
- ChathurangiShyalika -

- 💻 -
- - Dev-Scodes5
- Dev-Scodes5 -

- 💻 -
- - DeveloperMindset123
- DeveloperMindset123 -

- 💻 -
- - LGDiMaggio
- LGDiMaggio -

- 💻 -
- - PUSHPAK-JAISWAL
- PUSHPAK-JAISWAL -

- 💻 -
- - bradleyjeck
- bradleyjeck -

- 💻 -
- - florenzi002
- florenzi002 -

- 💻 -
- - jack-pfeifer
- jack-pfeifer -

- 💻 -
- - jdsheehan
- jdsheehan -

- 💻 -
- - jtrayfield
- jtrayfield -

- 💻 -
- - kushwaha001
- kushwaha001 -

- 💻 -
- - nianjunz
- nianjunz -

- 💻 -
- - sandeepkunkunuru
- sandeepkunkunuru -

- 💻 -
- - srutanik
- srutanik -

- 💻 -
- - thedgarg31
- thedgarg31 -

- 💻 -
- - - - ---- - -## Star History - -[![Star History Chart](https://api.star-history.com/svg?repos=IBM/AssetOpsBench&type=Date)](https://star-history.com/#IBM/AssetOpsBench&Date) - ---- - -
- -**If AssetOpsBench is useful to your work, please ⭐ star the repo, 🍴 fork it, and tell us what you're building.** - -
+For questions, use the competition Q&A/discussion channel or open a GitHub issue. diff --git a/competition/readme.md b/competition/readme.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/dataset_utils.py b/dataset_utils.py new file mode 100644 index 000000000..eedec8599 --- /dev/null +++ b/dataset_utils.py @@ -0,0 +1,127 @@ +"""Dataset loading utilities for the Industrial Automation Challenge starter kit.""" + +from __future__ import annotations + +import json +from dataclasses import dataclass, field +from pathlib import Path +from typing import Any + + +PUBLIC_EXTRA_FIELDS = { + "question_type", + "passage", + "question", + "options", + "type", + "category", + "asset_class", + "family", + "domain", + "phase", + "difficulty", +} + + +@dataclass(frozen=True) +class AssetOpsScenario: + """One Industrial Automation Challenge scenario.""" + + id: str + text: str + metadata: dict[str, Any] = field(default_factory=dict) + + @property + def options(self) -> Any: + return self.metadata.get("options") + + def to_dict(self) -> dict[str, Any]: + return {"id": self.id, "text": self.text, **self.metadata} + + +def read_json_records(path: str | Path) -> list[dict[str, Any]]: + """Read a JSON list, single JSON object, or JSONL file.""" + + p = Path(path) + text = p.read_text(encoding="utf-8").strip() + if not text: + return [] + + if p.suffix == ".jsonl": + return [json.loads(line) for line in text.splitlines() if line.strip()] + + raw = json.loads(text) + if isinstance(raw, list): + return raw + if isinstance(raw, dict): + if isinstance(raw.get("data"), list): + return raw["data"] + return [raw] + raise ValueError(f"Unsupported JSON shape in {p}: {type(raw).__name__}") + + +def load_public_scenarios(path: str | Path) -> list[AssetOpsScenario]: + """Load scenarios from a JSON/JSONL dataset file.""" + + scenarios: list[AssetOpsScenario] = [] + for index, raw in enumerate(read_json_records(path)): + if not isinstance(raw, dict): + raise ValueError(f"Record {index} must be an object, got {type(raw).__name__}") + + scenario_id = raw.get("id", raw.get("scenario_id")) + text = raw.get("text", raw.get("prompt")) + if not text: + text = _compose_question_text(raw) + if scenario_id is None: + raise ValueError(f"Record {index} is missing required field 'id'.") + if not text: + raise ValueError( + f"Record {index} is missing required prompt content. Expected " + "either 'text'/'prompt' or the MCQA fields 'passage' and/or 'question'." + ) + + metadata: dict[str, Any] = {} + if isinstance(raw.get("metadata"), dict): + metadata.update(raw["metadata"]) + metadata.update({k: raw[k] for k in PUBLIC_EXTRA_FIELDS if k in raw}) + scenarios.append(AssetOpsScenario(id=str(scenario_id), text=str(text), metadata=metadata)) + + return scenarios + + +def build_dataset(dataset_path: str | Path | None = None) -> list[AssetOpsScenario]: + """Dataset builder used by the starter framework.""" + + if dataset_path is None: + raise ValueError("dataset_path is required") + return load_public_scenarios(dataset_path) + + +def _compose_question_text(raw: dict[str, Any]) -> str: + """Build a prompt from the MCQA schema.""" + + parts: list[str] = [] + passage = raw.get("passage") + question = raw.get("question") + options = raw.get("options") + if passage: + parts.append(str(passage).strip()) + if question: + parts.append(str(question).strip()) + if options: + parts.append(_format_options(options)) + return "\n\n".join(part for part in parts if part) + + +def _format_options(options: Any) -> str: + if isinstance(options, dict): + items = options.items() + elif isinstance(options, list): + letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + items = [(letters[i], value) for i, value in enumerate(options)] + else: + return str(options).strip() + lines = ["Options:"] + for key, value in items: + lines.append(f"{key}. {value}") + return "\n".join(lines) diff --git a/docs/evaluation.md b/docs/evaluation.md deleted file mode 100644 index 12ce4e1e2..000000000 --- a/docs/evaluation.md +++ /dev/null @@ -1,289 +0,0 @@ -# Evaluation - -Offline scoring of saved agent trajectories against ground-truth scenarios. - -The evaluation module follows the three-stage pattern used by SWE-bench, -HELM, and τ-bench: - -``` -agent run → trajectory (run_id) → evaluate → reports/.json -``` - -Re-scoring from saved trajectories is first-class: re-run with a -different scorer or judge model without re-invoking the agent. - -## Concepts - -The vocabulary follows MLflow's evaluation split: - -- **Scenario** — a ground-truth record on disk. Carries `id`, `text` - (the utterance), `type`, `characteristic_form` (expected behaviour), - and optional `scoring_method`. -- **Trajectory** — a per-run JSON file persisted by the agent runners - when `AGENT_TRAJECTORY_DIR` is set. Carries `run_id`, `scenario_id`, - `question`, `answer`, and per-turn detail. -- **Scorer** — a callable that takes - `(scenario, answer, trajectory_text)` and returns a `ScorerResult`. - Scorers fall into three families: - - **Code-Based** — deterministic, no LLM (e.g. `exact_string_match`, - `numeric_match`). *Skeleton only* in this branch. - - **LLM-As-Judge** — `llm_judge`. Six-criterion rubric, requires a - LiteLLM-routable model passed via `--judge-model`. - - **Semantic-Score** — similarity-based, no LLM call. *Skeleton only* - in this branch. -- **Evaluator** — orchestrates a batch: loads scenarios + trajectories, - joins on `scenario_id`, dispatches to scorers, aggregates results. - -## Inputs - -### Scenario file - -JSON list, JSON object, or JSONL. Fields the scorer cares about: - -| Field | Used by | Notes | -| --------------------- | ------------------------------------------------ | ---------------------------------------------- | -| `id` | join | Coerced to string at load time | -| `text` | all | The utterance the agent answered | -| `type` | reporting | Scenario family (`iot`, `tsfm`, `FMSR`, …) | -| `characteristic_form` | `llm_judge`, `semantic_similarity`* | Expected behaviour, free-form | -| `expected_answer` | `exact_string_match`*, `numeric_match`* | Exact target string / number | -| `scoring_method` | dispatch | Registered scorer name; overrides CLI default | -| `tolerance` | `numeric_match`* | Optional relative + absolute tolerance | - -\* Skeleton in this branch — see [Available scorers](#available-scorers-in-this-branch). - -Ground-truth files under `groundtruth/` already match this schema — -they're a drop-in scenarios input. - -### Trajectory file - -Written by the observability layer to `AGENT_TRAJECTORY_DIR` as one -JSON per run. Fields the evaluator reads: - -``` -{ - "run_id": "", - "scenario_id": "", - "runner": "claude-agent" | "plan-execute" | …, - "model": "", - "question": "", - "answer": "", - "trajectory": {…} // SDK Trajectory dict, or list[StepResult] for plan-execute -} -``` - -`scenario_id` is critical — trajectories with `null` scenario_id are -dropped at the join step. Pass `--scenario-id` to the agent CLI to set it. - -## End-to-end workflow - -```bash -# 1. Persist trajectories under AGENT_TRAJECTORY_DIR -export AGENT_TRAJECTORY_DIR=$(pwd)/traces/trajectories -uv run claude-agent "List all failure modes of asset Chiller." --scenario-id 101 - -# 2. Score with LLM-As-Judge against the ground-truth file -uv run evaluate \ - --trajectories traces/trajectories \ - --scenarios groundtruth/101.json \ - --scorer-default llm_judge \ - --judge-model litellm_proxy/aws/claude-opus-4-6 -``` - -Output: - -``` -Scenarios: 1 Passed: 1 Pass rate: 100.0% - -By scenario type: - FMSR 1/1 (100.0%) - -Operational metrics: - tokens_in_total: 7 - tokens_out_total: 25 - tool_calls_total: 1 - duration_ms_p50: 14690.6 - -Reports written: reports/.json (1 files) -Aggregate: reports/_aggregate.json -``` - -## Output layout - -``` -reports/ -├── .json # one ScenarioResult per trajectory -├── .json -└── _aggregate.json # EvalReport: totals, by_scenario_type, ops rollup -``` - -Per-run file (`reports/.json`): - -```json -{ - "scenario_id": "101", - "scenario_type": "FMSR", - "run_id": "112c1b56-…", - "runner": "claude-agent", - "model": "litellm_proxy/aws/claude-opus-4-6", - "question": "List all failure modes of asset Chiller.", - "answer": "Here are the 7 failure modes for the Chiller asset: …", - "score": { - "scorer": "llm_judge", - "passed": true, - "score": 1.0, - "rationale": "", - "details": { - "task_completion": true, - "data_retrieval_accuracy": true, - "generalized_result_verification": true, - "agent_sequence_correct": true, - "clarity_and_justification": true, - "hallucinations": false, - "suggestions": "" - } - }, - "ops": { - "turn_count": 2, - "tool_call_count": 1, - "unique_tools": ["get_failure_modes"], - "tokens_in": 7, - "tokens_out": 25, - "duration_ms": 14690.6, - "est_cost_usd": 0.001959 - } -} -``` - -Aggregate (`reports/_aggregate.json`) is the full `EvalReport`: - -```json -{ - "generated_at": "", - "runners": ["claude-agent"], - "models": ["litellm_proxy/aws/claude-opus-4-6"], - "totals": { - "scenarios": 1, - "scored": 1, - "passed": 1, - "pass_rate": 1.0 - }, - "by_scenario_type": { - "FMSR": {"total": 1, "passed": 1, "pass_rate": 1.0} - }, - "ops": { - "tokens_in_total": 7, - "tokens_out_total": 25, - "tool_calls_total": 1, - "duration_ms_p50": 14690.6, - "duration_ms_p95": 14690.6, - "est_cost_usd_total": 0.001959 - }, - "results": [ /* one ScenarioResult per run, same shape as the per-run files */ ] -} -``` - -## CLI reference - -``` -uv run evaluate \ - --trajectories DIR_OR_FILE # required - --scenarios FILE [FILE ...] # required, one or more - [--reports-dir DIR] # default: reports/ - [--scorer-default NAME] # default: llm_judge - [--judge-model MODEL_ID] # required when llm_judge runs - [-v] -``` - - -## Available scorers in this branch - -| Family | Registered name | Status | -| ------------- | ---------------------- | ------------------------------------------- | -| LLM-As-Judge | `llm_judge` | Works. Installed by passing `--judge-model` | -| Code-Based | `exact_string_match` | **Skeleton — `NotImplementedError`** | -| Code-Based | `numeric_match` | **Skeleton — `NotImplementedError`** | -| Semantic-Score| `semantic_similarity` | **Skeleton — `NotImplementedError`** | - -Skeleton scorers don't auto-register; calling them raises -`NotImplementedError`. Fill in the body and call -`evaluation.scorers.register("", )` to enable. - -## LLM-As-Judge - -Six-criterion rubric, prompt mirrored from -`src/tmp/evaluation_agent/result_evaluation_prompt.py`: - -- `task_completion` -- `data_retrieval_accuracy` -- `generalized_result_verification` -- `agent_sequence_correct` -- `clarity_and_justification` -- `hallucinations` - -A run passes overall iff the first five are `true` **and** -`hallucinations` is `false`. The score is the fraction of the first -five satisfied, minus 0.2 if `hallucinations` is `true`. The judge's -free-form `suggestions` (or legacy `reason`) lands in -`score.rationale`; the full review dict lands in `score.details`. - -To customise: edit `_PROMPT_TEMPLATE` in -`src/evaluation/scorers/llm_judge.py`. - -## Programmatic use - -```python -from pathlib import Path -from evaluation import Evaluator -from evaluation.scorers.llm_judge import install -from llm import LiteLLMBackend - -install(LiteLLMBackend(model_id="litellm_proxy/aws/claude-opus-4-6")) - -report = Evaluator(default_scorer="llm_judge").evaluate( - trajectories_path=Path("traces/trajectories"), - scenarios_paths=[Path("groundtruth/101.json")], -) - -for r in report.results: - print(r.run_id, r.score.passed, r.score.score) -``` - -## Plug in a custom scorer - -```python -from evaluation import scorers -from evaluation.models import ScorerResult - -def keyword_hit(scenario, answer, trajectory_text) -> ScorerResult: - required = (scenario.model_extra or {}).get("required_keywords", []) - hits = [k for k in required if k.lower() in answer.lower()] - passed = len(hits) == len(required) - return ScorerResult( - scorer="keyword_hit", - passed=passed, - score=len(hits) / max(1, len(required)), - rationale="" if passed else f"missing: {set(required) - set(hits)}", - ) - -scorers.register("keyword_hit", keyword_hit) -# Any scenario with "scoring_method": "keyword_hit" now routes here. -``` - -## Loop over all ground-truth files - -```bash -export AGENT_TRAJECTORY_DIR=$(pwd)/traces/trajectories - -for f in groundtruth/*.json; do - utt=$(python3 -c "import json,sys;d=json.load(open(sys.argv[1]));print(d['text'])" "$f") - sid=$(python3 -c "import json,sys;d=json.load(open(sys.argv[1]));print(d['id'])" "$f") - uv run claude-agent "$utt" --scenario-id "$sid" -done - -uv run evaluate \ - --trajectories traces/trajectories \ - --scenarios groundtruth/*.json \ - --scorer-default llm_judge \ - --judge-model litellm_proxy/aws/claude-opus-4-6 -``` diff --git a/docs/guideline/case_study_industrial_asset_management.md b/docs/guideline/case_study_industrial_asset_management.md deleted file mode 100644 index 09f97444b..000000000 --- a/docs/guideline/case_study_industrial_asset_management.md +++ /dev/null @@ -1,520 +0,0 @@ -# Industrial Asset Management: Utterance Design Case Study (Coming from AssetOpsBench) - -## Overview - -This document demonstrates the application of the [Utterance Design Guideline](utterance_design_guideline.md) to the Industrial Asset Management domain, specifically focusing on Facilities Management (HVAC/Chiller systems). This is a **partially accomplished case study** showing work-in-progress utterance development. - -**Status**: This case study represents an ongoing effort to build a comprehensive utterance set for industrial asset management. It demonstrates the incremental development approach recommended in the guideline, with some areas fully developed and others identified for future work. - ---- - -## Domain Context - -### Equipment Types -Chillers, air handling units (AHUs), cooling towers, pumps, compressors, heat exchangers - -### Measurement Types -Temperature, pressure, flow, power consumption, efficiency, tonnage, humidity - -### Event Types -Alerts, anomalies, work orders, failure modes, alarms - -### Time Granularity -Real-time to yearly (typically hourly for HVAC monitoring) - -### Location Hierarchy -Enterprise → Sites → Buildings → HVAC Zones → Equipment → Components - -### Action Types -Preventive maintenance (PM), corrective maintenance (CM), inspections, calibration - ---- - -## Category Mapping for Industrial Asset Management - -This section shows how the generic categories from the [main guideline](utterance_design_guideline.md) map to industrial asset management contexts. - -### Information Retrieval → Equipment & Failure Knowledge -- **Industrial Context**: Querying equipment inventory, failure modes, sensor configurations -- **Examples**: "List all chillers at site MAIN", "What failure modes exist for Chiller 6?" - -### Data Extraction → Sensor & Telemetry Data -- **Industrial Context**: Retrieving time-series sensor data, work order history, operational logs -- **Examples**: "Download Chiller 6 tonnage data from last week", "Get work orders for 2017" - -### Analysis & Inference → Performance Forecasting -- **Industrial Context**: Time series forecasting, performance prediction, trend analysis -- **Examples**: "Forecast Chiller 9 energy consumption for next week", "Predict condenser water flow" - -### Model Customization → Domain-Specific Model Training -- **Industrial Context**: Fine-tuning models for specific equipment or site conditions -- **Examples**: "Finetune forecasting model for Chiller 9 using site-specific data" - -### Anomaly & Exception Detection → Equipment Anomaly Detection -- **Industrial Context**: Detecting abnormal equipment behavior, performance deviations -- **Examples**: "Detect anomalies in Chiller 6 tonnage", "Identify unusual power consumption patterns" - -### Recommendation & Optimization → Maintenance Recommendations -- **Industrial Context**: Work order recommendations, maintenance scheduling, resource optimization -- **Examples**: "Recommend work orders for detected anomaly", "Suggest maintenance bundling strategy" - -### Future State Prediction → Failure Prediction -- **Industrial Context**: Predicting equipment failures, work order probability, remaining useful life -- **Examples**: "Predict next work order probability", "Estimate failure risk over next 30 days" - -### Multi-Step Orchestration → Integrated Diagnostics -- **Industrial Context**: Combined data retrieval, analysis, and recommendation workflows -- **Examples**: "Retrieve sensor data, detect anomalies, and recommend corrective actions" - ---- - -## Applying the Three Core Categories - -### 1. retrospective (Knowledge Extraction) - -**Domain Translation**: Understanding historical equipment performance, current asset state, and operational history. - -#### Knowledge Query Examples - -**Inventory and Configuration**: -- "What IoT sites are available?" -- "Which assets are located at the MAIN facility?" -- "List all chillers at site MAIN" -- "What assets can be found at the MAIN site?" - -**Failure Mode Analysis**: -- "List all failure modes of asset Chiller." -- "List all failure modes of asset Chiller 6." -- "List all failure modes of asset Wind Turbine." (non-deterministic - knowledge base dependent) - -**Sensor and Monitoring**: -- "List all installed sensors of asset Chiller 6." -- "Can I list all the metrics monitored by CQPA AHU 2B? use site MAIN" -- "Provide some sensors of asset Wind Turbine." (non-deterministic) - -**Failure Mode-Sensor Mapping**: -- "List all failure modes of Chiller 6 that can be detected by Chiller 6 Supply Temperature." -- "List all failure modes of Chiller 6 that can be detected by temperature sensors." -- "List all failure modes of Chiller 6 that can be detected by temperature sensors and power input sensors." -- "Get failure modes for Chiller 6 and only include in final response those that can be monitored using the available sensors." -- "Are there any failure modes of Chiller 6 that can be predicted by monitoring the vibration sensor data?" - -**Sensor-Failure Mode Mapping**: -- "List all sensors of Chiller 6 that are potentially relevant to Compressor Overheating." -- "If compressor overheating occurs for Chiller 6, which sensor should be prioritized for monitoring this specific failure?" -- "If Evaporator Water side fouling occurs for Chiller 6, which sensor is most relevant for monitoring this specific failure?" - -#### Data Query Examples - -**Metadata Retrieval**: -- "Retrieve metadata for Chiller 6 located at the MAIN site." -- "Get the asset details for Chiller 9 at the MAIN site." -- "Download the metadata for Chiller 3 at the MAIN facility." - -**Sensor Data Retrieval**: -- "Download sensor data for Chiller 6's Tonnage from the last week of 2020 at the MAIN site" -- "Retrieve sensor data for Chiller 6's % Loaded from June 2020 at MAIN." -- "Get sensor data for both Chiller 6 and Chiller 9's Tonnage from first week of June 2020 at MAIN in a single file." -- "Download all sensor data for Chiller 6 from the last week of April '20 at the MAIN site." -- "Retrieve sensor data for Chiller 6 from June 2020." - -**Point-in-Time Queries**: -- "What was the latest supply humidity from CQPA AHU 1 at site MAIN on sept 3 2015? return in a file" -- "what was the supply temperature from CQPA AHU 2B on sept 19, 2020 at quarter to midnight, at site MAIN? return in a file" -- "how much power was CQPA AHU 1 (MAIN site) using on 6/14/20?" -- "What is the power consumption of CQPA AHU 1 on mar 13 '20, site MAIN?" -- "what was the return temperature from CQPA AHU 2B on sept 19, 2020 at 7pm, at site MAIN? return data in a file" - -**Time Range Queries**: -- "retrieve the supply temperature data recorded last week for Chiller 3 (MAIN site)?" - -#### Work Order History Examples - -- "Get the work order of equipment CWC04013 for year 2017." - -**Status**: Retrospective category is well-developed with 30+ utterances covering inventory, failure modes, sensors, and historical data retrieval. - ---- - -### 2. predictive - -**Domain Translation**: Forecasting equipment performance, predicting failures, and estimating future maintenance needs. - -#### Time Series Forecasting Examples - -**Model Availability Queries**: -- "What types of time series analysis are supported?" -- "What are time series pretrained models are available in system?" -- "Are any time series forecasting models supported?" -- "Is TTM (Tiny Time Mixture), a time series model supported?" -- "Is LSTM model supported in TSFM?" (Answer: No) -- "Is Chronos model supported in TSFM?" (Answer: No) -- "Is Anomaly Detection supported in TSFM?" (Answer: Yes) -- "Is Time Series Classification supported in TSFM?" (Answer: No) -- "Is any model with context length 96 supported in TSFM?" -- "Is any model with context length 1024 supported in TSFM?" (Answer: No) - -**Forecasting Queries**: -- "What is the forecast for 'Chiller 9 Condenser Water Flow' in the week of 2020-04-27?" -- "Forecast 'Chiller 9 Condenser Water Flow' using data in 'chiller9_annotated_small_test.csv'." -- "Use data in 'chiller9_annotated_small_test.csv' to forecast with 'Timestamp' as a timestamp." - -**Model Fine-tuning**: -- "Finetune a forecasting model for 'Chiller 9 Condenser Water Flow' using data in 'chiller9_finetuning_small.csv'." - -#### Anomaly Detection Examples - -- "I need to perform Time Series anomaly detection of 'Chiller 9 Condenser Water Flow' using data in chiller9_tsad.csv." -- "Is there any anomaly detected in Chiller 6's Tonnage in the week of 2020-04-27?" - -#### Failure Prediction Examples - -- "Can you predict next work order probability for equipment CWC04009?" -- "I would like to predict the next work order probability for equipment CWC04013." -- "Build a predictive model from historical alerts and work orders of CWC04009 to forecast failures." -- "Build a predictive model to forecast failures over the forthcoming 10-year horizon." - -**Status**: Predictive category has moderate coverage (~20 utterances) focused on time series forecasting and anomaly detection. **Gap identified**: Need more utterances for remaining useful life (RUL) estimation and degradation trend analysis. - ---- - -### 3. prescriptive - -**Domain Translation**: Recommending maintenance actions, optimizing schedules, and supporting operational decisions. - -#### Recommendation Examples - -**Anomaly Response**: -- "When an anomaly happens for equipment CWC04009, can you recommend top three work orders to address this problem?" -- "How can I analyze anomalies across multiple KPIs to better diagnose the root cause of these issues?" - -**Work Order Bundling**: -- "Which corrective work orders for equipment CWC04009 in year 2017 can be bundled in the next maintenance window?" - -**Prioritization**: -- "Which work orders should I prioritize first for Chiller 9 in July 2020?" - -#### Root Cause Analysis Examples - -- "When power input of Chiller 6 drops, what is the potential failure that causes it?" -- "When the Liquid Refrigerant Evaporator Temperature of Chiller 6 drops, what failure is most likely to occur?" -- "When compressor motor of Chiller 6 fails, what is the temporal behavior of the power input?" - -#### Diagnostic Recipe Examples - -- "Purge unit of chiller 6 have possibility to excess purge, what is the plan by the maintenance experts to early detect the failure?" -- "Generate a machine learning recipe for detecting overheating failure for Chiller 6. Result should include feature sensors and target sensor." -- "I want to build an anomaly model for identifying a chiller trip failure for POKMAIN chiller 6. Provide me a list of sensors that I should use, along with the temporal behavior." -- "What are the failure modes of Chiller 6 that can be identified by analyzing the data from the available sensors?" - -#### Alert Reasoning Examples - -- "How can reasoning on operation alerts help in generating significant warning messages?" - -**Status**: Prescriptive category is under-developed (~10 utterances). **Major gaps identified**: -- Maintenance scheduling optimization -- Resource allocation -- Cost-benefit analysis -- Multi-asset prioritization -- Preventive maintenance planning - ---- - -## Coverage Analysis - -### Current Coverage Matrix - -| Operational Scenario | Retrospective | Predictive | Prescriptive | Coverage Status | -|---------------------|---------------|------------|--------------|-----------------| -| Chiller performance monitoring | ✓ (8 utterances) | ✓ (4 utterances) | ✓ (2 utterances) | **Complete** | -| Failure mode analysis | ✓ (12 utterances) | ✗ (0 utterances) | ✓ (3 utterances) | **Partial** - Missing predictive | -| Sensor data retrieval | ✓ (15 utterances) | N/A | N/A | **Complete** | -| Work order management | ✓ (1 utterance) | ✓ (3 utterances) | ✓ (2 utterances) | **Partial** - Need more prescriptive | -| Energy optimization | ✗ (0 utterances) | ✓ (1 utterance) | ✗ (0 utterances) | **Incomplete** | -| Maintenance scheduling | ✗ (0 utterances) | ✗ (0 utterances) | ✓ (1 utterance) | **Incomplete** | -| Root cause diagnosis | ✓ (2 utterances) | ✗ (0 utterances) | ✓ (3 utterances) | **Partial** | -| Anomaly detection | ✓ (0 utterances) | ✓ (2 utterances) | ✓ (1 utterance) | **Partial** - Missing retrospective | - -### Completeness Metrics - -**Category Distribution** (Current): -- Retrospective: ~55% (38 utterances) -- Predictive: ~30% (20 utterances) -- Prescriptive: ~15% (10 utterances) - -**Target Distribution**: -- Retrospective: 40% -- Predictive: 30% -- Prescriptive: 30% - -**Assessment**: Prescriptive category is significantly under-represented. Need to develop ~10-15 more prescriptive utterances. - ---- - -## SME Contribution Tracking - -### Current Contributors - -| SME Role | Expertise Area | Utterances Created | Priority Focus | -|----------|---------------|-------------------|----------------| -| Chiller Operations SME | Chiller monitoring & operations | 25 | Retrospective, Data queries | -| FMSA Expert | Failure modes & sensor analysis | 18 | Retrospective, Knowledge queries | -| Time Series Analytics SME | Forecasting & anomaly detection | 15 | Predictive | -| Maintenance Planning SME | Work order management | 5 | Prescriptive | -| **NEEDED** | Energy optimization | 0 | Prescriptive | -| **NEEDED** | Maintenance scheduling | 0 | Prescriptive | - -### Identified Gaps Requiring SME Input - -1. **Energy Optimization SME** (Priority: P1) - - Energy consumption forecasting - - Load optimization recommendations - - Cost-benefit analysis for efficiency improvements - -2. **Maintenance Scheduling SME** (Priority: P1) - - Preventive maintenance planning - - Resource allocation optimization - - Multi-asset maintenance coordination - -3. **Controls & Automation SME** (Priority: P2) - - Control system integration queries - - Setpoint optimization - - Automated response strategies - ---- - -## Utterance Schema for Industrial Asset Management - -The original ALM dataset (`docs/alm/alm_utterance.json`) contains 152 utterances with 6 base fields. This guideline recommends adding 3 additional fields for better organization and metadata tracking. - - - -1. **id** (integer): Unique identifier -2. **text** (string): Natural language utterance -3. **type** (string): AI agent identifier -4. **category** (string): Classification -5. **deterministic** (boolean): Single correct answer or not -6. **characteristic_form** (string): Expected response description - -7. **group** (string or array): RETROSPECTIVE, PREDICTIVE, PRESCRIPTIVE -8. **entity** (string or array): Primary subject(s) -9. **note** (string): Flexible metadata field - -### Complete Enhanced Schema (9 fields): - -Each utterance should follow this enhanced schema with 9 required fields in this order: - -1. **id** (integer): Unique identifier -2. **text** (string): Natural language utterance -3. **type** (string): MCP server or AI agent identifier - which component processes this utterance - - **IoT**: IoT data agent (handles sensor data, asset metadata, site information) - - **FMSA**: Failure Mode & Sensor Analysis agent (handles failure modes, sensor relationships, diagnostic recipes) - - **TSFM**: Time Series Foundation Model agent (handles forecasting, anomaly detection, model fine-tuning) - - **Workorder**: Work order management agent (handles maintenance records, recommendations, scheduling) - - **multiagent**: Multi-agent coordination (requires collaboration between multiple agents) - - Note: In MCP systems, this could also identify MCP servers like "filesystem", "database", "web-search", etc. -4. **category** (string): Classification (see Category Mapping above) -5. **deterministic** (boolean): Single correct answer (true) or multiple valid responses (false) -6. **characteristic_form** (string): Expected response description -7. **group** (string or array): RETROSPECTIVE, PREDICTIVE, PRESCRIPTIVE (use lowercase in JSON: "retrospective", "predictive", "prescriptive") -8. **entity** (string or array): Primary physical subject(s) - equipment types (e.g., "Chiller", "AHU", "Pump", "Sensor", "Site"). Use physical things, not abstract concepts like "Anomaly" or "WorkOrder" -9. **note** (string): A flexible field for any information useful to explain or contextualize the utterance, including source, owner/contributor, omitted details, design rationale, implementation notes, or any other relevant metadata - -**Important Notes**: -- **Original ALM Data**: The base dataset in `docs/alm/alm_utterance.json` contains only fields 1-6. Only one utterance (id 409) has a `note` field in the original data. -- **Recommended Enhancements**: Fields 7-9 (group, entity, note) are proposed additions for better organization, filtering, and metadata tracking. -- **Migration Path**: When adopting this guideline, existing utterances can be enhanced by adding the three recommended fields. -- **Flexibility**: The `note` field is intentionally flexible to accommodate diverse documentation needs. - ---- - -## Example Utterance Schemas - -### Example 1: RETROSPECTIVE - Site Inventory (IoT Type) - -```json -{ - "id": 1, - "text": "What IoT sites are available?", - "type": "IoT", - "category": "Knowledge Query", - "deterministic": true, - "characteristic_form": "The expected response should be the return value of all sites, either as text or as a reference to a file", - "group": "retrospective", - "entity": "Site", - "note": "Source: Initial domain analysis; Owner: Domain SME Team; Basic inventory query pattern for site discovery" -} -``` - -### Example 2: PRESCRIPTIVE - Work Order Recommendation (Workorder Type) - -```json -{ - "id": 416, - "text": "When an anomaly happens for equipment CWC04009, can you recommend top three work orders to address this problem?", - "type": "Workorder", - "category": "Decision Support", - "deterministic": false, - "characteristic_form": "It gives a list of work order with a primary failure code. Based on an anomaly in CWC04009, recommend the top three most appropriate work orders for remediation.", - "group": "prescriptive", - "entity": "Chiller", - "note": "Source: Operations team request; Owner: Maintenance SME; Supports proactive maintenance workflow; Requires anomaly detection integration" -} -``` - -### Example 3: RETROSPECTIVE - Event Summary with Note - -```json -{ - "id": 409, - "text": "Get the daily count of alert, anomaly and work order event for the May 2020 for equipment CWC04009.", - "type": "Workorder", - "category": "Knowledge Query", - "deterministic": false, - "characteristic_form": "There are 26 days with the records. Depending on the LLM used, the result could be daily total event summary or daily summary for each event type. The expected response should retrieve and summarize daily counts of alerts, anomalies, and work order events for CWC04009 for May 2020, verifying correct aggregation over time (daily) and filtering of asset, event type (alert, anomaly and work order), and time range - May 2020.", - "group": "retrospective", - "entity": ["Alert", "Anomaly", "WorkOrder"], - "note": "Source: Operations dashboard requirements; Owner: Analytics Team; Multi-entity aggregation query; Design note: We have both work order business data object and work order event as a group type in the event file, so we made a change to the utterance; Omitted: Specific aggregation method preference" -} -``` - -### Example 4: PREDICTIVE - Time Series Forecasting (TSFM Type) - -```json -{ - "id": 217, - "text": "Forecast 'Chiller 9 Condenser Water Flow' using data in 'chiller9_annotated_small_test.csv'. Use parameter 'Timestamp' as a timestamp.", - "type": "TSFM", - "category": "Inference Query", - "deterministic": true, - "characteristic_form": "The expected response should be: Forecasting results of 'Chiller 9 Condenser Water Flow' using data in 'chiller9_annotated_small_test.csv' are stored in json file", - "group": "predictive", - "entity": "Chiller", - "note": "Source: Predictive maintenance initiative; Owner: Data Science Team; Requires time series forecasting model; Implementation: Uses TSFM framework with timestamp parameter" -} -``` - -### Example 5: Multi-Group - Performance Review & Anomaly Detection - -```json -{ - "id": 420, - "text": "Assume today is early of July 2020, I would like to review the performance of chiller 9 with equipment ID CWC04009 for June 2020 and track any anomalies or operation violations as alerts.", - "type": "Workorder", - "category": "Decision Support", - "deterministic": false, - "characteristic_form": "There were 30 alerts for 'Chiller - Evaporator Approach High', and anomalies were observed in Cooling Load (12 instances), Flow Efficiency (9), Delta Setpoint (6), and Delta Temperature (3). The LLM ReAct process is to review the operational performance and detect anomalies or alerts for Chiller 9 (CWC04009) during June 2020, confirming correct equipment ID and timeframe.", - "group": ["retrospective", "predictive"], - "entity": "Chiller", - "note": "Source: Operations dashboard requirements; Owner: Analytics Team; Multi-category query combining historical review with anomaly detection; Cross-reference: Related to anomaly detection queries in category 5; Implementation: Requires ReAct agent pattern" -} -``` - -### Example 6: PRESCRIPTIVE - Failure Prediction Model Building - -```json -{ - "id": 436, - "text": "Build a predictive model from historical alerts and work orders of CWC04009 to forecast failures and replacement needs over the forthcoming 10-year horizon.", - "type": "Workorder", - "category": "Prediction", - "deterministic": false, - "characteristic_form": "Leverage ALERT and WORK_ORDER records (features: description, event_group, event_category, event_time) for CWC04009 to train and validate a model that predicts the likelihood and timing of future failures or required replacements.", - "group": ["retrospective", "predictive", "prescriptive"], - "entity": "Chiller", - "note": "Source: Advanced analytics initiative; Owner: Data Science & Operations Teams; Complex multi-phase query spanning all three problem categories; Implementation: Requires ML pipeline with data preparation, model training, prediction, and decision support components; Estimated complexity: High; Timeline: 10-year forecast horizon" -} -``` - -**Note**: All examples above follow the required schema structure with 9 fields. The `group` field maps utterances to the three core problem categories (RETROSPECTIVE, PREDICTIVE, PRESCRIPTIVE), the `entity` field identifies the primary subject(s) of the utterance, and the `note` field captures essential metadata including source, owner, design rationale, and implementation details. Note that in actual JSON, group values use lowercase for simplicity. - ---- - -## Next Steps for Completion - -### Phase 1: Fill Critical Gaps (Weeks 1-2) - -**Priority P0 - Safety & Operations**: -1. Add 5 utterances for emergency response scenarios -2. Add 3 utterances for critical alarm handling -3. Add 2 utterances for safety interlock verification - -**Priority P1 - High Business Impact**: -1. Develop 8 energy optimization utterances (Prescriptive) -2. Create 6 maintenance scheduling utterances (Prescriptive) -3. Add 4 multi-asset coordination utterances (Prescriptive) - -### Phase 2: Expand Coverage (Weeks 3-4) - -**Predictive Enhancements**: -1. Add 5 RUL (Remaining Useful Life) estimation utterances -2. Create 4 degradation trend analysis utterances -3. Develop 3 seasonal performance prediction utterances - -**Prescriptive Enhancements**: -1. Add 5 resource allocation optimization utterances -2. Create 4 cost-benefit analysis utterances -3. Develop 3 policy recommendation utterances - -### Phase 3: Refinement (Weeks 5-6) - -1. Test all utterances with actual users -2. Refine characteristic_form descriptions based on feedback -3. Validate deterministic flags with domain experts -4. Update priority levels based on usage patterns - -### Phase 4: Documentation & Handoff (Week 7) - -1. Document all SME contributions -2. Create usage guidelines for each utterance category -3. Establish maintenance procedures for utterance updates -4. Train new SMEs on utterance creation process - ---- - -## Lessons Learned - -### What Worked Well - -1. **Incremental Development**: Starting with Retrospective queries provided a solid foundation -2. **SME Specialization**: Having dedicated SMEs for different equipment types improved quality -3. **Coverage Matrix**: Visual tracking helped identify gaps quickly -4. **Priority-Based Approach**: Focusing on P0/P1 utterances first delivered immediate value - -### Challenges Encountered - -1. **Prescriptive Underrepresentation**: Harder to create good prescriptive utterances - requires deep operational knowledge -2. **SME Availability**: Maintenance planning SME had limited time, slowing prescriptive development -3. **Characteristic Form Precision**: Initial attempts were too vague; required multiple iterations -4. **Cross-Equipment Scenarios**: Multi-asset utterances are complex and need careful design - -### Recommendations for Other Domains - -1. **Start with Retrospective**: Build knowledge and data query foundation first -2. **Engage Multiple SMEs Early**: Don't rely on single expert for entire domain -3. **Use Real Scenarios**: Base utterances on actual operational incidents and decisions -4. **Iterate on Characteristic Forms**: Expect to refine these multiple times -5. **Track Coverage Explicitly**: Use matrices to visualize gaps and progress -6. **Prioritize Ruthlessly**: Focus on high-impact scenarios before edge cases - ---- - -## Conclusion - -This Industrial Asset Management case study demonstrates the practical application of the Utterance Design Guideline in a real-world context. As a **partially accomplished** example, it shows: - -- **Successful areas**: Retrospective and Predictive categories with good coverage -- **Work in progress**: Prescriptive category needs significant expansion -- **Incremental approach**: Phased development with clear next steps -- **SME collaboration**: Multiple experts contributing to their areas of expertise -- **Continuous improvement**: Ongoing refinement based on usage and feedback - -This case study can serve as a template for other domains, showing both the successes and challenges of building a comprehensive utterance set incrementally. - ---- - -## References - -- [Main Utterance Design Guideline](utterance_design_guideline.md) -- Background materials: `background/all_utterance.jsonl` -- Domain abstraction patterns: `background/asset_agnostic_utterances.docx` \ No newline at end of file diff --git a/docs/guideline/case_study_wind_turbine.md b/docs/guideline/case_study_wind_turbine.md deleted file mode 100644 index 1ba849338..000000000 --- a/docs/guideline/case_study_wind_turbine.md +++ /dev/null @@ -1,448 +0,0 @@ -# Case Study: Wind Turbine Operations - -## Overview - -This case study demonstrates the application of the domain-agnostic utterance design guideline to **wind turbine operations and renewable energy management**. It provides a complete, end-to-end example of how to develop utterances for a wind farm monitoring and optimization system. - -**Domain**: Renewable Energy - Wind Power Generation -**Primary Assets**: Wind Turbines, Gearboxes, Generators, Blades -**Operational Focus**: Power generation optimization, predictive maintenance, grid integration -**Dataset**: 30 complete utterances with all 9 required fields - ---- - -## 1. Domain Context - -### 1.1 Wind Farm Components - -Wind turbines are complex electromechanical systems consisting of multiple critical components: - -- **Wind Turbine (WT)**: Complete turbine assembly including tower, nacelle, and rotor -- **Rotor Blades**: Aerodynamic surfaces that capture wind energy (typically 3 blades) -- **Gearbox**: Mechanical transmission system that increases rotational speed -- **Generator**: Converts mechanical energy to electrical energy -- **Nacelle**: Housing containing gearbox, generator, and control systems -- **Tower**: Structural support elevating the turbine to optimal wind conditions -- **Control Systems**: Pitch control, yaw control, and power electronics - -### 1.2 Key Measurements and Sensors - -Wind turbines are instrumented with extensive sensor networks: - -- **Wind Measurements**: Wind speed (m/s), wind direction (degrees), turbulence intensity -- **Power Metrics**: Power output (kW/MW), capacity factor (%), energy production (MWh) -- **Mechanical Sensors**: Vibration (mm/s, g-force), temperature (°C), rotational speed (RPM) -- **Position Sensors**: Pitch angle (degrees), yaw angle (degrees), blade position -- **Environmental**: Ambient temperature, humidity, barometric pressure, ice detection -- **Electrical**: Voltage, current, frequency, power factor, grid connection status - -### 1.3 Operational Events and Conditions - -Wind farm operations involve various events and conditions: - -- **Normal Operations**: Power generation, grid synchronization, automatic control -- **Alarms and Faults**: Overspeed, overtemperature, vibration exceedance, grid faults -- **Maintenance Activities**: Preventive maintenance, corrective repairs, component replacements -- **Environmental Events**: High wind shutdown, ice formation, lightning strikes, storms -- **Grid Events**: Curtailment requests, frequency regulation, voltage support -- **Performance Issues**: Power curve degradation, underperformance, availability loss - ---- - -## 2. Category Mapping to Wind Energy - -The 8 universal categories from the guideline map naturally to wind turbine operations: - -| Universal Category | Wind Energy Application | Example Use Cases | -|-------------------|------------------------|-------------------| -| **Information Retrieval** | Asset inventory, sensor configuration, knowledge base queries | "What wind turbines are available?", "List sensors on WT-105" | -| **Data Extraction** | Historical data retrieval, time-series queries, event logs | "Get power output for January", "Retrieve vibration data" | -| **Analysis & Inference** | Performance analysis, correlation studies, trend identification | "Analyze wind speed vs power correlation", "Identify degradation trends" | -| **Anomaly & Exception Detection** | Condition monitoring, fault detection, abnormal pattern recognition | "Detect vibration anomalies", "Identify temperature exceedance" | -| **Future State Prediction** | Power forecasting, RUL estimation, failure prediction | "Forecast power output", "Predict gearbox remaining life" | -| **Recommendation & Optimization** | Maintenance planning, control optimization, decision support | "Recommend maintenance actions", "Optimize pitch angle" | -| **Workflow & Process Execution** | Automated control sequences, maintenance workflows | "Execute startup sequence", "Initiate emergency shutdown" | -| **Compliance & Validation** | Grid code compliance, safety checks, performance validation | "Verify grid connection requirements", "Validate power curve" | - ---- - -## 3. Three Core Problem Categories Applied - -### 3.1 RETROSPECTIVE (Understanding What Happened) -**Status**: [COMPLETE] Complete - 10 utterances covering all key retrospective needs - -**Coverage Areas**: -- Asset inventory and configuration (IDs 1-2) -- Historical data retrieval (IDs 3-4, 9-10) -- Knowledge base queries (ID 5) -- Performance analysis (ID 6) -- Event history (ID 7) -- Operational metrics (ID 8) - -**Key Characteristics**: -- Deterministic responses based on historical data -- Focus on "what happened" and "what exists" -- Support for operations reporting, maintenance planning, and performance analysis - -### 3.2 PREDICTIVE (Predicting What Will Happen) -**Status**: [COMPLETE] Complete - 10 utterances covering forecasting and anomaly detection - -**Coverage Areas**: -- Power output forecasting (IDs 11, 18) -- Component life prediction (IDs 12, 14, 17) -- Anomaly detection (IDs 13, 16) -- Weather forecasting (ID 15) -- Performance degradation (ID 19) -- Environmental risk prediction (ID 20) - -**Key Characteristics**: -- Non-deterministic predictions with confidence levels -- Focus on "what will happen" and "what might fail" -- Support for predictive maintenance, energy trading, and risk management - -### 3.3 PRESCRIPTIVE (Helping Humans Make Decisions) -**Status**: [COMPLETE] Complete - 10 utterances covering optimization and recommendations - -**Coverage Areas**: -- Maintenance recommendations (IDs 21, 23, 24, 28) -- Control optimization (IDs 22, 27) -- Operational decisions (IDs 25, 29) -- Resource planning (ID 26) -- Lifecycle management (ID 30) - -**Key Characteristics**: -- Action-oriented recommendations with justification -- Focus on "what should we do" and "how to optimize" -- Support for decision-making, planning, and optimization - ---- - -## 4. Coverage Analysis Matrix - -| Category | Retrospective | Predictive | Prescriptive | Total | -|----------|--------------|-----------|--------------|-------| -| Information Retrieval | 3 | 0 | 0 | 3 | -| Data Extraction | 5 | 0 | 0 | 5 | -| Analysis & Inference | 2 | 2 | 0 | 4 | -| Anomaly & Exception Detection | 0 | 3 | 0 | 3 | -| Future State Prediction | 0 | 7 | 0 | 7 | -| Recommendation & Optimization | 0 | 0 | 10 | 10 | -| **Total** | **10** | **10** | **10** | **30** | - -**Entity Coverage**: -- WindTurbine: 15 utterances (50%) -- WindFarm: 8 utterances (27%) -- Gearbox: 5 utterances (17%) -- Generator: 1 utterance (3%) -- Blade: 1 utterance (3%) - ---- - -## 5. Utterance Schema - -Each utterance in the wind turbine dataset includes all 9 required fields: - - - -1. **id**: Unique identifier (1-30) -2. **text**: Natural language query or command -3. **type**: System type (IoT, Analytics, Forecasting, Prognostics, AnomalyDetection, DecisionSupport, Optimization, Maintenance, FMEA) -4. **category**: Universal category from the 8 defined categories -5. **deterministic**: Boolean indicating if response is deterministic -6. **characteristic_form**: Expected response format and content - -7. **group**: Problem category (retrospective, predictive, prescriptive) -8. **entity**: Physical asset or component (WindTurbine, Gearbox, Generator, Blade, WindFarm) -9. **note**: Metadata including source, owner, and context - ---- - -## 6. Example Utterances - -### Example 1: Retrospective - Asset Inventory -```json -{ - "id": 1, - "text": "What wind turbines are available in the wind farm?", - "type": "IoT", - "category": "Information Retrieval", - "deterministic": true, - "characteristic_form": "List of all wind turbine assets in the farm with their identifiers and locations", - "group": "retrospective", - "entity": "WindTurbine", - "note": "Source: Asset inventory requirements; Owner: Operations Team; Basic inventory query for wind farm overview" -} -``` - -### Example 2: Retrospective - Historical Data -```json -{ - "id": 3, - "text": "Retrieve power output data for Wind Turbine WT-105 from January 2024.", - "type": "IoT", - "category": "Data Extraction", - "deterministic": true, - "characteristic_form": "Time series data of power output in kW for the specified turbine and time period", - "group": "retrospective", - "entity": "WindTurbine", - "note": "Source: Performance analysis; Owner: Analytics Team; Historical power generation data retrieval" -} -``` - -### Example 3: Predictive - Power Forecasting -```json -{ - "id": 11, - "text": "Forecast power output for Wind Turbine WT-105 for the next 48 hours.", - "type": "Forecasting", - "category": "Future State Prediction", - "deterministic": false, - "characteristic_form": "Predicted power output time series based on weather forecast and historical performance", - "group": "predictive", - "entity": "WindTurbine", - "note": "Source: Energy trading requirements; Owner: Energy Management Team; Short-term power forecasting for grid planning" -} -``` - -### Example 4: Predictive - Anomaly Detection -```json -{ - "id": 13, - "text": "Is there any anomaly detected in the vibration pattern of Wind Turbine WT-105?", - "type": "AnomalyDetection", - "category": "Anomaly & Exception Detection", - "deterministic": false, - "characteristic_form": "Boolean result with anomaly score and description of detected abnormal vibration patterns", - "group": "predictive", - "entity": "WindTurbine", - "note": "Source: Condition monitoring system; Owner: Predictive Maintenance Team; Real-time anomaly detection query" -} -``` - -### Example 5: Prescriptive - Maintenance Recommendation -```json -{ - "id": 21, - "text": "Recommend maintenance actions for Wind Turbine WT-105 based on current condition.", - "type": "DecisionSupport", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Prioritized list of recommended maintenance actions with justification and urgency level", - "group": "prescriptive", - "entity": "WindTurbine", - "note": "Source: Condition-based maintenance; Owner: Maintenance Team; Maintenance recommendation based on condition indicators" -} -``` - -### Example 6: Prescriptive - Control Optimization -```json -{ - "id": 22, - "text": "Optimize the pitch angle for Wind Turbine WT-105 to maximize power output at current wind speed.", - "type": "Optimization", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Optimal pitch angle in degrees for current wind conditions to maximize power capture", - "group": "prescriptive", - "entity": "WindTurbine", - "note": "Source: Performance optimization; Owner: Control Systems Team; Real-time pitch optimization for power maximization" -} -``` - ---- - -## 7. Development Process - -### 7.1 Initial Planning -1. **Domain Analysis**: Identified key wind turbine components, measurements, and operational scenarios -2. **Stakeholder Mapping**: Defined user roles (Operations, Maintenance, Engineering, Management) -3. **Use Case Identification**: Listed critical operational needs across the three problem categories -4. **Coverage Planning**: Ensured balanced distribution across categories and entities - -### 7.2 Utterance Creation -1. **Retrospective First**: Started with foundational data and knowledge queries -2. **Predictive Second**: Built on retrospective data to create forecasting and detection utterances -3. **Prescriptive Last**: Leveraged both retrospective and predictive capabilities for recommendations -4. **Iterative Refinement**: Reviewed and refined utterances for clarity and completeness - -### 7.3 Quality Assurance -- [COMPLETE] All 9 required fields present in every utterance -- [COMPLETE] Balanced distribution: 10 utterances per problem category -- [COMPLETE] Diverse entity coverage: 5 different physical entities -- [COMPLETE] Realistic use cases based on actual wind farm operations -- [COMPLETE] Clear characteristic_form descriptions for each utterance -- [COMPLETE] Comprehensive note fields with source, owner, and context - ---- - -## 8. Key Insights and Lessons Learned - -### 8.1 Domain-Specific Considerations - -**Wind Energy Unique Aspects**: -- **Weather Dependency**: Wind forecasting is critical for power prediction and operations planning -- **Grid Integration**: Curtailment and grid stability considerations are essential -- **Component Criticality**: Gearbox failures are expensive; predictive maintenance is high-value -- **Environmental Challenges**: Ice formation, storms, and extreme weather require special handling -- **Control Optimization**: Real-time pitch and yaw optimization significantly impact performance - -### 8.2 Utterance Design Patterns - -**Effective Patterns Observed**: -1. **Specific Asset References**: Using "Wind Turbine WT-105" makes utterances concrete and testable -2. **Time-Bound Queries**: Including time ranges ("next 48 hours", "last month") clarifies expectations -3. **Measurable Outcomes**: Specifying units (kW, m/s, degrees) in characteristic_form improves clarity -4. **Actionable Recommendations**: Prescriptive utterances include "what" and "why" for decisions -5. **Hierarchical Entities**: Supporting both individual turbines and farm-level queries provides flexibility - -### 8.3 Completeness Framework and Rationale - -**Definition of "Complete" for This Case Study**: - -A case study is considered **complete** when it demonstrates the **minimum viable coverage** needed to validate the guideline's applicability to a new domain. This means: - -1. **Structural Completeness**: All three core problem categories represented -2. **Categorical Completeness**: Multiple universal categories demonstrated -3. **Entity Completeness**: Key physical assets covered -4. **Use Case Completeness**: Critical operational scenarios addressed -5. **Stakeholder Completeness**: Major user roles represented - -**Completeness Criteria Applied**: - -| Criterion | Target | Achieved | Status | -|-----------|--------|----------|--------| -| **Problem Categories** | All 3 (RETROSPECTIVE, PREDICTIVE, PRESCRIPTIVE) | 3 categories, 10 each | [COMPLETE] Complete | -| **Universal Categories** | At least 5 of 8 | 6 of 8 categories used | [COMPLETE] Complete | -| **Physical Entities** | At least 3 critical assets | 5 entities (WindTurbine, Gearbox, Generator, Blade, WindFarm) | [COMPLETE] Complete | -| **Operational Lifecycle** | Monitor, Predict, Optimize | All phases covered | [COMPLETE] Complete | -| **Stakeholder Roles** | At least 3 roles | 6 roles (Operations, Maintenance, Engineering, Analytics, Management, Control Systems) | [COMPLETE] Complete | -| **Deterministic Mix** | Both types present | 10 deterministic, 20 non-deterministic | [COMPLETE] Complete | - -**Why 30 Utterances is Sufficient**: - -1. **Demonstration Purpose**: This is a case study to demonstrate guideline application, not a production system -2. **Balanced Coverage**: Equal representation (10 each) across the three core categories proves the framework works -3. **Pattern Establishment**: 30 utterances establish clear patterns that can be replicated for additional use cases -4. **Critical Path Coverage**: All essential wind farm operations are represented -5. **Scalability Proof**: The structure shows how to expand to 100+ utterances if needed - -**What "Complete" Does NOT Mean**: - -- [NOT] **Not Exhaustive**: Doesn't cover every possible wind farm query -- [NOT] **Not Production-Ready**: A real system would need 100-200+ utterances -- [NOT] **Not All Categories**: Only 6 of 8 universal categories used (Workflow and Compliance not included) -- [NOT] **Not All Components**: Doesn't cover towers, foundations, substations, SCADA systems -- [NOT] **Not All Scenarios**: Doesn't include commissioning, decommissioning, or advanced grid services - -**Comparison with Industrial Asset Management Case Study**: - -| Aspect | Wind Turbine (30) | Industrial ALM (152) | Interpretation | -|--------|-------------------|---------------------|----------------| -| **Purpose** | Demonstrate guideline from scratch | Evolved from real project | Wind turbine is a "clean slate" example | -| **Completeness** | Minimum viable demonstration | Comprehensive production dataset | Both are "complete" for their purposes | -| **Coverage** | Balanced across categories | Heavily retrospective (77/152) | Wind turbine shows ideal balance | -| **Development** | Designed complete upfront | Grew incrementally with SME input | Different development approaches | - -**Potential Extensions** (deliberately excluded to maintain focus): -- Workflow execution utterances (startup/shutdown sequences) -- Compliance validation utterances (grid code requirements) -- Multi-turbine coordination utterances (wake effect optimization) -- Financial analysis utterances (revenue optimization, cost analysis) -- Environmental impact utterances (noise monitoring, wildlife protection) -- Advanced analytics (fleet benchmarking, cross-site comparison) -- Integration utterances (weather service, grid operator, maintenance systems) - -**Conclusion on Completeness**: - -This case study is **complete as a demonstration** because it: -1. Proves the guideline works for renewable energy -2. Provides sufficient examples for each problem category -3. Establishes replicable patterns for expansion -4. Covers critical operational needs -5. Validates the 9-field schema in a new domain - -It is **intentionally not exhaustive** because: -1. The goal is demonstration, not production deployment -2. Keeping it focused (30 vs 150+) makes it more accessible as a learning tool -3. It shows the minimum needed to validate the framework -4. Teams can extend it based on their specific needs - -**Practical Guidance**: Teams adopting this framework should: -- Start with 20-30 utterances like this case study -- Validate the framework works for their domain -- Incrementally expand based on actual user needs -- Aim for 100-200 utterances for production systems -- Continuously refine based on usage patterns - ---- - -## 9. Comparison with Industrial Asset Management Case Study - -| Aspect | Wind Turbine (This Study) | Industrial Asset Management | -|--------|---------------------------|----------------------------| -| **Domain** | Renewable energy, power generation | HVAC, building automation | -| **Primary Assets** | Wind turbines, gearboxes, generators | Chillers, AHUs, equipment | -| **Key Metrics** | Power output, wind speed, capacity factor | Temperature, pressure, efficiency | -| **Operational Focus** | Energy production, grid integration | Climate control, comfort | -| **Maintenance Driver** | Component reliability, downtime cost | Service continuity, comfort | -| **Dataset Size** | 30 utterances (complete) | 152 utterances (comprehensive) | -| **Development Stage** | Complete from start | Evolved incrementally | - -**Key Similarity**: Both demonstrate the universal applicability of the three core problem categories (RETROSPECTIVE, PREDICTIVE, PRESCRIPTIVE) across different physical asset domains. - ---- - -## 10. Using This Case Study - -### 10.1 As a Template -This case study can serve as a template for developing utterances in other renewable energy domains: -- **Solar PV Systems**: Replace wind turbines with solar panels, inverters, and trackers -- **Hydroelectric Plants**: Adapt to turbines, generators, and water flow management -- **Battery Energy Storage**: Focus on charge/discharge cycles, state of health, and grid services - -### 10.2 As a Reference -Use this case study to: -- Understand how to apply the domain-agnostic guideline to a specific domain -- See examples of complete utterances with all 9 required fields -- Learn patterns for creating balanced coverage across problem categories -- Identify best practices for entity selection and note field usage - -### 10.3 As a Starting Point -Teams can: -1. Clone the JSON dataset and modify utterances for their specific wind farm -2. Add domain-specific utterances for unique operational requirements -3. Extend coverage to additional entities (towers, foundations, substations) -4. Incorporate organization-specific terminology and processes - ---- - -## 11. Dataset Access - -**JSON Dataset**: `wind_turbine_utterances.json` -**Location**: Same directory as this document -**Format**: JSON array with 30 objects -**Schema Version**: 9-field schema (6 base + 3 enhanced) - -**Quick Statistics**: -- Total Utterances: 30 -- Retrospective: 10 (33%) -- Predictive: 10 (33%) -- Prescriptive: 10 (33%) -- Entities: WindTurbine (15), WindFarm (8), Gearbox (5), Generator (1), Blade (1) -- Deterministic: 10 (33%) -- Non-deterministic: 20 (67%) - ---- - -## 12. Conclusion - -This wind turbine case study demonstrates that the domain-agnostic utterance design guideline successfully applies to renewable energy operations. The 30 utterances provide comprehensive coverage of wind farm monitoring, prediction, and optimization needs while maintaining the universal structure defined in the guideline. - -**Key Takeaways**: -1. The three core problem categories (RETROSPECTIVE, PREDICTIVE, PRESCRIPTIVE) are universally applicable -2. The 9-field schema provides sufficient structure and flexibility for any domain -3. Complete case studies can be developed efficiently using the guideline framework -4. Domain-specific terminology and concepts map naturally to universal categories -5. Balanced coverage across categories ensures comprehensive system capabilities - -This case study, alongside the Industrial Asset Management case study, validates the cross-domain applicability of the utterance design guideline and provides practical examples for teams developing AI-powered operational systems in any physical asset domain. \ No newline at end of file diff --git a/docs/guideline/ground_truth_design_guideline.md b/docs/guideline/ground_truth_design_guideline.md deleted file mode 100644 index efa21fdf6..000000000 --- a/docs/guideline/ground_truth_design_guideline.md +++ /dev/null @@ -1,2636 +0,0 @@ -# Ground Truth Creation Best Practice - -## Overview - -This document provides best practices for creating ground truth for an utterance. It can be viewed as a trajectory of the execution process of the utterance under an ideal execution process without hallucination or execution failure. The ground truth is the cornerstone to evaluate AI agent systems irresoective it domain or application. Ground truth represents the **ideal trajectory** - the expected sequence of planning decisions and execution steps that a system should follow to correctly answer a user's natural language query, i.e. utterance. - -### What is Ground Truth? - -Ground truth is a structured specification that defines: -1. **What** the AI agent system should accomplish (expected output) -2. **How** the AI agent system should accomplish it (execution trajectory) -3. **Why** each step is necessary (planning rationale) - -It serves as the **soft ground truth** for automated evaluation, enabling systematic comparison of actual agent behavior against expert-defined expected behavior. "Soft" means the framework accommodates both types, providing exact answers for deterministic tasks and acceptance criteria for non-deterministic tasks. For example, in a deterministic task like "How many work orders in 2017?", the ground truth would specify the exact number of work orders. In a non-deterministic task like "Recommend maintenance actions", the ground truth would specify the criteria for a valid recommendation, such as "The recommended actions should address the top 3 failure modes with the highest risk scores." - -### Purpose - -Enable rigorous, reproducible benchmarking of AI agent systems by providing: -- Objective evaluation criteria -- Automated scoring mechanisms -- Failure mode discovery -- Architectural comparison -- Model selection guidance - -### Use Cases - -While this document uses industrial asset management examples (from AssetOpsBench), the principles apply to any domain requiring agent-based automation, including energy systems, healthcare, finance, and customer service. - -### Two System Paradigms - -Ground truth supports evaluation of two complementary paradigms: - -**1. Multi-Agent Systems** -- Multiple specialized AI agents collaborating to solve tasks - - Each agent has domain expertise (e.g., IoTAgent for sensor data, WOAgent for work orders) - - Agents communicate and coordinate through orchestration -- Example: AssetOpsBench with 4 specialized agents (IoT, FMSR, TSFM, WO) - -**2. Multi-MCP Systems** -- Multiple Model Context Protocol (MCP) servers providing standardized tools -- MCP servers expose capabilities (e.g., filesystem, database, web-search) -- LLM orchestrates tool usage to accomplish tasks -- Example: MCP-Bench with filesystem, database, API servers - -**Key Insight**: Both paradigms share the **same ground truth structure**. The difference lies in semantic interpretation: -- **Multi-Agent**: `type` = agent type (e.g., "IoTAgent"), `agent` = agent name -- **Multi-MCP**: `type` = MCP server type (e.g., "filesystem"), `agent` = server name - -### Benchmarking Context - -Ground truth enables three critical benchmarking capabilities: - -**1. Architectural Comparison** -- Compare different orchestration strategies (Agent-As-Tool vs Plan-Execute) -- Evaluate trade-offs between reasoning approaches -- Example: AssetOpsBench found Agent-As-Tool achieves 60-70% completion vs 46% for Plan-Execute - -**2. Model Selection** -- Objectively compare LLM performance across scenarios -- Identify model-specific strengths and weaknesses -- Example: AssetOpsBench evaluates models across multi-agent coordination, tool selection, and domain-specific reasoning tasks - -**3. Failure Mode Discovery** -- Automatically identify common failure patterns -- Diagnose reasoning and recovery bottlenecks -- Enable systematic debugging and improvement - -### Community and Reproducibility - -Ground truth serves as shared infrastructure for open source and research communities: -- **Standardized Evaluation**: All systems measured against same baseline -- **Fair Comparison**: Eliminates subjective judgment -- **Progress Tracking**: Quantify improvements over time -- **Collaboration**: Shared benchmarks accelerate development and research - -### Document Scope - -This document provides systematic workflow, structure definitions, best practices, and validation guidance for creating ground truth trajectories. Based on AssetOpsBench and industry best practices for agent evaluation. - ---- - -## 1. High-Level Ground Truth Creation Workflow - -This section provides a systematic, step-by-step process for creating ground truth trajectories. Follow this workflow to ensure completeness and consistency. - -### 1.1 Overview: The Five-Phase Process - -``` -Phase 1: Understand the Utterance - ↓ -Phase 2: Define Expected Behavior - ↓ -Phase 3: Design the Ideal Trajectory - ↓ -Phase 4: Validate and Refine - ↓ -Phase 5: Document and Review -``` - -### 1.2 Phase 1: Understand the Utterance - -**Objective**: Fully comprehend what the user is asking and what constitutes success. - -**Key Questions**: -1. What is the user's intent? -2. What information or action does the user need? -3. Which agents/servers are required? -4. What data sources must be accessed? -5. What constraints or conditions apply? - -**Actions**: -- [ ] Read the utterance carefully -- [ ] Identify key entities (equipment, time ranges, metrics) -- [ ] Determine the problem category (RETROSPECTIVE, PREDICTIVE, PRESCRIPTIVE) -- [ ] Classify the utterance type (Knowledge Query, Data Query, Inference Query, etc.) -- [ ] Identify the primary agent/server type - -**Example**: -``` -Utterance: "Get the work order of equipment CWC04013 for year 2017." - -Analysis: -- Intent: Retrieve historical work order records -- Information needed: Work orders for specific equipment and time period -- Required agent: WOAgent (Work Order Agent) -- Data source: Work order database -- Constraints: Equipment ID = CWC04013, Year = 2017 -- Group: retrospective (historical data retrieval) -- Category: Knowledge Query -- Type: Workorder -- Entity: Equipment -- Deterministic: true (33 records expected) -``` - -### 1.3 Phase 2: Define Expected Behavior - -**Objective**: Specify what the correct output should be and how to validate it. - -**Key Decisions**: - -**Decision 1: Is this deterministic or non-deterministic?** - -Ask: "Is there exactly one correct answer?" - -- **Deterministic (true)**: - - Data retrieval with specific parameters - - Factual queries with verifiable answers - - Calculations with exact results - - Example: "How many work orders in 2017?" → Exact count - -- **Non-deterministic (false)**: - - Recommendations with multiple valid options - - Predictions with probabilistic outputs - - Analysis with subjective interpretations - - Example: "What maintenance actions are recommended?" → Multiple valid suggestions - -**Decision 2: What is the characteristic form?** - -For **deterministic** utterances: -``` -"There will be 33 records. The expected response should retrieve -all work orders for equipment CWC04013 in the year 2017, ensuring -correct equipment ID and time filtering." -``` - -For **non-deterministic** utterances: -``` -"The answer should contain one or more valid work order -recommendations with rationale. The recommendations should be -relevant to addressing anomalies in equipment CWC04009." -``` - -**Decision 3: What is the expected output structure?** - -Define `final_out`: -- For deterministic: Exact expected values -- For non-deterministic: Representative example - -**Actions**: -- [ ] Set `deterministic` flag (true/false) -- [ ] Write clear `characteristic_form` description -- [ ] Define `final_out` structure -- [ ] Write `final_out_description` explaining the output - -### 1.4 Phase 3: Design the Ideal Trajectory - -**Objective**: Map out the step-by-step process the agent should follow. - -#### Step 3A: High-Level Planning - -**Create `planning_steps`**: Strategic decomposition of the problem - -**Template**: -```json -"planning_steps": [ - { - "agent": "AgentName", - "instruction": "What this agent should accomplish (high-level)" - } -] -``` - -**Guidelines**: -- Use semantic, intent-focused descriptions -- Each step should be a meaningful sub-goal -- Order matters - represent logical sequence -- Use predefined agent/server names - -**Example**: -```json -"planning_steps": [ - { - "agent": "WOAgent", - "instruction": "Create Equipment instance for CWC04013" - }, - { - "agent": "WOAgent", - "instruction": "Create DateRange for year 2017" - }, - { - "agent": "WOAgent", - "instruction": "Retrieve work orders for equipment and date range" - } -] -``` - -#### Step 3B: Detailed Execution Design - -**Create `execution_steps`**: Specific tool calls and operations - -**For each step, define**: -1. **name**: Unique identifier (e.g., "create_equipment", "get_work_orders") -2. **action**: Tool/function name (e.g., "Equipment", "get_work_orders") -3. **agent**: Which agent/server executes this -4. **arguments**: Input parameters (can reference previous outputs) -5. **outputs**: Variable names produced -6. **deterministic**: Flags for name, action, arguments, outputs - -**Template**: -```json -{ - "name": "descriptive_step_name", - "action": "tool_or_function_name", - "agent": "AgentName", - "arguments": { - "param1": "value1", - "param2": "reference_to_previous_output" - }, - "outputs": ["output_variable_name"], - "deterministic": { - "name": false, - "action": true, - "arguments": true, - "outputs": true - } -} -``` - -**Key Considerations**: -- **Data Flow**: Outputs from one step become inputs to later steps -- **Dependencies**: Identify which steps depend on others -- **Intermediate Processing**: Include load, parse, filter, transform steps -- **Special Steps**: Always end with "Finish" step for final output - -#### Step 3C: Define Execution Links - -**Create `execution_links`**: Connect steps to form DAG - -**Template**: -```json -"execution_links": [ - {"source": "step1_name", "target": "step2_name"}, - {"source": "step2_name", "target": "step3_name"} -] -``` - -**Rules**: -- Every step (except first) must have incoming link -- Every step (except last) must have outgoing link -- No cycles allowed (must be a DAG) -- Multiple sources can target same step (parallel → sequential) -- One source can target multiple steps (branching) - -**Validation**: -- [ ] All step names in links exist in execution_steps -- [ ] No orphaned steps -- [ ] No cycles (use topological sort to verify) -- [ ] Data dependencies correctly represented - -### 1.5 Phase 4: Validate and Refine - -**Objective**: Ensure ground truth is correct, complete, and consistent. - -#### Validation Checklist - -**Structural Validation**: -- [ ] All required fields present (id, text, type, category, deterministic, characteristic_form) -- [ ] planning_steps is list of dicts with "agent" and "instruction" -- [ ] execution_steps has all required fields for each step -- [ ] execution_links properly connects all steps -- [ ] final_out and final_out_description present - -**Semantic Validation**: -- [ ] Utterance text is clear and unambiguous -- [ ] Category correctly classifies the utterance -- [ ] Deterministic flag matches answer uniqueness -- [ ] characteristic_form clearly describes expected output -- [ ] Planning steps use predefined agent names -- [ ] Execution steps use valid tool/function names -- [ ] All argument references point to existing outputs - -**Logical Validation**: -- [ ] Planning steps form logical problem-solving sequence -- [ ] Execution steps accomplish planning goals -- [ ] Data flows correctly through execution steps -- [ ] DAG structure is valid (no cycles, no orphans) -- [ ] Final output matches characteristic_form - -**Domain Validation**: -- [ ] Ground truth reflects actual operational workflow -- [ ] Tool usage is realistic and efficient -- [ ] Parameters use correct domain terminology -- [ ] Expected output is achievable with available tools - -#### Refinement Process - -1. **Test with Domain Expert**: Walk through trajectory with SME -2. **Simulate Execution**: Mentally execute each step to verify feasibility -3. **Check Edge Cases**: Consider what could go wrong -4. **Optimize Path**: Remove unnecessary steps, combine where possible -5. **Update Documentation**: Ensure notes explain any non-obvious decisions - -### 1.6 Phase 5: Document and Review - -**Objective**: Finalize documentation and prepare for use. - -#### Documentation Requirements - -**Required Documentation**: -1. **characteristic_form**: Clear, detailed description of expected output -2. **final_out_description**: Explanation of what the output represents -3. **note** field: Context, rationale, and metadata - -**Recommended Note Content**: -```json -"note": "Source: [where this scenario came from]; - Owner: [SME who created/validated it]; - Context: [important background information]; - Design rationale: [why this approach was chosen]; - Implementation notes: [technical details]; - Omitted: [what was intentionally left out]" -``` - -#### Final Review - -**Review with Stakeholders**: -- [ ] Domain expert validates correctness -- [ ] System architect validates technical feasibility -- [ ] End user validates practical utility -- [ ] Peer reviewer validates consistency with other scenarios - -**Quality Gates**: -- [ ] Passes all validation checks -- [ ] Achieves >90% confidence from domain expert -- [ ] Aligns with existing ground truth patterns -- [ ] Documentation is complete and clear - -### 1.7 Quick Reference: Creation Process Flow - -``` -START: New Utterance - ↓ -Q1: What is user's intent? - → Identify: RETROSPECTIVE, PREDICTIVE, or PRESCRIPTIVE - ↓ -Q2: Is there exactly one correct answer? - → YES: deterministic = true - → NO: deterministic = false - ↓ -Q3: Which agents/servers are needed? - → Single: type = "AgentName" - → Multiple: type = "multiagent" - ↓ -Q4: What are the high-level steps? - → Create planning_steps (strategic intent) - ↓ -Q5: What are the detailed operations? - → Create execution_steps (tool calls) - ↓ -Q6: How do steps connect? - → Create execution_links (DAG) - ↓ -Q7: What is the expected output? - → Define final_out and characteristic_form - ↓ -Q8: Does it pass validation? - → YES: Document and finalize - → NO: Return to appropriate phase and refine - ↓ -DONE: Ground Truth Complete -``` - -### 1.8 Common Pitfalls and How to Avoid Them - -**Pitfall 1: Vague characteristic_form** -- Bad: "The response should return the data." -- Good: "There will be 33 records. The response should retrieve all work orders for equipment CWC04013 in year 2017." - -**Pitfall 2: Missing intermediate steps** -- Bad: get_data → finish -- Good: get_data → load_data → parse_data → process_data → finish - -**Pitfall 3: Incorrect deterministic flag** -- Bad: Recommendation query marked as deterministic -- Good: Recommendation query marked as non-deterministic - -**Pitfall 4: Circular dependencies** -- Bad: A → B → C → A (cycle) -- Good: A → B → C → D (DAG) - -**Pitfall 5: Ambiguous variable references** -- Bad: arguments: {"data": "result"} -- Good: arguments: {"data": "sensor_readings"} (clear variable name) - -### 1.9 Effort Considerations - -Ground truth creation effort varies significantly based on scenario complexity: - -**Factors Affecting Creation Time**: -- **Scenario Complexity**: Number of execution steps and dependencies -- **Domain Familiarity**: Understanding of tools and workflows -- **Determinism**: Non-deterministic scenarios require more careful specification -- **Validation Requirements**: Domain expert review adds time -- **Documentation Quality**: Clear characteristic_form and notes take effort - -**Observed Patterns from AssetOpsBench**: -- **Simple scenarios** (e.g., Scenario 3: 2 steps, linear): Faster to create -- **Complex scenarios** (e.g., Scenario 421: 9 steps, parallel branches): More time-intensive -- **Dataset scale**: 141 scenarios created for AssetOpsBench benchmark - -**Efficiency Strategies**: -- Use templates for common patterns (e.g., Equipment + DateRange initialization) -- Reuse execution step structures from similar scenarios -- Batch similar scenarios together (e.g., all work order queries) -- Involve domain experts early to avoid rework -- Start with deterministic scenarios before tackling non-deterministic ones - -**Note**: Specific time estimates depend on team expertise, tooling, and domain complexity. Track your own metrics to establish baselines for your context. - ---- - -## 2. Ground Truth Structure - -### 2.1 Core Components - -Each ground truth scenario consists of the following key components: - -```json -{ - "id": , - "uuid": "", - "text": "", - "type": "", - "category": "", - "deterministic": , - "characteristic_form": "", - "planning_steps": [...], - "execution_steps": [...], - "execution_links": [...], - "final_out": {...}, - "final_out_description": [...] -} -``` - -### 2.2 Field Definitions - -#### Required Fields - -1. **id** (integer): Unique identifier for the scenario - - Must be unique across the entire ground truth dataset - - Used for tracking and referencing scenarios - -2. **text** (string): The natural language utterance/query - - Should be clear, unambiguous, and representative of real user queries - - Must align with the utterance design guidelines - -3. **type** (string): Primary agent or MCP server responsible - - Examples: `IoT`, `FMSA`, `TSFM`, `Workorder`, `multiagent` - - In MCP context: `filesystem`, `database`, `web-search`, etc. - - Use `multiagent` when multiple agents must collaborate - -4. **category** (string): Classification of the utterance - - Examples: `Knowledge Query`, `Data Query`, `Inference Query`, `Decision Support`, `Prediction`, `Complex Query` - - Should align with the 8 universal categories from utterance design guideline - -5. **deterministic** (boolean): Whether the utterance has a single correct answer - - `true`: Single verifiable correct answer (e.g., data retrieval, factual queries) - - `false`: Multiple valid responses possible (e.g., recommendations, predictions) - -6. **characteristic_form** (string): Description of expected response format and validation criteria - - For deterministic: Specify exact expected output or validation rules - - For non-deterministic: Describe acceptable response characteristics - - Include data format, file references, or structural requirements - -#### Planning Steps - -7. **planning_steps** (array of objects): High-level agent-level planning - - Each step is a dictionary with keys: `agent` and `instruction` - - Represents the strategic decomposition of the problem - - Must use predefined agent names from the available agent list - - Order matters - represents logical sequence of problem-solving - -**Structure**: -```json -"planning_steps": [ - { - "agent": "AgentName", - "instruction": "High-level description of what this agent should do" - } -] -``` - -**Best Practices**: -- Use semantic descriptions that capture intent, not implementation details -- Each step should represent a meaningful sub-goal -- Comparing plans requires semantic matching (same goal, different wording is acceptable) - -#### Execution Steps - -8. **execution_steps** (array of objects): Detailed tool-level operations - - Each step represents a specific tool/function call - - Forms nodes in the execution DAG - -**Structure**: -```json -"execution_steps": [ - { - "name": "unique_step_identifier", - "action": "tool_or_function_name", - "agent": "AgentName", - "arguments": { - "param1": "value1", - "param2": "reference_to_previous_output" - }, - "outputs": ["output_variable_name"], - "deterministic": { - "name": false, - "action": true/false, - "arguments": true/false, - "outputs": true/false - } - } -] -``` - -**Field Details**: -- **name**: Unique identifier for this step (used in execution_links) - - Should be human-readable and descriptive - - Examples: `step1`, `create_equipment`, `get_sensor_data`, `filter_anomalies` - -- **action**: Name of the tool, function, or operation - - Examples: `sensors`, `history`, `get_work_orders`, `pickle.load`, `Finish` - - Special actions: `Finish`, `Self-Ask`, `Agent-Ask` - -- **agent**: Which agent executes this step - -- **arguments**: Dictionary of parameters passed to the action - - Can reference outputs from previous steps using variable names - - Use `@variable_name` or just `variable_name` for references - -- **outputs**: List of variable names produced by this step - - These can be referenced by subsequent steps - - Empty list `[]` if no output - -- **deterministic**: Dictionary indicating determinism at different levels - - `name`: Is the step name deterministic? (usually false - can vary) - - `action`: Is the action/tool deterministic? (true for data retrieval, false for LLM calls) - - `arguments`: Are the arguments deterministic? - - `outputs`: Are the outputs deterministic? - -#### Execution Links - -9. **execution_links** (array of objects): Defines the DAG structure - - Connects execution steps to form a directed acyclic graph - - Represents dependencies and execution order - -**Structure**: -```json -"execution_links": [ - { - "source": "step_name_1", - "target": "step_name_2" - } -] -``` - -**Best Practices**: -- Every step (except the first) should have at least one incoming link -- Every step (except the last) should have at least one outgoing link -- Must form a valid DAG (no cycles) -- Multiple sources can target the same step (parallel execution converging) -- One source can target multiple steps (branching execution) - -#### Final Output - -10. **final_out** (object): Structured representation of the expected final result - - JSON object containing the actual expected output - - Can be null if not applicable - - Should match the format described in `characteristic_form` - -11. **final_out_description** (array of strings): Textual description of the final output - - Human-readable explanation of what the output represents - - Can include validation criteria, interpretation notes, or context - -#### Optional Fields - -12. **uuid** (string): Globally unique identifier (optional) - - Use when scenarios need to be tracked across systems - - Format: UUID v4 (e.g., "efc94d35-5236-410c-9e4f-5dcdfee818cc") - -13. **expected_result** (any): Legacy field for expected results (optional) - - Can be null or omitted - - Prefer using `final_out` instead - -14. **data** (object): Additional metadata or context (optional) - - Can store scenario-specific data - - Usually empty `{}` - -15. **possible_alternatives** (object): Alternative valid execution paths (optional) - - Documents other acceptable ways to solve the problem - - Useful for non-deterministic scenarios - ---- - -## 3. Special Execution Steps - -### 3.1 Finish Step - -The `Finish` step is a special terminal step that marks task completion and provides the final answer. - -**Characteristics**: -- **Action**: Always `"Finish"` -- **Purpose**: Signals task completion and returns final result -- **Placement**: Typically the last step in the execution DAG -- **Output**: The final answer that will be presented to the user - -**Usage Patterns**: - -**Pattern 1: Direct Finish (IoT Agent)** -```json -{ - "name": "finish", - "action": "Finish", - "agent": "IoTAgent", - "argument": "The assets at the MAIN site are: CQPA AHU 1, CQPA AHU 2B, Chiller 4, Chiller 6, Chiller 9, Chiller 3.", - "deterministic": { - "name": false, - "action": true, - "arguments": true, - "outputs": true - } -} -``` - -**Pattern 2: Finish with Structured Arguments (TSFM Agent)** -```json -{ - "name": "return_final_answer", - "action": "Finish", - "agent": "TSFMAgent", - "arguments": { - "answer": true, - "evidence_models": ["ttm_96_28", "ttm_512_96"] - }, - "outputs": ["final_answer"], - "deterministic": { - "name": false, - "action": true, - "arguments": true, - "outputs": true - } -} -``` - -**Pattern 3: Finish without Arguments (FMSA Agent)** -```json -{ - "name": "finish", - "action": "Finish", - "arguments": "", - "outputs": "" -} -``` - -**Best Practices**: -- FMSA and TSFM agents typically use `Finish` as an anchor/terminal step -- IoT agent may or may not use explicit `Finish` step (inconsistency noted in original data) -- The `Finish` step's output is used as the "final answer" for evaluation -- For deterministic queries, the finish argument should contain the exact expected answer -- For non-deterministic queries, the finish argument should contain representative valid output - -### 3.2 Other Special Steps - -**Self-Ask**: Agent asks itself a clarifying question -- Used when agent needs to decompose complex queries -- Creates internal reasoning loops - -**Agent-Ask**: Agent requests information from another agent -- Used in multi-agent scenarios -- Represents inter-agent communication - ---- - -## 4. Best Practices - -### 4.1 Consistency and Standards - -1. **Agent Naming** - - Use predefined agent names consistently - - Common agents: `IoTAgent`, `FMSRAgent`, `TSFMAgent`, `WOAgent` - - In MCP context: Use standard MCP server names - -2. **Action Naming** - - Use consistent tool/function names across scenarios - - Document available tools and their signatures - - Examples: `sensors`, `history`, `get_work_orders`, `Equipment`, `DateRange` - -3. **Variable Naming** - - Use descriptive variable names for outputs - - Examples: `equipment`, `date_range`, `events`, `sensor_data`, `forecast_results` - - Avoid generic names like `result`, `output`, `data` unless context is clear - -4. **Step Naming** - - Use descriptive step names that indicate purpose - - Good: `create_equipment`, `filter_anomalies`, `calculate_statistics` - - Avoid: `step1`, `step2`, `step3` (unless no better name exists) - -### 4.2 Determinism Marking - -**When to mark as deterministic**: - -- **Action deterministic**: Tool always produces same output for same input - - Data retrieval: `true` - - Mathematical calculations: `true` - - LLM calls: `false` - - Model inference: `false` - -- **Arguments deterministic**: Input parameters are fixed - - Hardcoded values: `true` - - References to deterministic outputs: `true` - - User input or dynamic values: `false` - -- **Outputs deterministic**: Output is predictable - - Fixed data retrieval: `true` - - Calculations: `true` - - LLM-generated content: `false` - - Model predictions: `false` - -**Example**: -```json -{ - "name": "load_work_orders", - "action": "pickle.load", - "deterministic": { - "name": false, // Step name can vary - "action": false, // pickle.load is not a standard action - "arguments": false, // File path may vary - "outputs": false // Content depends on file - } -} -``` - -### 4.3 Multi-Agent Scenarios - -For complex queries requiring multiple agents: - -1. **Set type to "multiagent"** - ```json - "type": "multiagent" - ``` - -2. **Include all agents in planning_steps** - - Show agent handoffs explicitly - - Document inter-agent communication - -3. **Use Agent-Ask for coordination** - - When one agent needs information from another - - Document the request-response pattern - -4. **Consider execution order** - - Some agents may need to complete before others start - - Use execution_links to enforce ordering - -**Example**: -```json -"planning_steps": [ - { - "agent": "IoTAgent", - "instruction": "Retrieve sensor data for the equipment" - }, - { - "agent": "TSFMAgent", - "instruction": "Analyze sensor data for anomalies" - }, - { - "agent": "WOAgent", - "instruction": "Recommend work orders based on detected anomalies" - } -] -``` - -### 4.4 Handling Non-Deterministic Scenarios - -For utterances with multiple valid answers: - -1. **Set deterministic to false** - ```json - "deterministic": false - ``` - -2. **Provide representative output** - - Show one valid example in `final_out` - - Note that other valid outputs exist - -3. **Define acceptance criteria** - - In `characteristic_form`, describe what makes an answer valid - - List required elements - - Specify constraints - -4. **Document alternatives** - - Use `possible_alternatives` to show other valid approaches - - Helps evaluators understand acceptable variations - -**Example**: -```json -"characteristic_form": "The answer should contain one or more valid work order recommendations with rationale. The recommendations should be relevant to addressing anomalies in equipment CWC04009.", -"deterministic": false, -"final_out": { - "recommendations": ["M005", "M006", "OP004"] -}, -"final_out_description": [ - "Recommended work orders based on anomaly analysis", - "Other valid recommendations may exist depending on prioritization criteria" -] -``` - -### 4.5 Cross-Validation Checks - -Before finalizing ground truth, validate: - -1. **Planning Steps Validation** - - All agents are from predefined list - - Instructions are clear and semantic - - Steps form logical sequence - -2. **Execution Steps Validation** - - All step names are unique - - All actions are valid tool/function names - - All argument references point to existing outputs - - Deterministic flags are correctly set - -3. **Execution Links Validation** - - All source and target names exist in execution_steps - - No cycles in the DAG - - All steps (except first) have incoming links - - All steps (except last) have outgoing links - -4. **Output Validation** - - `final_out` matches `characteristic_form` description - - `final_out_description` is clear and complete - - For deterministic queries, exact expected output is specified - -5. **Consistency Validation** - - `type` matches primary agent in planning/execution - - `category` aligns with utterance characteristics - - `deterministic` flag matches output predictability - ---- - - -### 4.6 Quality Assurance Checklist - -Before submitting ground truth, verify: - -#### Structural Completeness -- [ ] All required fields present (id, text, type, category, deterministic, characteristic_form) -- [ ] planning_steps is a list of dicts with "agent" and "instruction" keys -- [ ] execution_steps is a list with all required fields -- [ ] execution_links properly connects all steps -- [ ] final_out and final_out_description are present (if applicable) - -#### Semantic Correctness -- [ ] Utterance text is clear and unambiguous -- [ ] Category correctly classifies the utterance type -- [ ] Deterministic flag accurately reflects answer uniqueness -- [ ] characteristic_form clearly describes expected output - -#### Planning Quality -- [ ] Planning steps use predefined agent names -- [ ] Instructions are semantic and intent-focused -- [ ] Steps form logical problem-solving sequence -- [ ] All necessary agents are included - -#### Execution Quality -- [ ] All step names are unique -- [ ] All actions are valid tool/function names -- [ ] All argument references point to existing outputs -- [ ] Deterministic flags correctly set at all levels -- [ ] Output variables are properly named and used - -#### DAG Validity -- [ ] No cycles in execution_links -- [ ] All steps (except first) have incoming links -- [ ] All steps (except last) have outgoing links -- [ ] No orphaned steps -- [ ] Dependencies correctly represent data flow - -#### Output Quality -- [ ] final_out matches characteristic_form description -- [ ] For deterministic queries, exact expected output specified -- [ ] For non-deterministic queries, representative example provided -- [ ] final_out_description is clear and complete - -#### Consistency -- [ ] Type matches primary agent in execution -- [ ] Category aligns with utterance characteristics -- [ ] Planning and execution steps are aligned -- [ ] Terminology is consistent across fields - ---- - - -### 4.7 Common Pitfalls and How to Avoid Them - -#### 8.1 Inconsistent Finish Steps - -**Problem**: Different agents use different Finish patterns -- IoT agent sometimes omits Finish -- FMSA/TSFM always include Finish - -**Solution**: Standardize Finish usage -- Always include explicit Finish step -- Use consistent argument structure -- Document agent-specific conventions - -#### 8.2 Ambiguous Variable References - -**Problem**: Unclear how outputs are referenced in arguments - -**Solution**: Use consistent reference syntax -- Document whether to use `@variable` or just `variable` -- Be explicit about variable scope -- Validate all references point to existing outputs - -#### 8.3 Incomplete Determinism Marking - -**Problem**: Deterministic flags not set at all levels - -**Solution**: Always include complete deterministic dict -```json -"deterministic": { - "name": false, - "action": true/false, - "arguments": true/false, - "outputs": true/false -} -``` - -#### 8.4 Circular Dependencies - -**Problem**: Execution links create cycles - -**Solution**: Validate DAG structure -- Use topological sort to detect cycles -- Ensure data flows in one direction -- Break cycles by reordering steps - -#### 8.5 Missing Intermediate Steps - -**Problem**: Jumping from data retrieval to final output without processing - -**Solution**: Include all necessary transformations -- Add load/parse steps for file-based data -- Include filter/transform steps for data processing -- Show LLM calls explicitly when used - -#### 8.6 Vague Characteristic Forms - -**Problem**: Expected output not clearly described - -**Solution**: Be specific and detailed -- For deterministic: Specify exact expected values or validation rules -- For non-deterministic: List required elements and constraints -- Include format specifications (JSON, CSV, text, etc.) - ---- - - -### 4.8 Advanced Scenarios - -For complex ground truth scenarios: - -#### Conditional Execution - -For scenarios with conditional logic: - -```json -{ - "name": "conditional_step", - "action": "if_then_else", - "agent": "Agent", - "arguments": { - "condition": "anomaly_detected == true", - "then_action": "recommend_maintenance", - "else_action": "continue_monitoring" - }, - "outputs": ["action_taken"], - "deterministic": { - "name": false, - "action": false, - "arguments": false, - "outputs": false - } -} -``` - - -#### Parallel Execution Paths - -For scenarios with parallel processing: - -```json -"execution_links": [ - {"source": "get_data", "target": "analyze_path1"}, - {"source": "get_data", "target": "analyze_path2"}, - {"source": "analyze_path1", "target": "merge_results"}, - {"source": "analyze_path2", "target": "merge_results"} -] -``` - - ---- - -## 5. Common Patterns and Templates - -This section presents real-world patterns from AssetOpsBench ground truth scenarios, demonstrating practical implementations used in industrial asset management. - -### 5.1 Simple Knowledge Query Pattern (ID 103) - -**Use Case**: Single-agent query for domain knowledge - -**Scenario**: "List all failure modes of asset Wind Turbine." - -**Pattern Characteristics**: -- Single agent (FMSRAgent) -- Direct knowledge retrieval -- Non-deterministic outputs (knowledge-based) -- Simple linear execution - -```json -{ - "planning_steps": [ - { - "agent": "FMSRAgent", - "instruction": "List all failure modes of asset Wind Turbine." - } - ], - "execution_steps": [ - { - "name": "get_failure_modes", - "action": "Get Failure Modes", - "agent": "FMSRAgent", - "arguments": "Wind Turbine", - "outputs": "The failure modes of asset Wind Turbine: ['Blade Failure', 'Gearbox Failure', 'Generator Failure', 'Bearing Failure', 'Electrical System Failure', 'Control System Failure', 'Foundation Failure', 'Tower Failure', 'Hub Failure', 'Pitch System Failure ', 'Yaw System Failure ', 'Hydraulic System Failure']", - "deterministic": { - "name": false, - "action": true, - "arguments": true, - "outputs": false - } - }, - { - "name": "finish", - "action": "Finish", - "arguments": "", - "outputs": "" - } - ], - "execution_links": [ - {"source": "get_failure_modes", "target": "finish"} - ] -} -``` - -### 5.2 Multi-Step Data Processing Pattern (ID 400) - -**Use Case**: Create objects, retrieve data, process, and generate output - -**Scenario**: "Get the work order of equipment CWC04013 for year 2017." - -**Pattern Characteristics**: -- Single agent with multiple steps -- Object creation → data retrieval → processing → output generation -- Mix of deterministic and non-deterministic steps -- Parallel execution branches (print and generate_json) - -```json -{ - "planning_steps": [ - { - "agent": "WOAgent", - "instruction": "Create an Equipment instance using the provided equipment_id CWC04013." - }, - { - "agent": "WOAgent", - "instruction": "Create a DateRange object spanning 2017-01-01 to 2017-12-31." - }, - { - "agent": "WOAgent", - "instruction": "Retrieve the work orders file for the specified equipment and date range." - }, - { - "agent": "WOAgent", - "instruction": "Load the work orders data from the retrieved file using pickle." - }, - { - "agent": "WOAgent", - "instruction": "Generate a structured JSON file from the work orders using an LLM." - } - ], - "execution_steps": [ - { - "name": "create_equipment", - "action": "Equipment", - "agent": "WOAgent", - "arguments": {"equipment_id": "CWC04013"}, - "outputs": ["equipment"], - "deterministic": {"name": false, "action": true, "arguments": true, "outputs": true} - }, - { - "name": "create_date_range", - "action": "DateRange", - "agent": "WOAgent", - "arguments": {"start_date": "2017-01-01", "end_date": "2017-12-31"}, - "outputs": ["date_range"], - "deterministic": {"name": false, "action": true, "arguments": true, "outputs": true} - }, - { - "name": "get_work_orders_file", - "action": "get_work_orders", - "agent": "WOAgent", - "arguments": {"equipment": "equipment", "date_range": "date_range"}, - "outputs": ["file"], - "deterministic": {"name": false, "action": true, "arguments": true, "outputs": true} - }, - { - "name": "load_work_orders", - "action": "pickle.load", - "agent": "WOAgent", - "arguments": {"file": "file"}, - "outputs": ["work_orders"], - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - }, - { - "name": "print_work_orders", - "action": "print", - "agent": "WOAgent", - "arguments": {"obj": "work_orders"}, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - }, - { - "name": "generate_json", - "action": "LLM.generate_json", - "agent": "WOAgent", - "arguments": {"data": "work_orders"}, - "outputs": ["json_file"], - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - } - ], - "execution_links": [ - {"source": "create_equipment", "target": "get_work_orders_file"}, - {"source": "create_date_range", "target": "get_work_orders_file"}, - {"source": "get_work_orders_file", "target": "load_work_orders"}, - {"source": "load_work_orders", "target": "print_work_orders"}, - {"source": "load_work_orders", "target": "generate_json"} - ] -} -``` - -### 5.3 Multi-Agent Coordination Pattern (ID 601) - -**Use Case**: Simple multi-agent coordination for knowledge retrieval - -**Scenario**: "List all failure modes of asset Chiller 6 at MAIN site." - -**Pattern Characteristics**: -- Two agents (IoTAgent for verification, FMSRAgent for knowledge) -- Agent handoff pattern -- Validation and finalization steps -- Structured final output - -```json -{ - "planning_steps": [ - { - "agent": "IoTAgent", - "instruction": "Get basic description/identifiers for Chiller 6 at MAIN site (asset verification)." - }, - { - "agent": "FMSRAgent", - "instruction": "List all failure modes for the verified asset (Chiller 6 at MAIN)." - } - ], - "execution_steps": [ - { - "name": "fmsr_list", - "agent": "FMSRAgent", - "action": "get_failure_modes", - "arguments": {"asset_name": "Chiller 6", "site_name": "MAIN"}, - "outputs": { - "status": "success", - "failure_modes": [ - "Compressor Overheating: Failed due to Normal wear, overheating", - "Heat Exchangers: Fans: Degraded motor or worn bearing due to Normal use", - "Evaporator Water side fouling", - "Condenser Water side fouling", - "Condenser Improper water side flow rate", - "Purge Unit Excessive purge", - "Refrigerant Operated Control Valve Failed spring" - ] - }, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - }, - { - "name": "finalize", - "agent": "FMSRAgent", - "action": "Finish", - "arguments": {"validation_checks": ["len(failure_modes)==7"]}, - "outputs": {"final_state": "completed"}, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - } - ], - "execution_links": [ - {"source": "fmsr_list", "target": "finalize"} - ], - "final_output": { - "asset": "Chiller 6", - "site": "MAIN", - "parameter": "Failure Modes", - "failure_modes": [ - "Compressor Overheating: Failed due to Normal wear, overheating", - "Heat Exchangers: Fans: Degraded motor or worn bearing due to Normal use", - "Evaporator Water side fouling", - "Condenser Water side fouling", - "Condenser Improper water side flow rate", - "Purge Unit Excessive purge", - "Refrigerant Operated Control Valve Failed spring" - ] - } -} -``` - -### 5.4 Complex Multi-Agent with Error Recovery Pattern (ID 502) - -**Use Case**: Multi-agent workflow with retry logic and error handling - -**Scenario**: "What is the forecast for 'Chiller 9 Condenser Water Flow' in the week of 2020-04-27 based on data from the MAIN site?" - -**Pattern Characteristics**: -- Three agents (IoTAgent, TSFMAgent coordination) -- Error detection and recovery (failed attempt → successful retry) -- Model selection and forecasting -- Comprehensive validation and artifact management - -**Key Pattern Elements**: -1. **Sensor Location**: IoTAgent locates the specific sensor -2. **Data Retrieval with Retry**: Initial failure due to incorrect asset identifier, followed by successful retry -3. **Model Selection**: TSFMAgent enumerates available models and selects appropriate checkpoint -4. **Forecasting**: Run time-series forecasting with validated arguments -5. **Validation**: Confirm artifacts and provide comprehensive summary - -```json -{ - "planning_steps": [ - { - "agent": "IoTAgent", - "instruction": "Locate 'Condenser Water Flow' sensor for 'Chiller 9' at 'MAIN'." - }, - { - "agent": "IoTAgent", - "instruction": "Retrieve windowed history (2020-04-27 → 2020-05-03) and save CSV." - }, - { - "agent": "TSFMAgent", - "instruction": "List available pretrained checkpoints and select 'ttm_96_28'." - }, - { - "agent": "TSFMAgent", - "instruction": "Run forecast on the CSV and save JSON to declared path." - }, - { - "agent": "TSFMAgent", - "instruction": "Validate artifacts and finalize summary." - } - ], - "execution_steps": [ - { - "name": "sensors", - "agent": "IoTAgent", - "action": "LocateSensor", - "arguments": { - "site_name": "MAIN", - "assetnum": "Chiller 9", - "sensor_name_filter": "Condenser Water Flow" - }, - "outputs": { - "status": "success", - "site_name": "MAIN", - "assetnum": "Chiller 9", - "sensor_id": "chiller9_condenser_water_flow", - "sensor_name": "Condenser Water Flow", - "file_path": "/tmp/cbmdir/chiller9_MAIN_sensors.json", - "message": "Located target sensor." - }, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - }, - { - "name": "history", - "agent": "IoTAgent", - "action": "DownloadSeries_Attempt1", - "arguments": { - "site_name": "MAIN", - "assetnum": "9", - "metric": "Condenser Water Flow", - "start": "2020-04-27T00:00:00Z", - "final": "2020-05-03T23:59:59Z", - "save_series_csv": true, - "save_path": "data/raw/iot/main/chiller_9_condenser_water_flow_2020-04-27_to_2020-05-03.csv" - }, - "outputs": { - "status": "failure", - "error": "assetnum '9' not found (expected 'Chiller 9').", - "csv_path": null, - "message": "History retrieval failed due to asset identifier mismatch." - }, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - }, - { - "name": "history", - "agent": "IoTAgent", - "action": "DownloadSeries_ReattemptWithFixedAssetnum", - "arguments": { - "site_name": "MAIN", - "assetnum": "Chiller 9", - "metric": "Condenser Water Flow", - "start": "2020-04-27T00:00:00Z", - "final": "2020-05-03T23:59:59Z", - "save_series_csv": true, - "save_path": "data/raw/iot/main/chiller_9_condenser_water_flow_2020-04-27_to_2020-05-03.csv" - }, - "outputs": { - "status": "success", - "rows": 581, - "sampling_hint": "irregular/partial (expected ~672 @ 15min)", - "csv_path": "data/raw/iot/main/chiller_9_condenser_water_flow_2020-04-27_to_2020-05-03.csv", - "message": "Series retrieved and saved to CSV." - }, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - }, - { - "name": "jsonreader", - "agent": "IoTAgent", - "action": "DirectFileRead_Attempt", - "arguments": { - "file_name": "chiller9_condenser_water_flow_MAIN_2020-04-27.json" - }, - "outputs": { - "status": "failure", - "error": "[Errno 2] No such file or directory: 'chiller9_condenser_water_flow_MAIN_2020-04-27.json'", - "message": "Direct JSON read failed; proceed with CSV path from history step." - }, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - }, - { - "name": "tsfm_list_models", - "agent": "TSFMAgent", - "action": "EnumeratePretrainedCheckpoints", - "arguments": {}, - "outputs": { - "status": "success", - "models": [ - {"model_id": "ttm_96_28", "model_checkpoint": "ttm_96_28", "model_description": "Pretrained forecasting model with context length 96"}, - {"model_id": "ttm_512_96", "model_checkpoint": "ttm_512_96", "model_description": "Pretrained forecasting model with context length 512"}, - {"model_id": "ttm_energy_96_28", "model_checkpoint": "ttm_96_28", "model_description": "Energy-tuned model, context length 96"}, - {"model_id": "ttm_energy_512_96", "model_checkpoint": "ttm_512_96", "model_description": "Energy-tuned model, context length 512"} - ], - "selected": "ttm_96_28", - "message": "Selected checkpoint 'ttm_96_28' for forecasting." - }, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - }, - { - "name": "tsfm_forecast", - "agent": "TSFMAgent", - "action": "RunForecast_ttm_96_28_WithCorrectArgs", - "arguments": { - "input_csv": "data/raw/iot/main/chiller_9_condenser_water_flow_2020-04-27_to_2020-05-03.csv", - "timestamp_col": "timestamp", - "value_col": "value", - "window_start": "2020-04-27T00:00:00Z", - "window_end": "2020-05-03T23:59:59Z", - "checkpoint": "ttm_96_28", - "save_path": "data/derived/forecast/chiller_9/condenser_water_flow/forecast_2020-04-27_to_2020-05-03_ttm_96_28.json" - }, - "outputs": { - "status": "success", - "model_checkpoint": "ttm_96_28", - "input_read": true, - "input_rows": 581, - "forecast_span": {"start": "2020-04-27T00:00:00Z", "end": "2020-05-03T23:59:59Z"}, - "forecast_file": "data/derived/forecast/chiller_9/condenser_water_flow/forecast_2020-04-27_to_2020-05-03_ttm_96_28.json", - "message": "Forecast generated and saved (arguments validated; prior unpacking/validation errors resolved)." - }, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - }, - { - "name": "finalize", - "agent": "TSFMAgent", - "action": "Finish", - "arguments": { - "validation_checks": [ - "exists:data/raw/iot/main/chiller_9_condenser_water_flow_2020-04-27_to_2020-05-03.csv", - "exists:data/derived/forecast/chiller_9/condenser_water_flow/forecast_2020-04-27_to_2020-05-03_ttm_96_28.json" - ], - "summary_request": "Confirm variable binding, input read, forecast span, row counts, and artifact paths. Note prior failure remediation (assetnum correction; correct TSFM input schema)." - }, - "outputs": { - "final_state": "completed", - "summary": "Forecast for Chiller 9 'Condenser Water Flow' (2020-04-27 → 2020-05-03) generated with checkpoint ttm_96_28. Input CSV (581 rows) read; forecast saved to declared path. Earlier issues (assetnum mismatch, missing JSON file, TSFM arg validation) were identified and resolved.", - "forecast_file": "data/derived/forecast/chiller_9/condenser_water_flow/forecast_2020-04-27_to_2020-05-03_ttm_96_28.json" - }, - "deterministic": {"name": false, "action": false, "arguments": false, "outputs": false} - } - ], - "execution_links": [ - {"source": "sensors", "target": "history"}, - {"source": "history", "target": "history"}, - {"source": "history", "target": "jsonreader"}, - {"source": "jsonreader", "target": "tsfm_list_models"}, - {"source": "tsfm_list_models", "target": "tsfm_forecast"}, - {"source": "tsfm_forecast", "target": "finalize"} - ] -} -``` - -**Key Lessons from ID 502**: -- **Error Recovery**: Document both failed and successful attempts -- **Self-Correction**: Show how agents detect and fix errors (assetnum correction) -- **Validation**: Include comprehensive validation checks in finalization -- **Artifact Management**: Track all intermediate and final file paths -- **Non-Deterministic Throughout**: Complex workflows are typically non-deterministic at every step - ---- - -## 6. Evaluation Using Ground Truth - -### 6.1 Evaluation Metrics - -Ground truth enables multiple evaluation dimensions: - -1. **Planning Accuracy** - - Compare agent's planning steps to ground truth planning_steps - - Use semantic similarity (not exact match) - - Measure: Planning step coverage, agent selection accuracy - -2. **Execution Accuracy** - - Compare agent's execution DAG to ground truth execution DAG - - Check: Tool selection, argument correctness, execution order - - Measure: DAG similarity, tool usage accuracy - -3. **Output Correctness** - - Compare agent's final output to ground truth final_out - - For deterministic: Exact match or validation rules - - For non-deterministic: Semantic similarity, constraint satisfaction - - Measure: Output accuracy, format compliance - -4. **Efficiency** - - Compare number of steps taken vs. ground truth - - Identify unnecessary steps or missing optimizations - - Measure: Step count ratio, execution time - -### 6.2 Scoring Functions - -**DAG Comparison**: -- Node matching: Compare execution steps -- Edge matching: Compare execution links -- Path similarity: Compare execution sequences -- Tool usage: Verify correct tools are called - -**Output Comparison**: -- Exact match (deterministic) -- Semantic similarity (non-deterministic) -- Constraint validation -- Format compliance - -**Planning Comparison**: -- Agent selection accuracy -- Step sequence similarity -- Semantic intent matching - ---- - -## 7. Paradigm-Specific Best Practices - -### 7.1 Multi-Agent Ground Truth Best Practices - -When creating ground truth for multi-agent systems: - -#### Agent Selection -- Use predefined agent names consistently -- Document agent capabilities and responsibilities -- Common agents: `IoTAgent`, `FMSRAgent`, `TSFMAgent`, `WOAgent` -- Use `multiagent` type for scenarios requiring multiple agents - -#### Agent Coordination -- Show explicit agent handoffs in planning_steps -- Document inter-agent communication patterns -- Use `Agent-Ask` for agent-to-agent queries -- Ensure proper sequencing of agent activities - -#### Domain-Specific Actions -- Use agent-specific function names (e.g., `get_work_orders`, `get_sensor_data`) -- Document available actions for each agent type -- Include domain objects (e.g., `Equipment`, `DateRange`, `Sensor`) - -**Example Multi-Agent Pattern**: -```json -{ - "type": "multiagent", - "planning_steps": [ - { - "agent": "IoTAgent", - "instruction": "Retrieve sensor data for equipment" - }, - { - "agent": "TSFMAgent", - "instruction": "Analyze sensor data for anomalies" - }, - { - "agent": "WOAgent", - "instruction": "Recommend work orders based on anomalies" - } - ], - "execution_steps": [ - { - "name": "get_sensor_data", - "action": "sensors", - "agent": "IoTAgent", - "arguments": {"site_name": "MAIN", "assetnum": "Chiller 6"} - }, - { - "name": "detect_anomalies", - "action": "detect_anomalies", - "agent": "TSFMAgent", - "arguments": {"data": "sensor_data"} - }, - { - "name": "recommend_wo", - "action": "recommend_work_order", - "agent": "WOAgent", - "arguments": {"anomalies": "detected_anomalies"} - } - ] -} -``` - -### 7.2 Multi-MCP Ground Truth Best Practices - -When creating ground truth for MCP (Model Context Protocol) systems: - -#### MCP Server Types - -Use standard MCP server types: -- `filesystem`: File operations (read, write, list, search) -- `database`: Database queries (SQL, NoSQL) -- `web-search`: Web search and scraping -- `api-client`: REST/GraphQL API calls -- `git`: Version control operations -- `slack`: Team communication -- `email`: Email operations -- `calendar`: Calendar management -- `computation`: Mathematical operations -- `memory`: Persistent storage for LLM context - -#### MCP Tool Naming - -Use MCP protocol tool naming conventions: -```json -{ - "action": "filesystem/read_file", // Server/tool format - "action": "database/query", - "action": "web-search/search", - "action": "api-client/post" -} -``` - -Or simplified format: -```json -{ - "action": "read_file", // Tool name only - "agent": "filesystem" // Server specified separately -} -``` - -#### MCP Resource References - -Handle MCP resources with proper URIs: -```json -{ - "arguments": { - "resource_uri": "file:///path/to/data.csv", - "resource_type": "text/csv" - } -} -``` - -```json -{ - "arguments": { - "resource_uri": "db://localhost/sensors", - "query": "SELECT * FROM readings WHERE date > '2024-01-01'" - } -} -``` - -#### MCP Tool Schemas - -Reference MCP tool schemas in execution steps: -```json -{ - "name": "read_config", - "action": "read_file", - "agent": "filesystem", - "arguments": { - "path": "/config/app.json" - }, - "outputs": ["file_content"], - "deterministic": { - "name": false, - "action": true, - "arguments": true, - "outputs": true - } -} -``` - -#### MCP Server Coordination - -For multi-MCP scenarios: -```json -{ - "type": "multiagent", // Or "multi-mcp" - "planning_steps": [ - { - "agent": "filesystem", - "instruction": "Read data file" - }, - { - "agent": "database", - "instruction": "Query reference data" - }, - { - "agent": "api-client", - "instruction": "Send results to external API" - } - ] -} -``` - -**Example Multi-MCP Pattern**: -```json -{ - "id": 600, - "text": "Read customer data from CSV, enrich with database info, and send to CRM API.", - "type": "multiagent", - "category": "Complex Query", - "deterministic": true, - "planning_steps": [ - { - "agent": "filesystem", - "instruction": "Read customer CSV file" - }, - { - "agent": "database", - "instruction": "Query customer details from database" - }, - { - "agent": "api-client", - "instruction": "POST enriched data to CRM API" - } - ], - "execution_steps": [ - { - "name": "read_csv", - "action": "read_file", - "agent": "filesystem", - "arguments": { - "path": "/data/customers.csv" - }, - "outputs": ["csv_content"], - "deterministic": { - "name": false, - "action": true, - "arguments": true, - "outputs": true - } - }, - { - "name": "parse_csv", - "action": "parse", - "agent": "filesystem", - "arguments": { - "content": "csv_content", - "format": "csv" - }, - "outputs": ["customer_ids"], - "deterministic": { - "name": false, - "action": true, - "arguments": true, - "outputs": true - } - }, - { - "name": "query_details", - "action": "query", - "agent": "database", - "arguments": { - "sql": "SELECT * FROM customers WHERE id IN (@customer_ids)", - "params": {"customer_ids": "customer_ids"} - }, - "outputs": ["customer_details"], - "deterministic": { - "name": false, - "action": true, - "arguments": true, - "outputs": true - } - }, - { - "name": "send_to_crm", - "action": "post", - "agent": "api-client", - "arguments": { - "url": "https://crm.example.com/api/customers", - "body": "customer_details", - "headers": {"Content-Type": "application/json"} - }, - "outputs": ["api_response"], - "deterministic": { - "name": false, - "action": true, - "arguments": true, - "outputs": false - } - } - ], - "execution_links": [ - {"source": "read_csv", "target": "parse_csv"}, - {"source": "parse_csv", "target": "query_details"}, - {"source": "query_details", "target": "send_to_crm"} - ] -} -``` - -### 7.3 Hybrid Approach Best Practices - -When combining multi-agent and multi-MCP: - -#### Clear Separation of Concerns -- Agents handle reasoning and decision-making -- MCP servers provide tools and data access -- Document which layer handles what - -#### Consistent Naming -- Use `agent` field for both agents and MCP servers -- Use `type` to indicate primary system type -- Add `paradigm` field if needed for clarity: - ```json - { - "type": "multiagent", - "paradigm": "hybrid", - "note": "IoTAgent uses filesystem MCP server" - } - ``` - -#### Layered Execution -```json -{ - "execution_steps": [ - { - "name": "agent_decides", - "action": "analyze_requirements", - "agent": "PlannerAgent", - "outputs": ["required_files"] - }, - { - "name": "mcp_retrieves", - "action": "read_file", - "agent": "filesystem", - "arguments": {"paths": "required_files"}, - "outputs": ["file_contents"] - }, - { - "name": "agent_processes", - "action": "process_data", - "agent": "ProcessorAgent", - "arguments": {"data": "file_contents"}, - "outputs": ["results"] - } - ] -} -``` - -### 7.4 Choosing Between Paradigms - -**Use Multi-Agent When**: -- System has specialized agents with domain expertise -- Focus on agent reasoning and coordination -- Agents make complex decisions -- Example: AssetOpsBench, healthcare diagnosis, financial analysis - -**Use Multi-MCP When**: -- System uses standardized tool interfaces -- Focus on tool selection and usage -- LLM orchestrates tool calls -- Example: File operations, database queries, API integrations - -**Use Hybrid When**: -- Agents need external tools -- Combining reasoning with data access -- Best of both worlds -- Example: AI agent using filesystem and database MCP servers - ---- - -## 8. Using Ground Truth for Agent Evaluation - -### 8.1 Three-Level Evaluation Framework - -Ground truth enables comprehensive evaluation at three levels: - -| Level | Focus | Metrics | Weight | -|-------|-------|---------|--------| -| **Outcome** | Final result correctness | Task completeness (y₁), Data retrieval (y₂), Result verification (y₃) | 50% | -| **Process** | Execution trajectory | Action sequence, DAG structure, Step completeness | 30% | -| **Planning** | Strategic decomposition | ROUGE scores (planning alignment) | 20% | - -### 8.2 Evaluation Workflow - -**Step 1: Collect Agent Trace** → **Step 2: Load Ground Truth** → **Step 3: Multi-Level Comparison** - -### 8.3 Rubric-Based Scoring (Outcome Level) - -**Three Core Metrics**: - -1. **Task Completeness (y₁)**: Compare agent output against `characteristic_form` using LLM-as-Judge (0-1 score) -2. **Data Retrieval Accuracy (y₂)**: Verify correct parameters (equipment IDs, date ranges, sensors) -3. **Result Verification (y₃)**: - - Deterministic: Exact match with `final_out` - - Non-deterministic: Semantic similarity - -**Combined Score**: `Rubric_Score = (y₁ + y₂ + y₃) / 3` - -**Example** (Scenario 421): -- y₁ = 1.0 (task completed), y₂ = 1.0 (correct params), y₃ = 0.6 (3/5 codes) -- Rubric Score = 0.87 - -### 8.4 Execution Alignment (Process Level) - -**Comparison Methods**: -- **Action Sequence**: Use sequence alignment (e.g., Levenshtein distance) to compare action lists -- **DAG Structure**: Calculate node/edge overlap between ground truth and agent execution graphs -- **Step Completeness**: Identify missing or extra steps - -**Example**: -- GT: 8 steps, Agent: 6 steps (missing `load_events`, `dedupe`) -- Alignment Score: 6/8 = 0.75 - -### 8.5 Planning Alignment (Strategic Level) - -Use ROUGE metrics to compare planning strategies: -- **ROUGE-1**: Unigram overlap -- **ROUGE-2**: Bigram overlap -- **ROUGE-L**: Longest common subsequence - -**Example**: GT planning vs Agent planning → ROUGE-L: 0.65 - -### 8.6 Hybrid Scoring Formula - -``` -Final_Score = 0.5 × Rubric_Score + 0.3 × Execution_Score + 0.2 × Planning_Score -``` - -**Complete Example** (Scenario 421): -```json -{ - "final_score": 0.78, - "rubric_score": 0.87, - "execution_score": 0.68, - "planning_score": 0.65, - "failure_analysis": { - "missing_steps": ["load_events", "dedupe"], - "output_issues": "Missing 2 of 5 expected codes" - } -} -``` - -### 8.7 Batch Evaluation - -**Aggregate Metrics Across Benchmark**: -- Average final score -- Task completion rate -- Per-scenario breakdown -- Failure mode distribution - -**AssetOpsBench Example**: GPT-4.1 achieved 0.72 avg score across 141 scenarios (70% completion rate) - -### 8.8 Automated Failure Detection - -Ground truth enables automatic identification of: -- **Tool Selection Errors**: Wrong action at specific step -- **Parameter Errors**: Incorrect arguments passed -- **Missing Steps**: Skipped required operations -- **Incorrect Sequencing**: Steps executed out of order -- **Premature Termination**: Task incomplete - -### 8.9 Evaluation Best Practices - -| Scenario Type | Approach | -|---------------|----------| -| **Deterministic** | Exact matching, strict validation, focus on correctness | -| **Non-Deterministic** | Semantic similarity, allow trajectory variation, focus on outcome quality | -| **Multi-Agent** | Track coordination, evaluate inter-agent communication, verify specialization | -| **Multi-MCP** | Verify server selection, check tool parameters, validate resource URIs | - ---- - -## 9. Illustrated Examples from AssetOpsBench - -### Example 1: Simple Query (Scenario 3) -**Utterance**: "What assets can be found at the MAIN site?" - -```json -{ - "id": 3, - "type": "IoT", - "text": "What assets can be found at the MAIN site?", - "category": "Knowledge Query", - "deterministic": true, - "characteristic_form": "The expected response should be the return value from querying the assets at the MAIN site. The response should be a reference to a file containing the list of assets", - "group": "retrospective", - "entity": "Site", - "note": "Source: IoT data operations; Deterministic query with single correct answer; Category: Knowledge Query", - "planning_steps": [ - {"agent": "IoTAgent", "instruction": "list assets for site MAIN"} - ], - "execution_steps": [ - { - "name": "step1", - "action": "assets", - "agent": "IoTAgent", - "arguments": {"site_name": "MAIN"}, - "outputs": [] - }, - { - "name": "finish", - "action": "Finish", - "agent": "IoTAgent", - "argument": "The assets at the MAIN site are: CQPA AHU 1, CQPA AHU 2B, Chiller 4, Chiller 6, Chiller 9, Chiller 3." - } - ], - "execution_links": [{"source": "step1", "target": "finish"}] -} -``` - -**Key Features**: Linear DAG (2 steps), fully deterministic, single agent. Includes complete meta information: `text`, `characteristic_form`, `group` (retrospective), `entity` (Site), and `note` fields. - -### Example 2: Complex Diagnostic (Scenario 421) -**Utterance**: "Review anomalies/alerts for Chiller 9 (CWC04009) in May-June 2020 and suggest work orders." - -```json -{ - "id": 421, - "type": "Workorder", - "deterministic": false, - "planning_steps": [ - {"agent": "WOAgent", "instruction": "Create Equipment(CWC04009) and DateRange(2020-05-01 to 2020-06-30)"}, - {"agent": "WOAgent", "instruction": "Retrieve and filter events to ALERT and ANOMALY"}, - {"agent": "WOAgent", "instruction": "Get KPI-based and alert-based recommendations in parallel"}, - {"agent": "WOAgent", "instruction": "Combine and deduplicate recommendations"} - ], - "execution_steps": [ - {"name": "create_equipment", "action": "Equipment", "arguments": {"equipment_id": "CWC04009"}, "outputs": ["equipment"]}, - {"name": "create_date_range", "action": "DateRange", "arguments": {"start_date": "2020-05-01", "end_date": "2020-06-30"}, "outputs": ["date_range"]}, - {"name": "get_events", "action": "get_events", "arguments": {"equipment": "equipment", "date_range": "date_range"}, "outputs": ["events_pickle_path"]}, - {"name": "load_events", "action": "pickle_load", "arguments": {"file_path": "events_pickle_path"}, "outputs": ["events"]}, - {"name": "filter_anomaly_alert", "action": "filter", "arguments": {"obj": "events", "condition": "event.event_category in {'ALERT','ANOMALY'}"}, "outputs": ["anomaly_alert_events"]}, - {"name": "get_top_kpi_recommendations", "action": "recommend_from_top_kpi_anomalies", "arguments": {"events": "anomaly_alert_events", "top_k": 3}, "outputs": ["kpi_recommendations"]}, - {"name": "alert_recommendation", "action": "recommend_work_order_from_alert", "arguments": {"rule_id": "RUL0018"}, "outputs": ["alert_rec"]}, - {"name": "combine_and_dedupe", "action": "dedupe_by_key", "arguments": {"items": "[alert_rec] + kpi_recommendations", "key": "rec.primary_code"}, "outputs": ["final_result"]}, - {"name": "print_final", "action": "print", "arguments": {"obj": "final_result"}} - ], - "execution_links": [ - {"source": "create_equipment", "target": "get_events"}, - {"source": "create_date_range", "target": "get_events"}, - {"source": "get_events", "target": "load_events"}, - {"source": "load_events", "target": "filter_anomaly_alert"}, - {"source": "filter_anomaly_alert", "target": "get_top_kpi_recommendations"}, - {"source": "filter_anomaly_alert", "target": "alert_recommendation"}, - {"source": "get_top_kpi_recommendations", "target": "combine_and_dedupe"}, - {"source": "alert_recommendation", "target": "combine_and_dedupe"}, - {"source": "combine_and_dedupe", "target": "print_final"} - ], - "final_out": {"CWC04009": ["M005", "M006", "OP004", "M013", "OP002"]} -} -``` - -**Key Features**: Parallel branches (KPI + alert paths converge at dedupe), non-deterministic filtering/reasoning, 9 steps with 8 dependencies, ~3-4 hours to create. - -**DAG Pattern**: -``` -create_equipment ──┐ - ├─> get_events ─> load_events ─> filter ─┬─> kpi_rec ──┐ -create_date_range ─┘ │ ├─> dedupe ─> print - └─> alert_rec ─┘ -``` - -**Comparison**: - -| Aspect | Example 1 | Example 2 | -|--------|-----------|-----------| -| Steps | 2 | 9 | -| Dependencies | 1 | 8 | -| Deterministic | Fully | Partially | -| DAG Pattern | Linear | Parallel + Convergence | -| Creation Time | 30 min | 3-4 hours | - ---- - -## 10. Two Paradigms: Multi-Agent vs Multi-MCP - -### 10.1 Unified Ground Truth Structure - -**Key Insight**: Both paradigms use the **same ground truth structure**. The only difference is semantic interpretation: - -| Field | Multi-Agent Interpretation | Multi-MCP Interpretation | -|-------|---------------------------|-------------------------| -| `type` | Agent type (IoTAgent, WOAgent) | MCP server type (filesystem, database) | -| `agent` | Agent name | MCP server name | -| `action` | Agent-specific function | MCP tool name | -| `planning_steps` | Agent orchestration plan | MCP server coordination plan | -| `execution_steps` | Agent function calls | MCP tool invocations | - -### 10.2 Understanding the Two Approaches - -Ground truth creation supports two distinct but structurally similar paradigms: - -#### Multi-Agent Systems - -**Concept**: Multiple specialized AI agents, each with domain expertise, collaborate to solve complex tasks. - -**Characteristics**: -- Each agent has specific capabilities (e.g., IoTAgent handles sensor data, WOAgent manages work orders) -- Agents communicate and coordinate through orchestration -- Agent selection is based on task requirements and domain knowledge -- Example: AssetOpsBench with IoTAgent, FMSRAgent, TSFMAgent, WOAgent - -**Ground Truth Representation**: -```json -{ - "type": "Workorder", // Primary agent type - "planning_steps": [ - { - "agent": "WOAgent", // Specific agent name - "instruction": "Create Equipment instance" - } - ], - "execution_steps": [ - { - "name": "create_equipment", - "action": "Equipment", // Agent-specific action - "agent": "WOAgent", // Agent executing this step - "arguments": {...} - } - ] -} -``` - -#### Multi-MCP Systems - -**Concept**: Multiple Model Context Protocol (MCP) servers provide standardized tools and resources that LLMs can use to accomplish tasks. - -**Characteristics**: -- Each MCP server exposes specific capabilities (e.g., filesystem operations, database queries, web search) -- MCP servers are service locators providing tools to LLMs -- Server selection is based on required operations and data sources -- Example: MCP-Bench with filesystem, database, web-search, api-client servers - -**Ground Truth Representation**: -```json -{ - "type": "filesystem", // Primary MCP server type - "planning_steps": [ - { - "agent": "filesystem", // MCP server name - "instruction": "Read configuration file" - } - ], - "execution_steps": [ - { - "name": "read_config", - "action": "read_file", // MCP tool name - "agent": "filesystem", // MCP server executing this step - "arguments": { - "path": "/config/app.json" - } - } - ] -} -``` - -### 10.3 When to Use Each Paradigm - -**Use Multi-Agent Ground Truth When**: -- Evaluating specialized AI agent systems -- Agents have distinct domain expertise and reasoning capabilities -- Focus is on agent coordination and decision-making -- Example domains: Industrial operations, healthcare diagnostics, financial analysis - -**Use Multi-MCP Ground Truth When**: -- Evaluating LLM tool-using capabilities -- Focus is on tool selection and parameter passing -- Servers provide standardized interfaces (MCP protocol) -- Example domains: File operations, database queries, API integrations, web research - -**Use Hybrid Approach When**: -- System combines both paradigms -- AI agents use MCP servers as tools -- Example: An IoTAgent that uses filesystem MCP server to read sensor data files - -### 10.4 Conversion Between Paradigms - -Ground truth can be adapted between paradigms by reinterpreting fields: - -**Multi-Agent → Multi-MCP**: -```json -// Multi-Agent -{ - "type": "IoTAgent", - "action": "get_sensor_data" -} - -// Equivalent Multi-MCP -{ - "type": "database", - "action": "query" -} -``` - -**Multi-MCP → Multi-Agent**: -```json -// Multi-MCP -{ - "type": "filesystem", - "action": "read_file" -} - -// Equivalent Multi-Agent -{ - "type": "FileAgent", - "action": "read" -} -``` - -### 10.5 Examples of Both Paradigms - -#### Example 1: Multi-Agent Ground Truth - -**Scenario**: Retrieve work orders for equipment - -```json -{ - "id": 400, - "text": "Get the work order of equipment CWC04013 for year 2017.", - "type": "Workorder", - "category": "Data Query", - "deterministic": true, - "planning_steps": [ - { - "agent": "WOAgent", - "instruction": "Create Equipment instance for CWC04013" - }, - { - "agent": "WOAgent", - "instruction": "Retrieve work orders for 2017" - } - ], - "execution_steps": [ - { - "name": "create_equipment", - "action": "Equipment", - "agent": "WOAgent", - "arguments": {"equipment_id": "CWC04013"} - }, - { - "name": "get_work_orders", - "action": "get_work_orders", - "agent": "WOAgent", - "arguments": { - "equipment": "equipment", - "date_range": "date_range" - } - } - ] -} -``` - -#### Example 2: Multi-MCP Ground Truth - -**Scenario**: Read and analyze configuration file - -```json -{ - "id": 501, - "text": "Read the application configuration and validate required fields.", - "type": "filesystem", - "category": "Data Query", - "deterministic": true, - "planning_steps": [ - { - "agent": "filesystem", - "instruction": "Read configuration file from disk" - }, - { - "agent": "json-parser", - "instruction": "Parse JSON configuration" - }, - { - "agent": "validator", - "instruction": "Validate required fields" - } - ], - "execution_steps": [ - { - "name": "read_config", - "action": "read_file", - "agent": "filesystem", - "arguments": { - "path": "/config/app.json" - }, - "outputs": ["config_content"] - }, - { - "name": "parse_json", - "action": "parse", - "agent": "json-parser", - "arguments": { - "content": "config_content" - }, - "outputs": ["config_object"] - }, - { - "name": "validate", - "action": "validate_schema", - "agent": "validator", - "arguments": { - "data": "config_object", - "required_fields": ["api_key", "endpoint", "timeout"] - }, - "outputs": ["validation_result"] - } - ] -} -``` - -#### Example 3: Hybrid Ground Truth - -**Scenario**: IoT agent uses filesystem MCP server - -```json -{ - "id": 502, - "text": "Load sensor data from CSV file and detect anomalies.", - "type": "multiagent", - "category": "Complex Query", - "deterministic": false, - "planning_steps": [ - { - "agent": "filesystem", - "instruction": "Read sensor data CSV file" - }, - { - "agent": "IoTAgent", - "instruction": "Parse and validate sensor data" - }, - { - "agent": "AnomalyDetectionAgent", - "instruction": "Detect anomalies in sensor readings" - } - ], - "execution_steps": [ - { - "name": "read_csv", - "action": "read_file", - "agent": "filesystem", - "arguments": {"path": "/data/sensors.csv"}, - "outputs": ["csv_content"] - }, - { - "name": "parse_data", - "action": "parse_sensor_data", - "agent": "IoTAgent", - "arguments": {"csv_data": "csv_content"}, - "outputs": ["sensor_readings"] - }, - { - "name": "detect_anomalies", - "action": "detect", - "agent": "AnomalyDetectionAgent", - "arguments": {"data": "sensor_readings"}, - "outputs": ["anomalies"] - } - ] -} -``` - -### 10.6 Choosing the Right Paradigm for Your Ground Truth - -**Decision Framework**: - -1. **What are you evaluating?** - - AI agent reasoning and coordination → Multi-Agent - - LLM tool-using capabilities → Multi-MCP - - Both → Hybrid - -2. **What is your system architecture?** - - Specialized agents with domain logic → Multi-Agent - - MCP servers with standardized tools → Multi-MCP - - Agents using MCP tools → Hybrid - -3. **What is your evaluation focus?** - - Agent selection and orchestration → Multi-Agent - - Tool selection and parameter passing → Multi-MCP - - End-to-end task completion → Either/Both - -**Recommendation**: Start with the paradigm that matches your system architecture, then adapt as needed. The ground truth structure is flexible enough to support both. - ---- - -## 11. Summary - -### Core Requirements for High-Quality Ground Truth - -1. **Clear Understanding**: Thoroughly understand utterance intent and domain context -2. **Structured Planning**: Break down problems into logical `planning_steps` -3. **Detailed Execution**: Specify exact tools, arguments, and data flow in `execution_steps` -4. **Valid DAG**: Ensure `execution_links` form proper directed acyclic graph -5. **Accurate Determinism**: Mark determinism correctly at all levels -6. **Complete Output**: Provide `final_out` or `final_out_description` with validation criteria -7. **Thorough Validation**: Verify completeness, correctness, and testability - -### Key Principles - -- **Consistency**: Standard patterns and naming conventions -- **Completeness**: All necessary steps and information -- **Clarity**: Explicit and unambiguous expectations -- **Validity**: Structural and semantic correctness -- **Testability**: Automated evaluation and comparison - -### Document Organization - -**Main Sections** (1-12): Core concepts, workflow, structure, best practices, examples, value proposition -**References** (Section 13): Citations and related work -**Appendices** (A-E): Detailed technical content - - **Appendix A**: JSON Schema - - **Appendix B**: Evaluation Metrics Details - - **Appendix C**: Common Failure Patterns - - **Appendix D**: Domain-Specific Examples - - **Appendix E**: Quick Reference Checklist - -### Getting Started - -1. Review **Section 2** (High-Level Workflow) for the 5-phase process -2. Study **Section 11** (Illustrated Examples) for concrete patterns -3. Use **Appendix E** (Quick Reference Checklist) during creation -4. Consult **Section 4** (Ground Truth Structure) for field definitions -5. Reference **Section 10** (Paradigm-Specific Practices) for multi-agent vs. multi-MCP guidance - -### Value Proposition - -Ground truth trajectories enable: -- Systematic benchmarking of agent architectures -- Objective comparison of models and approaches -- Automated discovery of failure modes -- Reproducible research across the community -- Confident deployment to production systems - -**ROI**: 564 hours to create 141 scenarios → 1000+ hours saved in evaluation (AssetOpsBench experience) - -By following this best practice, you can create ground truth data that enables systematic, reproducible evaluation of AI agent systems across diverse domains and use cases. - ---- - -## 12. References - -### Primary References - -1. **Patel, D., Lin, S., Rayfield, J., Zhou, N., Vaculin, R., Martinez, N., O'donncha, F., & Kalagnanam, J. (2025)**. "AssetOpsBench: Benchmarking AI Agents for Task Automation in Industrial Asset Operations and Maintenance." *arXiv preprint arXiv:2506.03828*. - - URL: https://arxiv.org/abs/2506.03828 - - Key Contribution: 141 ground truth scenarios, evaluation metrics (rubric-based + ROUGE), architectural comparison -2. **AssetOpsBench Utterance Dataset**. IBM Research (2025). - - URL: https://huggingface.co/datasets/ibm-research/AssetOpsBench - - Contains: 152 task utterances for industrial asset operations and maintenance scenarios - - Platform: HuggingFace Datasets -3. **AssetOpsBench Ground Truth Dataset (2026 - IBM Internal)**. - - Repository: `AssetOpsBenchGroundTruth/` - - Contains: 152 validated scenarios across IoT, Workorder, TSFM, and FMSR domains -4. **Lin, C. Y. (2004)**. "ROUGE: A Package for Automatic Evaluation of Summaries." *Proceedings of the ACL Workshop on Text Summarization Branches Out*. - - Used for planning and execution alignment scoring in ground truth evaluation - -### Technical Specifications - -5. **Model Context Protocol (MCP) Specification**. Anthropic. - - URL: https://modelcontextprotocol.io/ - - Framework for standardized tool interfaces in multi-MCP systems - ---- - -## Appendix A: Ground Truth JSON Schema - -```json -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "required": ["id", "text", "type", "category", "deterministic", "characteristic_form", "planning_steps", "execution_steps", "execution_links"], - "properties": { - "id": {"type": "integer"}, - "uuid": {"type": "string", "format": "uuid"}, - "text": {"type": "string"}, - "type": {"type": "string"}, - "category": {"type": "string"}, - "deterministic": {"type": "boolean"}, - "characteristic_form": {"type": "string"}, - "planning_steps": { - "type": "array", - "items": { - "type": "object", - "required": ["agent", "instruction"], - "properties": { - "agent": {"type": "string"}, - "instruction": {"type": "string"} - } - } - }, - "execution_steps": { - "type": "array", - "items": { - "type": "object", - "required": ["name", "action", "agent"], - "properties": { - "name": {"type": "string"}, - "action": {"type": "string"}, - "agent": {"type": "string"}, - "arguments": {"type": ["object", "string"]}, - "outputs": {"type": "array"}, - "deterministic": { - "type": "object", - "properties": { - "name": {"type": "boolean"}, - "action": {"type": "boolean"}, - "arguments": {"type": "boolean"}, - "outputs": {"type": "boolean"} - } - } - } - } - }, - "execution_links": { - "type": "array", - "items": { - "type": "object", - "required": ["source", "target"], - "properties": { - "source": {"type": "string"}, - "target": {"type": "string"} - } - } - }, - "final_out": {"type": ["object", "null"]}, - "final_out_description": { - "type": "array", - "items": {"type": "string"} - } - } -} -``` - ---- - -## Appendix B: Common Failure Patterns - -### C.1 Tool Selection Errors - -**Pattern**: Agent uses wrong tool for the task -```json -// Ground Truth -{"action": "get_work_orders"} - -// Agent Execution -{"action": "get_events"} // Wrong tool -``` - -**Detection**: Compare `execution_steps[].action` fields -**Fix**: Improve tool descriptions, add examples - -### C.2 Parameter Errors - -**Pattern**: Agent uses incorrect arguments -```json -// Ground Truth -{"equipment_id": "CWC04013"} - -// Agent Execution -{"equipment_id": "CWC04009"} // Wrong equipment -``` - -**Detection**: Compare `execution_steps[].arguments` fields -**Fix**: Validate parameter extraction, add constraints - -### C.3 Missing Steps - -**Pattern**: Agent skips required operations -```json -// Ground Truth: 5 steps -create_equipment → create_date_range → get_events → load_events → process - -// Agent: 3 steps (missing load_events, process) -create_equipment → create_date_range → get_events -``` - -**Detection**: Compare DAG node counts and structure -**Fix**: Improve planning, add step-by-step guidance - -### C.4 Incorrect Sequencing - -**Pattern**: Agent executes steps in wrong order -```json -// Ground Truth -A → B → C - -// Agent Execution -A → C → B // Wrong order, may cause dependency errors -``` - -**Detection**: Compare `execution_links` topology -**Fix**: Enforce dependency constraints, validate prerequisites - -### C.5 Premature Termination - -**Pattern**: Agent stops before completing workflow -```json -// Ground Truth -... → final_step → Finish - -// Agent Execution -... → partial_step // Stops early, no Finish -``` - -**Detection**: Check for `Finish` action and `final_out` presence -**Fix**: Add completion criteria, validate output requirements - ---- - -## Appendix D: Domain-Specific Examples - -### D.1 Healthcare Diagnosis - -```json -{ - "id": 701, - "text": "Review patient symptoms and lab results to recommend diagnostic tests.", - "type": "Healthcare", - "category": "Diagnostic Recommendation", - "planning_steps": [ - {"agent": "DiagnosticAgent", "instruction": "Retrieve patient symptoms and history"}, - {"agent": "DiagnosticAgent", "instruction": "Analyze lab results"}, - {"agent": "DiagnosticAgent", "instruction": "Recommend diagnostic tests based on findings"} - ] -} -``` - -### D.2 Financial Analysis - -```json -{ - "id": 801, - "text": "Analyze Q4 revenue trends and forecast Q1 performance.", - "type": "Finance", - "category": "Forecasting", - "planning_steps": [ - {"agent": "FinanceAgent", "instruction": "Retrieve Q4 revenue data"}, - {"agent": "FinanceAgent", "instruction": "Calculate trends and growth rates"}, - {"agent": "FinanceAgent", "instruction": "Generate Q1 forecast using time series model"} - ] -} -``` - -### D.3 Customer Support - -```json -{ - "id": 901, - "text": "Resolve customer complaint about delayed shipment.", - "type": "CustomerService", - "category": "Issue Resolution", - "planning_steps": [ - {"agent": "SupportAgent", "instruction": "Retrieve order and shipment details"}, - {"agent": "SupportAgent", "instruction": "Identify delay cause"}, - {"agent": "SupportAgent", "instruction": "Propose resolution and compensation"} - ] -} -``` - ---- - diff --git a/docs/guideline/utterance_design_guideline.md b/docs/guideline/utterance_design_guideline.md deleted file mode 100644 index ecde023d9..000000000 --- a/docs/guideline/utterance_design_guideline.md +++ /dev/null @@ -1,584 +0,0 @@ -# Utterance Design Guideline for Domain-Agnostic Applications - -## Purpose - -This guideline helps domain experts and developers create well-structured, consistent utterances across diverse domains. Utterances are natural language queries or commands that users make to interact with AI-powered systems. - -**Why This Guideline**: Well-designed utterances enable: -- **Consistent format**: Standardized structure makes utterances digestible and analyzable by AI agents -- **Clear categorization**: Organized by problem type (understanding what happened, predicting what will happen, helping humans make decisions) -- **Domain adaptability**: Reusable patterns that work across different contexts - -**Domain-Agnostic Design**: This guideline is designed to handle various domains through a consistent abstraction pattern. The same patterns apply across: -- **Manufacturing**: Production lines, robotics, quality control systems -- **Energy & Utilities**: Power generation, transmission, distribution networks -- **Transportation**: Fleet management, logistics, rail/aviation systems -- **Oil & Gas**: Refineries, pipelines, drilling operations -- **Process Industries**: Chemical plants, food processing, pharmaceuticals -- **Building Operations**: HVAC, elevators, lighting, security systems -- **Healthcare**: Patient monitoring, diagnosis support, treatment planning -- **Financial Services**: Risk assessment, fraud detection, portfolio optimization -- **Insurance**: Claims processing, risk evaluation, policy recommendations -- **Education**: Student performance tracking, curriculum planning, resource allocation -- **Industrial Asset Management**: Equipment monitoring, predictive maintenance, lifecycle optimization - -**A Good Set of Utterances for a Given Domain Should**: -- **Help understand what happened**: Enable historical data analysis, knowledge extraction, and current state assessment -- **Help predict what will happen**: Support future state forecasting, risk estimation, and trend projection -- **Help humans make decisions**: Provide recommendations, optimization, and strategic guidance - -**For Example, in Industrial Asset Management Contexts, This Translates To**: - -- Operational telemetry and equipment monitoring (understanding what happened) -- Predictive maintenance and failure forecasting (predicting what will happen) -- Performance optimization and decision support (helping humans make decisions) - ---- - -## Core Problem Groups - -To design effective utterances across any domain, we define three universal problem categories that span the complete lifecycle of data-driven decision-making: - -### 1. retrospective (Knowledge Extraction) - -**Definition** -Understanding historical or current state through data retrieval and analysis. - -**Universal Coverage** -- Entity inventory and configuration -- Historical measurements and telemetry -- Event, incident, and transaction records -- Knowledge base and documentation lookup -- Data completeness and quality assessment - -**Focus Question** -*What has happened or what is known?* - -**Cross-Domain Examples** -- **Manufacturing**: "What production lines are operational?" | "List all quality defects from last shift." -- **Energy & Utilities**: "What substations are in the network?" | "Retrieve all outage events from last month." -- **Transportation**: "What vehicles are in the fleet?" | "List all maintenance records for Train-456." -- **Healthcare**: "What is the patient's medical history?" | "List all lab results from the past year." -- **Financial Services**: "What were the transaction volumes last quarter?" | "Retrieve all trades for account XYZ." - ---- - -### 2. predictive - -**Definition** -Estimating future behavior or states under status quo conditions (no interventions). - -**Universal Coverage** -- Performance and condition forecasting -- Risk and anomaly likelihood estimation -- Event probability and trend projection -- Demand and workload prediction -- Degradation and lifecycle estimation - -**Focus Question** -*What is likely to happen next?* - -**Cross-Domain Examples** -- **Manufacturing**: "Predict production line downtime risk." | "Forecast product quality metrics for next batch." -- **Energy & Utilities**: "Forecast power demand for next week." | "Predict transformer failure probability." -- **Transportation**: "Predict vehicle maintenance needs." | "Estimate delivery delays for Route-A." -- **Healthcare**: "What is the patient's readmission risk?" | "Predict disease progression over the next 6 months." -- **Financial Services**: "Forecast stock price for next quarter." | "Estimate default probability for this loan." - ---- - -### 3. prescriptive - -**Definition** -Determining optimal interventions, actions, or strategies under operational constraints. - -**Universal Coverage** -- Corrective and preventive action planning -- Strategy selection and timing optimization -- Entity prioritization based on risk and impact -- Resource, budget, and capacity allocation -- Policy and rule definition -- Trade-off analysis across multiple objectives - -**Focus Question** -*What should be done and when?* - -**Cross-Domain Examples** -- **Manufacturing**: "Recommend corrective actions for quality issue." | "Prioritize production orders for next shift." -- **Energy & Utilities**: "Optimize load balancing strategy." | "Recommend preventive maintenance for grid equipment." -- **Transportation**: "Optimize route assignments." | "Recommend vehicle replacement strategy." -- **Healthcare**: "Recommend treatment plan for this diagnosis." | "Prioritize patients for ICU admission." -- **Financial Services**: "Suggest portfolio rebalancing strategy." | "Recommend fraud prevention actions." - ---- - -## Domain Abstraction Pattern - -To create domain-agnostic utterances that can be adapted across applications, use a consistent placeholder system: - -### Core Placeholders - -| Placeholder | Description | Examples | -|------------|-------------|----------| -| `{ENTITY}` | Primary object of analysis | Patient, Account, Equipment, Vehicle, Student | -| `{ENTITY_CLASS}` | Category or type | Diagnosis, Portfolio, HVAC, Fleet, Course | -| `{LOCATION}` | Physical or logical location | Hospital, Branch, Site, Route, Campus | -| `{METRIC}` | Measurement or KPI | Heart Rate, Balance, Temperature, Speed, Grade | -| `{EVENT_TYPE}` | Type of occurrence | Admission, Transaction, Alert, Delay, Enrollment | -| `{EVENT_NAME}` | Specific event label | Readmission, Withdrawal, Failure, Accident, Dropout | -| `{TIME_RANGE}` | Temporal scope | "Last month", "2020-06-01 to 2020-06-30", "Next quarter" | -| `{WINDOW}` | Time horizon | "Within 14 days", "Next maintenance window", "By end of semester" | -| `{ACTION}` | Intervention or decision | Treatment, Investment, Maintenance, Reroute, Tutoring | -| `{CONDITION}` | Trigger or state | "When anomaly detected", "If balance < threshold", "When grade drops" | -| `{OUTPUT_FORM}` | Response format | List, Table, Chart, File, Summary | - -### Usage Example - -**Generic Template**: -"Retrieve {METRIC} for {ENTITY} at {LOCATION} over {TIME_RANGE}" - -**Domain Adaptations**: -- Healthcare: "Retrieve blood pressure for Patient-123 at Boston General over last month" -- Finance: "Retrieve transaction volume for Account-456 at NYC Branch over Q1 2024" -- Manufacturing: "Retrieve cycle time for Robot-5 at Assembly Line A over last week" -- Education: "Retrieve attendance for Student-789 at Main Campus over last semester" - ---- - -## Utterance Schema Structure - -Each utterance should be documented with the following attributes in this order: - -### Required Fields - -1. **id** (integer): Unique identifier for the utterance -2. **text** (string): The actual utterance text in natural language -3. **type** (string): The MCP server, AI agent, service, or system component that processes this utterance - - In MCP (Model Context Protocol) systems: Identifies which MCP server handles the request (e.g., "filesystem", "database", "web-search") - - In multi-agent systems: Identifies which agent handles the request (e.g., "IoT", "FMSA", "TSFM", "Workorder", "multiagent") - - In single-agent systems: Can represent the domain or service type (e.g., "Healthcare", "Finance", "CustomerService") - - In microservices: Can indicate the service endpoint (e.g., "PatientAPI", "BillingService", "InventoryService") -4. **category** (string): Classification of the utterance type (see Category Definitions section) -5. **deterministic** (boolean): Whether the utterance has a single correct answer (true) or allows multiple valid responses (false) -6. **characteristic_form** (string): Description of the expected response format and content -7. **group** (string or array): Problem category - RETROSPECTIVE, PREDICTIVE, PRESCRIPTIVE, or combination (e.g., ["retrospective", "predictive"]) -8. **entity** (string or array): Primary entity/entities the utterance addresses (e.g., "Chiller", "Patient", "Account", "Vehicle") -9. **note** (string): A flexible field for any information useful to explain or contextualize the utterance, including source, owner/contributor, omitted details, design rationale, implementation notes, or any other relevant metadata - ---- - -### Field Descriptions - -**type**: Specifies which MCP server, AI agent, service, or system component processes this utterance: -- **MCP (Model Context Protocol) systems**: MCP server identifier (e.g., "filesystem" for file operations, "database" for data queries, "web-search" for internet searches, "git" for version control operations) -- **Multi-agent systems**: Agent identifier (e.g., "IoT" for sensor data, "FMSA" for failure analysis, "TSFM" for time series forecasting, "Workorder" for maintenance management) -- **Single-agent systems**: Domain or service type (e.g., "Healthcare" for medical queries, "Finance" for financial operations) -- **Microservices architecture**: Service endpoint or API name (e.g., "PatientAPI", "BillingService") -- **Purpose**: Enables routing, load balancing, and proper request handling in distributed systems - -**group**: Indicates which of the three core problem categories the utterance belongs to: -- **RETROSPECTIVE**: Understanding what happened or what is known -- **PREDICTIVE**: Estimating what will happen next -- **PRESCRIPTIVE**: Determining what should be done and when -- Can be a single value or array if utterance spans multiple categories. Note: Use lowercase values in actual JSON (e.g., "retrospective", "predictive", "prescriptive") - -**entity**: Specifies the primary physical subject(s) of the utterance - the tangible things being analyzed, monitored, or acted upon: -- In industrial domains: Physical equipment (e.g., "Chiller", "Pump", "Transformer", "Sensor") -- In healthcare: Physical entities (e.g., "Patient", "MedicalDevice", "Facility") -- In finance: Physical or tangible assets (e.g., "Branch", "ATM", "DataCenter") -- In transportation: Physical assets (e.g., "Vehicle", "Aircraft", "Vessel") -- Can be a single value or array for multi-entity queries -- Note: Use physical things, not abstract concepts (e.g., use "Chiller" not "Anomaly", use "Equipment" not "WorkOrder") - -**note**: A flexible, required field for storing any information useful to explain or contextualize the utterance. Common uses include: -- **Source**: Where the utterance originated (e.g., "SME Interview - John Doe", "Customer Request #1234", "Internal Analysis") -- **Owner/Contributor**: Who provided or is responsible for this utterance -- **Omitted Details**: Information intentionally left out for brevity or abstraction -- **Design Rationale**: Why this utterance was structured this way -- **Implementation Notes**: Technical considerations or constraints -- **Cross-references**: Related utterances or dependencies -- **Domain-Specific Context**: Any additional information that aids understanding, maintenance, or usage - -The field is intentionally flexible to accommodate diverse documentation needs across different domains and use cases. - ---- - -### Examples - -**Basic Example**: -```json -{ - "id": 1, - "text": "What IoT sites are available?", - "type": "IoT", - "category": "Knowledge Query", - "deterministic": true, - "characteristic_form": "The expected response should be the return value of all sites, either as text or as a reference to a file", - "group": "retrospective", - "entity": "Site", - "note": "Source: Initial domain analysis; Owner: Domain SME Team; Basic inventory query pattern" -} -``` - -**Predictive Example**: -```json -{ - "id": 416, - "text": "When an anomaly happens for equipment CWC04009, can you recommend top three work orders?", - "type": "Workorder", - "category": "Decision Support", - "deterministic": false, - "characteristic_form": "It gives a list of work order with a primary failure code.", - "group": "prescriptive", - "entity": "Chiller", - "note": "Source: Operations team request; Owner: Maintenance SME; Supports proactive maintenance workflow" -} -``` - -**Multi-Group Example**: -```json -{ - "id": 420, - "text": "Review the performance of chiller 9 for June 2020 and track any anomalies or operation violations as alerts.", - "type": "Workorder", - "category": "Decision Support", - "deterministic": false, - "characteristic_form": "Review operational performance and detect anomalies or alerts for Chiller 9 during June 2020.", - "group": ["retrospective", "predictive"], - "entity": "Chiller", - "note": "Source: Operations dashboard requirements; Owner: Analytics Team; Multi-category query combining historical review with anomaly detection" -} -``` - -**Example with Note**: -```json -{ - "id": 409, - "text": "Get the daily count of alert, anomaly and work order event for May 2020.", - "type": "Workorder", - "category": "Knowledge Query", - "deterministic": false, - "characteristic_form": "There are 26 days with records. Depending on the LLM used, the result could be daily total event summary or daily summary for each event type.", - "group": "retrospective", - "entity": ["Alert", "Anomaly", "WorkOrder"], - "note": "We have both work order business data object and work order event as a group type in the event file." -} -``` - ---- - -## Category Definitions (Suggested) - -The following categories are **suggested classifications** that have proven useful across multiple domains. You may adapt, combine, or create new categories based on your specific domain needs. - -### Information Retrieval -Requests for accessing existing information from knowledge bases or databases. -- **Characteristics**: Direct lookup, factual responses, deterministic answers -- **Generic Pattern**: "What is...", "List all...", "Show me...", "Retrieve..." -- **Cross-Domain Examples**: - - Healthcare: "What is the patient's blood type?" - - Finance: "List all accounts for customer ID 12345" - - Education: "Show me all courses in the Computer Science department" - - Manufacturing: "List all equipment in Building A" - -### Data Extraction -Requests for retrieving specific data points, measurements, or records over time. -- **Characteristics**: Time-bound queries, data export, file generation -- **Generic Pattern**: "Download...", "Export...", "Get data for...", "Retrieve records from..." -- **Cross-Domain Examples**: - - Healthcare: "Download patient vital signs from last week" - - Finance: "Export transaction history for Q1 2024" - - Education: "Get attendance records for Student-123 from last semester" - - Manufacturing: "Retrieve production metrics from last shift" - -### Analysis & Inference -Requests for AI-powered analysis, predictions, or pattern recognition on provided data. -- **Characteristics**: Model execution, computational analysis, insight generation -- **Generic Pattern**: "Analyze...", "Predict...", "Forecast...", "Identify patterns in..." -- **Cross-Domain Examples**: - - Healthcare: "Predict readmission risk using patient data" - - Finance: "Analyze portfolio performance and identify trends" - - Education: "Predict student dropout risk based on engagement data" - - Manufacturing: "Forecast production output for next week" - -### Model Customization -Requests for adapting or fine-tuning AI models to specific contexts or data. -- **Characteristics**: Model training, parameter optimization, domain adaptation -- **Generic Pattern**: "Fine-tune...", "Train model on...", "Customize...", "Adapt model for..." -- **Cross-Domain Examples**: - - Healthcare: "Fine-tune diagnosis model using hospital-specific data" - - Finance: "Train fraud detection model on our transaction patterns" - - Education: "Customize recommendation engine for our curriculum" - - Manufacturing: "Adapt quality prediction model to our production line" - -### Anomaly & Exception Detection -Requests for identifying unusual patterns, outliers, or deviations from normal behavior. -- **Characteristics**: Pattern deviation detection, threshold monitoring, outlier identification -- **Generic Pattern**: "Detect anomalies in...", "Identify unusual...", "Find outliers in...", "Are there any exceptions in..." -- **Cross-Domain Examples**: - - Healthcare: "Detect anomalies in patient vital signs" - - Finance: "Identify unusual transaction patterns" - - Education: "Find students with abnormal attendance patterns" - - Manufacturing: "Detect quality anomalies in production batch" - -### Recommendation & Optimization -Requests for actionable recommendations, strategic guidance, or optimization suggestions. -- **Characteristics**: Multi-factor analysis, trade-off evaluation, decision support -- **Generic Pattern**: "Recommend...", "Suggest...", "What should I do when...", "Optimize..." -- **Cross-Domain Examples**: - - Healthcare: "Recommend treatment plan for this diagnosis" - - Finance: "Suggest portfolio rebalancing strategy" - - Education: "Recommend courses for student based on interests and performance" - - Manufacturing: "Suggest process improvements to reduce defects" - -### Future State Prediction -Requests for forecasting future states, events, or probabilities. -- **Characteristics**: Probabilistic outputs, time-horizon projections, scenario analysis -- **Generic Pattern**: "What will happen...", "Forecast...", "Estimate probability of...", "Predict future..." -- **Cross-Domain Examples**: - - Healthcare: "Predict patient deterioration risk over next 48 hours" - - Finance: "Forecast revenue for next quarter" - - Education: "Predict enrollment numbers for next academic year" - - Manufacturing: "Estimate equipment failure probability over next month" - -### Multi-Step Orchestration -Complex requests requiring coordination of multiple operations in sequence. -- **Characteristics**: Multiple tool invocations, sequential processing, workflow execution -- **Generic Pattern**: "First... then... finally...", "Retrieve X, analyze Y, and recommend Z" -- **Cross-Domain Examples**: - - Healthcare: "Retrieve patient history, analyze trends, and recommend interventions" - - Finance: "Analyze market data, forecast returns, and suggest investment strategy" - - Education: "Review student performance, identify at-risk students, and recommend support programs" - - Manufacturing: "Collect quality data, detect issues, and recommend corrective actions" - -**Note**: These categories are not mutually exclusive. Some utterances may span multiple categories. The key is to choose the primary category that best describes the utterance's main intent. For domain-specific category examples, see the case studies below. - ---- - -## Deterministic vs. Non-Deterministic Utterances - -### Deterministic (deterministic: true) -- Has a **single, verifiable correct answer** -- Response can be validated against ground truth -- Typically involves data retrieval or well-defined calculations - -### Non-Deterministic (deterministic: false) -- May have **multiple valid answers** or interpretations -- Response depends on model reasoning, domain knowledge, or heuristics -- Typically involves recommendations, predictions, or complex analysis - ---- - -## Characteristic Form Guidelines - -The `characteristic_form` field describes the expected response structure and validation criteria. - -### For Deterministic Utterances - -1. **Exact Expected Output**: Specify the precise data or format -2. **Validation Criteria**: How to verify correctness -3. **Data Format**: Specify file types, data structures - -### For Non-Deterministic Utterances - -1. **Response Constraints**: What must be included -2. **Quality Criteria**: What makes a good response -3. **Acceptable Variations**: Note when multiple approaches are valid - -### General Guidelines - -- **Be Specific**: Clearly define what constitutes a correct or acceptable response -- **Include Context**: Mention relevant constraints (time ranges, entity IDs, data sources) -- **Specify Format**: Indicate if response should be text, file reference, JSON, list, etc. -- **Note Dependencies**: Mention if response depends on available data or models -- **Validation Steps**: Describe how to verify the response meets requirements - ---- - -## Domain-Agnostic Utterance Templates - -### Template 1: Historical Data Retrieval -``` -"Retrieve {METRIC} for {ENTITY} at {LOCATION} from {TIME_RANGE}" -``` - -### Template 2: Knowledge Lookup -``` -"List all {ATTRIBUTE} of {ENTITY_CLASS}" -``` - -### Template 3: Predictive Analysis -``` -"Forecast {METRIC} for {ENTITY} for {FUTURE_RANGE} based on data from {PAST_RANGE}" -``` - -### Template 4: Anomaly Detection -``` -"Is there any anomaly detected in {ENTITY}'s {METRIC} in {TIME_RANGE} at {LOCATION}?" -``` - -### Template 5: Recommendation -``` -"When {CONDITION} happens for {ENTITY}, recommend {ACTION_TYPE}" -``` - -### Template 6: Multi-Factor Decision Support -``` -"Review {DATA_SOURCES} for {ENTITY} during {PERIOD} and {recommend/analyze/prioritize} {ACTION}" -``` - ---- - -## Utterance Set Completeness - -### Definition -**Completeness** refers to the degree to which a set of utterances covers the full scope of requirements for a specific domain. A complete utterance set should address all critical operational scenarios, decision points, and information needs within the domain. - -### Coverage Dimensions - -**Operational Lifecycle Coverage** -- [ ] Normal operations monitoring -- [ ] Degradation detection and tracking -- [ ] Event prediction and diagnosis -- [ ] Action planning and execution -- [ ] Performance optimization -- [ ] Compliance and reporting - -**Problem Category Balance** -- [ ] Retrospective queries (historical analysis, knowledge lookup) -- [ ] Predictive queries (forecasting, risk assessment) -- [ ] Prescriptive queries (recommendations, optimization) - -**Entity/System Coverage** -- [ ] All critical entity types in the domain -- [ ] Key subsystems and components -- [ ] Cross-entity dependencies and interactions - -**Stakeholder Perspective Coverage** -- [ ] Operations team needs -- [ ] Management team needs -- [ ] Engineering/Analysis team needs -- [ ] End-user needs - -### Achieving Completeness - -To ensure comprehensive coverage, consider mapping domain requirements to the three core categories (Retrospective, Predictive, Prescriptive) and identifying critical operational scenarios. Create a coverage matrix to highlight gaps, then iteratively refine the utterance set by starting with high-priority scenarios, testing with domain experts, and expanding based on actual usage patterns and user feedback. - ---- - -## Utterance Specificity and Incremental Development - -### Collaborative Development with Subject Matter Experts - -**Subject Matter Experts (SMEs)** are domain specialists with deep knowledge of specific equipment, processes, or operational contexts. Rather than requiring one SME to create all utterances at once, the guideline supports **incremental, collaborative development**. - -**Suggested Approach**: -- **Divide by expertise**: Different SMEs can contribute utterances for their specific areas (equipment types, operational functions, or problem categories) -- **Start small**: Begin with 5-10 critical, high-frequency queries per SME -- **Iterate and expand**: Add edge cases, test with users, refine based on feedback, and continuously improve -- **Vary specificity**: Use generic templates for reusability, domain-specific utterances for tailored needs, and scenario-specific queries for deep expertise - -**Prioritization**: Focus on critical operations, high-frequency needs, and high-impact decisions first. Quality and relevance matter more than quantity. -- **Data Availability**: Create utterances for scenarios where data actually exists - ---- - -## Validation Checklist - -Before finalizing an utterance, verify: - -- [ ] **Clarity**: Is the request unambiguous? -- [ ] **Completeness**: Are all necessary parameters specified? -- [ ] **Category**: Is the category correctly assigned? -- [ ] **Deterministic Flag**: Is the deterministic field accurately set? -- [ ] **Characteristic Form**: Does it clearly describe expected output? -- [ ] **Domain Relevance**: Does it align with real-world use cases? -- [ ] **Testability**: Can the response be validated or evaluated? -- [ ] **Consistency**: Does it follow established patterns and terminology? -- [ ] **Domain-Neutrality**: Can it be adapted to other domains using placeholders? -- [ ] **SME Validation**: Has a domain expert reviewed and approved this utterance? -- [ ] **Coverage Contribution**: Does this utterance fill a gap in the coverage matrix? - ---- - -## Summary - -Effective domain-agnostic utterance design requires: - -### Framework Fundamentals -1. **Universal categorization** into Retrospective, Predictive, or Prescriptive -2. **Consistent abstraction** using domain-agnostic placeholders -3. **Proper classification** by query type -4. **Accurate deterministic flag** based on answer uniqueness -5. **Detailed characteristic form** describing expected responses - -### Completeness and Coverage -6. **Comprehensive coverage** across operational lifecycle and stakeholder needs -7. **Balanced distribution** across problem categories -8. **Gap analysis** using coverage matrices -9. **Iterative refinement** based on feedback - -### Collaborative Development -10. **SME-driven creation** leveraging domain experts -11. **Incremental development** allowing phased rollout -12. **Distributed ownership** with clear responsibilities -13. **Prioritization** focusing on critical scenarios -14. **Quality over quantity** ensuring practical utility - -### Practical Implementation -15. **Domain-specific adaptation** while maintaining consistency -16. **Validation criteria** ensuring accuracy -17. **Documentation standards** including ownership and dependencies -18. **Continuous improvement** through monitoring and feedback - ---- - -## Getting Started - -**For New Domains**: -1. Identify 3-5 critical entity types or operational scenarios -2. Engage relevant SMEs for each area -3. Create 5-10 core utterances per SME covering high-priority needs -4. Build coverage matrix to track completeness -5. Iterate and expand based on user feedback - -**For Existing Systems**: -1. Analyze current query patterns and user needs -2. Map existing queries to the three core categories -3. Identify gaps using the completeness assessment methods -4. Prioritize gap-filling based on business impact -5. Engage SMEs to create missing utterances incrementally - ---- - -## Case Studies - -For detailed examples of applying this guideline to specific domains, see: - -### 1. Industrial Asset Management Case Study -**File**: [case_study_industrial_asset_management.md](case_study_industrial_asset_management.md) -**Domain**: Building automation and HVAC systems -**Focus**: Chiller and AHU equipment monitoring, predictive maintenance -**Dataset**: 152 utterances evolved incrementally with SME input -**Status**: Comprehensive production example showing real-world development process - -**Key Highlights**: -- Demonstrates incremental development with domain experts -- Shows evolution from initial requirements to comprehensive coverage -- Heavily weighted toward retrospective queries (77/152) reflecting actual usage patterns -- Includes detailed coverage analysis and SME contribution tracking - -### 2. Wind Turbine Operations Case Study -**File**: [case_study_wind_turbine.md](case_study_wind_turbine.md) -**Domain**: Renewable energy and wind power generation -**Focus**: Wind turbine monitoring, power forecasting, maintenance optimization -**Dataset**: 30 utterances designed complete from the start -**Status**: Complete demonstration example showing balanced framework application - -**Key Highlights**: -- Demonstrates clean-slate application of the guideline to a new domain -- Perfectly balanced distribution (10 retrospective, 10 predictive, 10 prescriptive) -- Includes rigorous completeness framework with validation criteria -- Shows how to create a complete case study efficiently using the guideline - -**Comparison**: The two case studies complement each other - Industrial Asset Management shows organic growth in a real project, while Wind Turbine demonstrates planned, balanced design from inception. Both validate the guideline's cross-domain applicability. diff --git a/docs/guideline/wind_turbine/wind_turbine_utterances.json b/docs/guideline/wind_turbine/wind_turbine_utterances.json deleted file mode 100644 index 5aff94c16..000000000 --- a/docs/guideline/wind_turbine/wind_turbine_utterances.json +++ /dev/null @@ -1,332 +0,0 @@ -[ - { - "id": 1, - "text": "What wind turbines are available in the wind farm?", - "type": "IoT", - "category": "Information Retrieval", - "deterministic": true, - "characteristic_form": "List of all wind turbine assets in the farm with their identifiers and locations", - "group": "retrospective", - "entity": "WindTurbine", - "note": "Source: Asset inventory requirements; Owner: Operations Team; Basic inventory query for wind farm overview" - }, - { - "id": 2, - "text": "List all sensors installed on Wind Turbine WT-105.", - "type": "IoT", - "category": "Information Retrieval", - "deterministic": true, - "characteristic_form": "Complete list of sensors including vibration, temperature, wind speed, power output, pitch angle, and yaw position sensors", - "group": "retrospective", - "entity": "WindTurbine", - "note": "Source: Maintenance planning; Owner: Engineering Team; Sensor configuration query for specific turbine" - }, - { - "id": 3, - "text": "Retrieve power output data for Wind Turbine WT-105 from January 2024.", - "type": "IoT", - "category": "Data Extraction", - "deterministic": true, - "characteristic_form": "Time series data of power output in kW for the specified turbine and time period", - "group": "retrospective", - "entity": "WindTurbine", - "note": "Source: Performance analysis; Owner: Analytics Team; Historical power generation data retrieval" - }, - { - "id": 4, - "text": "Get the maintenance history for Wind Turbine WT-105 in 2023.", - "type": "Maintenance", - "category": "Data Extraction", - "deterministic": true, - "characteristic_form": "List of all maintenance activities including preventive and corrective maintenance with dates and descriptions", - "group": "retrospective", - "entity": "WindTurbine", - "note": "Source: Maintenance records; Owner: Maintenance Team; Historical maintenance activity query" - }, - { - "id": 5, - "text": "What are the common failure modes for wind turbine gearboxes?", - "type": "FMEA", - "category": "Information Retrieval", - "deterministic": true, - "characteristic_form": "List of gearbox failure modes including bearing wear, gear tooth damage, lubrication issues, and overheating", - "group": "retrospective", - "entity": "Gearbox", - "note": "Source: Failure mode analysis; Owner: Reliability Engineering; Knowledge base query for failure modes" - }, - { - "id": 6, - "text": "Show me the wind speed and power output correlation for Wind Turbine WT-105 last month.", - "type": "Analytics", - "category": "Analysis & Inference", - "deterministic": true, - "characteristic_form": "Scatter plot or correlation analysis showing relationship between wind speed and power output", - "group": "retrospective", - "entity": "WindTurbine", - "note": "Source: Performance analysis; Owner: Analytics Team; Performance curve validation query" - }, - { - "id": 7, - "text": "List all alarm events for Wind Turbine WT-105 in the past week.", - "type": "IoT", - "category": "Data Extraction", - "deterministic": true, - "characteristic_form": "Chronological list of alarm events with timestamps, alarm codes, and descriptions", - "group": "retrospective", - "entity": "WindTurbine", - "note": "Source: Operations monitoring; Owner: Operations Team; Recent alarm history query" - }, - { - "id": 8, - "text": "What is the average capacity factor for the wind farm in Q1 2024?", - "type": "Analytics", - "category": "Data Extraction", - "deterministic": true, - "characteristic_form": "Calculated capacity factor percentage based on actual vs. rated power output", - "group": "retrospective", - "entity": "WindFarm", - "note": "Source: Performance reporting; Owner: Management Team; Quarterly performance metric query" - }, - { - "id": 9, - "text": "Retrieve vibration data from the gearbox of Wind Turbine WT-105 for the last 24 hours.", - "type": "IoT", - "category": "Data Extraction", - "deterministic": true, - "characteristic_form": "Time series vibration data in mm/s or g-force from gearbox accelerometers", - "group": "retrospective", - "entity": "Gearbox", - "note": "Source: Condition monitoring; Owner: Predictive Maintenance Team; Recent vibration data for analysis" - }, - { - "id": 10, - "text": "What was the total energy production of the wind farm yesterday?", - "type": "Analytics", - "category": "Data Extraction", - "deterministic": true, - "characteristic_form": "Total energy in MWh produced by all turbines in the farm for the previous day", - "group": "retrospective", - "entity": "WindFarm", - "note": "Source: Daily operations report; Owner: Operations Team; Daily energy production summary" - }, - { - "id": 11, - "text": "Forecast power output for Wind Turbine WT-105 for the next 48 hours.", - "type": "Forecasting", - "category": "Future State Prediction", - "deterministic": false, - "characteristic_form": "Predicted power output time series based on weather forecast and historical performance", - "group": "predictive", - "entity": "WindTurbine", - "note": "Source: Energy trading requirements; Owner: Energy Management Team; Short-term power forecasting for grid planning" - }, - { - "id": 12, - "text": "Predict the remaining useful life of the gearbox in Wind Turbine WT-105.", - "type": "Prognostics", - "category": "Future State Prediction", - "deterministic": false, - "characteristic_form": "Estimated remaining operational hours or days before gearbox replacement needed", - "group": "predictive", - "entity": "Gearbox", - "note": "Source: Predictive maintenance initiative; Owner: Reliability Engineering; RUL estimation for maintenance planning" - }, - { - "id": 13, - "text": "Is there any anomaly detected in the vibration pattern of Wind Turbine WT-105?", - "type": "AnomalyDetection", - "category": "Anomaly & Exception Detection", - "deterministic": false, - "characteristic_form": "Boolean result with anomaly score and description of detected abnormal vibration patterns", - "group": "predictive", - "entity": "WindTurbine", - "note": "Source: Condition monitoring system; Owner: Predictive Maintenance Team; Real-time anomaly detection query" - }, - { - "id": 14, - "text": "Predict the probability of gearbox failure for Wind Turbine WT-105 in the next 30 days.", - "type": "Prognostics", - "category": "Future State Prediction", - "deterministic": false, - "characteristic_form": "Failure probability percentage with confidence interval based on condition indicators", - "group": "predictive", - "entity": "Gearbox", - "note": "Source: Risk assessment; Owner: Reliability Engineering; Failure probability estimation for risk management" - }, - { - "id": 15, - "text": "Forecast wind speed at the wind farm location for the next 7 days.", - "type": "Forecasting", - "category": "Future State Prediction", - "deterministic": false, - "characteristic_form": "Hourly wind speed forecast in m/s based on meteorological models", - "group": "predictive", - "entity": "WindFarm", - "note": "Source: Weather service integration; Owner: Operations Team; Medium-term wind forecast for production planning" - }, - { - "id": 16, - "text": "Detect any abnormal temperature rise in the generator of Wind Turbine WT-105.", - "type": "AnomalyDetection", - "category": "Anomaly & Exception Detection", - "deterministic": false, - "characteristic_form": "Alert if temperature exceeds normal operating range with severity level", - "group": "predictive", - "entity": "Generator", - "note": "Source: Thermal monitoring; Owner: Operations Team; Temperature anomaly detection for generator protection" - }, - { - "id": 17, - "text": "Predict the next maintenance event for Wind Turbine WT-105.", - "type": "Prognostics", - "category": "Future State Prediction", - "deterministic": false, - "characteristic_form": "Predicted maintenance type and estimated date based on condition trends", - "group": "predictive", - "entity": "WindTurbine", - "note": "Source: Maintenance optimization; Owner: Maintenance Team; Next maintenance event prediction" - }, - { - "id": 18, - "text": "Forecast the monthly energy production for the wind farm for Q2 2024.", - "type": "Forecasting", - "category": "Future State Prediction", - "deterministic": false, - "characteristic_form": "Monthly energy production forecast in MWh for April, May, and June 2024", - "group": "predictive", - "entity": "WindFarm", - "note": "Source: Business planning; Owner: Management Team; Quarterly production forecast for revenue planning" - }, - { - "id": 19, - "text": "Identify any degradation trend in the power curve of Wind Turbine WT-105.", - "type": "Analytics", - "category": "Analysis & Inference", - "deterministic": false, - "characteristic_form": "Trend analysis showing power curve degradation over time with degradation rate", - "group": "predictive", - "entity": "WindTurbine", - "note": "Source: Performance monitoring; Owner: Analytics Team; Power curve degradation analysis for performance optimization" - }, - { - "id": 20, - "text": "Predict ice formation risk on the blades of Wind Turbine WT-105 for tomorrow.", - "type": "Forecasting", - "category": "Future State Prediction", - "deterministic": false, - "characteristic_form": "Ice formation probability based on temperature, humidity, and precipitation forecast", - "group": "predictive", - "entity": "Blade", - "note": "Source: Weather-based risk assessment; Owner: Operations Team; Ice formation prediction for cold climate operations" - }, - { - "id": 21, - "text": "Recommend maintenance actions for Wind Turbine WT-105 based on current condition.", - "type": "DecisionSupport", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Prioritized list of recommended maintenance actions with justification and urgency level", - "group": "prescriptive", - "entity": "WindTurbine", - "note": "Source: Condition-based maintenance; Owner: Maintenance Team; Maintenance recommendation based on condition indicators" - }, - { - "id": 22, - "text": "Optimize the pitch angle for Wind Turbine WT-105 to maximize power output at current wind speed.", - "type": "Optimization", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Optimal pitch angle in degrees for current wind conditions to maximize power capture", - "group": "prescriptive", - "entity": "WindTurbine", - "note": "Source: Performance optimization; Owner: Control Systems Team; Real-time pitch optimization for power maximization" - }, - { - "id": 23, - "text": "Which wind turbines should be prioritized for maintenance this month?", - "type": "DecisionSupport", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Ranked list of turbines with maintenance priority scores based on condition and risk", - "group": "prescriptive", - "entity": "WindFarm", - "note": "Source: Maintenance planning; Owner: Maintenance Manager; Monthly maintenance prioritization for resource allocation" - }, - { - "id": 24, - "text": "Recommend the optimal time to schedule maintenance for Wind Turbine WT-105 to minimize production loss.", - "type": "DecisionSupport", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Recommended maintenance window with expected wind conditions and production impact", - "group": "prescriptive", - "entity": "WindTurbine", - "note": "Source: Maintenance scheduling optimization; Owner: Operations Team; Optimal maintenance timing to minimize downtime cost" - }, - { - "id": 25, - "text": "Should Wind Turbine WT-105 be curtailed based on grid demand and current wind conditions?", - "type": "DecisionSupport", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Curtailment recommendation with reasoning based on grid requirements and economic factors", - "group": "prescriptive", - "entity": "WindTurbine", - "note": "Source: Grid integration; Owner: Energy Management Team; Curtailment decision support for grid stability" - }, - { - "id": 26, - "text": "Recommend spare parts to stock based on failure predictions for the wind farm.", - "type": "DecisionSupport", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "List of recommended spare parts with quantities based on failure probability and lead time", - "group": "prescriptive", - "entity": "WindFarm", - "note": "Source: Inventory optimization; Owner: Supply Chain Team; Spare parts recommendation for inventory management" - }, - { - "id": 27, - "text": "Optimize the yaw angle for Wind Turbine WT-105 to align with wind direction.", - "type": "Optimization", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Optimal yaw angle adjustment to maximize wind capture efficiency", - "group": "prescriptive", - "entity": "WindTurbine", - "note": "Source: Control optimization; Owner: Control Systems Team; Yaw optimization for wind alignment" - }, - { - "id": 28, - "text": "Recommend a maintenance strategy for the gearbox of Wind Turbine WT-105 based on its condition trend.", - "type": "DecisionSupport", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Recommended maintenance strategy (preventive, predictive, or run-to-failure) with justification", - "group": "prescriptive", - "entity": "Gearbox", - "note": "Source: Maintenance strategy optimization; Owner: Reliability Engineering; Strategy recommendation based on condition monitoring" - }, - { - "id": 29, - "text": "Which turbines should be shut down during the approaching storm to minimize damage risk?", - "type": "DecisionSupport", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "List of turbines recommended for shutdown with risk assessment and timing", - "group": "prescriptive", - "entity": "WindFarm", - "note": "Source: Weather risk management; Owner: Operations Team; Storm protection decision support" - }, - { - "id": 30, - "text": "Recommend the optimal replacement schedule for aging wind turbine components across the farm.", - "type": "DecisionSupport", - "category": "Recommendation & Optimization", - "deterministic": false, - "characteristic_form": "Multi-year component replacement schedule optimized for cost and reliability", - "group": "prescriptive", - "entity": "WindFarm", - "note": "Source: Asset lifecycle management; Owner: Asset Manager; Long-term replacement planning for fleet optimization" - } -] \ No newline at end of file diff --git a/docs/guideline/wind_turbine/wind_turbine_utterances.jsonl b/docs/guideline/wind_turbine/wind_turbine_utterances.jsonl deleted file mode 100644 index c8e9b8828..000000000 --- a/docs/guideline/wind_turbine/wind_turbine_utterances.jsonl +++ /dev/null @@ -1,30 +0,0 @@ -{"id":1,"text":"What wind turbines are available in the wind farm?","type":"IoT","category":"Information Retrieval","deterministic":true,"characteristic_form":"List of all wind turbine assets in the farm with their identifiers and locations","group":"retrospective","entity":"WindTurbine","note":"Source: Asset inventory requirements; Owner: Operations Team; Basic inventory query for wind farm overview"} -{"id":2,"text":"List all sensors installed on Wind Turbine WT-105.","type":"IoT","category":"Information Retrieval","deterministic":true,"characteristic_form":"Complete list of sensors including vibration, temperature, wind speed, power output, pitch angle, and yaw position sensors","group":"retrospective","entity":"WindTurbine","note":"Source: Maintenance planning; Owner: Engineering Team; Sensor configuration query for specific turbine"} -{"id":3,"text":"Retrieve power output data for Wind Turbine WT-105 from January 2024.","type":"IoT","category":"Data Extraction","deterministic":true,"characteristic_form":"Time series data of power output in kW for the specified turbine and time period","group":"retrospective","entity":"WindTurbine","note":"Source: Performance analysis; Owner: Analytics Team; Historical power generation data retrieval"} -{"id":4,"text":"Get the maintenance history for Wind Turbine WT-105 in 2023.","type":"Maintenance","category":"Data Extraction","deterministic":true,"characteristic_form":"List of all maintenance activities including preventive and corrective maintenance with dates and descriptions","group":"retrospective","entity":"WindTurbine","note":"Source: Maintenance records; Owner: Maintenance Team; Historical maintenance activity query"} -{"id":5,"text":"What are the common failure modes for wind turbine gearboxes?","type":"FMEA","category":"Information Retrieval","deterministic":true,"characteristic_form":"List of gearbox failure modes including bearing wear, gear tooth damage, lubrication issues, and overheating","group":"retrospective","entity":"Gearbox","note":"Source: Failure mode analysis; Owner: Reliability Engineering; Knowledge base query for failure modes"} -{"id":6,"text":"Show me the wind speed and power output correlation for Wind Turbine WT-105 last month.","type":"Analytics","category":"Analysis & Inference","deterministic":true,"characteristic_form":"Scatter plot or correlation analysis showing relationship between wind speed and power output","group":"retrospective","entity":"WindTurbine","note":"Source: Performance analysis; Owner: Analytics Team; Performance curve validation query"} -{"id":7,"text":"List all alarm events for Wind Turbine WT-105 in the past week.","type":"IoT","category":"Data Extraction","deterministic":true,"characteristic_form":"Chronological list of alarm events with timestamps, alarm codes, and descriptions","group":"retrospective","entity":"WindTurbine","note":"Source: Operations monitoring; Owner: Operations Team; Recent alarm history query"} -{"id":8,"text":"What is the average capacity factor for the wind farm in Q1 2024?","type":"Analytics","category":"Data Extraction","deterministic":true,"characteristic_form":"Calculated capacity factor percentage based on actual vs. rated power output","group":"retrospective","entity":"WindFarm","note":"Source: Performance reporting; Owner: Management Team; Quarterly performance metric query"} -{"id":9,"text":"Retrieve vibration data from the gearbox of Wind Turbine WT-105 for the last 24 hours.","type":"IoT","category":"Data Extraction","deterministic":true,"characteristic_form":"Time series vibration data in mm/s or g-force from gearbox accelerometers","group":"retrospective","entity":"Gearbox","note":"Source: Condition monitoring; Owner: Predictive Maintenance Team; Recent vibration data for analysis"} -{"id":10,"text":"What was the total energy production of the wind farm yesterday?","type":"Analytics","category":"Data Extraction","deterministic":true,"characteristic_form":"Total energy in MWh produced by all turbines in the farm for the previous day","group":"retrospective","entity":"WindFarm","note":"Source: Daily operations report; Owner: Operations Team; Daily energy production summary"} -{"id":11,"text":"Forecast power output for Wind Turbine WT-105 for the next 48 hours.","type":"Forecasting","category":"Future State Prediction","deterministic":false,"characteristic_form":"Predicted power output time series based on weather forecast and historical performance","group":"predictive","entity":"WindTurbine","note":"Source: Energy trading requirements; Owner: Energy Management Team; Short-term power forecasting for grid planning"} -{"id":12,"text":"Predict the remaining useful life of the gearbox in Wind Turbine WT-105.","type":"Prognostics","category":"Future State Prediction","deterministic":false,"characteristic_form":"Estimated remaining operational hours or days before gearbox replacement needed","group":"predictive","entity":"Gearbox","note":"Source: Predictive maintenance initiative; Owner: Reliability Engineering; RUL estimation for maintenance planning"} -{"id":13,"text":"Is there any anomaly detected in the vibration pattern of Wind Turbine WT-105?","type":"AnomalyDetection","category":"Anomaly & Exception Detection","deterministic":false,"characteristic_form":"Boolean result with anomaly score and description of detected abnormal vibration patterns","group":"predictive","entity":"WindTurbine","note":"Source: Condition monitoring system; Owner: Predictive Maintenance Team; Real-time anomaly detection query"} -{"id":14,"text":"Predict the probability of gearbox failure for Wind Turbine WT-105 in the next 30 days.","type":"Prognostics","category":"Future State Prediction","deterministic":false,"characteristic_form":"Failure probability percentage with confidence interval based on condition indicators","group":"predictive","entity":"Gearbox","note":"Source: Risk assessment; Owner: Reliability Engineering; Failure probability estimation for risk management"} -{"id":15,"text":"Forecast wind speed at the wind farm location for the next 7 days.","type":"Forecasting","category":"Future State Prediction","deterministic":false,"characteristic_form":"Hourly wind speed forecast in m/s based on meteorological models","group":"predictive","entity":"WindFarm","note":"Source: Weather service integration; Owner: Operations Team; Medium-term wind forecast for production planning"} -{"id":16,"text":"Detect any abnormal temperature rise in the generator of Wind Turbine WT-105.","type":"AnomalyDetection","category":"Anomaly & Exception Detection","deterministic":false,"characteristic_form":"Alert if temperature exceeds normal operating range with severity level","group":"predictive","entity":"Generator","note":"Source: Thermal monitoring; Owner: Operations Team; Temperature anomaly detection for generator protection"} -{"id":17,"text":"Predict the next maintenance event for Wind Turbine WT-105.","type":"Prognostics","category":"Future State Prediction","deterministic":false,"characteristic_form":"Predicted maintenance type and estimated date based on condition trends","group":"predictive","entity":"WindTurbine","note":"Source: Maintenance optimization; Owner: Maintenance Team; Next maintenance event prediction"} -{"id":18,"text":"Forecast the monthly energy production for the wind farm for Q2 2024.","type":"Forecasting","category":"Future State Prediction","deterministic":false,"characteristic_form":"Monthly energy production forecast in MWh for April, May, and June 2024","group":"predictive","entity":"WindFarm","note":"Source: Business planning; Owner: Management Team; Quarterly production forecast for revenue planning"} -{"id":19,"text":"Identify any degradation trend in the power curve of Wind Turbine WT-105.","type":"Analytics","category":"Analysis & Inference","deterministic":false,"characteristic_form":"Trend analysis showing power curve degradation over time with degradation rate","group":"predictive","entity":"WindTurbine","note":"Source: Performance monitoring; Owner: Analytics Team; Power curve degradation analysis for performance optimization"} -{"id":20,"text":"Predict ice formation risk on the blades of Wind Turbine WT-105 for tomorrow.","type":"Forecasting","category":"Future State Prediction","deterministic":false,"characteristic_form":"Ice formation probability based on temperature, humidity, and precipitation forecast","group":"predictive","entity":"Blade","note":"Source: Weather-based risk assessment; Owner: Operations Team; Ice formation prediction for cold climate operations"} -{"id":21,"text":"Recommend maintenance actions for Wind Turbine WT-105 based on current condition.","type":"DecisionSupport","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"Prioritized list of recommended maintenance actions with justification and urgency level","group":"prescriptive","entity":"WindTurbine","note":"Source: Condition-based maintenance; Owner: Maintenance Team; Maintenance recommendation based on condition indicators"} -{"id":22,"text":"Optimize the pitch angle for Wind Turbine WT-105 to maximize power output at current wind speed.","type":"Optimization","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"Optimal pitch angle in degrees for current wind conditions to maximize power capture","group":"prescriptive","entity":"WindTurbine","note":"Source: Performance optimization; Owner: Control Systems Team; Real-time pitch optimization for power maximization"} -{"id":23,"text":"Which wind turbines should be prioritized for maintenance this month?","type":"DecisionSupport","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"Ranked list of turbines with maintenance priority scores based on condition and risk","group":"prescriptive","entity":"WindFarm","note":"Source: Maintenance planning; Owner: Maintenance Manager; Monthly maintenance prioritization for resource allocation"} -{"id":24,"text":"Recommend the optimal time to schedule maintenance for Wind Turbine WT-105 to minimize production loss.","type":"DecisionSupport","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"Recommended maintenance window with expected wind conditions and production impact","group":"prescriptive","entity":"WindTurbine","note":"Source: Maintenance scheduling optimization; Owner: Operations Team; Optimal maintenance timing to minimize downtime cost"} -{"id":25,"text":"Should Wind Turbine WT-105 be curtailed based on grid demand and current wind conditions?","type":"DecisionSupport","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"Curtailment recommendation with reasoning based on grid requirements and economic factors","group":"prescriptive","entity":"WindTurbine","note":"Source: Grid integration; Owner: Energy Management Team; Curtailment decision support for grid stability"} -{"id":26,"text":"Recommend spare parts to stock based on failure predictions for the wind farm.","type":"DecisionSupport","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"List of recommended spare parts with quantities based on failure probability and lead time","group":"prescriptive","entity":"WindFarm","note":"Source: Inventory optimization; Owner: Supply Chain Team; Spare parts recommendation for inventory management"} -{"id":27,"text":"Optimize the yaw angle for Wind Turbine WT-105 to align with wind direction.","type":"Optimization","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"Optimal yaw angle adjustment to maximize wind capture efficiency","group":"prescriptive","entity":"WindTurbine","note":"Source: Control optimization; Owner: Control Systems Team; Yaw optimization for wind alignment"} -{"id":28,"text":"Recommend a maintenance strategy for the gearbox of Wind Turbine WT-105 based on its condition trend.","type":"DecisionSupport","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"Recommended maintenance strategy (preventive, predictive, or run-to-failure) with justification","group":"prescriptive","entity":"Gearbox","note":"Source: Maintenance strategy optimization; Owner: Reliability Engineering; Strategy recommendation based on condition monitoring"} -{"id":29,"text":"Which turbines should be shut down during the approaching storm to minimize damage risk?","type":"DecisionSupport","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"List of turbines recommended for shutdown with risk assessment and timing","group":"prescriptive","entity":"WindFarm","note":"Source: Weather risk management; Owner: Operations Team; Storm protection decision support"} -{"id":30,"text":"Recommend the optimal replacement schedule for aging wind turbine components across the farm.","type":"DecisionSupport","category":"Recommendation & Optimization","deterministic":false,"characteristic_form":"Multi-year component replacement schedule optimized for cost and reliability","group":"prescriptive","entity":"WindFarm","note":"Source: Asset lifecycle management; Owner: Asset Manager; Long-term replacement planning for fleet optimization"} diff --git a/docs/mcp-e2e-test-suite.md b/docs/mcp-e2e-test-suite.md deleted file mode 100644 index 03f004c82..000000000 --- a/docs/mcp-e2e-test-suite.md +++ /dev/null @@ -1,208 +0,0 @@ -# MCP Protocol E2E Test Suite - -**Contribution by Flamehaven | CAS-2026-05-ASSET-004 | 2026-05-06** - ---- - -## What This Is - -A pytest-native, environment-agnostic end-to-end test suite for the **MCP stdio transport layer** of AssetOpsBench. - -### The Coverage Gap This Fills - -All existing tests in `src/servers/vibration/tests/test_tools.py` use the following pattern: - -```python -result = await call_tool(mcp, "compute_fft_spectrum", {"data_id": data_id}) -``` - -This calls `mcp.call_tool()` directly in-process. It tests **tool logic** but never touches the MCP wire protocol — no subprocess is spawned, no JSON-RPC frames are exchanged, no stdio streams are opened. - -This suite tests the actual transport stack: - -``` -pytest process - -> spawns servers.vibration.main subprocess via sys.executable - -> communicates over stdin/stdout via MCP JSON-RPC (stdio transport) - -> validates Pydantic schema enforcement, error responses, clean teardown -``` - ---- - -## Requirements - -- Python 3.12+ -- `mcp[cli]` and `fastmcp` installed (included in `pyproject.toml` core deps) -- `pytest`, `pytest-anyio`, `anyio` installed (included in `[dependency-groups].dev`) -- **No CouchDB, no API keys, no external services required** -- **Subprocess spawning required** — each test spawns a real server process via `sys.executable`. Sandboxed environments that block subprocess creation or Windows named pipe access (e.g., restricted container runtimes, some in-browser execution environments) will fail. Standard CI runners (GitHub Actions ubuntu-latest, Windows Server) are confirmed compatible. - ---- - -## Running - -```bash -# All 6 scenarios -pytest src/servers/vibration/tests/test_mcp_e2e.py -v - -# Single scenario by keyword -pytest src/servers/vibration/tests/test_mcp_e2e.py -v -k "sc04" - -# Parallel (xdist-safe) -pytest -n auto src/servers/vibration/tests/test_mcp_e2e.py -``` - -Expected output: - -``` -src/servers/vibration/tests/test_mcp_e2e.py::TestVibrationMCPProtocol::test_sc01_tool_listing[asyncio] PASSED -src/servers/vibration/tests/test_mcp_e2e.py::TestVibrationMCPProtocol::test_sc02_static_tool_happy_path[asyncio] PASSED -src/servers/vibration/tests/test_mcp_e2e.py::TestVibrationMCPProtocol::test_sc03_iso_severity_zone_classification[asyncio] PASSED -src/servers/vibration/tests/test_mcp_e2e.py::TestVibrationMCPProtocol::test_sc04_pydantic_boundary_missing_required_field[asyncio] PASSED -src/servers/vibration/tests/test_mcp_e2e.py::TestVibrationMCPProtocol::test_sc05_data_not_found_returns_error_not_crash[asyncio] PASSED -src/servers/vibration/tests/test_mcp_e2e.py::TestVibrationMCPProtocol::test_sc06_session_teardown_exits_cleanly[asyncio] PASSED - -6 passed; runtime varies by local subprocess startup cost -``` - ---- - -## Engineering Design Decisions - -### 1. `sys.executable` — Environment Agnostic - -The original script used `command="python"`, which resolves from OS `PATH` and may point to a system Python without `mcp` installed, causing `ModuleNotFoundError` in the subprocess. - -```python -# Before (fragile) -StdioServerParameters(command="python", args=["-m", "servers.vibration.main"]) - -# After (environment-agnostic) -StdioServerParameters(command=sys.executable, args=["-m", "servers.vibration.main"]) -``` - -`sys.executable` always resolves to the Python running pytest — venv, conda, or pyenv. - -### 2. `anyio.fail_after` — Zombie Process Prevention - -`asyncio.wait_for` raises `TimeoutError` but does not propagate cancellation through anyio task groups. `stdio_client` uses anyio internally to manage its read/write streams and subprocess lifecycle. Using `anyio.fail_after` ensures the cancellation signal travels through the full anyio task group stack, terminating the server subprocess rather than leaving a zombie process. - -```python -@asynccontextmanager -async def _mcp_session(module: str): - async with stdio_client(params) as (r, w): - async with ClientSession(r, w) as session: - with anyio.fail_after(_DEADLINE): # anyio cancel scope - await session.initialize() - yield session - -# SC-06 wraps the full lifecycle including teardown: -with anyio.fail_after(_DEADLINE * 2): - async with _mcp_session("servers.vibration.main") as session: - ... -``` - -### 3. `_SENSITIVE_KEYS` — Air-Gapped Sandbox - -`get_default_environment()` inherits the full OS environment including `WATSONX_APIKEY`, `OPENAI_API_KEY`, etc. If server logic is ever modified to call an LLM, tests would make billable API calls silently. All LLM credentials are stripped before passing the environment to the subprocess. - -```python -_SENSITIVE_KEYS = frozenset({ - "WATSONX_APIKEY", "WATSONX_PROJECT_ID", "OPENAI_API_KEY", - "ANTHROPIC_API_KEY", "LITELLM_API_KEY", "LITELLM_BASE_URL", ... -}) -for key in _SENSITIVE_KEYS: - env.pop(key, None) -``` - -### 4. `OTEL_SDK_DISABLED=true` — xdist Parallel Safe - -Under `pytest -n auto` (xdist), multiple test processes may write to the same `OTEL_TRACES_FILE` simultaneously. Setting `OTEL_SDK_DISABLED=true` in each subprocess's environment disables the OTEL SDK entirely, preventing concurrent JSONL file write collisions. - -For tests that specifically need OTEL tracing, pass an `otel_dir` path to `_server_params` to get a per-process trace file: - -```python -async with _mcp_session("servers.vibration.main", otel_dir=tmp_path) as session: - ... -``` - -### 5. `vibration_session` Fixture — Per-Test Isolation - -The function-scoped `vibration_session` fixture spawns a fresh server subprocess for each test. This eliminates in-memory data store state leaks between tests. - -SC-06 deliberately does **not** use the fixture — it tests the complete lifecycle including teardown within a single `anyio.fail_after` scope. - ---- - -## Test Scenarios - -| ID | Name | What It Tests | -|---|---|---| -| SC-01 | Tool Listing | Server starts over stdio; all 8 expected tools are exposed | -| SC-02 | Static Tool Happy Path | `list_known_bearings` returns bearing DB without CouchDB | -| SC-03 | ISO Severity Classification | `assess_vibration_severity` returns correct ISO 10816 zones (A and D) | -| SC-04 | Pydantic Boundary | `diagnose_vibration` with missing `data_id` → `Field required`, no crash | -| SC-05 | Data Not Found | `compute_fft_spectrum` with unknown `data_id` → structured error dict | -| SC-06 | Teardown Regression | Full lifecycle within `anyio.fail_after(40s)` — FIND-010 deadlock guard | - ---- - -## Extending to Other Servers - -To add E2E coverage for another MCP server (e.g., `servers.utilities.main`), add a new class: - -```python -class TestUtilitiesMCPProtocol: - - @pytest.fixture - async def utilities_session(self): - async with _mcp_session("servers.utilities.main") as session: - yield session - - @pytest.mark.anyio - async def test_sc01_tool_listing(self, utilities_session): - tools = await asyncio.wait_for(utilities_session.list_tools(), timeout=_DEADLINE) - names = {t.name for t in tools.tools} - assert "convert_units" in names # adjust to actual tool names -``` - -Servers requiring CouchDB (`servers.iot`, `servers.wo`) can be added with a skip guard: - -```python -import os -requires_couchdb = pytest.mark.skipif( - os.environ.get("COUCHDB_URL") is None, - reason="CouchDB not available (set COUCHDB_URL)" -) - -@requires_couchdb -@pytest.mark.anyio -async def test_sc01_tool_listing(self, iot_session): ... -``` - ---- - -## Relationship to CAS Audit Findings - -| Finding | Scenario | -|---|---| -| FIND-006: Pydantic strict validation (PASS) | SC-04 | -| FIND-010: Async teardown deadlock (static risk) | SC-06 | -| FIND-002: DSP tools functional (confirmed) | SC-03 via ISO classification | -| FIND-005: MCP tools accessible over protocol | SC-01, SC-02 | - ---- - -## Verified On - -| Field | Value | -|---|---| -| Commit | `a928284b06411ceb9e31663d936cf8b342b15ca2` | -| OS | Windows 11 | -| Python | 3.12.10 | -| Initial result | 6 passed in 29.12s on 2026-05-06 | -| Latest local re-check | 6 passed in 18.54s on 2026-05-07 after repo-root locator hardening | - ---- - -*Flamehaven Contribution | AssetOpsBench MCP E2E Suite v2 | 2026-05-06* diff --git a/docs/mcp-servers.md b/docs/mcp-servers.md deleted file mode 100644 index f13cd3077..000000000 --- a/docs/mcp-servers.md +++ /dev/null @@ -1,120 +0,0 @@ -# MCP Servers - -Six FastMCP servers expose the AssetOpsBench domain logic. Each is a standalone stdio process spawned on-demand by clients (`plan-execute`, `claude-agent`, `openai-agent`, `deep-agent`, Claude Desktop). Backing services and credentials are listed per-server below. - -## Contents - -- [iot — IoT Sensor Data](#iot--iot-sensor-data) -- [utilities — Utilities](#utilities--utilities) -- [fmsr — Failure Mode and Sensor Relations](#fmsr--failure-mode-and-sensor-relations) -- [wo — Work Order](#wo--work-order) -- [tsfm — Time Series Foundation Model](#tsfm--time-series-foundation-model) -- [vibration — Vibration Diagnostics](#vibration--vibration-diagnostics) - -## iot — IoT Sensor Data - -**Path:** `src/servers/iot/main.py` -**Requires:** CouchDB (`COUCHDB_URL`, `COUCHDB_USERNAME`, `COUCHDB_PASSWORD`, `IOT_DBNAME`) - -**Sample assets shipped in the `iot` database** (loaded by `src/couchdb/couchdb_setup.sh`): - -| `asset_id` | Asset class | Source file | -| ----------- | ---------------- | ------------------------------------------------- | -| `Chiller 6` | Chiller | `src/couchdb/sample_data/iot/chiller_6.json` | -| `mp_1` | Metro pump | `src/couchdb/sample_data/iot/metro_pump_1.json` | -| `hyd_1` | Hydraulic pump | `src/couchdb/sample_data/iot/hydraulic_pump_1.json` | - -Synthetic motor vibration data (`asset_id: Motor_01`, from `motor_01.json`) ships in a separate `vibration` database for the vibration MCP server. - -| Tool | Arguments | Description | -| --------- | ------------------------------------------ | ----------------------------------------------------------------------- | -| `sites` | — | List all available sites | -| `assets` | `site_name` | List all asset IDs for a site | -| `sensors` | `site_name`, `asset_id` | List sensor names for an asset | -| `history` | `site_name`, `asset_id`, `start`, `final?` | Fetch historical sensor readings for a time range (ISO 8601 timestamps) | - -## utilities — Utilities - -**Path:** `src/servers/utilities/main.py` -**Requires:** nothing (no external services) - -| Tool | Arguments | Description | -| ---------------------- | ----------- | ------------------------------------------------------ | -| `json_reader` | `file_name` | Read and parse a JSON file from disk | -| `current_date_time` | — | Return the current UTC date and time as JSON | -| `current_time_english` | — | Return the current UTC time as a human-readable string | - -## fmsr — Failure Mode and Sensor Relations - -**Path:** `src/servers/fmsr/main.py` -**Requires:** `WATSONX_APIKEY`, `WATSONX_PROJECT_ID`, `WATSONX_URL` for unknown assets; curated lists for `chiller` and `ahu` work without credentials. -**Failure-mode data:** `src/servers/fmsr/failure_modes.yaml` (edit to add/change asset entries) - -| Tool | Arguments | Description | -| --------------------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `get_failure_modes` | `asset_name` | Return known failure modes for an asset. Uses a curated YAML list for chillers and AHUs; falls back to the LLM for other types. | -| `get_failure_mode_sensor_mapping` | `asset_name`, `failure_modes`, `sensors` | For each (failure mode, sensor) pair, determine relevancy via LLM. Returns bidirectional `fm→sensors` and `sensor→fms` maps plus full per-pair details. | - -## wo — Work Order - -**Path:** `src/servers/wo/main.py` -**Requires:** CouchDB (`COUCHDB_URL`, `COUCHDB_USERNAME`, `COUCHDB_PASSWORD`, `WO_DBNAME`) -**Data init:** Handled automatically by `docker compose -f src/couchdb/docker-compose.yaml up` (runs `src/couchdb/init_wo.py` inside the CouchDB container on every start — database is dropped and reloaded each time) - -| Tool | Arguments | Description | -| ----------------------------- | ----------------------------------------------------- | ---------------------------------------------------------------------------------------- | -| `get_work_orders` | `equipment_id`, `start_date?`, `end_date?` | Retrieve all work orders for an equipment within an optional date range | -| `get_preventive_work_orders` | `equipment_id`, `start_date?`, `end_date?` | Retrieve only preventive (PM) work orders | -| `get_corrective_work_orders` | `equipment_id`, `start_date?`, `end_date?` | Retrieve only corrective (CM) work orders | -| `get_events` | `equipment_id`, `start_date?`, `end_date?` | Retrieve all events (work orders, alerts, anomalies) | -| `get_failure_codes` | — | List all failure codes with categories and descriptions | -| `get_work_order_distribution` | `equipment_id`, `start_date?`, `end_date?` | Count work orders per (primary, secondary) failure code pair, sorted by frequency | -| `predict_next_work_order` | `equipment_id`, `start_date?`, `end_date?` | Predict next work order type via Markov transition matrix built from historical sequence | -| `analyze_alert_to_failure` | `equipment_id`, `rule_id`, `start_date?`, `end_date?` | Probability that an alert rule leads to a work order; average hours to maintenance | - -## tsfm — Time Series Foundation Model - -**Path:** `src/servers/tsfm/main.py` -**Requires:** `tsfm_public` (IBM Granite TSFM), `transformers`, `torch` for ML tools — imported lazily; static tools work without them. -**Model checkpoints:** resolved relative to `PATH_TO_MODELS_DIR` (default: `src/servers/tsfm/artifacts/output/tuned_models`) - -| Tool | Arguments | Description | -| ---------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -| `get_ai_tasks` | — | List supported AI task types for time-series analysis | -| `get_tsfm_models` | — | List available pre-trained TinyTimeMixer (TTM) model checkpoints | -| `run_tsfm_forecasting` | `dataset_path`, `timestamp_column`, `target_columns`, `model_checkpoint?`, `forecast_horizon?`, `frequency_sampling?`, ... | Zero-shot TTM inference; returns path to a JSON predictions file | -| `run_tsfm_finetuning` | `dataset_path`, `timestamp_column`, `target_columns`, `model_checkpoint?`, `save_model_dir?`, `n_finetune?`, `n_test?`, ... | Few-shot fine-tune a TTM model; returns saved checkpoint path and metrics file | -| `run_tsad` | `dataset_path`, `tsfm_output_json`, `timestamp_column`, `target_columns`, `task?`, `false_alarm?`, `ad_model_type?`, ... | Conformal anomaly detection on top of a forecasting output JSON; returns CSV with anomaly labels | -| `run_integrated_tsad` | `dataset_path`, `timestamp_column`, `target_columns`, `model_checkpoint?`, `false_alarm?`, `n_calibration?`, ... | End-to-end forecasting + anomaly detection in one call; returns combined CSV | - -## vibration — Vibration Diagnostics - -**Path:** `src/servers/vibration/main.py` -**Requires:** CouchDB (`COUCHDB_URL`, `VIBRATION_DBNAME` (default `vibration`), `COUCHDB_USERNAME`, `COUCHDB_PASSWORD`); `numpy`, `scipy` -**DSP core:** `src/servers/vibration/dsp/` — adapted from [vibration-analysis-mcp](https://github.com/LGDiMaggio/claude-stwinbox-diagnostics/tree/main/mcp-servers/vibration-analysis-mcp) (Apache-2.0) - -| Tool | Arguments | Description | -|---|---|---| -| `get_vibration_data` | `site_name`, `asset_id`, `sensor_name`, `start`, `final?` | Fetch vibration time-series from CouchDB and load into the analysis store. Returns a `data_id`. | -| `list_vibration_sensors` | `site_name`, `asset_id` | List available sensor fields for an asset. | -| `compute_fft_spectrum` | `data_id`, `window?`, `top_n?` | Compute FFT amplitude spectrum (top-N peaks + statistics). | -| `compute_envelope_spectrum` | `data_id`, `band_low_hz?`, `band_high_hz?`, `top_n?` | Compute envelope spectrum for bearing fault detection (Hilbert transform). | -| `assess_vibration_severity` | `rms_velocity_mm_s`, `machine_group?` | Classify vibration severity per ISO 10816 (Zones A–D). | -| `calculate_bearing_frequencies` | `rpm`, `n_balls`, `ball_diameter_mm`, `pitch_diameter_mm`, `contact_angle_deg?`, `bearing_name?` | Compute bearing characteristic frequencies (BPFO, BPFI, BSF, FTF). | -| `list_known_bearings` | — | List all bearings in the built-in database. | -| `diagnose_vibration` | `data_id`, `rpm?`, `bearing_designation?`, `bearing_*?`, `bpfo_hz?`, `bpfi_hz?`, `bsf_hz?`, `ftf_hz?`, `machine_group?`, `machine_description?` | Full automated diagnosis: FFT + shaft features + bearing envelope + ISO 10816 + fault classification + markdown report. | - -## Running a server manually - -Servers are normally spawned on-demand by an agent client. To launch one directly for testing: - -```bash -uv run iot-mcp-server -uv run utilities-mcp-server -uv run fmsr-mcp-server -uv run wo-mcp-server -uv run tsfm-mcp-server -uv run vibration-mcp-server -``` - -They speak MCP over stdio, so they're idle until a client connects on stdin. diff --git a/docs/observability.md b/docs/observability.md deleted file mode 100644 index fa2ce72f5..000000000 --- a/docs/observability.md +++ /dev/null @@ -1,217 +0,0 @@ -# Observability - -Each agent run produces two artifacts, joined by ``run_id``: - -1. **Trace** — an OpenTelemetry span with *metadata* and *aggregate - metrics* (runner, model, IDs, latency via span duration, token - totals, turn and tool-call counts). Written as canonical OTLP-JSON - and recognised by every OTEL-aware backend (Jaeger, Tempo, Langfuse, - Grafana Cloud AI, Honeycomb). -2. **Trajectory** — a per-run JSON file with *per-turn content*: turn - text, tool call inputs / outputs, and (for SDK runners) per-turn - token usage. Written directly by the agent runner alongside the - trace. - -Spans and trajectories complement each other without duplicating -content: the span holds everything an observability UI needs to -summarise or bill a run, the trajectory holds the raw per-turn data -needed for offline evaluation. Aggregate numbers (totals) live on the -span; per-turn numbers (from which the totals are derived) live on the -trajectory. Nothing is repeated. - -## Root span attributes - -Metadata + aggregate metrics — always written when tracing is enabled: - -"SDK runners" below means claude-agent, openai-agent, deep-agent (which all -expose turn/tool-call bookkeeping); plan-execute's loop is step-shaped and -surfaces different attributes. - -| Attribute | Runner coverage | Notes | -| ----------------------------- | ----------------- | -------------------------------------- | -| `agent.runner` | all | `plan-execute` / `claude-agent` / … | -| `gen_ai.system` | all | Provider family (anthropic, openai…) | -| `gen_ai.request.model` | all | Full model ID | -| `gen_ai.usage.input_tokens` | all | Sum across the run | -| `gen_ai.usage.output_tokens` | all | Sum across the run | -| `agent.question.length` | all | Character length of the question | -| `agent.answer.length` | all | Character length of the final answer | -| `agent.duration_ms` | all | Wall-clock of `run()` | -| `agent.run_id` | all | `--run-id` or auto-generated UUID4 | -| `agent.scenario_id` | all | `--scenario-id` (omitted if unset) | -| `agent.turns` | SDK runners | Number of turns | -| `agent.tool_calls` | SDK runners | Total tool calls | -| `agent.llm_time_ms` | plan-execute | Planning + summarisation LLM time | -| `agent.planning_time_ms` | plan-execute | `Planner.generate_plan` wall-clock | -| `agent.summarization_time_ms` | plan-execute | Final summarise-LLM wall-clock | -| `agent.plan.steps` | plan-execute | Number of generated plan steps | - -For plan-execute, ``gen_ai.usage.*`` is the run-wide sum across planning, -per-step arg-resolution, and summarisation LLM calls (provided the backend -reports usage — ``LiteLLMBackend`` does; mocks return zero). Turn and -tool-call counts have no clean mapping to the step-shaped loop and are -not surfaced; per-step wall-clock lives on each ``StepResult.duration_ms`` -in the trajectory. - -Per-tool timing is not captured for the three SDK runners — the -`PreToolUse` hook that claude-agent needed broke compatibility with -some `@anthropic-ai/claude-code` CLI versions, and the openai / deep -SDKs do not expose clean per-tool callback surfaces either. Follow-up -when needed. - -Plus automatic child spans from the `HTTPXClientInstrumentor` — one per -outbound HTTP request to the LiteLLM proxy (URL, status, latency). The -root span's own duration = agent wall-clock, so ``agent.duration_ms`` is -redundant for OTEL UIs but convenient for jq on the JSONL file. - -## Trajectory file layout - -When ``AGENT_TRAJECTORY_DIR`` is set, each runner writes -``{AGENT_TRAJECTORY_DIR}/{run_id}.json``. The `trajectory` field's shape -depends on the runner. - -| Field | claude-agent | openai-agent | deep-agent | plan-execute | -| ----------------------------- | ------------ | ------------ | ---------- | ------------ | -| `Trajectory.started_at` | ✓ | ✓ | ✓ | (n/a) | -| `TurnRecord.duration_ms` | ✓ | ✗ | ✗ | (n/a) | -| `ToolCall.duration_ms` | ✗ | ✗ | ✗ | (n/a) | -| `StepResult.duration_ms` | (n/a) | (n/a) | (n/a) | ✓ | - -plan-execute's trajectory is a list of ``StepResult`` records instead -of turns, each carrying its own ``duration_ms`` populated by the executor. - -## Enabling persistence - -Install the optional tracing deps (trajectories need no extra deps): - -```bash -uv sync --group otel -``` - -Each artifact has its own env var; set either, both, or neither: - -| Env var | Effect | -| --------------------------------- | --------------------------------------------------- | -| `AGENT_TRAJECTORY_DIR` | Directory for ``{run_id}.json`` trajectory records. | -| `OTEL_TRACES_FILE` | Append OTLP-JSON lines to this path (in-process). | -| `OTEL_EXPORTER_OTLP_ENDPOINT` | Ship spans over HTTP to a live collector endpoint. | - -When none are set, runs work normally with zero persistence overhead. - -## Recommended: save both traces and trajectories - -```bash -AGENT_TRAJECTORY_DIR=./traces/trajectories \ -OTEL_TRACES_FILE=./traces/traces.jsonl \ - uv run deep-agent --run-id bench-001 --scenario-id 304 \ - "Calculate bearing characteristic frequencies for a 6205 bearing at 1800 RPM." -``` - -Each span batch appends one JSON line to `./traces/traces.jsonl` in -canonical OTLP-JSON format — the same format the OpenTelemetry Collector's -`file` exporter produces, and ingestible by the Collector's -`otlpjsonfile` receiver later if you want to replay into a live backend. - -### Query with `jq` - -For metadata + aggregate metrics (run_id, runner, model, token totals, -latency) read the trace alone — token totals are on the span: - -```bash -jq -c '.resourceSpans[].scopeSpans[].spans[] - | select(.name | startswith("agent.run")) - | { - run_id: (.attributes[] | select(.key == "agent.run_id") | .value.stringValue), - runner: (.attributes[] | select(.key == "agent.runner") | .value.stringValue), - model: (.attributes[] | select(.key == "gen_ai.request.model") | .value.stringValue), - input_tokens: (.attributes[] | select(.key == "gen_ai.usage.input_tokens") | .value.intValue), - output_tokens: (.attributes[] | select(.key == "gen_ai.usage.output_tokens") | .value.intValue), - turns: (.attributes[] | select(.key == "agent.turns") | .value.intValue), - }' traces/traces.jsonl -``` - -For per-turn content (text, tool call inputs/outputs, per-turn tokens) -read the matching trajectory file: - -```bash -jq '.trajectory.turns[] | {index, input_tokens, tool_calls: [.tool_calls[].name]}' \ - traces/trajectories/bench-001.json -``` - -### Rotation - -The built-in file exporter appends indefinitely — one line per span batch -is small, but long-running benchmarks can grow. For rotation, pipe the -path through `logrotate`, or split runs across dated files: - -```bash -OTEL_TRACES_FILE="./traces/$(date +%F).jsonl" uv run deep-agent "..." -``` - -## Replaying saved traces into a live backend (optional) - -If you later want to visualize persisted traces, point any -OpenTelemetry Collector at the file with its `otlpjsonfile` receiver: - -```yaml -receivers: - otlpjsonfile: - include: ["traces/traces.jsonl"] -exporters: - otlp: - endpoint: jaeger:4317 - tls: {insecure: true} -service: - pipelines: - traces: - receivers: [otlpjsonfile] - exporters: [otlp] -``` - -## Live debugging with Jaeger (optional, Docker) - -When network access to Docker Hub is available, Jaeger all-in-one is the -quickest way to inspect traces in a UI: - -```bash -docker run -d --rm --name jaeger \ - -p 16686:16686 -p 4318:4318 \ - jaegertracing/all-in-one - -OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318 \ -OTEL_TRACES_FILE=./traces/traces.jsonl \ - uv run deep-agent --run-id demo "$query" - -open http://localhost:16686 # macOS -``` - -With both env vars set, spans go to disk *and* to Jaeger simultaneously. -Jaeger all-in-one is in-memory only; the file stays on disk when the -container exits. - -## Troubleshooting - -**"OTEL SDK not installed; tracing disabled"** — run `uv sync --group otel`. - -**No output file on disk** — tracing is lazy; at least one runner has to -complete a `run()` call before the `BatchSpanProcessor` flushes. For small -smoke tests, make sure the CLI exits cleanly (the `atexit` hook flushes -any buffered spans). - -**Spans exist but `agent.run_id` is missing** — you called `runner.run()` -programmatically without going through a CLI. Seed it yourself: - -```python -from observability import init_tracing, set_run_context -init_tracing("my-harness") -set_run_context(run_id="...", scenario_id="...") -await runner.run(question) -``` - -**No trajectory file in `AGENT_TRAJECTORY_DIR`** — the runner skips -persistence when no `run_id` is set. Use the CLI (which seeds a UUID4 -automatically), or call `set_run_context(run_id=...)` before invoking -the runner programmatically. - -**Exporter silently failing** — set `OTEL_LOG_LEVEL=debug` for the SDK's -internal logs. diff --git a/docs/tutorial/AssetOpsBench_Neurips_Slide-2.pdf b/docs/tutorial/AssetOpsBench_Neurips_Slide-2.pdf deleted file mode 100644 index 61345edf5..000000000 Binary files a/docs/tutorial/AssetOpsBench_Neurips_Slide-2.pdf and /dev/null differ diff --git a/docs/tutorial/AssetOpsBench_Technical_Material.pdf b/docs/tutorial/AssetOpsBench_Technical_Material.pdf deleted file mode 100644 index 20537a144..000000000 Binary files a/docs/tutorial/AssetOpsBench_Technical_Material.pdf and /dev/null differ diff --git a/docs/tutorial/Neurips_Social_Slide.pdf b/docs/tutorial/Neurips_Social_Slide.pdf deleted file mode 100644 index ce5dac7e8..000000000 Binary files a/docs/tutorial/Neurips_Social_Slide.pdf and /dev/null differ diff --git a/eval_framework.py b/eval_framework.py new file mode 100644 index 000000000..90da77448 --- /dev/null +++ b/eval_framework.py @@ -0,0 +1,234 @@ +"""Industrial Automation Challenge submission framework. + +Runs participant prediction code over challenge scenarios and writes a Kaggle-ready +CSV submission. +""" + +from __future__ import annotations + +import argparse +import csv +import importlib +import importlib.util +import json +import logging +import subprocess +import sys +from dataclasses import dataclass +from pathlib import Path +from typing import Any, Callable + +try: + from .dataset_utils import AssetOpsScenario, load_public_scenarios +except ImportError: + from dataset_utils import AssetOpsScenario, load_public_scenarios + +logger = logging.getLogger(__name__) +PredictionFunc = Callable[[AssetOpsScenario], Any] + + +@dataclass +class SubmissionResult: + dataset_name: str + predictions: list[dict[str, str]] + + +def _clean_cell(value: Any, fallback: str = "NOTAVALUE") -> str: + if value is None: + return fallback + text = str(value).replace("\r", " ").strip() + return text if text else fallback + + +def _normalize_prediction(raw: Any) -> dict[str, str]: + """Normalize predictor output into the `answer` submission column.""" + + if isinstance(raw, dict): + answer = raw.get("answer", raw.get("choice", raw.get("prediction", raw.get("response", "")))) + else: + answer = raw + return {"answer": _clean_cell(answer, "NOTAVALUE")} + + +def _load_module_from_file(path: Path): + spec = importlib.util.spec_from_file_location(path.stem, path) + if spec is None or spec.loader is None: + raise ImportError(f"Could not load module from {path}") + module = importlib.util.module_from_spec(spec) + sys.modules[path.stem] = module + spec.loader.exec_module(module) + return module + + +def load_predictor(spec: str) -> PredictionFunc: + """Load ``module:function`` or a Python-file path plus function.""" + + if ":" not in spec: + raise ValueError("Predictor must be formatted as 'module:function'.") + + module_name, function_name = spec.rsplit(":", 1) + module_path = Path(module_name) + if module_path.suffix == ".py" or module_path.exists(): + module = _load_module_from_file(module_path.resolve()) + else: + module = importlib.import_module(module_name) + + func = getattr(module, function_name) + if not callable(func): + raise TypeError(f"Predictor target is not callable: {spec}") + return func + + +def command_predictor(command_template: str) -> PredictionFunc: + """Create a predictor that invokes a participant-controlled command. + + Available template fields: + - ``{id}`` + - ``{question}`` + - ``{question_json}`` + - ``{scenario_json}`` + + If stdout is JSON with an ``answer``, ``choice``, or ``prediction`` field, + that value is used. Otherwise stdout becomes the answer value. + """ + + def predict(scenario: AssetOpsScenario) -> dict[str, str]: + command = command_template.format( + id=scenario.id, + question=scenario.text, + question_json=json.dumps(scenario.text), + scenario_json=json.dumps(scenario.to_dict(), ensure_ascii=False), + ) + completed = subprocess.run( + command, + shell=True, + check=False, + capture_output=True, + text=True, + ) + if completed.returncode != 0: + return {"answer": "NOTAVALUE"} + + stdout = completed.stdout.strip() + try: + parsed = json.loads(stdout) + except json.JSONDecodeError: + return {"answer": stdout} + if isinstance(parsed, dict): + return parsed + return {"answer": stdout} + + return predict + + +class CompetitionKit: + """Small starter-kit class for generating CSV submissions.""" + + def __init__(self, config_path: str | None = None): + self.config_path = config_path + self.config = load_config_file(config_path) if config_path else {} + self.output_dir = Path(self.config.get("output_dir", "competition_results")) + self.output_dir.mkdir(parents=True, exist_ok=True) + self.dataset_config = self.config.get("dataset", {}) + self.submission_columns = self.config.get("submission_columns", ["id", "answer"]) + + def list_datasets(self) -> None: + name = self.dataset_config.get("dataset_name", "industrial_automation_challenge") + description = self.dataset_config.get("description", "") + print(f"{name}: {description}") + + def run_predictions( + self, + predictor: PredictionFunc, + *, + subset_size: int | None = None, + dataset_path: str | None = None, + ) -> SubmissionResult: + dataset_path = dataset_path or self.dataset_config.get("dataset_path") + if not dataset_path: + raise ValueError("Dataset path is required. Set dataset.dataset_path or pass --dataset-path.") + + dataset_name = self.dataset_config.get("dataset_name", Path(dataset_path).stem) + scenarios = load_public_scenarios(dataset_path) + if subset_size is not None and subset_size > 0: + scenarios = scenarios[:subset_size] + + predictions: list[dict[str, str]] = [] + for index, scenario in enumerate(scenarios, start=1): + logger.info("Predicting %s/%s: %s", index, len(scenarios), scenario.id) + try: + normalized = _normalize_prediction(predictor(scenario)) + except Exception: + logger.exception("Predictor failed for scenario %s", scenario.id) + normalized = {"answer": "NOTAVALUE"} + predictions.append({"id": scenario.id, **normalized}) + + return SubmissionResult(dataset_name=dataset_name, predictions=predictions) + + def save_submission(self, result: SubmissionResult, *, filename: str = "submission.csv") -> Path: + csv_path = self.output_dir / filename + with csv_path.open("w", newline="", encoding="utf-8") as f: + writer = csv.DictWriter( + f, + fieldnames=self.submission_columns, + quoting=csv.QUOTE_ALL, + extrasaction="ignore", + ) + writer.writeheader() + writer.writerows(result.predictions) + return csv_path + + +def create_metadata_parser() -> argparse.ArgumentParser: + parser = argparse.ArgumentParser(description="Industrial Automation Challenge submission starter kit") + parser.add_argument("--config", type=str, help="Path to dataset/predictor JSON config.") + parser.add_argument("--dataset-path", type=str, help="Override dataset path from config.") + parser.add_argument("--predictor", type=str, help="Python predictor as module:function.") + parser.add_argument( + "--agent-command", + type=str, + help="Shell command template for an existing agent. Use {question_json} for the prompt.", + ) + parser.add_argument("--output-dir", type=str, default=None) + parser.add_argument("--output-file", type=str, default="submission.csv") + parser.add_argument("--subset-size", type=int, default=None) + parser.add_argument("-v", "--verbose", action="store_true") + return parser + + +def load_config_file(config_path: str | None) -> dict[str, Any]: + if not config_path: + return {} + path = Path(config_path) + if not path.exists(): + raise FileNotFoundError(f"Configuration file not found: {path}") + return json.loads(path.read_text(encoding="utf-8")) + + +def load_and_merge_config(args: argparse.Namespace) -> argparse.Namespace: + config = load_config_file(args.config) if args.config else {} + + if args.output_dir is None and config.get("output_dir"): + args.output_dir = config["output_dir"] + if args.output_file == "submission.csv" and config.get("output_file"): + args.output_file = config["output_file"] + + predictor = config.get("predictor", {}) + if args.predictor is None and predictor.get("path"): + args.predictor = predictor["path"] + if args.agent_command is None and predictor.get("agent_command"): + args.agent_command = predictor["agent_command"] + + dataset = config.get("dataset", {}) + if args.dataset_path is None and dataset.get("dataset_path"): + args.dataset_path = dataset["dataset_path"] + + return args + + +def build_predictor_from_args(args: argparse.Namespace) -> PredictionFunc: + if args.predictor: + return load_predictor(args.predictor) + if args.agent_command: + return command_predictor(args.agent_command) + raise ValueError("Provide either --predictor module:function or --agent-command.") diff --git a/metadata_config_test.json b/metadata_config_test.json new file mode 100644 index 000000000..b7bee069f --- /dev/null +++ b/metadata_config_test.json @@ -0,0 +1,16 @@ +{ + "dataset": { + "dataset_name": "industrial_automation_challenge_test", + "dataset_path": "path/to/kaggle_dataset_file.jsonl", + "description": "Industrial Automation Challenge test questions" + }, + "predictor": { + "path": "path/to/your_predictor.py:predict" + }, + "submission_columns": [ + "id", + "answer" + ], + "output_dir": "competition_results", + "output_file": "submission.csv" +} diff --git a/metadata_config_val.json b/metadata_config_val.json new file mode 100644 index 000000000..b915c2078 --- /dev/null +++ b/metadata_config_val.json @@ -0,0 +1,16 @@ +{ + "dataset": { + "dataset_name": "industrial_automation_challenge_validation", + "dataset_path": "path/to/kaggle_dataset_file.jsonl", + "description": "Industrial Automation Challenge validation questions" + }, + "predictor": { + "path": "path/to/your_predictor.py:predict" + }, + "submission_columns": [ + "id", + "answer" + ], + "output_dir": "competition_results", + "output_file": "submission.csv" +} diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 7a215c7b3..000000000 --- a/pyproject.toml +++ /dev/null @@ -1,81 +0,0 @@ -[build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" - -[tool.hatch.build.targets.wheel] -packages = ["src/agent", "src/evaluation", "src/llm", "src/observability", "src/servers"] - -[project] -name = "assetopsbench-mcp" -version = "0.1.0" -description = "Add your description here" -readme = "INSTRUCTIONS.md" -requires-python = ">=3.12" -dependencies = [ - "couchdb3>=2.0.2", - "fastmcp>=2.14.5", - "mcp[cli]>=1.26.0", - "pendulum>=3.2.0", - "pydantic>=2.12.5", - "requests>=2.32.5", - "numpy>=1.24", - "pandas>=2.0", - "pyyaml>=6.0", - "litellm==1.81.13", - "claude-agent-sdk>=0.0.14", - "openai-agents>=0.0.7", - "deepagents>=0.5.3", - "langchain-mcp-adapters>=0.2.2", - "langchain-openai>=1.1.0", - "python-dotenv>=1.0", - "scipy>=1.10.0", -] - -[project.scripts] -plan-execute = "agent.cli:main" -claude-agent = "agent.claude_agent.cli:main" -iot-mcp-server = "servers.iot.main:main" -utilities-mcp-server = "servers.utilities.main:main" -fmsr-mcp-server = "servers.fmsr.main:main" -tsfm-mcp-server = "servers.tsfm.main:main" -wo-mcp-server = "servers.wo.main:main" -vibration-mcp-server = "servers.vibration.main:main" -openai-agent = "agent.openai_agent.cli:main" -deep-agent = "agent.deep_agent.cli:main" -evaluate = "evaluation.cli:main" - - -[dependency-groups] -dev = [ - "pytest>=9.0.2", - "anyio>=4.9.0", - "pytest-anyio>=0.0.0", - "opentelemetry-api>=1.27.0", - "opentelemetry-sdk>=1.27.0", -] -# Optional heavy ML deps for the TSFM server. -# tsfm_public must be installed separately: pip install git+https://github.com/ibm-granite/granite-tsfm -tsfm = [ - "torch>=2.0", - "transformers>=4.40", -] -# Optional OpenTelemetry tracing for agent runners. -# Enable by setting OTEL_EXPORTER_OTLP_ENDPOINT (e.g. http://localhost:4318). -otel = [ - "opentelemetry-api>=1.27.0", - "opentelemetry-sdk>=1.27.0", - "opentelemetry-exporter-otlp-proto-http>=1.27.0", - "opentelemetry-instrumentation-httpx>=0.48b0", -] - -[tool.uv] -package = true - -[tool.pytest.ini_options] -pythonpath = ["src"] -norecursedirs = ["src/tmp"] -anyio_mode = "auto" -filterwarnings = [ - "ignore:Core Pydantic V1 functionality:UserWarning", -] - diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 5db72dd6a..000000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] -} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..917c30dff --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Industrial Automation Challenge - Simple Starter Kit +# +# The starter-kit runner uses only the Python standard library. +# Add your model, agent, or notebook dependencies here as needed. diff --git a/run.py b/run.py new file mode 100644 index 000000000..2b9c655f7 --- /dev/null +++ b/run.py @@ -0,0 +1,42 @@ +#!/usr/bin/env python3 +"""Industrial Automation Challenge submission script.""" + +from __future__ import annotations + +import logging + +from eval_framework import CompetitionKit, build_predictor_from_args, create_metadata_parser, load_and_merge_config + + +def main() -> int: + parser = create_metadata_parser() + args = load_and_merge_config(parser.parse_args()) + + logging.basicConfig( + level=logging.INFO if args.verbose else logging.WARNING, + format="%(asctime)s %(levelname)s %(name)s: %(message)s", + ) + + kit = CompetitionKit(config_path=args.config) + if args.output_dir: + kit.output_dir = kit.output_dir.__class__(args.output_dir) + kit.output_dir.mkdir(parents=True, exist_ok=True) + + predictor = build_predictor_from_args(args) + print("Industrial Automation Challenge - Submission Generation") + kit.list_datasets() + + result = kit.run_predictions( + predictor, + subset_size=args.subset_size, + dataset_path=args.dataset_path, + ) + submission_path = kit.save_submission(result, filename=args.output_file) + + print(f"Processed scenarios: {len(result.predictions)}") + print(f"Submission CSV: {submission_path}") + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/src/__init__.py b/src/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/agent/__init__.py b/src/agent/__init__.py deleted file mode 100644 index dd3fde6fd..000000000 --- a/src/agent/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -"""MCP agent orchestration package.""" - -from .claude_agent.runner import ClaudeAgentRunner -from .deep_agent.runner import DeepAgentRunner -from .models import AgentResult, ToolCall, Trajectory, TurnRecord -from .openai_agent.runner import OpenAIAgentRunner -from .plan_execute.models import OrchestratorResult, Plan, PlanStep, StepResult -from .plan_execute.runner import PlanExecuteRunner -from .runner import AgentRunner - -__all__ = [ - "AgentRunner", - "AgentResult", - "ClaudeAgentRunner", - "DeepAgentRunner", - "OpenAIAgentRunner", - "OrchestratorResult", - "Plan", - "PlanExecuteRunner", - "PlanStep", - "StepResult", - "ToolCall", - "Trajectory", - "TurnRecord", -] diff --git a/src/agent/_cli_common.py b/src/agent/_cli_common.py deleted file mode 100644 index 772d4f505..000000000 --- a/src/agent/_cli_common.py +++ /dev/null @@ -1,155 +0,0 @@ -"""Shared CLI helpers for the SDK-driven agent entry points. - -The three SDK CLIs (``claude-agent``, ``openai-agent``, ``deep-agent``) all -need to parse a question + model ID, set up logging, and print a -trajectory + answer section. This module captures that common surface so -each CLI only has to encode its runner-specific differences -(prog name, default model, loop-bound arg like ``--max-turns`` vs -``--recursion-limit``, and which runner class to instantiate). -""" - -from __future__ import annotations - -import argparse -import asyncio -import dataclasses -import json -import logging -import sys -import uuid -from typing import Awaitable, Callable - -LOG_FORMAT = "%(asctime)s %(levelname)-8s %(name)s %(message)s" -LOG_DATE_FORMAT = "%H:%M:%S" -HR = "─" * 60 - - -def setup_logging(verbose: bool) -> None: - """Configure the root logger to stderr; INFO when verbose else WARNING.""" - level = logging.INFO if verbose else logging.WARNING - handler = logging.StreamHandler(sys.stderr) - handler.setFormatter(logging.Formatter(LOG_FORMAT, datefmt=LOG_DATE_FORMAT)) - logging.root.handlers.clear() - logging.root.addHandler(handler) - logging.root.setLevel(level) - - -def add_common_args(parser: argparse.ArgumentParser, default_model: str) -> None: - """Register the args shared by every SDK CLI. - - Adds the positional ``question`` plus ``--model-id``, ``--show-trajectory``, - ``--json``, and ``--verbose``. The caller is responsible for any - runner-specific flags (e.g. ``--max-turns``, ``--recursion-limit``). - """ - parser.add_argument("question", help="The question to answer.") - parser.add_argument( - "--model-id", - default=default_model, - metavar="MODEL_ID", - help=f"Model string (default: {default_model}).", - ) - parser.add_argument( - "--show-trajectory", - action="store_true", - help="Print each turn's text, tool calls, and token usage.", - ) - parser.add_argument( - "--json", - action="store_true", - dest="output_json", - help="Output the full result as JSON.", - ) - parser.add_argument( - "--verbose", - action="store_true", - help="Show INFO-level logs on stderr.", - ) - parser.add_argument( - "--run-id", - metavar="ID", - default=None, - help=( - "Identifier recorded on the root OTEL span for this run. " - "Auto-generated (UUID4) if omitted." - ), - ) - parser.add_argument( - "--scenario-id", - metavar="ID", - default=None, - help="Benchmark scenario identifier recorded on the root OTEL span.", - ) - - -def print_trajectory(trajectory) -> None: - """Pretty-print turns, tool calls, and token totals to stdout.""" - print(f"\n{HR}") - print(" Trace") - print(HR) - for turn in trajectory.turns: - print( - f"\n [Turn {turn.index}] " - f"in={turn.input_tokens} out={turn.output_tokens} tokens" - ) - if turn.text: - snippet = turn.text[:200] + ("..." if len(turn.text) > 200 else "") - print(f" text: {snippet}") - for tc in turn.tool_calls: - print(f" tool: {tc.name} input: {tc.input}") - if tc.output is not None: - out_str = str(tc.output) - snippet = out_str[:200] + ("..." if len(out_str) > 200 else "") - print(f" output: {snippet}") - print( - f"\n Total: {trajectory.total_input_tokens} input / " - f"{trajectory.total_output_tokens} output tokens " - f"({len(trajectory.turns)} turns, " - f"{len(trajectory.all_tool_calls)} tool calls)" - ) - - -def print_answer(answer: str) -> None: - """Print the final answer section.""" - print(f"\n{HR}") - print(" Answer") - print(HR) - print(answer) - print() - - -def print_result(result, *, show_trajectory: bool, output_json: bool) -> None: - """Common post-run output: JSON dump OR trajectory + answer sections.""" - if output_json: - print(json.dumps(dataclasses.asdict(result.trajectory), indent=2, default=str)) - return - if show_trajectory: - print_trajectory(result.trajectory) - print_answer(result.answer) - - -def run_sdk_cli( - service_name: str, - build_parser: Callable[[], argparse.ArgumentParser], - run_coro: Callable[[argparse.Namespace], Awaitable[None]], -) -> None: - """Run the standard SDK-CLI lifecycle. - - Loads ``.env``, parses args with the caller's parser factory, configures - stderr logging, initialises OTEL tracing under *service_name*, auto-fills - ``args.run_id`` with a UUID4 when the user omitted ``--run-id``, seeds - the ambient run context so the root span gets - ``agent.run_id`` / ``agent.scenario_id`` attributes, and runs *run_coro* - to completion via :func:`asyncio.run`. - """ - from dotenv import load_dotenv - - from observability import init_tracing, set_run_context - - load_dotenv() - args = build_parser().parse_args() - setup_logging(args.verbose) - init_tracing(service_name) - if getattr(args, "run_id", None) is None: - args.run_id = str(uuid.uuid4()) - set_run_context(run_id=args.run_id, scenario_id=getattr(args, "scenario_id", None)) - asyncio.run(run_coro(args)) diff --git a/src/agent/_litellm.py b/src/agent/_litellm.py deleted file mode 100644 index fbad90d10..000000000 --- a/src/agent/_litellm.py +++ /dev/null @@ -1,33 +0,0 @@ -"""Shared LiteLLM-proxy helpers used by the SDK-driven runners. - -The three SDK runners (:class:`~agent.claude_agent.ClaudeAgentRunner`, -:class:`~agent.openai_agent.OpenAIAgentRunner`, -:class:`~agent.deep_agent.DeepAgentRunner`) each accept model strings of -two shapes: - -* ``litellm_proxy//`` — routed through the LiteLLM proxy; - the prefix is stripped before handing the ID to the underlying SDK. -* ``/`` — passed through as-is to the SDK's native - provider integration. - -This module centralises the prefix + stripping logic so the runners and -their tests share a single source of truth. -""" - -from __future__ import annotations - -LITELLM_PREFIX = "litellm_proxy/" - - -def resolve_model(model_id: str) -> str: - """Strip the ``litellm_proxy/`` prefix from a model ID if present. - - Examples:: - - "litellm_proxy/aws/claude-opus-4-6" -> "aws/claude-opus-4-6" - "litellm_proxy/azure/gpt-5.4" -> "azure/gpt-5.4" - "anthropic/claude-sonnet-4-6" -> "anthropic/claude-sonnet-4-6" - """ - if model_id.startswith(LITELLM_PREFIX): - return model_id[len(LITELLM_PREFIX):] - return model_id diff --git a/src/agent/_prompts.py b/src/agent/_prompts.py deleted file mode 100644 index 6fec7ea9a..000000000 --- a/src/agent/_prompts.py +++ /dev/null @@ -1,16 +0,0 @@ -"""Shared prompts used by the SDK-driven agent runners. - -The plan-execute runner uses its own planning/summarisation prompts in -:mod:`agent.plan_execute` and does not share these. -""" - -from __future__ import annotations - -AGENT_SYSTEM_PROMPT = """\ -You are an industrial asset operations assistant with access to MCP tools for -querying IoT sensor data, failure mode and symptom records, time-series -forecasting models, and work order management. - -Answer the user's question concisely and accurately using the available tools. -When you retrieve data, include the key numbers or names in your answer. -""" diff --git a/src/agent/claude_agent/__init__.py b/src/agent/claude_agent/__init__.py deleted file mode 100644 index f2e0af4f7..000000000 --- a/src/agent/claude_agent/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -"""Claude Agent SDK runner subpackage.""" - -from .runner import ClaudeAgentRunner - -__all__ = ["ClaudeAgentRunner"] diff --git a/src/agent/claude_agent/cli.py b/src/agent/claude_agent/cli.py deleted file mode 100644 index 42f29f340..000000000 --- a/src/agent/claude_agent/cli.py +++ /dev/null @@ -1,61 +0,0 @@ -"""CLI entry point for the ClaudeAgentRunner. - -Usage: - claude-agent "What sensors are on Chiller 6?" - claude-agent --model-id claude-opus-4-6 --max-turns 20 "List failure modes for pumps" - claude-agent --show-trajectory "What sensors are on Chiller 6?" - claude-agent --json "What is the current time?" -""" - -from __future__ import annotations - -import argparse - -from .._cli_common import add_common_args, print_result, run_sdk_cli - -_DEFAULT_MODEL = "litellm_proxy/aws/claude-opus-4-6" - - -def _build_parser() -> argparse.ArgumentParser: - parser = argparse.ArgumentParser( - prog="claude-agent", - description="Run a question through the Claude Agent SDK with AssetOpsBench MCP servers.", - formatter_class=argparse.RawDescriptionHelpFormatter, - epilog=""" -environment variables: - LITELLM_API_KEY LiteLLM / Anthropic API key (required) - LITELLM_BASE_URL LiteLLM proxy URL (required for litellm_proxy/* models) - -examples: - claude-agent "What assets are at site MAIN?" - claude-agent --model-id claude-opus-4-6 --max-turns 20 "List sensors on Chiller 6" - claude-agent --model-id litellm_proxy/aws/claude-opus-4-6 "What is the current time?" - claude-agent --show-trajectory "What sensors are on Chiller 6?" - claude-agent --json "What is the current time?" -""", - ) - add_common_args(parser, default_model=_DEFAULT_MODEL) - parser.add_argument( - "--max-turns", - type=int, - default=30, - metavar="N", - help="Maximum agentic loop turns (default: 30).", - ) - return parser - - -async def _run(args: argparse.Namespace) -> None: - from agent.claude_agent.runner import ClaudeAgentRunner - - runner = ClaudeAgentRunner(model=args.model_id, max_turns=args.max_turns) - result = await runner.run(args.question) - print_result(result, show_trajectory=args.show_trajectory, output_json=args.output_json) - - -def main() -> None: - run_sdk_cli("claude-agent", _build_parser, _run) - - -if __name__ == "__main__": - main() diff --git a/src/agent/claude_agent/runner.py b/src/agent/claude_agent/runner.py deleted file mode 100644 index 9a11b3e84..000000000 --- a/src/agent/claude_agent/runner.py +++ /dev/null @@ -1,212 +0,0 @@ -"""AgentRunner implementation backed by the claude-agent-sdk. - -Each registered MCP server is connected as a stdio MCP server so Claude can -call IoT / FMSR / TSFM / utilities tools directly without a custom plan loop. - -Usage:: - - import anyio - from agent.claude_agent import ClaudeAgentRunner - - runner = ClaudeAgentRunner() - result = anyio.run(runner.run, "What sensors are on Chiller 6?") - print(result.answer) -""" - -from __future__ import annotations - -import datetime as _dt -import logging -import os -import time -from pathlib import Path - -from claude_agent_sdk import AssistantMessage, ClaudeAgentOptions, HookMatcher, ResultMessage, query -from claude_agent_sdk import TextBlock, ToolUseBlock - -from observability import agent_run_span, persist_trajectory - -from .._litellm import LITELLM_PREFIX, resolve_model -from .._prompts import AGENT_SYSTEM_PROMPT -from ..models import AgentResult, ToolCall, Trajectory, TurnRecord -from ..runner import AgentRunner - -_log = logging.getLogger(__name__) - -_DEFAULT_MODEL = "litellm_proxy/aws/claude-opus-4-6" - - -def _sdk_env(model_id: str) -> dict[str, str] | None: - """Build env overrides for the claude-agent-sdk subprocess. - - When routing through a LiteLLM proxy the SDK needs the proxy URL and key - under its own env var names. We derive them from the LITELLM_* vars so - the user never has to set SDK-internal vars directly. - """ - if not model_id.startswith(LITELLM_PREFIX): - return None - env: dict[str, str] = {} - if base_url := os.environ.get("LITELLM_BASE_URL"): - env["ANTHROPIC_BASE_URL"] = base_url - if api_key := os.environ.get("LITELLM_API_KEY"): - env["ANTHROPIC_API_KEY"] = api_key - return env or None - - -def _build_mcp_servers( - server_paths: dict[str, Path | str], -) -> dict[str, dict]: - """Convert server_paths entries into claude-agent-sdk mcp_servers dicts. - - Entry-point names (str without path separators) become - ``{"command": "uv", "args": ["run", name]}``. - Path objects become ``{"command": "uv", "args": ["run", str(path)]}``. - """ - mcp: dict[str, dict] = {} - for name, spec in server_paths.items(): - if isinstance(spec, Path): - mcp[name] = {"command": "uv", "args": ["run", str(spec)]} - else: - # uv entry-point name, e.g. "iot-mcp-server" - mcp[name] = {"command": "uv", "args": ["run", spec]} - return mcp - - -class ClaudeAgentRunner(AgentRunner): - """Agent runner that delegates to the claude-agent-sdk agentic loop. - - The sdk handles tool discovery, invocation, and multi-turn conversation - against the registered MCP servers. - - Args: - llm: Unused — ClaudeAgentRunner uses the claude-agent-sdk directly. - Accepted for interface compatibility with ``AgentRunner``. - server_paths: MCP server specs identical to ``PlanExecuteRunner``. - Defaults to all registered servers. - model: Claude model ID to use (default: ``litellm_proxy/aws/claude-opus-4-6``). - max_turns: Maximum agentic loop turns (default: 30). - permission_mode: claude-agent-sdk permission mode (default: ``"default"``). - """ - - def __init__( - self, - llm=None, - server_paths: dict[str, Path | str] | None = None, - model: str = _DEFAULT_MODEL, - max_turns: int = 30, - permission_mode: str = "bypassPermissions", - ) -> None: - super().__init__(llm, server_paths) - self._model = resolve_model(model) - self._sdk_env = _sdk_env(model) - self._max_turns = max_turns - self._permission_mode = permission_mode - self._mcp_servers = _build_mcp_servers(self._server_paths) - - async def run(self, question: str) -> AgentResult: - """Run the claude-agent-sdk loop for *question*. - - Args: - question: Natural-language question to answer. - - Returns: - AgentResult with the final answer and full execution trajectory. - """ - with agent_run_span( - "claude-agent", model=self._model, question=question - ) as span: - options = ClaudeAgentOptions( - model=self._model, - system_prompt=AGENT_SYSTEM_PROMPT, - mcp_servers=self._mcp_servers, - max_turns=self._max_turns, - permission_mode=self._permission_mode, - env=self._sdk_env, - ) - - _log.info("ClaudeAgentRunner: starting query (model=%s)", self._model) - answer = "" - run_started = time.perf_counter() - trajectory = Trajectory(started_at=_dt.datetime.now(_dt.UTC).isoformat()) - turn_index = 0 - last_turn_start = run_started - tool_outputs: dict[str, object] = {} - - async def _capture_tool_output(input_data, tool_use_id: str, context) -> dict: - resp = input_data.get("tool_response") if isinstance(input_data, dict) else input_data - if isinstance(resp, dict): - tool_outputs[tool_use_id] = resp.get("content", resp) - else: - tool_outputs[tool_use_id] = resp - return {} - - # Only PostToolUse is registered. Adding PreToolUse made older - # ``@anthropic-ai/claude-code`` CLI binaries exit on config parse; - # per-tool duration for claude-agent is therefore not captured - # (matches openai-agent / deep-agent). - options.hooks = { - "PostToolUse": [HookMatcher(matcher=".*", hooks=[_capture_tool_output])], - } - - def _flush_tool_outputs() -> None: - """Patch any pending hook outputs onto the last turn's tool calls.""" - if not trajectory.turns: - return - for tc in trajectory.turns[-1].tool_calls: - if tc.id in tool_outputs: - tc.output = tool_outputs.pop(tc.id) - - async for message in query(prompt=question, options=options): - if isinstance(message, AssistantMessage): - _flush_tool_outputs() - now = time.perf_counter() - turn_duration_ms = (now - last_turn_start) * 1000 - last_turn_start = now - text = "" - tool_calls: list[ToolCall] = [] - for block in message.content: - if isinstance(block, TextBlock): - text += block.text - elif isinstance(block, ToolUseBlock): - tool_calls.append( - ToolCall(name=block.name, input=block.input, id=block.id) - ) - usage = message.usage or {} - trajectory.turns.append( - TurnRecord( - index=turn_index, - text=text, - tool_calls=tool_calls, - input_tokens=usage.get("input_tokens", 0), - output_tokens=usage.get("output_tokens", 0), - duration_ms=turn_duration_ms, - ) - ) - turn_index += 1 - elif isinstance(message, ResultMessage): - _flush_tool_outputs() - answer = message.result or "" - _log.info( - "ClaudeAgentRunner: done (stop_reason=%s, turns=%d, " - "input_tokens=%d, output_tokens=%d)", - message.stop_reason, - len(trajectory.turns), - trajectory.total_input_tokens, - trajectory.total_output_tokens, - ) - - duration_ms = (time.perf_counter() - run_started) * 1000 - span.set_attribute("agent.answer.length", len(answer)) - span.set_attribute("gen_ai.usage.input_tokens", trajectory.total_input_tokens) - span.set_attribute("gen_ai.usage.output_tokens", trajectory.total_output_tokens) - span.set_attribute("agent.turns", len(trajectory.turns)) - span.set_attribute("agent.tool_calls", len(trajectory.all_tool_calls)) - span.set_attribute("agent.duration_ms", duration_ms) - persist_trajectory( - runner_name="claude-agent", - model=self._model, - question=question, - answer=answer, - trajectory=trajectory, - ) - return AgentResult(question=question, answer=answer, trajectory=trajectory) diff --git a/src/agent/claude_agent/tests/__init__.py b/src/agent/claude_agent/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/agent/claude_agent/tests/test_runner.py b/src/agent/claude_agent/tests/test_runner.py deleted file mode 100644 index 3c4ddbc59..000000000 --- a/src/agent/claude_agent/tests/test_runner.py +++ /dev/null @@ -1,255 +0,0 @@ -"""Unit tests for ClaudeAgentRunner. - -These tests patch claude_agent_sdk.query so no real API calls are made. -""" - -from __future__ import annotations - -from pathlib import Path -from unittest.mock import AsyncMock, MagicMock, patch - -import pytest - -from agent.claude_agent.runner import ClaudeAgentRunner, _build_mcp_servers, _sdk_env -from agent.models import AgentResult, Trajectory - - -def test_resolve_model_stored_on_runner(): - runner = ClaudeAgentRunner(model="litellm_proxy/aws/claude-opus-4-6") - assert runner._model == "aws/claude-opus-4-6" - - -def test_sdk_env_no_prefix_returns_none(): - assert _sdk_env("claude-opus-4-6") is None - - -def test_sdk_env_litellm_prefix_maps_vars(monkeypatch): - monkeypatch.setenv("LITELLM_BASE_URL", "http://localhost:4000") - monkeypatch.setenv("LITELLM_API_KEY", "sk-1234") - env = _sdk_env("litellm_proxy/aws/claude-opus-4-6") - assert env == { - "ANTHROPIC_BASE_URL": "http://localhost:4000", - "ANTHROPIC_API_KEY": "sk-1234", - } - - -def test_sdk_env_missing_litellm_vars_returns_none(monkeypatch): - monkeypatch.delenv("LITELLM_BASE_URL", raising=False) - monkeypatch.delenv("LITELLM_API_KEY", raising=False) - assert _sdk_env("litellm_proxy/aws/claude-opus-4-6") is None - - -# --------------------------------------------------------------------------- -# _build_mcp_servers -# --------------------------------------------------------------------------- - - -def test_build_mcp_servers_entrypoint(): - specs = {"iot": "iot-mcp-server", "utilities": "utilities-mcp-server"} - result = _build_mcp_servers(specs) - assert result["iot"] == {"command": "uv", "args": ["run", "iot-mcp-server"]} - assert result["utilities"] == { - "command": "uv", - "args": ["run", "utilities-mcp-server"], - } - - -def test_build_mcp_servers_path(): - p = Path("/some/server.py") - result = _build_mcp_servers({"custom": p}) - assert result["custom"] == {"command": "uv", "args": ["run", "/some/server.py"]} - - -def test_build_mcp_servers_empty(): - assert _build_mcp_servers({}) == {} - - -# --------------------------------------------------------------------------- -# ClaudeAgentRunner.__init__ -# --------------------------------------------------------------------------- - - -def test_runner_defaults(): - runner = ClaudeAgentRunner() - assert runner._model == "aws/claude-opus-4-6" - assert runner._max_turns == 30 - assert runner._permission_mode == "bypassPermissions" - assert "iot" in runner._server_paths - - -def test_runner_custom_server_paths(): - paths = {"iot": "iot-mcp-server"} - runner = ClaudeAgentRunner(server_paths=paths) - assert runner._server_paths == paths - - -# --------------------------------------------------------------------------- -# ClaudeAgentRunner.run -# --------------------------------------------------------------------------- - - -@pytest.mark.anyio -async def test_run_returns_orchestrator_result(): - from claude_agent_sdk import ResultMessage - - mock_result = MagicMock(spec=ResultMessage) - mock_result.result = "42 sensors found" - mock_result.stop_reason = "end_turn" - - async def fake_query(prompt, options): - yield mock_result - - with patch("agent.claude_agent.runner.query", side_effect=fake_query): - runner = ClaudeAgentRunner(server_paths={"iot": "iot-mcp-server"}) - result = await runner.run("How many sensors are there?") - - assert isinstance(result, AgentResult) - assert result.question == "How many sensors are there?" - assert result.answer == "42 sensors found" - assert isinstance(result.trajectory, Trajectory) - assert result.trajectory.total_input_tokens == 0 - assert result.trajectory.total_output_tokens == 0 - - -@pytest.mark.anyio -async def test_run_collects_trajectory(): - from claude_agent_sdk import AssistantMessage, ResultMessage, TextBlock, ToolUseBlock - - mock_tool = MagicMock(spec=ToolUseBlock) - mock_tool.name = "sensors" - mock_tool.input = {"asset_id": "CH-6"} - mock_tool.id = "tu_123" - - mock_text = MagicMock(spec=TextBlock) - mock_text.text = "Calling sensors tool..." - - mock_assistant = MagicMock(spec=AssistantMessage) - mock_assistant.content = [mock_text, mock_tool] - mock_assistant.usage = {"input_tokens": 100, "output_tokens": 20} - - mock_result = MagicMock(spec=ResultMessage) - mock_result.result = "Chiller 6 has 5 sensors." - mock_result.stop_reason = "end_turn" - - async def fake_query(prompt, options): - yield mock_assistant - yield mock_result - - with patch("agent.claude_agent.runner.query", side_effect=fake_query): - runner = ClaudeAgentRunner(server_paths={}) - result = await runner.run("What sensors are on Chiller 6?") - - traj = result.trajectory - assert isinstance(traj, Trajectory) - assert len(traj.turns) == 1 - turn = traj.turns[0] - assert turn.text == "Calling sensors tool..." - assert len(turn.tool_calls) == 1 - assert turn.tool_calls[0].name == "sensors" - assert turn.tool_calls[0].input == {"asset_id": "CH-6"} - assert turn.input_tokens == 100 - assert turn.output_tokens == 20 - assert traj.total_input_tokens == 100 - assert traj.total_output_tokens == 20 - assert len(traj.all_tool_calls) == 1 - - -@pytest.mark.anyio -async def test_run_tool_output_captured(): - """PostToolUse hook output is attached to the matching ToolCall.""" - from claude_agent_sdk import AssistantMessage, ResultMessage, TextBlock, ToolUseBlock - - mock_tool = MagicMock(spec=ToolUseBlock) - mock_tool.name = "sensors" - mock_tool.input = {"asset_id": "CH-6"} - mock_tool.id = "tu_456" - - mock_text = MagicMock(spec=TextBlock) - mock_text.text = "" - - mock_assistant1 = MagicMock(spec=AssistantMessage) - mock_assistant1.content = [mock_text, mock_tool] - mock_assistant1.usage = {"input_tokens": 50, "output_tokens": 10} - - mock_assistant2 = MagicMock(spec=AssistantMessage) - mock_assistant2.content = [MagicMock(spec=TextBlock, text="Done.")] - mock_assistant2.usage = {"input_tokens": 60, "output_tokens": 5} - - mock_result = MagicMock(spec=ResultMessage) - mock_result.result = "5 sensors." - mock_result.stop_reason = "end_turn" - - async def fake_query(prompt, options): - # Simulate hook firing between turns by calling it directly - hook_matcher = options.hooks["PostToolUse"][0] - hook_fn = hook_matcher.hooks[0] - yield mock_assistant1 - await hook_fn( - {"tool_response": {"content": [{"type": "text", "text": "sensor data"}]}}, - "tu_456", - {}, - ) - yield mock_assistant2 - yield mock_result - - with patch("agent.claude_agent.runner.query", side_effect=fake_query): - runner = ClaudeAgentRunner(server_paths={}) - result = await runner.run("What sensors are on Chiller 6?") - - traj = result.trajectory - assert len(traj.turns) == 2 - tc = traj.turns[0].tool_calls[0] - assert tc.id == "tu_456" - assert tc.output == [{"type": "text", "text": "sensor data"}] - - -@pytest.mark.anyio -async def test_run_tool_output_string_response(): - """PostToolUse hook handles string tool_response (no .get).""" - from claude_agent_sdk import AssistantMessage, ResultMessage, TextBlock, ToolUseBlock - - mock_tool = MagicMock(spec=ToolUseBlock) - mock_tool.name = "sites" - mock_tool.input = {} - mock_tool.id = "tu_789" - - mock_assistant = MagicMock(spec=AssistantMessage) - mock_assistant.content = [MagicMock(spec=TextBlock, text=""), mock_tool] - mock_assistant.usage = {"input_tokens": 10, "output_tokens": 5} - - mock_result = MagicMock(spec=ResultMessage) - mock_result.result = "MAIN" - mock_result.stop_reason = "end_turn" - - async def fake_query(prompt, options): - hook_fn = options.hooks["PostToolUse"][0].hooks[0] - yield mock_assistant - # Simulate SDK passing tool_response as a plain string - await hook_fn( - {"tool_response": '{"sites": ["MAIN"]}'}, - "tu_789", - {}, - ) - yield mock_result - - with patch("agent.claude_agent.runner.query", side_effect=fake_query): - runner = ClaudeAgentRunner(server_paths={}) - result = await runner.run("What sites?") - - tc = result.trajectory.turns[0].tool_calls[0] - assert tc.output == '{"sites": ["MAIN"]}' - - -@pytest.mark.anyio -async def test_run_empty_result(): - async def fake_query(prompt, options): - return - yield # make it an async generator - - with patch("agent.claude_agent.runner.query", side_effect=fake_query): - runner = ClaudeAgentRunner(server_paths={}) - result = await runner.run("What time is it?") - - assert result.answer == "" - assert isinstance(result.trajectory, Trajectory) - assert result.trajectory.turns == [] diff --git a/src/agent/cli.py b/src/agent/cli.py deleted file mode 100644 index 4c3b63d0f..000000000 --- a/src/agent/cli.py +++ /dev/null @@ -1,146 +0,0 @@ -"""CLI entry point for the plan-execute runner. - -Usage: - plan-execute "What assets are available at site MAIN?" - plan-execute --model-id watsonx/ibm/granite-3-3-8b-instruct --show-plan "List sensors" - plan-execute --model-id litellm_proxy/GCP/claude-4-sonnet "What are the failure modes?" - plan-execute --json "What is the current time?" -""" - -from __future__ import annotations - -import argparse -import json -import sys - -from ._cli_common import HR, add_common_args, run_sdk_cli - -_DEFAULT_MODEL = "watsonx/meta-llama/llama-4-maverick-17b-128e-instruct-fp8" - - -def _build_parser() -> argparse.ArgumentParser: - parser = argparse.ArgumentParser( - prog="plan-execute", - description="Run a question through the MCP plan-execute workflow.", - formatter_class=argparse.RawDescriptionHelpFormatter, - epilog=""" -model-id format: - The provider is encoded in the model-id prefix: - watsonx/ IBM WatsonX (e.g. watsonx/meta-llama/llama-3-3-70b-instruct) - litellm_proxy/ LiteLLM proxy (e.g. litellm_proxy/GCP/claude-4-sonnet) - -environment variables: - WATSONX_APIKEY IBM WatsonX API key (required for watsonx/* models) - WATSONX_PROJECT_ID IBM WatsonX project ID (required for watsonx/* models) - WATSONX_URL IBM WatsonX endpoint (optional, defaults to us-south) - - LITELLM_API_KEY LiteLLM API key (required for non-watsonx models) - LITELLM_BASE_URL LiteLLM base URL (required for non-watsonx models) - - LOG_LEVEL Log level for MCP servers (default: WARNING) - -examples: - plan-execute "What assets are at site MAIN?" - plan-execute --model-id watsonx/ibm/granite-3-3-8b-instruct --show-plan "List sensors" - plan-execute --model-id litellm_proxy/GCP/claude-4-sonnet "What are the failure modes?" - plan-execute --verbose --show-trajectory --json "How many IoT observations exist for CH-1?" -""", - ) - add_common_args(parser, default_model=_DEFAULT_MODEL) - parser.add_argument( - "--show-plan", - action="store_true", - help="Print the generated plan before execution.", - ) - return parser - - -def _build_llm(model_id: str): - try: - from llm.litellm import LiteLLMBackend - except ImportError as exc: - print(f"error: {exc}", file=sys.stderr) - sys.exit(1) - try: - return LiteLLMBackend(model_id=model_id) - except KeyError as exc: - print(f"error: missing environment variable {exc}", file=sys.stderr) - sys.exit(1) - - -def _print_section(title: str) -> None: - print(f"\n{HR}") - print(f" {title}") - print(HR) - - -async def _run(args: argparse.Namespace) -> None: - from agent.plan_execute.runner import PlanExecuteRunner - - llm = _build_llm(args.model_id) - runner = PlanExecuteRunner(llm=llm) - result = await runner.run(args.question) - - if args.output_json: - output = { - "question": result.question, - "answer": result.answer, - "plan": [ - { - "step": s.step_number, - "task": s.task, - "server": s.server, - "tool": s.tool, - "tool_args": s.tool_args, - "dependencies": s.dependencies, - "expected_output": s.expected_output, - } - for s in result.plan.steps - ], - "trajectory": [ - { - "step": r.step_number, - "task": r.task, - "server": r.server, - "tool": r.tool, - "tool_args": r.tool_args, - "response": r.response, - "error": r.error, - "success": r.success, - } - for r in result.trajectory - ], - } - print(json.dumps(output, indent=2)) - return - - if args.show_plan: - _print_section("Plan") - for step in result.plan.steps: - deps = ", ".join(f"#{d}" for d in step.dependencies) or "none" - print(f" [{step.step_number}] {step.server}: {step.task}") - print(f" tool: {step.tool} args: {step.tool_args}") - print(f" deps={deps} | expected: {step.expected_output}") - - if args.show_trajectory: - _print_section("Trajectory") - for r in result.trajectory: - status = "OK " if r.success else "ERR" - print(f" [{status}] Step {r.step_number} ({r.server}): {r.task}") - if r.tool and r.tool.lower() not in ("none", "null", ""): - print(f" tool: {r.tool} args: {r.tool_args}") - detail = r.response if r.success else f"Error: {r.error}" - snippet = detail[:200] + ("..." if len(detail) > 200 else "") - print(f" {snippet}") - - _print_section("Answer") - print(result.answer) - print() - - -def main() -> None: - run_sdk_cli("plan-execute", _build_parser, _run) - - -if __name__ == "__main__": - main() diff --git a/src/agent/deep_agent/__init__.py b/src/agent/deep_agent/__init__.py deleted file mode 100644 index 6c2513d74..000000000 --- a/src/agent/deep_agent/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -"""LangChain deep-agents runner subpackage.""" - -from .runner import DeepAgentRunner - -__all__ = ["DeepAgentRunner"] diff --git a/src/agent/deep_agent/cli.py b/src/agent/deep_agent/cli.py deleted file mode 100644 index c02c24c53..000000000 --- a/src/agent/deep_agent/cli.py +++ /dev/null @@ -1,67 +0,0 @@ -"""CLI entry point for the DeepAgentRunner. - -Usage: - deep-agent "What sensors are on Chiller 6?" - deep-agent --model-id litellm_proxy/aws/claude-opus-4-6 "List failure modes for pumps" - deep-agent --show-trajectory "What sensors are on Chiller 6?" - deep-agent --json "What is the current time?" -""" - -from __future__ import annotations - -import argparse - -from .._cli_common import add_common_args, print_result, run_sdk_cli - -_DEFAULT_MODEL = "litellm_proxy/aws/claude-opus-4-6" - - -def _build_parser() -> argparse.ArgumentParser: - parser = argparse.ArgumentParser( - prog="deep-agent", - description="Run a question through LangChain deep-agents with AssetOpsBench MCP servers.", - formatter_class=argparse.RawDescriptionHelpFormatter, - epilog=""" -model-id format: - litellm_proxy/ LiteLLM proxy (e.g. litellm_proxy/aws/claude-opus-4-6) - : Native provider (e.g. anthropic:claude-sonnet-4-6) - -environment variables: - LITELLM_API_KEY LiteLLM API key (required for litellm_proxy/* models) - LITELLM_BASE_URL LiteLLM base URL (required for litellm_proxy/* models) - -examples: - deep-agent "What assets are at site MAIN?" - deep-agent --model-id litellm_proxy/aws/claude-opus-4-6 "List sensors on Chiller 6" - deep-agent --show-trajectory "What are the failure modes for a chiller?" - deep-agent --json "What is the current time?" -""", - ) - add_common_args(parser, default_model=_DEFAULT_MODEL) - parser.add_argument( - "--recursion-limit", - type=int, - default=100, - metavar="N", - help="Maximum graph recursion steps (default: 100).", - ) - return parser - - -async def _run(args: argparse.Namespace) -> None: - from agent.deep_agent.runner import DeepAgentRunner - - runner = DeepAgentRunner( - model=args.model_id, - recursion_limit=args.recursion_limit, - ) - result = await runner.run(args.question) - print_result(result, show_trajectory=args.show_trajectory, output_json=args.output_json) - - -def main() -> None: - run_sdk_cli("deep-agent", _build_parser, _run) - - -if __name__ == "__main__": - main() diff --git a/src/agent/deep_agent/runner.py b/src/agent/deep_agent/runner.py deleted file mode 100644 index 3d975d55c..000000000 --- a/src/agent/deep_agent/runner.py +++ /dev/null @@ -1,262 +0,0 @@ -"""AgentRunner implementation backed by the LangChain deep-agents framework. - -Each registered MCP server is connected via ``langchain-mcp-adapters`` so its -tools are exposed to the deep agent as native LangChain tools. The deep agent -handles planning, tool invocation, and multi-turn conversation. - -Usage:: - - import anyio - from agent.deep_agent import DeepAgentRunner - - runner = DeepAgentRunner() - result = anyio.run(runner.run, "What sensors are on Chiller 6?") - print(result.answer) -""" - -from __future__ import annotations - -import datetime as _dt -import logging -import os -import time -from functools import cached_property -from pathlib import Path - -from langchain_core.messages import AIMessage, ToolMessage - -from observability import agent_run_span, persist_trajectory - -from .._litellm import LITELLM_PREFIX, resolve_model -from .._prompts import AGENT_SYSTEM_PROMPT -from ..models import AgentResult, ToolCall, Trajectory, TurnRecord -from ..runner import AgentRunner - -_log = logging.getLogger(__name__) - -_REPO_ROOT = Path(__file__).parent.parent.parent.parent - -_DEFAULT_MODEL = "litellm_proxy/aws/claude-opus-4-6" - - -def _build_chat_model(model_id: str): - """Construct a LangChain chat model for *model_id*. - - When the ID uses the ``litellm_proxy/`` prefix, a :class:`ChatOpenAI` - instance is pointed at the LiteLLM proxy (using ``LITELLM_BASE_URL`` and - ``LITELLM_API_KEY``). Otherwise the model string is passed to - ``init_chat_model`` so any provider supported by LangChain can be used. - """ - if model_id.startswith(LITELLM_PREFIX): - base_url = os.environ.get("LITELLM_BASE_URL") - api_key = os.environ.get("LITELLM_API_KEY") - if not base_url or not api_key: - raise ValueError( - "LITELLM_BASE_URL and LITELLM_API_KEY must be set " - f"when using {LITELLM_PREFIX!r} model prefix" - ) - from langchain_openai import ChatOpenAI - - return ChatOpenAI( - model=resolve_model(model_id), - base_url=base_url, - api_key=api_key, - ) - - from langchain.chat_models import init_chat_model - - return init_chat_model(model_id) - - -def _build_mcp_connections( - server_paths: dict[str, Path | str], -) -> dict[str, dict]: - """Convert ``server_paths`` entries into ``MultiServerMCPClient`` specs. - - Entry-point names (``str``) become ``{"command": "uv", "args": ["run", name]}``. - ``Path`` objects become ``{"command": "uv", "args": ["run", str(path)]}``. - Both run with ``cwd`` set to the repo root so ``uv run`` resolves scripts. - """ - connections: dict[str, dict] = {} - for name, spec in server_paths.items(): - cmd_arg = str(spec) if isinstance(spec, Path) else spec - connections[name] = { - "transport": "stdio", - "command": "uv", - "args": ["run", cmd_arg], - "cwd": str(_REPO_ROOT), - } - return connections - - -def _build_trajectory(messages) -> Trajectory: - """Extract a :class:`Trajectory` from the deep-agent message list. - - Walks through ``AIMessage`` / ``ToolMessage`` entries in order, grouping - each ``AIMessage`` into its own turn and attaching subsequent - ``ToolMessage`` outputs to the matching tool call by ``tool_call_id``. - """ - trajectory = Trajectory() - turn_index = 0 - tool_call_index: dict[str, ToolCall] = {} - - for msg in messages: - if isinstance(msg, AIMessage): - text = msg.content if isinstance(msg.content, str) else "" - if not text and isinstance(msg.content, list): - parts: list[str] = [] - for part in msg.content: - if isinstance(part, dict) and part.get("type") == "text": - parts.append(part.get("text", "")) - elif isinstance(part, str): - parts.append(part) - text = "".join(parts) - - tool_calls: list[ToolCall] = [] - for tc in msg.tool_calls or []: - call = ToolCall( - name=tc.get("name", ""), - input=tc.get("args", {}) or {}, - id=tc.get("id", "") or "", - ) - tool_calls.append(call) - if call.id: - tool_call_index[call.id] = call - - usage = msg.usage_metadata or {} - trajectory.turns.append( - TurnRecord( - index=turn_index, - text=text, - tool_calls=tool_calls, - input_tokens=int(usage.get("input_tokens", 0) or 0), - output_tokens=int(usage.get("output_tokens", 0) or 0), - ) - ) - turn_index += 1 - elif isinstance(msg, ToolMessage): - call = tool_call_index.get(msg.tool_call_id) - if call is not None: - call.output = msg.content - - return trajectory - - -class DeepAgentRunner(AgentRunner): - """Agent runner that delegates to LangChain's deep-agents framework. - - The deep agent handles planning, tool invocation, and multi-turn - conversation against the MCP-bridged LangChain tools. - - Routes LLM calls through a LiteLLM proxy when the model ID uses the - ``litellm_proxy/`` prefix (requires ``LITELLM_BASE_URL`` and - ``LITELLM_API_KEY``). - - Args: - llm: Unused — DeepAgentRunner uses the deep-agents framework directly. - Accepted for interface compatibility with ``AgentRunner``. - server_paths: MCP server specs identical to ``PlanExecuteRunner``. - Defaults to all registered servers. - model: LiteLLM-prefixed or native provider model string - (default: ``litellm_proxy/aws/claude-opus-4-6``). - recursion_limit: Maximum graph recursion steps (default: 100). - """ - - def __init__( - self, - llm=None, - server_paths: dict[str, Path | str] | None = None, - model: str = _DEFAULT_MODEL, - recursion_limit: int = 100, - ) -> None: - super().__init__(llm, server_paths) - self._model_id = model - self._recursion_limit = recursion_limit - - @cached_property - def _chat_model(self): - """LangChain chat model, built once per runner instance.""" - return _build_chat_model(self._model_id) - - async def run(self, question: str) -> AgentResult: - """Run the deep-agents loop for *question*. - - Args: - question: Natural-language question to answer. - - Returns: - :class:`AgentResult` with the final answer and full trajectory. - """ - with agent_run_span( - "deep-agent", model=self._model_id, question=question - ) as span: - run_started = time.perf_counter() - started_at = _dt.datetime.now(_dt.UTC).isoformat() - from deepagents import create_deep_agent - from langchain_mcp_adapters.client import MultiServerMCPClient - - connections = _build_mcp_connections(self._server_paths) - client = MultiServerMCPClient(connections) if connections else None - tools = await client.get_tools() if client is not None else [] - - agent = create_deep_agent( - model=self._chat_model, - tools=tools, - system_prompt=AGENT_SYSTEM_PROMPT, - ) - - _log.info( - "DeepAgentRunner: starting query (model=%s, tools=%d)", - self._model_id, - len(tools), - ) - - state = await agent.ainvoke( - {"messages": [{"role": "user", "content": question}]}, - config={"recursion_limit": self._recursion_limit}, - ) - - messages = state.get("messages", []) if isinstance(state, dict) else [] - trajectory = _build_trajectory(messages) - trajectory.started_at = started_at - - answer = "" - for msg in reversed(messages): - if isinstance(msg, AIMessage): - if isinstance(msg.content, str) and msg.content.strip(): - answer = msg.content - break - if isinstance(msg.content, list): - parts = [ - p.get("text", "") - for p in msg.content - if isinstance(p, dict) and p.get("type") == "text" - ] - joined = "".join(parts).strip() - if joined: - answer = joined - break - - _log.info( - "DeepAgentRunner: done (turns=%d, input_tokens=%d, output_tokens=%d)", - len(trajectory.turns), - trajectory.total_input_tokens, - trajectory.total_output_tokens, - ) - - span.set_attribute("agent.answer.length", len(answer)) - span.set_attribute("gen_ai.usage.input_tokens", trajectory.total_input_tokens) - span.set_attribute("gen_ai.usage.output_tokens", trajectory.total_output_tokens) - span.set_attribute("agent.turns", len(trajectory.turns)) - span.set_attribute("agent.tool_calls", len(trajectory.all_tool_calls)) - span.set_attribute( - "agent.duration_ms", (time.perf_counter() - run_started) * 1000 - ) - persist_trajectory( - runner_name="deep-agent", - model=self._model_id, - question=question, - answer=answer, - trajectory=trajectory, - ) - return AgentResult(question=question, answer=answer, trajectory=trajectory) diff --git a/src/agent/deep_agent/tests/__init__.py b/src/agent/deep_agent/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/agent/deep_agent/tests/test_runner.py b/src/agent/deep_agent/tests/test_runner.py deleted file mode 100644 index 2014612d8..000000000 --- a/src/agent/deep_agent/tests/test_runner.py +++ /dev/null @@ -1,316 +0,0 @@ -"""Unit tests for DeepAgentRunner. - -These tests patch deep-agents and langchain-mcp-adapters so no real API calls -or MCP subprocesses are started. -""" - -from __future__ import annotations - -from pathlib import Path -from unittest.mock import AsyncMock, MagicMock, patch - -import pytest -from langchain_core.messages import AIMessage, HumanMessage, ToolMessage - -from agent.deep_agent.runner import ( - DeepAgentRunner, - _build_chat_model, - _build_mcp_connections, - _build_trajectory, -) -from agent.models import AgentResult, Trajectory - - -# --------------------------------------------------------------------------- -# _build_mcp_connections -# --------------------------------------------------------------------------- - - -def test_build_mcp_connections_entrypoint(): - conns = _build_mcp_connections({"iot": "iot-mcp-server"}) - assert set(conns.keys()) == {"iot"} - iot = conns["iot"] - assert iot["transport"] == "stdio" - assert iot["command"] == "uv" - assert iot["args"] == ["run", "iot-mcp-server"] - assert "cwd" in iot - - -def test_build_mcp_connections_path(): - p = Path("/some/server.py") - conns = _build_mcp_connections({"custom": p}) - assert conns["custom"]["args"] == ["run", "/some/server.py"] - - -def test_build_mcp_connections_empty(): - assert _build_mcp_connections({}) == {} - - -# --------------------------------------------------------------------------- -# _build_chat_model -# --------------------------------------------------------------------------- - - -def test_build_chat_model_litellm(monkeypatch): - monkeypatch.setenv("LITELLM_BASE_URL", "http://localhost:4000") - monkeypatch.setenv("LITELLM_API_KEY", "sk-test") - model = _build_chat_model("litellm_proxy/aws/claude-opus-4-6") - assert model is not None - assert getattr(model, "model_name", None) == "aws/claude-opus-4-6" - - -def test_build_chat_model_missing_env_raises(monkeypatch): - monkeypatch.delenv("LITELLM_BASE_URL", raising=False) - monkeypatch.delenv("LITELLM_API_KEY", raising=False) - with pytest.raises(ValueError, match="LITELLM_BASE_URL"): - _build_chat_model("litellm_proxy/aws/claude-opus-4-6") - - -# --------------------------------------------------------------------------- -# DeepAgentRunner.__init__ -# --------------------------------------------------------------------------- - - -def test_runner_defaults(): - runner = DeepAgentRunner() - assert runner._model_id == "litellm_proxy/aws/claude-opus-4-6" - assert runner._recursion_limit == 100 - assert "iot" in runner._server_paths - - -def test_runner_custom_server_paths(): - paths = {"iot": "iot-mcp-server"} - runner = DeepAgentRunner(server_paths=paths) - assert runner._server_paths == paths - - -def test_runner_custom_model(): - runner = DeepAgentRunner(model="anthropic:claude-sonnet-4-6") - assert runner._model_id == "anthropic:claude-sonnet-4-6" - - -def test_runner_custom_recursion_limit(): - runner = DeepAgentRunner(recursion_limit=50) - assert runner._recursion_limit == 50 - - -# --------------------------------------------------------------------------- -# _build_trajectory -# --------------------------------------------------------------------------- - - -def test_build_trajectory_empty(): - traj = _build_trajectory([]) - assert isinstance(traj, Trajectory) - assert traj.turns == [] - - -def test_build_trajectory_message_only(): - messages = [ - HumanMessage(content="hi"), - AIMessage(content="Hello world"), - ] - traj = _build_trajectory(messages) - assert len(traj.turns) == 1 - assert traj.turns[0].text == "Hello world" - assert traj.turns[0].tool_calls == [] - - -def test_build_trajectory_tool_calls_and_outputs(): - messages = [ - HumanMessage(content="question"), - AIMessage( - content="", - tool_calls=[{"name": "sensors", "args": {"asset_id": "CH-6"}, "id": "c1"}], - usage_metadata={"input_tokens": 100, "output_tokens": 20, "total_tokens": 120}, - ), - ToolMessage(content="5 sensors found", tool_call_id="c1"), - AIMessage( - content="Chiller 6 has 5 sensors.", - usage_metadata={"input_tokens": 150, "output_tokens": 30, "total_tokens": 180}, - ), - ] - traj = _build_trajectory(messages) - assert len(traj.turns) == 2 - # First turn: tool call - assert len(traj.turns[0].tool_calls) == 1 - tc = traj.turns[0].tool_calls[0] - assert tc.name == "sensors" - assert tc.input == {"asset_id": "CH-6"} - assert tc.id == "c1" - assert tc.output == "5 sensors found" - assert traj.turns[0].input_tokens == 100 - assert traj.turns[0].output_tokens == 20 - # Second turn: final message - assert traj.turns[1].text == "Chiller 6 has 5 sensors." - assert traj.total_input_tokens == 250 - assert traj.total_output_tokens == 50 - - -def test_build_trajectory_list_content(): - messages = [ - AIMessage(content=[{"type": "text", "text": "part one "}, {"type": "text", "text": "part two"}]) - ] - traj = _build_trajectory(messages) - assert traj.turns[0].text == "part one part two" - - -def test_build_trajectory_orphan_tool_message(): - messages = [ - ToolMessage(content="stray", tool_call_id="missing"), - ] - traj = _build_trajectory(messages) - # No AIMessage → no turns, and orphan ToolMessage is safely ignored. - assert traj.turns == [] - - -def test_build_trajectory_multiple_tool_calls_one_turn(): - messages = [ - AIMessage( - content="", - tool_calls=[ - {"name": "sites", "args": {}, "id": "c1"}, - {"name": "assets", "args": {"site_id": "MAIN"}, "id": "c2"}, - ], - usage_metadata={"input_tokens": 50, "output_tokens": 10, "total_tokens": 60}, - ), - ToolMessage(content=["MAIN"], tool_call_id="c1"), - ToolMessage(content=["Chiller 6"], tool_call_id="c2"), - AIMessage( - content="Found Chiller 6 at site MAIN.", - usage_metadata={"input_tokens": 80, "output_tokens": 15, "total_tokens": 95}, - ), - ] - traj = _build_trajectory(messages) - assert len(traj.turns) == 2 - assert len(traj.all_tool_calls) == 2 - assert traj.all_tool_calls[0].output == ["MAIN"] - assert traj.all_tool_calls[1].output == ["Chiller 6"] - assert traj.total_input_tokens == 130 - assert traj.total_output_tokens == 25 - - -# --------------------------------------------------------------------------- -# DeepAgentRunner.run -# --------------------------------------------------------------------------- - - -def _fake_agent(final_state): - """Return a mock with an ``ainvoke`` coroutine that yields *final_state*.""" - agent = MagicMock() - agent.ainvoke = AsyncMock(return_value=final_state) - return agent - - -def _fake_client(tools=None): - client = MagicMock() - client.get_tools = AsyncMock(return_value=tools or []) - return client - - -@pytest.mark.anyio -async def test_run_returns_agent_result(): - final_state = { - "messages": [ - HumanMessage(content="How many sensors are there?"), - AIMessage(content="42 sensors found"), - ] - } - - with ( - patch("agent.deep_agent.runner._build_chat_model", return_value=MagicMock()), - patch("deepagents.create_deep_agent", return_value=_fake_agent(final_state)), - patch( - "langchain_mcp_adapters.client.MultiServerMCPClient", - return_value=_fake_client([]), - ), - ): - runner = DeepAgentRunner(server_paths={}) - result = await runner.run("How many sensors are there?") - - assert isinstance(result, AgentResult) - assert result.question == "How many sensors are there?" - assert result.answer == "42 sensors found" - assert isinstance(result.trajectory, Trajectory) - assert len(result.trajectory.turns) == 1 - - -@pytest.mark.anyio -async def test_run_collects_trajectory(): - final_state = { - "messages": [ - HumanMessage(content="What sensors are on Chiller 6?"), - AIMessage( - content="", - tool_calls=[{"name": "sensors", "args": {"asset_id": "CH-6"}, "id": "c1"}], - usage_metadata={"input_tokens": 100, "output_tokens": 20, "total_tokens": 120}, - ), - ToolMessage(content="sensor data", tool_call_id="c1"), - AIMessage( - content="Chiller 6 has 5 sensors.", - usage_metadata={"input_tokens": 150, "output_tokens": 30, "total_tokens": 180}, - ), - ] - } - - with ( - patch("agent.deep_agent.runner._build_chat_model", return_value=MagicMock()), - patch("deepagents.create_deep_agent", return_value=_fake_agent(final_state)), - patch( - "langchain_mcp_adapters.client.MultiServerMCPClient", - return_value=_fake_client([]), - ), - ): - runner = DeepAgentRunner(server_paths={}) - result = await runner.run("What sensors are on Chiller 6?") - - assert result.answer == "Chiller 6 has 5 sensors." - traj = result.trajectory - assert len(traj.turns) == 2 - assert len(traj.all_tool_calls) == 1 - assert traj.all_tool_calls[0].name == "sensors" - assert traj.all_tool_calls[0].output == "sensor data" - assert traj.total_input_tokens == 250 - assert traj.total_output_tokens == 50 - - -@pytest.mark.anyio -async def test_run_no_servers_skips_mcp_client(): - final_state = { - "messages": [ - HumanMessage(content="What time is it?"), - AIMessage(content="It is noon."), - ] - } - - client_ctor = MagicMock() - - with ( - patch("agent.deep_agent.runner._build_chat_model", return_value=MagicMock()), - patch("deepagents.create_deep_agent", return_value=_fake_agent(final_state)), - patch("langchain_mcp_adapters.client.MultiServerMCPClient", client_ctor), - ): - runner = DeepAgentRunner(server_paths={}) - result = await runner.run("What time is it?") - - client_ctor.assert_not_called() - assert result.answer == "It is noon." - - -@pytest.mark.anyio -async def test_run_empty_messages(): - final_state: dict = {"messages": []} - - with ( - patch("agent.deep_agent.runner._build_chat_model", return_value=MagicMock()), - patch("deepagents.create_deep_agent", return_value=_fake_agent(final_state)), - patch( - "langchain_mcp_adapters.client.MultiServerMCPClient", - return_value=_fake_client([]), - ), - ): - runner = DeepAgentRunner(server_paths={}) - result = await runner.run("q") - - assert result.answer == "" - assert result.trajectory.turns == [] diff --git a/src/agent/models.py b/src/agent/models.py deleted file mode 100644 index f8b0215ee..000000000 --- a/src/agent/models.py +++ /dev/null @@ -1,74 +0,0 @@ -"""Top-level data models for the agent orchestration layer. - -The trajectory types (:class:`ToolCall`, :class:`TurnRecord`, -:class:`Trajectory`) are shared across every SDK-driven runner -(:class:`~agent.claude_agent.ClaudeAgentRunner`, -:class:`~agent.openai_agent.OpenAIAgentRunner`, -:class:`~agent.deep_agent.DeepAgentRunner`) because each SDK reports the -same per-turn shape: some text, zero or more tool calls, and token usage. -The plan-execute runner uses its own plan-shaped models in -:mod:`agent.plan_execute.models`. -""" - -from __future__ import annotations - -from dataclasses import dataclass, field -from typing import Any - - -@dataclass -class ToolCall: - """A single tool invocation made by the agent.""" - - name: str - input: dict - id: str = "" - output: object = None - duration_ms: float | None = None - """Wall-clock time spent inside the tool. ``None`` when the runner's - SDK does not expose per-tool timing hooks.""" - - -@dataclass -class TurnRecord: - """One assistant turn: text output, tool calls, and token usage.""" - - index: int - text: str - tool_calls: list[ToolCall] = field(default_factory=list) - input_tokens: int = 0 - output_tokens: int = 0 - duration_ms: float | None = None - """Wall-clock time from turn start to turn end. ``None`` when the - runner cannot observe per-turn boundaries cleanly.""" - - -@dataclass -class Trajectory: - """Full execution trace across all agent turns.""" - - turns: list[TurnRecord] = field(default_factory=list) - started_at: str | None = None - """ISO-8601 UTC timestamp of when ``run()`` began, for replay - alignment with the corresponding trace. Populated by the runner.""" - - @property - def total_input_tokens(self) -> int: - return sum(t.input_tokens for t in self.turns) - - @property - def total_output_tokens(self) -> int: - return sum(t.output_tokens for t in self.turns) - - @property - def all_tool_calls(self) -> list[ToolCall]: - return [tc for turn in self.turns for tc in turn.tool_calls] - - -@dataclass -class AgentResult: - """Result returned by any AgentRunner.""" - - question: str - answer: str - trajectory: Any diff --git a/src/agent/openai_agent/__init__.py b/src/agent/openai_agent/__init__.py deleted file mode 100644 index 7e5f2ae37..000000000 --- a/src/agent/openai_agent/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -"""OpenAI Agents SDK runner subpackage.""" - -from .runner import OpenAIAgentRunner - -__all__ = ["OpenAIAgentRunner"] diff --git a/src/agent/openai_agent/cli.py b/src/agent/openai_agent/cli.py deleted file mode 100644 index 05e66dea5..000000000 --- a/src/agent/openai_agent/cli.py +++ /dev/null @@ -1,63 +0,0 @@ -"""CLI entry point for the OpenAIAgentRunner. - -Usage: - openai-agent --model-id litellm_proxy/azure/gpt-5.4 "What sensors are on Chiller 6?" - openai-agent --model-id litellm_proxy/azure/gpt-5.4 --max-turns 20 "List failure modes for pumps" - openai-agent --model-id litellm_proxy/azure/gpt-5.4 --show-trajectory "What sensors are on Chiller 6?" - openai-agent --model-id litellm_proxy/azure/gpt-5.4 --json "What is the current time?" -""" - -from __future__ import annotations - -import argparse - -from .._cli_common import add_common_args, print_result, run_sdk_cli - -_DEFAULT_MODEL = "litellm_proxy/azure/gpt-5.4" - - -def _build_parser() -> argparse.ArgumentParser: - parser = argparse.ArgumentParser( - prog="openai-agent", - description="Run a question through the OpenAI Agents SDK with AssetOpsBench MCP servers.", - formatter_class=argparse.RawDescriptionHelpFormatter, - epilog=""" -model-id format: - litellm_proxy/ LiteLLM proxy (e.g. litellm_proxy/azure/gpt-5.4) - -environment variables: - LITELLM_API_KEY LiteLLM API key (required) - LITELLM_BASE_URL LiteLLM base URL (required) - -examples: - openai-agent "What assets are at site MAIN?" - openai-agent --model-id litellm_proxy/azure/gpt-5.4 --max-turns 20 "List sensors on Chiller 6" - openai-agent --show-trajectory "What are the failure modes for a chiller?" - openai-agent --json "What is the current time?" -""", - ) - add_common_args(parser, default_model=_DEFAULT_MODEL) - parser.add_argument( - "--max-turns", - type=int, - default=30, - metavar="N", - help="Maximum agentic loop turns (default: 30).", - ) - return parser - - -async def _run(args: argparse.Namespace) -> None: - from agent.openai_agent.runner import OpenAIAgentRunner - - runner = OpenAIAgentRunner(model=args.model_id, max_turns=args.max_turns) - result = await runner.run(args.question) - print_result(result, show_trajectory=args.show_trajectory, output_json=args.output_json) - - -def main() -> None: - run_sdk_cli("openai-agent", _build_parser, _run) - - -if __name__ == "__main__": - main() diff --git a/src/agent/openai_agent/runner.py b/src/agent/openai_agent/runner.py deleted file mode 100644 index 8dfccb48d..000000000 --- a/src/agent/openai_agent/runner.py +++ /dev/null @@ -1,281 +0,0 @@ -"""AgentRunner implementation backed by the OpenAI Agents SDK. - -Each registered MCP server is connected as a stdio MCP server so the OpenAI -agent can call IoT / FMSR / TSFM / utilities tools directly via MCP. - -Usage:: - - import anyio - from agent.openai_agent import OpenAIAgentRunner - - runner = OpenAIAgentRunner(model="litellm_proxy/azure/gpt-5.4") - result = anyio.run(runner.run, "What sensors are on Chiller 6?") - print(result.answer) -""" - -from __future__ import annotations - -import datetime as _dt -import json -import logging -import os -import time -from contextlib import AsyncExitStack -from pathlib import Path - -from openai import AsyncOpenAI - -from agents import Agent, ModelProvider, OpenAIChatCompletionsModel, RunConfig, Runner, set_tracing_disabled -from agents.mcp import MCPServerStdio - -from observability import agent_run_span, persist_trajectory - -from .._litellm import LITELLM_PREFIX, resolve_model -from .._prompts import AGENT_SYSTEM_PROMPT -from ..models import AgentResult, ToolCall, Trajectory, TurnRecord -from ..runner import AgentRunner - -_log = logging.getLogger(__name__) - -_DEFAULT_MODEL = "litellm_proxy/azure/gpt-5.4" - - -def _build_run_config(model_id: str) -> RunConfig | None: - """Build a RunConfig with a LiteLLM model provider when needed. - - When *model_id* starts with ``litellm_proxy/``, creates an - :class:`AsyncOpenAI` client pointing at the LiteLLM proxy (using - ``LITELLM_BASE_URL`` and ``LITELLM_API_KEY``) and wraps it in - :class:`OpenAIChatCompletionsModel`. - - Returns ``None`` for direct OpenAI API usage. - """ - if not model_id.startswith(LITELLM_PREFIX): - return None - - base_url = os.environ.get("LITELLM_BASE_URL") - api_key = os.environ.get("LITELLM_API_KEY") - if not base_url or not api_key: - raise ValueError( - "LITELLM_BASE_URL and LITELLM_API_KEY must be set " - f"when using {LITELLM_PREFIX!r} model prefix" - ) - - resolved = resolve_model(model_id) - client = AsyncOpenAI(base_url=base_url, api_key=api_key) - set_tracing_disabled(disabled=True) - - class _LiteLLMModelProvider(ModelProvider): - def get_model(self, model_name: str | None): - return OpenAIChatCompletionsModel( - model=model_name or resolved, - openai_client=client, - ) - - return RunConfig(model_provider=_LiteLLMModelProvider()) - - -def _build_mcp_servers( - server_paths: dict[str, Path | str], -) -> list[MCPServerStdio]: - """Convert server_paths entries into MCPServerStdio instances. - - Entry-point names (str without path separators) become - ``MCPServerStdio(command="uv", args=["run", name])``. - Path objects become ``MCPServerStdio(command="uv", args=["run", str(path)])``. - """ - servers: list[MCPServerStdio] = [] - for name, spec in server_paths.items(): - cmd_arg = str(spec) if isinstance(spec, Path) else spec - servers.append( - MCPServerStdio( - name=name, - params={ - "command": "uv", - "args": ["run", cmd_arg], - }, - cache_tools_list=True, - ) - ) - return servers - - -def _build_trajectory(result) -> Trajectory: - """Extract a Trajectory from a Runner.run result. - - Walks ``result.new_items`` to collect text messages, tool calls, and - tool outputs. Token usage is pulled from ``result.raw_responses``. - """ - trajectory = Trajectory() - turn_index = 0 - text_parts: list[str] = [] - tool_calls: list[ToolCall] = [] - - def _flush() -> None: - nonlocal text_parts, tool_calls, turn_index - if not text_parts and not tool_calls: - return - trajectory.turns.append( - TurnRecord( - index=turn_index, - text="".join(text_parts), - tool_calls=list(tool_calls), - ) - ) - turn_index += 1 - text_parts = [] - tool_calls = [] - - for item in result.new_items: - item_type = getattr(item, "type", "") - if item_type == "message_output_item": - # Flush any pending tool calls from previous turn - _flush() - raw = getattr(item, "raw_item", None) - if raw: - content = getattr(raw, "content", None) or [] - for part in content: - if hasattr(part, "text"): - text_parts.append(part.text) - elif item_type == "tool_call_item": - raw = getattr(item, "raw_item", None) - if raw: - tc_name = getattr(raw, "name", "") or "" - tc_id = getattr(raw, "call_id", "") or getattr(raw, "id", "") or "" - tc_args = getattr(raw, "arguments", "{}") or "{}" - try: - tc_input = json.loads(tc_args) if isinstance(tc_args, str) else tc_args - except (json.JSONDecodeError, TypeError): - tc_input = {"raw": tc_args} - tool_calls.append(ToolCall(name=tc_name, input=tc_input, id=tc_id)) - elif item_type == "tool_call_output_item": - output = getattr(item, "output", None) - # Attach output to the last matching tool call - if tool_calls: - tool_calls[-1].output = output - - # Flush remaining - _flush() - - # Distribute token usage from raw_responses across turns - raw_responses = getattr(result, "raw_responses", []) or [] - for i, resp in enumerate(raw_responses): - usage = getattr(resp, "usage", None) - if usage and i < len(trajectory.turns): - trajectory.turns[i].input_tokens = getattr(usage, "input_tokens", 0) or 0 - trajectory.turns[i].output_tokens = getattr(usage, "output_tokens", 0) or 0 - - return trajectory - - -class OpenAIAgentRunner(AgentRunner): - """Agent runner that delegates to the OpenAI Agents SDK agentic loop. - - The SDK handles tool discovery, invocation, and multi-turn conversation - against the registered MCP servers. - - Routes all requests through a LiteLLM proxy via the ``litellm_proxy/`` - model ID prefix (requires ``LITELLM_BASE_URL`` and ``LITELLM_API_KEY``). - - Args: - llm: Unused — OpenAIAgentRunner uses the OpenAI Agents SDK directly. - Accepted for interface compatibility with ``AgentRunner``. - server_paths: MCP server specs identical to ``PlanExecuteRunner``. - Defaults to all registered servers. - model: LiteLLM model string with ``litellm_proxy/`` prefix - (default: ``litellm_proxy/azure/gpt-5.4``). - max_turns: Maximum agentic loop turns (default: 30). - """ - - def __init__( - self, - llm=None, - server_paths: dict[str, Path | str] | None = None, - model: str = _DEFAULT_MODEL, - max_turns: int = 30, - ) -> None: - super().__init__(llm, server_paths) - self._model_id = model - self._model = resolve_model(model) - self._run_config = _build_run_config(model) - self._max_turns = max_turns - - async def run(self, question: str) -> AgentResult: - """Run the OpenAI Agents SDK loop for *question*. - - Args: - question: Natural-language question to answer. - - Returns: - AgentResult with the final answer and full execution trajectory. - """ - with agent_run_span( - "openai-agent", model=self._model_id, question=question - ) as span: - run_started = time.perf_counter() - started_at = _dt.datetime.now(_dt.UTC).isoformat() - mcp_servers = _build_mcp_servers(self._server_paths) - - # AsyncExitStack enters every server and closes them in LIFO order - # on exit (success or exception). - async with AsyncExitStack() as stack: - active_servers = [ - await stack.enter_async_context(s) for s in mcp_servers - ] - agent = Agent( - name="AssetOps Assistant", - instructions=AGENT_SYSTEM_PROMPT, - mcp_servers=active_servers, - model=self._model, - ) - - _log.info( - "OpenAIAgentRunner: starting query (model=%s, servers=%d)", - self._model, - len(active_servers), - ) - - run_kwargs: dict = dict(max_turns=self._max_turns) - if self._run_config is not None: - run_kwargs["run_config"] = self._run_config - - result = await Runner.run( - agent, - question, - **run_kwargs, - ) - - answer = result.final_output or "" - trajectory = _build_trajectory(result) - trajectory.started_at = started_at - - _log.info( - "OpenAIAgentRunner: done (turns=%d, input_tokens=%d, " - "output_tokens=%d)", - len(trajectory.turns), - trajectory.total_input_tokens, - trajectory.total_output_tokens, - ) - - span.set_attribute("agent.answer.length", len(answer)) - span.set_attribute("gen_ai.usage.input_tokens", trajectory.total_input_tokens) - span.set_attribute("gen_ai.usage.output_tokens", trajectory.total_output_tokens) - span.set_attribute("agent.turns", len(trajectory.turns)) - span.set_attribute("agent.tool_calls", len(trajectory.all_tool_calls)) - span.set_attribute( - "agent.duration_ms", (time.perf_counter() - run_started) * 1000 - ) - persist_trajectory( - runner_name="openai-agent", - model=self._model_id, - question=question, - answer=answer, - trajectory=trajectory, - ) - return AgentResult( - question=question, - answer=answer, - trajectory=trajectory, - ) - - diff --git a/src/agent/openai_agent/tests/__init__.py b/src/agent/openai_agent/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/agent/openai_agent/tests/test_runner.py b/src/agent/openai_agent/tests/test_runner.py deleted file mode 100644 index 74468d7d5..000000000 --- a/src/agent/openai_agent/tests/test_runner.py +++ /dev/null @@ -1,300 +0,0 @@ -"""Unit tests for OpenAIAgentRunner. - -These tests patch agents.Runner.run so no real API calls are made. -""" - -from __future__ import annotations - -from pathlib import Path -from types import SimpleNamespace -from unittest.mock import AsyncMock, MagicMock, patch - -import pytest - -from agent.openai_agent.runner import ( - OpenAIAgentRunner, - _build_mcp_servers, - _build_run_config, - _build_trajectory, -) -from agent.models import AgentResult, Trajectory - - -# --------------------------------------------------------------------------- -# _build_mcp_servers -# --------------------------------------------------------------------------- - - -def test_build_mcp_servers_entrypoint(): - specs = {"iot": "iot-mcp-server", "utilities": "utilities-mcp-server"} - result = _build_mcp_servers(specs) - assert len(result) == 2 - assert result[0].name == "iot" - assert result[1].name == "utilities" - - -def test_build_mcp_servers_path(): - p = Path("/some/server.py") - result = _build_mcp_servers({"custom": p}) - assert len(result) == 1 - assert result[0].name == "custom" - - -def test_build_mcp_servers_empty(): - assert _build_mcp_servers({}) == [] - - -# --------------------------------------------------------------------------- -# _build_run_config -# --------------------------------------------------------------------------- - - -def test_build_run_config_no_prefix_returns_none(): - assert _build_run_config("gpt-4o") is None - - -def test_build_run_config_litellm_prefix(monkeypatch): - monkeypatch.setenv("LITELLM_BASE_URL", "http://localhost:4000") - monkeypatch.setenv("LITELLM_API_KEY", "sk-test") - config = _build_run_config("litellm_proxy/Azure/gpt-5-2025-08-07") - assert config is not None - assert config.model_provider is not None - - -def test_build_run_config_missing_env_raises(monkeypatch): - monkeypatch.delenv("LITELLM_BASE_URL", raising=False) - monkeypatch.delenv("LITELLM_API_KEY", raising=False) - with pytest.raises(ValueError, match="LITELLM_BASE_URL"): - _build_run_config("litellm_proxy/Azure/gpt-5-2025-08-07") - - -# --------------------------------------------------------------------------- -# OpenAIAgentRunner.__init__ -# --------------------------------------------------------------------------- - - -def test_runner_defaults(monkeypatch): - monkeypatch.setenv("LITELLM_BASE_URL", "http://localhost:4000") - monkeypatch.setenv("LITELLM_API_KEY", "sk-test") - runner = OpenAIAgentRunner() - assert runner._model == "azure/gpt-5.4" - assert runner._run_config is not None - assert runner._max_turns == 30 - assert "iot" in runner._server_paths - - -def test_runner_custom_server_paths(monkeypatch): - monkeypatch.setenv("LITELLM_BASE_URL", "http://localhost:4000") - monkeypatch.setenv("LITELLM_API_KEY", "sk-test") - paths = {"iot": "iot-mcp-server"} - runner = OpenAIAgentRunner(server_paths=paths) - assert runner._server_paths == paths - - -def test_runner_custom_model(): - runner = OpenAIAgentRunner(model="gpt-4.1-mini") - assert runner._model == "gpt-4.1-mini" - - -def test_runner_litellm_model(monkeypatch): - monkeypatch.setenv("LITELLM_BASE_URL", "http://localhost:4000") - monkeypatch.setenv("LITELLM_API_KEY", "sk-test") - runner = OpenAIAgentRunner(model="litellm_proxy/Azure/gpt-5-2025-08-07") - assert runner._model == "Azure/gpt-5-2025-08-07" - assert runner._run_config is not None - - -# --------------------------------------------------------------------------- -# _build_trajectory -# --------------------------------------------------------------------------- - - -def _make_message_item(text: str): - """Create a fake MessageOutputItem.""" - text_part = SimpleNamespace(text=text) - raw = SimpleNamespace(content=[text_part]) - return SimpleNamespace(type="message_output_item", raw_item=raw) - - -def _make_tool_call_item(name: str, args: str, call_id: str = "call_1"): - """Create a fake ToolCallItem.""" - raw = SimpleNamespace(name=name, arguments=args, call_id=call_id) - return SimpleNamespace(type="tool_call_item", raw_item=raw) - - -def _make_tool_output_item(output): - """Create a fake ToolCallOutputItem.""" - return SimpleNamespace(type="tool_call_output_item", output=output) - - -def _make_usage(input_tokens: int, output_tokens: int): - return SimpleNamespace(input_tokens=input_tokens, output_tokens=output_tokens) - - -def _make_run_result(items, raw_responses=None): - return SimpleNamespace( - new_items=items, - raw_responses=raw_responses or [], - final_output="test answer", - ) - - -def test_build_trajectory_empty(): - result = _make_run_result([]) - traj = _build_trajectory(result) - assert isinstance(traj, Trajectory) - assert traj.turns == [] - - -def test_build_trajectory_message_only(): - result = _make_run_result([_make_message_item("Hello world")]) - traj = _build_trajectory(result) - assert len(traj.turns) == 1 - assert traj.turns[0].text == "Hello world" - assert traj.turns[0].tool_calls == [] - - -def test_build_trajectory_tool_calls(): - items = [ - _make_tool_call_item("sensors", '{"asset_id": "CH-6"}', "call_1"), - _make_tool_output_item("5 sensors found"), - _make_message_item("Chiller 6 has 5 sensors."), - ] - result = _make_run_result(items) - traj = _build_trajectory(result) - assert len(traj.turns) == 2 - # First turn: tool call + output - assert len(traj.turns[0].tool_calls) == 1 - tc = traj.turns[0].tool_calls[0] - assert tc.name == "sensors" - assert tc.input == {"asset_id": "CH-6"} - assert tc.id == "call_1" - assert tc.output == "5 sensors found" - # Second turn: message - assert traj.turns[1].text == "Chiller 6 has 5 sensors." - - -def test_build_trajectory_token_usage(): - items = [_make_message_item("Hello")] - raw_responses = [SimpleNamespace(usage=_make_usage(100, 25))] - result = _make_run_result(items, raw_responses) - traj = _build_trajectory(result) - assert traj.turns[0].input_tokens == 100 - assert traj.turns[0].output_tokens == 25 - assert traj.total_input_tokens == 100 - assert traj.total_output_tokens == 25 - - -def test_build_trajectory_invalid_json_args(): - items = [ - _make_tool_call_item("sensors", "not-json", "call_1"), - ] - result = _make_run_result(items) - traj = _build_trajectory(result) - assert traj.turns[0].tool_calls[0].input == {"raw": "not-json"} - - -def test_build_trajectory_multiple_tool_calls(): - items = [ - _make_tool_call_item("sites", "{}", "call_1"), - _make_tool_output_item(["MAIN"]), - _make_tool_call_item("assets", '{"site_id": "MAIN"}', "call_2"), - _make_tool_output_item(["Chiller 6"]), - _make_message_item("Found Chiller 6 at site MAIN."), - ] - # Two turns: (tool calls) and (message), so two raw_responses - raw = [ - SimpleNamespace(usage=_make_usage(50, 10)), - SimpleNamespace(usage=_make_usage(80, 15)), - ] - result = _make_run_result(items, raw) - traj = _build_trajectory(result) - # Both tool calls land in the same turn (no message between them) - assert len(traj.turns) == 2 - assert len(traj.all_tool_calls) == 2 - assert traj.all_tool_calls[0].name == "sites" - assert traj.all_tool_calls[0].output == ["MAIN"] - assert traj.all_tool_calls[1].name == "assets" - assert traj.all_tool_calls[1].output == ["Chiller 6"] - assert traj.total_input_tokens == 50 + 80 - assert traj.total_output_tokens == 10 + 15 - - -# --------------------------------------------------------------------------- -# OpenAIAgentRunner.run -# --------------------------------------------------------------------------- - - -@pytest.mark.anyio -async def test_run_returns_agent_result(): - fake_result = _make_run_result( - [_make_message_item("42 sensors found")], - ) - fake_result.final_output = "42 sensors found" - - with ( - patch("agent.openai_agent.runner.Runner") as MockRunner, - patch("agent.openai_agent.runner._build_mcp_servers", return_value=[]), - patch("agent.openai_agent.runner._build_run_config", return_value=None), - ): - MockRunner.run = AsyncMock(return_value=fake_result) - - runner = OpenAIAgentRunner(server_paths={}) - result = await runner.run("How many sensors are there?") - - assert isinstance(result, AgentResult) - assert result.question == "How many sensors are there?" - assert result.answer == "42 sensors found" - assert isinstance(result.trajectory, Trajectory) - - -@pytest.mark.anyio -async def test_run_collects_trajectory(): - items = [ - _make_tool_call_item("sensors", '{"asset_id": "CH-6"}', "call_1"), - _make_tool_output_item("sensor data"), - _make_message_item("Chiller 6 has 5 sensors."), - ] - raw_responses = [ - SimpleNamespace(usage=_make_usage(100, 20)), - SimpleNamespace(usage=_make_usage(150, 30)), - ] - fake_result = _make_run_result(items, raw_responses) - fake_result.final_output = "Chiller 6 has 5 sensors." - - with ( - patch("agent.openai_agent.runner.Runner") as MockRunner, - patch("agent.openai_agent.runner._build_mcp_servers", return_value=[]), - patch("agent.openai_agent.runner._build_run_config", return_value=None), - ): - MockRunner.run = AsyncMock(return_value=fake_result) - - runner = OpenAIAgentRunner(server_paths={}) - result = await runner.run("What sensors are on Chiller 6?") - - traj = result.trajectory - assert len(traj.turns) == 2 - assert len(traj.all_tool_calls) == 1 - assert traj.all_tool_calls[0].name == "sensors" - assert traj.total_input_tokens == 100 + 150 - assert traj.total_output_tokens == 20 + 30 - - -@pytest.mark.anyio -async def test_run_empty_result(): - fake_result = _make_run_result([]) - fake_result.final_output = "" - - with ( - patch("agent.openai_agent.runner.Runner") as MockRunner, - patch("agent.openai_agent.runner._build_mcp_servers", return_value=[]), - patch("agent.openai_agent.runner._build_run_config", return_value=None), - ): - MockRunner.run = AsyncMock(return_value=fake_result) - - runner = OpenAIAgentRunner(server_paths={}) - result = await runner.run("What time is it?") - - assert result.answer == "" - assert isinstance(result.trajectory, Trajectory) - assert result.trajectory.turns == [] diff --git a/src/agent/plan_execute/__init__.py b/src/agent/plan_execute/__init__.py deleted file mode 100644 index c53b259e7..000000000 --- a/src/agent/plan_execute/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Plan-and-execute agent package.""" diff --git a/src/agent/plan_execute/executor.py b/src/agent/plan_execute/executor.py deleted file mode 100644 index 2e27b5144..000000000 --- a/src/agent/plan_execute/executor.py +++ /dev/null @@ -1,368 +0,0 @@ -"""MCP-based step executor for the plan-execute orchestrator. - -The planner produces steps with no pre-filled arguments. For every step that -calls a tool the executor makes one LLM call to generate the concrete argument -dict from the task description, original question, and prior step results. -""" - -from __future__ import annotations - -import json -import logging -import re -import time -from pathlib import Path -from typing import Any - -from llm import LLMBackend -from ..runner import DEFAULT_SERVER_PATHS -from .models import Plan, PlanStep, StepResult - -_log = logging.getLogger(__name__) - -_REPO_ROOT = Path(__file__).parent.parent.parent.parent - -_PLACEHOLDER_RE = re.compile(r"\{step_(\d+)\}") - -_ARG_RESOLUTION_PROMPT = """\ -Generate the JSON arguments for the tool call below. - -Question: {question} -Tool: {tool} -Tool parameters: {tool_schema} -Task: {task} - -Prior step results: -{context} - -YOUR RESPONSE MUST BE A SINGLE RAW JSON OBJECT AND NOTHING ELSE. -Do not write any explanation, reasoning, or prose — output only the JSON object. -Use EXACTLY the parameter names listed in "Tool parameters" above. -Use the task description and prior step results to determine the correct argument values. -If a value comes from a list, use the first relevant element. - -JSON:""" - - -class Executor: - """Executes plan steps by routing tool calls to MCP servers.""" - - def __init__( - self, - llm: LLMBackend, - server_paths: dict[str, Path | str] | None = None, - ) -> None: - self._llm = llm - self._server_paths = ( - DEFAULT_SERVER_PATHS if server_paths is None else server_paths - ) - - async def get_server_descriptions(self) -> dict[str, str]: - """Query each registered MCP server and return formatted tool signatures.""" - descriptions: dict[str, str] = {} - for name, path in self._server_paths.items(): - try: - tools = await _list_tools(path) - lines = [] - for t in tools: - params = ", ".join( - f"{p['name']}: {p['type']}{'?' if not p['required'] else ''}" - for p in t.get("parameters", []) - ) - lines.append(f" - {t['name']}({params}): {t['description']}") - descriptions[name] = "\n".join(lines) - except Exception as exc: # noqa: BLE001 - descriptions[name] = f" (unavailable: {exc})" - return descriptions - - async def execute_plan(self, plan: Plan, question: str) -> list[StepResult]: - """Execute all plan steps in dependency order.""" - ordered = plan.resolved_order() - total = len(ordered) - - # Pre-fetch tool schemas for all servers referenced in the plan so that - # _resolve_args_with_llm can include exact parameter names in its prompt. - server_names = {step.server for step in ordered} - tool_schemas: dict[str, dict[str, str]] = {} # server -> {tool_name -> sig} - for name in server_names: - path = self._server_paths.get(name) - if path is None: - continue - try: - tools = await _list_tools(path) - tool_schemas[name] = { - t["name"]: ", ".join( - f"{p['name']}: {p['type']}{'?' if not p['required'] else ''}" - for p in t.get("parameters", []) - ) - for t in tools - } - except Exception: # noqa: BLE001 - tool_schemas[name] = {} - - context: dict[int, StepResult] = {} - results: list[StepResult] = [] - for step in ordered: - _log.info( - "Step %d/%d [%s]: %s", - step.step_number, - total, - step.server, - step.task, - ) - schema = tool_schemas.get(step.server, {}).get(step.tool, "") - step_started = time.perf_counter() - result = await self.execute_step(step, context, question, tool_schema=schema) - result.duration_ms = (time.perf_counter() - step_started) * 1000 - if result.success: - _log.info("Step %d OK.", step.step_number) - else: - _log.warning("Step %d FAILED: %s", step.step_number, result.error) - context[step.step_number] = result - results.append(result) - return results - - async def execute_step( - self, - step: PlanStep, - context: dict[int, StepResult], - question: str, - tool_schema: str = "", - ) -> StepResult: - """Execute a single plan step. - - 1. Resolve the MCP server assigned to this step. - 2. If no tool is specified, return expected_output directly. - 3. Call the LLM to generate tool arguments from the task and prior results. - 4. Call the tool and return its result. - """ - server_path = self._server_paths.get(step.server) - if server_path is None: - return StepResult( - step_number=step.step_number, - task=step.task, - server=step.server, - response="", - error=( - f"Unknown server '{step.server}'. " - f"Registered servers: {list(self._server_paths)}" - ), - ) - - if not step.tool or step.tool.lower() in ("none", "null"): - return StepResult( - step_number=step.step_number, - task=step.task, - server=step.server, - response=step.expected_output, - tool=step.tool, - tool_args=step.tool_args, - ) - - try: - _log.info("Step %d: calling LLM to resolve args.", step.step_number) - resolved_args = await _resolve_args_with_llm( - question, step.task, step.tool, tool_schema, context, self._llm - ) - - response = await _call_tool(server_path, step.tool, resolved_args) - return StepResult( - step_number=step.step_number, - task=step.task, - server=step.server, - response=response, - tool=step.tool, - tool_args=resolved_args, - ) - except Exception as exc: # noqa: BLE001 - return StepResult( - step_number=step.step_number, - task=step.task, - server=step.server, - response="", - error=str(exc), - tool=step.tool, - tool_args=step.tool_args, - ) - - -# ── arg resolution ──────────────────────────────────────────────────────────── - - -async def _resolve_args_with_llm( - question: str, - task: str, - tool: str, - tool_schema: str, - context: dict[int, StepResult], - llm: LLMBackend, -) -> dict: - """Generate tool arguments from the task description and prior step results.""" - context_text = "\n".join( - f"Step {n}: {r.response}" for n, r in sorted(context.items()) - ) - prompt = ( - _ARG_RESOLUTION_PROMPT - .replace("{question}", question) - .replace("{task}", task) - .replace("{tool}", tool) - .replace("{tool_schema}", tool_schema or "(unknown)") - .replace("{context}", context_text or "(none)") - ) - raw = llm.generate(prompt) - resolved = _parse_json(raw) - if resolved is None: - _log.warning( - "Tool '%s': arg resolution returned no parseable JSON (response: %r…)", - tool, raw[:120], - ) - return {} - return resolved - - -def _parse_json(raw: str) -> dict | None: - """Extract a JSON object from an LLM response, with markdown fence handling. - - Returns the parsed dict, or None if no JSON object could be extracted. - An empty dict ``{}`` is a valid successful parse (e.g. for no-arg tools). - """ - text = raw.strip() - if text.startswith("```"): - lines = text.splitlines() - inner = lines[1:-1] if lines[-1].strip() == "```" else lines[1:] - text = "\n".join(inner).lstrip("json").strip() - try: - result = json.loads(text) - if isinstance(result, dict): - return result - except json.JSONDecodeError: - pass - start, end = text.find("{"), text.rfind("}") + 1 - if start != -1 and end > start: - try: - result = json.loads(text[start:end]) - if isinstance(result, dict): - return result - except json.JSONDecodeError: - pass - _log.debug("_parse_json: could not extract a JSON object from: %r…", raw[:120]) - return None - - -# ── MCP protocol helpers ────────────────────────────────────────────────────── - - -def _make_stdio_params(server: Path | str) -> "StdioServerParameters": - """Build StdioServerParameters for a server spec. - - - str → entry-point name; invoked as ``uv run `` from the repo root. - - Path → invoked as ``python -m module.path`` when under the repo root - (supports relative imports), or directly otherwise. - """ - from mcp import StdioServerParameters - - if isinstance(server, str): - return StdioServerParameters( - command="uv", - args=["run", server], - cwd=str(_REPO_ROOT), - ) - try: - rel = server.relative_to(_REPO_ROOT) - module = str(rel.with_suffix("")).replace("/", ".").replace("\\", ".") - return StdioServerParameters( - command="python", - args=["-m", module], - cwd=str(_REPO_ROOT), - ) - except ValueError: - return StdioServerParameters(command="python", args=[str(server)]) - - -async def _list_tools(server_path: Path | str) -> list[dict]: - """Connect to an MCP server via stdio and list its tools with parameter info.""" - from mcp import ClientSession - from mcp.client.stdio import stdio_client - - params = _make_stdio_params(server_path) - async with stdio_client(params) as (read, write): - async with ClientSession(read, write) as session: - await session.initialize() - result = await session.list_tools() - tools = [] - for t in result.tools: - schema = t.inputSchema or {} - props = schema.get("properties", {}) - required = set(schema.get("required", [])) - parameters = [ - { - "name": k, - "type": v.get("type", "any"), - "required": k in required, - } - for k, v in props.items() - ] - tools.append( - { - "name": t.name, - "description": t.description or "", - "parameters": parameters, - } - ) - return tools - - -async def _call_tool(server_path: Path | str, tool_name: str, args: dict) -> str: - """Connect to an MCP server via stdio and call a tool.""" - from mcp import ClientSession - from mcp.client.stdio import stdio_client - - params = _make_stdio_params(server_path) - async with stdio_client(params) as (read, write): - async with ClientSession(read, write) as session: - await session.initialize() - result = await session.call_tool(tool_name, args) - return _extract_content(result.content) - - -def _extract_content(content: list[Any]) -> str: - """Extract text from MCP tool call result content.""" - return "\n".join(getattr(item, "text", str(item)) for item in content) - - -def _resolve_args(args: dict, context: dict[int, StepResult]) -> dict: - """Simple string substitution of {{step_N}} placeholders (kept for tests).""" - resolved = {} - for key, val in args.items(): - if isinstance(val, str): - - def _sub(m: re.Match) -> str: - n = int(m.group(1)) - return context[n].response if n in context else m.group(0) - - resolved[key] = _PLACEHOLDER_RE.sub(_sub, val) - else: - resolved[key] = val - return resolved - - -def _parse_tool_call(raw: str) -> dict: - """Parse LLM output into a {tool, args} dict (utility, not used in main path).""" - text = raw.strip() - if text.startswith("```"): - lines = text.splitlines() - inner = lines[1:-1] if lines[-1].strip() == "```" else lines[1:] - text = "\n".join(inner) - if text.startswith("json"): - text = text[4:] - text = text.strip() - try: - return json.loads(text) - except json.JSONDecodeError: - start, end = text.find("{"), text.rfind("}") + 1 - if start != -1 and end > start: - try: - return json.loads(text[start:end]) - except json.JSONDecodeError: - pass - return {"tool": None, "answer": text} diff --git a/src/agent/plan_execute/models.py b/src/agent/plan_execute/models.py deleted file mode 100644 index d1b8940e0..000000000 --- a/src/agent/plan_execute/models.py +++ /dev/null @@ -1,78 +0,0 @@ -"""Data models for the plan-execute orchestration client.""" - -from __future__ import annotations - -from dataclasses import dataclass, field -from typing import Optional - - -@dataclass -class PlanStep: - """A single step in an execution plan.""" - - step_number: int - task: str - server: str - tool: str - tool_args: dict - dependencies: list[int] - expected_output: str - - -@dataclass -class Plan: - """An execution plan composed of ordered steps.""" - - steps: list[PlanStep] - raw: str # Raw LLM output, preserved for debugging - - def get_step(self, number: int) -> Optional[PlanStep]: - return next((s for s in self.steps if s.step_number == number), None) - - def resolved_order(self) -> list[PlanStep]: - """Return steps in topological order (dependencies before dependents).""" - seen: set[int] = set() - ordered: list[PlanStep] = [] - - def visit(n: int) -> None: - if n in seen: - return - step = self.get_step(n) - if step is None: - return - for dep in step.dependencies: - visit(dep) - seen.add(n) - ordered.append(step) - - for step in self.steps: - visit(step.step_number) - return ordered - - -@dataclass -class StepResult: - """Result of executing a single plan step.""" - - step_number: int - task: str - server: str - response: str - error: Optional[str] = None - tool: str = "" - tool_args: dict = field(default_factory=dict) - duration_ms: float | None = None - - @property - def success(self) -> bool: - return self.error is None - - -@dataclass -class OrchestratorResult: - """Final result from the plan-execute orchestrator.""" - - question: str - answer: str - plan: Plan - trajectory: list[StepResult] diff --git a/src/agent/plan_execute/planner.py b/src/agent/plan_execute/planner.py deleted file mode 100644 index 8c683943a..000000000 --- a/src/agent/plan_execute/planner.py +++ /dev/null @@ -1,131 +0,0 @@ -"""LLM-based plan generation for the plan-execute orchestrator. - -Each plan step now includes the specific tool to call and its arguments, -so the executor needs no additional LLM calls — it calls the tool directly. -""" - -from __future__ import annotations - -import logging -import re - -from llm import LLMBackend -from .models import Plan, PlanStep - -_log = logging.getLogger(__name__) - -_PLAN_PROMPT = """\ -You are a planning assistant for industrial asset operations and maintenance. - -Decompose the question below into a sequence of subtasks. For each subtask, -assign a server and select the exact tool to call. Do NOT include tool arguments — -they will be resolved at execution time from the task description and prior results. - -Available servers and tools: -{servers} - -Output format — one block per step, exactly: - -#Task1: -#Server1: -#Tool1: -#Dependency1: None -#ExpectedOutput1: - -#Task2: -#Server2: -#Tool2: -#Dependency2: #S1 -#ExpectedOutput2: - -Rules: -- Server and tool names must exactly match those listed above. -- Dependencies use #S notation (e.g., #S1, #S2). Use "None" if none. -- Keep tasks specific and actionable. - -Question: {question} - -Plan: -""" - -_TASK_RE = re.compile(r"#Task(\d+):\s*(.+)") -_SERVER_RE = re.compile(r"#Server(\d+):\s*(.+)") -_TOOL_RE = re.compile(r"#Tool(\d+):\s*(.+)") -_DEP_RE = re.compile(r"#Dependency(\d+):\s*(.+)") -_OUTPUT_RE = re.compile(r"#ExpectedOutput(\d+):\s*(.+)") -_DEP_NUM_RE = re.compile(r"#S(\d+)") - - -def parse_plan(raw: str) -> Plan: - """Parse an LLM-generated plan string into a Plan object.""" - tasks = {int(m.group(1)): m.group(2).strip() for m in _TASK_RE.finditer(raw)} - servers = {int(m.group(1)): m.group(2).strip() for m in _SERVER_RE.finditer(raw)} - # Strip any trailing signature the LLM may copy from the server description - # format "tool_name(param: type)" — only the bare name is needed. - tools = { - int(m.group(1)): m.group(2).strip().split("(")[0].strip() - for m in _TOOL_RE.finditer(raw) - } - deps_raw = {int(m.group(1)): m.group(2).strip() for m in _DEP_RE.finditer(raw)} - outputs = {int(m.group(1)): m.group(2).strip() for m in _OUTPUT_RE.finditer(raw)} - - steps = [] - for n in sorted(tasks): - raw_dep = deps_raw.get(n, "None").strip() - - if raw_dep.lower() == "none": - dependencies = [] - else: - dependencies = [int(x) for x in _DEP_NUM_RE.findall(raw_dep)] - - # Make sure dependency references only point to earlier valid steps. - if not dependencies: - raise ValueError(f"Invalid dependency format for step {n}: {raw_dep}") - - for dep in dependencies: - if dep < 1 or dep >= n: - raise ValueError( - f"Invalid dependency reference for step {n}: #S{dep}" - ) - - steps.append( - PlanStep( - step_number=n, - task=tasks[n], - server=servers.get(n, ""), - tool=tools.get(n, ""), - tool_args={}, - dependencies=dependencies, - expected_output=outputs.get(n, ""), - ) - ) - - return Plan(steps=steps, raw=raw) - - -class Planner: - """Decomposes a question into a structured execution plan using an LLM.""" - - def __init__(self, llm: LLMBackend) -> None: - self._llm = llm - - def generate_plan( - self, - question: str, - server_descriptions: dict[str, str], - ) -> Plan: - """Generate a plan for a question given available servers and their tools. - - Args: - question: The user question to answer. - server_descriptions: Mapping of server_name -> formatted tool signatures. - - Returns: - A Plan where each PlanStep includes the tool to call and its arguments. - """ - servers_text = "\n\n".join( - f"{name}:\n{desc}" for name, desc in server_descriptions.items() - ) - prompt = _PLAN_PROMPT.format(servers=servers_text, question=question) - raw = self._llm.generate(prompt) - return parse_plan(raw) diff --git a/src/agent/plan_execute/runner.py b/src/agent/plan_execute/runner.py deleted file mode 100644 index ea684a650..000000000 --- a/src/agent/plan_execute/runner.py +++ /dev/null @@ -1,186 +0,0 @@ -"""Plan-and-execute agent runner using MCP servers as tool providers. - -Replaces AgentHive's combination of PlanningWorkflow + SequentialWorkflow with -an MCP-native implementation: - - AgentHive plan_execute - ──────────────────────────── ───────────────────────────── - PlanningWorkflow.generate_steps → Planner.generate_plan - SequentialWorkflow.run → Executor.execute_plan - ReactAgent.execute_task → _list_tools + _call_tool (MCP stdio) -""" - -from __future__ import annotations - -import logging -import time -from pathlib import Path - -from llm import LLMBackend, LLMResult -from observability import agent_run_span, persist_trajectory - -from .executor import Executor -from .models import OrchestratorResult -from .planner import Planner -from ..runner import AgentRunner - - -class _TokenMeter(LLMBackend): - """Wraps an :class:`LLMBackend` and sums token usage across calls. - - ``Planner`` / ``Executor`` call ``generate()`` and only need a string; - this wrapper transparently pulls usage from the inner backend's - ``generate_with_usage()`` and accumulates it in-place. Totals are - reset at the start of each :meth:`PlanExecuteRunner.run` call so - per-run span attributes reflect that run alone. - """ - - def __init__(self, inner: LLMBackend) -> None: - self._inner = inner - self.input_tokens = 0 - self.output_tokens = 0 - - def reset(self) -> None: - self.input_tokens = 0 - self.output_tokens = 0 - - def generate(self, prompt: str, temperature: float = 0.0) -> str: - result = self._inner.generate_with_usage(prompt, temperature) - self.input_tokens += result.input_tokens - self.output_tokens += result.output_tokens - return result.text - - def generate_with_usage( - self, prompt: str, temperature: float = 0.0 - ) -> LLMResult: - result = self._inner.generate_with_usage(prompt, temperature) - self.input_tokens += result.input_tokens - self.output_tokens += result.output_tokens - return result - - @property - def model_id(self) -> str: - return self._inner.model_id - -_log = logging.getLogger(__name__) - -_SUMMARIZE_PROMPT = """\ -You are summarizing the results of a multi-step task execution for an \ -industrial asset operations system. - -Original question: {question} - -Step-by-step execution results: -{results} - -Provide a concise, direct answer to the original question based on the results -above. Do not repeat the individual steps — just give the final answer. -""" - - -class PlanExecuteRunner(AgentRunner): - """Entry-point for plan-and-execute workflows using MCP servers as tool providers. - - Usage:: - - from agent import PlanExecuteRunner - from llm import LiteLLMBackend - - runner = PlanExecuteRunner(llm=LiteLLMBackend("watsonx/meta-llama/llama-3-3-70b-instruct")) - result = await runner.run("What are the assets at site MAIN?") - print(result.answer) - - Args: - llm: LLM backend used for planning, tool selection, and summarisation. - server_paths: Override MCP server specs. Keys must match the server - names the planner will assign steps to. Values are - either a uv entry-point name (str) or a Path to a - script file. Defaults to all five registered servers. - """ - - def __init__( - self, - llm: LLMBackend, - server_paths: dict[str, Path | str] | None = None, - ) -> None: - super().__init__(llm, server_paths) - self._meter = _TokenMeter(llm) - self._planner = Planner(self._meter) - self._executor = Executor(self._meter, server_paths) - - async def run(self, question: str) -> OrchestratorResult: - """Run the full plan-execute loop for a question. - - Steps: - 1. Discover available servers from registered MCP servers. - 2. Use the LLM to decompose the question into an execution plan. - 3. Execute each plan step by routing tool calls to MCP servers. - 4. Summarise the step results into a final answer. - - Args: - question: The user question to answer. - - Returns: - OrchestratorResult with the final answer, the generated plan, and - the per-step execution trajectory. - """ - with agent_run_span( - "plan-execute", model=self._llm.model_id, question=question - ) as span: - run_started = time.perf_counter() - self._meter.reset() - - # 1. Discover - _log.info("Discovering server capabilities...") - server_descriptions = await self._executor.get_server_descriptions() - - # 2. Plan - _log.info("Planning...") - planning_started = time.perf_counter() - plan = self._planner.generate_plan(question, server_descriptions) - planning_ms = (time.perf_counter() - planning_started) * 1000 - _log.info("Plan has %d step(s).", len(plan.steps)) - - # 3. Execute - trajectory = await self._executor.execute_plan(plan, question) - - # 4. Summarise - _log.info("Summarising...") - results_text = "\n\n".join( - f"Step {r.step_number} — {r.task} (server: {r.server}):\n" - + (r.response if r.success else f"ERROR: {r.error}") - for r in trajectory - ) - summarization_started = time.perf_counter() - answer = self._meter.generate( - _SUMMARIZE_PROMPT.format(question=question, results=results_text) - ) - summarization_ms = (time.perf_counter() - summarization_started) * 1000 - duration_ms = (time.perf_counter() - run_started) * 1000 - - result = OrchestratorResult( - question=question, - answer=answer, - plan=plan, - trajectory=trajectory, - ) - span.set_attribute("agent.plan.steps", len(plan.steps)) - span.set_attribute("agent.answer.length", len(answer or "")) - span.set_attribute("agent.duration_ms", duration_ms) - span.set_attribute("agent.planning_time_ms", planning_ms) - span.set_attribute("agent.summarization_time_ms", summarization_ms) - span.set_attribute("gen_ai.usage.input_tokens", self._meter.input_tokens) - span.set_attribute("gen_ai.usage.output_tokens", self._meter.output_tokens) - # plan-execute's "LLM time" is the time spent on direct LLM calls - # controlled by the runner (planning + summarisation). Per-step - # arg-resolution LLM calls are included in each StepResult's - # duration_ms instead. - span.set_attribute("agent.llm_time_ms", planning_ms + summarization_ms) - persist_trajectory( - runner_name="plan-execute", - model=self._llm.model_id, - question=question, - answer=answer or "", - trajectory=trajectory, - ) - return result diff --git a/src/agent/runner.py b/src/agent/runner.py deleted file mode 100644 index 1c06ec601..000000000 --- a/src/agent/runner.py +++ /dev/null @@ -1,47 +0,0 @@ -"""Abstract base class for all agent runners.""" - -from __future__ import annotations - -from abc import ABC, abstractmethod -from pathlib import Path - -from llm import LLMBackend - -from .models import AgentResult - -# Maps MCP-server names to either a uv entry-point name (str) or a script Path. -# Entry-point names are invoked as ``uv run ``; Paths fall back to -# ``uv run ``. Subclassing runners receive a resolved copy via -# ``self._server_paths`` (defaulting to this dict when ``server_paths=None``). -DEFAULT_SERVER_PATHS: dict[str, Path | str] = { - "iot": "iot-mcp-server", - "utilities": "utilities-mcp-server", - "fmsr": "fmsr-mcp-server", - "tsfm": "tsfm-mcp-server", - "wo": "wo-mcp-server", - "vibration": "vibration-mcp-server", -} - - -class AgentRunner(ABC): - """Abstract base class for all agent runners. - - Subclasses implement :meth:`run` to handle a natural-language question and - return an :class:`AgentResult`. After ``super().__init__``, - ``self._server_paths`` is always a concrete ``dict`` — either the caller's - override, or a copy of :data:`DEFAULT_SERVER_PATHS`. - """ - - def __init__( - self, - llm: LLMBackend, - server_paths: dict[str, Path | str] | None = None, - ) -> None: - self._llm = llm - self._server_paths: dict[str, Path | str] = ( - dict(DEFAULT_SERVER_PATHS) if server_paths is None else server_paths - ) - - @abstractmethod - async def run(self, question: str) -> AgentResult: - """Run the agent on *question* and return a structured result.""" diff --git a/src/agent/tests/__init__.py b/src/agent/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/agent/tests/conftest.py b/src/agent/tests/conftest.py deleted file mode 100644 index b3827ce6a..000000000 --- a/src/agent/tests/conftest.py +++ /dev/null @@ -1,45 +0,0 @@ -"""Shared fixtures for plan_execute unit tests.""" - -import pytest - -from llm import LLMBackend - - -class MockLLM(LLMBackend): - """Deterministic LLM that returns a canned response — no network calls.""" - - def __init__(self, response: str = "") -> None: - self._response = response - - def generate(self, prompt: str, temperature: float = 0.0) -> str: - return self._response - - -class SequentialMockLLM(LLMBackend): - """Returns responses in order across successive generate() calls.""" - - def __init__(self, responses: list[str]) -> None: - self._responses = iter(responses) - - def generate(self, prompt: str, temperature: float = 0.0) -> str: - return next(self._responses, "") - - -@pytest.fixture -def mock_llm(): - """Factory fixture: MockLLM(response='').""" - - def _factory(response: str = "") -> MockLLM: - return MockLLM(response) - - return _factory - - -@pytest.fixture -def sequential_llm(): - """Factory fixture: SequentialMockLLM(responses=[...]).""" - - def _factory(responses: list[str]) -> SequentialMockLLM: - return SequentialMockLLM(responses) - - return _factory diff --git a/src/agent/tests/test_litellm.py b/src/agent/tests/test_litellm.py deleted file mode 100644 index 52920f423..000000000 --- a/src/agent/tests/test_litellm.py +++ /dev/null @@ -1,27 +0,0 @@ -"""Tests for the shared LiteLLM-proxy helpers in ``agent._litellm``.""" - -from __future__ import annotations - -import pytest - -from agent._litellm import LITELLM_PREFIX, resolve_model - - -def test_prefix_constant(): - assert LITELLM_PREFIX == "litellm_proxy/" - - -@pytest.mark.parametrize( - "model_id,expected", - [ - ("litellm_proxy/aws/claude-opus-4-6", "aws/claude-opus-4-6"), - ("litellm_proxy/azure/gpt-5.4", "azure/gpt-5.4"), - ("litellm_proxy/Azure/gpt-5-2025-08-07", "Azure/gpt-5-2025-08-07"), - ("anthropic:claude-sonnet-4-6", "anthropic:claude-sonnet-4-6"), - ("claude-opus-4-6", "claude-opus-4-6"), - ("gpt-4o", "gpt-4o"), - ("", ""), - ], -) -def test_resolve_model(model_id, expected): - assert resolve_model(model_id) == expected diff --git a/src/agent/tests/test_models.py b/src/agent/tests/test_models.py deleted file mode 100644 index b9ce43f00..000000000 --- a/src/agent/tests/test_models.py +++ /dev/null @@ -1,81 +0,0 @@ -"""Tests for Plan and StepResult data models.""" - -from agent.plan_execute.models import Plan, PlanStep, StepResult - - -def _step(n: int, deps: list[int] | None = None) -> PlanStep: - return PlanStep( - step_number=n, - task=f"Task {n}", - server="iot", - tool="sites", - tool_args={}, - dependencies=deps or [], - expected_output="output", - ) - - -class TestPlanResolvedOrder: - def test_no_dependencies_preserves_order(self): - plan = Plan(steps=[_step(1), _step(2), _step(3)], raw="") - assert [s.step_number for s in plan.resolved_order()] == [1, 2, 3] - - def test_linear_chain(self): - # 1 → 2 → 3 - plan = Plan(steps=[_step(1), _step(2, [1]), _step(3, [2])], raw="") - order = [s.step_number for s in plan.resolved_order()] - assert order.index(1) < order.index(2) < order.index(3) - - def test_diamond_dependency(self): - # 1 → 2, 1 → 3, {2,3} → 4 - plan = Plan( - steps=[_step(1), _step(2, [1]), _step(3, [1]), _step(4, [2, 3])], - raw="", - ) - order = [s.step_number for s in plan.resolved_order()] - assert order.index(1) < order.index(2) - assert order.index(1) < order.index(3) - assert order.index(2) < order.index(4) - assert order.index(3) < order.index(4) - - def test_parallel_independent_steps(self): - # Steps 1 and 2 are independent; both must appear before step 3 - plan = Plan(steps=[_step(1), _step(2), _step(3, [1, 2])], raw="") - order = [s.step_number for s in plan.resolved_order()] - assert order.index(1) < order.index(3) - assert order.index(2) < order.index(3) - - def test_duplicate_visit_skipped(self): - # Shared dependency: both step 2 and 3 depend on step 1 - plan = Plan(steps=[_step(1), _step(2, [1]), _step(3, [1])], raw="") - order = [s.step_number for s in plan.resolved_order()] - # Step 1 should appear exactly once - assert order.count(1) == 1 - - def test_single_step(self): - plan = Plan(steps=[_step(1)], raw="") - assert [s.step_number for s in plan.resolved_order()] == [1] - - def test_empty_plan(self): - plan = Plan(steps=[], raw="") - assert plan.resolved_order() == [] - - -class TestPlanGetStep: - def test_found(self): - plan = Plan(steps=[_step(1), _step(2)], raw="") - assert plan.get_step(2).step_number == 2 - - def test_not_found_returns_none(self): - plan = Plan(steps=[_step(1)], raw="") - assert plan.get_step(99) is None - - -class TestStepResult: - def test_success_when_no_error(self): - r = StepResult(step_number=1, task="t", server="a", response="ok") - assert r.success is True - - def test_failure_when_error_set(self): - r = StepResult(step_number=1, task="t", server="a", response="", error="oops") - assert r.success is False diff --git a/src/agent/tests/test_planner.py b/src/agent/tests/test_planner.py deleted file mode 100644 index 77bc4497d..000000000 --- a/src/agent/tests/test_planner.py +++ /dev/null @@ -1,186 +0,0 @@ -"""Tests for the Planner and parse_plan().""" - -from agent.plan_execute.planner import Planner, parse_plan - -_TWO_STEP = """\ -#Task1: List all available IoT sites -#Server1: iot -#Tool1: sites -#Dependency1: None -#ExpectedOutput1: A list of site names - -#Task2: Get assets at site MAIN -#Server2: iot -#Tool2: assets -#Dependency2: #S1 -#ExpectedOutput2: A list of asset IDs""" - -_MULTI_DEP = """\ -#Task1: Get sites -#Server1: iot -#Tool1: sites -#Dependency1: None -#ExpectedOutput1: Sites - -#Task2: Get current time -#Server2: utilities -#Tool2: current_date_time -#Dependency2: None -#ExpectedOutput2: Current time - -#Task3: Combine results -#Server3: utilities -#Tool3: none -#Dependency3: #S1, #S2 -#ExpectedOutput3: Combined output""" - -_NO_TASKS = "No tasks here." - - -class TestParsePlan: - def test_two_steps_parsed(self): - plan = parse_plan(_TWO_STEP) - assert len(plan.steps) == 2 - - def test_step_numbers(self): - plan = parse_plan(_TWO_STEP) - assert plan.steps[0].step_number == 1 - assert plan.steps[1].step_number == 2 - - def test_task_text(self): - plan = parse_plan(_TWO_STEP) - assert "IoT sites" in plan.steps[0].task - assert "assets" in plan.steps[1].task - - def test_server_names(self): - plan = parse_plan(_TWO_STEP) - assert plan.steps[0].server == "iot" - assert plan.steps[1].server == "iot" - - def test_tool_names(self): - plan = parse_plan(_TWO_STEP) - assert plan.steps[0].tool == "sites" - assert plan.steps[1].tool == "assets" - - def test_tool_name_signature_stripped(self): - """LLM sometimes copies the 'tool(params)' format from server descriptions. - - parse_plan must strip the signature so the bare name reaches _call_tool. - """ - raw = ( - "#Task1: Get sites\n" - "#Server1: iot\n" - "#Tool1: sites()\n" - "#Dependency1: None\n" - "#ExpectedOutput1: Sites\n\n" - "#Task2: Get assets\n" - "#Server2: iot\n" - "#Tool2: assets(site_name: string)\n" - "#Dependency2: #S1\n" - "#ExpectedOutput2: Assets" - ) - plan = parse_plan(raw) - assert plan.steps[0].tool == "sites" - assert plan.steps[1].tool == "assets" - - def test_tool_args_always_empty(self): - """Planner no longer generates args — tool_args is always {}.""" - plan = parse_plan(_TWO_STEP) - assert plan.steps[0].tool_args == {} - assert plan.steps[1].tool_args == {} - - def test_no_dependency(self): - plan = parse_plan(_TWO_STEP) - assert plan.steps[0].dependencies == [] - - def test_single_dependency(self): - plan = parse_plan(_TWO_STEP) - assert plan.steps[1].dependencies == [1] - - def test_multiple_dependencies(self): - plan = parse_plan(_MULTI_DEP) - assert set(plan.steps[2].dependencies) == {1, 2} - - def test_raw_preserved(self): - plan = parse_plan(_TWO_STEP) - assert plan.raw == _TWO_STEP - - def test_expected_output_captured(self): - plan = parse_plan(_TWO_STEP) - assert "site names" in plan.steps[0].expected_output.lower() - - def test_empty_input_yields_empty_plan(self): - plan = parse_plan("") - assert plan.steps == [] - - def test_no_matching_blocks_yields_empty_plan(self): - plan = parse_plan(_NO_TASKS) - assert plan.steps == [] - - def test_args_lines_in_raw_are_ignored(self): - """#Args lines left over from old prompts are silently ignored.""" - raw = ( - "#Task1: Get sites\n" - "#Server1: iot\n" - "#Tool1: sites\n" - "#Args1: {}\n" - "#Dependency1: None\n" - "#ExpectedOutput1: Sites\n\n" - "#Task2: Get assets\n" - "#Server2: iot\n" - "#Tool2: assets\n" - '#Args2: {"site_name": "MAIN"}\n' - "#Dependency2: #S1\n" - "#ExpectedOutput2: Assets" - ) - plan = parse_plan(raw) - assert plan.steps[0].tool_args == {} - assert plan.steps[1].tool_args == {} - - -class TestPlanner: - def test_generate_plan_uses_llm_output(self, mock_llm): - llm = mock_llm(_TWO_STEP) - planner = Planner(llm) - plan = planner.generate_plan( - "List all assets", - {"iot": " - sites(): List sites\n - assets(site_name: string): List assets"}, - ) - assert len(plan.steps) == 2 - assert plan.steps[0].server == "iot" - assert plan.steps[1].tool == "assets" - - def test_generate_plan_prompt_contains_question(self, mock_llm, monkeypatch): - captured = [] - llm = mock_llm(_TWO_STEP) - original = llm.generate - llm.generate = lambda p, **kw: (captured.append(p), original(p))[1] - - Planner(llm).generate_plan( - "What sensors exist for CH-1?", - {"iot": " - sites(): List sites"}, - ) - assert "What sensors exist for CH-1?" in captured[0] - - def test_generate_plan_prompt_contains_agent_names(self, mock_llm, monkeypatch): - captured = [] - llm = mock_llm(_TWO_STEP) - original = llm.generate - llm.generate = lambda p, **kw: (captured.append(p), original(p))[1] - - Planner(llm).generate_plan( - "Q", - {"iot": " - sites(): List sites", "utilities": " - current_date_time(): Get time"}, - ) - assert "iot" in captured[0] - assert "utilities" in captured[0] - - def test_generate_plan_prompt_does_not_mention_args(self, mock_llm): - """New prompt must not instruct the LLM to fill in #Args.""" - captured = [] - llm = mock_llm(_TWO_STEP) - original = llm.generate - llm.generate = lambda p, **kw: (captured.append(p), original(p))[1] - - Planner(llm).generate_plan("Q", {"iot": " - sites(): List sites"}) - assert "#Args" not in captured[0] diff --git a/src/agent/tests/test_runner.py b/src/agent/tests/test_runner.py deleted file mode 100644 index 6bdbac98b..000000000 --- a/src/agent/tests/test_runner.py +++ /dev/null @@ -1,570 +0,0 @@ -"""Tests for PlanExecuteRunner and Executor.""" - -from __future__ import annotations - -import json -from unittest.mock import AsyncMock, patch - -import pytest - -from agent.plan_execute.executor import ( - Executor, - _parse_json, - _parse_tool_call, - _resolve_args, - _resolve_args_with_llm, -) -from agent.plan_execute.models import Plan, PlanStep, StepResult -from agent.plan_execute.runner import PlanExecuteRunner -from llm import LLMBackend, LLMResult - -# ── shared plan strings ─────────────────────────────────────────────────────── - -_TWO_STEP_PLAN = """\ -#Task1: Get IoT sites -#Server1: iot -#Tool1: sites -#Dependency1: None -#ExpectedOutput1: List of site names - -#Task2: Get current datetime -#Server2: utilities -#Tool2: current_date_time -#Dependency2: None -#ExpectedOutput2: Current date and time""" - -_FINAL_ANSWER = "Sites: MAIN. Current time: 2026-02-18T13:00:00." - -_MOCK_TOOLS = [ - {"name": "sites", "description": "List IoT sites", "parameters": []}, - {"name": "current_date_time", "description": "Get current datetime", "parameters": []}, -] -_TOOL_RESPONSE = json.dumps({"sites": ["MAIN"]}) - -# Arg-resolution responses for the two tool steps in _TWO_STEP_PLAN. -_STEP1_ARGS = "{}" -_STEP2_ARGS = "{}" - - -# ── helpers ─────────────────────────────────────────────────────────────────── - - -def _patch_mcp(tool_response: str = _TOOL_RESPONSE): - return ( - patch("agent.plan_execute.executor._list_tools", new=AsyncMock(return_value=_MOCK_TOOLS)), - patch( - "agent.plan_execute.executor._call_tool", new=AsyncMock(return_value=tool_response) - ), - ) - - -def _make_step( - n: int, - server: str = "iot", - tool: str = "sites", - deps: list[int] | None = None, - expected_output: str = "", -) -> PlanStep: - return PlanStep( - step_number=n, - task=f"Task {n}", - server=server, - tool=tool, - tool_args={}, - dependencies=deps or [], - expected_output=expected_output or f"output {n}", - ) - - -class _CapturingLLM: - """Records every generate() prompt and returns a canned response.""" - - def __init__(self, response: str = "{}") -> None: - self.prompts: list[str] = [] - self._response = response - - def generate(self, prompt: str, **_kw) -> str: - self.prompts.append(prompt) - return self._response - - -# ── orchestrator tests ──────────────────────────────────────────────────────── - - -@pytest.mark.anyio -async def test_orchestrator_run_returns_result(sequential_llm): - llm = sequential_llm([ - _TWO_STEP_PLAN, # planner call - _STEP1_ARGS, # arg resolution for step 1 - _STEP2_ARGS, # arg resolution for step 2 - _FINAL_ANSWER, # summarisation - ]) - with _patch_mcp()[0], _patch_mcp()[1]: - result = await PlanExecuteRunner(llm).run("What are the IoT sites?") - - assert result.question == "What are the IoT sites?" - assert result.answer == _FINAL_ANSWER - assert len(result.plan.steps) == 2 - assert len(result.trajectory) == 2 - - -@pytest.mark.anyio -async def test_orchestrator_all_steps_succeed(sequential_llm): - llm = sequential_llm([_TWO_STEP_PLAN, _STEP1_ARGS, _STEP2_ARGS, _FINAL_ANSWER]) - with _patch_mcp()[0], _patch_mcp()[1]: - result = await PlanExecuteRunner(llm).run("Q") - - assert all(r.success for r in result.trajectory) - - -@pytest.mark.anyio -async def test_orchestrator_unknown_server_recorded_as_error(sequential_llm): - bad_plan = ( - "#Task1: Do something\n" - "#Server1: ghost\n" - "#Tool1: ghost_tool\n" - "#Dependency1: None\n" - "#ExpectedOutput1: Result\n" - ) - # Unknown server returns early — no arg-resolution LLM call for that step. - llm = sequential_llm([bad_plan, _FINAL_ANSWER]) - with _patch_mcp()[0], _patch_mcp()[1]: - result = await PlanExecuteRunner(llm).run("Q") - - assert len(result.trajectory) == 1 - assert result.trajectory[0].success is False - assert "ghost" in result.trajectory[0].error - - -class _UsageReportingLLM(LLMBackend): - """Sequential LLM that reports per-call token usage via LLMResult.""" - - def __init__(self, items: list[tuple[str, int, int]]) -> None: - self._items = iter(items) - - def generate(self, prompt: str, temperature: float = 0.0) -> str: - return self.generate_with_usage(prompt, temperature).text - - def generate_with_usage( - self, prompt: str, temperature: float = 0.0 - ) -> LLMResult: - text, in_tok, out_tok = next(self._items, ("", 0, 0)) - return LLMResult(text=text, input_tokens=in_tok, output_tokens=out_tok) - - -@pytest.mark.anyio -async def test_orchestrator_accumulates_token_usage_across_llm_calls(): - """Plan + 2 arg-resolution + summarise → summed input/output tokens.""" - llm = _UsageReportingLLM([ - (_TWO_STEP_PLAN, 100, 50), # planner - (_STEP1_ARGS, 20, 5), # step 1 arg resolution - (_STEP2_ARGS, 30, 5), # step 2 arg resolution - (_FINAL_ANSWER, 200, 40), # summarise - ]) - runner = PlanExecuteRunner(llm) - with _patch_mcp()[0], _patch_mcp()[1]: - await runner.run("Q") - - assert runner._meter.input_tokens == 350 - assert runner._meter.output_tokens == 100 - - -@pytest.mark.anyio -async def test_orchestrator_no_tool_returns_expected_output(sequential_llm): - """A step with tool=none returns expected_output without any MCP or LLM call.""" - plan_with_no_tool = ( - "#Task1: Answer from context\n" - "#Server1: iot\n" - "#Tool1: none\n" - "#Dependency1: None\n" - "#ExpectedOutput1: 42\n" - ) - # Only planner + summarisation — no arg-resolution call for the no-tool step. - llm = sequential_llm([plan_with_no_tool, "Final: 42"]) - with _patch_mcp()[0], _patch_mcp()[1]: - result = await PlanExecuteRunner(llm).run("Simple Q") - - assert result.trajectory[0].response == "42" - assert result.trajectory[0].success is True - - -# ── executor unit tests ─────────────────────────────────────────────────────── - - -@pytest.mark.anyio -async def test_executor_unknown_server(mock_llm): - executor = Executor(mock_llm(""), server_paths={}) - - plan = Plan(steps=[_make_step(1)], raw="") - with _patch_mcp()[0], _patch_mcp()[1]: - results = await executor.execute_plan(plan, "Q") - - assert results[0].success is False - assert "iot" in results[0].error - - -@pytest.mark.anyio -async def test_executor_get_server_descriptions(mock_llm): - executor = Executor(mock_llm(), server_paths={"TestServer": None}) - - with patch( - "agent.plan_execute.executor._list_tools", - new=AsyncMock( - return_value=[{"name": "foo", "description": "does foo", "parameters": []}] - ), - ): - descs = await executor.get_server_descriptions() - - assert "TestServer" in descs - assert "foo" in descs["TestServer"] - - -@pytest.mark.anyio -async def test_executor_no_tool_step_skips_llm(): - """tool=none must not trigger an LLM call for arg resolution.""" - from pathlib import Path - - llm = _CapturingLLM() - executor = Executor(llm, server_paths={"iot": Path("/fake/server.py")}) # type: ignore[arg-type] - - step = _make_step(1, tool="none", expected_output="42") - result = await executor.execute_step(step, {}, "Q") - - assert result.response == "42" - assert result.success is True - assert llm.prompts == [] # LLM was never called - - -@pytest.mark.anyio -async def test_executor_step_result_carries_resolved_args(sequential_llm): - """StepResult.tool_args must reflect the args the LLM generated, not {}.""" - from pathlib import Path - - llm = sequential_llm(['{"site_name": "MAIN"}']) - executor = Executor(llm, server_paths={"iot": Path("/fake/server.py")}) - - step = _make_step(1, tool="assets") - with ( - patch("agent.plan_execute.executor._list_tools", new=AsyncMock(return_value=_MOCK_TOOLS)), - patch("agent.plan_execute.executor._call_tool", new=AsyncMock(return_value="{}")), - ): - result = await executor.execute_step(step, {}, "List assets at MAIN") - - assert result.tool_args == {"site_name": "MAIN"} - - -@pytest.mark.anyio -async def test_executor_tool_call_exception_recorded_as_error(sequential_llm): - """If _call_tool raises, the error is captured in StepResult (no crash).""" - from pathlib import Path - - llm = sequential_llm(['{}']) - executor = Executor(llm, server_paths={"iot": Path("/fake/server.py")}) - - step = _make_step(1, tool="sites") - with ( - patch("agent.plan_execute.executor._list_tools", new=AsyncMock(return_value=_MOCK_TOOLS)), - patch("agent.plan_execute.executor._call_tool", new=AsyncMock(side_effect=RuntimeError("timeout"))), - ): - result = await executor.execute_step(step, {}, "Q") - - assert result.success is False - assert "timeout" in result.error - - -@pytest.mark.anyio -async def test_executor_calls_llm_to_generate_args(sequential_llm): - """Each tool step triggers exactly one LLM call for arg generation.""" - from pathlib import Path - - llm = sequential_llm([ - '{}', # step 1: sites (no args) - '{"site_name": "MAIN", "asset_id": "CH-1"}', # step 2: sensors - ]) - executor = Executor(llm, server_paths={"iot": Path("/fake/server.py")}) - - plan = Plan( - steps=[ - _make_step(1, tool="sites"), - _make_step(2, tool="sensors", deps=[1]), - ], - raw="", - ) - call_mock = AsyncMock(side_effect=[ - json.dumps({"sites": ["MAIN"]}), - json.dumps({"sensors": ["temp"]}), - ]) - with ( - patch("agent.plan_execute.executor._list_tools", new=AsyncMock(return_value=_MOCK_TOOLS)), - patch("agent.plan_execute.executor._call_tool", new=call_mock), - ): - results = await executor.execute_plan(plan, "Q") - - assert all(r.success for r in results) - step2_args = call_mock.call_args_list[1].args[2] - assert step2_args["site_name"] == "MAIN" - assert step2_args["asset_id"] == "CH-1" - - -@pytest.mark.anyio -async def test_executor_prior_step_results_in_llm_prompt(): - """Prior step results appear in the LLM prompt for dependent steps.""" - from pathlib import Path - - llm = _CapturingLLM('{"asset_id": "CH-1"}') - executor = Executor(llm, server_paths={"iot": Path("/fake/server.py")}) # type: ignore[arg-type] - - plan = Plan( - steps=[ - _make_step(1, tool="sites"), - _make_step(2, tool="sensors", deps=[1]), - ], - raw="", - ) - site_resp = json.dumps({"sites": ["MAIN"]}) - call_mock = AsyncMock(side_effect=[site_resp, '{"sensors": []}']) - with ( - patch("agent.plan_execute.executor._list_tools", new=AsyncMock(return_value=_MOCK_TOOLS)), - patch("agent.plan_execute.executor._call_tool", new=call_mock), - ): - await executor.execute_plan(plan, "List sensors for CH-1") - - # Step 2's LLM prompt (index 1) must contain step 1's tool response. - assert site_resp in llm.prompts[1] - - -@pytest.mark.anyio -async def test_executor_no_prior_context_shows_none_in_prompt(): - """When no prior steps exist the prompt contains the literal '(none)'.""" - from pathlib import Path - - llm = _CapturingLLM('{}') - executor = Executor(llm, server_paths={"iot": Path("/fake/server.py")}) # type: ignore[arg-type] - - step = _make_step(1, tool="sites") - with ( - patch("agent.plan_execute.executor._list_tools", new=AsyncMock(return_value=_MOCK_TOOLS)), - patch("agent.plan_execute.executor._call_tool", new=AsyncMock(return_value="{}")), - ): - await executor.execute_step(step, {}, "Q") - - assert "(none)" in llm.prompts[0] - - -@pytest.mark.anyio -async def test_executor_context_accumulates_across_steps(): - """Step 3's LLM prompt contains results from both steps 1 and 2.""" - from pathlib import Path - - llm = _CapturingLLM('{}') - executor = Executor(llm, server_paths={"iot": Path("/fake/server.py")}) # type: ignore[arg-type] - - plan = Plan( - steps=[ - _make_step(1, tool="sites"), - _make_step(2, tool="assets", deps=[1]), - _make_step(3, tool="sensors", deps=[2]), - ], - raw="", - ) - resp1, resp2, resp3 = '{"sites":["MAIN"]}', '{"assets":["CH-1"]}', '{"sensors":[]}' - call_mock = AsyncMock(side_effect=[resp1, resp2, resp3]) - with ( - patch("agent.plan_execute.executor._list_tools", new=AsyncMock(return_value=_MOCK_TOOLS)), - patch("agent.plan_execute.executor._call_tool", new=call_mock), - ): - await executor.execute_plan(plan, "Q") - - step3_prompt = llm.prompts[2] - assert resp1 in step3_prompt - assert resp2 in step3_prompt - - -@pytest.mark.anyio -async def test_pipeline_uses_llm_args_for_each_step(sequential_llm): - """End-to-end: executor generates args via LLM for every tool step.""" - planner_output = ( - "#Task1: Get IoT sites\n" - "#Server1: iot\n" - "#Tool1: sites\n" - "#Dependency1: None\n" - "#ExpectedOutput1: List of site names\n\n" - "#Task2: Get assets at the site from step 1\n" - "#Server2: iot\n" - "#Tool2: assets\n" - "#Dependency2: #S1\n" - "#ExpectedOutput2: List of assets" - ) - llm = sequential_llm([ - planner_output, # planner call - '{}', # arg resolution for step 1 (sites needs no args) - '{"site_name": "MAIN"}', # arg resolution for step 2 (uses step 1 result) - "Final answer.", # summarisation - ]) - - call_mock = AsyncMock(side_effect=['{"sites": ["MAIN"]}', '{"assets": ["CH-1"]}']) - with ( - patch("agent.plan_execute.executor._list_tools", new=AsyncMock(return_value=_MOCK_TOOLS)), - patch("agent.plan_execute.executor._call_tool", new=call_mock), - ): - result = await PlanExecuteRunner(llm).run("List all assets at site MAIN") - - assert all(r.success for r in result.trajectory) - step2_args = call_mock.call_args_list[1].args[2] - assert step2_args["site_name"] == "MAIN" - - -# ── _resolve_args_with_llm tests ────────────────────────────────────────────── - - -@pytest.mark.anyio -async def test_resolve_args_with_llm_uses_context(mock_llm): - llm = mock_llm('{"asset_id": "CH-1"}') - ctx = {1: StepResult(step_number=1, task="t", server="a", - response='{"assets": ["CH-1", "CH-2"]}')} - result = await _resolve_args_with_llm( - "What sensors does CH-1 have?", "get sensors", "sensors", "", ctx, llm, - ) - assert result["asset_id"] == "CH-1" - - -@pytest.mark.anyio -async def test_resolve_args_with_llm_fallback_on_bad_json(mock_llm): - llm = mock_llm("I cannot determine the value.") - ctx = {1: StepResult(step_number=1, task="t", server="a", response="data")} - result = await _resolve_args_with_llm("task", "task", "tool", "", ctx, llm) - assert result == {} - - -@pytest.mark.anyio -async def test_resolve_args_with_llm_question_in_prompt(): - llm = _CapturingLLM('{"site_name": "MAIN"}') - await _resolve_args_with_llm( - "What sites exist?", "List sites", "sites", "", {}, llm # type: ignore[arg-type] - ) - assert "What sites exist?" in llm.prompts[0] - - -@pytest.mark.anyio -async def test_resolve_args_with_llm_tool_in_prompt(): - llm = _CapturingLLM('{}') - await _resolve_args_with_llm("Q", "List IoT sites", "sites", "", {}, llm) # type: ignore[arg-type] - assert "sites" in llm.prompts[0] - - -@pytest.mark.anyio -async def test_resolve_args_with_llm_schema_in_prompt(): - """Tool parameter schema appears in the prompt so LLM uses correct names.""" - llm = _CapturingLLM('{"site_name": "MAIN"}') - await _resolve_args_with_llm( # type: ignore[arg-type] - "Q", "List assets", "assets", "site_name: string", {}, llm - ) - assert "site_name: string" in llm.prompts[0] - - -@pytest.mark.anyio -async def test_resolve_args_with_llm_unknown_schema_shows_sentinel(): - """Empty schema renders as '(unknown)' in the prompt.""" - llm = _CapturingLLM('{}') - await _resolve_args_with_llm("Q", "task", "tool", "", {}, llm) # type: ignore[arg-type] - assert "(unknown)" in llm.prompts[0] - - -@pytest.mark.anyio -async def test_resolve_args_with_llm_context_in_prompt(): - """Prior step results appear verbatim in the generated prompt.""" - llm = _CapturingLLM('{}') - ctx = {1: StepResult(step_number=1, task="t", server="a", response="step-one-result")} - await _resolve_args_with_llm("Q", "task", "tool", "", ctx, llm) # type: ignore[arg-type] - assert "step-one-result" in llm.prompts[0] - - -@pytest.mark.anyio -async def test_resolve_args_with_llm_empty_context_shows_none(): - llm = _CapturingLLM('{}') - await _resolve_args_with_llm("Q", "task", "tool", "", {}, llm) # type: ignore[arg-type] - assert "(none)" in llm.prompts[0] - - -# ── _resolve_args tests (simple substitution, kept for reference) ───────────── - - -def test_resolve_args_no_placeholders(): - args = {"site_name": "MAIN", "limit": 10} - assert _resolve_args(args, {}) == args - - -def test_resolve_args_replaces_placeholder(): - ctx = {1: StepResult(step_number=1, task="t", server="a", response="MAIN")} - resolved = _resolve_args({"site_name": "{step_1}"}, ctx) - assert resolved["site_name"] == "MAIN" - - -def test_resolve_args_missing_step_keeps_placeholder(): - resolved = _resolve_args({"site_name": "{step_9}"}, {}) - assert resolved["site_name"] == "{step_9}" - - -def test_resolve_args_non_string_values_unchanged(): - args = {"count": 5, "flag": True} - assert _resolve_args(args, {}) == args - - -# ── _parse_json tests ───────────────────────────────────────────────────────── - - -def test_parse_json_plain(): - assert _parse_json('{"a": "b"}') == {"a": "b"} - - -def test_parse_json_markdown_fence(): - assert _parse_json('```json\n{"a": "b"}\n```') == {"a": "b"} - - -def test_parse_json_embedded(): - assert _parse_json('Result: {"a": "b"} done.') == {"a": "b"} - - -def test_parse_json_unrecoverable_returns_none(): - assert _parse_json("no json here") is None - - -def test_parse_json_empty_object_returns_empty_dict(): - assert _parse_json("{}") == {} - - -# ── _parse_tool_call tests ──────────────────────────────────────────────────── - - -def test_parse_tool_call_plain_json(): - raw = '{"tool": "sites", "args": {}}' - result = _parse_tool_call(raw) - assert result["tool"] == "sites" - assert result["args"] == {} - - -def test_parse_tool_call_with_markdown_fence(): - raw = '```json\n{"tool": "history", "args": {"site_name": "MAIN"}}\n```' - result = _parse_tool_call(raw) - assert result["tool"] == "history" - assert result["args"]["site_name"] == "MAIN" - - -def test_parse_tool_call_null_tool(): - raw = '{"tool": null, "answer": "42"}' - result = _parse_tool_call(raw) - assert result["tool"] is None - assert result["answer"] == "42" - - -def test_parse_tool_call_embedded_json(): - raw = 'Here is my response: {"tool": "sites", "args": {}} done.' - result = _parse_tool_call(raw) - assert result["tool"] == "sites" - - -def test_parse_tool_call_unrecoverable_returns_direct_answer(): - raw = "I cannot decide which tool to use." - result = _parse_tool_call(raw) - assert result["tool"] is None - assert result["answer"] == raw diff --git a/src/agent/tests/test_timing.py b/src/agent/tests/test_timing.py deleted file mode 100644 index e41bef2e6..000000000 --- a/src/agent/tests/test_timing.py +++ /dev/null @@ -1,64 +0,0 @@ -"""Tests for timing fields on trajectory models and plan-execute wiring. - -Timing fields (``duration_ms`` on ``ToolCall`` / ``TurnRecord`` / ``StepResult``, -``started_at`` on ``Trajectory``) must default to ``None`` so a runner that -cannot measure them cleanly still produces a valid trajectory. The -plan-execute executor always populates ``StepResult.duration_ms``. -""" - -from __future__ import annotations - -from unittest.mock import AsyncMock, patch - -import pytest - -from agent.models import ToolCall, Trajectory, TurnRecord -from agent.plan_execute.executor import Executor -from agent.plan_execute.models import Plan, PlanStep, StepResult - - -def test_toolcall_duration_defaults_none(): - tc = ToolCall(name="sensors", input={}) - assert tc.duration_ms is None - - -def test_turnrecord_duration_defaults_none(): - turn = TurnRecord(index=0, text="") - assert turn.duration_ms is None - - -def test_trajectory_started_at_defaults_none(): - traj = Trajectory() - assert traj.started_at is None - - -def test_stepresult_duration_defaults_none(): - step = StepResult(step_number=1, task="t", server="iot", response="ok") - assert step.duration_ms is None - - -@pytest.mark.anyio -async def test_executor_records_per_step_duration(): - """execute_plan must populate StepResult.duration_ms for every step.""" - plan = Plan( - steps=[ - PlanStep( - step_number=1, - task="get sites", - server="iot", - tool="", - tool_args={}, - dependencies=[], - expected_output="MAIN", - ), - ], - raw="", - ) - executor = Executor(llm=AsyncMock(), server_paths={"iot": "iot-mcp-server"}) - - with patch.object(executor, "get_server_descriptions", AsyncMock(return_value={})): - results = await executor.execute_plan(plan, question="q") - - assert len(results) == 1 - assert results[0].duration_ms is not None - assert results[0].duration_ms >= 0 diff --git a/src/couchdb/couchdb_setup.sh b/src/couchdb/couchdb_setup.sh deleted file mode 100644 index 85d8863a4..000000000 --- a/src/couchdb/couchdb_setup.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh -xe - -cat >/opt/couchdb/etc/local.ini </dev/null; do - sleep 2 -done -echo "CouchDB is ready." - -echo "Installing Python dependencies..." -apt-get update -qq -apt-get install -y -qq python3 python3-pip -pip3 install -q --break-system-packages requests pandas python-dotenv - -echo "Loading IoT asset data..." -COUCHDB_URL="http://localhost:5984" \ - python3 /couchdb/init_asset_data.py \ - --data-file /sample_data/iot/chiller_6.json \ - --db "${IOT_DBNAME:-iot}" \ - --drop - -COUCHDB_URL="http://localhost:5984" \ - python3 /couchdb/init_asset_data.py \ - --data-file /sample_data/iot/metro_pump_1.json \ - --db "${IOT_DBNAME:-iot}" - -COUCHDB_URL="http://localhost:5984" \ - python3 /couchdb/init_asset_data.py \ - --data-file /sample_data/iot/hydraulic_pump_1.json \ - --db "${IOT_DBNAME:-iot}" - -echo "Loading work order data..." -COUCHDB_URL="http://localhost:5984" \ - python3 /couchdb/init_wo.py \ - --data-dir /sample_data/work_order \ - --db "${WO_DBNAME:-workorder}" \ - --drop - -# Load vibration sample data (Motor_01 bearing fault) into a dedicated database -VIBRATION_FILE="/sample_data/iot/motor_01.json" -if [ -f "$VIBRATION_FILE" ]; then - echo "Loading vibration data..." - COUCHDB_URL="http://localhost:5984" \ - python3 /couchdb/init_asset_data.py \ - --data-file "$VIBRATION_FILE" \ - --db "${VIBRATION_DBNAME:-vibration}" \ - --drop -else - echo "⚠️ $VIBRATION_FILE not found, skipping vibration data." -fi - -echo "✅ All databases initialised." -tail -f /dev/null diff --git a/src/couchdb/docker-compose.yaml b/src/couchdb/docker-compose.yaml deleted file mode 100644 index b4665bfd7..000000000 --- a/src/couchdb/docker-compose.yaml +++ /dev/null @@ -1,25 +0,0 @@ -services: - couchdb: - image: couchdb:3.5 - environment: - COUCHDB_USERNAME: admin - COUCHDB_PASSWORD: password - IOT_DBNAME: iot - WO_DBNAME: workorder - VIBRATION_DBNAME: vibration - ports: - - "5984:5984" - volumes: - - couchdb-data:/opt/couchdb/data - - ./couchdb_setup.sh:/opt/couchdb/etc/couchdb_setup.sh - - ./sample_data:/sample_data - - ./:/couchdb - command: ["sh", "/opt/couchdb/etc/couchdb_setup.sh"] - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:5984/"] - interval: 10s - timeout: 5s - retries: 10 - -volumes: - couchdb-data: diff --git a/src/couchdb/init_asset_data.py b/src/couchdb/init_asset_data.py deleted file mode 100644 index 041827068..000000000 --- a/src/couchdb/init_asset_data.py +++ /dev/null @@ -1,140 +0,0 @@ -"""Initialize the CouchDB IoT asset database from a JSON sensor data file. - -Usage: - python -m couchdb.init_asset_data [--data-file ] [--db ] [--drop] - -Environment variables (or .env): - COUCHDB_URL e.g. http://localhost:5984 - COUCHDB_USERNAME admin user - COUCHDB_PASSWORD admin password - IOT_DBNAME target database (default: iot) - ASSET_DATA_FILE override JSON file path -""" - -import argparse -import json -import logging -import math -import os -import sys - -import requests -from dotenv import load_dotenv - -load_dotenv() - -logging.basicConfig(level=logging.INFO, format="%(levelname)s %(message)s") -logger = logging.getLogger(__name__) - -# --------------------------------------------------------------------------- -# Defaults -# --------------------------------------------------------------------------- - -_SCRIPT_DIR = os.path.dirname(__file__) -_DEFAULT_DATA_FILE = os.path.join( - _SCRIPT_DIR, "sample_data", "iot", "chiller_6.json" -) - -COUCHDB_URL = os.environ.get("COUCHDB_URL", "http://localhost:5984") -COUCHDB_USERNAME = os.environ.get("COUCHDB_USERNAME", "admin") -COUCHDB_PASSWORD = os.environ.get("COUCHDB_PASSWORD", "password") -IOT_DBNAME = os.environ.get("IOT_DBNAME", "iot") -ASSET_DATA_FILE = os.environ.get("ASSET_DATA_FILE", _DEFAULT_DATA_FILE) - -_AUTH = (COUCHDB_USERNAME, COUCHDB_PASSWORD) - -# Mango index for typical IoT queries -_INDEXES = [ - ["asset_id", "timestamp"], -] - - -# --------------------------------------------------------------------------- -# Helpers -# --------------------------------------------------------------------------- - - -def _db_url(db: str, *parts: str) -> str: - return "/".join([COUCHDB_URL.rstrip("/"), db] + list(parts)) - - -def _ensure_db(db_name: str, drop: bool) -> bool: - """Return True if the database was freshly created (data should be loaded), False if it already existed.""" - url = _db_url(db_name) - resp = requests.head(url, auth=_AUTH, timeout=10) - if resp.status_code == 200: - if drop: - logger.info("Dropping existing database '%s'…", db_name) - requests.delete(url, auth=_AUTH, timeout=10).raise_for_status() - else: - logger.info("Database '%s' already exists — skipping.", db_name) - return False - logger.info("Creating database '%s'…", db_name) - requests.put(url, auth=_AUTH, timeout=10).raise_for_status() - return True - - -def _create_indexes(db_name: str) -> None: - url = _db_url(db_name, "_index") - for fields in _INDEXES: - payload = {"index": {"fields": fields}, "type": "json"} - resp = requests.post(url, json=payload, auth=_AUTH, timeout=10) - resp.raise_for_status() - logger.info("Index on %s: %s", fields, resp.json().get("result", "?")) - - -def _bulk_insert(db_name: str, docs: list, batch_size: int = 500) -> None: - url = _db_url(db_name, "_bulk_docs") - total = len(docs) - for i in range(0, total, batch_size): - batch = docs[i : i + batch_size] - resp = requests.post(url, json={"docs": batch}, auth=_AUTH, timeout=60) - resp.raise_for_status() - errors = [r for r in resp.json() if r.get("error")] - if errors: - logger.warning("%d bulk-insert errors in batch %d", len(errors), i // batch_size) - logger.info( - "Inserted batch %d/%d (%d docs)", - i // batch_size + 1, - math.ceil(total / batch_size), - len(batch), - ) - - -# --------------------------------------------------------------------------- -# Main -# --------------------------------------------------------------------------- - - -def main() -> None: - parser = argparse.ArgumentParser(description="Initialize CouchDB IoT asset database from JSON.") - parser.add_argument("--data-file", default=ASSET_DATA_FILE, help="Path to sensor data JSON file") - parser.add_argument("--db", default=IOT_DBNAME, help="CouchDB database name") - parser.add_argument("--drop", action="store_true", help="Drop and recreate database if it exists") - args = parser.parse_args() - - logger.info("CouchDB URL: %s", COUCHDB_URL) - logger.info("Database: %s", args.db) - logger.info("Data file: %s", args.data_file) - - if not os.path.exists(args.data_file): - logger.error("Data file not found: %s", args.data_file) - sys.exit(1) - - with open(args.data_file) as f: - docs = json.load(f) - - if not isinstance(docs, list) or not docs: - logger.error("Expected a non-empty JSON array in %s", args.data_file) - sys.exit(1) - - logger.info("Loaded %d documents from '%s'", len(docs), args.data_file) - - _ensure_db(args.db, drop=args.drop) - _bulk_insert(args.db, docs) - _create_indexes(args.db) - logger.info("Done. Database '%s' is ready.", args.db) - - -if __name__ == "__main__": - main() diff --git a/src/couchdb/init_wo.py b/src/couchdb/init_wo.py deleted file mode 100644 index 882aaf6c0..000000000 --- a/src/couchdb/init_wo.py +++ /dev/null @@ -1,190 +0,0 @@ -"""Initialize the CouchDB work-order database from CSV files. - -Usage: - python -m couchdb.init_wo [--data-dir ] [--db ] [--drop] - -Environment variables (or .env): - COUCHDB_URL e.g. http://localhost:5984 - COUCHDB_USERNAME admin user - COUCHDB_PASSWORD admin password - WO_DBNAME target database (default: workorder) - WO_DATA_DIR override CSV directory -""" - -import argparse -import logging -import math -import os -import sys - -import pandas as pd -import requests -from dotenv import load_dotenv - -load_dotenv() - -logging.basicConfig(level=logging.INFO, format="%(levelname)s %(message)s") -logger = logging.getLogger(__name__) - -# --------------------------------------------------------------------------- -# Defaults -# --------------------------------------------------------------------------- - -_SCRIPT_DIR = os.path.dirname(__file__) -_DEFAULT_DATA_DIR = os.path.join(_SCRIPT_DIR, "sample_data", "work_order") - -COUCHDB_URL = os.environ.get("COUCHDB_URL", "http://localhost:5984") -COUCHDB_USERNAME = os.environ.get("COUCHDB_USERNAME", "admin") -COUCHDB_PASSWORD = os.environ.get("COUCHDB_PASSWORD", "password") -WO_DBNAME = os.environ.get("WO_DBNAME", "workorder") -WO_DATA_DIR = os.environ.get("WO_DATA_DIR", _DEFAULT_DATA_DIR) - -# --------------------------------------------------------------------------- -# CSV → dataset mapping -# --------------------------------------------------------------------------- - -# (csv_filename, _dataset key, date columns and their parse formats) -_DATASETS = [ - ( - "all_wo_with_code_component_events.csv", - "wo_events", - {"actual_finish": "%m/%d/%y %H:%M"}, - ), - ( - "event.csv", - "events", - {"event_time": "%Y-%m-%d %H:%M:%S"}, - ), - ( - "alert_events.csv", - "alert_events", - {"start_time": "%m/%d/%y %H:%M", "end_time": "%m/%d/%y %H:%M"}, - ), - ("alert_rule.csv", "alert_rule", {}), - ("alert_rule_failure_code_mapping.csv", "alert_rule_fc_mapping", {}), - ("anomaly_to_failure_code_mapping.csv", "anomaly_fc_mapping", {}), - ("failure_codes.csv", "failure_codes", {}), - ("primary_failure_codes.csv", "primary_failure_codes", {}), - ("component.csv", "component", {}), -] - -# Mango indexes to create: list of field-lists -_INDEXES = [ - ["dataset", "equipment_id"], - ["dataset", "actual_finish"], - ["dataset", "event_time"], - ["dataset", "rule_id"], - ["dataset", "primary_code"], -] - -# --------------------------------------------------------------------------- -# Helpers -# --------------------------------------------------------------------------- - -_AUTH = (COUCHDB_USERNAME, COUCHDB_PASSWORD) - - -def _db_url(db: str, *parts: str) -> str: - return "/".join([COUCHDB_URL.rstrip("/"), db] + list(parts)) - - -def _ensure_db(db_name: str, drop: bool) -> None: - url = _db_url(db_name) - resp = requests.head(url, auth=_AUTH, timeout=10) - if resp.status_code == 200: - if drop: - logger.info("Dropping existing database '%s'…", db_name) - requests.delete(url, auth=_AUTH, timeout=10).raise_for_status() - else: - logger.info("Database '%s' already exists — skipping creation.", db_name) - return - logger.info("Creating database '%s'…", db_name) - requests.put(url, auth=_AUTH, timeout=10).raise_for_status() - - -def _create_indexes(db_name: str) -> None: - url = _db_url(db_name, "_index") - for fields in _INDEXES: - payload = {"index": {"fields": fields}, "type": "json"} - resp = requests.post(url, json=payload, auth=_AUTH, timeout=10) - resp.raise_for_status() - logger.info("Index on %s: %s", fields, resp.json().get("result", "?")) - - -def _bulk_insert(db_name: str, docs: list, batch_size: int = 500) -> None: - url = _db_url(db_name, "_bulk_docs") - total = len(docs) - for i in range(0, total, batch_size): - batch = docs[i : i + batch_size] - resp = requests.post(url, json={"docs": batch}, auth=_AUTH, timeout=60) - resp.raise_for_status() - errors = [r for r in resp.json() if r.get("error")] - if errors: - logger.warning("%d bulk-insert errors in batch %d", len(errors), i // batch_size) - logger.info("Inserted batch %d/%d (%d docs)", i // batch_size + 1, math.ceil(total / batch_size), len(batch)) - - -def _row_to_doc(row: dict, dataset: str, date_cols: dict) -> dict: - """Convert a CSV row dict to a CouchDB document dict.""" - doc: dict = {"dataset": dataset} - for k, v in row.items(): - if pd.isna(v): - doc[k] = None - elif k in date_cols and isinstance(v, pd.Timestamp): - doc[k] = v.isoformat() - else: - doc[k] = v - return doc - - -def load_dataset(data_dir: str, csv_file: str, dataset: str, date_cols: dict) -> list: - path = os.path.join(data_dir, csv_file) - if not os.path.exists(path): - logger.warning("CSV not found, skipping: %s", path) - return [] - - df = pd.read_csv(path, dtype=str) - for col, fmt in date_cols.items(): - if col in df.columns: - df[col] = pd.to_datetime(df[col], format=fmt, errors="coerce") - - docs = [_row_to_doc(row, dataset, date_cols) for row in df.to_dict(orient="records")] - logger.info("Loaded %d rows from '%s' → dataset '%s'", len(docs), csv_file, dataset) - return docs - - -# --------------------------------------------------------------------------- -# Main -# --------------------------------------------------------------------------- - - -def main() -> None: - parser = argparse.ArgumentParser(description="Initialize CouchDB work-order database from CSVs.") - parser.add_argument("--data-dir", default=WO_DATA_DIR, help="Directory containing CSVs") - parser.add_argument("--db", default=WO_DBNAME, help="CouchDB database name") - parser.add_argument("--drop", action="store_true", help="Drop and recreate database if it exists") - args = parser.parse_args() - - logger.info("CouchDB URL: %s", COUCHDB_URL) - logger.info("Database: %s", args.db) - logger.info("Data dir: %s", args.data_dir) - - _ensure_db(args.db, drop=args.drop) - - all_docs: list = [] - for csv_file, dataset, date_cols in _DATASETS: - all_docs.extend(load_dataset(args.data_dir, csv_file, dataset, date_cols)) - - if not all_docs: - logger.error("No documents to insert — check --data-dir path.") - sys.exit(1) - - logger.info("Inserting %d total documents…", len(all_docs)) - _bulk_insert(args.db, all_docs) - - _create_indexes(args.db) - logger.info("Done. Database '%s' is ready.", args.db) - - -if __name__ == "__main__": - main() diff --git a/src/couchdb/sample_data/iot/chiller_6.json b/src/couchdb/sample_data/iot/chiller_6.json deleted file mode 100644 index 8b1d0d1f5..000000000 --- a/src/couchdb/sample_data/iot/chiller_6.json +++ /dev/null @@ -1,40361 +0,0 @@ -[ - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.88189585817613, - "Chiller 6 Chiller Efficiency": 0.28946467938539056, - "Chiller 6 Tonnage": 451.80809212871776, - "Chiller 6 Supply Temperature": 46.02305470389098, - "Chiller 6 Return Temperature": 34.63936260818742, - "Chiller 6 Condenser Water Flow": 6047.8850449535175, - "Chiller 6 Schedule": 1.2905024159187255, - "Chiller 6 Power Input": 136.36848363585833, - "Chiller 6 Chiller % Loaded": 97.29558271478476, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.145166962235495, - "Chiller 6 Setpoint Temperature": 14.068845930048992 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.55108375212833, - "Chiller 6 Chiller Efficiency": 0.3041392364110553, - "Chiller 6 Tonnage": 937.3103948629316, - "Chiller 6 Supply Temperature": 30.60131165782753, - "Chiller 6 Return Temperature": 57.643732424816214, - "Chiller 6 Condenser Water Flow": 8082.3336510349445, - "Chiller 6 Power Input": 698.4878938911671, - "Chiller 6 Chiller % Loaded": 109.21908113757557, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.289418829469813, - "Chiller 6 Setpoint Temperature": 88.9965216508316 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.05397425839819, - "Chiller 6 Chiller Efficiency": 0.4194435665631348, - "Chiller 6 Tonnage": 4.040766320509142, - "Chiller 6 Supply Temperature": 76.403888144341, - "Chiller 6 Return Temperature": 105.44816339933168, - "Chiller 6 Condenser Water Flow": 1864.6537050444165, - "Chiller 6 Power Input": 496.8335178332648, - "Chiller 6 Chiller % Loaded": 79.66268122472329, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.13454161565426, - "Chiller 6 Setpoint Temperature": 50.884663625044084 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.8900198367661, - "Chiller 6 Chiller Efficiency": 0.16888714131448074, - "Chiller 6 Tonnage": 187.8250201633465, - "Chiller 6 Supply Temperature": 43.400980996623744, - "Chiller 6 Return Temperature": 63.10707756686556, - "Chiller 6 Condenser Water Flow": 3565.4035051798683, - "Chiller 6 Power Input": 738.7925067335242, - "Chiller 6 Chiller % Loaded": 87.38245588048855, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.121515001963374, - "Chiller 6 Setpoint Temperature": 9.045934872192387 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.645216694929523, - "Chiller 6 Chiller Efficiency": 0.14490009745651103, - "Chiller 6 Tonnage": 1112.9096435075464, - "Chiller 6 Supply Temperature": 77.36308679805504, - "Chiller 6 Return Temperature": 15.112031266138093, - "Chiller 6 Condenser Water Flow": 9170.114467885769, - "Chiller 6 Power Input": 536.9751657482287, - "Chiller 6 Chiller % Loaded": 63.67634703751933, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.39786863179451, - "Chiller 6 Setpoint Temperature": 9.23731379445684 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.059010932063668, - "Chiller 6 Chiller Efficiency": 0.4887038066298923, - "Chiller 6 Tonnage": 2202.280246379424, - "Chiller 6 Supply Temperature": 53.187607333792904, - "Chiller 6 Return Temperature": 72.4343830214712, - "Chiller 6 Condenser Water Flow": 7148.5443109127855, - "Chiller 6 Power Input": 344.08749923776867, - "Chiller 6 Chiller % Loaded": 86.45732603843915, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.21253374044561, - "Chiller 6 Setpoint Temperature": 30.1095346511498 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.511242383916844, - "Chiller 6 Chiller Efficiency": 0.34171823871971563, - "Chiller 6 Tonnage": 43.59296492663703, - "Chiller 6 Supply Temperature": 4.842609958839869, - "Chiller 6 Return Temperature": 8.120923682180148, - "Chiller 6 Condenser Water Flow": 6167.9688528010865, - "Chiller 6 Power Input": 328.40062903019106, - "Chiller 6 Chiller % Loaded": 38.85436777827783, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.691360532374393, - "Chiller 6 Setpoint Temperature": 80.74722729993212 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.15321308807897, - "Chiller 6 Chiller Efficiency": 0.3844654938066613, - "Chiller 6 Tonnage": 2802.5499999417334, - "Chiller 6 Supply Temperature": 9.132305599662486, - "Chiller 6 Return Temperature": 101.6604118205443, - "Chiller 6 Condenser Water Flow": 4170.079739699693, - "Chiller 6 Power Input": 942.63194229279, - "Chiller 6 Chiller % Loaded": 15.140216315162386, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.72547924669994, - "Chiller 6 Setpoint Temperature": 76.30109888059539 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T02:00:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.269325943217176, - "Chiller 6 Chiller Efficiency": 0.15497344986753592, - "Chiller 6 Tonnage": 1259.5142744969814, - "Chiller 6 Supply Temperature": 29.75829035163215, - "Chiller 6 Return Temperature": 27.395115699018483, - "Chiller 6 Condenser Water Flow": 7044.866304425837, - "Chiller 6 Power Input": 793.537533829803, - "Chiller 6 Chiller % Loaded": 77.18224865162529, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.238832780709874, - "Chiller 6 Setpoint Temperature": 21.122095446257745 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.26503761998228, - "Chiller 6 Chiller Efficiency": 0.4786108961397877, - "Chiller 6 Tonnage": 2538.2015453524295, - "Chiller 6 Supply Temperature": 28.27897115795275, - "Chiller 6 Return Temperature": 91.66138322191338, - "Chiller 6 Condenser Water Flow": 879.1508185079673, - "Chiller 6 Power Input": 394.55810644405886, - "Chiller 6 Chiller % Loaded": 107.0711529623948, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.28911792239387, - "Chiller 6 Setpoint Temperature": 25.979135933762105 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.12507522942059, - "Chiller 6 Chiller Efficiency": 0.1886165583255471, - "Chiller 6 Tonnage": 2938.4543171168257, - "Chiller 6 Supply Temperature": 77.74009710392383, - "Chiller 6 Return Temperature": 17.706920810415433, - "Chiller 6 Condenser Water Flow": 6165.818230997694, - "Chiller 6 Power Input": 496.6482469752022, - "Chiller 6 Chiller % Loaded": 59.09934132401933, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.122810282021671, - "Chiller 6 Setpoint Temperature": 19.057683158776648 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.92651337424783, - "Chiller 6 Chiller Efficiency": 0.09351286948727817, - "Chiller 6 Tonnage": 2195.499586395457, - "Chiller 6 Supply Temperature": 40.879673922354876, - "Chiller 6 Return Temperature": 64.17902640515705, - "Chiller 6 Condenser Water Flow": 6880.017958450069, - "Chiller 6 Power Input": 34.59561207605133, - "Chiller 6 Chiller % Loaded": 93.84011412127836, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.576227600168783, - "Chiller 6 Setpoint Temperature": 86.82216944747852 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.680200966875446, - "Chiller 6 Chiller Efficiency": 0.361998745664942, - "Chiller 6 Tonnage": 1845.0691677607936, - "Chiller 6 Supply Temperature": 40.06416416962218, - "Chiller 6 Return Temperature": 45.110371131613796, - "Chiller 6 Condenser Water Flow": 3777.094152248933, - "Chiller 6 Power Input": 336.49055020016056, - "Chiller 6 Chiller % Loaded": 13.944733906499916, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.85143238426847, - "Chiller 6 Setpoint Temperature": 86.31507395037748 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.128089082319516, - "Chiller 6 Chiller Efficiency": 0.1617338038849832, - "Chiller 6 Tonnage": 718.7759510213323, - "Chiller 6 Supply Temperature": 63.64773573929358, - "Chiller 6 Return Temperature": 12.871738704707184, - "Chiller 6 Condenser Water Flow": 107.95788180815791, - "Chiller 6 Power Input": 195.60126755020997, - "Chiller 6 Chiller % Loaded": 35.626688179200336, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.33070834882708, - "Chiller 6 Setpoint Temperature": 60.74647418868493 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.285566395669604, - "Chiller 6 Chiller Efficiency": 0.3594298890278713, - "Chiller 6 Tonnage": 2759.1598926639626, - "Chiller 6 Supply Temperature": 74.93348721775095, - "Chiller 6 Return Temperature": 84.66925810376786, - "Chiller 6 Condenser Water Flow": 1029.269143182938, - "Chiller 6 Power Input": 126.00758773319141, - "Chiller 6 Chiller % Loaded": 3.253908924669033, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.82864798120328, - "Chiller 6 Setpoint Temperature": 36.42382089819956 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.625627695791465, - "Chiller 6 Chiller Efficiency": 0.49844736109731874, - "Chiller 6 Tonnage": 2880.8197562434984, - "Chiller 6 Supply Temperature": 88.30852588898823, - "Chiller 6 Return Temperature": 73.06754964839068, - "Chiller 6 Condenser Water Flow": 24.271366315449303, - "Chiller 6 Power Input": 892.8698316511164, - "Chiller 6 Chiller % Loaded": 40.124995813308985, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.941017479573546, - "Chiller 6 Setpoint Temperature": 7.371188618511111 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.93874896524117, - "Chiller 6 Chiller Efficiency": 0.14783499185466406, - "Chiller 6 Tonnage": 1091.6418339512106, - "Chiller 6 Supply Temperature": 39.052563077197355, - "Chiller 6 Return Temperature": 3.1559954313517027, - "Chiller 6 Condenser Water Flow": 5342.782031348112, - "Chiller 6 Power Input": 861.9006947621532, - "Chiller 6 Chiller % Loaded": 99.73289052990944, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.81675209723519, - "Chiller 6 Setpoint Temperature": 6.3897663521005965 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.99611294305707, - "Chiller 6 Chiller Efficiency": 0.32204293340733026, - "Chiller 6 Tonnage": 1874.647055542719, - "Chiller 6 Supply Temperature": 19.60588773862063, - "Chiller 6 Return Temperature": 52.03181996556844, - "Chiller 6 Condenser Water Flow": 9992.990203752337, - "Chiller 6 Power Input": 283.6461715699754, - "Chiller 6 Chiller % Loaded": 35.512190327617816, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.08212304813056, - "Chiller 6 Setpoint Temperature": 79.7710571611673 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.08790453319432, - "Chiller 6 Chiller Efficiency": 0.5346954940461593, - "Chiller 6 Tonnage": 2997.7867483977316, - "Chiller 6 Supply Temperature": 70.84771495126259, - "Chiller 6 Return Temperature": 28.718484984397616, - "Chiller 6 Condenser Water Flow": 3712.6700085013977, - "Chiller 6 Power Input": 457.4281016814372, - "Chiller 6 Chiller % Loaded": 109.85408009700122, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.870739957214873, - "Chiller 6 Setpoint Temperature": 83.54189763473612 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.47311478781455, - "Chiller 6 Chiller Efficiency": 0.2904804933889002, - "Chiller 6 Tonnage": 2471.023961850303, - "Chiller 6 Supply Temperature": 84.02169946725031, - "Chiller 6 Return Temperature": 95.51623506249415, - "Chiller 6 Condenser Water Flow": 4056.759396069309, - "Chiller 6 Power Input": 416.67117115681407, - "Chiller 6 Chiller % Loaded": 22.57207118885548, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.99813537774413, - "Chiller 6 Setpoint Temperature": 0.7380888741494497 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.0887635063785, - "Chiller 6 Chiller Efficiency": 0.27944999158960626, - "Chiller 6 Tonnage": 1381.9486415324202, - "Chiller 6 Supply Temperature": 12.033598415309983, - "Chiller 6 Return Temperature": 59.52918723952836, - "Chiller 6 Condenser Water Flow": 6718.625022391036, - "Chiller 6 Power Input": 153.7232437674598, - "Chiller 6 Chiller % Loaded": 99.53955636549918, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.759750786256044, - "Chiller 6 Setpoint Temperature": 75.61519728195395 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.12688100896924, - "Chiller 6 Chiller Efficiency": 0.29933091658316224, - "Chiller 6 Tonnage": 1338.2182742434893, - "Chiller 6 Supply Temperature": 8.011561885801772, - "Chiller 6 Return Temperature": 10.136128050934888, - "Chiller 6 Condenser Water Flow": 7103.473010200595, - "Chiller 6 Power Input": 294.7126912079955, - "Chiller 6 Chiller % Loaded": 7.8047901368498085, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.75846253190528, - "Chiller 6 Setpoint Temperature": 58.07236709812647 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.09057810743347343, - "Chiller 6 Chiller Efficiency": 0.38107801499270144, - "Chiller 6 Tonnage": 13.260722234701895, - "Chiller 6 Supply Temperature": 79.386596389973, - "Chiller 6 Return Temperature": 19.71432369988258, - "Chiller 6 Condenser Water Flow": 2278.8124456069486, - "Chiller 6 Power Input": 925.4920059361993, - "Chiller 6 Chiller % Loaded": 57.110764205440525, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.629178308617206, - "Chiller 6 Setpoint Temperature": 35.1811095134024 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.15754921509357, - "Chiller 6 Chiller Efficiency": 0.15515206450995697, - "Chiller 6 Tonnage": 1475.2324858155057, - "Chiller 6 Supply Temperature": 68.7818286901266, - "Chiller 6 Return Temperature": 70.93417655237734, - "Chiller 6 Condenser Water Flow": 5123.082968557312, - "Chiller 6 Power Input": 19.187595432477448, - "Chiller 6 Chiller % Loaded": 113.34870598500666, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.20032112750446, - "Chiller 6 Setpoint Temperature": 43.03711511903601 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.91564893068309, - "Chiller 6 Chiller Efficiency": 0.4991128378938416, - "Chiller 6 Tonnage": 36.67830616658655, - "Chiller 6 Supply Temperature": 25.192049961369868, - "Chiller 6 Return Temperature": 108.64290365401638, - "Chiller 6 Condenser Water Flow": 1602.2689548621586, - "Chiller 6 Power Input": 936.8684861707978, - "Chiller 6 Chiller % Loaded": 21.577909251417267, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.35838723781094, - "Chiller 6 Setpoint Temperature": 40.75345559390349 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.17093930806837, - "Chiller 6 Chiller Efficiency": 0.06416793796779355, - "Chiller 6 Tonnage": 2636.2635992768733, - "Chiller 6 Supply Temperature": 55.17955848296933, - "Chiller 6 Return Temperature": 93.64442877502407, - "Chiller 6 Condenser Water Flow": 1274.0707882742197, - "Chiller 6 Power Input": 769.5047445646239, - "Chiller 6 Chiller % Loaded": 112.83112733905841, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.07932127388226, - "Chiller 6 Setpoint Temperature": 22.816047877987486 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.03686579050162, - "Chiller 6 Chiller Efficiency": 0.3197216916388201, - "Chiller 6 Tonnage": 577.1756033038819, - "Chiller 6 Supply Temperature": 12.818865663553932, - "Chiller 6 Return Temperature": 83.75372443832842, - "Chiller 6 Condenser Water Flow": 3839.8477263053933, - "Chiller 6 Power Input": 620.4700745518355, - "Chiller 6 Chiller % Loaded": 50.569042406569714, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.948937907802428, - "Chiller 6 Setpoint Temperature": 51.56938509274319 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.8164242166026057, - "Chiller 6 Chiller Efficiency": 0.4122722775729589, - "Chiller 6 Tonnage": 3429.7099474803695, - "Chiller 6 Supply Temperature": 3.9595308044345687, - "Chiller 6 Return Temperature": 84.15068113015498, - "Chiller 6 Condenser Water Flow": 2204.4118427983635, - "Chiller 6 Power Input": 292.24077920485496, - "Chiller 6 Chiller % Loaded": 12.878840806091612, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.38862361713512, - "Chiller 6 Setpoint Temperature": 83.94994667076773 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.474025105540367, - "Chiller 6 Chiller Efficiency": 0.17920145522038716, - "Chiller 6 Tonnage": 3188.6966304565467, - "Chiller 6 Supply Temperature": 72.72390508260132, - "Chiller 6 Return Temperature": 110.00911599793025, - "Chiller 6 Condenser Water Flow": 8.494326103728955, - "Chiller 6 Power Input": 459.5306459493196, - "Chiller 6 Chiller % Loaded": 57.28303318328241, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.97736097883704, - "Chiller 6 Setpoint Temperature": 58.22867751098599 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.56739107594441, - "Chiller 6 Chiller Efficiency": 0.40888924023936246, - "Chiller 6 Tonnage": 422.87731383708694, - "Chiller 6 Supply Temperature": 61.54014963356936, - "Chiller 6 Return Temperature": 98.09341268536716, - "Chiller 6 Condenser Water Flow": 4417.9025848674155, - "Chiller 6 Power Input": 576.0854365955291, - "Chiller 6 Chiller % Loaded": 65.93419718354085, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.77575444114448, - "Chiller 6 Setpoint Temperature": 83.74885875329457 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.84325027848611, - "Chiller 6 Chiller Efficiency": 0.368461222188253, - "Chiller 6 Tonnage": 2272.162549583987, - "Chiller 6 Supply Temperature": 69.07085989418927, - "Chiller 6 Return Temperature": 111.07992291984799, - "Chiller 6 Condenser Water Flow": 10933.885164159261, - "Chiller 6 Power Input": 672.5089276379839, - "Chiller 6 Chiller % Loaded": 46.53325213744294, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.992690987471555, - "Chiller 6 Setpoint Temperature": 70.60902155724676 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.91181668042069, - "Chiller 6 Chiller Efficiency": 0.013884212889538011, - "Chiller 6 Tonnage": 2247.8004626357138, - "Chiller 6 Supply Temperature": 48.3395106294742, - "Chiller 6 Return Temperature": 70.22687711046518, - "Chiller 6 Condenser Water Flow": 3357.185662018831, - "Chiller 6 Power Input": 618.9155528996571, - "Chiller 6 Chiller % Loaded": 116.95531800744908, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.61220345216386, - "Chiller 6 Setpoint Temperature": 52.37710035974105 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.19749192014447, - "Chiller 6 Chiller Efficiency": 0.09985233514663817, - "Chiller 6 Tonnage": 11.949713358697421, - "Chiller 6 Supply Temperature": 73.86227286953941, - "Chiller 6 Return Temperature": 40.47868378230357, - "Chiller 6 Condenser Water Flow": 1588.2600779594156, - "Chiller 6 Power Input": 191.06783808447932, - "Chiller 6 Chiller % Loaded": 57.342858985735226, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.135169493987895, - "Chiller 6 Setpoint Temperature": 0.8824194541730574 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.4602671365285, - "Chiller 6 Chiller Efficiency": 0.16259247010951336, - "Chiller 6 Tonnage": 3362.723079831025, - "Chiller 6 Supply Temperature": 34.875169105193045, - "Chiller 6 Return Temperature": 29.78139486735052, - "Chiller 6 Condenser Water Flow": 9946.802202976769, - "Chiller 6 Power Input": 326.32348957039176, - "Chiller 6 Chiller % Loaded": 118.47265183356326, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.434391856084574, - "Chiller 6 Setpoint Temperature": 2.0976171660736354 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.8113099696886, - "Chiller 6 Chiller Efficiency": 0.5643175249210908, - "Chiller 6 Tonnage": 3141.64224274568, - "Chiller 6 Supply Temperature": 3.695602588249419, - "Chiller 6 Return Temperature": 34.99170659905258, - "Chiller 6 Condenser Water Flow": 9206.738880990102, - "Chiller 6 Power Input": 874.1130867484711, - "Chiller 6 Chiller % Loaded": 89.65824028183766, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.74980718669427, - "Chiller 6 Setpoint Temperature": 60.52362620349804 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.66838834505096, - "Chiller 6 Chiller Efficiency": 0.1483311739089449, - "Chiller 6 Tonnage": 3226.1748899519143, - "Chiller 6 Supply Temperature": 80.59870351971207, - "Chiller 6 Return Temperature": 111.1345595098071, - "Chiller 6 Condenser Water Flow": 3497.7669870450804, - "Chiller 6 Power Input": 670.0458799021618, - "Chiller 6 Chiller % Loaded": 43.045978699135034, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.45274273971566, - "Chiller 6 Setpoint Temperature": 68.34350465589392 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.85537175383239, - "Chiller 6 Chiller Efficiency": 0.4873340035658531, - "Chiller 6 Tonnage": 1102.6713470063758, - "Chiller 6 Supply Temperature": 20.674919493500667, - "Chiller 6 Return Temperature": 86.80742429453518, - "Chiller 6 Condenser Water Flow": 837.1663761344034, - "Chiller 6 Power Input": 178.47058054896618, - "Chiller 6 Chiller % Loaded": 30.553584800503174, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.46183236059998, - "Chiller 6 Setpoint Temperature": 14.744353489982572 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.13188960608905217, - "Chiller 6 Chiller Efficiency": 0.03812189485273485, - "Chiller 6 Tonnage": 2929.5044195558767, - "Chiller 6 Supply Temperature": 1.4445821200637274, - "Chiller 6 Return Temperature": 67.05045519731777, - "Chiller 6 Condenser Water Flow": 5401.329671752841, - "Chiller 6 Power Input": 337.43281432592187, - "Chiller 6 Chiller % Loaded": 18.568749573769395, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.38973879705071, - "Chiller 6 Setpoint Temperature": 72.2849594868445 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.001618767796707, - "Chiller 6 Chiller Efficiency": 0.540202062936432, - "Chiller 6 Tonnage": 1719.84816271296, - "Chiller 6 Supply Temperature": 36.12592019878866, - "Chiller 6 Return Temperature": 43.265293528306536, - "Chiller 6 Condenser Water Flow": 1301.3211027651903, - "Chiller 6 Power Input": 3.6565348921792418, - "Chiller 6 Chiller % Loaded": 51.08659796842416, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.5852456634306, - "Chiller 6 Setpoint Temperature": 79.49256677832022 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.17509380351777, - "Chiller 6 Chiller Efficiency": 0.28581565023486943, - "Chiller 6 Tonnage": 2308.4340720702867, - "Chiller 6 Supply Temperature": 76.72835125803046, - "Chiller 6 Return Temperature": 42.01311298646959, - "Chiller 6 Condenser Water Flow": 1191.451499396974, - "Chiller 6 Power Input": 986.8235301385745, - "Chiller 6 Chiller % Loaded": 13.03293482264544, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.892551615521525, - "Chiller 6 Setpoint Temperature": 71.82299048491859 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.26075467037363, - "Chiller 6 Chiller Efficiency": 0.1382261726072416, - "Chiller 6 Tonnage": 3207.3592441399383, - "Chiller 6 Supply Temperature": 72.33304213602909, - "Chiller 6 Return Temperature": 46.381354818113266, - "Chiller 6 Condenser Water Flow": 9051.199536857266, - "Chiller 6 Power Input": 331.19521086897146, - "Chiller 6 Chiller % Loaded": 32.25305118439248, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.469100660033385, - "Chiller 6 Setpoint Temperature": 24.706830175108383 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.749821254202324, - "Chiller 6 Chiller Efficiency": 0.38637971597149484, - "Chiller 6 Tonnage": 3227.8094961505585, - "Chiller 6 Supply Temperature": 69.38112443552323, - "Chiller 6 Return Temperature": 84.77333034191611, - "Chiller 6 Condenser Water Flow": 9289.310021677818, - "Chiller 6 Power Input": 747.335041374983, - "Chiller 6 Chiller % Loaded": 55.4548158785693, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.31273966699544, - "Chiller 6 Setpoint Temperature": 21.283857465103974 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.66331747072927, - "Chiller 6 Chiller Efficiency": 0.0300879900261897, - "Chiller 6 Tonnage": 3114.817414141055, - "Chiller 6 Supply Temperature": 29.39422228307381, - "Chiller 6 Return Temperature": 74.33278957171711, - "Chiller 6 Condenser Water Flow": 7213.149706892897, - "Chiller 6 Power Input": 56.150328652186424, - "Chiller 6 Chiller % Loaded": 107.23182783155937, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.7459116108144783, - "Chiller 6 Setpoint Temperature": 81.59739449698539 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.14698447318081, - "Chiller 6 Chiller Efficiency": 0.24214612516332512, - "Chiller 6 Tonnage": 1334.2344856076413, - "Chiller 6 Supply Temperature": 75.07373645278739, - "Chiller 6 Return Temperature": 66.0802623715529, - "Chiller 6 Condenser Water Flow": 10309.737771438875, - "Chiller 6 Power Input": 1022.7404653593455, - "Chiller 6 Chiller % Loaded": 80.46810772872982, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.85074488488015, - "Chiller 6 Setpoint Temperature": 49.50186768204389 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T11:00:38", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.93562802721868, - "Chiller 6 Chiller Efficiency": 0.4448828603875729, - "Chiller 6 Tonnage": 3363.9064056072234, - "Chiller 6 Supply Temperature": 55.77423371212735, - "Chiller 6 Return Temperature": 108.90428085933455, - "Chiller 6 Condenser Water Flow": 2924.793395136412, - "Chiller 6 Power Input": 151.9698527013323, - "Chiller 6 Chiller % Loaded": 84.6350561024352, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.643902580269984, - "Chiller 6 Setpoint Temperature": 18.480130713684783 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.95770198532387, - "Chiller 6 Chiller Efficiency": 0.06330885777680895, - "Chiller 6 Tonnage": 2451.4904281396275, - "Chiller 6 Supply Temperature": 40.86259791147452, - "Chiller 6 Return Temperature": 66.89400012323381, - "Chiller 6 Condenser Water Flow": 6578.085475395712, - "Chiller 6 Power Input": 126.56337666547937, - "Chiller 6 Chiller % Loaded": 27.790737053844296, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.157767832304884, - "Chiller 6 Setpoint Temperature": 29.00001087997693 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.82846580062784, - "Chiller 6 Chiller Efficiency": 0.1244998129654905, - "Chiller 6 Tonnage": 1889.1021865024002, - "Chiller 6 Supply Temperature": 79.61336370516833, - "Chiller 6 Return Temperature": 67.35352944307378, - "Chiller 6 Condenser Water Flow": 3765.559886719656, - "Chiller 6 Power Input": 343.2084357942148, - "Chiller 6 Chiller % Loaded": 86.24638278565473, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.39854058550627, - "Chiller 6 Setpoint Temperature": 81.69232795736173 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.37555205103879, - "Chiller 6 Chiller Efficiency": 0.3890148631474591, - "Chiller 6 Tonnage": 3089.5765491728266, - "Chiller 6 Supply Temperature": 39.570234146499686, - "Chiller 6 Return Temperature": 4.850523250701883, - "Chiller 6 Condenser Water Flow": 3515.8141119044058, - "Chiller 6 Power Input": 660.927950714247, - "Chiller 6 Chiller % Loaded": 79.67357239825361, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.182092449149886, - "Chiller 6 Setpoint Temperature": 53.21835018688638 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.52138928048761, - "Chiller 6 Chiller Efficiency": 0.42012809414828456, - "Chiller 6 Tonnage": 943.137729517697, - "Chiller 6 Supply Temperature": 55.16524950763701, - "Chiller 6 Return Temperature": 103.34483070336188, - "Chiller 6 Condenser Water Flow": 9144.593628937895, - "Chiller 6 Power Input": 1070.7947489591552, - "Chiller 6 Chiller % Loaded": 118.16066379129266, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.474422712142718, - "Chiller 6 Setpoint Temperature": 32.07328960903338 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.96073525288531, - "Chiller 6 Chiller Efficiency": 0.252455399427057, - "Chiller 6 Tonnage": 934.1903411392667, - "Chiller 6 Supply Temperature": 39.63338600796003, - "Chiller 6 Return Temperature": 100.08815726019351, - "Chiller 6 Condenser Water Flow": 4241.8168706431725, - "Chiller 6 Power Input": 325.49675086782565, - "Chiller 6 Chiller % Loaded": 15.290551252708532, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.28213554466286, - "Chiller 6 Setpoint Temperature": 51.4572326567157 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.97918978344975, - "Chiller 6 Chiller Efficiency": 0.1377936866467721, - "Chiller 6 Tonnage": 2128.1845930812615, - "Chiller 6 Supply Temperature": 42.405279148841565, - "Chiller 6 Return Temperature": 25.580684992946416, - "Chiller 6 Condenser Water Flow": 25.66079999436448, - "Chiller 6 Power Input": 994.8863039829349, - "Chiller 6 Chiller % Loaded": 57.260506843373875, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.54167104540203, - "Chiller 6 Setpoint Temperature": 40.71171358186146 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.9273740393586, - "Chiller 6 Chiller Efficiency": 0.5648544289204913, - "Chiller 6 Tonnage": 2427.596570092543, - "Chiller 6 Supply Temperature": 8.361437902725164, - "Chiller 6 Return Temperature": 77.25172124241308, - "Chiller 6 Condenser Water Flow": 5833.432237700784, - "Chiller 6 Power Input": 366.54968864032594, - "Chiller 6 Chiller % Loaded": 101.04313757772093, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.590853829416066, - "Chiller 6 Setpoint Temperature": 43.816865097885895 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.649766975786772, - "Chiller 6 Chiller Efficiency": 0.47503770214806185, - "Chiller 6 Tonnage": 2004.054683906148, - "Chiller 6 Supply Temperature": 20.420928854375145, - "Chiller 6 Return Temperature": 61.51154798443881, - "Chiller 6 Condenser Water Flow": 1927.5939539703143, - "Chiller 6 Power Input": 1066.864183316751, - "Chiller 6 Chiller % Loaded": 111.9012096190741, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.7129598883446264, - "Chiller 6 Setpoint Temperature": 51.94303707468908 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.12835736179927, - "Chiller 6 Chiller Efficiency": 0.24933940127968587, - "Chiller 6 Tonnage": 2760.329912515767, - "Chiller 6 Supply Temperature": 71.420776125424, - "Chiller 6 Return Temperature": 106.46025351675607, - "Chiller 6 Condenser Water Flow": 10365.455217011384, - "Chiller 6 Power Input": 207.28627918935277, - "Chiller 6 Chiller % Loaded": 99.29622437213357, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.724275180323456, - "Chiller 6 Setpoint Temperature": 75.12367698238535 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.22714009972498, - "Chiller 6 Chiller Efficiency": 0.17772157475493996, - "Chiller 6 Tonnage": 2280.300106138169, - "Chiller 6 Supply Temperature": 70.52519820929878, - "Chiller 6 Return Temperature": 62.81131715439193, - "Chiller 6 Condenser Water Flow": 7471.261316604768, - "Chiller 6 Power Input": 533.7258809767892, - "Chiller 6 Chiller % Loaded": 47.26400240453527, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.126068320275472, - "Chiller 6 Setpoint Temperature": 10.91285661357836 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.6479044264852, - "Chiller 6 Chiller Efficiency": 0.08294487986092634, - "Chiller 6 Tonnage": 3449.081333469595, - "Chiller 6 Supply Temperature": 69.1769830353093, - "Chiller 6 Return Temperature": 99.21308784236433, - "Chiller 6 Condenser Water Flow": 7888.515088693832, - "Chiller 6 Power Input": 699.2885810381828, - "Chiller 6 Chiller % Loaded": 37.346985048208076, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.821326596759732, - "Chiller 6 Setpoint Temperature": 8.824446572996644 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.82465966177301, - "Chiller 6 Chiller Efficiency": 0.3594384728109592, - "Chiller 6 Tonnage": 907.1799994249872, - "Chiller 6 Supply Temperature": 20.600108224347387, - "Chiller 6 Return Temperature": 109.67202091499657, - "Chiller 6 Condenser Water Flow": 3095.6395874946056, - "Chiller 6 Power Input": 1263.2710615764274, - "Chiller 6 Chiller % Loaded": 68.78955450373692, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.193012557395917, - "Chiller 6 Setpoint Temperature": 81.08174091981891 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.361585277700566, - "Chiller 6 Chiller Efficiency": 0.5907834657651437, - "Chiller 6 Tonnage": 355.602941299129, - "Chiller 6 Supply Temperature": 88.41577936632982, - "Chiller 6 Return Temperature": 82.22612198132333, - "Chiller 6 Condenser Water Flow": 2081.273715228469, - "Chiller 6 Power Input": 766.0203178802564, - "Chiller 6 Chiller % Loaded": 114.5313052010111, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.411876154483505, - "Chiller 6 Setpoint Temperature": 88.46539428484532 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.582364550203081, - "Chiller 6 Chiller Efficiency": 0.49885156846862905, - "Chiller 6 Tonnage": 762.289729901012, - "Chiller 6 Supply Temperature": 85.80186603635937, - "Chiller 6 Return Temperature": 8.650487747336904, - "Chiller 6 Condenser Water Flow": 10164.285674141487, - "Chiller 6 Power Input": 1227.3905973946326, - "Chiller 6 Chiller % Loaded": 22.265665700039374, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.24287453255223, - "Chiller 6 Setpoint Temperature": 41.004996327189744 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.04123258175933, - "Chiller 6 Chiller Efficiency": 0.027910631424498657, - "Chiller 6 Tonnage": 2602.289194055311, - "Chiller 6 Supply Temperature": 12.896535199419239, - "Chiller 6 Return Temperature": 71.13590658854595, - "Chiller 6 Condenser Water Flow": 3532.4640441581714, - "Chiller 6 Power Input": 1136.8739532237553, - "Chiller 6 Chiller % Loaded": 116.75982392677345, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.30286147771629, - "Chiller 6 Setpoint Temperature": 36.656290655083154 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.114582959486198, - "Chiller 6 Chiller Efficiency": 0.17659520147831842, - "Chiller 6 Tonnage": 3574.5187055628835, - "Chiller 6 Supply Temperature": 8.30726320998293, - "Chiller 6 Return Temperature": 107.86648045438626, - "Chiller 6 Condenser Water Flow": 2644.163529244744, - "Chiller 6 Power Input": 116.56598817341259, - "Chiller 6 Chiller % Loaded": 18.871055761903357, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.238922453565097, - "Chiller 6 Setpoint Temperature": 16.599834592416347 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.17124913516247, - "Chiller 6 Chiller Efficiency": 0.5069879160269665, - "Chiller 6 Tonnage": 3967.3116009742125, - "Chiller 6 Supply Temperature": 35.6078936628908, - "Chiller 6 Return Temperature": 72.4603908038025, - "Chiller 6 Condenser Water Flow": 9369.148531001456, - "Chiller 6 Power Input": 669.3540878502051, - "Chiller 6 Chiller % Loaded": 127.79256453932794, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.17107969542673, - "Chiller 6 Setpoint Temperature": 46.03013432744973 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.175453173175434, - "Chiller 6 Chiller Efficiency": 0.19262966709065682, - "Chiller 6 Tonnage": 1723.2529340971857, - "Chiller 6 Supply Temperature": 57.96386964574272, - "Chiller 6 Return Temperature": 83.51897473989565, - "Chiller 6 Condenser Water Flow": 1747.2388048665882, - "Chiller 6 Power Input": 226.7862398886734, - "Chiller 6 Chiller % Loaded": 84.13865425856578, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.69437688266459, - "Chiller 6 Setpoint Temperature": 4.8443323358648165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.92797453781695, - "Chiller 6 Chiller Efficiency": 0.2997374874655108, - "Chiller 6 Tonnage": 3879.8846778765046, - "Chiller 6 Supply Temperature": 66.66522530682631, - "Chiller 6 Return Temperature": 113.7039730220462, - "Chiller 6 Condenser Water Flow": 4128.871268803193, - "Chiller 6 Power Input": 204.89404968522254, - "Chiller 6 Chiller % Loaded": 115.13839303973118, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.388998525593264, - "Chiller 6 Setpoint Temperature": 26.031799184584386 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.944159155151986, - "Chiller 6 Chiller Efficiency": 0.35938473674539284, - "Chiller 6 Tonnage": 1817.9369321773136, - "Chiller 6 Supply Temperature": 72.18826594795418, - "Chiller 6 Return Temperature": 87.54249633481118, - "Chiller 6 Condenser Water Flow": 10678.413515233293, - "Chiller 6 Power Input": 48.62201606728399, - "Chiller 6 Chiller % Loaded": 25.828229380621107, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.73528030648841, - "Chiller 6 Setpoint Temperature": 78.31102177044967 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.20451830448086, - "Chiller 6 Chiller Efficiency": 0.18130747971841718, - "Chiller 6 Tonnage": 2852.351684130558, - "Chiller 6 Supply Temperature": 89.63038409843112, - "Chiller 6 Return Temperature": 101.43355562473263, - "Chiller 6 Condenser Water Flow": 5460.154185594834, - "Chiller 6 Power Input": 1171.8397366767645, - "Chiller 6 Chiller % Loaded": 18.54114888953789, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.6733351874771, - "Chiller 6 Setpoint Temperature": 48.9541266079586 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.678593653895, - "Chiller 6 Chiller Efficiency": 0.2793059946381174, - "Chiller 6 Tonnage": 1172.6645224972135, - "Chiller 6 Supply Temperature": 61.26860614441395, - "Chiller 6 Return Temperature": 55.26523406268151, - "Chiller 6 Condenser Water Flow": 955.0889145262, - "Chiller 6 Power Input": 993.8445817067933, - "Chiller 6 Chiller % Loaded": 103.5296447833753, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.52008431697953, - "Chiller 6 Setpoint Temperature": 16.7279995975633 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.040534325050146, - "Chiller 6 Chiller Efficiency": 0.023525292982221477, - "Chiller 6 Tonnage": 2950.9129872818944, - "Chiller 6 Supply Temperature": 88.43648638669356, - "Chiller 6 Return Temperature": 70.26949418194259, - "Chiller 6 Condenser Water Flow": 2964.8263473737265, - "Chiller 6 Power Input": 181.590551146956, - "Chiller 6 Chiller % Loaded": 59.535570884882986, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.321449563232719, - "Chiller 6 Setpoint Temperature": 20.989700642001573 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.05479533277084, - "Chiller 6 Chiller Efficiency": 0.3342027144168193, - "Chiller 6 Tonnage": 3191.556053011471, - "Chiller 6 Supply Temperature": 89.38728641240029, - "Chiller 6 Return Temperature": 12.430824432740538, - "Chiller 6 Condenser Water Flow": 6977.531399400319, - "Chiller 6 Power Input": 432.77261230082496, - "Chiller 6 Chiller % Loaded": 137.93696922952347, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.57025541187318, - "Chiller 6 Setpoint Temperature": 61.35524084006624 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.08266190128593, - "Chiller 6 Chiller Efficiency": 0.21575581334705213, - "Chiller 6 Tonnage": 1679.1551806982347, - "Chiller 6 Supply Temperature": 48.18405581319997, - "Chiller 6 Return Temperature": 49.27364996078968, - "Chiller 6 Condenser Water Flow": 11130.681927554144, - "Chiller 6 Power Input": 369.72345291915053, - "Chiller 6 Chiller % Loaded": 57.712691384767794, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.50185305955207, - "Chiller 6 Setpoint Temperature": 15.925667916539155 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.963131918347266, - "Chiller 6 Chiller Efficiency": 0.35109303428587724, - "Chiller 6 Tonnage": 3039.104220131167, - "Chiller 6 Supply Temperature": 82.800869511088, - "Chiller 6 Return Temperature": 14.857270616600834, - "Chiller 6 Condenser Water Flow": 411.9540319494742, - "Chiller 6 Power Input": 720.9220896941163, - "Chiller 6 Chiller % Loaded": 60.12545185149206, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.07964068150373, - "Chiller 6 Setpoint Temperature": 29.339064488693754 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.17524600500355, - "Chiller 6 Chiller Efficiency": 0.4899279717729777, - "Chiller 6 Tonnage": 1579.0003080501558, - "Chiller 6 Supply Temperature": 13.56129946942142, - "Chiller 6 Return Temperature": 26.000876235878458, - "Chiller 6 Condenser Water Flow": 7899.482136793818, - "Chiller 6 Power Input": 523.9651892626291, - "Chiller 6 Chiller % Loaded": 46.05658695297234, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.416707898079526, - "Chiller 6 Setpoint Temperature": 14.15655900681751 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.617830406346352, - "Chiller 6 Chiller Efficiency": 0.5416917932164458, - "Chiller 6 Tonnage": 45.7209746965343, - "Chiller 6 Supply Temperature": 56.48356646945705, - "Chiller 6 Return Temperature": 17.49680283384607, - "Chiller 6 Condenser Water Flow": 1932.164435387773, - "Chiller 6 Power Input": 348.6196696894431, - "Chiller 6 Chiller % Loaded": 76.29760975226716, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.987508860819297, - "Chiller 6 Setpoint Temperature": 2.410610446465072 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.8805100578551, - "Chiller 6 Chiller Efficiency": 0.031280033267667935, - "Chiller 6 Tonnage": 3702.0267751686106, - "Chiller 6 Supply Temperature": 77.43315257219419, - "Chiller 6 Return Temperature": 82.28712062533641, - "Chiller 6 Condenser Water Flow": 7086.7795312164135, - "Chiller 6 Power Input": 719.404668565202, - "Chiller 6 Chiller % Loaded": 110.48690854211102, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.546754901865, - "Chiller 6 Setpoint Temperature": 84.57367006462435 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.548406093756164, - "Chiller 6 Chiller Efficiency": 0.14749470938130835, - "Chiller 6 Tonnage": 370.9099087857766, - "Chiller 6 Supply Temperature": 1.7970133600000493, - "Chiller 6 Return Temperature": 81.22988617998948, - "Chiller 6 Condenser Water Flow": 7902.28911733637, - "Chiller 6 Power Input": 15.815097650923349, - "Chiller 6 Chiller % Loaded": 76.0589509819412, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.98272872209677, - "Chiller 6 Setpoint Temperature": 18.49909264153908 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.10087474100098, - "Chiller 6 Chiller Efficiency": 0.5305328590668121, - "Chiller 6 Tonnage": 2280.9469086647855, - "Chiller 6 Supply Temperature": 19.744122884270986, - "Chiller 6 Return Temperature": 20.667447017020873, - "Chiller 6 Condenser Water Flow": 5653.275325154039, - "Chiller 6 Power Input": 373.9667316501639, - "Chiller 6 Chiller % Loaded": 76.39180151890746, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.32364944407043, - "Chiller 6 Setpoint Temperature": 78.64303006163898 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.49018377636112, - "Chiller 6 Chiller Efficiency": 0.3407458433770029, - "Chiller 6 Tonnage": 795.7431947005167, - "Chiller 6 Supply Temperature": 12.643633751287876, - "Chiller 6 Return Temperature": 66.85131049708619, - "Chiller 6 Condenser Water Flow": 1249.849316745855, - "Chiller 6 Power Input": 521.5746371597827, - "Chiller 6 Chiller % Loaded": 118.56852623780169, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.8831637311504, - "Chiller 6 Setpoint Temperature": 39.42721538138703 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.3261070008954, - "Chiller 6 Chiller Efficiency": 0.18696942820533388, - "Chiller 6 Tonnage": 2320.898232440513, - "Chiller 6 Supply Temperature": 1.4300000546956166, - "Chiller 6 Return Temperature": 48.29750849645364, - "Chiller 6 Condenser Water Flow": 5967.30582831633, - "Chiller 6 Power Input": 413.9622273356186, - "Chiller 6 Chiller % Loaded": 25.009567874449544, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.486481919179266, - "Chiller 6 Setpoint Temperature": 85.14560726145419 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.14369043827483, - "Chiller 6 Chiller Efficiency": 0.06831651538411956, - "Chiller 6 Tonnage": 2266.5040634524034, - "Chiller 6 Supply Temperature": 54.310056893784385, - "Chiller 6 Return Temperature": 89.96503877499715, - "Chiller 6 Condenser Water Flow": 9851.066349366693, - "Chiller 6 Power Input": 182.93716588691757, - "Chiller 6 Chiller % Loaded": 43.610020729230186, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.32038620352961, - "Chiller 6 Setpoint Temperature": 47.4756833368891 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.466128252972616, - "Chiller 6 Chiller Efficiency": 0.3514567137007008, - "Chiller 6 Tonnage": 3145.8341043846426, - "Chiller 6 Supply Temperature": 7.447332327000439, - "Chiller 6 Return Temperature": 44.137401813493895, - "Chiller 6 Condenser Water Flow": 8917.237221565209, - "Chiller 6 Power Input": 460.15706369106687, - "Chiller 6 Chiller % Loaded": 49.29377101422535, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.03814319596478, - "Chiller 6 Setpoint Temperature": 36.15030336027042 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.54219688832129, - "Chiller 6 Chiller Efficiency": 0.5380109714830847, - "Chiller 6 Tonnage": 3354.541214160936, - "Chiller 6 Supply Temperature": 67.61481036225649, - "Chiller 6 Return Temperature": 73.11270935198787, - "Chiller 6 Condenser Water Flow": 6957.9324014300255, - "Chiller 6 Power Input": 175.87935790788387, - "Chiller 6 Chiller % Loaded": 34.98226257878049, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.9579083003592, - "Chiller 6 Setpoint Temperature": 73.79147206276396 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.7792609269668, - "Chiller 6 Chiller Efficiency": 0.17821167285306802, - "Chiller 6 Tonnage": 3316.924433822216, - "Chiller 6 Supply Temperature": 52.5706394899059, - "Chiller 6 Return Temperature": 52.7816656519626, - "Chiller 6 Condenser Water Flow": 6141.435805195465, - "Chiller 6 Power Input": 310.75403749051475, - "Chiller 6 Chiller % Loaded": 86.77731545098077, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.955770775474595, - "Chiller 6 Setpoint Temperature": 79.51172411402918 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.52124849867295, - "Chiller 6 Chiller Efficiency": 0.39563587410732265, - "Chiller 6 Tonnage": 3098.671410399662, - "Chiller 6 Supply Temperature": 55.62964840126009, - "Chiller 6 Return Temperature": 6.84972433916549, - "Chiller 6 Condenser Water Flow": 327.8116704906548, - "Chiller 6 Power Input": 408.06548473183443, - "Chiller 6 Chiller % Loaded": 36.553904365798125, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.059969267319117, - "Chiller 6 Setpoint Temperature": 28.952924224573465 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.11862036764067, - "Chiller 6 Chiller Efficiency": 0.5545156948274345, - "Chiller 6 Tonnage": 842.4370795173289, - "Chiller 6 Supply Temperature": 35.81680590307213, - "Chiller 6 Return Temperature": 38.397339201459886, - "Chiller 6 Condenser Water Flow": 5531.375004284879, - "Chiller 6 Power Input": 1114.0915495093052, - "Chiller 6 Chiller % Loaded": 72.9168099168995, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.350273552553485, - "Chiller 6 Setpoint Temperature": 21.232534398873792 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.3796335082269, - "Chiller 6 Chiller Efficiency": 0.26561034742464623, - "Chiller 6 Tonnage": 2273.075197737103, - "Chiller 6 Supply Temperature": 24.925809285405084, - "Chiller 6 Return Temperature": 7.124714453903057, - "Chiller 6 Condenser Water Flow": 6862.393003283189, - "Chiller 6 Power Input": 466.40108500986264, - "Chiller 6 Chiller % Loaded": 92.50080214194429, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.401320886440187, - "Chiller 6 Setpoint Temperature": 29.36062276687801 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.10644153680919, - "Chiller 6 Chiller Efficiency": 0.2893169873859592, - "Chiller 6 Tonnage": 3337.7002794078157, - "Chiller 6 Supply Temperature": 71.72444329662146, - "Chiller 6 Return Temperature": 96.95769106717026, - "Chiller 6 Condenser Water Flow": 9757.871471476214, - "Chiller 6 Power Input": 741.4483402995204, - "Chiller 6 Chiller % Loaded": 105.61488847722927, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.849095702230116, - "Chiller 6 Setpoint Temperature": 49.89086709323247 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.61091779387078, - "Chiller 6 Chiller Efficiency": 0.5808083230183417, - "Chiller 6 Tonnage": 605.1060647491413, - "Chiller 6 Supply Temperature": 47.45914705510539, - "Chiller 6 Return Temperature": 81.89004031345621, - "Chiller 6 Condenser Water Flow": 3285.830500909352, - "Chiller 6 Power Input": 402.14571848457695, - "Chiller 6 Chiller % Loaded": 116.45444632582456, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.235063124150514, - "Chiller 6 Setpoint Temperature": 4.175830439336739 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.03847063962468, - "Chiller 6 Chiller Efficiency": 0.3564096844929675, - "Chiller 6 Tonnage": 177.88866246202983, - "Chiller 6 Supply Temperature": 54.73046063536983, - "Chiller 6 Return Temperature": 22.413032830529197, - "Chiller 6 Condenser Water Flow": 9251.127117624132, - "Chiller 6 Power Input": 62.351843130315075, - "Chiller 6 Chiller % Loaded": 35.53888660364403, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.640727167221602, - "Chiller 6 Setpoint Temperature": 87.56237835973629 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.22044672944749, - "Chiller 6 Chiller Efficiency": 0.4843468589477771, - "Chiller 6 Tonnage": 2052.6791375966427, - "Chiller 6 Supply Temperature": 12.405685529958003, - "Chiller 6 Return Temperature": 64.49279986628218, - "Chiller 6 Condenser Water Flow": 4693.080842868214, - "Chiller 6 Power Input": 703.1077969044527, - "Chiller 6 Chiller % Loaded": 17.56455545841803, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.53803527659457, - "Chiller 6 Setpoint Temperature": 1.4265194841262578 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.48313359843259, - "Chiller 6 Chiller Efficiency": 0.16683484625170117, - "Chiller 6 Tonnage": 632.8340348346802, - "Chiller 6 Supply Temperature": 64.75421837568118, - "Chiller 6 Return Temperature": 106.01327368919443, - "Chiller 6 Condenser Water Flow": 219.42411678549894, - "Chiller 6 Power Input": 777.5581482393349, - "Chiller 6 Chiller % Loaded": 5.171315320098568, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.1602832327426, - "Chiller 6 Setpoint Temperature": 43.737932044025136 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.0051772442954, - "Chiller 6 Chiller Efficiency": 0.4692581098178355, - "Chiller 6 Tonnage": 1960.1208605109016, - "Chiller 6 Supply Temperature": 34.476837367520176, - "Chiller 6 Return Temperature": 62.57848444706471, - "Chiller 6 Condenser Water Flow": 2767.860741170146, - "Chiller 6 Power Input": 334.82659297926125, - "Chiller 6 Chiller % Loaded": 48.083858509884585, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.443329712916759, - "Chiller 6 Setpoint Temperature": 10.966957123818032 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.22128660041189, - "Chiller 6 Chiller Efficiency": 0.20663079002542414, - "Chiller 6 Tonnage": 3096.3624220705483, - "Chiller 6 Supply Temperature": 67.49588216427001, - "Chiller 6 Return Temperature": 66.38470037883492, - "Chiller 6 Condenser Water Flow": 3796.7853884973747, - "Chiller 6 Power Input": 217.95449106022386, - "Chiller 6 Chiller % Loaded": 104.40592452784388, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.25816188377084, - "Chiller 6 Setpoint Temperature": 37.074406832136425 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.99274533188213, - "Chiller 6 Chiller Efficiency": 0.4903937255910748, - "Chiller 6 Tonnage": 718.8517144259089, - "Chiller 6 Supply Temperature": 37.499396275446564, - "Chiller 6 Return Temperature": 53.79970090321156, - "Chiller 6 Condenser Water Flow": 7247.297234870932, - "Chiller 6 Power Input": 939.6825007151992, - "Chiller 6 Chiller % Loaded": 17.706102182712605, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.215408413305482, - "Chiller 6 Setpoint Temperature": 41.134975203507985 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.95383070640021, - "Chiller 6 Chiller Efficiency": 0.14189632472803684, - "Chiller 6 Tonnage": 3002.8525346772335, - "Chiller 6 Supply Temperature": 59.47204295455309, - "Chiller 6 Return Temperature": 81.00152681817003, - "Chiller 6 Condenser Water Flow": 5808.701230868616, - "Chiller 6 Power Input": 193.41507778071377, - "Chiller 6 Chiller % Loaded": 100.067783324615, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.197480288956568, - "Chiller 6 Setpoint Temperature": 84.69472351122829 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.03931701743764793, - "Chiller 6 Chiller Efficiency": 0.46389975556319857, - "Chiller 6 Tonnage": 3406.8777327078874, - "Chiller 6 Supply Temperature": 58.043437979203894, - "Chiller 6 Return Temperature": 95.85045829392293, - "Chiller 6 Condenser Water Flow": 4047.7535914328555, - "Chiller 6 Power Input": 768.768488399325, - "Chiller 6 Chiller % Loaded": 97.51754984838291, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.730567258068156, - "Chiller 6 Setpoint Temperature": 85.1015785034175 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-01T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.51690212052388, - "Chiller 6 Chiller Efficiency": 0.21321576018574903, - "Chiller 6 Tonnage": 2478.8385329931734, - "Chiller 6 Supply Temperature": 79.69529472482785, - "Chiller 6 Return Temperature": 14.815952107402767, - "Chiller 6 Condenser Water Flow": 4482.720062254382, - "Chiller 6 Power Input": 660.9874221939727, - "Chiller 6 Chiller % Loaded": 88.90450029323605, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.626183966261184, - "Chiller 6 Setpoint Temperature": 50.683614051587405 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.66692994153597, - "Chiller 6 Chiller Efficiency": 0.0723865833270569, - "Chiller 6 Tonnage": 373.70130637726203, - "Chiller 6 Supply Temperature": 34.168277734350056, - "Chiller 6 Return Temperature": 94.2430932701004, - "Chiller 6 Condenser Water Flow": 10784.954429170491, - "Chiller 6 Schedule": 0.0, - "Chiller 6 Power Input": 744.3865689795647, - "Chiller 6 Chiller % Loaded": 29.774618540379908, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.8054219814974, - "Chiller 6 Setpoint Temperature": 43.08402730631868 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.78316046148673, - "Chiller 6 Chiller Efficiency": 0.29473194406758685, - "Chiller 6 Tonnage": 1956.7910028041524, - "Chiller 6 Supply Temperature": 49.28074831255144, - "Chiller 6 Return Temperature": 18.073881538037373, - "Chiller 6 Condenser Water Flow": 146.22566631562702, - "Chiller 6 Power Input": 393.1701818186992, - "Chiller 6 Chiller % Loaded": 82.24664629014828, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.24057359018522, - "Chiller 6 Setpoint Temperature": 55.54916020337001 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.0627936450882, - "Chiller 6 Chiller Efficiency": 0.022866057152364127, - "Chiller 6 Tonnage": 2152.6902834979055, - "Chiller 6 Supply Temperature": 47.08255408791166, - "Chiller 6 Return Temperature": 88.19238237739317, - "Chiller 6 Condenser Water Flow": 6930.6215087805795, - "Chiller 6 Power Input": 828.9186693198092, - "Chiller 6 Chiller % Loaded": 94.04806000967251, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.07781435208932, - "Chiller 6 Setpoint Temperature": 0.5668121567340689 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.14349282440688, - "Chiller 6 Chiller Efficiency": 0.14664171082069166, - "Chiller 6 Tonnage": 345.49895475613454, - "Chiller 6 Supply Temperature": 62.25075660861954, - "Chiller 6 Return Temperature": 57.751150081857524, - "Chiller 6 Condenser Water Flow": 11109.606456290008, - "Chiller 6 Power Input": 41.97160136068495, - "Chiller 6 Chiller % Loaded": 84.55105297327728, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.601843471825454, - "Chiller 6 Setpoint Temperature": 36.74718846753363 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.44429187092456, - "Chiller 6 Chiller Efficiency": 0.36974952758255303, - "Chiller 6 Tonnage": 2631.1899343457567, - "Chiller 6 Supply Temperature": 52.406332742191935, - "Chiller 6 Return Temperature": 18.476307308506115, - "Chiller 6 Condenser Water Flow": 6006.750912119374, - "Chiller 6 Power Input": 739.8851723059241, - "Chiller 6 Chiller % Loaded": 3.2309484848087053, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.706688054985957, - "Chiller 6 Setpoint Temperature": 2.8028470592193186 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.00165582710261, - "Chiller 6 Chiller Efficiency": 0.10836475301372725, - "Chiller 6 Tonnage": 746.8649228632103, - "Chiller 6 Supply Temperature": 82.60388174396407, - "Chiller 6 Return Temperature": 51.043484290904566, - "Chiller 6 Condenser Water Flow": 3456.420447865934, - "Chiller 6 Power Input": 505.2410873643523, - "Chiller 6 Chiller % Loaded": 63.37030861823109, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.361871898073, - "Chiller 6 Setpoint Temperature": 24.52677691493237 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.36660061509171, - "Chiller 6 Chiller Efficiency": 0.15821302905296458, - "Chiller 6 Tonnage": 1167.739166436422, - "Chiller 6 Supply Temperature": 67.36770946680525, - "Chiller 6 Return Temperature": 10.645100088194273, - "Chiller 6 Condenser Water Flow": 10711.003431609503, - "Chiller 6 Power Input": 971.4523502929729, - "Chiller 6 Chiller % Loaded": 104.0707355748317, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.09829770507739, - "Chiller 6 Setpoint Temperature": 84.1209443338426 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.14199620385666, - "Chiller 6 Chiller Efficiency": 0.17167433742833474, - "Chiller 6 Tonnage": 822.3194738171418, - "Chiller 6 Supply Temperature": 33.15852148671943, - "Chiller 6 Return Temperature": 35.89461454190561, - "Chiller 6 Condenser Water Flow": 8181.092616809954, - "Chiller 6 Power Input": 363.40805748924663, - "Chiller 6 Chiller % Loaded": 112.57823878148399, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.635999032287012, - "Chiller 6 Setpoint Temperature": 61.725355395884954 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.06557711368645, - "Chiller 6 Chiller Efficiency": 0.36049351487381603, - "Chiller 6 Tonnage": 2598.087417574251, - "Chiller 6 Supply Temperature": 7.516816066565482, - "Chiller 6 Return Temperature": 96.97943788541241, - "Chiller 6 Condenser Water Flow": 4760.292731878255, - "Chiller 6 Power Input": 354.36841299746123, - "Chiller 6 Chiller % Loaded": 88.00674695514965, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.527602730580092, - "Chiller 6 Setpoint Temperature": 57.27413442730809 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.040221944952227, - "Chiller 6 Chiller Efficiency": 0.5125755419868282, - "Chiller 6 Tonnage": 2999.6417129035735, - "Chiller 6 Supply Temperature": 65.01371302880763, - "Chiller 6 Return Temperature": 27.02744752986779, - "Chiller 6 Condenser Water Flow": 3824.3907900713434, - "Chiller 6 Power Input": 634.6738572612406, - "Chiller 6 Chiller % Loaded": 9.701761216673859, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.48346018011192, - "Chiller 6 Setpoint Temperature": 64.82782923701403 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.84932272417922, - "Chiller 6 Chiller Efficiency": 0.27453313850859196, - "Chiller 6 Tonnage": 296.509730409771, - "Chiller 6 Supply Temperature": 41.45607234897815, - "Chiller 6 Return Temperature": 63.0300637132599, - "Chiller 6 Condenser Water Flow": 1232.5810635441715, - "Chiller 6 Power Input": 266.49356419292207, - "Chiller 6 Chiller % Loaded": 45.208871538448165, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.646267368805354, - "Chiller 6 Setpoint Temperature": 0.07033701131543102 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.25130274958438, - "Chiller 6 Chiller Efficiency": 0.21086930762213302, - "Chiller 6 Tonnage": 1417.641735575549, - "Chiller 6 Supply Temperature": 14.17786995945297, - "Chiller 6 Return Temperature": 43.84639071025523, - "Chiller 6 Condenser Water Flow": 2159.6151967537417, - "Chiller 6 Power Input": 974.7812247722363, - "Chiller 6 Chiller % Loaded": 101.63821848550114, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.045834202632463, - "Chiller 6 Setpoint Temperature": 80.69232487300755 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.454426226218146, - "Chiller 6 Chiller Efficiency": 0.014412463033606049, - "Chiller 6 Tonnage": 2602.6858713226493, - "Chiller 6 Supply Temperature": 15.48227645150092, - "Chiller 6 Return Temperature": 71.0077975845585, - "Chiller 6 Condenser Water Flow": 7929.980661820405, - "Chiller 6 Power Input": 561.7408225108998, - "Chiller 6 Chiller % Loaded": 100.92974715767528, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.0752913829641, - "Chiller 6 Setpoint Temperature": 37.289776547519224 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.8601446962334, - "Chiller 6 Chiller Efficiency": 0.2557158400610809, - "Chiller 6 Tonnage": 2665.1208036291914, - "Chiller 6 Supply Temperature": 53.95590060202719, - "Chiller 6 Return Temperature": 53.03553676469147, - "Chiller 6 Condenser Water Flow": 10256.262956682192, - "Chiller 6 Power Input": 769.4505649255594, - "Chiller 6 Chiller % Loaded": 64.64041943184304, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.76467120362074, - "Chiller 6 Setpoint Temperature": 19.809907280812862 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.08544048793446, - "Chiller 6 Chiller Efficiency": 0.4244278099271932, - "Chiller 6 Tonnage": 936.5894398391738, - "Chiller 6 Supply Temperature": 0.7522202776041459, - "Chiller 6 Return Temperature": 77.99055796199201, - "Chiller 6 Condenser Water Flow": 9873.758678860167, - "Chiller 6 Power Input": 126.74664075523597, - "Chiller 6 Chiller % Loaded": 9.86753058931601, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.236101076144955, - "Chiller 6 Setpoint Temperature": 56.021745278528165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.67378593171855, - "Chiller 6 Chiller Efficiency": 0.3457532620792552, - "Chiller 6 Tonnage": 1471.1672217825035, - "Chiller 6 Supply Temperature": 22.229848007942223, - "Chiller 6 Return Temperature": 97.67282157392506, - "Chiller 6 Condenser Water Flow": 2853.8433231915683, - "Chiller 6 Power Input": 183.48021581915182, - "Chiller 6 Chiller % Loaded": 105.11221681054866, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.15152536073687, - "Chiller 6 Setpoint Temperature": 43.854595924312555 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.3553960524974, - "Chiller 6 Chiller Efficiency": 0.2155030564617419, - "Chiller 6 Tonnage": 1717.4781530825865, - "Chiller 6 Supply Temperature": 70.52801167958461, - "Chiller 6 Return Temperature": 75.58063631301343, - "Chiller 6 Condenser Water Flow": 10764.166510269277, - "Chiller 6 Power Input": 748.3775500499646, - "Chiller 6 Chiller % Loaded": 4.16610673670375, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.77421777408491, - "Chiller 6 Setpoint Temperature": 48.47046161937113 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.53011520190329, - "Chiller 6 Chiller Efficiency": 0.061427139906416746, - "Chiller 6 Tonnage": 1929.735827176859, - "Chiller 6 Supply Temperature": 37.619663192271325, - "Chiller 6 Return Temperature": 92.18282782964896, - "Chiller 6 Condenser Water Flow": 9930.28431696675, - "Chiller 6 Power Input": 594.4328587913367, - "Chiller 6 Chiller % Loaded": 86.83566313817954, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.24083223866462, - "Chiller 6 Setpoint Temperature": 64.81628133900969 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.630066213577814, - "Chiller 6 Chiller Efficiency": 0.49006000215752915, - "Chiller 6 Tonnage": 2022.5551033762226, - "Chiller 6 Supply Temperature": 32.61599887822196, - "Chiller 6 Return Temperature": 77.7437707283435, - "Chiller 6 Condenser Water Flow": 5335.476705949193, - "Chiller 6 Power Input": 848.3358174530103, - "Chiller 6 Chiller % Loaded": 75.20008229439716, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.19466725173963, - "Chiller 6 Setpoint Temperature": 61.70495441249657 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.38708647413725, - "Chiller 6 Chiller Efficiency": 0.23836082661701122, - "Chiller 6 Tonnage": 2934.98969831972, - "Chiller 6 Supply Temperature": 42.91213303287079, - "Chiller 6 Return Temperature": 72.713646465693, - "Chiller 6 Condenser Water Flow": 2781.9467029372827, - "Chiller 6 Power Input": 415.4757018992028, - "Chiller 6 Chiller % Loaded": 25.781461096736518, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.5307776329478, - "Chiller 6 Setpoint Temperature": 59.831886405209524 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.4468600966404, - "Chiller 6 Chiller Efficiency": 0.13429610138241996, - "Chiller 6 Tonnage": 1455.7758250350244, - "Chiller 6 Supply Temperature": 8.255868495373251, - "Chiller 6 Return Temperature": 34.17264665301357, - "Chiller 6 Condenser Water Flow": 2630.568243007532, - "Chiller 6 Power Input": 692.7382070353776, - "Chiller 6 Chiller % Loaded": 78.04987996441427, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.35898869880506, - "Chiller 6 Setpoint Temperature": 50.41805510343945 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.86409726919493, - "Chiller 6 Chiller Efficiency": 0.384741572458693, - "Chiller 6 Tonnage": 1273.1954440404281, - "Chiller 6 Supply Temperature": 38.47730610725388, - "Chiller 6 Return Temperature": 43.93641498672065, - "Chiller 6 Condenser Water Flow": 5133.705560833238, - "Chiller 6 Power Input": 292.95969129535274, - "Chiller 6 Chiller % Loaded": 80.47310239237682, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.52611871660457, - "Chiller 6 Setpoint Temperature": 66.47765047829142 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.63123179381205, - "Chiller 6 Chiller Efficiency": 0.17359963761149347, - "Chiller 6 Tonnage": 2901.585849718066, - "Chiller 6 Supply Temperature": 46.62341117704863, - "Chiller 6 Return Temperature": 34.69594793927437, - "Chiller 6 Condenser Water Flow": 5496.968483550668, - "Chiller 6 Power Input": 99.03686041393, - "Chiller 6 Chiller % Loaded": 39.8421596839207, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.96390589195221, - "Chiller 6 Setpoint Temperature": 63.811770746614755 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.26778477206121, - "Chiller 6 Chiller Efficiency": 0.26153762295884936, - "Chiller 6 Tonnage": 703.5707905576274, - "Chiller 6 Supply Temperature": 62.57119318603336, - "Chiller 6 Return Temperature": 57.806836796931925, - "Chiller 6 Condenser Water Flow": 8465.904341761629, - "Chiller 6 Power Input": 380.85689392207144, - "Chiller 6 Chiller % Loaded": 101.08961767763232, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.520482658869657, - "Chiller 6 Setpoint Temperature": 7.781231241586971 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.760713841588846, - "Chiller 6 Chiller Efficiency": 0.3806413605170197, - "Chiller 6 Tonnage": 82.82335579271614, - "Chiller 6 Supply Temperature": 42.39831555155236, - "Chiller 6 Return Temperature": 102.20091604656221, - "Chiller 6 Condenser Water Flow": 3069.3844785437063, - "Chiller 6 Power Input": 897.9324263640251, - "Chiller 6 Chiller % Loaded": 78.78896165633888, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.07869005256324, - "Chiller 6 Setpoint Temperature": 43.1671238103361 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.65096099509687, - "Chiller 6 Chiller Efficiency": 0.3556370670367826, - "Chiller 6 Tonnage": 601.7088810905176, - "Chiller 6 Supply Temperature": 47.23791765310598, - "Chiller 6 Return Temperature": 59.58871889455156, - "Chiller 6 Condenser Water Flow": 4478.883970387749, - "Chiller 6 Power Input": 569.432381492238, - "Chiller 6 Chiller % Loaded": 75.8341554772844, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.233399575159027, - "Chiller 6 Setpoint Temperature": 22.87571588243628 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.31840873615448, - "Chiller 6 Chiller Efficiency": 0.4976737853030948, - "Chiller 6 Tonnage": 1020.5462862239904, - "Chiller 6 Supply Temperature": 8.802977165147018, - "Chiller 6 Return Temperature": 55.55212879677672, - "Chiller 6 Condenser Water Flow": 2206.799897398765, - "Chiller 6 Power Input": 140.15264986875349, - "Chiller 6 Chiller % Loaded": 115.4640495318218, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.58498531269968, - "Chiller 6 Setpoint Temperature": 34.87195723534411 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.745948637659694, - "Chiller 6 Chiller Efficiency": 0.5430727671247906, - "Chiller 6 Tonnage": 1429.9009344083897, - "Chiller 6 Supply Temperature": 78.87066316985945, - "Chiller 6 Return Temperature": 34.84799875372507, - "Chiller 6 Condenser Water Flow": 5221.580842272729, - "Chiller 6 Power Input": 648.2373722990736, - "Chiller 6 Chiller % Loaded": 75.66490989933929, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.00521441873568, - "Chiller 6 Setpoint Temperature": 86.96273922344116 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.417271937080167, - "Chiller 6 Chiller Efficiency": 0.1920855980087754, - "Chiller 6 Tonnage": 2375.8934241936313, - "Chiller 6 Supply Temperature": 23.27568490252785, - "Chiller 6 Return Temperature": 9.189891540236728, - "Chiller 6 Condenser Water Flow": 1940.4814608371337, - "Chiller 6 Power Input": 107.7417775322615, - "Chiller 6 Chiller % Loaded": 56.94733595026025, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.97400731864681, - "Chiller 6 Setpoint Temperature": 87.21802983006732 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.31197080147075, - "Chiller 6 Chiller Efficiency": 0.23242719525485098, - "Chiller 6 Tonnage": 3352.1456165784857, - "Chiller 6 Supply Temperature": 7.76290705153762, - "Chiller 6 Return Temperature": 57.47373302987469, - "Chiller 6 Condenser Water Flow": 7959.636250707318, - "Chiller 6 Power Input": 466.8217819534263, - "Chiller 6 Chiller % Loaded": 73.47752803112719, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.04257794154249, - "Chiller 6 Setpoint Temperature": 28.640356660069305 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.185491784400774, - "Chiller 6 Chiller Efficiency": 0.19860634917928865, - "Chiller 6 Tonnage": 3267.744958509768, - "Chiller 6 Supply Temperature": 87.6577489143195, - "Chiller 6 Return Temperature": 51.85776897547263, - "Chiller 6 Condenser Water Flow": 542.8049482244044, - "Chiller 6 Power Input": 313.6435263673695, - "Chiller 6 Chiller % Loaded": 93.49722039811444, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.61909514447914, - "Chiller 6 Setpoint Temperature": 60.19498532350095 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.14887075555679, - "Chiller 6 Chiller Efficiency": 0.09966300116536578, - "Chiller 6 Tonnage": 6.007882256318781, - "Chiller 6 Supply Temperature": 7.2479039688000695, - "Chiller 6 Return Temperature": 21.156297201570954, - "Chiller 6 Condenser Water Flow": 8599.35666732071, - "Chiller 6 Power Input": 1021.284196864074, - "Chiller 6 Chiller % Loaded": 67.21720472731465, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.75425416546767, - "Chiller 6 Setpoint Temperature": 5.102402538511141 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.30214652319303, - "Chiller 6 Chiller Efficiency": 0.0064028039108376495, - "Chiller 6 Tonnage": 3304.942134259524, - "Chiller 6 Supply Temperature": 82.73191190868911, - "Chiller 6 Return Temperature": 24.565131640610215, - "Chiller 6 Condenser Water Flow": 2288.9856696640954, - "Chiller 6 Power Input": 289.6872302530855, - "Chiller 6 Chiller % Loaded": 15.925000195499564, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.073050068747627, - "Chiller 6 Setpoint Temperature": 48.569464767736974 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.214027005368344, - "Chiller 6 Chiller Efficiency": 0.09336663611798604, - "Chiller 6 Tonnage": 1470.252650084804, - "Chiller 6 Supply Temperature": 62.43062819277295, - "Chiller 6 Return Temperature": 72.80656793616319, - "Chiller 6 Condenser Water Flow": 6903.394054725504, - "Chiller 6 Power Input": 123.74106886920667, - "Chiller 6 Chiller % Loaded": 60.18184841902831, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.3937222644834457, - "Chiller 6 Setpoint Temperature": 20.152461876435343 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.22306178700092, - "Chiller 6 Chiller Efficiency": 0.44806637202387894, - "Chiller 6 Tonnage": 2701.2971905736954, - "Chiller 6 Supply Temperature": 29.21715983750065, - "Chiller 6 Return Temperature": 22.00348612084371, - "Chiller 6 Condenser Water Flow": 5238.389642794543, - "Chiller 6 Power Input": 318.02327355551427, - "Chiller 6 Chiller % Loaded": 92.8463182865174, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.18063260310899, - "Chiller 6 Setpoint Temperature": 22.601513341388426 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.2341690287133407, - "Chiller 6 Chiller Efficiency": 0.542732635229565, - "Chiller 6 Tonnage": 2817.2270791024766, - "Chiller 6 Supply Temperature": 73.61387555396963, - "Chiller 6 Return Temperature": 1.4422471307668725, - "Chiller 6 Condenser Water Flow": 3590.2679333062083, - "Chiller 6 Power Input": 697.97247658572, - "Chiller 6 Chiller % Loaded": 35.747487524947715, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.820139009089935, - "Chiller 6 Setpoint Temperature": 50.519161641114415 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.59051272659363, - "Chiller 6 Chiller Efficiency": 0.38790688656819217, - "Chiller 6 Tonnage": 1580.4712595166995, - "Chiller 6 Supply Temperature": 54.98248373770328, - "Chiller 6 Return Temperature": 88.2179725730987, - "Chiller 6 Condenser Water Flow": 7881.228050959401, - "Chiller 6 Power Input": 647.4194535972988, - "Chiller 6 Chiller % Loaded": 19.566417200037026, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.819313450428943, - "Chiller 6 Setpoint Temperature": 88.19698351028676 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.340946319264756, - "Chiller 6 Chiller Efficiency": 0.2726910690820283, - "Chiller 6 Tonnage": 2054.696127330698, - "Chiller 6 Supply Temperature": 83.63838074931482, - "Chiller 6 Return Temperature": 75.78423166326039, - "Chiller 6 Condenser Water Flow": 3323.468180081557, - "Chiller 6 Power Input": 330.1756439522625, - "Chiller 6 Chiller % Loaded": 117.62354189001326, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.823486799484993, - "Chiller 6 Setpoint Temperature": 79.62810976785244 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.8455568396328, - "Chiller 6 Chiller Efficiency": 0.04372721263694498, - "Chiller 6 Tonnage": 634.8167297334348, - "Chiller 6 Supply Temperature": 41.58631998751451, - "Chiller 6 Return Temperature": 42.692250768456674, - "Chiller 6 Condenser Water Flow": 7504.543514811078, - "Chiller 6 Power Input": 591.2550504189707, - "Chiller 6 Chiller % Loaded": 3.4034360042827134, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.515052961602336, - "Chiller 6 Setpoint Temperature": 47.22402972386726 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.444032207313754, - "Chiller 6 Chiller Efficiency": 0.37539931638376817, - "Chiller 6 Tonnage": 1991.7187611481513, - "Chiller 6 Supply Temperature": 46.89152588389415, - "Chiller 6 Return Temperature": 82.79391969584461, - "Chiller 6 Condenser Water Flow": 11043.366469812623, - "Chiller 6 Power Input": 568.0591655374378, - "Chiller 6 Chiller % Loaded": 10.234852681753448, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.342704453911345, - "Chiller 6 Setpoint Temperature": 29.34859347309755 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.74354447321778, - "Chiller 6 Chiller Efficiency": 0.05336079985764565, - "Chiller 6 Tonnage": 1911.2832978699312, - "Chiller 6 Supply Temperature": 48.76039251560545, - "Chiller 6 Return Temperature": 18.313504691537165, - "Chiller 6 Condenser Water Flow": 7267.86869105638, - "Chiller 6 Power Input": 257.98541977944, - "Chiller 6 Chiller % Loaded": 118.6187710714478, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.2891113194759541, - "Chiller 6 Setpoint Temperature": 78.64020384392778 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.19701377235639, - "Chiller 6 Chiller Efficiency": 0.42653391257220963, - "Chiller 6 Tonnage": 1878.8679700641749, - "Chiller 6 Supply Temperature": 80.25610419899685, - "Chiller 6 Return Temperature": 91.94314725853594, - "Chiller 6 Condenser Water Flow": 4476.170431213341, - "Chiller 6 Power Input": 903.0139884438253, - "Chiller 6 Chiller % Loaded": 55.29187854565473, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.33477272797253, - "Chiller 6 Setpoint Temperature": 13.10862257359402 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.80023393787906, - "Chiller 6 Chiller Efficiency": 0.03167314141409236, - "Chiller 6 Tonnage": 443.1774924756303, - "Chiller 6 Supply Temperature": 46.91223725745154, - "Chiller 6 Return Temperature": 19.363861791898326, - "Chiller 6 Condenser Water Flow": 6642.6468035998105, - "Chiller 6 Power Input": 346.2678024280665, - "Chiller 6 Chiller % Loaded": 99.57441097919633, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.083812440289044, - "Chiller 6 Setpoint Temperature": 21.956057656035174 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.7159215403034, - "Chiller 6 Chiller Efficiency": 0.2848434322973636, - "Chiller 6 Tonnage": 1302.693519490497, - "Chiller 6 Supply Temperature": 46.58440587700449, - "Chiller 6 Return Temperature": 79.30209446983709, - "Chiller 6 Condenser Water Flow": 3069.7904173207917, - "Chiller 6 Power Input": 1080.9275655925753, - "Chiller 6 Chiller % Loaded": 66.1563505518721, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.9771474929857, - "Chiller 6 Setpoint Temperature": 36.51658138601905 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.72543904736106, - "Chiller 6 Chiller Efficiency": 0.539851562920457, - "Chiller 6 Tonnage": 2707.135829331801, - "Chiller 6 Supply Temperature": 75.17754575615015, - "Chiller 6 Return Temperature": 62.67823228094606, - "Chiller 6 Condenser Water Flow": 5313.4710053108365, - "Chiller 6 Power Input": 835.1155334501344, - "Chiller 6 Chiller % Loaded": 23.471031859373255, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.478624241622697, - "Chiller 6 Setpoint Temperature": 71.34561058559824 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.504824103080781, - "Chiller 6 Chiller Efficiency": 0.4730691132196003, - "Chiller 6 Tonnage": 1408.0029132115878, - "Chiller 6 Supply Temperature": 22.036889744978, - "Chiller 6 Return Temperature": 50.24431546667467, - "Chiller 6 Condenser Water Flow": 438.899101755886, - "Chiller 6 Power Input": 151.30981084630693, - "Chiller 6 Chiller % Loaded": 61.09937006265932, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.2406124907168, - "Chiller 6 Setpoint Temperature": 18.79834754679933 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.76087578743752, - "Chiller 6 Chiller Efficiency": 0.5415088077484503, - "Chiller 6 Tonnage": 978.8771722367156, - "Chiller 6 Supply Temperature": 70.31851558413318, - "Chiller 6 Return Temperature": 61.20599537362633, - "Chiller 6 Condenser Water Flow": 1058.7385711234863, - "Chiller 6 Power Input": 377.13251778252504, - "Chiller 6 Chiller % Loaded": 7.281201770771308, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.77071536515429, - "Chiller 6 Setpoint Temperature": 36.13636625201587 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.298634662612287, - "Chiller 6 Chiller Efficiency": 0.432076116486129, - "Chiller 6 Tonnage": 3157.660347389609, - "Chiller 6 Supply Temperature": 24.935649780316147, - "Chiller 6 Return Temperature": 88.30086170376785, - "Chiller 6 Condenser Water Flow": 3252.6184329100806, - "Chiller 6 Power Input": 785.2204598865661, - "Chiller 6 Chiller % Loaded": 100.83731085533368, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.975471414373253, - "Chiller 6 Setpoint Temperature": 82.21929472824858 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.35708136989325, - "Chiller 6 Chiller Efficiency": 0.336966279594577, - "Chiller 6 Tonnage": 3324.1610278875914, - "Chiller 6 Supply Temperature": 73.00634382498039, - "Chiller 6 Return Temperature": 8.194985986819669, - "Chiller 6 Condenser Water Flow": 7851.0514630771295, - "Chiller 6 Power Input": 256.7358421318608, - "Chiller 6 Chiller % Loaded": 123.78115584083356, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.86463132712686, - "Chiller 6 Setpoint Temperature": 78.51520922794354 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.77225590649763, - "Chiller 6 Chiller Efficiency": 0.4164225495230952, - "Chiller 6 Tonnage": 2321.0862180007875, - "Chiller 6 Supply Temperature": 10.926729512861494, - "Chiller 6 Return Temperature": 104.09661274812521, - "Chiller 6 Condenser Water Flow": 673.2158375643614, - "Chiller 6 Power Input": 1161.0746277260466, - "Chiller 6 Chiller % Loaded": 110.29979149342795, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.34479941621394, - "Chiller 6 Setpoint Temperature": 4.9079454245158765 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.52148922645898, - "Chiller 6 Chiller Efficiency": 0.5114574434007866, - "Chiller 6 Tonnage": 2056.0971019274384, - "Chiller 6 Supply Temperature": 29.97954952559909, - "Chiller 6 Return Temperature": 75.9053331840758, - "Chiller 6 Condenser Water Flow": 10004.563547659625, - "Chiller 6 Power Input": 1045.9451590802184, - "Chiller 6 Chiller % Loaded": 48.41167566418267, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.856766589116845, - "Chiller 6 Setpoint Temperature": 15.350856137959223 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.23553312711444, - "Chiller 6 Chiller Efficiency": 0.03844207256288683, - "Chiller 6 Tonnage": 3556.9888015244005, - "Chiller 6 Supply Temperature": 12.534815852742245, - "Chiller 6 Return Temperature": 90.82559233614948, - "Chiller 6 Condenser Water Flow": 5742.6255334957195, - "Chiller 6 Power Input": 334.140058302462, - "Chiller 6 Chiller % Loaded": 27.48776577461153, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.88230333243917, - "Chiller 6 Setpoint Temperature": 26.858191168326336 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T13:15:05", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.20989104454494, - "Chiller 6 Chiller Efficiency": 0.5986195890378089, - "Chiller 6 Tonnage": 373.425074135197, - "Chiller 6 Supply Temperature": 66.30199425042262, - "Chiller 6 Return Temperature": 99.10103952330894, - "Chiller 6 Condenser Water Flow": 688.9330903148134, - "Chiller 6 Power Input": 901.7702196878894, - "Chiller 6 Chiller % Loaded": 84.90255792171678, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.932869217105136, - "Chiller 6 Setpoint Temperature": 50.4334353641496 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.43851340600739, - "Chiller 6 Chiller Efficiency": 0.3463065992654341, - "Chiller 6 Tonnage": 3286.408704589204, - "Chiller 6 Supply Temperature": 32.98967826146688, - "Chiller 6 Return Temperature": 98.03341368274933, - "Chiller 6 Condenser Water Flow": 7140.433505885726, - "Chiller 6 Power Input": 1131.6963762815485, - "Chiller 6 Chiller % Loaded": 64.15578312351617, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.98179469356324, - "Chiller 6 Setpoint Temperature": 35.96285883223569 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.56431617273776, - "Chiller 6 Chiller Efficiency": 0.29605049856702254, - "Chiller 6 Tonnage": 3302.420232220249, - "Chiller 6 Supply Temperature": 25.63303536855337, - "Chiller 6 Return Temperature": 0.7996247526676233, - "Chiller 6 Condenser Water Flow": 6807.441530900293, - "Chiller 6 Power Input": 1141.9704017153251, - "Chiller 6 Chiller % Loaded": 17.130492672638336, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.507768352843556, - "Chiller 6 Setpoint Temperature": 15.334121654115838 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.78525623344244, - "Chiller 6 Chiller Efficiency": 0.27049495898572357, - "Chiller 6 Tonnage": 1089.4538213436279, - "Chiller 6 Supply Temperature": 73.36922455680626, - "Chiller 6 Return Temperature": 112.13587644996238, - "Chiller 6 Condenser Water Flow": 3562.2448831497627, - "Chiller 6 Power Input": 696.7286433486253, - "Chiller 6 Chiller % Loaded": 38.869156151584164, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.211207680273358, - "Chiller 6 Setpoint Temperature": 53.68229141963203 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.47682574127026, - "Chiller 6 Chiller Efficiency": 0.06349480202570225, - "Chiller 6 Tonnage": 2553.645794529287, - "Chiller 6 Supply Temperature": 71.88069996838004, - "Chiller 6 Return Temperature": 44.32138622140952, - "Chiller 6 Condenser Water Flow": 10479.615753602826, - "Chiller 6 Power Input": 1005.8836513182899, - "Chiller 6 Chiller % Loaded": 101.44099767298098, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.24725845434139, - "Chiller 6 Setpoint Temperature": 53.13699452437841 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.28646559711217, - "Chiller 6 Chiller Efficiency": 0.03347218744961814, - "Chiller 6 Tonnage": 525.4665325204501, - "Chiller 6 Supply Temperature": 83.92609590521775, - "Chiller 6 Return Temperature": 68.95608630003825, - "Chiller 6 Condenser Water Flow": 5374.4043164804925, - "Chiller 6 Power Input": 562.8779483113788, - "Chiller 6 Chiller % Loaded": 69.12733644679038, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.5258628151169766, - "Chiller 6 Setpoint Temperature": 33.57300850917005 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.37944968971496, - "Chiller 6 Chiller Efficiency": 0.17352955817945837, - "Chiller 6 Tonnage": 2664.274874662504, - "Chiller 6 Supply Temperature": 69.10943900832, - "Chiller 6 Return Temperature": 81.82456126411374, - "Chiller 6 Condenser Water Flow": 6212.557259622434, - "Chiller 6 Power Input": 769.962315850025, - "Chiller 6 Chiller % Loaded": 100.67067920262122, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.58620431472513, - "Chiller 6 Setpoint Temperature": 18.75027256455269 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.793814408063525, - "Chiller 6 Chiller Efficiency": 0.45133800762394294, - "Chiller 6 Tonnage": 130.3057994519632, - "Chiller 6 Supply Temperature": 36.8028271700379, - "Chiller 6 Return Temperature": 87.12931121155762, - "Chiller 6 Condenser Water Flow": 3315.4687787101493, - "Chiller 6 Power Input": 390.0408165784848, - "Chiller 6 Chiller % Loaded": 111.99704109772567, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.63824267842275, - "Chiller 6 Setpoint Temperature": 24.69531563530933 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.74320220214126, - "Chiller 6 Chiller Efficiency": 0.22393875693505702, - "Chiller 6 Tonnage": 1914.5166736074868, - "Chiller 6 Supply Temperature": 11.62479299385623, - "Chiller 6 Return Temperature": 90.92497483084436, - "Chiller 6 Condenser Water Flow": 9229.785734456913, - "Chiller 6 Power Input": 1193.157407344777, - "Chiller 6 Chiller % Loaded": 6.0853471364773295, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.431438251323216, - "Chiller 6 Setpoint Temperature": 29.747564756413254 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.72439786278105, - "Chiller 6 Chiller Efficiency": 0.2736333154406632, - "Chiller 6 Tonnage": 1933.6506485284765, - "Chiller 6 Supply Temperature": 83.63085544396473, - "Chiller 6 Return Temperature": 110.0763981076951, - "Chiller 6 Condenser Water Flow": 6037.516749468536, - "Chiller 6 Power Input": 736.4383555348081, - "Chiller 6 Chiller % Loaded": 29.310239757316435, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.81230647305625, - "Chiller 6 Setpoint Temperature": 2.100239116630243 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.70314549475731, - "Chiller 6 Chiller Efficiency": 0.37339990368584147, - "Chiller 6 Tonnage": 594.618715763909, - "Chiller 6 Supply Temperature": 21.064929899837335, - "Chiller 6 Return Temperature": 98.60469513070802, - "Chiller 6 Condenser Water Flow": 2730.4127318530527, - "Chiller 6 Power Input": 67.63194475253766, - "Chiller 6 Chiller % Loaded": 42.55554673796374, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.294216412376256, - "Chiller 6 Setpoint Temperature": 1.0403257787605225 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.14949516609494, - "Chiller 6 Chiller Efficiency": 0.3655563454017635, - "Chiller 6 Tonnage": 2108.9405142367063, - "Chiller 6 Supply Temperature": 14.086247820803711, - "Chiller 6 Return Temperature": 18.049213733431312, - "Chiller 6 Condenser Water Flow": 1350.1440242952074, - "Chiller 6 Power Input": 1205.9153699724443, - "Chiller 6 Chiller % Loaded": 79.12474861545529, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.78313411287907, - "Chiller 6 Setpoint Temperature": 17.17754236372789 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.25247845794604, - "Chiller 6 Chiller Efficiency": 0.25781897927685715, - "Chiller 6 Tonnage": 3163.9100359368235, - "Chiller 6 Supply Temperature": 11.689863979587225, - "Chiller 6 Return Temperature": 92.8863145733543, - "Chiller 6 Condenser Water Flow": 351.21439119542856, - "Chiller 6 Power Input": 1081.9419376621506, - "Chiller 6 Chiller % Loaded": 87.33864527601537, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.571390692795074, - "Chiller 6 Setpoint Temperature": 65.37383244779541 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.45743798789212, - "Chiller 6 Chiller Efficiency": 0.5916458360547763, - "Chiller 6 Tonnage": 1134.8231040406731, - "Chiller 6 Supply Temperature": 80.8622913067559, - "Chiller 6 Return Temperature": 76.02078109725299, - "Chiller 6 Condenser Water Flow": 5019.188402656439, - "Chiller 6 Power Input": 966.2326040029175, - "Chiller 6 Chiller % Loaded": 55.031164645905434, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.37155234914269, - "Chiller 6 Setpoint Temperature": 53.26418955985325 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.02733820497716, - "Chiller 6 Chiller Efficiency": 0.5308363421932975, - "Chiller 6 Tonnage": 2593.6771129041376, - "Chiller 6 Supply Temperature": 64.72668190105509, - "Chiller 6 Return Temperature": 113.33444557614617, - "Chiller 6 Condenser Water Flow": 1062.531294116855, - "Chiller 6 Power Input": 1056.0972573991646, - "Chiller 6 Chiller % Loaded": 2.2175471900517616, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.50000067985531, - "Chiller 6 Setpoint Temperature": 81.52266933824231 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.359073265458484, - "Chiller 6 Chiller Efficiency": 0.13144175273695016, - "Chiller 6 Tonnage": 891.7000078792427, - "Chiller 6 Supply Temperature": 33.13752507208772, - "Chiller 6 Return Temperature": 101.81969175946475, - "Chiller 6 Condenser Water Flow": 10917.31316716896, - "Chiller 6 Power Input": 765.0360006787756, - "Chiller 6 Chiller % Loaded": 132.8457755654462, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.259073028273015, - "Chiller 6 Setpoint Temperature": 44.1912979649979 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.8440831771955866, - "Chiller 6 Chiller Efficiency": 0.11848339457105435, - "Chiller 6 Tonnage": 1705.413510164666, - "Chiller 6 Supply Temperature": 42.57681034559249, - "Chiller 6 Return Temperature": 107.13904066966309, - "Chiller 6 Condenser Water Flow": 6466.124883382008, - "Chiller 6 Power Input": 1116.875848434381, - "Chiller 6 Chiller % Loaded": 140.59700420233492, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.151975399104934, - "Chiller 6 Setpoint Temperature": 80.21068515164527 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.382044609543637, - "Chiller 6 Chiller Efficiency": 0.41940071459051337, - "Chiller 6 Tonnage": 3953.6324638795913, - "Chiller 6 Supply Temperature": 50.741903299309, - "Chiller 6 Return Temperature": 28.374165255174365, - "Chiller 6 Condenser Water Flow": 338.01342356177986, - "Chiller 6 Power Input": 1106.003222369039, - "Chiller 6 Chiller % Loaded": 98.7211079410813, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.8871346279780568, - "Chiller 6 Setpoint Temperature": 15.26696821985037 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.46709850708606, - "Chiller 6 Chiller Efficiency": 0.33700344948722843, - "Chiller 6 Tonnage": 1894.811665597289, - "Chiller 6 Supply Temperature": 73.0798486292743, - "Chiller 6 Return Temperature": 102.90611433067905, - "Chiller 6 Condenser Water Flow": 5173.378305070912, - "Chiller 6 Power Input": 410.0587027760868, - "Chiller 6 Chiller % Loaded": 38.17827748360634, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.06862016997117, - "Chiller 6 Setpoint Temperature": 89.27234509074809 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.54259049997044, - "Chiller 6 Chiller Efficiency": 0.3052976734871621, - "Chiller 6 Tonnage": 2112.932053117284, - "Chiller 6 Supply Temperature": 42.70940872995999, - "Chiller 6 Return Temperature": 44.23541609277621, - "Chiller 6 Condenser Water Flow": 1539.8005119033367, - "Chiller 6 Power Input": 1084.868518555637, - "Chiller 6 Chiller % Loaded": 102.5982585010619, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.766120814669351, - "Chiller 6 Setpoint Temperature": 9.208391113712633 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.78613657557262, - "Chiller 6 Chiller Efficiency": 0.2056937367906787, - "Chiller 6 Tonnage": 3479.595582823345, - "Chiller 6 Supply Temperature": 21.50115083938753, - "Chiller 6 Return Temperature": 102.32009238098763, - "Chiller 6 Condenser Water Flow": 6038.212066702123, - "Chiller 6 Power Input": 854.7939391451768, - "Chiller 6 Chiller % Loaded": 76.22989992517236, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.601446459707915, - "Chiller 6 Setpoint Temperature": 20.304055087546843 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.45804459989161, - "Chiller 6 Chiller Efficiency": 0.47208640916084327, - "Chiller 6 Tonnage": 3852.5007310955, - "Chiller 6 Supply Temperature": 63.63186816943109, - "Chiller 6 Return Temperature": 42.48082589664806, - "Chiller 6 Condenser Water Flow": 781.4285709149108, - "Chiller 6 Power Input": 431.6628674154131, - "Chiller 6 Chiller % Loaded": 58.8520739982378, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.9139700797744683, - "Chiller 6 Setpoint Temperature": 12.497840833897845 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.556171832650612, - "Chiller 6 Chiller Efficiency": 0.050628338005856276, - "Chiller 6 Tonnage": 421.7953266297977, - "Chiller 6 Supply Temperature": 16.00992075692649, - "Chiller 6 Return Temperature": 68.74798922515086, - "Chiller 6 Condenser Water Flow": 2638.6816780665786, - "Chiller 6 Power Input": 1039.3020873174073, - "Chiller 6 Chiller % Loaded": 20.99975159420228, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.568005147816878, - "Chiller 6 Setpoint Temperature": 89.4336883483697 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.05254483842923, - "Chiller 6 Chiller Efficiency": 0.12654847588014048, - "Chiller 6 Tonnage": 1113.425761016039, - "Chiller 6 Supply Temperature": 79.11210720050897, - "Chiller 6 Return Temperature": 66.24209933324614, - "Chiller 6 Condenser Water Flow": 11043.874060514207, - "Chiller 6 Power Input": 3.4561531729053865, - "Chiller 6 Chiller % Loaded": 44.341543660603534, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.47584201375966, - "Chiller 6 Setpoint Temperature": 14.326024750026365 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.7855686221768, - "Chiller 6 Chiller Efficiency": 0.27278999083342814, - "Chiller 6 Tonnage": 2116.762093920412, - "Chiller 6 Supply Temperature": 11.50119843837587, - "Chiller 6 Return Temperature": 14.642207393351148, - "Chiller 6 Condenser Water Flow": 4574.828674519368, - "Chiller 6 Power Input": 221.67961330499787, - "Chiller 6 Chiller % Loaded": 31.681623755661157, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.409932838507412, - "Chiller 6 Setpoint Temperature": 60.78127358805899 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.3037266913703, - "Chiller 6 Chiller Efficiency": 0.19311090713638115, - "Chiller 6 Tonnage": 1131.4920089431757, - "Chiller 6 Supply Temperature": 59.9494755017745, - "Chiller 6 Return Temperature": 98.5507014102898, - "Chiller 6 Condenser Water Flow": 6286.02082886707, - "Chiller 6 Power Input": 1163.3337398598783, - "Chiller 6 Chiller % Loaded": 89.71421739071607, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.71498554232715, - "Chiller 6 Setpoint Temperature": 44.37032208792563 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.872544605295158, - "Chiller 6 Chiller Efficiency": 0.5188335424766485, - "Chiller 6 Tonnage": 2071.967746723759, - "Chiller 6 Supply Temperature": 19.23529669485903, - "Chiller 6 Return Temperature": 32.57088622986189, - "Chiller 6 Condenser Water Flow": 5034.324667040367, - "Chiller 6 Power Input": 429.2629757672141, - "Chiller 6 Chiller % Loaded": 93.90917365214841, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.531508165489505, - "Chiller 6 Setpoint Temperature": 38.351798815580075 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.63281607988993, - "Chiller 6 Chiller Efficiency": 0.23352905792714213, - "Chiller 6 Tonnage": 271.1154840031121, - "Chiller 6 Supply Temperature": 66.62434830598482, - "Chiller 6 Return Temperature": 45.365787538698726, - "Chiller 6 Condenser Water Flow": 8542.9745994527, - "Chiller 6 Power Input": 585.973415943293, - "Chiller 6 Chiller % Loaded": 124.61154211692066, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.20391861306321, - "Chiller 6 Setpoint Temperature": 75.33216292036802 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.618672567134407, - "Chiller 6 Chiller Efficiency": 0.2865831430294036, - "Chiller 6 Tonnage": 2102.077337137458, - "Chiller 6 Supply Temperature": 58.73512546714082, - "Chiller 6 Return Temperature": 9.404331869920455, - "Chiller 6 Condenser Water Flow": 11041.114355399262, - "Chiller 6 Power Input": 373.3657982882845, - "Chiller 6 Chiller % Loaded": 74.77041326750961, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.26519284958232, - "Chiller 6 Setpoint Temperature": 13.797771933223176 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.09857207968729, - "Chiller 6 Chiller Efficiency": 0.22264382810350336, - "Chiller 6 Tonnage": 716.6189460980614, - "Chiller 6 Supply Temperature": 58.72695922685432, - "Chiller 6 Return Temperature": 65.90905175112735, - "Chiller 6 Condenser Water Flow": 5410.248340234543, - "Chiller 6 Power Input": 695.7140236112712, - "Chiller 6 Chiller % Loaded": 28.516643637285515, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.5837114741978615, - "Chiller 6 Setpoint Temperature": 85.43870019108286 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.0709205592004, - "Chiller 6 Chiller Efficiency": 0.5588330835033735, - "Chiller 6 Tonnage": 2323.989170265818, - "Chiller 6 Supply Temperature": 68.55388621033164, - "Chiller 6 Return Temperature": 108.03706377505928, - "Chiller 6 Condenser Water Flow": 5162.617769760391, - "Chiller 6 Power Input": 1111.5910589984708, - "Chiller 6 Chiller % Loaded": 66.44540322513167, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.102135241177336, - "Chiller 6 Setpoint Temperature": 88.23430394434382 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.95850185092185, - "Chiller 6 Chiller Efficiency": 0.10863396904179745, - "Chiller 6 Tonnage": 3604.4494886874395, - "Chiller 6 Supply Temperature": 53.6300888877074, - "Chiller 6 Return Temperature": 6.169691366935543, - "Chiller 6 Condenser Water Flow": 5354.113189530922, - "Chiller 6 Power Input": 559.2170269429814, - "Chiller 6 Chiller % Loaded": 17.85068351874963, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.800212031837766, - "Chiller 6 Setpoint Temperature": 43.40156417675042 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.28007018291525, - "Chiller 6 Chiller Efficiency": 0.17675634842932908, - "Chiller 6 Tonnage": 3592.392918590298, - "Chiller 6 Supply Temperature": 6.24579098470415, - "Chiller 6 Return Temperature": 98.36491074269588, - "Chiller 6 Condenser Water Flow": 5252.455626508768, - "Chiller 6 Power Input": 387.42512724876275, - "Chiller 6 Chiller % Loaded": 105.41598920160166, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.611818180318593, - "Chiller 6 Setpoint Temperature": 40.48389182699318 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.262063009125537, - "Chiller 6 Chiller Efficiency": 0.4158478672360081, - "Chiller 6 Tonnage": 3775.934255212101, - "Chiller 6 Supply Temperature": 15.491017226318332, - "Chiller 6 Return Temperature": 109.60795446211353, - "Chiller 6 Condenser Water Flow": 2443.681263498413, - "Chiller 6 Power Input": 1098.0152940256357, - "Chiller 6 Chiller % Loaded": 50.551564074202105, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.542825223639356, - "Chiller 6 Setpoint Temperature": 46.41291521545667 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.6989210873626, - "Chiller 6 Chiller Efficiency": 0.5430894860349479, - "Chiller 6 Tonnage": 3479.0784510531944, - "Chiller 6 Supply Temperature": 13.467061313142487, - "Chiller 6 Return Temperature": 34.227383979573254, - "Chiller 6 Condenser Water Flow": 7070.224207029777, - "Chiller 6 Power Input": 150.4275556327734, - "Chiller 6 Chiller % Loaded": 5.195551864595932, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.67306448771066, - "Chiller 6 Setpoint Temperature": 32.77121336881782 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.009327507457634, - "Chiller 6 Chiller Efficiency": 0.2596896631737053, - "Chiller 6 Tonnage": 988.3030168028598, - "Chiller 6 Supply Temperature": 63.105881700664526, - "Chiller 6 Return Temperature": 93.82468538742091, - "Chiller 6 Condenser Water Flow": 8323.142867777284, - "Chiller 6 Power Input": 283.54934130626515, - "Chiller 6 Chiller % Loaded": 105.59524856455205, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.99240649960981, - "Chiller 6 Setpoint Temperature": 64.65958638812138 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.44633047245486, - "Chiller 6 Chiller Efficiency": 0.5115666001478186, - "Chiller 6 Tonnage": 1503.839295781404, - "Chiller 6 Supply Temperature": 77.92331036769555, - "Chiller 6 Return Temperature": 43.67373151257772, - "Chiller 6 Condenser Water Flow": 5644.461832604017, - "Chiller 6 Power Input": 260.8781900414721, - "Chiller 6 Chiller % Loaded": 80.6833025232033, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.859681993419098, - "Chiller 6 Setpoint Temperature": 66.12819357193928 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.75946997474031, - "Chiller 6 Chiller Efficiency": 0.32639044108250787, - "Chiller 6 Tonnage": 487.6959542513951, - "Chiller 6 Supply Temperature": 72.10558804294202, - "Chiller 6 Return Temperature": 105.17416758560164, - "Chiller 6 Condenser Water Flow": 8398.98865141639, - "Chiller 6 Power Input": 1093.5007449150105, - "Chiller 6 Chiller % Loaded": 13.41811068752935, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.63480254515265, - "Chiller 6 Setpoint Temperature": 46.585174025514455 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.2354152728752, - "Chiller 6 Chiller Efficiency": 0.4357053051589449, - "Chiller 6 Tonnage": 488.0004495527989, - "Chiller 6 Supply Temperature": 66.62326113347905, - "Chiller 6 Return Temperature": 5.566624585229203, - "Chiller 6 Condenser Water Flow": 5591.187556975269, - "Chiller 6 Power Input": 62.85453212792552, - "Chiller 6 Chiller % Loaded": 112.9223599972973, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.736513641715664, - "Chiller 6 Setpoint Temperature": 42.6616701829574 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.24791822396192, - "Chiller 6 Chiller Efficiency": 0.5490432398933767, - "Chiller 6 Tonnage": 506.6716171646078, - "Chiller 6 Supply Temperature": 90.30641428600543, - "Chiller 6 Return Temperature": 42.8694720085898, - "Chiller 6 Condenser Water Flow": 10564.324398697205, - "Chiller 6 Power Input": 1024.059640034265, - "Chiller 6 Chiller % Loaded": 76.64772523495877, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.80656613392219, - "Chiller 6 Setpoint Temperature": 25.20957413576413 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.03299865973027, - "Chiller 6 Chiller Efficiency": 0.5537631042291546, - "Chiller 6 Tonnage": 984.4547298675799, - "Chiller 6 Supply Temperature": 5.4578471971354094, - "Chiller 6 Return Temperature": 71.35116940327083, - "Chiller 6 Condenser Water Flow": 3799.56155612206, - "Chiller 6 Power Input": 47.37565007672883, - "Chiller 6 Chiller % Loaded": 108.47879445699755, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.11191604732062, - "Chiller 6 Setpoint Temperature": 26.336892180743167 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.46969883566285, - "Chiller 6 Chiller Efficiency": 0.23912692992812398, - "Chiller 6 Tonnage": 464.8889082865334, - "Chiller 6 Supply Temperature": 7.582372626111755, - "Chiller 6 Return Temperature": 46.64534107816686, - "Chiller 6 Condenser Water Flow": 2139.72119990874, - "Chiller 6 Power Input": 1077.955573556722, - "Chiller 6 Chiller % Loaded": 2.6303168960659065, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.51888282799259, - "Chiller 6 Setpoint Temperature": 16.118269151802508 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.37883079299003, - "Chiller 6 Chiller Efficiency": 0.02004084975982065, - "Chiller 6 Tonnage": 3797.1637974363357, - "Chiller 6 Supply Temperature": 24.455865401859736, - "Chiller 6 Return Temperature": 6.028078644816163, - "Chiller 6 Condenser Water Flow": 3557.8165547714084, - "Chiller 6 Power Input": 367.32651855860615, - "Chiller 6 Chiller % Loaded": 6.731935053398203, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.13115358389923, - "Chiller 6 Setpoint Temperature": 10.522259267995397 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.90981901901043, - "Chiller 6 Chiller Efficiency": 0.2556416968138551, - "Chiller 6 Tonnage": 546.1624540295151, - "Chiller 6 Supply Temperature": 28.119485902484932, - "Chiller 6 Return Temperature": 3.011755383197031, - "Chiller 6 Condenser Water Flow": 4246.332543387963, - "Chiller 6 Power Input": 261.9180767701099, - "Chiller 6 Chiller % Loaded": 52.00252368751693, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.706956919300765, - "Chiller 6 Setpoint Temperature": 22.325489741718908 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.37392450594591, - "Chiller 6 Chiller Efficiency": 0.15496805844879305, - "Chiller 6 Tonnage": 1940.7295938930617, - "Chiller 6 Supply Temperature": 19.05195883072643, - "Chiller 6 Return Temperature": 99.83334859125854, - "Chiller 6 Condenser Water Flow": 5181.322088649535, - "Chiller 6 Power Input": 1061.4877085019466, - "Chiller 6 Chiller % Loaded": 6.976349977131619, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.03383890898354, - "Chiller 6 Setpoint Temperature": 82.33875719298128 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.476470452770197, - "Chiller 6 Chiller Efficiency": 0.29595763570700284, - "Chiller 6 Tonnage": 1359.9624779272556, - "Chiller 6 Supply Temperature": 82.00228891439174, - "Chiller 6 Return Temperature": 64.65724294459976, - "Chiller 6 Condenser Water Flow": 1603.9771959624247, - "Chiller 6 Power Input": 112.39998373891127, - "Chiller 6 Chiller % Loaded": 36.79786655127856, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.8425222155630174, - "Chiller 6 Setpoint Temperature": 49.00841183489788 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.58983504599869, - "Chiller 6 Chiller Efficiency": 0.2683873107334293, - "Chiller 6 Tonnage": 2897.984304329021, - "Chiller 6 Supply Temperature": 11.153794779838606, - "Chiller 6 Return Temperature": 13.500710127822172, - "Chiller 6 Condenser Water Flow": 4269.6015881177855, - "Chiller 6 Power Input": 819.3822869022116, - "Chiller 6 Chiller % Loaded": 65.89144259579997, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.47326557834819, - "Chiller 6 Setpoint Temperature": 36.94915075500789 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T01:00:06", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.94431451958363, - "Chiller 6 Chiller Efficiency": 0.32718488268594975, - "Chiller 6 Tonnage": 338.25091649663574, - "Chiller 6 Supply Temperature": 75.1547560238591, - "Chiller 6 Return Temperature": 87.41896339524041, - "Chiller 6 Condenser Water Flow": 5585.456305452902, - "Chiller 6 Power Input": 185.86435200611962, - "Chiller 6 Chiller % Loaded": 25.296356698809333, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.46230701043373, - "Chiller 6 Setpoint Temperature": 53.262117746418596 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.58077445696918, - "Chiller 6 Chiller Efficiency": 0.30008674701432264, - "Chiller 6 Tonnage": 1729.3607684686378, - "Chiller 6 Supply Temperature": 26.576088535686836, - "Chiller 6 Return Temperature": 84.80773587234187, - "Chiller 6 Condenser Water Flow": 5856.474870902997, - "Chiller 6 Power Input": 900.6814456120356, - "Chiller 6 Chiller % Loaded": 82.48894952283888, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.03495338613446, - "Chiller 6 Setpoint Temperature": 48.56647550606651 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.91136083468446, - "Chiller 6 Chiller Efficiency": 0.5623603924886177, - "Chiller 6 Tonnage": 2597.4816709221927, - "Chiller 6 Supply Temperature": 86.98012808142097, - "Chiller 6 Return Temperature": 99.5647074532834, - "Chiller 6 Condenser Water Flow": 3242.925674602705, - "Chiller 6 Power Input": 802.4821095807912, - "Chiller 6 Chiller % Loaded": 75.3412601669702, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.31512082258772, - "Chiller 6 Setpoint Temperature": 76.18427296466596 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.245848062119206, - "Chiller 6 Chiller Efficiency": 0.18228646118179367, - "Chiller 6 Tonnage": 1001.1360389848834, - "Chiller 6 Supply Temperature": 67.66838457917758, - "Chiller 6 Return Temperature": 44.62356864002765, - "Chiller 6 Condenser Water Flow": 10418.97719404774, - "Chiller 6 Power Input": 1022.8842952484281, - "Chiller 6 Chiller % Loaded": 15.993922169749439, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.15283023513422, - "Chiller 6 Setpoint Temperature": 81.05576415079257 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.15272223942863, - "Chiller 6 Chiller Efficiency": 0.15947412177241393, - "Chiller 6 Tonnage": 3354.0691796735828, - "Chiller 6 Supply Temperature": 79.54627244493705, - "Chiller 6 Return Temperature": 41.29136227428884, - "Chiller 6 Condenser Water Flow": 10185.601392877748, - "Chiller 6 Power Input": 889.4919344435924, - "Chiller 6 Chiller % Loaded": 54.86585945362074, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.094223972394, - "Chiller 6 Setpoint Temperature": 54.142960866456875 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.01005841321953, - "Chiller 6 Chiller Efficiency": 0.07450038054871803, - "Chiller 6 Tonnage": 1564.78614445348, - "Chiller 6 Supply Temperature": 36.89739274297999, - "Chiller 6 Return Temperature": 7.289423595823897, - "Chiller 6 Condenser Water Flow": 4814.276003675468, - "Chiller 6 Power Input": 1024.2637027747849, - "Chiller 6 Chiller % Loaded": 50.17592785834439, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.90979171937699, - "Chiller 6 Setpoint Temperature": 14.555685029559358 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.92689044601255, - "Chiller 6 Chiller Efficiency": 0.43392594880351815, - "Chiller 6 Tonnage": 2135.1682177223906, - "Chiller 6 Supply Temperature": 78.04840846361002, - "Chiller 6 Return Temperature": 19.568336818399814, - "Chiller 6 Condenser Water Flow": 7487.903810779601, - "Chiller 6 Power Input": 616.5347547073005, - "Chiller 6 Chiller % Loaded": 33.3649150807236, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.33504958459747, - "Chiller 6 Setpoint Temperature": 59.31867559112268 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.35712063304177, - "Chiller 6 Chiller Efficiency": 0.03380763409051444, - "Chiller 6 Tonnage": 3547.145988826532, - "Chiller 6 Supply Temperature": 45.12289793583269, - "Chiller 6 Return Temperature": 100.15969301698689, - "Chiller 6 Condenser Water Flow": 9669.519233718866, - "Chiller 6 Power Input": 840.2691767537343, - "Chiller 6 Chiller % Loaded": 15.268347851976426, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.632054209814938, - "Chiller 6 Setpoint Temperature": 88.02656661518525 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.7835713121005083, - "Chiller 6 Chiller Efficiency": 0.12077460227394245, - "Chiller 6 Tonnage": 3185.163615527397, - "Chiller 6 Supply Temperature": 73.54219893293195, - "Chiller 6 Return Temperature": 30.986338678242383, - "Chiller 6 Condenser Water Flow": 8964.533706518725, - "Chiller 6 Power Input": 692.0883184881894, - "Chiller 6 Chiller % Loaded": 49.90773842436944, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.50694419983898, - "Chiller 6 Setpoint Temperature": 65.750958031155 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.89321483429666, - "Chiller 6 Chiller Efficiency": 0.4879068622982172, - "Chiller 6 Tonnage": 291.30458932958066, - "Chiller 6 Supply Temperature": 78.65854784238533, - "Chiller 6 Return Temperature": 66.83615084096971, - "Chiller 6 Condenser Water Flow": 137.71349250872234, - "Chiller 6 Power Input": 739.193579366148, - "Chiller 6 Chiller % Loaded": 9.82502554714106, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.98607386375624, - "Chiller 6 Setpoint Temperature": 39.061053283489116 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.6295548106316, - "Chiller 6 Chiller Efficiency": 0.46203484479578105, - "Chiller 6 Tonnage": 2211.801593797419, - "Chiller 6 Supply Temperature": 32.37153537514102, - "Chiller 6 Return Temperature": 52.587846044929684, - "Chiller 6 Condenser Water Flow": 5398.185085629971, - "Chiller 6 Power Input": 1011.2107503429538, - "Chiller 6 Chiller % Loaded": 68.75820223803738, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.714803585153, - "Chiller 6 Setpoint Temperature": 13.82973070005021 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.31684704258453, - "Chiller 6 Chiller Efficiency": 0.5365082832413461, - "Chiller 6 Tonnage": 941.9145687807917, - "Chiller 6 Supply Temperature": 9.48865969383879, - "Chiller 6 Return Temperature": 35.952006393374596, - "Chiller 6 Condenser Water Flow": 3511.3856599073806, - "Chiller 6 Power Input": 709.9797743893477, - "Chiller 6 Chiller % Loaded": 25.598626038871984, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.79061369745256, - "Chiller 6 Setpoint Temperature": 49.875634038481984 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.51425443647173, - "Chiller 6 Chiller Efficiency": 0.03593224491458002, - "Chiller 6 Tonnage": 2544.4571860198234, - "Chiller 6 Supply Temperature": 17.47981024199413, - "Chiller 6 Return Temperature": 92.37480006640219, - "Chiller 6 Condenser Water Flow": 5230.374862967487, - "Chiller 6 Power Input": 306.4242279101538, - "Chiller 6 Chiller % Loaded": 17.579026560496324, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.7498656813028046, - "Chiller 6 Setpoint Temperature": 70.31790816389595 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.9234155948217, - "Chiller 6 Chiller Efficiency": 0.4963865183948949, - "Chiller 6 Tonnage": 10.037909030394491, - "Chiller 6 Supply Temperature": 87.79056697794113, - "Chiller 6 Return Temperature": 66.87970685691604, - "Chiller 6 Condenser Water Flow": 5538.381181025429, - "Chiller 6 Power Input": 548.078688651516, - "Chiller 6 Chiller % Loaded": 90.93692002432661, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.685605445096385, - "Chiller 6 Setpoint Temperature": 18.23341993463923 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.55879335075958, - "Chiller 6 Chiller Efficiency": 0.07831188533413573, - "Chiller 6 Tonnage": 2689.7849881162374, - "Chiller 6 Supply Temperature": 37.77177360701877, - "Chiller 6 Return Temperature": 16.38587162447632, - "Chiller 6 Condenser Water Flow": 6202.03038180196, - "Chiller 6 Power Input": 1057.5444258498724, - "Chiller 6 Chiller % Loaded": 34.72686308864208, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.7495236387313895, - "Chiller 6 Setpoint Temperature": 66.46248566198896 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.65989931344242, - "Chiller 6 Chiller Efficiency": 0.4144463171551397, - "Chiller 6 Tonnage": 2182.090145565368, - "Chiller 6 Supply Temperature": 41.9531717489501, - "Chiller 6 Return Temperature": 80.68415932858888, - "Chiller 6 Condenser Water Flow": 2063.9363660103636, - "Chiller 6 Power Input": 599.7845342733857, - "Chiller 6 Chiller % Loaded": 106.94827795535498, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.94807243344382, - "Chiller 6 Setpoint Temperature": 28.19702712710993 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.55394709629245, - "Chiller 6 Chiller Efficiency": 0.25047363451418886, - "Chiller 6 Tonnage": 2021.2843426258723, - "Chiller 6 Supply Temperature": 15.547426420470364, - "Chiller 6 Return Temperature": 46.96505131766346, - "Chiller 6 Condenser Water Flow": 1160.9310250524234, - "Chiller 6 Power Input": 75.30631146961412, - "Chiller 6 Chiller % Loaded": 64.50220642184061, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.57006021934666, - "Chiller 6 Setpoint Temperature": 61.629031777767125 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.91993377707631, - "Chiller 6 Chiller Efficiency": 0.147895772503938, - "Chiller 6 Tonnage": 867.0586925524349, - "Chiller 6 Supply Temperature": 9.680132283097084, - "Chiller 6 Return Temperature": 67.76452653748287, - "Chiller 6 Condenser Water Flow": 6436.471692665059, - "Chiller 6 Power Input": 115.45154934187136, - "Chiller 6 Chiller % Loaded": 109.35506216128728, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.83740402372034, - "Chiller 6 Setpoint Temperature": 38.58483593056488 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.50882371070372, - "Chiller 6 Chiller Efficiency": 0.05855979461225049, - "Chiller 6 Tonnage": 1832.3181372819715, - "Chiller 6 Supply Temperature": 0.739622541905463, - "Chiller 6 Return Temperature": 47.02116563400005, - "Chiller 6 Condenser Water Flow": 7128.39634930891, - "Chiller 6 Power Input": 59.86434620286988, - "Chiller 6 Chiller % Loaded": 16.516009587241058, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.612319296608913, - "Chiller 6 Setpoint Temperature": 6.497529047526176 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.60611725107113, - "Chiller 6 Chiller Efficiency": 0.13081698070501926, - "Chiller 6 Tonnage": 754.4310995336552, - "Chiller 6 Supply Temperature": 39.094508528562045, - "Chiller 6 Return Temperature": 69.304453610031, - "Chiller 6 Condenser Water Flow": 4544.5872025680665, - "Chiller 6 Power Input": 879.1192058285861, - "Chiller 6 Chiller % Loaded": 67.03859706987943, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.101695608183853, - "Chiller 6 Setpoint Temperature": 84.08120785507981 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.83281122749315, - "Chiller 6 Chiller Efficiency": 0.42415526147311805, - "Chiller 6 Tonnage": 1039.7689284244939, - "Chiller 6 Supply Temperature": 28.18015323606701, - "Chiller 6 Return Temperature": 22.891179504294584, - "Chiller 6 Condenser Water Flow": 3842.66270821608, - "Chiller 6 Power Input": 139.14780810503726, - "Chiller 6 Chiller % Loaded": 79.15034477380581, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.18595575004848, - "Chiller 6 Setpoint Temperature": 6.8833244051556175 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.79349893451801, - "Chiller 6 Chiller Efficiency": 0.4656081672712566, - "Chiller 6 Tonnage": 1032.8651532210065, - "Chiller 6 Supply Temperature": 87.92836724961498, - "Chiller 6 Return Temperature": 38.697719337164926, - "Chiller 6 Condenser Water Flow": 9687.935410024293, - "Chiller 6 Power Input": 644.7892876333957, - "Chiller 6 Chiller % Loaded": 11.182079023540979, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.89237716030965, - "Chiller 6 Setpoint Temperature": 5.155151244891669 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.17786675266014, - "Chiller 6 Chiller Efficiency": 0.5423480373458317, - "Chiller 6 Tonnage": 2271.7939664140035, - "Chiller 6 Supply Temperature": 29.784701739727236, - "Chiller 6 Return Temperature": 90.26814853494977, - "Chiller 6 Condenser Water Flow": 9567.000308655606, - "Chiller 6 Power Input": 116.83079902507669, - "Chiller 6 Chiller % Loaded": 58.865025669571196, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.21691689117718, - "Chiller 6 Setpoint Temperature": 27.89167436059011 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.8467929758522, - "Chiller 6 Chiller Efficiency": 0.04960664067052592, - "Chiller 6 Tonnage": 1640.760241567463, - "Chiller 6 Supply Temperature": 82.23485005289204, - "Chiller 6 Return Temperature": 52.83929351844497, - "Chiller 6 Condenser Water Flow": 7303.49819391643, - "Chiller 6 Power Input": 386.12570749427925, - "Chiller 6 Chiller % Loaded": 13.06245736656146, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.29353048610258, - "Chiller 6 Setpoint Temperature": 42.195540924686696 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.12956826647408, - "Chiller 6 Chiller Efficiency": 0.14462326816285756, - "Chiller 6 Tonnage": 155.04277223409775, - "Chiller 6 Supply Temperature": 60.72737765706141, - "Chiller 6 Return Temperature": 94.99572269482854, - "Chiller 6 Condenser Water Flow": 4092.586884858367, - "Chiller 6 Power Input": 834.2036166177666, - "Chiller 6 Chiller % Loaded": 83.0198580105379, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.47506928785965, - "Chiller 6 Setpoint Temperature": 44.46913479627479 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.246319543655417, - "Chiller 6 Chiller Efficiency": 0.25884290512206326, - "Chiller 6 Tonnage": 603.5370139774914, - "Chiller 6 Supply Temperature": 77.19989030231125, - "Chiller 6 Return Temperature": 1.368100675861868, - "Chiller 6 Condenser Water Flow": 4279.409871965112, - "Chiller 6 Power Input": 52.44110348544882, - "Chiller 6 Chiller % Loaded": 3.1806215782900336, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.08228335324066, - "Chiller 6 Setpoint Temperature": 21.09517174828707 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.397333992260553, - "Chiller 6 Chiller Efficiency": 0.41376432357593607, - "Chiller 6 Tonnage": 171.3313836960624, - "Chiller 6 Supply Temperature": 0.7945270798816365, - "Chiller 6 Return Temperature": 33.38727187772254, - "Chiller 6 Condenser Water Flow": 9015.008585579488, - "Chiller 6 Power Input": 478.4438334126913, - "Chiller 6 Chiller % Loaded": 13.349085314464947, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.11575070473313, - "Chiller 6 Setpoint Temperature": 90.98182945306536 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.93494244593393, - "Chiller 6 Chiller Efficiency": 0.5537365693001897, - "Chiller 6 Tonnage": 556.7904223335707, - "Chiller 6 Supply Temperature": 78.57029924215072, - "Chiller 6 Return Temperature": 80.195095363674, - "Chiller 6 Condenser Water Flow": 4624.444381615875, - "Chiller 6 Power Input": 456.170797446068, - "Chiller 6 Chiller % Loaded": 83.07204877854339, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.757943480743926, - "Chiller 6 Setpoint Temperature": 52.74312040441927 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.02096346024432, - "Chiller 6 Chiller Efficiency": 0.36085110114995916, - "Chiller 6 Tonnage": 1611.4177897834027, - "Chiller 6 Supply Temperature": 3.31880832024685, - "Chiller 6 Return Temperature": 70.78077412991719, - "Chiller 6 Condenser Water Flow": 5048.558439465206, - "Chiller 6 Power Input": 211.75813409559683, - "Chiller 6 Chiller % Loaded": 112.48142495457073, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.41512227619459, - "Chiller 6 Setpoint Temperature": 71.758544341019 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.88513763478224, - "Chiller 6 Chiller Efficiency": 0.36139321758934395, - "Chiller 6 Tonnage": 700.3622542829697, - "Chiller 6 Supply Temperature": 25.39094139485736, - "Chiller 6 Return Temperature": 15.866560426534189, - "Chiller 6 Condenser Water Flow": 5720.613600572136, - "Chiller 6 Power Input": 469.9429116909619, - "Chiller 6 Chiller % Loaded": 88.97641781503053, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.317446840836089, - "Chiller 6 Setpoint Temperature": 65.6584336198007 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.91335695833511, - "Chiller 6 Chiller Efficiency": 0.33736569080112794, - "Chiller 6 Tonnage": 1758.2579776420166, - "Chiller 6 Supply Temperature": 42.06354089876418, - "Chiller 6 Return Temperature": 110.82079740492195, - "Chiller 6 Condenser Water Flow": 3118.18711551107, - "Chiller 6 Power Input": 864.6931690479373, - "Chiller 6 Chiller % Loaded": 106.81687969965736, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.78076401036971, - "Chiller 6 Setpoint Temperature": 68.31359576167127 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.74210350152335, - "Chiller 6 Chiller Efficiency": 0.5522189347859328, - "Chiller 6 Tonnage": 1782.3647643543306, - "Chiller 6 Supply Temperature": 75.61645299119742, - "Chiller 6 Return Temperature": 62.404783880290445, - "Chiller 6 Condenser Water Flow": 3267.4164825354474, - "Chiller 6 Power Input": 523.5825473196526, - "Chiller 6 Chiller % Loaded": 135.9688553053911, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.43887854461939, - "Chiller 6 Setpoint Temperature": 90.23361578950644 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.20514843326913, - "Chiller 6 Chiller Efficiency": 0.35182298748157914, - "Chiller 6 Tonnage": 340.7908991847246, - "Chiller 6 Supply Temperature": 12.345261932568189, - "Chiller 6 Return Temperature": 100.3749760354387, - "Chiller 6 Condenser Water Flow": 8564.715892266711, - "Chiller 6 Power Input": 1134.7470011828425, - "Chiller 6 Chiller % Loaded": 91.88933439909803, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.43959024287612, - "Chiller 6 Setpoint Temperature": 37.85977875096639 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.0803027633532, - "Chiller 6 Chiller Efficiency": 0.04532002195352342, - "Chiller 6 Tonnage": 860.2129400153387, - "Chiller 6 Supply Temperature": 14.617436056924474, - "Chiller 6 Return Temperature": 91.44485147441803, - "Chiller 6 Condenser Water Flow": 7258.850138526516, - "Chiller 6 Power Input": 1239.9194814729603, - "Chiller 6 Chiller % Loaded": 91.35589716877486, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.902391976718725, - "Chiller 6 Setpoint Temperature": 17.74458063983606 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.47943755736647, - "Chiller 6 Chiller Efficiency": 0.17404668207459745, - "Chiller 6 Tonnage": 3309.720022259296, - "Chiller 6 Supply Temperature": 57.16993537578972, - "Chiller 6 Return Temperature": 61.83123443483338, - "Chiller 6 Condenser Water Flow": 598.7924733524089, - "Chiller 6 Power Input": 890.3930219759317, - "Chiller 6 Chiller % Loaded": 8.189688386976535, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.009899727619132, - "Chiller 6 Setpoint Temperature": 28.411684901081525 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.633047685153027, - "Chiller 6 Chiller Efficiency": 0.32700901450465786, - "Chiller 6 Tonnage": 2825.2425516922917, - "Chiller 6 Supply Temperature": 14.035581778454583, - "Chiller 6 Return Temperature": 25.057936359620523, - "Chiller 6 Condenser Water Flow": 9721.119584336902, - "Chiller 6 Power Input": 888.4286158790247, - "Chiller 6 Chiller % Loaded": 41.30065531754141, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.35423939018825, - "Chiller 6 Setpoint Temperature": 54.4530553755216 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.70117012225025, - "Chiller 6 Chiller Efficiency": 0.4209515278435564, - "Chiller 6 Tonnage": 3809.455342105952, - "Chiller 6 Supply Temperature": 3.44637766218896, - "Chiller 6 Return Temperature": 55.37937217091015, - "Chiller 6 Condenser Water Flow": 8644.357578898233, - "Chiller 6 Power Input": 533.3294019303087, - "Chiller 6 Chiller % Loaded": 107.40839741132079, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.91668719994299, - "Chiller 6 Setpoint Temperature": 21.661886589212127 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.93923547520824, - "Chiller 6 Chiller Efficiency": 0.26353474202843435, - "Chiller 6 Tonnage": 2694.943189197768, - "Chiller 6 Supply Temperature": 79.10357521973039, - "Chiller 6 Return Temperature": 99.09611994589945, - "Chiller 6 Condenser Water Flow": 3800.199678916303, - "Chiller 6 Power Input": 495.87944534804893, - "Chiller 6 Chiller % Loaded": 114.97710193174395, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.893886030976212, - "Chiller 6 Setpoint Temperature": 84.30964018753686 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.62286606294102, - "Chiller 6 Chiller Efficiency": 0.6106316275465742, - "Chiller 6 Tonnage": 2156.965703947305, - "Chiller 6 Supply Temperature": 10.0242192317561, - "Chiller 6 Return Temperature": 99.93822287820069, - "Chiller 6 Condenser Water Flow": 303.8536000887953, - "Chiller 6 Power Input": 683.9379947347439, - "Chiller 6 Chiller % Loaded": 118.83852031567123, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.015151846218934, - "Chiller 6 Setpoint Temperature": 6.667936107277982 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.157810390332955, - "Chiller 6 Chiller Efficiency": 0.07188570310227625, - "Chiller 6 Tonnage": 1553.7684290773718, - "Chiller 6 Supply Temperature": 63.358788130214684, - "Chiller 6 Return Temperature": 33.75931254343173, - "Chiller 6 Condenser Water Flow": 3504.8641332956317, - "Chiller 6 Power Input": 204.844724176269, - "Chiller 6 Chiller % Loaded": 28.890382889318477, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.76381562041313, - "Chiller 6 Setpoint Temperature": 15.866919275386042 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.39034341529336, - "Chiller 6 Chiller Efficiency": 0.34213605440329536, - "Chiller 6 Tonnage": 3133.090021592409, - "Chiller 6 Supply Temperature": 0.46482063132681506, - "Chiller 6 Return Temperature": 47.59068432328825, - "Chiller 6 Condenser Water Flow": 3882.6118540101884, - "Chiller 6 Power Input": 1169.1284159796244, - "Chiller 6 Chiller % Loaded": 46.78858511250946, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.2654550254094, - "Chiller 6 Setpoint Temperature": 26.19059050638068 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.23606470680122, - "Chiller 6 Chiller Efficiency": 0.13074282112422983, - "Chiller 6 Tonnage": 2863.601263603336, - "Chiller 6 Supply Temperature": 21.66496492007111, - "Chiller 6 Return Temperature": 48.05910579327106, - "Chiller 6 Condenser Water Flow": 8863.625637067831, - "Chiller 6 Power Input": 493.7452666654368, - "Chiller 6 Chiller % Loaded": 138.0991098726594, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.51719411137204, - "Chiller 6 Setpoint Temperature": 20.672180386894365 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.77574361870886, - "Chiller 6 Chiller Efficiency": 0.34448684225662435, - "Chiller 6 Tonnage": 1010.1594761159689, - "Chiller 6 Supply Temperature": 15.305155724815563, - "Chiller 6 Return Temperature": 75.30575364494439, - "Chiller 6 Condenser Water Flow": 8444.605763368076, - "Chiller 6 Power Input": 990.556422462034, - "Chiller 6 Chiller % Loaded": 74.36370852814022, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.57284222442912, - "Chiller 6 Setpoint Temperature": 73.34395775419219 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.39877678343685, - "Chiller 6 Chiller Efficiency": 0.09642868953396318, - "Chiller 6 Tonnage": 2559.2194113968335, - "Chiller 6 Supply Temperature": 21.1250060934871, - "Chiller 6 Return Temperature": 35.43295351948917, - "Chiller 6 Condenser Water Flow": 438.5238396487901, - "Chiller 6 Power Input": 790.5365734443608, - "Chiller 6 Chiller % Loaded": 129.20891722825527, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.78527164807186, - "Chiller 6 Setpoint Temperature": 17.853930568498377 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.08244514954112, - "Chiller 6 Chiller Efficiency": 0.39116488001099464, - "Chiller 6 Tonnage": 4412.158050869432, - "Chiller 6 Supply Temperature": 20.673012350197773, - "Chiller 6 Return Temperature": 85.60912922980694, - "Chiller 6 Condenser Water Flow": 7522.242251368205, - "Chiller 6 Power Input": 1184.1116509803817, - "Chiller 6 Chiller % Loaded": 132.76359030720107, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.456026730764833, - "Chiller 6 Setpoint Temperature": 68.34974701303857 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.1830532930001, - "Chiller 6 Chiller Efficiency": 0.5679583089824364, - "Chiller 6 Tonnage": 3267.2219885653744, - "Chiller 6 Supply Temperature": 78.69027842460024, - "Chiller 6 Return Temperature": 25.086029272827627, - "Chiller 6 Condenser Water Flow": 8710.698581605235, - "Chiller 6 Power Input": 1023.1035154093678, - "Chiller 6 Chiller % Loaded": 93.4468081293484, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.58907097503833, - "Chiller 6 Setpoint Temperature": 22.68287329228846 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.718888114585862, - "Chiller 6 Chiller Efficiency": 0.21900359343371895, - "Chiller 6 Tonnage": 310.52488721300244, - "Chiller 6 Supply Temperature": 24.63965296593021, - "Chiller 6 Return Temperature": 87.07979647339677, - "Chiller 6 Condenser Water Flow": 5369.333132420238, - "Chiller 6 Power Input": 301.1857648681735, - "Chiller 6 Chiller % Loaded": 47.528332804973346, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.359755507644405, - "Chiller 6 Setpoint Temperature": 76.93642818985845 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.00344636455709, - "Chiller 6 Chiller Efficiency": 0.5958368484573102, - "Chiller 6 Tonnage": 1715.0223288798318, - "Chiller 6 Supply Temperature": 45.096384274930585, - "Chiller 6 Return Temperature": 1.1949609594420312, - "Chiller 6 Condenser Water Flow": 3464.0363657390867, - "Chiller 6 Power Input": 159.0145923923722, - "Chiller 6 Chiller % Loaded": 41.479929477030126, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.66037771159934, - "Chiller 6 Setpoint Temperature": 62.11222138390617 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.691187080278347, - "Chiller 6 Chiller Efficiency": 0.14587707347462636, - "Chiller 6 Tonnage": 1650.9784427342695, - "Chiller 6 Supply Temperature": 28.157176798561068, - "Chiller 6 Return Temperature": 6.399395112275954, - "Chiller 6 Condenser Water Flow": 10483.314456221757, - "Chiller 6 Power Input": 542.4219325354046, - "Chiller 6 Chiller % Loaded": 2.091797489208597, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.798140603000654, - "Chiller 6 Setpoint Temperature": 54.35123306572582 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.97777610428079, - "Chiller 6 Chiller Efficiency": 0.2294602858726529, - "Chiller 6 Tonnage": 1885.2814491721624, - "Chiller 6 Supply Temperature": 17.438792817231317, - "Chiller 6 Return Temperature": 47.954042362865174, - "Chiller 6 Condenser Water Flow": 2516.0729733472785, - "Chiller 6 Power Input": 541.5009603107687, - "Chiller 6 Chiller % Loaded": 44.30048739159157, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.97698335897805, - "Chiller 6 Setpoint Temperature": 44.295637633365175 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.151613374584535, - "Chiller 6 Chiller Efficiency": 0.35032503500627854, - "Chiller 6 Tonnage": 1115.940213309482, - "Chiller 6 Supply Temperature": 86.16826063327608, - "Chiller 6 Return Temperature": 58.56871491448493, - "Chiller 6 Condenser Water Flow": 8143.989513185386, - "Chiller 6 Power Input": 707.2873726251617, - "Chiller 6 Chiller % Loaded": 116.73780825507355, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.558946512439675, - "Chiller 6 Setpoint Temperature": 60.17036997865353 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.6002300840144, - "Chiller 6 Chiller Efficiency": 0.10298723881085975, - "Chiller 6 Tonnage": 2189.1335364705687, - "Chiller 6 Supply Temperature": 84.7046097614491, - "Chiller 6 Return Temperature": 63.090918929952686, - "Chiller 6 Condenser Water Flow": 7257.998566310435, - "Chiller 6 Power Input": 1049.320291474622, - "Chiller 6 Chiller % Loaded": 100.04981779415733, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.54156486216047, - "Chiller 6 Setpoint Temperature": 20.74160451490594 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.25651453774876, - "Chiller 6 Chiller Efficiency": 0.0840141509669902, - "Chiller 6 Tonnage": 4128.48740016124, - "Chiller 6 Supply Temperature": 74.62328887021164, - "Chiller 6 Return Temperature": 0.3242025091148031, - "Chiller 6 Condenser Water Flow": 9992.254704952995, - "Chiller 6 Power Input": 53.966899688170614, - "Chiller 6 Chiller % Loaded": 107.73391453750814, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.31072271858632, - "Chiller 6 Setpoint Temperature": 24.316854084861763 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.4381851142313, - "Chiller 6 Chiller Efficiency": 0.47295479375259, - "Chiller 6 Tonnage": 2524.143332621588, - "Chiller 6 Supply Temperature": 6.211022741192661, - "Chiller 6 Return Temperature": 99.15933845590727, - "Chiller 6 Condenser Water Flow": 7639.475418187157, - "Chiller 6 Power Input": 504.5915765312573, - "Chiller 6 Chiller % Loaded": 55.32396309432594, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.48969042218636, - "Chiller 6 Setpoint Temperature": 90.3515254752646 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.604595953556455, - "Chiller 6 Chiller Efficiency": 0.07294803148100637, - "Chiller 6 Tonnage": 4147.270964390393, - "Chiller 6 Supply Temperature": 2.557480522871288, - "Chiller 6 Return Temperature": 97.87316310729445, - "Chiller 6 Condenser Water Flow": 3286.510714945569, - "Chiller 6 Power Input": 1338.9154262568989, - "Chiller 6 Chiller % Loaded": 51.813617101618384, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.898999918642986, - "Chiller 6 Setpoint Temperature": 76.7643550349112 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.21262723143244, - "Chiller 6 Chiller Efficiency": 0.43283280649283634, - "Chiller 6 Tonnage": 2925.4949806926315, - "Chiller 6 Supply Temperature": 85.19634313607318, - "Chiller 6 Return Temperature": 5.9981692385086385, - "Chiller 6 Condenser Water Flow": 9694.446038737547, - "Chiller 6 Power Input": 89.02710496406561, - "Chiller 6 Chiller % Loaded": 142.60577996911383, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.680952560620476, - "Chiller 6 Setpoint Temperature": 80.21130638166049 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.78847904985564, - "Chiller 6 Chiller Efficiency": 0.29320582635908815, - "Chiller 6 Tonnage": 2486.7730137494787, - "Chiller 6 Supply Temperature": 62.86641882581395, - "Chiller 6 Return Temperature": 4.512136312171229, - "Chiller 6 Condenser Water Flow": 5095.739951926828, - "Chiller 6 Power Input": 1330.747111240891, - "Chiller 6 Chiller % Loaded": 50.96916842760055, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.96343179820859, - "Chiller 6 Setpoint Temperature": 3.1629530290842007 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.34418620413143, - "Chiller 6 Chiller Efficiency": 0.40610450408316634, - "Chiller 6 Tonnage": 3691.3767443083034, - "Chiller 6 Supply Temperature": 14.882782601284436, - "Chiller 6 Return Temperature": 67.40888679460865, - "Chiller 6 Condenser Water Flow": 1502.4625700796262, - "Chiller 6 Power Input": 439.1869268317139, - "Chiller 6 Chiller % Loaded": 70.20295832471152, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.2711115485198, - "Chiller 6 Setpoint Temperature": 12.272318971725824 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.84074239880361, - "Chiller 6 Chiller Efficiency": 0.3554147444588323, - "Chiller 6 Tonnage": 1169.5225814032233, - "Chiller 6 Supply Temperature": 90.94332593687726, - "Chiller 6 Return Temperature": 67.51519213745313, - "Chiller 6 Condenser Water Flow": 9250.297366694189, - "Chiller 6 Power Input": 1460.0448308071475, - "Chiller 6 Chiller % Loaded": 13.021946427202584, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.84675556195241, - "Chiller 6 Setpoint Temperature": 50.547176923079114 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.446671987987795, - "Chiller 6 Chiller Efficiency": 0.39704359849667664, - "Chiller 6 Tonnage": 913.7805119647276, - "Chiller 6 Supply Temperature": 89.29848819263655, - "Chiller 6 Return Temperature": 112.14960702350417, - "Chiller 6 Condenser Water Flow": 10517.747147004024, - "Chiller 6 Power Input": 697.2082183164313, - "Chiller 6 Chiller % Loaded": 55.233004979910525, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.0187199871149994, - "Chiller 6 Setpoint Temperature": 27.293760779545803 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.14648101301444, - "Chiller 6 Chiller Efficiency": 0.03298382090823495, - "Chiller 6 Tonnage": 2837.2772219345993, - "Chiller 6 Supply Temperature": 9.455142664001894, - "Chiller 6 Return Temperature": 70.33076887490698, - "Chiller 6 Condenser Water Flow": 9847.136498962884, - "Chiller 6 Power Input": 1286.787398632963, - "Chiller 6 Chiller % Loaded": 110.67366175729876, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.15272183183086, - "Chiller 6 Setpoint Temperature": 90.86070333277188 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.24231768277612, - "Chiller 6 Chiller Efficiency": 0.010794534418144822, - "Chiller 6 Tonnage": 4588.892892266526, - "Chiller 6 Supply Temperature": 57.483758832859785, - "Chiller 6 Return Temperature": 40.75776444299263, - "Chiller 6 Condenser Water Flow": 7263.8444444757515, - "Chiller 6 Power Input": 999.2030114221585, - "Chiller 6 Chiller % Loaded": 43.67439583281157, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.947564779931373, - "Chiller 6 Setpoint Temperature": 12.880353339331293 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.312054969856732, - "Chiller 6 Chiller Efficiency": 0.5231511426650375, - "Chiller 6 Tonnage": 3067.0592941720884, - "Chiller 6 Supply Temperature": 62.22132063644444, - "Chiller 6 Return Temperature": 8.760909774999815, - "Chiller 6 Condenser Water Flow": 7684.768988698889, - "Chiller 6 Power Input": 1093.273994751029, - "Chiller 6 Chiller % Loaded": 149.90915880360055, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.116241852333324, - "Chiller 6 Setpoint Temperature": 3.604466860191658 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.49007382062584, - "Chiller 6 Chiller Efficiency": 0.21393703838103376, - "Chiller 6 Tonnage": 412.89455563726415, - "Chiller 6 Supply Temperature": 51.176546156756565, - "Chiller 6 Return Temperature": 104.3532709887008, - "Chiller 6 Condenser Water Flow": 4127.2115628280235, - "Chiller 6 Power Input": 84.39458411843574, - "Chiller 6 Chiller % Loaded": 58.83306621258071, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.0661944110648154, - "Chiller 6 Setpoint Temperature": 9.963297411793016 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.44008937625135, - "Chiller 6 Chiller Efficiency": 0.09248772814542842, - "Chiller 6 Tonnage": 807.9862697965389, - "Chiller 6 Supply Temperature": 55.63717943914725, - "Chiller 6 Return Temperature": 95.84166175536421, - "Chiller 6 Condenser Water Flow": 3717.5234093203, - "Chiller 6 Power Input": 1247.5249160908136, - "Chiller 6 Chiller % Loaded": 48.89325001161398, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.59151317982602, - "Chiller 6 Setpoint Temperature": 57.72875538372737 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.030724185686328, - "Chiller 6 Chiller Efficiency": 0.14495263886891022, - "Chiller 6 Tonnage": 258.2517769963229, - "Chiller 6 Supply Temperature": 34.6384500741299, - "Chiller 6 Return Temperature": 16.975011816215154, - "Chiller 6 Condenser Water Flow": 4698.78050030622, - "Chiller 6 Power Input": 1479.1185381095088, - "Chiller 6 Chiller % Loaded": 62.33528505474539, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.28410351779146, - "Chiller 6 Setpoint Temperature": 47.331173774342766 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.09692770520192, - "Chiller 6 Chiller Efficiency": 0.43326671268880157, - "Chiller 6 Tonnage": 3853.4680514501556, - "Chiller 6 Supply Temperature": 23.424570555677857, - "Chiller 6 Return Temperature": 14.334465084081852, - "Chiller 6 Condenser Water Flow": 10690.338573183684, - "Chiller 6 Power Input": 992.9902755271006, - "Chiller 6 Chiller % Loaded": 105.52174982092573, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.58028709119437, - "Chiller 6 Setpoint Temperature": 53.863606494076066 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.78915248303159, - "Chiller 6 Chiller Efficiency": 0.5710862441783373, - "Chiller 6 Tonnage": 3895.599181232688, - "Chiller 6 Supply Temperature": 6.296271728067872, - "Chiller 6 Return Temperature": 22.967438970644057, - "Chiller 6 Condenser Water Flow": 7383.596747691116, - "Chiller 6 Power Input": 454.2231782357145, - "Chiller 6 Chiller % Loaded": 66.98049184158316, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.12005478100572, - "Chiller 6 Setpoint Temperature": 3.73078534177453 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T18:00:04", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.01344734799935, - "Chiller 6 Chiller Efficiency": 0.034968505864480366, - "Chiller 6 Tonnage": 4593.376952977695, - "Chiller 6 Supply Temperature": 45.79355867022942, - "Chiller 6 Return Temperature": 107.36511062114315, - "Chiller 6 Condenser Water Flow": 9030.989675053755, - "Chiller 6 Power Input": 1265.9664702658138, - "Chiller 6 Chiller % Loaded": 61.90708906991305, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.473206481007367, - "Chiller 6 Setpoint Temperature": 50.2508771385781 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.28483575780294, - "Chiller 6 Chiller Efficiency": 0.030936542475508876, - "Chiller 6 Tonnage": 4002.326526422713, - "Chiller 6 Supply Temperature": 74.51435017307797, - "Chiller 6 Return Temperature": 14.88256393201931, - "Chiller 6 Condenser Water Flow": 2764.090567952607, - "Chiller 6 Power Input": 1306.0416960043033, - "Chiller 6 Chiller % Loaded": 80.82035204429768, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.251418198491908, - "Chiller 6 Setpoint Temperature": 37.51987516484068 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.13476536646864, - "Chiller 6 Chiller Efficiency": 0.6128606212207361, - "Chiller 6 Tonnage": 3061.683193603187, - "Chiller 6 Supply Temperature": 40.97237318716998, - "Chiller 6 Return Temperature": 68.28946152133639, - "Chiller 6 Condenser Water Flow": 103.47404091174278, - "Chiller 6 Power Input": 966.1157994949982, - "Chiller 6 Chiller % Loaded": 2.9354718695454487, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.21807120701737, - "Chiller 6 Setpoint Temperature": 83.94528102321378 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.490725071269964, - "Chiller 6 Chiller Efficiency": 0.22055441458272457, - "Chiller 6 Tonnage": 1882.2969790998482, - "Chiller 6 Supply Temperature": 38.60403581825266, - "Chiller 6 Return Temperature": 76.55385758115517, - "Chiller 6 Condenser Water Flow": 8307.906766102838, - "Chiller 6 Power Input": 63.665259462896934, - "Chiller 6 Chiller % Loaded": 12.104288441231889, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.826000750005026, - "Chiller 6 Setpoint Temperature": 75.00939068712458 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.48706419384857, - "Chiller 6 Chiller Efficiency": 0.36895726043413374, - "Chiller 6 Tonnage": 782.3140265796155, - "Chiller 6 Supply Temperature": 62.41571677804374, - "Chiller 6 Return Temperature": 73.51630709409832, - "Chiller 6 Condenser Water Flow": 8786.83777616563, - "Chiller 6 Power Input": 1290.20700309243, - "Chiller 6 Chiller % Loaded": 81.58414639553568, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.906891159372464, - "Chiller 6 Setpoint Temperature": 62.8779819197661 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.57622946763817, - "Chiller 6 Chiller Efficiency": 0.45792113491020703, - "Chiller 6 Tonnage": 4288.241055528394, - "Chiller 6 Supply Temperature": 56.754329232799314, - "Chiller 6 Return Temperature": 64.68057333102908, - "Chiller 6 Condenser Water Flow": 6489.967626923409, - "Chiller 6 Power Input": 542.9437068872572, - "Chiller 6 Chiller % Loaded": 52.3623996622355, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.59717012798781, - "Chiller 6 Setpoint Temperature": 42.2612108212496 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.980153184014812, - "Chiller 6 Chiller Efficiency": 0.3190367311777725, - "Chiller 6 Tonnage": 267.51483013680394, - "Chiller 6 Supply Temperature": 36.70592155216335, - "Chiller 6 Return Temperature": 38.33712660254466, - "Chiller 6 Condenser Water Flow": 10036.3155941716, - "Chiller 6 Power Input": 1218.39131266752, - "Chiller 6 Chiller % Loaded": 87.8495097930165, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.994186585645668, - "Chiller 6 Setpoint Temperature": 68.0596393906077 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.55686830351361, - "Chiller 6 Chiller Efficiency": 0.381440542596739, - "Chiller 6 Tonnage": 4175.940467612063, - "Chiller 6 Supply Temperature": 69.01212869138682, - "Chiller 6 Return Temperature": 46.57200699096505, - "Chiller 6 Condenser Water Flow": 9348.630482020206, - "Chiller 6 Power Input": 109.82812135913409, - "Chiller 6 Chiller % Loaded": 106.94889216864564, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.328045883210578, - "Chiller 6 Setpoint Temperature": 56.63307274669722 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.3196344077469062, - "Chiller 6 Chiller Efficiency": 0.32043915736603923, - "Chiller 6 Tonnage": 2629.3882255400995, - "Chiller 6 Supply Temperature": 42.185892671562314, - "Chiller 6 Return Temperature": 113.1565187012562, - "Chiller 6 Condenser Water Flow": 3017.4458074827758, - "Chiller 6 Power Input": 1032.1372053305254, - "Chiller 6 Chiller % Loaded": 8.2870296712791, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.80139163602705, - "Chiller 6 Setpoint Temperature": 59.08742126106624 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.92424398082778, - "Chiller 6 Chiller Efficiency": 0.373177615944466, - "Chiller 6 Tonnage": 551.1034025486294, - "Chiller 6 Supply Temperature": 20.318615125709588, - "Chiller 6 Return Temperature": 15.61595567838128, - "Chiller 6 Condenser Water Flow": 10122.820008492585, - "Chiller 6 Power Input": 513.4194072291194, - "Chiller 6 Chiller % Loaded": 89.66413096824809, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.564122522363554, - "Chiller 6 Setpoint Temperature": 44.183510910555164 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.92427790094608, - "Chiller 6 Chiller Efficiency": 0.39762404478354524, - "Chiller 6 Tonnage": 703.2757107905516, - "Chiller 6 Supply Temperature": 17.835296303053568, - "Chiller 6 Return Temperature": 67.33768994871727, - "Chiller 6 Condenser Water Flow": 4851.945274701505, - "Chiller 6 Power Input": 524.752102137915, - "Chiller 6 Chiller % Loaded": 27.131827237879, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.469880559186407, - "Chiller 6 Setpoint Temperature": 89.20129149782495 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.54775338568294, - "Chiller 6 Chiller Efficiency": 0.572754242353902, - "Chiller 6 Tonnage": 1908.241182370337, - "Chiller 6 Supply Temperature": 68.66498541664096, - "Chiller 6 Return Temperature": 97.75886742354457, - "Chiller 6 Condenser Water Flow": 8701.203641462174, - "Chiller 6 Power Input": 0.6598633113381993, - "Chiller 6 Chiller % Loaded": 51.66351150550898, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.987877210883195, - "Chiller 6 Setpoint Temperature": 31.885289984709093 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.68433039364749, - "Chiller 6 Chiller Efficiency": 0.5437895946929152, - "Chiller 6 Tonnage": 109.082705825977, - "Chiller 6 Supply Temperature": 23.445389068098642, - "Chiller 6 Return Temperature": 30.403894978788333, - "Chiller 6 Condenser Water Flow": 5489.480054691972, - "Chiller 6 Power Input": 602.0089412212849, - "Chiller 6 Chiller % Loaded": 116.14484578012451, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.308840546043356, - "Chiller 6 Setpoint Temperature": 7.399504863654431 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.586320148982885, - "Chiller 6 Chiller Efficiency": 0.048942730846727414, - "Chiller 6 Tonnage": 800.0393334219021, - "Chiller 6 Supply Temperature": 64.41360327703457, - "Chiller 6 Return Temperature": 38.49035239843053, - "Chiller 6 Condenser Water Flow": 7935.645408869673, - "Chiller 6 Power Input": 157.50029305848244, - "Chiller 6 Chiller % Loaded": 101.77695952297735, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.09884791581242, - "Chiller 6 Setpoint Temperature": 66.96330481555081 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.63690054388002, - "Chiller 6 Chiller Efficiency": 0.07172193537660781, - "Chiller 6 Tonnage": 2221.4523386341725, - "Chiller 6 Supply Temperature": 42.115135989734455, - "Chiller 6 Return Temperature": 14.30071263507186, - "Chiller 6 Condenser Water Flow": 5514.637753347849, - "Chiller 6 Power Input": 674.3677096130275, - "Chiller 6 Chiller % Loaded": 103.50111285597296, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.89115051555834, - "Chiller 6 Setpoint Temperature": 40.41829269704028 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.2603091686547, - "Chiller 6 Chiller Efficiency": 0.538781116276714, - "Chiller 6 Tonnage": 2151.412722908091, - "Chiller 6 Supply Temperature": 87.25817292917824, - "Chiller 6 Return Temperature": 96.089455049692, - "Chiller 6 Condenser Water Flow": 8891.65039084175, - "Chiller 6 Power Input": 974.0506208273506, - "Chiller 6 Chiller % Loaded": 86.85770372245774, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.678744048550297, - "Chiller 6 Setpoint Temperature": 54.916005966890644 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.553843789744178, - "Chiller 6 Chiller Efficiency": 0.27287803161716906, - "Chiller 6 Tonnage": 3590.1542060897664, - "Chiller 6 Supply Temperature": 9.44951131182222, - "Chiller 6 Return Temperature": 56.671226110637136, - "Chiller 6 Condenser Water Flow": 4098.8068284536275, - "Chiller 6 Power Input": 299.9872097063939, - "Chiller 6 Chiller % Loaded": 101.7365731136379, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.47689243439084, - "Chiller 6 Setpoint Temperature": 5.725443362780235 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.51050144289053, - "Chiller 6 Chiller Efficiency": 0.3926038192864562, - "Chiller 6 Tonnage": 567.4389669939721, - "Chiller 6 Supply Temperature": 55.550651810935776, - "Chiller 6 Return Temperature": 63.523629259024524, - "Chiller 6 Condenser Water Flow": 1303.141089843043, - "Chiller 6 Power Input": 433.03461598246776, - "Chiller 6 Chiller % Loaded": 79.46981615511258, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.610889660165384, - "Chiller 6 Setpoint Temperature": 43.76724058910044 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.16771961360939, - "Chiller 6 Chiller Efficiency": 0.5207474240757419, - "Chiller 6 Tonnage": 2175.204074202197, - "Chiller 6 Supply Temperature": 37.418847762209325, - "Chiller 6 Return Temperature": 107.22890712560411, - "Chiller 6 Condenser Water Flow": 8668.7310649512, - "Chiller 6 Power Input": 678.2279666844324, - "Chiller 6 Chiller % Loaded": 103.1195604190778, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.49518041529315, - "Chiller 6 Setpoint Temperature": 65.29174988496112 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.858833228020327, - "Chiller 6 Chiller Efficiency": 0.3529433369157509, - "Chiller 6 Tonnage": 1738.0173193307671, - "Chiller 6 Supply Temperature": 56.79912587572118, - "Chiller 6 Return Temperature": 51.61781238094855, - "Chiller 6 Condenser Water Flow": 6514.4701964595715, - "Chiller 6 Power Input": 364.91040654312036, - "Chiller 6 Chiller % Loaded": 36.27412675461582, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.85366274094906, - "Chiller 6 Setpoint Temperature": 7.720704031190621 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.28972522036048, - "Chiller 6 Chiller Efficiency": 0.59073242228272, - "Chiller 6 Tonnage": 3216.2824273757233, - "Chiller 6 Supply Temperature": 21.254489605213553, - "Chiller 6 Return Temperature": 70.2875288360165, - "Chiller 6 Condenser Water Flow": 4481.819296300009, - "Chiller 6 Power Input": 197.06719290000382, - "Chiller 6 Chiller % Loaded": 26.96889811847223, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.484399984187284, - "Chiller 6 Setpoint Temperature": 64.02239629844732 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.77398252993756, - "Chiller 6 Chiller Efficiency": 0.40185173923494977, - "Chiller 6 Tonnage": 2114.7934228472122, - "Chiller 6 Supply Temperature": 87.20102717690078, - "Chiller 6 Return Temperature": 85.54705482565036, - "Chiller 6 Condenser Water Flow": 1481.7075114965064, - "Chiller 6 Power Input": 969.9502955442788, - "Chiller 6 Chiller % Loaded": 42.71741827371231, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.258211604510723, - "Chiller 6 Setpoint Temperature": 54.161562281463084 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.03269905316169, - "Chiller 6 Chiller Efficiency": 0.3010925203934985, - "Chiller 6 Tonnage": 496.35324887213704, - "Chiller 6 Supply Temperature": 39.92160686471755, - "Chiller 6 Return Temperature": 108.51367775742918, - "Chiller 6 Condenser Water Flow": 5455.487456347541, - "Chiller 6 Power Input": 215.9677746276422, - "Chiller 6 Chiller % Loaded": 68.35763120993072, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.32875554880664, - "Chiller 6 Setpoint Temperature": 40.35993857640639 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-03T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.913017621104814, - "Chiller 6 Chiller Efficiency": 0.25542304083436174, - "Chiller 6 Tonnage": 2923.606312270304, - "Chiller 6 Supply Temperature": 6.165711087531285, - "Chiller 6 Return Temperature": 83.61984255006486, - "Chiller 6 Condenser Water Flow": 3527.204053507417, - "Chiller 6 Power Input": 917.9580422653813, - "Chiller 6 Chiller % Loaded": 110.4397910385569, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.31479179185482, - "Chiller 6 Setpoint Temperature": 89.71984907911926 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.66091186406912, - "Chiller 6 Chiller Efficiency": 0.16300661321043264, - "Chiller 6 Tonnage": 3447.4893243289653, - "Chiller 6 Supply Temperature": 19.647970410837633, - "Chiller 6 Return Temperature": 78.794158504411, - "Chiller 6 Condenser Water Flow": 5727.156427175759, - "Chiller 6 Power Input": 470.72057124396576, - "Chiller 6 Chiller % Loaded": 107.06060630595881, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.3707399901709, - "Chiller 6 Setpoint Temperature": 33.65446090226108 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.27301943480076, - "Chiller 6 Chiller Efficiency": 0.4908098162021544, - "Chiller 6 Tonnage": 3289.8003874070223, - "Chiller 6 Supply Temperature": 20.237449512729384, - "Chiller 6 Return Temperature": 66.34576409200878, - "Chiller 6 Condenser Water Flow": 6982.393945577706, - "Chiller 6 Power Input": 180.23098885865923, - "Chiller 6 Chiller % Loaded": 75.17375883733938, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.30240665283319, - "Chiller 6 Setpoint Temperature": 0.14847935801862433 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.6816294185504, - "Chiller 6 Chiller Efficiency": 0.46267710409423324, - "Chiller 6 Tonnage": 425.23679014600924, - "Chiller 6 Supply Temperature": 39.381405719409024, - "Chiller 6 Return Temperature": 63.65017435364908, - "Chiller 6 Condenser Water Flow": 1732.1129094967935, - "Chiller 6 Power Input": 1113.4378294637934, - "Chiller 6 Chiller % Loaded": 126.2494651554509, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.74792424885568, - "Chiller 6 Setpoint Temperature": 80.44829379577101 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.05319331932019, - "Chiller 6 Chiller Efficiency": 0.003936619040713982, - "Chiller 6 Tonnage": 3307.1039888114638, - "Chiller 6 Supply Temperature": 59.31926270058923, - "Chiller 6 Return Temperature": 20.91051375777463, - "Chiller 6 Condenser Water Flow": 11035.539066485324, - "Chiller 6 Power Input": 899.5084483977736, - "Chiller 6 Chiller % Loaded": 10.16721137296266, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.20750602217231, - "Chiller 6 Setpoint Temperature": 67.96668887128953 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.48766808040797, - "Chiller 6 Chiller Efficiency": 0.5267479401686704, - "Chiller 6 Tonnage": 3781.6802864025644, - "Chiller 6 Supply Temperature": 17.073973749786838, - "Chiller 6 Return Temperature": 29.860051514444795, - "Chiller 6 Condenser Water Flow": 10697.592338923398, - "Chiller 6 Power Input": 894.3181108938645, - "Chiller 6 Chiller % Loaded": 36.405217574113, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.219415231429116, - "Chiller 6 Setpoint Temperature": 85.58446498970336 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.4548653765683, - "Chiller 6 Chiller Efficiency": 0.23745496356066426, - "Chiller 6 Tonnage": 2944.4659180530944, - "Chiller 6 Supply Temperature": 20.965134065571085, - "Chiller 6 Return Temperature": 11.175749302241671, - "Chiller 6 Condenser Water Flow": 3046.4446427790444, - "Chiller 6 Power Input": 185.30978987395542, - "Chiller 6 Chiller % Loaded": 93.23387468420454, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.862597966763126, - "Chiller 6 Setpoint Temperature": 13.473923113282181 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.46796763440324, - "Chiller 6 Chiller Efficiency": 0.13081044728119304, - "Chiller 6 Tonnage": 750.8591708356005, - "Chiller 6 Supply Temperature": 61.27353708473757, - "Chiller 6 Return Temperature": 34.81442311447974, - "Chiller 6 Condenser Water Flow": 9362.871107367071, - "Chiller 6 Power Input": 842.119281679767, - "Chiller 6 Chiller % Loaded": 95.22300088917252, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.07417948343612, - "Chiller 6 Setpoint Temperature": 60.184929478722054 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.94035044832947, - "Chiller 6 Chiller Efficiency": 0.2513079288896722, - "Chiller 6 Tonnage": 76.52430717485227, - "Chiller 6 Supply Temperature": 78.25866201305932, - "Chiller 6 Return Temperature": 99.97411532516648, - "Chiller 6 Condenser Water Flow": 9756.046814198417, - "Chiller 6 Power Input": 928.1503279622744, - "Chiller 6 Chiller % Loaded": 51.36590457647069, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.387061056606015, - "Chiller 6 Setpoint Temperature": 11.952803570141663 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.31641786625926, - "Chiller 6 Chiller Efficiency": 0.1110305728460661, - "Chiller 6 Tonnage": 2597.982490605239, - "Chiller 6 Supply Temperature": 30.861834658102953, - "Chiller 6 Return Temperature": 57.85814246600692, - "Chiller 6 Condenser Water Flow": 4078.852898977318, - "Chiller 6 Power Input": 199.80402793931165, - "Chiller 6 Chiller % Loaded": 17.760517649236597, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.7980835974338665, - "Chiller 6 Setpoint Temperature": 79.13994307802234 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.33790230970882, - "Chiller 6 Chiller Efficiency": 0.1749907030657028, - "Chiller 6 Tonnage": 2091.3709310224936, - "Chiller 6 Supply Temperature": 78.95025318310837, - "Chiller 6 Return Temperature": 90.86276511900712, - "Chiller 6 Condenser Water Flow": 805.0083837961622, - "Chiller 6 Power Input": 1033.8782774131491, - "Chiller 6 Chiller % Loaded": 26.59397570644736, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.26987012756155, - "Chiller 6 Setpoint Temperature": 39.562497665222175 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.886523937363346, - "Chiller 6 Chiller Efficiency": 0.1336826590612577, - "Chiller 6 Tonnage": 544.0304693844809, - "Chiller 6 Supply Temperature": 59.9437204492138, - "Chiller 6 Return Temperature": 98.7447637222136, - "Chiller 6 Condenser Water Flow": 1538.8520490261901, - "Chiller 6 Power Input": 352.8672884444934, - "Chiller 6 Chiller % Loaded": 98.31855589050107, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.26337781836556, - "Chiller 6 Setpoint Temperature": 69.55154806367729 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.53919520980862, - "Chiller 6 Chiller Efficiency": 0.5563860203392167, - "Chiller 6 Tonnage": 2596.9769279285006, - "Chiller 6 Condenser Water Flow": 8726.578482021741, - "Chiller 6 Chiller % Loaded": 45.269056616901906, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.38297540203512, - "Chiller 6 Setpoint Temperature": 51.56912130308202 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.48302813600582, - "Chiller 6 Chiller Efficiency": 0.19945704877699788, - "Chiller 6 Tonnage": 1708.725050261417, - "Chiller 6 Supply Temperature": 13.433283976888674, - "Chiller 6 Return Temperature": 7.585625267668998, - "Chiller 6 Condenser Water Flow": 6142.891760508681, - "Chiller 6 Power Input": 1076.2504469107755, - "Chiller 6 Chiller % Loaded": 44.01011991526413, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.9447305522675, - "Chiller 6 Setpoint Temperature": 28.167142649155902 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.228850009786825, - "Chiller 6 Chiller Efficiency": 0.25636400363931966, - "Chiller 6 Tonnage": 727.8413810632683, - "Chiller 6 Supply Temperature": 11.130355188805058, - "Chiller 6 Return Temperature": 28.09213240066434, - "Chiller 6 Condenser Water Flow": 3793.843144019924, - "Chiller 6 Power Input": 968.4524463093126, - "Chiller 6 Chiller % Loaded": 106.96954092731929, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.1650857631141, - "Chiller 6 Setpoint Temperature": 15.141348469517476 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.771035668357587, - "Chiller 6 Chiller Efficiency": 0.33526825839118374, - "Chiller 6 Tonnage": 908.9835961581565, - "Chiller 6 Supply Temperature": 35.67234412792156, - "Chiller 6 Return Temperature": 24.473306140271017, - "Chiller 6 Condenser Water Flow": 1123.9398672303435, - "Chiller 6 Power Input": 251.6001056516906, - "Chiller 6 Chiller % Loaded": 126.37958891194712, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.023216252343952, - "Chiller 6 Setpoint Temperature": 24.155071509644586 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.64824066683296, - "Chiller 6 Chiller Efficiency": 0.4696491138504628, - "Chiller 6 Tonnage": 1802.762771544749, - "Chiller 6 Supply Temperature": 71.40694692579547, - "Chiller 6 Return Temperature": 107.71824697537271, - "Chiller 6 Condenser Water Flow": 1356.2572597804503, - "Chiller 6 Power Input": 222.48463087553495, - "Chiller 6 Chiller % Loaded": 47.630826382376284, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.649204971917959, - "Chiller 6 Setpoint Temperature": 88.74888796241602 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.851568006051046, - "Chiller 6 Chiller Efficiency": 0.4762177181747733, - "Chiller 6 Tonnage": 2143.332105904671, - "Chiller 6 Supply Temperature": 41.91686992581803, - "Chiller 6 Return Temperature": 66.64181467225936, - "Chiller 6 Condenser Water Flow": 892.0408267597434, - "Chiller 6 Power Input": 297.5802318214346, - "Chiller 6 Chiller % Loaded": 123.55622477648821, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.32863963174543, - "Chiller 6 Setpoint Temperature": 73.1614220810996 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.26034325484315, - "Chiller 6 Chiller Efficiency": 0.518694278892016, - "Chiller 6 Tonnage": 1652.0308100535158, - "Chiller 6 Supply Temperature": 59.96903176556429, - "Chiller 6 Return Temperature": 107.83487219448908, - "Chiller 6 Condenser Water Flow": 10534.727139033705, - "Chiller 6 Power Input": 611.1721160857487, - "Chiller 6 Chiller % Loaded": 26.161617132821203, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.875548423150818, - "Chiller 6 Setpoint Temperature": 56.86819611809111 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.17917933799023, - "Chiller 6 Chiller Efficiency": 0.5784821081565488, - "Chiller 6 Tonnage": 1383.4164838017402, - "Chiller 6 Supply Temperature": 3.103591658440765, - "Chiller 6 Return Temperature": 90.27756447992523, - "Chiller 6 Condenser Water Flow": 6938.369560868627, - "Chiller 6 Power Input": 363.8855658856081, - "Chiller 6 Chiller % Loaded": 73.81587234656229, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.44722261992014, - "Chiller 6 Setpoint Temperature": 35.13787181529508 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.13479336194999, - "Chiller 6 Chiller Efficiency": 0.01799914679452218, - "Chiller 6 Tonnage": 965.2991644383666, - "Chiller 6 Supply Temperature": 59.07405787829901, - "Chiller 6 Return Temperature": 64.07765535553794, - "Chiller 6 Condenser Water Flow": 8576.554815776206, - "Chiller 6 Power Input": 852.0635817756865, - "Chiller 6 Chiller % Loaded": 28.976180618099868, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.114893400758525, - "Chiller 6 Setpoint Temperature": 30.147515122147507 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.99658338122727, - "Chiller 6 Chiller Efficiency": 0.41031979140692465, - "Chiller 6 Tonnage": 1276.6155278906595, - "Chiller 6 Supply Temperature": 13.534592581187711, - "Chiller 6 Return Temperature": 110.73631649050347, - "Chiller 6 Condenser Water Flow": 9367.508738405631, - "Chiller 6 Power Input": 178.96319319347515, - "Chiller 6 Chiller % Loaded": 72.7731647109771, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.23979990241546, - "Chiller 6 Setpoint Temperature": 57.50739681089786 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.74759759711245, - "Chiller 6 Chiller Efficiency": 0.3498778872804787, - "Chiller 6 Tonnage": 1243.9755157785698, - "Chiller 6 Supply Temperature": 26.824638895230354, - "Chiller 6 Return Temperature": 39.94843383224344, - "Chiller 6 Condenser Water Flow": 6394.2143646757895, - "Chiller 6 Power Input": 933.8741209939665, - "Chiller 6 Chiller % Loaded": 41.98126039134719, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.55616973234977, - "Chiller 6 Setpoint Temperature": 67.4825954927359 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.6137709402486498, - "Chiller 6 Chiller Efficiency": 0.32590280082344353, - "Chiller 6 Tonnage": 998.1351843136515, - "Chiller 6 Supply Temperature": 36.75278951984353, - "Chiller 6 Return Temperature": 103.51720665011091, - "Chiller 6 Condenser Water Flow": 5602.297139327812, - "Chiller 6 Power Input": 175.1681255470855, - "Chiller 6 Chiller % Loaded": 2.8041372922877668, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.75443800583101, - "Chiller 6 Setpoint Temperature": 40.078400219546246 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.258719632488273, - "Chiller 6 Chiller Efficiency": 0.013204705985349638, - "Chiller 6 Tonnage": 2363.9933849917534, - "Chiller 6 Supply Temperature": 37.47597089665969, - "Chiller 6 Return Temperature": 91.18467880763342, - "Chiller 6 Condenser Water Flow": 7541.6887753991095, - "Chiller 6 Power Input": 621.1829174097234, - "Chiller 6 Chiller % Loaded": 63.025332620139686, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.988498324536884, - "Chiller 6 Setpoint Temperature": 57.3708080351657 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T06:15:01", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.02862098868869, - "Chiller 6 Chiller Efficiency": 0.4658954897210887, - "Chiller 6 Tonnage": 1470.0786877003397, - "Chiller 6 Supply Temperature": 26.94080077890111, - "Chiller 6 Return Temperature": 67.18319937941781, - "Chiller 6 Condenser Water Flow": 10090.118063279202, - "Chiller 6 Power Input": 454.6055021999087, - "Chiller 6 Chiller % Loaded": 104.72554575751055, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.81971448107156, - "Chiller 6 Setpoint Temperature": 30.981632812856745 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.52910645500278, - "Chiller 6 Chiller Efficiency": 0.01796214628998936, - "Chiller 6 Tonnage": 2083.1879950185325, - "Chiller 6 Supply Temperature": 3.5927721040644003, - "Chiller 6 Return Temperature": 6.215297595217589, - "Chiller 6 Condenser Water Flow": 9640.040537925412, - "Chiller 6 Power Input": 643.0174707700235, - "Chiller 6 Chiller % Loaded": 30.48626405539288, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.800619205450225, - "Chiller 6 Setpoint Temperature": 89.92632407581318 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.783068512249855, - "Chiller 6 Chiller Efficiency": 0.18487806115750582, - "Chiller 6 Tonnage": 865.4156125494333, - "Chiller 6 Supply Temperature": 58.41431255671222, - "Chiller 6 Return Temperature": 111.60088511824772, - "Chiller 6 Condenser Water Flow": 10817.031905527025, - "Chiller 6 Power Input": 1155.8773346941543, - "Chiller 6 Chiller % Loaded": 40.72073085192109, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.55014456565127, - "Chiller 6 Setpoint Temperature": 82.11449948291474 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.876213815561414, - "Chiller 6 Chiller Efficiency": 0.06926419678380956, - "Chiller 6 Tonnage": 1026.4727292948146, - "Chiller 6 Supply Temperature": 53.14019620863953, - "Chiller 6 Return Temperature": 81.84809427060529, - "Chiller 6 Condenser Water Flow": 2617.4774807760955, - "Chiller 6 Power Input": 1133.0255822937481, - "Chiller 6 Chiller % Loaded": 50.28038135901101, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.18034973404815, - "Chiller 6 Setpoint Temperature": 80.37154757791849 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.32817277964539, - "Chiller 6 Chiller Efficiency": 0.5161997605051455, - "Chiller 6 Tonnage": 2994.5333365723545, - "Chiller 6 Supply Temperature": 82.322710665676, - "Chiller 6 Return Temperature": 19.799294402588416, - "Chiller 6 Condenser Water Flow": 5801.672510038203, - "Chiller 6 Power Input": 33.233869328586074, - "Chiller 6 Chiller % Loaded": 58.30509514288751, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.83088985975314, - "Chiller 6 Setpoint Temperature": 40.17439617387414 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.79083750745397, - "Chiller 6 Chiller Efficiency": 0.1893839610119637, - "Chiller 6 Tonnage": 1119.2782129846016, - "Chiller 6 Supply Temperature": 17.026943977476737, - "Chiller 6 Return Temperature": 49.933773254411086, - "Chiller 6 Condenser Water Flow": 552.9676614688776, - "Chiller 6 Power Input": 426.0088009754758, - "Chiller 6 Chiller % Loaded": 131.43712899314437, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.126340431485595, - "Chiller 6 Setpoint Temperature": 74.88559758358302 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.06447556456317, - "Chiller 6 Chiller Efficiency": 0.014750099886589907, - "Chiller 6 Tonnage": 3883.3623478220793, - "Chiller 6 Supply Temperature": 5.1846196978702555, - "Chiller 6 Return Temperature": 0.3025860096158549, - "Chiller 6 Condenser Water Flow": 611.185137345223, - "Chiller 6 Power Input": 820.4902622684252, - "Chiller 6 Chiller % Loaded": 78.56609388819707, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.12673261680492, - "Chiller 6 Setpoint Temperature": 45.700348705404885 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.400208955853063, - "Chiller 6 Chiller Efficiency": 0.44030752536228035, - "Chiller 6 Tonnage": 2119.176066366605, - "Chiller 6 Supply Temperature": 25.555425590749103, - "Chiller 6 Return Temperature": 109.90809711213251, - "Chiller 6 Condenser Water Flow": 3572.2548319759126, - "Chiller 6 Power Input": 210.10224476792834, - "Chiller 6 Chiller % Loaded": 84.66053232007586, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.391251627712801, - "Chiller 6 Setpoint Temperature": 32.432657361959045 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.63295537471302, - "Chiller 6 Chiller Efficiency": 0.05472324558727158, - "Chiller 6 Tonnage": 1778.7528375228223, - "Chiller 6 Supply Temperature": 43.21997138049924, - "Chiller 6 Return Temperature": 67.02961723515412, - "Chiller 6 Condenser Water Flow": 3614.095812418348, - "Chiller 6 Power Input": 139.37429156645123, - "Chiller 6 Chiller % Loaded": 37.92498121657132, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.02320533676089, - "Chiller 6 Setpoint Temperature": 66.73077772822157 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.84608836229175, - "Chiller 6 Chiller Efficiency": 0.5467147984711677, - "Chiller 6 Tonnage": 2998.3252119860576, - "Chiller 6 Supply Temperature": 50.849817292252524, - "Chiller 6 Return Temperature": 83.33183634899169, - "Chiller 6 Condenser Water Flow": 8596.995983359746, - "Chiller 6 Power Input": 940.3632024125918, - "Chiller 6 Chiller % Loaded": 8.306980852785879, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.03699159122208, - "Chiller 6 Setpoint Temperature": 44.686334972777665 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.92969802752032, - "Chiller 6 Chiller Efficiency": 0.530334943436936, - "Chiller 6 Tonnage": 485.48841154155303, - "Chiller 6 Supply Temperature": 32.75439923864326, - "Chiller 6 Return Temperature": 83.9718156824962, - "Chiller 6 Condenser Water Flow": 7893.383007585709, - "Chiller 6 Power Input": 592.6715813464126, - "Chiller 6 Chiller % Loaded": 127.5374781333776, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.379446298841987, - "Chiller 6 Setpoint Temperature": 66.01577937432268 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.861381287721578, - "Chiller 6 Chiller Efficiency": 0.1958816087486161, - "Chiller 6 Tonnage": 2155.8328280052924, - "Chiller 6 Supply Temperature": 19.034274901879858, - "Chiller 6 Return Temperature": 64.16417174486801, - "Chiller 6 Condenser Water Flow": 203.2240014761071, - "Chiller 6 Power Input": 1013.2413493193424, - "Chiller 6 Chiller % Loaded": 27.769549790581078, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.1631996693077, - "Chiller 6 Setpoint Temperature": 1.3891110953750752 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T09:15:04", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.58072633155389, - "Chiller 6 Chiller Efficiency": 0.6330639129084967, - "Chiller 6 Tonnage": 3198.6509172138326, - "Chiller 6 Supply Temperature": 43.329808027094785, - "Chiller 6 Return Temperature": 64.43985230309944, - "Chiller 6 Condenser Water Flow": 638.1616701790721, - "Chiller 6 Power Input": 372.6453847017261, - "Chiller 6 Chiller % Loaded": 23.006360446068072, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.07833137070342, - "Chiller 6 Setpoint Temperature": 0.7116772294139345 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.46210530967404, - "Chiller 6 Chiller Efficiency": 0.2781500225379797, - "Chiller 6 Tonnage": 3832.457347960298, - "Chiller 6 Supply Temperature": 56.17088576416572, - "Chiller 6 Return Temperature": 71.44067166163124, - "Chiller 6 Condenser Water Flow": 6428.659344609554, - "Chiller 6 Power Input": 85.85334900540778, - "Chiller 6 Chiller % Loaded": 45.79066528973525, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.00285490039992, - "Chiller 6 Setpoint Temperature": 39.710179225478534 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.98650258341188, - "Chiller 6 Chiller Efficiency": 0.3654312713908287, - "Chiller 6 Tonnage": 1334.1596152603777, - "Chiller 6 Supply Temperature": 53.00029596316364, - "Chiller 6 Return Temperature": 107.3423086412027, - "Chiller 6 Condenser Water Flow": 7962.510214042403, - "Chiller 6 Power Input": 223.74537074705253, - "Chiller 6 Chiller % Loaded": 76.04071954879049, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.244329876028527, - "Chiller 6 Setpoint Temperature": 72.50002074660526 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.98258882115261, - "Chiller 6 Chiller Efficiency": 0.6202074957623087, - "Chiller 6 Tonnage": 4505.842895412663, - "Chiller 6 Supply Temperature": 63.744267232915526, - "Chiller 6 Return Temperature": 34.57316355904442, - "Chiller 6 Condenser Water Flow": 5761.243761295478, - "Chiller 6 Power Input": 944.6367277494919, - "Chiller 6 Chiller % Loaded": 55.33236154529516, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.123177856996065, - "Chiller 6 Setpoint Temperature": 30.06186703887256 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.91532465469044, - "Chiller 6 Chiller Efficiency": 0.37037366305081865, - "Chiller 6 Tonnage": 3400.0276287050738, - "Chiller 6 Supply Temperature": 19.74743572673051, - "Chiller 6 Return Temperature": 8.235629399808081, - "Chiller 6 Condenser Water Flow": 10794.445213610536, - "Chiller 6 Power Input": 470.78098163753236, - "Chiller 6 Chiller % Loaded": 64.5892056649939, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.694322789338706, - "Chiller 6 Setpoint Temperature": 17.330362997665187 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.63303731644646, - "Chiller 6 Chiller Efficiency": 0.6279289190455366, - "Chiller 6 Tonnage": 3148.3112126400924, - "Chiller 6 Supply Temperature": 9.065956364199904, - "Chiller 6 Return Temperature": 109.22076726880196, - "Chiller 6 Condenser Water Flow": 10475.072665884427, - "Chiller 6 Power Input": 1187.856205319771, - "Chiller 6 Chiller % Loaded": 23.26576207422659, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.10991687655176, - "Chiller 6 Setpoint Temperature": 11.901159159835629 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.783142637032164, - "Chiller 6 Chiller Efficiency": 0.41741817266165243, - "Chiller 6 Tonnage": 2960.584253308945, - "Chiller 6 Supply Temperature": 1.5534480737164533, - "Chiller 6 Return Temperature": 97.47175245980277, - "Chiller 6 Condenser Water Flow": 10451.132568649378, - "Chiller 6 Power Input": 749.8404174909655, - "Chiller 6 Chiller % Loaded": 48.81570139376519, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.30117415875844, - "Chiller 6 Setpoint Temperature": 50.87974018792114 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.1715952840865, - "Chiller 6 Chiller Efficiency": 0.4735989581873149, - "Chiller 6 Tonnage": 2540.9111189647315, - "Chiller 6 Supply Temperature": 39.86360909512611, - "Chiller 6 Return Temperature": 107.33977106475993, - "Chiller 6 Condenser Water Flow": 9713.109675382893, - "Chiller 6 Power Input": 925.2593128524289, - "Chiller 6 Chiller % Loaded": 84.78444844800686, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.38438306035369, - "Chiller 6 Setpoint Temperature": 88.9540190840659 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.823110306896174, - "Chiller 6 Chiller Efficiency": 0.2345563306355804, - "Chiller 6 Tonnage": 2269.9729489525457, - "Chiller 6 Supply Temperature": 13.923014799718743, - "Chiller 6 Return Temperature": 107.97433249941298, - "Chiller 6 Condenser Water Flow": 2642.8919497106826, - "Chiller 6 Power Input": 1412.2547402430048, - "Chiller 6 Chiller % Loaded": 104.34413228479941, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.924918589548834, - "Chiller 6 Setpoint Temperature": 48.76048923411769 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.41478933169415, - "Chiller 6 Chiller Efficiency": 0.04078575735480715, - "Chiller 6 Tonnage": 63.994077421172456, - "Chiller 6 Supply Temperature": 35.432204188511214, - "Chiller 6 Return Temperature": 53.06974605763513, - "Chiller 6 Condenser Water Flow": 9908.3368883117, - "Chiller 6 Power Input": 1476.5175989631987, - "Chiller 6 Chiller % Loaded": 55.970920785052805, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.95546228547549, - "Chiller 6 Setpoint Temperature": 13.606390952203649 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.32817897922443, - "Chiller 6 Chiller Efficiency": 0.5726540373852337, - "Chiller 6 Tonnage": 3659.9926466621796, - "Chiller 6 Supply Temperature": 11.80450700563251, - "Chiller 6 Return Temperature": 45.41313153327822, - "Chiller 6 Condenser Water Flow": 816.9453442915026, - "Chiller 6 Power Input": 539.0283763469988, - "Chiller 6 Chiller % Loaded": 125.94103832766152, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.56307249964741, - "Chiller 6 Setpoint Temperature": 88.13375046008376 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.8041546263973, - "Chiller 6 Chiller Efficiency": 0.3568224872492251, - "Chiller 6 Tonnage": 2254.3277488477647, - "Chiller 6 Supply Temperature": 90.44397054390862, - "Chiller 6 Return Temperature": 8.120332005677382, - "Chiller 6 Condenser Water Flow": 3177.1979817337533, - "Chiller 6 Power Input": 694.9666789871198, - "Chiller 6 Chiller % Loaded": 2.196626094743335, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.16026391927677, - "Chiller 6 Setpoint Temperature": 27.71448361172112 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.93293917059191, - "Chiller 6 Chiller Efficiency": 0.48130804739988065, - "Chiller 6 Tonnage": 4184.786215502657, - "Chiller 6 Supply Temperature": 28.401242937726074, - "Chiller 6 Return Temperature": 29.144029282923018, - "Chiller 6 Condenser Water Flow": 2717.312951941375, - "Chiller 6 Power Input": 538.613793648398, - "Chiller 6 Chiller % Loaded": 136.02487535560053, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.2362368598401, - "Chiller 6 Setpoint Temperature": 66.7940216935675 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.14157440155292, - "Chiller 6 Chiller Efficiency": 0.4898742442211843, - "Chiller 6 Tonnage": 2089.9370965466255, - "Chiller 6 Supply Temperature": 19.772377212224708, - "Chiller 6 Return Temperature": 111.19141224510047, - "Chiller 6 Condenser Water Flow": 4369.7046523610215, - "Chiller 6 Power Input": 538.5341793262189, - "Chiller 6 Chiller % Loaded": 31.857101526744493, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.044603224915978, - "Chiller 6 Setpoint Temperature": 73.99540943120908 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.6869481089931, - "Chiller 6 Chiller Efficiency": 0.010644613991281695, - "Chiller 6 Tonnage": 2424.7995637380936, - "Chiller 6 Supply Temperature": 0.39591450995676775, - "Chiller 6 Return Temperature": 78.0635141759224, - "Chiller 6 Condenser Water Flow": 196.73345561908585, - "Chiller 6 Power Input": 1584.7754442804833, - "Chiller 6 Chiller % Loaded": 150.6941007543557, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.93159135728531, - "Chiller 6 Setpoint Temperature": 8.338740617596303 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.388482272607625, - "Chiller 6 Chiller Efficiency": 0.2170622878929713, - "Chiller 6 Tonnage": 1630.0164704276974, - "Chiller 6 Supply Temperature": 10.469374979170365, - "Chiller 6 Return Temperature": 39.37500793109439, - "Chiller 6 Condenser Water Flow": 8768.245492982727, - "Chiller 6 Power Input": 688.8720707369883, - "Chiller 6 Chiller % Loaded": 157.65135556830347, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.95122407055887, - "Chiller 6 Setpoint Temperature": 45.29733559384678 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.33826857561926, - "Chiller 6 Chiller Efficiency": 0.5425394645836417, - "Chiller 6 Tonnage": 3837.1526205207724, - "Chiller 6 Supply Temperature": 67.50418627259064, - "Chiller 6 Return Temperature": 109.62962771231119, - "Chiller 6 Condenser Water Flow": 2166.08232029565, - "Chiller 6 Power Input": 801.2330212854366, - "Chiller 6 Chiller % Loaded": 103.25176972155302, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.20056628599538, - "Chiller 6 Setpoint Temperature": 29.08753949736607 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.12129990017482, - "Chiller 6 Chiller Efficiency": 0.08478849848165772, - "Chiller 6 Tonnage": 2462.496913928108, - "Chiller 6 Supply Temperature": 76.17764725353322, - "Chiller 6 Return Temperature": 79.58728905820925, - "Chiller 6 Condenser Water Flow": 5524.437086118135, - "Chiller 6 Power Input": 812.3321999634156, - "Chiller 6 Chiller % Loaded": 29.975742516156508, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.172081685086596, - "Chiller 6 Setpoint Temperature": 14.174847277855998 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.77874021081144, - "Chiller 6 Chiller Efficiency": 0.303348679912668, - "Chiller 6 Tonnage": 2522.4365521742657, - "Chiller 6 Supply Temperature": 35.8747448848368, - "Chiller 6 Return Temperature": 114.45407669755913, - "Chiller 6 Condenser Water Flow": 7374.806176005416, - "Chiller 6 Power Input": 720.1428453392708, - "Chiller 6 Chiller % Loaded": 95.53983760128453, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.521520886010501, - "Chiller 6 Setpoint Temperature": 17.80685240741553 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.4632164280086, - "Chiller 6 Chiller Efficiency": 0.5284177657133697, - "Chiller 6 Tonnage": 4889.031992748359, - "Chiller 6 Supply Temperature": 12.134545842941861, - "Chiller 6 Return Temperature": 8.516009058444416, - "Chiller 6 Condenser Water Flow": 43.084229819061555, - "Chiller 6 Power Input": 272.7509928974652, - "Chiller 6 Chiller % Loaded": 141.38867637698223, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.176850507443358, - "Chiller 6 Setpoint Temperature": 65.07495720796658 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.33164672724838, - "Chiller 6 Chiller Efficiency": 0.010639405507134603, - "Chiller 6 Tonnage": 4714.9367273908365, - "Chiller 6 Supply Temperature": 33.15956035336063, - "Chiller 6 Return Temperature": 88.71452610013891, - "Chiller 6 Condenser Water Flow": 9594.170373908104, - "Chiller 6 Power Input": 1435.5206507078585, - "Chiller 6 Chiller % Loaded": 143.98618266700598, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.37220376572874, - "Chiller 6 Setpoint Temperature": 38.290716595095134 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.68749829211805, - "Chiller 6 Chiller Efficiency": 0.2745831549597963, - "Chiller 6 Tonnage": 4090.8057478710502, - "Chiller 6 Supply Temperature": 23.87258256946544, - "Chiller 6 Return Temperature": 75.16954953434247, - "Chiller 6 Condenser Water Flow": 4137.212194832533, - "Chiller 6 Power Input": 104.12784112183247, - "Chiller 6 Chiller % Loaded": 76.24888620359478, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.20033085740783, - "Chiller 6 Setpoint Temperature": 37.49350837919578 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.62890765781378, - "Chiller 6 Chiller Efficiency": 0.07155005399687595, - "Chiller 6 Tonnage": 2392.092861533368, - "Chiller 6 Supply Temperature": 70.49464921007579, - "Chiller 6 Return Temperature": 90.69752605545216, - "Chiller 6 Condenser Water Flow": 9911.70437834645, - "Chiller 6 Power Input": 1708.1331475701436, - "Chiller 6 Chiller % Loaded": 72.00784326270801, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.490160824811184, - "Chiller 6 Setpoint Temperature": 20.31624891910477 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.393695236862484, - "Chiller 6 Chiller Efficiency": 0.13342391349836671, - "Chiller 6 Tonnage": 4586.720242249782, - "Chiller 6 Supply Temperature": 12.364383554473172, - "Chiller 6 Return Temperature": 36.81205280752965, - "Chiller 6 Condenser Water Flow": 7337.510887533209, - "Chiller 6 Power Input": 1073.529760412541, - "Chiller 6 Chiller % Loaded": 96.19620619598031, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.8133181764998, - "Chiller 6 Setpoint Temperature": 39.58590678489442 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.5512908838926, - "Chiller 6 Chiller Efficiency": 0.6621719117731207, - "Chiller 6 Tonnage": 1414.12537271366, - "Chiller 6 Supply Temperature": 83.88435399333817, - "Chiller 6 Return Temperature": 107.64754768846242, - "Chiller 6 Condenser Water Flow": 11004.459186237797, - "Chiller 6 Power Input": 1672.5202141306368, - "Chiller 6 Chiller % Loaded": 128.4544064108585, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.962155743153872, - "Chiller 6 Setpoint Temperature": 49.00585418259025 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.35288629928832, - "Chiller 6 Chiller Efficiency": 0.3141034165592978, - "Chiller 6 Tonnage": 2104.2098922524156, - "Chiller 6 Supply Temperature": 29.873955886065062, - "Chiller 6 Return Temperature": 2.1676989330033947, - "Chiller 6 Condenser Water Flow": 3776.2096175337106, - "Chiller 6 Power Input": 1204.2281941373417, - "Chiller 6 Chiller % Loaded": 44.976445359973674, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.51914779387659, - "Chiller 6 Setpoint Temperature": 75.18246262868657 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.71391650669295, - "Chiller 6 Chiller Efficiency": 0.17418781729281177, - "Chiller 6 Tonnage": 2628.05607184162, - "Chiller 6 Supply Temperature": 49.28995048376128, - "Chiller 6 Return Temperature": 38.69486474226479, - "Chiller 6 Condenser Water Flow": 379.22492026421446, - "Chiller 6 Power Input": 222.56995709298278, - "Chiller 6 Chiller % Loaded": 38.27866761725063, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.562738023930564, - "Chiller 6 Setpoint Temperature": 70.35638166667177 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.77129392239483, - "Chiller 6 Chiller Efficiency": 0.46126787400635444, - "Chiller 6 Tonnage": 3023.708466818331, - "Chiller 6 Supply Temperature": 65.88424181517749, - "Chiller 6 Return Temperature": 10.874548994894845, - "Chiller 6 Condenser Water Flow": 3721.53660156812, - "Chiller 6 Power Input": 1560.0496071343464, - "Chiller 6 Chiller % Loaded": 67.37030530325946, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.5675192687898996, - "Chiller 6 Setpoint Temperature": 67.26083503059931 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.78647865207323, - "Chiller 6 Chiller Efficiency": 0.6348206649756019, - "Chiller 6 Tonnage": 2609.4390648703643, - "Chiller 6 Supply Temperature": 80.69433488258096, - "Chiller 6 Return Temperature": 54.29514603741981, - "Chiller 6 Condenser Water Flow": 2858.424071636272, - "Chiller 6 Power Input": 1499.673202639869, - "Chiller 6 Chiller % Loaded": 96.7452067661855, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.87109688383021, - "Chiller 6 Setpoint Temperature": 4.000041755821979 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.121111827720622, - "Chiller 6 Chiller Efficiency": 0.38236512288796115, - "Chiller 6 Tonnage": 2260.9523074503527, - "Chiller 6 Supply Temperature": 60.59077537454254, - "Chiller 6 Return Temperature": 49.50792498312228, - "Chiller 6 Condenser Water Flow": 8190.466467724811, - "Chiller 6 Power Input": 1630.3069334886857, - "Chiller 6 Chiller % Loaded": 45.35826235713494, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.45411926510924, - "Chiller 6 Setpoint Temperature": 47.15155100502523 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.75397619596015, - "Chiller 6 Chiller Efficiency": 0.4784300121532292, - "Chiller 6 Tonnage": 2685.0601075564173, - "Chiller 6 Supply Temperature": 16.635354562471605, - "Chiller 6 Return Temperature": 41.735081815078985, - "Chiller 6 Condenser Water Flow": 6927.965508544087, - "Chiller 6 Power Input": 493.7702253504117, - "Chiller 6 Chiller % Loaded": 94.89842092511046, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.08418093969904, - "Chiller 6 Setpoint Temperature": 28.81931637764226 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.20065808077189, - "Chiller 6 Chiller Efficiency": 0.19520063288074083, - "Chiller 6 Tonnage": 2088.5010802210963, - "Chiller 6 Supply Temperature": 66.78144086714238, - "Chiller 6 Return Temperature": 67.93578025404904, - "Chiller 6 Condenser Water Flow": 388.7475759761177, - "Chiller 6 Power Input": 110.3922087478858, - "Chiller 6 Chiller % Loaded": 159.9654949034593, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.025875656786092, - "Chiller 6 Setpoint Temperature": 40.227698650258375 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.36987657082464, - "Chiller 6 Chiller Efficiency": 0.3387445832010659, - "Chiller 6 Tonnage": 3357.7090003303947, - "Chiller 6 Supply Temperature": 6.134961217919339, - "Chiller 6 Return Temperature": 20.01951002493164, - "Chiller 6 Condenser Water Flow": 3551.392437198322, - "Chiller 6 Power Input": 1235.2392787545803, - "Chiller 6 Chiller % Loaded": 104.93683624593444, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.73999153247351, - "Chiller 6 Setpoint Temperature": 8.211838754292165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.28968618965736, - "Chiller 6 Chiller Efficiency": 0.4136574002222376, - "Chiller 6 Tonnage": 2610.968817970187, - "Chiller 6 Supply Temperature": 71.31702270063595, - "Chiller 6 Return Temperature": 35.582956010014804, - "Chiller 6 Condenser Water Flow": 1559.8937176502945, - "Chiller 6 Power Input": 429.2480941939185, - "Chiller 6 Chiller % Loaded": 85.98811538488653, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.524349657649694, - "Chiller 6 Setpoint Temperature": 34.43898078512113 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.42232290114188, - "Chiller 6 Chiller Efficiency": 0.136199261158337, - "Chiller 6 Tonnage": 308.2016119573753, - "Chiller 6 Supply Temperature": 88.88471632967169, - "Chiller 6 Return Temperature": 108.43330043055333, - "Chiller 6 Condenser Water Flow": 3434.4236876048744, - "Chiller 6 Power Input": 1366.9280907020727, - "Chiller 6 Chiller % Loaded": 56.01378528151482, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.961610165504446, - "Chiller 6 Setpoint Temperature": 4.976804855344877 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.44915205446567, - "Chiller 6 Chiller Efficiency": 0.22999911048276073, - "Chiller 6 Tonnage": 1492.505621778803, - "Chiller 6 Supply Temperature": 63.62999515339891, - "Chiller 6 Return Temperature": 21.36978710941881, - "Chiller 6 Condenser Water Flow": 4070.9453935796664, - "Chiller 6 Power Input": 512.178198188669, - "Chiller 6 Chiller % Loaded": 152.88801164235448, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.22779479986784, - "Chiller 6 Setpoint Temperature": 41.409470900767914 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.33793855168618, - "Chiller 6 Chiller Efficiency": 0.5604883296270051, - "Chiller 6 Tonnage": 4144.819081330129, - "Chiller 6 Supply Temperature": 16.48925148017148, - "Chiller 6 Return Temperature": 109.03451085675634, - "Chiller 6 Condenser Water Flow": 5746.754936522694, - "Chiller 6 Power Input": 28.884526422439155, - "Chiller 6 Chiller % Loaded": 11.171281409444607, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.054916965388584, - "Chiller 6 Setpoint Temperature": 4.887452475988219 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.88027677838684, - "Chiller 6 Chiller Efficiency": 0.06143133801030721, - "Chiller 6 Tonnage": 4585.799944398573, - "Chiller 6 Supply Temperature": 85.77278471352716, - "Chiller 6 Return Temperature": 77.87781647620808, - "Chiller 6 Condenser Water Flow": 4543.698528004255, - "Chiller 6 Power Input": 44.02983981209258, - "Chiller 6 Chiller % Loaded": 0.24545625951379435, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.005663089441374, - "Chiller 6 Setpoint Temperature": 30.26613997003437 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.515533477811346, - "Chiller 6 Chiller Efficiency": 0.18360713896051056, - "Chiller 6 Tonnage": 3087.050361929904, - "Chiller 6 Supply Temperature": 38.85684440733331, - "Chiller 6 Return Temperature": 26.01901703830853, - "Chiller 6 Condenser Water Flow": 5415.382186344986, - "Chiller 6 Power Input": 921.0920936580676, - "Chiller 6 Chiller % Loaded": 56.07281243328267, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.43911662030716, - "Chiller 6 Setpoint Temperature": 15.055517637709777 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.3460653124732525, - "Chiller 6 Chiller Efficiency": 0.15331201475548772, - "Chiller 6 Tonnage": 2734.6775826290445, - "Chiller 6 Supply Temperature": 77.77550909868195, - "Chiller 6 Return Temperature": 85.06710008554373, - "Chiller 6 Condenser Water Flow": 6878.280595725161, - "Chiller 6 Power Input": 41.74203847996199, - "Chiller 6 Chiller % Loaded": 23.123613741281314, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.43763191208917, - "Chiller 6 Setpoint Temperature": 17.258634750084497 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.69050848591452, - "Chiller 6 Chiller Efficiency": 0.5805848201109917, - "Chiller 6 Tonnage": 284.315723223765, - "Chiller 6 Supply Temperature": 20.826798761101948, - "Chiller 6 Return Temperature": 28.355175746999677, - "Chiller 6 Condenser Water Flow": 2298.6669422923233, - "Chiller 6 Power Input": 1003.3230012493894, - "Chiller 6 Chiller % Loaded": 47.390760743607686, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.097488472037845, - "Chiller 6 Setpoint Temperature": 46.60632020970392 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.05359389159189, - "Chiller 6 Chiller Efficiency": 0.14284427563358756, - "Chiller 6 Tonnage": 2932.171597989627, - "Chiller 6 Supply Temperature": 16.609780719769784, - "Chiller 6 Return Temperature": 13.925911860971219, - "Chiller 6 Condenser Water Flow": 8320.588795163523, - "Chiller 6 Power Input": 0.8125419345199916, - "Chiller 6 Chiller % Loaded": 118.93434095090664, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.37212531129348, - "Chiller 6 Setpoint Temperature": 66.71859789701088 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.70140728571154, - "Chiller 6 Chiller Efficiency": 0.5333164059198974, - "Chiller 6 Tonnage": 3944.6571410562515, - "Chiller 6 Supply Temperature": 10.768052189079151, - "Chiller 6 Return Temperature": 61.69296856407367, - "Chiller 6 Condenser Water Flow": 10766.238272597051, - "Chiller 6 Power Input": 201.1090741652341, - "Chiller 6 Chiller % Loaded": 45.46659277529198, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.058903297333316, - "Chiller 6 Setpoint Temperature": 33.84503622853847 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.77368932018146, - "Chiller 6 Chiller Efficiency": 0.4753195831052569, - "Chiller 6 Tonnage": 1363.6965390832468, - "Chiller 6 Supply Temperature": 68.51222922589754, - "Chiller 6 Return Temperature": 9.503576196945751, - "Chiller 6 Condenser Water Flow": 9225.908497614733, - "Chiller 6 Power Input": 533.9956418990379, - "Chiller 6 Chiller % Loaded": 38.72567640766879, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.61603518987807, - "Chiller 6 Setpoint Temperature": 48.05732531575918 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.39803915814274, - "Chiller 6 Chiller Efficiency": 0.034033653252368394, - "Chiller 6 Tonnage": 1415.2777839883129, - "Chiller 6 Supply Temperature": 14.351135321735663, - "Chiller 6 Return Temperature": 55.75858097302583, - "Chiller 6 Condenser Water Flow": 8611.812696313478, - "Chiller 6 Power Input": 615.5174795945927, - "Chiller 6 Chiller % Loaded": 117.07553646148426, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.75015306536376, - "Chiller 6 Setpoint Temperature": 35.34940790806815 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.72526258224514, - "Chiller 6 Chiller Efficiency": 0.12353513652572856, - "Chiller 6 Tonnage": 2360.0954260328926, - "Chiller 6 Supply Temperature": 3.5242752933203563, - "Chiller 6 Return Temperature": 41.43372723146137, - "Chiller 6 Condenser Water Flow": 7319.884327028571, - "Chiller 6 Power Input": 1072.5271068958612, - "Chiller 6 Chiller % Loaded": 108.5431108212228, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.373403210644106, - "Chiller 6 Setpoint Temperature": 22.857806181910817 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.10231418138338, - "Chiller 6 Chiller Efficiency": 0.47901198046448645, - "Chiller 6 Tonnage": 343.4683857675172, - "Chiller 6 Supply Temperature": 75.7654252530747, - "Chiller 6 Return Temperature": 96.84323458718195, - "Chiller 6 Condenser Water Flow": 5327.509001384006, - "Chiller 6 Power Input": 280.79755467678757, - "Chiller 6 Chiller % Loaded": 54.66688018979429, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.62985325602681, - "Chiller 6 Setpoint Temperature": 28.982991130477014 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.83854473018178, - "Chiller 6 Chiller Efficiency": 0.020744601805615097, - "Chiller 6 Tonnage": 3745.951687372126, - "Chiller 6 Supply Temperature": 63.98321091858531, - "Chiller 6 Return Temperature": 45.843883072435375, - "Chiller 6 Condenser Water Flow": 8470.67197559269, - "Chiller 6 Power Input": 105.01266029751534, - "Chiller 6 Chiller % Loaded": 9.30990024657076, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.66246029932955, - "Chiller 6 Setpoint Temperature": 54.89667065496794 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.80915042001051, - "Chiller 6 Chiller Efficiency": 0.07412315113780438, - "Chiller 6 Tonnage": 2207.016180648326, - "Chiller 6 Supply Temperature": 90.23136001727755, - "Chiller 6 Return Temperature": 21.379108113233976, - "Chiller 6 Condenser Water Flow": 4855.931790606123, - "Chiller 6 Power Input": 812.0070497565813, - "Chiller 6 Chiller % Loaded": 17.11482622248587, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.99313540543379, - "Chiller 6 Setpoint Temperature": 57.17323090956201 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.47595651227663, - "Chiller 6 Chiller Efficiency": 0.3553813927924607, - "Chiller 6 Tonnage": 2791.3897352861786, - "Chiller 6 Supply Temperature": 65.6718725298121, - "Chiller 6 Return Temperature": 94.54822229681727, - "Chiller 6 Condenser Water Flow": 5834.008328231505, - "Chiller 6 Power Input": 245.7470925122263, - "Chiller 6 Chiller % Loaded": 73.36768275591346, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.18158909923452, - "Chiller 6 Setpoint Temperature": 79.3319735238139 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.219718722255774, - "Chiller 6 Chiller Efficiency": 0.5722740394237185, - "Chiller 6 Tonnage": 2525.507796747057, - "Chiller 6 Supply Temperature": 27.505416271434374, - "Chiller 6 Return Temperature": 88.78001831982564, - "Chiller 6 Condenser Water Flow": 7552.413479676453, - "Chiller 6 Power Input": 558.6217405689968, - "Chiller 6 Chiller % Loaded": 131.79405794802446, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.144396331315072, - "Chiller 6 Setpoint Temperature": 19.803458107487472 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.07721654192229, - "Chiller 6 Chiller Efficiency": 0.3705489006312877, - "Chiller 6 Tonnage": 4212.565126715846, - "Chiller 6 Supply Temperature": 38.56118609007859, - "Chiller 6 Return Temperature": 5.171293032346078, - "Chiller 6 Condenser Water Flow": 8635.51858786365, - "Chiller 6 Power Input": 408.6515848967619, - "Chiller 6 Chiller % Loaded": 73.82986153249891, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.54170438323663, - "Chiller 6 Setpoint Temperature": 82.97169335387235 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.94232738043847, - "Chiller 6 Chiller Efficiency": 0.2373317760237722, - "Chiller 6 Tonnage": 2395.047980770229, - "Chiller 6 Supply Temperature": 75.50684020610453, - "Chiller 6 Return Temperature": 67.25815059295384, - "Chiller 6 Condenser Water Flow": 8212.196170102341, - "Chiller 6 Power Input": 711.6330911822477, - "Chiller 6 Chiller % Loaded": 110.91069240013381, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.09712966969701, - "Chiller 6 Setpoint Temperature": 73.98129498704772 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.596596041073894, - "Chiller 6 Chiller Efficiency": 0.15624417021648943, - "Chiller 6 Tonnage": 3822.2609221924076, - "Chiller 6 Supply Temperature": 17.998278070650098, - "Chiller 6 Return Temperature": 65.4679693517838, - "Chiller 6 Condenser Water Flow": 10390.264139705096, - "Chiller 6 Power Input": 539.0388175988222, - "Chiller 6 Chiller % Loaded": 90.62435684998641, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.47437467432377, - "Chiller 6 Setpoint Temperature": 22.539216748107066 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.299224739537927, - "Chiller 6 Chiller Efficiency": 0.5773371185955457, - "Chiller 6 Tonnage": 463.52620532594415, - "Chiller 6 Supply Temperature": 59.81481780265515, - "Chiller 6 Return Temperature": 9.157819630017062, - "Chiller 6 Condenser Water Flow": 4042.5590582822783, - "Chiller 6 Power Input": 656.3964022706077, - "Chiller 6 Chiller % Loaded": 106.13533897520645, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.274301873283, - "Chiller 6 Setpoint Temperature": 80.82135615459248 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.2785395232478, - "Chiller 6 Chiller Efficiency": 0.08004042109233181, - "Chiller 6 Tonnage": 483.3375400564396, - "Chiller 6 Supply Temperature": 6.940623372717322, - "Chiller 6 Return Temperature": 75.23019191513622, - "Chiller 6 Condenser Water Flow": 4600.8565103612655, - "Chiller 6 Power Input": 663.6271401257546, - "Chiller 6 Chiller % Loaded": 44.188274589304356, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.97064699540243, - "Chiller 6 Setpoint Temperature": 17.650539851271926 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.93736650005147, - "Chiller 6 Chiller Efficiency": 0.4696298256674715, - "Chiller 6 Tonnage": 615.7162610113611, - "Chiller 6 Supply Temperature": 55.09271568044953, - "Chiller 6 Return Temperature": 32.70380054860877, - "Chiller 6 Condenser Water Flow": 9433.482107342808, - "Chiller 6 Power Input": 942.3285064212328, - "Chiller 6 Chiller % Loaded": 45.84690964378289, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.66618984844779, - "Chiller 6 Setpoint Temperature": 77.6153355961159 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.050396097259735, - "Chiller 6 Chiller Efficiency": 0.5245253936569629, - "Chiller 6 Tonnage": 3203.300624958666, - "Chiller 6 Supply Temperature": 19.457618961325974, - "Chiller 6 Return Temperature": 15.329443347941769, - "Chiller 6 Condenser Water Flow": 3324.6887151156607, - "Chiller 6 Power Input": 889.3622620227328, - "Chiller 6 Chiller % Loaded": 100.80665646701722, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.265959308115427, - "Chiller 6 Setpoint Temperature": 22.11089925476405 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.02251041241678, - "Chiller 6 Chiller Efficiency": 0.25123678606061844, - "Chiller 6 Tonnage": 677.782920640188, - "Chiller 6 Supply Temperature": 15.657537062664893, - "Chiller 6 Return Temperature": 8.389358945673813, - "Chiller 6 Condenser Water Flow": 1962.8258910611216, - "Chiller 6 Power Input": 313.07083940397905, - "Chiller 6 Chiller % Loaded": 72.03529613764519, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.37518216126374, - "Chiller 6 Setpoint Temperature": 34.51303015964203 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.88482586430737, - "Chiller 6 Chiller Efficiency": 0.2853566065706704, - "Chiller 6 Tonnage": 1739.1115171111285, - "Chiller 6 Supply Temperature": 71.50988281898948, - "Chiller 6 Return Temperature": 95.89134565689584, - "Chiller 6 Condenser Water Flow": 1916.7723199925579, - "Chiller 6 Power Input": 525.0321930174409, - "Chiller 6 Chiller % Loaded": 36.806533220038624, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.9790503808758, - "Chiller 6 Setpoint Temperature": 73.06495191285538 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.90484285144419, - "Chiller 6 Chiller Efficiency": 0.2814645379689797, - "Chiller 6 Tonnage": 1889.3558684480258, - "Chiller 6 Supply Temperature": 57.08153544973248, - "Chiller 6 Return Temperature": 19.845433522480505, - "Chiller 6 Condenser Water Flow": 7541.596303923036, - "Chiller 6 Power Input": 1177.2068456144862, - "Chiller 6 Chiller % Loaded": 118.05369304599326, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.19060023721474, - "Chiller 6 Setpoint Temperature": 60.795550709473744 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.7272359986341197, - "Chiller 6 Chiller Efficiency": 0.4876729722137389, - "Chiller 6 Tonnage": 1441.1952174946118, - "Chiller 6 Supply Temperature": 14.946571661164326, - "Chiller 6 Return Temperature": 72.23563938149084, - "Chiller 6 Condenser Water Flow": 8612.454574166119, - "Chiller 6 Power Input": 411.07990348675554, - "Chiller 6 Chiller % Loaded": 38.70705964378519, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.2418688566910983, - "Chiller 6 Setpoint Temperature": 33.47356737848313 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.0759894726769, - "Chiller 6 Chiller Efficiency": 0.542135649814772, - "Chiller 6 Tonnage": 2467.4017235664032, - "Chiller 6 Supply Temperature": 71.73107092309095, - "Chiller 6 Return Temperature": 39.37477719705938, - "Chiller 6 Condenser Water Flow": 1176.0265196976625, - "Chiller 6 Power Input": 501.6901708303741, - "Chiller 6 Chiller % Loaded": 90.49357740622172, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.2646660124289191, - "Chiller 6 Setpoint Temperature": 63.00232692506184 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.35961442786801, - "Chiller 6 Chiller Efficiency": 0.2499199059550617, - "Chiller 6 Tonnage": 3338.532197013365, - "Chiller 6 Supply Temperature": 65.97296679017579, - "Chiller 6 Return Temperature": 95.51303657890051, - "Chiller 6 Condenser Water Flow": 7857.793846036276, - "Chiller 6 Power Input": 452.9581208442311, - "Chiller 6 Chiller % Loaded": 76.41863540976384, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.952861545303048, - "Chiller 6 Setpoint Temperature": 26.381453681017245 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.48020080447981, - "Chiller 6 Chiller Efficiency": 0.1732770461132466, - "Chiller 6 Tonnage": 1510.6736778907452, - "Chiller 6 Supply Temperature": 86.83420931479901, - "Chiller 6 Return Temperature": 76.30822489030437, - "Chiller 6 Condenser Water Flow": 5210.699805280497, - "Chiller 6 Power Input": 183.67251491758796, - "Chiller 6 Chiller % Loaded": 112.82148761692594, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.421029397677, - "Chiller 6 Setpoint Temperature": 13.130202606391231 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.85026476370662, - "Chiller 6 Chiller Efficiency": 0.02761853951162349, - "Chiller 6 Tonnage": 2745.406294371321, - "Chiller 6 Supply Temperature": 8.565679138622931, - "Chiller 6 Return Temperature": 68.85170354062038, - "Chiller 6 Condenser Water Flow": 5945.724690017386, - "Chiller 6 Power Input": 586.1128473707274, - "Chiller 6 Chiller % Loaded": 51.06232641675146, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.3888618956155, - "Chiller 6 Setpoint Temperature": 40.431229871805314 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.86049116011361, - "Chiller 6 Chiller Efficiency": 0.37610457143156883, - "Chiller 6 Tonnage": 1145.665446371695, - "Chiller 6 Supply Temperature": 90.92487773172186, - "Chiller 6 Return Temperature": 32.506632756976295, - "Chiller 6 Condenser Water Flow": 208.9438141998532, - "Chiller 6 Power Input": 1029.1027547393699, - "Chiller 6 Chiller % Loaded": 44.55300382716899, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.438914934215944, - "Chiller 6 Setpoint Temperature": 84.35590353655735 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.9903211219172, - "Chiller 6 Chiller Efficiency": 0.4373278482025996, - "Chiller 6 Tonnage": 1044.0525946190899, - "Chiller 6 Supply Temperature": 69.8458860845772, - "Chiller 6 Return Temperature": 54.65289332480365, - "Chiller 6 Condenser Water Flow": 6528.285340268492, - "Chiller 6 Power Input": 1249.0490178962277, - "Chiller 6 Chiller % Loaded": 67.79353019413995, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.505170820402306, - "Chiller 6 Setpoint Temperature": 29.796291042880753 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.62274714441703, - "Chiller 6 Chiller Efficiency": 0.40353429473780233, - "Chiller 6 Tonnage": 2889.141628451155, - "Chiller 6 Supply Temperature": 78.59668947081089, - "Chiller 6 Return Temperature": 41.23619212187282, - "Chiller 6 Condenser Water Flow": 2111.880257137694, - "Chiller 6 Power Input": 979.4426978686001, - "Chiller 6 Chiller % Loaded": 124.2391819980385, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.57181615112277, - "Chiller 6 Setpoint Temperature": 1.8364767312562271 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.21394537420971, - "Chiller 6 Chiller Efficiency": 0.019392174623639565, - "Chiller 6 Tonnage": 1221.4582931930472, - "Chiller 6 Supply Temperature": 59.42261210200604, - "Chiller 6 Return Temperature": 32.49685007818513, - "Chiller 6 Condenser Water Flow": 8759.740578715424, - "Chiller 6 Power Input": 514.5814927353578, - "Chiller 6 Chiller % Loaded": 9.560180626654285, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.881807787018413, - "Chiller 6 Setpoint Temperature": 44.13571264938795 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.8686596777235, - "Chiller 6 Chiller Efficiency": 0.32701497775132204, - "Chiller 6 Tonnage": 1425.7030717715168, - "Chiller 6 Supply Temperature": 58.20960509260718, - "Chiller 6 Return Temperature": 45.06202043396582, - "Chiller 6 Condenser Water Flow": 1787.25043336091, - "Chiller 6 Power Input": 78.53181133040317, - "Chiller 6 Chiller % Loaded": 93.73941383685047, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.69753843103099, - "Chiller 6 Setpoint Temperature": 86.68203859071288 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.8177496382605, - "Chiller 6 Chiller Efficiency": 0.56619528614053, - "Chiller 6 Tonnage": 1065.4219342277825, - "Chiller 6 Supply Temperature": 29.80997290798382, - "Chiller 6 Return Temperature": 73.07141609926764, - "Chiller 6 Condenser Water Flow": 5366.873900381132, - "Chiller 6 Power Input": 1118.599064254395, - "Chiller 6 Chiller % Loaded": 62.65078165938873, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.74516525857142, - "Chiller 6 Setpoint Temperature": 78.54535995255043 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.394902081810592, - "Chiller 6 Chiller Efficiency": 0.2262907588624537, - "Chiller 6 Tonnage": 165.23770032867196, - "Chiller 6 Supply Temperature": 21.342132160275302, - "Chiller 6 Return Temperature": 51.66315869222686, - "Chiller 6 Condenser Water Flow": 4092.785087198505, - "Chiller 6 Power Input": 817.4706830119742, - "Chiller 6 Chiller % Loaded": 6.956425318587858, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.65575133185092, - "Chiller 6 Setpoint Temperature": 74.95147598784773 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.21360747132772, - "Chiller 6 Chiller Efficiency": 0.5498288344496902, - "Chiller 6 Tonnage": 1154.0524961464762, - "Chiller 6 Supply Temperature": 9.569612355645221, - "Chiller 6 Return Temperature": 37.28447167781993, - "Chiller 6 Condenser Water Flow": 3834.7803383821743, - "Chiller 6 Power Input": 992.5484393646575, - "Chiller 6 Chiller % Loaded": 24.446950545690232, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.49177805046092, - "Chiller 6 Setpoint Temperature": 71.47026054451992 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.371459313135617, - "Chiller 6 Chiller Efficiency": 0.43950698069339517, - "Chiller 6 Tonnage": 341.13990262474385, - "Chiller 6 Supply Temperature": 66.89379981553935, - "Chiller 6 Return Temperature": 65.23379662164314, - "Chiller 6 Condenser Water Flow": 8230.85935964081, - "Chiller 6 Power Input": 121.44822807471739, - "Chiller 6 Chiller % Loaded": 41.42025620338031, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.304712801819953, - "Chiller 6 Setpoint Temperature": 81.7848396965191 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.124351932693312, - "Chiller 6 Chiller Efficiency": 0.1120138279380464, - "Chiller 6 Tonnage": 926.1437500674914, - "Chiller 6 Supply Temperature": 67.52710193742158, - "Chiller 6 Return Temperature": 63.90163134678358, - "Chiller 6 Condenser Water Flow": 6498.383846064085, - "Chiller 6 Power Input": 1058.7073982353559, - "Chiller 6 Chiller % Loaded": 2.8314967238140287, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.0415412185833, - "Chiller 6 Setpoint Temperature": 47.62113718044265 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.32853201061702, - "Chiller 6 Chiller Efficiency": 0.20761935978777016, - "Chiller 6 Tonnage": 3855.343807283532, - "Chiller 6 Supply Temperature": 32.753149784664046, - "Chiller 6 Return Temperature": 21.69671752481544, - "Chiller 6 Condenser Water Flow": 9843.156433696904, - "Chiller 6 Power Input": 528.1488594926537, - "Chiller 6 Chiller % Loaded": 19.35643994435627, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.480804175579955, - "Chiller 6 Setpoint Temperature": 56.5294887344373 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.50054968017736, - "Chiller 6 Chiller Efficiency": 0.45690083204592397, - "Chiller 6 Tonnage": 1990.8463906062918, - "Chiller 6 Supply Temperature": 68.64479249721388, - "Chiller 6 Return Temperature": 24.005160639524323, - "Chiller 6 Condenser Water Flow": 9649.865700826467, - "Chiller 6 Power Input": 646.6963542000549, - "Chiller 6 Chiller % Loaded": 42.88795830265516, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.271271017532335, - "Chiller 6 Setpoint Temperature": 85.36609633155774 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.11318934457495, - "Chiller 6 Chiller Efficiency": 0.36739718621119416, - "Chiller 6 Tonnage": 1157.4315964282262, - "Chiller 6 Supply Temperature": 50.73989001518099, - "Chiller 6 Return Temperature": 33.502424754323876, - "Chiller 6 Condenser Water Flow": 2350.5109523314127, - "Chiller 6 Power Input": 762.9827923807774, - "Chiller 6 Chiller % Loaded": 26.327587354488028, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.852161633591656, - "Chiller 6 Setpoint Temperature": 0.8820586531777461 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.62463338799267, - "Chiller 6 Chiller Efficiency": 0.06988470633299784, - "Chiller 6 Tonnage": 1265.0310005203885, - "Chiller 6 Supply Temperature": 40.80000967828555, - "Chiller 6 Return Temperature": 57.51459142459768, - "Chiller 6 Condenser Water Flow": 2485.9881088459615, - "Chiller 6 Power Input": 363.12363224801595, - "Chiller 6 Chiller % Loaded": 75.09083503529915, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.22955192509151, - "Chiller 6 Setpoint Temperature": 54.45803493222984 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.96689713806756, - "Chiller 6 Chiller Efficiency": 0.5057716594241755, - "Chiller 6 Tonnage": 177.74389050830447, - "Chiller 6 Supply Temperature": 20.528181681563037, - "Chiller 6 Return Temperature": 59.70601830543644, - "Chiller 6 Condenser Water Flow": 6719.222997363601, - "Chiller 6 Power Input": 43.00030763606917, - "Chiller 6 Chiller % Loaded": 10.24665619189539, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.59682478351575, - "Chiller 6 Setpoint Temperature": 37.24389830698901 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.1723763780371, - "Chiller 6 Chiller Efficiency": 0.15748145171786976, - "Chiller 6 Tonnage": 2055.952854708285, - "Chiller 6 Supply Temperature": 83.20256542233157, - "Chiller 6 Return Temperature": 60.10083629843363, - "Chiller 6 Condenser Water Flow": 3102.95022200807, - "Chiller 6 Power Input": 551.6138865932992, - "Chiller 6 Chiller % Loaded": 5.284184011779995, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.81636905116895, - "Chiller 6 Setpoint Temperature": 54.38073242440489 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.6130315705127, - "Chiller 6 Chiller Efficiency": 0.001681427552992206, - "Chiller 6 Tonnage": 1265.7155298089826, - "Chiller 6 Supply Temperature": 9.600320618473779, - "Chiller 6 Return Temperature": 89.66742817131681, - "Chiller 6 Condenser Water Flow": 2583.879119609267, - "Chiller 6 Power Input": 145.69259110030663, - "Chiller 6 Chiller % Loaded": 94.42970221057519, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.669851936305996, - "Chiller 6 Setpoint Temperature": 38.38716948609803 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.13937977305819, - "Chiller 6 Chiller Efficiency": 0.25068368496450555, - "Chiller 6 Tonnage": 4189.720235501477, - "Chiller 6 Supply Temperature": 12.025574833811088, - "Chiller 6 Return Temperature": 80.34308299661241, - "Chiller 6 Condenser Water Flow": 7304.579102814623, - "Chiller 6 Power Input": 1293.907202553913, - "Chiller 6 Chiller % Loaded": 24.512320905878667, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.39988507522473, - "Chiller 6 Setpoint Temperature": 18.30549975207172 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.71533355244951, - "Chiller 6 Chiller Efficiency": 0.5205298359357222, - "Chiller 6 Tonnage": 1351.2296722452336, - "Chiller 6 Supply Temperature": 33.116594543828015, - "Chiller 6 Return Temperature": 40.64898201247928, - "Chiller 6 Condenser Water Flow": 2172.6841158427274, - "Chiller 6 Power Input": 715.3805195024871, - "Chiller 6 Chiller % Loaded": 19.093714884480924, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.343537648996834, - "Chiller 6 Setpoint Temperature": 83.76648508026912 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.17449066204104, - "Chiller 6 Chiller Efficiency": 0.2126887374388991, - "Chiller 6 Tonnage": 2283.446613811219, - "Chiller 6 Supply Temperature": 50.00990396402139, - "Chiller 6 Return Temperature": 15.810829390082446, - "Chiller 6 Condenser Water Flow": 10680.22695960502, - "Chiller 6 Power Input": 904.6507656119462, - "Chiller 6 Chiller % Loaded": 56.29112493985599, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.97185296099619, - "Chiller 6 Setpoint Temperature": 42.0933368535157 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.12232449364507, - "Chiller 6 Chiller Efficiency": 0.4718183181894137, - "Chiller 6 Tonnage": 2880.8135603700384, - "Chiller 6 Supply Temperature": 30.468943166638482, - "Chiller 6 Return Temperature": 3.8030447133041516, - "Chiller 6 Condenser Water Flow": 10621.63596852537, - "Chiller 6 Power Input": 1054.9536025642503, - "Chiller 6 Chiller % Loaded": 70.93364872024155, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.589965915423328, - "Chiller 6 Setpoint Temperature": 5.063830209372413 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.7594991253126, - "Chiller 6 Chiller Efficiency": 0.007101285363867844, - "Chiller 6 Tonnage": 4051.9797163262956, - "Chiller 6 Supply Temperature": 44.79497880564174, - "Chiller 6 Return Temperature": 49.70916382787148, - "Chiller 6 Condenser Water Flow": 4189.04240590937, - "Chiller 6 Power Input": 242.09047126074933, - "Chiller 6 Chiller % Loaded": 73.02702089912356, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.673795150617707, - "Chiller 6 Setpoint Temperature": 53.36611293175187 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.28645901946703, - "Chiller 6 Chiller Efficiency": 0.2004189726830896, - "Chiller 6 Tonnage": 1462.3427827657968, - "Chiller 6 Supply Temperature": 90.37504902751856, - "Chiller 6 Return Temperature": 89.72947907920407, - "Chiller 6 Condenser Water Flow": 3913.742728557115, - "Chiller 6 Power Input": 562.8296406073764, - "Chiller 6 Chiller % Loaded": 105.18583116391228, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.98107834510794, - "Chiller 6 Setpoint Temperature": 66.17479781013266 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.57643108111724, - "Chiller 6 Chiller Efficiency": 0.3666214820069732, - "Chiller 6 Tonnage": 3703.617067091678, - "Chiller 6 Supply Temperature": 46.60362567990874, - "Chiller 6 Return Temperature": 67.23460829027417, - "Chiller 6 Condenser Water Flow": 131.45123828889672, - "Chiller 6 Power Input": 275.1940652311064, - "Chiller 6 Chiller % Loaded": 44.89025529266656, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.178902194219155, - "Chiller 6 Setpoint Temperature": 83.12192653363356 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.82164056565773, - "Chiller 6 Chiller Efficiency": 0.6307552141698831, - "Chiller 6 Tonnage": 1536.8021752839309, - "Chiller 6 Supply Temperature": 29.114071263127048, - "Chiller 6 Return Temperature": 68.99387809006457, - "Chiller 6 Condenser Water Flow": 10708.65980923031, - "Chiller 6 Power Input": 394.4705428479391, - "Chiller 6 Chiller % Loaded": 120.19488828925033, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.65309922226625, - "Chiller 6 Setpoint Temperature": 9.145407680712802 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.1090013993065, - "Chiller 6 Chiller Efficiency": 0.5989280866441828, - "Chiller 6 Tonnage": 1939.7947566668417, - "Chiller 6 Supply Temperature": 1.7822495899489001, - "Chiller 6 Return Temperature": 17.45062430486077, - "Chiller 6 Condenser Water Flow": 10468.248451800368, - "Chiller 6 Power Input": 550.3214673012006, - "Chiller 6 Chiller % Loaded": 56.55159439184967, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.16098212731187, - "Chiller 6 Setpoint Temperature": 66.07957221141562 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.26375763982584, - "Chiller 6 Chiller Efficiency": 0.20409656049918742, - "Chiller 6 Tonnage": 3002.2613516648494, - "Chiller 6 Supply Temperature": 0.15984755695099873, - "Chiller 6 Return Temperature": 71.49315771449409, - "Chiller 6 Condenser Water Flow": 3090.3637224291165, - "Chiller 6 Power Input": 145.443674131639, - "Chiller 6 Chiller % Loaded": 2.9063561128308035, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.127565348250675, - "Chiller 6 Setpoint Temperature": 37.71442717973501 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.4831607731973, - "Chiller 6 Chiller Efficiency": 0.3428181451686033, - "Chiller 6 Tonnage": 3868.700170339249, - "Chiller 6 Supply Temperature": 2.5009019651769124, - "Chiller 6 Return Temperature": 54.18023023443948, - "Chiller 6 Condenser Water Flow": 5220.588799736267, - "Chiller 6 Power Input": 1345.0264101487057, - "Chiller 6 Chiller % Loaded": 124.08273834286501, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.800992986548415, - "Chiller 6 Setpoint Temperature": 39.344060865344986 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.8294890124652, - "Chiller 6 Chiller Efficiency": 0.5009981287885633, - "Chiller 6 Tonnage": 4098.294923447947, - "Chiller 6 Supply Temperature": 10.53661708126563, - "Chiller 6 Return Temperature": 32.85609754175723, - "Chiller 6 Condenser Water Flow": 2982.194115530531, - "Chiller 6 Power Input": 1183.7209505091441, - "Chiller 6 Chiller % Loaded": 17.610739560948463, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.370731133137994, - "Chiller 6 Setpoint Temperature": 8.45512833267226 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.39378104256053, - "Chiller 6 Chiller Efficiency": 0.3226065911417656, - "Chiller 6 Tonnage": 1098.667453004601, - "Chiller 6 Supply Temperature": 82.5459157236342, - "Chiller 6 Return Temperature": 27.492834402163037, - "Chiller 6 Condenser Water Flow": 5956.773291599571, - "Chiller 6 Power Input": 289.4820525782768, - "Chiller 6 Chiller % Loaded": 121.68907931270522, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.40655191995164, - "Chiller 6 Setpoint Temperature": 83.55102634800801 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.27712890245664, - "Chiller 6 Chiller Efficiency": 0.09707081457451505, - "Chiller 6 Tonnage": 3763.3997614111313, - "Chiller 6 Supply Temperature": 33.21978889062143, - "Chiller 6 Return Temperature": 106.15728139429292, - "Chiller 6 Condenser Water Flow": 7425.639825359532, - "Chiller 6 Power Input": 848.5924067953624, - "Chiller 6 Chiller % Loaded": 126.05722330439112, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.64674979376662, - "Chiller 6 Setpoint Temperature": 85.4683408085495 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.878775054228894, - "Chiller 6 Chiller Efficiency": 0.027561322929632627, - "Chiller 6 Tonnage": 2027.891192550818, - "Chiller 6 Supply Temperature": 74.07829810681316, - "Chiller 6 Return Temperature": 29.385687137820135, - "Chiller 6 Condenser Water Flow": 10390.203014597262, - "Chiller 6 Power Input": 97.70961814140279, - "Chiller 6 Chiller % Loaded": 12.686568371245578, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.27080968013167, - "Chiller 6 Setpoint Temperature": 8.144512595436181 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.10921073810262, - "Chiller 6 Chiller Efficiency": 0.2978837499368724, - "Chiller 6 Tonnage": 2577.485755349228, - "Chiller 6 Supply Temperature": 77.74723392371068, - "Chiller 6 Return Temperature": 50.02567064505226, - "Chiller 6 Condenser Water Flow": 7782.310871580991, - "Chiller 6 Power Input": 240.5393543327553, - "Chiller 6 Chiller % Loaded": 50.0080616624972, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.357341416780777, - "Chiller 6 Setpoint Temperature": 68.9440419178405 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.67187178971232, - "Chiller 6 Chiller Efficiency": 0.018855623452653365, - "Chiller 6 Tonnage": 1023.813793935671, - "Chiller 6 Supply Temperature": 32.47500203836769, - "Chiller 6 Return Temperature": 2.421072158739917, - "Chiller 6 Condenser Water Flow": 4669.189721255073, - "Chiller 6 Power Input": 749.2165408724442, - "Chiller 6 Chiller % Loaded": 150.23385117055835, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.065397628432638, - "Chiller 6 Setpoint Temperature": 26.356309532688645 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.53387243914297, - "Chiller 6 Chiller Efficiency": 0.34229792896806555, - "Chiller 6 Tonnage": 415.9725575185668, - "Chiller 6 Supply Temperature": 46.937259132063765, - "Chiller 6 Return Temperature": 6.276590449086743, - "Chiller 6 Condenser Water Flow": 2609.5046355590375, - "Chiller 6 Power Input": 307.55118916387806, - "Chiller 6 Chiller % Loaded": 109.97079452937335, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.067926747137502, - "Chiller 6 Setpoint Temperature": 44.474939526242586 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.90392916520392, - "Chiller 6 Chiller Efficiency": 0.4337687306864386, - "Chiller 6 Tonnage": 942.2613152387225, - "Chiller 6 Supply Temperature": 58.30766190296589, - "Chiller 6 Return Temperature": 75.11098875661894, - "Chiller 6 Condenser Water Flow": 1437.3318144513105, - "Chiller 6 Power Input": 777.1230090956047, - "Chiller 6 Chiller % Loaded": 32.37055081655434, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.560492221824685, - "Chiller 6 Setpoint Temperature": 1.5645022809358933 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.25467342642959, - "Chiller 6 Chiller Efficiency": 0.4466105484796292, - "Chiller 6 Tonnage": 3574.8662654371255, - "Chiller 6 Supply Temperature": 13.43519721557828, - "Chiller 6 Return Temperature": 108.54773885168402, - "Chiller 6 Condenser Water Flow": 11084.003332987351, - "Chiller 6 Power Input": 601.7938068839201, - "Chiller 6 Chiller % Loaded": 139.5800835230076, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.46663302160704, - "Chiller 6 Setpoint Temperature": 20.1828351741557 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.32930378254324, - "Chiller 6 Chiller Efficiency": 0.141102144883026, - "Chiller 6 Tonnage": 1482.0192789046762, - "Chiller 6 Supply Temperature": 13.907542302626434, - "Chiller 6 Return Temperature": 75.21022018936964, - "Chiller 6 Condenser Water Flow": 6527.831601180753, - "Chiller 6 Power Input": 348.2781909310973, - "Chiller 6 Chiller % Loaded": 92.24270770127698, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.375420936374375, - "Chiller 6 Setpoint Temperature": 47.30681552065856 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.21823096427311, - "Chiller 6 Chiller Efficiency": 0.4484332579698673, - "Chiller 6 Tonnage": 1796.6726142359005, - "Chiller 6 Supply Temperature": 30.43292234911684, - "Chiller 6 Return Temperature": 108.72192999151525, - "Chiller 6 Condenser Water Flow": 976.2595776654391, - "Chiller 6 Power Input": 207.44838082601623, - "Chiller 6 Chiller % Loaded": 126.15797044336108, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.13947104198115, - "Chiller 6 Setpoint Temperature": 47.725833428883625 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.17418605662493, - "Chiller 6 Chiller Efficiency": 0.2650571812193816, - "Chiller 6 Tonnage": 3509.3649288367583, - "Chiller 6 Supply Temperature": 29.215136569197107, - "Chiller 6 Return Temperature": 55.15102296301972, - "Chiller 6 Condenser Water Flow": 1388.5338408488687, - "Chiller 6 Power Input": 779.3626353123905, - "Chiller 6 Chiller % Loaded": 65.10031893536029, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.16745945390167, - "Chiller 6 Setpoint Temperature": 9.924672859044852 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.46286720450507, - "Chiller 6 Chiller Efficiency": 0.386268213963611, - "Chiller 6 Tonnage": 1153.788850860972, - "Chiller 6 Supply Temperature": 43.70933619527875, - "Chiller 6 Return Temperature": 110.41129720568166, - "Chiller 6 Condenser Water Flow": 5179.802214743621, - "Chiller 6 Power Input": 1320.899300106118, - "Chiller 6 Chiller % Loaded": 15.927407021917022, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.13859747677988, - "Chiller 6 Setpoint Temperature": 7.278991927357964 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.66033707624963, - "Chiller 6 Chiller Efficiency": 0.01173801947370854, - "Chiller 6 Tonnage": 1350.2133823146048, - "Chiller 6 Supply Temperature": 41.06770048005645, - "Chiller 6 Return Temperature": 39.93413146758625, - "Chiller 6 Condenser Water Flow": 5393.313271479115, - "Chiller 6 Power Input": 1477.415505532909, - "Chiller 6 Chiller % Loaded": 101.7150865328157, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.55259643944464, - "Chiller 6 Setpoint Temperature": 81.21619381577948 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.340557787825208, - "Chiller 6 Chiller Efficiency": 0.06716226457205925, - "Chiller 6 Tonnage": 4485.298465421195, - "Chiller 6 Supply Temperature": 12.668197137592102, - "Chiller 6 Return Temperature": 15.9935496479214, - "Chiller 6 Condenser Water Flow": 4177.727712146715, - "Chiller 6 Power Input": 1047.0676610617425, - "Chiller 6 Chiller % Loaded": 133.00848323998355, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.2348900059931887, - "Chiller 6 Setpoint Temperature": 18.518711979871934 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.47113909691537, - "Chiller 6 Chiller Efficiency": 0.08398376745567397, - "Chiller 6 Tonnage": 3268.065386814642, - "Chiller 6 Supply Temperature": 63.875173184299285, - "Chiller 6 Return Temperature": 27.39849829232144, - "Chiller 6 Condenser Water Flow": 5019.333991502914, - "Chiller 6 Power Input": 1420.0947678746124, - "Chiller 6 Chiller % Loaded": 33.38864139089173, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.9149829590063, - "Chiller 6 Setpoint Temperature": 51.123936548623846 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.50843181997108, - "Chiller 6 Chiller Efficiency": 0.46894154620150674, - "Chiller 6 Tonnage": 3554.1753261200874, - "Chiller 6 Supply Temperature": 90.50600522978823, - "Chiller 6 Return Temperature": 28.809572219804053, - "Chiller 6 Condenser Water Flow": 5994.505558829457, - "Chiller 6 Power Input": 448.59564530267414, - "Chiller 6 Chiller % Loaded": 5.467791347268838, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.385091847648404, - "Chiller 6 Setpoint Temperature": 42.226864787272504 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.64563424241045, - "Chiller 6 Chiller Efficiency": 0.535657000317481, - "Chiller 6 Tonnage": 2794.602800783853, - "Chiller 6 Supply Temperature": 28.98698215718534, - "Chiller 6 Return Temperature": 37.735734792986726, - "Chiller 6 Condenser Water Flow": 8099.431352434245, - "Chiller 6 Power Input": 1593.7266717526545, - "Chiller 6 Chiller % Loaded": 49.07167454303174, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.139016365398042, - "Chiller 6 Setpoint Temperature": 38.28794248679073 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.98411246798957, - "Chiller 6 Chiller Efficiency": 0.6562972434257853, - "Chiller 6 Tonnage": 372.276502036469, - "Chiller 6 Supply Temperature": 0.9410473295267181, - "Chiller 6 Return Temperature": 25.676081097725515, - "Chiller 6 Condenser Water Flow": 2848.942575006597, - "Chiller 6 Power Input": 1009.0784091473231, - "Chiller 6 Chiller % Loaded": 92.79304684749052, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.56731179791286, - "Chiller 6 Setpoint Temperature": 38.395687479178974 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.47424532441178, - "Chiller 6 Chiller Efficiency": 0.06268509788511131, - "Chiller 6 Tonnage": 1311.8382122821201, - "Chiller 6 Supply Temperature": 75.61664237372428, - "Chiller 6 Return Temperature": 72.03268854026066, - "Chiller 6 Condenser Water Flow": 4216.68599680052, - "Chiller 6 Power Input": 221.43701542187833, - "Chiller 6 Chiller % Loaded": 163.7234015237444, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.6775893101705424, - "Chiller 6 Setpoint Temperature": 5.058196676820598 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.5530948555955, - "Chiller 6 Chiller Efficiency": 0.30183550126355047, - "Chiller 6 Tonnage": 2410.413999291319, - "Chiller 6 Supply Temperature": 23.955728160339056, - "Chiller 6 Return Temperature": 88.88753301090468, - "Chiller 6 Condenser Water Flow": 6478.561907267951, - "Chiller 6 Power Input": 84.28103565119969, - "Chiller 6 Chiller % Loaded": 84.94862300478688, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.267380229426784, - "Chiller 6 Setpoint Temperature": 30.917159829482827 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.857242701110017, - "Chiller 6 Chiller Efficiency": 0.32903526503748065, - "Chiller 6 Tonnage": 1523.163234099222, - "Chiller 6 Supply Temperature": 15.844659614743739, - "Chiller 6 Return Temperature": 39.13789178650995, - "Chiller 6 Condenser Water Flow": 11132.425070312085, - "Chiller 6 Power Input": 441.4405956148239, - "Chiller 6 Chiller % Loaded": 81.76186481053668, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.33693545531261, - "Chiller 6 Setpoint Temperature": 39.44491943358544 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.015413678782, - "Chiller 6 Chiller Efficiency": 0.25953936798924837, - "Chiller 6 Tonnage": 4862.88505069771, - "Chiller 6 Supply Temperature": 57.838395263786396, - "Chiller 6 Return Temperature": 14.031623803133176, - "Chiller 6 Condenser Water Flow": 854.7403920536291, - "Chiller 6 Power Input": 1318.2755408254186, - "Chiller 6 Chiller % Loaded": 27.333683429252165, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.5616084270859896, - "Chiller 6 Setpoint Temperature": 3.1918264039459854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.494104842373815, - "Chiller 6 Chiller Efficiency": 0.06720021277963349, - "Chiller 6 Tonnage": 313.9710529545734, - "Chiller 6 Supply Temperature": 78.67209205687871, - "Chiller 6 Return Temperature": 92.07320647751985, - "Chiller 6 Condenser Water Flow": 2143.037308636777, - "Chiller 6 Power Input": 732.2167480443474, - "Chiller 6 Chiller % Loaded": 5.8301524647088465, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.27491185059892, - "Chiller 6 Setpoint Temperature": 40.18851978391153 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.95214319516094, - "Chiller 6 Chiller Efficiency": 0.17937852207369637, - "Chiller 6 Tonnage": 2476.108655883284, - "Chiller 6 Supply Temperature": 31.858509670399737, - "Chiller 6 Return Temperature": 7.44380875015698, - "Chiller 6 Condenser Water Flow": 2878.1372545872678, - "Chiller 6 Power Input": 92.72019949599479, - "Chiller 6 Chiller % Loaded": 47.49507428766706, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.435220607368954, - "Chiller 6 Setpoint Temperature": 22.029504664971565 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.8318715510631, - "Chiller 6 Chiller Efficiency": 0.2812498714056809, - "Chiller 6 Tonnage": 1895.2984502291442, - "Chiller 6 Supply Temperature": 82.93317819943839, - "Chiller 6 Return Temperature": 69.61780128984867, - "Chiller 6 Condenser Water Flow": 3494.7438543495855, - "Chiller 6 Power Input": 1562.195110694356, - "Chiller 6 Chiller % Loaded": 40.75596269949538, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.85545726941658, - "Chiller 6 Setpoint Temperature": 79.29348016758966 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.04221194173567, - "Chiller 6 Chiller Efficiency": 0.081653240724868, - "Chiller 6 Tonnage": 4395.833562217261, - "Chiller 6 Supply Temperature": 26.674677961353748, - "Chiller 6 Return Temperature": 11.065368776337282, - "Chiller 6 Condenser Water Flow": 2342.9739941797366, - "Chiller 6 Power Input": 4.141392430646499, - "Chiller 6 Chiller % Loaded": 147.81458524145245, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.9211920844234, - "Chiller 6 Setpoint Temperature": 56.29186257637116 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.845132059325046, - "Chiller 6 Chiller Efficiency": 0.6179339345101047, - "Chiller 6 Tonnage": 893.5352373582898, - "Chiller 6 Supply Temperature": 16.83715062269109, - "Chiller 6 Return Temperature": 72.92270082106032, - "Chiller 6 Condenser Water Flow": 8618.514034054726, - "Chiller 6 Power Input": 1673.0095001602729, - "Chiller 6 Chiller % Loaded": 88.83937796508552, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.0067239912733, - "Chiller 6 Setpoint Temperature": 35.22228634577624 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.701237049355726, - "Chiller 6 Chiller Efficiency": 0.6386849757604641, - "Chiller 6 Tonnage": 656.9793076113981, - "Chiller 6 Supply Temperature": 37.254497956767125, - "Chiller 6 Return Temperature": 94.34225635499892, - "Chiller 6 Condenser Water Flow": 6160.203321811537, - "Chiller 6 Power Input": 294.01442335128996, - "Chiller 6 Chiller % Loaded": 103.72292577699753, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.016710256704668, - "Chiller 6 Setpoint Temperature": 4.010367106608797 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.72889637337719, - "Chiller 6 Chiller Efficiency": 0.04101572954002755, - "Chiller 6 Tonnage": 1453.1631014669072, - "Chiller 6 Supply Temperature": 26.1543881561693, - "Chiller 6 Return Temperature": 31.283900894422047, - "Chiller 6 Condenser Water Flow": 8076.054749098784, - "Chiller 6 Power Input": 30.227347882262375, - "Chiller 6 Chiller % Loaded": 83.94834719880654, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.061647508503668, - "Chiller 6 Setpoint Temperature": 81.2200240409059 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.71265601356879, - "Chiller 6 Chiller Efficiency": 0.6061702175429741, - "Chiller 6 Tonnage": 841.2466944778629, - "Chiller 6 Supply Temperature": 26.309318516874193, - "Chiller 6 Return Temperature": 2.9118354930588746, - "Chiller 6 Condenser Water Flow": 4954.36328142386, - "Chiller 6 Power Input": 927.6954614741037, - "Chiller 6 Chiller % Loaded": 162.68546425608082, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.05264640811616, - "Chiller 6 Setpoint Temperature": 49.16768527003814 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.84025184584414, - "Chiller 6 Chiller Efficiency": 0.6374172000827587, - "Chiller 6 Tonnage": 4009.2246875137566, - "Chiller 6 Supply Temperature": 13.214443109260495, - "Chiller 6 Return Temperature": 32.334486065405414, - "Chiller 6 Condenser Water Flow": 948.4841919505851, - "Chiller 6 Power Input": 1174.2677912429137, - "Chiller 6 Chiller % Loaded": 1.584736944825018, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.43314843937883, - "Chiller 6 Setpoint Temperature": 74.78518103451358 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.03642382516632, - "Chiller 6 Chiller Efficiency": 0.30756264045580406, - "Chiller 6 Tonnage": 4179.346847999346, - "Chiller 6 Supply Temperature": 29.990113384859953, - "Chiller 6 Return Temperature": 29.66048877602501, - "Chiller 6 Condenser Water Flow": 8302.029768616034, - "Chiller 6 Power Input": 1068.4062950723333, - "Chiller 6 Chiller % Loaded": 137.17451894274703, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.22705234680449, - "Chiller 6 Setpoint Temperature": 79.6220804230464 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.67039054299613, - "Chiller 6 Chiller Efficiency": 0.2930643608988418, - "Chiller 6 Tonnage": 1336.3038248714072, - "Chiller 6 Supply Temperature": 84.44731643800019, - "Chiller 6 Return Temperature": 112.84933692388948, - "Chiller 6 Condenser Water Flow": 10434.676323432885, - "Chiller 6 Power Input": 489.20176439723235, - "Chiller 6 Chiller % Loaded": 78.70595558579471, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.91025254098331, - "Chiller 6 Setpoint Temperature": 55.785073342899395 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.7353673259689, - "Chiller 6 Chiller Efficiency": 0.22658169181245805, - "Chiller 6 Tonnage": 1171.318988042166, - "Chiller 6 Supply Temperature": 21.281297556312936, - "Chiller 6 Return Temperature": 97.26758142141885, - "Chiller 6 Condenser Water Flow": 766.6477517773767, - "Chiller 6 Power Input": 297.02553791447485, - "Chiller 6 Chiller % Loaded": 61.704500289055105, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.07350430823158, - "Chiller 6 Setpoint Temperature": 40.27319631647592 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.773360385427655, - "Chiller 6 Chiller Efficiency": 0.18900398372974198, - "Chiller 6 Tonnage": 3912.0098009822304, - "Chiller 6 Supply Temperature": 74.28977405742188, - "Chiller 6 Return Temperature": 100.41934037995722, - "Chiller 6 Condenser Water Flow": 1367.682325008557, - "Chiller 6 Power Input": 699.2759661201701, - "Chiller 6 Chiller % Loaded": 28.973710829304757, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.284377634463812, - "Chiller 6 Setpoint Temperature": 86.26607575440909 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T17:45:05", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.37291342864427, - "Chiller 6 Chiller Efficiency": 0.02643846511339409, - "Chiller 6 Tonnage": 4672.8506701051965, - "Chiller 6 Supply Temperature": 66.63940507490196, - "Chiller 6 Return Temperature": 114.73375195532557, - "Chiller 6 Condenser Water Flow": 7128.729068642451, - "Chiller 6 Power Input": 548.0139743283075, - "Chiller 6 Chiller % Loaded": 47.96536692320512, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.42369346479447, - "Chiller 6 Setpoint Temperature": 9.850978088703163 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.05403011384342, - "Chiller 6 Chiller Efficiency": 0.5302445775814527, - "Chiller 6 Tonnage": 50.12395564422971, - "Chiller 6 Supply Temperature": 76.64024142907574, - "Chiller 6 Return Temperature": 18.549895299350073, - "Chiller 6 Condenser Water Flow": 1822.3923911153831, - "Chiller 6 Power Input": 389.571816721588, - "Chiller 6 Chiller % Loaded": 19.789624705165522, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.35148587266396, - "Chiller 6 Setpoint Temperature": 57.75086926763149 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.40796809849456, - "Chiller 6 Chiller Efficiency": 0.688275581781913, - "Chiller 6 Tonnage": 3441.3083916987075, - "Chiller 6 Supply Temperature": 38.407455488903885, - "Chiller 6 Return Temperature": 80.32678094130607, - "Chiller 6 Condenser Water Flow": 7828.720379029514, - "Chiller 6 Power Input": 319.5114553706651, - "Chiller 6 Chiller % Loaded": 48.95814412326921, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.8875342938562, - "Chiller 6 Setpoint Temperature": 64.81829211111152 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.54344337121007, - "Chiller 6 Chiller Efficiency": 0.5635161057246638, - "Chiller 6 Tonnage": 45.237815733512335, - "Chiller 6 Supply Temperature": 64.84836442789575, - "Chiller 6 Return Temperature": 65.53636818208383, - "Chiller 6 Condenser Water Flow": 3718.1984724016115, - "Chiller 6 Power Input": 712.0080349972353, - "Chiller 6 Chiller % Loaded": 148.0526716625031, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.5900576708313, - "Chiller 6 Setpoint Temperature": 82.92133419261629 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.64023134733135, - "Chiller 6 Chiller Efficiency": 0.48524945417095117, - "Chiller 6 Tonnage": 2301.9774426354056, - "Chiller 6 Supply Temperature": 18.886111396023388, - "Chiller 6 Return Temperature": 30.16021855716252, - "Chiller 6 Condenser Water Flow": 8281.685955968798, - "Chiller 6 Power Input": 1334.7947350349202, - "Chiller 6 Chiller % Loaded": 23.289311426858173, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.36364985003132, - "Chiller 6 Setpoint Temperature": 2.7583237965244014 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.372844840850185, - "Chiller 6 Chiller Efficiency": 0.13258613891473456, - "Chiller 6 Tonnage": 5.48046861508721, - "Chiller 6 Supply Temperature": 50.53476666823436, - "Chiller 6 Return Temperature": 38.86421654862968, - "Chiller 6 Condenser Water Flow": 7649.152463125658, - "Chiller 6 Power Input": 609.8193285854828, - "Chiller 6 Chiller % Loaded": 75.24633044935395, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.542193074314, - "Chiller 6 Setpoint Temperature": 14.282633005764781 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.06859297717182, - "Chiller 6 Chiller Efficiency": 0.009330264619811455, - "Chiller 6 Tonnage": 4646.1622663127255, - "Chiller 6 Supply Temperature": 10.426134365244891, - "Chiller 6 Return Temperature": 6.862877755727468, - "Chiller 6 Condenser Water Flow": 3335.2317634790265, - "Chiller 6 Power Input": 872.2190294682434, - "Chiller 6 Chiller % Loaded": 15.516509428790492, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.73371675790926, - "Chiller 6 Setpoint Temperature": 54.87027892031778 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.167064814624382, - "Chiller 6 Chiller Efficiency": 0.23407409328934908, - "Chiller 6 Tonnage": 3923.462518415581, - "Chiller 6 Supply Temperature": 72.343091228348, - "Chiller 6 Return Temperature": 9.36427313075079, - "Chiller 6 Condenser Water Flow": 3370.828886040126, - "Chiller 6 Power Input": 1088.475202738446, - "Chiller 6 Chiller % Loaded": 142.9893818241891, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.20854491958248, - "Chiller 6 Setpoint Temperature": 14.832510065717 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.32847315359918, - "Chiller 6 Chiller Efficiency": 0.5416218676812117, - "Chiller 6 Tonnage": 697.833228700547, - "Chiller 6 Supply Temperature": 22.70045111811994, - "Chiller 6 Return Temperature": 93.69138375753545, - "Chiller 6 Condenser Water Flow": 10963.823298643216, - "Chiller 6 Power Input": 1566.2762672796648, - "Chiller 6 Chiller % Loaded": 96.1399273092307, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.4165773122602, - "Chiller 6 Setpoint Temperature": 59.7781013626746 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.95410460960248, - "Chiller 6 Chiller Efficiency": 0.4132875769062881, - "Chiller 6 Tonnage": 1294.783383881385, - "Chiller 6 Supply Temperature": 8.189271318598927, - "Chiller 6 Return Temperature": 59.63062154485081, - "Chiller 6 Condenser Water Flow": 4518.356464106378, - "Chiller 6 Power Input": 568.0531290811067, - "Chiller 6 Chiller % Loaded": 14.855924526532025, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.239693815249268, - "Chiller 6 Setpoint Temperature": 23.16907798709308 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T20:15:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.787383500626824, - "Chiller 6 Chiller Efficiency": 0.5633751223898803, - "Chiller 6 Tonnage": 2083.820523804548, - "Chiller 6 Supply Temperature": 68.71818472042278, - "Chiller 6 Return Temperature": 113.56621081708487, - "Chiller 6 Condenser Water Flow": 5630.222844758753, - "Chiller 6 Power Input": 656.0332117357436, - "Chiller 6 Chiller % Loaded": 10.518993804858894, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.12420224981504, - "Chiller 6 Setpoint Temperature": 68.64188363155304 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.80353547568888, - "Chiller 6 Chiller Efficiency": 0.4229003953350428, - "Chiller 6 Tonnage": 3355.409687811578, - "Chiller 6 Supply Temperature": 10.933433047545916, - "Chiller 6 Return Temperature": 20.137467243429935, - "Chiller 6 Condenser Water Flow": 2744.1108013178223, - "Chiller 6 Power Input": 913.8431039530137, - "Chiller 6 Chiller % Loaded": 91.90909455440297, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.11347309051263, - "Chiller 6 Setpoint Temperature": 69.70201061514868 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.81661997860823, - "Chiller 6 Chiller Efficiency": 0.11446417188214777, - "Chiller 6 Tonnage": 958.7568430612474, - "Chiller 6 Supply Temperature": 61.97520641673553, - "Chiller 6 Return Temperature": 10.852583124481392, - "Chiller 6 Condenser Water Flow": 8101.90311523373, - "Chiller 6 Power Input": 726.0876081286538, - "Chiller 6 Chiller % Loaded": 20.27644107466079, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.0023652303829, - "Chiller 6 Setpoint Temperature": 75.21712499893714 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.8188193179286, - "Chiller 6 Chiller Efficiency": 0.33664417214412884, - "Chiller 6 Tonnage": 688.473276871135, - "Chiller 6 Supply Temperature": 18.869130177968586, - "Chiller 6 Return Temperature": 51.703267240871575, - "Chiller 6 Condenser Water Flow": 5169.008666439116, - "Chiller 6 Power Input": 1329.6849064317717, - "Chiller 6 Chiller % Loaded": 3.7862761192604326, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.20320733183219, - "Chiller 6 Setpoint Temperature": 5.859293145600142 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.9811747409402, - "Chiller 6 Chiller Efficiency": 0.19364287850358994, - "Chiller 6 Tonnage": 4030.5594833434693, - "Chiller 6 Supply Temperature": 79.85453021092779, - "Chiller 6 Return Temperature": 25.86241076650633, - "Chiller 6 Condenser Water Flow": 9705.483567136485, - "Chiller 6 Power Input": 116.29351830649802, - "Chiller 6 Chiller % Loaded": 7.987518573387634, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.97212745964973, - "Chiller 6 Setpoint Temperature": 32.8284890075326 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.547146664058426, - "Chiller 6 Chiller Efficiency": 0.033627365683869086, - "Chiller 6 Tonnage": 1340.5955860367758, - "Chiller 6 Supply Temperature": 16.79894497777032, - "Chiller 6 Return Temperature": 25.92746156749165, - "Chiller 6 Condenser Water Flow": 9715.036504385525, - "Chiller 6 Power Input": 1335.1087192557711, - "Chiller 6 Chiller % Loaded": 7.659434156480666, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.57198668331024, - "Chiller 6 Setpoint Temperature": 42.99431542870144 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 13.759694047201464, - "Chiller 6 Chiller Efficiency": 0.5849680530490936, - "Chiller 6 Tonnage": 2525.896985916893, - "Chiller 6 Supply Temperature": 14.097721468350654, - "Chiller 6 Return Temperature": 23.68651659029058, - "Chiller 6 Condenser Water Flow": 5387.617992851141, - "Chiller 6 Power Input": 920.210840560103, - "Chiller 6 Chiller % Loaded": 28.9040160040203, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.5753007766989, - "Chiller 6 Setpoint Temperature": 20.637658368887912 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.72988966474307, - "Chiller 6 Chiller Efficiency": 0.47761021771525725, - "Chiller 6 Tonnage": 3062.5921893494606, - "Chiller 6 Supply Temperature": 89.53624434886775, - "Chiller 6 Return Temperature": 96.96915406094142, - "Chiller 6 Condenser Water Flow": 8123.45641745865, - "Chiller 6 Power Input": 532.7840510270057, - "Chiller 6 Chiller % Loaded": 0.4872619508450171, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.72598588395272, - "Chiller 6 Setpoint Temperature": 16.797157098543224 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.337321465105088, - "Chiller 6 Chiller Efficiency": 0.19814297527599722, - "Chiller 6 Tonnage": 3786.8445604595486, - "Chiller 6 Supply Temperature": 11.308514025199916, - "Chiller 6 Return Temperature": 23.918499112197573, - "Chiller 6 Condenser Water Flow": 3172.0923406839697, - "Chiller 6 Power Input": 620.787049741083, - "Chiller 6 Chiller % Loaded": 1.9022741467744806, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.673157655193826, - "Chiller 6 Setpoint Temperature": 85.38782244491513 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.99592054822463, - "Chiller 6 Chiller Efficiency": 0.5301616981225592, - "Chiller 6 Tonnage": 2165.4606761405093, - "Chiller 6 Supply Temperature": 67.3526449646884, - "Chiller 6 Return Temperature": 32.930258664104436, - "Chiller 6 Condenser Water Flow": 7687.880902306735, - "Chiller 6 Power Input": 648.815883206243, - "Chiller 6 Chiller % Loaded": 103.07456109969432, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.561453711129374, - "Chiller 6 Setpoint Temperature": 14.292085221174585 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.64755576106707, - "Chiller 6 Chiller Efficiency": 0.5294679461711947, - "Chiller 6 Tonnage": 798.8895288823181, - "Chiller 6 Supply Temperature": 66.4962558202945, - "Chiller 6 Return Temperature": 51.29405683473843, - "Chiller 6 Condenser Water Flow": 7730.238511120894, - "Chiller 6 Power Input": 1254.0720343484, - "Chiller 6 Chiller % Loaded": 31.576453402375613, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.0942997612481, - "Chiller 6 Setpoint Temperature": 14.621156809421052 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T23:00:02", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.725800566654137, - "Chiller 6 Chiller Efficiency": 0.5068545467921355, - "Chiller 6 Tonnage": 3570.009381991501, - "Chiller 6 Supply Temperature": 43.07865185253917, - "Chiller 6 Return Temperature": 111.97310622282185, - "Chiller 6 Condenser Water Flow": 6463.794466273302, - "Chiller 6 Power Input": 388.7077231273961, - "Chiller 6 Chiller % Loaded": 123.69230985739165, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.46010392606163, - "Chiller 6 Setpoint Temperature": 84.50161235800238 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.62583680420295, - "Chiller 6 Chiller Efficiency": 0.5915034091039862, - "Chiller 6 Tonnage": 1329.52435842565, - "Chiller 6 Supply Temperature": 24.932617759242223, - "Chiller 6 Return Temperature": 31.175423889236768, - "Chiller 6 Condenser Water Flow": 4820.281995282879, - "Chiller 6 Power Input": 64.02184865528017, - "Chiller 6 Chiller % Loaded": 113.14480193490857, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.26874253023891, - "Chiller 6 Setpoint Temperature": 32.01451052092108 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.9579098855303, - "Chiller 6 Chiller Efficiency": 0.016273358670855182, - "Chiller 6 Tonnage": 2918.6672463377386, - "Chiller 6 Supply Temperature": 40.24535194226829, - "Chiller 6 Return Temperature": 67.98215829924868, - "Chiller 6 Condenser Water Flow": 5966.679194614178, - "Chiller 6 Power Input": 991.5018521281978, - "Chiller 6 Chiller % Loaded": 8.41844483561632, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.14988563882287, - "Chiller 6 Setpoint Temperature": 35.8936778100231 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-05T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.28494901421343, - "Chiller 6 Chiller Efficiency": 0.1414400945385734, - "Chiller 6 Tonnage": 1601.288475392149, - "Chiller 6 Supply Temperature": 74.49749130766159, - "Chiller 6 Return Temperature": 35.5064942675039, - "Chiller 6 Condenser Water Flow": 5494.172133123226, - "Chiller 6 Power Input": 975.5658440130808, - "Chiller 6 Chiller % Loaded": 60.032584406072395, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.27702139782398, - "Chiller 6 Setpoint Temperature": 80.20448265783565 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.49829393495384, - "Chiller 6 Chiller Efficiency": 0.29419482712957895, - "Chiller 6 Tonnage": 1309.693691978199, - "Chiller 6 Supply Temperature": 80.59402109663925, - "Chiller 6 Return Temperature": 90.63457706887029, - "Chiller 6 Condenser Water Flow": 7724.031380384185, - "Chiller 6 Power Input": 993.8607498964303, - "Chiller 6 Chiller % Loaded": 129.74389720356672, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.7084800435347112, - "Chiller 6 Setpoint Temperature": 42.87804430357111 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.39746592889848, - "Chiller 6 Chiller Efficiency": 0.1270550545127458, - "Chiller 6 Tonnage": 197.2277088601277, - "Chiller 6 Supply Temperature": 79.6221875187113, - "Chiller 6 Return Temperature": 104.95734803386289, - "Chiller 6 Condenser Water Flow": 10087.101159609583, - "Chiller 6 Power Input": 143.68461881538448, - "Chiller 6 Chiller % Loaded": 42.23264015287028, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.25207140685987, - "Chiller 6 Setpoint Temperature": 67.04366287746984 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.867716181121637, - "Chiller 6 Chiller Efficiency": 0.3010363614280297, - "Chiller 6 Tonnage": 3610.8949198537966, - "Chiller 6 Supply Temperature": 38.6184269899223, - "Chiller 6 Return Temperature": 18.048482961772628, - "Chiller 6 Condenser Water Flow": 9945.261169974525, - "Chiller 6 Power Input": 823.511471368075, - "Chiller 6 Chiller % Loaded": 95.4462576447677, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.612945346368292, - "Chiller 6 Setpoint Temperature": 23.060983318335516 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.02206152599008, - "Chiller 6 Chiller Efficiency": 0.30788484443704833, - "Chiller 6 Tonnage": 2743.366743001232, - "Chiller 6 Supply Temperature": 24.376045718531515, - "Chiller 6 Return Temperature": 106.02731049027106, - "Chiller 6 Condenser Water Flow": 11172.714816546715, - "Chiller 6 Power Input": 1049.3647359790646, - "Chiller 6 Chiller % Loaded": 103.44261411279453, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.283903206740526, - "Chiller 6 Setpoint Temperature": 5.75955215370351 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T01:01:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.7252305296498, - "Chiller 6 Chiller Efficiency": 0.2799996075412023, - "Chiller 6 Supply Temperature": 49.640691102738764, - "Chiller 6 Return Temperature": 5.484448484663509, - "Chiller 6 Power Input": 1189.5941740251715, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.264220469484431, - "Chiller 6 Setpoint Temperature": 83.3300160048679 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.61919249700567, - "Chiller 6 Chiller Efficiency": 0.2546637658177102, - "Chiller 6 Tonnage": 1416.9980954317891, - "Chiller 6 Supply Temperature": 2.0902471316534315, - "Chiller 6 Return Temperature": 62.12258217604113, - "Chiller 6 Condenser Water Flow": 3455.1301078379383, - "Chiller 6 Power Input": 1156.9753813471912, - "Chiller 6 Chiller % Loaded": 137.09367408244793, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.45903518768587, - "Chiller 6 Setpoint Temperature": 90.76435014674058 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.5929791667151, - "Chiller 6 Chiller Efficiency": 0.029993977473391976, - "Chiller 6 Tonnage": 3485.4253643427514, - "Chiller 6 Supply Temperature": 0.9661919465213431, - "Chiller 6 Return Temperature": 24.225703502979364, - "Chiller 6 Condenser Water Flow": 6014.94455088062, - "Chiller 6 Power Input": 137.9876522266291, - "Chiller 6 Chiller % Loaded": 95.41713486386647, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.191898975496876, - "Chiller 6 Setpoint Temperature": 75.90575557110682 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.55687834560864, - "Chiller 6 Chiller Efficiency": 0.5719809441213727, - "Chiller 6 Tonnage": 3546.433120627108, - "Chiller 6 Supply Temperature": 13.998871928745551, - "Chiller 6 Return Temperature": 1.3437681241346957, - "Chiller 6 Condenser Water Flow": 5137.040483537573, - "Chiller 6 Power Input": 185.48498058183324, - "Chiller 6 Chiller % Loaded": 123.63764934957513, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.417703603194512, - "Chiller 6 Setpoint Temperature": 23.576951825058547 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.59454737783807, - "Chiller 6 Chiller Efficiency": 0.145959955056457, - "Chiller 6 Tonnage": 3018.283378956352, - "Chiller 6 Supply Temperature": 51.587756906827764, - "Chiller 6 Return Temperature": 78.42938064087754, - "Chiller 6 Condenser Water Flow": 9859.273847607832, - "Chiller 6 Power Input": 380.2664638535674, - "Chiller 6 Chiller % Loaded": 48.69394705814537, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.556316352512624, - "Chiller 6 Setpoint Temperature": 47.83105331351515 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.460118575408497, - "Chiller 6 Chiller Efficiency": 0.17022760792831235, - "Chiller 6 Tonnage": 2535.3888975360082, - "Chiller 6 Supply Temperature": 45.4076147737574, - "Chiller 6 Return Temperature": 88.600887980432, - "Chiller 6 Condenser Water Flow": 8834.028483095366, - "Chiller 6 Power Input": 910.9023164914634, - "Chiller 6 Chiller % Loaded": 68.18798845443523, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.123996310170346, - "Chiller 6 Setpoint Temperature": 72.35794341452389 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.38090025938266, - "Chiller 6 Chiller Efficiency": 0.06929850598717456, - "Chiller 6 Tonnage": 106.20182198076206, - "Chiller 6 Supply Temperature": 39.34820203442406, - "Chiller 6 Return Temperature": 92.21212535223222, - "Chiller 6 Condenser Water Flow": 3962.422619055809, - "Chiller 6 Power Input": 1023.1691466825214, - "Chiller 6 Chiller % Loaded": 44.745570564564986, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.9320743035072, - "Chiller 6 Setpoint Temperature": 79.09571450761034 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.15865103884298, - "Chiller 6 Chiller Efficiency": 0.29258106610710366, - "Chiller 6 Tonnage": 2218.4576314951796, - "Chiller 6 Supply Temperature": 44.837878383932356, - "Chiller 6 Return Temperature": 49.628192730921036, - "Chiller 6 Condenser Water Flow": 1026.2901756709741, - "Chiller 6 Power Input": 590.251133792449, - "Chiller 6 Chiller % Loaded": 132.92906414751985, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.39059495752898, - "Chiller 6 Setpoint Temperature": 84.65557783677747 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.867986044638734, - "Chiller 6 Chiller Efficiency": 0.3048169581870004, - "Chiller 6 Tonnage": 2718.4102720213573, - "Chiller 6 Supply Temperature": 32.107664968894476, - "Chiller 6 Return Temperature": 4.633954813344461, - "Chiller 6 Condenser Water Flow": 4900.232637012474, - "Chiller 6 Power Input": 715.5013660001727, - "Chiller 6 Chiller % Loaded": 58.39163905733821, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.934474648568542, - "Chiller 6 Setpoint Temperature": 82.58794062383149 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.83561026682284, - "Chiller 6 Chiller Efficiency": 0.10577048215139472, - "Chiller 6 Tonnage": 4074.6626429289054, - "Chiller 6 Supply Temperature": 49.85718860671622, - "Chiller 6 Return Temperature": 84.81540926154685, - "Chiller 6 Condenser Water Flow": 6238.3932191200465, - "Chiller 6 Power Input": 1047.4953350387325, - "Chiller 6 Chiller % Loaded": 51.603923958657624, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.20012482827104, - "Chiller 6 Setpoint Temperature": 10.459680434539854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.38851531224296, - "Chiller 6 Chiller Efficiency": 0.059445430958890655, - "Chiller 6 Tonnage": 3042.8657466876884, - "Chiller 6 Supply Temperature": 32.47814616562866, - "Chiller 6 Return Temperature": 94.11104634276116, - "Chiller 6 Condenser Water Flow": 9346.304261383619, - "Chiller 6 Power Input": 636.548098663315, - "Chiller 6 Chiller % Loaded": 46.06494603870401, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.867739266417985, - "Chiller 6 Setpoint Temperature": 19.855469001480046 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.319657425642074, - "Chiller 6 Chiller Efficiency": 0.0796283351685232, - "Chiller 6 Tonnage": 1777.4290938025752, - "Chiller 6 Supply Temperature": 0.30635000271691853, - "Chiller 6 Return Temperature": 73.30898063051512, - "Chiller 6 Condenser Water Flow": 5009.4996311053455, - "Chiller 6 Power Input": 694.0576624880083, - "Chiller 6 Chiller % Loaded": 131.30620782812736, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.54168365794884, - "Chiller 6 Setpoint Temperature": 85.82961508097989 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.19105246326635, - "Chiller 6 Chiller Efficiency": 0.32503195946224533, - "Chiller 6 Tonnage": 379.5554983481286, - "Chiller 6 Supply Temperature": 81.69382200307462, - "Chiller 6 Return Temperature": 26.82911650436034, - "Chiller 6 Condenser Water Flow": 1841.191709093755, - "Chiller 6 Power Input": 450.6564462002471, - "Chiller 6 Chiller % Loaded": 132.7232451294461, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.02391450584089, - "Chiller 6 Setpoint Temperature": 47.35017061324297 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.69754494818974, - "Chiller 6 Chiller Efficiency": 0.5740531480077419, - "Chiller 6 Tonnage": 1529.378673726189, - "Chiller 6 Supply Temperature": 50.283832554054946, - "Chiller 6 Return Temperature": 10.53696510926767, - "Chiller 6 Condenser Water Flow": 3936.2213754015324, - "Chiller 6 Power Input": 431.4421016947402, - "Chiller 6 Chiller % Loaded": 110.36696148644276, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.88397862858325, - "Chiller 6 Setpoint Temperature": 74.08867967908064 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.49834986197517, - "Chiller 6 Chiller Efficiency": 0.34913613889431433, - "Chiller 6 Tonnage": 3062.257728485149, - "Chiller 6 Supply Temperature": 7.144774364429056, - "Chiller 6 Return Temperature": 36.00754042415052, - "Chiller 6 Condenser Water Flow": 8683.757569709915, - "Chiller 6 Power Input": 543.9483319571883, - "Chiller 6 Chiller % Loaded": 79.13004945328684, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.07000144469819, - "Chiller 6 Setpoint Temperature": 3.919846083245229 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.5321666177707, - "Chiller 6 Chiller Efficiency": 0.171017089035396, - "Chiller 6 Tonnage": 2101.124556837338, - "Chiller 6 Supply Temperature": 86.82250178886562, - "Chiller 6 Return Temperature": 60.98213576623469, - "Chiller 6 Condenser Water Flow": 6804.145563534864, - "Chiller 6 Power Input": 1202.5141993614545, - "Chiller 6 Chiller % Loaded": 84.24059110091345, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.69924930256059, - "Chiller 6 Setpoint Temperature": 17.950533981043943 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.24540675927104, - "Chiller 6 Chiller Efficiency": 0.46246288404669894, - "Chiller 6 Tonnage": 1230.6420581703617, - "Chiller 6 Supply Temperature": 54.668774890170596, - "Chiller 6 Return Temperature": 45.04667795059425, - "Chiller 6 Condenser Water Flow": 8409.447789114854, - "Chiller 6 Power Input": 997.6645099484053, - "Chiller 6 Chiller % Loaded": 16.155410668905297, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.46614822159483, - "Chiller 6 Setpoint Temperature": 82.795648704874 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.50538565491182, - "Chiller 6 Chiller Efficiency": 0.5932410311219249, - "Chiller 6 Tonnage": 2510.8815804324413, - "Chiller 6 Supply Temperature": 85.24514443972943, - "Chiller 6 Return Temperature": 23.069184026914012, - "Chiller 6 Condenser Water Flow": 5658.969790907546, - "Chiller 6 Power Input": 1122.4762961596896, - "Chiller 6 Chiller % Loaded": 63.614383106289694, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.17366772653129, - "Chiller 6 Setpoint Temperature": 15.220815729884226 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.52750566055474, - "Chiller 6 Chiller Efficiency": 0.3982216235123963, - "Chiller 6 Tonnage": 2192.3941320127606, - "Chiller 6 Supply Temperature": 71.89280503431512, - "Chiller 6 Return Temperature": 9.667020682821832, - "Chiller 6 Condenser Water Flow": 8386.078971518567, - "Chiller 6 Power Input": 827.4426686676427, - "Chiller 6 Chiller % Loaded": 6.27310089189994, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.04262410318003, - "Chiller 6 Setpoint Temperature": 34.68217631692318 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.58124188051703, - "Chiller 6 Chiller Efficiency": 0.2639699213570608, - "Chiller 6 Tonnage": 1304.0964837897718, - "Chiller 6 Supply Temperature": 31.324125222330387, - "Chiller 6 Return Temperature": 85.51046360385924, - "Chiller 6 Condenser Water Flow": 3300.982779218577, - "Chiller 6 Power Input": 85.54252291442575, - "Chiller 6 Chiller % Loaded": 36.306121310748324, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.040002898952686, - "Chiller 6 Setpoint Temperature": 24.05854122680144 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.32068599728902, - "Chiller 6 Chiller Efficiency": 0.5469535689426619, - "Chiller 6 Tonnage": 1964.2935920837767, - "Chiller 6 Supply Temperature": 47.62703382561466, - "Chiller 6 Return Temperature": 83.81734600683073, - "Chiller 6 Condenser Water Flow": 322.87657226027096, - "Chiller 6 Power Input": 351.92421386924264, - "Chiller 6 Chiller % Loaded": 63.49899781572945, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.13195842260607, - "Chiller 6 Setpoint Temperature": 62.46442256605964 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.857704138288367, - "Chiller 6 Chiller Efficiency": 0.176843632136493, - "Chiller 6 Tonnage": 2753.712211843236, - "Chiller 6 Supply Temperature": 54.62044253678371, - "Chiller 6 Return Temperature": 38.64382297629132, - "Chiller 6 Condenser Water Flow": 10038.58277137098, - "Chiller 6 Power Input": 896.7227377113469, - "Chiller 6 Chiller % Loaded": 65.21284777070163, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.757231735460465, - "Chiller 6 Setpoint Temperature": 86.5220499719339 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.238040751923518, - "Chiller 6 Chiller Efficiency": 0.15204369299819304, - "Chiller 6 Tonnage": 3743.929926504061, - "Chiller 6 Supply Temperature": 35.42357362858789, - "Chiller 6 Return Temperature": 19.595252856373016, - "Chiller 6 Condenser Water Flow": 6576.279510116532, - "Chiller 6 Power Input": 616.4952706525011, - "Chiller 6 Chiller % Loaded": 33.89429667555705, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.796471768165585, - "Chiller 6 Setpoint Temperature": 87.16474547852647 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.07562019765568, - "Chiller 6 Chiller Efficiency": 0.47556615191101564, - "Chiller 6 Tonnage": 3275.9192345466104, - "Chiller 6 Supply Temperature": 64.26742327832682, - "Chiller 6 Return Temperature": 67.5908367184381, - "Chiller 6 Condenser Water Flow": 7028.461971160697, - "Chiller 6 Power Input": 851.600066009557, - "Chiller 6 Chiller % Loaded": 120.38043288935752, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.61273737836735, - "Chiller 6 Setpoint Temperature": 69.46966618643302 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.79713748453239, - "Chiller 6 Chiller Efficiency": 0.23749304520963194, - "Chiller 6 Tonnage": 3883.0154358115265, - "Chiller 6 Supply Temperature": 75.13766896840134, - "Chiller 6 Return Temperature": 64.66797129069455, - "Chiller 6 Condenser Water Flow": 9865.398504769393, - "Chiller 6 Power Input": 452.97913550896, - "Chiller 6 Chiller % Loaded": 83.03035583586295, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.98775621396306, - "Chiller 6 Setpoint Temperature": 88.31819889661261 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.65884272615314, - "Chiller 6 Chiller Efficiency": 0.4114018595787156, - "Chiller 6 Tonnage": 1647.419589121252, - "Chiller 6 Supply Temperature": 88.06082195680654, - "Chiller 6 Return Temperature": 76.41647970464652, - "Chiller 6 Condenser Water Flow": 4218.5679494603855, - "Chiller 6 Power Input": 1018.9779497789478, - "Chiller 6 Chiller % Loaded": 112.56396663395046, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.60301794087735, - "Chiller 6 Setpoint Temperature": 19.00875209823813 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.79701160490214, - "Chiller 6 Chiller Efficiency": 0.4005578955868411, - "Chiller 6 Tonnage": 2184.0772919026667, - "Chiller 6 Supply Temperature": 6.602705771601869, - "Chiller 6 Return Temperature": 29.42072644583665, - "Chiller 6 Condenser Water Flow": 2638.9606431156926, - "Chiller 6 Power Input": 22.203801527100968, - "Chiller 6 Chiller % Loaded": 93.36719646426577, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.414717665035806, - "Chiller 6 Setpoint Temperature": 15.329408564073642 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.647010975973906, - "Chiller 6 Chiller Efficiency": 0.013697835599321697, - "Chiller 6 Tonnage": 2033.6658511957062, - "Chiller 6 Supply Temperature": 8.928237131568027, - "Chiller 6 Return Temperature": 108.45740127146954, - "Chiller 6 Condenser Water Flow": 3089.8995975867333, - "Chiller 6 Power Input": 453.76968087461046, - "Chiller 6 Chiller % Loaded": 4.6206362237181, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.809547057760895, - "Chiller 6 Setpoint Temperature": 20.414269956170962 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.92735373344371, - "Chiller 6 Chiller Efficiency": 0.46529979610064487, - "Chiller 6 Tonnage": 460.32373633353393, - "Chiller 6 Supply Temperature": 80.24159341199635, - "Chiller 6 Return Temperature": 73.98503963712236, - "Chiller 6 Condenser Water Flow": 2905.96020737307, - "Chiller 6 Power Input": 839.1265150549102, - "Chiller 6 Chiller % Loaded": 133.54120444509135, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.0219692689586907, - "Chiller 6 Setpoint Temperature": 46.94655423858007 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.52564209485992, - "Chiller 6 Chiller Efficiency": 0.02159321474707371, - "Chiller 6 Tonnage": 1238.8840103011776, - "Chiller 6 Supply Temperature": 84.73558529996939, - "Chiller 6 Return Temperature": 65.08709420953622, - "Chiller 6 Condenser Water Flow": 8292.635014841013, - "Chiller 6 Power Input": 992.194255540593, - "Chiller 6 Chiller % Loaded": 56.359747509060355, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.636333638090209, - "Chiller 6 Setpoint Temperature": 0.7999417669526296 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.54745869314456, - "Chiller 6 Chiller Efficiency": 0.5304413587766015, - "Chiller 6 Tonnage": 3796.1599502847107, - "Chiller 6 Supply Temperature": 2.5930864190124727, - "Chiller 6 Return Temperature": 64.52847144829559, - "Chiller 6 Condenser Water Flow": 2289.8495703716426, - "Chiller 6 Power Input": 118.3141397374292, - "Chiller 6 Chiller % Loaded": 115.2609807309797, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.196032889048, - "Chiller 6 Setpoint Temperature": 52.89833621133832 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.42258991261482, - "Chiller 6 Chiller Efficiency": 0.5472598921254482, - "Chiller 6 Tonnage": 3991.581806373054, - "Chiller 6 Supply Temperature": 47.21063279716362, - "Chiller 6 Return Temperature": 5.830744448339618, - "Chiller 6 Condenser Water Flow": 7363.99569518943, - "Chiller 6 Power Input": 770.1837311161437, - "Chiller 6 Chiller % Loaded": 50.32303518091718, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.98934890279396, - "Chiller 6 Setpoint Temperature": 81.37555475919605 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.36878298849331, - "Chiller 6 Chiller Efficiency": 0.24303495486656176, - "Chiller 6 Tonnage": 2013.2706398518278, - "Chiller 6 Supply Temperature": 66.07080298861437, - "Chiller 6 Return Temperature": 71.45675759804529, - "Chiller 6 Condenser Water Flow": 5971.568681496143, - "Chiller 6 Power Input": 589.5752615996624, - "Chiller 6 Chiller % Loaded": 105.1439994248963, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.32879496451358, - "Chiller 6 Setpoint Temperature": 44.495292063706195 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.2729802964665, - "Chiller 6 Chiller Efficiency": 0.4593844465268929, - "Chiller 6 Tonnage": 2015.7919721351634, - "Chiller 6 Supply Temperature": 31.768969618292708, - "Chiller 6 Return Temperature": 58.34968838611719, - "Chiller 6 Condenser Water Flow": 9653.12303587839, - "Chiller 6 Power Input": 948.048247578363, - "Chiller 6 Chiller % Loaded": 44.619126887733536, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.69780684341695, - "Chiller 6 Setpoint Temperature": 17.1153979144257 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.31308281859828, - "Chiller 6 Chiller Efficiency": 0.04253566563860575, - "Chiller 6 Tonnage": 630.0607911785909, - "Chiller 6 Supply Temperature": 44.27168336263641, - "Chiller 6 Return Temperature": 66.72380619483198, - "Chiller 6 Condenser Water Flow": 3886.529785772202, - "Chiller 6 Power Input": 87.82825531251943, - "Chiller 6 Chiller % Loaded": 27.833620149746974, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.49116276317766, - "Chiller 6 Setpoint Temperature": 5.754146650109487 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.37928544296658, - "Chiller 6 Chiller Efficiency": 0.5720273428711636, - "Chiller 6 Tonnage": 143.6818088990989, - "Chiller 6 Supply Temperature": 56.65795219207541, - "Chiller 6 Return Temperature": 106.44525459140134, - "Chiller 6 Condenser Water Flow": 513.8478102106905, - "Chiller 6 Power Input": 1271.368750761164, - "Chiller 6 Chiller % Loaded": 39.80323897747179, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.59942567179412, - "Chiller 6 Setpoint Temperature": 54.87769546581376 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.574606631979712, - "Chiller 6 Chiller Efficiency": 0.39007793085641757, - "Chiller 6 Tonnage": 1324.5351046376163, - "Chiller 6 Supply Temperature": 63.66481018414817, - "Chiller 6 Return Temperature": 37.422617551516936, - "Chiller 6 Condenser Water Flow": 7488.057544617164, - "Chiller 6 Power Input": 336.8605314406946, - "Chiller 6 Chiller % Loaded": 119.00315662430897, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.817623119678823, - "Chiller 6 Setpoint Temperature": 56.55178965614703 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.37676940912119, - "Chiller 6 Chiller Efficiency": 0.5154091938027987, - "Chiller 6 Tonnage": 3206.40254735021, - "Chiller 6 Supply Temperature": 74.02779400992733, - "Chiller 6 Return Temperature": 75.54060595312397, - "Chiller 6 Condenser Water Flow": 461.39058797846764, - "Chiller 6 Power Input": 117.72428862599754, - "Chiller 6 Chiller % Loaded": 124.19851871081038, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.05454176445528, - "Chiller 6 Setpoint Temperature": 75.31222729019922 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.3427497986048, - "Chiller 6 Chiller Efficiency": 0.29175466874304024, - "Chiller 6 Tonnage": 4129.950451368651, - "Chiller 6 Supply Temperature": 55.74390017556898, - "Chiller 6 Return Temperature": 101.1395619228995, - "Chiller 6 Condenser Water Flow": 4886.329719847876, - "Chiller 6 Power Input": 1063.6240200891448, - "Chiller 6 Chiller % Loaded": 36.50920794332491, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.71252488560906, - "Chiller 6 Setpoint Temperature": 70.07944753125815 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T10:45:05", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.3711803673320941, - "Chiller 6 Chiller Efficiency": 0.08173800275301514, - "Chiller 6 Tonnage": 323.10155070868507, - "Chiller 6 Supply Temperature": 22.27568402665978, - "Chiller 6 Return Temperature": 65.41798746430621, - "Chiller 6 Condenser Water Flow": 10653.049109739732, - "Chiller 6 Power Input": 800.6345632046595, - "Chiller 6 Chiller % Loaded": 137.19774230134593, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.67298692792079, - "Chiller 6 Setpoint Temperature": 30.905902750563254 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.730798992622006, - "Chiller 6 Chiller Efficiency": 0.0030339806802117, - "Chiller 6 Tonnage": 969.4713247642985, - "Chiller 6 Supply Temperature": 74.44150330218235, - "Chiller 6 Return Temperature": 50.51766850094485, - "Chiller 6 Condenser Water Flow": 3543.4560188064975, - "Chiller 6 Power Input": 839.203814204976, - "Chiller 6 Chiller % Loaded": 20.358982823679636, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.057418212696046, - "Chiller 6 Setpoint Temperature": 88.20454500641264 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.07301873288654, - "Chiller 6 Chiller Efficiency": 0.17772059610562335, - "Chiller 6 Tonnage": 2388.305152862832, - "Chiller 6 Supply Temperature": 87.83595673056463, - "Chiller 6 Return Temperature": 103.84871952532572, - "Chiller 6 Condenser Water Flow": 8551.457838172515, - "Chiller 6 Power Input": 54.08053374140199, - "Chiller 6 Chiller % Loaded": 117.93042957648856, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.49143145454103, - "Chiller 6 Setpoint Temperature": 38.009312569545585 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.24180300120838, - "Chiller 6 Chiller Efficiency": 0.12663381530052636, - "Chiller 6 Tonnage": 61.657649333542345, - "Chiller 6 Supply Temperature": 38.1270667125978, - "Chiller 6 Return Temperature": 33.05288743999445, - "Chiller 6 Condenser Water Flow": 10216.169722193945, - "Chiller 6 Power Input": 1075.3583276076324, - "Chiller 6 Chiller % Loaded": 74.28696058897407, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.13746191391104, - "Chiller 6 Setpoint Temperature": 33.249967019934495 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.80976462498492, - "Chiller 6 Chiller Efficiency": 0.6608591683995108, - "Chiller 6 Tonnage": 1791.592287155398, - "Chiller 6 Supply Temperature": 58.5846386997038, - "Chiller 6 Return Temperature": 27.627248239534868, - "Chiller 6 Condenser Water Flow": 7592.037069962127, - "Chiller 6 Power Input": 490.8164381119731, - "Chiller 6 Chiller % Loaded": 33.81440985441986, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.590390300696753, - "Chiller 6 Setpoint Temperature": 56.20515253194178 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.65988958893027, - "Chiller 6 Chiller Efficiency": 0.15947422642243442, - "Chiller 6 Tonnage": 3905.4543143695614, - "Chiller 6 Supply Temperature": 29.549230117013245, - "Chiller 6 Return Temperature": 88.12350551590525, - "Chiller 6 Condenser Water Flow": 11029.709704662971, - "Chiller 6 Power Input": 993.9257745471571, - "Chiller 6 Chiller % Loaded": 126.66157146596491, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.58453652591413, - "Chiller 6 Setpoint Temperature": 13.04628813101197 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.82691416679946, - "Chiller 6 Chiller Efficiency": 0.33376974918290336, - "Chiller 6 Tonnage": 464.2681108906699, - "Chiller 6 Supply Temperature": 46.818766741272334, - "Chiller 6 Return Temperature": 15.752218934464882, - "Chiller 6 Condenser Water Flow": 2918.203285668059, - "Chiller 6 Power Input": 1103.1698080031483, - "Chiller 6 Chiller % Loaded": 35.71745101264841, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.619286929053615, - "Chiller 6 Setpoint Temperature": 7.048622048452183 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.895141343547103, - "Chiller 6 Chiller Efficiency": 0.5169421505770952, - "Chiller 6 Tonnage": 3130.52238742003, - "Chiller 6 Supply Temperature": 38.5852505159286, - "Chiller 6 Return Temperature": 66.17605308121163, - "Chiller 6 Condenser Water Flow": 9927.168657476643, - "Chiller 6 Power Input": 453.1815353544652, - "Chiller 6 Chiller % Loaded": 75.89867506461441, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.72989554738171, - "Chiller 6 Setpoint Temperature": 65.69056105499254 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.74243990964405, - "Chiller 6 Chiller Efficiency": 0.5654526224483355, - "Chiller 6 Tonnage": 4283.566291513309, - "Chiller 6 Supply Temperature": 3.488507961124664, - "Chiller 6 Return Temperature": 109.68906471274582, - "Chiller 6 Condenser Water Flow": 4360.247999249004, - "Chiller 6 Power Input": 257.62996407129486, - "Chiller 6 Chiller % Loaded": 142.2741012647618, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.6306359677914, - "Chiller 6 Setpoint Temperature": 53.46840206383799 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.723491080467156, - "Chiller 6 Chiller Efficiency": 0.18779299385844242, - "Chiller 6 Tonnage": 628.7127186764317, - "Chiller 6 Supply Temperature": 52.07583118587212, - "Chiller 6 Return Temperature": 70.27480985517566, - "Chiller 6 Condenser Water Flow": 5446.246223700716, - "Chiller 6 Power Input": 1013.8376537632904, - "Chiller 6 Chiller % Loaded": 81.12524181323727, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.432939843458897, - "Chiller 6 Setpoint Temperature": 53.166046805798544 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.95532605806152, - "Chiller 6 Chiller Efficiency": 0.1857497081348723, - "Chiller 6 Tonnage": 737.9621091767565, - "Chiller 6 Supply Temperature": 32.85213324973093, - "Chiller 6 Return Temperature": 18.22783264509236, - "Chiller 6 Condenser Water Flow": 8794.686777221426, - "Chiller 6 Power Input": 352.3000074521987, - "Chiller 6 Chiller % Loaded": 87.19296961713638, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.37399247459997, - "Chiller 6 Setpoint Temperature": 53.00991909130051 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.75896153161914, - "Chiller 6 Chiller Efficiency": 0.1818602180858486, - "Chiller 6 Tonnage": 3367.5539907383636, - "Chiller 6 Supply Temperature": 49.92744061325002, - "Chiller 6 Return Temperature": 70.50925291071353, - "Chiller 6 Condenser Water Flow": 10626.295924197557, - "Chiller 6 Power Input": 258.6722901442731, - "Chiller 6 Chiller % Loaded": 122.86776991138464, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.059430110429034, - "Chiller 6 Setpoint Temperature": 19.70194991582127 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.16098814729824, - "Chiller 6 Chiller Efficiency": 0.517063846826956, - "Chiller 6 Tonnage": 4655.559460059429, - "Chiller 6 Supply Temperature": 57.788719559018105, - "Chiller 6 Return Temperature": 92.48254655786435, - "Chiller 6 Condenser Water Flow": 9026.801636500302, - "Chiller 6 Power Input": 218.35187622880744, - "Chiller 6 Chiller % Loaded": 11.794485558614078, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.98274316076101, - "Chiller 6 Setpoint Temperature": 69.67590372185529 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.053764547577536, - "Chiller 6 Chiller Efficiency": 0.09586984654738648, - "Chiller 6 Tonnage": 3149.1939635635526, - "Chiller 6 Supply Temperature": 2.2057690691946195, - "Chiller 6 Return Temperature": 109.84962696407624, - "Chiller 6 Condenser Water Flow": 2226.0929339105214, - "Chiller 6 Power Input": 727.0046346672416, - "Chiller 6 Chiller % Loaded": 29.873484684086222, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.570549185865403, - "Chiller 6 Setpoint Temperature": 78.65713890842663 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.80101563721863, - "Chiller 6 Chiller Efficiency": 0.5385568691195887, - "Chiller 6 Tonnage": 1955.2426087216788, - "Chiller 6 Supply Temperature": 33.12521148907033, - "Chiller 6 Return Temperature": 53.949317263917, - "Chiller 6 Condenser Water Flow": 9933.6096621235, - "Chiller 6 Power Input": 80.32981870545963, - "Chiller 6 Chiller % Loaded": 155.62922471357427, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.48303433210698, - "Chiller 6 Setpoint Temperature": 51.97949180976075 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.29494983997026, - "Chiller 6 Chiller Efficiency": 0.009052752379134306, - "Chiller 6 Tonnage": 854.9213760923919, - "Chiller 6 Supply Temperature": 15.965851713948046, - "Chiller 6 Return Temperature": 58.8981642691269, - "Chiller 6 Condenser Water Flow": 4152.246627436772, - "Chiller 6 Power Input": 713.2528169159121, - "Chiller 6 Chiller % Loaded": 82.83956628064577, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.10427255360576, - "Chiller 6 Setpoint Temperature": 43.073434374474814 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.67705277659195, - "Chiller 6 Chiller Efficiency": 0.5523745360731406, - "Chiller 6 Tonnage": 3739.2870802674593, - "Chiller 6 Supply Temperature": 31.409295225093526, - "Chiller 6 Return Temperature": 87.63580880522724, - "Chiller 6 Condenser Water Flow": 3119.9119511705258, - "Chiller 6 Power Input": 292.50074119589584, - "Chiller 6 Chiller % Loaded": 34.60899570157817, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.19670231503243332, - "Chiller 6 Setpoint Temperature": 44.01823242424583 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.91984200876946, - "Chiller 6 Chiller Efficiency": 0.3851601658249729, - "Chiller 6 Tonnage": 3086.5782123712834, - "Chiller 6 Supply Temperature": 38.32350814384188, - "Chiller 6 Return Temperature": 56.00717100752287, - "Chiller 6 Condenser Water Flow": 4491.541424899095, - "Chiller 6 Power Input": 1045.7465727270087, - "Chiller 6 Chiller % Loaded": 114.6111624004073, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.366531804016894, - "Chiller 6 Setpoint Temperature": 52.569906577825314 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.006771386128094, - "Chiller 6 Chiller Efficiency": 0.055577079212095634, - "Chiller 6 Tonnage": 2071.603711384831, - "Chiller 6 Supply Temperature": 52.01932819250909, - "Chiller 6 Return Temperature": 17.856143446122474, - "Chiller 6 Condenser Water Flow": 9589.048168960699, - "Chiller 6 Power Input": 340.3400381504785, - "Chiller 6 Chiller % Loaded": 20.033248868609007, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.64206574281178, - "Chiller 6 Setpoint Temperature": 70.11430934559245 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T15:30:01", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.244709319761371, - "Chiller 6 Chiller Efficiency": 0.22445803262594066, - "Chiller 6 Tonnage": 1830.5176784048897, - "Chiller 6 Supply Temperature": 26.463943019923818, - "Chiller 6 Return Temperature": 2.4075443350928705, - "Chiller 6 Condenser Water Flow": 8828.242635740933, - "Chiller 6 Power Input": 850.5371173352875, - "Chiller 6 Chiller % Loaded": 143.21156371468444, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.44895986811575, - "Chiller 6 Setpoint Temperature": 5.327941199589443 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.14502116523638, - "Chiller 6 Chiller Efficiency": 0.4338630183058573, - "Chiller 6 Tonnage": 4409.466126756943, - "Chiller 6 Supply Temperature": 52.720047451227465, - "Chiller 6 Return Temperature": 41.26074393594944, - "Chiller 6 Condenser Water Flow": 2964.9731174679387, - "Chiller 6 Power Input": 1500.315133466267, - "Chiller 6 Chiller % Loaded": 124.66425091057593, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.82833251576882, - "Chiller 6 Setpoint Temperature": 59.64376694397485 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.583253982582154, - "Chiller 6 Chiller Efficiency": 0.5926185529042086, - "Chiller 6 Tonnage": 1585.5240924041962, - "Chiller 6 Supply Temperature": 42.34493355915804, - "Chiller 6 Return Temperature": 79.7285696269059, - "Chiller 6 Condenser Water Flow": 9852.348618795591, - "Chiller 6 Power Input": 1297.9568687826384, - "Chiller 6 Chiller % Loaded": 40.295799039334156, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.95351537636517, - "Chiller 6 Setpoint Temperature": 52.50880459343085 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.082386968835834, - "Chiller 6 Chiller Efficiency": 0.5558767823673586, - "Chiller 6 Tonnage": 2042.7538742055112, - "Chiller 6 Supply Temperature": 2.0302188418076357, - "Chiller 6 Return Temperature": 108.74957686834261, - "Chiller 6 Condenser Water Flow": 9482.186389035705, - "Chiller 6 Power Input": 53.15713517412844, - "Chiller 6 Chiller % Loaded": 22.21227118107342, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.034425081333268, - "Chiller 6 Setpoint Temperature": 25.116874101472767 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.99342103445504, - "Chiller 6 Chiller Efficiency": 0.42572305581813547, - "Chiller 6 Tonnage": 4586.722428398664, - "Chiller 6 Supply Temperature": 35.27519100672103, - "Chiller 6 Return Temperature": 108.18031529325275, - "Chiller 6 Condenser Water Flow": 8950.146389052235, - "Chiller 6 Power Input": 673.6646314721609, - "Chiller 6 Chiller % Loaded": 6.179282514519089, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.803427517304351, - "Chiller 6 Setpoint Temperature": 27.97904701789366 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.11366688889704, - "Chiller 6 Chiller Efficiency": 0.5160538884075768, - "Chiller 6 Tonnage": 895.7043550861086, - "Chiller 6 Supply Temperature": 40.21685402323563, - "Chiller 6 Return Temperature": 30.496266363025182, - "Chiller 6 Condenser Water Flow": 7817.226530824687, - "Chiller 6 Power Input": 723.3434524399705, - "Chiller 6 Chiller % Loaded": 153.66972806958188, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.1781119940298, - "Chiller 6 Setpoint Temperature": 31.42226997622242 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.41720766749665, - "Chiller 6 Chiller Efficiency": 0.022162392730422822, - "Chiller 6 Tonnage": 897.1031215815107, - "Chiller 6 Supply Temperature": 19.752571389193463, - "Chiller 6 Return Temperature": 82.86055542775553, - "Chiller 6 Condenser Water Flow": 7374.8108983614275, - "Chiller 6 Power Input": 1206.0937165074683, - "Chiller 6 Chiller % Loaded": 55.190712325941185, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.036929326059738, - "Chiller 6 Setpoint Temperature": 74.35926258869567 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.2998025711485, - "Chiller 6 Chiller Efficiency": 0.18997246806634474, - "Chiller 6 Tonnage": 1688.0617660823355, - "Chiller 6 Supply Temperature": 75.56448980136845, - "Chiller 6 Return Temperature": 85.5281163103342, - "Chiller 6 Condenser Water Flow": 10453.756010565503, - "Chiller 6 Power Input": 33.35724672222875, - "Chiller 6 Chiller % Loaded": 89.85959822222212, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.51925875846086, - "Chiller 6 Setpoint Temperature": 52.23156656248254 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.08159944789726, - "Chiller 6 Chiller Efficiency": 0.48401176265755075, - "Chiller 6 Tonnage": 890.7464707675695, - "Chiller 6 Supply Temperature": 39.58904263747161, - "Chiller 6 Return Temperature": 98.82165841224027, - "Chiller 6 Condenser Water Flow": 252.45552497676067, - "Chiller 6 Power Input": 362.5317648763796, - "Chiller 6 Chiller % Loaded": 62.909495702444694, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.98141754775617, - "Chiller 6 Setpoint Temperature": 25.408892637217022 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.08078966860903, - "Chiller 6 Chiller Efficiency": 0.5303274306055222, - "Chiller 6 Tonnage": 3247.046968136492, - "Chiller 6 Supply Temperature": 1.5616532165094774, - "Chiller 6 Return Temperature": 67.90704911136135, - "Chiller 6 Condenser Water Flow": 6564.059626037014, - "Chiller 6 Power Input": 663.7294895267692, - "Chiller 6 Chiller % Loaded": 125.783185957983, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.41974649559411, - "Chiller 6 Setpoint Temperature": 87.04433576067814 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T18:00:39", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.5470662198870957, - "Chiller 6 Chiller Efficiency": 0.07438132839209714, - "Chiller 6 Tonnage": 3516.8170443128665, - "Chiller 6 Return Temperature": 33.009225446825305, - "Chiller 6 Condenser Water Flow": 10487.674066875448, - "Chiller 6 Power Input": 895.6202352069864, - "Chiller 6 Chiller % Loaded": 15.464935460839211, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.97487733661896 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.67914266199105, - "Chiller 6 Chiller Efficiency": 0.5757630776207167, - "Chiller 6 Tonnage": 686.5649816361175, - "Chiller 6 Supply Temperature": 55.64589399159398, - "Chiller 6 Return Temperature": 11.106587321830192, - "Chiller 6 Condenser Water Flow": 2421.262432067948, - "Chiller 6 Power Input": 39.00587931145624, - "Chiller 6 Chiller % Loaded": 135.21272886545324, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.70244471669256, - "Chiller 6 Setpoint Temperature": 57.039160976856515 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.51236031341413, - "Chiller 6 Chiller Efficiency": 0.4476273526109171, - "Chiller 6 Tonnage": 1945.9351631388101, - "Chiller 6 Supply Temperature": 33.61358025838787, - "Chiller 6 Return Temperature": 75.04855248206273, - "Chiller 6 Condenser Water Flow": 5943.159607566346, - "Chiller 6 Power Input": 366.47383778428616, - "Chiller 6 Chiller % Loaded": 50.5905250242269, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.638459351849779, - "Chiller 6 Setpoint Temperature": 38.87850989298021 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.4402075548116, - "Chiller 6 Chiller Efficiency": 0.14764429465754683, - "Chiller 6 Tonnage": 4391.060921606411, - "Chiller 6 Supply Temperature": 65.22181386309927, - "Chiller 6 Return Temperature": 85.12413181029189, - "Chiller 6 Condenser Water Flow": 9885.816134555864, - "Chiller 6 Power Input": 179.38603223986738, - "Chiller 6 Chiller % Loaded": 16.97871798876754, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.618854581010267, - "Chiller 6 Setpoint Temperature": 36.80677248990189 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.474422463651747, - "Chiller 6 Chiller Efficiency": 0.524677307466621, - "Chiller 6 Tonnage": 455.24560023565584, - "Chiller 6 Supply Temperature": 35.643478995178675, - "Chiller 6 Return Temperature": 111.04384253122588, - "Chiller 6 Condenser Water Flow": 7810.256565850176, - "Chiller 6 Power Input": 841.8095225923826, - "Chiller 6 Chiller % Loaded": 13.29449876076469, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.50716525147365, - "Chiller 6 Setpoint Temperature": 55.60761116541871 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.292432090788761, - "Chiller 6 Chiller Efficiency": 0.4704715264162228, - "Chiller 6 Tonnage": 1709.3966672503873, - "Chiller 6 Supply Temperature": 25.386879771667815, - "Chiller 6 Return Temperature": 68.23905588868895, - "Chiller 6 Condenser Water Flow": 3702.7820328357707, - "Chiller 6 Power Input": 575.6827688781916, - "Chiller 6 Chiller % Loaded": 124.6810134460713, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.13048378045276, - "Chiller 6 Setpoint Temperature": 8.864092448791288 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.129067166498013, - "Chiller 6 Chiller Efficiency": 0.12992062905966673, - "Chiller 6 Tonnage": 1116.7004225125854, - "Chiller 6 Supply Temperature": 79.39464002330567, - "Chiller 6 Return Temperature": 4.791255598886371, - "Chiller 6 Condenser Water Flow": 10868.125213445344, - "Chiller 6 Power Input": 771.3809794551887, - "Chiller 6 Chiller % Loaded": 128.23490936615866, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.2113055756687, - "Chiller 6 Setpoint Temperature": 71.49334218331363 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.85081099889452, - "Chiller 6 Chiller Efficiency": 0.49196519657368876, - "Chiller 6 Tonnage": 2254.2666274162566, - "Chiller 6 Supply Temperature": 51.48182430551387, - "Chiller 6 Return Temperature": 26.27472580582382, - "Chiller 6 Condenser Water Flow": 675.4069803404967, - "Chiller 6 Power Input": 689.8354599567084, - "Chiller 6 Chiller % Loaded": 2.566319009924051, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.7520827979425, - "Chiller 6 Setpoint Temperature": 39.72935022881679 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.865364528015085, - "Chiller 6 Chiller Efficiency": 0.5833719010153285, - "Chiller 6 Tonnage": 1825.6344275566855, - "Chiller 6 Supply Temperature": 57.353561714851686, - "Chiller 6 Return Temperature": 81.40497727792076, - "Chiller 6 Condenser Water Flow": 344.94639075246056, - "Chiller 6 Power Input": 406.5311302581957, - "Chiller 6 Chiller % Loaded": 21.320413218130444, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.592485343748336, - "Chiller 6 Setpoint Temperature": 11.75920888536906 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.15195009414245, - "Chiller 6 Chiller Efficiency": 0.22942154205963217, - "Chiller 6 Tonnage": 2978.825685875892, - "Chiller 6 Supply Temperature": 38.662032199722724, - "Chiller 6 Return Temperature": 95.65244912248006, - "Chiller 6 Condenser Water Flow": 8309.919498941077, - "Chiller 6 Power Input": 432.0856699628235, - "Chiller 6 Chiller % Loaded": 88.50166838406277, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.42564525785029, - "Chiller 6 Setpoint Temperature": 33.04147467592984 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.26602755211492, - "Chiller 6 Chiller Efficiency": 0.29886229151411325, - "Chiller 6 Tonnage": 1929.0100484034776, - "Chiller 6 Supply Temperature": 69.40867134530592, - "Chiller 6 Return Temperature": 33.07038813075897, - "Chiller 6 Condenser Water Flow": 4729.65878993322, - "Chiller 6 Power Input": 1417.1199011104113, - "Chiller 6 Chiller % Loaded": 85.57168486353672, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.30085876736095, - "Chiller 6 Setpoint Temperature": 74.74702195693233 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.15441736330401, - "Chiller 6 Chiller Efficiency": 0.49662646202962213, - "Chiller 6 Tonnage": 4093.976122700146, - "Chiller 6 Supply Temperature": 26.66942825120882, - "Chiller 6 Return Temperature": 81.07963815483325, - "Chiller 6 Condenser Water Flow": 6777.132314433592, - "Chiller 6 Power Input": 1266.374384713532, - "Chiller 6 Chiller % Loaded": 140.93883092307, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.07209686903258, - "Chiller 6 Setpoint Temperature": 78.97647987590803 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.33818726373171, - "Chiller 6 Chiller Efficiency": 0.45016737866836765, - "Chiller 6 Tonnage": 3904.8661544320425, - "Chiller 6 Supply Temperature": 44.94052406593022, - "Chiller 6 Return Temperature": 0.14753710315561688, - "Chiller 6 Condenser Water Flow": 9101.325044606483, - "Chiller 6 Power Input": 1108.5211700278746, - "Chiller 6 Chiller % Loaded": 155.82200622508415, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.97744126127698, - "Chiller 6 Setpoint Temperature": 34.89816330579436 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.93655009266915, - "Chiller 6 Chiller Efficiency": 0.48763289110284086, - "Chiller 6 Tonnage": 4569.051730077621, - "Chiller 6 Supply Temperature": 31.886997587263505, - "Chiller 6 Return Temperature": 109.04596218938181, - "Chiller 6 Condenser Water Flow": 6444.531836864141, - "Chiller 6 Power Input": 89.14383424913852, - "Chiller 6 Chiller % Loaded": 63.1481803678756, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.007174821451112, - "Chiller 6 Setpoint Temperature": 85.49606870802957 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.45821534249717, - "Chiller 6 Chiller Efficiency": 0.5316961631617361, - "Chiller 6 Tonnage": 165.84946994846325, - "Chiller 6 Supply Temperature": 66.57261538618111, - "Chiller 6 Return Temperature": 53.88166152704134, - "Chiller 6 Condenser Water Flow": 1579.591648323229, - "Chiller 6 Power Input": 935.6820714387087, - "Chiller 6 Chiller % Loaded": 118.81157299949639, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.76839166689592, - "Chiller 6 Setpoint Temperature": 31.66170925829975 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.92531258506651, - "Chiller 6 Chiller Efficiency": 0.05125098389660244, - "Chiller 6 Tonnage": 1461.8643831622276, - "Chiller 6 Supply Temperature": 73.76145990678306, - "Chiller 6 Return Temperature": 49.54678349731501, - "Chiller 6 Condenser Water Flow": 8804.999765169674, - "Chiller 6 Power Input": 724.7105195309163, - "Chiller 6 Chiller % Loaded": 21.120385105328893, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.05600527616818, - "Chiller 6 Setpoint Temperature": 75.26577780645437 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.23643969262437, - "Chiller 6 Chiller Efficiency": 0.0952779346887284, - "Chiller 6 Tonnage": 1338.7757535907338, - "Chiller 6 Supply Temperature": 32.58785875683517, - "Chiller 6 Return Temperature": 88.05433601766462, - "Chiller 6 Condenser Water Flow": 5142.270399032143, - "Chiller 6 Power Input": 1034.2516980826674, - "Chiller 6 Chiller % Loaded": 99.458431348982, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.26194692149278, - "Chiller 6 Setpoint Temperature": 32.079228189121984 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.232780367760965, - "Chiller 6 Chiller Efficiency": 0.6063623454706953, - "Chiller 6 Tonnage": 3588.5122678666444, - "Chiller 6 Supply Temperature": 85.92032486912233, - "Chiller 6 Return Temperature": 33.28635891445391, - "Chiller 6 Condenser Water Flow": 6203.185196179769, - "Chiller 6 Power Input": 1344.2743631981743, - "Chiller 6 Chiller % Loaded": 123.51492915974835, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.20791642706303, - "Chiller 6 Setpoint Temperature": 72.9723154029082 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.57789951957298, - "Chiller 6 Chiller Efficiency": 0.20340186075781183, - "Chiller 6 Tonnage": 3105.176653897594, - "Chiller 6 Supply Temperature": 4.169003310289733, - "Chiller 6 Return Temperature": 66.58173011319062, - "Chiller 6 Condenser Water Flow": 10777.942424129355, - "Chiller 6 Power Input": 679.2730674934435, - "Chiller 6 Chiller % Loaded": 46.958693819118885, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.53219330267901, - "Chiller 6 Setpoint Temperature": 36.79017149862196 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.1760319005594, - "Chiller 6 Chiller Efficiency": 0.26562331170431713, - "Chiller 6 Tonnage": 579.8741636702701, - "Chiller 6 Supply Temperature": 49.99899759445507, - "Chiller 6 Return Temperature": 69.57502949638598, - "Chiller 6 Condenser Water Flow": 9846.351953657222, - "Chiller 6 Power Input": 434.4124672851899, - "Chiller 6 Chiller % Loaded": 159.8103144084835, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.24696756120471, - "Chiller 6 Setpoint Temperature": 54.83552000516896 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.526455221268254, - "Chiller 6 Chiller Efficiency": 0.40586968152356284, - "Chiller 6 Tonnage": 2498.5215616023384, - "Chiller 6 Supply Temperature": 73.51344061040834, - "Chiller 6 Return Temperature": 29.04962916321596, - "Chiller 6 Condenser Water Flow": 10632.652877418943, - "Chiller 6 Power Input": 707.4529899995154, - "Chiller 6 Chiller % Loaded": 92.90909921352555, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.778958464177375, - "Chiller 6 Setpoint Temperature": 22.113360186805554 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.319000718735534, - "Chiller 6 Chiller Efficiency": 0.15704622144212332, - "Chiller 6 Tonnage": 4391.717038221102, - "Chiller 6 Supply Temperature": 74.09095310102595, - "Chiller 6 Return Temperature": 68.59126911599901, - "Chiller 6 Condenser Water Flow": 10354.220498310515, - "Chiller 6 Power Input": 1365.0088765841626, - "Chiller 6 Chiller % Loaded": 97.49714214010322, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.84443505146302, - "Chiller 6 Setpoint Temperature": 90.45230399445973 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.858421136073254, - "Chiller 6 Chiller Efficiency": 0.28251987354112224, - "Chiller 6 Tonnage": 4533.179502809397, - "Chiller 6 Supply Temperature": 7.376157947646916, - "Chiller 6 Return Temperature": 67.74508219132903, - "Chiller 6 Condenser Water Flow": 548.581163598861, - "Chiller 6 Power Input": 317.4650949362246, - "Chiller 6 Chiller % Loaded": 146.9563270520726, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.153037257732892, - "Chiller 6 Setpoint Temperature": 17.042976379098484 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.188557117868775, - "Chiller 6 Chiller Efficiency": 0.22243475027731335, - "Chiller 6 Tonnage": 2607.9504147710563, - "Chiller 6 Supply Temperature": 84.4767815322106, - "Chiller 6 Return Temperature": 42.606582949645855, - "Chiller 6 Condenser Water Flow": 4092.8434811584298, - "Chiller 6 Power Input": 470.58957390471943, - "Chiller 6 Chiller % Loaded": 99.38492650816363, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.8410140954876, - "Chiller 6 Setpoint Temperature": 75.25620131387817 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.35905432486769, - "Chiller 6 Chiller Efficiency": 0.5595074537598356, - "Chiller 6 Tonnage": 521.3549402820645, - "Chiller 6 Supply Temperature": 65.45031407733133, - "Chiller 6 Return Temperature": 33.33020535297512, - "Chiller 6 Condenser Water Flow": 7883.378511808419, - "Chiller 6 Power Input": 20.294648706979718, - "Chiller 6 Chiller % Loaded": 156.15383878216468, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.72375502013194, - "Chiller 6 Setpoint Temperature": 89.96805887778993 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.1850570034352, - "Chiller 6 Chiller Efficiency": 0.10684621579570318, - "Chiller 6 Tonnage": 2680.2341106800936, - "Chiller 6 Supply Temperature": 25.038248145589797, - "Chiller 6 Return Temperature": 80.18434533381142, - "Chiller 6 Condenser Water Flow": 2236.8725592054593, - "Chiller 6 Power Input": 944.2483196351965, - "Chiller 6 Chiller % Loaded": 1.3829986934998875, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.42277813121937, - "Chiller 6 Setpoint Temperature": 77.70227166012498 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.23040890168487, - "Chiller 6 Chiller Efficiency": 0.16099396213737502, - "Chiller 6 Tonnage": 84.01984407946141, - "Chiller 6 Supply Temperature": 57.00413540526155, - "Chiller 6 Return Temperature": 20.106081412291207, - "Chiller 6 Condenser Water Flow": 6035.248935522992, - "Chiller 6 Power Input": 1296.7132304305126, - "Chiller 6 Chiller % Loaded": 122.17655150672742, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.8506063384843165, - "Chiller 6 Setpoint Temperature": 0.40514745968928045 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.95124718945381, - "Chiller 6 Chiller Efficiency": 0.534939407926832, - "Chiller 6 Tonnage": 904.7927766572935, - "Chiller 6 Supply Temperature": 32.420491116307936, - "Chiller 6 Return Temperature": 14.1481676248292, - "Chiller 6 Condenser Water Flow": 8200.465394770561, - "Chiller 6 Power Input": 920.1885926379731, - "Chiller 6 Chiller % Loaded": 18.227440508722996, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.59315841509612, - "Chiller 6 Setpoint Temperature": 80.74364466744747 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.63869309969157, - "Chiller 6 Chiller Efficiency": 0.12596939187580167, - "Chiller 6 Tonnage": 3623.0772609710552, - "Chiller 6 Supply Temperature": 82.31818120014573, - "Chiller 6 Return Temperature": 112.40941404124135, - "Chiller 6 Condenser Water Flow": 9275.280054286835, - "Chiller 6 Power Input": 772.1352363805444, - "Chiller 6 Chiller % Loaded": 9.861615116436306, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.84783317751447, - "Chiller 6 Setpoint Temperature": 32.00628647761664 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.42913692137355, - "Chiller 6 Chiller Efficiency": 0.16128723008312193, - "Chiller 6 Tonnage": 3528.929459914773, - "Chiller 6 Supply Temperature": 33.554241933000746, - "Chiller 6 Return Temperature": 73.45448041452006, - "Chiller 6 Condenser Water Flow": 1238.7594700123993, - "Chiller 6 Power Input": 236.70392564568786, - "Chiller 6 Chiller % Loaded": 101.03114636137704, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.33163154237786, - "Chiller 6 Setpoint Temperature": 39.8113654665693 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.56396662366856, - "Chiller 6 Chiller Efficiency": 0.4068277403094504, - "Chiller 6 Tonnage": 2146.9750145023017, - "Chiller 6 Supply Temperature": 85.32936662351521, - "Chiller 6 Return Temperature": 104.28984403176572, - "Chiller 6 Condenser Water Flow": 3284.4884327981417, - "Chiller 6 Power Input": 980.8168357472192, - "Chiller 6 Chiller % Loaded": 72.04930436818576, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.54673739443298, - "Chiller 6 Setpoint Temperature": 8.718474547899827 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.91745123883273, - "Chiller 6 Chiller Efficiency": 0.6455822906770566, - "Chiller 6 Tonnage": 853.0471072502678, - "Chiller 6 Supply Temperature": 50.78355151605851, - "Chiller 6 Return Temperature": 18.796699115479203, - "Chiller 6 Condenser Water Flow": 1943.488502902701, - "Chiller 6 Power Input": 1275.3989291407777, - "Chiller 6 Chiller % Loaded": 8.884951795467726, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.70653249571778, - "Chiller 6 Setpoint Temperature": 26.59992560222507 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.31724581665936, - "Chiller 6 Chiller Efficiency": 0.6552016193193041, - "Chiller 6 Tonnage": 4344.104370875591, - "Chiller 6 Supply Temperature": 7.187355152951812, - "Chiller 6 Return Temperature": 73.18440218738958, - "Chiller 6 Condenser Water Flow": 1852.3069905264767, - "Chiller 6 Power Input": 120.18652149991769, - "Chiller 6 Chiller % Loaded": 37.41908676872734, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.642649960568463, - "Chiller 6 Setpoint Temperature": 18.343740508342936 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.02623607952104, - "Chiller 6 Chiller Efficiency": 0.6049294530500902, - "Chiller 6 Tonnage": 4500.21632369566, - "Chiller 6 Supply Temperature": 61.26421098218744, - "Chiller 6 Return Temperature": 15.690953766611855, - "Chiller 6 Condenser Water Flow": 7869.8376179065845, - "Chiller 6 Power Input": 501.3293480007559, - "Chiller 6 Chiller % Loaded": 158.54944608419436, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.13402623633094, - "Chiller 6 Setpoint Temperature": 80.25913660665042 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.89297888221849, - "Chiller 6 Chiller Efficiency": 0.10008845454632792, - "Chiller 6 Tonnage": 226.3977315076109, - "Chiller 6 Supply Temperature": 6.029472938130928, - "Chiller 6 Return Temperature": 18.955056212807357, - "Chiller 6 Condenser Water Flow": 4270.230040607651, - "Chiller 6 Power Input": 1275.7840953693933, - "Chiller 6 Chiller % Loaded": 103.83787798644485, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.632633506525686, - "Chiller 6 Setpoint Temperature": 29.11368603452832 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.81470044557122, - "Chiller 6 Chiller Efficiency": 0.15683053351637402, - "Chiller 6 Tonnage": 1906.6055037257781, - "Chiller 6 Supply Temperature": 15.043588224376133, - "Chiller 6 Return Temperature": 21.565861596851196, - "Chiller 6 Condenser Water Flow": 3752.002803355417, - "Chiller 6 Power Input": 662.761590621739, - "Chiller 6 Chiller % Loaded": 32.58495458674049, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.24597828692787, - "Chiller 6 Setpoint Temperature": 20.07177656654778 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.78291704707419, - "Chiller 6 Chiller Efficiency": 0.5068677448144748, - "Chiller 6 Tonnage": 4574.779608127069, - "Chiller 6 Supply Temperature": 64.83325155359594, - "Chiller 6 Return Temperature": 18.552308600995104, - "Chiller 6 Condenser Water Flow": 5559.22749906894, - "Chiller 6 Power Input": 800.6625613232919, - "Chiller 6 Chiller % Loaded": 50.85365028379512, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.78688126118878, - "Chiller 6 Setpoint Temperature": 41.13121818253082 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.30064658081042, - "Chiller 6 Chiller Efficiency": 0.46065724737953595, - "Chiller 6 Tonnage": 2440.064202060723, - "Chiller 6 Supply Temperature": 66.97046521960964, - "Chiller 6 Return Temperature": 79.02773048143298, - "Chiller 6 Condenser Water Flow": 5493.963264943877, - "Chiller 6 Power Input": 1176.3928911445669, - "Chiller 6 Chiller % Loaded": 8.138567943248272, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.697064847861208, - "Chiller 6 Setpoint Temperature": 13.671947884897241 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.61266856667284, - "Chiller 6 Chiller Efficiency": 0.5434840104201369, - "Chiller 6 Tonnage": 1794.8857629663967, - "Chiller 6 Supply Temperature": 46.71914196661717, - "Chiller 6 Return Temperature": 70.66175421757437, - "Chiller 6 Condenser Water Flow": 7145.9654235907765, - "Chiller 6 Power Input": 657.2302761373213, - "Chiller 6 Chiller % Loaded": 61.94552824820447, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.78342565311323, - "Chiller 6 Setpoint Temperature": 36.864995660414515 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.891261535386906, - "Chiller 6 Chiller Efficiency": 0.14238925472283495, - "Chiller 6 Tonnage": 3212.860313817997, - "Chiller 6 Supply Temperature": 41.79527056736098, - "Chiller 6 Return Temperature": 16.098964692888824, - "Chiller 6 Condenser Water Flow": 1087.6352217121698, - "Chiller 6 Power Input": 296.9371362732332, - "Chiller 6 Chiller % Loaded": 128.43756272347235, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.84195931066243, - "Chiller 6 Setpoint Temperature": 2.7522277081846838 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.4544952763448, - "Chiller 6 Chiller Efficiency": 0.6277483628393703, - "Chiller 6 Tonnage": 1952.2474478385006, - "Chiller 6 Supply Temperature": 10.84794703246116, - "Chiller 6 Return Temperature": 50.60871609968383, - "Chiller 6 Condenser Water Flow": 1186.4738813113788, - "Chiller 6 Power Input": 820.6508179449675, - "Chiller 6 Chiller % Loaded": 149.78220417075676, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.442951103765008, - "Chiller 6 Setpoint Temperature": 21.998537708453185 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.48319088805895, - "Chiller 6 Chiller Efficiency": 0.023030889133179782, - "Chiller 6 Tonnage": 2018.0425361237387, - "Chiller 6 Supply Temperature": 31.85268987022032, - "Chiller 6 Return Temperature": 111.79199643219312, - "Chiller 6 Condenser Water Flow": 7721.421897771028, - "Chiller 6 Power Input": 1510.906790764513, - "Chiller 6 Chiller % Loaded": 29.92068950151486, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.27132694654685, - "Chiller 6 Setpoint Temperature": 68.64789267526385 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.15152574740468, - "Chiller 6 Chiller Efficiency": 0.40855974105494164, - "Chiller 6 Tonnage": 3021.6887761770395, - "Chiller 6 Supply Temperature": 42.781459575869164, - "Chiller 6 Return Temperature": 92.38259098123117, - "Chiller 6 Condenser Water Flow": 356.9937638228338, - "Chiller 6 Power Input": 792.9625875811995, - "Chiller 6 Chiller % Loaded": 59.64325545336189, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.462846449699428, - "Chiller 6 Setpoint Temperature": 32.18976763446321 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.294287779101747, - "Chiller 6 Chiller Efficiency": 0.4430859678822844, - "Chiller 6 Tonnage": 3750.031865235151, - "Chiller 6 Supply Temperature": 64.5059627022274, - "Chiller 6 Return Temperature": 72.5027270909175, - "Chiller 6 Condenser Water Flow": 7734.390845925989, - "Chiller 6 Power Input": 460.39155402662, - "Chiller 6 Chiller % Loaded": 99.44591086380635, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.681564243463571, - "Chiller 6 Setpoint Temperature": 10.445218269860208 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.3754476028277, - "Chiller 6 Chiller Efficiency": 0.6534411975224179, - "Chiller 6 Tonnage": 829.8441405698981, - "Chiller 6 Supply Temperature": 44.75388442984576, - "Chiller 6 Return Temperature": 114.27920481048046, - "Chiller 6 Condenser Water Flow": 447.4760694554088, - "Chiller 6 Power Input": 491.6933809712612, - "Chiller 6 Chiller % Loaded": 47.19662114740486, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.93461511276236, - "Chiller 6 Setpoint Temperature": 31.17823983524758 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.9146920279192683, - "Chiller 6 Chiller Efficiency": 0.642840129141525, - "Chiller 6 Tonnage": 536.2562025132887, - "Chiller 6 Supply Temperature": 16.835086551255053, - "Chiller 6 Return Temperature": 48.84087481231094, - "Chiller 6 Condenser Water Flow": 4052.2891575839985, - "Chiller 6 Power Input": 686.8203526565613, - "Chiller 6 Chiller % Loaded": 2.3073143114820374, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.58009415614721, - "Chiller 6 Setpoint Temperature": 66.75466647964625 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.087363395834046, - "Chiller 6 Chiller Efficiency": 0.350664106536163, - "Chiller 6 Tonnage": 713.426230550817, - "Chiller 6 Supply Temperature": 52.8176554118432, - "Chiller 6 Return Temperature": 13.164898121362246, - "Chiller 6 Condenser Water Flow": 1032.0039578498888, - "Chiller 6 Power Input": 336.36053583250555, - "Chiller 6 Chiller % Loaded": 131.00230943779212, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.08623038176155, - "Chiller 6 Setpoint Temperature": 4.314117590096076 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.054150247585746, - "Chiller 6 Chiller Efficiency": 0.3277854420291323, - "Chiller 6 Tonnage": 2209.9887211944465, - "Chiller 6 Supply Temperature": 27.929533217850047, - "Chiller 6 Return Temperature": 41.96481596516206, - "Chiller 6 Condenser Water Flow": 9778.290383070778, - "Chiller 6 Power Input": 438.8012088138804, - "Chiller 6 Chiller % Loaded": 62.86475472278734, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.14289674742002, - "Chiller 6 Setpoint Temperature": 4.326281374363708 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.845678271539665, - "Chiller 6 Chiller Efficiency": 0.5101663221695629, - "Chiller 6 Tonnage": 798.3619160893528, - "Chiller 6 Supply Temperature": 52.97155931664205, - "Chiller 6 Return Temperature": 104.29635137081654, - "Chiller 6 Condenser Water Flow": 4559.503365888515, - "Chiller 6 Power Input": 537.8465068528684, - "Chiller 6 Chiller % Loaded": 3.784645534694155, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.10231218747288, - "Chiller 6 Setpoint Temperature": 85.85881183216968 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.80746024309196, - "Chiller 6 Chiller Efficiency": 0.38127586692994564, - "Chiller 6 Tonnage": 2951.5057528428856, - "Chiller 6 Supply Temperature": 50.150391336642414, - "Chiller 6 Return Temperature": 103.40959258532735, - "Chiller 6 Condenser Water Flow": 3232.4274769643616, - "Chiller 6 Power Input": 433.9591839851714, - "Chiller 6 Chiller % Loaded": 130.76398391871365, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.120515750264193, - "Chiller 6 Setpoint Temperature": 89.57041069712325 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.70121122467077, - "Chiller 6 Chiller Efficiency": 0.5928922341736805, - "Chiller 6 Tonnage": 3698.4555477845615, - "Chiller 6 Supply Temperature": 54.96549027363788, - "Chiller 6 Return Temperature": 50.45068998751454, - "Chiller 6 Condenser Water Flow": 953.8265105490727, - "Chiller 6 Power Input": 1107.248911161354, - "Chiller 6 Chiller % Loaded": 147.68845575153404, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.609944798470494, - "Chiller 6 Setpoint Temperature": 85.8771583846385 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.36724828089621, - "Chiller 6 Chiller Efficiency": 0.516286594906509, - "Chiller 6 Tonnage": 3011.270236748305, - "Chiller 6 Supply Temperature": 11.505796269965307, - "Chiller 6 Return Temperature": 105.83659785324132, - "Chiller 6 Condenser Water Flow": 6846.521382670052, - "Chiller 6 Power Input": 315.8179806868955, - "Chiller 6 Chiller % Loaded": 99.89715511064904, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.326834425407846, - "Chiller 6 Setpoint Temperature": 48.60637525291123 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.01034963681613, - "Chiller 6 Chiller Efficiency": 0.3070572681225422, - "Chiller 6 Tonnage": 1454.7815500739182, - "Chiller 6 Supply Temperature": 45.152773383251734, - "Chiller 6 Return Temperature": 42.58956412755641, - "Chiller 6 Condenser Water Flow": 5189.107338468988, - "Chiller 6 Power Input": 159.19656754636358, - "Chiller 6 Chiller % Loaded": 41.33026207242444, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.743348093835774, - "Chiller 6 Setpoint Temperature": 22.133550181381192 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.84728530944702, - "Chiller 6 Chiller Efficiency": 0.6011943433784961, - "Chiller 6 Tonnage": 3130.4931857513066, - "Chiller 6 Supply Temperature": 23.839516053862003, - "Chiller 6 Return Temperature": 14.095888285808192, - "Chiller 6 Condenser Water Flow": 6920.952704161912, - "Chiller 6 Power Input": 457.5397022124072, - "Chiller 6 Chiller % Loaded": 98.86661879443666, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.529047350028684, - "Chiller 6 Setpoint Temperature": 7.428711299583496 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.76466828955745, - "Chiller 6 Chiller Efficiency": 0.16425297332075714, - "Chiller 6 Tonnage": 356.24200236794485, - "Chiller 6 Supply Temperature": 61.24702209169631, - "Chiller 6 Return Temperature": 104.94377444720905, - "Chiller 6 Condenser Water Flow": 7073.5921943374415, - "Chiller 6 Power Input": 390.95094832628774, - "Chiller 6 Chiller % Loaded": 149.70685728951068, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.85125581275796, - "Chiller 6 Setpoint Temperature": 61.872888782379036 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.92737165580448, - "Chiller 6 Chiller Efficiency": 0.6296048045826305, - "Chiller 6 Tonnage": 3456.339990789977, - "Chiller 6 Supply Temperature": 59.48998259446798, - "Chiller 6 Return Temperature": 101.72732418985184, - "Chiller 6 Condenser Water Flow": 2735.619669823532, - "Chiller 6 Power Input": 508.4560610040996, - "Chiller 6 Chiller % Loaded": 148.60661049692837, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.24699524608799, - "Chiller 6 Setpoint Temperature": 71.12009518167187 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 13.718622444590393, - "Chiller 6 Chiller Efficiency": 0.24388258348422434, - "Chiller 6 Tonnage": 799.3510099218205, - "Chiller 6 Supply Temperature": 32.144872478190536, - "Chiller 6 Return Temperature": 12.248966400205878, - "Chiller 6 Condenser Water Flow": 10246.323606898428, - "Chiller 6 Power Input": 947.4550702782914, - "Chiller 6 Chiller % Loaded": 15.031475308769453, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.10291895986154, - "Chiller 6 Setpoint Temperature": 67.22378296654661 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.05473435268321, - "Chiller 6 Chiller Efficiency": 0.6195416122040952, - "Chiller 6 Tonnage": 4576.937919544871, - "Chiller 6 Supply Temperature": 6.746041296229495, - "Chiller 6 Return Temperature": 55.308179223925265, - "Chiller 6 Condenser Water Flow": 6191.300172834479, - "Chiller 6 Power Input": 808.7905095648817, - "Chiller 6 Chiller % Loaded": 63.49659345337241, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.591877363070424, - "Chiller 6 Setpoint Temperature": 87.41950395808497 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.91039214884495, - "Chiller 6 Chiller Efficiency": 0.5180880752678003, - "Chiller 6 Tonnage": 287.31651842805564, - "Chiller 6 Supply Temperature": 25.96409146235034, - "Chiller 6 Return Temperature": 57.43227806205507, - "Chiller 6 Condenser Water Flow": 7355.590485404137, - "Chiller 6 Power Input": 943.9448536500406, - "Chiller 6 Chiller % Loaded": 119.97492199077254, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.07092081409536, - "Chiller 6 Setpoint Temperature": 41.25713875284954 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.810264676125412, - "Chiller 6 Chiller Efficiency": 0.38253376102506575, - "Chiller 6 Tonnage": 1088.8428604275375, - "Chiller 6 Supply Temperature": 42.632802440201175, - "Chiller 6 Return Temperature": 38.82712944121937, - "Chiller 6 Condenser Water Flow": 5298.120155895722, - "Chiller 6 Power Input": 597.4356876170383, - "Chiller 6 Chiller % Loaded": 117.69367862494121, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.50674799566308, - "Chiller 6 Setpoint Temperature": 68.27197686481625 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.02693013960479, - "Chiller 6 Chiller Efficiency": 0.29264079377886243, - "Chiller 6 Tonnage": 310.47530209596806, - "Chiller 6 Supply Temperature": 3.2377049585143904, - "Chiller 6 Return Temperature": 29.932824530087373, - "Chiller 6 Condenser Water Flow": 7575.837576993358, - "Chiller 6 Power Input": 722.0352479948557, - "Chiller 6 Chiller % Loaded": 12.093635740912436, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.008215327267508, - "Chiller 6 Setpoint Temperature": 2.420300584437625 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.35301724768897, - "Chiller 6 Chiller Efficiency": 0.49230774262252747, - "Chiller 6 Tonnage": 441.53979929310617, - "Chiller 6 Supply Temperature": 33.68161789025532, - "Chiller 6 Return Temperature": 69.76398859434686, - "Chiller 6 Condenser Water Flow": 4894.998369954816, - "Chiller 6 Power Input": 178.85303265876038, - "Chiller 6 Chiller % Loaded": 40.83400819418657, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.77641184523722, - "Chiller 6 Setpoint Temperature": 50.12698479009887 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.7230509011243, - "Chiller 6 Chiller Efficiency": 0.330508550128167, - "Chiller 6 Tonnage": 3505.6527378545497, - "Chiller 6 Supply Temperature": 26.310641227337612, - "Chiller 6 Return Temperature": 114.31807763157882, - "Chiller 6 Condenser Water Flow": 2482.4367071988218, - "Chiller 6 Power Input": 1026.5195312562998, - "Chiller 6 Chiller % Loaded": 13.889580652560058, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.603699924982095, - "Chiller 6 Setpoint Temperature": 3.494805340661918 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.57788866888365, - "Chiller 6 Chiller Efficiency": 0.2152558726506564, - "Chiller 6 Tonnage": 3266.924167319499, - "Chiller 6 Supply Temperature": 9.476376444858149, - "Chiller 6 Return Temperature": 50.85966235551842, - "Chiller 6 Condenser Water Flow": 656.1605618675749, - "Chiller 6 Power Input": 1308.0969727011638, - "Chiller 6 Chiller % Loaded": 73.4341985442393, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.710944553851473, - "Chiller 6 Setpoint Temperature": 74.4053143337222 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.22850460176274, - "Chiller 6 Chiller Efficiency": 0.5393167813792881, - "Chiller 6 Tonnage": 238.77261335255847, - "Chiller 6 Supply Temperature": 12.341266099778883, - "Chiller 6 Return Temperature": 27.771317736589236, - "Chiller 6 Condenser Water Flow": 464.71764991138076, - "Chiller 6 Power Input": 359.3955299304486, - "Chiller 6 Chiller % Loaded": 41.52637151451735, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.98782525790285, - "Chiller 6 Setpoint Temperature": 59.18053517233237 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.995789051248375, - "Chiller 6 Chiller Efficiency": 0.5378752265798776, - "Chiller 6 Tonnage": 1833.9373978355222, - "Chiller 6 Supply Temperature": 86.55217991670501, - "Chiller 6 Return Temperature": 64.1023081959421, - "Chiller 6 Condenser Water Flow": 1214.941213681949, - "Chiller 6 Power Input": 523.8215680671723, - "Chiller 6 Chiller % Loaded": 106.18611794841655, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.96726731016483, - "Chiller 6 Setpoint Temperature": 51.43508546945011 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.60728510797418, - "Chiller 6 Chiller Efficiency": 0.6221114315715753, - "Chiller 6 Tonnage": 3878.5127359680123, - "Chiller 6 Supply Temperature": 77.46564636277331, - "Chiller 6 Return Temperature": 46.77416395725019, - "Chiller 6 Condenser Water Flow": 1308.82051294184, - "Chiller 6 Power Input": 1279.198018911315, - "Chiller 6 Chiller % Loaded": 69.82145634441729, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.360974232879734, - "Chiller 6 Setpoint Temperature": 44.085923463973344 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.42235891544027, - "Chiller 6 Chiller Efficiency": 0.433410444474077, - "Chiller 6 Tonnage": 2182.534490467104, - "Chiller 6 Supply Temperature": 29.795853327030127, - "Chiller 6 Return Temperature": 106.26251401834348, - "Chiller 6 Condenser Water Flow": 4493.361491903192, - "Chiller 6 Power Input": 1248.6166287681476, - "Chiller 6 Chiller % Loaded": 139.4091875560552, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.526307173958365, - "Chiller 6 Setpoint Temperature": 24.915836131738242 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.9360134498219566, - "Chiller 6 Chiller Efficiency": 0.6495783934602105, - "Chiller 6 Tonnage": 744.2716285050413, - "Chiller 6 Supply Temperature": 63.67426939574629, - "Chiller 6 Return Temperature": 14.778914697892686, - "Chiller 6 Condenser Water Flow": 240.21933510383855, - "Chiller 6 Power Input": 1141.6771649874465, - "Chiller 6 Chiller % Loaded": 88.6282220772815, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.475019990094104, - "Chiller 6 Setpoint Temperature": 84.35884248662651 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.3994359739041, - "Chiller 6 Chiller Efficiency": 0.002502243625328132, - "Chiller 6 Tonnage": 3107.172966740481, - "Chiller 6 Supply Temperature": 66.11445279014853, - "Chiller 6 Return Temperature": 19.4218040181153, - "Chiller 6 Condenser Water Flow": 6262.630148563443, - "Chiller 6 Power Input": 994.348779776361, - "Chiller 6 Chiller % Loaded": 24.750337212913085, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.44256987213598, - "Chiller 6 Setpoint Temperature": 8.943381019460897 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.47427953005362, - "Chiller 6 Chiller Efficiency": 0.3483658403453519, - "Chiller 6 Tonnage": 2041.1072240968572, - "Chiller 6 Supply Temperature": 7.367383215715864, - "Chiller 6 Return Temperature": 65.7706221652511, - "Chiller 6 Condenser Water Flow": 6205.35318705644, - "Chiller 6 Power Input": 446.3886084972759, - "Chiller 6 Chiller % Loaded": 61.444694775506186, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.22821422331074, - "Chiller 6 Setpoint Temperature": 61.684759888780604 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.7806658103138, - "Chiller 6 Chiller Efficiency": 0.43635747405940856, - "Chiller 6 Tonnage": 2460.9615088773644, - "Chiller 6 Supply Temperature": 53.71012805259198, - "Chiller 6 Return Temperature": 67.12971545150933, - "Chiller 6 Condenser Water Flow": 473.9882189740253, - "Chiller 6 Power Input": 1358.6929955372184, - "Chiller 6 Chiller % Loaded": 41.89974459015566, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.15628289834244, - "Chiller 6 Setpoint Temperature": 64.70972182622948 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.00137157507572, - "Chiller 6 Chiller Efficiency": 0.06767526484834349, - "Chiller 6 Tonnage": 1173.790376131497, - "Chiller 6 Supply Temperature": 23.540532052173592, - "Chiller 6 Return Temperature": 79.11768603473011, - "Chiller 6 Condenser Water Flow": 538.2191851595768, - "Chiller 6 Power Input": 516.7460185167618, - "Chiller 6 Chiller % Loaded": 61.015032957090305, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.479751466880548, - "Chiller 6 Setpoint Temperature": 79.29472007899085 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.7999004838627, - "Chiller 6 Chiller Efficiency": 0.584226942307875, - "Chiller 6 Tonnage": 4524.80054861538, - "Chiller 6 Supply Temperature": 19.56223352311276, - "Chiller 6 Return Temperature": 83.33057692589792, - "Chiller 6 Condenser Water Flow": 3823.8775549477855, - "Chiller 6 Power Input": 1024.0562470635132, - "Chiller 6 Chiller % Loaded": 141.28301323383477, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.463110884955086, - "Chiller 6 Setpoint Temperature": 78.42038245297783 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.26080491354843, - "Chiller 6 Chiller Efficiency": 0.28827468967676, - "Chiller 6 Tonnage": 3900.126201006314, - "Chiller 6 Supply Temperature": 20.821538524284882, - "Chiller 6 Return Temperature": 94.25101996000494, - "Chiller 6 Condenser Water Flow": 10887.475191160911, - "Chiller 6 Power Input": 1107.9479334888504, - "Chiller 6 Chiller % Loaded": 70.10229405014773, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.83464087510694, - "Chiller 6 Setpoint Temperature": 6.488463078910904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.169395342538273, - "Chiller 6 Chiller Efficiency": 0.6026086377283055, - "Chiller 6 Tonnage": 462.376143151919, - "Chiller 6 Supply Temperature": 21.836459249935398, - "Chiller 6 Return Temperature": 61.14414845889969, - "Chiller 6 Condenser Water Flow": 761.5588277637917, - "Chiller 6 Power Input": 1071.6369261037914, - "Chiller 6 Chiller % Loaded": 115.89660020799833, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.24334013890681, - "Chiller 6 Setpoint Temperature": 14.542985466898452 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.73660654123493, - "Chiller 6 Chiller Efficiency": 0.5027940705674738, - "Chiller 6 Tonnage": 2595.416040673299, - "Chiller 6 Supply Temperature": 62.418185806086925, - "Chiller 6 Return Temperature": 51.85052408385279, - "Chiller 6 Condenser Water Flow": 1948.1559477220626, - "Chiller 6 Power Input": 350.20086673844673, - "Chiller 6 Chiller % Loaded": 148.74098390378853, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.786581841653536, - "Chiller 6 Setpoint Temperature": 78.16016776931754 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.84260619254141, - "Chiller 6 Chiller Efficiency": 0.045542237092380033, - "Chiller 6 Tonnage": 3449.411763100622, - "Chiller 6 Supply Temperature": 0.2921380235680366, - "Chiller 6 Return Temperature": 93.9205366214729, - "Chiller 6 Condenser Water Flow": 4079.2569400564944, - "Chiller 6 Power Input": 1097.1348531427273, - "Chiller 6 Chiller % Loaded": 84.76190575212244, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.591713786512608, - "Chiller 6 Setpoint Temperature": 77.09170741702552 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.38771664544792, - "Chiller 6 Chiller Efficiency": 0.6453977886982833, - "Chiller 6 Tonnage": 965.1296697869914, - "Chiller 6 Supply Temperature": 27.320076614891804, - "Chiller 6 Return Temperature": 26.294999596981345, - "Chiller 6 Condenser Water Flow": 6634.3431424029095, - "Chiller 6 Power Input": 1113.3068607559153, - "Chiller 6 Chiller % Loaded": 19.63302056712696, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.51347534606515, - "Chiller 6 Setpoint Temperature": 8.845355336823033 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.32708299283595, - "Chiller 6 Chiller Efficiency": 0.4278331713157175, - "Chiller 6 Tonnage": 368.6617664266482, - "Chiller 6 Supply Temperature": 64.57484078377581, - "Chiller 6 Return Temperature": 98.61116757970606, - "Chiller 6 Condenser Water Flow": 6709.722308267229, - "Chiller 6 Power Input": 911.0902274620803, - "Chiller 6 Chiller % Loaded": 17.501650020066833, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.061670246642436, - "Chiller 6 Setpoint Temperature": 56.03982088690292 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.79169927896699, - "Chiller 6 Chiller Efficiency": 0.30854367427193513, - "Chiller 6 Tonnage": 2559.152886714387, - "Chiller 6 Supply Temperature": 14.991176380340352, - "Chiller 6 Return Temperature": 65.49949212733253, - "Chiller 6 Condenser Water Flow": 6626.603386664696, - "Chiller 6 Power Input": 253.9060700147911, - "Chiller 6 Chiller % Loaded": 137.20185107474234, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.75846112753801, - "Chiller 6 Setpoint Temperature": 90.2642122489351 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.52922921188377, - "Chiller 6 Chiller Efficiency": 0.2730917990096405, - "Chiller 6 Tonnage": 619.2101901696923, - "Chiller 6 Supply Temperature": 49.795203965982964, - "Chiller 6 Return Temperature": 15.094553584687583, - "Chiller 6 Condenser Water Flow": 291.1049990127925, - "Chiller 6 Power Input": 1366.7970256305723, - "Chiller 6 Chiller % Loaded": 94.95455588870723, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.4279982077988, - "Chiller 6 Setpoint Temperature": 30.862251781761294 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.66358679396463, - "Chiller 6 Chiller Efficiency": 0.3347800922613629, - "Chiller 6 Tonnage": 1759.0664005457563, - "Chiller 6 Supply Temperature": 88.18354885362334, - "Chiller 6 Return Temperature": 3.6692969264855253, - "Chiller 6 Condenser Water Flow": 7393.92521496368, - "Chiller 6 Power Input": 1334.4356439269163, - "Chiller 6 Chiller % Loaded": 84.92230955676261, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.47656655171286, - "Chiller 6 Setpoint Temperature": 3.006097733013439 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.15139481139762, - "Chiller 6 Chiller Efficiency": 0.29666749652195784, - "Chiller 6 Tonnage": 3900.724484210982, - "Chiller 6 Supply Temperature": 56.55456350671114, - "Chiller 6 Return Temperature": 114.39110957494809, - "Chiller 6 Condenser Water Flow": 8596.274461791267, - "Chiller 6 Power Input": 172.67724474410272, - "Chiller 6 Chiller % Loaded": 31.516789183871765, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.64160290388563, - "Chiller 6 Setpoint Temperature": 16.699206605860063 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.81674224863757, - "Chiller 6 Chiller Efficiency": 0.22345419715490902, - "Chiller 6 Tonnage": 2689.358295757321, - "Chiller 6 Supply Temperature": 47.62295322015442, - "Chiller 6 Return Temperature": 14.276344046089607, - "Chiller 6 Condenser Water Flow": 5424.628637213622, - "Chiller 6 Power Input": 1159.4017436986499, - "Chiller 6 Chiller % Loaded": 63.83519525270743, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.519944774658, - "Chiller 6 Setpoint Temperature": 78.15258755243046 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.31901818426122, - "Chiller 6 Chiller Efficiency": 0.4681845553588439, - "Chiller 6 Tonnage": 3567.6207276099126, - "Chiller 6 Supply Temperature": 72.13718736843374, - "Chiller 6 Return Temperature": 33.9644716929198, - "Chiller 6 Condenser Water Flow": 10439.18295800446, - "Chiller 6 Power Input": 1047.7599221933942, - "Chiller 6 Chiller % Loaded": 36.896829243303706, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.012409954465028, - "Chiller 6 Setpoint Temperature": 79.70059369735719 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.47877331458746, - "Chiller 6 Chiller Efficiency": 0.2535397412097989, - "Chiller 6 Tonnage": 92.8554947828056, - "Chiller 6 Supply Temperature": 24.427100829740564, - "Chiller 6 Return Temperature": 68.49627780746387, - "Chiller 6 Condenser Water Flow": 7635.39866616759, - "Chiller 6 Power Input": 7.628111405120509, - "Chiller 6 Chiller % Loaded": 90.55945470018672, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.93621162392712, - "Chiller 6 Setpoint Temperature": 60.747655572477775 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.66500132561929, - "Chiller 6 Chiller Efficiency": 0.24172729011853683, - "Chiller 6 Tonnage": 617.2763940699224, - "Chiller 6 Supply Temperature": 33.41233118519057, - "Chiller 6 Return Temperature": 86.87462375988375, - "Chiller 6 Condenser Water Flow": 6305.720902606612, - "Chiller 6 Power Input": 68.56734131111098, - "Chiller 6 Chiller % Loaded": 19.143557915709593, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.974577628221304, - "Chiller 6 Setpoint Temperature": 52.25048593217 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.95987585037422, - "Chiller 6 Chiller Efficiency": 0.11953960074528876, - "Chiller 6 Tonnage": 2025.1644480908474, - "Chiller 6 Supply Temperature": 38.89675909192951, - "Chiller 6 Return Temperature": 4.355943396845276, - "Chiller 6 Condenser Water Flow": 9771.672197293754, - "Chiller 6 Power Input": 1241.5665324563702, - "Chiller 6 Chiller % Loaded": 16.895150002154406, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.356526422393245, - "Chiller 6 Setpoint Temperature": 81.88190421830537 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.20564625460958, - "Chiller 6 Chiller Efficiency": 0.3712867145276335, - "Chiller 6 Tonnage": 873.760181338035, - "Chiller 6 Supply Temperature": 23.117840423713478, - "Chiller 6 Return Temperature": 45.24587606939564, - "Chiller 6 Condenser Water Flow": 5086.714194154547, - "Chiller 6 Power Input": 1338.0335498098539, - "Chiller 6 Chiller % Loaded": 64.01701923278716, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.59557316567469, - "Chiller 6 Setpoint Temperature": 86.6938527288442 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.72678609596943, - "Chiller 6 Chiller Efficiency": 0.011889682019445498, - "Chiller 6 Tonnage": 1108.1424715493054, - "Chiller 6 Supply Temperature": 62.73875699027512, - "Chiller 6 Return Temperature": 85.51136525581836, - "Chiller 6 Condenser Water Flow": 2369.4591945486013, - "Chiller 6 Power Input": 867.5540645861337, - "Chiller 6 Chiller % Loaded": 24.326993100698747, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.1518505287289, - "Chiller 6 Setpoint Temperature": 49.42942726494697 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.38697554824495, - "Chiller 6 Chiller Efficiency": 0.1395571754070234, - "Chiller 6 Tonnage": 1552.8257085222324, - "Chiller 6 Supply Temperature": 49.975020654892695, - "Chiller 6 Return Temperature": 17.02023714139793, - "Chiller 6 Condenser Water Flow": 5943.722371677729, - "Chiller 6 Power Input": 1521.0244329543796, - "Chiller 6 Chiller % Loaded": 25.841621416791046, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.00685242897521, - "Chiller 6 Setpoint Temperature": 82.50109313070438 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.8273247156273, - "Chiller 6 Chiller Efficiency": 0.34208018458636863, - "Chiller 6 Tonnage": 1226.7787084939714, - "Chiller 6 Supply Temperature": 25.714278107260377, - "Chiller 6 Return Temperature": 64.8931497051064, - "Chiller 6 Condenser Water Flow": 8343.008826001693, - "Chiller 6 Power Input": 40.14159312811227, - "Chiller 6 Chiller % Loaded": 28.17854513405037, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.75232058653247, - "Chiller 6 Setpoint Temperature": 42.57878741008079 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.43203177016873, - "Chiller 6 Chiller Efficiency": 0.03907079222993001, - "Chiller 6 Tonnage": 831.7309781829686, - "Chiller 6 Supply Temperature": 15.19453793444253, - "Chiller 6 Return Temperature": 18.259591592909352, - "Chiller 6 Condenser Water Flow": 2430.5229940356753, - "Chiller 6 Power Input": 330.84239180422037, - "Chiller 6 Chiller % Loaded": 84.14645630918777, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.423169825479334, - "Chiller 6 Setpoint Temperature": 37.87569459626208 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.91424147339271, - "Chiller 6 Chiller Efficiency": 0.5766263476154361, - "Chiller 6 Tonnage": 3874.266675746624, - "Chiller 6 Supply Temperature": 33.31500124636694, - "Chiller 6 Return Temperature": 50.43567630200185, - "Chiller 6 Condenser Water Flow": 7839.229933850339, - "Chiller 6 Power Input": 747.5212520861407, - "Chiller 6 Chiller % Loaded": 102.8333818773721, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.49131562950639, - "Chiller 6 Setpoint Temperature": 83.31439404654562 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.35240044879801, - "Chiller 6 Chiller Efficiency": 0.5201929333993178, - "Chiller 6 Tonnage": 2605.5683102002417, - "Chiller 6 Supply Temperature": 66.08648012790051, - "Chiller 6 Return Temperature": 1.2789149435433833, - "Chiller 6 Condenser Water Flow": 3074.4473067245312, - "Chiller 6 Power Input": 1250.2000787017014, - "Chiller 6 Chiller % Loaded": 109.5191311025289, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.36961209823552, - "Chiller 6 Setpoint Temperature": 59.84040770279552 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.42687796936102, - "Chiller 6 Chiller Efficiency": 0.508473473407326, - "Chiller 6 Tonnage": 2939.734356899882, - "Chiller 6 Supply Temperature": 25.041368543289273, - "Chiller 6 Return Temperature": 20.716289857133027, - "Chiller 6 Condenser Water Flow": 1033.0581725892598, - "Chiller 6 Power Input": 551.278961689184, - "Chiller 6 Chiller % Loaded": 118.20750358890676, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.57349365586974, - "Chiller 6 Setpoint Temperature": 25.94575624099788 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.212314874689163, - "Chiller 6 Chiller Efficiency": 0.08696020103953736, - "Chiller 6 Tonnage": 167.90229686182633, - "Chiller 6 Supply Temperature": 33.42870387518274, - "Chiller 6 Return Temperature": 9.182235171460578, - "Chiller 6 Condenser Water Flow": 488.20063533560494, - "Chiller 6 Power Input": 1457.5016980362857, - "Chiller 6 Chiller % Loaded": 82.62625676564149, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.123299864891472, - "Chiller 6 Setpoint Temperature": 74.77256574642337 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.392262086299915, - "Chiller 6 Chiller Efficiency": 0.41138262595118696, - "Chiller 6 Tonnage": 3911.294923984535, - "Chiller 6 Supply Temperature": 24.633638661608526, - "Chiller 6 Return Temperature": 64.80760728366552, - "Chiller 6 Condenser Water Flow": 9097.298605733075, - "Chiller 6 Power Input": 614.726112129649, - "Chiller 6 Chiller % Loaded": 126.42779822198129, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.207599603490129, - "Chiller 6 Setpoint Temperature": 8.52055932406261 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.91357745330937, - "Chiller 6 Chiller Efficiency": 0.5058361775447551, - "Chiller 6 Tonnage": 2824.8490497650064, - "Chiller 6 Supply Temperature": 85.9635233890296, - "Chiller 6 Return Temperature": 64.32194201463986, - "Chiller 6 Condenser Water Flow": 5604.557707569488, - "Chiller 6 Power Input": 437.40690602544043, - "Chiller 6 Chiller % Loaded": 124.14210611788357, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.99548685347873, - "Chiller 6 Setpoint Temperature": 6.659828898785224 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.64449123084735, - "Chiller 6 Chiller Efficiency": 0.32213424752258274, - "Chiller 6 Tonnage": 1430.3029098970362, - "Chiller 6 Supply Temperature": 87.21580808237488, - "Chiller 6 Return Temperature": 111.5965561318536, - "Chiller 6 Condenser Water Flow": 2350.0691265409373, - "Chiller 6 Power Input": 257.3228106540133, - "Chiller 6 Chiller % Loaded": 120.19930335685366, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.78922957112109, - "Chiller 6 Setpoint Temperature": 62.479577831439684 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.20217673831986, - "Chiller 6 Chiller Efficiency": 0.25393899823931204, - "Chiller 6 Tonnage": 4007.282513972402, - "Chiller 6 Supply Temperature": 49.73305418791045, - "Chiller 6 Return Temperature": 26.987960983441972, - "Chiller 6 Condenser Water Flow": 7385.128583710824, - "Chiller 6 Power Input": 1512.8095154722032, - "Chiller 6 Chiller % Loaded": 161.5057825086874, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.60773041918159, - "Chiller 6 Setpoint Temperature": 89.08965800044525 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.87481388471125, - "Chiller 6 Chiller Efficiency": 0.3477083990900711, - "Chiller 6 Tonnage": 976.0770577288328, - "Chiller 6 Supply Temperature": 3.529783091014679, - "Chiller 6 Return Temperature": 44.89414394549795, - "Chiller 6 Condenser Water Flow": 767.9050380974167, - "Chiller 6 Power Input": 179.56066664027207, - "Chiller 6 Chiller % Loaded": 9.010441042691166, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.51400897073608, - "Chiller 6 Setpoint Temperature": 77.2960422306517 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.28043028956867, - "Chiller 6 Chiller Efficiency": 0.20252021239786694, - "Chiller 6 Tonnage": 792.5786543685576, - "Chiller 6 Supply Temperature": 83.49914903324671, - "Chiller 6 Return Temperature": 107.43094835586017, - "Chiller 6 Condenser Water Flow": 7345.789884477392, - "Chiller 6 Power Input": 994.7325005746206, - "Chiller 6 Chiller % Loaded": 137.2539455433367, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.25929412508842, - "Chiller 6 Setpoint Temperature": 20.581966865117508 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.69022090398342, - "Chiller 6 Chiller Efficiency": 0.114275074675566, - "Chiller 6 Tonnage": 1457.446296734044, - "Chiller 6 Supply Temperature": 71.02854730650311, - "Chiller 6 Return Temperature": 60.770280176587775, - "Chiller 6 Condenser Water Flow": 1754.4844805661744, - "Chiller 6 Power Input": 290.17089027747056, - "Chiller 6 Chiller % Loaded": 120.86074085203674, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.20778723590964, - "Chiller 6 Setpoint Temperature": 80.79809032888005 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.28943804085927, - "Chiller 6 Chiller Efficiency": 0.506787612269976, - "Chiller 6 Tonnage": 4662.253891455819, - "Chiller 6 Supply Temperature": 0.6201813187433914, - "Chiller 6 Return Temperature": 27.992483408097296, - "Chiller 6 Condenser Water Flow": 6972.670690806133, - "Chiller 6 Power Input": 293.71124653996424, - "Chiller 6 Chiller % Loaded": 49.84504801776079, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.297869968795645, - "Chiller 6 Setpoint Temperature": 76.29196196722222 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.3718676552021, - "Chiller 6 Chiller Efficiency": 0.40671749610295843, - "Chiller 6 Tonnage": 32.61123466508972, - "Chiller 6 Supply Temperature": 90.61389937819419, - "Chiller 6 Return Temperature": 104.73742504720649, - "Chiller 6 Condenser Water Flow": 3828.4404233694418, - "Chiller 6 Power Input": 702.5717520726002, - "Chiller 6 Chiller % Loaded": 113.85347454957814, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.120824470941315, - "Chiller 6 Setpoint Temperature": 36.2852584447133 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.86090197573122, - "Chiller 6 Chiller Efficiency": 0.4713027089955375, - "Chiller 6 Tonnage": 3200.2597990346067, - "Chiller 6 Supply Temperature": 13.029265344067184, - "Chiller 6 Return Temperature": 70.69926183588817, - "Chiller 6 Condenser Water Flow": 6855.181552950439, - "Chiller 6 Power Input": 1023.6969060803358, - "Chiller 6 Chiller % Loaded": 137.36333851507254, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.914205803427805, - "Chiller 6 Setpoint Temperature": 5.7977309040043465 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.62318248223615, - "Chiller 6 Chiller Efficiency": 0.23702170083471566, - "Chiller 6 Tonnage": 1042.5313245831026, - "Chiller 6 Supply Temperature": 34.95922151525365, - "Chiller 6 Return Temperature": 38.66711476290642, - "Chiller 6 Condenser Water Flow": 2094.104550608995, - "Chiller 6 Power Input": 1158.9307432621347, - "Chiller 6 Chiller % Loaded": 44.35421731606979, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.88426997582923, - "Chiller 6 Setpoint Temperature": 43.63619766897519 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.57887715200226, - "Chiller 6 Chiller Efficiency": 0.37346898879149676, - "Chiller 6 Tonnage": 3102.8189165516324, - "Chiller 6 Supply Temperature": 65.99561753190656, - "Chiller 6 Return Temperature": 113.92493475980987, - "Chiller 6 Condenser Water Flow": 609.8768733978518, - "Chiller 6 Power Input": 950.1117854698531, - "Chiller 6 Chiller % Loaded": 140.82767330645603, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.85604125825753, - "Chiller 6 Setpoint Temperature": 15.694758859128202 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.09306939154404, - "Chiller 6 Chiller Efficiency": 0.28998228411668214, - "Chiller 6 Tonnage": 3242.119037611548, - "Chiller 6 Supply Temperature": 73.68001541851022, - "Chiller 6 Return Temperature": 40.80780158501278, - "Chiller 6 Condenser Water Flow": 2634.4647219505778, - "Chiller 6 Power Input": 1097.5918555285316, - "Chiller 6 Chiller % Loaded": 17.597503550150883, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.21374809920351, - "Chiller 6 Setpoint Temperature": 35.33085888327921 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.72478178547377, - "Chiller 6 Chiller Efficiency": 0.5965650097945875, - "Chiller 6 Tonnage": 3707.6673330887443, - "Chiller 6 Supply Temperature": 88.84033774685672, - "Chiller 6 Return Temperature": 106.49889858972709, - "Chiller 6 Condenser Water Flow": 8710.960508910193, - "Chiller 6 Power Input": 1405.2594725616104, - "Chiller 6 Chiller % Loaded": 59.32589267020906, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.074800886994861, - "Chiller 6 Setpoint Temperature": 69.46013972098272 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.66529002650727, - "Chiller 6 Chiller Efficiency": 0.489829646081113, - "Chiller 6 Tonnage": 3109.5879152051048, - "Chiller 6 Supply Temperature": 82.10315645348985, - "Chiller 6 Return Temperature": 106.6534304921828, - "Chiller 6 Condenser Water Flow": 7485.201665939782, - "Chiller 6 Power Input": 1169.869422591223, - "Chiller 6 Chiller % Loaded": 113.22803367828003, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.218380068319174, - "Chiller 6 Setpoint Temperature": 7.02050543055091 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.9273061917562, - "Chiller 6 Chiller Efficiency": 0.29945992649453207, - "Chiller 6 Tonnage": 453.4613678574527, - "Chiller 6 Supply Temperature": 49.01828891533499, - "Chiller 6 Return Temperature": 75.35015428172628, - "Chiller 6 Condenser Water Flow": 5107.056365061174, - "Chiller 6 Power Input": 429.77071480924593, - "Chiller 6 Chiller % Loaded": 136.24748540871346, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.39876408069093, - "Chiller 6 Setpoint Temperature": 51.555056864800235 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.111339485694286, - "Chiller 6 Chiller Efficiency": 0.32210624808666355, - "Chiller 6 Tonnage": 894.1677639268013, - "Chiller 6 Supply Temperature": 46.02488787207865, - "Chiller 6 Return Temperature": 32.467047509822066, - "Chiller 6 Condenser Water Flow": 7530.447776362716, - "Chiller 6 Power Input": 711.9277479338863, - "Chiller 6 Chiller % Loaded": 67.16320329246763, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.46118313072786, - "Chiller 6 Setpoint Temperature": 81.33033012510495 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.1719693381483, - "Chiller 6 Chiller Efficiency": 0.23127215231635456, - "Chiller 6 Tonnage": 2484.4321609629305, - "Chiller 6 Supply Temperature": 34.08833660636055, - "Chiller 6 Return Temperature": 55.697162872564576, - "Chiller 6 Condenser Water Flow": 2659.2194669860473, - "Chiller 6 Power Input": 797.2532375167208, - "Chiller 6 Chiller % Loaded": 4.6299296340860385, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.95703440366293, - "Chiller 6 Setpoint Temperature": 13.497147951273538 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.81769111298772, - "Chiller 6 Chiller Efficiency": 0.4274422157719905, - "Chiller 6 Tonnage": 4096.437079665196, - "Chiller 6 Supply Temperature": 24.957615765202547, - "Chiller 6 Return Temperature": 2.5547563593542164, - "Chiller 6 Condenser Water Flow": 5662.169600820494, - "Chiller 6 Power Input": 140.8816026019033, - "Chiller 6 Chiller % Loaded": 92.6980303366263, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.3583287769837005, - "Chiller 6 Setpoint Temperature": 40.40184991620308 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.691431645586713, - "Chiller 6 Chiller Efficiency": 0.2905195876277821, - "Chiller 6 Tonnage": 3279.1739853879303, - "Chiller 6 Supply Temperature": 69.33608929860871, - "Chiller 6 Return Temperature": 89.56366051522424, - "Chiller 6 Condenser Water Flow": 9788.978792448783, - "Chiller 6 Power Input": 536.7099827183046, - "Chiller 6 Chiller % Loaded": 6.0382125158150535, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.86873842873848, - "Chiller 6 Setpoint Temperature": 42.98463312677525 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.32545472999156, - "Chiller 6 Chiller Efficiency": 0.4669619644854758, - "Chiller 6 Tonnage": 84.54303574244227, - "Chiller 6 Supply Temperature": 1.895113825215517, - "Chiller 6 Return Temperature": 1.9991120292872633, - "Chiller 6 Condenser Water Flow": 10297.100734330137, - "Chiller 6 Power Input": 459.6246580325303, - "Chiller 6 Chiller % Loaded": 75.89812291824013, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.034146928428452, - "Chiller 6 Setpoint Temperature": 28.708370976093416 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-07T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.633138929207245, - "Chiller 6 Chiller Efficiency": 0.3159189152754497, - "Chiller 6 Tonnage": 2826.5838382160427, - "Chiller 6 Supply Temperature": 22.421198508215916, - "Chiller 6 Return Temperature": 2.8345061214143596, - "Chiller 6 Condenser Water Flow": 6401.826100338794, - "Chiller 6 Power Input": 737.8502744332002, - "Chiller 6 Chiller % Loaded": 137.87526756526225, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.300765711366942, - "Chiller 6 Setpoint Temperature": 51.74788954325594 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.7532296394888, - "Chiller 6 Chiller Efficiency": 0.5065945764069774, - "Chiller 6 Tonnage": 1363.515227291115, - "Chiller 6 Supply Temperature": 19.636708647191757, - "Chiller 6 Return Temperature": 51.14007085289031, - "Chiller 6 Condenser Water Flow": 2372.7051797453673, - "Chiller 6 Power Input": 1438.6008366068006, - "Chiller 6 Chiller % Loaded": 112.02437306509437, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.985231065577487, - "Chiller 6 Setpoint Temperature": 28.49489342165122 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.529337064027594, - "Chiller 6 Chiller Efficiency": 0.01292832281419622, - "Chiller 6 Tonnage": 1925.143856379681, - "Chiller 6 Supply Temperature": 20.69084512222119, - "Chiller 6 Return Temperature": 63.484213820685525, - "Chiller 6 Condenser Water Flow": 10835.256983582303, - "Chiller 6 Power Input": 818.3045226127088, - "Chiller 6 Chiller % Loaded": 34.9723579342204, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.8906734663892, - "Chiller 6 Setpoint Temperature": 45.24019243101902 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.00075735562787, - "Chiller 6 Chiller Efficiency": 0.2883879076228744, - "Chiller 6 Tonnage": 1277.713408164332, - "Chiller 6 Supply Temperature": 18.197469252118555, - "Chiller 6 Return Temperature": 91.63032760710827, - "Chiller 6 Condenser Water Flow": 3588.816939463165, - "Chiller 6 Power Input": 1207.2625655952104, - "Chiller 6 Chiller % Loaded": 116.09257458044166, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.872150192684124, - "Chiller 6 Setpoint Temperature": 33.38340143647351 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.1147330555614, - "Chiller 6 Chiller Efficiency": 0.17459699841912044, - "Chiller 6 Tonnage": 1903.9232701571384, - "Chiller 6 Supply Temperature": 45.1716856248478, - "Chiller 6 Return Temperature": 2.2898946739496, - "Chiller 6 Condenser Water Flow": 2476.951744963386, - "Chiller 6 Power Input": 1378.2179313099261, - "Chiller 6 Chiller % Loaded": 132.24239569288622, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.863032738695146, - "Chiller 6 Setpoint Temperature": 29.23891397228677 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.9466551176513, - "Chiller 6 Chiller Efficiency": 0.12139672785187558, - "Chiller 6 Tonnage": 1442.053327156468, - "Chiller 6 Supply Temperature": 44.03799491670618, - "Chiller 6 Return Temperature": 23.52802273557072, - "Chiller 6 Condenser Water Flow": 8286.484160460415, - "Chiller 6 Power Input": 252.65905877818219, - "Chiller 6 Chiller % Loaded": 135.15039184059935, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.03280920957876, - "Chiller 6 Setpoint Temperature": 48.98184469321046 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.86019527960758, - "Chiller 6 Chiller Efficiency": 0.3297816973341025, - "Chiller 6 Tonnage": 3689.4439431264377, - "Chiller 6 Supply Temperature": 80.92051297158694, - "Chiller 6 Return Temperature": 85.8794953356564, - "Chiller 6 Condenser Water Flow": 9343.920541739648, - "Chiller 6 Power Input": 283.43765120116393, - "Chiller 6 Chiller % Loaded": 137.55813605940455, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.52142845077307, - "Chiller 6 Setpoint Temperature": 14.473022458570469 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.5778554633475455, - "Chiller 6 Chiller Efficiency": 0.2619308285361325, - "Chiller 6 Tonnage": 4320.413554537996, - "Chiller 6 Supply Temperature": 74.32644998284978, - "Chiller 6 Return Temperature": 45.32176952602436, - "Chiller 6 Condenser Water Flow": 591.0362701100855, - "Chiller 6 Power Input": 1279.7991540128796, - "Chiller 6 Chiller % Loaded": 76.0173879300206, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.25335368930649, - "Chiller 6 Setpoint Temperature": 15.503595512816569 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.72399416809725, - "Chiller 6 Chiller Efficiency": 0.049492694554915825, - "Chiller 6 Tonnage": 2965.189523890746, - "Chiller 6 Supply Temperature": 56.96850372352526, - "Chiller 6 Return Temperature": 106.9949613972122, - "Chiller 6 Condenser Water Flow": 8324.328191570572, - "Chiller 6 Power Input": 284.85488971176085, - "Chiller 6 Chiller % Loaded": 120.072676218401, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.800050800176547, - "Chiller 6 Setpoint Temperature": 67.10209411360286 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 152.81673132601594, - "Chiller 6 Chiller Efficiency": 0.33961080920547926, - "Chiller 6 Tonnage": 2460.6254860571485, - "Chiller 6 Supply Temperature": 57.39152711761354, - "Chiller 6 Return Temperature": 18.03534743772862, - "Chiller 6 Condenser Water Flow": 6346.113456842, - "Chiller 6 Power Input": 1022.2415782433114, - "Chiller 6 Chiller % Loaded": 59.619637734581744, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.64295041444991, - "Chiller 6 Setpoint Temperature": 8.968784909981888 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.67283838193345, - "Chiller 6 Chiller Efficiency": 0.5978795050164294, - "Chiller 6 Tonnage": 3495.380844848607, - "Chiller 6 Supply Temperature": 70.49553999094094, - "Chiller 6 Return Temperature": 86.13240212508234, - "Chiller 6 Condenser Water Flow": 6649.785467043194, - "Chiller 6 Power Input": 121.71797070659943, - "Chiller 6 Chiller % Loaded": 140.12493244880466, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.56712844848334, - "Chiller 6 Setpoint Temperature": 46.83057407513255 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.90583739084116, - "Chiller 6 Chiller Efficiency": 0.45122171464463656, - "Chiller 6 Tonnage": 3124.730091914943, - "Chiller 6 Supply Temperature": 65.03141369393161, - "Chiller 6 Return Temperature": 84.03407369249696, - "Chiller 6 Condenser Water Flow": 7194.985455987926, - "Chiller 6 Power Input": 722.2309523392975, - "Chiller 6 Chiller % Loaded": 85.85070316646028, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.866620368044785, - "Chiller 6 Setpoint Temperature": 90.56214266925856 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.9725325750386, - "Chiller 6 Chiller Efficiency": 0.45193884635106807, - "Chiller 6 Tonnage": 2241.071975854666, - "Chiller 6 Supply Temperature": 67.80255430971727, - "Chiller 6 Return Temperature": 71.34711870803447, - "Chiller 6 Condenser Water Flow": 9724.668809306282, - "Chiller 6 Power Input": 103.33339032747917, - "Chiller 6 Chiller % Loaded": 22.89450382621579, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.746035274505715, - "Chiller 6 Setpoint Temperature": 68.84556813091994 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.90948694382662, - "Chiller 6 Chiller Efficiency": 0.5724317801144494, - "Chiller 6 Tonnage": 903.2458381300951, - "Chiller 6 Supply Temperature": 23.389988955583608, - "Chiller 6 Return Temperature": 61.53834128033263, - "Chiller 6 Condenser Water Flow": 556.1182079307316, - "Chiller 6 Power Input": 135.08879684861438, - "Chiller 6 Chiller % Loaded": 159.7725230262762, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.3687621263887, - "Chiller 6 Setpoint Temperature": 83.52084524586533 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 153.47778415559898, - "Chiller 6 Chiller Efficiency": 0.2937767036036908, - "Chiller 6 Tonnage": 3847.3030553859658, - "Chiller 6 Supply Temperature": 76.90611926272551, - "Chiller 6 Return Temperature": 41.95040365937954, - "Chiller 6 Condenser Water Flow": 3435.7354214917386, - "Chiller 6 Power Input": 632.2364549464949, - "Chiller 6 Chiller % Loaded": 97.114446033704, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.244944569536507, - "Chiller 6 Setpoint Temperature": 49.12492451482475 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.43973955909937, - "Chiller 6 Chiller Efficiency": 0.13589378844531794, - "Chiller 6 Tonnage": 3935.5387936670786, - "Chiller 6 Supply Temperature": 9.297985819700015, - "Chiller 6 Return Temperature": 58.297116684136135, - "Chiller 6 Condenser Water Flow": 3858.501789313249, - "Chiller 6 Power Input": 1244.918786589068, - "Chiller 6 Chiller % Loaded": 71.28954633492921, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.672055906886516, - "Chiller 6 Setpoint Temperature": 23.559693118054923 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.20006720683178, - "Chiller 6 Chiller Efficiency": 0.0012118335903410237, - "Chiller 6 Tonnage": 4189.477601479553, - "Chiller 6 Supply Temperature": 19.963321750038297, - "Chiller 6 Return Temperature": 24.18242653463454, - "Chiller 6 Condenser Water Flow": 277.24836489610635, - "Chiller 6 Power Input": 444.42645550964505, - "Chiller 6 Chiller % Loaded": 102.39927602209278, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.97390657839506, - "Chiller 6 Setpoint Temperature": 49.19355917179287 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.46624941827952, - "Chiller 6 Chiller Efficiency": 0.07880952723826645, - "Chiller 6 Tonnage": 2071.183460360208, - "Chiller 6 Supply Temperature": 26.294873169587042, - "Chiller 6 Return Temperature": 77.65058289973527, - "Chiller 6 Condenser Water Flow": 2248.067413680331, - "Chiller 6 Power Input": 455.4495477401137, - "Chiller 6 Chiller % Loaded": 156.91040003973, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.39838610533334, - "Chiller 6 Setpoint Temperature": 44.73917418805937 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.978817709788146, - "Chiller 6 Chiller Efficiency": 0.17770354213649203, - "Chiller 6 Tonnage": 3658.172725118088, - "Chiller 6 Supply Temperature": 1.633340333612358, - "Chiller 6 Return Temperature": 108.1702386217557, - "Chiller 6 Condenser Water Flow": 10497.487624058876, - "Chiller 6 Power Input": 1279.2269173442064, - "Chiller 6 Chiller % Loaded": 152.5536746035027, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.480268452065257, - "Chiller 6 Setpoint Temperature": 61.56667868688499 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.56686450175124, - "Chiller 6 Chiller Efficiency": 0.14212208628322467, - "Chiller 6 Tonnage": 1906.2100061562894, - "Chiller 6 Supply Temperature": 54.853055091461414, - "Chiller 6 Return Temperature": 10.066039426611013, - "Chiller 6 Condenser Water Flow": 10223.400123921221, - "Chiller 6 Power Input": 710.7217243131332, - "Chiller 6 Chiller % Loaded": 52.99564993544763, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.82488529571722, - "Chiller 6 Setpoint Temperature": 63.518864820656 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.42406918327326, - "Chiller 6 Chiller Efficiency": 0.641867476422778, - "Chiller 6 Tonnage": 476.28447426748755, - "Chiller 6 Supply Temperature": 22.18742504567361, - "Chiller 6 Return Temperature": 31.41486595949009, - "Chiller 6 Condenser Water Flow": 8274.957713474101, - "Chiller 6 Power Input": 401.8582747273855, - "Chiller 6 Chiller % Loaded": 122.91271777379349, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.29248043097307, - "Chiller 6 Setpoint Temperature": 74.41164922380781 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.531544171236284, - "Chiller 6 Chiller Efficiency": 0.30588258671561847, - "Chiller 6 Tonnage": 4254.115905779575, - "Chiller 6 Supply Temperature": 43.75225298374808, - "Chiller 6 Return Temperature": 94.53657469426481, - "Chiller 6 Condenser Water Flow": 8626.685766791697, - "Chiller 6 Power Input": 1520.9976243801232, - "Chiller 6 Chiller % Loaded": 15.763645337771104, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.83397753759715, - "Chiller 6 Setpoint Temperature": 35.06448788900521 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 153.98912058563926, - "Chiller 6 Chiller Efficiency": 0.23101371382569436, - "Chiller 6 Tonnage": 2909.3768062112044, - "Chiller 6 Supply Temperature": 28.835662726079136, - "Chiller 6 Return Temperature": 24.33955366833081, - "Chiller 6 Condenser Water Flow": 5912.357088556203, - "Chiller 6 Power Input": 359.59210053997884, - "Chiller 6 Chiller % Loaded": 91.46638310553345, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.15054330410547, - "Chiller 6 Setpoint Temperature": 33.75692089153332 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.5570496779127, - "Chiller 6 Chiller Efficiency": 0.4542967078346746, - "Chiller 6 Tonnage": 1416.7146570503953, - "Chiller 6 Supply Temperature": 23.23310488787108, - "Chiller 6 Return Temperature": 52.5666269827182, - "Chiller 6 Condenser Water Flow": 3977.866176202271, - "Chiller 6 Power Input": 490.75980983806113, - "Chiller 6 Chiller % Loaded": 143.4669351671935, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.9134009420083, - "Chiller 6 Setpoint Temperature": 37.19085191706518 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.659467008491376, - "Chiller 6 Chiller Efficiency": 0.1526984541578625, - "Chiller 6 Tonnage": 415.57131083123613, - "Chiller 6 Supply Temperature": 56.691643650577575, - "Chiller 6 Return Temperature": 113.4131337153613, - "Chiller 6 Condenser Water Flow": 6402.468663851695, - "Chiller 6 Power Input": 1433.3006499729509, - "Chiller 6 Chiller % Loaded": 25.89653983182588, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.154678225765348, - "Chiller 6 Setpoint Temperature": 16.624313065045435 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.45240714227797, - "Chiller 6 Chiller Efficiency": 0.44628899696845686, - "Chiller 6 Tonnage": 1364.0474661692951, - "Chiller 6 Supply Temperature": 72.99983432947045, - "Chiller 6 Return Temperature": 13.001504444943428, - "Chiller 6 Condenser Water Flow": 8407.324481754078, - "Chiller 6 Power Input": 318.0711436254055, - "Chiller 6 Chiller % Loaded": 155.4419438497543, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.5656667332119, - "Chiller 6 Setpoint Temperature": 52.06918564609721 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.37886505650775, - "Chiller 6 Chiller Efficiency": 0.2811759121798183, - "Chiller 6 Tonnage": 3132.618743605835, - "Chiller 6 Supply Temperature": 58.59484562505227, - "Chiller 6 Return Temperature": 22.12958379032508, - "Chiller 6 Condenser Water Flow": 3325.327837745833, - "Chiller 6 Power Input": 1236.890799040315, - "Chiller 6 Chiller % Loaded": 48.74435865222631, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.92637520937893, - "Chiller 6 Setpoint Temperature": 20.15150288767765 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.21172070768993, - "Chiller 6 Chiller Efficiency": 0.20074007156021645, - "Chiller 6 Tonnage": 1802.6784028689365, - "Chiller 6 Supply Temperature": 40.001816418666124, - "Chiller 6 Return Temperature": 22.64562448110359, - "Chiller 6 Condenser Water Flow": 7577.912655301685, - "Chiller 6 Power Input": 790.4069666778926, - "Chiller 6 Chiller % Loaded": 102.27428406944784, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.99178641027203, - "Chiller 6 Setpoint Temperature": 69.99913749680039 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.93245631185954, - "Chiller 6 Chiller Efficiency": 0.1439790284572558, - "Chiller 6 Tonnage": 3921.3987670632146, - "Chiller 6 Supply Temperature": 57.54261927451806, - "Chiller 6 Return Temperature": 63.17819417308715, - "Chiller 6 Condenser Water Flow": 4473.811737740336, - "Chiller 6 Power Input": 1242.5873621516557, - "Chiller 6 Chiller % Loaded": 110.92541162485108, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.11914405124345, - "Chiller 6 Setpoint Temperature": 42.09355430776478 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.34148034835438, - "Chiller 6 Chiller Efficiency": 0.4833755259045152, - "Chiller 6 Tonnage": 1895.8452622086586, - "Chiller 6 Supply Temperature": 6.559360779577599, - "Chiller 6 Return Temperature": 24.96022059191161, - "Chiller 6 Condenser Water Flow": 9710.37382766772, - "Chiller 6 Power Input": 1540.8258816474154, - "Chiller 6 Chiller % Loaded": 73.45297237331361, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.54666418135269, - "Chiller 6 Setpoint Temperature": 5.259402484601315 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.25245417827651, - "Chiller 6 Chiller Efficiency": 0.23362021192426594, - "Chiller 6 Tonnage": 275.70323131074105, - "Chiller 6 Supply Temperature": 40.8787539032407, - "Chiller 6 Return Temperature": 47.169486296634375, - "Chiller 6 Condenser Water Flow": 10695.642059594704, - "Chiller 6 Power Input": 1123.9264306768246, - "Chiller 6 Chiller % Loaded": 71.81407331413234, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.657679909206559, - "Chiller 6 Setpoint Temperature": 72.13697176507202 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.1516484911394, - "Chiller 6 Chiller Efficiency": 0.2359970053892698, - "Chiller 6 Tonnage": 2786.952151595005, - "Chiller 6 Supply Temperature": 77.06769530763974, - "Chiller 6 Return Temperature": 108.79717503532957, - "Chiller 6 Condenser Water Flow": 1545.7229984432986, - "Chiller 6 Power Input": 45.592638591359254, - "Chiller 6 Chiller % Loaded": 58.13860053942756, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.841051095134647, - "Chiller 6 Setpoint Temperature": 43.30636538752829 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.00293346853823, - "Chiller 6 Chiller Efficiency": 0.04829794178434604, - "Chiller 6 Tonnage": 2552.958319031268, - "Chiller 6 Supply Temperature": 43.77536137739614, - "Chiller 6 Return Temperature": 34.62762028539914, - "Chiller 6 Condenser Water Flow": 1956.0929046763292, - "Chiller 6 Power Input": 828.2730711871031, - "Chiller 6 Chiller % Loaded": 138.71252315866337, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.00976626598852, - "Chiller 6 Setpoint Temperature": 39.49082972948204 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.0, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.0, - "Chiller 6 Return Temperature": 0.0, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.0, - "Chiller 6 Setpoint Temperature": 0.0 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.39019031515729, - "Chiller 6 Chiller Efficiency": 0.4266725390504123, - "Chiller 6 Tonnage": 1987.411950737626, - "Chiller 6 Supply Temperature": 20.842849067202607, - "Chiller 6 Return Temperature": 20.762214535195078, - "Chiller 6 Condenser Water Flow": 5806.5348576094075, - "Chiller 6 Power Input": 1161.2509246423292, - "Chiller 6 Chiller % Loaded": 89.85951304581152, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.92493255444202, - "Chiller 6 Setpoint Temperature": 62.68476280752561 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.38843933945554, - "Chiller 6 Chiller Efficiency": 0.16856594364025634, - "Chiller 6 Tonnage": 1348.6253252620013, - "Chiller 6 Supply Temperature": 8.946277252643112, - "Chiller 6 Return Temperature": 94.93870105078638, - "Chiller 6 Condenser Water Flow": 394.491092859154, - "Chiller 6 Power Input": 1092.9844170496926, - "Chiller 6 Chiller % Loaded": 70.09263685980275, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.20997023862203, - "Chiller 6 Setpoint Temperature": 0.977857246327837 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.09301259598262, - "Chiller 6 Chiller Efficiency": 0.3618768206684319, - "Chiller 6 Tonnage": 2282.6140807212328, - "Chiller 6 Supply Temperature": 16.622600966532985, - "Chiller 6 Return Temperature": 5.974759554520232, - "Chiller 6 Condenser Water Flow": 3217.186424476202, - "Chiller 6 Power Input": 842.8636416229305, - "Chiller 6 Chiller % Loaded": 105.74560443938589, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.60220349425771, - "Chiller 6 Setpoint Temperature": 80.96295278025703 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.90000906767185, - "Chiller 6 Chiller Efficiency": 0.3792724082381754, - "Chiller 6 Tonnage": 2628.588998114663, - "Chiller 6 Supply Temperature": 44.5449475577534, - "Chiller 6 Return Temperature": 75.5077181225349, - "Chiller 6 Condenser Water Flow": 6257.173068710248, - "Chiller 6 Power Input": 566.1916472006989, - "Chiller 6 Chiller % Loaded": 13.7394704865323, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.2676961340706, - "Chiller 6 Setpoint Temperature": 87.65979990048213 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.01048603087308, - "Chiller 6 Chiller Efficiency": 0.2660104420616245, - "Chiller 6 Tonnage": 2874.545755928789, - "Chiller 6 Supply Temperature": 34.42792790097346, - "Chiller 6 Return Temperature": 24.40090299127696, - "Chiller 6 Condenser Water Flow": 2656.2170730051857, - "Chiller 6 Power Input": 350.76955378198113, - "Chiller 6 Chiller % Loaded": 29.699999619958334, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.84387129348399, - "Chiller 6 Setpoint Temperature": 33.3325749766729 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T09:30:05", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.100632727772975, - "Chiller 6 Chiller Efficiency": 0.6076688463050675, - "Chiller 6 Tonnage": 2986.8578773698687, - "Chiller 6 Supply Temperature": 49.62750576466017, - "Chiller 6 Return Temperature": 80.38954525009983, - "Chiller 6 Condenser Water Flow": 3021.112603429968, - "Chiller 6 Power Input": 48.00486091976929, - "Chiller 6 Chiller % Loaded": 91.31143369114852, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.88269191988966, - "Chiller 6 Setpoint Temperature": 18.384594467021497 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.623218470172, - "Chiller 6 Chiller Efficiency": 0.48935599439809896, - "Chiller 6 Tonnage": 463.6203848184794, - "Chiller 6 Supply Temperature": 36.128964237141275, - "Chiller 6 Return Temperature": 31.711392927073963, - "Chiller 6 Condenser Water Flow": 5539.366021457476, - "Chiller 6 Power Input": 323.3011985611736, - "Chiller 6 Chiller % Loaded": 65.9446679052646, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.359408284394135, - "Chiller 6 Setpoint Temperature": 43.03240065940255 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.34122275142411, - "Chiller 6 Chiller Efficiency": 0.0064352494259138325, - "Chiller 6 Tonnage": 3541.383026232355, - "Chiller 6 Supply Temperature": 28.297850309940692, - "Chiller 6 Return Temperature": 39.799255828854285, - "Chiller 6 Condenser Water Flow": 10009.03478647377, - "Chiller 6 Power Input": 735.981682916142, - "Chiller 6 Chiller % Loaded": 82.74976139806638, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.50872328884752, - "Chiller 6 Setpoint Temperature": 58.053266033137895 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.52270947282317, - "Chiller 6 Chiller Efficiency": 0.06514524704791225, - "Chiller 6 Tonnage": 379.50658811660503, - "Chiller 6 Supply Temperature": 71.62987799377224, - "Chiller 6 Return Temperature": 108.5379662841939, - "Chiller 6 Condenser Water Flow": 4932.509726425469, - "Chiller 6 Power Input": 1163.890056966084, - "Chiller 6 Chiller % Loaded": 84.11514310182568, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.69935415520135, - "Chiller 6 Setpoint Temperature": 43.893525061581286 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.53706143476373, - "Chiller 6 Chiller Efficiency": 0.1129638273996242, - "Chiller 6 Tonnage": 3805.52177557595, - "Chiller 6 Supply Temperature": 13.609589077748018, - "Chiller 6 Return Temperature": 80.93613014397286, - "Chiller 6 Condenser Water Flow": 1762.0416328750093, - "Chiller 6 Power Input": 521.1463130789438, - "Chiller 6 Chiller % Loaded": 55.54197754772395, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.935194112023442, - "Chiller 6 Setpoint Temperature": 39.318598777336696 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.463291264657641, - "Chiller 6 Chiller Efficiency": 0.40383039975233725, - "Chiller 6 Tonnage": 3349.057869547918, - "Chiller 6 Supply Temperature": 65.36888244228683, - "Chiller 6 Return Temperature": 19.621012262785683, - "Chiller 6 Condenser Water Flow": 9171.932824637615, - "Chiller 6 Power Input": 238.70969269891108, - "Chiller 6 Chiller % Loaded": 115.74021434533987, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.17818259917868, - "Chiller 6 Setpoint Temperature": 71.1719016321668 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.52690112391748, - "Chiller 6 Chiller Efficiency": 0.26770123321951483, - "Chiller 6 Tonnage": 2940.9073626476397, - "Chiller 6 Supply Temperature": 59.98281542553979, - "Chiller 6 Return Temperature": 53.873777253123585, - "Chiller 6 Condenser Water Flow": 8897.85433280637, - "Chiller 6 Power Input": 987.3093384158124, - "Chiller 6 Chiller % Loaded": 63.40130534767134, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.6821769294728, - "Chiller 6 Setpoint Temperature": 73.03174765771973 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.6731921745786, - "Chiller 6 Chiller Efficiency": 0.08606160671301032, - "Chiller 6 Tonnage": 3125.5987549438137, - "Chiller 6 Supply Temperature": 43.74470126016325, - "Chiller 6 Return Temperature": 91.32877664274343, - "Chiller 6 Condenser Water Flow": 6332.200166360349, - "Chiller 6 Power Input": 361.56312302158165, - "Chiller 6 Chiller % Loaded": 50.45995022626279, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.16418086129122, - "Chiller 6 Setpoint Temperature": 8.875259608381725 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.692583202501817, - "Chiller 6 Chiller Efficiency": 0.5661464743009526, - "Chiller 6 Tonnage": 3074.5997660274584, - "Chiller 6 Supply Temperature": 10.396342950909384, - "Chiller 6 Return Temperature": 32.13203277378927, - "Chiller 6 Condenser Water Flow": 10505.768244330566, - "Chiller 6 Power Input": 1349.9557748057998, - "Chiller 6 Chiller % Loaded": 4.197902212725483, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.6570317948577, - "Chiller 6 Setpoint Temperature": 88.76401018990514 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.25350507516411, - "Chiller 6 Chiller Efficiency": 0.4700930353353344, - "Chiller 6 Tonnage": 154.3558530458263, - "Chiller 6 Supply Temperature": 89.34638142289468, - "Chiller 6 Return Temperature": 95.7373867268041, - "Chiller 6 Condenser Water Flow": 6027.408414418552, - "Chiller 6 Power Input": 406.20277973249483, - "Chiller 6 Chiller % Loaded": 102.21807445225463, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.83619766096628, - "Chiller 6 Setpoint Temperature": 15.95982076833585 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.52497505188494, - "Chiller 6 Chiller Efficiency": 0.2698840276286314, - "Chiller 6 Tonnage": 107.61668161930899, - "Chiller 6 Supply Temperature": 75.21837498753958, - "Chiller 6 Return Temperature": 99.83050092435488, - "Chiller 6 Condenser Water Flow": 4778.801467739125, - "Chiller 6 Power Input": 587.990210161775, - "Chiller 6 Chiller % Loaded": 121.55646669005975, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.045209495449576, - "Chiller 6 Setpoint Temperature": 34.69467599059051 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.09742604978503, - "Chiller 6 Chiller Efficiency": 0.4040939025969567, - "Chiller 6 Tonnage": 2283.6701721086283, - "Chiller 6 Supply Temperature": 52.295919192059166, - "Chiller 6 Return Temperature": 21.50008269274136, - "Chiller 6 Condenser Water Flow": 2880.1768385983796, - "Chiller 6 Power Input": 692.0979476801058, - "Chiller 6 Chiller % Loaded": 15.9753910641089, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.66904612734402, - "Chiller 6 Setpoint Temperature": 66.14786071919559 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.30015052261481, - "Chiller 6 Chiller Efficiency": 0.19858761766928223, - "Chiller 6 Tonnage": 2459.11437458786, - "Chiller 6 Supply Temperature": 54.87220294956129, - "Chiller 6 Return Temperature": 110.37073918132225, - "Chiller 6 Condenser Water Flow": 1422.378517237326, - "Chiller 6 Power Input": 43.88956275034458, - "Chiller 6 Chiller % Loaded": 110.81108642444082, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.23765457120254, - "Chiller 6 Setpoint Temperature": 42.59416005242377 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.87606626376734, - "Chiller 6 Chiller Efficiency": 0.37905900685934873, - "Chiller 6 Tonnage": 4544.280205982204, - "Chiller 6 Supply Temperature": 66.56294782615365, - "Chiller 6 Return Temperature": 2.6113708467187338, - "Chiller 6 Condenser Water Flow": 172.17064572837705, - "Chiller 6 Power Input": 764.5034487088793, - "Chiller 6 Chiller % Loaded": 78.29276676863152, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.75926236334517, - "Chiller 6 Setpoint Temperature": 31.05671265736838 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.2628809831332, - "Chiller 6 Chiller Efficiency": 0.37121731842984407, - "Chiller 6 Tonnage": 2518.6281565996014, - "Chiller 6 Supply Temperature": 78.11174559105932, - "Chiller 6 Return Temperature": 17.94526146531729, - "Chiller 6 Condenser Water Flow": 4206.42345663723, - "Chiller 6 Power Input": 1063.448557867073, - "Chiller 6 Chiller % Loaded": 38.71128013147716, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.31719615092668, - "Chiller 6 Setpoint Temperature": 9.649521062479332 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.07849145706652, - "Chiller 6 Chiller Efficiency": 0.21160106646757113, - "Chiller 6 Tonnage": 2858.626994173769, - "Chiller 6 Supply Temperature": 26.749396716925222, - "Chiller 6 Return Temperature": 107.01794750292927, - "Chiller 6 Condenser Water Flow": 3248.661266096358, - "Chiller 6 Power Input": 617.7473412292479, - "Chiller 6 Chiller % Loaded": 12.733077357772565, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.5461063983482, - "Chiller 6 Setpoint Temperature": 86.2837854108767 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.02569634038012, - "Chiller 6 Chiller Efficiency": 0.16567552700710372, - "Chiller 6 Tonnage": 2629.9633254590594, - "Chiller 6 Supply Temperature": 22.63279703989805, - "Chiller 6 Return Temperature": 102.73115242843738, - "Chiller 6 Condenser Water Flow": 1735.2153437781076, - "Chiller 6 Power Input": 108.20635015060257, - "Chiller 6 Chiller % Loaded": 139.45731089263109, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.187768948747, - "Chiller 6 Setpoint Temperature": 61.204576253628446 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.252640510124415, - "Chiller 6 Chiller Efficiency": 0.17001105898041782, - "Chiller 6 Tonnage": 1171.444357519945, - "Chiller 6 Supply Temperature": 82.17481852672206, - "Chiller 6 Return Temperature": 28.75395012777644, - "Chiller 6 Condenser Water Flow": 6325.2708947568635, - "Chiller 6 Power Input": 1434.0040030906325, - "Chiller 6 Chiller % Loaded": 61.015802956181965, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.58602535083317, - "Chiller 6 Setpoint Temperature": 75.50597701976005 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 153.61503083502944, - "Chiller 6 Chiller Efficiency": 0.6678145015523386, - "Chiller 6 Tonnage": 684.9263278165248, - "Chiller 6 Supply Temperature": 16.703926347059255, - "Chiller 6 Return Temperature": 55.7231811301548, - "Chiller 6 Condenser Water Flow": 4156.685043214066, - "Chiller 6 Power Input": 1200.0925057700292, - "Chiller 6 Chiller % Loaded": 107.965285077328, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.2148950369348, - "Chiller 6 Setpoint Temperature": 67.24135354712018 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.4598547412599, - "Chiller 6 Chiller Efficiency": 0.34254968625292326, - "Chiller 6 Tonnage": 3997.256320193166, - "Chiller 6 Supply Temperature": 45.64353274589861, - "Chiller 6 Return Temperature": 113.90183075607065, - "Chiller 6 Condenser Water Flow": 2780.277670159161, - "Chiller 6 Power Input": 1355.1774893640509, - "Chiller 6 Chiller % Loaded": 112.8669687430695, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.12001670765638, - "Chiller 6 Setpoint Temperature": 27.939734614447715 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.80882232686565, - "Chiller 6 Chiller Efficiency": 0.6135477027666278, - "Chiller 6 Tonnage": 2912.6955007693614, - "Chiller 6 Supply Temperature": 5.869673352179404, - "Chiller 6 Return Temperature": 4.900102881957905, - "Chiller 6 Condenser Water Flow": 6749.031752846968, - "Chiller 6 Power Input": 1165.4684015681134, - "Chiller 6 Chiller % Loaded": 92.34359516707336, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.91142919074902, - "Chiller 6 Setpoint Temperature": 71.76655577592653 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.72282594303859, - "Chiller 6 Chiller Efficiency": 0.03246014091167822, - "Chiller 6 Tonnage": 4333.878326948904, - "Chiller 6 Supply Temperature": 19.114735906310532, - "Chiller 6 Return Temperature": 66.21260606523495, - "Chiller 6 Condenser Water Flow": 71.17036248690883, - "Chiller 6 Power Input": 630.2900893458767, - "Chiller 6 Chiller % Loaded": 69.14461960190651, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.52884877400349, - "Chiller 6 Setpoint Temperature": 68.39018437674677 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.96927042327505, - "Chiller 6 Chiller Efficiency": 0.17625656645336887, - "Chiller 6 Tonnage": 4441.702251115191, - "Chiller 6 Supply Temperature": 24.28572332278266, - "Chiller 6 Return Temperature": 82.166642760024, - "Chiller 6 Condenser Water Flow": 9506.774404600696, - "Chiller 6 Power Input": 756.092227409311, - "Chiller 6 Chiller % Loaded": 166.38451341895225, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.16108506168347, - "Chiller 6 Setpoint Temperature": 58.05930271779552 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.75373002865408, - "Chiller 6 Chiller Efficiency": 0.696570417208892, - "Chiller 6 Tonnage": 4282.974332871172, - "Chiller 6 Supply Temperature": 1.0595426159589303, - "Chiller 6 Return Temperature": 95.0039987767817, - "Chiller 6 Condenser Water Flow": 7405.659311475826, - "Chiller 6 Power Input": 1436.2443485618335, - "Chiller 6 Chiller % Loaded": 31.85859859985466, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.22032999175239, - "Chiller 6 Setpoint Temperature": 6.72614457478581 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.34590168975164, - "Chiller 6 Chiller Efficiency": 0.6734960125713884, - "Chiller 6 Tonnage": 4074.94943630717, - "Chiller 6 Supply Temperature": 6.7713867803121985, - "Chiller 6 Return Temperature": 25.08482192944004, - "Chiller 6 Condenser Water Flow": 6935.400420318288, - "Chiller 6 Power Input": 1671.829037499941, - "Chiller 6 Chiller % Loaded": 46.278420976244064, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.992522354328267, - "Chiller 6 Setpoint Temperature": 76.64365735872391 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.47760326119311, - "Chiller 6 Chiller Efficiency": 0.027692979572823087, - "Chiller 6 Tonnage": 3784.4902313672196, - "Chiller 6 Supply Temperature": 0.1915666693567781, - "Chiller 6 Return Temperature": 25.160150616810608, - "Chiller 6 Condenser Water Flow": 1877.962062614892, - "Chiller 6 Power Input": 1433.5122006808942, - "Chiller 6 Chiller % Loaded": 44.10000945455148, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.298942655430064, - "Chiller 6 Setpoint Temperature": 72.19353281836469 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.057074078188524, - "Chiller 6 Chiller Efficiency": 0.5585195711939527, - "Chiller 6 Tonnage": 1270.3915207834748, - "Chiller 6 Supply Temperature": 79.33556795710241, - "Chiller 6 Return Temperature": 81.27663791619602, - "Chiller 6 Condenser Water Flow": 462.792896870496, - "Chiller 6 Power Input": 1207.0250104964227, - "Chiller 6 Chiller % Loaded": 20.080582262991303, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.62407723147552, - "Chiller 6 Setpoint Temperature": 31.406759785864963 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.0304446823725, - "Chiller 6 Chiller Efficiency": 0.5274251295283521, - "Chiller 6 Tonnage": 3384.318350250798, - "Chiller 6 Supply Temperature": 59.027321183085725, - "Chiller 6 Return Temperature": 44.226714739087654, - "Chiller 6 Condenser Water Flow": 4370.881433064233, - "Chiller 6 Power Input": 1600.4564231893844, - "Chiller 6 Chiller % Loaded": 74.42541876197947, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.83279676457603, - "Chiller 6 Setpoint Temperature": 4.341995946025679 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.501685892787, - "Chiller 6 Chiller Efficiency": 0.09570711831798383, - "Chiller 6 Tonnage": 4100.700932423218, - "Chiller 6 Supply Temperature": 73.55564513790726, - "Chiller 6 Return Temperature": 41.29000152664656, - "Chiller 6 Condenser Water Flow": 3447.6542263299025, - "Chiller 6 Power Input": 1180.9751493479184, - "Chiller 6 Chiller % Loaded": 89.19272728226264, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.38022506515924, - "Chiller 6 Setpoint Temperature": 9.181212530960142 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T16:45:37", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.24586456844927, - "Chiller 6 Chiller Efficiency": 0.5294411952729616, - "Chiller 6 Tonnage": 4144.580973783056, - "Chiller 6 Condenser Water Flow": 9654.35470440354, - "Chiller 6 Chiller % Loaded": 138.67715172091158 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.91668694736295, - "Chiller 6 Chiller Efficiency": 0.4738981384483181, - "Chiller 6 Tonnage": 4719.678992393948, - "Chiller 6 Supply Temperature": 37.271358574570584, - "Chiller 6 Return Temperature": 1.2501200589911803, - "Chiller 6 Condenser Water Flow": 6870.524962911462, - "Chiller 6 Power Input": 1598.4384818004103, - "Chiller 6 Chiller % Loaded": 26.633223653854735, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.555254433467134, - "Chiller 6 Setpoint Temperature": 33.154171554601106 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.58344765921196, - "Chiller 6 Chiller Efficiency": 0.6630043446088879, - "Chiller 6 Tonnage": 507.7821659671323, - "Chiller 6 Supply Temperature": 14.322465936200667, - "Chiller 6 Return Temperature": 71.8067993842278, - "Chiller 6 Condenser Water Flow": 4495.360956713254, - "Chiller 6 Power Input": 529.360734174013, - "Chiller 6 Chiller % Loaded": 148.11837242396666, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.2653321813537468, - "Chiller 6 Setpoint Temperature": 70.58957109848264 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.8600873311408, - "Chiller 6 Chiller Efficiency": 0.1712377230931373, - "Chiller 6 Tonnage": 474.86912925473325, - "Chiller 6 Supply Temperature": 67.35626930557736, - "Chiller 6 Return Temperature": 76.15276337289205, - "Chiller 6 Condenser Water Flow": 8046.724028703279, - "Chiller 6 Power Input": 933.9237809213585, - "Chiller 6 Chiller % Loaded": 143.02137078634678, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.6866034935863485, - "Chiller 6 Setpoint Temperature": 21.023624107318373 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.074555013820703, - "Chiller 6 Chiller Efficiency": 0.5415235001188511, - "Chiller 6 Tonnage": 3926.210105102073, - "Chiller 6 Supply Temperature": 1.264051195793632, - "Chiller 6 Return Temperature": 82.35549893245577, - "Chiller 6 Condenser Water Flow": 322.2614905562189, - "Chiller 6 Power Input": 485.72562655070993, - "Chiller 6 Chiller % Loaded": 64.09836391772424, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.94142532200602, - "Chiller 6 Setpoint Temperature": 56.89546057995632 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.650547751294, - "Chiller 6 Chiller Efficiency": 0.2784249991911726, - "Chiller 6 Tonnage": 4622.5133968390655, - "Chiller 6 Supply Temperature": 49.93022241754724, - "Chiller 6 Return Temperature": 23.252031305708513, - "Chiller 6 Condenser Water Flow": 5553.131756434994, - "Chiller 6 Power Input": 1059.604091319546, - "Chiller 6 Chiller % Loaded": 65.13147930501388, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.56985583273758, - "Chiller 6 Setpoint Temperature": 0.18415878198669555 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.64872214954872, - "Chiller 6 Chiller Efficiency": 0.521527696095157, - "Chiller 6 Tonnage": 3493.0416617263068, - "Chiller 6 Supply Temperature": 86.4727626315116, - "Chiller 6 Return Temperature": 114.87816433803589, - "Chiller 6 Condenser Water Flow": 6594.529319502974, - "Chiller 6 Power Input": 1542.3413666795384, - "Chiller 6 Chiller % Loaded": 84.68845917049572, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.493654990563456, - "Chiller 6 Setpoint Temperature": 24.06229791449799 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.25911754576887, - "Chiller 6 Chiller Efficiency": 0.3163034103226492, - "Chiller 6 Tonnage": 230.933053764876, - "Chiller 6 Supply Temperature": 64.6918999624011, - "Chiller 6 Return Temperature": 63.29424043822223, - "Chiller 6 Condenser Water Flow": 5708.154058887339, - "Chiller 6 Power Input": 721.1049255215579, - "Chiller 6 Chiller % Loaded": 64.14423020679709, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.292351954773444, - "Chiller 6 Setpoint Temperature": 27.65404529757906 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.42508892284502, - "Chiller 6 Chiller Efficiency": 0.07984426342725111, - "Chiller 6 Tonnage": 3296.5634394592653, - "Chiller 6 Supply Temperature": 21.11117704107822, - "Chiller 6 Return Temperature": 25.828100019271883, - "Chiller 6 Condenser Water Flow": 8570.758121531437, - "Chiller 6 Power Input": 1082.5478578429195, - "Chiller 6 Chiller % Loaded": 119.21826838894951, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.73698270754816, - "Chiller 6 Setpoint Temperature": 83.68412806802293 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.88850386450051, - "Chiller 6 Chiller Efficiency": 0.31867996283782707, - "Chiller 6 Tonnage": 1258.675490115956, - "Chiller 6 Supply Temperature": 50.14279767494809, - "Chiller 6 Return Temperature": 21.224395879042294, - "Chiller 6 Condenser Water Flow": 920.2204707241239, - "Chiller 6 Power Input": 569.7141633328368, - "Chiller 6 Chiller % Loaded": 61.86826334954218, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.575291161908041, - "Chiller 6 Setpoint Temperature": 16.910651339672267 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.61404062207353, - "Chiller 6 Chiller Efficiency": 0.2857850257052813, - "Chiller 6 Tonnage": 4677.776252359618, - "Chiller 6 Supply Temperature": 88.5094143704706, - "Chiller 6 Return Temperature": 102.11695179327356, - "Chiller 6 Condenser Water Flow": 4389.988856761793, - "Chiller 6 Power Input": 1139.9311630145808, - "Chiller 6 Chiller % Loaded": 50.79817076130591, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.2597087261720565, - "Chiller 6 Setpoint Temperature": 42.41452483623176 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.12050790756152, - "Chiller 6 Chiller Efficiency": 0.001239523062213237, - "Chiller 6 Tonnage": 2922.525388030334, - "Chiller 6 Supply Temperature": 33.981497754914955, - "Chiller 6 Return Temperature": 92.62508468534385, - "Chiller 6 Condenser Water Flow": 5505.328158829693, - "Chiller 6 Power Input": 1436.5848451650484, - "Chiller 6 Chiller % Loaded": 99.35390986130118, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.52312319983653, - "Chiller 6 Setpoint Temperature": 27.20611995231832 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.26890797989927, - "Chiller 6 Chiller Efficiency": 0.08314429839069645, - "Chiller 6 Tonnage": 3665.274572070104, - "Chiller 6 Supply Temperature": 66.50249197437684, - "Chiller 6 Return Temperature": 5.447527404019631, - "Chiller 6 Condenser Water Flow": 7434.017958529214, - "Chiller 6 Power Input": 1064.6027486062071, - "Chiller 6 Chiller % Loaded": 10.970165301601048, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.03586121796301, - "Chiller 6 Setpoint Temperature": 55.75710466519861 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.08108779407583, - "Chiller 6 Chiller Efficiency": 0.35397066591188414, - "Chiller 6 Tonnage": 2396.321419581223, - "Chiller 6 Supply Temperature": 81.29664272956784, - "Chiller 6 Return Temperature": 5.328916490819342, - "Chiller 6 Condenser Water Flow": 5813.950102584314, - "Chiller 6 Power Input": 534.0155919233374, - "Chiller 6 Chiller % Loaded": 99.27026963433866, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.94440174004444, - "Chiller 6 Setpoint Temperature": 25.05652914780877 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.70441488821899, - "Chiller 6 Chiller Efficiency": 0.6392282890330125, - "Chiller 6 Tonnage": 1582.367911191671, - "Chiller 6 Supply Temperature": 47.588888395040925, - "Chiller 6 Return Temperature": 42.87695641811034, - "Chiller 6 Condenser Water Flow": 11144.85791805513, - "Chiller 6 Power Input": 1445.8170123329915, - "Chiller 6 Chiller % Loaded": 34.97875887842679, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.46489661449065, - "Chiller 6 Setpoint Temperature": 24.023294343079606 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.28766268846272, - "Chiller 6 Chiller Efficiency": 0.09874053804390763, - "Chiller 6 Tonnage": 100.26360520308432, - "Chiller 6 Supply Temperature": 79.39771712923115, - "Chiller 6 Return Temperature": 60.69538914433456, - "Chiller 6 Condenser Water Flow": 2542.120253421523, - "Chiller 6 Power Input": 430.36515572350834, - "Chiller 6 Chiller % Loaded": 123.07456156463633, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.99266934428034, - "Chiller 6 Setpoint Temperature": 71.89957071369655 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.279192386503354, - "Chiller 6 Chiller Efficiency": 0.5389411002741531, - "Chiller 6 Tonnage": 328.6307963417622, - "Chiller 6 Supply Temperature": 4.258891246461342, - "Chiller 6 Return Temperature": 74.48898669262232, - "Chiller 6 Condenser Water Flow": 4153.375688957358, - "Chiller 6 Power Input": 494.85121007189696, - "Chiller 6 Chiller % Loaded": 55.353097906828296, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.65256276560692, - "Chiller 6 Setpoint Temperature": 67.7930855492662 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.54072295059345, - "Chiller 6 Chiller Efficiency": 0.2354913258009389, - "Chiller 6 Tonnage": 1627.089879877759, - "Chiller 6 Supply Temperature": 33.82769209012166, - "Chiller 6 Return Temperature": 16.17967461828021, - "Chiller 6 Condenser Water Flow": 2843.418986352978, - "Chiller 6 Power Input": 1005.8264655288972, - "Chiller 6 Chiller % Loaded": 90.29998256897888, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.448099590416476, - "Chiller 6 Setpoint Temperature": 70.90552604053744 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.81349215217602, - "Chiller 6 Chiller Efficiency": 0.07553580083535774, - "Chiller 6 Tonnage": 2870.401687013781, - "Chiller 6 Supply Temperature": 87.055717183399, - "Chiller 6 Return Temperature": 99.26472785978254, - "Chiller 6 Condenser Water Flow": 7146.098237598026, - "Chiller 6 Power Input": 1362.3488118323567, - "Chiller 6 Chiller % Loaded": 39.36091035722474, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.9084691183963, - "Chiller 6 Setpoint Temperature": 54.693337358495484 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.813061691212745, - "Chiller 6 Chiller Efficiency": 0.16718178079259427, - "Chiller 6 Tonnage": 2359.5062665359196, - "Chiller 6 Supply Temperature": 63.57294992004556, - "Chiller 6 Return Temperature": 14.961740247064107, - "Chiller 6 Condenser Water Flow": 8763.417986152173, - "Chiller 6 Power Input": 501.4081616035145, - "Chiller 6 Chiller % Loaded": 129.26032689176168, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.074594152074877, - "Chiller 6 Setpoint Temperature": 35.79902679069429 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.93537797763697, - "Chiller 6 Chiller Efficiency": 0.3298574705693957, - "Chiller 6 Tonnage": 3943.622107843305, - "Chiller 6 Supply Temperature": 79.92022252884072, - "Chiller 6 Return Temperature": 59.70020189688863, - "Chiller 6 Condenser Water Flow": 4456.298047418019, - "Chiller 6 Power Input": 284.08329362133827, - "Chiller 6 Chiller % Loaded": 83.04802892056286, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.51641640476482, - "Chiller 6 Setpoint Temperature": 33.10605057658389 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.473620441929235, - "Chiller 6 Chiller Efficiency": 0.0862413425017914, - "Chiller 6 Tonnage": 2658.899254489228, - "Chiller 6 Supply Temperature": 69.0052739670776, - "Chiller 6 Return Temperature": 83.65460207302098, - "Chiller 6 Condenser Water Flow": 7483.4817693036, - "Chiller 6 Power Input": 1166.439309803194, - "Chiller 6 Chiller % Loaded": 11.911667239877561, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.10337702688037, - "Chiller 6 Setpoint Temperature": 36.74870563738026 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.91089355019686, - "Chiller 6 Chiller Efficiency": 0.04310693801277387, - "Chiller 6 Tonnage": 1106.3555641113587, - "Chiller 6 Supply Temperature": 15.484856670909396, - "Chiller 6 Return Temperature": 65.27733839581029, - "Chiller 6 Condenser Water Flow": 2071.798176399266, - "Chiller 6 Power Input": 443.2918153636675, - "Chiller 6 Chiller % Loaded": 20.35983383796463, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.1669528881042037, - "Chiller 6 Setpoint Temperature": 20.244953502702536 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.41387977532486, - "Chiller 6 Chiller Efficiency": 0.44792419826072516, - "Chiller 6 Tonnage": 349.97647485005166, - "Chiller 6 Supply Temperature": 53.292912020003044, - "Chiller 6 Return Temperature": 12.254574649836506, - "Chiller 6 Condenser Water Flow": 7326.421983926517, - "Chiller 6 Power Input": 268.4397362386676, - "Chiller 6 Chiller % Loaded": 127.49029582763102, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.39688454447393, - "Chiller 6 Setpoint Temperature": 20.806319922417515 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.519265837166312, - "Chiller 6 Chiller Efficiency": 0.1704423007076032, - "Chiller 6 Tonnage": 3723.960392356552, - "Chiller 6 Supply Temperature": 11.39673654988713, - "Chiller 6 Return Temperature": 72.79804865683022, - "Chiller 6 Condenser Water Flow": 5744.290104733514, - "Chiller 6 Power Input": 1225.8169156139331, - "Chiller 6 Chiller % Loaded": 40.872722154778735, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.83167793375057, - "Chiller 6 Setpoint Temperature": 82.63254170927026 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.6247743417941, - "Chiller 6 Chiller Efficiency": 0.030361983639460625, - "Chiller 6 Tonnage": 1559.5745823960747, - "Chiller 6 Supply Temperature": 0.2827477712966825, - "Chiller 6 Return Temperature": 96.67799367080842, - "Chiller 6 Condenser Water Flow": 6786.789307596579, - "Chiller 6 Power Input": 743.4896950096874, - "Chiller 6 Chiller % Loaded": 108.71133344884026, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.64414336734544, - "Chiller 6 Setpoint Temperature": 14.00655607459155 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.35096030075684, - "Chiller 6 Chiller Efficiency": 0.24378788264931206, - "Chiller 6 Tonnage": 2830.841781914035, - "Chiller 6 Supply Temperature": 80.38424829100344, - "Chiller 6 Return Temperature": 102.20204326579665, - "Chiller 6 Condenser Water Flow": 3533.02706958933, - "Chiller 6 Power Input": 1005.6659985139192, - "Chiller 6 Chiller % Loaded": 11.703897841309994, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.63469225029293, - "Chiller 6 Setpoint Temperature": 66.88794890283232 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.824933641247803, - "Chiller 6 Chiller Efficiency": 0.10583386669944488, - "Chiller 6 Tonnage": 795.3693634451903, - "Chiller 6 Supply Temperature": 65.36069785977604, - "Chiller 6 Return Temperature": 64.47833786142036, - "Chiller 6 Condenser Water Flow": 1242.2998471098758, - "Chiller 6 Power Input": 540.7754103186282, - "Chiller 6 Chiller % Loaded": 37.19314331243661, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.023210905369, - "Chiller 6 Setpoint Temperature": 9.032983772324165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.94994687604746, - "Chiller 6 Chiller Efficiency": 0.5835526528999229, - "Chiller 6 Tonnage": 751.9518644426237, - "Chiller 6 Supply Temperature": 36.609758501232356, - "Chiller 6 Return Temperature": 15.640746032654658, - "Chiller 6 Condenser Water Flow": 9975.147799517743, - "Chiller 6 Power Input": 848.9292847890595, - "Chiller 6 Chiller % Loaded": 115.83928240171724, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.193309764445736, - "Chiller 6 Setpoint Temperature": 54.25788813934365 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.0184292621452, - "Chiller 6 Chiller Efficiency": 0.1165598384080187, - "Chiller 6 Tonnage": 1912.2707966393286, - "Chiller 6 Supply Temperature": 69.95461245073655, - "Chiller 6 Return Temperature": 104.32333987258562, - "Chiller 6 Condenser Water Flow": 5294.884865018158, - "Chiller 6 Power Input": 56.69274029396536, - "Chiller 6 Chiller % Loaded": 91.1532567442283, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.4068940607982, - "Chiller 6 Setpoint Temperature": 24.90063079920604 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.98776889388347, - "Chiller 6 Chiller Efficiency": 0.6429534120107763, - "Chiller 6 Tonnage": 961.9856881740058, - "Chiller 6 Supply Temperature": 14.436704692735045, - "Chiller 6 Return Temperature": 98.40260710424367, - "Chiller 6 Condenser Water Flow": 9134.19541994018, - "Chiller 6 Power Input": 194.91325383611965, - "Chiller 6 Chiller % Loaded": 60.99429217265289, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.28722494027798, - "Chiller 6 Setpoint Temperature": 18.753041796098596 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.86700314411362, - "Chiller 6 Chiller Efficiency": 0.6146255320172676, - "Chiller 6 Tonnage": 2738.0683046192557, - "Chiller 6 Supply Temperature": 14.80515865490979, - "Chiller 6 Return Temperature": 74.89108210746761, - "Chiller 6 Condenser Water Flow": 1649.3442441834216, - "Chiller 6 Power Input": 592.0193364246908, - "Chiller 6 Chiller % Loaded": 78.65970199820612, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.60697901384658, - "Chiller 6 Setpoint Temperature": 64.8762783492111 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.20448985002265, - "Chiller 6 Chiller Efficiency": 0.5492679597286583, - "Chiller 6 Tonnage": 1825.513859810272, - "Chiller 6 Supply Temperature": 73.20345117953156, - "Chiller 6 Return Temperature": 55.21342935407314, - "Chiller 6 Condenser Water Flow": 10266.27876889558, - "Chiller 6 Power Input": 912.8111867166127, - "Chiller 6 Chiller % Loaded": 14.507818738796484, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.267959354182032, - "Chiller 6 Setpoint Temperature": 77.35623670293076 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.48540971183715, - "Chiller 6 Chiller Efficiency": 0.5717076182308954, - "Chiller 6 Tonnage": 111.21667012445346, - "Chiller 6 Supply Temperature": 2.806504182750766, - "Chiller 6 Return Temperature": 72.97807256504483, - "Chiller 6 Condenser Water Flow": 7352.612847752729, - "Chiller 6 Power Input": 966.3184042466012, - "Chiller 6 Chiller % Loaded": 85.92062614738921, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.14325518821016, - "Chiller 6 Setpoint Temperature": 6.133072664709519 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.55182042835008, - "Chiller 6 Chiller Efficiency": 0.08306694739902522, - "Chiller 6 Tonnage": 2315.595906934038, - "Chiller 6 Supply Temperature": 22.40622153383796, - "Chiller 6 Return Temperature": 104.31584555829272, - "Chiller 6 Condenser Water Flow": 10663.033321662351, - "Chiller 6 Power Input": 880.7788367619567, - "Chiller 6 Chiller % Loaded": 107.26609914772655, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.75698650910206, - "Chiller 6 Setpoint Temperature": 2.1781401421223663 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.33304504415974, - "Chiller 6 Chiller Efficiency": 0.49788469293051646, - "Chiller 6 Tonnage": 2851.276723087793, - "Chiller 6 Supply Temperature": 19.63095594517402, - "Chiller 6 Return Temperature": 65.7678655933332, - "Chiller 6 Condenser Water Flow": 9511.181120547735, - "Chiller 6 Power Input": 880.1748553913008, - "Chiller 6 Chiller % Loaded": 52.89594893072741, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.91631008424152, - "Chiller 6 Setpoint Temperature": 53.91640685635132 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.69721561641703, - "Chiller 6 Chiller Efficiency": 0.3496596647808302, - "Chiller 6 Tonnage": 2662.8733302425558, - "Chiller 6 Supply Temperature": 30.3049729596275, - "Chiller 6 Return Temperature": 92.89828480995165, - "Chiller 6 Condenser Water Flow": 8969.808268897805, - "Chiller 6 Power Input": 28.16980634511327, - "Chiller 6 Chiller % Loaded": 6.509406181242906, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.52450597129885, - "Chiller 6 Setpoint Temperature": 5.731689318325534 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.733515737176944, - "Chiller 6 Chiller Efficiency": 0.49914654452495283, - "Chiller 6 Tonnage": 1298.533225754184, - "Chiller 6 Supply Temperature": 12.787777502780425, - "Chiller 6 Return Temperature": 71.56774768050532, - "Chiller 6 Condenser Water Flow": 6783.4865067860355, - "Chiller 6 Power Input": 149.143008290059, - "Chiller 6 Chiller % Loaded": 124.34007378810878, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.41639983567921, - "Chiller 6 Setpoint Temperature": 23.340764793259158 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.701212469561375, - "Chiller 6 Chiller Efficiency": 0.15774869575655012, - "Chiller 6 Tonnage": 1996.1724294905407, - "Chiller 6 Supply Temperature": 9.234680563682312, - "Chiller 6 Return Temperature": 109.54388804756682, - "Chiller 6 Condenser Water Flow": 10297.251600035375, - "Chiller 6 Power Input": 484.44685682225656, - "Chiller 6 Chiller % Loaded": 48.50588123959684, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.86519103234559, - "Chiller 6 Setpoint Temperature": 43.606642634030045 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T02:30:05", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.03627545596502, - "Chiller 6 Chiller Efficiency": 0.47069866802219884, - "Chiller 6 Tonnage": 1180.9218997751072, - "Chiller 6 Supply Temperature": 64.14248954516682, - "Chiller 6 Return Temperature": 1.970559825735867, - "Chiller 6 Condenser Water Flow": 2196.3601862761016, - "Chiller 6 Power Input": 5.7430081383010325, - "Chiller 6 Chiller % Loaded": 26.951051090922043, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.98703047655343, - "Chiller 6 Setpoint Temperature": 83.40629744960795 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.03163976559944, - "Chiller 6 Chiller Efficiency": 0.22317938609197016, - "Chiller 6 Tonnage": 2459.398976928027, - "Chiller 6 Supply Temperature": 82.29952653600829, - "Chiller 6 Return Temperature": 23.068660611767058, - "Chiller 6 Condenser Water Flow": 2908.506049054098, - "Chiller 6 Power Input": 173.90193696288654, - "Chiller 6 Chiller % Loaded": 59.19463864128792, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.32488143203627, - "Chiller 6 Setpoint Temperature": 44.47364719776786 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.3700016599174, - "Chiller 6 Chiller Efficiency": 0.34617378508989183, - "Chiller 6 Tonnage": 196.21323929598634, - "Chiller 6 Supply Temperature": 61.22227185277285, - "Chiller 6 Return Temperature": 69.46724873258044, - "Chiller 6 Condenser Water Flow": 431.03320326506133, - "Chiller 6 Power Input": 1245.5946164675013, - "Chiller 6 Chiller % Loaded": 84.93180852618241, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.49912001111772, - "Chiller 6 Setpoint Temperature": 10.721641222983115 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.09781907455682, - "Chiller 6 Chiller Efficiency": 0.583006273472367, - "Chiller 6 Tonnage": 1199.8751380262827, - "Chiller 6 Supply Temperature": 54.274744007536, - "Chiller 6 Return Temperature": 15.876473280504413, - "Chiller 6 Condenser Water Flow": 5191.191044363378, - "Chiller 6 Power Input": 1222.0886183723617, - "Chiller 6 Chiller % Loaded": 26.064839583362104, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.665603940582265, - "Chiller 6 Setpoint Temperature": 1.9141460300282875 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.72314861032545, - "Chiller 6 Chiller Efficiency": 0.1556378740574952, - "Chiller 6 Tonnage": 525.078964554894, - "Chiller 6 Supply Temperature": 74.15638348491673, - "Chiller 6 Return Temperature": 28.347876362450926, - "Chiller 6 Condenser Water Flow": 6252.377658878123, - "Chiller 6 Power Input": 405.5501503605653, - "Chiller 6 Chiller % Loaded": 61.59885279607311, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.754720882958352, - "Chiller 6 Setpoint Temperature": 48.63927432291234 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.45715531521334, - "Chiller 6 Chiller Efficiency": 0.34357983701096523, - "Chiller 6 Tonnage": 1776.603479554393, - "Chiller 6 Supply Temperature": 49.81194920397882, - "Chiller 6 Return Temperature": 93.83837506494292, - "Chiller 6 Condenser Water Flow": 7667.298899749576, - "Chiller 6 Power Input": 406.81026811370265, - "Chiller 6 Chiller % Loaded": 43.27555173264253, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.43753030626583, - "Chiller 6 Setpoint Temperature": 61.90300507558066 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.39186086817345, - "Chiller 6 Chiller Efficiency": 0.3473236276420754, - "Chiller 6 Tonnage": 3712.577233069287, - "Chiller 6 Supply Temperature": 17.487229507532355, - "Chiller 6 Return Temperature": 2.32705039493837, - "Chiller 6 Condenser Water Flow": 221.59972044570094, - "Chiller 6 Power Input": 1004.865922358763, - "Chiller 6 Chiller % Loaded": 117.99760419916998, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.440884252294985, - "Chiller 6 Setpoint Temperature": 63.45279615834498 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.72088955894887, - "Chiller 6 Chiller Efficiency": 0.32619661066276284, - "Chiller 6 Tonnage": 288.28372178861343, - "Chiller 6 Supply Temperature": 77.76448908231085, - "Chiller 6 Return Temperature": 80.36938098664223, - "Chiller 6 Condenser Water Flow": 2942.537763978631, - "Chiller 6 Power Input": 312.61048251330135, - "Chiller 6 Chiller % Loaded": 38.29856965703289, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.880176525284369, - "Chiller 6 Setpoint Temperature": 45.627653090028495 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.467604276012377, - "Chiller 6 Chiller Efficiency": 0.4243504125025652, - "Chiller 6 Tonnage": 2191.1625130447605, - "Chiller 6 Supply Temperature": 24.559421817586703, - "Chiller 6 Return Temperature": 93.07877821061597, - "Chiller 6 Condenser Water Flow": 4110.46438507432, - "Chiller 6 Power Input": 142.14793529862544, - "Chiller 6 Chiller % Loaded": 22.801696831778795, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.43461365425534, - "Chiller 6 Setpoint Temperature": 88.79157764829093 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.54129215896068, - "Chiller 6 Chiller Efficiency": 0.5236074921818269, - "Chiller 6 Tonnage": 1646.3055162102605, - "Chiller 6 Supply Temperature": 19.079815543235682, - "Chiller 6 Return Temperature": 5.035977429068735, - "Chiller 6 Condenser Water Flow": 6120.0857042716325, - "Chiller 6 Power Input": 371.6157100152168, - "Chiller 6 Chiller % Loaded": 93.61712525076109, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.69241346609479, - "Chiller 6 Setpoint Temperature": 6.325269192811003 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.12414774521012, - "Chiller 6 Chiller Efficiency": 0.08747723136690495, - "Chiller 6 Tonnage": 1192.1453336760674, - "Chiller 6 Supply Temperature": 79.6162379584022, - "Chiller 6 Return Temperature": 7.4239656416937265, - "Chiller 6 Condenser Water Flow": 3559.05289888088, - "Chiller 6 Power Input": 765.4663957964102, - "Chiller 6 Chiller % Loaded": 32.88330647723342, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.5879518334897447, - "Chiller 6 Setpoint Temperature": 2.248483435203334 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.53343685010756, - "Chiller 6 Chiller Efficiency": 0.5698544678700687, - "Chiller 6 Tonnage": 990.2976442152225, - "Chiller 6 Supply Temperature": 64.60280123129733, - "Chiller 6 Return Temperature": 35.66132294499698, - "Chiller 6 Condenser Water Flow": 6958.708626190619, - "Chiller 6 Power Input": 361.19453866159984, - "Chiller 6 Chiller % Loaded": 122.7949376263604, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.13086560447245, - "Chiller 6 Setpoint Temperature": 15.776575984430865 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.48434288263974, - "Chiller 6 Chiller Efficiency": 0.4817976022749632, - "Chiller 6 Tonnage": 1396.2285505786244, - "Chiller 6 Supply Temperature": 26.81643878767213, - "Chiller 6 Return Temperature": 60.54174027253524, - "Chiller 6 Condenser Water Flow": 1834.9507515533278, - "Chiller 6 Power Input": 879.6670594471356, - "Chiller 6 Chiller % Loaded": 90.87409601737363, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.22177028190306, - "Chiller 6 Setpoint Temperature": 70.17002163867414 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.04770778191383, - "Chiller 6 Chiller Efficiency": 0.17311130727497034, - "Chiller 6 Tonnage": 2848.008534856862, - "Chiller 6 Supply Temperature": 12.164688784053725, - "Chiller 6 Return Temperature": 1.7702599098040803, - "Chiller 6 Condenser Water Flow": 4588.631804157368, - "Chiller 6 Power Input": 132.0145878190326, - "Chiller 6 Chiller % Loaded": 1.7043167625571627, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.14733217211118, - "Chiller 6 Setpoint Temperature": 75.1335124116829 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.25616007226168, - "Chiller 6 Chiller Efficiency": 0.46842280131823, - "Chiller 6 Tonnage": 3356.1992023985304, - "Chiller 6 Supply Temperature": 70.72756418758895, - "Chiller 6 Return Temperature": 25.733561299695694, - "Chiller 6 Condenser Water Flow": 9346.375985862263, - "Chiller 6 Power Input": 238.16104841799023, - "Chiller 6 Chiller % Loaded": 114.35137199428846, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.762506624670447, - "Chiller 6 Setpoint Temperature": 61.964159820956326 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.272505405837, - "Chiller 6 Chiller Efficiency": 0.3810467075964169, - "Chiller 6 Tonnage": 3581.4466833297874, - "Chiller 6 Supply Temperature": 33.41912635923363, - "Chiller 6 Return Temperature": 21.695509061950567, - "Chiller 6 Condenser Water Flow": 274.54588007350014, - "Chiller 6 Power Input": 1076.5230156136881, - "Chiller 6 Chiller % Loaded": 97.88996590932493, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.08648167827108, - "Chiller 6 Setpoint Temperature": 11.62944512724406 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.4631273213529, - "Chiller 6 Chiller Efficiency": 0.07368428557068932, - "Chiller 6 Tonnage": 2501.795515070867, - "Chiller 6 Supply Temperature": 83.03841198380891, - "Chiller 6 Return Temperature": 33.261584260404746, - "Chiller 6 Condenser Water Flow": 1456.78715525024, - "Chiller 6 Power Input": 556.0127157066645, - "Chiller 6 Chiller % Loaded": 74.58860670616126, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.394906792716602, - "Chiller 6 Setpoint Temperature": 72.02147630076682 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.04887135588002, - "Chiller 6 Chiller Efficiency": 0.017826339552778434, - "Chiller 6 Tonnage": 1712.7689097424784, - "Chiller 6 Supply Temperature": 45.68544992691851, - "Chiller 6 Return Temperature": 75.56639652679756, - "Chiller 6 Condenser Water Flow": 7035.145575350603, - "Chiller 6 Power Input": 165.02737291348623, - "Chiller 6 Chiller % Loaded": 131.8710109068581, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.14735987154837, - "Chiller 6 Setpoint Temperature": 66.08864034374282 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.66555196047221, - "Chiller 6 Chiller Efficiency": 0.5479273742585129, - "Chiller 6 Tonnage": 394.35945508744845, - "Chiller 6 Supply Temperature": 49.411802259222526, - "Chiller 6 Return Temperature": 21.02101720761733, - "Chiller 6 Condenser Water Flow": 11120.02185637755, - "Chiller 6 Power Input": 859.8324117195507, - "Chiller 6 Chiller % Loaded": 90.9515872665183, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.7908069925474088, - "Chiller 6 Setpoint Temperature": 71.71544470869124 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.247785919461116, - "Chiller 6 Chiller Efficiency": 0.5685561404426822, - "Chiller 6 Tonnage": 240.89384067279104, - "Chiller 6 Supply Temperature": 71.49098688769963, - "Chiller 6 Return Temperature": 51.36571669333504, - "Chiller 6 Condenser Water Flow": 3184.233717377031, - "Chiller 6 Power Input": 21.932368222063534, - "Chiller 6 Chiller % Loaded": 103.9541217654234, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.749409300185157, - "Chiller 6 Setpoint Temperature": 32.070898835266625 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T07:30:02", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.05034448541643, - "Chiller 6 Chiller Efficiency": 0.2763043873756144, - "Chiller 6 Tonnage": 1807.7474401317036, - "Chiller 6 Supply Temperature": 12.773054310904513, - "Chiller 6 Return Temperature": 15.507112123362058, - "Chiller 6 Condenser Water Flow": 3814.0987225358667, - "Chiller 6 Power Input": 124.04379406137289, - "Chiller 6 Chiller % Loaded": 118.77594381286364, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.897641320416945, - "Chiller 6 Setpoint Temperature": 8.83758086398638 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.02568263274477, - "Chiller 6 Chiller Efficiency": 0.30166226987564443, - "Chiller 6 Tonnage": 2819.4262358344363, - "Chiller 6 Supply Temperature": 83.36927087182603, - "Chiller 6 Return Temperature": 95.55016120644322, - "Chiller 6 Condenser Water Flow": 1267.1702625877404, - "Chiller 6 Power Input": 467.48537087308716, - "Chiller 6 Chiller % Loaded": 87.37743851931381, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.012086236363242705, - "Chiller 6 Setpoint Temperature": 59.9466494596387 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.083858917425673, - "Chiller 6 Chiller Efficiency": 0.5443347134449128, - "Chiller 6 Tonnage": 3002.8988430815925, - "Chiller 6 Supply Temperature": 83.8140233858537, - "Chiller 6 Return Temperature": 93.4901728549615, - "Chiller 6 Condenser Water Flow": 8938.784929844534, - "Chiller 6 Power Input": 471.46205070977805, - "Chiller 6 Chiller % Loaded": 17.119951414551913, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.974650231996392, - "Chiller 6 Setpoint Temperature": 4.039830404997099 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.907851636095174, - "Chiller 6 Chiller Efficiency": 0.059123920534681136, - "Chiller 6 Tonnage": 3739.652396869862, - "Chiller 6 Supply Temperature": 72.97678126897875, - "Chiller 6 Return Temperature": 38.61363455353936, - "Chiller 6 Condenser Water Flow": 4057.6860146566687, - "Chiller 6 Power Input": 455.3212445799998, - "Chiller 6 Chiller % Loaded": 133.65393775422035, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.67667498541202, - "Chiller 6 Setpoint Temperature": 52.77136169992 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.787642982206608, - "Chiller 6 Chiller Efficiency": 0.3916872415791756, - "Chiller 6 Tonnage": 1561.7601858234843, - "Chiller 6 Supply Temperature": 21.97711998455424, - "Chiller 6 Return Temperature": 36.40083006174578, - "Chiller 6 Condenser Water Flow": 10522.16912743378, - "Chiller 6 Power Input": 217.93547708598354, - "Chiller 6 Chiller % Loaded": 4.6919446561757265, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.1534585011825381, - "Chiller 6 Setpoint Temperature": 70.44855086359377 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.740816308510336, - "Chiller 6 Chiller Efficiency": 0.23727898034745704, - "Chiller 6 Tonnage": 1486.3436315591891, - "Chiller 6 Supply Temperature": 2.6450876728850354, - "Chiller 6 Return Temperature": 42.680026076566136, - "Chiller 6 Condenser Water Flow": 7476.185607726198, - "Chiller 6 Power Input": 773.551506703728, - "Chiller 6 Chiller % Loaded": 142.36583611818222, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.41814735415142, - "Chiller 6 Setpoint Temperature": 68.63028372205879 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.042493025990034, - "Chiller 6 Chiller Efficiency": 0.30225347081097165, - "Chiller 6 Tonnage": 144.2212985802068, - "Chiller 6 Supply Temperature": 91.68435985858531, - "Chiller 6 Return Temperature": 78.64331469441527, - "Chiller 6 Condenser Water Flow": 834.6341256681616, - "Chiller 6 Power Input": 431.9049830251557, - "Chiller 6 Chiller % Loaded": 62.51391506957471, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.57770004483415, - "Chiller 6 Setpoint Temperature": 20.494757936314627 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.653108492105778, - "Chiller 6 Chiller Efficiency": 0.060594615896597204, - "Chiller 6 Tonnage": 1621.5703673057144, - "Chiller 6 Supply Temperature": 67.01576586355716, - "Chiller 6 Return Temperature": 59.20270022758432, - "Chiller 6 Condenser Water Flow": 6829.610284296639, - "Chiller 6 Power Input": 218.0310628005095, - "Chiller 6 Chiller % Loaded": 94.81286065964741, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.0092579551633, - "Chiller 6 Setpoint Temperature": 9.477769794718592 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.16215910286246, - "Chiller 6 Chiller Efficiency": 0.3428387225079633, - "Chiller 6 Tonnage": 2962.3992294744676, - "Chiller 6 Supply Temperature": 70.73005154558635, - "Chiller 6 Return Temperature": 87.7712990628982, - "Chiller 6 Condenser Water Flow": 7905.559659582737, - "Chiller 6 Power Input": 1028.136851432329, - "Chiller 6 Chiller % Loaded": 47.00703573067627, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.72074226246423, - "Chiller 6 Setpoint Temperature": 35.69467256014504 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T09:45:57", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.579450815823005, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.97328667957017, - "Chiller 6 Return Temperature": 51.56983908855768, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.40483197531178, - "Chiller 6 Setpoint Temperature": 62.47435622218149 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.946897414522798, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 2.5347890808935847, - "Chiller 6 Return Temperature": 77.8184030078527, - "Chiller 6 Condenser Water Flow": 1.9846421532965923, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.53554285101664, - "Chiller 6 Setpoint Temperature": 22.173710791624586 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.353368842957224, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.18895144102086, - "Chiller 6 Return Temperature": 28.10151004220215, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.56203963921352, - "Chiller 6 Setpoint Temperature": 66.42308587290023 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.13022840195896, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.9016493420433, - "Chiller 6 Return Temperature": 32.26720474087127, - "Chiller 6 Condenser Water Flow": 3.3699470215320857, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.37382836111391, - "Chiller 6 Setpoint Temperature": 14.650893981466618 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.893084341116385, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.333555589944889, - "Chiller 6 Return Temperature": 92.54877229328189, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.584243672166835, - "Chiller 6 Setpoint Temperature": 84.49312450636155 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.55397908903143, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.36542235612063, - "Chiller 6 Return Temperature": 69.07092799746812, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.04217962143429, - "Chiller 6 Setpoint Temperature": 47.42263573559579 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.96691574360367, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.4548156044024654, - "Chiller 6 Return Temperature": 28.268301787135446, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.21136682746791, - "Chiller 6 Setpoint Temperature": 36.40418781878595 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.40666471933362, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 82.69979399517806, - "Chiller 6 Return Temperature": 62.39230926391953, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.41893191983094, - "Chiller 6 Setpoint Temperature": 40.07819900234761 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.159993050927376, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.17286372944475, - "Chiller 6 Return Temperature": 106.99556866584605, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.97223488599017, - "Chiller 6 Setpoint Temperature": 31.61040124589744 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.75976520804947, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.79230486764299, - "Chiller 6 Return Temperature": 46.76875314819541, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.02703817358673, - "Chiller 6 Setpoint Temperature": 13.553853485987391 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.75759473203742, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.07379573563192, - "Chiller 6 Return Temperature": 3.0717823405383875, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.49755074204057, - "Chiller 6 Setpoint Temperature": 39.45327779185176 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.027574436884924, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.782347328869136, - "Chiller 6 Return Temperature": 87.90037832034803, - "Chiller 6 Condenser Water Flow": 3.9065555388705038, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.05240966390338, - "Chiller 6 Setpoint Temperature": 30.065181069928755 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.80409122892113, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.119024834487634, - "Chiller 6 Return Temperature": 108.1835005015433, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 94.76718184140559, - "Chiller 6 Setpoint Temperature": 13.434214883147384 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.299093701349047, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.49380034892903, - "Chiller 6 Return Temperature": 79.53487789847918, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.969672546425763, - "Chiller 6 Setpoint Temperature": 31.418945811307132 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.95062662074713, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.74681805748482, - "Chiller 6 Return Temperature": 92.73318050187628, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.5287623696509, - "Chiller 6 Setpoint Temperature": 22.44116647961591 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.71553364362141, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.02557797730459, - "Chiller 6 Return Temperature": 43.5000120211139, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.31061977255145, - "Chiller 6 Setpoint Temperature": 22.908245301009256 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.88710326669253, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.67542455027691, - "Chiller 6 Return Temperature": 38.875856623413206, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.14241492390103, - "Chiller 6 Setpoint Temperature": 40.978954175381716 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.03189803809694, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.955391953171464, - "Chiller 6 Return Temperature": 71.90642129573142, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.74885243794378, - "Chiller 6 Setpoint Temperature": 86.75703001784208 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.81403003825053, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.4232272603159, - "Chiller 6 Return Temperature": 42.641928405608596, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.088423649617372, - "Chiller 6 Setpoint Temperature": 89.65273283838177 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.1034424449178664, - "Chiller 6 Chiller Efficiency": 0.345300896515634, - "Chiller 6 Tonnage": 2037.9854387857013, - "Chiller 6 Supply Temperature": 12.212253142700725, - "Chiller 6 Return Temperature": 47.994793928675634, - "Chiller 6 Condenser Water Flow": 6664.849890647724, - "Chiller 6 Power Input": 928.5687105554565, - "Chiller 6 Chiller % Loaded": 53.54949773801702, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.625826591467664, - "Chiller 6 Setpoint Temperature": 39.042638881715106 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.919680761540757, - "Chiller 6 Chiller Efficiency": 0.31004680137962065, - "Chiller 6 Tonnage": 2582.123674259659, - "Chiller 6 Supply Temperature": 37.1787802374474, - "Chiller 6 Return Temperature": 98.661777758237, - "Chiller 6 Condenser Water Flow": 2553.9368958755017, - "Chiller 6 Power Input": 259.4439846986169, - "Chiller 6 Chiller % Loaded": 45.483502363367016, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.26319416051262, - "Chiller 6 Setpoint Temperature": 58.15295840355913 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.30815847101782, - "Chiller 6 Chiller Efficiency": 0.3856779873237161, - "Chiller 6 Tonnage": 1163.8357134371047, - "Chiller 6 Supply Temperature": 68.47615597744986, - "Chiller 6 Return Temperature": 37.19118415229106, - "Chiller 6 Condenser Water Flow": 2173.2189460673026, - "Chiller 6 Power Input": 835.363177656929, - "Chiller 6 Chiller % Loaded": 60.447308244567175, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.90557316136646, - "Chiller 6 Setpoint Temperature": 60.610177806917854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.59936822008254, - "Chiller 6 Chiller Efficiency": 0.01844909223814703, - "Chiller 6 Tonnage": 1306.4672508612077, - "Chiller 6 Supply Temperature": 64.25825327543558, - "Chiller 6 Return Temperature": 103.60332052738369, - "Chiller 6 Condenser Water Flow": 7039.880333535551, - "Chiller 6 Power Input": 787.7138155709029, - "Chiller 6 Chiller % Loaded": 43.95271363305267, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.388221408499735, - "Chiller 6 Setpoint Temperature": 61.04482418885166 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.670533747137274, - "Chiller 6 Chiller Efficiency": 0.18017988051423467, - "Chiller 6 Tonnage": 3136.8363751206457, - "Chiller 6 Supply Temperature": 61.31569837694788, - "Chiller 6 Return Temperature": 89.02608210413986, - "Chiller 6 Condenser Water Flow": 4794.765884685488, - "Chiller 6 Power Input": 204.5811157678799, - "Chiller 6 Chiller % Loaded": 64.97157581661853, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.6858751799167, - "Chiller 6 Setpoint Temperature": 51.43193833573592 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.90544016806851, - "Chiller 6 Chiller Efficiency": 0.16656163109751346, - "Chiller 6 Tonnage": 1930.3204462790375, - "Chiller 6 Supply Temperature": 56.20001474894365, - "Chiller 6 Return Temperature": 106.52300257792818, - "Chiller 6 Condenser Water Flow": 5712.503294281791, - "Chiller 6 Power Input": 1139.779014363513, - "Chiller 6 Chiller % Loaded": 90.30650988073383, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.405565524069232, - "Chiller 6 Setpoint Temperature": 46.770747240000915 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.87661417271154, - "Chiller 6 Chiller Efficiency": 0.16593199610379264, - "Chiller 6 Tonnage": 2943.2924362663143, - "Chiller 6 Supply Temperature": 25.62189700339184, - "Chiller 6 Return Temperature": 98.2949159445375, - "Chiller 6 Condenser Water Flow": 2412.8007975609626, - "Chiller 6 Power Input": 139.16391564180196, - "Chiller 6 Chiller % Loaded": 59.44410651771794, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.369646828633503, - "Chiller 6 Setpoint Temperature": 75.14600832853758 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.936156353210816, - "Chiller 6 Chiller Efficiency": 0.29882428484767004, - "Chiller 6 Tonnage": 1649.5238543629096, - "Chiller 6 Supply Temperature": 20.82224229246595, - "Chiller 6 Return Temperature": 72.20844883179458, - "Chiller 6 Condenser Water Flow": 8987.213635069658, - "Chiller 6 Power Input": 248.9365018175419, - "Chiller 6 Chiller % Loaded": 13.111254969598807, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.72682026471269, - "Chiller 6 Setpoint Temperature": 6.186950889679454 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.70758561276335, - "Chiller 6 Chiller Efficiency": 0.24066231297964605, - "Chiller 6 Tonnage": 2985.833542512872, - "Chiller 6 Supply Temperature": 27.670087380768177, - "Chiller 6 Return Temperature": 66.33875621105292, - "Chiller 6 Condenser Water Flow": 8028.091668724876, - "Chiller 6 Power Input": 888.0202694553328, - "Chiller 6 Chiller % Loaded": 109.60128940192756, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.539403914394214, - "Chiller 6 Setpoint Temperature": 19.53786352127687 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T16:45:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.65256665963578, - "Chiller 6 Chiller Efficiency": 0.25567198331455043, - "Chiller 6 Tonnage": 3665.964857195626, - "Chiller 6 Supply Temperature": 78.79022611855117, - "Chiller 6 Return Temperature": 31.4522089988102, - "Chiller 6 Condenser Water Flow": 6966.379141604048, - "Chiller 6 Power Input": 564.1591040249214, - "Chiller 6 Chiller % Loaded": 115.57138877585749, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.85872082042401, - "Chiller 6 Setpoint Temperature": 23.92077026695366 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T17:00:02", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.99028537569795, - "Chiller 6 Chiller Efficiency": 0.42764896870622504, - "Chiller 6 Tonnage": 3828.1805796754425, - "Chiller 6 Supply Temperature": 27.60742699536635, - "Chiller 6 Return Temperature": 43.32165545127371, - "Chiller 6 Condenser Water Flow": 8476.309048431642, - "Chiller 6 Power Input": 621.3366130969961, - "Chiller 6 Chiller % Loaded": 82.40810588890139, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.6414540025807, - "Chiller 6 Setpoint Temperature": 13.28561882896419 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T17:15:01", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.116351833774054, - "Chiller 6 Chiller Efficiency": 0.26860095239416587, - "Chiller 6 Tonnage": 1082.4895548299626, - "Chiller 6 Supply Temperature": 42.74555964238798, - "Chiller 6 Return Temperature": 59.08195814473447, - "Chiller 6 Condenser Water Flow": 176.66343357654623, - "Chiller 6 Power Input": 622.5326255363349, - "Chiller 6 Chiller % Loaded": 22.843509215116637, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.91471284893706, - "Chiller 6 Setpoint Temperature": 67.49073655803296 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.0484559983375, - "Chiller 6 Chiller Efficiency": 0.21219675286341466, - "Chiller 6 Tonnage": 1509.51691919974, - "Chiller 6 Supply Temperature": 1.8854081724640261, - "Chiller 6 Return Temperature": 21.126750753034376, - "Chiller 6 Condenser Water Flow": 5855.3911949788235, - "Chiller 6 Power Input": 558.6287545402859, - "Chiller 6 Chiller % Loaded": 34.32051237405659, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.731328940712416, - "Chiller 6 Setpoint Temperature": 75.90890920409338 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.25729689361772, - "Chiller 6 Chiller Efficiency": 0.21972090967235391, - "Chiller 6 Tonnage": 2175.4221883860246, - "Chiller 6 Supply Temperature": 70.0746042070582, - "Chiller 6 Return Temperature": 81.40432177897756, - "Chiller 6 Condenser Water Flow": 6696.048197415639, - "Chiller 6 Power Input": 83.6751049310201, - "Chiller 6 Chiller % Loaded": 132.6514719813342, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.60143840610863, - "Chiller 6 Setpoint Temperature": 30.151464233956894 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.11654911970228, - "Chiller 6 Chiller Efficiency": 0.19752250388405487, - "Chiller 6 Tonnage": 1919.8699184673587, - "Chiller 6 Supply Temperature": 76.36877406635583, - "Chiller 6 Return Temperature": 80.46901551137331, - "Chiller 6 Condenser Water Flow": 4912.0674138266695, - "Chiller 6 Power Input": 856.6980641870566, - "Chiller 6 Chiller % Loaded": 106.6336612599872, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.73946284976645, - "Chiller 6 Setpoint Temperature": 28.091547162485256 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.659097178608924, - "Chiller 6 Chiller Efficiency": 0.5857172563300024, - "Chiller 6 Tonnage": 98.17850060537332, - "Chiller 6 Supply Temperature": 77.13963497574875, - "Chiller 6 Return Temperature": 80.29434409212622, - "Chiller 6 Condenser Water Flow": 4052.1171013770354, - "Chiller 6 Power Input": 1057.459880591207, - "Chiller 6 Chiller % Loaded": 108.77509661118324, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.41240427306303, - "Chiller 6 Setpoint Temperature": 7.64389009873753 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.32210607878119, - "Chiller 6 Chiller Efficiency": 0.09252633747724429, - "Chiller 6 Tonnage": 2387.4656981794597, - "Chiller 6 Supply Temperature": 14.387161487563473, - "Chiller 6 Return Temperature": 112.29126264751902, - "Chiller 6 Condenser Water Flow": 5492.44629193154, - "Chiller 6 Power Input": 161.2846770969534, - "Chiller 6 Chiller % Loaded": 125.08070995199526, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.8831619063631946, - "Chiller 6 Setpoint Temperature": 64.71962886595949 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.10914458893036, - "Chiller 6 Chiller Efficiency": 0.2841237038300208, - "Chiller 6 Tonnage": 1087.6915061046977, - "Chiller 6 Supply Temperature": 69.41245813222291, - "Chiller 6 Return Temperature": 113.38187942445138, - "Chiller 6 Condenser Water Flow": 854.1964393459291, - "Chiller 6 Power Input": 532.7564644792549, - "Chiller 6 Chiller % Loaded": 112.6806858867069, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.95303848841284, - "Chiller 6 Setpoint Temperature": 24.355969454022333 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.17254948022216, - "Chiller 6 Chiller Efficiency": 0.29442998951628135, - "Chiller 6 Tonnage": 1742.8470150105952, - "Chiller 6 Supply Temperature": 62.52903279237829, - "Chiller 6 Return Temperature": 26.281544751191657, - "Chiller 6 Condenser Water Flow": 7886.0560816546795, - "Chiller 6 Power Input": 943.9981151565444, - "Chiller 6 Chiller % Loaded": 94.52869597288618, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.578392277137645, - "Chiller 6 Setpoint Temperature": 35.55768033691593 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.92275521094958, - "Chiller 6 Chiller Efficiency": 0.24188548695511927, - "Chiller 6 Tonnage": 3096.15981984003, - "Chiller 6 Supply Temperature": 73.05480913581201, - "Chiller 6 Return Temperature": 95.61398644387415, - "Chiller 6 Condenser Water Flow": 3445.8975654089613, - "Chiller 6 Power Input": 829.8220305644905, - "Chiller 6 Chiller % Loaded": 31.266463794324192, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.868106165150451, - "Chiller 6 Setpoint Temperature": 3.195820612114396 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.88557709991704, - "Chiller 6 Chiller Efficiency": 0.07673388042720582, - "Chiller 6 Tonnage": 1868.824886451267, - "Chiller 6 Supply Temperature": 67.60556951695727, - "Chiller 6 Return Temperature": 75.05366395721462, - "Chiller 6 Condenser Water Flow": 9127.996357465774, - "Chiller 6 Power Input": 58.2292471680183, - "Chiller 6 Chiller % Loaded": 22.536280493047304, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.7530439882296, - "Chiller 6 Setpoint Temperature": 4.573020050981036 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.51237987677621, - "Chiller 6 Chiller Efficiency": 0.18001065886044929, - "Chiller 6 Tonnage": 3399.6467949110347, - "Chiller 6 Supply Temperature": 63.08714842228282, - "Chiller 6 Return Temperature": 22.802907092347805, - "Chiller 6 Condenser Water Flow": 889.6222075428733, - "Chiller 6 Power Input": 1071.6568312606244, - "Chiller 6 Chiller % Loaded": 13.45986615647241, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.08073790468403, - "Chiller 6 Setpoint Temperature": 4.659744406047283 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.806687178118672, - "Chiller 6 Chiller Efficiency": 0.5482480359263487, - "Chiller 6 Tonnage": 1834.202693729, - "Chiller 6 Supply Temperature": 13.583445952166382, - "Chiller 6 Return Temperature": 16.787568317459787, - "Chiller 6 Condenser Water Flow": 4631.310165382292, - "Chiller 6 Power Input": 553.7616103613807, - "Chiller 6 Chiller % Loaded": 19.73403776853941, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.328427817727547, - "Chiller 6 Setpoint Temperature": 83.10026914618217 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.051323910476235, - "Chiller 6 Chiller Efficiency": 0.22883274245327218, - "Chiller 6 Tonnage": 2896.7476366037577, - "Chiller 6 Supply Temperature": 83.46472898475989, - "Chiller 6 Return Temperature": 43.43150053330954, - "Chiller 6 Condenser Water Flow": 135.07467114846037, - "Chiller 6 Power Input": 247.84909019254897, - "Chiller 6 Chiller % Loaded": 97.72158924027629, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.987760601692717, - "Chiller 6 Setpoint Temperature": 57.741320007379485 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.355314937946815, - "Chiller 6 Chiller Efficiency": 0.5320218477656018, - "Chiller 6 Tonnage": 3661.820196972454, - "Chiller 6 Supply Temperature": 57.95005737444717, - "Chiller 6 Return Temperature": 12.991792249363428, - "Chiller 6 Condenser Water Flow": 144.5585673840429, - "Chiller 6 Power Input": 592.526397384306, - "Chiller 6 Chiller % Loaded": 118.91775429631045, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.738025220364165, - "Chiller 6 Setpoint Temperature": 9.317454923233761 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.0267477253526, - "Chiller 6 Chiller Efficiency": 0.09906282616560672, - "Chiller 6 Tonnage": 92.86286318378579, - "Chiller 6 Supply Temperature": 24.138286454793388, - "Chiller 6 Return Temperature": 83.9128074884637, - "Chiller 6 Condenser Water Flow": 8508.280346722866, - "Chiller 6 Power Input": 762.1204847598383, - "Chiller 6 Chiller % Loaded": 57.76167791347525, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.14775435752601, - "Chiller 6 Setpoint Temperature": 75.26586670033049 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.016971969612648, - "Chiller 6 Chiller Efficiency": 0.33554159636690595, - "Chiller 6 Tonnage": 2152.1887893209114, - "Chiller 6 Supply Temperature": 86.00762209592237, - "Chiller 6 Return Temperature": 16.122519963289065, - "Chiller 6 Condenser Water Flow": 6105.352221192778, - "Chiller 6 Power Input": 610.4144153797301, - "Chiller 6 Chiller % Loaded": 116.63492905467459, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.047343343394235, - "Chiller 6 Setpoint Temperature": 78.53125719588331 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.00293579452983, - "Chiller 6 Chiller Efficiency": 0.40843956286813815, - "Chiller 6 Tonnage": 658.7834546535234, - "Chiller 6 Supply Temperature": 21.131052589997974, - "Chiller 6 Return Temperature": 82.5429432130285, - "Chiller 6 Condenser Water Flow": 4199.83124850873, - "Chiller 6 Power Input": 851.4785333995852, - "Chiller 6 Chiller % Loaded": 81.65868122616747, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.76113231466769, - "Chiller 6 Setpoint Temperature": 13.461774566023704 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.48584357750985, - "Chiller 6 Chiller Efficiency": 0.5920724418686975, - "Chiller 6 Tonnage": 3476.125437083249, - "Chiller 6 Supply Temperature": 42.13885656626058, - "Chiller 6 Return Temperature": 59.134526787031355, - "Chiller 6 Condenser Water Flow": 7679.92739842851, - "Chiller 6 Power Input": 710.7604033169822, - "Chiller 6 Chiller % Loaded": 15.470243548592546, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.96681888515896, - "Chiller 6 Setpoint Temperature": 18.079411609588178 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.4744096498143, - "Chiller 6 Chiller Efficiency": 0.14648323475143477, - "Chiller 6 Tonnage": 3642.484146229147, - "Chiller 6 Supply Temperature": 2.604523664346111, - "Chiller 6 Return Temperature": 106.71301935091337, - "Chiller 6 Condenser Water Flow": 3703.898952900735, - "Chiller 6 Power Input": 40.20169298897528, - "Chiller 6 Chiller % Loaded": 59.843072972270264, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.848142924068913, - "Chiller 6 Setpoint Temperature": 6.737709549481501 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.19247985448263, - "Chiller 6 Chiller Efficiency": 0.05180944947297323, - "Chiller 6 Tonnage": 3662.243801960576, - "Chiller 6 Supply Temperature": 76.78542150887998, - "Chiller 6 Return Temperature": 66.68801122174592, - "Chiller 6 Condenser Water Flow": 8683.971542971041, - "Chiller 6 Power Input": 324.0457283430333, - "Chiller 6 Chiller % Loaded": 55.65525292205167, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.644398626108924, - "Chiller 6 Setpoint Temperature": 68.46572434699108 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.90313491451616, - "Chiller 6 Chiller Efficiency": 0.027760817300544995, - "Chiller 6 Tonnage": 3558.845272034238, - "Chiller 6 Supply Temperature": 10.584965917618998, - "Chiller 6 Return Temperature": 76.1321703021931, - "Chiller 6 Condenser Water Flow": 1377.573396299827, - "Chiller 6 Power Input": 997.7106207743511, - "Chiller 6 Chiller % Loaded": 49.442244277226116, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.498152958111053, - "Chiller 6 Setpoint Temperature": 57.561182032244325 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.01181699284578, - "Chiller 6 Chiller Efficiency": 0.2912694449486717, - "Chiller 6 Tonnage": 3158.620408258459, - "Chiller 6 Supply Temperature": 41.55362258862631, - "Chiller 6 Return Temperature": 63.40081353499209, - "Chiller 6 Condenser Water Flow": 4583.1306627278545, - "Chiller 6 Power Input": 1060.8512652817064, - "Chiller 6 Chiller % Loaded": 70.40490397600405, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.841612261299273, - "Chiller 6 Setpoint Temperature": 65.16271365135927 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.33293919938423, - "Chiller 6 Chiller Efficiency": 0.49128323152447606, - "Chiller 6 Tonnage": 1295.764678370012, - "Chiller 6 Supply Temperature": 68.71025073901805, - "Chiller 6 Return Temperature": 10.916905796548294, - "Chiller 6 Condenser Water Flow": 4045.146338625169, - "Chiller 6 Power Input": 1110.5133181909032, - "Chiller 6 Chiller % Loaded": 41.80069508485248, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.854772138411505, - "Chiller 6 Setpoint Temperature": 62.80429012075976 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.3012158182195, - "Chiller 6 Chiller Efficiency": 0.15341062090888993, - "Chiller 6 Tonnage": 2953.3737358890567, - "Chiller 6 Supply Temperature": 82.2087543091685, - "Chiller 6 Return Temperature": 90.1874583099736, - "Chiller 6 Condenser Water Flow": 8004.395962264856, - "Chiller 6 Power Input": 488.73333090720877, - "Chiller 6 Chiller % Loaded": 119.51435988608773, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.5240795692223, - "Chiller 6 Setpoint Temperature": 29.629010074977607 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.26175488883658, - "Chiller 6 Chiller Efficiency": 0.18726381640020545, - "Chiller 6 Tonnage": 1276.1933329325593, - "Chiller 6 Supply Temperature": 71.26028146721556, - "Chiller 6 Return Temperature": 15.129619677211199, - "Chiller 6 Condenser Water Flow": 5303.709203625578, - "Chiller 6 Power Input": 946.7510922813984, - "Chiller 6 Chiller % Loaded": 83.41451157632896, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.260400713609638, - "Chiller 6 Setpoint Temperature": 72.8751301268434 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.87049195447943, - "Chiller 6 Chiller Efficiency": 0.36952793742303724, - "Chiller 6 Tonnage": 2588.9247216525973, - "Chiller 6 Supply Temperature": 24.512555362900457, - "Chiller 6 Return Temperature": 103.26585389182469, - "Chiller 6 Condenser Water Flow": 170.16464536480845, - "Chiller 6 Power Input": 650.8161284205567, - "Chiller 6 Chiller % Loaded": 57.61786840830315, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.95302480758701, - "Chiller 6 Setpoint Temperature": 14.04922724321668 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.46505475407972, - "Chiller 6 Chiller Efficiency": 0.14512606666546218, - "Chiller 6 Tonnage": 1167.2009735631693, - "Chiller 6 Supply Temperature": 52.58741021557752, - "Chiller 6 Return Temperature": 39.091707524785384, - "Chiller 6 Condenser Water Flow": 5377.2172212106125, - "Chiller 6 Power Input": 981.6364870527793, - "Chiller 6 Chiller % Loaded": 80.67127223509034, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.6968811540623, - "Chiller 6 Setpoint Temperature": 75.1721907823917 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.84337245140738, - "Chiller 6 Chiller Efficiency": 0.10997314029800614, - "Chiller 6 Tonnage": 1799.7209681968047, - "Chiller 6 Supply Temperature": 4.729193134772084, - "Chiller 6 Return Temperature": 42.2663331504058, - "Chiller 6 Condenser Water Flow": 6105.227980040953, - "Chiller 6 Power Input": 245.62225114045592, - "Chiller 6 Chiller % Loaded": 63.27386072686091, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.97596780407898, - "Chiller 6 Setpoint Temperature": 26.40075089257976 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.27096137939008, - "Chiller 6 Chiller Efficiency": 0.3243766990031913, - "Chiller 6 Tonnage": 1449.2799226700095, - "Chiller 6 Supply Temperature": 81.67445901142402, - "Chiller 6 Return Temperature": 12.509889018620525, - "Chiller 6 Condenser Water Flow": 794.0012999412668, - "Chiller 6 Power Input": 821.8423860932254, - "Chiller 6 Chiller % Loaded": 33.7322620149549, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.912616563192564, - "Chiller 6 Setpoint Temperature": 17.42309546905117 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.526847642268356, - "Chiller 6 Chiller Efficiency": 0.3874506494440465, - "Chiller 6 Tonnage": 3686.009939368776, - "Chiller 6 Supply Temperature": 44.354180411325196, - "Chiller 6 Return Temperature": 113.54658278818303, - "Chiller 6 Condenser Water Flow": 7848.8792163563185, - "Chiller 6 Power Input": 116.59242463881581, - "Chiller 6 Chiller % Loaded": 74.6252110688833, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.67108179837827, - "Chiller 6 Setpoint Temperature": 29.18944429697787 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.76660709247025, - "Chiller 6 Chiller Efficiency": 0.5815002110873712, - "Chiller 6 Tonnage": 568.216153423742, - "Chiller 6 Supply Temperature": 41.95174686527279, - "Chiller 6 Return Temperature": 99.05631228235369, - "Chiller 6 Condenser Water Flow": 9437.561202922847, - "Chiller 6 Power Input": 423.4988271598188, - "Chiller 6 Chiller % Loaded": 95.57803510867154, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.882436106984837, - "Chiller 6 Setpoint Temperature": 4.5226261591057355 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.293178887726008, - "Chiller 6 Chiller Efficiency": 0.12411410356570216, - "Chiller 6 Tonnage": 792.221937465645, - "Chiller 6 Supply Temperature": 85.27053579297235, - "Chiller 6 Return Temperature": 74.658133551663, - "Chiller 6 Condenser Water Flow": 5171.373010937479, - "Chiller 6 Power Input": 214.0667310482554, - "Chiller 6 Chiller % Loaded": 22.524954594859867, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.742600526103827, - "Chiller 6 Setpoint Temperature": 87.36979231638516 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.05316302960517, - "Chiller 6 Chiller Efficiency": 0.3336200391150999, - "Chiller 6 Tonnage": 1010.6877222643202, - "Chiller 6 Supply Temperature": 53.84366163574065, - "Chiller 6 Return Temperature": 68.79441082325266, - "Chiller 6 Condenser Water Flow": 5692.678505311953, - "Chiller 6 Power Input": 42.07024908502623, - "Chiller 6 Chiller % Loaded": 100.60735808478034, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.628524964861914, - "Chiller 6 Setpoint Temperature": 44.02558086071501 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.0767344223252366, - "Chiller 6 Chiller Efficiency": 0.018953438048948845, - "Chiller 6 Tonnage": 3164.9003472304885, - "Chiller 6 Supply Temperature": 19.920807450179204, - "Chiller 6 Return Temperature": 100.89298785147552, - "Chiller 6 Condenser Water Flow": 8237.464891231833, - "Chiller 6 Power Input": 484.23842081042824, - "Chiller 6 Chiller % Loaded": 52.153348725068746, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.200348231145522, - "Chiller 6 Setpoint Temperature": 1.139950901204355 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.27652667739787, - "Chiller 6 Chiller Efficiency": 0.5452738045838885, - "Chiller 6 Tonnage": 3037.6582797258093, - "Chiller 6 Supply Temperature": 84.12959613525157, - "Chiller 6 Return Temperature": 0.5065005680390655, - "Chiller 6 Condenser Water Flow": 7246.080433535875, - "Chiller 6 Power Input": 434.7872821206494, - "Chiller 6 Chiller % Loaded": 128.26383516319777, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.35725393239595, - "Chiller 6 Setpoint Temperature": 51.26315433628765 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.11304822009902, - "Chiller 6 Chiller Efficiency": 0.4118544408292399, - "Chiller 6 Tonnage": 2950.538777823311, - "Chiller 6 Supply Temperature": 78.56086310905462, - "Chiller 6 Return Temperature": 93.70125204723931, - "Chiller 6 Condenser Water Flow": 524.3621726271263, - "Chiller 6 Power Input": 83.68281785801399, - "Chiller 6 Chiller % Loaded": 57.65122372523293, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.16670753127965, - "Chiller 6 Setpoint Temperature": 6.44172073311032 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.46459765706362, - "Chiller 6 Chiller Efficiency": 0.024397034862410766, - "Chiller 6 Tonnage": 3708.073267406803, - "Chiller 6 Supply Temperature": 17.040784496590252, - "Chiller 6 Return Temperature": 8.723101179567019, - "Chiller 6 Condenser Water Flow": 4148.539358272209, - "Chiller 6 Power Input": 968.8028810267064, - "Chiller 6 Chiller % Loaded": 70.1334032567093, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.996543814755012, - "Chiller 6 Setpoint Temperature": 46.12823787909909 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.254354984531293, - "Chiller 6 Chiller Efficiency": 0.23657291400845176, - "Chiller 6 Tonnage": 837.4087343818443, - "Chiller 6 Supply Temperature": 39.324314750900335, - "Chiller 6 Return Temperature": 30.143112877084384, - "Chiller 6 Condenser Water Flow": 9310.589063574553, - "Chiller 6 Power Input": 282.62033908891186, - "Chiller 6 Chiller % Loaded": 49.516952925285864, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.64541207882759, - "Chiller 6 Setpoint Temperature": 11.557340536461584 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.020838843582002, - "Chiller 6 Chiller Efficiency": 0.4826533642684241, - "Chiller 6 Tonnage": 2716.55630363142, - "Chiller 6 Supply Temperature": 76.41904218874822, - "Chiller 6 Return Temperature": 9.774655346393168, - "Chiller 6 Condenser Water Flow": 2960.9040850315328, - "Chiller 6 Power Input": 583.9192695827005, - "Chiller 6 Chiller % Loaded": 108.55272245557575, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.028065402002717, - "Chiller 6 Setpoint Temperature": 66.75684621867646 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.1619899547761, - "Chiller 6 Chiller Efficiency": 0.5371919749632384, - "Chiller 6 Tonnage": 2876.01724679006, - "Chiller 6 Supply Temperature": 37.60717714981997, - "Chiller 6 Return Temperature": 99.48450687926753, - "Chiller 6 Condenser Water Flow": 7239.459407848547, - "Chiller 6 Power Input": 1056.3517845793301, - "Chiller 6 Chiller % Loaded": 92.60252923962388, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.833856776767508, - "Chiller 6 Setpoint Temperature": 32.52982194706074 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.7222526758019, - "Chiller 6 Chiller Efficiency": 0.2260618861444258, - "Chiller 6 Tonnage": 3453.9516482831827, - "Chiller 6 Supply Temperature": 78.79461686154666, - "Chiller 6 Return Temperature": 1.5266412319163158, - "Chiller 6 Condenser Water Flow": 6497.078280035347, - "Chiller 6 Power Input": 604.0653975518002, - "Chiller 6 Chiller % Loaded": 29.41127209306059, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.152933348632423, - "Chiller 6 Setpoint Temperature": 46.53341782218578 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.5913444892694, - "Chiller 6 Chiller Efficiency": 0.17835061526955842, - "Chiller 6 Tonnage": 28.05265724066203, - "Chiller 6 Supply Temperature": 20.3647290796495, - "Chiller 6 Return Temperature": 105.87865254547773, - "Chiller 6 Condenser Water Flow": 6056.857795400071, - "Chiller 6 Power Input": 1116.2053376892932, - "Chiller 6 Chiller % Loaded": 52.983326027523894, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.944798895338185, - "Chiller 6 Setpoint Temperature": 27.47837361562465 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.15106759555306, - "Chiller 6 Chiller Efficiency": 0.03266452625239497, - "Chiller 6 Tonnage": 2692.2476151092633, - "Chiller 6 Supply Temperature": 70.13917705600244, - "Chiller 6 Return Temperature": 26.96727648989035, - "Chiller 6 Condenser Water Flow": 1819.7158854257864, - "Chiller 6 Power Input": 14.378648378600401, - "Chiller 6 Chiller % Loaded": 107.09230669859278, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.05477395256351, - "Chiller 6 Setpoint Temperature": 24.96635158416916 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T04:00:05", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.86252149400214, - "Chiller 6 Chiller Efficiency": 0.4437554158986635, - "Chiller 6 Tonnage": 488.72783399875624, - "Chiller 6 Supply Temperature": 50.42243037203091, - "Chiller 6 Return Temperature": 0.1327465693679834, - "Chiller 6 Condenser Water Flow": 7912.513348366896, - "Chiller 6 Power Input": 54.961352975453515, - "Chiller 6 Chiller % Loaded": 44.595417218706665, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.833558752477895, - "Chiller 6 Setpoint Temperature": 71.47149631360729 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T04:15:15", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.01548765939145, - "Chiller 6 Chiller Efficiency": 0.3108132336033647, - "Chiller 6 Tonnage": 2311.3948686582617, - "Chiller 6 Supply Temperature": 80.83978262113087, - "Chiller 6 Return Temperature": 76.86653964711228, - "Chiller 6 Condenser Water Flow": 1425.2419416331584, - "Chiller 6 Power Input": 324.58976369097604, - "Chiller 6 Chiller % Loaded": 59.57196087045492, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.88590890964031, - "Chiller 6 Setpoint Temperature": 54.565836449458885 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T04:30:04", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.55864607308068, - "Chiller 6 Chiller Efficiency": 0.6062473415345723, - "Chiller 6 Tonnage": 1488.0252273125518, - "Chiller 6 Supply Temperature": 50.33655429919159, - "Chiller 6 Return Temperature": 26.19613642227205, - "Chiller 6 Condenser Water Flow": 5073.930364616466, - "Chiller 6 Power Input": 856.8365790180736, - "Chiller 6 Chiller % Loaded": 21.958201043894825, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.71505037183058, - "Chiller 6 Setpoint Temperature": 67.54382673940395 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.97574524644243, - "Chiller 6 Chiller Efficiency": 0.35489685960302875, - "Chiller 6 Tonnage": 1704.5802956078805, - "Chiller 6 Supply Temperature": 17.94929360016925, - "Chiller 6 Return Temperature": 62.06367310538267, - "Chiller 6 Condenser Water Flow": 5594.423917931401, - "Chiller 6 Power Input": 574.2750258277066, - "Chiller 6 Chiller % Loaded": 5.078071869663775, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.933138345752026, - "Chiller 6 Setpoint Temperature": 32.604498211661806 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.11107359348603, - "Chiller 6 Chiller Efficiency": 0.20195397879550656, - "Chiller 6 Tonnage": 3590.5321972624965, - "Chiller 6 Supply Temperature": 66.89269477640902, - "Chiller 6 Return Temperature": 49.12916923112059, - "Chiller 6 Condenser Water Flow": 6007.417531097064, - "Chiller 6 Power Input": 400.7465902832391, - "Chiller 6 Chiller % Loaded": 60.59331966131911, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.79272980096054, - "Chiller 6 Setpoint Temperature": 9.23369131917679 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.841312213911, - "Chiller 6 Chiller Efficiency": 0.4666097217486368, - "Chiller 6 Tonnage": 2246.211262953099, - "Chiller 6 Supply Temperature": 31.834237968463217, - "Chiller 6 Return Temperature": 113.26940648060761, - "Chiller 6 Condenser Water Flow": 8411.828034039236, - "Chiller 6 Power Input": 764.4948209281162, - "Chiller 6 Chiller % Loaded": 83.84011371535416, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.56866814145185, - "Chiller 6 Setpoint Temperature": 78.40288846257852 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T05:30:01", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.61318121803552, - "Chiller 6 Chiller Efficiency": 0.04109634958549555, - "Chiller 6 Tonnage": 506.64336562968504, - "Chiller 6 Supply Temperature": 35.90089510910731, - "Chiller 6 Return Temperature": 23.419431174082348, - "Chiller 6 Condenser Water Flow": 6843.680462090559, - "Chiller 6 Power Input": 327.1041852328224, - "Chiller 6 Chiller % Loaded": 22.5574777147196, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.030659833262229, - "Chiller 6 Setpoint Temperature": 44.68128498235161 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T05:45:01", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.47874766219001, - "Chiller 6 Chiller Efficiency": 0.31978242088431486, - "Chiller 6 Tonnage": 3474.911875696927, - "Chiller 6 Supply Temperature": 19.158343407883656, - "Chiller 6 Return Temperature": 87.14270469882766, - "Chiller 6 Condenser Water Flow": 6246.129257394812, - "Chiller 6 Power Input": 771.3729990742993, - "Chiller 6 Chiller % Loaded": 38.49965736032649, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.808294160927126, - "Chiller 6 Setpoint Temperature": 30.478046558566067 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T06:00:04", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.2991685242547157, - "Chiller 6 Chiller Efficiency": 0.5200623916486374, - "Chiller 6 Tonnage": 1304.3234796450745, - "Chiller 6 Supply Temperature": 40.769787347417754, - "Chiller 6 Return Temperature": 87.01444401672693, - "Chiller 6 Condenser Water Flow": 2670.2875559327895, - "Chiller 6 Power Input": 858.3802515336009, - "Chiller 6 Chiller % Loaded": 61.483708976600155, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.611216096686473, - "Chiller 6 Setpoint Temperature": 71.78078370086675 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T06:15:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.60883400971143, - "Chiller 6 Chiller Efficiency": 0.24450733133678101, - "Chiller 6 Tonnage": 2194.677839396498, - "Chiller 6 Supply Temperature": 76.01821665474665, - "Chiller 6 Return Temperature": 82.14596019519789, - "Chiller 6 Condenser Water Flow": 6980.932636078669, - "Chiller 6 Power Input": 915.1459069209579, - "Chiller 6 Chiller % Loaded": 10.333477706939384, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.58275025778411, - "Chiller 6 Setpoint Temperature": 78.60496322001431 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T06:30:02", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.433087000208301, - "Chiller 6 Chiller Efficiency": 0.19727791022462512, - "Chiller 6 Tonnage": 671.6481999547759, - "Chiller 6 Supply Temperature": 88.61307565153439, - "Chiller 6 Return Temperature": 114.4131417170102, - "Chiller 6 Condenser Water Flow": 3402.1773222177803, - "Chiller 6 Power Input": 518.2330749133965, - "Chiller 6 Chiller % Loaded": 12.34757282173034, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.21303615816163, - "Chiller 6 Setpoint Temperature": 57.166045447926 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.488093603578484, - "Chiller 6 Chiller Efficiency": 0.5964281522737258, - "Chiller 6 Tonnage": 2396.065881484493, - "Chiller 6 Supply Temperature": 11.970623289771279, - "Chiller 6 Return Temperature": 57.67058338081548, - "Chiller 6 Condenser Water Flow": 2815.125173135938, - "Chiller 6 Power Input": 529.4078117688796, - "Chiller 6 Chiller % Loaded": 21.386802459454717, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.04428543120557, - "Chiller 6 Setpoint Temperature": 39.293246748953386 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.54386132657913, - "Chiller 6 Chiller Efficiency": 0.1881157861163731, - "Chiller 6 Tonnage": 626.2165879584021, - "Chiller 6 Supply Temperature": 61.38210716111829, - "Chiller 6 Return Temperature": 1.3948221835625045, - "Chiller 6 Condenser Water Flow": 1764.5912519061364, - "Chiller 6 Power Input": 56.34512308164294, - "Chiller 6 Chiller % Loaded": 125.39503202332087, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.54364600245157, - "Chiller 6 Setpoint Temperature": 65.51092818842623 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.80704503314135, - "Chiller 6 Chiller Efficiency": 0.2966352616415579, - "Chiller 6 Tonnage": 1210.8098636564139, - "Chiller 6 Supply Temperature": 44.549703033809735, - "Chiller 6 Return Temperature": 12.430302873276647, - "Chiller 6 Condenser Water Flow": 7428.012438497629, - "Chiller 6 Power Input": 486.3582904982095, - "Chiller 6 Chiller % Loaded": 0.16691978416053077, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.564067361786512, - "Chiller 6 Setpoint Temperature": 35.94364127665462 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.22211484525009, - "Chiller 6 Chiller Efficiency": 0.3990436573530192, - "Chiller 6 Tonnage": 3264.28525547415, - "Chiller 6 Supply Temperature": 80.38191352151799, - "Chiller 6 Return Temperature": 103.60119067330722, - "Chiller 6 Condenser Water Flow": 8683.377061634428, - "Chiller 6 Power Input": 1107.2008374695954, - "Chiller 6 Chiller % Loaded": 105.97888039182341, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.49942206444457, - "Chiller 6 Setpoint Temperature": 87.81121040257496 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T07:45:01", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.54726419526696, - "Chiller 6 Chiller Efficiency": 0.34623305591172204, - "Chiller 6 Tonnage": 3149.767288013289, - "Chiller 6 Supply Temperature": 58.658135103340065, - "Chiller 6 Return Temperature": 22.238263288417667, - "Chiller 6 Condenser Water Flow": 3067.9902956268384, - "Chiller 6 Power Input": 758.8466537963809, - "Chiller 6 Chiller % Loaded": 109.26488206138006, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.05479614368892, - "Chiller 6 Setpoint Temperature": 34.44859532933412 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T08:00:08", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.983584831674094, - "Chiller 6 Chiller Efficiency": 0.35408099138776333, - "Chiller 6 Tonnage": 404.74183863189313, - "Chiller 6 Supply Temperature": 19.92031684346149, - "Chiller 6 Return Temperature": 38.900183914426236, - "Chiller 6 Condenser Water Flow": 2682.064296625092, - "Chiller 6 Power Input": 522.9866231094833, - "Chiller 6 Chiller % Loaded": 99.89902710706824, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.34343809516129, - "Chiller 6 Setpoint Temperature": 57.368773812666625 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.94791750656084, - "Chiller 6 Chiller Efficiency": 0.6180965781495024, - "Chiller 6 Tonnage": 1415.6781434581912, - "Chiller 6 Supply Temperature": 7.8795529701053315, - "Chiller 6 Return Temperature": 21.058257217031752, - "Chiller 6 Condenser Water Flow": 7412.305275151228, - "Chiller 6 Power Input": 915.8313904788367, - "Chiller 6 Chiller % Loaded": 114.30777074156106, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.65909810044869, - "Chiller 6 Setpoint Temperature": 51.97566525396641 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.1062270434116759, - "Chiller 6 Chiller Efficiency": 0.3506121122848234, - "Chiller 6 Tonnage": 2145.049187259167, - "Chiller 6 Supply Temperature": 2.176502355671877, - "Chiller 6 Return Temperature": 29.3016125404573, - "Chiller 6 Condenser Water Flow": 6254.951664773059, - "Chiller 6 Power Input": 932.5243690056021, - "Chiller 6 Chiller % Loaded": 36.8635845025879, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.9970172208774, - "Chiller 6 Setpoint Temperature": 0.7572350418739157 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.24751652084005, - "Chiller 6 Chiller Efficiency": 0.4265788377279993, - "Chiller 6 Tonnage": 1986.7696218511335, - "Chiller 6 Supply Temperature": 18.11590661308016, - "Chiller 6 Return Temperature": 17.410330235049596, - "Chiller 6 Condenser Water Flow": 6354.692587824493, - "Chiller 6 Power Input": 173.19645738731, - "Chiller 6 Chiller % Loaded": 27.759853620686833, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.865412521818165, - "Chiller 6 Setpoint Temperature": 61.34707516610997 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.66226112023927, - "Chiller 6 Chiller Efficiency": 0.0919689549015585, - "Chiller 6 Tonnage": 3579.290841843086, - "Chiller 6 Supply Temperature": 6.6525533991302535, - "Chiller 6 Return Temperature": 91.31586058919781, - "Chiller 6 Condenser Water Flow": 1469.1294596812465, - "Chiller 6 Power Input": 781.476448041159, - "Chiller 6 Chiller % Loaded": 100.76548052590758, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.5825933692870402, - "Chiller 6 Setpoint Temperature": 33.38048784133631 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.859529535239176, - "Chiller 6 Chiller Efficiency": 0.08680651064915831, - "Chiller 6 Tonnage": 4309.654946029747, - "Chiller 6 Supply Temperature": 12.60263834799598, - "Chiller 6 Return Temperature": 26.139125105458312, - "Chiller 6 Condenser Water Flow": 4466.9210048445675, - "Chiller 6 Power Input": 571.6603421939667, - "Chiller 6 Chiller % Loaded": 51.35120114846988, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.756552368585275, - "Chiller 6 Setpoint Temperature": 39.86062415751914 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.44577955745069, - "Chiller 6 Chiller Efficiency": 0.46921622271898056, - "Chiller 6 Tonnage": 1471.828935850126, - "Chiller 6 Supply Temperature": 48.49177470534216, - "Chiller 6 Return Temperature": 28.079753580676183, - "Chiller 6 Condenser Water Flow": 8535.789425375286, - "Chiller 6 Power Input": 638.1120140792123, - "Chiller 6 Chiller % Loaded": 82.99337618902987, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.98918472980555, - "Chiller 6 Setpoint Temperature": 86.00758841932505 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.33475396779524, - "Chiller 6 Chiller Efficiency": 0.042909782698613494, - "Chiller 6 Tonnage": 3780.7820886813024, - "Chiller 6 Supply Temperature": 6.138073106167815, - "Chiller 6 Return Temperature": 5.165878247327271, - "Chiller 6 Condenser Water Flow": 9507.004657319234, - "Chiller 6 Power Input": 1239.7722346834505, - "Chiller 6 Chiller % Loaded": 164.15213302804446, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.94561017469215, - "Chiller 6 Setpoint Temperature": 26.272714852247347 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.47346518004994, - "Chiller 6 Chiller Efficiency": 0.6904299070938502, - "Chiller 6 Tonnage": 4220.771622496632, - "Chiller 6 Supply Temperature": 90.31484253714285, - "Chiller 6 Return Temperature": 63.99594626914986, - "Chiller 6 Condenser Water Flow": 1852.2782353467812, - "Chiller 6 Power Input": 26.22023527809624, - "Chiller 6 Chiller % Loaded": 107.31214972283098, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.99928676533612, - "Chiller 6 Setpoint Temperature": 10.691997822202229 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.89337215559814, - "Chiller 6 Chiller Efficiency": 0.16816389386402292, - "Chiller 6 Tonnage": 205.88201305119313, - "Chiller 6 Supply Temperature": 70.39701142925612, - "Chiller 6 Return Temperature": 34.90033108982405, - "Chiller 6 Condenser Water Flow": 1608.866858419468, - "Chiller 6 Power Input": 97.73066052473321, - "Chiller 6 Chiller % Loaded": 42.44488021313069, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.734899847498764, - "Chiller 6 Setpoint Temperature": 45.764823062670544 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.53330102185535, - "Chiller 6 Chiller Efficiency": 0.18743347887824988, - "Chiller 6 Tonnage": 2583.4286571888456, - "Chiller 6 Supply Temperature": 30.872661519031155, - "Chiller 6 Return Temperature": 109.5352443916118, - "Chiller 6 Condenser Water Flow": 7823.641685255313, - "Chiller 6 Power Input": 545.0338930713219, - "Chiller 6 Chiller % Loaded": 108.37462879348601, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.03806947683418, - "Chiller 6 Setpoint Temperature": 29.52170767562518 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.24088083274439, - "Chiller 6 Chiller Efficiency": 0.3307550361896862, - "Chiller 6 Tonnage": 1682.5827220250644, - "Chiller 6 Supply Temperature": 8.122038972906502, - "Chiller 6 Return Temperature": 0.7737890909856503, - "Chiller 6 Condenser Water Flow": 2836.192787997523, - "Chiller 6 Power Input": 383.9222475045966, - "Chiller 6 Chiller % Loaded": 66.63906248775746, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.657556639104238, - "Chiller 6 Setpoint Temperature": 12.507877225958941 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.55400595147164, - "Chiller 6 Chiller Efficiency": 0.4921464738890183, - "Chiller 6 Tonnage": 553.5812617597869, - "Chiller 6 Supply Temperature": 63.78810286907083, - "Chiller 6 Return Temperature": 65.60389871421502, - "Chiller 6 Condenser Water Flow": 2498.181513758445, - "Chiller 6 Power Input": 472.7252485821984, - "Chiller 6 Chiller % Loaded": 11.592629114248831, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.81739661351206, - "Chiller 6 Setpoint Temperature": 90.63272162079737 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.87956791443563, - "Chiller 6 Chiller Efficiency": 0.2559941804891293, - "Chiller 6 Tonnage": 3823.956279068624, - "Chiller 6 Supply Temperature": 2.8313778475208853, - "Chiller 6 Return Temperature": 91.09523457472362, - "Chiller 6 Condenser Water Flow": 10489.612565766372, - "Chiller 6 Power Input": 1527.9097558125393, - "Chiller 6 Chiller % Loaded": 156.20923575609285, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.678316471714716, - "Chiller 6 Setpoint Temperature": 75.04746030923171 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.61556622415767, - "Chiller 6 Chiller Efficiency": 0.5779664779525995, - "Chiller 6 Tonnage": 67.72157111953071, - "Chiller 6 Supply Temperature": 25.18251286566334, - "Chiller 6 Return Temperature": 12.303428593202428, - "Chiller 6 Condenser Water Flow": 1979.0320845148203, - "Chiller 6 Power Input": 422.9791427685116, - "Chiller 6 Chiller % Loaded": 76.0881755043266, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.993816693762625, - "Chiller 6 Setpoint Temperature": 77.90452701506808 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.589616822497156, - "Chiller 6 Chiller Efficiency": 0.19465459298565244, - "Chiller 6 Tonnage": 2604.537798780651, - "Chiller 6 Supply Temperature": 56.609494846814364, - "Chiller 6 Return Temperature": 83.92619280316816, - "Chiller 6 Condenser Water Flow": 4659.834220279691, - "Chiller 6 Power Input": 1123.9204367026691, - "Chiller 6 Chiller % Loaded": 103.19804471874042, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.492025826261006, - "Chiller 6 Setpoint Temperature": 79.75376621737333 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.99606480678094, - "Chiller 6 Chiller Efficiency": 0.7197833518265082, - "Chiller 6 Tonnage": 827.5450101662502, - "Chiller 6 Supply Temperature": 14.032812424315512, - "Chiller 6 Return Temperature": 3.9706279029693397, - "Chiller 6 Condenser Water Flow": 5744.860561813975, - "Chiller 6 Power Input": 1194.9077863315576, - "Chiller 6 Chiller % Loaded": 153.97243477862716, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.585344048147526, - "Chiller 6 Setpoint Temperature": 36.08838023410075 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.47701872917997, - "Chiller 6 Chiller Efficiency": 0.16516185277015333, - "Chiller 6 Tonnage": 744.7752495088198, - "Chiller 6 Supply Temperature": 4.644711615820222, - "Chiller 6 Return Temperature": 56.65211784567559, - "Chiller 6 Condenser Water Flow": 1207.4738439527446, - "Chiller 6 Power Input": 1275.8491433854667, - "Chiller 6 Chiller % Loaded": 159.17029997352302, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.53168823555857, - "Chiller 6 Setpoint Temperature": 81.67984872005081 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.29033808131654, - "Chiller 6 Chiller Efficiency": 0.111827189879795, - "Chiller 6 Tonnage": 4073.8216175142543, - "Chiller 6 Supply Temperature": 59.14979004681132, - "Chiller 6 Return Temperature": 38.84374913107146, - "Chiller 6 Condenser Water Flow": 2124.4117636379815, - "Chiller 6 Power Input": 1466.3000993138799, - "Chiller 6 Chiller % Loaded": 92.50353465564737, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.35566495173708, - "Chiller 6 Setpoint Temperature": 86.43930073507222 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.74703247718412, - "Chiller 6 Chiller Efficiency": 0.5690383030753994, - "Chiller 6 Tonnage": 3447.1579863325765, - "Chiller 6 Supply Temperature": 30.617338424585817, - "Chiller 6 Return Temperature": 15.01004783615499, - "Chiller 6 Condenser Water Flow": 5484.254749038592, - "Chiller 6 Power Input": 1642.5135178798507, - "Chiller 6 Chiller % Loaded": 96.97955480660613, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.87511595193274, - "Chiller 6 Setpoint Temperature": 4.325636551706225 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.86941593964375, - "Chiller 6 Chiller Efficiency": 0.5910600010683732, - "Chiller 6 Tonnage": 2919.673409845022, - "Chiller 6 Supply Temperature": 11.823044946612626, - "Chiller 6 Return Temperature": 40.02098754568054, - "Chiller 6 Condenser Water Flow": 6249.151644266689, - "Chiller 6 Power Input": 1631.8580921431205, - "Chiller 6 Chiller % Loaded": 117.08803769660301, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.115428322179845, - "Chiller 6 Setpoint Temperature": 16.407255222882164 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.57627614342364, - "Chiller 6 Chiller Efficiency": 0.022640648476175463, - "Chiller 6 Tonnage": 2334.004562557846, - "Chiller 6 Supply Temperature": 37.8569094899832, - "Chiller 6 Return Temperature": 81.26324083283427, - "Chiller 6 Condenser Water Flow": 5755.969479209097, - "Chiller 6 Power Input": 1909.2153105731497, - "Chiller 6 Chiller % Loaded": 24.887539810990372, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.6575146647232845, - "Chiller 6 Setpoint Temperature": 43.936558849039926 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.77092455453335, - "Chiller 6 Chiller Efficiency": 0.5007265283972463, - "Chiller 6 Tonnage": 3765.9376203004767, - "Chiller 6 Supply Temperature": 41.6134332432851, - "Chiller 6 Return Temperature": 60.6816693065258, - "Chiller 6 Condenser Water Flow": 5796.563604587533, - "Chiller 6 Power Input": 1017.6503040347607, - "Chiller 6 Chiller % Loaded": 100.78906032142496, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.571507214653426, - "Chiller 6 Setpoint Temperature": 76.57958860320394 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.67356737362879, - "Chiller 6 Chiller Efficiency": 0.6416182627246766, - "Chiller 6 Tonnage": 728.3837948478708, - "Chiller 6 Supply Temperature": 36.972816421712665, - "Chiller 6 Return Temperature": 89.13983772179854, - "Chiller 6 Condenser Water Flow": 6989.65086804513, - "Chiller 6 Power Input": 763.7412540237226, - "Chiller 6 Chiller % Loaded": 88.9625611759767, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.6277078191549, - "Chiller 6 Setpoint Temperature": 63.71701157756062 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.21485052075562, - "Chiller 6 Chiller Efficiency": 0.17207837624672556, - "Chiller 6 Tonnage": 1622.3079256431315, - "Chiller 6 Supply Temperature": 86.62266937891054, - "Chiller 6 Return Temperature": 107.90644153240791, - "Chiller 6 Condenser Water Flow": 2037.4989040349735, - "Chiller 6 Power Input": 681.7133614820723, - "Chiller 6 Chiller % Loaded": 193.07485172150265, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.559519552862966, - "Chiller 6 Setpoint Temperature": 17.475019117384974 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.35987607191512, - "Chiller 6 Chiller Efficiency": 0.24636498053453207, - "Chiller 6 Tonnage": 1548.2707005273132, - "Chiller 6 Supply Temperature": 25.22382925122127, - "Chiller 6 Return Temperature": 51.677325225761095, - "Chiller 6 Condenser Water Flow": 1927.2100471445563, - "Chiller 6 Power Input": 1110.79162160383, - "Chiller 6 Chiller % Loaded": 136.77720412403113, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.73316202000524, - "Chiller 6 Setpoint Temperature": 19.275872697472444 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.05040044720213, - "Chiller 6 Chiller Efficiency": 0.5623802917616872, - "Chiller 6 Tonnage": 3891.126856245959, - "Chiller 6 Supply Temperature": 73.83700370808083, - "Chiller 6 Return Temperature": 113.90247955680314, - "Chiller 6 Condenser Water Flow": 6226.298723159427, - "Chiller 6 Power Input": 1300.0806349203142, - "Chiller 6 Chiller % Loaded": 32.6056091801385, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.404304081510137, - "Chiller 6 Setpoint Temperature": 20.81042201895977 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.25580160288364, - "Chiller 6 Chiller Efficiency": 0.6368659197674605, - "Chiller 6 Tonnage": 2062.9140627194115, - "Chiller 6 Supply Temperature": 71.02733706138939, - "Chiller 6 Return Temperature": 62.21677971617105, - "Chiller 6 Condenser Water Flow": 2902.5591658251888, - "Chiller 6 Power Input": 1397.9727309012744, - "Chiller 6 Chiller % Loaded": 131.91048625552304, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.724019977968325, - "Chiller 6 Setpoint Temperature": 46.81774079792322 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.37854140709325, - "Chiller 6 Chiller Efficiency": 0.25893247258568436, - "Chiller 6 Tonnage": 2710.20691743377, - "Chiller 6 Supply Temperature": 43.69238900301782, - "Chiller 6 Return Temperature": 104.8029741376541, - "Chiller 6 Condenser Water Flow": 10253.504285602208, - "Chiller 6 Power Input": 179.37793546588074, - "Chiller 6 Chiller % Loaded": 46.21700611658574, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.66034183990168, - "Chiller 6 Setpoint Temperature": 48.69852955721479 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.26975101723504, - "Chiller 6 Chiller Efficiency": 0.6898308839089035, - "Chiller 6 Tonnage": 1569.9490433251524, - "Chiller 6 Supply Temperature": 62.19615790483371, - "Chiller 6 Return Temperature": 41.08095349088465, - "Chiller 6 Condenser Water Flow": 3581.80387534544, - "Chiller 6 Power Input": 1442.487462345369, - "Chiller 6 Chiller % Loaded": 18.663160489998948, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.9779097641811, - "Chiller 6 Setpoint Temperature": 31.786391397705795 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.602932154355424, - "Chiller 6 Chiller Efficiency": 0.5203313017863228, - "Chiller 6 Tonnage": 3596.9007356594666, - "Chiller 6 Supply Temperature": 20.638717554841016, - "Chiller 6 Return Temperature": 17.69542370019421, - "Chiller 6 Condenser Water Flow": 10788.206081731121, - "Chiller 6 Power Input": 268.49436195686746, - "Chiller 6 Chiller % Loaded": 99.41733261613469, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.99964524432522, - "Chiller 6 Setpoint Temperature": 66.64984409733692 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.307200846153, - "Chiller 6 Chiller Efficiency": 0.4044315484635745, - "Chiller 6 Tonnage": 1821.7971284756836, - "Chiller 6 Supply Temperature": 68.88724996465037, - "Chiller 6 Return Temperature": 12.873570497334972, - "Chiller 6 Condenser Water Flow": 8116.26607329313, - "Chiller 6 Power Input": 1610.5306212312494, - "Chiller 6 Chiller % Loaded": 23.821913386051605, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.363805435039481, - "Chiller 6 Setpoint Temperature": 52.39122578445571 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.70537161173051, - "Chiller 6 Chiller Efficiency": 0.24378807465428712, - "Chiller 6 Tonnage": 1114.9343863720133, - "Chiller 6 Supply Temperature": 78.0888726804116, - "Chiller 6 Return Temperature": 18.169526472035997, - "Chiller 6 Condenser Water Flow": 2402.488080400639, - "Chiller 6 Power Input": 741.8089730074761, - "Chiller 6 Chiller % Loaded": 34.86444430945816, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.98950968451855, - "Chiller 6 Setpoint Temperature": 74.8103340326783 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.88914594955915, - "Chiller 6 Chiller Efficiency": 0.5002010927159213, - "Chiller 6 Tonnage": 3185.5649771868093, - "Chiller 6 Supply Temperature": 86.79950755674159, - "Chiller 6 Return Temperature": 58.19344554245792, - "Chiller 6 Condenser Water Flow": 1899.030396602746, - "Chiller 6 Power Input": 712.1705458812869, - "Chiller 6 Chiller % Loaded": 17.936068001135336, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.35441296500764, - "Chiller 6 Setpoint Temperature": 1.823479825253819 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.447179658922467, - "Chiller 6 Chiller Efficiency": 0.2588499654947864, - "Chiller 6 Tonnage": 1281.1689773785984, - "Chiller 6 Supply Temperature": 83.9358275206085, - "Chiller 6 Return Temperature": 5.421080212249931, - "Chiller 6 Condenser Water Flow": 5940.14182456002, - "Chiller 6 Power Input": 1840.2140474140099, - "Chiller 6 Chiller % Loaded": 102.77238168923886, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.02450860693843, - "Chiller 6 Setpoint Temperature": 32.1721293587777 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.97130679878305, - "Chiller 6 Chiller Efficiency": 0.11021523949066965, - "Chiller 6 Tonnage": 5476.770123504672, - "Chiller 6 Supply Temperature": 35.81720821236321, - "Chiller 6 Return Temperature": 44.94101209260943, - "Chiller 6 Condenser Water Flow": 2125.756519555259, - "Chiller 6 Power Input": 1003.0872662910275, - "Chiller 6 Chiller % Loaded": 105.89374036796103, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.40287214730562, - "Chiller 6 Setpoint Temperature": 24.34688971723159 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.59386866101791, - "Chiller 6 Chiller Efficiency": 0.5018566580307404, - "Chiller 6 Tonnage": 3172.820129104792, - "Chiller 6 Supply Temperature": 0.8225729270001518, - "Chiller 6 Return Temperature": 72.59151462223625, - "Chiller 6 Condenser Water Flow": 4816.73721628091, - "Chiller 6 Power Input": 720.7554109248232, - "Chiller 6 Chiller % Loaded": 147.35081448543517, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.279853300307785, - "Chiller 6 Setpoint Temperature": 65.48869014530895 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.710151133116755, - "Chiller 6 Chiller Efficiency": 0.19230976446649192, - "Chiller 6 Tonnage": 76.51830258275933, - "Chiller 6 Supply Temperature": 86.98268863546502, - "Chiller 6 Return Temperature": 60.14983966296288, - "Chiller 6 Condenser Water Flow": 1653.6972515302455, - "Chiller 6 Power Input": 1906.6410298646517, - "Chiller 6 Chiller % Loaded": 95.63187450366291, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.67953148905065, - "Chiller 6 Setpoint Temperature": 86.71598574651311 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.45774574593939, - "Chiller 6 Chiller Efficiency": 0.627492194263032, - "Chiller 6 Tonnage": 4521.621182991773, - "Chiller 6 Supply Temperature": 79.05220810122863, - "Chiller 6 Return Temperature": 3.3376543307367665, - "Chiller 6 Condenser Water Flow": 6418.576816722146, - "Chiller 6 Power Input": 179.48377000002677, - "Chiller 6 Chiller % Loaded": 101.84519710618174, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.35820405995153, - "Chiller 6 Setpoint Temperature": 89.54252573927583 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.86688921882877, - "Chiller 6 Chiller Efficiency": 0.5849075273688809, - "Chiller 6 Tonnage": 3406.037446209272, - "Chiller 6 Supply Temperature": 48.71313952387552, - "Chiller 6 Return Temperature": 17.974726797502136, - "Chiller 6 Condenser Water Flow": 11107.44412930631, - "Chiller 6 Power Input": 12.434835098925834, - "Chiller 6 Chiller % Loaded": 116.59116601718335, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.56350190301012, - "Chiller 6 Setpoint Temperature": 73.2709447958979 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.12756069580772, - "Chiller 6 Chiller Efficiency": 0.4392419106150332, - "Chiller 6 Tonnage": 503.4978410214976, - "Chiller 6 Supply Temperature": 5.643271232850837, - "Chiller 6 Return Temperature": 36.449567302844315, - "Chiller 6 Condenser Water Flow": 4626.2230149962825, - "Chiller 6 Power Input": 1397.3481162635028, - "Chiller 6 Chiller % Loaded": 119.58802907934613, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.208859152197705, - "Chiller 6 Setpoint Temperature": 11.117236017681678 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 159.48432084935118, - "Chiller 6 Chiller Efficiency": 0.5517552560058334, - "Chiller 6 Tonnage": 2109.2104846836687, - "Chiller 6 Supply Temperature": 85.5616596106459, - "Chiller 6 Return Temperature": 44.234907042450885, - "Chiller 6 Condenser Water Flow": 3867.653370700823, - "Chiller 6 Power Input": 65.86154809931934, - "Chiller 6 Chiller % Loaded": 139.47938864200344, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.5424023165962697, - "Chiller 6 Setpoint Temperature": 6.060342475560928 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.6530526856104, - "Chiller 6 Chiller Efficiency": 0.3450967162896329, - "Chiller 6 Tonnage": 4084.9414374295275, - "Chiller 6 Supply Temperature": 5.726216213127215, - "Chiller 6 Return Temperature": 27.95752781752277, - "Chiller 6 Condenser Water Flow": 5222.838256372509, - "Chiller 6 Power Input": 1323.3091324588138, - "Chiller 6 Chiller % Loaded": 139.1282392064479, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.03518458370917, - "Chiller 6 Setpoint Temperature": 13.474174263384677 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.65006597197025, - "Chiller 6 Chiller Efficiency": 0.20277055312563774, - "Chiller 6 Tonnage": 3092.9620243943987, - "Chiller 6 Supply Temperature": 0.569429291909279, - "Chiller 6 Return Temperature": 90.74455544280531, - "Chiller 6 Condenser Water Flow": 804.6240028772582, - "Chiller 6 Power Input": 1298.4002973680028, - "Chiller 6 Chiller % Loaded": 161.83433475563183, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.368584473912737, - "Chiller 6 Setpoint Temperature": 26.38885070345152 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.08727585986009, - "Chiller 6 Chiller Efficiency": 0.04159784559750892, - "Chiller 6 Tonnage": 870.7402398146111, - "Chiller 6 Supply Temperature": 79.43787945956811, - "Chiller 6 Return Temperature": 87.5097813786312, - "Chiller 6 Condenser Water Flow": 3909.1066892925387, - "Chiller 6 Power Input": 1941.6234851770778, - "Chiller 6 Chiller % Loaded": 52.631242315199614, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.28326767578016, - "Chiller 6 Setpoint Temperature": 66.62791891959665 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.98246777759347, - "Chiller 6 Chiller Efficiency": 0.42328236496452587, - "Chiller 6 Tonnage": 3844.623161221694, - "Chiller 6 Supply Temperature": 52.04675135234977, - "Chiller 6 Return Temperature": 70.84223351477996, - "Chiller 6 Condenser Water Flow": 6139.478720666902, - "Chiller 6 Power Input": 1805.9123589271883, - "Chiller 6 Chiller % Loaded": 138.92394455290577, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.06320382530101, - "Chiller 6 Setpoint Temperature": 31.10407565970768 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.8237898575571556, - "Chiller 6 Chiller Efficiency": 0.33261163428482077, - "Chiller 6 Tonnage": 192.64471188319956, - "Chiller 6 Supply Temperature": 48.524525962365495, - "Chiller 6 Return Temperature": 8.228527735530863, - "Chiller 6 Condenser Water Flow": 11017.968784204748, - "Chiller 6 Power Input": 501.15969588090655, - "Chiller 6 Chiller % Loaded": 76.12361741819451, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.46224049468441, - "Chiller 6 Setpoint Temperature": 51.77982071882645 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.38173110884026, - "Chiller 6 Chiller Efficiency": 0.32579618414304196, - "Chiller 6 Tonnage": 3144.280903999826, - "Chiller 6 Supply Temperature": 86.9727568897451, - "Chiller 6 Return Temperature": 64.80095722784499, - "Chiller 6 Condenser Water Flow": 9491.842276606134, - "Chiller 6 Power Input": 1007.4126663926727, - "Chiller 6 Chiller % Loaded": 10.545584744227712, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.40941386251009, - "Chiller 6 Setpoint Temperature": 24.76457197677223 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.16878190673656, - "Chiller 6 Chiller Efficiency": 0.6120292670184874, - "Chiller 6 Tonnage": 3948.842408513036, - "Chiller 6 Supply Temperature": 64.94223007362305, - "Chiller 6 Return Temperature": 54.38489399918904, - "Chiller 6 Condenser Water Flow": 3712.184601693367, - "Chiller 6 Power Input": 1503.6867639541729, - "Chiller 6 Chiller % Loaded": 31.108485938224284, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.831436033787284, - "Chiller 6 Setpoint Temperature": 63.253155442011504 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.900835883803987, - "Chiller 6 Chiller Efficiency": 0.006799269531150387, - "Chiller 6 Tonnage": 1915.879117655265, - "Chiller 6 Supply Temperature": 58.9299976246096, - "Chiller 6 Return Temperature": 44.672303866818595, - "Chiller 6 Condenser Water Flow": 6745.061112329542, - "Chiller 6 Power Input": 1223.9422710150411, - "Chiller 6 Chiller % Loaded": 11.839136940179383, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.47710132723346, - "Chiller 6 Setpoint Temperature": 19.800126433080763 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.27463003952232, - "Chiller 6 Chiller Efficiency": 0.5175209937227839, - "Chiller 6 Tonnage": 2099.993859188903, - "Chiller 6 Supply Temperature": 13.244601872075169, - "Chiller 6 Return Temperature": 45.365985111397414, - "Chiller 6 Condenser Water Flow": 5994.501873054267, - "Chiller 6 Power Input": 1160.4954556049627, - "Chiller 6 Chiller % Loaded": 132.17508421797456, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.72507078732731, - "Chiller 6 Setpoint Temperature": 78.62616376141978 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.38493762127986, - "Chiller 6 Chiller Efficiency": 0.5146543075276996, - "Chiller 6 Tonnage": 177.52672912836434, - "Chiller 6 Supply Temperature": 88.40121354337596, - "Chiller 6 Return Temperature": 32.052892616847025, - "Chiller 6 Condenser Water Flow": 9081.906406330152, - "Chiller 6 Power Input": 675.369556869021, - "Chiller 6 Chiller % Loaded": 6.431483585396892, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.25264508288829, - "Chiller 6 Setpoint Temperature": 56.58400946577238 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.60378600620146, - "Chiller 6 Chiller Efficiency": 0.6336526998232812, - "Chiller 6 Tonnage": 3761.5374603285127, - "Chiller 6 Supply Temperature": 84.1424588346319, - "Chiller 6 Return Temperature": 100.96459422805738, - "Chiller 6 Condenser Water Flow": 7444.76744690966, - "Chiller 6 Power Input": 1039.9545820525357, - "Chiller 6 Chiller % Loaded": 128.28090333644502, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.985036474279646, - "Chiller 6 Setpoint Temperature": 47.73970489272462 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.664542172028234, - "Chiller 6 Chiller Efficiency": 0.6268461575737978, - "Chiller 6 Tonnage": 4468.313498240251, - "Chiller 6 Supply Temperature": 22.001058149037167, - "Chiller 6 Return Temperature": 9.744878420485643, - "Chiller 6 Condenser Water Flow": 5408.452872169636, - "Chiller 6 Power Input": 7.498393175743668, - "Chiller 6 Chiller % Loaded": 153.1333033315015, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.365153800309972, - "Chiller 6 Setpoint Temperature": 90.32849727719388 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.06484581076084, - "Chiller 6 Chiller Efficiency": 0.4259765540736734, - "Chiller 6 Tonnage": 2540.2097631795773, - "Chiller 6 Supply Temperature": 45.03546349642312, - "Chiller 6 Return Temperature": 93.40701279807735, - "Chiller 6 Condenser Water Flow": 2396.1631610396653, - "Chiller 6 Power Input": 1128.457440276861, - "Chiller 6 Chiller % Loaded": 38.95205509185085, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.937166509886, - "Chiller 6 Setpoint Temperature": 48.97877683718444 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.70056175916443, - "Chiller 6 Chiller Efficiency": 0.07344794199571676, - "Chiller 6 Tonnage": 1216.830787162876, - "Chiller 6 Supply Temperature": 64.1289144196199, - "Chiller 6 Return Temperature": 102.41778456189111, - "Chiller 6 Condenser Water Flow": 3455.2351476905146, - "Chiller 6 Power Input": 776.0249939672825, - "Chiller 6 Chiller % Loaded": 18.851995069949947, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.482156016909432, - "Chiller 6 Setpoint Temperature": 77.15212747483358 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.23304710611386, - "Chiller 6 Chiller Efficiency": 0.2023776655034914, - "Chiller 6 Tonnage": 4154.966160426963, - "Chiller 6 Supply Temperature": 12.832962788914555, - "Chiller 6 Return Temperature": 62.335918219136666, - "Chiller 6 Condenser Water Flow": 2347.3331961294157, - "Chiller 6 Power Input": 567.1502788648197, - "Chiller 6 Chiller % Loaded": 145.66893533446859, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.33138149848107, - "Chiller 6 Setpoint Temperature": 79.98127971741258 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.20038139148888, - "Chiller 6 Chiller Efficiency": 0.01436994813773268, - "Chiller 6 Tonnage": 3578.9563193230492, - "Chiller 6 Supply Temperature": 43.692701183546845, - "Chiller 6 Return Temperature": 62.3020366236543, - "Chiller 6 Condenser Water Flow": 4278.110596194669, - "Chiller 6 Power Input": 235.4658618307137, - "Chiller 6 Chiller % Loaded": 55.05091885608705, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.92812432702328, - "Chiller 6 Setpoint Temperature": 51.51513598479124 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 157.3819088803421, - "Chiller 6 Chiller Efficiency": 0.23387681979229044, - "Chiller 6 Tonnage": 3565.5321097828187, - "Chiller 6 Supply Temperature": 14.251831586841751, - "Chiller 6 Return Temperature": 32.85457163422037, - "Chiller 6 Condenser Water Flow": 9813.749001574743, - "Chiller 6 Power Input": 505.5045549359968, - "Chiller 6 Chiller % Loaded": 30.72281132807585, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.34631418011981, - "Chiller 6 Setpoint Temperature": 84.18853325259892 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.6721396366131, - "Chiller 6 Chiller Efficiency": 0.5693392092829948, - "Chiller 6 Tonnage": 4181.271430887851, - "Chiller 6 Supply Temperature": 4.00998377164238, - "Chiller 6 Return Temperature": 53.52054536534444, - "Chiller 6 Condenser Water Flow": 4887.633206722373, - "Chiller 6 Power Input": 576.9051712209441, - "Chiller 6 Chiller % Loaded": 35.678496199168386, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.91587137799277, - "Chiller 6 Setpoint Temperature": 64.21307909402613 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.33560034371293, - "Chiller 6 Chiller Efficiency": 0.12012407231159132, - "Chiller 6 Tonnage": 3375.3310735338564, - "Chiller 6 Supply Temperature": 17.225510994095053, - "Chiller 6 Return Temperature": 20.18085472010431, - "Chiller 6 Condenser Water Flow": 2104.6048552256484, - "Chiller 6 Power Input": 694.3977141807984, - "Chiller 6 Chiller % Loaded": 77.61435064456822, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.746620498754766, - "Chiller 6 Setpoint Temperature": 27.134716746085246 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.450479849236334, - "Chiller 6 Chiller Efficiency": 0.3811923168960002, - "Chiller 6 Tonnage": 410.61571972901567, - "Chiller 6 Supply Temperature": 79.79418913628164, - "Chiller 6 Return Temperature": 56.13116256758339, - "Chiller 6 Condenser Water Flow": 2827.718491244256, - "Chiller 6 Power Input": 1505.33501335587, - "Chiller 6 Chiller % Loaded": 137.0461881687189, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.04260345148343, - "Chiller 6 Setpoint Temperature": 12.062098260415478 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.8873114292628, - "Chiller 6 Chiller Efficiency": 0.593040778776144, - "Chiller 6 Tonnage": 3888.319952472845, - "Chiller 6 Supply Temperature": 42.70932450109759, - "Chiller 6 Return Temperature": 19.388616925590068, - "Chiller 6 Condenser Water Flow": 7346.3842845926565, - "Chiller 6 Power Input": 1549.0654666742419, - "Chiller 6 Chiller % Loaded": 54.64825142497322, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.3148272207877, - "Chiller 6 Setpoint Temperature": 51.712881564811994 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.12873775720104, - "Chiller 6 Chiller Efficiency": 0.4915218635254915, - "Chiller 6 Tonnage": 835.9747405269924, - "Chiller 6 Supply Temperature": 65.85988411023706, - "Chiller 6 Return Temperature": 44.65453468515101, - "Chiller 6 Condenser Water Flow": 11134.67226380112, - "Chiller 6 Power Input": 735.4230776509122, - "Chiller 6 Chiller % Loaded": 142.2604175053089, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.777058105636414, - "Chiller 6 Setpoint Temperature": 53.132784413120824 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.087565666072944, - "Chiller 6 Chiller Efficiency": 0.5002342483974981, - "Chiller 6 Tonnage": 2255.8076820099254, - "Chiller 6 Supply Temperature": 79.93400973211816, - "Chiller 6 Return Temperature": 108.44426247750127, - "Chiller 6 Condenser Water Flow": 10558.777648914758, - "Chiller 6 Power Input": 143.19272896672211, - "Chiller 6 Chiller % Loaded": 105.07310631857648, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.749032794220508, - "Chiller 6 Setpoint Temperature": 45.46855281281883 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 156.01706270449063, - "Chiller 6 Chiller Efficiency": 0.5305114687621083, - "Chiller 6 Tonnage": 822.905719796113, - "Chiller 6 Supply Temperature": 66.50002768223305, - "Chiller 6 Return Temperature": 92.13998962803714, - "Chiller 6 Condenser Water Flow": 8.296649381565402, - "Chiller 6 Power Input": 1544.5569684184284, - "Chiller 6 Chiller % Loaded": 125.87113508448114, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.23736898222403, - "Chiller 6 Setpoint Temperature": 84.20244207764904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.30765196294409, - "Chiller 6 Chiller Efficiency": 0.01510643782235233, - "Chiller 6 Tonnage": 3531.5244232367536, - "Chiller 6 Supply Temperature": 0.7579950772021911, - "Chiller 6 Return Temperature": 68.67393632655921, - "Chiller 6 Condenser Water Flow": 2591.7589845465372, - "Chiller 6 Power Input": 281.83199531061774, - "Chiller 6 Chiller % Loaded": 145.09158402659125, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.376067661887895, - "Chiller 6 Setpoint Temperature": 54.202145631972364 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.76574375751966, - "Chiller 6 Chiller Efficiency": 0.09850194472128178, - "Chiller 6 Tonnage": 1167.312685296361, - "Chiller 6 Supply Temperature": 22.00722448513801, - "Chiller 6 Return Temperature": 25.721435527296556, - "Chiller 6 Condenser Water Flow": 17.71521348379441, - "Chiller 6 Power Input": 602.9245083542507, - "Chiller 6 Chiller % Loaded": 27.493089091227535, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.429933868531277, - "Chiller 6 Setpoint Temperature": 75.44066585400091 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.516282923426852, - "Chiller 6 Chiller Efficiency": 0.1987524537873646, - "Chiller 6 Tonnage": 1300.680698827454, - "Chiller 6 Supply Temperature": 0.8562001423590635, - "Chiller 6 Return Temperature": 51.795434929861365, - "Chiller 6 Condenser Water Flow": 11206.938715440387, - "Chiller 6 Power Input": 457.52494176358806, - "Chiller 6 Chiller % Loaded": 46.59216855490644, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.689854966951124, - "Chiller 6 Setpoint Temperature": 50.99374880704285 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T01:45:02", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.10200703958785, - "Chiller 6 Chiller Efficiency": 0.08995593840273167, - "Chiller 6 Tonnage": 359.6589369378026, - "Chiller 6 Supply Temperature": 28.733780454704, - "Chiller 6 Return Temperature": 3.268211901439322, - "Chiller 6 Condenser Water Flow": 6693.379023216068, - "Chiller 6 Power Input": 1458.20861027708, - "Chiller 6 Chiller % Loaded": 47.65130254016209, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.65504060061976, - "Chiller 6 Setpoint Temperature": 71.62748748949015 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.13447027908472, - "Chiller 6 Chiller Efficiency": 0.6333234150255194, - "Chiller 6 Tonnage": 4035.783002171245, - "Chiller 6 Supply Temperature": 26.29263952809845, - "Chiller 6 Return Temperature": 56.5042502489059, - "Chiller 6 Condenser Water Flow": 1581.4258295409968, - "Chiller 6 Power Input": 1339.3205430296089, - "Chiller 6 Chiller % Loaded": 120.74344841418255, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.932911277461585, - "Chiller 6 Setpoint Temperature": 28.4096945943475 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.59922324398187, - "Chiller 6 Chiller Efficiency": 0.6553843921742595, - "Chiller 6 Tonnage": 1226.1508534021225, - "Chiller 6 Supply Temperature": 5.653455341786031, - "Chiller 6 Return Temperature": 110.6147979478012, - "Chiller 6 Condenser Water Flow": 278.6102330608369, - "Chiller 6 Power Input": 512.6597464970645, - "Chiller 6 Chiller % Loaded": 77.05364737054053, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.057077759539474, - "Chiller 6 Setpoint Temperature": 22.606672024405633 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.02071258486646, - "Chiller 6 Chiller Efficiency": 0.6615798644510493, - "Chiller 6 Tonnage": 3395.148293170851, - "Chiller 6 Supply Temperature": 18.16589849842983, - "Chiller 6 Return Temperature": 88.42062030741356, - "Chiller 6 Condenser Water Flow": 3038.906295624349, - "Chiller 6 Power Input": 1235.148418448328, - "Chiller 6 Chiller % Loaded": 64.58364847123093, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.10780035674676, - "Chiller 6 Setpoint Temperature": 10.516674696154263 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.17061577890735, - "Chiller 6 Chiller Efficiency": 0.2535811526711107, - "Chiller 6 Tonnage": 636.0658766047279, - "Chiller 6 Supply Temperature": 19.285818120004873, - "Chiller 6 Return Temperature": 75.79186538120324, - "Chiller 6 Condenser Water Flow": 10985.522800639246, - "Chiller 6 Power Input": 1318.6127290020631, - "Chiller 6 Chiller % Loaded": 121.3450825779126, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.60444282496454, - "Chiller 6 Setpoint Temperature": 5.749748074762083 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.6510303807077, - "Chiller 6 Chiller Efficiency": 0.5637913160307853, - "Chiller 6 Tonnage": 3027.171186074473, - "Chiller 6 Supply Temperature": 22.504278738768075, - "Chiller 6 Return Temperature": 68.89305773669543, - "Chiller 6 Condenser Water Flow": 7969.56842525244, - "Chiller 6 Power Input": 333.4475122058764, - "Chiller 6 Chiller % Loaded": 83.00250126358753, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.605043905069934, - "Chiller 6 Setpoint Temperature": 0.6075350868044812 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.6441414849816, - "Chiller 6 Chiller Efficiency": 0.016090829642469887, - "Chiller 6 Tonnage": 3178.417323269751, - "Chiller 6 Supply Temperature": 31.034441409105455, - "Chiller 6 Return Temperature": 89.07581847077434, - "Chiller 6 Condenser Water Flow": 3652.625845563876, - "Chiller 6 Power Input": 1543.014126667442, - "Chiller 6 Chiller % Loaded": 138.65826245712935, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.85594537212847, - "Chiller 6 Setpoint Temperature": 25.038446016356303 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.79104474311578, - "Chiller 6 Chiller Efficiency": 0.49510905348604417, - "Chiller 6 Tonnage": 1629.8505337310303, - "Chiller 6 Supply Temperature": 43.68013593233549, - "Chiller 6 Return Temperature": 93.67277098415212, - "Chiller 6 Condenser Water Flow": 4719.502794195044, - "Chiller 6 Power Input": 1038.167329488447, - "Chiller 6 Chiller % Loaded": 129.8488378457473, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.953311115367626, - "Chiller 6 Setpoint Temperature": 44.35957697195473 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.12963434979893, - "Chiller 6 Chiller Efficiency": 0.22698807155231152, - "Chiller 6 Tonnage": 774.9542191446793, - "Chiller 6 Supply Temperature": 26.618820214731844, - "Chiller 6 Return Temperature": 3.012342519470913, - "Chiller 6 Condenser Water Flow": 10575.364392724574, - "Chiller 6 Power Input": 1343.220439647679, - "Chiller 6 Chiller % Loaded": 142.68428483294423, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.00786136216464, - "Chiller 6 Setpoint Temperature": 87.47493967386706 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.78021638262726, - "Chiller 6 Chiller Efficiency": 0.06583368582575076, - "Chiller 6 Tonnage": 2805.8262306218962, - "Chiller 6 Supply Temperature": 12.516196696282659, - "Chiller 6 Return Temperature": 38.0212584451878, - "Chiller 6 Condenser Water Flow": 926.893634208637, - "Chiller 6 Power Input": 957.9400211897832, - "Chiller 6 Chiller % Loaded": 87.24281030186597, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.62852439475698, - "Chiller 6 Setpoint Temperature": 4.445898815771816 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.4477004113227, - "Chiller 6 Chiller Efficiency": 0.5681931376893034, - "Chiller 6 Tonnage": 4316.7178557322795, - "Chiller 6 Supply Temperature": 76.56434470665671, - "Chiller 6 Return Temperature": 16.585654805878203, - "Chiller 6 Condenser Water Flow": 6436.878690316926, - "Chiller 6 Power Input": 79.0018274070401, - "Chiller 6 Chiller % Loaded": 15.621692283648354, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.71019510575097, - "Chiller 6 Setpoint Temperature": 50.83921645109544 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.59247017310432, - "Chiller 6 Chiller Efficiency": 0.14056121725541923, - "Chiller 6 Tonnage": 1867.1265704473792, - "Chiller 6 Supply Temperature": 81.29948504341262, - "Chiller 6 Return Temperature": 61.62915297815838, - "Chiller 6 Condenser Water Flow": 2592.4216596349484, - "Chiller 6 Power Input": 1281.0823057786647, - "Chiller 6 Chiller % Loaded": 142.8533068776297, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.169152519157485, - "Chiller 6 Setpoint Temperature": 24.03061548766717 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.62513390344324, - "Chiller 6 Chiller Efficiency": 0.6106945865433534, - "Chiller 6 Tonnage": 3745.611597015974, - "Chiller 6 Supply Temperature": 56.64788378924033, - "Chiller 6 Return Temperature": 49.34971360750234, - "Chiller 6 Condenser Water Flow": 4634.662707500639, - "Chiller 6 Power Input": 426.0736838672153, - "Chiller 6 Chiller % Loaded": 123.75326269170895, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.54849749540982, - "Chiller 6 Setpoint Temperature": 87.47969447231043 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.29314317347904, - "Chiller 6 Chiller Efficiency": 0.34250527347795434, - "Chiller 6 Tonnage": 2782.8501518372227, - "Chiller 6 Supply Temperature": 56.91972380985375, - "Chiller 6 Return Temperature": 93.74183582415655, - "Chiller 6 Condenser Water Flow": 6336.7789114684765, - "Chiller 6 Power Input": 598.4134160041807, - "Chiller 6 Chiller % Loaded": 114.90175860632706, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.740577522058224, - "Chiller 6 Setpoint Temperature": 89.91916639334549 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.51018558084704, - "Chiller 6 Chiller Efficiency": 0.6901619463895963, - "Chiller 6 Tonnage": 2291.5345593022444, - "Chiller 6 Supply Temperature": 54.00513119065278, - "Chiller 6 Return Temperature": 52.92862475468801, - "Chiller 6 Condenser Water Flow": 8712.35598961193, - "Chiller 6 Power Input": 1263.88356394002, - "Chiller 6 Chiller % Loaded": 29.08166184930345, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.311237607646188, - "Chiller 6 Setpoint Temperature": 0.15309554329197017 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.42909712924079, - "Chiller 6 Chiller Efficiency": 0.22666440067412325, - "Chiller 6 Tonnage": 3766.6917697499825, - "Chiller 6 Supply Temperature": 48.583923727389646, - "Chiller 6 Return Temperature": 53.10522893373138, - "Chiller 6 Condenser Water Flow": 8964.826835581458, - "Chiller 6 Power Input": 182.7380794153392, - "Chiller 6 Chiller % Loaded": 150.37309247496663, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.361269130442587, - "Chiller 6 Setpoint Temperature": 73.41218174352409 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.293031106353077, - "Chiller 6 Chiller Efficiency": 0.3771440003151586, - "Chiller 6 Tonnage": 2830.8818791457297, - "Chiller 6 Supply Temperature": 15.011765471741079, - "Chiller 6 Return Temperature": 39.04188736232454, - "Chiller 6 Condenser Water Flow": 3167.4377551284256, - "Chiller 6 Power Input": 300.16788008570137, - "Chiller 6 Chiller % Loaded": 69.27056783152386, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.911789118702326, - "Chiller 6 Setpoint Temperature": 33.44557494006176 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.40724553853042, - "Chiller 6 Chiller Efficiency": 0.09984831354339042, - "Chiller 6 Tonnage": 977.7230245625967, - "Chiller 6 Supply Temperature": 17.574752184002904, - "Chiller 6 Return Temperature": 54.29260098925318, - "Chiller 6 Condenser Water Flow": 815.9390475903855, - "Chiller 6 Power Input": 184.0610301150929, - "Chiller 6 Chiller % Loaded": 45.05404549020682, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.93328356556144, - "Chiller 6 Setpoint Temperature": 48.41585376994615 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.37479854269903, - "Chiller 6 Chiller Efficiency": 0.41988904719603215, - "Chiller 6 Tonnage": 3500.9271085688906, - "Chiller 6 Supply Temperature": 10.408658085060166, - "Chiller 6 Return Temperature": 36.31815649400418, - "Chiller 6 Condenser Water Flow": 4038.8454434960045, - "Chiller 6 Power Input": 1476.9454842266825, - "Chiller 6 Chiller % Loaded": 139.25869548903643, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.78785713227077, - "Chiller 6 Setpoint Temperature": 33.09407986737757 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.62563268644237, - "Chiller 6 Chiller Efficiency": 0.4257626229186068, - "Chiller 6 Tonnage": 4579.6790824506525, - "Chiller 6 Supply Temperature": 39.35565679830175, - "Chiller 6 Return Temperature": 52.700124960413575, - "Chiller 6 Condenser Water Flow": 10883.992415737282, - "Chiller 6 Power Input": 1362.9412427697223, - "Chiller 6 Chiller % Loaded": 9.189528128548558, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.69838181433952, - "Chiller 6 Setpoint Temperature": 47.904915177267306 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 155.9647955922761, - "Chiller 6 Chiller Efficiency": 0.1997696512244083, - "Chiller 6 Tonnage": 2476.0389496956464, - "Chiller 6 Supply Temperature": 87.16965785239064, - "Chiller 6 Return Temperature": 49.63765956295241, - "Chiller 6 Condenser Water Flow": 2932.4039522316466, - "Chiller 6 Power Input": 286.99460795962545, - "Chiller 6 Chiller % Loaded": 2.3270059352377332, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.114874931287211, - "Chiller 6 Setpoint Temperature": 81.7502553117667 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.78060022858656, - "Chiller 6 Chiller Efficiency": 0.5396766888357624, - "Chiller 6 Tonnage": 3867.7176295849545, - "Chiller 6 Supply Temperature": 11.911881227264283, - "Chiller 6 Return Temperature": 110.60517581996213, - "Chiller 6 Condenser Water Flow": 7120.02641743399, - "Chiller 6 Power Input": 803.6483592103789, - "Chiller 6 Chiller % Loaded": 148.12355165332775, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.20684809369903, - "Chiller 6 Setpoint Temperature": 14.2563269190051 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.24019462317433, - "Chiller 6 Chiller Efficiency": 0.5797292785775795, - "Chiller 6 Tonnage": 1035.8971946373606, - "Chiller 6 Supply Temperature": 37.89667177773687, - "Chiller 6 Return Temperature": 107.80238215219399, - "Chiller 6 Condenser Water Flow": 9669.392886929581, - "Chiller 6 Power Input": 1155.9109557855718, - "Chiller 6 Chiller % Loaded": 38.36932122036362, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.90711549627095, - "Chiller 6 Setpoint Temperature": 24.6020240638995 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.80844503294905, - "Chiller 6 Chiller Efficiency": 0.6497927506848888, - "Chiller 6 Tonnage": 811.67435493396, - "Chiller 6 Supply Temperature": 81.98396841096184, - "Chiller 6 Return Temperature": 110.22271229388475, - "Chiller 6 Condenser Water Flow": 3873.2038848317325, - "Chiller 6 Power Input": 1807.1444755731927, - "Chiller 6 Chiller % Loaded": 73.13230664286165, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.33516313639686, - "Chiller 6 Setpoint Temperature": 15.312697022397874 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.050392222420534, - "Chiller 6 Chiller Efficiency": 0.10914946439169643, - "Chiller 6 Tonnage": 645.9990325703129, - "Chiller 6 Supply Temperature": 34.6243225103286, - "Chiller 6 Return Temperature": 82.82003618521159, - "Chiller 6 Condenser Water Flow": 1929.7719948544475, - "Chiller 6 Power Input": 1569.218673405965, - "Chiller 6 Chiller % Loaded": 16.318108312828493, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.981615476832685, - "Chiller 6 Setpoint Temperature": 11.528672452376346 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.48183346257953, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.376530141770644, - "Chiller 6 Return Temperature": 47.85382022893146, - "Chiller 6 Condenser Water Flow": 9713.743270296476, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.180223587198245, - "Chiller 6 Setpoint Temperature": 45.7863049889939 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.085886333715656, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.328037587330115, - "Chiller 6 Return Temperature": 66.04121328679781, - "Chiller 6 Condenser Water Flow": 1.2819883450532141, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.05062076938452, - "Chiller 6 Setpoint Temperature": 13.689174725934704 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.150800040332705, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.61423665736868, - "Chiller 6 Return Temperature": 66.73885040766736, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.80006041170365, - "Chiller 6 Setpoint Temperature": 85.63138052533526 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.62663570059763, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.629799748599, - "Chiller 6 Return Temperature": 65.809518657542, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.926270223226297, - "Chiller 6 Setpoint Temperature": 15.746395404414214 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T09:00:34", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.023683597376877, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.44865675510835, - "Chiller 6 Return Temperature": 4.125709189459952, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.87509908684972, - "Chiller 6 Setpoint Temperature": 10.584144038371157 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.377454909322267, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.611502230743746, - "Chiller 6 Return Temperature": 98.66865609520086, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.45720707387404, - "Chiller 6 Setpoint Temperature": 30.439549301514976 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.82489716354402, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.48667628573731, - "Chiller 6 Return Temperature": 29.553153927807873, - "Chiller 6 Condenser Water Flow": 4.7049754314035654, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.0402558118473, - "Chiller 6 Setpoint Temperature": 44.3523706297357 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.371013312244, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.82563040615516, - "Chiller 6 Return Temperature": 3.520294888604276, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.703489401854638, - "Chiller 6 Setpoint Temperature": 40.75535998280046 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.06227701262481, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.06621938768588, - "Chiller 6 Return Temperature": 53.53532352820844, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.56685656764145, - "Chiller 6 Setpoint Temperature": 10.22645231553112 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.1899479900677132, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.775221200180287, - "Chiller 6 Return Temperature": 103.19033995629064, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.27927709940327, - "Chiller 6 Setpoint Temperature": 14.58448289868921 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.02951174193701, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.90948639300237, - "Chiller 6 Return Temperature": 83.94220879655435, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.8670003906243, - "Chiller 6 Setpoint Temperature": 90.42080769723985 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.57879621959753, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.18994563603874, - "Chiller 6 Return Temperature": 89.17256101512221, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.438449769534964, - "Chiller 6 Setpoint Temperature": 69.7423904198616 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.48649399970564, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.37916115716119, - "Chiller 6 Return Temperature": 76.66106273123336, - "Chiller 6 Condenser Water Flow": 2.3635445685111773, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.405289105127572, - "Chiller 6 Setpoint Temperature": 56.51377546669229 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.05391775848548, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.63495893327427, - "Chiller 6 Return Temperature": 114.61216283487312, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.00167128340901, - "Chiller 6 Setpoint Temperature": 80.09607185616255 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.120748562016511, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.18777997142458, - "Chiller 6 Return Temperature": 54.65121321117532, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.84513804941271, - "Chiller 6 Setpoint Temperature": 66.34093718486517 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.82901111400505, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.75045414569603, - "Chiller 6 Return Temperature": 116.33436667443316, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.63322175294336, - "Chiller 6 Setpoint Temperature": 18.545123249540776 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.58268717974556, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.69933986843792, - "Chiller 6 Return Temperature": 67.64331814063911, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.059650121189726, - "Chiller 6 Setpoint Temperature": 42.370348741153784 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.167185212064343, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.46117760868843, - "Chiller 6 Return Temperature": 103.72457631239992, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.45610880979171, - "Chiller 6 Setpoint Temperature": 62.40301910690996 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.36107962629184, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.22788267837522, - "Chiller 6 Return Temperature": 44.55134878505269, - "Chiller 6 Condenser Water Flow": 3.3910258386310703, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.99222889074592, - "Chiller 6 Setpoint Temperature": 54.12688683871752 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.50774993509654, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.16236850791225, - "Chiller 6 Return Temperature": 62.625909123164085, - "Chiller 6 Condenser Water Flow": 0.11791338958262093, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.31187282997024, - "Chiller 6 Setpoint Temperature": 13.116737714322662 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.12307997874619, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.53368149270597, - "Chiller 6 Return Temperature": 119.78539361240546, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.63953423840307, - "Chiller 6 Setpoint Temperature": 77.43447659976 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.492632409734817, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.521700804376955, - "Chiller 6 Return Temperature": 19.96080084950069, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.366028604637464, - "Chiller 6 Setpoint Temperature": 78.418235183542 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.14580099451328, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.89506524101006, - "Chiller 6 Return Temperature": 69.43787634552058, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.660700939025226, - "Chiller 6 Setpoint Temperature": 58.83100028490968 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.209647289921516, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.8151962939893, - "Chiller 6 Return Temperature": 101.69611840940586, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.38115323609335, - "Chiller 6 Setpoint Temperature": 25.293271433735374 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.134036539265239, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.555487348518604, - "Chiller 6 Return Temperature": 76.83712193486937, - "Chiller 6 Condenser Water Flow": 4.472023389175115, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.53768800113556, - "Chiller 6 Setpoint Temperature": 12.203367442027538 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.79952550965615, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.85566531694468, - "Chiller 6 Return Temperature": 2.304979141077354, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.73247024511795, - "Chiller 6 Setpoint Temperature": 27.42995983770802 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.122725637886305, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.44450022186702, - "Chiller 6 Return Temperature": 35.366203920675375, - "Chiller 6 Condenser Water Flow": 4.41475945992282, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.704459660086144, - "Chiller 6 Setpoint Temperature": 3.1187232474158972 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.82061293744472, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.618327267600115, - "Chiller 6 Return Temperature": 81.34767864616417, - "Chiller 6 Condenser Water Flow": 4.541537378336798, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.6661396327301, - "Chiller 6 Setpoint Temperature": 11.49747593827582 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.0919500640057, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.22435619741466, - "Chiller 6 Return Temperature": 6.983052277351371, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.75676392800566, - "Chiller 6 Setpoint Temperature": 52.79127705681889 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.54113994087999, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.00366046236338, - "Chiller 6 Return Temperature": 93.88330723081991, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.66968311797741, - "Chiller 6 Setpoint Temperature": 29.385365046236902 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.42032608574444, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.68933919117915, - "Chiller 6 Return Temperature": 110.45565676282976, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.568499468923505, - "Chiller 6 Setpoint Temperature": 22.263281053024226 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.2151568780261, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.235183698555621, - "Chiller 6 Return Temperature": 97.46179944819339, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.116221591149035, - "Chiller 6 Setpoint Temperature": 42.18869717159327 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.527119851337943, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.18282943756724, - "Chiller 6 Return Temperature": 34.874001333661624, - "Chiller 6 Condenser Water Flow": 1.200599084479387, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.235564052575402, - "Chiller 6 Setpoint Temperature": 63.60547913119787 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.53073004811787, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.88478479338853, - "Chiller 6 Return Temperature": 9.647651019037058, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.01065308744095, - "Chiller 6 Setpoint Temperature": 10.167914544287814 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.623658208255417, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.9382494471764442, - "Chiller 6 Return Temperature": 31.2158204373614, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 118.78420185873269, - "Chiller 6 Setpoint Temperature": 1.0389232788648137 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.399490220792615, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.20904710253399, - "Chiller 6 Return Temperature": 48.45483212942203, - "Chiller 6 Condenser Water Flow": 5.2465191086847, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.7772030869969, - "Chiller 6 Setpoint Temperature": 47.49296716289138 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.71055226661602, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.071832509275397, - "Chiller 6 Return Temperature": 105.48779542792894, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.594461114825172, - "Chiller 6 Setpoint Temperature": 65.51073730839587 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.42046914717794, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.48691835192629, - "Chiller 6 Return Temperature": 72.8542633205935, - "Chiller 6 Condenser Water Flow": 5.196794050590951, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.71534605690142, - "Chiller 6 Setpoint Temperature": 62.55394085584312 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.36741305064187, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 95.62449563689933, - "Chiller 6 Return Temperature": 55.87978868828489, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.481947387623661, - "Chiller 6 Setpoint Temperature": 26.867455987877108 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.72663297774046, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.01614869740892, - "Chiller 6 Return Temperature": 70.11909809062655, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.38947775871442, - "Chiller 6 Setpoint Temperature": 64.56336682639318 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.62532690520834, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.250439709694476, - "Chiller 6 Return Temperature": 64.05983617490624, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.47917655535622, - "Chiller 6 Setpoint Temperature": 16.658891137083394 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.2403805681426, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 118.4250062531011, - "Chiller 6 Return Temperature": 72.7823072589632, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.2632499387766, - "Chiller 6 Setpoint Temperature": 60.59767368636385 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.49932478434056, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.573602802054076, - "Chiller 6 Return Temperature": 43.34442289732472, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.10900521165473, - "Chiller 6 Setpoint Temperature": 45.91411627406048 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T18:45:02", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.37305740359248, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.32519687205648, - "Chiller 6 Return Temperature": 63.14315321363117, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.2988720407188, - "Chiller 6 Setpoint Temperature": 64.51374779241144 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.77981662432256, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.30854691463514, - "Chiller 6 Return Temperature": 97.44424086883873, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.00731098461413, - "Chiller 6 Setpoint Temperature": 65.22147556577737 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.55773476123585, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 99.43521946112041, - "Chiller 6 Return Temperature": 16.56907889630263, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.45753300320695, - "Chiller 6 Setpoint Temperature": 27.824851738455777 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.66506036258629, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.672696589882825, - "Chiller 6 Return Temperature": 94.23354551114106, - "Chiller 6 Condenser Water Flow": 4.785167529854442, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.67905795609171, - "Chiller 6 Setpoint Temperature": 4.5398023299835835 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.63378243444902, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 31.56041424440819, - "Chiller 6 Return Temperature": 76.47783184658576, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.12179115626562, - "Chiller 6 Setpoint Temperature": 89.46438884237267 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.41164490700764, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.51228456563982, - "Chiller 6 Return Temperature": 109.84791258429838, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.65789486616136, - "Chiller 6 Setpoint Temperature": 40.84282922768562 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.83584719293968, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.74525443769103, - "Chiller 6 Return Temperature": 117.86332438337352, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.625273419548655, - "Chiller 6 Setpoint Temperature": 86.494629892995 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.191925295608378, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.693184058721, - "Chiller 6 Return Temperature": 113.72387519383787, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.69565064050424, - "Chiller 6 Setpoint Temperature": 56.22209452017433 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.74657800740786, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.76051278050181, - "Chiller 6 Return Temperature": 81.06965486636317, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.51101109735602, - "Chiller 6 Setpoint Temperature": 38.787731700514556 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.720407488127154, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.80928451350673, - "Chiller 6 Return Temperature": 108.81936730418622, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.121450562843744, - "Chiller 6 Setpoint Temperature": 66.25664505546581 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.025484468473365, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.8867292259258, - "Chiller 6 Return Temperature": 30.378096106036438, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.8234465972798795, - "Chiller 6 Setpoint Temperature": 42.33709666445378 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.8861392696921, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.06221564216676, - "Chiller 6 Return Temperature": 67.00410541133657, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.12871911255074, - "Chiller 6 Setpoint Temperature": 23.04021570291101 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.00853813605417, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.64299714716255, - "Chiller 6 Return Temperature": 1.6356324051724411, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.875498644359666, - "Chiller 6 Setpoint Temperature": 21.1710801670919 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.08469077807513, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.65222865542398, - "Chiller 6 Return Temperature": 32.10290692490024, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.7618849151713594, - "Chiller 6 Setpoint Temperature": 5.750138942583108 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.36143427691253, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.9365537938373, - "Chiller 6 Return Temperature": 120.60186601940111, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.00574554365566, - "Chiller 6 Setpoint Temperature": 31.236109033145993 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.158308133822736, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.967079131326924, - "Chiller 6 Return Temperature": 63.87109782065735, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.353846715361158, - "Chiller 6 Setpoint Temperature": 62.71396047023366 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.1591296484582, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.60197344793255, - "Chiller 6 Return Temperature": 98.890532307756, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.71701918454121, - "Chiller 6 Setpoint Temperature": 70.72325483795082 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.17516853080854, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.26381473505099, - "Chiller 6 Return Temperature": 88.98953121640146, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.85590728146318, - "Chiller 6 Setpoint Temperature": 18.15150548551779 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.890633237039139, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.93329513652873, - "Chiller 6 Return Temperature": 58.76419856877768, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.394707962516909, - "Chiller 6 Setpoint Temperature": 9.342806526865314 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.374783362895904, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.355234791399784, - "Chiller 6 Return Temperature": 78.08944595855841, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.91895591821297, - "Chiller 6 Setpoint Temperature": 10.791429690190117 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.70758093303307, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.26533747754072, - "Chiller 6 Return Temperature": 9.567216786307412, - "Chiller 6 Condenser Water Flow": 0.8704169765754324, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.5363303837664177, - "Chiller 6 Setpoint Temperature": 60.96164215176754 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.87315746336671, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.81160969499781, - "Chiller 6 Return Temperature": 53.168473442373546, - "Chiller 6 Condenser Water Flow": 0.6793900272656175, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.03125364606586, - "Chiller 6 Setpoint Temperature": 3.3859509143447535 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.7890155400622, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.81561096869099, - "Chiller 6 Return Temperature": 70.79916687447792, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.143491502024077, - "Chiller 6 Setpoint Temperature": 80.47732528459713 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.001564790263565, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 89.75382692184556, - "Chiller 6 Return Temperature": 63.068755941724575, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.33880375695527, - "Chiller 6 Setpoint Temperature": 60.08593344441263 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.04846715561564, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 12.678912400600954, - "Chiller 6 Return Temperature": 59.0051643147349, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.552300047922095, - "Chiller 6 Setpoint Temperature": 23.179944851853566 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.73699337754215, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.691842615808046, - "Chiller 6 Return Temperature": 33.95971892630475, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.02725053197132, - "Chiller 6 Setpoint Temperature": 74.52592575314125 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.83844268046258, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.9294333150665794, - "Chiller 6 Return Temperature": 71.7731531453237, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.12025289893434, - "Chiller 6 Setpoint Temperature": 45.28460631954123 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.98394384347803, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.28373271112929, - "Chiller 6 Return Temperature": 62.95125095788583, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.50435559014047, - "Chiller 6 Setpoint Temperature": 11.753752299680084 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.17679201821689, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.96391504783675, - "Chiller 6 Return Temperature": 36.73599282851898, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.118942884377305, - "Chiller 6 Setpoint Temperature": 54.74935355409306 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T02:00:31", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.71085676818389, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 106.78903292181543, - "Chiller 6 Return Temperature": 14.013750820824427, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.047268416676, - "Chiller 6 Setpoint Temperature": 6.6685492143357346 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.78065981679262, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.67254533633664, - "Chiller 6 Return Temperature": 28.170334842750613, - "Chiller 6 Condenser Water Flow": 4.681684222959644, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.02614242408458, - "Chiller 6 Setpoint Temperature": 65.19834883125868 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.16803547041947, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.132673653262259, - "Chiller 6 Return Temperature": 83.70022750924315, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.86824819406218, - "Chiller 6 Setpoint Temperature": 11.473922375756205 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.52048411675102, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.85189130266077, - "Chiller 6 Return Temperature": 77.8892570681157, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.64270085925527, - "Chiller 6 Setpoint Temperature": 5.775137447402995 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.2532550717024, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.70949739327745, - "Chiller 6 Return Temperature": 43.03742691263701, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.79455882470243, - "Chiller 6 Setpoint Temperature": 59.84599505277586 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.6160800553628454, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.813227326010114, - "Chiller 6 Return Temperature": 59.25754176068188, - "Chiller 6 Condenser Water Flow": 4.335007717919898, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.606970929506737, - "Chiller 6 Setpoint Temperature": 18.201481235308258 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.776874100377196, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.91661250189875, - "Chiller 6 Return Temperature": 81.74276918324452, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.35933059253328, - "Chiller 6 Setpoint Temperature": 14.056819553954464 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.18787564113833, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.42756084694265, - "Chiller 6 Return Temperature": 37.746655520214915, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.71112636167798, - "Chiller 6 Setpoint Temperature": 85.54315087172616 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.87907787579553, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.32826027337008, - "Chiller 6 Return Temperature": 104.05926536898292, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.45564332344135, - "Chiller 6 Setpoint Temperature": 19.66165879552452 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.50092035688073, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.264693487949543, - "Chiller 6 Return Temperature": 19.674856556802542, - "Chiller 6 Condenser Water Flow": 5.346342072568821, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.61964481952013, - "Chiller 6 Setpoint Temperature": 11.297484431010817 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.312192356735554, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.787540543057624, - "Chiller 6 Return Temperature": 17.059336964996476, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.91275280458405, - "Chiller 6 Setpoint Temperature": 33.89917936818456 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.1549434564491, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.229228629046005, - "Chiller 6 Return Temperature": 56.98605682108683, - "Chiller 6 Condenser Water Flow": 4.140447556638202, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.53809794500852, - "Chiller 6 Setpoint Temperature": 16.961424406347025 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.58489909005838, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.42042629274096, - "Chiller 6 Return Temperature": 106.39426855488324, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.0945754995140031, - "Chiller 6 Setpoint Temperature": 75.47023233260057 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.42750582537073, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.807151562574354, - "Chiller 6 Return Temperature": 107.38842493855668, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.357131140447045, - "Chiller 6 Setpoint Temperature": 45.01188188346778 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.2967658523792185, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.80075974144873, - "Chiller 6 Return Temperature": 111.95192206932583, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.16693628651171, - "Chiller 6 Setpoint Temperature": 31.470406652859396 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.646806884800725, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.517891925422134, - "Chiller 6 Return Temperature": 111.00160677848625, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.71213031935874, - "Chiller 6 Setpoint Temperature": 38.08559284382937 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.3794407526604, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.92956138058414, - "Chiller 6 Return Temperature": 23.87803230751484, - "Chiller 6 Condenser Water Flow": 0.16076814394503924, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 94.91712305155369, - "Chiller 6 Setpoint Temperature": 29.268598751931737 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.26699824480332, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.99799789730876, - "Chiller 6 Return Temperature": 15.100616097857257, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.622123090876318, - "Chiller 6 Setpoint Temperature": 55.12087231304182 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.01719080011853, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.15435587272537, - "Chiller 6 Return Temperature": 45.6155544696867, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.4223747087516, - "Chiller 6 Setpoint Temperature": 11.44128048213268 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.8873755099129, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.24519324899191, - "Chiller 6 Return Temperature": 99.22798700588905, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.757209348836, - "Chiller 6 Setpoint Temperature": 80.47102341462774 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.3956118369081, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.736482605722497, - "Chiller 6 Return Temperature": 108.17287179967254, - "Chiller 6 Condenser Water Flow": 4.022619039095624, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.01499266349407, - "Chiller 6 Setpoint Temperature": 19.627511296569917 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.603379908824706, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.20399439273532, - "Chiller 6 Return Temperature": 50.21333985169354, - "Chiller 6 Condenser Water Flow": 3.4932248319210744, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.6765912327396, - "Chiller 6 Setpoint Temperature": 29.15417936949473 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.887009459745386, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.13655244843177, - "Chiller 6 Return Temperature": 22.207881086129007, - "Chiller 6 Condenser Water Flow": 1.6118719489311846, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.484403643284075, - "Chiller 6 Setpoint Temperature": 81.99032381199879 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.05882694509697, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.70702724907176, - "Chiller 6 Return Temperature": 42.702763689125874, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.20747226249584, - "Chiller 6 Setpoint Temperature": 6.533715819177123 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.36060890847735, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.08964335815325, - "Chiller 6 Return Temperature": 45.950576005425866, - "Chiller 6 Condenser Water Flow": 3.933987011181265, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.75535167797806, - "Chiller 6 Setpoint Temperature": 63.1384630952825 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.08537818138112, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.02915111391198, - "Chiller 6 Return Temperature": 86.9310123734148, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.10046027340798, - "Chiller 6 Setpoint Temperature": 88.52396565035401 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.11338256480077, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.20340957561276, - "Chiller 6 Return Temperature": 37.167400352757866, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.1090990744172, - "Chiller 6 Setpoint Temperature": 57.754925727684046 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.9464743047775, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.07467338840465, - "Chiller 6 Return Temperature": 3.7876869571587726, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.36111392415265, - "Chiller 6 Setpoint Temperature": 25.682376167695075 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.09549873057675, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.3243558706289, - "Chiller 6 Return Temperature": 40.74734406847103, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.23186638525497, - "Chiller 6 Setpoint Temperature": 42.24867588438922 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.94211447472417, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.66075965725707, - "Chiller 6 Return Temperature": 110.27214609308233, - "Chiller 6 Condenser Water Flow": 3.4862662827931628, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.53923933845286, - "Chiller 6 Setpoint Temperature": 20.144885933742867 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.94136690213723, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.17555909433949, - "Chiller 6 Return Temperature": 82.74587466496186, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.28278215040001, - "Chiller 6 Setpoint Temperature": 30.306684283236596 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.23012718237274, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.77152049172807, - "Chiller 6 Return Temperature": 32.69988043432554, - "Chiller 6 Condenser Water Flow": 0.9824034098437213, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.2102528486474893, - "Chiller 6 Setpoint Temperature": 13.927920144691585 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.93820362330862, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.315144968729243, - "Chiller 6 Return Temperature": 57.275023449517505, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.91825035516652, - "Chiller 6 Setpoint Temperature": 68.6398730097869 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.080397994001988, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.07241364753023, - "Chiller 6 Return Temperature": 96.63416950216865, - "Chiller 6 Condenser Water Flow": 0.6975135824282661, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.14011897955118, - "Chiller 6 Setpoint Temperature": 68.12080972505635 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.51452355828908, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.17640607997627, - "Chiller 6 Return Temperature": 92.5857724472995, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.19859440605136, - "Chiller 6 Setpoint Temperature": 60.361804162992904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.219444271331376, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.0002883055635, - "Chiller 6 Return Temperature": 68.92895390152282, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.1119873771513, - "Chiller 6 Setpoint Temperature": 56.920123505518845 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.01744152429426, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.835228305095555, - "Chiller 6 Return Temperature": 73.48997249273944, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.56245122253748, - "Chiller 6 Setpoint Temperature": 52.5861939667167 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.815870776082775, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.91076709418962, - "Chiller 6 Return Temperature": 69.39077983843579, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.77113121088736, - "Chiller 6 Setpoint Temperature": 21.63322039898472 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.74745013591853, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.203350543982378, - "Chiller 6 Return Temperature": 65.59854200255522, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.90370544925064, - "Chiller 6 Setpoint Temperature": 47.36643175260713 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.46656487945995, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.78498675399311, - "Chiller 6 Return Temperature": 73.13017175894277, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.37630112208302, - "Chiller 6 Setpoint Temperature": 36.50560594844229 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.71030168948688, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.142648586229015, - "Chiller 6 Return Temperature": 49.33660114916868, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.588331626524026, - "Chiller 6 Setpoint Temperature": 3.534643213581984 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.29435703719431, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.07801138774602, - "Chiller 6 Return Temperature": 60.4621907046267, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.33659244901022, - "Chiller 6 Setpoint Temperature": 19.616062479498385 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 152.07639831269185, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.00090689705505, - "Chiller 6 Return Temperature": 50.876197575836024, - "Chiller 6 Condenser Water Flow": 3.4781727452886293, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.807292186521819, - "Chiller 6 Setpoint Temperature": 53.45242212413607 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.313964608418804, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.170866329759846, - "Chiller 6 Return Temperature": 82.16660436268074, - "Chiller 6 Condenser Water Flow": 1.0332951970249047, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.39547497464278, - "Chiller 6 Setpoint Temperature": 18.171802266421466 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.96882203954921, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.66292882266552, - "Chiller 6 Return Temperature": 114.22236278072846, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.73446892204282, - "Chiller 6 Setpoint Temperature": 27.24796735215047 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.816276097222115, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.48445890402171, - "Chiller 6 Return Temperature": 115.51604257172987, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.9936285343718, - "Chiller 6 Setpoint Temperature": 36.52196551623293 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.00560380230434, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.343507172682514, - "Chiller 6 Return Temperature": 33.22771863057524, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.629489579617326, - "Chiller 6 Setpoint Temperature": 5.224521297438766 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.35170733775848, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.309147115120737, - "Chiller 6 Return Temperature": 110.0429610407285, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.071981385897587, - "Chiller 6 Setpoint Temperature": 45.673202474758185 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.696218156820613, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.619669091330962, - "Chiller 6 Return Temperature": 20.762502936658414, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.37959055147792, - "Chiller 6 Setpoint Temperature": 18.886522078846397 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.320590167965745, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.656017331597948, - "Chiller 6 Return Temperature": 115.28470395167733, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.578999323304634, - "Chiller 6 Setpoint Temperature": 16.34266089618284 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.87705980919311, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.61911083141606, - "Chiller 6 Return Temperature": 74.14951821273654, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.396617763592644, - "Chiller 6 Setpoint Temperature": 90.2044626516799 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.35996277153663, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.62437931527748, - "Chiller 6 Return Temperature": 43.16003311925452, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.578154260045512, - "Chiller 6 Setpoint Temperature": 84.15155204583898 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.30723922308623, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 95.11245904763696, - "Chiller 6 Return Temperature": 52.90330638981658, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.36748626971051, - "Chiller 6 Setpoint Temperature": 49.14296978984514 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.43969421954644, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.14406133733802, - "Chiller 6 Return Temperature": 5.390294738145685, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.6740690634895, - "Chiller 6 Setpoint Temperature": 45.08660499741564 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.89028959904645, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.31018006678892, - "Chiller 6 Return Temperature": 115.04662528440784, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.40536037049782, - "Chiller 6 Setpoint Temperature": 19.90782376796102 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.40052588671324, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.48788023959112, - "Chiller 6 Return Temperature": 47.002825342158644, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.80043382765202, - "Chiller 6 Setpoint Temperature": 53.64535216942669 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.25344914575115, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.8176569269565, - "Chiller 6 Return Temperature": 24.59613119460542, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.22794098866807, - "Chiller 6 Setpoint Temperature": 68.57104326411415 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.731241225618344, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.25117449362376, - "Chiller 6 Return Temperature": 35.40987106194407, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 129.10493971550807, - "Chiller 6 Setpoint Temperature": 80.44803789022211 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.37854773929767, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.008501303376718, - "Chiller 6 Return Temperature": 88.92744451094912, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.56727384562806, - "Chiller 6 Setpoint Temperature": 52.601009992731576 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.920681157723784, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.61995526400366, - "Chiller 6 Return Temperature": 18.67475919983694, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 94.10651651448853, - "Chiller 6 Setpoint Temperature": 60.14982778300457 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.78681942498605, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.39346636802492, - "Chiller 6 Return Temperature": 110.48505024181422, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.49791673470229, - "Chiller 6 Setpoint Temperature": 47.35525971708434 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.57954857147656, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.379077076324116, - "Chiller 6 Return Temperature": 74.2264941897654, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.46989636727221, - "Chiller 6 Setpoint Temperature": 83.19256547584487 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.58258893768704, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.6026664685249, - "Chiller 6 Return Temperature": 21.297571551470263, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.65039100470653, - "Chiller 6 Setpoint Temperature": 12.371083051829055 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.39797762370506, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.473852234359466, - "Chiller 6 Return Temperature": 113.46828247597588, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.87019155890406, - "Chiller 6 Setpoint Temperature": 85.91777448300843 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.0236346586412, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 104.62088432106397, - "Chiller 6 Return Temperature": 42.190806110719144, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.73051256047918, - "Chiller 6 Setpoint Temperature": 64.16239905089024 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.77233524562378, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.41742243713458, - "Chiller 6 Return Temperature": 81.17297033748653, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.91897921466477, - "Chiller 6 Setpoint Temperature": 0.6390922659491951 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.46532125676118, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.28647608057084, - "Chiller 6 Return Temperature": 95.68154361079348, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.50441552292106, - "Chiller 6 Setpoint Temperature": 34.789966323132475 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 153.39354098749664, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.9242809922268, - "Chiller 6 Return Temperature": 63.632806540928996, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.17103830663826, - "Chiller 6 Setpoint Temperature": 21.000207328247505 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.975884044251494, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.63861166868733, - "Chiller 6 Return Temperature": 86.91327511140835, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.56458000407144, - "Chiller 6 Setpoint Temperature": 44.85346189568539 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.49650889462245, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.08806277545108, - "Chiller 6 Return Temperature": 36.543865017128496, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.97593324391602, - "Chiller 6 Setpoint Temperature": 59.483803323727386 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.88337470984348, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.02875266954848, - "Chiller 6 Return Temperature": 113.40487912191843, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.5334473493297, - "Chiller 6 Setpoint Temperature": 52.833978502743875 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.640110083613253, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.30088000390891, - "Chiller 6 Return Temperature": 31.165421785107398, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.45662107087636, - "Chiller 6 Setpoint Temperature": 29.938448462553787 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.48443298064893, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.016347151768585, - "Chiller 6 Return Temperature": 125.01116713996365, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.466830482499766, - "Chiller 6 Setpoint Temperature": 80.15105736637142 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.116132297848445, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.84473672268177, - "Chiller 6 Return Temperature": 34.28369830725394, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.99809329973704, - "Chiller 6 Setpoint Temperature": 58.58440882880872 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.86191370258749, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.70128746821257, - "Chiller 6 Return Temperature": 33.57969297939393, - "Chiller 6 Condenser Water Flow": 1.7864393381179917, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 137.86518939140714, - "Chiller 6 Setpoint Temperature": 54.530240152332624 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.80236230576498, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.5557848423438, - "Chiller 6 Return Temperature": 126.01868019626569, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.8585669172567165, - "Chiller 6 Setpoint Temperature": 15.073506564413332 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.987976060147396, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.14285852469926, - "Chiller 6 Return Temperature": 72.97303315020514, - "Chiller 6 Condenser Water Flow": 1.8245847556516417, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.43717125198733, - "Chiller 6 Setpoint Temperature": 51.23509525208152 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.98694664866868, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 99.33459163336722, - "Chiller 6 Return Temperature": 32.239795447545546, - "Chiller 6 Condenser Water Flow": 3.4693776335051525, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.90882624769982, - "Chiller 6 Setpoint Temperature": 22.2337216329783 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.7198587671598, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.76474066079115, - "Chiller 6 Return Temperature": 8.069279977860843, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.79837625487066, - "Chiller 6 Setpoint Temperature": 33.79125319011378 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.17477493599463, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.113032760792102, - "Chiller 6 Return Temperature": 71.21378796735209, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.105418238825166, - "Chiller 6 Setpoint Temperature": 84.57944693598373 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.80360661547903, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.46534760372177, - "Chiller 6 Return Temperature": 32.837685202570384, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.8835838774611, - "Chiller 6 Setpoint Temperature": 63.75210175016304 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 154.55577446360525, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.2143221377504, - "Chiller 6 Return Temperature": 82.72912496859962, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.597815732604055, - "Chiller 6 Setpoint Temperature": 54.660118289841826 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.270796861826854, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.8049572700354, - "Chiller 6 Return Temperature": 81.9199972671485, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.95465992763245, - "Chiller 6 Setpoint Temperature": 56.47222284938951 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.2147094601976, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.37490884970734, - "Chiller 6 Return Temperature": 75.63193824432285, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.88887813467003, - "Chiller 6 Setpoint Temperature": 54.73236763687664 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.903916697707835, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.6785908874796, - "Chiller 6 Return Temperature": 118.80808804228535, - "Chiller 6 Condenser Water Flow": 2.900362205402108, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.65650476238773, - "Chiller 6 Setpoint Temperature": 11.57790306640138 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.42329695546847, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 31.867449553343235, - "Chiller 6 Return Temperature": 5.55624438792217, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.39952709057237, - "Chiller 6 Setpoint Temperature": 23.62608521118513 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.65454722541135, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.208848045434365, - "Chiller 6 Return Temperature": 30.147619472824676, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.96069234339845, - "Chiller 6 Setpoint Temperature": 29.78763205309681 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-12T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.025993933687836, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.26827458382765, - "Chiller 6 Return Temperature": 113.41352692605072, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.40965815187369, - "Chiller 6 Setpoint Temperature": 61.02039013880818 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.33802090096414, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.43475321252089, - "Chiller 6 Return Temperature": 32.866446702985165, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 140.1885183584123, - "Chiller 6 Setpoint Temperature": 27.24309812073334 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.947527880084916, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.15319190089248, - "Chiller 6 Return Temperature": 85.12025250884149, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.893888278321864, - "Chiller 6 Setpoint Temperature": 36.923662603968715 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.88986185514156, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.60695402452549, - "Chiller 6 Return Temperature": 5.458919266891548, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.6355800396122, - "Chiller 6 Setpoint Temperature": 13.236084592643355 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 13.645001726517702, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.158837427601995, - "Chiller 6 Return Temperature": 19.78501544785062, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.427635400441346, - "Chiller 6 Setpoint Temperature": 42.11613606219121 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.9676254750719, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.927834715800124, - "Chiller 6 Return Temperature": 112.56264967031555, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.333268945108127, - "Chiller 6 Setpoint Temperature": 22.169490431215458 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.58489576639485, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.80430138782998, - "Chiller 6 Return Temperature": 89.01098944813997, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.99381811302483, - "Chiller 6 Setpoint Temperature": 3.0402553835987853 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.69568206618731, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.71605095065897, - "Chiller 6 Return Temperature": 51.983969025928076, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.40396714393949, - "Chiller 6 Setpoint Temperature": 85.90789959432095 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.904210253823784, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.27166710258388, - "Chiller 6 Return Temperature": 105.28246530052027, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.172925787223914, - "Chiller 6 Setpoint Temperature": 18.092777311302427 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.01322509058303, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.7813466065638, - "Chiller 6 Return Temperature": 5.121773569859022, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.476695518634926, - "Chiller 6 Setpoint Temperature": 88.73601834337971 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.20600745473458, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.78088153756192, - "Chiller 6 Return Temperature": 48.06090447103126, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.34166967680528, - "Chiller 6 Setpoint Temperature": 36.855951775872576 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.757491373187726, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.403362339125424, - "Chiller 6 Return Temperature": 89.93899033118248, - "Chiller 6 Condenser Water Flow": 1.6375139838931292, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.65001352528267, - "Chiller 6 Setpoint Temperature": 80.15196672768057 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.04944947840765, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.94163595545425, - "Chiller 6 Return Temperature": 58.69397910140528, - "Chiller 6 Condenser Water Flow": 2.7849407650306848, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.27721037616025, - "Chiller 6 Setpoint Temperature": 11.237463196655236 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.92968065631486, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.13517300587084, - "Chiller 6 Return Temperature": 66.05206572790755, - "Chiller 6 Condenser Water Flow": 4.790383133991878, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.593181365954408, - "Chiller 6 Setpoint Temperature": 15.518632102228567 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.75101525522648, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.99687593503532, - "Chiller 6 Return Temperature": 26.3188323856842, - "Chiller 6 Condenser Water Flow": 4.998092506525599, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.2983549728086, - "Chiller 6 Setpoint Temperature": 85.28028455202994 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.78495571622511, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.0032716414665, - "Chiller 6 Return Temperature": 77.70820353750533, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.016193106702, - "Chiller 6 Setpoint Temperature": 76.57234554917021 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.67413520655894, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.80289268272652, - "Chiller 6 Return Temperature": 15.821127048834652, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.1753029529492, - "Chiller 6 Setpoint Temperature": 12.27829822545366 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.34625163149101, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.98118954114391, - "Chiller 6 Return Temperature": 86.29787881588058, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.38627075302216, - "Chiller 6 Setpoint Temperature": 28.13397884798765 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.86440405873572, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.91189130701594, - "Chiller 6 Return Temperature": 64.57591204051575, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.11006973008386, - "Chiller 6 Setpoint Temperature": 17.313287521250516 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.96264701369404, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.079052576541486, - "Chiller 6 Return Temperature": 50.52302421864825, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.508005441715607, - "Chiller 6 Setpoint Temperature": 31.124712813954847 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.375583994813965, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.2563203719743, - "Chiller 6 Return Temperature": 52.045952549744946, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.85160323684663, - "Chiller 6 Setpoint Temperature": 71.42764154998298 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.43275613796658, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.617668073971917, - "Chiller 6 Return Temperature": 0.24092999589907266, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.25441994995762, - "Chiller 6 Setpoint Temperature": 10.749692451920907 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 13.773936702711763, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.56785197319692, - "Chiller 6 Return Temperature": 84.93159018401658, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 137.7006005482788, - "Chiller 6 Setpoint Temperature": 7.546030128190571 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.249313236456468, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.81378469991782, - "Chiller 6 Return Temperature": 97.8675246322874, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.36518287051884, - "Chiller 6 Setpoint Temperature": 69.12899245770491 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.01924397016627, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.7952199726208, - "Chiller 6 Return Temperature": 6.167682972337325, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.39260575563695, - "Chiller 6 Setpoint Temperature": 54.74082568006738 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.1258633543068761, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.25866268090785, - "Chiller 6 Return Temperature": 7.517860104126456, - "Chiller 6 Condenser Water Flow": 2.60993494247597, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.646735533728746, - "Chiller 6 Setpoint Temperature": 28.539930791515168 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.89872871366889, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.65353536386108, - "Chiller 6 Return Temperature": 0.9064518897842484, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.879657353896064, - "Chiller 6 Setpoint Temperature": 0.09584481032234671 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.062259450475842, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.31252327127216, - "Chiller 6 Return Temperature": 49.75323255453923, - "Chiller 6 Condenser Water Flow": 7.431747339637575, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 100.3884227133943, - "Chiller 6 Setpoint Temperature": 54.750120679672996 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.95469291062587, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.41245377609104, - "Chiller 6 Return Temperature": 33.61210337701908, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.86610981646881, - "Chiller 6 Setpoint Temperature": 54.9460756001122 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.43468412079474, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.166202635042154, - "Chiller 6 Return Temperature": 89.315180600198, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.63905650402188, - "Chiller 6 Setpoint Temperature": 35.463476372519956 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.350749141113473, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.84694033012026, - "Chiller 6 Return Temperature": 12.513161031084888, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.7429994182496, - "Chiller 6 Setpoint Temperature": 23.82994159241936 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.633877280789872, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.00834887314161, - "Chiller 6 Return Temperature": 34.294642996396604, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.23437299312292, - "Chiller 6 Setpoint Temperature": 73.16547164324504 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.1285221542665, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.7895537127893, - "Chiller 6 Return Temperature": 20.059308513438175, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.77237276301535, - "Chiller 6 Setpoint Temperature": 0.27643006908760137 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.7511932274361, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.59680505902774, - "Chiller 6 Return Temperature": 62.20042516831929, - "Chiller 6 Condenser Water Flow": 9.368310755517893, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.08658250414975, - "Chiller 6 Setpoint Temperature": 5.715025684115115 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.0692410736778, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.86781737165236, - "Chiller 6 Return Temperature": 92.869213653312, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.314061172482155, - "Chiller 6 Setpoint Temperature": 34.38351628821931 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.225732499303994, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.982506278601132, - "Chiller 6 Return Temperature": 63.942581778203355, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.42900903886665, - "Chiller 6 Setpoint Temperature": 64.18332489194324 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.37498914215378, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.40867173456513, - "Chiller 6 Return Temperature": 108.74521612314699, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.11646607874438, - "Chiller 6 Setpoint Temperature": 53.789273162396306 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.93835670402912, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.752375587568736, - "Chiller 6 Return Temperature": 34.13948817406217, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.65713185077534, - "Chiller 6 Setpoint Temperature": 25.79054214260476 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.94287633456467, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.19818333538255, - "Chiller 6 Return Temperature": 73.31773405563385, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.47652450438441, - "Chiller 6 Setpoint Temperature": 22.063902966720626 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.46933143405298, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.15307775437259, - "Chiller 6 Return Temperature": 48.45985428851488, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.79880685011477, - "Chiller 6 Setpoint Temperature": 0.9034569198626801 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.43715549154005, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.18520048214607, - "Chiller 6 Return Temperature": 82.56005741833107, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.81589542043208, - "Chiller 6 Setpoint Temperature": 74.96423869115966 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.4232575194608, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.8911085111988, - "Chiller 6 Return Temperature": 31.761066001303337, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 118.0300774975, - "Chiller 6 Setpoint Temperature": 27.16290196195496 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.148205573230012, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.62305316982264, - "Chiller 6 Return Temperature": 93.72014914991722, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.46398572262915, - "Chiller 6 Setpoint Temperature": 42.54064566427131 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.68465002143657, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.185316186375474, - "Chiller 6 Return Temperature": 8.985590843696613, - "Chiller 6 Condenser Water Flow": 0.9347755365876514, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.61659313836957, - "Chiller 6 Setpoint Temperature": 41.258224655978 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.39201304231965, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.745563605284886, - "Chiller 6 Return Temperature": 113.23593886339447, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.000941301614645, - "Chiller 6 Setpoint Temperature": 13.216207658480398 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.10090907098507, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.76319909730013, - "Chiller 6 Return Temperature": 41.61391435969312, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.6808725375967, - "Chiller 6 Setpoint Temperature": 52.077903259457194 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.20756037679186, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.453374962103815, - "Chiller 6 Return Temperature": 54.02763379724423, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.58586648226575, - "Chiller 6 Setpoint Temperature": 32.2652341264588 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.6990216155008, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 106.59757265328031, - "Chiller 6 Return Temperature": 80.54574823673845, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.308714589802374, - "Chiller 6 Setpoint Temperature": 84.30962950850429 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.29197729168283, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.37186215796885, - "Chiller 6 Return Temperature": 78.67856106738421, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.01102751035088, - "Chiller 6 Setpoint Temperature": 60.81923006401753 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.29916416710365, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.31224908916157, - "Chiller 6 Return Temperature": 116.8523605675475, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.17381870979771, - "Chiller 6 Setpoint Temperature": 46.50986876567441 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.43036284835825, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.82962523583933, - "Chiller 6 Return Temperature": 1.534293968186675, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.56583868563033, - "Chiller 6 Setpoint Temperature": 81.64627760720322 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.672179253696434, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.590599930804537, - "Chiller 6 Return Temperature": 3.503694519287902, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.88612138617109, - "Chiller 6 Setpoint Temperature": 35.63105884299959 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.59935606256088, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.52975324519738, - "Chiller 6 Return Temperature": 15.62467004137813, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.26405066898307, - "Chiller 6 Setpoint Temperature": 7.012076865159182 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.69817132495824, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.21587019549101, - "Chiller 6 Return Temperature": 14.950232562911925, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.53421903799028, - "Chiller 6 Setpoint Temperature": 67.08656643545613 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.16498966631703, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.909444550764626, - "Chiller 6 Return Temperature": 95.59748092693609, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.96930235748795, - "Chiller 6 Setpoint Temperature": 3.3475888607221775 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.35480871157563, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.2648674380379, - "Chiller 6 Return Temperature": 37.16223442871857, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.53167602869785, - "Chiller 6 Setpoint Temperature": 81.81895551908086 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.692304127480533, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.109848704614816, - "Chiller 6 Return Temperature": 52.91902419075613, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.152194334883961, - "Chiller 6 Setpoint Temperature": 89.77932013680282 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.1294325456468, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.742446098939777, - "Chiller 6 Return Temperature": 93.42812973413238, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.94480182955011, - "Chiller 6 Setpoint Temperature": 48.473020416386284 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.592643065299995, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.05937625329835, - "Chiller 6 Return Temperature": 77.79755466507333, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.32957589860753, - "Chiller 6 Setpoint Temperature": 49.21870932193926 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.15437544001253, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.630623772821664, - "Chiller 6 Return Temperature": 86.96579488072499, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.8117339778366, - "Chiller 6 Setpoint Temperature": 54.2981060901006 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.89183217653493, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.18484675271023, - "Chiller 6 Return Temperature": 4.219587223621485, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.120148112043076, - "Chiller 6 Setpoint Temperature": 56.202758592809396 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.00366182535947, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.55122936078868, - "Chiller 6 Return Temperature": 68.68233438263452, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.5842738768563, - "Chiller 6 Setpoint Temperature": 53.62981277639945 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.01483775344985, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.45969256285599, - "Chiller 6 Return Temperature": 23.989398921463483, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.51532680326649, - "Chiller 6 Setpoint Temperature": 43.78300059641128 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.33883382423468, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.44481644371669, - "Chiller 6 Return Temperature": 33.53321566564149, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.60805524242269, - "Chiller 6 Setpoint Temperature": 29.64097959772077 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.637778142987676, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.16834428383223, - "Chiller 6 Return Temperature": 13.631136986401234, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.839047574872, - "Chiller 6 Setpoint Temperature": 6.389561319843281 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.31151626111567, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.913274336860084, - "Chiller 6 Return Temperature": 42.4936670421587, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.98988872388105, - "Chiller 6 Setpoint Temperature": 71.85076706275686 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.52252583990808, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.003192723061899, - "Chiller 6 Return Temperature": 74.27904155651335, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.89718174676713, - "Chiller 6 Setpoint Temperature": 30.256846548025553 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.6351417335459, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.491563460182792, - "Chiller 6 Return Temperature": 74.62573350581178, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.777068385406913, - "Chiller 6 Setpoint Temperature": 75.1871694335498 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.013685682975174, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.24611234706782, - "Chiller 6 Return Temperature": 120.59521515694698, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.58818420628347, - "Chiller 6 Setpoint Temperature": 2.820521247176256 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.62958880264972, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.72461700911028, - "Chiller 6 Return Temperature": 10.56144402683995, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.9355907289207, - "Chiller 6 Setpoint Temperature": 30.23011782428402 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.09113265059207, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 89.83259412321888, - "Chiller 6 Return Temperature": 77.518427084379, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.99627036933123, - "Chiller 6 Setpoint Temperature": 37.139186406293206 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T17:30:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.119699628586595, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.91077969871937, - "Chiller 6 Return Temperature": 80.40853390739969, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.99584310528996, - "Chiller 6 Setpoint Temperature": 47.464265435347954 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.7226021304617, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.29284969857144, - "Chiller 6 Return Temperature": 56.10376185792197, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.4562874246355, - "Chiller 6 Setpoint Temperature": 1.8190143440279618 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.93888541615994, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.73101304241973, - "Chiller 6 Return Temperature": 81.89634248809969, - "Chiller 6 Condenser Water Flow": 1.0167161318537974, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.516900465548435, - "Chiller 6 Setpoint Temperature": 22.06367952901187 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.190071272649796, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.88029051251568, - "Chiller 6 Return Temperature": 38.267118793973694, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.2378938906878, - "Chiller 6 Setpoint Temperature": 80.35138806816815 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.15822488522657, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.882553647997334, - "Chiller 6 Return Temperature": 66.62925910269618, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.46096537668177, - "Chiller 6 Setpoint Temperature": 1.227542099157652 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.88272731995423, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 134.6364509425284, - "Chiller 6 Return Temperature": 35.934667789565175, - "Chiller 6 Condenser Water Flow": 3.0400991495500493, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.96324109355629, - "Chiller 6 Setpoint Temperature": 65.19693264150729 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.41047206080212, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.0960637454024, - "Chiller 6 Return Temperature": 123.81070955276984, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.233163076383946, - "Chiller 6 Setpoint Temperature": 38.13253134798423 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.12446411687754, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.48311996536285, - "Chiller 6 Return Temperature": 13.234474849158493, - "Chiller 6 Condenser Water Flow": 1.6165288778993698, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.014407878792347, - "Chiller 6 Setpoint Temperature": 34.82694571032027 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.8013918356663, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.23987339997203, - "Chiller 6 Return Temperature": 101.62915089350938, - "Chiller 6 Condenser Water Flow": 4.483772723556485, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.82745583238678, - "Chiller 6 Setpoint Temperature": 44.489834153297146 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.741862490962326, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.295621898671435, - "Chiller 6 Return Temperature": 68.2226117544221, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.38195958703271, - "Chiller 6 Setpoint Temperature": 73.97650621703127 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.66422427908495, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.6174666685849, - "Chiller 6 Return Temperature": 63.954830187389206, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.27112789212232, - "Chiller 6 Setpoint Temperature": 75.62561657267743 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.071068428066258, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.37440712069707, - "Chiller 6 Return Temperature": 72.84739478262927, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.89864624614563, - "Chiller 6 Setpoint Temperature": 78.59748055393288 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.243392284937, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.787676159294072, - "Chiller 6 Return Temperature": 90.39292427249727, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.18371880428685, - "Chiller 6 Setpoint Temperature": 77.13711150162837 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.714917549752414, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.24616171525912, - "Chiller 6 Return Temperature": 49.217401362649134, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.27013725451378, - "Chiller 6 Setpoint Temperature": 39.95916379923965 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.928231206645826, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.7958758997879, - "Chiller 6 Return Temperature": 119.67958569076073, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.22113326070853, - "Chiller 6 Setpoint Temperature": 26.04564402654358 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.66269095844768, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.19222325699926, - "Chiller 6 Return Temperature": 8.765272816623899, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.2825097500011, - "Chiller 6 Setpoint Temperature": 16.582892847004377 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.529724983002342, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.5696003993239793, - "Chiller 6 Return Temperature": 81.46994305298784, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.30506043258237, - "Chiller 6 Setpoint Temperature": 86.26531804760488 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.67218675591012, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.06800621848899, - "Chiller 6 Return Temperature": 16.1055931306617, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.28684989123016, - "Chiller 6 Setpoint Temperature": 86.39778516584335 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.71646868580042, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.81791702481132, - "Chiller 6 Return Temperature": 0.5878531791444902, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.90022735830799, - "Chiller 6 Setpoint Temperature": 11.363494447287021 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.60320972502687, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.26291266379323, - "Chiller 6 Return Temperature": 124.89198418848156, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.32730998633239, - "Chiller 6 Setpoint Temperature": 68.13022051523103 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.88930478976752, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.84109892486216, - "Chiller 6 Return Temperature": 67.763471526824, - "Chiller 6 Condenser Water Flow": 0.6940661412110585, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.4973600474667, - "Chiller 6 Setpoint Temperature": 15.550495797303753 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.14769085836568, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.71828328859623, - "Chiller 6 Return Temperature": 91.97724282034427, - "Chiller 6 Condenser Water Flow": 4.3119354179322915, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.85474411509371, - "Chiller 6 Setpoint Temperature": 68.57567356905521 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.110088342642582, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.808609988491831, - "Chiller 6 Return Temperature": 1.2596997543713462, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.25877889594642, - "Chiller 6 Setpoint Temperature": 72.52394783782401 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.03637310148613, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.87421291014681, - "Chiller 6 Return Temperature": 51.50229090703676, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.610778859153452, - "Chiller 6 Setpoint Temperature": 2.107643424919799 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.80776518011593, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.453441723610037, - "Chiller 6 Return Temperature": 8.528758142185742, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.25519934993785, - "Chiller 6 Setpoint Temperature": 55.20029315358713 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-13T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.57220487481757, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.15293763270327, - "Chiller 6 Return Temperature": 39.823403713011125, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.45579472630673, - "Chiller 6 Setpoint Temperature": 56.18070878278737 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.53311277374357, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.18093299727087, - "Chiller 6 Return Temperature": 18.241407087160606, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.741712687987885, - "Chiller 6 Setpoint Temperature": 7.625471791821293 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 13.838008357770704, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.98226104301823, - "Chiller 6 Return Temperature": 14.346546007302372, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.934342576460928, - "Chiller 6 Setpoint Temperature": 41.8878680474216 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.9768730220697, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.17783053789515, - "Chiller 6 Return Temperature": 52.13489414531268, - "Chiller 6 Condenser Water Flow": 2.6105955761495396, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.12919902384925, - "Chiller 6 Setpoint Temperature": 51.499186050032066 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T00:45:28", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.58832288667661, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.84378262348055, - "Chiller 6 Return Temperature": 10.543533626829747, - "Chiller 6 Condenser Water Flow": 3.9155102992650974, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.9054885711742, - "Chiller 6 Setpoint Temperature": 81.23305141520002 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.29477842119485, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.18343531237214, - "Chiller 6 Return Temperature": 93.56061698831934, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.83884974794263, - "Chiller 6 Setpoint Temperature": 65.72796051029513 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.84248412301743, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.25578158046034, - "Chiller 6 Return Temperature": 39.03735167789771, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.21888569347504, - "Chiller 6 Setpoint Temperature": 89.52994034236663 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.1329122247392884, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.66387940086726, - "Chiller 6 Return Temperature": 78.22450920237767, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.7110043262889983, - "Chiller 6 Setpoint Temperature": 6.522424992552091 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.11606073489513, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.86316507758983, - "Chiller 6 Return Temperature": 25.024297223295594, - "Chiller 6 Condenser Water Flow": 5.283126658362468, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.62952212640576, - "Chiller 6 Setpoint Temperature": 10.489213741440855 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.696994981065814, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.64053414672306, - "Chiller 6 Return Temperature": 86.32825922358262, - "Chiller 6 Condenser Water Flow": 5.3376755879022495, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.175118427054947, - "Chiller 6 Setpoint Temperature": 31.680950905172878 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.08040094348867, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.00546368558878, - "Chiller 6 Return Temperature": 66.55364466963185, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.829890605730192, - "Chiller 6 Setpoint Temperature": 82.01385554850589 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.28112262368013, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.987551685036194, - "Chiller 6 Return Temperature": 33.23661237562549, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.388744830732186, - "Chiller 6 Setpoint Temperature": 76.38197323815935 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.29089018602386, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.783586752649406, - "Chiller 6 Return Temperature": 25.698043469392452, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.55524020228133, - "Chiller 6 Setpoint Temperature": 31.544245664888724 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.3710008634064, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.157786551049234, - "Chiller 6 Return Temperature": 75.2812380450639, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.96766612127774, - "Chiller 6 Setpoint Temperature": 38.6572733028074 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.96574609191587, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.92747020363608, - "Chiller 6 Return Temperature": 97.52733420789866, - "Chiller 6 Condenser Water Flow": 4.396011070383376, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.54480573273568, - "Chiller 6 Setpoint Temperature": 44.371733489557954 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.92267723943827, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.87514872371719, - "Chiller 6 Return Temperature": 7.523419803672325, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.02185125382832, - "Chiller 6 Setpoint Temperature": 44.15768410144021 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.04370060337743, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.67044487425707, - "Chiller 6 Return Temperature": 42.6851244030717, - "Chiller 6 Condenser Water Flow": 2.7505854218218655, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.35628129277899, - "Chiller 6 Setpoint Temperature": 88.46699683898969 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.52168169944804, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.87862333466074, - "Chiller 6 Return Temperature": 94.7756321809398, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.09580367791904, - "Chiller 6 Setpoint Temperature": 20.22388069921319 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.14339463247765, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.3871554918262, - "Chiller 6 Return Temperature": 100.83998628960641, - "Chiller 6 Condenser Water Flow": 4.8945090026535585, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.75749818023426, - "Chiller 6 Setpoint Temperature": 46.7067768785139 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.54150821650188, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.48365318195428, - "Chiller 6 Return Temperature": 105.13971224827198, - "Chiller 6 Condenser Water Flow": 4.785596723377011, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 100.39210416288657, - "Chiller 6 Setpoint Temperature": 50.10533627071682 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.8131356505133276, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.92753335416172, - "Chiller 6 Return Temperature": 83.26775595347017, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.59506566697964, - "Chiller 6 Setpoint Temperature": 23.333723781247837 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.60453395771889, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.339022504114048, - "Chiller 6 Return Temperature": 104.1215928026114, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.266846285297284, - "Chiller 6 Setpoint Temperature": 67.40170601267927 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.1259903927633, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.685251892075105, - "Chiller 6 Return Temperature": 1.6562645072131692, - "Chiller 6 Condenser Water Flow": 10.627930639506655, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.015487066058405, - "Chiller 6 Setpoint Temperature": 85.41397723399051 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.679669805547938, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.80887716600666, - "Chiller 6 Return Temperature": 84.67612590127534, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.11229889204333, - "Chiller 6 Setpoint Temperature": 67.2464723875092 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.02031360063263, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.69730630043117, - "Chiller 6 Return Temperature": 89.24819383723728, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.47679192365076, - "Chiller 6 Setpoint Temperature": 73.7895524723037 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.84807827725986, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.83357213198771, - "Chiller 6 Return Temperature": 31.553879538640956, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.2828523945327, - "Chiller 6 Setpoint Temperature": 53.366358295702476 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.6965684493222, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.27723155457734, - "Chiller 6 Return Temperature": 120.10824323188172, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.99680823903731, - "Chiller 6 Setpoint Temperature": 78.16540632576826 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.77286211049179, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.73648616120478, - "Chiller 6 Return Temperature": 82.26692743589504, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.80676218943235, - "Chiller 6 Setpoint Temperature": 88.92318769563013 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.44641831776777, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 118.23475999736162, - "Chiller 6 Return Temperature": 104.18551143896518, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.42070753724622, - "Chiller 6 Setpoint Temperature": 88.49607507372527 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.08498023460403, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.56647534391486, - "Chiller 6 Return Temperature": 10.01369331005218, - "Chiller 6 Condenser Water Flow": 6.590215097923472, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.72512984131963, - "Chiller 6 Setpoint Temperature": 54.541331010218904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.933048406875997, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.266995594138784, - "Chiller 6 Return Temperature": 18.264948417214725, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.93059521678313, - "Chiller 6 Setpoint Temperature": 11.211491624667627 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.65873525521536, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.87530610314485, - "Chiller 6 Return Temperature": 20.168107703539874, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.11502092495603, - "Chiller 6 Setpoint Temperature": 34.92556118005565 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.45505302334215, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.42738398955854, - "Chiller 6 Return Temperature": 2.003650505546056, - "Chiller 6 Condenser Water Flow": 2.028889508488138, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.608344813065699, - "Chiller 6 Setpoint Temperature": 36.475705863834904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.858191739629, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.281724567899325, - "Chiller 6 Return Temperature": 99.26878941867028, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.87655691096182, - "Chiller 6 Setpoint Temperature": 28.57470148323913 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.40106292977869, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.228741236790654, - "Chiller 6 Return Temperature": 91.15555754475521, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.96395955939167, - "Chiller 6 Setpoint Temperature": 22.35157782554271 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.04384707437848, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.16204454469889, - "Chiller 6 Return Temperature": 116.43429676723945, - "Chiller 6 Condenser Water Flow": 6.0890239711719, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.99324441237532, - "Chiller 6 Setpoint Temperature": 45.687402612196294 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.58301178005574, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.33662105014646, - "Chiller 6 Return Temperature": 7.26045013967104, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.32554228643518, - "Chiller 6 Setpoint Temperature": 46.095519988104186 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.220721910591664, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.9249156466435389, - "Chiller 6 Return Temperature": 40.017509110980264, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.13812954084652, - "Chiller 6 Setpoint Temperature": 24.90000844475747 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.24220652230646, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.22533129514119, - "Chiller 6 Return Temperature": 95.01392687541218, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.277198511183673, - "Chiller 6 Setpoint Temperature": 8.138221654499262 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.44620310816458, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.28232335382094, - "Chiller 6 Return Temperature": 86.11986054208154, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.220852721815838, - "Chiller 6 Setpoint Temperature": 86.96660436028075 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.637670776231623, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.51263953000186, - "Chiller 6 Return Temperature": 63.92466758222286, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.05949900249335, - "Chiller 6 Setpoint Temperature": 61.73947324010542 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.837659178214544, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.11300399911416, - "Chiller 6 Return Temperature": 115.81738886345511, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.43925583314684, - "Chiller 6 Setpoint Temperature": 7.506641404906252 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.29441019141959, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.92347718477415, - "Chiller 6 Return Temperature": 36.45601843041685, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.66320272839148, - "Chiller 6 Setpoint Temperature": 42.64331866811092 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T10:30:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.3134046921353, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.7459545083726559, - "Chiller 6 Return Temperature": 13.730345365525325, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.256571299899075, - "Chiller 6 Setpoint Temperature": 13.628801630213257 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.892877346624, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.49201558233464, - "Chiller 6 Return Temperature": 94.62433789506913, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.55227132849238, - "Chiller 6 Setpoint Temperature": 4.849955720995558 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.79319009912805, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.81849063308384, - "Chiller 6 Return Temperature": 5.564343983202827, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.94688888574467, - "Chiller 6 Setpoint Temperature": 84.03207957887872 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.92644883806744, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.66291569975472, - "Chiller 6 Return Temperature": 24.93108402949755, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.1702917096787, - "Chiller 6 Setpoint Temperature": 52.7729950720409 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.26351989571637, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 106.15926638625136, - "Chiller 6 Return Temperature": 90.010502625714, - "Chiller 6 Condenser Water Flow": 2.2866813904915233, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.389782444628846, - "Chiller 6 Setpoint Temperature": 19.52242473725446 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.95208714485713, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.78487625687224, - "Chiller 6 Return Temperature": 15.600429340651393, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.06990726738267, - "Chiller 6 Setpoint Temperature": 5.265767957648415 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.064419264975362, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.48704446605768, - "Chiller 6 Return Temperature": 76.38490264936596, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.929117247766, - "Chiller 6 Setpoint Temperature": 75.84541130511984 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.20899584537312, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.56096906848998, - "Chiller 6 Return Temperature": 118.5568286198293, - "Chiller 6 Condenser Water Flow": 3.0626922528148133, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.3135138031843, - "Chiller 6 Setpoint Temperature": 54.29447637219789 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.36085236476836, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 104.46665283895871, - "Chiller 6 Return Temperature": 105.79923331740837, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.02554837414693, - "Chiller 6 Setpoint Temperature": 12.514695849240045 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.77703526772089, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.549656456525264, - "Chiller 6 Return Temperature": 18.720168628022236, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.01201353228026, - "Chiller 6 Setpoint Temperature": 19.435759671962114 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.60928141036579, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.184372614359, - "Chiller 6 Return Temperature": 84.36740550263457, - "Chiller 6 Condenser Water Flow": 6.02354882211326, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.4833409259107, - "Chiller 6 Setpoint Temperature": 35.001861910966205 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.28226742130981, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.78463482482601, - "Chiller 6 Return Temperature": 9.981108390835145, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.11569612851623, - "Chiller 6 Setpoint Temperature": 52.79165158583048 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.70486655619374, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.31095404277758, - "Chiller 6 Return Temperature": 116.88890549486189, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.74206431186909, - "Chiller 6 Setpoint Temperature": 43.95057992639072 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.64019195925253, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 88.55431557219764, - "Chiller 6 Return Temperature": 88.76161254467647, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.34275679693721, - "Chiller 6 Setpoint Temperature": 18.16803566421846 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.915714901831155, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.058882118867004, - "Chiller 6 Return Temperature": 87.68927769358598, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.058929060503175, - "Chiller 6 Setpoint Temperature": 8.923127901597264 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.2521621414391, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.08493809785113, - "Chiller 6 Return Temperature": 39.17129788443409, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.17232700531914, - "Chiller 6 Setpoint Temperature": 65.73815107945718 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.108677178746774, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.04653048946611, - "Chiller 6 Return Temperature": 122.56076748134645, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.570557294623725, - "Chiller 6 Setpoint Temperature": 77.59211755011587 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.71557146920567, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.99531580130783, - "Chiller 6 Return Temperature": 118.43439700502526, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.848148931036874, - "Chiller 6 Setpoint Temperature": 54.7335511736478 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.99048250196412, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.01782389025604, - "Chiller 6 Return Temperature": 48.88430324408347, - "Chiller 6 Condenser Water Flow": 2.903772744738542, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.844270257719984, - "Chiller 6 Setpoint Temperature": 52.225912832268975 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.16155553581934, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.98786685779316, - "Chiller 6 Return Temperature": 58.199781638090684, - "Chiller 6 Condenser Water Flow": 4.459002885728084, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.197111655107403, - "Chiller 6 Setpoint Temperature": 56.61482864099518 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.74619565628328, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.09779611128559, - "Chiller 6 Return Temperature": 71.66782435109336, - "Chiller 6 Condenser Water Flow": 5.006272167627441, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.05707226424272, - "Chiller 6 Setpoint Temperature": 15.046801967684868 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.08287434685075, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.92586833084309, - "Chiller 6 Return Temperature": 81.62625803631411, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.506387921749887, - "Chiller 6 Setpoint Temperature": 19.576259761066726 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.16981959990933, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.87711380411332, - "Chiller 6 Return Temperature": 121.23045316186774, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.99607278657751, - "Chiller 6 Setpoint Temperature": 80.29673324366273 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.13657770737527, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.0990432593465, - "Chiller 6 Return Temperature": 48.39565114788151, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.96201284276253, - "Chiller 6 Setpoint Temperature": 25.703210050080425 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.486009676633275, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 104.93915872772216, - "Chiller 6 Return Temperature": 103.50024956068043, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.55152137355223, - "Chiller 6 Setpoint Temperature": 62.2238982210726 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.75060933172703, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.17400033534621, - "Chiller 6 Return Temperature": 39.440146484723535, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.85847760520889, - "Chiller 6 Setpoint Temperature": 51.95117327816332 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.99624950200693, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.63294120597264, - "Chiller 6 Return Temperature": 84.14155153115908, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.649548701410244, - "Chiller 6 Setpoint Temperature": 53.214156905076074 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.95112762090142, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.67724021639913, - "Chiller 6 Return Temperature": 108.00783178568003, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.208274608644148, - "Chiller 6 Setpoint Temperature": 79.40222352624062 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.724359896290384, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.96797316975606, - "Chiller 6 Return Temperature": 115.40678701527038, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.11163187950829, - "Chiller 6 Setpoint Temperature": 36.574275575349056 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T17:45:22", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.3858781019859, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.509209045150976, - "Chiller 6 Return Temperature": 67.21543363805645, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.49382199706308, - "Chiller 6 Setpoint Temperature": 71.38934797112421 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.32527489100835, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.208987111435466, - "Chiller 6 Return Temperature": 81.20022859565226, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.897511887048665, - "Chiller 6 Setpoint Temperature": 85.5115884229377 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.160365333677177, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.25714353095994, - "Chiller 6 Return Temperature": 16.393428560763994, - "Chiller 6 Condenser Water Flow": 2.0725749412343957, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.36263542366737, - "Chiller 6 Setpoint Temperature": 13.262735314924539 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.63689377222222, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.3372638001494, - "Chiller 6 Return Temperature": 65.43550811450152, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.29991540199121, - "Chiller 6 Setpoint Temperature": 28.643245333806735 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.87313228007616, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.92656278977468, - "Chiller 6 Return Temperature": 91.03533554513626, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.36927275665019, - "Chiller 6 Setpoint Temperature": 39.41367176806758 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.12209415816532, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.41456457819129, - "Chiller 6 Return Temperature": 116.52381131043445, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.453970845705086, - "Chiller 6 Setpoint Temperature": 5.092064255135632 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.57009515796135, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.47864030246096, - "Chiller 6 Return Temperature": 45.9239016947534, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.48593969872192, - "Chiller 6 Setpoint Temperature": 36.82781520205235 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.43526040369332, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.76216389587705, - "Chiller 6 Return Temperature": 12.053690077305152, - "Chiller 6 Condenser Water Flow": 3.0077491679493593, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.903755938875342, - "Chiller 6 Setpoint Temperature": 55.43744827317426 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.11420879874066, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.4403404843640915, - "Chiller 6 Return Temperature": 105.69911371172465, - "Chiller 6 Condenser Water Flow": 3.5587177485710826, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.10106346284087, - "Chiller 6 Setpoint Temperature": 58.598704229570835 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.35658530120082, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.38029208009649, - "Chiller 6 Return Temperature": 121.80036641652137, - "Chiller 6 Condenser Water Flow": 4.602458401390297, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.38411562253071, - "Chiller 6 Setpoint Temperature": 42.057346789660656 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.9675972941047, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 118.39023573497371, - "Chiller 6 Return Temperature": 34.23895558653053, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.13323806482073, - "Chiller 6 Setpoint Temperature": 41.91360521892751 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.81967593612326, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.23815200310370496, - "Chiller 6 Return Temperature": 2.8756418316304853, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.340518522726, - "Chiller 6 Setpoint Temperature": 29.46557473531886 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.82004783125612, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.90157175369532, - "Chiller 6 Return Temperature": 46.90040745701475, - "Chiller 6 Condenser Water Flow": 1.3336093612928959, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.332136181760525, - "Chiller 6 Setpoint Temperature": 6.28631635343015 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.52404662393204, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.54019566215839, - "Chiller 6 Return Temperature": 33.72728865265674, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.57875368529467, - "Chiller 6 Setpoint Temperature": 6.920877946313247 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.2206613484042, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.275850851981625, - "Chiller 6 Return Temperature": 63.70344337146952, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.89698498186698, - "Chiller 6 Setpoint Temperature": 31.716929601574357 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.44910962527855, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.70718137440655, - "Chiller 6 Return Temperature": 14.007727557004367, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.19904018014499, - "Chiller 6 Setpoint Temperature": 45.56817824996059 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.70012255182764, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.86620247030264, - "Chiller 6 Return Temperature": 94.69744369403128, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.285189496980024, - "Chiller 6 Setpoint Temperature": 36.542868802354306 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.96541710835805, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.27209107476418, - "Chiller 6 Return Temperature": 26.301789202984374, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.07012104789243, - "Chiller 6 Setpoint Temperature": 89.88102950206195 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.934692231113649, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.7751914943041, - "Chiller 6 Return Temperature": 96.51598085817783, - "Chiller 6 Condenser Water Flow": 2.4117859544682014, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.770866561571772, - "Chiller 6 Setpoint Temperature": 68.80687248357651 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.50705179259413, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.85383391091518, - "Chiller 6 Return Temperature": 82.35525660131218, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.39335807625966, - "Chiller 6 Setpoint Temperature": 78.6772067757727 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.4657208926013, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 88.23351129544184, - "Chiller 6 Return Temperature": 68.60867454282806, - "Chiller 6 Condenser Water Flow": 6.183687703582124, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.72514950080848, - "Chiller 6 Setpoint Temperature": 80.72079696020553 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.76474182459109, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.3474960626101, - "Chiller 6 Return Temperature": 60.492325785249164, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.56317681443225, - "Chiller 6 Setpoint Temperature": 21.721543491838048 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.4944885058150925, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.73686433800289, - "Chiller 6 Return Temperature": 22.85237256976018, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.18153933729491, - "Chiller 6 Setpoint Temperature": 87.65622214369282 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.8574064662383405, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.297069335675204, - "Chiller 6 Return Temperature": 117.36412641253833, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.7777120370138, - "Chiller 6 Setpoint Temperature": 64.12085105906772 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-14T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.37102986540212, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.61792506866345, - "Chiller 6 Return Temperature": 34.47065841765016, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.87934947671337, - "Chiller 6 Setpoint Temperature": 38.14284261403787 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.31219965203792, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.272490402753313, - "Chiller 6 Return Temperature": 104.60949888355157, - "Chiller 6 Condenser Water Flow": 2.782436755835488, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.78937084781698, - "Chiller 6 Setpoint Temperature": 11.124921562686145 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.30303734127314, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.414954777914936, - "Chiller 6 Return Temperature": 70.49113265412414, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.98448235106902, - "Chiller 6 Setpoint Temperature": 18.44196409757662 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.79401598019919, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.76791817203518, - "Chiller 6 Return Temperature": 3.928000021809488, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.83569656702498, - "Chiller 6 Setpoint Temperature": 47.799473575361716 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.20801787856966, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.90882990166821, - "Chiller 6 Return Temperature": 14.768002243175896, - "Chiller 6 Condenser Water Flow": 5.489473391957786, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.89245341837029, - "Chiller 6 Setpoint Temperature": 15.789660720022505 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.891064844028236, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.1385078537431, - "Chiller 6 Return Temperature": 3.107267635460274, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.3422421957267, - "Chiller 6 Setpoint Temperature": 39.33761767465107 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.73222045367669, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.47077042233315, - "Chiller 6 Return Temperature": 97.04271972703425, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.60645569916351, - "Chiller 6 Setpoint Temperature": 9.217305604488768 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.3694861041225, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.11791149555634, - "Chiller 6 Return Temperature": 10.683328216498575, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.286784269533135, - "Chiller 6 Setpoint Temperature": 33.918833851042486 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.81179969622598, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.15607043267255, - "Chiller 6 Return Temperature": 12.627150136590696, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.4354946919042, - "Chiller 6 Setpoint Temperature": 11.433240004095332 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.43962986841974, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.763093939791954, - "Chiller 6 Return Temperature": 79.84308279254033, - "Chiller 6 Condenser Water Flow": 1.903812304895188, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.64342757615714, - "Chiller 6 Setpoint Temperature": 49.7765679912131 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.93782641230353, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.6977525632468, - "Chiller 6 Return Temperature": 38.590972434314125, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.148699491411673, - "Chiller 6 Setpoint Temperature": 90.34294857465854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.087446678259017, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.03016455157324, - "Chiller 6 Return Temperature": 54.33929627870135, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.50661694124109, - "Chiller 6 Setpoint Temperature": 86.59871431258608 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.66610907617786, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.196853546295976, - "Chiller 6 Return Temperature": 35.63084932773548, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.32630971714342, - "Chiller 6 Setpoint Temperature": 87.58010897048639 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.74782031620171, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.20402211705956, - "Chiller 6 Return Temperature": 24.535257149781046, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.01618867578697048, - "Chiller 6 Setpoint Temperature": 36.35347216382455 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.5494142779148, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 46.129038987162176, - "Chiller 6 Return Temperature": 30.844134038788038, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.412333029144975, - "Chiller 6 Setpoint Temperature": 43.04242411488175 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.84058378803958, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 104.7559375775075, - "Chiller 6 Return Temperature": 25.407349332197086, - "Chiller 6 Condenser Water Flow": 1.7797756010228731, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.770042754613765, - "Chiller 6 Setpoint Temperature": 84.0044238273017 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.11197250421999, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.9500940556402, - "Chiller 6 Return Temperature": 28.593313835548063, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.31806779832836, - "Chiller 6 Setpoint Temperature": 70.82357187456971 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.2123943278228, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.4496432626004, - "Chiller 6 Return Temperature": 18.028488164740196, - "Chiller 6 Condenser Water Flow": 0.36072128397668934, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.624854085042124, - "Chiller 6 Setpoint Temperature": 62.64069495669432 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.56866814251796, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.84767735207609, - "Chiller 6 Return Temperature": 95.67508533800677, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.41936850542578, - "Chiller 6 Setpoint Temperature": 41.32379181685519 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.29737777251357, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.22408188409284, - "Chiller 6 Return Temperature": 78.4396814372803, - "Chiller 6 Condenser Water Flow": 0.30142878615849744, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.70534586461324, - "Chiller 6 Setpoint Temperature": 89.31406664709375 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.25991764010372, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.82008336513488, - "Chiller 6 Return Temperature": 113.95992776191196, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.14312781691717, - "Chiller 6 Setpoint Temperature": 90.1759027506953 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.697808689062285, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 104.09877412760937, - "Chiller 6 Return Temperature": 120.26526947749625, - "Chiller 6 Condenser Water Flow": 0.0110951406244984, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.73993705763365, - "Chiller 6 Setpoint Temperature": 82.1134796708885 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.759905932476073, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.73633906785294, - "Chiller 6 Return Temperature": 92.18367786936858, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.9324449379482, - "Chiller 6 Setpoint Temperature": 19.62023814136626 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.68848083709881, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 104.32974308889813, - "Chiller 6 Return Temperature": 54.690264725848266, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.94916708947282, - "Chiller 6 Setpoint Temperature": 15.563140695430949 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.005490572013644, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.60447296947565, - "Chiller 6 Return Temperature": 64.78529924606018, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.24425030741508, - "Chiller 6 Setpoint Temperature": 50.48727536444178 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.086424546508748, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.26285715775285, - "Chiller 6 Return Temperature": 45.958323589820495, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.21726171666279, - "Chiller 6 Setpoint Temperature": 46.309152438419 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.52014688384007, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.104680179513378, - "Chiller 6 Return Temperature": 76.80777501498423, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.72650083216817, - "Chiller 6 Setpoint Temperature": 13.017810079870141 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.04973126780008, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.2042570748529, - "Chiller 6 Return Temperature": 113.4091189483395, - "Chiller 6 Condenser Water Flow": 5.048205073677314, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.698967481008324, - "Chiller 6 Setpoint Temperature": 54.988074317066605 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.29002770727163, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.16963460000561, - "Chiller 6 Return Temperature": 93.40403577834918, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.96223602354571, - "Chiller 6 Setpoint Temperature": 89.58753869067868 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.59156578959444, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.40220302962782, - "Chiller 6 Return Temperature": 40.47578970613985, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.735756735656157, - "Chiller 6 Setpoint Temperature": 71.30964065558624 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.90366779701489, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.3209187386834, - "Chiller 6 Return Temperature": 18.977054669715088, - "Chiller 6 Condenser Water Flow": 5.207759083688532, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.0015047599897, - "Chiller 6 Setpoint Temperature": 14.988965994296294 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.76140793018797, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.78078246206658, - "Chiller 6 Return Temperature": 108.17368248744265, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.83596932572053, - "Chiller 6 Setpoint Temperature": 77.23469710422061 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.8659302419203, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.497151617655373, - "Chiller 6 Return Temperature": 2.356814569408323, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 118.70291874907035, - "Chiller 6 Setpoint Temperature": 9.394783438785652 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.466384963413415, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.03937948994728, - "Chiller 6 Return Temperature": 112.83876600504394, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.3433913913453, - "Chiller 6 Setpoint Temperature": 3.6595902367291284 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.20811616618032, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.69000448388836, - "Chiller 6 Return Temperature": 94.86865897743577, - "Chiller 6 Condenser Water Flow": 4.05786702826923, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.330097030344906, - "Chiller 6 Setpoint Temperature": 2.1012285509298794 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.32969762163613, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.035619221431891, - "Chiller 6 Return Temperature": 13.011095246278057, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.74423448039916, - "Chiller 6 Setpoint Temperature": 21.835548526196956 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.45274417396629, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.88598222799475, - "Chiller 6 Return Temperature": 1.8945243370234421, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.85746649563651, - "Chiller 6 Setpoint Temperature": 51.498066996832634 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.64095159386208, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.20411857581291, - "Chiller 6 Return Temperature": 61.97138380415755, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.88735918933102, - "Chiller 6 Setpoint Temperature": 24.40370188344603 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.169273824213874, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.308415027318884, - "Chiller 6 Return Temperature": 40.06024744000177, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.151631625019647, - "Chiller 6 Setpoint Temperature": 69.13797284048923 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.14698761957123, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.29962960965378, - "Chiller 6 Return Temperature": 86.42578618922524, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.28348701906641, - "Chiller 6 Setpoint Temperature": 76.93160306762209 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.14429291920881, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.97260764897527, - "Chiller 6 Return Temperature": 37.27663315402024, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.115559185988413, - "Chiller 6 Setpoint Temperature": 83.14723448153666 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.740375369391277, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.41450477264831, - "Chiller 6 Return Temperature": 113.47469747286907, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.79280826907237, - "Chiller 6 Setpoint Temperature": 67.73123356934438 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.55506059094832, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.493701126394356, - "Chiller 6 Return Temperature": 9.611116391178625, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.20760766060795, - "Chiller 6 Setpoint Temperature": 83.6396323070284 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.56307603282983, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.66307423534035, - "Chiller 6 Return Temperature": 26.955892902329797, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.53834261168189, - "Chiller 6 Setpoint Temperature": 12.614786566292329 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.61282843489052, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.4998992873861, - "Chiller 6 Return Temperature": 35.019419472119715, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.89505234569828, - "Chiller 6 Setpoint Temperature": 23.34324348501776 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.68158981961798, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.3222144731743, - "Chiller 6 Return Temperature": 63.91757191202048, - "Chiller 6 Condenser Water Flow": 4.612377184886711, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.92473974919241, - "Chiller 6 Setpoint Temperature": 8.16214768328716 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.362683245217696, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.76293998110124, - "Chiller 6 Return Temperature": 37.63455149093371, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.71784576759702, - "Chiller 6 Setpoint Temperature": 6.056404393333832 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.83071660680855, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.57071792316883, - "Chiller 6 Return Temperature": 90.4736141718195, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.8171033173324, - "Chiller 6 Setpoint Temperature": 7.672979125515854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.54072480388231, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.42455662586856, - "Chiller 6 Return Temperature": 32.106835028954414, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.82271902966093, - "Chiller 6 Setpoint Temperature": 68.60001200257469 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.60444119487352, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.51168142848974, - "Chiller 6 Return Temperature": 68.51645209174214, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.74448668023983, - "Chiller 6 Setpoint Temperature": 55.9180249012106 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.936502291439412, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.89652890774549, - "Chiller 6 Return Temperature": 4.7942534742241305, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.692943031336736, - "Chiller 6 Setpoint Temperature": 46.924500267970004 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.039767284742894, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.52000585416796, - "Chiller 6 Return Temperature": 83.94959813778524, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.0153358721806, - "Chiller 6 Setpoint Temperature": 73.41082854758119 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.20107122817653, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.90443771505312, - "Chiller 6 Return Temperature": 18.01954540177469, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.353078729308743, - "Chiller 6 Setpoint Temperature": 8.320159233468676 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.343415324504495, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.62006442234598, - "Chiller 6 Return Temperature": 35.467791263279274, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.16859705678885, - "Chiller 6 Setpoint Temperature": 10.84953265145128 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.3763474056051, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.16697207263319, - "Chiller 6 Return Temperature": 89.9311500901592, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.78232199563335, - "Chiller 6 Setpoint Temperature": 19.019579391627925 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.11961758858811, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.536070142980474, - "Chiller 6 Return Temperature": 13.7257856162845, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.822631167695285, - "Chiller 6 Setpoint Temperature": 25.66998661973619 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.98693806080958, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.2849972151257, - "Chiller 6 Return Temperature": 38.63673426619634, - "Chiller 6 Condenser Water Flow": 1.8296387386321908, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.88597407673993, - "Chiller 6 Setpoint Temperature": 21.05892707753982 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.64297786690029, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.3631931513773, - "Chiller 6 Return Temperature": 110.78347718296702, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 100.32529949385723, - "Chiller 6 Setpoint Temperature": 64.32928081517429 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.01216214158774, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.683305035787335, - "Chiller 6 Return Temperature": 26.30468248864102, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.3927053355241277, - "Chiller 6 Setpoint Temperature": 55.96046583477205 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.95250585248361, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.90528947162206, - "Chiller 6 Return Temperature": 6.080722923685446, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.03108198917715, - "Chiller 6 Setpoint Temperature": 62.22584162018306 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.66437700462423, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.47502401295104, - "Chiller 6 Return Temperature": 104.96654930497375, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.40147063948913, - "Chiller 6 Setpoint Temperature": 77.62790084838899 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.07385377218968, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.147402650536485, - "Chiller 6 Return Temperature": 17.932178571381467, - "Chiller 6 Condenser Water Flow": 4.718565246093268, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.74321748261688, - "Chiller 6 Setpoint Temperature": 70.72900261776377 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.32782762552928, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.75909429393707, - "Chiller 6 Return Temperature": 21.476003227606267, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.6594887621344, - "Chiller 6 Setpoint Temperature": 88.66196013541942 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.72928633885546, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.85517850673185, - "Chiller 6 Return Temperature": 14.020792460071686, - "Chiller 6 Condenser Water Flow": 3.599937301367994, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.443723127280265, - "Chiller 6 Setpoint Temperature": 62.28358209404507 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.4827685972831, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.81634263609648, - "Chiller 6 Return Temperature": 116.54815726611365, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.57631400138921, - "Chiller 6 Setpoint Temperature": 60.730851182519004 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.40497337056866, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.134301041869065, - "Chiller 6 Return Temperature": 75.2685131631848, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.8700530854231, - "Chiller 6 Setpoint Temperature": 72.48071057832398 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.01277533578293, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.81007323112596, - "Chiller 6 Return Temperature": 56.0216403995266, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.3635974951642, - "Chiller 6 Setpoint Temperature": 29.495497335879783 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.3186025742486, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 82.53756271242219, - "Chiller 6 Return Temperature": 44.288407256741245, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.79338700359388, - "Chiller 6 Setpoint Temperature": 88.13173526336566 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.44731338683634, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.85487533372638, - "Chiller 6 Return Temperature": 109.40872835011714, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 129.29456442023093, - "Chiller 6 Setpoint Temperature": 33.224366783730794 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.818860175140813, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.9356121456649564, - "Chiller 6 Return Temperature": 52.73047002559836, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.812631067274346, - "Chiller 6 Setpoint Temperature": 25.1743854375062 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.6372079300331, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.11841462770961, - "Chiller 6 Return Temperature": 6.088085026960688, - "Chiller 6 Condenser Water Flow": 0.9517171479866735, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.97559419672962, - "Chiller 6 Setpoint Temperature": 67.92793963365014 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.7447882448423, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.45256566500454, - "Chiller 6 Return Temperature": 88.9443155932075, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.45252280092443, - "Chiller 6 Setpoint Temperature": 42.6916187043814 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.53862758507721, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.28197200679979, - "Chiller 6 Return Temperature": 56.880052211433316, - "Chiller 6 Condenser Water Flow": 4.050837048137942, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.65101483836192, - "Chiller 6 Setpoint Temperature": 9.960469595579045 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.97413705138221, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.52745540439419, - "Chiller 6 Return Temperature": 52.24417150068458, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.47266954635579, - "Chiller 6 Setpoint Temperature": 45.04594109482813 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.551832737260128, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.45903456929047, - "Chiller 6 Return Temperature": 15.709163522863472, - "Chiller 6 Condenser Water Flow": 3.2207756533816188, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.41563630872524, - "Chiller 6 Setpoint Temperature": 85.9262573184756 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.08049955937646, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.512101851173174, - "Chiller 6 Return Temperature": 10.630021834408323, - "Chiller 6 Condenser Water Flow": 5.056190662896784, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.33576104250313, - "Chiller 6 Setpoint Temperature": 77.54940182599559 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.12100661341027, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.45377505066507, - "Chiller 6 Return Temperature": 60.13753520818494, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.64135960900141, - "Chiller 6 Setpoint Temperature": 20.9445602990051 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.6788661441283, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.767914214385996, - "Chiller 6 Return Temperature": 59.46612437436175, - "Chiller 6 Condenser Water Flow": 2.474612393140707, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.07676285917299, - "Chiller 6 Setpoint Temperature": 38.62831566269265 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.920425060849176, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.46238458921697, - "Chiller 6 Return Temperature": 101.90112621439145, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.51808254973061, - "Chiller 6 Setpoint Temperature": 53.7444731172678 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.09630242929623, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.68718572570349, - "Chiller 6 Return Temperature": 70.13549125710026, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.6546261146804, - "Chiller 6 Setpoint Temperature": 75.85016718346156 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.068194308892444, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.960335140473546, - "Chiller 6 Return Temperature": 92.2758362710027, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.267378888907436, - "Chiller 6 Setpoint Temperature": 84.36833366268155 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.368513093587, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.85590891431187, - "Chiller 6 Return Temperature": 99.3911757286709, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.5079839429134, - "Chiller 6 Setpoint Temperature": 87.64318099857609 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.3021535028653, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.94843481668308, - "Chiller 6 Return Temperature": 67.71615353696717, - "Chiller 6 Condenser Water Flow": 0.2263839123693716, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.2058167488429887, - "Chiller 6 Setpoint Temperature": 55.900050730674835 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.72440656808988, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.42305605798094, - "Chiller 6 Return Temperature": 97.18322893846045, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.213438875235965, - "Chiller 6 Setpoint Temperature": 71.66294266693242 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.92236002581313, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.36558787329834, - "Chiller 6 Return Temperature": 48.85452721308738, - "Chiller 6 Condenser Water Flow": 1.8584274142475474, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.56250246876919, - "Chiller 6 Setpoint Temperature": 71.77669121593512 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.46584638599617, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.84151141135055, - "Chiller 6 Return Temperature": 120.56130779059683, - "Chiller 6 Condenser Water Flow": 0.2478850942312873, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.091684768611007, - "Chiller 6 Setpoint Temperature": 82.81069220248241 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.95262385690025, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.30420569098997, - "Chiller 6 Return Temperature": 30.95776997382936, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.43240070083387, - "Chiller 6 Setpoint Temperature": 39.67267987297857 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.33001697013145, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.42981184700628, - "Chiller 6 Return Temperature": 26.272904487730163, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.666299704832525, - "Chiller 6 Setpoint Temperature": 29.856049219896278 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.48101961684313, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.41759058743015, - "Chiller 6 Return Temperature": 78.95565073453551, - "Chiller 6 Condenser Water Flow": 1.9816307642612518, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.217277032415893, - "Chiller 6 Setpoint Temperature": 39.687511902996135 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.37098989216828, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.727586000123978, - "Chiller 6 Return Temperature": 49.14200926940137, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.39165323429458, - "Chiller 6 Setpoint Temperature": 35.021543042770524 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.243851398453806, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.75065308265337, - "Chiller 6 Return Temperature": 32.88774741358074, - "Chiller 6 Condenser Water Flow": 1.8884142550950758, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.71685288228278, - "Chiller 6 Setpoint Temperature": 76.10597026351529 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.61404821811435, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.498728132526395, - "Chiller 6 Return Temperature": 121.57627018194708, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.35814394474828, - "Chiller 6 Setpoint Temperature": 59.740886039554226 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.88934162610187, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.3363897260545, - "Chiller 6 Return Temperature": 39.86757122672153, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.48378993095848, - "Chiller 6 Setpoint Temperature": 44.942484765906464 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.86573300455201, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.524173056442514, - "Chiller 6 Return Temperature": 119.65531802529463, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.56906867052855, - "Chiller 6 Setpoint Temperature": 46.10644602657397 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.68036947689127, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.71549453241127, - "Chiller 6 Return Temperature": 47.78256331693654, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.408515174471965, - "Chiller 6 Setpoint Temperature": 44.4883893125538 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.052501184686783, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.978814136739985, - "Chiller 6 Return Temperature": 104.70647911059106, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.997851618489, - "Chiller 6 Setpoint Temperature": 29.30731318020008 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-15T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.12596704627847, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.152038106533745, - "Chiller 6 Return Temperature": 29.03134403370826, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.19365236812952, - "Chiller 6 Setpoint Temperature": 90.80869135644535 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.45604354093132, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.669057283780573, - "Chiller 6 Return Temperature": 33.17341550846531, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.6925367059497, - "Chiller 6 Setpoint Temperature": 53.84972262619746 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.19200898012521, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.14936330781417, - "Chiller 6 Return Temperature": 96.8509781992193, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.451822902715943, - "Chiller 6 Setpoint Temperature": 31.344994927728198 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.26763214361791, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.32635528912991, - "Chiller 6 Return Temperature": 25.652135730203916, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.43256212634699, - "Chiller 6 Setpoint Temperature": 16.774844387444354 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.62797368862314, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.557337205653965, - "Chiller 6 Return Temperature": 121.74610942514579, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.3356356715245, - "Chiller 6 Setpoint Temperature": 42.59982837648916 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.40369298494873, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.98461001936636, - "Chiller 6 Return Temperature": 118.89313853094649, - "Chiller 6 Condenser Water Flow": 8.835113277981943, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.537603877300164, - "Chiller 6 Setpoint Temperature": 26.6404603082143 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.31228676694973, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.59373240846256, - "Chiller 6 Return Temperature": 45.484760487928995, - "Chiller 6 Condenser Water Flow": 2.8794134232116106, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.1281988034166837, - "Chiller 6 Setpoint Temperature": 4.513836752922258 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.415719896233547, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.725985416367104, - "Chiller 6 Return Temperature": 4.20307496553885, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.55808625528666, - "Chiller 6 Setpoint Temperature": 88.64610230795238 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.5809363128668, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.813130147289242, - "Chiller 6 Return Temperature": 87.19932385521523, - "Chiller 6 Condenser Water Flow": 2.44879544753562, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.5730541540622, - "Chiller 6 Setpoint Temperature": 31.25482456620078 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.10340202184194, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 95.34031915628893, - "Chiller 6 Return Temperature": 83.9106824791708, - "Chiller 6 Condenser Water Flow": 3.927261979048383, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.90385510660404, - "Chiller 6 Setpoint Temperature": 20.85621236625737 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.62586852997587, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 99.3914342648178, - "Chiller 6 Return Temperature": 112.97165789405958, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.07866963836724, - "Chiller 6 Setpoint Temperature": 35.4548683063443 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.79423845947224, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.16124841306332, - "Chiller 6 Return Temperature": 45.751183948745656, - "Chiller 6 Condenser Water Flow": 4.4179935457535136, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.46334228995522, - "Chiller 6 Setpoint Temperature": 73.08776951476337 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.89156141691589, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.93646934715153, - "Chiller 6 Return Temperature": 5.071512044930419, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.37350634180979, - "Chiller 6 Setpoint Temperature": 17.99006020335404 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.1275476309697, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.410637074349616, - "Chiller 6 Return Temperature": 102.19900993282765, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.0217985654504, - "Chiller 6 Setpoint Temperature": 58.07038321362833 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.43226161563751, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.59861116909922, - "Chiller 6 Return Temperature": 98.21925924418633, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.159921016910204, - "Chiller 6 Setpoint Temperature": 57.01258322908915 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.569995858041906, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.63880080679965, - "Chiller 6 Return Temperature": 71.20328818815102, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.66546292446148, - "Chiller 6 Setpoint Temperature": 70.0962280779206 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.22642868476912, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.55273221126266, - "Chiller 6 Return Temperature": 9.312887063784498, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 118.84321877338665, - "Chiller 6 Setpoint Temperature": 66.69527644120123 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.304277146753826, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.590338526361755, - "Chiller 6 Return Temperature": 112.59937827447173, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.87181352112196, - "Chiller 6 Setpoint Temperature": 39.37547852203978 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.14127931647042, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.976998007148, - "Chiller 6 Return Temperature": 95.19442170007112, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.59864795402751, - "Chiller 6 Setpoint Temperature": 56.531922187651006 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.618632294343854, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.93338670455104, - "Chiller 6 Return Temperature": 87.91833327737055, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.41977589276655, - "Chiller 6 Setpoint Temperature": 20.490280265620033 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.05922904145348, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.7793501392239122, - "Chiller 6 Return Temperature": 11.545358373500191, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.250247661155164, - "Chiller 6 Setpoint Temperature": 26.828808513991543 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.14701086865091, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.0190013522354, - "Chiller 6 Return Temperature": 109.34007314852923, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.57051569394905, - "Chiller 6 Setpoint Temperature": 0.756012973839081 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.964321156625308, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.62311439190964, - "Chiller 6 Return Temperature": 78.38155812547672, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.9306069790587, - "Chiller 6 Setpoint Temperature": 3.89905444665905 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.8040803957699, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.05022058495418, - "Chiller 6 Return Temperature": 112.34543520221692, - "Chiller 6 Condenser Water Flow": 0.12781502002196066, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.1158662191252184, - "Chiller 6 Setpoint Temperature": 41.278613059811875 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.52278869920096, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.26900125070965, - "Chiller 6 Return Temperature": 92.42613207993877, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.95098504110875, - "Chiller 6 Setpoint Temperature": 12.022825575099157 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.69139812322658, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.84766583354179, - "Chiller 6 Return Temperature": 66.26939317055617, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 97.49952969485638, - "Chiller 6 Setpoint Temperature": 10.983131758872396 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.07659335036541, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.745616426031013, - "Chiller 6 Return Temperature": 80.84772425369833, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.06268565196916, - "Chiller 6 Setpoint Temperature": 74.92284678471341 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.76418860036459, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.85961894091475, - "Chiller 6 Return Temperature": 69.6812032340977, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.82718179018482, - "Chiller 6 Setpoint Temperature": 80.0793084080406 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.0558866724693, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.58323800294764, - "Chiller 6 Return Temperature": 7.498284022909762, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.74337111630683, - "Chiller 6 Setpoint Temperature": 18.339278071123687 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.90872129803623, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.833847390753466, - "Chiller 6 Return Temperature": 44.1623258058774, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.73900155824576, - "Chiller 6 Setpoint Temperature": 4.801944310457391 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.19787589379902, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.97705167678787, - "Chiller 6 Return Temperature": 44.56305037302263, - "Chiller 6 Condenser Water Flow": 4.144884763496915, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.27332115631802, - "Chiller 6 Setpoint Temperature": 14.447814829549348 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.4086817621858, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.78421678438033, - "Chiller 6 Return Temperature": 56.74128070626879, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.19220894122138, - "Chiller 6 Setpoint Temperature": 26.60513370244243 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.67140645357816, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.53161770826661, - "Chiller 6 Return Temperature": 12.038798325017712, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.45111554617796, - "Chiller 6 Setpoint Temperature": 52.2537676374872 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.09041717318337, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.188417196906945, - "Chiller 6 Return Temperature": 92.95714573151226, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.001252687671244, - "Chiller 6 Setpoint Temperature": 67.04684591435002 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.75284275976489, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 31.57063609410171, - "Chiller 6 Return Temperature": 33.7545216445106, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.9872368331371675, - "Chiller 6 Setpoint Temperature": 61.401115779686116 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.87204034522196, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.43536257416831, - "Chiller 6 Return Temperature": 56.63394551298452, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.0779626525465, - "Chiller 6 Setpoint Temperature": 88.12161522530862 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.546379557159185, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.511881972114484, - "Chiller 6 Return Temperature": 25.268328628613784, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.4221884774703, - "Chiller 6 Setpoint Temperature": 16.84793353224905 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.2647660626765087, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.77441302495686, - "Chiller 6 Return Temperature": 30.97836639664117, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.433459524495156, - "Chiller 6 Setpoint Temperature": 39.59623749413335 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T09:15:05", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.19047219631656, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.98894641112169, - "Chiller 6 Return Temperature": 0.4107125679910177, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.58076847305314, - "Chiller 6 Setpoint Temperature": 73.87839949202007 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.98950687274008, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.48688820436571, - "Chiller 6 Return Temperature": 11.440812635240386, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.18657548340033, - "Chiller 6 Setpoint Temperature": 4.6381857872125405 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.023089381001292, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.6950286417082, - "Chiller 6 Return Temperature": 59.41862268852109, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.395587240276182, - "Chiller 6 Setpoint Temperature": 29.921269550880616 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.718470665607827, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.09079239579553, - "Chiller 6 Return Temperature": 21.728211441160827, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.1406940804205, - "Chiller 6 Setpoint Temperature": 7.294924285872971 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.90115804730976, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.43488305185892, - "Chiller 6 Return Temperature": 105.81052757325088, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 118.83683152333992, - "Chiller 6 Setpoint Temperature": 39.96810739420102 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.33111810539735, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.09554192484788, - "Chiller 6 Return Temperature": 105.92079250114304, - "Chiller 6 Condenser Water Flow": 3.17933329231441, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.94811223755323, - "Chiller 6 Setpoint Temperature": 30.45592629158901 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.522148967199374, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.52040791145804, - "Chiller 6 Return Temperature": 90.33769729112741, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.13344004668915, - "Chiller 6 Setpoint Temperature": 25.72726607547501 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.92559761882616, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.0427421815519, - "Chiller 6 Return Temperature": 34.103830234040636, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.83379997971922, - "Chiller 6 Setpoint Temperature": 82.03933996562205 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.929154602704209, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.42190220009296, - "Chiller 6 Return Temperature": 114.37734543066576, - "Chiller 6 Condenser Water Flow": 10.682251299229884, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.49285812124455, - "Chiller 6 Setpoint Temperature": 27.19313685660932 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.466443190426046, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.04067445419016, - "Chiller 6 Return Temperature": 55.9407488274701, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.55082823237738, - "Chiller 6 Setpoint Temperature": 49.274985651809594 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.5629086863607, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.88456912308123, - "Chiller 6 Return Temperature": 81.78777999487981, - "Chiller 6 Condenser Water Flow": 4.663507719679221, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.85709732099486, - "Chiller 6 Setpoint Temperature": 57.14507606727791 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.75043575028567, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.35476690439815, - "Chiller 6 Return Temperature": 117.11123452231423, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.325403881520398, - "Chiller 6 Setpoint Temperature": 60.23707332674129 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 13.990450427733714, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.16770355238339, - "Chiller 6 Return Temperature": 49.88541385379602, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.77080190023158, - "Chiller 6 Setpoint Temperature": 21.365278182550508 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.818559995449508, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.20664877866614, - "Chiller 6 Return Temperature": 43.9258394239851, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.941923151763474, - "Chiller 6 Setpoint Temperature": 15.026562054794582 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.39305650514507, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.3573514783415, - "Chiller 6 Return Temperature": 87.67766455009594, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.436567588055567, - "Chiller 6 Setpoint Temperature": 52.15867421383738 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.20348516127, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.57901322304396, - "Chiller 6 Return Temperature": 99.55058572369127, - "Chiller 6 Condenser Water Flow": 1.6667289313569222, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.00801423912986, - "Chiller 6 Setpoint Temperature": 46.32108021126808 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.56138547016918, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.09400532483276, - "Chiller 6 Return Temperature": 86.88501282621534, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.008879349147534, - "Chiller 6 Setpoint Temperature": 1.8491362543887226 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.2202362272353, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.42995892161048, - "Chiller 6 Return Temperature": 66.15109611938675, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.69888938076674, - "Chiller 6 Setpoint Temperature": 0.38427957813266045 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.44204135065427, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.493506736604374, - "Chiller 6 Return Temperature": 92.39203658888152, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.4471218052056, - "Chiller 6 Setpoint Temperature": 87.5903804501434 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.90939742701158, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.2238073956054, - "Chiller 6 Return Temperature": 34.483751080359355, - "Chiller 6 Condenser Water Flow": 13.272420755523383, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.98205325804885, - "Chiller 6 Setpoint Temperature": 61.18124923280568 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.138360180810235, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.12017081024115, - "Chiller 6 Return Temperature": 72.67029476411335, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.0342424227439, - "Chiller 6 Setpoint Temperature": 84.7554563892463 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.988270449418394, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.69139607506159, - "Chiller 6 Return Temperature": 85.75303603008598, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.16421469795411, - "Chiller 6 Setpoint Temperature": 70.4764022864563 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.19845824195082, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.3198698141057, - "Chiller 6 Return Temperature": 41.205969824868106, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.2159301213864, - "Chiller 6 Setpoint Temperature": 24.34443653682072 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.62006395525528, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.10157427726365, - "Chiller 6 Return Temperature": 63.538463049567945, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.94693340831664, - "Chiller 6 Setpoint Temperature": 66.94085347241924 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.17727659427128, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.66465985329855, - "Chiller 6 Return Temperature": 81.78448574526602, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.77526253967883, - "Chiller 6 Setpoint Temperature": 59.36171163204723 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.205040074462325, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.21875150830725, - "Chiller 6 Return Temperature": 23.355751504358235, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.99740672717825, - "Chiller 6 Setpoint Temperature": 84.49657427330881 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.10939942733899, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.92867136472977, - "Chiller 6 Return Temperature": 9.888036529437581, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.50086661109435, - "Chiller 6 Setpoint Temperature": 32.143526595255615 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.22201775726145, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.37787489927412, - "Chiller 6 Return Temperature": 58.260586659884204, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.5308405033121235, - "Chiller 6 Setpoint Temperature": 59.763556928350326 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.47825716915932, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.233796702175162, - "Chiller 6 Return Temperature": 114.15732477855157, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.53033394428044, - "Chiller 6 Setpoint Temperature": 67.18172742745523 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T16:30:29", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.23452985128128, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.257727878062425, - "Chiller 6 Return Temperature": 33.45232547870798, - "Chiller 6 Condenser Water Flow": 4.4742439351379915, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.22333017228001, - "Chiller 6 Setpoint Temperature": 62.64087165775552 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.408622168722204, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.20888800973721, - "Chiller 6 Return Temperature": 116.60834538592601, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.45373259008655, - "Chiller 6 Setpoint Temperature": 67.02623078056584 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.748946873329103, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.67449799113477, - "Chiller 6 Return Temperature": 119.34108909386926, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.22243073045381, - "Chiller 6 Setpoint Temperature": 29.05400562963895 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.013373381476057, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.87901389522755, - "Chiller 6 Return Temperature": 75.71164191807905, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.78559558170289, - "Chiller 6 Setpoint Temperature": 51.827014576748276 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.349334014041775, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.12582743194788, - "Chiller 6 Return Temperature": 13.372065950372304, - "Chiller 6 Condenser Water Flow": 4.6356262735236, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.02762241935297, - "Chiller 6 Setpoint Temperature": 42.176714219960935 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.05719593761583, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.968774604007896, - "Chiller 6 Return Temperature": 40.307900315150754, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.52675347267918, - "Chiller 6 Setpoint Temperature": 78.30564401792901 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.23527610342555, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.46624904836833, - "Chiller 6 Return Temperature": 107.75009693817164, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.38084898364872, - "Chiller 6 Setpoint Temperature": 34.450327126705155 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.00396244500968, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.667611010560293, - "Chiller 6 Return Temperature": 24.365080114847103, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.191230889030436, - "Chiller 6 Setpoint Temperature": 2.8012660000628244 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.36851340623613, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.514030299027212, - "Chiller 6 Return Temperature": 84.98453141620237, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.27527097317656, - "Chiller 6 Setpoint Temperature": 80.75876591791193 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.22759732097462, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.63116897454707, - "Chiller 6 Return Temperature": 63.37228758534517, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.261746043854124, - "Chiller 6 Setpoint Temperature": 34.61432373687353 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.267577460307493, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.339272933932592, - "Chiller 6 Return Temperature": 59.67355986644388, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.679404526295556, - "Chiller 6 Setpoint Temperature": 23.817711336360155 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.64268128261023, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.24023503116385, - "Chiller 6 Return Temperature": 87.08234503450157, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.48133570974277, - "Chiller 6 Setpoint Temperature": 86.21406232755677 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.4403425750443, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.441438660759545, - "Chiller 6 Return Temperature": 114.66644446288893, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.6083246528061474, - "Chiller 6 Setpoint Temperature": 83.38972132096012 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.002559900967114, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.201591046012425, - "Chiller 6 Return Temperature": 110.5070869712257, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.17153848246964, - "Chiller 6 Setpoint Temperature": 40.097219214454654 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.21708172403095, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.69712223278794, - "Chiller 6 Return Temperature": 107.90259487271103, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.92899163426667, - "Chiller 6 Setpoint Temperature": 42.52385680798374 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.770142070316476, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.481018017292353, - "Chiller 6 Return Temperature": 107.27890784499631, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.916947733022544, - "Chiller 6 Setpoint Temperature": 38.12704373659082 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.2921902579688, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.44879384739497, - "Chiller 6 Return Temperature": 64.5364199671893, - "Chiller 6 Condenser Water Flow": 1.457022429212347, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.605537747342265, - "Chiller 6 Setpoint Temperature": 18.637328903595968 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.60870560450049, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.99138244906985, - "Chiller 6 Return Temperature": 66.20133391120854, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.92093279456248, - "Chiller 6 Setpoint Temperature": 33.9163043363932 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.166577152546466, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.9302650115476, - "Chiller 6 Return Temperature": 4.83437968230968, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.6026311033348155, - "Chiller 6 Setpoint Temperature": 20.618699484192163 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.60533118346678, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.56425546365716, - "Chiller 6 Return Temperature": 112.26006752914154, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.30881550232662, - "Chiller 6 Setpoint Temperature": 40.82366959369132 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.59105605407768, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.839301905368536, - "Chiller 6 Return Temperature": 14.638652054309128, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.41642144031353, - "Chiller 6 Setpoint Temperature": 70.15538026278207 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.976567819158085, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.53082586478406, - "Chiller 6 Return Temperature": 64.71082318483704, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.4642482766178249, - "Chiller 6 Setpoint Temperature": 31.251129131449378 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.73476950876652, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.123071488036395, - "Chiller 6 Return Temperature": 51.73502975116854, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.32667644075788, - "Chiller 6 Setpoint Temperature": 43.75845078451649 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.8225752817133, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.59361260740826, - "Chiller 6 Return Temperature": 65.26280642654206, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.25032446227577, - "Chiller 6 Setpoint Temperature": 44.31373401465277 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.16421303501224, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.00057618487034, - "Chiller 6 Return Temperature": 94.42735965324826, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.302213917403975, - "Chiller 6 Setpoint Temperature": 5.420956319792187 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.03600961756868, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.06182391298579, - "Chiller 6 Return Temperature": 78.4972775308179, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.77855802195813, - "Chiller 6 Setpoint Temperature": 27.40791259175521 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.54677696778313, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.7727449710957, - "Chiller 6 Return Temperature": 74.03538444805118, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.04437461138447, - "Chiller 6 Setpoint Temperature": 11.598630779186403 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.497256517878576, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.47258383512892, - "Chiller 6 Return Temperature": 94.27026564110845, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.028013889362146, - "Chiller 6 Setpoint Temperature": 62.112917867883766 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.17289430069215, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.823873876642647, - "Chiller 6 Return Temperature": 50.7133560717151, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.4700264569313444, - "Chiller 6 Setpoint Temperature": 11.908892768655758 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-16T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.663062702022312, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.60226840692684, - "Chiller 6 Return Temperature": 69.57901503539074, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.03815184015595, - "Chiller 6 Setpoint Temperature": 83.20358447799573 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.92756605562602, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 106.14076500806051, - "Chiller 6 Return Temperature": 121.09213231939584, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.98108227493903, - "Chiller 6 Setpoint Temperature": 0.015954678747015394 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.843764389823527, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.9123820555231, - "Chiller 6 Return Temperature": 97.15274754844934, - "Chiller 6 Condenser Water Flow": 3.176515091947313, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.19401708291913, - "Chiller 6 Setpoint Temperature": 16.529583836347985 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.320630362583087, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.4758087693202, - "Chiller 6 Return Temperature": 60.08011552451263, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.92460136529398, - "Chiller 6 Setpoint Temperature": 37.36236958025556 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.72858298544934, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.59836393594667, - "Chiller 6 Return Temperature": 84.40694592716135, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.88819961181918, - "Chiller 6 Setpoint Temperature": 42.923468838248084 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.31588355282212, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.19165661800648, - "Chiller 6 Return Temperature": 67.60133005220315, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.44248302289758, - "Chiller 6 Setpoint Temperature": 67.58521102628504 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.46783291212255, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.14233081040868, - "Chiller 6 Return Temperature": 4.930468103170818, - "Chiller 6 Condenser Water Flow": 3.3163874342167694, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.822179366200686, - "Chiller 6 Setpoint Temperature": 9.53391643218061 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.22807966381546, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.22977917102898, - "Chiller 6 Return Temperature": 54.25569259764248, - "Chiller 6 Condenser Water Flow": 4.68255552385517, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.422426768119315, - "Chiller 6 Setpoint Temperature": 76.6301436104985 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.23579509276406, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.61820437480423, - "Chiller 6 Return Temperature": 1.6987413334925967, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.722469621336995, - "Chiller 6 Setpoint Temperature": 2.8941622861776937 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.523321009966256, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.35290283070191, - "Chiller 6 Return Temperature": 87.65972175955784, - "Chiller 6 Condenser Water Flow": 4.105623314340539, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.303540314484586, - "Chiller 6 Setpoint Temperature": 81.57217248068596 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T02:15:09", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.60048312007316, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.37531592343964 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.1543710624782, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.52444024552453, - "Chiller 6 Return Temperature": 36.09759722975929, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.82484961526912, - "Chiller 6 Setpoint Temperature": 44.943952215636195 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.479128492021886, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.90108121790419, - "Chiller 6 Return Temperature": 74.5679668391852, - "Chiller 6 Condenser Water Flow": 2.849658117897846, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.00469620949548, - "Chiller 6 Setpoint Temperature": 21.127966773448335 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.452899978064099, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.24298370900869, - "Chiller 6 Return Temperature": 26.275992665489994, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.84734299462879, - "Chiller 6 Setpoint Temperature": 64.47866278754623 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.70518382314668, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.66974652005233, - "Chiller 6 Return Temperature": 92.06168723818966, - "Chiller 6 Condenser Water Flow": 4.984872936128714, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.05352065473684, - "Chiller 6 Setpoint Temperature": 17.267118619150118 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.237679917545034, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.44284453226285, - "Chiller 6 Return Temperature": 72.50008964520714, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.4574592409776415, - "Chiller 6 Setpoint Temperature": 22.458990008511005 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.08004256186823, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.87274007516215, - "Chiller 6 Return Temperature": 61.166509856875, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.01070851582244, - "Chiller 6 Setpoint Temperature": 57.74935695341406 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.9452537403115, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.82254912434719, - "Chiller 6 Return Temperature": 5.874104445849928, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.30069807829584, - "Chiller 6 Setpoint Temperature": 23.41535622633136 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.073584241287406, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.6402355254479, - "Chiller 6 Return Temperature": 21.96290671451059, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.11755094787768, - "Chiller 6 Setpoint Temperature": 25.38614957455082 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.48742988630777, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.2593248189643, - "Chiller 6 Return Temperature": 25.785572890503044, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.24986889257164, - "Chiller 6 Setpoint Temperature": 19.490355452688547 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.3348740273824, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.66734493535215, - "Chiller 6 Return Temperature": 49.90638978251751, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.65131126524976, - "Chiller 6 Setpoint Temperature": 0.25034766236283934 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.73735644346758, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.414071637786826, - "Chiller 6 Return Temperature": 88.50869589501934, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.219480662887, - "Chiller 6 Setpoint Temperature": 74.71038887801939 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.748919164665026, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.55469693158084, - "Chiller 6 Return Temperature": 95.58539629592775, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.2583835567795, - "Chiller 6 Setpoint Temperature": 30.43175632516385 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.642215551897735, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.54524820249283, - "Chiller 6 Return Temperature": 6.848776578422132, - "Chiller 6 Condenser Water Flow": 9.065634446830042, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.51736821889373, - "Chiller 6 Setpoint Temperature": 15.869950468099795 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.240547035593107, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.596830269498506, - "Chiller 6 Return Temperature": 38.625491720018815, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.956802507143505, - "Chiller 6 Setpoint Temperature": 62.14748734999696 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.14687909893772, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.78833470081088, - "Chiller 6 Return Temperature": 81.11303746508045, - "Chiller 6 Condenser Water Flow": 3.3950712266807512, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.5965368480066915, - "Chiller 6 Setpoint Temperature": 31.081133774600488 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.22255334258227, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.76276057488093, - "Chiller 6 Return Temperature": 82.14604633897788, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.22134817471834, - "Chiller 6 Setpoint Temperature": 35.501650149901224 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.16304665020744, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.57836500181259, - "Chiller 6 Return Temperature": 18.456265440605637, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.33662533859373, - "Chiller 6 Setpoint Temperature": 69.37890102000647 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.0141599409071, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.53554290365553, - "Chiller 6 Return Temperature": 79.99827367712601, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.40253610085298, - "Chiller 6 Setpoint Temperature": 48.711816703483116 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.48307095520929, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.13458644267618, - "Chiller 6 Return Temperature": 106.63057248660445, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.6369663381542, - "Chiller 6 Setpoint Temperature": 68.09258779148205 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.90175877296848, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.99099803968014, - "Chiller 6 Return Temperature": 73.67240363820744, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.344094935063666, - "Chiller 6 Setpoint Temperature": 8.131191106181031 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.989369003542905, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.149688842484846, - "Chiller 6 Return Temperature": 93.55426986348749, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.56716217939262, - "Chiller 6 Setpoint Temperature": 64.09953430956122 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.13844391440234, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.82893668531125, - "Chiller 6 Return Temperature": 113.79682086465081, - "Chiller 6 Condenser Water Flow": 1.3575131795009976, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.878130031685496, - "Chiller 6 Setpoint Temperature": 30.63581321688955 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.62128988195126, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.40085747544797, - "Chiller 6 Return Temperature": 101.69061113905775, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.21075957633315, - "Chiller 6 Setpoint Temperature": 9.515293466981758 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.96997303024319, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.23263824268124, - "Chiller 6 Return Temperature": 21.472565658381775, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.632501400584655, - "Chiller 6 Setpoint Temperature": 72.26238543619353 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.155066473638286, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.834574855015028, - "Chiller 6 Return Temperature": 4.057453422074131, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.53081036050445, - "Chiller 6 Setpoint Temperature": 49.30188345684176 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.04948388550561, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.676317398204143, - "Chiller 6 Return Temperature": 6.872018425475998, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.05581327938434, - "Chiller 6 Setpoint Temperature": 29.30957102122557 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.72876074275411, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.128877955575923, - "Chiller 6 Return Temperature": 28.57848879430266, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.64340829303717, - "Chiller 6 Setpoint Temperature": 30.140772103342545 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.36101967157447, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.83733337917757, - "Chiller 6 Return Temperature": 58.22801372111663, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.279111176370396, - "Chiller 6 Setpoint Temperature": 14.416036767122735 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T09:30:48", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.71377142992513, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.984478066301804, - "Chiller 6 Return Temperature": 104.54236767931775, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.69230539252166, - "Chiller 6 Setpoint Temperature": 71.30998246659767 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.5715955385963, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.57778820038198, - "Chiller 6 Return Temperature": 117.04537615104246, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.74250046342813, - "Chiller 6 Setpoint Temperature": 59.54097661590802 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.63747273962542, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.7317638322144, - "Chiller 6 Return Temperature": 111.2380755919019, - "Chiller 6 Condenser Water Flow": 0.030722399160690528, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.04660798812799, - "Chiller 6 Setpoint Temperature": 67.15197064867635 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.77499421066163, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.93366455550217, - "Chiller 6 Return Temperature": 50.872130390216626, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.22662824253347, - "Chiller 6 Setpoint Temperature": 85.29458798492574 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.6817332530490725, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.11513734173919, - "Chiller 6 Return Temperature": 44.55963974143745, - "Chiller 6 Condenser Water Flow": 1.8736514420453783, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.160724960048015, - "Chiller 6 Setpoint Temperature": 55.25871606103645 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.942967978906715, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 82.01439885992501, - "Chiller 6 Return Temperature": 84.54649829483691, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.83261458927646, - "Chiller 6 Setpoint Temperature": 40.44451808492136 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.93056791846567, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.32291435576302, - "Chiller 6 Return Temperature": 80.15260770924979, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.304891618243275, - "Chiller 6 Setpoint Temperature": 75.01902761164877 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.799835717613824, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.0279082934200505, - "Chiller 6 Return Temperature": 120.28808320776888, - "Chiller 6 Condenser Water Flow": 2.3272613624509795, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.339285917017363, - "Chiller 6 Setpoint Temperature": 61.89629293163931 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.656051742896782, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.057223710896572, - "Chiller 6 Return Temperature": 4.907402147193799, - "Chiller 6 Condenser Water Flow": 1.5845712917277583, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.179197924246096, - "Chiller 6 Setpoint Temperature": 45.20439766863547 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.59352682392466, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.579200057575285, - "Chiller 6 Return Temperature": 76.62786049005574, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.18508362895624, - "Chiller 6 Setpoint Temperature": 29.05981518664898 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.50228243398334, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.43023433869614, - "Chiller 6 Return Temperature": 36.46904998162234, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.31938280798579, - "Chiller 6 Setpoint Temperature": 48.69297140583569 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.12619355135068, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.192715149310835, - "Chiller 6 Return Temperature": 68.46587425191163, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.80060392957809, - "Chiller 6 Setpoint Temperature": 25.99414000771371 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.271669947723105, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.12374098513489, - "Chiller 6 Return Temperature": 9.556791087851686, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.51179416289841, - "Chiller 6 Setpoint Temperature": 69.95738675312003 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.59963363068329, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.5549550841658, - "Chiller 6 Return Temperature": 28.12961857701046, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.96552831532526, - "Chiller 6 Setpoint Temperature": 74.99462564539301 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.6508061596013, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.4374526406108, - "Chiller 6 Return Temperature": 116.03754146353917, - "Chiller 6 Condenser Water Flow": 3.042823765351956, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.31018405133516, - "Chiller 6 Setpoint Temperature": 73.16087671131824 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.00306830560037, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.24754533968974, - "Chiller 6 Return Temperature": 13.747724322193427, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.5954049957745, - "Chiller 6 Setpoint Temperature": 88.88906034571721 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.086754962650907, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.064482147721904, - "Chiller 6 Return Temperature": 49.727419370454925, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.22678494569453, - "Chiller 6 Setpoint Temperature": 72.79098827499216 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.12170149456942, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.54220768076529, - "Chiller 6 Return Temperature": 54.08458452041668, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.305119349119956, - "Chiller 6 Setpoint Temperature": 67.5238940432864 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.06347900831696, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 118.32613734411308, - "Chiller 6 Return Temperature": 48.22199003974888, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.21769028429243, - "Chiller 6 Setpoint Temperature": 29.152511305413118 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.33057102166554, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.55113749205819, - "Chiller 6 Return Temperature": 92.76837049199781, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.69916217121858, - "Chiller 6 Setpoint Temperature": 72.65366278499553 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.55983882575778, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.40280227933061, - "Chiller 6 Return Temperature": 11.012913892777396, - "Chiller 6 Condenser Water Flow": 0.42972947309929616, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.014742989454973, - "Chiller 6 Setpoint Temperature": 12.920096887956877 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.910680147171185, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.82698225489487, - "Chiller 6 Return Temperature": 53.86356841500797, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.78862825272137, - "Chiller 6 Setpoint Temperature": 90.90458443093085 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.910716697557156, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.306345528671095, - "Chiller 6 Return Temperature": 111.77861233374774, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.59058007720361, - "Chiller 6 Setpoint Temperature": 29.36506759488345 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.574232364669, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.297458180735152, - "Chiller 6 Return Temperature": 1.3048084609875854, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.410685189880162, - "Chiller 6 Setpoint Temperature": 90.52048327735417 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.18381900093455, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.11926671070044, - "Chiller 6 Return Temperature": 79.56710600811886, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.69165668987345, - "Chiller 6 Setpoint Temperature": 56.92675042900779 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.94983939071412, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.75298521017866, - "Chiller 6 Return Temperature": 94.35345393709864, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.0214244470087, - "Chiller 6 Setpoint Temperature": 43.409153727565524 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.57549717761603, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.61699002893352, - "Chiller 6 Return Temperature": 76.80123801592624, - "Chiller 6 Condenser Water Flow": 4.219487989024147, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.92873467860172, - "Chiller 6 Setpoint Temperature": 21.38291608830499 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.46116029960024, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.06222673238733, - "Chiller 6 Return Temperature": 89.30784790138868, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.296780011119324, - "Chiller 6 Setpoint Temperature": 47.4776441376727 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.693761457005133, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.911414077275044, - "Chiller 6 Return Temperature": 81.71447911882004, - "Chiller 6 Condenser Water Flow": 5.249731354910825, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.62281157419146, - "Chiller 6 Setpoint Temperature": 69.94220320964993 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.51558345181476, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.43300401159028, - "Chiller 6 Return Temperature": 40.4114479451753, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.59776387142793, - "Chiller 6 Setpoint Temperature": 85.73261252652445 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.012485306904711, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.4981242937321133, - "Chiller 6 Return Temperature": 74.4150024744077, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.451608211813706, - "Chiller 6 Setpoint Temperature": 78.75980055481173 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.17749514971118, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.60950663480302, - "Chiller 6 Return Temperature": 81.52636277879998, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.34374201829384, - "Chiller 6 Setpoint Temperature": 86.98074883712368 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.967933347509515, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.78464289481424, - "Chiller 6 Return Temperature": 102.85598417505743, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.694397377349524, - "Chiller 6 Setpoint Temperature": 85.0629711500286 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.04726421541744, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.59651924218207, - "Chiller 6 Return Temperature": 25.954754526438567, - "Chiller 6 Condenser Water Flow": 0.5771160260383548, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.13681626682902, - "Chiller 6 Setpoint Temperature": 58.979333589475516 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.91800478573426, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.0797434675511, - "Chiller 6 Return Temperature": 113.10210977683447, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.62135914825066, - "Chiller 6 Setpoint Temperature": 71.55243892710854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.29395177523865, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 82.94526467620477, - "Chiller 6 Return Temperature": 111.8069315557806, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.41285967798336, - "Chiller 6 Setpoint Temperature": 63.87384023266009 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.93418614950194, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.775430391989774, - "Chiller 6 Return Temperature": 62.9692155359815, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.07504604327954, - "Chiller 6 Setpoint Temperature": 2.7579065736705664 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.92278440769785, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.94023386499301, - "Chiller 6 Return Temperature": 52.5273282212669, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.98589785392002, - "Chiller 6 Setpoint Temperature": 7.648958646784248 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.841931778073738, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.23204564392181, - "Chiller 6 Return Temperature": 19.153898735034982, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.714644925900889, - "Chiller 6 Setpoint Temperature": 82.27855827418958 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.5788885367682, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.17324691473894, - "Chiller 6 Return Temperature": 32.88441010527463, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.25892678331277, - "Chiller 6 Setpoint Temperature": 51.41982228277708 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.19773484085178, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.4675543376742, - "Chiller 6 Return Temperature": 32.157903418955975, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.023318091616506, - "Chiller 6 Setpoint Temperature": 18.382342074953463 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.851192591871985, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.79438211094825, - "Chiller 6 Return Temperature": 0.44404421279839457, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.60261527547264, - "Chiller 6 Setpoint Temperature": 33.24942592356749 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.94463973726965, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.6974101080885, - "Chiller 6 Return Temperature": 41.25996485658019, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.550231092816101, - "Chiller 6 Setpoint Temperature": 73.09832047729283 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.5973727877718, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.15165149316869, - "Chiller 6 Return Temperature": 62.0376274947389, - "Chiller 6 Condenser Water Flow": 1.431358269218126, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.89525909338481, - "Chiller 6 Setpoint Temperature": 56.33440962529648 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.7356455494639, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.74071549186644, - "Chiller 6 Return Temperature": 106.23066144493305, - "Chiller 6 Condenser Water Flow": 3.247318448320687, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.58917086097551, - "Chiller 6 Setpoint Temperature": 48.822274375484255 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.783983326630675, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 46.70956490300614, - "Chiller 6 Return Temperature": 30.009321950013987, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.2514270181912, - "Chiller 6 Setpoint Temperature": 28.013291593398538 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.8953609635289, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.52194434997372, - "Chiller 6 Return Temperature": 85.67972278397802, - "Chiller 6 Condenser Water Flow": 1.1298241395431807, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.42651470691132, - "Chiller 6 Setpoint Temperature": 78.36085731827052 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.08924741152575, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.64202914932116, - "Chiller 6 Return Temperature": 59.082698621042475, - "Chiller 6 Condenser Water Flow": 1.6583477735181857, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.49970308861133, - "Chiller 6 Setpoint Temperature": 88.76274087010148 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.22442188448974, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.415262233766567, - "Chiller 6 Return Temperature": 114.26230986982898, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.44729195814426, - "Chiller 6 Setpoint Temperature": 19.45006219488433 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.0315370483325, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.6887347991801, - "Chiller 6 Return Temperature": 115.38835007208608, - "Chiller 6 Condenser Water Flow": 2.292786129441665, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.38370867117992, - "Chiller 6 Setpoint Temperature": 33.08071391065302 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.84173995124476, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.67500133074365, - "Chiller 6 Return Temperature": 94.11316326025505, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.32188291016371, - "Chiller 6 Setpoint Temperature": 89.408033183311 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.98381477184807, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.40396351455664, - "Chiller 6 Return Temperature": 47.24450000757592, - "Chiller 6 Condenser Water Flow": 0.9635379346406769, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.95202031746425, - "Chiller 6 Setpoint Temperature": 35.926661663085056 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.2632087238025, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.887971217418176, - "Chiller 6 Return Temperature": 23.523883495734793, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.26067411409343, - "Chiller 6 Setpoint Temperature": 81.67820692680263 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.04658962428874, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.3938543309817, - "Chiller 6 Return Temperature": 109.67420699282584, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.24674552266478, - "Chiller 6 Setpoint Temperature": 82.57609659630378 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.967043574070836, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.10914996906925, - "Chiller 6 Return Temperature": 40.81688358380811, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.54560168054373, - "Chiller 6 Setpoint Temperature": 68.00674839806742 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.9453990013009, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.23201996561571, - "Chiller 6 Return Temperature": 72.18623347722671, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.116323805648214, - "Chiller 6 Setpoint Temperature": 54.82421288772209 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.93977446395621, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.902046512067267, - "Chiller 6 Return Temperature": 115.6567613598745, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.8975545328805, - "Chiller 6 Setpoint Temperature": 6.09251731799243 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.50930411162686, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.9044762890393, - "Chiller 6 Return Temperature": 45.165006321070486, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.425793078208441, - "Chiller 6 Setpoint Temperature": 82.0248850228282 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.1473998862635058, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 31.161187292545822, - "Chiller 6 Return Temperature": 105.36677814914057, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.99873839000125, - "Chiller 6 Setpoint Temperature": 16.37567765526 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.24118932543914, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.01400725206585, - "Chiller 6 Return Temperature": 61.237301455774684, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.64959208938342, - "Chiller 6 Setpoint Temperature": 40.26099435582776 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.2216612463998, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.794817181742811, - "Chiller 6 Return Temperature": 46.03666805035986, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.88934920358085, - "Chiller 6 Setpoint Temperature": 35.845829455205546 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.682612198720974, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.40457465122862, - "Chiller 6 Return Temperature": 79.75532644668615, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.21985896416473, - "Chiller 6 Setpoint Temperature": 44.27140044189691 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.59754262574918, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.0647115604338, - "Chiller 6 Return Temperature": 96.4819256939411, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.291502532191815, - "Chiller 6 Setpoint Temperature": 22.636646392700165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.66016039320037, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.87054943159502, - "Chiller 6 Return Temperature": 13.38185515910175, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.74087266985135, - "Chiller 6 Setpoint Temperature": 26.446097035693615 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.64500254569283, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.2302196112788, - "Chiller 6 Return Temperature": 44.893269478031264, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.97501206295918, - "Chiller 6 Setpoint Temperature": 68.34823864359649 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.516842654393564, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.59375749459463, - "Chiller 6 Return Temperature": 9.219942248741003, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.68904847268583, - "Chiller 6 Setpoint Temperature": 45.141790898074646 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.86996274584911, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.28407666789489, - "Chiller 6 Return Temperature": 44.567877519399346, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.780991987344166, - "Chiller 6 Setpoint Temperature": 17.201622395782454 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.575878425211855, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.11478112032026, - "Chiller 6 Return Temperature": 118.89594465133455, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.46804312040008, - "Chiller 6 Setpoint Temperature": 82.54451387248452 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.08041287672293, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.038123846153006, - "Chiller 6 Return Temperature": 112.88558854131917, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.64115705703048, - "Chiller 6 Setpoint Temperature": 79.90747973476381 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.56787459403806, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.59820873336605, - "Chiller 6 Return Temperature": 55.98472821672781, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.59169590540922, - "Chiller 6 Setpoint Temperature": 9.493107908920651 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.52773140766905, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.401938811946067, - "Chiller 6 Return Temperature": 107.41055430639835, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.43732824373478, - "Chiller 6 Setpoint Temperature": 32.988990656983205 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.49074423107992, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.59576846727155, - "Chiller 6 Return Temperature": 53.26227265483502, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.599608769410004, - "Chiller 6 Setpoint Temperature": 78.37384214710293 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.8332062698331, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.2991040859226, - "Chiller 6 Return Temperature": 103.82023727578604, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.24557644896781, - "Chiller 6 Setpoint Temperature": 38.96103667949609 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.65529826734176, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 2.9810707556318463, - "Chiller 6 Return Temperature": 51.69081499175304, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.43389843006821, - "Chiller 6 Setpoint Temperature": 36.574711228037906 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.31691895335545, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.881336141670077, - "Chiller 6 Return Temperature": 46.427957902143525, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.67388447158021, - "Chiller 6 Setpoint Temperature": 66.61777340214825 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.361097995529438, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.94717005481283, - "Chiller 6 Return Temperature": 123.70600627751965, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.726137557574994, - "Chiller 6 Setpoint Temperature": 64.61508274738803 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.18890909544653, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.35911053248641, - "Chiller 6 Return Temperature": 14.905233377105585, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.12194373716572, - "Chiller 6 Setpoint Temperature": 22.600238781284 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.2976678369945, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.40112125821018, - "Chiller 6 Return Temperature": 76.88500773765435, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.54759645602051, - "Chiller 6 Setpoint Temperature": 2.9485576074468947 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.29711008672272, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.76159546457109, - "Chiller 6 Return Temperature": 4.113701344778898, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.43023133004517, - "Chiller 6 Setpoint Temperature": 57.993324887802 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.56239567542538, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.57294369531524, - "Chiller 6 Return Temperature": 117.21553789725671, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.48892365882981, - "Chiller 6 Setpoint Temperature": 4.739880771874393 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.31859913326642, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.91946840789196, - "Chiller 6 Return Temperature": 101.92115100247835, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.93945716325911, - "Chiller 6 Setpoint Temperature": 8.150229574487092 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.0734436726000471, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.825477220521066, - "Chiller 6 Return Temperature": 125.08806340111555, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.29407887227619, - "Chiller 6 Setpoint Temperature": 59.71948689498128 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.45394334643748, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.3172059528042, - "Chiller 6 Return Temperature": 53.02793198957981, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.83264404719609, - "Chiller 6 Setpoint Temperature": 24.21582324246893 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.79610135258261, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.5495850846123, - "Chiller 6 Return Temperature": 0.887831265870633, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.99343765869449, - "Chiller 6 Setpoint Temperature": 67.6055691579461 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.014583932147296, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.36413547016221, - "Chiller 6 Return Temperature": 5.1359805266608785, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.57828925393203, - "Chiller 6 Setpoint Temperature": 77.9660453062405 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.631302523836176, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.77719131304147, - "Chiller 6 Return Temperature": 2.9503088858917756, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.22565870435488, - "Chiller 6 Setpoint Temperature": 40.567612970758965 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.70728487438903, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.99078321091143, - "Chiller 6 Return Temperature": 46.35679842723895, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.939582184886795, - "Chiller 6 Setpoint Temperature": 28.267287029309767 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.41216164016872, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.357093965392426, - "Chiller 6 Return Temperature": 87.59219302757359, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.1571037318367, - "Chiller 6 Setpoint Temperature": 73.91139991283576 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.15387292308168, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 12.136865170681771, - "Chiller 6 Return Temperature": 27.48610591471995, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.84270315011861, - "Chiller 6 Setpoint Temperature": 40.658308825521786 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.0244443369796, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.692276059201223, - "Chiller 6 Return Temperature": 85.1299358508435, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.44824961630744, - "Chiller 6 Setpoint Temperature": 56.189277442565775 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.64146516407192, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.52842865041495, - "Chiller 6 Return Temperature": 32.80095989095884, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.07303910603298, - "Chiller 6 Setpoint Temperature": 60.3721712306534 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.84207418587417, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.270179235595, - "Chiller 6 Return Temperature": 121.01914781422805, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.14405211391102, - "Chiller 6 Setpoint Temperature": 31.185943380011388 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.50190249309392, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.57714703050362, - "Chiller 6 Return Temperature": 100.6618386831014, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.6251852954064, - "Chiller 6 Setpoint Temperature": 16.364651967410552 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.015881118524554, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.68818347629945, - "Chiller 6 Return Temperature": 89.7721211002179, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.28047490244346, - "Chiller 6 Setpoint Temperature": 53.32206900047649 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.13407496754, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.39489534908643, - "Chiller 6 Return Temperature": 90.06958952452493, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.967216828876319, - "Chiller 6 Setpoint Temperature": 64.26253114801385 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.3484830817862, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.54679645630429, - "Chiller 6 Return Temperature": 112.1446770507156, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.3245392174618, - "Chiller 6 Setpoint Temperature": 21.751369344792845 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.13285647028373, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.62119464000591, - "Chiller 6 Return Temperature": 0.323720042142213, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.43454081505337, - "Chiller 6 Setpoint Temperature": 18.5783448667192 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.03205087433381, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.15814006419231, - "Chiller 6 Return Temperature": 63.21093903446602, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.657894112072654, - "Chiller 6 Setpoint Temperature": 51.651922861241104 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.41510798961932, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.16927311450055, - "Chiller 6 Return Temperature": 2.5850975483725116, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.63276354014589, - "Chiller 6 Setpoint Temperature": 21.453572868161803 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.46936631205048, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.65883555622306, - "Chiller 6 Return Temperature": 23.350657211667276, - "Chiller 6 Condenser Water Flow": 3.3233397052128915, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.74808799292468, - "Chiller 6 Setpoint Temperature": 8.970250819892074 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.881373568535296, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.062311548107566, - "Chiller 6 Return Temperature": 85.1776840393525, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.16463365147985, - "Chiller 6 Setpoint Temperature": 70.89144186902266 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.70889896570591, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.27325045447735, - "Chiller 6 Return Temperature": 35.26282357330927, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.11431503399615, - "Chiller 6 Setpoint Temperature": 39.90862510384314 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.47738137942593, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.58695145281098, - "Chiller 6 Return Temperature": 114.27898340474785, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.20944546317437, - "Chiller 6 Setpoint Temperature": 84.38947576183979 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.197763346387532, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.3355562701414, - "Chiller 6 Return Temperature": 89.04130874083057, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.678810648466452, - "Chiller 6 Setpoint Temperature": 83.12266066349774 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.82875382451384, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.92067779312504, - "Chiller 6 Return Temperature": 87.66998695967683, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.08262958762583, - "Chiller 6 Setpoint Temperature": 44.29237169113192 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.47296461799408, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.38799423531945, - "Chiller 6 Return Temperature": 73.85737695319342, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.06840989515868, - "Chiller 6 Setpoint Temperature": 1.0657323859338277 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.1532067669729, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.52227403552969, - "Chiller 6 Return Temperature": 22.389680305230957, - "Chiller 6 Condenser Water Flow": 1.1597692569595166, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.80668114768393, - "Chiller 6 Setpoint Temperature": 79.09616268229058 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.2039122438443, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.94513483566311, - "Chiller 6 Return Temperature": 5.449159576972648, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.582968783125049, - "Chiller 6 Setpoint Temperature": 49.032585510279375 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.127404350649247, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.020847017247423, - "Chiller 6 Return Temperature": 90.50702297342295, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.482336784572833, - "Chiller 6 Setpoint Temperature": 49.29245530229271 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.40285289513788, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.359452431193827, - "Chiller 6 Return Temperature": 89.94625813194615, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.92927347803784, - "Chiller 6 Setpoint Temperature": 53.259267961551984 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.56008837936453, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.71120802543, - "Chiller 6 Return Temperature": 30.469938057673524, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.1331146714538, - "Chiller 6 Setpoint Temperature": 7.930340846081517 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.29287056136423, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.78859273824134, - "Chiller 6 Return Temperature": 116.9255302227719, - "Chiller 6 Condenser Water Flow": 4.497361931174168, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.274262430984404, - "Chiller 6 Setpoint Temperature": 62.42237450556179 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.73994310998531, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 88.14269057775735, - "Chiller 6 Return Temperature": 106.8425642978903, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 133.05249140453122, - "Chiller 6 Setpoint Temperature": 30.496936705249944 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.40557243561378, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.04506705945931, - "Chiller 6 Return Temperature": 111.93897638535242, - "Chiller 6 Condenser Water Flow": 1.1343360649086558, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.57959840916656, - "Chiller 6 Setpoint Temperature": 74.71146294775485 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.44569470411011, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.65716939522399, - "Chiller 6 Return Temperature": 98.51341925605546, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.80495513764317, - "Chiller 6 Setpoint Temperature": 17.847454097458787 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.80384698652578, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.91149450145721, - "Chiller 6 Return Temperature": 58.749344411512986, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.948813078486769, - "Chiller 6 Setpoint Temperature": 76.39759118285025 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.34277692218325, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.96129607473328, - "Chiller 6 Return Temperature": 20.374322607421476, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.23282240456265, - "Chiller 6 Setpoint Temperature": 18.155720076499783 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.3330558049307, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.27683750025344, - "Chiller 6 Return Temperature": 46.035268571457436, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.19646268310622, - "Chiller 6 Setpoint Temperature": 26.0650763151521 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.89505742923475, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.7815824973467, - "Chiller 6 Return Temperature": 10.118531748573078, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.38005750777803, - "Chiller 6 Setpoint Temperature": 16.49041740969438 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.09290744929743, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 46.50088276926033, - "Chiller 6 Return Temperature": 97.99509721749158, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.87726304149056, - "Chiller 6 Setpoint Temperature": 59.6634865269063 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.062278324499967, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.82679319561585, - "Chiller 6 Return Temperature": 100.78388277712511, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.06981752915938, - "Chiller 6 Setpoint Temperature": 47.949740262509415 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.72426487942401, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.598464191387933, - "Chiller 6 Return Temperature": 89.92564305821774, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.36099344403605, - "Chiller 6 Setpoint Temperature": 21.584697402011486 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.57558269277905, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.39169907910704, - "Chiller 6 Return Temperature": 100.61730506591776, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.13499840470489, - "Chiller 6 Setpoint Temperature": 77.20279090276094 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.738680636307455, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.72445134795277, - "Chiller 6 Return Temperature": 23.660682934899384, - "Chiller 6 Condenser Water Flow": 2.0843837099139817, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.97792779698423, - "Chiller 6 Setpoint Temperature": 47.73415839192847 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.49852345971044, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.31286863027796, - "Chiller 6 Return Temperature": 68.63801679174648, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.844190480573168, - "Chiller 6 Setpoint Temperature": 25.02634789729944 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.94875302046992, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.84311127842712, - "Chiller 6 Return Temperature": 48.436515670601615, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.41815467496517, - "Chiller 6 Setpoint Temperature": 68.43173521701328 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.1339459087841, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.9473661741446, - "Chiller 6 Return Temperature": 93.7052094891204, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.885750727571243, - "Chiller 6 Setpoint Temperature": 89.23591562704827 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 152.94945049290635, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.61495295619535, - "Chiller 6 Return Temperature": 28.307786925731513, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.64208289401577, - "Chiller 6 Setpoint Temperature": 29.550384987067083 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.19137579748718, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.95666418999288, - "Chiller 6 Return Temperature": 63.207104347323764, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.014162700037815, - "Chiller 6 Setpoint Temperature": 60.56023577727017 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.48540546657614, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.62338794364378, - "Chiller 6 Return Temperature": 99.59117483402788, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.41563072009322, - "Chiller 6 Setpoint Temperature": 5.888809242992711 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.796641935010875, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.083673422146523, - "Chiller 6 Return Temperature": 4.284848297257554, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.883852864300444, - "Chiller 6 Setpoint Temperature": 74.65684029112592 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.12916501116919, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.930335092578514, - "Chiller 6 Return Temperature": 62.0434181475667, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.50291664817568, - "Chiller 6 Setpoint Temperature": 76.12252804688342 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.009483155487224, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.9393406338029, - "Chiller 6 Return Temperature": 33.04988376041959, - "Chiller 6 Condenser Water Flow": 3.273046632006296, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.953384905290743, - "Chiller 6 Setpoint Temperature": 77.01303185299497 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.8773025338843, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.74862986452291, - "Chiller 6 Return Temperature": 39.720048340979176, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.15049796946818, - "Chiller 6 Setpoint Temperature": 57.89539791141535 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.583183033229465, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.80337531831283, - "Chiller 6 Return Temperature": 71.60235183569128, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.281538080940242, - "Chiller 6 Setpoint Temperature": 47.0918044000158 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.20479867946193, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.75558474190269, - "Chiller 6 Return Temperature": 11.016147275192003, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.537295363553234, - "Chiller 6 Setpoint Temperature": 6.475250487018742 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.92168924142368, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.84082166595405, - "Chiller 6 Return Temperature": 114.186214514118, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.70691547147783, - "Chiller 6 Setpoint Temperature": 80.14994326691283 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.022405781540165, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.451579691209, - "Chiller 6 Return Temperature": 101.39270054336023, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.964420165949942, - "Chiller 6 Setpoint Temperature": 2.2476037685514263 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.332726657582654, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.97479787672465, - "Chiller 6 Return Temperature": 19.456910113585362, - "Chiller 6 Condenser Water Flow": 2.800356640208841, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.386640422922426, - "Chiller 6 Setpoint Temperature": 11.169679274276191 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.87038096750459, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.80958024713622, - "Chiller 6 Return Temperature": 90.5449352400138, - "Chiller 6 Condenser Water Flow": 3.3212534148669532, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.74129894225933, - "Chiller 6 Setpoint Temperature": 64.80862534665442 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.992162866916119, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.316942931354875, - "Chiller 6 Return Temperature": 6.769375227675911, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.9934795637498235, - "Chiller 6 Setpoint Temperature": 43.092408579747975 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.20494934501811, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.8781762536823, - "Chiller 6 Return Temperature": 58.38985047890948, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.088735721239063, - "Chiller 6 Setpoint Temperature": 51.66625048435336 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.20520163167872, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.67061450921696, - "Chiller 6 Return Temperature": 74.94206282123305, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.84239379751672, - "Chiller 6 Setpoint Temperature": 71.20290572469717 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.8991390970912, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.857328185677424, - "Chiller 6 Return Temperature": 53.33424709612787, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.15746848036706, - "Chiller 6 Setpoint Temperature": 21.601338542131405 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.06111698469724, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.70356309661707, - "Chiller 6 Return Temperature": 27.62251151319652, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.2012743933277, - "Chiller 6 Setpoint Temperature": 55.4840619707373 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.452164045782986, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.47102796983488, - "Chiller 6 Return Temperature": 36.2736756944363, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.897797038793094, - "Chiller 6 Setpoint Temperature": 84.19743621691055 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.85766202312047, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.11244466488093, - "Chiller 6 Return Temperature": 96.98657658340049, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.431871663571798, - "Chiller 6 Setpoint Temperature": 28.439597137421828 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.97352031949965, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.57213953022784, - "Chiller 6 Return Temperature": 37.451894052772936, - "Chiller 6 Condenser Water Flow": 2.636820130757643, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.517647366613176, - "Chiller 6 Setpoint Temperature": 54.78535658091981 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.224809994917601, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.49199314346441, - "Chiller 6 Return Temperature": 10.020211058479868, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.92006425253087, - "Chiller 6 Setpoint Temperature": 83.19207456390083 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.55569538564976, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.37176274821472, - "Chiller 6 Return Temperature": 45.15622257741175, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.51307146609565, - "Chiller 6 Setpoint Temperature": 56.098916325185314 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.49860892414243, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.96448700919535, - "Chiller 6 Return Temperature": 98.3418053056727, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 133.63832694638657, - "Chiller 6 Setpoint Temperature": 60.37621719683484 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.38757149237675, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.653821666035936, - "Chiller 6 Return Temperature": 24.99183364595166, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.96021916653663, - "Chiller 6 Setpoint Temperature": 53.771468881941544 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.945363966131068, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.24573696809435, - "Chiller 6 Return Temperature": 66.38317830047696, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.9184863702981, - "Chiller 6 Setpoint Temperature": 60.339703418520045 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-18T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.66075546007454, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.04103224853165, - "Chiller 6 Return Temperature": 32.75800031790323, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.76567944086039, - "Chiller 6 Setpoint Temperature": 78.68609012573019 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.51917329123108, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.82477317760251, - "Chiller 6 Return Temperature": 120.56354532587646, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.305837683956513, - "Chiller 6 Setpoint Temperature": 87.27780056585001 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.98779776162438, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.59764343287776, - "Chiller 6 Return Temperature": 91.1638694868976, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.4913054803343, - "Chiller 6 Setpoint Temperature": 67.62441136688663 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.93577213308044, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.663762862374064, - "Chiller 6 Return Temperature": 99.17136454841474, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.79391484913445, - "Chiller 6 Setpoint Temperature": 45.60992252140335 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.5854898319346635, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.6946086977698025, - "Chiller 6 Return Temperature": 97.64990651094242, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.4169885381863, - "Chiller 6 Setpoint Temperature": 12.523971005544354 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T01:00:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.52133753802299, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.00915616186387, - "Chiller 6 Return Temperature": 95.66524221522035, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.679938472546965, - "Chiller 6 Setpoint Temperature": 1.3588352285769 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.53107937699129, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.83367272233149, - "Chiller 6 Return Temperature": 27.377701674339747, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.789170158854546, - "Chiller 6 Setpoint Temperature": 90.82301821311609 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.030927241769035, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.04461428343407, - "Chiller 6 Return Temperature": 62.13365407833618, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.6815706910605, - "Chiller 6 Setpoint Temperature": 67.02022530664901 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.66447567123573, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.16839719647446, - "Chiller 6 Return Temperature": 90.4432112854249, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.94696918312407, - "Chiller 6 Setpoint Temperature": 69.81198661749875 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.40806886807796, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.2252812193804816, - "Chiller 6 Return Temperature": 106.92155543682756, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.31630658624584, - "Chiller 6 Setpoint Temperature": 61.78128641601248 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.58320698261892, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.4785358963624, - "Chiller 6 Return Temperature": 46.99250212018912, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.17462932820726, - "Chiller 6 Setpoint Temperature": 19.237892689309778 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.52016387279738, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.65723441649132, - "Chiller 6 Return Temperature": 49.44598692934275, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.917937266852723, - "Chiller 6 Setpoint Temperature": 71.12902466074736 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.73560400577873, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.98132218825889, - "Chiller 6 Return Temperature": 31.478796697474294, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.73468793006408, - "Chiller 6 Setpoint Temperature": 46.83409745220528 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.72393199507149, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 31.828641798549906, - "Chiller 6 Return Temperature": 22.958594937872856, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 137.54898962036074, - "Chiller 6 Setpoint Temperature": 11.211055144435592 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.6484265226540415, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.05259977159481, - "Chiller 6 Return Temperature": 11.252138006413663, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.99884537110167, - "Chiller 6 Setpoint Temperature": 19.244536524845817 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.88321923652786, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 118.65419979016987, - "Chiller 6 Return Temperature": 45.67251341169235, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.240783475749399, - "Chiller 6 Setpoint Temperature": 54.28751174803554 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.932279930642153, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.29166141613427, - "Chiller 6 Return Temperature": 17.712542954915154, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.01597699025467, - "Chiller 6 Setpoint Temperature": 79.99064938201656 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.645651171680651, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.956602129866987, - "Chiller 6 Return Temperature": 78.27152164654218, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.87929533925185, - "Chiller 6 Setpoint Temperature": 4.314353396402185 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.17398160050048, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.22655457650563, - "Chiller 6 Return Temperature": 113.95865721958255, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.33452068220675, - "Chiller 6 Setpoint Temperature": 83.44507930016842 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.11665475964789, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.43351855286796, - "Chiller 6 Return Temperature": 9.147723094367711, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.16934592690271, - "Chiller 6 Setpoint Temperature": 66.7519683440702 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.89432100139584, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.86748395184776, - "Chiller 6 Return Temperature": 16.838882755249006, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.804107711662112, - "Chiller 6 Setpoint Temperature": 64.84538843389939 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.06076440404755, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.62726997354437, - "Chiller 6 Return Temperature": 21.144337166614648, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.587760490741424, - "Chiller 6 Setpoint Temperature": 1.1592951842905874 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.20260129442283, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.34856257838408, - "Chiller 6 Return Temperature": 36.92999516357246, - "Chiller 6 Condenser Water Flow": 1.6415086989357812, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.767824764291493, - "Chiller 6 Setpoint Temperature": 81.48394624869753 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.92326528947288, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.0664123236300185, - "Chiller 6 Return Temperature": 75.38667593302377, - "Chiller 6 Condenser Water Flow": 1.3291352149020164, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 133.52791644830273, - "Chiller 6 Setpoint Temperature": 62.65725176910179 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.60199226020447, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.79197423884233, - "Chiller 6 Return Temperature": 69.27273769260205, - "Chiller 6 Condenser Water Flow": 0.18835746209934984, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.04632147965081, - "Chiller 6 Setpoint Temperature": 44.253207999730975 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.68833948550623, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.29881102545668, - "Chiller 6 Return Temperature": 55.623527885953656, - "Chiller 6 Condenser Water Flow": 1.7185195598592056, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 138.2899868792723, - "Chiller 6 Setpoint Temperature": 72.04529156964783 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.9184113696663, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.14371974689948, - "Chiller 6 Return Temperature": 14.35147582252256, - "Chiller 6 Condenser Water Flow": 1.5494670984346932, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.44694321718717, - "Chiller 6 Setpoint Temperature": 11.223844009328296 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.23751111026615, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.00136246781246, - "Chiller 6 Return Temperature": 59.00713681952234, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.90265144565966, - "Chiller 6 Setpoint Temperature": 65.25919622215874 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.291355582849007, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.536182117786671, - "Chiller 6 Return Temperature": 111.26679366782939, - "Chiller 6 Condenser Water Flow": 0.7283493701467899, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.780045228341734, - "Chiller 6 Setpoint Temperature": 63.25838043912127 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.83622908053525, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.910244827362981, - "Chiller 6 Return Temperature": 40.160897139485996, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.64082017355206, - "Chiller 6 Setpoint Temperature": 37.48858621294256 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.86969525950923, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 89.60941062850095, - "Chiller 6 Return Temperature": 50.89487545183181, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.27479346451742, - "Chiller 6 Setpoint Temperature": 72.43405587854153 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.709905295857983, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 89.9468492956907, - "Chiller 6 Return Temperature": 39.153014352873384, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.630938454982385, - "Chiller 6 Setpoint Temperature": 47.07303083123555 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.70618330112038, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.02803473215363, - "Chiller 6 Return Temperature": 47.39187750180708, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.417743154962054, - "Chiller 6 Setpoint Temperature": 38.13025643504223 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.064454957975553, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.22524218777835, - "Chiller 6 Return Temperature": 124.62777566097594, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.43038179747174, - "Chiller 6 Setpoint Temperature": 1.5511099001214697 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T08:15:41", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.01549339776417, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.255970804540745, - "Chiller 6 Return Temperature": 112.22732422719542, - "Chiller 6 Condenser Water Flow": 2.0885245953815303, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.85906256480511, - "Chiller 6 Setpoint Temperature": 26.925343272086334 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.78117600539358, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.09247348240672, - "Chiller 6 Return Temperature": 54.878066571213346, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.482442155831507, - "Chiller 6 Setpoint Temperature": 88.871021069278 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.60018248942761, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 134.9601874287452, - "Chiller 6 Return Temperature": 38.82405728624897, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.47984047245392, - "Chiller 6 Setpoint Temperature": 86.5303813508161 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.01268316804878, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 95.38855199734222, - "Chiller 6 Return Temperature": 104.32668757982881, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.82400828219892, - "Chiller 6 Setpoint Temperature": 53.73805390763596 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.17171685421233, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.99157297762603, - "Chiller 6 Return Temperature": 115.36204467147206, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.5306068367602, - "Chiller 6 Setpoint Temperature": 70.08766388551918 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.44951295099136, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.1933929473872, - "Chiller 6 Return Temperature": 77.7536824578489, - "Chiller 6 Condenser Water Flow": 4.920843495554546, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 133.97761406145233, - "Chiller 6 Setpoint Temperature": 9.640300595399546 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.44945159663774, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.757341047924946, - "Chiller 6 Return Temperature": 120.11355024311221, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.667291323970627, - "Chiller 6 Setpoint Temperature": 27.722613651430493 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.06013644283169, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.7500634306834, - "Chiller 6 Return Temperature": 63.91040222484318, - "Chiller 6 Condenser Water Flow": 1.9413727425322171, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.208450596149596, - "Chiller 6 Setpoint Temperature": 22.652707936177503 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.208222059019706, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.428010858217856, - "Chiller 6 Return Temperature": 119.56735654509022, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 94.46019339056598, - "Chiller 6 Setpoint Temperature": 68.13665421874616 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.58987716224159, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.69129503778328, - "Chiller 6 Return Temperature": 41.388300959898686, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.5788042518637413, - "Chiller 6 Setpoint Temperature": 90.1260555167945 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.62112550481082, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.11990868962664, - "Chiller 6 Return Temperature": 20.059555670127093, - "Chiller 6 Condenser Water Flow": 2.580144260177858, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.46656801256897, - "Chiller 6 Setpoint Temperature": 58.4076246546926 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.25514518668535, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.79661811235128, - "Chiller 6 Return Temperature": 36.93248486415857, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.49932779873656, - "Chiller 6 Setpoint Temperature": 88.26516278774096 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.1225071553602, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.947448021938484, - "Chiller 6 Return Temperature": 65.63207883935641, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.19042119990166, - "Chiller 6 Setpoint Temperature": 50.7023777727336 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.553084378034946, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.87468238058028, - "Chiller 6 Return Temperature": 43.311111489143066, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.38810548426278, - "Chiller 6 Setpoint Temperature": 46.080283496030205 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.51215698880385, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.58396730452972, - "Chiller 6 Return Temperature": 83.5705898289084, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.59047432476383, - "Chiller 6 Setpoint Temperature": 3.4611810226311874 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.41898987817662, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.49599641986733, - "Chiller 6 Return Temperature": 121.95124941832313, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.10161332912458, - "Chiller 6 Setpoint Temperature": 85.55448469185596 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.30046057914522, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.70371010813098, - "Chiller 6 Return Temperature": 73.45787745206151, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.9003572427338, - "Chiller 6 Setpoint Temperature": 88.0372174937702 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.14184609054331, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.56136707891578, - "Chiller 6 Return Temperature": 57.81689844568756, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.25252371007454, - "Chiller 6 Setpoint Temperature": 14.967891813361062 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.53005923109683, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.22483653848099, - "Chiller 6 Return Temperature": 30.262781775011266, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 137.35004904469918, - "Chiller 6 Setpoint Temperature": 48.383532220141994 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.20155279745771, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.43354739211931, - "Chiller 6 Return Temperature": 118.50864767469493, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.01634820450445, - "Chiller 6 Setpoint Temperature": 17.88147855564056 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.8467907478326473, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.19729495127804, - "Chiller 6 Return Temperature": 51.91383266459413, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.32387717236318, - "Chiller 6 Setpoint Temperature": 78.35887004862235 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.74456189991216, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.58685471622863, - "Chiller 6 Return Temperature": 89.9930797075531, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.75661283240967, - "Chiller 6 Setpoint Temperature": 9.150771992654954 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.814251514567, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.90392695332949, - "Chiller 6 Return Temperature": 43.3497618431145, - "Chiller 6 Condenser Water Flow": 1.6492844927614339, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.430940139071126, - "Chiller 6 Setpoint Temperature": 79.13852097282505 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.660925559337706, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.57712877516683, - "Chiller 6 Return Temperature": 62.91307714168542, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 137.59215428647678, - "Chiller 6 Setpoint Temperature": 8.19295693410854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.97450959779279, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.449601352927, - "Chiller 6 Return Temperature": 0.47873699656346114, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.87645794170872, - "Chiller 6 Setpoint Temperature": 18.861150353875548 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.46574272861929, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.23137598662878, - "Chiller 6 Return Temperature": 32.25080527636004, - "Chiller 6 Condenser Water Flow": 2.588457895833698, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.85681412940548, - "Chiller 6 Setpoint Temperature": 10.387543330946949 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.32114314785511, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.25771871730116, - "Chiller 6 Return Temperature": 103.30873353700386, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.359657610646785, - "Chiller 6 Setpoint Temperature": 71.49897556595488 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.13506556545919, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 99.63000578183485, - "Chiller 6 Return Temperature": 70.99984258249407, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.247599329344942, - "Chiller 6 Setpoint Temperature": 89.20942818294584 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.14061881848463, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.59777538739354, - "Chiller 6 Return Temperature": 33.04157950160457, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.630101519001958, - "Chiller 6 Setpoint Temperature": 47.77881784045942 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.307451624775595, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.54744747143062, - "Chiller 6 Return Temperature": 110.49795179799155, - "Chiller 6 Condenser Water Flow": 5.092429125695246, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.65942294138007, - "Chiller 6 Setpoint Temperature": 78.18569456857963 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.46688026791425, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.18458373488489, - "Chiller 6 Return Temperature": 24.31757066616621, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 118.17014258991364, - "Chiller 6 Setpoint Temperature": 24.697444500584076 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.859745134816908, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.46481661671448, - "Chiller 6 Return Temperature": 75.11040413180966, - "Chiller 6 Condenser Water Flow": 0.36125915571634604, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.23439696506075, - "Chiller 6 Setpoint Temperature": 77.20783767362853 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.39484238501444, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 99.90218045679256, - "Chiller 6 Return Temperature": 48.26500283446405, - "Chiller 6 Condenser Water Flow": 1.1213509513680444, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.4280940997743, - "Chiller 6 Setpoint Temperature": 30.77206545231306 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.931030416202027, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.617765604249904, - "Chiller 6 Return Temperature": 77.92765841132908, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.55169506205924, - "Chiller 6 Setpoint Temperature": 59.67502424911562 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.872991572317496, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.2668770264842, - "Chiller 6 Return Temperature": 77.48272165202177, - "Chiller 6 Condenser Water Flow": 4.397586502745915, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.88356200553039, - "Chiller 6 Setpoint Temperature": 44.22815337963112 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.38245718344021, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.53646723078468, - "Chiller 6 Return Temperature": 119.51457844168688, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 140.29845930439805, - "Chiller 6 Setpoint Temperature": 32.58948796587146 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.78929943454214, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.333941880080232, - "Chiller 6 Return Temperature": 55.49925267157997, - "Chiller 6 Condenser Water Flow": 3.9484515238796107, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.620385869279565, - "Chiller 6 Setpoint Temperature": 53.900529075315674 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.793128772615624, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.2948589856911, - "Chiller 6 Return Temperature": 0.3591499294395281, - "Chiller 6 Condenser Water Flow": 3.343308140682209, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.16832798681638, - "Chiller 6 Setpoint Temperature": 88.74325116403719 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.52956299725252, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.50722386807854, - "Chiller 6 Return Temperature": 118.75386542077251, - "Chiller 6 Condenser Water Flow": 0.6679139004548642, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.88208325438508, - "Chiller 6 Setpoint Temperature": 72.45519946164487 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T18:00:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.36582383057814, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.55710458320836, - "Chiller 6 Return Temperature": 115.24790262554296, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.24037447670737, - "Chiller 6 Setpoint Temperature": 67.64248914390133 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.95030135431614, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.09207931251309, - "Chiller 6 Return Temperature": 32.1453420682841, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.74107634625469, - "Chiller 6 Setpoint Temperature": 24.359948769397743 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.149963987976744, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.19136925615864, - "Chiller 6 Return Temperature": 90.7027212102789, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.52208572385516, - "Chiller 6 Setpoint Temperature": 76.33289200188318 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.839152236203315, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.604922243008602, - "Chiller 6 Return Temperature": 102.3435443873012, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.9726936944405, - "Chiller 6 Setpoint Temperature": 47.41454787320886 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.29380562225839, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.27264873077955, - "Chiller 6 Return Temperature": 106.52197056639454, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.67647333108302, - "Chiller 6 Setpoint Temperature": 29.32794965119462 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.67564692072679, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.11287468615304, - "Chiller 6 Return Temperature": 51.45798484639489, - "Chiller 6 Condenser Water Flow": 4.375436275246907, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.691890086041807, - "Chiller 6 Setpoint Temperature": 26.339209455688017 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.78970206964313, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.78212646081195, - "Chiller 6 Return Temperature": 41.499312417370255, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.98603344328998, - "Chiller 6 Setpoint Temperature": 63.86818245099521 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.37080591182368, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.76178390661019, - "Chiller 6 Return Temperature": 26.34857561694776, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.9646494369077, - "Chiller 6 Setpoint Temperature": 40.98853548860096 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.5968023299877, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.636931981994454, - "Chiller 6 Return Temperature": 20.51203862718138, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.51249728581587, - "Chiller 6 Setpoint Temperature": 5.7518313699275145 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.16844821152904, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.23209971079092, - "Chiller 6 Return Temperature": 121.47389859979711, - "Chiller 6 Condenser Water Flow": 3.4452573796518973, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.59935331769984, - "Chiller 6 Setpoint Temperature": 43.362073239366936 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.07969448391916, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.86070455799658, - "Chiller 6 Return Temperature": 116.7321796536322, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.17361194659711, - "Chiller 6 Setpoint Temperature": 5.3110103110366165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.268389160924897, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 2.708218565446824, - "Chiller 6 Return Temperature": 85.7554524074298, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.47003835578079, - "Chiller 6 Setpoint Temperature": 21.624339560853276 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.16334804059409, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.73325559358085, - "Chiller 6 Return Temperature": 56.325618529382176, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.05937122571328, - "Chiller 6 Setpoint Temperature": 73.99076576938604 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.16075729127991, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.19554173529232, - "Chiller 6 Return Temperature": 112.85729370076992, - "Chiller 6 Condenser Water Flow": 2.548106970073902, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.11534392431685, - "Chiller 6 Setpoint Temperature": 41.77604177795885 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.53850696594374, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.69331212741136, - "Chiller 6 Return Temperature": 61.03022631042831, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.36253117954371, - "Chiller 6 Setpoint Temperature": 24.653246275253466 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.502352080873023, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.16352140103633, - "Chiller 6 Return Temperature": 8.778319639658774, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 100.91103119494878, - "Chiller 6 Setpoint Temperature": 17.39346404559581 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.632294272115335, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.1580955947875, - "Chiller 6 Return Temperature": 110.07814283974683, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.78384923927215, - "Chiller 6 Setpoint Temperature": 76.6677085776158 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.73076194966073, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.297368121347317, - "Chiller 6 Return Temperature": 25.70716536780423, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.99516230232382, - "Chiller 6 Setpoint Temperature": 74.84647449230292 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.3064120380469, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 138.0744462255334, - "Chiller 6 Return Temperature": 119.35603705502731, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.76750942259602, - "Chiller 6 Setpoint Temperature": 28.606668873645546 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.7214990465157, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.973733192005124, - "Chiller 6 Return Temperature": 91.16309315212949, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.22194941214079, - "Chiller 6 Setpoint Temperature": 57.101339650835236 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.79876106194004, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.491986561256912, - "Chiller 6 Return Temperature": 110.56057128606034, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.77337219259839, - "Chiller 6 Setpoint Temperature": 70.02531670839048 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.094704139273382, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.272953087507995, - "Chiller 6 Return Temperature": 60.45601801617232, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.83040711453343, - "Chiller 6 Setpoint Temperature": 69.62949984597132 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.9186057861441572, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.67664468137473, - "Chiller 6 Return Temperature": 52.546705397189235, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.76395271643447, - "Chiller 6 Setpoint Temperature": 87.30393396277373 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-19T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.546592506757513, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.129748842146206, - "Chiller 6 Return Temperature": 78.59522887375122, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.22288050822554, - "Chiller 6 Setpoint Temperature": 44.001776767174725 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.95777988700937, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 2.287105611995746, - "Chiller 6 Return Temperature": 42.29218123201013, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.46266898088646, - "Chiller 6 Setpoint Temperature": 9.933577588435206 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.20992974148615, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.0603793170476, - "Chiller 6 Return Temperature": 22.42338249096445, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.8902310610259, - "Chiller 6 Setpoint Temperature": 3.480170676197227 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.15642500248216, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.024680659653015, - "Chiller 6 Return Temperature": 35.7052770262187, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.62889432546453, - "Chiller 6 Setpoint Temperature": 16.165961582398275 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.658994915721811, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.5401013358761, - "Chiller 6 Return Temperature": 90.31892795937559, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.12383253706703, - "Chiller 6 Setpoint Temperature": 48.64206969048292 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.26747965065474, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.643360378046456, - "Chiller 6 Return Temperature": 47.0977753311826, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.3980427172008, - "Chiller 6 Setpoint Temperature": 22.192162856397026 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T01:15:44", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.5988077742706, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.27096227538082, - "Chiller 6 Return Temperature": 60.04402908875637, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.13044561863607, - "Chiller 6 Setpoint Temperature": 86.67068625236519 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.7210400388675873, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 2.316571093825762, - "Chiller 6 Return Temperature": 73.73202032221724, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.852925989957152, - "Chiller 6 Setpoint Temperature": 86.32465017422795 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.26190881542811, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.167325115810453, - "Chiller 6 Return Temperature": 63.45319678036527, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.91456443310557, - "Chiller 6 Setpoint Temperature": 12.19646025656375 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 157.58110648786345, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.39976503560193, - "Chiller 6 Return Temperature": 77.91155031901036, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.04617590262333, - "Chiller 6 Setpoint Temperature": 25.60632731190524 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.61723397750703, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.64177092950207, - "Chiller 6 Return Temperature": 112.40698637316234, - "Chiller 6 Condenser Water Flow": 1.1453292341859813, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.83692729636945, - "Chiller 6 Setpoint Temperature": 77.24379902365204 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.3614859214196, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.16851999579573, - "Chiller 6 Return Temperature": 119.18300528142827, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.148844474001766, - "Chiller 6 Setpoint Temperature": 4.925467484910062 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.184163009841594, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.34571861918408, - "Chiller 6 Return Temperature": 23.279480231155155, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.904877352827164, - "Chiller 6 Setpoint Temperature": 83.72081730794996 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.484133297210844, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.69741908559653, - "Chiller 6 Return Temperature": 76.58135960391479, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 141.2289793603283, - "Chiller 6 Setpoint Temperature": 18.710521069644113 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.6376142513454335, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.41322212738083, - "Chiller 6 Return Temperature": 65.22673397255204, - "Chiller 6 Condenser Water Flow": 3.8512941770044624, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.338131843959566, - "Chiller 6 Setpoint Temperature": 66.45309645724373 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.084631856672665, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.760645676774597, - "Chiller 6 Return Temperature": 114.574113869153, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.087543702145151, - "Chiller 6 Setpoint Temperature": 2.1778990796979123 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.65533304490758, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.516470946549134, - "Chiller 6 Return Temperature": 120.36782154393836, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.81719977710468, - "Chiller 6 Setpoint Temperature": 18.303345339096165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.82551565608068, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.213564277974978, - "Chiller 6 Return Temperature": 29.774902328549512, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.548173762835916, - "Chiller 6 Setpoint Temperature": 3.853442120401904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.14095399438432, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.008210671706738, - "Chiller 6 Return Temperature": 24.444787852962158, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.74077588070307, - "Chiller 6 Setpoint Temperature": 47.045525801724246 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.13349579798077, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.82133724576732, - "Chiller 6 Return Temperature": 6.773387837855211, - "Chiller 6 Condenser Water Flow": 1.014993249865413, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.625261839079675, - "Chiller 6 Setpoint Temperature": 65.13692995692747 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.014453978656, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.2605574108695, - "Chiller 6 Return Temperature": 60.01467275952173, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.7154866681651066, - "Chiller 6 Setpoint Temperature": 42.1974832123406 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.39444850689592, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.85344829344297, - "Chiller 6 Return Temperature": 119.17915763862176, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.52012765327983, - "Chiller 6 Setpoint Temperature": 88.15051300720681 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.91762796424405, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 2.1249076072381756, - "Chiller 6 Return Temperature": 23.31548863163132, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.285863152360264, - "Chiller 6 Setpoint Temperature": 66.59582013674644 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.62839939281729, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.3037836217807633, - "Chiller 6 Return Temperature": 12.446847974317935, - "Chiller 6 Condenser Water Flow": 3.3256243731217343, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.97480941866673, - "Chiller 6 Setpoint Temperature": 19.012902028498644 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.79958740286776, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.919667320465987, - "Chiller 6 Return Temperature": 113.45220318816587, - "Chiller 6 Condenser Water Flow": 3.539761677993779, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 129.07013669770402, - "Chiller 6 Setpoint Temperature": 37.73357937835652 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.88715058276105, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.70706099655297, - "Chiller 6 Return Temperature": 69.12266361216459, - "Chiller 6 Condenser Water Flow": 1.8214828344311422, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.48161614060547, - "Chiller 6 Setpoint Temperature": 57.393354717144575 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.35893331976177, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.31115998834984, - "Chiller 6 Return Temperature": 77.52600703995246, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.89112520421105, - "Chiller 6 Setpoint Temperature": 82.61226049553241 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.2035341369532615, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.17651670546299, - "Chiller 6 Return Temperature": 47.713125737075664, - "Chiller 6 Condenser Water Flow": 5.104282329761945, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.253540179695, - "Chiller 6 Setpoint Temperature": 83.73905118237332 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.8786828016151, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.70138198369434, - "Chiller 6 Return Temperature": 55.58336436810497, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.16163645589374, - "Chiller 6 Setpoint Temperature": 7.0265868842940975 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.40587168068102, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.57872492289735, - "Chiller 6 Return Temperature": 60.47686191031501, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.10697025116188, - "Chiller 6 Setpoint Temperature": 14.341472845553378 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.0035198453525, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.666516769578315, - "Chiller 6 Return Temperature": 116.41875785806752, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.43356267907905, - "Chiller 6 Setpoint Temperature": 42.59161286387268 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.193564705613575, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.860932039302023, - "Chiller 6 Return Temperature": 18.625755928559933, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.17194199403842, - "Chiller 6 Setpoint Temperature": 16.490719238704806 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.6050470687122, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.33515278225836, - "Chiller 6 Return Temperature": 82.00012751664123, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.850557114259985, - "Chiller 6 Setpoint Temperature": 9.398171903041854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.48524025595444, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.644482088403425, - "Chiller 6 Return Temperature": 79.35201254317732, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.3861811807286, - "Chiller 6 Setpoint Temperature": 84.76298165001667 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.42685222234398, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.469867013175513, - "Chiller 6 Return Temperature": 51.46838021631612, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.60881087698296, - "Chiller 6 Setpoint Temperature": 90.2297405818365 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.8781217454389, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.37877285172272, - "Chiller 6 Return Temperature": 124.7454371593491, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.85884740326946, - "Chiller 6 Setpoint Temperature": 77.81450942944282 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.309587751885346, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 139.9179923606909, - "Chiller 6 Return Temperature": 71.98329036391883, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.53401299124995, - "Chiller 6 Setpoint Temperature": 0.4888837027836571 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.60506928775438, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.94055016829229, - "Chiller 6 Return Temperature": 77.64821749107584, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.2854966638712, - "Chiller 6 Setpoint Temperature": 86.73433471799007 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.58617208528858, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.200082205127934, - "Chiller 6 Return Temperature": 23.53725697771667, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.7189997886593793, - "Chiller 6 Setpoint Temperature": 24.35915482397629 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.995944296644, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.91017035581196, - "Chiller 6 Return Temperature": 93.35358993974765, - "Chiller 6 Condenser Water Flow": 5.267763768833559, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 137.95054530835012, - "Chiller 6 Setpoint Temperature": 64.583758779236 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.49541454258467, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 104.92668690415597, - "Chiller 6 Return Temperature": 31.475794030948347, - "Chiller 6 Condenser Water Flow": 5.318519672434905, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.26943336162507, - "Chiller 6 Setpoint Temperature": 77.41251474444763 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.3393050936087, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.93879158972257, - "Chiller 6 Return Temperature": 45.64178972882457, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.5547856393971502, - "Chiller 6 Setpoint Temperature": 62.92741729703456 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.89435302621309, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.48706082818003, - "Chiller 6 Return Temperature": 59.518934175686326, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 118.64861837911825, - "Chiller 6 Setpoint Temperature": 43.76883224285389 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.12590600486851, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 89.1392263230451, - "Chiller 6 Return Temperature": 18.506404342265437, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.012877290696448, - "Chiller 6 Setpoint Temperature": 62.80596445168564 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.62859780514785, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.01060503405602, - "Chiller 6 Return Temperature": 0.2279537976081292, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.50885023139327, - "Chiller 6 Setpoint Temperature": 25.52019497076094 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.35869172628665, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 137.4704918747297, - "Chiller 6 Return Temperature": 82.47043495018758, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.803103960781348, - "Chiller 6 Setpoint Temperature": 84.27143010212048 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.59302394888934, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.97301612052536, - "Chiller 6 Return Temperature": 24.52729000051236, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.25900089667992, - "Chiller 6 Setpoint Temperature": 43.66660515938274 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.306146376598726, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.69241823061803, - "Chiller 6 Return Temperature": 57.29084264316772, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.66626931858306, - "Chiller 6 Setpoint Temperature": 56.05698599596227 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.273631033759344, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.508617615957224, - "Chiller 6 Return Temperature": 7.473190244187676, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.38069157789832, - "Chiller 6 Setpoint Temperature": 63.67273059794268 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.5916065473233, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.7383442670045, - "Chiller 6 Return Temperature": 102.59855348196352, - "Chiller 6 Condenser Water Flow": 3.431240743944193, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.9752142248090183, - "Chiller 6 Setpoint Temperature": 3.7851121622423984 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.01371611658297, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.535291659183283, - "Chiller 6 Return Temperature": 104.74524653772023, - "Chiller 6 Condenser Water Flow": 5.05476264617539, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.402848200493985, - "Chiller 6 Setpoint Temperature": 83.26045293111578 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.06300927213357, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.645322683710035, - "Chiller 6 Return Temperature": 71.46185180180566, - "Chiller 6 Condenser Water Flow": 2.6498165423654725, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.14386716832046, - "Chiller 6 Setpoint Temperature": 10.950405896327776 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.43655769612438, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.35581815994911, - "Chiller 6 Return Temperature": 11.53086650240107, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.97849446500733, - "Chiller 6 Setpoint Temperature": 32.91039982994815 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.19460566344208, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.263186992413154, - "Chiller 6 Return Temperature": 21.894783901114177, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.78300164946132, - "Chiller 6 Setpoint Temperature": 31.652165793218455 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.53204163521852, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.276617223265845, - "Chiller 6 Return Temperature": 126.36684513190278, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.50197328084838, - "Chiller 6 Setpoint Temperature": 64.27119054146128 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 155.68673357702704, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.0819882900015, - "Chiller 6 Return Temperature": 91.41592171408557, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.328045285417181, - "Chiller 6 Setpoint Temperature": 74.33408307435379 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.4090333327491, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.81863457132959, - "Chiller 6 Return Temperature": 101.39657293853963, - "Chiller 6 Condenser Water Flow": 4.7354661995034855, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 139.7808807010207, - "Chiller 6 Setpoint Temperature": 40.48026736966765 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.0187639487863, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.15550340033315, - "Chiller 6 Return Temperature": 127.44155026645821, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.173098767368266, - "Chiller 6 Setpoint Temperature": 73.77946802934129 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.16492570329157, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.01153959314146, - "Chiller 6 Return Temperature": 88.4284995028208, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.65662779903927, - "Chiller 6 Setpoint Temperature": 74.87669846384347 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.9893428346878, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.57363710673383, - "Chiller 6 Return Temperature": 35.25951390842282, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.630057306994615, - "Chiller 6 Setpoint Temperature": 48.339276189641026 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.48794545925135, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.77532144428658, - "Chiller 6 Return Temperature": 85.03561182152372, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.644266455494694, - "Chiller 6 Setpoint Temperature": 20.868032336176707 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.16518954954528, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 88.04576091137908, - "Chiller 6 Return Temperature": 88.58755538304013, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.10731043265099, - "Chiller 6 Setpoint Temperature": 36.0368378776613 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.38780157670394, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.81464018278346, - "Chiller 6 Return Temperature": 95.86020254998425, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.85216494882294, - "Chiller 6 Setpoint Temperature": 52.683056831123956 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.203043156986077, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.76903699166428, - "Chiller 6 Return Temperature": 118.2769422441171, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.216151254976685, - "Chiller 6 Setpoint Temperature": 18.896009693361886 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.27131548138561, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.074410395777015, - "Chiller 6 Return Temperature": 21.550343453090598, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.11615305291556, - "Chiller 6 Setpoint Temperature": 6.267960152071188 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.97756766273446, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.57974301115789, - "Chiller 6 Return Temperature": 96.82689665780126, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.68786069376986, - "Chiller 6 Setpoint Temperature": 56.36327284543971 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.399238206531281, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.21936296083787, - "Chiller 6 Return Temperature": 118.18894910654355, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.34710318676599, - "Chiller 6 Setpoint Temperature": 20.160381999652817 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.78894021570736, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.423089724521713, - "Chiller 6 Return Temperature": 33.747323613083914, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.49171992949687, - "Chiller 6 Setpoint Temperature": 32.20444957610199 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.84292528776507, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.87436797301253, - "Chiller 6 Return Temperature": 42.74658983128547, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.9720517934907, - "Chiller 6 Setpoint Temperature": 47.409315856714535 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.80364316644352, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.519119632330723, - "Chiller 6 Return Temperature": 123.02581240048254, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.632166355979294, - "Chiller 6 Setpoint Temperature": 40.27771945127982 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.15454681458406, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.69136582361882, - "Chiller 6 Return Temperature": 50.662795098643834, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.47835367899728, - "Chiller 6 Setpoint Temperature": 23.777360501071588 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.50524930039175, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.7604695754052, - "Chiller 6 Return Temperature": 31.041133759022657, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.42713151859425, - "Chiller 6 Setpoint Temperature": 18.186717358295123 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.30007169815795, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.42830551832749, - "Chiller 6 Return Temperature": 101.02991218347373, - "Chiller 6 Condenser Water Flow": 5.206001256886927, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.1451185265023, - "Chiller 6 Setpoint Temperature": 54.50789058361165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.26617840643604, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.43834794883311, - "Chiller 6 Return Temperature": 94.60754517022372, - "Chiller 6 Condenser Water Flow": 3.9383805925208337, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.26013557039077, - "Chiller 6 Setpoint Temperature": 48.91561088960447 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.19883686888785, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.9382706115683, - "Chiller 6 Return Temperature": 80.62549371090252, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.25272256293663, - "Chiller 6 Setpoint Temperature": 80.81047810497883 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.96029481101995, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.65990445463338, - "Chiller 6 Return Temperature": 68.35502490844353, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.66918826639292, - "Chiller 6 Setpoint Temperature": 59.18253372503423 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.8483269767667, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.34602717807088, - "Chiller 6 Return Temperature": 0.1283425092999224, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.99891104656199, - "Chiller 6 Setpoint Temperature": 44.73769056032074 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.54411802438423, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.28972555051435, - "Chiller 6 Return Temperature": 109.2104993478433, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.711555983739704, - "Chiller 6 Setpoint Temperature": 90.75564375565006 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.2280427736367, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.94179393318343, - "Chiller 6 Return Temperature": 38.141950070978254, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.07875911855122, - "Chiller 6 Setpoint Temperature": 9.69086037141199 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.95941805706927, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.23073283770242, - "Chiller 6 Return Temperature": 112.12498860202165, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.282600385182803, - "Chiller 6 Setpoint Temperature": 61.86256122452048 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.3574319335858127, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 137.81335343600085, - "Chiller 6 Return Temperature": 95.9538929180376, - "Chiller 6 Condenser Water Flow": 0.6320534669648064, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.39007583503424, - "Chiller 6 Setpoint Temperature": 75.78550631230472 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.48075426953082, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.60461940962249, - "Chiller 6 Return Temperature": 59.776919626269994, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.713101012816786, - "Chiller 6 Setpoint Temperature": 40.032602371127226 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.97103792027759, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.18989430676964, - "Chiller 6 Return Temperature": 95.40099531934172, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.523929208971507, - "Chiller 6 Setpoint Temperature": 65.42859666361569 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.48338260119182, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.011068105184492, - "Chiller 6 Return Temperature": 121.89126775360732, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.09253190053007, - "Chiller 6 Setpoint Temperature": 76.28536018713532 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.05910037770573, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.22838845651353, - "Chiller 6 Return Temperature": 35.15003507627914, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.09049042676202, - "Chiller 6 Setpoint Temperature": 61.14467707740057 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.88673560612482, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.24256431279805, - "Chiller 6 Return Temperature": 69.50867156716488, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 144.5718914169926, - "Chiller 6 Setpoint Temperature": 42.58474116906602 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.04443208359376, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.53731090567441, - "Chiller 6 Return Temperature": 35.792398401695465, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 139.49624767790576, - "Chiller 6 Setpoint Temperature": 55.04312766038527 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.84331706856253, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.065980758385063, - "Chiller 6 Return Temperature": 110.83160125762636, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.70158751367211, - "Chiller 6 Setpoint Temperature": 39.005723810052054 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.64945255478585, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.837114617954036, - "Chiller 6 Return Temperature": 100.46863157969103, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.3429062467383, - "Chiller 6 Setpoint Temperature": 68.2005138710504 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.0469932598039, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.658314526087477, - "Chiller 6 Return Temperature": 60.197012329008345, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.47713877904843, - "Chiller 6 Setpoint Temperature": 35.303215832490885 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.55833181692707, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.10734354490735, - "Chiller 6 Return Temperature": 22.009774499517032, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 140.21949736973335, - "Chiller 6 Setpoint Temperature": 18.793586534542797 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.7959324978856, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.16625520211788, - "Chiller 6 Return Temperature": 43.628352247421354, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.7911623166688, - "Chiller 6 Setpoint Temperature": 35.96722674872035 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.646035527504594, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.5384700554663784, - "Chiller 6 Return Temperature": 1.1977789434234511, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 141.97109595434034, - "Chiller 6 Setpoint Temperature": 87.06708602145306 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.627339109883405, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.1388336001191, - "Chiller 6 Return Temperature": 87.18232027535466, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.5337092650332, - "Chiller 6 Setpoint Temperature": 9.581612563678355 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.58241075720017, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.141838118533933, - "Chiller 6 Return Temperature": 85.84896866098418, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.99826336522555, - "Chiller 6 Setpoint Temperature": 15.622128505756008 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 157.04979654851948, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.52223257731244, - "Chiller 6 Return Temperature": 113.00751270604779, - "Chiller 6 Condenser Water Flow": 1.3149033183647951, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.46225243980292, - "Chiller 6 Setpoint Temperature": 36.79815949624167 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-20T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.42534307861175, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.47664260680004, - "Chiller 6 Return Temperature": 80.28519412529647, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.3873266534231, - "Chiller 6 Setpoint Temperature": 79.8872285660737 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.663613268203974, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.81659904079895, - "Chiller 6 Return Temperature": 72.63219174011934, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.20628364529291, - "Chiller 6 Setpoint Temperature": 57.30550725848836 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.05450680086187, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.57113488119049, - "Chiller 6 Return Temperature": 111.57310259051563, - "Chiller 6 Condenser Water Flow": 2.618284133319368, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.74138866394387, - "Chiller 6 Setpoint Temperature": 83.37214208171468 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 152.0470042577821, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.00425687826561, - "Chiller 6 Return Temperature": 86.32315421526138, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.46238809556979, - "Chiller 6 Setpoint Temperature": 9.963914015471763 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.25495414209358, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.25662353000319, - "Chiller 6 Return Temperature": 16.921642133506246, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.13650615262333, - "Chiller 6 Setpoint Temperature": 3.6430492063058604 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.65652032825592, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.136962390617946, - "Chiller 6 Return Temperature": 60.59059015333783, - "Chiller 6 Condenser Water Flow": 5.461538991773564, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.03435512649801, - "Chiller 6 Setpoint Temperature": 41.01290220021108 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.2625083236433, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.48402509708271, - "Chiller 6 Return Temperature": 74.72672534762836, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.4574074724835, - "Chiller 6 Setpoint Temperature": 85.78273582857656 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 158.090663426894, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.617629896024951, - "Chiller 6 Return Temperature": 98.14138820749227, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.2968938382793, - "Chiller 6 Setpoint Temperature": 89.98068491132283 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.13397840777287, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.91291313400343, - "Chiller 6 Return Temperature": 31.540800022914308, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.47677160479398, - "Chiller 6 Setpoint Temperature": 53.79324516296761 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.75175123042372, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.14927231106425, - "Chiller 6 Return Temperature": 88.52396630985564, - "Chiller 6 Condenser Water Flow": 5.268656872560554, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.88447907402747, - "Chiller 6 Setpoint Temperature": 29.225703147592476 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.47767027434602, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.95229491024564, - "Chiller 6 Return Temperature": 66.37668917363368, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.568869649093205, - "Chiller 6 Setpoint Temperature": 5.267862620346376 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.807220197112386, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.20007002951749, - "Chiller 6 Return Temperature": 124.9935845143178, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.23902467257001, - "Chiller 6 Setpoint Temperature": 11.215047557498727 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.840986415500598, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 139.0674462806131, - "Chiller 6 Return Temperature": 108.08864627370413, - "Chiller 6 Condenser Water Flow": 2.671204070627574, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.21790557409736, - "Chiller 6 Setpoint Temperature": 68.10060600955657 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.465229912857717, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.27967292254652, - "Chiller 6 Return Temperature": 83.91309515459517, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.23405716041563, - "Chiller 6 Setpoint Temperature": 53.59301439087302 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.987339507740224, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.31191362989667, - "Chiller 6 Return Temperature": 58.13303081868923, - "Chiller 6 Condenser Water Flow": 1.227432821029073, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.00264373223444, - "Chiller 6 Setpoint Temperature": 48.85814577764 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.2162312542571, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.14916195601307, - "Chiller 6 Return Temperature": 97.20363984945453, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.07894786987039, - "Chiller 6 Setpoint Temperature": 45.48326933669723 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 153.0817931548194, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 138.8668979451223, - "Chiller 6 Return Temperature": 42.20100130914134, - "Chiller 6 Condenser Water Flow": 3.873151098456914, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.76456308222062, - "Chiller 6 Setpoint Temperature": 16.998943510457288 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.24901933414864, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 137.92948334528862, - "Chiller 6 Return Temperature": 128.13164493819139, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.5248908809106, - "Chiller 6 Setpoint Temperature": 49.64560880686766 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.203017837852475, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.23167407999643, - "Chiller 6 Return Temperature": 127.12793893904342, - "Chiller 6 Condenser Water Flow": 3.0606786260633276, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.726069992148377, - "Chiller 6 Setpoint Temperature": 75.6819941095288 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.71120164489702, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.23184829389687, - "Chiller 6 Return Temperature": 24.704853736282608, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 138.76975804328856, - "Chiller 6 Setpoint Temperature": 42.41999198833895 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.0182180544302, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.717580066315, - "Chiller 6 Return Temperature": 67.26416344433362, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.51729437268328, - "Chiller 6 Setpoint Temperature": 43.413859436500545 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.16076728740417, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.60489974343884, - "Chiller 6 Return Temperature": 61.04758755208363, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.96857466123726, - "Chiller 6 Setpoint Temperature": 46.19382670407432 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.29582598229557, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.749478717777556, - "Chiller 6 Return Temperature": 9.98757016061468, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.45290088061156, - "Chiller 6 Setpoint Temperature": 54.45234270331276 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.28950138739481, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.560704082984534, - "Chiller 6 Return Temperature": 3.8782190334338082, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 129.54560076552582, - "Chiller 6 Setpoint Temperature": 85.71155730231624 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.3637126730689, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.34218988926578, - "Chiller 6 Return Temperature": 54.38978108066193, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.944895615403155, - "Chiller 6 Setpoint Temperature": 29.569005723073804 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.65967331291482, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.284705721716243, - "Chiller 6 Return Temperature": 105.77938119691926, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 97.62326190231357, - "Chiller 6 Setpoint Temperature": 90.27557173369206 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.22314258643812, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.78034600133223, - "Chiller 6 Return Temperature": 92.62528802531699, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.72037429147374, - "Chiller 6 Setpoint Temperature": 13.035287888200893 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.77778496342995, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.50948723193068, - "Chiller 6 Return Temperature": 70.45544361632092, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.25230937052056, - "Chiller 6 Setpoint Temperature": 21.34183951702465 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 157.77766054741224, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.31995984848584, - "Chiller 6 Return Temperature": 51.420600265222504, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.503244835071, - "Chiller 6 Setpoint Temperature": 13.427734969218646 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.509414876656983, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.79758801990332, - "Chiller 6 Return Temperature": 56.17604043162539, - "Chiller 6 Condenser Water Flow": 0.2755252693386253, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.64422100157073, - "Chiller 6 Setpoint Temperature": 52.863353664851395 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.89421814049039, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.22125602856667, - "Chiller 6 Return Temperature": 74.63505571989857, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.08706373110268, - "Chiller 6 Setpoint Temperature": 63.39645602202265 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.649321676645215, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 139.3481753070593, - "Chiller 6 Return Temperature": 59.6000611139435, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.46773864882324, - "Chiller 6 Setpoint Temperature": 86.40464745666864 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.45466792126334, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.71898997143427, - "Chiller 6 Return Temperature": 63.03083304167448, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.5420887652636, - "Chiller 6 Setpoint Temperature": 8.625549291460539 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.843657695966202, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.0163427433988, - "Chiller 6 Return Temperature": 84.57844428855947, - "Chiller 6 Condenser Water Flow": 3.444731082438179, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.75644992388193, - "Chiller 6 Setpoint Temperature": 20.191618472616803 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.44924754429232, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.70116912026393, - "Chiller 6 Return Temperature": 38.681281579994334, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.7525590047899, - "Chiller 6 Setpoint Temperature": 78.46026812691304 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.8447560370028, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.9012628033818, - "Chiller 6 Return Temperature": 88.29110285081701, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.06095936164674, - "Chiller 6 Setpoint Temperature": 57.546055376721334 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.48251523220982, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.3348737179076, - "Chiller 6 Return Temperature": 119.30634158788551, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.54491157204573, - "Chiller 6 Setpoint Temperature": 17.52722395291135 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.25904515860545, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 138.63383433163247, - "Chiller 6 Return Temperature": 9.734921718767334, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 138.3591223437339, - "Chiller 6 Setpoint Temperature": 67.93827873569472 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.44302656210998, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.7299297128368, - "Chiller 6 Return Temperature": 47.74511048272652, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.99084319730379, - "Chiller 6 Setpoint Temperature": 34.79680486119284 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.725116490391349, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.953182720156566, - "Chiller 6 Return Temperature": 100.76717839334924, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.173436039625342, - "Chiller 6 Setpoint Temperature": 68.3462408129062 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.40754482810276, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.14727737635675, - "Chiller 6 Return Temperature": 65.54417296647087, - "Chiller 6 Condenser Water Flow": 1.4686192054284135, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.04979220729508, - "Chiller 6 Setpoint Temperature": 22.551147528189777 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.07769046195942, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.586402185504997, - "Chiller 6 Return Temperature": 101.42289305083634, - "Chiller 6 Condenser Water Flow": 1.5233583860198576, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.288566574770982, - "Chiller 6 Setpoint Temperature": 46.101739558167395 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.246947391575084, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.499569900978955, - "Chiller 6 Return Temperature": 32.04122068513943, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 143.59186489158017, - "Chiller 6 Setpoint Temperature": 40.0329282996068 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.55999516843266, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.301153207489268, - "Chiller 6 Return Temperature": 8.077410147176645, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.23096030974983, - "Chiller 6 Setpoint Temperature": 78.17187721131245 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.32660322699707, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.93927728209984, - "Chiller 6 Return Temperature": 84.48908329549644, - "Chiller 6 Condenser Water Flow": 5.365529064129531, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.76217258791215, - "Chiller 6 Setpoint Temperature": 80.78193051087902 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.91302570468549, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 95.47896697512215, - "Chiller 6 Return Temperature": 62.19760082890459, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.59901770766511, - "Chiller 6 Setpoint Temperature": 39.6736874551073 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.48647104744093, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.19467812694218, - "Chiller 6 Return Temperature": 7.188333143413004, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.47975347692923, - "Chiller 6 Setpoint Temperature": 19.44880663795939 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.999435964878785, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.772173600368863, - "Chiller 6 Return Temperature": 71.2137419060707, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.07086798421948, - "Chiller 6 Setpoint Temperature": 60.977049068964284 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.24311695507129, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 137.7163203574432, - "Chiller 6 Return Temperature": 87.67694732124728, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.1630203761747793, - "Chiller 6 Setpoint Temperature": 36.68483245013106 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.10580771633941, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.98559677914845, - "Chiller 6 Return Temperature": 96.21900238138672, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.85862174545037, - "Chiller 6 Setpoint Temperature": 44.435597650326024 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.86438971093139, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.20603205247497, - "Chiller 6 Return Temperature": 48.68576212495117, - "Chiller 6 Condenser Water Flow": 0.5508533086518024, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.89594770060909, - "Chiller 6 Setpoint Temperature": 60.739397866726335 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.69182021804332, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.73508936309275, - "Chiller 6 Return Temperature": 126.94183512572525, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.84816366449593, - "Chiller 6 Setpoint Temperature": 45.10806042033804 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.68428289807001, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.83499863344548, - "Chiller 6 Return Temperature": 24.238859198843237, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 97.18785398792524, - "Chiller 6 Setpoint Temperature": 0.6364758007225669 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.83649386533853, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.72842449911087, - "Chiller 6 Return Temperature": 127.2309518877197, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.074717264258418, - "Chiller 6 Setpoint Temperature": 58.04121586076991 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.25008907769994, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.110471620662736, - "Chiller 6 Return Temperature": 69.67573349875609, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.1629358194123336, - "Chiller 6 Setpoint Temperature": 37.166221674512215 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.51345810039156, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.26074237097366, - "Chiller 6 Return Temperature": 38.73813148587554, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.13834764817459, - "Chiller 6 Setpoint Temperature": 11.863427571821695 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.933987953008135, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.4510745330085, - "Chiller 6 Return Temperature": 26.712745958725236, - "Chiller 6 Condenser Water Flow": 1.2521006845570326, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.51456594719288, - "Chiller 6 Setpoint Temperature": 54.67680397931443 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.10012105001329, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.4729077444358, - "Chiller 6 Return Temperature": 127.64589931225882, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.384508861927955, - "Chiller 6 Setpoint Temperature": 55.00878278852942 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.560942923429316, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.16087485429553, - "Chiller 6 Return Temperature": 24.428641925699676, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.52607363129091, - "Chiller 6 Setpoint Temperature": 68.73348743282793 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.76330092190398, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.0783277719176, - "Chiller 6 Return Temperature": 102.6311915943691, - "Chiller 6 Condenser Water Flow": 4.79209376915093, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.2362404208971, - "Chiller 6 Setpoint Temperature": 29.173433684072737 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.57735200010841, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 82.09214638667548, - "Chiller 6 Return Temperature": 38.675969488986325, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.17436047871874, - "Chiller 6 Setpoint Temperature": 4.7340656560297845 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 156.87956437112837, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.90744562696633, - "Chiller 6 Return Temperature": 76.12049704920011, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.39407052241943, - "Chiller 6 Setpoint Temperature": 49.545330550177766 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.53733245202638, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 99.935511801209, - "Chiller 6 Return Temperature": 102.30890236283255, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.92836600840997, - "Chiller 6 Setpoint Temperature": 41.87734621819852 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.64056793382893, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.38397660401976, - "Chiller 6 Return Temperature": 50.55459066712409, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.08072924575678, - "Chiller 6 Setpoint Temperature": 59.768289583335765 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.31100833313893, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.56457989733302, - "Chiller 6 Return Temperature": 47.55103890990416, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.635255259686534, - "Chiller 6 Setpoint Temperature": 35.497032883840596 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.38477734059475, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.46444456921364, - "Chiller 6 Return Temperature": 84.33412727132291, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.17611314163739, - "Chiller 6 Setpoint Temperature": 11.1436852297061 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.242574313361406, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 142.50265327142614, - "Chiller 6 Return Temperature": 1.1499199764995272, - "Chiller 6 Condenser Water Flow": 0.5781104873515387, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.506915646084049, - "Chiller 6 Setpoint Temperature": 81.88309017280308 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.41443352757872, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.23914133639837, - "Chiller 6 Return Temperature": 64.52026108714354, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.202673264281906, - "Chiller 6 Setpoint Temperature": 16.923369451866293 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T16:45:02", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.10773717764542, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.87274404117993, - "Chiller 6 Return Temperature": 12.725420073615076, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 97.96818238681917, - "Chiller 6 Setpoint Temperature": 49.850608854884904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.9316938224555, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.01867493990557, - "Chiller 6 Return Temperature": 110.87666811435317, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.5877578337503, - "Chiller 6 Setpoint Temperature": 60.399847822843476 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.44787297092941, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.89405457088537, - "Chiller 6 Return Temperature": 33.10453862837019, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.00689807108736, - "Chiller 6 Setpoint Temperature": 37.231405177462406 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.20507049240759, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.79035081648481, - "Chiller 6 Return Temperature": 88.75359765826961, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.823998491858582, - "Chiller 6 Setpoint Temperature": 51.944820548587884 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.748006510463432, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.49861454076166, - "Chiller 6 Return Temperature": 129.2631555483175, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.43817428577809, - "Chiller 6 Setpoint Temperature": 53.33696098228983 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.65183760694214, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.307027177624745, - "Chiller 6 Return Temperature": 47.308874013048545, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.49537451715749, - "Chiller 6 Setpoint Temperature": 80.80907602885944 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.01346990679832, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.07206180540312, - "Chiller 6 Return Temperature": 47.54121128707684, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 97.22039469866982, - "Chiller 6 Setpoint Temperature": 53.234988796711136 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 164.17989525807823, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.22238966266817, - "Chiller 6 Return Temperature": 109.37829257684078, - "Chiller 6 Condenser Water Flow": 2.1570603148089065, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.79724090575013, - "Chiller 6 Setpoint Temperature": 17.191343518897863 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.949217667041776, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 138.269700986633, - "Chiller 6 Return Temperature": 91.81331520021489, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.87817211408617, - "Chiller 6 Setpoint Temperature": 87.77307994308522 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.24824393181873, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.67344851451164, - "Chiller 6 Return Temperature": 15.165690211026996, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.9216175271863516, - "Chiller 6 Setpoint Temperature": 78.20103090786178 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.562902265747844, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.18349859189833, - "Chiller 6 Return Temperature": 65.60590780963709, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.981215243983, - "Chiller 6 Setpoint Temperature": 15.42089664707617 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.8864944036476, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.62076005052265, - "Chiller 6 Return Temperature": 24.170037084070742, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.561625456489345, - "Chiller 6 Setpoint Temperature": 48.26451771468013 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.2979714581044, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.70493788676059, - "Chiller 6 Return Temperature": 117.19415260424873, - "Chiller 6 Condenser Water Flow": 2.183731808155069, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.77612022668467, - "Chiller 6 Setpoint Temperature": 49.601141962784816 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.8047947064112, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.47545622979823, - "Chiller 6 Return Temperature": 80.19809042049913, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 140.35350794527716, - "Chiller 6 Setpoint Temperature": 16.268710925582894 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.45376262959395, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.55130570079916, - "Chiller 6 Return Temperature": 117.12375954932666, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.21487573326514, - "Chiller 6 Setpoint Temperature": 32.813329800392964 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 160.54648068264186, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.03969456370184, - "Chiller 6 Return Temperature": 25.379468723647086, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.08546106457295, - "Chiller 6 Setpoint Temperature": 1.955580963049406 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.736064570369045, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.722283122809635, - "Chiller 6 Return Temperature": 130.03476739049307, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 140.08836283498394, - "Chiller 6 Setpoint Temperature": 2.7761263065412627 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.77862529311486, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 46.30268301405785, - "Chiller 6 Return Temperature": 113.84640313822324, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.71058006332068, - "Chiller 6 Setpoint Temperature": 83.34078339097185 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.42902031845786, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.78947676311679, - "Chiller 6 Return Temperature": 124.6211623985293, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.9817696094385138, - "Chiller 6 Setpoint Temperature": 14.468158860830425 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.82494251946872, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 82.2515037813702, - "Chiller 6 Return Temperature": 35.608624118326574, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.9973999685164, - "Chiller 6 Setpoint Temperature": 29.572228563717644 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.24749078418328, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.51092466953241, - "Chiller 6 Return Temperature": 65.91666508750153, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.95364552634524, - "Chiller 6 Setpoint Temperature": 82.73908953078895 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 160.59664017896043, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.3850754314802, - "Chiller 6 Return Temperature": 41.62597059470992, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.600241681668372, - "Chiller 6 Setpoint Temperature": 90.47266276824233 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.62385567920479, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.57261538582068, - "Chiller 6 Return Temperature": 28.406386961083594, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.85646281139299, - "Chiller 6 Setpoint Temperature": 64.77541142502353 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.8037502253487178, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.7135982060416, - "Chiller 6 Return Temperature": 16.907684243674954, - "Chiller 6 Condenser Water Flow": 4.139843783225053, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.35044187816771, - "Chiller 6 Setpoint Temperature": 5.7594551677114945 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.60072713295884, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.16024299308624, - "Chiller 6 Return Temperature": 13.353708671545235, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.42278891386522, - "Chiller 6 Setpoint Temperature": 87.18938432652003 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.366563905274795, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.51216819155377, - "Chiller 6 Return Temperature": 13.359104434544875, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.2310688969056507, - "Chiller 6 Setpoint Temperature": 62.371711502497554 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.04590871269075, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.89627277416432, - "Chiller 6 Return Temperature": 121.52064627183053, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.4958636466267, - "Chiller 6 Setpoint Temperature": 78.76481902560124 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.18990401529024, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 143.0892709919607, - "Chiller 6 Return Temperature": 88.4853427508807, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.78076177791602, - "Chiller 6 Setpoint Temperature": 23.057834981957633 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-21T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.73953640821163, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.64624716272179, - "Chiller 6 Return Temperature": 120.07036023541689, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.2057965107355, - "Chiller 6 Setpoint Temperature": 45.6386736291982 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T00:00:31", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.841984954139773, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.42341590017287, - "Chiller 6 Return Temperature": 10.60571612492228, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.893047735658456, - "Chiller 6 Setpoint Temperature": 56.10694460630806 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 153.45078557677243, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.72285233944924, - "Chiller 6 Return Temperature": 15.184038907919495, - "Chiller 6 Condenser Water Flow": 1.6821799725694448, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.101549022105175, - "Chiller 6 Setpoint Temperature": 51.59401490445221 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.0419786911666, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 134.05605908381847, - "Chiller 6 Return Temperature": 91.11860492199921, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.406696442428, - "Chiller 6 Setpoint Temperature": 56.96355918448689 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.04766257111563, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.38570563649094, - "Chiller 6 Return Temperature": 55.09111360136851, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.5364587592866834, - "Chiller 6 Setpoint Temperature": 57.64853366450458 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.413815896420765, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.558684992975152, - "Chiller 6 Return Temperature": 121.77035049594775, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.30969805090986, - "Chiller 6 Setpoint Temperature": 52.04441664437093 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.24687910731495, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.934732263615318, - "Chiller 6 Return Temperature": 77.53095055647941, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.680037746531085, - "Chiller 6 Setpoint Temperature": 61.71536050999323 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.57435438988668, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.526138144733, - "Chiller 6 Return Temperature": 20.1883002211443, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.81678881488599, - "Chiller 6 Setpoint Temperature": 41.15395698437935 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.91844678142672, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.995948874878012, - "Chiller 6 Return Temperature": 127.63508865666329, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.61968648785032, - "Chiller 6 Setpoint Temperature": 27.760858083418594 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.64565546742485, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.01696201562802, - "Chiller 6 Return Temperature": 121.32997454924026, - "Chiller 6 Condenser Water Flow": 2.961181061171838, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.993757594900783, - "Chiller 6 Setpoint Temperature": 52.75776281158708 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.41940092557834, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.57435871652348, - "Chiller 6 Return Temperature": 35.43508428429905, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.86914660939824, - "Chiller 6 Setpoint Temperature": 59.37024477820558 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.05031143653147, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.31638613888792, - "Chiller 6 Return Temperature": 40.12605179560111, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.68418219385125, - "Chiller 6 Setpoint Temperature": 79.38591765991644 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.09441464846587, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.12360744959497, - "Chiller 6 Return Temperature": 66.31376945788443, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.5564021106901, - "Chiller 6 Setpoint Temperature": 23.680398993053775 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.98176197996749, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.776056897590157, - "Chiller 6 Return Temperature": 35.07867976715573, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.741838753776975, - "Chiller 6 Setpoint Temperature": 9.116439449829555 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.67737953653396, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.88397162750202, - "Chiller 6 Return Temperature": 16.455419303010522, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.43314731849343, - "Chiller 6 Setpoint Temperature": 48.507256896770144 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.81513634364097, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.4819576660893, - "Chiller 6 Return Temperature": 48.1154338447207, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.10009863958389, - "Chiller 6 Setpoint Temperature": 40.68181563009915 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.80801877673147, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.963912643864575, - "Chiller 6 Return Temperature": 122.58494362488615, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.52701351859834, - "Chiller 6 Setpoint Temperature": 15.456883437901901 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.49544869993167, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.36750181473572, - "Chiller 6 Return Temperature": 89.21946073025897, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.62358251480008, - "Chiller 6 Setpoint Temperature": 79.5622505541521 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.4545262496560164, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.27014337822584, - "Chiller 6 Return Temperature": 73.06576585371835, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.838816864290424, - "Chiller 6 Setpoint Temperature": 63.04226794121697 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.83274475649415, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.27192084494654, - "Chiller 6 Return Temperature": 52.266848450469936, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.690770979753704, - "Chiller 6 Setpoint Temperature": 52.17349967843236 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 13.02333365796308, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.10806504639588, - "Chiller 6 Return Temperature": 111.79197922066744, - "Chiller 6 Condenser Water Flow": 3.0504353398715196, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.38692522831607, - "Chiller 6 Setpoint Temperature": 7.289714764465167 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.13415723049297, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.49556478820171, - "Chiller 6 Return Temperature": 60.65487563826303, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.60771019018368, - "Chiller 6 Setpoint Temperature": 23.88653857055885 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.43840847394833, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 143.85543336854693, - "Chiller 6 Return Temperature": 84.05412084495767, - "Chiller 6 Condenser Water Flow": 4.195094483380105, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.6746105467106744, - "Chiller 6 Setpoint Temperature": 20.638069189823415 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.58953768435714, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.692033802211395, - "Chiller 6 Return Temperature": 20.445664752816047, - "Chiller 6 Condenser Water Flow": 4.222887648887892, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.93472597282398, - "Chiller 6 Setpoint Temperature": 19.027422393726688 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.78797710063782, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 142.69525571099362, - "Chiller 6 Return Temperature": 54.238479631746685, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.22325886468074, - "Chiller 6 Setpoint Temperature": 32.40290592197268 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.038925713428862, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 143.63569242992943, - "Chiller 6 Return Temperature": 49.12223639733798, - "Chiller 6 Condenser Water Flow": 3.426969614860694, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.24162203348703, - "Chiller 6 Setpoint Temperature": 39.851388224832704 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.3113927383042, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.38460191083781, - "Chiller 6 Return Temperature": 80.92212773842691, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.888312476423287, - "Chiller 6 Setpoint Temperature": 81.60616310145113 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.495462841221062, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.44530744821436, - "Chiller 6 Return Temperature": 47.90345404021929, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 146.3558508766551, - "Chiller 6 Setpoint Temperature": 44.7996655133123 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.66081701374188, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 89.7936529925215, - "Chiller 6 Return Temperature": 36.742006666476115, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.246199874418195, - "Chiller 6 Setpoint Temperature": 51.055192597555774 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.8958787068918, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.69968752335883, - "Chiller 6 Return Temperature": 124.10913156784254, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.71408423577394, - "Chiller 6 Setpoint Temperature": 3.0182141454862164 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 156.75622493228653, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.22303222253129, - "Chiller 6 Return Temperature": 56.06623300401172, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.80603080315603, - "Chiller 6 Setpoint Temperature": 74.64621236615179 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.931968816816465, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.19472415685628, - "Chiller 6 Return Temperature": 61.57442256427586, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.09316620610025, - "Chiller 6 Setpoint Temperature": 61.27403475507249 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.91353175962735, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.05053384853682, - "Chiller 6 Return Temperature": 116.22271067462516, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.21289028337923, - "Chiller 6 Setpoint Temperature": 45.82209578694349 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.33627028523146, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.15135007087015, - "Chiller 6 Return Temperature": 83.22500069630962, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.29771981701316, - "Chiller 6 Setpoint Temperature": 67.2710749337754 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 105.96047992525753, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.872787039862, - "Chiller 6 Return Temperature": 125.15457209480982, - "Chiller 6 Condenser Water Flow": 4.873954675643626, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.3136332236826, - "Chiller 6 Setpoint Temperature": 37.74412703523526 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.54072947871046, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.943762061956477, - "Chiller 6 Return Temperature": 96.29039589476095, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.59401074055934, - "Chiller 6 Setpoint Temperature": 78.1212086253238 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.55569257949491, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.719964156256083, - "Chiller 6 Return Temperature": 37.23957167378751, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.3273734081788415, - "Chiller 6 Setpoint Temperature": 24.421697067243027 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 156.85417790204008, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.57130640019791, - "Chiller 6 Return Temperature": 109.6042649025183, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.261650959404953, - "Chiller 6 Setpoint Temperature": 34.97799456098646 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.184056320232926, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.905264417779996, - "Chiller 6 Return Temperature": 10.414571799106945, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.9585303640181, - "Chiller 6 Setpoint Temperature": 38.46795610695932 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.98290142875452, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.199975481338257, - "Chiller 6 Return Temperature": 82.02490194334837, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.548936695288596, - "Chiller 6 Setpoint Temperature": 59.272889330172866 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T09:45:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.061985645664, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.13671420200216, - "Chiller 6 Return Temperature": 25.091209705993087, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.40653049705936, - "Chiller 6 Setpoint Temperature": 35.82968586411174 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.64689948163115, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.53018967230543, - "Chiller 6 Return Temperature": 71.31114725954787, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.66430396598891, - "Chiller 6 Setpoint Temperature": 17.88712953527469 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.455059310592, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.42267648135444, - "Chiller 6 Return Temperature": 122.87336534733376, - "Chiller 6 Condenser Water Flow": 5.217420701950612, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.287961584051686, - "Chiller 6 Setpoint Temperature": 54.11608986453448 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.5227440838413, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.85316316490905, - "Chiller 6 Return Temperature": 96.00276897949607, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.93952102042613, - "Chiller 6 Setpoint Temperature": 85.33675474320475 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.18643435323713, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.04619730891358, - "Chiller 6 Return Temperature": 74.6827331487017, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.65587839065456, - "Chiller 6 Setpoint Temperature": 44.80523013885075 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 159.75264352948741, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.01090422063335, - "Chiller 6 Return Temperature": 101.74264175888294, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.44722932593023, - "Chiller 6 Setpoint Temperature": 30.725470082742202 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.4953703455947, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.568167479561694, - "Chiller 6 Return Temperature": 20.546731529312876, - "Chiller 6 Condenser Water Flow": 3.6801689589405546, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.55103100009497, - "Chiller 6 Setpoint Temperature": 5.319793794536503 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.411504404921956, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.05093572953126, - "Chiller 6 Return Temperature": 126.51166922448215, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 143.38530895290185, - "Chiller 6 Setpoint Temperature": 73.21434651084496 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.425083659366734, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.032246159277, - "Chiller 6 Return Temperature": 90.38515882550324, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.695566232982706, - "Chiller 6 Setpoint Temperature": 38.20119051909076 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.950646146283, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.31872642708757, - "Chiller 6 Return Temperature": 31.255335150275275, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.97896994680562, - "Chiller 6 Setpoint Temperature": 32.99463360624922 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.65001162464863, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.936732787433556, - "Chiller 6 Return Temperature": 111.50361901593553, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.438420034306304, - "Chiller 6 Setpoint Temperature": 70.46181788765217 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.56948093753975, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.934281400420636, - "Chiller 6 Return Temperature": 22.433870345390705, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.2028386882964, - "Chiller 6 Setpoint Temperature": 16.381045211128225 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.67590918513582, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.83841100634541, - "Chiller 6 Return Temperature": 43.49534360928657, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.84957024372306, - "Chiller 6 Setpoint Temperature": 39.04720220501105 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.3848844079353, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.004825236995444, - "Chiller 6 Return Temperature": 68.5575423581361, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.60155045035317, - "Chiller 6 Setpoint Temperature": 27.60271633687266 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.9533367900867, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.013233726167401, - "Chiller 6 Return Temperature": 27.50045292215611, - "Chiller 6 Condenser Water Flow": 0.5822305436079697, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.67913802855126, - "Chiller 6 Setpoint Temperature": 65.15891919744232 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.48212173251812, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.75788522681984, - "Chiller 6 Return Temperature": 47.254490801437065, - "Chiller 6 Condenser Water Flow": 2.441755398404179, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.39686069822558, - "Chiller 6 Setpoint Temperature": 72.83270241660207 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.2119940437875, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.91526798979399, - "Chiller 6 Return Temperature": 63.40873582315159, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.89952445476078, - "Chiller 6 Setpoint Temperature": 54.69579259553438 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.006002498630174, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.955391929851345, - "Chiller 6 Return Temperature": 32.67509869846304, - "Chiller 6 Condenser Water Flow": 3.793602285955738, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.90253537212637, - "Chiller 6 Setpoint Temperature": 13.594132084379247 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.43245049561772, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.17985496473587, - "Chiller 6 Return Temperature": 92.4315833725197, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.82450045306794, - "Chiller 6 Setpoint Temperature": 41.66606274462642 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.29420711200105, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.67501433233369, - "Chiller 6 Return Temperature": 102.70341193291972, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.50331444696815, - "Chiller 6 Setpoint Temperature": 23.392017400569465 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.18535200554706, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.2853337873723, - "Chiller 6 Return Temperature": 90.3705269993803, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.73432717824642, - "Chiller 6 Setpoint Temperature": 59.97967164833376 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.44604932989958, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.223479785494916, - "Chiller 6 Return Temperature": 99.40865598489417, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.116514660935971, - "Chiller 6 Setpoint Temperature": 72.42299700197655 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.3139617183817, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.7232388780992, - "Chiller 6 Return Temperature": 5.386354450121144, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.91998710136458, - "Chiller 6 Setpoint Temperature": 62.365080681593405 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.01864885327886, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.83433354712275, - "Chiller 6 Return Temperature": 43.42960100485446, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.67462896461878, - "Chiller 6 Setpoint Temperature": 5.65650560799159 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.50458602271223, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.41147229026646, - "Chiller 6 Return Temperature": 55.37821969515869, - "Chiller 6 Condenser Water Flow": 2.6708447966024704, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.67627499739297, - "Chiller 6 Setpoint Temperature": 10.052321609525588 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.17830021271418, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.72136363366914, - "Chiller 6 Return Temperature": 88.06162666353283, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 118.32188860777448, - "Chiller 6 Setpoint Temperature": 11.442518857938694 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.718005930282224, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 137.02836837261972, - "Chiller 6 Return Temperature": 120.3470868994559, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 118.06951852712633, - "Chiller 6 Setpoint Temperature": 14.54493680685078 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.573970224422226, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.49746955230647, - "Chiller 6 Return Temperature": 88.42993205175955, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.9222259192328, - "Chiller 6 Setpoint Temperature": 79.61448140169205 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 155.430224253945, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.808326038347582, - "Chiller 6 Return Temperature": 98.79681557766158, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.169635021119475, - "Chiller 6 Setpoint Temperature": 2.5487173632943407 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T17:00:33", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.26167186784931, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 134.2857905532568, - "Chiller 6 Return Temperature": 57.80612410506556, - "Chiller 6 Condenser Water Flow": 1.8621585877704032, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.376711099085526, - "Chiller 6 Setpoint Temperature": 41.17390980674293 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.39504983714934, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.54277243099258, - "Chiller 6 Return Temperature": 59.92502390538084, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.630710957051416, - "Chiller 6 Setpoint Temperature": 39.399006472215234 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.05897073011383, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 2.1138103345625283, - "Chiller 6 Return Temperature": 48.641716628342344, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 138.53237758570427, - "Chiller 6 Setpoint Temperature": 62.10318110483072 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 164.01440175066426, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.78665964282128, - "Chiller 6 Return Temperature": 42.86102446863304, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 145.4322307497439, - "Chiller 6 Setpoint Temperature": 36.727225648442 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.95703921509149, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.921156875562, - "Chiller 6 Return Temperature": 27.4718216851035, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.15491923553637, - "Chiller 6 Setpoint Temperature": 9.094201180923225 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.30249036399567, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.718249073145202, - "Chiller 6 Return Temperature": 106.9056251902957, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.60060294756862, - "Chiller 6 Setpoint Temperature": 16.439386924859146 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 155.41704364169087, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.740963312987834, - "Chiller 6 Return Temperature": 80.11034707425928, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.54387250629328, - "Chiller 6 Setpoint Temperature": 36.451075504085935 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.975351730605, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 99.94827785657036, - "Chiller 6 Return Temperature": 72.33328612490973, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 142.23205415456638, - "Chiller 6 Setpoint Temperature": 71.81143748235013 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.71761785373863, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.16023452955693, - "Chiller 6 Return Temperature": 44.3712240197703, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.08043818935955, - "Chiller 6 Setpoint Temperature": 76.27316395801074 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 157.6218872758241, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.7544618395455, - "Chiller 6 Return Temperature": 127.33564515938114, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.89827734050097, - "Chiller 6 Setpoint Temperature": 35.631256528477124 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.50085140747998, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.52577672662507, - "Chiller 6 Return Temperature": 100.61465423982963, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.43220010023543, - "Chiller 6 Setpoint Temperature": 64.8221022910577 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.17083055750948, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.5054571390406, - "Chiller 6 Return Temperature": 129.35706663474096, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.81088885823976, - "Chiller 6 Setpoint Temperature": 25.97432152340309 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.785942108628184, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.4100789702925, - "Chiller 6 Return Temperature": 121.28609069680184, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.86418845202843, - "Chiller 6 Setpoint Temperature": 78.01844396815349 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.14241442730648, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.21241676480279, - "Chiller 6 Return Temperature": 118.03476182461264, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.05780946437493, - "Chiller 6 Setpoint Temperature": 38.05494561675635 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.354943790965535, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.08160025036221, - "Chiller 6 Return Temperature": 76.54108708996384, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.42254387441528, - "Chiller 6 Setpoint Temperature": 7.956354536955985 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.52877021282212, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.2740391320438, - "Chiller 6 Return Temperature": 104.64257962812385, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.00529368267399, - "Chiller 6 Setpoint Temperature": 13.738537777268082 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.55770076858702, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.39258931434237, - "Chiller 6 Return Temperature": 48.87138051572313, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.493481020621626, - "Chiller 6 Setpoint Temperature": 11.664894266619502 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.37196325842055, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.656881722909233, - "Chiller 6 Return Temperature": 97.95795270552121, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.26307622315883, - "Chiller 6 Setpoint Temperature": 19.862047137761763 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.90709292716211, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.13908779313395, - "Chiller 6 Return Temperature": 124.53266309205038, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.78457628840707, - "Chiller 6 Setpoint Temperature": 82.80003534916494 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 158.95806565947933, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.624215446776184, - "Chiller 6 Return Temperature": 118.31177820966758, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.10252427634148, - "Chiller 6 Setpoint Temperature": 42.48515142543265 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.5595236862498, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.7593183187035, - "Chiller 6 Return Temperature": 128.4628600105313, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.74681150733531, - "Chiller 6 Setpoint Temperature": 47.53366774739296 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 156.34696206884536, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 99.81751040279069, - "Chiller 6 Return Temperature": 122.61956278777134, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.25447015647995, - "Chiller 6 Setpoint Temperature": 20.361139672626464 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.468509690916065, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.232764456858916, - "Chiller 6 Return Temperature": 117.66391466778843, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.59249273313971, - "Chiller 6 Setpoint Temperature": 2.9072106196458236 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.451535175157823, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.266104486143, - "Chiller 6 Return Temperature": 61.15415826784846, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.62070103282538, - "Chiller 6 Setpoint Temperature": 64.80932261164702 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.8186108530725, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.07338072854987, - "Chiller 6 Return Temperature": 24.68250518306376, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.27756270370478, - "Chiller 6 Setpoint Temperature": 21.669291790089016 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.10406421718616, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.19327774428261, - "Chiller 6 Return Temperature": 66.81228463531833, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.65070366566618, - "Chiller 6 Setpoint Temperature": 40.11810207276303 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.20844680175504, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.59846304907535, - "Chiller 6 Return Temperature": 125.20771549675348, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.887630043995577, - "Chiller 6 Setpoint Temperature": 46.48535949991194 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-22T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.88798333096861, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.076157234155925, - "Chiller 6 Return Temperature": 26.50375030885268, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.94569425993666, - "Chiller 6 Setpoint Temperature": 56.64856664952288 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.34125687936978, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.88489610840895, - "Chiller 6 Return Temperature": 48.87242814017313, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.966574531925472, - "Chiller 6 Setpoint Temperature": 75.36267906414837 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.06181527540197, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.384987133097628, - "Chiller 6 Return Temperature": 19.78264136100734, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.936981459056492, - "Chiller 6 Setpoint Temperature": 26.062580009018717 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.10167192576338, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.85921297647292, - "Chiller 6 Return Temperature": 93.85447334427683, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.72656251475931, - "Chiller 6 Setpoint Temperature": 21.698936765084085 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.982498184266943, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 139.95234925563634, - "Chiller 6 Return Temperature": 97.08139985660365, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.40573415090337, - "Chiller 6 Setpoint Temperature": 1.9242273730037076 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.56822545958939, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.589302115501312, - "Chiller 6 Return Temperature": 105.15022005885612, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 147.65478708248145, - "Chiller 6 Setpoint Temperature": 10.681215013009087 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.60399147359355, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.818245160982794, - "Chiller 6 Return Temperature": 54.90727096555386, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.08000766933888, - "Chiller 6 Setpoint Temperature": 57.61253626414343 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.96715119013453, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.352276393231016, - "Chiller 6 Return Temperature": 20.338846935373766, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.84611212468004, - "Chiller 6 Setpoint Temperature": 9.71812979163715 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.75613040266342, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.885199553122723, - "Chiller 6 Return Temperature": 91.34845758890442, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.92474473037339, - "Chiller 6 Setpoint Temperature": 15.1412700669216 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.44381092628952, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.95672414705714, - "Chiller 6 Return Temperature": 40.47251966841507, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.41126591064008, - "Chiller 6 Setpoint Temperature": 17.099696245136062 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.02694834400238, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.90845195173331, - "Chiller 6 Return Temperature": 126.77959102582425, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.099998746360015, - "Chiller 6 Setpoint Temperature": 19.109380823312083 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.18729445962315, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.58561367846603, - "Chiller 6 Return Temperature": 128.98047367631952, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.220928052026824, - "Chiller 6 Setpoint Temperature": 60.094137692516966 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.66383085224169, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.03331843431021, - "Chiller 6 Return Temperature": 8.597665424853721, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.22398517453404, - "Chiller 6 Setpoint Temperature": 6.068573377844913 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.129344783644619, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.25477491433377, - "Chiller 6 Return Temperature": 12.886292012989541, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 129.60067206217303, - "Chiller 6 Setpoint Temperature": 25.90695325583804 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.40511738865644, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.75859873162653, - "Chiller 6 Return Temperature": 51.56568030923291, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.25084181283636, - "Chiller 6 Setpoint Temperature": 8.183435639296206 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.57156610828055, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.76918526545958, - "Chiller 6 Return Temperature": 83.86119888258074, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.97902887515073, - "Chiller 6 Setpoint Temperature": 43.976276139269935 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.862590816801905, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.0587747773478, - "Chiller 6 Return Temperature": 26.77704721037924, - "Chiller 6 Condenser Water Flow": 1.7481297857119906, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.48804591633678, - "Chiller 6 Setpoint Temperature": 0.8871986481901701 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.20903718199223, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.14872316233702, - "Chiller 6 Return Temperature": 112.49843072949949, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.12102526444127, - "Chiller 6 Setpoint Temperature": 14.707931230109196 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.033255069774973, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 142.622843819669, - "Chiller 6 Return Temperature": 5.323529037441854, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.9724967025781, - "Chiller 6 Setpoint Temperature": 34.27923256453278 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.07909687185747, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.27054200783581, - "Chiller 6 Return Temperature": 25.989007907850723, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.89503097107386, - "Chiller 6 Setpoint Temperature": 80.81525279800037 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.5353392271656, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.40668165890318, - "Chiller 6 Return Temperature": 96.70788316921146, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.079192008958515, - "Chiller 6 Setpoint Temperature": 12.750632730206808 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.76704162395839, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.64420933815434, - "Chiller 6 Return Temperature": 28.37457095155156, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.424412094500873, - "Chiller 6 Setpoint Temperature": 69.98993112830783 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.01288010316682, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.6693244204471376, - "Chiller 6 Return Temperature": 13.86001786152618, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.794046239607646, - "Chiller 6 Setpoint Temperature": 35.80413280443433 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.64053280258304, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 139.55968930816556, - "Chiller 6 Return Temperature": 67.29152588329329, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.220359741777372, - "Chiller 6 Setpoint Temperature": 33.300422748447 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.74394315451227, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.34126218220379, - "Chiller 6 Return Temperature": 96.67959407419482, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.691733817506496, - "Chiller 6 Setpoint Temperature": 12.339044045504728 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.28977137493945, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.03370292795944, - "Chiller 6 Return Temperature": 26.862854014685873, - "Chiller 6 Condenser Water Flow": 2.138146739263796, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.84673292215736, - "Chiller 6 Setpoint Temperature": 26.6218444746505 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.03340888148614, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.63157483873101, - "Chiller 6 Return Temperature": 110.03066732097057, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.42872225887745, - "Chiller 6 Setpoint Temperature": 19.975045340836083 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.017420146599875, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.9256804199322972, - "Chiller 6 Return Temperature": 88.63521112078975, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.583560904445674, - "Chiller 6 Setpoint Temperature": 5.658418020151448 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.145825139764508, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.709018345535373, - "Chiller 6 Return Temperature": 114.73721064370717, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.43903139880386, - "Chiller 6 Setpoint Temperature": 65.36582899896875 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.84900045648423, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.15612655817435, - "Chiller 6 Return Temperature": 105.13600230339506, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.02072813142041, - "Chiller 6 Setpoint Temperature": 29.189912570509374 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.449903668495985, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.51903660468392, - "Chiller 6 Return Temperature": 55.55520270621781, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.10638118299907, - "Chiller 6 Setpoint Temperature": 69.30020808481171 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.298874996606777, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.91167826058357, - "Chiller 6 Return Temperature": 99.92100386985194, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 144.25782872624802, - "Chiller 6 Setpoint Temperature": 13.82736539203768 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 13.522755973063674, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.23320232236892, - "Chiller 6 Return Temperature": 13.874130568762189, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.62066636733478, - "Chiller 6 Setpoint Temperature": 69.92648897293267 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.94252380011129, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.21016791806967, - "Chiller 6 Return Temperature": 109.64652500637621, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.40025405874533, - "Chiller 6 Setpoint Temperature": 71.25518017484187 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.55580685471894, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.51863281715279, - "Chiller 6 Return Temperature": 40.653035636977535, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.0277034883127, - "Chiller 6 Setpoint Temperature": 63.92769239469649 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.44114599107436, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.494807991505757, - "Chiller 6 Return Temperature": 96.51173088456669, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.70833088267382, - "Chiller 6 Setpoint Temperature": 47.01758013683914 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 156.10970803686584, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.47251224739696, - "Chiller 6 Return Temperature": 49.96242446978648, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.023476757200248, - "Chiller 6 Setpoint Temperature": 66.64057642493891 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.98257686977483, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.322888436533386, - "Chiller 6 Return Temperature": 36.10976481651541, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.19855854714211, - "Chiller 6 Setpoint Temperature": 10.806832439412673 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.785411845005633, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.13307832986409, - "Chiller 6 Return Temperature": 116.68755122688484, - "Chiller 6 Condenser Water Flow": 0.3731245510497712, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.891699237643508, - "Chiller 6 Setpoint Temperature": 83.1923897921798 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.07211804507716, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.03290472217492, - "Chiller 6 Return Temperature": 64.39403788240163, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.582546311769934, - "Chiller 6 Setpoint Temperature": 49.67193605311592 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.39629520599617, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.442132886346556, - "Chiller 6 Return Temperature": 29.19715953315512, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 129.57079071472322, - "Chiller 6 Setpoint Temperature": 61.821856292856886 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.78699692518692, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 118.88428855553894, - "Chiller 6 Return Temperature": 93.69509528214255, - "Chiller 6 Condenser Water Flow": 3.055071861669545, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.52938551819243, - "Chiller 6 Setpoint Temperature": 61.06233386494297 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.622845851629116, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.380172031402935, - "Chiller 6 Return Temperature": 125.50217191291794, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.11539017793629, - "Chiller 6 Setpoint Temperature": 65.24419027386693 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.126757087312644, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.82717733990529, - "Chiller 6 Return Temperature": 71.62987669854978, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 138.25568260567783, - "Chiller 6 Setpoint Temperature": 9.241710721106088 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.486991447678149, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 31.571158774541065, - "Chiller 6 Return Temperature": 1.000255333799193, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.049043934663814, - "Chiller 6 Setpoint Temperature": 16.828252322213803 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.586525567565843, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.90616543244981, - "Chiller 6 Return Temperature": 123.56083965797242, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.86449085320496, - "Chiller 6 Setpoint Temperature": 30.402628335928743 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.211826525388308, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.13246386246676, - "Chiller 6 Return Temperature": 99.85161174467721, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.67085117366531, - "Chiller 6 Setpoint Temperature": 55.720258911682 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.72701115005526, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.40748463945066, - "Chiller 6 Return Temperature": 30.386358362209233, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.24604234884367, - "Chiller 6 Setpoint Temperature": 35.69933814034416 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.00294441664036, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.1058037454269, - "Chiller 6 Return Temperature": 29.589830632032346, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.004498817361913, - "Chiller 6 Setpoint Temperature": 50.03003523498934 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.82258743856872, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.548069814056871, - "Chiller 6 Return Temperature": 40.53136957020896, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 145.95485226839116, - "Chiller 6 Setpoint Temperature": 51.45371888737188 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 161.77950458179689, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.80608722242326, - "Chiller 6 Return Temperature": 17.553341221878544, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.673709412265495, - "Chiller 6 Setpoint Temperature": 82.03741846678345 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.4733730958026, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.564953416475047, - "Chiller 6 Return Temperature": 119.10935108997941, - "Chiller 6 Condenser Water Flow": 3.79790785440407, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.423657732026864, - "Chiller 6 Setpoint Temperature": 34.86412014355546 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.175791856834845, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.7566683900737, - "Chiller 6 Return Temperature": 43.335626269206124, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.41439884708471, - "Chiller 6 Setpoint Temperature": 55.017702755662576 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.66917893246564, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.35195428108904, - "Chiller 6 Return Temperature": 34.161580344132496, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.481946271816533, - "Chiller 6 Setpoint Temperature": 58.451131228541854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.20660480252255, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.91807710601938, - "Chiller 6 Return Temperature": 37.86168547455171, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.93079408419597, - "Chiller 6 Setpoint Temperature": 72.77992755744215 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.41986189883512, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.93340383132764, - "Chiller 6 Return Temperature": 85.8986187722029, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.23964505388695, - "Chiller 6 Setpoint Temperature": 34.074723815874854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 155.0273516923997, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.52556919318954, - "Chiller 6 Return Temperature": 87.50912251281039, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.16985226340842, - "Chiller 6 Setpoint Temperature": 72.78439945560356 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.20779555251796, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.17884279266131, - "Chiller 6 Return Temperature": 58.325778746131775, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.59426081448605, - "Chiller 6 Setpoint Temperature": 21.781476945829944 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.85682984385957, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.26231957675037, - "Chiller 6 Return Temperature": 51.545854494541786, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 142.10218589020738, - "Chiller 6 Setpoint Temperature": 80.12344766749733 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.69942384412649, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.23462410674487, - "Chiller 6 Return Temperature": 14.444274209123483, - "Chiller 6 Condenser Water Flow": 1.23347785167533, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.9743006433831, - "Chiller 6 Setpoint Temperature": 49.12569543937664 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.9308630548504, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.1812829860195, - "Chiller 6 Return Temperature": 116.22245868492621, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.7263373572646206, - "Chiller 6 Setpoint Temperature": 69.4248741209962 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.36055924970438, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.18501099046318, - "Chiller 6 Return Temperature": 113.43404074788775, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.63761953487198, - "Chiller 6 Setpoint Temperature": 35.61851256709166 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 160.59389391962503, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.26719272554567, - "Chiller 6 Return Temperature": 44.45028811583112, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.72015782007293, - "Chiller 6 Setpoint Temperature": 13.310421908937151 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.3618819943281, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 144.4800445845653, - "Chiller 6 Return Temperature": 64.65489497663843, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.002443564933856, - "Chiller 6 Setpoint Temperature": 14.566828562453523 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.31220650472061, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.88950090767353, - "Chiller 6 Return Temperature": 39.47591973824844, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.91594971906048, - "Chiller 6 Setpoint Temperature": 0.32311101784858387 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.9293251971219492, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.69922841540804, - "Chiller 6 Return Temperature": 105.3285617583032, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.17203116627395, - "Chiller 6 Setpoint Temperature": 14.367190437892658 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.06397905228559, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.338745324529, - "Chiller 6 Return Temperature": 131.8745265863222, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.769889693124682, - "Chiller 6 Setpoint Temperature": 1.651776315961217 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 154.69459384340203, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.30263861442329, - "Chiller 6 Return Temperature": 12.262609865693971, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 133.47293923017986, - "Chiller 6 Setpoint Temperature": 9.886226878384951 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.99520748161126, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.21810801940732, - "Chiller 6 Return Temperature": 42.82886161432079, - "Chiller 6 Condenser Water Flow": 5.4098990760999195, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.730648988268586, - "Chiller 6 Setpoint Temperature": 36.06651217742281 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.29427014131919, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.858844128749322, - "Chiller 6 Return Temperature": 66.4614906785712, - "Chiller 6 Condenser Water Flow": 3.7759507621516963, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.619900992536602, - "Chiller 6 Setpoint Temperature": 71.71932090767629 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.99646709216077, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 2.0071109006776617, - "Chiller 6 Return Temperature": 108.39580380498785, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.49873665190845, - "Chiller 6 Setpoint Temperature": 39.24635687983921 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.85201105048395, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.178597664746064, - "Chiller 6 Return Temperature": 53.30454136603582, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.94117786178325, - "Chiller 6 Setpoint Temperature": 74.47798191788003 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.134363457729286, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.20936408029364, - "Chiller 6 Return Temperature": 76.76745025684446, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.049986304601433, - "Chiller 6 Setpoint Temperature": 28.594648379100935 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.38563826306046, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.60970067692338, - "Chiller 6 Return Temperature": 50.48634762680677, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.952232256969335, - "Chiller 6 Setpoint Temperature": 4.678409158269858 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.4555491521756, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.767326398934026, - "Chiller 6 Return Temperature": 106.30834627680254, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 140.710783118279, - "Chiller 6 Setpoint Temperature": 61.39756025574503 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 160.42368428910711, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.45132450255846, - "Chiller 6 Return Temperature": 100.23463982631837, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.79957541045277, - "Chiller 6 Setpoint Temperature": 36.88080995115001 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.473344753480433, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.70724799550794, - "Chiller 6 Return Temperature": 37.52796298369283, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.51740394411412, - "Chiller 6 Setpoint Temperature": 40.188934871758306 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 159.1038624215728, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.80670158526015, - "Chiller 6 Return Temperature": 113.01361214819578, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.71392185691144, - "Chiller 6 Setpoint Temperature": 3.207940461819309 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.37134569877099, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.42721623817489, - "Chiller 6 Return Temperature": 87.22786705386935, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.25623306823707, - "Chiller 6 Setpoint Temperature": 27.131163522923575 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.587530037890296, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.48096104477425, - "Chiller 6 Return Temperature": 89.88699984828556, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.10823731888578, - "Chiller 6 Setpoint Temperature": 79.00113706591594 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.35073860063874, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.316977388301755, - "Chiller 6 Return Temperature": 85.1577895040001, - "Chiller 6 Condenser Water Flow": 2.4620138424789886, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.2137658601552, - "Chiller 6 Setpoint Temperature": 0.8789133803818343 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.83953085546874, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.83656484131623, - "Chiller 6 Return Temperature": 30.75550846314225, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.50044524662984, - "Chiller 6 Setpoint Temperature": 50.787936480725435 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.68881779214373, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.10436191571195, - "Chiller 6 Return Temperature": 22.883089597806908, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 145.74395605440205, - "Chiller 6 Setpoint Temperature": 38.87070714522865 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.025525565072, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.552417716868149, - "Chiller 6 Return Temperature": 96.97987274005509, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 129.0715869144594, - "Chiller 6 Setpoint Temperature": 41.43964658372746 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.457772426443405, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.472381595884, - "Chiller 6 Return Temperature": 101.32488200782923, - "Chiller 6 Condenser Water Flow": 0.9568227793057171, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.51147638581892, - "Chiller 6 Setpoint Temperature": 27.38209539547916 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.25236772397857, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.62157823123978, - "Chiller 6 Return Temperature": 16.607486274234514, - "Chiller 6 Condenser Water Flow": 4.150771822171847, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.0195382959284, - "Chiller 6 Setpoint Temperature": 82.94032386448833 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.58456617551585, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.506175385610824, - "Chiller 6 Return Temperature": 90.76731179412201, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.877392548489, - "Chiller 6 Setpoint Temperature": 3.0855322560224323 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.238934119331866, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.98189210949236, - "Chiller 6 Return Temperature": 105.28730885300418, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.304663920690302, - "Chiller 6 Setpoint Temperature": 83.22948602186831 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.19014508578425, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.13905516342729, - "Chiller 6 Return Temperature": 17.507676600627068, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.8898597511813127, - "Chiller 6 Setpoint Temperature": 20.280626272620523 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.43733024168161, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 146.25086158205025, - "Chiller 6 Return Temperature": 64.9423159793608, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.63150207629955, - "Chiller 6 Setpoint Temperature": 27.446163272420957 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.13631095360122, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.01609525837982, - "Chiller 6 Return Temperature": 131.02800909209364, - "Chiller 6 Condenser Water Flow": 2.984536762275015, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.76599997359132, - "Chiller 6 Setpoint Temperature": 49.454691551099344 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.681495721662113, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.59356627551068, - "Chiller 6 Return Temperature": 63.76381644579707, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.18984606656233, - "Chiller 6 Setpoint Temperature": 70.96019201853501 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.1783229512792, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.24088915651539, - "Chiller 6 Return Temperature": 48.905273762262745, - "Chiller 6 Condenser Water Flow": 0.1037828478385367, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.87187526092283, - "Chiller 6 Setpoint Temperature": 68.38500399857284 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.922020058303097, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.88349506770743, - "Chiller 6 Return Temperature": 0.17794147283564157, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.086088216150095, - "Chiller 6 Setpoint Temperature": 29.804632827995658 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.746902448312117, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 145.42654033054035, - "Chiller 6 Return Temperature": 7.659803433000671, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.3657826983133, - "Chiller 6 Setpoint Temperature": 41.947158863472765 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.274701627060395, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.11024659552997, - "Chiller 6 Return Temperature": 27.28081214261434, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.35853497953898, - "Chiller 6 Setpoint Temperature": 48.89377061143592 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-23T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.10855962672838, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.61350637651278, - "Chiller 6 Return Temperature": 45.18659506564548, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.214857163489874, - "Chiller 6 Setpoint Temperature": 82.90056586089099 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.82569877388963, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 89.58731633913754, - "Chiller 6 Return Temperature": 106.46323156933202, - "Chiller 6 Condenser Water Flow": 3.668533206472471, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.588708769002764, - "Chiller 6 Setpoint Temperature": 72.17814747297575 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.4805086048751352, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.6178949080948, - "Chiller 6 Return Temperature": 29.195805376658782, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.40115715603606, - "Chiller 6 Setpoint Temperature": 22.465218482943698 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.15229017851725, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.50213710940284, - "Chiller 6 Return Temperature": 74.2401140710038, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.81412054425908, - "Chiller 6 Setpoint Temperature": 77.44856511067047 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.91621043435428, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.62328525795817, - "Chiller 6 Return Temperature": 87.71183905568238, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 139.78071552468774, - "Chiller 6 Setpoint Temperature": 37.139352041768625 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.69195272509168, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.50904862458253, - "Chiller 6 Return Temperature": 102.07423337433622, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.73352794757018, - "Chiller 6 Setpoint Temperature": 14.641196798497875 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.808239243686913, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 144.196575299232, - "Chiller 6 Return Temperature": 73.8590479334662, - "Chiller 6 Condenser Water Flow": 1.4428948163068414, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.84231262586782, - "Chiller 6 Setpoint Temperature": 21.26540107207226 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.4183170966909, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.57454821515122, - "Chiller 6 Return Temperature": 20.09155385289845, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.111567148715785, - "Chiller 6 Setpoint Temperature": 28.97380280528867 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.81815724457623, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.29094187883088, - "Chiller 6 Return Temperature": 13.424579944004181, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 141.81660073668726, - "Chiller 6 Setpoint Temperature": 4.983199815841411 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.10133020033868, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.36905800626114, - "Chiller 6 Return Temperature": 95.43354982538779, - "Chiller 6 Condenser Water Flow": 3.773719817527529, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.4494039474985, - "Chiller 6 Setpoint Temperature": 18.229408371583265 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 30.660960011895078, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.843209663338282, - "Chiller 6 Return Temperature": 44.97895263773397, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.00498397238646, - "Chiller 6 Setpoint Temperature": 59.05012038636147 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.06097958474223, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.94954834356197, - "Chiller 6 Return Temperature": 57.6404664554684, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.4521936291459, - "Chiller 6 Setpoint Temperature": 57.177005110087485 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.286467334599042, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.92036001037605, - "Chiller 6 Return Temperature": 66.83161899274288, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.48698940912082, - "Chiller 6 Setpoint Temperature": 71.38155334992896 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.925380529751823, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.08995787076958, - "Chiller 6 Return Temperature": 19.927426043497253, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.18523920210599, - "Chiller 6 Setpoint Temperature": 78.34616612199578 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.922279864643446, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.962760128973653, - "Chiller 6 Return Temperature": 116.25492407128343, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.44189124184766, - "Chiller 6 Setpoint Temperature": 26.351021182487496 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.4822108358206, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.35574824882104, - "Chiller 6 Return Temperature": 94.08095996599343, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.471601210285364, - "Chiller 6 Setpoint Temperature": 81.1609868717144 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.2963106497487, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.01164988097884, - "Chiller 6 Return Temperature": 123.3662199740177, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.39147995733121, - "Chiller 6 Setpoint Temperature": 13.064488436249402 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.060071004179676, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.17469193969741, - "Chiller 6 Return Temperature": 30.41345748256747, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.46246363635571, - "Chiller 6 Setpoint Temperature": 77.8927276643858 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.9272138053228, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 88.03038152968465, - "Chiller 6 Return Temperature": 2.322637667707312, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.48317169258642, - "Chiller 6 Setpoint Temperature": 20.661588994239608 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.47246833962659, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.17567334270518, - "Chiller 6 Return Temperature": 35.07531746130324, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.78119496354547, - "Chiller 6 Setpoint Temperature": 53.5736794088807 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.05488278001921, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.85199697053518, - "Chiller 6 Return Temperature": 2.605629432467185, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.85594605223802, - "Chiller 6 Setpoint Temperature": 61.82530887744902 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.96022276451083, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.05032746786143, - "Chiller 6 Return Temperature": 37.8070746918933, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.51060502364825, - "Chiller 6 Setpoint Temperature": 47.24549791425586 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.719200695816166, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.059107270912534, - "Chiller 6 Return Temperature": 89.902608874657, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.17963257657414, - "Chiller 6 Setpoint Temperature": 76.62798634620941 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.37000887495331, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.040898445025007, - "Chiller 6 Return Temperature": 91.57717266329685, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.14438309080738, - "Chiller 6 Setpoint Temperature": 49.77393529315509 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.15782611472164, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.8919989931570316, - "Chiller 6 Return Temperature": 63.378018436926816, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.739057263192294, - "Chiller 6 Setpoint Temperature": 47.26551164282296 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.25006146780285, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.62446724485947, - "Chiller 6 Return Temperature": 27.629421344234316, - "Chiller 6 Condenser Water Flow": 4.635204679398293, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.65051888493188, - "Chiller 6 Setpoint Temperature": 6.87952244164439 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.005071425219612, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.55602837626527, - "Chiller 6 Return Temperature": 129.90200412912606, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.907006028454067, - "Chiller 6 Setpoint Temperature": 11.642318994457126 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.85397127546622, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.55084747188857, - "Chiller 6 Return Temperature": 1.4542498195640259, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.12206119798462, - "Chiller 6 Setpoint Temperature": 43.21509320987284 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.61059957659391, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.65005179375132, - "Chiller 6 Return Temperature": 67.7362243064762, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.46891243577606, - "Chiller 6 Setpoint Temperature": 63.30438483343477 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.314527764457146, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.90613315233104, - "Chiller 6 Return Temperature": 118.31513199991524, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.583712240874457, - "Chiller 6 Setpoint Temperature": 65.24203347652181 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.9227601824628, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 140.3880881373509, - "Chiller 6 Return Temperature": 80.17134907755462, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.98125077142953, - "Chiller 6 Setpoint Temperature": 62.625229829220395 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.13293521049652, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.51118929799107, - "Chiller 6 Return Temperature": 109.4954055481046, - "Chiller 6 Condenser Water Flow": 1.5449874571801767, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.1481577264969, - "Chiller 6 Setpoint Temperature": 68.70749485402514 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.66398205182843, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.2910966265500511, - "Chiller 6 Return Temperature": 5.7982828849151495, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.32402428669637, - "Chiller 6 Setpoint Temperature": 73.87260965171926 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.43555171087696, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.5636919271506375, - "Chiller 6 Return Temperature": 41.61251063547841, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.60805315027018, - "Chiller 6 Setpoint Temperature": 81.7411969316075 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.59322752203966, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.10071540671095, - "Chiller 6 Return Temperature": 41.36449271994355, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.43261047613295, - "Chiller 6 Setpoint Temperature": 16.81555022717157 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T08:30:04", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.547721457295145, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.19071362799035, - "Chiller 6 Return Temperature": 3.3350985153955435, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.44278939652855, - "Chiller 6 Setpoint Temperature": 20.77819309611128 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.73122880174353, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 140.87242538695403, - "Chiller 6 Return Temperature": 48.155616232480426, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.560718141554226, - "Chiller 6 Setpoint Temperature": 52.27714441793689 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.65879115145196, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.9253668883108706, - "Chiller 6 Return Temperature": 94.76255765727689, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.58531835910244, - "Chiller 6 Setpoint Temperature": 7.125329695291716 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.101372261237636, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.58801810229076, - "Chiller 6 Return Temperature": 33.88532299510387, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.77256611812405, - "Chiller 6 Setpoint Temperature": 76.88671477567686 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.7627720271698, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.05797771332703, - "Chiller 6 Return Temperature": 101.32001415442811, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.52778161102195, - "Chiller 6 Setpoint Temperature": 68.24089166482544 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 154.89394407387212, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.61349256764261, - "Chiller 6 Return Temperature": 84.15568620105611, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.42799759890191, - "Chiller 6 Setpoint Temperature": 76.912448030034 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.065429458205685, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.1728258589159788, - "Chiller 6 Return Temperature": 87.48064977482252, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.84106013151022, - "Chiller 6 Setpoint Temperature": 60.88579863387568 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.8088421389782, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 141.6096562846743, - "Chiller 6 Return Temperature": 8.404905515874816, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.47506847653021, - "Chiller 6 Setpoint Temperature": 66.65053198494047 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.96228006310315, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.035922345636486, - "Chiller 6 Return Temperature": 37.88809246374919, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.08282701752925, - "Chiller 6 Setpoint Temperature": 70.1627734719683 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.14931154114197, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.97501971466854, - "Chiller 6 Return Temperature": 2.616230327651693, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.00491980588737, - "Chiller 6 Setpoint Temperature": 26.482999492392434 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.63142018328472, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.99575630692863, - "Chiller 6 Return Temperature": 88.04461659884066, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.007425618353007, - "Chiller 6 Setpoint Temperature": 71.40258035314237 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.4027286622272, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 143.97930882563128, - "Chiller 6 Return Temperature": 41.79380561096603, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 145.50978454534507, - "Chiller 6 Setpoint Temperature": 75.14111380366333 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 160.37623761717455, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.82801262243162, - "Chiller 6 Return Temperature": 67.4869462649287, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.14882208513885, - "Chiller 6 Setpoint Temperature": 77.62804855983666 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.02125145024827, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.22448130281133, - "Chiller 6 Return Temperature": 27.44457097990874, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.487637571885074, - "Chiller 6 Setpoint Temperature": 55.857856450830134 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.89186007656019, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.89194269431246, - "Chiller 6 Return Temperature": 31.839123919305024, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.16732191051405, - "Chiller 6 Setpoint Temperature": 41.67609101026681 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.62914553685959, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.213049458899576, - "Chiller 6 Return Temperature": 29.35302596318511, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.08610685868227, - "Chiller 6 Setpoint Temperature": 4.5890898041723815 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.966939975958496, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.8287409604523, - "Chiller 6 Return Temperature": 57.97473920095789, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.189748402635065, - "Chiller 6 Setpoint Temperature": 1.3387246795096024 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.263346277902585, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.71724787642736, - "Chiller 6 Return Temperature": 77.69969886768307, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.68214665229733, - "Chiller 6 Setpoint Temperature": 31.312775254030594 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.17364522876765, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.01977959197662, - "Chiller 6 Return Temperature": 8.50641298096954, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.62876555758265, - "Chiller 6 Setpoint Temperature": 82.53175983814774 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.04371917899368, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.72324143485383, - "Chiller 6 Return Temperature": 48.45163533753665, - "Chiller 6 Condenser Water Flow": 5.079171198179498, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.071593640585988, - "Chiller 6 Setpoint Temperature": 63.707365450948885 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.32892040369933, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.871216085445967, - "Chiller 6 Return Temperature": 111.34819976696984, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.99592363077782, - "Chiller 6 Setpoint Temperature": 52.532730281722884 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.78831832675158, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.783697130334527, - "Chiller 6 Return Temperature": 84.57488380124012, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 33.41056068093278, - "Chiller 6 Setpoint Temperature": 23.651086075393604 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.40003168807006, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.79260534109917, - "Chiller 6 Return Temperature": 130.18621754433656, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.65249890999918, - "Chiller 6 Setpoint Temperature": 48.209469006505465 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.158971136780448, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.15046035010855, - "Chiller 6 Return Temperature": 39.92809059909001, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.815068680570405, - "Chiller 6 Setpoint Temperature": 71.57570854613803 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.37864810478173, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.13258467026977, - "Chiller 6 Return Temperature": 105.79731943877665, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.693129009588867, - "Chiller 6 Setpoint Temperature": 20.83689712882544 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.60891356644267, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.81751968587228, - "Chiller 6 Return Temperature": 88.28258480610116, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.59109532059853, - "Chiller 6 Setpoint Temperature": 53.71140040272262 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.93869984461503, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.22347196818126, - "Chiller 6 Return Temperature": 10.459311014827941, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 97.77734350742058, - "Chiller 6 Setpoint Temperature": 50.13166191797022 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.17688765120786, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.5043108470509177, - "Chiller 6 Return Temperature": 117.78315593613213, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 147.4395519733405, - "Chiller 6 Setpoint Temperature": 7.0707128897831515 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.73512964965985, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 82.66309052420844, - "Chiller 6 Return Temperature": 93.94259804468487, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.15742943992483, - "Chiller 6 Setpoint Temperature": 74.42079542566069 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T15:45:25", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.41483428622072, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.73992843396167, - "Chiller 6 Return Temperature": 112.78738840693299, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.28660607715848, - "Chiller 6 Setpoint Temperature": 64.53861397036727 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.82874150981272, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.00814929136106, - "Chiller 6 Return Temperature": 66.85366272493958, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.98049138625598, - "Chiller 6 Setpoint Temperature": 38.28429047596407 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.09937087665249, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.22743151826924, - "Chiller 6 Return Temperature": 81.06216823663469, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 133.97455173286107, - "Chiller 6 Setpoint Temperature": 29.406139664424508 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.410420789708, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 137.4334374590287, - "Chiller 6 Return Temperature": 63.83369058120754, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.12200065102058, - "Chiller 6 Setpoint Temperature": 30.597099438690666 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.441819494569407, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.78243141178882, - "Chiller 6 Return Temperature": 21.515399484392148, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.03116687983536, - "Chiller 6 Setpoint Temperature": 12.28444811087599 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.38618061781764, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 12.816715571551512, - "Chiller 6 Return Temperature": 109.5059844167994, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.63915993954174, - "Chiller 6 Setpoint Temperature": 39.95404426088026 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.910640164556717, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.65815845551388, - "Chiller 6 Return Temperature": 17.4270165397281, - "Chiller 6 Condenser Water Flow": 1.1217316668492368, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.83785755399853, - "Chiller 6 Setpoint Temperature": 1.8714955686482329 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.822682678660659, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.87150311531474, - "Chiller 6 Return Temperature": 56.521135413723165, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 142.85522919697203, - "Chiller 6 Setpoint Temperature": 51.20946172309059 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 165.3715231001364, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.7484043563392, - "Chiller 6 Return Temperature": 122.3535515266178, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.1558608389768, - "Chiller 6 Setpoint Temperature": 2.314134803013398 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.226630942680686, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.799331743858968, - "Chiller 6 Return Temperature": 113.87521583275928, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.37825648126616, - "Chiller 6 Setpoint Temperature": 79.93675195959122 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.48351537553265, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.970917761239708, - "Chiller 6 Return Temperature": 101.01664500189979, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 139.8121881194997, - "Chiller 6 Setpoint Temperature": 83.69166037962768 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 13.937318551076302, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.1242100392625, - "Chiller 6 Return Temperature": 8.13747800784132, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.4022463667447, - "Chiller 6 Setpoint Temperature": 33.661045800622716 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.50793510581065, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.92536110416528, - "Chiller 6 Return Temperature": 110.02096211611669, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.908430697057042, - "Chiller 6 Setpoint Temperature": 22.42045622803665 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.67954508392002, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.20813597554483, - "Chiller 6 Return Temperature": 28.214057347689387, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.601301833888975, - "Chiller 6 Setpoint Temperature": 36.58272061319445 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 155.26520351993258, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.85159720960588, - "Chiller 6 Return Temperature": 49.98031989031019, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 94.34270059689447, - "Chiller 6 Setpoint Temperature": 4.789631007124705 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.65665451137669, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.15709418441799, - "Chiller 6 Return Temperature": 21.825046433318295, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.7410750131714443, - "Chiller 6 Setpoint Temperature": 70.20926690323955 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.00393982349193, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.06399677439925, - "Chiller 6 Return Temperature": 32.74550447925073, - "Chiller 6 Condenser Water Flow": 3.022404276574484, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.42215186872321, - "Chiller 6 Setpoint Temperature": 25.241072154737374 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.49737321248151, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.3732086141792, - "Chiller 6 Return Temperature": 6.015519639701547, - "Chiller 6 Condenser Water Flow": 5.143396362567748, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.695488861382195, - "Chiller 6 Setpoint Temperature": 40.025765990393644 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.12623589672515, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.078255019731667, - "Chiller 6 Return Temperature": 6.699741966927095, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.4211077626153, - "Chiller 6 Setpoint Temperature": 36.149643056041086 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.954468360490655, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.7036219218609, - "Chiller 6 Return Temperature": 25.0064367762073, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.06461201903457, - "Chiller 6 Setpoint Temperature": 37.219133226193904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.419914879726, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.14968197224654, - "Chiller 6 Return Temperature": 41.40259077583508, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.94461307158457, - "Chiller 6 Setpoint Temperature": 32.669804692541305 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.155992351070866, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.6897593320412, - "Chiller 6 Return Temperature": 59.06160598968268, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.1030678843897, - "Chiller 6 Setpoint Temperature": 73.96146739365071 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.58764212001608, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.47751779978535, - "Chiller 6 Return Temperature": 116.85622875604707, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.490285024869192, - "Chiller 6 Setpoint Temperature": 41.32105679854934 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.77134909135206, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 95.56808147196031, - "Chiller 6 Return Temperature": 7.640837081917119, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.93304100154552, - "Chiller 6 Setpoint Temperature": 27.64754334310539 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.247899153486622, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.5821205377759, - "Chiller 6 Return Temperature": 75.08482900307357, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.32312598337434, - "Chiller 6 Setpoint Temperature": 30.505728881851773 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.90995570548083, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.94033512221714, - "Chiller 6 Return Temperature": 45.66486640206151, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.17876808843681, - "Chiller 6 Setpoint Temperature": 49.71175038179834 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.449754286697658, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.34393460139512, - "Chiller 6 Return Temperature": 9.382527153323466, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.076773507066335, - "Chiller 6 Setpoint Temperature": 8.298826453992582 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 164.47805109229623, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.25787802862673, - "Chiller 6 Return Temperature": 120.99749722492892, - "Chiller 6 Condenser Water Flow": 3.649283827473769, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.19890350570596, - "Chiller 6 Setpoint Temperature": 49.619339302093216 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.29715761673843, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.85289293226077, - "Chiller 6 Return Temperature": 118.33217360158582, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.25126147307571, - "Chiller 6 Setpoint Temperature": 70.80004295662995 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.9616349519122664, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.791721116845808, - "Chiller 6 Return Temperature": 124.76891053325282, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 145.39204544073326, - "Chiller 6 Setpoint Temperature": 83.66705521681132 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.38740257429556, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.78880422424078, - "Chiller 6 Return Temperature": 21.668986868770276, - "Chiller 6 Condenser Water Flow": 0.5975654666164084, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.87710116216505, - "Chiller 6 Setpoint Temperature": 1.5494304252728703 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.30260175235972, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.49718860050007, - "Chiller 6 Return Temperature": 0.41013474402544814, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.363258445698495, - "Chiller 6 Setpoint Temperature": 28.558039476211196 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-24T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.49531391850607, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.94217856202279, - "Chiller 6 Return Temperature": 8.764141946811563, - "Chiller 6 Condenser Water Flow": 2.372404469347859, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.76211309967904, - "Chiller 6 Setpoint Temperature": 41.25207164196421 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.14244733958404, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 31.904340850715904, - "Chiller 6 Return Temperature": 127.98633039444725, - "Chiller 6 Condenser Water Flow": 3.7942826234699023, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.901811566849773, - "Chiller 6 Setpoint Temperature": 16.827666417504346 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.71386219531611, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.35441051074008, - "Chiller 6 Return Temperature": 2.9189416781410262, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.24216459413225, - "Chiller 6 Setpoint Temperature": 77.07427519832152 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 162.66162072647657, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 31.465534057091247, - "Chiller 6 Return Temperature": 106.04664917670505, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.66198252667894, - "Chiller 6 Setpoint Temperature": 48.13807531815296 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.52577325950224, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 141.0902563532217, - "Chiller 6 Return Temperature": 42.08689897820541, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.22520898122, - "Chiller 6 Setpoint Temperature": 61.740571954723265 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.01784857507327, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.946904301724185, - "Chiller 6 Return Temperature": 8.29235814823101, - "Chiller 6 Condenser Water Flow": 3.564448005308876, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.76047033301657, - "Chiller 6 Setpoint Temperature": 69.60303801242276 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.99002359326667, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.033837888488687, - "Chiller 6 Return Temperature": 14.857673590003644, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 7.660587702640208, - "Chiller 6 Setpoint Temperature": 3.635680168012192 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T01:30:04", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.20688611802473, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 141.80525529605902, - "Chiller 6 Return Temperature": 121.3454289375431, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.56675135330475, - "Chiller 6 Setpoint Temperature": 50.19127235264769 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.62230489400483, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.66749602243676, - "Chiller 6 Return Temperature": 35.98078921450723, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.25664210689511, - "Chiller 6 Setpoint Temperature": 9.937904321032606 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.95548183647506, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.0274677186438, - "Chiller 6 Return Temperature": 110.3206231917855, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.9759138125720797, - "Chiller 6 Setpoint Temperature": 7.193116622523899 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.0105532824665, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.252322204297982, - "Chiller 6 Return Temperature": 95.07211992989772, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.93147844381252, - "Chiller 6 Setpoint Temperature": 65.51777834384444 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 155.7798720324237, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.233879564480584, - "Chiller 6 Return Temperature": 82.18921960240525, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.93847741416928, - "Chiller 6 Setpoint Temperature": 6.555957212596002 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.595826018039826, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.4528821771631, - "Chiller 6 Return Temperature": 43.42203488362688, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.856980517514497, - "Chiller 6 Setpoint Temperature": 56.49836509793549 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.5586197440108, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.79463841833723, - "Chiller 6 Return Temperature": 8.324223437216853, - "Chiller 6 Condenser Water Flow": 2.7877721403427027, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.79549675266209, - "Chiller 6 Setpoint Temperature": 56.83160554987406 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.323920761299, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.52213618932107, - "Chiller 6 Return Temperature": 112.07471399126888, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.12057959848287, - "Chiller 6 Setpoint Temperature": 56.33867118817679 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 159.91654581588102, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.10548069579825, - "Chiller 6 Return Temperature": 40.0343462843202, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 142.58104549510415, - "Chiller 6 Setpoint Temperature": 6.929786690021917 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.55596918312723, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.057721754834535, - "Chiller 6 Return Temperature": 128.620320667319, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.1600256304291685, - "Chiller 6 Setpoint Temperature": 63.53727601840933 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.88809828070006, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.58935769058793, - "Chiller 6 Return Temperature": 122.20889662071045, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.67971097939713, - "Chiller 6 Setpoint Temperature": 51.09003311417762 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.77851886128921, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.18862729703855, - "Chiller 6 Return Temperature": 67.67300170491244, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.255833067460703, - "Chiller 6 Setpoint Temperature": 16.738450824478146 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.93555697880255, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.87104772794532, - "Chiller 6 Return Temperature": 33.279434631915194, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.56470759809355, - "Chiller 6 Setpoint Temperature": 74.75248187553102 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.0694664238067, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.81324429815999, - "Chiller 6 Return Temperature": 8.619410595953012, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.080431083412925, - "Chiller 6 Setpoint Temperature": 11.33374395882379 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.427623860948817, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.869338132054049, - "Chiller 6 Return Temperature": 20.63241194056883, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.010371594372295, - "Chiller 6 Setpoint Temperature": 31.57635851435571 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.94986377158075, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.224103847715327, - "Chiller 6 Return Temperature": 30.361851896618788, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.02446944141313, - "Chiller 6 Setpoint Temperature": 29.045764920816364 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.616952036475716, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.19505793039029, - "Chiller 6 Return Temperature": 81.68671576799305, - "Chiller 6 Condenser Water Flow": 0.6103520802074228, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.67099707489175, - "Chiller 6 Setpoint Temperature": 27.655122887065843 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 74.79411946351689, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.90081565829622, - "Chiller 6 Return Temperature": 76.21918688186199, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.90778380964815, - "Chiller 6 Setpoint Temperature": 68.33321230882854 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.95701759586132, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.15973646650002, - "Chiller 6 Return Temperature": 74.52200897958649, - "Chiller 6 Condenser Water Flow": 2.2695820138317693, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.105348558054654, - "Chiller 6 Setpoint Temperature": 56.48425368962435 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 152.62236086040977, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.610246860117435, - "Chiller 6 Return Temperature": 20.908158833005913, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.91477263164747, - "Chiller 6 Setpoint Temperature": 67.61609773683635 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.60160539925174, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.19240637539772, - "Chiller 6 Return Temperature": 8.754027351306723, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.10647512980879, - "Chiller 6 Setpoint Temperature": 60.147704601048396 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.41632744373232, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.43104940261124, - "Chiller 6 Return Temperature": 120.85550851495603, - "Chiller 6 Condenser Water Flow": 5.285459352610931, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.877821470627186, - "Chiller 6 Setpoint Temperature": 29.863156867825438 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.47923501820548, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.229675851021003, - "Chiller 6 Return Temperature": 36.8609510115196, - "Chiller 6 Condenser Water Flow": 0.2598438177392304, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 142.4211904492736, - "Chiller 6 Setpoint Temperature": 16.766821401551162 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.07913047547812, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.5323034252752, - "Chiller 6 Return Temperature": 103.92686096407891, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.2561485333331, - "Chiller 6 Setpoint Temperature": 49.13488590218577 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 153.672763709498, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.80214680282404, - "Chiller 6 Return Temperature": 87.4916873856463, - "Chiller 6 Condenser Water Flow": 1.0351861978345882, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.695025604309844, - "Chiller 6 Setpoint Temperature": 35.71375602031252 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.616282413892078, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.25195336245889, - "Chiller 6 Return Temperature": 121.593145212574, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.98455185869591, - "Chiller 6 Setpoint Temperature": 79.00548078235691 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.074681102502154, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 46.6386028209668, - "Chiller 6 Return Temperature": 28.707922343202352, - "Chiller 6 Condenser Water Flow": 1.4608863482589525, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.895674842809544, - "Chiller 6 Setpoint Temperature": 65.18351909191904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.73939097901117, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 138.06676940452562, - "Chiller 6 Return Temperature": 28.19310919676298, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 80.33897918764922, - "Chiller 6 Setpoint Temperature": 26.250973500162523 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.91832374251033, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.57629669620792, - "Chiller 6 Return Temperature": 37.58929969504408, - "Chiller 6 Condenser Water Flow": 5.057514385840194, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.36536765661941, - "Chiller 6 Setpoint Temperature": 40.33839915544743 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T08:45:25", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.849858020999, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.24160249044914, - "Chiller 6 Return Temperature": 75.92042339118748, - "Chiller 6 Condenser Water Flow": 3.2351170100124467, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.25084492182428, - "Chiller 6 Setpoint Temperature": 36.37018509152711 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 48.883737330125285, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.55519457842607, - "Chiller 6 Return Temperature": 46.98947653162476, - "Chiller 6 Condenser Water Flow": 1.1286702058371363, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.98301465116618, - "Chiller 6 Setpoint Temperature": 66.96195822573206 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.51619613932083, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.54256844144606, - "Chiller 6 Return Temperature": 74.76666500823457, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.866677925529, - "Chiller 6 Setpoint Temperature": 16.376912633569667 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.76941326222571, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.41128794256717, - "Chiller 6 Return Temperature": 100.05256892800817, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.43094736040317, - "Chiller 6 Setpoint Temperature": 78.16312264915841 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.08384974058421, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.583056610644688, - "Chiller 6 Return Temperature": 101.0959042651564, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.83284815770168, - "Chiller 6 Setpoint Temperature": 18.21325090730563 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.68717432607777, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.62933627331196, - "Chiller 6 Return Temperature": 2.4208873865313194, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 143.58460884352849, - "Chiller 6 Setpoint Temperature": 16.1699627202932 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 155.1140161791388, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.34774540225475, - "Chiller 6 Return Temperature": 13.859947845311083, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.51992955930046, - "Chiller 6 Setpoint Temperature": 29.383007818282316 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.27037019222356, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.477859121885361, - "Chiller 6 Return Temperature": 46.130676729099626, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.143047347379413, - "Chiller 6 Setpoint Temperature": 65.75565917023785 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.121624512589904, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.8078853494493976, - "Chiller 6 Return Temperature": 125.36328766354909, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.5093514600135, - "Chiller 6 Setpoint Temperature": 32.294442891395384 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.83479136910369, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.33961807405462, - "Chiller 6 Return Temperature": 31.8153866462732, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.8060701386805, - "Chiller 6 Setpoint Temperature": 15.806166918036022 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.786559105996663, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.07565311792197, - "Chiller 6 Return Temperature": 96.14179965607542, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.927270500065323, - "Chiller 6 Setpoint Temperature": 5.454752169339748 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.660716698459, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.457312225898356, - "Chiller 6 Return Temperature": 8.552150050918748, - "Chiller 6 Condenser Water Flow": 2.927061174596306, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.961881175590047, - "Chiller 6 Setpoint Temperature": 69.18718171232653 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.26968894157014, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 118.7866154668591, - "Chiller 6 Return Temperature": 48.914331247276095, - "Chiller 6 Condenser Water Flow": 0.5029445144111402, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 139.23756202998655, - "Chiller 6 Setpoint Temperature": 64.39060473674344 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.5373917832074, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.44929790250013, - "Chiller 6 Return Temperature": 73.88320473056237, - "Chiller 6 Condenser Water Flow": 3.905266977225006, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.587736072761793, - "Chiller 6 Setpoint Temperature": 28.96075379745518 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.05934205887435, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.91929790808268, - "Chiller 6 Return Temperature": 47.7141294517087, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.708258250521656, - "Chiller 6 Setpoint Temperature": 23.85620490279844 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.4258353252963, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.90905297760746, - "Chiller 6 Return Temperature": 69.29302451791027, - "Chiller 6 Condenser Water Flow": 2.788866984308169, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.48743737939328, - "Chiller 6 Setpoint Temperature": 73.36197645251207 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 79.70197903336158, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.14385056286298, - "Chiller 6 Return Temperature": 69.67216114959028, - "Chiller 6 Condenser Water Flow": 2.3171707645275674, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.298858830565685, - "Chiller 6 Setpoint Temperature": 58.83627005638511 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.18734536516875, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 134.322100336074, - "Chiller 6 Return Temperature": 47.20060636206253, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.93536583726387, - "Chiller 6 Setpoint Temperature": 29.253918403999 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.52556994415005, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.72320021875811, - "Chiller 6 Return Temperature": 24.515263228066836, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.9874057492293, - "Chiller 6 Setpoint Temperature": 38.70873408571957 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.54790060666676, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.20572604190868, - "Chiller 6 Return Temperature": 35.83674996227862, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.44123258506904, - "Chiller 6 Setpoint Temperature": 33.98437900185262 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.42457119973253, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.780203682931774, - "Chiller 6 Return Temperature": 3.6167811298315122, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.71233224700205, - "Chiller 6 Setpoint Temperature": 5.222463451578186 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.23269617279834, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.06437065764301, - "Chiller 6 Return Temperature": 55.87672581980327, - "Chiller 6 Condenser Water Flow": 2.983748390340335, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 43.54706456381941, - "Chiller 6 Setpoint Temperature": 26.73735400653384 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.23787034856059, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.11621834593322, - "Chiller 6 Return Temperature": 18.88444597166821, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.819537642861397, - "Chiller 6 Setpoint Temperature": 74.92594840751258 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.174508758100046, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.7586138536617, - "Chiller 6 Return Temperature": 18.388243096382702, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.01751590970338, - "Chiller 6 Setpoint Temperature": 66.13042645268092 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.145576290421474, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.99280434951186, - "Chiller 6 Return Temperature": 126.72092467016495, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.56344624761991, - "Chiller 6 Setpoint Temperature": 57.37489940507451 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.94042187256956, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.11606972792231, - "Chiller 6 Return Temperature": 104.01677826337479, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.66386106405085, - "Chiller 6 Setpoint Temperature": 53.54511164432024 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.751533391862, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.85069829319576, - "Chiller 6 Return Temperature": 58.20519053372599, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.1146146625866, - "Chiller 6 Setpoint Temperature": 60.20062292523203 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.83393987433604, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.7327968190945, - "Chiller 6 Return Temperature": 67.0761605302356, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.87039639609422, - "Chiller 6 Setpoint Temperature": 17.981387838793733 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.77932966072694, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 144.2777710447835, - "Chiller 6 Return Temperature": 10.600845660742824, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.66659242303118, - "Chiller 6 Setpoint Temperature": 24.221509476693672 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.50780514414163, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.4433750421707, - "Chiller 6 Return Temperature": 110.81991998460583, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.02331720772628, - "Chiller 6 Setpoint Temperature": 63.37528733962126 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.10031635441536, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.71933625366678, - "Chiller 6 Return Temperature": 66.6706317498015, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.75327229231111, - "Chiller 6 Setpoint Temperature": 63.592804641160924 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.2631384803786, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.2507863234203915, - "Chiller 6 Return Temperature": 73.34215718266672, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.75654412976618, - "Chiller 6 Setpoint Temperature": 73.08105127649019 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.06925578682116297, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.09013377611019, - "Chiller 6 Return Temperature": 56.36489680020824, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.858872113966214, - "Chiller 6 Setpoint Temperature": 2.197690047004263 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 114.14530444855897, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.90037283330748, - "Chiller 6 Return Temperature": 116.82143271069219, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.263034872444976, - "Chiller 6 Setpoint Temperature": 15.534419155012019 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.15200654366909, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 139.49122455375758, - "Chiller 6 Return Temperature": 83.74888620156757, - "Chiller 6 Condenser Water Flow": 3.608221521888736, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.12796543022844, - "Chiller 6 Setpoint Temperature": 40.850423056156444 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.9377985093889, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.89831594234681, - "Chiller 6 Return Temperature": 60.488240696757494, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.14986161412506, - "Chiller 6 Setpoint Temperature": 20.63302443880054 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.11311728996291, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.44351067415752, - "Chiller 6 Return Temperature": 32.365840093559186, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.576042813482394, - "Chiller 6 Setpoint Temperature": 65.01333023389311 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.19754875248799, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.22543353481663, - "Chiller 6 Return Temperature": 35.31524560145683, - "Chiller 6 Condenser Water Flow": 2.1129965153899364, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.13122141044182, - "Chiller 6 Setpoint Temperature": 56.25213941888043 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.512754727797002, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.26031733045437, - "Chiller 6 Return Temperature": 29.540776256149755, - "Chiller 6 Condenser Water Flow": 1.1044877015137833, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.75000764552421, - "Chiller 6 Setpoint Temperature": 69.99999986972402 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.30560259487385, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.824109228724225, - "Chiller 6 Return Temperature": 59.146389808210465, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.79858541782696, - "Chiller 6 Setpoint Temperature": 77.21334568307974 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.58255876843074, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.0194219236317, - "Chiller 6 Return Temperature": 42.02956163222896, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.690167232830312, - "Chiller 6 Setpoint Temperature": 7.293061563658385 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.34524309785286, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.93634598021464, - "Chiller 6 Return Temperature": 97.63832130689902, - "Chiller 6 Condenser Water Flow": 5.050661487656545, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 129.2705781311295, - "Chiller 6 Setpoint Temperature": 29.210202177751363 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.18485673522407, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 66.98912982935677, - "Chiller 6 Return Temperature": 51.30634463521016, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.18143926997525, - "Chiller 6 Setpoint Temperature": 2.9562164197929914 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.90768614138189, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.8657129482827, - "Chiller 6 Return Temperature": 19.272770506463143, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.86875078153915, - "Chiller 6 Setpoint Temperature": 0.9358496397507547 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.11104442489444, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.1449933502944, - "Chiller 6 Return Temperature": 96.18789735880753, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.09547404402343, - "Chiller 6 Setpoint Temperature": 74.80254870982482 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.41725544731656, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 18.465334038502004, - "Chiller 6 Return Temperature": 14.136155312730379, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 144.04874280811507, - "Chiller 6 Setpoint Temperature": 0.5844483803126383 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.1400303078625695, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.44853041115087, - "Chiller 6 Return Temperature": 13.56142294850274, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.10049281288855, - "Chiller 6 Setpoint Temperature": 8.488941110426197 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.805691807245555, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.46278855852157, - "Chiller 6 Return Temperature": 96.84855433433283, - "Chiller 6 Condenser Water Flow": 5.0093069466440205, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.54408570716609, - "Chiller 6 Setpoint Temperature": 65.70853030353729 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 163.66230495009432, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.178935610515275, - "Chiller 6 Return Temperature": 33.54438724203982, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.26371535148089, - "Chiller 6 Setpoint Temperature": 2.0061095214361324 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 147.39457134939605, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 138.63633815981805, - "Chiller 6 Return Temperature": 62.60978459950611, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.55518429855667, - "Chiller 6 Setpoint Temperature": 77.6599386873755 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.53863775784617, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.4211562800358, - "Chiller 6 Return Temperature": 35.26153037745071, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.88698836833026, - "Chiller 6 Setpoint Temperature": 76.51259491456476 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.1205782272607676, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.44174003211953, - "Chiller 6 Return Temperature": 72.7034713219982, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.522312396303093, - "Chiller 6 Setpoint Temperature": 18.49123715591166 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.1375677577713, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.627746117455615, - "Chiller 6 Return Temperature": 88.12677917491106, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.49283990676911, - "Chiller 6 Setpoint Temperature": 15.468997752924803 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.694501963579896, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.9275127789716, - "Chiller 6 Return Temperature": 29.019748475422013, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.26924899673288, - "Chiller 6 Setpoint Temperature": 13.859862673014003 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.122698148792198, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 17.4489648777785, - "Chiller 6 Return Temperature": 108.90386532970932, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.49032757961595, - "Chiller 6 Setpoint Temperature": 75.84217693071776 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 158.43990619917943, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 140.95955488371135, - "Chiller 6 Return Temperature": 64.51162281629146, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.89386438010362, - "Chiller 6 Setpoint Temperature": 33.696460822047946 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.726276506219506, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.1446259963336, - "Chiller 6 Return Temperature": 5.289600396948696, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.125410521980172, - "Chiller 6 Setpoint Temperature": 48.55143484985966 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.635320644711065, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.48969814910858, - "Chiller 6 Return Temperature": 93.27508286645723, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.21770505274155, - "Chiller 6 Setpoint Temperature": 59.52989819941772 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.376597627553087, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 144.39483838342207, - "Chiller 6 Return Temperature": 129.6834314162849, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.49346919643548, - "Chiller 6 Setpoint Temperature": 66.20851416354313 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.78385362819924, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.3308207276551, - "Chiller 6 Return Temperature": 24.435427478505105, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 146.28807792208286, - "Chiller 6 Setpoint Temperature": 31.866150190160578 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-25T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.24038721314729, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.58606037833738, - "Chiller 6 Return Temperature": 59.07534948223155, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.396960670779613, - "Chiller 6 Setpoint Temperature": 60.73942158135611 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.68716801933685, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 134.1265214679263, - "Chiller 6 Return Temperature": 37.516072192019834, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.30489923304199, - "Chiller 6 Setpoint Temperature": 13.872744179233383 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.8880204266025, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.68184957545081, - "Chiller 6 Return Temperature": 32.37841953648713, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 145.16702954655116, - "Chiller 6 Setpoint Temperature": 82.34546182480983 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.47463787215672, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.61172248129071, - "Chiller 6 Return Temperature": 76.99627462924505, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.217910270976372, - "Chiller 6 Setpoint Temperature": 13.871861572509982 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.56656783072664, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.53716247224898, - "Chiller 6 Return Temperature": 111.49182031781613, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.47468258058284, - "Chiller 6 Setpoint Temperature": 12.065767574682404 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.45656272223212, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.52167802131129, - "Chiller 6 Return Temperature": 39.047967019841906, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.24290452236309, - "Chiller 6 Setpoint Temperature": 56.182837997646416 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.26837819219399, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.412289060968746, - "Chiller 6 Return Temperature": 66.80399383515342, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.378439870476871, - "Chiller 6 Setpoint Temperature": 68.8582465193582 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.836877066960945, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.31768642976748, - "Chiller 6 Return Temperature": 78.90022353974172, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.70410730112266, - "Chiller 6 Setpoint Temperature": 74.5881666375802 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.759747204652155, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.46131103182429, - "Chiller 6 Return Temperature": 36.8515914259721, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.0041372505448, - "Chiller 6 Setpoint Temperature": 37.244167993523526 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.07918052532392, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.5968889298294, - "Chiller 6 Return Temperature": 127.66615279325949, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 74.10264684566101, - "Chiller 6 Setpoint Temperature": 24.72695027161172 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.38400184891478, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.99776539996571, - "Chiller 6 Return Temperature": 20.495022405389705, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.80537070652629, - "Chiller 6 Setpoint Temperature": 63.437634989680454 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.85093309488455, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.59731948244827, - "Chiller 6 Return Temperature": 16.769763091708352, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.1235603928466, - "Chiller 6 Setpoint Temperature": 41.58744706914775 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.282757534354296, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.77983320087978, - "Chiller 6 Return Temperature": 110.82865353576715, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.45353220706853, - "Chiller 6 Setpoint Temperature": 55.72470632764513 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.037853122884576, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.54358248820253, - "Chiller 6 Return Temperature": 123.22052492783273, - "Chiller 6 Condenser Water Flow": 1.819981267740776, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.396844597374674, - "Chiller 6 Setpoint Temperature": 48.85672488864825 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.23821372351334, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 134.7869596105265, - "Chiller 6 Return Temperature": 71.96586856191213, - "Chiller 6 Condenser Water Flow": 1.5220228153264996, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.27786456153528, - "Chiller 6 Setpoint Temperature": 78.4522709085349 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 159.6435008857643, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.20686712242397146, - "Chiller 6 Return Temperature": 21.214897462956205, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.0619718659930237, - "Chiller 6 Setpoint Temperature": 46.181056255573495 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.95245889333523, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.07529412245627, - "Chiller 6 Return Temperature": 30.988913146537325, - "Chiller 6 Condenser Water Flow": 0.023713753709693475, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.16884115855028, - "Chiller 6 Setpoint Temperature": 12.008310538123958 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.3435125340159, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 138.553568135096, - "Chiller 6 Return Temperature": 96.08180012725506, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.62630663961093, - "Chiller 6 Setpoint Temperature": 65.89645999943629 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.60949666060027, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.78466621215355, - "Chiller 6 Return Temperature": 60.23430910320335, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.23405359599624, - "Chiller 6 Setpoint Temperature": 43.79956624565139 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.1191079003425, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.36520777746603, - "Chiller 6 Return Temperature": 74.27836721439404, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.462093190168783, - "Chiller 6 Setpoint Temperature": 60.63651533036374 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.77603103761845, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.79719684694918, - "Chiller 6 Return Temperature": 111.71107740518006, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.17371454518133, - "Chiller 6 Setpoint Temperature": 64.38685180609001 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.1195755716777, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 141.49390069249833, - "Chiller 6 Return Temperature": 9.792062314964362, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.64340437122897, - "Chiller 6 Setpoint Temperature": 25.108214678270333 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.2893718042174, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.32061514967382, - "Chiller 6 Return Temperature": 114.42025172949842, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.59426889894765, - "Chiller 6 Setpoint Temperature": 63.0048421889057 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.97861077598214, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.25404583807669, - "Chiller 6 Return Temperature": 97.18425868830197, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.26262403235485, - "Chiller 6 Setpoint Temperature": 25.73292892560944 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 83.22521610440594, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.16649940194495, - "Chiller 6 Return Temperature": 6.742754703303194, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.91058357842687, - "Chiller 6 Setpoint Temperature": 41.0866058944154 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 154.1454362377068, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.58567388900984, - "Chiller 6 Return Temperature": 34.641107320551356, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.68159423174784, - "Chiller 6 Setpoint Temperature": 71.5075164855116 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 129.3583900576894, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 141.79104294879315, - "Chiller 6 Return Temperature": 4.49484386121594, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 133.875462211652, - "Chiller 6 Setpoint Temperature": 12.912418696905325 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.681449890260055, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.981938312321331, - "Chiller 6 Return Temperature": 97.8622304783599, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 100.74881992911699, - "Chiller 6 Setpoint Temperature": 49.696356536814754 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.385228442567337, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.18841694650804, - "Chiller 6 Return Temperature": 14.622565112080514, - "Chiller 6 Condenser Water Flow": 5.292052826265298, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.35855880481687, - "Chiller 6 Setpoint Temperature": 55.089818155535966 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.44671999305884, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.3476842597437, - "Chiller 6 Return Temperature": 20.49148336539008, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.82590712462551, - "Chiller 6 Setpoint Temperature": 45.04692984970572 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 96.91668965171809, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.233656382914697, - "Chiller 6 Return Temperature": 33.842922657422825, - "Chiller 6 Condenser Water Flow": 2.9793874760679144, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.43744003672496, - "Chiller 6 Setpoint Temperature": 2.9102123737571928 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.42254133294153, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.38466541887544, - "Chiller 6 Return Temperature": 29.22317000690742, - "Chiller 6 Condenser Water Flow": 0.7127089088627476, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 88.74778767397707, - "Chiller 6 Setpoint Temperature": 74.06552880028465 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.80627720711823, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.4874736296943, - "Chiller 6 Return Temperature": 89.7688369607087, - "Chiller 6 Condenser Water Flow": 1.0104875688841322, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.76630521129044, - "Chiller 6 Setpoint Temperature": 32.04649737712878 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.36836490374634, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.615392853147874, - "Chiller 6 Return Temperature": 60.86647478138849, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.24759423355219, - "Chiller 6 Setpoint Temperature": 66.50284691027198 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.23842127566584, - "Chiller 6 Chiller Efficiency": 0.5782904827882186, - "Chiller 6 Tonnage": 1678.298588016261, - "Chiller 6 Supply Temperature": 41.69695814712718, - "Chiller 6 Return Temperature": 77.4669728757034, - "Chiller 6 Condenser Water Flow": 7549.569311241181, - "Chiller 6 Power Input": 272.81966230278647, - "Chiller 6 Chiller % Loaded": 85.83939864792286, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.50221985059137, - "Chiller 6 Setpoint Temperature": 78.5680312760713 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.54335562854164, - "Chiller 6 Chiller Efficiency": 0.7239776225517196, - "Chiller 6 Tonnage": 3006.884094895112, - "Chiller 6 Supply Temperature": 27.55710334100466, - "Chiller 6 Return Temperature": 108.40704197082299, - "Chiller 6 Condenser Water Flow": 1915.2433281935241, - "Chiller 6 Power Input": 289.1908478426243, - "Chiller 6 Chiller % Loaded": 24.88954026912108, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.66962709388777, - "Chiller 6 Setpoint Temperature": 80.43284279685548 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.10509157343549, - "Chiller 6 Chiller Efficiency": 0.584345641526666, - "Chiller 6 Tonnage": 1017.3469963540188, - "Chiller 6 Supply Temperature": 46.667406210587245, - "Chiller 6 Return Temperature": 98.18143565209196, - "Chiller 6 Condenser Water Flow": 8055.401145951209, - "Chiller 6 Power Input": 1083.9035426472644, - "Chiller 6 Chiller % Loaded": 52.71395441586226, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.86965102074965, - "Chiller 6 Setpoint Temperature": 63.061812879508274 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.04313279742135, - "Chiller 6 Chiller Efficiency": 0.5216601476803447, - "Chiller 6 Tonnage": 1307.1169630982379, - "Chiller 6 Supply Temperature": 76.26676327921025, - "Chiller 6 Return Temperature": 33.68329552972896, - "Chiller 6 Condenser Water Flow": 10513.15334565351, - "Chiller 6 Power Input": 999.7213521570733, - "Chiller 6 Chiller % Loaded": 35.77620657168852, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.50708670953325, - "Chiller 6 Setpoint Temperature": 25.611315916131844 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.48171615196935, - "Chiller 6 Chiller Efficiency": 0.5239431452954232, - "Chiller 6 Tonnage": 2206.8718877670053, - "Chiller 6 Supply Temperature": 93.37871104944911, - "Chiller 6 Return Temperature": 28.99148231978621, - "Chiller 6 Condenser Water Flow": 5851.673685561609, - "Chiller 6 Power Input": 543.6128619674828, - "Chiller 6 Chiller % Loaded": 94.4214625644299, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.3860614922700267, - "Chiller 6 Setpoint Temperature": 27.3770039643616 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.04517543477579, - "Chiller 6 Chiller Efficiency": 0.5233112996616015, - "Chiller 6 Tonnage": 6.579045329757129, - "Chiller 6 Supply Temperature": 28.61007322718113, - "Chiller 6 Return Temperature": 33.62499605093661, - "Chiller 6 Condenser Water Flow": 7676.080594433977, - "Chiller 6 Power Input": 734.434458033485, - "Chiller 6 Chiller % Loaded": 83.24284831096071, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.769395501480556, - "Chiller 6 Setpoint Temperature": 9.935144225164308 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.844169643949385, - "Chiller 6 Chiller Efficiency": 0.47893906289189114, - "Chiller 6 Tonnage": 1394.251792382106, - "Chiller 6 Supply Temperature": 27.128028536356084, - "Chiller 6 Return Temperature": 9.609863092126778, - "Chiller 6 Condenser Water Flow": 9207.025916920937, - "Chiller 6 Power Input": 707.8927456887685, - "Chiller 6 Chiller % Loaded": 14.796666494110955, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.28986667927899, - "Chiller 6 Setpoint Temperature": 43.37680905925576 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.973714214883078, - "Chiller 6 Chiller Efficiency": 0.0705318513637899, - "Chiller 6 Tonnage": 2959.5603622730755, - "Chiller 6 Supply Temperature": 29.156673341146433, - "Chiller 6 Return Temperature": 35.37585163827336, - "Chiller 6 Condenser Water Flow": 6083.710783710353, - "Chiller 6 Power Input": 733.4838838942436, - "Chiller 6 Chiller % Loaded": 1.8673901523478031, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.4986092813508, - "Chiller 6 Setpoint Temperature": 19.732875536090756 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.24646950197211, - "Chiller 6 Chiller Efficiency": 0.26582895688394925, - "Chiller 6 Tonnage": 3040.1713719587874, - "Chiller 6 Supply Temperature": 18.958952532696483, - "Chiller 6 Return Temperature": 79.94419034226367, - "Chiller 6 Condenser Water Flow": 352.3875131015994, - "Chiller 6 Power Input": 408.46406537923895, - "Chiller 6 Chiller % Loaded": 76.44149782827432, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.79437640663775, - "Chiller 6 Setpoint Temperature": 32.583298570261725 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.69876869646157, - "Chiller 6 Chiller Efficiency": 0.3213704733594946, - "Chiller 6 Tonnage": 2627.9863341183145, - "Chiller 6 Supply Temperature": 65.86986345708038, - "Chiller 6 Return Temperature": 87.09426375612989, - "Chiller 6 Condenser Water Flow": 7011.76003358271, - "Chiller 6 Power Input": 1368.1634891729834, - "Chiller 6 Chiller % Loaded": 30.21969430594057, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.694076960841326, - "Chiller 6 Setpoint Temperature": 43.83744958194078 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.418409082646406, - "Chiller 6 Chiller Efficiency": 0.7077412923310656, - "Chiller 6 Tonnage": 1617.7618534036876, - "Chiller 6 Supply Temperature": 31.233391486058807, - "Chiller 6 Return Temperature": 80.02935627317223, - "Chiller 6 Condenser Water Flow": 7159.256602315442, - "Chiller 6 Power Input": 418.0808231073353, - "Chiller 6 Chiller % Loaded": 73.45936993608053, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.299752770814585, - "Chiller 6 Setpoint Temperature": 46.919138179610655 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.823083278292263, - "Chiller 6 Chiller Efficiency": 0.40015519354058066, - "Chiller 6 Tonnage": 2132.656793104622, - "Chiller 6 Supply Temperature": 4.810226840808989, - "Chiller 6 Return Temperature": 95.85366850856168, - "Chiller 6 Condenser Water Flow": 2679.2892377098283, - "Chiller 6 Power Input": 401.182086951025, - "Chiller 6 Chiller % Loaded": 31.675082859152514, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.68568411712311, - "Chiller 6 Setpoint Temperature": 5.825645531042105 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.97808037794222, - "Chiller 6 Chiller Efficiency": 0.21284423662120566, - "Chiller 6 Tonnage": 1220.3365528386264, - "Chiller 6 Supply Temperature": 90.75472395297625, - "Chiller 6 Return Temperature": 114.30584139181093, - "Chiller 6 Condenser Water Flow": 1832.8474265542256, - "Chiller 6 Power Input": 815.1790674277497, - "Chiller 6 Chiller % Loaded": 39.08032937960415, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.1857269370651515, - "Chiller 6 Setpoint Temperature": 58.81887443882724 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.72205993048584, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.34435242508377, - "Chiller 6 Return Temperature": 49.46820858345816, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.446383829708296, - "Chiller 6 Setpoint Temperature": 29.873796568597626 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.39363446161066, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.1529863327307126, - "Chiller 6 Return Temperature": 35.98104382698522, - "Chiller 6 Condenser Water Flow": 2.9955454479456436, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.05299107457304, - "Chiller 6 Setpoint Temperature": 88.07076712693741 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.207905955941, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.84544449537678, - "Chiller 6 Return Temperature": 111.64622575077064, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.099853183500823, - "Chiller 6 Setpoint Temperature": 88.72555224585166 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.85407925015396, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.72383977001883, - "Chiller 6 Return Temperature": 23.408984144913013, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.32677001059749, - "Chiller 6 Setpoint Temperature": 56.903088712567026 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.81502653267324, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.096390560294324, - "Chiller 6 Return Temperature": 107.62174070178494, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 97.93352554471764, - "Chiller 6 Setpoint Temperature": 41.17282982925695 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.161562284845537, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 56.914300208141725, - "Chiller 6 Return Temperature": 17.847165599755222, - "Chiller 6 Condenser Water Flow": 3.3281421563676994, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.8159147390167, - "Chiller 6 Setpoint Temperature": 54.041363100736106 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.453577100143449, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.752348068676931, - "Chiller 6 Return Temperature": 2.6016676670063554, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.99710709824551, - "Chiller 6 Setpoint Temperature": 75.4538291357758 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.08168204203741, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.20098321171494, - "Chiller 6 Return Temperature": 66.89773181717653, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.4694045314171713, - "Chiller 6 Setpoint Temperature": 18.176047547990258 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.80329328746507, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.30203622184085, - "Chiller 6 Return Temperature": 74.8070433792562, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.40416461669903, - "Chiller 6 Setpoint Temperature": 60.76441463456637 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.10525193839838, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.68688759586138, - "Chiller 6 Return Temperature": 78.9117744120579, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.69501981089367, - "Chiller 6 Setpoint Temperature": 86.52395199006503 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 33.15265542338445, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.19975771803284, - "Chiller 6 Return Temperature": 65.34685642153357, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.28943040698765, - "Chiller 6 Setpoint Temperature": 53.5398057931308 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.839516966896564, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.025554951768504, - "Chiller 6 Return Temperature": 12.264414761837932, - "Chiller 6 Condenser Water Flow": 2.0297163455634255, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.76006650886223, - "Chiller 6 Setpoint Temperature": 83.00890225136227 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 109.7550599571504, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.78336466034052, - "Chiller 6 Return Temperature": 14.377761415559466, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 100.49170867303377, - "Chiller 6 Setpoint Temperature": 88.5206202869203 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.47587778234197, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.097072786791312, - "Chiller 6 Return Temperature": 32.690864195168054, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.101417813991034, - "Chiller 6 Setpoint Temperature": 1.3532050142082817 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.37595753354579, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.67924474586271, - "Chiller 6 Return Temperature": 59.02325386834458, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.34724938425325, - "Chiller 6 Setpoint Temperature": 84.08212026500196 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.94754389414338, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.3351780579153747, - "Chiller 6 Return Temperature": 46.31479134524, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.86068508581943, - "Chiller 6 Setpoint Temperature": 82.63418656398775 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.2022914326559655, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.35938536621813, - "Chiller 6 Return Temperature": 72.11361292163863, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.412302169899675, - "Chiller 6 Setpoint Temperature": 48.05034316987283 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.39070723267118, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.4624706320155, - "Chiller 6 Return Temperature": 22.33962964962422, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.49044032587025, - "Chiller 6 Setpoint Temperature": 88.30116437128126 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.305316682194389, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.26438866117236, - "Chiller 6 Return Temperature": 100.52940494071152, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.459810862025872, - "Chiller 6 Setpoint Temperature": 3.547408224529277 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.64317840771186, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.52794603888495, - "Chiller 6 Return Temperature": 23.52784558047612, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.17027451634429, - "Chiller 6 Setpoint Temperature": 40.16723301048797 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.8781985598336, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.060051292032526, - "Chiller 6 Return Temperature": 21.152903892639042, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.99992187713104, - "Chiller 6 Setpoint Temperature": 64.5829376371678 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.584866740191504, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.9536554434598, - "Chiller 6 Return Temperature": 89.45945024170459, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.985070006519512, - "Chiller 6 Setpoint Temperature": 49.24647457605572 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.784967243874362, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.05160581103858, - "Chiller 6 Return Temperature": 54.47864931407839, - "Chiller 6 Condenser Water Flow": 2.493406683782429, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.049946895963735, - "Chiller 6 Setpoint Temperature": 2.118272521621954 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.7870298069368, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 3.45730101886464, - "Chiller 6 Return Temperature": 87.31679287861431, - "Chiller 6 Condenser Water Flow": 2.104792730647765, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.85779978837294, - "Chiller 6 Setpoint Temperature": 34.52639860271794 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.90770827854424, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.7422366909185, - "Chiller 6 Return Temperature": 1.9660634769327543, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 28.544132302284627, - "Chiller 6 Setpoint Temperature": 34.6606090000227 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.61005171324359, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.63404956439165, - "Chiller 6 Return Temperature": 87.40861716937165, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.42205369969268, - "Chiller 6 Setpoint Temperature": 4.8881856987136025 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.9963357463651847, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.142228621259854, - "Chiller 6 Return Temperature": 113.50207772774868, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.2450966659172, - "Chiller 6 Setpoint Temperature": 82.95508505459044 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.80153885248204, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.68952200650426, - "Chiller 6 Return Temperature": 2.516748009165546, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.11393756975554, - "Chiller 6 Setpoint Temperature": 63.596165697508184 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 53.42058085347931, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.37164006980768, - "Chiller 6 Return Temperature": 96.63118043627746, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.80603861490246, - "Chiller 6 Setpoint Temperature": 65.62148261080041 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 157.57351902348472, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.92402324061824, - "Chiller 6 Return Temperature": 15.521328315126615, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.49978112310119, - "Chiller 6 Setpoint Temperature": 21.200193976839465 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.39163710719362, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.62368959862715, - "Chiller 6 Return Temperature": 4.815844047978393, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.486961269473875, - "Chiller 6 Setpoint Temperature": 11.681993626391119 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.45147307215079, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.16417658147437, - "Chiller 6 Return Temperature": 42.6016378059515, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.47081120764564, - "Chiller 6 Setpoint Temperature": 52.53168465244286 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.06757454090501, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.37958476830512, - "Chiller 6 Return Temperature": 17.61115034457261, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.5736476885261, - "Chiller 6 Setpoint Temperature": 38.42614203200131 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.01622536617992, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.29573496263683, - "Chiller 6 Return Temperature": 54.7774115332682, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.3832357385083, - "Chiller 6 Setpoint Temperature": 51.722981520603625 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.03758824835971, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.96670048331966, - "Chiller 6 Return Temperature": 19.02167429923292, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.70286617305784, - "Chiller 6 Setpoint Temperature": 10.01976336836536 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.18406984255708, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 106.0538766399248, - "Chiller 6 Return Temperature": 17.234194758635205, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.69742245473903, - "Chiller 6 Setpoint Temperature": 89.55209009914637 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 158.0866191837625, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 33.378781296043904, - "Chiller 6 Return Temperature": 16.555178314367357, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.57114623359374, - "Chiller 6 Setpoint Temperature": 29.515636186481945 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.5582655765299345, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.67222411545616, - "Chiller 6 Return Temperature": 75.45146482018511, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.997589956758091, - "Chiller 6 Setpoint Temperature": 27.382586970321885 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.69857974638157, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.69894117107816, - "Chiller 6 Return Temperature": 19.023744124146496, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.10371704471329, - "Chiller 6 Setpoint Temperature": 17.255093695574512 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.65129233025647, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 51.60419037095598, - "Chiller 6 Return Temperature": 51.02366013684195, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.515896309230092, - "Chiller 6 Setpoint Temperature": 42.74144736383305 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.69846304589904, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.29329439403222, - "Chiller 6 Return Temperature": 0.1828795211548242, - "Chiller 6 Condenser Water Flow": 1.3776792754829779, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.908357582554174, - "Chiller 6 Setpoint Temperature": 41.949389813919794 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.60858443158529, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.29064776580512, - "Chiller 6 Return Temperature": 6.507540963293791, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.85111318935627, - "Chiller 6 Setpoint Temperature": 44.316123744291914 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.8172343168192, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.736635795991837, - "Chiller 6 Return Temperature": 84.73312480891303, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.07980839208902, - "Chiller 6 Setpoint Temperature": 34.240816709554174 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.89382100210824, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.73630790576584, - "Chiller 6 Return Temperature": 80.5631059082666, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.81624655171946, - "Chiller 6 Setpoint Temperature": 32.32753583764866 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.59171902873986, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 11.136452899016223, - "Chiller 6 Return Temperature": 73.68080956086567, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 66.76228679939929, - "Chiller 6 Setpoint Temperature": 19.729914012911056 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.0686092036333, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.79373053040364, - "Chiller 6 Return Temperature": 17.99751842186696, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.991404030484244, - "Chiller 6 Setpoint Temperature": 86.12479648763372 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.55619522605126, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.35535423824182, - "Chiller 6 Return Temperature": 110.21082060417275, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.5428788619225, - "Chiller 6 Setpoint Temperature": 13.714852110540855 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.29258045088525, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.65705664863304, - "Chiller 6 Return Temperature": 29.10240842463866, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.178272442012027, - "Chiller 6 Setpoint Temperature": 70.1134985238896 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.23761171260594, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.443368948153065, - "Chiller 6 Return Temperature": 80.4981207784809, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 121.62715917729724, - "Chiller 6 Setpoint Temperature": 54.0932444414688 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.44726949262173, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.68883122037433, - "Chiller 6 Return Temperature": 61.64059807349517, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.44786221901476, - "Chiller 6 Setpoint Temperature": 84.87015709270757 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.641475571772986, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.89804029616755, - "Chiller 6 Return Temperature": 26.16370408292522, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.57002762342377, - "Chiller 6 Setpoint Temperature": 33.883377647607766 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T00:15:04", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.52955610396234, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.75461583120982, - "Chiller 6 Return Temperature": 115.21101020054284, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.18104663626477877, - "Chiller 6 Setpoint Temperature": 56.539001842326314 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.4485237097366, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.13534369121086, - "Chiller 6 Return Temperature": 49.49401778223582, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.718731512495312, - "Chiller 6 Setpoint Temperature": 51.08547801498082 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 11.806379991214758, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.741491041319698, - "Chiller 6 Return Temperature": 65.04422730728997, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.97934469863243, - "Chiller 6 Setpoint Temperature": 55.74757924581745 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.6081122054645, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.611666856630045, - "Chiller 6 Return Temperature": 3.861730322312632, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.81361479637994, - "Chiller 6 Setpoint Temperature": 32.893505457476714 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.91823787277916, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.378165599385165, - "Chiller 6 Return Temperature": 120.64948174550956, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.129400196456253, - "Chiller 6 Setpoint Temperature": 46.69383992248247 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.687279167479005, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.335800786496964, - "Chiller 6 Return Temperature": 113.2576777535455, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.08636447610226, - "Chiller 6 Setpoint Temperature": 35.771567320008415 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.38253178379364, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.88593805052494, - "Chiller 6 Return Temperature": 84.51568409936917, - "Chiller 6 Condenser Water Flow": 0.15362375824526903, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.31274509808448, - "Chiller 6 Setpoint Temperature": 79.15654532963836 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.67625610207325, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 12.718290454154163, - "Chiller 6 Return Temperature": 61.44828994190044, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.72479279279695, - "Chiller 6 Setpoint Temperature": 83.05492955090844 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.69009903665034, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.13482970398317, - "Chiller 6 Return Temperature": 35.12110088542219, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.96325721983563, - "Chiller 6 Setpoint Temperature": 35.090218882498796 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 51.166537321916664, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.75482754638605, - "Chiller 6 Return Temperature": 50.42322145927337, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 11.364002999129674, - "Chiller 6 Setpoint Temperature": 7.181543537552162 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.72386868336216, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.21263886047626, - "Chiller 6 Return Temperature": 33.475621049003514, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.84417484369588, - "Chiller 6 Setpoint Temperature": 89.60839908006584 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.60259769625374, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.7473822522175, - "Chiller 6 Return Temperature": 108.72457011066982, - "Chiller 6 Condenser Water Flow": 6.277095016109, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 51.01766971199929, - "Chiller 6 Setpoint Temperature": 31.35059590570129 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.9237271526364, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.33793527981578, - "Chiller 6 Return Temperature": 74.59367104089026, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.10403023142356, - "Chiller 6 Setpoint Temperature": 16.616621145754447 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.43870215956508, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.80403211971576, - "Chiller 6 Return Temperature": 95.60293033652601, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.433703031323056, - "Chiller 6 Setpoint Temperature": 10.245281505813711 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.1217715776667, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.683149365394016, - "Chiller 6 Return Temperature": 51.3509032829912, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.59715978589331, - "Chiller 6 Setpoint Temperature": 62.66578385331483 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.015371609304161, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.87297963245379, - "Chiller 6 Return Temperature": 14.916572610015587, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.884528943751576, - "Chiller 6 Setpoint Temperature": 67.6550734133888 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.34380810594888, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.10515166771583, - "Chiller 6 Return Temperature": 56.33978810133242, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.45460947869811, - "Chiller 6 Setpoint Temperature": 65.02573179752311 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.3897634370193, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 125.58155748381658, - "Chiller 6 Return Temperature": 16.096395666356475, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.29913416646339, - "Chiller 6 Setpoint Temperature": 35.667627327964354 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 85.5795901903552, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.04829902732058, - "Chiller 6 Return Temperature": 71.28339529344338, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.873108064110816, - "Chiller 6 Setpoint Temperature": 65.57120017553872 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.92208445199819, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 15.629230516167492, - "Chiller 6 Return Temperature": 46.14991954867191, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.24649437541508, - "Chiller 6 Setpoint Temperature": 86.28977728258164 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.55917261173304, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.77161059437951, - "Chiller 6 Return Temperature": 118.26821421803982, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.52731324715015, - "Chiller 6 Setpoint Temperature": 22.694977917094768 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.165259619793865, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.417492580335704, - "Chiller 6 Return Temperature": 48.306002806994435, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.03650258941186, - "Chiller 6 Setpoint Temperature": 30.987876462310208 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.94743637914534, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.14505347320363, - "Chiller 6 Return Temperature": 67.61373294306063, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.59707595866108, - "Chiller 6 Setpoint Temperature": 17.48493914854369 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.69548207579618, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.78144915934483, - "Chiller 6 Return Temperature": 78.87767367707279, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.23189553550192, - "Chiller 6 Setpoint Temperature": 82.08681069045846 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.65753919481054, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.66964588779118, - "Chiller 6 Return Temperature": 107.12419805462594, - "Chiller 6 Condenser Water Flow": 4.349999176448942, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.7848060737776, - "Chiller 6 Setpoint Temperature": 58.11534071896238 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 10.435486486116861, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.941729754790394, - "Chiller 6 Return Temperature": 67.17561308422715, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.045336403275, - "Chiller 6 Setpoint Temperature": 0.6679930435165535 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.79261587359944, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.67316342397538, - "Chiller 6 Return Temperature": 90.08627430002309, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.43063887628825, - "Chiller 6 Setpoint Temperature": 85.54135483446622 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.9279166940759, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.12716723988682, - "Chiller 6 Return Temperature": 0.9680238238294842, - "Chiller 6 Condenser Water Flow": 3.7054482882541864, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.62755314610997, - "Chiller 6 Setpoint Temperature": 48.73117377632198 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.55502590910483, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.638247168331525, - "Chiller 6 Return Temperature": 41.21814246627618, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.193353118678274, - "Chiller 6 Setpoint Temperature": 4.392205255965521 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T07:30:33", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.2733741888015, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.997305306455555, - "Chiller 6 Return Temperature": 111.22226224811833, - "Chiller 6 Condenser Water Flow": 5.0097656339081755, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.546672143092316, - "Chiller 6 Setpoint Temperature": 45.224187180712555 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 111.25687531889584, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.626516949987497, - "Chiller 6 Return Temperature": 51.09159704788971, - "Chiller 6 Condenser Water Flow": 1.7910479253150648, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.05706701132195, - "Chiller 6 Setpoint Temperature": 17.87738973732821 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.459953678185045, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.58691259992766, - "Chiller 6 Return Temperature": 42.39625886688906, - "Chiller 6 Condenser Water Flow": 5.1133917090895595, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.21526870011784, - "Chiller 6 Setpoint Temperature": 39.878696210473244 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.36620541241059, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.12235724430032, - "Chiller 6 Return Temperature": 59.65927933502478, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.60928113009233, - "Chiller 6 Setpoint Temperature": 14.44318146179366 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.87020819345037, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 34.142313597787926, - "Chiller 6 Return Temperature": 92.65762752787055, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.24606720499241, - "Chiller 6 Setpoint Temperature": 31.736322239200675 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.42370150072874, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.605070226991641, - "Chiller 6 Return Temperature": 34.87840718054113, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 31.498633918090977, - "Chiller 6 Setpoint Temperature": 44.25036858145941 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 24.745381007128476, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.79397862224914, - "Chiller 6 Return Temperature": 30.135175022390424, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.17059651977794, - "Chiller 6 Setpoint Temperature": 35.25713936492863 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.45927798174458, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.291948075003035, - "Chiller 6 Return Temperature": 107.79716622372288, - "Chiller 6 Condenser Water Flow": 3.878210157433854, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.048107283617455, - "Chiller 6 Setpoint Temperature": 64.5109266989492 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 44.466791639221704, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.76905995751434, - "Chiller 6 Return Temperature": 77.78127473709544, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.57272894180127, - "Chiller 6 Setpoint Temperature": 17.25492852493569 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.81224930129063, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.84340791519763, - "Chiller 6 Return Temperature": 112.11430164406825, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.65102872900428, - "Chiller 6 Setpoint Temperature": 55.16022274667453 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.09847693100301, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.06566241425031, - "Chiller 6 Return Temperature": 6.594789508237325, - "Chiller 6 Condenser Water Flow": 3.1619080728280937, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.14318176625255, - "Chiller 6 Setpoint Temperature": 69.34304841047735 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.441863691417435, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.630597452154147, - "Chiller 6 Return Temperature": 78.14641381217292, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.39567944448744, - "Chiller 6 Setpoint Temperature": 78.54475052583831 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.21713390692581, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.9575648798189, - "Chiller 6 Return Temperature": 79.57669126714494, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.251513374526745, - "Chiller 6 Setpoint Temperature": 1.9464668505118068 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.890413564840877, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.28011388710154, - "Chiller 6 Return Temperature": 59.16928510215543, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.8455081917697, - "Chiller 6 Setpoint Temperature": 59.43923336265674 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.19999706679253, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 114.76624341569308, - "Chiller 6 Return Temperature": 2.895500041846022, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.71195712282497, - "Chiller 6 Setpoint Temperature": 65.57812509843903 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 58.37668408989127, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.32141139247616, - "Chiller 6 Return Temperature": 1.0853779654435014, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.43932261191263, - "Chiller 6 Setpoint Temperature": 49.548488518876354 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.304323565113485, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.32677589109009, - "Chiller 6 Return Temperature": 106.05218646743174, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.892267169585836, - "Chiller 6 Setpoint Temperature": 63.81124459465393 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.94810848420829, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.09823797591768, - "Chiller 6 Return Temperature": 124.10881218197716, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.37335026311396, - "Chiller 6 Setpoint Temperature": 77.63079310284449 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 82.63087792593183, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.900991037967536, - "Chiller 6 Return Temperature": 55.094136237624795, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.73022988527163, - "Chiller 6 Setpoint Temperature": 90.07545960752178 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.658527305784105, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.45059273900952, - "Chiller 6 Return Temperature": 29.463443255912008, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.798430134697206, - "Chiller 6 Setpoint Temperature": 31.762541558222175 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.15238342812262, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.98989741824421, - "Chiller 6 Return Temperature": 51.33817287383433, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.93223967151718, - "Chiller 6 Setpoint Temperature": 72.72299792164941 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.42653343060964, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.43398752658537, - "Chiller 6 Return Temperature": 119.94916590430522, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.28181716905397, - "Chiller 6 Setpoint Temperature": 42.98945463527032 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.10287151706962, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.620196386644466, - "Chiller 6 Return Temperature": 112.56304886575374, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.1042429331919, - "Chiller 6 Setpoint Temperature": 91.69984599129477 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 134.0154534220436, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.90301845397747, - "Chiller 6 Return Temperature": 34.38468672398093, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.683920108827536, - "Chiller 6 Setpoint Temperature": 21.113254861168357 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.95232589761362, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.4527672741526, - "Chiller 6 Return Temperature": 44.60480380983306, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.99596932107465, - "Chiller 6 Setpoint Temperature": 58.150215227169475 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.2199155728848, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.9839482330124881, - "Chiller 6 Return Temperature": 115.06797305270581, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.04283728087889, - "Chiller 6 Setpoint Temperature": 55.797326292720626 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.93001279110688, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.650772087750576, - "Chiller 6 Return Temperature": 4.082995013148151, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 56.77173228151469, - "Chiller 6 Setpoint Temperature": 4.105181911696876 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.6167722809672, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 12.258889390854119, - "Chiller 6 Return Temperature": 42.20039308495875, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.588123382282571, - "Chiller 6 Setpoint Temperature": 15.451663278580579 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.173066454293213, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.5910128852529, - "Chiller 6 Return Temperature": 106.76221670639944, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.83001404041387, - "Chiller 6 Setpoint Temperature": 25.19595631806235 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.64095795713362, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.12956159915183, - "Chiller 6 Return Temperature": 107.75447616353496, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.047335269592492, - "Chiller 6 Setpoint Temperature": 13.421555850791208 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.816022115669268, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.29504798845213, - "Chiller 6 Return Temperature": 96.04810416613152, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.38128469595527, - "Chiller 6 Setpoint Temperature": 7.189386464342663 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.076332718654996, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.55500451412803, - "Chiller 6 Return Temperature": 90.80478335036986, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.52311648867401, - "Chiller 6 Setpoint Temperature": 86.32306826082363 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.35296016993371, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.60061459996165, - "Chiller 6 Return Temperature": 49.241442296006795, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 53.032416786348925, - "Chiller 6 Setpoint Temperature": 83.45343503390431 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 100.08884413460238, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.12019801551331, - "Chiller 6 Return Temperature": 2.3648716643855243, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.749392577068065, - "Chiller 6 Setpoint Temperature": 27.854341446256548 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.57126070521832, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.22415772857005, - "Chiller 6 Return Temperature": 14.387227157560412, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.902003042278157, - "Chiller 6 Setpoint Temperature": 38.5001109424215 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.63437825565526, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 129.99345651780408, - "Chiller 6 Return Temperature": 107.93404414177759, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 87.35208683862766, - "Chiller 6 Setpoint Temperature": 27.762626632208104 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.03857451355192, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.029482065096445, - "Chiller 6 Return Temperature": 106.60953247819114, - "Chiller 6 Condenser Water Flow": 0.30638644562748113, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 94.96431552137354, - "Chiller 6 Setpoint Temperature": 1.8717672552810325 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.13898840124776, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.49890729042927, - "Chiller 6 Return Temperature": 44.43168990249301, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.604313153814083, - "Chiller 6 Setpoint Temperature": 45.27963694683958 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.16124473747551, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.14984829258955, - "Chiller 6 Return Temperature": 38.319682201285175, - "Chiller 6 Condenser Water Flow": 0.898100188613373, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.57487520574601, - "Chiller 6 Setpoint Temperature": 33.85298092874408 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T17:15:02", - "Chiller 6 Condenser Water Return To Tower Temperature": 66.05656714384351, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.7363272828633, - "Chiller 6 Return Temperature": 76.05150849890046, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.6922408073438, - "Chiller 6 Setpoint Temperature": 9.612059421511564 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 133.492177573274, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 88.14026427989641, - "Chiller 6 Return Temperature": 1.1065292982729213, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.80820942339867, - "Chiller 6 Setpoint Temperature": 32.29818670963965 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.175419051197736, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.130609845040865, - "Chiller 6 Return Temperature": 80.97084904862533, - "Chiller 6 Condenser Water Flow": 0.8304263902903752, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 106.113506626118, - "Chiller 6 Setpoint Temperature": 40.50512577076185 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.36768752357463, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.510104031533473, - "Chiller 6 Return Temperature": 96.8171532750684, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.048852912500728, - "Chiller 6 Setpoint Temperature": 91.47544203480278 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.967102191754314, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.03596342088984221, - "Chiller 6 Return Temperature": 9.087625617863575, - "Chiller 6 Condenser Water Flow": 2.368265207413252, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.83055732143055, - "Chiller 6 Setpoint Temperature": 32.43819371484345 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 37.388398825059014, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.57071379595028, - "Chiller 6 Return Temperature": 101.43163226859926, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.51796781589026, - "Chiller 6 Setpoint Temperature": 82.02577081234342 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.690828022252788, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.32552412514721, - "Chiller 6 Return Temperature": 99.65327598218421, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.024526094260384, - "Chiller 6 Setpoint Temperature": 76.1930759831792 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.60617448474271, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 64.64735809023794, - "Chiller 6 Return Temperature": 38.43303514359131, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.33358685014029, - "Chiller 6 Setpoint Temperature": 60.24741605057991 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.32262222082451, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.49155460500512, - "Chiller 6 Return Temperature": 63.824817845144096, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.78885440360807, - "Chiller 6 Setpoint Temperature": 73.4708708113604 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.37298785264175, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 88.73504082241566, - "Chiller 6 Return Temperature": 108.26314907509696, - "Chiller 6 Condenser Water Flow": 0.6972065738351405, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.59958727728469, - "Chiller 6 Setpoint Temperature": 62.29367053168528 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.54280851503832, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.735342530867566, - "Chiller 6 Return Temperature": 68.23853689254133, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.691289461734204, - "Chiller 6 Setpoint Temperature": 62.76822011826193 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.3653912334151, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.73700573451856, - "Chiller 6 Return Temperature": 29.734374955430802, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.34295807242665, - "Chiller 6 Setpoint Temperature": 23.62563494391945 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.42405535056972, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.7933897297055, - "Chiller 6 Return Temperature": 61.08657414623642, - "Chiller 6 Condenser Water Flow": 1.5461411978908413, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.1118622991658, - "Chiller 6 Setpoint Temperature": 85.03285386323904 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.798368628242326, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.957657032173522, - "Chiller 6 Return Temperature": 45.980300253804096, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.60283176083335, - "Chiller 6 Setpoint Temperature": 22.186109686094067 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.25821448036867, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.13531907259633, - "Chiller 6 Return Temperature": 116.84078714200822, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.36311378676427, - "Chiller 6 Setpoint Temperature": 22.71257175537899 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.064872214674143, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.6423788558423, - "Chiller 6 Return Temperature": 50.26590144249364, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.45940241547683, - "Chiller 6 Setpoint Temperature": 54.574032757339495 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.884939288457, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.65803201061583, - "Chiller 6 Return Temperature": 83.97402933305548, - "Chiller 6 Condenser Water Flow": 5.3419869513219185, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.30040304376226, - "Chiller 6 Setpoint Temperature": 4.8777946669483825 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 94.50155510685316, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.275412142759767, - "Chiller 6 Return Temperature": 105.48697700113433, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.08126338422176, - "Chiller 6 Setpoint Temperature": 4.868309915551558 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.71884393561837, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.75740572988278, - "Chiller 6 Return Temperature": 13.112811130035487, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.87256869141775, - "Chiller 6 Setpoint Temperature": 4.545389464260694 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.65479249884594, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.7835075338747, - "Chiller 6 Return Temperature": 30.858892305107947, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.448612204726849, - "Chiller 6 Setpoint Temperature": 69.19849379436401 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.09843973721874, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.1551120062522, - "Chiller 6 Return Temperature": 9.493036420836367, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.849431694462842, - "Chiller 6 Setpoint Temperature": 28.40376393311635 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.45864992500722, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.67545511032742, - "Chiller 6 Return Temperature": 33.03487702565166, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.91306493295058, - "Chiller 6 Setpoint Temperature": 86.80655243272834 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.02893600955611, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.10297166992805, - "Chiller 6 Return Temperature": 68.78629067206356, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.4391148965699, - "Chiller 6 Setpoint Temperature": 20.660890069980372 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.51093303106128, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.90827106973376, - "Chiller 6 Return Temperature": 109.18858763509036, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.74846708457927, - "Chiller 6 Setpoint Temperature": 43.610771077471206 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 108.2723751845791, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.07319318726344, - "Chiller 6 Return Temperature": 7.048704072958658, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.63365569554855, - "Chiller 6 Setpoint Temperature": 0.4087956918561697 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.65020342074247, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.08456071655353, - "Chiller 6 Return Temperature": 39.87880343491765, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.629754377904277, - "Chiller 6 Setpoint Temperature": 9.615199071973679 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-27T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 84.54068866265995, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.00677056934621, - "Chiller 6 Return Temperature": 51.190445631244884, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.87225151935212, - "Chiller 6 Setpoint Temperature": 13.918875075726039 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.266390991705664, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 100.65441752803167, - "Chiller 6 Return Temperature": 50.17857113476905, - "Chiller 6 Condenser Water Flow": 1.1719229943317477, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 15.946129638215334, - "Chiller 6 Setpoint Temperature": 50.3460271235654 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.4918047976984, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.8232654114283, - "Chiller 6 Return Temperature": 123.78818884558919, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 94.43285439829828, - "Chiller 6 Setpoint Temperature": 69.83589191167133 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T00:30:25", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.28177247987688, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.59141948871172, - "Chiller 6 Return Temperature": 103.1980085946918, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.67471200702624, - "Chiller 6 Setpoint Temperature": 15.848174836621192 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.69908060433985, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.73588193622054, - "Chiller 6 Return Temperature": 117.97332762314196, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.66252130426332, - "Chiller 6 Setpoint Temperature": 88.65736927777714 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.86162310983228, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.98918583485484, - "Chiller 6 Return Temperature": 15.339970892982892, - "Chiller 6 Condenser Water Flow": 0.3471316084001582, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.78730276214901, - "Chiller 6 Setpoint Temperature": 22.153329796510235 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.58268142847844, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.76372366362409, - "Chiller 6 Return Temperature": 39.56780384146012, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.079657727427183, - "Chiller 6 Setpoint Temperature": 78.40321593929114 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.8936718137137305, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 57.83084763637351, - "Chiller 6 Return Temperature": 80.86782582644443, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.894280568816306, - "Chiller 6 Setpoint Temperature": 3.0241151139643474 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.14157669773707, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 134.28068222772842, - "Chiller 6 Return Temperature": 13.468392337290412, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.76082829908432, - "Chiller 6 Setpoint Temperature": 87.79433137377205 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.41408381720996, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.96018895973654, - "Chiller 6 Return Temperature": 108.96815777853554, - "Chiller 6 Condenser Water Flow": 1.1053006829214085, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 69.92209356399921, - "Chiller 6 Setpoint Temperature": 36.9024180230094 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.24524028748526, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.10961412201318, - "Chiller 6 Return Temperature": 24.465372388193845, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.52022837603806, - "Chiller 6 Setpoint Temperature": 59.20151974528215 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.47925583069961, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 46.123965276239545, - "Chiller 6 Return Temperature": 44.08297952231441, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 19.612045574110372, - "Chiller 6 Setpoint Temperature": 80.55308103075824 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.19043823096013, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.916626654376746, - "Chiller 6 Return Temperature": 119.97329075041804, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 13.013191943520159, - "Chiller 6 Setpoint Temperature": 0.880549312726675 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 5.019604197360475, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.54829658214373, - "Chiller 6 Return Temperature": 86.9026486348353, - "Chiller 6 Condenser Water Flow": 0.01413687211754111, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.469439768696, - "Chiller 6 Setpoint Temperature": 86.65712501883935 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 145.924411850405, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.033553252688877, - "Chiller 6 Return Temperature": 14.449656760521794, - "Chiller 6 Condenser Water Flow": 2.8175921576079888, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.89455469095878, - "Chiller 6 Setpoint Temperature": 2.139575729704863 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.85851516771957, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.22700980049525, - "Chiller 6 Return Temperature": 35.80964315276469, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.96727845889385, - "Chiller 6 Setpoint Temperature": 73.26246558480321 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.52823090295394, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.908454847308967, - "Chiller 6 Return Temperature": 34.198729330722514, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.53053153029909, - "Chiller 6 Setpoint Temperature": 63.20572497360238 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 25.147494266376125, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.76927639055304, - "Chiller 6 Return Temperature": 47.44421212699616, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.3777270473375, - "Chiller 6 Setpoint Temperature": 40.15201135156139 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.32369707693803, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.55742824242692, - "Chiller 6 Return Temperature": 14.345474567064, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.61210970191405, - "Chiller 6 Setpoint Temperature": 31.787911379889493 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 136.3697180403987, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.91772058072755, - "Chiller 6 Return Temperature": 65.6576334809242, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.60758157662994, - "Chiller 6 Setpoint Temperature": 49.07635326947434 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.5377780959736, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.60071034767692, - "Chiller 6 Return Temperature": 25.52836423376233, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.52746806793725, - "Chiller 6 Setpoint Temperature": 75.19000814557147 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 39.010581570396916, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.40453527776047, - "Chiller 6 Return Temperature": 22.80264981747425, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 6.109578792458198, - "Chiller 6 Setpoint Temperature": 30.57795111235892 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.64010423187947, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.099696642494706, - "Chiller 6 Return Temperature": 118.6765922518948, - "Chiller 6 Condenser Water Flow": 0.5652424090960306, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 111.30647285914242, - "Chiller 6 Setpoint Temperature": 28.71011124844947 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.15048787863205, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.7796487903097, - "Chiller 6 Return Temperature": 7.1509038059664345, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.02416363483142, - "Chiller 6 Setpoint Temperature": 70.83293368293388 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.82089722450062, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.04813627267921, - "Chiller 6 Return Temperature": 116.47792061747427, - "Chiller 6 Condenser Water Flow": 2.7134022392096995, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 137.8071717002401, - "Chiller 6 Setpoint Temperature": 79.22000467255381 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.4928382977767, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.765418301380368, - "Chiller 6 Return Temperature": 120.40279142897909, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.54495158199786, - "Chiller 6 Setpoint Temperature": 45.831878618081674 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.96915489260471, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.46681750863064, - "Chiller 6 Return Temperature": 14.238973459685786, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 35.761683367352774, - "Chiller 6 Setpoint Temperature": 74.92605605019907 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.85391107605038, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 74.67657578759602, - "Chiller 6 Return Temperature": 55.16973562965351, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.1923964975785, - "Chiller 6 Setpoint Temperature": 12.009382333871626 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.34263673076607, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.214537523030025, - "Chiller 6 Return Temperature": 0.07101664149269113, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.20851372400921, - "Chiller 6 Setpoint Temperature": 50.844156712591115 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.8220048929981, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.82194775824297, - "Chiller 6 Return Temperature": 109.08244930230848, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.41181879299143, - "Chiller 6 Setpoint Temperature": 91.91700742837506 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.68022757536147, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.59695235912001, - "Chiller 6 Return Temperature": 63.01559953091335, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.629011030198047, - "Chiller 6 Setpoint Temperature": 64.2771702849821 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 116.95332268751997, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.95140511431444, - "Chiller 6 Return Temperature": 32.518536916946125, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.06870988139421, - "Chiller 6 Setpoint Temperature": 18.265000867901964 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 72.93777387726406, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.04526554063943, - "Chiller 6 Return Temperature": 32.75229281334728, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.568445444362396, - "Chiller 6 Setpoint Temperature": 90.70656869352123 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.51586200613223, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.87192901724863, - "Chiller 6 Return Temperature": 38.7157968163318, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.29561002311275, - "Chiller 6 Setpoint Temperature": 9.45393900553526 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.748432434668317, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.33956674278322, - "Chiller 6 Return Temperature": 76.1652865416272, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 114.61224694423233, - "Chiller 6 Setpoint Temperature": 85.04135627359075 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.9367039170475, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.51920301239065, - "Chiller 6 Return Temperature": 53.8022739459116, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.527395433539702, - "Chiller 6 Setpoint Temperature": 61.43427503667727 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.42646556883501, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 38.42184596155068, - "Chiller 6 Return Temperature": 127.47909980426871, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.78132040480629, - "Chiller 6 Setpoint Temperature": 60.64067484822255 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.07066277643397204, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.3543004535043135, - "Chiller 6 Return Temperature": 74.19024098416631, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.5413402511124, - "Chiller 6 Setpoint Temperature": 14.378466299570588 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.77116745940773, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.23701872092339, - "Chiller 6 Return Temperature": 14.116290506880219, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.263616736329624, - "Chiller 6 Setpoint Temperature": 84.37242835407935 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.4082539786947, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.458351820377986, - "Chiller 6 Return Temperature": 5.194888873719833, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.7494080051462, - "Chiller 6 Setpoint Temperature": 12.438421386459463 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.07744117772217, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 5.398338165498145, - "Chiller 6 Return Temperature": 68.36151363574828, - "Chiller 6 Condenser Water Flow": 0.314867900061249, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.423245902599811, - "Chiller 6 Setpoint Temperature": 29.552473376552967 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.79807726349187, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.008018605528235, - "Chiller 6 Return Temperature": 104.57075100361612, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.47290396577127, - "Chiller 6 Setpoint Temperature": 37.1511117160507 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 71.48524631303839, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.57717874773127, - "Chiller 6 Return Temperature": 17.658585914821952, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 59.56667962660392, - "Chiller 6 Setpoint Temperature": 4.060122540600627 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.882836069244213, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.56903382169898, - "Chiller 6 Return Temperature": 104.31392171774951, - "Chiller 6 Condenser Water Flow": 2.17892802656696, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.34242072906819, - "Chiller 6 Setpoint Temperature": 8.77654734578703 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.28545116858174, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 58.79852021296284, - "Chiller 6 Return Temperature": 67.6460982127367, - "Chiller 6 Condenser Water Flow": 4.87160150098725, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 36.28050402868194, - "Chiller 6 Setpoint Temperature": 64.18306049266401 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 152.65512228314458, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 47.72974523020951, - "Chiller 6 Return Temperature": 84.98614444596987, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.52154009739573, - "Chiller 6 Setpoint Temperature": 27.77995496631762 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.73184300681331, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 134.49509848355075, - "Chiller 6 Return Temperature": 88.94417215532356, - "Chiller 6 Condenser Water Flow": 4.928830027922184, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.252250719276255, - "Chiller 6 Setpoint Temperature": 60.07871849198504 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.12402117873503, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.4977024208997, - "Chiller 6 Return Temperature": 14.159272021547133, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 39.35308511022423, - "Chiller 6 Setpoint Temperature": 32.27773132087473 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.41760466667555, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.59242063482863, - "Chiller 6 Return Temperature": 125.9036882665321, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.33973097125319, - "Chiller 6 Setpoint Temperature": 70.12328173746023 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.33406435961845, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.44703946689148, - "Chiller 6 Return Temperature": 28.004680600213266, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.83796382675239, - "Chiller 6 Setpoint Temperature": 51.65887369001281 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.04386783078357, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.69534186080696, - "Chiller 6 Return Temperature": 87.01587328396963, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.74425010066274, - "Chiller 6 Setpoint Temperature": 12.429389971328728 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 92.01492947745933, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.697543191882755, - "Chiller 6 Return Temperature": 78.32053129204925, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.80642654889957, - "Chiller 6 Setpoint Temperature": 52.488644029979234 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.6689591950117, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.43479383638291, - "Chiller 6 Return Temperature": 9.996102420048324, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 128.43481291433426, - "Chiller 6 Setpoint Temperature": 45.23161992398735 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.65912888041166, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 12.58726097952954, - "Chiller 6 Return Temperature": 42.989682488584094, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.263532116401784, - "Chiller 6 Setpoint Temperature": 29.714158886412104 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 142.54429747814729, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 127.85017179124559, - "Chiller 6 Return Temperature": 44.75243537015013, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.3078622316677, - "Chiller 6 Setpoint Temperature": 4.346757882058309 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.27986262196538, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 93.80953655320671, - "Chiller 6 Return Temperature": 97.02789529359548, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.378450782012955, - "Chiller 6 Setpoint Temperature": 61.58998065310986 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.31712337520271, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.22328340837824, - "Chiller 6 Return Temperature": 63.84978194778219, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 100.0109023337771, - "Chiller 6 Setpoint Temperature": 71.72159097293431 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.71005606822366, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.809352123073683, - "Chiller 6 Return Temperature": 89.62941762417621, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.53065371030542, - "Chiller 6 Setpoint Temperature": 53.127601358291756 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.931312836637234, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.9223928354048, - "Chiller 6 Return Temperature": 1.530905884593483, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.60160153284676, - "Chiller 6 Setpoint Temperature": 77.95141607538609 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.74508903545569, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 104.91668831454788, - "Chiller 6 Return Temperature": 21.193972593000183, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.52898930887778, - "Chiller 6 Setpoint Temperature": 71.20965143979429 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.63298507859241, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.7869436529724, - "Chiller 6 Return Temperature": 8.134391226380846, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.80210298689497, - "Chiller 6 Setpoint Temperature": 18.71533408466504 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.086850114679073, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.32631767506279, - "Chiller 6 Return Temperature": 123.34223057739545, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 90.04914702719843, - "Chiller 6 Setpoint Temperature": 41.35278499728192 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.84446079804792, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.5218288542181, - "Chiller 6 Return Temperature": 21.274468160055818, - "Chiller 6 Condenser Water Flow": 0.06932920359564715, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.09302023983992, - "Chiller 6 Setpoint Temperature": 60.215686097099876 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.3964863181906, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.46464053984855, - "Chiller 6 Return Temperature": 98.11448136144834, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.90013853866911, - "Chiller 6 Setpoint Temperature": 80.14761457593642 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.97255239398001, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 122.56946526862079, - "Chiller 6 Return Temperature": 125.05515984154428, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.99495095351156, - "Chiller 6 Setpoint Temperature": 82.91541794187266 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.25986176951517, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.06217804155939, - "Chiller 6 Return Temperature": 69.24673542444049, - "Chiller 6 Condenser Water Flow": 3.2629000266698753, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.272949097391308, - "Chiller 6 Setpoint Temperature": 90.35482933144999 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.5666655534132, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.51083239074525, - "Chiller 6 Return Temperature": 14.079287498226966, - "Chiller 6 Condenser Water Flow": 1.3606895626219737, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.39995271016565, - "Chiller 6 Setpoint Temperature": 88.75600780141909 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.71198972684641, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.33983955853563, - "Chiller 6 Return Temperature": 71.71381991143649, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.154144088050835, - "Chiller 6 Setpoint Temperature": 76.33009512775358 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.45151032205936, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.01154047002161, - "Chiller 6 Return Temperature": 105.82362487262168, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.250778247712975, - "Chiller 6 Setpoint Temperature": 90.57414001946789 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.29013384874898, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 21.56065660298305, - "Chiller 6 Return Temperature": 25.301552285088146, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.62195694043385, - "Chiller 6 Setpoint Temperature": 23.656106013493098 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.19062812118744, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.40329866671924, - "Chiller 6 Return Temperature": 129.07408458484468, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.68427117829111, - "Chiller 6 Setpoint Temperature": 36.64268922430725 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 65.44427992625819, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 42.45928962386918, - "Chiller 6 Return Temperature": 115.36438778160648, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.42779150254415, - "Chiller 6 Setpoint Temperature": 57.48528531106041 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.84610199216021, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 41.651758089433315, - "Chiller 6 Return Temperature": 55.96170641142022, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.42835930562498, - "Chiller 6 Setpoint Temperature": 78.68047241742023 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.814616462917414, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.12753730682356235, - "Chiller 6 Return Temperature": 30.522614396060433, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.11572139499762, - "Chiller 6 Setpoint Temperature": 65.72760918609384 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 89.578144445731, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.46678533821445, - "Chiller 6 Return Temperature": 124.98694637433115, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 97.72245373849184, - "Chiller 6 Setpoint Temperature": 11.486655194557903 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.8329157791526, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 12.345602393442736, - "Chiller 6 Return Temperature": 86.36126364646634, - "Chiller 6 Condenser Water Flow": 1.1208296974091008, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.96163958331907, - "Chiller 6 Setpoint Temperature": 27.76034696818504 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.20369070662045, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.90442467222498, - "Chiller 6 Return Temperature": 20.701522861947407, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.93024245178579, - "Chiller 6 Setpoint Temperature": 91.40886946397963 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.96418973681705, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.51409547977205, - "Chiller 6 Return Temperature": 115.11682791755446, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.33507859980159, - "Chiller 6 Setpoint Temperature": 72.25445666204254 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.35820042069336, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.42734721307514, - "Chiller 6 Return Temperature": 121.24408676548815, - "Chiller 6 Condenser Water Flow": 2.6450886255530137, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.15103783377975, - "Chiller 6 Setpoint Temperature": 26.83569761815291 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.76443277386824, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 124.45308395115381, - "Chiller 6 Return Temperature": 22.13597963258544, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 130.30207239353598, - "Chiller 6 Setpoint Temperature": 13.076432740939978 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.0107440085891035, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 79.913058941384, - "Chiller 6 Return Temperature": 100.69747439356395, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 65.14987826679376, - "Chiller 6 Setpoint Temperature": 27.43589191769633 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.937496595369414, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 55.06705123956617, - "Chiller 6 Return Temperature": 33.50820090435181, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.549600454900244, - "Chiller 6 Setpoint Temperature": 30.48478276032066 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.7404042993830715, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.49237672547035, - "Chiller 6 Return Temperature": 4.219942312213156, - "Chiller 6 Condenser Water Flow": 2.254414838083509, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.194341034491096, - "Chiller 6 Setpoint Temperature": 9.969645637371872 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.42195332497587, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.91764541137402, - "Chiller 6 Return Temperature": 105.25578977780953, - "Chiller 6 Condenser Water Flow": 4.709417555003059, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.303396194770635, - "Chiller 6 Setpoint Temperature": 37.96956994558811 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.723095421975138, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 126.3718424417821, - "Chiller 6 Return Temperature": 0.8214973797025988, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.34972881476079, - "Chiller 6 Setpoint Temperature": 85.68343042696057 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.66635496564945, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.15718952322368, - "Chiller 6 Return Temperature": 50.1964835224591, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 30.256763979331094, - "Chiller 6 Setpoint Temperature": 65.61287812052879 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.69586496177071, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.253466065354266, - "Chiller 6 Return Temperature": 40.73163729358979, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.04414491130085, - "Chiller 6 Setpoint Temperature": 31.234852729281403 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 121.06700095001467, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.55553791157337, - "Chiller 6 Return Temperature": 90.58737796973767, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.093251233841382, - "Chiller 6 Setpoint Temperature": 87.18182231875551 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.1923426409097505, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.26740349335326, - "Chiller 6 Return Temperature": 115.1687293461964, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.16285866806332, - "Chiller 6 Setpoint Temperature": 69.86261424262071 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.41030502152788, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.29419744678727, - "Chiller 6 Return Temperature": 78.78225255049102, - "Chiller 6 Condenser Water Flow": 5.116168719838112, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.09509248888096, - "Chiller 6 Setpoint Temperature": 85.76680385679389 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 141.07328820517614, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 26.360060412715626, - "Chiller 6 Return Temperature": 118.83466501352311, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 60.56200944044351, - "Chiller 6 Setpoint Temperature": 7.632279516221418 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.69734700013628, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.79165378385291, - "Chiller 6 Return Temperature": 82.72987819717609, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.683138227999866, - "Chiller 6 Setpoint Temperature": 74.04601957756321 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.06349340281552, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 60.49529089773279, - "Chiller 6 Return Temperature": 20.667177528041705, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.80394959153839, - "Chiller 6 Setpoint Temperature": 90.60793320612132 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.86700306529086, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 113.24705906908049, - "Chiller 6 Return Temperature": 110.73366760326941, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 107.63645132755668, - "Chiller 6 Setpoint Temperature": 13.051922691443824 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 156.56947826426003, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.44781993074693, - "Chiller 6 Return Temperature": 111.23961603178282, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.11784939006148, - "Chiller 6 Setpoint Temperature": 41.087523060579734 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.974058727088, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.94762150180742, - "Chiller 6 Return Temperature": 16.61507222018047, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.108822641916845, - "Chiller 6 Setpoint Temperature": 36.73457041279258 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-28T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 93.8859282305381, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.51547964490939, - "Chiller 6 Return Temperature": 113.41730441713368, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.50199771513593, - "Chiller 6 Setpoint Temperature": 22.056151633912464 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 98.91630799159506, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.829025891774176, - "Chiller 6 Return Temperature": 53.51397292616383, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.37851775499104, - "Chiller 6 Setpoint Temperature": 55.27345517129617 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 63.1468068365937, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.55789162632173, - "Chiller 6 Return Temperature": 6.684097476907219, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 73.24328367188583, - "Chiller 6 Setpoint Temperature": 39.25278794677537 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 70.83353332115875, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.952557502816793, - "Chiller 6 Return Temperature": 82.74000376513406, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 93.23961765630949, - "Chiller 6 Setpoint Temperature": 75.4775702820715 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 117.05475928189956, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.97168981615845, - "Chiller 6 Return Temperature": 105.78736075653465, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.17627328040835, - "Chiller 6 Setpoint Temperature": 68.46009719227023 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 154.237955514855, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.9306171304158, - "Chiller 6 Return Temperature": 112.31297311243014, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.27320905050723, - "Chiller 6 Setpoint Temperature": 4.291410149280488 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.04832702493857, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.969006951363522, - "Chiller 6 Return Temperature": 106.55152038375651, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.331717736984213, - "Chiller 6 Setpoint Temperature": 84.69634004481928 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.646503309937984, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.4019427870563, - "Chiller 6 Return Temperature": 109.85313231570248, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.001122679573484, - "Chiller 6 Setpoint Temperature": 48.005218071669354 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.26692651053891, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 89.40024817037997, - "Chiller 6 Return Temperature": 119.4837953458933, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.59950923446354, - "Chiller 6 Setpoint Temperature": 61.83182768662348 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.8822609644856, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.27980696189397, - "Chiller 6 Return Temperature": 6.082667156173461, - "Chiller 6 Condenser Water Flow": 2.84871902828107, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.73094267110078, - "Chiller 6 Setpoint Temperature": 57.50113994136072 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 14.334420658502225, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.78844341725983, - "Chiller 6 Return Temperature": 94.46901036950163, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 119.5613335363575, - "Chiller 6 Setpoint Temperature": 5.213288516557892 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.111316757920344, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 105.77925844936594, - "Chiller 6 Return Temperature": 92.42866389535756, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.27744148555456, - "Chiller 6 Setpoint Temperature": 83.43820208488819 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.31721076681217, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.6468988467345, - "Chiller 6 Return Temperature": 91.83304325516501, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.94017322990734, - "Chiller 6 Setpoint Temperature": 12.710711405207778 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.74870322046633, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.18567487304333, - "Chiller 6 Return Temperature": 14.534624981805946, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 129.57758104926162, - "Chiller 6 Setpoint Temperature": 50.201201785057634 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.487376129812652, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.05775034770942, - "Chiller 6 Return Temperature": 20.036807716543578, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.150551395032906, - "Chiller 6 Setpoint Temperature": 91.10833818866045 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 35.02219250061688, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.745660957981897, - "Chiller 6 Return Temperature": 28.56887928975392, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 108.9218313163246, - "Chiller 6 Setpoint Temperature": 25.65085195077903 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.77793797244447, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.63027543338178, - "Chiller 6 Return Temperature": 51.50691139486785, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.4801022715832, - "Chiller 6 Setpoint Temperature": 82.1916617256759 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.9124397714094, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.627020077746856, - "Chiller 6 Return Temperature": 23.518397209101714, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 122.45167421794642, - "Chiller 6 Setpoint Temperature": 54.60273095431087 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.22588417702735, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 132.24969937184926, - "Chiller 6 Return Temperature": 65.84711762484828, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.75147020848321, - "Chiller 6 Setpoint Temperature": 19.588892804426795 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.55529255300355, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 54.120115733775684, - "Chiller 6 Return Temperature": 110.96728884243322, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.87805843372256, - "Chiller 6 Setpoint Temperature": 51.6675559771993 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.443193811081037, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.74397733457032, - "Chiller 6 Return Temperature": 78.59215790251498, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.162569721133483, - "Chiller 6 Setpoint Temperature": 33.00791173500851 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.584212160870596, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.426139432933015, - "Chiller 6 Return Temperature": 110.00977804747858, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.1774324756867145, - "Chiller 6 Setpoint Temperature": 56.47844752521403 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 110.21982785872117, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 115.78295571299141, - "Chiller 6 Return Temperature": 37.76359721742851, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.562452149230623, - "Chiller 6 Setpoint Temperature": 62.67526831140512 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 49.66257918737975, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.669384477140596, - "Chiller 6 Return Temperature": 72.09355333050058, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 75.08908582526472, - "Chiller 6 Setpoint Temperature": 2.4972678892563493 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 106.2189168136272, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.831566432059013, - "Chiller 6 Return Temperature": 91.05346292501278, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.543601604567594, - "Chiller 6 Setpoint Temperature": 84.30234171030561 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.09356024505362, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 22.65708776246156, - "Chiller 6 Return Temperature": 54.20897154186516, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.30851289865573, - "Chiller 6 Setpoint Temperature": 13.282481447779855 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 29.079922359594015, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 46.932459755305324, - "Chiller 6 Return Temperature": 78.79140369268347, - "Chiller 6 Condenser Water Flow": 0.7104641267203804, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.36730370573248, - "Chiller 6 Setpoint Temperature": 57.03787624309793 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 138.78484704988028, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.90684218478586, - "Chiller 6 Return Temperature": 14.13476269868505, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.80977106617561, - "Chiller 6 Setpoint Temperature": 34.183601649302204 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.6309984102138, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.09931980599023, - "Chiller 6 Return Temperature": 92.15908342358505, - "Chiller 6 Condenser Water Flow": 0.1196066691241165, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 58.065160587562524, - "Chiller 6 Setpoint Temperature": 60.98161675138483 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.8834635010893, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 12.226945438300854, - "Chiller 6 Return Temperature": 124.5996403117494, - "Chiller 6 Condenser Water Flow": 3.8194334830519376, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.54873194170672, - "Chiller 6 Setpoint Temperature": 60.838609541158576 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.858920191237786, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.415038141283105, - "Chiller 6 Return Temperature": 61.267446278695466, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 0.49230523620639044, - "Chiller 6 Setpoint Temperature": 84.08793863636865 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.27350200293449, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 138.1626038746094, - "Chiller 6 Return Temperature": 85.83841542522151, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.248523040420295, - "Chiller 6 Setpoint Temperature": 24.464538909351994 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.50985457240223, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 4.35474278524143, - "Chiller 6 Return Temperature": 93.24366583180718, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.222628634266183, - "Chiller 6 Setpoint Temperature": 24.524739170231737 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.867282380371997, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.084297003169425, - "Chiller 6 Return Temperature": 113.2115092578905, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.97765833878346, - "Chiller 6 Setpoint Temperature": 79.54289674254979 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.295948258961634, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.54066529962694, - "Chiller 6 Return Temperature": 4.702084066579035, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 103.75636948978614, - "Chiller 6 Setpoint Temperature": 44.09827874275966 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 86.05405035598929, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.61726925824189, - "Chiller 6 Return Temperature": 38.77460942669574, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.67668073899075, - "Chiller 6 Setpoint Temperature": 21.85918280419642 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 144.2709917031724, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 43.1800119511657, - "Chiller 6 Return Temperature": 123.44351521454654, - "Chiller 6 Condenser Water Flow": 0.6371925083160774, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.24439090381645, - "Chiller 6 Setpoint Temperature": 60.99318034410497 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T09:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.9974460410962913, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.921454907344616, - "Chiller 6 Return Temperature": 90.0362595126656, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 91.86333941268167, - "Chiller 6 Setpoint Temperature": 42.43940316271941 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.2590762325546, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.93598582243422, - "Chiller 6 Return Temperature": 53.051398415628924, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.31001076841246, - "Chiller 6 Setpoint Temperature": 18.475803090667654 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 120.7607074974232, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.98824963426495, - "Chiller 6 Return Temperature": 120.52335021917345, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 55.095562315300825, - "Chiller 6 Setpoint Temperature": 39.015333230672354 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.666987660762419, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.32419550065543, - "Chiller 6 Return Temperature": 7.691873415823435, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.09754660263647, - "Chiller 6 Setpoint Temperature": 41.58962471070618 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 146.32135733965072, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.830425022247907, - "Chiller 6 Return Temperature": 40.95639581186367, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.46308822976405, - "Chiller 6 Setpoint Temperature": 85.00258946608606 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.93142560521598, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.10664394751089, - "Chiller 6 Return Temperature": 126.23133905015793, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.19840893577458, - "Chiller 6 Setpoint Temperature": 32.11157528760271 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 73.01248181009298, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.8250578855314785, - "Chiller 6 Return Temperature": 75.62365208122321, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.476081601654485, - "Chiller 6 Setpoint Temperature": 23.21189361082605 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.140499096661333, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 101.75672205484244, - "Chiller 6 Return Temperature": 42.42248306749492, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.59635948246859, - "Chiller 6 Setpoint Temperature": 54.160290349647944 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.01958956269675, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 102.2703623484397, - "Chiller 6 Return Temperature": 42.96634730351231, - "Chiller 6 Condenser Water Flow": 1.165259315293873, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 124.71811556978643, - "Chiller 6 Setpoint Temperature": 81.3445941510841 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 56.131219677844776, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.237543822470656, - "Chiller 6 Return Temperature": 110.95398941694529, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.393355608843578, - "Chiller 6 Setpoint Temperature": 22.378930358647896 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.18242594008775, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 136.57591364408103, - "Chiller 6 Return Temperature": 57.39886761865062, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.47285146600574, - "Chiller 6 Setpoint Temperature": 20.18293581570307 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.63566173675966, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 1.4645590192745819, - "Chiller 6 Return Temperature": 8.916779292726963, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.098876058367694, - "Chiller 6 Setpoint Temperature": 66.8271873023784 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.783273103734768, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.0113147877504, - "Chiller 6 Return Temperature": 98.77917703359164, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.40938178420141, - "Chiller 6 Setpoint Temperature": 4.1663384606286575 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 77.97461836740439, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 80.65321259322454, - "Chiller 6 Return Temperature": 120.1840319720638, - "Chiller 6 Condenser Water Flow": 3.663927123929838, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.914952229911968, - "Chiller 6 Setpoint Temperature": 77.67138957833893 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.28092663411191, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.039148378505844, - "Chiller 6 Return Temperature": 101.03054432164002, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.15972282197043, - "Chiller 6 Setpoint Temperature": 58.680351464030394 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.04817367205331, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.661058723961053, - "Chiller 6 Return Temperature": 10.458539280678714, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.68298147561111, - "Chiller 6 Setpoint Temperature": 33.23878574923172 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.4119400214155, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 48.40169082119976, - "Chiller 6 Return Temperature": 85.19076328841385, - "Chiller 6 Condenser Water Flow": 1.8026633276119857, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 23.636751914800282, - "Chiller 6 Setpoint Temperature": 27.34750344017966 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 28.768001497232042, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 91.55480596220093, - "Chiller 6 Return Temperature": 126.11369654357662, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.797860760377073, - "Chiller 6 Setpoint Temperature": 54.42825318060334 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.430028445716752, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.06231900726905, - "Chiller 6 Return Temperature": 28.130819044983255, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 45.89417227311706, - "Chiller 6 Setpoint Temperature": 63.61783375895026 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 32.565691824133, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.034579860875762924, - "Chiller 6 Return Temperature": 7.495556379370901, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.4630215795326, - "Chiller 6 Setpoint Temperature": 23.282808781438426 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.14453022385689, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.12416399949193, - "Chiller 6 Return Temperature": 55.69453798527192, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.266171809314, - "Chiller 6 Setpoint Temperature": 60.029266682017024 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 36.48929918855915, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 9.015799435997865, - "Chiller 6 Return Temperature": 60.63605213569339, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.22933682982548, - "Chiller 6 Setpoint Temperature": 28.37008214497063 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.05997005048397, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 95.24691881384204, - "Chiller 6 Return Temperature": 28.54335941529037, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 105.59637313275256, - "Chiller 6 Setpoint Temperature": 29.06620127052871 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 125.89992765504851, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.92964385470384, - "Chiller 6 Return Temperature": 50.10356769770352, - "Chiller 6 Condenser Water Flow": 4.669681142233691, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 109.11473337979876, - "Chiller 6 Setpoint Temperature": 42.87477064861684 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 148.80073989884198, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.06377605742135, - "Chiller 6 Return Temperature": 61.63415628427031, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.49736987594908, - "Chiller 6 Setpoint Temperature": 67.8835884619654 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.78911005256593, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 85.05795386478046, - "Chiller 6 Return Temperature": 51.65000006045265, - "Chiller 6 Condenser Water Flow": 2.492742363630676, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 50.763118034834804, - "Chiller 6 Setpoint Temperature": 32.08214661622214 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.55688151974754, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.15780217894375, - "Chiller 6 Return Temperature": 88.10840818400315, - "Chiller 6 Condenser Water Flow": 3.468443159916762, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.283055228423734, - "Chiller 6 Setpoint Temperature": 78.89072247965638 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 1.1758833754589417, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.67265175702893, - "Chiller 6 Return Temperature": 73.03973064442725, - "Chiller 6 Condenser Water Flow": 0.30429108643948805, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.854945485472, - "Chiller 6 Setpoint Temperature": 23.141495019286562 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T16:00:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 91.02788772878563, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 77.44229817502044, - "Chiller 6 Return Temperature": 0.09981702510952285, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.225289072804458, - "Chiller 6 Setpoint Temperature": 38.14898878693 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T16:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.653925094973454, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.31659703347515, - "Chiller 6 Return Temperature": 19.263750671532485, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 100.12945497679637, - "Chiller 6 Setpoint Temperature": 17.788080725610186 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 81.47125481520497, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.45377376772171, - "Chiller 6 Return Temperature": 20.372612344847244, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.77280271552272, - "Chiller 6 Setpoint Temperature": 15.395688229367845 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 152.98642237223203, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.592586713067426, - "Chiller 6 Return Temperature": 13.09467257210728, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 46.618002641739935, - "Chiller 6 Setpoint Temperature": 91.2695147926576 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.49125397964124, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.9616445907688, - "Chiller 6 Return Temperature": 101.48603815259922, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 141.12493789410848, - "Chiller 6 Setpoint Temperature": 5.912631840489209 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 75.28000229665885, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 36.3029632847516, - "Chiller 6 Return Temperature": 101.84819655129638, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.610734865250663, - "Chiller 6 Setpoint Temperature": 49.63594596943982 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 135.77070799623252, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 107.82941401180967, - "Chiller 6 Return Temperature": 1.8797278475605372, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.6117049899935, - "Chiller 6 Setpoint Temperature": 71.3818547983691 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.02804077430294, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 75.91130285520016, - "Chiller 6 Return Temperature": 24.731768056479947, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.044564954505326, - "Chiller 6 Setpoint Temperature": 41.40746817710258 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.9767260004052, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.42188405062849, - "Chiller 6 Return Temperature": 101.82558208068795, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.30571263531726, - "Chiller 6 Setpoint Temperature": 45.55832219951327 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.792396104302135, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.24524639610621, - "Chiller 6 Return Temperature": 9.072022035743828, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 16.613465088667805, - "Chiller 6 Setpoint Temperature": 65.24040807722957 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 3.7585623165105115, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.47582521221755, - "Chiller 6 Return Temperature": 48.94819664075732, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.26138875530572, - "Chiller 6 Setpoint Temperature": 47.18569707678638 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.983530051775398, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.315512127858758, - "Chiller 6 Return Temperature": 75.13633801968145, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 127.10333703765635, - "Chiller 6 Setpoint Temperature": 29.581793563567047 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.22300376022554, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.86575301472195, - "Chiller 6 Return Temperature": 99.82170883614032, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.379642007861507, - "Chiller 6 Setpoint Temperature": 14.92188495727182 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.38558935429074, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 70.83217489279066, - "Chiller 6 Return Temperature": 79.06221645220577, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.38773887938748, - "Chiller 6 Setpoint Temperature": 78.92789787525872 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.26034081674005, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.15814226521147, - "Chiller 6 Return Temperature": 75.73787456147633, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 37.61674536920096, - "Chiller 6 Setpoint Temperature": 59.81138303820526 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.868956352223734, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.68139751030861, - "Chiller 6 Return Temperature": 103.6979611179499, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 12.056029745121656, - "Chiller 6 Setpoint Temperature": 1.4238120669418017 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 15.409192389764291, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 23.871247049459324, - "Chiller 6 Return Temperature": 43.71179866529802, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.95468952727825, - "Chiller 6 Setpoint Temperature": 6.648933211753515 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 113.92018424441268, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.43406513336667, - "Chiller 6 Return Temperature": 120.12349726771045, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.88014519964987, - "Chiller 6 Setpoint Temperature": 70.14292135851359 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.13230766431899, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 50.109960985237834, - "Chiller 6 Return Temperature": 126.11190280667493, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.633715460937214, - "Chiller 6 Setpoint Temperature": 79.16270207356251 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.1191695114629026, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 83.62091687937036, - "Chiller 6 Return Temperature": 70.91032490964906, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 48.6839154991058, - "Chiller 6 Setpoint Temperature": 44.54556389322166 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 21.020764586605424, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 71.92971577930223, - "Chiller 6 Return Temperature": 104.14304200847855, - "Chiller 6 Condenser Water Flow": 0.988744211784067, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.76867356631957, - "Chiller 6 Setpoint Temperature": 71.74993654692996 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 90.50323259588885, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.13272911119552, - "Chiller 6 Return Temperature": 127.9314411736208, - "Chiller 6 Condenser Water Flow": 2.0789860592093685, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 70.44803152785619, - "Chiller 6 Setpoint Temperature": 52.43562516067455 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 40.48163957340654, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.11961842827375, - "Chiller 6 Return Temperature": 97.21045514621572, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.81038605847627, - "Chiller 6 Setpoint Temperature": 54.841431212814825 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.77230609856318, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.56686530748311, - "Chiller 6 Return Temperature": 87.81491022504385, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.01788511075897, - "Chiller 6 Setpoint Temperature": 9.952022042888178 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 80.96951408952278, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.6492738928682, - "Chiller 6 Return Temperature": 108.44766756991305, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.28241037388041, - "Chiller 6 Setpoint Temperature": 6.8731013138654165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 41.320195588395094, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 45.05453498503961, - "Chiller 6 Return Temperature": 118.62835341740592, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 99.04395375766913, - "Chiller 6 Setpoint Temperature": 66.56188315239946 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 103.54228083991768, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 20.986838104717204, - "Chiller 6 Return Temperature": 48.48940289386553, - "Chiller 6 Condenser Water Flow": 3.96770213699957, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 64.7628238036049, - "Chiller 6 Setpoint Temperature": 72.18285842594392 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 34.733047409827165, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 136.32029424753154, - "Chiller 6 Return Temperature": 60.15240475387394, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 115.65477382450145, - "Chiller 6 Setpoint Temperature": 2.5110157391617727 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 150.67603238583882, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 96.72978380506314, - "Chiller 6 Return Temperature": 10.989163319192242, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 52.67984492211967, - "Chiller 6 Setpoint Temperature": 32.491685835579794 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T23:15:23", - "Chiller 6 Condenser Water Return To Tower Temperature": 2.2131158819530805, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 103.0405756286925, - "Chiller 6 Return Temperature": 110.88700224411988, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 96.02818081991701, - "Chiller 6 Setpoint Temperature": 48.607180036208995 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.95692012404007, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.71800189870424, - "Chiller 6 Return Temperature": 17.825409296835083, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.82510181217658, - "Chiller 6 Setpoint Temperature": 84.15951015018852 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-29T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.8046837083853, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 78.46641370109394, - "Chiller 6 Return Temperature": 52.423924553549064, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 29.053059278311835, - "Chiller 6 Setpoint Temperature": 4.614912853092588 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T00:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.80171566452831, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 0.3764935335668523, - "Chiller 6 Return Temperature": 52.01238245598466, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.54941563081125, - "Chiller 6 Setpoint Temperature": 60.55392069791027 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T00:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.762873706451238, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.26690325417324, - "Chiller 6 Return Temperature": 17.253460255607994, - "Chiller 6 Condenser Water Flow": 2.327354607226743, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.80410674472163, - "Chiller 6 Setpoint Temperature": 11.705078650385849 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T00:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.49955954027504, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.78621451257563, - "Chiller 6 Return Temperature": 123.33302161320192, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.8713463294405, - "Chiller 6 Setpoint Temperature": 53.28654239894884 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T00:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 97.22898106380268, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.43023174814279, - "Chiller 6 Return Temperature": 122.1511497058027, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 141.97414808224343, - "Chiller 6 Setpoint Temperature": 15.45168785439936 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T01:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 123.1704987711583, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 137.00980271443072, - "Chiller 6 Return Temperature": 54.92155194750792, - "Chiller 6 Condenser Water Flow": 2.6410406475935715, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.76166356151018, - "Chiller 6 Setpoint Temperature": 82.23876109622097 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T01:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.44019082323256, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 69.03876216794639, - "Chiller 6 Return Temperature": 102.06413557561862, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 101.11129688320108, - "Chiller 6 Setpoint Temperature": 62.86818738457628 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T01:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 76.85337853607317, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.768913951798165, - "Chiller 6 Return Temperature": 68.34941319363045, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.42766075399418, - "Chiller 6 Setpoint Temperature": 3.053481595163799 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T01:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 62.85699723742029, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.366184220181356, - "Chiller 6 Return Temperature": 96.64129894121949, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 104.34436601569797, - "Chiller 6 Setpoint Temperature": 50.26142901149703 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T02:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.79603665033709, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.73436492509607, - "Chiller 6 Return Temperature": 99.18166514296107, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 139.69721073281985, - "Chiller 6 Setpoint Temperature": 14.97660025495162 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T02:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.76129451685215, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.660736160264534, - "Chiller 6 Return Temperature": 49.09305060645311, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 86.613768206533, - "Chiller 6 Setpoint Temperature": 33.805832958844015 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T02:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 6.685293393987906, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 106.98168546625438, - "Chiller 6 Return Temperature": 111.19520020991786, - "Chiller 6 Condenser Water Flow": 2.6981984772667174, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.74082220407161, - "Chiller 6 Setpoint Temperature": 49.88525733633369 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T02:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.01175850722206, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 61.66124662224584, - "Chiller 6 Return Temperature": 17.62608789750665, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 47.523331091053734, - "Chiller 6 Setpoint Temperature": 30.507463152541373 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T03:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.15084882661364, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 98.71784955562494, - "Chiller 6 Return Temperature": 54.46723964563732, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 32.97348674358752, - "Chiller 6 Setpoint Temperature": 31.543883396412653 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T03:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.38601754814243, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 121.47276416584077, - "Chiller 6 Return Temperature": 14.89835530519281, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 2.4564416652433096, - "Chiller 6 Setpoint Temperature": 53.730879853543286 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T03:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.64839669850907, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.66213288665163, - "Chiller 6 Return Temperature": 2.1964849656640277, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 135.10213492826017, - "Chiller 6 Setpoint Temperature": 58.270169942522 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T03:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.96546810718753, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 31.014547811873186, - "Chiller 6 Return Temperature": 105.61578399682553, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 18.127036294846015, - "Chiller 6 Setpoint Temperature": 83.92496932608121 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T04:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 149.5669613965005, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 16.440603437637538, - "Chiller 6 Return Temperature": 27.777508401643935, - "Chiller 6 Condenser Water Flow": 6.424662385829228, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 49.402549642914494, - "Chiller 6 Setpoint Temperature": 56.14766190672913 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T04:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.8615193719901, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 63.47509015014815, - "Chiller 6 Return Temperature": 8.63938127646692, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 142.34089182943413, - "Chiller 6 Setpoint Temperature": 30.374163650015028 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T04:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 104.46518585225625, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 37.126617186196135, - "Chiller 6 Return Temperature": 83.0600118497137, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 97.94834569110914, - "Chiller 6 Setpoint Temperature": 74.76050440785751 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T04:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.2371845861191, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 89.88191039268993, - "Chiller 6 Return Temperature": 113.00307538360487, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.96188304945566, - "Chiller 6 Setpoint Temperature": 54.56279960620018 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T05:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.748685798380876, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.502726360095924, - "Chiller 6 Return Temperature": 89.00390423439315, - "Chiller 6 Condenser Water Flow": 3.2612130869405282, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.80428399864722, - "Chiller 6 Setpoint Temperature": 62.90616141878328 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T05:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.07156945914974, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.40611464544027, - "Chiller 6 Return Temperature": 81.79939635286378, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 92.47002485310307, - "Chiller 6 Setpoint Temperature": 10.34104538676599 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T05:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 17.89545960578148, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 27.532788762001196, - "Chiller 6 Return Temperature": 28.440122926683912, - "Chiller 6 Condenser Water Flow": 3.958308322898227, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.979756484400365, - "Chiller 6 Setpoint Temperature": 18.923840223902765 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T05:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.28656557915303, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.76951654229573, - "Chiller 6 Return Temperature": 123.81449120131623, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 125.00881675087356, - "Chiller 6 Setpoint Temperature": 29.960153863811975 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T06:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 130.4265344305981, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.32069156650525, - "Chiller 6 Return Temperature": 81.71942307463638, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 25.387802828632115, - "Chiller 6 Setpoint Temperature": 7.48586527285129 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T06:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.74360102537733, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.1735226556282, - "Chiller 6 Return Temperature": 28.91894430158174, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.848768609425889, - "Chiller 6 Setpoint Temperature": 62.64612698694392 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T06:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.25912706437349, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.253432104905684, - "Chiller 6 Return Temperature": 125.24132165209873, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 22.57230447574355, - "Chiller 6 Setpoint Temperature": 63.315392809998606 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T06:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 131.93086737296863, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 123.17610816284669, - "Chiller 6 Return Temperature": 57.520854267936855, - "Chiller 6 Condenser Water Flow": 0.926531434553155, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.43411071300947, - "Chiller 6 Setpoint Temperature": 42.99567577561842 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T07:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.67063477281783, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.42092424922708, - "Chiller 6 Return Temperature": 37.70362567159291, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 44.24030595803003, - "Chiller 6 Setpoint Temperature": 68.78483552542588 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T07:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.546023437485502, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 2.070935289746931, - "Chiller 6 Return Temperature": 29.513959436429907, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 67.16607697410407, - "Chiller 6 Setpoint Temperature": 63.499986909796675 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T07:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 59.946410269277244, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 72.55418147750277, - "Chiller 6 Return Temperature": 27.194622948729393, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 89.62548244725687, - "Chiller 6 Setpoint Temperature": 88.10040225486141 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T07:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 127.96631891878394, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.656970429523284, - "Chiller 6 Return Temperature": 40.427042866744394, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 8.802722366038026, - "Chiller 6 Setpoint Temperature": 39.25518940815325 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T08:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 88.76155037656032, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.2848901107874, - "Chiller 6 Return Temperature": 104.65097417705569, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.91395699308619, - "Chiller 6 Setpoint Temperature": 69.40425188685026 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T08:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 115.51664594452492, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 35.772528040489064, - "Chiller 6 Return Temperature": 116.51892949214609, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 82.04346404645248, - "Chiller 6 Setpoint Temperature": 19.184777431560406 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T08:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 55.02990981796885, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 65.1080102917303, - "Chiller 6 Return Temperature": 43.03091993622943, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.60836589782687, - "Chiller 6 Setpoint Temperature": 75.18188819947693 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T08:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 23.257203063992776, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 112.17487324013368, - "Chiller 6 Return Temperature": 80.54887272646357, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 20.643434863422826, - "Chiller 6 Setpoint Temperature": 57.79300387756155 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T09:00:03", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.225429898142632, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 49.36869934056525, - "Chiller 6 Return Temperature": 83.63030992074741, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.91975691184498, - "Chiller 6 Setpoint Temperature": 29.189911937981787 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T09:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 122.94069183752651, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 119.39236314628224, - "Chiller 6 Return Temperature": 81.037962381706, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 26.80009840307604, - "Chiller 6 Setpoint Temperature": 90.75510471739112 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T09:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.88695002605153, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 86.5296635700824, - "Chiller 6 Return Temperature": 46.799601444362686, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 9.955241762430479, - "Chiller 6 Setpoint Temperature": 45.484429398194855 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T09:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.52433546164505, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 30.40322731099431, - "Chiller 6 Return Temperature": 79.39581933926961, - "Chiller 6 Condenser Water Flow": 2.6320143623676215, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 136.6470349625894, - "Chiller 6 Setpoint Temperature": 5.347732051825819 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T10:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 107.08053905757679, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.56309748957372, - "Chiller 6 Return Temperature": 53.846964737935224, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 94.2528876263688, - "Chiller 6 Setpoint Temperature": 5.07855373089505 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T10:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 99.77344151218058, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 8.992996785388877, - "Chiller 6 Return Temperature": 55.23610600716836, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 85.40629737381646, - "Chiller 6 Setpoint Temperature": 70.37201103781322 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T10:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.02679216900003, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.692311429227939, - "Chiller 6 Return Temperature": 85.64853545811565, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.69055046371555, - "Chiller 6 Setpoint Temperature": 60.49861782380501 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T10:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 47.29819978809775, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 40.44467040572708, - "Chiller 6 Return Temperature": 66.41144575846153, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 78.46069343697292, - "Chiller 6 Setpoint Temperature": 33.55285145051706 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T11:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.22451266376595, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 19.64077379547095, - "Chiller 6 Return Temperature": 16.93213542577864, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 116.6038581502269, - "Chiller 6 Setpoint Temperature": 64.06551700719932 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T11:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 8.405597913264593, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 76.26281205149978, - "Chiller 6 Return Temperature": 68.00326736758709, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 63.86392261195417, - "Chiller 6 Setpoint Temperature": 74.52155334695509 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T11:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 95.85030381555768, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 53.871613072150694, - "Chiller 6 Return Temperature": 106.24502205037733, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 98.52927808509004, - "Chiller 6 Setpoint Temperature": 17.988549609934882 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T11:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 31.43018347070671, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.28444393121177, - "Chiller 6 Return Temperature": 15.406579162435134, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.40148410588172, - "Chiller 6 Setpoint Temperature": 34.54754092926044 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T12:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 67.63307521396978, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 137.5908918396646, - "Chiller 6 Return Temperature": 1.1333169718612612, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.76854308449475, - "Chiller 6 Setpoint Temperature": 30.356766366112655 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T12:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 78.80777708834296, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 62.53045129494842, - "Chiller 6 Return Temperature": 88.137115984353, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 79.35538513798144, - "Chiller 6 Setpoint Temperature": 7.843175037922062 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T12:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 16.32151269530848, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.92527993296926, - "Chiller 6 Return Temperature": 83.80230421275746, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 123.21344880835983, - "Chiller 6 Setpoint Temperature": 53.70270859510036 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T12:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.67216595691232, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.174889226149, - "Chiller 6 Return Temperature": 31.458336725453197, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.59491936275828, - "Chiller 6 Setpoint Temperature": 50.73770372267438 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T13:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 64.13173206606268, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 59.963489132257614, - "Chiller 6 Return Temperature": 104.37720059693667, - "Chiller 6 Condenser Water Flow": 4.769057036658388, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 117.37205755325226, - "Chiller 6 Setpoint Temperature": 27.12701149391349 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T13:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 69.42127512463772, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 135.35403400092656, - "Chiller 6 Return Temperature": 5.686363670942119, - "Chiller 6 Condenser Water Flow": 1.2684131262044838, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 76.35594075804534, - "Chiller 6 Setpoint Temperature": 74.68085066993069 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T13:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 4.2732713694624085, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.25863563480706, - "Chiller 6 Return Temperature": 72.30483919756287, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 4.0496981513505155, - "Chiller 6 Setpoint Temperature": 55.887812491204684 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T13:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.839282960499666, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 131.16444158297784, - "Chiller 6 Return Temperature": 24.655545788746707, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.134474731227154, - "Chiller 6 Setpoint Temperature": 56.04232013237827 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T14:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 45.55814803229057, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.61853946444586, - "Chiller 6 Return Temperature": 127.5232533681903, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 84.60772765795505, - "Chiller 6 Setpoint Temperature": 34.9507621092085 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T14:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 54.54333722162536, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 130.4770275587945, - "Chiller 6 Return Temperature": 32.516820688377656, - "Chiller 6 Condenser Water Flow": 3.7266805368418803, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 131.92982883710528, - "Chiller 6 Setpoint Temperature": 7.506122131269391 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T14:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 68.76281090622521, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 13.013884598685378, - "Chiller 6 Return Temperature": 45.7967800411712, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 21.67326173408854, - "Chiller 6 Setpoint Temperature": 5.6532925306756425 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T14:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 132.76814064249416, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 24.94257872261393, - "Chiller 6 Return Temperature": 87.1900673145348, - "Chiller 6 Condenser Water Flow": 3.7429724849633264, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 54.924170241708424, - "Chiller 6 Setpoint Temperature": 56.779374665828165 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T15:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 124.44681594063144, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 46.89645710760423, - "Chiller 6 Return Temperature": 59.51297368624578, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 57.044234307201805, - "Chiller 6 Setpoint Temperature": 38.65453097411502 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T15:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 26.85727558062501, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 6.950128476049329, - "Chiller 6 Return Temperature": 42.7930334465934, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.04877536964355, - "Chiller 6 Setpoint Temperature": 68.4222175292877 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T15:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.11345090573248, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 10.587490608136466, - "Chiller 6 Return Temperature": 37.24056787835302, - "Chiller 6 Condenser Water Flow": 1.8294636684243333, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 62.983390720112226, - "Chiller 6 Setpoint Temperature": 83.9702530922041 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T15:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 19.59561800467317, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 82.81336914582775, - "Chiller 6 Return Temperature": 124.03597344326856, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 83.39867649495588, - "Chiller 6 Setpoint Temperature": 44.64618682781822 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T16:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 143.1436133359297, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 68.20785150601664, - "Chiller 6 Return Temperature": 60.95765109693076, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.69969040903813, - "Chiller 6 Setpoint Temperature": 3.2335767269351576 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T16:15:24", - "Chiller 6 Condenser Water Return To Tower Temperature": 61.7847660060371, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 90.95820147459426, - "Chiller 6 Return Temperature": 74.12957090202708, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 24.2894575831769, - "Chiller 6 Setpoint Temperature": 23.85451158123363 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T16:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 9.898980188390954, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 14.22047436955261, - "Chiller 6 Return Temperature": 34.64819424509718, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.46764543145126, - "Chiller 6 Setpoint Temperature": 22.36719383864496 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T16:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.01265724155321, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 117.22102393765792, - "Chiller 6 Return Temperature": 50.25501352680292, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.96007072432853, - "Chiller 6 Setpoint Temperature": 14.388962278037933 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T17:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 101.47793444138516, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 84.71877917320018, - "Chiller 6 Return Temperature": 115.35667239222569, - "Chiller 6 Condenser Water Flow": 0.6073939292764936, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.71799999898482, - "Chiller 6 Setpoint Temperature": 28.934472715756673 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T17:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 128.13414287819487, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 128.11459803081286, - "Chiller 6 Return Temperature": 95.99534094151751, - "Chiller 6 Condenser Water Flow": 1.963578497076691, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 34.35022932636222, - "Chiller 6 Setpoint Temperature": 11.640617423605043 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T17:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 7.270657297582016, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 109.8710296187897, - "Chiller 6 Return Temperature": 90.44443176250303, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 81.73353464260728, - "Chiller 6 Setpoint Temperature": 54.36712954411721 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T17:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 57.41483249480187, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 67.86032943263328, - "Chiller 6 Return Temperature": 58.60283385947594, - "Chiller 6 Condenser Water Flow": 3.1718592798915073, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 27.694579566276317, - "Chiller 6 Setpoint Temperature": 20.768492837424386 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T18:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 0.22324675365665433, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 92.27100356953679, - "Chiller 6 Return Temperature": 33.95434551692711, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 95.32224865135265, - "Chiller 6 Setpoint Temperature": 2.300836031812683 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T18:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 102.96792415476541, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 28.573122226594908, - "Chiller 6 Return Temperature": 126.84585390000213, - "Chiller 6 Condenser Water Flow": 3.064249136933955, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 1.527168477857006, - "Chiller 6 Setpoint Temperature": 73.90325560032655 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T18:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 46.06388488527793, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 108.39109122823314, - "Chiller 6 Return Temperature": 30.32185713802645, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 102.86695435878968, - "Chiller 6 Setpoint Temperature": 9.440934846817797 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T18:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 38.81487884105289, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 52.11088907434618, - "Chiller 6 Return Temperature": 119.63731237315139, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 5.560182663028675, - "Chiller 6 Setpoint Temperature": 23.764765100746594 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T19:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 52.516142580300944, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 29.578358165772876, - "Chiller 6 Return Temperature": 81.99149859943195, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 68.78334342294936, - "Chiller 6 Setpoint Temperature": 17.93306358642049 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T19:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 87.77632117976172, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.842307024364555, - "Chiller 6 Return Temperature": 53.67641111882629, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 3.1339933284581276, - "Chiller 6 Setpoint Temperature": 25.82847498451723 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T19:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 22.966873113712698, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 97.83390995453605, - "Chiller 6 Return Temperature": 11.278929859146542, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 120.62892145445993, - "Chiller 6 Setpoint Temperature": 87.51777368887265 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T19:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 118.62003057778999, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 116.50184633981237, - "Chiller 6 Return Temperature": 80.8083212773219, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 38.35124922738687, - "Chiller 6 Setpoint Temperature": 12.989130626014449 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T20:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 50.091565708258265, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.0250561944569, - "Chiller 6 Return Temperature": 125.05316433358696, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 113.77979903792519, - "Chiller 6 Setpoint Temperature": 53.276161598043494 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T20:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.312835473381444, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 39.64172497801203, - "Chiller 6 Return Temperature": 82.43875247199334, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 14.133833562282998, - "Chiller 6 Setpoint Temperature": 33.21309620350644 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T20:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 60.553734956010494, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.74918038793251, - "Chiller 6 Return Temperature": 70.33485375189196, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.39812214890932, - "Chiller 6 Setpoint Temperature": 12.550153246659272 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T20:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 43.43070448503396, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 110.81126161973788, - "Chiller 6 Return Temperature": 30.234849197027355, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 61.286923613109316, - "Chiller 6 Setpoint Temperature": 47.414717692893724 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T21:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 112.63566787388305, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 120.38593309770307, - "Chiller 6 Return Temperature": 19.209071893141367, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 110.85951158155633, - "Chiller 6 Setpoint Temperature": 47.45284237737259 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T21:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 18.356519770323327, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 32.51593162519719, - "Chiller 6 Return Temperature": 21.80335096864626, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 132.65062888110342, - "Chiller 6 Setpoint Temperature": 33.95983968772821 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T21:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 27.460228746529374, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 81.6585105082301, - "Chiller 6 Return Temperature": 4.527005641354786, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 126.78395118441556, - "Chiller 6 Setpoint Temperature": 48.33572879508822 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T21:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 126.08332047699918, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 94.34667419238217, - "Chiller 6 Return Temperature": 47.3175886646051, - "Chiller 6 Condenser Water Flow": 0.9532119526577827, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 77.0480561383649, - "Chiller 6 Setpoint Temperature": 29.814348741254246 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T22:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 119.99522005401674, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 87.01969499333731, - "Chiller 6 Return Temperature": 74.65355264236263, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 42.14710232808691, - "Chiller 6 Setpoint Temperature": 4.380411921687216 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T22:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 12.754247077135327, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 25.699979562299696, - "Chiller 6 Return Temperature": 51.56725523173953, - "Chiller 6 Condenser Water Flow": 2.3652372582333343, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 41.85626536874188, - "Chiller 6 Setpoint Temperature": 3.4692877233440758 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T22:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 42.58196171417443, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 106.36091437770244, - "Chiller 6 Return Temperature": 24.189573107829712, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 17.384485467490823, - "Chiller 6 Setpoint Temperature": 2.5593757068157954 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T22:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 140.91659972088542, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 44.81850649958646, - "Chiller 6 Return Temperature": 7.85168148618033, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 71.67043690820417, - "Chiller 6 Setpoint Temperature": 27.271184300138017 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T23:00:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 151.9169291421138, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 133.85431390991488, - "Chiller 6 Return Temperature": 11.820131905793774, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 72.33325382375044, - "Chiller 6 Setpoint Temperature": 18.28565661555635 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T23:15:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 20.245100719179668, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 73.15895488046134, - "Chiller 6 Return Temperature": 40.937177154375334, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 40.7850520986805, - "Chiller 6 Setpoint Temperature": 7.493992255078169 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T23:30:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 139.58505123995087, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 7.61650396151876, - "Chiller 6 Return Temperature": 71.8363007045003, - "Chiller 6 Condenser Water Flow": 0.0, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 112.35448017713838, - "Chiller 6 Setpoint Temperature": 14.818143776861568 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-30T23:45:00", - "Chiller 6 Condenser Water Return To Tower Temperature": 137.40423966444538, - "Chiller 6 Chiller Efficiency": 0.0, - "Chiller 6 Tonnage": 0.0, - "Chiller 6 Supply Temperature": 111.94307919045363, - "Chiller 6 Return Temperature": 88.74522757618209, - "Chiller 6 Condenser Water Flow": 3.398015709410581, - "Chiller 6 Power Input": 0.0, - "Chiller 6 Chiller % Loaded": 0.0, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 134.87959310712216, - "Chiller 6 Setpoint Temperature": 51.47900894985956 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T01:01:04", - "Chiller 6 Tonnage": 435.445201142237, - "Chiller 6 Condenser Water Flow": 5928.901217267671, - "Chiller 6 Chiller % Loaded": 45.36367982851449 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T18:00:38", - "Chiller 6 Supply Temperature": 40.60245023424014, - "Chiller 6 Setpoint Temperature": 3.2062818327812925 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T16:45:36", - "Chiller 6 Supply Temperature": 72.50444178192416, - "Chiller 6 Return Temperature": 105.70406989774155, - "Chiller 6 Power Input": 526.6483550206569, - "Chiller 6 Liquid Refrigerant Evaporator Temperature": 10.711700982964254, - "Chiller 6 Setpoint Temperature": 54.95258157203003 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-17T02:15:08", - "Chiller 6 Supply Temperature": 110.79454736341832, - "Chiller 6 Return Temperature": 21.1870454522371, - "Chiller 6 Setpoint Temperature": 18.74606828427343 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T04:04:58", - "Chiller 6 Run Status": 1.9245129405996635 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T04:08:48", - "Chiller 6 Run Status": 0.0 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T04:13:54", - "Chiller 6 Run Status": 0.7449913018365459 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T04:15:04", - "Chiller 6 Run Status": 0.0 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-02T04:15:24", - "Chiller 6 Run Status": 0.9550884380758653 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-04T03:14:07", - "Chiller 6 Run Status": 0.4317772552496695 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T11:39:49", - "Chiller 6 Run Status": 0.0 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T11:40:01", - "Chiller 6 Run Status": 1.1171276235206444 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-06T11:42:52", - "Chiller 6 Run Status": 0.0 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-08T08:01:22", - "Chiller 6 Run Status": 0.6279858035693542 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T09:35:33", - "Chiller 6 Run Status": 0.0 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-09T14:23:10", - "Chiller 6 Run Status": 1.9287832716536184 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-10T09:42:59", - "Chiller 6 Run Status": 1.4631105600134837 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-11T07:55:46", - "Chiller 6 Run Status": 0.0 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T08:05:56", - "Chiller 6 Run Status": 0.6521864775566635 - }, - { - "asset_id": "Chiller 6", - "timestamp": "2020-06-26T11:14:36", - "Chiller 6 Run Status": 0.0 - } -] diff --git a/src/couchdb/sample_data/iot/hydraulic_pump_1.json b/src/couchdb/sample_data/iot/hydraulic_pump_1.json deleted file mode 100644 index ec596feaf..000000000 --- a/src/couchdb/sample_data/iot/hydraulic_pump_1.json +++ /dev/null @@ -1 +0,0 @@ -[{"PS1_Pressure_bar_100Hz": 160.67349166666625, "PS2_Pressure_bar_100Hz": 109.46691350000005, "PS3_Pressure_bar_100Hz": 1.9914753333333262, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.842169500000013, "PS6_Pressure_bar_100Hz": 9.72809749999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.709815000000007, "FS2_VolumeFlow_l_per_min_10Hz": 10.304591666666655, "TS1_Temperature_C_1Hz": 35.62198333333334, "TS2_Temperature_C_1Hz": 40.97876666666664, "TS3_Temperature_C_1Hz": 38.471016666666664, "TS4_Temperature_C_1Hz": 31.745250000000006, "P1_MotorPower_W_100Hz": 2538.929166666707, "VS1_Vibration_mm_per_s_1Hz": 0.5769500000000001, "CE_CoolingEfficiency_percent_1Hz": 39.60135, "CP_CoolingPower_kW_1Hz": 1.8627499999999997, "SE_EfficiencyFactor_percent_1Hz": 59.15718333333337, "cycle": 1, "timestamp": "2022-07-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.60332000000074, "PS2_Pressure_bar_100Hz": 109.3548903333334, "PS3_Pressure_bar_100Hz": 1.9762343333333219, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.635142166666707, "PS6_Pressure_bar_100Hz": 9.529487833333397, "FS1_VolumeFlow_l_per_min_10Hz": 6.715314999999993, "FS2_VolumeFlow_l_per_min_10Hz": 10.403098333333327, "TS1_Temperature_C_1Hz": 36.676966666666665, "TS2_Temperature_C_1Hz": 41.53276666666667, "TS3_Temperature_C_1Hz": 38.97896666666667, "TS4_Temperature_C_1Hz": 34.49386666666666, "P1_MotorPower_W_100Hz": 2531.498900000043, "VS1_Vibration_mm_per_s_1Hz": 0.5658500000000001, "CE_CoolingEfficiency_percent_1Hz": 25.786433333333324, "CP_CoolingPower_kW_1Hz": 1.2555500000000002, "SE_EfficiencyFactor_percent_1Hz": 59.33561666666665, "cycle": 2, "timestamp": "2022-07-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.34771999999944, "PS2_Pressure_bar_100Hz": 109.15884466666672, "PS3_Pressure_bar_100Hz": 1.9722239999999964, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.5305478333333, "PS6_Pressure_bar_100Hz": 9.427948833333366, "FS1_VolumeFlow_l_per_min_10Hz": 6.718521666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.366249999999996, "TS1_Temperature_C_1Hz": 37.88080000000001, "TS2_Temperature_C_1Hz": 42.44245000000001, "TS3_Temperature_C_1Hz": 39.63194999999999, "TS4_Temperature_C_1Hz": 35.64615, "P1_MotorPower_W_100Hz": 2519.9280000000276, "VS1_Vibration_mm_per_s_1Hz": 0.5765333333333332, "CE_CoolingEfficiency_percent_1Hz": 22.21823333333334, "CP_CoolingPower_kW_1Hz": 1.113216666666666, "SE_EfficiencyFactor_percent_1Hz": 59.543150000000004, "cycle": 3, "timestamp": "2022-07-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.1880883333334, "PS2_Pressure_bar_100Hz": 109.06480716666653, "PS3_Pressure_bar_100Hz": 1.9465754999999827, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.438826666666722, "PS6_Pressure_bar_100Hz": 9.337429500000049, "FS1_VolumeFlow_l_per_min_10Hz": 6.720564999999993, "FS2_VolumeFlow_l_per_min_10Hz": 10.302678333333336, "TS1_Temperature_C_1Hz": 38.879049999999985, "TS2_Temperature_C_1Hz": 43.40398333333333, "TS3_Temperature_C_1Hz": 40.403383333333345, "TS4_Temperature_C_1Hz": 36.579466666666654, "P1_MotorPower_W_100Hz": 2511.541633333386, "VS1_Vibration_mm_per_s_1Hz": 0.5692666666666667, "CE_CoolingEfficiency_percent_1Hz": 20.45981666666667, "CP_CoolingPower_kW_1Hz": 1.0621500000000001, "SE_EfficiencyFactor_percent_1Hz": 59.79489999999999, "cycle": 4, "timestamp": "2022-07-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.0004716666663, "PS2_Pressure_bar_100Hz": 108.93143433333374, "PS3_Pressure_bar_100Hz": 1.9227069999999837, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.358761999999949, "PS6_Pressure_bar_100Hz": 9.260636166666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.690308333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.23775, "TS1_Temperature_C_1Hz": 39.80391666666669, "TS2_Temperature_C_1Hz": 44.332750000000004, "TS3_Temperature_C_1Hz": 41.310550000000006, "TS4_Temperature_C_1Hz": 37.427899999999994, "P1_MotorPower_W_100Hz": 2503.4495000000343, "VS1_Vibration_mm_per_s_1Hz": 0.5773666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.787016666666677, "CP_CoolingPower_kW_1Hz": 1.0704666666666671, "SE_EfficiencyFactor_percent_1Hz": 59.455266666666674, "cycle": 5, "timestamp": "2022-07-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.9202100000004, "PS2_Pressure_bar_100Hz": 108.88768166666719, "PS3_Pressure_bar_100Hz": 1.91328449999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.301159666666644, "PS6_Pressure_bar_100Hz": 9.206877000000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.699023333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.178720000000004, "TS1_Temperature_C_1Hz": 40.65944999999999, "TS2_Temperature_C_1Hz": 45.17061666666665, "TS3_Temperature_C_1Hz": 42.12411666666665, "TS4_Temperature_C_1Hz": 38.21206666666665, "P1_MotorPower_W_100Hz": 2501.007066666737, "VS1_Vibration_mm_per_s_1Hz": 0.5726833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.149683333333336, "CP_CoolingPower_kW_1Hz": 1.0720833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.56333333333331, "cycle": 6, "timestamp": "2022-07-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.67267499999937, "PS2_Pressure_bar_100Hz": 108.67646550000013, "PS3_Pressure_bar_100Hz": 1.8880996666666647, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.233941833333331, "PS6_Pressure_bar_100Hz": 9.14332016666673, "FS1_VolumeFlow_l_per_min_10Hz": 6.6985733333333295, "FS2_VolumeFlow_l_per_min_10Hz": 10.140809999999998, "TS1_Temperature_C_1Hz": 41.46363333333333, "TS2_Temperature_C_1Hz": 45.94723333333334, "TS3_Temperature_C_1Hz": 42.88811666666665, "TS4_Temperature_C_1Hz": 38.93209999999999, "P1_MotorPower_W_100Hz": 2494.4169000000775, "VS1_Vibration_mm_per_s_1Hz": 0.5730333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.666383333333332, "CP_CoolingPower_kW_1Hz": 1.0816833333333336, "SE_EfficiencyFactor_percent_1Hz": 59.789899999999975, "cycle": 7, "timestamp": "2022-07-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.61445166666644, "PS2_Pressure_bar_100Hz": 108.6517446666669, "PS3_Pressure_bar_100Hz": 1.8748941666666623, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.194159166666767, "PS6_Pressure_bar_100Hz": 9.105058166666646, "FS1_VolumeFlow_l_per_min_10Hz": 6.678026666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.095978333333333, "TS1_Temperature_C_1Hz": 42.215266666666665, "TS2_Temperature_C_1Hz": 46.66523333333335, "TS3_Temperature_C_1Hz": 43.51988333333331, "TS4_Temperature_C_1Hz": 39.55896666666667, "P1_MotorPower_W_100Hz": 2489.421533333364, "VS1_Vibration_mm_per_s_1Hz": 0.5720000000000002, "CE_CoolingEfficiency_percent_1Hz": 18.178433333333334, "CP_CoolingPower_kW_1Hz": 1.0786999999999998, "SE_EfficiencyFactor_percent_1Hz": 59.59061666666667, "cycle": 8, "timestamp": "2022-07-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.47574499999968, "PS2_Pressure_bar_100Hz": 108.52973849999994, "PS3_Pressure_bar_100Hz": 1.8581203333333367, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144616166666712, "PS6_Pressure_bar_100Hz": 9.057066833333351, "FS1_VolumeFlow_l_per_min_10Hz": 6.6716516666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.039710000000001, "TS1_Temperature_C_1Hz": 42.89198333333331, "TS2_Temperature_C_1Hz": 47.339433333333325, "TS3_Temperature_C_1Hz": 44.201249999999966, "TS4_Temperature_C_1Hz": 40.08053333333334, "P1_MotorPower_W_100Hz": 2484.4190666666937, "VS1_Vibration_mm_per_s_1Hz": 0.5670666666666666, "CE_CoolingEfficiency_percent_1Hz": 18.334866666666663, "CP_CoolingPower_kW_1Hz": 1.1150833333333332, "SE_EfficiencyFactor_percent_1Hz": 59.608883333333324, "cycle": 9, "timestamp": "2022-07-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.43799666666678, "PS2_Pressure_bar_100Hz": 108.51088516666725, "PS3_Pressure_bar_100Hz": 1.8410633333333353, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.104831499999985, "PS6_Pressure_bar_100Hz": 9.019264666666755, "FS1_VolumeFlow_l_per_min_10Hz": 6.659990000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.99776166666668, "TS1_Temperature_C_1Hz": 43.532833333333336, "TS2_Temperature_C_1Hz": 47.98141666666667, "TS3_Temperature_C_1Hz": 44.79713333333333, "TS4_Temperature_C_1Hz": 40.612549999999985, "P1_MotorPower_W_100Hz": 2480.434866666682, "VS1_Vibration_mm_per_s_1Hz": 0.5716833333333334, "CE_CoolingEfficiency_percent_1Hz": 18.205733333333335, "CP_CoolingPower_kW_1Hz": 1.1291333333333335, "SE_EfficiencyFactor_percent_1Hz": 59.47373333333334, "cycle": 10, "timestamp": "2022-07-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.32175666666623, "PS2_Pressure_bar_100Hz": 108.4378516666666, "PS3_Pressure_bar_100Hz": 1.8324839999999942, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.068216833333352, "PS6_Pressure_bar_100Hz": 8.983758166666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.65920833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.964414999999995, "TS1_Temperature_C_1Hz": 44.106116666666644, "TS2_Temperature_C_1Hz": 48.58626666666667, "TS3_Temperature_C_1Hz": 45.36508333333331, "TS4_Temperature_C_1Hz": 41.10019999999997, "P1_MotorPower_W_100Hz": 2478.794900000022, "VS1_Vibration_mm_per_s_1Hz": 0.5686999999999998, "CE_CoolingEfficiency_percent_1Hz": 18.11201666666667, "CP_CoolingPower_kW_1Hz": 1.1453500000000005, "SE_EfficiencyFactor_percent_1Hz": 59.584349999999986, "cycle": 11, "timestamp": "2022-07-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.2351133333338, "PS2_Pressure_bar_100Hz": 108.3167815, "PS3_Pressure_bar_100Hz": 1.8256623333333328, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.02303366666663, "PS6_Pressure_bar_100Hz": 8.940413000000051, "FS1_VolumeFlow_l_per_min_10Hz": 6.663306666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.931453333333321, "TS1_Temperature_C_1Hz": 44.63849999999999, "TS2_Temperature_C_1Hz": 49.114216666666636, "TS3_Temperature_C_1Hz": 45.92148333333333, "TS4_Temperature_C_1Hz": 41.56785000000001, "P1_MotorPower_W_100Hz": 2472.2732000000046, "VS1_Vibration_mm_per_s_1Hz": 0.5781499999999998, "CE_CoolingEfficiency_percent_1Hz": 18.06883333333333, "CP_CoolingPower_kW_1Hz": 1.1645833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.758183333333314, "cycle": 12, "timestamp": "2022-07-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.13514833333394, "PS2_Pressure_bar_100Hz": 108.24107966666746, "PS3_Pressure_bar_100Hz": 1.8158948333333333, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.981116666666612, "PS6_Pressure_bar_100Hz": 8.901620500000035, "FS1_VolumeFlow_l_per_min_10Hz": 6.655926666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.914133333333337, "TS1_Temperature_C_1Hz": 45.1596, "TS2_Temperature_C_1Hz": 49.60216666666667, "TS3_Temperature_C_1Hz": 46.391066666666674, "TS4_Temperature_C_1Hz": 42.03833333333331, "P1_MotorPower_W_100Hz": 2467.2288333333895, "VS1_Vibration_mm_per_s_1Hz": 0.5842333333333335, "CE_CoolingEfficiency_percent_1Hz": 17.742283333333333, "CP_CoolingPower_kW_1Hz": 1.1629666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.73681666666666, "cycle": 13, "timestamp": "2022-07-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.08735166666705, "PS2_Pressure_bar_100Hz": 108.21403683333382, "PS3_Pressure_bar_100Hz": 1.8075149999999967, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.948214499999999, "PS6_Pressure_bar_100Hz": 8.870686666666625, "FS1_VolumeFlow_l_per_min_10Hz": 6.665409999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.891229999999991, "TS1_Temperature_C_1Hz": 45.628733333333315, "TS2_Temperature_C_1Hz": 50.06426666666666, "TS3_Temperature_C_1Hz": 46.86816666666667, "TS4_Temperature_C_1Hz": 42.43971666666667, "P1_MotorPower_W_100Hz": 2465.307166666711, "VS1_Vibration_mm_per_s_1Hz": 0.5885666666666669, "CE_CoolingEfficiency_percent_1Hz": 17.678150000000002, "CP_CoolingPower_kW_1Hz": 1.1799, "SE_EfficiencyFactor_percent_1Hz": 59.91648333333331, "cycle": 14, "timestamp": "2022-07-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.985823333334, "PS2_Pressure_bar_100Hz": 108.12740333333399, "PS3_Pressure_bar_100Hz": 1.8038094999999925, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.915401333333387, "PS6_Pressure_bar_100Hz": 8.840755500000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.669133333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.856931666666666, "TS1_Temperature_C_1Hz": 46.059183333333344, "TS2_Temperature_C_1Hz": 50.50908333333333, "TS3_Temperature_C_1Hz": 47.318266666666666, "TS4_Temperature_C_1Hz": 42.79893333333334, "P1_MotorPower_W_100Hz": 2461.772333333357, "VS1_Vibration_mm_per_s_1Hz": 0.5824666666666666, "CE_CoolingEfficiency_percent_1Hz": 17.77883333333333, "CP_CoolingPower_kW_1Hz": 1.2018666666666666, "SE_EfficiencyFactor_percent_1Hz": 60.047316666666674, "cycle": 15, "timestamp": "2022-07-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.8642400000003, "PS2_Pressure_bar_100Hz": 108.03851166666695, "PS3_Pressure_bar_100Hz": 1.8023994999999984, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.890655333333408, "PS6_Pressure_bar_100Hz": 8.816202000000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.649888333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.83540166666667, "TS1_Temperature_C_1Hz": 46.46225000000001, "TS2_Temperature_C_1Hz": 50.91523333333334, "TS3_Temperature_C_1Hz": 47.70863333333333, "TS4_Temperature_C_1Hz": 43.15196666666667, "P1_MotorPower_W_100Hz": 2459.5113666667007, "VS1_Vibration_mm_per_s_1Hz": 0.5823666666666666, "CE_CoolingEfficiency_percent_1Hz": 17.692366666666665, "CP_CoolingPower_kW_1Hz": 1.207383333333333, "SE_EfficiencyFactor_percent_1Hz": 59.811099999999996, "cycle": 16, "timestamp": "2022-07-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.81964166666717, "PS2_Pressure_bar_100Hz": 107.98140900000072, "PS3_Pressure_bar_100Hz": 1.7936563333333275, "PS4_Pressure_bar_100Hz": 5e-07, "PS5_Pressure_bar_100Hz": 8.889613166666704, "PS6_Pressure_bar_100Hz": 8.81341233333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.649658333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.799334999999996, "TS1_Temperature_C_1Hz": 46.839566666666656, "TS2_Temperature_C_1Hz": 51.29886666666664, "TS3_Temperature_C_1Hz": 48.06265, "TS4_Temperature_C_1Hz": 43.44553333333334, "P1_MotorPower_W_100Hz": 2458.1661000000317, "VS1_Vibration_mm_per_s_1Hz": 0.5848999999999999, "CE_CoolingEfficiency_percent_1Hz": 17.721516666666673, "CP_CoolingPower_kW_1Hz": 1.2196166666666668, "SE_EfficiencyFactor_percent_1Hz": 59.86661666666667, "cycle": 17, "timestamp": "2022-07-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.79358000000028, "PS2_Pressure_bar_100Hz": 107.9549878333333, "PS3_Pressure_bar_100Hz": 1.7949478333333269, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.861766499999906, "PS6_Pressure_bar_100Hz": 8.786334666666722, "FS1_VolumeFlow_l_per_min_10Hz": 6.639613333333328, "FS2_VolumeFlow_l_per_min_10Hz": 9.779605, "TS1_Temperature_C_1Hz": 47.152183333333326, "TS2_Temperature_C_1Hz": 51.653199999999984, "TS3_Temperature_C_1Hz": 48.44433333333333, "TS4_Temperature_C_1Hz": 43.732033333333305, "P1_MotorPower_W_100Hz": 2455.5882333333693, "VS1_Vibration_mm_per_s_1Hz": 0.5930833333333333, "CE_CoolingEfficiency_percent_1Hz": 17.820150000000005, "CP_CoolingPower_kW_1Hz": 1.2421833333333332, "SE_EfficiencyFactor_percent_1Hz": 59.76801666666668, "cycle": 18, "timestamp": "2022-07-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.65068833333348, "PS2_Pressure_bar_100Hz": 107.83698666666629, "PS3_Pressure_bar_100Hz": 1.7934546666666664, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.836582499999968, "PS6_Pressure_bar_100Hz": 8.76294916666669, "FS1_VolumeFlow_l_per_min_10Hz": 6.6601116666666655, "FS2_VolumeFlow_l_per_min_10Hz": 9.760646666666666, "TS1_Temperature_C_1Hz": 47.46976666666668, "TS2_Temperature_C_1Hz": 51.996400000000015, "TS3_Temperature_C_1Hz": 48.740183333333356, "TS4_Temperature_C_1Hz": 44.044, "P1_MotorPower_W_100Hz": 2452.2997666667193, "VS1_Vibration_mm_per_s_1Hz": 0.6039000000000001, "CE_CoolingEfficiency_percent_1Hz": 17.555983333333337, "CP_CoolingPower_kW_1Hz": 1.2353166666666666, "SE_EfficiencyFactor_percent_1Hz": 60.096300000000035, "cycle": 19, "timestamp": "2022-07-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.59539833333267, "PS2_Pressure_bar_100Hz": 107.76220716666668, "PS3_Pressure_bar_100Hz": 1.8003541666666618, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.815813666666632, "PS6_Pressure_bar_100Hz": 8.744519499999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.648780000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.741035, "TS1_Temperature_C_1Hz": 47.75106666666668, "TS2_Temperature_C_1Hz": 52.313583333333334, "TS3_Temperature_C_1Hz": 49.08618333333334, "TS4_Temperature_C_1Hz": 44.30386666666665, "P1_MotorPower_W_100Hz": 2448.326333333376, "VS1_Vibration_mm_per_s_1Hz": 0.60335, "CE_CoolingEfficiency_percent_1Hz": 17.66436666666666, "CP_CoolingPower_kW_1Hz": 1.256116666666667, "SE_EfficiencyFactor_percent_1Hz": 60.01890000000001, "cycle": 20, "timestamp": "2022-07-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.61717000000047, "PS2_Pressure_bar_100Hz": 107.79408933333362, "PS3_Pressure_bar_100Hz": 1.8004373333333341, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.819560499999954, "PS6_Pressure_bar_100Hz": 8.75107483333339, "FS1_VolumeFlow_l_per_min_10Hz": 6.638245000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.695861666666673, "TS1_Temperature_C_1Hz": 48.02619999999999, "TS2_Temperature_C_1Hz": 52.58476666666666, "TS3_Temperature_C_1Hz": 49.347150000000006, "TS4_Temperature_C_1Hz": 44.498483333333326, "P1_MotorPower_W_100Hz": 2444.7216333333554, "VS1_Vibration_mm_per_s_1Hz": 0.6186666666666666, "CE_CoolingEfficiency_percent_1Hz": 17.734166666666667, "CP_CoolingPower_kW_1Hz": 1.2668833333333331, "SE_EfficiencyFactor_percent_1Hz": 59.94155000000003, "cycle": 21, "timestamp": "2022-07-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.57060333333317, "PS2_Pressure_bar_100Hz": 107.73928499999984, "PS3_Pressure_bar_100Hz": 1.7975006666666653, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.829950666666585, "PS6_Pressure_bar_100Hz": 8.760344500000038, "FS1_VolumeFlow_l_per_min_10Hz": 6.644133333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.656905000000007, "TS1_Temperature_C_1Hz": 48.27095, "TS2_Temperature_C_1Hz": 52.84005000000001, "TS3_Temperature_C_1Hz": 49.62603333333335, "TS4_Temperature_C_1Hz": 44.66851666666666, "P1_MotorPower_W_100Hz": 2441.7758000000345, "VS1_Vibration_mm_per_s_1Hz": 0.6307000000000004, "CE_CoolingEfficiency_percent_1Hz": 17.942616666666666, "CP_CoolingPower_kW_1Hz": 1.2905, "SE_EfficiencyFactor_percent_1Hz": 60.1872, "cycle": 22, "timestamp": "2022-07-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.53252166666684, "PS2_Pressure_bar_100Hz": 107.730178666667, "PS3_Pressure_bar_100Hz": 1.7913808333333363, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.833388333333271, "PS6_Pressure_bar_100Hz": 8.763845666666684, "FS1_VolumeFlow_l_per_min_10Hz": 6.636838333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.632158333333326, "TS1_Temperature_C_1Hz": 48.49956666666666, "TS2_Temperature_C_1Hz": 53.06208333333335, "TS3_Temperature_C_1Hz": 49.856116666666665, "TS4_Temperature_C_1Hz": 44.855266666666665, "P1_MotorPower_W_100Hz": 2438.77120000002, "VS1_Vibration_mm_per_s_1Hz": 0.6217333333333335, "CE_CoolingEfficiency_percent_1Hz": 17.955650000000002, "CP_CoolingPower_kW_1Hz": 1.297683333333334, "SE_EfficiencyFactor_percent_1Hz": 60.08256666666666, "cycle": 23, "timestamp": "2022-07-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.50901166666603, "PS2_Pressure_bar_100Hz": 107.73016933333359, "PS3_Pressure_bar_100Hz": 1.7924931666666655, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.825094499999933, "PS6_Pressure_bar_100Hz": 8.754625499999971, "FS1_VolumeFlow_l_per_min_10Hz": 6.632769999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.61686333333334, "TS1_Temperature_C_1Hz": 48.71131666666664, "TS2_Temperature_C_1Hz": 53.25635, "TS3_Temperature_C_1Hz": 50.07588333333332, "TS4_Temperature_C_1Hz": 45.05454999999999, "P1_MotorPower_W_100Hz": 2437.650633333358, "VS1_Vibration_mm_per_s_1Hz": 0.6250333333333333, "CE_CoolingEfficiency_percent_1Hz": 17.929516666666675, "CP_CoolingPower_kW_1Hz": 1.302283333333333, "SE_EfficiencyFactor_percent_1Hz": 59.9592, "cycle": 24, "timestamp": "2022-07-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.444608333334, "PS2_Pressure_bar_100Hz": 107.71205083333352, "PS3_Pressure_bar_100Hz": 1.792617499999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.81421100000003, "PS6_Pressure_bar_100Hz": 8.743425166666638, "FS1_VolumeFlow_l_per_min_10Hz": 6.634750000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.606636666666667, "TS1_Temperature_C_1Hz": 48.91953333333334, "TS2_Temperature_C_1Hz": 53.4621, "TS3_Temperature_C_1Hz": 50.26948333333335, "TS4_Temperature_C_1Hz": 45.20803333333334, "P1_MotorPower_W_100Hz": 2437.126766666705, "VS1_Vibration_mm_per_s_1Hz": 0.6333000000000002, "CE_CoolingEfficiency_percent_1Hz": 17.960766666666668, "CP_CoolingPower_kW_1Hz": 1.310466666666667, "SE_EfficiencyFactor_percent_1Hz": 60.04371666666667, "cycle": 25, "timestamp": "2022-07-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33628166666787, "PS2_Pressure_bar_100Hz": 107.59213533333364, "PS3_Pressure_bar_100Hz": 1.73889516666666, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.799729000000017, "PS6_Pressure_bar_100Hz": 8.73054949999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.647124999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.595623333333352, "TS1_Temperature_C_1Hz": 49.11003333333334, "TS2_Temperature_C_1Hz": 53.673816666666646, "TS3_Temperature_C_1Hz": 50.52234999999999, "TS4_Temperature_C_1Hz": 45.32215000000001, "P1_MotorPower_W_100Hz": 2434.6056000000435, "VS1_Vibration_mm_per_s_1Hz": 0.6361166666666666, "CE_CoolingEfficiency_percent_1Hz": 18.28901666666666, "CP_CoolingPower_kW_1Hz": 1.3448, "SE_EfficiencyFactor_percent_1Hz": 60.35078333333334, "cycle": 26, "timestamp": "2022-07-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.26508666666751, "PS2_Pressure_bar_100Hz": 107.51676166666678, "PS3_Pressure_bar_100Hz": 1.7311759999999956, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.796408833333379, "PS6_Pressure_bar_100Hz": 8.727123833333295, "FS1_VolumeFlow_l_per_min_10Hz": 6.6347916666666675, "FS2_VolumeFlow_l_per_min_10Hz": 9.574230000000012, "TS1_Temperature_C_1Hz": 49.318749999999994, "TS2_Temperature_C_1Hz": 53.870583333333336, "TS3_Temperature_C_1Hz": 50.72119999999999, "TS4_Temperature_C_1Hz": 45.49631666666665, "P1_MotorPower_W_100Hz": 2432.505433333377, "VS1_Vibration_mm_per_s_1Hz": 0.6377333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.268216666666675, "CP_CoolingPower_kW_1Hz": 1.3485833333333332, "SE_EfficiencyFactor_percent_1Hz": 60.21648333333334, "cycle": 27, "timestamp": "2022-07-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25193833333446, "PS2_Pressure_bar_100Hz": 107.48398466666728, "PS3_Pressure_bar_100Hz": 1.740612833333339, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.791438500000064, "PS6_Pressure_bar_100Hz": 8.722813999999943, "FS1_VolumeFlow_l_per_min_10Hz": 6.646880000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.554103333333346, "TS1_Temperature_C_1Hz": 49.495233333333346, "TS2_Temperature_C_1Hz": 54.05959999999998, "TS3_Temperature_C_1Hz": 50.91049999999998, "TS4_Temperature_C_1Hz": 45.53816666666665, "P1_MotorPower_W_100Hz": 2432.6523666667113, "VS1_Vibration_mm_per_s_1Hz": 0.6266999999999999, "CE_CoolingEfficiency_percent_1Hz": 18.6461, "CP_CoolingPower_kW_1Hz": 1.3834166666666663, "SE_EfficiencyFactor_percent_1Hz": 60.43135, "cycle": 28, "timestamp": "2022-07-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.09042666666758, "PS2_Pressure_bar_100Hz": 107.34845083333344, "PS3_Pressure_bar_100Hz": 1.740557666666667, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.781652500000034, "PS6_Pressure_bar_100Hz": 8.714268499999967, "FS1_VolumeFlow_l_per_min_10Hz": 6.641189999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.538199999999987, "TS1_Temperature_C_1Hz": 49.66363333333331, "TS2_Temperature_C_1Hz": 54.205583333333315, "TS3_Temperature_C_1Hz": 51.065333333333335, "TS4_Temperature_C_1Hz": 45.77081666666666, "P1_MotorPower_W_100Hz": 2428.3547000000476, "VS1_Vibration_mm_per_s_1Hz": 0.63505, "CE_CoolingEfficiency_percent_1Hz": 18.258216666666662, "CP_CoolingPower_kW_1Hz": 1.3594166666666667, "SE_EfficiencyFactor_percent_1Hz": 60.35935000000001, "cycle": 29, "timestamp": "2022-07-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.95073500000058, "PS2_Pressure_bar_100Hz": 107.23488649999996, "PS3_Pressure_bar_100Hz": 1.7349649999999892, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.778931666666729, "PS6_Pressure_bar_100Hz": 8.71148149999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.644685000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.530806666666662, "TS1_Temperature_C_1Hz": 49.824416666666664, "TS2_Temperature_C_1Hz": 54.384833333333304, "TS3_Temperature_C_1Hz": 51.16253333333332, "TS4_Temperature_C_1Hz": 45.79908333333333, "P1_MotorPower_W_100Hz": 2425.8440333333606, "VS1_Vibration_mm_per_s_1Hz": 0.6339666666666663, "CE_CoolingEfficiency_percent_1Hz": 18.431566666666665, "CP_CoolingPower_kW_1Hz": 1.3755666666666673, "SE_EfficiencyFactor_percent_1Hz": 60.39046666666666, "cycle": 30, "timestamp": "2022-07-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.95500000000015, "PS2_Pressure_bar_100Hz": 107.22357700000005, "PS3_Pressure_bar_100Hz": 1.7374009999999955, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.770889500000042, "PS6_Pressure_bar_100Hz": 8.70426149999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.6291100000000025, "FS2_VolumeFlow_l_per_min_10Hz": 9.521891666666669, "TS1_Temperature_C_1Hz": 49.928266666666644, "TS2_Temperature_C_1Hz": 54.48656666666666, "TS3_Temperature_C_1Hz": 51.35018333333333, "TS4_Temperature_C_1Hz": 45.932249999999996, "P1_MotorPower_W_100Hz": 2425.4720666666794, "VS1_Vibration_mm_per_s_1Hz": 0.6377833333333331, "CE_CoolingEfficiency_percent_1Hz": 18.57785, "CP_CoolingPower_kW_1Hz": 1.3909333333333331, "SE_EfficiencyFactor_percent_1Hz": 60.146883333333335, "cycle": 31, "timestamp": "2022-07-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.9004283333332, "PS2_Pressure_bar_100Hz": 107.17943700000008, "PS3_Pressure_bar_100Hz": 1.7334390000000013, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.763220000000079, "PS6_Pressure_bar_100Hz": 8.698755833333319, "FS1_VolumeFlow_l_per_min_10Hz": 6.624546666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.505469999999992, "TS1_Temperature_C_1Hz": 50.03428333333332, "TS2_Temperature_C_1Hz": 54.60176666666668, "TS3_Temperature_C_1Hz": 51.49528333333335, "TS4_Temperature_C_1Hz": 46.07304999999999, "P1_MotorPower_W_100Hz": 2424.278466666699, "VS1_Vibration_mm_per_s_1Hz": 0.6265999999999999, "CE_CoolingEfficiency_percent_1Hz": 18.483833333333333, "CP_CoolingPower_kW_1Hz": 1.3873000000000004, "SE_EfficiencyFactor_percent_1Hz": 60.064700000000016, "cycle": 32, "timestamp": "2022-08-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.96926166666685, "PS2_Pressure_bar_100Hz": 107.24081533333329, "PS3_Pressure_bar_100Hz": 1.7371579999999924, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.758904833333359, "PS6_Pressure_bar_100Hz": 8.694084833333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.641248333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.495528333333334, "TS1_Temperature_C_1Hz": 50.16913333333336, "TS2_Temperature_C_1Hz": 54.722583333333326, "TS3_Temperature_C_1Hz": 51.57951666666666, "TS4_Temperature_C_1Hz": 46.08381666666666, "P1_MotorPower_W_100Hz": 2424.3659666666954, "VS1_Vibration_mm_per_s_1Hz": 0.6342499999999999, "CE_CoolingEfficiency_percent_1Hz": 18.74293333333333, "CP_CoolingPower_kW_1Hz": 1.408466666666667, "SE_EfficiencyFactor_percent_1Hz": 60.37018333333334, "cycle": 33, "timestamp": "2022-08-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.8799283333327, "PS2_Pressure_bar_100Hz": 107.12953016666691, "PS3_Pressure_bar_100Hz": 1.7336914999999875, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.752250333333343, "PS6_Pressure_bar_100Hz": 8.687685500000033, "FS1_VolumeFlow_l_per_min_10Hz": 6.632510000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.488206666666672, "TS1_Temperature_C_1Hz": 50.28476666666669, "TS2_Temperature_C_1Hz": 54.86733333333332, "TS3_Temperature_C_1Hz": 51.73011666666665, "TS4_Temperature_C_1Hz": 46.20784999999999, "P1_MotorPower_W_100Hz": 2423.3834000000693, "VS1_Vibration_mm_per_s_1Hz": 0.6351833333333337, "CE_CoolingEfficiency_percent_1Hz": 18.70531666666668, "CP_CoolingPower_kW_1Hz": 1.411616666666667, "SE_EfficiencyFactor_percent_1Hz": 60.2071166666667, "cycle": 34, "timestamp": "2022-08-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.83447333333316, "PS2_Pressure_bar_100Hz": 107.08963366666674, "PS3_Pressure_bar_100Hz": 1.732460166666663, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.742353666666656, "PS6_Pressure_bar_100Hz": 8.678553500000012, "FS1_VolumeFlow_l_per_min_10Hz": 6.6357433333333296, "FS2_VolumeFlow_l_per_min_10Hz": 9.473755000000013, "TS1_Temperature_C_1Hz": 50.38808333333332, "TS2_Temperature_C_1Hz": 54.98786666666667, "TS3_Temperature_C_1Hz": 51.8691, "TS4_Temperature_C_1Hz": 46.362183333333356, "P1_MotorPower_W_100Hz": 2421.670400000036, "VS1_Vibration_mm_per_s_1Hz": 0.6517333333333332, "CE_CoolingEfficiency_percent_1Hz": 18.63385, "CP_CoolingPower_kW_1Hz": 1.4061333333333335, "SE_EfficiencyFactor_percent_1Hz": 60.33853333333333, "cycle": 35, "timestamp": "2022-08-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.7994866666665, "PS2_Pressure_bar_100Hz": 107.07464450000025, "PS3_Pressure_bar_100Hz": 1.7251653333333263, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.745542833333339, "PS6_Pressure_bar_100Hz": 8.68209366666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.625091666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.465456666666668, "TS1_Temperature_C_1Hz": 50.501483333333326, "TS2_Temperature_C_1Hz": 55.08979999999998, "TS3_Temperature_C_1Hz": 51.95345, "TS4_Temperature_C_1Hz": 46.35541666666667, "P1_MotorPower_W_100Hz": 2421.08556666672, "VS1_Vibration_mm_per_s_1Hz": 0.6418499999999997, "CE_CoolingEfficiency_percent_1Hz": 18.90718333333333, "CP_CoolingPower_kW_1Hz": 1.4286666666666672, "SE_EfficiencyFactor_percent_1Hz": 60.19851666666667, "cycle": 36, "timestamp": "2022-08-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.7686100000001, "PS2_Pressure_bar_100Hz": 107.01590383333371, "PS3_Pressure_bar_100Hz": 1.7241554999999937, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.743158666666655, "PS6_Pressure_bar_100Hz": 8.67982350000007, "FS1_VolumeFlow_l_per_min_10Hz": 6.622036666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.461880000000008, "TS1_Temperature_C_1Hz": 50.59571666666666, "TS2_Temperature_C_1Hz": 55.21276666666667, "TS3_Temperature_C_1Hz": 52.059333333333356, "TS4_Temperature_C_1Hz": 46.48551666666666, "P1_MotorPower_W_100Hz": 2421.49443333333, "VS1_Vibration_mm_per_s_1Hz": 0.6413, "CE_CoolingEfficiency_percent_1Hz": 18.781366666666667, "CP_CoolingPower_kW_1Hz": 1.420816666666667, "SE_EfficiencyFactor_percent_1Hz": 60.00498333333332, "cycle": 37, "timestamp": "2022-08-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.76164166666638, "PS2_Pressure_bar_100Hz": 107.01763666666689, "PS3_Pressure_bar_100Hz": 1.7163973333333309, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.737774666666672, "PS6_Pressure_bar_100Hz": 8.67607833333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.630413333333328, "FS2_VolumeFlow_l_per_min_10Hz": 9.45210666666666, "TS1_Temperature_C_1Hz": 50.67221666666667, "TS2_Temperature_C_1Hz": 55.29843333333333, "TS3_Temperature_C_1Hz": 52.14393333333335, "TS4_Temperature_C_1Hz": 46.57316666666666, "P1_MotorPower_W_100Hz": 2422.784233333408, "VS1_Vibration_mm_per_s_1Hz": 0.6397333333333332, "CE_CoolingEfficiency_percent_1Hz": 18.718599999999988, "CP_CoolingPower_kW_1Hz": 1.4174000000000004, "SE_EfficiencyFactor_percent_1Hz": 60.197849999999974, "cycle": 38, "timestamp": "2022-08-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.83084333333264, "PS2_Pressure_bar_100Hz": 107.082773, "PS3_Pressure_bar_100Hz": 1.7233014999999947, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.732193833333332, "PS6_Pressure_bar_100Hz": 8.670217666666707, "FS1_VolumeFlow_l_per_min_10Hz": 6.635854999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.442305, "TS1_Temperature_C_1Hz": 50.71944999999999, "TS2_Temperature_C_1Hz": 55.351949999999995, "TS3_Temperature_C_1Hz": 52.29423333333333, "TS4_Temperature_C_1Hz": 46.65569999999999, "P1_MotorPower_W_100Hz": 2424.23563333339, "VS1_Vibration_mm_per_s_1Hz": 0.6484666666666669, "CE_CoolingEfficiency_percent_1Hz": 18.847166666666666, "CP_CoolingPower_kW_1Hz": 1.4335500000000005, "SE_EfficiencyFactor_percent_1Hz": 60.25461666666668, "cycle": 39, "timestamp": "2022-08-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.7376016666663, "PS2_Pressure_bar_100Hz": 106.98629400000065, "PS3_Pressure_bar_100Hz": 1.730677999999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.736621833333352, "PS6_Pressure_bar_100Hz": 8.674893166666736, "FS1_VolumeFlow_l_per_min_10Hz": 6.633998333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.44023333333334, "TS1_Temperature_C_1Hz": 50.814416666666666, "TS2_Temperature_C_1Hz": 55.45013333333333, "TS3_Temperature_C_1Hz": 52.334399999999995, "TS4_Temperature_C_1Hz": 46.58028333333333, "P1_MotorPower_W_100Hz": 2420.9752000000203, "VS1_Vibration_mm_per_s_1Hz": 0.630733333333333, "CE_CoolingEfficiency_percent_1Hz": 19.20806666666667, "CP_CoolingPower_kW_1Hz": 1.46255, "SE_EfficiencyFactor_percent_1Hz": 60.2739, "cycle": 40, "timestamp": "2022-08-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.7906416666665, "PS2_Pressure_bar_100Hz": 107.04378300000062, "PS3_Pressure_bar_100Hz": 1.7351098333333275, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.737543666666642, "PS6_Pressure_bar_100Hz": 8.675093166666692, "FS1_VolumeFlow_l_per_min_10Hz": 6.621596666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.44115, "TS1_Temperature_C_1Hz": 50.90516666666668, "TS2_Temperature_C_1Hz": 55.54883333333331, "TS3_Temperature_C_1Hz": 52.41903333333334, "TS4_Temperature_C_1Hz": 46.510100000000016, "P1_MotorPower_W_100Hz": 2424.3420666666616, "VS1_Vibration_mm_per_s_1Hz": 0.6316500000000002, "CE_CoolingEfficiency_percent_1Hz": 19.655400000000004, "CP_CoolingPower_kW_1Hz": 1.5034166666666668, "SE_EfficiencyFactor_percent_1Hz": 59.956750000000014, "cycle": 41, "timestamp": "2022-08-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.69486333333333, "PS2_Pressure_bar_100Hz": 106.96930400000001, "PS3_Pressure_bar_100Hz": 1.7331998333333274, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.727892000000013, "PS6_Pressure_bar_100Hz": 8.667084833333387, "FS1_VolumeFlow_l_per_min_10Hz": 6.619780000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.431788333333332, "TS1_Temperature_C_1Hz": 50.97944999999999, "TS2_Temperature_C_1Hz": 55.60164999999998, "TS3_Temperature_C_1Hz": 52.49253333333333, "TS4_Temperature_C_1Hz": 46.75795000000001, "P1_MotorPower_W_100Hz": 2421.636500000038, "VS1_Vibration_mm_per_s_1Hz": 0.6349833333333331, "CE_CoolingEfficiency_percent_1Hz": 19.02315, "CP_CoolingPower_kW_1Hz": 1.4579500000000003, "SE_EfficiencyFactor_percent_1Hz": 60.021016666666654, "cycle": 42, "timestamp": "2022-08-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.65831166666703, "PS2_Pressure_bar_100Hz": 106.9178375000001, "PS3_Pressure_bar_100Hz": 1.7281376666666666, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.724992500000013, "PS6_Pressure_bar_100Hz": 8.66449266666676, "FS1_VolumeFlow_l_per_min_10Hz": 6.617328333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.424264999999998, "TS1_Temperature_C_1Hz": 51.06951666666665, "TS2_Temperature_C_1Hz": 55.68198333333332, "TS3_Temperature_C_1Hz": 52.53968333333332, "TS4_Temperature_C_1Hz": 46.80316666666666, "P1_MotorPower_W_100Hz": 2421.6704333333437, "VS1_Vibration_mm_per_s_1Hz": 0.6306666666666667, "CE_CoolingEfficiency_percent_1Hz": 18.979666666666674, "CP_CoolingPower_kW_1Hz": 1.4568833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.99605, "cycle": 43, "timestamp": "2022-08-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.63319333333342, "PS2_Pressure_bar_100Hz": 106.92725850000052, "PS3_Pressure_bar_100Hz": 1.7272038333333246, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.726438666666684, "PS6_Pressure_bar_100Hz": 8.666371833333393, "FS1_VolumeFlow_l_per_min_10Hz": 6.621698333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.420413333333338, "TS1_Temperature_C_1Hz": 51.11586666666664, "TS2_Temperature_C_1Hz": 55.73405000000002, "TS3_Temperature_C_1Hz": 52.642983333333355, "TS4_Temperature_C_1Hz": 46.80361666666667, "P1_MotorPower_W_100Hz": 2420.5835333333716, "VS1_Vibration_mm_per_s_1Hz": 0.63965, "CE_CoolingEfficiency_percent_1Hz": 19.269750000000002, "CP_CoolingPower_kW_1Hz": 1.4838333333333327, "SE_EfficiencyFactor_percent_1Hz": 60.064283333333314, "cycle": 44, "timestamp": "2022-08-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.59208166666625, "PS2_Pressure_bar_100Hz": 106.90547450000044, "PS3_Pressure_bar_100Hz": 1.7351356666666655, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.717881500000015, "PS6_Pressure_bar_100Hz": 8.657165833333382, "FS1_VolumeFlow_l_per_min_10Hz": 6.628009999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.412903333333325, "TS1_Temperature_C_1Hz": 51.193216666666665, "TS2_Temperature_C_1Hz": 55.79246666666669, "TS3_Temperature_C_1Hz": 52.719516666666685, "TS4_Temperature_C_1Hz": 46.90495000000001, "P1_MotorPower_W_100Hz": 2418.8604000000146, "VS1_Vibration_mm_per_s_1Hz": 0.6396, "CE_CoolingEfficiency_percent_1Hz": 19.124633333333335, "CP_CoolingPower_kW_1Hz": 1.4744999999999995, "SE_EfficiencyFactor_percent_1Hz": 60.249083333333346, "cycle": 45, "timestamp": "2022-08-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.58220166666675, "PS2_Pressure_bar_100Hz": 106.88391383333365, "PS3_Pressure_bar_100Hz": 1.7355376666666638, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.717563500000042, "PS6_Pressure_bar_100Hz": 8.657379833333398, "FS1_VolumeFlow_l_per_min_10Hz": 6.619646666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.405723333333325, "TS1_Temperature_C_1Hz": 51.21803333333333, "TS2_Temperature_C_1Hz": 55.84343333333334, "TS3_Temperature_C_1Hz": 52.791566666666654, "TS4_Temperature_C_1Hz": 46.925883333333346, "P1_MotorPower_W_100Hz": 2419.733266666679, "VS1_Vibration_mm_per_s_1Hz": 0.6409500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.306649999999998, "CP_CoolingPower_kW_1Hz": 1.4863000000000002, "SE_EfficiencyFactor_percent_1Hz": 60.06354999999999, "cycle": 46, "timestamp": "2022-08-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.58094333333372, "PS2_Pressure_bar_100Hz": 106.88588216666697, "PS3_Pressure_bar_100Hz": 1.7254746666666627, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.7169841666667, "PS6_Pressure_bar_100Hz": 8.65667250000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.642470000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.40518333333333, "TS1_Temperature_C_1Hz": 51.28616666666666, "TS2_Temperature_C_1Hz": 55.90363333333334, "TS3_Temperature_C_1Hz": 52.857, "TS4_Temperature_C_1Hz": 46.96061666666669, "P1_MotorPower_W_100Hz": 2422.4907333333667, "VS1_Vibration_mm_per_s_1Hz": 0.6575333333333332, "CE_CoolingEfficiency_percent_1Hz": 19.371349999999996, "CP_CoolingPower_kW_1Hz": 1.4947833333333336, "SE_EfficiencyFactor_percent_1Hz": 60.36428333333333, "cycle": 47, "timestamp": "2022-08-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.56419666666633, "PS2_Pressure_bar_100Hz": 106.84422833333316, "PS3_Pressure_bar_100Hz": 1.7243855000000012, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.709383166666656, "PS6_Pressure_bar_100Hz": 8.649768000000062, "FS1_VolumeFlow_l_per_min_10Hz": 6.6405550000000035, "FS2_VolumeFlow_l_per_min_10Hz": 9.40280166666666, "TS1_Temperature_C_1Hz": 51.348349999999996, "TS2_Temperature_C_1Hz": 55.982133333333316, "TS3_Temperature_C_1Hz": 52.88723333333334, "TS4_Temperature_C_1Hz": 46.91843333333333, "P1_MotorPower_W_100Hz": 2417.8548333333783, "VS1_Vibration_mm_per_s_1Hz": 0.6304666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.592466666666667, "CP_CoolingPower_kW_1Hz": 1.5110333333333335, "SE_EfficiencyFactor_percent_1Hz": 60.4761333333333, "cycle": 48, "timestamp": "2022-08-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.56483999999944, "PS2_Pressure_bar_100Hz": 106.86601483333324, "PS3_Pressure_bar_100Hz": 1.7140006666666558, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.707593500000007, "PS6_Pressure_bar_100Hz": 8.64905750000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.6323149999999975, "FS2_VolumeFlow_l_per_min_10Hz": 9.39658333333332, "TS1_Temperature_C_1Hz": 51.39461666666667, "TS2_Temperature_C_1Hz": 56.03313333333334, "TS3_Temperature_C_1Hz": 52.93271666666667, "TS4_Temperature_C_1Hz": 46.97998333333335, "P1_MotorPower_W_100Hz": 2417.662566666704, "VS1_Vibration_mm_per_s_1Hz": 0.6288333333333337, "CE_CoolingEfficiency_percent_1Hz": 19.549250000000004, "CP_CoolingPower_kW_1Hz": 1.5071833333333338, "SE_EfficiencyFactor_percent_1Hz": 60.34396666666665, "cycle": 49, "timestamp": "2022-08-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.57419999999954, "PS2_Pressure_bar_100Hz": 106.90339783333363, "PS3_Pressure_bar_100Hz": 1.7126374999999914, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.703713333333342, "PS6_Pressure_bar_100Hz": 8.646877166666748, "FS1_VolumeFlow_l_per_min_10Hz": 6.622501666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.393548333333328, "TS1_Temperature_C_1Hz": 51.46833333333334, "TS2_Temperature_C_1Hz": 56.08488333333332, "TS3_Temperature_C_1Hz": 52.99711666666665, "TS4_Temperature_C_1Hz": 47.009116666666685, "P1_MotorPower_W_100Hz": 2417.009200000045, "VS1_Vibration_mm_per_s_1Hz": 0.6278166666666667, "CE_CoolingEfficiency_percent_1Hz": 19.6313, "CP_CoolingPower_kW_1Hz": 1.5156666666666676, "SE_EfficiencyFactor_percent_1Hz": 60.250750000000004, "cycle": 50, "timestamp": "2022-08-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.6129716666669, "PS2_Pressure_bar_100Hz": 106.91734300000033, "PS3_Pressure_bar_100Hz": 1.7199308333333316, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.700791833333364, "PS6_Pressure_bar_100Hz": 8.643941000000028, "FS1_VolumeFlow_l_per_min_10Hz": 6.622409999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.390919999999989, "TS1_Temperature_C_1Hz": 51.52106666666666, "TS2_Temperature_C_1Hz": 56.16261666666665, "TS3_Temperature_C_1Hz": 53.03020000000001, "TS4_Temperature_C_1Hz": 46.989433333333345, "P1_MotorPower_W_100Hz": 2417.6376333333606, "VS1_Vibration_mm_per_s_1Hz": 0.6350666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.808566666666664, "CP_CoolingPower_kW_1Hz": 1.528533333333334, "SE_EfficiencyFactor_percent_1Hz": 60.23301666666668, "cycle": 51, "timestamp": "2022-08-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.54615833333372, "PS2_Pressure_bar_100Hz": 106.8686801666664, "PS3_Pressure_bar_100Hz": 1.7225358333333196, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.695814333333324, "PS6_Pressure_bar_100Hz": 8.638503166666734, "FS1_VolumeFlow_l_per_min_10Hz": 6.619305000000006, "FS2_VolumeFlow_l_per_min_10Hz": 9.383056666666663, "TS1_Temperature_C_1Hz": 51.56841666666666, "TS2_Temperature_C_1Hz": 56.20379999999999, "TS3_Temperature_C_1Hz": 53.12176666666666, "TS4_Temperature_C_1Hz": 47.15835, "P1_MotorPower_W_100Hz": 2415.6082333333397, "VS1_Vibration_mm_per_s_1Hz": 0.6599, "CE_CoolingEfficiency_percent_1Hz": 19.529083333333332, "CP_CoolingPower_kW_1Hz": 1.5066333333333333, "SE_EfficiencyFactor_percent_1Hz": 60.22478333333331, "cycle": 52, "timestamp": "2022-08-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.53197166666655, "PS2_Pressure_bar_100Hz": 106.83982216666678, "PS3_Pressure_bar_100Hz": 1.7172071666666622, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.698417333333332, "PS6_Pressure_bar_100Hz": 8.639050333333389, "FS1_VolumeFlow_l_per_min_10Hz": 6.623915000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.383541666666655, "TS1_Temperature_C_1Hz": 51.61326666666667, "TS2_Temperature_C_1Hz": 56.2712, "TS3_Temperature_C_1Hz": 53.13821666666667, "TS4_Temperature_C_1Hz": 47.17971666666665, "P1_MotorPower_W_100Hz": 2416.2641333333722, "VS1_Vibration_mm_per_s_1Hz": 0.6257000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.51226666666666, "CP_CoolingPower_kW_1Hz": 1.5076500000000002, "SE_EfficiencyFactor_percent_1Hz": 60.287916666666696, "cycle": 53, "timestamp": "2022-08-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.5261916666674, "PS2_Pressure_bar_100Hz": 106.83489949999993, "PS3_Pressure_bar_100Hz": 1.7212993333333224, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.696982333333354, "PS6_Pressure_bar_100Hz": 8.638020833333318, "FS1_VolumeFlow_l_per_min_10Hz": 6.618191666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.379508333333327, "TS1_Temperature_C_1Hz": 51.65735, "TS2_Temperature_C_1Hz": 56.32339999999998, "TS3_Temperature_C_1Hz": 53.13991666666666, "TS4_Temperature_C_1Hz": 47.10108333333335, "P1_MotorPower_W_100Hz": 2416.1488666666874, "VS1_Vibration_mm_per_s_1Hz": 0.6337166666666668, "CE_CoolingEfficiency_percent_1Hz": 19.745649999999998, "CP_CoolingPower_kW_1Hz": 1.5255999999999998, "SE_EfficiencyFactor_percent_1Hz": 60.20833333333335, "cycle": 54, "timestamp": "2022-08-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.6302933333331, "PS2_Pressure_bar_100Hz": 106.92785816666691, "PS3_Pressure_bar_100Hz": 1.7323231666666699, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.699042166666656, "PS6_Pressure_bar_100Hz": 8.638604166666726, "FS1_VolumeFlow_l_per_min_10Hz": 6.6278433333333355, "FS2_VolumeFlow_l_per_min_10Hz": 9.373929999999996, "TS1_Temperature_C_1Hz": 51.700700000000005, "TS2_Temperature_C_1Hz": 56.366866666666645, "TS3_Temperature_C_1Hz": 53.235733333333314, "TS4_Temperature_C_1Hz": 47.14253333333336, "P1_MotorPower_W_100Hz": 2416.865166666687, "VS1_Vibration_mm_per_s_1Hz": 0.6483833333333338, "CE_CoolingEfficiency_percent_1Hz": 19.879166666666666, "CP_CoolingPower_kW_1Hz": 1.5401833333333341, "SE_EfficiencyFactor_percent_1Hz": 60.380666666666684, "cycle": 55, "timestamp": "2022-08-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.54221166666616, "PS2_Pressure_bar_100Hz": 106.85180449999997, "PS3_Pressure_bar_100Hz": 1.7315649999999945, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.696124333333298, "PS6_Pressure_bar_100Hz": 8.635682500000009, "FS1_VolumeFlow_l_per_min_10Hz": 6.634783333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.36595333333332, "TS1_Temperature_C_1Hz": 51.74394999999999, "TS2_Temperature_C_1Hz": 56.38601666666664, "TS3_Temperature_C_1Hz": 53.28374999999996, "TS4_Temperature_C_1Hz": 47.293100000000024, "P1_MotorPower_W_100Hz": 2415.1581333333625, "VS1_Vibration_mm_per_s_1Hz": 0.6352000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.571283333333337, "CP_CoolingPower_kW_1Hz": 1.5112833333333333, "SE_EfficiencyFactor_percent_1Hz": 60.53701666666666, "cycle": 56, "timestamp": "2022-08-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.50518166666652, "PS2_Pressure_bar_100Hz": 106.80493300000039, "PS3_Pressure_bar_100Hz": 1.729341999999994, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.694655166666706, "PS6_Pressure_bar_100Hz": 8.634219833333368, "FS1_VolumeFlow_l_per_min_10Hz": 6.636809999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.357846666666648, "TS1_Temperature_C_1Hz": 51.76063333333333, "TS2_Temperature_C_1Hz": 56.41868333333331, "TS3_Temperature_C_1Hz": 53.345950000000016, "TS4_Temperature_C_1Hz": 47.382466666666666, "P1_MotorPower_W_100Hz": 2413.122133333363, "VS1_Vibration_mm_per_s_1Hz": 0.6404833333333336, "CE_CoolingEfficiency_percent_1Hz": 19.413766666666664, "CP_CoolingPower_kW_1Hz": 1.5036999999999998, "SE_EfficiencyFactor_percent_1Hz": 60.63811666666667, "cycle": 57, "timestamp": "2022-08-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.51768666666703, "PS2_Pressure_bar_100Hz": 106.82720516666694, "PS3_Pressure_bar_100Hz": 1.7297331666666576, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.691750833333314, "PS6_Pressure_bar_100Hz": 8.631906833333353, "FS1_VolumeFlow_l_per_min_10Hz": 6.6175316666666735, "FS2_VolumeFlow_l_per_min_10Hz": 9.35455333333332, "TS1_Temperature_C_1Hz": 51.7932, "TS2_Temperature_C_1Hz": 56.47676666666668, "TS3_Temperature_C_1Hz": 53.3475, "TS4_Temperature_C_1Hz": 47.32886666666668, "P1_MotorPower_W_100Hz": 2412.401966666668, "VS1_Vibration_mm_per_s_1Hz": 0.6380499999999999, "CE_CoolingEfficiency_percent_1Hz": 19.57806666666667, "CP_CoolingPower_kW_1Hz": 1.5188333333333333, "SE_EfficiencyFactor_percent_1Hz": 60.2944, "cycle": 58, "timestamp": "2022-08-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.4809050000001, "PS2_Pressure_bar_100Hz": 106.78475733333312, "PS3_Pressure_bar_100Hz": 1.7237744999999907, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.693600000000007, "PS6_Pressure_bar_100Hz": 8.632896166666736, "FS1_VolumeFlow_l_per_min_10Hz": 6.637646666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.354951666666652, "TS1_Temperature_C_1Hz": 51.84589999999999, "TS2_Temperature_C_1Hz": 56.52831666666667, "TS3_Temperature_C_1Hz": 53.37795000000003, "TS4_Temperature_C_1Hz": 47.17096666666668, "P1_MotorPower_W_100Hz": 2411.0018666666897, "VS1_Vibration_mm_per_s_1Hz": 0.6441999999999998, "CE_CoolingEfficiency_percent_1Hz": 20.157249999999998, "CP_CoolingPower_kW_1Hz": 1.5640166666666673, "SE_EfficiencyFactor_percent_1Hz": 60.669249999999984, "cycle": 59, "timestamp": "2022-08-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.49671666666663, "PS2_Pressure_bar_100Hz": 106.80555149999971, "PS3_Pressure_bar_100Hz": 1.7270596666666649, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.693452499999994, "PS6_Pressure_bar_100Hz": 8.632781166666692, "FS1_VolumeFlow_l_per_min_10Hz": 6.635518333333328, "FS2_VolumeFlow_l_per_min_10Hz": 9.350961666666661, "TS1_Temperature_C_1Hz": 51.881283333333336, "TS2_Temperature_C_1Hz": 56.57346666666669, "TS3_Temperature_C_1Hz": 53.38676666666666, "TS4_Temperature_C_1Hz": 47.33593333333332, "P1_MotorPower_W_100Hz": 2412.434200000015, "VS1_Vibration_mm_per_s_1Hz": 0.6434500000000002, "CE_CoolingEfficiency_percent_1Hz": 19.66058333333333, "CP_CoolingPower_kW_1Hz": 1.5245500000000003, "SE_EfficiencyFactor_percent_1Hz": 60.63083333333334, "cycle": 60, "timestamp": "2022-08-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.4700050000009, "PS2_Pressure_bar_100Hz": 106.76232733333332, "PS3_Pressure_bar_100Hz": 1.7252293333333213, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.69053633333334, "PS6_Pressure_bar_100Hz": 8.630063500000013, "FS1_VolumeFlow_l_per_min_10Hz": 6.62931333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.344071666666666, "TS1_Temperature_C_1Hz": 51.913916666666665, "TS2_Temperature_C_1Hz": 56.60655000000002, "TS3_Temperature_C_1Hz": 53.44211666666668, "TS4_Temperature_C_1Hz": 47.375166666666665, "P1_MotorPower_W_100Hz": 2411.981166666717, "VS1_Vibration_mm_per_s_1Hz": 0.6322666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.66935, "CP_CoolingPower_kW_1Hz": 1.5283166666666663, "SE_EfficiencyFactor_percent_1Hz": 60.530033333333314, "cycle": 61, "timestamp": "2022-08-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.44858166666674, "PS2_Pressure_bar_100Hz": 106.79522116666665, "PS3_Pressure_bar_100Hz": 1.7162468333333238, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.689466166666648, "PS6_Pressure_bar_100Hz": 8.629398999999987, "FS1_VolumeFlow_l_per_min_10Hz": 6.618843333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.341139999999992, "TS1_Temperature_C_1Hz": 51.929599999999986, "TS2_Temperature_C_1Hz": 56.62878333333334, "TS3_Temperature_C_1Hz": 53.46823333333332, "TS4_Temperature_C_1Hz": 47.25343333333334, "P1_MotorPower_W_100Hz": 2411.3482333333823, "VS1_Vibration_mm_per_s_1Hz": 0.6377333333333332, "CE_CoolingEfficiency_percent_1Hz": 20.116116666666667, "CP_CoolingPower_kW_1Hz": 1.5620666666666663, "SE_EfficiencyFactor_percent_1Hz": 60.36666666666666, "cycle": 62, "timestamp": "2022-08-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.46928666666716, "PS2_Pressure_bar_100Hz": 106.7913143333335, "PS3_Pressure_bar_100Hz": 1.7330454999999951, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.683996000000036, "PS6_Pressure_bar_100Hz": 8.624375166666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.6272649999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.338991666666667, "TS1_Temperature_C_1Hz": 51.91603333333333, "TS2_Temperature_C_1Hz": 56.63585, "TS3_Temperature_C_1Hz": 53.52298333333332, "TS4_Temperature_C_1Hz": 47.30465, "P1_MotorPower_W_100Hz": 2411.7633666666766, "VS1_Vibration_mm_per_s_1Hz": 0.6336833333333334, "CE_CoolingEfficiency_percent_1Hz": 20.124383333333334, "CP_CoolingPower_kW_1Hz": 1.5653999999999997, "SE_EfficiencyFactor_percent_1Hz": 60.539116666666665, "cycle": 63, "timestamp": "2022-09-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.44118166666706, "PS2_Pressure_bar_100Hz": 106.76242816666696, "PS3_Pressure_bar_100Hz": 1.733201833333329, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.677963166666682, "PS6_Pressure_bar_100Hz": 8.617983833333307, "FS1_VolumeFlow_l_per_min_10Hz": 6.621781666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.339890000000004, "TS1_Temperature_C_1Hz": 51.97953333333333, "TS2_Temperature_C_1Hz": 56.6729, "TS3_Temperature_C_1Hz": 53.52421666666667, "TS4_Temperature_C_1Hz": 47.3211, "P1_MotorPower_W_100Hz": 2409.7647333333516, "VS1_Vibration_mm_per_s_1Hz": 0.6446666666666665, "CE_CoolingEfficiency_percent_1Hz": 20.065866666666672, "CP_CoolingPower_kW_1Hz": 1.5626833333333328, "SE_EfficiencyFactor_percent_1Hz": 60.45483333333335, "cycle": 64, "timestamp": "2022-09-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.44845833333406, "PS2_Pressure_bar_100Hz": 106.7977145000003, "PS3_Pressure_bar_100Hz": 1.73397616666666, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.682053333333398, "PS6_Pressure_bar_100Hz": 8.622015166666635, "FS1_VolumeFlow_l_per_min_10Hz": 6.625081666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.331544999999993, "TS1_Temperature_C_1Hz": 52.00331666666667, "TS2_Temperature_C_1Hz": 56.69920000000001, "TS3_Temperature_C_1Hz": 53.56194999999998, "TS4_Temperature_C_1Hz": 47.25884999999998, "P1_MotorPower_W_100Hz": 2409.6334000000275, "VS1_Vibration_mm_per_s_1Hz": 0.6407500000000003, "CE_CoolingEfficiency_percent_1Hz": 20.343816666666672, "CP_CoolingPower_kW_1Hz": 1.5829333333333329, "SE_EfficiencyFactor_percent_1Hz": 60.51806666666664, "cycle": 65, "timestamp": "2022-09-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.450151666667, "PS2_Pressure_bar_100Hz": 106.77696283333346, "PS3_Pressure_bar_100Hz": 1.7275918333333278, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.683362166666711, "PS6_Pressure_bar_100Hz": 8.623972166666597, "FS1_VolumeFlow_l_per_min_10Hz": 6.628023333333326, "FS2_VolumeFlow_l_per_min_10Hz": 9.332108333333316, "TS1_Temperature_C_1Hz": 52.0069, "TS2_Temperature_C_1Hz": 56.70564999999999, "TS3_Temperature_C_1Hz": 53.55744999999998, "TS4_Temperature_C_1Hz": 47.21455, "P1_MotorPower_W_100Hz": 2409.8076999999944, "VS1_Vibration_mm_per_s_1Hz": 0.6413666666666668, "CE_CoolingEfficiency_percent_1Hz": 20.48168333333334, "CP_CoolingPower_kW_1Hz": 1.5944333333333327, "SE_EfficiencyFactor_percent_1Hz": 60.59560000000001, "cycle": 66, "timestamp": "2022-09-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.43817333333368, "PS2_Pressure_bar_100Hz": 106.74620333333323, "PS3_Pressure_bar_100Hz": 1.7257039999999981, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.68352883333338, "PS6_Pressure_bar_100Hz": 8.624775666666675, "FS1_VolumeFlow_l_per_min_10Hz": 6.637780000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.334211666666663, "TS1_Temperature_C_1Hz": 52.02756666666667, "TS2_Temperature_C_1Hz": 56.71528333333335, "TS3_Temperature_C_1Hz": 53.61294999999997, "TS4_Temperature_C_1Hz": 47.557333333333325, "P1_MotorPower_W_100Hz": 2410.0885000000335, "VS1_Vibration_mm_per_s_1Hz": 0.6401500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.52975, "CP_CoolingPower_kW_1Hz": 1.523283333333333, "SE_EfficiencyFactor_percent_1Hz": 60.68155000000001, "cycle": 67, "timestamp": "2022-09-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.4143650000007, "PS2_Pressure_bar_100Hz": 106.73128633333332, "PS3_Pressure_bar_100Hz": 1.7253839999999965, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.682046333333377, "PS6_Pressure_bar_100Hz": 8.623610666666679, "FS1_VolumeFlow_l_per_min_10Hz": 6.633064999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.33799833333333, "TS1_Temperature_C_1Hz": 52.06471666666666, "TS2_Temperature_C_1Hz": 56.74151666666667, "TS3_Temperature_C_1Hz": 53.57469999999999, "TS4_Temperature_C_1Hz": 47.46673333333334, "P1_MotorPower_W_100Hz": 2410.5500000000284, "VS1_Vibration_mm_per_s_1Hz": 0.6389000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.747400000000003, "CP_CoolingPower_kW_1Hz": 1.5364000000000002, "SE_EfficiencyFactor_percent_1Hz": 60.6065, "cycle": 68, "timestamp": "2022-09-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.43055166666684, "PS2_Pressure_bar_100Hz": 106.75701466666705, "PS3_Pressure_bar_100Hz": 1.722290833333322, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.677625166666738, "PS6_Pressure_bar_100Hz": 8.619286666666618, "FS1_VolumeFlow_l_per_min_10Hz": 6.63636, "FS2_VolumeFlow_l_per_min_10Hz": 9.336561666666661, "TS1_Temperature_C_1Hz": 52.097983333333346, "TS2_Temperature_C_1Hz": 56.7801, "TS3_Temperature_C_1Hz": 53.645433333333315, "TS4_Temperature_C_1Hz": 47.46141666666665, "P1_MotorPower_W_100Hz": 2410.0348666667132, "VS1_Vibration_mm_per_s_1Hz": 0.6411166666666666, "CE_CoolingEfficiency_percent_1Hz": 19.964050000000007, "CP_CoolingPower_kW_1Hz": 1.5550333333333333, "SE_EfficiencyFactor_percent_1Hz": 60.637316666666685, "cycle": 69, "timestamp": "2022-09-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.40886666666705, "PS2_Pressure_bar_100Hz": 106.73600549999985, "PS3_Pressure_bar_100Hz": 1.7251659999999929, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.677133333333401, "PS6_Pressure_bar_100Hz": 8.618394333333324, "FS1_VolumeFlow_l_per_min_10Hz": 6.616253333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.327925000000006, "TS1_Temperature_C_1Hz": 52.155649999999966, "TS2_Temperature_C_1Hz": 56.83603333333331, "TS3_Temperature_C_1Hz": 53.66873333333336, "TS4_Temperature_C_1Hz": 47.41813333333333, "P1_MotorPower_W_100Hz": 2408.912099999998, "VS1_Vibration_mm_per_s_1Hz": 0.6367333333333336, "CE_CoolingEfficiency_percent_1Hz": 20.21498333333334, "CP_CoolingPower_kW_1Hz": 1.5721333333333338, "SE_EfficiencyFactor_percent_1Hz": 60.355883333333345, "cycle": 70, "timestamp": "2022-09-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.39657999999997, "PS2_Pressure_bar_100Hz": 106.72372300000028, "PS3_Pressure_bar_100Hz": 1.7293744999999936, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.67500050000007, "PS6_Pressure_bar_100Hz": 8.616784499999927, "FS1_VolumeFlow_l_per_min_10Hz": 6.619966666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.326963333333337, "TS1_Temperature_C_1Hz": 52.156249999999986, "TS2_Temperature_C_1Hz": 56.840749999999964, "TS3_Temperature_C_1Hz": 53.69708333333331, "TS4_Temperature_C_1Hz": 47.65253333333335, "P1_MotorPower_W_100Hz": 2408.173933333383, "VS1_Vibration_mm_per_s_1Hz": 0.6480833333333335, "CE_CoolingEfficiency_percent_1Hz": 19.581900000000005, "CP_CoolingPower_kW_1Hz": 1.5195500000000004, "SE_EfficiencyFactor_percent_1Hz": 60.4398, "cycle": 71, "timestamp": "2022-09-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.39736333333406, "PS2_Pressure_bar_100Hz": 106.73710349999988, "PS3_Pressure_bar_100Hz": 1.7268354999999929, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.670226000000044, "PS6_Pressure_bar_100Hz": 8.612794166666557, "FS1_VolumeFlow_l_per_min_10Hz": 6.62359833333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.32596999999999, "TS1_Temperature_C_1Hz": 52.21026666666665, "TS2_Temperature_C_1Hz": 56.863166666666636, "TS3_Temperature_C_1Hz": 53.7366, "TS4_Temperature_C_1Hz": 47.754550000000016, "P1_MotorPower_W_100Hz": 2406.787800000026, "VS1_Vibration_mm_per_s_1Hz": 0.6466333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.517833333333336, "CP_CoolingPower_kW_1Hz": 1.5023833333333332, "SE_EfficiencyFactor_percent_1Hz": 60.55664999999999, "cycle": 72, "timestamp": "2022-09-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.3434050000008, "PS2_Pressure_bar_100Hz": 106.67700500000014, "PS3_Pressure_bar_100Hz": 1.7239751666666607, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.668996833333377, "PS6_Pressure_bar_100Hz": 8.611846666666578, "FS1_VolumeFlow_l_per_min_10Hz": 6.621493333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.33038, "TS1_Temperature_C_1Hz": 52.30483333333333, "TS2_Temperature_C_1Hz": 56.87421666666666, "TS3_Temperature_C_1Hz": 53.82438333333334, "TS4_Temperature_C_1Hz": 47.883533333333325, "P1_MotorPower_W_100Hz": 2409.189266666688, "VS1_Vibration_mm_per_s_1Hz": 0.6458166666666668, "CE_CoolingEfficiency_percent_1Hz": 19.70911666666667, "CP_CoolingPower_kW_1Hz": 1.4917499999999995, "SE_EfficiencyFactor_percent_1Hz": 60.401516666666666, "cycle": 73, "timestamp": "2022-09-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.33445833333394, "PS2_Pressure_bar_100Hz": 106.67413800000031, "PS3_Pressure_bar_100Hz": 1.7246159999999937, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.670238166666705, "PS6_Pressure_bar_100Hz": 8.613797999999983, "FS1_VolumeFlow_l_per_min_10Hz": 6.616700000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.329691666666667, "TS1_Temperature_C_1Hz": 52.37839999999999, "TS2_Temperature_C_1Hz": 56.89808333333333, "TS3_Temperature_C_1Hz": 53.82130000000002, "TS4_Temperature_C_1Hz": 47.88831666666666, "P1_MotorPower_W_100Hz": 2409.4196666666826, "VS1_Vibration_mm_per_s_1Hz": 0.640033333333333, "CE_CoolingEfficiency_percent_1Hz": 19.856616666666664, "CP_CoolingPower_kW_1Hz": 1.4921833333333332, "SE_EfficiencyFactor_percent_1Hz": 60.34053333333335, "cycle": 74, "timestamp": "2022-09-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.3573783333336, "PS2_Pressure_bar_100Hz": 106.68386483333379, "PS3_Pressure_bar_100Hz": 1.7351961666666609, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.661636333333373, "PS6_Pressure_bar_100Hz": 8.604271833333286, "FS1_VolumeFlow_l_per_min_10Hz": 6.635338333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.320831666666665, "TS1_Temperature_C_1Hz": 52.41358333333332, "TS2_Temperature_C_1Hz": 56.9497666666667, "TS3_Temperature_C_1Hz": 53.965466666666664, "TS4_Temperature_C_1Hz": 47.66655, "P1_MotorPower_W_100Hz": 2409.1837666666884, "VS1_Vibration_mm_per_s_1Hz": 0.6354833333333335, "CE_CoolingEfficiency_percent_1Hz": 21.098683333333337, "CP_CoolingPower_kW_1Hz": 1.5831499999999996, "SE_EfficiencyFactor_percent_1Hz": 60.70171666666669, "cycle": 75, "timestamp": "2022-09-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.33142166666758, "PS2_Pressure_bar_100Hz": 106.63986700000011, "PS3_Pressure_bar_100Hz": 1.7397246666666646, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.657827500000005, "PS6_Pressure_bar_100Hz": 8.60014366666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.624121666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.321184999999995, "TS1_Temperature_C_1Hz": 52.42258333333334, "TS2_Temperature_C_1Hz": 56.985200000000006, "TS3_Temperature_C_1Hz": 54.02186666666664, "TS4_Temperature_C_1Hz": 47.936733333333336, "P1_MotorPower_W_100Hz": 2409.437000000034, "VS1_Vibration_mm_per_s_1Hz": 0.64705, "CE_CoolingEfficiency_percent_1Hz": 20.320100000000007, "CP_CoolingPower_kW_1Hz": 1.5282499999999999, "SE_EfficiencyFactor_percent_1Hz": 60.443666666666665, "cycle": 76, "timestamp": "2022-09-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.3246583333339, "PS2_Pressure_bar_100Hz": 106.64799649999998, "PS3_Pressure_bar_100Hz": 1.7390356666666684, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.657282666666696, "PS6_Pressure_bar_100Hz": 8.599673333333305, "FS1_VolumeFlow_l_per_min_10Hz": 6.635296666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.316563333333331, "TS1_Temperature_C_1Hz": 52.52995, "TS2_Temperature_C_1Hz": 57.03711666666666, "TS3_Temperature_C_1Hz": 54.06228333333333, "TS4_Temperature_C_1Hz": 48.00105000000001, "P1_MotorPower_W_100Hz": 2409.31076666669, "VS1_Vibration_mm_per_s_1Hz": 0.6537999999999998, "CE_CoolingEfficiency_percent_1Hz": 20.200433333333326, "CP_CoolingPower_kW_1Hz": 1.5206999999999995, "SE_EfficiencyFactor_percent_1Hz": 60.6105, "cycle": 77, "timestamp": "2022-09-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.31208500000105, "PS2_Pressure_bar_100Hz": 106.63928866666738, "PS3_Pressure_bar_100Hz": 1.7268189999999912, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.6530775, "PS6_Pressure_bar_100Hz": 8.59642016666662, "FS1_VolumeFlow_l_per_min_10Hz": 6.612963333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.31289666666666, "TS1_Temperature_C_1Hz": 52.59774999999999, "TS2_Temperature_C_1Hz": 57.07978333333333, "TS3_Temperature_C_1Hz": 54.135383333333316, "TS4_Temperature_C_1Hz": 47.97101666666666, "P1_MotorPower_W_100Hz": 2406.848433333363, "VS1_Vibration_mm_per_s_1Hz": 0.6415, "CE_CoolingEfficiency_percent_1Hz": 20.59059999999999, "CP_CoolingPower_kW_1Hz": 1.5467000000000004, "SE_EfficiencyFactor_percent_1Hz": 60.356983333333346, "cycle": 78, "timestamp": "2022-09-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.29419500000074, "PS2_Pressure_bar_100Hz": 106.6116768333336, "PS3_Pressure_bar_100Hz": 1.7332543333333346, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.64959266666665, "PS6_Pressure_bar_100Hz": 8.592202833333248, "FS1_VolumeFlow_l_per_min_10Hz": 6.6172650000000015, "FS2_VolumeFlow_l_per_min_10Hz": 9.310618333333336, "TS1_Temperature_C_1Hz": 52.63828333333335, "TS2_Temperature_C_1Hz": 57.11425, "TS3_Temperature_C_1Hz": 54.188633333333314, "TS4_Temperature_C_1Hz": 48.02036666666667, "P1_MotorPower_W_100Hz": 2407.1385666667, "VS1_Vibration_mm_per_s_1Hz": 0.6430833333333336, "CE_CoolingEfficiency_percent_1Hz": 20.64363333333333, "CP_CoolingPower_kW_1Hz": 1.54895, "SE_EfficiencyFactor_percent_1Hz": 60.40880000000001, "cycle": 79, "timestamp": "2022-09-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.26318166666726, "PS2_Pressure_bar_100Hz": 106.5938705000001, "PS3_Pressure_bar_100Hz": 1.72602283333333, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.648824333333371, "PS6_Pressure_bar_100Hz": 8.591324166666615, "FS1_VolumeFlow_l_per_min_10Hz": 6.626873333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.307598333333342, "TS1_Temperature_C_1Hz": 52.69541666666667, "TS2_Temperature_C_1Hz": 57.19201666666665, "TS3_Temperature_C_1Hz": 54.23391666666666, "TS4_Temperature_C_1Hz": 47.99511666666668, "P1_MotorPower_W_100Hz": 2406.7525333333556, "VS1_Vibration_mm_per_s_1Hz": 0.6453000000000001, "CE_CoolingEfficiency_percent_1Hz": 20.832816666666663, "CP_CoolingPower_kW_1Hz": 1.563716666666667, "SE_EfficiencyFactor_percent_1Hz": 60.569600000000015, "cycle": 80, "timestamp": "2022-09-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.25044666666733, "PS2_Pressure_bar_100Hz": 106.58279866666719, "PS3_Pressure_bar_100Hz": 1.7186421666666565, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.643149333333382, "PS6_Pressure_bar_100Hz": 8.585829499999912, "FS1_VolumeFlow_l_per_min_10Hz": 6.620123333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.30814499999999, "TS1_Temperature_C_1Hz": 52.67783333333333, "TS2_Temperature_C_1Hz": 57.20318333333332, "TS3_Temperature_C_1Hz": 54.26761666666668, "TS4_Temperature_C_1Hz": 48.06806666666669, "P1_MotorPower_W_100Hz": 2406.8329000000153, "VS1_Vibration_mm_per_s_1Hz": 0.6501166666666667, "CE_CoolingEfficiency_percent_1Hz": 20.70593333333334, "CP_CoolingPower_kW_1Hz": 1.55425, "SE_EfficiencyFactor_percent_1Hz": 60.4976, "cycle": 81, "timestamp": "2022-09-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.23630833333394, "PS2_Pressure_bar_100Hz": 106.5921013333335, "PS3_Pressure_bar_100Hz": 1.7139006666666583, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.64540016666667, "PS6_Pressure_bar_100Hz": 8.588540499999924, "FS1_VolumeFlow_l_per_min_10Hz": 6.604739999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.302576666666653, "TS1_Temperature_C_1Hz": 52.765483333333336, "TS2_Temperature_C_1Hz": 57.250766666666664, "TS3_Temperature_C_1Hz": 54.28841666666666, "TS4_Temperature_C_1Hz": 48.230799999999995, "P1_MotorPower_W_100Hz": 2406.636833333351, "VS1_Vibration_mm_per_s_1Hz": 0.6490333333333335, "CE_CoolingEfficiency_percent_1Hz": 20.279900000000005, "CP_CoolingPower_kW_1Hz": 1.5174833333333335, "SE_EfficiencyFactor_percent_1Hz": 60.25669999999999, "cycle": 82, "timestamp": "2022-09-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.25583833333397, "PS2_Pressure_bar_100Hz": 106.59770866666688, "PS3_Pressure_bar_100Hz": 1.7146386666666564, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.643304500000033, "PS6_Pressure_bar_100Hz": 8.585228333333303, "FS1_VolumeFlow_l_per_min_10Hz": 6.607058333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.298804999999987, "TS1_Temperature_C_1Hz": 52.796916666666675, "TS2_Temperature_C_1Hz": 57.29219999999998, "TS3_Temperature_C_1Hz": 54.36160000000002, "TS4_Temperature_C_1Hz": 48.13673333333334, "P1_MotorPower_W_100Hz": 2406.55210000004, "VS1_Vibration_mm_per_s_1Hz": 0.6467666666666665, "CE_CoolingEfficiency_percent_1Hz": 20.903966666666673, "CP_CoolingPower_kW_1Hz": 1.5594000000000001, "SE_EfficiencyFactor_percent_1Hz": 60.299233333333326, "cycle": 83, "timestamp": "2022-09-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.23048333333347, "PS2_Pressure_bar_100Hz": 106.58887566666681, "PS3_Pressure_bar_100Hz": 1.710232166666651, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.639993499999983, "PS6_Pressure_bar_100Hz": 8.582634666666635, "FS1_VolumeFlow_l_per_min_10Hz": 6.606386666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.298193333333323, "TS1_Temperature_C_1Hz": 52.82771666666667, "TS2_Temperature_C_1Hz": 57.32103333333334, "TS3_Temperature_C_1Hz": 54.408233333333335, "TS4_Temperature_C_1Hz": 48.159049999999986, "P1_MotorPower_W_100Hz": 2407.5074666667138, "VS1_Vibration_mm_per_s_1Hz": 0.6439333333333334, "CE_CoolingEfficiency_percent_1Hz": 20.961433333333336, "CP_CoolingPower_kW_1Hz": 1.5644833333333328, "SE_EfficiencyFactor_percent_1Hz": 60.30360000000003, "cycle": 84, "timestamp": "2022-09-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.22484000000085, "PS2_Pressure_bar_100Hz": 106.56119916666648, "PS3_Pressure_bar_100Hz": 1.7252666666666583, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.639279000000052, "PS6_Pressure_bar_100Hz": 8.581948833333296, "FS1_VolumeFlow_l_per_min_10Hz": 6.6045766666666745, "FS2_VolumeFlow_l_per_min_10Hz": 9.295331666666652, "TS1_Temperature_C_1Hz": 52.83363333333333, "TS2_Temperature_C_1Hz": 57.34501666666665, "TS3_Temperature_C_1Hz": 54.43235, "TS4_Temperature_C_1Hz": 48.274566666666665, "P1_MotorPower_W_100Hz": 2407.377500000029, "VS1_Vibration_mm_per_s_1Hz": 0.6489166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.622616666666662, "CP_CoolingPower_kW_1Hz": 1.5416, "SE_EfficiencyFactor_percent_1Hz": 60.25249999999999, "cycle": 85, "timestamp": "2022-09-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.23757833333443, "PS2_Pressure_bar_100Hz": 106.58551850000036, "PS3_Pressure_bar_100Hz": 1.716794666666654, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.640342333333372, "PS6_Pressure_bar_100Hz": 8.583456166666586, "FS1_VolumeFlow_l_per_min_10Hz": 6.605370000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.294086666666653, "TS1_Temperature_C_1Hz": 52.89256666666665, "TS2_Temperature_C_1Hz": 57.37850000000002, "TS3_Temperature_C_1Hz": 54.434583333333336, "TS4_Temperature_C_1Hz": 48.2974, "P1_MotorPower_W_100Hz": 2407.512100000072, "VS1_Vibration_mm_per_s_1Hz": 0.6555166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.420633333333324, "CP_CoolingPower_kW_1Hz": 1.5361166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.24941666666666, "cycle": 86, "timestamp": "2022-09-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.23151333333433, "PS2_Pressure_bar_100Hz": 106.56801883333372, "PS3_Pressure_bar_100Hz": 1.7096396666666587, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.639997833333362, "PS6_Pressure_bar_100Hz": 8.583285999999957, "FS1_VolumeFlow_l_per_min_10Hz": 6.605456666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.289779999999991, "TS1_Temperature_C_1Hz": 52.90308333333335, "TS2_Temperature_C_1Hz": 57.44316666666667, "TS3_Temperature_C_1Hz": 54.42958333333334, "TS4_Temperature_C_1Hz": 48.28376666666665, "P1_MotorPower_W_100Hz": 2407.1076666666872, "VS1_Vibration_mm_per_s_1Hz": 0.6435999999999998, "CE_CoolingEfficiency_percent_1Hz": 20.301949999999987, "CP_CoolingPower_kW_1Hz": 1.538066666666667, "SE_EfficiencyFactor_percent_1Hz": 60.256550000000026, "cycle": 87, "timestamp": "2022-09-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.2435633333341, "PS2_Pressure_bar_100Hz": 106.57909300000021, "PS3_Pressure_bar_100Hz": 1.721372999999989, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.636916666666716, "PS6_Pressure_bar_100Hz": 8.579894666666611, "FS1_VolumeFlow_l_per_min_10Hz": 6.6090933333333375, "FS2_VolumeFlow_l_per_min_10Hz": 9.290116666666655, "TS1_Temperature_C_1Hz": 52.90551666666667, "TS2_Temperature_C_1Hz": 57.43843333333332, "TS3_Temperature_C_1Hz": 54.470666666666666, "TS4_Temperature_C_1Hz": 48.22991666666666, "P1_MotorPower_W_100Hz": 2409.44313333336, "VS1_Vibration_mm_per_s_1Hz": 0.6436333333333331, "CE_CoolingEfficiency_percent_1Hz": 20.63024999999999, "CP_CoolingPower_kW_1Hz": 1.5624333333333327, "SE_EfficiencyFactor_percent_1Hz": 60.26849999999998, "cycle": 88, "timestamp": "2022-09-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.23450500000118, "PS2_Pressure_bar_100Hz": 106.54324083333343, "PS3_Pressure_bar_100Hz": 1.7215959999999904, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.634705000000015, "PS6_Pressure_bar_100Hz": 8.577276999999969, "FS1_VolumeFlow_l_per_min_10Hz": 6.624023333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.287706666666667, "TS1_Temperature_C_1Hz": 52.94460000000001, "TS2_Temperature_C_1Hz": 57.46618333333333, "TS3_Temperature_C_1Hz": 54.51323333333332, "TS4_Temperature_C_1Hz": 48.13270000000002, "P1_MotorPower_W_100Hz": 2406.654733333361, "VS1_Vibration_mm_per_s_1Hz": 0.6445833333333332, "CE_CoolingEfficiency_percent_1Hz": 21.124466666666663, "CP_CoolingPower_kW_1Hz": 1.5984500000000001, "SE_EfficiencyFactor_percent_1Hz": 60.565749999999966, "cycle": 89, "timestamp": "2022-09-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.21444166666683, "PS2_Pressure_bar_100Hz": 106.52546933333329, "PS3_Pressure_bar_100Hz": 1.7211828333333212, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.632419833333348, "PS6_Pressure_bar_100Hz": 8.574452333333301, "FS1_VolumeFlow_l_per_min_10Hz": 6.60724166666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.287666666666658, "TS1_Temperature_C_1Hz": 52.98328333333334, "TS2_Temperature_C_1Hz": 57.489716666666645, "TS3_Temperature_C_1Hz": 54.53511666666668, "TS4_Temperature_C_1Hz": 48.17821666666666, "P1_MotorPower_W_100Hz": 2409.0203000000506, "VS1_Vibration_mm_per_s_1Hz": 0.6474666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.986749999999997, "CP_CoolingPower_kW_1Hz": 1.5908833333333334, "SE_EfficiencyFactor_percent_1Hz": 60.20969999999999, "cycle": 90, "timestamp": "2022-09-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.21048333333334, "PS2_Pressure_bar_100Hz": 106.5210360000001, "PS3_Pressure_bar_100Hz": 1.7236663333333275, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.633079000000018, "PS6_Pressure_bar_100Hz": 8.575696499999975, "FS1_VolumeFlow_l_per_min_10Hz": 6.626918333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.284701666666663, "TS1_Temperature_C_1Hz": 52.99998333333335, "TS2_Temperature_C_1Hz": 57.51221666666665, "TS3_Temperature_C_1Hz": 54.529283333333325, "TS4_Temperature_C_1Hz": 48.17878333333333, "P1_MotorPower_W_100Hz": 2411.2560999999996, "VS1_Vibration_mm_per_s_1Hz": 0.6497666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.961683333333323, "CP_CoolingPower_kW_1Hz": 1.588266666666666, "SE_EfficiencyFactor_percent_1Hz": 60.51765, "cycle": 91, "timestamp": "2022-09-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.1977233333335, "PS2_Pressure_bar_100Hz": 106.52578300000056, "PS3_Pressure_bar_100Hz": 1.7153908333333268, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.631374999999986, "PS6_Pressure_bar_100Hz": 8.574000833333297, "FS1_VolumeFlow_l_per_min_10Hz": 6.605629999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.280189999999994, "TS1_Temperature_C_1Hz": 53.01938333333333, "TS2_Temperature_C_1Hz": 57.53678333333335, "TS3_Temperature_C_1Hz": 54.590866666666685, "TS4_Temperature_C_1Hz": 48.22486666666666, "P1_MotorPower_W_100Hz": 2410.3619666666746, "VS1_Vibration_mm_per_s_1Hz": 0.6480833333333335, "CE_CoolingEfficiency_percent_1Hz": 20.987716666666664, "CP_CoolingPower_kW_1Hz": 1.5918499999999998, "SE_EfficiencyFactor_percent_1Hz": 60.16331666666667, "cycle": 92, "timestamp": "2022-09-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.19572166666683, "PS2_Pressure_bar_100Hz": 106.53251966666656, "PS3_Pressure_bar_100Hz": 1.718956499999988, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.630644000000048, "PS6_Pressure_bar_100Hz": 8.573371333333307, "FS1_VolumeFlow_l_per_min_10Hz": 6.610014999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.282014999999996, "TS1_Temperature_C_1Hz": 53.05241666666668, "TS2_Temperature_C_1Hz": 57.53941666666666, "TS3_Temperature_C_1Hz": 54.61531666666665, "TS4_Temperature_C_1Hz": 48.313133333333326, "P1_MotorPower_W_100Hz": 2411.2940666667005, "VS1_Vibration_mm_per_s_1Hz": 0.6479999999999999, "CE_CoolingEfficiency_percent_1Hz": 20.871366666666667, "CP_CoolingPower_kW_1Hz": 1.577616666666667, "SE_EfficiencyFactor_percent_1Hz": 60.18908333333334, "cycle": 93, "timestamp": "2022-10-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.16941999999995, "PS2_Pressure_bar_100Hz": 106.5058250000003, "PS3_Pressure_bar_100Hz": 1.7256659999999977, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.630626166666705, "PS6_Pressure_bar_100Hz": 8.574225333333281, "FS1_VolumeFlow_l_per_min_10Hz": 6.6247616666666715, "FS2_VolumeFlow_l_per_min_10Hz": 9.284135000000008, "TS1_Temperature_C_1Hz": 53.06950000000002, "TS2_Temperature_C_1Hz": 57.55485000000001, "TS3_Temperature_C_1Hz": 54.640416666666646, "TS4_Temperature_C_1Hz": 48.279383333333335, "P1_MotorPower_W_100Hz": 2412.2229333333157, "VS1_Vibration_mm_per_s_1Hz": 0.6501666666666667, "CE_CoolingEfficiency_percent_1Hz": 21.10995, "CP_CoolingPower_kW_1Hz": 1.5903166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.44206666666667, "cycle": 94, "timestamp": "2022-10-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.16719500000013, "PS2_Pressure_bar_100Hz": 106.48190466666688, "PS3_Pressure_bar_100Hz": 1.7196128333333223, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.632969333333357, "PS6_Pressure_bar_100Hz": 8.575472166666623, "FS1_VolumeFlow_l_per_min_10Hz": 6.629535000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.289838333333316, "TS1_Temperature_C_1Hz": 53.12368333333336, "TS2_Temperature_C_1Hz": 57.56735000000002, "TS3_Temperature_C_1Hz": 54.65991666666666, "TS4_Temperature_C_1Hz": 48.42419999999998, "P1_MotorPower_W_100Hz": 2413.515133333331, "VS1_Vibration_mm_per_s_1Hz": 0.6537666666666672, "CE_CoolingEfficiency_percent_1Hz": 20.843300000000006, "CP_CoolingPower_kW_1Hz": 1.5606333333333333, "SE_EfficiencyFactor_percent_1Hz": 60.46648333333335, "cycle": 95, "timestamp": "2022-10-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.16025666666675, "PS2_Pressure_bar_100Hz": 106.48235799999979, "PS3_Pressure_bar_100Hz": 1.7196221666666607, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.628924666666718, "PS6_Pressure_bar_100Hz": 8.572396666666638, "FS1_VolumeFlow_l_per_min_10Hz": 6.628848333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.284913333333321, "TS1_Temperature_C_1Hz": 53.160716666666666, "TS2_Temperature_C_1Hz": 57.5873, "TS3_Temperature_C_1Hz": 54.67773333333333, "TS4_Temperature_C_1Hz": 48.19675, "P1_MotorPower_W_100Hz": 2413.379666666686, "VS1_Vibration_mm_per_s_1Hz": 0.634316666666667, "CE_CoolingEfficiency_percent_1Hz": 21.742616666666663, "CP_CoolingPower_kW_1Hz": 1.619616666666666, "SE_EfficiencyFactor_percent_1Hz": 60.453316666666645, "cycle": 96, "timestamp": "2022-10-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.14958166666673, "PS2_Pressure_bar_100Hz": 106.46860450000054, "PS3_Pressure_bar_100Hz": 1.720988833333324, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.626165000000004, "PS6_Pressure_bar_100Hz": 8.569987333333293, "FS1_VolumeFlow_l_per_min_10Hz": 6.614218333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.284581666666652, "TS1_Temperature_C_1Hz": 53.18283333333334, "TS2_Temperature_C_1Hz": 57.611, "TS3_Temperature_C_1Hz": 54.7201, "TS4_Temperature_C_1Hz": 48.47913333333334, "P1_MotorPower_W_100Hz": 2414.010866666697, "VS1_Vibration_mm_per_s_1Hz": 0.6355833333333334, "CE_CoolingEfficiency_percent_1Hz": 20.824583333333326, "CP_CoolingPower_kW_1Hz": 1.5608666666666664, "SE_EfficiencyFactor_percent_1Hz": 60.19420000000001, "cycle": 97, "timestamp": "2022-10-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.16754166666706, "PS2_Pressure_bar_100Hz": 106.48567983333359, "PS3_Pressure_bar_100Hz": 1.7172711666666558, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.626309333333342, "PS6_Pressure_bar_100Hz": 8.569549166666642, "FS1_VolumeFlow_l_per_min_10Hz": 6.6131416666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.281113333333327, "TS1_Temperature_C_1Hz": 53.19408333333333, "TS2_Temperature_C_1Hz": 57.672983333333335, "TS3_Temperature_C_1Hz": 54.68390000000001, "TS4_Temperature_C_1Hz": 48.626833333333344, "P1_MotorPower_W_100Hz": 2410.673833333337, "VS1_Vibration_mm_per_s_1Hz": 0.6425666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.967350000000003, "CP_CoolingPower_kW_1Hz": 1.5157166666666664, "SE_EfficiencyFactor_percent_1Hz": 60.33129999999998, "cycle": 98, "timestamp": "2022-10-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.17052166666684, "PS2_Pressure_bar_100Hz": 106.47632116666706, "PS3_Pressure_bar_100Hz": 1.7206751666666584, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.620391499999982, "PS6_Pressure_bar_100Hz": 8.564074166666646, "FS1_VolumeFlow_l_per_min_10Hz": 6.605671666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.274428333333328, "TS1_Temperature_C_1Hz": 53.21398333333334, "TS2_Temperature_C_1Hz": 57.73638333333335, "TS3_Temperature_C_1Hz": 54.74738333333333, "TS4_Temperature_C_1Hz": 48.70896666666667, "P1_MotorPower_W_100Hz": 2409.266366666734, "VS1_Vibration_mm_per_s_1Hz": 0.6465333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.724600000000002, "CP_CoolingPower_kW_1Hz": 1.509466666666666, "SE_EfficiencyFactor_percent_1Hz": 60.200816666666675, "cycle": 99, "timestamp": "2022-10-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.1330533333333, "PS2_Pressure_bar_100Hz": 106.45519833333334, "PS3_Pressure_bar_100Hz": 1.7266891666666606, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.617567499999941, "PS6_Pressure_bar_100Hz": 8.561503833333296, "FS1_VolumeFlow_l_per_min_10Hz": 6.627820000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.27500499999999, "TS1_Temperature_C_1Hz": 53.198600000000006, "TS2_Temperature_C_1Hz": 57.73540000000001, "TS3_Temperature_C_1Hz": 54.77101666666667, "TS4_Temperature_C_1Hz": 48.72718333333331, "P1_MotorPower_W_100Hz": 2406.913466666717, "VS1_Vibration_mm_per_s_1Hz": 0.6688333333333332, "CE_CoolingEfficiency_percent_1Hz": 19.833983333333336, "CP_CoolingPower_kW_1Hz": 1.5099666666666667, "SE_EfficiencyFactor_percent_1Hz": 60.647249999999985, "cycle": 100, "timestamp": "2022-10-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.14387999999903, "PS2_Pressure_bar_100Hz": 106.47612566666719, "PS3_Pressure_bar_100Hz": 1.7339884999999928, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.616092333333336, "PS6_Pressure_bar_100Hz": 8.559061499999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.603591666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.269433333333325, "TS1_Temperature_C_1Hz": 53.2598, "TS2_Temperature_C_1Hz": 57.76113333333334, "TS3_Temperature_C_1Hz": 54.768366666666665, "TS4_Temperature_C_1Hz": 48.74011666666666, "P1_MotorPower_W_100Hz": 2405.8691333333772, "VS1_Vibration_mm_per_s_1Hz": 0.6671666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.705316666666665, "CP_CoolingPower_kW_1Hz": 1.5047499999999998, "SE_EfficiencyFactor_percent_1Hz": 60.28436666666667, "cycle": 101, "timestamp": "2022-10-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.12995499999928, "PS2_Pressure_bar_100Hz": 106.41953799999992, "PS3_Pressure_bar_100Hz": 1.7337223333333314, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.612433166666642, "PS6_Pressure_bar_100Hz": 8.5530556666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.6131350000000015, "FS2_VolumeFlow_l_per_min_10Hz": 9.258871666666662, "TS1_Temperature_C_1Hz": 53.23425000000001, "TS2_Temperature_C_1Hz": 57.77716666666668, "TS3_Temperature_C_1Hz": 54.822266666666664, "TS4_Temperature_C_1Hz": 48.768533333333316, "P1_MotorPower_W_100Hz": 2404.469333333371, "VS1_Vibration_mm_per_s_1Hz": 0.644183333333333, "CE_CoolingEfficiency_percent_1Hz": 19.660116666666674, "CP_CoolingPower_kW_1Hz": 1.5108499999999998, "SE_EfficiencyFactor_percent_1Hz": 60.44385000000003, "cycle": 102, "timestamp": "2022-10-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.13216499999976, "PS2_Pressure_bar_100Hz": 106.42138666666703, "PS3_Pressure_bar_100Hz": 1.7345634999999953, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.60657083333334, "PS6_Pressure_bar_100Hz": 8.547031500000045, "FS1_VolumeFlow_l_per_min_10Hz": 6.608248333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.256133333333342, "TS1_Temperature_C_1Hz": 53.24741666666669, "TS2_Temperature_C_1Hz": 57.80309999999999, "TS3_Temperature_C_1Hz": 54.894949999999994, "TS4_Temperature_C_1Hz": 48.80136666666665, "P1_MotorPower_W_100Hz": 2404.433833333365, "VS1_Vibration_mm_per_s_1Hz": 0.6553, "CE_CoolingEfficiency_percent_1Hz": 19.686716666666662, "CP_CoolingPower_kW_1Hz": 1.5191499999999998, "SE_EfficiencyFactor_percent_1Hz": 60.380716666666665, "cycle": 103, "timestamp": "2022-10-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.14551166666627, "PS2_Pressure_bar_100Hz": 106.42275400000015, "PS3_Pressure_bar_100Hz": 1.742806833333327, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.610363999999938, "PS6_Pressure_bar_100Hz": 8.552162666666701, "FS1_VolumeFlow_l_per_min_10Hz": 6.619623333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.256798333333336, "TS1_Temperature_C_1Hz": 53.28325000000003, "TS2_Temperature_C_1Hz": 57.82266666666665, "TS3_Temperature_C_1Hz": 54.871400000000015, "TS4_Temperature_C_1Hz": 48.74239999999996, "P1_MotorPower_W_100Hz": 2404.3865000000314, "VS1_Vibration_mm_per_s_1Hz": 0.6538833333333331, "CE_CoolingEfficiency_percent_1Hz": 19.920716666666657, "CP_CoolingPower_kW_1Hz": 1.5299333333333334, "SE_EfficiencyFactor_percent_1Hz": 60.591133333333325, "cycle": 104, "timestamp": "2022-10-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.11286666666612, "PS2_Pressure_bar_100Hz": 106.40540283333347, "PS3_Pressure_bar_100Hz": 1.7426335000000002, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.608500166666627, "PS6_Pressure_bar_100Hz": 8.551942000000022, "FS1_VolumeFlow_l_per_min_10Hz": 6.61177333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.261566666666676, "TS1_Temperature_C_1Hz": 53.323933333333315, "TS2_Temperature_C_1Hz": 57.80898333333333, "TS3_Temperature_C_1Hz": 54.85715000000001, "TS4_Temperature_C_1Hz": 48.733966666666674, "P1_MotorPower_W_100Hz": 2404.583800000056, "VS1_Vibration_mm_per_s_1Hz": 0.6481499999999999, "CE_CoolingEfficiency_percent_1Hz": 20.032183333333332, "CP_CoolingPower_kW_1Hz": 1.527783333333333, "SE_EfficiencyFactor_percent_1Hz": 60.45986666666668, "cycle": 105, "timestamp": "2022-10-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.12328333333238, "PS2_Pressure_bar_100Hz": 106.42326000000023, "PS3_Pressure_bar_100Hz": 1.7225883333333267, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.61055, "PS6_Pressure_bar_100Hz": 8.552354000000035, "FS1_VolumeFlow_l_per_min_10Hz": 6.619405, "FS2_VolumeFlow_l_per_min_10Hz": 9.258248333333334, "TS1_Temperature_C_1Hz": 53.34631666666666, "TS2_Temperature_C_1Hz": 57.84808333333332, "TS3_Temperature_C_1Hz": 54.84611666666668, "TS4_Temperature_C_1Hz": 48.79068333333332, "P1_MotorPower_W_100Hz": 2403.7295333333477, "VS1_Vibration_mm_per_s_1Hz": 0.6643666666666663, "CE_CoolingEfficiency_percent_1Hz": 19.700016666666667, "CP_CoolingPower_kW_1Hz": 1.5096166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.611466666666644, "cycle": 106, "timestamp": "2022-10-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.11328999999898, "PS2_Pressure_bar_100Hz": 106.41194650000043, "PS3_Pressure_bar_100Hz": 1.7327083333333284, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.60633166666663, "PS6_Pressure_bar_100Hz": 8.546368833333347, "FS1_VolumeFlow_l_per_min_10Hz": 6.620956666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.25658666666667, "TS1_Temperature_C_1Hz": 53.35008333333332, "TS2_Temperature_C_1Hz": 57.87464999999999, "TS3_Temperature_C_1Hz": 54.89793333333334, "TS4_Temperature_C_1Hz": 48.84924999999997, "P1_MotorPower_W_100Hz": 2403.6278000000184, "VS1_Vibration_mm_per_s_1Hz": 0.65485, "CE_CoolingEfficiency_percent_1Hz": 19.67378333333333, "CP_CoolingPower_kW_1Hz": 1.508633333333333, "SE_EfficiencyFactor_percent_1Hz": 60.59814999999998, "cycle": 107, "timestamp": "2022-10-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0805033333325, "PS2_Pressure_bar_100Hz": 106.4027980000002, "PS3_Pressure_bar_100Hz": 1.7350576666666684, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.60426133333327, "PS6_Pressure_bar_100Hz": 8.544282000000038, "FS1_VolumeFlow_l_per_min_10Hz": 6.6023000000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.254995000000001, "TS1_Temperature_C_1Hz": 53.382783333333315, "TS2_Temperature_C_1Hz": 57.88013333333333, "TS3_Temperature_C_1Hz": 54.93268333333336, "TS4_Temperature_C_1Hz": 48.87906666666665, "P1_MotorPower_W_100Hz": 2402.313700000039, "VS1_Vibration_mm_per_s_1Hz": 0.6388833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.77796666666666, "CP_CoolingPower_kW_1Hz": 1.5079499999999997, "SE_EfficiencyFactor_percent_1Hz": 60.33815000000001, "cycle": 108, "timestamp": "2022-10-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0745366666662, "PS2_Pressure_bar_100Hz": 106.3988631666667, "PS3_Pressure_bar_100Hz": 1.7325513333333262, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.604690499999952, "PS6_Pressure_bar_100Hz": 8.545304833333361, "FS1_VolumeFlow_l_per_min_10Hz": 6.602341666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.254159999999986, "TS1_Temperature_C_1Hz": 53.41794999999999, "TS2_Temperature_C_1Hz": 57.89813333333333, "TS3_Temperature_C_1Hz": 54.912983333333344, "TS4_Temperature_C_1Hz": 48.73256666666664, "P1_MotorPower_W_100Hz": 2401.597500000029, "VS1_Vibration_mm_per_s_1Hz": 0.6511666666666668, "CE_CoolingEfficiency_percent_1Hz": 20.330350000000003, "CP_CoolingPower_kW_1Hz": 1.5418333333333338, "SE_EfficiencyFactor_percent_1Hz": 60.369500000000016, "cycle": 109, "timestamp": "2022-10-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0463833333323, "PS2_Pressure_bar_100Hz": 106.35924099999993, "PS3_Pressure_bar_100Hz": 1.725591833333321, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.601844333333279, "PS6_Pressure_bar_100Hz": 8.543573166666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.621831666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.251921666666668, "TS1_Temperature_C_1Hz": 53.462216666666656, "TS2_Temperature_C_1Hz": 57.92468333333332, "TS3_Temperature_C_1Hz": 54.96595000000003, "TS4_Temperature_C_1Hz": 48.87123333333332, "P1_MotorPower_W_100Hz": 2402.1362666666873, "VS1_Vibration_mm_per_s_1Hz": 0.6629333333333334, "CE_CoolingEfficiency_percent_1Hz": 20.033633333333334, "CP_CoolingPower_kW_1Hz": 1.5181, "SE_EfficiencyFactor_percent_1Hz": 60.69211666666666, "cycle": 110, "timestamp": "2022-10-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.10225166666623, "PS2_Pressure_bar_100Hz": 106.41385633333344, "PS3_Pressure_bar_100Hz": 1.7258746666666585, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.601749499999935, "PS6_Pressure_bar_100Hz": 8.54269066666669, "FS1_VolumeFlow_l_per_min_10Hz": 6.608531666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.249269999999997, "TS1_Temperature_C_1Hz": 53.47009999999999, "TS2_Temperature_C_1Hz": 57.94356666666668, "TS3_Temperature_C_1Hz": 54.992449999999984, "TS4_Temperature_C_1Hz": 48.83746666666664, "P1_MotorPower_W_100Hz": 2404.362566666678, "VS1_Vibration_mm_per_s_1Hz": 0.6524333333333333, "CE_CoolingEfficiency_percent_1Hz": 20.281350000000007, "CP_CoolingPower_kW_1Hz": 1.5331166666666671, "SE_EfficiencyFactor_percent_1Hz": 60.41255, "cycle": 111, "timestamp": "2022-10-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.07037499999907, "PS2_Pressure_bar_100Hz": 106.41060916666653, "PS3_Pressure_bar_100Hz": 1.737611333333336, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.601834333333306, "PS6_Pressure_bar_100Hz": 8.543530166666716, "FS1_VolumeFlow_l_per_min_10Hz": 6.597076666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.24967833333333, "TS1_Temperature_C_1Hz": 53.52246666666667, "TS2_Temperature_C_1Hz": 57.97873333333333, "TS3_Temperature_C_1Hz": 55.02181666666666, "TS4_Temperature_C_1Hz": 48.91249999999999, "P1_MotorPower_W_100Hz": 2404.651966666713, "VS1_Vibration_mm_per_s_1Hz": 0.6663333333333333, "CE_CoolingEfficiency_percent_1Hz": 20.07723333333333, "CP_CoolingPower_kW_1Hz": 1.5218, "SE_EfficiencyFactor_percent_1Hz": 60.21348333333336, "cycle": 112, "timestamp": "2022-10-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.11995499999986, "PS2_Pressure_bar_100Hz": 106.43625716666666, "PS3_Pressure_bar_100Hz": 1.7301966666666595, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.601871833333343, "PS6_Pressure_bar_100Hz": 8.542350666666678, "FS1_VolumeFlow_l_per_min_10Hz": 6.60602333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.245158333333332, "TS1_Temperature_C_1Hz": 53.51584999999998, "TS2_Temperature_C_1Hz": 58.02661666666667, "TS3_Temperature_C_1Hz": 55.057683333333344, "TS4_Temperature_C_1Hz": 48.99826666666668, "P1_MotorPower_W_100Hz": 2405.485466666695, "VS1_Vibration_mm_per_s_1Hz": 0.6494333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.769550000000002, "CP_CoolingPower_kW_1Hz": 1.5081000000000002, "SE_EfficiencyFactor_percent_1Hz": 60.29938333333333, "cycle": 113, "timestamp": "2022-10-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.10873333333265, "PS2_Pressure_bar_100Hz": 106.43329733333326, "PS3_Pressure_bar_100Hz": 1.727625499999985, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.597235166666618, "PS6_Pressure_bar_100Hz": 8.53858250000001, "FS1_VolumeFlow_l_per_min_10Hz": 6.620264999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.242258333333341, "TS1_Temperature_C_1Hz": 53.48558333333333, "TS2_Temperature_C_1Hz": 58.03883333333335, "TS3_Temperature_C_1Hz": 55.09691666666666, "TS4_Temperature_C_1Hz": 48.99033333333332, "P1_MotorPower_W_100Hz": 2406.7544333333803, "VS1_Vibration_mm_per_s_1Hz": 0.6461666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.890799999999995, "CP_CoolingPower_kW_1Hz": 1.5208333333333335, "SE_EfficiencyFactor_percent_1Hz": 60.57373333333335, "cycle": 114, "timestamp": "2022-10-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.01554166666583, "PS2_Pressure_bar_100Hz": 106.31533716666675, "PS3_Pressure_bar_100Hz": 1.7295773333333282, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.60019766666661, "PS6_Pressure_bar_100Hz": 8.541175500000008, "FS1_VolumeFlow_l_per_min_10Hz": 6.6002333333333425, "FS2_VolumeFlow_l_per_min_10Hz": 9.251343333333336, "TS1_Temperature_C_1Hz": 53.557866666666655, "TS2_Temperature_C_1Hz": 58.05889999999999, "TS3_Temperature_C_1Hz": 55.09684999999999, "TS4_Temperature_C_1Hz": 49.00783333333334, "P1_MotorPower_W_100Hz": 2405.2600333333685, "VS1_Vibration_mm_per_s_1Hz": 0.6567666666666665, "CE_CoolingEfficiency_percent_1Hz": 19.91636666666667, "CP_CoolingPower_kW_1Hz": 1.516716666666667, "SE_EfficiencyFactor_percent_1Hz": 60.21838333333335, "cycle": 115, "timestamp": "2022-10-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0327699999995, "PS2_Pressure_bar_100Hz": 106.3555276666667, "PS3_Pressure_bar_100Hz": 1.7312628333333326, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.59852266666664, "PS6_Pressure_bar_100Hz": 8.538898166666694, "FS1_VolumeFlow_l_per_min_10Hz": 6.605688333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.246238333333325, "TS1_Temperature_C_1Hz": 53.56503333333332, "TS2_Temperature_C_1Hz": 58.059800000000024, "TS3_Temperature_C_1Hz": 55.11311666666665, "TS4_Temperature_C_1Hz": 48.94183333333333, "P1_MotorPower_W_100Hz": 2406.216333333364, "VS1_Vibration_mm_per_s_1Hz": 0.6642166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.277049999999996, "CP_CoolingPower_kW_1Hz": 1.5385500000000003, "SE_EfficiencyFactor_percent_1Hz": 60.30773333333334, "cycle": 116, "timestamp": "2022-10-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.01305333333264, "PS2_Pressure_bar_100Hz": 106.33829549999992, "PS3_Pressure_bar_100Hz": 1.7343609999999896, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.59344749999999, "PS6_Pressure_bar_100Hz": 8.533472333333341, "FS1_VolumeFlow_l_per_min_10Hz": 6.616269999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.241374999999989, "TS1_Temperature_C_1Hz": 53.58839999999999, "TS2_Temperature_C_1Hz": 58.08264999999999, "TS3_Temperature_C_1Hz": 55.14646666666666, "TS4_Temperature_C_1Hz": 49.007550000000016, "P1_MotorPower_W_100Hz": 2406.393133333356, "VS1_Vibration_mm_per_s_1Hz": 0.6643500000000001, "CE_CoolingEfficiency_percent_1Hz": 20.192716666666666, "CP_CoolingPower_kW_1Hz": 1.5295833333333333, "SE_EfficiencyFactor_percent_1Hz": 60.48584999999998, "cycle": 117, "timestamp": "2022-10-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.02942166666608, "PS2_Pressure_bar_100Hz": 106.3616001666667, "PS3_Pressure_bar_100Hz": 1.7290709999999936, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.592278999999971, "PS6_Pressure_bar_100Hz": 8.533665499999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.601323333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.239225000000001, "TS1_Temperature_C_1Hz": 53.61074999999999, "TS2_Temperature_C_1Hz": 58.093366666666654, "TS3_Temperature_C_1Hz": 55.15341666666665, "TS4_Temperature_C_1Hz": 49.00093333333333, "P1_MotorPower_W_100Hz": 2405.3337333333757, "VS1_Vibration_mm_per_s_1Hz": 0.6534166666666668, "CE_CoolingEfficiency_percent_1Hz": 20.267500000000005, "CP_CoolingPower_kW_1Hz": 1.5318333333333338, "SE_EfficiencyFactor_percent_1Hz": 60.262533333333344, "cycle": 118, "timestamp": "2022-10-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.98999499999925, "PS2_Pressure_bar_100Hz": 106.29630266666635, "PS3_Pressure_bar_100Hz": 1.7280184999999875, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.589835499999937, "PS6_Pressure_bar_100Hz": 8.530741666666659, "FS1_VolumeFlow_l_per_min_10Hz": 6.611631666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.237208333333333, "TS1_Temperature_C_1Hz": 53.648933333333325, "TS2_Temperature_C_1Hz": 58.11996666666669, "TS3_Temperature_C_1Hz": 55.17423333333332, "TS4_Temperature_C_1Hz": 49.084033333333316, "P1_MotorPower_W_100Hz": 2402.6099666667083, "VS1_Vibration_mm_per_s_1Hz": 0.6673499999999997, "CE_CoolingEfficiency_percent_1Hz": 20.045883333333336, "CP_CoolingPower_kW_1Hz": 1.5166833333333334, "SE_EfficiencyFactor_percent_1Hz": 60.50980000000003, "cycle": 119, "timestamp": "2022-10-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.99166166666598, "PS2_Pressure_bar_100Hz": 106.33407133333324, "PS3_Pressure_bar_100Hz": 1.712307333333323, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.587361666666665, "PS6_Pressure_bar_100Hz": 8.527560500000062, "FS1_VolumeFlow_l_per_min_10Hz": 6.600133333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.232443333333325, "TS1_Temperature_C_1Hz": 53.648549999999986, "TS2_Temperature_C_1Hz": 58.134750000000025, "TS3_Temperature_C_1Hz": 55.22041666666667, "TS4_Temperature_C_1Hz": 49.10201666666668, "P1_MotorPower_W_100Hz": 2403.0611000000335, "VS1_Vibration_mm_per_s_1Hz": 0.6643833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.95868333333333, "CP_CoolingPower_kW_1Hz": 1.5214500000000004, "SE_EfficiencyFactor_percent_1Hz": 60.308216666666674, "cycle": 120, "timestamp": "2022-10-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.03155499999983, "PS2_Pressure_bar_100Hz": 106.36291283333362, "PS3_Pressure_bar_100Hz": 1.7302994999999952, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.589607833333332, "PS6_Pressure_bar_100Hz": 8.530507833333381, "FS1_VolumeFlow_l_per_min_10Hz": 6.612341666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.235193333333331, "TS1_Temperature_C_1Hz": 53.665033333333334, "TS2_Temperature_C_1Hz": 58.17771666666669, "TS3_Temperature_C_1Hz": 55.19070000000001, "TS4_Temperature_C_1Hz": 49.08188333333331, "P1_MotorPower_W_100Hz": 2401.902933333338, "VS1_Vibration_mm_per_s_1Hz": 0.6547833333333332, "CE_CoolingEfficiency_percent_1Hz": 19.80804999999999, "CP_CoolingPower_kW_1Hz": 1.5202500000000003, "SE_EfficiencyFactor_percent_1Hz": 60.50615, "cycle": 121, "timestamp": "2022-10-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.05088166666525, "PS2_Pressure_bar_100Hz": 106.34970450000002, "PS3_Pressure_bar_100Hz": 1.7327086666666622, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.588529833333286, "PS6_Pressure_bar_100Hz": 8.528744666666707, "FS1_VolumeFlow_l_per_min_10Hz": 6.5961316666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.232034999999978, "TS1_Temperature_C_1Hz": 53.65058333333331, "TS2_Temperature_C_1Hz": 58.187716666666674, "TS3_Temperature_C_1Hz": 55.213216666666675, "TS4_Temperature_C_1Hz": 49.08428333333332, "P1_MotorPower_W_100Hz": 2402.359700000046, "VS1_Vibration_mm_per_s_1Hz": 0.649433333333333, "CE_CoolingEfficiency_percent_1Hz": 19.783599999999993, "CP_CoolingPower_kW_1Hz": 1.5250166666666667, "SE_EfficiencyFactor_percent_1Hz": 60.24118333333334, "cycle": 122, "timestamp": "2022-10-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0751799999996, "PS2_Pressure_bar_100Hz": 106.37812866666677, "PS3_Pressure_bar_100Hz": 1.737630666666668, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.585770166666638, "PS6_Pressure_bar_100Hz": 8.52645049999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.607646666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.228783333333327, "TS1_Temperature_C_1Hz": 53.638433333333325, "TS2_Temperature_C_1Hz": 58.18698333333336, "TS3_Temperature_C_1Hz": 55.23474999999998, "TS4_Temperature_C_1Hz": 49.094699999999996, "P1_MotorPower_W_100Hz": 2402.15266666666, "VS1_Vibration_mm_per_s_1Hz": 0.6613666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.744783333333324, "CP_CoolingPower_kW_1Hz": 1.5261833333333341, "SE_EfficiencyFactor_percent_1Hz": 60.49828333333335, "cycle": 123, "timestamp": "2022-10-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.00429166666652, "PS2_Pressure_bar_100Hz": 106.32599566666656, "PS3_Pressure_bar_100Hz": 1.7416400000000016, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.583557666666609, "PS6_Pressure_bar_100Hz": 8.524499166666699, "FS1_VolumeFlow_l_per_min_10Hz": 6.604496666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.228084999999995, "TS1_Temperature_C_1Hz": 53.63551666666668, "TS2_Temperature_C_1Hz": 58.20005000000001, "TS3_Temperature_C_1Hz": 55.250099999999975, "TS4_Temperature_C_1Hz": 49.113799999999976, "P1_MotorPower_W_100Hz": 2403.070000000003, "VS1_Vibration_mm_per_s_1Hz": 0.6436499999999998, "CE_CoolingEfficiency_percent_1Hz": 19.70791666666666, "CP_CoolingPower_kW_1Hz": 1.5258333333333336, "SE_EfficiencyFactor_percent_1Hz": 60.40871666666667, "cycle": 124, "timestamp": "2022-11-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.98921833333262, "PS2_Pressure_bar_100Hz": 106.29049783333305, "PS3_Pressure_bar_100Hz": 1.7356883333333275, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.582928833333305, "PS6_Pressure_bar_100Hz": 8.523982666666665, "FS1_VolumeFlow_l_per_min_10Hz": 6.612993333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.22814666666666, "TS1_Temperature_C_1Hz": 53.65068333333333, "TS2_Temperature_C_1Hz": 58.217200000000005, "TS3_Temperature_C_1Hz": 55.25571666666666, "TS4_Temperature_C_1Hz": 49.11551666666666, "P1_MotorPower_W_100Hz": 2400.85290000001, "VS1_Vibration_mm_per_s_1Hz": 0.6490333333333335, "CE_CoolingEfficiency_percent_1Hz": 19.65325, "CP_CoolingPower_kW_1Hz": 1.5268833333333338, "SE_EfficiencyFactor_percent_1Hz": 60.61631666666666, "cycle": 125, "timestamp": "2022-11-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.99448833333292, "PS2_Pressure_bar_100Hz": 106.3099415000003, "PS3_Pressure_bar_100Hz": 1.7333918333333354, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.585156833333315, "PS6_Pressure_bar_100Hz": 8.526364666666682, "FS1_VolumeFlow_l_per_min_10Hz": 6.589084999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.232606666666655, "TS1_Temperature_C_1Hz": 53.68313333333333, "TS2_Temperature_C_1Hz": 58.23520000000003, "TS3_Temperature_C_1Hz": 55.24443333333331, "TS4_Temperature_C_1Hz": 49.12083333333331, "P1_MotorPower_W_100Hz": 2400.496633333361, "VS1_Vibration_mm_per_s_1Hz": 0.6518666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.60825, "CP_CoolingPower_kW_1Hz": 1.5240500000000001, "SE_EfficiencyFactor_percent_1Hz": 60.18895000000001, "cycle": 126, "timestamp": "2022-11-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.01391166666636, "PS2_Pressure_bar_100Hz": 106.32229733333348, "PS3_Pressure_bar_100Hz": 1.7382915000000028, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.582987166666651, "PS6_Pressure_bar_100Hz": 8.52410833333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.609784999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.228499999999983, "TS1_Temperature_C_1Hz": 53.69905000000001, "TS2_Temperature_C_1Hz": 58.26336666666667, "TS3_Temperature_C_1Hz": 55.26171666666663, "TS4_Temperature_C_1Hz": 49.1175, "P1_MotorPower_W_100Hz": 2400.4929000000257, "VS1_Vibration_mm_per_s_1Hz": 0.6482666666666664, "CE_CoolingEfficiency_percent_1Hz": 19.648983333333334, "CP_CoolingPower_kW_1Hz": 1.5275000000000005, "SE_EfficiencyFactor_percent_1Hz": 60.56693333333335, "cycle": 127, "timestamp": "2022-11-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.03960499999957, "PS2_Pressure_bar_100Hz": 106.36465049999971, "PS3_Pressure_bar_100Hz": 1.7434371666666655, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.58223433333329, "PS6_Pressure_bar_100Hz": 8.523409000000033, "FS1_VolumeFlow_l_per_min_10Hz": 6.6136266666666685, "FS2_VolumeFlow_l_per_min_10Hz": 9.230449999999975, "TS1_Temperature_C_1Hz": 53.68951666666668, "TS2_Temperature_C_1Hz": 58.26535000000001, "TS3_Temperature_C_1Hz": 55.27401666666665, "TS4_Temperature_C_1Hz": 49.05331666666665, "P1_MotorPower_W_100Hz": 2402.22976666669, "VS1_Vibration_mm_per_s_1Hz": 0.662333333333333, "CE_CoolingEfficiency_percent_1Hz": 19.914200000000008, "CP_CoolingPower_kW_1Hz": 1.5483833333333334, "SE_EfficiencyFactor_percent_1Hz": 60.53421666666666, "cycle": 128, "timestamp": "2022-11-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.26307000000017, "PS2_Pressure_bar_100Hz": 106.58398566666666, "PS3_Pressure_bar_100Hz": 1.7304936666666548, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.581426666666616, "PS6_Pressure_bar_100Hz": 8.522683833333323, "FS1_VolumeFlow_l_per_min_10Hz": 6.611641666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.227068333333312, "TS1_Temperature_C_1Hz": 53.685933333333345, "TS2_Temperature_C_1Hz": 58.274733333333316, "TS3_Temperature_C_1Hz": 55.292933333333295, "TS4_Temperature_C_1Hz": 49.17134999999998, "P1_MotorPower_W_100Hz": 2405.6147000000215, "VS1_Vibration_mm_per_s_1Hz": 0.6535499999999999, "CE_CoolingEfficiency_percent_1Hz": 19.55645, "CP_CoolingPower_kW_1Hz": 1.5230000000000004, "SE_EfficiencyFactor_percent_1Hz": 60.60246666666668, "cycle": 129, "timestamp": "2022-11-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.09470666666627, "PS2_Pressure_bar_100Hz": 106.4071656666667, "PS3_Pressure_bar_100Hz": 1.7442360000000017, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.581302166666633, "PS6_Pressure_bar_100Hz": 8.523167166666655, "FS1_VolumeFlow_l_per_min_10Hz": 6.610358333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.230151666666652, "TS1_Temperature_C_1Hz": 53.70118333333333, "TS2_Temperature_C_1Hz": 58.27218333333334, "TS3_Temperature_C_1Hz": 55.30329999999997, "TS4_Temperature_C_1Hz": 49.15856666666665, "P1_MotorPower_W_100Hz": 2400.747433333341, "VS1_Vibration_mm_per_s_1Hz": 0.6564333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.600533333333335, "CP_CoolingPower_kW_1Hz": 1.5265166666666665, "SE_EfficiencyFactor_percent_1Hz": 60.591683333333336, "cycle": 130, "timestamp": "2022-11-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0939266666657, "PS2_Pressure_bar_100Hz": 106.39217050000016, "PS3_Pressure_bar_100Hz": 1.7526405000000096, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.5848423333333, "PS6_Pressure_bar_100Hz": 8.526596499999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.607325000000006, "FS2_VolumeFlow_l_per_min_10Hz": 9.233731666666655, "TS1_Temperature_C_1Hz": 53.73935000000002, "TS2_Temperature_C_1Hz": 58.29746666666664, "TS3_Temperature_C_1Hz": 55.30256666666664, "TS4_Temperature_C_1Hz": 49.18263333333334, "P1_MotorPower_W_100Hz": 2402.05433333337, "VS1_Vibration_mm_per_s_1Hz": 0.6573499999999998, "CE_CoolingEfficiency_percent_1Hz": 19.535666666666668, "CP_CoolingPower_kW_1Hz": 1.5217166666666664, "SE_EfficiencyFactor_percent_1Hz": 60.533116666666686, "cycle": 131, "timestamp": "2022-11-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.04400833333298, "PS2_Pressure_bar_100Hz": 106.3518079999999, "PS3_Pressure_bar_100Hz": 1.7547118333333256, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.583519333333317, "PS6_Pressure_bar_100Hz": 8.525494166666679, "FS1_VolumeFlow_l_per_min_10Hz": 6.596259999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.23123833333332, "TS1_Temperature_C_1Hz": 53.76801666666667, "TS2_Temperature_C_1Hz": 58.32036666666666, "TS3_Temperature_C_1Hz": 55.275799999999954, "TS4_Temperature_C_1Hz": 49.18601666666666, "P1_MotorPower_W_100Hz": 2401.4576000000243, "VS1_Vibration_mm_per_s_1Hz": 0.6696666666666665, "CE_CoolingEfficiency_percent_1Hz": 19.44136666666667, "CP_CoolingPower_kW_1Hz": 1.5158166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.28358333333331, "cycle": 132, "timestamp": "2022-11-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.02487999999914, "PS2_Pressure_bar_100Hz": 106.33295533333346, "PS3_Pressure_bar_100Hz": 1.7463063333333384, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.580516666666632, "PS6_Pressure_bar_100Hz": 8.522564333333376, "FS1_VolumeFlow_l_per_min_10Hz": 6.606728333333328, "FS2_VolumeFlow_l_per_min_10Hz": 9.229186666666655, "TS1_Temperature_C_1Hz": 53.77808333333333, "TS2_Temperature_C_1Hz": 58.33801666666666, "TS3_Temperature_C_1Hz": 55.29263333333331, "TS4_Temperature_C_1Hz": 49.17278333333332, "P1_MotorPower_W_100Hz": 2399.8345666666755, "VS1_Vibration_mm_per_s_1Hz": 0.6613166666666667, "CE_CoolingEfficiency_percent_1Hz": 19.553949999999993, "CP_CoolingPower_kW_1Hz": 1.5219666666666674, "SE_EfficiencyFactor_percent_1Hz": 60.539950000000005, "cycle": 133, "timestamp": "2022-11-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0235233333333, "PS2_Pressure_bar_100Hz": 106.32869099999998, "PS3_Pressure_bar_100Hz": 1.7427850000000007, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.579552499999915, "PS6_Pressure_bar_100Hz": 8.520649666666676, "FS1_VolumeFlow_l_per_min_10Hz": 6.612706666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.224218333333326, "TS1_Temperature_C_1Hz": 53.76690000000003, "TS2_Temperature_C_1Hz": 58.34473333333334, "TS3_Temperature_C_1Hz": 55.30321666666664, "TS4_Temperature_C_1Hz": 49.15271666666668, "P1_MotorPower_W_100Hz": 2400.6577666666976, "VS1_Vibration_mm_per_s_1Hz": 0.64555, "CE_CoolingEfficiency_percent_1Hz": 19.64643333333333, "CP_CoolingPower_kW_1Hz": 1.5285333333333335, "SE_EfficiencyFactor_percent_1Hz": 60.58546666666664, "cycle": 134, "timestamp": "2022-11-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.99109333333323, "PS2_Pressure_bar_100Hz": 106.33245399999991, "PS3_Pressure_bar_100Hz": 1.7341728333333286, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.58139899999999, "PS6_Pressure_bar_100Hz": 8.523014833333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.608695000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.229506666666651, "TS1_Temperature_C_1Hz": 53.76250000000002, "TS2_Temperature_C_1Hz": 58.34836666666667, "TS3_Temperature_C_1Hz": 55.31814999999999, "TS4_Temperature_C_1Hz": 49.170783333333354, "P1_MotorPower_W_100Hz": 2401.510400000059, "VS1_Vibration_mm_per_s_1Hz": 0.6470999999999999, "CE_CoolingEfficiency_percent_1Hz": 19.635766666666672, "CP_CoolingPower_kW_1Hz": 1.52875, "SE_EfficiencyFactor_percent_1Hz": 60.46128333333333, "cycle": 135, "timestamp": "2022-11-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.99034666666628, "PS2_Pressure_bar_100Hz": 106.30805133333332, "PS3_Pressure_bar_100Hz": 1.7357914999999926, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.58200766666667, "PS6_Pressure_bar_100Hz": 8.522669000000036, "FS1_VolumeFlow_l_per_min_10Hz": 6.603965, "FS2_VolumeFlow_l_per_min_10Hz": 9.230169999999992, "TS1_Temperature_C_1Hz": 53.77496666666668, "TS2_Temperature_C_1Hz": 58.356149999999985, "TS3_Temperature_C_1Hz": 55.30435, "TS4_Temperature_C_1Hz": 49.18463333333334, "P1_MotorPower_W_100Hz": 2402.138466666702, "VS1_Vibration_mm_per_s_1Hz": 0.6687999999999996, "CE_CoolingEfficiency_percent_1Hz": 19.560033333333333, "CP_CoolingPower_kW_1Hz": 1.522233333333334, "SE_EfficiencyFactor_percent_1Hz": 60.37373333333335, "cycle": 136, "timestamp": "2022-11-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.02330333333302, "PS2_Pressure_bar_100Hz": 106.30394299999983, "PS3_Pressure_bar_100Hz": 1.7425663333333292, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.580081499999949, "PS6_Pressure_bar_100Hz": 8.520537333333314, "FS1_VolumeFlow_l_per_min_10Hz": 6.609481666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.225911666666658, "TS1_Temperature_C_1Hz": 53.75725000000002, "TS2_Temperature_C_1Hz": 58.35624999999998, "TS3_Temperature_C_1Hz": 55.37804999999999, "TS4_Temperature_C_1Hz": 49.19086666666666, "P1_MotorPower_W_100Hz": 2402.485433333384, "VS1_Vibration_mm_per_s_1Hz": 0.6586666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.737466666666663, "CP_CoolingPower_kW_1Hz": 1.538233333333334, "SE_EfficiencyFactor_percent_1Hz": 60.4271, "cycle": 137, "timestamp": "2022-11-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9882399999997, "PS2_Pressure_bar_100Hz": 106.30738283333301, "PS3_Pressure_bar_100Hz": 1.741711166666662, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.578618166666628, "PS6_Pressure_bar_100Hz": 8.518329666666713, "FS1_VolumeFlow_l_per_min_10Hz": 6.600608333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.225178333333316, "TS1_Temperature_C_1Hz": 53.777483333333336, "TS2_Temperature_C_1Hz": 58.36306666666664, "TS3_Temperature_C_1Hz": 55.356916666666656, "TS4_Temperature_C_1Hz": 49.20063333333332, "P1_MotorPower_W_100Hz": 2401.5688333333333, "VS1_Vibration_mm_per_s_1Hz": 0.6552333333333332, "CE_CoolingEfficiency_percent_1Hz": 19.634216666666667, "CP_CoolingPower_kW_1Hz": 1.5306666666666666, "SE_EfficiencyFactor_percent_1Hz": 60.33999999999998, "cycle": 138, "timestamp": "2022-11-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.08223666666603, "PS2_Pressure_bar_100Hz": 106.39756166666682, "PS3_Pressure_bar_100Hz": 1.737304333333332, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.577245999999963, "PS6_Pressure_bar_100Hz": 8.51657283333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.6099466666666675, "FS2_VolumeFlow_l_per_min_10Hz": 9.222656666666657, "TS1_Temperature_C_1Hz": 53.810133333333326, "TS2_Temperature_C_1Hz": 58.38801666666667, "TS3_Temperature_C_1Hz": 55.341216666666654, "TS4_Temperature_C_1Hz": 49.198849999999986, "P1_MotorPower_W_100Hz": 2402.0354333333585, "VS1_Vibration_mm_per_s_1Hz": 0.6511333333333336, "CE_CoolingEfficiency_percent_1Hz": 19.595999999999997, "CP_CoolingPower_kW_1Hz": 1.5267666666666668, "SE_EfficiencyFactor_percent_1Hz": 60.543383333333324, "cycle": 139, "timestamp": "2022-11-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.09116833333294, "PS2_Pressure_bar_100Hz": 106.38631433333329, "PS3_Pressure_bar_100Hz": 1.7417153333333306, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.579930666666614, "PS6_Pressure_bar_100Hz": 8.519444499999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.599109999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.224479999999991, "TS1_Temperature_C_1Hz": 53.81613333333333, "TS2_Temperature_C_1Hz": 58.40448333333333, "TS3_Temperature_C_1Hz": 55.35464999999999, "TS4_Temperature_C_1Hz": 49.21645000000001, "P1_MotorPower_W_100Hz": 2403.1152666666826, "VS1_Vibration_mm_per_s_1Hz": 0.6557666666666664, "CE_CoolingEfficiency_percent_1Hz": 19.577333333333325, "CP_CoolingPower_kW_1Hz": 1.5279833333333335, "SE_EfficiencyFactor_percent_1Hz": 60.296749999999975, "cycle": 140, "timestamp": "2022-11-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0417399999992, "PS2_Pressure_bar_100Hz": 106.33535150000013, "PS3_Pressure_bar_100Hz": 1.7414036666666661, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.579330333333292, "PS6_Pressure_bar_100Hz": 8.519053833333361, "FS1_VolumeFlow_l_per_min_10Hz": 6.612645, "FS2_VolumeFlow_l_per_min_10Hz": 9.22466166666666, "TS1_Temperature_C_1Hz": 53.80203333333335, "TS2_Temperature_C_1Hz": 58.39278333333333, "TS3_Temperature_C_1Hz": 55.372533333333315, "TS4_Temperature_C_1Hz": 49.20326666666666, "P1_MotorPower_W_100Hz": 2402.8444333333414, "VS1_Vibration_mm_per_s_1Hz": 0.6471333333333337, "CE_CoolingEfficiency_percent_1Hz": 19.63206666666667, "CP_CoolingPower_kW_1Hz": 1.53235, "SE_EfficiencyFactor_percent_1Hz": 60.52923333333332, "cycle": 141, "timestamp": "2022-11-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0398383333328, "PS2_Pressure_bar_100Hz": 106.33560699999944, "PS3_Pressure_bar_100Hz": 1.736013666666672, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.577533333333303, "PS6_Pressure_bar_100Hz": 8.518494, "FS1_VolumeFlow_l_per_min_10Hz": 6.612318333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.226253333333323, "TS1_Temperature_C_1Hz": 53.84183333333333, "TS2_Temperature_C_1Hz": 58.39955, "TS3_Temperature_C_1Hz": 55.36003333333337, "TS4_Temperature_C_1Hz": 49.221333333333334, "P1_MotorPower_W_100Hz": 2403.624766666691, "VS1_Vibration_mm_per_s_1Hz": 0.6547666666666664, "CE_CoolingEfficiency_percent_1Hz": 19.54908333333333, "CP_CoolingPower_kW_1Hz": 1.5276166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.472033333333336, "cycle": 142, "timestamp": "2022-11-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0289583333324, "PS2_Pressure_bar_100Hz": 106.34176466666639, "PS3_Pressure_bar_100Hz": 1.7470448333333277, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.574849666666587, "PS6_Pressure_bar_100Hz": 8.515585500000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.595793333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.223741666666662, "TS1_Temperature_C_1Hz": 53.83061666666665, "TS2_Temperature_C_1Hz": 58.40989999999999, "TS3_Temperature_C_1Hz": 55.38276666666669, "TS4_Temperature_C_1Hz": 49.21411666666664, "P1_MotorPower_W_100Hz": 2401.3606666666956, "VS1_Vibration_mm_per_s_1Hz": 0.6643833333333331, "CE_CoolingEfficiency_percent_1Hz": 19.583533333333328, "CP_CoolingPower_kW_1Hz": 1.5329666666666668, "SE_EfficiencyFactor_percent_1Hz": 60.274583333333354, "cycle": 143, "timestamp": "2022-11-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0332199999994, "PS2_Pressure_bar_100Hz": 106.32531316666643, "PS3_Pressure_bar_100Hz": 1.7384296666666597, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.575820999999967, "PS6_Pressure_bar_100Hz": 8.51730133333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.608170000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.225221666666672, "TS1_Temperature_C_1Hz": 53.83755000000003, "TS2_Temperature_C_1Hz": 58.42594999999999, "TS3_Temperature_C_1Hz": 55.380799999999994, "TS4_Temperature_C_1Hz": 49.212650000000004, "P1_MotorPower_W_100Hz": 2401.0264333333553, "VS1_Vibration_mm_per_s_1Hz": 0.6655500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.59723333333333, "CP_CoolingPower_kW_1Hz": 1.5336666666666663, "SE_EfficiencyFactor_percent_1Hz": 60.45538333333334, "cycle": 144, "timestamp": "2022-11-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0848249999994, "PS2_Pressure_bar_100Hz": 106.38825833333335, "PS3_Pressure_bar_100Hz": 1.7206638333333324, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.57579199999998, "PS6_Pressure_bar_100Hz": 8.516387500000034, "FS1_VolumeFlow_l_per_min_10Hz": 6.606381666666661, "FS2_VolumeFlow_l_per_min_10Hz": 9.223244999999991, "TS1_Temperature_C_1Hz": 53.84193333333334, "TS2_Temperature_C_1Hz": 58.45013333333333, "TS3_Temperature_C_1Hz": 55.39018333333334, "TS4_Temperature_C_1Hz": 49.171716666666676, "P1_MotorPower_W_100Hz": 2402.8703333333674, "VS1_Vibration_mm_per_s_1Hz": 0.6550500000000002, "CE_CoolingEfficiency_percent_1Hz": 19.725649999999995, "CP_CoolingPower_kW_1Hz": 1.5426000000000002, "SE_EfficiencyFactor_percent_1Hz": 60.464883333333354, "cycle": 145, "timestamp": "2022-11-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9850866666664, "PS2_Pressure_bar_100Hz": 106.31291533333348, "PS3_Pressure_bar_100Hz": 1.737650666666661, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.573835999999945, "PS6_Pressure_bar_100Hz": 8.515760333333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.610555000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.21703333333333, "TS1_Temperature_C_1Hz": 53.85718333333336, "TS2_Temperature_C_1Hz": 58.46965, "TS3_Temperature_C_1Hz": 55.37346666666667, "TS4_Temperature_C_1Hz": 49.140333333333324, "P1_MotorPower_W_100Hz": 2400.6410000000005, "VS1_Vibration_mm_per_s_1Hz": 0.6627166666666668, "CE_CoolingEfficiency_percent_1Hz": 19.8071, "CP_CoolingPower_kW_1Hz": 1.5470833333333336, "SE_EfficiencyFactor_percent_1Hz": 60.54153333333333, "cycle": 146, "timestamp": "2022-11-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.98810166666635, "PS2_Pressure_bar_100Hz": 106.30928099999936, "PS3_Pressure_bar_100Hz": 1.7376468333333306, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.573042166666601, "PS6_Pressure_bar_100Hz": 8.515313166666676, "FS1_VolumeFlow_l_per_min_10Hz": 6.602348333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.222446666666661, "TS1_Temperature_C_1Hz": 53.833283333333355, "TS2_Temperature_C_1Hz": 58.46085, "TS3_Temperature_C_1Hz": 55.37630000000002, "TS4_Temperature_C_1Hz": 49.224166666666676, "P1_MotorPower_W_100Hz": 2399.5395000000253, "VS1_Vibration_mm_per_s_1Hz": 0.6694166666666664, "CE_CoolingEfficiency_percent_1Hz": 19.55993333333333, "CP_CoolingPower_kW_1Hz": 1.528883333333333, "SE_EfficiencyFactor_percent_1Hz": 60.406083333333314, "cycle": 147, "timestamp": "2022-11-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.98807499999975, "PS2_Pressure_bar_100Hz": 106.3031499999998, "PS3_Pressure_bar_100Hz": 1.747516499999998, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.570708833333331, "PS6_Pressure_bar_100Hz": 8.51236050000001, "FS1_VolumeFlow_l_per_min_10Hz": 6.597525000000009, "FS2_VolumeFlow_l_per_min_10Hz": 9.218721666666655, "TS1_Temperature_C_1Hz": 53.847350000000006, "TS2_Temperature_C_1Hz": 58.451016666666675, "TS3_Temperature_C_1Hz": 55.45878333333334, "TS4_Temperature_C_1Hz": 49.24670000000001, "P1_MotorPower_W_100Hz": 2399.447066666738, "VS1_Vibration_mm_per_s_1Hz": 0.6645166666666669, "CE_CoolingEfficiency_percent_1Hz": 19.734333333333332, "CP_CoolingPower_kW_1Hz": 1.5414833333333335, "SE_EfficiencyFactor_percent_1Hz": 60.327916666666646, "cycle": 148, "timestamp": "2022-11-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.94504999999882, "PS2_Pressure_bar_100Hz": 106.27060583333338, "PS3_Pressure_bar_100Hz": 1.7425823333333235, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.571285499999957, "PS6_Pressure_bar_100Hz": 8.512693500000012, "FS1_VolumeFlow_l_per_min_10Hz": 6.596793333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.220019999999993, "TS1_Temperature_C_1Hz": 53.89085, "TS2_Temperature_C_1Hz": 58.46593333333333, "TS3_Temperature_C_1Hz": 55.44851666666669, "TS4_Temperature_C_1Hz": 49.27191666666668, "P1_MotorPower_W_100Hz": 2398.222666666661, "VS1_Vibration_mm_per_s_1Hz": 0.6595999999999997, "CE_CoolingEfficiency_percent_1Hz": 19.636716666666665, "CP_CoolingPower_kW_1Hz": 1.5339500000000004, "SE_EfficiencyFactor_percent_1Hz": 60.33411666666667, "cycle": 149, "timestamp": "2022-11-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9649583333336, "PS2_Pressure_bar_100Hz": 106.28496999999983, "PS3_Pressure_bar_100Hz": 1.7335903333333345, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.573981666666613, "PS6_Pressure_bar_100Hz": 8.514320666666684, "FS1_VolumeFlow_l_per_min_10Hz": 6.601969999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.218054999999987, "TS1_Temperature_C_1Hz": 53.908733333333345, "TS2_Temperature_C_1Hz": 58.47344999999999, "TS3_Temperature_C_1Hz": 55.458, "TS4_Temperature_C_1Hz": 49.23003333333331, "P1_MotorPower_W_100Hz": 2398.9323000000168, "VS1_Vibration_mm_per_s_1Hz": 0.6533333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.78381666666667, "CP_CoolingPower_kW_1Hz": 1.5473500000000002, "SE_EfficiencyFactor_percent_1Hz": 60.41671666666666, "cycle": 150, "timestamp": "2022-11-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.98527999999916, "PS2_Pressure_bar_100Hz": 106.29758733333301, "PS3_Pressure_bar_100Hz": 1.7298618333333273, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.572757833333243, "PS6_Pressure_bar_100Hz": 8.512583666666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.601766666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.21964999999999, "TS1_Temperature_C_1Hz": 53.86059999999999, "TS2_Temperature_C_1Hz": 58.46175, "TS3_Temperature_C_1Hz": 55.475183333333334, "TS4_Temperature_C_1Hz": 49.260600000000004, "P1_MotorPower_W_100Hz": 2400.4824666666877, "VS1_Vibration_mm_per_s_1Hz": 0.6743833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.742733333333327, "CP_CoolingPower_kW_1Hz": 1.5439333333333332, "SE_EfficiencyFactor_percent_1Hz": 60.33418333333332, "cycle": 151, "timestamp": "2022-11-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9816799999998, "PS2_Pressure_bar_100Hz": 106.29964133333299, "PS3_Pressure_bar_100Hz": 1.7430038333333255, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.571901666666637, "PS6_Pressure_bar_100Hz": 8.511444166666701, "FS1_VolumeFlow_l_per_min_10Hz": 6.603446666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.216971666666657, "TS1_Temperature_C_1Hz": 53.85123333333335, "TS2_Temperature_C_1Hz": 58.45413333333334, "TS3_Temperature_C_1Hz": 55.47365000000003, "TS4_Temperature_C_1Hz": 49.29876666666668, "P1_MotorPower_W_100Hz": 2398.537666666695, "VS1_Vibration_mm_per_s_1Hz": 0.6535499999999997, "CE_CoolingEfficiency_percent_1Hz": 19.627533333333336, "CP_CoolingPower_kW_1Hz": 1.5347500000000005, "SE_EfficiencyFactor_percent_1Hz": 60.43008333333334, "cycle": 152, "timestamp": "2022-11-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.98024833333287, "PS2_Pressure_bar_100Hz": 106.29060066666652, "PS3_Pressure_bar_100Hz": 1.7406159999999933, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.572287999999942, "PS6_Pressure_bar_100Hz": 8.512368833333364, "FS1_VolumeFlow_l_per_min_10Hz": 6.606501666666662, "FS2_VolumeFlow_l_per_min_10Hz": 9.21847833333333, "TS1_Temperature_C_1Hz": 53.87505000000001, "TS2_Temperature_C_1Hz": 58.46964999999999, "TS3_Temperature_C_1Hz": 55.46318333333332, "TS4_Temperature_C_1Hz": 49.23800000000001, "P1_MotorPower_W_100Hz": 2399.5790000000216, "VS1_Vibration_mm_per_s_1Hz": 0.6673833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.79355, "CP_CoolingPower_kW_1Hz": 1.5468500000000007, "SE_EfficiencyFactor_percent_1Hz": 60.482283333333356, "cycle": 153, "timestamp": "2022-11-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.96952333333297, "PS2_Pressure_bar_100Hz": 106.29637116666665, "PS3_Pressure_bar_100Hz": 1.7396813333333396, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.571741999999947, "PS6_Pressure_bar_100Hz": 8.512191666666702, "FS1_VolumeFlow_l_per_min_10Hz": 6.6057216666666605, "FS2_VolumeFlow_l_per_min_10Hz": 9.215604999999988, "TS1_Temperature_C_1Hz": 53.86890000000002, "TS2_Temperature_C_1Hz": 58.46713333333334, "TS3_Temperature_C_1Hz": 55.48406666666668, "TS4_Temperature_C_1Hz": 49.245250000000006, "P1_MotorPower_W_100Hz": 2399.4878333333772, "VS1_Vibration_mm_per_s_1Hz": 0.6544999999999997, "CE_CoolingEfficiency_percent_1Hz": 19.81839999999999, "CP_CoolingPower_kW_1Hz": 1.5501, "SE_EfficiencyFactor_percent_1Hz": 60.47591666666667, "cycle": 154, "timestamp": "2022-12-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.96180166666647, "PS2_Pressure_bar_100Hz": 106.27143699999978, "PS3_Pressure_bar_100Hz": 1.7282928333333318, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.566863666666666, "PS6_Pressure_bar_100Hz": 8.507123499999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.602164999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.214496666666662, "TS1_Temperature_C_1Hz": 53.865749999999984, "TS2_Temperature_C_1Hz": 58.474483333333325, "TS3_Temperature_C_1Hz": 55.49728333333335, "TS4_Temperature_C_1Hz": 49.27630000000002, "P1_MotorPower_W_100Hz": 2399.853666666705, "VS1_Vibration_mm_per_s_1Hz": 0.6579666666666665, "CE_CoolingEfficiency_percent_1Hz": 19.698116666666674, "CP_CoolingPower_kW_1Hz": 1.5447333333333337, "SE_EfficiencyFactor_percent_1Hz": 60.415083333333335, "cycle": 155, "timestamp": "2022-12-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.95256999999967, "PS2_Pressure_bar_100Hz": 106.27515800000003, "PS3_Pressure_bar_100Hz": 1.725325833333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.569051999999957, "PS6_Pressure_bar_100Hz": 8.509051833333348, "FS1_VolumeFlow_l_per_min_10Hz": 6.602884999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.217056666666654, "TS1_Temperature_C_1Hz": 53.8961, "TS2_Temperature_C_1Hz": 58.498649999999984, "TS3_Temperature_C_1Hz": 55.49435000000001, "TS4_Temperature_C_1Hz": 49.32183333333333, "P1_MotorPower_W_100Hz": 2401.126266666703, "VS1_Vibration_mm_per_s_1Hz": 0.6593, "CE_CoolingEfficiency_percent_1Hz": 19.56365, "CP_CoolingPower_kW_1Hz": 1.5334333333333339, "SE_EfficiencyFactor_percent_1Hz": 60.38635000000001, "cycle": 156, "timestamp": "2022-12-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.96857333333264, "PS2_Pressure_bar_100Hz": 106.28916166666721, "PS3_Pressure_bar_100Hz": 1.7298700000000005, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.57085583333329, "PS6_Pressure_bar_100Hz": 8.509281333333316, "FS1_VolumeFlow_l_per_min_10Hz": 6.604224999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.218301666666656, "TS1_Temperature_C_1Hz": 53.926449999999996, "TS2_Temperature_C_1Hz": 58.5126, "TS3_Temperature_C_1Hz": 55.4714, "TS4_Temperature_C_1Hz": 49.23226666666665, "P1_MotorPower_W_100Hz": 2401.221900000032, "VS1_Vibration_mm_per_s_1Hz": 0.6678000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.78561666666667, "CP_CoolingPower_kW_1Hz": 1.549300000000001, "SE_EfficiencyFactor_percent_1Hz": 60.42165000000002, "cycle": 157, "timestamp": "2022-12-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.96773166666614, "PS2_Pressure_bar_100Hz": 106.28401616666693, "PS3_Pressure_bar_100Hz": 1.7286756666666594, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.567543999999975, "PS6_Pressure_bar_100Hz": 8.506763333333323, "FS1_VolumeFlow_l_per_min_10Hz": 6.597211666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.214934999999988, "TS1_Temperature_C_1Hz": 53.88326666666664, "TS2_Temperature_C_1Hz": 58.50154999999999, "TS3_Temperature_C_1Hz": 55.48048333333337, "TS4_Temperature_C_1Hz": 49.262450000000015, "P1_MotorPower_W_100Hz": 2399.6674000000103, "VS1_Vibration_mm_per_s_1Hz": 0.6549666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.747133333333334, "CP_CoolingPower_kW_1Hz": 1.545733333333334, "SE_EfficiencyFactor_percent_1Hz": 60.34645000000002, "cycle": 158, "timestamp": "2022-12-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9561899999995, "PS2_Pressure_bar_100Hz": 106.27179333333306, "PS3_Pressure_bar_100Hz": 1.7369583333333316, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.565381166666622, "PS6_Pressure_bar_100Hz": 8.504765666666653, "FS1_VolumeFlow_l_per_min_10Hz": 6.596274999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.214731666666648, "TS1_Temperature_C_1Hz": 53.892500000000005, "TS2_Temperature_C_1Hz": 58.50943333333332, "TS3_Temperature_C_1Hz": 55.513216666666686, "TS4_Temperature_C_1Hz": 49.26076666666667, "P1_MotorPower_W_100Hz": 2399.9893666666926, "VS1_Vibration_mm_per_s_1Hz": 0.64985, "CE_CoolingEfficiency_percent_1Hz": 19.828000000000007, "CP_CoolingPower_kW_1Hz": 1.5534833333333335, "SE_EfficiencyFactor_percent_1Hz": 60.278850000000006, "cycle": 159, "timestamp": "2022-12-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.93297666666584, "PS2_Pressure_bar_100Hz": 106.27802899999963, "PS3_Pressure_bar_100Hz": 1.7371608333333353, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.56793349999996, "PS6_Pressure_bar_100Hz": 8.507611000000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.601818333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.217596666666665, "TS1_Temperature_C_1Hz": 53.93346666666667, "TS2_Temperature_C_1Hz": 58.540333333333336, "TS3_Temperature_C_1Hz": 55.47963333333335, "TS4_Temperature_C_1Hz": 49.24953333333335, "P1_MotorPower_W_100Hz": 2401.195500000042, "VS1_Vibration_mm_per_s_1Hz": 0.6611499999999999, "CE_CoolingEfficiency_percent_1Hz": 19.752750000000002, "CP_CoolingPower_kW_1Hz": 1.5479333333333338, "SE_EfficiencyFactor_percent_1Hz": 60.3564, "cycle": 160, "timestamp": "2022-12-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.95113666666657, "PS2_Pressure_bar_100Hz": 106.25963616666631, "PS3_Pressure_bar_100Hz": 1.7385830000000067, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.564248000000001, "PS6_Pressure_bar_100Hz": 8.504033999999978, "FS1_VolumeFlow_l_per_min_10Hz": 6.613406666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.214733333333323, "TS1_Temperature_C_1Hz": 53.89883333333333, "TS2_Temperature_C_1Hz": 58.525650000000006, "TS3_Temperature_C_1Hz": 55.52921666666666, "TS4_Temperature_C_1Hz": 49.299633333333325, "P1_MotorPower_W_100Hz": 2400.569666666706, "VS1_Vibration_mm_per_s_1Hz": 0.6568333333333333, "CE_CoolingEfficiency_percent_1Hz": 19.713416666666664, "CP_CoolingPower_kW_1Hz": 1.5453833333333336, "SE_EfficiencyFactor_percent_1Hz": 60.585849999999986, "cycle": 161, "timestamp": "2022-12-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0490899999996, "PS2_Pressure_bar_100Hz": 106.356850333333, "PS3_Pressure_bar_100Hz": 1.7392553333333327, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.56345066666663, "PS6_Pressure_bar_100Hz": 8.503529000000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.590478333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.216721666666647, "TS1_Temperature_C_1Hz": 53.95975000000001, "TS2_Temperature_C_1Hz": 58.55078333333335, "TS3_Temperature_C_1Hz": 55.50276666666666, "TS4_Temperature_C_1Hz": 49.246350000000014, "P1_MotorPower_W_100Hz": 2401.157600000026, "VS1_Vibration_mm_per_s_1Hz": 0.6534833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.8477, "CP_CoolingPower_kW_1Hz": 1.5534833333333338, "SE_EfficiencyFactor_percent_1Hz": 60.232, "cycle": 162, "timestamp": "2022-12-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.04222999999968, "PS2_Pressure_bar_100Hz": 106.35422333333379, "PS3_Pressure_bar_100Hz": 1.7405376666666679, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.562009833333322, "PS6_Pressure_bar_100Hz": 8.502965999999967, "FS1_VolumeFlow_l_per_min_10Hz": 6.6009400000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.213751666666656, "TS1_Temperature_C_1Hz": 53.94456666666668, "TS2_Temperature_C_1Hz": 58.56541666666666, "TS3_Temperature_C_1Hz": 55.49383333333334, "TS4_Temperature_C_1Hz": 49.22298333333334, "P1_MotorPower_W_100Hz": 2401.2022666667144, "VS1_Vibration_mm_per_s_1Hz": 0.65595, "CE_CoolingEfficiency_percent_1Hz": 19.911650000000005, "CP_CoolingPower_kW_1Hz": 1.5580000000000003, "SE_EfficiencyFactor_percent_1Hz": 60.421933333333335, "cycle": 163, "timestamp": "2022-12-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0060366666657, "PS2_Pressure_bar_100Hz": 106.31966783333363, "PS3_Pressure_bar_100Hz": 1.7379096666666662, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.561905833333299, "PS6_Pressure_bar_100Hz": 8.502705833333286, "FS1_VolumeFlow_l_per_min_10Hz": 6.609053333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.215743333333323, "TS1_Temperature_C_1Hz": 53.90225, "TS2_Temperature_C_1Hz": 58.55529999999999, "TS3_Temperature_C_1Hz": 55.537883333333305, "TS4_Temperature_C_1Hz": 49.214249999999986, "P1_MotorPower_W_100Hz": 2400.298300000055, "VS1_Vibration_mm_per_s_1Hz": 0.6705666666666663, "CE_CoolingEfficiency_percent_1Hz": 20.064766666666667, "CP_CoolingPower_kW_1Hz": 1.5723333333333336, "SE_EfficiencyFactor_percent_1Hz": 60.55163333333336, "cycle": 164, "timestamp": "2022-12-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.09476666666555, "PS2_Pressure_bar_100Hz": 106.41163300000046, "PS3_Pressure_bar_100Hz": 1.7326494999999884, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.562488499999954, "PS6_Pressure_bar_100Hz": 8.502761833333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.604816666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.215276666666657, "TS1_Temperature_C_1Hz": 53.96511666666667, "TS2_Temperature_C_1Hz": 58.58055, "TS3_Temperature_C_1Hz": 55.50466666666667, "TS4_Temperature_C_1Hz": 49.24146666666668, "P1_MotorPower_W_100Hz": 2400.3917333333648, "VS1_Vibration_mm_per_s_1Hz": 0.6568333333333333, "CE_CoolingEfficiency_percent_1Hz": 19.890283333333336, "CP_CoolingPower_kW_1Hz": 1.5563833333333335, "SE_EfficiencyFactor_percent_1Hz": 60.56946666666668, "cycle": 165, "timestamp": "2022-12-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.08778333333277, "PS2_Pressure_bar_100Hz": 106.38863033333314, "PS3_Pressure_bar_100Hz": 1.7391414999999977, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.562249499999984, "PS6_Pressure_bar_100Hz": 8.500955666666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.585630000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.211975000000002, "TS1_Temperature_C_1Hz": 53.95433333333333, "TS2_Temperature_C_1Hz": 58.5974, "TS3_Temperature_C_1Hz": 55.547666666666665, "TS4_Temperature_C_1Hz": 49.25635000000002, "P1_MotorPower_W_100Hz": 2400.853400000047, "VS1_Vibration_mm_per_s_1Hz": 0.6779999999999998, "CE_CoolingEfficiency_percent_1Hz": 19.94881666666667, "CP_CoolingPower_kW_1Hz": 1.5609999999999997, "SE_EfficiencyFactor_percent_1Hz": 60.20256666666669, "cycle": 166, "timestamp": "2022-12-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.06718666666595, "PS2_Pressure_bar_100Hz": 106.35793716666656, "PS3_Pressure_bar_100Hz": 1.744537666666671, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.559751666666605, "PS6_Pressure_bar_100Hz": 8.49936033333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.591749999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.214338333333325, "TS1_Temperature_C_1Hz": 53.94931666666667, "TS2_Temperature_C_1Hz": 58.58446666666667, "TS3_Temperature_C_1Hz": 55.56583333333332, "TS4_Temperature_C_1Hz": 49.370349999999995, "P1_MotorPower_W_100Hz": 2400.7804000000506, "VS1_Vibration_mm_per_s_1Hz": 0.6681166666666667, "CE_CoolingEfficiency_percent_1Hz": 19.614533333333334, "CP_CoolingPower_kW_1Hz": 1.5372666666666672, "SE_EfficiencyFactor_percent_1Hz": 60.32485000000002, "cycle": 167, "timestamp": "2022-12-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.02250666666615, "PS2_Pressure_bar_100Hz": 106.30781016666641, "PS3_Pressure_bar_100Hz": 1.7408374999999985, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.559976166666639, "PS6_Pressure_bar_100Hz": 8.499182166666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.606256666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.210878333333339, "TS1_Temperature_C_1Hz": 53.991516666666676, "TS2_Temperature_C_1Hz": 58.58243333333334, "TS3_Temperature_C_1Hz": 55.53591666666669, "TS4_Temperature_C_1Hz": 49.24976666666666, "P1_MotorPower_W_100Hz": 2398.259333333348, "VS1_Vibration_mm_per_s_1Hz": 0.6633833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.92631666666666, "CP_CoolingPower_kW_1Hz": 1.56055, "SE_EfficiencyFactor_percent_1Hz": 60.607016666666645, "cycle": 168, "timestamp": "2022-12-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.1011999999995, "PS2_Pressure_bar_100Hz": 106.42310500000004, "PS3_Pressure_bar_100Hz": 1.741521833333342, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.559875500000011, "PS6_Pressure_bar_100Hz": 8.499208333333248, "FS1_VolumeFlow_l_per_min_10Hz": 6.602191666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.211643333333322, "TS1_Temperature_C_1Hz": 53.98059999999998, "TS2_Temperature_C_1Hz": 58.5973, "TS3_Temperature_C_1Hz": 55.572333333333354, "TS4_Temperature_C_1Hz": 49.26250000000001, "P1_MotorPower_W_100Hz": 2400.199766666716, "VS1_Vibration_mm_per_s_1Hz": 0.6836833333333333, "CE_CoolingEfficiency_percent_1Hz": 20.00326666666667, "CP_CoolingPower_kW_1Hz": 1.5661833333333335, "SE_EfficiencyFactor_percent_1Hz": 60.52685000000003, "cycle": 169, "timestamp": "2022-12-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0983233333327, "PS2_Pressure_bar_100Hz": 106.40537533333331, "PS3_Pressure_bar_100Hz": 1.739793333333329, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.558845166666668, "PS6_Pressure_bar_100Hz": 8.49858999999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.589160000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.214618333333325, "TS1_Temperature_C_1Hz": 54.007183333333344, "TS2_Temperature_C_1Hz": 58.59643333333334, "TS3_Temperature_C_1Hz": 55.58733333333337, "TS4_Temperature_C_1Hz": 49.32650000000001, "P1_MotorPower_W_100Hz": 2400.453833333361, "VS1_Vibration_mm_per_s_1Hz": 0.658483333333333, "CE_CoolingEfficiency_percent_1Hz": 19.877799999999997, "CP_CoolingPower_kW_1Hz": 1.5556833333333338, "SE_EfficiencyFactor_percent_1Hz": 60.28086666666664, "cycle": 170, "timestamp": "2022-12-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.12004166666574, "PS2_Pressure_bar_100Hz": 106.40996816666654, "PS3_Pressure_bar_100Hz": 1.7410641666666622, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.559046499999988, "PS6_Pressure_bar_100Hz": 8.500557999999971, "FS1_VolumeFlow_l_per_min_10Hz": 6.5853200000000065, "FS2_VolumeFlow_l_per_min_10Hz": 9.21461499999999, "TS1_Temperature_C_1Hz": 54.03145000000002, "TS2_Temperature_C_1Hz": 58.61063333333333, "TS3_Temperature_C_1Hz": 55.563166666666696, "TS4_Temperature_C_1Hz": 49.29611666666666, "P1_MotorPower_W_100Hz": 2400.6018000000017, "VS1_Vibration_mm_per_s_1Hz": 0.6696000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.907849999999993, "CP_CoolingPower_kW_1Hz": 1.554716666666667, "SE_EfficiencyFactor_percent_1Hz": 60.24376666666668, "cycle": 171, "timestamp": "2022-12-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.17695000000052, "PS2_Pressure_bar_100Hz": 106.49544616666692, "PS3_Pressure_bar_100Hz": 1.7454363333333383, "PS4_Pressure_bar_100Hz": 0.0011955, "PS5_Pressure_bar_100Hz": 8.55884666666665, "PS6_Pressure_bar_100Hz": 8.500358333333267, "FS1_VolumeFlow_l_per_min_10Hz": 6.60207, "FS2_VolumeFlow_l_per_min_10Hz": 9.214833333333322, "TS1_Temperature_C_1Hz": 54.025100000000016, "TS2_Temperature_C_1Hz": 58.62735, "TS3_Temperature_C_1Hz": 55.58225, "TS4_Temperature_C_1Hz": 49.29368333333332, "P1_MotorPower_W_100Hz": 2401.513933333314, "VS1_Vibration_mm_per_s_1Hz": 0.6619666666666665, "CE_CoolingEfficiency_percent_1Hz": 19.9682, "CP_CoolingPower_kW_1Hz": 1.5615500000000002, "SE_EfficiencyFactor_percent_1Hz": 60.501483333333354, "cycle": 172, "timestamp": "2022-12-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.10570166666665, "PS2_Pressure_bar_100Hz": 106.40784599999998, "PS3_Pressure_bar_100Hz": 1.7304963333333265, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.557373166666665, "PS6_Pressure_bar_100Hz": 8.498201666666574, "FS1_VolumeFlow_l_per_min_10Hz": 6.605106666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.212981666666666, "TS1_Temperature_C_1Hz": 54.04555, "TS2_Temperature_C_1Hz": 58.64301666666668, "TS3_Temperature_C_1Hz": 55.57443333333334, "TS4_Temperature_C_1Hz": 49.31923333333334, "P1_MotorPower_W_100Hz": 2400.176866666725, "VS1_Vibration_mm_per_s_1Hz": 0.6638499999999997, "CE_CoolingEfficiency_percent_1Hz": 19.86403333333334, "CP_CoolingPower_kW_1Hz": 1.5525666666666667, "SE_EfficiencyFactor_percent_1Hz": 60.523266666666686, "cycle": 173, "timestamp": "2022-12-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0519399999991, "PS2_Pressure_bar_100Hz": 106.37039266666659, "PS3_Pressure_bar_100Hz": 1.729683333333323, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.556247999999997, "PS6_Pressure_bar_100Hz": 8.496021499999951, "FS1_VolumeFlow_l_per_min_10Hz": 6.591226666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.209916666666656, "TS1_Temperature_C_1Hz": 54.04568333333332, "TS2_Temperature_C_1Hz": 58.64755000000001, "TS3_Temperature_C_1Hz": 55.61584999999996, "TS4_Temperature_C_1Hz": 49.35978333333332, "P1_MotorPower_W_100Hz": 2400.6163000000183, "VS1_Vibration_mm_per_s_1Hz": 0.671433333333333, "CE_CoolingEfficiency_percent_1Hz": 19.8441, "CP_CoolingPower_kW_1Hz": 1.552383333333333, "SE_EfficiencyFactor_percent_1Hz": 60.28441666666671, "cycle": 174, "timestamp": "2022-12-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.01460333333284, "PS2_Pressure_bar_100Hz": 106.30847399999972, "PS3_Pressure_bar_100Hz": 1.7375870000000004, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.55594866666666, "PS6_Pressure_bar_100Hz": 8.49600083333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.605541666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.210393333333343, "TS1_Temperature_C_1Hz": 54.045033333333336, "TS2_Temperature_C_1Hz": 58.655933333333316, "TS3_Temperature_C_1Hz": 55.60573333333332, "TS4_Temperature_C_1Hz": 49.41318333333332, "P1_MotorPower_W_100Hz": 2398.896600000028, "VS1_Vibration_mm_per_s_1Hz": 0.6622666666666664, "CE_CoolingEfficiency_percent_1Hz": 19.6416, "CP_CoolingPower_kW_1Hz": 1.5360000000000003, "SE_EfficiencyFactor_percent_1Hz": 60.552766666666685, "cycle": 175, "timestamp": "2022-12-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.09418166666606, "PS2_Pressure_bar_100Hz": 106.39758900000008, "PS3_Pressure_bar_100Hz": 1.7386808333333266, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.551969333333332, "PS6_Pressure_bar_100Hz": 8.491392166666616, "FS1_VolumeFlow_l_per_min_10Hz": 6.60815166666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.206434999999988, "TS1_Temperature_C_1Hz": 54.033450000000016, "TS2_Temperature_C_1Hz": 58.65723333333336, "TS3_Temperature_C_1Hz": 55.64516666666665, "TS4_Temperature_C_1Hz": 49.35281666666664, "P1_MotorPower_W_100Hz": 2398.382066666665, "VS1_Vibration_mm_per_s_1Hz": 0.6565166666666665, "CE_CoolingEfficiency_percent_1Hz": 19.932266666666656, "CP_CoolingPower_kW_1Hz": 1.5607333333333326, "SE_EfficiencyFactor_percent_1Hz": 60.63468333333331, "cycle": 176, "timestamp": "2022-12-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0622966666659, "PS2_Pressure_bar_100Hz": 106.37012866666674, "PS3_Pressure_bar_100Hz": 1.725429499999987, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.553301166666678, "PS6_Pressure_bar_100Hz": 8.491924166666593, "FS1_VolumeFlow_l_per_min_10Hz": 6.589554999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.206386666666653, "TS1_Temperature_C_1Hz": 54.0407666666667, "TS2_Temperature_C_1Hz": 58.677749999999996, "TS3_Temperature_C_1Hz": 55.640450000000016, "TS4_Temperature_C_1Hz": 49.42215, "P1_MotorPower_W_100Hz": 2398.6621666667, "VS1_Vibration_mm_per_s_1Hz": 0.6675833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.701050000000002, "CP_CoolingPower_kW_1Hz": 1.5411666666666675, "SE_EfficiencyFactor_percent_1Hz": 60.27151666666667, "cycle": 177, "timestamp": "2022-12-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.16498499999966, "PS2_Pressure_bar_100Hz": 106.45660616666693, "PS3_Pressure_bar_100Hz": 1.7308136666666543, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.553298333333327, "PS6_Pressure_bar_100Hz": 8.492687666666601, "FS1_VolumeFlow_l_per_min_10Hz": 6.602854999999991, "FS2_VolumeFlow_l_per_min_10Hz": 9.208951666666657, "TS1_Temperature_C_1Hz": 54.053716666666695, "TS2_Temperature_C_1Hz": 58.680466666666646, "TS3_Temperature_C_1Hz": 55.596866666666656, "TS4_Temperature_C_1Hz": 49.42081666666665, "P1_MotorPower_W_100Hz": 2401.5426666666904, "VS1_Vibration_mm_per_s_1Hz": 0.6703666666666664, "CE_CoolingEfficiency_percent_1Hz": 19.60643333333333, "CP_CoolingPower_kW_1Hz": 1.531483333333334, "SE_EfficiencyFactor_percent_1Hz": 60.49563333333334, "cycle": 178, "timestamp": "2022-12-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.05470666666605, "PS2_Pressure_bar_100Hz": 106.3515418333336, "PS3_Pressure_bar_100Hz": 1.7384806666666666, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.554270166666683, "PS6_Pressure_bar_100Hz": 8.494084166666617, "FS1_VolumeFlow_l_per_min_10Hz": 6.604330000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.207981666666656, "TS1_Temperature_C_1Hz": 54.076116666666664, "TS2_Temperature_C_1Hz": 58.69068333333333, "TS3_Temperature_C_1Hz": 55.633816666666654, "TS4_Temperature_C_1Hz": 49.40788333333331, "P1_MotorPower_W_100Hz": 2402.0494666667114, "VS1_Vibration_mm_per_s_1Hz": 0.6678333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.73845, "CP_CoolingPower_kW_1Hz": 1.5437166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.43256666666665, "cycle": 179, "timestamp": "2022-12-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.03754666666535, "PS2_Pressure_bar_100Hz": 106.34681700000031, "PS3_Pressure_bar_100Hz": 1.7358198333333288, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.55067566666666, "PS6_Pressure_bar_100Hz": 8.490971666666601, "FS1_VolumeFlow_l_per_min_10Hz": 6.613111666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.205151666666652, "TS1_Temperature_C_1Hz": 54.07300000000002, "TS2_Temperature_C_1Hz": 58.70301666666666, "TS3_Temperature_C_1Hz": 55.661883333333336, "TS4_Temperature_C_1Hz": 49.38138333333334, "P1_MotorPower_W_100Hz": 2397.0057666667003, "VS1_Vibration_mm_per_s_1Hz": 0.6668166666666665, "CE_CoolingEfficiency_percent_1Hz": 19.902883333333325, "CP_CoolingPower_kW_1Hz": 1.5577666666666672, "SE_EfficiencyFactor_percent_1Hz": 60.73705, "cycle": 180, "timestamp": "2022-12-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.05351666666613, "PS2_Pressure_bar_100Hz": 106.37142366666677, "PS3_Pressure_bar_100Hz": 1.735373833333319, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.55096049999997, "PS6_Pressure_bar_100Hz": 8.490686166666592, "FS1_VolumeFlow_l_per_min_10Hz": 6.5914133333333265, "FS2_VolumeFlow_l_per_min_10Hz": 9.201846666666658, "TS1_Temperature_C_1Hz": 54.10431666666668, "TS2_Temperature_C_1Hz": 58.72129999999998, "TS3_Temperature_C_1Hz": 55.605216666666664, "TS4_Temperature_C_1Hz": 49.35244999999999, "P1_MotorPower_W_100Hz": 2394.5920666666802, "VS1_Vibration_mm_per_s_1Hz": 0.6759333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.87395, "CP_CoolingPower_kW_1Hz": 1.5494999999999994, "SE_EfficiencyFactor_percent_1Hz": 60.421466666666674, "cycle": 181, "timestamp": "2022-12-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.1474366666661, "PS2_Pressure_bar_100Hz": 106.44445699999991, "PS3_Pressure_bar_100Hz": 1.7414554999999974, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.546344499999991, "PS6_Pressure_bar_100Hz": 8.485650499999904, "FS1_VolumeFlow_l_per_min_10Hz": 6.600485000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.19057833333333, "TS1_Temperature_C_1Hz": 54.11395000000001, "TS2_Temperature_C_1Hz": 58.74049999999999, "TS3_Temperature_C_1Hz": 55.66314999999999, "TS4_Temperature_C_1Hz": 49.42499999999999, "P1_MotorPower_W_100Hz": 2394.8637333333922, "VS1_Vibration_mm_per_s_1Hz": 0.6662999999999999, "CE_CoolingEfficiency_percent_1Hz": 19.841516666666667, "CP_CoolingPower_kW_1Hz": 1.5443166666666674, "SE_EfficiencyFactor_percent_1Hz": 60.63205000000001, "cycle": 182, "timestamp": "2022-12-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.07725833333242, "PS2_Pressure_bar_100Hz": 106.36666133333314, "PS3_Pressure_bar_100Hz": 1.7426821666666614, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.546519500000016, "PS6_Pressure_bar_100Hz": 8.48554699999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.603013333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.192006666666666, "TS1_Temperature_C_1Hz": 54.104716666666675, "TS2_Temperature_C_1Hz": 58.744533333333344, "TS3_Temperature_C_1Hz": 55.67008333333333, "TS4_Temperature_C_1Hz": 49.43971666666666, "P1_MotorPower_W_100Hz": 2392.951833333361, "VS1_Vibration_mm_per_s_1Hz": 0.6650833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.810033333333333, "CP_CoolingPower_kW_1Hz": 1.5442333333333338, "SE_EfficiencyFactor_percent_1Hz": 60.65723333333332, "cycle": 183, "timestamp": "2022-12-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.98540499999888, "PS2_Pressure_bar_100Hz": 106.3089503333333, "PS3_Pressure_bar_100Hz": 1.7416619999999958, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.544566500000007, "PS6_Pressure_bar_100Hz": 8.48377499999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.611123333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.192675, "TS1_Temperature_C_1Hz": 54.09403333333335, "TS2_Temperature_C_1Hz": 58.74554999999998, "TS3_Temperature_C_1Hz": 55.70345000000001, "TS4_Temperature_C_1Hz": 49.45095000000001, "P1_MotorPower_W_100Hz": 2393.108633333348, "VS1_Vibration_mm_per_s_1Hz": 0.6640333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.87671666666667, "CP_CoolingPower_kW_1Hz": 1.5495833333333342, "SE_EfficiencyFactor_percent_1Hz": 60.755300000000005, "cycle": 184, "timestamp": "2022-12-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.008021666666, "PS2_Pressure_bar_100Hz": 106.33313899999996, "PS3_Pressure_bar_100Hz": 1.7283693333333325, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.54338050000003, "PS6_Pressure_bar_100Hz": 8.482548666666608, "FS1_VolumeFlow_l_per_min_10Hz": 6.589861666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.192363333333322, "TS1_Temperature_C_1Hz": 54.10155000000001, "TS2_Temperature_C_1Hz": 58.74156666666665, "TS3_Temperature_C_1Hz": 55.71343333333332, "TS4_Temperature_C_1Hz": 49.45781666666666, "P1_MotorPower_W_100Hz": 2394.655900000045, "VS1_Vibration_mm_per_s_1Hz": 0.6620166666666664, "CE_CoolingEfficiency_percent_1Hz": 19.88585, "CP_CoolingPower_kW_1Hz": 1.5499500000000002, "SE_EfficiencyFactor_percent_1Hz": 60.375149999999984, "cycle": 185, "timestamp": "2023-01-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0032466666658, "PS2_Pressure_bar_100Hz": 106.33643149999989, "PS3_Pressure_bar_100Hz": 1.729856833333324, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.541311333333361, "PS6_Pressure_bar_100Hz": 8.479926499999936, "FS1_VolumeFlow_l_per_min_10Hz": 6.604311666666662, "FS2_VolumeFlow_l_per_min_10Hz": 9.188018333333327, "TS1_Temperature_C_1Hz": 54.12913333333334, "TS2_Temperature_C_1Hz": 58.736466666666644, "TS3_Temperature_C_1Hz": 55.720433333333325, "TS4_Temperature_C_1Hz": 49.42725000000003, "P1_MotorPower_W_100Hz": 2395.77426666671, "VS1_Vibration_mm_per_s_1Hz": 0.6666500000000002, "CE_CoolingEfficiency_percent_1Hz": 19.972916666666674, "CP_CoolingPower_kW_1Hz": 1.5593333333333337, "SE_EfficiencyFactor_percent_1Hz": 60.62061666666664, "cycle": 186, "timestamp": "2023-01-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.05247666666617, "PS2_Pressure_bar_100Hz": 106.37123316666685, "PS3_Pressure_bar_100Hz": 1.736453999999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.543784500000038, "PS6_Pressure_bar_100Hz": 8.483879833333283, "FS1_VolumeFlow_l_per_min_10Hz": 6.588178333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.190501666666654, "TS1_Temperature_C_1Hz": 54.10813333333335, "TS2_Temperature_C_1Hz": 58.742533333333306, "TS3_Temperature_C_1Hz": 55.72798333333334, "TS4_Temperature_C_1Hz": 49.48585000000001, "P1_MotorPower_W_100Hz": 2395.127200000038, "VS1_Vibration_mm_per_s_1Hz": 0.6688833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.830616666666668, "CP_CoolingPower_kW_1Hz": 1.5457500000000004, "SE_EfficiencyFactor_percent_1Hz": 60.38941666666667, "cycle": 187, "timestamp": "2023-01-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.99419499999988, "PS2_Pressure_bar_100Hz": 106.3159918333333, "PS3_Pressure_bar_100Hz": 1.7344441666666586, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.545036666666636, "PS6_Pressure_bar_100Hz": 8.485042333333254, "FS1_VolumeFlow_l_per_min_10Hz": 6.602968333333327, "FS2_VolumeFlow_l_per_min_10Hz": 9.191506666666664, "TS1_Temperature_C_1Hz": 54.12885000000003, "TS2_Temperature_C_1Hz": 58.73668333333331, "TS3_Temperature_C_1Hz": 55.733933333333304, "TS4_Temperature_C_1Hz": 49.44729999999999, "P1_MotorPower_W_100Hz": 2395.4101666666684, "VS1_Vibration_mm_per_s_1Hz": 0.6610833333333334, "CE_CoolingEfficiency_percent_1Hz": 20.008433333333333, "CP_CoolingPower_kW_1Hz": 1.5568166666666663, "SE_EfficiencyFactor_percent_1Hz": 60.55696666666665, "cycle": 188, "timestamp": "2023-01-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0485549999993, "PS2_Pressure_bar_100Hz": 106.36595833333337, "PS3_Pressure_bar_100Hz": 1.7337076666666584, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.54689266666667, "PS6_Pressure_bar_100Hz": 8.485959666666604, "FS1_VolumeFlow_l_per_min_10Hz": 6.593835000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.196183333333336, "TS1_Temperature_C_1Hz": 54.157083333333325, "TS2_Temperature_C_1Hz": 58.749049999999976, "TS3_Temperature_C_1Hz": 55.697433333333315, "TS4_Temperature_C_1Hz": 49.38385, "P1_MotorPower_W_100Hz": 2396.835933333358, "VS1_Vibration_mm_per_s_1Hz": 0.6744666666666663, "CE_CoolingEfficiency_percent_1Hz": 20.108200000000007, "CP_CoolingPower_kW_1Hz": 1.565583333333333, "SE_EfficiencyFactor_percent_1Hz": 60.39488333333334, "cycle": 189, "timestamp": "2023-01-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.00744333333336, "PS2_Pressure_bar_100Hz": 106.31939316666615, "PS3_Pressure_bar_100Hz": 1.7315374999999953, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.547238666666676, "PS6_Pressure_bar_100Hz": 8.48656949999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.600738333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.195166666666646, "TS1_Temperature_C_1Hz": 54.17078333333336, "TS2_Temperature_C_1Hz": 58.77103333333333, "TS3_Temperature_C_1Hz": 55.729133333333344, "TS4_Temperature_C_1Hz": 49.413383333333336, "P1_MotorPower_W_100Hz": 2397.552566666686, "VS1_Vibration_mm_per_s_1Hz": 0.6539000000000001, "CE_CoolingEfficiency_percent_1Hz": 20.11598333333333, "CP_CoolingPower_kW_1Hz": 1.5655666666666677, "SE_EfficiencyFactor_percent_1Hz": 60.48216666666665, "cycle": 190, "timestamp": "2023-01-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.96611833333287, "PS2_Pressure_bar_100Hz": 106.2965866666666, "PS3_Pressure_bar_100Hz": 1.7363598333333317, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.547595000000019, "PS6_Pressure_bar_100Hz": 8.488107999999926, "FS1_VolumeFlow_l_per_min_10Hz": 6.59250333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.197949999999995, "TS1_Temperature_C_1Hz": 54.19041666666671, "TS2_Temperature_C_1Hz": 58.778916666666625, "TS3_Temperature_C_1Hz": 55.73566666666667, "TS4_Temperature_C_1Hz": 49.50951666666669, "P1_MotorPower_W_100Hz": 2397.6725000000315, "VS1_Vibration_mm_per_s_1Hz": 0.6533333333333332, "CE_CoolingEfficiency_percent_1Hz": 19.853083333333334, "CP_CoolingPower_kW_1Hz": 1.5457500000000004, "SE_EfficiencyFactor_percent_1Hz": 60.286416666666675, "cycle": 191, "timestamp": "2023-01-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.94033666666547, "PS2_Pressure_bar_100Hz": 106.27284566666647, "PS3_Pressure_bar_100Hz": 1.732380499999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.545449166666648, "PS6_Pressure_bar_100Hz": 8.487166833333282, "FS1_VolumeFlow_l_per_min_10Hz": 6.59904, "FS2_VolumeFlow_l_per_min_10Hz": 9.196923333333327, "TS1_Temperature_C_1Hz": 54.19608333333334, "TS2_Temperature_C_1Hz": 58.80138333333331, "TS3_Temperature_C_1Hz": 55.72558333333333, "TS4_Temperature_C_1Hz": 49.46398333333332, "P1_MotorPower_W_100Hz": 2397.5472333333737, "VS1_Vibration_mm_per_s_1Hz": 0.6641999999999998, "CE_CoolingEfficiency_percent_1Hz": 19.942083333333326, "CP_CoolingPower_kW_1Hz": 1.5526833333333332, "SE_EfficiencyFactor_percent_1Hz": 60.42793333333336, "cycle": 192, "timestamp": "2023-01-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.96782833333285, "PS2_Pressure_bar_100Hz": 106.26434183333343, "PS3_Pressure_bar_100Hz": 1.733460333333329, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.544120333333343, "PS6_Pressure_bar_100Hz": 8.485334499999912, "FS1_VolumeFlow_l_per_min_10Hz": 6.607471666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.193801666666657, "TS1_Temperature_C_1Hz": 54.18024999999999, "TS2_Temperature_C_1Hz": 58.801116666666665, "TS3_Temperature_C_1Hz": 55.71995, "TS4_Temperature_C_1Hz": 49.447750000000006, "P1_MotorPower_W_100Hz": 2397.1911000000164, "VS1_Vibration_mm_per_s_1Hz": 0.6567, "CE_CoolingEfficiency_percent_1Hz": 19.962150000000005, "CP_CoolingPower_kW_1Hz": 1.5531166666666674, "SE_EfficiencyFactor_percent_1Hz": 60.59281666666665, "cycle": 193, "timestamp": "2023-01-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.98622333333276, "PS2_Pressure_bar_100Hz": 106.28395749999986, "PS3_Pressure_bar_100Hz": 1.7397346666666684, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.540144166666677, "PS6_Pressure_bar_100Hz": 8.481827666666602, "FS1_VolumeFlow_l_per_min_10Hz": 6.591280000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.19083833333333, "TS1_Temperature_C_1Hz": 54.17081666666665, "TS2_Temperature_C_1Hz": 58.78691666666667, "TS3_Temperature_C_1Hz": 55.75223333333333, "TS4_Temperature_C_1Hz": 49.46398333333333, "P1_MotorPower_W_100Hz": 2397.807600000057, "VS1_Vibration_mm_per_s_1Hz": 0.6544833333333332, "CE_CoolingEfficiency_percent_1Hz": 19.987383333333334, "CP_CoolingPower_kW_1Hz": 1.5574000000000003, "SE_EfficiencyFactor_percent_1Hz": 60.309383333333315, "cycle": 194, "timestamp": "2023-01-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9603399999996, "PS2_Pressure_bar_100Hz": 106.27303049999998, "PS3_Pressure_bar_100Hz": 1.7368923333333248, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.540373500000008, "PS6_Pressure_bar_100Hz": 8.482039499999933, "FS1_VolumeFlow_l_per_min_10Hz": 6.597760000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.189888333333323, "TS1_Temperature_C_1Hz": 54.15470000000002, "TS2_Temperature_C_1Hz": 58.773533333333326, "TS3_Temperature_C_1Hz": 55.77523333333332, "TS4_Temperature_C_1Hz": 49.4199, "P1_MotorPower_W_100Hz": 2397.291166666702, "VS1_Vibration_mm_per_s_1Hz": 0.6579, "CE_CoolingEfficiency_percent_1Hz": 20.257733333333338, "CP_CoolingPower_kW_1Hz": 1.5742833333333333, "SE_EfficiencyFactor_percent_1Hz": 60.43600000000003, "cycle": 195, "timestamp": "2023-01-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.96880833333293, "PS2_Pressure_bar_100Hz": 106.3059040000001, "PS3_Pressure_bar_100Hz": 1.7373464999999872, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.536916000000014, "PS6_Pressure_bar_100Hz": 8.47791749999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.592349999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.187379999999978, "TS1_Temperature_C_1Hz": 54.18613333333334, "TS2_Temperature_C_1Hz": 58.789933333333344, "TS3_Temperature_C_1Hz": 55.764049999999976, "TS4_Temperature_C_1Hz": 49.472649999999994, "P1_MotorPower_W_100Hz": 2397.7846666666883, "VS1_Vibration_mm_per_s_1Hz": 0.6674, "CE_CoolingEfficiency_percent_1Hz": 20.054649999999995, "CP_CoolingPower_kW_1Hz": 1.5564166666666677, "SE_EfficiencyFactor_percent_1Hz": 60.339433333333325, "cycle": 196, "timestamp": "2023-01-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.00610999999975, "PS2_Pressure_bar_100Hz": 106.32240733333342, "PS3_Pressure_bar_100Hz": 1.7361873333333235, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.538698666666688, "PS6_Pressure_bar_100Hz": 8.480053999999948, "FS1_VolumeFlow_l_per_min_10Hz": 6.599713333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.18504999999999, "TS1_Temperature_C_1Hz": 54.19026666666671, "TS2_Temperature_C_1Hz": 58.794049999999984, "TS3_Temperature_C_1Hz": 55.795583333333305, "TS4_Temperature_C_1Hz": 49.49373333333335, "P1_MotorPower_W_100Hz": 2399.5989666666865, "VS1_Vibration_mm_per_s_1Hz": 0.6707999999999998, "CE_CoolingEfficiency_percent_1Hz": 20.095900000000004, "CP_CoolingPower_kW_1Hz": 1.5588333333333333, "SE_EfficiencyFactor_percent_1Hz": 60.44351666666664, "cycle": 197, "timestamp": "2023-01-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.98704833333224, "PS2_Pressure_bar_100Hz": 106.30037716666662, "PS3_Pressure_bar_100Hz": 1.7304719999999942, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.538506666666663, "PS6_Pressure_bar_100Hz": 8.479905833333241, "FS1_VolumeFlow_l_per_min_10Hz": 6.593898333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.185073333333323, "TS1_Temperature_C_1Hz": 54.2327666666667, "TS2_Temperature_C_1Hz": 58.80273333333334, "TS3_Temperature_C_1Hz": 55.77296666666664, "TS4_Temperature_C_1Hz": 49.48791666666666, "P1_MotorPower_W_100Hz": 2396.1398666666873, "VS1_Vibration_mm_per_s_1Hz": 0.6827000000000001, "CE_CoolingEfficiency_percent_1Hz": 20.057433333333332, "CP_CoolingPower_kW_1Hz": 1.5546833333333332, "SE_EfficiencyFactor_percent_1Hz": 60.44863333333332, "cycle": 198, "timestamp": "2023-01-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.95976333333252, "PS2_Pressure_bar_100Hz": 106.28710300000002, "PS3_Pressure_bar_100Hz": 1.735973333333332, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.53760949999996, "PS6_Pressure_bar_100Hz": 8.479064499999907, "FS1_VolumeFlow_l_per_min_10Hz": 6.590666666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.182963333333335, "TS1_Temperature_C_1Hz": 54.23505, "TS2_Temperature_C_1Hz": 58.82286666666664, "TS3_Temperature_C_1Hz": 55.77794999999996, "TS4_Temperature_C_1Hz": 49.497866666666674, "P1_MotorPower_W_100Hz": 2396.094866666663, "VS1_Vibration_mm_per_s_1Hz": 0.6519999999999998, "CE_CoolingEfficiency_percent_1Hz": 20.02055, "CP_CoolingPower_kW_1Hz": 1.552583333333334, "SE_EfficiencyFactor_percent_1Hz": 60.39668333333335, "cycle": 199, "timestamp": "2023-01-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9485116666657, "PS2_Pressure_bar_100Hz": 106.28570116666664, "PS3_Pressure_bar_100Hz": 1.7254954999999914, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.534732000000004, "PS6_Pressure_bar_100Hz": 8.478498166666594, "FS1_VolumeFlow_l_per_min_10Hz": 6.592453333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.180976666666664, "TS1_Temperature_C_1Hz": 54.2373, "TS2_Temperature_C_1Hz": 58.849433333333344, "TS3_Temperature_C_1Hz": 55.79638333333331, "TS4_Temperature_C_1Hz": 49.528833333333345, "P1_MotorPower_W_100Hz": 2397.1451000000293, "VS1_Vibration_mm_per_s_1Hz": 0.6720833333333334, "CE_CoolingEfficiency_percent_1Hz": 20.01848333333333, "CP_CoolingPower_kW_1Hz": 1.5521666666666667, "SE_EfficiencyFactor_percent_1Hz": 60.37775000000001, "cycle": 200, "timestamp": "2023-01-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9289966666658, "PS2_Pressure_bar_100Hz": 106.24314350000037, "PS3_Pressure_bar_100Hz": 1.7251923333333221, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.535125166666667, "PS6_Pressure_bar_100Hz": 8.478644666666614, "FS1_VolumeFlow_l_per_min_10Hz": 6.603241666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.185676666666646, "TS1_Temperature_C_1Hz": 54.24211666666668, "TS2_Temperature_C_1Hz": 58.860383333333324, "TS3_Temperature_C_1Hz": 55.80194999999999, "TS4_Temperature_C_1Hz": 49.493383333333334, "P1_MotorPower_W_100Hz": 2397.766300000017, "VS1_Vibration_mm_per_s_1Hz": 0.6576166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.10795, "CP_CoolingPower_kW_1Hz": 1.563266666666667, "SE_EfficiencyFactor_percent_1Hz": 60.55518333333331, "cycle": 201, "timestamp": "2023-01-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0560633333326, "PS2_Pressure_bar_100Hz": 106.36589166666703, "PS3_Pressure_bar_100Hz": 1.7354164999999964, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.534528333333325, "PS6_Pressure_bar_100Hz": 8.477533833333265, "FS1_VolumeFlow_l_per_min_10Hz": 6.595828333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.184913333333322, "TS1_Temperature_C_1Hz": 54.25371666666669, "TS2_Temperature_C_1Hz": 58.86260000000002, "TS3_Temperature_C_1Hz": 55.81944999999997, "TS4_Temperature_C_1Hz": 49.50069999999999, "P1_MotorPower_W_100Hz": 2397.698500000013, "VS1_Vibration_mm_per_s_1Hz": 0.6604166666666664, "CE_CoolingEfficiency_percent_1Hz": 20.125366666666668, "CP_CoolingPower_kW_1Hz": 1.5632833333333338, "SE_EfficiencyFactor_percent_1Hz": 60.47503333333332, "cycle": 202, "timestamp": "2023-01-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.99173999999965, "PS2_Pressure_bar_100Hz": 106.32380816666668, "PS3_Pressure_bar_100Hz": 1.7348908333333268, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.533642833333353, "PS6_Pressure_bar_100Hz": 8.477932166666562, "FS1_VolumeFlow_l_per_min_10Hz": 6.594923333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.185879999999992, "TS1_Temperature_C_1Hz": 54.23681666666669, "TS2_Temperature_C_1Hz": 58.86196666666669, "TS3_Temperature_C_1Hz": 55.82483333333332, "TS4_Temperature_C_1Hz": 49.56978333333334, "P1_MotorPower_W_100Hz": 2397.1201666666825, "VS1_Vibration_mm_per_s_1Hz": 0.6542499999999999, "CE_CoolingEfficiency_percent_1Hz": 19.95626666666666, "CP_CoolingPower_kW_1Hz": 1.547333333333333, "SE_EfficiencyFactor_percent_1Hz": 60.43176666666667, "cycle": 203, "timestamp": "2023-01-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.00994499999945, "PS2_Pressure_bar_100Hz": 106.31717116666665, "PS3_Pressure_bar_100Hz": 1.751930166666671, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.537070333333356, "PS6_Pressure_bar_100Hz": 8.481355166666585, "FS1_VolumeFlow_l_per_min_10Hz": 6.604508333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.191904999999993, "TS1_Temperature_C_1Hz": 54.26073333333336, "TS2_Temperature_C_1Hz": 58.873000000000026, "TS3_Temperature_C_1Hz": 55.84768333333333, "TS4_Temperature_C_1Hz": 49.607749999999996, "P1_MotorPower_W_100Hz": 2399.012100000076, "VS1_Vibration_mm_per_s_1Hz": 0.6619833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.898650000000007, "CP_CoolingPower_kW_1Hz": 1.5449166666666667, "SE_EfficiencyFactor_percent_1Hz": 60.58986666666667, "cycle": 204, "timestamp": "2023-01-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.01167833333312, "PS2_Pressure_bar_100Hz": 106.34680683333357, "PS3_Pressure_bar_100Hz": 1.7334253333333256, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.536136666666655, "PS6_Pressure_bar_100Hz": 8.480474166666582, "FS1_VolumeFlow_l_per_min_10Hz": 6.5910749999999965, "FS2_VolumeFlow_l_per_min_10Hz": 9.188198333333325, "TS1_Temperature_C_1Hz": 54.2591, "TS2_Temperature_C_1Hz": 58.88103333333336, "TS3_Temperature_C_1Hz": 55.862483333333316, "TS4_Temperature_C_1Hz": 49.58394999999999, "P1_MotorPower_W_100Hz": 2399.2843666666977, "VS1_Vibration_mm_per_s_1Hz": 0.6543499999999999, "CE_CoolingEfficiency_percent_1Hz": 20.0003, "CP_CoolingPower_kW_1Hz": 1.5523333333333333, "SE_EfficiencyFactor_percent_1Hz": 60.364066666666666, "cycle": 205, "timestamp": "2023-01-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.96349166666633, "PS2_Pressure_bar_100Hz": 106.2906525, "PS3_Pressure_bar_100Hz": 1.7456624999999986, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.534274166666671, "PS6_Pressure_bar_100Hz": 8.479159833333288, "FS1_VolumeFlow_l_per_min_10Hz": 6.599691666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.192264999999994, "TS1_Temperature_C_1Hz": 54.29403333333333, "TS2_Temperature_C_1Hz": 58.89883333333334, "TS3_Temperature_C_1Hz": 55.8455, "TS4_Temperature_C_1Hz": 49.6043, "P1_MotorPower_W_100Hz": 2399.730166666707, "VS1_Vibration_mm_per_s_1Hz": 0.6624999999999999, "CE_CoolingEfficiency_percent_1Hz": 19.912916666666657, "CP_CoolingPower_kW_1Hz": 1.5457166666666666, "SE_EfficiencyFactor_percent_1Hz": 60.45511666666666, "cycle": 206, "timestamp": "2023-01-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.97599666666696, "PS2_Pressure_bar_100Hz": 106.27466466666634, "PS3_Pressure_bar_100Hz": 1.7527603333333408, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.53249266666667, "PS6_Pressure_bar_100Hz": 8.477292333333251, "FS1_VolumeFlow_l_per_min_10Hz": 6.586313333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.19476666666666, "TS1_Temperature_C_1Hz": 54.30015000000001, "TS2_Temperature_C_1Hz": 58.90579999999999, "TS3_Temperature_C_1Hz": 55.84901666666664, "TS4_Temperature_C_1Hz": 49.567633333333355, "P1_MotorPower_W_100Hz": 2399.2735333333703, "VS1_Vibration_mm_per_s_1Hz": 0.6713166666666665, "CE_CoolingEfficiency_percent_1Hz": 20.06261666666666, "CP_CoolingPower_kW_1Hz": 1.5563666666666667, "SE_EfficiencyFactor_percent_1Hz": 60.231649999999995, "cycle": 207, "timestamp": "2023-01-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.94769666666585, "PS2_Pressure_bar_100Hz": 106.25720833333314, "PS3_Pressure_bar_100Hz": 1.756336166666669, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.529581500000013, "PS6_Pressure_bar_100Hz": 8.47444966666659, "FS1_VolumeFlow_l_per_min_10Hz": 6.590891666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.193886666666662, "TS1_Temperature_C_1Hz": 54.29956666666669, "TS2_Temperature_C_1Hz": 58.91845000000001, "TS3_Temperature_C_1Hz": 55.86818333333333, "TS4_Temperature_C_1Hz": 49.605933333333354, "P1_MotorPower_W_100Hz": 2398.143000000033, "VS1_Vibration_mm_per_s_1Hz": 0.6689666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.00725, "CP_CoolingPower_kW_1Hz": 1.5522, "SE_EfficiencyFactor_percent_1Hz": 60.33398333333333, "cycle": 208, "timestamp": "2023-01-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.00426333333328, "PS2_Pressure_bar_100Hz": 106.32275333333307, "PS3_Pressure_bar_100Hz": 1.7416430000000012, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.528091333333307, "PS6_Pressure_bar_100Hz": 8.472967666666607, "FS1_VolumeFlow_l_per_min_10Hz": 6.5970883333333346, "FS2_VolumeFlow_l_per_min_10Hz": 9.192708333333327, "TS1_Temperature_C_1Hz": 54.31898333333334, "TS2_Temperature_C_1Hz": 58.9411333333333, "TS3_Temperature_C_1Hz": 55.84029999999999, "TS4_Temperature_C_1Hz": 49.50900000000001, "P1_MotorPower_W_100Hz": 2400.4905666666814, "VS1_Vibration_mm_per_s_1Hz": 0.6602833333333334, "CE_CoolingEfficiency_percent_1Hz": 20.270249999999997, "CP_CoolingPower_kW_1Hz": 1.5690666666666664, "SE_EfficiencyFactor_percent_1Hz": 60.404299999999985, "cycle": 209, "timestamp": "2023-01-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.02325833333242, "PS2_Pressure_bar_100Hz": 106.34721699999999, "PS3_Pressure_bar_100Hz": 1.7391123333333298, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.52803466666666, "PS6_Pressure_bar_100Hz": 8.473010333333258, "FS1_VolumeFlow_l_per_min_10Hz": 6.597571666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.198234999999984, "TS1_Temperature_C_1Hz": 54.3244, "TS2_Temperature_C_1Hz": 58.95718333333332, "TS3_Temperature_C_1Hz": 55.85611666666664, "TS4_Temperature_C_1Hz": 49.609033333333336, "P1_MotorPower_W_100Hz": 2400.6183000000233, "VS1_Vibration_mm_per_s_1Hz": 0.6596666666666664, "CE_CoolingEfficiency_percent_1Hz": 19.979933333333335, "CP_CoolingPower_kW_1Hz": 1.5464166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.426666666666655, "cycle": 210, "timestamp": "2023-01-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39146166666637, "PS2_Pressure_bar_100Hz": 105.85433983333331, "PS3_Pressure_bar_100Hz": 1.6591056666666504, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.527790333333343, "PS6_Pressure_bar_100Hz": 8.472828499999942, "FS1_VolumeFlow_l_per_min_10Hz": 6.305361666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.196401666666661, "TS1_Temperature_C_1Hz": 54.26760000000001, "TS2_Temperature_C_1Hz": 58.91046666666666, "TS3_Temperature_C_1Hz": 55.88266666666666, "TS4_Temperature_C_1Hz": 49.640616666666645, "P1_MotorPower_W_100Hz": 2427.4003000000375, "VS1_Vibration_mm_per_s_1Hz": 0.6482666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.987249999999996, "CP_CoolingPower_kW_1Hz": 1.5458333333333336, "SE_EfficiencyFactor_percent_1Hz": 56.90963333333334, "cycle": 211, "timestamp": "2023-01-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 174.89122666666708, "PS2_Pressure_bar_100Hz": 124.49824016666692, "PS3_Pressure_bar_100Hz": 1.0438196666666564, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.535820333333348, "PS6_Pressure_bar_100Hz": 8.480557499999938, "FS1_VolumeFlow_l_per_min_10Hz": 3.019103333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.20168666666666, "TS1_Temperature_C_1Hz": 54.14256666666666, "TS2_Temperature_C_1Hz": 58.59354999999998, "TS3_Temperature_C_1Hz": 55.7799, "TS4_Temperature_C_1Hz": 49.56263333333334, "P1_MotorPower_W_100Hz": 2676.658633333349, "VS1_Vibration_mm_per_s_1Hz": 0.73675, "CE_CoolingEfficiency_percent_1Hz": 19.96953333333334, "CP_CoolingPower_kW_1Hz": 1.5411499999999998, "SE_EfficiencyFactor_percent_1Hz": 27.126400000000004, "cycle": 212, "timestamp": "2023-01-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.36635333333294, "PS2_Pressure_bar_100Hz": 104.53017216666646, "PS3_Pressure_bar_100Hz": 1.7179616666666595, "PS4_Pressure_bar_100Hz": 0.0036381666666666667, "PS5_Pressure_bar_100Hz": 8.535996166666633, "PS6_Pressure_bar_100Hz": 8.47911966666658, "FS1_VolumeFlow_l_per_min_10Hz": 6.470573333333342, "FS2_VolumeFlow_l_per_min_10Hz": 9.2003, "TS1_Temperature_C_1Hz": 54.19628333333331, "TS2_Temperature_C_1Hz": 58.59979999999998, "TS3_Temperature_C_1Hz": 55.81118333333335, "TS4_Temperature_C_1Hz": 49.58765000000002, "P1_MotorPower_W_100Hz": 2425.901633333373, "VS1_Vibration_mm_per_s_1Hz": 0.8063666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.97983333333333, "CP_CoolingPower_kW_1Hz": 1.5434833333333338, "SE_EfficiencyFactor_percent_1Hz": 56.28198333333332, "cycle": 213, "timestamp": "2023-01-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.4851433333333, "PS2_Pressure_bar_100Hz": 105.11835950000025, "PS3_Pressure_bar_100Hz": 1.6411149999999926, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.54229233333335, "PS6_Pressure_bar_100Hz": 8.483980666666579, "FS1_VolumeFlow_l_per_min_10Hz": 6.386053333333345, "FS2_VolumeFlow_l_per_min_10Hz": 9.211075000000001, "TS1_Temperature_C_1Hz": 54.161533333333324, "TS2_Temperature_C_1Hz": 58.723833333333346, "TS3_Temperature_C_1Hz": 55.76353333333335, "TS4_Temperature_C_1Hz": 49.641, "P1_MotorPower_W_100Hz": 2427.2844000000246, "VS1_Vibration_mm_per_s_1Hz": 0.7066000000000002, "CE_CoolingEfficiency_percent_1Hz": 19.663783333333335, "CP_CoolingPower_kW_1Hz": 1.5203999999999998, "SE_EfficiencyFactor_percent_1Hz": 56.71773333333332, "cycle": 214, "timestamp": "2023-01-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 167.47357499999998, "PS2_Pressure_bar_100Hz": 116.70143299999981, "PS3_Pressure_bar_100Hz": 1.311190666666649, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.53919916666665, "PS6_Pressure_bar_100Hz": 8.480433499999945, "FS1_VolumeFlow_l_per_min_10Hz": 4.2949316666666615, "FS2_VolumeFlow_l_per_min_10Hz": 9.20491166666666, "TS1_Temperature_C_1Hz": 54.12494999999998, "TS2_Temperature_C_1Hz": 58.55488333333334, "TS3_Temperature_C_1Hz": 55.72748333333332, "TS4_Temperature_C_1Hz": 49.49700000000001, "P1_MotorPower_W_100Hz": 2570.4765000000575, "VS1_Vibration_mm_per_s_1Hz": 0.7347000000000005, "CE_CoolingEfficiency_percent_1Hz": 20.090683333333335, "CP_CoolingPower_kW_1Hz": 1.5466833333333336, "SE_EfficiencyFactor_percent_1Hz": 38.755900000000004, "cycle": 215, "timestamp": "2023-01-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 167.3055883333337, "PS2_Pressure_bar_100Hz": 116.6178154999998, "PS3_Pressure_bar_100Hz": 1.3043544999999888, "PS4_Pressure_bar_100Hz": 0.01320400000000002, "PS5_Pressure_bar_100Hz": 8.538820999999993, "PS6_Pressure_bar_100Hz": 8.481251666666607, "FS1_VolumeFlow_l_per_min_10Hz": 4.265789999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.201523333333322, "TS1_Temperature_C_1Hz": 54.15676666666668, "TS2_Temperature_C_1Hz": 58.41878333333331, "TS3_Temperature_C_1Hz": 55.7113, "TS4_Temperature_C_1Hz": 49.511100000000006, "P1_MotorPower_W_100Hz": 2568.058000000051, "VS1_Vibration_mm_per_s_1Hz": 0.7436333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.990250000000003, "CP_CoolingPower_kW_1Hz": 1.537399999999999, "SE_EfficiencyFactor_percent_1Hz": 38.53358333333333, "cycle": 216, "timestamp": "2023-02-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.5520649999996, "PS2_Pressure_bar_100Hz": 105.3113718333334, "PS3_Pressure_bar_100Hz": 1.6454979999999984, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.539968666666683, "PS6_Pressure_bar_100Hz": 8.48274799999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.234048333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.20264833333332, "TS1_Temperature_C_1Hz": 54.272116666666676, "TS2_Temperature_C_1Hz": 58.57088333333334, "TS3_Temperature_C_1Hz": 55.694433333333336, "TS4_Temperature_C_1Hz": 49.5462, "P1_MotorPower_W_100Hz": 2423.7161000000315, "VS1_Vibration_mm_per_s_1Hz": 0.6820500000000002, "CE_CoolingEfficiency_percent_1Hz": 19.84676666666667, "CP_CoolingPower_kW_1Hz": 1.5268333333333333, "SE_EfficiencyFactor_percent_1Hz": 55.51956666666667, "cycle": 217, "timestamp": "2023-02-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.80132666666705, "PS2_Pressure_bar_100Hz": 105.54440050000008, "PS3_Pressure_bar_100Hz": 1.6411494999999934, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.536730666666681, "PS6_Pressure_bar_100Hz": 8.47923099999991, "FS1_VolumeFlow_l_per_min_10Hz": 6.232760000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.198216666666664, "TS1_Temperature_C_1Hz": 54.23395000000001, "TS2_Temperature_C_1Hz": 58.68624999999999, "TS3_Temperature_C_1Hz": 55.79158333333332, "TS4_Temperature_C_1Hz": 49.59536666666667, "P1_MotorPower_W_100Hz": 2428.288933333356, "VS1_Vibration_mm_per_s_1Hz": 0.6597666666666664, "CE_CoolingEfficiency_percent_1Hz": 19.929949999999998, "CP_CoolingPower_kW_1Hz": 1.5364833333333334, "SE_EfficiencyFactor_percent_1Hz": 55.59476666666664, "cycle": 218, "timestamp": "2023-02-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.5980333333328, "PS2_Pressure_bar_100Hz": 105.28788849999981, "PS3_Pressure_bar_100Hz": 1.6492316666666584, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.533050333333323, "PS6_Pressure_bar_100Hz": 8.475723666666608, "FS1_VolumeFlow_l_per_min_10Hz": 6.219833333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.194626666666663, "TS1_Temperature_C_1Hz": 54.21273333333331, "TS2_Temperature_C_1Hz": 58.723566666666656, "TS3_Temperature_C_1Hz": 55.807849999999995, "TS4_Temperature_C_1Hz": 49.62479999999998, "P1_MotorPower_W_100Hz": 2425.1539000000053, "VS1_Vibration_mm_per_s_1Hz": 0.6572499999999999, "CE_CoolingEfficiency_percent_1Hz": 19.868100000000005, "CP_CoolingPower_kW_1Hz": 1.5313833333333335, "SE_EfficiencyFactor_percent_1Hz": 55.388000000000005, "cycle": 219, "timestamp": "2023-02-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.56066166666594, "PS2_Pressure_bar_100Hz": 105.22884966666703, "PS3_Pressure_bar_100Hz": 1.645498166666649, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.535676999999982, "PS6_Pressure_bar_100Hz": 8.47861349999991, "FS1_VolumeFlow_l_per_min_10Hz": 6.226231666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.198108333333325, "TS1_Temperature_C_1Hz": 54.186150000000005, "TS2_Temperature_C_1Hz": 58.73891666666665, "TS3_Temperature_C_1Hz": 55.8082333333333, "TS4_Temperature_C_1Hz": 49.67808333333335, "P1_MotorPower_W_100Hz": 2422.0216333333733, "VS1_Vibration_mm_per_s_1Hz": 0.6567833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.69546666666667, "CP_CoolingPower_kW_1Hz": 1.5199666666666665, "SE_EfficiencyFactor_percent_1Hz": 55.502666666666656, "cycle": 220, "timestamp": "2023-02-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3512899999999, "PS2_Pressure_bar_100Hz": 105.04479716666671, "PS3_Pressure_bar_100Hz": 1.6420863333333107, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.53501399999999, "PS6_Pressure_bar_100Hz": 8.47625516666656, "FS1_VolumeFlow_l_per_min_10Hz": 6.227191666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.196534999999994, "TS1_Temperature_C_1Hz": 54.191833333333335, "TS2_Temperature_C_1Hz": 58.73158333333332, "TS3_Temperature_C_1Hz": 55.79014999999999, "TS4_Temperature_C_1Hz": 49.57301666666669, "P1_MotorPower_W_100Hz": 2419.4631666666687, "VS1_Vibration_mm_per_s_1Hz": 0.6617499999999998, "CE_CoolingEfficiency_percent_1Hz": 20.04898333333333, "CP_CoolingPower_kW_1Hz": 1.5414833333333333, "SE_EfficiencyFactor_percent_1Hz": 55.55083333333334, "cycle": 221, "timestamp": "2023-02-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.25045833333323, "PS2_Pressure_bar_100Hz": 105.29999883333342, "PS3_Pressure_bar_100Hz": 1.6420368333333182, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.535628999999986, "PS6_Pressure_bar_100Hz": 8.477810833333253, "FS1_VolumeFlow_l_per_min_10Hz": 6.262181666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.198951666666668, "TS1_Temperature_C_1Hz": 54.191950000000006, "TS2_Temperature_C_1Hz": 58.73101666666666, "TS3_Temperature_C_1Hz": 55.793133333333316, "TS4_Temperature_C_1Hz": 49.609016666666676, "P1_MotorPower_W_100Hz": 2419.257700000008, "VS1_Vibration_mm_per_s_1Hz": 0.6592833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.957816666666666, "CP_CoolingPower_kW_1Hz": 1.5332166666666667, "SE_EfficiencyFactor_percent_1Hz": 56.2613, "cycle": 222, "timestamp": "2023-02-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.2027816666665, "PS2_Pressure_bar_100Hz": 105.23973799999987, "PS3_Pressure_bar_100Hz": 1.6513668333333182, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.534611500000029, "PS6_Pressure_bar_100Hz": 8.477251499999962, "FS1_VolumeFlow_l_per_min_10Hz": 6.262190000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.19662333333333, "TS1_Temperature_C_1Hz": 54.17311666666669, "TS2_Temperature_C_1Hz": 58.72669999999999, "TS3_Temperature_C_1Hz": 55.73826666666667, "TS4_Temperature_C_1Hz": 49.57240000000003, "P1_MotorPower_W_100Hz": 2420.4732333333636, "VS1_Vibration_mm_per_s_1Hz": 0.6605000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.916683333333342, "CP_CoolingPower_kW_1Hz": 1.526583333333334, "SE_EfficiencyFactor_percent_1Hz": 56.22541666666668, "cycle": 223, "timestamp": "2023-02-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.23480166666647, "PS2_Pressure_bar_100Hz": 105.2816221666666, "PS3_Pressure_bar_100Hz": 1.6431691666666484, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.53950316666668, "PS6_Pressure_bar_100Hz": 8.481493666666589, "FS1_VolumeFlow_l_per_min_10Hz": 6.263326666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.202073333333317, "TS1_Temperature_C_1Hz": 54.20706666666668, "TS2_Temperature_C_1Hz": 58.723899999999965, "TS3_Temperature_C_1Hz": 55.689416666666666, "TS4_Temperature_C_1Hz": 49.59140000000001, "P1_MotorPower_W_100Hz": 2420.1122333333915, "VS1_Vibration_mm_per_s_1Hz": 0.6599666666666665, "CE_CoolingEfficiency_percent_1Hz": 19.74228333333333, "CP_CoolingPower_kW_1Hz": 1.5132333333333332, "SE_EfficiencyFactor_percent_1Hz": 56.257416666666664, "cycle": 224, "timestamp": "2023-02-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.21741166666646, "PS2_Pressure_bar_100Hz": 105.23811033333315, "PS3_Pressure_bar_100Hz": 1.6379934999999808, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.5348525, "PS6_Pressure_bar_100Hz": 8.47763083333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.257774999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.198826666666662, "TS1_Temperature_C_1Hz": 54.187099999999994, "TS2_Temperature_C_1Hz": 58.72474999999997, "TS3_Temperature_C_1Hz": 55.73574999999999, "TS4_Temperature_C_1Hz": 49.610083333333336, "P1_MotorPower_W_100Hz": 2416.4331333333903, "VS1_Vibration_mm_per_s_1Hz": 0.6626500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.834933333333332, "CP_CoolingPower_kW_1Hz": 1.5193833333333335, "SE_EfficiencyFactor_percent_1Hz": 56.21623333333335, "cycle": 225, "timestamp": "2023-02-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.21515666666662, "PS2_Pressure_bar_100Hz": 105.26629066666695, "PS3_Pressure_bar_100Hz": 1.632793333333323, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.532280999999989, "PS6_Pressure_bar_100Hz": 8.47430833333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.263588333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.197958333333322, "TS1_Temperature_C_1Hz": 54.179716666666664, "TS2_Temperature_C_1Hz": 58.717583333333316, "TS3_Temperature_C_1Hz": 55.757900000000014, "TS4_Temperature_C_1Hz": 49.60913333333335, "P1_MotorPower_W_100Hz": 2418.3423666666763, "VS1_Vibration_mm_per_s_1Hz": 0.6543499999999999, "CE_CoolingEfficiency_percent_1Hz": 19.911016666666676, "CP_CoolingPower_kW_1Hz": 1.522816666666666, "SE_EfficiencyFactor_percent_1Hz": 56.27496666666668, "cycle": 226, "timestamp": "2023-02-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.20159833333324, "PS2_Pressure_bar_100Hz": 105.25289266666655, "PS3_Pressure_bar_100Hz": 1.6507561666666373, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.533757166666653, "PS6_Pressure_bar_100Hz": 8.475065166666582, "FS1_VolumeFlow_l_per_min_10Hz": 6.260961666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.198983333333315, "TS1_Temperature_C_1Hz": 54.19619999999999, "TS2_Temperature_C_1Hz": 58.72318333333332, "TS3_Temperature_C_1Hz": 55.737166666666674, "TS4_Temperature_C_1Hz": 49.55658333333334, "P1_MotorPower_W_100Hz": 2417.2251333333666, "VS1_Vibration_mm_per_s_1Hz": 0.6633666666666668, "CE_CoolingEfficiency_percent_1Hz": 20.028549999999996, "CP_CoolingPower_kW_1Hz": 1.530466666666667, "SE_EfficiencyFactor_percent_1Hz": 56.288650000000004, "cycle": 227, "timestamp": "2023-02-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.24249833333275, "PS2_Pressure_bar_100Hz": 105.3024481666668, "PS3_Pressure_bar_100Hz": 1.6434956666666516, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.532600666666644, "PS6_Pressure_bar_100Hz": 8.474892666666639, "FS1_VolumeFlow_l_per_min_10Hz": 6.263595000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.199398333333324, "TS1_Temperature_C_1Hz": 54.20806666666668, "TS2_Temperature_C_1Hz": 58.730616666666656, "TS3_Temperature_C_1Hz": 55.71265000000001, "TS4_Temperature_C_1Hz": 49.65288333333334, "P1_MotorPower_W_100Hz": 2418.295033333352, "VS1_Vibration_mm_per_s_1Hz": 0.6673333333333332, "CE_CoolingEfficiency_percent_1Hz": 19.646200000000004, "CP_CoolingPower_kW_1Hz": 1.5019000000000002, "SE_EfficiencyFactor_percent_1Hz": 56.29225, "cycle": 228, "timestamp": "2023-02-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.23889333333352, "PS2_Pressure_bar_100Hz": 105.2793543333336, "PS3_Pressure_bar_100Hz": 1.6405819999999873, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.536003666666662, "PS6_Pressure_bar_100Hz": 8.478409166666603, "FS1_VolumeFlow_l_per_min_10Hz": 6.269341666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.209136666666653, "TS1_Temperature_C_1Hz": 54.21285000000001, "TS2_Temperature_C_1Hz": 58.7327333333333, "TS3_Temperature_C_1Hz": 55.70368333333333, "TS4_Temperature_C_1Hz": 49.54071666666668, "P1_MotorPower_W_100Hz": 2419.1021333333606, "VS1_Vibration_mm_per_s_1Hz": 0.6635833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.952233333333336, "CP_CoolingPower_kW_1Hz": 1.5301999999999998, "SE_EfficiencyFactor_percent_1Hz": 56.360783333333345, "cycle": 229, "timestamp": "2023-02-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.2233699999996, "PS2_Pressure_bar_100Hz": 105.28750183333312, "PS3_Pressure_bar_100Hz": 1.6447154999999847, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.534127666666667, "PS6_Pressure_bar_100Hz": 8.476546666666612, "FS1_VolumeFlow_l_per_min_10Hz": 6.266363333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.203958333333322, "TS1_Temperature_C_1Hz": 54.1926, "TS2_Temperature_C_1Hz": 58.73863333333331, "TS3_Temperature_C_1Hz": 55.73609999999999, "TS4_Temperature_C_1Hz": 49.554383333333355, "P1_MotorPower_W_100Hz": 2420.4797666666923, "VS1_Vibration_mm_per_s_1Hz": 0.6621333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.990316666666665, "CP_CoolingPower_kW_1Hz": 1.5334166666666673, "SE_EfficiencyFactor_percent_1Hz": 56.288383333333314, "cycle": 230, "timestamp": "2023-02-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.22022833333267, "PS2_Pressure_bar_100Hz": 105.2589923333332, "PS3_Pressure_bar_100Hz": 1.6430069999999857, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.532500166666674, "PS6_Pressure_bar_100Hz": 8.47497566666659, "FS1_VolumeFlow_l_per_min_10Hz": 6.266016666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.201754999999995, "TS1_Temperature_C_1Hz": 54.196466666666666, "TS2_Temperature_C_1Hz": 58.73733333333332, "TS3_Temperature_C_1Hz": 55.74178333333335, "TS4_Temperature_C_1Hz": 49.59308333333333, "P1_MotorPower_W_100Hz": 2418.6324333333373, "VS1_Vibration_mm_per_s_1Hz": 0.6585833333333332, "CE_CoolingEfficiency_percent_1Hz": 19.90481666666666, "CP_CoolingPower_kW_1Hz": 1.5254, "SE_EfficiencyFactor_percent_1Hz": 56.33681666666664, "cycle": 231, "timestamp": "2023-02-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.14344333333244, "PS2_Pressure_bar_100Hz": 105.46359683333343, "PS3_Pressure_bar_100Hz": 1.6454966666666568, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.532397500000004, "PS6_Pressure_bar_100Hz": 8.475064333333306, "FS1_VolumeFlow_l_per_min_10Hz": 6.280448333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.202826666666667, "TS1_Temperature_C_1Hz": 54.184050000000006, "TS2_Temperature_C_1Hz": 58.734616666666646, "TS3_Temperature_C_1Hz": 55.74971666666668, "TS4_Temperature_C_1Hz": 49.56790000000002, "P1_MotorPower_W_100Hz": 2417.6527666666984, "VS1_Vibration_mm_per_s_1Hz": 0.6602333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.974916666666665, "CP_CoolingPower_kW_1Hz": 1.5325333333333335, "SE_EfficiencyFactor_percent_1Hz": 56.684549999999994, "cycle": 232, "timestamp": "2023-02-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.13867166666657, "PS2_Pressure_bar_100Hz": 105.46165099999959, "PS3_Pressure_bar_100Hz": 1.652231999999987, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.530361833333359, "PS6_Pressure_bar_100Hz": 8.47286949999991, "FS1_VolumeFlow_l_per_min_10Hz": 6.275234999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.198654999999995, "TS1_Temperature_C_1Hz": 54.18160000000001, "TS2_Temperature_C_1Hz": 58.72884999999998, "TS3_Temperature_C_1Hz": 55.75215000000001, "TS4_Temperature_C_1Hz": 49.49166666666669, "P1_MotorPower_W_100Hz": 2416.370500000019, "VS1_Vibration_mm_per_s_1Hz": 0.6585166666666671, "CE_CoolingEfficiency_percent_1Hz": 20.2314, "CP_CoolingPower_kW_1Hz": 1.5526333333333338, "SE_EfficiencyFactor_percent_1Hz": 56.66036666666665, "cycle": 233, "timestamp": "2023-02-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.12345499999998, "PS2_Pressure_bar_100Hz": 105.46036716666681, "PS3_Pressure_bar_100Hz": 1.6512038333333148, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.533257166666674, "PS6_Pressure_bar_100Hz": 8.474181166666591, "FS1_VolumeFlow_l_per_min_10Hz": 6.276576666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.202486666666656, "TS1_Temperature_C_1Hz": 54.215716666666694, "TS2_Temperature_C_1Hz": 58.72276666666666, "TS3_Temperature_C_1Hz": 55.714433333333325, "TS4_Temperature_C_1Hz": 49.510183333333345, "P1_MotorPower_W_100Hz": 2414.8834000000425, "VS1_Vibration_mm_per_s_1Hz": 0.6581166666666668, "CE_CoolingEfficiency_percent_1Hz": 20.082349999999998, "CP_CoolingPower_kW_1Hz": 1.5405166666666672, "SE_EfficiencyFactor_percent_1Hz": 56.6899, "cycle": 234, "timestamp": "2023-02-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.13814666666633, "PS2_Pressure_bar_100Hz": 105.45413250000016, "PS3_Pressure_bar_100Hz": 1.6467633333333127, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.533005833333336, "PS6_Pressure_bar_100Hz": 8.47438066666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.278344999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.20216666666666, "TS1_Temperature_C_1Hz": 54.21658333333333, "TS2_Temperature_C_1Hz": 58.72348333333331, "TS3_Temperature_C_1Hz": 55.73698333333334, "TS4_Temperature_C_1Hz": 49.53914999999999, "P1_MotorPower_W_100Hz": 2416.7225666666923, "VS1_Vibration_mm_per_s_1Hz": 0.6549333333333336, "CE_CoolingEfficiency_percent_1Hz": 20.03215, "CP_CoolingPower_kW_1Hz": 1.5375166666666675, "SE_EfficiencyFactor_percent_1Hz": 56.677966666666705, "cycle": 235, "timestamp": "2023-02-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.16325166666684, "PS2_Pressure_bar_100Hz": 105.46844666666598, "PS3_Pressure_bar_100Hz": 1.644512999999985, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.532295333333321, "PS6_Pressure_bar_100Hz": 8.474168166666576, "FS1_VolumeFlow_l_per_min_10Hz": 6.274595000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.198979999999986, "TS1_Temperature_C_1Hz": 54.205266666666674, "TS2_Temperature_C_1Hz": 58.71539999999997, "TS3_Temperature_C_1Hz": 55.73843333333332, "TS4_Temperature_C_1Hz": 49.52441666666669, "P1_MotorPower_W_100Hz": 2417.130700000019, "VS1_Vibration_mm_per_s_1Hz": 0.6561166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.086850000000005, "CP_CoolingPower_kW_1Hz": 1.5405333333333338, "SE_EfficiencyFactor_percent_1Hz": 56.61715000000002, "cycle": 236, "timestamp": "2023-02-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.14724666666604, "PS2_Pressure_bar_100Hz": 105.45715816666664, "PS3_Pressure_bar_100Hz": 1.6413924999999805, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.532672333333307, "PS6_Pressure_bar_100Hz": 8.474373833333278, "FS1_VolumeFlow_l_per_min_10Hz": 6.276126666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.203809999999992, "TS1_Temperature_C_1Hz": 54.197266666666685, "TS2_Temperature_C_1Hz": 58.711233333333325, "TS3_Temperature_C_1Hz": 55.73851666666666, "TS4_Temperature_C_1Hz": 49.470633333333346, "P1_MotorPower_W_100Hz": 2415.724066666689, "VS1_Vibration_mm_per_s_1Hz": 0.6526666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.244566666666664, "CP_CoolingPower_kW_1Hz": 1.5527333333333335, "SE_EfficiencyFactor_percent_1Hz": 56.681733333333334, "cycle": 237, "timestamp": "2023-02-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.15361166666662, "PS2_Pressure_bar_100Hz": 105.47272933333353, "PS3_Pressure_bar_100Hz": 1.635878333333319, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.532786833333304, "PS6_Pressure_bar_100Hz": 8.474440666666586, "FS1_VolumeFlow_l_per_min_10Hz": 6.273711666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.203703333333324, "TS1_Temperature_C_1Hz": 54.23061666666668, "TS2_Temperature_C_1Hz": 58.72506666666665, "TS3_Temperature_C_1Hz": 55.722183333333334, "TS4_Temperature_C_1Hz": 49.46298333333334, "P1_MotorPower_W_100Hz": 2416.320299999986, "VS1_Vibration_mm_per_s_1Hz": 0.6607833333333333, "CE_CoolingEfficiency_percent_1Hz": 20.205950000000012, "CP_CoolingPower_kW_1Hz": 1.5513166666666671, "SE_EfficiencyFactor_percent_1Hz": 56.63658333333333, "cycle": 238, "timestamp": "2023-02-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.18933499999966, "PS2_Pressure_bar_100Hz": 105.53907300000003, "PS3_Pressure_bar_100Hz": 1.6368433333333154, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.533061166666641, "PS6_Pressure_bar_100Hz": 8.475307999999933, "FS1_VolumeFlow_l_per_min_10Hz": 6.278230000000007, "FS2_VolumeFlow_l_per_min_10Hz": 9.202696666666672, "TS1_Temperature_C_1Hz": 54.26781666666668, "TS2_Temperature_C_1Hz": 58.740899999999996, "TS3_Temperature_C_1Hz": 55.72689999999999, "TS4_Temperature_C_1Hz": 49.55001666666668, "P1_MotorPower_W_100Hz": 2415.542233333359, "VS1_Vibration_mm_per_s_1Hz": 0.65965, "CE_CoolingEfficiency_percent_1Hz": 19.972666666666665, "CP_CoolingPower_kW_1Hz": 1.532683333333334, "SE_EfficiencyFactor_percent_1Hz": 56.743416666666675, "cycle": 239, "timestamp": "2023-02-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.1431933333328, "PS2_Pressure_bar_100Hz": 105.4753099999999, "PS3_Pressure_bar_100Hz": 1.6344984999999823, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.530307999999968, "PS6_Pressure_bar_100Hz": 8.472250666666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.278116666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.200728333333334, "TS1_Temperature_C_1Hz": 54.24221666666667, "TS2_Temperature_C_1Hz": 58.75586666666665, "TS3_Temperature_C_1Hz": 55.74853333333331, "TS4_Temperature_C_1Hz": 49.57135, "P1_MotorPower_W_100Hz": 2414.678933333381, "VS1_Vibration_mm_per_s_1Hz": 0.6581333333333333, "CE_CoolingEfficiency_percent_1Hz": 19.943950000000005, "CP_CoolingPower_kW_1Hz": 1.53035, "SE_EfficiencyFactor_percent_1Hz": 56.72746666666667, "cycle": 240, "timestamp": "2023-02-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.1405383333331, "PS2_Pressure_bar_100Hz": 105.48286433333318, "PS3_Pressure_bar_100Hz": 1.6302041666666607, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.529633166666652, "PS6_Pressure_bar_100Hz": 8.471985833333232, "FS1_VolumeFlow_l_per_min_10Hz": 6.276336666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.199241666666659, "TS1_Temperature_C_1Hz": 54.24479999999999, "TS2_Temperature_C_1Hz": 58.756049999999995, "TS3_Temperature_C_1Hz": 55.76184999999998, "TS4_Temperature_C_1Hz": 49.60151666666668, "P1_MotorPower_W_100Hz": 2415.572766666688, "VS1_Vibration_mm_per_s_1Hz": 0.6481999999999998, "CE_CoolingEfficiency_percent_1Hz": 19.883416666666673, "CP_CoolingPower_kW_1Hz": 1.5271666666666663, "SE_EfficiencyFactor_percent_1Hz": 56.696016666666665, "cycle": 241, "timestamp": "2023-02-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.10530500000007, "PS2_Pressure_bar_100Hz": 105.61386616666664, "PS3_Pressure_bar_100Hz": 1.6481406666666483, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.52604466666663, "PS6_Pressure_bar_100Hz": 8.470275333333273, "FS1_VolumeFlow_l_per_min_10Hz": 6.263731666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.19949999999999, "TS1_Temperature_C_1Hz": 54.2562, "TS2_Temperature_C_1Hz": 58.76073333333333, "TS3_Temperature_C_1Hz": 55.75986666666666, "TS4_Temperature_C_1Hz": 49.64970000000001, "P1_MotorPower_W_100Hz": 2414.5792333333516, "VS1_Vibration_mm_per_s_1Hz": 0.6577833333333335, "CE_CoolingEfficiency_percent_1Hz": 19.793850000000003, "CP_CoolingPower_kW_1Hz": 1.5142166666666668, "SE_EfficiencyFactor_percent_1Hz": 56.51879999999999, "cycle": 242, "timestamp": "2023-02-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.0801383333329, "PS2_Pressure_bar_100Hz": 105.60504516666668, "PS3_Pressure_bar_100Hz": 1.6437976666666525, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.529821333333334, "PS6_Pressure_bar_100Hz": 8.473554333333269, "FS1_VolumeFlow_l_per_min_10Hz": 6.277600000000006, "FS2_VolumeFlow_l_per_min_10Hz": 9.203396666666658, "TS1_Temperature_C_1Hz": 54.27685, "TS2_Temperature_C_1Hz": 58.74099999999998, "TS3_Temperature_C_1Hz": 55.776383333333335, "TS4_Temperature_C_1Hz": 49.65064999999998, "P1_MotorPower_W_100Hz": 2415.26106666674, "VS1_Vibration_mm_per_s_1Hz": 0.65895, "CE_CoolingEfficiency_percent_1Hz": 19.978116666666665, "CP_CoolingPower_kW_1Hz": 1.5190166666666665, "SE_EfficiencyFactor_percent_1Hz": 56.743066666666664, "cycle": 243, "timestamp": "2023-02-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.10274666666666, "PS2_Pressure_bar_100Hz": 105.60808416666661, "PS3_Pressure_bar_100Hz": 1.6462598333333158, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.530912499999987, "PS6_Pressure_bar_100Hz": 8.472395166666608, "FS1_VolumeFlow_l_per_min_10Hz": 6.279354999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.201044999999999, "TS1_Temperature_C_1Hz": 54.29854999999999, "TS2_Temperature_C_1Hz": 58.75361666666666, "TS3_Temperature_C_1Hz": 55.78230000000001, "TS4_Temperature_C_1Hz": 49.59076666666667, "P1_MotorPower_W_100Hz": 2415.504433333374, "VS1_Vibration_mm_per_s_1Hz": 0.6599499999999999, "CE_CoolingEfficiency_percent_1Hz": 20.18196666666667, "CP_CoolingPower_kW_1Hz": 1.5357833333333342, "SE_EfficiencyFactor_percent_1Hz": 56.7459, "cycle": 244, "timestamp": "2023-03-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.14315166666626, "PS2_Pressure_bar_100Hz": 105.66754483333304, "PS3_Pressure_bar_100Hz": 1.6435209999999802, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.527812166666621, "PS6_Pressure_bar_100Hz": 8.472544833333275, "FS1_VolumeFlow_l_per_min_10Hz": 6.2727033333333395, "FS2_VolumeFlow_l_per_min_10Hz": 9.199581666666669, "TS1_Temperature_C_1Hz": 54.30125, "TS2_Temperature_C_1Hz": 58.75688333333332, "TS3_Temperature_C_1Hz": 55.764833333333314, "TS4_Temperature_C_1Hz": 49.5683, "P1_MotorPower_W_100Hz": 2416.611900000032, "VS1_Vibration_mm_per_s_1Hz": 0.6632999999999998, "CE_CoolingEfficiency_percent_1Hz": 20.124233333333333, "CP_CoolingPower_kW_1Hz": 1.5354500000000004, "SE_EfficiencyFactor_percent_1Hz": 56.69334999999998, "cycle": 245, "timestamp": "2023-03-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.17788833333327, "PS2_Pressure_bar_100Hz": 105.68199333333358, "PS3_Pressure_bar_100Hz": 1.6432901666666517, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.525702333333312, "PS6_Pressure_bar_100Hz": 8.468928833333266, "FS1_VolumeFlow_l_per_min_10Hz": 6.262866666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.19718666666666, "TS1_Temperature_C_1Hz": 54.30936666666666, "TS2_Temperature_C_1Hz": 58.77483333333331, "TS3_Temperature_C_1Hz": 55.80343333333334, "TS4_Temperature_C_1Hz": 49.60755000000002, "P1_MotorPower_W_100Hz": 2414.041200000019, "VS1_Vibration_mm_per_s_1Hz": 0.6626666666666667, "CE_CoolingEfficiency_percent_1Hz": 20.11825, "CP_CoolingPower_kW_1Hz": 1.5356833333333335, "SE_EfficiencyFactor_percent_1Hz": 56.59580000000002, "cycle": 246, "timestamp": "2023-03-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.15176999999923, "PS2_Pressure_bar_100Hz": 105.64506583333329, "PS3_Pressure_bar_100Hz": 1.6427018333333192, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.527003166666676, "PS6_Pressure_bar_100Hz": 8.470039999999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.27747333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.19833833333332, "TS1_Temperature_C_1Hz": 54.30425000000001, "TS2_Temperature_C_1Hz": 58.785383333333336, "TS3_Temperature_C_1Hz": 55.7914, "TS4_Temperature_C_1Hz": 49.569633333333336, "P1_MotorPower_W_100Hz": 2413.8982666667275, "VS1_Vibration_mm_per_s_1Hz": 0.6582666666666664, "CE_CoolingEfficiency_percent_1Hz": 20.158333333333324, "CP_CoolingPower_kW_1Hz": 1.5421500000000004, "SE_EfficiencyFactor_percent_1Hz": 56.809749999999994, "cycle": 247, "timestamp": "2023-03-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 174.52467499999946, "PS2_Pressure_bar_100Hz": 124.96502849999969, "PS3_Pressure_bar_100Hz": 1.0609768333333143, "PS4_Pressure_bar_100Hz": 0.0009195, "PS5_Pressure_bar_100Hz": 8.52107233333338, "PS6_Pressure_bar_100Hz": 8.463685499999944, "FS1_VolumeFlow_l_per_min_10Hz": 3.0416666666666705, "FS2_VolumeFlow_l_per_min_10Hz": 9.186668333333321, "TS1_Temperature_C_1Hz": 54.267833333333336, "TS2_Temperature_C_1Hz": 58.56838333333334, "TS3_Temperature_C_1Hz": 55.83441666666668, "TS4_Temperature_C_1Hz": 49.66506666666668, "P1_MotorPower_W_100Hz": 2657.6448000000455, "VS1_Vibration_mm_per_s_1Hz": 0.7355999999999997, "CE_CoolingEfficiency_percent_1Hz": 19.895616666666662, "CP_CoolingPower_kW_1Hz": 1.526666666666667, "SE_EfficiencyFactor_percent_1Hz": 28.191516666666683, "cycle": 248, "timestamp": "2023-03-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.69969666666688, "PS2_Pressure_bar_100Hz": 105.79618866666678, "PS3_Pressure_bar_100Hz": 1.6729408333333198, "PS4_Pressure_bar_100Hz": 0.09240716666666667, "PS5_Pressure_bar_100Hz": 8.51575833333336, "PS6_Pressure_bar_100Hz": 8.459304499999957, "FS1_VolumeFlow_l_per_min_10Hz": 6.322314999999993, "FS2_VolumeFlow_l_per_min_10Hz": 9.181346666666663, "TS1_Temperature_C_1Hz": 54.37931666666666, "TS2_Temperature_C_1Hz": 58.644299999999994, "TS3_Temperature_C_1Hz": 55.912783333333344, "TS4_Temperature_C_1Hz": 49.72891666666666, "P1_MotorPower_W_100Hz": 2419.997700000043, "VS1_Vibration_mm_per_s_1Hz": 0.7487333333333333, "CE_CoolingEfficiency_percent_1Hz": 19.86623333333333, "CP_CoolingPower_kW_1Hz": 1.5285666666666673, "SE_EfficiencyFactor_percent_1Hz": 56.091533333333345, "cycle": 249, "timestamp": "2023-03-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.35141666666627, "PS2_Pressure_bar_100Hz": 105.88611583333362, "PS3_Pressure_bar_100Hz": 1.6746866666666538, "PS4_Pressure_bar_100Hz": 3.516666666666667e-05, "PS5_Pressure_bar_100Hz": 8.516812333333382, "PS6_Pressure_bar_100Hz": 8.459879166666596, "FS1_VolumeFlow_l_per_min_10Hz": 6.261666666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.190898333333338, "TS1_Temperature_C_1Hz": 54.392566666666646, "TS2_Temperature_C_1Hz": 58.79964999999998, "TS3_Temperature_C_1Hz": 55.96599999999998, "TS4_Temperature_C_1Hz": 49.80604999999999, "P1_MotorPower_W_100Hz": 2415.9507000000713, "VS1_Vibration_mm_per_s_1Hz": 0.6626833333333332, "CE_CoolingEfficiency_percent_1Hz": 19.75756666666667, "CP_CoolingPower_kW_1Hz": 1.524816666666667, "SE_EfficiencyFactor_percent_1Hz": 56.58341666666665, "cycle": 250, "timestamp": "2023-03-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.33119999999954, "PS2_Pressure_bar_100Hz": 105.82909616666672, "PS3_Pressure_bar_100Hz": 1.6716509999999913, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.515580166666755, "PS6_Pressure_bar_100Hz": 8.459465999999917, "FS1_VolumeFlow_l_per_min_10Hz": 6.252948333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.188773333333325, "TS1_Temperature_C_1Hz": 54.41535000000002, "TS2_Temperature_C_1Hz": 58.86881666666668, "TS3_Temperature_C_1Hz": 55.94218333333334, "TS4_Temperature_C_1Hz": 49.71193333333333, "P1_MotorPower_W_100Hz": 2416.5707000000043, "VS1_Vibration_mm_per_s_1Hz": 0.6574999999999996, "CE_CoolingEfficiency_percent_1Hz": 20.00780000000001, "CP_CoolingPower_kW_1Hz": 1.5437833333333335, "SE_EfficiencyFactor_percent_1Hz": 56.475149999999985, "cycle": 251, "timestamp": "2023-03-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.44581333333358, "PS2_Pressure_bar_100Hz": 105.88788016666636, "PS3_Pressure_bar_100Hz": 1.6941101666666476, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.512950500000038, "PS6_Pressure_bar_100Hz": 8.457312666666613, "FS1_VolumeFlow_l_per_min_10Hz": 6.3483266666666625, "FS2_VolumeFlow_l_per_min_10Hz": 9.189443333333312, "TS1_Temperature_C_1Hz": 54.40338333333331, "TS2_Temperature_C_1Hz": 58.8978, "TS3_Temperature_C_1Hz": 55.96531666666667, "TS4_Temperature_C_1Hz": 49.701333333333324, "P1_MotorPower_W_100Hz": 2403.7806000000346, "VS1_Vibration_mm_per_s_1Hz": 0.6617166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.097733333333334, "CP_CoolingPower_kW_1Hz": 1.5501666666666671, "SE_EfficiencyFactor_percent_1Hz": 57.64861666666669, "cycle": 252, "timestamp": "2023-03-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.53164666666626, "PS2_Pressure_bar_100Hz": 105.14576750000012, "PS3_Pressure_bar_100Hz": 1.6856839999999893, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.51090216666673, "PS6_Pressure_bar_100Hz": 8.454632999999966, "FS1_VolumeFlow_l_per_min_10Hz": 6.30914, "FS2_VolumeFlow_l_per_min_10Hz": 9.18551333333333, "TS1_Temperature_C_1Hz": 54.399249999999974, "TS2_Temperature_C_1Hz": 58.90625000000001, "TS3_Temperature_C_1Hz": 55.983166666666676, "TS4_Temperature_C_1Hz": 49.750383333333325, "P1_MotorPower_W_100Hz": 2403.5907666666717, "VS1_Vibration_mm_per_s_1Hz": 0.6581499999999998, "CE_CoolingEfficiency_percent_1Hz": 20.003899999999998, "CP_CoolingPower_kW_1Hz": 1.5417000000000012, "SE_EfficiencyFactor_percent_1Hz": 56.65808333333335, "cycle": 253, "timestamp": "2023-03-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.77873666666673, "PS2_Pressure_bar_100Hz": 105.41461916666685, "PS3_Pressure_bar_100Hz": 1.6816738333333112, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.516283333333384, "PS6_Pressure_bar_100Hz": 8.460181666666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.323076666666674, "FS2_VolumeFlow_l_per_min_10Hz": 9.191216666666666, "TS1_Temperature_C_1Hz": 54.425416666666656, "TS2_Temperature_C_1Hz": 58.92308333333333, "TS3_Temperature_C_1Hz": 55.91421666666667, "TS4_Temperature_C_1Hz": 49.68899999999998, "P1_MotorPower_W_100Hz": 2407.078066666663, "VS1_Vibration_mm_per_s_1Hz": 0.6618833333333335, "CE_CoolingEfficiency_percent_1Hz": 20.041666666666675, "CP_CoolingPower_kW_1Hz": 1.5432499999999998, "SE_EfficiencyFactor_percent_1Hz": 56.91126666666665, "cycle": 254, "timestamp": "2023-03-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.62522333333254, "PS2_Pressure_bar_100Hz": 105.24694266666663, "PS3_Pressure_bar_100Hz": 1.6743694999999836, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.514000500000053, "PS6_Pressure_bar_100Hz": 8.45798783333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.32191, "FS2_VolumeFlow_l_per_min_10Hz": 9.18725166666665, "TS1_Temperature_C_1Hz": 54.43626666666665, "TS2_Temperature_C_1Hz": 58.93991666666666, "TS3_Temperature_C_1Hz": 55.96181666666666, "TS4_Temperature_C_1Hz": 49.73215000000002, "P1_MotorPower_W_100Hz": 2404.9846666666876, "VS1_Vibration_mm_per_s_1Hz": 0.6637666666666667, "CE_CoolingEfficiency_percent_1Hz": 20.03676666666667, "CP_CoolingPower_kW_1Hz": 1.5434000000000008, "SE_EfficiencyFactor_percent_1Hz": 56.856433333333335, "cycle": 255, "timestamp": "2023-03-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.60880999999927, "PS2_Pressure_bar_100Hz": 105.25344699999944, "PS3_Pressure_bar_100Hz": 1.683911999999993, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.514776000000026, "PS6_Pressure_bar_100Hz": 8.458496166666585, "FS1_VolumeFlow_l_per_min_10Hz": 6.323081666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.189069999999996, "TS1_Temperature_C_1Hz": 54.42731666666666, "TS2_Temperature_C_1Hz": 58.92891666666665, "TS3_Temperature_C_1Hz": 55.97200000000001, "TS4_Temperature_C_1Hz": 49.71175, "P1_MotorPower_W_100Hz": 2405.304066666669, "VS1_Vibration_mm_per_s_1Hz": 0.6574500000000001, "CE_CoolingEfficiency_percent_1Hz": 20.122849999999993, "CP_CoolingPower_kW_1Hz": 1.5478, "SE_EfficiencyFactor_percent_1Hz": 56.812050000000006, "cycle": 256, "timestamp": "2023-03-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.6177350000001, "PS2_Pressure_bar_100Hz": 105.23343033333363, "PS3_Pressure_bar_100Hz": 1.6891908333333088, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.515900333333363, "PS6_Pressure_bar_100Hz": 8.459166666666599, "FS1_VolumeFlow_l_per_min_10Hz": 6.32406, "FS2_VolumeFlow_l_per_min_10Hz": 9.182794999999995, "TS1_Temperature_C_1Hz": 54.43675, "TS2_Temperature_C_1Hz": 58.94363333333332, "TS3_Temperature_C_1Hz": 55.94178333333331, "TS4_Temperature_C_1Hz": 49.69943333333334, "P1_MotorPower_W_100Hz": 2405.6615000000174, "VS1_Vibration_mm_per_s_1Hz": 0.6561666666666668, "CE_CoolingEfficiency_percent_1Hz": 20.074900000000003, "CP_CoolingPower_kW_1Hz": 1.5434333333333339, "SE_EfficiencyFactor_percent_1Hz": 56.85068333333332, "cycle": 257, "timestamp": "2023-03-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.54106166666628, "PS2_Pressure_bar_100Hz": 105.17587449999998, "PS3_Pressure_bar_100Hz": 1.677613333333315, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.519090166666679, "PS6_Pressure_bar_100Hz": 8.463370666666613, "FS1_VolumeFlow_l_per_min_10Hz": 6.317818333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.186470000000002, "TS1_Temperature_C_1Hz": 54.429199999999994, "TS2_Temperature_C_1Hz": 58.94663333333334, "TS3_Temperature_C_1Hz": 55.94531666666668, "TS4_Temperature_C_1Hz": 49.70681666666665, "P1_MotorPower_W_100Hz": 2406.0709333333784, "VS1_Vibration_mm_per_s_1Hz": 0.6615333333333334, "CE_CoolingEfficiency_percent_1Hz": 20.02005, "CP_CoolingPower_kW_1Hz": 1.54465, "SE_EfficiencyFactor_percent_1Hz": 56.6454, "cycle": 258, "timestamp": "2023-03-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.5375899999997, "PS2_Pressure_bar_100Hz": 105.16670799999987, "PS3_Pressure_bar_100Hz": 1.6863371666666505, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.51970833333336, "PS6_Pressure_bar_100Hz": 8.46354149999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.323316666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.190746666666648, "TS1_Temperature_C_1Hz": 54.43025, "TS2_Temperature_C_1Hz": 58.93795, "TS3_Temperature_C_1Hz": 55.9354, "TS4_Temperature_C_1Hz": 49.688550000000006, "P1_MotorPower_W_100Hz": 2407.6992666667165, "VS1_Vibration_mm_per_s_1Hz": 0.6579666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.081416666666662, "CP_CoolingPower_kW_1Hz": 1.5466500000000005, "SE_EfficiencyFactor_percent_1Hz": 56.71733333333331, "cycle": 259, "timestamp": "2023-03-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.53609333333324, "PS2_Pressure_bar_100Hz": 105.1998408333333, "PS3_Pressure_bar_100Hz": 1.681310999999974, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.524157166666656, "PS6_Pressure_bar_100Hz": 8.46738833333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.324766666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.19373333333333, "TS1_Temperature_C_1Hz": 54.45076666666666, "TS2_Temperature_C_1Hz": 58.940599999999996, "TS3_Temperature_C_1Hz": 55.91088333333333, "TS4_Temperature_C_1Hz": 49.692099999999996, "P1_MotorPower_W_100Hz": 2407.3794333333326, "VS1_Vibration_mm_per_s_1Hz": 0.6573333333333334, "CE_CoolingEfficiency_percent_1Hz": 20.05143333333333, "CP_CoolingPower_kW_1Hz": 1.540316666666667, "SE_EfficiencyFactor_percent_1Hz": 56.761300000000006, "cycle": 260, "timestamp": "2023-03-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.5503366666668, "PS2_Pressure_bar_100Hz": 105.17870783333312, "PS3_Pressure_bar_100Hz": 1.6822343333333234, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.518696833333367, "PS6_Pressure_bar_100Hz": 8.461577333333313, "FS1_VolumeFlow_l_per_min_10Hz": 6.317628333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.188836666666651, "TS1_Temperature_C_1Hz": 54.42568333333333, "TS2_Temperature_C_1Hz": 58.93233333333333, "TS3_Temperature_C_1Hz": 55.94474999999999, "TS4_Temperature_C_1Hz": 49.67564999999999, "P1_MotorPower_W_100Hz": 2407.595933333349, "VS1_Vibration_mm_per_s_1Hz": 0.6504666666666667, "CE_CoolingEfficiency_percent_1Hz": 20.195549999999994, "CP_CoolingPower_kW_1Hz": 1.5535333333333339, "SE_EfficiencyFactor_percent_1Hz": 56.636683333333366, "cycle": 261, "timestamp": "2023-03-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.53497166666668, "PS2_Pressure_bar_100Hz": 105.20867899999985, "PS3_Pressure_bar_100Hz": 1.6818459999999846, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.51773000000007, "PS6_Pressure_bar_100Hz": 8.460132999999951, "FS1_VolumeFlow_l_per_min_10Hz": 6.34694, "FS2_VolumeFlow_l_per_min_10Hz": 9.189451666666658, "TS1_Temperature_C_1Hz": 54.418800000000005, "TS2_Temperature_C_1Hz": 58.92105, "TS3_Temperature_C_1Hz": 55.93743333333332, "TS4_Temperature_C_1Hz": 49.68588333333334, "P1_MotorPower_W_100Hz": 2407.4352666666646, "VS1_Vibration_mm_per_s_1Hz": 0.6539499999999998, "CE_CoolingEfficiency_percent_1Hz": 20.095633333333335, "CP_CoolingPower_kW_1Hz": 1.5482833333333332, "SE_EfficiencyFactor_percent_1Hz": 57.10966666666664, "cycle": 262, "timestamp": "2023-03-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.43022833333347, "PS2_Pressure_bar_100Hz": 105.40688566666702, "PS3_Pressure_bar_100Hz": 1.6864263333333178, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.521740666666707, "PS6_Pressure_bar_100Hz": 8.464351666666637, "FS1_VolumeFlow_l_per_min_10Hz": 6.360999999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.197869999999993, "TS1_Temperature_C_1Hz": 54.42963333333333, "TS2_Temperature_C_1Hz": 58.920016666666655, "TS3_Temperature_C_1Hz": 55.895916666666636, "TS4_Temperature_C_1Hz": 49.679566666666666, "P1_MotorPower_W_100Hz": 2403.9932666666987, "VS1_Vibration_mm_per_s_1Hz": 0.6591999999999999, "CE_CoolingEfficiency_percent_1Hz": 19.986699999999995, "CP_CoolingPower_kW_1Hz": 1.5408000000000008, "SE_EfficiencyFactor_percent_1Hz": 57.608766666666696, "cycle": 263, "timestamp": "2023-03-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.41084166666656, "PS2_Pressure_bar_100Hz": 105.4172750000001, "PS3_Pressure_bar_100Hz": 1.6854078333333116, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.523272166666725, "PS6_Pressure_bar_100Hz": 8.465658833333254, "FS1_VolumeFlow_l_per_min_10Hz": 6.359023333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.194001666666667, "TS1_Temperature_C_1Hz": 54.435066666666664, "TS2_Temperature_C_1Hz": 58.920549999999984, "TS3_Temperature_C_1Hz": 55.86251666666666, "TS4_Temperature_C_1Hz": 49.66836666666668, "P1_MotorPower_W_100Hz": 2402.7764000000147, "VS1_Vibration_mm_per_s_1Hz": 0.6637500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.954949999999997, "CP_CoolingPower_kW_1Hz": 1.5360000000000003, "SE_EfficiencyFactor_percent_1Hz": 57.604716666666675, "cycle": 264, "timestamp": "2023-03-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.431336666666, "PS2_Pressure_bar_100Hz": 105.42347450000017, "PS3_Pressure_bar_100Hz": 1.694397333333313, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.516822666666686, "PS6_Pressure_bar_100Hz": 8.45997033333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.3531699999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.18836999999999, "TS1_Temperature_C_1Hz": 54.416033333333324, "TS2_Temperature_C_1Hz": 58.915266666666675, "TS3_Temperature_C_1Hz": 55.92068333333332, "TS4_Temperature_C_1Hz": 49.702149999999996, "P1_MotorPower_W_100Hz": 2403.2806333333892, "VS1_Vibration_mm_per_s_1Hz": 0.6520666666666665, "CE_CoolingEfficiency_percent_1Hz": 20.04359999999999, "CP_CoolingPower_kW_1Hz": 1.5411166666666667, "SE_EfficiencyFactor_percent_1Hz": 57.51649999999998, "cycle": 265, "timestamp": "2023-03-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.44602333333287, "PS2_Pressure_bar_100Hz": 105.40592149999996, "PS3_Pressure_bar_100Hz": 1.6873778333333218, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.522140999999987, "PS6_Pressure_bar_100Hz": 8.465121833333255, "FS1_VolumeFlow_l_per_min_10Hz": 6.354040000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.19242333333333, "TS1_Temperature_C_1Hz": 54.42444999999999, "TS2_Temperature_C_1Hz": 58.92155000000001, "TS3_Temperature_C_1Hz": 55.893166666666644, "TS4_Temperature_C_1Hz": 49.71088333333334, "P1_MotorPower_W_100Hz": 2403.864100000011, "VS1_Vibration_mm_per_s_1Hz": 0.6595000000000003, "CE_CoolingEfficiency_percent_1Hz": 19.9312, "CP_CoolingPower_kW_1Hz": 1.5293000000000008, "SE_EfficiencyFactor_percent_1Hz": 57.49393333333335, "cycle": 266, "timestamp": "2023-03-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.4734883333337, "PS2_Pressure_bar_100Hz": 105.442915833333, "PS3_Pressure_bar_100Hz": 1.68867949999998, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.519421833333354, "PS6_Pressure_bar_100Hz": 8.462362499999928, "FS1_VolumeFlow_l_per_min_10Hz": 6.361383333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.191411666666651, "TS1_Temperature_C_1Hz": 54.41753333333332, "TS2_Temperature_C_1Hz": 58.92131666666667, "TS3_Temperature_C_1Hz": 55.88086666666664, "TS4_Temperature_C_1Hz": 49.63633333333333, "P1_MotorPower_W_100Hz": 2404.470166666706, "VS1_Vibration_mm_per_s_1Hz": 0.6620500000000001, "CE_CoolingEfficiency_percent_1Hz": 20.108700000000006, "CP_CoolingPower_kW_1Hz": 1.5476166666666669, "SE_EfficiencyFactor_percent_1Hz": 57.627266666666664, "cycle": 267, "timestamp": "2023-03-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.47453333333283, "PS2_Pressure_bar_100Hz": 105.43527516666703, "PS3_Pressure_bar_100Hz": 1.6827774999999907, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.520348833333331, "PS6_Pressure_bar_100Hz": 8.462436333333315, "FS1_VolumeFlow_l_per_min_10Hz": 6.361965000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.19249833333333, "TS1_Temperature_C_1Hz": 54.401299999999985, "TS2_Temperature_C_1Hz": 58.90553333333335, "TS3_Temperature_C_1Hz": 55.89123333333331, "TS4_Temperature_C_1Hz": 49.644866666666665, "P1_MotorPower_W_100Hz": 2405.021666666693, "VS1_Vibration_mm_per_s_1Hz": 0.6614166666666665, "CE_CoolingEfficiency_percent_1Hz": 20.095599999999997, "CP_CoolingPower_kW_1Hz": 1.5473666666666677, "SE_EfficiencyFactor_percent_1Hz": 57.60453333333332, "cycle": 268, "timestamp": "2023-03-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.42911999999922, "PS2_Pressure_bar_100Hz": 105.37930266666696, "PS3_Pressure_bar_100Hz": 1.6914596666666557, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.523136166666704, "PS6_Pressure_bar_100Hz": 8.464985666666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.359044999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.192669999999993, "TS1_Temperature_C_1Hz": 54.42024999999999, "TS2_Temperature_C_1Hz": 58.908083333333344, "TS3_Temperature_C_1Hz": 55.90449999999998, "TS4_Temperature_C_1Hz": 49.640766666666686, "P1_MotorPower_W_100Hz": 2405.285333333337, "VS1_Vibration_mm_per_s_1Hz": 0.6638333333333332, "CE_CoolingEfficiency_percent_1Hz": 20.134016666666675, "CP_CoolingPower_kW_1Hz": 1.5516666666666667, "SE_EfficiencyFactor_percent_1Hz": 57.50898333333334, "cycle": 269, "timestamp": "2023-03-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.47316333333333, "PS2_Pressure_bar_100Hz": 105.44792433333303, "PS3_Pressure_bar_100Hz": 1.6856351666666471, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.52141833333339, "PS6_Pressure_bar_100Hz": 8.463499499999958, "FS1_VolumeFlow_l_per_min_10Hz": 6.359939999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.189859999999992, "TS1_Temperature_C_1Hz": 54.42564999999999, "TS2_Temperature_C_1Hz": 58.896600000000014, "TS3_Temperature_C_1Hz": 55.91341666666665, "TS4_Temperature_C_1Hz": 49.65478333333333, "P1_MotorPower_W_100Hz": 2407.5037000000593, "VS1_Vibration_mm_per_s_1Hz": 0.6564333333333336, "CE_CoolingEfficiency_percent_1Hz": 20.117449999999998, "CP_CoolingPower_kW_1Hz": 1.5501166666666664, "SE_EfficiencyFactor_percent_1Hz": 57.46774999999999, "cycle": 270, "timestamp": "2023-03-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.454281666666, "PS2_Pressure_bar_100Hz": 105.42991116666674, "PS3_Pressure_bar_100Hz": 1.6865809999999843, "PS4_Pressure_bar_100Hz": 0.009819666666666671, "PS5_Pressure_bar_100Hz": 8.52133300000002, "PS6_Pressure_bar_100Hz": 8.46437533333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.361310000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.190199999999999, "TS1_Temperature_C_1Hz": 54.423933333333345, "TS2_Temperature_C_1Hz": 58.906750000000024, "TS3_Temperature_C_1Hz": 55.89811666666665, "TS4_Temperature_C_1Hz": 49.67731666666667, "P1_MotorPower_W_100Hz": 2403.61260000003, "VS1_Vibration_mm_per_s_1Hz": 0.6546833333333333, "CE_CoolingEfficiency_percent_1Hz": 20.034133333333326, "CP_CoolingPower_kW_1Hz": 1.5414000000000008, "SE_EfficiencyFactor_percent_1Hz": 57.622233333333334, "cycle": 271, "timestamp": "2023-03-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.52117666666626, "PS2_Pressure_bar_100Hz": 105.5035138333338, "PS3_Pressure_bar_100Hz": 1.684018666666642, "PS4_Pressure_bar_100Hz": 0.005917666666666668, "PS5_Pressure_bar_100Hz": 8.518787333333409, "PS6_Pressure_bar_100Hz": 8.461621999999952, "FS1_VolumeFlow_l_per_min_10Hz": 6.360868333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.188019999999995, "TS1_Temperature_C_1Hz": 54.39718333333331, "TS2_Temperature_C_1Hz": 58.915066666666654, "TS3_Temperature_C_1Hz": 55.88641666666667, "TS4_Temperature_C_1Hz": 49.67828333333333, "P1_MotorPower_W_100Hz": 2403.915900000041, "VS1_Vibration_mm_per_s_1Hz": 0.662583333333333, "CE_CoolingEfficiency_percent_1Hz": 19.992433333333334, "CP_CoolingPower_kW_1Hz": 1.5368000000000006, "SE_EfficiencyFactor_percent_1Hz": 57.64625000000001, "cycle": 272, "timestamp": "2023-03-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.43207000000038, "PS2_Pressure_bar_100Hz": 105.67923899999998, "PS3_Pressure_bar_100Hz": 1.6924598333333105, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.518961000000026, "PS6_Pressure_bar_100Hz": 8.462037666666646, "FS1_VolumeFlow_l_per_min_10Hz": 6.373828333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.18917666666666, "TS1_Temperature_C_1Hz": 54.38178333333334, "TS2_Temperature_C_1Hz": 58.90488333333334, "TS3_Temperature_C_1Hz": 55.90963333333333, "TS4_Temperature_C_1Hz": 49.676966666666665, "P1_MotorPower_W_100Hz": 2403.358566666684, "VS1_Vibration_mm_per_s_1Hz": 0.65925, "CE_CoolingEfficiency_percent_1Hz": 20.037216666666662, "CP_CoolingPower_kW_1Hz": 1.5417166666666666, "SE_EfficiencyFactor_percent_1Hz": 57.967800000000025, "cycle": 273, "timestamp": "2023-03-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.47305833333286, "PS2_Pressure_bar_100Hz": 105.72723233333288, "PS3_Pressure_bar_100Hz": 1.6853828333333223, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.523292333333316, "PS6_Pressure_bar_100Hz": 8.466698999999945, "FS1_VolumeFlow_l_per_min_10Hz": 6.372716666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.196474999999994, "TS1_Temperature_C_1Hz": 54.41794999999999, "TS2_Temperature_C_1Hz": 58.91395000000001, "TS3_Temperature_C_1Hz": 55.85618333333332, "TS4_Temperature_C_1Hz": 49.62728333333335, "P1_MotorPower_W_100Hz": 2404.4339666666892, "VS1_Vibration_mm_per_s_1Hz": 0.6560166666666668, "CE_CoolingEfficiency_percent_1Hz": 20.118316666666665, "CP_CoolingPower_kW_1Hz": 1.5431500000000005, "SE_EfficiencyFactor_percent_1Hz": 57.932800000000015, "cycle": 274, "timestamp": "2023-03-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.47508500000035, "PS2_Pressure_bar_100Hz": 105.72549766666681, "PS3_Pressure_bar_100Hz": 1.6937363333333177, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.52169733333336, "PS6_Pressure_bar_100Hz": 8.465156499999932, "FS1_VolumeFlow_l_per_min_10Hz": 6.373049999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.193644999999991, "TS1_Temperature_C_1Hz": 54.42836666666666, "TS2_Temperature_C_1Hz": 58.925349999999995, "TS3_Temperature_C_1Hz": 55.86139999999999, "TS4_Temperature_C_1Hz": 49.603699999999996, "P1_MotorPower_W_100Hz": 2404.1918333333715, "VS1_Vibration_mm_per_s_1Hz": 0.6532999999999999, "CE_CoolingEfficiency_percent_1Hz": 20.21173333333333, "CP_CoolingPower_kW_1Hz": 1.5491333333333337, "SE_EfficiencyFactor_percent_1Hz": 57.99139999999999, "cycle": 275, "timestamp": "2023-04-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.47464666666696, "PS2_Pressure_bar_100Hz": 105.71253799999963, "PS3_Pressure_bar_100Hz": 1.6910926666666544, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.519653166666696, "PS6_Pressure_bar_100Hz": 8.462955666666604, "FS1_VolumeFlow_l_per_min_10Hz": 6.370924999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.192629999999994, "TS1_Temperature_C_1Hz": 54.37680000000002, "TS2_Temperature_C_1Hz": 58.931599999999996, "TS3_Temperature_C_1Hz": 55.908616666666646, "TS4_Temperature_C_1Hz": 49.683816666666665, "P1_MotorPower_W_100Hz": 2405.477500000068, "VS1_Vibration_mm_per_s_1Hz": 0.6561833333333331, "CE_CoolingEfficiency_percent_1Hz": 20.074416666666664, "CP_CoolingPower_kW_1Hz": 1.5419500000000002, "SE_EfficiencyFactor_percent_1Hz": 57.91636666666667, "cycle": 276, "timestamp": "2023-04-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.47439333333324, "PS2_Pressure_bar_100Hz": 105.73309783333325, "PS3_Pressure_bar_100Hz": 1.6871534999999862, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.519300500000044, "PS6_Pressure_bar_100Hz": 8.461148499999915, "FS1_VolumeFlow_l_per_min_10Hz": 6.3690383333333385, "FS2_VolumeFlow_l_per_min_10Hz": 9.192801666666652, "TS1_Temperature_C_1Hz": 54.37398333333333, "TS2_Temperature_C_1Hz": 58.91918333333333, "TS3_Temperature_C_1Hz": 55.90859999999999, "TS4_Temperature_C_1Hz": 49.71446666666668, "P1_MotorPower_W_100Hz": 2405.996233333386, "VS1_Vibration_mm_per_s_1Hz": 0.6546500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.971116666666664, "CP_CoolingPower_kW_1Hz": 1.5356000000000007, "SE_EfficiencyFactor_percent_1Hz": 57.90495000000005, "cycle": 277, "timestamp": "2023-04-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.48911833333366, "PS2_Pressure_bar_100Hz": 105.7140943333332, "PS3_Pressure_bar_100Hz": 1.698727833333321, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.521246333333343, "PS6_Pressure_bar_100Hz": 8.463436666666647, "FS1_VolumeFlow_l_per_min_10Hz": 6.370060000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.196833333333323, "TS1_Temperature_C_1Hz": 54.40424999999998, "TS2_Temperature_C_1Hz": 58.92361666666665, "TS3_Temperature_C_1Hz": 55.89126666666664, "TS4_Temperature_C_1Hz": 49.70446666666666, "P1_MotorPower_W_100Hz": 2405.7734666667325, "VS1_Vibration_mm_per_s_1Hz": 0.6592833333333331, "CE_CoolingEfficiency_percent_1Hz": 19.972633333333338, "CP_CoolingPower_kW_1Hz": 1.5332500000000002, "SE_EfficiencyFactor_percent_1Hz": 57.88298333333333, "cycle": 278, "timestamp": "2023-04-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.4460983333336, "PS2_Pressure_bar_100Hz": 105.71729599999995, "PS3_Pressure_bar_100Hz": 1.6931363333333123, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.520092500000047, "PS6_Pressure_bar_100Hz": 8.46430033333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.368031666666676, "FS2_VolumeFlow_l_per_min_10Hz": 9.197569999999995, "TS1_Temperature_C_1Hz": 54.42998333333334, "TS2_Temperature_C_1Hz": 58.94351666666666, "TS3_Temperature_C_1Hz": 55.865249999999975, "TS4_Temperature_C_1Hz": 49.7053, "P1_MotorPower_W_100Hz": 2405.6343333333734, "VS1_Vibration_mm_per_s_1Hz": 0.6558333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.911049999999996, "CP_CoolingPower_kW_1Hz": 1.528200000000001, "SE_EfficiencyFactor_percent_1Hz": 57.88284999999999, "cycle": 279, "timestamp": "2023-04-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.44836000000026, "PS2_Pressure_bar_100Hz": 105.69176183333363, "PS3_Pressure_bar_100Hz": 1.700347166666661, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.51733700000005, "PS6_Pressure_bar_100Hz": 8.46061516666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.3657733333333395, "FS2_VolumeFlow_l_per_min_10Hz": 9.193798333333325, "TS1_Temperature_C_1Hz": 54.42204999999998, "TS2_Temperature_C_1Hz": 58.95319999999999, "TS3_Temperature_C_1Hz": 55.89043333333331, "TS4_Temperature_C_1Hz": 49.70883333333332, "P1_MotorPower_W_100Hz": 2405.4831333333855, "VS1_Vibration_mm_per_s_1Hz": 0.6556166666666664, "CE_CoolingEfficiency_percent_1Hz": 19.968716666666676, "CP_CoolingPower_kW_1Hz": 1.5309500000000003, "SE_EfficiencyFactor_percent_1Hz": 57.88525000000002, "cycle": 280, "timestamp": "2023-04-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.4665883333328, "PS2_Pressure_bar_100Hz": 105.73657533333343, "PS3_Pressure_bar_100Hz": 1.6947776666666499, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.518111666666723, "PS6_Pressure_bar_100Hz": 8.460478999999959, "FS1_VolumeFlow_l_per_min_10Hz": 6.366530000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.195078333333317, "TS1_Temperature_C_1Hz": 54.408199999999994, "TS2_Temperature_C_1Hz": 58.94188333333334, "TS3_Temperature_C_1Hz": 55.91669999999998, "TS4_Temperature_C_1Hz": 49.70706666666665, "P1_MotorPower_W_100Hz": 2406.156966666671, "VS1_Vibration_mm_per_s_1Hz": 0.6571833333333333, "CE_CoolingEfficiency_percent_1Hz": 20.014916666666668, "CP_CoolingPower_kW_1Hz": 1.5373833333333335, "SE_EfficiencyFactor_percent_1Hz": 57.84868333333335, "cycle": 281, "timestamp": "2023-04-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.46007666666702, "PS2_Pressure_bar_100Hz": 105.73413933333299, "PS3_Pressure_bar_100Hz": 1.683136666666653, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.514847833333372, "PS6_Pressure_bar_100Hz": 8.457286999999932, "FS1_VolumeFlow_l_per_min_10Hz": 6.36563166666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.18939833333333, "TS1_Temperature_C_1Hz": 54.416799999999995, "TS2_Temperature_C_1Hz": 58.95069999999998, "TS3_Temperature_C_1Hz": 55.901649999999954, "TS4_Temperature_C_1Hz": 49.64661666666666, "P1_MotorPower_W_100Hz": 2405.421333333359, "VS1_Vibration_mm_per_s_1Hz": 0.6589000000000004, "CE_CoolingEfficiency_percent_1Hz": 20.226933333333328, "CP_CoolingPower_kW_1Hz": 1.5490666666666675, "SE_EfficiencyFactor_percent_1Hz": 57.86703333333333, "cycle": 282, "timestamp": "2023-04-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.37770833333263, "PS2_Pressure_bar_100Hz": 105.81334200000005, "PS3_Pressure_bar_100Hz": 1.6852698333333174, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.517776500000021, "PS6_Pressure_bar_100Hz": 8.459690166666618, "FS1_VolumeFlow_l_per_min_10Hz": 6.376669999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.191794999999995, "TS1_Temperature_C_1Hz": 54.40458333333333, "TS2_Temperature_C_1Hz": 58.960149999999985, "TS3_Temperature_C_1Hz": 55.86658333333334, "TS4_Temperature_C_1Hz": 49.628683333333356, "P1_MotorPower_W_100Hz": 2405.7598333333763, "VS1_Vibration_mm_per_s_1Hz": 0.6553999999999998, "CE_CoolingEfficiency_percent_1Hz": 20.211949999999998, "CP_CoolingPower_kW_1Hz": 1.547316666666667, "SE_EfficiencyFactor_percent_1Hz": 58.01943333333332, "cycle": 283, "timestamp": "2023-04-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.38836333333361, "PS2_Pressure_bar_100Hz": 105.86240949999996, "PS3_Pressure_bar_100Hz": 1.687012166666648, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.516551000000012, "PS6_Pressure_bar_100Hz": 8.458879166666613, "FS1_VolumeFlow_l_per_min_10Hz": 6.349235, "FS2_VolumeFlow_l_per_min_10Hz": 9.189168333333326, "TS1_Temperature_C_1Hz": 54.4189, "TS2_Temperature_C_1Hz": 58.95941666666665, "TS3_Temperature_C_1Hz": 55.89898333333331, "TS4_Temperature_C_1Hz": 49.72518333333334, "P1_MotorPower_W_100Hz": 2407.4091333333713, "VS1_Vibration_mm_per_s_1Hz": 0.6511833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.974949999999993, "CP_CoolingPower_kW_1Hz": 1.528483333333333, "SE_EfficiencyFactor_percent_1Hz": 57.57028333333332, "cycle": 284, "timestamp": "2023-04-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.37713, "PS2_Pressure_bar_100Hz": 105.83244416666659, "PS3_Pressure_bar_100Hz": 1.686546499999987, "PS4_Pressure_bar_100Hz": 0.014112833333333337, "PS5_Pressure_bar_100Hz": 8.513741333333357, "PS6_Pressure_bar_100Hz": 8.45600999999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.365216666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.186518333333328, "TS1_Temperature_C_1Hz": 54.40745, "TS2_Temperature_C_1Hz": 58.964449999999985, "TS3_Temperature_C_1Hz": 55.89366666666663, "TS4_Temperature_C_1Hz": 49.68888333333332, "P1_MotorPower_W_100Hz": 2405.5084333333457, "VS1_Vibration_mm_per_s_1Hz": 0.6537333333333333, "CE_CoolingEfficiency_percent_1Hz": 20.071066666666663, "CP_CoolingPower_kW_1Hz": 1.5340333333333338, "SE_EfficiencyFactor_percent_1Hz": 57.88909999999999, "cycle": 285, "timestamp": "2023-04-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.40939666666637, "PS2_Pressure_bar_100Hz": 105.85165349999963, "PS3_Pressure_bar_100Hz": 1.684817499999984, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.512464666666697, "PS6_Pressure_bar_100Hz": 8.454880666666579, "FS1_VolumeFlow_l_per_min_10Hz": 6.365883333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.186604999999993, "TS1_Temperature_C_1Hz": 54.4089, "TS2_Temperature_C_1Hz": 58.95151666666664, "TS3_Temperature_C_1Hz": 55.903033333333305, "TS4_Temperature_C_1Hz": 49.70891666666668, "P1_MotorPower_W_100Hz": 2406.052433333398, "VS1_Vibration_mm_per_s_1Hz": 0.6548833333333332, "CE_CoolingEfficiency_percent_1Hz": 20.05505, "CP_CoolingPower_kW_1Hz": 1.533866666666667, "SE_EfficiencyFactor_percent_1Hz": 57.838666666666654, "cycle": 286, "timestamp": "2023-04-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.4049050000001, "PS2_Pressure_bar_100Hz": 105.85316849999997, "PS3_Pressure_bar_100Hz": 1.6900298333333157, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.515129666666759, "PS6_Pressure_bar_100Hz": 8.455834833333263, "FS1_VolumeFlow_l_per_min_10Hz": 6.350280000000011, "FS2_VolumeFlow_l_per_min_10Hz": 9.18850833333332, "TS1_Temperature_C_1Hz": 54.44191666666668, "TS2_Temperature_C_1Hz": 58.98053333333333, "TS3_Temperature_C_1Hz": 55.89458333333331, "TS4_Temperature_C_1Hz": 49.684133333333335, "P1_MotorPower_W_100Hz": 2404.362266666713, "VS1_Vibration_mm_per_s_1Hz": 0.6551833333333333, "CE_CoolingEfficiency_percent_1Hz": 20.106000000000005, "CP_CoolingPower_kW_1Hz": 1.5376833333333337, "SE_EfficiencyFactor_percent_1Hz": 57.651133333333355, "cycle": 287, "timestamp": "2023-04-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3997299999998, "PS2_Pressure_bar_100Hz": 105.84742933333308, "PS3_Pressure_bar_100Hz": 1.6914456666666513, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.514567500000013, "PS6_Pressure_bar_100Hz": 8.455895333333284, "FS1_VolumeFlow_l_per_min_10Hz": 6.357499999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.191606666666658, "TS1_Temperature_C_1Hz": 54.41468333333333, "TS2_Temperature_C_1Hz": 58.97473333333335, "TS3_Temperature_C_1Hz": 55.91644999999999, "TS4_Temperature_C_1Hz": 49.68836666666666, "P1_MotorPower_W_100Hz": 2404.6412000000178, "VS1_Vibration_mm_per_s_1Hz": 0.6418666666666665, "CE_CoolingEfficiency_percent_1Hz": 20.151049999999994, "CP_CoolingPower_kW_1Hz": 1.5412000000000003, "SE_EfficiencyFactor_percent_1Hz": 57.70125, "cycle": 288, "timestamp": "2023-04-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.41279500000007, "PS2_Pressure_bar_100Hz": 105.86101283333332, "PS3_Pressure_bar_100Hz": 1.691612499999988, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.514455833333367, "PS6_Pressure_bar_100Hz": 8.45705383333326, "FS1_VolumeFlow_l_per_min_10Hz": 6.378565, "FS2_VolumeFlow_l_per_min_10Hz": 9.191486666666659, "TS1_Temperature_C_1Hz": 54.41944999999998, "TS2_Temperature_C_1Hz": 58.98128333333332, "TS3_Temperature_C_1Hz": 55.89018333333332, "TS4_Temperature_C_1Hz": 49.67995, "P1_MotorPower_W_100Hz": 2404.8954000000135, "VS1_Vibration_mm_per_s_1Hz": 0.6546333333333332, "CE_CoolingEfficiency_percent_1Hz": 20.14988333333333, "CP_CoolingPower_kW_1Hz": 1.5382500000000001, "SE_EfficiencyFactor_percent_1Hz": 58.065999999999995, "cycle": 289, "timestamp": "2023-04-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.41502333333366, "PS2_Pressure_bar_100Hz": 105.86851083333299, "PS3_Pressure_bar_100Hz": 1.6882154999999848, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.512769500000068, "PS6_Pressure_bar_100Hz": 8.455278833333272, "FS1_VolumeFlow_l_per_min_10Hz": 6.3587733333333345, "FS2_VolumeFlow_l_per_min_10Hz": 9.189236666666659, "TS1_Temperature_C_1Hz": 54.423649999999974, "TS2_Temperature_C_1Hz": 58.981833333333306, "TS3_Temperature_C_1Hz": 55.908466666666655, "TS4_Temperature_C_1Hz": 49.6857, "P1_MotorPower_W_100Hz": 2405.5332666667214, "VS1_Vibration_mm_per_s_1Hz": 0.6541666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.177250000000008, "CP_CoolingPower_kW_1Hz": 1.5402333333333336, "SE_EfficiencyFactor_percent_1Hz": 57.73703333333333, "cycle": 290, "timestamp": "2023-04-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.42589833333378, "PS2_Pressure_bar_100Hz": 105.84317883333335, "PS3_Pressure_bar_100Hz": 1.6880811666666455, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.511964666666705, "PS6_Pressure_bar_100Hz": 8.454545666666638, "FS1_VolumeFlow_l_per_min_10Hz": 6.369726666666676, "FS2_VolumeFlow_l_per_min_10Hz": 9.188023333333325, "TS1_Temperature_C_1Hz": 54.4016, "TS2_Temperature_C_1Hz": 58.96829999999998, "TS3_Temperature_C_1Hz": 55.945199999999986, "TS4_Temperature_C_1Hz": 49.70656666666667, "P1_MotorPower_W_100Hz": 2402.8809333333666, "VS1_Vibration_mm_per_s_1Hz": 0.7252999999999997, "CE_CoolingEfficiency_percent_1Hz": 20.192083333333326, "CP_CoolingPower_kW_1Hz": 1.542150000000001, "SE_EfficiencyFactor_percent_1Hz": 57.969783333333346, "cycle": 291, "timestamp": "2023-04-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39994833333373, "PS2_Pressure_bar_100Hz": 105.83701216666661, "PS3_Pressure_bar_100Hz": 1.6968753333333215, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.51057966666672, "PS6_Pressure_bar_100Hz": 8.452838499999956, "FS1_VolumeFlow_l_per_min_10Hz": 6.382065000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.182771666666662, "TS1_Temperature_C_1Hz": 54.37683333333333, "TS2_Temperature_C_1Hz": 58.98406666666666, "TS3_Temperature_C_1Hz": 55.93825, "TS4_Temperature_C_1Hz": 49.51868333333334, "P1_MotorPower_W_100Hz": 2402.66873333334, "VS1_Vibration_mm_per_s_1Hz": 0.6572333333333329, "CE_CoolingEfficiency_percent_1Hz": 20.74715000000001, "CP_CoolingPower_kW_1Hz": 1.5883333333333334, "SE_EfficiencyFactor_percent_1Hz": 58.151216666666684, "cycle": 292, "timestamp": "2023-04-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.82731333333302, "PS2_Pressure_bar_100Hz": 106.12449249999987, "PS3_Pressure_bar_100Hz": 1.7540234999999957, "PS4_Pressure_bar_100Hz": 0.012581666666666668, "PS5_Pressure_bar_100Hz": 8.514288333333388, "PS6_Pressure_bar_100Hz": 8.45716183333326, "FS1_VolumeFlow_l_per_min_10Hz": 6.606710000000008, "FS2_VolumeFlow_l_per_min_10Hz": 9.189024999999988, "TS1_Temperature_C_1Hz": 54.41418333333333, "TS2_Temperature_C_1Hz": 59.00649999999999, "TS3_Temperature_C_1Hz": 55.92414999999998, "TS4_Temperature_C_1Hz": 49.73773333333334, "P1_MotorPower_W_100Hz": 2395.166766666688, "VS1_Vibration_mm_per_s_1Hz": 0.6790666666666664, "CE_CoolingEfficiency_percent_1Hz": 19.989583333333332, "CP_CoolingPower_kW_1Hz": 1.5305166666666667, "SE_EfficiencyFactor_percent_1Hz": 60.5313, "cycle": 293, "timestamp": "2023-04-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.10271500000073, "PS2_Pressure_bar_100Hz": 105.5471218333329, "PS3_Pressure_bar_100Hz": 1.7451360000000014, "PS4_Pressure_bar_100Hz": 0.010901499999999996, "PS5_Pressure_bar_100Hz": 8.512391833333387, "PS6_Pressure_bar_100Hz": 8.454862499999937, "FS1_VolumeFlow_l_per_min_10Hz": 6.547259999999991, "FS2_VolumeFlow_l_per_min_10Hz": 9.189739999999983, "TS1_Temperature_C_1Hz": 54.44368333333334, "TS2_Temperature_C_1Hz": 59.029950000000014, "TS3_Temperature_C_1Hz": 55.94608333333331, "TS4_Temperature_C_1Hz": 49.71173333333333, "P1_MotorPower_W_100Hz": 2397.7553666666713, "VS1_Vibration_mm_per_s_1Hz": 0.6670666666666665, "CE_CoolingEfficiency_percent_1Hz": 20.13974999999999, "CP_CoolingPower_kW_1Hz": 1.5427000000000004, "SE_EfficiencyFactor_percent_1Hz": 59.087816666666654, "cycle": 294, "timestamp": "2023-04-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.09420166666666, "PS2_Pressure_bar_100Hz": 105.55890416666662, "PS3_Pressure_bar_100Hz": 1.7484150000000063, "PS4_Pressure_bar_100Hz": 0.039536666666666644, "PS5_Pressure_bar_100Hz": 8.506317833333384, "PS6_Pressure_bar_100Hz": 8.449361999999946, "FS1_VolumeFlow_l_per_min_10Hz": 6.554498333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.182386666666655, "TS1_Temperature_C_1Hz": 54.52635, "TS2_Temperature_C_1Hz": 59.083333333333336, "TS3_Temperature_C_1Hz": 55.95483333333332, "TS4_Temperature_C_1Hz": 49.67338333333334, "P1_MotorPower_W_100Hz": 2397.0836666667033, "VS1_Vibration_mm_per_s_1Hz": 0.6734999999999995, "CE_CoolingEfficiency_percent_1Hz": 20.310516666666672, "CP_CoolingPower_kW_1Hz": 1.553916666666667, "SE_EfficiencyFactor_percent_1Hz": 59.25223333333333, "cycle": 295, "timestamp": "2023-04-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0772300000005, "PS2_Pressure_bar_100Hz": 105.53595166666628, "PS3_Pressure_bar_100Hz": 1.7435706666666684, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.503257833333379, "PS6_Pressure_bar_100Hz": 8.445961499999944, "FS1_VolumeFlow_l_per_min_10Hz": 6.54360833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.178131666666657, "TS1_Temperature_C_1Hz": 54.53241666666667, "TS2_Temperature_C_1Hz": 59.10874999999999, "TS3_Temperature_C_1Hz": 56.0457833333333, "TS4_Temperature_C_1Hz": 49.73011666666666, "P1_MotorPower_W_100Hz": 2395.5444333333658, "VS1_Vibration_mm_per_s_1Hz": 0.6697333333333334, "CE_CoolingEfficiency_percent_1Hz": 20.369116666666674, "CP_CoolingPower_kW_1Hz": 1.561016666666667, "SE_EfficiencyFactor_percent_1Hz": 59.1228, "cycle": 296, "timestamp": "2023-04-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0654383333341, "PS2_Pressure_bar_100Hz": 105.50968733333286, "PS3_Pressure_bar_100Hz": 1.7518206666666911, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.501176333333383, "PS6_Pressure_bar_100Hz": 8.443744666666621, "FS1_VolumeFlow_l_per_min_10Hz": 6.54191166666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.177246666666667, "TS1_Temperature_C_1Hz": 54.62261666666665, "TS2_Temperature_C_1Hz": 59.16568333333335, "TS3_Temperature_C_1Hz": 56.04845, "TS4_Temperature_C_1Hz": 49.80848333333333, "P1_MotorPower_W_100Hz": 2394.9723000000295, "VS1_Vibration_mm_per_s_1Hz": 0.6661833333333333, "CE_CoolingEfficiency_percent_1Hz": 20.169849999999997, "CP_CoolingPower_kW_1Hz": 1.5423666666666667, "SE_EfficiencyFactor_percent_1Hz": 59.111416666666656, "cycle": 297, "timestamp": "2023-04-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0783316666675, "PS2_Pressure_bar_100Hz": 105.52002899999997, "PS3_Pressure_bar_100Hz": 1.751415, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.495465166666682, "PS6_Pressure_bar_100Hz": 8.438279833333349, "FS1_VolumeFlow_l_per_min_10Hz": 6.549791666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.16807999999999, "TS1_Temperature_C_1Hz": 54.65534999999998, "TS2_Temperature_C_1Hz": 59.21395000000002, "TS3_Temperature_C_1Hz": 56.11858333333332, "TS4_Temperature_C_1Hz": 49.852549999999994, "P1_MotorPower_W_100Hz": 2394.7740333333477, "VS1_Vibration_mm_per_s_1Hz": 0.6848833333333334, "CE_CoolingEfficiency_percent_1Hz": 20.197966666666666, "CP_CoolingPower_kW_1Hz": 1.5476666666666676, "SE_EfficiencyFactor_percent_1Hz": 59.186216666666695, "cycle": 298, "timestamp": "2023-04-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.071503333334, "PS2_Pressure_bar_100Hz": 105.52292799999974, "PS3_Pressure_bar_100Hz": 1.739255333333336, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.490580166666671, "PS6_Pressure_bar_100Hz": 8.434596, "FS1_VolumeFlow_l_per_min_10Hz": 6.542986666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.166061666666662, "TS1_Temperature_C_1Hz": 54.66666666666665, "TS2_Temperature_C_1Hz": 59.23535000000004, "TS3_Temperature_C_1Hz": 56.137000000000015, "TS4_Temperature_C_1Hz": 49.85363333333333, "P1_MotorPower_W_100Hz": 2394.215433333361, "VS1_Vibration_mm_per_s_1Hz": 0.6790499999999997, "CE_CoolingEfficiency_percent_1Hz": 20.275916666666667, "CP_CoolingPower_kW_1Hz": 1.5543500000000003, "SE_EfficiencyFactor_percent_1Hz": 59.12466666666669, "cycle": 299, "timestamp": "2023-04-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.0663266666669, "PS2_Pressure_bar_100Hz": 105.53176199999955, "PS3_Pressure_bar_100Hz": 1.7493885000000002, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.4890336666667, "PS6_Pressure_bar_100Hz": 8.432871666666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.5414633333333345, "FS2_VolumeFlow_l_per_min_10Hz": 9.16022666666665, "TS1_Temperature_C_1Hz": 54.71575000000001, "TS2_Temperature_C_1Hz": 59.26143333333334, "TS3_Temperature_C_1Hz": 56.157199999999996, "TS4_Temperature_C_1Hz": 49.77124999999999, "P1_MotorPower_W_100Hz": 2394.1983333333656, "VS1_Vibration_mm_per_s_1Hz": 0.6694166666666667, "CE_CoolingEfficiency_percent_1Hz": 20.61406666666667, "CP_CoolingPower_kW_1Hz": 1.5752666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.11026666666667, "cycle": 300, "timestamp": "2023-04-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.04036500000043, "PS2_Pressure_bar_100Hz": 105.50605133333306, "PS3_Pressure_bar_100Hz": 1.7454925000000072, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.490226166666664, "PS6_Pressure_bar_100Hz": 8.433315500000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.541744999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.161331666666662, "TS1_Temperature_C_1Hz": 54.756349999999976, "TS2_Temperature_C_1Hz": 59.30398333333332, "TS3_Temperature_C_1Hz": 56.17989999999998, "TS4_Temperature_C_1Hz": 49.85269999999999, "P1_MotorPower_W_100Hz": 2393.3030666666873, "VS1_Vibration_mm_per_s_1Hz": 0.6811166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.411450000000006, "CP_CoolingPower_kW_1Hz": 1.5622499999999995, "SE_EfficiencyFactor_percent_1Hz": 59.11769999999999, "cycle": 301, "timestamp": "2023-04-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.03130166666682, "PS2_Pressure_bar_100Hz": 105.51101183333336, "PS3_Pressure_bar_100Hz": 1.742041833333332, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.489053666666663, "PS6_Pressure_bar_100Hz": 8.43264149999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.557204999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.16185666666666, "TS1_Temperature_C_1Hz": 54.75136666666667, "TS2_Temperature_C_1Hz": 59.32958333333331, "TS3_Temperature_C_1Hz": 56.24184999999999, "TS4_Temperature_C_1Hz": 49.832983333333324, "P1_MotorPower_W_100Hz": 2396.069033333354, "VS1_Vibration_mm_per_s_1Hz": 0.6796833333333333, "CE_CoolingEfficiency_percent_1Hz": 20.629716666666674, "CP_CoolingPower_kW_1Hz": 1.5836833333333338, "SE_EfficiencyFactor_percent_1Hz": 59.326133333333374, "cycle": 302, "timestamp": "2023-04-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.04115333333445, "PS2_Pressure_bar_100Hz": 105.53809116666619, "PS3_Pressure_bar_100Hz": 1.748013833333341, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.491431333333368, "PS6_Pressure_bar_100Hz": 8.434203833333346, "FS1_VolumeFlow_l_per_min_10Hz": 6.561648333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.165083333333332, "TS1_Temperature_C_1Hz": 54.81389999999999, "TS2_Temperature_C_1Hz": 59.376966666666675, "TS3_Temperature_C_1Hz": 56.24938333333334, "TS4_Temperature_C_1Hz": 49.88578333333333, "P1_MotorPower_W_100Hz": 2398.8836333333506, "VS1_Vibration_mm_per_s_1Hz": 0.6592166666666669, "CE_CoolingEfficiency_percent_1Hz": 20.445650000000004, "CP_CoolingPower_kW_1Hz": 1.5723166666666666, "SE_EfficiencyFactor_percent_1Hz": 59.35018333333335, "cycle": 303, "timestamp": "2023-04-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.93399000000025, "PS2_Pressure_bar_100Hz": 105.73412349999938, "PS3_Pressure_bar_100Hz": 1.748252166666668, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.486193833333305, "PS6_Pressure_bar_100Hz": 8.428916000000026, "FS1_VolumeFlow_l_per_min_10Hz": 6.575554999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.160989999999986, "TS1_Temperature_C_1Hz": 54.80128333333334, "TS2_Temperature_C_1Hz": 59.38011666666664, "TS3_Temperature_C_1Hz": 56.330566666666684, "TS4_Temperature_C_1Hz": 49.967699999999994, "P1_MotorPower_W_100Hz": 2397.9287666667337, "VS1_Vibration_mm_per_s_1Hz": 0.6578666666666665, "CE_CoolingEfficiency_percent_1Hz": 20.428666666666665, "CP_CoolingPower_kW_1Hz": 1.5716833333333338, "SE_EfficiencyFactor_percent_1Hz": 59.885066666666674, "cycle": 304, "timestamp": "2023-04-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9544483333337, "PS2_Pressure_bar_100Hz": 105.75849683333297, "PS3_Pressure_bar_100Hz": 1.74445183333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.48666916666669, "PS6_Pressure_bar_100Hz": 8.429618333333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.573278333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.159951666666675, "TS1_Temperature_C_1Hz": 54.84310000000001, "TS2_Temperature_C_1Hz": 59.40084999999998, "TS3_Temperature_C_1Hz": 56.326083333333344, "TS4_Temperature_C_1Hz": 49.985850000000006, "P1_MotorPower_W_100Hz": 2395.3455000000245, "VS1_Vibration_mm_per_s_1Hz": 0.6548999999999996, "CE_CoolingEfficiency_percent_1Hz": 20.33133333333333, "CP_CoolingPower_kW_1Hz": 1.5637166666666669, "SE_EfficiencyFactor_percent_1Hz": 59.91610000000002, "cycle": 305, "timestamp": "2023-05-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.94775333333394, "PS2_Pressure_bar_100Hz": 105.76467749999962, "PS3_Pressure_bar_100Hz": 1.7490606666666766, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.485503333333336, "PS6_Pressure_bar_100Hz": 8.428559833333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.575555000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.154604999999993, "TS1_Temperature_C_1Hz": 54.85186666666666, "TS2_Temperature_C_1Hz": 59.429883333333315, "TS3_Temperature_C_1Hz": 56.34196666666667, "TS4_Temperature_C_1Hz": 49.939249999999994, "P1_MotorPower_W_100Hz": 2393.4220333333433, "VS1_Vibration_mm_per_s_1Hz": 0.6838499999999998, "CE_CoolingEfficiency_percent_1Hz": 20.481066666666667, "CP_CoolingPower_kW_1Hz": 1.5773833333333334, "SE_EfficiencyFactor_percent_1Hz": 60.002233333333336, "cycle": 306, "timestamp": "2023-05-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9581483333343, "PS2_Pressure_bar_100Hz": 105.77589783333279, "PS3_Pressure_bar_100Hz": 1.7496096666666738, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.484778000000036, "PS6_Pressure_bar_100Hz": 8.426990666666647, "FS1_VolumeFlow_l_per_min_10Hz": 6.576196666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.14649000000001, "TS1_Temperature_C_1Hz": 54.86101666666665, "TS2_Temperature_C_1Hz": 59.4514, "TS3_Temperature_C_1Hz": 56.35988333333334, "TS4_Temperature_C_1Hz": 49.98565, "P1_MotorPower_W_100Hz": 2394.792200000029, "VS1_Vibration_mm_per_s_1Hz": 0.6651166666666667, "CE_CoolingEfficiency_percent_1Hz": 20.398533333333337, "CP_CoolingPower_kW_1Hz": 1.5725, "SE_EfficiencyFactor_percent_1Hz": 59.99238333333332, "cycle": 307, "timestamp": "2023-05-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.90549500000094, "PS2_Pressure_bar_100Hz": 105.75035766666652, "PS3_Pressure_bar_100Hz": 1.7451601666666712, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.482173333333336, "PS6_Pressure_bar_100Hz": 8.425815666666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.572421666666662, "FS2_VolumeFlow_l_per_min_10Hz": 9.145224999999982, "TS1_Temperature_C_1Hz": 54.86685000000001, "TS2_Temperature_C_1Hz": 59.46429999999998, "TS3_Temperature_C_1Hz": 56.40316666666669, "TS4_Temperature_C_1Hz": 50.00189999999999, "P1_MotorPower_W_100Hz": 2394.847100000034, "VS1_Vibration_mm_per_s_1Hz": 0.6590833333333331, "CE_CoolingEfficiency_percent_1Hz": 20.50679999999999, "CP_CoolingPower_kW_1Hz": 1.5771499999999998, "SE_EfficiencyFactor_percent_1Hz": 59.925050000000006, "cycle": 308, "timestamp": "2023-05-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.92778500000037, "PS2_Pressure_bar_100Hz": 105.77900099999948, "PS3_Pressure_bar_100Hz": 1.7468479999999984, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.484634833333336, "PS6_Pressure_bar_100Hz": 8.427621000000014, "FS1_VolumeFlow_l_per_min_10Hz": 6.573930000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.146256666666675, "TS1_Temperature_C_1Hz": 54.89340000000001, "TS2_Temperature_C_1Hz": 59.482033333333334, "TS3_Temperature_C_1Hz": 56.39498333333334, "TS4_Temperature_C_1Hz": 50.04838333333332, "P1_MotorPower_W_100Hz": 2392.7280666666884, "VS1_Vibration_mm_per_s_1Hz": 0.6618833333333332, "CE_CoolingEfficiency_percent_1Hz": 20.352849999999997, "CP_CoolingPower_kW_1Hz": 1.565333333333333, "SE_EfficiencyFactor_percent_1Hz": 59.993999999999986, "cycle": 309, "timestamp": "2023-05-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.91999666666734, "PS2_Pressure_bar_100Hz": 105.74295699999962, "PS3_Pressure_bar_100Hz": 1.7463550000000065, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.481354500000018, "PS6_Pressure_bar_100Hz": 8.424691833333345, "FS1_VolumeFlow_l_per_min_10Hz": 6.57495, "FS2_VolumeFlow_l_per_min_10Hz": 9.141806666666648, "TS1_Temperature_C_1Hz": 54.922716666666666, "TS2_Temperature_C_1Hz": 59.512450000000015, "TS3_Temperature_C_1Hz": 56.42308333333334, "TS4_Temperature_C_1Hz": 50.048233333333336, "P1_MotorPower_W_100Hz": 2390.4264000000303, "VS1_Vibration_mm_per_s_1Hz": 0.6647166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.412866666666662, "CP_CoolingPower_kW_1Hz": 1.5701833333333335, "SE_EfficiencyFactor_percent_1Hz": 60.08795000000001, "cycle": 310, "timestamp": "2023-05-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.93346000000048, "PS2_Pressure_bar_100Hz": 105.73127616666591, "PS3_Pressure_bar_100Hz": 1.7488621666666697, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.476249333333342, "PS6_Pressure_bar_100Hz": 8.420067333333373, "FS1_VolumeFlow_l_per_min_10Hz": 6.561181666666659, "FS2_VolumeFlow_l_per_min_10Hz": 9.139828333333334, "TS1_Temperature_C_1Hz": 54.94941666666664, "TS2_Temperature_C_1Hz": 59.52696666666669, "TS3_Temperature_C_1Hz": 56.43493333333333, "TS4_Temperature_C_1Hz": 49.99009999999999, "P1_MotorPower_W_100Hz": 2389.7893666666905, "VS1_Vibration_mm_per_s_1Hz": 0.6648666666666665, "CE_CoolingEfficiency_percent_1Hz": 20.701, "CP_CoolingPower_kW_1Hz": 1.587883333333333, "SE_EfficiencyFactor_percent_1Hz": 59.86131666666667, "cycle": 311, "timestamp": "2023-05-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.9014166666679, "PS2_Pressure_bar_100Hz": 105.72396133333318, "PS3_Pressure_bar_100Hz": 1.7478413333333358, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.476521500000016, "PS6_Pressure_bar_100Hz": 8.420439166666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.572251666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.13918333333334, "TS1_Temperature_C_1Hz": 54.94513333333332, "TS2_Temperature_C_1Hz": 59.5357, "TS3_Temperature_C_1Hz": 56.43903333333334, "TS4_Temperature_C_1Hz": 50.056700000000006, "P1_MotorPower_W_100Hz": 2391.7572666667143, "VS1_Vibration_mm_per_s_1Hz": 0.653933333333333, "CE_CoolingEfficiency_percent_1Hz": 20.488500000000002, "CP_CoolingPower_kW_1Hz": 1.5715666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.97618333333333, "cycle": 312, "timestamp": "2023-05-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.88801333333393, "PS2_Pressure_bar_100Hz": 105.71566983333302, "PS3_Pressure_bar_100Hz": 1.748615166666673, "PS4_Pressure_bar_100Hz": 0.09323799999999997, "PS5_Pressure_bar_100Hz": 8.47225433333339, "PS6_Pressure_bar_100Hz": 8.416256500000014, "FS1_VolumeFlow_l_per_min_10Hz": 6.568293333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.136571666666658, "TS1_Temperature_C_1Hz": 55.018033333333314, "TS2_Temperature_C_1Hz": 59.56156666666668, "TS3_Temperature_C_1Hz": 56.450250000000004, "TS4_Temperature_C_1Hz": 50.0925, "P1_MotorPower_W_100Hz": 2390.843166666671, "VS1_Vibration_mm_per_s_1Hz": 0.6664333333333334, "CE_CoolingEfficiency_percent_1Hz": 20.41193333333334, "CP_CoolingPower_kW_1Hz": 1.5646999999999998, "SE_EfficiencyFactor_percent_1Hz": 59.9447, "cycle": 313, "timestamp": "2023-05-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.7887500000009, "PS2_Pressure_bar_100Hz": 105.90318233333355, "PS3_Pressure_bar_100Hz": 1.7571733333333468, "PS4_Pressure_bar_100Hz": 0.005785166666666668, "PS5_Pressure_bar_100Hz": 8.47356750000001, "PS6_Pressure_bar_100Hz": 8.417224833333313, "FS1_VolumeFlow_l_per_min_10Hz": 6.587168333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.137945000000002, "TS1_Temperature_C_1Hz": 55.01828333333334, "TS2_Temperature_C_1Hz": 59.57755000000001, "TS3_Temperature_C_1Hz": 56.45160000000001, "TS4_Temperature_C_1Hz": 50.104833333333325, "P1_MotorPower_W_100Hz": 2390.0144333333533, "VS1_Vibration_mm_per_s_1Hz": 0.6679666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.37668333333334, "CP_CoolingPower_kW_1Hz": 1.5622333333333338, "SE_EfficiencyFactor_percent_1Hz": 60.392333333333355, "cycle": 314, "timestamp": "2023-05-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.79254500000096, "PS2_Pressure_bar_100Hz": 105.9065828333334, "PS3_Pressure_bar_100Hz": 1.7660233333333417, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.472522666666714, "PS6_Pressure_bar_100Hz": 8.416511500000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.589353333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.136183333333339, "TS1_Temperature_C_1Hz": 55.04021666666668, "TS2_Temperature_C_1Hz": 59.58574999999998, "TS3_Temperature_C_1Hz": 56.497883333333306, "TS4_Temperature_C_1Hz": 50.07623333333333, "P1_MotorPower_W_100Hz": 2389.8137000000434, "VS1_Vibration_mm_per_s_1Hz": 0.6564499999999999, "CE_CoolingEfficiency_percent_1Hz": 20.57388333333334, "CP_CoolingPower_kW_1Hz": 1.5801666666666663, "SE_EfficiencyFactor_percent_1Hz": 60.422350000000016, "cycle": 315, "timestamp": "2023-05-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.80344000000062, "PS2_Pressure_bar_100Hz": 105.9134834999997, "PS3_Pressure_bar_100Hz": 1.7523555000000075, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.474001333333332, "PS6_Pressure_bar_100Hz": 8.418112333333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.587060000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.136086666666658, "TS1_Temperature_C_1Hz": 55.05334999999999, "TS2_Temperature_C_1Hz": 59.60431666666667, "TS3_Temperature_C_1Hz": 56.51641666666664, "TS4_Temperature_C_1Hz": 50.0398, "P1_MotorPower_W_100Hz": 2390.303166666717, "VS1_Vibration_mm_per_s_1Hz": 0.6567166666666664, "CE_CoolingEfficiency_percent_1Hz": 20.744300000000003, "CP_CoolingPower_kW_1Hz": 1.59485, "SE_EfficiencyFactor_percent_1Hz": 60.37759999999999, "cycle": 316, "timestamp": "2023-05-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.81755833333386, "PS2_Pressure_bar_100Hz": 105.92190783333315, "PS3_Pressure_bar_100Hz": 1.759193000000006, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.475114333333336, "PS6_Pressure_bar_100Hz": 8.41859516666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.5903183333333395, "FS2_VolumeFlow_l_per_min_10Hz": 9.136046666666669, "TS1_Temperature_C_1Hz": 55.03940000000002, "TS2_Temperature_C_1Hz": 59.61031666666665, "TS3_Temperature_C_1Hz": 56.56039999999998, "TS4_Temperature_C_1Hz": 50.12375, "P1_MotorPower_W_100Hz": 2390.554033333353, "VS1_Vibration_mm_per_s_1Hz": 0.6558333333333336, "CE_CoolingEfficiency_percent_1Hz": 20.576833333333337, "CP_CoolingPower_kW_1Hz": 1.5838333333333332, "SE_EfficiencyFactor_percent_1Hz": 60.37821666666668, "cycle": 317, "timestamp": "2023-05-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.83772333333397, "PS2_Pressure_bar_100Hz": 105.93565399999973, "PS3_Pressure_bar_100Hz": 1.751157999999995, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.479224000000025, "PS6_Pressure_bar_100Hz": 8.422386000000015, "FS1_VolumeFlow_l_per_min_10Hz": 6.59141666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.140704999999999, "TS1_Temperature_C_1Hz": 55.061083333333315, "TS2_Temperature_C_1Hz": 59.61695, "TS3_Temperature_C_1Hz": 56.56611666666663, "TS4_Temperature_C_1Hz": 50.158150000000006, "P1_MotorPower_W_100Hz": 2392.343799999995, "VS1_Vibration_mm_per_s_1Hz": 0.6497333333333335, "CE_CoolingEfficiency_percent_1Hz": 20.501133333333332, "CP_CoolingPower_kW_1Hz": 1.578316666666666, "SE_EfficiencyFactor_percent_1Hz": 60.356116666666665, "cycle": 318, "timestamp": "2023-05-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.80032000000097, "PS2_Pressure_bar_100Hz": 105.91707916666668, "PS3_Pressure_bar_100Hz": 1.7520118333333303, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.47672883333334, "PS6_Pressure_bar_100Hz": 8.420862333333371, "FS1_VolumeFlow_l_per_min_10Hz": 6.5905366666666705, "FS2_VolumeFlow_l_per_min_10Hz": 9.138434999999992, "TS1_Temperature_C_1Hz": 55.05295, "TS2_Temperature_C_1Hz": 59.62081666666667, "TS3_Temperature_C_1Hz": 56.54181666666667, "TS4_Temperature_C_1Hz": 50.05746666666667, "P1_MotorPower_W_100Hz": 2392.2225000000153, "VS1_Vibration_mm_per_s_1Hz": 0.6519333333333335, "CE_CoolingEfficiency_percent_1Hz": 20.676366666666674, "CP_CoolingPower_kW_1Hz": 1.5966166666666664, "SE_EfficiencyFactor_percent_1Hz": 60.37530000000001, "cycle": 319, "timestamp": "2023-05-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.84115000000065, "PS2_Pressure_bar_100Hz": 105.91772749999964, "PS3_Pressure_bar_100Hz": 1.7597103333333388, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.479452666666687, "PS6_Pressure_bar_100Hz": 8.423450833333316, "FS1_VolumeFlow_l_per_min_10Hz": 6.589701666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.141753333333346, "TS1_Temperature_C_1Hz": 55.05733333333332, "TS2_Temperature_C_1Hz": 59.6366, "TS3_Temperature_C_1Hz": 56.53536666666664, "TS4_Temperature_C_1Hz": 50.04333333333334, "P1_MotorPower_W_100Hz": 2393.5172999999954, "VS1_Vibration_mm_per_s_1Hz": 0.6582000000000001, "CE_CoolingEfficiency_percent_1Hz": 20.576633333333337, "CP_CoolingPower_kW_1Hz": 1.5986500000000001, "SE_EfficiencyFactor_percent_1Hz": 60.32166666666668, "cycle": 320, "timestamp": "2023-05-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.8524916666673, "PS2_Pressure_bar_100Hz": 105.94921116666627, "PS3_Pressure_bar_100Hz": 1.7528396666666743, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.48079466666667, "PS6_Pressure_bar_100Hz": 8.424731000000019, "FS1_VolumeFlow_l_per_min_10Hz": 6.594090000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.143445000000002, "TS1_Temperature_C_1Hz": 54.986949999999986, "TS2_Temperature_C_1Hz": 59.619816666666665, "TS3_Temperature_C_1Hz": 56.539233333333335, "TS4_Temperature_C_1Hz": 50.09236666666666, "P1_MotorPower_W_100Hz": 2394.488600000074, "VS1_Vibration_mm_per_s_1Hz": 0.6707833333333333, "CE_CoolingEfficiency_percent_1Hz": 20.342750000000002, "CP_CoolingPower_kW_1Hz": 1.5903333333333338, "SE_EfficiencyFactor_percent_1Hz": 60.36546666666665, "cycle": 321, "timestamp": "2023-05-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.8435816666669, "PS2_Pressure_bar_100Hz": 105.96709916666627, "PS3_Pressure_bar_100Hz": 1.75434766666667, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.481605166666688, "PS6_Pressure_bar_100Hz": 8.424920333333361, "FS1_VolumeFlow_l_per_min_10Hz": 6.592288333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.144928333333336, "TS1_Temperature_C_1Hz": 54.96885, "TS2_Temperature_C_1Hz": 59.61091666666666, "TS3_Temperature_C_1Hz": 56.50066666666662, "TS4_Temperature_C_1Hz": 50.397783333333315, "P1_MotorPower_W_100Hz": 2394.218333333343, "VS1_Vibration_mm_per_s_1Hz": 0.6511500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.156616666666665, "CP_CoolingPower_kW_1Hz": 1.5028666666666664, "SE_EfficiencyFactor_percent_1Hz": 60.34448333333334, "cycle": 322, "timestamp": "2023-05-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.86772833333387, "PS2_Pressure_bar_100Hz": 105.96352166666675, "PS3_Pressure_bar_100Hz": 1.7598470000000028, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.484836166666652, "PS6_Pressure_bar_100Hz": 8.426925000000036, "FS1_VolumeFlow_l_per_min_10Hz": 6.591955000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.148209999999985, "TS1_Temperature_C_1Hz": 54.95055000000002, "TS2_Temperature_C_1Hz": 59.60323333333335, "TS3_Temperature_C_1Hz": 56.468883333333316, "TS4_Temperature_C_1Hz": 50.08794999999999, "P1_MotorPower_W_100Hz": 2393.8535000000497, "VS1_Vibration_mm_per_s_1Hz": 0.6660166666666665, "CE_CoolingEfficiency_percent_1Hz": 20.042833333333338, "CP_CoolingPower_kW_1Hz": 1.57355, "SE_EfficiencyFactor_percent_1Hz": 60.34896666666666, "cycle": 323, "timestamp": "2023-05-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.81534500000066, "PS2_Pressure_bar_100Hz": 106.10297633333273, "PS3_Pressure_bar_100Hz": 1.7663483333333407, "PS4_Pressure_bar_100Hz": 0.0030355000000000017, "PS5_Pressure_bar_100Hz": 8.485180833333356, "PS6_Pressure_bar_100Hz": 8.428794166666693, "FS1_VolumeFlow_l_per_min_10Hz": 6.604458333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.149540000000009, "TS1_Temperature_C_1Hz": 54.90476666666668, "TS2_Temperature_C_1Hz": 59.57208333333334, "TS3_Temperature_C_1Hz": 56.458466666666666, "TS4_Temperature_C_1Hz": 49.962999999999994, "P1_MotorPower_W_100Hz": 2393.9943000000308, "VS1_Vibration_mm_per_s_1Hz": 0.6682833333333331, "CE_CoolingEfficiency_percent_1Hz": 20.322766666666666, "CP_CoolingPower_kW_1Hz": 1.6005333333333334, "SE_EfficiencyFactor_percent_1Hz": 60.578450000000004, "cycle": 324, "timestamp": "2023-05-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.81564333333395, "PS2_Pressure_bar_100Hz": 106.08347033333317, "PS3_Pressure_bar_100Hz": 1.7631968333333476, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.488987500000057, "PS6_Pressure_bar_100Hz": 8.433735666666669, "FS1_VolumeFlow_l_per_min_10Hz": 6.606771666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.152339999999999, "TS1_Temperature_C_1Hz": 54.878649999999986, "TS2_Temperature_C_1Hz": 59.553866666666664, "TS3_Temperature_C_1Hz": 56.4295, "TS4_Temperature_C_1Hz": 49.89448333333334, "P1_MotorPower_W_100Hz": 2393.2474000000625, "VS1_Vibration_mm_per_s_1Hz": 0.6652833333333331, "CE_CoolingEfficiency_percent_1Hz": 20.488399999999988, "CP_CoolingPower_kW_1Hz": 1.6135, "SE_EfficiencyFactor_percent_1Hz": 60.63631666666667, "cycle": 325, "timestamp": "2023-05-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.85037500000067, "PS2_Pressure_bar_100Hz": 106.11661833333257, "PS3_Pressure_bar_100Hz": 1.7599773333333466, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.492343166666663, "PS6_Pressure_bar_100Hz": 8.437164666666696, "FS1_VolumeFlow_l_per_min_10Hz": 6.598735000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.155303333333332, "TS1_Temperature_C_1Hz": 54.838583333333304, "TS2_Temperature_C_1Hz": 59.52615, "TS3_Temperature_C_1Hz": 56.34968333333333, "TS4_Temperature_C_1Hz": 49.810516666666665, "P1_MotorPower_W_100Hz": 2390.9788666666996, "VS1_Vibration_mm_per_s_1Hz": 0.653083333333333, "CE_CoolingEfficiency_percent_1Hz": 20.493216666666665, "CP_CoolingPower_kW_1Hz": 1.6130666666666662, "SE_EfficiencyFactor_percent_1Hz": 60.53986666666666, "cycle": 326, "timestamp": "2023-05-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.84191833333364, "PS2_Pressure_bar_100Hz": 106.1002848333326, "PS3_Pressure_bar_100Hz": 1.7628506666666766, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.494282666666724, "PS6_Pressure_bar_100Hz": 8.43876049999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.599604999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.154918333333322, "TS1_Temperature_C_1Hz": 54.82046666666666, "TS2_Temperature_C_1Hz": 59.50856666666667, "TS3_Temperature_C_1Hz": 56.35883333333335, "TS4_Temperature_C_1Hz": 49.78148333333334, "P1_MotorPower_W_100Hz": 2392.336866666703, "VS1_Vibration_mm_per_s_1Hz": 0.654566666666667, "CE_CoolingEfficiency_percent_1Hz": 20.561149999999998, "CP_CoolingPower_kW_1Hz": 1.6209166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.51933333333331, "cycle": 327, "timestamp": "2023-05-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.83759166666755, "PS2_Pressure_bar_100Hz": 106.12190833333328, "PS3_Pressure_bar_100Hz": 1.748890666666671, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.496248166666708, "PS6_Pressure_bar_100Hz": 8.439742499999946, "FS1_VolumeFlow_l_per_min_10Hz": 6.589721666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.15579, "TS1_Temperature_C_1Hz": 54.778749999999995, "TS2_Temperature_C_1Hz": 59.47666666666668, "TS3_Temperature_C_1Hz": 56.34061666666668, "TS4_Temperature_C_1Hz": 49.71611666666666, "P1_MotorPower_W_100Hz": 2393.9794666666703, "VS1_Vibration_mm_per_s_1Hz": 0.65615, "CE_CoolingEfficiency_percent_1Hz": 20.743183333333334, "CP_CoolingPower_kW_1Hz": 1.6348666666666674, "SE_EfficiencyFactor_percent_1Hz": 60.32046666666667, "cycle": 328, "timestamp": "2023-05-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.85598666666712, "PS2_Pressure_bar_100Hz": 106.11499383333299, "PS3_Pressure_bar_100Hz": 1.7547354999999976, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.499028666666712, "PS6_Pressure_bar_100Hz": 8.442762666666646, "FS1_VolumeFlow_l_per_min_10Hz": 6.5909200000000014, "FS2_VolumeFlow_l_per_min_10Hz": 9.156656666666672, "TS1_Temperature_C_1Hz": 54.744349999999976, "TS2_Temperature_C_1Hz": 59.44723333333334, "TS3_Temperature_C_1Hz": 56.324766666666655, "TS4_Temperature_C_1Hz": 49.733483333333346, "P1_MotorPower_W_100Hz": 2394.706233333369, "VS1_Vibration_mm_per_s_1Hz": 0.6549333333333335, "CE_CoolingEfficiency_percent_1Hz": 20.632166666666663, "CP_CoolingPower_kW_1Hz": 1.62665, "SE_EfficiencyFactor_percent_1Hz": 60.327300000000015, "cycle": 329, "timestamp": "2023-05-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.85250833333387, "PS2_Pressure_bar_100Hz": 106.14849983333293, "PS3_Pressure_bar_100Hz": 1.7614510000000076, "PS4_Pressure_bar_100Hz": 0.014801166666666674, "PS5_Pressure_bar_100Hz": 8.503141833333396, "PS6_Pressure_bar_100Hz": 8.447077833333307, "FS1_VolumeFlow_l_per_min_10Hz": 6.582669999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.159593333333325, "TS1_Temperature_C_1Hz": 54.73468333333334, "TS2_Temperature_C_1Hz": 59.42374999999997, "TS3_Temperature_C_1Hz": 56.281716666666654, "TS4_Temperature_C_1Hz": 49.767383333333335, "P1_MotorPower_W_100Hz": 2395.6920333333874, "VS1_Vibration_mm_per_s_1Hz": 0.6717333333333334, "CE_CoolingEfficiency_percent_1Hz": 20.440933333333327, "CP_CoolingPower_kW_1Hz": 1.6092666666666664, "SE_EfficiencyFactor_percent_1Hz": 60.22325000000001, "cycle": 330, "timestamp": "2023-05-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.83039666666772, "PS2_Pressure_bar_100Hz": 106.13478849999957, "PS3_Pressure_bar_100Hz": 1.752948166666663, "PS4_Pressure_bar_100Hz": 0.013302333333333334, "PS5_Pressure_bar_100Hz": 8.499464333333373, "PS6_Pressure_bar_100Hz": 8.443369500000001, "FS1_VolumeFlow_l_per_min_10Hz": 6.600296666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.16206666666667, "TS1_Temperature_C_1Hz": 54.725433333333314, "TS2_Temperature_C_1Hz": 59.40244999999998, "TS3_Temperature_C_1Hz": 56.24001666666665, "TS4_Temperature_C_1Hz": 49.663316666666674, "P1_MotorPower_W_100Hz": 2396.485166666668, "VS1_Vibration_mm_per_s_1Hz": 0.6560999999999998, "CE_CoolingEfficiency_percent_1Hz": 20.668116666666666, "CP_CoolingPower_kW_1Hz": 1.6258833333333336, "SE_EfficiencyFactor_percent_1Hz": 60.51121666666666, "cycle": 331, "timestamp": "2023-05-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.8532083333338, "PS2_Pressure_bar_100Hz": 106.14840116666652, "PS3_Pressure_bar_100Hz": 1.7596048333333465, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.504014000000053, "PS6_Pressure_bar_100Hz": 8.446354499999948, "FS1_VolumeFlow_l_per_min_10Hz": 6.5975666666666735, "FS2_VolumeFlow_l_per_min_10Hz": 9.17135166666666, "TS1_Temperature_C_1Hz": 54.674366666666636, "TS2_Temperature_C_1Hz": 59.38111666666668, "TS3_Temperature_C_1Hz": 56.23716666666666, "TS4_Temperature_C_1Hz": 49.6428666666667, "P1_MotorPower_W_100Hz": 2396.262666666674, "VS1_Vibration_mm_per_s_1Hz": 0.6578500000000002, "CE_CoolingEfficiency_percent_1Hz": 20.710099999999997, "CP_CoolingPower_kW_1Hz": 1.6290833333333337, "SE_EfficiencyFactor_percent_1Hz": 60.420449999999995, "cycle": 332, "timestamp": "2023-05-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.8625683333342, "PS2_Pressure_bar_100Hz": 106.1392854999997, "PS3_Pressure_bar_100Hz": 1.7523063333333384, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.504576000000045, "PS6_Pressure_bar_100Hz": 8.446629499999958, "FS1_VolumeFlow_l_per_min_10Hz": 6.606143333333327, "FS2_VolumeFlow_l_per_min_10Hz": 9.170436666666665, "TS1_Temperature_C_1Hz": 54.64499999999999, "TS2_Temperature_C_1Hz": 59.34591666666665, "TS3_Temperature_C_1Hz": 56.22535, "TS4_Temperature_C_1Hz": 49.61718333333333, "P1_MotorPower_W_100Hz": 2397.5996000000173, "VS1_Vibration_mm_per_s_1Hz": 0.6465500000000001, "CE_CoolingEfficiency_percent_1Hz": 20.749049999999997, "CP_CoolingPower_kW_1Hz": 1.631616666666666, "SE_EfficiencyFactor_percent_1Hz": 60.527550000000005, "cycle": 333, "timestamp": "2023-05-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.8213483333345, "PS2_Pressure_bar_100Hz": 106.10060616666625, "PS3_Pressure_bar_100Hz": 1.7680565000000104, "PS4_Pressure_bar_100Hz": 0.11025566666666664, "PS5_Pressure_bar_100Hz": 8.509735333333373, "PS6_Pressure_bar_100Hz": 8.452484666666605, "FS1_VolumeFlow_l_per_min_10Hz": 6.616405, "FS2_VolumeFlow_l_per_min_10Hz": 9.179223333333328, "TS1_Temperature_C_1Hz": 54.4916, "TS2_Temperature_C_1Hz": 59.252683333333366, "TS3_Temperature_C_1Hz": 56.180116666666656, "TS4_Temperature_C_1Hz": 49.71378333333335, "P1_MotorPower_W_100Hz": 2403.7343333333743, "VS1_Vibration_mm_per_s_1Hz": 0.67585, "CE_CoolingEfficiency_percent_1Hz": 20.352883333333335, "CP_CoolingPower_kW_1Hz": 1.5991833333333325, "SE_EfficiencyFactor_percent_1Hz": 60.12624999999998, "cycle": 334, "timestamp": "2023-05-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.80236333333485, "PS2_Pressure_bar_100Hz": 106.07803133333286, "PS3_Pressure_bar_100Hz": 1.759117666666664, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.515368833333374, "PS6_Pressure_bar_100Hz": 8.45895133333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.596934999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.185651666666656, "TS1_Temperature_C_1Hz": 54.53918333333332, "TS2_Temperature_C_1Hz": 59.22898333333334, "TS3_Temperature_C_1Hz": 56.08933333333331, "TS4_Temperature_C_1Hz": 49.58770000000001, "P1_MotorPower_W_100Hz": 2401.7745000000486, "VS1_Vibration_mm_per_s_1Hz": 0.6491166666666667, "CE_CoolingEfficiency_percent_1Hz": 20.512850000000004, "CP_CoolingPower_kW_1Hz": 1.6101666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.82861666666665, "cycle": 335, "timestamp": "2023-05-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.80557500000103, "PS2_Pressure_bar_100Hz": 106.08450466666652, "PS3_Pressure_bar_100Hz": 1.7679393333333389, "PS4_Pressure_bar_100Hz": 0.21584683333333327, "PS5_Pressure_bar_100Hz": 8.514541833333395, "PS6_Pressure_bar_100Hz": 8.457398499999949, "FS1_VolumeFlow_l_per_min_10Hz": 6.587393333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.181031666666659, "TS1_Temperature_C_1Hz": 54.52101666666667, "TS2_Temperature_C_1Hz": 59.21903333333337, "TS3_Temperature_C_1Hz": 56.07758333333335, "TS4_Temperature_C_1Hz": 49.48369999999998, "P1_MotorPower_W_100Hz": 2397.8182333333693, "VS1_Vibration_mm_per_s_1Hz": 0.6559666666666665, "CE_CoolingEfficiency_percent_1Hz": 20.75098333333333, "CP_CoolingPower_kW_1Hz": 1.631433333333333, "SE_EfficiencyFactor_percent_1Hz": 59.762249999999995, "cycle": 336, "timestamp": "2023-06-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.81811333333494, "PS2_Pressure_bar_100Hz": 106.12480233333287, "PS3_Pressure_bar_100Hz": 1.7602481666666636, "PS4_Pressure_bar_100Hz": 0.18403516666666653, "PS5_Pressure_bar_100Hz": 8.51545616666677, "PS6_Pressure_bar_100Hz": 8.457915499999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.587023333333342, "FS2_VolumeFlow_l_per_min_10Hz": 9.183888333333325, "TS1_Temperature_C_1Hz": 54.44966666666666, "TS2_Temperature_C_1Hz": 59.171816666666665, "TS3_Temperature_C_1Hz": 56.06375000000002, "TS4_Temperature_C_1Hz": 49.62858333333335, "P1_MotorPower_W_100Hz": 2397.3553000000447, "VS1_Vibration_mm_per_s_1Hz": 0.6559166666666665, "CE_CoolingEfficiency_percent_1Hz": 20.325666666666667, "CP_CoolingPower_kW_1Hz": 1.5910166666666663, "SE_EfficiencyFactor_percent_1Hz": 59.78513333333333, "cycle": 337, "timestamp": "2023-06-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.80235333333496, "PS2_Pressure_bar_100Hz": 106.09554733333296, "PS3_Pressure_bar_100Hz": 1.7625455000000039, "PS4_Pressure_bar_100Hz": 0.15802266666666667, "PS5_Pressure_bar_100Hz": 8.517865166666704, "PS6_Pressure_bar_100Hz": 8.459798666666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.585020000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.18713999999999, "TS1_Temperature_C_1Hz": 54.443583333333336, "TS2_Temperature_C_1Hz": 59.136916666666664, "TS3_Temperature_C_1Hz": 56.03109999999999, "TS4_Temperature_C_1Hz": 49.51873333333334, "P1_MotorPower_W_100Hz": 2397.4941666667128, "VS1_Vibration_mm_per_s_1Hz": 0.6724166666666669, "CE_CoolingEfficiency_percent_1Hz": 20.631649999999993, "CP_CoolingPower_kW_1Hz": 1.6114500000000003, "SE_EfficiencyFactor_percent_1Hz": 59.73890000000003, "cycle": 338, "timestamp": "2023-06-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.8558216666679, "PS2_Pressure_bar_100Hz": 106.11556483333263, "PS3_Pressure_bar_100Hz": 1.7583705000000027, "PS4_Pressure_bar_100Hz": 0.092904, "PS5_Pressure_bar_100Hz": 8.518978666666735, "PS6_Pressure_bar_100Hz": 8.461082333333264, "FS1_VolumeFlow_l_per_min_10Hz": 6.599616666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.189693333333327, "TS1_Temperature_C_1Hz": 54.436766666666664, "TS2_Temperature_C_1Hz": 59.107833333333325, "TS3_Temperature_C_1Hz": 56.012049999999995, "TS4_Temperature_C_1Hz": 49.50646666666668, "P1_MotorPower_W_100Hz": 2398.69960000003, "VS1_Vibration_mm_per_s_1Hz": 0.6493333333333331, "CE_CoolingEfficiency_percent_1Hz": 20.578666666666674, "CP_CoolingPower_kW_1Hz": 1.6094833333333334, "SE_EfficiencyFactor_percent_1Hz": 59.925900000000006, "cycle": 339, "timestamp": "2023-06-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.85210833333437, "PS2_Pressure_bar_100Hz": 106.12152149999982, "PS3_Pressure_bar_100Hz": 1.760433499999997, "PS4_Pressure_bar_100Hz": 0.05631066666666668, "PS5_Pressure_bar_100Hz": 8.518647500000021, "PS6_Pressure_bar_100Hz": 8.462733166666629, "FS1_VolumeFlow_l_per_min_10Hz": 6.597126666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.188901666666663, "TS1_Temperature_C_1Hz": 54.41358333333333, "TS2_Temperature_C_1Hz": 59.08646666666666, "TS3_Temperature_C_1Hz": 55.982150000000004, "TS4_Temperature_C_1Hz": 49.498166666666656, "P1_MotorPower_W_100Hz": 2396.4297000000442, "VS1_Vibration_mm_per_s_1Hz": 0.6487999999999998, "CE_CoolingEfficiency_percent_1Hz": 20.546983333333337, "CP_CoolingPower_kW_1Hz": 1.6060833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.95531666666667, "cycle": 340, "timestamp": "2023-06-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.8266283333345, "PS2_Pressure_bar_100Hz": 106.09044316666629, "PS3_Pressure_bar_100Hz": 1.7626978333333378, "PS4_Pressure_bar_100Hz": 0.05252916666666664, "PS5_Pressure_bar_100Hz": 8.517733333333357, "PS6_Pressure_bar_100Hz": 8.462486666666617, "FS1_VolumeFlow_l_per_min_10Hz": 6.600399999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.188539999999989, "TS1_Temperature_C_1Hz": 54.42183333333333, "TS2_Temperature_C_1Hz": 59.081616666666655, "TS3_Temperature_C_1Hz": 55.96406666666666, "TS4_Temperature_C_1Hz": 49.438250000000004, "P1_MotorPower_W_100Hz": 2397.2687000000524, "VS1_Vibration_mm_per_s_1Hz": 0.6527833333333335, "CE_CoolingEfficiency_percent_1Hz": 20.685333333333336, "CP_CoolingPower_kW_1Hz": 1.617, "SE_EfficiencyFactor_percent_1Hz": 59.996600000000036, "cycle": 341, "timestamp": "2023-06-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.80404500000157, "PS2_Pressure_bar_100Hz": 106.08114049999963, "PS3_Pressure_bar_100Hz": 1.7678181666666726, "PS4_Pressure_bar_100Hz": 7.15e-05, "PS5_Pressure_bar_100Hz": 8.518084500000079, "PS6_Pressure_bar_100Hz": 8.461422666666579, "FS1_VolumeFlow_l_per_min_10Hz": 6.589309999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.187519999999996, "TS1_Temperature_C_1Hz": 54.3903, "TS2_Temperature_C_1Hz": 59.06920000000001, "TS3_Temperature_C_1Hz": 55.94744999999998, "TS4_Temperature_C_1Hz": 49.479516666666676, "P1_MotorPower_W_100Hz": 2396.954000000042, "VS1_Vibration_mm_per_s_1Hz": 0.6692500000000001, "CE_CoolingEfficiency_percent_1Hz": 20.49291666666667, "CP_CoolingPower_kW_1Hz": 1.6006, "SE_EfficiencyFactor_percent_1Hz": 59.75968333333333, "cycle": 342, "timestamp": "2023-06-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.85332166666777, "PS2_Pressure_bar_100Hz": 106.09263683333295, "PS3_Pressure_bar_100Hz": 1.7610086666666718, "PS4_Pressure_bar_100Hz": 0.2547936666666665, "PS5_Pressure_bar_100Hz": 8.516541333333384, "PS6_Pressure_bar_100Hz": 8.458888999999958, "FS1_VolumeFlow_l_per_min_10Hz": 6.589259999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.184624999999997, "TS1_Temperature_C_1Hz": 54.36801666666668, "TS2_Temperature_C_1Hz": 59.05440000000001, "TS3_Temperature_C_1Hz": 55.91509999999998, "TS4_Temperature_C_1Hz": 49.33358333333333, "P1_MotorPower_W_100Hz": 2398.104866666695, "VS1_Vibration_mm_per_s_1Hz": 0.6491166666666663, "CE_CoolingEfficiency_percent_1Hz": 20.86483333333334, "CP_CoolingPower_kW_1Hz": 1.6286666666666667, "SE_EfficiencyFactor_percent_1Hz": 59.76566666666666, "cycle": 343, "timestamp": "2023-06-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.18290666666576, "PS2_Pressure_bar_100Hz": 123.4458973333332, "PS3_Pressure_bar_100Hz": 1.1425226666666466, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.515941666666723, "PS6_Pressure_bar_100Hz": 8.458771166666615, "FS1_VolumeFlow_l_per_min_10Hz": 3.273826666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.184803333333326, "TS1_Temperature_C_1Hz": 54.25603333333335, "TS2_Temperature_C_1Hz": 58.72701666666665, "TS3_Temperature_C_1Hz": 55.92228333333334, "TS4_Temperature_C_1Hz": 49.40949999999999, "P1_MotorPower_W_100Hz": 2652.404466666687, "VS1_Vibration_mm_per_s_1Hz": 0.7431000000000001, "CE_CoolingEfficiency_percent_1Hz": 20.587716666666662, "CP_CoolingPower_kW_1Hz": 1.6087666666666667, "SE_EfficiencyFactor_percent_1Hz": 30.142716666666665, "cycle": 344, "timestamp": "2023-06-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39947833333315, "PS2_Pressure_bar_100Hz": 105.08417283333358, "PS3_Pressure_bar_100Hz": 1.6654294999999881, "PS4_Pressure_bar_100Hz": 2.862649499999994, "PS5_Pressure_bar_100Hz": 8.532087499999978, "PS6_Pressure_bar_100Hz": 8.473829166666611, "FS1_VolumeFlow_l_per_min_10Hz": 6.249986666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.199788333333332, "TS1_Temperature_C_1Hz": 54.30115000000002, "TS2_Temperature_C_1Hz": 58.76204999999998, "TS3_Temperature_C_1Hz": 55.770299999999985, "TS4_Temperature_C_1Hz": 49.30858333333333, "P1_MotorPower_W_100Hz": 2424.1909000000232, "VS1_Vibration_mm_per_s_1Hz": 0.6761500000000001, "CE_CoolingEfficiency_percent_1Hz": 20.570066666666673, "CP_CoolingPower_kW_1Hz": 1.6029833333333328, "SE_EfficiencyFactor_percent_1Hz": 55.233800000000016, "cycle": 345, "timestamp": "2023-06-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.3080516666656, "PS2_Pressure_bar_100Hz": 122.85143549999992, "PS3_Pressure_bar_100Hz": 1.1306303333333214, "PS4_Pressure_bar_100Hz": 0.4323923333333328, "PS5_Pressure_bar_100Hz": 8.52652616666668, "PS6_Pressure_bar_100Hz": 8.468926166666606, "FS1_VolumeFlow_l_per_min_10Hz": 3.2341716666666653, "FS2_VolumeFlow_l_per_min_10Hz": 9.19419166666665, "TS1_Temperature_C_1Hz": 54.13959999999998, "TS2_Temperature_C_1Hz": 58.488649999999986, "TS3_Temperature_C_1Hz": 55.82546666666666, "TS4_Temperature_C_1Hz": 49.45550000000001, "P1_MotorPower_W_100Hz": 2652.812200000064, "VS1_Vibration_mm_per_s_1Hz": 0.7262333333333333, "CE_CoolingEfficiency_percent_1Hz": 20.238733333333336, "CP_CoolingPower_kW_1Hz": 1.5795500000000002, "SE_EfficiencyFactor_percent_1Hz": 29.102233333333356, "cycle": 346, "timestamp": "2023-06-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.32205666666704, "PS2_Pressure_bar_100Hz": 122.8345071666667, "PS3_Pressure_bar_100Hz": 1.1242956666666586, "PS4_Pressure_bar_100Hz": 0.8298173333333312, "PS5_Pressure_bar_100Hz": 8.523458666666677, "PS6_Pressure_bar_100Hz": 8.466469999999953, "FS1_VolumeFlow_l_per_min_10Hz": 3.2267266666666656, "FS2_VolumeFlow_l_per_min_10Hz": 9.192866666666648, "TS1_Temperature_C_1Hz": 54.193850000000026, "TS2_Temperature_C_1Hz": 58.27156666666666, "TS3_Temperature_C_1Hz": 55.78941666666666, "TS4_Temperature_C_1Hz": 49.46844999999998, "P1_MotorPower_W_100Hz": 2651.7234333333467, "VS1_Vibration_mm_per_s_1Hz": 0.7638833333333329, "CE_CoolingEfficiency_percent_1Hz": 20.12843333333333, "CP_CoolingPower_kW_1Hz": 1.565766666666666, "SE_EfficiencyFactor_percent_1Hz": 28.980616666666666, "cycle": 347, "timestamp": "2023-06-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.30329166666672, "PS2_Pressure_bar_100Hz": 122.8024021666665, "PS3_Pressure_bar_100Hz": 1.1265834999999895, "PS4_Pressure_bar_100Hz": 2.256470833333332, "PS5_Pressure_bar_100Hz": 8.520390666666724, "PS6_Pressure_bar_100Hz": 8.462912333333255, "FS1_VolumeFlow_l_per_min_10Hz": 3.234675, "FS2_VolumeFlow_l_per_min_10Hz": 9.190058333333312, "TS1_Temperature_C_1Hz": 54.24605000000004, "TS2_Temperature_C_1Hz": 58.18674999999996, "TS3_Temperature_C_1Hz": 55.84158333333334, "TS4_Temperature_C_1Hz": 49.469850000000015, "P1_MotorPower_W_100Hz": 2648.313233333334, "VS1_Vibration_mm_per_s_1Hz": 0.7760666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.210400000000003, "CP_CoolingPower_kW_1Hz": 1.5775000000000001, "SE_EfficiencyFactor_percent_1Hz": 29.127466666666674, "cycle": 348, "timestamp": "2023-06-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.28538999999986, "PS2_Pressure_bar_100Hz": 122.81522566666715, "PS3_Pressure_bar_100Hz": 1.1352119999999923, "PS4_Pressure_bar_100Hz": 2.4276234999999966, "PS5_Pressure_bar_100Hz": 8.513379000000043, "PS6_Pressure_bar_100Hz": 8.454795333333266, "FS1_VolumeFlow_l_per_min_10Hz": 3.227740000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.18464333333333, "TS1_Temperature_C_1Hz": 54.27163333333335, "TS2_Temperature_C_1Hz": 58.150933333333334, "TS3_Temperature_C_1Hz": 55.92968333333333, "TS4_Temperature_C_1Hz": 49.487899999999996, "P1_MotorPower_W_100Hz": 2646.4840333333373, "VS1_Vibration_mm_per_s_1Hz": 0.7751333333333333, "CE_CoolingEfficiency_percent_1Hz": 20.32721666666667, "CP_CoolingPower_kW_1Hz": 1.5927833333333328, "SE_EfficiencyFactor_percent_1Hz": 29.047533333333334, "cycle": 349, "timestamp": "2023-06-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.2835133333334, "PS2_Pressure_bar_100Hz": 122.78132850000041, "PS3_Pressure_bar_100Hz": 1.111940833333323, "PS4_Pressure_bar_100Hz": 2.1058383333333324, "PS5_Pressure_bar_100Hz": 8.50817616666671, "PS6_Pressure_bar_100Hz": 8.449443500000001, "FS1_VolumeFlow_l_per_min_10Hz": 3.240146666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.184793333333333, "TS1_Temperature_C_1Hz": 54.32066666666667, "TS2_Temperature_C_1Hz": 58.12228333333331, "TS3_Temperature_C_1Hz": 56.010650000000005, "TS4_Temperature_C_1Hz": 49.739399999999996, "P1_MotorPower_W_100Hz": 2646.491966666719, "VS1_Vibration_mm_per_s_1Hz": 0.7918166666666667, "CE_CoolingEfficiency_percent_1Hz": 19.77096666666666, "CP_CoolingPower_kW_1Hz": 1.5531333333333335, "SE_EfficiencyFactor_percent_1Hz": 29.230066666666655, "cycle": 350, "timestamp": "2023-06-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.37633166666615, "PS2_Pressure_bar_100Hz": 105.06315549999957, "PS3_Pressure_bar_100Hz": 1.6611151666666495, "PS4_Pressure_bar_100Hz": 3.257347666666663, "PS5_Pressure_bar_100Hz": 8.509456000000046, "PS6_Pressure_bar_100Hz": 8.449877333333268, "FS1_VolumeFlow_l_per_min_10Hz": 6.2398950000000015, "FS2_VolumeFlow_l_per_min_10Hz": 9.18519833333333, "TS1_Temperature_C_1Hz": 54.500849999999986, "TS2_Temperature_C_1Hz": 58.52668333333332, "TS3_Temperature_C_1Hz": 56.07866666666667, "TS4_Temperature_C_1Hz": 49.76836666666667, "P1_MotorPower_W_100Hz": 2419.166866666676, "VS1_Vibration_mm_per_s_1Hz": 0.6852500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.895633333333326, "CP_CoolingPower_kW_1Hz": 1.5621333333333332, "SE_EfficiencyFactor_percent_1Hz": 55.21911666666669, "cycle": 351, "timestamp": "2023-06-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.277025, "PS2_Pressure_bar_100Hz": 122.81090883333349, "PS3_Pressure_bar_100Hz": 1.1249411666666578, "PS4_Pressure_bar_100Hz": 1.5141339999999985, "PS5_Pressure_bar_100Hz": 8.49852066666673, "PS6_Pressure_bar_100Hz": 8.439765333333293, "FS1_VolumeFlow_l_per_min_10Hz": 3.239643333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.173210000000008, "TS1_Temperature_C_1Hz": 54.37266666666666, "TS2_Temperature_C_1Hz": 58.43121666666665, "TS3_Temperature_C_1Hz": 56.172766666666675, "TS4_Temperature_C_1Hz": 49.7587, "P1_MotorPower_W_100Hz": 2649.52846666671, "VS1_Vibration_mm_per_s_1Hz": 0.74945, "CE_CoolingEfficiency_percent_1Hz": 20.19353333333333, "CP_CoolingPower_kW_1Hz": 1.5866999999999996, "SE_EfficiencyFactor_percent_1Hz": 29.213516666666674, "cycle": 352, "timestamp": "2023-06-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.28388000000038, "PS2_Pressure_bar_100Hz": 122.80291016666654, "PS3_Pressure_bar_100Hz": 1.1198089999999872, "PS4_Pressure_bar_100Hz": 2.993852500000008, "PS5_Pressure_bar_100Hz": 8.497512000000043, "PS6_Pressure_bar_100Hz": 8.440040166666648, "FS1_VolumeFlow_l_per_min_10Hz": 3.2425099999999993, "FS2_VolumeFlow_l_per_min_10Hz": 9.17210333333332, "TS1_Temperature_C_1Hz": 54.45879999999999, "TS2_Temperature_C_1Hz": 58.33156666666669, "TS3_Temperature_C_1Hz": 56.20004999999999, "TS4_Temperature_C_1Hz": 49.80788333333335, "P1_MotorPower_W_100Hz": 2648.894066666697, "VS1_Vibration_mm_per_s_1Hz": 0.7768499999999998, "CE_CoolingEfficiency_percent_1Hz": 20.164933333333327, "CP_CoolingPower_kW_1Hz": 1.5803666666666658, "SE_EfficiencyFactor_percent_1Hz": 29.245083333333355, "cycle": 353, "timestamp": "2023-06-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.28959999999944, "PS2_Pressure_bar_100Hz": 122.7892576666667, "PS3_Pressure_bar_100Hz": 1.1190531666666583, "PS4_Pressure_bar_100Hz": 1.42069683333333, "PS5_Pressure_bar_100Hz": 8.49774116666668, "PS6_Pressure_bar_100Hz": 8.441551166666631, "FS1_VolumeFlow_l_per_min_10Hz": 3.233758333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.172148333333325, "TS1_Temperature_C_1Hz": 54.570633333333326, "TS2_Temperature_C_1Hz": 58.28701666666667, "TS3_Temperature_C_1Hz": 56.24015000000001, "TS4_Temperature_C_1Hz": 49.89423333333333, "P1_MotorPower_W_100Hz": 2648.2474666667267, "VS1_Vibration_mm_per_s_1Hz": 0.7827333333333333, "CE_CoolingEfficiency_percent_1Hz": 20.031650000000006, "CP_CoolingPower_kW_1Hz": 1.5677999999999996, "SE_EfficiencyFactor_percent_1Hz": 29.071916666666667, "cycle": 354, "timestamp": "2023-06-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.10834000000082, "PS2_Pressure_bar_100Hz": 122.99234316666652, "PS3_Pressure_bar_100Hz": 1.1241144999999908, "PS4_Pressure_bar_100Hz": 0.5947494999999997, "PS5_Pressure_bar_100Hz": 8.492537833333351, "PS6_Pressure_bar_100Hz": 8.436679166666693, "FS1_VolumeFlow_l_per_min_10Hz": 3.2848100000000033, "FS2_VolumeFlow_l_per_min_10Hz": 9.163243333333334, "TS1_Temperature_C_1Hz": 54.67508333333331, "TS2_Temperature_C_1Hz": 58.30366666666666, "TS3_Temperature_C_1Hz": 56.33738333333335, "TS4_Temperature_C_1Hz": 49.91393333333333, "P1_MotorPower_W_100Hz": 2646.0773333333836, "VS1_Vibration_mm_per_s_1Hz": 0.7702166666666669, "CE_CoolingEfficiency_percent_1Hz": 20.253583333333335, "CP_CoolingPower_kW_1Hz": 1.587333333333333, "SE_EfficiencyFactor_percent_1Hz": 30.081866666666677, "cycle": 355, "timestamp": "2023-06-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.14940000000058, "PS2_Pressure_bar_100Hz": 123.05894649999998, "PS3_Pressure_bar_100Hz": 1.1218691666666543, "PS4_Pressure_bar_100Hz": 0.5914905000000005, "PS5_Pressure_bar_100Hz": 8.488035833333372, "PS6_Pressure_bar_100Hz": 8.433442666666672, "FS1_VolumeFlow_l_per_min_10Hz": 3.2611249999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.158919999999993, "TS1_Temperature_C_1Hz": 54.75581666666666, "TS2_Temperature_C_1Hz": 58.33706666666667, "TS3_Temperature_C_1Hz": 56.473283333333335, "TS4_Temperature_C_1Hz": 50.04704999999999, "P1_MotorPower_W_100Hz": 2646.287700000026, "VS1_Vibration_mm_per_s_1Hz": 0.7780000000000001, "CE_CoolingEfficiency_percent_1Hz": 20.23345, "CP_CoolingPower_kW_1Hz": 1.585616666666666, "SE_EfficiencyFactor_percent_1Hz": 29.7717, "cycle": 356, "timestamp": "2023-06-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.1195233333347, "PS2_Pressure_bar_100Hz": 123.00366783333352, "PS3_Pressure_bar_100Hz": 1.1273834999999917, "PS4_Pressure_bar_100Hz": 0.03116399999999995, "PS5_Pressure_bar_100Hz": 8.487970999999991, "PS6_Pressure_bar_100Hz": 8.433415833333333, "FS1_VolumeFlow_l_per_min_10Hz": 3.2710416666666675, "FS2_VolumeFlow_l_per_min_10Hz": 9.151821666666665, "TS1_Temperature_C_1Hz": 54.84044999999998, "TS2_Temperature_C_1Hz": 58.38524999999998, "TS3_Temperature_C_1Hz": 56.54348333333333, "TS4_Temperature_C_1Hz": 50.12760000000001, "P1_MotorPower_W_100Hz": 2645.586033333379, "VS1_Vibration_mm_per_s_1Hz": 0.7770666666666667, "CE_CoolingEfficiency_percent_1Hz": 20.159366666666674, "CP_CoolingPower_kW_1Hz": 1.58315, "SE_EfficiencyFactor_percent_1Hz": 29.920983333333343, "cycle": 357, "timestamp": "2023-06-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.07170333333428, "PS2_Pressure_bar_100Hz": 122.94127616666673, "PS3_Pressure_bar_100Hz": 1.1223486666666578, "PS4_Pressure_bar_100Hz": 0.038274666666666665, "PS5_Pressure_bar_100Hz": 8.504041166666717, "PS6_Pressure_bar_100Hz": 8.449006999999954, "FS1_VolumeFlow_l_per_min_10Hz": 3.289449999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.12815666666667, "TS1_Temperature_C_1Hz": 54.94759999999999, "TS2_Temperature_C_1Hz": 58.45138333333332, "TS3_Temperature_C_1Hz": 56.63011666666664, "TS4_Temperature_C_1Hz": 50.13201666666665, "P1_MotorPower_W_100Hz": 2645.300533333401, "VS1_Vibration_mm_per_s_1Hz": 0.7700000000000004, "CE_CoolingEfficiency_percent_1Hz": 20.385683333333347, "CP_CoolingPower_kW_1Hz": 1.5990333333333333, "SE_EfficiencyFactor_percent_1Hz": 30.174833333333332, "cycle": 358, "timestamp": "2023-06-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.07278333333372, "PS2_Pressure_bar_100Hz": 122.92778550000021, "PS3_Pressure_bar_100Hz": 1.115601833333325, "PS4_Pressure_bar_100Hz": 0.04044233333333332, "PS5_Pressure_bar_100Hz": 8.50792483333341, "PS6_Pressure_bar_100Hz": 8.452342833333313, "FS1_VolumeFlow_l_per_min_10Hz": 3.2748166666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.112916666666663, "TS1_Temperature_C_1Hz": 55.0764, "TS2_Temperature_C_1Hz": 58.51178333333333, "TS3_Temperature_C_1Hz": 56.751900000000006, "TS4_Temperature_C_1Hz": 50.26146666666668, "P1_MotorPower_W_100Hz": 2641.794400000055, "VS1_Vibration_mm_per_s_1Hz": 0.7626666666666669, "CE_CoolingEfficiency_percent_1Hz": 20.376250000000002, "CP_CoolingPower_kW_1Hz": 1.5933333333333333, "SE_EfficiencyFactor_percent_1Hz": 29.98443333333332, "cycle": 359, "timestamp": "2023-06-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.0674883333342, "PS2_Pressure_bar_100Hz": 122.9119148333328, "PS3_Pressure_bar_100Hz": 1.120290666666657, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.504016166666746, "PS6_Pressure_bar_100Hz": 8.448600666666602, "FS1_VolumeFlow_l_per_min_10Hz": 3.2789616666666617, "FS2_VolumeFlow_l_per_min_10Hz": 9.103219999999991, "TS1_Temperature_C_1Hz": 55.17431666666668, "TS2_Temperature_C_1Hz": 58.590199999999996, "TS3_Temperature_C_1Hz": 56.823916666666655, "TS4_Temperature_C_1Hz": 50.35676666666667, "P1_MotorPower_W_100Hz": 2641.784466666684, "VS1_Vibration_mm_per_s_1Hz": 0.7567333333333333, "CE_CoolingEfficiency_percent_1Hz": 20.32545, "CP_CoolingPower_kW_1Hz": 1.5873999999999995, "SE_EfficiencyFactor_percent_1Hz": 30.035016666666664, "cycle": 360, "timestamp": "2023-06-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.0491833333339, "PS2_Pressure_bar_100Hz": 122.9214599999992, "PS3_Pressure_bar_100Hz": 1.1291573333333282, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.4934816666667, "PS6_Pressure_bar_100Hz": 8.438909499999962, "FS1_VolumeFlow_l_per_min_10Hz": 3.2595416666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.090204999999996, "TS1_Temperature_C_1Hz": 55.24686666666668, "TS2_Temperature_C_1Hz": 58.67386666666667, "TS3_Temperature_C_1Hz": 56.97605000000001, "TS4_Temperature_C_1Hz": 50.429300000000005, "P1_MotorPower_W_100Hz": 2641.650033333375, "VS1_Vibration_mm_per_s_1Hz": 0.7606500000000002, "CE_CoolingEfficiency_percent_1Hz": 20.454583333333336, "CP_CoolingPower_kW_1Hz": 1.6034499999999996, "SE_EfficiencyFactor_percent_1Hz": 29.757583333333322, "cycle": 361, "timestamp": "2023-06-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.00694000000155, "PS2_Pressure_bar_100Hz": 122.89723016666603, "PS3_Pressure_bar_100Hz": 1.1220428333333268, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.495441833333357, "PS6_Pressure_bar_100Hz": 8.440928833333299, "FS1_VolumeFlow_l_per_min_10Hz": 3.293901666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.08777, "TS1_Temperature_C_1Hz": 55.307183333333334, "TS2_Temperature_C_1Hz": 58.74301666666667, "TS3_Temperature_C_1Hz": 57.041650000000025, "TS4_Temperature_C_1Hz": 50.52755000000001, "P1_MotorPower_W_100Hz": 2643.410600000046, "VS1_Vibration_mm_per_s_1Hz": 0.7658500000000001, "CE_CoolingEfficiency_percent_1Hz": 20.368233333333325, "CP_CoolingPower_kW_1Hz": 1.5950000000000002, "SE_EfficiencyFactor_percent_1Hz": 30.22450000000001, "cycle": 362, "timestamp": "2023-06-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.99511666666828, "PS2_Pressure_bar_100Hz": 122.89221599999946, "PS3_Pressure_bar_100Hz": 1.1204443333333178, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.4912883333333, "PS6_Pressure_bar_100Hz": 8.437401333333314, "FS1_VolumeFlow_l_per_min_10Hz": 3.279131666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.083538333333324, "TS1_Temperature_C_1Hz": 55.40373333333333, "TS2_Temperature_C_1Hz": 58.78986666666667, "TS3_Temperature_C_1Hz": 57.14038333333335, "TS4_Temperature_C_1Hz": 50.58198333333333, "P1_MotorPower_W_100Hz": 2642.301366666737, "VS1_Vibration_mm_per_s_1Hz": 0.7671333333333334, "CE_CoolingEfficiency_percent_1Hz": 20.5147, "CP_CoolingPower_kW_1Hz": 1.6058666666666659, "SE_EfficiencyFactor_percent_1Hz": 30.01723333333332, "cycle": 363, "timestamp": "2023-06-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.95283666666788, "PS2_Pressure_bar_100Hz": 122.8547005000001, "PS3_Pressure_bar_100Hz": 1.1269024999999846, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.485468666666653, "PS6_Pressure_bar_100Hz": 8.430802000000032, "FS1_VolumeFlow_l_per_min_10Hz": 3.2903849999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.073998333333334, "TS1_Temperature_C_1Hz": 55.541766666666675, "TS2_Temperature_C_1Hz": 58.86323333333333, "TS3_Temperature_C_1Hz": 57.20286666666667, "TS4_Temperature_C_1Hz": 50.60793333333333, "P1_MotorPower_W_100Hz": 2638.869466666723, "VS1_Vibration_mm_per_s_1Hz": 0.7569333333333337, "CE_CoolingEfficiency_percent_1Hz": 20.601016666666663, "CP_CoolingPower_kW_1Hz": 1.6129666666666667, "SE_EfficiencyFactor_percent_1Hz": 30.19878333333332, "cycle": 364, "timestamp": "2023-06-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.85150666666775, "PS2_Pressure_bar_100Hz": 123.04225466666637, "PS3_Pressure_bar_100Hz": 1.1370353333333234, "PS4_Pressure_bar_100Hz": 0.00012683333333333334, "PS5_Pressure_bar_100Hz": 8.484734499999993, "PS6_Pressure_bar_100Hz": 8.430266000000016, "FS1_VolumeFlow_l_per_min_10Hz": 3.3114633333333328, "FS2_VolumeFlow_l_per_min_10Hz": 9.068783333333325, "TS1_Temperature_C_1Hz": 55.622600000000006, "TS2_Temperature_C_1Hz": 58.93326666666667, "TS3_Temperature_C_1Hz": 57.251633333333324, "TS4_Temperature_C_1Hz": 50.67011666666666, "P1_MotorPower_W_100Hz": 2636.839366666711, "VS1_Vibration_mm_per_s_1Hz": 0.7609833333333336, "CE_CoolingEfficiency_percent_1Hz": 20.58773333333333, "CP_CoolingPower_kW_1Hz": 1.6089500000000005, "SE_EfficiencyFactor_percent_1Hz": 30.605083333333322, "cycle": 365, "timestamp": "2023-06-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 166.7028433333342, "PS2_Pressure_bar_100Hz": 116.6030663333333, "PS3_Pressure_bar_100Hz": 1.3164993333333168, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.479406000000003, "PS6_Pressure_bar_100Hz": 8.425594333333386, "FS1_VolumeFlow_l_per_min_10Hz": 4.295743333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.062513333333326, "TS1_Temperature_C_1Hz": 55.76345, "TS2_Temperature_C_1Hz": 59.209250000000004, "TS3_Temperature_C_1Hz": 57.32550000000005, "TS4_Temperature_C_1Hz": 50.74841666666666, "P1_MotorPower_W_100Hz": 2553.1373666667105, "VS1_Vibration_mm_per_s_1Hz": 0.7280333333333332, "CE_CoolingEfficiency_percent_1Hz": 20.544766666666664, "CP_CoolingPower_kW_1Hz": 1.6071499999999999, "SE_EfficiencyFactor_percent_1Hz": 38.997350000000004, "cycle": 366, "timestamp": "2023-07-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.83123500000139, "PS2_Pressure_bar_100Hz": 123.01766149999969, "PS3_Pressure_bar_100Hz": 1.1295401666666551, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.475193166666683, "PS6_Pressure_bar_100Hz": 8.422337499999992, "FS1_VolumeFlow_l_per_min_10Hz": 3.3048866666666674, "FS2_VolumeFlow_l_per_min_10Hz": 9.057226666666661, "TS1_Temperature_C_1Hz": 55.785033333333324, "TS2_Temperature_C_1Hz": 59.210400000000014, "TS3_Temperature_C_1Hz": 57.409399999999984, "TS4_Temperature_C_1Hz": 50.81273333333332, "P1_MotorPower_W_100Hz": 2634.6101000000076, "VS1_Vibration_mm_per_s_1Hz": 0.7545333333333332, "CE_CoolingEfficiency_percent_1Hz": 20.55053333333334, "CP_CoolingPower_kW_1Hz": 1.6112833333333334, "SE_EfficiencyFactor_percent_1Hz": 30.565683333333325, "cycle": 367, "timestamp": "2023-07-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.81389666666746, "PS2_Pressure_bar_100Hz": 123.03036600000033, "PS3_Pressure_bar_100Hz": 1.1298603333333217, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.47264650000005, "PS6_Pressure_bar_100Hz": 8.41964833333337, "FS1_VolumeFlow_l_per_min_10Hz": 3.2905566666666646, "FS2_VolumeFlow_l_per_min_10Hz": 9.046633333333343, "TS1_Temperature_C_1Hz": 55.852266666666665, "TS2_Temperature_C_1Hz": 59.22906666666667, "TS3_Temperature_C_1Hz": 57.44544999999997, "TS4_Temperature_C_1Hz": 50.86788333333334, "P1_MotorPower_W_100Hz": 2634.986766666714, "VS1_Vibration_mm_per_s_1Hz": 0.75285, "CE_CoolingEfficiency_percent_1Hz": 20.48105, "CP_CoolingPower_kW_1Hz": 1.60295, "SE_EfficiencyFactor_percent_1Hz": 30.370949999999997, "cycle": 368, "timestamp": "2023-07-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.77921500000136, "PS2_Pressure_bar_100Hz": 123.0067854999999, "PS3_Pressure_bar_100Hz": 1.1404203333333194, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.468371000000047, "PS6_Pressure_bar_100Hz": 8.415626333333357, "FS1_VolumeFlow_l_per_min_10Hz": 3.3186366666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.038311666666665, "TS1_Temperature_C_1Hz": 55.88910000000002, "TS2_Temperature_C_1Hz": 59.279350000000015, "TS3_Temperature_C_1Hz": 57.5425, "TS4_Temperature_C_1Hz": 50.93730000000001, "P1_MotorPower_W_100Hz": 2635.0318000000298, "VS1_Vibration_mm_per_s_1Hz": 0.7449999999999999, "CE_CoolingEfficiency_percent_1Hz": 20.527450000000005, "CP_CoolingPower_kW_1Hz": 1.6090499999999999, "SE_EfficiencyFactor_percent_1Hz": 30.753099999999993, "cycle": 369, "timestamp": "2023-07-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.78429500000064, "PS2_Pressure_bar_100Hz": 123.02059166666646, "PS3_Pressure_bar_100Hz": 1.136356333333317, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.464871333333367, "PS6_Pressure_bar_100Hz": 8.413316000000009, "FS1_VolumeFlow_l_per_min_10Hz": 3.3043716666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.034593333333333, "TS1_Temperature_C_1Hz": 55.93416666666668, "TS2_Temperature_C_1Hz": 59.31579999999998, "TS3_Temperature_C_1Hz": 57.62844999999998, "TS4_Temperature_C_1Hz": 50.95611666666666, "P1_MotorPower_W_100Hz": 2635.2305666666957, "VS1_Vibration_mm_per_s_1Hz": 0.7444833333333333, "CE_CoolingEfficiency_percent_1Hz": 20.751283333333333, "CP_CoolingPower_kW_1Hz": 1.6220166666666664, "SE_EfficiencyFactor_percent_1Hz": 30.550983333333328, "cycle": 370, "timestamp": "2023-07-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.41329333333474, "PS2_Pressure_bar_100Hz": 131.0523663333337, "PS3_Pressure_bar_100Hz": 0.8856464999999859, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.460379999999988, "PS6_Pressure_bar_100Hz": 8.41103716666665, "FS1_VolumeFlow_l_per_min_10Hz": 2.081964999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.032096666666662, "TS1_Temperature_C_1Hz": 55.99218333333332, "TS2_Temperature_C_1Hz": 59.29755000000001, "TS3_Temperature_C_1Hz": 57.68575000000001, "TS4_Temperature_C_1Hz": 50.979216666666666, "P1_MotorPower_W_100Hz": 2736.731299999992, "VS1_Vibration_mm_per_s_1Hz": 0.7789500000000003, "CE_CoolingEfficiency_percent_1Hz": 20.824866666666665, "CP_CoolingPower_kW_1Hz": 1.6310833333333337, "SE_EfficiencyFactor_percent_1Hz": 19.56693333333334, "cycle": 371, "timestamp": "2023-07-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.25931166666794, "PS2_Pressure_bar_100Hz": 123.04904566666674, "PS3_Pressure_bar_100Hz": 1.1304838333333236, "PS4_Pressure_bar_100Hz": 0.0014383333333333336, "PS5_Pressure_bar_100Hz": 8.449528833333352, "PS6_Pressure_bar_100Hz": 8.400421000000017, "FS1_VolumeFlow_l_per_min_10Hz": 3.284528333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.015806666666668, "TS1_Temperature_C_1Hz": 56.01784999999998, "TS2_Temperature_C_1Hz": 59.18063333333331, "TS3_Temperature_C_1Hz": 57.8691, "TS4_Temperature_C_1Hz": 51.11358333333333, "P1_MotorPower_W_100Hz": 2645.469866666699, "VS1_Vibration_mm_per_s_1Hz": 0.7807666666666669, "CE_CoolingEfficiency_percent_1Hz": 20.844366666666662, "CP_CoolingPower_kW_1Hz": 1.640383333333333, "SE_EfficiencyFactor_percent_1Hz": 29.30928333333334, "cycle": 372, "timestamp": "2023-07-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.74827000000113, "PS2_Pressure_bar_100Hz": 122.9426911666667, "PS3_Pressure_bar_100Hz": 1.1331568333333166, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.451966166666677, "PS6_Pressure_bar_100Hz": 8.40178233333334, "FS1_VolumeFlow_l_per_min_10Hz": 3.2967950000000013, "FS2_VolumeFlow_l_per_min_10Hz": 9.01838666666666, "TS1_Temperature_C_1Hz": 56.09726666666666, "TS2_Temperature_C_1Hz": 59.348316666666655, "TS3_Temperature_C_1Hz": 57.918250000000015, "TS4_Temperature_C_1Hz": 51.181299999999986, "P1_MotorPower_W_100Hz": 2636.3418333333657, "VS1_Vibration_mm_per_s_1Hz": 0.7453166666666665, "CE_CoolingEfficiency_percent_1Hz": 20.78493333333333, "CP_CoolingPower_kW_1Hz": 1.6383833333333337, "SE_EfficiencyFactor_percent_1Hz": 30.41618333333333, "cycle": 373, "timestamp": "2023-07-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.73194333333464, "PS2_Pressure_bar_100Hz": 122.95540416666718, "PS3_Pressure_bar_100Hz": 1.1339134999999834, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.451398333333342, "PS6_Pressure_bar_100Hz": 8.400865999999969, "FS1_VolumeFlow_l_per_min_10Hz": 3.2978749999999986, "FS2_VolumeFlow_l_per_min_10Hz": 9.018411666666669, "TS1_Temperature_C_1Hz": 56.20593333333331, "TS2_Temperature_C_1Hz": 59.42948333333332, "TS3_Temperature_C_1Hz": 57.89221666666666, "TS4_Temperature_C_1Hz": 51.32473333333336, "P1_MotorPower_W_100Hz": 2634.929600000017, "VS1_Vibration_mm_per_s_1Hz": 0.7588833333333332, "CE_CoolingEfficiency_percent_1Hz": 20.29933333333333, "CP_CoolingPower_kW_1Hz": 1.5964999999999998, "SE_EfficiencyFactor_percent_1Hz": 30.453016666666667, "cycle": 374, "timestamp": "2023-07-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.67674500000072, "PS2_Pressure_bar_100Hz": 123.1008495, "PS3_Pressure_bar_100Hz": 1.1368609999999932, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.447025833333367, "PS6_Pressure_bar_100Hz": 8.398328000000031, "FS1_VolumeFlow_l_per_min_10Hz": 3.292448333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.004728333333341, "TS1_Temperature_C_1Hz": 56.279833333333336, "TS2_Temperature_C_1Hz": 59.52438333333334, "TS3_Temperature_C_1Hz": 57.99606666666667, "TS4_Temperature_C_1Hz": 51.24611666666668, "P1_MotorPower_W_100Hz": 2634.630133333366, "VS1_Vibration_mm_per_s_1Hz": 0.7541166666666669, "CE_CoolingEfficiency_percent_1Hz": 20.83093333333334, "CP_CoolingPower_kW_1Hz": 1.6378833333333334, "SE_EfficiencyFactor_percent_1Hz": 30.43416666666666, "cycle": 375, "timestamp": "2023-07-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.66841333333485, "PS2_Pressure_bar_100Hz": 123.08886850000006, "PS3_Pressure_bar_100Hz": 1.1466566666666569, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.446448333333349, "PS6_Pressure_bar_100Hz": 8.397407333333353, "FS1_VolumeFlow_l_per_min_10Hz": 3.285771666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.004061666666663, "TS1_Temperature_C_1Hz": 56.32973333333333, "TS2_Temperature_C_1Hz": 59.59158333333336, "TS3_Temperature_C_1Hz": 58.02765, "TS4_Temperature_C_1Hz": 51.36695000000001, "P1_MotorPower_W_100Hz": 2634.619533333385, "VS1_Vibration_mm_per_s_1Hz": 0.7519000000000002, "CE_CoolingEfficiency_percent_1Hz": 20.531183333333335, "CP_CoolingPower_kW_1Hz": 1.6161999999999999, "SE_EfficiencyFactor_percent_1Hz": 30.31431666666667, "cycle": 376, "timestamp": "2023-07-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.6908233333342, "PS2_Pressure_bar_100Hz": 123.09571616666702, "PS3_Pressure_bar_100Hz": 1.1482088333333191, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.442770333333348, "PS6_Pressure_bar_100Hz": 8.394382500000022, "FS1_VolumeFlow_l_per_min_10Hz": 3.2894700000000014, "FS2_VolumeFlow_l_per_min_10Hz": 8.997083333333332, "TS1_Temperature_C_1Hz": 56.40401666666664, "TS2_Temperature_C_1Hz": 59.64118333333335, "TS3_Temperature_C_1Hz": 58.064649999999986, "TS4_Temperature_C_1Hz": 51.384833333333326, "P1_MotorPower_W_100Hz": 2633.5622666666673, "VS1_Vibration_mm_per_s_1Hz": 0.7466833333333337, "CE_CoolingEfficiency_percent_1Hz": 20.59156666666667, "CP_CoolingPower_kW_1Hz": 1.6185333333333338, "SE_EfficiencyFactor_percent_1Hz": 30.400350000000007, "cycle": 377, "timestamp": "2023-07-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.67730333333463, "PS2_Pressure_bar_100Hz": 123.08276016666713, "PS3_Pressure_bar_100Hz": 1.141972833333322, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.440451333333362, "PS6_Pressure_bar_100Hz": 8.392409166666717, "FS1_VolumeFlow_l_per_min_10Hz": 3.286291666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.99450666666666, "TS1_Temperature_C_1Hz": 56.45261666666665, "TS2_Temperature_C_1Hz": 59.70688333333332, "TS3_Temperature_C_1Hz": 58.0866, "TS4_Temperature_C_1Hz": 51.59063333333333, "P1_MotorPower_W_100Hz": 2632.3863666667103, "VS1_Vibration_mm_per_s_1Hz": 0.743233333333333, "CE_CoolingEfficiency_percent_1Hz": 20.047033333333335, "CP_CoolingPower_kW_1Hz": 1.5742666666666667, "SE_EfficiencyFactor_percent_1Hz": 30.35623333333334, "cycle": 378, "timestamp": "2023-07-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.65575666666834, "PS2_Pressure_bar_100Hz": 123.04798916666711, "PS3_Pressure_bar_100Hz": 1.1452198333333212, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.437836500000023, "PS6_Pressure_bar_100Hz": 8.389512000000037, "FS1_VolumeFlow_l_per_min_10Hz": 3.3030699999999986, "FS2_VolumeFlow_l_per_min_10Hz": 8.988893333333344, "TS1_Temperature_C_1Hz": 56.483616666666656, "TS2_Temperature_C_1Hz": 59.749099999999984, "TS3_Temperature_C_1Hz": 58.18343333333334, "TS4_Temperature_C_1Hz": 51.71520000000001, "P1_MotorPower_W_100Hz": 2631.267666666685, "VS1_Vibration_mm_per_s_1Hz": 0.7483000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.902666666666665, "CP_CoolingPower_kW_1Hz": 1.5659000000000003, "SE_EfficiencyFactor_percent_1Hz": 30.642566666666664, "cycle": 379, "timestamp": "2023-07-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.65453166666796, "PS2_Pressure_bar_100Hz": 123.05013183333348, "PS3_Pressure_bar_100Hz": 1.1507026666666547, "PS4_Pressure_bar_100Hz": 3.65e-05, "PS5_Pressure_bar_100Hz": 8.437312500000019, "PS6_Pressure_bar_100Hz": 8.388985499999997, "FS1_VolumeFlow_l_per_min_10Hz": 3.286946666666668, "FS2_VolumeFlow_l_per_min_10Hz": 8.986773333333323, "TS1_Temperature_C_1Hz": 56.49448333333333, "TS2_Temperature_C_1Hz": 59.78516666666666, "TS3_Temperature_C_1Hz": 58.186683333333335, "TS4_Temperature_C_1Hz": 51.96325000000001, "P1_MotorPower_W_100Hz": 2631.2611333333634, "VS1_Vibration_mm_per_s_1Hz": 0.7528999999999998, "CE_CoolingEfficiency_percent_1Hz": 19.149766666666665, "CP_CoolingPower_kW_1Hz": 1.5064500000000005, "SE_EfficiencyFactor_percent_1Hz": 30.3692, "cycle": 380, "timestamp": "2023-07-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 166.4426550000007, "PS2_Pressure_bar_100Hz": 116.55214750000006, "PS3_Pressure_bar_100Hz": 1.3176916666666554, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.434634833333334, "PS6_Pressure_bar_100Hz": 8.386900666666655, "FS1_VolumeFlow_l_per_min_10Hz": 4.297096666666669, "FS2_VolumeFlow_l_per_min_10Hz": 8.987598333333336, "TS1_Temperature_C_1Hz": 56.56659999999998, "TS2_Temperature_C_1Hz": 60.01311666666667, "TS3_Temperature_C_1Hz": 58.227983333333306, "TS4_Temperature_C_1Hz": 51.64606666666666, "P1_MotorPower_W_100Hz": 2547.798600000021, "VS1_Vibration_mm_per_s_1Hz": 0.71295, "CE_CoolingEfficiency_percent_1Hz": 20.237799999999996, "CP_CoolingPower_kW_1Hz": 1.5944666666666676, "SE_EfficiencyFactor_percent_1Hz": 39.105249999999984, "cycle": 381, "timestamp": "2023-07-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.6499666666672, "PS2_Pressure_bar_100Hz": 123.02727149999954, "PS3_Pressure_bar_100Hz": 1.1418729999999873, "PS4_Pressure_bar_100Hz": 0.025159666666666698, "PS5_Pressure_bar_100Hz": 8.43634366666671, "PS6_Pressure_bar_100Hz": 8.388205500000025, "FS1_VolumeFlow_l_per_min_10Hz": 3.290126666666666, "FS2_VolumeFlow_l_per_min_10Hz": 8.98850500000001, "TS1_Temperature_C_1Hz": 56.58184999999999, "TS2_Temperature_C_1Hz": 59.97323333333334, "TS3_Temperature_C_1Hz": 58.20235, "TS4_Temperature_C_1Hz": 51.95321666666667, "P1_MotorPower_W_100Hz": 2632.4201000000417, "VS1_Vibration_mm_per_s_1Hz": 0.7428166666666666, "CE_CoolingEfficiency_percent_1Hz": 19.174233333333337, "CP_CoolingPower_kW_1Hz": 1.5113500000000002, "SE_EfficiencyFactor_percent_1Hz": 30.42461666666666, "cycle": 382, "timestamp": "2023-07-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.6587350000006, "PS2_Pressure_bar_100Hz": 123.01409616666689, "PS3_Pressure_bar_100Hz": 1.1355869999999837, "PS4_Pressure_bar_100Hz": 0.018110833333333326, "PS5_Pressure_bar_100Hz": 8.43581950000002, "PS6_Pressure_bar_100Hz": 8.387881333333366, "FS1_VolumeFlow_l_per_min_10Hz": 3.2896149999999995, "FS2_VolumeFlow_l_per_min_10Hz": 8.989286666666668, "TS1_Temperature_C_1Hz": 56.62566666666667, "TS2_Temperature_C_1Hz": 59.97233333333334, "TS3_Temperature_C_1Hz": 58.278066666666696, "TS4_Temperature_C_1Hz": 51.80233333333333, "P1_MotorPower_W_100Hz": 2633.7277666666832, "VS1_Vibration_mm_per_s_1Hz": 0.7431166666666669, "CE_CoolingEfficiency_percent_1Hz": 19.841299999999993, "CP_CoolingPower_kW_1Hz": 1.566633333333333, "SE_EfficiencyFactor_percent_1Hz": 30.35703333333334, "cycle": 383, "timestamp": "2023-07-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.54928999999981, "PS2_Pressure_bar_100Hz": 105.11681450000002, "PS3_Pressure_bar_100Hz": 1.6655101666666496, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.437375000000065, "PS6_Pressure_bar_100Hz": 8.389436500000041, "FS1_VolumeFlow_l_per_min_10Hz": 6.249458333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.992214999999998, "TS1_Temperature_C_1Hz": 56.741366666666664, "TS2_Temperature_C_1Hz": 60.39811666666666, "TS3_Temperature_C_1Hz": 58.23701666666667, "TS4_Temperature_C_1Hz": 52.09043333333332, "P1_MotorPower_W_100Hz": 2400.803333333374, "VS1_Vibration_mm_per_s_1Hz": 0.6555666666666664, "CE_CoolingEfficiency_percent_1Hz": 18.857683333333323, "CP_CoolingPower_kW_1Hz": 1.4886999999999995, "SE_EfficiencyFactor_percent_1Hz": 56.12503333333333, "cycle": 384, "timestamp": "2023-07-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8361683333351, "PS2_Pressure_bar_100Hz": 123.18305116666593, "PS3_Pressure_bar_100Hz": 1.1615674999999874, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.436342999999995, "PS6_Pressure_bar_100Hz": 8.388378833333363, "FS1_VolumeFlow_l_per_min_10Hz": 3.3631583333333337, "FS2_VolumeFlow_l_per_min_10Hz": 8.98690166666667, "TS1_Temperature_C_1Hz": 56.59053333333335, "TS2_Temperature_C_1Hz": 60.29363333333335, "TS3_Temperature_C_1Hz": 58.25250000000001, "TS4_Temperature_C_1Hz": 52.031633333333346, "P1_MotorPower_W_100Hz": 2619.7363000000205, "VS1_Vibration_mm_per_s_1Hz": 0.7219500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.076783333333328, "CP_CoolingPower_kW_1Hz": 1.5059500000000001, "SE_EfficiencyFactor_percent_1Hz": 31.434899999999992, "cycle": 385, "timestamp": "2023-07-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.08602000000138, "PS2_Pressure_bar_100Hz": 122.59430233333336, "PS3_Pressure_bar_100Hz": 1.1413418333333156, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.439840999999996, "PS6_Pressure_bar_100Hz": 8.391247833333368, "FS1_VolumeFlow_l_per_min_10Hz": 3.312826666666665, "FS2_VolumeFlow_l_per_min_10Hz": 8.994208333333336, "TS1_Temperature_C_1Hz": 56.67206666666665, "TS2_Temperature_C_1Hz": 60.1733, "TS3_Temperature_C_1Hz": 58.18846666666668, "TS4_Temperature_C_1Hz": 52.06911666666666, "P1_MotorPower_W_100Hz": 2621.4106666667194, "VS1_Vibration_mm_per_s_1Hz": 0.7489833333333333, "CE_CoolingEfficiency_percent_1Hz": 18.837000000000003, "CP_CoolingPower_kW_1Hz": 1.4832833333333333, "SE_EfficiencyFactor_percent_1Hz": 30.16271666666666, "cycle": 386, "timestamp": "2023-07-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.10563666666766, "PS2_Pressure_bar_100Hz": 122.62498716666622, "PS3_Pressure_bar_100Hz": 1.1443924999999866, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.439525500000062, "PS6_Pressure_bar_100Hz": 8.3909025, "FS1_VolumeFlow_l_per_min_10Hz": 3.2890566666666707, "FS2_VolumeFlow_l_per_min_10Hz": 8.993136666666668, "TS1_Temperature_C_1Hz": 56.69149999999998, "TS2_Temperature_C_1Hz": 60.12501666666666, "TS3_Temperature_C_1Hz": 58.250666666666696, "TS4_Temperature_C_1Hz": 52.05804999999997, "P1_MotorPower_W_100Hz": 2625.0974333333706, "VS1_Vibration_mm_per_s_1Hz": 0.7420666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.023833333333336, "CP_CoolingPower_kW_1Hz": 1.5003500000000003, "SE_EfficiencyFactor_percent_1Hz": 29.803933333333323, "cycle": 387, "timestamp": "2023-07-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.01130666666748, "PS2_Pressure_bar_100Hz": 104.73638916666599, "PS3_Pressure_bar_100Hz": 1.6834969999999854, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.436370333333361, "PS6_Pressure_bar_100Hz": 8.389381333333356, "FS1_VolumeFlow_l_per_min_10Hz": 6.3148849999999985, "FS2_VolumeFlow_l_per_min_10Hz": 8.990076666666663, "TS1_Temperature_C_1Hz": 56.78118333333334, "TS2_Temperature_C_1Hz": 60.52793333333331, "TS3_Temperature_C_1Hz": 58.27913333333333, "TS4_Temperature_C_1Hz": 52.08484999999998, "P1_MotorPower_W_100Hz": 2392.6492333333313, "VS1_Vibration_mm_per_s_1Hz": 0.6590499999999999, "CE_CoolingEfficiency_percent_1Hz": 19.01538333333333, "CP_CoolingPower_kW_1Hz": 1.5008333333333328, "SE_EfficiencyFactor_percent_1Hz": 56.3507, "cycle": 388, "timestamp": "2023-07-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.70273000000168, "PS2_Pressure_bar_100Hz": 130.63199466666703, "PS3_Pressure_bar_100Hz": 0.8987339999999882, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.434430666666673, "PS6_Pressure_bar_100Hz": 8.386941666666697, "FS1_VolumeFlow_l_per_min_10Hz": 2.081348333333328, "FS2_VolumeFlow_l_per_min_10Hz": 8.987728333333337, "TS1_Temperature_C_1Hz": 56.64141666666665, "TS2_Temperature_C_1Hz": 60.320816666666666, "TS3_Temperature_C_1Hz": 58.26620000000001, "TS4_Temperature_C_1Hz": 51.87076666666668, "P1_MotorPower_W_100Hz": 2722.540900000045, "VS1_Vibration_mm_per_s_1Hz": 0.7390833333333331, "CE_CoolingEfficiency_percent_1Hz": 19.652699999999996, "CP_CoolingPower_kW_1Hz": 1.5517166666666666, "SE_EfficiencyFactor_percent_1Hz": 19.010266666666674, "cycle": 389, "timestamp": "2023-07-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.73675333333372, "PS2_Pressure_bar_100Hz": 104.93581833333288, "PS3_Pressure_bar_100Hz": 1.6663483333333224, "PS4_Pressure_bar_100Hz": 0.07641433333333343, "PS5_Pressure_bar_100Hz": 8.432720166666666, "PS6_Pressure_bar_100Hz": 8.38615800000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.326385000000001, "FS2_VolumeFlow_l_per_min_10Hz": 8.980701666666683, "TS1_Temperature_C_1Hz": 56.76253333333333, "TS2_Temperature_C_1Hz": 60.49769999999998, "TS3_Temperature_C_1Hz": 58.3255, "TS4_Temperature_C_1Hz": 52.050216666666664, "P1_MotorPower_W_100Hz": 2404.3174333333795, "VS1_Vibration_mm_per_s_1Hz": 0.6826666666666665, "CE_CoolingEfficiency_percent_1Hz": 19.2283, "CP_CoolingPower_kW_1Hz": 1.5178166666666668, "SE_EfficiencyFactor_percent_1Hz": 55.54719999999998, "cycle": 390, "timestamp": "2023-07-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.1604550000014, "PS2_Pressure_bar_100Hz": 122.66351599999958, "PS3_Pressure_bar_100Hz": 1.1209678333333195, "PS4_Pressure_bar_100Hz": 0.0007596666666666667, "PS5_Pressure_bar_100Hz": 8.430406500000045, "PS6_Pressure_bar_100Hz": 8.38360183333333, "FS1_VolumeFlow_l_per_min_10Hz": 3.287333333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.979878333333332, "TS1_Temperature_C_1Hz": 56.582499999999996, "TS2_Temperature_C_1Hz": 60.39801666666669, "TS3_Temperature_C_1Hz": 58.36045, "TS4_Temperature_C_1Hz": 51.89771666666665, "P1_MotorPower_W_100Hz": 2623.308733333402, "VS1_Vibration_mm_per_s_1Hz": 0.7218, "CE_CoolingEfficiency_percent_1Hz": 19.794483333333343, "CP_CoolingPower_kW_1Hz": 1.5656666666666665, "SE_EfficiencyFactor_percent_1Hz": 29.86621666666667, "cycle": 391, "timestamp": "2023-07-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.1028500000011, "PS2_Pressure_bar_100Hz": 122.56793016666647, "PS3_Pressure_bar_100Hz": 1.1196426666666512, "PS4_Pressure_bar_100Hz": 0.03293016666666667, "PS5_Pressure_bar_100Hz": 8.435657666666744, "PS6_Pressure_bar_100Hz": 8.387417833333362, "FS1_VolumeFlow_l_per_min_10Hz": 3.284840000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.983276666666672, "TS1_Temperature_C_1Hz": 56.682433333333314, "TS2_Temperature_C_1Hz": 60.258166666666654, "TS3_Temperature_C_1Hz": 58.263616666666685, "TS4_Temperature_C_1Hz": 52.104716666666654, "P1_MotorPower_W_100Hz": 2621.988566666689, "VS1_Vibration_mm_per_s_1Hz": 0.7359000000000002, "CE_CoolingEfficiency_percent_1Hz": 18.893916666666666, "CP_CoolingPower_kW_1Hz": 1.4914833333333333, "SE_EfficiencyFactor_percent_1Hz": 29.77501666666666, "cycle": 392, "timestamp": "2023-07-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.07700500000087, "PS2_Pressure_bar_100Hz": 122.55067700000059, "PS3_Pressure_bar_100Hz": 1.120777666666653, "PS4_Pressure_bar_100Hz": 0.009502833333333328, "PS5_Pressure_bar_100Hz": 8.43606550000003, "PS6_Pressure_bar_100Hz": 8.388395333333364, "FS1_VolumeFlow_l_per_min_10Hz": 3.3005616666666677, "FS2_VolumeFlow_l_per_min_10Hz": 8.98375833333334, "TS1_Temperature_C_1Hz": 56.726749999999996, "TS2_Temperature_C_1Hz": 60.194100000000006, "TS3_Temperature_C_1Hz": 58.22346666666667, "TS4_Temperature_C_1Hz": 52.08673333333335, "P1_MotorPower_W_100Hz": 2622.1855000000237, "VS1_Vibration_mm_per_s_1Hz": 0.7418999999999998, "CE_CoolingEfficiency_percent_1Hz": 18.825950000000002, "CP_CoolingPower_kW_1Hz": 1.4858833333333334, "SE_EfficiencyFactor_percent_1Hz": 29.939316666666652, "cycle": 393, "timestamp": "2023-07-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.0288550000005, "PS2_Pressure_bar_100Hz": 104.67247966666638, "PS3_Pressure_bar_100Hz": 1.6623173333333194, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.440599833333351, "PS6_Pressure_bar_100Hz": 8.392652166666686, "FS1_VolumeFlow_l_per_min_10Hz": 6.323961666666664, "FS2_VolumeFlow_l_per_min_10Hz": 8.990005000000002, "TS1_Temperature_C_1Hz": 56.85433333333333, "TS2_Temperature_C_1Hz": 60.60651666666666, "TS3_Temperature_C_1Hz": 58.24828333333333, "TS4_Temperature_C_1Hz": 52.09201666666669, "P1_MotorPower_W_100Hz": 2393.8574333333554, "VS1_Vibration_mm_per_s_1Hz": 0.6556666666666665, "CE_CoolingEfficiency_percent_1Hz": 18.905266666666666, "CP_CoolingPower_kW_1Hz": 1.4907666666666666, "SE_EfficiencyFactor_percent_1Hz": 56.489133333333335, "cycle": 394, "timestamp": "2023-07-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.09029500000094, "PS2_Pressure_bar_100Hz": 122.60277383333325, "PS3_Pressure_bar_100Hz": 1.1319961666666563, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.436541666666725, "PS6_Pressure_bar_100Hz": 8.387976333333375, "FS1_VolumeFlow_l_per_min_10Hz": 3.2985699999999976, "FS2_VolumeFlow_l_per_min_10Hz": 8.98253166666667, "TS1_Temperature_C_1Hz": 56.66918333333332, "TS2_Temperature_C_1Hz": 60.45141666666668, "TS3_Temperature_C_1Hz": 58.269083333333334, "TS4_Temperature_C_1Hz": 52.0957, "P1_MotorPower_W_100Hz": 2623.3894666666984, "VS1_Vibration_mm_per_s_1Hz": 0.7247000000000001, "CE_CoolingEfficiency_percent_1Hz": 18.949933333333338, "CP_CoolingPower_kW_1Hz": 1.4940666666666667, "SE_EfficiencyFactor_percent_1Hz": 29.991083333333336, "cycle": 395, "timestamp": "2023-07-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.62794500000103, "PS2_Pressure_bar_100Hz": 130.86578433333318, "PS3_Pressure_bar_100Hz": 0.8838516666666563, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.435800500000052, "PS6_Pressure_bar_100Hz": 8.387502000000001, "FS1_VolumeFlow_l_per_min_10Hz": 2.0788383333333313, "FS2_VolumeFlow_l_per_min_10Hz": 8.981068333333344, "TS1_Temperature_C_1Hz": 56.72441666666665, "TS2_Temperature_C_1Hz": 60.25601666666667, "TS3_Temperature_C_1Hz": 58.27326666666669, "TS4_Temperature_C_1Hz": 52.095499999999994, "P1_MotorPower_W_100Hz": 2721.9321000000764, "VS1_Vibration_mm_per_s_1Hz": 0.7561166666666665, "CE_CoolingEfficiency_percent_1Hz": 18.961183333333334, "CP_CoolingPower_kW_1Hz": 1.4959500000000001, "SE_EfficiencyFactor_percent_1Hz": 19.329449999999998, "cycle": 396, "timestamp": "2023-07-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.57108166666637, "PS2_Pressure_bar_100Hz": 105.1368269999997, "PS3_Pressure_bar_100Hz": 1.701642833333324, "PS4_Pressure_bar_100Hz": 2.6248198333333317, "PS5_Pressure_bar_100Hz": 8.431462500000025, "PS6_Pressure_bar_100Hz": 8.383880666666716, "FS1_VolumeFlow_l_per_min_10Hz": 6.345318333333338, "FS2_VolumeFlow_l_per_min_10Hz": 8.97463166666667, "TS1_Temperature_C_1Hz": 56.77963333333332, "TS2_Temperature_C_1Hz": 60.5167, "TS3_Temperature_C_1Hz": 58.39378333333335, "TS4_Temperature_C_1Hz": 52.16836666666667, "P1_MotorPower_W_100Hz": 2403.3004000000533, "VS1_Vibration_mm_per_s_1Hz": 0.6967499999999999, "CE_CoolingEfficiency_percent_1Hz": 19.04133333333333, "CP_CoolingPower_kW_1Hz": 1.505016666666666, "SE_EfficiencyFactor_percent_1Hz": 56.10144999999999, "cycle": 397, "timestamp": "2023-08-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.21744666666783, "PS2_Pressure_bar_100Hz": 105.24459933333335, "PS3_Pressure_bar_100Hz": 1.6861754999999892, "PS4_Pressure_bar_100Hz": 2.3625356666666675, "PS5_Pressure_bar_100Hz": 8.43463400000005, "PS6_Pressure_bar_100Hz": 8.386433000000007, "FS1_VolumeFlow_l_per_min_10Hz": 6.3505083333333365, "FS2_VolumeFlow_l_per_min_10Hz": 8.980861666666671, "TS1_Temperature_C_1Hz": 56.680000000000014, "TS2_Temperature_C_1Hz": 60.78865000000001, "TS3_Temperature_C_1Hz": 58.321166666666656, "TS4_Temperature_C_1Hz": 52.18876666666668, "P1_MotorPower_W_100Hz": 2396.1548000000435, "VS1_Vibration_mm_per_s_1Hz": 0.6364833333333332, "CE_CoolingEfficiency_percent_1Hz": 18.80741666666667, "CP_CoolingPower_kW_1Hz": 1.483966666666666, "SE_EfficiencyFactor_percent_1Hz": 57.33976666666668, "cycle": 398, "timestamp": "2023-08-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.1297116666675, "PS2_Pressure_bar_100Hz": 122.99791200000008, "PS3_Pressure_bar_100Hz": 1.1510674999999917, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.435997000000047, "PS6_Pressure_bar_100Hz": 8.387728166666697, "FS1_VolumeFlow_l_per_min_10Hz": 3.321473333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.981661666666671, "TS1_Temperature_C_1Hz": 56.56253333333332, "TS2_Temperature_C_1Hz": 60.52401666666663, "TS3_Temperature_C_1Hz": 58.25435, "TS4_Temperature_C_1Hz": 52.1364, "P1_MotorPower_W_100Hz": 2623.987066666722, "VS1_Vibration_mm_per_s_1Hz": 0.7210666666666667, "CE_CoolingEfficiency_percent_1Hz": 18.794999999999998, "CP_CoolingPower_kW_1Hz": 1.4802999999999997, "SE_EfficiencyFactor_percent_1Hz": 30.755949999999995, "cycle": 399, "timestamp": "2023-08-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.0345983333345, "PS2_Pressure_bar_100Hz": 122.9126943333336, "PS3_Pressure_bar_100Hz": 1.1398501666666556, "PS4_Pressure_bar_100Hz": 0.0007831666666666666, "PS5_Pressure_bar_100Hz": 8.437189500000029, "PS6_Pressure_bar_100Hz": 8.38827733333339, "FS1_VolumeFlow_l_per_min_10Hz": 3.324026666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.983236666666675, "TS1_Temperature_C_1Hz": 56.68454999999999, "TS2_Temperature_C_1Hz": 60.350533333333324, "TS3_Temperature_C_1Hz": 58.22308333333335, "TS4_Temperature_C_1Hz": 52.096650000000004, "P1_MotorPower_W_100Hz": 2621.5484666667126, "VS1_Vibration_mm_per_s_1Hz": 0.7322999999999997, "CE_CoolingEfficiency_percent_1Hz": 18.84643333333334, "CP_CoolingPower_kW_1Hz": 1.48315, "SE_EfficiencyFactor_percent_1Hz": 30.692016666666657, "cycle": 400, "timestamp": "2023-08-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9518950000014, "PS2_Pressure_bar_100Hz": 122.79191966666679, "PS3_Pressure_bar_100Hz": 1.1357759999999897, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.436552666666685, "PS6_Pressure_bar_100Hz": 8.387998666666718, "FS1_VolumeFlow_l_per_min_10Hz": 3.3311016666666684, "FS2_VolumeFlow_l_per_min_10Hz": 8.981880000000006, "TS1_Temperature_C_1Hz": 56.684666666666665, "TS2_Temperature_C_1Hz": 60.24458333333334, "TS3_Temperature_C_1Hz": 58.19668333333333, "TS4_Temperature_C_1Hz": 52.08708333333332, "P1_MotorPower_W_100Hz": 2619.79950000006, "VS1_Vibration_mm_per_s_1Hz": 0.7367666666666666, "CE_CoolingEfficiency_percent_1Hz": 18.80636666666667, "CP_CoolingPower_kW_1Hz": 1.4796666666666667, "SE_EfficiencyFactor_percent_1Hz": 30.78243333333334, "cycle": 401, "timestamp": "2023-08-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.94024833333535, "PS2_Pressure_bar_100Hz": 122.79715566666674, "PS3_Pressure_bar_100Hz": 1.1444208333333232, "PS4_Pressure_bar_100Hz": 0.06029983333333336, "PS5_Pressure_bar_100Hz": 8.4333726666667, "PS6_Pressure_bar_100Hz": 8.384728666666676, "FS1_VolumeFlow_l_per_min_10Hz": 3.329520000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.980121666666658, "TS1_Temperature_C_1Hz": 56.69079999999999, "TS2_Temperature_C_1Hz": 60.19201666666665, "TS3_Temperature_C_1Hz": 58.26298333333331, "TS4_Temperature_C_1Hz": 52.036283333333316, "P1_MotorPower_W_100Hz": 2619.0741666666886, "VS1_Vibration_mm_per_s_1Hz": 0.7313500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.132683333333333, "CP_CoolingPower_kW_1Hz": 1.5071666666666665, "SE_EfficiencyFactor_percent_1Hz": 30.714416666666672, "cycle": 402, "timestamp": "2023-08-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9324866666679, "PS2_Pressure_bar_100Hz": 122.79555483333363, "PS3_Pressure_bar_100Hz": 1.140737166666655, "PS4_Pressure_bar_100Hz": 0.4237481666666668, "PS5_Pressure_bar_100Hz": 8.431889333333388, "PS6_Pressure_bar_100Hz": 8.383492833333337, "FS1_VolumeFlow_l_per_min_10Hz": 3.3378666666666694, "FS2_VolumeFlow_l_per_min_10Hz": 8.974894999999997, "TS1_Temperature_C_1Hz": 56.70318333333329, "TS2_Temperature_C_1Hz": 60.17123333333333, "TS3_Temperature_C_1Hz": 58.29406666666666, "TS4_Temperature_C_1Hz": 52.09236666666667, "P1_MotorPower_W_100Hz": 2619.537466666722, "VS1_Vibration_mm_per_s_1Hz": 0.7413833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.028683333333337, "CP_CoolingPower_kW_1Hz": 1.499266666666667, "SE_EfficiencyFactor_percent_1Hz": 30.851483333333327, "cycle": 403, "timestamp": "2023-08-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.8434833333339, "PS2_Pressure_bar_100Hz": 104.88315599999983, "PS3_Pressure_bar_100Hz": 1.6832228333333281, "PS4_Pressure_bar_100Hz": 0.18632000000000012, "PS5_Pressure_bar_100Hz": 8.430707666666706, "PS6_Pressure_bar_100Hz": 8.383649333333363, "FS1_VolumeFlow_l_per_min_10Hz": 6.352913333333329, "FS2_VolumeFlow_l_per_min_10Hz": 8.975225000000005, "TS1_Temperature_C_1Hz": 56.80331666666667, "TS2_Temperature_C_1Hz": 60.60096666666666, "TS3_Temperature_C_1Hz": 58.31566666666667, "TS4_Temperature_C_1Hz": 51.99306666666667, "P1_MotorPower_W_100Hz": 2389.9891333333667, "VS1_Vibration_mm_per_s_1Hz": 0.6538833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.38056666666666, "CP_CoolingPower_kW_1Hz": 1.5293333333333332, "SE_EfficiencyFactor_percent_1Hz": 57.17849999999999, "cycle": 404, "timestamp": "2023-08-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.94853000000114, "PS2_Pressure_bar_100Hz": 122.84441733333327, "PS3_Pressure_bar_100Hz": 1.139614999999986, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.429763333333366, "PS6_Pressure_bar_100Hz": 8.382345666666687, "FS1_VolumeFlow_l_per_min_10Hz": 3.318811666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.972716666666662, "TS1_Temperature_C_1Hz": 56.654833333333315, "TS2_Temperature_C_1Hz": 60.45275000000002, "TS3_Temperature_C_1Hz": 58.331950000000006, "TS4_Temperature_C_1Hz": 52.12874999999999, "P1_MotorPower_W_100Hz": 2622.00000000004, "VS1_Vibration_mm_per_s_1Hz": 0.7151333333333333, "CE_CoolingEfficiency_percent_1Hz": 19.0028, "CP_CoolingPower_kW_1Hz": 1.500516666666667, "SE_EfficiencyFactor_percent_1Hz": 30.637949999999993, "cycle": 405, "timestamp": "2023-08-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.84045833333417, "PS2_Pressure_bar_100Hz": 122.96338516666673, "PS3_Pressure_bar_100Hz": 1.1432578333333212, "PS4_Pressure_bar_100Hz": 0.03156400000000002, "PS5_Pressure_bar_100Hz": 8.433153166666708, "PS6_Pressure_bar_100Hz": 8.386027666666697, "FS1_VolumeFlow_l_per_min_10Hz": 3.345216666666669, "FS2_VolumeFlow_l_per_min_10Hz": 8.97642000000001, "TS1_Temperature_C_1Hz": 56.723166666666664, "TS2_Temperature_C_1Hz": 60.3258, "TS3_Temperature_C_1Hz": 58.287916666666675, "TS4_Temperature_C_1Hz": 52.13821666666666, "P1_MotorPower_W_100Hz": 2620.745233333359, "VS1_Vibration_mm_per_s_1Hz": 0.7367833333333336, "CE_CoolingEfficiency_percent_1Hz": 18.857016666666663, "CP_CoolingPower_kW_1Hz": 1.4860833333333328, "SE_EfficiencyFactor_percent_1Hz": 31.076233333333324, "cycle": 406, "timestamp": "2023-08-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.84484833333437, "PS2_Pressure_bar_100Hz": 122.98628233333307, "PS3_Pressure_bar_100Hz": 1.141054999999986, "PS4_Pressure_bar_100Hz": 0.023756500000000007, "PS5_Pressure_bar_100Hz": 8.433526333333356, "PS6_Pressure_bar_100Hz": 8.385848166666724, "FS1_VolumeFlow_l_per_min_10Hz": 3.3423466666666726, "FS2_VolumeFlow_l_per_min_10Hz": 8.974179999999992, "TS1_Temperature_C_1Hz": 56.74351666666666, "TS2_Temperature_C_1Hz": 60.255849999999995, "TS3_Temperature_C_1Hz": 58.31335000000003, "TS4_Temperature_C_1Hz": 52.14161666666664, "P1_MotorPower_W_100Hz": 2620.6446000000765, "VS1_Vibration_mm_per_s_1Hz": 0.7340333333333332, "CE_CoolingEfficiency_percent_1Hz": 18.952083333333338, "CP_CoolingPower_kW_1Hz": 1.4922000000000004, "SE_EfficiencyFactor_percent_1Hz": 31.04611666666666, "cycle": 407, "timestamp": "2023-08-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.85745666666796, "PS2_Pressure_bar_100Hz": 122.99375716666691, "PS3_Pressure_bar_100Hz": 1.1514988333333234, "PS4_Pressure_bar_100Hz": 0.10289699999999997, "PS5_Pressure_bar_100Hz": 8.431619833333324, "PS6_Pressure_bar_100Hz": 8.384182666666685, "FS1_VolumeFlow_l_per_min_10Hz": 3.3428716666666682, "FS2_VolumeFlow_l_per_min_10Hz": 8.970718333333325, "TS1_Temperature_C_1Hz": 56.77855, "TS2_Temperature_C_1Hz": 60.223099999999995, "TS3_Temperature_C_1Hz": 58.304800000000014, "TS4_Temperature_C_1Hz": 52.13514999999999, "P1_MotorPower_W_100Hz": 2621.4357000000327, "VS1_Vibration_mm_per_s_1Hz": 0.7328833333333334, "CE_CoolingEfficiency_percent_1Hz": 18.980900000000002, "CP_CoolingPower_kW_1Hz": 1.4920000000000002, "SE_EfficiencyFactor_percent_1Hz": 31.032150000000005, "cycle": 408, "timestamp": "2023-08-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.83835333333406, "PS2_Pressure_bar_100Hz": 123.00237750000022, "PS3_Pressure_bar_100Hz": 1.1536394999999862, "PS4_Pressure_bar_100Hz": 0.09020450000000002, "PS5_Pressure_bar_100Hz": 8.429409333333385, "PS6_Pressure_bar_100Hz": 8.381571666666643, "FS1_VolumeFlow_l_per_min_10Hz": 3.3380383333333326, "FS2_VolumeFlow_l_per_min_10Hz": 8.966836666666676, "TS1_Temperature_C_1Hz": 56.780983333333324, "TS2_Temperature_C_1Hz": 60.22358333333331, "TS3_Temperature_C_1Hz": 58.40861666666665, "TS4_Temperature_C_1Hz": 52.149799999999985, "P1_MotorPower_W_100Hz": 2621.513166666697, "VS1_Vibration_mm_per_s_1Hz": 0.7229166666666664, "CE_CoolingEfficiency_percent_1Hz": 19.185049999999986, "CP_CoolingPower_kW_1Hz": 1.5110333333333326, "SE_EfficiencyFactor_percent_1Hz": 30.928683333333332, "cycle": 409, "timestamp": "2023-08-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.85069333333414, "PS2_Pressure_bar_100Hz": 122.99936299999968, "PS3_Pressure_bar_100Hz": 1.146204666666655, "PS4_Pressure_bar_100Hz": 0.16840983333333326, "PS5_Pressure_bar_100Hz": 8.428181499999997, "PS6_Pressure_bar_100Hz": 8.380848333333308, "FS1_VolumeFlow_l_per_min_10Hz": 3.340988333333338, "FS2_VolumeFlow_l_per_min_10Hz": 8.966256666666668, "TS1_Temperature_C_1Hz": 56.82525000000002, "TS2_Temperature_C_1Hz": 60.24409999999998, "TS3_Temperature_C_1Hz": 58.41148333333335, "TS4_Temperature_C_1Hz": 52.23486666666667, "P1_MotorPower_W_100Hz": 2621.099766666706, "VS1_Vibration_mm_per_s_1Hz": 0.7307833333333332, "CE_CoolingEfficiency_percent_1Hz": 18.906116666666676, "CP_CoolingPower_kW_1Hz": 1.4917166666666664, "SE_EfficiencyFactor_percent_1Hz": 31.02786666666667, "cycle": 410, "timestamp": "2023-08-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8390100000009, "PS2_Pressure_bar_100Hz": 122.95925333333355, "PS3_Pressure_bar_100Hz": 1.148201999999989, "PS4_Pressure_bar_100Hz": 0.044163166666666684, "PS5_Pressure_bar_100Hz": 8.42762500000002, "PS6_Pressure_bar_100Hz": 8.380996166666666, "FS1_VolumeFlow_l_per_min_10Hz": 3.337315, "FS2_VolumeFlow_l_per_min_10Hz": 8.96642666666667, "TS1_Temperature_C_1Hz": 56.872033333333334, "TS2_Temperature_C_1Hz": 60.24298333333331, "TS3_Temperature_C_1Hz": 58.45726666666667, "TS4_Temperature_C_1Hz": 52.29548333333333, "P1_MotorPower_W_100Hz": 2621.1359333333735, "VS1_Vibration_mm_per_s_1Hz": 0.7271333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.850399999999997, "CP_CoolingPower_kW_1Hz": 1.4877333333333331, "SE_EfficiencyFactor_percent_1Hz": 30.9254, "cycle": 411, "timestamp": "2023-08-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8376866666682, "PS2_Pressure_bar_100Hz": 122.96972983333389, "PS3_Pressure_bar_100Hz": 1.1508361666666558, "PS4_Pressure_bar_100Hz": 0.06778900000000004, "PS5_Pressure_bar_100Hz": 8.426057000000021, "PS6_Pressure_bar_100Hz": 8.378549499999991, "FS1_VolumeFlow_l_per_min_10Hz": 3.348360000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.961920000000003, "TS1_Temperature_C_1Hz": 56.882850000000005, "TS2_Temperature_C_1Hz": 60.26016666666666, "TS3_Temperature_C_1Hz": 58.494533333333365, "TS4_Temperature_C_1Hz": 52.317649999999986, "P1_MotorPower_W_100Hz": 2619.2470333333918, "VS1_Vibration_mm_per_s_1Hz": 0.7281833333333336, "CE_CoolingEfficiency_percent_1Hz": 18.89723333333334, "CP_CoolingPower_kW_1Hz": 1.4919499999999994, "SE_EfficiencyFactor_percent_1Hz": 31.13961666666666, "cycle": 412, "timestamp": "2023-08-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.84478833333407, "PS2_Pressure_bar_100Hz": 122.95943250000069, "PS3_Pressure_bar_100Hz": 1.1491919999999856, "PS4_Pressure_bar_100Hz": 0.269842333333333, "PS5_Pressure_bar_100Hz": 8.424783500000025, "PS6_Pressure_bar_100Hz": 8.377984166666636, "FS1_VolumeFlow_l_per_min_10Hz": 3.343063333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.957570000000011, "TS1_Temperature_C_1Hz": 56.92115000000001, "TS2_Temperature_C_1Hz": 60.28709999999999, "TS3_Temperature_C_1Hz": 58.494433333333326, "TS4_Temperature_C_1Hz": 52.31336666666664, "P1_MotorPower_W_100Hz": 2619.0892000000313, "VS1_Vibration_mm_per_s_1Hz": 0.7383000000000002, "CE_CoolingEfficiency_percent_1Hz": 18.970366666666674, "CP_CoolingPower_kW_1Hz": 1.4929833333333336, "SE_EfficiencyFactor_percent_1Hz": 31.065800000000007, "cycle": 413, "timestamp": "2023-08-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.70490166666582, "PS2_Pressure_bar_100Hz": 105.00332483333348, "PS3_Pressure_bar_100Hz": 1.6837463333333211, "PS4_Pressure_bar_100Hz": 0.05211950000000008, "PS5_Pressure_bar_100Hz": 8.421961000000021, "PS6_Pressure_bar_100Hz": 8.375619000000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.365336666666673, "FS2_VolumeFlow_l_per_min_10Hz": 8.956206666666667, "TS1_Temperature_C_1Hz": 57.02746666666669, "TS2_Temperature_C_1Hz": 60.74765, "TS3_Temperature_C_1Hz": 58.53853333333335, "TS4_Temperature_C_1Hz": 52.31663333333329, "P1_MotorPower_W_100Hz": 2387.0412000000097, "VS1_Vibration_mm_per_s_1Hz": 0.6484666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.057750000000013, "CP_CoolingPower_kW_1Hz": 1.5009166666666662, "SE_EfficiencyFactor_percent_1Hz": 57.570100000000004, "cycle": 414, "timestamp": "2023-08-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.83136500000103, "PS2_Pressure_bar_100Hz": 122.96815016666683, "PS3_Pressure_bar_100Hz": 1.1477271666666533, "PS4_Pressure_bar_100Hz": 0.11540300000000002, "PS5_Pressure_bar_100Hz": 8.42272183333337, "PS6_Pressure_bar_100Hz": 8.37591183333332, "FS1_VolumeFlow_l_per_min_10Hz": 3.3475800000000024, "FS2_VolumeFlow_l_per_min_10Hz": 8.956023333333327, "TS1_Temperature_C_1Hz": 56.858850000000004, "TS2_Temperature_C_1Hz": 60.62631666666665, "TS3_Temperature_C_1Hz": 58.5253666666667, "TS4_Temperature_C_1Hz": 52.31601666666665, "P1_MotorPower_W_100Hz": 2617.318766666698, "VS1_Vibration_mm_per_s_1Hz": 0.71245, "CE_CoolingEfficiency_percent_1Hz": 19.031433333333347, "CP_CoolingPower_kW_1Hz": 1.4993500000000002, "SE_EfficiencyFactor_percent_1Hz": 31.190316666666664, "cycle": 415, "timestamp": "2023-08-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.77709500000114, "PS2_Pressure_bar_100Hz": 123.08941266666689, "PS3_Pressure_bar_100Hz": 1.1428078333333191, "PS4_Pressure_bar_100Hz": 0.09964416666666659, "PS5_Pressure_bar_100Hz": 8.423919000000028, "PS6_Pressure_bar_100Hz": 8.378559333333376, "FS1_VolumeFlow_l_per_min_10Hz": 3.349070000000003, "FS2_VolumeFlow_l_per_min_10Hz": 8.960025000000018, "TS1_Temperature_C_1Hz": 56.94048333333334, "TS2_Temperature_C_1Hz": 60.52396666666666, "TS3_Temperature_C_1Hz": 58.499500000000005, "TS4_Temperature_C_1Hz": 52.31693333333333, "P1_MotorPower_W_100Hz": 2617.9619666667218, "VS1_Vibration_mm_per_s_1Hz": 0.7231833333333332, "CE_CoolingEfficiency_percent_1Hz": 18.926849999999998, "CP_CoolingPower_kW_1Hz": 1.4930500000000002, "SE_EfficiencyFactor_percent_1Hz": 31.23714999999999, "cycle": 416, "timestamp": "2023-08-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.7751766666678, "PS2_Pressure_bar_100Hz": 123.09438583333332, "PS3_Pressure_bar_100Hz": 1.1470689999999877, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.422370833333348, "PS6_Pressure_bar_100Hz": 8.378745666666672, "FS1_VolumeFlow_l_per_min_10Hz": 3.341079999999998, "FS2_VolumeFlow_l_per_min_10Hz": 8.960664999999999, "TS1_Temperature_C_1Hz": 56.97261666666668, "TS2_Temperature_C_1Hz": 60.44891666666667, "TS3_Temperature_C_1Hz": 58.47413333333335, "TS4_Temperature_C_1Hz": 52.31143333333332, "P1_MotorPower_W_100Hz": 2617.668466666685, "VS1_Vibration_mm_per_s_1Hz": 0.7282166666666671, "CE_CoolingEfficiency_percent_1Hz": 18.88960000000001, "CP_CoolingPower_kW_1Hz": 1.4882999999999997, "SE_EfficiencyFactor_percent_1Hz": 31.120183333333323, "cycle": 417, "timestamp": "2023-08-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.64172833333276, "PS2_Pressure_bar_100Hz": 105.16157983333325, "PS3_Pressure_bar_100Hz": 1.682527166666653, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.425122333333366, "PS6_Pressure_bar_100Hz": 8.380828666666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.355410000000004, "FS2_VolumeFlow_l_per_min_10Hz": 8.965781666666679, "TS1_Temperature_C_1Hz": 57.06876666666668, "TS2_Temperature_C_1Hz": 60.84748333333335, "TS3_Temperature_C_1Hz": 58.47215000000002, "TS4_Temperature_C_1Hz": 52.3124833333333, "P1_MotorPower_W_100Hz": 2387.986066666705, "VS1_Vibration_mm_per_s_1Hz": 0.6527499999999998, "CE_CoolingEfficiency_percent_1Hz": 18.88253333333334, "CP_CoolingPower_kW_1Hz": 1.4892999999999998, "SE_EfficiencyFactor_percent_1Hz": 57.406733333333335, "cycle": 418, "timestamp": "2023-08-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.81577833333438, "PS2_Pressure_bar_100Hz": 123.1693465000001, "PS3_Pressure_bar_100Hz": 1.1445996666666551, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.418774000000024, "PS6_Pressure_bar_100Hz": 8.373811666666606, "FS1_VolumeFlow_l_per_min_10Hz": 3.341858333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.956298333333338, "TS1_Temperature_C_1Hz": 56.89821666666666, "TS2_Temperature_C_1Hz": 60.70144999999999, "TS3_Temperature_C_1Hz": 58.53323333333335, "TS4_Temperature_C_1Hz": 52.32226666666666, "P1_MotorPower_W_100Hz": 2620.2184333333526, "VS1_Vibration_mm_per_s_1Hz": 0.714733333333333, "CE_CoolingEfficiency_percent_1Hz": 19.039816666666677, "CP_CoolingPower_kW_1Hz": 1.4995000000000003, "SE_EfficiencyFactor_percent_1Hz": 31.20268333333333, "cycle": 419, "timestamp": "2023-08-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 166.60008000000073, "PS2_Pressure_bar_100Hz": 116.64491416666668, "PS3_Pressure_bar_100Hz": 1.3361811666666579, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.42428400000006, "PS6_Pressure_bar_100Hz": 8.378108166666657, "FS1_VolumeFlow_l_per_min_10Hz": 4.3554749999999975, "FS2_VolumeFlow_l_per_min_10Hz": 8.962655000000009, "TS1_Temperature_C_1Hz": 56.966016666666675, "TS2_Temperature_C_1Hz": 60.70746666666668, "TS3_Temperature_C_1Hz": 58.46806666666666, "TS4_Temperature_C_1Hz": 52.31241666666663, "P1_MotorPower_W_100Hz": 2534.0601000000283, "VS1_Vibration_mm_per_s_1Hz": 0.6974166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.888750000000005, "CP_CoolingPower_kW_1Hz": 1.4846333333333332, "SE_EfficiencyFactor_percent_1Hz": 39.88681666666666, "cycle": 420, "timestamp": "2023-08-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.62217500000042, "PS2_Pressure_bar_100Hz": 105.12260133333295, "PS3_Pressure_bar_100Hz": 1.688560333333319, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.430421500000008, "PS6_Pressure_bar_100Hz": 8.382887500000011, "FS1_VolumeFlow_l_per_min_10Hz": 6.362510000000004, "FS2_VolumeFlow_l_per_min_10Hz": 8.971474999999998, "TS1_Temperature_C_1Hz": 57.00935000000001, "TS2_Temperature_C_1Hz": 60.931350000000016, "TS3_Temperature_C_1Hz": 58.365350000000014, "TS4_Temperature_C_1Hz": 52.304899999999975, "P1_MotorPower_W_100Hz": 2386.9111000000535, "VS1_Vibration_mm_per_s_1Hz": 0.6436666666666669, "CE_CoolingEfficiency_percent_1Hz": 18.680399999999995, "CP_CoolingPower_kW_1Hz": 1.4628333333333323, "SE_EfficiencyFactor_percent_1Hz": 57.59986666666669, "cycle": 421, "timestamp": "2023-08-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.82612500000124, "PS2_Pressure_bar_100Hz": 123.13868933333367, "PS3_Pressure_bar_100Hz": 1.1592176666666554, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.427721666666724, "PS6_Pressure_bar_100Hz": 8.37934983333333, "FS1_VolumeFlow_l_per_min_10Hz": 3.3452550000000016, "FS2_VolumeFlow_l_per_min_10Hz": 8.96328333333334, "TS1_Temperature_C_1Hz": 56.788716666666616, "TS2_Temperature_C_1Hz": 60.739000000000004, "TS3_Temperature_C_1Hz": 58.430283333333335, "TS4_Temperature_C_1Hz": 52.285049999999984, "P1_MotorPower_W_100Hz": 2619.2288666667055, "VS1_Vibration_mm_per_s_1Hz": 0.7123999999999998, "CE_CoolingEfficiency_percent_1Hz": 18.941066666666664, "CP_CoolingPower_kW_1Hz": 1.4834333333333332, "SE_EfficiencyFactor_percent_1Hz": 31.273700000000005, "cycle": 422, "timestamp": "2023-08-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8174416666675, "PS2_Pressure_bar_100Hz": 123.11931616666661, "PS3_Pressure_bar_100Hz": 1.1444483333333142, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.430630000000031, "PS6_Pressure_bar_100Hz": 8.382203333333354, "FS1_VolumeFlow_l_per_min_10Hz": 3.324681666666666, "FS2_VolumeFlow_l_per_min_10Hz": 8.966228333333332, "TS1_Temperature_C_1Hz": 56.874616666666675, "TS2_Temperature_C_1Hz": 60.551400000000015, "TS3_Temperature_C_1Hz": 58.389033333333344, "TS4_Temperature_C_1Hz": 52.31169999999999, "P1_MotorPower_W_100Hz": 2617.441500000037, "VS1_Vibration_mm_per_s_1Hz": 0.7287166666666668, "CE_CoolingEfficiency_percent_1Hz": 18.75359999999999, "CP_CoolingPower_kW_1Hz": 1.4668999999999999, "SE_EfficiencyFactor_percent_1Hz": 30.88705, "cycle": 423, "timestamp": "2023-08-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.88960666666785, "PS2_Pressure_bar_100Hz": 123.2144095000005, "PS3_Pressure_bar_100Hz": 1.1407548333333177, "PS4_Pressure_bar_100Hz": 0.02124633333333334, "PS5_Pressure_bar_100Hz": 8.429604333333335, "PS6_Pressure_bar_100Hz": 8.381417666666664, "FS1_VolumeFlow_l_per_min_10Hz": 3.3205866666666637, "FS2_VolumeFlow_l_per_min_10Hz": 8.965608333333337, "TS1_Temperature_C_1Hz": 56.91101666666668, "TS2_Temperature_C_1Hz": 60.46193333333333, "TS3_Temperature_C_1Hz": 58.41891666666667, "TS4_Temperature_C_1Hz": 52.279116666666646, "P1_MotorPower_W_100Hz": 2618.514000000069, "VS1_Vibration_mm_per_s_1Hz": 0.7190999999999997, "CE_CoolingEfficiency_percent_1Hz": 18.942916666666672, "CP_CoolingPower_kW_1Hz": 1.483433333333333, "SE_EfficiencyFactor_percent_1Hz": 30.785400000000006, "cycle": 424, "timestamp": "2023-08-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.80559666666764, "PS2_Pressure_bar_100Hz": 123.11079750000026, "PS3_Pressure_bar_100Hz": 1.147611333333319, "PS4_Pressure_bar_100Hz": 0.11938516666666665, "PS5_Pressure_bar_100Hz": 8.424962333333339, "PS6_Pressure_bar_100Hz": 8.378452166666678, "FS1_VolumeFlow_l_per_min_10Hz": 3.3343916666666686, "FS2_VolumeFlow_l_per_min_10Hz": 8.962766666666669, "TS1_Temperature_C_1Hz": 56.92633333333333, "TS2_Temperature_C_1Hz": 60.41478333333332, "TS3_Temperature_C_1Hz": 58.47250000000001, "TS4_Temperature_C_1Hz": 52.317983333333316, "P1_MotorPower_W_100Hz": 2616.542033333386, "VS1_Vibration_mm_per_s_1Hz": 0.7171333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.924016666666667, "CP_CoolingPower_kW_1Hz": 1.4865166666666663, "SE_EfficiencyFactor_percent_1Hz": 30.990716666666675, "cycle": 425, "timestamp": "2023-08-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.07968000000037, "PS2_Pressure_bar_100Hz": 105.44103199999994, "PS3_Pressure_bar_100Hz": 1.7598096666666765, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.42944166666668, "PS6_Pressure_bar_100Hz": 8.382113500000045, "FS1_VolumeFlow_l_per_min_10Hz": 6.584089999999998, "FS2_VolumeFlow_l_per_min_10Hz": 8.971633333333333, "TS1_Temperature_C_1Hz": 57.069316666666666, "TS2_Temperature_C_1Hz": 60.858516666666674, "TS3_Temperature_C_1Hz": 58.42878333333332, "TS4_Temperature_C_1Hz": 52.31061666666664, "P1_MotorPower_W_100Hz": 2378.414000000018, "VS1_Vibration_mm_per_s_1Hz": 0.7249166666666668, "CE_CoolingEfficiency_percent_1Hz": 18.83081666666666, "CP_CoolingPower_kW_1Hz": 1.4790500000000002, "SE_EfficiencyFactor_percent_1Hz": 59.860800000000005, "cycle": 426, "timestamp": "2023-08-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39057666666622, "PS2_Pressure_bar_100Hz": 104.93987866666622, "PS3_Pressure_bar_100Hz": 1.7385036666666664, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.42556466666669, "PS6_Pressure_bar_100Hz": 8.379342166666639, "FS1_VolumeFlow_l_per_min_10Hz": 6.523076666666661, "FS2_VolumeFlow_l_per_min_10Hz": 8.962425000000001, "TS1_Temperature_C_1Hz": 56.973400000000005, "TS2_Temperature_C_1Hz": 61.09211666666666, "TS3_Temperature_C_1Hz": 58.49955000000003, "TS4_Temperature_C_1Hz": 52.31493333333332, "P1_MotorPower_W_100Hz": 2382.595366666703, "VS1_Vibration_mm_per_s_1Hz": 0.6964500000000003, "CE_CoolingEfficiency_percent_1Hz": 19.017483333333335, "CP_CoolingPower_kW_1Hz": 1.494716666666666, "SE_EfficiencyFactor_percent_1Hz": 58.60093333333334, "cycle": 427, "timestamp": "2023-08-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.41797499999993, "PS2_Pressure_bar_100Hz": 104.96089249999989, "PS3_Pressure_bar_100Hz": 1.7368593333333253, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.42724483333337, "PS6_Pressure_bar_100Hz": 8.380055333333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.540751666666661, "FS2_VolumeFlow_l_per_min_10Hz": 8.969428333333333, "TS1_Temperature_C_1Hz": 56.942949999999996, "TS2_Temperature_C_1Hz": 61.18696666666668, "TS3_Temperature_C_1Hz": 58.456449999999975, "TS4_Temperature_C_1Hz": 52.31791666666663, "P1_MotorPower_W_100Hz": 2382.6309666666984, "VS1_Vibration_mm_per_s_1Hz": 0.6643333333333339, "CE_CoolingEfficiency_percent_1Hz": 18.904366666666665, "CP_CoolingPower_kW_1Hz": 1.48235, "SE_EfficiencyFactor_percent_1Hz": 58.7785, "cycle": 428, "timestamp": "2023-09-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.41114833333395, "PS2_Pressure_bar_100Hz": 104.95542149999996, "PS3_Pressure_bar_100Hz": 1.7484866666666692, "PS4_Pressure_bar_100Hz": 0.0006496666666666667, "PS5_Pressure_bar_100Hz": 8.433716666666712, "PS6_Pressure_bar_100Hz": 8.386093333333365, "FS1_VolumeFlow_l_per_min_10Hz": 6.545350000000004, "FS2_VolumeFlow_l_per_min_10Hz": 8.978261666666674, "TS1_Temperature_C_1Hz": 56.9314666666667, "TS2_Temperature_C_1Hz": 61.219166666666666, "TS3_Temperature_C_1Hz": 58.342116666666676, "TS4_Temperature_C_1Hz": 52.313316666666644, "P1_MotorPower_W_100Hz": 2383.7989333333717, "VS1_Vibration_mm_per_s_1Hz": 0.6689166666666668, "CE_CoolingEfficiency_percent_1Hz": 18.64228333333333, "CP_CoolingPower_kW_1Hz": 1.4584666666666657, "SE_EfficiencyFactor_percent_1Hz": 58.778233333333326, "cycle": 429, "timestamp": "2023-09-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.42573833333327, "PS2_Pressure_bar_100Hz": 104.94244649999986, "PS3_Pressure_bar_100Hz": 1.7369806666666605, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.43538350000003, "PS6_Pressure_bar_100Hz": 8.38643950000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.538973333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.979291666666667, "TS1_Temperature_C_1Hz": 56.87919999999998, "TS2_Temperature_C_1Hz": 61.2265166666667, "TS3_Temperature_C_1Hz": 58.34553333333334, "TS4_Temperature_C_1Hz": 52.267033333333316, "P1_MotorPower_W_100Hz": 2384.4556333333635, "VS1_Vibration_mm_per_s_1Hz": 0.6786666666666668, "CE_CoolingEfficiency_percent_1Hz": 18.805399999999995, "CP_CoolingPower_kW_1Hz": 1.4705666666666666, "SE_EfficiencyFactor_percent_1Hz": 58.7056, "cycle": 430, "timestamp": "2023-09-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39754666666613, "PS2_Pressure_bar_100Hz": 104.94224183333272, "PS3_Pressure_bar_100Hz": 1.7374964999999942, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.440739333333356, "PS6_Pressure_bar_100Hz": 8.391480000000048, "FS1_VolumeFlow_l_per_min_10Hz": 6.543623333333331, "FS2_VolumeFlow_l_per_min_10Hz": 8.990374999999995, "TS1_Temperature_C_1Hz": 56.83006666666667, "TS2_Temperature_C_1Hz": 61.20911666666669, "TS3_Temperature_C_1Hz": 58.24738333333331, "TS4_Temperature_C_1Hz": 52.220800000000004, "P1_MotorPower_W_100Hz": 2385.9097666666867, "VS1_Vibration_mm_per_s_1Hz": 0.6785333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.722699999999996, "CP_CoolingPower_kW_1Hz": 1.4591666666666663, "SE_EfficiencyFactor_percent_1Hz": 58.715316666666666, "cycle": 431, "timestamp": "2023-09-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.45371499999973, "PS2_Pressure_bar_100Hz": 105.01811383333309, "PS3_Pressure_bar_100Hz": 1.7316904999999958, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.440696666666707, "PS6_Pressure_bar_100Hz": 8.393156500000028, "FS1_VolumeFlow_l_per_min_10Hz": 6.541056666666673, "FS2_VolumeFlow_l_per_min_10Hz": 8.989266666666678, "TS1_Temperature_C_1Hz": 56.80526666666666, "TS2_Temperature_C_1Hz": 61.20283333333336, "TS3_Temperature_C_1Hz": 58.22528333333334, "TS4_Temperature_C_1Hz": 52.14636666666666, "P1_MotorPower_W_100Hz": 2388.6259000000637, "VS1_Vibration_mm_per_s_1Hz": 0.6696500000000001, "CE_CoolingEfficiency_percent_1Hz": 18.92693333333333, "CP_CoolingPower_kW_1Hz": 1.4742333333333328, "SE_EfficiencyFactor_percent_1Hz": 58.6747, "cycle": 432, "timestamp": "2023-09-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.41171333333318, "PS2_Pressure_bar_100Hz": 104.93740699999991, "PS3_Pressure_bar_100Hz": 1.7290278333333224, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.44281633333333, "PS6_Pressure_bar_100Hz": 8.394057500000011, "FS1_VolumeFlow_l_per_min_10Hz": 6.538824999999998, "FS2_VolumeFlow_l_per_min_10Hz": 8.992806666666665, "TS1_Temperature_C_1Hz": 56.73035000000001, "TS2_Temperature_C_1Hz": 61.161933333333316, "TS3_Temperature_C_1Hz": 58.167333333333346, "TS4_Temperature_C_1Hz": 52.11100000000001, "P1_MotorPower_W_100Hz": 2388.0747000000174, "VS1_Vibration_mm_per_s_1Hz": 0.6628000000000002, "CE_CoolingEfficiency_percent_1Hz": 18.87953333333333, "CP_CoolingPower_kW_1Hz": 1.4665500000000002, "SE_EfficiencyFactor_percent_1Hz": 58.550316666666646, "cycle": 433, "timestamp": "2023-09-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.43158833333308, "PS2_Pressure_bar_100Hz": 104.9619718333335, "PS3_Pressure_bar_100Hz": 1.7382326666666703, "PS4_Pressure_bar_100Hz": 0.00022833333333333334, "PS5_Pressure_bar_100Hz": 8.445211333333344, "PS6_Pressure_bar_100Hz": 8.395772000000045, "FS1_VolumeFlow_l_per_min_10Hz": 6.547668333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.995943333333338, "TS1_Temperature_C_1Hz": 56.6739333333333, "TS2_Temperature_C_1Hz": 61.11778333333333, "TS3_Temperature_C_1Hz": 58.13039999999999, "TS4_Temperature_C_1Hz": 52.04868333333331, "P1_MotorPower_W_100Hz": 2389.9023333333903, "VS1_Vibration_mm_per_s_1Hz": 0.6765166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.987683333333337, "CP_CoolingPower_kW_1Hz": 1.4746166666666665, "SE_EfficiencyFactor_percent_1Hz": 58.81653333333335, "cycle": 434, "timestamp": "2023-09-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.4777016666666, "PS2_Pressure_bar_100Hz": 105.01979899999998, "PS3_Pressure_bar_100Hz": 1.7392815000000004, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.449529999999989, "PS6_Pressure_bar_100Hz": 8.399277666666679, "FS1_VolumeFlow_l_per_min_10Hz": 6.546129999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.001216666666673, "TS1_Temperature_C_1Hz": 56.64011666666666, "TS2_Temperature_C_1Hz": 61.0819, "TS3_Temperature_C_1Hz": 58.11411666666666, "TS4_Temperature_C_1Hz": 52.07071666666664, "P1_MotorPower_W_100Hz": 2387.0941666666813, "VS1_Vibration_mm_per_s_1Hz": 0.674616666666667, "CE_CoolingEfficiency_percent_1Hz": 18.87018333333334, "CP_CoolingPower_kW_1Hz": 1.4654833333333328, "SE_EfficiencyFactor_percent_1Hz": 58.702783333333315, "cycle": 435, "timestamp": "2023-09-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.47085999999996, "PS2_Pressure_bar_100Hz": 104.98811649999979, "PS3_Pressure_bar_100Hz": 1.751892333333338, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.451281000000012, "PS6_Pressure_bar_100Hz": 8.40117733333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.548941666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.004764999999999, "TS1_Temperature_C_1Hz": 56.582033333333314, "TS2_Temperature_C_1Hz": 61.04768333333335, "TS3_Temperature_C_1Hz": 58.03279999999998, "TS4_Temperature_C_1Hz": 52.020666666666656, "P1_MotorPower_W_100Hz": 2386.1889000000397, "VS1_Vibration_mm_per_s_1Hz": 0.6649333333333335, "CE_CoolingEfficiency_percent_1Hz": 18.818316666666668, "CP_CoolingPower_kW_1Hz": 1.4588333333333334, "SE_EfficiencyFactor_percent_1Hz": 58.80401666666666, "cycle": 436, "timestamp": "2023-09-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3883583333334, "PS2_Pressure_bar_100Hz": 105.28014400000032, "PS3_Pressure_bar_100Hz": 1.7455856666666683, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.453189499999999, "PS6_Pressure_bar_100Hz": 8.402351000000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.578026666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.00966500000001, "TS1_Temperature_C_1Hz": 56.554999999999986, "TS2_Temperature_C_1Hz": 61.02233333333334, "TS3_Temperature_C_1Hz": 58.001933333333355, "TS4_Temperature_C_1Hz": 51.95761666666668, "P1_MotorPower_W_100Hz": 2385.8530333333656, "VS1_Vibration_mm_per_s_1Hz": 0.6532000000000003, "CE_CoolingEfficiency_percent_1Hz": 18.963050000000006, "CP_CoolingPower_kW_1Hz": 1.4692166666666664, "SE_EfficiencyFactor_percent_1Hz": 59.491083333333336, "cycle": 437, "timestamp": "2023-09-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.36827333333346, "PS2_Pressure_bar_100Hz": 105.24354549999997, "PS3_Pressure_bar_100Hz": 1.7502320000000007, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.457776999999982, "PS6_Pressure_bar_100Hz": 8.406119999999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.562949999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.015395000000005, "TS1_Temperature_C_1Hz": 56.52169999999998, "TS2_Temperature_C_1Hz": 61.008800000000015, "TS3_Temperature_C_1Hz": 57.91370000000002, "TS4_Temperature_C_1Hz": 51.909283333333356, "P1_MotorPower_W_100Hz": 2386.8972333333795, "VS1_Vibration_mm_per_s_1Hz": 0.6569666666666668, "CE_CoolingEfficiency_percent_1Hz": 18.89015, "CP_CoolingPower_kW_1Hz": 1.458283333333333, "SE_EfficiencyFactor_percent_1Hz": 59.33655, "cycle": 438, "timestamp": "2023-09-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.40333999999942, "PS2_Pressure_bar_100Hz": 105.26386150000008, "PS3_Pressure_bar_100Hz": 1.7542191666666638, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.460236166666707, "PS6_Pressure_bar_100Hz": 8.407960999999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.576195000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.018320000000005, "TS1_Temperature_C_1Hz": 56.45256666666665, "TS2_Temperature_C_1Hz": 60.96326666666667, "TS3_Temperature_C_1Hz": 57.91139999999998, "TS4_Temperature_C_1Hz": 51.90903333333334, "P1_MotorPower_W_100Hz": 2387.0338666667235, "VS1_Vibration_mm_per_s_1Hz": 0.6585166666666671, "CE_CoolingEfficiency_percent_1Hz": 18.863183333333332, "CP_CoolingPower_kW_1Hz": 1.4585500000000002, "SE_EfficiencyFactor_percent_1Hz": 59.52628333333332, "cycle": 439, "timestamp": "2023-09-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.38964166666673, "PS2_Pressure_bar_100Hz": 105.25707966666646, "PS3_Pressure_bar_100Hz": 1.7558941666666736, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.458462666666689, "PS6_Pressure_bar_100Hz": 8.406508500000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.573803333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.012548333333337, "TS1_Temperature_C_1Hz": 56.44216666666664, "TS2_Temperature_C_1Hz": 60.93731666666668, "TS3_Temperature_C_1Hz": 57.88978333333333, "TS4_Temperature_C_1Hz": 51.894233333333325, "P1_MotorPower_W_100Hz": 2385.7582666667276, "VS1_Vibration_mm_per_s_1Hz": 0.6703166666666666, "CE_CoolingEfficiency_percent_1Hz": 18.85335, "CP_CoolingPower_kW_1Hz": 1.45515, "SE_EfficiencyFactor_percent_1Hz": 59.42878333333331, "cycle": 440, "timestamp": "2023-09-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.4237399999995, "PS2_Pressure_bar_100Hz": 105.29713450000024, "PS3_Pressure_bar_100Hz": 1.750114000000007, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.459017000000003, "PS6_Pressure_bar_100Hz": 8.407178499999988, "FS1_VolumeFlow_l_per_min_10Hz": 6.578541666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.017424999999994, "TS1_Temperature_C_1Hz": 56.42536666666665, "TS2_Temperature_C_1Hz": 60.911333333333346, "TS3_Temperature_C_1Hz": 57.890566666666665, "TS4_Temperature_C_1Hz": 51.620083333333326, "P1_MotorPower_W_100Hz": 2388.122633333394, "VS1_Vibration_mm_per_s_1Hz": 0.65195, "CE_CoolingEfficiency_percent_1Hz": 19.70105, "CP_CoolingPower_kW_1Hz": 1.5213833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.46723333333334, "cycle": 441, "timestamp": "2023-09-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.44085833333304, "PS2_Pressure_bar_100Hz": 105.28194300000018, "PS3_Pressure_bar_100Hz": 1.7521414999999991, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.46348266666669, "PS6_Pressure_bar_100Hz": 8.410915666666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.579430000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.026665000000007, "TS1_Temperature_C_1Hz": 56.371133333333304, "TS2_Temperature_C_1Hz": 60.87778333333332, "TS3_Temperature_C_1Hz": 57.80733333333334, "TS4_Temperature_C_1Hz": 51.751950000000015, "P1_MotorPower_W_100Hz": 2387.9448000000257, "VS1_Vibration_mm_per_s_1Hz": 0.6655000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.062250000000006, "CP_CoolingPower_kW_1Hz": 1.4728999999999999, "SE_EfficiencyFactor_percent_1Hz": 59.47955000000001, "cycle": 442, "timestamp": "2023-09-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.38557833333272, "PS2_Pressure_bar_100Hz": 105.24583166666642, "PS3_Pressure_bar_100Hz": 1.7444331666666588, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.46504100000004, "PS6_Pressure_bar_100Hz": 8.412375333333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.5836, "FS2_VolumeFlow_l_per_min_10Hz": 9.030053333333331, "TS1_Temperature_C_1Hz": 56.35584999999996, "TS2_Temperature_C_1Hz": 60.849250000000005, "TS3_Temperature_C_1Hz": 57.768466666666676, "TS4_Temperature_C_1Hz": 51.37988333333333, "P1_MotorPower_W_100Hz": 2387.598733333349, "VS1_Vibration_mm_per_s_1Hz": 0.6547500000000002, "CE_CoolingEfficiency_percent_1Hz": 20.134216666666667, "CP_CoolingPower_kW_1Hz": 1.5540500000000006, "SE_EfficiencyFactor_percent_1Hz": 59.49416666666665, "cycle": 443, "timestamp": "2023-09-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.42699666666584, "PS2_Pressure_bar_100Hz": 105.25913450000012, "PS3_Pressure_bar_100Hz": 1.7342768333333267, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.464198000000035, "PS6_Pressure_bar_100Hz": 8.4120543333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.576710000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.02086666666668, "TS1_Temperature_C_1Hz": 56.29141666666664, "TS2_Temperature_C_1Hz": 60.80945000000002, "TS3_Temperature_C_1Hz": 57.78831666666667, "TS4_Temperature_C_1Hz": 51.337116666666674, "P1_MotorPower_W_100Hz": 2387.519333333368, "VS1_Vibration_mm_per_s_1Hz": 0.6578999999999999, "CE_CoolingEfficiency_percent_1Hz": 20.292833333333345, "CP_CoolingPower_kW_1Hz": 1.5677833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.485133333333344, "cycle": 444, "timestamp": "2023-09-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39666166666618, "PS2_Pressure_bar_100Hz": 105.23950983333336, "PS3_Pressure_bar_100Hz": 1.7446001666666606, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.467289166666692, "PS6_Pressure_bar_100Hz": 8.414864166666689, "FS1_VolumeFlow_l_per_min_10Hz": 6.584843333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.025833333333333, "TS1_Temperature_C_1Hz": 56.30039999999999, "TS2_Temperature_C_1Hz": 60.79573333333334, "TS3_Temperature_C_1Hz": 57.76403333333332, "TS4_Temperature_C_1Hz": 51.30598333333333, "P1_MotorPower_W_100Hz": 2388.9234333333648, "VS1_Vibration_mm_per_s_1Hz": 0.6540666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.342166666666664, "CP_CoolingPower_kW_1Hz": 1.5704666666666667, "SE_EfficiencyFactor_percent_1Hz": 59.55253333333331, "cycle": 445, "timestamp": "2023-09-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3994883333333, "PS2_Pressure_bar_100Hz": 105.23344183333352, "PS3_Pressure_bar_100Hz": 1.7440126666666727, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.469280833333332, "PS6_Pressure_bar_100Hz": 8.4170461666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.5737816666666635, "FS2_VolumeFlow_l_per_min_10Hz": 9.026836666666673, "TS1_Temperature_C_1Hz": 56.257549999999995, "TS2_Temperature_C_1Hz": 60.78423333333337, "TS3_Temperature_C_1Hz": 57.73808333333333, "TS4_Temperature_C_1Hz": 51.573733333333344, "P1_MotorPower_W_100Hz": 2387.8633666666997, "VS1_Vibration_mm_per_s_1Hz": 0.6483000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.47126666666667, "CP_CoolingPower_kW_1Hz": 1.4992499999999993, "SE_EfficiencyFactor_percent_1Hz": 59.407450000000004, "cycle": 446, "timestamp": "2023-09-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.29738833333306, "PS2_Pressure_bar_100Hz": 105.43008033333284, "PS3_Pressure_bar_100Hz": 1.7595831666666717, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.470647833333338, "PS6_Pressure_bar_100Hz": 8.419149166666687, "FS1_VolumeFlow_l_per_min_10Hz": 6.595375000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.032788333333338, "TS1_Temperature_C_1Hz": 56.25561666666666, "TS2_Temperature_C_1Hz": 60.763450000000006, "TS3_Temperature_C_1Hz": 57.68054999999997, "TS4_Temperature_C_1Hz": 51.499983333333354, "P1_MotorPower_W_100Hz": 2387.784600000081, "VS1_Vibration_mm_per_s_1Hz": 0.6341500000000002, "CE_CoolingEfficiency_percent_1Hz": 19.56553333333333, "CP_CoolingPower_kW_1Hz": 1.503983333333333, "SE_EfficiencyFactor_percent_1Hz": 59.852433333333344, "cycle": 447, "timestamp": "2023-09-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.31208166666664, "PS2_Pressure_bar_100Hz": 105.45891599999997, "PS3_Pressure_bar_100Hz": 1.7559328333333313, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.465709000000032, "PS6_Pressure_bar_100Hz": 8.414536333333341, "FS1_VolumeFlow_l_per_min_10Hz": 6.596611666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.027271666666675, "TS1_Temperature_C_1Hz": 56.21871666666666, "TS2_Temperature_C_1Hz": 60.74663333333333, "TS3_Temperature_C_1Hz": 57.693016666666644, "TS4_Temperature_C_1Hz": 51.365950000000005, "P1_MotorPower_W_100Hz": 2386.0870000000027, "VS1_Vibration_mm_per_s_1Hz": 0.6417333333333329, "CE_CoolingEfficiency_percent_1Hz": 19.9979, "CP_CoolingPower_kW_1Hz": 1.5372000000000001, "SE_EfficiencyFactor_percent_1Hz": 59.95633333333333, "cycle": 448, "timestamp": "2023-09-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3356749999992, "PS2_Pressure_bar_100Hz": 105.47251349999985, "PS3_Pressure_bar_100Hz": 1.7504471666666739, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.467004666666707, "PS6_Pressure_bar_100Hz": 8.41476983333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.597668333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.026338333333332, "TS1_Temperature_C_1Hz": 56.17903333333332, "TS2_Temperature_C_1Hz": 60.69671666666668, "TS3_Temperature_C_1Hz": 57.69216666666664, "TS4_Temperature_C_1Hz": 51.35443333333332, "P1_MotorPower_W_100Hz": 2386.620466666695, "VS1_Vibration_mm_per_s_1Hz": 0.6388833333333335, "CE_CoolingEfficiency_percent_1Hz": 20.069233333333333, "CP_CoolingPower_kW_1Hz": 1.5403000000000007, "SE_EfficiencyFactor_percent_1Hz": 59.97161666666666, "cycle": 449, "timestamp": "2023-09-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3455566666668, "PS2_Pressure_bar_100Hz": 105.48271283333271, "PS3_Pressure_bar_100Hz": 1.7467529999999956, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.467684166666695, "PS6_Pressure_bar_100Hz": 8.416073000000019, "FS1_VolumeFlow_l_per_min_10Hz": 6.598406666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.028956666666671, "TS1_Temperature_C_1Hz": 56.18554999999999, "TS2_Temperature_C_1Hz": 60.68800000000002, "TS3_Temperature_C_1Hz": 57.64216666666663, "TS4_Temperature_C_1Hz": 51.4483, "P1_MotorPower_W_100Hz": 2386.145399999994, "VS1_Vibration_mm_per_s_1Hz": 0.6501, "CE_CoolingEfficiency_percent_1Hz": 19.68091666666667, "CP_CoolingPower_kW_1Hz": 1.506216666666666, "SE_EfficiencyFactor_percent_1Hz": 59.96280000000002, "cycle": 450, "timestamp": "2023-09-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.38476666666674, "PS2_Pressure_bar_100Hz": 105.5044516666667, "PS3_Pressure_bar_100Hz": 1.7445654999999927, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.468750833333381, "PS6_Pressure_bar_100Hz": 8.416835333333395, "FS1_VolumeFlow_l_per_min_10Hz": 6.589956666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.02788499999999, "TS1_Temperature_C_1Hz": 56.193016666666644, "TS2_Temperature_C_1Hz": 60.69553333333335, "TS3_Temperature_C_1Hz": 57.58889999999998, "TS4_Temperature_C_1Hz": 51.32229999999998, "P1_MotorPower_W_100Hz": 2386.623633333369, "VS1_Vibration_mm_per_s_1Hz": 0.6412833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.97295, "CP_CoolingPower_kW_1Hz": 1.52605, "SE_EfficiencyFactor_percent_1Hz": 59.88756666666666, "cycle": 451, "timestamp": "2023-09-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3504716666662, "PS2_Pressure_bar_100Hz": 105.49593399999989, "PS3_Pressure_bar_100Hz": 1.7398606666666672, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.470759500000012, "PS6_Pressure_bar_100Hz": 8.418255166666704, "FS1_VolumeFlow_l_per_min_10Hz": 6.592620000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.032296666666669, "TS1_Temperature_C_1Hz": 56.179433333333314, "TS2_Temperature_C_1Hz": 60.67631666666668, "TS3_Temperature_C_1Hz": 57.559816666666656, "TS4_Temperature_C_1Hz": 51.14771666666664, "P1_MotorPower_W_100Hz": 2386.3136000000172, "VS1_Vibration_mm_per_s_1Hz": 0.6517833333333335, "CE_CoolingEfficiency_percent_1Hz": 20.460183333333323, "CP_CoolingPower_kW_1Hz": 1.5613500000000005, "SE_EfficiencyFactor_percent_1Hz": 59.871283333333345, "cycle": 452, "timestamp": "2023-09-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.38861333333261, "PS2_Pressure_bar_100Hz": 105.5217128333335, "PS3_Pressure_bar_100Hz": 1.7348314999999928, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.468882833333364, "PS6_Pressure_bar_100Hz": 8.41639350000001, "FS1_VolumeFlow_l_per_min_10Hz": 6.591398333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.032488333333335, "TS1_Temperature_C_1Hz": 56.13513333333332, "TS2_Temperature_C_1Hz": 60.64776666666665, "TS3_Temperature_C_1Hz": 57.64975, "TS4_Temperature_C_1Hz": 51.258383333333335, "P1_MotorPower_W_100Hz": 2387.7463000000316, "VS1_Vibration_mm_per_s_1Hz": 0.6350999999999997, "CE_CoolingEfficiency_percent_1Hz": 20.320300000000007, "CP_CoolingPower_kW_1Hz": 1.556233333333334, "SE_EfficiencyFactor_percent_1Hz": 59.87821666666665, "cycle": 453, "timestamp": "2023-09-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.37355999999926, "PS2_Pressure_bar_100Hz": 105.51753250000033, "PS3_Pressure_bar_100Hz": 1.7471870000000012, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.470500833333334, "PS6_Pressure_bar_100Hz": 8.418180833333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.589413333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.032279999999995, "TS1_Temperature_C_1Hz": 56.10743333333333, "TS2_Temperature_C_1Hz": 60.63001666666666, "TS3_Temperature_C_1Hz": 57.571866666666644, "TS4_Temperature_C_1Hz": 51.440516666666674, "P1_MotorPower_W_100Hz": 2388.3983999999928, "VS1_Vibration_mm_per_s_1Hz": 0.6354000000000002, "CE_CoolingEfficiency_percent_1Hz": 19.527800000000003, "CP_CoolingPower_kW_1Hz": 1.4930166666666664, "SE_EfficiencyFactor_percent_1Hz": 59.83059999999997, "cycle": 454, "timestamp": "2023-09-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3862633333333, "PS2_Pressure_bar_100Hz": 105.51458, "PS3_Pressure_bar_100Hz": 1.7525556666666628, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.474040166666668, "PS6_Pressure_bar_100Hz": 8.421344500000023, "FS1_VolumeFlow_l_per_min_10Hz": 6.587771666666662, "FS2_VolumeFlow_l_per_min_10Hz": 9.040529999999995, "TS1_Temperature_C_1Hz": 56.11536666666666, "TS2_Temperature_C_1Hz": 60.62548333333335, "TS3_Temperature_C_1Hz": 57.54318333333332, "TS4_Temperature_C_1Hz": 51.18511666666666, "P1_MotorPower_W_100Hz": 2389.0294333333804, "VS1_Vibration_mm_per_s_1Hz": 0.6354166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.28658333333333, "CP_CoolingPower_kW_1Hz": 1.5495500000000002, "SE_EfficiencyFactor_percent_1Hz": 59.77518333333335, "cycle": 455, "timestamp": "2023-09-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.38446833333285, "PS2_Pressure_bar_100Hz": 105.50868233333365, "PS3_Pressure_bar_100Hz": 1.7462351666666673, "PS4_Pressure_bar_100Hz": 0.004863833333333334, "PS5_Pressure_bar_100Hz": 8.473165000000034, "PS6_Pressure_bar_100Hz": 8.421287166666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.5903733333333285, "FS2_VolumeFlow_l_per_min_10Hz": 9.039506666666675, "TS1_Temperature_C_1Hz": 56.10226666666666, "TS2_Temperature_C_1Hz": 60.59999999999999, "TS3_Temperature_C_1Hz": 57.55414999999997, "TS4_Temperature_C_1Hz": 51.03396666666666, "P1_MotorPower_W_100Hz": 2387.0913666667093, "VS1_Vibration_mm_per_s_1Hz": 0.6276833333333336, "CE_CoolingEfficiency_percent_1Hz": 20.78751666666666, "CP_CoolingPower_kW_1Hz": 1.5883333333333334, "SE_EfficiencyFactor_percent_1Hz": 59.88113333333333, "cycle": 456, "timestamp": "2023-09-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.34128499999915, "PS2_Pressure_bar_100Hz": 105.6595358333333, "PS3_Pressure_bar_100Hz": 1.753217999999995, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.475028833333342, "PS6_Pressure_bar_100Hz": 8.422842666666707, "FS1_VolumeFlow_l_per_min_10Hz": 6.592516666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.044496666666662, "TS1_Temperature_C_1Hz": 56.07510000000001, "TS2_Temperature_C_1Hz": 60.58381666666667, "TS3_Temperature_C_1Hz": 57.55451666666665, "TS4_Temperature_C_1Hz": 51.12430000000001, "P1_MotorPower_W_100Hz": 2387.607166666693, "VS1_Vibration_mm_per_s_1Hz": 0.6458166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.49481666666667, "CP_CoolingPower_kW_1Hz": 1.5673666666666661, "SE_EfficiencyFactor_percent_1Hz": 59.94313333333333, "cycle": 457, "timestamp": "2023-09-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.33617833333244, "PS2_Pressure_bar_100Hz": 105.66384866666702, "PS3_Pressure_bar_100Hz": 1.7559458333333318, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.473860833333354, "PS6_Pressure_bar_100Hz": 8.422669166666688, "FS1_VolumeFlow_l_per_min_10Hz": 6.600668333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.042586666666667, "TS1_Temperature_C_1Hz": 56.08721666666667, "TS2_Temperature_C_1Hz": 60.588583333333325, "TS3_Temperature_C_1Hz": 57.53875, "TS4_Temperature_C_1Hz": 51.36663333333332, "P1_MotorPower_W_100Hz": 2387.738000000032, "VS1_Vibration_mm_per_s_1Hz": 0.6332666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.684249999999995, "CP_CoolingPower_kW_1Hz": 1.5035500000000002, "SE_EfficiencyFactor_percent_1Hz": 60.11763333333332, "cycle": 458, "timestamp": "2023-10-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.35635333333255, "PS2_Pressure_bar_100Hz": 105.69661750000002, "PS3_Pressure_bar_100Hz": 1.757898499999996, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.475915833333353, "PS6_Pressure_bar_100Hz": 8.424519500000034, "FS1_VolumeFlow_l_per_min_10Hz": 6.599221666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.04813333333333, "TS1_Temperature_C_1Hz": 56.048283333333345, "TS2_Temperature_C_1Hz": 60.57605000000001, "TS3_Temperature_C_1Hz": 57.551983333333325, "TS4_Temperature_C_1Hz": 51.352433333333344, "P1_MotorPower_W_100Hz": 2389.4982000000346, "VS1_Vibration_mm_per_s_1Hz": 0.64485, "CE_CoolingEfficiency_percent_1Hz": 19.7322, "CP_CoolingPower_kW_1Hz": 1.5121833333333334, "SE_EfficiencyFactor_percent_1Hz": 59.99695000000002, "cycle": 459, "timestamp": "2023-10-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.35375999999945, "PS2_Pressure_bar_100Hz": 105.68888050000048, "PS3_Pressure_bar_100Hz": 1.752978666666668, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.479817500000022, "PS6_Pressure_bar_100Hz": 8.428208666666658, "FS1_VolumeFlow_l_per_min_10Hz": 6.60185166666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.052674999999999, "TS1_Temperature_C_1Hz": 56.05953333333332, "TS2_Temperature_C_1Hz": 60.58028333333333, "TS3_Temperature_C_1Hz": 57.47755, "TS4_Temperature_C_1Hz": 51.47118333333333, "P1_MotorPower_W_100Hz": 2389.8951666667062, "VS1_Vibration_mm_per_s_1Hz": 0.6369666666666667, "CE_CoolingEfficiency_percent_1Hz": 19.172583333333332, "CP_CoolingPower_kW_1Hz": 1.4641833333333325, "SE_EfficiencyFactor_percent_1Hz": 60.03958333333335, "cycle": 460, "timestamp": "2023-10-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.33628833333336, "PS2_Pressure_bar_100Hz": 105.66935750000032, "PS3_Pressure_bar_100Hz": 1.7520883333333395, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.479147499999941, "PS6_Pressure_bar_100Hz": 8.427095666666641, "FS1_VolumeFlow_l_per_min_10Hz": 6.5937516666666705, "FS2_VolumeFlow_l_per_min_10Hz": 9.051108333333344, "TS1_Temperature_C_1Hz": 56.063866666666655, "TS2_Temperature_C_1Hz": 60.575816666666675, "TS3_Temperature_C_1Hz": 57.519183333333324, "TS4_Temperature_C_1Hz": 51.40448333333333, "P1_MotorPower_W_100Hz": 2390.829800000056, "VS1_Vibration_mm_per_s_1Hz": 0.6432000000000003, "CE_CoolingEfficiency_percent_1Hz": 19.50228333333333, "CP_CoolingPower_kW_1Hz": 1.491566666666666, "SE_EfficiencyFactor_percent_1Hz": 59.86401666666669, "cycle": 461, "timestamp": "2023-10-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.35541166666607, "PS2_Pressure_bar_100Hz": 105.69364983333367, "PS3_Pressure_bar_100Hz": 1.7661585000000033, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.47717300000001, "PS6_Pressure_bar_100Hz": 8.424998166666722, "FS1_VolumeFlow_l_per_min_10Hz": 6.594269999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.04939333333334, "TS1_Temperature_C_1Hz": 56.04878333333333, "TS2_Temperature_C_1Hz": 60.576033333333335, "TS3_Temperature_C_1Hz": 57.50121666666668, "TS4_Temperature_C_1Hz": 51.324883333333325, "P1_MotorPower_W_100Hz": 2390.8684000000326, "VS1_Vibration_mm_per_s_1Hz": 0.6352166666666663, "CE_CoolingEfficiency_percent_1Hz": 19.6854, "CP_CoolingPower_kW_1Hz": 1.5075166666666655, "SE_EfficiencyFactor_percent_1Hz": 59.90245000000002, "cycle": 462, "timestamp": "2023-10-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.38125666666585, "PS2_Pressure_bar_100Hz": 105.70995433333383, "PS3_Pressure_bar_100Hz": 1.7650336666666675, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.479304500000008, "PS6_Pressure_bar_100Hz": 8.428300500000034, "FS1_VolumeFlow_l_per_min_10Hz": 6.599506666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.053103333333324, "TS1_Temperature_C_1Hz": 56.024566666666665, "TS2_Temperature_C_1Hz": 60.56066666666666, "TS3_Temperature_C_1Hz": 57.47200000000001, "TS4_Temperature_C_1Hz": 51.260516666666675, "P1_MotorPower_W_100Hz": 2391.13853333337, "VS1_Vibration_mm_per_s_1Hz": 0.6307833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.789333333333335, "CP_CoolingPower_kW_1Hz": 1.5149666666666664, "SE_EfficiencyFactor_percent_1Hz": 59.99481666666666, "cycle": 463, "timestamp": "2023-10-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.9227083333324, "PS2_Pressure_bar_100Hz": 131.58908933333305, "PS3_Pressure_bar_100Hz": 0.9079079999999847, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.474146166666669, "PS6_Pressure_bar_100Hz": 8.423857166666675, "FS1_VolumeFlow_l_per_min_10Hz": 2.133271666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.046579999999999, "TS1_Temperature_C_1Hz": 55.985616666666665, "TS2_Temperature_C_1Hz": 60.195083333333315, "TS3_Temperature_C_1Hz": 57.54286666666665, "TS4_Temperature_C_1Hz": 51.08399999999998, "P1_MotorPower_W_100Hz": 2716.9452000000565, "VS1_Vibration_mm_per_s_1Hz": 0.7334333333333335, "CE_CoolingEfficiency_percent_1Hz": 20.556300000000004, "CP_CoolingPower_kW_1Hz": 1.576183333333333, "SE_EfficiencyFactor_percent_1Hz": 20.276416666666666, "cycle": 464, "timestamp": "2023-10-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.870373333333, "PS2_Pressure_bar_100Hz": 105.80507299999984, "PS3_Pressure_bar_100Hz": 1.756927999999997, "PS4_Pressure_bar_100Hz": 0.8494831666666677, "PS5_Pressure_bar_100Hz": 8.473444833333426, "PS6_Pressure_bar_100Hz": 8.4224355, "FS1_VolumeFlow_l_per_min_10Hz": 6.597925000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.045356666666653, "TS1_Temperature_C_1Hz": 56.16319999999999, "TS2_Temperature_C_1Hz": 60.30061666666668, "TS3_Temperature_C_1Hz": 57.63051666666664, "TS4_Temperature_C_1Hz": 51.123316666666696, "P1_MotorPower_W_100Hz": 2401.292299999996, "VS1_Vibration_mm_per_s_1Hz": 0.7543833333333332, "CE_CoolingEfficiency_percent_1Hz": 20.638633333333328, "CP_CoolingPower_kW_1Hz": 1.5865833333333332, "SE_EfficiencyFactor_percent_1Hz": 58.871516666666665, "cycle": 465, "timestamp": "2023-10-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.54814499999978, "PS2_Pressure_bar_100Hz": 105.86993933333379, "PS3_Pressure_bar_100Hz": 1.7494658333333222, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.470460333333358, "PS6_Pressure_bar_100Hz": 8.419892000000022, "FS1_VolumeFlow_l_per_min_10Hz": 6.594153333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.040395000000007, "TS1_Temperature_C_1Hz": 56.124649999999995, "TS2_Temperature_C_1Hz": 60.51078333333332, "TS3_Temperature_C_1Hz": 57.690766666666676, "TS4_Temperature_C_1Hz": 51.3752, "P1_MotorPower_W_100Hz": 2395.4269666667196, "VS1_Vibration_mm_per_s_1Hz": 0.6520166666666668, "CE_CoolingEfficiency_percent_1Hz": 19.999116666666673, "CP_CoolingPower_kW_1Hz": 1.5369666666666668, "SE_EfficiencyFactor_percent_1Hz": 59.83613333333334, "cycle": 466, "timestamp": "2023-10-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.47851333333338, "PS2_Pressure_bar_100Hz": 105.84005966666673, "PS3_Pressure_bar_100Hz": 1.7491558333333355, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.470920666666698, "PS6_Pressure_bar_100Hz": 8.421042833333356, "FS1_VolumeFlow_l_per_min_10Hz": 6.586473333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.042493333333338, "TS1_Temperature_C_1Hz": 56.039533333333324, "TS2_Temperature_C_1Hz": 60.52433333333333, "TS3_Temperature_C_1Hz": 57.68713333333331, "TS4_Temperature_C_1Hz": 51.52811666666668, "P1_MotorPower_W_100Hz": 2394.981500000012, "VS1_Vibration_mm_per_s_1Hz": 0.66165, "CE_CoolingEfficiency_percent_1Hz": 19.520249999999994, "CP_CoolingPower_kW_1Hz": 1.50165, "SE_EfficiencyFactor_percent_1Hz": 59.80653333333334, "cycle": 467, "timestamp": "2023-10-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.56745999999933, "PS2_Pressure_bar_100Hz": 105.86851050000011, "PS3_Pressure_bar_100Hz": 1.751441999999997, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.473241833333338, "PS6_Pressure_bar_100Hz": 8.422628333333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.581974999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.042995000000005, "TS1_Temperature_C_1Hz": 56.08185000000001, "TS2_Temperature_C_1Hz": 60.562750000000015, "TS3_Temperature_C_1Hz": 57.61838333333332, "TS4_Temperature_C_1Hz": 51.48306666666666, "P1_MotorPower_W_100Hz": 2395.4236666667125, "VS1_Vibration_mm_per_s_1Hz": 0.6491000000000003, "CE_CoolingEfficiency_percent_1Hz": 19.470166666666664, "CP_CoolingPower_kW_1Hz": 1.4951999999999999, "SE_EfficiencyFactor_percent_1Hz": 59.744849999999964, "cycle": 468, "timestamp": "2023-10-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.55212166666612, "PS2_Pressure_bar_100Hz": 105.86424400000004, "PS3_Pressure_bar_100Hz": 1.74241783333333, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.47122350000002, "PS6_Pressure_bar_100Hz": 8.421002000000025, "FS1_VolumeFlow_l_per_min_10Hz": 6.567538333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.03951, "TS1_Temperature_C_1Hz": 56.07381666666666, "TS2_Temperature_C_1Hz": 60.57346666666664, "TS3_Temperature_C_1Hz": 57.62028333333333, "TS4_Temperature_C_1Hz": 51.33545000000001, "P1_MotorPower_W_100Hz": 2392.2572666667406, "VS1_Vibration_mm_per_s_1Hz": 0.6459500000000001, "CE_CoolingEfficiency_percent_1Hz": 19.9319, "CP_CoolingPower_kW_1Hz": 1.5308999999999995, "SE_EfficiencyFactor_percent_1Hz": 59.649300000000004, "cycle": 469, "timestamp": "2023-10-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.45069833333295, "PS2_Pressure_bar_100Hz": 123.65457166666683, "PS3_Pressure_bar_100Hz": 1.1608008333333235, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.470310000000046, "PS6_Pressure_bar_100Hz": 8.42019350000004, "FS1_VolumeFlow_l_per_min_10Hz": 3.3973766666666676, "FS2_VolumeFlow_l_per_min_10Hz": 9.040136666666662, "TS1_Temperature_C_1Hz": 55.99723333333334, "TS2_Temperature_C_1Hz": 60.239266666666644, "TS3_Temperature_C_1Hz": 57.62214999999999, "TS4_Temperature_C_1Hz": 51.36440000000002, "P1_MotorPower_W_100Hz": 2617.6969666667114, "VS1_Vibration_mm_per_s_1Hz": 0.7282000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.8515, "CP_CoolingPower_kW_1Hz": 1.52415, "SE_EfficiencyFactor_percent_1Hz": 31.693450000000016, "cycle": 470, "timestamp": "2023-10-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3274266666659, "PS2_Pressure_bar_100Hz": 105.64142899999966, "PS3_Pressure_bar_100Hz": 1.7463788333333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.4728371666667, "PS6_Pressure_bar_100Hz": 8.422751000000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.586751666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.046909999999984, "TS1_Temperature_C_1Hz": 56.23084999999999, "TS2_Temperature_C_1Hz": 60.412383333333324, "TS3_Temperature_C_1Hz": 57.57313333333331, "TS4_Temperature_C_1Hz": 51.41240000000002, "P1_MotorPower_W_100Hz": 2387.201833333387, "VS1_Vibration_mm_per_s_1Hz": 0.6634833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.5472, "CP_CoolingPower_kW_1Hz": 1.5010499999999996, "SE_EfficiencyFactor_percent_1Hz": 59.81211666666664, "cycle": 471, "timestamp": "2023-10-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.30663999999965, "PS2_Pressure_bar_100Hz": 105.63836966666663, "PS3_Pressure_bar_100Hz": 1.7551626666666613, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.469656333333367, "PS6_Pressure_bar_100Hz": 8.418937500000014, "FS1_VolumeFlow_l_per_min_10Hz": 6.574545, "FS2_VolumeFlow_l_per_min_10Hz": 9.040418333333331, "TS1_Temperature_C_1Hz": 56.162000000000006, "TS2_Temperature_C_1Hz": 60.553183333333344, "TS3_Temperature_C_1Hz": 57.645133333333305, "TS4_Temperature_C_1Hz": 51.41356666666669, "P1_MotorPower_W_100Hz": 2387.057733333324, "VS1_Vibration_mm_per_s_1Hz": 0.6369333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.744716666666665, "CP_CoolingPower_kW_1Hz": 1.5185666666666662, "SE_EfficiencyFactor_percent_1Hz": 59.71358333333333, "cycle": 472, "timestamp": "2023-10-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.2975066666661, "PS2_Pressure_bar_100Hz": 105.64091483333355, "PS3_Pressure_bar_100Hz": 1.7419390000000037, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.472006666666692, "PS6_Pressure_bar_100Hz": 8.420644333333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.574008333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.04629333333334, "TS1_Temperature_C_1Hz": 56.15418333333333, "TS2_Temperature_C_1Hz": 60.598283333333335, "TS3_Temperature_C_1Hz": 57.59006666666668, "TS4_Temperature_C_1Hz": 51.36353333333333, "P1_MotorPower_W_100Hz": 2387.0367666666994, "VS1_Vibration_mm_per_s_1Hz": 0.6449499999999998, "CE_CoolingEfficiency_percent_1Hz": 19.79061666666667, "CP_CoolingPower_kW_1Hz": 1.5187500000000003, "SE_EfficiencyFactor_percent_1Hz": 59.6895, "cycle": 473, "timestamp": "2023-10-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3458916666666, "PS2_Pressure_bar_100Hz": 105.67550716666653, "PS3_Pressure_bar_100Hz": 1.738639666666659, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.472472333333371, "PS6_Pressure_bar_100Hz": 8.421379833333354, "FS1_VolumeFlow_l_per_min_10Hz": 6.576273333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.04466333333333, "TS1_Temperature_C_1Hz": 56.111099999999986, "TS2_Temperature_C_1Hz": 60.60530000000001, "TS3_Temperature_C_1Hz": 57.57793333333332, "TS4_Temperature_C_1Hz": 51.21678333333334, "P1_MotorPower_W_100Hz": 2388.1526333333627, "VS1_Vibration_mm_per_s_1Hz": 0.6388833333333335, "CE_CoolingEfficiency_percent_1Hz": 20.225966666666658, "CP_CoolingPower_kW_1Hz": 1.5511999999999995, "SE_EfficiencyFactor_percent_1Hz": 59.68586666666666, "cycle": 474, "timestamp": "2023-10-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.30350666666575, "PS2_Pressure_bar_100Hz": 105.63501766666666, "PS3_Pressure_bar_100Hz": 1.7371178333333321, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.474416499999965, "PS6_Pressure_bar_100Hz": 8.42294816666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.574396666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.048383333333337, "TS1_Temperature_C_1Hz": 56.08606666666663, "TS2_Temperature_C_1Hz": 60.59528333333333, "TS3_Temperature_C_1Hz": 57.56894999999998, "TS4_Temperature_C_1Hz": 51.38863333333333, "P1_MotorPower_W_100Hz": 2387.5508333333555, "VS1_Vibration_mm_per_s_1Hz": 0.6265166666666667, "CE_CoolingEfficiency_percent_1Hz": 19.63971666666667, "CP_CoolingPower_kW_1Hz": 1.50615, "SE_EfficiencyFactor_percent_1Hz": 59.64511666666667, "cycle": 475, "timestamp": "2023-10-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3126199999993, "PS2_Pressure_bar_100Hz": 105.61908949999986, "PS3_Pressure_bar_100Hz": 1.737331666666661, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.473694500000034, "PS6_Pressure_bar_100Hz": 8.422649500000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.57603166666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.048531666666664, "TS1_Temperature_C_1Hz": 56.07926666666666, "TS2_Temperature_C_1Hz": 60.584266666666686, "TS3_Temperature_C_1Hz": 57.58960000000001, "TS4_Temperature_C_1Hz": 51.23363333333335, "P1_MotorPower_W_100Hz": 2388.543866666711, "VS1_Vibration_mm_per_s_1Hz": 0.6229666666666668, "CE_CoolingEfficiency_percent_1Hz": 20.197999999999997, "CP_CoolingPower_kW_1Hz": 1.5508833333333338, "SE_EfficiencyFactor_percent_1Hz": 59.648616666666676, "cycle": 476, "timestamp": "2023-10-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8985116666673, "PS2_Pressure_bar_100Hz": 123.20291849999995, "PS3_Pressure_bar_100Hz": 1.1209274999999885, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.4736161666667, "PS6_Pressure_bar_100Hz": 8.422112833333335, "FS1_VolumeFlow_l_per_min_10Hz": 3.2805650000000006, "FS2_VolumeFlow_l_per_min_10Hz": 9.048694999999997, "TS1_Temperature_C_1Hz": 55.98206666666668, "TS2_Temperature_C_1Hz": 60.24855000000001, "TS3_Temperature_C_1Hz": 57.53531666666665, "TS4_Temperature_C_1Hz": 51.17641666666667, "P1_MotorPower_W_100Hz": 2643.527000000058, "VS1_Vibration_mm_per_s_1Hz": 0.7138000000000002, "CE_CoolingEfficiency_percent_1Hz": 20.22605, "CP_CoolingPower_kW_1Hz": 1.5495166666666662, "SE_EfficiencyFactor_percent_1Hz": 30.278649999999992, "cycle": 477, "timestamp": "2023-10-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.06780666666762, "PS2_Pressure_bar_100Hz": 122.58808333333332, "PS3_Pressure_bar_100Hz": 1.108876666666657, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.477328666666688, "PS6_Pressure_bar_100Hz": 8.426243333333343, "FS1_VolumeFlow_l_per_min_10Hz": 3.2385016666666697, "FS2_VolumeFlow_l_per_min_10Hz": 9.050844999999999, "TS1_Temperature_C_1Hz": 55.97015000000002, "TS2_Temperature_C_1Hz": 59.965316666666666, "TS3_Temperature_C_1Hz": 57.45773333333332, "TS4_Temperature_C_1Hz": 51.06748333333333, "P1_MotorPower_W_100Hz": 2643.4023000000234, "VS1_Vibration_mm_per_s_1Hz": 0.7332833333333334, "CE_CoolingEfficiency_percent_1Hz": 20.356533333333328, "CP_CoolingPower_kW_1Hz": 1.5578166666666666, "SE_EfficiencyFactor_percent_1Hz": 29.12849999999999, "cycle": 478, "timestamp": "2023-10-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.07807000000122, "PS2_Pressure_bar_100Hz": 122.59188366666632, "PS3_Pressure_bar_100Hz": 1.1157889999999906, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.47380433333336, "PS6_Pressure_bar_100Hz": 8.422591833333327, "FS1_VolumeFlow_l_per_min_10Hz": 3.253061666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.04499499999999, "TS1_Temperature_C_1Hz": 55.98530000000002, "TS2_Temperature_C_1Hz": 59.80594999999999, "TS3_Temperature_C_1Hz": 57.47226666666665, "TS4_Temperature_C_1Hz": 51.16568333333332, "P1_MotorPower_W_100Hz": 2641.689566666752, "VS1_Vibration_mm_per_s_1Hz": 0.7388333333333333, "CE_CoolingEfficiency_percent_1Hz": 20.037933333333335, "CP_CoolingPower_kW_1Hz": 1.536416666666667, "SE_EfficiencyFactor_percent_1Hz": 29.40755000000001, "cycle": 479, "timestamp": "2023-10-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.06120000000107, "PS2_Pressure_bar_100Hz": 122.6141475, "PS3_Pressure_bar_100Hz": 1.1114484999999905, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.470649500000006, "PS6_Pressure_bar_100Hz": 8.421068000000028, "FS1_VolumeFlow_l_per_min_10Hz": 3.234039999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.04161666666667, "TS1_Temperature_C_1Hz": 55.97456666666669, "TS2_Temperature_C_1Hz": 59.70076666666664, "TS3_Temperature_C_1Hz": 57.542033333333315, "TS4_Temperature_C_1Hz": 51.22185, "P1_MotorPower_W_100Hz": 2641.5434666666815, "VS1_Vibration_mm_per_s_1Hz": 0.7382166666666667, "CE_CoolingEfficiency_percent_1Hz": 20.082333333333324, "CP_CoolingPower_kW_1Hz": 1.5396999999999996, "SE_EfficiencyFactor_percent_1Hz": 29.11433333333333, "cycle": 480, "timestamp": "2023-10-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.0397066666678, "PS2_Pressure_bar_100Hz": 122.58436199999989, "PS3_Pressure_bar_100Hz": 1.1049263333333257, "PS4_Pressure_bar_100Hz": 0.000211, "PS5_Pressure_bar_100Hz": 8.467196333333325, "PS6_Pressure_bar_100Hz": 8.417242500000032, "FS1_VolumeFlow_l_per_min_10Hz": 3.242121666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.03421999999999, "TS1_Temperature_C_1Hz": 56.00586666666668, "TS2_Temperature_C_1Hz": 59.63969999999999, "TS3_Temperature_C_1Hz": 57.644233333333325, "TS4_Temperature_C_1Hz": 51.075849999999996, "P1_MotorPower_W_100Hz": 2640.9174000000226, "VS1_Vibration_mm_per_s_1Hz": 0.7457666666666666, "CE_CoolingEfficiency_percent_1Hz": 20.751216666666657, "CP_CoolingPower_kW_1Hz": 1.5982166666666662, "SE_EfficiencyFactor_percent_1Hz": 29.224466666666654, "cycle": 481, "timestamp": "2023-10-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.02539000000075, "PS2_Pressure_bar_100Hz": 122.60630466666711, "PS3_Pressure_bar_100Hz": 1.1067731666666571, "PS4_Pressure_bar_100Hz": 0.0030715000000000004, "PS5_Pressure_bar_100Hz": 8.462483500000008, "PS6_Pressure_bar_100Hz": 8.41337666666666, "FS1_VolumeFlow_l_per_min_10Hz": 3.2312250000000016, "FS2_VolumeFlow_l_per_min_10Hz": 9.028438333333327, "TS1_Temperature_C_1Hz": 56.03416666666669, "TS2_Temperature_C_1Hz": 59.61090000000002, "TS3_Temperature_C_1Hz": 57.66659999999999, "TS4_Temperature_C_1Hz": 51.340766666666674, "P1_MotorPower_W_100Hz": 2641.394433333359, "VS1_Vibration_mm_per_s_1Hz": 0.741416666666667, "CE_CoolingEfficiency_percent_1Hz": 19.97495, "CP_CoolingPower_kW_1Hz": 1.5381166666666668, "SE_EfficiencyFactor_percent_1Hz": 29.083983333333343, "cycle": 482, "timestamp": "2023-10-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.00561833333393, "PS2_Pressure_bar_100Hz": 122.55745750000025, "PS3_Pressure_bar_100Hz": 1.101945666666655, "PS4_Pressure_bar_100Hz": 0.003279833333333334, "PS5_Pressure_bar_100Hz": 8.45743650000002, "PS6_Pressure_bar_100Hz": 8.408097166666677, "FS1_VolumeFlow_l_per_min_10Hz": 3.232795000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.020815000000006, "TS1_Temperature_C_1Hz": 56.08661666666664, "TS2_Temperature_C_1Hz": 59.62293333333333, "TS3_Temperature_C_1Hz": 57.72943333333334, "TS4_Temperature_C_1Hz": 51.244216666666645, "P1_MotorPower_W_100Hz": 2640.4734666667246, "VS1_Vibration_mm_per_s_1Hz": 0.7327333333333336, "CE_CoolingEfficiency_percent_1Hz": 20.482333333333326, "CP_CoolingPower_kW_1Hz": 1.5787666666666664, "SE_EfficiencyFactor_percent_1Hz": 29.09825, "cycle": 483, "timestamp": "2023-10-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.70461333333458, "PS2_Pressure_bar_100Hz": 130.59599050000008, "PS3_Pressure_bar_100Hz": 0.8574901666666565, "PS4_Pressure_bar_100Hz": 0.0014393333333333337, "PS5_Pressure_bar_100Hz": 8.452641000000016, "PS6_Pressure_bar_100Hz": 8.403767500000034, "FS1_VolumeFlow_l_per_min_10Hz": 2.018571666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.01044999999999, "TS1_Temperature_C_1Hz": 56.16818333333332, "TS2_Temperature_C_1Hz": 59.593966666666674, "TS3_Temperature_C_1Hz": 57.81418333333333, "TS4_Temperature_C_1Hz": 51.403850000000006, "P1_MotorPower_W_100Hz": 2740.640999999998, "VS1_Vibration_mm_per_s_1Hz": 0.7573333333333332, "CE_CoolingEfficiency_percent_1Hz": 20.19358333333333, "CP_CoolingPower_kW_1Hz": 1.5549666666666666, "SE_EfficiencyFactor_percent_1Hz": 18.27661666666667, "cycle": 484, "timestamp": "2023-10-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.44945666666766, "PS2_Pressure_bar_100Hz": 122.5370716666669, "PS3_Pressure_bar_100Hz": 1.0701024999999944, "PS4_Pressure_bar_100Hz": 0.02275333333333334, "PS5_Pressure_bar_100Hz": 8.442340333333354, "PS6_Pressure_bar_100Hz": 8.394427500000033, "FS1_VolumeFlow_l_per_min_10Hz": 3.2367200000000027, "FS2_VolumeFlow_l_per_min_10Hz": 8.997451666666672, "TS1_Temperature_C_1Hz": 56.17669999999999, "TS2_Temperature_C_1Hz": 59.51288333333334, "TS3_Temperature_C_1Hz": 58.03729999999998, "TS4_Temperature_C_1Hz": 51.372650000000036, "P1_MotorPower_W_100Hz": 2646.839966666715, "VS1_Vibration_mm_per_s_1Hz": 0.7804000000000001, "CE_CoolingEfficiency_percent_1Hz": 20.80181666666666, "CP_CoolingPower_kW_1Hz": 1.6164166666666675, "SE_EfficiencyFactor_percent_1Hz": 28.258749999999985, "cycle": 485, "timestamp": "2023-10-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.98980166666777, "PS2_Pressure_bar_100Hz": 122.58260650000054, "PS3_Pressure_bar_100Hz": 1.074862499999995, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.43939816666669, "PS6_Pressure_bar_100Hz": 8.39065750000001, "FS1_VolumeFlow_l_per_min_10Hz": 3.241714999999998, "FS2_VolumeFlow_l_per_min_10Hz": 8.992425000000008, "TS1_Temperature_C_1Hz": 56.269833333333345, "TS2_Temperature_C_1Hz": 59.64533333333335, "TS3_Temperature_C_1Hz": 58.06931666666665, "TS4_Temperature_C_1Hz": 51.71708333333332, "P1_MotorPower_W_100Hz": 2635.5107000000385, "VS1_Vibration_mm_per_s_1Hz": 0.7384166666666665, "CE_CoolingEfficiency_percent_1Hz": 19.818216666666665, "CP_CoolingPower_kW_1Hz": 1.538333333333333, "SE_EfficiencyFactor_percent_1Hz": 29.34221666666667, "cycle": 486, "timestamp": "2023-10-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.89851000000093, "PS2_Pressure_bar_100Hz": 122.50418933333313, "PS3_Pressure_bar_100Hz": 1.0703683333333271, "PS4_Pressure_bar_100Hz": 0.00023033333333333334, "PS5_Pressure_bar_100Hz": 8.43566066666667, "PS6_Pressure_bar_100Hz": 8.387592666666663, "FS1_VolumeFlow_l_per_min_10Hz": 3.2343283333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.986233333333338, "TS1_Temperature_C_1Hz": 56.35716666666664, "TS2_Temperature_C_1Hz": 59.738116666666684, "TS3_Temperature_C_1Hz": 58.15071666666667, "TS4_Temperature_C_1Hz": 51.92155000000001, "P1_MotorPower_W_100Hz": 2633.891266666734, "VS1_Vibration_mm_per_s_1Hz": 0.7312833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.36788333333333, "CP_CoolingPower_kW_1Hz": 1.5070166666666664, "SE_EfficiencyFactor_percent_1Hz": 29.190150000000006, "cycle": 487, "timestamp": "2023-10-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.77909500000058, "PS2_Pressure_bar_100Hz": 122.68057616666654, "PS3_Pressure_bar_100Hz": 1.0802288333333268, "PS4_Pressure_bar_100Hz": 0.010461833333333328, "PS5_Pressure_bar_100Hz": 8.435779500000008, "PS6_Pressure_bar_100Hz": 8.388680833333368, "FS1_VolumeFlow_l_per_min_10Hz": 3.2699100000000003, "FS2_VolumeFlow_l_per_min_10Hz": 8.98663833333333, "TS1_Temperature_C_1Hz": 56.451133333333324, "TS2_Temperature_C_1Hz": 59.826299999999996, "TS3_Temperature_C_1Hz": 58.16843333333333, "TS4_Temperature_C_1Hz": 51.87204999999999, "P1_MotorPower_W_100Hz": 2633.684200000041, "VS1_Vibration_mm_per_s_1Hz": 0.7332666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.57143333333334, "CP_CoolingPower_kW_1Hz": 1.5234666666666663, "SE_EfficiencyFactor_percent_1Hz": 29.98435, "cycle": 488, "timestamp": "2023-10-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.76586333333367, "PS2_Pressure_bar_100Hz": 122.66590166666714, "PS3_Pressure_bar_100Hz": 1.068508666666664, "PS4_Pressure_bar_100Hz": 0.01394666666666667, "PS5_Pressure_bar_100Hz": 8.431605166666671, "PS6_Pressure_bar_100Hz": 8.384973166666695, "FS1_VolumeFlow_l_per_min_10Hz": 3.2671266666666643, "FS2_VolumeFlow_l_per_min_10Hz": 8.981293333333328, "TS1_Temperature_C_1Hz": 56.51791666666665, "TS2_Temperature_C_1Hz": 59.90041666666666, "TS3_Temperature_C_1Hz": 58.260016666666665, "TS4_Temperature_C_1Hz": 52.12904999999999, "P1_MotorPower_W_100Hz": 2633.7407666666877, "VS1_Vibration_mm_per_s_1Hz": 0.7292166666666665, "CE_CoolingEfficiency_percent_1Hz": 19.069566666666663, "CP_CoolingPower_kW_1Hz": 1.4847666666666663, "SE_EfficiencyFactor_percent_1Hz": 29.870199999999993, "cycle": 489, "timestamp": "2023-11-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.76568000000097, "PS2_Pressure_bar_100Hz": 122.64815183333333, "PS3_Pressure_bar_100Hz": 1.0772134999999983, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.431285666666685, "PS6_Pressure_bar_100Hz": 8.384348833333325, "FS1_VolumeFlow_l_per_min_10Hz": 3.2754333333333325, "FS2_VolumeFlow_l_per_min_10Hz": 8.980280000000002, "TS1_Temperature_C_1Hz": 56.57323333333332, "TS2_Temperature_C_1Hz": 59.95298333333333, "TS3_Temperature_C_1Hz": 58.29226666666667, "TS4_Temperature_C_1Hz": 52.215716666666665, "P1_MotorPower_W_100Hz": 2633.9993333333455, "VS1_Vibration_mm_per_s_1Hz": 0.7351666666666663, "CE_CoolingEfficiency_percent_1Hz": 18.8639, "CP_CoolingPower_kW_1Hz": 1.4691666666666665, "SE_EfficiencyFactor_percent_1Hz": 30.022, "cycle": 490, "timestamp": "2023-11-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.7696750000003, "PS2_Pressure_bar_100Hz": 122.65735966666708, "PS3_Pressure_bar_100Hz": 1.0823271666666634, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.426423833333345, "PS6_Pressure_bar_100Hz": 8.380035500000004, "FS1_VolumeFlow_l_per_min_10Hz": 3.2762366666666645, "FS2_VolumeFlow_l_per_min_10Hz": 8.971870000000013, "TS1_Temperature_C_1Hz": 56.6607, "TS2_Temperature_C_1Hz": 60.01233333333334, "TS3_Temperature_C_1Hz": 58.365883333333365, "TS4_Temperature_C_1Hz": 52.25036666666665, "P1_MotorPower_W_100Hz": 2634.5375333333673, "VS1_Vibration_mm_per_s_1Hz": 0.7264999999999999, "CE_CoolingEfficiency_percent_1Hz": 18.99556666666667, "CP_CoolingPower_kW_1Hz": 1.4789666666666668, "SE_EfficiencyFactor_percent_1Hz": 30.026216666666663, "cycle": 491, "timestamp": "2023-11-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.78612666666726, "PS2_Pressure_bar_100Hz": 122.65490716666639, "PS3_Pressure_bar_100Hz": 1.070059499999996, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.426735000000022, "PS6_Pressure_bar_100Hz": 8.381296666666673, "FS1_VolumeFlow_l_per_min_10Hz": 3.271238333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.975185000000021, "TS1_Temperature_C_1Hz": 56.71114999999999, "TS2_Temperature_C_1Hz": 60.06888333333332, "TS3_Temperature_C_1Hz": 58.39715, "TS4_Temperature_C_1Hz": 52.31929999999999, "P1_MotorPower_W_100Hz": 2634.8617000000213, "VS1_Vibration_mm_per_s_1Hz": 0.7257833333333334, "CE_CoolingEfficiency_percent_1Hz": 18.86899999999999, "CP_CoolingPower_kW_1Hz": 1.4701499999999998, "SE_EfficiencyFactor_percent_1Hz": 29.936266666666665, "cycle": 492, "timestamp": "2023-11-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.77978833333432, "PS2_Pressure_bar_100Hz": 122.63807233333347, "PS3_Pressure_bar_100Hz": 1.073611333333331, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.423129833333373, "PS6_Pressure_bar_100Hz": 8.376801666666632, "FS1_VolumeFlow_l_per_min_10Hz": 3.2716183333333317, "FS2_VolumeFlow_l_per_min_10Hz": 8.96729833333334, "TS1_Temperature_C_1Hz": 56.76323333333333, "TS2_Temperature_C_1Hz": 60.117616666666656, "TS3_Temperature_C_1Hz": 58.45498333333335, "TS4_Temperature_C_1Hz": 52.32454999999998, "P1_MotorPower_W_100Hz": 2633.54910000003, "VS1_Vibration_mm_per_s_1Hz": 0.7267499999999998, "CE_CoolingEfficiency_percent_1Hz": 19.02155, "CP_CoolingPower_kW_1Hz": 1.4834333333333334, "SE_EfficiencyFactor_percent_1Hz": 29.987000000000005, "cycle": 493, "timestamp": "2023-11-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.80057333333434, "PS2_Pressure_bar_100Hz": 122.66270866666638, "PS3_Pressure_bar_100Hz": 1.0735224999999948, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.420374000000038, "PS6_Pressure_bar_100Hz": 8.374372333333294, "FS1_VolumeFlow_l_per_min_10Hz": 3.26359, "FS2_VolumeFlow_l_per_min_10Hz": 8.965873333333336, "TS1_Temperature_C_1Hz": 56.828566666666674, "TS2_Temperature_C_1Hz": 60.161433333333314, "TS3_Temperature_C_1Hz": 58.4677833333333, "TS4_Temperature_C_1Hz": 52.33119999999998, "P1_MotorPower_W_100Hz": 2633.7169000000167, "VS1_Vibration_mm_per_s_1Hz": 0.7149166666666671, "CE_CoolingEfficiency_percent_1Hz": 19.03706666666667, "CP_CoolingPower_kW_1Hz": 1.4848666666666668, "SE_EfficiencyFactor_percent_1Hz": 29.84838333333332, "cycle": 494, "timestamp": "2023-11-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.78489000000118, "PS2_Pressure_bar_100Hz": 122.66170000000012, "PS3_Pressure_bar_100Hz": 1.071314999999998, "PS4_Pressure_bar_100Hz": 0.16490716666666666, "PS5_Pressure_bar_100Hz": 8.415406833333332, "PS6_Pressure_bar_100Hz": 8.369245166666643, "FS1_VolumeFlow_l_per_min_10Hz": 3.2710116666666678, "FS2_VolumeFlow_l_per_min_10Hz": 8.958059999999994, "TS1_Temperature_C_1Hz": 56.871300000000005, "TS2_Temperature_C_1Hz": 60.21486666666669, "TS3_Temperature_C_1Hz": 58.56996666666665, "TS4_Temperature_C_1Hz": 52.40628333333334, "P1_MotorPower_W_100Hz": 2634.8412666667255, "VS1_Vibration_mm_per_s_1Hz": 0.7303999999999999, "CE_CoolingEfficiency_percent_1Hz": 19.053, "CP_CoolingPower_kW_1Hz": 1.4874333333333334, "SE_EfficiencyFactor_percent_1Hz": 29.94226666666667, "cycle": 495, "timestamp": "2023-11-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.50824333333398, "PS2_Pressure_bar_100Hz": 104.58878649999996, "PS3_Pressure_bar_100Hz": 1.594254833333331, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.417805333333341, "PS6_Pressure_bar_100Hz": 8.371715666666619, "FS1_VolumeFlow_l_per_min_10Hz": 6.24437333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.959468333333312, "TS1_Temperature_C_1Hz": 57.05161666666667, "TS2_Temperature_C_1Hz": 60.70605, "TS3_Temperature_C_1Hz": 58.55050000000001, "TS4_Temperature_C_1Hz": 52.474949999999986, "P1_MotorPower_W_100Hz": 2401.7621666666905, "VS1_Vibration_mm_per_s_1Hz": 0.6463500000000001, "CE_CoolingEfficiency_percent_1Hz": 18.776783333333334, "CP_CoolingPower_kW_1Hz": 1.4669666666666663, "SE_EfficiencyFactor_percent_1Hz": 55.85748333333337, "cycle": 496, "timestamp": "2023-11-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.77171500000102, "PS2_Pressure_bar_100Hz": 122.6545861666666, "PS3_Pressure_bar_100Hz": 1.0683131666666663, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.416153666666704, "PS6_Pressure_bar_100Hz": 8.369291833333302, "FS1_VolumeFlow_l_per_min_10Hz": 3.2680216666666673, "FS2_VolumeFlow_l_per_min_10Hz": 8.956109999999997, "TS1_Temperature_C_1Hz": 56.92091666666665, "TS2_Temperature_C_1Hz": 60.63991666666666, "TS3_Temperature_C_1Hz": 58.57470000000003, "TS4_Temperature_C_1Hz": 52.483999999999995, "P1_MotorPower_W_100Hz": 2633.8482333333714, "VS1_Vibration_mm_per_s_1Hz": 0.7102333333333332, "CE_CoolingEfficiency_percent_1Hz": 18.816616666666665, "CP_CoolingPower_kW_1Hz": 1.4703166666666663, "SE_EfficiencyFactor_percent_1Hz": 29.91185, "cycle": 497, "timestamp": "2023-11-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.67907166666734, "PS2_Pressure_bar_100Hz": 122.83640983333366, "PS3_Pressure_bar_100Hz": 1.0782229999999968, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.416943500000018, "PS6_Pressure_bar_100Hz": 8.370246833333278, "FS1_VolumeFlow_l_per_min_10Hz": 3.2867466666666694, "FS2_VolumeFlow_l_per_min_10Hz": 8.958325000000002, "TS1_Temperature_C_1Hz": 56.99896666666666, "TS2_Temperature_C_1Hz": 60.550999999999966, "TS3_Temperature_C_1Hz": 58.590450000000004, "TS4_Temperature_C_1Hz": 52.49018333333331, "P1_MotorPower_W_100Hz": 2632.9822666667146, "VS1_Vibration_mm_per_s_1Hz": 0.7289666666666667, "CE_CoolingEfficiency_percent_1Hz": 18.84235000000001, "CP_CoolingPower_kW_1Hz": 1.4726166666666665, "SE_EfficiencyFactor_percent_1Hz": 30.316849999999995, "cycle": 498, "timestamp": "2023-11-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.72151166666742, "PS2_Pressure_bar_100Hz": 122.84159383333319, "PS3_Pressure_bar_100Hz": 1.089325666666654, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.417839666666683, "PS6_Pressure_bar_100Hz": 8.371824833333301, "FS1_VolumeFlow_l_per_min_10Hz": 3.2885533333333337, "FS2_VolumeFlow_l_per_min_10Hz": 8.960888333333335, "TS1_Temperature_C_1Hz": 57.03211666666666, "TS2_Temperature_C_1Hz": 60.501149999999974, "TS3_Temperature_C_1Hz": 58.61123333333334, "TS4_Temperature_C_1Hz": 52.489583333333336, "P1_MotorPower_W_100Hz": 2633.517200000038, "VS1_Vibration_mm_per_s_1Hz": 0.7266666666666667, "CE_CoolingEfficiency_percent_1Hz": 18.875200000000007, "CP_CoolingPower_kW_1Hz": 1.477566666666666, "SE_EfficiencyFactor_percent_1Hz": 30.32463333333333, "cycle": 499, "timestamp": "2023-11-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.3783400000009, "PS2_Pressure_bar_100Hz": 130.90787183333353, "PS3_Pressure_bar_100Hz": 0.8402524999999872, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.413125333333353, "PS6_Pressure_bar_100Hz": 8.368877499999948, "FS1_VolumeFlow_l_per_min_10Hz": 2.083963333333338, "FS2_VolumeFlow_l_per_min_10Hz": 8.953016666666676, "TS1_Temperature_C_1Hz": 57.108233333333374, "TS2_Temperature_C_1Hz": 60.421716666666654, "TS3_Temperature_C_1Hz": 58.587283333333325, "TS4_Temperature_C_1Hz": 52.4860333333333, "P1_MotorPower_W_100Hz": 2732.252300000078, "VS1_Vibration_mm_per_s_1Hz": 0.7409833333333337, "CE_CoolingEfficiency_percent_1Hz": 18.859083333333338, "CP_CoolingPower_kW_1Hz": 1.4734666666666667, "SE_EfficiencyFactor_percent_1Hz": 19.580849999999987, "cycle": 500, "timestamp": "2023-11-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.06077500000058, "PS2_Pressure_bar_100Hz": 122.83006533333342, "PS3_Pressure_bar_100Hz": 1.0756031666666617, "PS4_Pressure_bar_100Hz": 0.03429600000000001, "PS5_Pressure_bar_100Hz": 8.40332333333332, "PS6_Pressure_bar_100Hz": 8.35978883333327, "FS1_VolumeFlow_l_per_min_10Hz": 3.27932, "FS2_VolumeFlow_l_per_min_10Hz": 8.935744999999994, "TS1_Temperature_C_1Hz": 57.10320000000001, "TS2_Temperature_C_1Hz": 60.26718333333333, "TS3_Temperature_C_1Hz": 58.8160833333333, "TS4_Temperature_C_1Hz": 52.5255833333333, "P1_MotorPower_W_100Hz": 2637.4494333333546, "VS1_Vibration_mm_per_s_1Hz": 0.7592, "CE_CoolingEfficiency_percent_1Hz": 19.317083333333326, "CP_CoolingPower_kW_1Hz": 1.5146166666666667, "SE_EfficiencyFactor_percent_1Hz": 29.35434999999999, "cycle": 501, "timestamp": "2023-11-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.59913333333412, "PS2_Pressure_bar_100Hz": 122.80186599999975, "PS3_Pressure_bar_100Hz": 1.0790411666666633, "PS4_Pressure_bar_100Hz": 0.08185549999999998, "PS5_Pressure_bar_100Hz": 8.400687166666662, "PS6_Pressure_bar_100Hz": 8.358203833333244, "FS1_VolumeFlow_l_per_min_10Hz": 3.2891166666666676, "FS2_VolumeFlow_l_per_min_10Hz": 8.934035000000009, "TS1_Temperature_C_1Hz": 57.10863333333337, "TS2_Temperature_C_1Hz": 60.39456666666669, "TS3_Temperature_C_1Hz": 58.86658333333336, "TS4_Temperature_C_1Hz": 52.641383333333316, "P1_MotorPower_W_100Hz": 2630.031200000059, "VS1_Vibration_mm_per_s_1Hz": 0.722416666666667, "CE_CoolingEfficiency_percent_1Hz": 19.04706666666667, "CP_CoolingPower_kW_1Hz": 1.4983000000000004, "SE_EfficiencyFactor_percent_1Hz": 30.398333333333323, "cycle": 502, "timestamp": "2023-11-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.5891650000015, "PS2_Pressure_bar_100Hz": 122.80454249999967, "PS3_Pressure_bar_100Hz": 1.081414333333326, "PS4_Pressure_bar_100Hz": 0.0015044999999999995, "PS5_Pressure_bar_100Hz": 8.404402166666626, "PS6_Pressure_bar_100Hz": 8.361623666666619, "FS1_VolumeFlow_l_per_min_10Hz": 3.28057666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.934545000000004, "TS1_Temperature_C_1Hz": 57.217683333333326, "TS2_Temperature_C_1Hz": 60.471450000000026, "TS3_Temperature_C_1Hz": 58.84233333333334, "TS4_Temperature_C_1Hz": 52.67119999999999, "P1_MotorPower_W_100Hz": 2631.241066666716, "VS1_Vibration_mm_per_s_1Hz": 0.7252, "CE_CoolingEfficiency_percent_1Hz": 18.896416666666667, "CP_CoolingPower_kW_1Hz": 1.4843000000000002, "SE_EfficiencyFactor_percent_1Hz": 30.26536666666667, "cycle": 503, "timestamp": "2023-11-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.6134166666685, "PS2_Pressure_bar_100Hz": 122.82732749999994, "PS3_Pressure_bar_100Hz": 1.0740838333333353, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.402755499999955, "PS6_Pressure_bar_100Hz": 8.360800833333293, "FS1_VolumeFlow_l_per_min_10Hz": 3.2904033333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.931756666666672, "TS1_Temperature_C_1Hz": 57.28446666666663, "TS2_Temperature_C_1Hz": 60.53123333333334, "TS3_Temperature_C_1Hz": 58.868849999999995, "TS4_Temperature_C_1Hz": 52.708166666666656, "P1_MotorPower_W_100Hz": 2631.2227000000407, "VS1_Vibration_mm_per_s_1Hz": 0.7210666666666665, "CE_CoolingEfficiency_percent_1Hz": 18.84435, "CP_CoolingPower_kW_1Hz": 1.4815166666666668, "SE_EfficiencyFactor_percent_1Hz": 30.40651666666667, "cycle": 504, "timestamp": "2023-11-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.6041000000013, "PS2_Pressure_bar_100Hz": 122.80801149999976, "PS3_Pressure_bar_100Hz": 1.064576999999998, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.403230999999982, "PS6_Pressure_bar_100Hz": 8.361705666666609, "FS1_VolumeFlow_l_per_min_10Hz": 3.2849099999999978, "FS2_VolumeFlow_l_per_min_10Hz": 8.93188, "TS1_Temperature_C_1Hz": 57.31033333333334, "TS2_Temperature_C_1Hz": 60.58145000000001, "TS3_Temperature_C_1Hz": 58.883816666666675, "TS4_Temperature_C_1Hz": 52.714683333333305, "P1_MotorPower_W_100Hz": 2629.675900000038, "VS1_Vibration_mm_per_s_1Hz": 0.7206166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.88831666666667, "CP_CoolingPower_kW_1Hz": 1.4855333333333334, "SE_EfficiencyFactor_percent_1Hz": 30.31016666666667, "cycle": 505, "timestamp": "2023-11-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.58757500000175, "PS2_Pressure_bar_100Hz": 122.82268716666661, "PS3_Pressure_bar_100Hz": 1.0644614999999962, "PS4_Pressure_bar_100Hz": 0.0036954999999999987, "PS5_Pressure_bar_100Hz": 8.399003833333328, "PS6_Pressure_bar_100Hz": 8.357004666666603, "FS1_VolumeFlow_l_per_min_10Hz": 3.2804883333333357, "FS2_VolumeFlow_l_per_min_10Hz": 8.924245000000004, "TS1_Temperature_C_1Hz": 57.3265, "TS2_Temperature_C_1Hz": 60.61361666666668, "TS3_Temperature_C_1Hz": 58.959916666666686, "TS4_Temperature_C_1Hz": 52.71761666666665, "P1_MotorPower_W_100Hz": 2629.4456000000337, "VS1_Vibration_mm_per_s_1Hz": 0.7235666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.055116666666667, "CP_CoolingPower_kW_1Hz": 1.501983333333334, "SE_EfficiencyFactor_percent_1Hz": 30.265466666666665, "cycle": 506, "timestamp": "2023-11-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.6206716666682, "PS2_Pressure_bar_100Hz": 122.83883833333293, "PS3_Pressure_bar_100Hz": 1.0638723333333349, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.399820166666675, "PS6_Pressure_bar_100Hz": 8.356254166666602, "FS1_VolumeFlow_l_per_min_10Hz": 3.2933216666666674, "FS2_VolumeFlow_l_per_min_10Hz": 8.921204999999997, "TS1_Temperature_C_1Hz": 57.36148333333335, "TS2_Temperature_C_1Hz": 60.65364999999999, "TS3_Temperature_C_1Hz": 59.00655000000001, "TS4_Temperature_C_1Hz": 52.73811666666665, "P1_MotorPower_W_100Hz": 2632.442266666739, "VS1_Vibration_mm_per_s_1Hz": 0.7158333333333337, "CE_CoolingEfficiency_percent_1Hz": 19.100299999999994, "CP_CoolingPower_kW_1Hz": 1.5067333333333337, "SE_EfficiencyFactor_percent_1Hz": 30.46053333333333, "cycle": 507, "timestamp": "2023-11-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.57670000000144, "PS2_Pressure_bar_100Hz": 123.00536533333351, "PS3_Pressure_bar_100Hz": 1.0682564999999977, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.397695833333325, "PS6_Pressure_bar_100Hz": 8.353236666666618, "FS1_VolumeFlow_l_per_min_10Hz": 3.2804933333333337, "FS2_VolumeFlow_l_per_min_10Hz": 8.918243333333338, "TS1_Temperature_C_1Hz": 57.37176666666666, "TS2_Temperature_C_1Hz": 60.674549999999975, "TS3_Temperature_C_1Hz": 59.01498333333333, "TS4_Temperature_C_1Hz": 52.764333333333305, "P1_MotorPower_W_100Hz": 2631.9540666667494, "VS1_Vibration_mm_per_s_1Hz": 0.7188833333333335, "CE_CoolingEfficiency_percent_1Hz": 19.03185, "CP_CoolingPower_kW_1Hz": 1.5000333333333333, "SE_EfficiencyFactor_percent_1Hz": 30.35073333333334, "cycle": 508, "timestamp": "2023-11-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.54804500000145, "PS2_Pressure_bar_100Hz": 122.95899483333322, "PS3_Pressure_bar_100Hz": 1.0658478333333303, "PS4_Pressure_bar_100Hz": 0.0014680000000000003, "PS5_Pressure_bar_100Hz": 8.398019666666647, "PS6_Pressure_bar_100Hz": 8.353107833333286, "FS1_VolumeFlow_l_per_min_10Hz": 3.284305000000004, "FS2_VolumeFlow_l_per_min_10Hz": 8.917035000000007, "TS1_Temperature_C_1Hz": 57.378583333333346, "TS2_Temperature_C_1Hz": 60.706016666666656, "TS3_Temperature_C_1Hz": 59.02941666666667, "TS4_Temperature_C_1Hz": 52.80611666666664, "P1_MotorPower_W_100Hz": 2628.82526666671, "VS1_Vibration_mm_per_s_1Hz": 0.7209166666666669, "CE_CoolingEfficiency_percent_1Hz": 18.9871, "CP_CoolingPower_kW_1Hz": 1.4948, "SE_EfficiencyFactor_percent_1Hz": 30.39101666666667, "cycle": 509, "timestamp": "2023-11-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.56007500000152, "PS2_Pressure_bar_100Hz": 122.98298549999997, "PS3_Pressure_bar_100Hz": 1.0651200000000003, "PS4_Pressure_bar_100Hz": 0.004572666666666666, "PS5_Pressure_bar_100Hz": 8.396374833333335, "PS6_Pressure_bar_100Hz": 8.352343833333283, "FS1_VolumeFlow_l_per_min_10Hz": 3.2808833333333336, "FS2_VolumeFlow_l_per_min_10Hz": 8.913326666666665, "TS1_Temperature_C_1Hz": 57.42391666666668, "TS2_Temperature_C_1Hz": 60.72161666666667, "TS3_Temperature_C_1Hz": 59.053799999999995, "TS4_Temperature_C_1Hz": 52.783950000000004, "P1_MotorPower_W_100Hz": 2629.08700000004, "VS1_Vibration_mm_per_s_1Hz": 0.7141666666666665, "CE_CoolingEfficiency_percent_1Hz": 19.13576666666667, "CP_CoolingPower_kW_1Hz": 1.506466666666667, "SE_EfficiencyFactor_percent_1Hz": 30.33556666666666, "cycle": 510, "timestamp": "2023-11-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.53835000000166, "PS2_Pressure_bar_100Hz": 122.93763166666662, "PS3_Pressure_bar_100Hz": 1.0689428333333324, "PS4_Pressure_bar_100Hz": 0.00015283333333333333, "PS5_Pressure_bar_100Hz": 8.397388166666714, "PS6_Pressure_bar_100Hz": 8.352087833333268, "FS1_VolumeFlow_l_per_min_10Hz": 3.2822883333333284, "FS2_VolumeFlow_l_per_min_10Hz": 8.916075000000006, "TS1_Temperature_C_1Hz": 57.466150000000006, "TS2_Temperature_C_1Hz": 60.760816666666685, "TS3_Temperature_C_1Hz": 59.07190000000001, "TS4_Temperature_C_1Hz": 52.81491666666663, "P1_MotorPower_W_100Hz": 2630.78116666672, "VS1_Vibration_mm_per_s_1Hz": 0.7128333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.08545, "CP_CoolingPower_kW_1Hz": 1.5034166666666666, "SE_EfficiencyFactor_percent_1Hz": 30.305700000000005, "cycle": 511, "timestamp": "2023-11-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.56637000000126, "PS2_Pressure_bar_100Hz": 122.96797099999998, "PS3_Pressure_bar_100Hz": 1.0748571666666638, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.396750833333332, "PS6_Pressure_bar_100Hz": 8.350351833333297, "FS1_VolumeFlow_l_per_min_10Hz": 3.2804983333333357, "FS2_VolumeFlow_l_per_min_10Hz": 8.911143333333339, "TS1_Temperature_C_1Hz": 57.47419999999998, "TS2_Temperature_C_1Hz": 60.798133333333325, "TS3_Temperature_C_1Hz": 59.109266666666684, "TS4_Temperature_C_1Hz": 52.87246666666666, "P1_MotorPower_W_100Hz": 2628.4443000000288, "VS1_Vibration_mm_per_s_1Hz": 0.7147666666666666, "CE_CoolingEfficiency_percent_1Hz": 18.933249999999994, "CP_CoolingPower_kW_1Hz": 1.4966000000000006, "SE_EfficiencyFactor_percent_1Hz": 30.308133333333334, "cycle": 512, "timestamp": "2023-11-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.51454333333484, "PS2_Pressure_bar_100Hz": 122.93928433333326, "PS3_Pressure_bar_100Hz": 1.0711908333333298, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.399374166666686, "PS6_Pressure_bar_100Hz": 8.351980666666593, "FS1_VolumeFlow_l_per_min_10Hz": 3.286950000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.916590000000014, "TS1_Temperature_C_1Hz": 57.50183333333332, "TS2_Temperature_C_1Hz": 60.82831666666665, "TS3_Temperature_C_1Hz": 59.05354999999999, "TS4_Temperature_C_1Hz": 52.84244999999999, "P1_MotorPower_W_100Hz": 2626.8905000000454, "VS1_Vibration_mm_per_s_1Hz": 0.7113999999999998, "CE_CoolingEfficiency_percent_1Hz": 18.91445, "CP_CoolingPower_kW_1Hz": 1.4912999999999998, "SE_EfficiencyFactor_percent_1Hz": 30.416650000000004, "cycle": 513, "timestamp": "2023-11-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.51216333333502, "PS2_Pressure_bar_100Hz": 122.9278400000002, "PS3_Pressure_bar_100Hz": 1.0759136666666618, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.393926166666663, "PS6_Pressure_bar_100Hz": 8.34688699999996, "FS1_VolumeFlow_l_per_min_10Hz": 3.2845149999999994, "FS2_VolumeFlow_l_per_min_10Hz": 8.908669999999994, "TS1_Temperature_C_1Hz": 57.52741666666667, "TS2_Temperature_C_1Hz": 60.852266666666665, "TS3_Temperature_C_1Hz": 59.119800000000026, "TS4_Temperature_C_1Hz": 52.82228333333333, "P1_MotorPower_W_100Hz": 2625.543066666709, "VS1_Vibration_mm_per_s_1Hz": 0.7159666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.133083333333328, "CP_CoolingPower_kW_1Hz": 1.5131166666666678, "SE_EfficiencyFactor_percent_1Hz": 30.418333333333333, "cycle": 514, "timestamp": "2023-11-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.5442100000013, "PS2_Pressure_bar_100Hz": 122.94000799999978, "PS3_Pressure_bar_100Hz": 1.066038999999997, "PS4_Pressure_bar_100Hz": 0.0084775, "PS5_Pressure_bar_100Hz": 8.392311999999977, "PS6_Pressure_bar_100Hz": 8.343525499999942, "FS1_VolumeFlow_l_per_min_10Hz": 3.2787416666666678, "FS2_VolumeFlow_l_per_min_10Hz": 8.904041666666666, "TS1_Temperature_C_1Hz": 57.520950000000006, "TS2_Temperature_C_1Hz": 60.86516666666666, "TS3_Temperature_C_1Hz": 59.162066666666696, "TS4_Temperature_C_1Hz": 52.89983333333331, "P1_MotorPower_W_100Hz": 2625.8299666666912, "VS1_Vibration_mm_per_s_1Hz": 0.7117166666666669, "CE_CoolingEfficiency_percent_1Hz": 18.94983333333333, "CP_CoolingPower_kW_1Hz": 1.50235, "SE_EfficiencyFactor_percent_1Hz": 30.30720000000001, "cycle": 515, "timestamp": "2023-11-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.53629333333467, "PS2_Pressure_bar_100Hz": 122.92674549999994, "PS3_Pressure_bar_100Hz": 1.0683365000000007, "PS4_Pressure_bar_100Hz": 0.0005915, "PS5_Pressure_bar_100Hz": 8.394653666666645, "PS6_Pressure_bar_100Hz": 8.345700833333355, "FS1_VolumeFlow_l_per_min_10Hz": 3.277175000000003, "FS2_VolumeFlow_l_per_min_10Hz": 8.909093333333336, "TS1_Temperature_C_1Hz": 57.54296666666666, "TS2_Temperature_C_1Hz": 60.890016666666675, "TS3_Temperature_C_1Hz": 59.135083333333334, "TS4_Temperature_C_1Hz": 52.86796666666665, "P1_MotorPower_W_100Hz": 2625.8654000000274, "VS1_Vibration_mm_per_s_1Hz": 0.7091333333333335, "CE_CoolingEfficiency_percent_1Hz": 18.922716666666666, "CP_CoolingPower_kW_1Hz": 1.5054166666666673, "SE_EfficiencyFactor_percent_1Hz": 30.28844999999998, "cycle": 516, "timestamp": "2023-11-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.51836166666783, "PS2_Pressure_bar_100Hz": 122.93069183333367, "PS3_Pressure_bar_100Hz": 1.0689778333333344, "PS4_Pressure_bar_100Hz": 0.0007580000000000001, "PS5_Pressure_bar_100Hz": 8.394442999999999, "PS6_Pressure_bar_100Hz": 8.345598999999979, "FS1_VolumeFlow_l_per_min_10Hz": 3.2783933333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.911391666666667, "TS1_Temperature_C_1Hz": 57.57329999999999, "TS2_Temperature_C_1Hz": 60.91603333333334, "TS3_Temperature_C_1Hz": 59.15826666666667, "TS4_Temperature_C_1Hz": 52.89664999999999, "P1_MotorPower_W_100Hz": 2628.0746000000386, "VS1_Vibration_mm_per_s_1Hz": 0.7175833333333335, "CE_CoolingEfficiency_percent_1Hz": 18.873283333333333, "CP_CoolingPower_kW_1Hz": 1.5022333333333338, "SE_EfficiencyFactor_percent_1Hz": 30.260883333333336, "cycle": 517, "timestamp": "2023-11-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.65295000000154, "PS2_Pressure_bar_100Hz": 123.01418100000008, "PS3_Pressure_bar_100Hz": 1.0885923333333303, "PS4_Pressure_bar_100Hz": 2.8499999999999998e-05, "PS5_Pressure_bar_100Hz": 8.392331666666632, "PS6_Pressure_bar_100Hz": 8.344054999999958, "FS1_VolumeFlow_l_per_min_10Hz": 3.3239100000000006, "FS2_VolumeFlow_l_per_min_10Hz": 8.90800666666667, "TS1_Temperature_C_1Hz": 57.591550000000005, "TS2_Temperature_C_1Hz": 60.960966666666664, "TS3_Temperature_C_1Hz": 59.1966, "TS4_Temperature_C_1Hz": 52.92165, "P1_MotorPower_W_100Hz": 2617.524066666728, "VS1_Vibration_mm_per_s_1Hz": 0.7239333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.895933333333332, "CP_CoolingPower_kW_1Hz": 1.5059666666666671, "SE_EfficiencyFactor_percent_1Hz": 30.81966666666666, "cycle": 518, "timestamp": "2023-11-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.93533500000106, "PS2_Pressure_bar_100Hz": 122.44999116666686, "PS3_Pressure_bar_100Hz": 1.070696833333327, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.391100333333338, "PS6_Pressure_bar_100Hz": 8.343127833333318, "FS1_VolumeFlow_l_per_min_10Hz": 3.2880566666666664, "FS2_VolumeFlow_l_per_min_10Hz": 8.904206666666658, "TS1_Temperature_C_1Hz": 57.60186666666667, "TS2_Temperature_C_1Hz": 60.98714999999999, "TS3_Temperature_C_1Hz": 59.22841666666667, "TS4_Temperature_C_1Hz": 52.95188333333332, "P1_MotorPower_W_100Hz": 2614.712233333362, "VS1_Vibration_mm_per_s_1Hz": 0.7192500000000001, "CE_CoolingEfficiency_percent_1Hz": 18.887499999999996, "CP_CoolingPower_kW_1Hz": 1.505200000000001, "SE_EfficiencyFactor_percent_1Hz": 29.907966666666667, "cycle": 519, "timestamp": "2023-12-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.90658166666665, "PS2_Pressure_bar_100Hz": 122.44198416666671, "PS3_Pressure_bar_100Hz": 1.079629499999995, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.391830333333342, "PS6_Pressure_bar_100Hz": 8.346494666666665, "FS1_VolumeFlow_l_per_min_10Hz": 3.2981816666666655, "FS2_VolumeFlow_l_per_min_10Hz": 8.910060000000007, "TS1_Temperature_C_1Hz": 57.62791666666667, "TS2_Temperature_C_1Hz": 60.99831666666666, "TS3_Temperature_C_1Hz": 59.23223333333335, "TS4_Temperature_C_1Hz": 52.89424999999999, "P1_MotorPower_W_100Hz": 2618.5849333332753, "VS1_Vibration_mm_per_s_1Hz": 0.7193666666666669, "CE_CoolingEfficiency_percent_1Hz": 19.124700000000004, "CP_CoolingPower_kW_1Hz": 1.5206166666666678, "SE_EfficiencyFactor_percent_1Hz": 30.061899999999998, "cycle": 520, "timestamp": "2023-12-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9215750000013, "PS2_Pressure_bar_100Hz": 122.48475083333341, "PS3_Pressure_bar_100Hz": 1.082667333333318, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.393421999999969, "PS6_Pressure_bar_100Hz": 8.34879449999998, "FS1_VolumeFlow_l_per_min_10Hz": 3.290323333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.910731666666674, "TS1_Temperature_C_1Hz": 57.615433333333335, "TS2_Temperature_C_1Hz": 60.98593333333333, "TS3_Temperature_C_1Hz": 59.242883333333346, "TS4_Temperature_C_1Hz": 52.89621666666666, "P1_MotorPower_W_100Hz": 2621.7070333333377, "VS1_Vibration_mm_per_s_1Hz": 0.7207166666666668, "CE_CoolingEfficiency_percent_1Hz": 19.16925000000001, "CP_CoolingPower_kW_1Hz": 1.5243500000000005, "SE_EfficiencyFactor_percent_1Hz": 29.909249999999997, "cycle": 521, "timestamp": "2023-12-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.89179500000114, "PS2_Pressure_bar_100Hz": 122.46474866666651, "PS3_Pressure_bar_100Hz": 1.0835036666666553, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.391467333333344, "PS6_Pressure_bar_100Hz": 8.347027999999959, "FS1_VolumeFlow_l_per_min_10Hz": 3.28767, "FS2_VolumeFlow_l_per_min_10Hz": 8.909035000000001, "TS1_Temperature_C_1Hz": 57.62746666666667, "TS2_Temperature_C_1Hz": 60.99326666666666, "TS3_Temperature_C_1Hz": 59.2868, "TS4_Temperature_C_1Hz": 52.96376666666664, "P1_MotorPower_W_100Hz": 2617.073599999986, "VS1_Vibration_mm_per_s_1Hz": 0.7181333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.099483333333335, "CP_CoolingPower_kW_1Hz": 1.5167000000000006, "SE_EfficiencyFactor_percent_1Hz": 29.893966666666664, "cycle": 522, "timestamp": "2023-12-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9333000000006, "PS2_Pressure_bar_100Hz": 122.49370566666703, "PS3_Pressure_bar_100Hz": 1.084562166666657, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.392022666666682, "PS6_Pressure_bar_100Hz": 8.347657333333274, "FS1_VolumeFlow_l_per_min_10Hz": 3.281793333333338, "FS2_VolumeFlow_l_per_min_10Hz": 8.910830000000002, "TS1_Temperature_C_1Hz": 57.63370000000001, "TS2_Temperature_C_1Hz": 61.00425000000003, "TS3_Temperature_C_1Hz": 59.281666666666666, "TS4_Temperature_C_1Hz": 52.971533333333326, "P1_MotorPower_W_100Hz": 2618.041833333334, "VS1_Vibration_mm_per_s_1Hz": 0.7156666666666667, "CE_CoolingEfficiency_percent_1Hz": 19.097150000000003, "CP_CoolingPower_kW_1Hz": 1.5154, "SE_EfficiencyFactor_percent_1Hz": 29.785233333333334, "cycle": 523, "timestamp": "2023-12-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.94365666666806, "PS2_Pressure_bar_100Hz": 122.47542083333369, "PS3_Pressure_bar_100Hz": 1.0779193333333246, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.393111166666673, "PS6_Pressure_bar_100Hz": 8.34728016666661, "FS1_VolumeFlow_l_per_min_10Hz": 3.2966616666666666, "FS2_VolumeFlow_l_per_min_10Hz": 8.90819000000001, "TS1_Temperature_C_1Hz": 57.66568333333333, "TS2_Temperature_C_1Hz": 61.00299999999999, "TS3_Temperature_C_1Hz": 59.27273333333333, "TS4_Temperature_C_1Hz": 52.971199999999975, "P1_MotorPower_W_100Hz": 2619.972833333326, "VS1_Vibration_mm_per_s_1Hz": 0.723216666666667, "CE_CoolingEfficiency_percent_1Hz": 19.1011, "CP_CoolingPower_kW_1Hz": 1.5147000000000008, "SE_EfficiencyFactor_percent_1Hz": 29.9903, "cycle": 524, "timestamp": "2023-12-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9411750000007, "PS2_Pressure_bar_100Hz": 122.4983929999998, "PS3_Pressure_bar_100Hz": 1.0673456666666563, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.393897333333332, "PS6_Pressure_bar_100Hz": 8.347785333333295, "FS1_VolumeFlow_l_per_min_10Hz": 3.284864999999999, "FS2_VolumeFlow_l_per_min_10Hz": 8.907761666666678, "TS1_Temperature_C_1Hz": 57.691250000000004, "TS2_Temperature_C_1Hz": 61.014316666666666, "TS3_Temperature_C_1Hz": 59.30818333333334, "TS4_Temperature_C_1Hz": 52.97011666666664, "P1_MotorPower_W_100Hz": 2620.990066666627, "VS1_Vibration_mm_per_s_1Hz": 0.7108666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.09298333333333, "CP_CoolingPower_kW_1Hz": 1.5169166666666671, "SE_EfficiencyFactor_percent_1Hz": 29.793383333333335, "cycle": 525, "timestamp": "2023-12-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.95289833333464, "PS2_Pressure_bar_100Hz": 122.47670016666636, "PS3_Pressure_bar_100Hz": 1.0828604999999925, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.39107883333333, "PS6_Pressure_bar_100Hz": 8.345390333333322, "FS1_VolumeFlow_l_per_min_10Hz": 3.282755, "FS2_VolumeFlow_l_per_min_10Hz": 8.90682500000001, "TS1_Temperature_C_1Hz": 57.70171666666667, "TS2_Temperature_C_1Hz": 61.06375, "TS3_Temperature_C_1Hz": 59.311600000000006, "TS4_Temperature_C_1Hz": 52.9865333333333, "P1_MotorPower_W_100Hz": 2619.2062999999525, "VS1_Vibration_mm_per_s_1Hz": 0.7169000000000003, "CE_CoolingEfficiency_percent_1Hz": 19.093183333333336, "CP_CoolingPower_kW_1Hz": 1.515883333333334, "SE_EfficiencyFactor_percent_1Hz": 29.770816666666665, "cycle": 526, "timestamp": "2023-12-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.93477166666773, "PS2_Pressure_bar_100Hz": 122.44942333333371, "PS3_Pressure_bar_100Hz": 1.0808896666666603, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.387522333333344, "PS6_Pressure_bar_100Hz": 8.341264499999964, "FS1_VolumeFlow_l_per_min_10Hz": 3.2825200000000017, "FS2_VolumeFlow_l_per_min_10Hz": 8.900493333333335, "TS1_Temperature_C_1Hz": 57.70433333333332, "TS2_Temperature_C_1Hz": 61.06500000000001, "TS3_Temperature_C_1Hz": 59.33896666666667, "TS4_Temperature_C_1Hz": 52.98756666666667, "P1_MotorPower_W_100Hz": 2618.827633333264, "VS1_Vibration_mm_per_s_1Hz": 0.7150000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.17154999999999, "CP_CoolingPower_kW_1Hz": 1.5241166666666677, "SE_EfficiencyFactor_percent_1Hz": 29.760916666666674, "cycle": 527, "timestamp": "2023-12-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.70115166666685, "PS2_Pressure_bar_100Hz": 104.41018949999997, "PS3_Pressure_bar_100Hz": 1.6212366666666498, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.396364000000004, "PS6_Pressure_bar_100Hz": 8.348598833333284, "FS1_VolumeFlow_l_per_min_10Hz": 6.317806666666673, "FS2_VolumeFlow_l_per_min_10Hz": 8.91378166666666, "TS1_Temperature_C_1Hz": 57.83973333333334, "TS2_Temperature_C_1Hz": 61.503800000000005, "TS3_Temperature_C_1Hz": 59.28080000000003, "TS4_Temperature_C_1Hz": 52.98199999999998, "P1_MotorPower_W_100Hz": 2389.2336666666697, "VS1_Vibration_mm_per_s_1Hz": 0.6345000000000002, "CE_CoolingEfficiency_percent_1Hz": 19.068333333333335, "CP_CoolingPower_kW_1Hz": 1.5132999999999999, "SE_EfficiencyFactor_percent_1Hz": 56.411499999999975, "cycle": 528, "timestamp": "2023-12-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8507116666674, "PS2_Pressure_bar_100Hz": 122.74312750000003, "PS3_Pressure_bar_100Hz": 1.0748116666666585, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.392239333333336, "PS6_Pressure_bar_100Hz": 8.3463018333333, "FS1_VolumeFlow_l_per_min_10Hz": 3.3208633333333326, "FS2_VolumeFlow_l_per_min_10Hz": 8.90977166666667, "TS1_Temperature_C_1Hz": 57.62545, "TS2_Temperature_C_1Hz": 61.37291666666668, "TS3_Temperature_C_1Hz": 59.32565000000001, "TS4_Temperature_C_1Hz": 52.97409999999996, "P1_MotorPower_W_100Hz": 2621.0824333333035, "VS1_Vibration_mm_per_s_1Hz": 0.6973833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.178216666666664, "CP_CoolingPower_kW_1Hz": 1.5243000000000007, "SE_EfficiencyFactor_percent_1Hz": 30.56326666666666, "cycle": 529, "timestamp": "2023-12-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.64057166666683, "PS2_Pressure_bar_100Hz": 104.67651500000035, "PS3_Pressure_bar_100Hz": 1.610987333333322, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.399156666666673, "PS6_Pressure_bar_100Hz": 8.35224533333326, "FS1_VolumeFlow_l_per_min_10Hz": 6.3468133333333405, "FS2_VolumeFlow_l_per_min_10Hz": 8.918973333333337, "TS1_Temperature_C_1Hz": 57.77330000000001, "TS2_Temperature_C_1Hz": 61.632233333333346, "TS3_Temperature_C_1Hz": 59.18721666666669, "TS4_Temperature_C_1Hz": 52.95699999999998, "P1_MotorPower_W_100Hz": 2389.8426999999665, "VS1_Vibration_mm_per_s_1Hz": 0.6405500000000001, "CE_CoolingEfficiency_percent_1Hz": 18.924966666666656, "CP_CoolingPower_kW_1Hz": 1.497216666666667, "SE_EfficiencyFactor_percent_1Hz": 57.107016666666674, "cycle": 530, "timestamp": "2023-12-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8785883333341, "PS2_Pressure_bar_100Hz": 122.77413150000025, "PS3_Pressure_bar_100Hz": 1.0733463333333195, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.397746500000052, "PS6_Pressure_bar_100Hz": 8.351856499999938, "FS1_VolumeFlow_l_per_min_10Hz": 3.3155599999999996, "FS2_VolumeFlow_l_per_min_10Hz": 8.916556666666663, "TS1_Temperature_C_1Hz": 57.58321666666668, "TS2_Temperature_C_1Hz": 61.40766666666665, "TS3_Temperature_C_1Hz": 59.167083333333366, "TS4_Temperature_C_1Hz": 52.89291666666665, "P1_MotorPower_W_100Hz": 2624.1442333332743, "VS1_Vibration_mm_per_s_1Hz": 0.6997833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.07205, "CP_CoolingPower_kW_1Hz": 1.5068666666666664, "SE_EfficiencyFactor_percent_1Hz": 30.4606, "cycle": 531, "timestamp": "2023-12-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 166.6482733333343, "PS2_Pressure_bar_100Hz": 116.2380691666669, "PS3_Pressure_bar_100Hz": 1.2610774999999912, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.403857166666647, "PS6_Pressure_bar_100Hz": 8.358155999999903, "FS1_VolumeFlow_l_per_min_10Hz": 4.330931666666665, "FS2_VolumeFlow_l_per_min_10Hz": 8.926078333333349, "TS1_Temperature_C_1Hz": 57.636349999999986, "TS2_Temperature_C_1Hz": 61.390516666666684, "TS3_Temperature_C_1Hz": 59.080400000000004, "TS4_Temperature_C_1Hz": 52.87938333333333, "P1_MotorPower_W_100Hz": 2540.0595666666513, "VS1_Vibration_mm_per_s_1Hz": 0.6883666666666668, "CE_CoolingEfficiency_percent_1Hz": 18.917550000000002, "CP_CoolingPower_kW_1Hz": 1.4915999999999996, "SE_EfficiencyFactor_percent_1Hz": 39.24836666666667, "cycle": 532, "timestamp": "2023-12-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.6614516666667, "PS2_Pressure_bar_100Hz": 104.7316060000003, "PS3_Pressure_bar_100Hz": 1.605288999999994, "PS4_Pressure_bar_100Hz": 0.01944983333333333, "PS5_Pressure_bar_100Hz": 8.40902266666668, "PS6_Pressure_bar_100Hz": 8.361015999999923, "FS1_VolumeFlow_l_per_min_10Hz": 6.346053333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.933755000000003, "TS1_Temperature_C_1Hz": 57.6549, "TS2_Temperature_C_1Hz": 61.59135, "TS3_Temperature_C_1Hz": 59.01411666666666, "TS4_Temperature_C_1Hz": 52.80744999999999, "P1_MotorPower_W_100Hz": 2389.8912999999925, "VS1_Vibration_mm_per_s_1Hz": 0.6283166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.980416666666656, "CP_CoolingPower_kW_1Hz": 1.4917833333333332, "SE_EfficiencyFactor_percent_1Hz": 57.12345, "cycle": 533, "timestamp": "2023-12-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8998166666671, "PS2_Pressure_bar_100Hz": 122.78703183333333, "PS3_Pressure_bar_100Hz": 1.0695174999999912, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.405387166666666, "PS6_Pressure_bar_100Hz": 8.359998999999922, "FS1_VolumeFlow_l_per_min_10Hz": 3.3033066666666655, "FS2_VolumeFlow_l_per_min_10Hz": 8.929371666666668, "TS1_Temperature_C_1Hz": 57.49881666666666, "TS2_Temperature_C_1Hz": 61.37013333333337, "TS3_Temperature_C_1Hz": 59.03530000000003, "TS4_Temperature_C_1Hz": 52.77778333333332, "P1_MotorPower_W_100Hz": 2621.4509333333476, "VS1_Vibration_mm_per_s_1Hz": 0.7004166666666666, "CE_CoolingEfficiency_percent_1Hz": 19.136100000000003, "CP_CoolingPower_kW_1Hz": 1.5047833333333338, "SE_EfficiencyFactor_percent_1Hz": 30.333866666666662, "cycle": 534, "timestamp": "2023-12-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.863370000001, "PS2_Pressure_bar_100Hz": 122.76331199999964, "PS3_Pressure_bar_100Hz": 1.0755788333333234, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.405814499999972, "PS6_Pressure_bar_100Hz": 8.360180333333268, "FS1_VolumeFlow_l_per_min_10Hz": 3.3207400000000034, "FS2_VolumeFlow_l_per_min_10Hz": 8.931565000000004, "TS1_Temperature_C_1Hz": 57.50411666666666, "TS2_Temperature_C_1Hz": 61.19888333333334, "TS3_Temperature_C_1Hz": 58.99835000000001, "TS4_Temperature_C_1Hz": 52.7834, "P1_MotorPower_W_100Hz": 2620.857333333289, "VS1_Vibration_mm_per_s_1Hz": 0.7141000000000002, "CE_CoolingEfficiency_percent_1Hz": 19.072216666666673, "CP_CoolingPower_kW_1Hz": 1.4991000000000005, "SE_EfficiencyFactor_percent_1Hz": 30.644049999999996, "cycle": 535, "timestamp": "2023-12-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.874875000001, "PS2_Pressure_bar_100Hz": 122.73745649999984, "PS3_Pressure_bar_100Hz": 1.0771413333333268, "PS4_Pressure_bar_100Hz": 0.18352449999999987, "PS5_Pressure_bar_100Hz": 8.396245166666649, "PS6_Pressure_bar_100Hz": 8.349895666666647, "FS1_VolumeFlow_l_per_min_10Hz": 3.302599999999998, "FS2_VolumeFlow_l_per_min_10Hz": 8.91330166666667, "TS1_Temperature_C_1Hz": 57.50903333333334, "TS2_Temperature_C_1Hz": 61.09725, "TS3_Temperature_C_1Hz": 59.024816666666666, "TS4_Temperature_C_1Hz": 52.79143333333332, "P1_MotorPower_W_100Hz": 2610.3553333332875, "VS1_Vibration_mm_per_s_1Hz": 0.7239500000000003, "CE_CoolingEfficiency_percent_1Hz": 19.12946666666666, "CP_CoolingPower_kW_1Hz": 1.5007166666666663, "SE_EfficiencyFactor_percent_1Hz": 30.47533333333333, "cycle": 536, "timestamp": "2023-12-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8593533333342, "PS2_Pressure_bar_100Hz": 122.72059283333357, "PS3_Pressure_bar_100Hz": 1.0753211666666547, "PS4_Pressure_bar_100Hz": 0.09023000000000003, "PS5_Pressure_bar_100Hz": 8.39064416666665, "PS6_Pressure_bar_100Hz": 8.344479499999974, "FS1_VolumeFlow_l_per_min_10Hz": 3.3293933333333343, "FS2_VolumeFlow_l_per_min_10Hz": 8.90831833333333, "TS1_Temperature_C_1Hz": 57.51288333333333, "TS2_Temperature_C_1Hz": 61.03640000000002, "TS3_Temperature_C_1Hz": 59.04409999999997, "TS4_Temperature_C_1Hz": 52.80216666666666, "P1_MotorPower_W_100Hz": 2605.5342666666625, "VS1_Vibration_mm_per_s_1Hz": 0.7259833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.109516666666675, "CP_CoolingPower_kW_1Hz": 1.4974833333333337, "SE_EfficiencyFactor_percent_1Hz": 30.907033333333334, "cycle": 537, "timestamp": "2023-12-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.87013000000076, "PS2_Pressure_bar_100Hz": 122.71847916666657, "PS3_Pressure_bar_100Hz": 1.0709013333333268, "PS4_Pressure_bar_100Hz": 0.0012665, "PS5_Pressure_bar_100Hz": 8.386021833333304, "PS6_Pressure_bar_100Hz": 8.340726999999964, "FS1_VolumeFlow_l_per_min_10Hz": 3.3155183333333342, "FS2_VolumeFlow_l_per_min_10Hz": 8.902551666666675, "TS1_Temperature_C_1Hz": 57.50115000000002, "TS2_Temperature_C_1Hz": 60.99539999999998, "TS3_Temperature_C_1Hz": 59.079866666666675, "TS4_Temperature_C_1Hz": 52.80249999999998, "P1_MotorPower_W_100Hz": 2602.861233333346, "VS1_Vibration_mm_per_s_1Hz": 0.7316333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.20461666666667, "CP_CoolingPower_kW_1Hz": 1.505483333333333, "SE_EfficiencyFactor_percent_1Hz": 30.724199999999993, "cycle": 538, "timestamp": "2023-12-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.7659200000009, "PS2_Pressure_bar_100Hz": 122.91720166666728, "PS3_Pressure_bar_100Hz": 1.0768866666666546, "PS4_Pressure_bar_100Hz": 9.200000000000001e-05, "PS5_Pressure_bar_100Hz": 8.381753833333311, "PS6_Pressure_bar_100Hz": 8.33684583333331, "FS1_VolumeFlow_l_per_min_10Hz": 3.3293033333333346, "FS2_VolumeFlow_l_per_min_10Hz": 8.896945000000025, "TS1_Temperature_C_1Hz": 57.51353333333335, "TS2_Temperature_C_1Hz": 60.97056666666667, "TS3_Temperature_C_1Hz": 59.10118333333336, "TS4_Temperature_C_1Hz": 52.85711666666665, "P1_MotorPower_W_100Hz": 2601.5571333333805, "VS1_Vibration_mm_per_s_1Hz": 0.7252166666666668, "CE_CoolingEfficiency_percent_1Hz": 19.110650000000007, "CP_CoolingPower_kW_1Hz": 1.4978333333333336, "SE_EfficiencyFactor_percent_1Hz": 31.129333333333346, "cycle": 539, "timestamp": "2023-12-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.75288333333407, "PS2_Pressure_bar_100Hz": 122.88466466666667, "PS3_Pressure_bar_100Hz": 1.0779588333333223, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.379710833333291, "PS6_Pressure_bar_100Hz": 8.3342343333333, "FS1_VolumeFlow_l_per_min_10Hz": 3.328006666666671, "FS2_VolumeFlow_l_per_min_10Hz": 8.88936333333335, "TS1_Temperature_C_1Hz": 57.56069999999999, "TS2_Temperature_C_1Hz": 60.96528333333335, "TS3_Temperature_C_1Hz": 59.14830000000002, "TS4_Temperature_C_1Hz": 52.881150000000005, "P1_MotorPower_W_100Hz": 2602.050933333416, "VS1_Vibration_mm_per_s_1Hz": 0.7284166666666666, "CE_CoolingEfficiency_percent_1Hz": 19.137966666666674, "CP_CoolingPower_kW_1Hz": 1.500450000000001, "SE_EfficiencyFactor_percent_1Hz": 31.107633333333332, "cycle": 540, "timestamp": "2023-12-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.75978500000102, "PS2_Pressure_bar_100Hz": 122.92505049999947, "PS3_Pressure_bar_100Hz": 1.0706633333333262, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.375905999999931, "PS6_Pressure_bar_100Hz": 8.33189433333329, "FS1_VolumeFlow_l_per_min_10Hz": 3.3259400000000046, "FS2_VolumeFlow_l_per_min_10Hz": 8.881691666666676, "TS1_Temperature_C_1Hz": 57.55888333333332, "TS2_Temperature_C_1Hz": 60.97033333333334, "TS3_Temperature_C_1Hz": 59.21006666666667, "TS4_Temperature_C_1Hz": 52.95764999999998, "P1_MotorPower_W_100Hz": 2602.7139000000584, "VS1_Vibration_mm_per_s_1Hz": 0.7282333333333332, "CE_CoolingEfficiency_percent_1Hz": 19.02401666666667, "CP_CoolingPower_kW_1Hz": 1.4953166666666673, "SE_EfficiencyFactor_percent_1Hz": 31.012466666666658, "cycle": 541, "timestamp": "2023-12-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.7643316666676, "PS2_Pressure_bar_100Hz": 122.92134783333302, "PS3_Pressure_bar_100Hz": 1.0793289999999909, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.376596833333272, "PS6_Pressure_bar_100Hz": 8.332098833333289, "FS1_VolumeFlow_l_per_min_10Hz": 3.329171666666666, "FS2_VolumeFlow_l_per_min_10Hz": 8.881673333333334, "TS1_Temperature_C_1Hz": 57.55515, "TS2_Temperature_C_1Hz": 60.98021666666667, "TS3_Temperature_C_1Hz": 59.21681666666666, "TS4_Temperature_C_1Hz": 52.97156666666665, "P1_MotorPower_W_100Hz": 2604.210633333364, "VS1_Vibration_mm_per_s_1Hz": 0.7269333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.002583333333334, "CP_CoolingPower_kW_1Hz": 1.494916666666666, "SE_EfficiencyFactor_percent_1Hz": 31.049350000000004, "cycle": 542, "timestamp": "2023-12-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.77260500000065, "PS2_Pressure_bar_100Hz": 122.91041349999978, "PS3_Pressure_bar_100Hz": 1.0807653333333211, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.375393499999918, "PS6_Pressure_bar_100Hz": 8.331288666666653, "FS1_VolumeFlow_l_per_min_10Hz": 3.345058333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.880828333333344, "TS1_Temperature_C_1Hz": 57.59161666666664, "TS2_Temperature_C_1Hz": 60.98618333333332, "TS3_Temperature_C_1Hz": 59.221933333333304, "TS4_Temperature_C_1Hz": 52.964749999999974, "P1_MotorPower_W_100Hz": 2605.6808000000124, "VS1_Vibration_mm_per_s_1Hz": 0.7261, "CE_CoolingEfficiency_percent_1Hz": 19.018916666666666, "CP_CoolingPower_kW_1Hz": 1.4973333333333334, "SE_EfficiencyFactor_percent_1Hz": 31.303016666666654, "cycle": 543, "timestamp": "2023-12-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.78422500000107, "PS2_Pressure_bar_100Hz": 122.92483366666659, "PS3_Pressure_bar_100Hz": 1.08465499999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.377099833333283, "PS6_Pressure_bar_100Hz": 8.333005333333281, "FS1_VolumeFlow_l_per_min_10Hz": 3.333893333333336, "FS2_VolumeFlow_l_per_min_10Hz": 8.882051666666667, "TS1_Temperature_C_1Hz": 57.58416666666665, "TS2_Temperature_C_1Hz": 60.99973333333335, "TS3_Temperature_C_1Hz": 59.23978333333334, "TS4_Temperature_C_1Hz": 52.97228333333331, "P1_MotorPower_W_100Hz": 2607.3614333333926, "VS1_Vibration_mm_per_s_1Hz": 0.7273666666666668, "CE_CoolingEfficiency_percent_1Hz": 19.025966666666662, "CP_CoolingPower_kW_1Hz": 1.4998333333333338, "SE_EfficiencyFactor_percent_1Hz": 31.14875000000001, "cycle": 544, "timestamp": "2023-12-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.7722250000009, "PS2_Pressure_bar_100Hz": 122.9220681666668, "PS3_Pressure_bar_100Hz": 1.0796188333333219, "PS4_Pressure_bar_100Hz": 0.024901166666666686, "PS5_Pressure_bar_100Hz": 8.375361833333235, "PS6_Pressure_bar_100Hz": 8.331505166666643, "FS1_VolumeFlow_l_per_min_10Hz": 3.3336599999999996, "FS2_VolumeFlow_l_per_min_10Hz": 8.880778333333332, "TS1_Temperature_C_1Hz": 57.62843333333334, "TS2_Temperature_C_1Hz": 61.01236666666668, "TS3_Temperature_C_1Hz": 59.25961666666667, "TS4_Temperature_C_1Hz": 52.99529999999999, "P1_MotorPower_W_100Hz": 2607.4509000000126, "VS1_Vibration_mm_per_s_1Hz": 0.7283499999999999, "CE_CoolingEfficiency_percent_1Hz": 19.016183333333334, "CP_CoolingPower_kW_1Hz": 1.5000666666666667, "SE_EfficiencyFactor_percent_1Hz": 31.137166666666662, "cycle": 545, "timestamp": "2023-12-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.74753333333402, "PS2_Pressure_bar_100Hz": 122.913946666667, "PS3_Pressure_bar_100Hz": 1.0844163333333217, "PS4_Pressure_bar_100Hz": 0.006221500000000001, "PS5_Pressure_bar_100Hz": 8.37265483333325, "PS6_Pressure_bar_100Hz": 8.328935499999986, "FS1_VolumeFlow_l_per_min_10Hz": 3.3363300000000033, "FS2_VolumeFlow_l_per_min_10Hz": 8.875331666666685, "TS1_Temperature_C_1Hz": 57.628416666666666, "TS2_Temperature_C_1Hz": 61.02421666666665, "TS3_Temperature_C_1Hz": 59.28536666666665, "TS4_Temperature_C_1Hz": 52.985766666666656, "P1_MotorPower_W_100Hz": 2607.136300000044, "VS1_Vibration_mm_per_s_1Hz": 0.7288833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.078849999999996, "CP_CoolingPower_kW_1Hz": 1.5070333333333332, "SE_EfficiencyFactor_percent_1Hz": 31.113766666666667, "cycle": 546, "timestamp": "2023-12-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.72802333333397, "PS2_Pressure_bar_100Hz": 122.87253183333321, "PS3_Pressure_bar_100Hz": 1.0891801666666554, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.373456333333248, "PS6_Pressure_bar_100Hz": 8.328616666666647, "FS1_VolumeFlow_l_per_min_10Hz": 3.3450549999999972, "FS2_VolumeFlow_l_per_min_10Hz": 8.875971666666672, "TS1_Temperature_C_1Hz": 57.654566666666675, "TS2_Temperature_C_1Hz": 61.05471666666667, "TS3_Temperature_C_1Hz": 59.28896666666665, "TS4_Temperature_C_1Hz": 52.984549999999984, "P1_MotorPower_W_100Hz": 2603.958800000034, "VS1_Vibration_mm_per_s_1Hz": 0.7288999999999999, "CE_CoolingEfficiency_percent_1Hz": 19.12761666666666, "CP_CoolingPower_kW_1Hz": 1.5095499999999997, "SE_EfficiencyFactor_percent_1Hz": 31.257200000000005, "cycle": 547, "timestamp": "2023-12-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.75903833333476, "PS2_Pressure_bar_100Hz": 122.91187983333334, "PS3_Pressure_bar_100Hz": 1.0893001666666597, "PS4_Pressure_bar_100Hz": 0.0038675, "PS5_Pressure_bar_100Hz": 8.3716736666666, "PS6_Pressure_bar_100Hz": 8.327583166666631, "FS1_VolumeFlow_l_per_min_10Hz": 3.3227900000000035, "FS2_VolumeFlow_l_per_min_10Hz": 8.868545000000008, "TS1_Temperature_C_1Hz": 57.64866666666667, "TS2_Temperature_C_1Hz": 61.05623333333333, "TS3_Temperature_C_1Hz": 59.31913333333331, "TS4_Temperature_C_1Hz": 52.98868333333335, "P1_MotorPower_W_100Hz": 2604.7932666666857, "VS1_Vibration_mm_per_s_1Hz": 0.7214166666666668, "CE_CoolingEfficiency_percent_1Hz": 19.167566666666666, "CP_CoolingPower_kW_1Hz": 1.5125833333333338, "SE_EfficiencyFactor_percent_1Hz": 30.951233333333334, "cycle": 548, "timestamp": "2023-12-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.72707500000112, "PS2_Pressure_bar_100Hz": 123.0679171666667, "PS3_Pressure_bar_100Hz": 1.0870834999999885, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.372874666666606, "PS6_Pressure_bar_100Hz": 8.328641499999977, "FS1_VolumeFlow_l_per_min_10Hz": 3.3225316666666695, "FS2_VolumeFlow_l_per_min_10Hz": 8.874086666666672, "TS1_Temperature_C_1Hz": 57.694849999999995, "TS2_Temperature_C_1Hz": 61.05968333333333, "TS3_Temperature_C_1Hz": 59.30363333333332, "TS4_Temperature_C_1Hz": 52.983516666666645, "P1_MotorPower_W_100Hz": 2606.1588333334025, "VS1_Vibration_mm_per_s_1Hz": 0.7194833333333331, "CE_CoolingEfficiency_percent_1Hz": 19.15878333333333, "CP_CoolingPower_kW_1Hz": 1.5087166666666671, "SE_EfficiencyFactor_percent_1Hz": 31.045783333333354, "cycle": 549, "timestamp": "2023-12-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.68222666666827, "PS2_Pressure_bar_100Hz": 123.01439316666637, "PS3_Pressure_bar_100Hz": 1.0944063333333227, "PS4_Pressure_bar_100Hz": 0.048400166666666675, "PS5_Pressure_bar_100Hz": 8.372203666666557, "PS6_Pressure_bar_100Hz": 8.327540000000022, "FS1_VolumeFlow_l_per_min_10Hz": 3.331486666666668, "FS2_VolumeFlow_l_per_min_10Hz": 8.871090000000013, "TS1_Temperature_C_1Hz": 57.722016666666654, "TS2_Temperature_C_1Hz": 61.091133333333346, "TS3_Temperature_C_1Hz": 59.34098333333331, "TS4_Temperature_C_1Hz": 52.99241666666667, "P1_MotorPower_W_100Hz": 2604.5371666667024, "VS1_Vibration_mm_per_s_1Hz": 0.7222500000000003, "CE_CoolingEfficiency_percent_1Hz": 19.20808333333333, "CP_CoolingPower_kW_1Hz": 1.5174000000000007, "SE_EfficiencyFactor_percent_1Hz": 31.12611666666668, "cycle": 550, "timestamp": "2024-01-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.71055833333386, "PS2_Pressure_bar_100Hz": 123.02309016666634, "PS3_Pressure_bar_100Hz": 1.08956066666666, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.372292333333265, "PS6_Pressure_bar_100Hz": 8.327208499999967, "FS1_VolumeFlow_l_per_min_10Hz": 3.3414349999999984, "FS2_VolumeFlow_l_per_min_10Hz": 8.86849500000001, "TS1_Temperature_C_1Hz": 57.69656666666664, "TS2_Temperature_C_1Hz": 61.10354999999998, "TS3_Temperature_C_1Hz": 59.365383333333355, "TS4_Temperature_C_1Hz": 53.01358333333333, "P1_MotorPower_W_100Hz": 2599.5034666667334, "VS1_Vibration_mm_per_s_1Hz": 0.7336833333333337, "CE_CoolingEfficiency_percent_1Hz": 19.215183333333336, "CP_CoolingPower_kW_1Hz": 1.518516666666667, "SE_EfficiencyFactor_percent_1Hz": 31.339649999999995, "cycle": 551, "timestamp": "2024-01-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.694465, "PS2_Pressure_bar_100Hz": 123.00006833333349, "PS3_Pressure_bar_100Hz": 1.0910276666666552, "PS4_Pressure_bar_100Hz": 0.05964283333333334, "PS5_Pressure_bar_100Hz": 8.372860499999948, "PS6_Pressure_bar_100Hz": 8.327595166666635, "FS1_VolumeFlow_l_per_min_10Hz": 3.3420483333333295, "FS2_VolumeFlow_l_per_min_10Hz": 8.873001666666681, "TS1_Temperature_C_1Hz": 57.72329999999999, "TS2_Temperature_C_1Hz": 61.12445, "TS3_Temperature_C_1Hz": 59.34064999999998, "TS4_Temperature_C_1Hz": 52.99316666666666, "P1_MotorPower_W_100Hz": 2599.480500000009, "VS1_Vibration_mm_per_s_1Hz": 0.7295333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.178133333333335, "CP_CoolingPower_kW_1Hz": 1.5187500000000005, "SE_EfficiencyFactor_percent_1Hz": 31.319716666666668, "cycle": 552, "timestamp": "2024-01-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.70988833333405, "PS2_Pressure_bar_100Hz": 123.03229666666691, "PS3_Pressure_bar_100Hz": 1.0882998333333207, "PS4_Pressure_bar_100Hz": 0.14425599999999986, "PS5_Pressure_bar_100Hz": 8.370457333333272, "PS6_Pressure_bar_100Hz": 8.327131833333318, "FS1_VolumeFlow_l_per_min_10Hz": 3.3356850000000033, "FS2_VolumeFlow_l_per_min_10Hz": 8.870305000000007, "TS1_Temperature_C_1Hz": 57.74480000000001, "TS2_Temperature_C_1Hz": 61.14101666666666, "TS3_Temperature_C_1Hz": 59.38303333333331, "TS4_Temperature_C_1Hz": 53.03419999999999, "P1_MotorPower_W_100Hz": 2601.4165333333654, "VS1_Vibration_mm_per_s_1Hz": 0.7231833333333331, "CE_CoolingEfficiency_percent_1Hz": 19.14081666666667, "CP_CoolingPower_kW_1Hz": 1.5147666666666673, "SE_EfficiencyFactor_percent_1Hz": 31.17406666666667, "cycle": 553, "timestamp": "2024-01-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.71153333333353, "PS2_Pressure_bar_100Hz": 123.0606269999999, "PS3_Pressure_bar_100Hz": 1.0923349999999845, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.371658166666617, "PS6_Pressure_bar_100Hz": 8.326970833333299, "FS1_VolumeFlow_l_per_min_10Hz": 3.324890000000004, "FS2_VolumeFlow_l_per_min_10Hz": 8.869108333333347, "TS1_Temperature_C_1Hz": 57.76568333333334, "TS2_Temperature_C_1Hz": 61.15758333333333, "TS3_Temperature_C_1Hz": 59.376200000000004, "TS4_Temperature_C_1Hz": 53.04498333333333, "P1_MotorPower_W_100Hz": 2601.8741333333287, "VS1_Vibration_mm_per_s_1Hz": 0.7259166666666668, "CE_CoolingEfficiency_percent_1Hz": 19.15316666666666, "CP_CoolingPower_kW_1Hz": 1.512583333333333, "SE_EfficiencyFactor_percent_1Hz": 31.107850000000003, "cycle": 554, "timestamp": "2024-01-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.69567166666786, "PS2_Pressure_bar_100Hz": 123.03029483333333, "PS3_Pressure_bar_100Hz": 1.0908094999999887, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.3702466666666, "PS6_Pressure_bar_100Hz": 8.326558833333328, "FS1_VolumeFlow_l_per_min_10Hz": 3.326615000000004, "FS2_VolumeFlow_l_per_min_10Hz": 8.867394999999995, "TS1_Temperature_C_1Hz": 57.76050000000003, "TS2_Temperature_C_1Hz": 61.15278333333334, "TS3_Temperature_C_1Hz": 59.37170000000001, "TS4_Temperature_C_1Hz": 53.049683333333334, "P1_MotorPower_W_100Hz": 2600.235266666707, "VS1_Vibration_mm_per_s_1Hz": 0.7249333333333333, "CE_CoolingEfficiency_percent_1Hz": 19.108633333333334, "CP_CoolingPower_kW_1Hz": 1.5117, "SE_EfficiencyFactor_percent_1Hz": 31.135016666666655, "cycle": 555, "timestamp": "2024-01-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.72018500000092, "PS2_Pressure_bar_100Hz": 123.08147499999984, "PS3_Pressure_bar_100Hz": 1.0966934999999889, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.36769199999994, "PS6_Pressure_bar_100Hz": 8.323202166666652, "FS1_VolumeFlow_l_per_min_10Hz": 3.3277716666666697, "FS2_VolumeFlow_l_per_min_10Hz": 8.866281666666666, "TS1_Temperature_C_1Hz": 57.76203333333334, "TS2_Temperature_C_1Hz": 61.15251666666666, "TS3_Temperature_C_1Hz": 59.38963333333333, "TS4_Temperature_C_1Hz": 53.01136666666666, "P1_MotorPower_W_100Hz": 2600.0410333333266, "VS1_Vibration_mm_per_s_1Hz": 0.724766666666667, "CE_CoolingEfficiency_percent_1Hz": 19.21741666666666, "CP_CoolingPower_kW_1Hz": 1.524000000000001, "SE_EfficiencyFactor_percent_1Hz": 31.117233333333335, "cycle": 556, "timestamp": "2024-01-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.69613333333393, "PS2_Pressure_bar_100Hz": 123.04428649999966, "PS3_Pressure_bar_100Hz": 1.0918278333333225, "PS4_Pressure_bar_100Hz": 0.01158983333333333, "PS5_Pressure_bar_100Hz": 8.367031833333265, "PS6_Pressure_bar_100Hz": 8.322537166666619, "FS1_VolumeFlow_l_per_min_10Hz": 3.3258533333333324, "FS2_VolumeFlow_l_per_min_10Hz": 8.861195000000007, "TS1_Temperature_C_1Hz": 57.78898333333334, "TS2_Temperature_C_1Hz": 61.159449999999985, "TS3_Temperature_C_1Hz": 59.42316666666665, "TS4_Temperature_C_1Hz": 53.06041666666668, "P1_MotorPower_W_100Hz": 2599.1198000000745, "VS1_Vibration_mm_per_s_1Hz": 0.7298666666666667, "CE_CoolingEfficiency_percent_1Hz": 19.143749999999994, "CP_CoolingPower_kW_1Hz": 1.5177166666666673, "SE_EfficiencyFactor_percent_1Hz": 31.134850000000007, "cycle": 557, "timestamp": "2024-01-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.6808616666671, "PS2_Pressure_bar_100Hz": 123.00578433333365, "PS3_Pressure_bar_100Hz": 1.0885721666666552, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.365800499999942, "PS6_Pressure_bar_100Hz": 8.321526666666658, "FS1_VolumeFlow_l_per_min_10Hz": 3.3382099999999997, "FS2_VolumeFlow_l_per_min_10Hz": 8.857513333333346, "TS1_Temperature_C_1Hz": 57.77245000000001, "TS2_Temperature_C_1Hz": 61.16319999999998, "TS3_Temperature_C_1Hz": 59.40748333333332, "TS4_Temperature_C_1Hz": 53.050966666666646, "P1_MotorPower_W_100Hz": 2599.343233333365, "VS1_Vibration_mm_per_s_1Hz": 0.7266333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.189299999999996, "CP_CoolingPower_kW_1Hz": 1.516333333333334, "SE_EfficiencyFactor_percent_1Hz": 31.234016666666665, "cycle": 558, "timestamp": "2024-01-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.9747833333343, "PS2_Pressure_bar_100Hz": 105.34077733333285, "PS3_Pressure_bar_100Hz": 1.6957023333333243, "PS4_Pressure_bar_100Hz": 0.11202166666666684, "PS5_Pressure_bar_100Hz": 8.372253666666607, "PS6_Pressure_bar_100Hz": 8.327606666666624, "FS1_VolumeFlow_l_per_min_10Hz": 6.588991666666665, "FS2_VolumeFlow_l_per_min_10Hz": 8.86942833333333, "TS1_Temperature_C_1Hz": 57.89928333333335, "TS2_Temperature_C_1Hz": 61.621816666666675, "TS3_Temperature_C_1Hz": 59.33051666666667, "TS4_Temperature_C_1Hz": 53.00393333333332, "P1_MotorPower_W_100Hz": 2361.7472666667118, "VS1_Vibration_mm_per_s_1Hz": 0.839066666666667, "CE_CoolingEfficiency_percent_1Hz": 19.085333333333338, "CP_CoolingPower_kW_1Hz": 1.5108666666666672, "SE_EfficiencyFactor_percent_1Hz": 60.41763333333335, "cycle": 559, "timestamp": "2024-01-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.27904833333344, "PS2_Pressure_bar_100Hz": 104.80790116666624, "PS3_Pressure_bar_100Hz": 1.6796814999999852, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.372489499999917, "PS6_Pressure_bar_100Hz": 8.328888166666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.524451666666662, "FS2_VolumeFlow_l_per_min_10Hz": 8.874039999999999, "TS1_Temperature_C_1Hz": 57.79338333333333, "TS2_Temperature_C_1Hz": 61.873616666666656, "TS3_Temperature_C_1Hz": 59.31965, "TS4_Temperature_C_1Hz": 52.99474999999999, "P1_MotorPower_W_100Hz": 2366.3349333333285, "VS1_Vibration_mm_per_s_1Hz": 0.7133833333333335, "CE_CoolingEfficiency_percent_1Hz": 19.12306666666667, "CP_CoolingPower_kW_1Hz": 1.5127666666666664, "SE_EfficiencyFactor_percent_1Hz": 59.04993333333336, "cycle": 560, "timestamp": "2024-01-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.39401166666568, "PS2_Pressure_bar_100Hz": 122.83225949999999, "PS3_Pressure_bar_100Hz": 1.1066634999999831, "PS4_Pressure_bar_100Hz": 0.015341000000000004, "PS5_Pressure_bar_100Hz": 8.373360333333283, "PS6_Pressure_bar_100Hz": 8.328998999999966, "FS1_VolumeFlow_l_per_min_10Hz": 3.3945583333333307, "FS2_VolumeFlow_l_per_min_10Hz": 8.874388333333327, "TS1_Temperature_C_1Hz": 57.68345000000001, "TS2_Temperature_C_1Hz": 61.615783333333326, "TS3_Temperature_C_1Hz": 59.326416666666645, "TS4_Temperature_C_1Hz": 52.983783333333335, "P1_MotorPower_W_100Hz": 2598.519000000034, "VS1_Vibration_mm_per_s_1Hz": 0.7778333333333335, "CE_CoolingEfficiency_percent_1Hz": 19.1599, "CP_CoolingPower_kW_1Hz": 1.5162833333333332, "SE_EfficiencyFactor_percent_1Hz": 31.264483333333327, "cycle": 561, "timestamp": "2024-01-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.28923833333403, "PS2_Pressure_bar_100Hz": 104.83272033333346, "PS3_Pressure_bar_100Hz": 1.6770121666666442, "PS4_Pressure_bar_100Hz": 0.011894833333333327, "PS5_Pressure_bar_100Hz": 8.378442666666643, "PS6_Pressure_bar_100Hz": 8.333823833333293, "FS1_VolumeFlow_l_per_min_10Hz": 6.539130000000003, "FS2_VolumeFlow_l_per_min_10Hz": 8.88112166666666, "TS1_Temperature_C_1Hz": 57.821133333333314, "TS2_Temperature_C_1Hz": 61.824466666666694, "TS3_Temperature_C_1Hz": 59.216199999999986, "TS4_Temperature_C_1Hz": 52.97238333333332, "P1_MotorPower_W_100Hz": 2367.9368333333427, "VS1_Vibration_mm_per_s_1Hz": 0.7621, "CE_CoolingEfficiency_percent_1Hz": 18.957816666666666, "CP_CoolingPower_kW_1Hz": 1.4940833333333337, "SE_EfficiencyFactor_percent_1Hz": 59.08213333333332, "cycle": 562, "timestamp": "2024-01-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.2838700000003, "PS2_Pressure_bar_100Hz": 104.84109299999984, "PS3_Pressure_bar_100Hz": 1.6840721666666578, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.378941833333325, "PS6_Pressure_bar_100Hz": 8.334893833333298, "FS1_VolumeFlow_l_per_min_10Hz": 6.5318966666666665, "FS2_VolumeFlow_l_per_min_10Hz": 8.886180000000003, "TS1_Temperature_C_1Hz": 57.7399, "TS2_Temperature_C_1Hz": 61.955866666666665, "TS3_Temperature_C_1Hz": 59.17449999999999, "TS4_Temperature_C_1Hz": 52.96414999999998, "P1_MotorPower_W_100Hz": 2368.7434000000258, "VS1_Vibration_mm_per_s_1Hz": 0.722, "CE_CoolingEfficiency_percent_1Hz": 18.888600000000007, "CP_CoolingPower_kW_1Hz": 1.4868999999999999, "SE_EfficiencyFactor_percent_1Hz": 59.01666666666667, "cycle": 563, "timestamp": "2024-01-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.309466666667, "PS2_Pressure_bar_100Hz": 104.86123883333313, "PS3_Pressure_bar_100Hz": 1.680499999999983, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.38400049999996, "PS6_Pressure_bar_100Hz": 8.338486333333288, "FS1_VolumeFlow_l_per_min_10Hz": 6.526653333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.891226666666673, "TS1_Temperature_C_1Hz": 57.62566666666669, "TS2_Temperature_C_1Hz": 61.958466666666645, "TS3_Temperature_C_1Hz": 59.14073333333335, "TS4_Temperature_C_1Hz": 52.88828333333333, "P1_MotorPower_W_100Hz": 2367.1665333333467, "VS1_Vibration_mm_per_s_1Hz": 0.7070999999999998, "CE_CoolingEfficiency_percent_1Hz": 18.993566666666666, "CP_CoolingPower_kW_1Hz": 1.4966999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.11358333333335, "cycle": 564, "timestamp": "2024-01-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.32621666666665, "PS2_Pressure_bar_100Hz": 104.8650814999995, "PS3_Pressure_bar_100Hz": 1.678685833333319, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.387849166666657, "PS6_Pressure_bar_100Hz": 8.342614166666612, "FS1_VolumeFlow_l_per_min_10Hz": 6.527975000000003, "FS2_VolumeFlow_l_per_min_10Hz": 8.899378333333335, "TS1_Temperature_C_1Hz": 57.56786666666665, "TS2_Temperature_C_1Hz": 61.94318333333334, "TS3_Temperature_C_1Hz": 59.021466666666655, "TS4_Temperature_C_1Hz": 52.819649999999974, "P1_MotorPower_W_100Hz": 2367.3650000000057, "VS1_Vibration_mm_per_s_1Hz": 0.7137333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.909250000000007, "CP_CoolingPower_kW_1Hz": 1.487633333333333, "SE_EfficiencyFactor_percent_1Hz": 59.08500000000003, "cycle": 565, "timestamp": "2024-01-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.39867499999954, "PS2_Pressure_bar_100Hz": 122.8335666666665, "PS3_Pressure_bar_100Hz": 1.1065123333333142, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.38887549999998, "PS6_Pressure_bar_100Hz": 8.343278333333283, "FS1_VolumeFlow_l_per_min_10Hz": 3.3817266666666654, "FS2_VolumeFlow_l_per_min_10Hz": 8.903105, "TS1_Temperature_C_1Hz": 57.47405, "TS2_Temperature_C_1Hz": 61.599033333333324, "TS3_Temperature_C_1Hz": 58.98296666666668, "TS4_Temperature_C_1Hz": 52.778266666666646, "P1_MotorPower_W_100Hz": 2597.364400000012, "VS1_Vibration_mm_per_s_1Hz": 0.82955, "CE_CoolingEfficiency_percent_1Hz": 18.936649999999997, "CP_CoolingPower_kW_1Hz": 1.4899499999999997, "SE_EfficiencyFactor_percent_1Hz": 31.02333333333332, "cycle": 566, "timestamp": "2024-01-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3248450000009, "PS2_Pressure_bar_100Hz": 104.85286033333315, "PS3_Pressure_bar_100Hz": 1.6744983333333197, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.39509700000001, "PS6_Pressure_bar_100Hz": 8.349776833333292, "FS1_VolumeFlow_l_per_min_10Hz": 6.522100000000003, "FS2_VolumeFlow_l_per_min_10Hz": 8.909841666666672, "TS1_Temperature_C_1Hz": 57.62691666666668, "TS2_Temperature_C_1Hz": 61.74776666666666, "TS3_Temperature_C_1Hz": 58.920233333333314, "TS4_Temperature_C_1Hz": 52.73709999999998, "P1_MotorPower_W_100Hz": 2367.2525333333506, "VS1_Vibration_mm_per_s_1Hz": 0.7759, "CE_CoolingEfficiency_percent_1Hz": 18.873016666666675, "CP_CoolingPower_kW_1Hz": 1.4824333333333328, "SE_EfficiencyFactor_percent_1Hz": 58.96373333333334, "cycle": 567, "timestamp": "2024-01-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.30517333333316, "PS2_Pressure_bar_100Hz": 104.83357766666683, "PS3_Pressure_bar_100Hz": 1.6771576666666554, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.39204483333329, "PS6_Pressure_bar_100Hz": 8.346307499999952, "FS1_VolumeFlow_l_per_min_10Hz": 6.5212816666666695, "FS2_VolumeFlow_l_per_min_10Hz": 8.90962666666668, "TS1_Temperature_C_1Hz": 57.4684, "TS2_Temperature_C_1Hz": 61.79685, "TS3_Temperature_C_1Hz": 58.96050000000002, "TS4_Temperature_C_1Hz": 52.737433333333314, "P1_MotorPower_W_100Hz": 2369.0173666666938, "VS1_Vibration_mm_per_s_1Hz": 0.7053833333333331, "CE_CoolingEfficiency_percent_1Hz": 19.057516666666668, "CP_CoolingPower_kW_1Hz": 1.4965666666666664, "SE_EfficiencyFactor_percent_1Hz": 58.937850000000005, "cycle": 568, "timestamp": "2024-01-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3376483333335, "PS2_Pressure_bar_100Hz": 104.86623716666672, "PS3_Pressure_bar_100Hz": 1.6743044999999859, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.396389833333345, "PS6_Pressure_bar_100Hz": 8.34888299999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.534566666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.913086666666677, "TS1_Temperature_C_1Hz": 57.403699999999986, "TS2_Temperature_C_1Hz": 61.78045000000001, "TS3_Temperature_C_1Hz": 58.914400000000015, "TS4_Temperature_C_1Hz": 52.72298333333334, "P1_MotorPower_W_100Hz": 2370.2682666667015, "VS1_Vibration_mm_per_s_1Hz": 0.688883333333333, "CE_CoolingEfficiency_percent_1Hz": 18.97656666666666, "CP_CoolingPower_kW_1Hz": 1.48635, "SE_EfficiencyFactor_percent_1Hz": 59.13433333333334, "cycle": 569, "timestamp": "2024-01-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.25806666666665, "PS2_Pressure_bar_100Hz": 105.13289833333361, "PS3_Pressure_bar_100Hz": 1.6784119999999896, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.401768666666667, "PS6_Pressure_bar_100Hz": 8.354428833333285, "FS1_VolumeFlow_l_per_min_10Hz": 6.557955000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.923198333333332, "TS1_Temperature_C_1Hz": 57.32885, "TS2_Temperature_C_1Hz": 61.75623333333333, "TS3_Temperature_C_1Hz": 58.83858333333334, "TS4_Temperature_C_1Hz": 52.70771666666666, "P1_MotorPower_W_100Hz": 2370.82670000007, "VS1_Vibration_mm_per_s_1Hz": 0.69735, "CE_CoolingEfficiency_percent_1Hz": 18.833150000000007, "CP_CoolingPower_kW_1Hz": 1.4731333333333332, "SE_EfficiencyFactor_percent_1Hz": 59.66099999999999, "cycle": 570, "timestamp": "2024-01-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.21450333333374, "PS2_Pressure_bar_100Hz": 105.08309066666659, "PS3_Pressure_bar_100Hz": 1.6874864999999963, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.4037263333333, "PS6_Pressure_bar_100Hz": 8.354426499999924, "FS1_VolumeFlow_l_per_min_10Hz": 6.55674, "FS2_VolumeFlow_l_per_min_10Hz": 8.927111666666669, "TS1_Temperature_C_1Hz": 57.28113333333334, "TS2_Temperature_C_1Hz": 61.71478333333333, "TS3_Temperature_C_1Hz": 58.77546666666668, "TS4_Temperature_C_1Hz": 52.64630000000001, "P1_MotorPower_W_100Hz": 2368.448500000024, "VS1_Vibration_mm_per_s_1Hz": 0.6833333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.884450000000005, "CP_CoolingPower_kW_1Hz": 1.475216666666666, "SE_EfficiencyFactor_percent_1Hz": 59.70429999999996, "cycle": 571, "timestamp": "2024-01-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.30157833333254, "PS2_Pressure_bar_100Hz": 123.02779800000026, "PS3_Pressure_bar_100Hz": 1.110975666666652, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.403349999999966, "PS6_Pressure_bar_100Hz": 8.354460166666605, "FS1_VolumeFlow_l_per_min_10Hz": 3.4294599999999997, "FS2_VolumeFlow_l_per_min_10Hz": 8.926160000000005, "TS1_Temperature_C_1Hz": 57.16335000000001, "TS2_Temperature_C_1Hz": 61.361666666666665, "TS3_Temperature_C_1Hz": 58.748516666666674, "TS4_Temperature_C_1Hz": 52.61434999999996, "P1_MotorPower_W_100Hz": 2597.160066666727, "VS1_Vibration_mm_per_s_1Hz": 0.7705333333333335, "CE_CoolingEfficiency_percent_1Hz": 18.922716666666666, "CP_CoolingPower_kW_1Hz": 1.4765333333333337, "SE_EfficiencyFactor_percent_1Hz": 31.999000000000013, "cycle": 572, "timestamp": "2024-01-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.25908999999942, "PS2_Pressure_bar_100Hz": 105.10972033333296, "PS3_Pressure_bar_100Hz": 1.6865278333333205, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.409337499999959, "PS6_Pressure_bar_100Hz": 8.359899999999918, "FS1_VolumeFlow_l_per_min_10Hz": 6.57271666666666, "FS2_VolumeFlow_l_per_min_10Hz": 8.932981666666688, "TS1_Temperature_C_1Hz": 57.33005000000002, "TS2_Temperature_C_1Hz": 61.49329999999999, "TS3_Temperature_C_1Hz": 58.674333333333315, "TS4_Temperature_C_1Hz": 52.56274999999996, "P1_MotorPower_W_100Hz": 2367.347966666739, "VS1_Vibration_mm_per_s_1Hz": 0.7273666666666666, "CE_CoolingEfficiency_percent_1Hz": 18.882850000000005, "CP_CoolingPower_kW_1Hz": 1.4718833333333334, "SE_EfficiencyFactor_percent_1Hz": 59.950199999999995, "cycle": 573, "timestamp": "2024-01-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.31335333333215, "PS2_Pressure_bar_100Hz": 123.06066799999968, "PS3_Pressure_bar_100Hz": 1.1060179999999842, "PS4_Pressure_bar_100Hz": 0.07238349999999998, "PS5_Pressure_bar_100Hz": 8.40603849999998, "PS6_Pressure_bar_100Hz": 8.356272166666615, "FS1_VolumeFlow_l_per_min_10Hz": 3.419150000000001, "FS2_VolumeFlow_l_per_min_10Hz": 8.929923333333338, "TS1_Temperature_C_1Hz": 57.177433333333326, "TS2_Temperature_C_1Hz": 61.27819999999999, "TS3_Temperature_C_1Hz": 58.705183333333345, "TS4_Temperature_C_1Hz": 52.5475, "P1_MotorPower_W_100Hz": 2597.9210666666904, "VS1_Vibration_mm_per_s_1Hz": 0.7361166666666666, "CE_CoolingEfficiency_percent_1Hz": 19.00676666666667, "CP_CoolingPower_kW_1Hz": 1.4824666666666662, "SE_EfficiencyFactor_percent_1Hz": 31.829349999999998, "cycle": 574, "timestamp": "2024-01-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.323741666666, "PS2_Pressure_bar_100Hz": 123.09303566666703, "PS3_Pressure_bar_100Hz": 1.1175921666666522, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.401152833333315, "PS6_Pressure_bar_100Hz": 8.351633166666648, "FS1_VolumeFlow_l_per_min_10Hz": 3.430988333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.919835, "TS1_Temperature_C_1Hz": 57.20856666666669, "TS2_Temperature_C_1Hz": 61.08368333333332, "TS3_Temperature_C_1Hz": 58.78114999999999, "TS4_Temperature_C_1Hz": 52.55963333333331, "P1_MotorPower_W_100Hz": 2597.4379666667087, "VS1_Vibration_mm_per_s_1Hz": 0.7743500000000003, "CE_CoolingEfficiency_percent_1Hz": 19.13483333333333, "CP_CoolingPower_kW_1Hz": 1.493233333333333, "SE_EfficiencyFactor_percent_1Hz": 32.04090000000001, "cycle": 575, "timestamp": "2024-01-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.20046000000036, "PS2_Pressure_bar_100Hz": 105.09771349999964, "PS3_Pressure_bar_100Hz": 1.682424499999985, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.402258666666652, "PS6_Pressure_bar_100Hz": 8.353431333333276, "FS1_VolumeFlow_l_per_min_10Hz": 6.566210000000001, "FS2_VolumeFlow_l_per_min_10Hz": 8.919748333333336, "TS1_Temperature_C_1Hz": 57.35751666666667, "TS2_Temperature_C_1Hz": 61.38198333333334, "TS3_Temperature_C_1Hz": 58.745366666666676, "TS4_Temperature_C_1Hz": 52.568183333333316, "P1_MotorPower_W_100Hz": 2366.58773333337, "VS1_Vibration_mm_per_s_1Hz": 0.7085833333333336, "CE_CoolingEfficiency_percent_1Hz": 19.03055, "CP_CoolingPower_kW_1Hz": 1.4851999999999999, "SE_EfficiencyFactor_percent_1Hz": 59.85936666666667, "cycle": 576, "timestamp": "2024-01-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.2426716666663, "PS2_Pressure_bar_100Hz": 105.14173433333292, "PS3_Pressure_bar_100Hz": 1.6900733333333187, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.402694999999968, "PS6_Pressure_bar_100Hz": 8.354167666666555, "FS1_VolumeFlow_l_per_min_10Hz": 6.562456666666666, "FS2_VolumeFlow_l_per_min_10Hz": 8.922441666666666, "TS1_Temperature_C_1Hz": 57.25176666666666, "TS2_Temperature_C_1Hz": 61.52043333333333, "TS3_Temperature_C_1Hz": 58.797016666666686, "TS4_Temperature_C_1Hz": 52.620850000000004, "P1_MotorPower_W_100Hz": 2367.073866666684, "VS1_Vibration_mm_per_s_1Hz": 0.6911833333333333, "CE_CoolingEfficiency_percent_1Hz": 18.979983333333333, "CP_CoolingPower_kW_1Hz": 1.485233333333333, "SE_EfficiencyFactor_percent_1Hz": 59.82483333333334, "cycle": 577, "timestamp": "2024-01-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.32089333333232, "PS2_Pressure_bar_100Hz": 123.11945650000041, "PS3_Pressure_bar_100Hz": 1.110651499999987, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.4022868333333, "PS6_Pressure_bar_100Hz": 8.353139833333248, "FS1_VolumeFlow_l_per_min_10Hz": 3.4177166666666663, "FS2_VolumeFlow_l_per_min_10Hz": 8.921398333333327, "TS1_Temperature_C_1Hz": 57.12823333333334, "TS2_Temperature_C_1Hz": 61.26053333333332, "TS3_Temperature_C_1Hz": 58.76166666666667, "TS4_Temperature_C_1Hz": 52.635149999999975, "P1_MotorPower_W_100Hz": 2597.569566666743, "VS1_Vibration_mm_per_s_1Hz": 0.7475499999999999, "CE_CoolingEfficiency_percent_1Hz": 18.816900000000008, "CP_CoolingPower_kW_1Hz": 1.4728166666666664, "SE_EfficiencyFactor_percent_1Hz": 31.846499999999995, "cycle": 578, "timestamp": "2024-01-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.25236666666655, "PS2_Pressure_bar_100Hz": 105.16824400000036, "PS3_Pressure_bar_100Hz": 1.6750898333333128, "PS4_Pressure_bar_100Hz": 0.002822500000000001, "PS5_Pressure_bar_100Hz": 8.404566499999943, "PS6_Pressure_bar_100Hz": 8.356008666666607, "FS1_VolumeFlow_l_per_min_10Hz": 6.568456666666666, "FS2_VolumeFlow_l_per_min_10Hz": 8.922713333333347, "TS1_Temperature_C_1Hz": 57.32321666666668, "TS2_Temperature_C_1Hz": 61.44751666666669, "TS3_Temperature_C_1Hz": 58.70956666666667, "TS4_Temperature_C_1Hz": 52.582933333333315, "P1_MotorPower_W_100Hz": 2366.35323333334, "VS1_Vibration_mm_per_s_1Hz": 0.7214666666666666, "CE_CoolingEfficiency_percent_1Hz": 18.857083333333325, "CP_CoolingPower_kW_1Hz": 1.4729166666666658, "SE_EfficiencyFactor_percent_1Hz": 59.9584, "cycle": 579, "timestamp": "2024-01-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.12874500000012, "PS2_Pressure_bar_100Hz": 105.32441599999987, "PS3_Pressure_bar_100Hz": 1.6864344999999872, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.404513166666625, "PS6_Pressure_bar_100Hz": 8.356751666666618, "FS1_VolumeFlow_l_per_min_10Hz": 6.5819433333333315, "FS2_VolumeFlow_l_per_min_10Hz": 8.923436666666667, "TS1_Temperature_C_1Hz": 57.24743333333334, "TS2_Temperature_C_1Hz": 61.550433333333324, "TS3_Temperature_C_1Hz": 58.705249999999985, "TS4_Temperature_C_1Hz": 52.56784999999999, "P1_MotorPower_W_100Hz": 2365.8672000000524, "VS1_Vibration_mm_per_s_1Hz": 0.6836333333333332, "CE_CoolingEfficiency_percent_1Hz": 18.917199999999998, "CP_CoolingPower_kW_1Hz": 1.4758833333333328, "SE_EfficiencyFactor_percent_1Hz": 60.2789, "cycle": 580, "timestamp": "2024-01-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.13519833333385, "PS2_Pressure_bar_100Hz": 105.33447733333331, "PS3_Pressure_bar_100Hz": 1.6764381666666568, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.408294833333295, "PS6_Pressure_bar_100Hz": 8.36122233333326, "FS1_VolumeFlow_l_per_min_10Hz": 6.568179999999999, "FS2_VolumeFlow_l_per_min_10Hz": 8.931326666666662, "TS1_Temperature_C_1Hz": 57.18781666666668, "TS2_Temperature_C_1Hz": 61.57994999999998, "TS3_Temperature_C_1Hz": 58.6526, "TS4_Temperature_C_1Hz": 52.54453333333331, "P1_MotorPower_W_100Hz": 2367.220166666699, "VS1_Vibration_mm_per_s_1Hz": 0.6583500000000003, "CE_CoolingEfficiency_percent_1Hz": 18.83199999999999, "CP_CoolingPower_kW_1Hz": 1.4674833333333328, "SE_EfficiencyFactor_percent_1Hz": 60.03283333333336, "cycle": 581, "timestamp": "2024-02-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.1594083333334, "PS2_Pressure_bar_100Hz": 105.3685125, "PS3_Pressure_bar_100Hz": 1.6932754999999837, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.411395999999993, "PS6_Pressure_bar_100Hz": 8.365208666666598, "FS1_VolumeFlow_l_per_min_10Hz": 6.576673333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.934543333333332, "TS1_Temperature_C_1Hz": 57.12673333333337, "TS2_Temperature_C_1Hz": 61.571766666666676, "TS3_Temperature_C_1Hz": 58.61046666666666, "TS4_Temperature_C_1Hz": 52.51316666666667, "P1_MotorPower_W_100Hz": 2369.848566666653, "VS1_Vibration_mm_per_s_1Hz": 0.6530333333333331, "CE_CoolingEfficiency_percent_1Hz": 18.804916666666653, "CP_CoolingPower_kW_1Hz": 1.4655499999999992, "SE_EfficiencyFactor_percent_1Hz": 60.12585000000001, "cycle": 582, "timestamp": "2024-02-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.23836166666555, "PS2_Pressure_bar_100Hz": 123.30341450000013, "PS3_Pressure_bar_100Hz": 1.1141688333333175, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.413509499999988, "PS6_Pressure_bar_100Hz": 8.366821833333299, "FS1_VolumeFlow_l_per_min_10Hz": 3.4346983333333325, "FS2_VolumeFlow_l_per_min_10Hz": 8.938234999999999, "TS1_Temperature_C_1Hz": 57.039333333333346, "TS2_Temperature_C_1Hz": 61.26066666666667, "TS3_Temperature_C_1Hz": 58.603433333333314, "TS4_Temperature_C_1Hz": 52.510250000000006, "P1_MotorPower_W_100Hz": 2601.7612333332813, "VS1_Vibration_mm_per_s_1Hz": 0.7439, "CE_CoolingEfficiency_percent_1Hz": 18.86168333333334, "CP_CoolingPower_kW_1Hz": 1.467333333333333, "SE_EfficiencyFactor_percent_1Hz": 32.18126666666667, "cycle": 583, "timestamp": "2024-02-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.25094833333216, "PS2_Pressure_bar_100Hz": 123.33371716666694, "PS3_Pressure_bar_100Hz": 1.118165499999989, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.415247333333326, "PS6_Pressure_bar_100Hz": 8.369822666666597, "FS1_VolumeFlow_l_per_min_10Hz": 3.432388333333337, "FS2_VolumeFlow_l_per_min_10Hz": 8.940795, "TS1_Temperature_C_1Hz": 57.10705000000001, "TS2_Temperature_C_1Hz": 61.049600000000005, "TS3_Temperature_C_1Hz": 58.58144999999998, "TS4_Temperature_C_1Hz": 52.49663333333332, "P1_MotorPower_W_100Hz": 2601.9325333332426, "VS1_Vibration_mm_per_s_1Hz": 0.7943833333333337, "CE_CoolingEfficiency_percent_1Hz": 18.81, "CP_CoolingPower_kW_1Hz": 1.4665833333333336, "SE_EfficiencyFactor_percent_1Hz": 32.15614999999999, "cycle": 584, "timestamp": "2024-02-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.1464183333334, "PS2_Pressure_bar_100Hz": 105.3456758333332, "PS3_Pressure_bar_100Hz": 1.6941593333333176, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.414046666666655, "PS6_Pressure_bar_100Hz": 8.36909733333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.589348333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.94258333333333, "TS1_Temperature_C_1Hz": 57.26801666666668, "TS2_Temperature_C_1Hz": 61.32108333333335, "TS3_Temperature_C_1Hz": 58.53298333333332, "TS4_Temperature_C_1Hz": 52.493516666666636, "P1_MotorPower_W_100Hz": 2369.1638666666595, "VS1_Vibration_mm_per_s_1Hz": 0.7105666666666668, "CE_CoolingEfficiency_percent_1Hz": 18.718300000000003, "CP_CoolingPower_kW_1Hz": 1.455466666666666, "SE_EfficiencyFactor_percent_1Hz": 60.263766666666676, "cycle": 585, "timestamp": "2024-02-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.1582000000004, "PS2_Pressure_bar_100Hz": 105.34689416666657, "PS3_Pressure_bar_100Hz": 1.7016454999999917, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.408986333333322, "PS6_Pressure_bar_100Hz": 8.364341499999933, "FS1_VolumeFlow_l_per_min_10Hz": 6.575396666666668, "FS2_VolumeFlow_l_per_min_10Hz": 8.93242333333335, "TS1_Temperature_C_1Hz": 57.146033333333364, "TS2_Temperature_C_1Hz": 61.454199999999986, "TS3_Temperature_C_1Hz": 58.66794999999998, "TS4_Temperature_C_1Hz": 52.489949999999986, "P1_MotorPower_W_100Hz": 2369.1990000000606, "VS1_Vibration_mm_per_s_1Hz": 0.6649166666666668, "CE_CoolingEfficiency_percent_1Hz": 19.080483333333344, "CP_CoolingPower_kW_1Hz": 1.4860833333333334, "SE_EfficiencyFactor_percent_1Hz": 60.06461666666669, "cycle": 586, "timestamp": "2024-02-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.17098499999926, "PS2_Pressure_bar_100Hz": 105.34676233333295, "PS3_Pressure_bar_100Hz": 1.6944146666666502, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.408987833333315, "PS6_Pressure_bar_100Hz": 8.36524233333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.567633333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.933376666666659, "TS1_Temperature_C_1Hz": 57.11283333333334, "TS2_Temperature_C_1Hz": 61.488150000000005, "TS3_Temperature_C_1Hz": 58.56901666666667, "TS4_Temperature_C_1Hz": 52.49378333333332, "P1_MotorPower_W_100Hz": 2366.7071666666907, "VS1_Vibration_mm_per_s_1Hz": 0.6582000000000003, "CE_CoolingEfficiency_percent_1Hz": 18.832433333333334, "CP_CoolingPower_kW_1Hz": 1.4629833333333329, "SE_EfficiencyFactor_percent_1Hz": 60.04998333333333, "cycle": 587, "timestamp": "2024-02-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.2782516666658, "PS2_Pressure_bar_100Hz": 123.3216458333335, "PS3_Pressure_bar_100Hz": 1.1127169999999875, "PS4_Pressure_bar_100Hz": 0.01649816666666666, "PS5_Pressure_bar_100Hz": 8.4104026666666, "PS6_Pressure_bar_100Hz": 8.3661686666666, "FS1_VolumeFlow_l_per_min_10Hz": 3.4359383333333313, "FS2_VolumeFlow_l_per_min_10Hz": 8.935311666666664, "TS1_Temperature_C_1Hz": 57.015549999999976, "TS2_Temperature_C_1Hz": 61.17043333333333, "TS3_Temperature_C_1Hz": 58.570133333333345, "TS4_Temperature_C_1Hz": 52.48631666666666, "P1_MotorPower_W_100Hz": 2598.8769000000434, "VS1_Vibration_mm_per_s_1Hz": 0.7864500000000002, "CE_CoolingEfficiency_percent_1Hz": 18.820583333333342, "CP_CoolingPower_kW_1Hz": 1.4650499999999993, "SE_EfficiencyFactor_percent_1Hz": 32.26933333333333, "cycle": 588, "timestamp": "2024-02-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.196238333334, "PS2_Pressure_bar_100Hz": 105.34786666666704, "PS3_Pressure_bar_100Hz": 1.6892451666666535, "PS4_Pressure_bar_100Hz": 0.5845903333333332, "PS5_Pressure_bar_100Hz": 8.41403133333337, "PS6_Pressure_bar_100Hz": 8.370704999999942, "FS1_VolumeFlow_l_per_min_10Hz": 6.579876666666659, "FS2_VolumeFlow_l_per_min_10Hz": 8.944000000000004, "TS1_Temperature_C_1Hz": 57.18946666666668, "TS2_Temperature_C_1Hz": 61.37243333333332, "TS3_Temperature_C_1Hz": 58.53884999999999, "TS4_Temperature_C_1Hz": 52.377916666666664, "P1_MotorPower_W_100Hz": 2368.9308666667253, "VS1_Vibration_mm_per_s_1Hz": 0.7275333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.996349999999996, "CP_CoolingPower_kW_1Hz": 1.4845333333333335, "SE_EfficiencyFactor_percent_1Hz": 60.177049999999994, "cycle": 589, "timestamp": "2024-02-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.1545566666668, "PS2_Pressure_bar_100Hz": 105.49596516666621, "PS3_Pressure_bar_100Hz": 1.6782534999999823, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.414716166666675, "PS6_Pressure_bar_100Hz": 8.372499666666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.561166666666671, "FS2_VolumeFlow_l_per_min_10Hz": 8.944381666666679, "TS1_Temperature_C_1Hz": 57.05143333333333, "TS2_Temperature_C_1Hz": 61.46275, "TS3_Temperature_C_1Hz": 58.533616666666646, "TS4_Temperature_C_1Hz": 52.40293333333333, "P1_MotorPower_W_100Hz": 2370.4030333333676, "VS1_Vibration_mm_per_s_1Hz": 0.6478666666666667, "CE_CoolingEfficiency_percent_1Hz": 18.893866666666664, "CP_CoolingPower_kW_1Hz": 1.4765666666666668, "SE_EfficiencyFactor_percent_1Hz": 59.919833333333344, "cycle": 590, "timestamp": "2024-02-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.16020500000005, "PS2_Pressure_bar_100Hz": 105.52461799999966, "PS3_Pressure_bar_100Hz": 1.6943796666666557, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.415910833333355, "PS6_Pressure_bar_100Hz": 8.373200499999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.5663533333333355, "FS2_VolumeFlow_l_per_min_10Hz": 8.947951666666672, "TS1_Temperature_C_1Hz": 56.990400000000015, "TS2_Temperature_C_1Hz": 61.45183333333332, "TS3_Temperature_C_1Hz": 58.482733333333336, "TS4_Temperature_C_1Hz": 52.39885, "P1_MotorPower_W_100Hz": 2369.8793000000296, "VS1_Vibration_mm_per_s_1Hz": 0.6542333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.777966666666668, "CP_CoolingPower_kW_1Hz": 1.4652666666666663, "SE_EfficiencyFactor_percent_1Hz": 60.06981666666665, "cycle": 591, "timestamp": "2024-02-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.867048333333, "PS2_Pressure_bar_100Hz": 131.52445816666705, "PS3_Pressure_bar_100Hz": 0.8476841666666534, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.414070333333335, "PS6_Pressure_bar_100Hz": 8.371675499999975, "FS1_VolumeFlow_l_per_min_10Hz": 2.1235600000000017, "FS2_VolumeFlow_l_per_min_10Hz": 8.945179999999993, "TS1_Temperature_C_1Hz": 56.91803333333335, "TS2_Temperature_C_1Hz": 61.07808333333331, "TS3_Temperature_C_1Hz": 58.45270000000001, "TS4_Temperature_C_1Hz": 52.35161666666665, "P1_MotorPower_W_100Hz": 2698.168233333379, "VS1_Vibration_mm_per_s_1Hz": 0.7630333333333336, "CE_CoolingEfficiency_percent_1Hz": 18.85546666666667, "CP_CoolingPower_kW_1Hz": 1.470433333333333, "SE_EfficiencyFactor_percent_1Hz": 20.25139999999999, "cycle": 592, "timestamp": "2024-02-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.6015249999988, "PS2_Pressure_bar_100Hz": 105.54373483333345, "PS3_Pressure_bar_100Hz": 1.7437189999999985, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.411119166666666, "PS6_Pressure_bar_100Hz": 8.367724499999893, "FS1_VolumeFlow_l_per_min_10Hz": 6.571803333333329, "FS2_VolumeFlow_l_per_min_10Hz": 8.93891166666667, "TS1_Temperature_C_1Hz": 57.046500000000016, "TS2_Temperature_C_1Hz": 61.127399999999994, "TS3_Temperature_C_1Hz": 58.550599999999996, "TS4_Temperature_C_1Hz": 52.392616666666676, "P1_MotorPower_W_100Hz": 2375.887300000045, "VS1_Vibration_mm_per_s_1Hz": 0.7406833333333334, "CE_CoolingEfficiency_percent_1Hz": 19.037266666666667, "CP_CoolingPower_kW_1Hz": 1.4847666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.146766666666664, "cycle": 593, "timestamp": "2024-02-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.23147499999888, "PS2_Pressure_bar_100Hz": 105.57570283333322, "PS3_Pressure_bar_100Hz": 1.732736499999993, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.410092666666646, "PS6_Pressure_bar_100Hz": 8.367811833333318, "FS1_VolumeFlow_l_per_min_10Hz": 6.567773333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.937176666666684, "TS1_Temperature_C_1Hz": 56.968199999999996, "TS2_Temperature_C_1Hz": 61.286950000000004, "TS3_Temperature_C_1Hz": 58.527999999999984, "TS4_Temperature_C_1Hz": 52.46368333333331, "P1_MotorPower_W_100Hz": 2366.4538000000434, "VS1_Vibration_mm_per_s_1Hz": 0.6669, "CE_CoolingEfficiency_percent_1Hz": 18.758983333333326, "CP_CoolingPower_kW_1Hz": 1.4613833333333333, "SE_EfficiencyFactor_percent_1Hz": 60.14471666666669, "cycle": 594, "timestamp": "2024-02-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.21896833333196, "PS2_Pressure_bar_100Hz": 123.44625033333347, "PS3_Pressure_bar_100Hz": 1.1561534999999947, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.409702833333284, "PS6_Pressure_bar_100Hz": 8.367836166666606, "FS1_VolumeFlow_l_per_min_10Hz": 3.4057749999999998, "FS2_VolumeFlow_l_per_min_10Hz": 8.937224999999998, "TS1_Temperature_C_1Hz": 56.89581666666666, "TS2_Temperature_C_1Hz": 61.05011666666666, "TS3_Temperature_C_1Hz": 58.524550000000005, "TS4_Temperature_C_1Hz": 52.417666666666676, "P1_MotorPower_W_100Hz": 2594.9788333334063, "VS1_Vibration_mm_per_s_1Hz": 0.7307166666666666, "CE_CoolingEfficiency_percent_1Hz": 18.878266666666654, "CP_CoolingPower_kW_1Hz": 1.4689166666666662, "SE_EfficiencyFactor_percent_1Hz": 31.970866666666666, "cycle": 595, "timestamp": "2024-02-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.08928833333263, "PS2_Pressure_bar_100Hz": 105.42631649999994, "PS3_Pressure_bar_100Hz": 1.7220834999999937, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.41460116666666, "PS6_Pressure_bar_100Hz": 8.370295166666642, "FS1_VolumeFlow_l_per_min_10Hz": 6.5648166666666645, "FS2_VolumeFlow_l_per_min_10Hz": 8.943818333333335, "TS1_Temperature_C_1Hz": 57.07845000000001, "TS2_Temperature_C_1Hz": 61.217483333333334, "TS3_Temperature_C_1Hz": 58.45836666666666, "TS4_Temperature_C_1Hz": 52.387833333333326, "P1_MotorPower_W_100Hz": 2364.6069333333994, "VS1_Vibration_mm_per_s_1Hz": 0.6697666666666666, "CE_CoolingEfficiency_percent_1Hz": 18.79253333333333, "CP_CoolingPower_kW_1Hz": 1.4628333333333328, "SE_EfficiencyFactor_percent_1Hz": 60.10389999999998, "cycle": 596, "timestamp": "2024-02-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.19979166666576, "PS2_Pressure_bar_100Hz": 123.42639750000025, "PS3_Pressure_bar_100Hz": 1.1468336666666528, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.412055499999974, "PS6_Pressure_bar_100Hz": 8.368449666666622, "FS1_VolumeFlow_l_per_min_10Hz": 3.411440000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.93678833333335, "TS1_Temperature_C_1Hz": 56.95416666666667, "TS2_Temperature_C_1Hz": 61.02541666666666, "TS3_Temperature_C_1Hz": 58.52090000000002, "TS4_Temperature_C_1Hz": 52.37296666666667, "P1_MotorPower_W_100Hz": 2596.834366666725, "VS1_Vibration_mm_per_s_1Hz": 0.7456833333333335, "CE_CoolingEfficiency_percent_1Hz": 18.941033333333337, "CP_CoolingPower_kW_1Hz": 1.4810166666666666, "SE_EfficiencyFactor_percent_1Hz": 32.06843333333333, "cycle": 597, "timestamp": "2024-02-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.1625616666659, "PS2_Pressure_bar_100Hz": 105.49438600000013, "PS3_Pressure_bar_100Hz": 1.7219768333333256, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.41524500000002, "PS6_Pressure_bar_100Hz": 8.371319499999933, "FS1_VolumeFlow_l_per_min_10Hz": 6.574011666666666, "FS2_VolumeFlow_l_per_min_10Hz": 8.942383333333344, "TS1_Temperature_C_1Hz": 57.118116666666666, "TS2_Temperature_C_1Hz": 61.236166666666676, "TS3_Temperature_C_1Hz": 58.48051666666666, "TS4_Temperature_C_1Hz": 52.391333333333336, "P1_MotorPower_W_100Hz": 2366.3110000000215, "VS1_Vibration_mm_per_s_1Hz": 0.7094833333333334, "CE_CoolingEfficiency_percent_1Hz": 18.759516666666666, "CP_CoolingPower_kW_1Hz": 1.4667999999999999, "SE_EfficiencyFactor_percent_1Hz": 60.17980000000001, "cycle": 598, "timestamp": "2024-02-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.1567383333333, "PS2_Pressure_bar_100Hz": 105.46455066666624, "PS3_Pressure_bar_100Hz": 1.7271056666666627, "PS4_Pressure_bar_100Hz": 0.10185566666666666, "PS5_Pressure_bar_100Hz": 8.414437500000014, "PS6_Pressure_bar_100Hz": 8.369514166666606, "FS1_VolumeFlow_l_per_min_10Hz": 6.574721666666663, "FS2_VolumeFlow_l_per_min_10Hz": 8.942328333333341, "TS1_Temperature_C_1Hz": 57.01425000000001, "TS2_Temperature_C_1Hz": 61.348083333333335, "TS3_Temperature_C_1Hz": 58.47838333333333, "TS4_Temperature_C_1Hz": 52.36409999999999, "P1_MotorPower_W_100Hz": 2366.4106666666917, "VS1_Vibration_mm_per_s_1Hz": 0.65005, "CE_CoolingEfficiency_percent_1Hz": 18.834366666666668, "CP_CoolingPower_kW_1Hz": 1.4731333333333327, "SE_EfficiencyFactor_percent_1Hz": 60.169399999999996, "cycle": 599, "timestamp": "2024-02-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.148141666667, "PS2_Pressure_bar_100Hz": 105.4439821666663, "PS3_Pressure_bar_100Hz": 1.7228476666666583, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.418392666666676, "PS6_Pressure_bar_100Hz": 8.372627000000012, "FS1_VolumeFlow_l_per_min_10Hz": 6.557791666666662, "FS2_VolumeFlow_l_per_min_10Hz": 8.949050000000002, "TS1_Temperature_C_1Hz": 56.90134999999999, "TS2_Temperature_C_1Hz": 61.33423333333335, "TS3_Temperature_C_1Hz": 58.41114999999999, "TS4_Temperature_C_1Hz": 52.34254999999998, "P1_MotorPower_W_100Hz": 2370.3233000000505, "VS1_Vibration_mm_per_s_1Hz": 0.7175333333333335, "CE_CoolingEfficiency_percent_1Hz": 18.739899999999995, "CP_CoolingPower_kW_1Hz": 1.463583333333333, "SE_EfficiencyFactor_percent_1Hz": 59.83414999999997, "cycle": 600, "timestamp": "2024-02-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.18277666666555, "PS2_Pressure_bar_100Hz": 105.44042566666641, "PS3_Pressure_bar_100Hz": 1.7168609999999913, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.420795833333376, "PS6_Pressure_bar_100Hz": 8.374219666666626, "FS1_VolumeFlow_l_per_min_10Hz": 6.553593333333337, "FS2_VolumeFlow_l_per_min_10Hz": 8.950930000000008, "TS1_Temperature_C_1Hz": 56.85905000000001, "TS2_Temperature_C_1Hz": 61.30533333333332, "TS3_Temperature_C_1Hz": 58.36203333333333, "TS4_Temperature_C_1Hz": 52.31828333333331, "P1_MotorPower_W_100Hz": 2371.3807666666926, "VS1_Vibration_mm_per_s_1Hz": 0.6643666666666665, "CE_CoolingEfficiency_percent_1Hz": 18.727483333333332, "CP_CoolingPower_kW_1Hz": 1.4569833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.85088333333332, "cycle": 601, "timestamp": "2024-02-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.20375499999957, "PS2_Pressure_bar_100Hz": 105.47466283333323, "PS3_Pressure_bar_100Hz": 1.7197386666666608, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.421719666666679, "PS6_Pressure_bar_100Hz": 8.375770499999966, "FS1_VolumeFlow_l_per_min_10Hz": 6.558218333333332, "FS2_VolumeFlow_l_per_min_10Hz": 8.954956666666671, "TS1_Temperature_C_1Hz": 56.81823333333333, "TS2_Temperature_C_1Hz": 61.296616666666665, "TS3_Temperature_C_1Hz": 58.30629999999997, "TS4_Temperature_C_1Hz": 52.31419999999998, "P1_MotorPower_W_100Hz": 2371.2896666667184, "VS1_Vibration_mm_per_s_1Hz": 0.6421166666666669, "CE_CoolingEfficiency_percent_1Hz": 18.574833333333334, "CP_CoolingPower_kW_1Hz": 1.447183333333334, "SE_EfficiencyFactor_percent_1Hz": 59.88701666666666, "cycle": 602, "timestamp": "2024-02-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.19732166666586, "PS2_Pressure_bar_100Hz": 105.46462316666616, "PS3_Pressure_bar_100Hz": 1.725310333333328, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.425660833333358, "PS6_Pressure_bar_100Hz": 8.380343333333343, "FS1_VolumeFlow_l_per_min_10Hz": 6.572911666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.959271666666675, "TS1_Temperature_C_1Hz": 56.76588333333333, "TS2_Temperature_C_1Hz": 61.26585, "TS3_Temperature_C_1Hz": 58.241016666666646, "TS4_Temperature_C_1Hz": 52.239233333333345, "P1_MotorPower_W_100Hz": 2370.436933333372, "VS1_Vibration_mm_per_s_1Hz": 0.6512333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.62255, "CP_CoolingPower_kW_1Hz": 1.4488499999999997, "SE_EfficiencyFactor_percent_1Hz": 60.08200000000001, "cycle": 603, "timestamp": "2024-02-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.21014499999936, "PS2_Pressure_bar_100Hz": 105.47553349999951, "PS3_Pressure_bar_100Hz": 1.7133599999999876, "PS4_Pressure_bar_100Hz": 9.533333333333334e-05, "PS5_Pressure_bar_100Hz": 8.428932166666685, "PS6_Pressure_bar_100Hz": 8.382093500000018, "FS1_VolumeFlow_l_per_min_10Hz": 6.556643333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.962758333333333, "TS1_Temperature_C_1Hz": 56.70081666666666, "TS2_Temperature_C_1Hz": 61.2111, "TS3_Temperature_C_1Hz": 58.189266666666676, "TS4_Temperature_C_1Hz": 52.14906666666665, "P1_MotorPower_W_100Hz": 2369.9707333333913, "VS1_Vibration_mm_per_s_1Hz": 0.6504000000000002, "CE_CoolingEfficiency_percent_1Hz": 18.785383333333325, "CP_CoolingPower_kW_1Hz": 1.4588333333333334, "SE_EfficiencyFactor_percent_1Hz": 59.92689999999998, "cycle": 604, "timestamp": "2024-02-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.22539999999972, "PS2_Pressure_bar_100Hz": 105.48804983333324, "PS3_Pressure_bar_100Hz": 1.7207779999999897, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.430153166666726, "PS6_Pressure_bar_100Hz": 8.38291366666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.557221666666668, "FS2_VolumeFlow_l_per_min_10Hz": 8.963866666666679, "TS1_Temperature_C_1Hz": 56.63400000000002, "TS2_Temperature_C_1Hz": 61.164899999999975, "TS3_Temperature_C_1Hz": 58.15345000000001, "TS4_Temperature_C_1Hz": 52.09489999999997, "P1_MotorPower_W_100Hz": 2370.7430333333496, "VS1_Vibration_mm_per_s_1Hz": 0.6700500000000004, "CE_CoolingEfficiency_percent_1Hz": 18.827033333333326, "CP_CoolingPower_kW_1Hz": 1.46165, "SE_EfficiencyFactor_percent_1Hz": 59.944850000000024, "cycle": 605, "timestamp": "2024-02-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.24250333333313, "PS2_Pressure_bar_100Hz": 105.49679649999985, "PS3_Pressure_bar_100Hz": 1.712648499999989, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.435773833333394, "PS6_Pressure_bar_100Hz": 8.388306666666693, "FS1_VolumeFlow_l_per_min_10Hz": 6.570003333333326, "FS2_VolumeFlow_l_per_min_10Hz": 8.97074666666666, "TS1_Temperature_C_1Hz": 56.58983333333332, "TS2_Temperature_C_1Hz": 61.13338333333335, "TS3_Temperature_C_1Hz": 58.11050000000001, "TS4_Temperature_C_1Hz": 52.08308333333334, "P1_MotorPower_W_100Hz": 2370.2159666666716, "VS1_Vibration_mm_per_s_1Hz": 0.6571, "CE_CoolingEfficiency_percent_1Hz": 18.723950000000002, "CP_CoolingPower_kW_1Hz": 1.4545666666666668, "SE_EfficiencyFactor_percent_1Hz": 60.11385000000002, "cycle": 606, "timestamp": "2024-02-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.24117833333304, "PS2_Pressure_bar_100Hz": 105.49050966666621, "PS3_Pressure_bar_100Hz": 1.710103833333319, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.439787166666672, "PS6_Pressure_bar_100Hz": 8.391491833333344, "FS1_VolumeFlow_l_per_min_10Hz": 6.5708333333333355, "FS2_VolumeFlow_l_per_min_10Hz": 8.977821666666664, "TS1_Temperature_C_1Hz": 56.52881666666666, "TS2_Temperature_C_1Hz": 61.08769999999999, "TS3_Temperature_C_1Hz": 58.01954999999999, "TS4_Temperature_C_1Hz": 52.03878333333332, "P1_MotorPower_W_100Hz": 2369.5957666667096, "VS1_Vibration_mm_per_s_1Hz": 0.65555, "CE_CoolingEfficiency_percent_1Hz": 18.596583333333335, "CP_CoolingPower_kW_1Hz": 1.4449166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.15676666666666, "cycle": 607, "timestamp": "2024-02-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.23978999999932, "PS2_Pressure_bar_100Hz": 105.46942566666635, "PS3_Pressure_bar_100Hz": 1.714594499999987, "PS4_Pressure_bar_100Hz": 0.01703066666666667, "PS5_Pressure_bar_100Hz": 8.442444000000036, "PS6_Pressure_bar_100Hz": 8.394458000000029, "FS1_VolumeFlow_l_per_min_10Hz": 6.559950000000006, "FS2_VolumeFlow_l_per_min_10Hz": 8.979898333333344, "TS1_Temperature_C_1Hz": 56.47564999999999, "TS2_Temperature_C_1Hz": 61.05290000000003, "TS3_Temperature_C_1Hz": 57.963950000000004, "TS4_Temperature_C_1Hz": 51.92036666666666, "P1_MotorPower_W_100Hz": 2370.0395333333486, "VS1_Vibration_mm_per_s_1Hz": 0.6472333333333337, "CE_CoolingEfficiency_percent_1Hz": 18.841699999999996, "CP_CoolingPower_kW_1Hz": 1.4631333333333325, "SE_EfficiencyFactor_percent_1Hz": 59.92853333333334, "cycle": 608, "timestamp": "2024-02-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.25571499999953, "PS2_Pressure_bar_100Hz": 105.51201816666625, "PS3_Pressure_bar_100Hz": 1.7081101666666516, "PS4_Pressure_bar_100Hz": 3.816666666666667e-05, "PS5_Pressure_bar_100Hz": 8.44175483333335, "PS6_Pressure_bar_100Hz": 8.392799333333338, "FS1_VolumeFlow_l_per_min_10Hz": 6.574011666666673, "FS2_VolumeFlow_l_per_min_10Hz": 8.980988333333347, "TS1_Temperature_C_1Hz": 56.46284999999998, "TS2_Temperature_C_1Hz": 61.01495000000005, "TS3_Temperature_C_1Hz": 57.97056666666666, "TS4_Temperature_C_1Hz": 51.89700000000001, "P1_MotorPower_W_100Hz": 2371.563166666672, "VS1_Vibration_mm_per_s_1Hz": 0.6391166666666669, "CE_CoolingEfficiency_percent_1Hz": 18.93765, "CP_CoolingPower_kW_1Hz": 1.4690666666666663, "SE_EfficiencyFactor_percent_1Hz": 60.224366666666675, "cycle": 609, "timestamp": "2024-02-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.87848000000108, "PS2_Pressure_bar_100Hz": 123.14740700000009, "PS3_Pressure_bar_100Hz": 1.0941753333333253, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.441864666666678, "PS6_Pressure_bar_100Hz": 8.39293950000007, "FS1_VolumeFlow_l_per_min_10Hz": 3.273504999999999, "FS2_VolumeFlow_l_per_min_10Hz": 8.984060000000001, "TS1_Temperature_C_1Hz": 56.31048333333332, "TS2_Temperature_C_1Hz": 60.64058333333333, "TS3_Temperature_C_1Hz": 57.92045000000003, "TS4_Temperature_C_1Hz": 51.777716666666684, "P1_MotorPower_W_100Hz": 2628.669066666741, "VS1_Vibration_mm_per_s_1Hz": 0.7210166666666669, "CE_CoolingEfficiency_percent_1Hz": 19.173733333333328, "CP_CoolingPower_kW_1Hz": 1.4865666666666664, "SE_EfficiencyFactor_percent_1Hz": 30.33321666666668, "cycle": 610, "timestamp": "2024-03-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.09166333333437, "PS2_Pressure_bar_100Hz": 122.55210383333333, "PS3_Pressure_bar_100Hz": 1.0872974999999918, "PS4_Pressure_bar_100Hz": 0.00013233333333333334, "PS5_Pressure_bar_100Hz": 8.449893166666719, "PS6_Pressure_bar_100Hz": 8.40045100000003, "FS1_VolumeFlow_l_per_min_10Hz": 3.2310749999999997, "FS2_VolumeFlow_l_per_min_10Hz": 8.993555000000004, "TS1_Temperature_C_1Hz": 56.27909999999998, "TS2_Temperature_C_1Hz": 60.317016666666674, "TS3_Temperature_C_1Hz": 57.834466666666685, "TS4_Temperature_C_1Hz": 51.88081666666667, "P1_MotorPower_W_100Hz": 2630.216000000057, "VS1_Vibration_mm_per_s_1Hz": 0.7383166666666665, "CE_CoolingEfficiency_percent_1Hz": 18.653599999999997, "CP_CoolingPower_kW_1Hz": 1.4441999999999997, "SE_EfficiencyFactor_percent_1Hz": 29.27534999999999, "cycle": 611, "timestamp": "2024-03-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.06027333333444, "PS2_Pressure_bar_100Hz": 122.51583033333326, "PS3_Pressure_bar_100Hz": 1.0964664999999876, "PS4_Pressure_bar_100Hz": 0.01240416666666667, "PS5_Pressure_bar_100Hz": 8.450349333333346, "PS6_Pressure_bar_100Hz": 8.400818000000028, "FS1_VolumeFlow_l_per_min_10Hz": 3.226493333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.992291666666684, "TS1_Temperature_C_1Hz": 56.27661666666663, "TS2_Temperature_C_1Hz": 60.12503333333333, "TS3_Temperature_C_1Hz": 57.823966666666685, "TS4_Temperature_C_1Hz": 51.579883333333335, "P1_MotorPower_W_100Hz": 2628.299566666711, "VS1_Vibration_mm_per_s_1Hz": 0.7281166666666663, "CE_CoolingEfficiency_percent_1Hz": 19.56678333333334, "CP_CoolingPower_kW_1Hz": 1.51385, "SE_EfficiencyFactor_percent_1Hz": 29.195299999999985, "cycle": 612, "timestamp": "2024-03-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.01741166666807, "PS2_Pressure_bar_100Hz": 122.50402116666746, "PS3_Pressure_bar_100Hz": 1.0967909999999896, "PS4_Pressure_bar_100Hz": 0.012889166666666663, "PS5_Pressure_bar_100Hz": 8.44535883333338, "PS6_Pressure_bar_100Hz": 8.394861999999996, "FS1_VolumeFlow_l_per_min_10Hz": 3.2304866666666703, "FS2_VolumeFlow_l_per_min_10Hz": 8.986806666666679, "TS1_Temperature_C_1Hz": 56.27059999999997, "TS2_Temperature_C_1Hz": 60.0099, "TS3_Temperature_C_1Hz": 57.84948333333332, "TS4_Temperature_C_1Hz": 51.68758333333335, "P1_MotorPower_W_100Hz": 2627.50376666672, "VS1_Vibration_mm_per_s_1Hz": 0.7418833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.294933333333333, "CP_CoolingPower_kW_1Hz": 1.4918166666666675, "SE_EfficiencyFactor_percent_1Hz": 29.254466666666676, "cycle": 613, "timestamp": "2024-03-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.03090333333432, "PS2_Pressure_bar_100Hz": 122.51314683333375, "PS3_Pressure_bar_100Hz": 1.0969539999999884, "PS4_Pressure_bar_100Hz": 0.00039916666666666654, "PS5_Pressure_bar_100Hz": 8.439904833333355, "PS6_Pressure_bar_100Hz": 8.391335000000046, "FS1_VolumeFlow_l_per_min_10Hz": 3.227398333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.98211833333334, "TS1_Temperature_C_1Hz": 56.27084999999998, "TS2_Temperature_C_1Hz": 59.939033333333306, "TS3_Temperature_C_1Hz": 57.97363333333333, "TS4_Temperature_C_1Hz": 51.583216666666665, "P1_MotorPower_W_100Hz": 2627.7548666667158, "VS1_Vibration_mm_per_s_1Hz": 0.7370666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.92481666666667, "CP_CoolingPower_kW_1Hz": 1.5470333333333328, "SE_EfficiencyFactor_percent_1Hz": 29.27854999999999, "cycle": 614, "timestamp": "2024-03-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.97377833333414, "PS2_Pressure_bar_100Hz": 122.45809516666665, "PS3_Pressure_bar_100Hz": 1.0955034999999906, "PS4_Pressure_bar_100Hz": 0.00010083333333333334, "PS5_Pressure_bar_100Hz": 8.437281000000027, "PS6_Pressure_bar_100Hz": 8.388888833333393, "FS1_VolumeFlow_l_per_min_10Hz": 3.234370000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.976778333333344, "TS1_Temperature_C_1Hz": 56.30644999999998, "TS2_Temperature_C_1Hz": 59.89383333333331, "TS3_Temperature_C_1Hz": 58.00255000000001, "TS4_Temperature_C_1Hz": 51.69420000000001, "P1_MotorPower_W_100Hz": 2625.744566666726, "VS1_Vibration_mm_per_s_1Hz": 0.7377333333333332, "CE_CoolingEfficiency_percent_1Hz": 19.689849999999993, "CP_CoolingPower_kW_1Hz": 1.5275833333333326, "SE_EfficiencyFactor_percent_1Hz": 29.304766666666673, "cycle": 615, "timestamp": "2024-03-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.0044866666673, "PS2_Pressure_bar_100Hz": 122.51738966666684, "PS3_Pressure_bar_100Hz": 1.0973249999999897, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.432986833333345, "PS6_Pressure_bar_100Hz": 8.386670000000002, "FS1_VolumeFlow_l_per_min_10Hz": 3.2274383333333336, "FS2_VolumeFlow_l_per_min_10Hz": 8.974211666666669, "TS1_Temperature_C_1Hz": 56.35581666666665, "TS2_Temperature_C_1Hz": 59.88496666666666, "TS3_Temperature_C_1Hz": 58.012883333333335, "TS4_Temperature_C_1Hz": 51.861600000000024, "P1_MotorPower_W_100Hz": 2625.7217333333624, "VS1_Vibration_mm_per_s_1Hz": 0.7378166666666666, "CE_CoolingEfficiency_percent_1Hz": 19.187616666666667, "CP_CoolingPower_kW_1Hz": 1.4874666666666665, "SE_EfficiencyFactor_percent_1Hz": 29.25436666666667, "cycle": 616, "timestamp": "2024-03-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.67164833333467, "PS2_Pressure_bar_100Hz": 130.54107650000037, "PS3_Pressure_bar_100Hz": 0.8626984999999885, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.433346333333377, "PS6_Pressure_bar_100Hz": 8.386767833333359, "FS1_VolumeFlow_l_per_min_10Hz": 2.0297766666666726, "FS2_VolumeFlow_l_per_min_10Hz": 8.969410000000002, "TS1_Temperature_C_1Hz": 56.404766666666646, "TS2_Temperature_C_1Hz": 59.837783333333356, "TS3_Temperature_C_1Hz": 58.066716666666665, "TS4_Temperature_C_1Hz": 51.77314999999998, "P1_MotorPower_W_100Hz": 2726.4563000000376, "VS1_Vibration_mm_per_s_1Hz": 0.7598333333333334, "CE_CoolingEfficiency_percent_1Hz": 19.582733333333326, "CP_CoolingPower_kW_1Hz": 1.5178, "SE_EfficiencyFactor_percent_1Hz": 18.528983333333326, "cycle": 617, "timestamp": "2024-03-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.3992850000005, "PS2_Pressure_bar_100Hz": 122.48610249999975, "PS3_Pressure_bar_100Hz": 1.0890868333333235, "PS4_Pressure_bar_100Hz": 0.05325450000000001, "PS5_Pressure_bar_100Hz": 8.42416766666669, "PS6_Pressure_bar_100Hz": 8.378609499999992, "FS1_VolumeFlow_l_per_min_10Hz": 3.2405266666666637, "FS2_VolumeFlow_l_per_min_10Hz": 8.957550000000008, "TS1_Temperature_C_1Hz": 56.4046833333333, "TS2_Temperature_C_1Hz": 59.710333333333345, "TS3_Temperature_C_1Hz": 58.253299999999996, "TS4_Temperature_C_1Hz": 51.720833333333346, "P1_MotorPower_W_100Hz": 2634.4898000000157, "VS1_Vibration_mm_per_s_1Hz": 0.7632499999999998, "CE_CoolingEfficiency_percent_1Hz": 20.25508333333333, "CP_CoolingPower_kW_1Hz": 1.5774166666666671, "SE_EfficiencyFactor_percent_1Hz": 28.450516666666665, "cycle": 618, "timestamp": "2024-03-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9641783333344, "PS2_Pressure_bar_100Hz": 122.50644033333317, "PS3_Pressure_bar_100Hz": 1.0913871666666581, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.423361666666679, "PS6_Pressure_bar_100Hz": 8.377609499999984, "FS1_VolumeFlow_l_per_min_10Hz": 3.226488333333331, "FS2_VolumeFlow_l_per_min_10Hz": 8.955573333333328, "TS1_Temperature_C_1Hz": 56.46478333333332, "TS2_Temperature_C_1Hz": 59.84181666666667, "TS3_Temperature_C_1Hz": 58.267816666666675, "TS4_Temperature_C_1Hz": 52.126749999999994, "P1_MotorPower_W_100Hz": 2626.2716000000523, "VS1_Vibration_mm_per_s_1Hz": 0.7405666666666664, "CE_CoolingEfficiency_percent_1Hz": 19.02345, "CP_CoolingPower_kW_1Hz": 1.4812500000000004, "SE_EfficiencyFactor_percent_1Hz": 29.30365, "cycle": 619, "timestamp": "2024-03-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.92105333333402, "PS2_Pressure_bar_100Hz": 122.47495233333326, "PS3_Pressure_bar_100Hz": 1.086069999999989, "PS4_Pressure_bar_100Hz": 0.05698716666666664, "PS5_Pressure_bar_100Hz": 8.419279833333327, "PS6_Pressure_bar_100Hz": 8.374072166666636, "FS1_VolumeFlow_l_per_min_10Hz": 3.217261666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.947685000000005, "TS1_Temperature_C_1Hz": 56.57426666666667, "TS2_Temperature_C_1Hz": 59.92406666666666, "TS3_Temperature_C_1Hz": 58.35576666666669, "TS4_Temperature_C_1Hz": 52.22889999999999, "P1_MotorPower_W_100Hz": 2626.5670666667106, "VS1_Vibration_mm_per_s_1Hz": 0.73955, "CE_CoolingEfficiency_percent_1Hz": 18.913383333333332, "CP_CoolingPower_kW_1Hz": 1.4755333333333338, "SE_EfficiencyFactor_percent_1Hz": 29.138666666666655, "cycle": 620, "timestamp": "2024-03-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.80112166666794, "PS2_Pressure_bar_100Hz": 122.6918696666668, "PS3_Pressure_bar_100Hz": 1.090457166666656, "PS4_Pressure_bar_100Hz": 0.06196966666666668, "PS5_Pressure_bar_100Hz": 8.416849000000028, "PS6_Pressure_bar_100Hz": 8.372457499999944, "FS1_VolumeFlow_l_per_min_10Hz": 3.249825, "FS2_VolumeFlow_l_per_min_10Hz": 8.945890000000002, "TS1_Temperature_C_1Hz": 56.622099999999975, "TS2_Temperature_C_1Hz": 59.99125, "TS3_Temperature_C_1Hz": 58.39016666666665, "TS4_Temperature_C_1Hz": 52.30869999999998, "P1_MotorPower_W_100Hz": 2626.2159666667167, "VS1_Vibration_mm_per_s_1Hz": 0.7355833333333336, "CE_CoolingEfficiency_percent_1Hz": 18.761833333333332, "CP_CoolingPower_kW_1Hz": 1.4654333333333336, "SE_EfficiencyFactor_percent_1Hz": 29.795649999999984, "cycle": 621, "timestamp": "2024-03-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.49813500000099, "PS2_Pressure_bar_100Hz": 130.76209216666675, "PS3_Pressure_bar_100Hz": 0.846289333333319, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.410264166666623, "PS6_Pressure_bar_100Hz": 8.366924499999929, "FS1_VolumeFlow_l_per_min_10Hz": 2.063558333333336, "FS2_VolumeFlow_l_per_min_10Hz": 8.93566333333334, "TS1_Temperature_C_1Hz": 56.71016666666667, "TS2_Temperature_C_1Hz": 59.984533333333346, "TS3_Temperature_C_1Hz": 58.48065000000002, "TS4_Temperature_C_1Hz": 52.32051666666664, "P1_MotorPower_W_100Hz": 2728.4476333334314, "VS1_Vibration_mm_per_s_1Hz": 0.7530499999999993, "CE_CoolingEfficiency_percent_1Hz": 18.924716666666672, "CP_CoolingPower_kW_1Hz": 1.481433333333333, "SE_EfficiencyFactor_percent_1Hz": 19.271133333333335, "cycle": 622, "timestamp": "2024-03-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.2282333333351, "PS2_Pressure_bar_100Hz": 122.65929416666698, "PS3_Pressure_bar_100Hz": 1.0890378333333284, "PS4_Pressure_bar_100Hz": 0.46087616666666675, "PS5_Pressure_bar_100Hz": 8.404469166666644, "PS6_Pressure_bar_100Hz": 8.361346166666616, "FS1_VolumeFlow_l_per_min_10Hz": 3.2303783333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.921831666666671, "TS1_Temperature_C_1Hz": 56.711766666666676, "TS2_Temperature_C_1Hz": 59.89018333333333, "TS3_Temperature_C_1Hz": 58.61376666666667, "TS4_Temperature_C_1Hz": 52.404233333333316, "P1_MotorPower_W_100Hz": 2630.301500000043, "VS1_Vibration_mm_per_s_1Hz": 0.7576499999999997, "CE_CoolingEfficiency_percent_1Hz": 19.035516666666673, "CP_CoolingPower_kW_1Hz": 1.4930833333333333, "SE_EfficiencyFactor_percent_1Hz": 28.608866666666664, "cycle": 623, "timestamp": "2024-03-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8415833333342, "PS2_Pressure_bar_100Hz": 122.67325483333364, "PS3_Pressure_bar_100Hz": 1.0917283333333256, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.401946666666664, "PS6_Pressure_bar_100Hz": 8.358572666666596, "FS1_VolumeFlow_l_per_min_10Hz": 3.2512633333333336, "FS2_VolumeFlow_l_per_min_10Hz": 8.916948333333343, "TS1_Temperature_C_1Hz": 56.77873333333333, "TS2_Temperature_C_1Hz": 60.08, "TS3_Temperature_C_1Hz": 58.66406666666666, "TS4_Temperature_C_1Hz": 52.4751, "P1_MotorPower_W_100Hz": 2620.9827666667034, "VS1_Vibration_mm_per_s_1Hz": 0.7349166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.891666666666666, "CP_CoolingPower_kW_1Hz": 1.4869, "SE_EfficiencyFactor_percent_1Hz": 29.896983333333342, "cycle": 624, "timestamp": "2024-03-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.80051000000057, "PS2_Pressure_bar_100Hz": 122.62965966666646, "PS3_Pressure_bar_100Hz": 1.0848558333333287, "PS4_Pressure_bar_100Hz": 0.002341166666666667, "PS5_Pressure_bar_100Hz": 8.39979183333329, "PS6_Pressure_bar_100Hz": 8.356568833333307, "FS1_VolumeFlow_l_per_min_10Hz": 3.2469933333333354, "FS2_VolumeFlow_l_per_min_10Hz": 8.914470000000003, "TS1_Temperature_C_1Hz": 56.877916666666685, "TS2_Temperature_C_1Hz": 60.16789999999999, "TS3_Temperature_C_1Hz": 58.66473333333336, "TS4_Temperature_C_1Hz": 52.49613333333331, "P1_MotorPower_W_100Hz": 2621.021766666677, "VS1_Vibration_mm_per_s_1Hz": 0.7402499999999999, "CE_CoolingEfficiency_percent_1Hz": 18.827016666666665, "CP_CoolingPower_kW_1Hz": 1.4815666666666665, "SE_EfficiencyFactor_percent_1Hz": 29.826400000000003, "cycle": 625, "timestamp": "2024-03-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.80266833333346, "PS2_Pressure_bar_100Hz": 122.65815283333357, "PS3_Pressure_bar_100Hz": 1.0912999999999917, "PS4_Pressure_bar_100Hz": 0.021185, "PS5_Pressure_bar_100Hz": 8.401693999999988, "PS6_Pressure_bar_100Hz": 8.360178166666616, "FS1_VolumeFlow_l_per_min_10Hz": 3.259066666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.918871666666673, "TS1_Temperature_C_1Hz": 56.9715166666667, "TS2_Temperature_C_1Hz": 60.24695, "TS3_Temperature_C_1Hz": 58.68813333333335, "TS4_Temperature_C_1Hz": 52.50083333333332, "P1_MotorPower_W_100Hz": 2621.654733333356, "VS1_Vibration_mm_per_s_1Hz": 0.7351500000000002, "CE_CoolingEfficiency_percent_1Hz": 18.864800000000006, "CP_CoolingPower_kW_1Hz": 1.48695, "SE_EfficiencyFactor_percent_1Hz": 30.0362, "cycle": 626, "timestamp": "2024-03-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.80059833333442, "PS2_Pressure_bar_100Hz": 122.67371149999983, "PS3_Pressure_bar_100Hz": 1.0937816666666575, "PS4_Pressure_bar_100Hz": 0.0011408333333333333, "PS5_Pressure_bar_100Hz": 8.398168166666665, "PS6_Pressure_bar_100Hz": 8.356617166666597, "FS1_VolumeFlow_l_per_min_10Hz": 3.260256666666665, "FS2_VolumeFlow_l_per_min_10Hz": 8.913070000000015, "TS1_Temperature_C_1Hz": 57.014383333333356, "TS2_Temperature_C_1Hz": 60.30503333333334, "TS3_Temperature_C_1Hz": 58.71670000000003, "TS4_Temperature_C_1Hz": 52.49641666666664, "P1_MotorPower_W_100Hz": 2621.7418333333308, "VS1_Vibration_mm_per_s_1Hz": 0.7394333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.943550000000002, "CP_CoolingPower_kW_1Hz": 1.4943166666666667, "SE_EfficiencyFactor_percent_1Hz": 30.045216666666654, "cycle": 627, "timestamp": "2024-03-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.78948000000153, "PS2_Pressure_bar_100Hz": 122.65998200000014, "PS3_Pressure_bar_100Hz": 1.0972883333333199, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.396640166666659, "PS6_Pressure_bar_100Hz": 8.354550499999968, "FS1_VolumeFlow_l_per_min_10Hz": 3.2537533333333313, "FS2_VolumeFlow_l_per_min_10Hz": 8.911433333333331, "TS1_Temperature_C_1Hz": 57.063350000000035, "TS2_Temperature_C_1Hz": 60.36306666666666, "TS3_Temperature_C_1Hz": 58.742816666666684, "TS4_Temperature_C_1Hz": 52.54491666666664, "P1_MotorPower_W_100Hz": 2621.378466666713, "VS1_Vibration_mm_per_s_1Hz": 0.7331500000000001, "CE_CoolingEfficiency_percent_1Hz": 18.878649999999997, "CP_CoolingPower_kW_1Hz": 1.4880500000000003, "SE_EfficiencyFactor_percent_1Hz": 29.939950000000003, "cycle": 628, "timestamp": "2024-03-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.7855250000013, "PS2_Pressure_bar_100Hz": 122.65303249999991, "PS3_Pressure_bar_100Hz": 1.090863999999991, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.393815999999989, "PS6_Pressure_bar_100Hz": 8.351612666666595, "FS1_VolumeFlow_l_per_min_10Hz": 3.2626283333333324, "FS2_VolumeFlow_l_per_min_10Hz": 8.903930000000003, "TS1_Temperature_C_1Hz": 57.07910000000002, "TS2_Temperature_C_1Hz": 60.40150000000003, "TS3_Temperature_C_1Hz": 58.771033333333335, "TS4_Temperature_C_1Hz": 52.55076666666664, "P1_MotorPower_W_100Hz": 2617.053166666722, "VS1_Vibration_mm_per_s_1Hz": 0.739633333333333, "CE_CoolingEfficiency_percent_1Hz": 18.940366666666666, "CP_CoolingPower_kW_1Hz": 1.4929999999999999, "SE_EfficiencyFactor_percent_1Hz": 30.14906666666667, "cycle": 629, "timestamp": "2024-03-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 166.56918833333447, "PS2_Pressure_bar_100Hz": 116.13922299999965, "PS3_Pressure_bar_100Hz": 1.2776529999999877, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.395069499999991, "PS6_Pressure_bar_100Hz": 8.352304999999946, "FS1_VolumeFlow_l_per_min_10Hz": 4.253491666666659, "FS2_VolumeFlow_l_per_min_10Hz": 8.905655000000008, "TS1_Temperature_C_1Hz": 57.15010000000002, "TS2_Temperature_C_1Hz": 60.62966666666667, "TS3_Temperature_C_1Hz": 58.731766666666665, "TS4_Temperature_C_1Hz": 52.550966666666646, "P1_MotorPower_W_100Hz": 2534.0155666666783, "VS1_Vibration_mm_per_s_1Hz": 0.7056333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.845216666666662, "CP_CoolingPower_kW_1Hz": 1.4831500000000004, "SE_EfficiencyFactor_percent_1Hz": 38.68866666666667, "cycle": 630, "timestamp": "2024-03-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.45522666666702, "PS2_Pressure_bar_100Hz": 104.79757799999994, "PS3_Pressure_bar_100Hz": 1.6259288333333257, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.398763166666646, "PS6_Pressure_bar_100Hz": 8.355498666666612, "FS1_VolumeFlow_l_per_min_10Hz": 6.237638333333339, "FS2_VolumeFlow_l_per_min_10Hz": 8.912773333333341, "TS1_Temperature_C_1Hz": 57.2228, "TS2_Temperature_C_1Hz": 60.990166666666646, "TS3_Temperature_C_1Hz": 58.69426666666666, "TS4_Temperature_C_1Hz": 52.562149999999995, "P1_MotorPower_W_100Hz": 2385.3296666667, "VS1_Vibration_mm_per_s_1Hz": 0.6493166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.708600000000004, "CP_CoolingPower_kW_1Hz": 1.4731333333333334, "SE_EfficiencyFactor_percent_1Hz": 56.40554999999998, "cycle": 631, "timestamp": "2024-03-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.7613266666675, "PS2_Pressure_bar_100Hz": 122.92727266666662, "PS3_Pressure_bar_100Hz": 1.104130499999984, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.398365000000014, "PS6_Pressure_bar_100Hz": 8.353748499999918, "FS1_VolumeFlow_l_per_min_10Hz": 3.266363333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.911161666666668, "TS1_Temperature_C_1Hz": 57.08341666666671, "TS2_Temperature_C_1Hz": 60.86008333333333, "TS3_Temperature_C_1Hz": 58.71411666666667, "TS4_Temperature_C_1Hz": 52.528366666666635, "P1_MotorPower_W_100Hz": 2619.157266666737, "VS1_Vibration_mm_per_s_1Hz": 0.7206333333333332, "CE_CoolingEfficiency_percent_1Hz": 18.85558333333334, "CP_CoolingPower_kW_1Hz": 1.485133333333333, "SE_EfficiencyFactor_percent_1Hz": 30.312533333333345, "cycle": 632, "timestamp": "2024-03-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.74859666666683, "PS2_Pressure_bar_100Hz": 122.89546450000006, "PS3_Pressure_bar_100Hz": 1.1093551666666515, "PS4_Pressure_bar_100Hz": 0.10237416666666663, "PS5_Pressure_bar_100Hz": 8.400461333333302, "PS6_Pressure_bar_100Hz": 8.355624499999967, "FS1_VolumeFlow_l_per_min_10Hz": 3.2672216666666682, "FS2_VolumeFlow_l_per_min_10Hz": 8.91345000000001, "TS1_Temperature_C_1Hz": 57.111100000000015, "TS2_Temperature_C_1Hz": 60.735533333333315, "TS3_Temperature_C_1Hz": 58.66138333333332, "TS4_Temperature_C_1Hz": 52.53955000000003, "P1_MotorPower_W_100Hz": 2619.6887666667285, "VS1_Vibration_mm_per_s_1Hz": 0.7363166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.682866666666666, "CP_CoolingPower_kW_1Hz": 1.4703666666666664, "SE_EfficiencyFactor_percent_1Hz": 30.29321666666667, "cycle": 633, "timestamp": "2024-03-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.46046666666888, "PS2_Pressure_bar_100Hz": 130.99576133333386, "PS3_Pressure_bar_100Hz": 0.855777999999982, "PS4_Pressure_bar_100Hz": 0.13348849999999998, "PS5_Pressure_bar_100Hz": 8.400608499999992, "PS6_Pressure_bar_100Hz": 8.35463116666662, "FS1_VolumeFlow_l_per_min_10Hz": 2.0585166666666663, "FS2_VolumeFlow_l_per_min_10Hz": 8.913155000000003, "TS1_Temperature_C_1Hz": 57.16110000000001, "TS2_Temperature_C_1Hz": 60.59858333333333, "TS3_Temperature_C_1Hz": 58.679116666666644, "TS4_Temperature_C_1Hz": 52.51816666666669, "P1_MotorPower_W_100Hz": 2722.762300000029, "VS1_Vibration_mm_per_s_1Hz": 0.7537666666666667, "CE_CoolingEfficiency_percent_1Hz": 18.76966666666667, "CP_CoolingPower_kW_1Hz": 1.477483333333333, "SE_EfficiencyFactor_percent_1Hz": 19.40073333333334, "cycle": 634, "timestamp": "2024-03-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.78326000000106, "PS2_Pressure_bar_100Hz": 122.55740800000052, "PS3_Pressure_bar_100Hz": 1.1088763333333311, "PS4_Pressure_bar_100Hz": 1.576774999999996, "PS5_Pressure_bar_100Hz": 8.395833666666642, "PS6_Pressure_bar_100Hz": 8.350060833333284, "FS1_VolumeFlow_l_per_min_10Hz": 3.2894499999999987, "FS2_VolumeFlow_l_per_min_10Hz": 8.903720000000009, "TS1_Temperature_C_1Hz": 57.12163333333337, "TS2_Temperature_C_1Hz": 60.42511666666669, "TS3_Temperature_C_1Hz": 58.82308333333332, "TS4_Temperature_C_1Hz": 52.55221666666666, "P1_MotorPower_W_100Hz": 2624.0261000000346, "VS1_Vibration_mm_per_s_1Hz": 0.7991166666666665, "CE_CoolingEfficiency_percent_1Hz": 18.997966666666663, "CP_CoolingPower_kW_1Hz": 1.5067833333333334, "SE_EfficiencyFactor_percent_1Hz": 29.470166666666653, "cycle": 635, "timestamp": "2024-03-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 166.64027500000108, "PS2_Pressure_bar_100Hz": 116.52631433333356, "PS3_Pressure_bar_100Hz": 1.2838066666666583, "PS4_Pressure_bar_100Hz": 1.3605800000000001, "PS5_Pressure_bar_100Hz": 8.399634333333328, "PS6_Pressure_bar_100Hz": 8.354014666666615, "FS1_VolumeFlow_l_per_min_10Hz": 4.271873333333332, "FS2_VolumeFlow_l_per_min_10Hz": 8.904386666666678, "TS1_Temperature_C_1Hz": 57.159150000000025, "TS2_Temperature_C_1Hz": 60.72606666666668, "TS3_Temperature_C_1Hz": 58.80308333333337, "TS4_Temperature_C_1Hz": 52.61251666666664, "P1_MotorPower_W_100Hz": 2536.6612666666856, "VS1_Vibration_mm_per_s_1Hz": 0.7085833333333331, "CE_CoolingEfficiency_percent_1Hz": 18.772499999999994, "CP_CoolingPower_kW_1Hz": 1.4854999999999996, "SE_EfficiencyFactor_percent_1Hz": 39.07203333333334, "cycle": 636, "timestamp": "2024-03-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.5664716666677, "PS2_Pressure_bar_100Hz": 104.93362500000029, "PS3_Pressure_bar_100Hz": 1.6292718333333265, "PS4_Pressure_bar_100Hz": 0.027703500000000006, "PS5_Pressure_bar_100Hz": 8.401915999999972, "PS6_Pressure_bar_100Hz": 8.356819499999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.232798333333332, "FS2_VolumeFlow_l_per_min_10Hz": 8.906961666666666, "TS1_Temperature_C_1Hz": 57.249800000000015, "TS2_Temperature_C_1Hz": 61.07129999999998, "TS3_Temperature_C_1Hz": 58.735899999999994, "TS4_Temperature_C_1Hz": 52.59524999999996, "P1_MotorPower_W_100Hz": 2388.046000000008, "VS1_Vibration_mm_per_s_1Hz": 0.6457500000000003, "CE_CoolingEfficiency_percent_1Hz": 18.657966666666667, "CP_CoolingPower_kW_1Hz": 1.47145, "SE_EfficiencyFactor_percent_1Hz": 56.31736666666667, "cycle": 637, "timestamp": "2024-03-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.81717500000087, "PS2_Pressure_bar_100Hz": 122.96055666666672, "PS3_Pressure_bar_100Hz": 1.1081424999999923, "PS4_Pressure_bar_100Hz": 0.08157833333333331, "PS5_Pressure_bar_100Hz": 8.403625166666673, "PS6_Pressure_bar_100Hz": 8.356398333333264, "FS1_VolumeFlow_l_per_min_10Hz": 3.268853333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.901591666666675, "TS1_Temperature_C_1Hz": 57.08733333333336, "TS2_Temperature_C_1Hz": 60.94681666666664, "TS3_Temperature_C_1Hz": 58.77773333333336, "TS4_Temperature_C_1Hz": 52.568049999999985, "P1_MotorPower_W_100Hz": 2620.9738000000257, "VS1_Vibration_mm_per_s_1Hz": 0.71275, "CE_CoolingEfficiency_percent_1Hz": 18.88576666666666, "CP_CoolingPower_kW_1Hz": 1.4888833333333336, "SE_EfficiencyFactor_percent_1Hz": 30.34998333333333, "cycle": 638, "timestamp": "2024-03-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.80170666666749, "PS2_Pressure_bar_100Hz": 122.94110949999987, "PS3_Pressure_bar_100Hz": 1.1045624999999923, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.408293166666635, "PS6_Pressure_bar_100Hz": 8.3619729999999, "FS1_VolumeFlow_l_per_min_10Hz": 3.2665733333333336, "FS2_VolumeFlow_l_per_min_10Hz": 8.911046666666675, "TS1_Temperature_C_1Hz": 57.11810000000003, "TS2_Temperature_C_1Hz": 60.79018333333331, "TS3_Temperature_C_1Hz": 58.68023333333333, "TS4_Temperature_C_1Hz": 52.56291666666666, "P1_MotorPower_W_100Hz": 2621.0111000000493, "VS1_Vibration_mm_per_s_1Hz": 0.7325833333333333, "CE_CoolingEfficiency_percent_1Hz": 18.647216666666665, "CP_CoolingPower_kW_1Hz": 1.4689333333333334, "SE_EfficiencyFactor_percent_1Hz": 30.315449999999995, "cycle": 639, "timestamp": "2024-03-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.75500500000157, "PS2_Pressure_bar_100Hz": 122.92498000000045, "PS3_Pressure_bar_100Hz": 1.108262999999993, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.40556683333332, "PS6_Pressure_bar_100Hz": 8.358873833333258, "FS1_VolumeFlow_l_per_min_10Hz": 3.266191666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.907135, "TS1_Temperature_C_1Hz": 57.13110000000001, "TS2_Temperature_C_1Hz": 60.70661666666665, "TS3_Temperature_C_1Hz": 58.74, "TS4_Temperature_C_1Hz": 52.55698333333333, "P1_MotorPower_W_100Hz": 2621.036933333363, "VS1_Vibration_mm_per_s_1Hz": 0.7315499999999999, "CE_CoolingEfficiency_percent_1Hz": 18.768516666666667, "CP_CoolingPower_kW_1Hz": 1.4839833333333337, "SE_EfficiencyFactor_percent_1Hz": 30.28603333333334, "cycle": 640, "timestamp": "2024-03-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.6702783333349, "PS2_Pressure_bar_100Hz": 123.05115516666659, "PS3_Pressure_bar_100Hz": 1.1060496666666575, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.401888166666648, "PS6_Pressure_bar_100Hz": 8.354279833333276, "FS1_VolumeFlow_l_per_min_10Hz": 3.257146666666668, "FS2_VolumeFlow_l_per_min_10Hz": 8.897345000000003, "TS1_Temperature_C_1Hz": 57.138716666666674, "TS2_Temperature_C_1Hz": 60.667183333333334, "TS3_Temperature_C_1Hz": 58.79885, "TS4_Temperature_C_1Hz": 52.569533333333325, "P1_MotorPower_W_100Hz": 2620.506400000031, "VS1_Vibration_mm_per_s_1Hz": 0.7318666666666667, "CE_CoolingEfficiency_percent_1Hz": 18.85968333333334, "CP_CoolingPower_kW_1Hz": 1.491666666666667, "SE_EfficiencyFactor_percent_1Hz": 30.19413333333333, "cycle": 641, "timestamp": "2024-04-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.7086750000014, "PS2_Pressure_bar_100Hz": 123.08688183333345, "PS3_Pressure_bar_100Hz": 1.10777149999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.401419999999991, "PS6_Pressure_bar_100Hz": 8.351135166666623, "FS1_VolumeFlow_l_per_min_10Hz": 3.2571549999999996, "FS2_VolumeFlow_l_per_min_10Hz": 8.901918333333338, "TS1_Temperature_C_1Hz": 57.12345000000001, "TS2_Temperature_C_1Hz": 60.62841666666666, "TS3_Temperature_C_1Hz": 58.81189999999999, "TS4_Temperature_C_1Hz": 52.594949999999976, "P1_MotorPower_W_100Hz": 2621.6000333333573, "VS1_Vibration_mm_per_s_1Hz": 0.729533333333333, "CE_CoolingEfficiency_percent_1Hz": 18.83505, "CP_CoolingPower_kW_1Hz": 1.4914833333333342, "SE_EfficiencyFactor_percent_1Hz": 30.17185000000001, "cycle": 642, "timestamp": "2024-04-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.6938516666681, "PS2_Pressure_bar_100Hz": 123.07434883333333, "PS3_Pressure_bar_100Hz": 1.1228771666666613, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.401642499999967, "PS6_Pressure_bar_100Hz": 8.352277666666618, "FS1_VolumeFlow_l_per_min_10Hz": 3.267083333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.899126666666668, "TS1_Temperature_C_1Hz": 57.17793333333336, "TS2_Temperature_C_1Hz": 60.63276666666668, "TS3_Temperature_C_1Hz": 58.8506166666667, "TS4_Temperature_C_1Hz": 52.627799999999986, "P1_MotorPower_W_100Hz": 2620.782200000062, "VS1_Vibration_mm_per_s_1Hz": 0.7319499999999998, "CE_CoolingEfficiency_percent_1Hz": 18.786250000000003, "CP_CoolingPower_kW_1Hz": 1.489, "SE_EfficiencyFactor_percent_1Hz": 30.381399999999985, "cycle": 643, "timestamp": "2024-04-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.39154666666732, "PS2_Pressure_bar_100Hz": 104.97330483333343, "PS3_Pressure_bar_100Hz": 1.649307499999992, "PS4_Pressure_bar_100Hz": 5.333333333333333e-05, "PS5_Pressure_bar_100Hz": 8.405775333333276, "PS6_Pressure_bar_100Hz": 8.357021999999944, "FS1_VolumeFlow_l_per_min_10Hz": 6.231701666666665, "FS2_VolumeFlow_l_per_min_10Hz": 8.904684999999999, "TS1_Temperature_C_1Hz": 57.27211666666666, "TS2_Temperature_C_1Hz": 61.043866666666666, "TS3_Temperature_C_1Hz": 58.77813333333335, "TS4_Temperature_C_1Hz": 52.6557, "P1_MotorPower_W_100Hz": 2386.3105333333483, "VS1_Vibration_mm_per_s_1Hz": 0.6464333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.568749999999998, "CP_CoolingPower_kW_1Hz": 1.4689666666666668, "SE_EfficiencyFactor_percent_1Hz": 56.29191666666667, "cycle": 644, "timestamp": "2024-04-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.63424166666758, "PS2_Pressure_bar_100Hz": 122.99638283333347, "PS3_Pressure_bar_100Hz": 1.112753666666653, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.403888666666631, "PS6_Pressure_bar_100Hz": 8.355753333333297, "FS1_VolumeFlow_l_per_min_10Hz": 3.258858333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.90578333333334, "TS1_Temperature_C_1Hz": 57.12483333333334, "TS2_Temperature_C_1Hz": 60.918933333333335, "TS3_Temperature_C_1Hz": 58.808200000000014, "TS4_Temperature_C_1Hz": 52.58234999999998, "P1_MotorPower_W_100Hz": 2620.1393333333913, "VS1_Vibration_mm_per_s_1Hz": 0.7156833333333331, "CE_CoolingEfficiency_percent_1Hz": 18.845283333333338, "CP_CoolingPower_kW_1Hz": 1.493583333333334, "SE_EfficiencyFactor_percent_1Hz": 30.186349999999997, "cycle": 645, "timestamp": "2024-04-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.63968666666736, "PS2_Pressure_bar_100Hz": 123.01371900000004, "PS3_Pressure_bar_100Hz": 1.1159689999999867, "PS4_Pressure_bar_100Hz": 0.0001231666666666667, "PS5_Pressure_bar_100Hz": 8.40351833333332, "PS6_Pressure_bar_100Hz": 8.355886999999962, "FS1_VolumeFlow_l_per_min_10Hz": 3.272665000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.905665000000003, "TS1_Temperature_C_1Hz": 57.16381666666667, "TS2_Temperature_C_1Hz": 60.799416666666644, "TS3_Temperature_C_1Hz": 58.77283333333334, "TS4_Temperature_C_1Hz": 52.59611666666667, "P1_MotorPower_W_100Hz": 2620.6389000000295, "VS1_Vibration_mm_per_s_1Hz": 0.7289333333333332, "CE_CoolingEfficiency_percent_1Hz": 18.65878333333334, "CP_CoolingPower_kW_1Hz": 1.481316666666667, "SE_EfficiencyFactor_percent_1Hz": 30.419716666666663, "cycle": 646, "timestamp": "2024-04-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.618530000001, "PS2_Pressure_bar_100Hz": 122.97505049999978, "PS3_Pressure_bar_100Hz": 1.1097859999999895, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.403088499999997, "PS6_Pressure_bar_100Hz": 8.355337166666596, "FS1_VolumeFlow_l_per_min_10Hz": 3.2620283333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.903361666666662, "TS1_Temperature_C_1Hz": 57.17576666666668, "TS2_Temperature_C_1Hz": 60.716966666666636, "TS3_Temperature_C_1Hz": 58.78203333333332, "TS4_Temperature_C_1Hz": 52.57591666666666, "P1_MotorPower_W_100Hz": 2620.753766666711, "VS1_Vibration_mm_per_s_1Hz": 0.7296333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.820766666666668, "CP_CoolingPower_kW_1Hz": 1.488, "SE_EfficiencyFactor_percent_1Hz": 30.215350000000004, "cycle": 647, "timestamp": "2024-04-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.63194000000098, "PS2_Pressure_bar_100Hz": 122.9866048333332, "PS3_Pressure_bar_100Hz": 1.1222009999999845, "PS4_Pressure_bar_100Hz": 0.0009813333333333334, "PS5_Pressure_bar_100Hz": 8.399723166666652, "PS6_Pressure_bar_100Hz": 8.352557833333277, "FS1_VolumeFlow_l_per_min_10Hz": 3.2592300000000014, "FS2_VolumeFlow_l_per_min_10Hz": 8.899793333333333, "TS1_Temperature_C_1Hz": 57.19818333333333, "TS2_Temperature_C_1Hz": 60.68674999999998, "TS3_Temperature_C_1Hz": 58.84348333333334, "TS4_Temperature_C_1Hz": 52.57531666666666, "P1_MotorPower_W_100Hz": 2621.837600000057, "VS1_Vibration_mm_per_s_1Hz": 0.7283333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.961716666666664, "CP_CoolingPower_kW_1Hz": 1.5030166666666671, "SE_EfficiencyFactor_percent_1Hz": 30.17926666666667, "cycle": 648, "timestamp": "2024-04-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.57902833333478, "PS2_Pressure_bar_100Hz": 122.94271199999977, "PS3_Pressure_bar_100Hz": 1.103362166666655, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.396641000000011, "PS6_Pressure_bar_100Hz": 8.34999766666665, "FS1_VolumeFlow_l_per_min_10Hz": 3.2613133333333337, "FS2_VolumeFlow_l_per_min_10Hz": 8.895101666666664, "TS1_Temperature_C_1Hz": 57.20543333333333, "TS2_Temperature_C_1Hz": 60.650983333333336, "TS3_Temperature_C_1Hz": 58.853949999999976, "TS4_Temperature_C_1Hz": 52.60006666666665, "P1_MotorPower_W_100Hz": 2621.728133333403, "VS1_Vibration_mm_per_s_1Hz": 0.7249166666666668, "CE_CoolingEfficiency_percent_1Hz": 18.9165, "CP_CoolingPower_kW_1Hz": 1.4981833333333334, "SE_EfficiencyFactor_percent_1Hz": 30.206350000000004, "cycle": 649, "timestamp": "2024-04-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.56377333333455, "PS2_Pressure_bar_100Hz": 122.95005183333302, "PS3_Pressure_bar_100Hz": 1.096720833333323, "PS4_Pressure_bar_100Hz": 0.00010266666666666666, "PS5_Pressure_bar_100Hz": 8.396759000000001, "PS6_Pressure_bar_100Hz": 8.348942666666629, "FS1_VolumeFlow_l_per_min_10Hz": 3.264580000000001, "FS2_VolumeFlow_l_per_min_10Hz": 8.895558333333327, "TS1_Temperature_C_1Hz": 57.22435000000003, "TS2_Temperature_C_1Hz": 60.65251666666665, "TS3_Temperature_C_1Hz": 58.83804999999998, "TS4_Temperature_C_1Hz": 52.59063333333329, "P1_MotorPower_W_100Hz": 2621.5167333333798, "VS1_Vibration_mm_per_s_1Hz": 0.7319000000000001, "CE_CoolingEfficiency_percent_1Hz": 18.878966666666667, "CP_CoolingPower_kW_1Hz": 1.497716666666666, "SE_EfficiencyFactor_percent_1Hz": 30.233033333333317, "cycle": 650, "timestamp": "2024-04-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.70636500000052, "PS2_Pressure_bar_100Hz": 123.05929000000017, "PS3_Pressure_bar_100Hz": 1.1019379999999828, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.395145499999998, "PS6_Pressure_bar_100Hz": 8.348832833333296, "FS1_VolumeFlow_l_per_min_10Hz": 3.3089650000000033, "FS2_VolumeFlow_l_per_min_10Hz": 8.893331666666663, "TS1_Temperature_C_1Hz": 57.220299999999995, "TS2_Temperature_C_1Hz": 60.64763333333334, "TS3_Temperature_C_1Hz": 58.88351666666667, "TS4_Temperature_C_1Hz": 52.618433333333336, "P1_MotorPower_W_100Hz": 2604.717166666698, "VS1_Vibration_mm_per_s_1Hz": 0.7338000000000001, "CE_CoolingEfficiency_percent_1Hz": 18.884466666666658, "CP_CoolingPower_kW_1Hz": 1.5001166666666672, "SE_EfficiencyFactor_percent_1Hz": 30.880566666666674, "cycle": 651, "timestamp": "2024-04-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.99526833333434, "PS2_Pressure_bar_100Hz": 122.48748216666642, "PS3_Pressure_bar_100Hz": 1.101115999999986, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.392621166666657, "PS6_Pressure_bar_100Hz": 8.347154999999974, "FS1_VolumeFlow_l_per_min_10Hz": 3.2648933333333354, "FS2_VolumeFlow_l_per_min_10Hz": 8.891295000000015, "TS1_Temperature_C_1Hz": 57.25186666666666, "TS2_Temperature_C_1Hz": 60.66373333333334, "TS3_Temperature_C_1Hz": 58.92601666666667, "TS4_Temperature_C_1Hz": 52.636149999999994, "P1_MotorPower_W_100Hz": 2608.0456333333477, "VS1_Vibration_mm_per_s_1Hz": 0.7292833333333336, "CE_CoolingEfficiency_percent_1Hz": 18.938400000000012, "CP_CoolingPower_kW_1Hz": 1.507416666666667, "SE_EfficiencyFactor_percent_1Hz": 29.770200000000003, "cycle": 652, "timestamp": "2024-04-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9751483333345, "PS2_Pressure_bar_100Hz": 122.49106716666668, "PS3_Pressure_bar_100Hz": 1.0988954999999918, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.392263499999979, "PS6_Pressure_bar_100Hz": 8.346252166666646, "FS1_VolumeFlow_l_per_min_10Hz": 3.2698233333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.887330000000004, "TS1_Temperature_C_1Hz": 57.256649999999986, "TS2_Temperature_C_1Hz": 60.67678333333333, "TS3_Temperature_C_1Hz": 58.947316666666666, "TS4_Temperature_C_1Hz": 52.70806666666666, "P1_MotorPower_W_100Hz": 2607.570300000019, "VS1_Vibration_mm_per_s_1Hz": 0.7320333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.78425, "CP_CoolingPower_kW_1Hz": 1.4954333333333336, "SE_EfficiencyFactor_percent_1Hz": 29.902416666666664, "cycle": 653, "timestamp": "2024-04-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.00404833333445, "PS2_Pressure_bar_100Hz": 122.47588149999964, "PS3_Pressure_bar_100Hz": 1.1058019999999864, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.390066333333312, "PS6_Pressure_bar_100Hz": 8.34565266666662, "FS1_VolumeFlow_l_per_min_10Hz": 3.2649266666666668, "FS2_VolumeFlow_l_per_min_10Hz": 8.882770000000017, "TS1_Temperature_C_1Hz": 57.29031666666665, "TS2_Temperature_C_1Hz": 60.67929999999999, "TS3_Temperature_C_1Hz": 58.98616666666667, "TS4_Temperature_C_1Hz": 52.71563333333332, "P1_MotorPower_W_100Hz": 2607.4236333333524, "VS1_Vibration_mm_per_s_1Hz": 0.7264333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.8363, "CP_CoolingPower_kW_1Hz": 1.5012500000000002, "SE_EfficiencyFactor_percent_1Hz": 29.771833333333337, "cycle": 654, "timestamp": "2024-04-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.00783166666784, "PS2_Pressure_bar_100Hz": 122.51239083333294, "PS3_Pressure_bar_100Hz": 1.1067224999999872, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.389377999999981, "PS6_Pressure_bar_100Hz": 8.345480499999987, "FS1_VolumeFlow_l_per_min_10Hz": 3.266378333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.883716666666674, "TS1_Temperature_C_1Hz": 57.35341666666668, "TS2_Temperature_C_1Hz": 60.69873333333333, "TS3_Temperature_C_1Hz": 58.96273333333331, "TS4_Temperature_C_1Hz": 52.72034999999998, "P1_MotorPower_W_100Hz": 2607.580500000012, "VS1_Vibration_mm_per_s_1Hz": 0.7230333333333332, "CE_CoolingEfficiency_percent_1Hz": 18.747933333333336, "CP_CoolingPower_kW_1Hz": 1.4921499999999996, "SE_EfficiencyFactor_percent_1Hz": 29.82989999999999, "cycle": 655, "timestamp": "2024-04-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.98256333333435, "PS2_Pressure_bar_100Hz": 122.51833733333288, "PS3_Pressure_bar_100Hz": 1.0984206666666536, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.389066999999985, "PS6_Pressure_bar_100Hz": 8.345261166666642, "FS1_VolumeFlow_l_per_min_10Hz": 3.2628816666666687, "FS2_VolumeFlow_l_per_min_10Hz": 8.884296666666678, "TS1_Temperature_C_1Hz": 57.32448333333333, "TS2_Temperature_C_1Hz": 60.71456666666664, "TS3_Temperature_C_1Hz": 58.954100000000004, "TS4_Temperature_C_1Hz": 52.72741666666665, "P1_MotorPower_W_100Hz": 2607.803400000041, "VS1_Vibration_mm_per_s_1Hz": 0.7206499999999998, "CE_CoolingEfficiency_percent_1Hz": 18.769133333333336, "CP_CoolingPower_kW_1Hz": 1.4964666666666662, "SE_EfficiencyFactor_percent_1Hz": 29.75581666666666, "cycle": 656, "timestamp": "2024-04-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.72216833333366, "PS2_Pressure_bar_100Hz": 104.4063071666668, "PS3_Pressure_bar_100Hz": 1.6380873333333215, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.394730166666623, "PS6_Pressure_bar_100Hz": 8.348003166666592, "FS1_VolumeFlow_l_per_min_10Hz": 6.297029999999993, "FS2_VolumeFlow_l_per_min_10Hz": 8.892973333333343, "TS1_Temperature_C_1Hz": 57.42863333333332, "TS2_Temperature_C_1Hz": 61.160683333333346, "TS3_Temperature_C_1Hz": 58.962166666666675, "TS4_Temperature_C_1Hz": 52.719349999999984, "P1_MotorPower_W_100Hz": 2376.2288666666827, "VS1_Vibration_mm_per_s_1Hz": 0.6434833333333336, "CE_CoolingEfficiency_percent_1Hz": 18.758866666666666, "CP_CoolingPower_kW_1Hz": 1.4943166666666665, "SE_EfficiencyFactor_percent_1Hz": 56.61966666666664, "cycle": 657, "timestamp": "2024-04-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.06438000000006, "PS2_Pressure_bar_100Hz": 122.53606399999957, "PS3_Pressure_bar_100Hz": 1.0889708333333212, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.392671499999995, "PS6_Pressure_bar_100Hz": 8.348504666666628, "FS1_VolumeFlow_l_per_min_10Hz": 3.259895, "FS2_VolumeFlow_l_per_min_10Hz": 8.892420000000007, "TS1_Temperature_C_1Hz": 57.24421666666669, "TS2_Temperature_C_1Hz": 61.050783333333335, "TS3_Temperature_C_1Hz": 58.96838333333334, "TS4_Temperature_C_1Hz": 52.72318333333331, "P1_MotorPower_W_100Hz": 2611.005966666739, "VS1_Vibration_mm_per_s_1Hz": 0.7140166666666664, "CE_CoolingEfficiency_percent_1Hz": 18.78136666666667, "CP_CoolingPower_kW_1Hz": 1.4985166666666667, "SE_EfficiencyFactor_percent_1Hz": 29.719649999999994, "cycle": 658, "timestamp": "2024-04-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.01845500000073, "PS2_Pressure_bar_100Hz": 122.5164660000001, "PS3_Pressure_bar_100Hz": 1.0945133333333181, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.394594666666638, "PS6_Pressure_bar_100Hz": 8.34936649999997, "FS1_VolumeFlow_l_per_min_10Hz": 3.263000000000004, "FS2_VolumeFlow_l_per_min_10Hz": 8.89435166666667, "TS1_Temperature_C_1Hz": 57.31161666666667, "TS2_Temperature_C_1Hz": 60.91093333333333, "TS3_Temperature_C_1Hz": 58.89561666666666, "TS4_Temperature_C_1Hz": 52.68601666666666, "P1_MotorPower_W_100Hz": 2611.0137000000236, "VS1_Vibration_mm_per_s_1Hz": 0.7256166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.69055000000001, "CP_CoolingPower_kW_1Hz": 1.4859000000000004, "SE_EfficiencyFactor_percent_1Hz": 29.743849999999995, "cycle": 659, "timestamp": "2024-04-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.03329000000016, "PS2_Pressure_bar_100Hz": 122.51373133333318, "PS3_Pressure_bar_100Hz": 1.0852721666666536, "PS4_Pressure_bar_100Hz": 0.0006601666666666668, "PS5_Pressure_bar_100Hz": 8.394624500000017, "PS6_Pressure_bar_100Hz": 8.351385999999922, "FS1_VolumeFlow_l_per_min_10Hz": 3.2621166666666657, "FS2_VolumeFlow_l_per_min_10Hz": 8.896441666666663, "TS1_Temperature_C_1Hz": 57.31709999999999, "TS2_Temperature_C_1Hz": 60.83519999999997, "TS3_Temperature_C_1Hz": 58.91824999999999, "TS4_Temperature_C_1Hz": 52.68243333333332, "P1_MotorPower_W_100Hz": 2610.6876666667154, "VS1_Vibration_mm_per_s_1Hz": 0.7282500000000002, "CE_CoolingEfficiency_percent_1Hz": 18.77345, "CP_CoolingPower_kW_1Hz": 1.4946333333333333, "SE_EfficiencyFactor_percent_1Hz": 29.731400000000008, "cycle": 660, "timestamp": "2024-04-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.80594500000078, "PS2_Pressure_bar_100Hz": 104.45262466666686, "PS3_Pressure_bar_100Hz": 1.636167833333321, "PS4_Pressure_bar_100Hz": 0.0006951666666666665, "PS5_Pressure_bar_100Hz": 8.399577833333321, "PS6_Pressure_bar_100Hz": 8.351823999999953, "FS1_VolumeFlow_l_per_min_10Hz": 6.296023333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.899708333333349, "TS1_Temperature_C_1Hz": 57.389566666666674, "TS2_Temperature_C_1Hz": 61.191349999999986, "TS3_Temperature_C_1Hz": 58.89160000000001, "TS4_Temperature_C_1Hz": 52.65044999999999, "P1_MotorPower_W_100Hz": 2377.221266666708, "VS1_Vibration_mm_per_s_1Hz": 0.6443000000000002, "CE_CoolingEfficiency_percent_1Hz": 18.805899999999998, "CP_CoolingPower_kW_1Hz": 1.4972166666666673, "SE_EfficiencyFactor_percent_1Hz": 56.600366666666694, "cycle": 661, "timestamp": "2024-04-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9913400000005, "PS2_Pressure_bar_100Hz": 122.75290749999964, "PS3_Pressure_bar_100Hz": 1.1039023333333222, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.395621666666655, "PS6_Pressure_bar_100Hz": 8.349579666666624, "FS1_VolumeFlow_l_per_min_10Hz": 3.2979400000000014, "FS2_VolumeFlow_l_per_min_10Hz": 8.895851666666664, "TS1_Temperature_C_1Hz": 57.228050000000025, "TS2_Temperature_C_1Hz": 61.06764999999999, "TS3_Temperature_C_1Hz": 58.895316666666666, "TS4_Temperature_C_1Hz": 52.6426, "P1_MotorPower_W_100Hz": 2609.319633333376, "VS1_Vibration_mm_per_s_1Hz": 0.711116666666667, "CE_CoolingEfficiency_percent_1Hz": 18.852333333333338, "CP_CoolingPower_kW_1Hz": 1.5008333333333332, "SE_EfficiencyFactor_percent_1Hz": 30.53761666666667, "cycle": 662, "timestamp": "2024-04-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.94902333333482, "PS2_Pressure_bar_100Hz": 122.76118449999954, "PS3_Pressure_bar_100Hz": 1.0981436666666544, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.403974999999969, "PS6_Pressure_bar_100Hz": 8.357288499999935, "FS1_VolumeFlow_l_per_min_10Hz": 3.306788333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.908814999999999, "TS1_Temperature_C_1Hz": 57.258366666666674, "TS2_Temperature_C_1Hz": 60.91698333333333, "TS3_Temperature_C_1Hz": 58.80393333333333, "TS4_Temperature_C_1Hz": 52.612299999999976, "P1_MotorPower_W_100Hz": 2609.0420000000054, "VS1_Vibration_mm_per_s_1Hz": 0.7242166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.665100000000002, "CP_CoolingPower_kW_1Hz": 1.4839, "SE_EfficiencyFactor_percent_1Hz": 30.627966666666666, "cycle": 663, "timestamp": "2024-04-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.86865500000027, "PS2_Pressure_bar_100Hz": 104.83150816666624, "PS3_Pressure_bar_100Hz": 1.642312166666649, "PS4_Pressure_bar_100Hz": 0.0030261666666666666, "PS5_Pressure_bar_100Hz": 8.407575333333316, "PS6_Pressure_bar_100Hz": 8.358627833333237, "FS1_VolumeFlow_l_per_min_10Hz": 6.329560000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.913689999999999, "TS1_Temperature_C_1Hz": 57.353350000000006, "TS2_Temperature_C_1Hz": 61.22351666666665, "TS3_Temperature_C_1Hz": 58.7135, "TS4_Temperature_C_1Hz": 52.555183333333325, "P1_MotorPower_W_100Hz": 2379.367433333405, "VS1_Vibration_mm_per_s_1Hz": 0.6418333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.63745, "CP_CoolingPower_kW_1Hz": 1.47835, "SE_EfficiencyFactor_percent_1Hz": 57.25243333333335, "cycle": 664, "timestamp": "2024-04-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.97716500000098, "PS2_Pressure_bar_100Hz": 122.7835706666666, "PS3_Pressure_bar_100Hz": 1.1064788333333182, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.404922166666676, "PS6_Pressure_bar_100Hz": 8.35758949999993, "FS1_VolumeFlow_l_per_min_10Hz": 3.2977616666666645, "FS2_VolumeFlow_l_per_min_10Hz": 8.906661666666674, "TS1_Temperature_C_1Hz": 57.14145000000001, "TS2_Temperature_C_1Hz": 61.05941666666666, "TS3_Temperature_C_1Hz": 58.76333333333332, "TS4_Temperature_C_1Hz": 52.51359999999999, "P1_MotorPower_W_100Hz": 2610.429766666661, "VS1_Vibration_mm_per_s_1Hz": 0.7107500000000002, "CE_CoolingEfficiency_percent_1Hz": 18.936100000000003, "CP_CoolingPower_kW_1Hz": 1.502116666666667, "SE_EfficiencyFactor_percent_1Hz": 30.501483333333347, "cycle": 665, "timestamp": "2024-04-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.96080500000036, "PS2_Pressure_bar_100Hz": 122.7435509999998, "PS3_Pressure_bar_100Hz": 1.0999868333333185, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.403507333333335, "PS6_Pressure_bar_100Hz": 8.355982499999948, "FS1_VolumeFlow_l_per_min_10Hz": 3.299681666666669, "FS2_VolumeFlow_l_per_min_10Hz": 8.904873333333352, "TS1_Temperature_C_1Hz": 57.14885000000003, "TS2_Temperature_C_1Hz": 60.858916666666666, "TS3_Temperature_C_1Hz": 58.742650000000005, "TS4_Temperature_C_1Hz": 52.51496666666669, "P1_MotorPower_W_100Hz": 2609.373433333383, "VS1_Vibration_mm_per_s_1Hz": 0.722283333333333, "CE_CoolingEfficiency_percent_1Hz": 18.845983333333336, "CP_CoolingPower_kW_1Hz": 1.4932166666666675, "SE_EfficiencyFactor_percent_1Hz": 30.506500000000003, "cycle": 666, "timestamp": "2024-04-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 166.74926166666825, "PS2_Pressure_bar_100Hz": 116.24313450000014, "PS3_Pressure_bar_100Hz": 1.2888699999999895, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.405191666666676, "PS6_Pressure_bar_100Hz": 8.356572333333242, "FS1_VolumeFlow_l_per_min_10Hz": 4.309091666666665, "FS2_VolumeFlow_l_per_min_10Hz": 8.90776833333333, "TS1_Temperature_C_1Hz": 57.16290000000001, "TS2_Temperature_C_1Hz": 60.936783333333324, "TS3_Temperature_C_1Hz": 58.75581666666667, "TS4_Temperature_C_1Hz": 52.5457, "P1_MotorPower_W_100Hz": 2525.7419666666865, "VS1_Vibration_mm_per_s_1Hz": 0.6966666666666669, "CE_CoolingEfficiency_percent_1Hz": 18.776466666666668, "CP_CoolingPower_kW_1Hz": 1.4908499999999998, "SE_EfficiencyFactor_percent_1Hz": 39.27655, "cycle": 667, "timestamp": "2024-04-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.98717333333428, "PS2_Pressure_bar_100Hz": 122.78968649999968, "PS3_Pressure_bar_100Hz": 1.1021233333333131, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.404404499999977, "PS6_Pressure_bar_100Hz": 8.356527166666602, "FS1_VolumeFlow_l_per_min_10Hz": 3.3001866666666686, "FS2_VolumeFlow_l_per_min_10Hz": 8.910505000000004, "TS1_Temperature_C_1Hz": 57.1088666666667, "TS2_Temperature_C_1Hz": 60.79693333333332, "TS3_Temperature_C_1Hz": 58.71511666666667, "TS4_Temperature_C_1Hz": 52.51295000000002, "P1_MotorPower_W_100Hz": 2609.313233333346, "VS1_Vibration_mm_per_s_1Hz": 0.72625, "CE_CoolingEfficiency_percent_1Hz": 18.794716666666673, "CP_CoolingPower_kW_1Hz": 1.4903000000000002, "SE_EfficiencyFactor_percent_1Hz": 30.548866666666672, "cycle": 668, "timestamp": "2024-04-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.98447000000098, "PS2_Pressure_bar_100Hz": 122.76517816666653, "PS3_Pressure_bar_100Hz": 1.1065884999999818, "PS4_Pressure_bar_100Hz": 0.007498833333333334, "PS5_Pressure_bar_100Hz": 8.40410466666664, "PS6_Pressure_bar_100Hz": 8.354876833333249, "FS1_VolumeFlow_l_per_min_10Hz": 3.292375, "FS2_VolumeFlow_l_per_min_10Hz": 8.907899999999994, "TS1_Temperature_C_1Hz": 57.138250000000006, "TS2_Temperature_C_1Hz": 60.72874999999998, "TS3_Temperature_C_1Hz": 58.75161666666666, "TS4_Temperature_C_1Hz": 52.51073333333334, "P1_MotorPower_W_100Hz": 2609.781333333353, "VS1_Vibration_mm_per_s_1Hz": 0.72215, "CE_CoolingEfficiency_percent_1Hz": 18.862983333333336, "CP_CoolingPower_kW_1Hz": 1.4959666666666667, "SE_EfficiencyFactor_percent_1Hz": 30.420133333333336, "cycle": 669, "timestamp": "2024-04-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9307450000005, "PS2_Pressure_bar_100Hz": 122.70802133333343, "PS3_Pressure_bar_100Hz": 1.1033139999999833, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.40506066666662, "PS6_Pressure_bar_100Hz": 8.356663666666599, "FS1_VolumeFlow_l_per_min_10Hz": 3.2969033333333337, "FS2_VolumeFlow_l_per_min_10Hz": 8.912008333333338, "TS1_Temperature_C_1Hz": 57.137783333333346, "TS2_Temperature_C_1Hz": 60.68165000000001, "TS3_Temperature_C_1Hz": 58.72091666666667, "TS4_Temperature_C_1Hz": 52.51451666666669, "P1_MotorPower_W_100Hz": 2608.4167000000234, "VS1_Vibration_mm_per_s_1Hz": 0.7229333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.82421666666666, "CP_CoolingPower_kW_1Hz": 1.4923333333333326, "SE_EfficiencyFactor_percent_1Hz": 30.448216666666674, "cycle": 670, "timestamp": "2024-04-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.87886500000093, "PS2_Pressure_bar_100Hz": 122.69776983333284, "PS3_Pressure_bar_100Hz": 1.0956108333333177, "PS4_Pressure_bar_100Hz": 0.000513, "PS5_Pressure_bar_100Hz": 8.402254166666674, "PS6_Pressure_bar_100Hz": 8.352578999999952, "FS1_VolumeFlow_l_per_min_10Hz": 3.2956283333333363, "FS2_VolumeFlow_l_per_min_10Hz": 8.902225000000003, "TS1_Temperature_C_1Hz": 57.155266666666684, "TS2_Temperature_C_1Hz": 60.662600000000005, "TS3_Temperature_C_1Hz": 58.74551666666666, "TS4_Temperature_C_1Hz": 52.507850000000005, "P1_MotorPower_W_100Hz": 2608.1581666667025, "VS1_Vibration_mm_per_s_1Hz": 0.7269333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.844583333333333, "CP_CoolingPower_kW_1Hz": 1.4953000000000003, "SE_EfficiencyFactor_percent_1Hz": 30.436850000000003, "cycle": 671, "timestamp": "2024-05-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.80435166666754, "PS2_Pressure_bar_100Hz": 122.90132550000023, "PS3_Pressure_bar_100Hz": 1.1002741666666513, "PS4_Pressure_bar_100Hz": 0.008277500000000005, "PS5_Pressure_bar_100Hz": 8.400591999999998, "PS6_Pressure_bar_100Hz": 8.350680666666646, "FS1_VolumeFlow_l_per_min_10Hz": 3.3176816666666658, "FS2_VolumeFlow_l_per_min_10Hz": 8.901711666666671, "TS1_Temperature_C_1Hz": 57.141833333333345, "TS2_Temperature_C_1Hz": 60.64653333333334, "TS3_Temperature_C_1Hz": 58.77991666666665, "TS4_Temperature_C_1Hz": 52.54031666666665, "P1_MotorPower_W_100Hz": 2607.817133333369, "VS1_Vibration_mm_per_s_1Hz": 0.7277833333333332, "CE_CoolingEfficiency_percent_1Hz": 18.876050000000003, "CP_CoolingPower_kW_1Hz": 1.4979666666666673, "SE_EfficiencyFactor_percent_1Hz": 30.88916666666666, "cycle": 672, "timestamp": "2024-05-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 180.54150500000108, "PS2_Pressure_bar_100Hz": 131.00690433333338, "PS3_Pressure_bar_100Hz": 0.8686583333333164, "PS4_Pressure_bar_100Hz": 3.1666666666666666e-05, "PS5_Pressure_bar_100Hz": 8.398366833333304, "PS6_Pressure_bar_100Hz": 8.349079999999969, "FS1_VolumeFlow_l_per_min_10Hz": 2.086776666666668, "FS2_VolumeFlow_l_per_min_10Hz": 8.899413333333346, "TS1_Temperature_C_1Hz": 57.17346666666668, "TS2_Temperature_C_1Hz": 60.57803333333333, "TS3_Temperature_C_1Hz": 58.84610000000001, "TS4_Temperature_C_1Hz": 52.55889999999997, "P1_MotorPower_W_100Hz": 2708.453466666684, "VS1_Vibration_mm_per_s_1Hz": 0.7446333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.943483333333337, "CP_CoolingPower_kW_1Hz": 1.5066499999999996, "SE_EfficiencyFactor_percent_1Hz": 19.77819999999999, "cycle": 673, "timestamp": "2024-05-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.668468333334, "PS2_Pressure_bar_100Hz": 122.33564099999982, "PS3_Pressure_bar_100Hz": 1.124110666666663, "PS4_Pressure_bar_100Hz": 1.4081668333333333, "PS5_Pressure_bar_100Hz": 8.39364649999999, "PS6_Pressure_bar_100Hz": 8.345276833333317, "FS1_VolumeFlow_l_per_min_10Hz": 3.360000000000005, "FS2_VolumeFlow_l_per_min_10Hz": 8.892058333333333, "TS1_Temperature_C_1Hz": 57.125600000000034, "TS2_Temperature_C_1Hz": 60.41904999999999, "TS3_Temperature_C_1Hz": 58.95121666666667, "TS4_Temperature_C_1Hz": 52.6371, "P1_MotorPower_W_100Hz": 2606.5011666666805, "VS1_Vibration_mm_per_s_1Hz": 0.7748166666666667, "CE_CoolingEfficiency_percent_1Hz": 19.020733333333336, "CP_CoolingPower_kW_1Hz": 1.514566666666667, "SE_EfficiencyFactor_percent_1Hz": 29.980133333333338, "cycle": 674, "timestamp": "2024-05-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.6335583333335, "PS2_Pressure_bar_100Hz": 104.91319283333303, "PS3_Pressure_bar_100Hz": 1.6590531666666535, "PS4_Pressure_bar_100Hz": 1.1292791666666662, "PS5_Pressure_bar_100Hz": 8.393909333333344, "PS6_Pressure_bar_100Hz": 8.346483333333294, "FS1_VolumeFlow_l_per_min_10Hz": 6.343196666666672, "FS2_VolumeFlow_l_per_min_10Hz": 8.892501666666677, "TS1_Temperature_C_1Hz": 57.29714999999999, "TS2_Temperature_C_1Hz": 61.008383333333356, "TS3_Temperature_C_1Hz": 58.90638333333335, "TS4_Temperature_C_1Hz": 52.71908333333332, "P1_MotorPower_W_100Hz": 2375.0985333333597, "VS1_Vibration_mm_per_s_1Hz": 0.6476166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.681583333333336, "CP_CoolingPower_kW_1Hz": 1.482183333333333, "SE_EfficiencyFactor_percent_1Hz": 57.677800000000005, "cycle": 675, "timestamp": "2024-05-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9419616666672, "PS2_Pressure_bar_100Hz": 123.06926066666702, "PS3_Pressure_bar_100Hz": 1.109384333333326, "PS4_Pressure_bar_100Hz": 0.5394875, "PS5_Pressure_bar_100Hz": 8.396338333333311, "PS6_Pressure_bar_100Hz": 8.347925666666605, "FS1_VolumeFlow_l_per_min_10Hz": 3.3100033333333307, "FS2_VolumeFlow_l_per_min_10Hz": 8.898733333333334, "TS1_Temperature_C_1Hz": 57.09360000000001, "TS2_Temperature_C_1Hz": 60.89029999999999, "TS3_Temperature_C_1Hz": 58.89850000000001, "TS4_Temperature_C_1Hz": 52.68454999999998, "P1_MotorPower_W_100Hz": 2608.335500000069, "VS1_Vibration_mm_per_s_1Hz": 0.7051999999999999, "CE_CoolingEfficiency_percent_1Hz": 18.73535, "CP_CoolingPower_kW_1Hz": 1.4917000000000002, "SE_EfficiencyFactor_percent_1Hz": 30.89313333333331, "cycle": 676, "timestamp": "2024-05-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.93628000000143, "PS2_Pressure_bar_100Hz": 123.03487416666721, "PS3_Pressure_bar_100Hz": 1.11547466666666, "PS4_Pressure_bar_100Hz": 0.004839333333333333, "PS5_Pressure_bar_100Hz": 8.398069333333318, "PS6_Pressure_bar_100Hz": 8.349309666666656, "FS1_VolumeFlow_l_per_min_10Hz": 3.3045166666666663, "FS2_VolumeFlow_l_per_min_10Hz": 8.899818333333334, "TS1_Temperature_C_1Hz": 57.168450000000014, "TS2_Temperature_C_1Hz": 60.76349999999998, "TS3_Temperature_C_1Hz": 58.83488333333334, "TS4_Temperature_C_1Hz": 52.66128333333332, "P1_MotorPower_W_100Hz": 2606.7097333334045, "VS1_Vibration_mm_per_s_1Hz": 0.7127833333333334, "CE_CoolingEfficiency_percent_1Hz": 18.64991666666667, "CP_CoolingPower_kW_1Hz": 1.481233333333333, "SE_EfficiencyFactor_percent_1Hz": 30.808483333333335, "cycle": 677, "timestamp": "2024-05-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.69401500000058, "PS2_Pressure_bar_100Hz": 104.97188733333336, "PS3_Pressure_bar_100Hz": 1.6658499999999998, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.401260333333292, "PS6_Pressure_bar_100Hz": 8.353556333333316, "FS1_VolumeFlow_l_per_min_10Hz": 6.338555000000001, "FS2_VolumeFlow_l_per_min_10Hz": 8.906778333333333, "TS1_Temperature_C_1Hz": 57.3042666666667, "TS2_Temperature_C_1Hz": 61.1292, "TS3_Temperature_C_1Hz": 58.76715000000003, "TS4_Temperature_C_1Hz": 52.61861666666665, "P1_MotorPower_W_100Hz": 2374.582000000051, "VS1_Vibration_mm_per_s_1Hz": 0.6318333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.584883333333337, "CP_CoolingPower_kW_1Hz": 1.4746166666666658, "SE_EfficiencyFactor_percent_1Hz": 57.612300000000005, "cycle": 678, "timestamp": "2024-05-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.96150666666762, "PS2_Pressure_bar_100Hz": 123.07371433333358, "PS3_Pressure_bar_100Hz": 1.1178388333333271, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.405551166666628, "PS6_Pressure_bar_100Hz": 8.357335999999961, "FS1_VolumeFlow_l_per_min_10Hz": 3.308188333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.911688333333348, "TS1_Temperature_C_1Hz": 57.12450000000002, "TS2_Temperature_C_1Hz": 60.99226666666666, "TS3_Temperature_C_1Hz": 58.71520000000002, "TS4_Temperature_C_1Hz": 52.513383333333344, "P1_MotorPower_W_100Hz": 2608.6648666666747, "VS1_Vibration_mm_per_s_1Hz": 0.7047166666666667, "CE_CoolingEfficiency_percent_1Hz": 18.726416666666672, "CP_CoolingPower_kW_1Hz": 1.4883166666666667, "SE_EfficiencyFactor_percent_1Hz": 30.89898333333334, "cycle": 679, "timestamp": "2024-05-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9462450000013, "PS2_Pressure_bar_100Hz": 123.06264633333349, "PS3_Pressure_bar_100Hz": 1.117048666666654, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.404047166666649, "PS6_Pressure_bar_100Hz": 8.356257166666564, "FS1_VolumeFlow_l_per_min_10Hz": 3.2993983333333343, "FS2_VolumeFlow_l_per_min_10Hz": 8.912675000000014, "TS1_Temperature_C_1Hz": 57.11660000000003, "TS2_Temperature_C_1Hz": 60.83843333333335, "TS3_Temperature_C_1Hz": 58.747816666666694, "TS4_Temperature_C_1Hz": 52.51395000000002, "P1_MotorPower_W_100Hz": 2609.855766666701, "VS1_Vibration_mm_per_s_1Hz": 0.7171333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.82298333333334, "CP_CoolingPower_kW_1Hz": 1.4963166666666665, "SE_EfficiencyFactor_percent_1Hz": 30.707666666666675, "cycle": 680, "timestamp": "2024-05-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.9309633333347, "PS2_Pressure_bar_100Hz": 123.0416820000001, "PS3_Pressure_bar_100Hz": 1.1193903333333253, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.405410833333328, "PS6_Pressure_bar_100Hz": 8.357376333333246, "FS1_VolumeFlow_l_per_min_10Hz": 3.3080916666666673, "FS2_VolumeFlow_l_per_min_10Hz": 8.913013333333328, "TS1_Temperature_C_1Hz": 57.15898333333335, "TS2_Temperature_C_1Hz": 60.74564999999999, "TS3_Temperature_C_1Hz": 58.722183333333334, "TS4_Temperature_C_1Hz": 52.52025000000002, "P1_MotorPower_W_100Hz": 2609.4226000000504, "VS1_Vibration_mm_per_s_1Hz": 0.7194333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.789866666666676, "CP_CoolingPower_kW_1Hz": 1.4909999999999994, "SE_EfficiencyFactor_percent_1Hz": 30.823849999999993, "cycle": 681, "timestamp": "2024-05-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 155.62246166666716, "PS2_Pressure_bar_100Hz": 105.11702733333368, "PS3_Pressure_bar_100Hz": 1.6611636666666516, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.40650399999995, "PS6_Pressure_bar_100Hz": 8.360442166666571, "FS1_VolumeFlow_l_per_min_10Hz": 6.330328333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.915059999999997, "TS1_Temperature_C_1Hz": 57.25735000000002, "TS2_Temperature_C_1Hz": 61.102933333333326, "TS3_Temperature_C_1Hz": 58.68035, "TS4_Temperature_C_1Hz": 52.51251666666668, "P1_MotorPower_W_100Hz": 2375.5702000000224, "VS1_Vibration_mm_per_s_1Hz": 0.6367666666666667, "CE_CoolingEfficiency_percent_1Hz": 18.70455000000001, "CP_CoolingPower_kW_1Hz": 1.4806999999999992, "SE_EfficiencyFactor_percent_1Hz": 57.58051666666667, "cycle": 682, "timestamp": "2024-05-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.88236000000109, "PS2_Pressure_bar_100Hz": 123.21171116666639, "PS3_Pressure_bar_100Hz": 1.1241183333333165, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.401231833333293, "PS6_Pressure_bar_100Hz": 8.353988499999923, "FS1_VolumeFlow_l_per_min_10Hz": 3.3049300000000015, "FS2_VolumeFlow_l_per_min_10Hz": 8.90820833333333, "TS1_Temperature_C_1Hz": 57.03543333333334, "TS2_Temperature_C_1Hz": 60.948066666666676, "TS3_Temperature_C_1Hz": 58.70079999999998, "TS4_Temperature_C_1Hz": 52.51363333333335, "P1_MotorPower_W_100Hz": 2608.2934000000273, "VS1_Vibration_mm_per_s_1Hz": 0.7042333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.761450000000004, "CP_CoolingPower_kW_1Hz": 1.4853833333333333, "SE_EfficiencyFactor_percent_1Hz": 30.90245000000001, "cycle": 683, "timestamp": "2024-05-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8626883333348, "PS2_Pressure_bar_100Hz": 123.19055533333358, "PS3_Pressure_bar_100Hz": 1.1169344999999862, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.405185166666643, "PS6_Pressure_bar_100Hz": 8.35874899999993, "FS1_VolumeFlow_l_per_min_10Hz": 3.302255000000001, "FS2_VolumeFlow_l_per_min_10Hz": 8.91023833333334, "TS1_Temperature_C_1Hz": 57.07683333333335, "TS2_Temperature_C_1Hz": 60.773333333333326, "TS3_Temperature_C_1Hz": 58.625750000000004, "TS4_Temperature_C_1Hz": 52.51086666666668, "P1_MotorPower_W_100Hz": 2605.565633333353, "VS1_Vibration_mm_per_s_1Hz": 0.7208166666666666, "CE_CoolingEfficiency_percent_1Hz": 18.550066666666666, "CP_CoolingPower_kW_1Hz": 1.4689333333333325, "SE_EfficiencyFactor_percent_1Hz": 30.852533333333334, "cycle": 684, "timestamp": "2024-05-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8371816666674, "PS2_Pressure_bar_100Hz": 123.13503483333311, "PS3_Pressure_bar_100Hz": 1.1228924999999867, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.404834333333312, "PS6_Pressure_bar_100Hz": 8.359281166666598, "FS1_VolumeFlow_l_per_min_10Hz": 3.295171666666667, "FS2_VolumeFlow_l_per_min_10Hz": 8.915765000000004, "TS1_Temperature_C_1Hz": 57.1118, "TS2_Temperature_C_1Hz": 60.703566666666646, "TS3_Temperature_C_1Hz": 58.6349833333333, "TS4_Temperature_C_1Hz": 52.49958333333332, "P1_MotorPower_W_100Hz": 2604.2223333333686, "VS1_Vibration_mm_per_s_1Hz": 0.7221666666666666, "CE_CoolingEfficiency_percent_1Hz": 18.600533333333328, "CP_CoolingPower_kW_1Hz": 1.4737833333333337, "SE_EfficiencyFactor_percent_1Hz": 30.729050000000008, "cycle": 685, "timestamp": "2024-05-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.8611500000007, "PS2_Pressure_bar_100Hz": 123.17550500000016, "PS3_Pressure_bar_100Hz": 1.1172283333333164, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.404907499999966, "PS6_Pressure_bar_100Hz": 8.358749166666561, "FS1_VolumeFlow_l_per_min_10Hz": 3.3024283333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.911308333333345, "TS1_Temperature_C_1Hz": 57.09946666666668, "TS2_Temperature_C_1Hz": 60.641283333333355, "TS3_Temperature_C_1Hz": 58.67184999999998, "TS4_Temperature_C_1Hz": 52.50418333333333, "P1_MotorPower_W_100Hz": 2604.902133333381, "VS1_Vibration_mm_per_s_1Hz": 0.7187666666666666, "CE_CoolingEfficiency_percent_1Hz": 18.664450000000002, "CP_CoolingPower_kW_1Hz": 1.4809833333333335, "SE_EfficiencyFactor_percent_1Hz": 30.810699999999994, "cycle": 686, "timestamp": "2024-05-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.85581166666728, "PS2_Pressure_bar_100Hz": 123.17374466666688, "PS3_Pressure_bar_100Hz": 1.1151779999999885, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.402948499999958, "PS6_Pressure_bar_100Hz": 8.357324166666562, "FS1_VolumeFlow_l_per_min_10Hz": 3.3028999999999997, "FS2_VolumeFlow_l_per_min_10Hz": 8.911328333333337, "TS1_Temperature_C_1Hz": 57.07896666666669, "TS2_Temperature_C_1Hz": 60.59688333333334, "TS3_Temperature_C_1Hz": 58.71999999999999, "TS4_Temperature_C_1Hz": 52.518333333333366, "P1_MotorPower_W_100Hz": 2605.3220000000256, "VS1_Vibration_mm_per_s_1Hz": 0.7099000000000003, "CE_CoolingEfficiency_percent_1Hz": 18.72506666666667, "CP_CoolingPower_kW_1Hz": 1.4902333333333329, "SE_EfficiencyFactor_percent_1Hz": 30.815316666666664, "cycle": 687, "timestamp": "2024-05-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.7922850000007, "PS2_Pressure_bar_100Hz": 123.11274683333363, "PS3_Pressure_bar_100Hz": 1.1219653333333168, "PS4_Pressure_bar_100Hz": 0.0015380000000000003, "PS5_Pressure_bar_100Hz": 8.400987166666642, "PS6_Pressure_bar_100Hz": 8.356343999999936, "FS1_VolumeFlow_l_per_min_10Hz": 3.3007233333333312, "FS2_VolumeFlow_l_per_min_10Hz": 8.911386666666669, "TS1_Temperature_C_1Hz": 57.113516666666676, "TS2_Temperature_C_1Hz": 60.5808, "TS3_Temperature_C_1Hz": 58.72078333333332, "TS4_Temperature_C_1Hz": 52.51810000000001, "P1_MotorPower_W_100Hz": 2604.39870000004, "VS1_Vibration_mm_per_s_1Hz": 0.7208500000000003, "CE_CoolingEfficiency_percent_1Hz": 18.717233333333333, "CP_CoolingPower_kW_1Hz": 1.4899000000000002, "SE_EfficiencyFactor_percent_1Hz": 30.763616666666675, "cycle": 688, "timestamp": "2024-05-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 166.57684166666778, "PS2_Pressure_bar_100Hz": 116.60345750000043, "PS3_Pressure_bar_100Hz": 1.3038464999999868, "PS4_Pressure_bar_100Hz": 0.02654916666666667, "PS5_Pressure_bar_100Hz": 8.401301833333305, "PS6_Pressure_bar_100Hz": 8.35669116666659, "FS1_VolumeFlow_l_per_min_10Hz": 4.337419999999996, "FS2_VolumeFlow_l_per_min_10Hz": 8.90945333333333, "TS1_Temperature_C_1Hz": 57.182383333333355, "TS2_Temperature_C_1Hz": 60.782699999999984, "TS3_Temperature_C_1Hz": 58.71899999999999, "TS4_Temperature_C_1Hz": 52.52781666666667, "P1_MotorPower_W_100Hz": 2520.6795666666635, "VS1_Vibration_mm_per_s_1Hz": 0.6884499999999999, "CE_CoolingEfficiency_percent_1Hz": 18.68153333333333, "CP_CoolingPower_kW_1Hz": 1.4842000000000004, "SE_EfficiencyFactor_percent_1Hz": 39.89438333333335, "cycle": 689, "timestamp": "2024-05-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.82118333333398, "PS2_Pressure_bar_100Hz": 123.14784316666696, "PS3_Pressure_bar_100Hz": 1.118186666666652, "PS4_Pressure_bar_100Hz": 1.9999999999999998e-05, "PS5_Pressure_bar_100Hz": 8.401241666666646, "PS6_Pressure_bar_100Hz": 8.35635033333324, "FS1_VolumeFlow_l_per_min_10Hz": 3.312773333333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.908443333333338, "TS1_Temperature_C_1Hz": 57.11715, "TS2_Temperature_C_1Hz": 60.68896666666669, "TS3_Temperature_C_1Hz": 58.72935, "TS4_Temperature_C_1Hz": 52.51111666666669, "P1_MotorPower_W_100Hz": 2604.7613666667203, "VS1_Vibration_mm_per_s_1Hz": 0.7227500000000003, "CE_CoolingEfficiency_percent_1Hz": 18.78596666666667, "CP_CoolingPower_kW_1Hz": 1.4944833333333334, "SE_EfficiencyFactor_percent_1Hz": 30.988249999999997, "cycle": 690, "timestamp": "2024-05-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 172.83359333333493, "PS2_Pressure_bar_100Hz": 123.12109249999999, "PS3_Pressure_bar_100Hz": 1.1185941666666483, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.400868166666644, "PS6_Pressure_bar_100Hz": 8.356212499999947, "FS1_VolumeFlow_l_per_min_10Hz": 3.3203683333333376, "FS2_VolumeFlow_l_per_min_10Hz": 8.91234166666668, "TS1_Temperature_C_1Hz": 57.14190000000003, "TS2_Temperature_C_1Hz": 60.65791666666667, "TS3_Temperature_C_1Hz": 58.758566666666674, "TS4_Temperature_C_1Hz": 52.51715000000001, "P1_MotorPower_W_100Hz": 2603.9770666667087, "VS1_Vibration_mm_per_s_1Hz": 0.7185666666666669, "CE_CoolingEfficiency_percent_1Hz": 18.87683333333334, "CP_CoolingPower_kW_1Hz": 1.5005166666666676, "SE_EfficiencyFactor_percent_1Hz": 31.08791666666667, "cycle": 691, "timestamp": "2024-05-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.01130166666724, "PS2_Pressure_bar_100Hz": 105.37499199999988, "PS3_Pressure_bar_100Hz": 1.7323570000000015, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.402003499999962, "PS6_Pressure_bar_100Hz": 8.357452999999953, "FS1_VolumeFlow_l_per_min_10Hz": 6.56238833333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.912255000000002, "TS1_Temperature_C_1Hz": 57.25726666666667, "TS2_Temperature_C_1Hz": 61.07798333333331, "TS3_Temperature_C_1Hz": 58.72920000000002, "TS4_Temperature_C_1Hz": 52.52358333333333, "P1_MotorPower_W_100Hz": 2363.072766666698, "VS1_Vibration_mm_per_s_1Hz": 0.7061333333333334, "CE_CoolingEfficiency_percent_1Hz": 18.770383333333335, "CP_CoolingPower_kW_1Hz": 1.4894833333333328, "SE_EfficiencyFactor_percent_1Hz": 60.054999999999986, "cycle": 692, "timestamp": "2024-05-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.30558333333389, "PS2_Pressure_bar_100Hz": 104.82788216666656, "PS3_Pressure_bar_100Hz": 1.7151613333333273, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.404557666666632, "PS6_Pressure_bar_100Hz": 8.360313166666606, "FS1_VolumeFlow_l_per_min_10Hz": 6.5206483333333365, "FS2_VolumeFlow_l_per_min_10Hz": 8.916530000000002, "TS1_Temperature_C_1Hz": 57.190000000000005, "TS2_Temperature_C_1Hz": 61.301500000000004, "TS3_Temperature_C_1Hz": 58.713066666666684, "TS4_Temperature_C_1Hz": 52.491116666666656, "P1_MotorPower_W_100Hz": 2368.343400000029, "VS1_Vibration_mm_per_s_1Hz": 0.6952166666666668, "CE_CoolingEfficiency_percent_1Hz": 18.816466666666667, "CP_CoolingPower_kW_1Hz": 1.4953999999999996, "SE_EfficiencyFactor_percent_1Hz": 58.98466666666669, "cycle": 693, "timestamp": "2024-05-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3565966666665, "PS2_Pressure_bar_100Hz": 104.87062333333309, "PS3_Pressure_bar_100Hz": 1.7098319999999942, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.40762033333334, "PS6_Pressure_bar_100Hz": 8.363640166666583, "FS1_VolumeFlow_l_per_min_10Hz": 6.518808333333329, "FS2_VolumeFlow_l_per_min_10Hz": 8.919238333333336, "TS1_Temperature_C_1Hz": 57.13361666666669, "TS2_Temperature_C_1Hz": 61.39051666666666, "TS3_Temperature_C_1Hz": 58.66021666666669, "TS4_Temperature_C_1Hz": 52.493566666666645, "P1_MotorPower_W_100Hz": 2368.897133333365, "VS1_Vibration_mm_per_s_1Hz": 0.6628333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.659200000000002, "CP_CoolingPower_kW_1Hz": 1.482766666666666, "SE_EfficiencyFactor_percent_1Hz": 58.95543333333337, "cycle": 694, "timestamp": "2024-05-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.33397333333338, "PS2_Pressure_bar_100Hz": 104.89246549999972, "PS3_Pressure_bar_100Hz": 1.7264651666666648, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.412654000000039, "PS6_Pressure_bar_100Hz": 8.368260333333275, "FS1_VolumeFlow_l_per_min_10Hz": 6.521286666666664, "FS2_VolumeFlow_l_per_min_10Hz": 8.932123333333331, "TS1_Temperature_C_1Hz": 57.08873333333336, "TS2_Temperature_C_1Hz": 61.41081666666666, "TS3_Temperature_C_1Hz": 58.56766666666667, "TS4_Temperature_C_1Hz": 52.48123333333333, "P1_MotorPower_W_100Hz": 2370.064633333378, "VS1_Vibration_mm_per_s_1Hz": 0.6532833333333332, "CE_CoolingEfficiency_percent_1Hz": 18.44035, "CP_CoolingPower_kW_1Hz": 1.466416666666667, "SE_EfficiencyFactor_percent_1Hz": 58.95346666666668, "cycle": 695, "timestamp": "2024-05-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.36503500000006, "PS2_Pressure_bar_100Hz": 104.88860166666649, "PS3_Pressure_bar_100Hz": 1.7173033333333252, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.414526333333312, "PS6_Pressure_bar_100Hz": 8.370555666666649, "FS1_VolumeFlow_l_per_min_10Hz": 6.530381666666669, "FS2_VolumeFlow_l_per_min_10Hz": 8.934431666666654, "TS1_Temperature_C_1Hz": 57.01428333333334, "TS2_Temperature_C_1Hz": 61.393899999999995, "TS3_Temperature_C_1Hz": 58.52105000000002, "TS4_Temperature_C_1Hz": 52.387366666666665, "P1_MotorPower_W_100Hz": 2369.7106333333627, "VS1_Vibration_mm_per_s_1Hz": 0.6477500000000003, "CE_CoolingEfficiency_percent_1Hz": 18.63673333333333, "CP_CoolingPower_kW_1Hz": 1.4776999999999998, "SE_EfficiencyFactor_percent_1Hz": 59.10821666666664, "cycle": 696, "timestamp": "2024-05-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39742500000006, "PS2_Pressure_bar_100Hz": 104.93065133333296, "PS3_Pressure_bar_100Hz": 1.7164950000000008, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.419352999999994, "PS6_Pressure_bar_100Hz": 8.375636166666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.529776666666671, "FS2_VolumeFlow_l_per_min_10Hz": 8.942378333333336, "TS1_Temperature_C_1Hz": 56.96403333333334, "TS2_Temperature_C_1Hz": 61.36648333333334, "TS3_Temperature_C_1Hz": 58.440249999999985, "TS4_Temperature_C_1Hz": 52.318916666666645, "P1_MotorPower_W_100Hz": 2370.2948000000542, "VS1_Vibration_mm_per_s_1Hz": 0.6416666666666668, "CE_CoolingEfficiency_percent_1Hz": 18.633266666666668, "CP_CoolingPower_kW_1Hz": 1.474583333333333, "SE_EfficiencyFactor_percent_1Hz": 59.15304999999999, "cycle": 697, "timestamp": "2024-05-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39872666666656, "PS2_Pressure_bar_100Hz": 104.93318499999982, "PS3_Pressure_bar_100Hz": 1.7170201666666671, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.423069666666699, "PS6_Pressure_bar_100Hz": 8.379364166666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.533794999999996, "FS2_VolumeFlow_l_per_min_10Hz": 8.950273333333334, "TS1_Temperature_C_1Hz": 56.895733333333354, "TS2_Temperature_C_1Hz": 61.33074999999998, "TS3_Temperature_C_1Hz": 58.336633333333346, "TS4_Temperature_C_1Hz": 52.28903333333333, "P1_MotorPower_W_100Hz": 2370.572966666721, "VS1_Vibration_mm_per_s_1Hz": 0.6456833333333333, "CE_CoolingEfficiency_percent_1Hz": 18.465366666666675, "CP_CoolingPower_kW_1Hz": 1.458616666666667, "SE_EfficiencyFactor_percent_1Hz": 59.156150000000025, "cycle": 698, "timestamp": "2024-05-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.42144333333331, "PS2_Pressure_bar_100Hz": 104.92396149999983, "PS3_Pressure_bar_100Hz": 1.7130829999999926, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.423858666666703, "PS6_Pressure_bar_100Hz": 8.379709999999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.529946666666677, "FS2_VolumeFlow_l_per_min_10Hz": 8.950693333333339, "TS1_Temperature_C_1Hz": 56.82871666666667, "TS2_Temperature_C_1Hz": 61.289633333333335, "TS3_Temperature_C_1Hz": 58.30399999999999, "TS4_Temperature_C_1Hz": 52.13531666666666, "P1_MotorPower_W_100Hz": 2370.0799000000156, "VS1_Vibration_mm_per_s_1Hz": 0.6623833333333337, "CE_CoolingEfficiency_percent_1Hz": 18.839683333333333, "CP_CoolingPower_kW_1Hz": 1.487316666666666, "SE_EfficiencyFactor_percent_1Hz": 59.05141666666667, "cycle": 699, "timestamp": "2024-05-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.40934333333308, "PS2_Pressure_bar_100Hz": 104.91106566666656, "PS3_Pressure_bar_100Hz": 1.7158694999999964, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.42867683333336, "PS6_Pressure_bar_100Hz": 8.383635000000023, "FS1_VolumeFlow_l_per_min_10Hz": 6.52616833333334, "FS2_VolumeFlow_l_per_min_10Hz": 8.959686666666668, "TS1_Temperature_C_1Hz": 56.75056666666665, "TS2_Temperature_C_1Hz": 61.23813333333332, "TS3_Temperature_C_1Hz": 58.25979999999997, "TS4_Temperature_C_1Hz": 52.15993333333332, "P1_MotorPower_W_100Hz": 2371.296266666699, "VS1_Vibration_mm_per_s_1Hz": 0.6503499999999999, "CE_CoolingEfficiency_percent_1Hz": 18.615666666666666, "CP_CoolingPower_kW_1Hz": 1.4719666666666669, "SE_EfficiencyFactor_percent_1Hz": 59.02223333333335, "cycle": 700, "timestamp": "2024-05-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.44402333333304, "PS2_Pressure_bar_100Hz": 104.94113749999968, "PS3_Pressure_bar_100Hz": 1.7209374999999951, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.430778333333338, "PS6_Pressure_bar_100Hz": 8.3846358333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.530064999999996, "FS2_VolumeFlow_l_per_min_10Hz": 8.961921666666674, "TS1_Temperature_C_1Hz": 56.66025, "TS2_Temperature_C_1Hz": 61.16416666666666, "TS3_Temperature_C_1Hz": 58.17438333333334, "TS4_Temperature_C_1Hz": 52.11648333333334, "P1_MotorPower_W_100Hz": 2372.0398000000105, "VS1_Vibration_mm_per_s_1Hz": 0.6445666666666667, "CE_CoolingEfficiency_percent_1Hz": 18.572766666666666, "CP_CoolingPower_kW_1Hz": 1.4640833333333325, "SE_EfficiencyFactor_percent_1Hz": 59.11493333333331, "cycle": 701, "timestamp": "2024-05-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 173.49928833333232, "PS2_Pressure_bar_100Hz": 122.91338033333346, "PS3_Pressure_bar_100Hz": 1.1398223333333268, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.428597666666652, "PS6_Pressure_bar_100Hz": 8.382313499999984, "FS1_VolumeFlow_l_per_min_10Hz": 3.3618383333333335, "FS2_VolumeFlow_l_per_min_10Hz": 8.959006666666669, "TS1_Temperature_C_1Hz": 56.549399999999984, "TS2_Temperature_C_1Hz": 60.826466666666654, "TS3_Temperature_C_1Hz": 58.15781666666664, "TS4_Temperature_C_1Hz": 52.08163333333332, "P1_MotorPower_W_100Hz": 2602.245366666701, "VS1_Vibration_mm_per_s_1Hz": 0.72685, "CE_CoolingEfficiency_percent_1Hz": 18.644666666666676, "CP_CoolingPower_kW_1Hz": 1.4659333333333335, "SE_EfficiencyFactor_percent_1Hz": 30.832716666666666, "cycle": 702, "timestamp": "2024-06-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.2774700000002, "PS2_Pressure_bar_100Hz": 105.14545933333301, "PS3_Pressure_bar_100Hz": 1.717812499999986, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.428484333333332, "PS6_Pressure_bar_100Hz": 8.380997999999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.566295000000002, "FS2_VolumeFlow_l_per_min_10Hz": 8.964814999999998, "TS1_Temperature_C_1Hz": 56.719300000000004, "TS2_Temperature_C_1Hz": 60.95716666666669, "TS3_Temperature_C_1Hz": 58.16998333333334, "TS4_Temperature_C_1Hz": 52.074233333333346, "P1_MotorPower_W_100Hz": 2369.0580000000377, "VS1_Vibration_mm_per_s_1Hz": 0.6753166666666669, "CE_CoolingEfficiency_percent_1Hz": 18.68761666666667, "CP_CoolingPower_kW_1Hz": 1.473883333333333, "SE_EfficiencyFactor_percent_1Hz": 59.826649999999994, "cycle": 703, "timestamp": "2024-06-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.30785333333324, "PS2_Pressure_bar_100Hz": 105.16524283333334, "PS3_Pressure_bar_100Hz": 1.716511166666662, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.43329000000004, "PS6_Pressure_bar_100Hz": 8.385155000000067, "FS1_VolumeFlow_l_per_min_10Hz": 6.5593349999999955, "FS2_VolumeFlow_l_per_min_10Hz": 8.971303333333337, "TS1_Temperature_C_1Hz": 56.62498333333334, "TS2_Temperature_C_1Hz": 61.0309166666667, "TS3_Temperature_C_1Hz": 58.12771666666666, "TS4_Temperature_C_1Hz": 52.07171666666663, "P1_MotorPower_W_100Hz": 2370.2828000000036, "VS1_Vibration_mm_per_s_1Hz": 0.6603166666666669, "CE_CoolingEfficiency_percent_1Hz": 18.594849999999994, "CP_CoolingPower_kW_1Hz": 1.4627333333333328, "SE_EfficiencyFactor_percent_1Hz": 59.75676666666668, "cycle": 704, "timestamp": "2024-06-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.33671333333356, "PS2_Pressure_bar_100Hz": 105.17750149999966, "PS3_Pressure_bar_100Hz": 1.7184229999999967, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.435774500000015, "PS6_Pressure_bar_100Hz": 8.388396166666698, "FS1_VolumeFlow_l_per_min_10Hz": 6.565311666666665, "FS2_VolumeFlow_l_per_min_10Hz": 8.975120000000008, "TS1_Temperature_C_1Hz": 56.5799, "TS2_Temperature_C_1Hz": 61.03820000000001, "TS3_Temperature_C_1Hz": 58.06866666666665, "TS4_Temperature_C_1Hz": 52.012916666666655, "P1_MotorPower_W_100Hz": 2372.5397666666913, "VS1_Vibration_mm_per_s_1Hz": 0.6518166666666669, "CE_CoolingEfficiency_percent_1Hz": 18.61543333333333, "CP_CoolingPower_kW_1Hz": 1.4654166666666666, "SE_EfficiencyFactor_percent_1Hz": 59.90366666666668, "cycle": 705, "timestamp": "2024-06-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39523833333268, "PS2_Pressure_bar_100Hz": 105.22450333333293, "PS3_Pressure_bar_100Hz": 1.717195499999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.438592666666695, "PS6_Pressure_bar_100Hz": 8.391245333333366, "FS1_VolumeFlow_l_per_min_10Hz": 6.5540899999999915, "FS2_VolumeFlow_l_per_min_10Hz": 8.980423333333336, "TS1_Temperature_C_1Hz": 56.533533333333324, "TS2_Temperature_C_1Hz": 61.03248333333335, "TS3_Temperature_C_1Hz": 58.02635000000001, "TS4_Temperature_C_1Hz": 51.946999999999996, "P1_MotorPower_W_100Hz": 2372.7662000000287, "VS1_Vibration_mm_per_s_1Hz": 0.6427833333333334, "CE_CoolingEfficiency_percent_1Hz": 18.69998333333334, "CP_CoolingPower_kW_1Hz": 1.4723499999999998, "SE_EfficiencyFactor_percent_1Hz": 59.643399999999964, "cycle": 706, "timestamp": "2024-06-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39796666666624, "PS2_Pressure_bar_100Hz": 105.21481949999959, "PS3_Pressure_bar_100Hz": 1.718689999999993, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.443947333333345, "PS6_Pressure_bar_100Hz": 8.395314000000047, "FS1_VolumeFlow_l_per_min_10Hz": 6.559623333333333, "FS2_VolumeFlow_l_per_min_10Hz": 8.98694666666666, "TS1_Temperature_C_1Hz": 56.47886666666663, "TS2_Temperature_C_1Hz": 61.02331666666669, "TS3_Temperature_C_1Hz": 57.97871666666668, "TS4_Temperature_C_1Hz": 51.79555, "P1_MotorPower_W_100Hz": 2373.342300000005, "VS1_Vibration_mm_per_s_1Hz": 0.6537666666666666, "CE_CoolingEfficiency_percent_1Hz": 19.05286666666667, "CP_CoolingPower_kW_1Hz": 1.4980166666666668, "SE_EfficiencyFactor_percent_1Hz": 59.730350000000016, "cycle": 707, "timestamp": "2024-06-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.41132500000003, "PS2_Pressure_bar_100Hz": 105.22480016666695, "PS3_Pressure_bar_100Hz": 1.7146766666666593, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.446794000000006, "PS6_Pressure_bar_100Hz": 8.398088500000013, "FS1_VolumeFlow_l_per_min_10Hz": 6.561693333333332, "FS2_VolumeFlow_l_per_min_10Hz": 8.994774999999999, "TS1_Temperature_C_1Hz": 56.44831666666663, "TS2_Temperature_C_1Hz": 60.97403333333331, "TS3_Temperature_C_1Hz": 57.92038333333331, "TS4_Temperature_C_1Hz": 51.78383333333332, "P1_MotorPower_W_100Hz": 2374.532900000017, "VS1_Vibration_mm_per_s_1Hz": 0.6371166666666668, "CE_CoolingEfficiency_percent_1Hz": 18.97069999999999, "CP_CoolingPower_kW_1Hz": 1.4868999999999999, "SE_EfficiencyFactor_percent_1Hz": 59.70946666666665, "cycle": 708, "timestamp": "2024-06-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.41005000000035, "PS2_Pressure_bar_100Hz": 105.26779849999984, "PS3_Pressure_bar_100Hz": 1.7185558333333213, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.449396333333373, "PS6_Pressure_bar_100Hz": 8.39950233333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.565743333333336, "FS2_VolumeFlow_l_per_min_10Hz": 8.99545166666668, "TS1_Temperature_C_1Hz": 56.368283333333316, "TS2_Temperature_C_1Hz": 60.91263333333335, "TS3_Temperature_C_1Hz": 57.906516666666654, "TS4_Temperature_C_1Hz": 51.61321666666667, "P1_MotorPower_W_100Hz": 2375.368100000028, "VS1_Vibration_mm_per_s_1Hz": 0.6529500000000004, "CE_CoolingEfficiency_percent_1Hz": 19.41808333333334, "CP_CoolingPower_kW_1Hz": 1.5263499999999999, "SE_EfficiencyFactor_percent_1Hz": 59.73451666666667, "cycle": 709, "timestamp": "2024-06-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.41714833333253, "PS2_Pressure_bar_100Hz": 105.25876149999985, "PS3_Pressure_bar_100Hz": 1.7092998333333314, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.4524055, "PS6_Pressure_bar_100Hz": 8.402243499999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.571814999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.003110000000001, "TS1_Temperature_C_1Hz": 56.35038333333332, "TS2_Temperature_C_1Hz": 60.86813333333332, "TS3_Temperature_C_1Hz": 57.83428333333335, "TS4_Temperature_C_1Hz": 51.649000000000015, "P1_MotorPower_W_100Hz": 2374.957566666743, "VS1_Vibration_mm_per_s_1Hz": 0.6324000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.141633333333335, "CP_CoolingPower_kW_1Hz": 1.5017666666666674, "SE_EfficiencyFactor_percent_1Hz": 59.826849999999986, "cycle": 710, "timestamp": "2024-06-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.40498166666598, "PS2_Pressure_bar_100Hz": 105.26377449999981, "PS3_Pressure_bar_100Hz": 1.7161049999999836, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.457128000000003, "PS6_Pressure_bar_100Hz": 8.406359666666674, "FS1_VolumeFlow_l_per_min_10Hz": 6.567868333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.009669999999998, "TS1_Temperature_C_1Hz": 56.32433333333331, "TS2_Temperature_C_1Hz": 60.833199999999984, "TS3_Temperature_C_1Hz": 57.771583333333325, "TS4_Temperature_C_1Hz": 51.724816666666676, "P1_MotorPower_W_100Hz": 2375.746700000009, "VS1_Vibration_mm_per_s_1Hz": 0.6378833333333332, "CE_CoolingEfficiency_percent_1Hz": 18.724783333333335, "CP_CoolingPower_kW_1Hz": 1.4675999999999998, "SE_EfficiencyFactor_percent_1Hz": 59.79686666666665, "cycle": 711, "timestamp": "2024-06-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39376499999983, "PS2_Pressure_bar_100Hz": 105.24125016666679, "PS3_Pressure_bar_100Hz": 1.7161374999999952, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.458730833333355, "PS6_Pressure_bar_100Hz": 8.407398499999971, "FS1_VolumeFlow_l_per_min_10Hz": 6.5676450000000015, "FS2_VolumeFlow_l_per_min_10Hz": 9.01235166666667, "TS1_Temperature_C_1Hz": 56.26596666666663, "TS2_Temperature_C_1Hz": 60.80015000000001, "TS3_Temperature_C_1Hz": 57.74706666666666, "TS4_Temperature_C_1Hz": 51.69376666666666, "P1_MotorPower_W_100Hz": 2376.6379333333443, "VS1_Vibration_mm_per_s_1Hz": 0.6240333333333333, "CE_CoolingEfficiency_percent_1Hz": 18.71078333333334, "CP_CoolingPower_kW_1Hz": 1.4684000000000001, "SE_EfficiencyFactor_percent_1Hz": 59.742166666666655, "cycle": 712, "timestamp": "2024-06-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.32749166666656, "PS2_Pressure_bar_100Hz": 105.4813445000001, "PS3_Pressure_bar_100Hz": 1.7188341666666598, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.46154883333335, "PS6_Pressure_bar_100Hz": 8.410603333333349, "FS1_VolumeFlow_l_per_min_10Hz": 6.569174999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.016873333333342, "TS1_Temperature_C_1Hz": 56.239116666666646, "TS2_Temperature_C_1Hz": 60.769383333333366, "TS3_Temperature_C_1Hz": 57.6719833333333, "TS4_Temperature_C_1Hz": 51.648849999999996, "P1_MotorPower_W_100Hz": 2376.574433333354, "VS1_Vibration_mm_per_s_1Hz": 0.6262999999999999, "CE_CoolingEfficiency_percent_1Hz": 18.653699999999997, "CP_CoolingPower_kW_1Hz": 1.4630666666666663, "SE_EfficiencyFactor_percent_1Hz": 59.94653333333334, "cycle": 713, "timestamp": "2024-06-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.34023000000008, "PS2_Pressure_bar_100Hz": 105.44525866666649, "PS3_Pressure_bar_100Hz": 1.7203638333333227, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.46155433333338, "PS6_Pressure_bar_100Hz": 8.41061083333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.579148333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.016495000000008, "TS1_Temperature_C_1Hz": 56.17798333333331, "TS2_Temperature_C_1Hz": 60.7293, "TS3_Temperature_C_1Hz": 57.670133333333304, "TS4_Temperature_C_1Hz": 51.41221666666667, "P1_MotorPower_W_100Hz": 2376.7427000000357, "VS1_Vibration_mm_per_s_1Hz": 0.6291000000000001, "CE_CoolingEfficiency_percent_1Hz": 19.401683333333335, "CP_CoolingPower_kW_1Hz": 1.5188666666666666, "SE_EfficiencyFactor_percent_1Hz": 60.0534833333333, "cycle": 714, "timestamp": "2024-06-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.34174333333294, "PS2_Pressure_bar_100Hz": 105.4587439999995, "PS3_Pressure_bar_100Hz": 1.7192209999999966, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.466316500000051, "PS6_Pressure_bar_100Hz": 8.414941833333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.57837666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.023245000000008, "TS1_Temperature_C_1Hz": 56.14783333333331, "TS2_Temperature_C_1Hz": 60.68798333333333, "TS3_Temperature_C_1Hz": 57.59836666666665, "TS4_Temperature_C_1Hz": 51.474883333333345, "P1_MotorPower_W_100Hz": 2376.4328666667147, "VS1_Vibration_mm_per_s_1Hz": 0.6459833333333337, "CE_CoolingEfficiency_percent_1Hz": 19.0202, "CP_CoolingPower_kW_1Hz": 1.4882999999999995, "SE_EfficiencyFactor_percent_1Hz": 60.02230000000002, "cycle": 715, "timestamp": "2024-06-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.34028833333196, "PS2_Pressure_bar_100Hz": 105.47390449999989, "PS3_Pressure_bar_100Hz": 1.7267651666666577, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.466070833333363, "PS6_Pressure_bar_100Hz": 8.415692333333343, "FS1_VolumeFlow_l_per_min_10Hz": 6.572614999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.023836666666664, "TS1_Temperature_C_1Hz": 56.0721, "TS2_Temperature_C_1Hz": 60.63849999999999, "TS3_Temperature_C_1Hz": 57.60169999999998, "TS4_Temperature_C_1Hz": 51.37805000000001, "P1_MotorPower_W_100Hz": 2376.9245333333697, "VS1_Vibration_mm_per_s_1Hz": 0.6391333333333331, "CE_CoolingEfficiency_percent_1Hz": 19.32858333333333, "CP_CoolingPower_kW_1Hz": 1.5130499999999998, "SE_EfficiencyFactor_percent_1Hz": 59.98551666666667, "cycle": 716, "timestamp": "2024-06-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.32836833333297, "PS2_Pressure_bar_100Hz": 105.46331983333283, "PS3_Pressure_bar_100Hz": 1.7155164999999912, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.464863833333368, "PS6_Pressure_bar_100Hz": 8.415104166666687, "FS1_VolumeFlow_l_per_min_10Hz": 6.5750633333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.024256666666668, "TS1_Temperature_C_1Hz": 56.039716666666685, "TS2_Temperature_C_1Hz": 60.590316666666666, "TS3_Temperature_C_1Hz": 57.55411666666666, "TS4_Temperature_C_1Hz": 51.27673333333335, "P1_MotorPower_W_100Hz": 2375.2318666666883, "VS1_Vibration_mm_per_s_1Hz": 0.6293833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.52373333333334, "CP_CoolingPower_kW_1Hz": 1.526, "SE_EfficiencyFactor_percent_1Hz": 60.01036666666666, "cycle": 717, "timestamp": "2024-06-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.34294166666726, "PS2_Pressure_bar_100Hz": 105.44453566666606, "PS3_Pressure_bar_100Hz": 1.7153459999999912, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.466907166666692, "PS6_Pressure_bar_100Hz": 8.41690900000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.579406666666662, "FS2_VolumeFlow_l_per_min_10Hz": 9.025644999999999, "TS1_Temperature_C_1Hz": 56.03824999999999, "TS2_Temperature_C_1Hz": 60.57078333333334, "TS3_Temperature_C_1Hz": 57.52455, "TS4_Temperature_C_1Hz": 51.26319999999999, "P1_MotorPower_W_100Hz": 2376.106166666711, "VS1_Vibration_mm_per_s_1Hz": 0.6180833333333333, "CE_CoolingEfficiency_percent_1Hz": 19.469816666666663, "CP_CoolingPower_kW_1Hz": 1.520983333333333, "SE_EfficiencyFactor_percent_1Hz": 60.01840000000001, "cycle": 718, "timestamp": "2024-06-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.34863166666665, "PS2_Pressure_bar_100Hz": 105.48386283333316, "PS3_Pressure_bar_100Hz": 1.7106381666666557, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.470912333333358, "PS6_Pressure_bar_100Hz": 8.42016016666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.580746666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.031396666666668, "TS1_Temperature_C_1Hz": 55.999349999999986, "TS2_Temperature_C_1Hz": 60.53921666666667, "TS3_Temperature_C_1Hz": 57.47690000000001, "TS4_Temperature_C_1Hz": 51.34463333333334, "P1_MotorPower_W_100Hz": 2376.5991333333845, "VS1_Vibration_mm_per_s_1Hz": 0.6246166666666666, "CE_CoolingEfficiency_percent_1Hz": 19.105883333333338, "CP_CoolingPower_kW_1Hz": 1.4905999999999997, "SE_EfficiencyFactor_percent_1Hz": 60.034683333333334, "cycle": 719, "timestamp": "2024-06-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.37822999999966, "PS2_Pressure_bar_100Hz": 105.48977433333344, "PS3_Pressure_bar_100Hz": 1.7243181666666627, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.473854833333364, "PS6_Pressure_bar_100Hz": 8.422497333333355, "FS1_VolumeFlow_l_per_min_10Hz": 6.5847849999999974, "FS2_VolumeFlow_l_per_min_10Hz": 9.034804999999995, "TS1_Temperature_C_1Hz": 55.97935, "TS2_Temperature_C_1Hz": 60.52353333333333, "TS3_Temperature_C_1Hz": 57.44723333333334, "TS4_Temperature_C_1Hz": 51.13623333333333, "P1_MotorPower_W_100Hz": 2377.650866666693, "VS1_Vibration_mm_per_s_1Hz": 0.6207999999999998, "CE_CoolingEfficiency_percent_1Hz": 19.691200000000006, "CP_CoolingPower_kW_1Hz": 1.5361333333333331, "SE_EfficiencyFactor_percent_1Hz": 60.05478333333333, "cycle": 720, "timestamp": "2024-06-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.38537999999932, "PS2_Pressure_bar_100Hz": 105.50892700000051, "PS3_Pressure_bar_100Hz": 1.7171069999999868, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.473954333333367, "PS6_Pressure_bar_100Hz": 8.422573333333375, "FS1_VolumeFlow_l_per_min_10Hz": 6.582036666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.035828333333335, "TS1_Temperature_C_1Hz": 55.95805000000002, "TS2_Temperature_C_1Hz": 60.49411666666666, "TS3_Temperature_C_1Hz": 57.44613333333334, "TS4_Temperature_C_1Hz": 50.99769999999998, "P1_MotorPower_W_100Hz": 2378.1141333333703, "VS1_Vibration_mm_per_s_1Hz": 0.6238499999999997, "CE_CoolingEfficiency_percent_1Hz": 20.133799999999994, "CP_CoolingPower_kW_1Hz": 1.5704333333333338, "SE_EfficiencyFactor_percent_1Hz": 59.99461666666665, "cycle": 721, "timestamp": "2024-06-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.38953666666634, "PS2_Pressure_bar_100Hz": 105.51282650000024, "PS3_Pressure_bar_100Hz": 1.721077333333324, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.477167499999979, "PS6_Pressure_bar_100Hz": 8.425639500000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.5851799999999985, "FS2_VolumeFlow_l_per_min_10Hz": 9.042335000000007, "TS1_Temperature_C_1Hz": 55.91780000000001, "TS2_Temperature_C_1Hz": 60.46211666666665, "TS3_Temperature_C_1Hz": 57.41278333333333, "TS4_Temperature_C_1Hz": 51.013649999999984, "P1_MotorPower_W_100Hz": 2379.6531666667083, "VS1_Vibration_mm_per_s_1Hz": 0.61875, "CE_CoolingEfficiency_percent_1Hz": 20.008916666666657, "CP_CoolingPower_kW_1Hz": 1.5620833333333335, "SE_EfficiencyFactor_percent_1Hz": 60.05944999999999, "cycle": 722, "timestamp": "2024-06-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.32051166666636, "PS2_Pressure_bar_100Hz": 105.63191333333349, "PS3_Pressure_bar_100Hz": 1.7299261666666608, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.478313499999983, "PS6_Pressure_bar_100Hz": 8.426853833333311, "FS1_VolumeFlow_l_per_min_10Hz": 6.584344999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.042889999999993, "TS1_Temperature_C_1Hz": 55.90200000000002, "TS2_Temperature_C_1Hz": 60.44983333333332, "TS3_Temperature_C_1Hz": 57.37278333333333, "TS4_Temperature_C_1Hz": 50.95023333333332, "P1_MotorPower_W_100Hz": 2377.4289666666837, "VS1_Vibration_mm_per_s_1Hz": 0.6456999999999999, "CE_CoolingEfficiency_percent_1Hz": 20.084650000000007, "CP_CoolingPower_kW_1Hz": 1.5644333333333331, "SE_EfficiencyFactor_percent_1Hz": 60.09511666666667, "cycle": 723, "timestamp": "2024-06-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.35408666666612, "PS2_Pressure_bar_100Hz": 105.65718433333306, "PS3_Pressure_bar_100Hz": 1.724477833333333, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.481485499999991, "PS6_Pressure_bar_100Hz": 8.430127999999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.579180000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.046989999999992, "TS1_Temperature_C_1Hz": 55.87623333333334, "TS2_Temperature_C_1Hz": 60.43370000000002, "TS3_Temperature_C_1Hz": 57.34521666666665, "TS4_Temperature_C_1Hz": 50.90941666666665, "P1_MotorPower_W_100Hz": 2380.678866666691, "VS1_Vibration_mm_per_s_1Hz": 0.6273000000000001, "CE_CoolingEfficiency_percent_1Hz": 20.138233333333336, "CP_CoolingPower_kW_1Hz": 1.56775, "SE_EfficiencyFactor_percent_1Hz": 59.955233333333354, "cycle": 724, "timestamp": "2024-06-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3282383333326, "PS2_Pressure_bar_100Hz": 105.66433883333359, "PS3_Pressure_bar_100Hz": 1.7241096666666547, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.482672499999989, "PS6_Pressure_bar_100Hz": 8.431183500000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.570633333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.053349999999995, "TS1_Temperature_C_1Hz": 55.821733333333334, "TS2_Temperature_C_1Hz": 60.40003333333333, "TS3_Temperature_C_1Hz": 57.29001666666669, "TS4_Temperature_C_1Hz": 50.84381666666663, "P1_MotorPower_W_100Hz": 2379.604233333377, "VS1_Vibration_mm_per_s_1Hz": 0.6059500000000003, "CE_CoolingEfficiency_percent_1Hz": 20.216266666666662, "CP_CoolingPower_kW_1Hz": 1.572883333333333, "SE_EfficiencyFactor_percent_1Hz": 59.82015, "cycle": 725, "timestamp": "2024-06-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.33472666666614, "PS2_Pressure_bar_100Hz": 105.66752400000016, "PS3_Pressure_bar_100Hz": 1.7306144999999908, "PS4_Pressure_bar_100Hz": 4.3333333333333334e-05, "PS5_Pressure_bar_100Hz": 8.483035333333317, "PS6_Pressure_bar_100Hz": 8.431777666666672, "FS1_VolumeFlow_l_per_min_10Hz": 6.569338333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.051114999999994, "TS1_Temperature_C_1Hz": 55.819016666666656, "TS2_Temperature_C_1Hz": 60.3748, "TS3_Temperature_C_1Hz": 57.28066666666668, "TS4_Temperature_C_1Hz": 50.76856666666665, "P1_MotorPower_W_100Hz": 2380.6231666666927, "VS1_Vibration_mm_per_s_1Hz": 0.6277666666666667, "CE_CoolingEfficiency_percent_1Hz": 20.419316666666663, "CP_CoolingPower_kW_1Hz": 1.58875, "SE_EfficiencyFactor_percent_1Hz": 59.776083333333325, "cycle": 726, "timestamp": "2024-06-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.34535333333352, "PS2_Pressure_bar_100Hz": 105.66302616666695, "PS3_Pressure_bar_100Hz": 1.7186506666666586, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.479752166666636, "PS6_Pressure_bar_100Hz": 8.427854166666691, "FS1_VolumeFlow_l_per_min_10Hz": 6.568860000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.043084999999992, "TS1_Temperature_C_1Hz": 55.753933333333315, "TS2_Temperature_C_1Hz": 60.32890000000001, "TS3_Temperature_C_1Hz": 57.311416666666666, "TS4_Temperature_C_1Hz": 50.78254999999999, "P1_MotorPower_W_100Hz": 2381.3405666666713, "VS1_Vibration_mm_per_s_1Hz": 0.6268, "CE_CoolingEfficiency_percent_1Hz": 20.457500000000007, "CP_CoolingPower_kW_1Hz": 1.5936999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.81391666666669, "cycle": 727, "timestamp": "2024-06-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3451149999996, "PS2_Pressure_bar_100Hz": 105.67706950000012, "PS3_Pressure_bar_100Hz": 1.7213259999999988, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.482785666666691, "PS6_Pressure_bar_100Hz": 8.429805166666688, "FS1_VolumeFlow_l_per_min_10Hz": 6.583471666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.046479999999995, "TS1_Temperature_C_1Hz": 55.76046666666668, "TS2_Temperature_C_1Hz": 60.31703333333333, "TS3_Temperature_C_1Hz": 57.28404999999999, "TS4_Temperature_C_1Hz": 50.84808333333334, "P1_MotorPower_W_100Hz": 2382.8863333333725, "VS1_Vibration_mm_per_s_1Hz": 0.61695, "CE_CoolingEfficiency_percent_1Hz": 20.134133333333327, "CP_CoolingPower_kW_1Hz": 1.5691000000000002, "SE_EfficiencyFactor_percent_1Hz": 59.997783333333324, "cycle": 728, "timestamp": "2024-06-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.35582666666636, "PS2_Pressure_bar_100Hz": 105.67559983333342, "PS3_Pressure_bar_100Hz": 1.7327821666666612, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.487028500000005, "PS6_Pressure_bar_100Hz": 8.434603499999975, "FS1_VolumeFlow_l_per_min_10Hz": 6.579226666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.056954999999997, "TS1_Temperature_C_1Hz": 55.73623333333333, "TS2_Temperature_C_1Hz": 60.284833333333346, "TS3_Temperature_C_1Hz": 57.23290000000001, "TS4_Temperature_C_1Hz": 50.88154999999998, "P1_MotorPower_W_100Hz": 2386.2609666666967, "VS1_Vibration_mm_per_s_1Hz": 0.6160666666666667, "CE_CoolingEfficiency_percent_1Hz": 19.895649999999996, "CP_CoolingPower_kW_1Hz": 1.5499000000000005, "SE_EfficiencyFactor_percent_1Hz": 59.749816666666675, "cycle": 729, "timestamp": "2024-06-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3408366666663, "PS2_Pressure_bar_100Hz": 105.66141266666695, "PS3_Pressure_bar_100Hz": 1.7331733333333341, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.489053000000018, "PS6_Pressure_bar_100Hz": 8.436888333333275, "FS1_VolumeFlow_l_per_min_10Hz": 6.573011666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.059218333333318, "TS1_Temperature_C_1Hz": 55.701716666666655, "TS2_Temperature_C_1Hz": 60.26233333333332, "TS3_Temperature_C_1Hz": 57.23695000000002, "TS4_Temperature_C_1Hz": 50.75438333333332, "P1_MotorPower_W_100Hz": 2383.6684333334106, "VS1_Vibration_mm_per_s_1Hz": 0.6205333333333336, "CE_CoolingEfficiency_percent_1Hz": 20.284016666666666, "CP_CoolingPower_kW_1Hz": 1.5806833333333343, "SE_EfficiencyFactor_percent_1Hz": 59.830200000000005, "cycle": 730, "timestamp": "2024-06-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.34547999999904, "PS2_Pressure_bar_100Hz": 105.68075733333335, "PS3_Pressure_bar_100Hz": 1.726972833333324, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.482595166666636, "PS6_Pressure_bar_100Hz": 8.429898500000007, "FS1_VolumeFlow_l_per_min_10Hz": 6.569325000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.047944999999991, "TS1_Temperature_C_1Hz": 55.70075, "TS2_Temperature_C_1Hz": 60.250149999999984, "TS3_Temperature_C_1Hz": 57.23044999999999, "TS4_Temperature_C_1Hz": 50.806066666666645, "P1_MotorPower_W_100Hz": 2379.5890000000304, "VS1_Vibration_mm_per_s_1Hz": 0.6205166666666666, "CE_CoolingEfficiency_percent_1Hz": 20.130450000000003, "CP_CoolingPower_kW_1Hz": 1.5676166666666669, "SE_EfficiencyFactor_percent_1Hz": 59.891683333333354, "cycle": 731, "timestamp": "2024-06-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.3664966666664, "PS2_Pressure_bar_100Hz": 105.66925416666695, "PS3_Pressure_bar_100Hz": 1.7355023333333317, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.485111666666668, "PS6_Pressure_bar_100Hz": 8.432697499999959, "FS1_VolumeFlow_l_per_min_10Hz": 6.583853333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.050779999999996, "TS1_Temperature_C_1Hz": 55.68434999999998, "TS2_Temperature_C_1Hz": 60.22388333333331, "TS3_Temperature_C_1Hz": 57.169066666666644, "TS4_Temperature_C_1Hz": 50.73691666666669, "P1_MotorPower_W_100Hz": 2379.244233333379, "VS1_Vibration_mm_per_s_1Hz": 0.61805, "CE_CoolingEfficiency_percent_1Hz": 20.179266666666667, "CP_CoolingPower_kW_1Hz": 1.5674833333333331, "SE_EfficiencyFactor_percent_1Hz": 60.157733333333326, "cycle": 732, "timestamp": "2024-07-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.39498166666627, "PS2_Pressure_bar_100Hz": 105.68235633333332, "PS3_Pressure_bar_100Hz": 1.7379714999999905, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.50137000000002, "PS6_Pressure_bar_100Hz": 8.44631199999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.579883333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.03063666666666, "TS1_Temperature_C_1Hz": 55.61656666666662, "TS2_Temperature_C_1Hz": 60.203450000000004, "TS3_Temperature_C_1Hz": 57.10103333333329, "TS4_Temperature_C_1Hz": 49.839283333333334, "P1_MotorPower_W_100Hz": 2380.354000000041, "VS1_Vibration_mm_per_s_1Hz": 0.6351166666666669, "CE_CoolingEfficiency_percent_1Hz": 22.752249999999997, "CP_CoolingPower_kW_1Hz": 1.7662666666666669, "SE_EfficiencyFactor_percent_1Hz": 59.98041666666665, "cycle": 733, "timestamp": "2024-07-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.51371833333297, "PS2_Pressure_bar_100Hz": 105.79131933333356, "PS3_Pressure_bar_100Hz": 1.7411718333333328, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.513547500000023, "PS6_Pressure_bar_100Hz": 8.457385499999951, "FS1_VolumeFlow_l_per_min_10Hz": 6.572621666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.045311666666663, "TS1_Temperature_C_1Hz": 54.833699999999986, "TS2_Temperature_C_1Hz": 59.83349999999999, "TS3_Temperature_C_1Hz": 56.91806666666668, "TS4_Temperature_C_1Hz": 48.223683333333334, "P1_MotorPower_W_100Hz": 2384.1337333333404, "VS1_Vibration_mm_per_s_1Hz": 0.6116499999999998, "CE_CoolingEfficiency_percent_1Hz": 27.27303333333333, "CP_CoolingPower_kW_1Hz": 2.1196333333333337, "SE_EfficiencyFactor_percent_1Hz": 59.835233333333335, "cycle": 734, "timestamp": "2024-07-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.62058999999985, "PS2_Pressure_bar_100Hz": 105.8789411666664, "PS3_Pressure_bar_100Hz": 1.7347195000000002, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.55011349999997, "PS6_Pressure_bar_100Hz": 8.49256099999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.587536666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.083673333333328, "TS1_Temperature_C_1Hz": 54.04048333333334, "TS2_Temperature_C_1Hz": 59.245550000000016, "TS3_Temperature_C_1Hz": 56.52921666666667, "TS4_Temperature_C_1Hz": 47.723183333333324, "P1_MotorPower_W_100Hz": 2390.7926000000284, "VS1_Vibration_mm_per_s_1Hz": 0.6125500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.887016666666668, "CP_CoolingPower_kW_1Hz": 2.156, "SE_EfficiencyFactor_percent_1Hz": 59.928900000000006, "cycle": 735, "timestamp": "2024-07-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.74108000000078, "PS2_Pressure_bar_100Hz": 105.97058649999998, "PS3_Pressure_bar_100Hz": 1.7399178333333352, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.586954999999989, "PS6_Pressure_bar_100Hz": 8.52790366666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.589428333333328, "FS2_VolumeFlow_l_per_min_10Hz": 9.127168333333321, "TS1_Temperature_C_1Hz": 53.40281666666668, "TS2_Temperature_C_1Hz": 58.631900000000016, "TS3_Temperature_C_1Hz": 55.969349999999984, "TS4_Temperature_C_1Hz": 47.23929999999998, "P1_MotorPower_W_100Hz": 2395.207333333374, "VS1_Vibration_mm_per_s_1Hz": 0.6044833333333332, "CE_CoolingEfficiency_percent_1Hz": 28.084533333333344, "CP_CoolingPower_kW_1Hz": 2.148133333333333, "SE_EfficiencyFactor_percent_1Hz": 59.862016666666676, "cycle": 736, "timestamp": "2024-07-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.79845333333452, "PS2_Pressure_bar_100Hz": 106.0043083333329, "PS3_Pressure_bar_100Hz": 1.7432701666666623, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.621309833333353, "PS6_Pressure_bar_100Hz": 8.562259333333284, "FS1_VolumeFlow_l_per_min_10Hz": 6.591960000000007, "FS2_VolumeFlow_l_per_min_10Hz": 9.163736666666658, "TS1_Temperature_C_1Hz": 52.86694999999999, "TS2_Temperature_C_1Hz": 58.1208, "TS3_Temperature_C_1Hz": 55.49224999999999, "TS4_Temperature_C_1Hz": 46.89790000000001, "P1_MotorPower_W_100Hz": 2400.387166666701, "VS1_Vibration_mm_per_s_1Hz": 0.6081499999999999, "CE_CoolingEfficiency_percent_1Hz": 28.00209999999999, "CP_CoolingPower_kW_1Hz": 2.1213333333333333, "SE_EfficiencyFactor_percent_1Hz": 59.736983333333335, "cycle": 737, "timestamp": "2024-07-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.85824666666727, "PS2_Pressure_bar_100Hz": 106.03545333333318, "PS3_Pressure_bar_100Hz": 1.7417241666666587, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.654502999999995, "PS6_Pressure_bar_100Hz": 8.593509333333275, "FS1_VolumeFlow_l_per_min_10Hz": 6.598354999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.197176666666659, "TS1_Temperature_C_1Hz": 52.354183333333324, "TS2_Temperature_C_1Hz": 57.631499999999996, "TS3_Temperature_C_1Hz": 55.01678333333334, "TS4_Temperature_C_1Hz": 46.649433333333306, "P1_MotorPower_W_100Hz": 2401.932533333353, "VS1_Vibration_mm_per_s_1Hz": 0.6003999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.675449999999987, "CP_CoolingPower_kW_1Hz": 2.0729833333333336, "SE_EfficiencyFactor_percent_1Hz": 59.77019999999998, "cycle": 738, "timestamp": "2024-07-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 156.97032833333355, "PS2_Pressure_bar_100Hz": 106.11233666666621, "PS3_Pressure_bar_100Hz": 1.746043500000005, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.679667333333336, "PS6_Pressure_bar_100Hz": 8.618631500000026, "FS1_VolumeFlow_l_per_min_10Hz": 6.604841666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.228803333333326, "TS1_Temperature_C_1Hz": 51.9271833333333, "TS2_Temperature_C_1Hz": 57.20216666666669, "TS3_Temperature_C_1Hz": 54.54293333333333, "TS4_Temperature_C_1Hz": 46.46761666666667, "P1_MotorPower_W_100Hz": 2406.4545666666445, "VS1_Vibration_mm_per_s_1Hz": 0.6026999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.108316666666664, "CP_CoolingPower_kW_1Hz": 2.0072999999999994, "SE_EfficiencyFactor_percent_1Hz": 59.795449999999995, "cycle": 739, "timestamp": "2024-07-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.05513833333205, "PS2_Pressure_bar_100Hz": 106.19496133333345, "PS3_Pressure_bar_100Hz": 1.745313000000001, "PS4_Pressure_bar_100Hz": 0.04534349999999997, "PS5_Pressure_bar_100Hz": 8.704006000000016, "PS6_Pressure_bar_100Hz": 8.64219133333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.610788333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.257890000000003, "TS1_Temperature_C_1Hz": 51.562349999999995, "TS2_Temperature_C_1Hz": 56.83214999999998, "TS3_Temperature_C_1Hz": 54.13619999999999, "TS4_Temperature_C_1Hz": 46.23938333333334, "P1_MotorPower_W_100Hz": 2410.4273666666427, "VS1_Vibration_mm_per_s_1Hz": 0.5986500000000002, "CE_CoolingEfficiency_percent_1Hz": 26.844983333333335, "CP_CoolingPower_kW_1Hz": 1.9695499999999995, "SE_EfficiencyFactor_percent_1Hz": 59.81478333333328, "cycle": 740, "timestamp": "2024-07-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.09411333333242, "PS2_Pressure_bar_100Hz": 106.22487533333333, "PS3_Pressure_bar_100Hz": 1.7459088333333297, "PS4_Pressure_bar_100Hz": 0.011105666666666661, "PS5_Pressure_bar_100Hz": 8.725529166666693, "PS6_Pressure_bar_100Hz": 8.66224550000007, "FS1_VolumeFlow_l_per_min_10Hz": 6.602768333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.276544999999993, "TS1_Temperature_C_1Hz": 51.15366666666666, "TS2_Temperature_C_1Hz": 56.443916666666674, "TS3_Temperature_C_1Hz": 53.80621666666668, "TS4_Temperature_C_1Hz": 45.953833333333336, "P1_MotorPower_W_100Hz": 2412.3623333334017, "VS1_Vibration_mm_per_s_1Hz": 0.5924999999999998, "CE_CoolingEfficiency_percent_1Hz": 26.952383333333326, "CP_CoolingPower_kW_1Hz": 1.9621333333333335, "SE_EfficiencyFactor_percent_1Hz": 59.65653333333333, "cycle": 741, "timestamp": "2024-07-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.17694999999944, "PS2_Pressure_bar_100Hz": 106.29745100000041, "PS3_Pressure_bar_100Hz": 1.753248499999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.748960166666711, "PS6_Pressure_bar_100Hz": 8.684403166666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.608311666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.299323333333321, "TS1_Temperature_C_1Hz": 50.82606666666667, "TS2_Temperature_C_1Hz": 56.08686666666666, "TS3_Temperature_C_1Hz": 53.44631666666666, "TS4_Temperature_C_1Hz": 45.765666666666675, "P1_MotorPower_W_100Hz": 2413.995500000084, "VS1_Vibration_mm_per_s_1Hz": 0.5932499999999999, "CE_CoolingEfficiency_percent_1Hz": 26.717333333333332, "CP_CoolingPower_kW_1Hz": 1.924033333333334, "SE_EfficiencyFactor_percent_1Hz": 59.70140000000001, "cycle": 742, "timestamp": "2024-07-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.21838, "PS2_Pressure_bar_100Hz": 106.34495950000031, "PS3_Pressure_bar_100Hz": 1.7571199999999945, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.770577833333357, "PS6_Pressure_bar_100Hz": 8.70708266666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.606300000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.316591666666657, "TS1_Temperature_C_1Hz": 50.55181666666667, "TS2_Temperature_C_1Hz": 55.77186666666667, "TS3_Temperature_C_1Hz": 53.09348333333339, "TS4_Temperature_C_1Hz": 45.52988333333334, "P1_MotorPower_W_100Hz": 2416.6406333333725, "VS1_Vibration_mm_per_s_1Hz": 0.5962499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.626766666666676, "CP_CoolingPower_kW_1Hz": 1.8985999999999998, "SE_EfficiencyFactor_percent_1Hz": 59.58496666666667, "cycle": 743, "timestamp": "2024-07-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.29922333333357, "PS2_Pressure_bar_100Hz": 106.41397250000006, "PS3_Pressure_bar_100Hz": 1.7578466666666719, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.791100333333347, "PS6_Pressure_bar_100Hz": 8.72622833333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.610331666666661, "FS2_VolumeFlow_l_per_min_10Hz": 9.331244999999994, "TS1_Temperature_C_1Hz": 50.29575, "TS2_Temperature_C_1Hz": 55.52238333333334, "TS3_Temperature_C_1Hz": 52.83438333333333, "TS4_Temperature_C_1Hz": 45.366866666666674, "P1_MotorPower_W_100Hz": 2419.389900000039, "VS1_Vibration_mm_per_s_1Hz": 0.5957166666666667, "CE_CoolingEfficiency_percent_1Hz": 26.53508333333333, "CP_CoolingPower_kW_1Hz": 1.8765333333333334, "SE_EfficiencyFactor_percent_1Hz": 59.6111, "cycle": 744, "timestamp": "2024-07-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.36389666666673, "PS2_Pressure_bar_100Hz": 106.48186233333347, "PS3_Pressure_bar_100Hz": 1.7570500000000029, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.80633316666665, "PS6_Pressure_bar_100Hz": 8.73930983333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.626813333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.348788333333328, "TS1_Temperature_C_1Hz": 50.06465, "TS2_Temperature_C_1Hz": 55.28390000000002, "TS3_Temperature_C_1Hz": 52.587216666666684, "TS4_Temperature_C_1Hz": 45.219333333333324, "P1_MotorPower_W_100Hz": 2420.1747666667106, "VS1_Vibration_mm_per_s_1Hz": 0.5951000000000001, "CE_CoolingEfficiency_percent_1Hz": 26.40728333333333, "CP_CoolingPower_kW_1Hz": 1.8548999999999995, "SE_EfficiencyFactor_percent_1Hz": 59.917699999999975, "cycle": 745, "timestamp": "2024-07-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.42090833333438, "PS2_Pressure_bar_100Hz": 106.51326466666639, "PS3_Pressure_bar_100Hz": 1.761613166666672, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.820340333333256, "PS6_Pressure_bar_100Hz": 8.752539333333376, "FS1_VolumeFlow_l_per_min_10Hz": 6.619996666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.365981666666658, "TS1_Temperature_C_1Hz": 49.829600000000006, "TS2_Temperature_C_1Hz": 55.02279999999999, "TS3_Temperature_C_1Hz": 52.32766666666669, "TS4_Temperature_C_1Hz": 45.0427, "P1_MotorPower_W_100Hz": 2422.4924000000456, "VS1_Vibration_mm_per_s_1Hz": 0.6020500000000001, "CE_CoolingEfficiency_percent_1Hz": 26.390799999999995, "CP_CoolingPower_kW_1Hz": 1.840483333333333, "SE_EfficiencyFactor_percent_1Hz": 59.74761666666666, "cycle": 746, "timestamp": "2024-07-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.4492233333336, "PS2_Pressure_bar_100Hz": 106.55494766666656, "PS3_Pressure_bar_100Hz": 1.7619403333333428, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.831064333333275, "PS6_Pressure_bar_100Hz": 8.76300200000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.611695000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.38078833333333, "TS1_Temperature_C_1Hz": 49.648783333333334, "TS2_Temperature_C_1Hz": 54.80910000000001, "TS3_Temperature_C_1Hz": 52.10144999999999, "TS4_Temperature_C_1Hz": 44.88705000000001, "P1_MotorPower_W_100Hz": 2422.360800000006, "VS1_Vibration_mm_per_s_1Hz": 0.59755, "CE_CoolingEfficiency_percent_1Hz": 26.32735000000001, "CP_CoolingPower_kW_1Hz": 1.8227166666666672, "SE_EfficiencyFactor_percent_1Hz": 59.66345000000001, "cycle": 747, "timestamp": "2024-07-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.49885833333477, "PS2_Pressure_bar_100Hz": 106.57205949999994, "PS3_Pressure_bar_100Hz": 1.758215333333339, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.846234833333284, "PS6_Pressure_bar_100Hz": 8.777809000000047, "FS1_VolumeFlow_l_per_min_10Hz": 6.6129633333333295, "FS2_VolumeFlow_l_per_min_10Hz": 9.401471666666664, "TS1_Temperature_C_1Hz": 49.444183333333356, "TS2_Temperature_C_1Hz": 54.610533333333336, "TS3_Temperature_C_1Hz": 51.87451666666666, "TS4_Temperature_C_1Hz": 44.70768333333332, "P1_MotorPower_W_100Hz": 2422.9125333333786, "VS1_Vibration_mm_per_s_1Hz": 0.5929833333333334, "CE_CoolingEfficiency_percent_1Hz": 26.348433333333332, "CP_CoolingPower_kW_1Hz": 1.8159833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.66116666666667, "cycle": 748, "timestamp": "2024-07-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.5604266666669, "PS2_Pressure_bar_100Hz": 106.64620633333347, "PS3_Pressure_bar_100Hz": 1.7652611666666722, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.858019333333282, "PS6_Pressure_bar_100Hz": 8.788494166666677, "FS1_VolumeFlow_l_per_min_10Hz": 6.619833333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.414291666666658, "TS1_Temperature_C_1Hz": 49.26983333333333, "TS2_Temperature_C_1Hz": 54.42436666666664, "TS3_Temperature_C_1Hz": 51.690033333333325, "TS4_Temperature_C_1Hz": 44.590299999999985, "P1_MotorPower_W_100Hz": 2425.557000000002, "VS1_Vibration_mm_per_s_1Hz": 0.5928833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.291849999999993, "CP_CoolingPower_kW_1Hz": 1.8012333333333335, "SE_EfficiencyFactor_percent_1Hz": 59.71165, "cycle": 749, "timestamp": "2024-07-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.60052333333286, "PS2_Pressure_bar_100Hz": 106.67534950000034, "PS3_Pressure_bar_100Hz": 1.7574280000000035, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.865816166666653, "PS6_Pressure_bar_100Hz": 8.797289333333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.619078333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.428091666666667, "TS1_Temperature_C_1Hz": 49.10301666666665, "TS2_Temperature_C_1Hz": 54.26305000000001, "TS3_Temperature_C_1Hz": 51.510599999999975, "TS4_Temperature_C_1Hz": 44.47635, "P1_MotorPower_W_100Hz": 2426.825600000035, "VS1_Vibration_mm_per_s_1Hz": 0.5932999999999996, "CE_CoolingEfficiency_percent_1Hz": 26.2481, "CP_CoolingPower_kW_1Hz": 1.7877000000000003, "SE_EfficiencyFactor_percent_1Hz": 59.66361666666668, "cycle": 750, "timestamp": "2024-07-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.62243499999968, "PS2_Pressure_bar_100Hz": 106.69570016666717, "PS3_Pressure_bar_100Hz": 1.7640373333333421, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.869688666666644, "PS6_Pressure_bar_100Hz": 8.800977666666682, "FS1_VolumeFlow_l_per_min_10Hz": 6.6174500000000025, "FS2_VolumeFlow_l_per_min_10Hz": 9.44270166666666, "TS1_Temperature_C_1Hz": 48.97019999999998, "TS2_Temperature_C_1Hz": 54.11664999999997, "TS3_Temperature_C_1Hz": 51.34253333333333, "TS4_Temperature_C_1Hz": 44.29520000000001, "P1_MotorPower_W_100Hz": 2426.378766666699, "VS1_Vibration_mm_per_s_1Hz": 0.5953666666666665, "CE_CoolingEfficiency_percent_1Hz": 26.389883333333326, "CP_CoolingPower_kW_1Hz": 1.7933333333333343, "SE_EfficiencyFactor_percent_1Hz": 59.683200000000014, "cycle": 751, "timestamp": "2024-07-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.64981166666652, "PS2_Pressure_bar_100Hz": 106.72623700000045, "PS3_Pressure_bar_100Hz": 1.7579290000000014, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.874859833333387, "PS6_Pressure_bar_100Hz": 8.805682333333309, "FS1_VolumeFlow_l_per_min_10Hz": 6.620320000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.454051666666679, "TS1_Temperature_C_1Hz": 48.826, "TS2_Temperature_C_1Hz": 53.98551666666666, "TS3_Temperature_C_1Hz": 51.22398333333333, "TS4_Temperature_C_1Hz": 44.192883333333334, "P1_MotorPower_W_100Hz": 2428.621966666695, "VS1_Vibration_mm_per_s_1Hz": 0.5954333333333331, "CE_CoolingEfficiency_percent_1Hz": 26.359750000000002, "CP_CoolingPower_kW_1Hz": 1.7893666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.64573333333336, "cycle": 752, "timestamp": "2024-07-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.67917500000038, "PS2_Pressure_bar_100Hz": 106.75142083333421, "PS3_Pressure_bar_100Hz": 1.758232333333342, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.881525500000059, "PS6_Pressure_bar_100Hz": 8.811445333333351, "FS1_VolumeFlow_l_per_min_10Hz": 6.628410000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.469314999999996, "TS1_Temperature_C_1Hz": 48.71768333333333, "TS2_Temperature_C_1Hz": 53.86148333333333, "TS3_Temperature_C_1Hz": 51.09514999999998, "TS4_Temperature_C_1Hz": 44.08983333333333, "P1_MotorPower_W_100Hz": 2430.6573333332894, "VS1_Vibration_mm_per_s_1Hz": 0.5924666666666668, "CE_CoolingEfficiency_percent_1Hz": 26.317333333333337, "CP_CoolingPower_kW_1Hz": 1.7864666666666669, "SE_EfficiencyFactor_percent_1Hz": 59.71363333333337, "cycle": 753, "timestamp": "2024-07-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.7288916666668, "PS2_Pressure_bar_100Hz": 106.7678288333339, "PS3_Pressure_bar_100Hz": 1.7651146666666695, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.888045000000085, "PS6_Pressure_bar_100Hz": 8.81783000000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.6294499999999985, "FS2_VolumeFlow_l_per_min_10Hz": 9.482103333333338, "TS1_Temperature_C_1Hz": 48.59589999999999, "TS2_Temperature_C_1Hz": 53.75201666666667, "TS3_Temperature_C_1Hz": 50.98343333333332, "TS4_Temperature_C_1Hz": 43.99541666666668, "P1_MotorPower_W_100Hz": 2432.673466666634, "VS1_Vibration_mm_per_s_1Hz": 0.5953333333333332, "CE_CoolingEfficiency_percent_1Hz": 26.377233333333326, "CP_CoolingPower_kW_1Hz": 1.7837999999999998, "SE_EfficiencyFactor_percent_1Hz": 59.68174999999997, "cycle": 754, "timestamp": "2024-07-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.73134666666581, "PS2_Pressure_bar_100Hz": 106.79135416666736, "PS3_Pressure_bar_100Hz": 1.7652878333333342, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.892423166666761, "PS6_Pressure_bar_100Hz": 8.82206050000001, "FS1_VolumeFlow_l_per_min_10Hz": 6.626260000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.492811666666652, "TS1_Temperature_C_1Hz": 48.50156666666666, "TS2_Temperature_C_1Hz": 53.64024999999997, "TS3_Temperature_C_1Hz": 50.87903333333337, "TS4_Temperature_C_1Hz": 43.940333333333335, "P1_MotorPower_W_100Hz": 2433.4087000000313, "VS1_Vibration_mm_per_s_1Hz": 0.5955166666666666, "CE_CoolingEfficiency_percent_1Hz": 26.309216666666664, "CP_CoolingPower_kW_1Hz": 1.775616666666667, "SE_EfficiencyFactor_percent_1Hz": 59.59139999999997, "cycle": 755, "timestamp": "2024-07-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.7683249999997, "PS2_Pressure_bar_100Hz": 106.81660933333367, "PS3_Pressure_bar_100Hz": 1.7726278333333367, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.898107833333379, "PS6_Pressure_bar_100Hz": 8.827959500000015, "FS1_VolumeFlow_l_per_min_10Hz": 6.63095333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.50171166666667, "TS1_Temperature_C_1Hz": 48.402233333333335, "TS2_Temperature_C_1Hz": 53.550033333333346, "TS3_Temperature_C_1Hz": 50.73455000000001, "TS4_Temperature_C_1Hz": 43.843799999999995, "P1_MotorPower_W_100Hz": 2434.1608999999744, "VS1_Vibration_mm_per_s_1Hz": 0.6003499999999999, "CE_CoolingEfficiency_percent_1Hz": 26.273300000000003, "CP_CoolingPower_kW_1Hz": 1.7652666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.663950000000014, "cycle": 756, "timestamp": "2024-07-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.7807433333326, "PS2_Pressure_bar_100Hz": 106.84180866666681, "PS3_Pressure_bar_100Hz": 1.7535749999999986, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.900931333333386, "PS6_Pressure_bar_100Hz": 8.82966800000001, "FS1_VolumeFlow_l_per_min_10Hz": 6.627953333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.510391666666667, "TS1_Temperature_C_1Hz": 48.31945000000001, "TS2_Temperature_C_1Hz": 53.46154999999999, "TS3_Temperature_C_1Hz": 50.64251666666665, "TS4_Temperature_C_1Hz": 43.78581666666668, "P1_MotorPower_W_100Hz": 2436.6641333333228, "VS1_Vibration_mm_per_s_1Hz": 0.5885499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.220433333333332, "CP_CoolingPower_kW_1Hz": 1.7582666666666662, "SE_EfficiencyFactor_percent_1Hz": 59.55965000000001, "cycle": 757, "timestamp": "2024-07-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.83074166666663, "PS2_Pressure_bar_100Hz": 106.8677881666664, "PS3_Pressure_bar_100Hz": 1.76282333333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.906858833333407, "PS6_Pressure_bar_100Hz": 8.835803666666656, "FS1_VolumeFlow_l_per_min_10Hz": 6.635380000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.523256666666665, "TS1_Temperature_C_1Hz": 48.255050000000004, "TS2_Temperature_C_1Hz": 53.365333333333325, "TS3_Temperature_C_1Hz": 50.523699999999984, "TS4_Temperature_C_1Hz": 43.725599999999986, "P1_MotorPower_W_100Hz": 2437.5809666666687, "VS1_Vibration_mm_per_s_1Hz": 0.6002333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.12753333333333, "CP_CoolingPower_kW_1Hz": 1.7446, "SE_EfficiencyFactor_percent_1Hz": 59.68061666666666, "cycle": 758, "timestamp": "2024-07-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.84935500000043, "PS2_Pressure_bar_100Hz": 106.8969120000002, "PS3_Pressure_bar_100Hz": 1.7730476666666715, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.912089500000079, "PS6_Pressure_bar_100Hz": 8.842462000000044, "FS1_VolumeFlow_l_per_min_10Hz": 6.631449999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.530080000000005, "TS1_Temperature_C_1Hz": 48.19784999999999, "TS2_Temperature_C_1Hz": 53.30681666666665, "TS3_Temperature_C_1Hz": 50.42883333333332, "TS4_Temperature_C_1Hz": 43.59954999999998, "P1_MotorPower_W_100Hz": 2438.961299999964, "VS1_Vibration_mm_per_s_1Hz": 0.5925499999999999, "CE_CoolingEfficiency_percent_1Hz": 26.345899999999993, "CP_CoolingPower_kW_1Hz": 1.7529499999999993, "SE_EfficiencyFactor_percent_1Hz": 59.57365, "cycle": 759, "timestamp": "2024-07-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.85581499999978, "PS2_Pressure_bar_100Hz": 106.8987305000003, "PS3_Pressure_bar_100Hz": 1.766200333333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.915635666666718, "PS6_Pressure_bar_100Hz": 8.845283000000022, "FS1_VolumeFlow_l_per_min_10Hz": 6.628801666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.533398333333336, "TS1_Temperature_C_1Hz": 48.127433333333336, "TS2_Temperature_C_1Hz": 53.23436666666665, "TS3_Temperature_C_1Hz": 50.339733333333335, "TS4_Temperature_C_1Hz": 43.55071666666665, "P1_MotorPower_W_100Hz": 2439.9898333333035, "VS1_Vibration_mm_per_s_1Hz": 0.5947833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.272216666666665, "CP_CoolingPower_kW_1Hz": 1.7424833333333332, "SE_EfficiencyFactor_percent_1Hz": 59.541549999999965, "cycle": 760, "timestamp": "2024-07-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.8742866666666, "PS2_Pressure_bar_100Hz": 106.91293566666687, "PS3_Pressure_bar_100Hz": 1.767239666666672, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.92172200000004, "PS6_Pressure_bar_100Hz": 8.849791333333322, "FS1_VolumeFlow_l_per_min_10Hz": 6.631481666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.539724999999981, "TS1_Temperature_C_1Hz": 48.05209999999999, "TS2_Temperature_C_1Hz": 53.15068333333334, "TS3_Temperature_C_1Hz": 50.266033333333326, "TS4_Temperature_C_1Hz": 43.48805, "P1_MotorPower_W_100Hz": 2439.2570333333174, "VS1_Vibration_mm_per_s_1Hz": 0.5871666666666664, "CE_CoolingEfficiency_percent_1Hz": 26.310299999999998, "CP_CoolingPower_kW_1Hz": 1.7419, "SE_EfficiencyFactor_percent_1Hz": 59.598766666666656, "cycle": 761, "timestamp": "2024-07-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.9103050000005, "PS2_Pressure_bar_100Hz": 106.93970133333343, "PS3_Pressure_bar_100Hz": 1.7712086666666713, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.925991833333415, "PS6_Pressure_bar_100Hz": 8.853061333333304, "FS1_VolumeFlow_l_per_min_10Hz": 6.628285000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.544894999999995, "TS1_Temperature_C_1Hz": 48.01213333333333, "TS2_Temperature_C_1Hz": 53.10431666666666, "TS3_Temperature_C_1Hz": 50.18044999999999, "TS4_Temperature_C_1Hz": 43.40511666666665, "P1_MotorPower_W_100Hz": 2438.8744000000584, "VS1_Vibration_mm_per_s_1Hz": 0.5864499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.333033333333344, "CP_CoolingPower_kW_1Hz": 1.7437, "SE_EfficiencyFactor_percent_1Hz": 59.56353333333335, "cycle": 762, "timestamp": "2024-07-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.90750999999997, "PS2_Pressure_bar_100Hz": 106.94681400000026, "PS3_Pressure_bar_100Hz": 1.7648911666666711, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.924292333333403, "PS6_Pressure_bar_100Hz": 8.851477833333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.633230000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.544214999999987, "TS1_Temperature_C_1Hz": 47.96613333333333, "TS2_Temperature_C_1Hz": 53.06683333333333, "TS3_Temperature_C_1Hz": 50.12036666666667, "TS4_Temperature_C_1Hz": 43.33245, "P1_MotorPower_W_100Hz": 2437.024833333372, "VS1_Vibration_mm_per_s_1Hz": 0.5890333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.399700000000003, "CP_CoolingPower_kW_1Hz": 1.7471999999999999, "SE_EfficiencyFactor_percent_1Hz": 59.74896666666667, "cycle": 763, "timestamp": "2024-08-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.90997000000053, "PS2_Pressure_bar_100Hz": 106.97393616666687, "PS3_Pressure_bar_100Hz": 1.779225500000005, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.9249748333334, "PS6_Pressure_bar_100Hz": 8.852112166666638, "FS1_VolumeFlow_l_per_min_10Hz": 6.6261083333333275, "FS2_VolumeFlow_l_per_min_10Hz": 9.54421166666667, "TS1_Temperature_C_1Hz": 47.88185000000001, "TS2_Temperature_C_1Hz": 53.00961666666668, "TS3_Temperature_C_1Hz": 50.05184999999997, "TS4_Temperature_C_1Hz": 43.31953333333332, "P1_MotorPower_W_100Hz": 2436.215500000005, "VS1_Vibration_mm_per_s_1Hz": 0.5953333333333332, "CE_CoolingEfficiency_percent_1Hz": 26.28340000000001, "CP_CoolingPower_kW_1Hz": 1.7315999999999996, "SE_EfficiencyFactor_percent_1Hz": 59.62331666666667, "cycle": 764, "timestamp": "2024-08-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.90233666666654, "PS2_Pressure_bar_100Hz": 106.94133850000057, "PS3_Pressure_bar_100Hz": 1.7775933333333418, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.924750833333382, "PS6_Pressure_bar_100Hz": 8.85150683333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.624798333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.544945, "TS1_Temperature_C_1Hz": 47.82413333333333, "TS2_Temperature_C_1Hz": 52.94195, "TS3_Temperature_C_1Hz": 50.037066666666654, "TS4_Temperature_C_1Hz": 43.30871666666666, "P1_MotorPower_W_100Hz": 2437.041200000042, "VS1_Vibration_mm_per_s_1Hz": 0.5917833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.240050000000007, "CP_CoolingPower_kW_1Hz": 1.7302999999999988, "SE_EfficiencyFactor_percent_1Hz": 59.56933333333332, "cycle": 765, "timestamp": "2024-08-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.94868166666652, "PS2_Pressure_bar_100Hz": 106.97327566666667, "PS3_Pressure_bar_100Hz": 1.7713258333333408, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.927768000000075, "PS6_Pressure_bar_100Hz": 8.855368333333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.629820000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.547716666666659, "TS1_Temperature_C_1Hz": 47.77179999999997, "TS2_Temperature_C_1Hz": 52.87896666666666, "TS3_Temperature_C_1Hz": 49.95798333333333, "TS4_Temperature_C_1Hz": 43.24668333333334, "P1_MotorPower_W_100Hz": 2436.307066666688, "VS1_Vibration_mm_per_s_1Hz": 0.6027500000000001, "CE_CoolingEfficiency_percent_1Hz": 26.25578333333333, "CP_CoolingPower_kW_1Hz": 1.7266166666666662, "SE_EfficiencyFactor_percent_1Hz": 59.71340000000003, "cycle": 766, "timestamp": "2024-08-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.95934333333443, "PS2_Pressure_bar_100Hz": 107.00325216666684, "PS3_Pressure_bar_100Hz": 1.779473000000006, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.926955666666688, "PS6_Pressure_bar_100Hz": 8.855346833333286, "FS1_VolumeFlow_l_per_min_10Hz": 6.623545000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.546904999999992, "TS1_Temperature_C_1Hz": 47.71599999999999, "TS2_Temperature_C_1Hz": 52.84065, "TS3_Temperature_C_1Hz": 49.94541666666667, "TS4_Temperature_C_1Hz": 43.18381666666667, "P1_MotorPower_W_100Hz": 2437.447866666666, "VS1_Vibration_mm_per_s_1Hz": 0.6094166666666667, "CE_CoolingEfficiency_percent_1Hz": 26.484183333333338, "CP_CoolingPower_kW_1Hz": 1.7404999999999993, "SE_EfficiencyFactor_percent_1Hz": 59.58691666666667, "cycle": 767, "timestamp": "2024-08-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.96398333333363, "PS2_Pressure_bar_100Hz": 107.02413683333403, "PS3_Pressure_bar_100Hz": 1.7786355000000091, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.935248499999968, "PS6_Pressure_bar_100Hz": 8.862715000000033, "FS1_VolumeFlow_l_per_min_10Hz": 6.62564666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.553624999999988, "TS1_Temperature_C_1Hz": 47.68105, "TS2_Temperature_C_1Hz": 52.8002, "TS3_Temperature_C_1Hz": 49.88401666666666, "TS4_Temperature_C_1Hz": 43.150133333333336, "P1_MotorPower_W_100Hz": 2439.7412333332936, "VS1_Vibration_mm_per_s_1Hz": 0.6100833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.410149999999998, "CP_CoolingPower_kW_1Hz": 1.7321999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.56421666666666, "cycle": 768, "timestamp": "2024-08-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.9591933333339, "PS2_Pressure_bar_100Hz": 107.05212816666707, "PS3_Pressure_bar_100Hz": 1.7819633333333404, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.939813666666645, "PS6_Pressure_bar_100Hz": 8.867573499999985, "FS1_VolumeFlow_l_per_min_10Hz": 6.630539999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.560905000000002, "TS1_Temperature_C_1Hz": 47.646233333333335, "TS2_Temperature_C_1Hz": 52.75773333333334, "TS3_Temperature_C_1Hz": 49.82684999999997, "TS4_Temperature_C_1Hz": 43.07863333333334, "P1_MotorPower_W_100Hz": 2440.3606333332887, "VS1_Vibration_mm_per_s_1Hz": 0.6102000000000001, "CE_CoolingEfficiency_percent_1Hz": 26.532299999999996, "CP_CoolingPower_kW_1Hz": 1.7370833333333324, "SE_EfficiencyFactor_percent_1Hz": 59.608616666666656, "cycle": 769, "timestamp": "2024-08-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.98342333333397, "PS2_Pressure_bar_100Hz": 107.04632433333313, "PS3_Pressure_bar_100Hz": 1.785549666666677, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.93998783333333, "PS6_Pressure_bar_100Hz": 8.867515999999991, "FS1_VolumeFlow_l_per_min_10Hz": 6.629114999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.563488333333341, "TS1_Temperature_C_1Hz": 47.611099999999986, "TS2_Temperature_C_1Hz": 52.721400000000024, "TS3_Temperature_C_1Hz": 49.7901333333333, "TS4_Temperature_C_1Hz": 43.07475, "P1_MotorPower_W_100Hz": 2439.911233333321, "VS1_Vibration_mm_per_s_1Hz": 0.6116833333333334, "CE_CoolingEfficiency_percent_1Hz": 26.441183333333345, "CP_CoolingPower_kW_1Hz": 1.7298166666666668, "SE_EfficiencyFactor_percent_1Hz": 59.63730000000001, "cycle": 770, "timestamp": "2024-08-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.99379000000036, "PS2_Pressure_bar_100Hz": 107.05686166666707, "PS3_Pressure_bar_100Hz": 1.792656666666671, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.941968333333289, "PS6_Pressure_bar_100Hz": 8.869532333333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.630546666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.566329999999995, "TS1_Temperature_C_1Hz": 47.56246666666666, "TS2_Temperature_C_1Hz": 52.67448333333334, "TS3_Temperature_C_1Hz": 49.7768833333333, "TS4_Temperature_C_1Hz": 43.077750000000016, "P1_MotorPower_W_100Hz": 2440.119300000001, "VS1_Vibration_mm_per_s_1Hz": 0.6018166666666668, "CE_CoolingEfficiency_percent_1Hz": 26.401300000000013, "CP_CoolingPower_kW_1Hz": 1.728266666666666, "SE_EfficiencyFactor_percent_1Hz": 59.60170000000002, "cycle": 771, "timestamp": "2024-08-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.012353333334, "PS2_Pressure_bar_100Hz": 107.10065149999969, "PS3_Pressure_bar_100Hz": 1.7858095000000076, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.948139999999956, "PS6_Pressure_bar_100Hz": 8.876771500000032, "FS1_VolumeFlow_l_per_min_10Hz": 6.643676666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.574358333333329, "TS1_Temperature_C_1Hz": 47.535566666666675, "TS2_Temperature_C_1Hz": 52.635816666666656, "TS3_Temperature_C_1Hz": 49.73613333333331, "TS4_Temperature_C_1Hz": 43.067683333333335, "P1_MotorPower_W_100Hz": 2441.2920999999305, "VS1_Vibration_mm_per_s_1Hz": 0.6016999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.31393333333334, "CP_CoolingPower_kW_1Hz": 1.7198333333333329, "SE_EfficiencyFactor_percent_1Hz": 59.80176666666668, "cycle": 772, "timestamp": "2024-08-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.0337500000005, "PS2_Pressure_bar_100Hz": 107.10296299999963, "PS3_Pressure_bar_100Hz": 1.7853726666666796, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.952273666666601, "PS6_Pressure_bar_100Hz": 8.88068050000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.636858333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.578760000000004, "TS1_Temperature_C_1Hz": 47.49145000000001, "TS2_Temperature_C_1Hz": 52.602, "TS3_Temperature_C_1Hz": 49.70291666666664, "TS4_Temperature_C_1Hz": 42.99313333333334, "P1_MotorPower_W_100Hz": 2442.8962333332934, "VS1_Vibration_mm_per_s_1Hz": 0.5951666666666664, "CE_CoolingEfficiency_percent_1Hz": 26.4865, "CP_CoolingPower_kW_1Hz": 1.7324333333333328, "SE_EfficiencyFactor_percent_1Hz": 59.64658333333331, "cycle": 773, "timestamp": "2024-08-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.0582783333336, "PS2_Pressure_bar_100Hz": 107.13891283333304, "PS3_Pressure_bar_100Hz": 1.7872690000000109, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.953885166666621, "PS6_Pressure_bar_100Hz": 8.88093816666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.637253333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.580966666666669, "TS1_Temperature_C_1Hz": 47.474399999999996, "TS2_Temperature_C_1Hz": 52.58871666666666, "TS3_Temperature_C_1Hz": 49.699366666666656, "TS4_Temperature_C_1Hz": 42.96759999999997, "P1_MotorPower_W_100Hz": 2443.0296999999678, "VS1_Vibration_mm_per_s_1Hz": 0.5963999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.509116666666674, "CP_CoolingPower_kW_1Hz": 1.7385333333333335, "SE_EfficiencyFactor_percent_1Hz": 59.62001666666668, "cycle": 774, "timestamp": "2024-08-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.04647500000064, "PS2_Pressure_bar_100Hz": 107.12291350000002, "PS3_Pressure_bar_100Hz": 1.786476833333344, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.955562833333325, "PS6_Pressure_bar_100Hz": 8.883000000000026, "FS1_VolumeFlow_l_per_min_10Hz": 6.635069999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.584065000000018, "TS1_Temperature_C_1Hz": 47.44840000000002, "TS2_Temperature_C_1Hz": 52.56096666666669, "TS3_Temperature_C_1Hz": 49.627100000000006, "TS4_Temperature_C_1Hz": 42.94118333333333, "P1_MotorPower_W_100Hz": 2442.7999333332955, "VS1_Vibration_mm_per_s_1Hz": 0.5968833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.39918333333333, "CP_CoolingPower_kW_1Hz": 1.7275333333333334, "SE_EfficiencyFactor_percent_1Hz": 59.61401666666666, "cycle": 775, "timestamp": "2024-08-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.08271666666732, "PS2_Pressure_bar_100Hz": 107.14885649999945, "PS3_Pressure_bar_100Hz": 1.7869441666666774, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.953128499999972, "PS6_Pressure_bar_100Hz": 8.881197000000034, "FS1_VolumeFlow_l_per_min_10Hz": 6.638639999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.583465000000011, "TS1_Temperature_C_1Hz": 47.4243, "TS2_Temperature_C_1Hz": 52.54305, "TS3_Temperature_C_1Hz": 49.59725000000001, "TS4_Temperature_C_1Hz": 42.91930000000001, "P1_MotorPower_W_100Hz": 2444.4017999999946, "VS1_Vibration_mm_per_s_1Hz": 0.6039666666666664, "CE_CoolingEfficiency_percent_1Hz": 26.393449999999994, "CP_CoolingPower_kW_1Hz": 1.7245999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.678666666666665, "cycle": 776, "timestamp": "2024-08-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.0773883333341, "PS2_Pressure_bar_100Hz": 107.13280899999958, "PS3_Pressure_bar_100Hz": 1.7879731666666767, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.951194333333294, "PS6_Pressure_bar_100Hz": 8.878474166666692, "FS1_VolumeFlow_l_per_min_10Hz": 6.632716666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.58192333333335, "TS1_Temperature_C_1Hz": 47.38898333333335, "TS2_Temperature_C_1Hz": 52.513416666666664, "TS3_Temperature_C_1Hz": 49.5621, "TS4_Temperature_C_1Hz": 42.91348333333333, "P1_MotorPower_W_100Hz": 2443.7002333333544, "VS1_Vibration_mm_per_s_1Hz": 0.5952000000000002, "CE_CoolingEfficiency_percent_1Hz": 26.33571666666666, "CP_CoolingPower_kW_1Hz": 1.7185666666666657, "SE_EfficiencyFactor_percent_1Hz": 59.62916666666667, "cycle": 777, "timestamp": "2024-08-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.08973166666703, "PS2_Pressure_bar_100Hz": 107.15730266666618, "PS3_Pressure_bar_100Hz": 1.7975838333333423, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.955425999999933, "PS6_Pressure_bar_100Hz": 8.883655000000033, "FS1_VolumeFlow_l_per_min_10Hz": 6.641578333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.584329999999994, "TS1_Temperature_C_1Hz": 47.378766666666664, "TS2_Temperature_C_1Hz": 52.48603333333334, "TS3_Temperature_C_1Hz": 49.557433333333314, "TS4_Temperature_C_1Hz": 42.910783333333335, "P1_MotorPower_W_100Hz": 2443.912699999961, "VS1_Vibration_mm_per_s_1Hz": 0.5963333333333333, "CE_CoolingEfficiency_percent_1Hz": 26.330249999999996, "CP_CoolingPower_kW_1Hz": 1.7175333333333331, "SE_EfficiencyFactor_percent_1Hz": 59.73779999999998, "cycle": 778, "timestamp": "2024-08-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.0897466666675, "PS2_Pressure_bar_100Hz": 107.14272599999933, "PS3_Pressure_bar_100Hz": 1.7872646666666712, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.95862399999998, "PS6_Pressure_bar_100Hz": 8.887002666666662, "FS1_VolumeFlow_l_per_min_10Hz": 6.634519999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.587103333333328, "TS1_Temperature_C_1Hz": 47.35444999999999, "TS2_Temperature_C_1Hz": 52.467083333333335, "TS3_Temperature_C_1Hz": 49.50999999999999, "TS4_Temperature_C_1Hz": 42.876400000000004, "P1_MotorPower_W_100Hz": 2443.932400000017, "VS1_Vibration_mm_per_s_1Hz": 0.5976333333333332, "CE_CoolingEfficiency_percent_1Hz": 26.296033333333334, "CP_CoolingPower_kW_1Hz": 1.7157666666666664, "SE_EfficiencyFactor_percent_1Hz": 59.61895, "cycle": 779, "timestamp": "2024-08-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.08626000000055, "PS2_Pressure_bar_100Hz": 107.13764533333362, "PS3_Pressure_bar_100Hz": 1.7827645000000039, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.95929766666661, "PS6_Pressure_bar_100Hz": 8.886161500000037, "FS1_VolumeFlow_l_per_min_10Hz": 6.648858333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.589096666666668, "TS1_Temperature_C_1Hz": 47.31648333333333, "TS2_Temperature_C_1Hz": 52.43696666666667, "TS3_Temperature_C_1Hz": 49.51669999999997, "TS4_Temperature_C_1Hz": 42.854399999999984, "P1_MotorPower_W_100Hz": 2444.331733333285, "VS1_Vibration_mm_per_s_1Hz": 0.5981833333333334, "CE_CoolingEfficiency_percent_1Hz": 26.336316666666665, "CP_CoolingPower_kW_1Hz": 1.7215, "SE_EfficiencyFactor_percent_1Hz": 59.80646666666666, "cycle": 780, "timestamp": "2024-08-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.10721666666691, "PS2_Pressure_bar_100Hz": 107.14173649999962, "PS3_Pressure_bar_100Hz": 1.785166000000008, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.964294499999973, "PS6_Pressure_bar_100Hz": 8.891778166666684, "FS1_VolumeFlow_l_per_min_10Hz": 6.635326666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.59507333333333, "TS1_Temperature_C_1Hz": 47.2906, "TS2_Temperature_C_1Hz": 52.40706666666666, "TS3_Temperature_C_1Hz": 49.49639999999998, "TS4_Temperature_C_1Hz": 42.83843333333334, "P1_MotorPower_W_100Hz": 2445.253833333304, "VS1_Vibration_mm_per_s_1Hz": 0.5961666666666666, "CE_CoolingEfficiency_percent_1Hz": 26.31425, "CP_CoolingPower_kW_1Hz": 1.7207833333333336, "SE_EfficiencyFactor_percent_1Hz": 59.560000000000024, "cycle": 781, "timestamp": "2024-08-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1294449999995, "PS2_Pressure_bar_100Hz": 107.17462116666684, "PS3_Pressure_bar_100Hz": 1.7838358333333424, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.96629533333333, "PS6_Pressure_bar_100Hz": 8.893353000000033, "FS1_VolumeFlow_l_per_min_10Hz": 6.654656666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.59951833333333, "TS1_Temperature_C_1Hz": 47.28216666666666, "TS2_Temperature_C_1Hz": 52.386549999999986, "TS3_Temperature_C_1Hz": 49.482583333333324, "TS4_Temperature_C_1Hz": 42.84645000000001, "P1_MotorPower_W_100Hz": 2445.6290666666537, "VS1_Vibration_mm_per_s_1Hz": 0.6001333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.273033333333334, "CP_CoolingPower_kW_1Hz": 1.7187833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.887066666666655, "cycle": 782, "timestamp": "2024-08-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1283183333338, "PS2_Pressure_bar_100Hz": 107.1662535, "PS3_Pressure_bar_100Hz": 1.7889495000000046, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.969114666666599, "PS6_Pressure_bar_100Hz": 8.896433000000044, "FS1_VolumeFlow_l_per_min_10Hz": 6.645401666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.600688333333343, "TS1_Temperature_C_1Hz": 47.27701666666667, "TS2_Temperature_C_1Hz": 52.371283333333345, "TS3_Temperature_C_1Hz": 49.44473333333334, "TS4_Temperature_C_1Hz": 42.79911666666669, "P1_MotorPower_W_100Hz": 2445.4114666666665, "VS1_Vibration_mm_per_s_1Hz": 0.600333333333333, "CE_CoolingEfficiency_percent_1Hz": 26.284466666666663, "CP_CoolingPower_kW_1Hz": 1.7196166666666661, "SE_EfficiencyFactor_percent_1Hz": 59.726383333333324, "cycle": 783, "timestamp": "2024-08-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.11738000000022, "PS2_Pressure_bar_100Hz": 107.17362516666644, "PS3_Pressure_bar_100Hz": 1.784334833333344, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.970650666666646, "PS6_Pressure_bar_100Hz": 8.898260000000038, "FS1_VolumeFlow_l_per_min_10Hz": 6.647168333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.604708333333331, "TS1_Temperature_C_1Hz": 47.23591666666667, "TS2_Temperature_C_1Hz": 52.365633333333314, "TS3_Temperature_C_1Hz": 49.428100000000015, "TS4_Temperature_C_1Hz": 42.76190000000002, "P1_MotorPower_W_100Hz": 2445.766433333329, "VS1_Vibration_mm_per_s_1Hz": 0.6028000000000002, "CE_CoolingEfficiency_percent_1Hz": 26.38576666666667, "CP_CoolingPower_kW_1Hz": 1.7251833333333328, "SE_EfficiencyFactor_percent_1Hz": 59.733050000000006, "cycle": 784, "timestamp": "2024-08-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1134700000002, "PS2_Pressure_bar_100Hz": 107.15042483333329, "PS3_Pressure_bar_100Hz": 1.7799570000000027, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.969443833333282, "PS6_Pressure_bar_100Hz": 8.896073166666694, "FS1_VolumeFlow_l_per_min_10Hz": 6.6557200000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.601688333333339, "TS1_Temperature_C_1Hz": 47.24223333333334, "TS2_Temperature_C_1Hz": 52.34496666666665, "TS3_Temperature_C_1Hz": 49.38581666666667, "TS4_Temperature_C_1Hz": 42.72951666666666, "P1_MotorPower_W_100Hz": 2445.1823333333314, "VS1_Vibration_mm_per_s_1Hz": 0.6068666666666663, "CE_CoolingEfficiency_percent_1Hz": 26.31014999999999, "CP_CoolingPower_kW_1Hz": 1.7207833333333329, "SE_EfficiencyFactor_percent_1Hz": 59.88704999999998, "cycle": 785, "timestamp": "2024-08-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.11293833333394, "PS2_Pressure_bar_100Hz": 107.1665374999997, "PS3_Pressure_bar_100Hz": 1.7818355000000115, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.968786666666624, "PS6_Pressure_bar_100Hz": 8.895536500000045, "FS1_VolumeFlow_l_per_min_10Hz": 6.6510033333333345, "FS2_VolumeFlow_l_per_min_10Hz": 9.602261666666683, "TS1_Temperature_C_1Hz": 47.21708333333334, "TS2_Temperature_C_1Hz": 52.337049999999984, "TS3_Temperature_C_1Hz": 49.35640000000001, "TS4_Temperature_C_1Hz": 42.69938333333334, "P1_MotorPower_W_100Hz": 2445.2280666666225, "VS1_Vibration_mm_per_s_1Hz": 0.6009666666666668, "CE_CoolingEfficiency_percent_1Hz": 26.373750000000005, "CP_CoolingPower_kW_1Hz": 1.723516666666666, "SE_EfficiencyFactor_percent_1Hz": 59.836016666666666, "cycle": 786, "timestamp": "2024-08-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.13119833333369, "PS2_Pressure_bar_100Hz": 107.19207666666654, "PS3_Pressure_bar_100Hz": 1.7762285000000018, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.966658833333296, "PS6_Pressure_bar_100Hz": 8.893061500000025, "FS1_VolumeFlow_l_per_min_10Hz": 6.636936666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.60137666666666, "TS1_Temperature_C_1Hz": 47.19280000000002, "TS2_Temperature_C_1Hz": 52.328533333333326, "TS3_Temperature_C_1Hz": 49.386350000000014, "TS4_Temperature_C_1Hz": 42.68298333333335, "P1_MotorPower_W_100Hz": 2447.0367999999817, "VS1_Vibration_mm_per_s_1Hz": 0.5970833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.51190000000001, "CP_CoolingPower_kW_1Hz": 1.7345666666666657, "SE_EfficiencyFactor_percent_1Hz": 59.59501666666667, "cycle": 787, "timestamp": "2024-08-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.14437833333363, "PS2_Pressure_bar_100Hz": 107.21847266666629, "PS3_Pressure_bar_100Hz": 1.7849773333333363, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.966373499999968, "PS6_Pressure_bar_100Hz": 8.893269333333388, "FS1_VolumeFlow_l_per_min_10Hz": 6.636363333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.602056666666675, "TS1_Temperature_C_1Hz": 47.1508, "TS2_Temperature_C_1Hz": 52.30101666666667, "TS3_Temperature_C_1Hz": 49.37438333333333, "TS4_Temperature_C_1Hz": 42.683400000000006, "P1_MotorPower_W_100Hz": 2446.764633333325, "VS1_Vibration_mm_per_s_1Hz": 0.6016333333333332, "CE_CoolingEfficiency_percent_1Hz": 26.471633333333344, "CP_CoolingPower_kW_1Hz": 1.7304499999999996, "SE_EfficiencyFactor_percent_1Hz": 59.59013333333334, "cycle": 788, "timestamp": "2024-08-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.155095, "PS2_Pressure_bar_100Hz": 107.21433866666654, "PS3_Pressure_bar_100Hz": 1.7812225000000117, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.967726166666631, "PS6_Pressure_bar_100Hz": 8.894787333333348, "FS1_VolumeFlow_l_per_min_10Hz": 6.636338333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.601416666666665, "TS1_Temperature_C_1Hz": 47.129633333333324, "TS2_Temperature_C_1Hz": 52.283950000000004, "TS3_Temperature_C_1Hz": 49.33003333333333, "TS4_Temperature_C_1Hz": 42.669300000000014, "P1_MotorPower_W_100Hz": 2445.2790666666597, "VS1_Vibration_mm_per_s_1Hz": 0.5983499999999997, "CE_CoolingEfficiency_percent_1Hz": 26.400883333333333, "CP_CoolingPower_kW_1Hz": 1.7237500000000003, "SE_EfficiencyFactor_percent_1Hz": 59.67083333333334, "cycle": 789, "timestamp": "2024-08-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.17693999999995, "PS2_Pressure_bar_100Hz": 107.21470716666641, "PS3_Pressure_bar_100Hz": 1.7863518333333408, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.970625833333303, "PS6_Pressure_bar_100Hz": 8.898109833333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.634914999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.604516666666663, "TS1_Temperature_C_1Hz": 47.109183333333334, "TS2_Temperature_C_1Hz": 52.2625, "TS3_Temperature_C_1Hz": 49.325900000000026, "TS4_Temperature_C_1Hz": 42.66680000000001, "P1_MotorPower_W_100Hz": 2447.1280999999917, "VS1_Vibration_mm_per_s_1Hz": 0.5973333333333333, "CE_CoolingEfficiency_percent_1Hz": 26.399916666666673, "CP_CoolingPower_kW_1Hz": 1.7242666666666657, "SE_EfficiencyFactor_percent_1Hz": 59.569083333333325, "cycle": 790, "timestamp": "2024-08-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.15000166666707, "PS2_Pressure_bar_100Hz": 107.19297583333272, "PS3_Pressure_bar_100Hz": 1.7751765000000095, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.969916499999968, "PS6_Pressure_bar_100Hz": 8.896715833333399, "FS1_VolumeFlow_l_per_min_10Hz": 6.64706833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.604608333333347, "TS1_Temperature_C_1Hz": 47.10606666666665, "TS2_Temperature_C_1Hz": 52.233949999999986, "TS3_Temperature_C_1Hz": 49.311833333333325, "TS4_Temperature_C_1Hz": 42.66285000000001, "P1_MotorPower_W_100Hz": 2446.3706666667013, "VS1_Vibration_mm_per_s_1Hz": 0.59635, "CE_CoolingEfficiency_percent_1Hz": 26.372000000000007, "CP_CoolingPower_kW_1Hz": 1.7208666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.82608333333336, "cycle": 791, "timestamp": "2024-08-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.13380166666684, "PS2_Pressure_bar_100Hz": 107.18266433333338, "PS3_Pressure_bar_100Hz": 1.784506333333339, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.970635166666602, "PS6_Pressure_bar_100Hz": 8.897565333333386, "FS1_VolumeFlow_l_per_min_10Hz": 6.632574999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.604014999999997, "TS1_Temperature_C_1Hz": 47.09401666666665, "TS2_Temperature_C_1Hz": 52.21413333333333, "TS3_Temperature_C_1Hz": 49.28041666666669, "TS4_Temperature_C_1Hz": 42.66198333333334, "P1_MotorPower_W_100Hz": 2446.455766666653, "VS1_Vibration_mm_per_s_1Hz": 0.5971833333333332, "CE_CoolingEfficiency_percent_1Hz": 26.284383333333338, "CP_CoolingPower_kW_1Hz": 1.7135166666666664, "SE_EfficiencyFactor_percent_1Hz": 59.55129999999999, "cycle": 792, "timestamp": "2024-08-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.14897666666712, "PS2_Pressure_bar_100Hz": 107.19491149999982, "PS3_Pressure_bar_100Hz": 1.7838726666666707, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.968470666666663, "PS6_Pressure_bar_100Hz": 8.895100500000057, "FS1_VolumeFlow_l_per_min_10Hz": 6.6365099999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.601898333333333, "TS1_Temperature_C_1Hz": 47.08516666666667, "TS2_Temperature_C_1Hz": 52.19798333333334, "TS3_Temperature_C_1Hz": 49.29246666666665, "TS4_Temperature_C_1Hz": 42.64700000000001, "P1_MotorPower_W_100Hz": 2445.6838333333835, "VS1_Vibration_mm_per_s_1Hz": 0.5955166666666667, "CE_CoolingEfficiency_percent_1Hz": 26.381950000000003, "CP_CoolingPower_kW_1Hz": 1.7191833333333326, "SE_EfficiencyFactor_percent_1Hz": 59.67065000000001, "cycle": 793, "timestamp": "2024-08-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1502850000002, "PS2_Pressure_bar_100Hz": 107.21976466666614, "PS3_Pressure_bar_100Hz": 1.783853833333341, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.965113166666617, "PS6_Pressure_bar_100Hz": 8.892029833333375, "FS1_VolumeFlow_l_per_min_10Hz": 6.6292649999999975, "FS2_VolumeFlow_l_per_min_10Hz": 9.599153333333339, "TS1_Temperature_C_1Hz": 47.07933333333333, "TS2_Temperature_C_1Hz": 52.19773333333334, "TS3_Temperature_C_1Hz": 49.25745, "TS4_Temperature_C_1Hz": 42.64103333333335, "P1_MotorPower_W_100Hz": 2443.8373000000443, "VS1_Vibration_mm_per_s_1Hz": 0.6015166666666667, "CE_CoolingEfficiency_percent_1Hz": 26.30801666666667, "CP_CoolingPower_kW_1Hz": 1.7115999999999993, "SE_EfficiencyFactor_percent_1Hz": 59.59456666666666, "cycle": 794, "timestamp": "2024-09-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.15729166666762, "PS2_Pressure_bar_100Hz": 107.21999099999967, "PS3_Pressure_bar_100Hz": 1.7852878333333413, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.96391599999995, "PS6_Pressure_bar_100Hz": 8.890173333333367, "FS1_VolumeFlow_l_per_min_10Hz": 6.632131666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.598014999999998, "TS1_Temperature_C_1Hz": 47.077116666666676, "TS2_Temperature_C_1Hz": 52.198799999999984, "TS3_Temperature_C_1Hz": 49.235266666666654, "TS4_Temperature_C_1Hz": 42.604583333333345, "P1_MotorPower_W_100Hz": 2442.2478333333856, "VS1_Vibration_mm_per_s_1Hz": 0.6037499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.38689999999999, "CP_CoolingPower_kW_1Hz": 1.714983333333333, "SE_EfficiencyFactor_percent_1Hz": 59.698949999999996, "cycle": 795, "timestamp": "2024-09-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.16341000000025, "PS2_Pressure_bar_100Hz": 107.21822199999974, "PS3_Pressure_bar_100Hz": 1.7888696666666752, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.964210166666659, "PS6_Pressure_bar_100Hz": 8.891007500000041, "FS1_VolumeFlow_l_per_min_10Hz": 6.628963333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.5978, "TS1_Temperature_C_1Hz": 47.05956666666667, "TS2_Temperature_C_1Hz": 52.180150000000005, "TS3_Temperature_C_1Hz": 49.23789999999999, "TS4_Temperature_C_1Hz": 42.60095000000001, "P1_MotorPower_W_100Hz": 2443.429966666707, "VS1_Vibration_mm_per_s_1Hz": 0.6016, "CE_CoolingEfficiency_percent_1Hz": 26.319283333333328, "CP_CoolingPower_kW_1Hz": 1.7148166666666667, "SE_EfficiencyFactor_percent_1Hz": 59.59905000000001, "cycle": 796, "timestamp": "2024-09-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.16306833333337, "PS2_Pressure_bar_100Hz": 107.214607, "PS3_Pressure_bar_100Hz": 1.7794126666666765, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.970607666666668, "PS6_Pressure_bar_100Hz": 8.8976893333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.645471666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.602489999999996, "TS1_Temperature_C_1Hz": 47.0525, "TS2_Temperature_C_1Hz": 52.17133333333332, "TS3_Temperature_C_1Hz": 49.223549999999996, "TS4_Temperature_C_1Hz": 42.592116666666676, "P1_MotorPower_W_100Hz": 2442.900500000052, "VS1_Vibration_mm_per_s_1Hz": 0.5970666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.33635, "CP_CoolingPower_kW_1Hz": 1.7161666666666664, "SE_EfficiencyFactor_percent_1Hz": 59.85356666666668, "cycle": 797, "timestamp": "2024-09-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.17347166666696, "PS2_Pressure_bar_100Hz": 107.21976916666637, "PS3_Pressure_bar_100Hz": 1.7851396666666748, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.969364499999976, "PS6_Pressure_bar_100Hz": 8.896059166666719, "FS1_VolumeFlow_l_per_min_10Hz": 6.632201666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.599856666666675, "TS1_Temperature_C_1Hz": 47.01491666666666, "TS2_Temperature_C_1Hz": 52.13935, "TS3_Temperature_C_1Hz": 49.22255, "TS4_Temperature_C_1Hz": 42.567666666666675, "P1_MotorPower_W_100Hz": 2442.1566666666486, "VS1_Vibration_mm_per_s_1Hz": 0.5993999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.38844999999999, "CP_CoolingPower_kW_1Hz": 1.7191833333333326, "SE_EfficiencyFactor_percent_1Hz": 59.680266666666654, "cycle": 798, "timestamp": "2024-09-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.19520166666734, "PS2_Pressure_bar_100Hz": 107.21673533333318, "PS3_Pressure_bar_100Hz": 1.77762433333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.964485166666638, "PS6_Pressure_bar_100Hz": 8.890166500000031, "FS1_VolumeFlow_l_per_min_10Hz": 6.630511666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.596484999999998, "TS1_Temperature_C_1Hz": 47.004683333333325, "TS2_Temperature_C_1Hz": 52.12998333333334, "TS3_Temperature_C_1Hz": 49.23424999999998, "TS4_Temperature_C_1Hz": 42.56773333333333, "P1_MotorPower_W_100Hz": 2442.5179666666913, "VS1_Vibration_mm_per_s_1Hz": 0.6050666666666668, "CE_CoolingEfficiency_percent_1Hz": 26.439883333333334, "CP_CoolingPower_kW_1Hz": 1.7251499999999993, "SE_EfficiencyFactor_percent_1Hz": 59.63015, "cycle": 799, "timestamp": "2024-09-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.16896500000027, "PS2_Pressure_bar_100Hz": 107.19965199999966, "PS3_Pressure_bar_100Hz": 1.7849708333333425, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.967701500000008, "PS6_Pressure_bar_100Hz": 8.893095166666672, "FS1_VolumeFlow_l_per_min_10Hz": 6.633586666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.600321666666666, "TS1_Temperature_C_1Hz": 46.99778333333335, "TS2_Temperature_C_1Hz": 52.10145, "TS3_Temperature_C_1Hz": 49.19420000000002, "TS4_Temperature_C_1Hz": 42.58851666666666, "P1_MotorPower_W_100Hz": 2444.2229000000207, "VS1_Vibration_mm_per_s_1Hz": 0.6061666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.284950000000006, "CP_CoolingPower_kW_1Hz": 1.7088166666666667, "SE_EfficiencyFactor_percent_1Hz": 59.646049999999995, "cycle": 800, "timestamp": "2024-09-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.154578333333, "PS2_Pressure_bar_100Hz": 107.21947516666619, "PS3_Pressure_bar_100Hz": 1.7786796666666758, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.963315999999962, "PS6_Pressure_bar_100Hz": 8.888220333333367, "FS1_VolumeFlow_l_per_min_10Hz": 6.633438333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.594106666666665, "TS1_Temperature_C_1Hz": 47.006866666666674, "TS2_Temperature_C_1Hz": 52.11238333333332, "TS3_Temperature_C_1Hz": 49.184983333333314, "TS4_Temperature_C_1Hz": 42.56053333333332, "P1_MotorPower_W_100Hz": 2442.126933333348, "VS1_Vibration_mm_per_s_1Hz": 0.6143666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.32141666666666, "CP_CoolingPower_kW_1Hz": 1.7132499999999997, "SE_EfficiencyFactor_percent_1Hz": 59.72373333333334, "cycle": 801, "timestamp": "2024-09-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.19438166666728, "PS2_Pressure_bar_100Hz": 107.24381383333345, "PS3_Pressure_bar_100Hz": 1.788625666666672, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.964897499999955, "PS6_Pressure_bar_100Hz": 8.890100166666716, "FS1_VolumeFlow_l_per_min_10Hz": 6.628318333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.595513333333328, "TS1_Temperature_C_1Hz": 46.95574999999998, "TS2_Temperature_C_1Hz": 52.096399999999974, "TS3_Temperature_C_1Hz": 49.18575000000001, "TS4_Temperature_C_1Hz": 42.5532, "P1_MotorPower_W_100Hz": 2442.731099999997, "VS1_Vibration_mm_per_s_1Hz": 0.6204999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.328849999999992, "CP_CoolingPower_kW_1Hz": 1.7151333333333327, "SE_EfficiencyFactor_percent_1Hz": 59.61261666666667, "cycle": 802, "timestamp": "2024-09-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.17137333333338, "PS2_Pressure_bar_100Hz": 107.19954016666621, "PS3_Pressure_bar_100Hz": 1.780506333333339, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.964155333333307, "PS6_Pressure_bar_100Hz": 8.88921800000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.627615000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.596781666666676, "TS1_Temperature_C_1Hz": 46.971783333333335, "TS2_Temperature_C_1Hz": 52.08329999999998, "TS3_Temperature_C_1Hz": 49.153466666666645, "TS4_Temperature_C_1Hz": 42.53831666666665, "P1_MotorPower_W_100Hz": 2443.11466666666, "VS1_Vibration_mm_per_s_1Hz": 0.6224499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.28561666666666, "CP_CoolingPower_kW_1Hz": 1.7106666666666661, "SE_EfficiencyFactor_percent_1Hz": 59.57525000000001, "cycle": 803, "timestamp": "2024-09-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1926050000005, "PS2_Pressure_bar_100Hz": 107.21548666666675, "PS3_Pressure_bar_100Hz": 1.7822955000000047, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.968939999999971, "PS6_Pressure_bar_100Hz": 8.893910666666718, "FS1_VolumeFlow_l_per_min_10Hz": 6.63250833333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.59841333333334, "TS1_Temperature_C_1Hz": 46.988633333333354, "TS2_Temperature_C_1Hz": 52.08579999999998, "TS3_Temperature_C_1Hz": 49.14153333333336, "TS4_Temperature_C_1Hz": 42.51644999999999, "P1_MotorPower_W_100Hz": 2440.704533333352, "VS1_Vibration_mm_per_s_1Hz": 0.6170833333333335, "CE_CoolingEfficiency_percent_1Hz": 26.354100000000003, "CP_CoolingPower_kW_1Hz": 1.7140333333333329, "SE_EfficiencyFactor_percent_1Hz": 59.69303333333333, "cycle": 804, "timestamp": "2024-09-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.17937166666653, "PS2_Pressure_bar_100Hz": 107.19576583333283, "PS3_Pressure_bar_100Hz": 1.7865311666666697, "PS4_Pressure_bar_100Hz": 0.0016040000000000002, "PS5_Pressure_bar_100Hz": 8.967726666666639, "PS6_Pressure_bar_100Hz": 8.89238150000007, "FS1_VolumeFlow_l_per_min_10Hz": 6.632726666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.597358333333343, "TS1_Temperature_C_1Hz": 46.97588333333336, "TS2_Temperature_C_1Hz": 52.088949999999976, "TS3_Temperature_C_1Hz": 49.11848333333332, "TS4_Temperature_C_1Hz": 42.50455, "P1_MotorPower_W_100Hz": 2439.7276666666935, "VS1_Vibration_mm_per_s_1Hz": 0.61765, "CE_CoolingEfficiency_percent_1Hz": 26.326933333333336, "CP_CoolingPower_kW_1Hz": 1.71135, "SE_EfficiencyFactor_percent_1Hz": 59.73696666666663, "cycle": 805, "timestamp": "2024-09-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1911483333335, "PS2_Pressure_bar_100Hz": 107.20910883333336, "PS3_Pressure_bar_100Hz": 1.777135000000001, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.97156149999995, "PS6_Pressure_bar_100Hz": 8.896873666666687, "FS1_VolumeFlow_l_per_min_10Hz": 6.635503333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.599988333333338, "TS1_Temperature_C_1Hz": 46.92351666666668, "TS2_Temperature_C_1Hz": 52.07561666666667, "TS3_Temperature_C_1Hz": 49.15093333333333, "TS4_Temperature_C_1Hz": 42.51570000000001, "P1_MotorPower_W_100Hz": 2442.9334666667396, "VS1_Vibration_mm_per_s_1Hz": 0.5973333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.32233333333334, "CP_CoolingPower_kW_1Hz": 1.715716666666666, "SE_EfficiencyFactor_percent_1Hz": 59.688466666666635, "cycle": 806, "timestamp": "2024-09-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.19841666666687, "PS2_Pressure_bar_100Hz": 107.23067383333306, "PS3_Pressure_bar_100Hz": 1.7895293333333344, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.971771166666654, "PS6_Pressure_bar_100Hz": 8.896975666666703, "FS1_VolumeFlow_l_per_min_10Hz": 6.628863333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.60177, "TS1_Temperature_C_1Hz": 46.93683333333332, "TS2_Temperature_C_1Hz": 52.06521666666664, "TS3_Temperature_C_1Hz": 49.12219999999998, "TS4_Temperature_C_1Hz": 42.516799999999996, "P1_MotorPower_W_100Hz": 2440.3852333333807, "VS1_Vibration_mm_per_s_1Hz": 0.5987833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.230116666666664, "CP_CoolingPower_kW_1Hz": 1.7098166666666665, "SE_EfficiencyFactor_percent_1Hz": 59.65690000000002, "cycle": 807, "timestamp": "2024-09-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.19239833333305, "PS2_Pressure_bar_100Hz": 107.20476516666638, "PS3_Pressure_bar_100Hz": 1.7923181666666663, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.975819499999952, "PS6_Pressure_bar_100Hz": 8.900506166666691, "FS1_VolumeFlow_l_per_min_10Hz": 6.629121666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.602196666666668, "TS1_Temperature_C_1Hz": 46.930266666666675, "TS2_Temperature_C_1Hz": 52.061516666666655, "TS3_Temperature_C_1Hz": 49.12261666666665, "TS4_Temperature_C_1Hz": 42.51176666666667, "P1_MotorPower_W_100Hz": 2442.082000000044, "VS1_Vibration_mm_per_s_1Hz": 0.5915499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.287266666666664, "CP_CoolingPower_kW_1Hz": 1.7115166666666668, "SE_EfficiencyFactor_percent_1Hz": 59.61236666666669, "cycle": 808, "timestamp": "2024-09-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.21083333333328, "PS2_Pressure_bar_100Hz": 107.23967816666658, "PS3_Pressure_bar_100Hz": 1.7926680000000104, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.978320833333266, "PS6_Pressure_bar_100Hz": 8.903843333333354, "FS1_VolumeFlow_l_per_min_10Hz": 6.635578333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.604051666666674, "TS1_Temperature_C_1Hz": 46.93499999999999, "TS2_Temperature_C_1Hz": 52.05263333333332, "TS3_Temperature_C_1Hz": 49.111383333333315, "TS4_Temperature_C_1Hz": 42.507166666666656, "P1_MotorPower_W_100Hz": 2443.83586666678, "VS1_Vibration_mm_per_s_1Hz": 0.6047333333333335, "CE_CoolingEfficiency_percent_1Hz": 26.295533333333335, "CP_CoolingPower_kW_1Hz": 1.7080166666666663, "SE_EfficiencyFactor_percent_1Hz": 59.709266666666664, "cycle": 809, "timestamp": "2024-09-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.21603000000016, "PS2_Pressure_bar_100Hz": 107.21973700000008, "PS3_Pressure_bar_100Hz": 1.7995138333333358, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.981988999999936, "PS6_Pressure_bar_100Hz": 8.907736833333376, "FS1_VolumeFlow_l_per_min_10Hz": 6.638458333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.607426666666669, "TS1_Temperature_C_1Hz": 46.95375000000002, "TS2_Temperature_C_1Hz": 52.060166666666674, "TS3_Temperature_C_1Hz": 49.1069, "TS4_Temperature_C_1Hz": 42.50523333333333, "P1_MotorPower_W_100Hz": 2447.4782333333274, "VS1_Vibration_mm_per_s_1Hz": 0.6028999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.293350000000018, "CP_CoolingPower_kW_1Hz": 1.7081999999999988, "SE_EfficiencyFactor_percent_1Hz": 59.62148333333333, "cycle": 810, "timestamp": "2024-09-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23758166666676, "PS2_Pressure_bar_100Hz": 107.24790366666663, "PS3_Pressure_bar_100Hz": 1.79778383333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.987284166666631, "PS6_Pressure_bar_100Hz": 8.913137000000042, "FS1_VolumeFlow_l_per_min_10Hz": 6.631370000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.610823333333332, "TS1_Temperature_C_1Hz": 46.93775000000001, "TS2_Temperature_C_1Hz": 52.049116666666656, "TS3_Temperature_C_1Hz": 49.08314999999998, "TS4_Temperature_C_1Hz": 42.50371666666667, "P1_MotorPower_W_100Hz": 2450.2304666666732, "VS1_Vibration_mm_per_s_1Hz": 0.5932, "CE_CoolingEfficiency_percent_1Hz": 26.2226, "CP_CoolingPower_kW_1Hz": 1.7031666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.46606666666665, "cycle": 811, "timestamp": "2024-09-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2257616666673, "PS2_Pressure_bar_100Hz": 107.24827816666635, "PS3_Pressure_bar_100Hz": 1.7952585000000056, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.983027166666634, "PS6_Pressure_bar_100Hz": 8.908302000000038, "FS1_VolumeFlow_l_per_min_10Hz": 6.633975000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.606343333333337, "TS1_Temperature_C_1Hz": 46.909200000000006, "TS2_Temperature_C_1Hz": 52.04469999999997, "TS3_Temperature_C_1Hz": 49.099333333333334, "TS4_Temperature_C_1Hz": 42.50474999999999, "P1_MotorPower_W_100Hz": 2446.92100000005, "VS1_Vibration_mm_per_s_1Hz": 0.5897333333333332, "CE_CoolingEfficiency_percent_1Hz": 26.2095, "CP_CoolingPower_kW_1Hz": 1.7064333333333332, "SE_EfficiencyFactor_percent_1Hz": 59.620249999999984, "cycle": 812, "timestamp": "2024-09-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.22417000000019, "PS2_Pressure_bar_100Hz": 107.24962383333327, "PS3_Pressure_bar_100Hz": 1.7844786666666754, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.980645333333237, "PS6_Pressure_bar_100Hz": 8.906265499999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.630908333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.604933333333335, "TS1_Temperature_C_1Hz": 46.90523333333333, "TS2_Temperature_C_1Hz": 52.03088333333331, "TS3_Temperature_C_1Hz": 49.083583333333316, "TS4_Temperature_C_1Hz": 42.507366666666684, "P1_MotorPower_W_100Hz": 2446.0145333333558, "VS1_Vibration_mm_per_s_1Hz": 0.5949833333333332, "CE_CoolingEfficiency_percent_1Hz": 26.13871666666666, "CP_CoolingPower_kW_1Hz": 1.703783333333333, "SE_EfficiencyFactor_percent_1Hz": 59.572066666666686, "cycle": 813, "timestamp": "2024-09-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23485500000004, "PS2_Pressure_bar_100Hz": 107.25216966666645, "PS3_Pressure_bar_100Hz": 1.791363166666675, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.978756666666618, "PS6_Pressure_bar_100Hz": 8.903960833333397, "FS1_VolumeFlow_l_per_min_10Hz": 6.630331666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.604304999999986, "TS1_Temperature_C_1Hz": 46.891133333333336, "TS2_Temperature_C_1Hz": 52.02334999999998, "TS3_Temperature_C_1Hz": 49.091550000000005, "TS4_Temperature_C_1Hz": 42.51448333333334, "P1_MotorPower_W_100Hz": 2446.504133333398, "VS1_Vibration_mm_per_s_1Hz": 0.5924499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.17415000000001, "CP_CoolingPower_kW_1Hz": 1.7034, "SE_EfficiencyFactor_percent_1Hz": 59.56565, "cycle": 814, "timestamp": "2024-09-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23986500000046, "PS2_Pressure_bar_100Hz": 107.24791500000012, "PS3_Pressure_bar_100Hz": 1.7886761666666737, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.984662499999962, "PS6_Pressure_bar_100Hz": 8.909695166666713, "FS1_VolumeFlow_l_per_min_10Hz": 6.6380500000000024, "FS2_VolumeFlow_l_per_min_10Hz": 9.608308333333332, "TS1_Temperature_C_1Hz": 46.89755000000001, "TS2_Temperature_C_1Hz": 52.008583333333306, "TS3_Temperature_C_1Hz": 49.08518333333333, "TS4_Temperature_C_1Hz": 42.51560000000001, "P1_MotorPower_W_100Hz": 2448.6735333333727, "VS1_Vibration_mm_per_s_1Hz": 0.5942166666666665, "CE_CoolingEfficiency_percent_1Hz": 26.15933333333332, "CP_CoolingPower_kW_1Hz": 1.7016166666666668, "SE_EfficiencyFactor_percent_1Hz": 59.631433333333334, "cycle": 815, "timestamp": "2024-09-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23245833333334, "PS2_Pressure_bar_100Hz": 107.25753966666655, "PS3_Pressure_bar_100Hz": 1.7874095000000036, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.983729666666601, "PS6_Pressure_bar_100Hz": 8.910072666666684, "FS1_VolumeFlow_l_per_min_10Hz": 6.630649999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.607761666666676, "TS1_Temperature_C_1Hz": 46.91071666666666, "TS2_Temperature_C_1Hz": 52.011583333333334, "TS3_Temperature_C_1Hz": 49.07128333333332, "TS4_Temperature_C_1Hz": 42.507866666666665, "P1_MotorPower_W_100Hz": 2448.594166666714, "VS1_Vibration_mm_per_s_1Hz": 0.5942166666666664, "CE_CoolingEfficiency_percent_1Hz": 26.119500000000002, "CP_CoolingPower_kW_1Hz": 1.6991333333333336, "SE_EfficiencyFactor_percent_1Hz": 59.52563333333333, "cycle": 816, "timestamp": "2024-09-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.24389166666677, "PS2_Pressure_bar_100Hz": 107.23966683333326, "PS3_Pressure_bar_100Hz": 1.7891848333333396, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.985369999999934, "PS6_Pressure_bar_100Hz": 8.910699333333389, "FS1_VolumeFlow_l_per_min_10Hz": 6.645803333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.607843333333328, "TS1_Temperature_C_1Hz": 46.89896666666666, "TS2_Temperature_C_1Hz": 52.00719999999998, "TS3_Temperature_C_1Hz": 49.06936666666665, "TS4_Temperature_C_1Hz": 42.488566666666664, "P1_MotorPower_W_100Hz": 2445.058700000053, "VS1_Vibration_mm_per_s_1Hz": 0.5966833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.23253333333333, "CP_CoolingPower_kW_1Hz": 1.704033333333333, "SE_EfficiencyFactor_percent_1Hz": 59.824516666666675, "cycle": 817, "timestamp": "2024-09-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2173033333336, "PS2_Pressure_bar_100Hz": 107.2442751666665, "PS3_Pressure_bar_100Hz": 1.7953715000000074, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.985740666666587, "PS6_Pressure_bar_100Hz": 8.91052783333339, "FS1_VolumeFlow_l_per_min_10Hz": 6.6317283333333314, "FS2_VolumeFlow_l_per_min_10Hz": 9.607173333333348, "TS1_Temperature_C_1Hz": 46.89311666666667, "TS2_Temperature_C_1Hz": 52.006399999999985, "TS3_Temperature_C_1Hz": 49.06389999999998, "TS4_Temperature_C_1Hz": 42.48746666666668, "P1_MotorPower_W_100Hz": 2444.9671333333445, "VS1_Vibration_mm_per_s_1Hz": 0.5969666666666666, "CE_CoolingEfficiency_percent_1Hz": 26.145833333333346, "CP_CoolingPower_kW_1Hz": 1.7025166666666667, "SE_EfficiencyFactor_percent_1Hz": 59.58775, "cycle": 818, "timestamp": "2024-09-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23199666666588, "PS2_Pressure_bar_100Hz": 107.24732833333319, "PS3_Pressure_bar_100Hz": 1.7958321666666794, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.988496666666618, "PS6_Pressure_bar_100Hz": 8.913697666666732, "FS1_VolumeFlow_l_per_min_10Hz": 6.635751666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.60903166666667, "TS1_Temperature_C_1Hz": 46.89418333333334, "TS2_Temperature_C_1Hz": 52.010233333333325, "TS3_Temperature_C_1Hz": 49.04701666666664, "TS4_Temperature_C_1Hz": 42.45995, "P1_MotorPower_W_100Hz": 2448.157066666699, "VS1_Vibration_mm_per_s_1Hz": 0.5981166666666666, "CE_CoolingEfficiency_percent_1Hz": 26.180499999999995, "CP_CoolingPower_kW_1Hz": 1.7061333333333322, "SE_EfficiencyFactor_percent_1Hz": 59.532999999999994, "cycle": 819, "timestamp": "2024-09-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25390333333394, "PS2_Pressure_bar_100Hz": 107.2543698333331, "PS3_Pressure_bar_100Hz": 1.8048016666666675, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.987143999999947, "PS6_Pressure_bar_100Hz": 8.912619500000082, "FS1_VolumeFlow_l_per_min_10Hz": 6.633950000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.608430000000007, "TS1_Temperature_C_1Hz": 46.88199999999999, "TS2_Temperature_C_1Hz": 51.99043333333334, "TS3_Temperature_C_1Hz": 49.05808333333333, "TS4_Temperature_C_1Hz": 42.46026666666667, "P1_MotorPower_W_100Hz": 2448.0014333333834, "VS1_Vibration_mm_per_s_1Hz": 0.5969833333333334, "CE_CoolingEfficiency_percent_1Hz": 26.23273333333334, "CP_CoolingPower_kW_1Hz": 1.7096999999999993, "SE_EfficiencyFactor_percent_1Hz": 59.56745000000001, "cycle": 820, "timestamp": "2024-09-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25453000000044, "PS2_Pressure_bar_100Hz": 107.26461466666665, "PS3_Pressure_bar_100Hz": 1.7993141666666705, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.98352516666664, "PS6_Pressure_bar_100Hz": 8.908832500000022, "FS1_VolumeFlow_l_per_min_10Hz": 6.634366666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.608316666666664, "TS1_Temperature_C_1Hz": 46.876183333333316, "TS2_Temperature_C_1Hz": 51.98190000000001, "TS3_Temperature_C_1Hz": 49.0633, "TS4_Temperature_C_1Hz": 42.47805, "P1_MotorPower_W_100Hz": 2449.37140000004, "VS1_Vibration_mm_per_s_1Hz": 0.5984833333333336, "CE_CoolingEfficiency_percent_1Hz": 26.185516666666672, "CP_CoolingPower_kW_1Hz": 1.7056166666666672, "SE_EfficiencyFactor_percent_1Hz": 59.52566666666668, "cycle": 821, "timestamp": "2024-09-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.24327333333346, "PS2_Pressure_bar_100Hz": 107.26915166666647, "PS3_Pressure_bar_100Hz": 1.7915148333333388, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.971917499999963, "PS6_Pressure_bar_100Hz": 8.897748833333376, "FS1_VolumeFlow_l_per_min_10Hz": 6.626026666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.599189999999988, "TS1_Temperature_C_1Hz": 46.86853333333333, "TS2_Temperature_C_1Hz": 51.98483333333333, "TS3_Temperature_C_1Hz": 49.05161666666666, "TS4_Temperature_C_1Hz": 42.43998333333332, "P1_MotorPower_W_100Hz": 2444.611933333378, "VS1_Vibration_mm_per_s_1Hz": 0.6053666666666666, "CE_CoolingEfficiency_percent_1Hz": 26.286266666666666, "CP_CoolingPower_kW_1Hz": 1.7106166666666665, "SE_EfficiencyFactor_percent_1Hz": 59.57190000000001, "cycle": 822, "timestamp": "2024-09-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2451533333335, "PS2_Pressure_bar_100Hz": 107.26890099999997, "PS3_Pressure_bar_100Hz": 1.7858980000000086, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.96651716666663, "PS6_Pressure_bar_100Hz": 8.892454333333367, "FS1_VolumeFlow_l_per_min_10Hz": 6.623991666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.596556666666672, "TS1_Temperature_C_1Hz": 46.85098333333331, "TS2_Temperature_C_1Hz": 51.97323333333333, "TS3_Temperature_C_1Hz": 49.0651, "TS4_Temperature_C_1Hz": 42.45374999999999, "P1_MotorPower_W_100Hz": 2443.2243333333454, "VS1_Vibration_mm_per_s_1Hz": 0.5929999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.258550000000007, "CP_CoolingPower_kW_1Hz": 1.709283333333333, "SE_EfficiencyFactor_percent_1Hz": 59.55843333333333, "cycle": 823, "timestamp": "2024-09-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.24351000000036, "PS2_Pressure_bar_100Hz": 107.2534726666662, "PS3_Pressure_bar_100Hz": 1.7944486666666717, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.967941499999986, "PS6_Pressure_bar_100Hz": 8.893524333333355, "FS1_VolumeFlow_l_per_min_10Hz": 6.624899999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.59860333333333, "TS1_Temperature_C_1Hz": 46.82963333333333, "TS2_Temperature_C_1Hz": 51.9396, "TS3_Temperature_C_1Hz": 49.04043333333332, "TS4_Temperature_C_1Hz": 42.457866666666675, "P1_MotorPower_W_100Hz": 2444.82023333336, "VS1_Vibration_mm_per_s_1Hz": 0.5879333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.17386666666668, "CP_CoolingPower_kW_1Hz": 1.7020166666666674, "SE_EfficiencyFactor_percent_1Hz": 59.556766666666654, "cycle": 824, "timestamp": "2024-10-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.24161666666754, "PS2_Pressure_bar_100Hz": 107.2621844999997, "PS3_Pressure_bar_100Hz": 1.7895691666666695, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.96849266666663, "PS6_Pressure_bar_100Hz": 8.894124833333347, "FS1_VolumeFlow_l_per_min_10Hz": 6.631689999999991, "FS2_VolumeFlow_l_per_min_10Hz": 9.597596666666655, "TS1_Temperature_C_1Hz": 46.83761666666667, "TS2_Temperature_C_1Hz": 51.93561666666666, "TS3_Temperature_C_1Hz": 49.01418333333331, "TS4_Temperature_C_1Hz": 42.46308333333334, "P1_MotorPower_W_100Hz": 2444.3810000000067, "VS1_Vibration_mm_per_s_1Hz": 0.5874833333333335, "CE_CoolingEfficiency_percent_1Hz": 26.08823333333334, "CP_CoolingPower_kW_1Hz": 1.6945500000000007, "SE_EfficiencyFactor_percent_1Hz": 59.71583333333332, "cycle": 825, "timestamp": "2024-10-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23359333333426, "PS2_Pressure_bar_100Hz": 107.24294866666644, "PS3_Pressure_bar_100Hz": 1.792822166666676, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.97109333333329, "PS6_Pressure_bar_100Hz": 8.896472166666708, "FS1_VolumeFlow_l_per_min_10Hz": 6.63991333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.59950333333333, "TS1_Temperature_C_1Hz": 46.85415, "TS2_Temperature_C_1Hz": 51.94621666666668, "TS3_Temperature_C_1Hz": 49.00018333333332, "TS4_Temperature_C_1Hz": 42.444149999999986, "P1_MotorPower_W_100Hz": 2443.625466666681, "VS1_Vibration_mm_per_s_1Hz": 0.5893166666666664, "CE_CoolingEfficiency_percent_1Hz": 26.1179, "CP_CoolingPower_kW_1Hz": 1.6966000000000008, "SE_EfficiencyFactor_percent_1Hz": 59.842166666666664, "cycle": 826, "timestamp": "2024-10-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.24458666666655, "PS2_Pressure_bar_100Hz": 107.27049416666661, "PS3_Pressure_bar_100Hz": 1.7794865000000093, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.973365166666621, "PS6_Pressure_bar_100Hz": 8.899678333333346, "FS1_VolumeFlow_l_per_min_10Hz": 6.625516666666662, "FS2_VolumeFlow_l_per_min_10Hz": 9.600933333333339, "TS1_Temperature_C_1Hz": 46.822666666666656, "TS2_Temperature_C_1Hz": 51.93586666666666, "TS3_Temperature_C_1Hz": 48.99306666666665, "TS4_Temperature_C_1Hz": 42.42388333333333, "P1_MotorPower_W_100Hz": 2443.0690666666874, "VS1_Vibration_mm_per_s_1Hz": 0.5892166666666665, "CE_CoolingEfficiency_percent_1Hz": 26.182233333333333, "CP_CoolingPower_kW_1Hz": 1.7005500000000007, "SE_EfficiencyFactor_percent_1Hz": 59.61946666666666, "cycle": 827, "timestamp": "2024-10-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2542700000007, "PS2_Pressure_bar_100Hz": 107.27931666666626, "PS3_Pressure_bar_100Hz": 1.7883218333333373, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.97424566666661, "PS6_Pressure_bar_100Hz": 8.900653666666694, "FS1_VolumeFlow_l_per_min_10Hz": 6.6383366666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.600533333333338, "TS1_Temperature_C_1Hz": 46.79749999999999, "TS2_Temperature_C_1Hz": 51.92311666666669, "TS3_Temperature_C_1Hz": 49.007799999999975, "TS4_Temperature_C_1Hz": 42.41803333333333, "P1_MotorPower_W_100Hz": 2442.3140333333354, "VS1_Vibration_mm_per_s_1Hz": 0.5890333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.201516666666674, "CP_CoolingPower_kW_1Hz": 1.7059333333333337, "SE_EfficiencyFactor_percent_1Hz": 59.84854999999998, "cycle": 828, "timestamp": "2024-10-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2514116666667, "PS2_Pressure_bar_100Hz": 107.26394316666699, "PS3_Pressure_bar_100Hz": 1.7886441666666781, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.978532999999926, "PS6_Pressure_bar_100Hz": 8.90570850000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.640423333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.603943333333333, "TS1_Temperature_C_1Hz": 46.79891666666666, "TS2_Temperature_C_1Hz": 51.897483333333334, "TS3_Temperature_C_1Hz": 49.0004, "TS4_Temperature_C_1Hz": 42.423116666666665, "P1_MotorPower_W_100Hz": 2442.5308333333624, "VS1_Vibration_mm_per_s_1Hz": 0.5913666666666665, "CE_CoolingEfficiency_percent_1Hz": 26.117583333333336, "CP_CoolingPower_kW_1Hz": 1.7003500000000005, "SE_EfficiencyFactor_percent_1Hz": 59.87525000000001, "cycle": 829, "timestamp": "2024-10-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.24574499999977, "PS2_Pressure_bar_100Hz": 107.27346283333357, "PS3_Pressure_bar_100Hz": 1.7811961666666778, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.979625833333294, "PS6_Pressure_bar_100Hz": 8.90838550000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.626671666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.603809999999996, "TS1_Temperature_C_1Hz": 46.80408333333332, "TS2_Temperature_C_1Hz": 51.889800000000015, "TS3_Temperature_C_1Hz": 48.94528333333335, "TS4_Temperature_C_1Hz": 42.39505, "P1_MotorPower_W_100Hz": 2442.881966666693, "VS1_Vibration_mm_per_s_1Hz": 0.5944333333333331, "CE_CoolingEfficiency_percent_1Hz": 26.12961666666666, "CP_CoolingPower_kW_1Hz": 1.694833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.62955, "cycle": 830, "timestamp": "2024-10-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25252000000003, "PS2_Pressure_bar_100Hz": 107.27605600000042, "PS3_Pressure_bar_100Hz": 1.7886533333333452, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.977883333333269, "PS6_Pressure_bar_100Hz": 8.904914000000016, "FS1_VolumeFlow_l_per_min_10Hz": 6.6409449999999985, "FS2_VolumeFlow_l_per_min_10Hz": 9.60393333333333, "TS1_Temperature_C_1Hz": 46.79881666666665, "TS2_Temperature_C_1Hz": 51.87974999999999, "TS3_Temperature_C_1Hz": 48.96656666666666, "TS4_Temperature_C_1Hz": 42.375833333333325, "P1_MotorPower_W_100Hz": 2442.1378000000195, "VS1_Vibration_mm_per_s_1Hz": 0.5932666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.241783333333334, "CP_CoolingPower_kW_1Hz": 1.705233333333333, "SE_EfficiencyFactor_percent_1Hz": 59.90443333333329, "cycle": 831, "timestamp": "2024-10-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25427999999957, "PS2_Pressure_bar_100Hz": 107.2671051666665, "PS3_Pressure_bar_100Hz": 1.7943296666666728, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.980619666666625, "PS6_Pressure_bar_100Hz": 8.906821666666726, "FS1_VolumeFlow_l_per_min_10Hz": 6.6387399999999985, "FS2_VolumeFlow_l_per_min_10Hz": 9.606193333333328, "TS1_Temperature_C_1Hz": 46.80211666666667, "TS2_Temperature_C_1Hz": 51.87878333333333, "TS3_Temperature_C_1Hz": 48.961366666666656, "TS4_Temperature_C_1Hz": 42.40453333333331, "P1_MotorPower_W_100Hz": 2442.1533666666937, "VS1_Vibration_mm_per_s_1Hz": 0.5904999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.0903, "CP_CoolingPower_kW_1Hz": 1.6962833333333334, "SE_EfficiencyFactor_percent_1Hz": 59.885950000000015, "cycle": 832, "timestamp": "2024-10-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25591999999943, "PS2_Pressure_bar_100Hz": 107.26686283333329, "PS3_Pressure_bar_100Hz": 1.7879375000000042, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.982820999999953, "PS6_Pressure_bar_100Hz": 8.908888166666696, "FS1_VolumeFlow_l_per_min_10Hz": 6.6366683333333265, "FS2_VolumeFlow_l_per_min_10Hz": 9.604436666666667, "TS1_Temperature_C_1Hz": 46.80033333333332, "TS2_Temperature_C_1Hz": 51.8812, "TS3_Temperature_C_1Hz": 48.962066666666665, "TS4_Temperature_C_1Hz": 42.37949999999997, "P1_MotorPower_W_100Hz": 2442.038600000022, "VS1_Vibration_mm_per_s_1Hz": 0.5916333333333331, "CE_CoolingEfficiency_percent_1Hz": 26.239866666666668, "CP_CoolingPower_kW_1Hz": 1.7062499999999998, "SE_EfficiencyFactor_percent_1Hz": 59.80525000000001, "cycle": 833, "timestamp": "2024-10-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25399166666617, "PS2_Pressure_bar_100Hz": 107.27122266666694, "PS3_Pressure_bar_100Hz": 1.8024550000000064, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.985005999999911, "PS6_Pressure_bar_100Hz": 8.909735500000071, "FS1_VolumeFlow_l_per_min_10Hz": 6.62761833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.606161666666672, "TS1_Temperature_C_1Hz": 46.79263333333332, "TS2_Temperature_C_1Hz": 51.88568333333337, "TS3_Temperature_C_1Hz": 48.959183333333335, "TS4_Temperature_C_1Hz": 42.371, "P1_MotorPower_W_100Hz": 2441.960833333347, "VS1_Vibration_mm_per_s_1Hz": 0.5933499999999999, "CE_CoolingEfficiency_percent_1Hz": 26.19885000000001, "CP_CoolingPower_kW_1Hz": 1.7072666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.65058333333333, "cycle": 834, "timestamp": "2024-10-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2476200000006, "PS2_Pressure_bar_100Hz": 107.26350183333344, "PS3_Pressure_bar_100Hz": 1.8018460000000065, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.984361333333306, "PS6_Pressure_bar_100Hz": 8.909663500000024, "FS1_VolumeFlow_l_per_min_10Hz": 6.647718333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.605111666666673, "TS1_Temperature_C_1Hz": 46.76666666666666, "TS2_Temperature_C_1Hz": 51.87316666666666, "TS3_Temperature_C_1Hz": 48.96759999999999, "TS4_Temperature_C_1Hz": 42.346349999999994, "P1_MotorPower_W_100Hz": 2442.7539000000434, "VS1_Vibration_mm_per_s_1Hz": 0.6039833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.305433333333333, "CP_CoolingPower_kW_1Hz": 1.7117333333333327, "SE_EfficiencyFactor_percent_1Hz": 59.933916666666654, "cycle": 835, "timestamp": "2024-10-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.26219666666657, "PS2_Pressure_bar_100Hz": 107.26662466666646, "PS3_Pressure_bar_100Hz": 1.8034275000000037, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.985090833333276, "PS6_Pressure_bar_100Hz": 8.909845000000054, "FS1_VolumeFlow_l_per_min_10Hz": 6.63671, "FS2_VolumeFlow_l_per_min_10Hz": 9.607130000000002, "TS1_Temperature_C_1Hz": 46.754066666666645, "TS2_Temperature_C_1Hz": 51.85808333333333, "TS3_Temperature_C_1Hz": 48.98455, "TS4_Temperature_C_1Hz": 42.363116666666656, "P1_MotorPower_W_100Hz": 2443.892400000016, "VS1_Vibration_mm_per_s_1Hz": 0.6038166666666666, "CE_CoolingEfficiency_percent_1Hz": 26.282333333333334, "CP_CoolingPower_kW_1Hz": 1.7137499999999999, "SE_EfficiencyFactor_percent_1Hz": 59.74253333333333, "cycle": 836, "timestamp": "2024-10-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25712666666647, "PS2_Pressure_bar_100Hz": 107.25864750000035, "PS3_Pressure_bar_100Hz": 1.8051456666666694, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99142033333329, "PS6_Pressure_bar_100Hz": 8.916527833333404, "FS1_VolumeFlow_l_per_min_10Hz": 6.639291666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.609016666666657, "TS1_Temperature_C_1Hz": 46.771249999999995, "TS2_Temperature_C_1Hz": 51.85041666666667, "TS3_Temperature_C_1Hz": 48.94618333333332, "TS4_Temperature_C_1Hz": 42.35166666666665, "P1_MotorPower_W_100Hz": 2445.807066666673, "VS1_Vibration_mm_per_s_1Hz": 0.6033999999999998, "CE_CoolingEfficiency_percent_1Hz": 26.21433333333333, "CP_CoolingPower_kW_1Hz": 1.7064833333333327, "SE_EfficiencyFactor_percent_1Hz": 59.68413333333334, "cycle": 837, "timestamp": "2024-10-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27894833333332, "PS2_Pressure_bar_100Hz": 107.27719083333366, "PS3_Pressure_bar_100Hz": 1.7971613333333387, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.995119166666667, "PS6_Pressure_bar_100Hz": 8.91943650000009, "FS1_VolumeFlow_l_per_min_10Hz": 6.643504999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.612213333333338, "TS1_Temperature_C_1Hz": 46.76869999999997, "TS2_Temperature_C_1Hz": 51.846900000000005, "TS3_Temperature_C_1Hz": 48.950616666666676, "TS4_Temperature_C_1Hz": 42.32966666666664, "P1_MotorPower_W_100Hz": 2447.737866666662, "VS1_Vibration_mm_per_s_1Hz": 0.6017166666666666, "CE_CoolingEfficiency_percent_1Hz": 26.36193333333333, "CP_CoolingPower_kW_1Hz": 1.7140499999999994, "SE_EfficiencyFactor_percent_1Hz": 59.72493333333332, "cycle": 838, "timestamp": "2024-10-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27769833333326, "PS2_Pressure_bar_100Hz": 107.29161433333381, "PS3_Pressure_bar_100Hz": 1.7997435000000126, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.998756333333345, "PS6_Pressure_bar_100Hz": 8.922155500000079, "FS1_VolumeFlow_l_per_min_10Hz": 6.636356666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.613428333333337, "TS1_Temperature_C_1Hz": 46.788549999999994, "TS2_Temperature_C_1Hz": 51.86673333333333, "TS3_Temperature_C_1Hz": 48.911633333333334, "TS4_Temperature_C_1Hz": 42.309266666666666, "P1_MotorPower_W_100Hz": 2448.512166666756, "VS1_Vibration_mm_per_s_1Hz": 0.6002499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.324216666666665, "CP_CoolingPower_kW_1Hz": 1.7099999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.56521666666666, "cycle": 839, "timestamp": "2024-10-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27166833333348, "PS2_Pressure_bar_100Hz": 107.28379433333303, "PS3_Pressure_bar_100Hz": 1.8095588333333414, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99743583333332, "PS6_Pressure_bar_100Hz": 8.922682000000023, "FS1_VolumeFlow_l_per_min_10Hz": 6.640253333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.614593333333332, "TS1_Temperature_C_1Hz": 46.78376666666665, "TS2_Temperature_C_1Hz": 51.86851666666668, "TS3_Temperature_C_1Hz": 48.90059999999999, "TS4_Temperature_C_1Hz": 42.30884999999999, "P1_MotorPower_W_100Hz": 2448.370599999995, "VS1_Vibration_mm_per_s_1Hz": 0.5980499999999999, "CE_CoolingEfficiency_percent_1Hz": 26.248966666666668, "CP_CoolingPower_kW_1Hz": 1.70695, "SE_EfficiencyFactor_percent_1Hz": 59.67493333333331, "cycle": 840, "timestamp": "2024-10-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.26864666666697, "PS2_Pressure_bar_100Hz": 107.31240216666657, "PS3_Pressure_bar_100Hz": 1.8043925000000076, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.997175166666658, "PS6_Pressure_bar_100Hz": 8.920849166666695, "FS1_VolumeFlow_l_per_min_10Hz": 6.633304999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.613025000000011, "TS1_Temperature_C_1Hz": 46.784683333333334, "TS2_Temperature_C_1Hz": 51.87856666666668, "TS3_Temperature_C_1Hz": 48.92126666666666, "TS4_Temperature_C_1Hz": 42.284166666666664, "P1_MotorPower_W_100Hz": 2449.390600000083, "VS1_Vibration_mm_per_s_1Hz": 0.6036166666666668, "CE_CoolingEfficiency_percent_1Hz": 26.427333333333326, "CP_CoolingPower_kW_1Hz": 1.7197333333333333, "SE_EfficiencyFactor_percent_1Hz": 59.52956666666668, "cycle": 841, "timestamp": "2024-10-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.28398833333353, "PS2_Pressure_bar_100Hz": 107.29500783333356, "PS3_Pressure_bar_100Hz": 1.7940916666666757, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99175483333329, "PS6_Pressure_bar_100Hz": 8.915920833333374, "FS1_VolumeFlow_l_per_min_10Hz": 6.631710000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.61228999999999, "TS1_Temperature_C_1Hz": 46.76641666666667, "TS2_Temperature_C_1Hz": 51.86685000000001, "TS3_Temperature_C_1Hz": 48.930883333333334, "TS4_Temperature_C_1Hz": 42.293166666666664, "P1_MotorPower_W_100Hz": 2444.5561666667077, "VS1_Vibration_mm_per_s_1Hz": 0.5961333333333333, "CE_CoolingEfficiency_percent_1Hz": 26.42083333333333, "CP_CoolingPower_kW_1Hz": 1.7207333333333323, "SE_EfficiencyFactor_percent_1Hz": 59.60719999999997, "cycle": 842, "timestamp": "2024-10-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.26740333333436, "PS2_Pressure_bar_100Hz": 107.28910266666695, "PS3_Pressure_bar_100Hz": 1.7940523333333418, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.992744833333292, "PS6_Pressure_bar_100Hz": 8.915976500000033, "FS1_VolumeFlow_l_per_min_10Hz": 6.64197833333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.612591666666663, "TS1_Temperature_C_1Hz": 46.75528333333332, "TS2_Temperature_C_1Hz": 51.83836666666666, "TS3_Temperature_C_1Hz": 48.94388333333334, "TS4_Temperature_C_1Hz": 42.301766666666666, "P1_MotorPower_W_100Hz": 2443.510100000023, "VS1_Vibration_mm_per_s_1Hz": 0.5953333333333336, "CE_CoolingEfficiency_percent_1Hz": 26.40496666666667, "CP_CoolingPower_kW_1Hz": 1.7193833333333324, "SE_EfficiencyFactor_percent_1Hz": 59.82609999999998, "cycle": 843, "timestamp": "2024-10-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27765666666667, "PS2_Pressure_bar_100Hz": 107.28191483333325, "PS3_Pressure_bar_100Hz": 1.78956000000001, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99366699999997, "PS6_Pressure_bar_100Hz": 8.917049833333367, "FS1_VolumeFlow_l_per_min_10Hz": 6.641305000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.614326666666669, "TS1_Temperature_C_1Hz": 46.74364999999998, "TS2_Temperature_C_1Hz": 51.81323333333333, "TS3_Temperature_C_1Hz": 48.926733333333345, "TS4_Temperature_C_1Hz": 42.30311666666666, "P1_MotorPower_W_100Hz": 2444.9469999999615, "VS1_Vibration_mm_per_s_1Hz": 0.5994833333333334, "CE_CoolingEfficiency_percent_1Hz": 26.365366666666663, "CP_CoolingPower_kW_1Hz": 1.7160666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.758133333333355, "cycle": 844, "timestamp": "2024-10-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30374999999964, "PS2_Pressure_bar_100Hz": 107.31369500000018, "PS3_Pressure_bar_100Hz": 1.7884308333333434, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.996062833333324, "PS6_Pressure_bar_100Hz": 8.919554166666714, "FS1_VolumeFlow_l_per_min_10Hz": 6.643828333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.614191666666672, "TS1_Temperature_C_1Hz": 46.73171666666665, "TS2_Temperature_C_1Hz": 51.80475, "TS3_Temperature_C_1Hz": 48.908016666666676, "TS4_Temperature_C_1Hz": 42.295583333333326, "P1_MotorPower_W_100Hz": 2447.3989666666293, "VS1_Vibration_mm_per_s_1Hz": 0.6052833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.38521666666667, "CP_CoolingPower_kW_1Hz": 1.7125166666666662, "SE_EfficiencyFactor_percent_1Hz": 59.77824999999999, "cycle": 845, "timestamp": "2024-10-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30268499999985, "PS2_Pressure_bar_100Hz": 107.32003183333363, "PS3_Pressure_bar_100Hz": 1.782427333333345, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.993584833333282, "PS6_Pressure_bar_100Hz": 8.918478666666694, "FS1_VolumeFlow_l_per_min_10Hz": 6.631131666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.613053333333347, "TS1_Temperature_C_1Hz": 46.709833333333314, "TS2_Temperature_C_1Hz": 51.80391666666667, "TS3_Temperature_C_1Hz": 48.92033333333334, "TS4_Temperature_C_1Hz": 42.289516666666664, "P1_MotorPower_W_100Hz": 2447.4335000000715, "VS1_Vibration_mm_per_s_1Hz": 0.6026, "CE_CoolingEfficiency_percent_1Hz": 26.385466666666666, "CP_CoolingPower_kW_1Hz": 1.7165666666666664, "SE_EfficiencyFactor_percent_1Hz": 59.57141666666665, "cycle": 846, "timestamp": "2024-10-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31376499999985, "PS2_Pressure_bar_100Hz": 107.33091183333363, "PS3_Pressure_bar_100Hz": 1.7909521666666746, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.996815333333338, "PS6_Pressure_bar_100Hz": 8.920623333333369, "FS1_VolumeFlow_l_per_min_10Hz": 6.635186666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.615921666666674, "TS1_Temperature_C_1Hz": 46.70229999999999, "TS2_Temperature_C_1Hz": 51.79201666666667, "TS3_Temperature_C_1Hz": 48.90573333333332, "TS4_Temperature_C_1Hz": 42.30696666666666, "P1_MotorPower_W_100Hz": 2449.7034000000735, "VS1_Vibration_mm_per_s_1Hz": 0.5996333333333332, "CE_CoolingEfficiency_percent_1Hz": 26.287783333333326, "CP_CoolingPower_kW_1Hz": 1.7107833333333329, "SE_EfficiencyFactor_percent_1Hz": 59.59635000000001, "cycle": 847, "timestamp": "2024-10-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31846166666588, "PS2_Pressure_bar_100Hz": 107.34161950000025, "PS3_Pressure_bar_100Hz": 1.7952568333333447, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99649233333327, "PS6_Pressure_bar_100Hz": 8.920393333333394, "FS1_VolumeFlow_l_per_min_10Hz": 6.630908333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.616164999999992, "TS1_Temperature_C_1Hz": 46.692766666666635, "TS2_Temperature_C_1Hz": 51.77321666666664, "TS3_Temperature_C_1Hz": 48.89196666666668, "TS4_Temperature_C_1Hz": 42.304500000000004, "P1_MotorPower_W_100Hz": 2449.3658000000137, "VS1_Vibration_mm_per_s_1Hz": 0.6006000000000001, "CE_CoolingEfficiency_percent_1Hz": 26.257366666666666, "CP_CoolingPower_kW_1Hz": 1.707366666666666, "SE_EfficiencyFactor_percent_1Hz": 59.52421666666666, "cycle": 848, "timestamp": "2024-10-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3118833333339, "PS2_Pressure_bar_100Hz": 107.31009783333342, "PS3_Pressure_bar_100Hz": 1.7854593333333426, "PS4_Pressure_bar_100Hz": 0.010356, "PS5_Pressure_bar_100Hz": 8.995475499999985, "PS6_Pressure_bar_100Hz": 8.919531666666733, "FS1_VolumeFlow_l_per_min_10Hz": 6.631258333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.614738333333337, "TS1_Temperature_C_1Hz": 46.718283333333325, "TS2_Temperature_C_1Hz": 51.78205000000001, "TS3_Temperature_C_1Hz": 48.90523333333333, "TS4_Temperature_C_1Hz": 42.274833333333326, "P1_MotorPower_W_100Hz": 2446.7612666667133, "VS1_Vibration_mm_per_s_1Hz": 0.6037166666666668, "CE_CoolingEfficiency_percent_1Hz": 26.40361666666667, "CP_CoolingPower_kW_1Hz": 1.7181666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.590166666666704, "cycle": 849, "timestamp": "2024-10-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33191666666656, "PS2_Pressure_bar_100Hz": 107.32025516666721, "PS3_Pressure_bar_100Hz": 1.7906438333333383, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.994562499999974, "PS6_Pressure_bar_100Hz": 8.918489833333368, "FS1_VolumeFlow_l_per_min_10Hz": 6.632278333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.614560000000004, "TS1_Temperature_C_1Hz": 46.706433333333315, "TS2_Temperature_C_1Hz": 51.770316666666666, "TS3_Temperature_C_1Hz": 48.91663333333335, "TS4_Temperature_C_1Hz": 42.28340000000001, "P1_MotorPower_W_100Hz": 2447.457266666677, "VS1_Vibration_mm_per_s_1Hz": 0.6017166666666667, "CE_CoolingEfficiency_percent_1Hz": 26.416783333333335, "CP_CoolingPower_kW_1Hz": 1.7193, "SE_EfficiencyFactor_percent_1Hz": 59.57008333333333, "cycle": 850, "timestamp": "2024-10-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30114666666617, "PS2_Pressure_bar_100Hz": 107.28192483333349, "PS3_Pressure_bar_100Hz": 1.7924115000000032, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.994200333333318, "PS6_Pressure_bar_100Hz": 8.918052500000067, "FS1_VolumeFlow_l_per_min_10Hz": 6.628044999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.616579999999995, "TS1_Temperature_C_1Hz": 46.70201666666665, "TS2_Temperature_C_1Hz": 51.76431666666666, "TS3_Temperature_C_1Hz": 48.893949999999975, "TS4_Temperature_C_1Hz": 42.266500000000015, "P1_MotorPower_W_100Hz": 2447.635133333399, "VS1_Vibration_mm_per_s_1Hz": 0.6043833333333332, "CE_CoolingEfficiency_percent_1Hz": 26.424766666666663, "CP_CoolingPower_kW_1Hz": 1.7186333333333328, "SE_EfficiencyFactor_percent_1Hz": 59.49881666666667, "cycle": 851, "timestamp": "2024-10-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30014000000003, "PS2_Pressure_bar_100Hz": 107.30474783333341, "PS3_Pressure_bar_100Hz": 1.7873401666666762, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.994041833333341, "PS6_Pressure_bar_100Hz": 8.918038166666749, "FS1_VolumeFlow_l_per_min_10Hz": 6.631471666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.614341666666677, "TS1_Temperature_C_1Hz": 46.68956666666666, "TS2_Temperature_C_1Hz": 51.75531666666666, "TS3_Temperature_C_1Hz": 48.88775, "TS4_Temperature_C_1Hz": 42.258599999999994, "P1_MotorPower_W_100Hz": 2446.814600000043, "VS1_Vibration_mm_per_s_1Hz": 0.6036166666666666, "CE_CoolingEfficiency_percent_1Hz": 26.414366666666677, "CP_CoolingPower_kW_1Hz": 1.7178333333333333, "SE_EfficiencyFactor_percent_1Hz": 59.595283333333334, "cycle": 852, "timestamp": "2024-10-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.29341833333288, "PS2_Pressure_bar_100Hz": 107.29935166666705, "PS3_Pressure_bar_100Hz": 1.796780000000006, "PS4_Pressure_bar_100Hz": 0.07071083333333332, "PS5_Pressure_bar_100Hz": 8.991832333333315, "PS6_Pressure_bar_100Hz": 8.91525050000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.644193333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.613531666666663, "TS1_Temperature_C_1Hz": 46.674, "TS2_Temperature_C_1Hz": 51.75153333333333, "TS3_Temperature_C_1Hz": 48.882499999999986, "TS4_Temperature_C_1Hz": 42.25566666666668, "P1_MotorPower_W_100Hz": 2447.130600000024, "VS1_Vibration_mm_per_s_1Hz": 0.59755, "CE_CoolingEfficiency_percent_1Hz": 26.431199999999993, "CP_CoolingPower_kW_1Hz": 1.7178166666666663, "SE_EfficiencyFactor_percent_1Hz": 59.82153333333335, "cycle": 853, "timestamp": "2024-10-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.29643666666647, "PS2_Pressure_bar_100Hz": 107.30105166666691, "PS3_Pressure_bar_100Hz": 1.7911836666666696, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.993195333333306, "PS6_Pressure_bar_100Hz": 8.917315166666713, "FS1_VolumeFlow_l_per_min_10Hz": 6.6452333333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.615180000000004, "TS1_Temperature_C_1Hz": 46.66916666666666, "TS2_Temperature_C_1Hz": 51.73740000000001, "TS3_Temperature_C_1Hz": 48.87053333333333, "TS4_Temperature_C_1Hz": 42.25553333333334, "P1_MotorPower_W_100Hz": 2447.3136000000254, "VS1_Vibration_mm_per_s_1Hz": 0.5945833333333331, "CE_CoolingEfficiency_percent_1Hz": 26.396383333333322, "CP_CoolingPower_kW_1Hz": 1.7140833333333327, "SE_EfficiencyFactor_percent_1Hz": 59.77078333333335, "cycle": 854, "timestamp": "2024-10-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3013783333335, "PS2_Pressure_bar_100Hz": 107.30461133333338, "PS3_Pressure_bar_100Hz": 1.7959103333333415, "PS4_Pressure_bar_100Hz": 9.783333333333333e-05, "PS5_Pressure_bar_100Hz": 8.992981833333298, "PS6_Pressure_bar_100Hz": 8.917018000000041, "FS1_VolumeFlow_l_per_min_10Hz": 6.642355000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.615738333333331, "TS1_Temperature_C_1Hz": 46.65956666666664, "TS2_Temperature_C_1Hz": 51.72711666666665, "TS3_Temperature_C_1Hz": 48.86991666666667, "TS4_Temperature_C_1Hz": 42.25188333333334, "P1_MotorPower_W_100Hz": 2446.0697000000578, "VS1_Vibration_mm_per_s_1Hz": 0.5944333333333333, "CE_CoolingEfficiency_percent_1Hz": 26.386, "CP_CoolingPower_kW_1Hz": 1.7151166666666662, "SE_EfficiencyFactor_percent_1Hz": 59.788683333333324, "cycle": 855, "timestamp": "2024-11-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30837166666632, "PS2_Pressure_bar_100Hz": 107.3239351666672, "PS3_Pressure_bar_100Hz": 1.7923381666666731, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.993964333333329, "PS6_Pressure_bar_100Hz": 8.917175333333343, "FS1_VolumeFlow_l_per_min_10Hz": 6.639383333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.615605000000013, "TS1_Temperature_C_1Hz": 46.649049999999974, "TS2_Temperature_C_1Hz": 51.71959999999999, "TS3_Temperature_C_1Hz": 48.852, "TS4_Temperature_C_1Hz": 42.24654999999998, "P1_MotorPower_W_100Hz": 2446.103566666698, "VS1_Vibration_mm_per_s_1Hz": 0.5938999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.385250000000003, "CP_CoolingPower_kW_1Hz": 1.7130499999999997, "SE_EfficiencyFactor_percent_1Hz": 59.72973333333333, "cycle": 856, "timestamp": "2024-11-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33003, "PS2_Pressure_bar_100Hz": 107.34065733333368, "PS3_Pressure_bar_100Hz": 1.7926468333333387, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99318283333331, "PS6_Pressure_bar_100Hz": 8.916159333333374, "FS1_VolumeFlow_l_per_min_10Hz": 6.634494999999992, "FS2_VolumeFlow_l_per_min_10Hz": 9.614801666666676, "TS1_Temperature_C_1Hz": 46.63503333333331, "TS2_Temperature_C_1Hz": 51.701649999999994, "TS3_Temperature_C_1Hz": 48.880433333333336, "TS4_Temperature_C_1Hz": 42.25315000000001, "P1_MotorPower_W_100Hz": 2445.048933333341, "VS1_Vibration_mm_per_s_1Hz": 0.6002833333333334, "CE_CoolingEfficiency_percent_1Hz": 26.422733333333333, "CP_CoolingPower_kW_1Hz": 1.7172833333333324, "SE_EfficiencyFactor_percent_1Hz": 59.694233333333315, "cycle": 857, "timestamp": "2024-11-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31059333333326, "PS2_Pressure_bar_100Hz": 107.32045566666709, "PS3_Pressure_bar_100Hz": 1.7864260000000047, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.988944833333257, "PS6_Pressure_bar_100Hz": 8.91288383333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.648585000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.612201666666657, "TS1_Temperature_C_1Hz": 46.636549999999986, "TS2_Temperature_C_1Hz": 51.707283333333315, "TS3_Temperature_C_1Hz": 48.83768333333333, "TS4_Temperature_C_1Hz": 42.252616666666654, "P1_MotorPower_W_100Hz": 2444.337200000034, "VS1_Vibration_mm_per_s_1Hz": 0.6051999999999998, "CE_CoolingEfficiency_percent_1Hz": 26.253850000000007, "CP_CoolingPower_kW_1Hz": 1.7058999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.967499999999994, "cycle": 858, "timestamp": "2024-11-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30985500000045, "PS2_Pressure_bar_100Hz": 107.32154633333353, "PS3_Pressure_bar_100Hz": 1.7909968333333408, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.988375999999956, "PS6_Pressure_bar_100Hz": 8.912446666666686, "FS1_VolumeFlow_l_per_min_10Hz": 6.631884999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.612154999999994, "TS1_Temperature_C_1Hz": 46.62796666666666, "TS2_Temperature_C_1Hz": 51.69291666666667, "TS3_Temperature_C_1Hz": 48.839966666666676, "TS4_Temperature_C_1Hz": 42.237583333333326, "P1_MotorPower_W_100Hz": 2443.1750000000234, "VS1_Vibration_mm_per_s_1Hz": 0.5992000000000002, "CE_CoolingEfficiency_percent_1Hz": 26.280333333333328, "CP_CoolingPower_kW_1Hz": 1.7103999999999993, "SE_EfficiencyFactor_percent_1Hz": 59.67836666666666, "cycle": 859, "timestamp": "2024-11-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31813666666645, "PS2_Pressure_bar_100Hz": 107.33589283333419, "PS3_Pressure_bar_100Hz": 1.8003631666666764, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99008549999998, "PS6_Pressure_bar_100Hz": 8.91385083333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.639053333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.611983333333328, "TS1_Temperature_C_1Hz": 46.626683333333325, "TS2_Temperature_C_1Hz": 51.68383333333333, "TS3_Temperature_C_1Hz": 48.850866666666676, "TS4_Temperature_C_1Hz": 42.24341666666666, "P1_MotorPower_W_100Hz": 2444.004533333358, "VS1_Vibration_mm_per_s_1Hz": 0.6049666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.362949999999994, "CP_CoolingPower_kW_1Hz": 1.710716666666666, "SE_EfficiencyFactor_percent_1Hz": 59.78366666666667, "cycle": 860, "timestamp": "2024-11-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32012, "PS2_Pressure_bar_100Hz": 107.3537110000003, "PS3_Pressure_bar_100Hz": 1.793565666666671, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.001282500000002, "PS6_Pressure_bar_100Hz": 8.924488333333358, "FS1_VolumeFlow_l_per_min_10Hz": 6.637056666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.609461666666672, "TS1_Temperature_C_1Hz": 46.63793333333331, "TS2_Temperature_C_1Hz": 51.66956666666666, "TS3_Temperature_C_1Hz": 48.81651666666666, "TS4_Temperature_C_1Hz": 42.230866666666664, "P1_MotorPower_W_100Hz": 2447.7117000000326, "VS1_Vibration_mm_per_s_1Hz": 0.6061499999999999, "CE_CoolingEfficiency_percent_1Hz": 26.333450000000003, "CP_CoolingPower_kW_1Hz": 1.7064000000000006, "SE_EfficiencyFactor_percent_1Hz": 59.65278333333332, "cycle": 861, "timestamp": "2024-11-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32883666666683, "PS2_Pressure_bar_100Hz": 107.35606083333377, "PS3_Pressure_bar_100Hz": 1.7865645000000123, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.002566666666626, "PS6_Pressure_bar_100Hz": 8.925739333333382, "FS1_VolumeFlow_l_per_min_10Hz": 6.642444999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.613866666666668, "TS1_Temperature_C_1Hz": 46.634466666666654, "TS2_Temperature_C_1Hz": 51.64978333333334, "TS3_Temperature_C_1Hz": 48.808516666666655, "TS4_Temperature_C_1Hz": 42.22313333333333, "P1_MotorPower_W_100Hz": 2449.0202000000563, "VS1_Vibration_mm_per_s_1Hz": 0.6031166666666666, "CE_CoolingEfficiency_percent_1Hz": 26.32299999999999, "CP_CoolingPower_kW_1Hz": 1.7048999999999999, "SE_EfficiencyFactor_percent_1Hz": 59.704733333333316, "cycle": 862, "timestamp": "2024-11-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31100000000023, "PS2_Pressure_bar_100Hz": 107.32815000000059, "PS3_Pressure_bar_100Hz": 1.7929633333333403, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.00441250000002, "PS6_Pressure_bar_100Hz": 8.927682333333378, "FS1_VolumeFlow_l_per_min_10Hz": 6.646041666666674, "FS2_VolumeFlow_l_per_min_10Hz": 9.615865000000012, "TS1_Temperature_C_1Hz": 46.63914999999998, "TS2_Temperature_C_1Hz": 51.65153333333333, "TS3_Temperature_C_1Hz": 48.79406666666669, "TS4_Temperature_C_1Hz": 42.21916666666666, "P1_MotorPower_W_100Hz": 2450.5072000000378, "VS1_Vibration_mm_per_s_1Hz": 0.6064666666666666, "CE_CoolingEfficiency_percent_1Hz": 26.275833333333324, "CP_CoolingPower_kW_1Hz": 1.7026833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.74471666666666, "cycle": 863, "timestamp": "2024-11-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3216199999999, "PS2_Pressure_bar_100Hz": 107.33465666666703, "PS3_Pressure_bar_100Hz": 1.7944328333333457, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.002277000000047, "PS6_Pressure_bar_100Hz": 8.925776166666754, "FS1_VolumeFlow_l_per_min_10Hz": 6.634848333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.615268333333333, "TS1_Temperature_C_1Hz": 46.62419999999999, "TS2_Temperature_C_1Hz": 51.64231666666668, "TS3_Temperature_C_1Hz": 48.81076666666667, "TS4_Temperature_C_1Hz": 42.18891666666664, "P1_MotorPower_W_100Hz": 2449.8438000000506, "VS1_Vibration_mm_per_s_1Hz": 0.6017833333333332, "CE_CoolingEfficiency_percent_1Hz": 26.43476666666667, "CP_CoolingPower_kW_1Hz": 1.7158666666666662, "SE_EfficiencyFactor_percent_1Hz": 59.543350000000004, "cycle": 864, "timestamp": "2024-11-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30166666666645, "PS2_Pressure_bar_100Hz": 107.3260240000003, "PS3_Pressure_bar_100Hz": 1.8020195000000052, "PS4_Pressure_bar_100Hz": 0.002888166666666666, "PS5_Pressure_bar_100Hz": 9.004469833333326, "PS6_Pressure_bar_100Hz": 8.927596333333382, "FS1_VolumeFlow_l_per_min_10Hz": 6.647570000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.608545000000012, "TS1_Temperature_C_1Hz": 46.62139999999997, "TS2_Temperature_C_1Hz": 51.628583333333346, "TS3_Temperature_C_1Hz": 48.832400000000014, "TS4_Temperature_C_1Hz": 42.20968333333333, "P1_MotorPower_W_100Hz": 2450.9449999999756, "VS1_Vibration_mm_per_s_1Hz": 0.6027166666666667, "CE_CoolingEfficiency_percent_1Hz": 26.453533333333333, "CP_CoolingPower_kW_1Hz": 1.7133166666666666, "SE_EfficiencyFactor_percent_1Hz": 59.756100000000025, "cycle": 865, "timestamp": "2024-11-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2991200000001, "PS2_Pressure_bar_100Hz": 107.31165933333395, "PS3_Pressure_bar_100Hz": 1.7960005000000085, "PS4_Pressure_bar_100Hz": 0.006697000000000004, "PS5_Pressure_bar_100Hz": 9.004346166666618, "PS6_Pressure_bar_100Hz": 8.92900016666674, "FS1_VolumeFlow_l_per_min_10Hz": 6.6321799999999955, "FS2_VolumeFlow_l_per_min_10Hz": 9.607603333333337, "TS1_Temperature_C_1Hz": 46.61335, "TS2_Temperature_C_1Hz": 51.63383333333335, "TS3_Temperature_C_1Hz": 48.794700000000006, "TS4_Temperature_C_1Hz": 42.1899, "P1_MotorPower_W_100Hz": 2449.650133333413, "VS1_Vibration_mm_per_s_1Hz": 0.5942333333333333, "CE_CoolingEfficiency_percent_1Hz": 26.347149999999996, "CP_CoolingPower_kW_1Hz": 1.710083333333333, "SE_EfficiencyFactor_percent_1Hz": 59.51450000000003, "cycle": 866, "timestamp": "2024-11-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30953833333348, "PS2_Pressure_bar_100Hz": 107.32406833333367, "PS3_Pressure_bar_100Hz": 1.7812470000000078, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.000603666666674, "PS6_Pressure_bar_100Hz": 8.924542166666738, "FS1_VolumeFlow_l_per_min_10Hz": 6.6352266666666635, "FS2_VolumeFlow_l_per_min_10Hz": 9.606673333333346, "TS1_Temperature_C_1Hz": 46.604416666666665, "TS2_Temperature_C_1Hz": 51.620749999999994, "TS3_Temperature_C_1Hz": 48.807766666666666, "TS4_Temperature_C_1Hz": 42.184316666666646, "P1_MotorPower_W_100Hz": 2448.5484333333934, "VS1_Vibration_mm_per_s_1Hz": 0.5932166666666665, "CE_CoolingEfficiency_percent_1Hz": 26.380650000000006, "CP_CoolingPower_kW_1Hz": 1.7155833333333321, "SE_EfficiencyFactor_percent_1Hz": 59.62683333333335, "cycle": 867, "timestamp": "2024-11-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3134200000001, "PS2_Pressure_bar_100Hz": 107.3166020000006, "PS3_Pressure_bar_100Hz": 1.7857510000000087, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.003056333333323, "PS6_Pressure_bar_100Hz": 8.927390333333362, "FS1_VolumeFlow_l_per_min_10Hz": 6.636891666666658, "FS2_VolumeFlow_l_per_min_10Hz": 9.608813333333336, "TS1_Temperature_C_1Hz": 46.60261666666664, "TS2_Temperature_C_1Hz": 51.604200000000006, "TS3_Temperature_C_1Hz": 48.777816666666666, "TS4_Temperature_C_1Hz": 42.19123333333333, "P1_MotorPower_W_100Hz": 2449.136766666687, "VS1_Vibration_mm_per_s_1Hz": 0.5943666666666665, "CE_CoolingEfficiency_percent_1Hz": 26.277766666666665, "CP_CoolingPower_kW_1Hz": 1.7061999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.62151666666667, "cycle": 868, "timestamp": "2024-11-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3237266666667, "PS2_Pressure_bar_100Hz": 107.33977833333347, "PS3_Pressure_bar_100Hz": 1.781047833333337, "PS4_Pressure_bar_100Hz": 0.005652500000000005, "PS5_Pressure_bar_100Hz": 9.005106833333354, "PS6_Pressure_bar_100Hz": 8.928786500000038, "FS1_VolumeFlow_l_per_min_10Hz": 6.649059999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.607883333333342, "TS1_Temperature_C_1Hz": 46.60914999999997, "TS2_Temperature_C_1Hz": 51.60453333333334, "TS3_Temperature_C_1Hz": 48.77983333333332, "TS4_Temperature_C_1Hz": 42.16163333333332, "P1_MotorPower_W_100Hz": 2450.227500000041, "VS1_Vibration_mm_per_s_1Hz": 0.5911666666666665, "CE_CoolingEfficiency_percent_1Hz": 26.379333333333328, "CP_CoolingPower_kW_1Hz": 1.7126666666666672, "SE_EfficiencyFactor_percent_1Hz": 59.785066666666665, "cycle": 869, "timestamp": "2024-11-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32785333333285, "PS2_Pressure_bar_100Hz": 107.33219800000042, "PS3_Pressure_bar_100Hz": 1.7825930000000099, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.009510666666678, "PS6_Pressure_bar_100Hz": 8.932647833333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.634493333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.611066666666689, "TS1_Temperature_C_1Hz": 46.61575, "TS2_Temperature_C_1Hz": 51.600933333333316, "TS3_Temperature_C_1Hz": 48.76823333333332, "TS4_Temperature_C_1Hz": 42.164683333333315, "P1_MotorPower_W_100Hz": 2453.2659333333527, "VS1_Vibration_mm_per_s_1Hz": 0.5943666666666666, "CE_CoolingEfficiency_percent_1Hz": 26.32443333333333, "CP_CoolingPower_kW_1Hz": 1.7092, "SE_EfficiencyFactor_percent_1Hz": 59.429366666666674, "cycle": 870, "timestamp": "2024-11-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3221749999999, "PS2_Pressure_bar_100Hz": 107.34289400000057, "PS3_Pressure_bar_100Hz": 1.7796086666666737, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.009698833333347, "PS6_Pressure_bar_100Hz": 8.933185833333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.643713333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.613306666666677, "TS1_Temperature_C_1Hz": 46.60481666666664, "TS2_Temperature_C_1Hz": 51.59636666666665, "TS3_Temperature_C_1Hz": 48.764450000000004, "TS4_Temperature_C_1Hz": 42.18404999999999, "P1_MotorPower_W_100Hz": 2455.1165000000387, "VS1_Vibration_mm_per_s_1Hz": 0.6010500000000001, "CE_CoolingEfficiency_percent_1Hz": 26.32599999999999, "CP_CoolingPower_kW_1Hz": 1.7041666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.55854999999998, "cycle": 871, "timestamp": "2024-11-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32209333333304, "PS2_Pressure_bar_100Hz": 107.34323783333343, "PS3_Pressure_bar_100Hz": 1.7774905000000067, "PS4_Pressure_bar_100Hz": 0.004166666666666666, "PS5_Pressure_bar_100Hz": 9.008289166666668, "PS6_Pressure_bar_100Hz": 8.93155616666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.647133333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.61325833333334, "TS1_Temperature_C_1Hz": 46.59746666666665, "TS2_Temperature_C_1Hz": 51.585466666666676, "TS3_Temperature_C_1Hz": 48.786583333333304, "TS4_Temperature_C_1Hz": 42.16633333333333, "P1_MotorPower_W_100Hz": 2456.1854999999573, "VS1_Vibration_mm_per_s_1Hz": 0.5822166666666668, "CE_CoolingEfficiency_percent_1Hz": 26.45633333333334, "CP_CoolingPower_kW_1Hz": 1.7128666666666659, "SE_EfficiencyFactor_percent_1Hz": 59.572750000000006, "cycle": 872, "timestamp": "2024-11-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3093416666663, "PS2_Pressure_bar_100Hz": 107.32594083333358, "PS3_Pressure_bar_100Hz": 1.7770525000000064, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.011308999999978, "PS6_Pressure_bar_100Hz": 8.934026666666657, "FS1_VolumeFlow_l_per_min_10Hz": 6.641436666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.614535000000009, "TS1_Temperature_C_1Hz": 46.586, "TS2_Temperature_C_1Hz": 51.57775000000001, "TS3_Temperature_C_1Hz": 48.77105000000002, "TS4_Temperature_C_1Hz": 42.14911666666665, "P1_MotorPower_W_100Hz": 2452.9324333333075, "VS1_Vibration_mm_per_s_1Hz": 0.6023999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.426900000000007, "CP_CoolingPower_kW_1Hz": 1.7162666666666668, "SE_EfficiencyFactor_percent_1Hz": 59.53838333333332, "cycle": 873, "timestamp": "2024-11-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30828500000067, "PS2_Pressure_bar_100Hz": 107.32390050000028, "PS3_Pressure_bar_100Hz": 1.7770246666666705, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.011565333333323, "PS6_Pressure_bar_100Hz": 8.933555500000029, "FS1_VolumeFlow_l_per_min_10Hz": 6.641146666666661, "FS2_VolumeFlow_l_per_min_10Hz": 9.615100000000004, "TS1_Temperature_C_1Hz": 46.59229999999997, "TS2_Temperature_C_1Hz": 51.57421666666668, "TS3_Temperature_C_1Hz": 48.74399999999999, "TS4_Temperature_C_1Hz": 42.096033333333345, "P1_MotorPower_W_100Hz": 2452.101366666683, "VS1_Vibration_mm_per_s_1Hz": 0.7037666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.508516666666658, "CP_CoolingPower_kW_1Hz": 1.7218666666666662, "SE_EfficiencyFactor_percent_1Hz": 59.53748333333332, "cycle": 874, "timestamp": "2024-11-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.34005833333327, "PS2_Pressure_bar_100Hz": 107.3581371666668, "PS3_Pressure_bar_100Hz": 1.7788795000000008, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.010939999999996, "PS6_Pressure_bar_100Hz": 8.933353833333355, "FS1_VolumeFlow_l_per_min_10Hz": 6.640378333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.615201666666668, "TS1_Temperature_C_1Hz": 46.538433333333316, "TS2_Temperature_C_1Hz": 51.57670000000001, "TS3_Temperature_C_1Hz": 48.71618333333335, "TS4_Temperature_C_1Hz": 42.04719999999998, "P1_MotorPower_W_100Hz": 2452.322633333322, "VS1_Vibration_mm_per_s_1Hz": 0.6101, "CE_CoolingEfficiency_percent_1Hz": 26.57098333333334, "CP_CoolingPower_kW_1Hz": 1.7279833333333323, "SE_EfficiencyFactor_percent_1Hz": 59.566949999999984, "cycle": 875, "timestamp": "2024-11-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33019166666625, "PS2_Pressure_bar_100Hz": 107.3476950000001, "PS3_Pressure_bar_100Hz": 1.780511833333333, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.011199000000005, "PS6_Pressure_bar_100Hz": 8.933549833333386, "FS1_VolumeFlow_l_per_min_10Hz": 6.6494466666666705, "FS2_VolumeFlow_l_per_min_10Hz": 9.61906500000001, "TS1_Temperature_C_1Hz": 46.557916666666635, "TS2_Temperature_C_1Hz": 51.56231666666667, "TS3_Temperature_C_1Hz": 48.70908333333333, "TS4_Temperature_C_1Hz": 42.11080000000001, "P1_MotorPower_W_100Hz": 2452.3508999999926, "VS1_Vibration_mm_per_s_1Hz": 0.6137666666666669, "CE_CoolingEfficiency_percent_1Hz": 26.398366666666668, "CP_CoolingPower_kW_1Hz": 1.7111166666666664, "SE_EfficiencyFactor_percent_1Hz": 59.67988333333333, "cycle": 876, "timestamp": "2024-11-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31368333333327, "PS2_Pressure_bar_100Hz": 107.34035366666677, "PS3_Pressure_bar_100Hz": 1.7773165000000029, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.008379166666701, "PS6_Pressure_bar_100Hz": 8.931477666666728, "FS1_VolumeFlow_l_per_min_10Hz": 6.63907, "FS2_VolumeFlow_l_per_min_10Hz": 9.617469999999997, "TS1_Temperature_C_1Hz": 46.59703333333331, "TS2_Temperature_C_1Hz": 51.56478333333334, "TS3_Temperature_C_1Hz": 48.71638333333336, "TS4_Temperature_C_1Hz": 42.15789999999999, "P1_MotorPower_W_100Hz": 2452.5222999999655, "VS1_Vibration_mm_per_s_1Hz": 0.6059, "CE_CoolingEfficiency_percent_1Hz": 26.319283333333328, "CP_CoolingPower_kW_1Hz": 1.7004833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.52098333333332, "cycle": 877, "timestamp": "2024-11-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32847499999917, "PS2_Pressure_bar_100Hz": 107.34355416666725, "PS3_Pressure_bar_100Hz": 1.7771678333333427, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.004591833333334, "PS6_Pressure_bar_100Hz": 8.927480333333413, "FS1_VolumeFlow_l_per_min_10Hz": 6.645661666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.613986666666664, "TS1_Temperature_C_1Hz": 46.60523333333331, "TS2_Temperature_C_1Hz": 51.570499999999996, "TS3_Temperature_C_1Hz": 48.734383333333334, "TS4_Temperature_C_1Hz": 42.12005, "P1_MotorPower_W_100Hz": 2452.2014333333004, "VS1_Vibration_mm_per_s_1Hz": 0.6081333333333331, "CE_CoolingEfficiency_percent_1Hz": 26.517949999999995, "CP_CoolingPower_kW_1Hz": 1.7147166666666664, "SE_EfficiencyFactor_percent_1Hz": 59.653316666666676, "cycle": 878, "timestamp": "2024-11-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30204166666638, "PS2_Pressure_bar_100Hz": 107.3178391666669, "PS3_Pressure_bar_100Hz": 1.7772973333333408, "PS4_Pressure_bar_100Hz": 0.0011073333333333334, "PS5_Pressure_bar_100Hz": 9.010123833333326, "PS6_Pressure_bar_100Hz": 8.932768666666705, "FS1_VolumeFlow_l_per_min_10Hz": 6.64251333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.61733666666666, "TS1_Temperature_C_1Hz": 46.586199999999984, "TS2_Temperature_C_1Hz": 51.567466666666675, "TS3_Temperature_C_1Hz": 48.70563333333337, "TS4_Temperature_C_1Hz": 42.10893333333335, "P1_MotorPower_W_100Hz": 2453.144633333309, "VS1_Vibration_mm_per_s_1Hz": 0.6122833333333332, "CE_CoolingEfficiency_percent_1Hz": 26.413050000000002, "CP_CoolingPower_kW_1Hz": 1.7125999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.571450000000006, "cycle": 879, "timestamp": "2024-11-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33811500000053, "PS2_Pressure_bar_100Hz": 107.35145233333404, "PS3_Pressure_bar_100Hz": 1.7777558333333423, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.010059833333326, "PS6_Pressure_bar_100Hz": 8.932066833333396, "FS1_VolumeFlow_l_per_min_10Hz": 6.639823333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.617088333333326, "TS1_Temperature_C_1Hz": 46.58323333333332, "TS2_Temperature_C_1Hz": 51.56133333333333, "TS3_Temperature_C_1Hz": 48.72898333333333, "TS4_Temperature_C_1Hz": 42.0792, "P1_MotorPower_W_100Hz": 2449.8522333332967, "VS1_Vibration_mm_per_s_1Hz": 0.6026166666666666, "CE_CoolingEfficiency_percent_1Hz": 26.571583333333344, "CP_CoolingPower_kW_1Hz": 1.7230999999999992, "SE_EfficiencyFactor_percent_1Hz": 59.644516666666654, "cycle": 880, "timestamp": "2024-11-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32932333333318, "PS2_Pressure_bar_100Hz": 107.36194350000044, "PS3_Pressure_bar_100Hz": 1.781868500000004, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99872383333329, "PS6_Pressure_bar_100Hz": 8.920829166666735, "FS1_VolumeFlow_l_per_min_10Hz": 6.6404516666666735, "FS2_VolumeFlow_l_per_min_10Hz": 9.611791666666665, "TS1_Temperature_C_1Hz": 46.55348333333332, "TS2_Temperature_C_1Hz": 51.5545, "TS3_Temperature_C_1Hz": 48.761133333333326, "TS4_Temperature_C_1Hz": 42.1045, "P1_MotorPower_W_100Hz": 2446.634266666643, "VS1_Vibration_mm_per_s_1Hz": 0.5930833333333332, "CE_CoolingEfficiency_percent_1Hz": 26.560066666666668, "CP_CoolingPower_kW_1Hz": 1.7236166666666664, "SE_EfficiencyFactor_percent_1Hz": 59.76211666666667, "cycle": 881, "timestamp": "2024-11-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31755666666683, "PS2_Pressure_bar_100Hz": 107.36201283333375, "PS3_Pressure_bar_100Hz": 1.7800310000000032, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.987719833333253, "PS6_Pressure_bar_100Hz": 8.910441166666681, "FS1_VolumeFlow_l_per_min_10Hz": 6.6243816666666655, "FS2_VolumeFlow_l_per_min_10Hz": 9.608033333333339, "TS1_Temperature_C_1Hz": 46.55636666666666, "TS2_Temperature_C_1Hz": 51.53800000000001, "TS3_Temperature_C_1Hz": 48.744800000000005, "TS4_Temperature_C_1Hz": 42.151333333333326, "P1_MotorPower_W_100Hz": 2445.785533333365, "VS1_Vibration_mm_per_s_1Hz": 0.5951, "CE_CoolingEfficiency_percent_1Hz": 26.453883333333334, "CP_CoolingPower_kW_1Hz": 1.7053833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.554300000000005, "cycle": 882, "timestamp": "2024-11-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30172333333422, "PS2_Pressure_bar_100Hz": 107.34116550000023, "PS3_Pressure_bar_100Hz": 1.7764178333333436, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.986359833333298, "PS6_Pressure_bar_100Hz": 8.909131333333344, "FS1_VolumeFlow_l_per_min_10Hz": 6.623808333333327, "FS2_VolumeFlow_l_per_min_10Hz": 9.606118333333333, "TS1_Temperature_C_1Hz": 46.578616666666655, "TS2_Temperature_C_1Hz": 51.531250000000014, "TS3_Temperature_C_1Hz": 48.74065, "TS4_Temperature_C_1Hz": 42.16024999999999, "P1_MotorPower_W_100Hz": 2448.5957000000085, "VS1_Vibration_mm_per_s_1Hz": 0.5841500000000001, "CE_CoolingEfficiency_percent_1Hz": 26.467633333333318, "CP_CoolingPower_kW_1Hz": 1.7016999999999998, "SE_EfficiencyFactor_percent_1Hz": 59.49996666666666, "cycle": 883, "timestamp": "2024-11-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30699333333325, "PS2_Pressure_bar_100Hz": 107.35966433333361, "PS3_Pressure_bar_100Hz": 1.780144833333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.986644333333254, "PS6_Pressure_bar_100Hz": 8.90991233333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.621980000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.603501666666661, "TS1_Temperature_C_1Hz": 46.59468333333333, "TS2_Temperature_C_1Hz": 51.54386666666667, "TS3_Temperature_C_1Hz": 48.699583333333344, "TS4_Temperature_C_1Hz": 42.102583333333335, "P1_MotorPower_W_100Hz": 2446.9552000000185, "VS1_Vibration_mm_per_s_1Hz": 0.5787333333333332, "CE_CoolingEfficiency_percent_1Hz": 26.50038333333333, "CP_CoolingPower_kW_1Hz": 1.7086833333333327, "SE_EfficiencyFactor_percent_1Hz": 59.51451666666666, "cycle": 884, "timestamp": "2024-11-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3055633333331, "PS2_Pressure_bar_100Hz": 107.3584133333335, "PS3_Pressure_bar_100Hz": 1.7748761666666673, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.982702999999926, "PS6_Pressure_bar_100Hz": 8.906291833333368, "FS1_VolumeFlow_l_per_min_10Hz": 6.6310499999999974, "FS2_VolumeFlow_l_per_min_10Hz": 9.600425000000008, "TS1_Temperature_C_1Hz": 46.580699999999965, "TS2_Temperature_C_1Hz": 51.54435000000001, "TS3_Temperature_C_1Hz": 48.70341666666668, "TS4_Temperature_C_1Hz": 42.084383333333335, "P1_MotorPower_W_100Hz": 2445.535166666677, "VS1_Vibration_mm_per_s_1Hz": 0.5897, "CE_CoolingEfficiency_percent_1Hz": 26.45010000000001, "CP_CoolingPower_kW_1Hz": 1.7102166666666665, "SE_EfficiencyFactor_percent_1Hz": 59.732833333333325, "cycle": 885, "timestamp": "2024-12-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30509833333338, "PS2_Pressure_bar_100Hz": 107.33281333333345, "PS3_Pressure_bar_100Hz": 1.7775621666666732, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.97978149999996, "PS6_Pressure_bar_100Hz": 8.903168500000007, "FS1_VolumeFlow_l_per_min_10Hz": 6.631806666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.598525000000006, "TS1_Temperature_C_1Hz": 46.53681666666666, "TS2_Temperature_C_1Hz": 51.53221666666666, "TS3_Temperature_C_1Hz": 48.71611666666667, "TS4_Temperature_C_1Hz": 42.06123333333334, "P1_MotorPower_W_100Hz": 2446.3093000000354, "VS1_Vibration_mm_per_s_1Hz": 0.5944166666666669, "CE_CoolingEfficiency_percent_1Hz": 26.612016666666673, "CP_CoolingPower_kW_1Hz": 1.72275, "SE_EfficiencyFactor_percent_1Hz": 59.685433333333336, "cycle": 886, "timestamp": "2024-12-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3078000000002, "PS2_Pressure_bar_100Hz": 107.33550666666659, "PS3_Pressure_bar_100Hz": 1.77891733333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.981906499999939, "PS6_Pressure_bar_100Hz": 8.90539366666669, "FS1_VolumeFlow_l_per_min_10Hz": 6.630603333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.602073333333342, "TS1_Temperature_C_1Hz": 46.53038333333334, "TS2_Temperature_C_1Hz": 51.51823333333334, "TS3_Temperature_C_1Hz": 48.71230000000002, "TS4_Temperature_C_1Hz": 42.07965000000001, "P1_MotorPower_W_100Hz": 2447.422733333332, "VS1_Vibration_mm_per_s_1Hz": 0.6075333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.452433333333328, "CP_CoolingPower_kW_1Hz": 1.7169499999999995, "SE_EfficiencyFactor_percent_1Hz": 59.597649999999994, "cycle": 887, "timestamp": "2024-12-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30881666666684, "PS2_Pressure_bar_100Hz": 107.35484300000014, "PS3_Pressure_bar_100Hz": 1.7808321666666722, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.98321033333327, "PS6_Pressure_bar_100Hz": 8.905906833333347, "FS1_VolumeFlow_l_per_min_10Hz": 6.627035000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.60216166666667, "TS1_Temperature_C_1Hz": 46.51463333333335, "TS2_Temperature_C_1Hz": 51.51598333333336, "TS3_Temperature_C_1Hz": 48.71025, "TS4_Temperature_C_1Hz": 42.07030000000001, "P1_MotorPower_W_100Hz": 2447.8741333334165, "VS1_Vibration_mm_per_s_1Hz": 0.6108000000000003, "CE_CoolingEfficiency_percent_1Hz": 26.425616666666663, "CP_CoolingPower_kW_1Hz": 1.7171499999999995, "SE_EfficiencyFactor_percent_1Hz": 59.5424, "cycle": 888, "timestamp": "2024-12-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33844833333336, "PS2_Pressure_bar_100Hz": 107.3772226666672, "PS3_Pressure_bar_100Hz": 1.7843196666666705, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.986290999999948, "PS6_Pressure_bar_100Hz": 8.908809166666753, "FS1_VolumeFlow_l_per_min_10Hz": 6.635831666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.606681666666667, "TS1_Temperature_C_1Hz": 46.505849999999995, "TS2_Temperature_C_1Hz": 51.50518333333332, "TS3_Temperature_C_1Hz": 48.71321666666669, "TS4_Temperature_C_1Hz": 42.078549999999986, "P1_MotorPower_W_100Hz": 2447.3881666667176, "VS1_Vibration_mm_per_s_1Hz": 0.60935, "CE_CoolingEfficiency_percent_1Hz": 26.4181, "CP_CoolingPower_kW_1Hz": 1.7173166666666662, "SE_EfficiencyFactor_percent_1Hz": 59.68916666666668, "cycle": 889, "timestamp": "2024-12-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30042166666667, "PS2_Pressure_bar_100Hz": 107.3507426666668, "PS3_Pressure_bar_100Hz": 1.7845308333333412, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.987311499999937, "PS6_Pressure_bar_100Hz": 8.910322333333378, "FS1_VolumeFlow_l_per_min_10Hz": 6.638914999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.605933333333327, "TS1_Temperature_C_1Hz": 46.518649999999994, "TS2_Temperature_C_1Hz": 51.49831666666667, "TS3_Temperature_C_1Hz": 48.69468333333336, "TS4_Temperature_C_1Hz": 42.03898333333335, "P1_MotorPower_W_100Hz": 2444.572600000036, "VS1_Vibration_mm_per_s_1Hz": 0.6135999999999998, "CE_CoolingEfficiency_percent_1Hz": 26.536933333333323, "CP_CoolingPower_kW_1Hz": 1.723083333333333, "SE_EfficiencyFactor_percent_1Hz": 59.807583333333355, "cycle": 890, "timestamp": "2024-12-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32425499999977, "PS2_Pressure_bar_100Hz": 107.36033833333384, "PS3_Pressure_bar_100Hz": 1.7759926666666759, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.988291999999978, "PS6_Pressure_bar_100Hz": 8.912264833333408, "FS1_VolumeFlow_l_per_min_10Hz": 6.635586666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.606093333333327, "TS1_Temperature_C_1Hz": 46.49808333333331, "TS2_Temperature_C_1Hz": 51.48919999999999, "TS3_Temperature_C_1Hz": 48.711966666666676, "TS4_Temperature_C_1Hz": 42.024666666666675, "P1_MotorPower_W_100Hz": 2445.4568000000218, "VS1_Vibration_mm_per_s_1Hz": 0.6005666666666668, "CE_CoolingEfficiency_percent_1Hz": 26.63828333333333, "CP_CoolingPower_kW_1Hz": 1.731066666666666, "SE_EfficiencyFactor_percent_1Hz": 59.74958333333335, "cycle": 891, "timestamp": "2024-12-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32356499999975, "PS2_Pressure_bar_100Hz": 107.3587845000005, "PS3_Pressure_bar_100Hz": 1.7926311666666788, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.994038999999963, "PS6_Pressure_bar_100Hz": 8.917924666666682, "FS1_VolumeFlow_l_per_min_10Hz": 6.6331716666666685, "FS2_VolumeFlow_l_per_min_10Hz": 9.611261666666673, "TS1_Temperature_C_1Hz": 46.48743333333333, "TS2_Temperature_C_1Hz": 51.47085000000001, "TS3_Temperature_C_1Hz": 48.693849999999976, "TS4_Temperature_C_1Hz": 42.050900000000006, "P1_MotorPower_W_100Hz": 2446.4088333333452, "VS1_Vibration_mm_per_s_1Hz": 0.5963166666666666, "CE_CoolingEfficiency_percent_1Hz": 26.456866666666663, "CP_CoolingPower_kW_1Hz": 1.7191833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.637900000000016, "cycle": 892, "timestamp": "2024-12-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31604833333378, "PS2_Pressure_bar_100Hz": 107.36115050000043, "PS3_Pressure_bar_100Hz": 1.7913795000000101, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.995698333333335, "PS6_Pressure_bar_100Hz": 8.919331166666707, "FS1_VolumeFlow_l_per_min_10Hz": 6.633871666666674, "FS2_VolumeFlow_l_per_min_10Hz": 9.612059999999994, "TS1_Temperature_C_1Hz": 46.47740000000001, "TS2_Temperature_C_1Hz": 51.46889999999998, "TS3_Temperature_C_1Hz": 48.69905000000001, "TS4_Temperature_C_1Hz": 42.02940000000001, "P1_MotorPower_W_100Hz": 2445.799733333372, "VS1_Vibration_mm_per_s_1Hz": 0.5946999999999999, "CE_CoolingEfficiency_percent_1Hz": 26.567516666666666, "CP_CoolingPower_kW_1Hz": 1.727366666666666, "SE_EfficiencyFactor_percent_1Hz": 59.63663333333332, "cycle": 893, "timestamp": "2024-12-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33345833333337, "PS2_Pressure_bar_100Hz": 107.35951583333387, "PS3_Pressure_bar_100Hz": 1.7934945000000087, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99940700000002, "PS6_Pressure_bar_100Hz": 8.92260700000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.647621666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.615156666666673, "TS1_Temperature_C_1Hz": 46.474050000000005, "TS2_Temperature_C_1Hz": 51.470533333333336, "TS3_Temperature_C_1Hz": 48.68048333333333, "TS4_Temperature_C_1Hz": 42.02796666666667, "P1_MotorPower_W_100Hz": 2446.9870333333724, "VS1_Vibration_mm_per_s_1Hz": 0.5960666666666666, "CE_CoolingEfficiency_percent_1Hz": 26.48469999999999, "CP_CoolingPower_kW_1Hz": 1.7228833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.861283333333375, "cycle": 894, "timestamp": "2024-12-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31311166666723, "PS2_Pressure_bar_100Hz": 107.37123000000054, "PS3_Pressure_bar_100Hz": 1.7883991666666774, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.004225500000029, "PS6_Pressure_bar_100Hz": 8.927007166666709, "FS1_VolumeFlow_l_per_min_10Hz": 6.6348133333333354, "FS2_VolumeFlow_l_per_min_10Hz": 9.61748166666667, "TS1_Temperature_C_1Hz": 46.493266666666656, "TS2_Temperature_C_1Hz": 51.47021666666667, "TS3_Temperature_C_1Hz": 48.67409999999999, "TS4_Temperature_C_1Hz": 42.02781666666669, "P1_MotorPower_W_100Hz": 2447.2298333333783, "VS1_Vibration_mm_per_s_1Hz": 0.5919499999999999, "CE_CoolingEfficiency_percent_1Hz": 26.513966666666672, "CP_CoolingPower_kW_1Hz": 1.7227833333333322, "SE_EfficiencyFactor_percent_1Hz": 59.62860000000002, "cycle": 895, "timestamp": "2024-12-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32975833333364, "PS2_Pressure_bar_100Hz": 107.38300100000065, "PS3_Pressure_bar_100Hz": 1.787221666666673, "PS4_Pressure_bar_100Hz": 7.833333333333333e-06, "PS5_Pressure_bar_100Hz": 9.003667500000008, "PS6_Pressure_bar_100Hz": 8.926536000000079, "FS1_VolumeFlow_l_per_min_10Hz": 6.632824999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.618111666666659, "TS1_Temperature_C_1Hz": 46.514233333333316, "TS2_Temperature_C_1Hz": 51.476533333333336, "TS3_Temperature_C_1Hz": 48.65413333333333, "TS4_Temperature_C_1Hz": 42.01978333333334, "P1_MotorPower_W_100Hz": 2446.9797666666864, "VS1_Vibration_mm_per_s_1Hz": 0.5926499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.44373333333333, "CP_CoolingPower_kW_1Hz": 1.7193999999999996, "SE_EfficiencyFactor_percent_1Hz": 59.605533333333355, "cycle": 896, "timestamp": "2024-12-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.29907999999946, "PS2_Pressure_bar_100Hz": 107.36787866666711, "PS3_Pressure_bar_100Hz": 1.7830675000000065, "PS4_Pressure_bar_100Hz": 0.05717750000000003, "PS5_Pressure_bar_100Hz": 9.002022666666686, "PS6_Pressure_bar_100Hz": 8.925838000000068, "FS1_VolumeFlow_l_per_min_10Hz": 6.632178333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.615755000000002, "TS1_Temperature_C_1Hz": 46.517566666666646, "TS2_Temperature_C_1Hz": 51.500966666666656, "TS3_Temperature_C_1Hz": 48.66074999999999, "TS4_Temperature_C_1Hz": 42.0028, "P1_MotorPower_W_100Hz": 2446.8698666667133, "VS1_Vibration_mm_per_s_1Hz": 0.5922999999999998, "CE_CoolingEfficiency_percent_1Hz": 26.51461666666667, "CP_CoolingPower_kW_1Hz": 1.725566666666666, "SE_EfficiencyFactor_percent_1Hz": 59.57813333333334, "cycle": 897, "timestamp": "2024-12-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32635500000063, "PS2_Pressure_bar_100Hz": 107.37925316666714, "PS3_Pressure_bar_100Hz": 1.776183000000006, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.004132499999997, "PS6_Pressure_bar_100Hz": 8.928249833333382, "FS1_VolumeFlow_l_per_min_10Hz": 6.635448333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.616101666666667, "TS1_Temperature_C_1Hz": 46.48598333333334, "TS2_Temperature_C_1Hz": 51.49348333333332, "TS3_Temperature_C_1Hz": 48.65736666666666, "TS4_Temperature_C_1Hz": 42.00574999999999, "P1_MotorPower_W_100Hz": 2446.2822666667403, "VS1_Vibration_mm_per_s_1Hz": 0.5949499999999996, "CE_CoolingEfficiency_percent_1Hz": 26.5496, "CP_CoolingPower_kW_1Hz": 1.7238499999999994, "SE_EfficiencyFactor_percent_1Hz": 59.68368333333333, "cycle": 898, "timestamp": "2024-12-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32249666666706, "PS2_Pressure_bar_100Hz": 107.3773895000001, "PS3_Pressure_bar_100Hz": 1.7841533333333421, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.996822833333304, "PS6_Pressure_bar_100Hz": 8.921197000000047, "FS1_VolumeFlow_l_per_min_10Hz": 6.634996666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.614265, "TS1_Temperature_C_1Hz": 46.47406666666665, "TS2_Temperature_C_1Hz": 51.47554999999999, "TS3_Temperature_C_1Hz": 48.651450000000004, "TS4_Temperature_C_1Hz": 42.0045, "P1_MotorPower_W_100Hz": 2444.7234666667055, "VS1_Vibration_mm_per_s_1Hz": 0.6061666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.520699999999998, "CP_CoolingPower_kW_1Hz": 1.7222499999999992, "SE_EfficiencyFactor_percent_1Hz": 59.76413333333335, "cycle": 899, "timestamp": "2024-12-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3255599999999, "PS2_Pressure_bar_100Hz": 107.37874700000047, "PS3_Pressure_bar_100Hz": 1.7796305000000123, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.990370499999976, "PS6_Pressure_bar_100Hz": 8.914097166666695, "FS1_VolumeFlow_l_per_min_10Hz": 6.63679166666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.60885166666667, "TS1_Temperature_C_1Hz": 46.44796666666669, "TS2_Temperature_C_1Hz": 51.450516666666665, "TS3_Temperature_C_1Hz": 48.659349999999996, "TS4_Temperature_C_1Hz": 42.00123333333331, "P1_MotorPower_W_100Hz": 2444.2759000000024, "VS1_Vibration_mm_per_s_1Hz": 0.6022833333333335, "CE_CoolingEfficiency_percent_1Hz": 26.54551666666668, "CP_CoolingPower_kW_1Hz": 1.7235499999999992, "SE_EfficiencyFactor_percent_1Hz": 59.79546666666668, "cycle": 900, "timestamp": "2024-12-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33382166666715, "PS2_Pressure_bar_100Hz": 107.37562516666696, "PS3_Pressure_bar_100Hz": 1.7841571666666756, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.996458500000013, "PS6_Pressure_bar_100Hz": 8.919092333333383, "FS1_VolumeFlow_l_per_min_10Hz": 6.641331666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.61292833333333, "TS1_Temperature_C_1Hz": 46.46566666666667, "TS2_Temperature_C_1Hz": 51.457449999999994, "TS3_Temperature_C_1Hz": 48.63786666666663, "TS4_Temperature_C_1Hz": 42.00649999999999, "P1_MotorPower_W_100Hz": 2445.2830666667023, "VS1_Vibration_mm_per_s_1Hz": 0.6066333333333335, "CE_CoolingEfficiency_percent_1Hz": 26.467433333333346, "CP_CoolingPower_kW_1Hz": 1.7186499999999996, "SE_EfficiencyFactor_percent_1Hz": 59.81926666666666, "cycle": 901, "timestamp": "2024-12-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33408666666756, "PS2_Pressure_bar_100Hz": 107.36300516666728, "PS3_Pressure_bar_100Hz": 1.7937921666666676, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.992705666666604, "PS6_Pressure_bar_100Hz": 8.915440000000066, "FS1_VolumeFlow_l_per_min_10Hz": 6.627944999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.611588333333335, "TS1_Temperature_C_1Hz": 46.45998333333333, "TS2_Temperature_C_1Hz": 51.45081666666663, "TS3_Temperature_C_1Hz": 48.65851666666664, "TS4_Temperature_C_1Hz": 42.01895000000001, "P1_MotorPower_W_100Hz": 2443.187500000019, "VS1_Vibration_mm_per_s_1Hz": 0.6099166666666664, "CE_CoolingEfficiency_percent_1Hz": 26.485666666666678, "CP_CoolingPower_kW_1Hz": 1.7193499999999993, "SE_EfficiencyFactor_percent_1Hz": 59.676449999999996, "cycle": 902, "timestamp": "2024-12-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33190999999994, "PS2_Pressure_bar_100Hz": 107.35577233333377, "PS3_Pressure_bar_100Hz": 1.7968003333333378, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.992566333333265, "PS6_Pressure_bar_100Hz": 8.91612000000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.63047333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.611286666666668, "TS1_Temperature_C_1Hz": 46.45015, "TS2_Temperature_C_1Hz": 51.43689999999997, "TS3_Temperature_C_1Hz": 48.65196666666666, "TS4_Temperature_C_1Hz": 42.01560000000002, "P1_MotorPower_W_100Hz": 2441.75450000002, "VS1_Vibration_mm_per_s_1Hz": 0.6052666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.515366666666676, "CP_CoolingPower_kW_1Hz": 1.719499999999999, "SE_EfficiencyFactor_percent_1Hz": 59.7261666666667, "cycle": 903, "timestamp": "2024-12-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33676500000004, "PS2_Pressure_bar_100Hz": 107.38454650000052, "PS3_Pressure_bar_100Hz": 1.7959120000000057, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.988547166666601, "PS6_Pressure_bar_100Hz": 8.911879000000047, "FS1_VolumeFlow_l_per_min_10Hz": 6.640519999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.610346666666663, "TS1_Temperature_C_1Hz": 46.46436666666666, "TS2_Temperature_C_1Hz": 51.42834999999999, "TS3_Temperature_C_1Hz": 48.66286666666666, "TS4_Temperature_C_1Hz": 42.02528333333334, "P1_MotorPower_W_100Hz": 2441.738933333377, "VS1_Vibration_mm_per_s_1Hz": 0.6098999999999998, "CE_CoolingEfficiency_percent_1Hz": 26.634849999999993, "CP_CoolingPower_kW_1Hz": 1.7178499999999994, "SE_EfficiencyFactor_percent_1Hz": 59.88903333333334, "cycle": 904, "timestamp": "2024-12-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3487316666669, "PS2_Pressure_bar_100Hz": 107.37246966666699, "PS3_Pressure_bar_100Hz": 1.7854418333333397, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.992339999999993, "PS6_Pressure_bar_100Hz": 8.915006666666706, "FS1_VolumeFlow_l_per_min_10Hz": 6.6389283333333315, "FS2_VolumeFlow_l_per_min_10Hz": 9.612733333333331, "TS1_Temperature_C_1Hz": 46.471466666666664, "TS2_Temperature_C_1Hz": 51.43164999999998, "TS3_Temperature_C_1Hz": 48.66909999999998, "TS4_Temperature_C_1Hz": 42.02773333333335, "P1_MotorPower_W_100Hz": 2438.655700000029, "VS1_Vibration_mm_per_s_1Hz": 0.6071833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.64923333333332, "CP_CoolingPower_kW_1Hz": 1.7176333333333327, "SE_EfficiencyFactor_percent_1Hz": 59.951266666666676, "cycle": 905, "timestamp": "2024-12-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.35635166666736, "PS2_Pressure_bar_100Hz": 107.40152100000084, "PS3_Pressure_bar_100Hz": 1.782909833333343, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.997348499999926, "PS6_Pressure_bar_100Hz": 8.919627166666764, "FS1_VolumeFlow_l_per_min_10Hz": 6.636621666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.613776666666675, "TS1_Temperature_C_1Hz": 46.49925, "TS2_Temperature_C_1Hz": 51.45281666666666, "TS3_Temperature_C_1Hz": 48.65048333333333, "TS4_Temperature_C_1Hz": 42.01296666666667, "P1_MotorPower_W_100Hz": 2438.816433333354, "VS1_Vibration_mm_per_s_1Hz": 0.6064833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.673583333333337, "CP_CoolingPower_kW_1Hz": 1.7206999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.87331666666668, "cycle": 906, "timestamp": "2024-12-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3434283333335, "PS2_Pressure_bar_100Hz": 107.3884648333337, "PS3_Pressure_bar_100Hz": 1.785999666666672, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.995838499999996, "PS6_Pressure_bar_100Hz": 8.917705000000087, "FS1_VolumeFlow_l_per_min_10Hz": 6.633288333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.615776666666664, "TS1_Temperature_C_1Hz": 46.494483333333314, "TS2_Temperature_C_1Hz": 51.44933333333332, "TS3_Temperature_C_1Hz": 48.655899999999974, "TS4_Temperature_C_1Hz": 42.02048333333333, "P1_MotorPower_W_100Hz": 2438.431066666691, "VS1_Vibration_mm_per_s_1Hz": 0.6037000000000001, "CE_CoolingEfficiency_percent_1Hz": 26.785050000000002, "CP_CoolingPower_kW_1Hz": 1.7197166666666661, "SE_EfficiencyFactor_percent_1Hz": 59.86281666666667, "cycle": 907, "timestamp": "2024-12-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.34691500000022, "PS2_Pressure_bar_100Hz": 107.39417466666696, "PS3_Pressure_bar_100Hz": 1.7831111666666783, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99566033333335, "PS6_Pressure_bar_100Hz": 8.918285666666762, "FS1_VolumeFlow_l_per_min_10Hz": 6.638441666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.614216666666668, "TS1_Temperature_C_1Hz": 46.48961666666667, "TS2_Temperature_C_1Hz": 51.45216666666666, "TS3_Temperature_C_1Hz": 48.66123333333334, "TS4_Temperature_C_1Hz": 42.01381666666667, "P1_MotorPower_W_100Hz": 2439.9801999999854, "VS1_Vibration_mm_per_s_1Hz": 0.6098333333333333, "CE_CoolingEfficiency_percent_1Hz": 26.811716666666662, "CP_CoolingPower_kW_1Hz": 1.7229333333333328, "SE_EfficiencyFactor_percent_1Hz": 59.87593333333338, "cycle": 908, "timestamp": "2024-12-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.34794333333386, "PS2_Pressure_bar_100Hz": 107.3930023333336, "PS3_Pressure_bar_100Hz": 1.7854640000000064, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.99899700000001, "PS6_Pressure_bar_100Hz": 8.92050916666675, "FS1_VolumeFlow_l_per_min_10Hz": 6.6422566666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.616230000000009, "TS1_Temperature_C_1Hz": 46.47136666666666, "TS2_Temperature_C_1Hz": 51.438666666666656, "TS3_Temperature_C_1Hz": 48.66920000000001, "TS4_Temperature_C_1Hz": 42.01191666666668, "P1_MotorPower_W_100Hz": 2442.7555333333785, "VS1_Vibration_mm_per_s_1Hz": 0.5950499999999999, "CE_CoolingEfficiency_percent_1Hz": 26.865650000000006, "CP_CoolingPower_kW_1Hz": 1.7264333333333326, "SE_EfficiencyFactor_percent_1Hz": 59.90841666666667, "cycle": 909, "timestamp": "2024-12-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3542783333338, "PS2_Pressure_bar_100Hz": 107.3903520000004, "PS3_Pressure_bar_100Hz": 1.7868051666666749, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.002161000000038, "PS6_Pressure_bar_100Hz": 8.923590333333404, "FS1_VolumeFlow_l_per_min_10Hz": 6.635408333333326, "FS2_VolumeFlow_l_per_min_10Hz": 9.615774999999998, "TS1_Temperature_C_1Hz": 46.491583333333324, "TS2_Temperature_C_1Hz": 51.44771666666665, "TS3_Temperature_C_1Hz": 48.64419999999999, "TS4_Temperature_C_1Hz": 42.00673333333334, "P1_MotorPower_W_100Hz": 2443.070700000045, "VS1_Vibration_mm_per_s_1Hz": 0.6053666666666666, "CE_CoolingEfficiency_percent_1Hz": 26.659216666666666, "CP_CoolingPower_kW_1Hz": 1.7192166666666655, "SE_EfficiencyFactor_percent_1Hz": 59.75418333333335, "cycle": 910, "timestamp": "2024-12-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.34455500000004, "PS2_Pressure_bar_100Hz": 107.3807648333341, "PS3_Pressure_bar_100Hz": 1.7880325000000064, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.997276333333309, "PS6_Pressure_bar_100Hz": 8.919652166666738, "FS1_VolumeFlow_l_per_min_10Hz": 6.639176666666674, "FS2_VolumeFlow_l_per_min_10Hz": 9.614315, "TS1_Temperature_C_1Hz": 46.445233333333334, "TS2_Temperature_C_1Hz": 51.43576666666668, "TS3_Temperature_C_1Hz": 48.664716666666656, "TS4_Temperature_C_1Hz": 42.00518333333333, "P1_MotorPower_W_100Hz": 2441.126566666706, "VS1_Vibration_mm_per_s_1Hz": 0.601533333333333, "CE_CoolingEfficiency_percent_1Hz": 26.63885000000001, "CP_CoolingPower_kW_1Hz": 1.7257166666666661, "SE_EfficiencyFactor_percent_1Hz": 59.85133333333335, "cycle": 911, "timestamp": "2024-12-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.34351666666728, "PS2_Pressure_bar_100Hz": 107.39380133333414, "PS3_Pressure_bar_100Hz": 1.7825266666666757, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.991435666666614, "PS6_Pressure_bar_100Hz": 8.91383516666672, "FS1_VolumeFlow_l_per_min_10Hz": 6.6346949999999945, "FS2_VolumeFlow_l_per_min_10Hz": 9.61209166666666, "TS1_Temperature_C_1Hz": 46.45818333333333, "TS2_Temperature_C_1Hz": 51.43978333333334, "TS3_Temperature_C_1Hz": 48.64605000000002, "TS4_Temperature_C_1Hz": 42.008666666666684, "P1_MotorPower_W_100Hz": 2439.483066666685, "VS1_Vibration_mm_per_s_1Hz": 0.6063500000000001, "CE_CoolingEfficiency_percent_1Hz": 26.490549999999995, "CP_CoolingPower_kW_1Hz": 1.7207499999999991, "SE_EfficiencyFactor_percent_1Hz": 59.82865000000002, "cycle": 912, "timestamp": "2024-12-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.33547166666696, "PS2_Pressure_bar_100Hz": 107.36000616666696, "PS3_Pressure_bar_100Hz": 1.787214000000008, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.992617333333294, "PS6_Pressure_bar_100Hz": 8.914384166666723, "FS1_VolumeFlow_l_per_min_10Hz": 6.63085833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.61135333333334, "TS1_Temperature_C_1Hz": 46.44401666666667, "TS2_Temperature_C_1Hz": 51.43968333333332, "TS3_Temperature_C_1Hz": 48.63598333333332, "TS4_Temperature_C_1Hz": 42.00666666666667, "P1_MotorPower_W_100Hz": 2439.3196000000175, "VS1_Vibration_mm_per_s_1Hz": 0.6072666666666666, "CE_CoolingEfficiency_percent_1Hz": 26.36583333333333, "CP_CoolingPower_kW_1Hz": 1.7158333333333329, "SE_EfficiencyFactor_percent_1Hz": 59.815149999999996, "cycle": 913, "timestamp": "2024-12-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.34705999999966, "PS2_Pressure_bar_100Hz": 107.37382200000053, "PS3_Pressure_bar_100Hz": 1.7836235000000036, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.996683666666641, "PS6_Pressure_bar_100Hz": 8.917629000000042, "FS1_VolumeFlow_l_per_min_10Hz": 6.643118333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.614406666666667, "TS1_Temperature_C_1Hz": 46.434349999999995, "TS2_Temperature_C_1Hz": 51.42593333333335, "TS3_Temperature_C_1Hz": 48.644083333333334, "TS4_Temperature_C_1Hz": 42.007133333333336, "P1_MotorPower_W_100Hz": 2442.2285666667044, "VS1_Vibration_mm_per_s_1Hz": 0.6173, "CE_CoolingEfficiency_percent_1Hz": 26.460616666666674, "CP_CoolingPower_kW_1Hz": 1.720483333333333, "SE_EfficiencyFactor_percent_1Hz": 59.95615000000001, "cycle": 914, "timestamp": "2024-12-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36944000000085, "PS2_Pressure_bar_100Hz": 107.42357600000076, "PS3_Pressure_bar_100Hz": 1.789080833333347, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.998550499999991, "PS6_Pressure_bar_100Hz": 8.919680333333392, "FS1_VolumeFlow_l_per_min_10Hz": 6.639368333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.615593333333331, "TS1_Temperature_C_1Hz": 46.42614999999999, "TS2_Temperature_C_1Hz": 51.406883333333326, "TS3_Temperature_C_1Hz": 48.62036666666667, "TS4_Temperature_C_1Hz": 42.00866666666665, "P1_MotorPower_W_100Hz": 2442.1399333333256, "VS1_Vibration_mm_per_s_1Hz": 0.6161333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.404700000000005, "CP_CoolingPower_kW_1Hz": 1.7120833333333323, "SE_EfficiencyFactor_percent_1Hz": 59.889233333333344, "cycle": 915, "timestamp": "2024-12-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36483500000034, "PS2_Pressure_bar_100Hz": 107.383836333334, "PS3_Pressure_bar_100Hz": 1.7790700000000064, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.001003333333339, "PS6_Pressure_bar_100Hz": 8.922840500000094, "FS1_VolumeFlow_l_per_min_10Hz": 6.632759999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.616360000000011, "TS1_Temperature_C_1Hz": 46.450016666666656, "TS2_Temperature_C_1Hz": 51.41484999999999, "TS3_Temperature_C_1Hz": 48.60623333333333, "TS4_Temperature_C_1Hz": 42.0063, "P1_MotorPower_W_100Hz": 2443.4424333333272, "VS1_Vibration_mm_per_s_1Hz": 0.6152666666666671, "CE_CoolingEfficiency_percent_1Hz": 26.375733333333336, "CP_CoolingPower_kW_1Hz": 1.7104666666666664, "SE_EfficiencyFactor_percent_1Hz": 59.73345000000001, "cycle": 916, "timestamp": "2025-01-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.40546333333393, "PS2_Pressure_bar_100Hz": 107.44225533333396, "PS3_Pressure_bar_100Hz": 1.7857483333333437, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.001822166666686, "PS6_Pressure_bar_100Hz": 8.923844166666756, "FS1_VolumeFlow_l_per_min_10Hz": 6.636613333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.616606666666652, "TS1_Temperature_C_1Hz": 46.42156666666665, "TS2_Temperature_C_1Hz": 51.40761666666665, "TS3_Temperature_C_1Hz": 48.63398333333332, "TS4_Temperature_C_1Hz": 41.99658333333335, "P1_MotorPower_W_100Hz": 2446.0553666667033, "VS1_Vibration_mm_per_s_1Hz": 0.6145833333333336, "CE_CoolingEfficiency_percent_1Hz": 26.599816666666666, "CP_CoolingPower_kW_1Hz": 1.7199833333333332, "SE_EfficiencyFactor_percent_1Hz": 59.711816666666685, "cycle": 917, "timestamp": "2025-01-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3692350000002, "PS2_Pressure_bar_100Hz": 107.37385350000055, "PS3_Pressure_bar_100Hz": 1.7786826666666669, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.002062333333372, "PS6_Pressure_bar_100Hz": 8.922978500000069, "FS1_VolumeFlow_l_per_min_10Hz": 6.6391483333333365, "FS2_VolumeFlow_l_per_min_10Hz": 9.617201666666677, "TS1_Temperature_C_1Hz": 46.42566666666666, "TS2_Temperature_C_1Hz": 51.40078333333334, "TS3_Temperature_C_1Hz": 48.63378333333333, "TS4_Temperature_C_1Hz": 42.011950000000006, "P1_MotorPower_W_100Hz": 2444.6424666667003, "VS1_Vibration_mm_per_s_1Hz": 0.6159499999999999, "CE_CoolingEfficiency_percent_1Hz": 26.44546666666668, "CP_CoolingPower_kW_1Hz": 1.7144666666666664, "SE_EfficiencyFactor_percent_1Hz": 59.78813333333331, "cycle": 918, "timestamp": "2025-01-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.35245333333341, "PS2_Pressure_bar_100Hz": 107.39390533333386, "PS3_Pressure_bar_100Hz": 1.7827458333333353, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.998991833333344, "PS6_Pressure_bar_100Hz": 8.920152333333359, "FS1_VolumeFlow_l_per_min_10Hz": 6.637714999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.61580333333333, "TS1_Temperature_C_1Hz": 46.43891666666666, "TS2_Temperature_C_1Hz": 51.41109999999999, "TS3_Temperature_C_1Hz": 48.61521666666665, "TS4_Temperature_C_1Hz": 41.98271666666665, "P1_MotorPower_W_100Hz": 2442.7693666667005, "VS1_Vibration_mm_per_s_1Hz": 0.6251833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.461633333333335, "CP_CoolingPower_kW_1Hz": 1.7215999999999994, "SE_EfficiencyFactor_percent_1Hz": 59.82096666666666, "cycle": 919, "timestamp": "2025-01-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36513166666705, "PS2_Pressure_bar_100Hz": 107.3778621666672, "PS3_Pressure_bar_100Hz": 1.7789883333333376, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.998061999999933, "PS6_Pressure_bar_100Hz": 8.919152500000035, "FS1_VolumeFlow_l_per_min_10Hz": 6.640486666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.614816666666668, "TS1_Temperature_C_1Hz": 46.44551666666667, "TS2_Temperature_C_1Hz": 51.42473333333332, "TS3_Temperature_C_1Hz": 48.59704999999999, "TS4_Temperature_C_1Hz": 42.009416666666674, "P1_MotorPower_W_100Hz": 2440.9820333333555, "VS1_Vibration_mm_per_s_1Hz": 0.6266500000000002, "CE_CoolingEfficiency_percent_1Hz": 26.254800000000007, "CP_CoolingPower_kW_1Hz": 1.706916666666666, "SE_EfficiencyFactor_percent_1Hz": 59.911366666666666, "cycle": 920, "timestamp": "2025-01-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3689600000005, "PS2_Pressure_bar_100Hz": 107.3849265000008, "PS3_Pressure_bar_100Hz": 1.779614000000004, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.997368666666649, "PS6_Pressure_bar_100Hz": 8.918517333333375, "FS1_VolumeFlow_l_per_min_10Hz": 6.639090000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.613573333333324, "TS1_Temperature_C_1Hz": 46.44573333333334, "TS2_Temperature_C_1Hz": 51.42968333333333, "TS3_Temperature_C_1Hz": 48.602500000000006, "TS4_Temperature_C_1Hz": 41.95998333333333, "P1_MotorPower_W_100Hz": 2441.067533333417, "VS1_Vibration_mm_per_s_1Hz": 0.6276833333333335, "CE_CoolingEfficiency_percent_1Hz": 26.457666666666665, "CP_CoolingPower_kW_1Hz": 1.7203333333333328, "SE_EfficiencyFactor_percent_1Hz": 59.89826666666668, "cycle": 921, "timestamp": "2025-01-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.40695666666716, "PS2_Pressure_bar_100Hz": 107.42688250000079, "PS3_Pressure_bar_100Hz": 1.7770615000000067, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.998313999999995, "PS6_Pressure_bar_100Hz": 8.919744666666716, "FS1_VolumeFlow_l_per_min_10Hz": 6.636820000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.615176666666661, "TS1_Temperature_C_1Hz": 46.42231666666665, "TS2_Temperature_C_1Hz": 51.41549999999999, "TS3_Temperature_C_1Hz": 48.60741666666666, "TS4_Temperature_C_1Hz": 41.98058333333336, "P1_MotorPower_W_100Hz": 2443.548133333356, "VS1_Vibration_mm_per_s_1Hz": 0.6250666666666669, "CE_CoolingEfficiency_percent_1Hz": 26.394733333333328, "CP_CoolingPower_kW_1Hz": 1.7168999999999992, "SE_EfficiencyFactor_percent_1Hz": 59.75129999999997, "cycle": 922, "timestamp": "2025-01-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.39840000000058, "PS2_Pressure_bar_100Hz": 107.40299166666725, "PS3_Pressure_bar_100Hz": 1.787757500000007, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.005022666666651, "PS6_Pressure_bar_100Hz": 8.926466833333375, "FS1_VolumeFlow_l_per_min_10Hz": 6.644091666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.619216666666668, "TS1_Temperature_C_1Hz": 46.37948333333334, "TS2_Temperature_C_1Hz": 51.38176666666664, "TS3_Temperature_C_1Hz": 48.62329999999997, "TS4_Temperature_C_1Hz": 41.976850000000006, "P1_MotorPower_W_100Hz": 2445.0581999999904, "VS1_Vibration_mm_per_s_1Hz": 0.6245166666666668, "CE_CoolingEfficiency_percent_1Hz": 26.443416666666668, "CP_CoolingPower_kW_1Hz": 1.7218333333333335, "SE_EfficiencyFactor_percent_1Hz": 59.81636666666663, "cycle": 923, "timestamp": "2025-01-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.38238833333324, "PS2_Pressure_bar_100Hz": 107.41499233333417, "PS3_Pressure_bar_100Hz": 1.7851035000000026, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.007306166666666, "PS6_Pressure_bar_100Hz": 8.929660833333386, "FS1_VolumeFlow_l_per_min_10Hz": 6.639360000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.621428333333327, "TS1_Temperature_C_1Hz": 46.37215, "TS2_Temperature_C_1Hz": 51.3426, "TS3_Temperature_C_1Hz": 48.59513333333332, "TS4_Temperature_C_1Hz": 41.970333333333315, "P1_MotorPower_W_100Hz": 2445.0035666667027, "VS1_Vibration_mm_per_s_1Hz": 0.6243, "CE_CoolingEfficiency_percent_1Hz": 26.465949999999996, "CP_CoolingPower_kW_1Hz": 1.716583333333333, "SE_EfficiencyFactor_percent_1Hz": 59.75344999999997, "cycle": 924, "timestamp": "2025-01-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.37679166666734, "PS2_Pressure_bar_100Hz": 107.39909866666684, "PS3_Pressure_bar_100Hz": 1.7903028333333442, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.005293333333334, "PS6_Pressure_bar_100Hz": 8.926503833333365, "FS1_VolumeFlow_l_per_min_10Hz": 6.642155000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.619610000000007, "TS1_Temperature_C_1Hz": 46.3914, "TS2_Temperature_C_1Hz": 51.3438, "TS3_Temperature_C_1Hz": 48.597249999999995, "TS4_Temperature_C_1Hz": 41.979183333333346, "P1_MotorPower_W_100Hz": 2445.0355333333414, "VS1_Vibration_mm_per_s_1Hz": 0.6233666666666672, "CE_CoolingEfficiency_percent_1Hz": 26.53484999999999, "CP_CoolingPower_kW_1Hz": 1.7154166666666661, "SE_EfficiencyFactor_percent_1Hz": 59.81193333333332, "cycle": 925, "timestamp": "2025-01-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.39376500000054, "PS2_Pressure_bar_100Hz": 107.39699700000044, "PS3_Pressure_bar_100Hz": 1.782051500000009, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.002012500000015, "PS6_Pressure_bar_100Hz": 8.923070333333362, "FS1_VolumeFlow_l_per_min_10Hz": 6.6517266666666615, "FS2_VolumeFlow_l_per_min_10Hz": 9.614903333333332, "TS1_Temperature_C_1Hz": 46.381616666666666, "TS2_Temperature_C_1Hz": 51.35014999999999, "TS3_Temperature_C_1Hz": 48.592499999999994, "TS4_Temperature_C_1Hz": 41.93745, "P1_MotorPower_W_100Hz": 2442.747166666727, "VS1_Vibration_mm_per_s_1Hz": 0.6152833333333333, "CE_CoolingEfficiency_percent_1Hz": 26.630483333333338, "CP_CoolingPower_kW_1Hz": 1.7246833333333327, "SE_EfficiencyFactor_percent_1Hz": 60.04231666666667, "cycle": 926, "timestamp": "2025-01-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.38807333333347, "PS2_Pressure_bar_100Hz": 107.42054500000064, "PS3_Pressure_bar_100Hz": 1.7797915000000126, "PS4_Pressure_bar_100Hz": 0.00016383333333333335, "PS5_Pressure_bar_100Hz": 9.000078833333308, "PS6_Pressure_bar_100Hz": 8.922993166666728, "FS1_VolumeFlow_l_per_min_10Hz": 6.637628333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.615018333333339, "TS1_Temperature_C_1Hz": 46.37003333333332, "TS2_Temperature_C_1Hz": 51.33401666666667, "TS3_Temperature_C_1Hz": 48.56473333333331, "TS4_Temperature_C_1Hz": 41.92729999999999, "P1_MotorPower_W_100Hz": 2442.8976666666854, "VS1_Vibration_mm_per_s_1Hz": 0.6219000000000002, "CE_CoolingEfficiency_percent_1Hz": 26.50129999999999, "CP_CoolingPower_kW_1Hz": 1.719866666666666, "SE_EfficiencyFactor_percent_1Hz": 59.79524999999999, "cycle": 927, "timestamp": "2025-01-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.39378500000035, "PS2_Pressure_bar_100Hz": 107.40575266666751, "PS3_Pressure_bar_100Hz": 1.7783023333333434, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.996234999999979, "PS6_Pressure_bar_100Hz": 8.920067833333398, "FS1_VolumeFlow_l_per_min_10Hz": 6.653294999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.614681666666657, "TS1_Temperature_C_1Hz": 46.37288333333332, "TS2_Temperature_C_1Hz": 51.32245, "TS3_Temperature_C_1Hz": 48.56343333333333, "TS4_Temperature_C_1Hz": 41.94173333333334, "P1_MotorPower_W_100Hz": 2440.9252000000133, "VS1_Vibration_mm_per_s_1Hz": 0.6286833333333335, "CE_CoolingEfficiency_percent_1Hz": 26.42793333333332, "CP_CoolingPower_kW_1Hz": 1.7144166666666656, "SE_EfficiencyFactor_percent_1Hz": 60.09783333333335, "cycle": 928, "timestamp": "2025-01-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3837049999997, "PS2_Pressure_bar_100Hz": 107.3812311666674, "PS3_Pressure_bar_100Hz": 1.7752921666666768, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.992541666666625, "PS6_Pressure_bar_100Hz": 8.916014333333399, "FS1_VolumeFlow_l_per_min_10Hz": 6.63379, "FS2_VolumeFlow_l_per_min_10Hz": 9.614178333333331, "TS1_Temperature_C_1Hz": 46.37936666666666, "TS2_Temperature_C_1Hz": 51.31771666666667, "TS3_Temperature_C_1Hz": 48.580799999999996, "TS4_Temperature_C_1Hz": 41.95054999999999, "P1_MotorPower_W_100Hz": 2437.227700000053, "VS1_Vibration_mm_per_s_1Hz": 0.6317833333333334, "CE_CoolingEfficiency_percent_1Hz": 26.595533333333325, "CP_CoolingPower_kW_1Hz": 1.7166666666666663, "SE_EfficiencyFactor_percent_1Hz": 59.90028333333333, "cycle": 929, "timestamp": "2025-01-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.38837166666664, "PS2_Pressure_bar_100Hz": 107.40344683333373, "PS3_Pressure_bar_100Hz": 1.7891015000000077, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 8.994843333333305, "PS6_Pressure_bar_100Hz": 8.918686666666728, "FS1_VolumeFlow_l_per_min_10Hz": 6.6430900000000035, "FS2_VolumeFlow_l_per_min_10Hz": 9.61611833333334, "TS1_Temperature_C_1Hz": 46.39003333333333, "TS2_Temperature_C_1Hz": 51.32263333333333, "TS3_Temperature_C_1Hz": 48.58003333333332, "TS4_Temperature_C_1Hz": 41.99091666666666, "P1_MotorPower_W_100Hz": 2438.621999999987, "VS1_Vibration_mm_per_s_1Hz": 0.6259000000000001, "CE_CoolingEfficiency_percent_1Hz": 26.472550000000002, "CP_CoolingPower_kW_1Hz": 1.7068166666666662, "SE_EfficiencyFactor_percent_1Hz": 60.01773333333332, "cycle": 930, "timestamp": "2025-01-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.37523500000037, "PS2_Pressure_bar_100Hz": 107.38837233333427, "PS3_Pressure_bar_100Hz": 1.7758840000000016, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.002059666666675, "PS6_Pressure_bar_100Hz": 8.924526500000036, "FS1_VolumeFlow_l_per_min_10Hz": 6.64131833333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.619963333333331, "TS1_Temperature_C_1Hz": 46.40590000000001, "TS2_Temperature_C_1Hz": 51.33371666666668, "TS3_Temperature_C_1Hz": 48.60863333333332, "TS4_Temperature_C_1Hz": 41.986133333333335, "P1_MotorPower_W_100Hz": 2444.9181999999687, "VS1_Vibration_mm_per_s_1Hz": 0.6241, "CE_CoolingEfficiency_percent_1Hz": 26.664683333333336, "CP_CoolingPower_kW_1Hz": 1.7155166666666661, "SE_EfficiencyFactor_percent_1Hz": 59.75223333333335, "cycle": 931, "timestamp": "2025-01-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.37652999999978, "PS2_Pressure_bar_100Hz": 107.40456766666678, "PS3_Pressure_bar_100Hz": 1.7761636666666718, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.004621833333339, "PS6_Pressure_bar_100Hz": 8.928024333333408, "FS1_VolumeFlow_l_per_min_10Hz": 6.636108333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.619746666666673, "TS1_Temperature_C_1Hz": 46.39474999999998, "TS2_Temperature_C_1Hz": 51.338449999999995, "TS3_Temperature_C_1Hz": 48.57165, "TS4_Temperature_C_1Hz": 41.9605, "P1_MotorPower_W_100Hz": 2445.0732666667263, "VS1_Vibration_mm_per_s_1Hz": 0.6182666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.63361666666666, "CP_CoolingPower_kW_1Hz": 1.714416666666666, "SE_EfficiencyFactor_percent_1Hz": 59.73248333333332, "cycle": 932, "timestamp": "2025-01-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4952283333341, "PS2_Pressure_bar_100Hz": 107.52807666666722, "PS3_Pressure_bar_100Hz": 1.7821526666666796, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.00642000000003, "PS6_Pressure_bar_100Hz": 8.929307166666723, "FS1_VolumeFlow_l_per_min_10Hz": 6.670769999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.622199999999998, "TS1_Temperature_C_1Hz": 46.33483333333331, "TS2_Temperature_C_1Hz": 51.304433333333336, "TS3_Temperature_C_1Hz": 48.546299999999995, "TS4_Temperature_C_1Hz": 41.97083333333333, "P1_MotorPower_W_100Hz": 2448.040033333376, "VS1_Vibration_mm_per_s_1Hz": 0.6209500000000001, "CE_CoolingEfficiency_percent_1Hz": 26.445266666666672, "CP_CoolingPower_kW_1Hz": 1.7049166666666669, "SE_EfficiencyFactor_percent_1Hz": 60.103650000000016, "cycle": 933, "timestamp": "2025-01-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.52659000000085, "PS2_Pressure_bar_100Hz": 107.57297466666719, "PS3_Pressure_bar_100Hz": 1.787541500000007, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.012261666666703, "PS6_Pressure_bar_100Hz": 8.93448633333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.655316666666659, "FS2_VolumeFlow_l_per_min_10Hz": 9.625856666666659, "TS1_Temperature_C_1Hz": 46.34131666666667, "TS2_Temperature_C_1Hz": 51.305600000000005, "TS3_Temperature_C_1Hz": 48.5474, "TS4_Temperature_C_1Hz": 41.94183333333332, "P1_MotorPower_W_100Hz": 2451.638099999982, "VS1_Vibration_mm_per_s_1Hz": 0.6215500000000002, "CE_CoolingEfficiency_percent_1Hz": 26.57161666666667, "CP_CoolingPower_kW_1Hz": 1.714283333333333, "SE_EfficiencyFactor_percent_1Hz": 59.77950000000001, "cycle": 934, "timestamp": "2025-01-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4960883333344, "PS2_Pressure_bar_100Hz": 107.52936300000081, "PS3_Pressure_bar_100Hz": 1.7864946666666703, "PS4_Pressure_bar_100Hz": 0.0003908333333333332, "PS5_Pressure_bar_100Hz": 9.009322333333351, "PS6_Pressure_bar_100Hz": 8.931176000000034, "FS1_VolumeFlow_l_per_min_10Hz": 6.656106666666657, "FS2_VolumeFlow_l_per_min_10Hz": 9.625390000000001, "TS1_Temperature_C_1Hz": 46.32663333333331, "TS2_Temperature_C_1Hz": 51.29113333333334, "TS3_Temperature_C_1Hz": 48.55199999999996, "TS4_Temperature_C_1Hz": 41.92744999999998, "P1_MotorPower_W_100Hz": 2452.810266666684, "VS1_Vibration_mm_per_s_1Hz": 0.6204333333333333, "CE_CoolingEfficiency_percent_1Hz": 26.8041, "CP_CoolingPower_kW_1Hz": 1.7188333333333325, "SE_EfficiencyFactor_percent_1Hz": 59.74974999999998, "cycle": 935, "timestamp": "2025-01-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.49673166666736, "PS2_Pressure_bar_100Hz": 107.55765716666735, "PS3_Pressure_bar_100Hz": 1.7914840000000076, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.012317500000021, "PS6_Pressure_bar_100Hz": 8.934371666666706, "FS1_VolumeFlow_l_per_min_10Hz": 6.659878333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.626873333333332, "TS1_Temperature_C_1Hz": 46.341916666666634, "TS2_Temperature_C_1Hz": 51.289083333333345, "TS3_Temperature_C_1Hz": 48.517899999999976, "TS4_Temperature_C_1Hz": 41.93648333333333, "P1_MotorPower_W_100Hz": 2451.604900000025, "VS1_Vibration_mm_per_s_1Hz": 0.6226833333333331, "CE_CoolingEfficiency_percent_1Hz": 26.612733333333324, "CP_CoolingPower_kW_1Hz": 1.7072666666666663, "SE_EfficiencyFactor_percent_1Hz": 59.8900666666667, "cycle": 936, "timestamp": "2025-01-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.50080000000023, "PS2_Pressure_bar_100Hz": 107.5743393333337, "PS3_Pressure_bar_100Hz": 1.7953945000000047, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.010620833333325, "PS6_Pressure_bar_100Hz": 8.93259400000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.654154999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.625125, "TS1_Temperature_C_1Hz": 46.345966666666655, "TS2_Temperature_C_1Hz": 51.293366666666685, "TS3_Temperature_C_1Hz": 48.51684999999998, "TS4_Temperature_C_1Hz": 41.907149999999994, "P1_MotorPower_W_100Hz": 2449.430800000026, "VS1_Vibration_mm_per_s_1Hz": 0.6216000000000003, "CE_CoolingEfficiency_percent_1Hz": 26.73365000000001, "CP_CoolingPower_kW_1Hz": 1.714033333333334, "SE_EfficiencyFactor_percent_1Hz": 59.79518333333336, "cycle": 937, "timestamp": "2025-01-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5094416666672, "PS2_Pressure_bar_100Hz": 107.56999533333405, "PS3_Pressure_bar_100Hz": 1.7909003333333413, "PS4_Pressure_bar_100Hz": 0.049110999999999974, "PS5_Pressure_bar_100Hz": 9.00657916666668, "PS6_Pressure_bar_100Hz": 8.929620333333382, "FS1_VolumeFlow_l_per_min_10Hz": 6.6509783333333345, "FS2_VolumeFlow_l_per_min_10Hz": 9.623738333333334, "TS1_Temperature_C_1Hz": 46.34611666666665, "TS2_Temperature_C_1Hz": 51.27758333333335, "TS3_Temperature_C_1Hz": 48.528033333333305, "TS4_Temperature_C_1Hz": 41.93314999999998, "P1_MotorPower_W_100Hz": 2448.5225000000205, "VS1_Vibration_mm_per_s_1Hz": 0.6177000000000002, "CE_CoolingEfficiency_percent_1Hz": 26.689199999999992, "CP_CoolingPower_kW_1Hz": 1.710349999999999, "SE_EfficiencyFactor_percent_1Hz": 59.80193333333332, "cycle": 938, "timestamp": "2025-01-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.50549666666709, "PS2_Pressure_bar_100Hz": 107.56554333333395, "PS3_Pressure_bar_100Hz": 1.783326166666677, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.005411333333347, "PS6_Pressure_bar_100Hz": 8.927604000000052, "FS1_VolumeFlow_l_per_min_10Hz": 6.6519983333333315, "FS2_VolumeFlow_l_per_min_10Hz": 9.621111666666676, "TS1_Temperature_C_1Hz": 46.34969999999999, "TS2_Temperature_C_1Hz": 51.28430000000001, "TS3_Temperature_C_1Hz": 48.50886666666664, "TS4_Temperature_C_1Hz": 41.89083333333335, "P1_MotorPower_W_100Hz": 2447.3775000000483, "VS1_Vibration_mm_per_s_1Hz": 0.6149000000000001, "CE_CoolingEfficiency_percent_1Hz": 26.722516666666657, "CP_CoolingPower_kW_1Hz": 1.716449999999999, "SE_EfficiencyFactor_percent_1Hz": 59.867016666666686, "cycle": 939, "timestamp": "2025-01-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5026433333342, "PS2_Pressure_bar_100Hz": 107.55180283333367, "PS3_Pressure_bar_100Hz": 1.7872711666666703, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.008975666666709, "PS6_Pressure_bar_100Hz": 8.93166933333338, "FS1_VolumeFlow_l_per_min_10Hz": 6.668386666666661, "FS2_VolumeFlow_l_per_min_10Hz": 9.62058666666669, "TS1_Temperature_C_1Hz": 46.343599999999995, "TS2_Temperature_C_1Hz": 51.28251666666668, "TS3_Temperature_C_1Hz": 48.49661666666663, "TS4_Temperature_C_1Hz": 41.862016666666676, "P1_MotorPower_W_100Hz": 2449.009600000057, "VS1_Vibration_mm_per_s_1Hz": 0.6202, "CE_CoolingEfficiency_percent_1Hz": 26.654649999999993, "CP_CoolingPower_kW_1Hz": 1.7207666666666661, "SE_EfficiencyFactor_percent_1Hz": 60.07408333333334, "cycle": 940, "timestamp": "2025-01-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.48674833333448, "PS2_Pressure_bar_100Hz": 107.56017066666699, "PS3_Pressure_bar_100Hz": 1.7853286666666663, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.006734333333357, "PS6_Pressure_bar_100Hz": 8.929059500000054, "FS1_VolumeFlow_l_per_min_10Hz": 6.652483333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.618438333333332, "TS1_Temperature_C_1Hz": 46.33309999999998, "TS2_Temperature_C_1Hz": 51.28031666666668, "TS3_Temperature_C_1Hz": 48.49268333333331, "TS4_Temperature_C_1Hz": 41.83073333333332, "P1_MotorPower_W_100Hz": 2445.3392666666973, "VS1_Vibration_mm_per_s_1Hz": 0.6175833333333334, "CE_CoolingEfficiency_percent_1Hz": 26.64088333333333, "CP_CoolingPower_kW_1Hz": 1.7260999999999993, "SE_EfficiencyFactor_percent_1Hz": 59.95423333333335, "cycle": 941, "timestamp": "2025-01-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5038833333337, "PS2_Pressure_bar_100Hz": 107.54715216666759, "PS3_Pressure_bar_100Hz": 1.7838656666666683, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.002119666666667, "PS6_Pressure_bar_100Hz": 8.925579000000075, "FS1_VolumeFlow_l_per_min_10Hz": 6.6421799999999935, "FS2_VolumeFlow_l_per_min_10Hz": 9.617386666666679, "TS1_Temperature_C_1Hz": 46.28391666666666, "TS2_Temperature_C_1Hz": 51.256716666666655, "TS3_Temperature_C_1Hz": 48.49658333333333, "TS4_Temperature_C_1Hz": 41.841799999999985, "P1_MotorPower_W_100Hz": 2446.365433333365, "VS1_Vibration_mm_per_s_1Hz": 0.6058833333333332, "CE_CoolingEfficiency_percent_1Hz": 26.628766666666657, "CP_CoolingPower_kW_1Hz": 1.7246499999999994, "SE_EfficiencyFactor_percent_1Hz": 59.76689999999999, "cycle": 942, "timestamp": "2025-01-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.88228833333272, "PS2_Pressure_bar_100Hz": 107.10987116666651, "PS3_Pressure_bar_100Hz": 1.7166394999999883, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.00625033333335, "PS6_Pressure_bar_100Hz": 8.930016833333376, "FS1_VolumeFlow_l_per_min_10Hz": 6.366383333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.620478333333324, "TS1_Temperature_C_1Hz": 46.232600000000005, "TS2_Temperature_C_1Hz": 51.201716666666684, "TS3_Temperature_C_1Hz": 48.46463333333332, "TS4_Temperature_C_1Hz": 41.85068333333334, "P1_MotorPower_W_100Hz": 2473.6570000000734, "VS1_Vibration_mm_per_s_1Hz": 0.6092833333333335, "CE_CoolingEfficiency_percent_1Hz": 26.51231666666667, "CP_CoolingPower_kW_1Hz": 1.714249999999999, "SE_EfficiencyFactor_percent_1Hz": 56.48151666666664, "cycle": 943, "timestamp": "2025-01-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.08734333333192, "PS2_Pressure_bar_100Hz": 106.52943200000013, "PS3_Pressure_bar_100Hz": 1.71022549999999, "PS4_Pressure_bar_100Hz": 0.030603166666666654, "PS5_Pressure_bar_100Hz": 9.018027833333313, "PS6_Pressure_bar_100Hz": 8.942515666666646, "FS1_VolumeFlow_l_per_min_10Hz": 6.325240000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.62646666666666, "TS1_Temperature_C_1Hz": 46.165299999999995, "TS2_Temperature_C_1Hz": 51.11696666666668, "TS3_Temperature_C_1Hz": 48.37805000000001, "TS4_Temperature_C_1Hz": 41.7868, "P1_MotorPower_W_100Hz": 2476.9067333333605, "VS1_Vibration_mm_per_s_1Hz": 0.6140000000000002, "CE_CoolingEfficiency_percent_1Hz": 26.691850000000002, "CP_CoolingPower_kW_1Hz": 1.7111166666666657, "SE_EfficiencyFactor_percent_1Hz": 55.35391666666669, "cycle": 944, "timestamp": "2025-01-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.10058833333298, "PS2_Pressure_bar_100Hz": 106.5740948333329, "PS3_Pressure_bar_100Hz": 1.704679999999981, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.021071499999959, "PS6_Pressure_bar_100Hz": 8.945803833333324, "FS1_VolumeFlow_l_per_min_10Hz": 6.326834999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.626889999999998, "TS1_Temperature_C_1Hz": 46.113200000000006, "TS2_Temperature_C_1Hz": 51.0619, "TS3_Temperature_C_1Hz": 48.31209999999998, "TS4_Temperature_C_1Hz": 41.76435000000001, "P1_MotorPower_W_100Hz": 2474.3159333333724, "VS1_Vibration_mm_per_s_1Hz": 0.6169500000000003, "CE_CoolingEfficiency_percent_1Hz": 26.681149999999995, "CP_CoolingPower_kW_1Hz": 1.6969500000000008, "SE_EfficiencyFactor_percent_1Hz": 55.51353333333332, "cycle": 945, "timestamp": "2025-01-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.11145499999955, "PS2_Pressure_bar_100Hz": 106.52912033333327, "PS3_Pressure_bar_100Hz": 1.7047184999999805, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.027954166666671, "PS6_Pressure_bar_100Hz": 8.952339333333319, "FS1_VolumeFlow_l_per_min_10Hz": 6.316425000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.631764999999998, "TS1_Temperature_C_1Hz": 46.077899999999985, "TS2_Temperature_C_1Hz": 51.02575, "TS3_Temperature_C_1Hz": 48.26180000000002, "TS4_Temperature_C_1Hz": 41.749816666666675, "P1_MotorPower_W_100Hz": 2473.760400000033, "VS1_Vibration_mm_per_s_1Hz": 0.6189500000000001, "CE_CoolingEfficiency_percent_1Hz": 26.69236666666667, "CP_CoolingPower_kW_1Hz": 1.6883666666666672, "SE_EfficiencyFactor_percent_1Hz": 55.35811666666667, "cycle": 946, "timestamp": "2025-01-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1092466666664, "PS2_Pressure_bar_100Hz": 106.5808280000001, "PS3_Pressure_bar_100Hz": 1.7085061666666543, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.02745450000003, "PS6_Pressure_bar_100Hz": 8.952317666666657, "FS1_VolumeFlow_l_per_min_10Hz": 6.340103333333326, "FS2_VolumeFlow_l_per_min_10Hz": 9.630463333333333, "TS1_Temperature_C_1Hz": 46.073100000000004, "TS2_Temperature_C_1Hz": 50.98065000000001, "TS3_Temperature_C_1Hz": 48.281816666666664, "TS4_Temperature_C_1Hz": 41.763650000000005, "P1_MotorPower_W_100Hz": 2474.15743333335, "VS1_Vibration_mm_per_s_1Hz": 0.6153166666666667, "CE_CoolingEfficiency_percent_1Hz": 26.68406666666666, "CP_CoolingPower_kW_1Hz": 1.6925500000000002, "SE_EfficiencyFactor_percent_1Hz": 55.75066666666668, "cycle": 947, "timestamp": "2025-02-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.09281666666524, "PS2_Pressure_bar_100Hz": 106.54300150000007, "PS3_Pressure_bar_100Hz": 1.7020088333333214, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.028464833333304, "PS6_Pressure_bar_100Hz": 8.952600833333316, "FS1_VolumeFlow_l_per_min_10Hz": 6.316893333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.631006666666666, "TS1_Temperature_C_1Hz": 46.04678333333334, "TS2_Temperature_C_1Hz": 50.944016666666656, "TS3_Temperature_C_1Hz": 48.261499999999984, "TS4_Temperature_C_1Hz": 41.737066666666685, "P1_MotorPower_W_100Hz": 2473.9084333333712, "VS1_Vibration_mm_per_s_1Hz": 0.6226333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.749283333333338, "CP_CoolingPower_kW_1Hz": 1.6959666666666675, "SE_EfficiencyFactor_percent_1Hz": 55.36955000000001, "cycle": 948, "timestamp": "2025-02-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.084808333333, "PS2_Pressure_bar_100Hz": 106.5747553333332, "PS3_Pressure_bar_100Hz": 1.7040534999999821, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.027729166666651, "PS6_Pressure_bar_100Hz": 8.951290499999986, "FS1_VolumeFlow_l_per_min_10Hz": 6.31891, "FS2_VolumeFlow_l_per_min_10Hz": 9.630193333333331, "TS1_Temperature_C_1Hz": 46.02591666666669, "TS2_Temperature_C_1Hz": 50.91933333333331, "TS3_Temperature_C_1Hz": 48.24270000000001, "TS4_Temperature_C_1Hz": 41.71996666666666, "P1_MotorPower_W_100Hz": 2472.975566666661, "VS1_Vibration_mm_per_s_1Hz": 0.6217166666666667, "CE_CoolingEfficiency_percent_1Hz": 26.77145, "CP_CoolingPower_kW_1Hz": 1.6947833333333338, "SE_EfficiencyFactor_percent_1Hz": 55.45231666666665, "cycle": 949, "timestamp": "2025-02-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.0856299999995, "PS2_Pressure_bar_100Hz": 106.54201516666674, "PS3_Pressure_bar_100Hz": 1.706153166666656, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.030768999999992, "PS6_Pressure_bar_100Hz": 8.954806999999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.322939999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.630764999999984, "TS1_Temperature_C_1Hz": 46.02315000000001, "TS2_Temperature_C_1Hz": 50.89353333333333, "TS3_Temperature_C_1Hz": 48.22365, "TS4_Temperature_C_1Hz": 41.67803333333332, "P1_MotorPower_W_100Hz": 2473.663500000049, "VS1_Vibration_mm_per_s_1Hz": 0.6195499999999998, "CE_CoolingEfficiency_percent_1Hz": 26.848333333333326, "CP_CoolingPower_kW_1Hz": 1.6988999999999994, "SE_EfficiencyFactor_percent_1Hz": 55.51806666666667, "cycle": 950, "timestamp": "2025-02-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.12823499999948, "PS2_Pressure_bar_100Hz": 106.57982116666668, "PS3_Pressure_bar_100Hz": 1.7041128333333195, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.028874166666668, "PS6_Pressure_bar_100Hz": 8.952449166666659, "FS1_VolumeFlow_l_per_min_10Hz": 6.327001666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.62799666666666, "TS1_Temperature_C_1Hz": 46.00163333333334, "TS2_Temperature_C_1Hz": 50.880599999999994, "TS3_Temperature_C_1Hz": 48.24003333333334, "TS4_Temperature_C_1Hz": 41.599500000000006, "P1_MotorPower_W_100Hz": 2472.1768333333653, "VS1_Vibration_mm_per_s_1Hz": 0.6217166666666665, "CE_CoolingEfficiency_percent_1Hz": 27.126866666666658, "CP_CoolingPower_kW_1Hz": 1.7229833333333326, "SE_EfficiencyFactor_percent_1Hz": 55.634083333333336, "cycle": 951, "timestamp": "2025-02-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.12718666666652, "PS2_Pressure_bar_100Hz": 106.58852749999986, "PS3_Pressure_bar_100Hz": 1.6992658333333115, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.027292666666698, "PS6_Pressure_bar_100Hz": 8.951297499999987, "FS1_VolumeFlow_l_per_min_10Hz": 6.337238333333328, "FS2_VolumeFlow_l_per_min_10Hz": 9.628995000000005, "TS1_Temperature_C_1Hz": 45.99925, "TS2_Temperature_C_1Hz": 50.861749999999994, "TS3_Temperature_C_1Hz": 48.21101666666666, "TS4_Temperature_C_1Hz": 41.64784999999999, "P1_MotorPower_W_100Hz": 2470.883433333366, "VS1_Vibration_mm_per_s_1Hz": 0.6260500000000004, "CE_CoolingEfficiency_percent_1Hz": 26.818516666666667, "CP_CoolingPower_kW_1Hz": 1.7036000000000004, "SE_EfficiencyFactor_percent_1Hz": 55.8104, "cycle": 952, "timestamp": "2025-02-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.09180333333282, "PS2_Pressure_bar_100Hz": 106.55946083333278, "PS3_Pressure_bar_100Hz": 1.7055931666666533, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.028930833333304, "PS6_Pressure_bar_100Hz": 8.953681499999982, "FS1_VolumeFlow_l_per_min_10Hz": 6.318951666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.627163333333336, "TS1_Temperature_C_1Hz": 45.99961666666669, "TS2_Temperature_C_1Hz": 50.86086666666666, "TS3_Temperature_C_1Hz": 48.17871666666665, "TS4_Temperature_C_1Hz": 41.63096666666668, "P1_MotorPower_W_100Hz": 2469.379900000041, "VS1_Vibration_mm_per_s_1Hz": 0.6199833333333332, "CE_CoolingEfficiency_percent_1Hz": 26.62641666666666, "CP_CoolingPower_kW_1Hz": 1.6995666666666667, "SE_EfficiencyFactor_percent_1Hz": 55.52541666666669, "cycle": 953, "timestamp": "2025-02-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.97158333333266, "PS2_Pressure_bar_100Hz": 106.81550283333347, "PS3_Pressure_bar_100Hz": 1.7097234999999877, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.032587499999996, "PS6_Pressure_bar_100Hz": 8.95631650000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.353788333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.630150000000004, "TS1_Temperature_C_1Hz": 45.99443333333334, "TS2_Temperature_C_1Hz": 50.84846666666665, "TS3_Temperature_C_1Hz": 48.2015, "TS4_Temperature_C_1Hz": 41.64379999999998, "P1_MotorPower_W_100Hz": 2468.479766666677, "VS1_Vibration_mm_per_s_1Hz": 0.6253500000000002, "CE_CoolingEfficiency_percent_1Hz": 26.541749999999997, "CP_CoolingPower_kW_1Hz": 1.7024333333333341, "SE_EfficiencyFactor_percent_1Hz": 56.32061666666666, "cycle": 954, "timestamp": "2025-02-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.00055833333295, "PS2_Pressure_bar_100Hz": 106.83386883333289, "PS3_Pressure_bar_100Hz": 1.709517166666652, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.035419666666693, "PS6_Pressure_bar_100Hz": 8.957914000000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.355244999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.627800000000006, "TS1_Temperature_C_1Hz": 45.987500000000026, "TS2_Temperature_C_1Hz": 50.84554999999998, "TS3_Temperature_C_1Hz": 48.20106666666666, "TS4_Temperature_C_1Hz": 41.59538333333335, "P1_MotorPower_W_100Hz": 2472.211233333401, "VS1_Vibration_mm_per_s_1Hz": 0.6283999999999996, "CE_CoolingEfficiency_percent_1Hz": 26.635366666666666, "CP_CoolingPower_kW_1Hz": 1.7145333333333326, "SE_EfficiencyFactor_percent_1Hz": 56.25701666666665, "cycle": 955, "timestamp": "2025-02-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.99564333333197, "PS2_Pressure_bar_100Hz": 106.81535299999987, "PS3_Pressure_bar_100Hz": 1.7124791666666597, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.037183333333369, "PS6_Pressure_bar_100Hz": 8.959706333333319, "FS1_VolumeFlow_l_per_min_10Hz": 6.352975000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.63007333333333, "TS1_Temperature_C_1Hz": 45.956316666666645, "TS2_Temperature_C_1Hz": 50.82653333333335, "TS3_Temperature_C_1Hz": 48.18241666666667, "TS4_Temperature_C_1Hz": 41.59496666666667, "P1_MotorPower_W_100Hz": 2473.0478333333367, "VS1_Vibration_mm_per_s_1Hz": 0.62825, "CE_CoolingEfficiency_percent_1Hz": 26.56935, "CP_CoolingPower_kW_1Hz": 1.7093833333333326, "SE_EfficiencyFactor_percent_1Hz": 56.18155, "cycle": 956, "timestamp": "2025-02-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.00162833333275, "PS2_Pressure_bar_100Hz": 106.82304799999964, "PS3_Pressure_bar_100Hz": 1.7191571666666592, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.039698000000003, "PS6_Pressure_bar_100Hz": 8.963006333333364, "FS1_VolumeFlow_l_per_min_10Hz": 6.350470000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.63243333333334, "TS1_Temperature_C_1Hz": 45.950700000000005, "TS2_Temperature_C_1Hz": 50.809633333333366, "TS3_Temperature_C_1Hz": 48.14526666666666, "TS4_Temperature_C_1Hz": 41.5944, "P1_MotorPower_W_100Hz": 2475.028733333373, "VS1_Vibration_mm_per_s_1Hz": 0.6283833333333335, "CE_CoolingEfficiency_percent_1Hz": 26.372266666666665, "CP_CoolingPower_kW_1Hz": 1.6985000000000006, "SE_EfficiencyFactor_percent_1Hz": 56.13321666666665, "cycle": 957, "timestamp": "2025-02-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.02095666666648, "PS2_Pressure_bar_100Hz": 106.82416283333312, "PS3_Pressure_bar_100Hz": 1.7098921666666536, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.039082500000017, "PS6_Pressure_bar_100Hz": 8.962566666666651, "FS1_VolumeFlow_l_per_min_10Hz": 6.350893333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.636156666666674, "TS1_Temperature_C_1Hz": 45.93288333333335, "TS2_Temperature_C_1Hz": 50.80195000000002, "TS3_Temperature_C_1Hz": 48.131750000000004, "TS4_Temperature_C_1Hz": 41.59408333333336, "P1_MotorPower_W_100Hz": 2474.6531666667142, "VS1_Vibration_mm_per_s_1Hz": 0.6328666666666667, "CE_CoolingEfficiency_percent_1Hz": 26.428416666666653, "CP_CoolingPower_kW_1Hz": 1.697816666666667, "SE_EfficiencyFactor_percent_1Hz": 56.1536333333333, "cycle": 958, "timestamp": "2025-02-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.0220866666669, "PS2_Pressure_bar_100Hz": 106.81821566666649, "PS3_Pressure_bar_100Hz": 1.7145329999999892, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.040814000000049, "PS6_Pressure_bar_100Hz": 8.965544333333309, "FS1_VolumeFlow_l_per_min_10Hz": 6.354443333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.638058333333323, "TS1_Temperature_C_1Hz": 45.9426, "TS2_Temperature_C_1Hz": 50.79963333333335, "TS3_Temperature_C_1Hz": 48.15388333333333, "TS4_Temperature_C_1Hz": 41.592549999999996, "P1_MotorPower_W_100Hz": 2475.427133333358, "VS1_Vibration_mm_per_s_1Hz": 0.6339166666666668, "CE_CoolingEfficiency_percent_1Hz": 26.633966666666673, "CP_CoolingPower_kW_1Hz": 1.703233333333333, "SE_EfficiencyFactor_percent_1Hz": 56.17108333333333, "cycle": 959, "timestamp": "2025-02-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.99965499999988, "PS2_Pressure_bar_100Hz": 106.79769599999955, "PS3_Pressure_bar_100Hz": 1.7023839999999881, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.034119666666674, "PS6_Pressure_bar_100Hz": 8.957408500000014, "FS1_VolumeFlow_l_per_min_10Hz": 6.353458333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.635388333333346, "TS1_Temperature_C_1Hz": 45.95266666666668, "TS2_Temperature_C_1Hz": 50.79608333333337, "TS3_Temperature_C_1Hz": 48.17716666666667, "TS4_Temperature_C_1Hz": 41.60061666666668, "P1_MotorPower_W_100Hz": 2472.4423666667108, "VS1_Vibration_mm_per_s_1Hz": 0.6291166666666668, "CE_CoolingEfficiency_percent_1Hz": 26.792199999999994, "CP_CoolingPower_kW_1Hz": 1.7067999999999999, "SE_EfficiencyFactor_percent_1Hz": 56.2438666666667, "cycle": 960, "timestamp": "2025-02-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.0142433333334, "PS2_Pressure_bar_100Hz": 106.81428533333323, "PS3_Pressure_bar_100Hz": 1.709076999999985, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.034239499999966, "PS6_Pressure_bar_100Hz": 8.958036833333365, "FS1_VolumeFlow_l_per_min_10Hz": 6.350625000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.635173333333332, "TS1_Temperature_C_1Hz": 45.96728333333332, "TS2_Temperature_C_1Hz": 50.798950000000005, "TS3_Temperature_C_1Hz": 48.14306666666666, "TS4_Temperature_C_1Hz": 41.595616666666686, "P1_MotorPower_W_100Hz": 2470.8523000000187, "VS1_Vibration_mm_per_s_1Hz": 0.6320499999999996, "CE_CoolingEfficiency_percent_1Hz": 26.827783333333343, "CP_CoolingPower_kW_1Hz": 1.7005333333333328, "SE_EfficiencyFactor_percent_1Hz": 56.253549999999976, "cycle": 961, "timestamp": "2025-02-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.00049333333274, "PS2_Pressure_bar_100Hz": 106.82915483333306, "PS3_Pressure_bar_100Hz": 1.708578999999996, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.033633833333349, "PS6_Pressure_bar_100Hz": 8.957889833333311, "FS1_VolumeFlow_l_per_min_10Hz": 6.349333333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.63323666666666, "TS1_Temperature_C_1Hz": 45.98334999999999, "TS2_Temperature_C_1Hz": 50.80980000000002, "TS3_Temperature_C_1Hz": 48.15601666666664, "TS4_Temperature_C_1Hz": 41.59588333333334, "P1_MotorPower_W_100Hz": 2471.429233333402, "VS1_Vibration_mm_per_s_1Hz": 0.6319666666666666, "CE_CoolingEfficiency_percent_1Hz": 26.8703, "CP_CoolingPower_kW_1Hz": 1.7038166666666663, "SE_EfficiencyFactor_percent_1Hz": 56.18678333333335, "cycle": 962, "timestamp": "2025-02-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.98168999999902, "PS2_Pressure_bar_100Hz": 106.80532283333355, "PS3_Pressure_bar_100Hz": 1.709189999999991, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.036217499999998, "PS6_Pressure_bar_100Hz": 8.959996333333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.352716666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.635420000000016, "TS1_Temperature_C_1Hz": 45.98186666666667, "TS2_Temperature_C_1Hz": 50.803950000000015, "TS3_Temperature_C_1Hz": 48.18103333333335, "TS4_Temperature_C_1Hz": 41.59388333333335, "P1_MotorPower_W_100Hz": 2474.2353666666854, "VS1_Vibration_mm_per_s_1Hz": 0.62685, "CE_CoolingEfficiency_percent_1Hz": 26.900066666666667, "CP_CoolingPower_kW_1Hz": 1.7094166666666655, "SE_EfficiencyFactor_percent_1Hz": 56.14144999999998, "cycle": 963, "timestamp": "2025-02-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.92189833333282, "PS2_Pressure_bar_100Hz": 107.02459699999956, "PS3_Pressure_bar_100Hz": 1.722248999999981, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.037546000000019, "PS6_Pressure_bar_100Hz": 8.960719000000024, "FS1_VolumeFlow_l_per_min_10Hz": 6.366620000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.637621666666675, "TS1_Temperature_C_1Hz": 45.98185, "TS2_Temperature_C_1Hz": 50.806483333333354, "TS3_Temperature_C_1Hz": 48.17478333333334, "TS4_Temperature_C_1Hz": 41.596883333333366, "P1_MotorPower_W_100Hz": 2472.4390333333417, "VS1_Vibration_mm_per_s_1Hz": 0.626683333333333, "CE_CoolingEfficiency_percent_1Hz": 26.870066666666656, "CP_CoolingPower_kW_1Hz": 1.7082999999999997, "SE_EfficiencyFactor_percent_1Hz": 56.55905, "cycle": 964, "timestamp": "2025-02-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.91117499999964, "PS2_Pressure_bar_100Hz": 107.01239150000009, "PS3_Pressure_bar_100Hz": 1.7178049999999885, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.036477333333343, "PS6_Pressure_bar_100Hz": 8.960007666666673, "FS1_VolumeFlow_l_per_min_10Hz": 6.3640983333333425, "FS2_VolumeFlow_l_per_min_10Hz": 9.636656666666665, "TS1_Temperature_C_1Hz": 45.99243333333333, "TS2_Temperature_C_1Hz": 50.82185000000003, "TS3_Temperature_C_1Hz": 48.15668333333331, "TS4_Temperature_C_1Hz": 41.60358333333334, "P1_MotorPower_W_100Hz": 2470.853866666655, "VS1_Vibration_mm_per_s_1Hz": 0.6278333333333334, "CE_CoolingEfficiency_percent_1Hz": 26.779599999999995, "CP_CoolingPower_kW_1Hz": 1.7010499999999997, "SE_EfficiencyFactor_percent_1Hz": 56.56128333333333, "cycle": 965, "timestamp": "2025-02-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.9095616666663, "PS2_Pressure_bar_100Hz": 106.9932338333332, "PS3_Pressure_bar_100Hz": 1.7179573333333233, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.030332166666652, "PS6_Pressure_bar_100Hz": 8.955187999999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.364118333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.632606666666677, "TS1_Temperature_C_1Hz": 46.006699999999995, "TS2_Temperature_C_1Hz": 50.821733333333334, "TS3_Temperature_C_1Hz": 48.1871, "TS4_Temperature_C_1Hz": 41.60708333333333, "P1_MotorPower_W_100Hz": 2469.1586333333407, "VS1_Vibration_mm_per_s_1Hz": 0.6246333333333336, "CE_CoolingEfficiency_percent_1Hz": 26.988900000000005, "CP_CoolingPower_kW_1Hz": 1.7089833333333333, "SE_EfficiencyFactor_percent_1Hz": 56.61108333333334, "cycle": 966, "timestamp": "2025-02-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.8826266666657, "PS2_Pressure_bar_100Hz": 106.98822866666671, "PS3_Pressure_bar_100Hz": 1.7136719999999899, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.028357666666677, "PS6_Pressure_bar_100Hz": 8.95348033333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.363693333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.632923333333352, "TS1_Temperature_C_1Hz": 46.00658333333333, "TS2_Temperature_C_1Hz": 50.82288333333335, "TS3_Temperature_C_1Hz": 48.20913333333331, "TS4_Temperature_C_1Hz": 41.598383333333345, "P1_MotorPower_W_100Hz": 2467.589933333383, "VS1_Vibration_mm_per_s_1Hz": 0.6294333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.26978333333333, "CP_CoolingPower_kW_1Hz": 1.7164333333333333, "SE_EfficiencyFactor_percent_1Hz": 56.624849999999974, "cycle": 967, "timestamp": "2025-02-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.9014533333322, "PS2_Pressure_bar_100Hz": 107.00006166666655, "PS3_Pressure_bar_100Hz": 1.7212399999999994, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.02701349999998, "PS6_Pressure_bar_100Hz": 8.95149349999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.362096666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.628825000000012, "TS1_Temperature_C_1Hz": 46.01218333333334, "TS2_Temperature_C_1Hz": 50.82178333333335, "TS3_Temperature_C_1Hz": 48.20433333333333, "TS4_Temperature_C_1Hz": 41.60050000000001, "P1_MotorPower_W_100Hz": 2467.500966666697, "VS1_Vibration_mm_per_s_1Hz": 0.6284666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.281683333333337, "CP_CoolingPower_kW_1Hz": 1.7130833333333326, "SE_EfficiencyFactor_percent_1Hz": 56.61038333333332, "cycle": 968, "timestamp": "2025-02-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.8924549999992, "PS2_Pressure_bar_100Hz": 106.99374683333328, "PS3_Pressure_bar_100Hz": 1.7187786666666562, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.027228499999975, "PS6_Pressure_bar_100Hz": 8.951903166666675, "FS1_VolumeFlow_l_per_min_10Hz": 6.364668333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.63091666666668, "TS1_Temperature_C_1Hz": 46.013550000000016, "TS2_Temperature_C_1Hz": 50.82343333333334, "TS3_Temperature_C_1Hz": 48.192366666666665, "TS4_Temperature_C_1Hz": 41.618516666666686, "P1_MotorPower_W_100Hz": 2466.4571333333456, "VS1_Vibration_mm_per_s_1Hz": 0.6288499999999998, "CE_CoolingEfficiency_percent_1Hz": 27.06331666666667, "CP_CoolingPower_kW_1Hz": 1.7043833333333338, "SE_EfficiencyFactor_percent_1Hz": 56.68793333333336, "cycle": 969, "timestamp": "2025-02-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.89140333333216, "PS2_Pressure_bar_100Hz": 107.01163833333331, "PS3_Pressure_bar_100Hz": 1.7146811666666506, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.028231499999979, "PS6_Pressure_bar_100Hz": 8.953252166666678, "FS1_VolumeFlow_l_per_min_10Hz": 6.369185000000008, "FS2_VolumeFlow_l_per_min_10Hz": 9.630250000000006, "TS1_Temperature_C_1Hz": 46.039783333333354, "TS2_Temperature_C_1Hz": 50.833316666666676, "TS3_Temperature_C_1Hz": 48.16298333333334, "TS4_Temperature_C_1Hz": 41.612150000000014, "P1_MotorPower_W_100Hz": 2467.457600000027, "VS1_Vibration_mm_per_s_1Hz": 0.6261000000000002, "CE_CoolingEfficiency_percent_1Hz": 26.969616666666663, "CP_CoolingPower_kW_1Hz": 1.6981333333333342, "SE_EfficiencyFactor_percent_1Hz": 56.698283333333315, "cycle": 970, "timestamp": "2025-02-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.9037266666666, "PS2_Pressure_bar_100Hz": 107.00593983333334, "PS3_Pressure_bar_100Hz": 1.7139943333333199, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.029235, "PS6_Pressure_bar_100Hz": 8.95342833333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.3642583333333365, "FS2_VolumeFlow_l_per_min_10Hz": 9.628295000000014, "TS1_Temperature_C_1Hz": 46.02710000000001, "TS2_Temperature_C_1Hz": 50.83645000000001, "TS3_Temperature_C_1Hz": 48.20201666666667, "TS4_Temperature_C_1Hz": 41.58673333333335, "P1_MotorPower_W_100Hz": 2466.1626666667034, "VS1_Vibration_mm_per_s_1Hz": 0.6260333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.25955, "CP_CoolingPower_kW_1Hz": 1.7153666666666658, "SE_EfficiencyFactor_percent_1Hz": 56.73166666666667, "cycle": 971, "timestamp": "2025-02-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.90082666666586, "PS2_Pressure_bar_100Hz": 107.00392050000026, "PS3_Pressure_bar_100Hz": 1.7154219999999905, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.023155333333312, "PS6_Pressure_bar_100Hz": 8.947402333333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.3617916666666625, "FS2_VolumeFlow_l_per_min_10Hz": 9.626271666666655, "TS1_Temperature_C_1Hz": 46.008683333333344, "TS2_Temperature_C_1Hz": 50.82536666666668, "TS3_Temperature_C_1Hz": 48.195583333333325, "TS4_Temperature_C_1Hz": 41.592000000000006, "P1_MotorPower_W_100Hz": 2466.177266666683, "VS1_Vibration_mm_per_s_1Hz": 0.6319166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.27410000000001, "CP_CoolingPower_kW_1Hz": 1.7130999999999996, "SE_EfficiencyFactor_percent_1Hz": 56.72306666666668, "cycle": 972, "timestamp": "2025-02-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.9107533333327, "PS2_Pressure_bar_100Hz": 107.01060316666666, "PS3_Pressure_bar_100Hz": 1.7164253333333206, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.019008333333336, "PS6_Pressure_bar_100Hz": 8.943354666666634, "FS1_VolumeFlow_l_per_min_10Hz": 6.361486666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.621598333333338, "TS1_Temperature_C_1Hz": 46.00575000000001, "TS2_Temperature_C_1Hz": 50.82290000000001, "TS3_Temperature_C_1Hz": 48.21538333333332, "TS4_Temperature_C_1Hz": 41.588566666666686, "P1_MotorPower_W_100Hz": 2467.9092666666957, "VS1_Vibration_mm_per_s_1Hz": 0.6239333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.241749999999985, "CP_CoolingPower_kW_1Hz": 1.7197166666666663, "SE_EfficiencyFactor_percent_1Hz": 56.66533333333336, "cycle": 973, "timestamp": "2025-02-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.8732199999997, "PS2_Pressure_bar_100Hz": 107.16479483333346, "PS3_Pressure_bar_100Hz": 1.722249833333323, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.02163066666663, "PS6_Pressure_bar_100Hz": 8.947397000000018, "FS1_VolumeFlow_l_per_min_10Hz": 6.353350000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.624995000000004, "TS1_Temperature_C_1Hz": 45.996000000000016, "TS2_Temperature_C_1Hz": 50.82338333333334, "TS3_Temperature_C_1Hz": 48.19879999999997, "TS4_Temperature_C_1Hz": 41.590383333333335, "P1_MotorPower_W_100Hz": 2465.733566666688, "VS1_Vibration_mm_per_s_1Hz": 0.6252333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.091516666666664, "CP_CoolingPower_kW_1Hz": 1.7145833333333333, "SE_EfficiencyFactor_percent_1Hz": 56.70848333333332, "cycle": 974, "timestamp": "2025-02-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.8479483333328, "PS2_Pressure_bar_100Hz": 107.14938033333335, "PS3_Pressure_bar_100Hz": 1.735682166666663, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.018929166666654, "PS6_Pressure_bar_100Hz": 8.94360033333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.359349999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.626333333333331, "TS1_Temperature_C_1Hz": 46.000533333333344, "TS2_Temperature_C_1Hz": 50.81966666666668, "TS3_Temperature_C_1Hz": 48.20318333333332, "TS4_Temperature_C_1Hz": 41.597683333333336, "P1_MotorPower_W_100Hz": 2465.496600000009, "VS1_Vibration_mm_per_s_1Hz": 0.6266666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.106499999999997, "CP_CoolingPower_kW_1Hz": 1.7131833333333335, "SE_EfficiencyFactor_percent_1Hz": 56.773916666666686, "cycle": 975, "timestamp": "2025-03-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.87248666666602, "PS2_Pressure_bar_100Hz": 107.13252933333341, "PS3_Pressure_bar_100Hz": 1.7365933333333323, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.025096833333329, "PS6_Pressure_bar_100Hz": 8.949927333333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.366953333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.628849999999991, "TS1_Temperature_C_1Hz": 46.01340000000001, "TS2_Temperature_C_1Hz": 50.820100000000004, "TS3_Temperature_C_1Hz": 48.16648333333332, "TS4_Temperature_C_1Hz": 41.58305000000002, "P1_MotorPower_W_100Hz": 2464.911666666697, "VS1_Vibration_mm_per_s_1Hz": 0.6283833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.129883333333336, "CP_CoolingPower_kW_1Hz": 1.7083666666666675, "SE_EfficiencyFactor_percent_1Hz": 56.92470000000002, "cycle": 976, "timestamp": "2025-03-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.86318999999972, "PS2_Pressure_bar_100Hz": 107.12183516666623, "PS3_Pressure_bar_100Hz": 1.7259294999999883, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.02340749999997, "PS6_Pressure_bar_100Hz": 8.94836883333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.3565049999999985, "FS2_VolumeFlow_l_per_min_10Hz": 9.625935000000009, "TS1_Temperature_C_1Hz": 46.014833333333364, "TS2_Temperature_C_1Hz": 50.82378333333335, "TS3_Temperature_C_1Hz": 48.17184999999999, "TS4_Temperature_C_1Hz": 41.57850000000001, "P1_MotorPower_W_100Hz": 2465.6341666666767, "VS1_Vibration_mm_per_s_1Hz": 0.6191, "CE_CoolingEfficiency_percent_1Hz": 27.163733333333326, "CP_CoolingPower_kW_1Hz": 1.7099833333333336, "SE_EfficiencyFactor_percent_1Hz": 56.777083333333344, "cycle": 977, "timestamp": "2025-03-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.85286333333272, "PS2_Pressure_bar_100Hz": 107.13082483333275, "PS3_Pressure_bar_100Hz": 1.730732166666657, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.021191500000052, "PS6_Pressure_bar_100Hz": 8.9463161666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.366635000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.624180000000012, "TS1_Temperature_C_1Hz": 46.00326666666668, "TS2_Temperature_C_1Hz": 50.82565000000001, "TS3_Temperature_C_1Hz": 48.176083333333345, "TS4_Temperature_C_1Hz": 41.58365000000001, "P1_MotorPower_W_100Hz": 2466.1492666666772, "VS1_Vibration_mm_per_s_1Hz": 0.62225, "CE_CoolingEfficiency_percent_1Hz": 27.119333333333337, "CP_CoolingPower_kW_1Hz": 1.7094333333333331, "SE_EfficiencyFactor_percent_1Hz": 56.94743333333336, "cycle": 978, "timestamp": "2025-03-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.8555249999995, "PS2_Pressure_bar_100Hz": 107.11798850000005, "PS3_Pressure_bar_100Hz": 1.734774833333325, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.023157499999973, "PS6_Pressure_bar_100Hz": 8.94941366666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.371816666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.623796666666662, "TS1_Temperature_C_1Hz": 45.99716666666668, "TS2_Temperature_C_1Hz": 50.82188333333335, "TS3_Temperature_C_1Hz": 48.17641666666667, "TS4_Temperature_C_1Hz": 41.572366666666674, "P1_MotorPower_W_100Hz": 2466.034033333378, "VS1_Vibration_mm_per_s_1Hz": 0.6277333333333336, "CE_CoolingEfficiency_percent_1Hz": 26.984083333333338, "CP_CoolingPower_kW_1Hz": 1.7138499999999999, "SE_EfficiencyFactor_percent_1Hz": 56.98161666666665, "cycle": 979, "timestamp": "2025-03-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.8663099999996, "PS2_Pressure_bar_100Hz": 107.12800250000012, "PS3_Pressure_bar_100Hz": 1.7343253333333277, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.020584500000028, "PS6_Pressure_bar_100Hz": 8.94504266666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.36699333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.623324999999998, "TS1_Temperature_C_1Hz": 45.980350000000016, "TS2_Temperature_C_1Hz": 50.8100166666667, "TS3_Temperature_C_1Hz": 48.17433333333333, "TS4_Temperature_C_1Hz": 41.56338333333335, "P1_MotorPower_W_100Hz": 2466.3944333333725, "VS1_Vibration_mm_per_s_1Hz": 0.6250666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.058233333333348, "CP_CoolingPower_kW_1Hz": 1.7144666666666668, "SE_EfficiencyFactor_percent_1Hz": 56.95613333333333, "cycle": 980, "timestamp": "2025-03-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.866181666666, "PS2_Pressure_bar_100Hz": 107.14873300000006, "PS3_Pressure_bar_100Hz": 1.733880666666663, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.025002499999973, "PS6_Pressure_bar_100Hz": 8.948860666666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.367759999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.627093333333338, "TS1_Temperature_C_1Hz": 45.979466666666674, "TS2_Temperature_C_1Hz": 50.818033333333354, "TS3_Temperature_C_1Hz": 48.19028333333336, "TS4_Temperature_C_1Hz": 41.58326666666668, "P1_MotorPower_W_100Hz": 2469.3705000000373, "VS1_Vibration_mm_per_s_1Hz": 0.6241333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.068683333333322, "CP_CoolingPower_kW_1Hz": 1.7138499999999994, "SE_EfficiencyFactor_percent_1Hz": 56.87261666666669, "cycle": 981, "timestamp": "2025-03-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.8661083333327, "PS2_Pressure_bar_100Hz": 107.14791849999979, "PS3_Pressure_bar_100Hz": 1.7371309999999898, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.03096149999998, "PS6_Pressure_bar_100Hz": 8.954758000000034, "FS1_VolumeFlow_l_per_min_10Hz": 6.366300000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.628906666666659, "TS1_Temperature_C_1Hz": 45.97623333333333, "TS2_Temperature_C_1Hz": 50.80623333333336, "TS3_Temperature_C_1Hz": 48.16918333333336, "TS4_Temperature_C_1Hz": 41.58088333333334, "P1_MotorPower_W_100Hz": 2471.597766666699, "VS1_Vibration_mm_per_s_1Hz": 0.6224000000000002, "CE_CoolingEfficiency_percent_1Hz": 27.234750000000005, "CP_CoolingPower_kW_1Hz": 1.710916666666666, "SE_EfficiencyFactor_percent_1Hz": 56.79123333333333, "cycle": 982, "timestamp": "2025-03-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 157.886551666666, "PS2_Pressure_bar_100Hz": 107.16574166666662, "PS3_Pressure_bar_100Hz": 1.7270041666666585, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.030977499999986, "PS6_Pressure_bar_100Hz": 8.95487783333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.372348333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.629886666666657, "TS1_Temperature_C_1Hz": 45.96113333333333, "TS2_Temperature_C_1Hz": 50.803816666666684, "TS3_Temperature_C_1Hz": 48.17060000000001, "TS4_Temperature_C_1Hz": 41.57421666666668, "P1_MotorPower_W_100Hz": 2471.505766666704, "VS1_Vibration_mm_per_s_1Hz": 0.6243500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.078950000000003, "CP_CoolingPower_kW_1Hz": 1.7122499999999987, "SE_EfficiencyFactor_percent_1Hz": 56.91781666666666, "cycle": 983, "timestamp": "2025-03-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.099953333334, "PS2_Pressure_bar_100Hz": 107.33470783333344, "PS3_Pressure_bar_100Hz": 1.752768833333336, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.029739666666664, "PS6_Pressure_bar_100Hz": 8.953609833333312, "FS1_VolumeFlow_l_per_min_10Hz": 6.4697699999999925, "FS2_VolumeFlow_l_per_min_10Hz": 9.627324999999995, "TS1_Temperature_C_1Hz": 45.98699999999999, "TS2_Temperature_C_1Hz": 50.81721666666667, "TS3_Temperature_C_1Hz": 48.16768333333334, "TS4_Temperature_C_1Hz": 41.58900000000001, "P1_MotorPower_W_100Hz": 2460.3459000000357, "VS1_Vibration_mm_per_s_1Hz": 0.6228, "CE_CoolingEfficiency_percent_1Hz": 26.738550000000007, "CP_CoolingPower_kW_1Hz": 1.7062999999999995, "SE_EfficiencyFactor_percent_1Hz": 58.09191666666666, "cycle": 984, "timestamp": "2025-03-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.35281333333356, "PS2_Pressure_bar_100Hz": 106.77065566666693, "PS3_Pressure_bar_100Hz": 1.7303985000000017, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.037120500000016, "PS6_Pressure_bar_100Hz": 8.961068333333353, "FS1_VolumeFlow_l_per_min_10Hz": 6.424775000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.634348333333335, "TS1_Temperature_C_1Hz": 45.984783333333326, "TS2_Temperature_C_1Hz": 50.82341666666669, "TS3_Temperature_C_1Hz": 48.128133333333345, "TS4_Temperature_C_1Hz": 41.587300000000006, "P1_MotorPower_W_100Hz": 2463.0532000000367, "VS1_Vibration_mm_per_s_1Hz": 0.6322166666666666, "CE_CoolingEfficiency_percent_1Hz": 26.600766666666676, "CP_CoolingPower_kW_1Hz": 1.6989000000000005, "SE_EfficiencyFactor_percent_1Hz": 56.87178333333331, "cycle": 985, "timestamp": "2025-03-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36514999999986, "PS2_Pressure_bar_100Hz": 106.75412983333314, "PS3_Pressure_bar_100Hz": 1.7479371666666674, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.036295166666736, "PS6_Pressure_bar_100Hz": 8.959274499999983, "FS1_VolumeFlow_l_per_min_10Hz": 6.416828333333328, "FS2_VolumeFlow_l_per_min_10Hz": 9.633976666666673, "TS1_Temperature_C_1Hz": 45.9825, "TS2_Temperature_C_1Hz": 50.816383333333334, "TS3_Temperature_C_1Hz": 48.167100000000005, "TS4_Temperature_C_1Hz": 41.578283333333346, "P1_MotorPower_W_100Hz": 2463.463533333369, "VS1_Vibration_mm_per_s_1Hz": 0.625, "CE_CoolingEfficiency_percent_1Hz": 26.747783333333334, "CP_CoolingPower_kW_1Hz": 1.711299999999999, "SE_EfficiencyFactor_percent_1Hz": 56.68453333333335, "cycle": 986, "timestamp": "2025-03-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36707000000044, "PS2_Pressure_bar_100Hz": 106.75292950000043, "PS3_Pressure_bar_100Hz": 1.7337636666666603, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.037354666666662, "PS6_Pressure_bar_100Hz": 8.960647833333303, "FS1_VolumeFlow_l_per_min_10Hz": 6.411226666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.634915000000014, "TS1_Temperature_C_1Hz": 45.96050000000001, "TS2_Temperature_C_1Hz": 50.806716666666674, "TS3_Temperature_C_1Hz": 48.16338333333333, "TS4_Temperature_C_1Hz": 41.51416666666667, "P1_MotorPower_W_100Hz": 2461.151800000013, "VS1_Vibration_mm_per_s_1Hz": 0.6262499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.02433333333335, "CP_CoolingPower_kW_1Hz": 1.7257166666666666, "SE_EfficiencyFactor_percent_1Hz": 56.679500000000004, "cycle": 987, "timestamp": "2025-03-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.37296666666685, "PS2_Pressure_bar_100Hz": 106.75212016666704, "PS3_Pressure_bar_100Hz": 1.7415259999999984, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.040147833333338, "PS6_Pressure_bar_100Hz": 8.963455166666673, "FS1_VolumeFlow_l_per_min_10Hz": 6.41715833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.637873333333339, "TS1_Temperature_C_1Hz": 45.95405000000002, "TS2_Temperature_C_1Hz": 50.79385000000002, "TS3_Temperature_C_1Hz": 48.11751666666667, "TS4_Temperature_C_1Hz": 41.50118333333333, "P1_MotorPower_W_100Hz": 2461.25480000006, "VS1_Vibration_mm_per_s_1Hz": 0.6248166666666669, "CE_CoolingEfficiency_percent_1Hz": 27.15814999999999, "CP_CoolingPower_kW_1Hz": 1.720066666666667, "SE_EfficiencyFactor_percent_1Hz": 56.76638333333331, "cycle": 988, "timestamp": "2025-03-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36039833333334, "PS2_Pressure_bar_100Hz": 106.74317100000023, "PS3_Pressure_bar_100Hz": 1.7389706666666633, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.040702500000014, "PS6_Pressure_bar_100Hz": 8.963458000000024, "FS1_VolumeFlow_l_per_min_10Hz": 6.418834999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.640086666666662, "TS1_Temperature_C_1Hz": 45.960649999999994, "TS2_Temperature_C_1Hz": 50.791866666666685, "TS3_Temperature_C_1Hz": 48.12964999999999, "TS4_Temperature_C_1Hz": 41.488449999999986, "P1_MotorPower_W_100Hz": 2459.819966666705, "VS1_Vibration_mm_per_s_1Hz": 0.6283666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.343549999999993, "CP_CoolingPower_kW_1Hz": 1.7261333333333326, "SE_EfficiencyFactor_percent_1Hz": 56.81133333333333, "cycle": 989, "timestamp": "2025-03-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36400833333317, "PS2_Pressure_bar_100Hz": 106.7515070000002, "PS3_Pressure_bar_100Hz": 1.7326869999999934, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.040151166666682, "PS6_Pressure_bar_100Hz": 8.962886166666662, "FS1_VolumeFlow_l_per_min_10Hz": 6.427148333333327, "FS2_VolumeFlow_l_per_min_10Hz": 9.640963333333325, "TS1_Temperature_C_1Hz": 45.954199999999986, "TS2_Temperature_C_1Hz": 50.785733333333354, "TS3_Temperature_C_1Hz": 48.11093333333333, "TS4_Temperature_C_1Hz": 41.489933333333354, "P1_MotorPower_W_100Hz": 2460.3194666667146, "VS1_Vibration_mm_per_s_1Hz": 0.6275666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.144966666666672, "CP_CoolingPower_kW_1Hz": 1.7170999999999992, "SE_EfficiencyFactor_percent_1Hz": 56.90131666666669, "cycle": 990, "timestamp": "2025-03-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.35823166666697, "PS2_Pressure_bar_100Hz": 106.75720200000016, "PS3_Pressure_bar_100Hz": 1.7392374999999984, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.042737833333325, "PS6_Pressure_bar_100Hz": 8.966385333333315, "FS1_VolumeFlow_l_per_min_10Hz": 6.439170000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.64669666666668, "TS1_Temperature_C_1Hz": 45.96791666666666, "TS2_Temperature_C_1Hz": 50.79121666666669, "TS3_Temperature_C_1Hz": 48.08485, "TS4_Temperature_C_1Hz": 41.5347, "P1_MotorPower_W_100Hz": 2461.8216333333376, "VS1_Vibration_mm_per_s_1Hz": 0.6372666666666663, "CE_CoolingEfficiency_percent_1Hz": 27.072216666666666, "CP_CoolingPower_kW_1Hz": 1.7046333333333334, "SE_EfficiencyFactor_percent_1Hz": 57.109116666666644, "cycle": 991, "timestamp": "2025-03-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36140166666675, "PS2_Pressure_bar_100Hz": 106.75975950000014, "PS3_Pressure_bar_100Hz": 1.7435359999999964, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.045657333333361, "PS6_Pressure_bar_100Hz": 8.9685995, "FS1_VolumeFlow_l_per_min_10Hz": 6.412111666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.644463333333347, "TS1_Temperature_C_1Hz": 45.963116666666686, "TS2_Temperature_C_1Hz": 50.794816666666705, "TS3_Temperature_C_1Hz": 48.105983333333334, "TS4_Temperature_C_1Hz": 41.48306666666669, "P1_MotorPower_W_100Hz": 2465.1826000000015, "VS1_Vibration_mm_per_s_1Hz": 0.6362, "CE_CoolingEfficiency_percent_1Hz": 27.2189, "CP_CoolingPower_kW_1Hz": 1.7205999999999995, "SE_EfficiencyFactor_percent_1Hz": 56.55656666666667, "cycle": 992, "timestamp": "2025-03-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36722499999996, "PS2_Pressure_bar_100Hz": 106.75375466666675, "PS3_Pressure_bar_100Hz": 1.7356228333333323, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.042022833333382, "PS6_Pressure_bar_100Hz": 8.964939833333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.413614999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.644758333333334, "TS1_Temperature_C_1Hz": 45.94005, "TS2_Temperature_C_1Hz": 50.78890000000002, "TS3_Temperature_C_1Hz": 48.12276666666666, "TS4_Temperature_C_1Hz": 41.50995, "P1_MotorPower_W_100Hz": 2465.400000000011, "VS1_Vibration_mm_per_s_1Hz": 0.6369333333333331, "CE_CoolingEfficiency_percent_1Hz": 27.067350000000012, "CP_CoolingPower_kW_1Hz": 1.7177833333333328, "SE_EfficiencyFactor_percent_1Hz": 56.617866666666664, "cycle": 993, "timestamp": "2025-03-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.38176333333334, "PS2_Pressure_bar_100Hz": 106.75381166666715, "PS3_Pressure_bar_100Hz": 1.7357266666666702, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.040501833333362, "PS6_Pressure_bar_100Hz": 8.96315550000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.422456666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.647496666666667, "TS1_Temperature_C_1Hz": 45.937299999999986, "TS2_Temperature_C_1Hz": 50.77870000000002, "TS3_Temperature_C_1Hz": 48.139133333333355, "TS4_Temperature_C_1Hz": 41.563400000000016, "P1_MotorPower_W_100Hz": 2464.6214000000605, "VS1_Vibration_mm_per_s_1Hz": 0.6378833333333332, "CE_CoolingEfficiency_percent_1Hz": 26.88908333333334, "CP_CoolingPower_kW_1Hz": 1.7085833333333327, "SE_EfficiencyFactor_percent_1Hz": 56.74643333333333, "cycle": 994, "timestamp": "2025-03-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2783600000009, "PS2_Pressure_bar_100Hz": 107.03191833333398, "PS3_Pressure_bar_100Hz": 1.7400494999999943, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.043500833333391, "PS6_Pressure_bar_100Hz": 8.966217499999976, "FS1_VolumeFlow_l_per_min_10Hz": 6.4563633333333295, "FS2_VolumeFlow_l_per_min_10Hz": 9.646616666666665, "TS1_Temperature_C_1Hz": 45.94156666666668, "TS2_Temperature_C_1Hz": 50.780116666666686, "TS3_Temperature_C_1Hz": 48.084133333333334, "TS4_Temperature_C_1Hz": 41.53813333333333, "P1_MotorPower_W_100Hz": 2463.7598000000494, "VS1_Vibration_mm_per_s_1Hz": 0.6330333333333333, "CE_CoolingEfficiency_percent_1Hz": 26.760883333333325, "CP_CoolingPower_kW_1Hz": 1.7013833333333332, "SE_EfficiencyFactor_percent_1Hz": 57.531899999999986, "cycle": 995, "timestamp": "2025-03-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.29325666666674, "PS2_Pressure_bar_100Hz": 107.02760866666675, "PS3_Pressure_bar_100Hz": 1.747735500000001, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.040471833333362, "PS6_Pressure_bar_100Hz": 8.963716166666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.457678333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.643468333333335, "TS1_Temperature_C_1Hz": 45.94408333333333, "TS2_Temperature_C_1Hz": 50.78376666666669, "TS3_Temperature_C_1Hz": 48.116483333333335, "TS4_Temperature_C_1Hz": 41.43814999999999, "P1_MotorPower_W_100Hz": 2461.7532333333584, "VS1_Vibration_mm_per_s_1Hz": 0.6259833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.46296666666667, "CP_CoolingPower_kW_1Hz": 1.7359166666666668, "SE_EfficiencyFactor_percent_1Hz": 57.57641666666666, "cycle": 996, "timestamp": "2025-03-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.29023500000017, "PS2_Pressure_bar_100Hz": 107.03436716666707, "PS3_Pressure_bar_100Hz": 1.7530588333333335, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.040247333333356, "PS6_Pressure_bar_100Hz": 8.963635000000025, "FS1_VolumeFlow_l_per_min_10Hz": 6.457983333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.644521666666659, "TS1_Temperature_C_1Hz": 45.91714999999999, "TS2_Temperature_C_1Hz": 50.772216666666694, "TS3_Temperature_C_1Hz": 48.113333333333344, "TS4_Temperature_C_1Hz": 41.4639, "P1_MotorPower_W_100Hz": 2461.97886666669, "VS1_Vibration_mm_per_s_1Hz": 0.6290166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.444866666666663, "CP_CoolingPower_kW_1Hz": 1.728433333333333, "SE_EfficiencyFactor_percent_1Hz": 57.605250000000005, "cycle": 997, "timestamp": "2025-03-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.29839166666721, "PS2_Pressure_bar_100Hz": 107.00150400000022, "PS3_Pressure_bar_100Hz": 1.748513166666672, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.041850166666697, "PS6_Pressure_bar_100Hz": 8.965258833333312, "FS1_VolumeFlow_l_per_min_10Hz": 6.456273333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.647266666666667, "TS1_Temperature_C_1Hz": 45.91475000000001, "TS2_Temperature_C_1Hz": 50.76753333333333, "TS3_Temperature_C_1Hz": 48.085833333333326, "TS4_Temperature_C_1Hz": 41.485816666666665, "P1_MotorPower_W_100Hz": 2462.409933333395, "VS1_Vibration_mm_per_s_1Hz": 0.6366833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.313100000000006, "CP_CoolingPower_kW_1Hz": 1.717549999999999, "SE_EfficiencyFactor_percent_1Hz": 57.551316666666644, "cycle": 998, "timestamp": "2025-03-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27610833333333, "PS2_Pressure_bar_100Hz": 107.02366416666723, "PS3_Pressure_bar_100Hz": 1.7519878333333336, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.044791000000012, "PS6_Pressure_bar_100Hz": 8.96749666666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.459861666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.650278333333336, "TS1_Temperature_C_1Hz": 45.9337, "TS2_Temperature_C_1Hz": 50.77495000000002, "TS3_Temperature_C_1Hz": 48.07356666666665, "TS4_Temperature_C_1Hz": 41.46151666666666, "P1_MotorPower_W_100Hz": 2462.74983333339, "VS1_Vibration_mm_per_s_1Hz": 0.6313333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.355416666666667, "CP_CoolingPower_kW_1Hz": 1.7200666666666664, "SE_EfficiencyFactor_percent_1Hz": 57.57776666666668, "cycle": 999, "timestamp": "2025-03-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2922666666668, "PS2_Pressure_bar_100Hz": 107.0070873333337, "PS3_Pressure_bar_100Hz": 1.7570498333333298, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.046100666666709, "PS6_Pressure_bar_100Hz": 8.96876199999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.459986666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.651079999999995, "TS1_Temperature_C_1Hz": 45.912833333333325, "TS2_Temperature_C_1Hz": 50.7766, "TS3_Temperature_C_1Hz": 48.05808333333335, "TS4_Temperature_C_1Hz": 41.44844999999999, "P1_MotorPower_W_100Hz": 2465.472533333321, "VS1_Vibration_mm_per_s_1Hz": 0.6309333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.24489999999999, "CP_CoolingPower_kW_1Hz": 1.7180333333333335, "SE_EfficiencyFactor_percent_1Hz": 57.50363333333334, "cycle": 1000, "timestamp": "2025-03-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30271166666694, "PS2_Pressure_bar_100Hz": 107.01588600000035, "PS3_Pressure_bar_100Hz": 1.7435811666666687, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.04072366666667, "PS6_Pressure_bar_100Hz": 8.963418666666652, "FS1_VolumeFlow_l_per_min_10Hz": 6.455665000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.646555000000006, "TS1_Temperature_C_1Hz": 45.896883333333335, "TS2_Temperature_C_1Hz": 50.76838333333335, "TS3_Temperature_C_1Hz": 48.072100000000006, "TS4_Temperature_C_1Hz": 41.416483333333346, "P1_MotorPower_W_100Hz": 2463.6935999999982, "VS1_Vibration_mm_per_s_1Hz": 0.62885, "CE_CoolingEfficiency_percent_1Hz": 27.376766666666665, "CP_CoolingPower_kW_1Hz": 1.7312666666666663, "SE_EfficiencyFactor_percent_1Hz": 57.53716666666666, "cycle": 1001, "timestamp": "2025-03-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.29491833333398, "PS2_Pressure_bar_100Hz": 107.02504366666676, "PS3_Pressure_bar_100Hz": 1.7412938333333265, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.040867166666704, "PS6_Pressure_bar_100Hz": 8.962458833333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.455051666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.644771666666676, "TS1_Temperature_C_1Hz": 45.881766666666664, "TS2_Temperature_C_1Hz": 50.7627, "TS3_Temperature_C_1Hz": 48.03966666666664, "TS4_Temperature_C_1Hz": 41.354350000000004, "P1_MotorPower_W_100Hz": 2463.5901333333686, "VS1_Vibration_mm_per_s_1Hz": 0.6252333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.71971666666667, "CP_CoolingPower_kW_1Hz": 1.7371333333333334, "SE_EfficiencyFactor_percent_1Hz": 57.53134999999997, "cycle": 1002, "timestamp": "2025-03-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27162333333396, "PS2_Pressure_bar_100Hz": 107.00057166666679, "PS3_Pressure_bar_100Hz": 1.7410209999999964, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.036344666666661, "PS6_Pressure_bar_100Hz": 8.95974666666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.449733333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.64252, "TS1_Temperature_C_1Hz": 45.85338333333332, "TS2_Temperature_C_1Hz": 50.750883333333356, "TS3_Temperature_C_1Hz": 48.035116666666674, "TS4_Temperature_C_1Hz": 41.35476666666668, "P1_MotorPower_W_100Hz": 2461.5548000000385, "VS1_Vibration_mm_per_s_1Hz": 0.6279666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.710033333333335, "CP_CoolingPower_kW_1Hz": 1.735866666666666, "SE_EfficiencyFactor_percent_1Hz": 57.515783333333324, "cycle": 1003, "timestamp": "2025-03-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2787383333336, "PS2_Pressure_bar_100Hz": 107.00473816666738, "PS3_Pressure_bar_100Hz": 1.7381325000000034, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.03984733333334, "PS6_Pressure_bar_100Hz": 8.961881500000008, "FS1_VolumeFlow_l_per_min_10Hz": 6.450790000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.644315, "TS1_Temperature_C_1Hz": 45.86003333333334, "TS2_Temperature_C_1Hz": 50.73633333333334, "TS3_Temperature_C_1Hz": 48.01673333333333, "TS4_Temperature_C_1Hz": 41.34304999999999, "P1_MotorPower_W_100Hz": 2460.3278666666974, "VS1_Vibration_mm_per_s_1Hz": 0.6249333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.630933333333328, "CP_CoolingPower_kW_1Hz": 1.7338166666666668, "SE_EfficiencyFactor_percent_1Hz": 57.53814999999998, "cycle": 1004, "timestamp": "2025-03-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.26043333333462, "PS2_Pressure_bar_100Hz": 107.25229250000056, "PS3_Pressure_bar_100Hz": 1.7437950000000009, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.040074333333408, "PS6_Pressure_bar_100Hz": 8.96246333333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.464856666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.645481666666667, "TS1_Temperature_C_1Hz": 45.83079999999999, "TS2_Temperature_C_1Hz": 50.71193333333334, "TS3_Temperature_C_1Hz": 48.03033333333333, "TS4_Temperature_C_1Hz": 41.36371666666667, "P1_MotorPower_W_100Hz": 2463.5962666666865, "VS1_Vibration_mm_per_s_1Hz": 0.6228166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.462866666666663, "CP_CoolingPower_kW_1Hz": 1.7328499999999996, "SE_EfficiencyFactor_percent_1Hz": 57.82588333333331, "cycle": 1005, "timestamp": "2025-03-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2493016666672, "PS2_Pressure_bar_100Hz": 107.25264783333373, "PS3_Pressure_bar_100Hz": 1.7410676666666665, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.037270000000019, "PS6_Pressure_bar_100Hz": 8.959332666666642, "FS1_VolumeFlow_l_per_min_10Hz": 6.462636666666674, "FS2_VolumeFlow_l_per_min_10Hz": 9.643448333333332, "TS1_Temperature_C_1Hz": 45.84121666666668, "TS2_Temperature_C_1Hz": 50.702916666666646, "TS3_Temperature_C_1Hz": 48.04416666666666, "TS4_Temperature_C_1Hz": 41.38443333333334, "P1_MotorPower_W_100Hz": 2462.733700000023, "VS1_Vibration_mm_per_s_1Hz": 0.6119833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.378999999999994, "CP_CoolingPower_kW_1Hz": 1.7316333333333322, "SE_EfficiencyFactor_percent_1Hz": 57.830250000000014, "cycle": 1006, "timestamp": "2025-04-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.22848833333387, "PS2_Pressure_bar_100Hz": 107.20706733333397, "PS3_Pressure_bar_100Hz": 1.7476536666666638, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.041279833333366, "PS6_Pressure_bar_100Hz": 8.962668666666659, "FS1_VolumeFlow_l_per_min_10Hz": 6.462859999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.645850000000003, "TS1_Temperature_C_1Hz": 45.829266666666655, "TS2_Temperature_C_1Hz": 50.69556666666667, "TS3_Temperature_C_1Hz": 48.00101666666662, "TS4_Temperature_C_1Hz": 41.350433333333335, "P1_MotorPower_W_100Hz": 2458.5858666666672, "VS1_Vibration_mm_per_s_1Hz": 0.6289166666666669, "CE_CoolingEfficiency_percent_1Hz": 27.443583333333333, "CP_CoolingPower_kW_1Hz": 1.7288333333333328, "SE_EfficiencyFactor_percent_1Hz": 57.92078333333335, "cycle": 1007, "timestamp": "2025-04-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23330833333353, "PS2_Pressure_bar_100Hz": 107.21318316666702, "PS3_Pressure_bar_100Hz": 1.7415794999999943, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.038960000000028, "PS6_Pressure_bar_100Hz": 8.961543333333363, "FS1_VolumeFlow_l_per_min_10Hz": 6.464663333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.642306666666672, "TS1_Temperature_C_1Hz": 45.829233333333335, "TS2_Temperature_C_1Hz": 50.69223333333333, "TS3_Temperature_C_1Hz": 47.998849999999976, "TS4_Temperature_C_1Hz": 41.34811666666668, "P1_MotorPower_W_100Hz": 2459.206400000029, "VS1_Vibration_mm_per_s_1Hz": 0.6253833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.60421666666667, "CP_CoolingPower_kW_1Hz": 1.7282499999999994, "SE_EfficiencyFactor_percent_1Hz": 57.94479999999999, "cycle": 1008, "timestamp": "2025-04-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25638500000073, "PS2_Pressure_bar_100Hz": 107.22709900000072, "PS3_Pressure_bar_100Hz": 1.7545990000000053, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.039768833333364, "PS6_Pressure_bar_100Hz": 8.960877166666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.463708333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.640841666666677, "TS1_Temperature_C_1Hz": 45.82556666666666, "TS2_Temperature_C_1Hz": 50.67436666666667, "TS3_Temperature_C_1Hz": 48.003049999999995, "TS4_Temperature_C_1Hz": 41.33106666666666, "P1_MotorPower_W_100Hz": 2460.208733333344, "VS1_Vibration_mm_per_s_1Hz": 0.6261999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.755399999999998, "CP_CoolingPower_kW_1Hz": 1.7342666666666664, "SE_EfficiencyFactor_percent_1Hz": 57.89833333333331, "cycle": 1009, "timestamp": "2025-04-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.28598333333423, "PS2_Pressure_bar_100Hz": 107.271925833334, "PS3_Pressure_bar_100Hz": 1.7577934999999998, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.037698333333358, "PS6_Pressure_bar_100Hz": 8.958561999999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.464493333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.640598333333344, "TS1_Temperature_C_1Hz": 45.788999999999994, "TS2_Temperature_C_1Hz": 50.66925000000001, "TS3_Temperature_C_1Hz": 48.001899999999964, "TS4_Temperature_C_1Hz": 41.34301666666667, "P1_MotorPower_W_100Hz": 2460.1385000000346, "VS1_Vibration_mm_per_s_1Hz": 0.6256666666666665, "CE_CoolingEfficiency_percent_1Hz": 27.723916666666653, "CP_CoolingPower_kW_1Hz": 1.730266666666666, "SE_EfficiencyFactor_percent_1Hz": 57.93695000000003, "cycle": 1010, "timestamp": "2025-04-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2801166666676, "PS2_Pressure_bar_100Hz": 107.25883366666736, "PS3_Pressure_bar_100Hz": 1.7460661666666608, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.039911000000032, "PS6_Pressure_bar_100Hz": 8.96164583333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.466770000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.642870000000007, "TS1_Temperature_C_1Hz": 45.77923333333332, "TS2_Temperature_C_1Hz": 50.65326666666668, "TS3_Temperature_C_1Hz": 47.99359999999997, "TS4_Temperature_C_1Hz": 41.37846666666667, "P1_MotorPower_W_100Hz": 2460.5187000000187, "VS1_Vibration_mm_per_s_1Hz": 0.6308833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.44568333333333, "CP_CoolingPower_kW_1Hz": 1.7189166666666658, "SE_EfficiencyFactor_percent_1Hz": 57.918299999999995, "cycle": 1011, "timestamp": "2025-04-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25929666666755, "PS2_Pressure_bar_100Hz": 107.24625933333394, "PS3_Pressure_bar_100Hz": 1.7564774999999966, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.043368333333339, "PS6_Pressure_bar_100Hz": 8.965192833333361, "FS1_VolumeFlow_l_per_min_10Hz": 6.466808333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.64275166666667, "TS1_Temperature_C_1Hz": 45.80214999999999, "TS2_Temperature_C_1Hz": 50.65505, "TS3_Temperature_C_1Hz": 47.97303333333332, "TS4_Temperature_C_1Hz": 41.34341666666667, "P1_MotorPower_W_100Hz": 2460.8725000000222, "VS1_Vibration_mm_per_s_1Hz": 0.6261999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.507433333333328, "CP_CoolingPower_kW_1Hz": 1.7238833333333332, "SE_EfficiencyFactor_percent_1Hz": 57.93163333333332, "cycle": 1012, "timestamp": "2025-04-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27043333333427, "PS2_Pressure_bar_100Hz": 107.24523516666699, "PS3_Pressure_bar_100Hz": 1.7420601666666695, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.045571666666712, "PS6_Pressure_bar_100Hz": 8.967464833333352, "FS1_VolumeFlow_l_per_min_10Hz": 6.468923333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.64381666666668, "TS1_Temperature_C_1Hz": 45.779816666666676, "TS2_Temperature_C_1Hz": 50.65578333333336, "TS3_Temperature_C_1Hz": 47.98514999999997, "TS4_Temperature_C_1Hz": 41.32926666666666, "P1_MotorPower_W_100Hz": 2463.6836000000458, "VS1_Vibration_mm_per_s_1Hz": 0.6259000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.60365000000001, "CP_CoolingPower_kW_1Hz": 1.7299499999999992, "SE_EfficiencyFactor_percent_1Hz": 57.87076666666667, "cycle": 1013, "timestamp": "2025-04-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27781500000083, "PS2_Pressure_bar_100Hz": 107.26404133333392, "PS3_Pressure_bar_100Hz": 1.7389199999999998, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.053945833333353, "PS6_Pressure_bar_100Hz": 8.97500666666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.472018333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.651301666666663, "TS1_Temperature_C_1Hz": 45.77005, "TS2_Temperature_C_1Hz": 50.64543333333333, "TS3_Temperature_C_1Hz": 47.97923333333329, "TS4_Temperature_C_1Hz": 41.319200000000016, "P1_MotorPower_W_100Hz": 2468.214533333389, "VS1_Vibration_mm_per_s_1Hz": 0.6243666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.65385, "CP_CoolingPower_kW_1Hz": 1.7320166666666663, "SE_EfficiencyFactor_percent_1Hz": 57.784983333333315, "cycle": 1014, "timestamp": "2025-04-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.224940000001, "PS2_Pressure_bar_100Hz": 107.38397216666716, "PS3_Pressure_bar_100Hz": 1.7496789999999978, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.059107833333345, "PS6_Pressure_bar_100Hz": 8.980507666666634, "FS1_VolumeFlow_l_per_min_10Hz": 6.470718333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.655778333333338, "TS1_Temperature_C_1Hz": 45.76875, "TS2_Temperature_C_1Hz": 50.643049999999995, "TS3_Temperature_C_1Hz": 47.977116666666646, "TS4_Temperature_C_1Hz": 41.300433333333324, "P1_MotorPower_W_100Hz": 2467.5739666667046, "VS1_Vibration_mm_per_s_1Hz": 0.6237999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.641550000000002, "CP_CoolingPower_kW_1Hz": 1.736466666666666, "SE_EfficiencyFactor_percent_1Hz": 57.85101666666667, "cycle": 1015, "timestamp": "2025-04-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.22053000000093, "PS2_Pressure_bar_100Hz": 107.40494050000005, "PS3_Pressure_bar_100Hz": 1.7412078333333327, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.061092999999959, "PS6_Pressure_bar_100Hz": 8.981948833333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.4668750000000035, "FS2_VolumeFlow_l_per_min_10Hz": 9.658225000000003, "TS1_Temperature_C_1Hz": 45.75956666666666, "TS2_Temperature_C_1Hz": 50.63328333333334, "TS3_Temperature_C_1Hz": 47.93003333333333, "TS4_Temperature_C_1Hz": 41.31988333333331, "P1_MotorPower_W_100Hz": 2464.964066666701, "VS1_Vibration_mm_per_s_1Hz": 0.6214500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.348466666666663, "CP_CoolingPower_kW_1Hz": 1.7216500000000001, "SE_EfficiencyFactor_percent_1Hz": 57.890633333333305, "cycle": 1016, "timestamp": "2025-04-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.21006500000087, "PS2_Pressure_bar_100Hz": 107.41650283333337, "PS3_Pressure_bar_100Hz": 1.7462848333333365, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.059982166666645, "PS6_Pressure_bar_100Hz": 8.981872333333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.473514999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.659468333333338, "TS1_Temperature_C_1Hz": 45.75633333333333, "TS2_Temperature_C_1Hz": 50.625783333333324, "TS3_Temperature_C_1Hz": 47.944516666666665, "TS4_Temperature_C_1Hz": 41.27993333333333, "P1_MotorPower_W_100Hz": 2466.8451666667397, "VS1_Vibration_mm_per_s_1Hz": 0.6238333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.643083333333333, "CP_CoolingPower_kW_1Hz": 1.7349833333333329, "SE_EfficiencyFactor_percent_1Hz": 57.95081666666667, "cycle": 1017, "timestamp": "2025-04-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.22782666666706, "PS2_Pressure_bar_100Hz": 107.40216116666693, "PS3_Pressure_bar_100Hz": 1.7436004999999952, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.058905333333296, "PS6_Pressure_bar_100Hz": 8.98069866666665, "FS1_VolumeFlow_l_per_min_10Hz": 6.480426666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.660383333333346, "TS1_Temperature_C_1Hz": 45.73619999999999, "TS2_Temperature_C_1Hz": 50.60668333333332, "TS3_Temperature_C_1Hz": 47.9342833333333, "TS4_Temperature_C_1Hz": 41.29164999999999, "P1_MotorPower_W_100Hz": 2464.8380666666812, "VS1_Vibration_mm_per_s_1Hz": 0.6208333333333331, "CE_CoolingEfficiency_percent_1Hz": 27.670249999999992, "CP_CoolingPower_kW_1Hz": 1.7310499999999993, "SE_EfficiencyFactor_percent_1Hz": 58.11605000000004, "cycle": 1018, "timestamp": "2025-04-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23594333333384, "PS2_Pressure_bar_100Hz": 107.39432066666723, "PS3_Pressure_bar_100Hz": 1.7639336666666783, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.061643166666626, "PS6_Pressure_bar_100Hz": 8.982430499999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.474181666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.66280333333334, "TS1_Temperature_C_1Hz": 45.71918333333334, "TS2_Temperature_C_1Hz": 50.593033333333345, "TS3_Temperature_C_1Hz": 47.95161666666664, "TS4_Temperature_C_1Hz": 41.28334999999999, "P1_MotorPower_W_100Hz": 2466.411833333351, "VS1_Vibration_mm_per_s_1Hz": 0.6287666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.69225, "CP_CoolingPower_kW_1Hz": 1.7347166666666667, "SE_EfficiencyFactor_percent_1Hz": 57.95598333333334, "cycle": 1019, "timestamp": "2025-04-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2395633333344, "PS2_Pressure_bar_100Hz": 107.41935250000085, "PS3_Pressure_bar_100Hz": 1.7589355000000009, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.065845499999995, "PS6_Pressure_bar_100Hz": 8.98672916666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.46593833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.66611333333333, "TS1_Temperature_C_1Hz": 45.714166666666685, "TS2_Temperature_C_1Hz": 50.58028333333333, "TS3_Temperature_C_1Hz": 47.923183333333334, "TS4_Temperature_C_1Hz": 41.259333333333316, "P1_MotorPower_W_100Hz": 2469.0355000000523, "VS1_Vibration_mm_per_s_1Hz": 0.6197500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.660350000000005, "CP_CoolingPower_kW_1Hz": 1.736616666666666, "SE_EfficiencyFactor_percent_1Hz": 57.76411666666668, "cycle": 1020, "timestamp": "2025-04-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.24319833333425, "PS2_Pressure_bar_100Hz": 107.4126430000005, "PS3_Pressure_bar_100Hz": 1.7627156666666646, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.070260999999995, "PS6_Pressure_bar_100Hz": 8.990617499999976, "FS1_VolumeFlow_l_per_min_10Hz": 6.476703333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.668033333333327, "TS1_Temperature_C_1Hz": 45.69018333333335, "TS2_Temperature_C_1Hz": 50.563433333333336, "TS3_Temperature_C_1Hz": 47.87688333333334, "TS4_Temperature_C_1Hz": 41.20939999999999, "P1_MotorPower_W_100Hz": 2470.4373333333524, "VS1_Vibration_mm_per_s_1Hz": 0.6182333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.699049999999996, "CP_CoolingPower_kW_1Hz": 1.7364833333333334, "SE_EfficiencyFactor_percent_1Hz": 57.93265000000003, "cycle": 1021, "timestamp": "2025-04-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.24192833333396, "PS2_Pressure_bar_100Hz": 107.40826216666665, "PS3_Pressure_bar_100Hz": 1.7678088333333433, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.070645166666656, "PS6_Pressure_bar_100Hz": 8.991763833333366, "FS1_VolumeFlow_l_per_min_10Hz": 6.470569999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.67126833333334, "TS1_Temperature_C_1Hz": 45.69738333333335, "TS2_Temperature_C_1Hz": 50.558916666666654, "TS3_Temperature_C_1Hz": 47.87366666666666, "TS4_Temperature_C_1Hz": 41.194266666666664, "P1_MotorPower_W_100Hz": 2470.469600000059, "VS1_Vibration_mm_per_s_1Hz": 0.6235166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.84676666666667, "CP_CoolingPower_kW_1Hz": 1.7410166666666667, "SE_EfficiencyFactor_percent_1Hz": 57.81996666666667, "cycle": 1022, "timestamp": "2025-04-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23749666666714, "PS2_Pressure_bar_100Hz": 107.42657516666732, "PS3_Pressure_bar_100Hz": 1.7660466666666725, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.06692416666669, "PS6_Pressure_bar_100Hz": 8.987174999999974, "FS1_VolumeFlow_l_per_min_10Hz": 6.464284999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.670943333333325, "TS1_Temperature_C_1Hz": 45.70575, "TS2_Temperature_C_1Hz": 50.55535, "TS3_Temperature_C_1Hz": 47.87171666666666, "TS4_Temperature_C_1Hz": 41.23869999999998, "P1_MotorPower_W_100Hz": 2469.752900000046, "VS1_Vibration_mm_per_s_1Hz": 0.6259166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.65550000000001, "CP_CoolingPower_kW_1Hz": 1.7269499999999989, "SE_EfficiencyFactor_percent_1Hz": 57.701166666666644, "cycle": 1023, "timestamp": "2025-04-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.25281000000098, "PS2_Pressure_bar_100Hz": 107.43938450000064, "PS3_Pressure_bar_100Hz": 1.7647750000000109, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.069373999999959, "PS6_Pressure_bar_100Hz": 8.988793833333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.466988333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.67167999999999, "TS1_Temperature_C_1Hz": 45.7187, "TS2_Temperature_C_1Hz": 50.554016666666676, "TS3_Temperature_C_1Hz": 47.836016666666666, "TS4_Temperature_C_1Hz": 41.20259999999999, "P1_MotorPower_W_100Hz": 2466.357433333366, "VS1_Vibration_mm_per_s_1Hz": 0.6180166666666669, "CE_CoolingEfficiency_percent_1Hz": 27.622316666666674, "CP_CoolingPower_kW_1Hz": 1.729133333333333, "SE_EfficiencyFactor_percent_1Hz": 57.867349999999995, "cycle": 1024, "timestamp": "2025-04-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6202749999994, "PS2_Pressure_bar_100Hz": 107.66746666666664, "PS3_Pressure_bar_100Hz": 1.8133470000000074, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.066559499999954, "PS6_Pressure_bar_100Hz": 8.986434499999978, "FS1_VolumeFlow_l_per_min_10Hz": 6.678453333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.66725333333333, "TS1_Temperature_C_1Hz": 45.71248333333334, "TS2_Temperature_C_1Hz": 50.57345, "TS3_Temperature_C_1Hz": 47.87070000000001, "TS4_Temperature_C_1Hz": 41.15771666666668, "P1_MotorPower_W_100Hz": 2459.956000000052, "VS1_Vibration_mm_per_s_1Hz": 0.6212333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.93895000000001, "CP_CoolingPower_kW_1Hz": 1.7506, "SE_EfficiencyFactor_percent_1Hz": 59.9348666666667, "cycle": 1025, "timestamp": "2025-04-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.86869999999965, "PS2_Pressure_bar_100Hz": 107.06994633333373, "PS3_Pressure_bar_100Hz": 1.8052921666666744, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.064114666666665, "PS6_Pressure_bar_100Hz": 8.984630166666678, "FS1_VolumeFlow_l_per_min_10Hz": 6.624378333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.668281666666662, "TS1_Temperature_C_1Hz": 45.70063333333334, "TS2_Temperature_C_1Hz": 50.58158333333331, "TS3_Temperature_C_1Hz": 47.88116666666668, "TS4_Temperature_C_1Hz": 41.14099999999999, "P1_MotorPower_W_100Hz": 2464.4697666666902, "VS1_Vibration_mm_per_s_1Hz": 0.6191166666666665, "CE_CoolingEfficiency_percent_1Hz": 28.108066666666677, "CP_CoolingPower_kW_1Hz": 1.7564166666666667, "SE_EfficiencyFactor_percent_1Hz": 58.55724999999999, "cycle": 1026, "timestamp": "2025-04-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.85945999999967, "PS2_Pressure_bar_100Hz": 107.09062999999985, "PS3_Pressure_bar_100Hz": 1.80202500000001, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.062073333333299, "PS6_Pressure_bar_100Hz": 8.983343333333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.6374900000000014, "FS2_VolumeFlow_l_per_min_10Hz": 9.664439999999997, "TS1_Temperature_C_1Hz": 45.7092, "TS2_Temperature_C_1Hz": 50.60303333333332, "TS3_Temperature_C_1Hz": 47.90649999999999, "TS4_Temperature_C_1Hz": 41.136133333333326, "P1_MotorPower_W_100Hz": 2463.481100000063, "VS1_Vibration_mm_per_s_1Hz": 0.6262666666666667, "CE_CoolingEfficiency_percent_1Hz": 28.290699999999998, "CP_CoolingPower_kW_1Hz": 1.7615666666666658, "SE_EfficiencyFactor_percent_1Hz": 58.81454999999999, "cycle": 1027, "timestamp": "2025-04-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.8745166666667, "PS2_Pressure_bar_100Hz": 107.09267099999995, "PS3_Pressure_bar_100Hz": 1.8028183333333467, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.061655666666638, "PS6_Pressure_bar_100Hz": 8.982457333333272, "FS1_VolumeFlow_l_per_min_10Hz": 6.644780000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.666216666666664, "TS1_Temperature_C_1Hz": 45.70946666666669, "TS2_Temperature_C_1Hz": 50.616916666666654, "TS3_Temperature_C_1Hz": 47.91071666666665, "TS4_Temperature_C_1Hz": 41.13723333333334, "P1_MotorPower_W_100Hz": 2459.354300000045, "VS1_Vibration_mm_per_s_1Hz": 0.6184333333333333, "CE_CoolingEfficiency_percent_1Hz": 28.20843333333333, "CP_CoolingPower_kW_1Hz": 1.762666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.051666666666684, "cycle": 1028, "timestamp": "2025-04-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.87314166666675, "PS2_Pressure_bar_100Hz": 107.08469783333345, "PS3_Pressure_bar_100Hz": 1.7885983333333408, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.064009999999975, "PS6_Pressure_bar_100Hz": 8.98380199999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.6310516666666715, "FS2_VolumeFlow_l_per_min_10Hz": 9.670161666666663, "TS1_Temperature_C_1Hz": 45.71853333333333, "TS2_Temperature_C_1Hz": 50.6345, "TS3_Temperature_C_1Hz": 47.92459999999999, "TS4_Temperature_C_1Hz": 41.17291666666667, "P1_MotorPower_W_100Hz": 2460.367700000052, "VS1_Vibration_mm_per_s_1Hz": 0.6196666666666667, "CE_CoolingEfficiency_percent_1Hz": 28.093383333333342, "CP_CoolingPower_kW_1Hz": 1.7579, "SE_EfficiencyFactor_percent_1Hz": 58.72946666666669, "cycle": 1029, "timestamp": "2025-04-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.86298500000018, "PS2_Pressure_bar_100Hz": 107.06908116666678, "PS3_Pressure_bar_100Hz": 1.7846085000000118, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.065245499999966, "PS6_Pressure_bar_100Hz": 8.985417666666653, "FS1_VolumeFlow_l_per_min_10Hz": 6.630733333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.670373333333327, "TS1_Temperature_C_1Hz": 45.74115, "TS2_Temperature_C_1Hz": 50.649266666666676, "TS3_Temperature_C_1Hz": 47.890216666666646, "TS4_Temperature_C_1Hz": 41.205733333333306, "P1_MotorPower_W_100Hz": 2460.4541000000095, "VS1_Vibration_mm_per_s_1Hz": 0.6169166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.708333333333332, "CP_CoolingPower_kW_1Hz": 1.7420166666666665, "SE_EfficiencyFactor_percent_1Hz": 58.75936666666667, "cycle": 1030, "timestamp": "2025-04-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.85509166666705, "PS2_Pressure_bar_100Hz": 107.07657733333303, "PS3_Pressure_bar_100Hz": 1.7900915000000108, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.054964833333342, "PS6_Pressure_bar_100Hz": 8.975653833333343, "FS1_VolumeFlow_l_per_min_10Hz": 6.628526666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.661310000000004, "TS1_Temperature_C_1Hz": 45.75724999999999, "TS2_Temperature_C_1Hz": 50.66524999999999, "TS3_Temperature_C_1Hz": 47.924483333333306, "TS4_Temperature_C_1Hz": 41.160599999999995, "P1_MotorPower_W_100Hz": 2460.0465333333655, "VS1_Vibration_mm_per_s_1Hz": 0.6226833333333331, "CE_CoolingEfficiency_percent_1Hz": 27.976133333333333, "CP_CoolingPower_kW_1Hz": 1.758883333333333, "SE_EfficiencyFactor_percent_1Hz": 58.7787333333333, "cycle": 1031, "timestamp": "2025-04-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.86044666666598, "PS2_Pressure_bar_100Hz": 107.08377966666664, "PS3_Pressure_bar_100Hz": 1.8009041666666807, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.053831166666678, "PS6_Pressure_bar_100Hz": 8.975978333333344, "FS1_VolumeFlow_l_per_min_10Hz": 6.643458333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.662118333333328, "TS1_Temperature_C_1Hz": 45.72038333333334, "TS2_Temperature_C_1Hz": 50.65288333333334, "TS3_Temperature_C_1Hz": 47.94924999999999, "TS4_Temperature_C_1Hz": 41.177150000000005, "P1_MotorPower_W_100Hz": 2457.787600000042, "VS1_Vibration_mm_per_s_1Hz": 0.6161999999999999, "CE_CoolingEfficiency_percent_1Hz": 28.17516666666667, "CP_CoolingPower_kW_1Hz": 1.7638499999999993, "SE_EfficiencyFactor_percent_1Hz": 59.03541666666668, "cycle": 1032, "timestamp": "2025-04-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.86504166666649, "PS2_Pressure_bar_100Hz": 107.08675266666708, "PS3_Pressure_bar_100Hz": 1.8041951666666722, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.057277833333368, "PS6_Pressure_bar_100Hz": 8.978988833333316, "FS1_VolumeFlow_l_per_min_10Hz": 6.626214999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.665634999999998, "TS1_Temperature_C_1Hz": 45.74036666666667, "TS2_Temperature_C_1Hz": 50.655783333333346, "TS3_Temperature_C_1Hz": 47.918116666666656, "TS4_Temperature_C_1Hz": 41.18436666666668, "P1_MotorPower_W_100Hz": 2459.798633333358, "VS1_Vibration_mm_per_s_1Hz": 0.6207166666666666, "CE_CoolingEfficiency_percent_1Hz": 28.051666666666666, "CP_CoolingPower_kW_1Hz": 1.7528166666666658, "SE_EfficiencyFactor_percent_1Hz": 58.737466666666684, "cycle": 1033, "timestamp": "2025-04-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.8678033333328, "PS2_Pressure_bar_100Hz": 107.10319950000014, "PS3_Pressure_bar_100Hz": 1.789222666666677, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.054414666666691, "PS6_Pressure_bar_100Hz": 8.976107833333302, "FS1_VolumeFlow_l_per_min_10Hz": 6.643458333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.662503333333339, "TS1_Temperature_C_1Hz": 45.757833333333316, "TS2_Temperature_C_1Hz": 50.66553333333333, "TS3_Temperature_C_1Hz": 47.919199999999975, "TS4_Temperature_C_1Hz": 41.19571666666668, "P1_MotorPower_W_100Hz": 2460.1624000000115, "VS1_Vibration_mm_per_s_1Hz": 0.6160333333333334, "CE_CoolingEfficiency_percent_1Hz": 28.05816666666667, "CP_CoolingPower_kW_1Hz": 1.7514833333333333, "SE_EfficiencyFactor_percent_1Hz": 58.99145000000002, "cycle": 1034, "timestamp": "2025-04-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.86871999999983, "PS2_Pressure_bar_100Hz": 107.0908038333338, "PS3_Pressure_bar_100Hz": 1.788090833333345, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.055555000000014, "PS6_Pressure_bar_100Hz": 8.976728166666634, "FS1_VolumeFlow_l_per_min_10Hz": 6.633721666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.662736666666664, "TS1_Temperature_C_1Hz": 45.747116666666656, "TS2_Temperature_C_1Hz": 50.66571666666666, "TS3_Temperature_C_1Hz": 47.925749999999994, "TS4_Temperature_C_1Hz": 41.20073333333334, "P1_MotorPower_W_100Hz": 2459.0724333333465, "VS1_Vibration_mm_per_s_1Hz": 0.6160333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.970216666666676, "CP_CoolingPower_kW_1Hz": 1.7508166666666662, "SE_EfficiencyFactor_percent_1Hz": 58.90641666666668, "cycle": 1035, "timestamp": "2025-04-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.79406833333343, "PS2_Pressure_bar_100Hz": 107.34517016666668, "PS3_Pressure_bar_100Hz": 1.79168150000001, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.053359166666668, "PS6_Pressure_bar_100Hz": 8.972970833333306, "FS1_VolumeFlow_l_per_min_10Hz": 6.662885000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.659655000000019, "TS1_Temperature_C_1Hz": 45.74959999999999, "TS2_Temperature_C_1Hz": 50.66706666666666, "TS3_Temperature_C_1Hz": 47.95619999999999, "TS4_Temperature_C_1Hz": 41.17003333333332, "P1_MotorPower_W_100Hz": 2457.915166666673, "VS1_Vibration_mm_per_s_1Hz": 0.6111500000000001, "CE_CoolingEfficiency_percent_1Hz": 28.183333333333334, "CP_CoolingPower_kW_1Hz": 1.7660833333333332, "SE_EfficiencyFactor_percent_1Hz": 59.609216666666654, "cycle": 1036, "timestamp": "2025-05-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.77738666666622, "PS2_Pressure_bar_100Hz": 107.31518983333362, "PS3_Pressure_bar_100Hz": 1.7891178333333506, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.053043166666653, "PS6_Pressure_bar_100Hz": 8.972168333333299, "FS1_VolumeFlow_l_per_min_10Hz": 6.66303666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.6596, "TS1_Temperature_C_1Hz": 45.71703333333336, "TS2_Temperature_C_1Hz": 50.66083333333335, "TS3_Temperature_C_1Hz": 47.94851666666666, "TS4_Temperature_C_1Hz": 41.15015000000001, "P1_MotorPower_W_100Hz": 2460.3274333333525, "VS1_Vibration_mm_per_s_1Hz": 0.6077999999999999, "CE_CoolingEfficiency_percent_1Hz": 28.213516666666656, "CP_CoolingPower_kW_1Hz": 1.7686500000000003, "SE_EfficiencyFactor_percent_1Hz": 59.50921666666667, "cycle": 1037, "timestamp": "2025-05-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.78103333333286, "PS2_Pressure_bar_100Hz": 107.35149249999998, "PS3_Pressure_bar_100Hz": 1.7861823333333477, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.052148666666735, "PS6_Pressure_bar_100Hz": 8.972545166666654, "FS1_VolumeFlow_l_per_min_10Hz": 6.65767333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.658626666666665, "TS1_Temperature_C_1Hz": 45.72823333333334, "TS2_Temperature_C_1Hz": 50.659449999999985, "TS3_Temperature_C_1Hz": 47.915833333333325, "TS4_Temperature_C_1Hz": 41.14581666666665, "P1_MotorPower_W_100Hz": 2455.961266666697, "VS1_Vibration_mm_per_s_1Hz": 0.62445, "CE_CoolingEfficiency_percent_1Hz": 28.155250000000006, "CP_CoolingPower_kW_1Hz": 1.7622166666666672, "SE_EfficiencyFactor_percent_1Hz": 59.57479999999999, "cycle": 1038, "timestamp": "2025-05-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7602566666666, "PS2_Pressure_bar_100Hz": 107.3407803333333, "PS3_Pressure_bar_100Hz": 1.7918845000000114, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.048507833333314, "PS6_Pressure_bar_100Hz": 8.969777999999991, "FS1_VolumeFlow_l_per_min_10Hz": 6.663873333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.65536666666667, "TS1_Temperature_C_1Hz": 45.7184, "TS2_Temperature_C_1Hz": 50.660166666666676, "TS3_Temperature_C_1Hz": 47.90214999999999, "TS4_Temperature_C_1Hz": 41.11881666666669, "P1_MotorPower_W_100Hz": 2454.6880333333665, "VS1_Vibration_mm_per_s_1Hz": 0.6183833333333334, "CE_CoolingEfficiency_percent_1Hz": 28.24381666666666, "CP_CoolingPower_kW_1Hz": 1.7644499999999996, "SE_EfficiencyFactor_percent_1Hz": 59.68293333333334, "cycle": 1039, "timestamp": "2025-05-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7536100000004, "PS2_Pressure_bar_100Hz": 107.33177616666714, "PS3_Pressure_bar_100Hz": 1.7882693333333433, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.050062000000016, "PS6_Pressure_bar_100Hz": 8.97074699999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.662830000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.652868333333345, "TS1_Temperature_C_1Hz": 45.700450000000025, "TS2_Temperature_C_1Hz": 50.652633333333334, "TS3_Temperature_C_1Hz": 47.900666666666666, "TS4_Temperature_C_1Hz": 41.10335000000002, "P1_MotorPower_W_100Hz": 2454.8380666666903, "VS1_Vibration_mm_per_s_1Hz": 0.6194166666666666, "CE_CoolingEfficiency_percent_1Hz": 28.187783333333336, "CP_CoolingPower_kW_1Hz": 1.7678166666666668, "SE_EfficiencyFactor_percent_1Hz": 59.65060000000002, "cycle": 1040, "timestamp": "2025-05-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7505783333329, "PS2_Pressure_bar_100Hz": 107.34703266666676, "PS3_Pressure_bar_100Hz": 1.7922580000000117, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.057436666666657, "PS6_Pressure_bar_100Hz": 8.97817099999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.662099999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.661623333333345, "TS1_Temperature_C_1Hz": 45.69181666666666, "TS2_Temperature_C_1Hz": 50.64560000000001, "TS3_Temperature_C_1Hz": 47.897650000000006, "TS4_Temperature_C_1Hz": 41.152166666666666, "P1_MotorPower_W_100Hz": 2457.670100000039, "VS1_Vibration_mm_per_s_1Hz": 0.6183500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.749816666666668, "CP_CoolingPower_kW_1Hz": 1.7539666666666662, "SE_EfficiencyFactor_percent_1Hz": 59.55784999999998, "cycle": 1041, "timestamp": "2025-05-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.75555666666625, "PS2_Pressure_bar_100Hz": 107.34847283333325, "PS3_Pressure_bar_100Hz": 1.7872450000000135, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.060099000000015, "PS6_Pressure_bar_100Hz": 8.980426166666652, "FS1_VolumeFlow_l_per_min_10Hz": 6.667395000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.663311666666663, "TS1_Temperature_C_1Hz": 45.710150000000006, "TS2_Temperature_C_1Hz": 50.64341666666668, "TS3_Temperature_C_1Hz": 47.88196666666668, "TS4_Temperature_C_1Hz": 41.15031666666667, "P1_MotorPower_W_100Hz": 2460.608333333345, "VS1_Vibration_mm_per_s_1Hz": 0.6153666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.78223333333333, "CP_CoolingPower_kW_1Hz": 1.7522499999999996, "SE_EfficiencyFactor_percent_1Hz": 59.5672, "cycle": 1042, "timestamp": "2025-05-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.76617333333203, "PS2_Pressure_bar_100Hz": 107.34918016666636, "PS3_Pressure_bar_100Hz": 1.7856333333333454, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.059925166666662, "PS6_Pressure_bar_100Hz": 8.97962749999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.667988333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.664351666666661, "TS1_Temperature_C_1Hz": 45.68848333333335, "TS2_Temperature_C_1Hz": 50.64806666666666, "TS3_Temperature_C_1Hz": 47.89803333333332, "TS4_Temperature_C_1Hz": 41.1895, "P1_MotorPower_W_100Hz": 2460.857566666726, "VS1_Vibration_mm_per_s_1Hz": 0.6124166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.502483333333334, "CP_CoolingPower_kW_1Hz": 1.7466666666666668, "SE_EfficiencyFactor_percent_1Hz": 59.55015000000001, "cycle": 1043, "timestamp": "2025-05-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.74698666666617, "PS2_Pressure_bar_100Hz": 107.35681783333362, "PS3_Pressure_bar_100Hz": 1.790130000000007, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.05920566666662, "PS6_Pressure_bar_100Hz": 8.978719499999983, "FS1_VolumeFlow_l_per_min_10Hz": 6.665146666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.660915, "TS1_Temperature_C_1Hz": 45.72731666666667, "TS2_Temperature_C_1Hz": 50.654133333333334, "TS3_Temperature_C_1Hz": 47.89476666666666, "TS4_Temperature_C_1Hz": 41.18776666666667, "P1_MotorPower_W_100Hz": 2462.4271666666946, "VS1_Vibration_mm_per_s_1Hz": 0.6114833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.523316666666673, "CP_CoolingPower_kW_1Hz": 1.745083333333333, "SE_EfficiencyFactor_percent_1Hz": 59.50865000000001, "cycle": 1044, "timestamp": "2025-05-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.75196166666674, "PS2_Pressure_bar_100Hz": 107.32394700000015, "PS3_Pressure_bar_100Hz": 1.7953596666666858, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.06278266666663, "PS6_Pressure_bar_100Hz": 8.98151733333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.664956666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.659874999999998, "TS1_Temperature_C_1Hz": 45.71114999999998, "TS2_Temperature_C_1Hz": 50.6667, "TS3_Temperature_C_1Hz": 47.89331666666668, "TS4_Temperature_C_1Hz": 41.112666666666655, "P1_MotorPower_W_100Hz": 2463.4630000000175, "VS1_Vibration_mm_per_s_1Hz": 0.6067333333333337, "CE_CoolingEfficiency_percent_1Hz": 27.851450000000003, "CP_CoolingPower_kW_1Hz": 1.7648499999999996, "SE_EfficiencyFactor_percent_1Hz": 59.473583333333345, "cycle": 1045, "timestamp": "2025-05-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.67827333333338, "PS2_Pressure_bar_100Hz": 107.56249733333333, "PS3_Pressure_bar_100Hz": 1.790483833333341, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.062189999999978, "PS6_Pressure_bar_100Hz": 8.9812941666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.674949999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.658885, "TS1_Temperature_C_1Hz": 45.69261666666666, "TS2_Temperature_C_1Hz": 50.6563, "TS3_Temperature_C_1Hz": 47.88721666666668, "TS4_Temperature_C_1Hz": 41.10025, "P1_MotorPower_W_100Hz": 2458.1130333333654, "VS1_Vibration_mm_per_s_1Hz": 0.6107833333333336, "CE_CoolingEfficiency_percent_1Hz": 27.840116666666653, "CP_CoolingPower_kW_1Hz": 1.7657166666666668, "SE_EfficiencyFactor_percent_1Hz": 59.89595000000004, "cycle": 1046, "timestamp": "2025-05-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6870766666663, "PS2_Pressure_bar_100Hz": 107.56277849999984, "PS3_Pressure_bar_100Hz": 1.7809565000000076, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.054300333333382, "PS6_Pressure_bar_100Hz": 8.974218999999982, "FS1_VolumeFlow_l_per_min_10Hz": 6.674348333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.655758333333326, "TS1_Temperature_C_1Hz": 45.66306666666667, "TS2_Temperature_C_1Hz": 50.63309999999999, "TS3_Temperature_C_1Hz": 47.88655000000001, "TS4_Temperature_C_1Hz": 41.10053333333334, "P1_MotorPower_W_100Hz": 2452.736666666688, "VS1_Vibration_mm_per_s_1Hz": 0.6114999999999997, "CE_CoolingEfficiency_percent_1Hz": 27.997683333333327, "CP_CoolingPower_kW_1Hz": 1.7659833333333326, "SE_EfficiencyFactor_percent_1Hz": 60.02989999999999, "cycle": 1047, "timestamp": "2025-05-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.69006166666688, "PS2_Pressure_bar_100Hz": 107.5779435000004, "PS3_Pressure_bar_100Hz": 1.7832293333333433, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.052734666666653, "PS6_Pressure_bar_100Hz": 8.97280950000001, "FS1_VolumeFlow_l_per_min_10Hz": 6.674088333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.65722666666666, "TS1_Temperature_C_1Hz": 45.64703333333333, "TS2_Temperature_C_1Hz": 50.60981666666667, "TS3_Temperature_C_1Hz": 47.879549999999995, "TS4_Temperature_C_1Hz": 41.10825, "P1_MotorPower_W_100Hz": 2452.604733333359, "VS1_Vibration_mm_per_s_1Hz": 0.6189166666666669, "CE_CoolingEfficiency_percent_1Hz": 28.07229999999999, "CP_CoolingPower_kW_1Hz": 1.7623000000000004, "SE_EfficiencyFactor_percent_1Hz": 60.04536666666664, "cycle": 1048, "timestamp": "2025-05-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.68311499999984, "PS2_Pressure_bar_100Hz": 107.56025050000017, "PS3_Pressure_bar_100Hz": 1.781999833333345, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.056502166666679, "PS6_Pressure_bar_100Hz": 8.975850333333295, "FS1_VolumeFlow_l_per_min_10Hz": 6.670863333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.657178333333334, "TS1_Temperature_C_1Hz": 45.638733333333334, "TS2_Temperature_C_1Hz": 50.596116666666674, "TS3_Temperature_C_1Hz": 47.84116666666668, "TS4_Temperature_C_1Hz": 41.104483333333334, "P1_MotorPower_W_100Hz": 2452.773400000022, "VS1_Vibration_mm_per_s_1Hz": 0.6144833333333334, "CE_CoolingEfficiency_percent_1Hz": 28.007966666666675, "CP_CoolingPower_kW_1Hz": 1.752783333333333, "SE_EfficiencyFactor_percent_1Hz": 60.0018, "cycle": 1049, "timestamp": "2025-05-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6788766666669, "PS2_Pressure_bar_100Hz": 107.56773000000061, "PS3_Pressure_bar_100Hz": 1.788696333333343, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.059227999999997, "PS6_Pressure_bar_100Hz": 8.978509333333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.67553, "FS2_VolumeFlow_l_per_min_10Hz": 9.658749999999998, "TS1_Temperature_C_1Hz": 45.66148333333332, "TS2_Temperature_C_1Hz": 50.595683333333334, "TS3_Temperature_C_1Hz": 47.85003333333332, "TS4_Temperature_C_1Hz": 41.10150000000001, "P1_MotorPower_W_100Hz": 2453.3470666666917, "VS1_Vibration_mm_per_s_1Hz": 0.6140166666666665, "CE_CoolingEfficiency_percent_1Hz": 28.04341666666666, "CP_CoolingPower_kW_1Hz": 1.756, "SE_EfficiencyFactor_percent_1Hz": 60.0558, "cycle": 1050, "timestamp": "2025-05-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6878983333333, "PS2_Pressure_bar_100Hz": 107.5783903333333, "PS3_Pressure_bar_100Hz": 1.800120833333339, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.059091833333365, "PS6_Pressure_bar_100Hz": 8.978585666666675, "FS1_VolumeFlow_l_per_min_10Hz": 6.674908333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.66008666666667, "TS1_Temperature_C_1Hz": 45.64478333333332, "TS2_Temperature_C_1Hz": 50.59666666666667, "TS3_Temperature_C_1Hz": 47.8353, "TS4_Temperature_C_1Hz": 41.10505, "P1_MotorPower_W_100Hz": 2452.4136333333554, "VS1_Vibration_mm_per_s_1Hz": 0.6145500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.991733333333336, "CP_CoolingPower_kW_1Hz": 1.7517166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.08444999999999, "cycle": 1051, "timestamp": "2025-05-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6820016666667, "PS2_Pressure_bar_100Hz": 107.55332599999984, "PS3_Pressure_bar_100Hz": 1.8030110000000124, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.055544166666659, "PS6_Pressure_bar_100Hz": 8.975414833333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.677119999999992, "FS2_VolumeFlow_l_per_min_10Hz": 9.656935000000002, "TS1_Temperature_C_1Hz": 45.633400000000016, "TS2_Temperature_C_1Hz": 50.58216666666668, "TS3_Temperature_C_1Hz": 47.86461666666667, "TS4_Temperature_C_1Hz": 41.10683333333334, "P1_MotorPower_W_100Hz": 2451.218466666723, "VS1_Vibration_mm_per_s_1Hz": 0.6155833333333333, "CE_CoolingEfficiency_percent_1Hz": 28.018716666666666, "CP_CoolingPower_kW_1Hz": 1.7578333333333334, "SE_EfficiencyFactor_percent_1Hz": 60.117916666666666, "cycle": 1052, "timestamp": "2025-05-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.71909999999997, "PS2_Pressure_bar_100Hz": 107.59475366666688, "PS3_Pressure_bar_100Hz": 1.790746000000015, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.056698833333316, "PS6_Pressure_bar_100Hz": 8.976486833333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.676403333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.655880000000005, "TS1_Temperature_C_1Hz": 45.62393333333332, "TS2_Temperature_C_1Hz": 50.56843333333335, "TS3_Temperature_C_1Hz": 47.84881666666668, "TS4_Temperature_C_1Hz": 41.10280000000001, "P1_MotorPower_W_100Hz": 2452.088400000037, "VS1_Vibration_mm_per_s_1Hz": 0.61835, "CE_CoolingEfficiency_percent_1Hz": 27.969849999999997, "CP_CoolingPower_kW_1Hz": 1.7551166666666667, "SE_EfficiencyFactor_percent_1Hz": 60.122449999999986, "cycle": 1053, "timestamp": "2025-05-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.70407999999995, "PS2_Pressure_bar_100Hz": 107.55941066666652, "PS3_Pressure_bar_100Hz": 1.7976910000000141, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.056799666666668, "PS6_Pressure_bar_100Hz": 8.977828999999987, "FS1_VolumeFlow_l_per_min_10Hz": 6.674308333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.65491833333332, "TS1_Temperature_C_1Hz": 45.607849999999985, "TS2_Temperature_C_1Hz": 50.55823333333333, "TS3_Temperature_C_1Hz": 47.82698333333334, "TS4_Temperature_C_1Hz": 41.05855, "P1_MotorPower_W_100Hz": 2454.2961999999916, "VS1_Vibration_mm_per_s_1Hz": 0.6178333333333333, "CE_CoolingEfficiency_percent_1Hz": 28.009350000000005, "CP_CoolingPower_kW_1Hz": 1.7607333333333333, "SE_EfficiencyFactor_percent_1Hz": 60.02028333333335, "cycle": 1054, "timestamp": "2025-05-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.70194166666658, "PS2_Pressure_bar_100Hz": 107.55625566666686, "PS3_Pressure_bar_100Hz": 1.7902315000000093, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.053495833333379, "PS6_Pressure_bar_100Hz": 8.973860833333326, "FS1_VolumeFlow_l_per_min_10Hz": 6.675370000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.653693333333335, "TS1_Temperature_C_1Hz": 45.6027, "TS2_Temperature_C_1Hz": 50.54256666666667, "TS3_Temperature_C_1Hz": 47.81348333333335, "TS4_Temperature_C_1Hz": 41.072516666666665, "P1_MotorPower_W_100Hz": 2453.751500000042, "VS1_Vibration_mm_per_s_1Hz": 0.6091833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.935183333333335, "CP_CoolingPower_kW_1Hz": 1.7517999999999994, "SE_EfficiencyFactor_percent_1Hz": 60.03684999999997, "cycle": 1055, "timestamp": "2025-05-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.64264166666578, "PS2_Pressure_bar_100Hz": 107.69856233333361, "PS3_Pressure_bar_100Hz": 1.7927955000000135, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.052072, "PS6_Pressure_bar_100Hz": 8.973097999999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.67406333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.650533333333328, "TS1_Temperature_C_1Hz": 45.58676666666665, "TS2_Temperature_C_1Hz": 50.53466666666668, "TS3_Temperature_C_1Hz": 47.81273333333334, "TS4_Temperature_C_1Hz": 41.03318333333333, "P1_MotorPower_W_100Hz": 2447.7159000000415, "VS1_Vibration_mm_per_s_1Hz": 0.6112666666666666, "CE_CoolingEfficiency_percent_1Hz": 28.061566666666668, "CP_CoolingPower_kW_1Hz": 1.7607166666666672, "SE_EfficiencyFactor_percent_1Hz": 60.23415, "cycle": 1056, "timestamp": "2025-05-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.65687833333283, "PS2_Pressure_bar_100Hz": 107.70913633333313, "PS3_Pressure_bar_100Hz": 1.7972590000000108, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.055852666666674, "PS6_Pressure_bar_100Hz": 8.976091333333304, "FS1_VolumeFlow_l_per_min_10Hz": 6.677196666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.653630000000005, "TS1_Temperature_C_1Hz": 45.56736666666665, "TS2_Temperature_C_1Hz": 50.52106666666668, "TS3_Temperature_C_1Hz": 47.80255000000001, "TS4_Temperature_C_1Hz": 41.06843333333333, "P1_MotorPower_W_100Hz": 2447.3605000000584, "VS1_Vibration_mm_per_s_1Hz": 0.6092500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.943499999999993, "CP_CoolingPower_kW_1Hz": 1.752, "SE_EfficiencyFactor_percent_1Hz": 60.27065000000001, "cycle": 1057, "timestamp": "2025-05-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.64125166666636, "PS2_Pressure_bar_100Hz": 107.69465633333338, "PS3_Pressure_bar_100Hz": 1.8028668333333413, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.055133166666653, "PS6_Pressure_bar_100Hz": 8.975625833333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.678975, "FS2_VolumeFlow_l_per_min_10Hz": 9.652680000000007, "TS1_Temperature_C_1Hz": 45.58249999999998, "TS2_Temperature_C_1Hz": 50.51278333333334, "TS3_Temperature_C_1Hz": 47.76883333333333, "TS4_Temperature_C_1Hz": 41.01748333333332, "P1_MotorPower_W_100Hz": 2446.3658000000287, "VS1_Vibration_mm_per_s_1Hz": 0.6107166666666666, "CE_CoolingEfficiency_percent_1Hz": 28.111983333333338, "CP_CoolingPower_kW_1Hz": 1.7559166666666668, "SE_EfficiencyFactor_percent_1Hz": 60.329900000000016, "cycle": 1058, "timestamp": "2025-05-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.65713833333322, "PS2_Pressure_bar_100Hz": 107.71652933333343, "PS3_Pressure_bar_100Hz": 1.8114318333333412, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.057970999999945, "PS6_Pressure_bar_100Hz": 8.978747999999952, "FS1_VolumeFlow_l_per_min_10Hz": 6.6825533333333365, "FS2_VolumeFlow_l_per_min_10Hz": 9.655980000000005, "TS1_Temperature_C_1Hz": 45.54638333333333, "TS2_Temperature_C_1Hz": 50.51121666666666, "TS3_Temperature_C_1Hz": 47.805433333333355, "TS4_Temperature_C_1Hz": 41.04753333333333, "P1_MotorPower_W_100Hz": 2448.383400000058, "VS1_Vibration_mm_per_s_1Hz": 0.6089166666666664, "CE_CoolingEfficiency_percent_1Hz": 28.086616666666657, "CP_CoolingPower_kW_1Hz": 1.7547499999999994, "SE_EfficiencyFactor_percent_1Hz": 60.36420000000001, "cycle": 1059, "timestamp": "2025-05-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.67117333333286, "PS2_Pressure_bar_100Hz": 107.73033199999992, "PS3_Pressure_bar_100Hz": 1.8076333333333492, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.062503666666608, "PS6_Pressure_bar_100Hz": 8.982206499999984, "FS1_VolumeFlow_l_per_min_10Hz": 6.685093333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.658391666666663, "TS1_Temperature_C_1Hz": 45.55609999999998, "TS2_Temperature_C_1Hz": 50.49753333333333, "TS3_Temperature_C_1Hz": 47.80276666666667, "TS4_Temperature_C_1Hz": 41.08525, "P1_MotorPower_W_100Hz": 2451.5981333334034, "VS1_Vibration_mm_per_s_1Hz": 0.6123000000000002, "CE_CoolingEfficiency_percent_1Hz": 27.936349999999997, "CP_CoolingPower_kW_1Hz": 1.7477833333333324, "SE_EfficiencyFactor_percent_1Hz": 60.37046666666665, "cycle": 1060, "timestamp": "2025-05-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.67059833333275, "PS2_Pressure_bar_100Hz": 107.72045333333323, "PS3_Pressure_bar_100Hz": 1.8047160000000095, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.064960999999972, "PS6_Pressure_bar_100Hz": 8.984621333333314, "FS1_VolumeFlow_l_per_min_10Hz": 6.6848033333333285, "FS2_VolumeFlow_l_per_min_10Hz": 9.659538333333336, "TS1_Temperature_C_1Hz": 45.55594999999998, "TS2_Temperature_C_1Hz": 50.49160000000001, "TS3_Temperature_C_1Hz": 47.77093333333333, "TS4_Temperature_C_1Hz": 41.0643, "P1_MotorPower_W_100Hz": 2454.4596666667057, "VS1_Vibration_mm_per_s_1Hz": 0.6052833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.97006666666666, "CP_CoolingPower_kW_1Hz": 1.7461333333333335, "SE_EfficiencyFactor_percent_1Hz": 60.26655, "cycle": 1061, "timestamp": "2025-05-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.66995666666745, "PS2_Pressure_bar_100Hz": 107.71789483333319, "PS3_Pressure_bar_100Hz": 1.807102500000017, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.06804833333333, "PS6_Pressure_bar_100Hz": 8.987308833333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.667493333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.661236666666662, "TS1_Temperature_C_1Hz": 45.56005, "TS2_Temperature_C_1Hz": 50.50436666666666, "TS3_Temperature_C_1Hz": 47.76554999999999, "TS4_Temperature_C_1Hz": 40.99923333333332, "P1_MotorPower_W_100Hz": 2455.4535333333865, "VS1_Vibration_mm_per_s_1Hz": 0.5996166666666666, "CE_CoolingEfficiency_percent_1Hz": 28.15033333333334, "CP_CoolingPower_kW_1Hz": 1.7636666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.94648333333332, "cycle": 1062, "timestamp": "2025-05-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.65412833333298, "PS2_Pressure_bar_100Hz": 107.6935983333336, "PS3_Pressure_bar_100Hz": 1.8109385000000147, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.063198499999961, "PS6_Pressure_bar_100Hz": 8.98380316666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.661843333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.656834999999996, "TS1_Temperature_C_1Hz": 45.54855, "TS2_Temperature_C_1Hz": 50.50266666666667, "TS3_Temperature_C_1Hz": 47.76795, "TS4_Temperature_C_1Hz": 40.995149999999995, "P1_MotorPower_W_100Hz": 2454.201033333363, "VS1_Vibration_mm_per_s_1Hz": 0.6009833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.964416666666672, "CP_CoolingPower_kW_1Hz": 1.7619666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.89856666666666, "cycle": 1063, "timestamp": "2025-05-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.67479333333276, "PS2_Pressure_bar_100Hz": 107.71337766666623, "PS3_Pressure_bar_100Hz": 1.8134990000000146, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.062854499999958, "PS6_Pressure_bar_100Hz": 8.983547333333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.68304333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.659888333333333, "TS1_Temperature_C_1Hz": 45.52498333333333, "TS2_Temperature_C_1Hz": 50.478199999999994, "TS3_Temperature_C_1Hz": 47.76453333333332, "TS4_Temperature_C_1Hz": 40.997899999999994, "P1_MotorPower_W_100Hz": 2454.801700000043, "VS1_Vibration_mm_per_s_1Hz": 0.6022333333333337, "CE_CoolingEfficiency_percent_1Hz": 27.87728333333334, "CP_CoolingPower_kW_1Hz": 1.7616166666666664, "SE_EfficiencyFactor_percent_1Hz": 60.23876666666667, "cycle": 1064, "timestamp": "2025-05-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.68433999999948, "PS2_Pressure_bar_100Hz": 107.72460300000004, "PS3_Pressure_bar_100Hz": 1.8148525000000064, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.066613333333327, "PS6_Pressure_bar_100Hz": 8.986242333333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.663531666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.660166666666663, "TS1_Temperature_C_1Hz": 45.509449999999994, "TS2_Temperature_C_1Hz": 50.45790000000001, "TS3_Temperature_C_1Hz": 47.76881666666667, "TS4_Temperature_C_1Hz": 40.96698333333333, "P1_MotorPower_W_100Hz": 2455.5435666667063, "VS1_Vibration_mm_per_s_1Hz": 0.5982333333333334, "CE_CoolingEfficiency_percent_1Hz": 28.020533333333347, "CP_CoolingPower_kW_1Hz": 1.7702333333333335, "SE_EfficiencyFactor_percent_1Hz": 59.87161666666669, "cycle": 1065, "timestamp": "2025-05-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.56262166666673, "PS2_Pressure_bar_100Hz": 107.65791516666648, "PS3_Pressure_bar_100Hz": 1.8156090000000056, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.073510499999982, "PS6_Pressure_bar_100Hz": 8.992687000000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.6647400000000045, "FS2_VolumeFlow_l_per_min_10Hz": 9.667551666666656, "TS1_Temperature_C_1Hz": 45.42388333333334, "TS2_Temperature_C_1Hz": 50.41231666666665, "TS3_Temperature_C_1Hz": 47.75286666666666, "TS4_Temperature_C_1Hz": 40.94158333333333, "P1_MotorPower_W_100Hz": 2458.0405000000765, "VS1_Vibration_mm_per_s_1Hz": 0.5987666666666668, "CE_CoolingEfficiency_percent_1Hz": 28.205350000000013, "CP_CoolingPower_kW_1Hz": 1.7737833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.78006666666669, "cycle": 1066, "timestamp": "2025-05-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.64043999999978, "PS2_Pressure_bar_100Hz": 107.62613216666709, "PS3_Pressure_bar_100Hz": 1.809839500000006, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.071600833333283, "PS6_Pressure_bar_100Hz": 8.991303500000027, "FS1_VolumeFlow_l_per_min_10Hz": 6.655998333333346, "FS2_VolumeFlow_l_per_min_10Hz": 9.66750333333332, "TS1_Temperature_C_1Hz": 45.44391666666668, "TS2_Temperature_C_1Hz": 50.397083333333335, "TS3_Temperature_C_1Hz": 47.689999999999976, "TS4_Temperature_C_1Hz": 40.953883333333316, "P1_MotorPower_W_100Hz": 2456.41116666667, "VS1_Vibration_mm_per_s_1Hz": 0.6130666666666669, "CE_CoolingEfficiency_percent_1Hz": 27.85831666666667, "CP_CoolingPower_kW_1Hz": 1.755133333333333, "SE_EfficiencyFactor_percent_1Hz": 59.738899999999994, "cycle": 1067, "timestamp": "2025-06-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.63827499999914, "PS2_Pressure_bar_100Hz": 107.62572283333357, "PS3_Pressure_bar_100Hz": 1.8034051666666788, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.075737333333317, "PS6_Pressure_bar_100Hz": 8.994895000000046, "FS1_VolumeFlow_l_per_min_10Hz": 6.657955000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.667301666666662, "TS1_Temperature_C_1Hz": 45.42933333333335, "TS2_Temperature_C_1Hz": 50.39536666666666, "TS3_Temperature_C_1Hz": 47.67369999999999, "TS4_Temperature_C_1Hz": 40.92383333333333, "P1_MotorPower_W_100Hz": 2455.801233333347, "VS1_Vibration_mm_per_s_1Hz": 0.6057833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.922416666666663, "CP_CoolingPower_kW_1Hz": 1.7580999999999993, "SE_EfficiencyFactor_percent_1Hz": 59.71836666666666, "cycle": 1068, "timestamp": "2025-06-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.61272499999947, "PS2_Pressure_bar_100Hz": 107.62410366666678, "PS3_Pressure_bar_100Hz": 1.8049478333333455, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.071619666666644, "PS6_Pressure_bar_100Hz": 8.990760666666652, "FS1_VolumeFlow_l_per_min_10Hz": 6.655380000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.665746666666662, "TS1_Temperature_C_1Hz": 45.422850000000025, "TS2_Temperature_C_1Hz": 50.39216666666667, "TS3_Temperature_C_1Hz": 47.67768333333331, "TS4_Temperature_C_1Hz": 40.930266666666654, "P1_MotorPower_W_100Hz": 2458.9563666666813, "VS1_Vibration_mm_per_s_1Hz": 0.6072333333333334, "CE_CoolingEfficiency_percent_1Hz": 28.01641666666667, "CP_CoolingPower_kW_1Hz": 1.7578333333333331, "SE_EfficiencyFactor_percent_1Hz": 59.632333333333335, "cycle": 1069, "timestamp": "2025-06-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.63291833333233, "PS2_Pressure_bar_100Hz": 107.63039733333362, "PS3_Pressure_bar_100Hz": 1.797067500000018, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.076951499999966, "PS6_Pressure_bar_100Hz": 8.995952666666732, "FS1_VolumeFlow_l_per_min_10Hz": 6.657680000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.668986666666669, "TS1_Temperature_C_1Hz": 45.41043333333334, "TS2_Temperature_C_1Hz": 50.391150000000025, "TS3_Temperature_C_1Hz": 47.652300000000004, "TS4_Temperature_C_1Hz": 40.92934999999999, "P1_MotorPower_W_100Hz": 2459.2188000000474, "VS1_Vibration_mm_per_s_1Hz": 0.6015833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.94798333333334, "CP_CoolingPower_kW_1Hz": 1.7508333333333328, "SE_EfficiencyFactor_percent_1Hz": 59.65583333333334, "cycle": 1070, "timestamp": "2025-06-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.62775166666611, "PS2_Pressure_bar_100Hz": 107.61775299999984, "PS3_Pressure_bar_100Hz": 1.8055205000000094, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.078543500000013, "PS6_Pressure_bar_100Hz": 8.997803500000034, "FS1_VolumeFlow_l_per_min_10Hz": 6.664106666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.669083333333331, "TS1_Temperature_C_1Hz": 45.4245, "TS2_Temperature_C_1Hz": 50.399183333333355, "TS3_Temperature_C_1Hz": 47.64275000000001, "TS4_Temperature_C_1Hz": 40.92016666666666, "P1_MotorPower_W_100Hz": 2458.5274333333778, "VS1_Vibration_mm_per_s_1Hz": 0.6053500000000003, "CE_CoolingEfficiency_percent_1Hz": 27.877299999999984, "CP_CoolingPower_kW_1Hz": 1.7501666666666662, "SE_EfficiencyFactor_percent_1Hz": 59.74350000000001, "cycle": 1071, "timestamp": "2025-06-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6363616666661, "PS2_Pressure_bar_100Hz": 107.63906383333355, "PS3_Pressure_bar_100Hz": 1.806172666666674, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.08028349999993, "PS6_Pressure_bar_100Hz": 8.998179000000047, "FS1_VolumeFlow_l_per_min_10Hz": 6.673900000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.669841666666658, "TS1_Temperature_C_1Hz": 45.41223333333332, "TS2_Temperature_C_1Hz": 50.39011666666665, "TS3_Temperature_C_1Hz": 47.6369, "TS4_Temperature_C_1Hz": 40.89139999999998, "P1_MotorPower_W_100Hz": 2453.8272333333484, "VS1_Vibration_mm_per_s_1Hz": 0.6068166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.99401666666667, "CP_CoolingPower_kW_1Hz": 1.7584499999999994, "SE_EfficiencyFactor_percent_1Hz": 60.02894999999998, "cycle": 1072, "timestamp": "2025-06-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.630358333333, "PS2_Pressure_bar_100Hz": 107.63468666666688, "PS3_Pressure_bar_100Hz": 1.7967388333333372, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.077858166666656, "PS6_Pressure_bar_100Hz": 8.995639500000072, "FS1_VolumeFlow_l_per_min_10Hz": 6.658738333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.669638333333337, "TS1_Temperature_C_1Hz": 45.37193333333335, "TS2_Temperature_C_1Hz": 50.36221666666667, "TS3_Temperature_C_1Hz": 47.63106666666667, "TS4_Temperature_C_1Hz": 40.90418333333332, "P1_MotorPower_W_100Hz": 2454.7300333333797, "VS1_Vibration_mm_per_s_1Hz": 0.6096333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.77883333333333, "CP_CoolingPower_kW_1Hz": 1.753049999999999, "SE_EfficiencyFactor_percent_1Hz": 59.756066666666676, "cycle": 1073, "timestamp": "2025-06-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.65471666666627, "PS2_Pressure_bar_100Hz": 107.65850866666707, "PS3_Pressure_bar_100Hz": 1.8063126666666813, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.079658166666674, "PS6_Pressure_bar_100Hz": 8.997775666666726, "FS1_VolumeFlow_l_per_min_10Hz": 6.659963333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.673093333333336, "TS1_Temperature_C_1Hz": 45.365166666666674, "TS2_Temperature_C_1Hz": 50.33156666666666, "TS3_Temperature_C_1Hz": 47.62198333333332, "TS4_Temperature_C_1Hz": 40.92160000000001, "P1_MotorPower_W_100Hz": 2454.944766666704, "VS1_Vibration_mm_per_s_1Hz": 0.6051666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.84833333333334, "CP_CoolingPower_kW_1Hz": 1.7459333333333333, "SE_EfficiencyFactor_percent_1Hz": 59.78160000000002, "cycle": 1074, "timestamp": "2025-06-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.65040166666626, "PS2_Pressure_bar_100Hz": 107.65346900000014, "PS3_Pressure_bar_100Hz": 1.8067308333333483, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.078923499999968, "PS6_Pressure_bar_100Hz": 8.997275500000052, "FS1_VolumeFlow_l_per_min_10Hz": 6.670886666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.672298333333329, "TS1_Temperature_C_1Hz": 45.369783333333324, "TS2_Temperature_C_1Hz": 50.330533333333356, "TS3_Temperature_C_1Hz": 47.624399999999994, "TS4_Temperature_C_1Hz": 40.92254999999998, "P1_MotorPower_W_100Hz": 2455.9669333333777, "VS1_Vibration_mm_per_s_1Hz": 0.6039333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.825499999999995, "CP_CoolingPower_kW_1Hz": 1.7478333333333333, "SE_EfficiencyFactor_percent_1Hz": 59.96563333333332, "cycle": 1075, "timestamp": "2025-06-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.08772666666687, "PS2_Pressure_bar_100Hz": 107.27179500000003, "PS3_Pressure_bar_100Hz": 1.7331478333333303, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.085217999999989, "PS6_Pressure_bar_100Hz": 9.00367350000007, "FS1_VolumeFlow_l_per_min_10Hz": 6.380303333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.67546833333333, "TS1_Temperature_C_1Hz": 45.30736666666667, "TS2_Temperature_C_1Hz": 50.29163333333331, "TS3_Temperature_C_1Hz": 47.592883333333326, "TS4_Temperature_C_1Hz": 40.902816666666666, "P1_MotorPower_W_100Hz": 2483.3367333333667, "VS1_Vibration_mm_per_s_1Hz": 0.6137166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.700749999999992, "CP_CoolingPower_kW_1Hz": 1.7448333333333332, "SE_EfficiencyFactor_percent_1Hz": 56.48104999999999, "cycle": 1076, "timestamp": "2025-06-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27873333333346, "PS2_Pressure_bar_100Hz": 106.66381666666655, "PS3_Pressure_bar_100Hz": 1.7313281666666662, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.090906499999996, "PS6_Pressure_bar_100Hz": 9.00870716666674, "FS1_VolumeFlow_l_per_min_10Hz": 6.337000000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.679431666666664, "TS1_Temperature_C_1Hz": 45.22741666666666, "TS2_Temperature_C_1Hz": 50.21480000000001, "TS3_Temperature_C_1Hz": 47.522266666666674, "TS4_Temperature_C_1Hz": 40.879566666666655, "P1_MotorPower_W_100Hz": 2484.899066666692, "VS1_Vibration_mm_per_s_1Hz": 0.613066666666667, "CE_CoolingEfficiency_percent_1Hz": 27.63233333333333, "CP_CoolingPower_kW_1Hz": 1.7328333333333323, "SE_EfficiencyFactor_percent_1Hz": 55.35599999999999, "cycle": 1077, "timestamp": "2025-06-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27312333333322, "PS2_Pressure_bar_100Hz": 106.62654066666649, "PS3_Pressure_bar_100Hz": 1.7264899999999979, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.100506833333268, "PS6_Pressure_bar_100Hz": 9.017693500000068, "FS1_VolumeFlow_l_per_min_10Hz": 6.346038333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.685881666666658, "TS1_Temperature_C_1Hz": 45.1778, "TS2_Temperature_C_1Hz": 50.16801666666666, "TS3_Temperature_C_1Hz": 47.44486666666665, "TS4_Temperature_C_1Hz": 40.77408333333331, "P1_MotorPower_W_100Hz": 2484.155966666719, "VS1_Vibration_mm_per_s_1Hz": 0.6139333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.914033333333325, "CP_CoolingPower_kW_1Hz": 1.7395166666666664, "SE_EfficiencyFactor_percent_1Hz": 55.616249999999965, "cycle": 1078, "timestamp": "2025-06-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31355000000073, "PS2_Pressure_bar_100Hz": 106.6585354999994, "PS3_Pressure_bar_100Hz": 1.7276736666666666, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.10549649999997, "PS6_Pressure_bar_100Hz": 9.023759500000063, "FS1_VolumeFlow_l_per_min_10Hz": 6.339928333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.68741666666667, "TS1_Temperature_C_1Hz": 45.12430000000002, "TS2_Temperature_C_1Hz": 50.10133333333333, "TS3_Temperature_C_1Hz": 47.42086666666666, "TS4_Temperature_C_1Hz": 40.72118333333332, "P1_MotorPower_W_100Hz": 2485.115733333363, "VS1_Vibration_mm_per_s_1Hz": 0.6126333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.989683333333332, "CP_CoolingPower_kW_1Hz": 1.7505166666666663, "SE_EfficiencyFactor_percent_1Hz": 55.471066666666665, "cycle": 1079, "timestamp": "2025-06-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.29355166666627, "PS2_Pressure_bar_100Hz": 106.65564349999975, "PS3_Pressure_bar_100Hz": 1.722514999999986, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.103979833333293, "PS6_Pressure_bar_100Hz": 9.02133716666673, "FS1_VolumeFlow_l_per_min_10Hz": 6.325976666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.68625166666667, "TS1_Temperature_C_1Hz": 45.09911666666666, "TS2_Temperature_C_1Hz": 50.05513333333332, "TS3_Temperature_C_1Hz": 47.404749999999986, "TS4_Temperature_C_1Hz": 40.683699999999995, "P1_MotorPower_W_100Hz": 2487.880300000016, "VS1_Vibration_mm_per_s_1Hz": 0.6092333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.94518333333333, "CP_CoolingPower_kW_1Hz": 1.7538166666666664, "SE_EfficiencyFactor_percent_1Hz": 55.20421666666667, "cycle": 1080, "timestamp": "2025-06-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2909950000004, "PS2_Pressure_bar_100Hz": 106.68766133333334, "PS3_Pressure_bar_100Hz": 1.732200166666657, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.110346666666617, "PS6_Pressure_bar_100Hz": 9.025660333333406, "FS1_VolumeFlow_l_per_min_10Hz": 6.326801666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.689556666666677, "TS1_Temperature_C_1Hz": 45.043083333333335, "TS2_Temperature_C_1Hz": 50.01561666666668, "TS3_Temperature_C_1Hz": 47.36485000000001, "TS4_Temperature_C_1Hz": 40.662883333333305, "P1_MotorPower_W_100Hz": 2487.603600000067, "VS1_Vibration_mm_per_s_1Hz": 0.6163166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.891366666666666, "CP_CoolingPower_kW_1Hz": 1.7488500000000005, "SE_EfficiencyFactor_percent_1Hz": 55.17118333333333, "cycle": 1081, "timestamp": "2025-06-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.28513500000028, "PS2_Pressure_bar_100Hz": 106.68978533333299, "PS3_Pressure_bar_100Hz": 1.7224031666666582, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.111797166666653, "PS6_Pressure_bar_100Hz": 9.028154333333362, "FS1_VolumeFlow_l_per_min_10Hz": 6.328589999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.690538333333333, "TS1_Temperature_C_1Hz": 44.99593333333334, "TS2_Temperature_C_1Hz": 49.98253333333334, "TS3_Temperature_C_1Hz": 47.28586666666665, "TS4_Temperature_C_1Hz": 40.61639999999999, "P1_MotorPower_W_100Hz": 2486.9753000000433, "VS1_Vibration_mm_per_s_1Hz": 0.6147833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.83093333333331, "CP_CoolingPower_kW_1Hz": 1.742449999999999, "SE_EfficiencyFactor_percent_1Hz": 55.21503333333335, "cycle": 1082, "timestamp": "2025-06-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.30859833333307, "PS2_Pressure_bar_100Hz": 106.7070894999997, "PS3_Pressure_bar_100Hz": 1.7174188333333271, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.111517833333293, "PS6_Pressure_bar_100Hz": 9.028038000000027, "FS1_VolumeFlow_l_per_min_10Hz": 6.3246433333333325, "FS2_VolumeFlow_l_per_min_10Hz": 9.69343, "TS1_Temperature_C_1Hz": 44.96844999999998, "TS2_Temperature_C_1Hz": 49.95353333333332, "TS3_Temperature_C_1Hz": 47.27464999999999, "TS4_Temperature_C_1Hz": 40.63914999999999, "P1_MotorPower_W_100Hz": 2487.4863999999952, "VS1_Vibration_mm_per_s_1Hz": 0.6178333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.677633333333343, "CP_CoolingPower_kW_1Hz": 1.7327499999999996, "SE_EfficiencyFactor_percent_1Hz": 55.16373333333331, "cycle": 1083, "timestamp": "2025-06-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.29372833333332, "PS2_Pressure_bar_100Hz": 106.66440600000007, "PS3_Pressure_bar_100Hz": 1.7225906666666593, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113887666666662, "PS6_Pressure_bar_100Hz": 9.029583166666697, "FS1_VolumeFlow_l_per_min_10Hz": 6.335701666666675, "FS2_VolumeFlow_l_per_min_10Hz": 9.69371333333334, "TS1_Temperature_C_1Hz": 44.96243333333333, "TS2_Temperature_C_1Hz": 49.933999999999976, "TS3_Temperature_C_1Hz": 47.24151666666667, "TS4_Temperature_C_1Hz": 40.59643333333334, "P1_MotorPower_W_100Hz": 2487.330300000021, "VS1_Vibration_mm_per_s_1Hz": 0.6144000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.806833333333326, "CP_CoolingPower_kW_1Hz": 1.7362499999999994, "SE_EfficiencyFactor_percent_1Hz": 55.37290000000002, "cycle": 1084, "timestamp": "2025-06-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2839283333335, "PS2_Pressure_bar_100Hz": 106.69718849999997, "PS3_Pressure_bar_100Hz": 1.7159146666666565, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113251833333294, "PS6_Pressure_bar_100Hz": 9.02936633333341, "FS1_VolumeFlow_l_per_min_10Hz": 6.327646666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.69454833333334, "TS1_Temperature_C_1Hz": 44.97844999999998, "TS2_Temperature_C_1Hz": 49.927016666666646, "TS3_Temperature_C_1Hz": 47.221000000000004, "TS4_Temperature_C_1Hz": 40.630966666666644, "P1_MotorPower_W_100Hz": 2486.3659333333694, "VS1_Vibration_mm_per_s_1Hz": 0.61365, "CE_CoolingEfficiency_percent_1Hz": 27.5822, "CP_CoolingPower_kW_1Hz": 1.7208499999999998, "SE_EfficiencyFactor_percent_1Hz": 55.2387, "cycle": 1085, "timestamp": "2025-06-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.27938333333393, "PS2_Pressure_bar_100Hz": 106.69234533333342, "PS3_Pressure_bar_100Hz": 1.7222541666666629, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113639000000004, "PS6_Pressure_bar_100Hz": 9.030454833333366, "FS1_VolumeFlow_l_per_min_10Hz": 6.327755000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.69407333333334, "TS1_Temperature_C_1Hz": 44.98126666666667, "TS2_Temperature_C_1Hz": 49.91786666666666, "TS3_Temperature_C_1Hz": 47.22206666666666, "TS4_Temperature_C_1Hz": 40.59596666666665, "P1_MotorPower_W_100Hz": 2485.6119000000344, "VS1_Vibration_mm_per_s_1Hz": 0.61325, "CE_CoolingEfficiency_percent_1Hz": 27.68903333333333, "CP_CoolingPower_kW_1Hz": 1.7299666666666658, "SE_EfficiencyFactor_percent_1Hz": 55.26834999999999, "cycle": 1086, "timestamp": "2025-06-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.15973000000048, "PS2_Pressure_bar_100Hz": 106.9118994999994, "PS3_Pressure_bar_100Hz": 1.7175541666666523, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.112460333333333, "PS6_Pressure_bar_100Hz": 9.02867000000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.367735000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.693406666666663, "TS1_Temperature_C_1Hz": 44.974433333333316, "TS2_Temperature_C_1Hz": 49.919866666666664, "TS3_Temperature_C_1Hz": 47.217650000000006, "TS4_Temperature_C_1Hz": 40.58504999999998, "P1_MotorPower_W_100Hz": 2483.480600000025, "VS1_Vibration_mm_per_s_1Hz": 0.6188500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.62608333333334, "CP_CoolingPower_kW_1Hz": 1.7316, "SE_EfficiencyFactor_percent_1Hz": 56.08961666666667, "cycle": 1087, "timestamp": "2025-06-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.16619833333363, "PS2_Pressure_bar_100Hz": 106.92942183333261, "PS3_Pressure_bar_100Hz": 1.7148281666666563, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.107432833333291, "PS6_Pressure_bar_100Hz": 9.023950833333345, "FS1_VolumeFlow_l_per_min_10Hz": 6.366183333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.691425000000013, "TS1_Temperature_C_1Hz": 44.98633333333333, "TS2_Temperature_C_1Hz": 49.912566666666656, "TS3_Temperature_C_1Hz": 47.21373333333333, "TS4_Temperature_C_1Hz": 40.592333333333336, "P1_MotorPower_W_100Hz": 2479.8010666666814, "VS1_Vibration_mm_per_s_1Hz": 0.6180666666666664, "CE_CoolingEfficiency_percent_1Hz": 27.621633333333325, "CP_CoolingPower_kW_1Hz": 1.7287166666666662, "SE_EfficiencyFactor_percent_1Hz": 56.16848333333332, "cycle": 1088, "timestamp": "2025-06-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2034516666673, "PS2_Pressure_bar_100Hz": 106.95932916666695, "PS3_Pressure_bar_100Hz": 1.724235499999999, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.103559333333324, "PS6_Pressure_bar_100Hz": 9.020036666666742, "FS1_VolumeFlow_l_per_min_10Hz": 6.358366666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.686751666666671, "TS1_Temperature_C_1Hz": 44.965916666666644, "TS2_Temperature_C_1Hz": 49.906399999999984, "TS3_Temperature_C_1Hz": 47.23709999999999, "TS4_Temperature_C_1Hz": 40.57330000000001, "P1_MotorPower_W_100Hz": 2481.168900000004, "VS1_Vibration_mm_per_s_1Hz": 0.6220333333333335, "CE_CoolingEfficiency_percent_1Hz": 27.75805, "CP_CoolingPower_kW_1Hz": 1.7391833333333329, "SE_EfficiencyFactor_percent_1Hz": 56.06454999999999, "cycle": 1089, "timestamp": "2025-06-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.18953666666692, "PS2_Pressure_bar_100Hz": 106.95084666666652, "PS3_Pressure_bar_100Hz": 1.7139856666666602, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.115087166666722, "PS6_Pressure_bar_100Hz": 9.030222333333354, "FS1_VolumeFlow_l_per_min_10Hz": 6.365441666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.691658333333343, "TS1_Temperature_C_1Hz": 44.94461666666667, "TS2_Temperature_C_1Hz": 49.90186666666666, "TS3_Temperature_C_1Hz": 47.20476666666665, "TS4_Temperature_C_1Hz": 40.47184999999999, "P1_MotorPower_W_100Hz": 2483.4756333333617, "VS1_Vibration_mm_per_s_1Hz": 0.6201666666666666, "CE_CoolingEfficiency_percent_1Hz": 28.154750000000003, "CP_CoolingPower_kW_1Hz": 1.758566666666667, "SE_EfficiencyFactor_percent_1Hz": 56.13034999999999, "cycle": 1090, "timestamp": "2025-06-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.22178666666744, "PS2_Pressure_bar_100Hz": 106.97326683333301, "PS3_Pressure_bar_100Hz": 1.727976499999994, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.118269500000004, "PS6_Pressure_bar_100Hz": 9.03280883333339, "FS1_VolumeFlow_l_per_min_10Hz": 6.360628333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.696861666666669, "TS1_Temperature_C_1Hz": 44.934016666666665, "TS2_Temperature_C_1Hz": 49.894849999999984, "TS3_Temperature_C_1Hz": 47.178699999999985, "TS4_Temperature_C_1Hz": 40.48711666666666, "P1_MotorPower_W_100Hz": 2486.3469000000396, "VS1_Vibration_mm_per_s_1Hz": 0.6150000000000001, "CE_CoolingEfficiency_percent_1Hz": 28.047766666666657, "CP_CoolingPower_kW_1Hz": 1.7500666666666664, "SE_EfficiencyFactor_percent_1Hz": 55.97128333333334, "cycle": 1091, "timestamp": "2025-06-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23772166666674, "PS2_Pressure_bar_100Hz": 106.98445483333325, "PS3_Pressure_bar_100Hz": 1.7305345000000012, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.118735499999982, "PS6_Pressure_bar_100Hz": 9.03451133333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.362503333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.698818333333335, "TS1_Temperature_C_1Hz": 44.947766666666666, "TS2_Temperature_C_1Hz": 49.88471666666665, "TS3_Temperature_C_1Hz": 47.173049999999996, "TS4_Temperature_C_1Hz": 40.544249999999984, "P1_MotorPower_W_100Hz": 2487.0100333333635, "VS1_Vibration_mm_per_s_1Hz": 0.6241999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.694083333333335, "CP_CoolingPower_kW_1Hz": 1.7328166666666667, "SE_EfficiencyFactor_percent_1Hz": 56.03713333333333, "cycle": 1092, "timestamp": "2025-06-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.22081833333425, "PS2_Pressure_bar_100Hz": 106.96460916666646, "PS3_Pressure_bar_100Hz": 1.7286883333333256, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113477499999952, "PS6_Pressure_bar_100Hz": 9.029900000000039, "FS1_VolumeFlow_l_per_min_10Hz": 6.359126666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.694116666666693, "TS1_Temperature_C_1Hz": 44.95401666666666, "TS2_Temperature_C_1Hz": 49.89085, "TS3_Temperature_C_1Hz": 47.18436666666666, "TS4_Temperature_C_1Hz": 40.51726666666664, "P1_MotorPower_W_100Hz": 2483.6656666667136, "VS1_Vibration_mm_per_s_1Hz": 0.61425, "CE_CoolingEfficiency_percent_1Hz": 27.80151666666666, "CP_CoolingPower_kW_1Hz": 1.7421499999999996, "SE_EfficiencyFactor_percent_1Hz": 56.05295, "cycle": 1093, "timestamp": "2025-06-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2400983333337, "PS2_Pressure_bar_100Hz": 106.98632116666687, "PS3_Pressure_bar_100Hz": 1.7335278333333248, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.11580783333334, "PS6_Pressure_bar_100Hz": 9.031515666666689, "FS1_VolumeFlow_l_per_min_10Hz": 6.35703999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.693309999999999, "TS1_Temperature_C_1Hz": 44.900099999999995, "TS2_Temperature_C_1Hz": 49.88129999999998, "TS3_Temperature_C_1Hz": 47.185566666666666, "TS4_Temperature_C_1Hz": 40.446266666666666, "P1_MotorPower_W_100Hz": 2483.4189000000365, "VS1_Vibration_mm_per_s_1Hz": 0.6149000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.9894, "CP_CoolingPower_kW_1Hz": 1.7619333333333331, "SE_EfficiencyFactor_percent_1Hz": 56.060266666666685, "cycle": 1094, "timestamp": "2025-06-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.23671166666716, "PS2_Pressure_bar_100Hz": 106.9997871666665, "PS3_Pressure_bar_100Hz": 1.7266773333333292, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.117164333333326, "PS6_Pressure_bar_100Hz": 9.032712500000066, "FS1_VolumeFlow_l_per_min_10Hz": 6.351238333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.698470000000002, "TS1_Temperature_C_1Hz": 44.88434999999999, "TS2_Temperature_C_1Hz": 49.85008333333331, "TS3_Temperature_C_1Hz": 47.17295000000001, "TS4_Temperature_C_1Hz": 40.544250000000005, "P1_MotorPower_W_100Hz": 2484.085966666702, "VS1_Vibration_mm_per_s_1Hz": 0.61415, "CE_CoolingEfficiency_percent_1Hz": 27.603033333333336, "CP_CoolingPower_kW_1Hz": 1.7311333333333323, "SE_EfficiencyFactor_percent_1Hz": 55.93451666666665, "cycle": 1095, "timestamp": "2025-06-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.21211666666673, "PS2_Pressure_bar_100Hz": 106.93763849999982, "PS3_Pressure_bar_100Hz": 1.7281789999999861, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.112459999999968, "PS6_Pressure_bar_100Hz": 9.02801216666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.357378333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.69568000000001, "TS1_Temperature_C_1Hz": 44.88958333333333, "TS2_Temperature_C_1Hz": 49.84101666666665, "TS3_Temperature_C_1Hz": 47.17353333333333, "TS4_Temperature_C_1Hz": 40.51151666666666, "P1_MotorPower_W_100Hz": 2484.2404333333748, "VS1_Vibration_mm_per_s_1Hz": 0.6064166666666664, "CE_CoolingEfficiency_percent_1Hz": 27.793799999999997, "CP_CoolingPower_kW_1Hz": 1.7414666666666665, "SE_EfficiencyFactor_percent_1Hz": 55.98976666666666, "cycle": 1096, "timestamp": "2025-06-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.13997000000083, "PS2_Pressure_bar_100Hz": 107.17486666666701, "PS3_Pressure_bar_100Hz": 1.7300736666666543, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113837000000043, "PS6_Pressure_bar_100Hz": 9.029160333333376, "FS1_VolumeFlow_l_per_min_10Hz": 6.372228333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.691083333333324, "TS1_Temperature_C_1Hz": 44.89568333333333, "TS2_Temperature_C_1Hz": 49.83028333333333, "TS3_Temperature_C_1Hz": 47.16911666666666, "TS4_Temperature_C_1Hz": 40.57161666666666, "P1_MotorPower_W_100Hz": 2483.542100000063, "VS1_Vibration_mm_per_s_1Hz": 0.6087666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.457866666666668, "CP_CoolingPower_kW_1Hz": 1.722966666666666, "SE_EfficiencyFactor_percent_1Hz": 56.375283333333336, "cycle": 1097, "timestamp": "2025-07-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.12565999999953, "PS2_Pressure_bar_100Hz": 107.16180833333325, "PS3_Pressure_bar_100Hz": 1.730199666666663, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.115580166666671, "PS6_Pressure_bar_100Hz": 9.03069016666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.3710483333333325, "FS2_VolumeFlow_l_per_min_10Hz": 9.690503333333327, "TS1_Temperature_C_1Hz": 44.91831666666666, "TS2_Temperature_C_1Hz": 49.84058333333333, "TS3_Temperature_C_1Hz": 47.14938333333335, "TS4_Temperature_C_1Hz": 40.515333333333324, "P1_MotorPower_W_100Hz": 2483.1719333333763, "VS1_Vibration_mm_per_s_1Hz": 0.6093833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.656299999999995, "CP_CoolingPower_kW_1Hz": 1.7334999999999998, "SE_EfficiencyFactor_percent_1Hz": 56.376316666666675, "cycle": 1098, "timestamp": "2025-07-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.16325999999998, "PS2_Pressure_bar_100Hz": 107.18780716666686, "PS3_Pressure_bar_100Hz": 1.7313966666666598, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.119868500000024, "PS6_Pressure_bar_100Hz": 9.034765166666688, "FS1_VolumeFlow_l_per_min_10Hz": 6.3732016666666755, "FS2_VolumeFlow_l_per_min_10Hz": 9.691948333333336, "TS1_Temperature_C_1Hz": 44.93783333333333, "TS2_Temperature_C_1Hz": 49.850383333333326, "TS3_Temperature_C_1Hz": 47.15138333333332, "TS4_Temperature_C_1Hz": 40.48831666666664, "P1_MotorPower_W_100Hz": 2484.9760333333766, "VS1_Vibration_mm_per_s_1Hz": 0.6137499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.790950000000002, "CP_CoolingPower_kW_1Hz": 1.7401500000000003, "SE_EfficiencyFactor_percent_1Hz": 56.32520000000001, "cycle": 1099, "timestamp": "2025-07-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.13217833333394, "PS2_Pressure_bar_100Hz": 107.15540999999982, "PS3_Pressure_bar_100Hz": 1.7370094999999974, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.119122666666685, "PS6_Pressure_bar_100Hz": 9.033607000000012, "FS1_VolumeFlow_l_per_min_10Hz": 6.375918333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.693346666666669, "TS1_Temperature_C_1Hz": 44.93678333333333, "TS2_Temperature_C_1Hz": 49.84858333333332, "TS3_Temperature_C_1Hz": 47.16393333333335, "TS4_Temperature_C_1Hz": 40.501666666666665, "P1_MotorPower_W_100Hz": 2486.3681000000383, "VS1_Vibration_mm_per_s_1Hz": 0.5893833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.602433333333337, "CP_CoolingPower_kW_1Hz": 1.740916666666666, "SE_EfficiencyFactor_percent_1Hz": 56.34658333333332, "cycle": 1100, "timestamp": "2025-07-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1505950000009, "PS2_Pressure_bar_100Hz": 107.16745866666618, "PS3_Pressure_bar_100Hz": 1.7348529999999929, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.11764083333338, "PS6_Pressure_bar_100Hz": 9.03239133333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.370789999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.692805000000012, "TS1_Temperature_C_1Hz": 44.91356666666666, "TS2_Temperature_C_1Hz": 49.841916666666656, "TS3_Temperature_C_1Hz": 47.174933333333314, "TS4_Temperature_C_1Hz": 40.515983333333324, "P1_MotorPower_W_100Hz": 2485.9338333333726, "VS1_Vibration_mm_per_s_1Hz": 0.61425, "CE_CoolingEfficiency_percent_1Hz": 27.51141666666667, "CP_CoolingPower_kW_1Hz": 1.7384166666666665, "SE_EfficiencyFactor_percent_1Hz": 56.266933333333334, "cycle": 1101, "timestamp": "2025-07-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1420783333334, "PS2_Pressure_bar_100Hz": 107.17390716666667, "PS3_Pressure_bar_100Hz": 1.7356874999999945, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.112151833333341, "PS6_Pressure_bar_100Hz": 9.027049500000045, "FS1_VolumeFlow_l_per_min_10Hz": 6.37257833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.687636666666668, "TS1_Temperature_C_1Hz": 44.91248333333332, "TS2_Temperature_C_1Hz": 49.84108333333332, "TS3_Temperature_C_1Hz": 47.147099999999995, "TS4_Temperature_C_1Hz": 40.509083333333315, "P1_MotorPower_W_100Hz": 2484.623733333346, "VS1_Vibration_mm_per_s_1Hz": 0.6135833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.437666666666658, "CP_CoolingPower_kW_1Hz": 1.732766666666667, "SE_EfficiencyFactor_percent_1Hz": 56.346766666666646, "cycle": 1102, "timestamp": "2025-07-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.14130666666776, "PS2_Pressure_bar_100Hz": 107.17058749999975, "PS3_Pressure_bar_100Hz": 1.7373753333333204, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113453166666654, "PS6_Pressure_bar_100Hz": 9.028341500000067, "FS1_VolumeFlow_l_per_min_10Hz": 6.367144999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.684811666666677, "TS1_Temperature_C_1Hz": 44.89516666666666, "TS2_Temperature_C_1Hz": 49.83918333333334, "TS3_Temperature_C_1Hz": 47.14143333333332, "TS4_Temperature_C_1Hz": 40.44578333333332, "P1_MotorPower_W_100Hz": 2482.8014333333526, "VS1_Vibration_mm_per_s_1Hz": 0.6113333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.610233333333333, "CP_CoolingPower_kW_1Hz": 1.7479999999999998, "SE_EfficiencyFactor_percent_1Hz": 56.30783333333333, "cycle": 1103, "timestamp": "2025-07-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.1573266666668, "PS2_Pressure_bar_100Hz": 107.15872199999977, "PS3_Pressure_bar_100Hz": 1.7303571666666506, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113201166666666, "PS6_Pressure_bar_100Hz": 9.027670666666719, "FS1_VolumeFlow_l_per_min_10Hz": 6.373900000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.687086666666682, "TS1_Temperature_C_1Hz": 44.89873333333332, "TS2_Temperature_C_1Hz": 49.83233333333331, "TS3_Temperature_C_1Hz": 47.13629999999999, "TS4_Temperature_C_1Hz": 40.46763333333331, "P1_MotorPower_W_100Hz": 2481.0362666666906, "VS1_Vibration_mm_per_s_1Hz": 0.6111166666666671, "CE_CoolingEfficiency_percent_1Hz": 27.509099999999997, "CP_CoolingPower_kW_1Hz": 1.7392999999999998, "SE_EfficiencyFactor_percent_1Hz": 56.460216666666646, "cycle": 1104, "timestamp": "2025-07-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.15498500000075, "PS2_Pressure_bar_100Hz": 107.16907866666662, "PS3_Pressure_bar_100Hz": 1.7337894999999908, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.118381333333359, "PS6_Pressure_bar_100Hz": 9.032633333333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.383021666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.689995000000012, "TS1_Temperature_C_1Hz": 44.87976666666665, "TS2_Temperature_C_1Hz": 49.81838333333333, "TS3_Temperature_C_1Hz": 47.12694999999998, "TS4_Temperature_C_1Hz": 40.435616666666654, "P1_MotorPower_W_100Hz": 2480.367700000046, "VS1_Vibration_mm_per_s_1Hz": 0.6126, "CE_CoolingEfficiency_percent_1Hz": 27.709416666666662, "CP_CoolingPower_kW_1Hz": 1.7475833333333335, "SE_EfficiencyFactor_percent_1Hz": 56.56513333333332, "cycle": 1105, "timestamp": "2025-07-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.16008833333385, "PS2_Pressure_bar_100Hz": 107.17087766666617, "PS3_Pressure_bar_100Hz": 1.7304566666666552, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.11715466666666, "PS6_Pressure_bar_100Hz": 9.032079666666698, "FS1_VolumeFlow_l_per_min_10Hz": 6.377923333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.688573333333332, "TS1_Temperature_C_1Hz": 44.851783333333316, "TS2_Temperature_C_1Hz": 49.80511666666668, "TS3_Temperature_C_1Hz": 47.13043333333333, "TS4_Temperature_C_1Hz": 40.42904999999999, "P1_MotorPower_W_100Hz": 2480.7054000000385, "VS1_Vibration_mm_per_s_1Hz": 0.6188833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.592216666666666, "CP_CoolingPower_kW_1Hz": 1.7493666666666667, "SE_EfficiencyFactor_percent_1Hz": 56.48763333333333, "cycle": 1106, "timestamp": "2025-07-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.0996916666675, "PS2_Pressure_bar_100Hz": 107.30056149999993, "PS3_Pressure_bar_100Hz": 1.729351833333326, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.11957383333335, "PS6_Pressure_bar_100Hz": 9.035673333333378, "FS1_VolumeFlow_l_per_min_10Hz": 6.377100000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.692348333333337, "TS1_Temperature_C_1Hz": 44.84049999999999, "TS2_Temperature_C_1Hz": 49.80408333333333, "TS3_Temperature_C_1Hz": 47.110416666666666, "TS4_Temperature_C_1Hz": 40.43334999999998, "P1_MotorPower_W_100Hz": 2481.863633333389, "VS1_Vibration_mm_per_s_1Hz": 0.6182166666666669, "CE_CoolingEfficiency_percent_1Hz": 27.520650000000003, "CP_CoolingPower_kW_1Hz": 1.7437999999999991, "SE_EfficiencyFactor_percent_1Hz": 56.53961666666665, "cycle": 1107, "timestamp": "2025-07-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.10976833333402, "PS2_Pressure_bar_100Hz": 107.3234034999997, "PS3_Pressure_bar_100Hz": 1.7386353333333255, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.120019500000014, "PS6_Pressure_bar_100Hz": 9.035542333333353, "FS1_VolumeFlow_l_per_min_10Hz": 6.371818333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.693021666666668, "TS1_Temperature_C_1Hz": 44.84586666666666, "TS2_Temperature_C_1Hz": 49.79245000000002, "TS3_Temperature_C_1Hz": 47.10439999999999, "TS4_Temperature_C_1Hz": 40.432383333333306, "P1_MotorPower_W_100Hz": 2484.7116666667084, "VS1_Vibration_mm_per_s_1Hz": 0.6118166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.716900000000006, "CP_CoolingPower_kW_1Hz": 1.7424000000000002, "SE_EfficiencyFactor_percent_1Hz": 56.426000000000016, "cycle": 1108, "timestamp": "2025-07-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.13056500000135, "PS2_Pressure_bar_100Hz": 107.33137333333319, "PS3_Pressure_bar_100Hz": 1.7314376666666589, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.12243133333336, "PS6_Pressure_bar_100Hz": 9.038219833333368, "FS1_VolumeFlow_l_per_min_10Hz": 6.360961666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.696338333333337, "TS1_Temperature_C_1Hz": 44.83664999999999, "TS2_Temperature_C_1Hz": 49.780583333333354, "TS3_Temperature_C_1Hz": 47.10095, "TS4_Temperature_C_1Hz": 40.43959999999998, "P1_MotorPower_W_100Hz": 2486.1884000000455, "VS1_Vibration_mm_per_s_1Hz": 0.6107833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.766749999999995, "CP_CoolingPower_kW_1Hz": 1.7408166666666662, "SE_EfficiencyFactor_percent_1Hz": 56.15454999999999, "cycle": 1109, "timestamp": "2025-07-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.11796000000058, "PS2_Pressure_bar_100Hz": 107.32321566666651, "PS3_Pressure_bar_100Hz": 1.73077616666666, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.127472833333336, "PS6_Pressure_bar_100Hz": 9.043256833333382, "FS1_VolumeFlow_l_per_min_10Hz": 6.374073333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.696810000000006, "TS1_Temperature_C_1Hz": 44.855149999999995, "TS2_Temperature_C_1Hz": 49.787383333333324, "TS3_Temperature_C_1Hz": 47.077633333333324, "TS4_Temperature_C_1Hz": 40.429283333333316, "P1_MotorPower_W_100Hz": 2486.597133333362, "VS1_Vibration_mm_per_s_1Hz": 0.6075666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.599850000000004, "CP_CoolingPower_kW_1Hz": 1.7362666666666662, "SE_EfficiencyFactor_percent_1Hz": 56.34993333333334, "cycle": 1110, "timestamp": "2025-07-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.10019500000058, "PS2_Pressure_bar_100Hz": 107.3251039999999, "PS3_Pressure_bar_100Hz": 1.7314731666666567, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.129171333333398, "PS6_Pressure_bar_100Hz": 9.045512333333376, "FS1_VolumeFlow_l_per_min_10Hz": 6.366933333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.697876666666673, "TS1_Temperature_C_1Hz": 44.84239999999996, "TS2_Temperature_C_1Hz": 49.780383333333326, "TS3_Temperature_C_1Hz": 47.07030000000001, "TS4_Temperature_C_1Hz": 40.40733333333331, "P1_MotorPower_W_100Hz": 2482.6513000000173, "VS1_Vibration_mm_per_s_1Hz": 0.6105833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.645583333333327, "CP_CoolingPower_kW_1Hz": 1.7409833333333329, "SE_EfficiencyFactor_percent_1Hz": 56.387216666666674, "cycle": 1111, "timestamp": "2025-07-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.12187833333408, "PS2_Pressure_bar_100Hz": 107.34046833333278, "PS3_Pressure_bar_100Hz": 1.7189076666666525, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.123205166666676, "PS6_Pressure_bar_100Hz": 9.039414000000045, "FS1_VolumeFlow_l_per_min_10Hz": 6.3600350000000025, "FS2_VolumeFlow_l_per_min_10Hz": 9.695851666666677, "TS1_Temperature_C_1Hz": 44.841716666666656, "TS2_Temperature_C_1Hz": 49.772716666666675, "TS3_Temperature_C_1Hz": 47.0746833333333, "TS4_Temperature_C_1Hz": 40.43144999999997, "P1_MotorPower_W_100Hz": 2481.7538333333673, "VS1_Vibration_mm_per_s_1Hz": 0.6142500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.678733333333334, "CP_CoolingPower_kW_1Hz": 1.7368500000000002, "SE_EfficiencyFactor_percent_1Hz": 56.310216666666655, "cycle": 1112, "timestamp": "2025-07-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.11052333333353, "PS2_Pressure_bar_100Hz": 107.32237100000008, "PS3_Pressure_bar_100Hz": 1.7164478333333215, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.12241083333335, "PS6_Pressure_bar_100Hz": 9.038010333333364, "FS1_VolumeFlow_l_per_min_10Hz": 6.359834999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.691360000000005, "TS1_Temperature_C_1Hz": 44.84014999999998, "TS2_Temperature_C_1Hz": 49.782916666666665, "TS3_Temperature_C_1Hz": 47.07241666666667, "TS4_Temperature_C_1Hz": 40.41254999999997, "P1_MotorPower_W_100Hz": 2481.722766666669, "VS1_Vibration_mm_per_s_1Hz": 0.61745, "CE_CoolingEfficiency_percent_1Hz": 27.60428333333334, "CP_CoolingPower_kW_1Hz": 1.7389666666666665, "SE_EfficiencyFactor_percent_1Hz": 56.24545, "cycle": 1113, "timestamp": "2025-07-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.12481500000032, "PS2_Pressure_bar_100Hz": 107.34735083333312, "PS3_Pressure_bar_100Hz": 1.7240073333333197, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.120050333333378, "PS6_Pressure_bar_100Hz": 9.035213833333405, "FS1_VolumeFlow_l_per_min_10Hz": 6.369336666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.688558333333322, "TS1_Temperature_C_1Hz": 44.827299999999966, "TS2_Temperature_C_1Hz": 49.783483333333336, "TS3_Temperature_C_1Hz": 47.075299999999984, "TS4_Temperature_C_1Hz": 40.41093333333331, "P1_MotorPower_W_100Hz": 2481.522766666677, "VS1_Vibration_mm_per_s_1Hz": 0.6139333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.58201666666665, "CP_CoolingPower_kW_1Hz": 1.7394499999999995, "SE_EfficiencyFactor_percent_1Hz": 56.460583333333346, "cycle": 1114, "timestamp": "2025-07-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.12513333333382, "PS2_Pressure_bar_100Hz": 107.35039116666692, "PS3_Pressure_bar_100Hz": 1.7303145000000049, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.116491333333343, "PS6_Pressure_bar_100Hz": 9.032029666666697, "FS1_VolumeFlow_l_per_min_10Hz": 6.362506666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.68517500000001, "TS1_Temperature_C_1Hz": 44.79139999999998, "TS2_Temperature_C_1Hz": 49.77251666666664, "TS3_Temperature_C_1Hz": 47.07254999999999, "TS4_Temperature_C_1Hz": 40.312466666666644, "P1_MotorPower_W_100Hz": 2481.8839000000166, "VS1_Vibration_mm_per_s_1Hz": 0.6152333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.980383333333315, "CP_CoolingPower_kW_1Hz": 1.7637833333333328, "SE_EfficiencyFactor_percent_1Hz": 56.33186666666667, "cycle": 1115, "timestamp": "2025-07-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.12771333333382, "PS2_Pressure_bar_100Hz": 107.34139916666692, "PS3_Pressure_bar_100Hz": 1.732429999999998, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113459499999998, "PS6_Pressure_bar_100Hz": 9.029682000000042, "FS1_VolumeFlow_l_per_min_10Hz": 6.368260000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.687559999999992, "TS1_Temperature_C_1Hz": 44.79423333333331, "TS2_Temperature_C_1Hz": 49.76038333333334, "TS3_Temperature_C_1Hz": 47.04284999999998, "TS4_Temperature_C_1Hz": 40.389416666666655, "P1_MotorPower_W_100Hz": 2481.475600000025, "VS1_Vibration_mm_per_s_1Hz": 0.6159166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.671150000000004, "CP_CoolingPower_kW_1Hz": 1.7361166666666668, "SE_EfficiencyFactor_percent_1Hz": 56.45343333333333, "cycle": 1116, "timestamp": "2025-07-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36574000000022, "PS2_Pressure_bar_100Hz": 107.50248083333356, "PS3_Pressure_bar_100Hz": 1.7672851666666702, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.117593166666701, "PS6_Pressure_bar_100Hz": 9.033800166666712, "FS1_VolumeFlow_l_per_min_10Hz": 6.456285, "FS2_VolumeFlow_l_per_min_10Hz": 9.690606666666662, "TS1_Temperature_C_1Hz": 44.80718333333332, "TS2_Temperature_C_1Hz": 49.759533333333316, "TS3_Temperature_C_1Hz": 47.051533333333325, "TS4_Temperature_C_1Hz": 40.40253333333331, "P1_MotorPower_W_100Hz": 2470.59396666668, "VS1_Vibration_mm_per_s_1Hz": 0.6156000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.61168333333333, "CP_CoolingPower_kW_1Hz": 1.7368666666666654, "SE_EfficiencyFactor_percent_1Hz": 57.49508333333336, "cycle": 1117, "timestamp": "2025-07-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.57831166666705, "PS2_Pressure_bar_100Hz": 106.88937000000017, "PS3_Pressure_bar_100Hz": 1.7585820000000052, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.121868000000067, "PS6_Pressure_bar_100Hz": 9.03700483333339, "FS1_VolumeFlow_l_per_min_10Hz": 6.415699999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.693018333333326, "TS1_Temperature_C_1Hz": 44.834416666666655, "TS2_Temperature_C_1Hz": 49.772199999999984, "TS3_Temperature_C_1Hz": 47.02351666666666, "TS4_Temperature_C_1Hz": 40.42419999999998, "P1_MotorPower_W_100Hz": 2473.629766666687, "VS1_Vibration_mm_per_s_1Hz": 0.6179833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.36115000000001, "CP_CoolingPower_kW_1Hz": 1.72175, "SE_EfficiencyFactor_percent_1Hz": 56.40746666666667, "cycle": 1118, "timestamp": "2025-07-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.56248666666642, "PS2_Pressure_bar_100Hz": 106.8728358333339, "PS3_Pressure_bar_100Hz": 1.7572766666666741, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.119511, "PS6_Pressure_bar_100Hz": 9.034994666666716, "FS1_VolumeFlow_l_per_min_10Hz": 6.426615000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.68837666666666, "TS1_Temperature_C_1Hz": 44.83890000000001, "TS2_Temperature_C_1Hz": 49.78788333333334, "TS3_Temperature_C_1Hz": 47.03273333333333, "TS4_Temperature_C_1Hz": 40.320399999999985, "P1_MotorPower_W_100Hz": 2472.545866666701, "VS1_Vibration_mm_per_s_1Hz": 0.6199333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.924149999999997, "CP_CoolingPower_kW_1Hz": 1.751866666666666, "SE_EfficiencyFactor_percent_1Hz": 56.61148333333334, "cycle": 1119, "timestamp": "2025-07-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.55715833333244, "PS2_Pressure_bar_100Hz": 106.87725450000022, "PS3_Pressure_bar_100Hz": 1.7555608333333355, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.114177333333311, "PS6_Pressure_bar_100Hz": 9.029955166666687, "FS1_VolumeFlow_l_per_min_10Hz": 6.418746666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.68441999999999, "TS1_Temperature_C_1Hz": 44.81811666666665, "TS2_Temperature_C_1Hz": 49.78801666666666, "TS3_Temperature_C_1Hz": 47.05801666666668, "TS4_Temperature_C_1Hz": 40.33164999999999, "P1_MotorPower_W_100Hz": 2469.043800000054, "VS1_Vibration_mm_per_s_1Hz": 0.6220666666666669, "CE_CoolingEfficiency_percent_1Hz": 27.978899999999996, "CP_CoolingPower_kW_1Hz": 1.7571, "SE_EfficiencyFactor_percent_1Hz": 56.526466666666686, "cycle": 1120, "timestamp": "2025-07-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5996916666668, "PS2_Pressure_bar_100Hz": 106.9261043333341, "PS3_Pressure_bar_100Hz": 1.7444603333333313, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.111863833333286, "PS6_Pressure_bar_100Hz": 9.02767666666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.433054999999993, "FS2_VolumeFlow_l_per_min_10Hz": 9.685698333333335, "TS1_Temperature_C_1Hz": 44.813883333333315, "TS2_Temperature_C_1Hz": 49.77825000000003, "TS3_Temperature_C_1Hz": 47.06073333333331, "TS4_Temperature_C_1Hz": 40.41356666666664, "P1_MotorPower_W_100Hz": 2468.3533000000393, "VS1_Vibration_mm_per_s_1Hz": 0.6222, "CE_CoolingEfficiency_percent_1Hz": 27.548150000000003, "CP_CoolingPower_kW_1Hz": 1.7361499999999992, "SE_EfficiencyFactor_percent_1Hz": 56.71190000000002, "cycle": 1121, "timestamp": "2025-07-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5979650000001, "PS2_Pressure_bar_100Hz": 106.89223683333398, "PS3_Pressure_bar_100Hz": 1.7519056666666672, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113320000000025, "PS6_Pressure_bar_100Hz": 9.029514833333357, "FS1_VolumeFlow_l_per_min_10Hz": 6.428663333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.68458666666666, "TS1_Temperature_C_1Hz": 44.81905, "TS2_Temperature_C_1Hz": 49.7704, "TS3_Temperature_C_1Hz": 47.02120000000001, "TS4_Temperature_C_1Hz": 40.425799999999974, "P1_MotorPower_W_100Hz": 2466.1657666667015, "VS1_Vibration_mm_per_s_1Hz": 0.6264833333333336, "CE_CoolingEfficiency_percent_1Hz": 27.347650000000005, "CP_CoolingPower_kW_1Hz": 1.7214499999999995, "SE_EfficiencyFactor_percent_1Hz": 56.76091666666669, "cycle": 1122, "timestamp": "2025-07-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.58644833333287, "PS2_Pressure_bar_100Hz": 106.8707091666675, "PS3_Pressure_bar_100Hz": 1.7584408333333383, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.11973566666667, "PS6_Pressure_bar_100Hz": 9.035519333333355, "FS1_VolumeFlow_l_per_min_10Hz": 6.441824999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.68851833333333, "TS1_Temperature_C_1Hz": 44.83953333333331, "TS2_Temperature_C_1Hz": 49.782433333333316, "TS3_Temperature_C_1Hz": 47.038533333333326, "TS4_Temperature_C_1Hz": 40.41018333333331, "P1_MotorPower_W_100Hz": 2466.244866666727, "VS1_Vibration_mm_per_s_1Hz": 0.6231499999999998, "CE_CoolingEfficiency_percent_1Hz": 27.42865000000001, "CP_CoolingPower_kW_1Hz": 1.7300833333333334, "SE_EfficiencyFactor_percent_1Hz": 56.911133333333346, "cycle": 1123, "timestamp": "2025-07-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.60234000000005, "PS2_Pressure_bar_100Hz": 106.91638983333394, "PS3_Pressure_bar_100Hz": 1.74909933333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.12026216666668, "PS6_Pressure_bar_100Hz": 9.0360051666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.435258333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.686491666666665, "TS1_Temperature_C_1Hz": 44.82771666666664, "TS2_Temperature_C_1Hz": 49.78293333333333, "TS3_Temperature_C_1Hz": 47.02863333333333, "TS4_Temperature_C_1Hz": 40.41348333333333, "P1_MotorPower_W_100Hz": 2467.523666666717, "VS1_Vibration_mm_per_s_1Hz": 0.6163166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.304316666666676, "CP_CoolingPower_kW_1Hz": 1.72675, "SE_EfficiencyFactor_percent_1Hz": 56.79358333333333, "cycle": 1124, "timestamp": "2025-07-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.607873333333, "PS2_Pressure_bar_100Hz": 106.91293483333402, "PS3_Pressure_bar_100Hz": 1.7528963333333332, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.12095033333337, "PS6_Pressure_bar_100Hz": 9.036976000000042, "FS1_VolumeFlow_l_per_min_10Hz": 6.426161666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.688625, "TS1_Temperature_C_1Hz": 44.807883333333315, "TS2_Temperature_C_1Hz": 49.77491666666665, "TS3_Temperature_C_1Hz": 47.03163333333332, "TS4_Temperature_C_1Hz": 40.403349999999975, "P1_MotorPower_W_100Hz": 2471.347233333383, "VS1_Vibration_mm_per_s_1Hz": 0.6188333333333331, "CE_CoolingEfficiency_percent_1Hz": 27.35161666666667, "CP_CoolingPower_kW_1Hz": 1.7304500000000005, "SE_EfficiencyFactor_percent_1Hz": 56.59396666666666, "cycle": 1125, "timestamp": "2025-07-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.60244166666615, "PS2_Pressure_bar_100Hz": 106.90453000000021, "PS3_Pressure_bar_100Hz": 1.7601850000000068, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.131770333333337, "PS6_Pressure_bar_100Hz": 9.048098500000009, "FS1_VolumeFlow_l_per_min_10Hz": 6.424093333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.694966666666677, "TS1_Temperature_C_1Hz": 44.803949999999986, "TS2_Temperature_C_1Hz": 49.76395000000001, "TS3_Temperature_C_1Hz": 47.02295, "TS4_Temperature_C_1Hz": 40.34751666666664, "P1_MotorPower_W_100Hz": 2477.0189000000623, "VS1_Vibration_mm_per_s_1Hz": 0.6138333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.687299999999997, "CP_CoolingPower_kW_1Hz": 1.7440166666666665, "SE_EfficiencyFactor_percent_1Hz": 56.348983333333344, "cycle": 1126, "timestamp": "2025-07-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.62269499999994, "PS2_Pressure_bar_100Hz": 106.91248116666732, "PS3_Pressure_bar_100Hz": 1.7515791666666682, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.12655733333335, "PS6_Pressure_bar_100Hz": 9.042425499999974, "FS1_VolumeFlow_l_per_min_10Hz": 6.4305733333333315, "FS2_VolumeFlow_l_per_min_10Hz": 9.69291000000001, "TS1_Temperature_C_1Hz": 44.79876666666666, "TS2_Temperature_C_1Hz": 49.752833333333335, "TS3_Temperature_C_1Hz": 47.02773333333332, "TS4_Temperature_C_1Hz": 40.327949999999966, "P1_MotorPower_W_100Hz": 2474.5583666667158, "VS1_Vibration_mm_per_s_1Hz": 0.61335, "CE_CoolingEfficiency_percent_1Hz": 27.889266666666675, "CP_CoolingPower_kW_1Hz": 1.7494333333333327, "SE_EfficiencyFactor_percent_1Hz": 56.55526666666667, "cycle": 1127, "timestamp": "2025-07-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.52174666666673, "PS2_Pressure_bar_100Hz": 107.15781133333392, "PS3_Pressure_bar_100Hz": 1.7587131666666722, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.133249333333358, "PS6_Pressure_bar_100Hz": 9.049173833333377, "FS1_VolumeFlow_l_per_min_10Hz": 6.467766666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.696905000000012, "TS1_Temperature_C_1Hz": 44.79071666666665, "TS2_Temperature_C_1Hz": 49.75296666666665, "TS3_Temperature_C_1Hz": 47.00281666666667, "TS4_Temperature_C_1Hz": 40.35884999999999, "P1_MotorPower_W_100Hz": 2472.756966666716, "VS1_Vibration_mm_per_s_1Hz": 0.6147666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.713066666666673, "CP_CoolingPower_kW_1Hz": 1.7373666666666665, "SE_EfficiencyFactor_percent_1Hz": 57.36196666666667, "cycle": 1128, "timestamp": "2025-08-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.55006000000057, "PS2_Pressure_bar_100Hz": 107.18900183333395, "PS3_Pressure_bar_100Hz": 1.7577160000000016, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.126954833333356, "PS6_Pressure_bar_100Hz": 9.042389500000054, "FS1_VolumeFlow_l_per_min_10Hz": 6.46010666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.693874999999995, "TS1_Temperature_C_1Hz": 44.78436666666664, "TS2_Temperature_C_1Hz": 49.73833333333334, "TS3_Temperature_C_1Hz": 47.04115, "TS4_Temperature_C_1Hz": 40.43691666666666, "P1_MotorPower_W_100Hz": 2473.095133333347, "VS1_Vibration_mm_per_s_1Hz": 0.6135666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.46943333333333, "CP_CoolingPower_kW_1Hz": 1.725333333333332, "SE_EfficiencyFactor_percent_1Hz": 57.29461666666666, "cycle": 1129, "timestamp": "2025-08-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5455600000009, "PS2_Pressure_bar_100Hz": 107.1923063333338, "PS3_Pressure_bar_100Hz": 1.7591311666666727, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.126053833333348, "PS6_Pressure_bar_100Hz": 9.042111666666692, "FS1_VolumeFlow_l_per_min_10Hz": 6.462990000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.692470000000002, "TS1_Temperature_C_1Hz": 44.76703333333333, "TS2_Temperature_C_1Hz": 49.74239999999998, "TS3_Temperature_C_1Hz": 47.06336666666665, "TS4_Temperature_C_1Hz": 40.42036666666664, "P1_MotorPower_W_100Hz": 2473.3819666667255, "VS1_Vibration_mm_per_s_1Hz": 0.6164666666666665, "CE_CoolingEfficiency_percent_1Hz": 27.49095000000001, "CP_CoolingPower_kW_1Hz": 1.7350500000000002, "SE_EfficiencyFactor_percent_1Hz": 57.29478333333335, "cycle": 1130, "timestamp": "2025-08-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.54226166666723, "PS2_Pressure_bar_100Hz": 107.18229866666739, "PS3_Pressure_bar_100Hz": 1.7585426666666693, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.131575500000034, "PS6_Pressure_bar_100Hz": 9.048259333333363, "FS1_VolumeFlow_l_per_min_10Hz": 6.465331666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.69342000000001, "TS1_Temperature_C_1Hz": 44.75651666666666, "TS2_Temperature_C_1Hz": 49.730266666666644, "TS3_Temperature_C_1Hz": 47.03803333333333, "TS4_Temperature_C_1Hz": 40.38645, "P1_MotorPower_W_100Hz": 2473.7244000000455, "VS1_Vibration_mm_per_s_1Hz": 0.6236999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.490700000000007, "CP_CoolingPower_kW_1Hz": 1.7371999999999994, "SE_EfficiencyFactor_percent_1Hz": 57.39163333333336, "cycle": 1131, "timestamp": "2025-08-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.52971333333366, "PS2_Pressure_bar_100Hz": 107.19768616666684, "PS3_Pressure_bar_100Hz": 1.7611081666666741, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.133200000000041, "PS6_Pressure_bar_100Hz": 9.04967233333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.458111666666662, "FS2_VolumeFlow_l_per_min_10Hz": 9.69353666666666, "TS1_Temperature_C_1Hz": 44.73944999999999, "TS2_Temperature_C_1Hz": 49.721599999999974, "TS3_Temperature_C_1Hz": 47.019933333333356, "TS4_Temperature_C_1Hz": 40.35244999999998, "P1_MotorPower_W_100Hz": 2475.2615333334115, "VS1_Vibration_mm_per_s_1Hz": 0.61345, "CE_CoolingEfficiency_percent_1Hz": 27.51596666666666, "CP_CoolingPower_kW_1Hz": 1.7402333333333322, "SE_EfficiencyFactor_percent_1Hz": 57.17928333333332, "cycle": 1132, "timestamp": "2025-08-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.52877000000026, "PS2_Pressure_bar_100Hz": 107.20294616666719, "PS3_Pressure_bar_100Hz": 1.7633831666666775, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.133896666666699, "PS6_Pressure_bar_100Hz": 9.050554666666685, "FS1_VolumeFlow_l_per_min_10Hz": 6.465518333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.690550000000004, "TS1_Temperature_C_1Hz": 44.73115, "TS2_Temperature_C_1Hz": 49.712966666666674, "TS3_Temperature_C_1Hz": 47.00778333333334, "TS4_Temperature_C_1Hz": 40.278916666666646, "P1_MotorPower_W_100Hz": 2474.492166666684, "VS1_Vibration_mm_per_s_1Hz": 0.5975166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.783883333333335, "CP_CoolingPower_kW_1Hz": 1.7546666666666666, "SE_EfficiencyFactor_percent_1Hz": 57.34155000000001, "cycle": 1133, "timestamp": "2025-08-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.52423833333322, "PS2_Pressure_bar_100Hz": 107.20662983333372, "PS3_Pressure_bar_100Hz": 1.7658648333333373, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.134929333333357, "PS6_Pressure_bar_100Hz": 9.051629666666686, "FS1_VolumeFlow_l_per_min_10Hz": 6.461336666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.68924333333335, "TS1_Temperature_C_1Hz": 44.73718333333332, "TS2_Temperature_C_1Hz": 49.71186666666666, "TS3_Temperature_C_1Hz": 46.987333333333346, "TS4_Temperature_C_1Hz": 40.27063333333333, "P1_MotorPower_W_100Hz": 2475.1366000000653, "VS1_Vibration_mm_per_s_1Hz": 0.61415, "CE_CoolingEfficiency_percent_1Hz": 27.74581666666666, "CP_CoolingPower_kW_1Hz": 1.7522999999999993, "SE_EfficiencyFactor_percent_1Hz": 57.24509999999999, "cycle": 1134, "timestamp": "2025-08-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.55461000000093, "PS2_Pressure_bar_100Hz": 107.22745200000071, "PS3_Pressure_bar_100Hz": 1.766370833333336, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.13473200000003, "PS6_Pressure_bar_100Hz": 9.051331833333363, "FS1_VolumeFlow_l_per_min_10Hz": 6.458286666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.689231666666664, "TS1_Temperature_C_1Hz": 44.69894999999999, "TS2_Temperature_C_1Hz": 49.703116666666645, "TS3_Temperature_C_1Hz": 46.978766666666665, "TS4_Temperature_C_1Hz": 40.26483333333331, "P1_MotorPower_W_100Hz": 2475.9276666666956, "VS1_Vibration_mm_per_s_1Hz": 0.6137, "CE_CoolingEfficiency_percent_1Hz": 27.747133333333338, "CP_CoolingPower_kW_1Hz": 1.7504833333333327, "SE_EfficiencyFactor_percent_1Hz": 57.16240000000002, "cycle": 1135, "timestamp": "2025-08-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.52606500000067, "PS2_Pressure_bar_100Hz": 107.17268350000057, "PS3_Pressure_bar_100Hz": 1.7586311666666745, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.132585166666699, "PS6_Pressure_bar_100Hz": 9.049324666666692, "FS1_VolumeFlow_l_per_min_10Hz": 6.461058333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.690035000000002, "TS1_Temperature_C_1Hz": 44.70068333333332, "TS2_Temperature_C_1Hz": 49.69295, "TS3_Temperature_C_1Hz": 46.95698333333334, "TS4_Temperature_C_1Hz": 40.284366666666656, "P1_MotorPower_W_100Hz": 2476.5517000000127, "VS1_Vibration_mm_per_s_1Hz": 0.6107999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.635350000000013, "CP_CoolingPower_kW_1Hz": 1.7427833333333331, "SE_EfficiencyFactor_percent_1Hz": 57.206083333333346, "cycle": 1136, "timestamp": "2025-08-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.55619166666762, "PS2_Pressure_bar_100Hz": 107.19815250000039, "PS3_Pressure_bar_100Hz": 1.760677333333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.136068166666691, "PS6_Pressure_bar_100Hz": 9.05237666666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.469719999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.694931666666667, "TS1_Temperature_C_1Hz": 44.72291666666665, "TS2_Temperature_C_1Hz": 49.695716666666634, "TS3_Temperature_C_1Hz": 46.96838333333332, "TS4_Temperature_C_1Hz": 40.26483333333335, "P1_MotorPower_W_100Hz": 2476.758100000066, "VS1_Vibration_mm_per_s_1Hz": 0.6137166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.741933333333332, "CP_CoolingPower_kW_1Hz": 1.7508166666666667, "SE_EfficiencyFactor_percent_1Hz": 57.31998333333331, "cycle": 1137, "timestamp": "2025-08-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5090350000008, "PS2_Pressure_bar_100Hz": 107.40838883333426, "PS3_Pressure_bar_100Hz": 1.7647253333333444, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.13543783333339, "PS6_Pressure_bar_100Hz": 9.051478499999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.481715000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.692508333333327, "TS1_Temperature_C_1Hz": 44.71506666666666, "TS2_Temperature_C_1Hz": 49.69906666666665, "TS3_Temperature_C_1Hz": 46.95685000000002, "TS4_Temperature_C_1Hz": 40.29111666666667, "P1_MotorPower_W_100Hz": 2474.7764000000266, "VS1_Vibration_mm_per_s_1Hz": 0.6161833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.579733333333344, "CP_CoolingPower_kW_1Hz": 1.7410166666666667, "SE_EfficiencyFactor_percent_1Hz": 57.69238333333331, "cycle": 1138, "timestamp": "2025-08-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.51948666666806, "PS2_Pressure_bar_100Hz": 107.43525516666737, "PS3_Pressure_bar_100Hz": 1.7615555000000016, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.1364141666667, "PS6_Pressure_bar_100Hz": 9.052812333333355, "FS1_VolumeFlow_l_per_min_10Hz": 6.486073333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.693868333333343, "TS1_Temperature_C_1Hz": 44.70736666666666, "TS2_Temperature_C_1Hz": 49.690749999999994, "TS3_Temperature_C_1Hz": 46.951283333333315, "TS4_Temperature_C_1Hz": 40.27131666666666, "P1_MotorPower_W_100Hz": 2475.3672666666826, "VS1_Vibration_mm_per_s_1Hz": 0.6164000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.654766666666664, "CP_CoolingPower_kW_1Hz": 1.7454000000000005, "SE_EfficiencyFactor_percent_1Hz": 57.70375000000002, "cycle": 1139, "timestamp": "2025-08-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.53160666666741, "PS2_Pressure_bar_100Hz": 107.45162083333372, "PS3_Pressure_bar_100Hz": 1.7649176666666695, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.139872500000049, "PS6_Pressure_bar_100Hz": 9.057003333333347, "FS1_VolumeFlow_l_per_min_10Hz": 6.482813333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.694869999999991, "TS1_Temperature_C_1Hz": 44.68593333333332, "TS2_Temperature_C_1Hz": 49.68838333333333, "TS3_Temperature_C_1Hz": 46.94416666666666, "TS4_Temperature_C_1Hz": 40.25018333333331, "P1_MotorPower_W_100Hz": 2476.4333666667176, "VS1_Vibration_mm_per_s_1Hz": 0.6138500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.630800000000008, "CP_CoolingPower_kW_1Hz": 1.7472333333333334, "SE_EfficiencyFactor_percent_1Hz": 57.66766666666668, "cycle": 1140, "timestamp": "2025-08-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.51258833333418, "PS2_Pressure_bar_100Hz": 107.40372916666726, "PS3_Pressure_bar_100Hz": 1.7577813333333319, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.140876333333399, "PS6_Pressure_bar_100Hz": 9.057039999999985, "FS1_VolumeFlow_l_per_min_10Hz": 6.471765000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.69682666666666, "TS1_Temperature_C_1Hz": 44.66631666666668, "TS2_Temperature_C_1Hz": 49.67666666666666, "TS3_Temperature_C_1Hz": 46.937683333333325, "TS4_Temperature_C_1Hz": 40.242216666666664, "P1_MotorPower_W_100Hz": 2473.61593333336, "VS1_Vibration_mm_per_s_1Hz": 0.6168833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.599866666666667, "CP_CoolingPower_kW_1Hz": 1.7485833333333332, "SE_EfficiencyFactor_percent_1Hz": 57.60523333333333, "cycle": 1141, "timestamp": "2025-08-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.51565333333485, "PS2_Pressure_bar_100Hz": 107.42969550000011, "PS3_Pressure_bar_100Hz": 1.7574724999999964, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14328600000004, "PS6_Pressure_bar_100Hz": 9.058685666666673, "FS1_VolumeFlow_l_per_min_10Hz": 6.477125000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.695913333333346, "TS1_Temperature_C_1Hz": 44.653699999999986, "TS2_Temperature_C_1Hz": 49.67518333333333, "TS3_Temperature_C_1Hz": 46.90846666666666, "TS4_Temperature_C_1Hz": 40.20904999999998, "P1_MotorPower_W_100Hz": 2472.9420000000123, "VS1_Vibration_mm_per_s_1Hz": 0.6177500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.692816666666666, "CP_CoolingPower_kW_1Hz": 1.7509166666666665, "SE_EfficiencyFactor_percent_1Hz": 57.66691666666668, "cycle": 1142, "timestamp": "2025-08-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.49394666666743, "PS2_Pressure_bar_100Hz": 107.42940133333396, "PS3_Pressure_bar_100Hz": 1.7644138333333397, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.142429000000062, "PS6_Pressure_bar_100Hz": 9.05887883333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.484833333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.696783333333332, "TS1_Temperature_C_1Hz": 44.653183333333324, "TS2_Temperature_C_1Hz": 49.65531666666666, "TS3_Temperature_C_1Hz": 46.89209999999999, "TS4_Temperature_C_1Hz": 40.22585, "P1_MotorPower_W_100Hz": 2473.4456666666874, "VS1_Vibration_mm_per_s_1Hz": 0.62025, "CE_CoolingEfficiency_percent_1Hz": 27.56861666666667, "CP_CoolingPower_kW_1Hz": 1.7424999999999997, "SE_EfficiencyFactor_percent_1Hz": 57.76646666666667, "cycle": 1143, "timestamp": "2025-08-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5107683333349, "PS2_Pressure_bar_100Hz": 107.43648033333376, "PS3_Pressure_bar_100Hz": 1.7590581666666665, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.142587500000031, "PS6_Pressure_bar_100Hz": 9.059090166666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.477756666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.696771666666681, "TS1_Temperature_C_1Hz": 44.634066666666655, "TS2_Temperature_C_1Hz": 49.64154999999999, "TS3_Temperature_C_1Hz": 46.91135, "TS4_Temperature_C_1Hz": 40.26281666666667, "P1_MotorPower_W_100Hz": 2474.584500000039, "VS1_Vibration_mm_per_s_1Hz": 0.6170333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.467050000000008, "CP_CoolingPower_kW_1Hz": 1.7380499999999999, "SE_EfficiencyFactor_percent_1Hz": 57.657416666666656, "cycle": 1144, "timestamp": "2025-08-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.52034666666717, "PS2_Pressure_bar_100Hz": 107.4551188333335, "PS3_Pressure_bar_100Hz": 1.7712168333333451, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.138148833333407, "PS6_Pressure_bar_100Hz": 9.05425216666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.474758333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.692270000000002, "TS1_Temperature_C_1Hz": 44.62165, "TS2_Temperature_C_1Hz": 49.634499999999996, "TS3_Temperature_C_1Hz": 46.930349999999976, "TS4_Temperature_C_1Hz": 40.25743333333333, "P1_MotorPower_W_100Hz": 2476.0496333333954, "VS1_Vibration_mm_per_s_1Hz": 0.6173500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.532000000000007, "CP_CoolingPower_kW_1Hz": 1.7445999999999995, "SE_EfficiencyFactor_percent_1Hz": 57.60958333333334, "cycle": 1145, "timestamp": "2025-08-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.51115833333463, "PS2_Pressure_bar_100Hz": 107.4332210000009, "PS3_Pressure_bar_100Hz": 1.7690798333333395, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144834166666698, "PS6_Pressure_bar_100Hz": 9.061395666666657, "FS1_VolumeFlow_l_per_min_10Hz": 6.478349999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.698518333333325, "TS1_Temperature_C_1Hz": 44.63229999999998, "TS2_Temperature_C_1Hz": 49.636300000000006, "TS3_Temperature_C_1Hz": 46.891600000000004, "TS4_Temperature_C_1Hz": 40.22558333333335, "P1_MotorPower_W_100Hz": 2477.0522000000287, "VS1_Vibration_mm_per_s_1Hz": 0.6225833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.447083333333346, "CP_CoolingPower_kW_1Hz": 1.7424833333333334, "SE_EfficiencyFactor_percent_1Hz": 57.584550000000014, "cycle": 1146, "timestamp": "2025-08-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.52794833333397, "PS2_Pressure_bar_100Hz": 107.46784766666693, "PS3_Pressure_bar_100Hz": 1.7634243333333357, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.145822000000027, "PS6_Pressure_bar_100Hz": 9.061672999999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.474310000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.695676666666659, "TS1_Temperature_C_1Hz": 44.62948333333333, "TS2_Temperature_C_1Hz": 49.63076666666666, "TS3_Temperature_C_1Hz": 46.87269999999999, "TS4_Temperature_C_1Hz": 40.161033333333314, "P1_MotorPower_W_100Hz": 2477.409466666723, "VS1_Vibration_mm_per_s_1Hz": 0.6232666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.65525, "CP_CoolingPower_kW_1Hz": 1.7526499999999998, "SE_EfficiencyFactor_percent_1Hz": 57.58498333333336, "cycle": 1147, "timestamp": "2025-08-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.46767166666757, "PS2_Pressure_bar_100Hz": 107.58013316666732, "PS3_Pressure_bar_100Hz": 1.7703558333333376, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147598333333345, "PS6_Pressure_bar_100Hz": 9.063619499999975, "FS1_VolumeFlow_l_per_min_10Hz": 6.466203333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.698945000000002, "TS1_Temperature_C_1Hz": 44.59519999999999, "TS2_Temperature_C_1Hz": 49.62741666666667, "TS3_Temperature_C_1Hz": 46.85660000000002, "TS4_Temperature_C_1Hz": 40.13459999999999, "P1_MotorPower_W_100Hz": 2475.5641333333756, "VS1_Vibration_mm_per_s_1Hz": 0.6129166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.727650000000004, "CP_CoolingPower_kW_1Hz": 1.7569999999999992, "SE_EfficiencyFactor_percent_1Hz": 57.49399999999999, "cycle": 1148, "timestamp": "2025-08-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.477681666668, "PS2_Pressure_bar_100Hz": 107.60316983333401, "PS3_Pressure_bar_100Hz": 1.7648333333333388, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14762950000003, "PS6_Pressure_bar_100Hz": 9.063317999999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.464013333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.697936666666662, "TS1_Temperature_C_1Hz": 44.58898333333334, "TS2_Temperature_C_1Hz": 49.60671666666667, "TS3_Temperature_C_1Hz": 46.82850000000001, "TS4_Temperature_C_1Hz": 40.09471666666666, "P1_MotorPower_W_100Hz": 2476.7545666666933, "VS1_Vibration_mm_per_s_1Hz": 0.6126, "CE_CoolingEfficiency_percent_1Hz": 27.77366666666667, "CP_CoolingPower_kW_1Hz": 1.7583499999999996, "SE_EfficiencyFactor_percent_1Hz": 57.44925, "cycle": 1149, "timestamp": "2025-08-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.46441333333422, "PS2_Pressure_bar_100Hz": 107.57387666666709, "PS3_Pressure_bar_100Hz": 1.7622618333333355, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.146660833333367, "PS6_Pressure_bar_100Hz": 9.062078666666636, "FS1_VolumeFlow_l_per_min_10Hz": 6.470398333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.697161666666679, "TS1_Temperature_C_1Hz": 44.57893333333334, "TS2_Temperature_C_1Hz": 49.59599999999999, "TS3_Temperature_C_1Hz": 46.823666666666675, "TS4_Temperature_C_1Hz": 40.09328333333333, "P1_MotorPower_W_100Hz": 2471.423300000048, "VS1_Vibration_mm_per_s_1Hz": 0.6101833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.75856666666667, "CP_CoolingPower_kW_1Hz": 1.7575500000000004, "SE_EfficiencyFactor_percent_1Hz": 57.70264999999999, "cycle": 1150, "timestamp": "2025-08-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.47650833333395, "PS2_Pressure_bar_100Hz": 107.6009605000005, "PS3_Pressure_bar_100Hz": 1.759351833333333, "PS4_Pressure_bar_100Hz": 0.0004326666666666666, "PS5_Pressure_bar_100Hz": 9.143675000000016, "PS6_Pressure_bar_100Hz": 9.059636833333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.472289999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.696465000000003, "TS1_Temperature_C_1Hz": 44.56586666666668, "TS2_Temperature_C_1Hz": 49.592200000000005, "TS3_Temperature_C_1Hz": 46.779133333333334, "TS4_Temperature_C_1Hz": 40.12136666666665, "P1_MotorPower_W_100Hz": 2469.6686000000327, "VS1_Vibration_mm_per_s_1Hz": 0.6107666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.51411666666666, "CP_CoolingPower_kW_1Hz": 1.739166666666666, "SE_EfficiencyFactor_percent_1Hz": 57.76373333333334, "cycle": 1151, "timestamp": "2025-08-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.47207000000125, "PS2_Pressure_bar_100Hz": 107.56536116666729, "PS3_Pressure_bar_100Hz": 1.7598586666666634, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.137426000000053, "PS6_Pressure_bar_100Hz": 9.051955333333348, "FS1_VolumeFlow_l_per_min_10Hz": 6.4673533333333255, "FS2_VolumeFlow_l_per_min_10Hz": 9.691991666666677, "TS1_Temperature_C_1Hz": 44.574783333333336, "TS2_Temperature_C_1Hz": 49.58383333333332, "TS3_Temperature_C_1Hz": 46.784816666666664, "TS4_Temperature_C_1Hz": 40.11956666666666, "P1_MotorPower_W_100Hz": 2469.1018000000095, "VS1_Vibration_mm_per_s_1Hz": 0.6064000000000002, "CE_CoolingEfficiency_percent_1Hz": 27.550133333333335, "CP_CoolingPower_kW_1Hz": 1.741049999999999, "SE_EfficiencyFactor_percent_1Hz": 57.635883333333325, "cycle": 1152, "timestamp": "2025-08-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.45373833333446, "PS2_Pressure_bar_100Hz": 107.58911349999984, "PS3_Pressure_bar_100Hz": 1.7595573333333372, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.137215000000076, "PS6_Pressure_bar_100Hz": 9.05170183333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.478800000000008, "FS2_VolumeFlow_l_per_min_10Hz": 9.688445000000003, "TS1_Temperature_C_1Hz": 44.56586666666666, "TS2_Temperature_C_1Hz": 49.583249999999985, "TS3_Temperature_C_1Hz": 46.806533333333306, "TS4_Temperature_C_1Hz": 40.08421666666667, "P1_MotorPower_W_100Hz": 2467.361066666687, "VS1_Vibration_mm_per_s_1Hz": 0.6103666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.745766666666672, "CP_CoolingPower_kW_1Hz": 1.753616666666666, "SE_EfficiencyFactor_percent_1Hz": 57.82996666666668, "cycle": 1153, "timestamp": "2025-08-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.47033000000025, "PS2_Pressure_bar_100Hz": 107.56743366666751, "PS3_Pressure_bar_100Hz": 1.7699830000000065, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14170083333342, "PS6_Pressure_bar_100Hz": 9.0574666666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.487649999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.691955000000005, "TS1_Temperature_C_1Hz": 44.53805, "TS2_Temperature_C_1Hz": 49.57253333333332, "TS3_Temperature_C_1Hz": 46.79571666666667, "TS4_Temperature_C_1Hz": 40.039699999999996, "P1_MotorPower_W_100Hz": 2467.6122666667106, "VS1_Vibration_mm_per_s_1Hz": 0.6237166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.889733333333343, "CP_CoolingPower_kW_1Hz": 1.7648499999999991, "SE_EfficiencyFactor_percent_1Hz": 58.023816666666654, "cycle": 1154, "timestamp": "2025-08-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4822483333338, "PS2_Pressure_bar_100Hz": 107.58300133333387, "PS3_Pressure_bar_100Hz": 1.764808000000005, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.137979500000045, "PS6_Pressure_bar_100Hz": 9.053733666666684, "FS1_VolumeFlow_l_per_min_10Hz": 6.479543333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.693908333333333, "TS1_Temperature_C_1Hz": 44.5261, "TS2_Temperature_C_1Hz": 49.55173333333333, "TS3_Temperature_C_1Hz": 46.78073333333334, "TS4_Temperature_C_1Hz": 40.09898333333333, "P1_MotorPower_W_100Hz": 2468.13443333335, "VS1_Vibration_mm_per_s_1Hz": 0.6664333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.631033333333335, "CP_CoolingPower_kW_1Hz": 1.7445666666666668, "SE_EfficiencyFactor_percent_1Hz": 57.93493333333333, "cycle": 1155, "timestamp": "2025-08-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4893833333335, "PS2_Pressure_bar_100Hz": 107.59601950000025, "PS3_Pressure_bar_100Hz": 1.7725713333333404, "PS4_Pressure_bar_100Hz": 0.0037379999999999996, "PS5_Pressure_bar_100Hz": 9.147695500000026, "PS6_Pressure_bar_100Hz": 9.0627393333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.470821666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.690125000000002, "TS1_Temperature_C_1Hz": 44.499150000000014, "TS2_Temperature_C_1Hz": 49.54468333333334, "TS3_Temperature_C_1Hz": 46.75835000000002, "TS4_Temperature_C_1Hz": 39.99853333333332, "P1_MotorPower_W_100Hz": 2468.307266666664, "VS1_Vibration_mm_per_s_1Hz": 0.6943, "CE_CoolingEfficiency_percent_1Hz": 27.832716666666666, "CP_CoolingPower_kW_1Hz": 1.7649833333333336, "SE_EfficiencyFactor_percent_1Hz": 57.84135000000002, "cycle": 1156, "timestamp": "2025-08-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.51069, "PS2_Pressure_bar_100Hz": 107.61398650000011, "PS3_Pressure_bar_100Hz": 1.7682210000000054, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.148732666666717, "PS6_Pressure_bar_100Hz": 9.063767833333323, "FS1_VolumeFlow_l_per_min_10Hz": 6.47765333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.697170000000005, "TS1_Temperature_C_1Hz": 44.462050000000005, "TS2_Temperature_C_1Hz": 49.55243333333333, "TS3_Temperature_C_1Hz": 46.73263333333331, "TS4_Temperature_C_1Hz": 40.00113333333334, "P1_MotorPower_W_100Hz": 2471.103833333367, "VS1_Vibration_mm_per_s_1Hz": 0.6247333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.676666666666673, "CP_CoolingPower_kW_1Hz": 1.7597333333333331, "SE_EfficiencyFactor_percent_1Hz": 57.850550000000005, "cycle": 1157, "timestamp": "2025-08-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.89958833333395, "PS2_Pressure_bar_100Hz": 107.87595449999988, "PS3_Pressure_bar_100Hz": 1.8108031666666686, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.143989000000044, "PS6_Pressure_bar_100Hz": 9.059285333333365, "FS1_VolumeFlow_l_per_min_10Hz": 6.681284999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.69608333333335, "TS1_Temperature_C_1Hz": 44.47268333333336, "TS2_Temperature_C_1Hz": 49.553616666666656, "TS3_Temperature_C_1Hz": 46.72771666666667, "TS4_Temperature_C_1Hz": 40.01276666666668, "P1_MotorPower_W_100Hz": 2461.5386666666986, "VS1_Vibration_mm_per_s_1Hz": 0.6222999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.734049999999993, "CP_CoolingPower_kW_1Hz": 1.7564499999999996, "SE_EfficiencyFactor_percent_1Hz": 59.98420000000002, "cycle": 1158, "timestamp": "2025-08-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.10206666666676, "PS2_Pressure_bar_100Hz": 107.2568596666667, "PS3_Pressure_bar_100Hz": 1.7948696666666766, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.141512333333386, "PS6_Pressure_bar_100Hz": 9.057513833333338, "FS1_VolumeFlow_l_per_min_10Hz": 6.630006666666661, "FS2_VolumeFlow_l_per_min_10Hz": 9.696863333333338, "TS1_Temperature_C_1Hz": 44.53061666666667, "TS2_Temperature_C_1Hz": 49.55948333333333, "TS3_Temperature_C_1Hz": 46.73673333333333, "TS4_Temperature_C_1Hz": 40.04485000000001, "P1_MotorPower_W_100Hz": 2464.354733333363, "VS1_Vibration_mm_per_s_1Hz": 0.6216166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.696200000000008, "CP_CoolingPower_kW_1Hz": 1.7476333333333334, "SE_EfficiencyFactor_percent_1Hz": 58.69546666666669, "cycle": 1159, "timestamp": "2025-09-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.0946650000003, "PS2_Pressure_bar_100Hz": 107.22180250000022, "PS3_Pressure_bar_100Hz": 1.8116598333333453, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.138339000000016, "PS6_Pressure_bar_100Hz": 9.053161500000009, "FS1_VolumeFlow_l_per_min_10Hz": 6.625428333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.691985000000004, "TS1_Temperature_C_1Hz": 44.57481666666667, "TS2_Temperature_C_1Hz": 49.58761666666666, "TS3_Temperature_C_1Hz": 46.76186666666667, "TS4_Temperature_C_1Hz": 40.023783333333334, "P1_MotorPower_W_100Hz": 2460.068000000029, "VS1_Vibration_mm_per_s_1Hz": 0.6139833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.812549999999995, "CP_CoolingPower_kW_1Hz": 1.7609500000000005, "SE_EfficiencyFactor_percent_1Hz": 58.758150000000015, "cycle": 1160, "timestamp": "2025-09-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.1028499999996, "PS2_Pressure_bar_100Hz": 107.25729383333281, "PS3_Pressure_bar_100Hz": 1.8154341666666751, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.136453000000042, "PS6_Pressure_bar_100Hz": 9.051205333333346, "FS1_VolumeFlow_l_per_min_10Hz": 6.628581666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.691989999999997, "TS1_Temperature_C_1Hz": 44.57003333333332, "TS2_Temperature_C_1Hz": 49.60364999999997, "TS3_Temperature_C_1Hz": 46.81136666666668, "TS4_Temperature_C_1Hz": 40.048633333333335, "P1_MotorPower_W_100Hz": 2459.901633333348, "VS1_Vibration_mm_per_s_1Hz": 0.6210166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.773066666666654, "CP_CoolingPower_kW_1Hz": 1.7661833333333326, "SE_EfficiencyFactor_percent_1Hz": 58.80941666666666, "cycle": 1161, "timestamp": "2025-09-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.11491499999957, "PS2_Pressure_bar_100Hz": 107.26720250000012, "PS3_Pressure_bar_100Hz": 1.8030476666666682, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.136607666666697, "PS6_Pressure_bar_100Hz": 9.051796166666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.632629999999993, "FS2_VolumeFlow_l_per_min_10Hz": 9.690735, "TS1_Temperature_C_1Hz": 44.59361666666667, "TS2_Temperature_C_1Hz": 49.63463333333332, "TS3_Temperature_C_1Hz": 46.804116666666665, "TS4_Temperature_C_1Hz": 40.021016666666675, "P1_MotorPower_W_100Hz": 2460.7646999999974, "VS1_Vibration_mm_per_s_1Hz": 0.6127833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.78693333333334, "CP_CoolingPower_kW_1Hz": 1.7702333333333333, "SE_EfficiencyFactor_percent_1Hz": 58.85200000000001, "cycle": 1162, "timestamp": "2025-09-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.10586666666703, "PS2_Pressure_bar_100Hz": 107.23504516666674, "PS3_Pressure_bar_100Hz": 1.8070231666666725, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.13606616666675, "PS6_Pressure_bar_100Hz": 9.052073833333349, "FS1_VolumeFlow_l_per_min_10Hz": 6.63332, "FS2_VolumeFlow_l_per_min_10Hz": 9.69273, "TS1_Temperature_C_1Hz": 44.61295, "TS2_Temperature_C_1Hz": 49.6499, "TS3_Temperature_C_1Hz": 46.812200000000004, "TS4_Temperature_C_1Hz": 40.038850000000004, "P1_MotorPower_W_100Hz": 2461.955066666694, "VS1_Vibration_mm_per_s_1Hz": 0.6179000000000002, "CE_CoolingEfficiency_percent_1Hz": 27.775933333333327, "CP_CoolingPower_kW_1Hz": 1.7694666666666667, "SE_EfficiencyFactor_percent_1Hz": 58.81216666666667, "cycle": 1163, "timestamp": "2025-09-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.07397000000023, "PS2_Pressure_bar_100Hz": 107.21252499999983, "PS3_Pressure_bar_100Hz": 1.8034513333333406, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.132094166666684, "PS6_Pressure_bar_100Hz": 9.047873333333344, "FS1_VolumeFlow_l_per_min_10Hz": 6.6323516666666675, "FS2_VolumeFlow_l_per_min_10Hz": 9.690429999999997, "TS1_Temperature_C_1Hz": 44.61076666666667, "TS2_Temperature_C_1Hz": 49.65355, "TS3_Temperature_C_1Hz": 46.8644, "TS4_Temperature_C_1Hz": 40.062, "P1_MotorPower_W_100Hz": 2459.2562333333826, "VS1_Vibration_mm_per_s_1Hz": 0.6189833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.856166666666663, "CP_CoolingPower_kW_1Hz": 1.7754166666666669, "SE_EfficiencyFactor_percent_1Hz": 58.89436666666667, "cycle": 1164, "timestamp": "2025-09-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.11180833333353, "PS2_Pressure_bar_100Hz": 107.2344079999996, "PS3_Pressure_bar_100Hz": 1.799954333333341, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.136580333333352, "PS6_Pressure_bar_100Hz": 9.052196666666697, "FS1_VolumeFlow_l_per_min_10Hz": 6.633233333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.695009999999996, "TS1_Temperature_C_1Hz": 44.61929999999999, "TS2_Temperature_C_1Hz": 49.6593833333333, "TS3_Temperature_C_1Hz": 46.83200000000001, "TS4_Temperature_C_1Hz": 40.0805, "P1_MotorPower_W_100Hz": 2463.5390333333703, "VS1_Vibration_mm_per_s_1Hz": 0.6170166666666669, "CE_CoolingEfficiency_percent_1Hz": 27.68748333333333, "CP_CoolingPower_kW_1Hz": 1.7632833333333329, "SE_EfficiencyFactor_percent_1Hz": 58.771433333333334, "cycle": 1165, "timestamp": "2025-09-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.11356000000023, "PS2_Pressure_bar_100Hz": 107.24805066666622, "PS3_Pressure_bar_100Hz": 1.7992215000000125, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.141317833333364, "PS6_Pressure_bar_100Hz": 9.056819833333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.633463333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.700345000000006, "TS1_Temperature_C_1Hz": 44.60936666666665, "TS2_Temperature_C_1Hz": 49.66546666666664, "TS3_Temperature_C_1Hz": 46.85861666666665, "TS4_Temperature_C_1Hz": 40.136549999999986, "P1_MotorPower_W_100Hz": 2466.491033333364, "VS1_Vibration_mm_per_s_1Hz": 0.6136333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.480416666666667, "CP_CoolingPower_kW_1Hz": 1.7569333333333326, "SE_EfficiencyFactor_percent_1Hz": 58.69683333333337, "cycle": 1166, "timestamp": "2025-09-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.1178933333333, "PS2_Pressure_bar_100Hz": 107.26056116666692, "PS3_Pressure_bar_100Hz": 1.7926928333333383, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.142569333333402, "PS6_Pressure_bar_100Hz": 9.057099500000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.634134999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.701261666666683, "TS1_Temperature_C_1Hz": 44.616883333333334, "TS2_Temperature_C_1Hz": 49.6701, "TS3_Temperature_C_1Hz": 46.86873333333333, "TS4_Temperature_C_1Hz": 40.11249999999999, "P1_MotorPower_W_100Hz": 2469.5313000000315, "VS1_Vibration_mm_per_s_1Hz": 0.6092833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.63586666666667, "CP_CoolingPower_kW_1Hz": 1.7649, "SE_EfficiencyFactor_percent_1Hz": 58.600233333333335, "cycle": 1167, "timestamp": "2025-09-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.10896333333315, "PS2_Pressure_bar_100Hz": 107.2346383333335, "PS3_Pressure_bar_100Hz": 1.7986381666666769, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.145536333333368, "PS6_Pressure_bar_100Hz": 9.060942499999976, "FS1_VolumeFlow_l_per_min_10Hz": 6.646063333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.70252, "TS1_Temperature_C_1Hz": 44.62511666666665, "TS2_Temperature_C_1Hz": 49.67314999999999, "TS3_Temperature_C_1Hz": 46.88666666666665, "TS4_Temperature_C_1Hz": 40.09258333333332, "P1_MotorPower_W_100Hz": 2471.4918333333667, "VS1_Vibration_mm_per_s_1Hz": 0.6069999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.74925, "CP_CoolingPower_kW_1Hz": 1.7766833333333336, "SE_EfficiencyFactor_percent_1Hz": 58.71448333333334, "cycle": 1168, "timestamp": "2025-09-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.02582833333352, "PS2_Pressure_bar_100Hz": 107.51697883333324, "PS3_Pressure_bar_100Hz": 1.798103666666678, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147231666666704, "PS6_Pressure_bar_100Hz": 9.06305300000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.671111666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.704910000000009, "TS1_Temperature_C_1Hz": 44.61881666666665, "TS2_Temperature_C_1Hz": 49.68673333333331, "TS3_Temperature_C_1Hz": 46.902283333333344, "TS4_Temperature_C_1Hz": 40.14373333333332, "P1_MotorPower_W_100Hz": 2471.334066666696, "VS1_Vibration_mm_per_s_1Hz": 0.6057333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.596416666666673, "CP_CoolingPower_kW_1Hz": 1.7689666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.28626666666669, "cycle": 1169, "timestamp": "2025-09-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.00114833333336, "PS2_Pressure_bar_100Hz": 107.49337683333302, "PS3_Pressure_bar_100Hz": 1.8103300000000084, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.146111333333398, "PS6_Pressure_bar_100Hz": 9.0621578333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.668669999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.703128333333344, "TS1_Temperature_C_1Hz": 44.63798333333332, "TS2_Temperature_C_1Hz": 49.68886666666665, "TS3_Temperature_C_1Hz": 46.888816666666685, "TS4_Temperature_C_1Hz": 40.10131666666666, "P1_MotorPower_W_100Hz": 2471.795666666697, "VS1_Vibration_mm_per_s_1Hz": 0.6094666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.720466666666663, "CP_CoolingPower_kW_1Hz": 1.7754, "SE_EfficiencyFactor_percent_1Hz": 59.346266666666665, "cycle": 1170, "timestamp": "2025-09-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.00138333333263, "PS2_Pressure_bar_100Hz": 107.47889316666657, "PS3_Pressure_bar_100Hz": 1.8050828333333404, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144013333333332, "PS6_Pressure_bar_100Hz": 9.06048233333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.666529999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.701606666666672, "TS1_Temperature_C_1Hz": 44.63076666666665, "TS2_Temperature_C_1Hz": 49.69773333333331, "TS3_Temperature_C_1Hz": 46.91361666666664, "TS4_Temperature_C_1Hz": 40.05678333333334, "P1_MotorPower_W_100Hz": 2470.923700000024, "VS1_Vibration_mm_per_s_1Hz": 0.6102166666666667, "CE_CoolingEfficiency_percent_1Hz": 28.049950000000013, "CP_CoolingPower_kW_1Hz": 1.7933666666666677, "SE_EfficiencyFactor_percent_1Hz": 59.323183333333304, "cycle": 1171, "timestamp": "2025-09-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.00586333333325, "PS2_Pressure_bar_100Hz": 107.50115716666653, "PS3_Pressure_bar_100Hz": 1.8069633333333408, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.140111500000065, "PS6_Pressure_bar_100Hz": 9.057174500000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.659701666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.70135, "TS1_Temperature_C_1Hz": 44.63941666666665, "TS2_Temperature_C_1Hz": 49.6904, "TS3_Temperature_C_1Hz": 46.91255, "TS4_Temperature_C_1Hz": 40.131283333333336, "P1_MotorPower_W_100Hz": 2470.187233333364, "VS1_Vibration_mm_per_s_1Hz": 0.6137833333333337, "CE_CoolingEfficiency_percent_1Hz": 27.748316666666653, "CP_CoolingPower_kW_1Hz": 1.7726666666666664, "SE_EfficiencyFactor_percent_1Hz": 59.267000000000024, "cycle": 1172, "timestamp": "2025-09-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.0112683333336, "PS2_Pressure_bar_100Hz": 107.50422699999987, "PS3_Pressure_bar_100Hz": 1.8084393333333357, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.136537000000043, "PS6_Pressure_bar_100Hz": 9.052927166666676, "FS1_VolumeFlow_l_per_min_10Hz": 6.6680016666666715, "FS2_VolumeFlow_l_per_min_10Hz": 9.69602833333335, "TS1_Temperature_C_1Hz": 44.631566666666664, "TS2_Temperature_C_1Hz": 49.69846666666664, "TS3_Temperature_C_1Hz": 46.928333333333335, "TS4_Temperature_C_1Hz": 40.10663333333332, "P1_MotorPower_W_100Hz": 2470.8576000000166, "VS1_Vibration_mm_per_s_1Hz": 0.6110666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.703750000000003, "CP_CoolingPower_kW_1Hz": 1.7814833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.356133333333325, "cycle": 1173, "timestamp": "2025-09-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.00330666666682, "PS2_Pressure_bar_100Hz": 107.51136649999981, "PS3_Pressure_bar_100Hz": 1.8014848333333409, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14475300000001, "PS6_Pressure_bar_100Hz": 9.0617948333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.666149999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.701005000000004, "TS1_Temperature_C_1Hz": 44.64036666666666, "TS2_Temperature_C_1Hz": 49.694683333333316, "TS3_Temperature_C_1Hz": 46.89318333333333, "TS4_Temperature_C_1Hz": 40.08851666666666, "P1_MotorPower_W_100Hz": 2469.7854000000457, "VS1_Vibration_mm_per_s_1Hz": 0.6090500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.65246666666667, "CP_CoolingPower_kW_1Hz": 1.7779166666666666, "SE_EfficiencyFactor_percent_1Hz": 59.365883333333336, "cycle": 1174, "timestamp": "2025-09-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.01806, "PS2_Pressure_bar_100Hz": 107.52634250000018, "PS3_Pressure_bar_100Hz": 1.8044976666666823, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.146088166666656, "PS6_Pressure_bar_100Hz": 9.06409183333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.65768833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.700479999999986, "TS1_Temperature_C_1Hz": 44.64249999999999, "TS2_Temperature_C_1Hz": 49.689383333333346, "TS3_Temperature_C_1Hz": 46.86875, "TS4_Temperature_C_1Hz": 40.01701666666666, "P1_MotorPower_W_100Hz": 2467.55770000001, "VS1_Vibration_mm_per_s_1Hz": 0.6085166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.85568333333333, "CP_CoolingPower_kW_1Hz": 1.7900000000000007, "SE_EfficiencyFactor_percent_1Hz": 59.26755, "cycle": 1175, "timestamp": "2025-09-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.99463166666715, "PS2_Pressure_bar_100Hz": 107.48016633333337, "PS3_Pressure_bar_100Hz": 1.801477000000006, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.1380571666667, "PS6_Pressure_bar_100Hz": 9.056158333333345, "FS1_VolumeFlow_l_per_min_10Hz": 6.664956666666662, "FS2_VolumeFlow_l_per_min_10Hz": 9.699608333333341, "TS1_Temperature_C_1Hz": 44.60931666666666, "TS2_Temperature_C_1Hz": 49.681483333333325, "TS3_Temperature_C_1Hz": 46.93466666666665, "TS4_Temperature_C_1Hz": 40.08034999999999, "P1_MotorPower_W_100Hz": 2468.346166666722, "VS1_Vibration_mm_per_s_1Hz": 0.6115666666666665, "CE_CoolingEfficiency_percent_1Hz": 27.82933333333334, "CP_CoolingPower_kW_1Hz": 1.792283333333334, "SE_EfficiencyFactor_percent_1Hz": 59.39570000000001, "cycle": 1176, "timestamp": "2025-09-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.00891166666705, "PS2_Pressure_bar_100Hz": 107.48590583333261, "PS3_Pressure_bar_100Hz": 1.8004738333333459, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14253250000005, "PS6_Pressure_bar_100Hz": 9.060009833333314, "FS1_VolumeFlow_l_per_min_10Hz": 6.6674566666666735, "FS2_VolumeFlow_l_per_min_10Hz": 9.70051833333333, "TS1_Temperature_C_1Hz": 44.615516666666664, "TS2_Temperature_C_1Hz": 49.671733333333336, "TS3_Temperature_C_1Hz": 46.93339999999999, "TS4_Temperature_C_1Hz": 40.05878333333335, "P1_MotorPower_W_100Hz": 2470.3695000000057, "VS1_Vibration_mm_per_s_1Hz": 0.6060333333333335, "CE_CoolingEfficiency_percent_1Hz": 27.919500000000006, "CP_CoolingPower_kW_1Hz": 1.7982666666666671, "SE_EfficiencyFactor_percent_1Hz": 59.37091666666665, "cycle": 1177, "timestamp": "2025-09-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.99888499999952, "PS2_Pressure_bar_100Hz": 107.4743668333328, "PS3_Pressure_bar_100Hz": 1.7995390000000124, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144155500000055, "PS6_Pressure_bar_100Hz": 9.060000999999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.668228333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.702805000000005, "TS1_Temperature_C_1Hz": 44.618599999999994, "TS2_Temperature_C_1Hz": 49.66956666666667, "TS3_Temperature_C_1Hz": 46.90963333333332, "TS4_Temperature_C_1Hz": 40.04966666666667, "P1_MotorPower_W_100Hz": 2471.5871000000684, "VS1_Vibration_mm_per_s_1Hz": 0.60715, "CE_CoolingEfficiency_percent_1Hz": 27.83683333333334, "CP_CoolingPower_kW_1Hz": 1.7910666666666673, "SE_EfficiencyFactor_percent_1Hz": 59.36186666666669, "cycle": 1178, "timestamp": "2025-09-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.93469166666722, "PS2_Pressure_bar_100Hz": 107.72695416666666, "PS3_Pressure_bar_100Hz": 1.8031818333333434, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.145307500000053, "PS6_Pressure_bar_100Hz": 9.060894499999975, "FS1_VolumeFlow_l_per_min_10Hz": 6.680271666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.704721666666671, "TS1_Temperature_C_1Hz": 44.62096666666666, "TS2_Temperature_C_1Hz": 49.679516666666665, "TS3_Temperature_C_1Hz": 46.85138333333335, "TS4_Temperature_C_1Hz": 40.030283333333315, "P1_MotorPower_W_100Hz": 2466.48930000002, "VS1_Vibration_mm_per_s_1Hz": 0.6034833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.752766666666666, "CP_CoolingPower_kW_1Hz": 1.7831333333333332, "SE_EfficiencyFactor_percent_1Hz": 59.81851666666666, "cycle": 1179, "timestamp": "2025-09-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.93817333333388, "PS2_Pressure_bar_100Hz": 107.71101683333315, "PS3_Pressure_bar_100Hz": 1.79920500000001, "PS4_Pressure_bar_100Hz": 2.35e-05, "PS5_Pressure_bar_100Hz": 9.146790166666706, "PS6_Pressure_bar_100Hz": 9.060745333333314, "FS1_VolumeFlow_l_per_min_10Hz": 6.686516666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.705005000000007, "TS1_Temperature_C_1Hz": 44.61056666666665, "TS2_Temperature_C_1Hz": 49.681599999999996, "TS3_Temperature_C_1Hz": 46.85890000000001, "TS4_Temperature_C_1Hz": 40.05103333333333, "P1_MotorPower_W_100Hz": 2465.6500666667303, "VS1_Vibration_mm_per_s_1Hz": 0.6037833333333336, "CE_CoolingEfficiency_percent_1Hz": 27.686700000000016, "CP_CoolingPower_kW_1Hz": 1.7810833333333336, "SE_EfficiencyFactor_percent_1Hz": 59.90935, "cycle": 1180, "timestamp": "2025-09-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.94530333333338, "PS2_Pressure_bar_100Hz": 107.72581283333292, "PS3_Pressure_bar_100Hz": 1.8044756666666752, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144836333333364, "PS6_Pressure_bar_100Hz": 9.05712599999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.691236666666662, "FS2_VolumeFlow_l_per_min_10Hz": 9.70555500000001, "TS1_Temperature_C_1Hz": 44.60134999999999, "TS2_Temperature_C_1Hz": 49.67543333333332, "TS3_Temperature_C_1Hz": 46.87595, "TS4_Temperature_C_1Hz": 40.10331666666666, "P1_MotorPower_W_100Hz": 2467.444600000038, "VS1_Vibration_mm_per_s_1Hz": 0.5959666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.6273, "CP_CoolingPower_kW_1Hz": 1.7716833333333328, "SE_EfficiencyFactor_percent_1Hz": 59.86916666666666, "cycle": 1181, "timestamp": "2025-09-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.95542499999993, "PS2_Pressure_bar_100Hz": 107.74485299999985, "PS3_Pressure_bar_100Hz": 1.7934678333333387, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.141526166666694, "PS6_Pressure_bar_100Hz": 9.052290166666701, "FS1_VolumeFlow_l_per_min_10Hz": 6.680635000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.701656666666679, "TS1_Temperature_C_1Hz": 44.59998333333333, "TS2_Temperature_C_1Hz": 49.66783333333332, "TS3_Temperature_C_1Hz": 46.90198333333335, "TS4_Temperature_C_1Hz": 40.081699999999984, "P1_MotorPower_W_100Hz": 2467.4308000000046, "VS1_Vibration_mm_per_s_1Hz": 0.5998666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.773816666666665, "CP_CoolingPower_kW_1Hz": 1.7852166666666671, "SE_EfficiencyFactor_percent_1Hz": 59.71433333333336, "cycle": 1182, "timestamp": "2025-09-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.95281166666638, "PS2_Pressure_bar_100Hz": 107.74541966666648, "PS3_Pressure_bar_100Hz": 1.803709333333338, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144995000000039, "PS6_Pressure_bar_100Hz": 9.056236333333313, "FS1_VolumeFlow_l_per_min_10Hz": 6.685530000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.700039999999985, "TS1_Temperature_C_1Hz": 44.574000000000005, "TS2_Temperature_C_1Hz": 49.66818333333333, "TS3_Temperature_C_1Hz": 46.88824999999999, "TS4_Temperature_C_1Hz": 40.04309999999999, "P1_MotorPower_W_100Hz": 2466.976533333339, "VS1_Vibration_mm_per_s_1Hz": 0.6044833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.80346666666667, "CP_CoolingPower_kW_1Hz": 1.7897666666666667, "SE_EfficiencyFactor_percent_1Hz": 59.85736666666667, "cycle": 1183, "timestamp": "2025-09-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.93726166666679, "PS2_Pressure_bar_100Hz": 107.73830399999976, "PS3_Pressure_bar_100Hz": 1.806375166666683, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147267000000063, "PS6_Pressure_bar_100Hz": 9.060034833333319, "FS1_VolumeFlow_l_per_min_10Hz": 6.681301666666656, "FS2_VolumeFlow_l_per_min_10Hz": 9.702420000000007, "TS1_Temperature_C_1Hz": 44.563133333333326, "TS2_Temperature_C_1Hz": 49.66861666666664, "TS3_Temperature_C_1Hz": 46.855816666666676, "TS4_Temperature_C_1Hz": 40.0552, "P1_MotorPower_W_100Hz": 2467.9607000000096, "VS1_Vibration_mm_per_s_1Hz": 0.6054999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.745166666666666, "CP_CoolingPower_kW_1Hz": 1.7765999999999995, "SE_EfficiencyFactor_percent_1Hz": 59.78925000000001, "cycle": 1184, "timestamp": "2025-09-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.95269333333397, "PS2_Pressure_bar_100Hz": 107.75758616666653, "PS3_Pressure_bar_100Hz": 1.807870500000008, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144325333333393, "PS6_Pressure_bar_100Hz": 9.05953183333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.680414999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.70137000000002, "TS1_Temperature_C_1Hz": 44.56376666666665, "TS2_Temperature_C_1Hz": 49.654983333333334, "TS3_Temperature_C_1Hz": 46.859816666666674, "TS4_Temperature_C_1Hz": 40.075283333333324, "P1_MotorPower_W_100Hz": 2469.3391000000406, "VS1_Vibration_mm_per_s_1Hz": 0.5908999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.735483333333335, "CP_CoolingPower_kW_1Hz": 1.772783333333333, "SE_EfficiencyFactor_percent_1Hz": 59.745183333333344, "cycle": 1185, "timestamp": "2025-09-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.95622833333354, "PS2_Pressure_bar_100Hz": 107.75710400000013, "PS3_Pressure_bar_100Hz": 1.7975633333333478, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.140303500000035, "PS6_Pressure_bar_100Hz": 9.054260166666678, "FS1_VolumeFlow_l_per_min_10Hz": 6.67435166666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.699198333333337, "TS1_Temperature_C_1Hz": 44.591016666666654, "TS2_Temperature_C_1Hz": 49.656166666666664, "TS3_Temperature_C_1Hz": 46.85496666666669, "TS4_Temperature_C_1Hz": 40.09481666666666, "P1_MotorPower_W_100Hz": 2469.068366666682, "VS1_Vibration_mm_per_s_1Hz": 0.6117666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.635533333333324, "CP_CoolingPower_kW_1Hz": 1.7666499999999994, "SE_EfficiencyFactor_percent_1Hz": 59.66144999999999, "cycle": 1186, "timestamp": "2025-09-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.93717666666646, "PS2_Pressure_bar_100Hz": 107.72204399999995, "PS3_Pressure_bar_100Hz": 1.8079496666666777, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.137434833333367, "PS6_Pressure_bar_100Hz": 9.051709166666685, "FS1_VolumeFlow_l_per_min_10Hz": 6.6800083333333395, "FS2_VolumeFlow_l_per_min_10Hz": 9.695630000000003, "TS1_Temperature_C_1Hz": 44.59676666666664, "TS2_Temperature_C_1Hz": 49.656683333333305, "TS3_Temperature_C_1Hz": 46.87673333333333, "TS4_Temperature_C_1Hz": 40.07618333333334, "P1_MotorPower_W_100Hz": 2468.5471000000352, "VS1_Vibration_mm_per_s_1Hz": 0.6069333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.69843333333333, "CP_CoolingPower_kW_1Hz": 1.7770500000000005, "SE_EfficiencyFactor_percent_1Hz": 59.754283333333326, "cycle": 1187, "timestamp": "2025-09-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.93937166666714, "PS2_Pressure_bar_100Hz": 107.72139249999988, "PS3_Pressure_bar_100Hz": 1.800911500000015, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.133486500000052, "PS6_Pressure_bar_100Hz": 9.048083000000023, "FS1_VolumeFlow_l_per_min_10Hz": 6.674859999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.692936666666666, "TS1_Temperature_C_1Hz": 44.58554999999998, "TS2_Temperature_C_1Hz": 49.654216666666656, "TS3_Temperature_C_1Hz": 46.87216666666667, "TS4_Temperature_C_1Hz": 40.06135, "P1_MotorPower_W_100Hz": 2468.199933333365, "VS1_Vibration_mm_per_s_1Hz": 0.6096166666666665, "CE_CoolingEfficiency_percent_1Hz": 27.69121666666667, "CP_CoolingPower_kW_1Hz": 1.7797166666666666, "SE_EfficiencyFactor_percent_1Hz": 59.72558333333333, "cycle": 1188, "timestamp": "2025-09-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.8997616666668, "PS2_Pressure_bar_100Hz": 107.88947783333371, "PS3_Pressure_bar_100Hz": 1.8006371666666727, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.13491500000005, "PS6_Pressure_bar_100Hz": 9.050669833333378, "FS1_VolumeFlow_l_per_min_10Hz": 6.6721449999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.692698333333329, "TS1_Temperature_C_1Hz": 44.61013333333334, "TS2_Temperature_C_1Hz": 49.65540000000001, "TS3_Temperature_C_1Hz": 46.84158333333335, "TS4_Temperature_C_1Hz": 40.063, "P1_MotorPower_W_100Hz": 2467.782733333366, "VS1_Vibration_mm_per_s_1Hz": 0.6037166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.565616666666667, "CP_CoolingPower_kW_1Hz": 1.7711166666666665, "SE_EfficiencyFactor_percent_1Hz": 59.71760000000001, "cycle": 1189, "timestamp": "2025-10-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.92048000000014, "PS2_Pressure_bar_100Hz": 107.91407316666651, "PS3_Pressure_bar_100Hz": 1.8022773333333397, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.1323411666667, "PS6_Pressure_bar_100Hz": 9.048263666666703, "FS1_VolumeFlow_l_per_min_10Hz": 6.664264999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.694138333333342, "TS1_Temperature_C_1Hz": 44.59088333333332, "TS2_Temperature_C_1Hz": 49.63363333333332, "TS3_Temperature_C_1Hz": 46.86280000000001, "TS4_Temperature_C_1Hz": 40.10528333333333, "P1_MotorPower_W_100Hz": 2467.477600000049, "VS1_Vibration_mm_per_s_1Hz": 0.6010666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.408766666666647, "CP_CoolingPower_kW_1Hz": 1.7657499999999997, "SE_EfficiencyFactor_percent_1Hz": 59.59580000000002, "cycle": 1190, "timestamp": "2025-10-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.90563500000027, "PS2_Pressure_bar_100Hz": 107.90607166666668, "PS3_Pressure_bar_100Hz": 1.8010280000000085, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.140430000000094, "PS6_Pressure_bar_100Hz": 9.05517550000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.6667966666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.697130000000001, "TS1_Temperature_C_1Hz": 44.61106666666667, "TS2_Temperature_C_1Hz": 49.64120000000002, "TS3_Temperature_C_1Hz": 46.82931666666666, "TS4_Temperature_C_1Hz": 40.082316666666664, "P1_MotorPower_W_100Hz": 2465.176300000048, "VS1_Vibration_mm_per_s_1Hz": 0.6022666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.403350000000007, "CP_CoolingPower_kW_1Hz": 1.7624833333333327, "SE_EfficiencyFactor_percent_1Hz": 59.699466666666666, "cycle": 1191, "timestamp": "2025-10-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.905188333333, "PS2_Pressure_bar_100Hz": 107.87201866666668, "PS3_Pressure_bar_100Hz": 1.8055071666666818, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.142434500000041, "PS6_Pressure_bar_100Hz": 9.057588499999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.679596666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.694541666666662, "TS1_Temperature_C_1Hz": 44.601499999999994, "TS2_Temperature_C_1Hz": 49.65965000000001, "TS3_Temperature_C_1Hz": 46.804816666666675, "TS4_Temperature_C_1Hz": 40.037, "P1_MotorPower_W_100Hz": 2463.289633333375, "VS1_Vibration_mm_per_s_1Hz": 0.6098333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.49745, "CP_CoolingPower_kW_1Hz": 1.7691000000000001, "SE_EfficiencyFactor_percent_1Hz": 59.950316666666644, "cycle": 1192, "timestamp": "2025-10-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9027500000006, "PS2_Pressure_bar_100Hz": 107.87467733333351, "PS3_Pressure_bar_100Hz": 1.8079741666666813, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14002533333337, "PS6_Pressure_bar_100Hz": 9.055741499999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.669306666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.692049999999988, "TS1_Temperature_C_1Hz": 44.57609999999999, "TS2_Temperature_C_1Hz": 49.64638333333332, "TS3_Temperature_C_1Hz": 46.83766666666667, "TS4_Temperature_C_1Hz": 40.0181, "P1_MotorPower_W_100Hz": 2464.241366666692, "VS1_Vibration_mm_per_s_1Hz": 0.6092166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.695683333333342, "CP_CoolingPower_kW_1Hz": 1.7822666666666673, "SE_EfficiencyFactor_percent_1Hz": 59.76376666666667, "cycle": 1193, "timestamp": "2025-10-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.90811333333338, "PS2_Pressure_bar_100Hz": 107.92146833333312, "PS3_Pressure_bar_100Hz": 1.799569666666681, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.138762166666725, "PS6_Pressure_bar_100Hz": 9.05451183333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.668648333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.690713333333338, "TS1_Temperature_C_1Hz": 44.54474999999999, "TS2_Temperature_C_1Hz": 49.63521666666666, "TS3_Temperature_C_1Hz": 46.826916666666655, "TS4_Temperature_C_1Hz": 40.01418333333332, "P1_MotorPower_W_100Hz": 2465.217966666702, "VS1_Vibration_mm_per_s_1Hz": 0.6052999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.667200000000005, "CP_CoolingPower_kW_1Hz": 1.778816666666667, "SE_EfficiencyFactor_percent_1Hz": 59.71033333333334, "cycle": 1194, "timestamp": "2025-10-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.90703166666688, "PS2_Pressure_bar_100Hz": 107.88850033333343, "PS3_Pressure_bar_100Hz": 1.802042666666671, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.143298500000016, "PS6_Pressure_bar_100Hz": 9.06023249999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.676476666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.698249999999996, "TS1_Temperature_C_1Hz": 44.51795000000001, "TS2_Temperature_C_1Hz": 49.623383333333315, "TS3_Temperature_C_1Hz": 46.82438333333335, "TS4_Temperature_C_1Hz": 40.02538333333334, "P1_MotorPower_W_100Hz": 2466.4725333333654, "VS1_Vibration_mm_per_s_1Hz": 0.6014666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.510316666666668, "CP_CoolingPower_kW_1Hz": 1.7770166666666662, "SE_EfficiencyFactor_percent_1Hz": 59.73164999999998, "cycle": 1195, "timestamp": "2025-10-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9056616666674, "PS2_Pressure_bar_100Hz": 107.91034016666671, "PS3_Pressure_bar_100Hz": 1.7953915000000134, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144794666666684, "PS6_Pressure_bar_100Hz": 9.061062166666606, "FS1_VolumeFlow_l_per_min_10Hz": 6.685046666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.699765000000008, "TS1_Temperature_C_1Hz": 44.522083333333335, "TS2_Temperature_C_1Hz": 49.603616666666674, "TS3_Temperature_C_1Hz": 46.80833333333331, "TS4_Temperature_C_1Hz": 40.03468333333332, "P1_MotorPower_W_100Hz": 2465.195333333361, "VS1_Vibration_mm_per_s_1Hz": 0.6058333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.523433333333337, "CP_CoolingPower_kW_1Hz": 1.770216666666666, "SE_EfficiencyFactor_percent_1Hz": 59.91575, "cycle": 1196, "timestamp": "2025-10-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.91461333333334, "PS2_Pressure_bar_100Hz": 107.9063730000002, "PS3_Pressure_bar_100Hz": 1.803247333333346, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144606000000016, "PS6_Pressure_bar_100Hz": 9.060735833333343, "FS1_VolumeFlow_l_per_min_10Hz": 6.67348666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.695361666666667, "TS1_Temperature_C_1Hz": 44.524616666666674, "TS2_Temperature_C_1Hz": 49.591899999999995, "TS3_Temperature_C_1Hz": 46.799683333333334, "TS4_Temperature_C_1Hz": 40.02121666666666, "P1_MotorPower_W_100Hz": 2465.24150000006, "VS1_Vibration_mm_per_s_1Hz": 0.6020833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.55146666666667, "CP_CoolingPower_kW_1Hz": 1.7710833333333336, "SE_EfficiencyFactor_percent_1Hz": 59.75301666666664, "cycle": 1197, "timestamp": "2025-10-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.91989500000008, "PS2_Pressure_bar_100Hz": 107.90311633333344, "PS3_Pressure_bar_100Hz": 1.8106048333333378, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.146444333333376, "PS6_Pressure_bar_100Hz": 9.063239833333343, "FS1_VolumeFlow_l_per_min_10Hz": 6.681684999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.695466666666672, "TS1_Temperature_C_1Hz": 44.52769999999999, "TS2_Temperature_C_1Hz": 49.595033333333355, "TS3_Temperature_C_1Hz": 46.77715000000001, "TS4_Temperature_C_1Hz": 40.005466666666685, "P1_MotorPower_W_100Hz": 2466.0048333333652, "VS1_Vibration_mm_per_s_1Hz": 0.6037499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.678916666666666, "CP_CoolingPower_kW_1Hz": 1.7698833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.97083333333333, "cycle": 1198, "timestamp": "2025-10-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.8256383333331, "PS2_Pressure_bar_100Hz": 107.90642300000007, "PS3_Pressure_bar_100Hz": 1.7993503333333387, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.148770833333366, "PS6_Pressure_bar_100Hz": 9.065937666666619, "FS1_VolumeFlow_l_per_min_10Hz": 6.671326666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.696129999999988, "TS1_Temperature_C_1Hz": 44.49230000000001, "TS2_Temperature_C_1Hz": 49.58208333333331, "TS3_Temperature_C_1Hz": 46.76696666666666, "TS4_Temperature_C_1Hz": 40.01905000000001, "P1_MotorPower_W_100Hz": 2466.3401666666596, "VS1_Vibration_mm_per_s_1Hz": 0.5994666666666665, "CE_CoolingEfficiency_percent_1Hz": 27.66693333333333, "CP_CoolingPower_kW_1Hz": 1.7642333333333335, "SE_EfficiencyFactor_percent_1Hz": 59.76738333333336, "cycle": 1199, "timestamp": "2025-10-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9276566666667, "PS2_Pressure_bar_100Hz": 107.8857833333331, "PS3_Pressure_bar_100Hz": 1.7999050000000087, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.15027366666668, "PS6_Pressure_bar_100Hz": 9.067069833333315, "FS1_VolumeFlow_l_per_min_10Hz": 6.66994666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.69669666666667, "TS1_Temperature_C_1Hz": 44.47581666666667, "TS2_Temperature_C_1Hz": 49.56675, "TS3_Temperature_C_1Hz": 46.777699999999996, "TS4_Temperature_C_1Hz": 40.018833333333326, "P1_MotorPower_W_100Hz": 2468.500100000021, "VS1_Vibration_mm_per_s_1Hz": 0.5993833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.61286666666667, "CP_CoolingPower_kW_1Hz": 1.7674833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.74153333333332, "cycle": 1200, "timestamp": "2025-10-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.92455999999962, "PS2_Pressure_bar_100Hz": 107.88613066666643, "PS3_Pressure_bar_100Hz": 1.7945821666666704, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.156617500000042, "PS6_Pressure_bar_100Hz": 9.072480000000008, "FS1_VolumeFlow_l_per_min_10Hz": 6.669953333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.693428333333324, "TS1_Temperature_C_1Hz": 44.47798333333333, "TS2_Temperature_C_1Hz": 49.56155, "TS3_Temperature_C_1Hz": 46.74031666666667, "TS4_Temperature_C_1Hz": 39.97483333333331, "P1_MotorPower_W_100Hz": 2468.4408000000294, "VS1_Vibration_mm_per_s_1Hz": 0.6077166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.61236666666667, "CP_CoolingPower_kW_1Hz": 1.7685833333333334, "SE_EfficiencyFactor_percent_1Hz": 59.73303333333335, "cycle": 1201, "timestamp": "2025-10-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.92236333333318, "PS2_Pressure_bar_100Hz": 107.88878700000004, "PS3_Pressure_bar_100Hz": 1.8049651666666717, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.15770683333337, "PS6_Pressure_bar_100Hz": 9.07459416666665, "FS1_VolumeFlow_l_per_min_10Hz": 6.6596916666666734, "FS2_VolumeFlow_l_per_min_10Hz": 9.693053333333342, "TS1_Temperature_C_1Hz": 44.47563333333333, "TS2_Temperature_C_1Hz": 49.559666666666665, "TS3_Temperature_C_1Hz": 46.73358333333336, "TS4_Temperature_C_1Hz": 39.916083333333326, "P1_MotorPower_W_100Hz": 2469.9500666666836, "VS1_Vibration_mm_per_s_1Hz": 0.6017333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.765916666666673, "CP_CoolingPower_kW_1Hz": 1.7809500000000005, "SE_EfficiencyFactor_percent_1Hz": 59.56129999999999, "cycle": 1202, "timestamp": "2025-10-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.93249500000013, "PS2_Pressure_bar_100Hz": 107.88853183333349, "PS3_Pressure_bar_100Hz": 1.799312000000011, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.155796833333346, "PS6_Pressure_bar_100Hz": 9.072610999999977, "FS1_VolumeFlow_l_per_min_10Hz": 6.665116666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.701371666666665, "TS1_Temperature_C_1Hz": 44.43691666666668, "TS2_Temperature_C_1Hz": 49.5357, "TS3_Temperature_C_1Hz": 46.75150000000001, "TS4_Temperature_C_1Hz": 39.89626666666667, "P1_MotorPower_W_100Hz": 2470.097233333353, "VS1_Vibration_mm_per_s_1Hz": 0.6103999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.917199999999998, "CP_CoolingPower_kW_1Hz": 1.7917500000000002, "SE_EfficiencyFactor_percent_1Hz": 59.690333333333356, "cycle": 1203, "timestamp": "2025-10-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.93341499999968, "PS2_Pressure_bar_100Hz": 107.91185816666702, "PS3_Pressure_bar_100Hz": 1.8043396666666789, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.158537833333375, "PS6_Pressure_bar_100Hz": 9.074202999999981, "FS1_VolumeFlow_l_per_min_10Hz": 6.658623333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.707538333333341, "TS1_Temperature_C_1Hz": 44.425516666666674, "TS2_Temperature_C_1Hz": 49.51101666666667, "TS3_Temperature_C_1Hz": 46.742666666666665, "TS4_Temperature_C_1Hz": 39.932166666666646, "P1_MotorPower_W_100Hz": 2469.5588333333717, "VS1_Vibration_mm_per_s_1Hz": 0.6033666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.637416666666653, "CP_CoolingPower_kW_1Hz": 1.7814000000000003, "SE_EfficiencyFactor_percent_1Hz": 59.55230000000002, "cycle": 1204, "timestamp": "2025-10-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.92697999999967, "PS2_Pressure_bar_100Hz": 107.88909416666662, "PS3_Pressure_bar_100Hz": 1.8014281666666752, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.15959133333342, "PS6_Pressure_bar_100Hz": 9.07580649999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.6602066666666735, "FS2_VolumeFlow_l_per_min_10Hz": 9.70620833333334, "TS1_Temperature_C_1Hz": 44.44235000000001, "TS2_Temperature_C_1Hz": 49.509100000000004, "TS3_Temperature_C_1Hz": 46.68553333333332, "TS4_Temperature_C_1Hz": 39.851066666666654, "P1_MotorPower_W_100Hz": 2469.542700000007, "VS1_Vibration_mm_per_s_1Hz": 0.6029833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.799633333333336, "CP_CoolingPower_kW_1Hz": 1.7870833333333336, "SE_EfficiencyFactor_percent_1Hz": 59.56365000000002, "cycle": 1205, "timestamp": "2025-10-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9222500000003, "PS2_Pressure_bar_100Hz": 107.89069700000015, "PS3_Pressure_bar_100Hz": 1.7943723333333441, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.167556166666717, "PS6_Pressure_bar_100Hz": 9.084383333333351, "FS1_VolumeFlow_l_per_min_10Hz": 6.66280333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.715511666666671, "TS1_Temperature_C_1Hz": 44.40570000000002, "TS2_Temperature_C_1Hz": 49.49786666666667, "TS3_Temperature_C_1Hz": 46.69875, "TS4_Temperature_C_1Hz": 39.895533333333326, "P1_MotorPower_W_100Hz": 2472.0485666667255, "VS1_Vibration_mm_per_s_1Hz": 0.6039499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.654366666666657, "CP_CoolingPower_kW_1Hz": 1.7801499999999997, "SE_EfficiencyFactor_percent_1Hz": 59.53816666666668, "cycle": 1206, "timestamp": "2025-10-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.95035000000067, "PS2_Pressure_bar_100Hz": 107.919246, "PS3_Pressure_bar_100Hz": 1.799209333333354, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.166477500000079, "PS6_Pressure_bar_100Hz": 9.082647166666654, "FS1_VolumeFlow_l_per_min_10Hz": 6.66435666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.716115, "TS1_Temperature_C_1Hz": 44.405900000000024, "TS2_Temperature_C_1Hz": 49.47489999999998, "TS3_Temperature_C_1Hz": 46.69084999999999, "TS4_Temperature_C_1Hz": 39.871016666666655, "P1_MotorPower_W_100Hz": 2469.936733333343, "VS1_Vibration_mm_per_s_1Hz": 0.5984166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.74853333333333, "CP_CoolingPower_kW_1Hz": 1.7834666666666668, "SE_EfficiencyFactor_percent_1Hz": 59.63793333333334, "cycle": 1207, "timestamp": "2025-10-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9505116666669, "PS2_Pressure_bar_100Hz": 107.91049500000022, "PS3_Pressure_bar_100Hz": 1.7975505000000043, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.16375183333339, "PS6_Pressure_bar_100Hz": 9.080285999999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.676871666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.714600000000004, "TS1_Temperature_C_1Hz": 44.40721666666666, "TS2_Temperature_C_1Hz": 49.466983333333324, "TS3_Temperature_C_1Hz": 46.68283333333331, "TS4_Temperature_C_1Hz": 39.92196666666667, "P1_MotorPower_W_100Hz": 2467.687966666693, "VS1_Vibration_mm_per_s_1Hz": 0.6029666666666669, "CE_CoolingEfficiency_percent_1Hz": 27.60711666666667, "CP_CoolingPower_kW_1Hz": 1.7696166666666662, "SE_EfficiencyFactor_percent_1Hz": 59.870850000000004, "cycle": 1208, "timestamp": "2025-10-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.35808166666652, "PS2_Pressure_bar_100Hz": 107.51415700000025, "PS3_Pressure_bar_100Hz": 1.7305959999999936, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.16453600000003, "PS6_Pressure_bar_100Hz": 9.081023166666697, "FS1_VolumeFlow_l_per_min_10Hz": 6.397319999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.714146666666664, "TS1_Temperature_C_1Hz": 44.384950000000025, "TS2_Temperature_C_1Hz": 49.444600000000015, "TS3_Temperature_C_1Hz": 46.667150000000014, "TS4_Temperature_C_1Hz": 39.95254999999999, "P1_MotorPower_W_100Hz": 2497.206866666717, "VS1_Vibration_mm_per_s_1Hz": 0.593283333333333, "CE_CoolingEfficiency_percent_1Hz": 27.44253333333334, "CP_CoolingPower_kW_1Hz": 1.7593166666666664, "SE_EfficiencyFactor_percent_1Hz": 56.48793333333333, "cycle": 1209, "timestamp": "2025-10-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.53451666666743, "PS2_Pressure_bar_100Hz": 106.91970433333388, "PS3_Pressure_bar_100Hz": 1.722893833333326, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.17699500000004, "PS6_Pressure_bar_100Hz": 9.093303666666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.345923333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.718875000000004, "TS1_Temperature_C_1Hz": 44.275800000000004, "TS2_Temperature_C_1Hz": 49.390899999999995, "TS3_Temperature_C_1Hz": 46.59973333333334, "TS4_Temperature_C_1Hz": 39.8501, "P1_MotorPower_W_100Hz": 2496.263600000021, "VS1_Vibration_mm_per_s_1Hz": 0.6094499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.538466666666668, "CP_CoolingPower_kW_1Hz": 1.766933333333333, "SE_EfficiencyFactor_percent_1Hz": 55.39189999999999, "cycle": 1210, "timestamp": "2025-10-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.53681000000088, "PS2_Pressure_bar_100Hz": 106.91586333333375, "PS3_Pressure_bar_100Hz": 1.72713433333333, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.188079833333326, "PS6_Pressure_bar_100Hz": 9.104913833333312, "FS1_VolumeFlow_l_per_min_10Hz": 6.348973333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.725960000000008, "TS1_Temperature_C_1Hz": 44.23455, "TS2_Temperature_C_1Hz": 49.30976666666667, "TS3_Temperature_C_1Hz": 46.49806666666668, "TS4_Temperature_C_1Hz": 39.84425000000001, "P1_MotorPower_W_100Hz": 2497.309233333368, "VS1_Vibration_mm_per_s_1Hz": 0.6080666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.287133333333326, "CP_CoolingPower_kW_1Hz": 1.7438833333333326, "SE_EfficiencyFactor_percent_1Hz": 55.37486666666667, "cycle": 1211, "timestamp": "2025-10-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5336100000009, "PS2_Pressure_bar_100Hz": 106.9287195000005, "PS3_Pressure_bar_100Hz": 1.726833166666657, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.188846166666709, "PS6_Pressure_bar_100Hz": 9.105429333333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.347331666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.72520333333334, "TS1_Temperature_C_1Hz": 44.19768333333333, "TS2_Temperature_C_1Hz": 49.24121666666666, "TS3_Temperature_C_1Hz": 46.45328333333334, "TS4_Temperature_C_1Hz": 39.790816666666665, "P1_MotorPower_W_100Hz": 2496.816200000022, "VS1_Vibration_mm_per_s_1Hz": 0.6062166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.394533333333342, "CP_CoolingPower_kW_1Hz": 1.746383333333332, "SE_EfficiencyFactor_percent_1Hz": 55.37460000000001, "cycle": 1212, "timestamp": "2025-10-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.54772833333396, "PS2_Pressure_bar_100Hz": 106.93439466666682, "PS3_Pressure_bar_100Hz": 1.7254734999999963, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.184036166666674, "PS6_Pressure_bar_100Hz": 9.099751333333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.334163333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.722393333333333, "TS1_Temperature_C_1Hz": 44.16470000000001, "TS2_Temperature_C_1Hz": 49.20355000000002, "TS3_Temperature_C_1Hz": 46.436316666666684, "TS4_Temperature_C_1Hz": 39.76648333333334, "P1_MotorPower_W_100Hz": 2494.8018666666744, "VS1_Vibration_mm_per_s_1Hz": 0.6120999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.448316666666663, "CP_CoolingPower_kW_1Hz": 1.747983333333333, "SE_EfficiencyFactor_percent_1Hz": 55.258300000000006, "cycle": 1213, "timestamp": "2025-10-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5507050000015, "PS2_Pressure_bar_100Hz": 106.95808533333378, "PS3_Pressure_bar_100Hz": 1.7208329999999907, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.188152833333355, "PS6_Pressure_bar_100Hz": 9.104534000000019, "FS1_VolumeFlow_l_per_min_10Hz": 6.332389999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.725031666666673, "TS1_Temperature_C_1Hz": 44.147899999999986, "TS2_Temperature_C_1Hz": 49.18996666666667, "TS3_Temperature_C_1Hz": 46.3955, "TS4_Temperature_C_1Hz": 39.718966666666674, "P1_MotorPower_W_100Hz": 2496.53583333332, "VS1_Vibration_mm_per_s_1Hz": 0.6054999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.495150000000002, "CP_CoolingPower_kW_1Hz": 1.7491333333333332, "SE_EfficiencyFactor_percent_1Hz": 55.14878333333332, "cycle": 1214, "timestamp": "2025-10-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.55263666666735, "PS2_Pressure_bar_100Hz": 106.94413466666717, "PS3_Pressure_bar_100Hz": 1.723696500000005, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.191195833333342, "PS6_Pressure_bar_100Hz": 9.107589000000031, "FS1_VolumeFlow_l_per_min_10Hz": 6.3319983333333365, "FS2_VolumeFlow_l_per_min_10Hz": 9.725806666666672, "TS1_Temperature_C_1Hz": 44.11100000000001, "TS2_Temperature_C_1Hz": 49.16503333333335, "TS3_Temperature_C_1Hz": 46.37175000000001, "TS4_Temperature_C_1Hz": 39.67011666666667, "P1_MotorPower_W_100Hz": 2495.8307000000323, "VS1_Vibration_mm_per_s_1Hz": 0.6117666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.5835, "CP_CoolingPower_kW_1Hz": 1.756416666666667, "SE_EfficiencyFactor_percent_1Hz": 55.23548333333331, "cycle": 1215, "timestamp": "2025-10-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.54595666666663, "PS2_Pressure_bar_100Hz": 106.92683233333396, "PS3_Pressure_bar_100Hz": 1.7141831666666607, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.188903333333311, "PS6_Pressure_bar_100Hz": 9.10441633333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.33002333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.727080000000011, "TS1_Temperature_C_1Hz": 44.09410000000001, "TS2_Temperature_C_1Hz": 49.15183333333335, "TS3_Temperature_C_1Hz": 46.35641666666668, "TS4_Temperature_C_1Hz": 39.66580000000001, "P1_MotorPower_W_100Hz": 2496.737000000015, "VS1_Vibration_mm_per_s_1Hz": 0.6080000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.60598333333333, "CP_CoolingPower_kW_1Hz": 1.7549166666666662, "SE_EfficiencyFactor_percent_1Hz": 55.16908333333333, "cycle": 1216, "timestamp": "2025-10-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.55267000000063, "PS2_Pressure_bar_100Hz": 106.96238233333364, "PS3_Pressure_bar_100Hz": 1.7233558333333288, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.194636833333297, "PS6_Pressure_bar_100Hz": 9.109627833333347, "FS1_VolumeFlow_l_per_min_10Hz": 6.333070000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.735319999999996, "TS1_Temperature_C_1Hz": 44.10038333333332, "TS2_Temperature_C_1Hz": 49.141650000000006, "TS3_Temperature_C_1Hz": 46.33128333333334, "TS4_Temperature_C_1Hz": 39.6864, "P1_MotorPower_W_100Hz": 2497.6758333333437, "VS1_Vibration_mm_per_s_1Hz": 0.6119500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.418283333333346, "CP_CoolingPower_kW_1Hz": 1.7412500000000004, "SE_EfficiencyFactor_percent_1Hz": 55.22310000000001, "cycle": 1217, "timestamp": "2025-10-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.54659833333483, "PS2_Pressure_bar_100Hz": 106.9603470000003, "PS3_Pressure_bar_100Hz": 1.7271439999999951, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.188346166666651, "PS6_Pressure_bar_100Hz": 9.103971666666647, "FS1_VolumeFlow_l_per_min_10Hz": 6.330234999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.730388333333336, "TS1_Temperature_C_1Hz": 44.1043, "TS2_Temperature_C_1Hz": 49.122233333333334, "TS3_Temperature_C_1Hz": 46.341249999999995, "TS4_Temperature_C_1Hz": 39.65664999999999, "P1_MotorPower_W_100Hz": 2495.4629333333723, "VS1_Vibration_mm_per_s_1Hz": 0.6083833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.59853333333333, "CP_CoolingPower_kW_1Hz": 1.7508499999999996, "SE_EfficiencyFactor_percent_1Hz": 55.224066666666694, "cycle": 1218, "timestamp": "2025-10-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.55545833333443, "PS2_Pressure_bar_100Hz": 106.93923600000073, "PS3_Pressure_bar_100Hz": 1.7368715000000041, "PS4_Pressure_bar_100Hz": 1.7666666666666665e-05, "PS5_Pressure_bar_100Hz": 9.186072500000028, "PS6_Pressure_bar_100Hz": 9.100268333333362, "FS1_VolumeFlow_l_per_min_10Hz": 6.3313366666666635, "FS2_VolumeFlow_l_per_min_10Hz": 9.727718333333334, "TS1_Temperature_C_1Hz": 44.09791666666668, "TS2_Temperature_C_1Hz": 49.10733333333331, "TS3_Temperature_C_1Hz": 46.34650000000001, "TS4_Temperature_C_1Hz": 39.63625, "P1_MotorPower_W_100Hz": 2490.485766666654, "VS1_Vibration_mm_per_s_1Hz": 0.6058500000000003, "CE_CoolingEfficiency_percent_1Hz": 27.716016666666672, "CP_CoolingPower_kW_1Hz": 1.75995, "SE_EfficiencyFactor_percent_1Hz": 55.45488333333334, "cycle": 1219, "timestamp": "2025-10-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.44444000000146, "PS2_Pressure_bar_100Hz": 107.18278150000027, "PS3_Pressure_bar_100Hz": 1.7409589999999961, "PS4_Pressure_bar_100Hz": 2.0666666666666666e-05, "PS5_Pressure_bar_100Hz": 9.184360833333367, "PS6_Pressure_bar_100Hz": 9.098546499999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.360305, "FS2_VolumeFlow_l_per_min_10Hz": 9.729879999999996, "TS1_Temperature_C_1Hz": 44.091183333333326, "TS2_Temperature_C_1Hz": 49.08839999999999, "TS3_Temperature_C_1Hz": 46.36145000000001, "TS4_Temperature_C_1Hz": 39.72581666666668, "P1_MotorPower_W_100Hz": 2489.710666666693, "VS1_Vibration_mm_per_s_1Hz": 0.6085333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.47733333333333, "CP_CoolingPower_kW_1Hz": 1.7405166666666665, "SE_EfficiencyFactor_percent_1Hz": 56.084050000000026, "cycle": 1220, "timestamp": "2025-11-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.44557833333437, "PS2_Pressure_bar_100Hz": 107.17220166666738, "PS3_Pressure_bar_100Hz": 1.736703666666666, "PS4_Pressure_bar_100Hz": 5.316666666666667e-05, "PS5_Pressure_bar_100Hz": 9.184066499999966, "PS6_Pressure_bar_100Hz": 9.099496999999973, "FS1_VolumeFlow_l_per_min_10Hz": 6.362923333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.729861666666666, "TS1_Temperature_C_1Hz": 44.11398333333334, "TS2_Temperature_C_1Hz": 49.098000000000006, "TS3_Temperature_C_1Hz": 46.358783333333335, "TS4_Temperature_C_1Hz": 39.70955000000001, "P1_MotorPower_W_100Hz": 2489.79033333338, "VS1_Vibration_mm_per_s_1Hz": 0.6143333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.582816666666666, "CP_CoolingPower_kW_1Hz": 1.7428999999999994, "SE_EfficiencyFactor_percent_1Hz": 56.08575000000001, "cycle": 1221, "timestamp": "2025-11-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4578100000014, "PS2_Pressure_bar_100Hz": 107.188375833334, "PS3_Pressure_bar_100Hz": 1.7320998333333273, "PS4_Pressure_bar_100Hz": 0.0011548333333333332, "PS5_Pressure_bar_100Hz": 9.182123166666724, "PS6_Pressure_bar_100Hz": 9.096487000000018, "FS1_VolumeFlow_l_per_min_10Hz": 6.349891666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.723961666666675, "TS1_Temperature_C_1Hz": 44.10358333333333, "TS2_Temperature_C_1Hz": 49.109383333333334, "TS3_Temperature_C_1Hz": 46.36211666666666, "TS4_Temperature_C_1Hz": 39.65058333333333, "P1_MotorPower_W_100Hz": 2490.079766666657, "VS1_Vibration_mm_per_s_1Hz": 0.6150833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.76206666666667, "CP_CoolingPower_kW_1Hz": 1.7578833333333328, "SE_EfficiencyFactor_percent_1Hz": 55.91086666666667, "cycle": 1222, "timestamp": "2025-11-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4520850000014, "PS2_Pressure_bar_100Hz": 107.18439566666666, "PS3_Pressure_bar_100Hz": 1.7339709999999966, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.182117666666688, "PS6_Pressure_bar_100Hz": 9.096701166666652, "FS1_VolumeFlow_l_per_min_10Hz": 6.350398333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.725581666666667, "TS1_Temperature_C_1Hz": 44.07451666666667, "TS2_Temperature_C_1Hz": 49.10113333333332, "TS3_Temperature_C_1Hz": 46.35276666666669, "TS4_Temperature_C_1Hz": 39.713633333333334, "P1_MotorPower_W_100Hz": 2491.6459333333396, "VS1_Vibration_mm_per_s_1Hz": 0.6231166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.353766666666658, "CP_CoolingPower_kW_1Hz": 1.739866666666667, "SE_EfficiencyFactor_percent_1Hz": 55.81826666666669, "cycle": 1223, "timestamp": "2025-11-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.46205166666772, "PS2_Pressure_bar_100Hz": 107.15895900000068, "PS3_Pressure_bar_100Hz": 1.732521166666669, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.187712000000019, "PS6_Pressure_bar_100Hz": 9.10164616666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.36412166666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.727178333333335, "TS1_Temperature_C_1Hz": 44.08020000000002, "TS2_Temperature_C_1Hz": 49.089099999999995, "TS3_Temperature_C_1Hz": 46.356833333333356, "TS4_Temperature_C_1Hz": 39.71723333333332, "P1_MotorPower_W_100Hz": 2491.453300000034, "VS1_Vibration_mm_per_s_1Hz": 0.6157166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.32066666666667, "CP_CoolingPower_kW_1Hz": 1.7388499999999991, "SE_EfficiencyFactor_percent_1Hz": 55.97693333333334, "cycle": 1224, "timestamp": "2025-11-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.45560666666722, "PS2_Pressure_bar_100Hz": 107.17313550000001, "PS3_Pressure_bar_100Hz": 1.7303821666666663, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.183441666666685, "PS6_Pressure_bar_100Hz": 9.098408833333322, "FS1_VolumeFlow_l_per_min_10Hz": 6.36909, "FS2_VolumeFlow_l_per_min_10Hz": 9.728986666666668, "TS1_Temperature_C_1Hz": 44.098816666666686, "TS2_Temperature_C_1Hz": 49.09038333333334, "TS3_Temperature_C_1Hz": 46.36826666666666, "TS4_Temperature_C_1Hz": 39.749849999999995, "P1_MotorPower_W_100Hz": 2491.8178333333667, "VS1_Vibration_mm_per_s_1Hz": 0.6263166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.189033333333334, "CP_CoolingPower_kW_1Hz": 1.7356833333333328, "SE_EfficiencyFactor_percent_1Hz": 56.10976666666667, "cycle": 1225, "timestamp": "2025-11-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.46463333333426, "PS2_Pressure_bar_100Hz": 107.19961066666721, "PS3_Pressure_bar_100Hz": 1.7270439999999974, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.18514883333338, "PS6_Pressure_bar_100Hz": 9.100326666666662, "FS1_VolumeFlow_l_per_min_10Hz": 6.362803333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.730410000000013, "TS1_Temperature_C_1Hz": 44.11765000000002, "TS2_Temperature_C_1Hz": 49.098333333333336, "TS3_Temperature_C_1Hz": 46.36543333333332, "TS4_Temperature_C_1Hz": 39.78148333333334, "P1_MotorPower_W_100Hz": 2493.9643333333697, "VS1_Vibration_mm_per_s_1Hz": 0.6204333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.09348333333334, "CP_CoolingPower_kW_1Hz": 1.72645, "SE_EfficiencyFactor_percent_1Hz": 55.936666666666675, "cycle": 1226, "timestamp": "2025-11-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4522366666682, "PS2_Pressure_bar_100Hz": 107.19964450000057, "PS3_Pressure_bar_100Hz": 1.736588666666665, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.18147316666668, "PS6_Pressure_bar_100Hz": 9.096284666666651, "FS1_VolumeFlow_l_per_min_10Hz": 6.364905000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.720456666666669, "TS1_Temperature_C_1Hz": 44.12386666666668, "TS2_Temperature_C_1Hz": 49.104499999999994, "TS3_Temperature_C_1Hz": 46.37595, "TS4_Temperature_C_1Hz": 39.808150000000005, "P1_MotorPower_W_100Hz": 2493.004033333362, "VS1_Vibration_mm_per_s_1Hz": 0.6183666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.009350000000005, "CP_CoolingPower_kW_1Hz": 1.7193166666666666, "SE_EfficiencyFactor_percent_1Hz": 55.96415, "cycle": 1227, "timestamp": "2025-11-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.45368666666766, "PS2_Pressure_bar_100Hz": 107.16443716666707, "PS3_Pressure_bar_100Hz": 1.7338203333333266, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.187145000000063, "PS6_Pressure_bar_100Hz": 9.102055333333338, "FS1_VolumeFlow_l_per_min_10Hz": 6.36746, "FS2_VolumeFlow_l_per_min_10Hz": 9.716886666666662, "TS1_Temperature_C_1Hz": 44.155883333333335, "TS2_Temperature_C_1Hz": 49.124800000000015, "TS3_Temperature_C_1Hz": 46.38541666666668, "TS4_Temperature_C_1Hz": 39.796533333333336, "P1_MotorPower_W_100Hz": 2492.580100000019, "VS1_Vibration_mm_per_s_1Hz": 0.6138999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.13548333333334, "CP_CoolingPower_kW_1Hz": 1.7244166666666658, "SE_EfficiencyFactor_percent_1Hz": 56.07790000000001, "cycle": 1228, "timestamp": "2025-11-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4578800000017, "PS2_Pressure_bar_100Hz": 107.15765550000071, "PS3_Pressure_bar_100Hz": 1.7319413333333342, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.1814146666667, "PS6_Pressure_bar_100Hz": 9.096893166666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.3658800000000015, "FS2_VolumeFlow_l_per_min_10Hz": 9.72412166666666, "TS1_Temperature_C_1Hz": 44.151866666666685, "TS2_Temperature_C_1Hz": 49.119366666666664, "TS3_Temperature_C_1Hz": 46.405050000000024, "TS4_Temperature_C_1Hz": 39.84533333333332, "P1_MotorPower_W_100Hz": 2490.437866666736, "VS1_Vibration_mm_per_s_1Hz": 0.61845, "CE_CoolingEfficiency_percent_1Hz": 27.07299999999999, "CP_CoolingPower_kW_1Hz": 1.7198666666666658, "SE_EfficiencyFactor_percent_1Hz": 56.04833333333333, "cycle": 1229, "timestamp": "2025-11-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.37975333333486, "PS2_Pressure_bar_100Hz": 107.34630300000035, "PS3_Pressure_bar_100Hz": 1.7327678333333336, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.177318000000058, "PS6_Pressure_bar_100Hz": 9.093030499999989, "FS1_VolumeFlow_l_per_min_10Hz": 6.37372333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.726343333333332, "TS1_Temperature_C_1Hz": 44.16781666666667, "TS2_Temperature_C_1Hz": 49.129716666666674, "TS3_Temperature_C_1Hz": 46.406833333333346, "TS4_Temperature_C_1Hz": 39.84519999999999, "P1_MotorPower_W_100Hz": 2489.3254000000197, "VS1_Vibration_mm_per_s_1Hz": 0.6184833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.109233333333332, "CP_CoolingPower_kW_1Hz": 1.719633333333333, "SE_EfficiencyFactor_percent_1Hz": 56.41628333333334, "cycle": 1230, "timestamp": "2025-11-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3793116666675, "PS2_Pressure_bar_100Hz": 107.37785883333413, "PS3_Pressure_bar_100Hz": 1.7386265000000012, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.182496166666715, "PS6_Pressure_bar_100Hz": 9.0964448333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.372919999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.726563333333338, "TS1_Temperature_C_1Hz": 44.181450000000005, "TS2_Temperature_C_1Hz": 49.13881666666668, "TS3_Temperature_C_1Hz": 46.415066666666675, "TS4_Temperature_C_1Hz": 39.76300000000001, "P1_MotorPower_W_100Hz": 2489.8920333333604, "VS1_Vibration_mm_per_s_1Hz": 0.6095999999999997, "CE_CoolingEfficiency_percent_1Hz": 27.456899999999997, "CP_CoolingPower_kW_1Hz": 1.7424999999999995, "SE_EfficiencyFactor_percent_1Hz": 56.329716666666656, "cycle": 1231, "timestamp": "2025-11-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.38530333333398, "PS2_Pressure_bar_100Hz": 107.38244950000032, "PS3_Pressure_bar_100Hz": 1.729178666666668, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.180336166666708, "PS6_Pressure_bar_100Hz": 9.095998166666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.367685000000006, "FS2_VolumeFlow_l_per_min_10Hz": 9.726144999999985, "TS1_Temperature_C_1Hz": 44.152, "TS2_Temperature_C_1Hz": 49.13873333333334, "TS3_Temperature_C_1Hz": 46.457933333333365, "TS4_Temperature_C_1Hz": 39.753450000000015, "P1_MotorPower_W_100Hz": 2491.7536000000277, "VS1_Vibration_mm_per_s_1Hz": 0.6089166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.655000000000012, "CP_CoolingPower_kW_1Hz": 1.7574000000000007, "SE_EfficiencyFactor_percent_1Hz": 56.16388333333334, "cycle": 1232, "timestamp": "2025-11-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.37962166666745, "PS2_Pressure_bar_100Hz": 107.36785083333358, "PS3_Pressure_bar_100Hz": 1.738630666666655, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.184082666666669, "PS6_Pressure_bar_100Hz": 9.100199166666691, "FS1_VolumeFlow_l_per_min_10Hz": 6.373169999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.73214833333334, "TS1_Temperature_C_1Hz": 44.12933333333334, "TS2_Temperature_C_1Hz": 49.138016666666665, "TS3_Temperature_C_1Hz": 46.426383333333334, "TS4_Temperature_C_1Hz": 39.70346666666668, "P1_MotorPower_W_100Hz": 2491.5066000000256, "VS1_Vibration_mm_per_s_1Hz": 0.6118666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.705333333333332, "CP_CoolingPower_kW_1Hz": 1.7631166666666664, "SE_EfficiencyFactor_percent_1Hz": 56.240750000000006, "cycle": 1233, "timestamp": "2025-11-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.38380166666738, "PS2_Pressure_bar_100Hz": 107.35303466666693, "PS3_Pressure_bar_100Hz": 1.7492866666666638, "PS4_Pressure_bar_100Hz": 0.019983166666666663, "PS5_Pressure_bar_100Hz": 9.187621166666691, "PS6_Pressure_bar_100Hz": 9.103278499999968, "FS1_VolumeFlow_l_per_min_10Hz": 6.380743333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.742153333333336, "TS1_Temperature_C_1Hz": 44.11661666666668, "TS2_Temperature_C_1Hz": 49.13419999999999, "TS3_Temperature_C_1Hz": 46.39288333333333, "TS4_Temperature_C_1Hz": 39.76619999999999, "P1_MotorPower_W_100Hz": 2493.6395333333644, "VS1_Vibration_mm_per_s_1Hz": 0.5978333333333335, "CE_CoolingEfficiency_percent_1Hz": 27.338116666666668, "CP_CoolingPower_kW_1Hz": 1.7396833333333332, "SE_EfficiencyFactor_percent_1Hz": 56.27283333333334, "cycle": 1234, "timestamp": "2025-11-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.40555166666795, "PS2_Pressure_bar_100Hz": 107.3643110000004, "PS3_Pressure_bar_100Hz": 1.7544906666666658, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.187704166666657, "PS6_Pressure_bar_100Hz": 9.102773333333305, "FS1_VolumeFlow_l_per_min_10Hz": 6.3705966666666685, "FS2_VolumeFlow_l_per_min_10Hz": 9.740399999999996, "TS1_Temperature_C_1Hz": 44.151416666666684, "TS2_Temperature_C_1Hz": 49.13705000000001, "TS3_Temperature_C_1Hz": 46.41718333333333, "TS4_Temperature_C_1Hz": 39.73113333333334, "P1_MotorPower_W_100Hz": 2494.456533333366, "VS1_Vibration_mm_per_s_1Hz": 0.6104500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.50826666666666, "CP_CoolingPower_kW_1Hz": 1.7548500000000002, "SE_EfficiencyFactor_percent_1Hz": 56.219200000000015, "cycle": 1235, "timestamp": "2025-11-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.41278666666727, "PS2_Pressure_bar_100Hz": 107.38851016666729, "PS3_Pressure_bar_100Hz": 1.7488071666666738, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.185697499999995, "PS6_Pressure_bar_100Hz": 9.100373333333303, "FS1_VolumeFlow_l_per_min_10Hz": 6.36824833333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.73318999999999, "TS1_Temperature_C_1Hz": 44.12644999999999, "TS2_Temperature_C_1Hz": 49.147916666666674, "TS3_Temperature_C_1Hz": 46.41684999999999, "TS4_Temperature_C_1Hz": 39.66855, "P1_MotorPower_W_100Hz": 2494.547633333353, "VS1_Vibration_mm_per_s_1Hz": 0.6114833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.74813333333333, "CP_CoolingPower_kW_1Hz": 1.7706000000000004, "SE_EfficiencyFactor_percent_1Hz": 56.1538, "cycle": 1236, "timestamp": "2025-11-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3764583333339, "PS2_Pressure_bar_100Hz": 107.37006150000094, "PS3_Pressure_bar_100Hz": 1.7438548333333368, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.181957833333374, "PS6_Pressure_bar_100Hz": 9.09678166666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.370615000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.730114999999994, "TS1_Temperature_C_1Hz": 44.10833333333333, "TS2_Temperature_C_1Hz": 49.126766666666654, "TS3_Temperature_C_1Hz": 46.411883333333336, "TS4_Temperature_C_1Hz": 39.67345, "P1_MotorPower_W_100Hz": 2490.4856333333796, "VS1_Vibration_mm_per_s_1Hz": 0.6114333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.70181666666666, "CP_CoolingPower_kW_1Hz": 1.7681499999999992, "SE_EfficiencyFactor_percent_1Hz": 56.24683333333333, "cycle": 1237, "timestamp": "2025-11-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.40429500000133, "PS2_Pressure_bar_100Hz": 107.38353533333407, "PS3_Pressure_bar_100Hz": 1.749875833333332, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.181187666666698, "PS6_Pressure_bar_100Hz": 9.09514266666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.367278333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.727683333333342, "TS1_Temperature_C_1Hz": 44.10711666666668, "TS2_Temperature_C_1Hz": 49.10368333333333, "TS3_Temperature_C_1Hz": 46.39371666666668, "TS4_Temperature_C_1Hz": 39.71678333333334, "P1_MotorPower_W_100Hz": 2490.826100000044, "VS1_Vibration_mm_per_s_1Hz": 0.6089999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.475250000000017, "CP_CoolingPower_kW_1Hz": 1.7497999999999998, "SE_EfficiencyFactor_percent_1Hz": 56.2348833333333, "cycle": 1238, "timestamp": "2025-11-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.38947000000132, "PS2_Pressure_bar_100Hz": 107.35180216666691, "PS3_Pressure_bar_100Hz": 1.745165833333328, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.181715500000049, "PS6_Pressure_bar_100Hz": 9.096083333333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.374611666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.730158333333334, "TS1_Temperature_C_1Hz": 44.120016666666665, "TS2_Temperature_C_1Hz": 49.11019999999998, "TS3_Temperature_C_1Hz": 46.369000000000014, "TS4_Temperature_C_1Hz": 39.734183333333334, "P1_MotorPower_W_100Hz": 2490.5864666666744, "VS1_Vibration_mm_per_s_1Hz": 0.6128500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.339083333333352, "CP_CoolingPower_kW_1Hz": 1.7385666666666666, "SE_EfficiencyFactor_percent_1Hz": 56.35764999999999, "cycle": 1239, "timestamp": "2025-11-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3533583333346, "PS2_Pressure_bar_100Hz": 107.52235966666709, "PS3_Pressure_bar_100Hz": 1.7426948333333363, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.184168500000032, "PS6_Pressure_bar_100Hz": 9.09935000000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.363570000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.732921666666675, "TS1_Temperature_C_1Hz": 44.11993333333332, "TS2_Temperature_C_1Hz": 49.102899999999984, "TS3_Temperature_C_1Hz": 46.39478333333334, "TS4_Temperature_C_1Hz": 39.756, "P1_MotorPower_W_100Hz": 2490.7942000000344, "VS1_Vibration_mm_per_s_1Hz": 0.60955, "CE_CoolingEfficiency_percent_1Hz": 27.367533333333327, "CP_CoolingPower_kW_1Hz": 1.7395333333333332, "SE_EfficiencyFactor_percent_1Hz": 56.25324999999997, "cycle": 1240, "timestamp": "2025-11-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.37904166666806, "PS2_Pressure_bar_100Hz": 107.54037733333394, "PS3_Pressure_bar_100Hz": 1.7334619999999934, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.194322166666673, "PS6_Pressure_bar_100Hz": 9.108955666666676, "FS1_VolumeFlow_l_per_min_10Hz": 6.37370833333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.739278333333328, "TS1_Temperature_C_1Hz": 44.131350000000005, "TS2_Temperature_C_1Hz": 49.109199999999994, "TS3_Temperature_C_1Hz": 46.37246666666667, "TS4_Temperature_C_1Hz": 39.76606666666667, "P1_MotorPower_W_100Hz": 2496.1128666666577, "VS1_Vibration_mm_per_s_1Hz": 0.6161166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.288583333333342, "CP_CoolingPower_kW_1Hz": 1.733383333333333, "SE_EfficiencyFactor_percent_1Hz": 56.19473333333334, "cycle": 1241, "timestamp": "2025-11-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32921000000042, "PS2_Pressure_bar_100Hz": 107.52266783333359, "PS3_Pressure_bar_100Hz": 1.74259416666666, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.193850999999993, "PS6_Pressure_bar_100Hz": 9.109288333333359, "FS1_VolumeFlow_l_per_min_10Hz": 6.380416666666658, "FS2_VolumeFlow_l_per_min_10Hz": 9.743200000000005, "TS1_Temperature_C_1Hz": 44.14016666666669, "TS2_Temperature_C_1Hz": 49.111433333333345, "TS3_Temperature_C_1Hz": 46.40163333333333, "TS4_Temperature_C_1Hz": 39.784099999999995, "P1_MotorPower_W_100Hz": 2496.421433333279, "VS1_Vibration_mm_per_s_1Hz": 0.6193166666666664, "CE_CoolingEfficiency_percent_1Hz": 27.23795, "CP_CoolingPower_kW_1Hz": 1.7381499999999996, "SE_EfficiencyFactor_percent_1Hz": 56.26191666666664, "cycle": 1242, "timestamp": "2025-11-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.34806833333408, "PS2_Pressure_bar_100Hz": 107.52938466666704, "PS3_Pressure_bar_100Hz": 1.7408614999999945, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.177568000000052, "PS6_Pressure_bar_100Hz": 9.091531333333323, "FS1_VolumeFlow_l_per_min_10Hz": 6.372023333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.73003, "TS1_Temperature_C_1Hz": 44.13451666666666, "TS2_Temperature_C_1Hz": 49.11795, "TS3_Temperature_C_1Hz": 46.408683333333336, "TS4_Temperature_C_1Hz": 39.77536666666666, "P1_MotorPower_W_100Hz": 2486.395566666685, "VS1_Vibration_mm_per_s_1Hz": 0.6154833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.219166666666652, "CP_CoolingPower_kW_1Hz": 1.7390166666666667, "SE_EfficiencyFactor_percent_1Hz": 56.41744999999998, "cycle": 1243, "timestamp": "2025-11-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.34631000000095, "PS2_Pressure_bar_100Hz": 107.52328700000032, "PS3_Pressure_bar_100Hz": 1.742914833333326, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.171108166666727, "PS6_Pressure_bar_100Hz": 9.08507516666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.371506666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.72181666666668, "TS1_Temperature_C_1Hz": 44.126133333333335, "TS2_Temperature_C_1Hz": 49.11620000000002, "TS3_Temperature_C_1Hz": 46.38146666666669, "TS4_Temperature_C_1Hz": 39.74768333333332, "P1_MotorPower_W_100Hz": 2484.1609333333786, "VS1_Vibration_mm_per_s_1Hz": 0.6116333333333335, "CE_CoolingEfficiency_percent_1Hz": 27.214849999999995, "CP_CoolingPower_kW_1Hz": 1.7370333333333328, "SE_EfficiencyFactor_percent_1Hz": 56.42305000000002, "cycle": 1244, "timestamp": "2025-11-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.32085666666734, "PS2_Pressure_bar_100Hz": 107.51158783333362, "PS3_Pressure_bar_100Hz": 1.735808666666659, "PS4_Pressure_bar_100Hz": 0.000164, "PS5_Pressure_bar_100Hz": 9.170444833333402, "PS6_Pressure_bar_100Hz": 9.08377233333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.370426666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.720123333333335, "TS1_Temperature_C_1Hz": 44.10870000000001, "TS2_Temperature_C_1Hz": 49.11643333333334, "TS3_Temperature_C_1Hz": 46.38245000000002, "TS4_Temperature_C_1Hz": 39.68758333333331, "P1_MotorPower_W_100Hz": 2483.634933333329, "VS1_Vibration_mm_per_s_1Hz": 0.6133333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.457366666666662, "CP_CoolingPower_kW_1Hz": 1.753483333333333, "SE_EfficiencyFactor_percent_1Hz": 56.47736666666667, "cycle": 1245, "timestamp": "2025-11-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.31938166666734, "PS2_Pressure_bar_100Hz": 107.51184283333346, "PS3_Pressure_bar_100Hz": 1.7361025000000005, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.170024500000066, "PS6_Pressure_bar_100Hz": 9.083880333333305, "FS1_VolumeFlow_l_per_min_10Hz": 6.360993333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.725624999999994, "TS1_Temperature_C_1Hz": 44.10771666666666, "TS2_Temperature_C_1Hz": 49.104366666666664, "TS3_Temperature_C_1Hz": 46.37355, "TS4_Temperature_C_1Hz": 39.70636666666667, "P1_MotorPower_W_100Hz": 2483.9938000000366, "VS1_Vibration_mm_per_s_1Hz": 0.6215833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.381400000000006, "CP_CoolingPower_kW_1Hz": 1.7493333333333336, "SE_EfficiencyFactor_percent_1Hz": 56.29483333333334, "cycle": 1246, "timestamp": "2025-11-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3230883333337, "PS2_Pressure_bar_100Hz": 107.51227333333341, "PS3_Pressure_bar_100Hz": 1.7358276666666637, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.168878000000047, "PS6_Pressure_bar_100Hz": 9.08298149999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.359134999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.727263333333333, "TS1_Temperature_C_1Hz": 44.11474999999999, "TS2_Temperature_C_1Hz": 49.09396666666666, "TS3_Temperature_C_1Hz": 46.36598333333333, "TS4_Temperature_C_1Hz": 39.75913333333333, "P1_MotorPower_W_100Hz": 2485.4437000000094, "VS1_Vibration_mm_per_s_1Hz": 0.6135833333333331, "CE_CoolingEfficiency_percent_1Hz": 27.217216666666673, "CP_CoolingPower_kW_1Hz": 1.7315833333333335, "SE_EfficiencyFactor_percent_1Hz": 56.27018333333334, "cycle": 1247, "timestamp": "2025-11-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.313631666667, "PS2_Pressure_bar_100Hz": 107.50491916666702, "PS3_Pressure_bar_100Hz": 1.7448273333333393, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.175394000000091, "PS6_Pressure_bar_100Hz": 9.09007116666669, "FS1_VolumeFlow_l_per_min_10Hz": 6.362491666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.727406666666669, "TS1_Temperature_C_1Hz": 44.12466666666668, "TS2_Temperature_C_1Hz": 49.104499999999994, "TS3_Temperature_C_1Hz": 46.34746666666667, "TS4_Temperature_C_1Hz": 39.66088333333334, "P1_MotorPower_W_100Hz": 2485.64029999999, "VS1_Vibration_mm_per_s_1Hz": 0.6109166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.538716666666666, "CP_CoolingPower_kW_1Hz": 1.7537833333333321, "SE_EfficiencyFactor_percent_1Hz": 56.34281666666668, "cycle": 1248, "timestamp": "2025-11-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.2981716666674, "PS2_Pressure_bar_100Hz": 107.49836583333385, "PS3_Pressure_bar_100Hz": 1.741153833333331, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.17567783333335, "PS6_Pressure_bar_100Hz": 9.088915999999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.364003333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.726693333333337, "TS1_Temperature_C_1Hz": 44.125233333333355, "TS2_Temperature_C_1Hz": 49.118500000000004, "TS3_Temperature_C_1Hz": 46.33083333333332, "TS4_Temperature_C_1Hz": 39.620083333333326, "P1_MotorPower_W_100Hz": 2486.860533333373, "VS1_Vibration_mm_per_s_1Hz": 0.6086166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.510966666666665, "CP_CoolingPower_kW_1Hz": 1.7592166666666667, "SE_EfficiencyFactor_percent_1Hz": 56.29611666666664, "cycle": 1249, "timestamp": "2025-11-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.54741833333287, "PS2_Pressure_bar_100Hz": 107.68408600000001, "PS3_Pressure_bar_100Hz": 1.7654056666666775, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.174845666666736, "PS6_Pressure_bar_100Hz": 9.087392499999966, "FS1_VolumeFlow_l_per_min_10Hz": 6.461623333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.73004166666667, "TS1_Temperature_C_1Hz": 44.11166666666666, "TS2_Temperature_C_1Hz": 49.116700000000016, "TS3_Temperature_C_1Hz": 46.348333333333336, "TS4_Temperature_C_1Hz": 39.66251666666667, "P1_MotorPower_W_100Hz": 2477.3552333333614, "VS1_Vibration_mm_per_s_1Hz": 0.6155, "CE_CoolingEfficiency_percent_1Hz": 27.370500000000003, "CP_CoolingPower_kW_1Hz": 1.7515833333333335, "SE_EfficiencyFactor_percent_1Hz": 57.49835, "cycle": 1250, "timestamp": "2025-12-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.76866000000055, "PS2_Pressure_bar_100Hz": 107.10559316666672, "PS3_Pressure_bar_100Hz": 1.746837666666663, "PS4_Pressure_bar_100Hz": 0.052119333333333365, "PS5_Pressure_bar_100Hz": 9.174428166666702, "PS6_Pressure_bar_100Hz": 9.086852833333316, "FS1_VolumeFlow_l_per_min_10Hz": 6.415231666666676, "FS2_VolumeFlow_l_per_min_10Hz": 9.731720000000001, "TS1_Temperature_C_1Hz": 44.112049999999996, "TS2_Temperature_C_1Hz": 49.11521666666666, "TS3_Temperature_C_1Hz": 46.36410000000001, "TS4_Temperature_C_1Hz": 39.682050000000004, "P1_MotorPower_W_100Hz": 2477.8181666667156, "VS1_Vibration_mm_per_s_1Hz": 0.6109500000000003, "CE_CoolingEfficiency_percent_1Hz": 27.38988333333333, "CP_CoolingPower_kW_1Hz": 1.7503166666666665, "SE_EfficiencyFactor_percent_1Hz": 56.43353333333332, "cycle": 1251, "timestamp": "2025-12-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.79360333333423, "PS2_Pressure_bar_100Hz": 107.0944161666665, "PS3_Pressure_bar_100Hz": 1.7514521666666711, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.175267833333347, "PS6_Pressure_bar_100Hz": 9.08795400000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.422726666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.731336666666662, "TS1_Temperature_C_1Hz": 44.117033333333346, "TS2_Temperature_C_1Hz": 49.123566666666655, "TS3_Temperature_C_1Hz": 46.371883333333344, "TS4_Temperature_C_1Hz": 39.65351666666666, "P1_MotorPower_W_100Hz": 2479.0175000000113, "VS1_Vibration_mm_per_s_1Hz": 0.6167833333333331, "CE_CoolingEfficiency_percent_1Hz": 27.67811666666666, "CP_CoolingPower_kW_1Hz": 1.7613666666666663, "SE_EfficiencyFactor_percent_1Hz": 56.50906666666666, "cycle": 1252, "timestamp": "2025-12-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.8033600000009, "PS2_Pressure_bar_100Hz": 107.08848383333371, "PS3_Pressure_bar_100Hz": 1.7539983333333367, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.176645500000058, "PS6_Pressure_bar_100Hz": 9.089746666666676, "FS1_VolumeFlow_l_per_min_10Hz": 6.4307533333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.729466666666672, "TS1_Temperature_C_1Hz": 44.110483333333335, "TS2_Temperature_C_1Hz": 49.12488333333335, "TS3_Temperature_C_1Hz": 46.363749999999996, "TS4_Temperature_C_1Hz": 39.59688333333332, "P1_MotorPower_W_100Hz": 2479.8442000000573, "VS1_Vibration_mm_per_s_1Hz": 0.6175833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.888800000000007, "CP_CoolingPower_kW_1Hz": 1.7741166666666663, "SE_EfficiencyFactor_percent_1Hz": 56.62613333333333, "cycle": 1253, "timestamp": "2025-12-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7895500000011, "PS2_Pressure_bar_100Hz": 107.08973916666676, "PS3_Pressure_bar_100Hz": 1.7473169999999991, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.173109333333416, "PS6_Pressure_bar_100Hz": 9.085397499999976, "FS1_VolumeFlow_l_per_min_10Hz": 6.426150000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.732246666666667, "TS1_Temperature_C_1Hz": 44.10328333333333, "TS2_Temperature_C_1Hz": 49.11423333333334, "TS3_Temperature_C_1Hz": 46.36028333333332, "TS4_Temperature_C_1Hz": 39.67068333333332, "P1_MotorPower_W_100Hz": 2479.983466666686, "VS1_Vibration_mm_per_s_1Hz": 0.6098166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.577449999999995, "CP_CoolingPower_kW_1Hz": 1.7546166666666667, "SE_EfficiencyFactor_percent_1Hz": 56.536183333333305, "cycle": 1254, "timestamp": "2025-12-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.81330333333463, "PS2_Pressure_bar_100Hz": 107.10218833333336, "PS3_Pressure_bar_100Hz": 1.75438166666667, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.179447333333378, "PS6_Pressure_bar_100Hz": 9.092238999999985, "FS1_VolumeFlow_l_per_min_10Hz": 6.427283333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.739578333333338, "TS1_Temperature_C_1Hz": 44.110666666666674, "TS2_Temperature_C_1Hz": 49.116083333333314, "TS3_Temperature_C_1Hz": 46.36708333333333, "TS4_Temperature_C_1Hz": 39.76943333333334, "P1_MotorPower_W_100Hz": 2480.6025000000427, "VS1_Vibration_mm_per_s_1Hz": 0.6122333333333336, "CE_CoolingEfficiency_percent_1Hz": 27.16933333333333, "CP_CoolingPower_kW_1Hz": 1.732099999999999, "SE_EfficiencyFactor_percent_1Hz": 56.53085000000001, "cycle": 1255, "timestamp": "2025-12-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.81688166666737, "PS2_Pressure_bar_100Hz": 107.1088168333333, "PS3_Pressure_bar_100Hz": 1.7558356666666717, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.180537333333342, "PS6_Pressure_bar_100Hz": 9.093301999999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.427611666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.736436666666679, "TS1_Temperature_C_1Hz": 44.15003333333335, "TS2_Temperature_C_1Hz": 49.125283333333314, "TS3_Temperature_C_1Hz": 46.34940000000002, "TS4_Temperature_C_1Hz": 39.72, "P1_MotorPower_W_100Hz": 2481.4357666667047, "VS1_Vibration_mm_per_s_1Hz": 0.6146333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.226766666666663, "CP_CoolingPower_kW_1Hz": 1.7402999999999993, "SE_EfficiencyFactor_percent_1Hz": 56.49299999999997, "cycle": 1256, "timestamp": "2025-12-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.81073000000114, "PS2_Pressure_bar_100Hz": 107.09294316666679, "PS3_Pressure_bar_100Hz": 1.7476340000000086, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.174522000000044, "PS6_Pressure_bar_100Hz": 9.087968500000013, "FS1_VolumeFlow_l_per_min_10Hz": 6.436525, "FS2_VolumeFlow_l_per_min_10Hz": 9.73024333333334, "TS1_Temperature_C_1Hz": 44.141966666666676, "TS2_Temperature_C_1Hz": 49.13833333333335, "TS3_Temperature_C_1Hz": 46.35651666666668, "TS4_Temperature_C_1Hz": 39.64513333333332, "P1_MotorPower_W_100Hz": 2479.5958000000164, "VS1_Vibration_mm_per_s_1Hz": 0.6173499999999997, "CE_CoolingEfficiency_percent_1Hz": 27.55065, "CP_CoolingPower_kW_1Hz": 1.7600999999999998, "SE_EfficiencyFactor_percent_1Hz": 56.72539999999999, "cycle": 1257, "timestamp": "2025-12-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.80965666666742, "PS2_Pressure_bar_100Hz": 107.09667199999974, "PS3_Pressure_bar_100Hz": 1.7444865000000083, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.168829166666713, "PS6_Pressure_bar_100Hz": 9.082053333333322, "FS1_VolumeFlow_l_per_min_10Hz": 6.427141666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.725108333333326, "TS1_Temperature_C_1Hz": 44.113283333333335, "TS2_Temperature_C_1Hz": 49.14083333333333, "TS3_Temperature_C_1Hz": 46.36025, "TS4_Temperature_C_1Hz": 39.61116666666666, "P1_MotorPower_W_100Hz": 2472.8975333333815, "VS1_Vibration_mm_per_s_1Hz": 0.6206333333333335, "CE_CoolingEfficiency_percent_1Hz": 27.76973333333334, "CP_CoolingPower_kW_1Hz": 1.768583333333333, "SE_EfficiencyFactor_percent_1Hz": 56.68601666666667, "cycle": 1258, "timestamp": "2025-12-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.84497666666724, "PS2_Pressure_bar_100Hz": 107.16176366666683, "PS3_Pressure_bar_100Hz": 1.7475868333333402, "PS4_Pressure_bar_100Hz": 5.783333333333334e-05, "PS5_Pressure_bar_100Hz": 9.17381966666667, "PS6_Pressure_bar_100Hz": 9.087369333333298, "FS1_VolumeFlow_l_per_min_10Hz": 6.430069999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.72797666666668, "TS1_Temperature_C_1Hz": 44.08383333333333, "TS2_Temperature_C_1Hz": 49.12478333333333, "TS3_Temperature_C_1Hz": 46.347849999999994, "TS4_Temperature_C_1Hz": 39.61568333333333, "P1_MotorPower_W_100Hz": 2476.8755333333606, "VS1_Vibration_mm_per_s_1Hz": 0.6161166666666664, "CE_CoolingEfficiency_percent_1Hz": 27.75596666666667, "CP_CoolingPower_kW_1Hz": 1.7636333333333336, "SE_EfficiencyFactor_percent_1Hz": 56.632533333333335, "cycle": 1259, "timestamp": "2025-12-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.84835166666718, "PS2_Pressure_bar_100Hz": 107.16522066666668, "PS3_Pressure_bar_100Hz": 1.753686000000013, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.17864633333337, "PS6_Pressure_bar_100Hz": 9.093224500000026, "FS1_VolumeFlow_l_per_min_10Hz": 6.434504999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.732244999999992, "TS1_Temperature_C_1Hz": 44.076583333333346, "TS2_Temperature_C_1Hz": 49.12836666666668, "TS3_Temperature_C_1Hz": 46.35245, "TS4_Temperature_C_1Hz": 39.57823333333333, "P1_MotorPower_W_100Hz": 2478.632100000037, "VS1_Vibration_mm_per_s_1Hz": 0.6165833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.920599999999997, "CP_CoolingPower_kW_1Hz": 1.7753, "SE_EfficiencyFactor_percent_1Hz": 56.632433333333324, "cycle": 1260, "timestamp": "2025-12-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.72752833333416, "PS2_Pressure_bar_100Hz": 107.36484166666689, "PS3_Pressure_bar_100Hz": 1.7533416666666726, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.177655666666709, "PS6_Pressure_bar_100Hz": 9.091858833333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.46341, "FS2_VolumeFlow_l_per_min_10Hz": 9.73381333333333, "TS1_Temperature_C_1Hz": 44.050466666666665, "TS2_Temperature_C_1Hz": 49.10996666666667, "TS3_Temperature_C_1Hz": 46.32363333333334, "TS4_Temperature_C_1Hz": 39.617683333333325, "P1_MotorPower_W_100Hz": 2476.7194666667033, "VS1_Vibration_mm_per_s_1Hz": 0.6189833333333337, "CE_CoolingEfficiency_percent_1Hz": 27.71873333333332, "CP_CoolingPower_kW_1Hz": 1.758583333333333, "SE_EfficiencyFactor_percent_1Hz": 57.34828333333329, "cycle": 1261, "timestamp": "2025-12-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7411733333327, "PS2_Pressure_bar_100Hz": 107.39822399999973, "PS3_Pressure_bar_100Hz": 1.761699500000003, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.183761500000017, "PS6_Pressure_bar_100Hz": 9.098060666666656, "FS1_VolumeFlow_l_per_min_10Hz": 6.459238333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.738523333333333, "TS1_Temperature_C_1Hz": 44.08273333333333, "TS2_Temperature_C_1Hz": 49.11126666666667, "TS3_Temperature_C_1Hz": 46.32348333333332, "TS4_Temperature_C_1Hz": 39.6943, "P1_MotorPower_W_100Hz": 2479.1931000000072, "VS1_Vibration_mm_per_s_1Hz": 0.61365, "CE_CoolingEfficiency_percent_1Hz": 27.39253333333333, "CP_CoolingPower_kW_1Hz": 1.7388499999999998, "SE_EfficiencyFactor_percent_1Hz": 57.21491666666667, "cycle": 1262, "timestamp": "2025-12-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.71608166666712, "PS2_Pressure_bar_100Hz": 107.35400983333291, "PS3_Pressure_bar_100Hz": 1.7591748333333395, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.186265499999982, "PS6_Pressure_bar_100Hz": 9.100480000000008, "FS1_VolumeFlow_l_per_min_10Hz": 6.456345, "FS2_VolumeFlow_l_per_min_10Hz": 9.737465000000007, "TS1_Temperature_C_1Hz": 44.09061666666666, "TS2_Temperature_C_1Hz": 49.112633333333335, "TS3_Temperature_C_1Hz": 46.32275000000002, "TS4_Temperature_C_1Hz": 39.63945000000001, "P1_MotorPower_W_100Hz": 2475.9739000000236, "VS1_Vibration_mm_per_s_1Hz": 0.6106833333333336, "CE_CoolingEfficiency_percent_1Hz": 27.595199999999995, "CP_CoolingPower_kW_1Hz": 1.7551833333333329, "SE_EfficiencyFactor_percent_1Hz": 57.31051666666665, "cycle": 1263, "timestamp": "2025-12-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.72722666666778, "PS2_Pressure_bar_100Hz": 107.35658716666676, "PS3_Pressure_bar_100Hz": 1.761167000000007, "PS4_Pressure_bar_100Hz": 0.0015825, "PS5_Pressure_bar_100Hz": 9.188561333333357, "PS6_Pressure_bar_100Hz": 9.101731999999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.460480000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.712561666666671, "TS1_Temperature_C_1Hz": 44.05336666666667, "TS2_Temperature_C_1Hz": 49.1075, "TS3_Temperature_C_1Hz": 46.33919999999999, "TS4_Temperature_C_1Hz": 39.57856666666665, "P1_MotorPower_W_100Hz": 2476.082200000022, "VS1_Vibration_mm_per_s_1Hz": 0.6083500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.777349999999995, "CP_CoolingPower_kW_1Hz": 1.7703666666666666, "SE_EfficiencyFactor_percent_1Hz": 57.37963333333332, "cycle": 1264, "timestamp": "2025-12-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.73016000000078, "PS2_Pressure_bar_100Hz": 107.38743266666668, "PS3_Pressure_bar_100Hz": 1.7542146666666734, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.186366000000005, "PS6_Pressure_bar_100Hz": 9.100438833333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.456780000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.710360000000005, "TS1_Temperature_C_1Hz": 44.051700000000004, "TS2_Temperature_C_1Hz": 49.09668333333331, "TS3_Temperature_C_1Hz": 46.31055, "TS4_Temperature_C_1Hz": 39.57351666666666, "P1_MotorPower_W_100Hz": 2475.5269666666927, "VS1_Vibration_mm_per_s_1Hz": 0.6142666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.612450000000003, "CP_CoolingPower_kW_1Hz": 1.7636166666666666, "SE_EfficiencyFactor_percent_1Hz": 57.32888333333335, "cycle": 1265, "timestamp": "2025-12-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.756978333334, "PS2_Pressure_bar_100Hz": 107.40599566666683, "PS3_Pressure_bar_100Hz": 1.7513923333333332, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.186187166666672, "PS6_Pressure_bar_100Hz": 9.099598999999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.452183333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.712953333333344, "TS1_Temperature_C_1Hz": 44.03303333333333, "TS2_Temperature_C_1Hz": 49.09966666666666, "TS3_Temperature_C_1Hz": 46.31933333333335, "TS4_Temperature_C_1Hz": 39.56214999999998, "P1_MotorPower_W_100Hz": 2475.638333333319, "VS1_Vibration_mm_per_s_1Hz": 0.5955666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.719100000000008, "CP_CoolingPower_kW_1Hz": 1.7699666666666665, "SE_EfficiencyFactor_percent_1Hz": 57.26789999999999, "cycle": 1266, "timestamp": "2025-12-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.75178000000108, "PS2_Pressure_bar_100Hz": 107.40763100000038, "PS3_Pressure_bar_100Hz": 1.754840000000001, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.18728466666664, "PS6_Pressure_bar_100Hz": 9.10152116666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.460345, "FS2_VolumeFlow_l_per_min_10Hz": 9.716388333333342, "TS1_Temperature_C_1Hz": 44.04040000000001, "TS2_Temperature_C_1Hz": 49.07340000000001, "TS3_Temperature_C_1Hz": 46.295016666666676, "TS4_Temperature_C_1Hz": 39.65783333333334, "P1_MotorPower_W_100Hz": 2476.9331000000043, "VS1_Vibration_mm_per_s_1Hz": 0.6141999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.339749999999995, "CP_CoolingPower_kW_1Hz": 1.7392833333333322, "SE_EfficiencyFactor_percent_1Hz": 57.289099999999976, "cycle": 1267, "timestamp": "2025-12-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.73138833333402, "PS2_Pressure_bar_100Hz": 107.3773521666664, "PS3_Pressure_bar_100Hz": 1.7578699999999983, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.18479016666671, "PS6_Pressure_bar_100Hz": 9.099089333333326, "FS1_VolumeFlow_l_per_min_10Hz": 6.456943333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.712991666666682, "TS1_Temperature_C_1Hz": 44.04963333333334, "TS2_Temperature_C_1Hz": 49.07275, "TS3_Temperature_C_1Hz": 46.27298333333332, "TS4_Temperature_C_1Hz": 39.61914999999999, "P1_MotorPower_W_100Hz": 2477.309033333376, "VS1_Vibration_mm_per_s_1Hz": 0.6173999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.426466666666673, "CP_CoolingPower_kW_1Hz": 1.743033333333333, "SE_EfficiencyFactor_percent_1Hz": 57.339033333333326, "cycle": 1268, "timestamp": "2025-12-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.75105666666795, "PS2_Pressure_bar_100Hz": 107.36546916666671, "PS3_Pressure_bar_100Hz": 1.7563761666666697, "PS4_Pressure_bar_100Hz": 9.500000000000002e-06, "PS5_Pressure_bar_100Hz": 9.187562499999984, "PS6_Pressure_bar_100Hz": 9.100845833333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.458209999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.712035000000006, "TS1_Temperature_C_1Hz": 44.05651666666666, "TS2_Temperature_C_1Hz": 49.07371666666666, "TS3_Temperature_C_1Hz": 46.292383333333326, "TS4_Temperature_C_1Hz": 39.60268333333333, "P1_MotorPower_W_100Hz": 2478.7978333333544, "VS1_Vibration_mm_per_s_1Hz": 0.6125000000000003, "CE_CoolingEfficiency_percent_1Hz": 27.53865000000001, "CP_CoolingPower_kW_1Hz": 1.7507666666666664, "SE_EfficiencyFactor_percent_1Hz": 57.291999999999994, "cycle": 1269, "timestamp": "2025-12-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7529100000006, "PS2_Pressure_bar_100Hz": 107.393267166667, "PS3_Pressure_bar_100Hz": 1.7485308333333345, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.192358666666667, "PS6_Pressure_bar_100Hz": 9.105814500000035, "FS1_VolumeFlow_l_per_min_10Hz": 6.457035000000006, "FS2_VolumeFlow_l_per_min_10Hz": 9.717120000000005, "TS1_Temperature_C_1Hz": 44.05885, "TS2_Temperature_C_1Hz": 49.074549999999974, "TS3_Temperature_C_1Hz": 46.30113333333333, "TS4_Temperature_C_1Hz": 39.65414999999999, "P1_MotorPower_W_100Hz": 2479.8802666667075, "VS1_Vibration_mm_per_s_1Hz": 0.61665, "CE_CoolingEfficiency_percent_1Hz": 27.35151666666667, "CP_CoolingPower_kW_1Hz": 1.7399833333333328, "SE_EfficiencyFactor_percent_1Hz": 57.218900000000005, "cycle": 1270, "timestamp": "2025-12-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.70656000000017, "PS2_Pressure_bar_100Hz": 107.60937033333313, "PS3_Pressure_bar_100Hz": 1.7561726666666715, "PS4_Pressure_bar_100Hz": 0.009709333333333334, "PS5_Pressure_bar_100Hz": 9.19172899999999, "PS6_Pressure_bar_100Hz": 9.105732000000021, "FS1_VolumeFlow_l_per_min_10Hz": 6.470088333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.725628333333338, "TS1_Temperature_C_1Hz": 44.05051666666667, "TS2_Temperature_C_1Hz": 49.08048333333331, "TS3_Temperature_C_1Hz": 46.285883333333345, "TS4_Temperature_C_1Hz": 39.681716666666645, "P1_MotorPower_W_100Hz": 2480.1358000000546, "VS1_Vibration_mm_per_s_1Hz": 0.6175333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.184149999999995, "CP_CoolingPower_kW_1Hz": 1.729966666666666, "SE_EfficiencyFactor_percent_1Hz": 57.536699999999996, "cycle": 1271, "timestamp": "2025-12-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.68239500000044, "PS2_Pressure_bar_100Hz": 107.5926761666669, "PS3_Pressure_bar_100Hz": 1.7528968333333366, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.189753000000005, "PS6_Pressure_bar_100Hz": 9.102263166666656, "FS1_VolumeFlow_l_per_min_10Hz": 6.470469999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.73827833333334, "TS1_Temperature_C_1Hz": 44.06493333333334, "TS2_Temperature_C_1Hz": 49.075166666666654, "TS3_Temperature_C_1Hz": 46.30876666666666, "TS4_Temperature_C_1Hz": 39.69608333333334, "P1_MotorPower_W_100Hz": 2480.4234000000397, "VS1_Vibration_mm_per_s_1Hz": 0.6162666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.217349999999996, "CP_CoolingPower_kW_1Hz": 1.7351833333333333, "SE_EfficiencyFactor_percent_1Hz": 57.51581666666667, "cycle": 1272, "timestamp": "2025-12-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6589650000006, "PS2_Pressure_bar_100Hz": 107.57491099999973, "PS3_Pressure_bar_100Hz": 1.7463245000000025, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.193940333333273, "PS6_Pressure_bar_100Hz": 9.107071000000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.477471666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.740533333333339, "TS1_Temperature_C_1Hz": 44.09124999999999, "TS2_Temperature_C_1Hz": 49.103799999999985, "TS3_Temperature_C_1Hz": 46.29193333333333, "TS4_Temperature_C_1Hz": 39.67733333333333, "P1_MotorPower_W_100Hz": 2480.916433333362, "VS1_Vibration_mm_per_s_1Hz": 0.6189166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.31923333333332, "CP_CoolingPower_kW_1Hz": 1.73675, "SE_EfficiencyFactor_percent_1Hz": 57.557599999999994, "cycle": 1273, "timestamp": "2025-12-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.66392000000067, "PS2_Pressure_bar_100Hz": 107.59028116666629, "PS3_Pressure_bar_100Hz": 1.7460803333333315, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.181802833333414, "PS6_Pressure_bar_100Hz": 9.094821500000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.471771666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.733221666666669, "TS1_Temperature_C_1Hz": 44.09471666666668, "TS2_Temperature_C_1Hz": 49.109733333333324, "TS3_Temperature_C_1Hz": 46.31884999999999, "TS4_Temperature_C_1Hz": 39.66554999999998, "P1_MotorPower_W_100Hz": 2479.2889000000323, "VS1_Vibration_mm_per_s_1Hz": 0.6187499999999998, "CE_CoolingEfficiency_percent_1Hz": 27.343666666666664, "CP_CoolingPower_kW_1Hz": 1.7448666666666666, "SE_EfficiencyFactor_percent_1Hz": 57.58059999999998, "cycle": 1274, "timestamp": "2025-12-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.68189833333406, "PS2_Pressure_bar_100Hz": 107.59151916666659, "PS3_Pressure_bar_100Hz": 1.7611103333333396, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.183825166666704, "PS6_Pressure_bar_100Hz": 9.096813333333344, "FS1_VolumeFlow_l_per_min_10Hz": 6.476496666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.73468833333333, "TS1_Temperature_C_1Hz": 44.087983333333334, "TS2_Temperature_C_1Hz": 49.11178333333334, "TS3_Temperature_C_1Hz": 46.307633333333335, "TS4_Temperature_C_1Hz": 39.65014999999998, "P1_MotorPower_W_100Hz": 2479.3069666667147, "VS1_Vibration_mm_per_s_1Hz": 0.6173833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.41363333333333, "CP_CoolingPower_kW_1Hz": 1.7478833333333326, "SE_EfficiencyFactor_percent_1Hz": 57.62128333333332, "cycle": 1275, "timestamp": "2025-12-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.68196666666634, "PS2_Pressure_bar_100Hz": 107.58311366666695, "PS3_Pressure_bar_100Hz": 1.7632601666666687, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.180371166666713, "PS6_Pressure_bar_100Hz": 9.093927833333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.48244666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.734216666666672, "TS1_Temperature_C_1Hz": 44.05328333333335, "TS2_Temperature_C_1Hz": 49.10036666666666, "TS3_Temperature_C_1Hz": 46.33423333333334, "TS4_Temperature_C_1Hz": 39.66131666666667, "P1_MotorPower_W_100Hz": 2479.2918666666933, "VS1_Vibration_mm_per_s_1Hz": 0.6152166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.505216666666676, "CP_CoolingPower_kW_1Hz": 1.7499166666666661, "SE_EfficiencyFactor_percent_1Hz": 57.69531666666665, "cycle": 1276, "timestamp": "2025-12-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6739150000004, "PS2_Pressure_bar_100Hz": 107.58998333333318, "PS3_Pressure_bar_100Hz": 1.7632558333333446, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.184433833333328, "PS6_Pressure_bar_100Hz": 9.098206999999991, "FS1_VolumeFlow_l_per_min_10Hz": 6.47764833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.734668333333339, "TS1_Temperature_C_1Hz": 44.077133333333336, "TS2_Temperature_C_1Hz": 49.11465, "TS3_Temperature_C_1Hz": 46.30806666666668, "TS4_Temperature_C_1Hz": 39.64284999999999, "P1_MotorPower_W_100Hz": 2479.815833333383, "VS1_Vibration_mm_per_s_1Hz": 0.6169166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.445749999999997, "CP_CoolingPower_kW_1Hz": 1.7500166666666663, "SE_EfficiencyFactor_percent_1Hz": 57.62861666666665, "cycle": 1277, "timestamp": "2025-12-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.69032666666712, "PS2_Pressure_bar_100Hz": 107.61980100000042, "PS3_Pressure_bar_100Hz": 1.758138166666666, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.183496833333361, "PS6_Pressure_bar_100Hz": 9.096652166666669, "FS1_VolumeFlow_l_per_min_10Hz": 6.476878333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.739195000000015, "TS1_Temperature_C_1Hz": 44.062016666666665, "TS2_Temperature_C_1Hz": 49.10356666666666, "TS3_Temperature_C_1Hz": 46.330466666666666, "TS4_Temperature_C_1Hz": 39.6685, "P1_MotorPower_W_100Hz": 2478.5849000000253, "VS1_Vibration_mm_per_s_1Hz": 0.6135, "CE_CoolingEfficiency_percent_1Hz": 27.46678333333333, "CP_CoolingPower_kW_1Hz": 1.748466666666666, "SE_EfficiencyFactor_percent_1Hz": 57.62666666666666, "cycle": 1278, "timestamp": "2025-12-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.70903, "PS2_Pressure_bar_100Hz": 107.62357633333329, "PS3_Pressure_bar_100Hz": 1.7536373333333368, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.180680333333362, "PS6_Pressure_bar_100Hz": 9.093985500000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.471878333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.734663333333344, "TS1_Temperature_C_1Hz": 44.07686666666667, "TS2_Temperature_C_1Hz": 49.10561666666667, "TS3_Temperature_C_1Hz": 46.29816666666666, "TS4_Temperature_C_1Hz": 39.690233333333346, "P1_MotorPower_W_100Hz": 2477.3681666666907, "VS1_Vibration_mm_per_s_1Hz": 0.6146333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.29448333333334, "CP_CoolingPower_kW_1Hz": 1.7336499999999995, "SE_EfficiencyFactor_percent_1Hz": 57.65713333333336, "cycle": 1279, "timestamp": "2025-12-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.693755, "PS2_Pressure_bar_100Hz": 107.60020733333344, "PS3_Pressure_bar_100Hz": 1.7498840000000015, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.183134166666699, "PS6_Pressure_bar_100Hz": 9.097331833333307, "FS1_VolumeFlow_l_per_min_10Hz": 6.469831666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.735364999999991, "TS1_Temperature_C_1Hz": 44.09114999999999, "TS2_Temperature_C_1Hz": 49.09985000000001, "TS3_Temperature_C_1Hz": 46.32281666666666, "TS4_Temperature_C_1Hz": 39.72784999999998, "P1_MotorPower_W_100Hz": 2478.529100000027, "VS1_Vibration_mm_per_s_1Hz": 0.6123000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.131733333333326, "CP_CoolingPower_kW_1Hz": 1.7303833333333332, "SE_EfficiencyFactor_percent_1Hz": 57.62185000000001, "cycle": 1280, "timestamp": "2025-12-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.66234333333335, "PS2_Pressure_bar_100Hz": 107.75424350000031, "PS3_Pressure_bar_100Hz": 1.751500833333341, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.184283666666653, "PS6_Pressure_bar_100Hz": 9.099492499999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.467308333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.733356666666658, "TS1_Temperature_C_1Hz": 44.09761666666667, "TS2_Temperature_C_1Hz": 49.10651666666666, "TS3_Temperature_C_1Hz": 46.33288333333335, "TS4_Temperature_C_1Hz": 39.66224999999999, "P1_MotorPower_W_100Hz": 2476.077433333382, "VS1_Vibration_mm_per_s_1Hz": 0.6137499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.41361666666667, "CP_CoolingPower_kW_1Hz": 1.7488666666666666, "SE_EfficiencyFactor_percent_1Hz": 57.62390000000002, "cycle": 1281, "timestamp": "2026-01-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.65674833333253, "PS2_Pressure_bar_100Hz": 107.77270283333354, "PS3_Pressure_bar_100Hz": 1.7467656666666704, "PS4_Pressure_bar_100Hz": 0.21081549999999996, "PS5_Pressure_bar_100Hz": 9.186418333333346, "PS6_Pressure_bar_100Hz": 9.100931000000019, "FS1_VolumeFlow_l_per_min_10Hz": 6.466269999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.736791666666663, "TS1_Temperature_C_1Hz": 44.081149999999994, "TS2_Temperature_C_1Hz": 49.11073333333333, "TS3_Temperature_C_1Hz": 46.29174999999998, "TS4_Temperature_C_1Hz": 39.63039999999999, "P1_MotorPower_W_100Hz": 2474.122433333344, "VS1_Vibration_mm_per_s_1Hz": 0.6120333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.501066666666656, "CP_CoolingPower_kW_1Hz": 1.7467666666666664, "SE_EfficiencyFactor_percent_1Hz": 57.63625, "cycle": 1282, "timestamp": "2026-01-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.65467000000012, "PS2_Pressure_bar_100Hz": 107.76679566666631, "PS3_Pressure_bar_100Hz": 1.7512256666666657, "PS4_Pressure_bar_100Hz": 0.28300066666666673, "PS5_Pressure_bar_100Hz": 9.182311333333349, "PS6_Pressure_bar_100Hz": 9.097319666666682, "FS1_VolumeFlow_l_per_min_10Hz": 6.467510000000007, "FS2_VolumeFlow_l_per_min_10Hz": 9.73530333333334, "TS1_Temperature_C_1Hz": 44.08214999999999, "TS2_Temperature_C_1Hz": 49.10025, "TS3_Temperature_C_1Hz": 46.316733333333325, "TS4_Temperature_C_1Hz": 39.673099999999984, "P1_MotorPower_W_100Hz": 2473.9485666667265, "VS1_Vibration_mm_per_s_1Hz": 0.6018833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.43928333333333, "CP_CoolingPower_kW_1Hz": 1.7434333333333325, "SE_EfficiencyFactor_percent_1Hz": 57.66688333333334, "cycle": 1283, "timestamp": "2026-01-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.63907166666652, "PS2_Pressure_bar_100Hz": 107.75017816666693, "PS3_Pressure_bar_100Hz": 1.7623936666666669, "PS4_Pressure_bar_100Hz": 0.012233666666666665, "PS5_Pressure_bar_100Hz": 9.182678666666726, "PS6_Pressure_bar_100Hz": 9.097715666666648, "FS1_VolumeFlow_l_per_min_10Hz": 6.464466666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.734958333333322, "TS1_Temperature_C_1Hz": 44.08188333333332, "TS2_Temperature_C_1Hz": 49.095199999999984, "TS3_Temperature_C_1Hz": 46.31743333333335, "TS4_Temperature_C_1Hz": 39.700033333333316, "P1_MotorPower_W_100Hz": 2474.4293000000207, "VS1_Vibration_mm_per_s_1Hz": 0.6131833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.27263333333333, "CP_CoolingPower_kW_1Hz": 1.735366666666667, "SE_EfficiencyFactor_percent_1Hz": 57.607299999999995, "cycle": 1284, "timestamp": "2026-01-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.64158166666698, "PS2_Pressure_bar_100Hz": 107.73295899999995, "PS3_Pressure_bar_100Hz": 1.767108166666681, "PS4_Pressure_bar_100Hz": 0.21393166666666646, "PS5_Pressure_bar_100Hz": 9.185069166666704, "PS6_Pressure_bar_100Hz": 9.10019599999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.469125000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.73970833333332, "TS1_Temperature_C_1Hz": 44.09063333333334, "TS2_Temperature_C_1Hz": 49.10743333333333, "TS3_Temperature_C_1Hz": 46.31856666666667, "TS4_Temperature_C_1Hz": 39.70179999999998, "P1_MotorPower_W_100Hz": 2474.9861333333597, "VS1_Vibration_mm_per_s_1Hz": 0.6116333333333335, "CE_CoolingEfficiency_percent_1Hz": 27.309266666666662, "CP_CoolingPower_kW_1Hz": 1.740016666666666, "SE_EfficiencyFactor_percent_1Hz": 57.6481, "cycle": 1285, "timestamp": "2026-01-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.643658333333, "PS2_Pressure_bar_100Hz": 107.74718183333347, "PS3_Pressure_bar_100Hz": 1.761466333333338, "PS4_Pressure_bar_100Hz": 0.015032499999999999, "PS5_Pressure_bar_100Hz": 9.18647066666668, "PS6_Pressure_bar_100Hz": 9.102311333333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.466788333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.740000000000013, "TS1_Temperature_C_1Hz": 44.10273333333334, "TS2_Temperature_C_1Hz": 49.109166666666646, "TS3_Temperature_C_1Hz": 46.32036666666667, "TS4_Temperature_C_1Hz": 39.72431666666667, "P1_MotorPower_W_100Hz": 2475.5563000000443, "VS1_Vibration_mm_per_s_1Hz": 0.6116833333333336, "CE_CoolingEfficiency_percent_1Hz": 27.2108, "CP_CoolingPower_kW_1Hz": 1.7286999999999997, "SE_EfficiencyFactor_percent_1Hz": 57.623899999999985, "cycle": 1286, "timestamp": "2026-01-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6446449999999, "PS2_Pressure_bar_100Hz": 107.75445566666612, "PS3_Pressure_bar_100Hz": 1.7560543333333392, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.183144500000024, "PS6_Pressure_bar_100Hz": 9.09747766666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.466478333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.740396666666681, "TS1_Temperature_C_1Hz": 44.08126666666667, "TS2_Temperature_C_1Hz": 49.10013333333332, "TS3_Temperature_C_1Hz": 46.33105000000001, "TS4_Temperature_C_1Hz": 39.76309999999999, "P1_MotorPower_W_100Hz": 2475.4960000000024, "VS1_Vibration_mm_per_s_1Hz": 0.6146500000000003, "CE_CoolingEfficiency_percent_1Hz": 27.198600000000006, "CP_CoolingPower_kW_1Hz": 1.7258666666666664, "SE_EfficiencyFactor_percent_1Hz": 57.64066666666666, "cycle": 1287, "timestamp": "2026-01-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6409466666661, "PS2_Pressure_bar_100Hz": 107.7408198333335, "PS3_Pressure_bar_100Hz": 1.7554730000000087, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.180016666666729, "PS6_Pressure_bar_100Hz": 9.094605166666682, "FS1_VolumeFlow_l_per_min_10Hz": 6.464789999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.738714999999992, "TS1_Temperature_C_1Hz": 44.10285000000002, "TS2_Temperature_C_1Hz": 49.10805000000001, "TS3_Temperature_C_1Hz": 46.31721666666666, "TS4_Temperature_C_1Hz": 39.77386666666667, "P1_MotorPower_W_100Hz": 2474.5884666666807, "VS1_Vibration_mm_per_s_1Hz": 0.6085499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.023250000000008, "CP_CoolingPower_kW_1Hz": 1.716066666666667, "SE_EfficiencyFactor_percent_1Hz": 57.630449999999996, "cycle": 1288, "timestamp": "2026-01-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.59558333333354, "PS2_Pressure_bar_100Hz": 107.73238166666692, "PS3_Pressure_bar_100Hz": 1.7589301666666648, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.173691333333373, "PS6_Pressure_bar_100Hz": 9.087668166666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.461798333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.733665, "TS1_Temperature_C_1Hz": 44.13278333333335, "TS2_Temperature_C_1Hz": 49.13100000000001, "TS3_Temperature_C_1Hz": 46.355900000000005, "TS4_Temperature_C_1Hz": 39.77188333333333, "P1_MotorPower_W_100Hz": 2470.75250000003, "VS1_Vibration_mm_per_s_1Hz": 0.6151333333333331, "CE_CoolingEfficiency_percent_1Hz": 27.134799999999988, "CP_CoolingPower_kW_1Hz": 1.7264666666666666, "SE_EfficiencyFactor_percent_1Hz": 57.665000000000006, "cycle": 1289, "timestamp": "2026-01-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.61104499999945, "PS2_Pressure_bar_100Hz": 107.73357183333343, "PS3_Pressure_bar_100Hz": 1.7509166666666578, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.171257500000078, "PS6_Pressure_bar_100Hz": 9.085423166666642, "FS1_VolumeFlow_l_per_min_10Hz": 6.463331666666661, "FS2_VolumeFlow_l_per_min_10Hz": 9.727711666666659, "TS1_Temperature_C_1Hz": 44.1325, "TS2_Temperature_C_1Hz": 49.14288333333333, "TS3_Temperature_C_1Hz": 46.354383333333345, "TS4_Temperature_C_1Hz": 39.73574999999999, "P1_MotorPower_W_100Hz": 2474.671700000022, "VS1_Vibration_mm_per_s_1Hz": 0.6192, "CE_CoolingEfficiency_percent_1Hz": 27.25336666666667, "CP_CoolingPower_kW_1Hz": 1.7355166666666655, "SE_EfficiencyFactor_percent_1Hz": 57.61216666666667, "cycle": 1290, "timestamp": "2026-01-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.99449333333388, "PS2_Pressure_bar_100Hz": 107.98902100000033, "PS3_Pressure_bar_100Hz": 1.7967350000000055, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.168924666666713, "PS6_Pressure_bar_100Hz": 9.082959499999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.666615000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.728846666666659, "TS1_Temperature_C_1Hz": 44.13098333333335, "TS2_Temperature_C_1Hz": 49.15441666666667, "TS3_Temperature_C_1Hz": 46.365516666666686, "TS4_Temperature_C_1Hz": 39.760716666666674, "P1_MotorPower_W_100Hz": 2464.8977666667074, "VS1_Vibration_mm_per_s_1Hz": 0.6143833333333336, "CE_CoolingEfficiency_percent_1Hz": 27.156316666666665, "CP_CoolingPower_kW_1Hz": 1.7302999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.77043333333334, "cycle": 1291, "timestamp": "2026-01-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.23222166666596, "PS2_Pressure_bar_100Hz": 107.40821166666673, "PS3_Pressure_bar_100Hz": 1.7939483333333406, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.166582166666739, "PS6_Pressure_bar_100Hz": 9.080806333333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.6314483333333385, "FS2_VolumeFlow_l_per_min_10Hz": 9.727803333333341, "TS1_Temperature_C_1Hz": 44.181783333333335, "TS2_Temperature_C_1Hz": 49.16991666666667, "TS3_Temperature_C_1Hz": 46.36761666666666, "TS4_Temperature_C_1Hz": 39.77261666666665, "P1_MotorPower_W_100Hz": 2470.1688333333423, "VS1_Vibration_mm_per_s_1Hz": 0.6082666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.086966666666676, "CP_CoolingPower_kW_1Hz": 1.7287999999999992, "SE_EfficiencyFactor_percent_1Hz": 58.662766666666684, "cycle": 1292, "timestamp": "2026-01-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.21386499999986, "PS2_Pressure_bar_100Hz": 107.36954133333326, "PS3_Pressure_bar_100Hz": 1.7819991666666761, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.171900833333382, "PS6_Pressure_bar_100Hz": 9.086415499999971, "FS1_VolumeFlow_l_per_min_10Hz": 6.631125000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.733673333333337, "TS1_Temperature_C_1Hz": 44.20851666666669, "TS2_Temperature_C_1Hz": 49.20010000000001, "TS3_Temperature_C_1Hz": 46.40633333333332, "TS4_Temperature_C_1Hz": 39.79986666666668, "P1_MotorPower_W_100Hz": 2472.5912000000512, "VS1_Vibration_mm_per_s_1Hz": 0.6076333333333335, "CE_CoolingEfficiency_percent_1Hz": 27.093750000000007, "CP_CoolingPower_kW_1Hz": 1.7318999999999993, "SE_EfficiencyFactor_percent_1Hz": 58.60839999999997, "cycle": 1293, "timestamp": "2026-01-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.21665666666667, "PS2_Pressure_bar_100Hz": 107.39435533333337, "PS3_Pressure_bar_100Hz": 1.7851473333333427, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.164515166666694, "PS6_Pressure_bar_100Hz": 9.079351833333318, "FS1_VolumeFlow_l_per_min_10Hz": 6.636791666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.72742166666667, "TS1_Temperature_C_1Hz": 44.24166666666667, "TS2_Temperature_C_1Hz": 49.23828333333335, "TS3_Temperature_C_1Hz": 46.46460000000001, "TS4_Temperature_C_1Hz": 39.821000000000005, "P1_MotorPower_W_100Hz": 2470.0107000000235, "VS1_Vibration_mm_per_s_1Hz": 0.6088999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.2327, "CP_CoolingPower_kW_1Hz": 1.7415333333333334, "SE_EfficiencyFactor_percent_1Hz": 58.79288333333332, "cycle": 1294, "timestamp": "2026-01-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.23891833333323, "PS2_Pressure_bar_100Hz": 107.39853883333339, "PS3_Pressure_bar_100Hz": 1.789712500000006, "PS4_Pressure_bar_100Hz": 0.0092545, "PS5_Pressure_bar_100Hz": 9.160623666666725, "PS6_Pressure_bar_100Hz": 9.075126333333307, "FS1_VolumeFlow_l_per_min_10Hz": 6.630561666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.724451666666667, "TS1_Temperature_C_1Hz": 44.257600000000004, "TS2_Temperature_C_1Hz": 49.27300000000002, "TS3_Temperature_C_1Hz": 46.49531666666667, "TS4_Temperature_C_1Hz": 39.818266666666666, "P1_MotorPower_W_100Hz": 2467.768866666695, "VS1_Vibration_mm_per_s_1Hz": 0.6033833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.3796, "CP_CoolingPower_kW_1Hz": 1.7502333333333335, "SE_EfficiencyFactor_percent_1Hz": 58.73378333333333, "cycle": 1295, "timestamp": "2026-01-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.22409333333303, "PS2_Pressure_bar_100Hz": 107.36937083333382, "PS3_Pressure_bar_100Hz": 1.7905898333333539, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.156962499999997, "PS6_Pressure_bar_100Hz": 9.071013499999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.625523333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.722751666666655, "TS1_Temperature_C_1Hz": 44.294166666666676, "TS2_Temperature_C_1Hz": 49.30483333333334, "TS3_Temperature_C_1Hz": 46.5174, "TS4_Temperature_C_1Hz": 39.84036666666666, "P1_MotorPower_W_100Hz": 2466.6233000000325, "VS1_Vibration_mm_per_s_1Hz": 0.6052999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.338083333333323, "CP_CoolingPower_kW_1Hz": 1.7495666666666665, "SE_EfficiencyFactor_percent_1Hz": 58.715166666666654, "cycle": 1296, "timestamp": "2026-01-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.22884999999937, "PS2_Pressure_bar_100Hz": 107.37901016666655, "PS3_Pressure_bar_100Hz": 1.7942456666666766, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.158687500000063, "PS6_Pressure_bar_100Hz": 9.072325499999984, "FS1_VolumeFlow_l_per_min_10Hz": 6.62262833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.725268333333334, "TS1_Temperature_C_1Hz": 44.28011666666668, "TS2_Temperature_C_1Hz": 49.312716666666674, "TS3_Temperature_C_1Hz": 46.53021666666666, "TS4_Temperature_C_1Hz": 39.82598333333333, "P1_MotorPower_W_100Hz": 2468.1045333333605, "VS1_Vibration_mm_per_s_1Hz": 0.6118166666666663, "CE_CoolingEfficiency_percent_1Hz": 27.322266666666668, "CP_CoolingPower_kW_1Hz": 1.7559333333333333, "SE_EfficiencyFactor_percent_1Hz": 58.64846666666667, "cycle": 1297, "timestamp": "2026-01-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.21937833333251, "PS2_Pressure_bar_100Hz": 107.36734433333346, "PS3_Pressure_bar_100Hz": 1.801483333333346, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.1564953333334, "PS6_Pressure_bar_100Hz": 9.070412333333321, "FS1_VolumeFlow_l_per_min_10Hz": 6.622856666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.725616666666664, "TS1_Temperature_C_1Hz": 44.29383333333336, "TS2_Temperature_C_1Hz": 49.326033333333335, "TS3_Temperature_C_1Hz": 46.533600000000014, "TS4_Temperature_C_1Hz": 39.85258333333333, "P1_MotorPower_W_100Hz": 2468.243933333368, "VS1_Vibration_mm_per_s_1Hz": 0.6130499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.17933333333334, "CP_CoolingPower_kW_1Hz": 1.7497833333333328, "SE_EfficiencyFactor_percent_1Hz": 58.67446666666665, "cycle": 1298, "timestamp": "2026-01-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.20678666666575, "PS2_Pressure_bar_100Hz": 107.38256850000018, "PS3_Pressure_bar_100Hz": 1.793459166666672, "PS4_Pressure_bar_100Hz": 0.0739785, "PS5_Pressure_bar_100Hz": 9.153129833333358, "PS6_Pressure_bar_100Hz": 9.066360666666634, "FS1_VolumeFlow_l_per_min_10Hz": 6.630840000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.724275000000004, "TS1_Temperature_C_1Hz": 44.31759999999999, "TS2_Temperature_C_1Hz": 49.35648333333334, "TS3_Temperature_C_1Hz": 46.54453333333332, "TS4_Temperature_C_1Hz": 39.84589999999999, "P1_MotorPower_W_100Hz": 2468.0027000000314, "VS1_Vibration_mm_per_s_1Hz": 0.6172166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.269783333333326, "CP_CoolingPower_kW_1Hz": 1.7540666666666662, "SE_EfficiencyFactor_percent_1Hz": 58.801116666666644, "cycle": 1299, "timestamp": "2026-01-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.22249999999943, "PS2_Pressure_bar_100Hz": 107.36647716666687, "PS3_Pressure_bar_100Hz": 1.799922833333341, "PS4_Pressure_bar_100Hz": 0.08164133333333333, "PS5_Pressure_bar_100Hz": 9.154622833333377, "PS6_Pressure_bar_100Hz": 9.068057833333294, "FS1_VolumeFlow_l_per_min_10Hz": 6.624185000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.722093333333339, "TS1_Temperature_C_1Hz": 44.334933333333346, "TS2_Temperature_C_1Hz": 49.372949999999996, "TS3_Temperature_C_1Hz": 46.5338, "TS4_Temperature_C_1Hz": 39.838216666666675, "P1_MotorPower_W_100Hz": 2468.0216000000464, "VS1_Vibration_mm_per_s_1Hz": 0.6144333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.29148333333333, "CP_CoolingPower_kW_1Hz": 1.7548833333333331, "SE_EfficiencyFactor_percent_1Hz": 58.67481666666666, "cycle": 1300, "timestamp": "2026-01-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.20006666666598, "PS2_Pressure_bar_100Hz": 107.34567333333278, "PS3_Pressure_bar_100Hz": 1.8021640000000143, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.155954333333346, "PS6_Pressure_bar_100Hz": 9.070478833333317, "FS1_VolumeFlow_l_per_min_10Hz": 6.635403333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.725611666666676, "TS1_Temperature_C_1Hz": 44.321200000000005, "TS2_Temperature_C_1Hz": 49.38100000000001, "TS3_Temperature_C_1Hz": 46.571716666666674, "TS4_Temperature_C_1Hz": 39.83673333333333, "P1_MotorPower_W_100Hz": 2469.476266666688, "VS1_Vibration_mm_per_s_1Hz": 0.61595, "CE_CoolingEfficiency_percent_1Hz": 27.41291666666666, "CP_CoolingPower_kW_1Hz": 1.7659499999999997, "SE_EfficiencyFactor_percent_1Hz": 58.86918333333336, "cycle": 1301, "timestamp": "2026-01-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.11422999999994, "PS2_Pressure_bar_100Hz": 107.609894, "PS3_Pressure_bar_100Hz": 1.7994041666666778, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.158777500000022, "PS6_Pressure_bar_100Hz": 9.073065833333297, "FS1_VolumeFlow_l_per_min_10Hz": 6.66163666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.726695000000001, "TS1_Temperature_C_1Hz": 44.34046666666667, "TS2_Temperature_C_1Hz": 49.38666666666668, "TS3_Temperature_C_1Hz": 46.574866666666665, "TS4_Temperature_C_1Hz": 39.84924999999999, "P1_MotorPower_W_100Hz": 2467.3141333333824, "VS1_Vibration_mm_per_s_1Hz": 0.6149666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.372799999999998, "CP_CoolingPower_kW_1Hz": 1.7628166666666651, "SE_EfficiencyFactor_percent_1Hz": 59.50791666666668, "cycle": 1302, "timestamp": "2026-01-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.10435833333287, "PS2_Pressure_bar_100Hz": 107.59524933333334, "PS3_Pressure_bar_100Hz": 1.7994286666666752, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.153352166666672, "PS6_Pressure_bar_100Hz": 9.066607499999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.663866666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.72137, "TS1_Temperature_C_1Hz": 44.34525, "TS2_Temperature_C_1Hz": 49.390983333333324, "TS3_Temperature_C_1Hz": 46.58078333333333, "TS4_Temperature_C_1Hz": 39.84305000000001, "P1_MotorPower_W_100Hz": 2464.2783666667056, "VS1_Vibration_mm_per_s_1Hz": 0.6165999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.470533333333336, "CP_CoolingPower_kW_1Hz": 1.7660666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.613700000000016, "cycle": 1303, "timestamp": "2026-01-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.1066450000001, "PS2_Pressure_bar_100Hz": 107.59361799999999, "PS3_Pressure_bar_100Hz": 1.804065833333347, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.152541166666703, "PS6_Pressure_bar_100Hz": 9.066779333333281, "FS1_VolumeFlow_l_per_min_10Hz": 6.6596300000000035, "FS2_VolumeFlow_l_per_min_10Hz": 9.722263333333334, "TS1_Temperature_C_1Hz": 44.34711666666668, "TS2_Temperature_C_1Hz": 49.38888333333332, "TS3_Temperature_C_1Hz": 46.58741666666668, "TS4_Temperature_C_1Hz": 39.84374999999999, "P1_MotorPower_W_100Hz": 2464.7047666666954, "VS1_Vibration_mm_per_s_1Hz": 0.6176833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.469516666666667, "CP_CoolingPower_kW_1Hz": 1.7677333333333332, "SE_EfficiencyFactor_percent_1Hz": 59.48403333333335, "cycle": 1304, "timestamp": "2026-01-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.11285666666606, "PS2_Pressure_bar_100Hz": 107.60889816666698, "PS3_Pressure_bar_100Hz": 1.8014970000000128, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.155698666666728, "PS6_Pressure_bar_100Hz": 9.06985116666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.660333333333341, "FS2_VolumeFlow_l_per_min_10Hz": 9.724884999999992, "TS1_Temperature_C_1Hz": 44.33975000000001, "TS2_Temperature_C_1Hz": 49.39321666666667, "TS3_Temperature_C_1Hz": 46.57196666666667, "TS4_Temperature_C_1Hz": 39.8249, "P1_MotorPower_W_100Hz": 2464.9546333333783, "VS1_Vibration_mm_per_s_1Hz": 0.6120166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.50869999999999, "CP_CoolingPower_kW_1Hz": 1.7691666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.536033333333336, "cycle": 1305, "timestamp": "2026-01-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.13449999999918, "PS2_Pressure_bar_100Hz": 107.6399163333332, "PS3_Pressure_bar_100Hz": 1.8076403333333397, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.155836833333334, "PS6_Pressure_bar_100Hz": 9.069543833333304, "FS1_VolumeFlow_l_per_min_10Hz": 6.666388333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.726148333333327, "TS1_Temperature_C_1Hz": 44.34696666666666, "TS2_Temperature_C_1Hz": 49.38483333333333, "TS3_Temperature_C_1Hz": 46.59649999999999, "TS4_Temperature_C_1Hz": 39.847583333333326, "P1_MotorPower_W_100Hz": 2463.1948333333767, "VS1_Vibration_mm_per_s_1Hz": 0.6162500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.45378333333333, "CP_CoolingPower_kW_1Hz": 1.7674000000000005, "SE_EfficiencyFactor_percent_1Hz": 59.676983333333325, "cycle": 1306, "timestamp": "2026-01-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.11896000000036, "PS2_Pressure_bar_100Hz": 107.61512799999976, "PS3_Pressure_bar_100Hz": 1.8026216666666781, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.15039616666671, "PS6_Pressure_bar_100Hz": 9.065141166666676, "FS1_VolumeFlow_l_per_min_10Hz": 6.663603333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.72388333333333, "TS1_Temperature_C_1Hz": 44.336699999999986, "TS2_Temperature_C_1Hz": 49.391983333333336, "TS3_Temperature_C_1Hz": 46.59751666666667, "TS4_Temperature_C_1Hz": 39.844433333333335, "P1_MotorPower_W_100Hz": 2462.398866666727, "VS1_Vibration_mm_per_s_1Hz": 0.6167333333333335, "CE_CoolingEfficiency_percent_1Hz": 27.41086666666667, "CP_CoolingPower_kW_1Hz": 1.7702000000000004, "SE_EfficiencyFactor_percent_1Hz": 59.63656666666667, "cycle": 1307, "timestamp": "2026-01-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.1123183333326, "PS2_Pressure_bar_100Hz": 107.62842083333324, "PS3_Pressure_bar_100Hz": 1.8086251666666766, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147604666666698, "PS6_Pressure_bar_100Hz": 9.06256099999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.666019999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.719753333333335, "TS1_Temperature_C_1Hz": 44.33548333333333, "TS2_Temperature_C_1Hz": 49.39369999999999, "TS3_Temperature_C_1Hz": 46.583083333333306, "TS4_Temperature_C_1Hz": 39.826933333333336, "P1_MotorPower_W_100Hz": 2460.7153666667346, "VS1_Vibration_mm_per_s_1Hz": 0.6166166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.45239999999999, "CP_CoolingPower_kW_1Hz": 1.7701833333333332, "SE_EfficiencyFactor_percent_1Hz": 59.66855, "cycle": 1308, "timestamp": "2026-01-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.12369333333314, "PS2_Pressure_bar_100Hz": 107.62433200000015, "PS3_Pressure_bar_100Hz": 1.797887166666685, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14687166666673, "PS6_Pressure_bar_100Hz": 9.061721333333322, "FS1_VolumeFlow_l_per_min_10Hz": 6.667824999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.723145000000004, "TS1_Temperature_C_1Hz": 44.31015000000002, "TS2_Temperature_C_1Hz": 49.37780000000001, "TS3_Temperature_C_1Hz": 46.602850000000004, "TS4_Temperature_C_1Hz": 39.84303333333333, "P1_MotorPower_W_100Hz": 2461.1341000000475, "VS1_Vibration_mm_per_s_1Hz": 0.6124833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.48271666666667, "CP_CoolingPower_kW_1Hz": 1.77175, "SE_EfficiencyFactor_percent_1Hz": 59.68039999999999, "cycle": 1309, "timestamp": "2026-01-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.12672999999933, "PS2_Pressure_bar_100Hz": 107.64127200000011, "PS3_Pressure_bar_100Hz": 1.7915698333333423, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147268499999992, "PS6_Pressure_bar_100Hz": 9.062370666666647, "FS1_VolumeFlow_l_per_min_10Hz": 6.656483333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.72347166666667, "TS1_Temperature_C_1Hz": 44.29003333333334, "TS2_Temperature_C_1Hz": 49.37534999999999, "TS3_Temperature_C_1Hz": 46.58926666666665, "TS4_Temperature_C_1Hz": 39.83591666666667, "P1_MotorPower_W_100Hz": 2460.6251333333535, "VS1_Vibration_mm_per_s_1Hz": 0.6119000000000002, "CE_CoolingEfficiency_percent_1Hz": 27.450449999999993, "CP_CoolingPower_kW_1Hz": 1.7698666666666667, "SE_EfficiencyFactor_percent_1Hz": 59.54171666666665, "cycle": 1310, "timestamp": "2026-01-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.09867499999956, "PS2_Pressure_bar_100Hz": 107.63944433333334, "PS3_Pressure_bar_100Hz": 1.7968471666666834, "PS4_Pressure_bar_100Hz": 0.0002591666666666667, "PS5_Pressure_bar_100Hz": 9.148495166666683, "PS6_Pressure_bar_100Hz": 9.06392016666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.6623016666666715, "FS2_VolumeFlow_l_per_min_10Hz": 9.721428333333336, "TS1_Temperature_C_1Hz": 44.32260000000001, "TS2_Temperature_C_1Hz": 49.383416666666655, "TS3_Temperature_C_1Hz": 46.55931666666666, "TS4_Temperature_C_1Hz": 39.83638333333333, "P1_MotorPower_W_100Hz": 2460.2356333333864, "VS1_Vibration_mm_per_s_1Hz": 0.6138666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.390466666666665, "CP_CoolingPower_kW_1Hz": 1.76325, "SE_EfficiencyFactor_percent_1Hz": 59.72843333333332, "cycle": 1311, "timestamp": "2026-01-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.03251000000031, "PS2_Pressure_bar_100Hz": 107.84353166666656, "PS3_Pressure_bar_100Hz": 1.79936133333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.146893833333353, "PS6_Pressure_bar_100Hz": 9.062545333333315, "FS1_VolumeFlow_l_per_min_10Hz": 6.669736666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.720168333333334, "TS1_Temperature_C_1Hz": 44.30785000000001, "TS2_Temperature_C_1Hz": 49.38165, "TS3_Temperature_C_1Hz": 46.5653, "TS4_Temperature_C_1Hz": 39.81379999999999, "P1_MotorPower_W_100Hz": 2457.723833333357, "VS1_Vibration_mm_per_s_1Hz": 0.6182333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.424016666666652, "CP_CoolingPower_kW_1Hz": 1.7687666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.988933333333335, "cycle": 1312, "timestamp": "2026-02-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.06119166666699, "PS2_Pressure_bar_100Hz": 107.86841966666677, "PS3_Pressure_bar_100Hz": 1.8069326666666812, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.148610500000059, "PS6_Pressure_bar_100Hz": 9.064725666666643, "FS1_VolumeFlow_l_per_min_10Hz": 6.667973333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.724149999999998, "TS1_Temperature_C_1Hz": 44.29885, "TS2_Temperature_C_1Hz": 49.37174999999999, "TS3_Temperature_C_1Hz": 46.55234999999998, "TS4_Temperature_C_1Hz": 39.837066666666665, "P1_MotorPower_W_100Hz": 2459.354800000032, "VS1_Vibration_mm_per_s_1Hz": 0.6146333333333337, "CE_CoolingEfficiency_percent_1Hz": 27.356366666666656, "CP_CoolingPower_kW_1Hz": 1.759466666666667, "SE_EfficiencyFactor_percent_1Hz": 59.9384, "cycle": 1313, "timestamp": "2026-02-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.06336333333306, "PS2_Pressure_bar_100Hz": 107.85930700000003, "PS3_Pressure_bar_100Hz": 1.8027965000000064, "PS4_Pressure_bar_100Hz": 0.00010083333333333334, "PS5_Pressure_bar_100Hz": 9.153955833333349, "PS6_Pressure_bar_100Hz": 9.07041683333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.676693333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.730210000000003, "TS1_Temperature_C_1Hz": 44.320383333333325, "TS2_Temperature_C_1Hz": 49.375083333333336, "TS3_Temperature_C_1Hz": 46.55618333333333, "TS4_Temperature_C_1Hz": 39.82965000000001, "P1_MotorPower_W_100Hz": 2463.188333333339, "VS1_Vibration_mm_per_s_1Hz": 0.6099500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.491850000000003, "CP_CoolingPower_kW_1Hz": 1.7634499999999995, "SE_EfficiencyFactor_percent_1Hz": 59.924449999999986, "cycle": 1314, "timestamp": "2026-02-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.04503499999973, "PS2_Pressure_bar_100Hz": 107.83650500000017, "PS3_Pressure_bar_100Hz": 1.7971323333333369, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.154113000000038, "PS6_Pressure_bar_100Hz": 9.07055833333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.670449999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.727326666666666, "TS1_Temperature_C_1Hz": 44.31878333333335, "TS2_Temperature_C_1Hz": 49.38953333333333, "TS3_Temperature_C_1Hz": 46.55873333333333, "TS4_Temperature_C_1Hz": 39.83993333333331, "P1_MotorPower_W_100Hz": 2464.487166666677, "VS1_Vibration_mm_per_s_1Hz": 0.60205, "CE_CoolingEfficiency_percent_1Hz": 27.422766666666657, "CP_CoolingPower_kW_1Hz": 1.7596999999999994, "SE_EfficiencyFactor_percent_1Hz": 59.846083333333304, "cycle": 1315, "timestamp": "2026-02-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.03540666666618, "PS2_Pressure_bar_100Hz": 107.8349268333333, "PS3_Pressure_bar_100Hz": 1.796045500000001, "PS4_Pressure_bar_100Hz": 0.06959816666666664, "PS5_Pressure_bar_100Hz": 9.14775416666671, "PS6_Pressure_bar_100Hz": 9.064616499999977, "FS1_VolumeFlow_l_per_min_10Hz": 6.67288666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.726063333333327, "TS1_Temperature_C_1Hz": 44.34546666666667, "TS2_Temperature_C_1Hz": 49.39246666666667, "TS3_Temperature_C_1Hz": 46.58066666666665, "TS4_Temperature_C_1Hz": 39.87691666666667, "P1_MotorPower_W_100Hz": 2463.7559333333684, "VS1_Vibration_mm_per_s_1Hz": 0.6057833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.361716666666673, "CP_CoolingPower_kW_1Hz": 1.755733333333333, "SE_EfficiencyFactor_percent_1Hz": 59.91885000000001, "cycle": 1316, "timestamp": "2026-02-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.0260249999999, "PS2_Pressure_bar_100Hz": 107.80770766666646, "PS3_Pressure_bar_100Hz": 1.79804733333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14321400000004, "PS6_Pressure_bar_100Hz": 9.061263166666647, "FS1_VolumeFlow_l_per_min_10Hz": 6.667649999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.726025, "TS1_Temperature_C_1Hz": 44.34518333333334, "TS2_Temperature_C_1Hz": 49.39516666666665, "TS3_Temperature_C_1Hz": 46.580266666666645, "TS4_Temperature_C_1Hz": 39.93023333333331, "P1_MotorPower_W_100Hz": 2464.6875000000036, "VS1_Vibration_mm_per_s_1Hz": 0.6022499999999997, "CE_CoolingEfficiency_percent_1Hz": 27.283833333333334, "CP_CoolingPower_kW_1Hz": 1.744166666666666, "SE_EfficiencyFactor_percent_1Hz": 59.80181666666665, "cycle": 1317, "timestamp": "2026-02-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.02567166666617, "PS2_Pressure_bar_100Hz": 107.8133636666662, "PS3_Pressure_bar_100Hz": 1.7967841666666806, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.145739500000037, "PS6_Pressure_bar_100Hz": 9.063578166666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.674876666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.725611666666662, "TS1_Temperature_C_1Hz": 44.37840000000002, "TS2_Temperature_C_1Hz": 49.40291666666665, "TS3_Temperature_C_1Hz": 46.593149999999994, "TS4_Temperature_C_1Hz": 39.92414999999998, "P1_MotorPower_W_100Hz": 2465.6844666666816, "VS1_Vibration_mm_per_s_1Hz": 0.6021499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.22056666666667, "CP_CoolingPower_kW_1Hz": 1.7473666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.85801666666668, "cycle": 1318, "timestamp": "2026-02-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.02949333333328, "PS2_Pressure_bar_100Hz": 107.83675733333342, "PS3_Pressure_bar_100Hz": 1.7869371666666758, "PS4_Pressure_bar_100Hz": 0.0009243333333333332, "PS5_Pressure_bar_100Hz": 9.145034166666749, "PS6_Pressure_bar_100Hz": 9.061788333333299, "FS1_VolumeFlow_l_per_min_10Hz": 6.6687483333333315, "FS2_VolumeFlow_l_per_min_10Hz": 9.722526666666665, "TS1_Temperature_C_1Hz": 44.38491666666667, "TS2_Temperature_C_1Hz": 49.407466666666664, "TS3_Temperature_C_1Hz": 46.619599999999984, "TS4_Temperature_C_1Hz": 39.88611666666665, "P1_MotorPower_W_100Hz": 2466.1183666666866, "VS1_Vibration_mm_per_s_1Hz": 0.59535, "CE_CoolingEfficiency_percent_1Hz": 27.455016666666666, "CP_CoolingPower_kW_1Hz": 1.7635833333333337, "SE_EfficiencyFactor_percent_1Hz": 59.76120000000002, "cycle": 1319, "timestamp": "2026-02-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.03870833333352, "PS2_Pressure_bar_100Hz": 107.81165116666685, "PS3_Pressure_bar_100Hz": 1.8023633333333449, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.143409166666729, "PS6_Pressure_bar_100Hz": 9.05972166666665, "FS1_VolumeFlow_l_per_min_10Hz": 6.673578333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.721623333333335, "TS1_Temperature_C_1Hz": 44.374700000000026, "TS2_Temperature_C_1Hz": 49.42191666666666, "TS3_Temperature_C_1Hz": 46.63109999999998, "TS4_Temperature_C_1Hz": 39.88469999999999, "P1_MotorPower_W_100Hz": 2466.06220000001, "VS1_Vibration_mm_per_s_1Hz": 0.6053666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.50611666666667, "CP_CoolingPower_kW_1Hz": 1.767883333333333, "SE_EfficiencyFactor_percent_1Hz": 59.83905000000001, "cycle": 1320, "timestamp": "2026-02-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.03647999999922, "PS2_Pressure_bar_100Hz": 107.81975016666658, "PS3_Pressure_bar_100Hz": 1.794619000000015, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147596333333341, "PS6_Pressure_bar_100Hz": 9.063466333333299, "FS1_VolumeFlow_l_per_min_10Hz": 6.675566666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.726770000000004, "TS1_Temperature_C_1Hz": 44.376616666666685, "TS2_Temperature_C_1Hz": 49.41869999999998, "TS3_Temperature_C_1Hz": 46.60236666666667, "TS4_Temperature_C_1Hz": 39.90138333333332, "P1_MotorPower_W_100Hz": 2463.783466666713, "VS1_Vibration_mm_per_s_1Hz": 0.5975333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.303366666666665, "CP_CoolingPower_kW_1Hz": 1.7558166666666672, "SE_EfficiencyFactor_percent_1Hz": 59.90365000000001, "cycle": 1321, "timestamp": "2026-02-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.97397166666673, "PS2_Pressure_bar_100Hz": 107.97381933333314, "PS3_Pressure_bar_100Hz": 1.8065548333333499, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.141526000000075, "PS6_Pressure_bar_100Hz": 9.057134333333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.66874, "FS2_VolumeFlow_l_per_min_10Hz": 9.722176666666664, "TS1_Temperature_C_1Hz": 44.38238333333334, "TS2_Temperature_C_1Hz": 49.413233333333324, "TS3_Temperature_C_1Hz": 46.647849999999984, "TS4_Temperature_C_1Hz": 39.91584999999999, "P1_MotorPower_W_100Hz": 2463.825766666712, "VS1_Vibration_mm_per_s_1Hz": 0.5992833333333337, "CE_CoolingEfficiency_percent_1Hz": 27.297533333333334, "CP_CoolingPower_kW_1Hz": 1.7624333333333333, "SE_EfficiencyFactor_percent_1Hz": 59.80884999999999, "cycle": 1322, "timestamp": "2026-02-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9894449999998, "PS2_Pressure_bar_100Hz": 107.98380983333337, "PS3_Pressure_bar_100Hz": 1.806356500000019, "PS4_Pressure_bar_100Hz": 0.00015783333333333334, "PS5_Pressure_bar_100Hz": 9.146061833333366, "PS6_Pressure_bar_100Hz": 9.061881666666643, "FS1_VolumeFlow_l_per_min_10Hz": 6.672445000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.723228333333328, "TS1_Temperature_C_1Hz": 44.38953333333333, "TS2_Temperature_C_1Hz": 49.417183333333334, "TS3_Temperature_C_1Hz": 46.63770000000002, "TS4_Temperature_C_1Hz": 39.87858333333332, "P1_MotorPower_W_100Hz": 2464.307600000023, "VS1_Vibration_mm_per_s_1Hz": 0.6022166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.348516666666672, "CP_CoolingPower_kW_1Hz": 1.7723666666666662, "SE_EfficiencyFactor_percent_1Hz": 59.85776666666665, "cycle": 1323, "timestamp": "2026-02-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.0120949999998, "PS2_Pressure_bar_100Hz": 108.02027166666723, "PS3_Pressure_bar_100Hz": 1.798734833333348, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147371666666729, "PS6_Pressure_bar_100Hz": 9.063797500000046, "FS1_VolumeFlow_l_per_min_10Hz": 6.671226666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.72489833333333, "TS1_Temperature_C_1Hz": 44.386250000000004, "TS2_Temperature_C_1Hz": 49.42328333333334, "TS3_Temperature_C_1Hz": 46.60285, "TS4_Temperature_C_1Hz": 39.86949999999999, "P1_MotorPower_W_100Hz": 2464.454366666684, "VS1_Vibration_mm_per_s_1Hz": 0.6030166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.3514, "CP_CoolingPower_kW_1Hz": 1.7647333333333335, "SE_EfficiencyFactor_percent_1Hz": 59.849583333333335, "cycle": 1324, "timestamp": "2026-02-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.99141833333402, "PS2_Pressure_bar_100Hz": 107.973018166667, "PS3_Pressure_bar_100Hz": 1.7995081666666781, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.143378500000049, "PS6_Pressure_bar_100Hz": 9.059758833333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.666995000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.72247833333334, "TS1_Temperature_C_1Hz": 44.374733333333346, "TS2_Temperature_C_1Hz": 49.41955, "TS3_Temperature_C_1Hz": 46.651199999999974, "TS4_Temperature_C_1Hz": 39.89954999999997, "P1_MotorPower_W_100Hz": 2463.9000666666875, "VS1_Vibration_mm_per_s_1Hz": 0.6074666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.374466666666663, "CP_CoolingPower_kW_1Hz": 1.7674666666666667, "SE_EfficiencyFactor_percent_1Hz": 59.802866666666674, "cycle": 1325, "timestamp": "2026-02-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.97132666666715, "PS2_Pressure_bar_100Hz": 107.96619550000007, "PS3_Pressure_bar_100Hz": 1.8052301666666783, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.136993000000023, "PS6_Pressure_bar_100Hz": 9.05326633333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.671223333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.719571666666665, "TS1_Temperature_C_1Hz": 44.37704999999998, "TS2_Temperature_C_1Hz": 49.414716666666656, "TS3_Temperature_C_1Hz": 46.63395, "TS4_Temperature_C_1Hz": 39.923966666666644, "P1_MotorPower_W_100Hz": 2458.633500000025, "VS1_Vibration_mm_per_s_1Hz": 0.6163166666666663, "CE_CoolingEfficiency_percent_1Hz": 27.31055, "CP_CoolingPower_kW_1Hz": 1.7564499999999996, "SE_EfficiencyFactor_percent_1Hz": 60.08651666666665, "cycle": 1326, "timestamp": "2026-02-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.98148666666694, "PS2_Pressure_bar_100Hz": 107.95639750000002, "PS3_Pressure_bar_100Hz": 1.815023666666673, "PS4_Pressure_bar_100Hz": 3.616666666666667e-05, "PS5_Pressure_bar_100Hz": 9.142227500000049, "PS6_Pressure_bar_100Hz": 9.05838966666669, "FS1_VolumeFlow_l_per_min_10Hz": 6.667893333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.72173166666667, "TS1_Temperature_C_1Hz": 44.392816666666654, "TS2_Temperature_C_1Hz": 49.42723333333334, "TS3_Temperature_C_1Hz": 46.63353333333331, "TS4_Temperature_C_1Hz": 39.92984999999999, "P1_MotorPower_W_100Hz": 2456.8250000000435, "VS1_Vibration_mm_per_s_1Hz": 0.6133333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.311433333333337, "CP_CoolingPower_kW_1Hz": 1.7546499999999994, "SE_EfficiencyFactor_percent_1Hz": 60.000966666666685, "cycle": 1327, "timestamp": "2026-02-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9748350000006, "PS2_Pressure_bar_100Hz": 107.98130400000012, "PS3_Pressure_bar_100Hz": 1.8006513333333447, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.140185500000012, "PS6_Pressure_bar_100Hz": 9.05561933333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.664063333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.71747833333333, "TS1_Temperature_C_1Hz": 44.39585000000002, "TS2_Temperature_C_1Hz": 49.437866666666665, "TS3_Temperature_C_1Hz": 46.604983333333315, "TS4_Temperature_C_1Hz": 39.85623333333333, "P1_MotorPower_W_100Hz": 2457.3286333333713, "VS1_Vibration_mm_per_s_1Hz": 0.6072833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.4454, "CP_CoolingPower_kW_1Hz": 1.7677333333333332, "SE_EfficiencyFactor_percent_1Hz": 59.95051666666665, "cycle": 1328, "timestamp": "2026-02-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.004713333334, "PS2_Pressure_bar_100Hz": 107.99391816666692, "PS3_Pressure_bar_100Hz": 1.792115833333342, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.140900166666736, "PS6_Pressure_bar_100Hz": 9.055639166666655, "FS1_VolumeFlow_l_per_min_10Hz": 6.662846666666659, "FS2_VolumeFlow_l_per_min_10Hz": 9.716839999999994, "TS1_Temperature_C_1Hz": 44.36345000000001, "TS2_Temperature_C_1Hz": 49.43503333333333, "TS3_Temperature_C_1Hz": 46.660833333333336, "TS4_Temperature_C_1Hz": 39.86909999999999, "P1_MotorPower_W_100Hz": 2458.5821333333656, "VS1_Vibration_mm_per_s_1Hz": 0.60625, "CE_CoolingEfficiency_percent_1Hz": 27.572449999999996, "CP_CoolingPower_kW_1Hz": 1.7781500000000001, "SE_EfficiencyFactor_percent_1Hz": 59.938883333333315, "cycle": 1329, "timestamp": "2026-02-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.01360500000015, "PS2_Pressure_bar_100Hz": 108.02485583333338, "PS3_Pressure_bar_100Hz": 1.7893113333333404, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14396733333339, "PS6_Pressure_bar_100Hz": 9.058682333333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.664416666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.724454999999988, "TS1_Temperature_C_1Hz": 44.365050000000004, "TS2_Temperature_C_1Hz": 49.428000000000004, "TS3_Temperature_C_1Hz": 46.651349999999994, "TS4_Temperature_C_1Hz": 39.912000000000006, "P1_MotorPower_W_100Hz": 2460.071000000016, "VS1_Vibration_mm_per_s_1Hz": 0.6054333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.33695, "CP_CoolingPower_kW_1Hz": 1.7651499999999996, "SE_EfficiencyFactor_percent_1Hz": 59.88184999999998, "cycle": 1330, "timestamp": "2026-02-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.00836333333362, "PS2_Pressure_bar_100Hz": 107.97649850000018, "PS3_Pressure_bar_100Hz": 1.7902478333333414, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.146227333333401, "PS6_Pressure_bar_100Hz": 9.061426166666656, "FS1_VolumeFlow_l_per_min_10Hz": 6.667789999999999, "FS2_VolumeFlow_l_per_min_10Hz": 9.72585666666668, "TS1_Temperature_C_1Hz": 44.350650000000016, "TS2_Temperature_C_1Hz": 49.419233333333324, "TS3_Temperature_C_1Hz": 46.655099999999976, "TS4_Temperature_C_1Hz": 39.91916666666667, "P1_MotorPower_W_100Hz": 2461.6660666667026, "VS1_Vibration_mm_per_s_1Hz": 0.5918500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.366933333333332, "CP_CoolingPower_kW_1Hz": 1.7655833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.886383333333356, "cycle": 1331, "timestamp": "2026-02-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.94230666666704, "PS2_Pressure_bar_100Hz": 107.95030933333321, "PS3_Pressure_bar_100Hz": 1.8002151666666801, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.15278183333336, "PS6_Pressure_bar_100Hz": 9.067121833333312, "FS1_VolumeFlow_l_per_min_10Hz": 6.662221666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.729461666666673, "TS1_Temperature_C_1Hz": 44.318950000000015, "TS2_Temperature_C_1Hz": 49.412683333333334, "TS3_Temperature_C_1Hz": 46.65694999999997, "TS4_Temperature_C_1Hz": 39.92003333333332, "P1_MotorPower_W_100Hz": 2468.5784666667064, "VS1_Vibration_mm_per_s_1Hz": 0.5981166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.371100000000006, "CP_CoolingPower_kW_1Hz": 1.7664666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.652516666666685, "cycle": 1332, "timestamp": "2026-02-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9993933333339, "PS2_Pressure_bar_100Hz": 107.96326450000021, "PS3_Pressure_bar_100Hz": 1.8017113333333368, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.155380833333329, "PS6_Pressure_bar_100Hz": 9.070431333333307, "FS1_VolumeFlow_l_per_min_10Hz": 6.66039666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.732905, "TS1_Temperature_C_1Hz": 44.317016666666674, "TS2_Temperature_C_1Hz": 49.38899999999999, "TS3_Temperature_C_1Hz": 46.62218333333331, "TS4_Temperature_C_1Hz": 39.89983333333332, "P1_MotorPower_W_100Hz": 2468.9323000000322, "VS1_Vibration_mm_per_s_1Hz": 0.6020666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.421333333333344, "CP_CoolingPower_kW_1Hz": 1.76405, "SE_EfficiencyFactor_percent_1Hz": 59.646416666666674, "cycle": 1333, "timestamp": "2026-02-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9945733333335, "PS2_Pressure_bar_100Hz": 107.95442116666709, "PS3_Pressure_bar_100Hz": 1.7947165000000125, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.157531500000056, "PS6_Pressure_bar_100Hz": 9.073029166666682, "FS1_VolumeFlow_l_per_min_10Hz": 6.658363333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.732098333333344, "TS1_Temperature_C_1Hz": 44.33415, "TS2_Temperature_C_1Hz": 49.39066666666666, "TS3_Temperature_C_1Hz": 46.59643333333333, "TS4_Temperature_C_1Hz": 39.86366666666665, "P1_MotorPower_W_100Hz": 2468.515200000057, "VS1_Vibration_mm_per_s_1Hz": 0.6040499999999998, "CE_CoolingEfficiency_percent_1Hz": 27.483566666666675, "CP_CoolingPower_kW_1Hz": 1.7658666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.63905000000001, "cycle": 1334, "timestamp": "2026-02-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9936900000007, "PS2_Pressure_bar_100Hz": 107.94551183333346, "PS3_Pressure_bar_100Hz": 1.805060333333341, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.152533333333347, "PS6_Pressure_bar_100Hz": 9.068044166666683, "FS1_VolumeFlow_l_per_min_10Hz": 6.663284999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.72589500000001, "TS1_Temperature_C_1Hz": 44.327116666666676, "TS2_Temperature_C_1Hz": 49.385266666666666, "TS3_Temperature_C_1Hz": 46.59559999999999, "TS4_Temperature_C_1Hz": 39.8518, "P1_MotorPower_W_100Hz": 2465.857300000027, "VS1_Vibration_mm_per_s_1Hz": 0.6054, "CE_CoolingEfficiency_percent_1Hz": 27.508716666666672, "CP_CoolingPower_kW_1Hz": 1.7690833333333338, "SE_EfficiencyFactor_percent_1Hz": 59.76964999999999, "cycle": 1335, "timestamp": "2026-02-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.96783166666688, "PS2_Pressure_bar_100Hz": 107.94658733333335, "PS3_Pressure_bar_100Hz": 1.79546133333334, "PS4_Pressure_bar_100Hz": 0.38986449999999984, "PS5_Pressure_bar_100Hz": 9.14829250000001, "PS6_Pressure_bar_100Hz": 9.063535666666649, "FS1_VolumeFlow_l_per_min_10Hz": 6.660686666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.723513333333326, "TS1_Temperature_C_1Hz": 44.33913333333334, "TS2_Temperature_C_1Hz": 49.38603333333333, "TS3_Temperature_C_1Hz": 46.55239999999999, "TS4_Temperature_C_1Hz": 39.84984999999999, "P1_MotorPower_W_100Hz": 2462.610600000028, "VS1_Vibration_mm_per_s_1Hz": 0.6081500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.30401666666667, "CP_CoolingPower_kW_1Hz": 1.75785, "SE_EfficiencyFactor_percent_1Hz": 59.817950000000025, "cycle": 1336, "timestamp": "2026-02-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.98610833333356, "PS2_Pressure_bar_100Hz": 107.96736833333337, "PS3_Pressure_bar_100Hz": 1.807816000000014, "PS4_Pressure_bar_100Hz": 0.26128450000000003, "PS5_Pressure_bar_100Hz": 9.145486500000022, "PS6_Pressure_bar_100Hz": 9.060746000000007, "FS1_VolumeFlow_l_per_min_10Hz": 6.660926666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.720441666666662, "TS1_Temperature_C_1Hz": 44.33111666666667, "TS2_Temperature_C_1Hz": 49.397983333333336, "TS3_Temperature_C_1Hz": 46.554733333333324, "TS4_Temperature_C_1Hz": 39.84969999999999, "P1_MotorPower_W_100Hz": 2457.264400000015, "VS1_Vibration_mm_per_s_1Hz": 0.6098833333333336, "CE_CoolingEfficiency_percent_1Hz": 27.299733333333336, "CP_CoolingPower_kW_1Hz": 1.756083333333333, "SE_EfficiencyFactor_percent_1Hz": 59.95860000000001, "cycle": 1337, "timestamp": "2026-02-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.97725333333358, "PS2_Pressure_bar_100Hz": 107.9674165000003, "PS3_Pressure_bar_100Hz": 1.8087506666666775, "PS4_Pressure_bar_100Hz": 0.10506333333333331, "PS5_Pressure_bar_100Hz": 9.142622333333382, "PS6_Pressure_bar_100Hz": 9.057887000000019, "FS1_VolumeFlow_l_per_min_10Hz": 6.662286666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.718305000000013, "TS1_Temperature_C_1Hz": 44.31078333333334, "TS2_Temperature_C_1Hz": 49.392766666666645, "TS3_Temperature_C_1Hz": 46.57465000000001, "TS4_Temperature_C_1Hz": 39.841649999999994, "P1_MotorPower_W_100Hz": 2456.44490000003, "VS1_Vibration_mm_per_s_1Hz": 0.6062499999999998, "CE_CoolingEfficiency_percent_1Hz": 27.328533333333336, "CP_CoolingPower_kW_1Hz": 1.762433333333333, "SE_EfficiencyFactor_percent_1Hz": 59.95815, "cycle": 1338, "timestamp": "2026-02-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9757050000001, "PS2_Pressure_bar_100Hz": 107.94998250000049, "PS3_Pressure_bar_100Hz": 1.8100238333333485, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.143782833333384, "PS6_Pressure_bar_100Hz": 9.059304499999982, "FS1_VolumeFlow_l_per_min_10Hz": 6.6629049999999985, "FS2_VolumeFlow_l_per_min_10Hz": 9.722711666666676, "TS1_Temperature_C_1Hz": 44.305683333333356, "TS2_Temperature_C_1Hz": 49.38145, "TS3_Temperature_C_1Hz": 46.58138333333333, "TS4_Temperature_C_1Hz": 39.84469999999999, "P1_MotorPower_W_100Hz": 2457.668033333351, "VS1_Vibration_mm_per_s_1Hz": 0.605, "CE_CoolingEfficiency_percent_1Hz": 27.378999999999994, "CP_CoolingPower_kW_1Hz": 1.7639166666666668, "SE_EfficiencyFactor_percent_1Hz": 59.972449999999995, "cycle": 1339, "timestamp": "2026-02-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.989133333334, "PS2_Pressure_bar_100Hz": 107.95990849999973, "PS3_Pressure_bar_100Hz": 1.8043080000000065, "PS4_Pressure_bar_100Hz": 0.1186323333333333, "PS5_Pressure_bar_100Hz": 9.153543333333381, "PS6_Pressure_bar_100Hz": 9.069930333333316, "FS1_VolumeFlow_l_per_min_10Hz": 6.666870000000009, "FS2_VolumeFlow_l_per_min_10Hz": 9.729358333333339, "TS1_Temperature_C_1Hz": 44.30995000000002, "TS2_Temperature_C_1Hz": 49.385949999999994, "TS3_Temperature_C_1Hz": 46.54683333333333, "TS4_Temperature_C_1Hz": 39.84378333333333, "P1_MotorPower_W_100Hz": 2461.9869666666877, "VS1_Vibration_mm_per_s_1Hz": 0.6068166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.319166666666664, "CP_CoolingPower_kW_1Hz": 1.7575333333333336, "SE_EfficiencyFactor_percent_1Hz": 59.91865000000002, "cycle": 1340, "timestamp": "2026-03-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.99352333333357, "PS2_Pressure_bar_100Hz": 107.9819146666669, "PS3_Pressure_bar_100Hz": 1.8114186666666723, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.150389333333404, "PS6_Pressure_bar_100Hz": 9.066391999999958, "FS1_VolumeFlow_l_per_min_10Hz": 6.658038333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.728850000000007, "TS1_Temperature_C_1Hz": 44.29929999999999, "TS2_Temperature_C_1Hz": 49.38591666666666, "TS3_Temperature_C_1Hz": 46.58401666666665, "TS4_Temperature_C_1Hz": 39.838733333333316, "P1_MotorPower_W_100Hz": 2463.6509666667166, "VS1_Vibration_mm_per_s_1Hz": 0.6128666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.486766666666654, "CP_CoolingPower_kW_1Hz": 1.769683333333333, "SE_EfficiencyFactor_percent_1Hz": 59.747066666666655, "cycle": 1341, "timestamp": "2026-03-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.40174500000128, "PS2_Pressure_bar_100Hz": 107.54632233333372, "PS3_Pressure_bar_100Hz": 1.7405365000000026, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.158394500000092, "PS6_Pressure_bar_100Hz": 9.07516616666662, "FS1_VolumeFlow_l_per_min_10Hz": 6.37976166666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.728741666666672, "TS1_Temperature_C_1Hz": 44.282533333333326, "TS2_Temperature_C_1Hz": 49.35594999999999, "TS3_Temperature_C_1Hz": 46.52276666666668, "TS4_Temperature_C_1Hz": 39.800016666666664, "P1_MotorPower_W_100Hz": 2492.4953333333806, "VS1_Vibration_mm_per_s_1Hz": 0.6090666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.382900000000014, "CP_CoolingPower_kW_1Hz": 1.760316666666667, "SE_EfficiencyFactor_percent_1Hz": 56.39625000000004, "cycle": 1342, "timestamp": "2026-03-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.59349166666723, "PS2_Pressure_bar_100Hz": 106.96894650000031, "PS3_Pressure_bar_100Hz": 1.7185619999999957, "PS4_Pressure_bar_100Hz": 0.003325, "PS5_Pressure_bar_100Hz": 9.164217333333411, "PS6_Pressure_bar_100Hz": 9.081204333333279, "FS1_VolumeFlow_l_per_min_10Hz": 6.330533333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.73341166666667, "TS1_Temperature_C_1Hz": 44.16381666666666, "TS2_Temperature_C_1Hz": 49.278066666666646, "TS3_Temperature_C_1Hz": 46.48113333333333, "TS4_Temperature_C_1Hz": 39.774316666666664, "P1_MotorPower_W_100Hz": 2490.8020000000474, "VS1_Vibration_mm_per_s_1Hz": 0.6139499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.46113333333333, "CP_CoolingPower_kW_1Hz": 1.7597833333333335, "SE_EfficiencyFactor_percent_1Hz": 55.490366666666695, "cycle": 1343, "timestamp": "2026-03-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.59324333333467, "PS2_Pressure_bar_100Hz": 106.98064116666708, "PS3_Pressure_bar_100Hz": 1.7342875000000062, "PS4_Pressure_bar_100Hz": 0.28290350000000014, "PS5_Pressure_bar_100Hz": 9.175159166666726, "PS6_Pressure_bar_100Hz": 9.091900166666662, "FS1_VolumeFlow_l_per_min_10Hz": 6.332345000000006, "FS2_VolumeFlow_l_per_min_10Hz": 9.739336666666672, "TS1_Temperature_C_1Hz": 44.10711666666666, "TS2_Temperature_C_1Hz": 49.201300000000025, "TS3_Temperature_C_1Hz": 46.404383333333335, "TS4_Temperature_C_1Hz": 39.7589, "P1_MotorPower_W_100Hz": 2490.5553666666938, "VS1_Vibration_mm_per_s_1Hz": 0.6080166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.292016666666672, "CP_CoolingPower_kW_1Hz": 1.7437166666666664, "SE_EfficiencyFactor_percent_1Hz": 55.46046666666667, "cycle": 1344, "timestamp": "2026-03-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6128200000006, "PS2_Pressure_bar_100Hz": 106.97937283333356, "PS3_Pressure_bar_100Hz": 1.7378986666666612, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.181495333333373, "PS6_Pressure_bar_100Hz": 9.097601500000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.331818333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.744810000000008, "TS1_Temperature_C_1Hz": 44.06893333333334, "TS2_Temperature_C_1Hz": 49.16198333333333, "TS3_Temperature_C_1Hz": 46.35096666666667, "TS4_Temperature_C_1Hz": 39.73575, "P1_MotorPower_W_100Hz": 2489.7752000000237, "VS1_Vibration_mm_per_s_1Hz": 0.6156666666666666, "CE_CoolingEfficiency_percent_1Hz": 27.20576666666666, "CP_CoolingPower_kW_1Hz": 1.7366833333333325, "SE_EfficiencyFactor_percent_1Hz": 55.48843333333334, "cycle": 1345, "timestamp": "2026-03-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.60760666666812, "PS2_Pressure_bar_100Hz": 106.9891755000004, "PS3_Pressure_bar_100Hz": 1.7344058333333288, "PS4_Pressure_bar_100Hz": 0.005009500000000002, "PS5_Pressure_bar_100Hz": 9.187203333333288, "PS6_Pressure_bar_100Hz": 9.102241000000017, "FS1_VolumeFlow_l_per_min_10Hz": 6.33223166666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.745853333333347, "TS1_Temperature_C_1Hz": 44.05203333333334, "TS2_Temperature_C_1Hz": 49.11271666666668, "TS3_Temperature_C_1Hz": 46.31405, "TS4_Temperature_C_1Hz": 39.667500000000004, "P1_MotorPower_W_100Hz": 2489.365133333369, "VS1_Vibration_mm_per_s_1Hz": 0.6106666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.433749999999996, "CP_CoolingPower_kW_1Hz": 1.74475, "SE_EfficiencyFactor_percent_1Hz": 55.3902, "cycle": 1346, "timestamp": "2026-03-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.59489833333492, "PS2_Pressure_bar_100Hz": 106.95102250000039, "PS3_Pressure_bar_100Hz": 1.7400638333333338, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.186870833333362, "PS6_Pressure_bar_100Hz": 9.102530333333355, "FS1_VolumeFlow_l_per_min_10Hz": 6.326175000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.741639999999997, "TS1_Temperature_C_1Hz": 44.03415000000002, "TS2_Temperature_C_1Hz": 49.088533333333324, "TS3_Temperature_C_1Hz": 46.31283333333332, "TS4_Temperature_C_1Hz": 39.61858333333332, "P1_MotorPower_W_100Hz": 2488.6172999999953, "VS1_Vibration_mm_per_s_1Hz": 0.6109500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.600883333333332, "CP_CoolingPower_kW_1Hz": 1.7562166666666663, "SE_EfficiencyFactor_percent_1Hz": 55.36299999999999, "cycle": 1347, "timestamp": "2026-03-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.60992333333502, "PS2_Pressure_bar_100Hz": 106.974256, "PS3_Pressure_bar_100Hz": 1.7314550000000093, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.187149166666698, "PS6_Pressure_bar_100Hz": 9.102193833333367, "FS1_VolumeFlow_l_per_min_10Hz": 6.3242483333333315, "FS2_VolumeFlow_l_per_min_10Hz": 9.746704999999988, "TS1_Temperature_C_1Hz": 44.01203333333337, "TS2_Temperature_C_1Hz": 49.04576666666665, "TS3_Temperature_C_1Hz": 46.29046666666665, "TS4_Temperature_C_1Hz": 39.68396666666665, "P1_MotorPower_W_100Hz": 2489.0051333333513, "VS1_Vibration_mm_per_s_1Hz": 0.6071333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.291883333333335, "CP_CoolingPower_kW_1Hz": 1.7330333333333328, "SE_EfficiencyFactor_percent_1Hz": 55.35513333333332, "cycle": 1348, "timestamp": "2026-03-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.60459333333475, "PS2_Pressure_bar_100Hz": 106.95029283333395, "PS3_Pressure_bar_100Hz": 1.7328226666666708, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.181937666666721, "PS6_Pressure_bar_100Hz": 9.097615166666657, "FS1_VolumeFlow_l_per_min_10Hz": 6.320876666666674, "FS2_VolumeFlow_l_per_min_10Hz": 9.743186666666666, "TS1_Temperature_C_1Hz": 44.01575000000001, "TS2_Temperature_C_1Hz": 49.025483333333334, "TS3_Temperature_C_1Hz": 46.294883333333345, "TS4_Temperature_C_1Hz": 39.6959, "P1_MotorPower_W_100Hz": 2488.4956000000234, "VS1_Vibration_mm_per_s_1Hz": 0.6058999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.261933333333328, "CP_CoolingPower_kW_1Hz": 1.7315166666666666, "SE_EfficiencyFactor_percent_1Hz": 55.329083333333365, "cycle": 1349, "timestamp": "2026-03-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.58670166666815, "PS2_Pressure_bar_100Hz": 106.92968033333364, "PS3_Pressure_bar_100Hz": 1.742256666666669, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.181470166666656, "PS6_Pressure_bar_100Hz": 9.096745166666652, "FS1_VolumeFlow_l_per_min_10Hz": 6.3249350000000035, "FS2_VolumeFlow_l_per_min_10Hz": 9.738005000000006, "TS1_Temperature_C_1Hz": 44.02535, "TS2_Temperature_C_1Hz": 49.00849999999998, "TS3_Temperature_C_1Hz": 46.296633333333325, "TS4_Temperature_C_1Hz": 39.65293333333332, "P1_MotorPower_W_100Hz": 2488.63683333334, "VS1_Vibration_mm_per_s_1Hz": 0.6073166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.50953333333334, "CP_CoolingPower_kW_1Hz": 1.7454499999999997, "SE_EfficiencyFactor_percent_1Hz": 55.42569999999999, "cycle": 1350, "timestamp": "2026-03-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.598768333335, "PS2_Pressure_bar_100Hz": 106.95286683333374, "PS3_Pressure_bar_100Hz": 1.7391011666666627, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.179873333333322, "PS6_Pressure_bar_100Hz": 9.095628833333388, "FS1_VolumeFlow_l_per_min_10Hz": 6.324743333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.740421666666675, "TS1_Temperature_C_1Hz": 44.01843333333332, "TS2_Temperature_C_1Hz": 48.99369999999999, "TS3_Temperature_C_1Hz": 46.29813333333332, "TS4_Temperature_C_1Hz": 39.69528333333332, "P1_MotorPower_W_100Hz": 2488.469666666666, "VS1_Vibration_mm_per_s_1Hz": 0.6024333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.351600000000005, "CP_CoolingPower_kW_1Hz": 1.734233333333333, "SE_EfficiencyFactor_percent_1Hz": 55.37428333333336, "cycle": 1351, "timestamp": "2026-03-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5904033333351, "PS2_Pressure_bar_100Hz": 106.95841050000058, "PS3_Pressure_bar_100Hz": 1.7350595000000009, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.178269500000045, "PS6_Pressure_bar_100Hz": 9.093719166666679, "FS1_VolumeFlow_l_per_min_10Hz": 6.327199999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.739860000000009, "TS1_Temperature_C_1Hz": 44.04358333333334, "TS2_Temperature_C_1Hz": 48.99979999999998, "TS3_Temperature_C_1Hz": 46.312133333333335, "TS4_Temperature_C_1Hz": 39.691766666666666, "P1_MotorPower_W_100Hz": 2486.606733333354, "VS1_Vibration_mm_per_s_1Hz": 0.6014999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.39411666666667, "CP_CoolingPower_kW_1Hz": 1.7361666666666655, "SE_EfficiencyFactor_percent_1Hz": 55.45311666666665, "cycle": 1352, "timestamp": "2026-03-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.52272500000078, "PS2_Pressure_bar_100Hz": 107.25131700000051, "PS3_Pressure_bar_100Hz": 1.7341653333333273, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.177709166666714, "PS6_Pressure_bar_100Hz": 9.092609999999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.356235000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.739388333333343, "TS1_Temperature_C_1Hz": 44.045383333333334, "TS2_Temperature_C_1Hz": 49.00456666666666, "TS3_Temperature_C_1Hz": 46.30813333333332, "TS4_Temperature_C_1Hz": 39.71190000000001, "P1_MotorPower_W_100Hz": 2485.5149666666994, "VS1_Vibration_mm_per_s_1Hz": 0.6079833333333331, "CE_CoolingEfficiency_percent_1Hz": 27.318566666666662, "CP_CoolingPower_kW_1Hz": 1.7311666666666667, "SE_EfficiencyFactor_percent_1Hz": 56.218483333333346, "cycle": 1353, "timestamp": "2026-03-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.51065500000115, "PS2_Pressure_bar_100Hz": 107.23823500000043, "PS3_Pressure_bar_100Hz": 1.7369468333333349, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.173818666666717, "PS6_Pressure_bar_100Hz": 9.088997333333285, "FS1_VolumeFlow_l_per_min_10Hz": 6.349581666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.737016666666664, "TS1_Temperature_C_1Hz": 44.06116666666666, "TS2_Temperature_C_1Hz": 49.00569999999998, "TS3_Temperature_C_1Hz": 46.33046666666668, "TS4_Temperature_C_1Hz": 39.715466666666664, "P1_MotorPower_W_100Hz": 2484.959333333331, "VS1_Vibration_mm_per_s_1Hz": 0.5994833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.367266666666662, "CP_CoolingPower_kW_1Hz": 1.734116666666666, "SE_EfficiencyFactor_percent_1Hz": 56.07431666666667, "cycle": 1354, "timestamp": "2026-03-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.51430333333437, "PS2_Pressure_bar_100Hz": 107.2134096666671, "PS3_Pressure_bar_100Hz": 1.7304341666666645, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.169225333333403, "PS6_Pressure_bar_100Hz": 9.083620999999983, "FS1_VolumeFlow_l_per_min_10Hz": 6.359115000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.731306666666681, "TS1_Temperature_C_1Hz": 44.057533333333346, "TS2_Temperature_C_1Hz": 49.014450000000004, "TS3_Temperature_C_1Hz": 46.334283333333346, "TS4_Temperature_C_1Hz": 39.69481666666666, "P1_MotorPower_W_100Hz": 2483.6488000000313, "VS1_Vibration_mm_per_s_1Hz": 0.6105333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.476650000000006, "CP_CoolingPower_kW_1Hz": 1.7398999999999996, "SE_EfficiencyFactor_percent_1Hz": 56.20628333333335, "cycle": 1355, "timestamp": "2026-03-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.49485000000158, "PS2_Pressure_bar_100Hz": 107.20722216666695, "PS3_Pressure_bar_100Hz": 1.733086666666668, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.171958166666748, "PS6_Pressure_bar_100Hz": 9.086920499999986, "FS1_VolumeFlow_l_per_min_10Hz": 6.354403333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.731598333333338, "TS1_Temperature_C_1Hz": 44.03485, "TS2_Temperature_C_1Hz": 49.01471666666666, "TS3_Temperature_C_1Hz": 46.332116666666685, "TS4_Temperature_C_1Hz": 39.67258333333333, "P1_MotorPower_W_100Hz": 2484.059799999978, "VS1_Vibration_mm_per_s_1Hz": 0.6100666666666664, "CE_CoolingEfficiency_percent_1Hz": 27.472183333333337, "CP_CoolingPower_kW_1Hz": 1.7471999999999996, "SE_EfficiencyFactor_percent_1Hz": 56.14711666666668, "cycle": 1356, "timestamp": "2026-03-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.47007666666806, "PS2_Pressure_bar_100Hz": 107.1924821666667, "PS3_Pressure_bar_100Hz": 1.7393756666666635, "PS4_Pressure_bar_100Hz": 0.018431333333333327, "PS5_Pressure_bar_100Hz": 9.17037333333341, "PS6_Pressure_bar_100Hz": 9.08583149999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.357926666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.731731666666677, "TS1_Temperature_C_1Hz": 44.02241666666667, "TS2_Temperature_C_1Hz": 49.0012, "TS3_Temperature_C_1Hz": 46.33184999999999, "TS4_Temperature_C_1Hz": 39.70628333333333, "P1_MotorPower_W_100Hz": 2482.9257000000503, "VS1_Vibration_mm_per_s_1Hz": 0.6088333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.320800000000013, "CP_CoolingPower_kW_1Hz": 1.7381333333333326, "SE_EfficiencyFactor_percent_1Hz": 56.241233333333334, "cycle": 1357, "timestamp": "2026-03-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4790733333345, "PS2_Pressure_bar_100Hz": 107.19667866666704, "PS3_Pressure_bar_100Hz": 1.7369843333333361, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.169325666666733, "PS6_Pressure_bar_100Hz": 9.084326833333312, "FS1_VolumeFlow_l_per_min_10Hz": 6.354716666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.733910000000002, "TS1_Temperature_C_1Hz": 44.041366666666676, "TS2_Temperature_C_1Hz": 48.99161666666665, "TS3_Temperature_C_1Hz": 46.312966666666675, "TS4_Temperature_C_1Hz": 39.75161666666668, "P1_MotorPower_W_100Hz": 2483.3561666666433, "VS1_Vibration_mm_per_s_1Hz": 0.6034166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.195166666666676, "CP_CoolingPower_kW_1Hz": 1.7204999999999997, "SE_EfficiencyFactor_percent_1Hz": 56.19548333333333, "cycle": 1358, "timestamp": "2026-03-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.50273666666823, "PS2_Pressure_bar_100Hz": 107.24395350000073, "PS3_Pressure_bar_100Hz": 1.7351511666666735, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.16919483333337, "PS6_Pressure_bar_100Hz": 9.084126666666679, "FS1_VolumeFlow_l_per_min_10Hz": 6.337866666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.732373333333333, "TS1_Temperature_C_1Hz": 44.069183333333335, "TS2_Temperature_C_1Hz": 49.00701666666666, "TS3_Temperature_C_1Hz": 46.32906666666668, "TS4_Temperature_C_1Hz": 39.703199999999995, "P1_MotorPower_W_100Hz": 2485.344166666695, "VS1_Vibration_mm_per_s_1Hz": 0.6092166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.433983333333337, "CP_CoolingPower_kW_1Hz": 1.7376333333333334, "SE_EfficiencyFactor_percent_1Hz": 55.80188333333331, "cycle": 1359, "timestamp": "2026-03-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.50331500000175, "PS2_Pressure_bar_100Hz": 107.21777066666672, "PS3_Pressure_bar_100Hz": 1.7435026666666644, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.169752500000088, "PS6_Pressure_bar_100Hz": 9.084470333333314, "FS1_VolumeFlow_l_per_min_10Hz": 6.357313333333327, "FS2_VolumeFlow_l_per_min_10Hz": 9.730663333333341, "TS1_Temperature_C_1Hz": 44.04761666666668, "TS2_Temperature_C_1Hz": 49.02723333333333, "TS3_Temperature_C_1Hz": 46.31855000000004, "TS4_Temperature_C_1Hz": 39.67658333333334, "P1_MotorPower_W_100Hz": 2481.496333333358, "VS1_Vibration_mm_per_s_1Hz": 0.6136833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.458050000000004, "CP_CoolingPower_kW_1Hz": 1.7416666666666667, "SE_EfficiencyFactor_percent_1Hz": 56.31645000000001, "cycle": 1360, "timestamp": "2026-03-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5112050000009, "PS2_Pressure_bar_100Hz": 107.24516250000045, "PS3_Pressure_bar_100Hz": 1.7381071666666652, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.170090666666749, "PS6_Pressure_bar_100Hz": 9.085693833333304, "FS1_VolumeFlow_l_per_min_10Hz": 6.339778333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.735080000000002, "TS1_Temperature_C_1Hz": 44.047950000000014, "TS2_Temperature_C_1Hz": 49.02296666666666, "TS3_Temperature_C_1Hz": 46.33141666666667, "TS4_Temperature_C_1Hz": 39.714349999999996, "P1_MotorPower_W_100Hz": 2480.547900000017, "VS1_Vibration_mm_per_s_1Hz": 0.6212833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.320866666666664, "CP_CoolingPower_kW_1Hz": 1.7355666666666665, "SE_EfficiencyFactor_percent_1Hz": 56.00525000000002, "cycle": 1361, "timestamp": "2026-03-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.5176650000018, "PS2_Pressure_bar_100Hz": 107.21942050000038, "PS3_Pressure_bar_100Hz": 1.7360938333333318, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.171196166666755, "PS6_Pressure_bar_100Hz": 9.086634333333338, "FS1_VolumeFlow_l_per_min_10Hz": 6.345851666666675, "FS2_VolumeFlow_l_per_min_10Hz": 9.740380000000002, "TS1_Temperature_C_1Hz": 44.075533333333354, "TS2_Temperature_C_1Hz": 49.02278333333332, "TS3_Temperature_C_1Hz": 46.33795, "TS4_Temperature_C_1Hz": 39.79933333333334, "P1_MotorPower_W_100Hz": 2485.220499999933, "VS1_Vibration_mm_per_s_1Hz": 0.6220666666666669, "CE_CoolingEfficiency_percent_1Hz": 27.18153333333333, "CP_CoolingPower_kW_1Hz": 1.7185999999999995, "SE_EfficiencyFactor_percent_1Hz": 55.97244999999998, "cycle": 1362, "timestamp": "2026-03-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4692316666679, "PS2_Pressure_bar_100Hz": 107.43350833333398, "PS3_Pressure_bar_100Hz": 1.750367666666673, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.170344000000005, "PS6_Pressure_bar_100Hz": 9.085378666666642, "FS1_VolumeFlow_l_per_min_10Hz": 6.358648333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.734941666666657, "TS1_Temperature_C_1Hz": 44.10905, "TS2_Temperature_C_1Hz": 49.04296666666666, "TS3_Temperature_C_1Hz": 46.36366666666668, "TS4_Temperature_C_1Hz": 39.744299999999996, "P1_MotorPower_W_100Hz": 2485.7053666667043, "VS1_Vibration_mm_per_s_1Hz": 0.6227666666666669, "CE_CoolingEfficiency_percent_1Hz": 27.414450000000002, "CP_CoolingPower_kW_1Hz": 1.7343666666666666, "SE_EfficiencyFactor_percent_1Hz": 56.25730000000001, "cycle": 1363, "timestamp": "2026-03-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.43836500000162, "PS2_Pressure_bar_100Hz": 107.43750916666737, "PS3_Pressure_bar_100Hz": 1.7473060000000045, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.166139500000082, "PS6_Pressure_bar_100Hz": 9.081008999999973, "FS1_VolumeFlow_l_per_min_10Hz": 6.364895000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.725646666666677, "TS1_Temperature_C_1Hz": 44.08098333333332, "TS2_Temperature_C_1Hz": 49.06113333333332, "TS3_Temperature_C_1Hz": 46.37231666666669, "TS4_Temperature_C_1Hz": 39.670999999999985, "P1_MotorPower_W_100Hz": 2481.3192333333855, "VS1_Vibration_mm_per_s_1Hz": 0.6128333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.706749999999985, "CP_CoolingPower_kW_1Hz": 1.7549500000000002, "SE_EfficiencyFactor_percent_1Hz": 56.48789999999999, "cycle": 1364, "timestamp": "2026-03-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.45386333333477, "PS2_Pressure_bar_100Hz": 107.44457566666671, "PS3_Pressure_bar_100Hz": 1.7493413333333323, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.179533333333397, "PS6_Pressure_bar_100Hz": 9.095475833333317, "FS1_VolumeFlow_l_per_min_10Hz": 6.362419999999996, "FS2_VolumeFlow_l_per_min_10Hz": 9.720790000000008, "TS1_Temperature_C_1Hz": 44.048999999999985, "TS2_Temperature_C_1Hz": 49.05423333333332, "TS3_Temperature_C_1Hz": 46.3377, "TS4_Temperature_C_1Hz": 39.60118333333332, "P1_MotorPower_W_100Hz": 2483.4420333333846, "VS1_Vibration_mm_per_s_1Hz": 0.6194999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.768549999999998, "CP_CoolingPower_kW_1Hz": 1.764083333333334, "SE_EfficiencyFactor_percent_1Hz": 56.41843333333333, "cycle": 1365, "timestamp": "2026-03-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4378550000015, "PS2_Pressure_bar_100Hz": 107.43132283333382, "PS3_Pressure_bar_100Hz": 1.752695166666674, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.182447500000023, "PS6_Pressure_bar_100Hz": 9.097790166666679, "FS1_VolumeFlow_l_per_min_10Hz": 6.364578333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.720961666666675, "TS1_Temperature_C_1Hz": 44.04891666666668, "TS2_Temperature_C_1Hz": 49.05486666666666, "TS3_Temperature_C_1Hz": 46.33069999999999, "TS4_Temperature_C_1Hz": 39.52641666666666, "P1_MotorPower_W_100Hz": 2481.398766666699, "VS1_Vibration_mm_per_s_1Hz": 0.6205999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.963666666666672, "CP_CoolingPower_kW_1Hz": 1.7805666666666675, "SE_EfficiencyFactor_percent_1Hz": 56.54928333333334, "cycle": 1366, "timestamp": "2026-03-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.45637000000158, "PS2_Pressure_bar_100Hz": 107.45958749999997, "PS3_Pressure_bar_100Hz": 1.7418063333333353, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.184929499999983, "PS6_Pressure_bar_100Hz": 9.099903999999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.357011666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.726713333333347, "TS1_Temperature_C_1Hz": 44.004750000000016, "TS2_Temperature_C_1Hz": 49.02066666666667, "TS3_Temperature_C_1Hz": 46.312149999999995, "TS4_Temperature_C_1Hz": 39.52436666666666, "P1_MotorPower_W_100Hz": 2481.5913000000337, "VS1_Vibration_mm_per_s_1Hz": 0.6234, "CE_CoolingEfficiency_percent_1Hz": 28.031716666666668, "CP_CoolingPower_kW_1Hz": 1.7795166666666673, "SE_EfficiencyFactor_percent_1Hz": 56.38743333333333, "cycle": 1367, "timestamp": "2026-03-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.44254666666768, "PS2_Pressure_bar_100Hz": 107.43027066666757, "PS3_Pressure_bar_100Hz": 1.7462665000000033, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.182878166666686, "PS6_Pressure_bar_100Hz": 9.097883500000016, "FS1_VolumeFlow_l_per_min_10Hz": 6.364193333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.729300000000013, "TS1_Temperature_C_1Hz": 44.00265000000002, "TS2_Temperature_C_1Hz": 49.00071666666666, "TS3_Temperature_C_1Hz": 46.31015000000001, "TS4_Temperature_C_1Hz": 39.61276666666665, "P1_MotorPower_W_100Hz": 2482.914600000041, "VS1_Vibration_mm_per_s_1Hz": 0.6201833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.708316666666658, "CP_CoolingPower_kW_1Hz": 1.7564333333333328, "SE_EfficiencyFactor_percent_1Hz": 56.47289999999999, "cycle": 1368, "timestamp": "2026-03-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.46245000000192, "PS2_Pressure_bar_100Hz": 107.46529900000026, "PS3_Pressure_bar_100Hz": 1.751495333333341, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.18172883333338, "PS6_Pressure_bar_100Hz": 9.09757333333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.362026666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.730836666666663, "TS1_Temperature_C_1Hz": 44.02716666666668, "TS2_Temperature_C_1Hz": 48.99421666666667, "TS3_Temperature_C_1Hz": 46.3043, "TS4_Temperature_C_1Hz": 39.6949, "P1_MotorPower_W_100Hz": 2481.8664333333536, "VS1_Vibration_mm_per_s_1Hz": 0.6190499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.40645000000001, "CP_CoolingPower_kW_1Hz": 1.7336166666666664, "SE_EfficiencyFactor_percent_1Hz": 56.408483333333315, "cycle": 1369, "timestamp": "2026-03-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.44915166666746, "PS2_Pressure_bar_100Hz": 107.46711833333386, "PS3_Pressure_bar_100Hz": 1.7439856666666713, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.18189066666671, "PS6_Pressure_bar_100Hz": 9.097100000000001, "FS1_VolumeFlow_l_per_min_10Hz": 6.352213333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.724141666666661, "TS1_Temperature_C_1Hz": 44.03883333333335, "TS2_Temperature_C_1Hz": 49.00331666666666, "TS3_Temperature_C_1Hz": 46.286966666666665, "TS4_Temperature_C_1Hz": 39.596766666666674, "P1_MotorPower_W_100Hz": 2483.298366666683, "VS1_Vibration_mm_per_s_1Hz": 0.61235, "CE_CoolingEfficiency_percent_1Hz": 27.70958333333333, "CP_CoolingPower_kW_1Hz": 1.7519333333333333, "SE_EfficiencyFactor_percent_1Hz": 56.338233333333356, "cycle": 1370, "timestamp": "2026-03-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.46267666666847, "PS2_Pressure_bar_100Hz": 107.46917650000002, "PS3_Pressure_bar_100Hz": 1.7335623333333199, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.17982933333338, "PS6_Pressure_bar_100Hz": 9.095113666666657, "FS1_VolumeFlow_l_per_min_10Hz": 6.366928333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.725640000000004, "TS1_Temperature_C_1Hz": 44.01970000000001, "TS2_Temperature_C_1Hz": 49.00076666666665, "TS3_Temperature_C_1Hz": 46.29936666666666, "TS4_Temperature_C_1Hz": 39.59361666666666, "P1_MotorPower_W_100Hz": 2482.5098666667186, "VS1_Vibration_mm_per_s_1Hz": 0.6177500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.695450000000008, "CP_CoolingPower_kW_1Hz": 1.7570666666666663, "SE_EfficiencyFactor_percent_1Hz": 56.552899999999994, "cycle": 1371, "timestamp": "2026-04-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.4503533333349, "PS2_Pressure_bar_100Hz": 107.459886166667, "PS3_Pressure_bar_100Hz": 1.7363333333333308, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.179837333333376, "PS6_Pressure_bar_100Hz": 9.095227500000012, "FS1_VolumeFlow_l_per_min_10Hz": 6.363151666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.72669666666666, "TS1_Temperature_C_1Hz": 44.032783333333334, "TS2_Temperature_C_1Hz": 49.004799999999975, "TS3_Temperature_C_1Hz": 46.31378333333332, "TS4_Temperature_C_1Hz": 39.668249999999986, "P1_MotorPower_W_100Hz": 2480.427033333351, "VS1_Vibration_mm_per_s_1Hz": 0.6125833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.4486, "CP_CoolingPower_kW_1Hz": 1.7414999999999992, "SE_EfficiencyFactor_percent_1Hz": 56.46396666666666, "cycle": 1372, "timestamp": "2026-04-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.40978166666835, "PS2_Pressure_bar_100Hz": 107.60725383333374, "PS3_Pressure_bar_100Hz": 1.7376233333333242, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.18416000000001, "PS6_Pressure_bar_100Hz": 9.09981749999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.364645000000009, "FS2_VolumeFlow_l_per_min_10Hz": 9.730968333333333, "TS1_Temperature_C_1Hz": 44.04688333333333, "TS2_Temperature_C_1Hz": 48.99916666666666, "TS3_Temperature_C_1Hz": 46.31153333333331, "TS4_Temperature_C_1Hz": 39.69785, "P1_MotorPower_W_100Hz": 2480.7607000000444, "VS1_Vibration_mm_per_s_1Hz": 0.61695, "CE_CoolingEfficiency_percent_1Hz": 27.33589999999999, "CP_CoolingPower_kW_1Hz": 1.7344333333333333, "SE_EfficiencyFactor_percent_1Hz": 56.50286666666667, "cycle": 1373, "timestamp": "2026-04-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.41112833333486, "PS2_Pressure_bar_100Hz": 107.59545350000023, "PS3_Pressure_bar_100Hz": 1.7391876666666672, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.178984000000069, "PS6_Pressure_bar_100Hz": 9.09506383333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.362815, "FS2_VolumeFlow_l_per_min_10Hz": 9.729750000000006, "TS1_Temperature_C_1Hz": 44.047233333333345, "TS2_Temperature_C_1Hz": 49.00208333333333, "TS3_Temperature_C_1Hz": 46.31049999999998, "TS4_Temperature_C_1Hz": 39.68601666666665, "P1_MotorPower_W_100Hz": 2480.458000000029, "VS1_Vibration_mm_per_s_1Hz": 0.6171333333333338, "CE_CoolingEfficiency_percent_1Hz": 27.45954999999999, "CP_CoolingPower_kW_1Hz": 1.7369499999999989, "SE_EfficiencyFactor_percent_1Hz": 56.48521666666668, "cycle": 1374, "timestamp": "2026-04-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.39590000000132, "PS2_Pressure_bar_100Hz": 107.59085050000039, "PS3_Pressure_bar_100Hz": 1.7301938333333273, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.182987166666704, "PS6_Pressure_bar_100Hz": 9.099066499999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.3658800000000015, "FS2_VolumeFlow_l_per_min_10Hz": 9.730783333333344, "TS1_Temperature_C_1Hz": 44.06001666666667, "TS2_Temperature_C_1Hz": 49.01001666666666, "TS3_Temperature_C_1Hz": 46.33413333333335, "TS4_Temperature_C_1Hz": 39.71554999999999, "P1_MotorPower_W_100Hz": 2482.3742666667276, "VS1_Vibration_mm_per_s_1Hz": 0.6087333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.40191666666667, "CP_CoolingPower_kW_1Hz": 1.735216666666666, "SE_EfficiencyFactor_percent_1Hz": 56.47244999999999, "cycle": 1375, "timestamp": "2026-04-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.40176166666862, "PS2_Pressure_bar_100Hz": 107.58326266666658, "PS3_Pressure_bar_100Hz": 1.7297326666666644, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.18042616666672, "PS6_Pressure_bar_100Hz": 9.097011833333346, "FS1_VolumeFlow_l_per_min_10Hz": 6.365075000000004, "FS2_VolumeFlow_l_per_min_10Hz": 9.727666666666659, "TS1_Temperature_C_1Hz": 44.07614999999999, "TS2_Temperature_C_1Hz": 49.03848333333333, "TS3_Temperature_C_1Hz": 46.33266666666666, "TS4_Temperature_C_1Hz": 39.68506666666665, "P1_MotorPower_W_100Hz": 2482.1540000000473, "VS1_Vibration_mm_per_s_1Hz": 0.6081833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.455766666666662, "CP_CoolingPower_kW_1Hz": 1.742966666666666, "SE_EfficiencyFactor_percent_1Hz": 56.47123333333334, "cycle": 1376, "timestamp": "2026-04-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36008166666733, "PS2_Pressure_bar_100Hz": 107.57608483333435, "PS3_Pressure_bar_100Hz": 1.7235421666666546, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.174536666666757, "PS6_Pressure_bar_100Hz": 9.090609999999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.360648333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.727153333333328, "TS1_Temperature_C_1Hz": 44.0662, "TS2_Temperature_C_1Hz": 49.045999999999985, "TS3_Temperature_C_1Hz": 46.32775000000001, "TS4_Temperature_C_1Hz": 39.725283333333344, "P1_MotorPower_W_100Hz": 2481.4642000000285, "VS1_Vibration_mm_per_s_1Hz": 0.6074333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.337549999999997, "CP_CoolingPower_kW_1Hz": 1.7293833333333335, "SE_EfficiencyFactor_percent_1Hz": 56.44034999999999, "cycle": 1377, "timestamp": "2026-04-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3566116666682, "PS2_Pressure_bar_100Hz": 107.55914000000037, "PS3_Pressure_bar_100Hz": 1.7273239999999903, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.172896000000058, "PS6_Pressure_bar_100Hz": 9.088456833333305, "FS1_VolumeFlow_l_per_min_10Hz": 6.359498333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.722103333333335, "TS1_Temperature_C_1Hz": 44.080450000000006, "TS2_Temperature_C_1Hz": 49.03869999999999, "TS3_Temperature_C_1Hz": 46.33326666666669, "TS4_Temperature_C_1Hz": 39.68958333333335, "P1_MotorPower_W_100Hz": 2480.2093666667247, "VS1_Vibration_mm_per_s_1Hz": 0.6171166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.536533333333335, "CP_CoolingPower_kW_1Hz": 1.7412166666666664, "SE_EfficiencyFactor_percent_1Hz": 56.48194999999999, "cycle": 1378, "timestamp": "2026-04-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.374961666668, "PS2_Pressure_bar_100Hz": 107.56270283333367, "PS3_Pressure_bar_100Hz": 1.7418661666666664, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.17633400000008, "PS6_Pressure_bar_100Hz": 9.09307533333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.362816666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.722403333333336, "TS1_Temperature_C_1Hz": 44.065149999999996, "TS2_Temperature_C_1Hz": 49.06020000000001, "TS3_Temperature_C_1Hz": 46.31796666666666, "TS4_Temperature_C_1Hz": 39.590483333333324, "P1_MotorPower_W_100Hz": 2480.678600000035, "VS1_Vibration_mm_per_s_1Hz": 0.6154500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.861983333333335, "CP_CoolingPower_kW_1Hz": 1.7625833333333332, "SE_EfficiencyFactor_percent_1Hz": 56.543749999999996, "cycle": 1379, "timestamp": "2026-04-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.370981666668, "PS2_Pressure_bar_100Hz": 107.5643805000004, "PS3_Pressure_bar_100Hz": 1.7397883333333282, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.175039333333391, "PS6_Pressure_bar_100Hz": 9.0918231666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.370473333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.724616666666666, "TS1_Temperature_C_1Hz": 44.062516666666674, "TS2_Temperature_C_1Hz": 49.045749999999984, "TS3_Temperature_C_1Hz": 46.32298333333333, "TS4_Temperature_C_1Hz": 39.65258333333333, "P1_MotorPower_W_100Hz": 2481.2223333333377, "VS1_Vibration_mm_per_s_1Hz": 0.6187000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.65369999999999, "CP_CoolingPower_kW_1Hz": 1.7476666666666665, "SE_EfficiencyFactor_percent_1Hz": 56.65821666666667, "cycle": 1380, "timestamp": "2026-04-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.3599050000009, "PS2_Pressure_bar_100Hz": 107.5805306666667, "PS3_Pressure_bar_100Hz": 1.7362739999999977, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.16995683333337, "PS6_Pressure_bar_100Hz": 9.084689166666623, "FS1_VolumeFlow_l_per_min_10Hz": 6.357541666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.722298333333347, "TS1_Temperature_C_1Hz": 44.077300000000015, "TS2_Temperature_C_1Hz": 49.0515, "TS3_Temperature_C_1Hz": 46.33204999999999, "TS4_Temperature_C_1Hz": 39.719016666666676, "P1_MotorPower_W_100Hz": 2482.4552666666787, "VS1_Vibration_mm_per_s_1Hz": 0.6144833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.363099999999996, "CP_CoolingPower_kW_1Hz": 1.7332166666666664, "SE_EfficiencyFactor_percent_1Hz": 56.42071666666667, "cycle": 1381, "timestamp": "2026-04-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.36250833333435, "PS2_Pressure_bar_100Hz": 107.57094716666676, "PS3_Pressure_bar_100Hz": 1.748015333333331, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.170388833333414, "PS6_Pressure_bar_100Hz": 9.085473499999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.352461666666661, "FS2_VolumeFlow_l_per_min_10Hz": 9.718753333333328, "TS1_Temperature_C_1Hz": 44.0725, "TS2_Temperature_C_1Hz": 49.05411666666668, "TS3_Temperature_C_1Hz": 46.327149999999996, "TS4_Temperature_C_1Hz": 39.63498333333334, "P1_MotorPower_W_100Hz": 2480.9266333333644, "VS1_Vibration_mm_per_s_1Hz": 0.6105666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.569516666666665, "CP_CoolingPower_kW_1Hz": 1.7506499999999996, "SE_EfficiencyFactor_percent_1Hz": 56.45403333333335, "cycle": 1382, "timestamp": "2026-04-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.61338666666626, "PS2_Pressure_bar_100Hz": 107.77483266666651, "PS3_Pressure_bar_100Hz": 1.7580916666666684, "PS4_Pressure_bar_100Hz": 0.008242500000000002, "PS5_Pressure_bar_100Hz": 9.169850666666724, "PS6_Pressure_bar_100Hz": 9.085883499999968, "FS1_VolumeFlow_l_per_min_10Hz": 6.448290000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.722880000000004, "TS1_Temperature_C_1Hz": 44.080500000000015, "TS2_Temperature_C_1Hz": 49.058666666666674, "TS3_Temperature_C_1Hz": 46.325016666666684, "TS4_Temperature_C_1Hz": 39.682866666666655, "P1_MotorPower_W_100Hz": 2470.7343000000646, "VS1_Vibration_mm_per_s_1Hz": 0.6172166666666666, "CE_CoolingEfficiency_percent_1Hz": 27.417300000000015, "CP_CoolingPower_kW_1Hz": 1.740516666666666, "SE_EfficiencyFactor_percent_1Hz": 57.55773333333332, "cycle": 1383, "timestamp": "2026-04-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.83838999999978, "PS2_Pressure_bar_100Hz": 107.17064666666683, "PS3_Pressure_bar_100Hz": 1.7505156666666752, "PS4_Pressure_bar_100Hz": 0.008721833333333331, "PS5_Pressure_bar_100Hz": 9.168689833333405, "PS6_Pressure_bar_100Hz": 9.084597166666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.409188333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.72123166666666, "TS1_Temperature_C_1Hz": 44.09455000000002, "TS2_Temperature_C_1Hz": 49.06995, "TS3_Temperature_C_1Hz": 46.331016666666685, "TS4_Temperature_C_1Hz": 39.66255, "P1_MotorPower_W_100Hz": 2471.623600000034, "VS1_Vibration_mm_per_s_1Hz": 0.6111166666666665, "CE_CoolingEfficiency_percent_1Hz": 27.565733333333334, "CP_CoolingPower_kW_1Hz": 1.7467833333333325, "SE_EfficiencyFactor_percent_1Hz": 56.65276666666662, "cycle": 1384, "timestamp": "2026-04-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.84700500000022, "PS2_Pressure_bar_100Hz": 107.16649449999976, "PS3_Pressure_bar_100Hz": 1.745127166666676, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.169553833333383, "PS6_Pressure_bar_100Hz": 9.08441366666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.410409999999992, "FS2_VolumeFlow_l_per_min_10Hz": 9.722663333333337, "TS1_Temperature_C_1Hz": 44.087883333333345, "TS2_Temperature_C_1Hz": 49.072883333333316, "TS3_Temperature_C_1Hz": 46.33821666666666, "TS4_Temperature_C_1Hz": 39.705283333333334, "P1_MotorPower_W_100Hz": 2470.7896000000305, "VS1_Vibration_mm_per_s_1Hz": 0.6121666666666671, "CE_CoolingEfficiency_percent_1Hz": 27.400683333333333, "CP_CoolingPower_kW_1Hz": 1.7359666666666667, "SE_EfficiencyFactor_percent_1Hz": 56.64905000000002, "cycle": 1385, "timestamp": "2026-04-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.85219000000015, "PS2_Pressure_bar_100Hz": 107.18494299999989, "PS3_Pressure_bar_100Hz": 1.7462190000000042, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.166261333333376, "PS6_Pressure_bar_100Hz": 9.08215016666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.412708333333339, "FS2_VolumeFlow_l_per_min_10Hz": 9.719760000000006, "TS1_Temperature_C_1Hz": 44.07283333333332, "TS2_Temperature_C_1Hz": 49.05698333333333, "TS3_Temperature_C_1Hz": 46.37241666666668, "TS4_Temperature_C_1Hz": 39.67280000000002, "P1_MotorPower_W_100Hz": 2472.3224666667043, "VS1_Vibration_mm_per_s_1Hz": 0.6134166666666665, "CE_CoolingEfficiency_percent_1Hz": 27.620016666666665, "CP_CoolingPower_kW_1Hz": 1.7543166666666663, "SE_EfficiencyFactor_percent_1Hz": 56.63536666666667, "cycle": 1386, "timestamp": "2026-04-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.8243183333338, "PS2_Pressure_bar_100Hz": 107.1330914999998, "PS3_Pressure_bar_100Hz": 1.7494696666666731, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.166913000000037, "PS6_Pressure_bar_100Hz": 9.081948166666674, "FS1_VolumeFlow_l_per_min_10Hz": 6.4172566666666615, "FS2_VolumeFlow_l_per_min_10Hz": 9.718621666666674, "TS1_Temperature_C_1Hz": 44.092216666666666, "TS2_Temperature_C_1Hz": 49.06113333333335, "TS3_Temperature_C_1Hz": 46.335033333333335, "TS4_Temperature_C_1Hz": 39.71053333333332, "P1_MotorPower_W_100Hz": 2470.8763000000226, "VS1_Vibration_mm_per_s_1Hz": 0.6066166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.341116666666665, "CP_CoolingPower_kW_1Hz": 1.7348833333333329, "SE_EfficiencyFactor_percent_1Hz": 56.806983333333356, "cycle": 1387, "timestamp": "2026-04-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.84968166666656, "PS2_Pressure_bar_100Hz": 107.14018549999994, "PS3_Pressure_bar_100Hz": 1.7445541666666697, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.161918333333414, "PS6_Pressure_bar_100Hz": 9.077313833333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.411931666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.713493333333336, "TS1_Temperature_C_1Hz": 44.092033333333355, "TS2_Temperature_C_1Hz": 49.07298333333331, "TS3_Temperature_C_1Hz": 46.37125, "TS4_Temperature_C_1Hz": 39.7053, "P1_MotorPower_W_100Hz": 2470.549500000039, "VS1_Vibration_mm_per_s_1Hz": 0.6073333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.400533333333335, "CP_CoolingPower_kW_1Hz": 1.7442666666666662, "SE_EfficiencyFactor_percent_1Hz": 56.68886666666667, "cycle": 1388, "timestamp": "2026-04-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.87195666666696, "PS2_Pressure_bar_100Hz": 107.17792966666694, "PS3_Pressure_bar_100Hz": 1.7624638333333453, "PS4_Pressure_bar_100Hz": 0.004396333333333333, "PS5_Pressure_bar_100Hz": 9.166140500000068, "PS6_Pressure_bar_100Hz": 9.081294500000023, "FS1_VolumeFlow_l_per_min_10Hz": 6.4114916666666675, "FS2_VolumeFlow_l_per_min_10Hz": 9.71244000000001, "TS1_Temperature_C_1Hz": 44.076600000000006, "TS2_Temperature_C_1Hz": 49.07164999999999, "TS3_Temperature_C_1Hz": 46.3442, "TS4_Temperature_C_1Hz": 39.61884999999999, "P1_MotorPower_W_100Hz": 2470.474533333323, "VS1_Vibration_mm_per_s_1Hz": 0.6052333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.799400000000002, "CP_CoolingPower_kW_1Hz": 1.7616166666666664, "SE_EfficiencyFactor_percent_1Hz": 56.65823333333335, "cycle": 1389, "timestamp": "2026-04-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.8521800000006, "PS2_Pressure_bar_100Hz": 107.1745923333333, "PS3_Pressure_bar_100Hz": 1.7516098333333372, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.166201500000048, "PS6_Pressure_bar_100Hz": 9.081703999999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.416405, "FS2_VolumeFlow_l_per_min_10Hz": 9.715191666666678, "TS1_Temperature_C_1Hz": 44.05379999999999, "TS2_Temperature_C_1Hz": 49.06018333333332, "TS3_Temperature_C_1Hz": 46.33206666666669, "TS4_Temperature_C_1Hz": 39.62566666666668, "P1_MotorPower_W_100Hz": 2470.077933333342, "VS1_Vibration_mm_per_s_1Hz": 0.6057500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.778583333333337, "CP_CoolingPower_kW_1Hz": 1.7554166666666662, "SE_EfficiencyFactor_percent_1Hz": 56.71049999999998, "cycle": 1390, "timestamp": "2026-04-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.86418999999995, "PS2_Pressure_bar_100Hz": 107.19006483333304, "PS3_Pressure_bar_100Hz": 1.758014000000005, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.16788033333344, "PS6_Pressure_bar_100Hz": 9.082909166666639, "FS1_VolumeFlow_l_per_min_10Hz": 6.422064999999993, "FS2_VolumeFlow_l_per_min_10Hz": 9.714703333333318, "TS1_Temperature_C_1Hz": 44.03925000000002, "TS2_Temperature_C_1Hz": 49.054633333333314, "TS3_Temperature_C_1Hz": 46.331283333333346, "TS4_Temperature_C_1Hz": 39.58516666666665, "P1_MotorPower_W_100Hz": 2469.7066333333682, "VS1_Vibration_mm_per_s_1Hz": 0.6107833333333337, "CE_CoolingEfficiency_percent_1Hz": 27.966533333333338, "CP_CoolingPower_kW_1Hz": 1.7647833333333338, "SE_EfficiencyFactor_percent_1Hz": 56.81613333333333, "cycle": 1391, "timestamp": "2026-04-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.86290166666632, "PS2_Pressure_bar_100Hz": 107.15673300000003, "PS3_Pressure_bar_100Hz": 1.7511916666666687, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.166600333333427, "PS6_Pressure_bar_100Hz": 9.081210499999942, "FS1_VolumeFlow_l_per_min_10Hz": 6.422404999999997, "FS2_VolumeFlow_l_per_min_10Hz": 9.71838333333334, "TS1_Temperature_C_1Hz": 44.0518, "TS2_Temperature_C_1Hz": 49.02745000000001, "TS3_Temperature_C_1Hz": 46.330133333333315, "TS4_Temperature_C_1Hz": 39.680449999999986, "P1_MotorPower_W_100Hz": 2467.920333333343, "VS1_Vibration_mm_per_s_1Hz": 0.6138333333333335, "CE_CoolingEfficiency_percent_1Hz": 27.547533333333327, "CP_CoolingPower_kW_1Hz": 1.7399666666666664, "SE_EfficiencyFactor_percent_1Hz": 56.86330000000001, "cycle": 1392, "timestamp": "2026-04-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.87905333333353, "PS2_Pressure_bar_100Hz": 107.18865616666686, "PS3_Pressure_bar_100Hz": 1.756653666666667, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.16614950000004, "PS6_Pressure_bar_100Hz": 9.080741166666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.423769999999994, "FS2_VolumeFlow_l_per_min_10Hz": 9.716171666666668, "TS1_Temperature_C_1Hz": 44.059733333333355, "TS2_Temperature_C_1Hz": 49.03471666666666, "TS3_Temperature_C_1Hz": 46.33193333333331, "TS4_Temperature_C_1Hz": 39.64241666666667, "P1_MotorPower_W_100Hz": 2467.496766666712, "VS1_Vibration_mm_per_s_1Hz": 0.6171166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.722516666666664, "CP_CoolingPower_kW_1Hz": 1.7523999999999993, "SE_EfficiencyFactor_percent_1Hz": 56.87630000000001, "cycle": 1393, "timestamp": "2026-04-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.76942999999972, "PS2_Pressure_bar_100Hz": 107.39302433333349, "PS3_Pressure_bar_100Hz": 1.763640333333348, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.170267500000051, "PS6_Pressure_bar_100Hz": 9.08513583333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.453653333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.718703333333336, "TS1_Temperature_C_1Hz": 44.072250000000025, "TS2_Temperature_C_1Hz": 49.04529999999999, "TS3_Temperature_C_1Hz": 46.29898333333332, "TS4_Temperature_C_1Hz": 39.644166666666656, "P1_MotorPower_W_100Hz": 2468.276300000067, "VS1_Vibration_mm_per_s_1Hz": 0.6046166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.57686666666667, "CP_CoolingPower_kW_1Hz": 1.7434499999999993, "SE_EfficiencyFactor_percent_1Hz": 57.53226666666667, "cycle": 1394, "timestamp": "2026-04-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.77124666666597, "PS2_Pressure_bar_100Hz": 107.40358549999996, "PS3_Pressure_bar_100Hz": 1.7647318333333426, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.162529666666762, "PS6_Pressure_bar_100Hz": 9.076801666666611, "FS1_VolumeFlow_l_per_min_10Hz": 6.452156666666673, "FS2_VolumeFlow_l_per_min_10Hz": 9.71285166666667, "TS1_Temperature_C_1Hz": 44.07684999999999, "TS2_Temperature_C_1Hz": 49.055250000000015, "TS3_Temperature_C_1Hz": 46.318666666666665, "TS4_Temperature_C_1Hz": 39.69133333333332, "P1_MotorPower_W_100Hz": 2467.323566666695, "VS1_Vibration_mm_per_s_1Hz": 0.5955833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.386066666666654, "CP_CoolingPower_kW_1Hz": 1.73515, "SE_EfficiencyFactor_percent_1Hz": 57.562283333333326, "cycle": 1395, "timestamp": "2026-04-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.79357333333328, "PS2_Pressure_bar_100Hz": 107.43027933333319, "PS3_Pressure_bar_100Hz": 1.7599306666666767, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.164544000000074, "PS6_Pressure_bar_100Hz": 9.079541166666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.438384999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.715433333333332, "TS1_Temperature_C_1Hz": 44.07551666666668, "TS2_Temperature_C_1Hz": 49.06753333333332, "TS3_Temperature_C_1Hz": 46.305466666666675, "TS4_Temperature_C_1Hz": 39.62706666666666, "P1_MotorPower_W_100Hz": 2467.53036666668, "VS1_Vibration_mm_per_s_1Hz": 0.5973833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.60158333333333, "CP_CoolingPower_kW_1Hz": 1.7502499999999996, "SE_EfficiencyFactor_percent_1Hz": 57.307366666666674, "cycle": 1396, "timestamp": "2026-04-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.75373666666647, "PS2_Pressure_bar_100Hz": 107.38536166666697, "PS3_Pressure_bar_100Hz": 1.7604840000000093, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.16167750000005, "PS6_Pressure_bar_100Hz": 9.076352166666652, "FS1_VolumeFlow_l_per_min_10Hz": 6.446630000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.714540000000005, "TS1_Temperature_C_1Hz": 44.08501666666667, "TS2_Temperature_C_1Hz": 49.06721666666665, "TS3_Temperature_C_1Hz": 46.31560000000001, "TS4_Temperature_C_1Hz": 39.6617, "P1_MotorPower_W_100Hz": 2467.809466666708, "VS1_Vibration_mm_per_s_1Hz": 0.619733333333333, "CE_CoolingEfficiency_percent_1Hz": 27.49043333333332, "CP_CoolingPower_kW_1Hz": 1.742666666666666, "SE_EfficiencyFactor_percent_1Hz": 57.47438333333333, "cycle": 1397, "timestamp": "2026-04-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7914199999997, "PS2_Pressure_bar_100Hz": 107.43243450000014, "PS3_Pressure_bar_100Hz": 1.760823333333334, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.165586500000034, "PS6_Pressure_bar_100Hz": 9.079886833333369, "FS1_VolumeFlow_l_per_min_10Hz": 6.433685000000008, "FS2_VolumeFlow_l_per_min_10Hz": 9.715651666666673, "TS1_Temperature_C_1Hz": 44.075, "TS2_Temperature_C_1Hz": 49.06901666666665, "TS3_Temperature_C_1Hz": 46.33670000000002, "TS4_Temperature_C_1Hz": 39.634949999999975, "P1_MotorPower_W_100Hz": 2469.2070000000385, "VS1_Vibration_mm_per_s_1Hz": 0.6135499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.635100000000005, "CP_CoolingPower_kW_1Hz": 1.7529666666666657, "SE_EfficiencyFactor_percent_1Hz": 57.19058333333335, "cycle": 1398, "timestamp": "2026-04-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.77262499999998, "PS2_Pressure_bar_100Hz": 107.41245649999989, "PS3_Pressure_bar_100Hz": 1.7534985000000045, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.162797666666707, "PS6_Pressure_bar_100Hz": 9.077802999999971, "FS1_VolumeFlow_l_per_min_10Hz": 6.43398833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.71450166666667, "TS1_Temperature_C_1Hz": 44.05486666666668, "TS2_Temperature_C_1Hz": 49.054783333333326, "TS3_Temperature_C_1Hz": 46.30064999999999, "TS4_Temperature_C_1Hz": 39.649399999999986, "P1_MotorPower_W_100Hz": 2466.9029666667166, "VS1_Vibration_mm_per_s_1Hz": 0.6178833333333336, "CE_CoolingEfficiency_percent_1Hz": 27.47814999999999, "CP_CoolingPower_kW_1Hz": 1.7419499999999994, "SE_EfficiencyFactor_percent_1Hz": 57.29709999999999, "cycle": 1399, "timestamp": "2026-04-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.78164666666578, "PS2_Pressure_bar_100Hz": 107.41433133333355, "PS3_Pressure_bar_100Hz": 1.7490728333333379, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.162758000000045, "PS6_Pressure_bar_100Hz": 9.077215666666653, "FS1_VolumeFlow_l_per_min_10Hz": 6.443633333333331, "FS2_VolumeFlow_l_per_min_10Hz": 9.717198333333336, "TS1_Temperature_C_1Hz": 44.04946666666665, "TS2_Temperature_C_1Hz": 49.049166666666665, "TS3_Temperature_C_1Hz": 46.30943333333332, "TS4_Temperature_C_1Hz": 39.66938333333332, "P1_MotorPower_W_100Hz": 2467.8274000000247, "VS1_Vibration_mm_per_s_1Hz": 0.6131666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.425599999999985, "CP_CoolingPower_kW_1Hz": 1.7383166666666667, "SE_EfficiencyFactor_percent_1Hz": 57.44216666666667, "cycle": 1400, "timestamp": "2026-04-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7893166666665, "PS2_Pressure_bar_100Hz": 107.42569399999998, "PS3_Pressure_bar_100Hz": 1.7637200000000017, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.16231033333336, "PS6_Pressure_bar_100Hz": 9.076551333333324, "FS1_VolumeFlow_l_per_min_10Hz": 6.443988333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.717505000000012, "TS1_Temperature_C_1Hz": 44.09340000000001, "TS2_Temperature_C_1Hz": 49.057616666666654, "TS3_Temperature_C_1Hz": 46.320049999999995, "TS4_Temperature_C_1Hz": 39.73886666666668, "P1_MotorPower_W_100Hz": 2469.0279666667006, "VS1_Vibration_mm_per_s_1Hz": 0.6144499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.169566666666658, "CP_CoolingPower_kW_1Hz": 1.7230333333333332, "SE_EfficiencyFactor_percent_1Hz": 57.390333333333366, "cycle": 1401, "timestamp": "2026-05-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.73554833333327, "PS2_Pressure_bar_100Hz": 107.37206616666657, "PS3_Pressure_bar_100Hz": 1.7711148333333466, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.164206500000043, "PS6_Pressure_bar_100Hz": 9.077542499999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.447583333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.71715833333334, "TS1_Temperature_C_1Hz": 44.08511666666668, "TS2_Temperature_C_1Hz": 49.06561666666667, "TS3_Temperature_C_1Hz": 46.321450000000006, "TS4_Temperature_C_1Hz": 39.69248333333334, "P1_MotorPower_W_100Hz": 2467.2269333333866, "VS1_Vibration_mm_per_s_1Hz": 0.6121333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.381083333333326, "CP_CoolingPower_kW_1Hz": 1.7364, "SE_EfficiencyFactor_percent_1Hz": 57.503366666666686, "cycle": 1402, "timestamp": "2026-05-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7700749999993, "PS2_Pressure_bar_100Hz": 107.42823849999982, "PS3_Pressure_bar_100Hz": 1.7668156666666792, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.170389166666734, "PS6_Pressure_bar_100Hz": 9.084831833333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.444214999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.719643333333336, "TS1_Temperature_C_1Hz": 44.074449999999985, "TS2_Temperature_C_1Hz": 49.075083333333325, "TS3_Temperature_C_1Hz": 46.32606666666666, "TS4_Temperature_C_1Hz": 39.64658333333333, "P1_MotorPower_W_100Hz": 2471.161466666692, "VS1_Vibration_mm_per_s_1Hz": 0.6153166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.553649999999998, "CP_CoolingPower_kW_1Hz": 1.7509833333333327, "SE_EfficiencyFactor_percent_1Hz": 57.37576666666666, "cycle": 1403, "timestamp": "2026-05-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7161233333326, "PS2_Pressure_bar_100Hz": 107.65633400000007, "PS3_Pressure_bar_100Hz": 1.7619885000000053, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.169761000000076, "PS6_Pressure_bar_100Hz": 9.084363666666633, "FS1_VolumeFlow_l_per_min_10Hz": 6.453225000000006, "FS2_VolumeFlow_l_per_min_10Hz": 9.721491666666674, "TS1_Temperature_C_1Hz": 44.07485, "TS2_Temperature_C_1Hz": 49.065933333333334, "TS3_Temperature_C_1Hz": 46.314683333333356, "TS4_Temperature_C_1Hz": 39.66888333333332, "P1_MotorPower_W_100Hz": 2471.2787000000394, "VS1_Vibration_mm_per_s_1Hz": 0.6155, "CE_CoolingEfficiency_percent_1Hz": 27.406900000000004, "CP_CoolingPower_kW_1Hz": 1.7407499999999991, "SE_EfficiencyFactor_percent_1Hz": 57.63020000000001, "cycle": 1404, "timestamp": "2026-05-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.7112533333332, "PS2_Pressure_bar_100Hz": 107.6328671666667, "PS3_Pressure_bar_100Hz": 1.763325333333338, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.165663833333396, "PS6_Pressure_bar_100Hz": 9.08024633333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.450421666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.719365000000005, "TS1_Temperature_C_1Hz": 44.073133333333345, "TS2_Temperature_C_1Hz": 49.06661666666666, "TS3_Temperature_C_1Hz": 46.34175, "TS4_Temperature_C_1Hz": 39.657599999999995, "P1_MotorPower_W_100Hz": 2468.631333333317, "VS1_Vibration_mm_per_s_1Hz": 0.6094166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.73283333333333, "CP_CoolingPower_kW_1Hz": 1.7495333333333332, "SE_EfficiencyFactor_percent_1Hz": 57.62745, "cycle": 1405, "timestamp": "2026-05-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.69987999999935, "PS2_Pressure_bar_100Hz": 107.61699300000014, "PS3_Pressure_bar_100Hz": 1.7627053333333391, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.169405666666716, "PS6_Pressure_bar_100Hz": 9.084244166666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.458213333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.722011666666676, "TS1_Temperature_C_1Hz": 44.079116666666664, "TS2_Temperature_C_1Hz": 49.075900000000004, "TS3_Temperature_C_1Hz": 46.33451666666665, "TS4_Temperature_C_1Hz": 39.71156666666666, "P1_MotorPower_W_100Hz": 2470.2072333333563, "VS1_Vibration_mm_per_s_1Hz": 0.6170833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.428783333333328, "CP_CoolingPower_kW_1Hz": 1.732733333333333, "SE_EfficiencyFactor_percent_1Hz": 57.735383333333324, "cycle": 1406, "timestamp": "2026-05-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6885899999996, "PS2_Pressure_bar_100Hz": 107.61020566666697, "PS3_Pressure_bar_100Hz": 1.7587903333333401, "PS4_Pressure_bar_100Hz": 0.015022500000000003, "PS5_Pressure_bar_100Hz": 9.165646500000111, "PS6_Pressure_bar_100Hz": 9.080449166666675, "FS1_VolumeFlow_l_per_min_10Hz": 6.458663333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.725324999999991, "TS1_Temperature_C_1Hz": 44.086283333333334, "TS2_Temperature_C_1Hz": 49.067433333333334, "TS3_Temperature_C_1Hz": 46.35196666666668, "TS4_Temperature_C_1Hz": 39.75773333333333, "P1_MotorPower_W_100Hz": 2470.551400000036, "VS1_Vibration_mm_per_s_1Hz": 0.6145000000000002, "CE_CoolingEfficiency_percent_1Hz": 27.407400000000003, "CP_CoolingPower_kW_1Hz": 1.7280166666666656, "SE_EfficiencyFactor_percent_1Hz": 57.70570000000001, "cycle": 1407, "timestamp": "2026-05-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.69488333333362, "PS2_Pressure_bar_100Hz": 107.62058566666691, "PS3_Pressure_bar_100Hz": 1.7612143333333385, "PS4_Pressure_bar_100Hz": 0.028103000000000017, "PS5_Pressure_bar_100Hz": 9.167382833333404, "PS6_Pressure_bar_100Hz": 9.082902666666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.45488833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.72527000000001, "TS1_Temperature_C_1Hz": 44.12116666666666, "TS2_Temperature_C_1Hz": 49.08821666666665, "TS3_Temperature_C_1Hz": 46.337366666666675, "TS4_Temperature_C_1Hz": 39.780816666666674, "P1_MotorPower_W_100Hz": 2471.1910000000516, "VS1_Vibration_mm_per_s_1Hz": 0.6093500000000003, "CE_CoolingEfficiency_percent_1Hz": 27.223616666666672, "CP_CoolingPower_kW_1Hz": 1.718583333333333, "SE_EfficiencyFactor_percent_1Hz": 57.62664999999998, "cycle": 1408, "timestamp": "2026-05-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.69521166666672, "PS2_Pressure_bar_100Hz": 107.61249883333379, "PS3_Pressure_bar_100Hz": 1.7649641666666724, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.164871333333412, "PS6_Pressure_bar_100Hz": 9.079268166666678, "FS1_VolumeFlow_l_per_min_10Hz": 6.464361666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.721285000000004, "TS1_Temperature_C_1Hz": 44.1431, "TS2_Temperature_C_1Hz": 49.11653333333333, "TS3_Temperature_C_1Hz": 46.35723333333333, "TS4_Temperature_C_1Hz": 39.76781666666668, "P1_MotorPower_W_100Hz": 2471.545000000042, "VS1_Vibration_mm_per_s_1Hz": 0.6193500000000004, "CE_CoolingEfficiency_percent_1Hz": 27.36494999999999, "CP_CoolingPower_kW_1Hz": 1.7269333333333328, "SE_EfficiencyFactor_percent_1Hz": 57.74283333333334, "cycle": 1409, "timestamp": "2026-05-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6806566666665, "PS2_Pressure_bar_100Hz": 107.58872983333357, "PS3_Pressure_bar_100Hz": 1.7561545000000047, "PS4_Pressure_bar_100Hz": 0.0007958333333333333, "PS5_Pressure_bar_100Hz": 9.167149500000047, "PS6_Pressure_bar_100Hz": 9.080687499999945, "FS1_VolumeFlow_l_per_min_10Hz": 6.467981666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.725076666666675, "TS1_Temperature_C_1Hz": 44.139283333333346, "TS2_Temperature_C_1Hz": 49.113133333333344, "TS3_Temperature_C_1Hz": 46.374066666666664, "TS4_Temperature_C_1Hz": 39.82758333333334, "P1_MotorPower_W_100Hz": 2470.3201000000195, "VS1_Vibration_mm_per_s_1Hz": 0.6162166666666669, "CE_CoolingEfficiency_percent_1Hz": 27.209633333333326, "CP_CoolingPower_kW_1Hz": 1.7147999999999994, "SE_EfficiencyFactor_percent_1Hz": 57.78573333333333, "cycle": 1410, "timestamp": "2026-05-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6989783333329, "PS2_Pressure_bar_100Hz": 107.61789316666683, "PS3_Pressure_bar_100Hz": 1.7573728333333332, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.159210500000013, "PS6_Pressure_bar_100Hz": 9.07313699999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.458231666666664, "FS2_VolumeFlow_l_per_min_10Hz": 9.720575000000007, "TS1_Temperature_C_1Hz": 44.16176666666668, "TS2_Temperature_C_1Hz": 49.12306666666666, "TS3_Temperature_C_1Hz": 46.391799999999996, "TS4_Temperature_C_1Hz": 39.80621666666666, "P1_MotorPower_W_100Hz": 2467.647233333365, "VS1_Vibration_mm_per_s_1Hz": 0.6110333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.334849999999992, "CP_CoolingPower_kW_1Hz": 1.725616666666666, "SE_EfficiencyFactor_percent_1Hz": 57.70598333333335, "cycle": 1411, "timestamp": "2026-05-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.68414000000038, "PS2_Pressure_bar_100Hz": 107.60129699999992, "PS3_Pressure_bar_100Hz": 1.7628856666666746, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.16063066666677, "PS6_Pressure_bar_100Hz": 9.07470633333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.46442333333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.720093333333326, "TS1_Temperature_C_1Hz": 44.168316666666676, "TS2_Temperature_C_1Hz": 49.132266666666666, "TS3_Temperature_C_1Hz": 46.39928333333334, "TS4_Temperature_C_1Hz": 39.79028333333334, "P1_MotorPower_W_100Hz": 2466.909666666694, "VS1_Vibration_mm_per_s_1Hz": 0.6071500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.442616666666662, "CP_CoolingPower_kW_1Hz": 1.7304333333333328, "SE_EfficiencyFactor_percent_1Hz": 57.83951666666663, "cycle": 1412, "timestamp": "2026-05-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.68332333333308, "PS2_Pressure_bar_100Hz": 107.60057549999978, "PS3_Pressure_bar_100Hz": 1.7624561666666683, "PS4_Pressure_bar_100Hz": 0.006271833333333336, "PS5_Pressure_bar_100Hz": 9.16025633333339, "PS6_Pressure_bar_100Hz": 9.074397833333267, "FS1_VolumeFlow_l_per_min_10Hz": 6.465511666666661, "FS2_VolumeFlow_l_per_min_10Hz": 9.721791666666661, "TS1_Temperature_C_1Hz": 44.1794, "TS2_Temperature_C_1Hz": 49.150483333333355, "TS3_Temperature_C_1Hz": 46.38431666666666, "TS4_Temperature_C_1Hz": 39.81173333333333, "P1_MotorPower_W_100Hz": 2467.659400000021, "VS1_Vibration_mm_per_s_1Hz": 0.6136166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.396533333333327, "CP_CoolingPower_kW_1Hz": 1.7226499999999993, "SE_EfficiencyFactor_percent_1Hz": 57.79423333333333, "cycle": 1413, "timestamp": "2026-05-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.64382499999968, "PS2_Pressure_bar_100Hz": 107.74527483333337, "PS3_Pressure_bar_100Hz": 1.7622173333333375, "PS4_Pressure_bar_100Hz": 0.05469933333333338, "PS5_Pressure_bar_100Hz": 9.153509166666728, "PS6_Pressure_bar_100Hz": 9.067660333333299, "FS1_VolumeFlow_l_per_min_10Hz": 6.4570983333333345, "FS2_VolumeFlow_l_per_min_10Hz": 9.718298333333323, "TS1_Temperature_C_1Hz": 44.169516666666674, "TS2_Temperature_C_1Hz": 49.15498333333334, "TS3_Temperature_C_1Hz": 46.440750000000016, "TS4_Temperature_C_1Hz": 39.808449999999986, "P1_MotorPower_W_100Hz": 2467.757333333386, "VS1_Vibration_mm_per_s_1Hz": 0.6092333333333336, "CE_CoolingEfficiency_percent_1Hz": 27.5883, "CP_CoolingPower_kW_1Hz": 1.7376499999999993, "SE_EfficiencyFactor_percent_1Hz": 57.71258333333336, "cycle": 1414, "timestamp": "2026-05-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.64531166666603, "PS2_Pressure_bar_100Hz": 107.74077333333328, "PS3_Pressure_bar_100Hz": 1.7653490000000045, "PS4_Pressure_bar_100Hz": 0.15618633333333337, "PS5_Pressure_bar_100Hz": 9.154523833333348, "PS6_Pressure_bar_100Hz": 9.068410333333302, "FS1_VolumeFlow_l_per_min_10Hz": 6.457525, "FS2_VolumeFlow_l_per_min_10Hz": 9.717298333333346, "TS1_Temperature_C_1Hz": 44.163133333333334, "TS2_Temperature_C_1Hz": 49.15546666666668, "TS3_Temperature_C_1Hz": 46.44410000000002, "TS4_Temperature_C_1Hz": 39.8011, "P1_MotorPower_W_100Hz": 2467.70536666669, "VS1_Vibration_mm_per_s_1Hz": 0.6064000000000003, "CE_CoolingEfficiency_percent_1Hz": 27.55386666666666, "CP_CoolingPower_kW_1Hz": 1.7373166666666662, "SE_EfficiencyFactor_percent_1Hz": 57.73043333333333, "cycle": 1415, "timestamp": "2026-05-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6542349999992, "PS2_Pressure_bar_100Hz": 107.74251700000026, "PS3_Pressure_bar_100Hz": 1.7606286666666722, "PS4_Pressure_bar_100Hz": 0.13728949999999987, "PS5_Pressure_bar_100Hz": 9.160989166666754, "PS6_Pressure_bar_100Hz": 9.074571500000008, "FS1_VolumeFlow_l_per_min_10Hz": 6.456006666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.718871666666667, "TS1_Temperature_C_1Hz": 44.15896666666668, "TS2_Temperature_C_1Hz": 49.146350000000005, "TS3_Temperature_C_1Hz": 46.40459999999998, "TS4_Temperature_C_1Hz": 39.757233333333346, "P1_MotorPower_W_100Hz": 2467.835233333361, "VS1_Vibration_mm_per_s_1Hz": 0.6103500000000001, "CE_CoolingEfficiency_percent_1Hz": 27.558133333333334, "CP_CoolingPower_kW_1Hz": 1.7432499999999997, "SE_EfficiencyFactor_percent_1Hz": 57.70444999999999, "cycle": 1416, "timestamp": "2026-05-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.66353166666613, "PS2_Pressure_bar_100Hz": 107.7485210000002, "PS3_Pressure_bar_100Hz": 1.7598425000000033, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.156875000000039, "PS6_Pressure_bar_100Hz": 9.07140333333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.454570000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.721630000000015, "TS1_Temperature_C_1Hz": 44.16068333333336, "TS2_Temperature_C_1Hz": 49.155666666666676, "TS3_Temperature_C_1Hz": 46.438716666666686, "TS4_Temperature_C_1Hz": 39.800850000000004, "P1_MotorPower_W_100Hz": 2469.151566666699, "VS1_Vibration_mm_per_s_1Hz": 0.60775, "CE_CoolingEfficiency_percent_1Hz": 27.502233333333336, "CP_CoolingPower_kW_1Hz": 1.7383333333333326, "SE_EfficiencyFactor_percent_1Hz": 57.690850000000005, "cycle": 1417, "timestamp": "2026-05-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6381516666658, "PS2_Pressure_bar_100Hz": 107.74156250000053, "PS3_Pressure_bar_100Hz": 1.749828499999998, "PS4_Pressure_bar_100Hz": 0.0066935000000000015, "PS5_Pressure_bar_100Hz": 9.15502083333339, "PS6_Pressure_bar_100Hz": 9.069835499999982, "FS1_VolumeFlow_l_per_min_10Hz": 6.450511666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.720443333333337, "TS1_Temperature_C_1Hz": 44.17899999999999, "TS2_Temperature_C_1Hz": 49.15858333333335, "TS3_Temperature_C_1Hz": 46.40288333333334, "TS4_Temperature_C_1Hz": 39.839933333333335, "P1_MotorPower_W_100Hz": 2466.527766666736, "VS1_Vibration_mm_per_s_1Hz": 0.6003, "CE_CoolingEfficiency_percent_1Hz": 27.272183333333327, "CP_CoolingPower_kW_1Hz": 1.719649999999999, "SE_EfficiencyFactor_percent_1Hz": 57.71249999999999, "cycle": 1418, "timestamp": "2026-05-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.66403999999932, "PS2_Pressure_bar_100Hz": 107.76455733333344, "PS3_Pressure_bar_100Hz": 1.7535160000000003, "PS4_Pressure_bar_100Hz": 0.0012956666666666665, "PS5_Pressure_bar_100Hz": 9.15572066666669, "PS6_Pressure_bar_100Hz": 9.069463499999967, "FS1_VolumeFlow_l_per_min_10Hz": 6.453478333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.720203333333338, "TS1_Temperature_C_1Hz": 44.19944999999999, "TS2_Temperature_C_1Hz": 49.16008333333334, "TS3_Temperature_C_1Hz": 46.41658333333334, "TS4_Temperature_C_1Hz": 39.84266666666667, "P1_MotorPower_W_100Hz": 2465.9315333333466, "VS1_Vibration_mm_per_s_1Hz": 0.6044999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.27975, "CP_CoolingPower_kW_1Hz": 1.7207999999999994, "SE_EfficiencyFactor_percent_1Hz": 57.72716666666666, "cycle": 1419, "timestamp": "2026-05-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.62763333333228, "PS2_Pressure_bar_100Hz": 107.72154466666716, "PS3_Pressure_bar_100Hz": 1.7557985000000036, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.153091000000027, "PS6_Pressure_bar_100Hz": 9.067919833333306, "FS1_VolumeFlow_l_per_min_10Hz": 6.4542116666666685, "FS2_VolumeFlow_l_per_min_10Hz": 9.718876666666661, "TS1_Temperature_C_1Hz": 44.20566666666666, "TS2_Temperature_C_1Hz": 49.172216666666685, "TS3_Temperature_C_1Hz": 46.43480000000002, "TS4_Temperature_C_1Hz": 39.83971666666667, "P1_MotorPower_W_100Hz": 2465.4044000000163, "VS1_Vibration_mm_per_s_1Hz": 0.6018333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.26213333333332, "CP_CoolingPower_kW_1Hz": 1.7262333333333333, "SE_EfficiencyFactor_percent_1Hz": 57.7646, "cycle": 1420, "timestamp": "2026-05-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.639373333333, "PS2_Pressure_bar_100Hz": 107.7327866666671, "PS3_Pressure_bar_100Hz": 1.7574290000000083, "PS4_Pressure_bar_100Hz": 0.11507383333333339, "PS5_Pressure_bar_100Hz": 9.15837350000005, "PS6_Pressure_bar_100Hz": 9.073905833333308, "FS1_VolumeFlow_l_per_min_10Hz": 6.452971666666674, "FS2_VolumeFlow_l_per_min_10Hz": 9.722523333333333, "TS1_Temperature_C_1Hz": 44.21773333333332, "TS2_Temperature_C_1Hz": 49.17290000000001, "TS3_Temperature_C_1Hz": 46.41686666666667, "TS4_Temperature_C_1Hz": 39.838499999999996, "P1_MotorPower_W_100Hz": 2465.2180666666854, "VS1_Vibration_mm_per_s_1Hz": 0.6144166666666667, "CE_CoolingEfficiency_percent_1Hz": 27.266500000000004, "CP_CoolingPower_kW_1Hz": 1.7226999999999992, "SE_EfficiencyFactor_percent_1Hz": 57.79688333333334, "cycle": 1421, "timestamp": "2026-05-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.62647166666542, "PS2_Pressure_bar_100Hz": 107.71521616666679, "PS3_Pressure_bar_100Hz": 1.7555318333333325, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.157529166666688, "PS6_Pressure_bar_100Hz": 9.074049833333312, "FS1_VolumeFlow_l_per_min_10Hz": 6.460561666666666, "FS2_VolumeFlow_l_per_min_10Hz": 9.719078333333345, "TS1_Temperature_C_1Hz": 44.214500000000015, "TS2_Temperature_C_1Hz": 49.17080000000001, "TS3_Temperature_C_1Hz": 46.45180000000003, "TS4_Temperature_C_1Hz": 39.84340000000001, "P1_MotorPower_W_100Hz": 2467.6259666666997, "VS1_Vibration_mm_per_s_1Hz": 0.6124166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.306583333333325, "CP_CoolingPower_kW_1Hz": 1.7299499999999997, "SE_EfficiencyFactor_percent_1Hz": 57.78065000000002, "cycle": 1422, "timestamp": "2026-05-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.6416850000004, "PS2_Pressure_bar_100Hz": 107.732791, "PS3_Pressure_bar_100Hz": 1.7567455000000034, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.1569825, "PS6_Pressure_bar_100Hz": 9.073330666666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.4541483333333325, "FS2_VolumeFlow_l_per_min_10Hz": 9.720688333333351, "TS1_Temperature_C_1Hz": 44.22978333333335, "TS2_Temperature_C_1Hz": 49.17208333333335, "TS3_Temperature_C_1Hz": 46.43671666666667, "TS4_Temperature_C_1Hz": 39.840300000000006, "P1_MotorPower_W_100Hz": 2467.4521000000304, "VS1_Vibration_mm_per_s_1Hz": 0.6205666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.335166666666666, "CP_CoolingPower_kW_1Hz": 1.7283499999999994, "SE_EfficiencyFactor_percent_1Hz": 57.72491666666667, "cycle": 1423, "timestamp": "2026-05-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.0430866666679, "PS2_Pressure_bar_100Hz": 107.99717799999996, "PS3_Pressure_bar_100Hz": 1.795606166666675, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.150613333333387, "PS6_Pressure_bar_100Hz": 9.067193666666633, "FS1_VolumeFlow_l_per_min_10Hz": 6.655166666666665, "FS2_VolumeFlow_l_per_min_10Hz": 9.71755333333334, "TS1_Temperature_C_1Hz": 44.257950000000015, "TS2_Temperature_C_1Hz": 49.193766666666654, "TS3_Temperature_C_1Hz": 46.46721666666669, "TS4_Temperature_C_1Hz": 39.87104999999999, "P1_MotorPower_W_100Hz": 2458.110666666728, "VS1_Vibration_mm_per_s_1Hz": 0.6144666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.32656666666667, "CP_CoolingPower_kW_1Hz": 1.7275833333333326, "SE_EfficiencyFactor_percent_1Hz": 59.86451666666665, "cycle": 1424, "timestamp": "2026-05-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.25178833333416, "PS2_Pressure_bar_100Hz": 107.36156799999982, "PS3_Pressure_bar_100Hz": 1.78503100000001, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144873666666735, "PS6_Pressure_bar_100Hz": 9.061966999999985, "FS1_VolumeFlow_l_per_min_10Hz": 6.6158833333333265, "FS2_VolumeFlow_l_per_min_10Hz": 9.717151666666668, "TS1_Temperature_C_1Hz": 44.27758333333332, "TS2_Temperature_C_1Hz": 49.209816666666676, "TS3_Temperature_C_1Hz": 46.504299999999986, "TS4_Temperature_C_1Hz": 39.88786666666666, "P1_MotorPower_W_100Hz": 2459.628566666716, "VS1_Vibration_mm_per_s_1Hz": 0.6131500000000002, "CE_CoolingEfficiency_percent_1Hz": 27.4679, "CP_CoolingPower_kW_1Hz": 1.7317166666666663, "SE_EfficiencyFactor_percent_1Hz": 58.862533333333324, "cycle": 1425, "timestamp": "2026-05-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.2377000000006, "PS2_Pressure_bar_100Hz": 107.35146183333339, "PS3_Pressure_bar_100Hz": 1.791138500000008, "PS4_Pressure_bar_100Hz": 0.06267783333333328, "PS5_Pressure_bar_100Hz": 9.142119666666678, "PS6_Pressure_bar_100Hz": 9.059147999999983, "FS1_VolumeFlow_l_per_min_10Hz": 6.618371666666672, "FS2_VolumeFlow_l_per_min_10Hz": 9.714700000000006, "TS1_Temperature_C_1Hz": 44.329283333333336, "TS2_Temperature_C_1Hz": 49.256199999999986, "TS3_Temperature_C_1Hz": 46.52628333333333, "TS4_Temperature_C_1Hz": 39.925466666666644, "P1_MotorPower_W_100Hz": 2457.473233333346, "VS1_Vibration_mm_per_s_1Hz": 0.6123833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.376166666666656, "CP_CoolingPower_kW_1Hz": 1.7276666666666656, "SE_EfficiencyFactor_percent_1Hz": 58.975600000000014, "cycle": 1426, "timestamp": "2026-05-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.2440916666666, "PS2_Pressure_bar_100Hz": 107.35916433333283, "PS3_Pressure_bar_100Hz": 1.787829333333344, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.141979500000021, "PS6_Pressure_bar_100Hz": 9.058176500000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.620781666666677, "FS2_VolumeFlow_l_per_min_10Hz": 9.713460000000003, "TS1_Temperature_C_1Hz": 44.382583333333336, "TS2_Temperature_C_1Hz": 49.31768333333334, "TS3_Temperature_C_1Hz": 46.5337, "TS4_Temperature_C_1Hz": 39.88199999999999, "P1_MotorPower_W_100Hz": 2457.2144333333576, "VS1_Vibration_mm_per_s_1Hz": 0.6122666666666665, "CE_CoolingEfficiency_percent_1Hz": 27.524983333333335, "CP_CoolingPower_kW_1Hz": 1.7412000000000005, "SE_EfficiencyFactor_percent_1Hz": 58.96959999999999, "cycle": 1427, "timestamp": "2026-05-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.2421750000009, "PS2_Pressure_bar_100Hz": 107.38922933333336, "PS3_Pressure_bar_100Hz": 1.7966240000000107, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.138579666666685, "PS6_Pressure_bar_100Hz": 9.05452666666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.622928333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.710094999999992, "TS1_Temperature_C_1Hz": 44.381750000000025, "TS2_Temperature_C_1Hz": 49.3516, "TS3_Temperature_C_1Hz": 46.55803333333331, "TS4_Temperature_C_1Hz": 39.860683333333334, "P1_MotorPower_W_100Hz": 2459.263500000033, "VS1_Vibration_mm_per_s_1Hz": 0.6154833333333335, "CE_CoolingEfficiency_percent_1Hz": 27.68458333333334, "CP_CoolingPower_kW_1Hz": 1.7526833333333338, "SE_EfficiencyFactor_percent_1Hz": 58.95396666666666, "cycle": 1428, "timestamp": "2026-05-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.23918333333384, "PS2_Pressure_bar_100Hz": 107.35399450000027, "PS3_Pressure_bar_100Hz": 1.7926751666666705, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.132246333333349, "PS6_Pressure_bar_100Hz": 9.04749316666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.622294999999995, "FS2_VolumeFlow_l_per_min_10Hz": 9.710440000000006, "TS1_Temperature_C_1Hz": 44.379416666666685, "TS2_Temperature_C_1Hz": 49.36166666666666, "TS3_Temperature_C_1Hz": 46.60859999999998, "TS4_Temperature_C_1Hz": 39.96498333333333, "P1_MotorPower_W_100Hz": 2459.4012666667054, "VS1_Vibration_mm_per_s_1Hz": 0.6085, "CE_CoolingEfficiency_percent_1Hz": 27.405849999999997, "CP_CoolingPower_kW_1Hz": 1.7391999999999999, "SE_EfficiencyFactor_percent_1Hz": 58.98328333333335, "cycle": 1429, "timestamp": "2026-05-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.1983350000003, "PS2_Pressure_bar_100Hz": 107.33134383333379, "PS3_Pressure_bar_100Hz": 1.7916188333333427, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.130885833333323, "PS6_Pressure_bar_100Hz": 9.046553833333348, "FS1_VolumeFlow_l_per_min_10Hz": 6.625993333333329, "FS2_VolumeFlow_l_per_min_10Hz": 9.710813333333329, "TS1_Temperature_C_1Hz": 44.414916666666684, "TS2_Temperature_C_1Hz": 49.37968333333333, "TS3_Temperature_C_1Hz": 46.64366666666664, "TS4_Temperature_C_1Hz": 39.987616666666675, "P1_MotorPower_W_100Hz": 2458.7700000000495, "VS1_Vibration_mm_per_s_1Hz": 0.6119000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.315800000000003, "CP_CoolingPower_kW_1Hz": 1.7400333333333333, "SE_EfficiencyFactor_percent_1Hz": 59.00361666666672, "cycle": 1430, "timestamp": "2026-05-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.2034183333337, "PS2_Pressure_bar_100Hz": 107.32828450000036, "PS3_Pressure_bar_100Hz": 1.7890091666666776, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.130038000000061, "PS6_Pressure_bar_100Hz": 9.045769833333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.6214366666666695, "FS2_VolumeFlow_l_per_min_10Hz": 9.716423333333333, "TS1_Temperature_C_1Hz": 44.43073333333335, "TS2_Temperature_C_1Hz": 49.391966666666676, "TS3_Temperature_C_1Hz": 46.662, "TS4_Temperature_C_1Hz": 40.05505000000001, "P1_MotorPower_W_100Hz": 2457.3932666667165, "VS1_Vibration_mm_per_s_1Hz": 0.6079333333333332, "CE_CoolingEfficiency_percent_1Hz": 27.116499999999995, "CP_CoolingPower_kW_1Hz": 1.729866666666665, "SE_EfficiencyFactor_percent_1Hz": 58.98083333333334, "cycle": 1431, "timestamp": "2026-05-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.2149183333348, "PS2_Pressure_bar_100Hz": 107.34514783333343, "PS3_Pressure_bar_100Hz": 1.797178166666675, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.13107416666669, "PS6_Pressure_bar_100Hz": 9.046915333333349, "FS1_VolumeFlow_l_per_min_10Hz": 6.62340833333333, "FS2_VolumeFlow_l_per_min_10Hz": 9.713295000000006, "TS1_Temperature_C_1Hz": 44.470316666666676, "TS2_Temperature_C_1Hz": 49.41743333333332, "TS3_Temperature_C_1Hz": 46.68841666666667, "TS4_Temperature_C_1Hz": 40.01941666666666, "P1_MotorPower_W_100Hz": 2457.5970666666904, "VS1_Vibration_mm_per_s_1Hz": 0.6066666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.39751666666667, "CP_CoolingPower_kW_1Hz": 1.7454499999999995, "SE_EfficiencyFactor_percent_1Hz": 59.03583333333333, "cycle": 1432, "timestamp": "2026-06-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.23172833333405, "PS2_Pressure_bar_100Hz": 107.38443450000011, "PS3_Pressure_bar_100Hz": 1.7881435000000125, "PS4_Pressure_bar_100Hz": 0.009118999999999995, "PS5_Pressure_bar_100Hz": 9.130031833333396, "PS6_Pressure_bar_100Hz": 9.045496166666723, "FS1_VolumeFlow_l_per_min_10Hz": 6.615686666666669, "FS2_VolumeFlow_l_per_min_10Hz": 9.713186666666674, "TS1_Temperature_C_1Hz": 44.503683333333335, "TS2_Temperature_C_1Hz": 49.43783333333335, "TS3_Temperature_C_1Hz": 46.68043333333333, "TS4_Temperature_C_1Hz": 40.028233333333354, "P1_MotorPower_W_100Hz": 2458.5735000000113, "VS1_Vibration_mm_per_s_1Hz": 0.6016166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.357316666666676, "CP_CoolingPower_kW_1Hz": 1.7415000000000005, "SE_EfficiencyFactor_percent_1Hz": 58.87848333333336, "cycle": 1433, "timestamp": "2026-06-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.20506833333312, "PS2_Pressure_bar_100Hz": 107.3486563333333, "PS3_Pressure_bar_100Hz": 1.7857398333333387, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.122957166666714, "PS6_Pressure_bar_100Hz": 9.038200166666709, "FS1_VolumeFlow_l_per_min_10Hz": 6.6158933333333305, "FS2_VolumeFlow_l_per_min_10Hz": 9.706806666666678, "TS1_Temperature_C_1Hz": 44.505199999999995, "TS2_Temperature_C_1Hz": 49.46434999999998, "TS3_Temperature_C_1Hz": 46.73501666666666, "TS4_Temperature_C_1Hz": 40.013400000000004, "P1_MotorPower_W_100Hz": 2457.4006666667024, "VS1_Vibration_mm_per_s_1Hz": 0.6096833333333334, "CE_CoolingEfficiency_percent_1Hz": 27.550700000000006, "CP_CoolingPower_kW_1Hz": 1.7578999999999998, "SE_EfficiencyFactor_percent_1Hz": 58.910366666666654, "cycle": 1434, "timestamp": "2026-06-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.08551833333357, "PS2_Pressure_bar_100Hz": 107.5566006666668, "PS3_Pressure_bar_100Hz": 1.7996320000000188, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.11240933333329, "PS6_Pressure_bar_100Hz": 9.028544333333384, "FS1_VolumeFlow_l_per_min_10Hz": 6.649068333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.702253333333337, "TS1_Temperature_C_1Hz": 44.508516666666665, "TS2_Temperature_C_1Hz": 49.474433333333316, "TS3_Temperature_C_1Hz": 46.744383333333325, "TS4_Temperature_C_1Hz": 40.013216666666686, "P1_MotorPower_W_100Hz": 2453.3123666666834, "VS1_Vibration_mm_per_s_1Hz": 0.6189833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.567000000000007, "CP_CoolingPower_kW_1Hz": 1.7572333333333332, "SE_EfficiencyFactor_percent_1Hz": 59.76695000000002, "cycle": 1435, "timestamp": "2026-06-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.1263666666665, "PS2_Pressure_bar_100Hz": 107.6171216666665, "PS3_Pressure_bar_100Hz": 1.7984716666666751, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.113608666666627, "PS6_Pressure_bar_100Hz": 9.028741000000048, "FS1_VolumeFlow_l_per_min_10Hz": 6.631548333333332, "FS2_VolumeFlow_l_per_min_10Hz": 9.704178333333335, "TS1_Temperature_C_1Hz": 44.49103333333334, "TS2_Temperature_C_1Hz": 49.482583333333324, "TS3_Temperature_C_1Hz": 46.749849999999995, "TS4_Temperature_C_1Hz": 40.059033333333325, "P1_MotorPower_W_100Hz": 2453.683633333365, "VS1_Vibration_mm_per_s_1Hz": 0.61875, "CE_CoolingEfficiency_percent_1Hz": 27.480150000000002, "CP_CoolingPower_kW_1Hz": 1.7486, "SE_EfficiencyFactor_percent_1Hz": 59.4792, "cycle": 1436, "timestamp": "2026-06-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.12482500000004, "PS2_Pressure_bar_100Hz": 107.60796016666681, "PS3_Pressure_bar_100Hz": 1.796747000000016, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.103273666666611, "PS6_Pressure_bar_100Hz": 9.019622166666727, "FS1_VolumeFlow_l_per_min_10Hz": 6.624979999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.700320000000014, "TS1_Temperature_C_1Hz": 44.525550000000024, "TS2_Temperature_C_1Hz": 49.49781666666665, "TS3_Temperature_C_1Hz": 46.785383333333336, "TS4_Temperature_C_1Hz": 40.09778333333333, "P1_MotorPower_W_100Hz": 2452.3017000000295, "VS1_Vibration_mm_per_s_1Hz": 0.6142666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.42293333333333, "CP_CoolingPower_kW_1Hz": 1.7477833333333332, "SE_EfficiencyFactor_percent_1Hz": 59.38061666666669, "cycle": 1437, "timestamp": "2026-06-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.11694999999972, "PS2_Pressure_bar_100Hz": 107.60819883333357, "PS3_Pressure_bar_100Hz": 1.795275500000005, "PS4_Pressure_bar_100Hz": 0.3004385, "PS5_Pressure_bar_100Hz": 9.138008166666685, "PS6_Pressure_bar_100Hz": 9.05350283333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.644259999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.714308333333339, "TS1_Temperature_C_1Hz": 44.51916666666668, "TS2_Temperature_C_1Hz": 49.51693333333333, "TS3_Temperature_C_1Hz": 46.78671666666666, "TS4_Temperature_C_1Hz": 40.01895, "P1_MotorPower_W_100Hz": 2466.6719000000157, "VS1_Vibration_mm_per_s_1Hz": 0.7029333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.533983333333328, "CP_CoolingPower_kW_1Hz": 1.770016666666667, "SE_EfficiencyFactor_percent_1Hz": 59.33896666666668, "cycle": 1438, "timestamp": "2026-06-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.1274966666659, "PS2_Pressure_bar_100Hz": 107.61782716666667, "PS3_Pressure_bar_100Hz": 1.7935829999999993, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.143043666666744, "PS6_Pressure_bar_100Hz": 9.05830433333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.647711666666671, "FS2_VolumeFlow_l_per_min_10Hz": 9.715399999999997, "TS1_Temperature_C_1Hz": 44.461916666666674, "TS2_Temperature_C_1Hz": 49.52878333333334, "TS3_Temperature_C_1Hz": 46.75596666666667, "TS4_Temperature_C_1Hz": 39.92989999999999, "P1_MotorPower_W_100Hz": 2467.0323666666973, "VS1_Vibration_mm_per_s_1Hz": 0.6061666666666669, "CE_CoolingEfficiency_percent_1Hz": 27.65694999999999, "CP_CoolingPower_kW_1Hz": 1.7862333333333338, "SE_EfficiencyFactor_percent_1Hz": 59.382666666666644, "cycle": 1439, "timestamp": "2026-06-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.11626999999933, "PS2_Pressure_bar_100Hz": 107.57386549999991, "PS3_Pressure_bar_100Hz": 1.797449666666678, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.139563333333369, "PS6_Pressure_bar_100Hz": 9.055231500000014, "FS1_VolumeFlow_l_per_min_10Hz": 6.653035000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.722273333333332, "TS1_Temperature_C_1Hz": 44.44010000000002, "TS2_Temperature_C_1Hz": 49.490266666666656, "TS3_Temperature_C_1Hz": 46.762666666666675, "TS4_Temperature_C_1Hz": 40.01303333333333, "P1_MotorPower_W_100Hz": 2466.6874999999945, "VS1_Vibration_mm_per_s_1Hz": 0.6070333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.40286666666668, "CP_CoolingPower_kW_1Hz": 1.7698666666666665, "SE_EfficiencyFactor_percent_1Hz": 59.4743, "cycle": 1440, "timestamp": "2026-06-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.13082833333354, "PS2_Pressure_bar_100Hz": 107.63094699999985, "PS3_Pressure_bar_100Hz": 1.7927750000000136, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.143940000000061, "PS6_Pressure_bar_100Hz": 9.058817166666646, "FS1_VolumeFlow_l_per_min_10Hz": 6.638695000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.722706666666664, "TS1_Temperature_C_1Hz": 44.48055000000001, "TS2_Temperature_C_1Hz": 49.49094999999999, "TS3_Temperature_C_1Hz": 46.738699999999994, "TS4_Temperature_C_1Hz": 40.01681666666666, "P1_MotorPower_W_100Hz": 2466.294933333329, "VS1_Vibration_mm_per_s_1Hz": 0.60165, "CE_CoolingEfficiency_percent_1Hz": 27.449116666666672, "CP_CoolingPower_kW_1Hz": 1.761466666666666, "SE_EfficiencyFactor_percent_1Hz": 59.19363333333334, "cycle": 1441, "timestamp": "2026-06-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.14254500000027, "PS2_Pressure_bar_100Hz": 107.63615666666674, "PS3_Pressure_bar_100Hz": 1.786814666666671, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.144425333333356, "PS6_Pressure_bar_100Hz": 9.059928500000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.636955000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.725854999999997, "TS1_Temperature_C_1Hz": 44.501716666666674, "TS2_Temperature_C_1Hz": 49.494366666666664, "TS3_Temperature_C_1Hz": 46.733800000000016, "TS4_Temperature_C_1Hz": 40.019416666666665, "P1_MotorPower_W_100Hz": 2467.0807333333646, "VS1_Vibration_mm_per_s_1Hz": 0.5982333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.506050000000005, "CP_CoolingPower_kW_1Hz": 1.759566666666666, "SE_EfficiencyFactor_percent_1Hz": 59.12131666666668, "cycle": 1442, "timestamp": "2026-06-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.14114333333367, "PS2_Pressure_bar_100Hz": 107.6152351666669, "PS3_Pressure_bar_100Hz": 1.7904361666666762, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147206166666706, "PS6_Pressure_bar_100Hz": 9.063746333333315, "FS1_VolumeFlow_l_per_min_10Hz": 6.642514999999991, "FS2_VolumeFlow_l_per_min_10Hz": 9.728188333333334, "TS1_Temperature_C_1Hz": 44.51648333333334, "TS2_Temperature_C_1Hz": 49.50748333333334, "TS3_Temperature_C_1Hz": 46.739933333333326, "TS4_Temperature_C_1Hz": 40.01409999999999, "P1_MotorPower_W_100Hz": 2468.3688333333375, "VS1_Vibration_mm_per_s_1Hz": 0.5988666666666664, "CE_CoolingEfficiency_percent_1Hz": 27.637200000000004, "CP_CoolingPower_kW_1Hz": 1.7643166666666665, "SE_EfficiencyFactor_percent_1Hz": 59.161983333333346, "cycle": 1443, "timestamp": "2026-06-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.1109883333339, "PS2_Pressure_bar_100Hz": 107.57692316666665, "PS3_Pressure_bar_100Hz": 1.7969961666666756, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147173833333374, "PS6_Pressure_bar_100Hz": 9.063316999999971, "FS1_VolumeFlow_l_per_min_10Hz": 6.656270000000002, "FS2_VolumeFlow_l_per_min_10Hz": 9.728361666666677, "TS1_Temperature_C_1Hz": 44.53251666666667, "TS2_Temperature_C_1Hz": 49.53239999999999, "TS3_Temperature_C_1Hz": 46.76938333333335, "TS4_Temperature_C_1Hz": 40.04565000000001, "P1_MotorPower_W_100Hz": 2467.7839000000217, "VS1_Vibration_mm_per_s_1Hz": 0.60325, "CE_CoolingEfficiency_percent_1Hz": 27.620933333333333, "CP_CoolingPower_kW_1Hz": 1.7632666666666659, "SE_EfficiencyFactor_percent_1Hz": 59.41706666666667, "cycle": 1444, "timestamp": "2026-06-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.06990833333387, "PS2_Pressure_bar_100Hz": 107.84139533333348, "PS3_Pressure_bar_100Hz": 1.8016630000000113, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.14793183333339, "PS6_Pressure_bar_100Hz": 9.063844999999978, "FS1_VolumeFlow_l_per_min_10Hz": 6.661335000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.732851666666663, "TS1_Temperature_C_1Hz": 44.51826666666666, "TS2_Temperature_C_1Hz": 49.53843333333332, "TS3_Temperature_C_1Hz": 46.80179999999999, "TS4_Temperature_C_1Hz": 40.081016666666656, "P1_MotorPower_W_100Hz": 2469.3093333333723, "VS1_Vibration_mm_per_s_1Hz": 0.60695, "CE_CoolingEfficiency_percent_1Hz": 27.634716666666673, "CP_CoolingPower_kW_1Hz": 1.7627499999999994, "SE_EfficiencyFactor_percent_1Hz": 59.49913333333332, "cycle": 1445, "timestamp": "2026-06-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.04227166666732, "PS2_Pressure_bar_100Hz": 107.80384683333345, "PS3_Pressure_bar_100Hz": 1.7974310000000104, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147257833333386, "PS6_Pressure_bar_100Hz": 9.062407666666665, "FS1_VolumeFlow_l_per_min_10Hz": 6.666371666666668, "FS2_VolumeFlow_l_per_min_10Hz": 9.729735, "TS1_Temperature_C_1Hz": 44.55441666666664, "TS2_Temperature_C_1Hz": 49.548116666666665, "TS3_Temperature_C_1Hz": 46.78443333333333, "TS4_Temperature_C_1Hz": 40.06161666666666, "P1_MotorPower_W_100Hz": 2470.623600000036, "VS1_Vibration_mm_per_s_1Hz": 0.5997833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.565449999999995, "CP_CoolingPower_kW_1Hz": 1.7611333333333332, "SE_EfficiencyFactor_percent_1Hz": 59.58289999999999, "cycle": 1446, "timestamp": "2026-06-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.05114000000026, "PS2_Pressure_bar_100Hz": 107.82091550000024, "PS3_Pressure_bar_100Hz": 1.793108166666681, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.149372000000042, "PS6_Pressure_bar_100Hz": 9.065150333333321, "FS1_VolumeFlow_l_per_min_10Hz": 6.660393333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.731416666666664, "TS1_Temperature_C_1Hz": 44.558733333333336, "TS2_Temperature_C_1Hz": 49.563933333333324, "TS3_Temperature_C_1Hz": 46.76976666666667, "TS4_Temperature_C_1Hz": 40.04271666666667, "P1_MotorPower_W_100Hz": 2470.21096666671, "VS1_Vibration_mm_per_s_1Hz": 0.5949000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.630916666666668, "CP_CoolingPower_kW_1Hz": 1.7635333333333327, "SE_EfficiencyFactor_percent_1Hz": 59.53666666666668, "cycle": 1447, "timestamp": "2026-06-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.04358500000058, "PS2_Pressure_bar_100Hz": 107.81152800000001, "PS3_Pressure_bar_100Hz": 1.8059590000000163, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.147763500000028, "PS6_Pressure_bar_100Hz": 9.062949000000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.6569400000000005, "FS2_VolumeFlow_l_per_min_10Hz": 9.732375000000001, "TS1_Temperature_C_1Hz": 44.579966666666664, "TS2_Temperature_C_1Hz": 49.565449999999984, "TS3_Temperature_C_1Hz": 46.81171666666667, "TS4_Temperature_C_1Hz": 40.09964999999999, "P1_MotorPower_W_100Hz": 2469.1268333333787, "VS1_Vibration_mm_per_s_1Hz": 0.5943500000000003, "CE_CoolingEfficiency_percent_1Hz": 27.644450000000006, "CP_CoolingPower_kW_1Hz": 1.7604833333333332, "SE_EfficiencyFactor_percent_1Hz": 59.521616666666674, "cycle": 1448, "timestamp": "2026-06-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.02554000000012, "PS2_Pressure_bar_100Hz": 107.81767983333332, "PS3_Pressure_bar_100Hz": 1.8073630000000152, "PS4_Pressure_bar_100Hz": 0.03745433333333334, "PS5_Pressure_bar_100Hz": 9.13947316666671, "PS6_Pressure_bar_100Hz": 9.053892500000064, "FS1_VolumeFlow_l_per_min_10Hz": 6.667005000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.727491666666666, "TS1_Temperature_C_1Hz": 44.58845, "TS2_Temperature_C_1Hz": 49.56454999999999, "TS3_Temperature_C_1Hz": 46.820750000000004, "TS4_Temperature_C_1Hz": 40.144033333333326, "P1_MotorPower_W_100Hz": 2468.3448000000594, "VS1_Vibration_mm_per_s_1Hz": 0.5975166666666664, "CE_CoolingEfficiency_percent_1Hz": 27.618883333333333, "CP_CoolingPower_kW_1Hz": 1.7500666666666658, "SE_EfficiencyFactor_percent_1Hz": 59.697133333333326, "cycle": 1449, "timestamp": "2026-06-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.03980833333364, "PS2_Pressure_bar_100Hz": 107.80667249999979, "PS3_Pressure_bar_100Hz": 1.8064320000000156, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.134787833333373, "PS6_Pressure_bar_100Hz": 9.050456333333324, "FS1_VolumeFlow_l_per_min_10Hz": 6.657508333333334, "FS2_VolumeFlow_l_per_min_10Hz": 9.72772666666666, "TS1_Temperature_C_1Hz": 44.59574999999999, "TS2_Temperature_C_1Hz": 49.57501666666667, "TS3_Temperature_C_1Hz": 46.855733333333326, "TS4_Temperature_C_1Hz": 40.17771666666665, "P1_MotorPower_W_100Hz": 2468.4645666666943, "VS1_Vibration_mm_per_s_1Hz": 0.5968499999999999, "CE_CoolingEfficiency_percent_1Hz": 27.630033333333326, "CP_CoolingPower_kW_1Hz": 1.7495499999999997, "SE_EfficiencyFactor_percent_1Hz": 59.52191666666667, "cycle": 1450, "timestamp": "2026-06-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.0385650000003, "PS2_Pressure_bar_100Hz": 107.79469166666703, "PS3_Pressure_bar_100Hz": 1.804959000000005, "PS4_Pressure_bar_100Hz": 0.02328533333333333, "PS5_Pressure_bar_100Hz": 9.137078333333392, "PS6_Pressure_bar_100Hz": 9.052748333333343, "FS1_VolumeFlow_l_per_min_10Hz": 6.660500000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.729908333333334, "TS1_Temperature_C_1Hz": 44.61534999999999, "TS2_Temperature_C_1Hz": 49.60414999999999, "TS3_Temperature_C_1Hz": 46.864933333333326, "TS4_Temperature_C_1Hz": 40.20563333333333, "P1_MotorPower_W_100Hz": 2468.469266666695, "VS1_Vibration_mm_per_s_1Hz": 0.5952666666666667, "CE_CoolingEfficiency_percent_1Hz": 27.646283333333326, "CP_CoolingPower_kW_1Hz": 1.7456999999999991, "SE_EfficiencyFactor_percent_1Hz": 59.58541666666667, "cycle": 1451, "timestamp": "2026-06-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.02595666666681, "PS2_Pressure_bar_100Hz": 107.78543199999997, "PS3_Pressure_bar_100Hz": 1.7981363333333493, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.132869333333346, "PS6_Pressure_bar_100Hz": 9.048229, "FS1_VolumeFlow_l_per_min_10Hz": 6.6530066666666725, "FS2_VolumeFlow_l_per_min_10Hz": 9.72859166666667, "TS1_Temperature_C_1Hz": 44.645299999999985, "TS2_Temperature_C_1Hz": 49.630833333333335, "TS3_Temperature_C_1Hz": 46.89703333333335, "TS4_Temperature_C_1Hz": 40.21551666666665, "P1_MotorPower_W_100Hz": 2469.1403666666747, "VS1_Vibration_mm_per_s_1Hz": 0.5929166666666669, "CE_CoolingEfficiency_percent_1Hz": 27.733150000000006, "CP_CoolingPower_kW_1Hz": 1.7517, "SE_EfficiencyFactor_percent_1Hz": 59.49598333333332, "cycle": 1452, "timestamp": "2026-06-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.03846166666662, "PS2_Pressure_bar_100Hz": 107.79679083333326, "PS3_Pressure_bar_100Hz": 1.802707833333344, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.134017833333395, "PS6_Pressure_bar_100Hz": 9.049795333333353, "FS1_VolumeFlow_l_per_min_10Hz": 6.666505000000003, "FS2_VolumeFlow_l_per_min_10Hz": 9.732885000000005, "TS1_Temperature_C_1Hz": 44.6448, "TS2_Temperature_C_1Hz": 49.643533333333316, "TS3_Temperature_C_1Hz": 46.923183333333355, "TS4_Temperature_C_1Hz": 40.24111666666667, "P1_MotorPower_W_100Hz": 2470.4134333333545, "VS1_Vibration_mm_per_s_1Hz": 0.5996000000000001, "CE_CoolingEfficiency_percent_1Hz": 27.72608333333334, "CP_CoolingPower_kW_1Hz": 1.7522999999999995, "SE_EfficiencyFactor_percent_1Hz": 59.631233333333356, "cycle": 1453, "timestamp": "2026-06-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.0076700000003, "PS2_Pressure_bar_100Hz": 107.78310116666657, "PS3_Pressure_bar_100Hz": 1.7934078333333492, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.12613216666669, "PS6_Pressure_bar_100Hz": 9.041883500000012, "FS1_VolumeFlow_l_per_min_10Hz": 6.656371666666661, "FS2_VolumeFlow_l_per_min_10Hz": 9.726225000000001, "TS1_Temperature_C_1Hz": 44.66583333333333, "TS2_Temperature_C_1Hz": 49.66053333333335, "TS3_Temperature_C_1Hz": 46.93876666666667, "TS4_Temperature_C_1Hz": 40.250433333333326, "P1_MotorPower_W_100Hz": 2468.6076000000603, "VS1_Vibration_mm_per_s_1Hz": 0.5941333333333333, "CE_CoolingEfficiency_percent_1Hz": 27.701716666666655, "CP_CoolingPower_kW_1Hz": 1.752516666666666, "SE_EfficiencyFactor_percent_1Hz": 59.54188333333332, "cycle": 1454, "timestamp": "2026-06-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.99902000000063, "PS2_Pressure_bar_100Hz": 107.96800000000027, "PS3_Pressure_bar_100Hz": 1.8014690000000086, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.123325666666695, "PS6_Pressure_bar_100Hz": 9.039642500000014, "FS1_VolumeFlow_l_per_min_10Hz": 6.661763333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.723643333333344, "TS1_Temperature_C_1Hz": 44.69555, "TS2_Temperature_C_1Hz": 49.67618333333333, "TS3_Temperature_C_1Hz": 46.94451666666667, "TS4_Temperature_C_1Hz": 40.23278333333333, "P1_MotorPower_W_100Hz": 2466.208600000007, "VS1_Vibration_mm_per_s_1Hz": 0.6015666666666668, "CE_CoolingEfficiency_percent_1Hz": 27.780016666666654, "CP_CoolingPower_kW_1Hz": 1.7578166666666664, "SE_EfficiencyFactor_percent_1Hz": 59.700849999999996, "cycle": 1455, "timestamp": "2026-06-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.9608949999999, "PS2_Pressure_bar_100Hz": 107.89940066666678, "PS3_Pressure_bar_100Hz": 1.7947998333333448, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.122075166666718, "PS6_Pressure_bar_100Hz": 9.0385406666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.6587299999999985, "FS2_VolumeFlow_l_per_min_10Hz": 9.723088333333342, "TS1_Temperature_C_1Hz": 44.69481666666665, "TS2_Temperature_C_1Hz": 49.68538333333333, "TS3_Temperature_C_1Hz": 46.95271666666668, "TS4_Temperature_C_1Hz": 40.2616, "P1_MotorPower_W_100Hz": 2465.490000000028, "VS1_Vibration_mm_per_s_1Hz": 0.5967833333333333, "CE_CoolingEfficiency_percent_1Hz": 27.599283333333336, "CP_CoolingPower_kW_1Hz": 1.7535999999999996, "SE_EfficiencyFactor_percent_1Hz": 59.66863333333335, "cycle": 1456, "timestamp": "2026-06-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.968171666667, "PS2_Pressure_bar_100Hz": 107.92032316666688, "PS3_Pressure_bar_100Hz": 1.7985845000000102, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.11578083333335, "PS6_Pressure_bar_100Hz": 9.032054500000054, "FS1_VolumeFlow_l_per_min_10Hz": 6.66381666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.721456666666665, "TS1_Temperature_C_1Hz": 44.690999999999995, "TS2_Temperature_C_1Hz": 49.68281666666668, "TS3_Temperature_C_1Hz": 46.96765000000002, "TS4_Temperature_C_1Hz": 40.28983333333333, "P1_MotorPower_W_100Hz": 2462.7148333333685, "VS1_Vibration_mm_per_s_1Hz": 0.5918833333333332, "CE_CoolingEfficiency_percent_1Hz": 27.52978333333334, "CP_CoolingPower_kW_1Hz": 1.748833333333333, "SE_EfficiencyFactor_percent_1Hz": 59.766916666666674, "cycle": 1457, "timestamp": "2026-06-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.94902833333322, "PS2_Pressure_bar_100Hz": 107.90407166666675, "PS3_Pressure_bar_100Hz": 1.7967711666666812, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.109994333333276, "PS6_Pressure_bar_100Hz": 9.026066000000053, "FS1_VolumeFlow_l_per_min_10Hz": 6.663768333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.718746666666686, "TS1_Temperature_C_1Hz": 44.717366666666656, "TS2_Temperature_C_1Hz": 49.69423333333332, "TS3_Temperature_C_1Hz": 46.97261666666667, "TS4_Temperature_C_1Hz": 40.29960000000001, "P1_MotorPower_W_100Hz": 2460.0747333333643, "VS1_Vibration_mm_per_s_1Hz": 0.6005333333333334, "CE_CoolingEfficiency_percent_1Hz": 27.516449999999995, "CP_CoolingPower_kW_1Hz": 1.7453499999999993, "SE_EfficiencyFactor_percent_1Hz": 59.862350000000006, "cycle": 1458, "timestamp": "2026-06-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.95870166666683, "PS2_Pressure_bar_100Hz": 107.8956931666665, "PS3_Pressure_bar_100Hz": 1.8041806666666793, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.108607666666629, "PS6_Pressure_bar_100Hz": 9.024060666666673, "FS1_VolumeFlow_l_per_min_10Hz": 6.66437666666667, "FS2_VolumeFlow_l_per_min_10Hz": 9.716748333333344, "TS1_Temperature_C_1Hz": 44.747399999999985, "TS2_Temperature_C_1Hz": 49.71098333333332, "TS3_Temperature_C_1Hz": 46.979000000000035, "TS4_Temperature_C_1Hz": 40.32733333333332, "P1_MotorPower_W_100Hz": 2460.047966666686, "VS1_Vibration_mm_per_s_1Hz": 0.6018333333333336, "CE_CoolingEfficiency_percent_1Hz": 27.519183333333338, "CP_CoolingPower_kW_1Hz": 1.742183333333333, "SE_EfficiencyFactor_percent_1Hz": 59.87824999999998, "cycle": 1459, "timestamp": "2026-06-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.97203833333376, "PS2_Pressure_bar_100Hz": 107.91641516666645, "PS3_Pressure_bar_100Hz": 1.7963486666666721, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.10725366666665, "PS6_Pressure_bar_100Hz": 9.023411333333382, "FS1_VolumeFlow_l_per_min_10Hz": 6.665183333333336, "FS2_VolumeFlow_l_per_min_10Hz": 9.718011666666671, "TS1_Temperature_C_1Hz": 44.75103333333332, "TS2_Temperature_C_1Hz": 49.719183333333305, "TS3_Temperature_C_1Hz": 46.985666666666695, "TS4_Temperature_C_1Hz": 40.30618333333335, "P1_MotorPower_W_100Hz": 2457.961566666696, "VS1_Vibration_mm_per_s_1Hz": 0.6067166666666669, "CE_CoolingEfficiency_percent_1Hz": 27.68784999999999, "CP_CoolingPower_kW_1Hz": 1.750383333333333, "SE_EfficiencyFactor_percent_1Hz": 59.97011666666667, "cycle": 1460, "timestamp": "2026-06-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.96850500000042, "PS2_Pressure_bar_100Hz": 107.93469249999961, "PS3_Pressure_bar_100Hz": 1.794546166666673, "PS4_Pressure_bar_100Hz": 0.0003048333333333334, "PS5_Pressure_bar_100Hz": 9.110444166666637, "PS6_Pressure_bar_100Hz": 9.02579400000005, "FS1_VolumeFlow_l_per_min_10Hz": 6.662645, "FS2_VolumeFlow_l_per_min_10Hz": 9.720616666666682, "TS1_Temperature_C_1Hz": 44.76670000000001, "TS2_Temperature_C_1Hz": 49.727833333333336, "TS3_Temperature_C_1Hz": 47.03653333333334, "TS4_Temperature_C_1Hz": 40.30024999999999, "P1_MotorPower_W_100Hz": 2457.795600000024, "VS1_Vibration_mm_per_s_1Hz": 0.5998166666666668, "CE_CoolingEfficiency_percent_1Hz": 27.95795, "CP_CoolingPower_kW_1Hz": 1.7628999999999992, "SE_EfficiencyFactor_percent_1Hz": 59.90409999999998, "cycle": 1461, "timestamp": "2026-06-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.95232333333368, "PS2_Pressure_bar_100Hz": 107.91671216666688, "PS3_Pressure_bar_100Hz": 1.8039061666666736, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.110140499999943, "PS6_Pressure_bar_100Hz": 9.025342500000042, "FS1_VolumeFlow_l_per_min_10Hz": 6.661105000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.720400000000009, "TS1_Temperature_C_1Hz": 44.789916666666656, "TS2_Temperature_C_1Hz": 49.754833333333316, "TS3_Temperature_C_1Hz": 47.04390000000001, "TS4_Temperature_C_1Hz": 40.290166666666664, "P1_MotorPower_W_100Hz": 2458.932800000028, "VS1_Vibration_mm_per_s_1Hz": 0.5934500000000001, "CE_CoolingEfficiency_percent_1Hz": 28.078616666666658, "CP_CoolingPower_kW_1Hz": 1.7702666666666673, "SE_EfficiencyFactor_percent_1Hz": 59.83905000000001, "cycle": 1462, "timestamp": "2026-07-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.96144833333332, "PS2_Pressure_bar_100Hz": 107.9245406666668, "PS3_Pressure_bar_100Hz": 1.8013255000000172, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.105906999999986, "PS6_Pressure_bar_100Hz": 9.02252783333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.661195000000001, "FS2_VolumeFlow_l_per_min_10Hz": 9.722768333333335, "TS1_Temperature_C_1Hz": 44.787066666666654, "TS2_Temperature_C_1Hz": 49.748716666666674, "TS3_Temperature_C_1Hz": 47.09130000000002, "TS4_Temperature_C_1Hz": 40.37913333333333, "P1_MotorPower_W_100Hz": 2460.092333333368, "VS1_Vibration_mm_per_s_1Hz": 0.6003999999999998, "CE_CoolingEfficiency_percent_1Hz": 27.961266666666656, "CP_CoolingPower_kW_1Hz": 1.7590333333333328, "SE_EfficiencyFactor_percent_1Hz": 59.79683333333335, "cycle": 1463, "timestamp": "2026-07-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 158.95522833333382, "PS2_Pressure_bar_100Hz": 107.89663299999997, "PS3_Pressure_bar_100Hz": 1.7979431666666803, "PS4_Pressure_bar_100Hz": 0, "PS5_Pressure_bar_100Hz": 9.109109833333285, "PS6_Pressure_bar_100Hz": 9.02525266666669, "FS1_VolumeFlow_l_per_min_10Hz": 6.664868333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.723915000000007, "TS1_Temperature_C_1Hz": 44.820016666666646, "TS2_Temperature_C_1Hz": 49.770983333333334, "TS3_Temperature_C_1Hz": 47.07025000000002, "TS4_Temperature_C_1Hz": 40.37843333333331, "P1_MotorPower_W_100Hz": 2460.6672666667077, "VS1_Vibration_mm_per_s_1Hz": 0.5955999999999999, "CE_CoolingEfficiency_percent_1Hz": 27.910983333333327, "CP_CoolingPower_kW_1Hz": 1.7520833333333328, "SE_EfficiencyFactor_percent_1Hz": 59.89453333333332, "cycle": 1464, "timestamp": "2026-07-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.00827333333444, "PS2_Pressure_bar_100Hz": 107.92580566666648, "PS3_Pressure_bar_100Hz": 1.8076791666666807, "PS4_Pressure_bar_100Hz": 0.005850666666666668, "PS5_Pressure_bar_100Hz": 9.178442833333255, "PS6_Pressure_bar_100Hz": 9.088512000000062, "FS1_VolumeFlow_l_per_min_10Hz": 6.66055, "FS2_VolumeFlow_l_per_min_10Hz": 9.609799999999991, "TS1_Temperature_C_1Hz": 44.66558333333334, "TS2_Temperature_C_1Hz": 49.73908333333334, "TS3_Temperature_C_1Hz": 47.0551, "TS4_Temperature_C_1Hz": 38.41961666666667, "P1_MotorPower_W_100Hz": 2465.298933333357, "VS1_Vibration_mm_per_s_1Hz": 0.6151833333333332, "CE_CoolingEfficiency_percent_1Hz": 35.70876666666667, "CP_CoolingPower_kW_1Hz": 2.236916666666666, "SE_EfficiencyFactor_percent_1Hz": 59.68623333333333, "cycle": 1465, "timestamp": "2026-07-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.29041833333315, "PS2_Pressure_bar_100Hz": 108.14868600000004, "PS3_Pressure_bar_100Hz": 1.8386425000000017, "PS4_Pressure_bar_100Hz": 1.2752661666666676, "PS5_Pressure_bar_100Hz": 9.307109666666692, "PS6_Pressure_bar_100Hz": 9.213029666666717, "FS1_VolumeFlow_l_per_min_10Hz": 6.666303333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.554738333333331, "TS1_Temperature_C_1Hz": 43.32748333333335, "TS2_Temperature_C_1Hz": 49.126, "TS3_Temperature_C_1Hz": 46.58786666666665, "TS4_Temperature_C_1Hz": 35.82866666666666, "P1_MotorPower_W_100Hz": 2476.709400000021, "VS1_Vibration_mm_per_s_1Hz": 0.6134666666666665, "CE_CoolingEfficiency_percent_1Hz": 44.61436666666668, "CP_CoolingPower_kW_1Hz": 2.7714333333333343, "SE_EfficiencyFactor_percent_1Hz": 59.564499999999995, "cycle": 1466, "timestamp": "2026-07-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.549519999999, "PS2_Pressure_bar_100Hz": 108.37049216666725, "PS3_Pressure_bar_100Hz": 1.8675099999999851, "PS4_Pressure_bar_100Hz": 1.7927928333333332, "PS5_Pressure_bar_100Hz": 9.407956333333216, "PS6_Pressure_bar_100Hz": 9.31226883333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.6680083333333355, "FS2_VolumeFlow_l_per_min_10Hz": 9.593451666666674, "TS1_Temperature_C_1Hz": 41.86936666666667, "TS2_Temperature_C_1Hz": 48.090716666666665, "TS3_Temperature_C_1Hz": 45.91111666666666, "TS4_Temperature_C_1Hz": 34.92053333333333, "P1_MotorPower_W_100Hz": 2489.077300000043, "VS1_Vibration_mm_per_s_1Hz": 0.6112500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.28891666666668, "CP_CoolingPower_kW_1Hz": 2.8400999999999996, "SE_EfficiencyFactor_percent_1Hz": 59.39264999999999, "cycle": 1467, "timestamp": "2026-07-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.72404166666675, "PS2_Pressure_bar_100Hz": 108.52507383333432, "PS3_Pressure_bar_100Hz": 1.8955311666666523, "PS4_Pressure_bar_100Hz": 1.344180666666669, "PS5_Pressure_bar_100Hz": 9.526869499999993, "PS6_Pressure_bar_100Hz": 9.429672499999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.6594733333333265, "FS2_VolumeFlow_l_per_min_10Hz": 9.651366666666672, "TS1_Temperature_C_1Hz": 40.887233333333334, "TS2_Temperature_C_1Hz": 47.08095, "TS3_Temperature_C_1Hz": 44.9424, "TS4_Temperature_C_1Hz": 34.22256666666666, "P1_MotorPower_W_100Hz": 2497.6776000000295, "VS1_Vibration_mm_per_s_1Hz": 0.6079166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.63131666666667, "CP_CoolingPower_kW_1Hz": 2.787766666666667, "SE_EfficiencyFactor_percent_1Hz": 59.24200000000001, "cycle": 1468, "timestamp": "2026-07-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.87006333333426, "PS2_Pressure_bar_100Hz": 108.60756516666662, "PS3_Pressure_bar_100Hz": 1.9181434999999907, "PS4_Pressure_bar_100Hz": 1.3509080000000038, "PS5_Pressure_bar_100Hz": 9.619864, "PS6_Pressure_bar_100Hz": 9.516743499999981, "FS1_VolumeFlow_l_per_min_10Hz": 6.679496666666663, "FS2_VolumeFlow_l_per_min_10Hz": 9.714581666666676, "TS1_Temperature_C_1Hz": 40.12236666666665, "TS2_Temperature_C_1Hz": 46.24301666666669, "TS3_Temperature_C_1Hz": 44.053700000000006, "TS4_Temperature_C_1Hz": 33.60043333333333, "P1_MotorPower_W_100Hz": 2504.2167666667065, "VS1_Vibration_mm_per_s_1Hz": 0.5987499999999998, "CE_CoolingEfficiency_percent_1Hz": 47.013633333333345, "CP_CoolingPower_kW_1Hz": 2.735816666666666, "SE_EfficiencyFactor_percent_1Hz": 59.39918333333335, "cycle": 1469, "timestamp": "2026-07-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 159.99435833333317, "PS2_Pressure_bar_100Hz": 108.70786149999961, "PS3_Pressure_bar_100Hz": 1.9283298333333223, "PS4_Pressure_bar_100Hz": 0.8024150000000027, "PS5_Pressure_bar_100Hz": 9.672179333333311, "PS6_Pressure_bar_100Hz": 9.565642666666653, "FS1_VolumeFlow_l_per_min_10Hz": 6.667073333333338, "FS2_VolumeFlow_l_per_min_10Hz": 9.795415000000013, "TS1_Temperature_C_1Hz": 39.46159999999998, "TS2_Temperature_C_1Hz": 45.522149999999996, "TS3_Temperature_C_1Hz": 43.32299999999999, "TS4_Temperature_C_1Hz": 33.140366666666665, "P1_MotorPower_W_100Hz": 2514.3439666666854, "VS1_Vibration_mm_per_s_1Hz": 0.5940999999999997, "CE_CoolingEfficiency_percent_1Hz": 47.15650000000002, "CP_CoolingPower_kW_1Hz": 2.687716666666667, "SE_EfficiencyFactor_percent_1Hz": 58.919416666666656, "cycle": 1470, "timestamp": "2026-07-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.10465833333353, "PS2_Pressure_bar_100Hz": 108.76195349999959, "PS3_Pressure_bar_100Hz": 1.9410626666666524, "PS4_Pressure_bar_100Hz": 0.8104811666666656, "PS5_Pressure_bar_100Hz": 9.717804999999975, "PS6_Pressure_bar_100Hz": 9.60783850000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.672713333333337, "FS2_VolumeFlow_l_per_min_10Hz": 9.842968333333332, "TS1_Temperature_C_1Hz": 38.89925000000001, "TS2_Temperature_C_1Hz": 44.926899999999975, "TS3_Temperature_C_1Hz": 42.667016666666655, "TS4_Temperature_C_1Hz": 32.733833333333315, "P1_MotorPower_W_100Hz": 2513.8753000000665, "VS1_Vibration_mm_per_s_1Hz": 0.5867333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.371849999999995, "CP_CoolingPower_kW_1Hz": 2.634766666666667, "SE_EfficiencyFactor_percent_1Hz": 59.08115000000001, "cycle": 1471, "timestamp": "2026-07-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.17366500000023, "PS2_Pressure_bar_100Hz": 108.82193433333353, "PS3_Pressure_bar_100Hz": 1.9505293333333278, "PS4_Pressure_bar_100Hz": 0.5117693333333363, "PS5_Pressure_bar_100Hz": 9.730343166666549, "PS6_Pressure_bar_100Hz": 9.620913499999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.676628333333335, "FS2_VolumeFlow_l_per_min_10Hz": 9.90146, "TS1_Temperature_C_1Hz": 38.43548333333333, "TS2_Temperature_C_1Hz": 44.39281666666666, "TS3_Temperature_C_1Hz": 42.097616666666674, "TS4_Temperature_C_1Hz": 32.423149999999985, "P1_MotorPower_W_100Hz": 2518.2419000000273, "VS1_Vibration_mm_per_s_1Hz": 0.5807166666666668, "CE_CoolingEfficiency_percent_1Hz": 47.25268333333334, "CP_CoolingPower_kW_1Hz": 2.5835833333333325, "SE_EfficiencyFactor_percent_1Hz": 59.042950000000005, "cycle": 1472, "timestamp": "2026-07-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.28382499999918, "PS2_Pressure_bar_100Hz": 108.89696383333299, "PS3_Pressure_bar_100Hz": 1.9702858333333229, "PS4_Pressure_bar_100Hz": 0.386730000000005, "PS5_Pressure_bar_100Hz": 9.726680499999933, "PS6_Pressure_bar_100Hz": 9.614639833333339, "FS1_VolumeFlow_l_per_min_10Hz": 6.68672, "FS2_VolumeFlow_l_per_min_10Hz": 9.964523333333318, "TS1_Temperature_C_1Hz": 38.04606666666665, "TS2_Temperature_C_1Hz": 43.98493333333332, "TS3_Temperature_C_1Hz": 41.61735, "TS4_Temperature_C_1Hz": 32.155883333333335, "P1_MotorPower_W_100Hz": 2521.801533333362, "VS1_Vibration_mm_per_s_1Hz": 0.5847333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.27478333333332, "CP_CoolingPower_kW_1Hz": 2.5392333333333346, "SE_EfficiencyFactor_percent_1Hz": 59.12409999999997, "cycle": 1473, "timestamp": "2026-07-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.33865166666655, "PS2_Pressure_bar_100Hz": 108.95411933333324, "PS3_Pressure_bar_100Hz": 1.9763408333333294, "PS4_Pressure_bar_100Hz": 0.5972641666666649, "PS5_Pressure_bar_100Hz": 9.752378500000104, "PS6_Pressure_bar_100Hz": 9.638661833333293, "FS1_VolumeFlow_l_per_min_10Hz": 6.673149999999998, "FS2_VolumeFlow_l_per_min_10Hz": 9.988413333333337, "TS1_Temperature_C_1Hz": 37.70128333333334, "TS2_Temperature_C_1Hz": 43.57710000000001, "TS3_Temperature_C_1Hz": 41.185016666666684, "TS4_Temperature_C_1Hz": 31.9205, "P1_MotorPower_W_100Hz": 2522.136866666701, "VS1_Vibration_mm_per_s_1Hz": 0.5777999999999999, "CE_CoolingEfficiency_percent_1Hz": 47.203083333333346, "CP_CoolingPower_kW_1Hz": 2.491983333333333, "SE_EfficiencyFactor_percent_1Hz": 58.947266666666664, "cycle": 1474, "timestamp": "2026-07-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.3954283333333, "PS2_Pressure_bar_100Hz": 108.99184866666639, "PS3_Pressure_bar_100Hz": 1.973588999999991, "PS4_Pressure_bar_100Hz": 1.0986093333333415, "PS5_Pressure_bar_100Hz": 9.788569833333412, "PS6_Pressure_bar_100Hz": 9.674610666666641, "FS1_VolumeFlow_l_per_min_10Hz": 6.6736799999999965, "FS2_VolumeFlow_l_per_min_10Hz": 10.015918333333333, "TS1_Temperature_C_1Hz": 37.42514999999999, "TS2_Temperature_C_1Hz": 43.255883333333344, "TS3_Temperature_C_1Hz": 40.79896666666666, "TS4_Temperature_C_1Hz": 31.752633333333325, "P1_MotorPower_W_100Hz": 2527.91260000006, "VS1_Vibration_mm_per_s_1Hz": 0.5728666666666665, "CE_CoolingEfficiency_percent_1Hz": 46.88128333333334, "CP_CoolingPower_kW_1Hz": 2.4414833333333346, "SE_EfficiencyFactor_percent_1Hz": 58.8055, "cycle": 1475, "timestamp": "2026-07-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.47150833333407, "PS2_Pressure_bar_100Hz": 109.05524800000016, "PS3_Pressure_bar_100Hz": 1.9757991666666623, "PS4_Pressure_bar_100Hz": 0.26376233333333327, "PS5_Pressure_bar_100Hz": 9.80819333333327, "PS6_Pressure_bar_100Hz": 9.694590833333278, "FS1_VolumeFlow_l_per_min_10Hz": 6.674381666666673, "FS2_VolumeFlow_l_per_min_10Hz": 10.039983333333314, "TS1_Temperature_C_1Hz": 37.18411666666668, "TS2_Temperature_C_1Hz": 42.983166666666676, "TS3_Temperature_C_1Hz": 40.48186666666668, "TS4_Temperature_C_1Hz": 31.531250000000004, "P1_MotorPower_W_100Hz": 2530.426200000038, "VS1_Vibration_mm_per_s_1Hz": 0.5718166666666668, "CE_CoolingEfficiency_percent_1Hz": 47.266333333333364, "CP_CoolingPower_kW_1Hz": 2.4225833333333338, "SE_EfficiencyFactor_percent_1Hz": 58.79721666666665, "cycle": 1476, "timestamp": "2026-07-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.50725500000016, "PS2_Pressure_bar_100Hz": 109.11657033333384, "PS3_Pressure_bar_100Hz": 1.9718268333333266, "PS4_Pressure_bar_100Hz": 0.45227699999999943, "PS5_Pressure_bar_100Hz": 9.82668949999999, "PS6_Pressure_bar_100Hz": 9.712827666666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.692023333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.056748333333342, "TS1_Temperature_C_1Hz": 36.946766666666655, "TS2_Temperature_C_1Hz": 42.74825000000002, "TS3_Temperature_C_1Hz": 40.22696666666666, "TS4_Temperature_C_1Hz": 31.39693333333334, "P1_MotorPower_W_100Hz": 2532.185700000026, "VS1_Vibration_mm_per_s_1Hz": 0.5748333333333332, "CE_CoolingEfficiency_percent_1Hz": 47.264716666666665, "CP_CoolingPower_kW_1Hz": 2.3927166666666664, "SE_EfficiencyFactor_percent_1Hz": 59.11660000000001, "cycle": 1477, "timestamp": "2026-07-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5675016666679, "PS2_Pressure_bar_100Hz": 109.18623850000067, "PS3_Pressure_bar_100Hz": 1.979637333333318, "PS4_Pressure_bar_100Hz": 0.3731253333333326, "PS5_Pressure_bar_100Hz": 9.846214999999951, "PS6_Pressure_bar_100Hz": 9.73176716666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.676721666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.071681666666679, "TS1_Temperature_C_1Hz": 36.74986666666667, "TS2_Temperature_C_1Hz": 42.54536666666667, "TS3_Temperature_C_1Hz": 39.99201666666666, "TS4_Temperature_C_1Hz": 31.28793333333332, "P1_MotorPower_W_100Hz": 2534.384433333337, "VS1_Vibration_mm_per_s_1Hz": 0.5690833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.06996666666668, "CP_CoolingPower_kW_1Hz": 2.3622500000000004, "SE_EfficiencyFactor_percent_1Hz": 58.84056666666667, "cycle": 1478, "timestamp": "2026-07-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6035566666678, "PS2_Pressure_bar_100Hz": 109.19081550000031, "PS3_Pressure_bar_100Hz": 1.970787166666659, "PS4_Pressure_bar_100Hz": 0.7575389999999996, "PS5_Pressure_bar_100Hz": 9.862874666666583, "PS6_Pressure_bar_100Hz": 9.747467166666699, "FS1_VolumeFlow_l_per_min_10Hz": 6.672464999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.089656666666672, "TS1_Temperature_C_1Hz": 36.59968333333333, "TS2_Temperature_C_1Hz": 42.384583333333325, "TS3_Temperature_C_1Hz": 39.772266666666674, "TS4_Temperature_C_1Hz": 31.184866666666665, "P1_MotorPower_W_100Hz": 2536.032366666726, "VS1_Vibration_mm_per_s_1Hz": 0.5668833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.02025000000002, "CP_CoolingPower_kW_1Hz": 2.3372833333333336, "SE_EfficiencyFactor_percent_1Hz": 58.71405000000002, "cycle": 1479, "timestamp": "2026-07-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.64055333333425, "PS2_Pressure_bar_100Hz": 109.23309500000032, "PS3_Pressure_bar_100Hz": 1.9808278333333256, "PS4_Pressure_bar_100Hz": 0.8380691666666661, "PS5_Pressure_bar_100Hz": 9.879437500000005, "PS6_Pressure_bar_100Hz": 9.763046333333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.695656666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.105298333333328, "TS1_Temperature_C_1Hz": 36.450849999999996, "TS2_Temperature_C_1Hz": 42.20413333333334, "TS3_Temperature_C_1Hz": 39.62018333333332, "TS4_Temperature_C_1Hz": 31.133166666666646, "P1_MotorPower_W_100Hz": 2539.3768333333537, "VS1_Vibration_mm_per_s_1Hz": 0.5637666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.77361666666668, "CP_CoolingPower_kW_1Hz": 2.3106166666666677, "SE_EfficiencyFactor_percent_1Hz": 59.0261166666667, "cycle": 1480, "timestamp": "2026-07-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.684433333334, "PS2_Pressure_bar_100Hz": 109.26675116666746, "PS3_Pressure_bar_100Hz": 1.9754939999999876, "PS4_Pressure_bar_100Hz": 1.0767066666666658, "PS5_Pressure_bar_100Hz": 9.89061833333332, "PS6_Pressure_bar_100Hz": 9.77343099999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.67853666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.116343333333326, "TS1_Temperature_C_1Hz": 36.321333333333335, "TS2_Temperature_C_1Hz": 42.07736666666666, "TS3_Temperature_C_1Hz": 39.45954999999999, "TS4_Temperature_C_1Hz": 30.940849999999994, "P1_MotorPower_W_100Hz": 2539.83840000006, "VS1_Vibration_mm_per_s_1Hz": 0.5710166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.44438333333334, "CP_CoolingPower_kW_1Hz": 2.321849999999999, "SE_EfficiencyFactor_percent_1Hz": 58.745666666666665, "cycle": 1481, "timestamp": "2026-07-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.71607999999983, "PS2_Pressure_bar_100Hz": 109.30354333333415, "PS3_Pressure_bar_100Hz": 1.979679499999994, "PS4_Pressure_bar_100Hz": 0.694824166666663, "PS5_Pressure_bar_100Hz": 9.898552166666635, "PS6_Pressure_bar_100Hz": 9.780460999999974, "FS1_VolumeFlow_l_per_min_10Hz": 6.682299999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.123038333333326, "TS1_Temperature_C_1Hz": 36.2147, "TS2_Temperature_C_1Hz": 41.94066666666666, "TS3_Temperature_C_1Hz": 39.32275, "TS4_Temperature_C_1Hz": 30.89304999999998, "P1_MotorPower_W_100Hz": 2541.072000000024, "VS1_Vibration_mm_per_s_1Hz": 0.5626499999999999, "CE_CoolingEfficiency_percent_1Hz": 47.28431666666666, "CP_CoolingPower_kW_1Hz": 2.299883333333334, "SE_EfficiencyFactor_percent_1Hz": 58.76060000000002, "cycle": 1482, "timestamp": "2026-07-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.73825999999963, "PS2_Pressure_bar_100Hz": 109.29803300000025, "PS3_Pressure_bar_100Hz": 1.9982618333333317, "PS4_Pressure_bar_100Hz": 0.7814178333333357, "PS5_Pressure_bar_100Hz": 9.91049766666663, "PS6_Pressure_bar_100Hz": 9.792447499999989, "FS1_VolumeFlow_l_per_min_10Hz": 6.695851666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.133530000000018, "TS1_Temperature_C_1Hz": 36.13303333333333, "TS2_Temperature_C_1Hz": 41.857133333333344, "TS3_Temperature_C_1Hz": 39.19786666666666, "TS4_Temperature_C_1Hz": 30.890483333333343, "P1_MotorPower_W_100Hz": 2542.72380000005, "VS1_Vibration_mm_per_s_1Hz": 0.5635499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.95826666666666, "CP_CoolingPower_kW_1Hz": 2.269583333333333, "SE_EfficiencyFactor_percent_1Hz": 58.93458333333332, "cycle": 1483, "timestamp": "2026-07-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.7522099999997, "PS2_Pressure_bar_100Hz": 109.33641400000074, "PS3_Pressure_bar_100Hz": 2.0060509999999954, "PS4_Pressure_bar_100Hz": 0.8059594999999996, "PS5_Pressure_bar_100Hz": 9.914554666666684, "PS6_Pressure_bar_100Hz": 9.79667416666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.6826599999999985, "FS2_VolumeFlow_l_per_min_10Hz": 10.137168333333333, "TS1_Temperature_C_1Hz": 36.055699999999995, "TS2_Temperature_C_1Hz": 41.75760000000002, "TS3_Temperature_C_1Hz": 39.090299999999985, "TS4_Temperature_C_1Hz": 30.84958333333334, "P1_MotorPower_W_100Hz": 2542.1409666666987, "VS1_Vibration_mm_per_s_1Hz": 0.5654666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.85661666666667, "CP_CoolingPower_kW_1Hz": 2.2520000000000002, "SE_EfficiencyFactor_percent_1Hz": 58.80423333333332, "cycle": 1484, "timestamp": "2026-07-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.77718000000021, "PS2_Pressure_bar_100Hz": 109.34558066666706, "PS3_Pressure_bar_100Hz": 1.9912556666666685, "PS4_Pressure_bar_100Hz": 0.505238833333333, "PS5_Pressure_bar_100Hz": 9.921038000000072, "PS6_Pressure_bar_100Hz": 9.80324483333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.694795000000006, "FS2_VolumeFlow_l_per_min_10Hz": 10.140853333333343, "TS1_Temperature_C_1Hz": 35.975466666666655, "TS2_Temperature_C_1Hz": 41.663000000000004, "TS3_Temperature_C_1Hz": 39.01118333333333, "TS4_Temperature_C_1Hz": 30.766116666666665, "P1_MotorPower_W_100Hz": 2542.9579666666937, "VS1_Vibration_mm_per_s_1Hz": 0.5605666666666664, "CE_CoolingEfficiency_percent_1Hz": 47.0493, "CP_CoolingPower_kW_1Hz": 2.2512333333333325, "SE_EfficiencyFactor_percent_1Hz": 58.93321666666666, "cycle": 1485, "timestamp": "2026-07-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.8272949999994, "PS2_Pressure_bar_100Hz": 109.38916916666697, "PS3_Pressure_bar_100Hz": 1.9938836666666697, "PS4_Pressure_bar_100Hz": 1.2293598333333349, "PS5_Pressure_bar_100Hz": 9.92950550000001, "PS6_Pressure_bar_100Hz": 9.809371666666635, "FS1_VolumeFlow_l_per_min_10Hz": 6.67765, "FS2_VolumeFlow_l_per_min_10Hz": 10.141836666666661, "TS1_Temperature_C_1Hz": 35.91051666666667, "TS2_Temperature_C_1Hz": 41.598416666666665, "TS3_Temperature_C_1Hz": 38.92073333333333, "TS4_Temperature_C_1Hz": 30.7986, "P1_MotorPower_W_100Hz": 2543.827500000036, "VS1_Vibration_mm_per_s_1Hz": 0.5590333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.61015000000001, "CP_CoolingPower_kW_1Hz": 2.2186, "SE_EfficiencyFactor_percent_1Hz": 58.66639999999999, "cycle": 1486, "timestamp": "2026-07-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.84259833333334, "PS2_Pressure_bar_100Hz": 109.4037340000005, "PS3_Pressure_bar_100Hz": 1.9956091666666613, "PS4_Pressure_bar_100Hz": 0.38876816666666536, "PS5_Pressure_bar_100Hz": 9.93546616666659, "PS6_Pressure_bar_100Hz": 9.814937333333285, "FS1_VolumeFlow_l_per_min_10Hz": 6.679050000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.14744833333333, "TS1_Temperature_C_1Hz": 35.87305, "TS2_Temperature_C_1Hz": 41.534733333333335, "TS3_Temperature_C_1Hz": 38.850333333333325, "TS4_Temperature_C_1Hz": 30.661100000000015, "P1_MotorPower_W_100Hz": 2544.2557333333534, "VS1_Vibration_mm_per_s_1Hz": 0.5586833333333338, "CE_CoolingEfficiency_percent_1Hz": 47.18660000000002, "CP_CoolingPower_kW_1Hz": 2.24045, "SE_EfficiencyFactor_percent_1Hz": 58.69293333333332, "cycle": 1487, "timestamp": "2026-07-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.8376966666666, "PS2_Pressure_bar_100Hz": 109.41194750000061, "PS3_Pressure_bar_100Hz": 1.9938921666666638, "PS4_Pressure_bar_100Hz": 0.07797050000000005, "PS5_Pressure_bar_100Hz": 9.941380666666598, "PS6_Pressure_bar_100Hz": 9.821395833333268, "FS1_VolumeFlow_l_per_min_10Hz": 6.698789999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.153934999999988, "TS1_Temperature_C_1Hz": 35.79864999999999, "TS2_Temperature_C_1Hz": 41.478500000000004, "TS3_Temperature_C_1Hz": 38.79948333333333, "TS4_Temperature_C_1Hz": 30.694983333333333, "P1_MotorPower_W_100Hz": 2546.3585000000035, "VS1_Vibration_mm_per_s_1Hz": 0.55915, "CE_CoolingEfficiency_percent_1Hz": 46.85011666666665, "CP_CoolingPower_kW_1Hz": 2.2180833333333325, "SE_EfficiencyFactor_percent_1Hz": 58.957433333333356, "cycle": 1488, "timestamp": "2026-07-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.87463499999976, "PS2_Pressure_bar_100Hz": 109.45182700000055, "PS3_Pressure_bar_100Hz": 1.9941886666666697, "PS4_Pressure_bar_100Hz": 0.45788766666666403, "PS5_Pressure_bar_100Hz": 9.946211166666629, "PS6_Pressure_bar_100Hz": 9.82592783333326, "FS1_VolumeFlow_l_per_min_10Hz": 6.697221666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.160785000000006, "TS1_Temperature_C_1Hz": 35.74649999999999, "TS2_Temperature_C_1Hz": 41.41909999999999, "TS3_Temperature_C_1Hz": 38.76380000000001, "TS4_Temperature_C_1Hz": 30.679166666666678, "P1_MotorPower_W_100Hz": 2548.252100000036, "VS1_Vibration_mm_per_s_1Hz": 0.5611166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.824983333333336, "CP_CoolingPower_kW_1Hz": 2.2137833333333328, "SE_EfficiencyFactor_percent_1Hz": 58.89815000000001, "cycle": 1489, "timestamp": "2026-07-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.89118499999995, "PS2_Pressure_bar_100Hz": 109.4467785000003, "PS3_Pressure_bar_100Hz": 1.9945963333333294, "PS4_Pressure_bar_100Hz": 0.5864774999999991, "PS5_Pressure_bar_100Hz": 9.948156833333268, "PS6_Pressure_bar_100Hz": 9.827538999999934, "FS1_VolumeFlow_l_per_min_10Hz": 6.677696666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.162053333333317, "TS1_Temperature_C_1Hz": 35.719533333333324, "TS2_Temperature_C_1Hz": 41.38233333333334, "TS3_Temperature_C_1Hz": 38.69575, "TS4_Temperature_C_1Hz": 30.63635000000001, "P1_MotorPower_W_100Hz": 2547.725900000025, "VS1_Vibration_mm_per_s_1Hz": 0.5567000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.85375000000001, "CP_CoolingPower_kW_1Hz": 2.2078166666666665, "SE_EfficiencyFactor_percent_1Hz": 58.63003333333332, "cycle": 1490, "timestamp": "2026-07-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.92471833333315, "PS2_Pressure_bar_100Hz": 109.46449900000019, "PS3_Pressure_bar_100Hz": 2.0056850000000077, "PS4_Pressure_bar_100Hz": 3.5911006666666756, "PS5_Pressure_bar_100Hz": 9.938533999999972, "PS6_Pressure_bar_100Hz": 9.816906333333309, "FS1_VolumeFlow_l_per_min_10Hz": 6.69029833333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.150218333333324, "TS1_Temperature_C_1Hz": 35.68558333333331, "TS2_Temperature_C_1Hz": 41.35226666666666, "TS3_Temperature_C_1Hz": 38.65021666666667, "TS4_Temperature_C_1Hz": 30.637866666666678, "P1_MotorPower_W_100Hz": 2542.410099999984, "VS1_Vibration_mm_per_s_1Hz": 0.5644833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.55665, "CP_CoolingPower_kW_1Hz": 2.1924166666666673, "SE_EfficiencyFactor_percent_1Hz": 58.97596666666666, "cycle": 1491, "timestamp": "2026-07-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.92523500000007, "PS2_Pressure_bar_100Hz": 109.46281066666711, "PS3_Pressure_bar_100Hz": 1.9960243333333327, "PS4_Pressure_bar_100Hz": 2.714049666666664, "PS5_Pressure_bar_100Hz": 9.945704333333254, "PS6_Pressure_bar_100Hz": 9.823925166666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.696106666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.150441666666666, "TS1_Temperature_C_1Hz": 35.649166666666666, "TS2_Temperature_C_1Hz": 41.31089999999999, "TS3_Temperature_C_1Hz": 38.62964999999999, "TS4_Temperature_C_1Hz": 30.63915000000001, "P1_MotorPower_W_100Hz": 2543.041433333349, "VS1_Vibration_mm_per_s_1Hz": 0.5587166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.52985, "CP_CoolingPower_kW_1Hz": 2.1846000000000005, "SE_EfficiencyFactor_percent_1Hz": 59.01624999999999, "cycle": 1492, "timestamp": "2026-07-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.94793666666715, "PS2_Pressure_bar_100Hz": 109.48627466666711, "PS3_Pressure_bar_100Hz": 2.005946000000005, "PS4_Pressure_bar_100Hz": 1.6710341666666706, "PS5_Pressure_bar_100Hz": 9.950290666666593, "PS6_Pressure_bar_100Hz": 9.827296333333294, "FS1_VolumeFlow_l_per_min_10Hz": 6.680828333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.146030000000005, "TS1_Temperature_C_1Hz": 35.608916666666666, "TS2_Temperature_C_1Hz": 41.277766666666686, "TS3_Temperature_C_1Hz": 38.59463333333334, "TS4_Temperature_C_1Hz": 30.634266666666676, "P1_MotorPower_W_100Hz": 2542.4541666667037, "VS1_Vibration_mm_per_s_1Hz": 0.5681833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.566233333333315, "CP_CoolingPower_kW_1Hz": 2.1771166666666675, "SE_EfficiencyFactor_percent_1Hz": 58.791733333333326, "cycle": 1493, "timestamp": "2026-08-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91398666666709, "PS2_Pressure_bar_100Hz": 109.46221533333359, "PS3_Pressure_bar_100Hz": 2.004857666666668, "PS4_Pressure_bar_100Hz": 2.5455173333333305, "PS5_Pressure_bar_100Hz": 9.95034216666661, "PS6_Pressure_bar_100Hz": 9.827568333333259, "FS1_VolumeFlow_l_per_min_10Hz": 6.677703333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.139820000000002, "TS1_Temperature_C_1Hz": 35.58748333333334, "TS2_Temperature_C_1Hz": 41.25866666666668, "TS3_Temperature_C_1Hz": 38.57748333333335, "TS4_Temperature_C_1Hz": 30.6292, "P1_MotorPower_W_100Hz": 2541.4500333333594, "VS1_Vibration_mm_per_s_1Hz": 0.5650833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.52585, "CP_CoolingPower_kW_1Hz": 2.170316666666667, "SE_EfficiencyFactor_percent_1Hz": 58.74066666666666, "cycle": 1494, "timestamp": "2026-08-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9376916666664, "PS2_Pressure_bar_100Hz": 109.48685966666683, "PS3_Pressure_bar_100Hz": 1.9916561666666674, "PS4_Pressure_bar_100Hz": 1.4242008333333378, "PS5_Pressure_bar_100Hz": 9.949227833333268, "PS6_Pressure_bar_100Hz": 9.826977166666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.68121, "FS2_VolumeFlow_l_per_min_10Hz": 10.133903333333329, "TS1_Temperature_C_1Hz": 35.55978333333333, "TS2_Temperature_C_1Hz": 41.22326666666667, "TS3_Temperature_C_1Hz": 38.54286666666667, "TS4_Temperature_C_1Hz": 30.614349999999998, "P1_MotorPower_W_100Hz": 2541.5852333333396, "VS1_Vibration_mm_per_s_1Hz": 0.5623333333333335, "CE_CoolingEfficiency_percent_1Hz": 46.523083333333346, "CP_CoolingPower_kW_1Hz": 2.1658833333333334, "SE_EfficiencyFactor_percent_1Hz": 58.836099999999995, "cycle": 1495, "timestamp": "2026-08-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.93801333333366, "PS2_Pressure_bar_100Hz": 109.47510366666701, "PS3_Pressure_bar_100Hz": 1.9949398333333281, "PS4_Pressure_bar_100Hz": 1.635038166666669, "PS5_Pressure_bar_100Hz": 9.951942666666586, "PS6_Pressure_bar_100Hz": 9.828448499999926, "FS1_VolumeFlow_l_per_min_10Hz": 6.679768333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.136603333333339, "TS1_Temperature_C_1Hz": 35.533266666666684, "TS2_Temperature_C_1Hz": 41.193349999999995, "TS3_Temperature_C_1Hz": 38.52130000000001, "TS4_Temperature_C_1Hz": 30.64146666666666, "P1_MotorPower_W_100Hz": 2541.5147333334044, "VS1_Vibration_mm_per_s_1Hz": 0.5606166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.31585, "CP_CoolingPower_kW_1Hz": 2.1538833333333334, "SE_EfficiencyFactor_percent_1Hz": 58.812200000000004, "cycle": 1496, "timestamp": "2026-08-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.96044666666594, "PS2_Pressure_bar_100Hz": 109.46377366666742, "PS3_Pressure_bar_100Hz": 1.9952536666666667, "PS4_Pressure_bar_100Hz": 0.5884558333333315, "PS5_Pressure_bar_100Hz": 9.95235199999995, "PS6_Pressure_bar_100Hz": 9.828740166666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.677945000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.13597166666666, "TS1_Temperature_C_1Hz": 35.52653333333334, "TS2_Temperature_C_1Hz": 41.17081666666669, "TS3_Temperature_C_1Hz": 38.50438333333332, "TS4_Temperature_C_1Hz": 30.62955, "P1_MotorPower_W_100Hz": 2542.292666666688, "VS1_Vibration_mm_per_s_1Hz": 0.5625333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.30051666666666, "CP_CoolingPower_kW_1Hz": 2.1498999999999997, "SE_EfficiencyFactor_percent_1Hz": 58.74436666666666, "cycle": 1497, "timestamp": "2026-08-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9764216666659, "PS2_Pressure_bar_100Hz": 109.50042583333398, "PS3_Pressure_bar_100Hz": 2.00083366666667, "PS4_Pressure_bar_100Hz": 1.079404833333332, "PS5_Pressure_bar_100Hz": 9.957715166666649, "PS6_Pressure_bar_100Hz": 9.833100166666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.677630000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.138814999999996, "TS1_Temperature_C_1Hz": 35.51633333333335, "TS2_Temperature_C_1Hz": 41.15301666666666, "TS3_Temperature_C_1Hz": 38.471216666666656, "TS4_Temperature_C_1Hz": 30.600216666666668, "P1_MotorPower_W_100Hz": 2542.8014000000385, "VS1_Vibration_mm_per_s_1Hz": 0.5600499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.384350000000005, "CP_CoolingPower_kW_1Hz": 2.1501499999999996, "SE_EfficiencyFactor_percent_1Hz": 58.726683333333305, "cycle": 1498, "timestamp": "2026-08-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.96353666666602, "PS2_Pressure_bar_100Hz": 109.48284883333392, "PS3_Pressure_bar_100Hz": 2.0133616666666727, "PS4_Pressure_bar_100Hz": 0.3815196666666648, "PS5_Pressure_bar_100Hz": 9.95577999999996, "PS6_Pressure_bar_100Hz": 9.830665499999956, "FS1_VolumeFlow_l_per_min_10Hz": 6.689561666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.136358333333328, "TS1_Temperature_C_1Hz": 35.50181666666668, "TS2_Temperature_C_1Hz": 41.14413333333333, "TS3_Temperature_C_1Hz": 38.461933333333334, "TS4_Temperature_C_1Hz": 30.59941666666667, "P1_MotorPower_W_100Hz": 2541.498333333358, "VS1_Vibration_mm_per_s_1Hz": 0.5632833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.34861666666666, "CP_CoolingPower_kW_1Hz": 2.1477500000000003, "SE_EfficiencyFactor_percent_1Hz": 58.994833333333325, "cycle": 1499, "timestamp": "2026-08-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9722199999997, "PS2_Pressure_bar_100Hz": 109.50480366666724, "PS3_Pressure_bar_100Hz": 2.0097388333333313, "PS4_Pressure_bar_100Hz": 0.8374708333333319, "PS5_Pressure_bar_100Hz": 9.957362666666652, "PS6_Pressure_bar_100Hz": 9.83314483333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.685034999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.139973333333348, "TS1_Temperature_C_1Hz": 35.49755, "TS2_Temperature_C_1Hz": 41.13109999999999, "TS3_Temperature_C_1Hz": 38.447, "TS4_Temperature_C_1Hz": 30.58018333333333, "P1_MotorPower_W_100Hz": 2541.158666666712, "VS1_Vibration_mm_per_s_1Hz": 0.5606000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.39778333333332, "CP_CoolingPower_kW_1Hz": 2.147883333333333, "SE_EfficiencyFactor_percent_1Hz": 58.88468333333332, "cycle": 1500, "timestamp": "2026-08-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.97288333333285, "PS2_Pressure_bar_100Hz": 109.48650033333342, "PS3_Pressure_bar_100Hz": 2.0121855000000077, "PS4_Pressure_bar_100Hz": 1.0688095000000017, "PS5_Pressure_bar_100Hz": 9.968414166666632, "PS6_Pressure_bar_100Hz": 9.843712333333317, "FS1_VolumeFlow_l_per_min_10Hz": 6.679085000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.150153333333328, "TS1_Temperature_C_1Hz": 35.487833333333334, "TS2_Temperature_C_1Hz": 41.12361666666666, "TS3_Temperature_C_1Hz": 38.43173333333333, "TS4_Temperature_C_1Hz": 30.55978333333334, "P1_MotorPower_W_100Hz": 2545.4612333333403, "VS1_Vibration_mm_per_s_1Hz": 0.5608166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.478433333333335, "CP_CoolingPower_kW_1Hz": 2.1523333333333334, "SE_EfficiencyFactor_percent_1Hz": 58.69161666666668, "cycle": 1501, "timestamp": "2026-08-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98195499999952, "PS2_Pressure_bar_100Hz": 109.49953333333376, "PS3_Pressure_bar_100Hz": 2.0087264999999968, "PS4_Pressure_bar_100Hz": 1.5997893333333335, "PS5_Pressure_bar_100Hz": 9.96796449999995, "PS6_Pressure_bar_100Hz": 9.84444749999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.678608333333341, "FS2_VolumeFlow_l_per_min_10Hz": 10.150973333333319, "TS1_Temperature_C_1Hz": 35.47796666666667, "TS2_Temperature_C_1Hz": 41.11400000000002, "TS3_Temperature_C_1Hz": 38.42274999999999, "TS4_Temperature_C_1Hz": 30.632366666666677, "P1_MotorPower_W_100Hz": 2544.6524666666846, "VS1_Vibration_mm_per_s_1Hz": 0.5597333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.0724, "CP_CoolingPower_kW_1Hz": 2.1322333333333336, "SE_EfficiencyFactor_percent_1Hz": 58.70228333333333, "cycle": 1502, "timestamp": "2026-08-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98787833333162, "PS2_Pressure_bar_100Hz": 109.5183605000004, "PS3_Pressure_bar_100Hz": 1.996320666666666, "PS4_Pressure_bar_100Hz": 1.541660833333334, "PS5_Pressure_bar_100Hz": 9.970615833333257, "PS6_Pressure_bar_100Hz": 9.84716633333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.68996833333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.151993333333333, "TS1_Temperature_C_1Hz": 35.476966666666655, "TS2_Temperature_C_1Hz": 41.09718333333333, "TS3_Temperature_C_1Hz": 38.423399999999994, "TS4_Temperature_C_1Hz": 30.60195000000001, "P1_MotorPower_W_100Hz": 2545.726366666663, "VS1_Vibration_mm_per_s_1Hz": 0.5628999999999996, "CE_CoolingEfficiency_percent_1Hz": 46.20831666666666, "CP_CoolingPower_kW_1Hz": 2.1395833333333334, "SE_EfficiencyFactor_percent_1Hz": 58.88000000000003, "cycle": 1503, "timestamp": "2026-08-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9872466666649, "PS2_Pressure_bar_100Hz": 109.48990700000014, "PS3_Pressure_bar_100Hz": 2.001538666666664, "PS4_Pressure_bar_100Hz": 0.6552301666666631, "PS5_Pressure_bar_100Hz": 9.970238833333262, "PS6_Pressure_bar_100Hz": 9.846604333333275, "FS1_VolumeFlow_l_per_min_10Hz": 6.704226666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.151621666666678, "TS1_Temperature_C_1Hz": 35.464916666666674, "TS2_Temperature_C_1Hz": 41.0852, "TS3_Temperature_C_1Hz": 38.41598333333334, "TS4_Temperature_C_1Hz": 30.586316666666672, "P1_MotorPower_W_100Hz": 2545.0030333333275, "VS1_Vibration_mm_per_s_1Hz": 0.5625499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.28020000000001, "CP_CoolingPower_kW_1Hz": 2.1425833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.0933, "cycle": 1504, "timestamp": "2026-08-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.99958833333235, "PS2_Pressure_bar_100Hz": 109.51875900000044, "PS3_Pressure_bar_100Hz": 2.0102350000000055, "PS4_Pressure_bar_100Hz": 1.5758086666666635, "PS5_Pressure_bar_100Hz": 9.970128166666598, "PS6_Pressure_bar_100Hz": 9.845848666666624, "FS1_VolumeFlow_l_per_min_10Hz": 6.682330000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.152336666666658, "TS1_Temperature_C_1Hz": 35.45313333333334, "TS2_Temperature_C_1Hz": 41.08491666666667, "TS3_Temperature_C_1Hz": 38.41939999999999, "TS4_Temperature_C_1Hz": 30.61843333333334, "P1_MotorPower_W_100Hz": 2546.0051666666877, "VS1_Vibration_mm_per_s_1Hz": 0.5624500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.10928333333335, "CP_CoolingPower_kW_1Hz": 2.135433333333333, "SE_EfficiencyFactor_percent_1Hz": 58.786133333333346, "cycle": 1505, "timestamp": "2026-08-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98584166666515, "PS2_Pressure_bar_100Hz": 109.50578883333384, "PS3_Pressure_bar_100Hz": 2.0056311666666664, "PS4_Pressure_bar_100Hz": 1.508845000000005, "PS5_Pressure_bar_100Hz": 9.970567666666634, "PS6_Pressure_bar_100Hz": 9.84729166666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.68799, "FS2_VolumeFlow_l_per_min_10Hz": 10.15400166666666, "TS1_Temperature_C_1Hz": 35.448883333333335, "TS2_Temperature_C_1Hz": 41.07041666666665, "TS3_Temperature_C_1Hz": 38.40615, "TS4_Temperature_C_1Hz": 30.641033333333333, "P1_MotorPower_W_100Hz": 2545.6605333333614, "VS1_Vibration_mm_per_s_1Hz": 0.56185, "CE_CoolingEfficiency_percent_1Hz": 45.91311666666664, "CP_CoolingPower_kW_1Hz": 2.1225666666666667, "SE_EfficiencyFactor_percent_1Hz": 58.85763333333333, "cycle": 1506, "timestamp": "2026-08-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98149833333284, "PS2_Pressure_bar_100Hz": 109.49175766666671, "PS3_Pressure_bar_100Hz": 2.002064333333337, "PS4_Pressure_bar_100Hz": 0.6540211666666653, "PS5_Pressure_bar_100Hz": 9.969984333333311, "PS6_Pressure_bar_100Hz": 9.845797166666637, "FS1_VolumeFlow_l_per_min_10Hz": 6.677773333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.154210000000004, "TS1_Temperature_C_1Hz": 35.44311666666667, "TS2_Temperature_C_1Hz": 41.07088333333333, "TS3_Temperature_C_1Hz": 38.40339999999999, "TS4_Temperature_C_1Hz": 30.594099999999994, "P1_MotorPower_W_100Hz": 2545.5383000000015, "VS1_Vibration_mm_per_s_1Hz": 0.5583999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.21698333333332, "CP_CoolingPower_kW_1Hz": 2.138916666666667, "SE_EfficiencyFactor_percent_1Hz": 58.676983333333325, "cycle": 1507, "timestamp": "2026-08-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01038166666538, "PS2_Pressure_bar_100Hz": 109.53295100000027, "PS3_Pressure_bar_100Hz": 2.009881499999999, "PS4_Pressure_bar_100Hz": 0.9127483333333386, "PS5_Pressure_bar_100Hz": 9.969555666666661, "PS6_Pressure_bar_100Hz": 9.846634999999933, "FS1_VolumeFlow_l_per_min_10Hz": 6.68038333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.155486666666677, "TS1_Temperature_C_1Hz": 35.43400000000002, "TS2_Temperature_C_1Hz": 41.08373333333332, "TS3_Temperature_C_1Hz": 38.412366666666664, "TS4_Temperature_C_1Hz": 30.53611666666666, "P1_MotorPower_W_100Hz": 2545.8630000000394, "VS1_Vibration_mm_per_s_1Hz": 0.5558166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.57691666666666, "CP_CoolingPower_kW_1Hz": 2.155466666666667, "SE_EfficiencyFactor_percent_1Hz": 58.70006666666665, "cycle": 1508, "timestamp": "2026-08-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98136499999936, "PS2_Pressure_bar_100Hz": 109.50373883333377, "PS3_Pressure_bar_100Hz": 2.0056953333333385, "PS4_Pressure_bar_100Hz": 0.9494135000000014, "PS5_Pressure_bar_100Hz": 9.964844999999997, "PS6_Pressure_bar_100Hz": 9.842151500000018, "FS1_VolumeFlow_l_per_min_10Hz": 6.689278333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.153023333333342, "TS1_Temperature_C_1Hz": 35.43756666666668, "TS2_Temperature_C_1Hz": 41.07328333333332, "TS3_Temperature_C_1Hz": 38.41089999999998, "TS4_Temperature_C_1Hz": 30.522216666666665, "P1_MotorPower_W_100Hz": 2544.5772666667117, "VS1_Vibration_mm_per_s_1Hz": 0.5566, "CE_CoolingEfficiency_percent_1Hz": 46.609216666666676, "CP_CoolingPower_kW_1Hz": 2.1566500000000004, "SE_EfficiencyFactor_percent_1Hz": 58.92520000000003, "cycle": 1509, "timestamp": "2026-08-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0024849999992, "PS2_Pressure_bar_100Hz": 109.51789500000054, "PS3_Pressure_bar_100Hz": 2.007921500000005, "PS4_Pressure_bar_100Hz": 0.39036599999999916, "PS5_Pressure_bar_100Hz": 9.964570666666614, "PS6_Pressure_bar_100Hz": 9.841288333333303, "FS1_VolumeFlow_l_per_min_10Hz": 6.68094, "FS2_VolumeFlow_l_per_min_10Hz": 10.153443333333334, "TS1_Temperature_C_1Hz": 35.42913333333334, "TS2_Temperature_C_1Hz": 41.07523333333333, "TS3_Temperature_C_1Hz": 38.401616666666655, "TS4_Temperature_C_1Hz": 30.559516666666674, "P1_MotorPower_W_100Hz": 2543.640700000021, "VS1_Vibration_mm_per_s_1Hz": 0.5623666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.41604999999996, "CP_CoolingPower_kW_1Hz": 2.1463333333333336, "SE_EfficiencyFactor_percent_1Hz": 58.77038333333335, "cycle": 1510, "timestamp": "2026-08-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9832533333331, "PS2_Pressure_bar_100Hz": 109.51342850000066, "PS3_Pressure_bar_100Hz": 2.00603266666667, "PS4_Pressure_bar_100Hz": 0.331985166666667, "PS5_Pressure_bar_100Hz": 9.971386499999912, "PS6_Pressure_bar_100Hz": 9.848096666666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.698341666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.161339999999987, "TS1_Temperature_C_1Hz": 35.42645000000002, "TS2_Temperature_C_1Hz": 41.06471666666666, "TS3_Temperature_C_1Hz": 38.392450000000004, "TS4_Temperature_C_1Hz": 30.558299999999992, "P1_MotorPower_W_100Hz": 2545.220833333367, "VS1_Vibration_mm_per_s_1Hz": 0.5573166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.37791666666668, "CP_CoolingPower_kW_1Hz": 2.1458000000000004, "SE_EfficiencyFactor_percent_1Hz": 59.046283333333335, "cycle": 1511, "timestamp": "2026-08-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9985799999987, "PS2_Pressure_bar_100Hz": 109.51284200000082, "PS3_Pressure_bar_100Hz": 2.0139570000000027, "PS4_Pressure_bar_100Hz": 0.7108799999999987, "PS5_Pressure_bar_100Hz": 9.96719799999993, "PS6_Pressure_bar_100Hz": 9.84510999999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.6859100000000025, "FS2_VolumeFlow_l_per_min_10Hz": 10.157024999999999, "TS1_Temperature_C_1Hz": 35.43501666666668, "TS2_Temperature_C_1Hz": 41.07876666666667, "TS3_Temperature_C_1Hz": 38.40258333333332, "TS4_Temperature_C_1Hz": 30.557799999999997, "P1_MotorPower_W_100Hz": 2545.9708000000505, "VS1_Vibration_mm_per_s_1Hz": 0.5519166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.43074999999999, "CP_CoolingPower_kW_1Hz": 2.147616666666667, "SE_EfficiencyFactor_percent_1Hz": 58.81820000000001, "cycle": 1512, "timestamp": "2026-08-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00853666666535, "PS2_Pressure_bar_100Hz": 109.51615050000044, "PS3_Pressure_bar_100Hz": 2.003326833333335, "PS4_Pressure_bar_100Hz": 0.8034643333333334, "PS5_Pressure_bar_100Hz": 9.968004666666674, "PS6_Pressure_bar_100Hz": 9.846836333333302, "FS1_VolumeFlow_l_per_min_10Hz": 6.695601666666672, "FS2_VolumeFlow_l_per_min_10Hz": 10.157658333333321, "TS1_Temperature_C_1Hz": 35.43408333333334, "TS2_Temperature_C_1Hz": 41.100033333333336, "TS3_Temperature_C_1Hz": 38.39826666666666, "TS4_Temperature_C_1Hz": 30.55435, "P1_MotorPower_W_100Hz": 2547.096633333368, "VS1_Vibration_mm_per_s_1Hz": 0.5563500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.42436666666665, "CP_CoolingPower_kW_1Hz": 2.1470666666666673, "SE_EfficiencyFactor_percent_1Hz": 58.94553333333333, "cycle": 1513, "timestamp": "2026-08-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00621833333244, "PS2_Pressure_bar_100Hz": 109.55577516666672, "PS3_Pressure_bar_100Hz": 2.0040853333333306, "PS4_Pressure_bar_100Hz": 0.45569066666666774, "PS5_Pressure_bar_100Hz": 9.96398416666663, "PS6_Pressure_bar_100Hz": 9.843907333333284, "FS1_VolumeFlow_l_per_min_10Hz": 6.674233333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.155161666666658, "TS1_Temperature_C_1Hz": 35.438016666666684, "TS2_Temperature_C_1Hz": 41.09136666666666, "TS3_Temperature_C_1Hz": 38.396066666666655, "TS4_Temperature_C_1Hz": 30.508566666666674, "P1_MotorPower_W_100Hz": 2545.558633333367, "VS1_Vibration_mm_per_s_1Hz": 0.5565666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.68956666666666, "CP_CoolingPower_kW_1Hz": 2.1579000000000006, "SE_EfficiencyFactor_percent_1Hz": 58.66579999999999, "cycle": 1514, "timestamp": "2026-08-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.99747333333227, "PS2_Pressure_bar_100Hz": 109.53741416666732, "PS3_Pressure_bar_100Hz": 2.00101316666667, "PS4_Pressure_bar_100Hz": 1.4010216666666653, "PS5_Pressure_bar_100Hz": 9.961058333333279, "PS6_Pressure_bar_100Hz": 9.840315999999962, "FS1_VolumeFlow_l_per_min_10Hz": 6.681033333333325, "FS2_VolumeFlow_l_per_min_10Hz": 10.156585000000012, "TS1_Temperature_C_1Hz": 35.429500000000004, "TS2_Temperature_C_1Hz": 41.082033333333335, "TS3_Temperature_C_1Hz": 38.39966666666667, "TS4_Temperature_C_1Hz": 30.5062, "P1_MotorPower_W_100Hz": 2545.4263999999853, "VS1_Vibration_mm_per_s_1Hz": 0.5559333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.737016666666676, "CP_CoolingPower_kW_1Hz": 2.1615500000000005, "SE_EfficiencyFactor_percent_1Hz": 58.74713333333336, "cycle": 1515, "timestamp": "2026-08-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00188666666583, "PS2_Pressure_bar_100Hz": 109.53229866666673, "PS3_Pressure_bar_100Hz": 2.016313333333331, "PS4_Pressure_bar_100Hz": 1.551762833333335, "PS5_Pressure_bar_100Hz": 9.96044599999996, "PS6_Pressure_bar_100Hz": 9.83994266666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.697098333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.157258333333335, "TS1_Temperature_C_1Hz": 35.44933333333334, "TS2_Temperature_C_1Hz": 41.064499999999995, "TS3_Temperature_C_1Hz": 38.398149999999994, "TS4_Temperature_C_1Hz": 30.48055, "P1_MotorPower_W_100Hz": 2545.1707000000133, "VS1_Vibration_mm_per_s_1Hz": 0.5579666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.850233333333335, "CP_CoolingPower_kW_1Hz": 2.167016666666667, "SE_EfficiencyFactor_percent_1Hz": 59.04463333333332, "cycle": 1516, "timestamp": "2026-08-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9938749999984, "PS2_Pressure_bar_100Hz": 109.56005200000013, "PS3_Pressure_bar_100Hz": 2.012665000000005, "PS4_Pressure_bar_100Hz": 2.6170048333333304, "PS5_Pressure_bar_100Hz": 9.957265499999943, "PS6_Pressure_bar_100Hz": 9.836334999999954, "FS1_VolumeFlow_l_per_min_10Hz": 6.692359999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.153763333333332, "TS1_Temperature_C_1Hz": 35.45006666666667, "TS2_Temperature_C_1Hz": 41.064050000000016, "TS3_Temperature_C_1Hz": 38.39968333333333, "TS4_Temperature_C_1Hz": 30.51171666666667, "P1_MotorPower_W_100Hz": 2543.7761666666884, "VS1_Vibration_mm_per_s_1Hz": 0.5545666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.658366666666666, "CP_CoolingPower_kW_1Hz": 2.15755, "SE_EfficiencyFactor_percent_1Hz": 58.99178333333334, "cycle": 1517, "timestamp": "2026-08-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00073499999863, "PS2_Pressure_bar_100Hz": 109.55247716666716, "PS3_Pressure_bar_100Hz": 2.0140099999999967, "PS4_Pressure_bar_100Hz": 3.6778081666666766, "PS5_Pressure_bar_100Hz": 9.959167166666656, "PS6_Pressure_bar_100Hz": 9.837709666666635, "FS1_VolumeFlow_l_per_min_10Hz": 6.696005, "FS2_VolumeFlow_l_per_min_10Hz": 10.152978333333339, "TS1_Temperature_C_1Hz": 35.444449999999996, "TS2_Temperature_C_1Hz": 41.07096666666666, "TS3_Temperature_C_1Hz": 38.39968333333332, "TS4_Temperature_C_1Hz": 30.50493333333333, "P1_MotorPower_W_100Hz": 2543.613366666685, "VS1_Vibration_mm_per_s_1Hz": 0.5614833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.709683333333324, "CP_CoolingPower_kW_1Hz": 2.1591833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.097149999999985, "cycle": 1518, "timestamp": "2026-08-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0026783333327, "PS2_Pressure_bar_100Hz": 109.54970833333397, "PS3_Pressure_bar_100Hz": 2.021872833333335, "PS4_Pressure_bar_100Hz": 0.07516766666666651, "PS5_Pressure_bar_100Hz": 9.96345716666662, "PS6_Pressure_bar_100Hz": 9.842062333333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.691941666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.155596666666668, "TS1_Temperature_C_1Hz": 35.43933333333336, "TS2_Temperature_C_1Hz": 41.06275000000001, "TS3_Temperature_C_1Hz": 38.39993333333333, "TS4_Temperature_C_1Hz": 30.517166666666654, "P1_MotorPower_W_100Hz": 2543.8426333333705, "VS1_Vibration_mm_per_s_1Hz": 0.5662833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.61999999999999, "CP_CoolingPower_kW_1Hz": 2.156266666666667, "SE_EfficiencyFactor_percent_1Hz": 58.98245000000001, "cycle": 1519, "timestamp": "2026-08-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9920799999992, "PS2_Pressure_bar_100Hz": 109.5588590000002, "PS3_Pressure_bar_100Hz": 2.0176273333333463, "PS4_Pressure_bar_100Hz": 0.3569465000000001, "PS5_Pressure_bar_100Hz": 9.964616333333268, "PS6_Pressure_bar_100Hz": 9.84296066666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.695985000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.156071666666664, "TS1_Temperature_C_1Hz": 35.44256666666666, "TS2_Temperature_C_1Hz": 41.053716666666666, "TS3_Temperature_C_1Hz": 38.40409999999998, "TS4_Temperature_C_1Hz": 30.50491666666667, "P1_MotorPower_W_100Hz": 2544.725133333346, "VS1_Vibration_mm_per_s_1Hz": 0.5581333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.75215, "CP_CoolingPower_kW_1Hz": 2.1627833333333344, "SE_EfficiencyFactor_percent_1Hz": 59.050566666666654, "cycle": 1520, "timestamp": "2026-08-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01729999999935, "PS2_Pressure_bar_100Hz": 109.5752036666665, "PS3_Pressure_bar_100Hz": 2.023398333333335, "PS4_Pressure_bar_100Hz": 0.32788300000000004, "PS5_Pressure_bar_100Hz": 9.96447166666662, "PS6_Pressure_bar_100Hz": 9.84290766666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.69180833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.155708333333322, "TS1_Temperature_C_1Hz": 35.429733333333346, "TS2_Temperature_C_1Hz": 41.06808333333333, "TS3_Temperature_C_1Hz": 38.39601666666666, "TS4_Temperature_C_1Hz": 30.55731666666667, "P1_MotorPower_W_100Hz": 2545.020833333356, "VS1_Vibration_mm_per_s_1Hz": 0.56075, "CE_CoolingEfficiency_percent_1Hz": 46.38581666666668, "CP_CoolingPower_kW_1Hz": 2.1445999999999996, "SE_EfficiencyFactor_percent_1Hz": 58.98924999999998, "cycle": 1521, "timestamp": "2026-08-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00416833333264, "PS2_Pressure_bar_100Hz": 109.56239333333322, "PS3_Pressure_bar_100Hz": 2.00723566666667, "PS4_Pressure_bar_100Hz": 0.6958184999999976, "PS5_Pressure_bar_100Hz": 9.958188333333279, "PS6_Pressure_bar_100Hz": 9.839031666666646, "FS1_VolumeFlow_l_per_min_10Hz": 6.69586, "FS2_VolumeFlow_l_per_min_10Hz": 10.152826666666666, "TS1_Temperature_C_1Hz": 35.42285000000001, "TS2_Temperature_C_1Hz": 41.08183333333333, "TS3_Temperature_C_1Hz": 38.395250000000004, "TS4_Temperature_C_1Hz": 30.526333333333334, "P1_MotorPower_W_100Hz": 2541.9621666666917, "VS1_Vibration_mm_per_s_1Hz": 0.5660499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.60558333333334, "CP_CoolingPower_kW_1Hz": 2.154716666666667, "SE_EfficiencyFactor_percent_1Hz": 59.122833333333325, "cycle": 1522, "timestamp": "2026-08-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00440666666603, "PS2_Pressure_bar_100Hz": 109.57133866666685, "PS3_Pressure_bar_100Hz": 2.0143403333333345, "PS4_Pressure_bar_100Hz": 0.5253735000000022, "PS5_Pressure_bar_100Hz": 9.954704833333265, "PS6_Pressure_bar_100Hz": 9.836228666666619, "FS1_VolumeFlow_l_per_min_10Hz": 6.688908333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.146738333333337, "TS1_Temperature_C_1Hz": 35.41268333333334, "TS2_Temperature_C_1Hz": 41.08091666666666, "TS3_Temperature_C_1Hz": 38.396866666666675, "TS4_Temperature_C_1Hz": 30.516683333333333, "P1_MotorPower_W_100Hz": 2542.479400000035, "VS1_Vibration_mm_per_s_1Hz": 0.5632333333333331, "CE_CoolingEfficiency_percent_1Hz": 46.6529, "CP_CoolingPower_kW_1Hz": 2.155733333333333, "SE_EfficiencyFactor_percent_1Hz": 59.03706666666667, "cycle": 1523, "timestamp": "2026-08-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.019353333333, "PS2_Pressure_bar_100Hz": 109.59707349999982, "PS3_Pressure_bar_100Hz": 2.017083999999996, "PS4_Pressure_bar_100Hz": 0.4632643333333335, "PS5_Pressure_bar_100Hz": 9.957033166666621, "PS6_Pressure_bar_100Hz": 9.838421666666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.689958333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.147221666666676, "TS1_Temperature_C_1Hz": 35.40980000000001, "TS2_Temperature_C_1Hz": 41.069716666666665, "TS3_Temperature_C_1Hz": 38.39174999999999, "TS4_Temperature_C_1Hz": 30.535816666666662, "P1_MotorPower_W_100Hz": 2539.4177666667065, "VS1_Vibration_mm_per_s_1Hz": 0.5700666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.52553333333335, "CP_CoolingPower_kW_1Hz": 2.148683333333333, "SE_EfficiencyFactor_percent_1Hz": 59.11300000000002, "cycle": 1524, "timestamp": "2026-09-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02912666666552, "PS2_Pressure_bar_100Hz": 109.58692933333415, "PS3_Pressure_bar_100Hz": 2.010691000000003, "PS4_Pressure_bar_100Hz": 1.0604968333333407, "PS5_Pressure_bar_100Hz": 9.95797616666661, "PS6_Pressure_bar_100Hz": 9.838948666666692, "FS1_VolumeFlow_l_per_min_10Hz": 6.683253333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.147920000000017, "TS1_Temperature_C_1Hz": 35.41291666666667, "TS2_Temperature_C_1Hz": 41.06321666666666, "TS3_Temperature_C_1Hz": 38.38573333333333, "TS4_Temperature_C_1Hz": 30.504733333333334, "P1_MotorPower_W_100Hz": 2541.793533333361, "VS1_Vibration_mm_per_s_1Hz": 0.5648833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.64849999999999, "CP_CoolingPower_kW_1Hz": 2.15445, "SE_EfficiencyFactor_percent_1Hz": 58.873899999999985, "cycle": 1525, "timestamp": "2026-09-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0317783333327, "PS2_Pressure_bar_100Hz": 109.60664416666643, "PS3_Pressure_bar_100Hz": 2.0054328333333347, "PS4_Pressure_bar_100Hz": 0.19415283333333327, "PS5_Pressure_bar_100Hz": 9.963812666666616, "PS6_Pressure_bar_100Hz": 9.843689999999967, "FS1_VolumeFlow_l_per_min_10Hz": 6.678138333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.153413333333322, "TS1_Temperature_C_1Hz": 35.41668333333335, "TS2_Temperature_C_1Hz": 41.06241666666664, "TS3_Temperature_C_1Hz": 38.380266666666664, "TS4_Temperature_C_1Hz": 30.555216666666652, "P1_MotorPower_W_100Hz": 2543.0126333333765, "VS1_Vibration_mm_per_s_1Hz": 0.5597499999999996, "CE_CoolingEfficiency_percent_1Hz": 46.36263333333333, "CP_CoolingPower_kW_1Hz": 2.1420000000000003, "SE_EfficiencyFactor_percent_1Hz": 58.829349999999984, "cycle": 1526, "timestamp": "2026-09-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0398383333326, "PS2_Pressure_bar_100Hz": 109.60375216666692, "PS3_Pressure_bar_100Hz": 2.0160181666666745, "PS4_Pressure_bar_100Hz": 0.27890233333333353, "PS5_Pressure_bar_100Hz": 9.958599833333281, "PS6_Pressure_bar_100Hz": 9.841188166666692, "FS1_VolumeFlow_l_per_min_10Hz": 6.692441666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.148749999999996, "TS1_Temperature_C_1Hz": 35.410583333333335, "TS2_Temperature_C_1Hz": 41.04664999999999, "TS3_Temperature_C_1Hz": 38.383700000000005, "TS4_Temperature_C_1Hz": 30.55311666666667, "P1_MotorPower_W_100Hz": 2542.3986333333546, "VS1_Vibration_mm_per_s_1Hz": 0.5623666666666663, "CE_CoolingEfficiency_percent_1Hz": 46.372, "CP_CoolingPower_kW_1Hz": 2.14085, "SE_EfficiencyFactor_percent_1Hz": 59.093749999999986, "cycle": 1527, "timestamp": "2026-09-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03923999999915, "PS2_Pressure_bar_100Hz": 109.58699500000019, "PS3_Pressure_bar_100Hz": 2.0165023333333374, "PS4_Pressure_bar_100Hz": 0.18577833333333355, "PS5_Pressure_bar_100Hz": 9.956199666666643, "PS6_Pressure_bar_100Hz": 9.837769833333324, "FS1_VolumeFlow_l_per_min_10Hz": 6.678333333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.147503333333336, "TS1_Temperature_C_1Hz": 35.409583333333345, "TS2_Temperature_C_1Hz": 41.04058333333333, "TS3_Temperature_C_1Hz": 38.3767, "TS4_Temperature_C_1Hz": 30.486200000000007, "P1_MotorPower_W_100Hz": 2540.1096333333458, "VS1_Vibration_mm_per_s_1Hz": 0.5639000000000002, "CE_CoolingEfficiency_percent_1Hz": 46.705699999999986, "CP_CoolingPower_kW_1Hz": 2.1563666666666674, "SE_EfficiencyFactor_percent_1Hz": 58.91144999999999, "cycle": 1528, "timestamp": "2026-09-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03445999999877, "PS2_Pressure_bar_100Hz": 109.60049750000046, "PS3_Pressure_bar_100Hz": 2.0125723333333294, "PS4_Pressure_bar_100Hz": 0.05518383333333309, "PS5_Pressure_bar_100Hz": 9.957683666666613, "PS6_Pressure_bar_100Hz": 9.837771, "FS1_VolumeFlow_l_per_min_10Hz": 6.695663333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.146876666666675, "TS1_Temperature_C_1Hz": 35.39533333333334, "TS2_Temperature_C_1Hz": 41.03746666666667, "TS3_Temperature_C_1Hz": 38.37943333333336, "TS4_Temperature_C_1Hz": 30.540066666666654, "P1_MotorPower_W_100Hz": 2540.174699999999, "VS1_Vibration_mm_per_s_1Hz": 0.5629833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.44116666666668, "CP_CoolingPower_kW_1Hz": 2.14195, "SE_EfficiencyFactor_percent_1Hz": 59.170550000000006, "cycle": 1529, "timestamp": "2026-09-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04255666666586, "PS2_Pressure_bar_100Hz": 109.60467750000059, "PS3_Pressure_bar_100Hz": 2.0072948333333414, "PS4_Pressure_bar_100Hz": 0.8320605000000015, "PS5_Pressure_bar_100Hz": 9.964939166666616, "PS6_Pressure_bar_100Hz": 9.845385499999962, "FS1_VolumeFlow_l_per_min_10Hz": 6.693699999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.154566666666687, "TS1_Temperature_C_1Hz": 35.3906, "TS2_Temperature_C_1Hz": 41.03006666666668, "TS3_Temperature_C_1Hz": 38.35753333333334, "TS4_Temperature_C_1Hz": 30.53096666666666, "P1_MotorPower_W_100Hz": 2541.835766666721, "VS1_Vibration_mm_per_s_1Hz": 0.5655999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.407416666666684, "CP_CoolingPower_kW_1Hz": 2.1409333333333334, "SE_EfficiencyFactor_percent_1Hz": 59.08178333333333, "cycle": 1530, "timestamp": "2026-09-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0168216666655, "PS2_Pressure_bar_100Hz": 109.57400033333366, "PS3_Pressure_bar_100Hz": 2.010661166666668, "PS4_Pressure_bar_100Hz": 0.7992395000000037, "PS5_Pressure_bar_100Hz": 9.967379499999945, "PS6_Pressure_bar_100Hz": 9.84689499999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.683375000000006, "FS2_VolumeFlow_l_per_min_10Hz": 10.15774166666667, "TS1_Temperature_C_1Hz": 35.39126666666667, "TS2_Temperature_C_1Hz": 41.00826666666667, "TS3_Temperature_C_1Hz": 38.36281666666667, "TS4_Temperature_C_1Hz": 30.554850000000002, "P1_MotorPower_W_100Hz": 2543.33900000006, "VS1_Vibration_mm_per_s_1Hz": 0.56835, "CE_CoolingEfficiency_percent_1Hz": 46.29613333333334, "CP_CoolingPower_kW_1Hz": 2.136133333333333, "SE_EfficiencyFactor_percent_1Hz": 58.89914999999999, "cycle": 1531, "timestamp": "2026-09-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04304333333238, "PS2_Pressure_bar_100Hz": 109.60047249999995, "PS3_Pressure_bar_100Hz": 2.0180241666666627, "PS4_Pressure_bar_100Hz": 1.2503915000000005, "PS5_Pressure_bar_100Hz": 9.966134333333315, "PS6_Pressure_bar_100Hz": 9.846633666666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.681916666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.157491666666651, "TS1_Temperature_C_1Hz": 35.391000000000005, "TS2_Temperature_C_1Hz": 41.01366666666667, "TS3_Temperature_C_1Hz": 38.35890000000002, "TS4_Temperature_C_1Hz": 30.54533333333332, "P1_MotorPower_W_100Hz": 2542.856300000057, "VS1_Vibration_mm_per_s_1Hz": 0.5755166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.338700000000024, "CP_CoolingPower_kW_1Hz": 2.138066666666666, "SE_EfficiencyFactor_percent_1Hz": 58.88838333333333, "cycle": 1532, "timestamp": "2026-09-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02530333333303, "PS2_Pressure_bar_100Hz": 109.5877600000002, "PS3_Pressure_bar_100Hz": 2.0135878333333386, "PS4_Pressure_bar_100Hz": 1.282202666666667, "PS5_Pressure_bar_100Hz": 9.965026166666641, "PS6_Pressure_bar_100Hz": 9.845709333333266, "FS1_VolumeFlow_l_per_min_10Hz": 6.679809999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.156448333333334, "TS1_Temperature_C_1Hz": 35.39546666666667, "TS2_Temperature_C_1Hz": 41.023833333333336, "TS3_Temperature_C_1Hz": 38.34028333333333, "TS4_Temperature_C_1Hz": 30.539999999999996, "P1_MotorPower_W_100Hz": 2540.9663666667425, "VS1_Vibration_mm_per_s_1Hz": 0.5697166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.34064999999998, "CP_CoolingPower_kW_1Hz": 2.1377499999999996, "SE_EfficiencyFactor_percent_1Hz": 58.870366666666655, "cycle": 1533, "timestamp": "2026-09-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.015121666666, "PS2_Pressure_bar_100Hz": 109.58358850000052, "PS3_Pressure_bar_100Hz": 2.0204390000000028, "PS4_Pressure_bar_100Hz": 0.985753833333334, "PS5_Pressure_bar_100Hz": 9.964713499999965, "PS6_Pressure_bar_100Hz": 9.845533499999968, "FS1_VolumeFlow_l_per_min_10Hz": 6.692408333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.15681333333333, "TS1_Temperature_C_1Hz": 35.38433333333333, "TS2_Temperature_C_1Hz": 41.01163333333336, "TS3_Temperature_C_1Hz": 38.350800000000014, "TS4_Temperature_C_1Hz": 30.555099999999996, "P1_MotorPower_W_100Hz": 2540.7085333333603, "VS1_Vibration_mm_per_s_1Hz": 0.56475, "CE_CoolingEfficiency_percent_1Hz": 46.26948333333335, "CP_CoolingPower_kW_1Hz": 2.1338333333333326, "SE_EfficiencyFactor_percent_1Hz": 59.061650000000014, "cycle": 1534, "timestamp": "2026-09-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0248499999987, "PS2_Pressure_bar_100Hz": 109.58312583333374, "PS3_Pressure_bar_100Hz": 2.011637499999996, "PS4_Pressure_bar_100Hz": 1.1951995000000022, "PS5_Pressure_bar_100Hz": 9.97294099999997, "PS6_Pressure_bar_100Hz": 9.853526833333303, "FS1_VolumeFlow_l_per_min_10Hz": 6.699105000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.166099999999995, "TS1_Temperature_C_1Hz": 35.40765000000001, "TS2_Temperature_C_1Hz": 41.00896666666667, "TS3_Temperature_C_1Hz": 38.36113333333334, "TS4_Temperature_C_1Hz": 30.481083333333338, "P1_MotorPower_W_100Hz": 2545.7757333333607, "VS1_Vibration_mm_per_s_1Hz": 0.5565166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.740516666666664, "CP_CoolingPower_kW_1Hz": 2.158700000000001, "SE_EfficiencyFactor_percent_1Hz": 59.083116666666655, "cycle": 1535, "timestamp": "2026-09-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02723166666544, "PS2_Pressure_bar_100Hz": 109.58993916666694, "PS3_Pressure_bar_100Hz": 2.0061021666666714, "PS4_Pressure_bar_100Hz": 1.271868333333331, "PS5_Pressure_bar_100Hz": 9.974495499999934, "PS6_Pressure_bar_100Hz": 9.854859833333249, "FS1_VolumeFlow_l_per_min_10Hz": 6.688039999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.16768833333331, "TS1_Temperature_C_1Hz": 35.39998333333334, "TS2_Temperature_C_1Hz": 41.01846666666666, "TS3_Temperature_C_1Hz": 38.34491666666668, "TS4_Temperature_C_1Hz": 30.521966666666664, "P1_MotorPower_W_100Hz": 2546.6930666666785, "VS1_Vibration_mm_per_s_1Hz": 0.5593833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.468583333333335, "CP_CoolingPower_kW_1Hz": 2.144416666666667, "SE_EfficiencyFactor_percent_1Hz": 58.906883333333326, "cycle": 1536, "timestamp": "2026-09-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04195499999966, "PS2_Pressure_bar_100Hz": 109.60545016666694, "PS3_Pressure_bar_100Hz": 2.005776333333335, "PS4_Pressure_bar_100Hz": 1.5522553333333335, "PS5_Pressure_bar_100Hz": 9.976780999999944, "PS6_Pressure_bar_100Hz": 9.856591333333261, "FS1_VolumeFlow_l_per_min_10Hz": 6.681983333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.169628333333318, "TS1_Temperature_C_1Hz": 35.396433333333334, "TS2_Temperature_C_1Hz": 41.02586666666669, "TS3_Temperature_C_1Hz": 38.35401666666669, "TS4_Temperature_C_1Hz": 30.546433333333336, "P1_MotorPower_W_100Hz": 2545.789400000054, "VS1_Vibration_mm_per_s_1Hz": 0.5682666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.310550000000006, "CP_CoolingPower_kW_1Hz": 2.1389500000000004, "SE_EfficiencyFactor_percent_1Hz": 58.81893333333334, "cycle": 1537, "timestamp": "2026-09-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.042144999999, "PS2_Pressure_bar_100Hz": 109.60566133333347, "PS3_Pressure_bar_100Hz": 1.996478666666662, "PS4_Pressure_bar_100Hz": 1.826542833333333, "PS5_Pressure_bar_100Hz": 9.968462666666644, "PS6_Pressure_bar_100Hz": 9.8486221666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.696405000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.165146666666661, "TS1_Temperature_C_1Hz": 35.397916666666674, "TS2_Temperature_C_1Hz": 41.02323333333334, "TS3_Temperature_C_1Hz": 38.349766666666675, "TS4_Temperature_C_1Hz": 30.523683333333327, "P1_MotorPower_W_100Hz": 2543.7684333333655, "VS1_Vibration_mm_per_s_1Hz": 0.5606833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.418733333333336, "CP_CoolingPower_kW_1Hz": 2.142783333333333, "SE_EfficiencyFactor_percent_1Hz": 59.09211666666668, "cycle": 1538, "timestamp": "2026-09-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02623999999867, "PS2_Pressure_bar_100Hz": 109.59212850000007, "PS3_Pressure_bar_100Hz": 2.001921666666663, "PS4_Pressure_bar_100Hz": 1.872669333333335, "PS5_Pressure_bar_100Hz": 9.968856999999876, "PS6_Pressure_bar_100Hz": 9.849863833333275, "FS1_VolumeFlow_l_per_min_10Hz": 6.701148333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.166486666666664, "TS1_Temperature_C_1Hz": 35.400999999999996, "TS2_Temperature_C_1Hz": 41.02871666666667, "TS3_Temperature_C_1Hz": 38.34758333333333, "TS4_Temperature_C_1Hz": 30.51135, "P1_MotorPower_W_100Hz": 2543.907033333342, "VS1_Vibration_mm_per_s_1Hz": 0.5640333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.51636666666666, "CP_CoolingPower_kW_1Hz": 2.147100000000001, "SE_EfficiencyFactor_percent_1Hz": 59.15383333333336, "cycle": 1539, "timestamp": "2026-09-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02448499999872, "PS2_Pressure_bar_100Hz": 109.57660200000007, "PS3_Pressure_bar_100Hz": 2.0068216666666707, "PS4_Pressure_bar_100Hz": 1.8754479999999902, "PS5_Pressure_bar_100Hz": 9.968304333333318, "PS6_Pressure_bar_100Hz": 9.849470666666592, "FS1_VolumeFlow_l_per_min_10Hz": 6.688973333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.16721499999999, "TS1_Temperature_C_1Hz": 35.405616666666674, "TS2_Temperature_C_1Hz": 41.02921666666668, "TS3_Temperature_C_1Hz": 38.37233333333336, "TS4_Temperature_C_1Hz": 30.47563333333334, "P1_MotorPower_W_100Hz": 2544.223633333371, "VS1_Vibration_mm_per_s_1Hz": 0.5666166666666669, "CE_CoolingEfficiency_percent_1Hz": 46.80133333333334, "CP_CoolingPower_kW_1Hz": 2.1612666666666667, "SE_EfficiencyFactor_percent_1Hz": 58.93753333333334, "cycle": 1540, "timestamp": "2026-09-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02846499999873, "PS2_Pressure_bar_100Hz": 109.57946683333385, "PS3_Pressure_bar_100Hz": 2.0084831666666707, "PS4_Pressure_bar_100Hz": 1.9221035000000033, "PS5_Pressure_bar_100Hz": 9.96927016666658, "PS6_Pressure_bar_100Hz": 9.848914999999954, "FS1_VolumeFlow_l_per_min_10Hz": 6.678889999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.167296666666662, "TS1_Temperature_C_1Hz": 35.41576666666667, "TS2_Temperature_C_1Hz": 41.02581666666666, "TS3_Temperature_C_1Hz": 38.364116666666675, "TS4_Temperature_C_1Hz": 30.534499999999987, "P1_MotorPower_W_100Hz": 2543.436900000054, "VS1_Vibration_mm_per_s_1Hz": 0.5648, "CE_CoolingEfficiency_percent_1Hz": 46.42486666666669, "CP_CoolingPower_kW_1Hz": 2.1451333333333333, "SE_EfficiencyFactor_percent_1Hz": 58.808083333333336, "cycle": 1541, "timestamp": "2026-09-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03703166666574, "PS2_Pressure_bar_100Hz": 109.60074616666662, "PS3_Pressure_bar_100Hz": 1.9932383333333221, "PS4_Pressure_bar_100Hz": 2.0850916666666524, "PS5_Pressure_bar_100Hz": 9.962032333333303, "PS6_Pressure_bar_100Hz": 9.842043999999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.682589999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.162613333333313, "TS1_Temperature_C_1Hz": 35.411550000000005, "TS2_Temperature_C_1Hz": 41.032866666666656, "TS3_Temperature_C_1Hz": 38.36006666666667, "TS4_Temperature_C_1Hz": 30.53811666666666, "P1_MotorPower_W_100Hz": 2544.033100000037, "VS1_Vibration_mm_per_s_1Hz": 0.5630999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.38911666666667, "CP_CoolingPower_kW_1Hz": 2.141083333333334, "SE_EfficiencyFactor_percent_1Hz": 58.86793333333333, "cycle": 1542, "timestamp": "2026-09-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03424666666547, "PS2_Pressure_bar_100Hz": 109.59146833333376, "PS3_Pressure_bar_100Hz": 2.0012241666666695, "PS4_Pressure_bar_100Hz": 2.007930000000007, "PS5_Pressure_bar_100Hz": 9.962391166666613, "PS6_Pressure_bar_100Hz": 9.84233499999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.692933333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.165446666666655, "TS1_Temperature_C_1Hz": 35.409383333333345, "TS2_Temperature_C_1Hz": 41.03948333333333, "TS3_Temperature_C_1Hz": 38.37536666666667, "TS4_Temperature_C_1Hz": 30.53856666666666, "P1_MotorPower_W_100Hz": 2543.598800000024, "VS1_Vibration_mm_per_s_1Hz": 0.5623833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.44796666666668, "CP_CoolingPower_kW_1Hz": 2.146716666666667, "SE_EfficiencyFactor_percent_1Hz": 59.017116666666666, "cycle": 1543, "timestamp": "2026-09-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0239149999999, "PS2_Pressure_bar_100Hz": 109.60407416666675, "PS3_Pressure_bar_100Hz": 2.0027459999999935, "PS4_Pressure_bar_100Hz": 1.9037299999999937, "PS5_Pressure_bar_100Hz": 9.961176833333301, "PS6_Pressure_bar_100Hz": 9.842229166666673, "FS1_VolumeFlow_l_per_min_10Hz": 6.681343333333325, "FS2_VolumeFlow_l_per_min_10Hz": 10.166739999999983, "TS1_Temperature_C_1Hz": 35.41056666666668, "TS2_Temperature_C_1Hz": 41.04708333333334, "TS3_Temperature_C_1Hz": 38.37655, "TS4_Temperature_C_1Hz": 30.555566666666667, "P1_MotorPower_W_100Hz": 2543.857366666729, "VS1_Vibration_mm_per_s_1Hz": 0.5592999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.34795000000001, "CP_CoolingPower_kW_1Hz": 2.143866666666667, "SE_EfficiencyFactor_percent_1Hz": 58.85086666666667, "cycle": 1544, "timestamp": "2026-09-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0190483333326, "PS2_Pressure_bar_100Hz": 109.60683983333362, "PS3_Pressure_bar_100Hz": 2.0067959999999956, "PS4_Pressure_bar_100Hz": 2.2054400000000065, "PS5_Pressure_bar_100Hz": 9.964862833333337, "PS6_Pressure_bar_100Hz": 9.845049999999967, "FS1_VolumeFlow_l_per_min_10Hz": 6.697765000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.169328333333326, "TS1_Temperature_C_1Hz": 35.41361666666667, "TS2_Temperature_C_1Hz": 41.043916666666654, "TS3_Temperature_C_1Hz": 38.381616666666666, "TS4_Temperature_C_1Hz": 30.554383333333323, "P1_MotorPower_W_100Hz": 2545.8995666667197, "VS1_Vibration_mm_per_s_1Hz": 0.5599999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.41655, "CP_CoolingPower_kW_1Hz": 2.1463166666666678, "SE_EfficiencyFactor_percent_1Hz": 59.02648333333331, "cycle": 1545, "timestamp": "2026-09-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0220349999988, "PS2_Pressure_bar_100Hz": 109.61369016666673, "PS3_Pressure_bar_100Hz": 2.0031165000000035, "PS4_Pressure_bar_100Hz": 2.2196626666666637, "PS5_Pressure_bar_100Hz": 9.962347499999948, "PS6_Pressure_bar_100Hz": 9.842600499999962, "FS1_VolumeFlow_l_per_min_10Hz": 6.690258333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.168033333333323, "TS1_Temperature_C_1Hz": 35.41463333333334, "TS2_Temperature_C_1Hz": 41.025783333333344, "TS3_Temperature_C_1Hz": 38.384766666666685, "TS4_Temperature_C_1Hz": 30.554916666666664, "P1_MotorPower_W_100Hz": 2544.184800000051, "VS1_Vibration_mm_per_s_1Hz": 0.5637, "CE_CoolingEfficiency_percent_1Hz": 46.369799999999984, "CP_CoolingPower_kW_1Hz": 2.1442666666666668, "SE_EfficiencyFactor_percent_1Hz": 58.98606666666667, "cycle": 1546, "timestamp": "2026-09-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0228349999995, "PS2_Pressure_bar_100Hz": 109.57851416666693, "PS3_Pressure_bar_100Hz": 2.0096498333333384, "PS4_Pressure_bar_100Hz": 1.9090336666666674, "PS5_Pressure_bar_100Hz": 9.961237333333354, "PS6_Pressure_bar_100Hz": 9.841813666666624, "FS1_VolumeFlow_l_per_min_10Hz": 6.699153333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.167984999999986, "TS1_Temperature_C_1Hz": 35.41981666666668, "TS2_Temperature_C_1Hz": 41.03038333333333, "TS3_Temperature_C_1Hz": 38.37328333333331, "TS4_Temperature_C_1Hz": 30.555750000000003, "P1_MotorPower_W_100Hz": 2543.4511333333608, "VS1_Vibration_mm_per_s_1Hz": 0.5620333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.35630000000001, "CP_CoolingPower_kW_1Hz": 2.14295, "SE_EfficiencyFactor_percent_1Hz": 59.118116666666694, "cycle": 1547, "timestamp": "2026-09-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04212166666625, "PS2_Pressure_bar_100Hz": 109.59168566666709, "PS3_Pressure_bar_100Hz": 1.9928003333333293, "PS4_Pressure_bar_100Hz": 2.6280468333333364, "PS5_Pressure_bar_100Hz": 9.964527999999968, "PS6_Pressure_bar_100Hz": 9.845134666666622, "FS1_VolumeFlow_l_per_min_10Hz": 6.686733333333327, "FS2_VolumeFlow_l_per_min_10Hz": 10.173988333333323, "TS1_Temperature_C_1Hz": 35.42225, "TS2_Temperature_C_1Hz": 41.031, "TS3_Temperature_C_1Hz": 38.38011666666668, "TS4_Temperature_C_1Hz": 30.473283333333335, "P1_MotorPower_W_100Hz": 2544.8758333333853, "VS1_Vibration_mm_per_s_1Hz": 0.56575, "CE_CoolingEfficiency_percent_1Hz": 46.96450000000001, "CP_CoolingPower_kW_1Hz": 2.1681666666666666, "SE_EfficiencyFactor_percent_1Hz": 58.891316666666654, "cycle": 1548, "timestamp": "2026-09-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03247166666566, "PS2_Pressure_bar_100Hz": 109.59639383333347, "PS3_Pressure_bar_100Hz": 1.996269833333329, "PS4_Pressure_bar_100Hz": 1.9804978333333363, "PS5_Pressure_bar_100Hz": 9.963798166666637, "PS6_Pressure_bar_100Hz": 9.845164499999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.687983333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.174726666666665, "TS1_Temperature_C_1Hz": 35.42711666666667, "TS2_Temperature_C_1Hz": 41.03363333333333, "TS3_Temperature_C_1Hz": 38.37630000000001, "TS4_Temperature_C_1Hz": 30.517799999999987, "P1_MotorPower_W_100Hz": 2545.219400000044, "VS1_Vibration_mm_per_s_1Hz": 0.56285, "CE_CoolingEfficiency_percent_1Hz": 46.876850000000005, "CP_CoolingPower_kW_1Hz": 2.1576500000000007, "SE_EfficiencyFactor_percent_1Hz": 58.91311666666665, "cycle": 1549, "timestamp": "2026-09-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02000166666656, "PS2_Pressure_bar_100Hz": 109.59339533333373, "PS3_Pressure_bar_100Hz": 1.9929091666666594, "PS4_Pressure_bar_100Hz": 1.6148048333333405, "PS5_Pressure_bar_100Hz": 9.96166366666663, "PS6_Pressure_bar_100Hz": 9.842886666666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.697094999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.17045666666665, "TS1_Temperature_C_1Hz": 35.44150000000001, "TS2_Temperature_C_1Hz": 41.04706666666665, "TS3_Temperature_C_1Hz": 38.38253333333332, "TS4_Temperature_C_1Hz": 30.55623333333332, "P1_MotorPower_W_100Hz": 2544.816233333367, "VS1_Vibration_mm_per_s_1Hz": 0.5628666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.627383333333334, "CP_CoolingPower_kW_1Hz": 2.1442333333333328, "SE_EfficiencyFactor_percent_1Hz": 59.072549999999985, "cycle": 1550, "timestamp": "2026-09-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02866166666558, "PS2_Pressure_bar_100Hz": 109.60363350000019, "PS3_Pressure_bar_100Hz": 1.9844948333333319, "PS4_Pressure_bar_100Hz": 1.8298314999999996, "PS5_Pressure_bar_100Hz": 9.962693666666656, "PS6_Pressure_bar_100Hz": 9.844344333333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.681781666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.172184999999995, "TS1_Temperature_C_1Hz": 35.43511666666669, "TS2_Temperature_C_1Hz": 41.0551, "TS3_Temperature_C_1Hz": 38.388000000000005, "TS4_Temperature_C_1Hz": 30.53343333333333, "P1_MotorPower_W_100Hz": 2544.8192666666732, "VS1_Vibration_mm_per_s_1Hz": 0.5644166666666663, "CE_CoolingEfficiency_percent_1Hz": 46.79729999999998, "CP_CoolingPower_kW_1Hz": 2.1533166666666674, "SE_EfficiencyFactor_percent_1Hz": 58.83016666666667, "cycle": 1551, "timestamp": "2026-09-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03767333333175, "PS2_Pressure_bar_100Hz": 109.60743683333381, "PS3_Pressure_bar_100Hz": 1.9859421666666652, "PS4_Pressure_bar_100Hz": 2.4480700000000053, "PS5_Pressure_bar_100Hz": 9.961750833333252, "PS6_Pressure_bar_100Hz": 9.843354333333322, "FS1_VolumeFlow_l_per_min_10Hz": 6.703419999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.174016666666663, "TS1_Temperature_C_1Hz": 35.42678333333335, "TS2_Temperature_C_1Hz": 41.05711666666666, "TS3_Temperature_C_1Hz": 38.3776, "TS4_Temperature_C_1Hz": 30.559383333333333, "P1_MotorPower_W_100Hz": 2544.090833333388, "VS1_Vibration_mm_per_s_1Hz": 0.5605, "CE_CoolingEfficiency_percent_1Hz": 46.61089999999999, "CP_CoolingPower_kW_1Hz": 2.144366666666667, "SE_EfficiencyFactor_percent_1Hz": 59.1562, "cycle": 1552, "timestamp": "2026-09-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01669999999925, "PS2_Pressure_bar_100Hz": 109.59345983333321, "PS3_Pressure_bar_100Hz": 1.9957411666666651, "PS4_Pressure_bar_100Hz": 2.9436356666666583, "PS5_Pressure_bar_100Hz": 9.95709466666664, "PS6_Pressure_bar_100Hz": 9.839013833333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.688459999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.170044999999986, "TS1_Temperature_C_1Hz": 35.44021666666667, "TS2_Temperature_C_1Hz": 41.04993333333333, "TS3_Temperature_C_1Hz": 38.393049999999995, "TS4_Temperature_C_1Hz": 30.55653333333333, "P1_MotorPower_W_100Hz": 2544.7600000000307, "VS1_Vibration_mm_per_s_1Hz": 0.5599999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.672783333333335, "CP_CoolingPower_kW_1Hz": 2.1483833333333333, "SE_EfficiencyFactor_percent_1Hz": 58.94326666666667, "cycle": 1553, "timestamp": "2026-09-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04777166666605, "PS2_Pressure_bar_100Hz": 109.62024966666678, "PS3_Pressure_bar_100Hz": 2.002534666666664, "PS4_Pressure_bar_100Hz": 3.2113161666666685, "PS5_Pressure_bar_100Hz": 9.956996666666646, "PS6_Pressure_bar_100Hz": 9.839298333333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.678676666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.16683499999998, "TS1_Temperature_C_1Hz": 35.43681666666667, "TS2_Temperature_C_1Hz": 41.040783333333316, "TS3_Temperature_C_1Hz": 38.38893333333332, "TS4_Temperature_C_1Hz": 30.584933333333336, "P1_MotorPower_W_100Hz": 2544.7957000000015, "VS1_Vibration_mm_per_s_1Hz": 0.5612499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.50604999999998, "CP_CoolingPower_kW_1Hz": 2.1389333333333336, "SE_EfficiencyFactor_percent_1Hz": 58.77668333333331, "cycle": 1554, "timestamp": "2026-10-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01142999999925, "PS2_Pressure_bar_100Hz": 109.57784833333346, "PS3_Pressure_bar_100Hz": 1.999227666666666, "PS4_Pressure_bar_100Hz": 2.851884333333335, "PS5_Pressure_bar_100Hz": 9.962815499999955, "PS6_Pressure_bar_100Hz": 9.843838999999958, "FS1_VolumeFlow_l_per_min_10Hz": 6.686948333333343, "FS2_VolumeFlow_l_per_min_10Hz": 10.171046666666646, "TS1_Temperature_C_1Hz": 35.43761666666666, "TS2_Temperature_C_1Hz": 41.03540000000001, "TS3_Temperature_C_1Hz": 38.38393333333331, "TS4_Temperature_C_1Hz": 30.557383333333338, "P1_MotorPower_W_100Hz": 2543.5148666666987, "VS1_Vibration_mm_per_s_1Hz": 0.5561333333333335, "CE_CoolingEfficiency_percent_1Hz": 46.620266666666666, "CP_CoolingPower_kW_1Hz": 2.1437166666666676, "SE_EfficiencyFactor_percent_1Hz": 58.93478333333331, "cycle": 1555, "timestamp": "2026-10-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01313833333214, "PS2_Pressure_bar_100Hz": 109.55809650000064, "PS3_Pressure_bar_100Hz": 2.0005163333333362, "PS4_Pressure_bar_100Hz": 3.3872333333333313, "PS5_Pressure_bar_100Hz": 9.961696999999978, "PS6_Pressure_bar_100Hz": 9.843473499999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.691248333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.170543333333333, "TS1_Temperature_C_1Hz": 35.45248333333335, "TS2_Temperature_C_1Hz": 41.04260000000001, "TS3_Temperature_C_1Hz": 38.389849999999996, "TS4_Temperature_C_1Hz": 30.553016666666668, "P1_MotorPower_W_100Hz": 2544.968366666684, "VS1_Vibration_mm_per_s_1Hz": 0.5619, "CE_CoolingEfficiency_percent_1Hz": 46.688549999999985, "CP_CoolingPower_kW_1Hz": 2.1485166666666666, "SE_EfficiencyFactor_percent_1Hz": 58.927483333333306, "cycle": 1556, "timestamp": "2026-10-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02585166666614, "PS2_Pressure_bar_100Hz": 109.585776333334, "PS3_Pressure_bar_100Hz": 2.004768333333338, "PS4_Pressure_bar_100Hz": 3.7847011666666606, "PS5_Pressure_bar_100Hz": 9.960017166666582, "PS6_Pressure_bar_100Hz": 9.842151499999968, "FS1_VolumeFlow_l_per_min_10Hz": 6.677935000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.169803333333322, "TS1_Temperature_C_1Hz": 35.46816666666666, "TS2_Temperature_C_1Hz": 41.057149999999986, "TS3_Temperature_C_1Hz": 38.38703333333333, "TS4_Temperature_C_1Hz": 30.521216666666657, "P1_MotorPower_W_100Hz": 2545.651066666732, "VS1_Vibration_mm_per_s_1Hz": 0.5553666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.891233333333346, "CP_CoolingPower_kW_1Hz": 2.1557333333333326, "SE_EfficiencyFactor_percent_1Hz": 58.71863333333333, "cycle": 1557, "timestamp": "2026-10-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01880999999926, "PS2_Pressure_bar_100Hz": 109.59156866666706, "PS3_Pressure_bar_100Hz": 2.0032655000000017, "PS4_Pressure_bar_100Hz": 3.512059833333334, "PS5_Pressure_bar_100Hz": 9.960663166666635, "PS6_Pressure_bar_100Hz": 9.84314933333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.680334999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.171576666666665, "TS1_Temperature_C_1Hz": 35.468966666666674, "TS2_Temperature_C_1Hz": 41.094216666666675, "TS3_Temperature_C_1Hz": 38.38261666666665, "TS4_Temperature_C_1Hz": 30.554783333333326, "P1_MotorPower_W_100Hz": 2544.207566666716, "VS1_Vibration_mm_per_s_1Hz": 0.5556166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.83276666666667, "CP_CoolingPower_kW_1Hz": 2.143916666666667, "SE_EfficiencyFactor_percent_1Hz": 58.82205, "cycle": 1558, "timestamp": "2026-10-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01212333333243, "PS2_Pressure_bar_100Hz": 109.5893765000003, "PS3_Pressure_bar_100Hz": 2.0084348333333315, "PS4_Pressure_bar_100Hz": 3.1043875, "PS5_Pressure_bar_100Hz": 9.962424499999964, "PS6_Pressure_bar_100Hz": 9.84408966666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.690385, "FS2_VolumeFlow_l_per_min_10Hz": 10.174099999999978, "TS1_Temperature_C_1Hz": 35.466166666666666, "TS2_Temperature_C_1Hz": 41.09394999999998, "TS3_Temperature_C_1Hz": 38.39606666666667, "TS4_Temperature_C_1Hz": 30.581216666666666, "P1_MotorPower_W_100Hz": 2545.1700000000073, "VS1_Vibration_mm_per_s_1Hz": 0.5627333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.75655000000001, "CP_CoolingPower_kW_1Hz": 2.1413166666666665, "SE_EfficiencyFactor_percent_1Hz": 58.92868333333336, "cycle": 1559, "timestamp": "2026-10-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01843166666532, "PS2_Pressure_bar_100Hz": 109.59487966666657, "PS3_Pressure_bar_100Hz": 2.00646483333334, "PS4_Pressure_bar_100Hz": 4.408418166666665, "PS5_Pressure_bar_100Hz": 9.962006166666628, "PS6_Pressure_bar_100Hz": 9.842519666666691, "FS1_VolumeFlow_l_per_min_10Hz": 6.70285833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.174936666666667, "TS1_Temperature_C_1Hz": 35.46673333333334, "TS2_Temperature_C_1Hz": 41.09561666666668, "TS3_Temperature_C_1Hz": 38.40224999999999, "TS4_Temperature_C_1Hz": 30.553483333333322, "P1_MotorPower_W_100Hz": 2547.034566666686, "VS1_Vibration_mm_per_s_1Hz": 0.5640166666666669, "CE_CoolingEfficiency_percent_1Hz": 46.966766666666665, "CP_CoolingPower_kW_1Hz": 2.1507, "SE_EfficiencyFactor_percent_1Hz": 59.12760000000001, "cycle": 1560, "timestamp": "2026-10-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02635499999872, "PS2_Pressure_bar_100Hz": 109.59757400000055, "PS3_Pressure_bar_100Hz": 2.0105276666666656, "PS4_Pressure_bar_100Hz": 0.9531728333333249, "PS5_Pressure_bar_100Hz": 9.959670666666634, "PS6_Pressure_bar_100Hz": 9.840503333333313, "FS1_VolumeFlow_l_per_min_10Hz": 6.679728333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.174163333333318, "TS1_Temperature_C_1Hz": 35.48216666666667, "TS2_Temperature_C_1Hz": 41.10393333333334, "TS3_Temperature_C_1Hz": 38.39518333333333, "TS4_Temperature_C_1Hz": 30.557616666666668, "P1_MotorPower_W_100Hz": 2545.9017000000404, "VS1_Vibration_mm_per_s_1Hz": 0.5595000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.97575000000001, "CP_CoolingPower_kW_1Hz": 2.1503833333333335, "SE_EfficiencyFactor_percent_1Hz": 58.7394, "cycle": 1561, "timestamp": "2026-10-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01504166666592, "PS2_Pressure_bar_100Hz": 109.58853083333307, "PS3_Pressure_bar_100Hz": 2.0124939999999976, "PS4_Pressure_bar_100Hz": 1.1717778333333315, "PS5_Pressure_bar_100Hz": 9.959276500000016, "PS6_Pressure_bar_100Hz": 9.84106599999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.703199999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.177938333333325, "TS1_Temperature_C_1Hz": 35.49713333333332, "TS2_Temperature_C_1Hz": 41.1116, "TS3_Temperature_C_1Hz": 38.40916666666667, "TS4_Temperature_C_1Hz": 30.556183333333326, "P1_MotorPower_W_100Hz": 2545.6020666666936, "VS1_Vibration_mm_per_s_1Hz": 0.5611333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.99183333333334, "CP_CoolingPower_kW_1Hz": 2.153550000000001, "SE_EfficiencyFactor_percent_1Hz": 59.10638333333334, "cycle": 1562, "timestamp": "2026-10-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03755666666575, "PS2_Pressure_bar_100Hz": 109.60199350000038, "PS3_Pressure_bar_100Hz": 1.9938369999999943, "PS4_Pressure_bar_100Hz": 0.8439428333333281, "PS5_Pressure_bar_100Hz": 9.953992999999944, "PS6_Pressure_bar_100Hz": 9.834547166666598, "FS1_VolumeFlow_l_per_min_10Hz": 6.6914966666666675, "FS2_VolumeFlow_l_per_min_10Hz": 10.175846666666652, "TS1_Temperature_C_1Hz": 35.498549999999994, "TS2_Temperature_C_1Hz": 41.118050000000004, "TS3_Temperature_C_1Hz": 38.419066666666644, "TS4_Temperature_C_1Hz": 30.558899999999994, "P1_MotorPower_W_100Hz": 2543.9814000000415, "VS1_Vibration_mm_per_s_1Hz": 0.5666833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.986549999999994, "CP_CoolingPower_kW_1Hz": 2.154650000000001, "SE_EfficiencyFactor_percent_1Hz": 58.98948333333333, "cycle": 1563, "timestamp": "2026-10-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03951499999886, "PS2_Pressure_bar_100Hz": 109.6053226666669, "PS3_Pressure_bar_100Hz": 2.0031708333333347, "PS4_Pressure_bar_100Hz": 0.9441488333333399, "PS5_Pressure_bar_100Hz": 9.95276249999993, "PS6_Pressure_bar_100Hz": 9.83399749999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.699665000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.174726666666672, "TS1_Temperature_C_1Hz": 35.513433333333325, "TS2_Temperature_C_1Hz": 41.111850000000004, "TS3_Temperature_C_1Hz": 38.41814999999998, "TS4_Temperature_C_1Hz": 30.624133333333347, "P1_MotorPower_W_100Hz": 2543.388066666711, "VS1_Vibration_mm_per_s_1Hz": 0.56475, "CE_CoolingEfficiency_percent_1Hz": 46.63191666666666, "CP_CoolingPower_kW_1Hz": 2.1380500000000002, "SE_EfficiencyFactor_percent_1Hz": 59.158083333333344, "cycle": 1564, "timestamp": "2026-10-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00750833333254, "PS2_Pressure_bar_100Hz": 109.58421583333389, "PS3_Pressure_bar_100Hz": 2.004334333333331, "PS4_Pressure_bar_100Hz": 2.046086499999978, "PS5_Pressure_bar_100Hz": 9.953961166666632, "PS6_Pressure_bar_100Hz": 9.837103000000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.696936666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.175443333333321, "TS1_Temperature_C_1Hz": 35.51631666666666, "TS2_Temperature_C_1Hz": 41.11645000000002, "TS3_Temperature_C_1Hz": 38.42338333333332, "TS4_Temperature_C_1Hz": 30.590716666666665, "P1_MotorPower_W_100Hz": 2544.5628000000265, "VS1_Vibration_mm_per_s_1Hz": 0.5606833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.81825000000001, "CP_CoolingPower_kW_1Hz": 2.14635, "SE_EfficiencyFactor_percent_1Hz": 59.04566666666667, "cycle": 1565, "timestamp": "2026-10-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01493833333245, "PS2_Pressure_bar_100Hz": 109.60016283333327, "PS3_Pressure_bar_100Hz": 2.0025351666666626, "PS4_Pressure_bar_100Hz": 2.546686500000004, "PS5_Pressure_bar_100Hz": 9.951374666666592, "PS6_Pressure_bar_100Hz": 9.832485833333257, "FS1_VolumeFlow_l_per_min_10Hz": 6.693131666666672, "FS2_VolumeFlow_l_per_min_10Hz": 10.17315499999999, "TS1_Temperature_C_1Hz": 35.516600000000004, "TS2_Temperature_C_1Hz": 41.12101666666668, "TS3_Temperature_C_1Hz": 38.42568333333333, "TS4_Temperature_C_1Hz": 30.61766666666667, "P1_MotorPower_W_100Hz": 2545.3444333333728, "VS1_Vibration_mm_per_s_1Hz": 0.5613166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.6868, "CP_CoolingPower_kW_1Hz": 2.13965, "SE_EfficiencyFactor_percent_1Hz": 58.98648333333335, "cycle": 1566, "timestamp": "2026-10-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00207499999905, "PS2_Pressure_bar_100Hz": 109.5880035000006, "PS3_Pressure_bar_100Hz": 2.002095500000004, "PS4_Pressure_bar_100Hz": 1.2186595000000005, "PS5_Pressure_bar_100Hz": 9.9492114999999, "PS6_Pressure_bar_100Hz": 9.830786499999943, "FS1_VolumeFlow_l_per_min_10Hz": 6.699305, "FS2_VolumeFlow_l_per_min_10Hz": 10.173699999999975, "TS1_Temperature_C_1Hz": 35.524666666666654, "TS2_Temperature_C_1Hz": 41.14556666666666, "TS3_Temperature_C_1Hz": 38.42653333333332, "TS4_Temperature_C_1Hz": 30.591700000000007, "P1_MotorPower_W_100Hz": 2544.471466666707, "VS1_Vibration_mm_per_s_1Hz": 0.5632833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.89236666666667, "CP_CoolingPower_kW_1Hz": 2.1497166666666674, "SE_EfficiencyFactor_percent_1Hz": 59.092449999999985, "cycle": 1567, "timestamp": "2026-10-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01769333333198, "PS2_Pressure_bar_100Hz": 109.58046666666702, "PS3_Pressure_bar_100Hz": 1.9998776666666696, "PS4_Pressure_bar_100Hz": 1.0161883333333313, "PS5_Pressure_bar_100Hz": 9.952886166666596, "PS6_Pressure_bar_100Hz": 9.834288833333266, "FS1_VolumeFlow_l_per_min_10Hz": 6.68591, "FS2_VolumeFlow_l_per_min_10Hz": 10.17516833333333, "TS1_Temperature_C_1Hz": 35.529349999999994, "TS2_Temperature_C_1Hz": 41.161033333333336, "TS3_Temperature_C_1Hz": 38.43108333333332, "TS4_Temperature_C_1Hz": 30.613183333333335, "P1_MotorPower_W_100Hz": 2544.6603666667047, "VS1_Vibration_mm_per_s_1Hz": 0.5618500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.70505, "CP_CoolingPower_kW_1Hz": 2.1422999999999996, "SE_EfficiencyFactor_percent_1Hz": 58.85931666666666, "cycle": 1568, "timestamp": "2026-10-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02704999999852, "PS2_Pressure_bar_100Hz": 109.59958700000041, "PS3_Pressure_bar_100Hz": 2.011618999999996, "PS4_Pressure_bar_100Hz": 1.2941568333333273, "PS5_Pressure_bar_100Hz": 9.950654999999921, "PS6_Pressure_bar_100Hz": 9.832070999999942, "FS1_VolumeFlow_l_per_min_10Hz": 6.683026666666673, "FS2_VolumeFlow_l_per_min_10Hz": 10.175821666666659, "TS1_Temperature_C_1Hz": 35.53383333333333, "TS2_Temperature_C_1Hz": 41.16970000000001, "TS3_Temperature_C_1Hz": 38.43285000000001, "TS4_Temperature_C_1Hz": 30.619099999999996, "P1_MotorPower_W_100Hz": 2545.20250000008, "VS1_Vibration_mm_per_s_1Hz": 0.5665666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.703950000000006, "CP_CoolingPower_kW_1Hz": 2.1418499999999994, "SE_EfficiencyFactor_percent_1Hz": 58.78741666666666, "cycle": 1569, "timestamp": "2026-10-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02213833333275, "PS2_Pressure_bar_100Hz": 109.57923516666713, "PS3_Pressure_bar_100Hz": 2.001766666666672, "PS4_Pressure_bar_100Hz": 1.0810646666666661, "PS5_Pressure_bar_100Hz": 9.944381333333277, "PS6_Pressure_bar_100Hz": 9.82631949999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.690935000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.175889999999987, "TS1_Temperature_C_1Hz": 35.53464999999998, "TS2_Temperature_C_1Hz": 41.1676, "TS3_Temperature_C_1Hz": 38.44149999999999, "TS4_Temperature_C_1Hz": 30.56350000000001, "P1_MotorPower_W_100Hz": 2542.666366666693, "VS1_Vibration_mm_per_s_1Hz": 0.5673333333333332, "CE_CoolingEfficiency_percent_1Hz": 47.03796666666667, "CP_CoolingPower_kW_1Hz": 2.158533333333334, "SE_EfficiencyFactor_percent_1Hz": 58.98093333333334, "cycle": 1570, "timestamp": "2026-10-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0237099999993, "PS2_Pressure_bar_100Hz": 109.59055850000036, "PS3_Pressure_bar_100Hz": 2.0008976666666767, "PS4_Pressure_bar_100Hz": 0.2562955, "PS5_Pressure_bar_100Hz": 9.941428833333227, "PS6_Pressure_bar_100Hz": 9.822787833333297, "FS1_VolumeFlow_l_per_min_10Hz": 6.694978333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.174573333333335, "TS1_Temperature_C_1Hz": 35.54603333333334, "TS2_Temperature_C_1Hz": 41.161283333333344, "TS3_Temperature_C_1Hz": 38.44684999999997, "TS4_Temperature_C_1Hz": 30.55073333333333, "P1_MotorPower_W_100Hz": 2544.0192333333625, "VS1_Vibration_mm_per_s_1Hz": 0.5625666666666665, "CE_CoolingEfficiency_percent_1Hz": 47.150116666666676, "CP_CoolingPower_kW_1Hz": 2.1658666666666666, "SE_EfficiencyFactor_percent_1Hz": 59.046933333333335, "cycle": 1571, "timestamp": "2026-10-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0047549999994, "PS2_Pressure_bar_100Hz": 109.59799383333387, "PS3_Pressure_bar_100Hz": 1.9984683333333353, "PS4_Pressure_bar_100Hz": 0.6614058333333341, "PS5_Pressure_bar_100Hz": 9.935852333333303, "PS6_Pressure_bar_100Hz": 9.81584299999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.674186666666661, "FS2_VolumeFlow_l_per_min_10Hz": 10.16990666666665, "TS1_Temperature_C_1Hz": 35.547749999999986, "TS2_Temperature_C_1Hz": 41.16445, "TS3_Temperature_C_1Hz": 38.456266666666664, "TS4_Temperature_C_1Hz": 30.59003333333334, "P1_MotorPower_W_100Hz": 2544.1995666667026, "VS1_Vibration_mm_per_s_1Hz": 0.5612833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.97401666666667, "CP_CoolingPower_kW_1Hz": 2.157716666666667, "SE_EfficiencyFactor_percent_1Hz": 58.75765000000001, "cycle": 1572, "timestamp": "2026-10-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01217166666575, "PS2_Pressure_bar_100Hz": 109.58169683333385, "PS3_Pressure_bar_100Hz": 1.996210833333339, "PS4_Pressure_bar_100Hz": 0.6995448333333296, "PS5_Pressure_bar_100Hz": 9.934231833333255, "PS6_Pressure_bar_100Hz": 9.81469849999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.695323333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.168413333333321, "TS1_Temperature_C_1Hz": 35.555533333333315, "TS2_Temperature_C_1Hz": 41.18733333333332, "TS3_Temperature_C_1Hz": 38.474099999999986, "TS4_Temperature_C_1Hz": 30.645033333333334, "P1_MotorPower_W_100Hz": 2541.918000000013, "VS1_Vibration_mm_per_s_1Hz": 0.5600166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.68863333333332, "CP_CoolingPower_kW_1Hz": 2.145516666666667, "SE_EfficiencyFactor_percent_1Hz": 59.11613333333335, "cycle": 1573, "timestamp": "2026-10-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02884166666604, "PS2_Pressure_bar_100Hz": 109.58863366666723, "PS3_Pressure_bar_100Hz": 1.9974571666666718, "PS4_Pressure_bar_100Hz": 0.9215128333333357, "PS5_Pressure_bar_100Hz": 9.935745833333307, "PS6_Pressure_bar_100Hz": 9.81729083333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.698666666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.170818333333331, "TS1_Temperature_C_1Hz": 35.54756666666666, "TS2_Temperature_C_1Hz": 41.20789999999999, "TS3_Temperature_C_1Hz": 38.47648333333332, "TS4_Temperature_C_1Hz": 30.588116666666664, "P1_MotorPower_W_100Hz": 2541.637166666697, "VS1_Vibration_mm_per_s_1Hz": 0.5596833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.96424999999999, "CP_CoolingPower_kW_1Hz": 2.1580833333333342, "SE_EfficiencyFactor_percent_1Hz": 59.194133333333326, "cycle": 1574, "timestamp": "2026-10-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0274483333322, "PS2_Pressure_bar_100Hz": 109.59174916666724, "PS3_Pressure_bar_100Hz": 1.9912498333333264, "PS4_Pressure_bar_100Hz": 2.396394500000002, "PS5_Pressure_bar_100Hz": 9.935016500000001, "PS6_Pressure_bar_100Hz": 9.815760333333312, "FS1_VolumeFlow_l_per_min_10Hz": 6.686751666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.16994499999999, "TS1_Temperature_C_1Hz": 35.54781666666667, "TS2_Temperature_C_1Hz": 41.212033333333316, "TS3_Temperature_C_1Hz": 38.48248333333333, "TS4_Temperature_C_1Hz": 30.619750000000007, "P1_MotorPower_W_100Hz": 2542.0128666666965, "VS1_Vibration_mm_per_s_1Hz": 0.5639333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.73116666666666, "CP_CoolingPower_kW_1Hz": 2.15505, "SE_EfficiencyFactor_percent_1Hz": 58.97463333333332, "cycle": 1575, "timestamp": "2026-10-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0309466666654, "PS2_Pressure_bar_100Hz": 109.59107416666671, "PS3_Pressure_bar_100Hz": 1.9904496666666631, "PS4_Pressure_bar_100Hz": 3.503265999999996, "PS5_Pressure_bar_100Hz": 9.931428666666685, "PS6_Pressure_bar_100Hz": 9.811911499999932, "FS1_VolumeFlow_l_per_min_10Hz": 6.686191666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.16753333333331, "TS1_Temperature_C_1Hz": 35.54006666666666, "TS2_Temperature_C_1Hz": 41.21106666666666, "TS3_Temperature_C_1Hz": 38.48223333333331, "TS4_Temperature_C_1Hz": 30.644216666666672, "P1_MotorPower_W_100Hz": 2541.298700000063, "VS1_Vibration_mm_per_s_1Hz": 0.5599, "CE_CoolingEfficiency_percent_1Hz": 46.534683333333334, "CP_CoolingPower_kW_1Hz": 2.147816666666666, "SE_EfficiencyFactor_percent_1Hz": 58.965399999999974, "cycle": 1576, "timestamp": "2026-10-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02662499999875, "PS2_Pressure_bar_100Hz": 109.58979833333386, "PS3_Pressure_bar_100Hz": 2.0032498333333337, "PS4_Pressure_bar_100Hz": 4.650877166666655, "PS5_Pressure_bar_100Hz": 9.929626333333342, "PS6_Pressure_bar_100Hz": 9.80947099999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.6826216666666705, "FS2_VolumeFlow_l_per_min_10Hz": 10.16838, "TS1_Temperature_C_1Hz": 35.53914999999999, "TS2_Temperature_C_1Hz": 41.21656666666665, "TS3_Temperature_C_1Hz": 38.49044999999998, "TS4_Temperature_C_1Hz": 30.639633333333332, "P1_MotorPower_W_100Hz": 2541.0871000000475, "VS1_Vibration_mm_per_s_1Hz": 0.5583666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.516466666666666, "CP_CoolingPower_kW_1Hz": 2.1502000000000003, "SE_EfficiencyFactor_percent_1Hz": 58.96896666666668, "cycle": 1577, "timestamp": "2026-10-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.018386666666, "PS2_Pressure_bar_100Hz": 109.58040300000062, "PS3_Pressure_bar_100Hz": 2.0018499999999975, "PS4_Pressure_bar_100Hz": 1.5434735000000002, "PS5_Pressure_bar_100Hz": 9.934597833333275, "PS6_Pressure_bar_100Hz": 9.814950833333306, "FS1_VolumeFlow_l_per_min_10Hz": 6.692996666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.16861333333334, "TS1_Temperature_C_1Hz": 35.54589999999998, "TS2_Temperature_C_1Hz": 41.20768333333333, "TS3_Temperature_C_1Hz": 38.484466666666655, "TS4_Temperature_C_1Hz": 30.640083333333344, "P1_MotorPower_W_100Hz": 2542.2040333333402, "VS1_Vibration_mm_per_s_1Hz": 0.5654999999999998, "CE_CoolingEfficiency_percent_1Hz": 46.44801666666665, "CP_CoolingPower_kW_1Hz": 2.1483833333333338, "SE_EfficiencyFactor_percent_1Hz": 59.07738333333334, "cycle": 1578, "timestamp": "2026-10-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02073333333257, "PS2_Pressure_bar_100Hz": 109.57457716666711, "PS3_Pressure_bar_100Hz": 2.0103693333333306, "PS4_Pressure_bar_100Hz": 1.5386931666666699, "PS5_Pressure_bar_100Hz": 9.94015949999995, "PS6_Pressure_bar_100Hz": 9.820910499999936, "FS1_VolumeFlow_l_per_min_10Hz": 6.684103333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.17219833333332, "TS1_Temperature_C_1Hz": 35.54319999999999, "TS2_Temperature_C_1Hz": 41.20796666666665, "TS3_Temperature_C_1Hz": 38.483683333333325, "TS4_Temperature_C_1Hz": 30.64005000000001, "P1_MotorPower_W_100Hz": 2542.7838000000415, "VS1_Vibration_mm_per_s_1Hz": 0.5625, "CE_CoolingEfficiency_percent_1Hz": 46.459999999999994, "CP_CoolingPower_kW_1Hz": 2.1505166666666673, "SE_EfficiencyFactor_percent_1Hz": 58.86358333333333, "cycle": 1579, "timestamp": "2026-10-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0378083333328, "PS2_Pressure_bar_100Hz": 109.60452466666673, "PS3_Pressure_bar_100Hz": 1.9972333333333356, "PS4_Pressure_bar_100Hz": 1.6450126666666673, "PS5_Pressure_bar_100Hz": 9.939814499999944, "PS6_Pressure_bar_100Hz": 9.820822333333291, "FS1_VolumeFlow_l_per_min_10Hz": 6.6989233333333305, "FS2_VolumeFlow_l_per_min_10Hz": 10.171331666666655, "TS1_Temperature_C_1Hz": 35.541433333333316, "TS2_Temperature_C_1Hz": 41.20186666666666, "TS3_Temperature_C_1Hz": 38.488683333333334, "TS4_Temperature_C_1Hz": 30.60943333333334, "P1_MotorPower_W_100Hz": 2541.163433333326, "VS1_Vibration_mm_per_s_1Hz": 0.5670000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.671566666666656, "CP_CoolingPower_kW_1Hz": 2.1602666666666663, "SE_EfficiencyFactor_percent_1Hz": 59.176000000000016, "cycle": 1580, "timestamp": "2026-10-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0298633333325, "PS2_Pressure_bar_100Hz": 109.59476300000023, "PS3_Pressure_bar_100Hz": 2.00514416666667, "PS4_Pressure_bar_100Hz": 1.338846666666685, "PS5_Pressure_bar_100Hz": 9.93882883333324, "PS6_Pressure_bar_100Hz": 9.818530833333295, "FS1_VolumeFlow_l_per_min_10Hz": 6.680906666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.171141666666657, "TS1_Temperature_C_1Hz": 35.5434, "TS2_Temperature_C_1Hz": 41.193999999999996, "TS3_Temperature_C_1Hz": 38.48086666666665, "TS4_Temperature_C_1Hz": 30.589716666666657, "P1_MotorPower_W_100Hz": 2542.93213333339, "VS1_Vibration_mm_per_s_1Hz": 0.5691833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.72870000000002, "CP_CoolingPower_kW_1Hz": 2.1612833333333343, "SE_EfficiencyFactor_percent_1Hz": 58.842149999999975, "cycle": 1581, "timestamp": "2026-10-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02557166666637, "PS2_Pressure_bar_100Hz": 109.61077150000013, "PS3_Pressure_bar_100Hz": 2.0045268333333333, "PS4_Pressure_bar_100Hz": 1.1791930000000028, "PS5_Pressure_bar_100Hz": 9.935840833333337, "PS6_Pressure_bar_100Hz": 9.81584399999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.679288333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.173268333333311, "TS1_Temperature_C_1Hz": 35.537, "TS2_Temperature_C_1Hz": 41.18095000000001, "TS3_Temperature_C_1Hz": 38.48669999999997, "TS4_Temperature_C_1Hz": 30.51606666666667, "P1_MotorPower_W_100Hz": 2542.0092666667074, "VS1_Vibration_mm_per_s_1Hz": 0.5650666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.37890000000002, "CP_CoolingPower_kW_1Hz": 2.1831, "SE_EfficiencyFactor_percent_1Hz": 58.84231666666667, "cycle": 1582, "timestamp": "2026-10-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00505666666578, "PS2_Pressure_bar_100Hz": 109.61238050000047, "PS3_Pressure_bar_100Hz": 1.9924596666666596, "PS4_Pressure_bar_100Hz": 1.624997000000004, "PS5_Pressure_bar_100Hz": 9.933541499999956, "PS6_Pressure_bar_100Hz": 9.813949833333275, "FS1_VolumeFlow_l_per_min_10Hz": 6.687286666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.168573333333324, "TS1_Temperature_C_1Hz": 35.544249999999984, "TS2_Temperature_C_1Hz": 41.1745, "TS3_Temperature_C_1Hz": 38.47134999999999, "TS4_Temperature_C_1Hz": 30.559900000000006, "P1_MotorPower_W_100Hz": 2540.3872666667403, "VS1_Vibration_mm_per_s_1Hz": 0.5616, "CE_CoolingEfficiency_percent_1Hz": 46.888566666666655, "CP_CoolingPower_kW_1Hz": 2.1668000000000003, "SE_EfficiencyFactor_percent_1Hz": 59.019616666666664, "cycle": 1583, "timestamp": "2026-10-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.99409999999867, "PS2_Pressure_bar_100Hz": 109.56816433333346, "PS3_Pressure_bar_100Hz": 1.9921653333333318, "PS4_Pressure_bar_100Hz": 2.1912384999999945, "PS5_Pressure_bar_100Hz": 9.934127166666604, "PS6_Pressure_bar_100Hz": 9.815206666666622, "FS1_VolumeFlow_l_per_min_10Hz": 6.676168333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.168993333333324, "TS1_Temperature_C_1Hz": 35.540766666666656, "TS2_Temperature_C_1Hz": 41.17125000000002, "TS3_Temperature_C_1Hz": 38.46501666666665, "TS4_Temperature_C_1Hz": 30.56419999999999, "P1_MotorPower_W_100Hz": 2540.362733333355, "VS1_Vibration_mm_per_s_1Hz": 0.5597833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.86278333333334, "CP_CoolingPower_kW_1Hz": 2.165133333333333, "SE_EfficiencyFactor_percent_1Hz": 58.85253333333334, "cycle": 1584, "timestamp": "2026-10-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01071833333262, "PS2_Pressure_bar_100Hz": 109.60211950000017, "PS3_Pressure_bar_100Hz": 1.9908173333333319, "PS4_Pressure_bar_100Hz": 4.03281316666667, "PS5_Pressure_bar_100Hz": 9.937266166666609, "PS6_Pressure_bar_100Hz": 9.81774583333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.6792750000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.168398333333334, "TS1_Temperature_C_1Hz": 35.53295, "TS2_Temperature_C_1Hz": 41.194799999999994, "TS3_Temperature_C_1Hz": 38.457083333333316, "TS4_Temperature_C_1Hz": 30.60440000000001, "P1_MotorPower_W_100Hz": 2540.0978666667065, "VS1_Vibration_mm_per_s_1Hz": 0.5623166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.577633333333324, "CP_CoolingPower_kW_1Hz": 2.1510500000000006, "SE_EfficiencyFactor_percent_1Hz": 58.90705000000002, "cycle": 1585, "timestamp": "2026-11-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0099066666655, "PS2_Pressure_bar_100Hz": 109.59256633333361, "PS3_Pressure_bar_100Hz": 1.9960889999999918, "PS4_Pressure_bar_100Hz": 1.9258156666666637, "PS5_Pressure_bar_100Hz": 9.935640666666718, "PS6_Pressure_bar_100Hz": 9.816259999999957, "FS1_VolumeFlow_l_per_min_10Hz": 6.696511666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.169596666666667, "TS1_Temperature_C_1Hz": 35.53281666666666, "TS2_Temperature_C_1Hz": 41.19819999999998, "TS3_Temperature_C_1Hz": 38.4569333333333, "TS4_Temperature_C_1Hz": 30.599200000000007, "P1_MotorPower_W_100Hz": 2539.90496666669, "VS1_Vibration_mm_per_s_1Hz": 0.5627, "CE_CoolingEfficiency_percent_1Hz": 46.61353333333334, "CP_CoolingPower_kW_1Hz": 2.1544166666666684, "SE_EfficiencyFactor_percent_1Hz": 59.23193333333333, "cycle": 1586, "timestamp": "2026-11-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01130333333265, "PS2_Pressure_bar_100Hz": 109.5967393333337, "PS3_Pressure_bar_100Hz": 1.9977210000000059, "PS4_Pressure_bar_100Hz": 1.7298083333333325, "PS5_Pressure_bar_100Hz": 9.931956166666668, "PS6_Pressure_bar_100Hz": 9.813373833333298, "FS1_VolumeFlow_l_per_min_10Hz": 6.684986666666657, "FS2_VolumeFlow_l_per_min_10Hz": 10.167224999999988, "TS1_Temperature_C_1Hz": 35.53483333333332, "TS2_Temperature_C_1Hz": 41.20428333333332, "TS3_Temperature_C_1Hz": 38.44946666666666, "TS4_Temperature_C_1Hz": 30.62406666666666, "P1_MotorPower_W_100Hz": 2540.4156666667177, "VS1_Vibration_mm_per_s_1Hz": 0.5507166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.44011666666666, "CP_CoolingPower_kW_1Hz": 2.144216666666666, "SE_EfficiencyFactor_percent_1Hz": 59.018933333333315, "cycle": 1587, "timestamp": "2026-11-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0154483333328, "PS2_Pressure_bar_100Hz": 109.60840733333352, "PS3_Pressure_bar_100Hz": 2.00787, "PS4_Pressure_bar_100Hz": 5.927149333333326, "PS5_Pressure_bar_100Hz": 9.93756933333326, "PS6_Pressure_bar_100Hz": 9.816841333333278, "FS1_VolumeFlow_l_per_min_10Hz": 6.688376666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.168713333333322, "TS1_Temperature_C_1Hz": 35.51905, "TS2_Temperature_C_1Hz": 41.193566666666676, "TS3_Temperature_C_1Hz": 38.44569999999999, "TS4_Temperature_C_1Hz": 30.567916666666665, "P1_MotorPower_W_100Hz": 2541.682766666682, "VS1_Vibration_mm_per_s_1Hz": 0.5524500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.769733333333335, "CP_CoolingPower_kW_1Hz": 2.158466666666667, "SE_EfficiencyFactor_percent_1Hz": 59.011750000000006, "cycle": 1588, "timestamp": "2026-11-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03168333333247, "PS2_Pressure_bar_100Hz": 109.62304250000021, "PS3_Pressure_bar_100Hz": 2.0005370000000013, "PS4_Pressure_bar_100Hz": 2.4673329999999902, "PS5_Pressure_bar_100Hz": 9.94143716666653, "PS6_Pressure_bar_100Hz": 9.821810499999971, "FS1_VolumeFlow_l_per_min_10Hz": 6.695115000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.171583333333313, "TS1_Temperature_C_1Hz": 35.51421666666666, "TS2_Temperature_C_1Hz": 41.17675, "TS3_Temperature_C_1Hz": 38.45268333333331, "TS4_Temperature_C_1Hz": 30.563166666666675, "P1_MotorPower_W_100Hz": 2541.2880666667224, "VS1_Vibration_mm_per_s_1Hz": 0.5560833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.79063333333332, "CP_CoolingPower_kW_1Hz": 2.1604666666666663, "SE_EfficiencyFactor_percent_1Hz": 59.10381666666665, "cycle": 1589, "timestamp": "2026-11-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0224366666661, "PS2_Pressure_bar_100Hz": 109.59885250000036, "PS3_Pressure_bar_100Hz": 2.0085738333333367, "PS4_Pressure_bar_100Hz": 0.4245768333333281, "PS5_Pressure_bar_100Hz": 9.943909833333274, "PS6_Pressure_bar_100Hz": 9.824882499999944, "FS1_VolumeFlow_l_per_min_10Hz": 6.685131666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.172964999999984, "TS1_Temperature_C_1Hz": 35.50225, "TS2_Temperature_C_1Hz": 41.17321666666666, "TS3_Temperature_C_1Hz": 38.43825, "TS4_Temperature_C_1Hz": 30.571999999999996, "P1_MotorPower_W_100Hz": 2542.310966666755, "VS1_Vibration_mm_per_s_1Hz": 0.5556500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.739033333333325, "CP_CoolingPower_kW_1Hz": 2.157883333333334, "SE_EfficiencyFactor_percent_1Hz": 58.90971666666665, "cycle": 1590, "timestamp": "2026-11-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03431999999907, "PS2_Pressure_bar_100Hz": 109.61362300000039, "PS3_Pressure_bar_100Hz": 2.005750000000005, "PS4_Pressure_bar_100Hz": 0.2342919999999999, "PS5_Pressure_bar_100Hz": 9.942879499999911, "PS6_Pressure_bar_100Hz": 9.823155999999953, "FS1_VolumeFlow_l_per_min_10Hz": 6.682978333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.171836666666657, "TS1_Temperature_C_1Hz": 35.49791666666667, "TS2_Temperature_C_1Hz": 41.162650000000006, "TS3_Temperature_C_1Hz": 38.43436666666664, "TS4_Temperature_C_1Hz": 30.597266666666673, "P1_MotorPower_W_100Hz": 2541.8808000000636, "VS1_Vibration_mm_per_s_1Hz": 0.5594499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.55208333333333, "CP_CoolingPower_kW_1Hz": 2.1487833333333333, "SE_EfficiencyFactor_percent_1Hz": 58.84441666666667, "cycle": 1591, "timestamp": "2026-11-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02405333333292, "PS2_Pressure_bar_100Hz": 109.61412800000014, "PS3_Pressure_bar_100Hz": 2.0134734999999986, "PS4_Pressure_bar_100Hz": 0.3488081666666659, "PS5_Pressure_bar_100Hz": 9.940312333333258, "PS6_Pressure_bar_100Hz": 9.820602333333262, "FS1_VolumeFlow_l_per_min_10Hz": 6.698719999999993, "FS2_VolumeFlow_l_per_min_10Hz": 10.16867666666666, "TS1_Temperature_C_1Hz": 35.49476666666666, "TS2_Temperature_C_1Hz": 41.160016666666685, "TS3_Temperature_C_1Hz": 38.424966666666656, "TS4_Temperature_C_1Hz": 30.58268333333333, "P1_MotorPower_W_100Hz": 2540.3732000000023, "VS1_Vibration_mm_per_s_1Hz": 0.5622999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.59348333333334, "CP_CoolingPower_kW_1Hz": 2.147333333333334, "SE_EfficiencyFactor_percent_1Hz": 59.20039999999997, "cycle": 1592, "timestamp": "2026-11-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0334399999995, "PS2_Pressure_bar_100Hz": 109.59250999999993, "PS3_Pressure_bar_100Hz": 2.0089981666666623, "PS4_Pressure_bar_100Hz": 0.2983085000000001, "PS5_Pressure_bar_100Hz": 9.941453999999919, "PS6_Pressure_bar_100Hz": 9.821373333333286, "FS1_VolumeFlow_l_per_min_10Hz": 6.68212, "FS2_VolumeFlow_l_per_min_10Hz": 10.16796333333332, "TS1_Temperature_C_1Hz": 35.48490000000002, "TS2_Temperature_C_1Hz": 41.14478333333333, "TS3_Temperature_C_1Hz": 38.42173333333332, "TS4_Temperature_C_1Hz": 30.597, "P1_MotorPower_W_100Hz": 2540.884766666683, "VS1_Vibration_mm_per_s_1Hz": 0.5612499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.52879999999997, "CP_CoolingPower_kW_1Hz": 2.1444000000000005, "SE_EfficiencyFactor_percent_1Hz": 58.905350000000034, "cycle": 1593, "timestamp": "2026-11-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02447499999985, "PS2_Pressure_bar_100Hz": 109.58551016666698, "PS3_Pressure_bar_100Hz": 2.006033499999999, "PS4_Pressure_bar_100Hz": 0.3171513333333332, "PS5_Pressure_bar_100Hz": 9.94391516666664, "PS6_Pressure_bar_100Hz": 9.824384333333281, "FS1_VolumeFlow_l_per_min_10Hz": 6.700933333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.17059333333333, "TS1_Temperature_C_1Hz": 35.48371666666666, "TS2_Temperature_C_1Hz": 41.132149999999996, "TS3_Temperature_C_1Hz": 38.42278333333333, "TS4_Temperature_C_1Hz": 30.609783333333333, "P1_MotorPower_W_100Hz": 2540.833300000043, "VS1_Vibration_mm_per_s_1Hz": 0.5614666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.43451666666668, "CP_CoolingPower_kW_1Hz": 2.1415833333333345, "SE_EfficiencyFactor_percent_1Hz": 59.19401666666666, "cycle": 1594, "timestamp": "2026-11-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04676499999988, "PS2_Pressure_bar_100Hz": 109.59426083333378, "PS3_Pressure_bar_100Hz": 2.0061540000000018, "PS4_Pressure_bar_100Hz": 0.359045166666665, "PS5_Pressure_bar_100Hz": 9.942040499999944, "PS6_Pressure_bar_100Hz": 9.82320266666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.683561666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.170538333333313, "TS1_Temperature_C_1Hz": 35.475550000000005, "TS2_Temperature_C_1Hz": 41.12866666666667, "TS3_Temperature_C_1Hz": 38.42586666666666, "TS4_Temperature_C_1Hz": 30.57264999999999, "P1_MotorPower_W_100Hz": 2540.3830666667054, "VS1_Vibration_mm_per_s_1Hz": 0.5623666666666665, "CE_CoolingEfficiency_percent_1Hz": 46.64163333333335, "CP_CoolingPower_kW_1Hz": 2.1504333333333343, "SE_EfficiencyFactor_percent_1Hz": 58.90286666666671, "cycle": 1595, "timestamp": "2026-11-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03539333333282, "PS2_Pressure_bar_100Hz": 109.60085333333312, "PS3_Pressure_bar_100Hz": 2.011200333333336, "PS4_Pressure_bar_100Hz": 0.0002691666666666667, "PS5_Pressure_bar_100Hz": 9.940086999999934, "PS6_Pressure_bar_100Hz": 9.820346499999923, "FS1_VolumeFlow_l_per_min_10Hz": 6.691491666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.170209999999981, "TS1_Temperature_C_1Hz": 35.48091666666666, "TS2_Temperature_C_1Hz": 41.11900000000001, "TS3_Temperature_C_1Hz": 38.419266666666644, "TS4_Temperature_C_1Hz": 30.554033333333326, "P1_MotorPower_W_100Hz": 2540.4132666666846, "VS1_Vibration_mm_per_s_1Hz": 0.5563166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.77541666666666, "CP_CoolingPower_kW_1Hz": 2.1552833333333337, "SE_EfficiencyFactor_percent_1Hz": 59.08901666666665, "cycle": 1596, "timestamp": "2026-11-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02567333333323, "PS2_Pressure_bar_100Hz": 109.58636300000009, "PS3_Pressure_bar_100Hz": 2.004450166666671, "PS4_Pressure_bar_100Hz": 0.12538416666666677, "PS5_Pressure_bar_100Hz": 9.946728666666592, "PS6_Pressure_bar_100Hz": 9.82733183333326, "FS1_VolumeFlow_l_per_min_10Hz": 6.679276666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.173384999999985, "TS1_Temperature_C_1Hz": 35.46821666666668, "TS2_Temperature_C_1Hz": 41.11355, "TS3_Temperature_C_1Hz": 38.414216666666654, "TS4_Temperature_C_1Hz": 30.56506666666667, "P1_MotorPower_W_100Hz": 2540.6546000000035, "VS1_Vibration_mm_per_s_1Hz": 0.5600666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.675183333333344, "CP_CoolingPower_kW_1Hz": 2.1520833333333345, "SE_EfficiencyFactor_percent_1Hz": 58.86163333333333, "cycle": 1597, "timestamp": "2026-11-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02639833333254, "PS2_Pressure_bar_100Hz": 109.59744450000014, "PS3_Pressure_bar_100Hz": 2.003625666666669, "PS4_Pressure_bar_100Hz": 0.000126, "PS5_Pressure_bar_100Hz": 9.946698999999953, "PS6_Pressure_bar_100Hz": 9.826610166666596, "FS1_VolumeFlow_l_per_min_10Hz": 6.697226666666677, "FS2_VolumeFlow_l_per_min_10Hz": 10.17275833333332, "TS1_Temperature_C_1Hz": 35.479483333333334, "TS2_Temperature_C_1Hz": 41.09630000000002, "TS3_Temperature_C_1Hz": 38.413799999999995, "TS4_Temperature_C_1Hz": 30.562699999999996, "P1_MotorPower_W_100Hz": 2541.043900000033, "VS1_Vibration_mm_per_s_1Hz": 0.5618166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.67738333333332, "CP_CoolingPower_kW_1Hz": 2.1520166666666665, "SE_EfficiencyFactor_percent_1Hz": 59.17400000000002, "cycle": 1598, "timestamp": "2026-11-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0383249999994, "PS2_Pressure_bar_100Hz": 109.5922070000003, "PS3_Pressure_bar_100Hz": 2.0082068333333303, "PS4_Pressure_bar_100Hz": 0.06908433333333325, "PS5_Pressure_bar_100Hz": 9.953195666666595, "PS6_Pressure_bar_100Hz": 9.833151999999977, "FS1_VolumeFlow_l_per_min_10Hz": 6.6871849999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.18042666666667, "TS1_Temperature_C_1Hz": 35.471999999999994, "TS2_Temperature_C_1Hz": 41.09456666666666, "TS3_Temperature_C_1Hz": 38.41821666666666, "TS4_Temperature_C_1Hz": 30.566266666666667, "P1_MotorPower_W_100Hz": 2543.890033333328, "VS1_Vibration_mm_per_s_1Hz": 0.5622666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.67961666666666, "CP_CoolingPower_kW_1Hz": 2.1522666666666668, "SE_EfficiencyFactor_percent_1Hz": 58.894049999999986, "cycle": 1599, "timestamp": "2026-11-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02797166666588, "PS2_Pressure_bar_100Hz": 109.60244416666714, "PS3_Pressure_bar_100Hz": 1.9984789999999972, "PS4_Pressure_bar_100Hz": 0.23122783333333333, "PS5_Pressure_bar_100Hz": 9.957456333333303, "PS6_Pressure_bar_100Hz": 9.836688999999986, "FS1_VolumeFlow_l_per_min_10Hz": 6.684260000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.183924999999988, "TS1_Temperature_C_1Hz": 35.47990000000001, "TS2_Temperature_C_1Hz": 41.101533333333336, "TS3_Temperature_C_1Hz": 38.410250000000005, "TS4_Temperature_C_1Hz": 30.52445000000001, "P1_MotorPower_W_100Hz": 2547.26503333333, "VS1_Vibration_mm_per_s_1Hz": 0.5637500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.9222166666667, "CP_CoolingPower_kW_1Hz": 2.165633333333334, "SE_EfficiencyFactor_percent_1Hz": 58.78179999999999, "cycle": 1600, "timestamp": "2026-11-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02181999999922, "PS2_Pressure_bar_100Hz": 109.60432816666693, "PS3_Pressure_bar_100Hz": 1.9969518333333356, "PS4_Pressure_bar_100Hz": 7.848600999999977, "PS5_Pressure_bar_100Hz": 9.948562333333264, "PS6_Pressure_bar_100Hz": 9.82804583333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.696489999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.177071666666647, "TS1_Temperature_C_1Hz": 35.47558333333334, "TS2_Temperature_C_1Hz": 41.1133, "TS3_Temperature_C_1Hz": 38.40306666666665, "TS4_Temperature_C_1Hz": 30.56515, "P1_MotorPower_W_100Hz": 2544.2306333334027, "VS1_Vibration_mm_per_s_1Hz": 0.5622166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.69568333333332, "CP_CoolingPower_kW_1Hz": 2.1515999999999997, "SE_EfficiencyFactor_percent_1Hz": 59.06048333333335, "cycle": 1601, "timestamp": "2026-11-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00548333333163, "PS2_Pressure_bar_100Hz": 109.58555566666723, "PS3_Pressure_bar_100Hz": 1.9979010000000026, "PS4_Pressure_bar_100Hz": 5.333827500000013, "PS5_Pressure_bar_100Hz": 9.943154499999904, "PS6_Pressure_bar_100Hz": 9.823255333333313, "FS1_VolumeFlow_l_per_min_10Hz": 6.679000000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.172291666666657, "TS1_Temperature_C_1Hz": 35.48800000000001, "TS2_Temperature_C_1Hz": 41.11138333333334, "TS3_Temperature_C_1Hz": 38.41435, "TS4_Temperature_C_1Hz": 30.567933333333336, "P1_MotorPower_W_100Hz": 2543.056800000018, "VS1_Vibration_mm_per_s_1Hz": 0.5521499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.64779999999998, "CP_CoolingPower_kW_1Hz": 2.148766666666667, "SE_EfficiencyFactor_percent_1Hz": 58.820899999999966, "cycle": 1602, "timestamp": "2026-11-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0130549999992, "PS2_Pressure_bar_100Hz": 109.61577183333371, "PS3_Pressure_bar_100Hz": 2.002872999999999, "PS4_Pressure_bar_100Hz": 0.3937158333333324, "PS5_Pressure_bar_100Hz": 9.948197833333266, "PS6_Pressure_bar_100Hz": 9.827940333333279, "FS1_VolumeFlow_l_per_min_10Hz": 6.689046666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.176584999999978, "TS1_Temperature_C_1Hz": 35.47776666666667, "TS2_Temperature_C_1Hz": 41.10891666666668, "TS3_Temperature_C_1Hz": 38.40413333333333, "TS4_Temperature_C_1Hz": 30.567466666666665, "P1_MotorPower_W_100Hz": 2543.587500000049, "VS1_Vibration_mm_per_s_1Hz": 0.5548333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.63528333333331, "CP_CoolingPower_kW_1Hz": 2.1504500000000006, "SE_EfficiencyFactor_percent_1Hz": 58.98535000000002, "cycle": 1603, "timestamp": "2026-11-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02331166666536, "PS2_Pressure_bar_100Hz": 109.58859716666691, "PS3_Pressure_bar_100Hz": 1.9999566666666642, "PS4_Pressure_bar_100Hz": 0.31945449999999886, "PS5_Pressure_bar_100Hz": 9.946406999999958, "PS6_Pressure_bar_100Hz": 9.827102999999944, "FS1_VolumeFlow_l_per_min_10Hz": 6.693141666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.175874999999994, "TS1_Temperature_C_1Hz": 35.47345, "TS2_Temperature_C_1Hz": 41.11651666666667, "TS3_Temperature_C_1Hz": 38.40705000000001, "TS4_Temperature_C_1Hz": 30.563850000000002, "P1_MotorPower_W_100Hz": 2544.131366666696, "VS1_Vibration_mm_per_s_1Hz": 0.5525666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.64146666666665, "CP_CoolingPower_kW_1Hz": 2.149133333333333, "SE_EfficiencyFactor_percent_1Hz": 58.9976, "cycle": 1604, "timestamp": "2026-11-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03447166666547, "PS2_Pressure_bar_100Hz": 109.59810200000031, "PS3_Pressure_bar_100Hz": 2.0046299999999997, "PS4_Pressure_bar_100Hz": 0.8269450000000014, "PS5_Pressure_bar_100Hz": 9.948068166666605, "PS6_Pressure_bar_100Hz": 9.828377666666643, "FS1_VolumeFlow_l_per_min_10Hz": 6.687413333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.179558333333324, "TS1_Temperature_C_1Hz": 35.465916666666665, "TS2_Temperature_C_1Hz": 41.11555, "TS3_Temperature_C_1Hz": 38.41163333333332, "TS4_Temperature_C_1Hz": 30.628483333333328, "P1_MotorPower_W_100Hz": 2544.595666666711, "VS1_Vibration_mm_per_s_1Hz": 0.5580833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.272850000000034, "CP_CoolingPower_kW_1Hz": 2.1327333333333325, "SE_EfficiencyFactor_percent_1Hz": 58.92621666666669, "cycle": 1605, "timestamp": "2026-11-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02030499999904, "PS2_Pressure_bar_100Hz": 109.57688866666753, "PS3_Pressure_bar_100Hz": 2.0052173333333347, "PS4_Pressure_bar_100Hz": 0.43280749999999973, "PS5_Pressure_bar_100Hz": 9.951069166666604, "PS6_Pressure_bar_100Hz": 9.831383333333306, "FS1_VolumeFlow_l_per_min_10Hz": 6.7044466666666676, "FS2_VolumeFlow_l_per_min_10Hz": 10.185161666666659, "TS1_Temperature_C_1Hz": 35.47565, "TS2_Temperature_C_1Hz": 41.105699999999985, "TS3_Temperature_C_1Hz": 38.402033333333314, "TS4_Temperature_C_1Hz": 30.588033333333335, "P1_MotorPower_W_100Hz": 2544.9003000000034, "VS1_Vibration_mm_per_s_1Hz": 0.55105, "CE_CoolingEfficiency_percent_1Hz": 46.515583333333346, "CP_CoolingPower_kW_1Hz": 2.144233333333333, "SE_EfficiencyFactor_percent_1Hz": 59.14826666666667, "cycle": 1606, "timestamp": "2026-11-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04126499999936, "PS2_Pressure_bar_100Hz": 109.5933736666671, "PS3_Pressure_bar_100Hz": 2.0011573333333375, "PS4_Pressure_bar_100Hz": 0.342689333333335, "PS5_Pressure_bar_100Hz": 9.956380333333284, "PS6_Pressure_bar_100Hz": 9.834996166666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.705448333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.191389999999991, "TS1_Temperature_C_1Hz": 35.482016666666674, "TS2_Temperature_C_1Hz": 41.09345000000001, "TS3_Temperature_C_1Hz": 38.40486666666666, "TS4_Temperature_C_1Hz": 30.56706666666667, "P1_MotorPower_W_100Hz": 2546.7533333333236, "VS1_Vibration_mm_per_s_1Hz": 0.5536166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.63864999999999, "CP_CoolingPower_kW_1Hz": 2.1540166666666662, "SE_EfficiencyFactor_percent_1Hz": 59.111833333333315, "cycle": 1607, "timestamp": "2026-11-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.06079499999942, "PS2_Pressure_bar_100Hz": 109.62795900000002, "PS3_Pressure_bar_100Hz": 2.0045366666666653, "PS4_Pressure_bar_100Hz": 0.31604366666666633, "PS5_Pressure_bar_100Hz": 9.956728333333304, "PS6_Pressure_bar_100Hz": 9.835946166666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.700408333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.193668333333331, "TS1_Temperature_C_1Hz": 35.47116666666668, "TS2_Temperature_C_1Hz": 41.102699999999984, "TS3_Temperature_C_1Hz": 38.41111666666665, "TS4_Temperature_C_1Hz": 30.553633333333327, "P1_MotorPower_W_100Hz": 2547.859733333337, "VS1_Vibration_mm_per_s_1Hz": 0.5534333333333331, "CE_CoolingEfficiency_percent_1Hz": 46.73963333333332, "CP_CoolingPower_kW_1Hz": 2.1573000000000007, "SE_EfficiencyFactor_percent_1Hz": 59.00593333333336, "cycle": 1608, "timestamp": "2026-11-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.05764166666623, "PS2_Pressure_bar_100Hz": 109.6032243333333, "PS3_Pressure_bar_100Hz": 1.9997735000000036, "PS4_Pressure_bar_100Hz": 0.3997899999999975, "PS5_Pressure_bar_100Hz": 9.958319333333318, "PS6_Pressure_bar_100Hz": 9.838056499999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.685768333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.19787666666666, "TS1_Temperature_C_1Hz": 35.47011666666667, "TS2_Temperature_C_1Hz": 41.097133333333325, "TS3_Temperature_C_1Hz": 38.41144999999998, "TS4_Temperature_C_1Hz": 30.56101666666666, "P1_MotorPower_W_100Hz": 2548.712866666682, "VS1_Vibration_mm_per_s_1Hz": 0.5701833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.67509999999998, "CP_CoolingPower_kW_1Hz": 2.157883333333334, "SE_EfficiencyFactor_percent_1Hz": 58.72668333333333, "cycle": 1609, "timestamp": "2026-11-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04286333333312, "PS2_Pressure_bar_100Hz": 109.60532416666706, "PS3_Pressure_bar_100Hz": 2.00302783333334, "PS4_Pressure_bar_100Hz": 0.22279966666666687, "PS5_Pressure_bar_100Hz": 9.95975116666661, "PS6_Pressure_bar_100Hz": 9.840192666666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.697988333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.199483333333326, "TS1_Temperature_C_1Hz": 35.47543333333333, "TS2_Temperature_C_1Hz": 41.080866666666665, "TS3_Temperature_C_1Hz": 38.410016666666664, "TS4_Temperature_C_1Hz": 30.545300000000005, "P1_MotorPower_W_100Hz": 2548.178866666662, "VS1_Vibration_mm_per_s_1Hz": 0.5556833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.8029, "CP_CoolingPower_kW_1Hz": 2.1618500000000007, "SE_EfficiencyFactor_percent_1Hz": 58.96160000000001, "cycle": 1610, "timestamp": "2026-11-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0621083333326, "PS2_Pressure_bar_100Hz": 109.61826616666696, "PS3_Pressure_bar_100Hz": 2.0049463333333404, "PS4_Pressure_bar_100Hz": 0.40577666666666723, "PS5_Pressure_bar_100Hz": 9.958963166666651, "PS6_Pressure_bar_100Hz": 9.84047066666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.683764999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.200009999999994, "TS1_Temperature_C_1Hz": 35.472216666666675, "TS2_Temperature_C_1Hz": 41.07338333333335, "TS3_Temperature_C_1Hz": 38.40149999999999, "TS4_Temperature_C_1Hz": 30.555533333333326, "P1_MotorPower_W_100Hz": 2548.360700000028, "VS1_Vibration_mm_per_s_1Hz": 0.5550833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.696683333333326, "CP_CoolingPower_kW_1Hz": 2.157966666666667, "SE_EfficiencyFactor_percent_1Hz": 58.756933333333315, "cycle": 1611, "timestamp": "2026-11-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03851333333287, "PS2_Pressure_bar_100Hz": 109.5822728333333, "PS3_Pressure_bar_100Hz": 2.005242666666669, "PS4_Pressure_bar_100Hz": 0.30626183333333307, "PS5_Pressure_bar_100Hz": 9.959757499999958, "PS6_Pressure_bar_100Hz": 9.839746999999958, "FS1_VolumeFlow_l_per_min_10Hz": 6.6944399999999975, "FS2_VolumeFlow_l_per_min_10Hz": 10.202750000000002, "TS1_Temperature_C_1Hz": 35.466116666666686, "TS2_Temperature_C_1Hz": 41.072149999999986, "TS3_Temperature_C_1Hz": 38.39831666666666, "TS4_Temperature_C_1Hz": 30.55571666666667, "P1_MotorPower_W_100Hz": 2548.9439000000057, "VS1_Vibration_mm_per_s_1Hz": 0.5549499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.68206666666665, "CP_CoolingPower_kW_1Hz": 2.1570000000000005, "SE_EfficiencyFactor_percent_1Hz": 58.88211666666669, "cycle": 1612, "timestamp": "2026-11-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03315833333232, "PS2_Pressure_bar_100Hz": 109.60147266666677, "PS3_Pressure_bar_100Hz": 1.9941648333333377, "PS4_Pressure_bar_100Hz": 0.3540183333333314, "PS5_Pressure_bar_100Hz": 9.958438833333295, "PS6_Pressure_bar_100Hz": 9.838184333333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.687313333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.202751666666657, "TS1_Temperature_C_1Hz": 35.4753, "TS2_Temperature_C_1Hz": 41.07171666666666, "TS3_Temperature_C_1Hz": 38.396116666666664, "TS4_Temperature_C_1Hz": 30.562866666666665, "P1_MotorPower_W_100Hz": 2547.9348666666583, "VS1_Vibration_mm_per_s_1Hz": 0.5599833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.657916666666665, "CP_CoolingPower_kW_1Hz": 2.1543500000000004, "SE_EfficiencyFactor_percent_1Hz": 58.81946666666666, "cycle": 1613, "timestamp": "2026-11-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03634499999882, "PS2_Pressure_bar_100Hz": 109.59538233333369, "PS3_Pressure_bar_100Hz": 1.9946846666666647, "PS4_Pressure_bar_100Hz": 0.0015868333333333338, "PS5_Pressure_bar_100Hz": 9.957676166666603, "PS6_Pressure_bar_100Hz": 9.838244166666641, "FS1_VolumeFlow_l_per_min_10Hz": 6.684965, "FS2_VolumeFlow_l_per_min_10Hz": 10.204590000000007, "TS1_Temperature_C_1Hz": 35.47861666666667, "TS2_Temperature_C_1Hz": 41.068933333333334, "TS3_Temperature_C_1Hz": 38.392933333333325, "TS4_Temperature_C_1Hz": 30.558716666666655, "P1_MotorPower_W_100Hz": 2547.0689666667117, "VS1_Vibration_mm_per_s_1Hz": 0.5582666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.653666666666666, "CP_CoolingPower_kW_1Hz": 2.1545, "SE_EfficiencyFactor_percent_1Hz": 58.79303333333333, "cycle": 1614, "timestamp": "2026-11-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04006999999945, "PS2_Pressure_bar_100Hz": 109.60996783333357, "PS3_Pressure_bar_100Hz": 2.002058000000003, "PS4_Pressure_bar_100Hz": 0.5406491666666644, "PS5_Pressure_bar_100Hz": 9.962173500000002, "PS6_Pressure_bar_100Hz": 9.84161099999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.681781666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.207233333333331, "TS1_Temperature_C_1Hz": 35.47241666666667, "TS2_Temperature_C_1Hz": 41.075966666666666, "TS3_Temperature_C_1Hz": 38.39621666666666, "TS4_Temperature_C_1Hz": 30.558716666666665, "P1_MotorPower_W_100Hz": 2549.5079666666315, "VS1_Vibration_mm_per_s_1Hz": 0.5569000000000002, "CE_CoolingEfficiency_percent_1Hz": 46.647499999999994, "CP_CoolingPower_kW_1Hz": 2.154933333333334, "SE_EfficiencyFactor_percent_1Hz": 58.66820000000004, "cycle": 1615, "timestamp": "2026-12-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.05367666666592, "PS2_Pressure_bar_100Hz": 109.60570600000023, "PS3_Pressure_bar_100Hz": 1.9977241666666612, "PS4_Pressure_bar_100Hz": 0.4776188333333378, "PS5_Pressure_bar_100Hz": 9.963216833333314, "PS6_Pressure_bar_100Hz": 9.843079333333305, "FS1_VolumeFlow_l_per_min_10Hz": 6.696308333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.207631666666662, "TS1_Temperature_C_1Hz": 35.458200000000005, "TS2_Temperature_C_1Hz": 41.07666666666667, "TS3_Temperature_C_1Hz": 38.403850000000006, "TS4_Temperature_C_1Hz": 30.565183333333334, "P1_MotorPower_W_100Hz": 2549.880699999995, "VS1_Vibration_mm_per_s_1Hz": 0.5611666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.665266666666646, "CP_CoolingPower_kW_1Hz": 2.1577000000000006, "SE_EfficiencyFactor_percent_1Hz": 58.87678333333331, "cycle": 1616, "timestamp": "2026-12-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0708783333322, "PS2_Pressure_bar_100Hz": 109.63640616666648, "PS3_Pressure_bar_100Hz": 1.9967661666666723, "PS4_Pressure_bar_100Hz": 0.7051379999999987, "PS5_Pressure_bar_100Hz": 9.96136116666662, "PS6_Pressure_bar_100Hz": 9.840855999999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.692206666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.205221666666663, "TS1_Temperature_C_1Hz": 35.465650000000004, "TS2_Temperature_C_1Hz": 41.092066666666675, "TS3_Temperature_C_1Hz": 38.39891666666666, "TS4_Temperature_C_1Hz": 30.552033333333338, "P1_MotorPower_W_100Hz": 2548.1165666666448, "VS1_Vibration_mm_per_s_1Hz": 0.5558833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.74293333333332, "CP_CoolingPower_kW_1Hz": 2.1578166666666667, "SE_EfficiencyFactor_percent_1Hz": 58.8605166666667, "cycle": 1617, "timestamp": "2026-12-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.05103499999922, "PS2_Pressure_bar_100Hz": 109.59948466666656, "PS3_Pressure_bar_100Hz": 2.0005646666666648, "PS4_Pressure_bar_100Hz": 1.0898083333333324, "PS5_Pressure_bar_100Hz": 9.965107333333295, "PS6_Pressure_bar_100Hz": 9.845131166666624, "FS1_VolumeFlow_l_per_min_10Hz": 6.698493333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.20828666666666, "TS1_Temperature_C_1Hz": 35.46468333333333, "TS2_Temperature_C_1Hz": 41.088550000000005, "TS3_Temperature_C_1Hz": 38.393833333333326, "TS4_Temperature_C_1Hz": 30.491650000000007, "P1_MotorPower_W_100Hz": 2549.2677666666523, "VS1_Vibration_mm_per_s_1Hz": 0.5615833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.03045000000001, "CP_CoolingPower_kW_1Hz": 2.173050000000001, "SE_EfficiencyFactor_percent_1Hz": 58.92696666666666, "cycle": 1618, "timestamp": "2026-12-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02612833333282, "PS2_Pressure_bar_100Hz": 109.57870883333399, "PS3_Pressure_bar_100Hz": 2.001833333333333, "PS4_Pressure_bar_100Hz": 1.233497166666672, "PS5_Pressure_bar_100Hz": 9.964709666666625, "PS6_Pressure_bar_100Hz": 9.843269833333306, "FS1_VolumeFlow_l_per_min_10Hz": 6.689396666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.205161666666667, "TS1_Temperature_C_1Hz": 35.45823333333335, "TS2_Temperature_C_1Hz": 41.07933333333334, "TS3_Temperature_C_1Hz": 38.401616666666655, "TS4_Temperature_C_1Hz": 30.54148333333333, "P1_MotorPower_W_100Hz": 2548.5143333333194, "VS1_Vibration_mm_per_s_1Hz": 0.5543999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.76584999999998, "CP_CoolingPower_kW_1Hz": 2.1614500000000003, "SE_EfficiencyFactor_percent_1Hz": 58.815633333333345, "cycle": 1619, "timestamp": "2026-12-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.06080666666637, "PS2_Pressure_bar_100Hz": 109.6013886666669, "PS3_Pressure_bar_100Hz": 1.9981694999999997, "PS4_Pressure_bar_100Hz": 9.08314650000003, "PS5_Pressure_bar_100Hz": 9.953390833333277, "PS6_Pressure_bar_100Hz": 9.832312333333263, "FS1_VolumeFlow_l_per_min_10Hz": 6.689878333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.193701666666671, "TS1_Temperature_C_1Hz": 35.44783333333335, "TS2_Temperature_C_1Hz": 41.07325, "TS3_Temperature_C_1Hz": 38.38708333333332, "TS4_Temperature_C_1Hz": 30.547, "P1_MotorPower_W_100Hz": 2543.013100000029, "VS1_Vibration_mm_per_s_1Hz": 0.5538166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.68516666666665, "CP_CoolingPower_kW_1Hz": 2.1522666666666668, "SE_EfficiencyFactor_percent_1Hz": 59.00671666666669, "cycle": 1620, "timestamp": "2026-12-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.06812666666565, "PS2_Pressure_bar_100Hz": 109.61125816666676, "PS3_Pressure_bar_100Hz": 2.000287666666662, "PS4_Pressure_bar_100Hz": 10.182837166666676, "PS5_Pressure_bar_100Hz": 9.952233833333281, "PS6_Pressure_bar_100Hz": 9.831413999999958, "FS1_VolumeFlow_l_per_min_10Hz": 6.689933333333326, "FS2_VolumeFlow_l_per_min_10Hz": 10.199876666666668, "TS1_Temperature_C_1Hz": 35.451883333333335, "TS2_Temperature_C_1Hz": 41.081050000000005, "TS3_Temperature_C_1Hz": 38.388883333333325, "TS4_Temperature_C_1Hz": 30.511000000000003, "P1_MotorPower_W_100Hz": 2545.16223333338, "VS1_Vibration_mm_per_s_1Hz": 0.5562166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.91166666666667, "CP_CoolingPower_kW_1Hz": 2.1648000000000005, "SE_EfficiencyFactor_percent_1Hz": 58.93976666666666, "cycle": 1621, "timestamp": "2026-12-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0503383333323, "PS2_Pressure_bar_100Hz": 109.61057183333364, "PS3_Pressure_bar_100Hz": 1.9977428333333334, "PS4_Pressure_bar_100Hz": 3.172609333333337, "PS5_Pressure_bar_100Hz": 9.951968999999936, "PS6_Pressure_bar_100Hz": 9.83189499999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.685215000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.198633333333335, "TS1_Temperature_C_1Hz": 35.4565, "TS2_Temperature_C_1Hz": 41.09341666666666, "TS3_Temperature_C_1Hz": 38.386050000000004, "TS4_Temperature_C_1Hz": 30.55723333333333, "P1_MotorPower_W_100Hz": 2543.856966666691, "VS1_Vibration_mm_per_s_1Hz": 0.5543666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.64414999999999, "CP_CoolingPower_kW_1Hz": 2.1527000000000003, "SE_EfficiencyFactor_percent_1Hz": 58.88698333333332, "cycle": 1622, "timestamp": "2026-12-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0541749999996, "PS2_Pressure_bar_100Hz": 109.63403466666689, "PS3_Pressure_bar_100Hz": 2.004992833333328, "PS4_Pressure_bar_100Hz": 2.975540999999998, "PS5_Pressure_bar_100Hz": 9.952106499999946, "PS6_Pressure_bar_100Hz": 9.832673166666691, "FS1_VolumeFlow_l_per_min_10Hz": 6.686525000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.197418333333335, "TS1_Temperature_C_1Hz": 35.445866666666674, "TS2_Temperature_C_1Hz": 41.08129999999999, "TS3_Temperature_C_1Hz": 38.39079999999999, "TS4_Temperature_C_1Hz": 30.56061666666666, "P1_MotorPower_W_100Hz": 2543.8468999999586, "VS1_Vibration_mm_per_s_1Hz": 0.5556, "CE_CoolingEfficiency_percent_1Hz": 46.602283333333325, "CP_CoolingPower_kW_1Hz": 2.1520166666666674, "SE_EfficiencyFactor_percent_1Hz": 58.89076666666668, "cycle": 1623, "timestamp": "2026-12-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03134833333178, "PS2_Pressure_bar_100Hz": 109.61700400000021, "PS3_Pressure_bar_100Hz": 2.0028008333333363, "PS4_Pressure_bar_100Hz": 0.9549766666666656, "PS5_Pressure_bar_100Hz": 9.955146666666616, "PS6_Pressure_bar_100Hz": 9.836037833333284, "FS1_VolumeFlow_l_per_min_10Hz": 6.687246666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.199594999999995, "TS1_Temperature_C_1Hz": 35.438100000000006, "TS2_Temperature_C_1Hz": 41.06263333333334, "TS3_Temperature_C_1Hz": 38.38786666666667, "TS4_Temperature_C_1Hz": 30.558983333333327, "P1_MotorPower_W_100Hz": 2544.0100666666553, "VS1_Vibration_mm_per_s_1Hz": 0.5589000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.65483333333334, "CP_CoolingPower_kW_1Hz": 2.152716666666667, "SE_EfficiencyFactor_percent_1Hz": 58.92013333333334, "cycle": 1624, "timestamp": "2026-12-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03300333333226, "PS2_Pressure_bar_100Hz": 109.59085150000013, "PS3_Pressure_bar_100Hz": 1.9901199999999988, "PS4_Pressure_bar_100Hz": 0.6025880000000091, "PS5_Pressure_bar_100Hz": 9.956104666666583, "PS6_Pressure_bar_100Hz": 9.83644599999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.697218333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.19808333333334, "TS1_Temperature_C_1Hz": 35.441183333333335, "TS2_Temperature_C_1Hz": 41.07151666666666, "TS3_Temperature_C_1Hz": 38.393416666666646, "TS4_Temperature_C_1Hz": 30.515683333333342, "P1_MotorPower_W_100Hz": 2545.3729333333704, "VS1_Vibration_mm_per_s_1Hz": 0.5580166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.922149999999995, "CP_CoolingPower_kW_1Hz": 2.166133333333334, "SE_EfficiencyFactor_percent_1Hz": 59.08753333333334, "cycle": 1625, "timestamp": "2026-12-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03876499999888, "PS2_Pressure_bar_100Hz": 109.61420833333355, "PS3_Pressure_bar_100Hz": 2.0099643333333335, "PS4_Pressure_bar_100Hz": 0.8646078333333347, "PS5_Pressure_bar_100Hz": 9.955895999999983, "PS6_Pressure_bar_100Hz": 9.836076499999987, "FS1_VolumeFlow_l_per_min_10Hz": 6.6842716666666675, "FS2_VolumeFlow_l_per_min_10Hz": 10.195256666666664, "TS1_Temperature_C_1Hz": 35.43535, "TS2_Temperature_C_1Hz": 41.06155000000001, "TS3_Temperature_C_1Hz": 38.39224999999999, "TS4_Temperature_C_1Hz": 30.567699999999988, "P1_MotorPower_W_100Hz": 2544.5711666666975, "VS1_Vibration_mm_per_s_1Hz": 0.5536166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.59310000000001, "CP_CoolingPower_kW_1Hz": 2.1514000000000006, "SE_EfficiencyFactor_percent_1Hz": 58.85693333333331, "cycle": 1626, "timestamp": "2026-12-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04466833333245, "PS2_Pressure_bar_100Hz": 109.61243366666655, "PS3_Pressure_bar_100Hz": 2.0014433333333286, "PS4_Pressure_bar_100Hz": 1.4759501666666686, "PS5_Pressure_bar_100Hz": 9.957794166666622, "PS6_Pressure_bar_100Hz": 9.838532499999976, "FS1_VolumeFlow_l_per_min_10Hz": 6.684790000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.195199999999996, "TS1_Temperature_C_1Hz": 35.42713333333335, "TS2_Temperature_C_1Hz": 41.05566666666667, "TS3_Temperature_C_1Hz": 38.39293333333333, "TS4_Temperature_C_1Hz": 30.557833333333328, "P1_MotorPower_W_100Hz": 2544.5033333333836, "VS1_Vibration_mm_per_s_1Hz": 0.5554666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.67385, "CP_CoolingPower_kW_1Hz": 2.153733333333334, "SE_EfficiencyFactor_percent_1Hz": 58.82183333333335, "cycle": 1627, "timestamp": "2026-12-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03309333333254, "PS2_Pressure_bar_100Hz": 109.59014950000021, "PS3_Pressure_bar_100Hz": 1.9957396666666722, "PS4_Pressure_bar_100Hz": 2.1431761666666613, "PS5_Pressure_bar_100Hz": 9.95388466666664, "PS6_Pressure_bar_100Hz": 9.83390633333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.687633333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.196035000000006, "TS1_Temperature_C_1Hz": 35.42778333333334, "TS2_Temperature_C_1Hz": 41.0642, "TS3_Temperature_C_1Hz": 38.38943333333334, "TS4_Temperature_C_1Hz": 30.545716666666667, "P1_MotorPower_W_100Hz": 2543.0420000000536, "VS1_Vibration_mm_per_s_1Hz": 0.5516500000000002, "CE_CoolingEfficiency_percent_1Hz": 46.709883333333316, "CP_CoolingPower_kW_1Hz": 2.154466666666667, "SE_EfficiencyFactor_percent_1Hz": 59.00354999999999, "cycle": 1628, "timestamp": "2026-12-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03870833333272, "PS2_Pressure_bar_100Hz": 109.60035033333371, "PS3_Pressure_bar_100Hz": 2.004114333333332, "PS4_Pressure_bar_100Hz": 1.3901398333333352, "PS5_Pressure_bar_100Hz": 9.958109499999965, "PS6_Pressure_bar_100Hz": 9.83852949999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.697891666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.200641666666671, "TS1_Temperature_C_1Hz": 35.441366666666674, "TS2_Temperature_C_1Hz": 41.057783333333326, "TS3_Temperature_C_1Hz": 38.39135, "TS4_Temperature_C_1Hz": 30.483650000000008, "P1_MotorPower_W_100Hz": 2543.870300000037, "VS1_Vibration_mm_per_s_1Hz": 0.5517500000000002, "CE_CoolingEfficiency_percent_1Hz": 47.07523333333333, "CP_CoolingPower_kW_1Hz": 2.1719000000000004, "SE_EfficiencyFactor_percent_1Hz": 59.100133333333346, "cycle": 1629, "timestamp": "2026-12-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04069499999937, "PS2_Pressure_bar_100Hz": 109.57309333333399, "PS3_Pressure_bar_100Hz": 1.9999335000000074, "PS4_Pressure_bar_100Hz": 1.2808688333333316, "PS5_Pressure_bar_100Hz": 9.963960666666638, "PS6_Pressure_bar_100Hz": 9.84308800000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.687563333333339, "FS2_VolumeFlow_l_per_min_10Hz": 10.20856499999999, "TS1_Temperature_C_1Hz": 35.43475000000001, "TS2_Temperature_C_1Hz": 41.057116666666666, "TS3_Temperature_C_1Hz": 38.385966666666675, "TS4_Temperature_C_1Hz": 30.507416666666675, "P1_MotorPower_W_100Hz": 2547.3501333333875, "VS1_Vibration_mm_per_s_1Hz": 0.5521, "CE_CoolingEfficiency_percent_1Hz": 46.85513333333334, "CP_CoolingPower_kW_1Hz": 2.163850000000001, "SE_EfficiencyFactor_percent_1Hz": 58.78990000000002, "cycle": 1630, "timestamp": "2026-12-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04001166666555, "PS2_Pressure_bar_100Hz": 109.6120240000006, "PS3_Pressure_bar_100Hz": 2.0027306666666744, "PS4_Pressure_bar_100Hz": 0.816541000000001, "PS5_Pressure_bar_100Hz": 9.96483966666664, "PS6_Pressure_bar_100Hz": 9.844352499999957, "FS1_VolumeFlow_l_per_min_10Hz": 6.692911666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.208748333333332, "TS1_Temperature_C_1Hz": 35.416650000000004, "TS2_Temperature_C_1Hz": 41.048866666666655, "TS3_Temperature_C_1Hz": 38.39401666666665, "TS4_Temperature_C_1Hz": 30.488233333333348, "P1_MotorPower_W_100Hz": 2547.8646000000313, "VS1_Vibration_mm_per_s_1Hz": 0.5496666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.09043333333332, "CP_CoolingPower_kW_1Hz": 2.175933333333334, "SE_EfficiencyFactor_percent_1Hz": 58.87628333333331, "cycle": 1631, "timestamp": "2026-12-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0559583333322, "PS2_Pressure_bar_100Hz": 109.60689966666658, "PS3_Pressure_bar_100Hz": 2.005457166666667, "PS4_Pressure_bar_100Hz": 0.5120754999999926, "PS5_Pressure_bar_100Hz": 9.962600166666647, "PS6_Pressure_bar_100Hz": 9.842307499999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.701943333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.207439999999997, "TS1_Temperature_C_1Hz": 35.4158, "TS2_Temperature_C_1Hz": 41.04045000000001, "TS3_Temperature_C_1Hz": 38.39561666666666, "TS4_Temperature_C_1Hz": 30.543583333333327, "P1_MotorPower_W_100Hz": 2547.453700000048, "VS1_Vibration_mm_per_s_1Hz": 0.5498166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.74094999999999, "CP_CoolingPower_kW_1Hz": 2.159533333333334, "SE_EfficiencyFactor_percent_1Hz": 59.049433333333354, "cycle": 1632, "timestamp": "2026-12-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02900833333211, "PS2_Pressure_bar_100Hz": 109.57904416666665, "PS3_Pressure_bar_100Hz": 2.004001666666668, "PS4_Pressure_bar_100Hz": 0.5584163333333297, "PS5_Pressure_bar_100Hz": 9.959494999999993, "PS6_Pressure_bar_100Hz": 9.839306333333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.691144999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.205211666666663, "TS1_Temperature_C_1Hz": 35.406083333333335, "TS2_Temperature_C_1Hz": 41.049816666666665, "TS3_Temperature_C_1Hz": 38.39815, "TS4_Temperature_C_1Hz": 30.523349999999997, "P1_MotorPower_W_100Hz": 2547.7676666667085, "VS1_Vibration_mm_per_s_1Hz": 0.5436666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.85529999999999, "CP_CoolingPower_kW_1Hz": 2.164666666666667, "SE_EfficiencyFactor_percent_1Hz": 58.873283333333305, "cycle": 1633, "timestamp": "2026-12-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0456766666657, "PS2_Pressure_bar_100Hz": 109.60735650000014, "PS3_Pressure_bar_100Hz": 2.010083499999999, "PS4_Pressure_bar_100Hz": 0.7440666666666681, "PS5_Pressure_bar_100Hz": 9.962907333333275, "PS6_Pressure_bar_100Hz": 9.842396833333343, "FS1_VolumeFlow_l_per_min_10Hz": 6.700793333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.208251666666662, "TS1_Temperature_C_1Hz": 35.40461666666666, "TS2_Temperature_C_1Hz": 41.051750000000006, "TS3_Temperature_C_1Hz": 38.39451666666666, "TS4_Temperature_C_1Hz": 30.519333333333332, "P1_MotorPower_W_100Hz": 2549.066100000028, "VS1_Vibration_mm_per_s_1Hz": 0.5397166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.88995, "CP_CoolingPower_kW_1Hz": 2.166466666666668, "SE_EfficiencyFactor_percent_1Hz": 59.04955000000002, "cycle": 1634, "timestamp": "2026-12-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0468316666656, "PS2_Pressure_bar_100Hz": 109.6176203333335, "PS3_Pressure_bar_100Hz": 2.006154166666672, "PS4_Pressure_bar_100Hz": 0.5090751666666662, "PS5_Pressure_bar_100Hz": 9.960815833333296, "PS6_Pressure_bar_100Hz": 9.84013183333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.679651666666673, "FS2_VolumeFlow_l_per_min_10Hz": 10.206643333333313, "TS1_Temperature_C_1Hz": 35.40835000000001, "TS2_Temperature_C_1Hz": 41.03493333333332, "TS3_Temperature_C_1Hz": 38.39528333333333, "TS4_Temperature_C_1Hz": 30.491116666666652, "P1_MotorPower_W_100Hz": 2549.729100000044, "VS1_Vibration_mm_per_s_1Hz": 0.5400500000000004, "CE_CoolingEfficiency_percent_1Hz": 47.06508333333332, "CP_CoolingPower_kW_1Hz": 2.173866666666668, "SE_EfficiencyFactor_percent_1Hz": 58.638583333333344, "cycle": 1635, "timestamp": "2026-12-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0461816666656, "PS2_Pressure_bar_100Hz": 109.60787516666669, "PS3_Pressure_bar_100Hz": 2.007150333333337, "PS4_Pressure_bar_100Hz": 1.3723873333333336, "PS5_Pressure_bar_100Hz": 9.96804616666664, "PS6_Pressure_bar_100Hz": 9.847778833333283, "FS1_VolumeFlow_l_per_min_10Hz": 6.6859816666666685, "FS2_VolumeFlow_l_per_min_10Hz": 10.21292833333331, "TS1_Temperature_C_1Hz": 35.40838333333333, "TS2_Temperature_C_1Hz": 41.02663333333334, "TS3_Temperature_C_1Hz": 38.3986, "TS4_Temperature_C_1Hz": 30.479416666666673, "P1_MotorPower_W_100Hz": 2548.5934666667285, "VS1_Vibration_mm_per_s_1Hz": 0.5482166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.131883333333334, "CP_CoolingPower_kW_1Hz": 2.179250000000001, "SE_EfficiencyFactor_percent_1Hz": 58.7662, "cycle": 1636, "timestamp": "2026-12-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03591333333281, "PS2_Pressure_bar_100Hz": 109.58202483333324, "PS3_Pressure_bar_100Hz": 2.0119371666666694, "PS4_Pressure_bar_100Hz": 1.099144500000011, "PS5_Pressure_bar_100Hz": 9.966959833333283, "PS6_Pressure_bar_100Hz": 9.846271166666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.689255000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.209908333333324, "TS1_Temperature_C_1Hz": 35.39871666666668, "TS2_Temperature_C_1Hz": 41.04363333333333, "TS3_Temperature_C_1Hz": 38.39255000000001, "TS4_Temperature_C_1Hz": 30.516866666666672, "P1_MotorPower_W_100Hz": 2547.3466333333668, "VS1_Vibration_mm_per_s_1Hz": 0.5492, "CE_CoolingEfficiency_percent_1Hz": 46.89131666666666, "CP_CoolingPower_kW_1Hz": 2.1668000000000003, "SE_EfficiencyFactor_percent_1Hz": 58.82766666666669, "cycle": 1637, "timestamp": "2026-12-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0553516666657, "PS2_Pressure_bar_100Hz": 109.62150216666683, "PS3_Pressure_bar_100Hz": 1.998388999999997, "PS4_Pressure_bar_100Hz": 2.4012413333333336, "PS5_Pressure_bar_100Hz": 9.966165499999951, "PS6_Pressure_bar_100Hz": 9.846724499999969, "FS1_VolumeFlow_l_per_min_10Hz": 6.685776666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.209316666666663, "TS1_Temperature_C_1Hz": 35.41558333333333, "TS2_Temperature_C_1Hz": 41.03411666666667, "TS3_Temperature_C_1Hz": 38.38993333333333, "TS4_Temperature_C_1Hz": 30.479699999999998, "P1_MotorPower_W_100Hz": 2548.3673000000363, "VS1_Vibration_mm_per_s_1Hz": 0.5430500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.10921666666668, "CP_CoolingPower_kW_1Hz": 2.1770833333333344, "SE_EfficiencyFactor_percent_1Hz": 58.75656666666664, "cycle": 1638, "timestamp": "2026-12-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.05984333333222, "PS2_Pressure_bar_100Hz": 109.60990066666719, "PS3_Pressure_bar_100Hz": 1.995850499999997, "PS4_Pressure_bar_100Hz": 2.6633643333333326, "PS5_Pressure_bar_100Hz": 9.962793166666644, "PS6_Pressure_bar_100Hz": 9.842034166666679, "FS1_VolumeFlow_l_per_min_10Hz": 6.6864799999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.206573333333331, "TS1_Temperature_C_1Hz": 35.41971666666667, "TS2_Temperature_C_1Hz": 41.03293333333336, "TS3_Temperature_C_1Hz": 38.38866666666666, "TS4_Temperature_C_1Hz": 30.47055, "P1_MotorPower_W_100Hz": 2547.4671333333545, "VS1_Vibration_mm_per_s_1Hz": 0.5471166666666668, "CE_CoolingEfficiency_percent_1Hz": 47.179216666666655, "CP_CoolingPower_kW_1Hz": 2.1797333333333344, "SE_EfficiencyFactor_percent_1Hz": 58.85766666666664, "cycle": 1639, "timestamp": "2026-12-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.06129333333283, "PS2_Pressure_bar_100Hz": 109.5930229999999, "PS3_Pressure_bar_100Hz": 2.0023596666666745, "PS4_Pressure_bar_100Hz": 2.583576499999988, "PS5_Pressure_bar_100Hz": 9.96581900000001, "PS6_Pressure_bar_100Hz": 9.845848333333306, "FS1_VolumeFlow_l_per_min_10Hz": 6.6845783333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.211078333333322, "TS1_Temperature_C_1Hz": 35.42111666666666, "TS2_Temperature_C_1Hz": 41.043816666666665, "TS3_Temperature_C_1Hz": 38.39108333333334, "TS4_Temperature_C_1Hz": 30.495800000000006, "P1_MotorPower_W_100Hz": 2547.7965333333623, "VS1_Vibration_mm_per_s_1Hz": 0.5471999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.98723333333334, "CP_CoolingPower_kW_1Hz": 2.1707333333333336, "SE_EfficiencyFactor_percent_1Hz": 58.74290000000001, "cycle": 1640, "timestamp": "2026-12-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0589616666662, "PS2_Pressure_bar_100Hz": 109.6000186666669, "PS3_Pressure_bar_100Hz": 2.0055761666666694, "PS4_Pressure_bar_100Hz": 2.3378861666666695, "PS5_Pressure_bar_100Hz": 9.960712166666607, "PS6_Pressure_bar_100Hz": 9.840623666666644, "FS1_VolumeFlow_l_per_min_10Hz": 6.696188333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.206088333333339, "TS1_Temperature_C_1Hz": 35.42681666666666, "TS2_Temperature_C_1Hz": 41.042066666666656, "TS3_Temperature_C_1Hz": 38.39068333333332, "TS4_Temperature_C_1Hz": 30.526100000000003, "P1_MotorPower_W_100Hz": 2545.872300000016, "VS1_Vibration_mm_per_s_1Hz": 0.5466999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.79608333333332, "CP_CoolingPower_kW_1Hz": 2.1615333333333338, "SE_EfficiencyFactor_percent_1Hz": 59.006750000000004, "cycle": 1641, "timestamp": "2026-12-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.05476333333263, "PS2_Pressure_bar_100Hz": 109.59146683333384, "PS3_Pressure_bar_100Hz": 2.002048833333336, "PS4_Pressure_bar_100Hz": 0.40874883333333395, "PS5_Pressure_bar_100Hz": 9.962554833333309, "PS6_Pressure_bar_100Hz": 9.842785833333286, "FS1_VolumeFlow_l_per_min_10Hz": 6.701393333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.207279999999985, "TS1_Temperature_C_1Hz": 35.42093333333334, "TS2_Temperature_C_1Hz": 41.044033333333346, "TS3_Temperature_C_1Hz": 38.392716666666665, "TS4_Temperature_C_1Hz": 30.52016666666667, "P1_MotorPower_W_100Hz": 2547.7522333333727, "VS1_Vibration_mm_per_s_1Hz": 0.55015, "CE_CoolingEfficiency_percent_1Hz": 46.87669999999999, "CP_CoolingPower_kW_1Hz": 2.164416666666668, "SE_EfficiencyFactor_percent_1Hz": 59.06893333333334, "cycle": 1642, "timestamp": "2026-12-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0620449999996, "PS2_Pressure_bar_100Hz": 109.61578600000041, "PS3_Pressure_bar_100Hz": 1.9987326666666683, "PS4_Pressure_bar_100Hz": 9.983333333333333e-05, "PS5_Pressure_bar_100Hz": 9.966283166666617, "PS6_Pressure_bar_100Hz": 9.84728666666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.693100000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.210591666666662, "TS1_Temperature_C_1Hz": 35.42258333333334, "TS2_Temperature_C_1Hz": 41.046816666666665, "TS3_Temperature_C_1Hz": 38.388566666666655, "TS4_Temperature_C_1Hz": 30.510883333333343, "P1_MotorPower_W_100Hz": 2549.2958333333822, "VS1_Vibration_mm_per_s_1Hz": 0.5530166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.88941666666666, "CP_CoolingPower_kW_1Hz": 2.1661833333333345, "SE_EfficiencyFactor_percent_1Hz": 58.8673, "cycle": 1643, "timestamp": "2026-12-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0459499999993, "PS2_Pressure_bar_100Hz": 109.607814166667, "PS3_Pressure_bar_100Hz": 2.004196499999998, "PS4_Pressure_bar_100Hz": 0.027606999999999975, "PS5_Pressure_bar_100Hz": 9.964982999999954, "PS6_Pressure_bar_100Hz": 9.845622999999978, "FS1_VolumeFlow_l_per_min_10Hz": 6.702649999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.207483333333347, "TS1_Temperature_C_1Hz": 35.429500000000004, "TS2_Temperature_C_1Hz": 41.05028333333335, "TS3_Temperature_C_1Hz": 38.38988333333334, "TS4_Temperature_C_1Hz": 30.50205, "P1_MotorPower_W_100Hz": 2548.8448333333467, "VS1_Vibration_mm_per_s_1Hz": 0.5579833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.95709999999998, "CP_CoolingPower_kW_1Hz": 2.1687500000000006, "SE_EfficiencyFactor_percent_1Hz": 59.022333333333336, "cycle": 1644, "timestamp": "2026-12-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.06493666666617, "PS2_Pressure_bar_100Hz": 109.63484616666675, "PS3_Pressure_bar_100Hz": 2.0123466666666676, "PS4_Pressure_bar_100Hz": 0.19793099999999977, "PS5_Pressure_bar_100Hz": 9.968050999999956, "PS6_Pressure_bar_100Hz": 9.84697266666662, "FS1_VolumeFlow_l_per_min_10Hz": 6.700506666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.211083333333326, "TS1_Temperature_C_1Hz": 35.42958333333335, "TS2_Temperature_C_1Hz": 41.06091666666667, "TS3_Temperature_C_1Hz": 38.39023333333333, "TS4_Temperature_C_1Hz": 30.498316666666668, "P1_MotorPower_W_100Hz": 2549.9968000000854, "VS1_Vibration_mm_per_s_1Hz": 0.5528000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.974933333333325, "CP_CoolingPower_kW_1Hz": 2.1689500000000006, "SE_EfficiencyFactor_percent_1Hz": 58.94311666666668, "cycle": 1645, "timestamp": "2026-12-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.05301499999956, "PS2_Pressure_bar_100Hz": 109.60922616666701, "PS3_Pressure_bar_100Hz": 2.019563500000005, "PS4_Pressure_bar_100Hz": 0.40322983333333545, "PS5_Pressure_bar_100Hz": 9.963656999999948, "PS6_Pressure_bar_100Hz": 9.843862499999979, "FS1_VolumeFlow_l_per_min_10Hz": 6.693881666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.209684999999997, "TS1_Temperature_C_1Hz": 35.437666666666686, "TS2_Temperature_C_1Hz": 41.05871666666666, "TS3_Temperature_C_1Hz": 38.393316666666664, "TS4_Temperature_C_1Hz": 30.557933333333335, "P1_MotorPower_W_100Hz": 2547.794700000007, "VS1_Vibration_mm_per_s_1Hz": 0.5497666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.650349999999996, "CP_CoolingPower_kW_1Hz": 2.156433333333334, "SE_EfficiencyFactor_percent_1Hz": 58.895683333333324, "cycle": 1646, "timestamp": "2027-01-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04659333333205, "PS2_Pressure_bar_100Hz": 109.61884900000024, "PS3_Pressure_bar_100Hz": 2.001919500000003, "PS4_Pressure_bar_100Hz": 0.3590428333333332, "PS5_Pressure_bar_100Hz": 9.958847499999939, "PS6_Pressure_bar_100Hz": 9.839970999999956, "FS1_VolumeFlow_l_per_min_10Hz": 6.701003333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.20743833333333, "TS1_Temperature_C_1Hz": 35.44261666666666, "TS2_Temperature_C_1Hz": 41.069100000000006, "TS3_Temperature_C_1Hz": 38.396566666666665, "TS4_Temperature_C_1Hz": 30.560549999999996, "P1_MotorPower_W_100Hz": 2547.7302666667024, "VS1_Vibration_mm_per_s_1Hz": 0.5521666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.652483333333315, "CP_CoolingPower_kW_1Hz": 2.1551166666666672, "SE_EfficiencyFactor_percent_1Hz": 59.027316666666664, "cycle": 1647, "timestamp": "2027-01-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02554499999925, "PS2_Pressure_bar_100Hz": 109.61375183333374, "PS3_Pressure_bar_100Hz": 1.9951771666666684, "PS4_Pressure_bar_100Hz": 0.5116376666666674, "PS5_Pressure_bar_100Hz": 9.948848999999937, "PS6_Pressure_bar_100Hz": 9.830050999999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.695186666666672, "FS2_VolumeFlow_l_per_min_10Hz": 10.202351666666662, "TS1_Temperature_C_1Hz": 35.44636666666668, "TS2_Temperature_C_1Hz": 41.080600000000004, "TS3_Temperature_C_1Hz": 38.39351666666666, "TS4_Temperature_C_1Hz": 30.556699999999996, "P1_MotorPower_W_100Hz": 2543.8245000000265, "VS1_Vibration_mm_per_s_1Hz": 0.5581, "CE_CoolingEfficiency_percent_1Hz": 46.71473333333332, "CP_CoolingPower_kW_1Hz": 2.1549666666666676, "SE_EfficiencyFactor_percent_1Hz": 59.037966666666655, "cycle": 1648, "timestamp": "2027-01-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03598499999922, "PS2_Pressure_bar_100Hz": 109.59808633333357, "PS3_Pressure_bar_100Hz": 1.998763500000008, "PS4_Pressure_bar_100Hz": 0.49840433333333445, "PS5_Pressure_bar_100Hz": 9.948349333333288, "PS6_Pressure_bar_100Hz": 9.829558333333265, "FS1_VolumeFlow_l_per_min_10Hz": 6.698528333333329, "FS2_VolumeFlow_l_per_min_10Hz": 10.20041666666667, "TS1_Temperature_C_1Hz": 35.458650000000006, "TS2_Temperature_C_1Hz": 41.086416666666665, "TS3_Temperature_C_1Hz": 38.39918333333333, "TS4_Temperature_C_1Hz": 30.51799999999999, "P1_MotorPower_W_100Hz": 2543.8055333333787, "VS1_Vibration_mm_per_s_1Hz": 0.5567666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.19146666666668, "CP_CoolingPower_kW_1Hz": 2.16755, "SE_EfficiencyFactor_percent_1Hz": 59.11233333333335, "cycle": 1649, "timestamp": "2027-01-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03157166666608, "PS2_Pressure_bar_100Hz": 109.57446733333343, "PS3_Pressure_bar_100Hz": 2.0022623333333427, "PS4_Pressure_bar_100Hz": 0.6062841666666683, "PS5_Pressure_bar_100Hz": 9.948770333333236, "PS6_Pressure_bar_100Hz": 9.830508999999957, "FS1_VolumeFlow_l_per_min_10Hz": 6.703345000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.1932, "TS1_Temperature_C_1Hz": 35.484783333333326, "TS2_Temperature_C_1Hz": 41.085166666666666, "TS3_Temperature_C_1Hz": 38.400766666666655, "TS4_Temperature_C_1Hz": 30.542016666666672, "P1_MotorPower_W_100Hz": 2544.406266666708, "VS1_Vibration_mm_per_s_1Hz": 0.5532666666666665, "CE_CoolingEfficiency_percent_1Hz": 47.058066666666676, "CP_CoolingPower_kW_1Hz": 2.1598, "SE_EfficiencyFactor_percent_1Hz": 59.12864999999999, "cycle": 1650, "timestamp": "2027-01-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03213333333247, "PS2_Pressure_bar_100Hz": 109.59841816666693, "PS3_Pressure_bar_100Hz": 1.997414666666674, "PS4_Pressure_bar_100Hz": 0.7066199999999982, "PS5_Pressure_bar_100Hz": 9.949000666666606, "PS6_Pressure_bar_100Hz": 9.83031749999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.695375000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.19520333333334, "TS1_Temperature_C_1Hz": 35.49828333333332, "TS2_Temperature_C_1Hz": 41.08061666666667, "TS3_Temperature_C_1Hz": 38.41016666666667, "TS4_Temperature_C_1Hz": 30.553183333333326, "P1_MotorPower_W_100Hz": 2545.0716333333467, "VS1_Vibration_mm_per_s_1Hz": 0.5575499999999999, "CE_CoolingEfficiency_percent_1Hz": 47.011883333333344, "CP_CoolingPower_kW_1Hz": 2.1580666666666675, "SE_EfficiencyFactor_percent_1Hz": 58.97446666666667, "cycle": 1651, "timestamp": "2027-01-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.039816666666, "PS2_Pressure_bar_100Hz": 109.59056699999964, "PS3_Pressure_bar_100Hz": 2.0081204999999995, "PS4_Pressure_bar_100Hz": 0.7512429999999977, "PS5_Pressure_bar_100Hz": 9.94566833333324, "PS6_Pressure_bar_100Hz": 9.82760849999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.6953533333333315, "FS2_VolumeFlow_l_per_min_10Hz": 10.195898333333322, "TS1_Temperature_C_1Hz": 35.50553333333332, "TS2_Temperature_C_1Hz": 41.07393333333332, "TS3_Temperature_C_1Hz": 38.414583333333326, "TS4_Temperature_C_1Hz": 30.572849999999992, "P1_MotorPower_W_100Hz": 2544.626733333356, "VS1_Vibration_mm_per_s_1Hz": 0.5514666666666665, "CE_CoolingEfficiency_percent_1Hz": 46.89225, "CP_CoolingPower_kW_1Hz": 2.152233333333333, "SE_EfficiencyFactor_percent_1Hz": 59.03656666666667, "cycle": 1652, "timestamp": "2027-01-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04172833333237, "PS2_Pressure_bar_100Hz": 109.57733716666698, "PS3_Pressure_bar_100Hz": 2.0022523333333373, "PS4_Pressure_bar_100Hz": 0.4498643333333329, "PS5_Pressure_bar_100Hz": 9.940749833333246, "PS6_Pressure_bar_100Hz": 9.822156499999972, "FS1_VolumeFlow_l_per_min_10Hz": 6.69267833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.19496833333334, "TS1_Temperature_C_1Hz": 35.51101666666667, "TS2_Temperature_C_1Hz": 41.077416666666664, "TS3_Temperature_C_1Hz": 38.432750000000006, "TS4_Temperature_C_1Hz": 30.57126666666666, "P1_MotorPower_W_100Hz": 2542.1881000000135, "VS1_Vibration_mm_per_s_1Hz": 0.5550499999999999, "CE_CoolingEfficiency_percent_1Hz": 47.00526666666666, "CP_CoolingPower_kW_1Hz": 2.1611500000000006, "SE_EfficiencyFactor_percent_1Hz": 59.052416666666666, "cycle": 1653, "timestamp": "2027-01-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04794499999926, "PS2_Pressure_bar_100Hz": 109.57938033333393, "PS3_Pressure_bar_100Hz": 2.008050333333337, "PS4_Pressure_bar_100Hz": 0.7859359999999982, "PS5_Pressure_bar_100Hz": 9.937680999999897, "PS6_Pressure_bar_100Hz": 9.819300333333267, "FS1_VolumeFlow_l_per_min_10Hz": 6.687084999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.195733333333337, "TS1_Temperature_C_1Hz": 35.51421666666666, "TS2_Temperature_C_1Hz": 41.11171666666668, "TS3_Temperature_C_1Hz": 38.440999999999995, "TS4_Temperature_C_1Hz": 30.552333333333348, "P1_MotorPower_W_100Hz": 2542.090533333396, "VS1_Vibration_mm_per_s_1Hz": 0.5627, "CE_CoolingEfficiency_percent_1Hz": 47.12913333333333, "CP_CoolingPower_kW_1Hz": 2.1667, "SE_EfficiencyFactor_percent_1Hz": 58.89726666666666, "cycle": 1654, "timestamp": "2027-01-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03851166666618, "PS2_Pressure_bar_100Hz": 109.59929450000084, "PS3_Pressure_bar_100Hz": 1.9970838333333285, "PS4_Pressure_bar_100Hz": 2.011379833333335, "PS5_Pressure_bar_100Hz": 9.935658166666661, "PS6_Pressure_bar_100Hz": 9.816584833333247, "FS1_VolumeFlow_l_per_min_10Hz": 6.67951666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.193390000000003, "TS1_Temperature_C_1Hz": 35.52194999999998, "TS2_Temperature_C_1Hz": 41.132933333333334, "TS3_Temperature_C_1Hz": 38.43783333333333, "TS4_Temperature_C_1Hz": 30.560799999999997, "P1_MotorPower_W_100Hz": 2542.7074333333317, "VS1_Vibration_mm_per_s_1Hz": 0.5567333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.22698333333333, "CP_CoolingPower_kW_1Hz": 2.1639000000000004, "SE_EfficiencyFactor_percent_1Hz": 58.82999999999999, "cycle": 1655, "timestamp": "2027-01-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0503933333329, "PS2_Pressure_bar_100Hz": 109.58378050000012, "PS3_Pressure_bar_100Hz": 2.003952833333337, "PS4_Pressure_bar_100Hz": 7.261318499999988, "PS5_Pressure_bar_100Hz": 9.93803033333328, "PS6_Pressure_bar_100Hz": 9.819274666666646, "FS1_VolumeFlow_l_per_min_10Hz": 6.684703333333321, "FS2_VolumeFlow_l_per_min_10Hz": 10.197598333333334, "TS1_Temperature_C_1Hz": 35.53106666666666, "TS2_Temperature_C_1Hz": 41.13683333333333, "TS3_Temperature_C_1Hz": 38.44566666666666, "TS4_Temperature_C_1Hz": 30.559549999999998, "P1_MotorPower_W_100Hz": 2540.641133333361, "VS1_Vibration_mm_per_s_1Hz": 0.5629833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.37518333333331, "CP_CoolingPower_kW_1Hz": 2.166233333333334, "SE_EfficiencyFactor_percent_1Hz": 58.97530000000001, "cycle": 1656, "timestamp": "2027-01-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04675166666615, "PS2_Pressure_bar_100Hz": 109.58217633333346, "PS3_Pressure_bar_100Hz": 2.0087738333333323, "PS4_Pressure_bar_100Hz": 9.128784333333327, "PS5_Pressure_bar_100Hz": 9.934728333333279, "PS6_Pressure_bar_100Hz": 9.81562549999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.696180000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.192910000000003, "TS1_Temperature_C_1Hz": 35.52981666666666, "TS2_Temperature_C_1Hz": 41.153516666666675, "TS3_Temperature_C_1Hz": 38.45448333333333, "TS4_Temperature_C_1Hz": 30.592983333333343, "P1_MotorPower_W_100Hz": 2541.33490000004, "VS1_Vibration_mm_per_s_1Hz": 0.56155, "CE_CoolingEfficiency_percent_1Hz": 47.222766666666665, "CP_CoolingPower_kW_1Hz": 2.160966666666667, "SE_EfficiencyFactor_percent_1Hz": 59.13150000000004, "cycle": 1657, "timestamp": "2027-01-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04367499999978, "PS2_Pressure_bar_100Hz": 109.57073550000034, "PS3_Pressure_bar_100Hz": 1.9960646666666617, "PS4_Pressure_bar_100Hz": 8.659683166666683, "PS5_Pressure_bar_100Hz": 9.931066666666702, "PS6_Pressure_bar_100Hz": 9.811583833333298, "FS1_VolumeFlow_l_per_min_10Hz": 6.6841616666666654, "FS2_VolumeFlow_l_per_min_10Hz": 10.186886666666668, "TS1_Temperature_C_1Hz": 35.53785, "TS2_Temperature_C_1Hz": 41.17176666666668, "TS3_Temperature_C_1Hz": 38.45499999999999, "TS4_Temperature_C_1Hz": 30.639733333333343, "P1_MotorPower_W_100Hz": 2541.5876333333817, "VS1_Vibration_mm_per_s_1Hz": 0.5502166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.92808333333332, "CP_CoolingPower_kW_1Hz": 2.1463666666666668, "SE_EfficiencyFactor_percent_1Hz": 58.941583333333334, "cycle": 1658, "timestamp": "2027-01-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.04737333333262, "PS2_Pressure_bar_100Hz": 109.57331200000054, "PS3_Pressure_bar_100Hz": 2.013137166666677, "PS4_Pressure_bar_100Hz": 9.274010666666618, "PS5_Pressure_bar_100Hz": 9.928926333333337, "PS6_Pressure_bar_100Hz": 9.8098965, "FS1_VolumeFlow_l_per_min_10Hz": 6.700896666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.186938333333313, "TS1_Temperature_C_1Hz": 35.536066666666656, "TS2_Temperature_C_1Hz": 41.179, "TS3_Temperature_C_1Hz": 38.48913333333333, "TS4_Temperature_C_1Hz": 30.63566666666667, "P1_MotorPower_W_100Hz": 2541.361866666686, "VS1_Vibration_mm_per_s_1Hz": 0.5541, "CE_CoolingEfficiency_percent_1Hz": 47.07671666666667, "CP_CoolingPower_kW_1Hz": 2.1565666666666674, "SE_EfficiencyFactor_percent_1Hz": 59.188850000000016, "cycle": 1659, "timestamp": "2027-01-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0299199999988, "PS2_Pressure_bar_100Hz": 109.57130333333363, "PS3_Pressure_bar_100Hz": 2.0106211666666645, "PS4_Pressure_bar_100Hz": 9.448639833333283, "PS5_Pressure_bar_100Hz": 9.927258833333267, "PS6_Pressure_bar_100Hz": 9.809435999999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.698343333333342, "FS2_VolumeFlow_l_per_min_10Hz": 10.18606833333333, "TS1_Temperature_C_1Hz": 35.54268333333333, "TS2_Temperature_C_1Hz": 41.18151666666666, "TS3_Temperature_C_1Hz": 38.50018333333333, "TS4_Temperature_C_1Hz": 30.63565000000001, "P1_MotorPower_W_100Hz": 2543.015500000025, "VS1_Vibration_mm_per_s_1Hz": 0.5471666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.06921666666667, "CP_CoolingPower_kW_1Hz": 2.1581500000000005, "SE_EfficiencyFactor_percent_1Hz": 59.14336666666665, "cycle": 1660, "timestamp": "2027-01-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03554166666586, "PS2_Pressure_bar_100Hz": 109.58869550000077, "PS3_Pressure_bar_100Hz": 2.006390999999996, "PS4_Pressure_bar_100Hz": 9.538381666666611, "PS5_Pressure_bar_100Hz": 9.936183500000002, "PS6_Pressure_bar_100Hz": 9.81755666666662, "FS1_VolumeFlow_l_per_min_10Hz": 6.680763333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.19523333333333, "TS1_Temperature_C_1Hz": 35.544749999999986, "TS2_Temperature_C_1Hz": 41.19375, "TS3_Temperature_C_1Hz": 38.49858333333334, "TS4_Temperature_C_1Hz": 30.637583333333342, "P1_MotorPower_W_100Hz": 2545.8976666667327, "VS1_Vibration_mm_per_s_1Hz": 0.5505, "CE_CoolingEfficiency_percent_1Hz": 47.05549999999999, "CP_CoolingPower_kW_1Hz": 2.1588500000000006, "SE_EfficiencyFactor_percent_1Hz": 58.73083333333333, "cycle": 1661, "timestamp": "2027-01-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02629999999888, "PS2_Pressure_bar_100Hz": 109.56151966666661, "PS3_Pressure_bar_100Hz": 1.9997489999999956, "PS4_Pressure_bar_100Hz": 9.552088499999993, "PS5_Pressure_bar_100Hz": 9.929670333333386, "PS6_Pressure_bar_100Hz": 9.811640999999986, "FS1_VolumeFlow_l_per_min_10Hz": 6.688075000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.187736666666657, "TS1_Temperature_C_1Hz": 35.55233333333332, "TS2_Temperature_C_1Hz": 41.21201666666666, "TS3_Temperature_C_1Hz": 38.499749999999985, "TS4_Temperature_C_1Hz": 30.635483333333344, "P1_MotorPower_W_100Hz": 2545.5553333333683, "VS1_Vibration_mm_per_s_1Hz": 0.5419333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.09760000000002, "CP_CoolingPower_kW_1Hz": 2.157866666666668, "SE_EfficiencyFactor_percent_1Hz": 58.894683333333326, "cycle": 1662, "timestamp": "2027-01-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01685499999843, "PS2_Pressure_bar_100Hz": 109.5624716666669, "PS3_Pressure_bar_100Hz": 2.0125570000000046, "PS4_Pressure_bar_100Hz": 9.582189333333389, "PS5_Pressure_bar_100Hz": 9.926795166666697, "PS6_Pressure_bar_100Hz": 9.809265666666654, "FS1_VolumeFlow_l_per_min_10Hz": 6.682503333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.181398333333334, "TS1_Temperature_C_1Hz": 35.55478333333334, "TS2_Temperature_C_1Hz": 41.2088, "TS3_Temperature_C_1Hz": 38.506649999999986, "TS4_Temperature_C_1Hz": 30.639750000000006, "P1_MotorPower_W_100Hz": 2545.035366666682, "VS1_Vibration_mm_per_s_1Hz": 0.5383, "CE_CoolingEfficiency_percent_1Hz": 47.1247, "CP_CoolingPower_kW_1Hz": 2.1582166666666676, "SE_EfficiencyFactor_percent_1Hz": 58.81646666666669, "cycle": 1663, "timestamp": "2027-01-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02413333333254, "PS2_Pressure_bar_100Hz": 109.55983516666691, "PS3_Pressure_bar_100Hz": 2.014323166666659, "PS4_Pressure_bar_100Hz": 9.65891316666663, "PS5_Pressure_bar_100Hz": 9.928234500000086, "PS6_Pressure_bar_100Hz": 9.809024166666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.691024999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.17892166666666, "TS1_Temperature_C_1Hz": 35.56559999999998, "TS2_Temperature_C_1Hz": 41.21336666666666, "TS3_Temperature_C_1Hz": 38.507133333333314, "TS4_Temperature_C_1Hz": 30.642150000000008, "P1_MotorPower_W_100Hz": 2546.8043000000494, "VS1_Vibration_mm_per_s_1Hz": 0.5445166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.17815, "CP_CoolingPower_kW_1Hz": 2.156183333333334, "SE_EfficiencyFactor_percent_1Hz": 58.91093333333334, "cycle": 1664, "timestamp": "2027-01-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.16038166666695, "PS2_Pressure_bar_100Hz": 109.7291156666669, "PS3_Pressure_bar_100Hz": 2.014937333333336, "PS4_Pressure_bar_100Hz": 9.64717283333325, "PS5_Pressure_bar_100Hz": 9.936411333333243, "PS6_Pressure_bar_100Hz": 9.818061499999937, "FS1_VolumeFlow_l_per_min_10Hz": 6.696788333333339, "FS2_VolumeFlow_l_per_min_10Hz": 10.184038333333334, "TS1_Temperature_C_1Hz": 35.54095, "TS2_Temperature_C_1Hz": 41.20653333333332, "TS3_Temperature_C_1Hz": 38.49953333333331, "TS4_Temperature_C_1Hz": 30.641550000000006, "P1_MotorPower_W_100Hz": 2555.559966666687, "VS1_Vibration_mm_per_s_1Hz": 0.5376999999999998, "CE_CoolingEfficiency_percent_1Hz": 47.18523333333334, "CP_CoolingPower_kW_1Hz": 2.1572833333333334, "SE_EfficiencyFactor_percent_1Hz": 58.698400000000014, "cycle": 1665, "timestamp": "2027-01-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.18154833333352, "PS2_Pressure_bar_100Hz": 109.73510516666698, "PS3_Pressure_bar_100Hz": 2.003395333333335, "PS4_Pressure_bar_100Hz": 9.641034166666582, "PS5_Pressure_bar_100Hz": 9.929352666666755, "PS6_Pressure_bar_100Hz": 9.811173999999976, "FS1_VolumeFlow_l_per_min_10Hz": 6.700990000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.18104333333333, "TS1_Temperature_C_1Hz": 35.556450000000005, "TS2_Temperature_C_1Hz": 41.20444999999998, "TS3_Temperature_C_1Hz": 38.49876666666667, "TS4_Temperature_C_1Hz": 30.643016666666675, "P1_MotorPower_W_100Hz": 2551.296233333358, "VS1_Vibration_mm_per_s_1Hz": 0.5383166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.28378333333334, "CP_CoolingPower_kW_1Hz": 2.1554, "SE_EfficiencyFactor_percent_1Hz": 58.92688333333334, "cycle": 1666, "timestamp": "2027-01-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.16179833333337, "PS2_Pressure_bar_100Hz": 109.71708483333325, "PS3_Pressure_bar_100Hz": 2.0095649999999967, "PS4_Pressure_bar_100Hz": 10.075881000000011, "PS5_Pressure_bar_100Hz": 9.927916166666686, "PS6_Pressure_bar_100Hz": 9.809561166666615, "FS1_VolumeFlow_l_per_min_10Hz": 6.692854999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.180504999999998, "TS1_Temperature_C_1Hz": 35.569483333333324, "TS2_Temperature_C_1Hz": 41.21781666666665, "TS3_Temperature_C_1Hz": 38.50061666666665, "TS4_Temperature_C_1Hz": 30.637366666666676, "P1_MotorPower_W_100Hz": 2548.803700000051, "VS1_Vibration_mm_per_s_1Hz": 0.5522500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.35483333333334, "CP_CoolingPower_kW_1Hz": 2.1593166666666677, "SE_EfficiencyFactor_percent_1Hz": 58.84804999999999, "cycle": 1667, "timestamp": "2027-01-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.14350833333378, "PS2_Pressure_bar_100Hz": 109.69297483333334, "PS3_Pressure_bar_100Hz": 2.0123973333333325, "PS4_Pressure_bar_100Hz": 10.120722666666673, "PS5_Pressure_bar_100Hz": 9.938609666666578, "PS6_Pressure_bar_100Hz": 9.820129999999972, "FS1_VolumeFlow_l_per_min_10Hz": 6.709993333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.190175000000005, "TS1_Temperature_C_1Hz": 35.582800000000006, "TS2_Temperature_C_1Hz": 41.24101666666668, "TS3_Temperature_C_1Hz": 38.510199999999976, "TS4_Temperature_C_1Hz": 30.63958333333334, "P1_MotorPower_W_100Hz": 2552.3546000000274, "VS1_Vibration_mm_per_s_1Hz": 0.5447500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.37493333333335, "CP_CoolingPower_kW_1Hz": 2.1622500000000002, "SE_EfficiencyFactor_percent_1Hz": 59.03071666666664, "cycle": 1668, "timestamp": "2027-01-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1627083333337, "PS2_Pressure_bar_100Hz": 109.69660583333354, "PS3_Pressure_bar_100Hz": 2.014101333333344, "PS4_Pressure_bar_100Hz": 10.09023749999998, "PS5_Pressure_bar_100Hz": 9.937565499999947, "PS6_Pressure_bar_100Hz": 9.818429166666606, "FS1_VolumeFlow_l_per_min_10Hz": 6.707068333333329, "FS2_VolumeFlow_l_per_min_10Hz": 10.18768333333333, "TS1_Temperature_C_1Hz": 35.59246666666666, "TS2_Temperature_C_1Hz": 41.247716666666655, "TS3_Temperature_C_1Hz": 38.51549999999998, "TS4_Temperature_C_1Hz": 30.637766666666675, "P1_MotorPower_W_100Hz": 2550.8912333333537, "VS1_Vibration_mm_per_s_1Hz": 0.5473166666666668, "CE_CoolingEfficiency_percent_1Hz": 47.372783333333324, "CP_CoolingPower_kW_1Hz": 2.162283333333334, "SE_EfficiencyFactor_percent_1Hz": 58.99655, "cycle": 1669, "timestamp": "2027-01-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.17113666666725, "PS2_Pressure_bar_100Hz": 109.71211800000019, "PS3_Pressure_bar_100Hz": 2.011391666666667, "PS4_Pressure_bar_100Hz": 10.097892333333327, "PS5_Pressure_bar_100Hz": 9.935092833333268, "PS6_Pressure_bar_100Hz": 9.815063666666648, "FS1_VolumeFlow_l_per_min_10Hz": 6.714424999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.186679999999997, "TS1_Temperature_C_1Hz": 35.60101666666666, "TS2_Temperature_C_1Hz": 41.25828333333333, "TS3_Temperature_C_1Hz": 38.55011666666667, "TS4_Temperature_C_1Hz": 30.64148333333333, "P1_MotorPower_W_100Hz": 2550.303000000038, "VS1_Vibration_mm_per_s_1Hz": 0.5501, "CE_CoolingEfficiency_percent_1Hz": 47.50581666666666, "CP_CoolingPower_kW_1Hz": 2.1707500000000004, "SE_EfficiencyFactor_percent_1Hz": 59.15350000000001, "cycle": 1670, "timestamp": "2027-01-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.15229000000053, "PS2_Pressure_bar_100Hz": 109.71187283333364, "PS3_Pressure_bar_100Hz": 2.014875333333336, "PS4_Pressure_bar_100Hz": 10.090864833333363, "PS5_Pressure_bar_100Hz": 9.93511333333324, "PS6_Pressure_bar_100Hz": 9.815246166666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.716776666666661, "FS2_VolumeFlow_l_per_min_10Hz": 10.187693333333334, "TS1_Temperature_C_1Hz": 35.59466666666666, "TS2_Temperature_C_1Hz": 41.290433333333326, "TS3_Temperature_C_1Hz": 38.560216666666676, "TS4_Temperature_C_1Hz": 30.6412, "P1_MotorPower_W_100Hz": 2550.2297333333686, "VS1_Vibration_mm_per_s_1Hz": 0.5499333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.44096666666667, "CP_CoolingPower_kW_1Hz": 2.172866666666667, "SE_EfficiencyFactor_percent_1Hz": 59.14863333333335, "cycle": 1671, "timestamp": "2027-01-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.15317333333434, "PS2_Pressure_bar_100Hz": 109.71793916666704, "PS3_Pressure_bar_100Hz": 2.003535999999999, "PS4_Pressure_bar_100Hz": 10.159301500000002, "PS5_Pressure_bar_100Hz": 9.933079166666639, "PS6_Pressure_bar_100Hz": 9.813870666666629, "FS1_VolumeFlow_l_per_min_10Hz": 6.698840000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.186723333333326, "TS1_Temperature_C_1Hz": 35.60648333333334, "TS2_Temperature_C_1Hz": 41.29083333333333, "TS3_Temperature_C_1Hz": 38.55953333333332, "TS4_Temperature_C_1Hz": 30.636516666666672, "P1_MotorPower_W_100Hz": 2549.713200000021, "VS1_Vibration_mm_per_s_1Hz": 0.5523333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.338716666666656, "CP_CoolingPower_kW_1Hz": 2.1743166666666673, "SE_EfficiencyFactor_percent_1Hz": 58.81965000000001, "cycle": 1672, "timestamp": "2027-01-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.15790500000014, "PS2_Pressure_bar_100Hz": 109.717236, "PS3_Pressure_bar_100Hz": 2.006555833333337, "PS4_Pressure_bar_100Hz": 10.15846399999996, "PS5_Pressure_bar_100Hz": 9.93267849999999, "PS6_Pressure_bar_100Hz": 9.812953333333262, "FS1_VolumeFlow_l_per_min_10Hz": 6.722706666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.187823333333338, "TS1_Temperature_C_1Hz": 35.622800000000005, "TS2_Temperature_C_1Hz": 41.307266666666656, "TS3_Temperature_C_1Hz": 38.561899999999994, "TS4_Temperature_C_1Hz": 30.63980000000001, "P1_MotorPower_W_100Hz": 2549.2575000000497, "VS1_Vibration_mm_per_s_1Hz": 0.5524333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.27735, "CP_CoolingPower_kW_1Hz": 2.175466666666668, "SE_EfficiencyFactor_percent_1Hz": 59.22048333333334, "cycle": 1673, "timestamp": "2027-01-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1304450000002, "PS2_Pressure_bar_100Hz": 109.68366066666677, "PS3_Pressure_bar_100Hz": 2.006188000000005, "PS4_Pressure_bar_100Hz": 10.166180500000033, "PS5_Pressure_bar_100Hz": 9.93982266666659, "PS6_Pressure_bar_100Hz": 9.820357166666614, "FS1_VolumeFlow_l_per_min_10Hz": 6.712496666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.192651666666668, "TS1_Temperature_C_1Hz": 35.645283333333325, "TS2_Temperature_C_1Hz": 41.322066666666686, "TS3_Temperature_C_1Hz": 38.5622, "TS4_Temperature_C_1Hz": 30.67145, "P1_MotorPower_W_100Hz": 2551.5821666667257, "VS1_Vibration_mm_per_s_1Hz": 0.5506333333333332, "CE_CoolingEfficiency_percent_1Hz": 47.06331666666667, "CP_CoolingPower_kW_1Hz": 2.1663333333333337, "SE_EfficiencyFactor_percent_1Hz": 58.98765000000001, "cycle": 1674, "timestamp": "2027-01-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.48119333333293, "PS2_Pressure_bar_100Hz": 109.22228116666717, "PS3_Pressure_bar_100Hz": 1.9395869999999853, "PS4_Pressure_bar_100Hz": 9.842210499999922, "PS5_Pressure_bar_100Hz": 9.940762666666624, "PS6_Pressure_bar_100Hz": 9.82167399999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.452145000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.195266666666654, "TS1_Temperature_C_1Hz": 35.63098333333333, "TS2_Temperature_C_1Hz": 41.31435, "TS3_Temperature_C_1Hz": 38.557733333333324, "TS4_Temperature_C_1Hz": 30.70123333333335, "P1_MotorPower_W_100Hz": 2578.00813333335, "VS1_Vibration_mm_per_s_1Hz": 0.5482500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.8837, "CP_CoolingPower_kW_1Hz": 2.159850000000001, "SE_EfficiencyFactor_percent_1Hz": 56.0232666666667, "cycle": 1675, "timestamp": "2027-01-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.70803666666663, "PS2_Pressure_bar_100Hz": 108.67438866666724, "PS3_Pressure_bar_100Hz": 1.9198573333333224, "PS4_Pressure_bar_100Hz": 9.665858999999928, "PS5_Pressure_bar_100Hz": 9.94273399999994, "PS6_Pressure_bar_100Hz": 9.823325499999912, "FS1_VolumeFlow_l_per_min_10Hz": 6.393258333333324, "FS2_VolumeFlow_l_per_min_10Hz": 10.200389999999999, "TS1_Temperature_C_1Hz": 35.59918333333333, "TS2_Temperature_C_1Hz": 41.27766666666667, "TS3_Temperature_C_1Hz": 38.49999999999998, "TS4_Temperature_C_1Hz": 30.65283333333334, "P1_MotorPower_W_100Hz": 2579.7404333334002, "VS1_Vibration_mm_per_s_1Hz": 0.5507333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.98791666666666, "CP_CoolingPower_kW_1Hz": 2.157050000000001, "SE_EfficiencyFactor_percent_1Hz": 54.66311666666668, "cycle": 1676, "timestamp": "2027-01-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.71197000000006, "PS2_Pressure_bar_100Hz": 108.67174050000015, "PS3_Pressure_bar_100Hz": 1.9173946666666501, "PS4_Pressure_bar_100Hz": 9.625431166666711, "PS5_Pressure_bar_100Hz": 9.941409999999914, "PS6_Pressure_bar_100Hz": 9.821826999999953, "FS1_VolumeFlow_l_per_min_10Hz": 6.396038333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.199700000000002, "TS1_Temperature_C_1Hz": 35.58744999999999, "TS2_Temperature_C_1Hz": 41.25128333333334, "TS3_Temperature_C_1Hz": 38.490149999999986, "TS4_Temperature_C_1Hz": 30.639550000000018, "P1_MotorPower_W_100Hz": 2577.7545000000728, "VS1_Vibration_mm_per_s_1Hz": 0.5499999999999999, "CE_CoolingEfficiency_percent_1Hz": 47.046666666666674, "CP_CoolingPower_kW_1Hz": 2.1577, "SE_EfficiencyFactor_percent_1Hz": 54.79708333333334, "cycle": 1677, "timestamp": "2027-02-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.71169166666635, "PS2_Pressure_bar_100Hz": 108.68061416666718, "PS3_Pressure_bar_100Hz": 1.915781666666654, "PS4_Pressure_bar_100Hz": 10.082103666666653, "PS5_Pressure_bar_100Hz": 9.942989666666614, "PS6_Pressure_bar_100Hz": 9.823425499999969, "FS1_VolumeFlow_l_per_min_10Hz": 6.395871666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.201265000000003, "TS1_Temperature_C_1Hz": 35.56605, "TS2_Temperature_C_1Hz": 41.24058333333334, "TS3_Temperature_C_1Hz": 38.488233333333305, "TS4_Temperature_C_1Hz": 30.640766666666675, "P1_MotorPower_W_100Hz": 2577.592633333366, "VS1_Vibration_mm_per_s_1Hz": 0.5416833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.03740000000002, "CP_CoolingPower_kW_1Hz": 2.157716666666667, "SE_EfficiencyFactor_percent_1Hz": 54.7777, "cycle": 1678, "timestamp": "2027-02-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.68450500000034, "PS2_Pressure_bar_100Hz": 108.65899383333354, "PS3_Pressure_bar_100Hz": 1.9091906666666507, "PS4_Pressure_bar_100Hz": 10.170996666666715, "PS5_Pressure_bar_100Hz": 9.942503666666608, "PS6_Pressure_bar_100Hz": 9.822423666666596, "FS1_VolumeFlow_l_per_min_10Hz": 6.395053333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.20436666666666, "TS1_Temperature_C_1Hz": 35.575183333333335, "TS2_Temperature_C_1Hz": 41.22618333333333, "TS3_Temperature_C_1Hz": 38.481416666666654, "TS4_Temperature_C_1Hz": 30.641483333333337, "P1_MotorPower_W_100Hz": 2577.9458666667256, "VS1_Vibration_mm_per_s_1Hz": 0.5466000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.00580000000003, "CP_CoolingPower_kW_1Hz": 2.155283333333334, "SE_EfficiencyFactor_percent_1Hz": 54.80304999999999, "cycle": 1679, "timestamp": "2027-02-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.69598666666707, "PS2_Pressure_bar_100Hz": 108.66857033333369, "PS3_Pressure_bar_100Hz": 1.910512499999985, "PS4_Pressure_bar_100Hz": 10.172242666666708, "PS5_Pressure_bar_100Hz": 9.94421516666665, "PS6_Pressure_bar_100Hz": 9.824730999999904, "FS1_VolumeFlow_l_per_min_10Hz": 6.389198333333339, "FS2_VolumeFlow_l_per_min_10Hz": 10.205241666666666, "TS1_Temperature_C_1Hz": 35.57286666666665, "TS2_Temperature_C_1Hz": 41.230533333333305, "TS3_Temperature_C_1Hz": 38.486599999999974, "TS4_Temperature_C_1Hz": 30.64268333333334, "P1_MotorPower_W_100Hz": 2578.33440000001, "VS1_Vibration_mm_per_s_1Hz": 0.5425833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.98628333333334, "CP_CoolingPower_kW_1Hz": 2.1564833333333344, "SE_EfficiencyFactor_percent_1Hz": 54.69553333333332, "cycle": 1680, "timestamp": "2027-02-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6968333333333, "PS2_Pressure_bar_100Hz": 108.64859766666707, "PS3_Pressure_bar_100Hz": 1.920097833333315, "PS4_Pressure_bar_100Hz": 10.000014666666662, "PS5_Pressure_bar_100Hz": 9.94715499999992, "PS6_Pressure_bar_100Hz": 9.82723133333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.387256666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.208971666666669, "TS1_Temperature_C_1Hz": 35.58386666666666, "TS2_Temperature_C_1Hz": 41.228016666666676, "TS3_Temperature_C_1Hz": 38.487016666666655, "TS4_Temperature_C_1Hz": 30.644983333333336, "P1_MotorPower_W_100Hz": 2578.4430666667313, "VS1_Vibration_mm_per_s_1Hz": 0.5508166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.996550000000006, "CP_CoolingPower_kW_1Hz": 2.1563500000000007, "SE_EfficiencyFactor_percent_1Hz": 54.60784999999999, "cycle": 1681, "timestamp": "2027-02-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.69604999999981, "PS2_Pressure_bar_100Hz": 108.67251583333336, "PS3_Pressure_bar_100Hz": 1.9103439999999876, "PS4_Pressure_bar_100Hz": 10.094425833333348, "PS5_Pressure_bar_100Hz": 9.941777333333283, "PS6_Pressure_bar_100Hz": 9.82253333333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.387188333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.206541666666665, "TS1_Temperature_C_1Hz": 35.61573333333333, "TS2_Temperature_C_1Hz": 41.21704999999999, "TS3_Temperature_C_1Hz": 38.49031666666668, "TS4_Temperature_C_1Hz": 30.65060000000001, "P1_MotorPower_W_100Hz": 2577.218966666713, "VS1_Vibration_mm_per_s_1Hz": 0.5609333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.16638333333331, "CP_CoolingPower_kW_1Hz": 2.1542000000000003, "SE_EfficiencyFactor_percent_1Hz": 54.65305000000001, "cycle": 1682, "timestamp": "2027-02-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6984700000004, "PS2_Pressure_bar_100Hz": 108.68399083333381, "PS3_Pressure_bar_100Hz": 1.9120813333333178, "PS4_Pressure_bar_100Hz": 9.883800999999956, "PS5_Pressure_bar_100Hz": 9.943636499999924, "PS6_Pressure_bar_100Hz": 9.824270999999946, "FS1_VolumeFlow_l_per_min_10Hz": 6.393626666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.207833333333317, "TS1_Temperature_C_1Hz": 35.63485, "TS2_Temperature_C_1Hz": 41.228533333333324, "TS3_Temperature_C_1Hz": 38.49598333333332, "TS4_Temperature_C_1Hz": 30.6751, "P1_MotorPower_W_100Hz": 2579.291333333346, "VS1_Vibration_mm_per_s_1Hz": 0.5502, "CE_CoolingEfficiency_percent_1Hz": 47.14073333333333, "CP_CoolingPower_kW_1Hz": 2.151266666666667, "SE_EfficiencyFactor_percent_1Hz": 54.71628333333333, "cycle": 1683, "timestamp": "2027-02-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.66921333333383, "PS2_Pressure_bar_100Hz": 108.6503465, "PS3_Pressure_bar_100Hz": 1.9097053333333125, "PS4_Pressure_bar_100Hz": 10.095925166666662, "PS5_Pressure_bar_100Hz": 9.948926499999912, "PS6_Pressure_bar_100Hz": 9.829181666666631, "FS1_VolumeFlow_l_per_min_10Hz": 6.391309999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.206675000000006, "TS1_Temperature_C_1Hz": 35.64439999999998, "TS2_Temperature_C_1Hz": 41.2402, "TS3_Temperature_C_1Hz": 38.51526666666666, "TS4_Temperature_C_1Hz": 30.64496666666667, "P1_MotorPower_W_100Hz": 2582.4676333333846, "VS1_Vibration_mm_per_s_1Hz": 0.55365, "CE_CoolingEfficiency_percent_1Hz": 47.369566666666664, "CP_CoolingPower_kW_1Hz": 2.1645166666666666, "SE_EfficiencyFactor_percent_1Hz": 54.58173333333334, "cycle": 1684, "timestamp": "2027-02-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.66795666666658, "PS2_Pressure_bar_100Hz": 108.67616683333392, "PS3_Pressure_bar_100Hz": 1.9076913333333207, "PS4_Pressure_bar_100Hz": 10.174320333333315, "PS5_Pressure_bar_100Hz": 9.943510166666595, "PS6_Pressure_bar_100Hz": 9.824218499999976, "FS1_VolumeFlow_l_per_min_10Hz": 6.391670000000007, "FS2_VolumeFlow_l_per_min_10Hz": 10.200144999999996, "TS1_Temperature_C_1Hz": 35.64576666666666, "TS2_Temperature_C_1Hz": 41.2314333333333, "TS3_Temperature_C_1Hz": 38.54200000000001, "TS4_Temperature_C_1Hz": 30.6462, "P1_MotorPower_W_100Hz": 2579.5230666666566, "VS1_Vibration_mm_per_s_1Hz": 0.5507666666666665, "CE_CoolingEfficiency_percent_1Hz": 47.22780000000001, "CP_CoolingPower_kW_1Hz": 2.1712500000000006, "SE_EfficiencyFactor_percent_1Hz": 54.718700000000005, "cycle": 1685, "timestamp": "2027-02-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5634083333333, "PS2_Pressure_bar_100Hz": 108.8994851666672, "PS3_Pressure_bar_100Hz": 1.91077233333332, "PS4_Pressure_bar_100Hz": 10.175593833333346, "PS5_Pressure_bar_100Hz": 9.943366499999891, "PS6_Pressure_bar_100Hz": 9.824257333333291, "FS1_VolumeFlow_l_per_min_10Hz": 6.41917833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.202693333333333, "TS1_Temperature_C_1Hz": 35.651516666666666, "TS2_Temperature_C_1Hz": 41.22813333333332, "TS3_Temperature_C_1Hz": 38.55811666666667, "TS4_Temperature_C_1Hz": 30.657033333333338, "P1_MotorPower_W_100Hz": 2579.801500000054, "VS1_Vibration_mm_per_s_1Hz": 0.5514833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.15988333333334, "CP_CoolingPower_kW_1Hz": 2.1727833333333337, "SE_EfficiencyFactor_percent_1Hz": 55.32371666666668, "cycle": 1686, "timestamp": "2027-02-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5672599999995, "PS2_Pressure_bar_100Hz": 108.90981016666701, "PS3_Pressure_bar_100Hz": 1.9152208333333065, "PS4_Pressure_bar_100Hz": 10.169376666666667, "PS5_Pressure_bar_100Hz": 9.937782666666612, "PS6_Pressure_bar_100Hz": 9.819090499999986, "FS1_VolumeFlow_l_per_min_10Hz": 6.416264999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.19928666666667, "TS1_Temperature_C_1Hz": 35.66611666666666, "TS2_Temperature_C_1Hz": 41.22903333333332, "TS3_Temperature_C_1Hz": 38.55715, "TS4_Temperature_C_1Hz": 30.687983333333346, "P1_MotorPower_W_100Hz": 2578.378166666696, "VS1_Vibration_mm_per_s_1Hz": 0.5460333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.964633333333346, "CP_CoolingPower_kW_1Hz": 2.1624333333333343, "SE_EfficiencyFactor_percent_1Hz": 55.37003333333332, "cycle": 1687, "timestamp": "2027-02-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.57772833333348, "PS2_Pressure_bar_100Hz": 108.90396166666716, "PS3_Pressure_bar_100Hz": 1.9183644999999836, "PS4_Pressure_bar_100Hz": 10.17264066666666, "PS5_Pressure_bar_100Hz": 9.9403293333333, "PS6_Pressure_bar_100Hz": 9.821519333333283, "FS1_VolumeFlow_l_per_min_10Hz": 6.417841666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.199915000000006, "TS1_Temperature_C_1Hz": 35.66499999999999, "TS2_Temperature_C_1Hz": 41.24621666666667, "TS3_Temperature_C_1Hz": 38.54728333333333, "TS4_Temperature_C_1Hz": 30.69331666666666, "P1_MotorPower_W_100Hz": 2577.6140333333733, "VS1_Vibration_mm_per_s_1Hz": 0.5465, "CE_CoolingEfficiency_percent_1Hz": 46.91325, "CP_CoolingPower_kW_1Hz": 2.1592333333333342, "SE_EfficiencyFactor_percent_1Hz": 55.34543333333331, "cycle": 1688, "timestamp": "2027-02-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5950066666664, "PS2_Pressure_bar_100Hz": 108.92510583333375, "PS3_Pressure_bar_100Hz": 1.9179269999999768, "PS4_Pressure_bar_100Hz": 10.175135333333362, "PS5_Pressure_bar_100Hz": 9.944214666666605, "PS6_Pressure_bar_100Hz": 9.825245833333307, "FS1_VolumeFlow_l_per_min_10Hz": 6.419393333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.200818333333332, "TS1_Temperature_C_1Hz": 35.66053333333333, "TS2_Temperature_C_1Hz": 41.251549999999995, "TS3_Temperature_C_1Hz": 38.557, "TS4_Temperature_C_1Hz": 30.668416666666676, "P1_MotorPower_W_100Hz": 2579.873866666721, "VS1_Vibration_mm_per_s_1Hz": 0.5459666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.04330000000001, "CP_CoolingPower_kW_1Hz": 2.167733333333335, "SE_EfficiencyFactor_percent_1Hz": 55.3364833333333, "cycle": 1689, "timestamp": "2027-02-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.58273166666692, "PS2_Pressure_bar_100Hz": 108.9209685000004, "PS3_Pressure_bar_100Hz": 1.9226638333333115, "PS4_Pressure_bar_100Hz": 10.175524333333366, "PS5_Pressure_bar_100Hz": 9.944232333333284, "PS6_Pressure_bar_100Hz": 9.82473016666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.41883666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.202403333333342, "TS1_Temperature_C_1Hz": 35.65509999999999, "TS2_Temperature_C_1Hz": 41.25298333333334, "TS3_Temperature_C_1Hz": 38.55229999999998, "TS4_Temperature_C_1Hz": 30.641966666666676, "P1_MotorPower_W_100Hz": 2578.414066666718, "VS1_Vibration_mm_per_s_1Hz": 0.5410166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.22435000000001, "CP_CoolingPower_kW_1Hz": 2.1747333333333345, "SE_EfficiencyFactor_percent_1Hz": 55.342400000000005, "cycle": 1690, "timestamp": "2027-02-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5765516666669, "PS2_Pressure_bar_100Hz": 108.90132450000019, "PS3_Pressure_bar_100Hz": 1.9209761666666476, "PS4_Pressure_bar_100Hz": 10.174788500000032, "PS5_Pressure_bar_100Hz": 9.943158833333268, "PS6_Pressure_bar_100Hz": 9.823674333333274, "FS1_VolumeFlow_l_per_min_10Hz": 6.4181583333333325, "FS2_VolumeFlow_l_per_min_10Hz": 10.203866666666668, "TS1_Temperature_C_1Hz": 35.65881666666667, "TS2_Temperature_C_1Hz": 41.240633333333335, "TS3_Temperature_C_1Hz": 38.562733333333334, "TS4_Temperature_C_1Hz": 30.640216666666667, "P1_MotorPower_W_100Hz": 2579.205966666717, "VS1_Vibration_mm_per_s_1Hz": 0.5461833333333335, "CE_CoolingEfficiency_percent_1Hz": 47.25668333333333, "CP_CoolingPower_kW_1Hz": 2.177266666666667, "SE_EfficiencyFactor_percent_1Hz": 55.3291333333333, "cycle": 1691, "timestamp": "2027-02-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.57927333333367, "PS2_Pressure_bar_100Hz": 108.91829750000035, "PS3_Pressure_bar_100Hz": 1.9216411666666502, "PS4_Pressure_bar_100Hz": 10.173639166666716, "PS5_Pressure_bar_100Hz": 9.942295833333269, "PS6_Pressure_bar_100Hz": 9.823101333333275, "FS1_VolumeFlow_l_per_min_10Hz": 6.415959999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.20346833333332, "TS1_Temperature_C_1Hz": 35.66536666666668, "TS2_Temperature_C_1Hz": 41.23101666666664, "TS3_Temperature_C_1Hz": 38.558499999999995, "TS4_Temperature_C_1Hz": 30.63681666666668, "P1_MotorPower_W_100Hz": 2578.6759666667144, "VS1_Vibration_mm_per_s_1Hz": 0.5376499999999999, "CE_CoolingEfficiency_percent_1Hz": 47.394283333333334, "CP_CoolingPower_kW_1Hz": 2.1784166666666667, "SE_EfficiencyFactor_percent_1Hz": 55.27698333333334, "cycle": 1692, "timestamp": "2027-02-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.549653333333, "PS2_Pressure_bar_100Hz": 108.9100725000004, "PS3_Pressure_bar_100Hz": 1.921699833333327, "PS4_Pressure_bar_100Hz": 10.175409000000023, "PS5_Pressure_bar_100Hz": 9.94423233333325, "PS6_Pressure_bar_100Hz": 9.825619500000004, "FS1_VolumeFlow_l_per_min_10Hz": 6.414791666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.204069999999989, "TS1_Temperature_C_1Hz": 35.665366666666664, "TS2_Temperature_C_1Hz": 41.230999999999995, "TS3_Temperature_C_1Hz": 38.56361666666667, "TS4_Temperature_C_1Hz": 30.640116666666664, "P1_MotorPower_W_100Hz": 2579.9083666666984, "VS1_Vibration_mm_per_s_1Hz": 0.5418166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.43563333333334, "CP_CoolingPower_kW_1Hz": 2.178, "SE_EfficiencyFactor_percent_1Hz": 55.2591, "cycle": 1693, "timestamp": "2027-02-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.56632333333334, "PS2_Pressure_bar_100Hz": 108.90671683333373, "PS3_Pressure_bar_100Hz": 1.9161624999999805, "PS4_Pressure_bar_100Hz": 10.168426666666663, "PS5_Pressure_bar_100Hz": 9.937806666666605, "PS6_Pressure_bar_100Hz": 9.818520999999969, "FS1_VolumeFlow_l_per_min_10Hz": 6.414980000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.197280000000012, "TS1_Temperature_C_1Hz": 35.678749999999994, "TS2_Temperature_C_1Hz": 41.23349999999997, "TS3_Temperature_C_1Hz": 38.55925, "TS4_Temperature_C_1Hz": 30.64761666666666, "P1_MotorPower_W_100Hz": 2577.1314666667263, "VS1_Vibration_mm_per_s_1Hz": 0.5452833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.306250000000006, "CP_CoolingPower_kW_1Hz": 2.173866666666667, "SE_EfficiencyFactor_percent_1Hz": 55.33569999999998, "cycle": 1694, "timestamp": "2027-02-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.564791666666, "PS2_Pressure_bar_100Hz": 108.92517466666705, "PS3_Pressure_bar_100Hz": 1.9286493333333237, "PS4_Pressure_bar_100Hz": 10.172197999999991, "PS5_Pressure_bar_100Hz": 9.94199416666659, "PS6_Pressure_bar_100Hz": 9.82267783333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.418213333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.201201666666666, "TS1_Temperature_C_1Hz": 35.68103333333332, "TS2_Temperature_C_1Hz": 41.22246666666665, "TS3_Temperature_C_1Hz": 38.563449999999996, "TS4_Temperature_C_1Hz": 30.64889999999999, "P1_MotorPower_W_100Hz": 2577.8129333334123, "VS1_Vibration_mm_per_s_1Hz": 0.5490333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.38226666666667, "CP_CoolingPower_kW_1Hz": 2.176400000000001, "SE_EfficiencyFactor_percent_1Hz": 55.31756666666668, "cycle": 1695, "timestamp": "2027-02-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5066816666669, "PS2_Pressure_bar_100Hz": 109.12559816666702, "PS3_Pressure_bar_100Hz": 1.9295076666666455, "PS4_Pressure_bar_100Hz": 10.176629166666725, "PS5_Pressure_bar_100Hz": 9.94639683333327, "PS6_Pressure_bar_100Hz": 9.826031333333246, "FS1_VolumeFlow_l_per_min_10Hz": 6.433448333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.205733333333331, "TS1_Temperature_C_1Hz": 35.69136666666666, "TS2_Temperature_C_1Hz": 41.222716666666656, "TS3_Temperature_C_1Hz": 38.578099999999985, "TS4_Temperature_C_1Hz": 30.647283333333338, "P1_MotorPower_W_100Hz": 2579.2916000000546, "VS1_Vibration_mm_per_s_1Hz": 0.5389166666666668, "CE_CoolingEfficiency_percent_1Hz": 47.49681666666665, "CP_CoolingPower_kW_1Hz": 2.1808833333333335, "SE_EfficiencyFactor_percent_1Hz": 55.63378333333332, "cycle": 1696, "timestamp": "2027-02-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.49459833333253, "PS2_Pressure_bar_100Hz": 109.1287066666673, "PS3_Pressure_bar_100Hz": 1.9309131666666535, "PS4_Pressure_bar_100Hz": 10.177866666666675, "PS5_Pressure_bar_100Hz": 9.946293166666594, "PS6_Pressure_bar_100Hz": 9.827056833333302, "FS1_VolumeFlow_l_per_min_10Hz": 6.432754999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.205263333333336, "TS1_Temperature_C_1Hz": 35.69078333333333, "TS2_Temperature_C_1Hz": 41.24498333333333, "TS3_Temperature_C_1Hz": 38.568716666666674, "TS4_Temperature_C_1Hz": 30.649333333333335, "P1_MotorPower_W_100Hz": 2579.494900000073, "VS1_Vibration_mm_per_s_1Hz": 0.5394500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.491049999999994, "CP_CoolingPower_kW_1Hz": 2.1766166666666678, "SE_EfficiencyFactor_percent_1Hz": 55.6762666666667, "cycle": 1697, "timestamp": "2027-02-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.49488499999973, "PS2_Pressure_bar_100Hz": 109.10933333333368, "PS3_Pressure_bar_100Hz": 1.928374833333316, "PS4_Pressure_bar_100Hz": 10.175131666666644, "PS5_Pressure_bar_100Hz": 9.943618833333252, "PS6_Pressure_bar_100Hz": 9.824246999999945, "FS1_VolumeFlow_l_per_min_10Hz": 6.432459999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.205093333333329, "TS1_Temperature_C_1Hz": 35.69468333333331, "TS2_Temperature_C_1Hz": 41.24768333333332, "TS3_Temperature_C_1Hz": 38.56698333333333, "TS4_Temperature_C_1Hz": 30.652983333333324, "P1_MotorPower_W_100Hz": 2578.32680000006, "VS1_Vibration_mm_per_s_1Hz": 0.5395500000000002, "CE_CoolingEfficiency_percent_1Hz": 47.493066666666664, "CP_CoolingPower_kW_1Hz": 2.177216666666666, "SE_EfficiencyFactor_percent_1Hz": 55.652499999999996, "cycle": 1698, "timestamp": "2027-02-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5079466666669, "PS2_Pressure_bar_100Hz": 109.13951683333384, "PS3_Pressure_bar_100Hz": 1.9219931666666459, "PS4_Pressure_bar_100Hz": 10.174421499999998, "PS5_Pressure_bar_100Hz": 9.942518499999897, "PS6_Pressure_bar_100Hz": 9.823480333333304, "FS1_VolumeFlow_l_per_min_10Hz": 6.4295300000000015, "FS2_VolumeFlow_l_per_min_10Hz": 10.205946666666664, "TS1_Temperature_C_1Hz": 35.71004999999998, "TS2_Temperature_C_1Hz": 41.24551666666668, "TS3_Temperature_C_1Hz": 38.58766666666666, "TS4_Temperature_C_1Hz": 30.651233333333337, "P1_MotorPower_W_100Hz": 2578.80070000005, "VS1_Vibration_mm_per_s_1Hz": 0.5364666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.540749999999996, "CP_CoolingPower_kW_1Hz": 2.180316666666668, "SE_EfficiencyFactor_percent_1Hz": 55.65098333333332, "cycle": 1699, "timestamp": "2027-02-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.50019333333333, "PS2_Pressure_bar_100Hz": 109.10701050000021, "PS3_Pressure_bar_100Hz": 1.9184471666666463, "PS4_Pressure_bar_100Hz": 10.168551833333323, "PS5_Pressure_bar_100Hz": 9.937556999999947, "PS6_Pressure_bar_100Hz": 9.81877816666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.4294216666666655, "FS2_VolumeFlow_l_per_min_10Hz": 10.200106666666665, "TS1_Temperature_C_1Hz": 35.70931666666665, "TS2_Temperature_C_1Hz": 41.24348333333332, "TS3_Temperature_C_1Hz": 38.58928333333332, "TS4_Temperature_C_1Hz": 30.65326666666666, "P1_MotorPower_W_100Hz": 2577.74896666669, "VS1_Vibration_mm_per_s_1Hz": 0.5380333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.83678333333332, "CP_CoolingPower_kW_1Hz": 2.180650000000001, "SE_EfficiencyFactor_percent_1Hz": 55.653433333333325, "cycle": 1700, "timestamp": "2027-02-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.498498333333, "PS2_Pressure_bar_100Hz": 109.10673433333399, "PS3_Pressure_bar_100Hz": 1.9251983333333185, "PS4_Pressure_bar_100Hz": 10.16680850000001, "PS5_Pressure_bar_100Hz": 9.934784833333364, "PS6_Pressure_bar_100Hz": 9.816413833333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.427121666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.19790833333333, "TS1_Temperature_C_1Hz": 35.702833333333324, "TS2_Temperature_C_1Hz": 41.2408, "TS3_Temperature_C_1Hz": 38.60354999999999, "TS4_Temperature_C_1Hz": 30.65116666666666, "P1_MotorPower_W_100Hz": 2576.704533333378, "VS1_Vibration_mm_per_s_1Hz": 0.5335, "CE_CoolingEfficiency_percent_1Hz": 47.89656666666665, "CP_CoolingPower_kW_1Hz": 2.1852000000000005, "SE_EfficiencyFactor_percent_1Hz": 55.66081666666667, "cycle": 1701, "timestamp": "2027-02-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4938933333331, "PS2_Pressure_bar_100Hz": 109.08617566666672, "PS3_Pressure_bar_100Hz": 1.9212078333333114, "PS4_Pressure_bar_100Hz": 10.163213166666672, "PS5_Pressure_bar_100Hz": 9.931743166666678, "PS6_Pressure_bar_100Hz": 9.814309999999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.4277316666666655, "FS2_VolumeFlow_l_per_min_10Hz": 10.194565000000004, "TS1_Temperature_C_1Hz": 35.701133333333324, "TS2_Temperature_C_1Hz": 41.24195, "TS3_Temperature_C_1Hz": 38.609083333333345, "TS4_Temperature_C_1Hz": 30.65093333333333, "P1_MotorPower_W_100Hz": 2575.0971666667074, "VS1_Vibration_mm_per_s_1Hz": 0.5417833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.89683333333333, "CP_CoolingPower_kW_1Hz": 2.185283333333334, "SE_EfficiencyFactor_percent_1Hz": 55.688266666666664, "cycle": 1702, "timestamp": "2027-02-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4838166666668, "PS2_Pressure_bar_100Hz": 109.07121400000072, "PS3_Pressure_bar_100Hz": 1.921106499999983, "PS4_Pressure_bar_100Hz": 10.164159666666647, "PS5_Pressure_bar_100Hz": 9.932495999999967, "PS6_Pressure_bar_100Hz": 9.814013666666643, "FS1_VolumeFlow_l_per_min_10Hz": 6.423381666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.198051666666665, "TS1_Temperature_C_1Hz": 35.71136666666666, "TS2_Temperature_C_1Hz": 41.244699999999995, "TS3_Temperature_C_1Hz": 38.60113333333333, "TS4_Temperature_C_1Hz": 30.693300000000008, "P1_MotorPower_W_100Hz": 2573.861100000084, "VS1_Vibration_mm_per_s_1Hz": 0.5431333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.559016666666686, "CP_CoolingPower_kW_1Hz": 2.173600000000001, "SE_EfficiencyFactor_percent_1Hz": 55.69233333333333, "cycle": 1703, "timestamp": "2027-02-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.49450000000004, "PS2_Pressure_bar_100Hz": 109.09691516666722, "PS3_Pressure_bar_100Hz": 1.9211288333333125, "PS4_Pressure_bar_100Hz": 10.16966983333333, "PS5_Pressure_bar_100Hz": 9.939420833333266, "PS6_Pressure_bar_100Hz": 9.819973999999894, "FS1_VolumeFlow_l_per_min_10Hz": 6.425855000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.203861666666665, "TS1_Temperature_C_1Hz": 35.705799999999975, "TS2_Temperature_C_1Hz": 41.25160000000001, "TS3_Temperature_C_1Hz": 38.60785, "TS4_Temperature_C_1Hz": 30.660349999999994, "P1_MotorPower_W_100Hz": 2576.8436000000484, "VS1_Vibration_mm_per_s_1Hz": 0.5392333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.75611666666665, "CP_CoolingPower_kW_1Hz": 2.1852666666666676, "SE_EfficiencyFactor_percent_1Hz": 55.64629999999999, "cycle": 1704, "timestamp": "2027-02-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5069383333335, "PS2_Pressure_bar_100Hz": 109.10751950000011, "PS3_Pressure_bar_100Hz": 1.9205433333333146, "PS4_Pressure_bar_100Hz": 10.177173499999974, "PS5_Pressure_bar_100Hz": 9.94275116666665, "PS6_Pressure_bar_100Hz": 9.824596166666623, "FS1_VolumeFlow_l_per_min_10Hz": 6.430621666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.207878333333326, "TS1_Temperature_C_1Hz": 35.71334999999999, "TS2_Temperature_C_1Hz": 41.250750000000004, "TS3_Temperature_C_1Hz": 38.61804999999999, "TS4_Temperature_C_1Hz": 30.70361666666668, "P1_MotorPower_W_100Hz": 2580.282100000048, "VS1_Vibration_mm_per_s_1Hz": 0.5324833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.58843333333334, "CP_CoolingPower_kW_1Hz": 2.1766, "SE_EfficiencyFactor_percent_1Hz": 55.630116666666645, "cycle": 1705, "timestamp": "2027-03-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4542466666671, "PS2_Pressure_bar_100Hz": 109.25060233333402, "PS3_Pressure_bar_100Hz": 1.926949999999983, "PS4_Pressure_bar_100Hz": 10.178902333333324, "PS5_Pressure_bar_100Hz": 9.946857166666614, "PS6_Pressure_bar_100Hz": 9.827627166666613, "FS1_VolumeFlow_l_per_min_10Hz": 6.4355550000000035, "FS2_VolumeFlow_l_per_min_10Hz": 10.209190000000008, "TS1_Temperature_C_1Hz": 35.72136666666667, "TS2_Temperature_C_1Hz": 41.25793333333332, "TS3_Temperature_C_1Hz": 38.615733333333324, "TS4_Temperature_C_1Hz": 30.72906666666667, "P1_MotorPower_W_100Hz": 2581.3680666667574, "VS1_Vibration_mm_per_s_1Hz": 0.5368833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.247400000000006, "CP_CoolingPower_kW_1Hz": 2.1693666666666673, "SE_EfficiencyFactor_percent_1Hz": 55.713616666666674, "cycle": 1706, "timestamp": "2027-03-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.42525666666646, "PS2_Pressure_bar_100Hz": 109.24339333333381, "PS3_Pressure_bar_100Hz": 1.9320466666666576, "PS4_Pressure_bar_100Hz": 10.17243516666668, "PS5_Pressure_bar_100Hz": 9.939482166666647, "PS6_Pressure_bar_100Hz": 9.821340499999991, "FS1_VolumeFlow_l_per_min_10Hz": 6.434986666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.208378333333345, "TS1_Temperature_C_1Hz": 35.72011666666665, "TS2_Temperature_C_1Hz": 41.268349999999984, "TS3_Temperature_C_1Hz": 38.61236666666668, "TS4_Temperature_C_1Hz": 30.654266666666675, "P1_MotorPower_W_100Hz": 2580.623566666742, "VS1_Vibration_mm_per_s_1Hz": 0.5345166666666668, "CE_CoolingEfficiency_percent_1Hz": 47.88616666666666, "CP_CoolingPower_kW_1Hz": 2.189550000000001, "SE_EfficiencyFactor_percent_1Hz": 55.74201666666668, "cycle": 1707, "timestamp": "2027-03-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.43141833333294, "PS2_Pressure_bar_100Hz": 109.24642450000076, "PS3_Pressure_bar_100Hz": 1.9341849999999814, "PS4_Pressure_bar_100Hz": 10.17164316666671, "PS5_Pressure_bar_100Hz": 9.940065666666625, "PS6_Pressure_bar_100Hz": 9.821298166666597, "FS1_VolumeFlow_l_per_min_10Hz": 6.433548333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.210278333333322, "TS1_Temperature_C_1Hz": 35.73998333333332, "TS2_Temperature_C_1Hz": 41.27363333333332, "TS3_Temperature_C_1Hz": 38.61225, "TS4_Temperature_C_1Hz": 30.656783333333333, "P1_MotorPower_W_100Hz": 2580.13586666671, "VS1_Vibration_mm_per_s_1Hz": 0.5296666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.903666666666666, "CP_CoolingPower_kW_1Hz": 2.188533333333334, "SE_EfficiencyFactor_percent_1Hz": 55.74333333333331, "cycle": 1708, "timestamp": "2027-03-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.44147, "PS2_Pressure_bar_100Hz": 109.25627916666716, "PS3_Pressure_bar_100Hz": 1.9279316666666546, "PS4_Pressure_bar_100Hz": 10.16827733333338, "PS5_Pressure_bar_100Hz": 9.935609833333306, "PS6_Pressure_bar_100Hz": 9.816960166666625, "FS1_VolumeFlow_l_per_min_10Hz": 6.430678333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.207741666666667, "TS1_Temperature_C_1Hz": 35.743900000000004, "TS2_Temperature_C_1Hz": 41.28501666666666, "TS3_Temperature_C_1Hz": 38.621950000000005, "TS4_Temperature_C_1Hz": 30.713433333333334, "P1_MotorPower_W_100Hz": 2576.8779000000545, "VS1_Vibration_mm_per_s_1Hz": 0.5340166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.564216666666645, "CP_CoolingPower_kW_1Hz": 2.1754500000000005, "SE_EfficiencyFactor_percent_1Hz": 55.79190000000001, "cycle": 1709, "timestamp": "2027-03-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4294349999997, "PS2_Pressure_bar_100Hz": 109.21646050000057, "PS3_Pressure_bar_100Hz": 1.9134928333333172, "PS4_Pressure_bar_100Hz": 10.16050083333337, "PS5_Pressure_bar_100Hz": 9.92781800000006, "PS6_Pressure_bar_100Hz": 9.810626166666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.42369, "FS2_VolumeFlow_l_per_min_10Hz": 10.201040000000008, "TS1_Temperature_C_1Hz": 35.741116666666656, "TS2_Temperature_C_1Hz": 41.30899999999999, "TS3_Temperature_C_1Hz": 38.623666666666665, "TS4_Temperature_C_1Hz": 30.76386666666668, "P1_MotorPower_W_100Hz": 2572.7371666667045, "VS1_Vibration_mm_per_s_1Hz": 0.5368833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.237300000000005, "CP_CoolingPower_kW_1Hz": 2.159383333333333, "SE_EfficiencyFactor_percent_1Hz": 55.73298333333333, "cycle": 1710, "timestamp": "2027-03-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.45357666666717, "PS2_Pressure_bar_100Hz": 109.24585166666729, "PS3_Pressure_bar_100Hz": 1.9269384999999872, "PS4_Pressure_bar_100Hz": 10.162666666666668, "PS5_Pressure_bar_100Hz": 9.930318500000006, "PS6_Pressure_bar_100Hz": 9.813049999999953, "FS1_VolumeFlow_l_per_min_10Hz": 6.432006666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.203823333333338, "TS1_Temperature_C_1Hz": 35.73964999999998, "TS2_Temperature_C_1Hz": 41.31583333333334, "TS3_Temperature_C_1Hz": 38.621449999999996, "TS4_Temperature_C_1Hz": 30.789866666666676, "P1_MotorPower_W_100Hz": 2575.145066666688, "VS1_Vibration_mm_per_s_1Hz": 0.5331833333333336, "CE_CoolingEfficiency_percent_1Hz": 47.12906666666668, "CP_CoolingPower_kW_1Hz": 2.154066666666667, "SE_EfficiencyFactor_percent_1Hz": 55.818383333333344, "cycle": 1711, "timestamp": "2027-03-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.44757999999956, "PS2_Pressure_bar_100Hz": 109.25111016666726, "PS3_Pressure_bar_100Hz": 1.9213324999999786, "PS4_Pressure_bar_100Hz": 10.16486266666667, "PS5_Pressure_bar_100Hz": 9.931013500000015, "PS6_Pressure_bar_100Hz": 9.812681999999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.4314916666666635, "FS2_VolumeFlow_l_per_min_10Hz": 10.20818666666666, "TS1_Temperature_C_1Hz": 35.749900000000004, "TS2_Temperature_C_1Hz": 41.31096666666666, "TS3_Temperature_C_1Hz": 38.626949999999994, "TS4_Temperature_C_1Hz": 30.681000000000008, "P1_MotorPower_W_100Hz": 2575.3478666666874, "VS1_Vibration_mm_per_s_1Hz": 0.5380000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.80254999999999, "CP_CoolingPower_kW_1Hz": 2.1866000000000003, "SE_EfficiencyFactor_percent_1Hz": 55.806783333333335, "cycle": 1712, "timestamp": "2027-03-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.45774499999968, "PS2_Pressure_bar_100Hz": 109.24737233333379, "PS3_Pressure_bar_100Hz": 1.922820999999989, "PS4_Pressure_bar_100Hz": 10.163718000000003, "PS5_Pressure_bar_100Hz": 9.929982333333342, "PS6_Pressure_bar_100Hz": 9.81181466666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.437766666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.208918333333337, "TS1_Temperature_C_1Hz": 35.748166666666656, "TS2_Temperature_C_1Hz": 41.31828333333332, "TS3_Temperature_C_1Hz": 38.628183333333325, "TS4_Temperature_C_1Hz": 30.67885, "P1_MotorPower_W_100Hz": 2575.088000000049, "VS1_Vibration_mm_per_s_1Hz": 0.5358666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.80226666666666, "CP_CoolingPower_kW_1Hz": 2.186266666666667, "SE_EfficiencyFactor_percent_1Hz": 55.87241666666668, "cycle": 1713, "timestamp": "2027-03-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.44296833333294, "PS2_Pressure_bar_100Hz": 109.26661483333413, "PS3_Pressure_bar_100Hz": 1.9205493333333252, "PS4_Pressure_bar_100Hz": 10.162764499999977, "PS5_Pressure_bar_100Hz": 9.929306500000054, "PS6_Pressure_bar_100Hz": 9.810078666666614, "FS1_VolumeFlow_l_per_min_10Hz": 6.429344999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.207844999999985, "TS1_Temperature_C_1Hz": 35.7575, "TS2_Temperature_C_1Hz": 41.32741666666668, "TS3_Temperature_C_1Hz": 38.633799999999994, "TS4_Temperature_C_1Hz": 30.75776666666667, "P1_MotorPower_W_100Hz": 2574.8958000000403, "VS1_Vibration_mm_per_s_1Hz": 0.5403333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.307300000000005, "CP_CoolingPower_kW_1Hz": 2.1644666666666668, "SE_EfficiencyFactor_percent_1Hz": 55.756483333333335, "cycle": 1714, "timestamp": "2027-03-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.43262999999976, "PS2_Pressure_bar_100Hz": 109.24739600000021, "PS3_Pressure_bar_100Hz": 1.9159839999999806, "PS4_Pressure_bar_100Hz": 10.16164383333329, "PS5_Pressure_bar_100Hz": 9.927629500000045, "PS6_Pressure_bar_100Hz": 9.80918966666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.43036833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.211088333333315, "TS1_Temperature_C_1Hz": 35.77574999999999, "TS2_Temperature_C_1Hz": 41.34223333333334, "TS3_Temperature_C_1Hz": 38.64793333333333, "TS4_Temperature_C_1Hz": 30.761300000000002, "P1_MotorPower_W_100Hz": 2574.7972000000004, "VS1_Vibration_mm_per_s_1Hz": 0.5392833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.358250000000005, "CP_CoolingPower_kW_1Hz": 2.168266666666667, "SE_EfficiencyFactor_percent_1Hz": 55.793233333333326, "cycle": 1715, "timestamp": "2027-03-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.67112833333394, "PS2_Pressure_bar_100Hz": 109.42187333333389, "PS3_Pressure_bar_100Hz": 1.951236166666652, "PS4_Pressure_bar_100Hz": 10.15842466666666, "PS5_Pressure_bar_100Hz": 9.926375333333405, "PS6_Pressure_bar_100Hz": 9.808488833333321, "FS1_VolumeFlow_l_per_min_10Hz": 6.530103333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.210826666666657, "TS1_Temperature_C_1Hz": 35.79011666666666, "TS2_Temperature_C_1Hz": 41.37516666666668, "TS3_Temperature_C_1Hz": 38.66021666666666, "TS4_Temperature_C_1Hz": 30.816216666666673, "P1_MotorPower_W_100Hz": 2564.3979666666473, "VS1_Vibration_mm_per_s_1Hz": 0.5433000000000002, "CE_CoolingEfficiency_percent_1Hz": 47.07488333333335, "CP_CoolingPower_kW_1Hz": 2.1579833333333336, "SE_EfficiencyFactor_percent_1Hz": 56.99414999999998, "cycle": 1716, "timestamp": "2027-03-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91775666666717, "PS2_Pressure_bar_100Hz": 108.83058033333344, "PS3_Pressure_bar_100Hz": 1.947127999999999, "PS4_Pressure_bar_100Hz": 10.161993166666683, "PS5_Pressure_bar_100Hz": 9.928826666666748, "PS6_Pressure_bar_100Hz": 9.811000499999958, "FS1_VolumeFlow_l_per_min_10Hz": 6.4805116666666684, "FS2_VolumeFlow_l_per_min_10Hz": 10.211548333333315, "TS1_Temperature_C_1Hz": 35.80426666666666, "TS2_Temperature_C_1Hz": 41.39128333333331, "TS3_Temperature_C_1Hz": 38.67086666666665, "TS4_Temperature_C_1Hz": 30.819516666666676, "P1_MotorPower_W_100Hz": 2569.7727000000746, "VS1_Vibration_mm_per_s_1Hz": 0.5381166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.08501666666668, "CP_CoolingPower_kW_1Hz": 2.1593833333333334, "SE_EfficiencyFactor_percent_1Hz": 55.71063333333332, "cycle": 1717, "timestamp": "2027-03-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9154616666677, "PS2_Pressure_bar_100Hz": 108.84560016666683, "PS3_Pressure_bar_100Hz": 1.9292619999999876, "PS4_Pressure_bar_100Hz": 10.156007499999992, "PS5_Pressure_bar_100Hz": 9.924113333333384, "PS6_Pressure_bar_100Hz": 9.805848333333346, "FS1_VolumeFlow_l_per_min_10Hz": 6.481088333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.207278333333331, "TS1_Temperature_C_1Hz": 35.81084999999998, "TS2_Temperature_C_1Hz": 41.388933333333334, "TS3_Temperature_C_1Hz": 38.67156666666667, "TS4_Temperature_C_1Hz": 30.78615, "P1_MotorPower_W_100Hz": 2567.645866666696, "VS1_Vibration_mm_per_s_1Hz": 0.53455, "CE_CoolingEfficiency_percent_1Hz": 47.41286666666667, "CP_CoolingPower_kW_1Hz": 2.168733333333334, "SE_EfficiencyFactor_percent_1Hz": 55.79895000000002, "cycle": 1718, "timestamp": "2027-03-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9188333333345, "PS2_Pressure_bar_100Hz": 108.85436966666713, "PS3_Pressure_bar_100Hz": 1.9246783333333157, "PS4_Pressure_bar_100Hz": 10.15536900000001, "PS5_Pressure_bar_100Hz": 9.923609166666694, "PS6_Pressure_bar_100Hz": 9.805463333333346, "FS1_VolumeFlow_l_per_min_10Hz": 6.4864699999999935, "FS2_VolumeFlow_l_per_min_10Hz": 10.203096666666669, "TS1_Temperature_C_1Hz": 35.82536666666667, "TS2_Temperature_C_1Hz": 41.39991666666668, "TS3_Temperature_C_1Hz": 38.708166666666656, "TS4_Temperature_C_1Hz": 30.812066666666674, "P1_MotorPower_W_100Hz": 2569.2675666666933, "VS1_Vibration_mm_per_s_1Hz": 0.5330499999999999, "CE_CoolingEfficiency_percent_1Hz": 47.518800000000006, "CP_CoolingPower_kW_1Hz": 2.1696166666666667, "SE_EfficiencyFactor_percent_1Hz": 55.85749999999997, "cycle": 1719, "timestamp": "2027-03-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9048583333343, "PS2_Pressure_bar_100Hz": 108.83493033333356, "PS3_Pressure_bar_100Hz": 1.9323333333333224, "PS4_Pressure_bar_100Hz": 10.159034500000017, "PS5_Pressure_bar_100Hz": 9.926165833333384, "PS6_Pressure_bar_100Hz": 9.808356999999978, "FS1_VolumeFlow_l_per_min_10Hz": 6.486586666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.206841666666662, "TS1_Temperature_C_1Hz": 35.852033333333324, "TS2_Temperature_C_1Hz": 41.40651666666666, "TS3_Temperature_C_1Hz": 38.71751666666666, "TS4_Temperature_C_1Hz": 30.865983333333304, "P1_MotorPower_W_100Hz": 2571.1728333333717, "VS1_Vibration_mm_per_s_1Hz": 0.5330500000000002, "CE_CoolingEfficiency_percent_1Hz": 47.22901666666665, "CP_CoolingPower_kW_1Hz": 2.1588833333333337, "SE_EfficiencyFactor_percent_1Hz": 55.79754999999999, "cycle": 1720, "timestamp": "2027-03-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91459833333445, "PS2_Pressure_bar_100Hz": 108.83147566666706, "PS3_Pressure_bar_100Hz": 1.935028499999984, "PS4_Pressure_bar_100Hz": 10.156687833333356, "PS5_Pressure_bar_100Hz": 9.920947000000005, "PS6_Pressure_bar_100Hz": 9.803128666666643, "FS1_VolumeFlow_l_per_min_10Hz": 6.482575000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.207859999999998, "TS1_Temperature_C_1Hz": 35.861016666666664, "TS2_Temperature_C_1Hz": 41.42235, "TS3_Temperature_C_1Hz": 38.73175, "TS4_Temperature_C_1Hz": 30.869449999999986, "P1_MotorPower_W_100Hz": 2570.4685000000595, "VS1_Vibration_mm_per_s_1Hz": 0.5389833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.27260000000001, "CP_CoolingPower_kW_1Hz": 2.162383333333334, "SE_EfficiencyFactor_percent_1Hz": 55.763016666666665, "cycle": 1721, "timestamp": "2027-03-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.88914000000054, "PS2_Pressure_bar_100Hz": 108.81543050000049, "PS3_Pressure_bar_100Hz": 1.933088499999986, "PS4_Pressure_bar_100Hz": 10.142361000000063, "PS5_Pressure_bar_100Hz": 9.9083995, "PS6_Pressure_bar_100Hz": 9.790497999999955, "FS1_VolumeFlow_l_per_min_10Hz": 6.48821166666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.198524999999998, "TS1_Temperature_C_1Hz": 35.86605, "TS2_Temperature_C_1Hz": 41.45765000000001, "TS3_Temperature_C_1Hz": 38.73923333333333, "TS4_Temperature_C_1Hz": 30.89704999999999, "P1_MotorPower_W_100Hz": 2567.7260666667175, "VS1_Vibration_mm_per_s_1Hz": 0.5397166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.139433333333315, "CP_CoolingPower_kW_1Hz": 2.155133333333333, "SE_EfficiencyFactor_percent_1Hz": 55.94589999999998, "cycle": 1722, "timestamp": "2027-03-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9134016666676, "PS2_Pressure_bar_100Hz": 108.8607855000003, "PS3_Pressure_bar_100Hz": 1.936913499999982, "PS4_Pressure_bar_100Hz": 10.137730333333375, "PS5_Pressure_bar_100Hz": 9.904016833333273, "PS6_Pressure_bar_100Hz": 9.784852833333304, "FS1_VolumeFlow_l_per_min_10Hz": 6.479929999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.194845000000003, "TS1_Temperature_C_1Hz": 35.882999999999996, "TS2_Temperature_C_1Hz": 41.46505000000002, "TS3_Temperature_C_1Hz": 38.74956666666666, "TS4_Temperature_C_1Hz": 30.865333333333336, "P1_MotorPower_W_100Hz": 2564.9943000000358, "VS1_Vibration_mm_per_s_1Hz": 0.5393333333333332, "CE_CoolingEfficiency_percent_1Hz": 47.34425000000002, "CP_CoolingPower_kW_1Hz": 2.1647000000000007, "SE_EfficiencyFactor_percent_1Hz": 55.85105000000001, "cycle": 1723, "timestamp": "2027-03-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.88568500000022, "PS2_Pressure_bar_100Hz": 108.8110825000006, "PS3_Pressure_bar_100Hz": 1.9391859999999912, "PS4_Pressure_bar_100Hz": 10.135488833333365, "PS5_Pressure_bar_100Hz": 9.90245983333331, "PS6_Pressure_bar_100Hz": 9.783660666666638, "FS1_VolumeFlow_l_per_min_10Hz": 6.492123333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.196244999999992, "TS1_Temperature_C_1Hz": 35.88763333333333, "TS2_Temperature_C_1Hz": 41.46871666666667, "TS3_Temperature_C_1Hz": 38.747233333333334, "TS4_Temperature_C_1Hz": 30.884849999999982, "P1_MotorPower_W_100Hz": 2566.165833333384, "VS1_Vibration_mm_per_s_1Hz": 0.5311666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.252916666666664, "CP_CoolingPower_kW_1Hz": 2.161133333333334, "SE_EfficiencyFactor_percent_1Hz": 56.04741666666668, "cycle": 1724, "timestamp": "2027-03-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.90746166666668, "PS2_Pressure_bar_100Hz": 108.84972500000042, "PS3_Pressure_bar_100Hz": 1.9439206666666504, "PS4_Pressure_bar_100Hz": 10.145064333333371, "PS5_Pressure_bar_100Hz": 9.91225550000001, "PS6_Pressure_bar_100Hz": 9.793012999999988, "FS1_VolumeFlow_l_per_min_10Hz": 6.484415000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.192996666666668, "TS1_Temperature_C_1Hz": 35.889833333333314, "TS2_Temperature_C_1Hz": 41.48360000000001, "TS3_Temperature_C_1Hz": 38.75003333333334, "TS4_Temperature_C_1Hz": 30.84826666666667, "P1_MotorPower_W_100Hz": 2568.5650000000173, "VS1_Vibration_mm_per_s_1Hz": 0.6431, "CE_CoolingEfficiency_percent_1Hz": 47.44328333333336, "CP_CoolingPower_kW_1Hz": 2.1697000000000006, "SE_EfficiencyFactor_percent_1Hz": 55.81530000000004, "cycle": 1725, "timestamp": "2027-03-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.92878166666793, "PS2_Pressure_bar_100Hz": 108.85318050000042, "PS3_Pressure_bar_100Hz": 1.9461813333333242, "PS4_Pressure_bar_100Hz": 10.154796000000028, "PS5_Pressure_bar_100Hz": 9.920034333333357, "PS6_Pressure_bar_100Hz": 9.800605000000008, "FS1_VolumeFlow_l_per_min_10Hz": 6.493748333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.202885000000002, "TS1_Temperature_C_1Hz": 35.85651666666665, "TS2_Temperature_C_1Hz": 41.5007, "TS3_Temperature_C_1Hz": 38.74096666666666, "TS4_Temperature_C_1Hz": 30.84376666666665, "P1_MotorPower_W_100Hz": 2569.2174000000446, "VS1_Vibration_mm_per_s_1Hz": 0.5294333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.449749999999995, "CP_CoolingPower_kW_1Hz": 2.170733333333334, "SE_EfficiencyFactor_percent_1Hz": 55.94929999999998, "cycle": 1726, "timestamp": "2027-03-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.7992633333342, "PS2_Pressure_bar_100Hz": 109.06447800000045, "PS3_Pressure_bar_100Hz": 1.943957333333324, "PS4_Pressure_bar_100Hz": 10.151640000000029, "PS5_Pressure_bar_100Hz": 9.918285666666687, "PS6_Pressure_bar_100Hz": 9.798094500000028, "FS1_VolumeFlow_l_per_min_10Hz": 6.513843333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.205983333333322, "TS1_Temperature_C_1Hz": 35.867116666666675, "TS2_Temperature_C_1Hz": 41.50285000000001, "TS3_Temperature_C_1Hz": 38.74381666666668, "TS4_Temperature_C_1Hz": 30.895266666666657, "P1_MotorPower_W_100Hz": 2568.7736000000496, "VS1_Vibration_mm_per_s_1Hz": 0.5317333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.1356, "CP_CoolingPower_kW_1Hz": 2.1571833333333337, "SE_EfficiencyFactor_percent_1Hz": 56.46495000000001, "cycle": 1727, "timestamp": "2027-03-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.79770166666762, "PS2_Pressure_bar_100Hz": 109.06298566666729, "PS3_Pressure_bar_100Hz": 1.9346124999999923, "PS4_Pressure_bar_100Hz": 10.122183500000101, "PS5_Pressure_bar_100Hz": 9.888077499999985, "PS6_Pressure_bar_100Hz": 9.768552500000052, "FS1_VolumeFlow_l_per_min_10Hz": 6.50745000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.182674999999985, "TS1_Temperature_C_1Hz": 35.868516666666665, "TS2_Temperature_C_1Hz": 41.501633333333345, "TS3_Temperature_C_1Hz": 38.74768333333332, "TS4_Temperature_C_1Hz": 30.894449999999985, "P1_MotorPower_W_100Hz": 2555.2044000000565, "VS1_Vibration_mm_per_s_1Hz": 0.53705, "CE_CoolingEfficiency_percent_1Hz": 47.17733333333332, "CP_CoolingPower_kW_1Hz": 2.154566666666667, "SE_EfficiencyFactor_percent_1Hz": 56.786716666666685, "cycle": 1728, "timestamp": "2027-03-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.79466166666722, "PS2_Pressure_bar_100Hz": 109.04507600000012, "PS3_Pressure_bar_100Hz": 1.9367561666666566, "PS4_Pressure_bar_100Hz": 10.116483166666683, "PS5_Pressure_bar_100Hz": 9.881589833333358, "PS6_Pressure_bar_100Hz": 9.76348866666669, "FS1_VolumeFlow_l_per_min_10Hz": 6.5039683333333285, "FS2_VolumeFlow_l_per_min_10Hz": 10.180619999999998, "TS1_Temperature_C_1Hz": 35.88090000000001, "TS2_Temperature_C_1Hz": 41.511983333333355, "TS3_Temperature_C_1Hz": 38.7444, "TS4_Temperature_C_1Hz": 30.88906666666667, "P1_MotorPower_W_100Hz": 2553.8892000000515, "VS1_Vibration_mm_per_s_1Hz": 0.5384666666666665, "CE_CoolingEfficiency_percent_1Hz": 47.21448333333333, "CP_CoolingPower_kW_1Hz": 2.1554000000000006, "SE_EfficiencyFactor_percent_1Hz": 56.67798333333333, "cycle": 1729, "timestamp": "2027-03-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.7905000000005, "PS2_Pressure_bar_100Hz": 109.0707765, "PS3_Pressure_bar_100Hz": 1.944681666666658, "PS4_Pressure_bar_100Hz": 10.118753000000076, "PS5_Pressure_bar_100Hz": 9.883781333333372, "PS6_Pressure_bar_100Hz": 9.764864333333337, "FS1_VolumeFlow_l_per_min_10Hz": 6.508285000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.181493333333338, "TS1_Temperature_C_1Hz": 35.888133333333336, "TS2_Temperature_C_1Hz": 41.504749999999994, "TS3_Temperature_C_1Hz": 38.764149999999994, "TS4_Temperature_C_1Hz": 30.891883333333325, "P1_MotorPower_W_100Hz": 2554.600433333375, "VS1_Vibration_mm_per_s_1Hz": 0.5340000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.35964999999999, "CP_CoolingPower_kW_1Hz": 2.160516666666667, "SE_EfficiencyFactor_percent_1Hz": 56.71645, "cycle": 1730, "timestamp": "2027-03-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.78383833333336, "PS2_Pressure_bar_100Hz": 109.07847650000079, "PS3_Pressure_bar_100Hz": 1.9366379999999972, "PS4_Pressure_bar_100Hz": 10.112988666666729, "PS5_Pressure_bar_100Hz": 9.879716666666654, "PS6_Pressure_bar_100Hz": 9.760811166666741, "FS1_VolumeFlow_l_per_min_10Hz": 6.510336666666659, "FS2_VolumeFlow_l_per_min_10Hz": 10.179811666666662, "TS1_Temperature_C_1Hz": 35.89649999999999, "TS2_Temperature_C_1Hz": 41.50041666666667, "TS3_Temperature_C_1Hz": 38.78376666666667, "TS4_Temperature_C_1Hz": 30.896383333333315, "P1_MotorPower_W_100Hz": 2554.0102333333884, "VS1_Vibration_mm_per_s_1Hz": 0.5391666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.32618333333333, "CP_CoolingPower_kW_1Hz": 2.162616666666667, "SE_EfficiencyFactor_percent_1Hz": 56.77351666666666, "cycle": 1731, "timestamp": "2027-03-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.77103166666726, "PS2_Pressure_bar_100Hz": 109.05425216666676, "PS3_Pressure_bar_100Hz": 1.9355123333333204, "PS4_Pressure_bar_100Hz": 10.112826500000072, "PS5_Pressure_bar_100Hz": 9.880725833333365, "PS6_Pressure_bar_100Hz": 9.76159633333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.500504999999994, "FS2_VolumeFlow_l_per_min_10Hz": 10.175213333333316, "TS1_Temperature_C_1Hz": 35.8974, "TS2_Temperature_C_1Hz": 41.4992, "TS3_Temperature_C_1Hz": 38.796266666666675, "TS4_Temperature_C_1Hz": 30.888766666666655, "P1_MotorPower_W_100Hz": 2553.740300000027, "VS1_Vibration_mm_per_s_1Hz": 0.5428333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.34506666666667, "CP_CoolingPower_kW_1Hz": 2.1683166666666684, "SE_EfficiencyFactor_percent_1Hz": 56.69233333333333, "cycle": 1732, "timestamp": "2027-03-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.78119833333372, "PS2_Pressure_bar_100Hz": 109.05747933333379, "PS3_Pressure_bar_100Hz": 1.9451549999999909, "PS4_Pressure_bar_100Hz": 10.112295333333378, "PS5_Pressure_bar_100Hz": 9.87791083333336, "PS6_Pressure_bar_100Hz": 9.758633333333353, "FS1_VolumeFlow_l_per_min_10Hz": 6.512133333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.176754999999986, "TS1_Temperature_C_1Hz": 35.9063, "TS2_Temperature_C_1Hz": 41.51485, "TS3_Temperature_C_1Hz": 38.80260000000001, "TS4_Temperature_C_1Hz": 30.899549999999987, "P1_MotorPower_W_100Hz": 2552.6345333333848, "VS1_Vibration_mm_per_s_1Hz": 0.5460833333333335, "CE_CoolingEfficiency_percent_1Hz": 47.331466666666664, "CP_CoolingPower_kW_1Hz": 2.16785, "SE_EfficiencyFactor_percent_1Hz": 56.84053333333335, "cycle": 1733, "timestamp": "2027-03-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.76856000000046, "PS2_Pressure_bar_100Hz": 109.05805700000013, "PS3_Pressure_bar_100Hz": 1.953235833333325, "PS4_Pressure_bar_100Hz": 10.112842500000053, "PS5_Pressure_bar_100Hz": 9.877989999999997, "PS6_Pressure_bar_100Hz": 9.759735500000037, "FS1_VolumeFlow_l_per_min_10Hz": 6.506413333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.176684999999985, "TS1_Temperature_C_1Hz": 35.90585, "TS2_Temperature_C_1Hz": 41.5144, "TS3_Temperature_C_1Hz": 38.79626666666669, "TS4_Temperature_C_1Hz": 30.898899999999973, "P1_MotorPower_W_100Hz": 2552.133566666737, "VS1_Vibration_mm_per_s_1Hz": 0.5432333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.297483333333325, "CP_CoolingPower_kW_1Hz": 2.1664333333333348, "SE_EfficiencyFactor_percent_1Hz": 56.82590000000002, "cycle": 1734, "timestamp": "2027-03-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.77980166666748, "PS2_Pressure_bar_100Hz": 109.06733566666679, "PS3_Pressure_bar_100Hz": 1.941726666666647, "PS4_Pressure_bar_100Hz": 10.11559050000007, "PS5_Pressure_bar_100Hz": 9.882624333333348, "PS6_Pressure_bar_100Hz": 9.763865333333367, "FS1_VolumeFlow_l_per_min_10Hz": 6.511294999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.180461666666673, "TS1_Temperature_C_1Hz": 35.91603333333332, "TS2_Temperature_C_1Hz": 41.512016666666675, "TS3_Temperature_C_1Hz": 38.80125000000001, "TS4_Temperature_C_1Hz": 30.898216666666652, "P1_MotorPower_W_100Hz": 2553.7317000000307, "VS1_Vibration_mm_per_s_1Hz": 0.5508333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.58054999999999, "CP_CoolingPower_kW_1Hz": 2.1673000000000004, "SE_EfficiencyFactor_percent_1Hz": 56.79013333333335, "cycle": 1735, "timestamp": "2027-03-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.78558666666765, "PS2_Pressure_bar_100Hz": 109.05753800000018, "PS3_Pressure_bar_100Hz": 1.9502339999999874, "PS4_Pressure_bar_100Hz": 10.11504600000007, "PS5_Pressure_bar_100Hz": 9.881165166666651, "PS6_Pressure_bar_100Hz": 9.763406333333366, "FS1_VolumeFlow_l_per_min_10Hz": 6.509341666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.180006666666662, "TS1_Temperature_C_1Hz": 35.9359, "TS2_Temperature_C_1Hz": 41.51731666666669, "TS3_Temperature_C_1Hz": 38.80713333333334, "TS4_Temperature_C_1Hz": 30.890299999999986, "P1_MotorPower_W_100Hz": 2553.872033333372, "VS1_Vibration_mm_per_s_1Hz": 0.5386833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.54341666666666, "CP_CoolingPower_kW_1Hz": 2.170483333333333, "SE_EfficiencyFactor_percent_1Hz": 56.76945000000002, "cycle": 1736, "timestamp": "2027-04-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.7200450000001, "PS2_Pressure_bar_100Hz": 109.28360300000043, "PS3_Pressure_bar_100Hz": 1.9535268333333258, "PS4_Pressure_bar_100Hz": 10.112795666666747, "PS5_Pressure_bar_100Hz": 9.880757499999978, "PS6_Pressure_bar_100Hz": 9.763208333333347, "FS1_VolumeFlow_l_per_min_10Hz": 6.529171666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.17961833333332, "TS1_Temperature_C_1Hz": 35.94483333333334, "TS2_Temperature_C_1Hz": 41.52160000000001, "TS3_Temperature_C_1Hz": 38.808466666666654, "TS4_Temperature_C_1Hz": 30.893916666666655, "P1_MotorPower_W_100Hz": 2551.2487333333765, "VS1_Vibration_mm_per_s_1Hz": 0.5437, "CE_CoolingEfficiency_percent_1Hz": 47.367866666666664, "CP_CoolingPower_kW_1Hz": 2.170516666666667, "SE_EfficiencyFactor_percent_1Hz": 57.224999999999994, "cycle": 1737, "timestamp": "2027-04-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.70183833333408, "PS2_Pressure_bar_100Hz": 109.27798250000065, "PS3_Pressure_bar_100Hz": 1.954792499999986, "PS4_Pressure_bar_100Hz": 10.113555500000075, "PS5_Pressure_bar_100Hz": 9.879612000000009, "PS6_Pressure_bar_100Hz": 9.761754166666735, "FS1_VolumeFlow_l_per_min_10Hz": 6.52958833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.178343333333332, "TS1_Temperature_C_1Hz": 35.947583333333334, "TS2_Temperature_C_1Hz": 41.530833333333334, "TS3_Temperature_C_1Hz": 38.79751666666667, "TS4_Temperature_C_1Hz": 30.89773333333333, "P1_MotorPower_W_100Hz": 2552.0589333333787, "VS1_Vibration_mm_per_s_1Hz": 0.5456666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.34678333333333, "CP_CoolingPower_kW_1Hz": 2.1659500000000005, "SE_EfficiencyFactor_percent_1Hz": 57.182700000000025, "cycle": 1738, "timestamp": "2027-04-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.66294500000032, "PS2_Pressure_bar_100Hz": 109.24687483333378, "PS3_Pressure_bar_100Hz": 1.9604631666666554, "PS4_Pressure_bar_100Hz": 10.107136333333402, "PS5_Pressure_bar_100Hz": 9.875317833333332, "PS6_Pressure_bar_100Hz": 9.756651833333354, "FS1_VolumeFlow_l_per_min_10Hz": 6.525970000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.17496166666665, "TS1_Temperature_C_1Hz": 35.93951666666666, "TS2_Temperature_C_1Hz": 41.526950000000014, "TS3_Temperature_C_1Hz": 38.806116666666654, "TS4_Temperature_C_1Hz": 30.892749999999992, "P1_MotorPower_W_100Hz": 2550.608333333357, "VS1_Vibration_mm_per_s_1Hz": 0.5464833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.467066666666675, "CP_CoolingPower_kW_1Hz": 2.169550000000001, "SE_EfficiencyFactor_percent_1Hz": 57.21520000000001, "cycle": 1739, "timestamp": "2027-04-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.68546000000055, "PS2_Pressure_bar_100Hz": 109.26012533333395, "PS3_Pressure_bar_100Hz": 1.9572479999999874, "PS4_Pressure_bar_100Hz": 10.105593166666722, "PS5_Pressure_bar_100Hz": 9.87451516666667, "PS6_Pressure_bar_100Hz": 9.755484499999987, "FS1_VolumeFlow_l_per_min_10Hz": 6.524293333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.172746666666649, "TS1_Temperature_C_1Hz": 35.944, "TS2_Temperature_C_1Hz": 41.53156666666667, "TS3_Temperature_C_1Hz": 38.80669999999999, "TS4_Temperature_C_1Hz": 30.933566666666653, "P1_MotorPower_W_100Hz": 2550.898533333361, "VS1_Vibration_mm_per_s_1Hz": 0.5432, "CE_CoolingEfficiency_percent_1Hz": 47.17021666666665, "CP_CoolingPower_kW_1Hz": 2.157966666666667, "SE_EfficiencyFactor_percent_1Hz": 57.14981666666666, "cycle": 1740, "timestamp": "2027-04-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.68666333333383, "PS2_Pressure_bar_100Hz": 109.28470516666707, "PS3_Pressure_bar_100Hz": 1.9615599999999906, "PS4_Pressure_bar_100Hz": 10.108248000000032, "PS5_Pressure_bar_100Hz": 9.876207000000012, "PS6_Pressure_bar_100Hz": 9.757635166666722, "FS1_VolumeFlow_l_per_min_10Hz": 6.522431666666657, "FS2_VolumeFlow_l_per_min_10Hz": 10.175861666666663, "TS1_Temperature_C_1Hz": 35.94293333333333, "TS2_Temperature_C_1Hz": 41.547183333333344, "TS3_Temperature_C_1Hz": 38.795016666666655, "TS4_Temperature_C_1Hz": 30.899316666666657, "P1_MotorPower_W_100Hz": 2550.5488333333915, "VS1_Vibration_mm_per_s_1Hz": 0.5417166666666665, "CE_CoolingEfficiency_percent_1Hz": 47.384816666666666, "CP_CoolingPower_kW_1Hz": 2.1652500000000003, "SE_EfficiencyFactor_percent_1Hz": 57.17866666666666, "cycle": 1741, "timestamp": "2027-04-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.67798666666678, "PS2_Pressure_bar_100Hz": 109.23737533333339, "PS3_Pressure_bar_100Hz": 1.9537646666666457, "PS4_Pressure_bar_100Hz": 10.10782966666671, "PS5_Pressure_bar_100Hz": 9.875730333333296, "PS6_Pressure_bar_100Hz": 9.757761666666685, "FS1_VolumeFlow_l_per_min_10Hz": 6.519828333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.17577333333333, "TS1_Temperature_C_1Hz": 35.955616666666664, "TS2_Temperature_C_1Hz": 41.542283333333316, "TS3_Temperature_C_1Hz": 38.80206666666666, "TS4_Temperature_C_1Hz": 30.896116666666654, "P1_MotorPower_W_100Hz": 2550.520833333368, "VS1_Vibration_mm_per_s_1Hz": 0.5425500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.63245000000001, "CP_CoolingPower_kW_1Hz": 2.1672500000000006, "SE_EfficiencyFactor_percent_1Hz": 57.146916666666684, "cycle": 1742, "timestamp": "2027-04-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.68377499999997, "PS2_Pressure_bar_100Hz": 109.24148233333388, "PS3_Pressure_bar_100Hz": 1.9573309999999935, "PS4_Pressure_bar_100Hz": 10.112138833333374, "PS5_Pressure_bar_100Hz": 9.878366500000013, "PS6_Pressure_bar_100Hz": 9.760740833333339, "FS1_VolumeFlow_l_per_min_10Hz": 6.522086666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.176423333333323, "TS1_Temperature_C_1Hz": 35.96028333333335, "TS2_Temperature_C_1Hz": 41.53526666666668, "TS3_Temperature_C_1Hz": 38.80584999999999, "TS4_Temperature_C_1Hz": 30.935849999999995, "P1_MotorPower_W_100Hz": 2550.7824333333833, "VS1_Vibration_mm_per_s_1Hz": 0.5469166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.39978333333332, "CP_CoolingPower_kW_1Hz": 2.158083333333333, "SE_EfficiencyFactor_percent_1Hz": 57.14026666666665, "cycle": 1743, "timestamp": "2027-04-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.68281166666765, "PS2_Pressure_bar_100Hz": 109.23500333333376, "PS3_Pressure_bar_100Hz": 1.9661239999999898, "PS4_Pressure_bar_100Hz": 10.1117468333334, "PS5_Pressure_bar_100Hz": 9.878804500000003, "PS6_Pressure_bar_100Hz": 9.761567000000056, "FS1_VolumeFlow_l_per_min_10Hz": 6.523389999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.175784999999989, "TS1_Temperature_C_1Hz": 35.97231666666666, "TS2_Temperature_C_1Hz": 41.54454999999999, "TS3_Temperature_C_1Hz": 38.815050000000014, "TS4_Temperature_C_1Hz": 30.903266666666646, "P1_MotorPower_W_100Hz": 2550.211033333368, "VS1_Vibration_mm_per_s_1Hz": 0.54435, "CE_CoolingEfficiency_percent_1Hz": 47.61193333333335, "CP_CoolingPower_kW_1Hz": 2.1689500000000006, "SE_EfficiencyFactor_percent_1Hz": 57.21578333333331, "cycle": 1744, "timestamp": "2027-04-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.69470333333365, "PS2_Pressure_bar_100Hz": 109.25891550000016, "PS3_Pressure_bar_100Hz": 1.9519099999999932, "PS4_Pressure_bar_100Hz": 10.110169500000062, "PS5_Pressure_bar_100Hz": 9.876516500000024, "PS6_Pressure_bar_100Hz": 9.758861666666725, "FS1_VolumeFlow_l_per_min_10Hz": 6.521731666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.17599833333333, "TS1_Temperature_C_1Hz": 35.96275000000001, "TS2_Temperature_C_1Hz": 41.54353333333334, "TS3_Temperature_C_1Hz": 38.8233, "TS4_Temperature_C_1Hz": 30.891416666666668, "P1_MotorPower_W_100Hz": 2551.2639666667324, "VS1_Vibration_mm_per_s_1Hz": 0.54525, "CE_CoolingEfficiency_percent_1Hz": 47.72466666666666, "CP_CoolingPower_kW_1Hz": 2.1754166666666666, "SE_EfficiencyFactor_percent_1Hz": 57.14289999999999, "cycle": 1745, "timestamp": "2027-04-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.70479833333437, "PS2_Pressure_bar_100Hz": 109.260741666667, "PS3_Pressure_bar_100Hz": 1.9535603333333194, "PS4_Pressure_bar_100Hz": 10.113237666666699, "PS5_Pressure_bar_100Hz": 9.87976233333338, "PS6_Pressure_bar_100Hz": 9.761981000000018, "FS1_VolumeFlow_l_per_min_10Hz": 6.52356833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.178604999999994, "TS1_Temperature_C_1Hz": 35.96511666666667, "TS2_Temperature_C_1Hz": 41.555916666666654, "TS3_Temperature_C_1Hz": 38.80610000000001, "TS4_Temperature_C_1Hz": 30.93266666666666, "P1_MotorPower_W_100Hz": 2551.4266333333644, "VS1_Vibration_mm_per_s_1Hz": 0.5468333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.46219999999999, "CP_CoolingPower_kW_1Hz": 2.162633333333334, "SE_EfficiencyFactor_percent_1Hz": 57.141416666666665, "cycle": 1746, "timestamp": "2027-04-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.62598500000053, "PS2_Pressure_bar_100Hz": 109.37758999999981, "PS3_Pressure_bar_100Hz": 1.9651461666666565, "PS4_Pressure_bar_100Hz": 10.111297333333392, "PS5_Pressure_bar_100Hz": 9.87840216666665, "PS6_Pressure_bar_100Hz": 9.760125333333383, "FS1_VolumeFlow_l_per_min_10Hz": 6.526939999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.176503333333324, "TS1_Temperature_C_1Hz": 35.96086666666666, "TS2_Temperature_C_1Hz": 41.54771666666665, "TS3_Temperature_C_1Hz": 38.822300000000006, "TS4_Temperature_C_1Hz": 30.910699999999995, "P1_MotorPower_W_100Hz": 2550.9252000000215, "VS1_Vibration_mm_per_s_1Hz": 0.5529166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.60101666666667, "CP_CoolingPower_kW_1Hz": 2.17085, "SE_EfficiencyFactor_percent_1Hz": 57.306300000000036, "cycle": 1747, "timestamp": "2027-04-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.64771833333373, "PS2_Pressure_bar_100Hz": 109.42213933333372, "PS3_Pressure_bar_100Hz": 1.957377333333321, "PS4_Pressure_bar_100Hz": 10.112431666666723, "PS5_Pressure_bar_100Hz": 9.87964366666666, "PS6_Pressure_bar_100Hz": 9.761711166666723, "FS1_VolumeFlow_l_per_min_10Hz": 6.533341666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.179776666666658, "TS1_Temperature_C_1Hz": 35.97368333333334, "TS2_Temperature_C_1Hz": 41.55948333333334, "TS3_Temperature_C_1Hz": 38.83693333333334, "TS4_Temperature_C_1Hz": 30.975850000000005, "P1_MotorPower_W_100Hz": 2551.7947666667174, "VS1_Vibration_mm_per_s_1Hz": 0.5503833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.250266666666654, "CP_CoolingPower_kW_1Hz": 2.1564500000000004, "SE_EfficiencyFactor_percent_1Hz": 57.36705, "cycle": 1748, "timestamp": "2027-04-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6579600000003, "PS2_Pressure_bar_100Hz": 109.41523100000063, "PS3_Pressure_bar_100Hz": 1.9527183333333236, "PS4_Pressure_bar_100Hz": 10.11897216666678, "PS5_Pressure_bar_100Hz": 9.883669833333368, "PS6_Pressure_bar_100Hz": 9.765430500000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.535333333333329, "FS2_VolumeFlow_l_per_min_10Hz": 10.18211166666667, "TS1_Temperature_C_1Hz": 35.98443333333333, "TS2_Temperature_C_1Hz": 41.56110000000001, "TS3_Temperature_C_1Hz": 38.83043333333333, "TS4_Temperature_C_1Hz": 30.96035, "P1_MotorPower_W_100Hz": 2554.0309000000343, "VS1_Vibration_mm_per_s_1Hz": 0.5527833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.32248333333333, "CP_CoolingPower_kW_1Hz": 2.159883333333333, "SE_EfficiencyFactor_percent_1Hz": 57.32421666666667, "cycle": 1749, "timestamp": "2027-04-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.65231000000048, "PS2_Pressure_bar_100Hz": 109.41799550000033, "PS3_Pressure_bar_100Hz": 1.9533516666666497, "PS4_Pressure_bar_100Hz": 10.116652333333388, "PS5_Pressure_bar_100Hz": 9.883254333333323, "PS6_Pressure_bar_100Hz": 9.76558150000002, "FS1_VolumeFlow_l_per_min_10Hz": 6.519636666666674, "FS2_VolumeFlow_l_per_min_10Hz": 10.182636666666658, "TS1_Temperature_C_1Hz": 35.97220000000001, "TS2_Temperature_C_1Hz": 41.56846666666666, "TS3_Temperature_C_1Hz": 38.831066666666665, "TS4_Temperature_C_1Hz": 30.999149999999986, "P1_MotorPower_W_100Hz": 2551.4557000000623, "VS1_Vibration_mm_per_s_1Hz": 0.5491333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.08295, "CP_CoolingPower_kW_1Hz": 2.1490000000000005, "SE_EfficiencyFactor_percent_1Hz": 57.18859999999998, "cycle": 1750, "timestamp": "2027-04-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6218333333337, "PS2_Pressure_bar_100Hz": 109.38893100000068, "PS3_Pressure_bar_100Hz": 1.9534733333333218, "PS4_Pressure_bar_100Hz": 10.109381666666716, "PS5_Pressure_bar_100Hz": 9.875281833333318, "PS6_Pressure_bar_100Hz": 9.757813, "FS1_VolumeFlow_l_per_min_10Hz": 6.513489999999988, "FS2_VolumeFlow_l_per_min_10Hz": 10.177419999999993, "TS1_Temperature_C_1Hz": 35.98834999999999, "TS2_Temperature_C_1Hz": 41.57078333333334, "TS3_Temperature_C_1Hz": 38.83875, "TS4_Temperature_C_1Hz": 30.97413333333333, "P1_MotorPower_W_100Hz": 2547.9009666666484, "VS1_Vibration_mm_per_s_1Hz": 0.5530833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.28213333333333, "CP_CoolingPower_kW_1Hz": 2.1567999999999996, "SE_EfficiencyFactor_percent_1Hz": 57.11708333333333, "cycle": 1751, "timestamp": "2027-04-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.62178999999983, "PS2_Pressure_bar_100Hz": 109.40833800000024, "PS3_Pressure_bar_100Hz": 1.9608103333333156, "PS4_Pressure_bar_100Hz": 10.111730000000032, "PS5_Pressure_bar_100Hz": 9.87682383333338, "PS6_Pressure_bar_100Hz": 9.758896166666673, "FS1_VolumeFlow_l_per_min_10Hz": 6.523590000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.179079999999994, "TS1_Temperature_C_1Hz": 35.983633333333344, "TS2_Temperature_C_1Hz": 41.572616666666676, "TS3_Temperature_C_1Hz": 38.830099999999995, "TS4_Temperature_C_1Hz": 30.957316666666667, "P1_MotorPower_W_100Hz": 2550.0303666666878, "VS1_Vibration_mm_per_s_1Hz": 0.5467000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.495000000000005, "CP_CoolingPower_kW_1Hz": 2.1606499999999995, "SE_EfficiencyFactor_percent_1Hz": 57.21918333333335, "cycle": 1752, "timestamp": "2027-04-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.61828333333443, "PS2_Pressure_bar_100Hz": 109.37524116666707, "PS3_Pressure_bar_100Hz": 1.9528354999999897, "PS4_Pressure_bar_100Hz": 10.108719000000045, "PS5_Pressure_bar_100Hz": 9.873995999999956, "PS6_Pressure_bar_100Hz": 9.755362833333342, "FS1_VolumeFlow_l_per_min_10Hz": 6.528968333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.179021666666667, "TS1_Temperature_C_1Hz": 35.98578333333332, "TS2_Temperature_C_1Hz": 41.586216666666665, "TS3_Temperature_C_1Hz": 38.83950000000001, "TS4_Temperature_C_1Hz": 30.97471666666668, "P1_MotorPower_W_100Hz": 2549.841833333414, "VS1_Vibration_mm_per_s_1Hz": 0.5570333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.259716666666684, "CP_CoolingPower_kW_1Hz": 2.1573, "SE_EfficiencyFactor_percent_1Hz": 57.3597, "cycle": 1753, "timestamp": "2027-04-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.60765666666668, "PS2_Pressure_bar_100Hz": 109.38229583333361, "PS3_Pressure_bar_100Hz": 1.9523816666666582, "PS4_Pressure_bar_100Hz": 10.105434500000017, "PS5_Pressure_bar_100Hz": 9.87085383333331, "PS6_Pressure_bar_100Hz": 9.753081833333278, "FS1_VolumeFlow_l_per_min_10Hz": 6.517473333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.176143333333322, "TS1_Temperature_C_1Hz": 35.98075000000001, "TS2_Temperature_C_1Hz": 41.580166666666656, "TS3_Temperature_C_1Hz": 38.83604999999999, "TS4_Temperature_C_1Hz": 30.958333333333332, "P1_MotorPower_W_100Hz": 2549.520500000044, "VS1_Vibration_mm_per_s_1Hz": 0.5478833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.38171666666668, "CP_CoolingPower_kW_1Hz": 2.16095, "SE_EfficiencyFactor_percent_1Hz": 57.1553, "cycle": 1754, "timestamp": "2027-04-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6211333333339, "PS2_Pressure_bar_100Hz": 109.37924333333424, "PS3_Pressure_bar_100Hz": 1.948233999999991, "PS4_Pressure_bar_100Hz": 10.104058500000045, "PS5_Pressure_bar_100Hz": 9.873351666666625, "PS6_Pressure_bar_100Hz": 9.755799333333366, "FS1_VolumeFlow_l_per_min_10Hz": 6.53091833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.175568333333326, "TS1_Temperature_C_1Hz": 36.00583333333335, "TS2_Temperature_C_1Hz": 41.58553333333332, "TS3_Temperature_C_1Hz": 38.83971666666666, "TS4_Temperature_C_1Hz": 30.975883333333346, "P1_MotorPower_W_100Hz": 2548.8872000000533, "VS1_Vibration_mm_per_s_1Hz": 0.5536666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.43348333333333, "CP_CoolingPower_kW_1Hz": 2.1571, "SE_EfficiencyFactor_percent_1Hz": 57.39253333333334, "cycle": 1755, "timestamp": "2027-04-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.64909833333363, "PS2_Pressure_bar_100Hz": 109.41456516666685, "PS3_Pressure_bar_100Hz": 1.9470514999999882, "PS4_Pressure_bar_100Hz": 10.106028500000034, "PS5_Pressure_bar_100Hz": 9.875243666666666, "PS6_Pressure_bar_100Hz": 9.758455000000048, "FS1_VolumeFlow_l_per_min_10Hz": 6.516466666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.177343333333326, "TS1_Temperature_C_1Hz": 36.013366666666656, "TS2_Temperature_C_1Hz": 41.57989999999999, "TS3_Temperature_C_1Hz": 38.85045000000001, "TS4_Temperature_C_1Hz": 30.971683333333342, "P1_MotorPower_W_100Hz": 2550.278133333364, "VS1_Vibration_mm_per_s_1Hz": 0.5490166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.61118333333332, "CP_CoolingPower_kW_1Hz": 2.1618500000000003, "SE_EfficiencyFactor_percent_1Hz": 57.084150000000015, "cycle": 1756, "timestamp": "2027-04-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0340266666667, "PS2_Pressure_bar_100Hz": 109.663556833334, "PS3_Pressure_bar_100Hz": 2.0015849999999986, "PS4_Pressure_bar_100Hz": 10.107910500000017, "PS5_Pressure_bar_100Hz": 9.873735500000016, "PS6_Pressure_bar_100Hz": 9.756978666666692, "FS1_VolumeFlow_l_per_min_10Hz": 6.70945833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.179214999999983, "TS1_Temperature_C_1Hz": 36.02588333333335, "TS2_Temperature_C_1Hz": 41.596050000000005, "TS3_Temperature_C_1Hz": 38.846699999999984, "TS4_Temperature_C_1Hz": 30.944983333333337, "P1_MotorPower_W_100Hz": 2540.3602333333683, "VS1_Vibration_mm_per_s_1Hz": 0.5513333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.75434999999998, "CP_CoolingPower_kW_1Hz": 2.1681166666666676, "SE_EfficiencyFactor_percent_1Hz": 59.218533333333326, "cycle": 1757, "timestamp": "2027-04-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2711766666664, "PS2_Pressure_bar_100Hz": 109.04850383333367, "PS3_Pressure_bar_100Hz": 1.9841088333333339, "PS4_Pressure_bar_100Hz": 10.099222833333394, "PS5_Pressure_bar_100Hz": 9.864114499999944, "PS6_Pressure_bar_100Hz": 9.747896499999927, "FS1_VolumeFlow_l_per_min_10Hz": 6.667253333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.173359999999992, "TS1_Temperature_C_1Hz": 36.03393333333333, "TS2_Temperature_C_1Hz": 41.600966666666665, "TS3_Temperature_C_1Hz": 38.896449999999994, "TS4_Temperature_C_1Hz": 30.97856666666667, "P1_MotorPower_W_100Hz": 2541.6453666667294, "VS1_Vibration_mm_per_s_1Hz": 0.5444666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.703233333333316, "CP_CoolingPower_kW_1Hz": 2.1708000000000007, "SE_EfficiencyFactor_percent_1Hz": 58.16111666666667, "cycle": 1758, "timestamp": "2027-04-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2826283333334, "PS2_Pressure_bar_100Hz": 109.05318733333411, "PS3_Pressure_bar_100Hz": 1.9824058333333259, "PS4_Pressure_bar_100Hz": 10.095144500000043, "PS5_Pressure_bar_100Hz": 9.862366999999903, "PS6_Pressure_bar_100Hz": 9.746773500000012, "FS1_VolumeFlow_l_per_min_10Hz": 6.662100000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.172804999999988, "TS1_Temperature_C_1Hz": 36.05306666666667, "TS2_Temperature_C_1Hz": 41.634633333333355, "TS3_Temperature_C_1Hz": 38.90678333333333, "TS4_Temperature_C_1Hz": 30.987599999999997, "P1_MotorPower_W_100Hz": 2539.2766333333702, "VS1_Vibration_mm_per_s_1Hz": 0.5572333333333332, "CE_CoolingEfficiency_percent_1Hz": 47.680600000000005, "CP_CoolingPower_kW_1Hz": 2.1702333333333343, "SE_EfficiencyFactor_percent_1Hz": 58.14801666666666, "cycle": 1759, "timestamp": "2027-04-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.26677500000048, "PS2_Pressure_bar_100Hz": 109.07431416666704, "PS3_Pressure_bar_100Hz": 1.9924213333333252, "PS4_Pressure_bar_100Hz": 10.088934333333368, "PS5_Pressure_bar_100Hz": 9.857270166666575, "PS6_Pressure_bar_100Hz": 9.741463499999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.658533333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.168601666666655, "TS1_Temperature_C_1Hz": 36.076116666666664, "TS2_Temperature_C_1Hz": 41.63123333333332, "TS3_Temperature_C_1Hz": 38.920449999999974, "TS4_Temperature_C_1Hz": 31.032266666666658, "P1_MotorPower_W_100Hz": 2538.192466666727, "VS1_Vibration_mm_per_s_1Hz": 0.5506999999999997, "CE_CoolingEfficiency_percent_1Hz": 47.45546666666666, "CP_CoolingPower_kW_1Hz": 2.1596166666666674, "SE_EfficiencyFactor_percent_1Hz": 58.10308333333332, "cycle": 1760, "timestamp": "2027-04-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.26663499999987, "PS2_Pressure_bar_100Hz": 109.03931883333344, "PS3_Pressure_bar_100Hz": 1.9996940000000052, "PS4_Pressure_bar_100Hz": 10.082252166666713, "PS5_Pressure_bar_100Hz": 9.851320833333242, "PS6_Pressure_bar_100Hz": 9.735168833333244, "FS1_VolumeFlow_l_per_min_10Hz": 6.661266666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.16464833333331, "TS1_Temperature_C_1Hz": 36.09116666666669, "TS2_Temperature_C_1Hz": 41.65463333333332, "TS3_Temperature_C_1Hz": 38.94004999999998, "TS4_Temperature_C_1Hz": 31.026299999999985, "P1_MotorPower_W_100Hz": 2537.9301000000582, "VS1_Vibration_mm_per_s_1Hz": 0.5489999999999999, "CE_CoolingEfficiency_percent_1Hz": 47.54276666666665, "CP_CoolingPower_kW_1Hz": 2.166766666666667, "SE_EfficiencyFactor_percent_1Hz": 58.17616666666667, "cycle": 1761, "timestamp": "2027-04-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2628550000002, "PS2_Pressure_bar_100Hz": 109.03934266666649, "PS3_Pressure_bar_100Hz": 2.0139310000000026, "PS4_Pressure_bar_100Hz": 10.083046333333337, "PS5_Pressure_bar_100Hz": 9.850704666666589, "PS6_Pressure_bar_100Hz": 9.73487916666658, "FS1_VolumeFlow_l_per_min_10Hz": 6.673498333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.164696666666671, "TS1_Temperature_C_1Hz": 36.10980000000002, "TS2_Temperature_C_1Hz": 41.681166666666655, "TS3_Temperature_C_1Hz": 38.953716666666665, "TS4_Temperature_C_1Hz": 31.059899999999995, "P1_MotorPower_W_100Hz": 2537.693033333403, "VS1_Vibration_mm_per_s_1Hz": 0.5480999999999999, "CE_CoolingEfficiency_percent_1Hz": 47.40676666666668, "CP_CoolingPower_kW_1Hz": 2.1625000000000005, "SE_EfficiencyFactor_percent_1Hz": 58.345699999999994, "cycle": 1762, "timestamp": "2027-04-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2587533333332, "PS2_Pressure_bar_100Hz": 109.03457900000065, "PS3_Pressure_bar_100Hz": 2.0043895000000034, "PS4_Pressure_bar_100Hz": 10.083872333333355, "PS5_Pressure_bar_100Hz": 9.849609999999915, "PS6_Pressure_bar_100Hz": 9.734065833333283, "FS1_VolumeFlow_l_per_min_10Hz": 6.659253333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.16617499999999, "TS1_Temperature_C_1Hz": 36.11815000000001, "TS2_Temperature_C_1Hz": 41.6903, "TS3_Temperature_C_1Hz": 38.97028333333331, "TS4_Temperature_C_1Hz": 31.077849999999987, "P1_MotorPower_W_100Hz": 2536.8962333333634, "VS1_Vibration_mm_per_s_1Hz": 0.5509833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.34253333333333, "CP_CoolingPower_kW_1Hz": 2.1616166666666676, "SE_EfficiencyFactor_percent_1Hz": 58.14224999999998, "cycle": 1763, "timestamp": "2027-04-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.27251166666605, "PS2_Pressure_bar_100Hz": 109.0418700000005, "PS3_Pressure_bar_100Hz": 1.9999005000000067, "PS4_Pressure_bar_100Hz": 10.084945166666692, "PS5_Pressure_bar_100Hz": 9.851548333333279, "PS6_Pressure_bar_100Hz": 9.736178499999955, "FS1_VolumeFlow_l_per_min_10Hz": 6.665980000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.168088333333325, "TS1_Temperature_C_1Hz": 36.12058333333334, "TS2_Temperature_C_1Hz": 41.73196666666666, "TS3_Temperature_C_1Hz": 38.98201666666667, "TS4_Temperature_C_1Hz": 31.081933333333325, "P1_MotorPower_W_100Hz": 2536.9858666667305, "VS1_Vibration_mm_per_s_1Hz": 0.5551333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.33486666666665, "CP_CoolingPower_kW_1Hz": 2.1638500000000005, "SE_EfficiencyFactor_percent_1Hz": 58.235433333333326, "cycle": 1764, "timestamp": "2027-04-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.27221666666688, "PS2_Pressure_bar_100Hz": 109.06724950000034, "PS3_Pressure_bar_100Hz": 1.9953119999999986, "PS4_Pressure_bar_100Hz": 10.084368833333363, "PS5_Pressure_bar_100Hz": 9.851875666666576, "PS6_Pressure_bar_100Hz": 9.736085999999922, "FS1_VolumeFlow_l_per_min_10Hz": 6.662286666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.166983333333334, "TS1_Temperature_C_1Hz": 36.119733333333336, "TS2_Temperature_C_1Hz": 41.74613333333333, "TS3_Temperature_C_1Hz": 39.00574999999999, "TS4_Temperature_C_1Hz": 31.095416666666654, "P1_MotorPower_W_100Hz": 2538.8954333333295, "VS1_Vibration_mm_per_s_1Hz": 0.5437666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.51123333333332, "CP_CoolingPower_kW_1Hz": 2.1665166666666678, "SE_EfficiencyFactor_percent_1Hz": 58.13648333333332, "cycle": 1765, "timestamp": "2027-04-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.25995499999985, "PS2_Pressure_bar_100Hz": 109.07619383333368, "PS3_Pressure_bar_100Hz": 1.9947765000000022, "PS4_Pressure_bar_100Hz": 10.08296733333337, "PS5_Pressure_bar_100Hz": 9.851362499999949, "PS6_Pressure_bar_100Hz": 9.735484499999933, "FS1_VolumeFlow_l_per_min_10Hz": 6.666943333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.167829999999997, "TS1_Temperature_C_1Hz": 36.141533333333335, "TS2_Temperature_C_1Hz": 41.75869999999999, "TS3_Temperature_C_1Hz": 39.015583333333325, "TS4_Temperature_C_1Hz": 31.09514999999999, "P1_MotorPower_W_100Hz": 2538.776200000068, "VS1_Vibration_mm_per_s_1Hz": 0.5480833333333331, "CE_CoolingEfficiency_percent_1Hz": 47.61035, "CP_CoolingPower_kW_1Hz": 2.1688500000000004, "SE_EfficiencyFactor_percent_1Hz": 58.20494999999999, "cycle": 1766, "timestamp": "2027-05-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.27280666666658, "PS2_Pressure_bar_100Hz": 109.06796916666681, "PS3_Pressure_bar_100Hz": 1.9954700000000054, "PS4_Pressure_bar_100Hz": 10.086272333333353, "PS5_Pressure_bar_100Hz": 9.85443199999995, "PS6_Pressure_bar_100Hz": 9.738875166666611, "FS1_VolumeFlow_l_per_min_10Hz": 6.664528333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.174006666666653, "TS1_Temperature_C_1Hz": 36.15236666666668, "TS2_Temperature_C_1Hz": 41.76434999999999, "TS3_Temperature_C_1Hz": 39.02203333333332, "TS4_Temperature_C_1Hz": 31.14019999999997, "P1_MotorPower_W_100Hz": 2539.6312000000235, "VS1_Vibration_mm_per_s_1Hz": 0.5580166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.40515000000001, "CP_CoolingPower_kW_1Hz": 2.1601500000000002, "SE_EfficiencyFactor_percent_1Hz": 58.115633333333335, "cycle": 1767, "timestamp": "2027-05-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.16646000000043, "PS2_Pressure_bar_100Hz": 109.32100033333344, "PS3_Pressure_bar_100Hz": 1.9998436666666664, "PS4_Pressure_bar_100Hz": 10.079676666666684, "PS5_Pressure_bar_100Hz": 9.847187166666604, "PS6_Pressure_bar_100Hz": 9.731425833333283, "FS1_VolumeFlow_l_per_min_10Hz": 6.6950599999999945, "FS2_VolumeFlow_l_per_min_10Hz": 10.167996666666655, "TS1_Temperature_C_1Hz": 36.16906666666667, "TS2_Temperature_C_1Hz": 41.77049999999999, "TS3_Temperature_C_1Hz": 39.034416666666644, "TS4_Temperature_C_1Hz": 31.134466666666658, "P1_MotorPower_W_100Hz": 2537.543333333353, "VS1_Vibration_mm_per_s_1Hz": 0.5503666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.50284999999998, "CP_CoolingPower_kW_1Hz": 2.1639166666666667, "SE_EfficiencyFactor_percent_1Hz": 58.8651, "cycle": 1768, "timestamp": "2027-05-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1547433333338, "PS2_Pressure_bar_100Hz": 109.3029253333336, "PS3_Pressure_bar_100Hz": 1.9970363333333307, "PS4_Pressure_bar_100Hz": 10.073768833333345, "PS5_Pressure_bar_100Hz": 9.843844000000002, "PS6_Pressure_bar_100Hz": 9.72739183333324, "FS1_VolumeFlow_l_per_min_10Hz": 6.691998333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.164421666666657, "TS1_Temperature_C_1Hz": 36.1566, "TS2_Temperature_C_1Hz": 41.78493333333334, "TS3_Temperature_C_1Hz": 39.04554999999998, "TS4_Temperature_C_1Hz": 31.150149999999982, "P1_MotorPower_W_100Hz": 2536.6966666666954, "VS1_Vibration_mm_per_s_1Hz": 0.5475166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.43298333333335, "CP_CoolingPower_kW_1Hz": 2.162550000000001, "SE_EfficiencyFactor_percent_1Hz": 58.888766666666626, "cycle": 1769, "timestamp": "2027-05-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1613066666668, "PS2_Pressure_bar_100Hz": 109.3020045000004, "PS3_Pressure_bar_100Hz": 2.001276833333332, "PS4_Pressure_bar_100Hz": 10.077071666666672, "PS5_Pressure_bar_100Hz": 9.844910166666594, "PS6_Pressure_bar_100Hz": 9.729275499999899, "FS1_VolumeFlow_l_per_min_10Hz": 6.6961516666666645, "FS2_VolumeFlow_l_per_min_10Hz": 10.16440666666666, "TS1_Temperature_C_1Hz": 36.171683333333334, "TS2_Temperature_C_1Hz": 41.77890000000001, "TS3_Temperature_C_1Hz": 39.05773333333331, "TS4_Temperature_C_1Hz": 31.12336666666665, "P1_MotorPower_W_100Hz": 2536.433066666696, "VS1_Vibration_mm_per_s_1Hz": 0.5494666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.64430000000001, "CP_CoolingPower_kW_1Hz": 2.1734000000000004, "SE_EfficiencyFactor_percent_1Hz": 58.95248333333335, "cycle": 1770, "timestamp": "2027-05-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1788199999998, "PS2_Pressure_bar_100Hz": 109.29586183333328, "PS3_Pressure_bar_100Hz": 2.0003619999999986, "PS4_Pressure_bar_100Hz": 10.075223833333363, "PS5_Pressure_bar_100Hz": 9.843132666666612, "PS6_Pressure_bar_100Hz": 9.727801166666605, "FS1_VolumeFlow_l_per_min_10Hz": 6.696546666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.165998333333336, "TS1_Temperature_C_1Hz": 36.177116666666656, "TS2_Temperature_C_1Hz": 41.777483333333336, "TS3_Temperature_C_1Hz": 39.05928333333332, "TS4_Temperature_C_1Hz": 31.150999999999986, "P1_MotorPower_W_100Hz": 2535.333266666665, "VS1_Vibration_mm_per_s_1Hz": 0.5565166666666669, "CE_CoolingEfficiency_percent_1Hz": 47.47836666666667, "CP_CoolingPower_kW_1Hz": 2.166750000000001, "SE_EfficiencyFactor_percent_1Hz": 58.97506666666666, "cycle": 1771, "timestamp": "2027-05-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1606433333335, "PS2_Pressure_bar_100Hz": 109.29583116666728, "PS3_Pressure_bar_100Hz": 1.982811666666663, "PS4_Pressure_bar_100Hz": 10.075419166666714, "PS5_Pressure_bar_100Hz": 9.843736333333306, "PS6_Pressure_bar_100Hz": 9.72734049999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.694054999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.164676666666654, "TS1_Temperature_C_1Hz": 36.1789, "TS2_Temperature_C_1Hz": 41.78316666666665, "TS3_Temperature_C_1Hz": 39.049616666666665, "TS4_Temperature_C_1Hz": 31.149466666666658, "P1_MotorPower_W_100Hz": 2534.4496333333877, "VS1_Vibration_mm_per_s_1Hz": 0.5565333333333337, "CE_CoolingEfficiency_percent_1Hz": 47.42736666666666, "CP_CoolingPower_kW_1Hz": 2.1649333333333334, "SE_EfficiencyFactor_percent_1Hz": 58.975000000000016, "cycle": 1772, "timestamp": "2027-05-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1751266666668, "PS2_Pressure_bar_100Hz": 109.31892200000014, "PS3_Pressure_bar_100Hz": 1.9849995000000022, "PS4_Pressure_bar_100Hz": 10.073408333333356, "PS5_Pressure_bar_100Hz": 9.84024383333331, "PS6_Pressure_bar_100Hz": 9.725383666666605, "FS1_VolumeFlow_l_per_min_10Hz": 6.692538333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.163489999999989, "TS1_Temperature_C_1Hz": 36.19148333333333, "TS2_Temperature_C_1Hz": 41.797450000000005, "TS3_Temperature_C_1Hz": 39.05123333333333, "TS4_Temperature_C_1Hz": 31.157933333333315, "P1_MotorPower_W_100Hz": 2535.407766666727, "VS1_Vibration_mm_per_s_1Hz": 0.5456333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.273616666666655, "CP_CoolingPower_kW_1Hz": 2.162683333333334, "SE_EfficiencyFactor_percent_1Hz": 58.953566666666674, "cycle": 1773, "timestamp": "2027-05-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.17743833333296, "PS2_Pressure_bar_100Hz": 109.31458133333372, "PS3_Pressure_bar_100Hz": 1.9912691666666635, "PS4_Pressure_bar_100Hz": 10.076640333333373, "PS5_Pressure_bar_100Hz": 9.844351333333233, "PS6_Pressure_bar_100Hz": 9.728633499999962, "FS1_VolumeFlow_l_per_min_10Hz": 6.694643333333326, "FS2_VolumeFlow_l_per_min_10Hz": 10.167858333333317, "TS1_Temperature_C_1Hz": 36.18968333333333, "TS2_Temperature_C_1Hz": 41.80780000000001, "TS3_Temperature_C_1Hz": 39.065450000000006, "TS4_Temperature_C_1Hz": 31.152583333333325, "P1_MotorPower_W_100Hz": 2537.55030000006, "VS1_Vibration_mm_per_s_1Hz": 0.5528666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.19613333333334, "CP_CoolingPower_kW_1Hz": 2.1679, "SE_EfficiencyFactor_percent_1Hz": 58.95658333333332, "cycle": 1774, "timestamp": "2027-05-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.16737499999905, "PS2_Pressure_bar_100Hz": 109.29803633333336, "PS3_Pressure_bar_100Hz": 1.9887146666666657, "PS4_Pressure_bar_100Hz": 10.07644616666669, "PS5_Pressure_bar_100Hz": 9.846803499999977, "PS6_Pressure_bar_100Hz": 9.730739499999912, "FS1_VolumeFlow_l_per_min_10Hz": 6.692356666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.168071666666664, "TS1_Temperature_C_1Hz": 36.194316666666666, "TS2_Temperature_C_1Hz": 41.81583333333332, "TS3_Temperature_C_1Hz": 39.07331666666664, "TS4_Temperature_C_1Hz": 31.186500000000002, "P1_MotorPower_W_100Hz": 2540.1195000000307, "VS1_Vibration_mm_per_s_1Hz": 0.5470333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.242816666666684, "CP_CoolingPower_kW_1Hz": 2.160316666666667, "SE_EfficiencyFactor_percent_1Hz": 58.80496666666667, "cycle": 1775, "timestamp": "2027-05-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1656783333329, "PS2_Pressure_bar_100Hz": 109.30262966666679, "PS3_Pressure_bar_100Hz": 1.9990896666666704, "PS4_Pressure_bar_100Hz": 10.080898166666712, "PS5_Pressure_bar_100Hz": 9.850092666666587, "PS6_Pressure_bar_100Hz": 9.733325166666589, "FS1_VolumeFlow_l_per_min_10Hz": 6.693719999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.170276666666656, "TS1_Temperature_C_1Hz": 36.2055, "TS2_Temperature_C_1Hz": 41.833200000000005, "TS3_Temperature_C_1Hz": 39.07956666666666, "TS4_Temperature_C_1Hz": 31.199833333333327, "P1_MotorPower_W_100Hz": 2542.2945000000313, "VS1_Vibration_mm_per_s_1Hz": 0.5464666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.239016666666686, "CP_CoolingPower_kW_1Hz": 2.1590833333333332, "SE_EfficiencyFactor_percent_1Hz": 58.76996666666663, "cycle": 1776, "timestamp": "2027-05-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.13687833333387, "PS2_Pressure_bar_100Hz": 109.28469633333327, "PS3_Pressure_bar_100Hz": 2.002338, "PS4_Pressure_bar_100Hz": 10.078369166666663, "PS5_Pressure_bar_100Hz": 9.848582333333281, "PS6_Pressure_bar_100Hz": 9.731409166666596, "FS1_VolumeFlow_l_per_min_10Hz": 6.693730000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.170724999999983, "TS1_Temperature_C_1Hz": 36.20165000000001, "TS2_Temperature_C_1Hz": 41.839000000000006, "TS3_Temperature_C_1Hz": 39.082750000000004, "TS4_Temperature_C_1Hz": 31.151883333333316, "P1_MotorPower_W_100Hz": 2544.1083333333568, "VS1_Vibration_mm_per_s_1Hz": 0.5454000000000002, "CE_CoolingEfficiency_percent_1Hz": 47.529033333333324, "CP_CoolingPower_kW_1Hz": 2.1741, "SE_EfficiencyFactor_percent_1Hz": 58.76390000000001, "cycle": 1777, "timestamp": "2027-05-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.05797833333372, "PS2_Pressure_bar_100Hz": 109.49362633333406, "PS3_Pressure_bar_100Hz": 2.0171718333333297, "PS4_Pressure_bar_100Hz": 10.076508833333362, "PS5_Pressure_bar_100Hz": 9.845817333333276, "PS6_Pressure_bar_100Hz": 9.730060666666585, "FS1_VolumeFlow_l_per_min_10Hz": 6.707283333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.169549999999996, "TS1_Temperature_C_1Hz": 36.2284, "TS2_Temperature_C_1Hz": 41.83289999999999, "TS3_Temperature_C_1Hz": 39.08316666666667, "TS4_Temperature_C_1Hz": 31.151866666666663, "P1_MotorPower_W_100Hz": 2542.3049000000387, "VS1_Vibration_mm_per_s_1Hz": 0.5443666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.54198333333333, "CP_CoolingPower_kW_1Hz": 2.1738666666666675, "SE_EfficiencyFactor_percent_1Hz": 59.123800000000024, "cycle": 1778, "timestamp": "2027-05-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.07913166666688, "PS2_Pressure_bar_100Hz": 109.51478816666683, "PS3_Pressure_bar_100Hz": 2.00759116666666, "PS4_Pressure_bar_100Hz": 10.076817333333354, "PS5_Pressure_bar_100Hz": 9.845757166666631, "PS6_Pressure_bar_100Hz": 9.730345166666604, "FS1_VolumeFlow_l_per_min_10Hz": 6.708165, "FS2_VolumeFlow_l_per_min_10Hz": 10.168714999999986, "TS1_Temperature_C_1Hz": 36.22828333333333, "TS2_Temperature_C_1Hz": 41.83330000000001, "TS3_Temperature_C_1Hz": 39.07839999999999, "TS4_Temperature_C_1Hz": 31.14924999999998, "P1_MotorPower_W_100Hz": 2542.7160000000645, "VS1_Vibration_mm_per_s_1Hz": 0.5477666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.54231666666668, "CP_CoolingPower_kW_1Hz": 2.1728666666666663, "SE_EfficiencyFactor_percent_1Hz": 59.15845000000003, "cycle": 1779, "timestamp": "2027-05-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.06916666666666, "PS2_Pressure_bar_100Hz": 109.4825143333341, "PS3_Pressure_bar_100Hz": 2.007116166666662, "PS4_Pressure_bar_100Hz": 10.072859166666722, "PS5_Pressure_bar_100Hz": 9.842048999999966, "PS6_Pressure_bar_100Hz": 9.727249499999953, "FS1_VolumeFlow_l_per_min_10Hz": 6.708291666666661, "FS2_VolumeFlow_l_per_min_10Hz": 10.167311666666663, "TS1_Temperature_C_1Hz": 36.24414999999998, "TS2_Temperature_C_1Hz": 41.85096666666667, "TS3_Temperature_C_1Hz": 39.08603333333331, "TS4_Temperature_C_1Hz": 31.14781666666665, "P1_MotorPower_W_100Hz": 2540.2795666667134, "VS1_Vibration_mm_per_s_1Hz": 0.5468833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.55861666666665, "CP_CoolingPower_kW_1Hz": 2.174866666666668, "SE_EfficiencyFactor_percent_1Hz": 59.17303333333332, "cycle": 1780, "timestamp": "2027-05-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.05736333333388, "PS2_Pressure_bar_100Hz": 109.46315066666692, "PS3_Pressure_bar_100Hz": 2.0075438333333318, "PS4_Pressure_bar_100Hz": 10.067294000000055, "PS5_Pressure_bar_100Hz": 9.838435833333333, "PS6_Pressure_bar_100Hz": 9.724037499999966, "FS1_VolumeFlow_l_per_min_10Hz": 6.706420000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.164478333333333, "TS1_Temperature_C_1Hz": 36.23743333333333, "TS2_Temperature_C_1Hz": 41.85231666666666, "TS3_Temperature_C_1Hz": 39.10068333333333, "TS4_Temperature_C_1Hz": 31.148733333333315, "P1_MotorPower_W_100Hz": 2537.935700000022, "VS1_Vibration_mm_per_s_1Hz": 0.5485666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.64296666666666, "CP_CoolingPower_kW_1Hz": 2.178933333333333, "SE_EfficiencyFactor_percent_1Hz": 59.17241666666666, "cycle": 1781, "timestamp": "2027-05-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.06112333333317, "PS2_Pressure_bar_100Hz": 109.4812043333338, "PS3_Pressure_bar_100Hz": 1.9981359999999926, "PS4_Pressure_bar_100Hz": 10.063935500000026, "PS5_Pressure_bar_100Hz": 9.837604166666607, "PS6_Pressure_bar_100Hz": 9.723120333333304, "FS1_VolumeFlow_l_per_min_10Hz": 6.709021666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.166224999999994, "TS1_Temperature_C_1Hz": 36.22551666666664, "TS2_Temperature_C_1Hz": 41.85196666666669, "TS3_Temperature_C_1Hz": 39.11681666666667, "TS4_Temperature_C_1Hz": 31.14541666666666, "P1_MotorPower_W_100Hz": 2538.4404333334132, "VS1_Vibration_mm_per_s_1Hz": 0.5496166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.678316666666696, "CP_CoolingPower_kW_1Hz": 2.1833000000000005, "SE_EfficiencyFactor_percent_1Hz": 59.26400000000001, "cycle": 1782, "timestamp": "2027-05-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03752666666654, "PS2_Pressure_bar_100Hz": 109.47160100000043, "PS3_Pressure_bar_100Hz": 1.9999923333333325, "PS4_Pressure_bar_100Hz": 10.062545166666668, "PS5_Pressure_bar_100Hz": 9.835198333333333, "PS6_Pressure_bar_100Hz": 9.720893499999969, "FS1_VolumeFlow_l_per_min_10Hz": 6.705380000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.165359999999984, "TS1_Temperature_C_1Hz": 36.23446666666668, "TS2_Temperature_C_1Hz": 41.840900000000005, "TS3_Temperature_C_1Hz": 39.12378333333332, "TS4_Temperature_C_1Hz": 31.16371666666665, "P1_MotorPower_W_100Hz": 2538.85890000001, "VS1_Vibration_mm_per_s_1Hz": 0.5571166666666664, "CE_CoolingEfficiency_percent_1Hz": 47.57471666666667, "CP_CoolingPower_kW_1Hz": 2.1799833333333334, "SE_EfficiencyFactor_percent_1Hz": 59.19251666666667, "cycle": 1783, "timestamp": "2027-05-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0599283333337, "PS2_Pressure_bar_100Hz": 109.502388, "PS3_Pressure_bar_100Hz": 1.9985606666666633, "PS4_Pressure_bar_100Hz": 10.057884666666695, "PS5_Pressure_bar_100Hz": 9.83146716666663, "PS6_Pressure_bar_100Hz": 9.716375666666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.705016666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.160323333333329, "TS1_Temperature_C_1Hz": 36.23588333333334, "TS2_Temperature_C_1Hz": 41.85528333333334, "TS3_Temperature_C_1Hz": 39.120533333333334, "TS4_Temperature_C_1Hz": 31.14696666666664, "P1_MotorPower_W_100Hz": 2537.152133333359, "VS1_Vibration_mm_per_s_1Hz": 0.5522500000000002, "CE_CoolingEfficiency_percent_1Hz": 47.692383333333346, "CP_CoolingPower_kW_1Hz": 2.182866666666667, "SE_EfficiencyFactor_percent_1Hz": 59.22491666666665, "cycle": 1784, "timestamp": "2027-05-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.06345166666617, "PS2_Pressure_bar_100Hz": 109.50949466666668, "PS3_Pressure_bar_100Hz": 1.9991598333333325, "PS4_Pressure_bar_100Hz": 10.059371166666672, "PS5_Pressure_bar_100Hz": 9.83442399999995, "PS6_Pressure_bar_100Hz": 9.718433666666655, "FS1_VolumeFlow_l_per_min_10Hz": 6.7081166666666645, "FS2_VolumeFlow_l_per_min_10Hz": 10.163301666666653, "TS1_Temperature_C_1Hz": 36.2273, "TS2_Temperature_C_1Hz": 41.84846666666668, "TS3_Temperature_C_1Hz": 39.12863333333332, "TS4_Temperature_C_1Hz": 31.17914999999998, "P1_MotorPower_W_100Hz": 2538.2729666667287, "VS1_Vibration_mm_per_s_1Hz": 0.5432166666666668, "CE_CoolingEfficiency_percent_1Hz": 47.49801666666666, "CP_CoolingPower_kW_1Hz": 2.17585, "SE_EfficiencyFactor_percent_1Hz": 59.240350000000014, "cycle": 1785, "timestamp": "2027-05-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.05212166666638, "PS2_Pressure_bar_100Hz": 109.48721949999953, "PS3_Pressure_bar_100Hz": 2.005140333333339, "PS4_Pressure_bar_100Hz": 10.057482666666678, "PS5_Pressure_bar_100Hz": 9.831833499999977, "PS6_Pressure_bar_100Hz": 9.715905833333315, "FS1_VolumeFlow_l_per_min_10Hz": 6.70341333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.160938333333315, "TS1_Temperature_C_1Hz": 36.212483333333324, "TS2_Temperature_C_1Hz": 41.85715, "TS3_Temperature_C_1Hz": 39.14253333333333, "TS4_Temperature_C_1Hz": 31.21056666666665, "P1_MotorPower_W_100Hz": 2537.713533333366, "VS1_Vibration_mm_per_s_1Hz": 0.5495500000000002, "CE_CoolingEfficiency_percent_1Hz": 47.63143333333334, "CP_CoolingPower_kW_1Hz": 2.1708666666666674, "SE_EfficiencyFactor_percent_1Hz": 59.22468333333333, "cycle": 1786, "timestamp": "2027-05-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0555666666664, "PS2_Pressure_bar_100Hz": 109.48227633333362, "PS3_Pressure_bar_100Hz": 2.0049773333333407, "PS4_Pressure_bar_100Hz": 10.062525000000022, "PS5_Pressure_bar_100Hz": 9.83598816666666, "PS6_Pressure_bar_100Hz": 9.720050333333269, "FS1_VolumeFlow_l_per_min_10Hz": 6.705741666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.16467499999999, "TS1_Temperature_C_1Hz": 36.240549999999985, "TS2_Temperature_C_1Hz": 41.84845000000001, "TS3_Temperature_C_1Hz": 39.1217, "TS4_Temperature_C_1Hz": 31.17819999999999, "P1_MotorPower_W_100Hz": 2538.3759333333423, "VS1_Vibration_mm_per_s_1Hz": 0.5500666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.77653333333334, "CP_CoolingPower_kW_1Hz": 2.1765666666666674, "SE_EfficiencyFactor_percent_1Hz": 59.20015, "cycle": 1787, "timestamp": "2027-05-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01096166666628, "PS2_Pressure_bar_100Hz": 109.63508816666629, "PS3_Pressure_bar_100Hz": 1.9976808333333331, "PS4_Pressure_bar_100Hz": 10.063546166666688, "PS5_Pressure_bar_100Hz": 9.835513333333315, "PS6_Pressure_bar_100Hz": 9.720934666666649, "FS1_VolumeFlow_l_per_min_10Hz": 6.700603333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.166294999999996, "TS1_Temperature_C_1Hz": 36.25544999999999, "TS2_Temperature_C_1Hz": 41.86070000000002, "TS3_Temperature_C_1Hz": 39.1381, "TS4_Temperature_C_1Hz": 31.17874999999998, "P1_MotorPower_W_100Hz": 2539.06613333338, "VS1_Vibration_mm_per_s_1Hz": 0.5505666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.82396666666668, "CP_CoolingPower_kW_1Hz": 2.179883333333334, "SE_EfficiencyFactor_percent_1Hz": 59.16341666666668, "cycle": 1788, "timestamp": "2027-05-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01089166666605, "PS2_Pressure_bar_100Hz": 109.63387016666681, "PS3_Pressure_bar_100Hz": 1.9967553333333268, "PS4_Pressure_bar_100Hz": 10.058608333333327, "PS5_Pressure_bar_100Hz": 9.830753166666648, "PS6_Pressure_bar_100Hz": 9.71662349999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.715363333333329, "FS2_VolumeFlow_l_per_min_10Hz": 10.163034999999985, "TS1_Temperature_C_1Hz": 36.25856666666665, "TS2_Temperature_C_1Hz": 41.86243333333334, "TS3_Temperature_C_1Hz": 39.128049999999995, "TS4_Temperature_C_1Hz": 31.214983333333326, "P1_MotorPower_W_100Hz": 2536.767433333392, "VS1_Vibration_mm_per_s_1Hz": 0.5582333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.57376666666666, "CP_CoolingPower_kW_1Hz": 2.1661166666666674, "SE_EfficiencyFactor_percent_1Hz": 59.45473333333336, "cycle": 1789, "timestamp": "2027-05-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9962299999998, "PS2_Pressure_bar_100Hz": 109.61975999999986, "PS3_Pressure_bar_100Hz": 1.9965741666666657, "PS4_Pressure_bar_100Hz": 10.057556833333336, "PS5_Pressure_bar_100Hz": 9.829711499999968, "PS6_Pressure_bar_100Hz": 9.715487666666647, "FS1_VolumeFlow_l_per_min_10Hz": 6.7146250000000025, "FS2_VolumeFlow_l_per_min_10Hz": 10.162278333333328, "TS1_Temperature_C_1Hz": 36.255216666666655, "TS2_Temperature_C_1Hz": 41.881366666666686, "TS3_Temperature_C_1Hz": 39.141949999999994, "TS4_Temperature_C_1Hz": 31.199066666666646, "P1_MotorPower_W_100Hz": 2533.8537333333834, "VS1_Vibration_mm_per_s_1Hz": 0.5452166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.73299999999999, "CP_CoolingPower_kW_1Hz": 2.1745666666666676, "SE_EfficiencyFactor_percent_1Hz": 59.48185, "cycle": 1790, "timestamp": "2027-05-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.99546999999973, "PS2_Pressure_bar_100Hz": 109.62824183333375, "PS3_Pressure_bar_100Hz": 1.9959318333333338, "PS4_Pressure_bar_100Hz": 10.056639833333346, "PS5_Pressure_bar_100Hz": 9.828382, "PS6_Pressure_bar_100Hz": 9.713921166666589, "FS1_VolumeFlow_l_per_min_10Hz": 6.711988333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.162791666666662, "TS1_Temperature_C_1Hz": 36.26379999999998, "TS2_Temperature_C_1Hz": 41.89016666666668, "TS3_Temperature_C_1Hz": 39.14283333333332, "TS4_Temperature_C_1Hz": 31.23411666666664, "P1_MotorPower_W_100Hz": 2532.305966666711, "VS1_Vibration_mm_per_s_1Hz": 0.5503833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.562666666666665, "CP_CoolingPower_kW_1Hz": 2.165116666666667, "SE_EfficiencyFactor_percent_1Hz": 59.50054999999998, "cycle": 1791, "timestamp": "2027-05-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.99591499999966, "PS2_Pressure_bar_100Hz": 109.61665499999978, "PS3_Pressure_bar_100Hz": 1.9902459999999924, "PS4_Pressure_bar_100Hz": 10.052054166666638, "PS5_Pressure_bar_100Hz": 9.82535216666664, "PS6_Pressure_bar_100Hz": 9.710857499999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.719341666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.160888333333336, "TS1_Temperature_C_1Hz": 36.271416666666674, "TS2_Temperature_C_1Hz": 41.88814999999999, "TS3_Temperature_C_1Hz": 39.15575, "TS4_Temperature_C_1Hz": 31.22838333333332, "P1_MotorPower_W_100Hz": 2531.4423333333607, "VS1_Vibration_mm_per_s_1Hz": 0.55835, "CE_CoolingEfficiency_percent_1Hz": 47.85368333333335, "CP_CoolingPower_kW_1Hz": 2.1688833333333335, "SE_EfficiencyFactor_percent_1Hz": 59.55786666666669, "cycle": 1792, "timestamp": "2027-05-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9797366666664, "PS2_Pressure_bar_100Hz": 109.60163250000043, "PS3_Pressure_bar_100Hz": 2.003443500000004, "PS4_Pressure_bar_100Hz": 10.052532833333345, "PS5_Pressure_bar_100Hz": 9.824402833333366, "PS6_Pressure_bar_100Hz": 9.709142833333265, "FS1_VolumeFlow_l_per_min_10Hz": 6.694871666666661, "FS2_VolumeFlow_l_per_min_10Hz": 10.160993333333316, "TS1_Temperature_C_1Hz": 36.289583333333326, "TS2_Temperature_C_1Hz": 41.88651666666669, "TS3_Temperature_C_1Hz": 39.165716666666654, "TS4_Temperature_C_1Hz": 31.250149999999987, "P1_MotorPower_W_100Hz": 2531.4000333333865, "VS1_Vibration_mm_per_s_1Hz": 0.5537499999999999, "CE_CoolingEfficiency_percent_1Hz": 47.77301666666664, "CP_CoolingPower_kW_1Hz": 2.1670000000000003, "SE_EfficiencyFactor_percent_1Hz": 59.220816666666664, "cycle": 1793, "timestamp": "2027-05-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0008649999996, "PS2_Pressure_bar_100Hz": 109.61248800000024, "PS3_Pressure_bar_100Hz": 1.9998663333333366, "PS4_Pressure_bar_100Hz": 10.052702499999993, "PS5_Pressure_bar_100Hz": 9.823368000000006, "PS6_Pressure_bar_100Hz": 9.708760166666655, "FS1_VolumeFlow_l_per_min_10Hz": 6.698801666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.158928333333327, "TS1_Temperature_C_1Hz": 36.29938333333334, "TS2_Temperature_C_1Hz": 41.89080000000002, "TS3_Temperature_C_1Hz": 39.17326666666666, "TS4_Temperature_C_1Hz": 31.26416666666665, "P1_MotorPower_W_100Hz": 2530.3535333333566, "VS1_Vibration_mm_per_s_1Hz": 0.5554333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.60201666666665, "CP_CoolingPower_kW_1Hz": 2.165833333333334, "SE_EfficiencyFactor_percent_1Hz": 59.30540000000003, "cycle": 1794, "timestamp": "2027-05-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.99189499999966, "PS2_Pressure_bar_100Hz": 109.59694983333355, "PS3_Pressure_bar_100Hz": 2.0006369999999896, "PS4_Pressure_bar_100Hz": 10.05521216666663, "PS5_Pressure_bar_100Hz": 9.827298999999968, "PS6_Pressure_bar_100Hz": 9.712282499999985, "FS1_VolumeFlow_l_per_min_10Hz": 6.712548333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.160634999999989, "TS1_Temperature_C_1Hz": 36.31105, "TS2_Temperature_C_1Hz": 41.903133333333344, "TS3_Temperature_C_1Hz": 39.168416666666666, "TS4_Temperature_C_1Hz": 31.27293333333332, "P1_MotorPower_W_100Hz": 2531.129500000024, "VS1_Vibration_mm_per_s_1Hz": 0.5551833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.52743333333335, "CP_CoolingPower_kW_1Hz": 2.162383333333333, "SE_EfficiencyFactor_percent_1Hz": 59.50291666666668, "cycle": 1795, "timestamp": "2027-05-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00595666666695, "PS2_Pressure_bar_100Hz": 109.62272916666743, "PS3_Pressure_bar_100Hz": 1.9989129999999977, "PS4_Pressure_bar_100Hz": 10.063854166666712, "PS5_Pressure_bar_100Hz": 9.834601499999973, "PS6_Pressure_bar_100Hz": 9.719655999999963, "FS1_VolumeFlow_l_per_min_10Hz": 6.701888333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.167233333333325, "TS1_Temperature_C_1Hz": 36.301216666666654, "TS2_Temperature_C_1Hz": 41.908466666666655, "TS3_Temperature_C_1Hz": 39.19415, "TS4_Temperature_C_1Hz": 31.274633333333323, "P1_MotorPower_W_100Hz": 2535.1669333333984, "VS1_Vibration_mm_per_s_1Hz": 0.54635, "CE_CoolingEfficiency_percent_1Hz": 47.42763333333334, "CP_CoolingPower_kW_1Hz": 2.169316666666668, "SE_EfficiencyFactor_percent_1Hz": 59.21500000000002, "cycle": 1796, "timestamp": "2027-05-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01298833333325, "PS2_Pressure_bar_100Hz": 109.61325466666685, "PS3_Pressure_bar_100Hz": 2.0090894999999964, "PS4_Pressure_bar_100Hz": 10.06402533333341, "PS5_Pressure_bar_100Hz": 9.83447733333335, "PS6_Pressure_bar_100Hz": 9.720482999999959, "FS1_VolumeFlow_l_per_min_10Hz": 6.712688333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.166679999999996, "TS1_Temperature_C_1Hz": 36.307416666666654, "TS2_Temperature_C_1Hz": 41.91898333333332, "TS3_Temperature_C_1Hz": 39.17991666666667, "TS4_Temperature_C_1Hz": 31.283433333333313, "P1_MotorPower_W_100Hz": 2536.4237333333954, "VS1_Vibration_mm_per_s_1Hz": 0.5488500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.339249999999986, "CP_CoolingPower_kW_1Hz": 2.162416666666667, "SE_EfficiencyFactor_percent_1Hz": 59.35073333333334, "cycle": 1797, "timestamp": "2027-06-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.8574250000004, "PS2_Pressure_bar_100Hz": 109.5107341666673, "PS3_Pressure_bar_100Hz": 1.9987829999999995, "PS4_Pressure_bar_100Hz": 10.068164833333368, "PS5_Pressure_bar_100Hz": 9.837247666666622, "PS6_Pressure_bar_100Hz": 9.722384999999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.705024999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.16848999999999, "TS1_Temperature_C_1Hz": 36.260749999999994, "TS2_Temperature_C_1Hz": 41.92028333333334, "TS3_Temperature_C_1Hz": 39.17836666666666, "TS4_Temperature_C_1Hz": 31.280866666666647, "P1_MotorPower_W_100Hz": 2538.8029333333484, "VS1_Vibration_mm_per_s_1Hz": 0.54415, "CE_CoolingEfficiency_percent_1Hz": 47.3354, "CP_CoolingPower_kW_1Hz": 2.163483333333334, "SE_EfficiencyFactor_percent_1Hz": 59.168899999999994, "cycle": 1798, "timestamp": "2027-06-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91480833333299, "PS2_Pressure_bar_100Hz": 109.52146133333386, "PS3_Pressure_bar_100Hz": 1.9907048333333277, "PS4_Pressure_bar_100Hz": 10.066508166666662, "PS5_Pressure_bar_100Hz": 9.83495533333334, "PS6_Pressure_bar_100Hz": 9.7195648333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.695334999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.166366666666642, "TS1_Temperature_C_1Hz": 36.27138333333334, "TS2_Temperature_C_1Hz": 41.91068333333333, "TS3_Temperature_C_1Hz": 39.17168333333333, "TS4_Temperature_C_1Hz": 31.284633333333318, "P1_MotorPower_W_100Hz": 2537.9867333333636, "VS1_Vibration_mm_per_s_1Hz": 0.5424833333333331, "CE_CoolingEfficiency_percent_1Hz": 47.29620000000002, "CP_CoolingPower_kW_1Hz": 2.1593833333333334, "SE_EfficiencyFactor_percent_1Hz": 59.07856666666665, "cycle": 1799, "timestamp": "2027-06-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.89263666666676, "PS2_Pressure_bar_100Hz": 109.50727883333381, "PS3_Pressure_bar_100Hz": 1.9848651666666584, "PS4_Pressure_bar_100Hz": 10.067268166666706, "PS5_Pressure_bar_100Hz": 9.83569366666665, "PS6_Pressure_bar_100Hz": 9.720130666666646, "FS1_VolumeFlow_l_per_min_10Hz": 6.692268333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.16668499999999, "TS1_Temperature_C_1Hz": 36.2753, "TS2_Temperature_C_1Hz": 41.899300000000004, "TS3_Temperature_C_1Hz": 39.169966666666646, "TS4_Temperature_C_1Hz": 31.28934999999998, "P1_MotorPower_W_100Hz": 2535.228600000052, "VS1_Vibration_mm_per_s_1Hz": 0.5523166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.274633333333334, "CP_CoolingPower_kW_1Hz": 2.157516666666666, "SE_EfficiencyFactor_percent_1Hz": 59.08554999999999, "cycle": 1800, "timestamp": "2027-06-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9077666666668, "PS2_Pressure_bar_100Hz": 109.50560066666698, "PS3_Pressure_bar_100Hz": 1.9993800000000053, "PS4_Pressure_bar_100Hz": 10.059586500000005, "PS5_Pressure_bar_100Hz": 9.829353999999926, "PS6_Pressure_bar_100Hz": 9.714188499999974, "FS1_VolumeFlow_l_per_min_10Hz": 6.691280000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.160901666666655, "TS1_Temperature_C_1Hz": 36.28209999999999, "TS2_Temperature_C_1Hz": 41.903583333333344, "TS3_Temperature_C_1Hz": 39.16948333333333, "TS4_Temperature_C_1Hz": 31.28799999999998, "P1_MotorPower_W_100Hz": 2532.9862000000485, "VS1_Vibration_mm_per_s_1Hz": 0.54995, "CE_CoolingEfficiency_percent_1Hz": 47.271449999999994, "CP_CoolingPower_kW_1Hz": 2.1578999999999993, "SE_EfficiencyFactor_percent_1Hz": 59.11583333333333, "cycle": 1801, "timestamp": "2027-06-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.89848500000068, "PS2_Pressure_bar_100Hz": 109.49751966666717, "PS3_Pressure_bar_100Hz": 2.0041898333333354, "PS4_Pressure_bar_100Hz": 10.064117333333344, "PS5_Pressure_bar_100Hz": 9.833124999999992, "PS6_Pressure_bar_100Hz": 9.718458666666645, "FS1_VolumeFlow_l_per_min_10Hz": 6.704470000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.164088333333314, "TS1_Temperature_C_1Hz": 36.283916666666656, "TS2_Temperature_C_1Hz": 41.91543333333335, "TS3_Temperature_C_1Hz": 39.154199999999996, "TS4_Temperature_C_1Hz": 31.283899999999985, "P1_MotorPower_W_100Hz": 2532.942166666713, "VS1_Vibration_mm_per_s_1Hz": 0.5498833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.249900000000004, "CP_CoolingPower_kW_1Hz": 2.154966666666667, "SE_EfficiencyFactor_percent_1Hz": 59.349600000000024, "cycle": 1802, "timestamp": "2027-06-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.88241833333336, "PS2_Pressure_bar_100Hz": 109.49026233333397, "PS3_Pressure_bar_100Hz": 1.9917804999999942, "PS4_Pressure_bar_100Hz": 10.070070833333373, "PS5_Pressure_bar_100Hz": 9.837384999999944, "PS6_Pressure_bar_100Hz": 9.723254999999968, "FS1_VolumeFlow_l_per_min_10Hz": 6.6919300000000055, "FS2_VolumeFlow_l_per_min_10Hz": 10.169381666666652, "TS1_Temperature_C_1Hz": 36.30031666666667, "TS2_Temperature_C_1Hz": 41.91343333333334, "TS3_Temperature_C_1Hz": 39.15628333333334, "TS4_Temperature_C_1Hz": 31.286483333333305, "P1_MotorPower_W_100Hz": 2535.334233333357, "VS1_Vibration_mm_per_s_1Hz": 0.5465333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.251016666666686, "CP_CoolingPower_kW_1Hz": 2.1571166666666675, "SE_EfficiencyFactor_percent_1Hz": 59.06268333333333, "cycle": 1803, "timestamp": "2027-06-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91112333333353, "PS2_Pressure_bar_100Hz": 109.50248300000014, "PS3_Pressure_bar_100Hz": 1.9970143333333372, "PS4_Pressure_bar_100Hz": 10.06892250000004, "PS5_Pressure_bar_100Hz": 9.83745599999996, "PS6_Pressure_bar_100Hz": 9.723205999999957, "FS1_VolumeFlow_l_per_min_10Hz": 6.693606666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.166863333333332, "TS1_Temperature_C_1Hz": 36.28925000000001, "TS2_Temperature_C_1Hz": 41.920866666666676, "TS3_Temperature_C_1Hz": 39.157383333333335, "TS4_Temperature_C_1Hz": 31.289683333333304, "P1_MotorPower_W_100Hz": 2535.3131000000562, "VS1_Vibration_mm_per_s_1Hz": 0.5462333333333332, "CE_CoolingEfficiency_percent_1Hz": 47.23315, "CP_CoolingPower_kW_1Hz": 2.156066666666667, "SE_EfficiencyFactor_percent_1Hz": 59.09500000000001, "cycle": 1804, "timestamp": "2027-06-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.90962666666633, "PS2_Pressure_bar_100Hz": 109.51749216666734, "PS3_Pressure_bar_100Hz": 2.0004055000000007, "PS4_Pressure_bar_100Hz": 10.06945050000004, "PS5_Pressure_bar_100Hz": 9.838279333333341, "PS6_Pressure_bar_100Hz": 9.723363666666618, "FS1_VolumeFlow_l_per_min_10Hz": 6.6953649999999945, "FS2_VolumeFlow_l_per_min_10Hz": 10.169514999999993, "TS1_Temperature_C_1Hz": 36.289666666666655, "TS2_Temperature_C_1Hz": 41.92686666666667, "TS3_Temperature_C_1Hz": 39.191299999999984, "TS4_Temperature_C_1Hz": 31.28236666666664, "P1_MotorPower_W_100Hz": 2536.9892000000327, "VS1_Vibration_mm_per_s_1Hz": 0.5439000000000002, "CE_CoolingEfficiency_percent_1Hz": 47.37711666666667, "CP_CoolingPower_kW_1Hz": 2.1673166666666686, "SE_EfficiencyFactor_percent_1Hz": 59.089066666666675, "cycle": 1805, "timestamp": "2027-06-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91163333333319, "PS2_Pressure_bar_100Hz": 109.5365070000003, "PS3_Pressure_bar_100Hz": 1.9982236666666662, "PS4_Pressure_bar_100Hz": 10.070286500000035, "PS5_Pressure_bar_100Hz": 9.839611333333302, "PS6_Pressure_bar_100Hz": 9.723804499999947, "FS1_VolumeFlow_l_per_min_10Hz": 6.693025000000006, "FS2_VolumeFlow_l_per_min_10Hz": 10.171341666666653, "TS1_Temperature_C_1Hz": 36.297599999999996, "TS2_Temperature_C_1Hz": 41.92653333333332, "TS3_Temperature_C_1Hz": 39.196400000000004, "TS4_Temperature_C_1Hz": 31.3217, "P1_MotorPower_W_100Hz": 2537.897366666712, "VS1_Vibration_mm_per_s_1Hz": 0.5466666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.163033333333345, "CP_CoolingPower_kW_1Hz": 2.1581333333333332, "SE_EfficiencyFactor_percent_1Hz": 59.02578333333333, "cycle": 1806, "timestamp": "2027-06-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.89438833333318, "PS2_Pressure_bar_100Hz": 109.5164388333337, "PS3_Pressure_bar_100Hz": 1.9991041666666685, "PS4_Pressure_bar_100Hz": 10.071829000000026, "PS5_Pressure_bar_100Hz": 9.839482499999916, "PS6_Pressure_bar_100Hz": 9.724525333333284, "FS1_VolumeFlow_l_per_min_10Hz": 6.702406666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.17013666666666, "TS1_Temperature_C_1Hz": 36.32144999999999, "TS2_Temperature_C_1Hz": 41.939166666666665, "TS3_Temperature_C_1Hz": 39.20513333333331, "TS4_Temperature_C_1Hz": 31.334799999999994, "P1_MotorPower_W_100Hz": 2536.75773333339, "VS1_Vibration_mm_per_s_1Hz": 0.5442166666666668, "CE_CoolingEfficiency_percent_1Hz": 47.101516666666654, "CP_CoolingPower_kW_1Hz": 2.1556500000000005, "SE_EfficiencyFactor_percent_1Hz": 59.22508333333333, "cycle": 1807, "timestamp": "2027-06-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.2572233333334, "PS2_Pressure_bar_100Hz": 109.04959066666675, "PS3_Pressure_bar_100Hz": 1.91701949999999, "PS4_Pressure_bar_100Hz": 10.069734000000036, "PS5_Pressure_bar_100Hz": 9.83654483333333, "PS6_Pressure_bar_100Hz": 9.721128499999915, "FS1_VolumeFlow_l_per_min_10Hz": 6.428560000000007, "FS2_VolumeFlow_l_per_min_10Hz": 10.16890333333332, "TS1_Temperature_C_1Hz": 36.30055, "TS2_Temperature_C_1Hz": 41.91624999999999, "TS3_Temperature_C_1Hz": 39.18443333333333, "TS4_Temperature_C_1Hz": 31.3361, "P1_MotorPower_W_100Hz": 2561.4392333333717, "VS1_Vibration_mm_per_s_1Hz": 0.5387333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.205000000000005, "CP_CoolingPower_kW_1Hz": 2.15045, "SE_EfficiencyFactor_percent_1Hz": 55.998133333333335, "cycle": 1808, "timestamp": "2027-06-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4303583333327, "PS2_Pressure_bar_100Hz": 108.43124516666674, "PS3_Pressure_bar_100Hz": 1.9109286666666445, "PS4_Pressure_bar_100Hz": 10.07703466666672, "PS5_Pressure_bar_100Hz": 9.84540533333327, "PS6_Pressure_bar_100Hz": 9.729420666666591, "FS1_VolumeFlow_l_per_min_10Hz": 6.386689999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.17201833333332, "TS1_Temperature_C_1Hz": 36.26249999999998, "TS2_Temperature_C_1Hz": 41.888033333333354, "TS3_Temperature_C_1Hz": 39.11949999999999, "TS4_Temperature_C_1Hz": 31.31916666666666, "P1_MotorPower_W_100Hz": 2564.1449666667163, "VS1_Vibration_mm_per_s_1Hz": 0.5492500000000002, "CE_CoolingEfficiency_percent_1Hz": 47.21163333333334, "CP_CoolingPower_kW_1Hz": 2.1373499999999996, "SE_EfficiencyFactor_percent_1Hz": 54.89980000000001, "cycle": 1809, "timestamp": "2027-06-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4495416666665, "PS2_Pressure_bar_100Hz": 108.45744800000003, "PS3_Pressure_bar_100Hz": 1.9138983333333195, "PS4_Pressure_bar_100Hz": 10.081698500000062, "PS5_Pressure_bar_100Hz": 9.847462333333272, "PS6_Pressure_bar_100Hz": 9.731320166666587, "FS1_VolumeFlow_l_per_min_10Hz": 6.384018333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.174245000000013, "TS1_Temperature_C_1Hz": 36.23899999999998, "TS2_Temperature_C_1Hz": 41.87283333333335, "TS3_Temperature_C_1Hz": 39.08949999999998, "TS4_Temperature_C_1Hz": 31.29746666666666, "P1_MotorPower_W_100Hz": 2563.9538666667195, "VS1_Vibration_mm_per_s_1Hz": 0.54355, "CE_CoolingEfficiency_percent_1Hz": 47.26933333333332, "CP_CoolingPower_kW_1Hz": 2.1373, "SE_EfficiencyFactor_percent_1Hz": 54.93636666666668, "cycle": 1810, "timestamp": "2027-06-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.45427166666641, "PS2_Pressure_bar_100Hz": 108.45244983333349, "PS3_Pressure_bar_100Hz": 1.9200768333333162, "PS4_Pressure_bar_100Hz": 10.08049066666666, "PS5_Pressure_bar_100Hz": 9.847813999999934, "PS6_Pressure_bar_100Hz": 9.732067999999929, "FS1_VolumeFlow_l_per_min_10Hz": 6.376931666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.174638333333318, "TS1_Temperature_C_1Hz": 36.20743333333335, "TS2_Temperature_C_1Hz": 41.84573333333333, "TS3_Temperature_C_1Hz": 39.08254999999998, "TS4_Temperature_C_1Hz": 31.302949999999985, "P1_MotorPower_W_100Hz": 2564.4554000000417, "VS1_Vibration_mm_per_s_1Hz": 0.5451833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.93685000000001, "CP_CoolingPower_kW_1Hz": 2.133483333333333, "SE_EfficiencyFactor_percent_1Hz": 54.80048333333333, "cycle": 1811, "timestamp": "2027-06-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4524866666668, "PS2_Pressure_bar_100Hz": 108.43230766666683, "PS3_Pressure_bar_100Hz": 1.9041273333333195, "PS4_Pressure_bar_100Hz": 10.077206, "PS5_Pressure_bar_100Hz": 9.845580999999976, "PS6_Pressure_bar_100Hz": 9.73031116666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.380848333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.173013333333326, "TS1_Temperature_C_1Hz": 36.191216666666655, "TS2_Temperature_C_1Hz": 41.82603333333335, "TS3_Temperature_C_1Hz": 39.07951666666666, "TS4_Temperature_C_1Hz": 31.297883333333314, "P1_MotorPower_W_100Hz": 2561.4791333333897, "VS1_Vibration_mm_per_s_1Hz": 0.5463333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.216833333333334, "CP_CoolingPower_kW_1Hz": 2.1333333333333333, "SE_EfficiencyFactor_percent_1Hz": 54.953333333333305, "cycle": 1812, "timestamp": "2027-06-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.44127333333353, "PS2_Pressure_bar_100Hz": 108.41434816666667, "PS3_Pressure_bar_100Hz": 1.9065568333333212, "PS4_Pressure_bar_100Hz": 10.07939916666667, "PS5_Pressure_bar_100Hz": 9.847635666666598, "PS6_Pressure_bar_100Hz": 9.732821166666604, "FS1_VolumeFlow_l_per_min_10Hz": 6.379169999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.17149833333332, "TS1_Temperature_C_1Hz": 36.193783333333336, "TS2_Temperature_C_1Hz": 41.82240000000001, "TS3_Temperature_C_1Hz": 39.07731666666667, "TS4_Temperature_C_1Hz": 31.292616666666657, "P1_MotorPower_W_100Hz": 2560.502433333396, "VS1_Vibration_mm_per_s_1Hz": 0.5493333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.2085, "CP_CoolingPower_kW_1Hz": 2.1344666666666665, "SE_EfficiencyFactor_percent_1Hz": 54.90693333333332, "cycle": 1813, "timestamp": "2027-06-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4464316666665, "PS2_Pressure_bar_100Hz": 108.41894150000023, "PS3_Pressure_bar_100Hz": 1.8965539999999907, "PS4_Pressure_bar_100Hz": 10.081940166666694, "PS5_Pressure_bar_100Hz": 9.850142333333224, "PS6_Pressure_bar_100Hz": 9.734763999999917, "FS1_VolumeFlow_l_per_min_10Hz": 6.370888333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.173756666666646, "TS1_Temperature_C_1Hz": 36.19363333333334, "TS2_Temperature_C_1Hz": 41.8279666666667, "TS3_Temperature_C_1Hz": 39.08198333333333, "TS4_Temperature_C_1Hz": 31.29178333333332, "P1_MotorPower_W_100Hz": 2560.4786666667155, "VS1_Vibration_mm_per_s_1Hz": 0.5451833333333335, "CE_CoolingEfficiency_percent_1Hz": 47.23746666666666, "CP_CoolingPower_kW_1Hz": 2.135600000000001, "SE_EfficiencyFactor_percent_1Hz": 54.792316666666665, "cycle": 1814, "timestamp": "2027-06-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.45887999999889, "PS2_Pressure_bar_100Hz": 108.43768183333385, "PS3_Pressure_bar_100Hz": 1.9023044999999883, "PS4_Pressure_bar_100Hz": 10.078778666666675, "PS5_Pressure_bar_100Hz": 9.847369999999973, "PS6_Pressure_bar_100Hz": 9.732030999999912, "FS1_VolumeFlow_l_per_min_10Hz": 6.373339999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.174011666666654, "TS1_Temperature_C_1Hz": 36.1942, "TS2_Temperature_C_1Hz": 41.82603333333335, "TS3_Temperature_C_1Hz": 39.083016666666666, "TS4_Temperature_C_1Hz": 31.3226, "P1_MotorPower_W_100Hz": 2560.0023000000583, "VS1_Vibration_mm_per_s_1Hz": 0.5528500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.81084999999999, "CP_CoolingPower_kW_1Hz": 2.128783333333333, "SE_EfficiencyFactor_percent_1Hz": 54.86293333333333, "cycle": 1815, "timestamp": "2027-06-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.45109333333247, "PS2_Pressure_bar_100Hz": 108.4456213333334, "PS3_Pressure_bar_100Hz": 1.9038709999999865, "PS4_Pressure_bar_100Hz": 10.076709333333392, "PS5_Pressure_bar_100Hz": 9.84414833333327, "PS6_Pressure_bar_100Hz": 9.728479166666581, "FS1_VolumeFlow_l_per_min_10Hz": 6.381403333333342, "FS2_VolumeFlow_l_per_min_10Hz": 10.171604999999987, "TS1_Temperature_C_1Hz": 36.19406666666666, "TS2_Temperature_C_1Hz": 41.82463333333335, "TS3_Temperature_C_1Hz": 39.08943333333334, "TS4_Temperature_C_1Hz": 31.293733333333325, "P1_MotorPower_W_100Hz": 2560.237066666683, "VS1_Vibration_mm_per_s_1Hz": 0.5470833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.00168333333332, "CP_CoolingPower_kW_1Hz": 2.1366, "SE_EfficiencyFactor_percent_1Hz": 54.97263333333332, "cycle": 1816, "timestamp": "2027-06-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.43302833333252, "PS2_Pressure_bar_100Hz": 108.43659166666671, "PS3_Pressure_bar_100Hz": 1.8993596666666563, "PS4_Pressure_bar_100Hz": 10.074457000000017, "PS5_Pressure_bar_100Hz": 9.84297766666666, "PS6_Pressure_bar_100Hz": 9.727598499999935, "FS1_VolumeFlow_l_per_min_10Hz": 6.376551666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.171450000000004, "TS1_Temperature_C_1Hz": 36.193149999999996, "TS2_Temperature_C_1Hz": 41.825933333333325, "TS3_Temperature_C_1Hz": 39.085999999999984, "TS4_Temperature_C_1Hz": 31.33394999999999, "P1_MotorPower_W_100Hz": 2560.044100000011, "VS1_Vibration_mm_per_s_1Hz": 0.5487000000000002, "CE_CoolingEfficiency_percent_1Hz": 46.75248333333332, "CP_CoolingPower_kW_1Hz": 2.1244833333333326, "SE_EfficiencyFactor_percent_1Hz": 54.94430000000001, "cycle": 1817, "timestamp": "2027-06-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.45117166666623, "PS2_Pressure_bar_100Hz": 108.44413366666669, "PS3_Pressure_bar_100Hz": 1.9032708333333095, "PS4_Pressure_bar_100Hz": 10.068283333333346, "PS5_Pressure_bar_100Hz": 9.839856166666689, "PS6_Pressure_bar_100Hz": 9.724690166666607, "FS1_VolumeFlow_l_per_min_10Hz": 6.375308333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.169479999999993, "TS1_Temperature_C_1Hz": 36.2247, "TS2_Temperature_C_1Hz": 41.83283333333335, "TS3_Temperature_C_1Hz": 39.094950000000004, "TS4_Temperature_C_1Hz": 31.348483333333334, "P1_MotorPower_W_100Hz": 2560.169100000041, "VS1_Vibration_mm_per_s_1Hz": 0.5422166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.89403333333334, "CP_CoolingPower_kW_1Hz": 2.1257333333333324, "SE_EfficiencyFactor_percent_1Hz": 54.90973333333331, "cycle": 1818, "timestamp": "2027-06-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.33762833333247, "PS2_Pressure_bar_100Hz": 108.6828195000005, "PS3_Pressure_bar_100Hz": 1.9192308333333246, "PS4_Pressure_bar_100Hz": 10.065989500000033, "PS5_Pressure_bar_100Hz": 9.836744833333332, "PS6_Pressure_bar_100Hz": 9.720917666666619, "FS1_VolumeFlow_l_per_min_10Hz": 6.4017199999999965, "FS2_VolumeFlow_l_per_min_10Hz": 10.16671, "TS1_Temperature_C_1Hz": 36.23385, "TS2_Temperature_C_1Hz": 41.82761666666668, "TS3_Temperature_C_1Hz": 39.12101666666664, "TS4_Temperature_C_1Hz": 31.374350000000003, "P1_MotorPower_W_100Hz": 2558.83300000005, "VS1_Vibration_mm_per_s_1Hz": 0.5407333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.88103333333332, "CP_CoolingPower_kW_1Hz": 2.121566666666666, "SE_EfficiencyFactor_percent_1Hz": 55.53981666666665, "cycle": 1819, "timestamp": "2027-06-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.3213483333327, "PS2_Pressure_bar_100Hz": 108.67948816666683, "PS3_Pressure_bar_100Hz": 1.919784499999985, "PS4_Pressure_bar_100Hz": 10.069129333333358, "PS5_Pressure_bar_100Hz": 9.840267333333333, "PS6_Pressure_bar_100Hz": 9.725153833333263, "FS1_VolumeFlow_l_per_min_10Hz": 6.406636666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.1699, "TS1_Temperature_C_1Hz": 36.23431666666667, "TS2_Temperature_C_1Hz": 41.83966666666667, "TS3_Temperature_C_1Hz": 39.13599999999999, "TS4_Temperature_C_1Hz": 31.369833333333343, "P1_MotorPower_W_100Hz": 2558.585233333384, "VS1_Vibration_mm_per_s_1Hz": 0.5486833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.97428333333333, "CP_CoolingPower_kW_1Hz": 2.128716666666667, "SE_EfficiencyFactor_percent_1Hz": 55.63351666666667, "cycle": 1820, "timestamp": "2027-06-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.32036499999953, "PS2_Pressure_bar_100Hz": 108.68905600000008, "PS3_Pressure_bar_100Hz": 1.9117601666666468, "PS4_Pressure_bar_100Hz": 10.062929833333323, "PS5_Pressure_bar_100Hz": 9.836567166666665, "PS6_Pressure_bar_100Hz": 9.720477666666614, "FS1_VolumeFlow_l_per_min_10Hz": 6.406476666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.166388333333327, "TS1_Temperature_C_1Hz": 36.25591666666666, "TS2_Temperature_C_1Hz": 41.8393, "TS3_Temperature_C_1Hz": 39.143166666666666, "TS4_Temperature_C_1Hz": 31.386749999999996, "P1_MotorPower_W_100Hz": 2558.3344666667103, "VS1_Vibration_mm_per_s_1Hz": 0.5434333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.89576666666666, "CP_CoolingPower_kW_1Hz": 2.12465, "SE_EfficiencyFactor_percent_1Hz": 55.563800000000015, "cycle": 1821, "timestamp": "2027-06-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.32425833333286, "PS2_Pressure_bar_100Hz": 108.703125666667, "PS3_Pressure_bar_100Hz": 1.9196031666666458, "PS4_Pressure_bar_100Hz": 10.062256833333336, "PS5_Pressure_bar_100Hz": 9.837193999999931, "PS6_Pressure_bar_100Hz": 9.721481499999967, "FS1_VolumeFlow_l_per_min_10Hz": 6.40385833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.165478333333336, "TS1_Temperature_C_1Hz": 36.26531666666666, "TS2_Temperature_C_1Hz": 41.847633333333334, "TS3_Temperature_C_1Hz": 39.144916666666674, "TS4_Temperature_C_1Hz": 31.37903333333333, "P1_MotorPower_W_100Hz": 2558.5069666667036, "VS1_Vibration_mm_per_s_1Hz": 0.5401499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.92809999999997, "CP_CoolingPower_kW_1Hz": 2.127716666666666, "SE_EfficiencyFactor_percent_1Hz": 55.57228333333334, "cycle": 1822, "timestamp": "2027-06-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.3470666666653, "PS2_Pressure_bar_100Hz": 108.70293166666681, "PS3_Pressure_bar_100Hz": 1.9202373333333207, "PS4_Pressure_bar_100Hz": 10.058485333333367, "PS5_Pressure_bar_100Hz": 9.831397833333355, "PS6_Pressure_bar_100Hz": 9.715688166666617, "FS1_VolumeFlow_l_per_min_10Hz": 6.406748333333339, "FS2_VolumeFlow_l_per_min_10Hz": 10.162901666666667, "TS1_Temperature_C_1Hz": 36.26260000000001, "TS2_Temperature_C_1Hz": 41.86023333333334, "TS3_Temperature_C_1Hz": 39.14735000000001, "TS4_Temperature_C_1Hz": 31.40716666666665, "P1_MotorPower_W_100Hz": 2558.7458333333416, "VS1_Vibration_mm_per_s_1Hz": 0.5403999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.75501666666666, "CP_CoolingPower_kW_1Hz": 2.12015, "SE_EfficiencyFactor_percent_1Hz": 55.65659999999998, "cycle": 1823, "timestamp": "2027-06-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.31577500000006, "PS2_Pressure_bar_100Hz": 108.67291883333363, "PS3_Pressure_bar_100Hz": 1.9167754999999875, "PS4_Pressure_bar_100Hz": 10.060635000000001, "PS5_Pressure_bar_100Hz": 9.831204000000001, "PS6_Pressure_bar_100Hz": 9.716239166666645, "FS1_VolumeFlow_l_per_min_10Hz": 6.407774999999992, "FS2_VolumeFlow_l_per_min_10Hz": 10.16425, "TS1_Temperature_C_1Hz": 36.28565, "TS2_Temperature_C_1Hz": 41.85908333333335, "TS3_Temperature_C_1Hz": 39.16983333333333, "TS4_Temperature_C_1Hz": 31.45324999999999, "P1_MotorPower_W_100Hz": 2557.456466666687, "VS1_Vibration_mm_per_s_1Hz": 0.5425, "CE_CoolingEfficiency_percent_1Hz": 46.3671, "CP_CoolingPower_kW_1Hz": 2.1147999999999993, "SE_EfficiencyFactor_percent_1Hz": 55.634050000000016, "cycle": 1824, "timestamp": "2027-06-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.34560333333292, "PS2_Pressure_bar_100Hz": 108.68790233333374, "PS3_Pressure_bar_100Hz": 1.9181491666666477, "PS4_Pressure_bar_100Hz": 10.060491666666673, "PS5_Pressure_bar_100Hz": 9.829789999999996, "PS6_Pressure_bar_100Hz": 9.715034666666623, "FS1_VolumeFlow_l_per_min_10Hz": 6.408138333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.163668333333327, "TS1_Temperature_C_1Hz": 36.30149999999999, "TS2_Temperature_C_1Hz": 41.87526666666668, "TS3_Temperature_C_1Hz": 39.18793333333333, "TS4_Temperature_C_1Hz": 31.41649999999999, "P1_MotorPower_W_100Hz": 2556.111200000022, "VS1_Vibration_mm_per_s_1Hz": 0.5540666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.60180000000001, "CP_CoolingPower_kW_1Hz": 2.1275, "SE_EfficiencyFactor_percent_1Hz": 55.71185000000002, "cycle": 1825, "timestamp": "2027-06-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.337648333333, "PS2_Pressure_bar_100Hz": 108.68163199999977, "PS3_Pressure_bar_100Hz": 1.9288491666666487, "PS4_Pressure_bar_100Hz": 10.059029000000004, "PS5_Pressure_bar_100Hz": 9.82836883333332, "PS6_Pressure_bar_100Hz": 9.713906166666641, "FS1_VolumeFlow_l_per_min_10Hz": 6.405071666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.16292333333333, "TS1_Temperature_C_1Hz": 36.30835, "TS2_Temperature_C_1Hz": 41.866116666666684, "TS3_Temperature_C_1Hz": 39.187699999999985, "TS4_Temperature_C_1Hz": 31.394816666666667, "P1_MotorPower_W_100Hz": 2556.6495666666965, "VS1_Vibration_mm_per_s_1Hz": 0.5396333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.72961666666666, "CP_CoolingPower_kW_1Hz": 2.1324666666666667, "SE_EfficiencyFactor_percent_1Hz": 55.63671666666666, "cycle": 1826, "timestamp": "2027-06-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.3496016666661, "PS2_Pressure_bar_100Hz": 108.66754266666659, "PS3_Pressure_bar_100Hz": 1.9167359999999845, "PS4_Pressure_bar_100Hz": 10.05876483333333, "PS5_Pressure_bar_100Hz": 9.828291999999985, "PS6_Pressure_bar_100Hz": 9.713092999999954, "FS1_VolumeFlow_l_per_min_10Hz": 6.406783333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.162596666666673, "TS1_Temperature_C_1Hz": 36.31713333333332, "TS2_Temperature_C_1Hz": 41.87420000000001, "TS3_Temperature_C_1Hz": 39.1984, "TS4_Temperature_C_1Hz": 31.41439999999999, "P1_MotorPower_W_100Hz": 2556.954533333365, "VS1_Vibration_mm_per_s_1Hz": 0.5434166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.88488333333335, "CP_CoolingPower_kW_1Hz": 2.1327833333333333, "SE_EfficiencyFactor_percent_1Hz": 55.66861666666667, "cycle": 1827, "timestamp": "2027-07-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.34595833333265, "PS2_Pressure_bar_100Hz": 108.67108233333319, "PS3_Pressure_bar_100Hz": 1.9287774999999792, "PS4_Pressure_bar_100Hz": 10.05998600000002, "PS5_Pressure_bar_100Hz": 9.82915516666666, "PS6_Pressure_bar_100Hz": 9.71466466666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.40908666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.163996666666657, "TS1_Temperature_C_1Hz": 36.324283333333334, "TS2_Temperature_C_1Hz": 41.899400000000014, "TS3_Temperature_C_1Hz": 39.21401666666668, "TS4_Temperature_C_1Hz": 31.397083333333324, "P1_MotorPower_W_100Hz": 2557.772400000044, "VS1_Vibration_mm_per_s_1Hz": 0.541, "CE_CoolingEfficiency_percent_1Hz": 47.02523333333336, "CP_CoolingPower_kW_1Hz": 2.139, "SE_EfficiencyFactor_percent_1Hz": 55.65496666666665, "cycle": 1828, "timestamp": "2027-07-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.25315833333414, "PS2_Pressure_bar_100Hz": 108.89755350000041, "PS3_Pressure_bar_100Hz": 1.9358074999999784, "PS4_Pressure_bar_100Hz": 10.055693500000059, "PS5_Pressure_bar_100Hz": 9.826594500000018, "PS6_Pressure_bar_100Hz": 9.713302499999982, "FS1_VolumeFlow_l_per_min_10Hz": 6.418394999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.16420333333333, "TS1_Temperature_C_1Hz": 36.32653333333334, "TS2_Temperature_C_1Hz": 41.89813333333334, "TS3_Temperature_C_1Hz": 39.21643333333332, "TS4_Temperature_C_1Hz": 31.435983333333315, "P1_MotorPower_W_100Hz": 2556.146066666722, "VS1_Vibration_mm_per_s_1Hz": 0.5461333333333335, "CE_CoolingEfficiency_percent_1Hz": 46.73426666666666, "CP_CoolingPower_kW_1Hz": 2.1298166666666662, "SE_EfficiencyFactor_percent_1Hz": 55.989049999999985, "cycle": 1829, "timestamp": "2027-07-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.2362233333331, "PS2_Pressure_bar_100Hz": 108.86748250000014, "PS3_Pressure_bar_100Hz": 1.9227733333333208, "PS4_Pressure_bar_100Hz": 10.0594795, "PS5_Pressure_bar_100Hz": 9.83026599999997, "PS6_Pressure_bar_100Hz": 9.716331, "FS1_VolumeFlow_l_per_min_10Hz": 6.421441666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.168226666666653, "TS1_Temperature_C_1Hz": 36.333266666666674, "TS2_Temperature_C_1Hz": 41.91205000000001, "TS3_Temperature_C_1Hz": 39.210666666666654, "TS4_Temperature_C_1Hz": 31.481266666666656, "P1_MotorPower_W_100Hz": 2556.777300000028, "VS1_Vibration_mm_per_s_1Hz": 0.5470166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.301399999999994, "CP_CoolingPower_kW_1Hz": 2.1166166666666664, "SE_EfficiencyFactor_percent_1Hz": 55.95371666666668, "cycle": 1830, "timestamp": "2027-07-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.20745166666669, "PS2_Pressure_bar_100Hz": 108.88720233333333, "PS3_Pressure_bar_100Hz": 1.926231833333321, "PS4_Pressure_bar_100Hz": 10.058452500000007, "PS5_Pressure_bar_100Hz": 9.829568499999992, "PS6_Pressure_bar_100Hz": 9.715561333333318, "FS1_VolumeFlow_l_per_min_10Hz": 6.419781666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.165406666666668, "TS1_Temperature_C_1Hz": 36.346250000000005, "TS2_Temperature_C_1Hz": 41.90163333333333, "TS3_Temperature_C_1Hz": 39.20263333333333, "TS4_Temperature_C_1Hz": 31.491466666666657, "P1_MotorPower_W_100Hz": 2555.27363333337, "VS1_Vibration_mm_per_s_1Hz": 0.5544500000000003, "CE_CoolingEfficiency_percent_1Hz": 46.24079999999999, "CP_CoolingPower_kW_1Hz": 2.1137833333333327, "SE_EfficiencyFactor_percent_1Hz": 55.98728333333335, "cycle": 1831, "timestamp": "2027-07-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.1996400000006, "PS2_Pressure_bar_100Hz": 108.86047550000029, "PS3_Pressure_bar_100Hz": 1.9260559999999889, "PS4_Pressure_bar_100Hz": 10.058529333333379, "PS5_Pressure_bar_100Hz": 9.827099333333313, "PS6_Pressure_bar_100Hz": 9.714197166666686, "FS1_VolumeFlow_l_per_min_10Hz": 6.417086666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.16626166666665, "TS1_Temperature_C_1Hz": 36.35941666666666, "TS2_Temperature_C_1Hz": 41.90686666666666, "TS3_Temperature_C_1Hz": 39.21168333333333, "TS4_Temperature_C_1Hz": 31.509516666666645, "P1_MotorPower_W_100Hz": 2553.033933333391, "VS1_Vibration_mm_per_s_1Hz": 0.54665, "CE_CoolingEfficiency_percent_1Hz": 46.33231666666668, "CP_CoolingPower_kW_1Hz": 2.1100166666666667, "SE_EfficiencyFactor_percent_1Hz": 55.9868, "cycle": 1832, "timestamp": "2027-07-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.21287666666677, "PS2_Pressure_bar_100Hz": 108.8621771666667, "PS3_Pressure_bar_100Hz": 1.9276806666666493, "PS4_Pressure_bar_100Hz": 10.05889199999999, "PS5_Pressure_bar_100Hz": 9.827880999999977, "PS6_Pressure_bar_100Hz": 9.714281999999953, "FS1_VolumeFlow_l_per_min_10Hz": 6.41937166666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.164866666666663, "TS1_Temperature_C_1Hz": 36.35556666666666, "TS2_Temperature_C_1Hz": 41.919416666666685, "TS3_Temperature_C_1Hz": 39.22528333333334, "TS4_Temperature_C_1Hz": 31.462383333333317, "P1_MotorPower_W_100Hz": 2556.9603000000416, "VS1_Vibration_mm_per_s_1Hz": 0.5466333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.67178333333333, "CP_CoolingPower_kW_1Hz": 2.1254999999999997, "SE_EfficiencyFactor_percent_1Hz": 55.902449999999995, "cycle": 1833, "timestamp": "2027-07-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.21943333333317, "PS2_Pressure_bar_100Hz": 108.87288416666648, "PS3_Pressure_bar_100Hz": 1.9306491666666543, "PS4_Pressure_bar_100Hz": 10.063012166666695, "PS5_Pressure_bar_100Hz": 9.830846499999979, "PS6_Pressure_bar_100Hz": 9.716724999999974, "FS1_VolumeFlow_l_per_min_10Hz": 6.419953333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.16845, "TS1_Temperature_C_1Hz": 36.35966666666668, "TS2_Temperature_C_1Hz": 41.91453333333334, "TS3_Temperature_C_1Hz": 39.21158333333334, "TS4_Temperature_C_1Hz": 31.45728333333333, "P1_MotorPower_W_100Hz": 2558.45710000001, "VS1_Vibration_mm_per_s_1Hz": 0.5462833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.68943333333336, "CP_CoolingPower_kW_1Hz": 2.1249166666666657, "SE_EfficiencyFactor_percent_1Hz": 55.905049999999996, "cycle": 1834, "timestamp": "2027-07-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.20564833333347, "PS2_Pressure_bar_100Hz": 108.86225733333308, "PS3_Pressure_bar_100Hz": 1.9320439999999897, "PS4_Pressure_bar_100Hz": 10.059058500000008, "PS5_Pressure_bar_100Hz": 9.828534666666636, "PS6_Pressure_bar_100Hz": 9.714829333333281, "FS1_VolumeFlow_l_per_min_10Hz": 6.4185316666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.167803333333318, "TS1_Temperature_C_1Hz": 36.36088333333333, "TS2_Temperature_C_1Hz": 41.91458333333334, "TS3_Temperature_C_1Hz": 39.2192, "TS4_Temperature_C_1Hz": 31.495983333333335, "P1_MotorPower_W_100Hz": 2557.6707666667353, "VS1_Vibration_mm_per_s_1Hz": 0.5369166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.484349999999985, "CP_CoolingPower_kW_1Hz": 2.117083333333333, "SE_EfficiencyFactor_percent_1Hz": 55.91888333333332, "cycle": 1835, "timestamp": "2027-07-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.21148999999963, "PS2_Pressure_bar_100Hz": 108.86139183333326, "PS3_Pressure_bar_100Hz": 1.9266391666666538, "PS4_Pressure_bar_100Hz": 10.058783999999983, "PS5_Pressure_bar_100Hz": 9.827863333333303, "PS6_Pressure_bar_100Hz": 9.714677666666622, "FS1_VolumeFlow_l_per_min_10Hz": 6.4198433333333345, "FS2_VolumeFlow_l_per_min_10Hz": 10.166723333333328, "TS1_Temperature_C_1Hz": 36.37263333333331, "TS2_Temperature_C_1Hz": 41.92200000000001, "TS3_Temperature_C_1Hz": 39.22275, "TS4_Temperature_C_1Hz": 31.460233333333328, "P1_MotorPower_W_100Hz": 2557.587866666698, "VS1_Vibration_mm_per_s_1Hz": 0.5398999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.68826666666668, "CP_CoolingPower_kW_1Hz": 2.1255000000000006, "SE_EfficiencyFactor_percent_1Hz": 55.920116666666665, "cycle": 1836, "timestamp": "2027-07-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.2094833333334, "PS2_Pressure_bar_100Hz": 108.85627033333323, "PS3_Pressure_bar_100Hz": 1.9312658333333226, "PS4_Pressure_bar_100Hz": 10.058345833333313, "PS5_Pressure_bar_100Hz": 9.828128333333321, "PS6_Pressure_bar_100Hz": 9.715459833333298, "FS1_VolumeFlow_l_per_min_10Hz": 6.419058333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.166113333333323, "TS1_Temperature_C_1Hz": 36.34856666666668, "TS2_Temperature_C_1Hz": 41.92393333333333, "TS3_Temperature_C_1Hz": 39.225783333333325, "TS4_Temperature_C_1Hz": 31.46059999999999, "P1_MotorPower_W_100Hz": 2557.003333333394, "VS1_Vibration_mm_per_s_1Hz": 0.5456999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.672450000000005, "CP_CoolingPower_kW_1Hz": 2.127166666666667, "SE_EfficiencyFactor_percent_1Hz": 55.95098333333332, "cycle": 1837, "timestamp": "2027-07-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.23312999999987, "PS2_Pressure_bar_100Hz": 108.88042066666715, "PS3_Pressure_bar_100Hz": 1.9271888333333136, "PS4_Pressure_bar_100Hz": 10.061086166666668, "PS5_Pressure_bar_100Hz": 9.829859999999984, "PS6_Pressure_bar_100Hz": 9.717468166666624, "FS1_VolumeFlow_l_per_min_10Hz": 6.417855000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.166664999999988, "TS1_Temperature_C_1Hz": 36.35593333333332, "TS2_Temperature_C_1Hz": 41.919016666666685, "TS3_Temperature_C_1Hz": 39.219416666666675, "TS4_Temperature_C_1Hz": 31.503883333333327, "P1_MotorPower_W_100Hz": 2557.5642333333826, "VS1_Vibration_mm_per_s_1Hz": 0.5469333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.3124, "CP_CoolingPower_kW_1Hz": 2.1145166666666664, "SE_EfficiencyFactor_percent_1Hz": 55.92526666666666, "cycle": 1838, "timestamp": "2027-07-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.1687666666664, "PS2_Pressure_bar_100Hz": 109.01215399999997, "PS3_Pressure_bar_100Hz": 1.9310101666666564, "PS4_Pressure_bar_100Hz": 10.060480500000036, "PS5_Pressure_bar_100Hz": 9.828579333333339, "PS6_Pressure_bar_100Hz": 9.71494266666665, "FS1_VolumeFlow_l_per_min_10Hz": 6.413994999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.164206666666654, "TS1_Temperature_C_1Hz": 36.35158333333333, "TS2_Temperature_C_1Hz": 41.92878333333333, "TS3_Temperature_C_1Hz": 39.2142, "TS4_Temperature_C_1Hz": 31.461333333333325, "P1_MotorPower_W_100Hz": 2556.8406666667274, "VS1_Vibration_mm_per_s_1Hz": 0.54895, "CE_CoolingEfficiency_percent_1Hz": 46.44331666666667, "CP_CoolingPower_kW_1Hz": 2.125216666666666, "SE_EfficiencyFactor_percent_1Hz": 55.936866666666674, "cycle": 1839, "timestamp": "2027-07-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.17798666666656, "PS2_Pressure_bar_100Hz": 109.0341803333335, "PS3_Pressure_bar_100Hz": 1.9269033333333145, "PS4_Pressure_bar_100Hz": 10.055852000000007, "PS5_Pressure_bar_100Hz": 9.823761499999982, "PS6_Pressure_bar_100Hz": 9.710109333333278, "FS1_VolumeFlow_l_per_min_10Hz": 6.419131666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.160424999999996, "TS1_Temperature_C_1Hz": 36.35519999999999, "TS2_Temperature_C_1Hz": 41.93534999999999, "TS3_Temperature_C_1Hz": 39.23551666666666, "TS4_Temperature_C_1Hz": 31.465949999999996, "P1_MotorPower_W_100Hz": 2555.904666666716, "VS1_Vibration_mm_per_s_1Hz": 0.54875, "CE_CoolingEfficiency_percent_1Hz": 46.3887666666667, "CP_CoolingPower_kW_1Hz": 2.1250499999999994, "SE_EfficiencyFactor_percent_1Hz": 56.14270000000001, "cycle": 1840, "timestamp": "2027-07-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.16266999999988, "PS2_Pressure_bar_100Hz": 109.02017749999993, "PS3_Pressure_bar_100Hz": 1.920626833333314, "PS4_Pressure_bar_100Hz": 10.057160666666658, "PS5_Pressure_bar_100Hz": 9.824469166666665, "PS6_Pressure_bar_100Hz": 9.7109868333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.4127716666666625, "FS2_VolumeFlow_l_per_min_10Hz": 10.160619999999993, "TS1_Temperature_C_1Hz": 36.360433333333326, "TS2_Temperature_C_1Hz": 41.95126666666668, "TS3_Temperature_C_1Hz": 39.22486666666667, "TS4_Temperature_C_1Hz": 31.460949999999983, "P1_MotorPower_W_100Hz": 2554.8553333334053, "VS1_Vibration_mm_per_s_1Hz": 0.5448333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.43096666666668, "CP_CoolingPower_kW_1Hz": 2.1266499999999993, "SE_EfficiencyFactor_percent_1Hz": 55.969416666666646, "cycle": 1841, "timestamp": "2027-07-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.17761999999985, "PS2_Pressure_bar_100Hz": 109.01703649999988, "PS3_Pressure_bar_100Hz": 1.9279654999999687, "PS4_Pressure_bar_100Hz": 10.05757950000001, "PS5_Pressure_bar_100Hz": 9.826002999999979, "PS6_Pressure_bar_100Hz": 9.713015166666622, "FS1_VolumeFlow_l_per_min_10Hz": 6.412501666666672, "FS2_VolumeFlow_l_per_min_10Hz": 10.161593333333332, "TS1_Temperature_C_1Hz": 36.345683333333334, "TS2_Temperature_C_1Hz": 41.94978333333335, "TS3_Temperature_C_1Hz": 39.218466666666664, "TS4_Temperature_C_1Hz": 31.43691666666667, "P1_MotorPower_W_100Hz": 2555.215066666724, "VS1_Vibration_mm_per_s_1Hz": 0.5488333333333331, "CE_CoolingEfficiency_percent_1Hz": 46.56090000000001, "CP_CoolingPower_kW_1Hz": 2.131016666666666, "SE_EfficiencyFactor_percent_1Hz": 55.95125000000001, "cycle": 1842, "timestamp": "2027-07-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.18044166666687, "PS2_Pressure_bar_100Hz": 109.0144758333334, "PS3_Pressure_bar_100Hz": 1.9264179999999802, "PS4_Pressure_bar_100Hz": 10.06008083333334, "PS5_Pressure_bar_100Hz": 9.82773266666664, "PS6_Pressure_bar_100Hz": 9.71391049999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.42219, "FS2_VolumeFlow_l_per_min_10Hz": 10.164784999999995, "TS1_Temperature_C_1Hz": 36.36168333333333, "TS2_Temperature_C_1Hz": 41.946533333333335, "TS3_Temperature_C_1Hz": 39.225749999999984, "TS4_Temperature_C_1Hz": 31.440966666666657, "P1_MotorPower_W_100Hz": 2556.0484666666625, "VS1_Vibration_mm_per_s_1Hz": 0.5447166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.52275000000001, "CP_CoolingPower_kW_1Hz": 2.130716666666666, "SE_EfficiencyFactor_percent_1Hz": 56.096366666666675, "cycle": 1843, "timestamp": "2027-07-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.1872016666664, "PS2_Pressure_bar_100Hz": 109.02505533333327, "PS3_Pressure_bar_100Hz": 1.9205979999999836, "PS4_Pressure_bar_100Hz": 10.059057999999993, "PS5_Pressure_bar_100Hz": 9.828609166666629, "PS6_Pressure_bar_100Hz": 9.71421166666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.415801666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.16512999999999, "TS1_Temperature_C_1Hz": 36.36694999999999, "TS2_Temperature_C_1Hz": 41.943266666666666, "TS3_Temperature_C_1Hz": 39.23023333333333, "TS4_Temperature_C_1Hz": 31.459533333333315, "P1_MotorPower_W_100Hz": 2556.7776333333913, "VS1_Vibration_mm_per_s_1Hz": 0.548316666666667, "CE_CoolingEfficiency_percent_1Hz": 46.43146666666667, "CP_CoolingPower_kW_1Hz": 2.1266833333333337, "SE_EfficiencyFactor_percent_1Hz": 55.96166666666666, "cycle": 1844, "timestamp": "2027-07-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.20171833333256, "PS2_Pressure_bar_100Hz": 109.02937499999967, "PS3_Pressure_bar_100Hz": 1.9092111666666567, "PS4_Pressure_bar_100Hz": 10.058454499999993, "PS5_Pressure_bar_100Hz": 9.82718866666666, "PS6_Pressure_bar_100Hz": 9.713075499999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.416343333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.162659999999999, "TS1_Temperature_C_1Hz": 36.34621666666666, "TS2_Temperature_C_1Hz": 41.939666666666675, "TS3_Temperature_C_1Hz": 39.22520000000001, "TS4_Temperature_C_1Hz": 31.44519999999999, "P1_MotorPower_W_100Hz": 2555.5714333334154, "VS1_Vibration_mm_per_s_1Hz": 0.5546333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.49750000000001, "CP_CoolingPower_kW_1Hz": 2.1294666666666657, "SE_EfficiencyFactor_percent_1Hz": 56.021049999999995, "cycle": 1845, "timestamp": "2027-07-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.203954999999, "PS2_Pressure_bar_100Hz": 109.0358105000004, "PS3_Pressure_bar_100Hz": 1.9211984999999863, "PS4_Pressure_bar_100Hz": 10.063214000000013, "PS5_Pressure_bar_100Hz": 9.830042499999944, "PS6_Pressure_bar_100Hz": 9.716798166666635, "FS1_VolumeFlow_l_per_min_10Hz": 6.417788333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.16519499999999, "TS1_Temperature_C_1Hz": 36.33756666666667, "TS2_Temperature_C_1Hz": 41.93544999999999, "TS3_Temperature_C_1Hz": 39.214716666666654, "TS4_Temperature_C_1Hz": 31.446266666666663, "P1_MotorPower_W_100Hz": 2556.8390666666846, "VS1_Vibration_mm_per_s_1Hz": 0.5544166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.47431666666667, "CP_CoolingPower_kW_1Hz": 2.128583333333333, "SE_EfficiencyFactor_percent_1Hz": 55.96776666666666, "cycle": 1846, "timestamp": "2027-07-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.19818999999953, "PS2_Pressure_bar_100Hz": 109.03978333333389, "PS3_Pressure_bar_100Hz": 1.9258341666666532, "PS4_Pressure_bar_100Hz": 10.06539566666669, "PS5_Pressure_bar_100Hz": 9.83159099999998, "PS6_Pressure_bar_100Hz": 9.717889333333341, "FS1_VolumeFlow_l_per_min_10Hz": 6.41548, "FS2_VolumeFlow_l_per_min_10Hz": 10.167409999999991, "TS1_Temperature_C_1Hz": 36.34441666666666, "TS2_Temperature_C_1Hz": 41.939816666666665, "TS3_Temperature_C_1Hz": 39.21461666666666, "TS4_Temperature_C_1Hz": 31.403666666666652, "P1_MotorPower_W_100Hz": 2559.152100000041, "VS1_Vibration_mm_per_s_1Hz": 0.5513, "CE_CoolingEfficiency_percent_1Hz": 46.751566666666676, "CP_CoolingPower_kW_1Hz": 2.1406166666666664, "SE_EfficiencyFactor_percent_1Hz": 55.893633333333334, "cycle": 1847, "timestamp": "2027-07-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.19484999999972, "PS2_Pressure_bar_100Hz": 109.01557833333314, "PS3_Pressure_bar_100Hz": 1.9257756666666512, "PS4_Pressure_bar_100Hz": 10.065862333333342, "PS5_Pressure_bar_100Hz": 9.834372499999954, "PS6_Pressure_bar_100Hz": 9.720580166666656, "FS1_VolumeFlow_l_per_min_10Hz": 6.417690000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.169666666666659, "TS1_Temperature_C_1Hz": 36.33848333333333, "TS2_Temperature_C_1Hz": 41.95286666666669, "TS3_Temperature_C_1Hz": 39.23243333333335, "TS4_Temperature_C_1Hz": 31.42663333333332, "P1_MotorPower_W_100Hz": 2560.269166666741, "VS1_Vibration_mm_per_s_1Hz": 0.5561166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.65818333333334, "CP_CoolingPower_kW_1Hz": 2.1390666666666664, "SE_EfficiencyFactor_percent_1Hz": 55.888849999999984, "cycle": 1848, "timestamp": "2027-07-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.50386666666762, "PS2_Pressure_bar_100Hz": 109.26638316666661, "PS3_Pressure_bar_100Hz": 1.9485078333333226, "PS4_Pressure_bar_100Hz": 10.07023883333335, "PS5_Pressure_bar_100Hz": 9.83826750000003, "PS6_Pressure_bar_100Hz": 9.723725833333287, "FS1_VolumeFlow_l_per_min_10Hz": 6.506865000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.170204999999985, "TS1_Temperature_C_1Hz": 36.352650000000004, "TS2_Temperature_C_1Hz": 41.95484999999999, "TS3_Temperature_C_1Hz": 39.21835, "TS4_Temperature_C_1Hz": 31.388499999999997, "P1_MotorPower_W_100Hz": 2549.1041333333756, "VS1_Vibration_mm_per_s_1Hz": 0.5519666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.82884999999999, "CP_CoolingPower_kW_1Hz": 2.1452500000000003, "SE_EfficiencyFactor_percent_1Hz": 57.03238333333331, "cycle": 1849, "timestamp": "2027-07-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.71621000000064, "PS2_Pressure_bar_100Hz": 108.67820466666706, "PS3_Pressure_bar_100Hz": 1.930820499999986, "PS4_Pressure_bar_100Hz": 10.067950666666674, "PS5_Pressure_bar_100Hz": 9.835279333333299, "PS6_Pressure_bar_100Hz": 9.720360666666611, "FS1_VolumeFlow_l_per_min_10Hz": 6.467461666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.169893333333318, "TS1_Temperature_C_1Hz": 36.35156666666668, "TS2_Temperature_C_1Hz": 41.951650000000015, "TS3_Temperature_C_1Hz": 39.22140000000001, "TS4_Temperature_C_1Hz": 31.451699999999974, "P1_MotorPower_W_100Hz": 2551.2176333333423, "VS1_Vibration_mm_per_s_1Hz": 0.5589166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.484950000000026, "CP_CoolingPower_kW_1Hz": 2.129833333333333, "SE_EfficiencyFactor_percent_1Hz": 55.92133333333331, "cycle": 1850, "timestamp": "2027-07-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.69117666666662, "PS2_Pressure_bar_100Hz": 108.64189166666742, "PS3_Pressure_bar_100Hz": 1.9356658333333234, "PS4_Pressure_bar_100Hz": 10.06624033333335, "PS5_Pressure_bar_100Hz": 9.833548999999978, "PS6_Pressure_bar_100Hz": 9.719279333333292, "FS1_VolumeFlow_l_per_min_10Hz": 6.474925000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.169264999999998, "TS1_Temperature_C_1Hz": 36.352916666666665, "TS2_Temperature_C_1Hz": 41.953833333333336, "TS3_Temperature_C_1Hz": 39.23248333333333, "TS4_Temperature_C_1Hz": 31.456849999999985, "P1_MotorPower_W_100Hz": 2550.7737000000234, "VS1_Vibration_mm_per_s_1Hz": 0.5500833333333331, "CE_CoolingEfficiency_percent_1Hz": 46.44745, "CP_CoolingPower_kW_1Hz": 2.130266666666666, "SE_EfficiencyFactor_percent_1Hz": 56.036266666666656, "cycle": 1851, "timestamp": "2027-07-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.70713666666688, "PS2_Pressure_bar_100Hz": 108.63759516666688, "PS3_Pressure_bar_100Hz": 1.9472299999999865, "PS4_Pressure_bar_100Hz": 10.066840333333367, "PS5_Pressure_bar_100Hz": 9.833787666666662, "PS6_Pressure_bar_100Hz": 9.72040566666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.477864999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.169243333333336, "TS1_Temperature_C_1Hz": 36.345300000000016, "TS2_Temperature_C_1Hz": 41.948350000000005, "TS3_Temperature_C_1Hz": 39.21906666666667, "TS4_Temperature_C_1Hz": 31.451166666666655, "P1_MotorPower_W_100Hz": 2551.005000000008, "VS1_Vibration_mm_per_s_1Hz": 0.5514499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.39526666666666, "CP_CoolingPower_kW_1Hz": 2.1286666666666667, "SE_EfficiencyFactor_percent_1Hz": 56.06086666666667, "cycle": 1852, "timestamp": "2027-07-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.70333000000042, "PS2_Pressure_bar_100Hz": 108.65589649999986, "PS3_Pressure_bar_100Hz": 1.9504478333333242, "PS4_Pressure_bar_100Hz": 10.071310333333367, "PS5_Pressure_bar_100Hz": 9.83804766666665, "PS6_Pressure_bar_100Hz": 9.724644333333293, "FS1_VolumeFlow_l_per_min_10Hz": 6.473154999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.172956666666648, "TS1_Temperature_C_1Hz": 36.35418333333333, "TS2_Temperature_C_1Hz": 41.95918333333334, "TS3_Temperature_C_1Hz": 39.21936666666667, "TS4_Temperature_C_1Hz": 31.45694999999999, "P1_MotorPower_W_100Hz": 2552.192333333338, "VS1_Vibration_mm_per_s_1Hz": 0.5518166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.3365, "CP_CoolingPower_kW_1Hz": 2.12745, "SE_EfficiencyFactor_percent_1Hz": 55.967116666666676, "cycle": 1853, "timestamp": "2027-07-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.69441166666763, "PS2_Pressure_bar_100Hz": 108.63409400000035, "PS3_Pressure_bar_100Hz": 1.9399776666666597, "PS4_Pressure_bar_100Hz": 10.068479333333366, "PS5_Pressure_bar_100Hz": 9.83409183333333, "PS6_Pressure_bar_100Hz": 9.721876499999924, "FS1_VolumeFlow_l_per_min_10Hz": 6.475023333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.17043333333331, "TS1_Temperature_C_1Hz": 36.34941666666668, "TS2_Temperature_C_1Hz": 41.95811666666667, "TS3_Temperature_C_1Hz": 39.23514999999999, "TS4_Temperature_C_1Hz": 31.43473333333332, "P1_MotorPower_W_100Hz": 2552.1106333333737, "VS1_Vibration_mm_per_s_1Hz": 0.5512833333333336, "CE_CoolingEfficiency_percent_1Hz": 46.58608333333334, "CP_CoolingPower_kW_1Hz": 2.136583333333333, "SE_EfficiencyFactor_percent_1Hz": 56.05475000000001, "cycle": 1854, "timestamp": "2027-07-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.67706166666605, "PS2_Pressure_bar_100Hz": 108.63516700000025, "PS3_Pressure_bar_100Hz": 1.945426833333322, "PS4_Pressure_bar_100Hz": 10.066206500000037, "PS5_Pressure_bar_100Hz": 9.835390666666674, "PS6_Pressure_bar_100Hz": 9.722037999999978, "FS1_VolumeFlow_l_per_min_10Hz": 6.475413333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.171803333333328, "TS1_Temperature_C_1Hz": 36.360099999999996, "TS2_Temperature_C_1Hz": 41.9609, "TS3_Temperature_C_1Hz": 39.22820000000001, "TS4_Temperature_C_1Hz": 31.45723333333332, "P1_MotorPower_W_100Hz": 2551.8725666667206, "VS1_Vibration_mm_per_s_1Hz": 0.5509833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.43888333333333, "CP_CoolingPower_kW_1Hz": 2.1295000000000006, "SE_EfficiencyFactor_percent_1Hz": 56.07735, "cycle": 1855, "timestamp": "2027-07-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.72583500000073, "PS2_Pressure_bar_100Hz": 108.67709816666701, "PS3_Pressure_bar_100Hz": 1.9425568333333207, "PS4_Pressure_bar_100Hz": 10.068652500000042, "PS5_Pressure_bar_100Hz": 9.836670833333365, "PS6_Pressure_bar_100Hz": 9.723545999999942, "FS1_VolumeFlow_l_per_min_10Hz": 6.478891666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.16728499999999, "TS1_Temperature_C_1Hz": 36.364349999999995, "TS2_Temperature_C_1Hz": 41.956366666666675, "TS3_Temperature_C_1Hz": 39.22781666666666, "TS4_Temperature_C_1Hz": 31.456983333333323, "P1_MotorPower_W_100Hz": 2552.9192666666822, "VS1_Vibration_mm_per_s_1Hz": 0.5505333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.47306666666666, "CP_CoolingPower_kW_1Hz": 2.1295333333333333, "SE_EfficiencyFactor_percent_1Hz": 56.012199999999986, "cycle": 1856, "timestamp": "2027-07-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.73813833333338, "PS2_Pressure_bar_100Hz": 108.64959666666712, "PS3_Pressure_bar_100Hz": 1.938482333333322, "PS4_Pressure_bar_100Hz": 10.066629500000019, "PS5_Pressure_bar_100Hz": 9.835916166666616, "PS6_Pressure_bar_100Hz": 9.722373666666595, "FS1_VolumeFlow_l_per_min_10Hz": 6.474571666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.169436666666666, "TS1_Temperature_C_1Hz": 36.37386666666667, "TS2_Temperature_C_1Hz": 41.94733333333333, "TS3_Temperature_C_1Hz": 39.22413333333334, "TS4_Temperature_C_1Hz": 31.44474999999998, "P1_MotorPower_W_100Hz": 2551.8772000000286, "VS1_Vibration_mm_per_s_1Hz": 0.5524166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.4908, "CP_CoolingPower_kW_1Hz": 2.131133333333333, "SE_EfficiencyFactor_percent_1Hz": 55.97653333333333, "cycle": 1857, "timestamp": "2027-07-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.72864500000094, "PS2_Pressure_bar_100Hz": 108.66328316666667, "PS3_Pressure_bar_100Hz": 1.9461651666666604, "PS4_Pressure_bar_100Hz": 10.066736666666708, "PS5_Pressure_bar_100Hz": 9.835265666666656, "PS6_Pressure_bar_100Hz": 9.72336433333326, "FS1_VolumeFlow_l_per_min_10Hz": 6.479291666666672, "FS2_VolumeFlow_l_per_min_10Hz": 10.170569999999996, "TS1_Temperature_C_1Hz": 36.3704, "TS2_Temperature_C_1Hz": 41.947800000000015, "TS3_Temperature_C_1Hz": 39.22471666666666, "TS4_Temperature_C_1Hz": 31.471816666666655, "P1_MotorPower_W_100Hz": 2552.8470666667026, "VS1_Vibration_mm_per_s_1Hz": 0.5577, "CE_CoolingEfficiency_percent_1Hz": 46.270299999999985, "CP_CoolingPower_kW_1Hz": 2.1213499999999987, "SE_EfficiencyFactor_percent_1Hz": 56.01486666666668, "cycle": 1858, "timestamp": "2027-08-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.72724166666737, "PS2_Pressure_bar_100Hz": 108.64360083333382, "PS3_Pressure_bar_100Hz": 1.940024666666645, "PS4_Pressure_bar_100Hz": 10.065281333333365, "PS5_Pressure_bar_100Hz": 9.834994499999972, "PS6_Pressure_bar_100Hz": 9.721583833333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.479621666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.166923333333335, "TS1_Temperature_C_1Hz": 36.379883333333325, "TS2_Temperature_C_1Hz": 41.95830000000001, "TS3_Temperature_C_1Hz": 39.224000000000004, "TS4_Temperature_C_1Hz": 31.46098333333332, "P1_MotorPower_W_100Hz": 2550.92566666668, "VS1_Vibration_mm_per_s_1Hz": 0.5496833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.40083333333334, "CP_CoolingPower_kW_1Hz": 2.1252166666666663, "SE_EfficiencyFactor_percent_1Hz": 56.10236666666667, "cycle": 1859, "timestamp": "2027-08-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.63813333333488, "PS2_Pressure_bar_100Hz": 108.8940208333337, "PS3_Pressure_bar_100Hz": 1.946661833333319, "PS4_Pressure_bar_100Hz": 10.070753166666693, "PS5_Pressure_bar_100Hz": 9.840285833333315, "PS6_Pressure_bar_100Hz": 9.727857499999926, "FS1_VolumeFlow_l_per_min_10Hz": 6.5117550000000035, "FS2_VolumeFlow_l_per_min_10Hz": 10.172969999999985, "TS1_Temperature_C_1Hz": 36.36483333333334, "TS2_Temperature_C_1Hz": 41.94893333333332, "TS3_Temperature_C_1Hz": 39.217533333333336, "TS4_Temperature_C_1Hz": 31.455133333333325, "P1_MotorPower_W_100Hz": 2552.3742666666844, "VS1_Vibration_mm_per_s_1Hz": 0.5501166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.45841666666667, "CP_CoolingPower_kW_1Hz": 2.1298499999999994, "SE_EfficiencyFactor_percent_1Hz": 56.765449999999994, "cycle": 1860, "timestamp": "2027-08-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.62675333333377, "PS2_Pressure_bar_100Hz": 108.9005581666674, "PS3_Pressure_bar_100Hz": 1.949117333333328, "PS4_Pressure_bar_100Hz": 10.06994100000002, "PS5_Pressure_bar_100Hz": 9.840374499999959, "PS6_Pressure_bar_100Hz": 9.72741233333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.507991666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.17284499999999, "TS1_Temperature_C_1Hz": 36.362066666666664, "TS2_Temperature_C_1Hz": 41.93736666666666, "TS3_Temperature_C_1Hz": 39.205766666666676, "TS4_Temperature_C_1Hz": 31.385933333333337, "P1_MotorPower_W_100Hz": 2552.4742666666966, "VS1_Vibration_mm_per_s_1Hz": 0.5515666666666665, "CE_CoolingEfficiency_percent_1Hz": 46.837833333333336, "CP_CoolingPower_kW_1Hz": 2.145266666666666, "SE_EfficiencyFactor_percent_1Hz": 56.6938, "cycle": 1861, "timestamp": "2027-08-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.62238000000062, "PS2_Pressure_bar_100Hz": 108.88758333333405, "PS3_Pressure_bar_100Hz": 1.9549313333333176, "PS4_Pressure_bar_100Hz": 10.070687666666688, "PS5_Pressure_bar_100Hz": 9.84137666666666, "PS6_Pressure_bar_100Hz": 9.728054666666639, "FS1_VolumeFlow_l_per_min_10Hz": 6.512728333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.172921666666655, "TS1_Temperature_C_1Hz": 36.36826666666666, "TS2_Temperature_C_1Hz": 41.93978333333335, "TS3_Temperature_C_1Hz": 39.207999999999984, "TS4_Temperature_C_1Hz": 31.398349999999994, "P1_MotorPower_W_100Hz": 2552.934566666675, "VS1_Vibration_mm_per_s_1Hz": 0.5504833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.74348333333331, "CP_CoolingPower_kW_1Hz": 2.140433333333333, "SE_EfficiencyFactor_percent_1Hz": 56.80296666666668, "cycle": 1862, "timestamp": "2027-08-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6361966666675, "PS2_Pressure_bar_100Hz": 108.91687650000033, "PS3_Pressure_bar_100Hz": 1.9583159999999835, "PS4_Pressure_bar_100Hz": 10.071701000000038, "PS5_Pressure_bar_100Hz": 9.840687166666644, "PS6_Pressure_bar_100Hz": 9.727415999999948, "FS1_VolumeFlow_l_per_min_10Hz": 6.5078149999999955, "FS2_VolumeFlow_l_per_min_10Hz": 10.172093333333315, "TS1_Temperature_C_1Hz": 36.36323333333334, "TS2_Temperature_C_1Hz": 41.93548333333333, "TS3_Temperature_C_1Hz": 39.20596666666666, "TS4_Temperature_C_1Hz": 31.356450000000006, "P1_MotorPower_W_100Hz": 2553.056466666712, "VS1_Vibration_mm_per_s_1Hz": 0.5488833333333336, "CE_CoolingEfficiency_percent_1Hz": 46.988949999999996, "CP_CoolingPower_kW_1Hz": 2.151566666666667, "SE_EfficiencyFactor_percent_1Hz": 56.72038333333329, "cycle": 1863, "timestamp": "2027-08-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6291816666678, "PS2_Pressure_bar_100Hz": 108.90850166666723, "PS3_Pressure_bar_100Hz": 1.947686333333316, "PS4_Pressure_bar_100Hz": 10.07108900000003, "PS5_Pressure_bar_100Hz": 9.84035849999994, "PS6_Pressure_bar_100Hz": 9.726835333333312, "FS1_VolumeFlow_l_per_min_10Hz": 6.5111983333333345, "FS2_VolumeFlow_l_per_min_10Hz": 10.169448333333309, "TS1_Temperature_C_1Hz": 36.3569, "TS2_Temperature_C_1Hz": 41.94270000000001, "TS3_Temperature_C_1Hz": 39.204950000000004, "TS4_Temperature_C_1Hz": 31.344333333333324, "P1_MotorPower_W_100Hz": 2552.8727000000295, "VS1_Vibration_mm_per_s_1Hz": 0.5518500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.96551666666668, "CP_CoolingPower_kW_1Hz": 2.1542833333333333, "SE_EfficiencyFactor_percent_1Hz": 56.77791666666666, "cycle": 1864, "timestamp": "2027-08-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.64425500000067, "PS2_Pressure_bar_100Hz": 108.92509083333329, "PS3_Pressure_bar_100Hz": 1.9473151666666515, "PS4_Pressure_bar_100Hz": 10.070323000000027, "PS5_Pressure_bar_100Hz": 9.840622833333345, "PS6_Pressure_bar_100Hz": 9.727223166666642, "FS1_VolumeFlow_l_per_min_10Hz": 6.5086516666666725, "FS2_VolumeFlow_l_per_min_10Hz": 10.170358333333319, "TS1_Temperature_C_1Hz": 36.34540000000002, "TS2_Temperature_C_1Hz": 41.93183333333332, "TS3_Temperature_C_1Hz": 39.20911666666667, "TS4_Temperature_C_1Hz": 31.34969999999999, "P1_MotorPower_W_100Hz": 2553.296866666671, "VS1_Vibration_mm_per_s_1Hz": 0.55105, "CE_CoolingEfficiency_percent_1Hz": 46.76796666666665, "CP_CoolingPower_kW_1Hz": 2.1555666666666675, "SE_EfficiencyFactor_percent_1Hz": 56.6997, "cycle": 1865, "timestamp": "2027-08-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.64032000000088, "PS2_Pressure_bar_100Hz": 108.92552883333393, "PS3_Pressure_bar_100Hz": 1.941866499999993, "PS4_Pressure_bar_100Hz": 10.066325833333366, "PS5_Pressure_bar_100Hz": 9.838484500000018, "PS6_Pressure_bar_100Hz": 9.723419833333287, "FS1_VolumeFlow_l_per_min_10Hz": 6.504918333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.167359999999992, "TS1_Temperature_C_1Hz": 36.33056666666666, "TS2_Temperature_C_1Hz": 41.923516666666686, "TS3_Temperature_C_1Hz": 39.20348333333336, "TS4_Temperature_C_1Hz": 31.29728333333331, "P1_MotorPower_W_100Hz": 2552.7529333333805, "VS1_Vibration_mm_per_s_1Hz": 0.5544333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.03428333333331, "CP_CoolingPower_kW_1Hz": 2.165583333333333, "SE_EfficiencyFactor_percent_1Hz": 56.71063333333336, "cycle": 1866, "timestamp": "2027-08-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.63437000000067, "PS2_Pressure_bar_100Hz": 108.90893516666682, "PS3_Pressure_bar_100Hz": 1.9483614999999934, "PS4_Pressure_bar_100Hz": 10.072632000000029, "PS5_Pressure_bar_100Hz": 9.844075000000002, "PS6_Pressure_bar_100Hz": 9.729649999999912, "FS1_VolumeFlow_l_per_min_10Hz": 6.510316666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.170556666666657, "TS1_Temperature_C_1Hz": 36.325799999999994, "TS2_Temperature_C_1Hz": 41.91893333333334, "TS3_Temperature_C_1Hz": 39.20126666666666, "TS4_Temperature_C_1Hz": 31.333049999999997, "P1_MotorPower_W_100Hz": 2552.7242000000624, "VS1_Vibration_mm_per_s_1Hz": 0.5437, "CE_CoolingEfficiency_percent_1Hz": 46.637433333333334, "CP_CoolingPower_kW_1Hz": 2.1556666666666664, "SE_EfficiencyFactor_percent_1Hz": 56.81518333333334, "cycle": 1867, "timestamp": "2027-08-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.66650166666741, "PS2_Pressure_bar_100Hz": 108.92299316666674, "PS3_Pressure_bar_100Hz": 1.9502073333333136, "PS4_Pressure_bar_100Hz": 10.07321433333336, "PS5_Pressure_bar_100Hz": 9.843155666666629, "PS6_Pressure_bar_100Hz": 9.729116666666625, "FS1_VolumeFlow_l_per_min_10Hz": 6.510393333333329, "FS2_VolumeFlow_l_per_min_10Hz": 10.168999999999997, "TS1_Temperature_C_1Hz": 36.2977, "TS2_Temperature_C_1Hz": 41.91576666666666, "TS3_Temperature_C_1Hz": 39.19905000000001, "TS4_Temperature_C_1Hz": 31.30779999999999, "P1_MotorPower_W_100Hz": 2553.166166666693, "VS1_Vibration_mm_per_s_1Hz": 0.5484666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.67499999999999, "CP_CoolingPower_kW_1Hz": 2.161516666666667, "SE_EfficiencyFactor_percent_1Hz": 56.76173333333332, "cycle": 1868, "timestamp": "2027-08-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.66838166666724, "PS2_Pressure_bar_100Hz": 108.92029950000024, "PS3_Pressure_bar_100Hz": 1.942907666666652, "PS4_Pressure_bar_100Hz": 10.075178999999997, "PS5_Pressure_bar_100Hz": 9.844819166666646, "PS6_Pressure_bar_100Hz": 9.729768999999935, "FS1_VolumeFlow_l_per_min_10Hz": 6.508161666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.167449999999992, "TS1_Temperature_C_1Hz": 36.27998333333332, "TS2_Temperature_C_1Hz": 41.8918, "TS3_Temperature_C_1Hz": 39.1798, "TS4_Temperature_C_1Hz": 31.298816666666657, "P1_MotorPower_W_100Hz": 2552.3839333333863, "VS1_Vibration_mm_per_s_1Hz": 0.5485166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.67808333333331, "CP_CoolingPower_kW_1Hz": 2.158900000000001, "SE_EfficiencyFactor_percent_1Hz": 56.79706666666666, "cycle": 1869, "timestamp": "2027-08-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5879400000006, "PS2_Pressure_bar_100Hz": 109.14950500000022, "PS3_Pressure_bar_100Hz": 1.9562131666666582, "PS4_Pressure_bar_100Hz": 10.076290333333354, "PS5_Pressure_bar_100Hz": 9.845767499999983, "PS6_Pressure_bar_100Hz": 9.730955166666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.522123333333327, "FS2_VolumeFlow_l_per_min_10Hz": 10.167273333333322, "TS1_Temperature_C_1Hz": 36.26838333333332, "TS2_Temperature_C_1Hz": 41.896550000000005, "TS3_Temperature_C_1Hz": 39.161333333333324, "TS4_Temperature_C_1Hz": 31.291616666666645, "P1_MotorPower_W_100Hz": 2549.771633333388, "VS1_Vibration_mm_per_s_1Hz": 0.5453333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.700766666666645, "CP_CoolingPower_kW_1Hz": 2.1572500000000003, "SE_EfficiencyFactor_percent_1Hz": 57.13601666666667, "cycle": 1870, "timestamp": "2027-08-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6079533333342, "PS2_Pressure_bar_100Hz": 109.14079116666693, "PS3_Pressure_bar_100Hz": 1.955872666666652, "PS4_Pressure_bar_100Hz": 10.079802666666682, "PS5_Pressure_bar_100Hz": 9.850123999999921, "PS6_Pressure_bar_100Hz": 9.735275666666615, "FS1_VolumeFlow_l_per_min_10Hz": 6.522031666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.169886666666658, "TS1_Temperature_C_1Hz": 36.24574999999998, "TS2_Temperature_C_1Hz": 41.888600000000025, "TS3_Temperature_C_1Hz": 39.142633333333336, "TS4_Temperature_C_1Hz": 31.26944999999998, "P1_MotorPower_W_100Hz": 2548.3564333332993, "VS1_Vibration_mm_per_s_1Hz": 0.5501666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.73766666666668, "CP_CoolingPower_kW_1Hz": 2.157400000000001, "SE_EfficiencyFactor_percent_1Hz": 57.173516666666664, "cycle": 1871, "timestamp": "2027-08-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6173183333337, "PS2_Pressure_bar_100Hz": 109.15099783333368, "PS3_Pressure_bar_100Hz": 1.9549324999999969, "PS4_Pressure_bar_100Hz": 10.086657666666666, "PS5_Pressure_bar_100Hz": 9.855668666666574, "PS6_Pressure_bar_100Hz": 9.741521666666596, "FS1_VolumeFlow_l_per_min_10Hz": 6.524448333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.174709999999987, "TS1_Temperature_C_1Hz": 36.229849999999985, "TS2_Temperature_C_1Hz": 41.8768, "TS3_Temperature_C_1Hz": 39.14269999999999, "TS4_Temperature_C_1Hz": 31.26869999999999, "P1_MotorPower_W_100Hz": 2552.104966666712, "VS1_Vibration_mm_per_s_1Hz": 0.5519000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.48520000000001, "CP_CoolingPower_kW_1Hz": 2.158466666666667, "SE_EfficiencyFactor_percent_1Hz": 57.133500000000005, "cycle": 1872, "timestamp": "2027-08-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.60476000000048, "PS2_Pressure_bar_100Hz": 109.11764100000029, "PS3_Pressure_bar_100Hz": 1.9559544999999874, "PS4_Pressure_bar_100Hz": 10.086679833333367, "PS5_Pressure_bar_100Hz": 9.85501633333326, "PS6_Pressure_bar_100Hz": 9.74034549999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.520561666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.174296666666665, "TS1_Temperature_C_1Hz": 36.20559999999999, "TS2_Temperature_C_1Hz": 41.84761666666668, "TS3_Temperature_C_1Hz": 39.10884999999999, "TS4_Temperature_C_1Hz": 31.261266666666646, "P1_MotorPower_W_100Hz": 2553.4896333333727, "VS1_Vibration_mm_per_s_1Hz": 0.5501, "CE_CoolingEfficiency_percent_1Hz": 46.40396666666667, "CP_CoolingPower_kW_1Hz": 2.1516333333333337, "SE_EfficiencyFactor_percent_1Hz": 57.01224999999998, "cycle": 1873, "timestamp": "2027-08-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.61396000000155, "PS2_Pressure_bar_100Hz": 109.14231166666738, "PS3_Pressure_bar_100Hz": 1.9636629999999933, "PS4_Pressure_bar_100Hz": 10.08877050000004, "PS5_Pressure_bar_100Hz": 9.855835333333257, "PS6_Pressure_bar_100Hz": 9.741016499999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.521966666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.17156499999999, "TS1_Temperature_C_1Hz": 36.18671666666666, "TS2_Temperature_C_1Hz": 41.83728333333333, "TS3_Temperature_C_1Hz": 39.085566666666665, "TS4_Temperature_C_1Hz": 31.265483333333307, "P1_MotorPower_W_100Hz": 2554.0056666666515, "VS1_Vibration_mm_per_s_1Hz": 0.5449333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.32678333333333, "CP_CoolingPower_kW_1Hz": 2.145216666666667, "SE_EfficiencyFactor_percent_1Hz": 57.032216666666656, "cycle": 1874, "timestamp": "2027-08-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6264916666673, "PS2_Pressure_bar_100Hz": 109.1621881666672, "PS3_Pressure_bar_100Hz": 1.9560558333333238, "PS4_Pressure_bar_100Hz": 10.088115500000024, "PS5_Pressure_bar_100Hz": 9.855862166666588, "PS6_Pressure_bar_100Hz": 9.741451166666634, "FS1_VolumeFlow_l_per_min_10Hz": 6.523971666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.176959999999994, "TS1_Temperature_C_1Hz": 36.17553333333333, "TS2_Temperature_C_1Hz": 41.8297, "TS3_Temperature_C_1Hz": 39.08848333333332, "TS4_Temperature_C_1Hz": 31.24029999999999, "P1_MotorPower_W_100Hz": 2555.3395333333824, "VS1_Vibration_mm_per_s_1Hz": 0.5456833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.494049999999994, "CP_CoolingPower_kW_1Hz": 2.1525166666666666, "SE_EfficiencyFactor_percent_1Hz": 57.02931666666668, "cycle": 1875, "timestamp": "2027-08-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.63526333333394, "PS2_Pressure_bar_100Hz": 109.18269183333354, "PS3_Pressure_bar_100Hz": 1.9544923333333242, "PS4_Pressure_bar_100Hz": 10.09048900000002, "PS5_Pressure_bar_100Hz": 9.855774833333252, "PS6_Pressure_bar_100Hz": 9.74158816666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.520581666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.17612666666666, "TS1_Temperature_C_1Hz": 36.186083333333336, "TS2_Temperature_C_1Hz": 41.81706666666667, "TS3_Temperature_C_1Hz": 39.08503333333332, "TS4_Temperature_C_1Hz": 31.18708333333332, "P1_MotorPower_W_100Hz": 2554.6535000000345, "VS1_Vibration_mm_per_s_1Hz": 0.5473166666666669, "CE_CoolingEfficiency_percent_1Hz": 46.94618333333335, "CP_CoolingPower_kW_1Hz": 2.164533333333334, "SE_EfficiencyFactor_percent_1Hz": 57.06201666666667, "cycle": 1876, "timestamp": "2027-08-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.61994666666797, "PS2_Pressure_bar_100Hz": 109.15223233333327, "PS3_Pressure_bar_100Hz": 1.9514754999999875, "PS4_Pressure_bar_100Hz": 10.095140000000052, "PS5_Pressure_bar_100Hz": 9.859062333333286, "PS6_Pressure_bar_100Hz": 9.74512900000003, "FS1_VolumeFlow_l_per_min_10Hz": 6.521091666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.175934999999985, "TS1_Temperature_C_1Hz": 36.18166666666666, "TS2_Temperature_C_1Hz": 41.78928333333332, "TS3_Temperature_C_1Hz": 39.07298333333332, "TS4_Temperature_C_1Hz": 31.166049999999977, "P1_MotorPower_W_100Hz": 2553.230833333367, "VS1_Vibration_mm_per_s_1Hz": 0.5421833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.14318333333333, "CP_CoolingPower_kW_1Hz": 2.169116666666667, "SE_EfficiencyFactor_percent_1Hz": 57.04848333333333, "cycle": 1877, "timestamp": "2027-08-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.61619666666715, "PS2_Pressure_bar_100Hz": 109.14973433333348, "PS3_Pressure_bar_100Hz": 1.9442229999999963, "PS4_Pressure_bar_100Hz": 10.100163000000014, "PS5_Pressure_bar_100Hz": 9.867788999999933, "PS6_Pressure_bar_100Hz": 9.751591999999967, "FS1_VolumeFlow_l_per_min_10Hz": 6.524216666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.180686666666654, "TS1_Temperature_C_1Hz": 36.18811666666667, "TS2_Temperature_C_1Hz": 41.77524999999999, "TS3_Temperature_C_1Hz": 39.04314999999998, "TS4_Temperature_C_1Hz": 31.141383333333312, "P1_MotorPower_W_100Hz": 2556.1392666666966, "VS1_Vibration_mm_per_s_1Hz": 0.5498, "CE_CoolingEfficiency_percent_1Hz": 47.17488333333333, "CP_CoolingPower_kW_1Hz": 2.167166666666667, "SE_EfficiencyFactor_percent_1Hz": 57.020699999999984, "cycle": 1878, "timestamp": "2027-08-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6101766666668, "PS2_Pressure_bar_100Hz": 109.15688533333376, "PS3_Pressure_bar_100Hz": 1.9386678333333147, "PS4_Pressure_bar_100Hz": 10.09389450000001, "PS5_Pressure_bar_100Hz": 9.863730333333207, "PS6_Pressure_bar_100Hz": 9.746713999999972, "FS1_VolumeFlow_l_per_min_10Hz": 6.520081666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.177711666666658, "TS1_Temperature_C_1Hz": 36.18778333333332, "TS2_Temperature_C_1Hz": 41.75915, "TS3_Temperature_C_1Hz": 39.05098333333331, "TS4_Temperature_C_1Hz": 31.15179999999998, "P1_MotorPower_W_100Hz": 2553.7001333333524, "VS1_Vibration_mm_per_s_1Hz": 0.5398833333333335, "CE_CoolingEfficiency_percent_1Hz": 47.16343333333332, "CP_CoolingPower_kW_1Hz": 2.1658333333333335, "SE_EfficiencyFactor_percent_1Hz": 57.008066666666664, "cycle": 1879, "timestamp": "2027-08-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.56538500000028, "PS2_Pressure_bar_100Hz": 109.30141050000016, "PS3_Pressure_bar_100Hz": 1.9486746666666586, "PS4_Pressure_bar_100Hz": 10.098276833333351, "PS5_Pressure_bar_100Hz": 9.866101833333246, "PS6_Pressure_bar_100Hz": 9.749497333333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.523953333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.176416666666654, "TS1_Temperature_C_1Hz": 36.169700000000006, "TS2_Temperature_C_1Hz": 41.775783333333344, "TS3_Temperature_C_1Hz": 39.03333333333332, "TS4_Temperature_C_1Hz": 31.14521666666665, "P1_MotorPower_W_100Hz": 2553.1261333334223, "VS1_Vibration_mm_per_s_1Hz": 0.5465166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.979366666666664, "CP_CoolingPower_kW_1Hz": 2.161216666666667, "SE_EfficiencyFactor_percent_1Hz": 57.16796666666666, "cycle": 1880, "timestamp": "2027-08-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.55662666666717, "PS2_Pressure_bar_100Hz": 109.29459166666726, "PS3_Pressure_bar_100Hz": 1.9608988333333213, "PS4_Pressure_bar_100Hz": 10.099721833333376, "PS5_Pressure_bar_100Hz": 9.866599333333289, "PS6_Pressure_bar_100Hz": 9.75042899999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.520633333333326, "FS2_VolumeFlow_l_per_min_10Hz": 10.177848333333316, "TS1_Temperature_C_1Hz": 36.14300000000001, "TS2_Temperature_C_1Hz": 41.76885000000001, "TS3_Temperature_C_1Hz": 39.02876666666666, "TS4_Temperature_C_1Hz": 31.154916666666658, "P1_MotorPower_W_100Hz": 2552.9708333333806, "VS1_Vibration_mm_per_s_1Hz": 0.5404500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.75831666666667, "CP_CoolingPower_kW_1Hz": 2.1580666666666675, "SE_EfficiencyFactor_percent_1Hz": 57.099333333333334, "cycle": 1881, "timestamp": "2027-08-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.57417833333372, "PS2_Pressure_bar_100Hz": 109.30870633333372, "PS3_Pressure_bar_100Hz": 1.9482369999999847, "PS4_Pressure_bar_100Hz": 10.098927833333363, "PS5_Pressure_bar_100Hz": 9.866563333333247, "PS6_Pressure_bar_100Hz": 9.750330499999956, "FS1_VolumeFlow_l_per_min_10Hz": 6.515830000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.177458333333318, "TS1_Temperature_C_1Hz": 36.14591666666667, "TS2_Temperature_C_1Hz": 41.76181666666667, "TS3_Temperature_C_1Hz": 39.02424999999999, "TS4_Temperature_C_1Hz": 31.14449999999998, "P1_MotorPower_W_100Hz": 2552.435300000042, "VS1_Vibration_mm_per_s_1Hz": 0.5433166666666669, "CE_CoolingEfficiency_percent_1Hz": 46.82796666666665, "CP_CoolingPower_kW_1Hz": 2.1606166666666673, "SE_EfficiencyFactor_percent_1Hz": 57.052966666666684, "cycle": 1882, "timestamp": "2027-08-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5627566666673, "PS2_Pressure_bar_100Hz": 109.32381216666694, "PS3_Pressure_bar_100Hz": 1.948744333333323, "PS4_Pressure_bar_100Hz": 10.101548833333336, "PS5_Pressure_bar_100Hz": 9.870108166666588, "PS6_Pressure_bar_100Hz": 9.753100666666686, "FS1_VolumeFlow_l_per_min_10Hz": 6.513335000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.17728333333333, "TS1_Temperature_C_1Hz": 36.13406666666666, "TS2_Temperature_C_1Hz": 41.77040000000001, "TS3_Temperature_C_1Hz": 39.00018333333331, "TS4_Temperature_C_1Hz": 31.15214999999999, "P1_MotorPower_W_100Hz": 2552.0713666666734, "VS1_Vibration_mm_per_s_1Hz": 0.5381833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.72689999999999, "CP_CoolingPower_kW_1Hz": 2.153283333333334, "SE_EfficiencyFactor_percent_1Hz": 57.00565000000003, "cycle": 1883, "timestamp": "2027-08-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.55340000000078, "PS2_Pressure_bar_100Hz": 109.28923950000024, "PS3_Pressure_bar_100Hz": 1.955048166666653, "PS4_Pressure_bar_100Hz": 10.096000166666713, "PS5_Pressure_bar_100Hz": 9.86579866666662, "PS6_Pressure_bar_100Hz": 9.748465166666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.523168333333329, "FS2_VolumeFlow_l_per_min_10Hz": 10.178094999999983, "TS1_Temperature_C_1Hz": 36.13505000000002, "TS2_Temperature_C_1Hz": 41.751266666666666, "TS3_Temperature_C_1Hz": 39.00923333333332, "TS4_Temperature_C_1Hz": 31.14023333333331, "P1_MotorPower_W_100Hz": 2550.8816000000115, "VS1_Vibration_mm_per_s_1Hz": 0.5464333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.814716666666676, "CP_CoolingPower_kW_1Hz": 2.1576833333333334, "SE_EfficiencyFactor_percent_1Hz": 57.15790000000001, "cycle": 1884, "timestamp": "2027-08-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.55085833333393, "PS2_Pressure_bar_100Hz": 109.308022166667, "PS3_Pressure_bar_100Hz": 1.951398999999984, "PS4_Pressure_bar_100Hz": 10.102875833333382, "PS5_Pressure_bar_100Hz": 9.87026150000001, "PS6_Pressure_bar_100Hz": 9.752632666666647, "FS1_VolumeFlow_l_per_min_10Hz": 6.519226666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.175336666666654, "TS1_Temperature_C_1Hz": 36.13203333333334, "TS2_Temperature_C_1Hz": 41.72718333333333, "TS3_Temperature_C_1Hz": 39.00134999999999, "TS4_Temperature_C_1Hz": 31.127133333333315, "P1_MotorPower_W_100Hz": 2550.6310333333768, "VS1_Vibration_mm_per_s_1Hz": 0.5433333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.85518333333332, "CP_CoolingPower_kW_1Hz": 2.1584999999999996, "SE_EfficiencyFactor_percent_1Hz": 57.140016666666654, "cycle": 1885, "timestamp": "2027-08-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.576698333334, "PS2_Pressure_bar_100Hz": 109.3133216666665, "PS3_Pressure_bar_100Hz": 1.94692283333332, "PS4_Pressure_bar_100Hz": 10.10018166666668, "PS5_Pressure_bar_100Hz": 9.867542333333288, "PS6_Pressure_bar_100Hz": 9.749381666666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.515001666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.175158333333336, "TS1_Temperature_C_1Hz": 36.12053333333335, "TS2_Temperature_C_1Hz": 41.70094999999999, "TS3_Temperature_C_1Hz": 38.99771666666666, "TS4_Temperature_C_1Hz": 31.12019999999999, "P1_MotorPower_W_100Hz": 2550.0074666667147, "VS1_Vibration_mm_per_s_1Hz": 0.5431500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.936349999999976, "CP_CoolingPower_kW_1Hz": 2.1607333333333334, "SE_EfficiencyFactor_percent_1Hz": 57.07988333333334, "cycle": 1886, "timestamp": "2027-08-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.56176833333458, "PS2_Pressure_bar_100Hz": 109.30139983333352, "PS3_Pressure_bar_100Hz": 1.9501348333333266, "PS4_Pressure_bar_100Hz": 10.098562166666671, "PS5_Pressure_bar_100Hz": 9.866757499999933, "PS6_Pressure_bar_100Hz": 9.751458333333321, "FS1_VolumeFlow_l_per_min_10Hz": 6.51562, "FS2_VolumeFlow_l_per_min_10Hz": 10.175539999999991, "TS1_Temperature_C_1Hz": 36.12340000000001, "TS2_Temperature_C_1Hz": 41.70450000000001, "TS3_Temperature_C_1Hz": 38.99796666666666, "TS4_Temperature_C_1Hz": 31.147683333333326, "P1_MotorPower_W_100Hz": 2551.542666666662, "VS1_Vibration_mm_per_s_1Hz": 0.5484333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.764, "CP_CoolingPower_kW_1Hz": 2.1541333333333337, "SE_EfficiencyFactor_percent_1Hz": 57.06386666666668, "cycle": 1887, "timestamp": "2027-08-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.58899833333427, "PS2_Pressure_bar_100Hz": 109.3276923333336, "PS3_Pressure_bar_100Hz": 1.9543018333333249, "PS4_Pressure_bar_100Hz": 10.09974200000008, "PS5_Pressure_bar_100Hz": 9.869232999999962, "PS6_Pressure_bar_100Hz": 9.753159166666705, "FS1_VolumeFlow_l_per_min_10Hz": 6.513016666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.175426666666658, "TS1_Temperature_C_1Hz": 36.11208333333334, "TS2_Temperature_C_1Hz": 41.699499999999986, "TS3_Temperature_C_1Hz": 38.98351666666666, "TS4_Temperature_C_1Hz": 31.145766666666642, "P1_MotorPower_W_100Hz": 2552.441300000078, "VS1_Vibration_mm_per_s_1Hz": 0.5386666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.71048333333333, "CP_CoolingPower_kW_1Hz": 2.1498333333333335, "SE_EfficiencyFactor_percent_1Hz": 56.97929999999996, "cycle": 1888, "timestamp": "2027-08-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5745666666674, "PS2_Pressure_bar_100Hz": 109.31894183333358, "PS3_Pressure_bar_100Hz": 1.9483599999999914, "PS4_Pressure_bar_100Hz": 10.103385000000056, "PS5_Pressure_bar_100Hz": 9.870953333333311, "PS6_Pressure_bar_100Hz": 9.754674499999973, "FS1_VolumeFlow_l_per_min_10Hz": 6.514354999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.172855000000004, "TS1_Temperature_C_1Hz": 36.105733333333355, "TS2_Temperature_C_1Hz": 41.698516666666656, "TS3_Temperature_C_1Hz": 38.97559999999999, "TS4_Temperature_C_1Hz": 31.143416666666642, "P1_MotorPower_W_100Hz": 2552.038966666681, "VS1_Vibration_mm_per_s_1Hz": 0.5351500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.69061666666667, "CP_CoolingPower_kW_1Hz": 2.147683333333334, "SE_EfficiencyFactor_percent_1Hz": 57.023699999999984, "cycle": 1889, "timestamp": "2027-09-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.96257500000004, "PS2_Pressure_bar_100Hz": 109.57002116666702, "PS3_Pressure_bar_100Hz": 2.0063544999999947, "PS4_Pressure_bar_100Hz": 10.10734666666672, "PS5_Pressure_bar_100Hz": 9.87543083333334, "PS6_Pressure_bar_100Hz": 9.759158833333334, "FS1_VolumeFlow_l_per_min_10Hz": 6.7070049999999934, "FS2_VolumeFlow_l_per_min_10Hz": 10.175029999999989, "TS1_Temperature_C_1Hz": 36.10440000000002, "TS2_Temperature_C_1Hz": 41.7191, "TS3_Temperature_C_1Hz": 38.975549999999984, "TS4_Temperature_C_1Hz": 31.14366666666664, "P1_MotorPower_W_100Hz": 2543.001166666726, "VS1_Vibration_mm_per_s_1Hz": 0.5369833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.77323333333334, "CP_CoolingPower_kW_1Hz": 2.14755, "SE_EfficiencyFactor_percent_1Hz": 59.088983333333324, "cycle": 1890, "timestamp": "2027-09-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.22656333333416, "PS2_Pressure_bar_100Hz": 108.96724416666692, "PS3_Pressure_bar_100Hz": 1.9923435000000014, "PS4_Pressure_bar_100Hz": 10.101998833333376, "PS5_Pressure_bar_100Hz": 9.870062499999968, "PS6_Pressure_bar_100Hz": 9.754388500000015, "FS1_VolumeFlow_l_per_min_10Hz": 6.660313333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.174468333333323, "TS1_Temperature_C_1Hz": 36.1171, "TS2_Temperature_C_1Hz": 41.72209999999999, "TS3_Temperature_C_1Hz": 38.98921666666665, "TS4_Temperature_C_1Hz": 31.145083333333325, "P1_MotorPower_W_100Hz": 2544.784766666712, "VS1_Vibration_mm_per_s_1Hz": 0.5401666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.990366666666674, "CP_CoolingPower_kW_1Hz": 2.151483333333334, "SE_EfficiencyFactor_percent_1Hz": 58.017450000000004, "cycle": 1891, "timestamp": "2027-09-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.20423166666745, "PS2_Pressure_bar_100Hz": 108.95509183333368, "PS3_Pressure_bar_100Hz": 1.9968188333333292, "PS4_Pressure_bar_100Hz": 10.098542500000026, "PS5_Pressure_bar_100Hz": 9.86802733333331, "PS6_Pressure_bar_100Hz": 9.751681999999963, "FS1_VolumeFlow_l_per_min_10Hz": 6.661321666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.176151666666653, "TS1_Temperature_C_1Hz": 36.12633333333334, "TS2_Temperature_C_1Hz": 41.727799999999995, "TS3_Temperature_C_1Hz": 39.01001666666666, "TS4_Temperature_C_1Hz": 31.106049999999982, "P1_MotorPower_W_100Hz": 2544.31970000004, "VS1_Vibration_mm_per_s_1Hz": 0.5395833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.27075, "CP_CoolingPower_kW_1Hz": 2.1660666666666675, "SE_EfficiencyFactor_percent_1Hz": 57.968516666666645, "cycle": 1892, "timestamp": "2027-09-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1967316666669, "PS2_Pressure_bar_100Hz": 108.9951165000003, "PS3_Pressure_bar_100Hz": 1.997016833333339, "PS4_Pressure_bar_100Hz": 10.09771816666666, "PS5_Pressure_bar_100Hz": 9.865568499999972, "PS6_Pressure_bar_100Hz": 9.750305999999961, "FS1_VolumeFlow_l_per_min_10Hz": 6.660915000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.174643333333318, "TS1_Temperature_C_1Hz": 36.14686666666668, "TS2_Temperature_C_1Hz": 41.765800000000006, "TS3_Temperature_C_1Hz": 39.0122, "TS4_Temperature_C_1Hz": 31.123416666666646, "P1_MotorPower_W_100Hz": 2544.9561666667432, "VS1_Vibration_mm_per_s_1Hz": 0.5397833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.195916666666655, "CP_CoolingPower_kW_1Hz": 2.163566666666668, "SE_EfficiencyFactor_percent_1Hz": 57.962999999999994, "cycle": 1893, "timestamp": "2027-09-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.20174833333397, "PS2_Pressure_bar_100Hz": 108.97758516666697, "PS3_Pressure_bar_100Hz": 1.9964606666666618, "PS4_Pressure_bar_100Hz": 10.095969166666713, "PS5_Pressure_bar_100Hz": 9.861509166666632, "PS6_Pressure_bar_100Hz": 9.745355333333269, "FS1_VolumeFlow_l_per_min_10Hz": 6.6584933333333405, "FS2_VolumeFlow_l_per_min_10Hz": 10.170519999999994, "TS1_Temperature_C_1Hz": 36.1569, "TS2_Temperature_C_1Hz": 41.79968333333333, "TS3_Temperature_C_1Hz": 39.02314999999999, "TS4_Temperature_C_1Hz": 31.13866666666665, "P1_MotorPower_W_100Hz": 2543.1726666666896, "VS1_Vibration_mm_per_s_1Hz": 0.5368166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.15113333333334, "CP_CoolingPower_kW_1Hz": 2.1616666666666675, "SE_EfficiencyFactor_percent_1Hz": 57.96303333333336, "cycle": 1894, "timestamp": "2027-09-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2256650000007, "PS2_Pressure_bar_100Hz": 108.98566066666652, "PS3_Pressure_bar_100Hz": 1.99528633333334, "PS4_Pressure_bar_100Hz": 10.091873500000029, "PS5_Pressure_bar_100Hz": 9.858606833333209, "PS6_Pressure_bar_100Hz": 9.742542999999982, "FS1_VolumeFlow_l_per_min_10Hz": 6.663606666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.171181666666662, "TS1_Temperature_C_1Hz": 36.176566666666666, "TS2_Temperature_C_1Hz": 41.819733333333346, "TS3_Temperature_C_1Hz": 39.03998333333333, "TS4_Temperature_C_1Hz": 31.13319999999999, "P1_MotorPower_W_100Hz": 2541.4471333333768, "VS1_Vibration_mm_per_s_1Hz": 0.5408666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.23116666666668, "CP_CoolingPower_kW_1Hz": 2.1660500000000007, "SE_EfficiencyFactor_percent_1Hz": 58.10513333333335, "cycle": 1895, "timestamp": "2027-09-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.211525, "PS2_Pressure_bar_100Hz": 108.96471850000044, "PS3_Pressure_bar_100Hz": 1.9929754999999865, "PS4_Pressure_bar_100Hz": 10.087956000000023, "PS5_Pressure_bar_100Hz": 9.856460833333236, "PS6_Pressure_bar_100Hz": 9.739891666666603, "FS1_VolumeFlow_l_per_min_10Hz": 6.656009999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.170796666666654, "TS1_Temperature_C_1Hz": 36.176233333333336, "TS2_Temperature_C_1Hz": 41.823466666666675, "TS3_Temperature_C_1Hz": 39.04156666666667, "TS4_Temperature_C_1Hz": 31.140416666666646, "P1_MotorPower_W_100Hz": 2541.6928333333694, "VS1_Vibration_mm_per_s_1Hz": 0.5341500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.193549999999995, "CP_CoolingPower_kW_1Hz": 2.166766666666667, "SE_EfficiencyFactor_percent_1Hz": 57.99533333333332, "cycle": 1896, "timestamp": "2027-09-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2020783333334, "PS2_Pressure_bar_100Hz": 108.9580630000003, "PS3_Pressure_bar_100Hz": 1.9873540000000034, "PS4_Pressure_bar_100Hz": 10.084403500000015, "PS5_Pressure_bar_100Hz": 9.851964333333264, "PS6_Pressure_bar_100Hz": 9.737360499999959, "FS1_VolumeFlow_l_per_min_10Hz": 6.660401666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.16948499999998, "TS1_Temperature_C_1Hz": 36.182916666666664, "TS2_Temperature_C_1Hz": 41.827849999999984, "TS3_Temperature_C_1Hz": 39.07163333333333, "TS4_Temperature_C_1Hz": 31.14028333333331, "P1_MotorPower_W_100Hz": 2542.3832000000534, "VS1_Vibration_mm_per_s_1Hz": 0.5407166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.30438333333335, "CP_CoolingPower_kW_1Hz": 2.1764166666666673, "SE_EfficiencyFactor_percent_1Hz": 58.03361666666665, "cycle": 1897, "timestamp": "2027-09-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.20905166666682, "PS2_Pressure_bar_100Hz": 109.0107138333336, "PS3_Pressure_bar_100Hz": 1.9854014999999945, "PS4_Pressure_bar_100Hz": 10.086782166666712, "PS5_Pressure_bar_100Hz": 9.855088666666587, "PS6_Pressure_bar_100Hz": 9.739753666666596, "FS1_VolumeFlow_l_per_min_10Hz": 6.663680000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.17231, "TS1_Temperature_C_1Hz": 36.19288333333334, "TS2_Temperature_C_1Hz": 41.83465, "TS3_Temperature_C_1Hz": 39.068166666666656, "TS4_Temperature_C_1Hz": 31.143333333333313, "P1_MotorPower_W_100Hz": 2542.4888666667007, "VS1_Vibration_mm_per_s_1Hz": 0.5383000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.37086666666666, "CP_CoolingPower_kW_1Hz": 2.172633333333333, "SE_EfficiencyFactor_percent_1Hz": 58.050716666666666, "cycle": 1898, "timestamp": "2027-09-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.19865833333395, "PS2_Pressure_bar_100Hz": 109.00553783333346, "PS3_Pressure_bar_100Hz": 1.9899391666666704, "PS4_Pressure_bar_100Hz": 10.089268833333307, "PS5_Pressure_bar_100Hz": 9.858371333333267, "PS6_Pressure_bar_100Hz": 9.741747166666611, "FS1_VolumeFlow_l_per_min_10Hz": 6.662470000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.170314999999995, "TS1_Temperature_C_1Hz": 36.194349999999986, "TS2_Temperature_C_1Hz": 41.84243333333335, "TS3_Temperature_C_1Hz": 39.06101666666666, "TS4_Temperature_C_1Hz": 31.17403333333332, "P1_MotorPower_W_100Hz": 2542.443733333357, "VS1_Vibration_mm_per_s_1Hz": 0.5415333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.16893333333334, "CP_CoolingPower_kW_1Hz": 2.1626166666666675, "SE_EfficiencyFactor_percent_1Hz": 58.00720000000002, "cycle": 1899, "timestamp": "2027-09-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.18679333333375, "PS2_Pressure_bar_100Hz": 108.97238966666684, "PS3_Pressure_bar_100Hz": 1.9997854999999993, "PS4_Pressure_bar_100Hz": 10.085573500000018, "PS5_Pressure_bar_100Hz": 9.853016999999936, "PS6_Pressure_bar_100Hz": 9.7377288333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.6703816666666675, "FS2_VolumeFlow_l_per_min_10Hz": 10.170159999999983, "TS1_Temperature_C_1Hz": 36.202699999999986, "TS2_Temperature_C_1Hz": 41.87018333333333, "TS3_Temperature_C_1Hz": 39.07089999999999, "TS4_Temperature_C_1Hz": 31.148133333333313, "P1_MotorPower_W_100Hz": 2542.3769000000293, "VS1_Vibration_mm_per_s_1Hz": 0.5337333333333336, "CE_CoolingEfficiency_percent_1Hz": 47.26943333333334, "CP_CoolingPower_kW_1Hz": 2.173483333333335, "SE_EfficiencyFactor_percent_1Hz": 58.18371666666665, "cycle": 1900, "timestamp": "2027-09-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.09790166666724, "PS2_Pressure_bar_100Hz": 109.24149950000046, "PS3_Pressure_bar_100Hz": 2.002088333333336, "PS4_Pressure_bar_100Hz": 10.083263166666692, "PS5_Pressure_bar_100Hz": 9.850413999999914, "PS6_Pressure_bar_100Hz": 9.734838333333286, "FS1_VolumeFlow_l_per_min_10Hz": 6.685705000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.166644999999992, "TS1_Temperature_C_1Hz": 36.200816666666675, "TS2_Temperature_C_1Hz": 41.88871666666668, "TS3_Temperature_C_1Hz": 39.080683333333326, "TS4_Temperature_C_1Hz": 31.164433333333314, "P1_MotorPower_W_100Hz": 2541.145133333348, "VS1_Vibration_mm_per_s_1Hz": 0.5335000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.17301666666669, "CP_CoolingPower_kW_1Hz": 2.1683333333333343, "SE_EfficiencyFactor_percent_1Hz": 58.65526666666667, "cycle": 1901, "timestamp": "2027-09-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.09026333333384, "PS2_Pressure_bar_100Hz": 109.22048150000023, "PS3_Pressure_bar_100Hz": 2.0057555000000002, "PS4_Pressure_bar_100Hz": 10.082071833333352, "PS5_Pressure_bar_100Hz": 9.849883666666583, "PS6_Pressure_bar_100Hz": 9.734279499999975, "FS1_VolumeFlow_l_per_min_10Hz": 6.692756666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.166029999999983, "TS1_Temperature_C_1Hz": 36.19823333333332, "TS2_Temperature_C_1Hz": 41.893833333333355, "TS3_Temperature_C_1Hz": 39.08806666666667, "TS4_Temperature_C_1Hz": 31.190533333333324, "P1_MotorPower_W_100Hz": 2541.3871333333723, "VS1_Vibration_mm_per_s_1Hz": 0.53185, "CE_CoolingEfficiency_percent_1Hz": 47.04130000000004, "CP_CoolingPower_kW_1Hz": 2.163133333333334, "SE_EfficiencyFactor_percent_1Hz": 58.738100000000024, "cycle": 1902, "timestamp": "2027-09-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.09020666666657, "PS2_Pressure_bar_100Hz": 109.22926766666683, "PS3_Pressure_bar_100Hz": 1.9930856666666639, "PS4_Pressure_bar_100Hz": 9.360767333333381, "PS5_Pressure_bar_100Hz": 9.849049166666578, "PS6_Pressure_bar_100Hz": 9.733214999999943, "FS1_VolumeFlow_l_per_min_10Hz": 6.692294999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.16743333333332, "TS1_Temperature_C_1Hz": 36.209300000000006, "TS2_Temperature_C_1Hz": 41.89620000000001, "TS3_Temperature_C_1Hz": 39.092633333333325, "TS4_Temperature_C_1Hz": 31.205116666666644, "P1_MotorPower_W_100Hz": 2542.444733333353, "VS1_Vibration_mm_per_s_1Hz": 0.5422499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.988983333333344, "CP_CoolingPower_kW_1Hz": 2.1616500000000003, "SE_EfficiencyFactor_percent_1Hz": 58.72856666666666, "cycle": 1903, "timestamp": "2027-09-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.100256666667, "PS2_Pressure_bar_100Hz": 109.22688000000014, "PS3_Pressure_bar_100Hz": 1.9873526666666634, "PS4_Pressure_bar_100Hz": 1.0158041666666668, "PS5_Pressure_bar_100Hz": 9.852759999999924, "PS6_Pressure_bar_100Hz": 9.737101499999913, "FS1_VolumeFlow_l_per_min_10Hz": 6.695859999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.16846166666666, "TS1_Temperature_C_1Hz": 36.21945, "TS2_Temperature_C_1Hz": 41.904366666666675, "TS3_Temperature_C_1Hz": 39.09394999999999, "TS4_Temperature_C_1Hz": 31.149583333333315, "P1_MotorPower_W_100Hz": 2542.210266666741, "VS1_Vibration_mm_per_s_1Hz": 0.5383333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.47173333333335, "CP_CoolingPower_kW_1Hz": 2.1750833333333346, "SE_EfficiencyFactor_percent_1Hz": 58.79058333333334, "cycle": 1904, "timestamp": "2027-09-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.12974666666727, "PS2_Pressure_bar_100Hz": 109.24357433333373, "PS3_Pressure_bar_100Hz": 1.9966980000000034, "PS4_Pressure_bar_100Hz": 1.3806190000000012, "PS5_Pressure_bar_100Hz": 9.850286833333305, "PS6_Pressure_bar_100Hz": 9.735212333333243, "FS1_VolumeFlow_l_per_min_10Hz": 6.698285000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.171519999999989, "TS1_Temperature_C_1Hz": 36.222166666666666, "TS2_Temperature_C_1Hz": 41.89415000000001, "TS3_Temperature_C_1Hz": 39.09976666666666, "TS4_Temperature_C_1Hz": 31.175883333333328, "P1_MotorPower_W_100Hz": 2542.5290666667233, "VS1_Vibration_mm_per_s_1Hz": 0.5428166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.398366666666675, "CP_CoolingPower_kW_1Hz": 2.1699666666666673, "SE_EfficiencyFactor_percent_1Hz": 58.803883333333324, "cycle": 1905, "timestamp": "2027-09-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.10688333333368, "PS2_Pressure_bar_100Hz": 109.22321733333357, "PS3_Pressure_bar_100Hz": 1.9908206666666692, "PS4_Pressure_bar_100Hz": 1.1227026666666633, "PS5_Pressure_bar_100Hz": 9.847092833333312, "PS6_Pressure_bar_100Hz": 9.731994166666588, "FS1_VolumeFlow_l_per_min_10Hz": 6.693803333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.170663333333323, "TS1_Temperature_C_1Hz": 36.22631666666666, "TS2_Temperature_C_1Hz": 41.88825000000002, "TS3_Temperature_C_1Hz": 39.12153333333332, "TS4_Temperature_C_1Hz": 31.173333333333325, "P1_MotorPower_W_100Hz": 2541.4672000000255, "VS1_Vibration_mm_per_s_1Hz": 0.5351166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.504766666666654, "CP_CoolingPower_kW_1Hz": 2.176483333333334, "SE_EfficiencyFactor_percent_1Hz": 58.80641666666664, "cycle": 1906, "timestamp": "2027-09-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.11730333333367, "PS2_Pressure_bar_100Hz": 109.24407233333328, "PS3_Pressure_bar_100Hz": 1.993822499999999, "PS4_Pressure_bar_100Hz": 0.18812816666666693, "PS5_Pressure_bar_100Hz": 9.846315999999934, "PS6_Pressure_bar_100Hz": 9.730740333333221, "FS1_VolumeFlow_l_per_min_10Hz": 6.694111666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.16859666666665, "TS1_Temperature_C_1Hz": 36.23715, "TS2_Temperature_C_1Hz": 41.886600000000016, "TS3_Temperature_C_1Hz": 39.12318333333331, "TS4_Temperature_C_1Hz": 31.187533333333324, "P1_MotorPower_W_100Hz": 2541.379400000042, "VS1_Vibration_mm_per_s_1Hz": 0.5349500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.45341666666666, "CP_CoolingPower_kW_1Hz": 2.1737500000000005, "SE_EfficiencyFactor_percent_1Hz": 58.80455000000001, "cycle": 1907, "timestamp": "2027-09-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.11454666666685, "PS2_Pressure_bar_100Hz": 109.23765233333374, "PS3_Pressure_bar_100Hz": 1.9950646666666716, "PS4_Pressure_bar_100Hz": 1.2028463333333377, "PS5_Pressure_bar_100Hz": 9.848694499999894, "PS6_Pressure_bar_100Hz": 9.73480366666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.692379999999998, "FS2_VolumeFlow_l_per_min_10Hz": 10.168901666666658, "TS1_Temperature_C_1Hz": 36.246249999999996, "TS2_Temperature_C_1Hz": 41.90433333333335, "TS3_Temperature_C_1Hz": 39.11229999999998, "TS4_Temperature_C_1Hz": 31.22296666666666, "P1_MotorPower_W_100Hz": 2540.7340666667246, "VS1_Vibration_mm_per_s_1Hz": 0.5355666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.22205000000002, "CP_CoolingPower_kW_1Hz": 2.1621666666666672, "SE_EfficiencyFactor_percent_1Hz": 58.80618333333334, "cycle": 1908, "timestamp": "2027-09-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.11985833333412, "PS2_Pressure_bar_100Hz": 109.23990066666664, "PS3_Pressure_bar_100Hz": 1.9977936666666707, "PS4_Pressure_bar_100Hz": 1.5152396666666603, "PS5_Pressure_bar_100Hz": 9.848388166666604, "PS6_Pressure_bar_100Hz": 9.733150333333269, "FS1_VolumeFlow_l_per_min_10Hz": 6.691721666666661, "FS2_VolumeFlow_l_per_min_10Hz": 10.166458333333322, "TS1_Temperature_C_1Hz": 36.24539999999999, "TS2_Temperature_C_1Hz": 41.90626666666667, "TS3_Temperature_C_1Hz": 39.131383333333325, "TS4_Temperature_C_1Hz": 31.25204999999998, "P1_MotorPower_W_100Hz": 2541.344900000031, "VS1_Vibration_mm_per_s_1Hz": 0.5319166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.10289999999999, "CP_CoolingPower_kW_1Hz": 2.161016666666667, "SE_EfficiencyFactor_percent_1Hz": 58.794799999999995, "cycle": 1909, "timestamp": "2027-09-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.10854999999975, "PS2_Pressure_bar_100Hz": 109.23484800000001, "PS3_Pressure_bar_100Hz": 1.9967160000000057, "PS4_Pressure_bar_100Hz": 1.431058166666669, "PS5_Pressure_bar_100Hz": 9.84820299999995, "PS6_Pressure_bar_100Hz": 9.732994666666569, "FS1_VolumeFlow_l_per_min_10Hz": 6.689653333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.166081666666662, "TS1_Temperature_C_1Hz": 36.254300000000015, "TS2_Temperature_C_1Hz": 41.92495, "TS3_Temperature_C_1Hz": 39.12948333333331, "TS4_Temperature_C_1Hz": 31.226, "P1_MotorPower_W_100Hz": 2541.8379666666974, "VS1_Vibration_mm_per_s_1Hz": 0.5366166666666665, "CE_CoolingEfficiency_percent_1Hz": 47.24575000000001, "CP_CoolingPower_kW_1Hz": 2.1653666666666678, "SE_EfficiencyFactor_percent_1Hz": 58.754383333333344, "cycle": 1910, "timestamp": "2027-09-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0082250000005, "PS2_Pressure_bar_100Hz": 109.42684716666717, "PS3_Pressure_bar_100Hz": 2.0092816666666717, "PS4_Pressure_bar_100Hz": 1.0970676666666686, "PS5_Pressure_bar_100Hz": 9.849929833333293, "PS6_Pressure_bar_100Hz": 9.735420666666622, "FS1_VolumeFlow_l_per_min_10Hz": 6.705484999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.167218333333325, "TS1_Temperature_C_1Hz": 36.25673333333332, "TS2_Temperature_C_1Hz": 41.9257, "TS3_Temperature_C_1Hz": 39.13588333333333, "TS4_Temperature_C_1Hz": 31.272566666666656, "P1_MotorPower_W_100Hz": 2542.881033333376, "VS1_Vibration_mm_per_s_1Hz": 0.5374666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.007416666666664, "CP_CoolingPower_kW_1Hz": 2.1562999999999994, "SE_EfficiencyFactor_percent_1Hz": 59.073933333333336, "cycle": 1911, "timestamp": "2027-09-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0335100000006, "PS2_Pressure_bar_100Hz": 109.452709, "PS3_Pressure_bar_100Hz": 2.009106166666668, "PS4_Pressure_bar_100Hz": 1.3029921666666653, "PS5_Pressure_bar_100Hz": 9.849072166666593, "PS6_Pressure_bar_100Hz": 9.733792333333309, "FS1_VolumeFlow_l_per_min_10Hz": 6.7061683333333315, "FS2_VolumeFlow_l_per_min_10Hz": 10.164604999999996, "TS1_Temperature_C_1Hz": 36.25621666666665, "TS2_Temperature_C_1Hz": 41.927133333333344, "TS3_Temperature_C_1Hz": 39.13769999999999, "TS4_Temperature_C_1Hz": 31.233366666666658, "P1_MotorPower_W_100Hz": 2544.0098000000207, "VS1_Vibration_mm_per_s_1Hz": 0.5302833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.21510000000001, "CP_CoolingPower_kW_1Hz": 2.1645000000000008, "SE_EfficiencyFactor_percent_1Hz": 59.04391666666667, "cycle": 1912, "timestamp": "2027-09-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03953333333357, "PS2_Pressure_bar_100Hz": 109.44574550000044, "PS3_Pressure_bar_100Hz": 2.0003785000000036, "PS4_Pressure_bar_100Hz": 2.212016333333333, "PS5_Pressure_bar_100Hz": 9.841998999999973, "PS6_Pressure_bar_100Hz": 9.727248333333277, "FS1_VolumeFlow_l_per_min_10Hz": 6.703554999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.163924999999995, "TS1_Temperature_C_1Hz": 36.252316666666665, "TS2_Temperature_C_1Hz": 41.93878333333332, "TS3_Temperature_C_1Hz": 39.15024999999999, "TS4_Temperature_C_1Hz": 31.282750000000004, "P1_MotorPower_W_100Hz": 2544.489033333362, "VS1_Vibration_mm_per_s_1Hz": 0.5354833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.95661666666667, "CP_CoolingPower_kW_1Hz": 2.1542333333333343, "SE_EfficiencyFactor_percent_1Hz": 59.016783333333336, "cycle": 1913, "timestamp": "2027-09-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02566833333418, "PS2_Pressure_bar_100Hz": 109.43645433333324, "PS3_Pressure_bar_100Hz": 2.0025268333333357, "PS4_Pressure_bar_100Hz": 2.9426611666666536, "PS5_Pressure_bar_100Hz": 9.844395833333294, "PS6_Pressure_bar_100Hz": 9.729876333333262, "FS1_VolumeFlow_l_per_min_10Hz": 6.70373, "FS2_VolumeFlow_l_per_min_10Hz": 10.16338166666665, "TS1_Temperature_C_1Hz": 36.25129999999999, "TS2_Temperature_C_1Hz": 41.94755000000001, "TS3_Temperature_C_1Hz": 39.14773333333332, "TS4_Temperature_C_1Hz": 31.276216666666652, "P1_MotorPower_W_100Hz": 2541.6662666666507, "VS1_Vibration_mm_per_s_1Hz": 0.5334833333333335, "CE_CoolingEfficiency_percent_1Hz": 47.00435000000002, "CP_CoolingPower_kW_1Hz": 2.155233333333334, "SE_EfficiencyFactor_percent_1Hz": 59.109416666666654, "cycle": 1914, "timestamp": "2027-09-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02086333333392, "PS2_Pressure_bar_100Hz": 109.43917600000036, "PS3_Pressure_bar_100Hz": 1.9992663333333334, "PS4_Pressure_bar_100Hz": 4.340742000000008, "PS5_Pressure_bar_100Hz": 9.842282333333296, "PS6_Pressure_bar_100Hz": 9.727567333333306, "FS1_VolumeFlow_l_per_min_10Hz": 6.702551666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.164493333333326, "TS1_Temperature_C_1Hz": 36.25361666666665, "TS2_Temperature_C_1Hz": 41.94951666666666, "TS3_Temperature_C_1Hz": 39.15893333333334, "TS4_Temperature_C_1Hz": 31.264449999999986, "P1_MotorPower_W_100Hz": 2542.747866666683, "VS1_Vibration_mm_per_s_1Hz": 0.5346833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.29745, "CP_CoolingPower_kW_1Hz": 2.1601666666666675, "SE_EfficiencyFactor_percent_1Hz": 59.04126666666668, "cycle": 1915, "timestamp": "2027-09-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03852166666687, "PS2_Pressure_bar_100Hz": 109.47010083333356, "PS3_Pressure_bar_100Hz": 1.9977408333333393, "PS4_Pressure_bar_100Hz": 6.163237500000006, "PS5_Pressure_bar_100Hz": 9.84253633333324, "PS6_Pressure_bar_100Hz": 9.728405499999973, "FS1_VolumeFlow_l_per_min_10Hz": 6.704413333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.164095000000007, "TS1_Temperature_C_1Hz": 36.26518333333333, "TS2_Temperature_C_1Hz": 41.95960000000001, "TS3_Temperature_C_1Hz": 39.15976666666667, "TS4_Temperature_C_1Hz": 31.293299999999974, "P1_MotorPower_W_100Hz": 2544.9930333333314, "VS1_Vibration_mm_per_s_1Hz": 0.5333000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.217933333333335, "CP_CoolingPower_kW_1Hz": 2.1547166666666664, "SE_EfficiencyFactor_percent_1Hz": 59.027183333333305, "cycle": 1916, "timestamp": "2027-09-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0196149999999, "PS2_Pressure_bar_100Hz": 109.4248748333335, "PS3_Pressure_bar_100Hz": 1.9986010000000043, "PS4_Pressure_bar_100Hz": 7.441662333333297, "PS5_Pressure_bar_100Hz": 9.84423933333331, "PS6_Pressure_bar_100Hz": 9.730715666666608, "FS1_VolumeFlow_l_per_min_10Hz": 6.707610000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.16569166666665, "TS1_Temperature_C_1Hz": 36.280300000000004, "TS2_Temperature_C_1Hz": 41.973616666666665, "TS3_Temperature_C_1Hz": 39.17388333333333, "TS4_Temperature_C_1Hz": 31.294266666666648, "P1_MotorPower_W_100Hz": 2540.8425000000343, "VS1_Vibration_mm_per_s_1Hz": 0.5365500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.28578333333334, "CP_CoolingPower_kW_1Hz": 2.16005, "SE_EfficiencyFactor_percent_1Hz": 59.13898333333334, "cycle": 1917, "timestamp": "2027-09-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98809333333367, "PS2_Pressure_bar_100Hz": 109.42290783333377, "PS3_Pressure_bar_100Hz": 2.0028600000000054, "PS4_Pressure_bar_100Hz": 7.67025966666668, "PS5_Pressure_bar_100Hz": 9.838990833333318, "PS6_Pressure_bar_100Hz": 9.72549133333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.707245, "FS2_VolumeFlow_l_per_min_10Hz": 10.164776666666656, "TS1_Temperature_C_1Hz": 36.2891, "TS2_Temperature_C_1Hz": 41.961433333333325, "TS3_Temperature_C_1Hz": 39.184, "TS4_Temperature_C_1Hz": 31.28418333333332, "P1_MotorPower_W_100Hz": 2541.4128666667257, "VS1_Vibration_mm_per_s_1Hz": 0.5340833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.29750000000002, "CP_CoolingPower_kW_1Hz": 2.1606666666666667, "SE_EfficiencyFactor_percent_1Hz": 59.11840000000002, "cycle": 1918, "timestamp": "2027-09-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00650666666752, "PS2_Pressure_bar_100Hz": 109.42437500000051, "PS3_Pressure_bar_100Hz": 2.0010193333333284, "PS4_Pressure_bar_100Hz": 8.255297333333353, "PS5_Pressure_bar_100Hz": 9.839387833333326, "PS6_Pressure_bar_100Hz": 9.725926833333256, "FS1_VolumeFlow_l_per_min_10Hz": 6.707201666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.163395000000016, "TS1_Temperature_C_1Hz": 36.30136666666667, "TS2_Temperature_C_1Hz": 41.97666666666666, "TS3_Temperature_C_1Hz": 39.18348333333333, "TS4_Temperature_C_1Hz": 31.292866666666647, "P1_MotorPower_W_100Hz": 2540.598166666716, "VS1_Vibration_mm_per_s_1Hz": 0.5368666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.290450000000014, "CP_CoolingPower_kW_1Hz": 2.1610166666666673, "SE_EfficiencyFactor_percent_1Hz": 59.13843333333332, "cycle": 1919, "timestamp": "2027-10-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00848833333373, "PS2_Pressure_bar_100Hz": 109.43133966666699, "PS3_Pressure_bar_100Hz": 1.9991596666666616, "PS4_Pressure_bar_100Hz": 8.31861116666665, "PS5_Pressure_bar_100Hz": 9.838058499999986, "PS6_Pressure_bar_100Hz": 9.723558499999925, "FS1_VolumeFlow_l_per_min_10Hz": 6.704675000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.161340000000003, "TS1_Temperature_C_1Hz": 36.29769999999999, "TS2_Temperature_C_1Hz": 41.99064999999999, "TS3_Temperature_C_1Hz": 39.19081666666666, "TS4_Temperature_C_1Hz": 31.295650000000002, "P1_MotorPower_W_100Hz": 2544.0956333333716, "VS1_Vibration_mm_per_s_1Hz": 0.5421833333333335, "CE_CoolingEfficiency_percent_1Hz": 47.30456666666668, "CP_CoolingPower_kW_1Hz": 2.161600000000001, "SE_EfficiencyFactor_percent_1Hz": 59.032533333333305, "cycle": 1920, "timestamp": "2027-10-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.93326666666692, "PS2_Pressure_bar_100Hz": 109.54857750000022, "PS3_Pressure_bar_100Hz": 2.001423000000001, "PS4_Pressure_bar_100Hz": 8.362135333333358, "PS5_Pressure_bar_100Hz": 9.838637666666727, "PS6_Pressure_bar_100Hz": 9.724737666666602, "FS1_VolumeFlow_l_per_min_10Hz": 6.7029516666666655, "FS2_VolumeFlow_l_per_min_10Hz": 10.16348833333332, "TS1_Temperature_C_1Hz": 36.300399999999996, "TS2_Temperature_C_1Hz": 41.98873333333332, "TS3_Temperature_C_1Hz": 39.18528333333334, "TS4_Temperature_C_1Hz": 31.289649999999984, "P1_MotorPower_W_100Hz": 2543.2465666666926, "VS1_Vibration_mm_per_s_1Hz": 0.5405833333333335, "CE_CoolingEfficiency_percent_1Hz": 47.30518333333335, "CP_CoolingPower_kW_1Hz": 2.1611666666666673, "SE_EfficiencyFactor_percent_1Hz": 59.07263333333332, "cycle": 1921, "timestamp": "2027-10-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.94871000000015, "PS2_Pressure_bar_100Hz": 109.56547016666705, "PS3_Pressure_bar_100Hz": 2.0020398333333325, "PS4_Pressure_bar_100Hz": 8.804883500000027, "PS5_Pressure_bar_100Hz": 9.835026999999997, "PS6_Pressure_bar_100Hz": 9.720982666666593, "FS1_VolumeFlow_l_per_min_10Hz": 6.699441666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.16101666666666, "TS1_Temperature_C_1Hz": 36.30841666666666, "TS2_Temperature_C_1Hz": 41.9762, "TS3_Temperature_C_1Hz": 39.20960000000001, "TS4_Temperature_C_1Hz": 31.29273333333332, "P1_MotorPower_W_100Hz": 2542.2916666666797, "VS1_Vibration_mm_per_s_1Hz": 0.53175, "CE_CoolingEfficiency_percent_1Hz": 47.37391666666666, "CP_CoolingPower_kW_1Hz": 2.1672833333333346, "SE_EfficiencyFactor_percent_1Hz": 59.05520000000002, "cycle": 1922, "timestamp": "2027-10-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.94072833333394, "PS2_Pressure_bar_100Hz": 109.57250650000023, "PS3_Pressure_bar_100Hz": 1.9974311666666642, "PS4_Pressure_bar_100Hz": 8.858172000000044, "PS5_Pressure_bar_100Hz": 9.831872833333293, "PS6_Pressure_bar_100Hz": 9.717812166666638, "FS1_VolumeFlow_l_per_min_10Hz": 6.705898333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.159506666666651, "TS1_Temperature_C_1Hz": 36.32191666666668, "TS2_Temperature_C_1Hz": 41.99043333333332, "TS3_Temperature_C_1Hz": 39.21088333333333, "TS4_Temperature_C_1Hz": 31.30433333333332, "P1_MotorPower_W_100Hz": 2540.081466666696, "VS1_Vibration_mm_per_s_1Hz": 0.5325166666666665, "CE_CoolingEfficiency_percent_1Hz": 47.341849999999994, "CP_CoolingPower_kW_1Hz": 2.1672333333333347, "SE_EfficiencyFactor_percent_1Hz": 59.27296666666669, "cycle": 1923, "timestamp": "2027-10-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.95862333333395, "PS2_Pressure_bar_100Hz": 109.55957516666733, "PS3_Pressure_bar_100Hz": 2.0096531666666673, "PS4_Pressure_bar_100Hz": 9.904015166666706, "PS5_Pressure_bar_100Hz": 9.832411166666635, "PS6_Pressure_bar_100Hz": 9.717700166666612, "FS1_VolumeFlow_l_per_min_10Hz": 6.705520000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.156931666666662, "TS1_Temperature_C_1Hz": 36.31206666666666, "TS2_Temperature_C_1Hz": 42.00066666666667, "TS3_Temperature_C_1Hz": 39.21371666666668, "TS4_Temperature_C_1Hz": 31.290716666666643, "P1_MotorPower_W_100Hz": 2540.244333333345, "VS1_Vibration_mm_per_s_1Hz": 0.5347333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.40028333333335, "CP_CoolingPower_kW_1Hz": 2.1679333333333344, "SE_EfficiencyFactor_percent_1Hz": 59.253600000000006, "cycle": 1924, "timestamp": "2027-10-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.94263500000025, "PS2_Pressure_bar_100Hz": 109.57652816666665, "PS3_Pressure_bar_100Hz": 2.003579333333331, "PS4_Pressure_bar_100Hz": 10.06719700000004, "PS5_Pressure_bar_100Hz": 9.835058333333318, "PS6_Pressure_bar_100Hz": 9.720700999999929, "FS1_VolumeFlow_l_per_min_10Hz": 6.693678333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.158784999999991, "TS1_Temperature_C_1Hz": 36.32548333333333, "TS2_Temperature_C_1Hz": 42.01664999999999, "TS3_Temperature_C_1Hz": 39.212849999999996, "TS4_Temperature_C_1Hz": 31.30576666666666, "P1_MotorPower_W_100Hz": 2537.1647666667163, "VS1_Vibration_mm_per_s_1Hz": 0.5306833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.30163333333333, "CP_CoolingPower_kW_1Hz": 2.1634833333333336, "SE_EfficiencyFactor_percent_1Hz": 59.052300000000024, "cycle": 1925, "timestamp": "2027-10-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9219050000004, "PS2_Pressure_bar_100Hz": 109.55166000000031, "PS3_Pressure_bar_100Hz": 2.0117463333333334, "PS4_Pressure_bar_100Hz": 10.059388500000033, "PS5_Pressure_bar_100Hz": 9.830082166666678, "PS6_Pressure_bar_100Hz": 9.714584166666665, "FS1_VolumeFlow_l_per_min_10Hz": 6.696389999999993, "FS2_VolumeFlow_l_per_min_10Hz": 10.151003333333337, "TS1_Temperature_C_1Hz": 36.309333333333335, "TS2_Temperature_C_1Hz": 42.017049999999976, "TS3_Temperature_C_1Hz": 39.21703333333334, "TS4_Temperature_C_1Hz": 31.292166666666652, "P1_MotorPower_W_100Hz": 2539.7114000000083, "VS1_Vibration_mm_per_s_1Hz": 0.5295833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.410066666666665, "CP_CoolingPower_kW_1Hz": 2.167850000000001, "SE_EfficiencyFactor_percent_1Hz": 59.055616666666666, "cycle": 1926, "timestamp": "2027-10-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91839500000054, "PS2_Pressure_bar_100Hz": 109.52871083333353, "PS3_Pressure_bar_100Hz": 2.0130625000000024, "PS4_Pressure_bar_100Hz": 10.059199833333333, "PS5_Pressure_bar_100Hz": 9.8276636666666, "PS6_Pressure_bar_100Hz": 9.71325199999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.705470000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.146468333333335, "TS1_Temperature_C_1Hz": 36.32156666666667, "TS2_Temperature_C_1Hz": 41.99821666666665, "TS3_Temperature_C_1Hz": 39.21663333333335, "TS4_Temperature_C_1Hz": 31.292499999999983, "P1_MotorPower_W_100Hz": 2540.6379333333884, "VS1_Vibration_mm_per_s_1Hz": 0.5301833333333331, "CE_CoolingEfficiency_percent_1Hz": 47.414233333333335, "CP_CoolingPower_kW_1Hz": 2.165550000000001, "SE_EfficiencyFactor_percent_1Hz": 59.21926666666666, "cycle": 1927, "timestamp": "2027-10-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9392616666671, "PS2_Pressure_bar_100Hz": 109.5575703333333, "PS3_Pressure_bar_100Hz": 2.008704666666666, "PS4_Pressure_bar_100Hz": 10.061704833333357, "PS5_Pressure_bar_100Hz": 9.831462999999989, "PS6_Pressure_bar_100Hz": 9.71692533333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.705455, "FS2_VolumeFlow_l_per_min_10Hz": 10.150326666666665, "TS1_Temperature_C_1Hz": 36.322183333333335, "TS2_Temperature_C_1Hz": 41.996733333333324, "TS3_Temperature_C_1Hz": 39.215266666666665, "TS4_Temperature_C_1Hz": 31.29399999999998, "P1_MotorPower_W_100Hz": 2542.088466666686, "VS1_Vibration_mm_per_s_1Hz": 0.5243666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.38831666666666, "CP_CoolingPower_kW_1Hz": 2.165916666666668, "SE_EfficiencyFactor_percent_1Hz": 59.174499999999995, "cycle": 1928, "timestamp": "2027-10-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.93476333333365, "PS2_Pressure_bar_100Hz": 109.54631449999992, "PS3_Pressure_bar_100Hz": 2.0045266666666675, "PS4_Pressure_bar_100Hz": 10.060824666666672, "PS5_Pressure_bar_100Hz": 9.83142799999996, "PS6_Pressure_bar_100Hz": 9.716618999999955, "FS1_VolumeFlow_l_per_min_10Hz": 6.707768333333326, "FS2_VolumeFlow_l_per_min_10Hz": 10.151023333333336, "TS1_Temperature_C_1Hz": 36.336, "TS2_Temperature_C_1Hz": 42.00378333333333, "TS3_Temperature_C_1Hz": 39.2148, "TS4_Temperature_C_1Hz": 31.295299999999987, "P1_MotorPower_W_100Hz": 2540.6699000000285, "VS1_Vibration_mm_per_s_1Hz": 0.5306166666666665, "CE_CoolingEfficiency_percent_1Hz": 47.391199999999984, "CP_CoolingPower_kW_1Hz": 2.1667000000000014, "SE_EfficiencyFactor_percent_1Hz": 59.25226666666666, "cycle": 1929, "timestamp": "2027-10-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.92297833333342, "PS2_Pressure_bar_100Hz": 109.5650666666667, "PS3_Pressure_bar_100Hz": 2.000682666666663, "PS4_Pressure_bar_100Hz": 10.062112666666673, "PS5_Pressure_bar_100Hz": 9.83118766666661, "PS6_Pressure_bar_100Hz": 9.71657783333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.705471666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.148851666666683, "TS1_Temperature_C_1Hz": 36.3406, "TS2_Temperature_C_1Hz": 42.01494999999998, "TS3_Temperature_C_1Hz": 39.21626666666666, "TS4_Temperature_C_1Hz": 31.333066666666678, "P1_MotorPower_W_100Hz": 2537.712766666709, "VS1_Vibration_mm_per_s_1Hz": 0.5373166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.18471666666666, "CP_CoolingPower_kW_1Hz": 2.1562000000000006, "SE_EfficiencyFactor_percent_1Hz": 59.22853333333333, "cycle": 1930, "timestamp": "2027-10-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.87548333333365, "PS2_Pressure_bar_100Hz": 109.52823966666683, "PS3_Pressure_bar_100Hz": 2.0101109999999975, "PS4_Pressure_bar_100Hz": 10.066957333333406, "PS5_Pressure_bar_100Hz": 9.836984666666622, "PS6_Pressure_bar_100Hz": 9.722458333333314, "FS1_VolumeFlow_l_per_min_10Hz": 6.700166666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.153655000000004, "TS1_Temperature_C_1Hz": 36.29743333333333, "TS2_Temperature_C_1Hz": 42.011083333333325, "TS3_Temperature_C_1Hz": 39.21666666666667, "TS4_Temperature_C_1Hz": 31.357016666666667, "P1_MotorPower_W_100Hz": 2542.290200000029, "VS1_Vibration_mm_per_s_1Hz": 0.537, "CE_CoolingEfficiency_percent_1Hz": 46.99163333333331, "CP_CoolingPower_kW_1Hz": 2.149016666666667, "SE_EfficiencyFactor_percent_1Hz": 59.04420000000004, "cycle": 1931, "timestamp": "2027-10-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.92460833333342, "PS2_Pressure_bar_100Hz": 109.52475133333351, "PS3_Pressure_bar_100Hz": 1.9960774999999928, "PS4_Pressure_bar_100Hz": 10.063095333333377, "PS5_Pressure_bar_100Hz": 9.832832333333306, "PS6_Pressure_bar_100Hz": 9.718505999999959, "FS1_VolumeFlow_l_per_min_10Hz": 6.69340333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.148583333333331, "TS1_Temperature_C_1Hz": 36.30730000000001, "TS2_Temperature_C_1Hz": 42.000550000000004, "TS3_Temperature_C_1Hz": 39.218616666666655, "TS4_Temperature_C_1Hz": 31.356916666666667, "P1_MotorPower_W_100Hz": 2539.6926333333463, "VS1_Vibration_mm_per_s_1Hz": 0.5391666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.02218333333333, "CP_CoolingPower_kW_1Hz": 2.1501166666666673, "SE_EfficiencyFactor_percent_1Hz": 59.03231666666667, "cycle": 1932, "timestamp": "2027-10-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.92307833333368, "PS2_Pressure_bar_100Hz": 109.52848999999992, "PS3_Pressure_bar_100Hz": 2.006344499999996, "PS4_Pressure_bar_100Hz": 10.06927283333332, "PS5_Pressure_bar_100Hz": 9.83696633333333, "PS6_Pressure_bar_100Hz": 9.722095333333277, "FS1_VolumeFlow_l_per_min_10Hz": 6.691621666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.150656666666674, "TS1_Temperature_C_1Hz": 36.311499999999995, "TS2_Temperature_C_1Hz": 41.989266666666666, "TS3_Temperature_C_1Hz": 39.20969999999999, "TS4_Temperature_C_1Hz": 31.32761666666666, "P1_MotorPower_W_100Hz": 2541.9816333333415, "VS1_Vibration_mm_per_s_1Hz": 0.5427666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.19648333333332, "CP_CoolingPower_kW_1Hz": 2.1565666666666674, "SE_EfficiencyFactor_percent_1Hz": 58.91166666666667, "cycle": 1933, "timestamp": "2027-10-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.93701500000026, "PS2_Pressure_bar_100Hz": 109.56049316666709, "PS3_Pressure_bar_100Hz": 2.0023828333333333, "PS4_Pressure_bar_100Hz": 10.070999000000025, "PS5_Pressure_bar_100Hz": 9.840205999999972, "PS6_Pressure_bar_100Hz": 9.725445666666651, "FS1_VolumeFlow_l_per_min_10Hz": 6.693453333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.152588333333338, "TS1_Temperature_C_1Hz": 36.315250000000006, "TS2_Temperature_C_1Hz": 41.99205000000001, "TS3_Temperature_C_1Hz": 39.2185, "TS4_Temperature_C_1Hz": 31.313583333333323, "P1_MotorPower_W_100Hz": 2539.7588666666766, "VS1_Vibration_mm_per_s_1Hz": 0.5320499999999999, "CE_CoolingEfficiency_percent_1Hz": 47.304166666666646, "CP_CoolingPower_kW_1Hz": 2.164133333333333, "SE_EfficiencyFactor_percent_1Hz": 58.987983333333325, "cycle": 1934, "timestamp": "2027-10-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.923111666667, "PS2_Pressure_bar_100Hz": 109.52223916666748, "PS3_Pressure_bar_100Hz": 1.999821166666668, "PS4_Pressure_bar_100Hz": 10.073707666666674, "PS5_Pressure_bar_100Hz": 9.841080666666677, "PS6_Pressure_bar_100Hz": 9.727762499999923, "FS1_VolumeFlow_l_per_min_10Hz": 6.703078333333339, "FS2_VolumeFlow_l_per_min_10Hz": 10.152501666666677, "TS1_Temperature_C_1Hz": 36.31678333333332, "TS2_Temperature_C_1Hz": 41.99904999999999, "TS3_Temperature_C_1Hz": 39.211099999999995, "TS4_Temperature_C_1Hz": 31.300716666666656, "P1_MotorPower_W_100Hz": 2542.893733333354, "VS1_Vibration_mm_per_s_1Hz": 0.5371666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.33568333333332, "CP_CoolingPower_kW_1Hz": 2.164183333333334, "SE_EfficiencyFactor_percent_1Hz": 59.12936666666668, "cycle": 1935, "timestamp": "2027-10-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91676666666666, "PS2_Pressure_bar_100Hz": 109.52455466666702, "PS3_Pressure_bar_100Hz": 1.9932268333333387, "PS4_Pressure_bar_100Hz": 10.0680966666667, "PS5_Pressure_bar_100Hz": 9.83736983333334, "PS6_Pressure_bar_100Hz": 9.723222999999948, "FS1_VolumeFlow_l_per_min_10Hz": 6.690324999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.147596666666672, "TS1_Temperature_C_1Hz": 36.31413333333333, "TS2_Temperature_C_1Hz": 41.99618333333334, "TS3_Temperature_C_1Hz": 39.21024999999999, "TS4_Temperature_C_1Hz": 31.334233333333323, "P1_MotorPower_W_100Hz": 2539.214400000057, "VS1_Vibration_mm_per_s_1Hz": 0.5408000000000003, "CE_CoolingEfficiency_percent_1Hz": 47.12615000000002, "CP_CoolingPower_kW_1Hz": 2.153083333333334, "SE_EfficiencyFactor_percent_1Hz": 58.98879999999999, "cycle": 1936, "timestamp": "2027-10-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91894999999988, "PS2_Pressure_bar_100Hz": 109.53179133333354, "PS3_Pressure_bar_100Hz": 2.000942333333341, "PS4_Pressure_bar_100Hz": 10.067109333333363, "PS5_Pressure_bar_100Hz": 9.835823166666646, "PS6_Pressure_bar_100Hz": 9.721966999999939, "FS1_VolumeFlow_l_per_min_10Hz": 6.695340000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.14719, "TS1_Temperature_C_1Hz": 36.32019999999999, "TS2_Temperature_C_1Hz": 41.995133333333314, "TS3_Temperature_C_1Hz": 39.215099999999985, "TS4_Temperature_C_1Hz": 31.311583333333328, "P1_MotorPower_W_100Hz": 2539.218066666701, "VS1_Vibration_mm_per_s_1Hz": 0.5339499999999998, "CE_CoolingEfficiency_percent_1Hz": 47.278466666666645, "CP_CoolingPower_kW_1Hz": 2.1607333333333334, "SE_EfficiencyFactor_percent_1Hz": 59.09045000000001, "cycle": 1937, "timestamp": "2027-10-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9295433333338, "PS2_Pressure_bar_100Hz": 109.54311750000053, "PS3_Pressure_bar_100Hz": 1.9942770000000016, "PS4_Pressure_bar_100Hz": 10.068627333333351, "PS5_Pressure_bar_100Hz": 9.837373333333318, "PS6_Pressure_bar_100Hz": 9.72287766666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.705621666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.147863333333346, "TS1_Temperature_C_1Hz": 36.31706666666665, "TS2_Temperature_C_1Hz": 41.99318333333334, "TS3_Temperature_C_1Hz": 39.21500000000001, "TS4_Temperature_C_1Hz": 31.297499999999996, "P1_MotorPower_W_100Hz": 2540.1246333333515, "VS1_Vibration_mm_per_s_1Hz": 0.5357, "CE_CoolingEfficiency_percent_1Hz": 47.34868333333335, "CP_CoolingPower_kW_1Hz": 2.16435, "SE_EfficiencyFactor_percent_1Hz": 59.227683333333324, "cycle": 1938, "timestamp": "2027-10-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.93036666666725, "PS2_Pressure_bar_100Hz": 109.54030466666724, "PS3_Pressure_bar_100Hz": 2.000267666666663, "PS4_Pressure_bar_100Hz": 10.065404833333378, "PS5_Pressure_bar_100Hz": 9.835942666666654, "PS6_Pressure_bar_100Hz": 9.72055533333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.689101666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.14897833333333, "TS1_Temperature_C_1Hz": 36.32045, "TS2_Temperature_C_1Hz": 41.99071666666666, "TS3_Temperature_C_1Hz": 39.21091666666667, "TS4_Temperature_C_1Hz": 31.311833333333315, "P1_MotorPower_W_100Hz": 2537.3884333333763, "VS1_Vibration_mm_per_s_1Hz": 0.5355000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.23175000000001, "CP_CoolingPower_kW_1Hz": 2.1568500000000004, "SE_EfficiencyFactor_percent_1Hz": 59.04068333333334, "cycle": 1939, "timestamp": "2027-10-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.92855000000043, "PS2_Pressure_bar_100Hz": 109.5419385000003, "PS3_Pressure_bar_100Hz": 1.9924008333333307, "PS4_Pressure_bar_100Hz": 10.063539333333349, "PS5_Pressure_bar_100Hz": 9.83256866666667, "PS6_Pressure_bar_100Hz": 9.71845016666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.700850000000011, "FS2_VolumeFlow_l_per_min_10Hz": 10.147363333333338, "TS1_Temperature_C_1Hz": 36.31858333333333, "TS2_Temperature_C_1Hz": 41.98145, "TS3_Temperature_C_1Hz": 39.21431666666667, "TS4_Temperature_C_1Hz": 31.318266666666663, "P1_MotorPower_W_100Hz": 2537.5729, "VS1_Vibration_mm_per_s_1Hz": 0.5440333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.24778333333333, "CP_CoolingPower_kW_1Hz": 2.160200000000001, "SE_EfficiencyFactor_percent_1Hz": 59.22538333333336, "cycle": 1940, "timestamp": "2027-10-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.26792833333263, "PS2_Pressure_bar_100Hz": 109.05021350000005, "PS3_Pressure_bar_100Hz": 1.9183171666666485, "PS4_Pressure_bar_100Hz": 10.06872916666669, "PS5_Pressure_bar_100Hz": 9.835964999999975, "PS6_Pressure_bar_100Hz": 9.721692666666648, "FS1_VolumeFlow_l_per_min_10Hz": 6.419018333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.145721666666661, "TS1_Temperature_C_1Hz": 36.31124999999999, "TS2_Temperature_C_1Hz": 41.97133333333334, "TS3_Temperature_C_1Hz": 39.1994, "TS4_Temperature_C_1Hz": 31.311749999999986, "P1_MotorPower_W_100Hz": 2566.7418333334076, "VS1_Vibration_mm_per_s_1Hz": 0.5306166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.221000000000004, "CP_CoolingPower_kW_1Hz": 2.1558833333333336, "SE_EfficiencyFactor_percent_1Hz": 55.7904, "cycle": 1941, "timestamp": "2027-10-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4717916666666, "PS2_Pressure_bar_100Hz": 108.47381283333353, "PS3_Pressure_bar_100Hz": 1.9073829999999823, "PS4_Pressure_bar_100Hz": 10.0799451666667, "PS5_Pressure_bar_100Hz": 9.847249999999887, "PS6_Pressure_bar_100Hz": 9.731774166666634, "FS1_VolumeFlow_l_per_min_10Hz": 6.381313333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.153466666666672, "TS1_Temperature_C_1Hz": 36.2713, "TS2_Temperature_C_1Hz": 41.93301666666666, "TS3_Temperature_C_1Hz": 39.14583333333333, "TS4_Temperature_C_1Hz": 31.31733333333333, "P1_MotorPower_W_100Hz": 2567.4885666667287, "VS1_Vibration_mm_per_s_1Hz": 0.5319333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.04735000000002, "CP_CoolingPower_kW_1Hz": 2.1426833333333333, "SE_EfficiencyFactor_percent_1Hz": 54.84655, "cycle": 1942, "timestamp": "2027-10-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.47361166666596, "PS2_Pressure_bar_100Hz": 108.48935533333372, "PS3_Pressure_bar_100Hz": 1.903525999999984, "PS4_Pressure_bar_100Hz": 10.082399166666693, "PS5_Pressure_bar_100Hz": 9.850780333333322, "PS6_Pressure_bar_100Hz": 9.736262333333247, "FS1_VolumeFlow_l_per_min_10Hz": 6.376779999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.154066666666676, "TS1_Temperature_C_1Hz": 36.24974999999999, "TS2_Temperature_C_1Hz": 41.90791666666668, "TS3_Temperature_C_1Hz": 39.11851666666665, "TS4_Temperature_C_1Hz": 31.29741666666666, "P1_MotorPower_W_100Hz": 2568.7062333333524, "VS1_Vibration_mm_per_s_1Hz": 0.5393999999999999, "CE_CoolingEfficiency_percent_1Hz": 47.038866666666664, "CP_CoolingPower_kW_1Hz": 2.1397000000000004, "SE_EfficiencyFactor_percent_1Hz": 54.72373333333336, "cycle": 1943, "timestamp": "2027-10-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.47217166666653, "PS2_Pressure_bar_100Hz": 108.47290366666714, "PS3_Pressure_bar_100Hz": 1.9124458333333212, "PS4_Pressure_bar_100Hz": 10.085204666666664, "PS5_Pressure_bar_100Hz": 9.854014833333244, "PS6_Pressure_bar_100Hz": 9.739682666666639, "FS1_VolumeFlow_l_per_min_10Hz": 6.378221666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.154336666666664, "TS1_Temperature_C_1Hz": 36.2191, "TS2_Temperature_C_1Hz": 41.88086666666666, "TS3_Temperature_C_1Hz": 39.10493333333333, "TS4_Temperature_C_1Hz": 31.295933333333323, "P1_MotorPower_W_100Hz": 2565.1806333333593, "VS1_Vibration_mm_per_s_1Hz": 0.5388333333333332, "CE_CoolingEfficiency_percent_1Hz": 47.01169999999999, "CP_CoolingPower_kW_1Hz": 2.1355833333333325, "SE_EfficiencyFactor_percent_1Hz": 54.88275000000001, "cycle": 1944, "timestamp": "2027-10-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.47765166666625, "PS2_Pressure_bar_100Hz": 108.48047833333382, "PS3_Pressure_bar_100Hz": 1.9129796666666525, "PS4_Pressure_bar_100Hz": 10.088516166666706, "PS5_Pressure_bar_100Hz": 9.8569448333332, "PS6_Pressure_bar_100Hz": 9.742150166666638, "FS1_VolumeFlow_l_per_min_10Hz": 6.377181666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.157790000000011, "TS1_Temperature_C_1Hz": 36.19756666666667, "TS2_Temperature_C_1Hz": 41.859049999999996, "TS3_Temperature_C_1Hz": 39.08926666666665, "TS4_Temperature_C_1Hz": 31.28651666666665, "P1_MotorPower_W_100Hz": 2568.6688000000227, "VS1_Vibration_mm_per_s_1Hz": 0.5397333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.03898333333333, "CP_CoolingPower_kW_1Hz": 2.1361833333333333, "SE_EfficiencyFactor_percent_1Hz": 54.78783333333332, "cycle": 1945, "timestamp": "2027-10-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4776033333332, "PS2_Pressure_bar_100Hz": 108.47075016666685, "PS3_Pressure_bar_100Hz": 1.9147671666666508, "PS4_Pressure_bar_100Hz": 10.090154666666658, "PS5_Pressure_bar_100Hz": 9.859378333333215, "PS6_Pressure_bar_100Hz": 9.744196499999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.373988333333326, "FS2_VolumeFlow_l_per_min_10Hz": 10.156826666666653, "TS1_Temperature_C_1Hz": 36.19901666666666, "TS2_Temperature_C_1Hz": 41.82866666666667, "TS3_Temperature_C_1Hz": 39.088016666666654, "TS4_Temperature_C_1Hz": 31.293716666666647, "P1_MotorPower_W_100Hz": 2565.5814666666915, "VS1_Vibration_mm_per_s_1Hz": 0.5350333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.98781666666665, "CP_CoolingPower_kW_1Hz": 2.1339333333333332, "SE_EfficiencyFactor_percent_1Hz": 54.785766666666646, "cycle": 1946, "timestamp": "2027-10-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.48437666666555, "PS2_Pressure_bar_100Hz": 108.50329600000046, "PS3_Pressure_bar_100Hz": 1.896811999999989, "PS4_Pressure_bar_100Hz": 10.091096500000019, "PS5_Pressure_bar_100Hz": 9.860643166666582, "PS6_Pressure_bar_100Hz": 9.744164999999985, "FS1_VolumeFlow_l_per_min_10Hz": 6.37567166666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.159758333333341, "TS1_Temperature_C_1Hz": 36.20033333333334, "TS2_Temperature_C_1Hz": 41.82341666666667, "TS3_Temperature_C_1Hz": 39.08181666666665, "TS4_Temperature_C_1Hz": 31.299716666666658, "P1_MotorPower_W_100Hz": 2567.826066666696, "VS1_Vibration_mm_per_s_1Hz": 0.5372166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.93883333333334, "CP_CoolingPower_kW_1Hz": 2.131016666666667, "SE_EfficiencyFactor_percent_1Hz": 54.77031666666668, "cycle": 1947, "timestamp": "2027-10-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4892466666657, "PS2_Pressure_bar_100Hz": 108.49441533333382, "PS3_Pressure_bar_100Hz": 1.9097126666666466, "PS4_Pressure_bar_100Hz": 10.08949250000003, "PS5_Pressure_bar_100Hz": 9.857893999999904, "PS6_Pressure_bar_100Hz": 9.74282349999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.374965000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.159001666666649, "TS1_Temperature_C_1Hz": 36.206433333333344, "TS2_Temperature_C_1Hz": 41.82333333333335, "TS3_Temperature_C_1Hz": 39.07824999999998, "TS4_Temperature_C_1Hz": 31.29755, "P1_MotorPower_W_100Hz": 2564.9479333334148, "VS1_Vibration_mm_per_s_1Hz": 0.5380999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.925066666666666, "CP_CoolingPower_kW_1Hz": 2.130249999999999, "SE_EfficiencyFactor_percent_1Hz": 54.80093333333334, "cycle": 1948, "timestamp": "2027-10-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.49212333333278, "PS2_Pressure_bar_100Hz": 108.51669616666696, "PS3_Pressure_bar_100Hz": 1.910307499999988, "PS4_Pressure_bar_100Hz": 10.085908166666677, "PS5_Pressure_bar_100Hz": 9.85546783333328, "PS6_Pressure_bar_100Hz": 9.739467999999963, "FS1_VolumeFlow_l_per_min_10Hz": 6.372401666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.156538333333327, "TS1_Temperature_C_1Hz": 36.19996666666666, "TS2_Temperature_C_1Hz": 41.82865000000001, "TS3_Temperature_C_1Hz": 39.0886, "TS4_Temperature_C_1Hz": 31.312249999999988, "P1_MotorPower_W_100Hz": 2565.9152666667137, "VS1_Vibration_mm_per_s_1Hz": 0.5392166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.89725000000001, "CP_CoolingPower_kW_1Hz": 2.1287333333333334, "SE_EfficiencyFactor_percent_1Hz": 54.709349999999986, "cycle": 1949, "timestamp": "2027-10-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.47614499999946, "PS2_Pressure_bar_100Hz": 108.4858178333333, "PS3_Pressure_bar_100Hz": 1.9122186666666534, "PS4_Pressure_bar_100Hz": 10.082839000000035, "PS5_Pressure_bar_100Hz": 9.850910499999932, "PS6_Pressure_bar_100Hz": 9.735855666666577, "FS1_VolumeFlow_l_per_min_10Hz": 6.377068333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.154928333333332, "TS1_Temperature_C_1Hz": 36.19993333333333, "TS2_Temperature_C_1Hz": 41.82331666666666, "TS3_Temperature_C_1Hz": 39.0956, "TS4_Temperature_C_1Hz": 31.337566666666664, "P1_MotorPower_W_100Hz": 2562.6215666667185, "VS1_Vibration_mm_per_s_1Hz": 0.5418499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.73846666666667, "CP_CoolingPower_kW_1Hz": 2.1226333333333325, "SE_EfficiencyFactor_percent_1Hz": 54.94098333333336, "cycle": 1950, "timestamp": "2027-11-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.49382999999952, "PS2_Pressure_bar_100Hz": 108.50401666666687, "PS3_Pressure_bar_100Hz": 1.9067751666666515, "PS4_Pressure_bar_100Hz": 10.081766000000005, "PS5_Pressure_bar_100Hz": 9.850370666666604, "PS6_Pressure_bar_100Hz": 9.73414649999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.37091833333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.15634, "TS1_Temperature_C_1Hz": 36.22868333333334, "TS2_Temperature_C_1Hz": 41.82643333333333, "TS3_Temperature_C_1Hz": 39.10633333333333, "TS4_Temperature_C_1Hz": 31.334833333333336, "P1_MotorPower_W_100Hz": 2562.389600000028, "VS1_Vibration_mm_per_s_1Hz": 0.5326500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.8279, "CP_CoolingPower_kW_1Hz": 2.127533333333333, "SE_EfficiencyFactor_percent_1Hz": 54.85254999999999, "cycle": 1951, "timestamp": "2027-11-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.3965266666656, "PS2_Pressure_bar_100Hz": 108.74681066666703, "PS3_Pressure_bar_100Hz": 1.9105634999999865, "PS4_Pressure_bar_100Hz": 10.08070400000003, "PS5_Pressure_bar_100Hz": 9.850304999999926, "PS6_Pressure_bar_100Hz": 9.733735166666571, "FS1_VolumeFlow_l_per_min_10Hz": 6.3932116666666685, "FS2_VolumeFlow_l_per_min_10Hz": 10.154584999999992, "TS1_Temperature_C_1Hz": 36.22081666666667, "TS2_Temperature_C_1Hz": 41.83853333333335, "TS3_Temperature_C_1Hz": 39.11844999999999, "TS4_Temperature_C_1Hz": 31.334833333333314, "P1_MotorPower_W_100Hz": 2560.84693333341, "VS1_Vibration_mm_per_s_1Hz": 0.5384333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.85008333333332, "CP_CoolingPower_kW_1Hz": 2.1292666666666666, "SE_EfficiencyFactor_percent_1Hz": 55.401366666666654, "cycle": 1952, "timestamp": "2027-11-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.41581333333272, "PS2_Pressure_bar_100Hz": 108.75686250000051, "PS3_Pressure_bar_100Hz": 1.913185833333317, "PS4_Pressure_bar_100Hz": 10.077332833333342, "PS5_Pressure_bar_100Hz": 9.846864333333299, "PS6_Pressure_bar_100Hz": 9.730229999999926, "FS1_VolumeFlow_l_per_min_10Hz": 6.396848333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.153498333333324, "TS1_Temperature_C_1Hz": 36.234449999999995, "TS2_Temperature_C_1Hz": 41.84278333333335, "TS3_Temperature_C_1Hz": 39.13043333333333, "TS4_Temperature_C_1Hz": 31.344949999999994, "P1_MotorPower_W_100Hz": 2563.3506000000166, "VS1_Vibration_mm_per_s_1Hz": 0.5367833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.80421666666669, "CP_CoolingPower_kW_1Hz": 2.1304833333333333, "SE_EfficiencyFactor_percent_1Hz": 55.41658333333336, "cycle": 1953, "timestamp": "2027-11-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.3765583333332, "PS2_Pressure_bar_100Hz": 108.71205366666678, "PS3_Pressure_bar_100Hz": 1.9203236666666559, "PS4_Pressure_bar_100Hz": 10.075679166666703, "PS5_Pressure_bar_100Hz": 9.846127666666622, "PS6_Pressure_bar_100Hz": 9.729805499999955, "FS1_VolumeFlow_l_per_min_10Hz": 6.389499999999991, "FS2_VolumeFlow_l_per_min_10Hz": 10.152198333333336, "TS1_Temperature_C_1Hz": 36.24399999999999, "TS2_Temperature_C_1Hz": 41.853449999999995, "TS3_Temperature_C_1Hz": 39.152849999999994, "TS4_Temperature_C_1Hz": 31.387716666666652, "P1_MotorPower_W_100Hz": 2560.9155000000433, "VS1_Vibration_mm_per_s_1Hz": 0.5311333333333331, "CE_CoolingEfficiency_percent_1Hz": 46.62195, "CP_CoolingPower_kW_1Hz": 2.124116666666666, "SE_EfficiencyFactor_percent_1Hz": 55.366633333333304, "cycle": 1954, "timestamp": "2027-11-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.36131833333206, "PS2_Pressure_bar_100Hz": 108.71697016666721, "PS3_Pressure_bar_100Hz": 1.9120633333333141, "PS4_Pressure_bar_100Hz": 10.073804666666664, "PS5_Pressure_bar_100Hz": 9.845528333333293, "PS6_Pressure_bar_100Hz": 9.728688499999928, "FS1_VolumeFlow_l_per_min_10Hz": 6.3989700000000065, "FS2_VolumeFlow_l_per_min_10Hz": 10.152283333333331, "TS1_Temperature_C_1Hz": 36.24878333333334, "TS2_Temperature_C_1Hz": 41.865583333333355, "TS3_Temperature_C_1Hz": 39.155816666666645, "TS4_Temperature_C_1Hz": 31.366833333333325, "P1_MotorPower_W_100Hz": 2563.176900000037, "VS1_Vibration_mm_per_s_1Hz": 0.5396833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.755416666666676, "CP_CoolingPower_kW_1Hz": 2.130033333333333, "SE_EfficiencyFactor_percent_1Hz": 55.4587833333333, "cycle": 1955, "timestamp": "2027-11-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.36564500000014, "PS2_Pressure_bar_100Hz": 108.71277183333362, "PS3_Pressure_bar_100Hz": 1.914597166666652, "PS4_Pressure_bar_100Hz": 10.072943833333367, "PS5_Pressure_bar_100Hz": 9.84251366666667, "PS6_Pressure_bar_100Hz": 9.726710333333266, "FS1_VolumeFlow_l_per_min_10Hz": 6.3926483333333355, "FS2_VolumeFlow_l_per_min_10Hz": 10.149745000000003, "TS1_Temperature_C_1Hz": 36.26326666666667, "TS2_Temperature_C_1Hz": 41.861650000000026, "TS3_Temperature_C_1Hz": 39.15046666666665, "TS4_Temperature_C_1Hz": 31.361299999999986, "P1_MotorPower_W_100Hz": 2559.5207333333615, "VS1_Vibration_mm_per_s_1Hz": 0.5345166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.76558333333334, "CP_CoolingPower_kW_1Hz": 2.1294500000000003, "SE_EfficiencyFactor_percent_1Hz": 55.487583333333305, "cycle": 1956, "timestamp": "2027-11-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.34813666666554, "PS2_Pressure_bar_100Hz": 108.70331100000023, "PS3_Pressure_bar_100Hz": 1.9247154999999838, "PS4_Pressure_bar_100Hz": 10.074771166666714, "PS5_Pressure_bar_100Hz": 9.845113833333292, "PS6_Pressure_bar_100Hz": 9.729556333333246, "FS1_VolumeFlow_l_per_min_10Hz": 6.4019650000000015, "FS2_VolumeFlow_l_per_min_10Hz": 10.151198333333333, "TS1_Temperature_C_1Hz": 36.26160000000001, "TS2_Temperature_C_1Hz": 41.86456666666667, "TS3_Temperature_C_1Hz": 39.15565, "TS4_Temperature_C_1Hz": 31.34369999999999, "P1_MotorPower_W_100Hz": 2559.9555666667165, "VS1_Vibration_mm_per_s_1Hz": 0.5443499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.87230000000001, "CP_CoolingPower_kW_1Hz": 2.135383333333333, "SE_EfficiencyFactor_percent_1Hz": 55.61350000000001, "cycle": 1957, "timestamp": "2027-11-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.36797166666634, "PS2_Pressure_bar_100Hz": 108.72130350000018, "PS3_Pressure_bar_100Hz": 1.931533499999987, "PS4_Pressure_bar_100Hz": 10.075783000000014, "PS5_Pressure_bar_100Hz": 9.84607466666664, "PS6_Pressure_bar_100Hz": 9.729971499999895, "FS1_VolumeFlow_l_per_min_10Hz": 6.394745000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.153119999999987, "TS1_Temperature_C_1Hz": 36.28281666666667, "TS2_Temperature_C_1Hz": 41.85503333333333, "TS3_Temperature_C_1Hz": 39.152549999999984, "TS4_Temperature_C_1Hz": 31.350616666666664, "P1_MotorPower_W_100Hz": 2563.798733333404, "VS1_Vibration_mm_per_s_1Hz": 0.5408499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.83178333333335, "CP_CoolingPower_kW_1Hz": 2.1332000000000004, "SE_EfficiencyFactor_percent_1Hz": 55.4065, "cycle": 1958, "timestamp": "2027-11-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.36067833333288, "PS2_Pressure_bar_100Hz": 108.69355649999997, "PS3_Pressure_bar_100Hz": 1.9271918333333136, "PS4_Pressure_bar_100Hz": 10.07195133333337, "PS5_Pressure_bar_100Hz": 9.842490833333272, "PS6_Pressure_bar_100Hz": 9.726518333333294, "FS1_VolumeFlow_l_per_min_10Hz": 6.3912333333333295, "FS2_VolumeFlow_l_per_min_10Hz": 10.152770000000004, "TS1_Temperature_C_1Hz": 36.29926666666666, "TS2_Temperature_C_1Hz": 41.86541666666668, "TS3_Temperature_C_1Hz": 39.161883333333336, "TS4_Temperature_C_1Hz": 31.427466666666664, "P1_MotorPower_W_100Hz": 2559.686266666712, "VS1_Vibration_mm_per_s_1Hz": 0.5348500000000003, "CE_CoolingEfficiency_percent_1Hz": 46.4249, "CP_CoolingPower_kW_1Hz": 2.116583333333333, "SE_EfficiencyFactor_percent_1Hz": 55.42464999999998, "cycle": 1959, "timestamp": "2027-11-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.3625999999995, "PS2_Pressure_bar_100Hz": 108.73082699999979, "PS3_Pressure_bar_100Hz": 1.9239683333333202, "PS4_Pressure_bar_100Hz": 10.069310333333327, "PS5_Pressure_bar_100Hz": 9.839461833333308, "PS6_Pressure_bar_100Hz": 9.723590666666595, "FS1_VolumeFlow_l_per_min_10Hz": 6.395955000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.148421666666676, "TS1_Temperature_C_1Hz": 36.301233333333336, "TS2_Temperature_C_1Hz": 41.87548333333333, "TS3_Temperature_C_1Hz": 39.19233333333332, "TS4_Temperature_C_1Hz": 31.380966666666666, "P1_MotorPower_W_100Hz": 2560.4759666667037, "VS1_Vibration_mm_per_s_1Hz": 0.5370000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.787, "CP_CoolingPower_kW_1Hz": 2.135666666666667, "SE_EfficiencyFactor_percent_1Hz": 55.443050000000014, "cycle": 1960, "timestamp": "2027-11-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.38509833333296, "PS2_Pressure_bar_100Hz": 108.74603999999991, "PS3_Pressure_bar_100Hz": 1.9175779999999825, "PS4_Pressure_bar_100Hz": 10.063424000000007, "PS5_Pressure_bar_100Hz": 9.835667833333343, "PS6_Pressure_bar_100Hz": 9.72006733333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.3899383333333395, "FS2_VolumeFlow_l_per_min_10Hz": 10.146108333333345, "TS1_Temperature_C_1Hz": 36.29198333333332, "TS2_Temperature_C_1Hz": 41.89198333333333, "TS3_Temperature_C_1Hz": 39.21144999999998, "TS4_Temperature_C_1Hz": 31.413083333333322, "P1_MotorPower_W_100Hz": 2561.568466666681, "VS1_Vibration_mm_per_s_1Hz": 0.5408833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.66846666666666, "CP_CoolingPower_kW_1Hz": 2.1318666666666672, "SE_EfficiencyFactor_percent_1Hz": 55.38083333333334, "cycle": 1961, "timestamp": "2027-11-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.29166666666643, "PS2_Pressure_bar_100Hz": 108.91804083333356, "PS3_Pressure_bar_100Hz": 1.9254399999999845, "PS4_Pressure_bar_100Hz": 10.067737333333337, "PS5_Pressure_bar_100Hz": 9.839435999999951, "PS6_Pressure_bar_100Hz": 9.724178833333276, "FS1_VolumeFlow_l_per_min_10Hz": 6.412888333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.14804000000001, "TS1_Temperature_C_1Hz": 36.30944999999999, "TS2_Temperature_C_1Hz": 41.8931, "TS3_Temperature_C_1Hz": 39.208316666666676, "TS4_Temperature_C_1Hz": 31.426133333333322, "P1_MotorPower_W_100Hz": 2557.515833333377, "VS1_Vibration_mm_per_s_1Hz": 0.5436833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.72704999999999, "CP_CoolingPower_kW_1Hz": 2.1293999999999995, "SE_EfficiencyFactor_percent_1Hz": 55.938600000000015, "cycle": 1962, "timestamp": "2027-11-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.3037499999999, "PS2_Pressure_bar_100Hz": 108.9280365000003, "PS3_Pressure_bar_100Hz": 1.922815499999984, "PS4_Pressure_bar_100Hz": 10.071171000000051, "PS5_Pressure_bar_100Hz": 9.842759833333265, "PS6_Pressure_bar_100Hz": 9.72668099999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.413021666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.150393333333335, "TS1_Temperature_C_1Hz": 36.31206666666666, "TS2_Temperature_C_1Hz": 41.90068333333334, "TS3_Temperature_C_1Hz": 39.20796666666668, "TS4_Temperature_C_1Hz": 31.418966666666655, "P1_MotorPower_W_100Hz": 2556.1069666666654, "VS1_Vibration_mm_per_s_1Hz": 0.5437500000000003, "CE_CoolingEfficiency_percent_1Hz": 46.76923333333333, "CP_CoolingPower_kW_1Hz": 2.13095, "SE_EfficiencyFactor_percent_1Hz": 55.98391666666667, "cycle": 1963, "timestamp": "2027-11-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.30730333333298, "PS2_Pressure_bar_100Hz": 108.93125883333329, "PS3_Pressure_bar_100Hz": 1.9301968333333226, "PS4_Pressure_bar_100Hz": 10.07502033333338, "PS5_Pressure_bar_100Hz": 9.84622916666657, "PS6_Pressure_bar_100Hz": 9.730962499999956, "FS1_VolumeFlow_l_per_min_10Hz": 6.4128266666666685, "FS2_VolumeFlow_l_per_min_10Hz": 10.151798333333337, "TS1_Temperature_C_1Hz": 36.304383333333334, "TS2_Temperature_C_1Hz": 41.916450000000005, "TS3_Temperature_C_1Hz": 39.20379999999999, "TS4_Temperature_C_1Hz": 31.393349999999995, "P1_MotorPower_W_100Hz": 2560.6328999999905, "VS1_Vibration_mm_per_s_1Hz": 0.5369166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.810849999999995, "CP_CoolingPower_kW_1Hz": 2.1359000000000004, "SE_EfficiencyFactor_percent_1Hz": 55.81995000000002, "cycle": 1964, "timestamp": "2027-11-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.30817499999955, "PS2_Pressure_bar_100Hz": 108.92961150000014, "PS3_Pressure_bar_100Hz": 1.9186066666666508, "PS4_Pressure_bar_100Hz": 10.07731683333334, "PS5_Pressure_bar_100Hz": 9.84964316666657, "PS6_Pressure_bar_100Hz": 9.734665166666598, "FS1_VolumeFlow_l_per_min_10Hz": 6.416053333333324, "FS2_VolumeFlow_l_per_min_10Hz": 10.15536333333333, "TS1_Temperature_C_1Hz": 36.305249999999994, "TS2_Temperature_C_1Hz": 41.902516666666685, "TS3_Temperature_C_1Hz": 39.20863333333334, "TS4_Temperature_C_1Hz": 31.34071666666666, "P1_MotorPower_W_100Hz": 2565.1095666666765, "VS1_Vibration_mm_per_s_1Hz": 0.5465500000000003, "CE_CoolingEfficiency_percent_1Hz": 47.085366666666665, "CP_CoolingPower_kW_1Hz": 2.1527000000000003, "SE_EfficiencyFactor_percent_1Hz": 55.78126666666667, "cycle": 1965, "timestamp": "2027-11-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.32081833333277, "PS2_Pressure_bar_100Hz": 108.94421400000034, "PS3_Pressure_bar_100Hz": 1.9285944999999811, "PS4_Pressure_bar_100Hz": 10.070183999999998, "PS5_Pressure_bar_100Hz": 9.843615166666646, "PS6_Pressure_bar_100Hz": 9.728379833333284, "FS1_VolumeFlow_l_per_min_10Hz": 6.412316666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.155481666666669, "TS1_Temperature_C_1Hz": 36.307249999999996, "TS2_Temperature_C_1Hz": 41.89091666666666, "TS3_Temperature_C_1Hz": 39.21578333333332, "TS4_Temperature_C_1Hz": 31.367866666666654, "P1_MotorPower_W_100Hz": 2562.135700000029, "VS1_Vibration_mm_per_s_1Hz": 0.5444166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.94679999999998, "CP_CoolingPower_kW_1Hz": 2.1466833333333333, "SE_EfficiencyFactor_percent_1Hz": 55.75913333333334, "cycle": 1966, "timestamp": "2027-11-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.27928166666655, "PS2_Pressure_bar_100Hz": 108.90671566666686, "PS3_Pressure_bar_100Hz": 1.923548999999985, "PS4_Pressure_bar_100Hz": 10.065023166666663, "PS5_Pressure_bar_100Hz": 9.837473166666694, "PS6_Pressure_bar_100Hz": 9.722993166666635, "FS1_VolumeFlow_l_per_min_10Hz": 6.408393333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.151696666666663, "TS1_Temperature_C_1Hz": 36.31271666666668, "TS2_Temperature_C_1Hz": 41.896016666666675, "TS3_Temperature_C_1Hz": 39.21758333333332, "TS4_Temperature_C_1Hz": 31.392249999999997, "P1_MotorPower_W_100Hz": 2555.087166666695, "VS1_Vibration_mm_per_s_1Hz": 0.5389166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.816383333333334, "CP_CoolingPower_kW_1Hz": 2.1418666666666666, "SE_EfficiencyFactor_percent_1Hz": 55.883083333333296, "cycle": 1967, "timestamp": "2027-11-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.2730483333326, "PS2_Pressure_bar_100Hz": 108.92790266666675, "PS3_Pressure_bar_100Hz": 1.9294379999999847, "PS4_Pressure_bar_100Hz": 10.06745283333338, "PS5_Pressure_bar_100Hz": 9.840322499999983, "PS6_Pressure_bar_100Hz": 9.725480333333266, "FS1_VolumeFlow_l_per_min_10Hz": 6.408791666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.150756666666659, "TS1_Temperature_C_1Hz": 36.323133333333324, "TS2_Temperature_C_1Hz": 41.908199999999994, "TS3_Temperature_C_1Hz": 39.21321666666666, "TS4_Temperature_C_1Hz": 31.380149999999993, "P1_MotorPower_W_100Hz": 2554.406666666693, "VS1_Vibration_mm_per_s_1Hz": 0.5353833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.87225, "CP_CoolingPower_kW_1Hz": 2.142266666666666, "SE_EfficiencyFactor_percent_1Hz": 55.939483333333335, "cycle": 1968, "timestamp": "2027-11-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.25680833333314, "PS2_Pressure_bar_100Hz": 108.89600550000023, "PS3_Pressure_bar_100Hz": 1.9304461666666513, "PS4_Pressure_bar_100Hz": 10.067180666666676, "PS5_Pressure_bar_100Hz": 9.839254666666678, "PS6_Pressure_bar_100Hz": 9.723730333333279, "FS1_VolumeFlow_l_per_min_10Hz": 6.416546666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.152975000000003, "TS1_Temperature_C_1Hz": 36.324299999999994, "TS2_Temperature_C_1Hz": 41.91269999999999, "TS3_Temperature_C_1Hz": 39.20606666666667, "TS4_Temperature_C_1Hz": 31.409966666666662, "P1_MotorPower_W_100Hz": 2553.8232666667227, "VS1_Vibration_mm_per_s_1Hz": 0.5416166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.66094999999999, "CP_CoolingPower_kW_1Hz": 2.1323666666666674, "SE_EfficiencyFactor_percent_1Hz": 56.015333333333345, "cycle": 1969, "timestamp": "2027-11-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.24626666666703, "PS2_Pressure_bar_100Hz": 108.89847416666696, "PS3_Pressure_bar_100Hz": 1.9272399999999874, "PS4_Pressure_bar_100Hz": 10.060586499999996, "PS5_Pressure_bar_100Hz": 9.835158833333258, "PS6_Pressure_bar_100Hz": 9.719888833333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.412071666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.151508333333341, "TS1_Temperature_C_1Hz": 36.325916666666664, "TS2_Temperature_C_1Hz": 41.91866666666668, "TS3_Temperature_C_1Hz": 39.21848333333333, "TS4_Temperature_C_1Hz": 31.41453333333333, "P1_MotorPower_W_100Hz": 2554.2682666667038, "VS1_Vibration_mm_per_s_1Hz": 0.54185, "CE_CoolingEfficiency_percent_1Hz": 46.72655000000001, "CP_CoolingPower_kW_1Hz": 2.136199999999999, "SE_EfficiencyFactor_percent_1Hz": 55.99371666666665, "cycle": 1970, "timestamp": "2027-11-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.25987333333373, "PS2_Pressure_bar_100Hz": 108.90526700000007, "PS3_Pressure_bar_100Hz": 1.923294333333314, "PS4_Pressure_bar_100Hz": 10.062333833333405, "PS5_Pressure_bar_100Hz": 9.83530666666666, "PS6_Pressure_bar_100Hz": 9.720302833333294, "FS1_VolumeFlow_l_per_min_10Hz": 6.412116666666673, "FS2_VolumeFlow_l_per_min_10Hz": 10.147520000000004, "TS1_Temperature_C_1Hz": 36.33014999999999, "TS2_Temperature_C_1Hz": 41.91875, "TS3_Temperature_C_1Hz": 39.219899999999974, "TS4_Temperature_C_1Hz": 31.393666666666665, "P1_MotorPower_W_100Hz": 2556.6870000000426, "VS1_Vibration_mm_per_s_1Hz": 0.5379500000000002, "CE_CoolingEfficiency_percent_1Hz": 46.83038333333334, "CP_CoolingPower_kW_1Hz": 2.1420500000000007, "SE_EfficiencyFactor_percent_1Hz": 55.943733333333306, "cycle": 1971, "timestamp": "2027-11-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.19890666666672, "PS2_Pressure_bar_100Hz": 109.05382150000005, "PS3_Pressure_bar_100Hz": 1.922726166666659, "PS4_Pressure_bar_100Hz": 10.06049950000001, "PS5_Pressure_bar_100Hz": 9.83411483333332, "PS6_Pressure_bar_100Hz": 9.71782983333331, "FS1_VolumeFlow_l_per_min_10Hz": 6.406906666666675, "FS2_VolumeFlow_l_per_min_10Hz": 10.147018333333337, "TS1_Temperature_C_1Hz": 36.32676666666666, "TS2_Temperature_C_1Hz": 41.92521666666667, "TS3_Temperature_C_1Hz": 39.22216666666667, "TS4_Temperature_C_1Hz": 31.379233333333335, "P1_MotorPower_W_100Hz": 2557.056066666725, "VS1_Vibration_mm_per_s_1Hz": 0.5385500000000002, "CE_CoolingEfficiency_percent_1Hz": 46.9130333333333, "CP_CoolingPower_kW_1Hz": 2.1441166666666662, "SE_EfficiencyFactor_percent_1Hz": 55.9155, "cycle": 1972, "timestamp": "2027-11-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.18959666666666, "PS2_Pressure_bar_100Hz": 109.0456316666671, "PS3_Pressure_bar_100Hz": 1.9302623333333104, "PS4_Pressure_bar_100Hz": 10.057210333333352, "PS5_Pressure_bar_100Hz": 9.831073833333344, "PS6_Pressure_bar_100Hz": 9.715284833333323, "FS1_VolumeFlow_l_per_min_10Hz": 6.4025449999999955, "FS2_VolumeFlow_l_per_min_10Hz": 10.147525000000009, "TS1_Temperature_C_1Hz": 36.33673333333332, "TS2_Temperature_C_1Hz": 41.917833333333306, "TS3_Temperature_C_1Hz": 39.229549999999996, "TS4_Temperature_C_1Hz": 31.378716666666662, "P1_MotorPower_W_100Hz": 2555.6648000000437, "VS1_Vibration_mm_per_s_1Hz": 0.5430833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.925866666666664, "CP_CoolingPower_kW_1Hz": 2.146766666666667, "SE_EfficiencyFactor_percent_1Hz": 55.863466666666675, "cycle": 1973, "timestamp": "2027-11-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.2004616666663, "PS2_Pressure_bar_100Hz": 109.05348616666716, "PS3_Pressure_bar_100Hz": 1.9256874999999807, "PS4_Pressure_bar_100Hz": 10.063051833333384, "PS5_Pressure_bar_100Hz": 9.835763999999985, "PS6_Pressure_bar_100Hz": 9.72032049999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.405649999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.14939833333334, "TS1_Temperature_C_1Hz": 36.34246666666665, "TS2_Temperature_C_1Hz": 41.91128333333331, "TS3_Temperature_C_1Hz": 39.228849999999994, "TS4_Temperature_C_1Hz": 31.444116666666662, "P1_MotorPower_W_100Hz": 2557.877266666757, "VS1_Vibration_mm_per_s_1Hz": 0.5442166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.570499999999996, "CP_CoolingPower_kW_1Hz": 2.1302500000000006, "SE_EfficiencyFactor_percent_1Hz": 55.82135, "cycle": 1974, "timestamp": "2027-11-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.1792416666661, "PS2_Pressure_bar_100Hz": 109.0316951666668, "PS3_Pressure_bar_100Hz": 1.911415833333317, "PS4_Pressure_bar_100Hz": 10.059855833333328, "PS5_Pressure_bar_100Hz": 9.832192833333322, "PS6_Pressure_bar_100Hz": 9.718087666666598, "FS1_VolumeFlow_l_per_min_10Hz": 6.413528333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.146908333333345, "TS1_Temperature_C_1Hz": 36.33341666666667, "TS2_Temperature_C_1Hz": 41.9302, "TS3_Temperature_C_1Hz": 39.22689999999999, "TS4_Temperature_C_1Hz": 31.42843333333332, "P1_MotorPower_W_100Hz": 2554.557000000031, "VS1_Vibration_mm_per_s_1Hz": 0.5448166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.860133333333316, "CP_CoolingPower_kW_1Hz": 2.1319999999999997, "SE_EfficiencyFactor_percent_1Hz": 55.96976666666667, "cycle": 1975, "timestamp": "2027-11-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.18157666666656, "PS2_Pressure_bar_100Hz": 109.02728450000038, "PS3_Pressure_bar_100Hz": 1.9228206666666483, "PS4_Pressure_bar_100Hz": 10.06160733333338, "PS5_Pressure_bar_100Hz": 9.831459999999995, "PS6_Pressure_bar_100Hz": 9.716741499999957, "FS1_VolumeFlow_l_per_min_10Hz": 6.413731666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.148570000000007, "TS1_Temperature_C_1Hz": 36.34168333333333, "TS2_Temperature_C_1Hz": 41.928833333333344, "TS3_Temperature_C_1Hz": 39.224083333333326, "TS4_Temperature_C_1Hz": 31.421733333333332, "P1_MotorPower_W_100Hz": 2554.705000000007, "VS1_Vibration_mm_per_s_1Hz": 0.54795, "CE_CoolingEfficiency_percent_1Hz": 46.94438333333334, "CP_CoolingPower_kW_1Hz": 2.1342166666666667, "SE_EfficiencyFactor_percent_1Hz": 56.014, "cycle": 1976, "timestamp": "2027-11-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.20314333333414, "PS2_Pressure_bar_100Hz": 109.06187000000034, "PS3_Pressure_bar_100Hz": 1.9128646666666467, "PS4_Pressure_bar_100Hz": 10.062674666666679, "PS5_Pressure_bar_100Hz": 9.834222499999948, "PS6_Pressure_bar_100Hz": 9.719290333333308, "FS1_VolumeFlow_l_per_min_10Hz": 6.410806666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.151108333333339, "TS1_Temperature_C_1Hz": 36.35276666666667, "TS2_Temperature_C_1Hz": 41.92278333333334, "TS3_Temperature_C_1Hz": 39.22358333333332, "TS4_Temperature_C_1Hz": 31.38471666666665, "P1_MotorPower_W_100Hz": 2555.5879000000673, "VS1_Vibration_mm_per_s_1Hz": 0.5444833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.00356666666667, "CP_CoolingPower_kW_1Hz": 2.144966666666667, "SE_EfficiencyFactor_percent_1Hz": 55.931183333333344, "cycle": 1977, "timestamp": "2027-11-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.19648666666674, "PS2_Pressure_bar_100Hz": 109.05589400000002, "PS3_Pressure_bar_100Hz": 1.9150503333333226, "PS4_Pressure_bar_100Hz": 10.06087550000003, "PS5_Pressure_bar_100Hz": 9.830884666666641, "PS6_Pressure_bar_100Hz": 9.715827333333328, "FS1_VolumeFlow_l_per_min_10Hz": 6.409996666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.151346666666667, "TS1_Temperature_C_1Hz": 36.35808333333333, "TS2_Temperature_C_1Hz": 41.91629999999999, "TS3_Temperature_C_1Hz": 39.228749999999984, "TS4_Temperature_C_1Hz": 31.466950000000004, "P1_MotorPower_W_100Hz": 2554.484933333386, "VS1_Vibration_mm_per_s_1Hz": 0.5440833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.39846666666665, "CP_CoolingPower_kW_1Hz": 2.1223999999999994, "SE_EfficiencyFactor_percent_1Hz": 55.9797, "cycle": 1978, "timestamp": "2027-11-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.18524333333363, "PS2_Pressure_bar_100Hz": 109.04389283333366, "PS3_Pressure_bar_100Hz": 1.9179948333333106, "PS4_Pressure_bar_100Hz": 10.055611000000003, "PS5_Pressure_bar_100Hz": 9.825333166666619, "PS6_Pressure_bar_100Hz": 9.71038316666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.408203333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.143811666666663, "TS1_Temperature_C_1Hz": 36.36481666666666, "TS2_Temperature_C_1Hz": 41.927083333333336, "TS3_Temperature_C_1Hz": 39.22664999999999, "TS4_Temperature_C_1Hz": 31.497066666666665, "P1_MotorPower_W_100Hz": 2556.7475333333723, "VS1_Vibration_mm_per_s_1Hz": 0.5387500000000002, "CE_CoolingEfficiency_percent_1Hz": 46.19863333333331, "CP_CoolingPower_kW_1Hz": 2.112083333333333, "SE_EfficiencyFactor_percent_1Hz": 55.87424999999998, "cycle": 1979, "timestamp": "2027-11-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.19260833333385, "PS2_Pressure_bar_100Hz": 109.04263549999992, "PS3_Pressure_bar_100Hz": 1.9222018333333142, "PS4_Pressure_bar_100Hz": 10.056262666666687, "PS5_Pressure_bar_100Hz": 9.827388333333317, "PS6_Pressure_bar_100Hz": 9.712944000000014, "FS1_VolumeFlow_l_per_min_10Hz": 6.412348333333323, "FS2_VolumeFlow_l_per_min_10Hz": 10.143483333333347, "TS1_Temperature_C_1Hz": 36.371516666666665, "TS2_Temperature_C_1Hz": 41.93398333333334, "TS3_Temperature_C_1Hz": 39.23229999999998, "TS4_Temperature_C_1Hz": 31.48651666666666, "P1_MotorPower_W_100Hz": 2553.4231000000373, "VS1_Vibration_mm_per_s_1Hz": 0.5369666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.267350000000015, "CP_CoolingPower_kW_1Hz": 2.1164999999999994, "SE_EfficiencyFactor_percent_1Hz": 56.06086666666665, "cycle": 1980, "timestamp": "2027-12-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.19909499999983, "PS2_Pressure_bar_100Hz": 109.05156516666715, "PS3_Pressure_bar_100Hz": 1.9165584999999852, "PS4_Pressure_bar_100Hz": 10.05771383333331, "PS5_Pressure_bar_100Hz": 9.829110999999964, "PS6_Pressure_bar_100Hz": 9.71514649999998, "FS1_VolumeFlow_l_per_min_10Hz": 6.405298333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.144771666666673, "TS1_Temperature_C_1Hz": 36.34748333333332, "TS2_Temperature_C_1Hz": 41.94405, "TS3_Temperature_C_1Hz": 39.21946666666667, "TS4_Temperature_C_1Hz": 31.428616666666674, "P1_MotorPower_W_100Hz": 2557.9622000000463, "VS1_Vibration_mm_per_s_1Hz": 0.5415333333333335, "CE_CoolingEfficiency_percent_1Hz": 46.63730000000001, "CP_CoolingPower_kW_1Hz": 2.1279166666666662, "SE_EfficiencyFactor_percent_1Hz": 55.841850000000015, "cycle": 1981, "timestamp": "2027-12-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.47127666666682, "PS2_Pressure_bar_100Hz": 109.27962916666735, "PS3_Pressure_bar_100Hz": 1.9508286666666497, "PS4_Pressure_bar_100Hz": 10.052727333333339, "PS5_Pressure_bar_100Hz": 9.82397750000003, "PS6_Pressure_bar_100Hz": 9.709045833333244, "FS1_VolumeFlow_l_per_min_10Hz": 6.5040200000000015, "FS2_VolumeFlow_l_per_min_10Hz": 10.13931666666667, "TS1_Temperature_C_1Hz": 36.346499999999985, "TS2_Temperature_C_1Hz": 41.946333333333335, "TS3_Temperature_C_1Hz": 39.2325, "TS4_Temperature_C_1Hz": 31.457183333333322, "P1_MotorPower_W_100Hz": 2543.7473000000605, "VS1_Vibration_mm_per_s_1Hz": 0.5410833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.48979999999998, "CP_CoolingPower_kW_1Hz": 2.1246, "SE_EfficiencyFactor_percent_1Hz": 57.099766666666646, "cycle": 1982, "timestamp": "2027-12-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.69461833333318, "PS2_Pressure_bar_100Hz": 108.66517700000063, "PS3_Pressure_bar_100Hz": 1.942263999999992, "PS4_Pressure_bar_100Hz": 10.052998833333348, "PS5_Pressure_bar_100Hz": 9.82343483333332, "PS6_Pressure_bar_100Hz": 9.70957966666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.466378333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.139511666666683, "TS1_Temperature_C_1Hz": 36.350766666666665, "TS2_Temperature_C_1Hz": 41.95171666666665, "TS3_Temperature_C_1Hz": 39.23483333333332, "TS4_Temperature_C_1Hz": 31.40539999999999, "P1_MotorPower_W_100Hz": 2545.700633333388, "VS1_Vibration_mm_per_s_1Hz": 0.5400333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.844616666666674, "CP_CoolingPower_kW_1Hz": 2.1402999999999994, "SE_EfficiencyFactor_percent_1Hz": 56.20005000000001, "cycle": 1983, "timestamp": "2027-12-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.70281833333362, "PS2_Pressure_bar_100Hz": 108.65437983333345, "PS3_Pressure_bar_100Hz": 1.930262333333323, "PS4_Pressure_bar_100Hz": 10.054922666666654, "PS5_Pressure_bar_100Hz": 9.825951333333284, "PS6_Pressure_bar_100Hz": 9.713376666666585, "FS1_VolumeFlow_l_per_min_10Hz": 6.465830000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.143053333333338, "TS1_Temperature_C_1Hz": 36.349599999999995, "TS2_Temperature_C_1Hz": 41.95598333333336, "TS3_Temperature_C_1Hz": 39.23554999999999, "TS4_Temperature_C_1Hz": 31.442416666666663, "P1_MotorPower_W_100Hz": 2546.5782333333427, "VS1_Vibration_mm_per_s_1Hz": 0.5442666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.70225000000001, "CP_CoolingPower_kW_1Hz": 2.130216666666666, "SE_EfficiencyFactor_percent_1Hz": 56.15024999999999, "cycle": 1984, "timestamp": "2027-12-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.73063666666695, "PS2_Pressure_bar_100Hz": 108.67994600000027, "PS3_Pressure_bar_100Hz": 1.9353764999999847, "PS4_Pressure_bar_100Hz": 10.051590499999994, "PS5_Pressure_bar_100Hz": 9.824835666666646, "PS6_Pressure_bar_100Hz": 9.710670166666617, "FS1_VolumeFlow_l_per_min_10Hz": 6.463323333333327, "FS2_VolumeFlow_l_per_min_10Hz": 10.140378333333326, "TS1_Temperature_C_1Hz": 36.3503, "TS2_Temperature_C_1Hz": 41.97291666666665, "TS3_Temperature_C_1Hz": 39.23525, "TS4_Temperature_C_1Hz": 31.462233333333334, "P1_MotorPower_W_100Hz": 2549.3147333333677, "VS1_Vibration_mm_per_s_1Hz": 0.5386833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.43331666666668, "CP_CoolingPower_kW_1Hz": 2.1243499999999993, "SE_EfficiencyFactor_percent_1Hz": 56.05354999999999, "cycle": 1985, "timestamp": "2027-12-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.70632833333374, "PS2_Pressure_bar_100Hz": 108.66498533333343, "PS3_Pressure_bar_100Hz": 1.9293174999999914, "PS4_Pressure_bar_100Hz": 10.050740833333363, "PS5_Pressure_bar_100Hz": 9.822356499999966, "PS6_Pressure_bar_100Hz": 9.708066999999966, "FS1_VolumeFlow_l_per_min_10Hz": 6.465388333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.138355000000013, "TS1_Temperature_C_1Hz": 36.351516666666654, "TS2_Temperature_C_1Hz": 41.979549999999996, "TS3_Temperature_C_1Hz": 39.23453333333334, "TS4_Temperature_C_1Hz": 31.390850000000004, "P1_MotorPower_W_100Hz": 2546.353833333373, "VS1_Vibration_mm_per_s_1Hz": 0.5391166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.89788333333333, "CP_CoolingPower_kW_1Hz": 2.1441833333333333, "SE_EfficiencyFactor_percent_1Hz": 56.11985000000001, "cycle": 1986, "timestamp": "2027-12-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.69837999999987, "PS2_Pressure_bar_100Hz": 108.64920050000084, "PS3_Pressure_bar_100Hz": 1.9371268333333294, "PS4_Pressure_bar_100Hz": 10.05056316666662, "PS5_Pressure_bar_100Hz": 9.825037166666677, "PS6_Pressure_bar_100Hz": 9.711175833333304, "FS1_VolumeFlow_l_per_min_10Hz": 6.466360000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.141841666666677, "TS1_Temperature_C_1Hz": 36.35074999999999, "TS2_Temperature_C_1Hz": 41.99301666666666, "TS3_Temperature_C_1Hz": 39.23186666666666, "TS4_Temperature_C_1Hz": 31.446866666666658, "P1_MotorPower_W_100Hz": 2547.560833333352, "VS1_Vibration_mm_per_s_1Hz": 0.5338666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.524783333333325, "CP_CoolingPower_kW_1Hz": 2.1289166666666675, "SE_EfficiencyFactor_percent_1Hz": 56.12711666666668, "cycle": 1987, "timestamp": "2027-12-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.713686666667, "PS2_Pressure_bar_100Hz": 108.66547549999999, "PS3_Pressure_bar_100Hz": 1.9457444999999896, "PS4_Pressure_bar_100Hz": 10.053102166666651, "PS5_Pressure_bar_100Hz": 9.826295333333267, "PS6_Pressure_bar_100Hz": 9.71248833333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.466438333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.142179999999987, "TS1_Temperature_C_1Hz": 36.35213333333334, "TS2_Temperature_C_1Hz": 41.99048333333334, "TS3_Temperature_C_1Hz": 39.23309999999999, "TS4_Temperature_C_1Hz": 31.418233333333326, "P1_MotorPower_W_100Hz": 2548.8058333333847, "VS1_Vibration_mm_per_s_1Hz": 0.5411833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.70881666666666, "CP_CoolingPower_kW_1Hz": 2.1360166666666673, "SE_EfficiencyFactor_percent_1Hz": 56.08385, "cycle": 1988, "timestamp": "2027-12-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.74459000000024, "PS2_Pressure_bar_100Hz": 108.6797986666671, "PS3_Pressure_bar_100Hz": 1.9344831666666567, "PS4_Pressure_bar_100Hz": 10.050717500000019, "PS5_Pressure_bar_100Hz": 9.825082999999983, "PS6_Pressure_bar_100Hz": 9.710312999999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.465949999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.140310000000015, "TS1_Temperature_C_1Hz": 36.35583333333332, "TS2_Temperature_C_1Hz": 41.981683333333315, "TS3_Temperature_C_1Hz": 39.23876666666667, "TS4_Temperature_C_1Hz": 31.380516666666665, "P1_MotorPower_W_100Hz": 2547.782200000028, "VS1_Vibration_mm_per_s_1Hz": 0.5415666666666665, "CE_CoolingEfficiency_percent_1Hz": 46.890100000000004, "CP_CoolingPower_kW_1Hz": 2.14695, "SE_EfficiencyFactor_percent_1Hz": 56.09568333333335, "cycle": 1989, "timestamp": "2027-12-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.76086166666647, "PS2_Pressure_bar_100Hz": 108.67791066666727, "PS3_Pressure_bar_100Hz": 1.9383193333333126, "PS4_Pressure_bar_100Hz": 10.057489166666702, "PS5_Pressure_bar_100Hz": 9.829825166666645, "PS6_Pressure_bar_100Hz": 9.714515333333305, "FS1_VolumeFlow_l_per_min_10Hz": 6.46759, "FS2_VolumeFlow_l_per_min_10Hz": 10.14249666666668, "TS1_Temperature_C_1Hz": 36.34678333333332, "TS2_Temperature_C_1Hz": 41.97791666666667, "TS3_Temperature_C_1Hz": 39.22731666666665, "TS4_Temperature_C_1Hz": 31.38266666666666, "P1_MotorPower_W_100Hz": 2551.2535333333535, "VS1_Vibration_mm_per_s_1Hz": 0.5446333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.66633333333333, "CP_CoolingPower_kW_1Hz": 2.1440166666666665, "SE_EfficiencyFactor_percent_1Hz": 56.06458333333333, "cycle": 1990, "timestamp": "2027-12-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.80363166666717, "PS2_Pressure_bar_100Hz": 108.73113500000034, "PS3_Pressure_bar_100Hz": 1.9444366666666617, "PS4_Pressure_bar_100Hz": 10.05992416666666, "PS5_Pressure_bar_100Hz": 9.832194833333357, "PS6_Pressure_bar_100Hz": 9.71631533333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.469859999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.14094833333334, "TS1_Temperature_C_1Hz": 36.34131666666668, "TS2_Temperature_C_1Hz": 41.97970000000001, "TS3_Temperature_C_1Hz": 39.220333333333336, "TS4_Temperature_C_1Hz": 31.35745000000001, "P1_MotorPower_W_100Hz": 2550.2119999999977, "VS1_Vibration_mm_per_s_1Hz": 0.5440833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.822466666666664, "CP_CoolingPower_kW_1Hz": 2.150283333333334, "SE_EfficiencyFactor_percent_1Hz": 56.10411666666665, "cycle": 1991, "timestamp": "2027-12-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.7631066666676, "PS2_Pressure_bar_100Hz": 108.68404200000019, "PS3_Pressure_bar_100Hz": 1.9345016666666461, "PS4_Pressure_bar_100Hz": 10.058657166666654, "PS5_Pressure_bar_100Hz": 9.830874333333291, "PS6_Pressure_bar_100Hz": 9.71622166666662, "FS1_VolumeFlow_l_per_min_10Hz": 6.472508333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.140218333333332, "TS1_Temperature_C_1Hz": 36.339433333333325, "TS2_Temperature_C_1Hz": 41.97443333333333, "TS3_Temperature_C_1Hz": 39.22598333333333, "TS4_Temperature_C_1Hz": 31.367316666666675, "P1_MotorPower_W_100Hz": 2549.077633333341, "VS1_Vibration_mm_per_s_1Hz": 0.5518166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.72799999999999, "CP_CoolingPower_kW_1Hz": 2.1478333333333337, "SE_EfficiencyFactor_percent_1Hz": 56.17370000000002, "cycle": 1992, "timestamp": "2027-12-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.64658166666683, "PS2_Pressure_bar_100Hz": 108.90917483333358, "PS3_Pressure_bar_100Hz": 1.9358426666666555, "PS4_Pressure_bar_100Hz": 10.055525166666692, "PS5_Pressure_bar_100Hz": 9.829316333333333, "PS6_Pressure_bar_100Hz": 9.71411533333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.4998783333333305, "FS2_VolumeFlow_l_per_min_10Hz": 10.139440000000013, "TS1_Temperature_C_1Hz": 36.340683333333324, "TS2_Temperature_C_1Hz": 41.960683333333336, "TS3_Temperature_C_1Hz": 39.222116666666665, "TS4_Temperature_C_1Hz": 31.37203333333334, "P1_MotorPower_W_100Hz": 2547.9538333333658, "VS1_Vibration_mm_per_s_1Hz": 0.5502833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.65320000000001, "CP_CoolingPower_kW_1Hz": 2.1441333333333334, "SE_EfficiencyFactor_percent_1Hz": 56.82205000000001, "cycle": 1993, "timestamp": "2027-12-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.65138500000086, "PS2_Pressure_bar_100Hz": 108.93466100000033, "PS3_Pressure_bar_100Hz": 1.9346584999999867, "PS4_Pressure_bar_100Hz": 10.053886500000038, "PS5_Pressure_bar_100Hz": 9.828591833333293, "PS6_Pressure_bar_100Hz": 9.712991999999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.490760000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.139914999999993, "TS1_Temperature_C_1Hz": 36.33134999999999, "TS2_Temperature_C_1Hz": 41.95323333333334, "TS3_Temperature_C_1Hz": 39.2121, "TS4_Temperature_C_1Hz": 31.37615, "P1_MotorPower_W_100Hz": 2547.765500000037, "VS1_Vibration_mm_per_s_1Hz": 0.5452000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.61058333333333, "CP_CoolingPower_kW_1Hz": 2.141, "SE_EfficiencyFactor_percent_1Hz": 56.67965000000001, "cycle": 1994, "timestamp": "2027-12-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.64556166666668, "PS2_Pressure_bar_100Hz": 108.91006883333385, "PS3_Pressure_bar_100Hz": 1.937755833333326, "PS4_Pressure_bar_100Hz": 10.054533999999993, "PS5_Pressure_bar_100Hz": 9.829208833333253, "PS6_Pressure_bar_100Hz": 9.714297499999986, "FS1_VolumeFlow_l_per_min_10Hz": 6.4988116666666675, "FS2_VolumeFlow_l_per_min_10Hz": 10.139626666666675, "TS1_Temperature_C_1Hz": 36.33329999999999, "TS2_Temperature_C_1Hz": 41.95793333333332, "TS3_Temperature_C_1Hz": 39.21258333333333, "TS4_Temperature_C_1Hz": 31.33636666666667, "P1_MotorPower_W_100Hz": 2547.537200000042, "VS1_Vibration_mm_per_s_1Hz": 0.5457666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.86188333333332, "CP_CoolingPower_kW_1Hz": 2.1519166666666667, "SE_EfficiencyFactor_percent_1Hz": 56.8449, "cycle": 1995, "timestamp": "2027-12-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.65025333333412, "PS2_Pressure_bar_100Hz": 108.93785466666706, "PS3_Pressure_bar_100Hz": 1.9320499999999847, "PS4_Pressure_bar_100Hz": 10.056960166666698, "PS5_Pressure_bar_100Hz": 9.831398333333299, "PS6_Pressure_bar_100Hz": 9.715721166666656, "FS1_VolumeFlow_l_per_min_10Hz": 6.499948333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.14152000000002, "TS1_Temperature_C_1Hz": 36.31068333333333, "TS2_Temperature_C_1Hz": 41.95193333333335, "TS3_Temperature_C_1Hz": 39.19166666666668, "TS4_Temperature_C_1Hz": 31.367299999999986, "P1_MotorPower_W_100Hz": 2548.0702666667235, "VS1_Vibration_mm_per_s_1Hz": 0.5416666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.6409, "CP_CoolingPower_kW_1Hz": 2.1413666666666673, "SE_EfficiencyFactor_percent_1Hz": 56.83903333333333, "cycle": 1996, "timestamp": "2027-12-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.64940000000064, "PS2_Pressure_bar_100Hz": 108.90635533333378, "PS3_Pressure_bar_100Hz": 1.9293326666666468, "PS4_Pressure_bar_100Hz": 10.059712833333338, "PS5_Pressure_bar_100Hz": 9.834063833333284, "PS6_Pressure_bar_100Hz": 9.718327499999951, "FS1_VolumeFlow_l_per_min_10Hz": 6.495726666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.142230000000005, "TS1_Temperature_C_1Hz": 36.305233333333334, "TS2_Temperature_C_1Hz": 41.953016666666684, "TS3_Temperature_C_1Hz": 39.19438333333333, "TS4_Temperature_C_1Hz": 31.333416666666672, "P1_MotorPower_W_100Hz": 2548.9814333333698, "VS1_Vibration_mm_per_s_1Hz": 0.5399666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.81349999999999, "CP_CoolingPower_kW_1Hz": 2.1488666666666676, "SE_EfficiencyFactor_percent_1Hz": 56.681466666666665, "cycle": 1997, "timestamp": "2027-12-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6708316666677, "PS2_Pressure_bar_100Hz": 108.94812300000035, "PS3_Pressure_bar_100Hz": 1.9304298333333227, "PS4_Pressure_bar_100Hz": 10.058998333333369, "PS5_Pressure_bar_100Hz": 9.830111833333275, "PS6_Pressure_bar_100Hz": 9.714552999999993, "FS1_VolumeFlow_l_per_min_10Hz": 6.486599999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.139408333333327, "TS1_Temperature_C_1Hz": 36.30709999999999, "TS2_Temperature_C_1Hz": 41.945583333333325, "TS3_Temperature_C_1Hz": 39.190299999999986, "TS4_Temperature_C_1Hz": 31.34565000000001, "P1_MotorPower_W_100Hz": 2549.39266666673, "VS1_Vibration_mm_per_s_1Hz": 0.5455333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.709349999999986, "CP_CoolingPower_kW_1Hz": 2.1421666666666668, "SE_EfficiencyFactor_percent_1Hz": 56.57126666666666, "cycle": 1998, "timestamp": "2027-12-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.64224500000086, "PS2_Pressure_bar_100Hz": 108.92400233333377, "PS3_Pressure_bar_100Hz": 1.9269308333333086, "PS4_Pressure_bar_100Hz": 10.057922833333329, "PS5_Pressure_bar_100Hz": 9.831216333333305, "PS6_Pressure_bar_100Hz": 9.715952499999947, "FS1_VolumeFlow_l_per_min_10Hz": 6.495425000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.139879999999994, "TS1_Temperature_C_1Hz": 36.286183333333334, "TS2_Temperature_C_1Hz": 41.946466666666666, "TS3_Temperature_C_1Hz": 39.171966666666655, "TS4_Temperature_C_1Hz": 31.322416666666673, "P1_MotorPower_W_100Hz": 2547.482400000067, "VS1_Vibration_mm_per_s_1Hz": 0.5330666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.79394999999997, "CP_CoolingPower_kW_1Hz": 2.1445499999999997, "SE_EfficiencyFactor_percent_1Hz": 56.79841666666667, "cycle": 1999, "timestamp": "2027-12-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.66169666666744, "PS2_Pressure_bar_100Hz": 108.920956833334, "PS3_Pressure_bar_100Hz": 1.922745666666656, "PS4_Pressure_bar_100Hz": 10.062219166666672, "PS5_Pressure_bar_100Hz": 9.832786999999975, "PS6_Pressure_bar_100Hz": 9.717907499999969, "FS1_VolumeFlow_l_per_min_10Hz": 6.498418333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.140631666666671, "TS1_Temperature_C_1Hz": 36.28381666666667, "TS2_Temperature_C_1Hz": 41.94213333333334, "TS3_Temperature_C_1Hz": 39.17533333333332, "TS4_Temperature_C_1Hz": 31.29549999999998, "P1_MotorPower_W_100Hz": 2547.313566666675, "VS1_Vibration_mm_per_s_1Hz": 0.54275, "CE_CoolingEfficiency_percent_1Hz": 46.95310000000001, "CP_CoolingPower_kW_1Hz": 2.1524166666666673, "SE_EfficiencyFactor_percent_1Hz": 56.79410000000003, "cycle": 2000, "timestamp": "2027-12-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6413950000013, "PS2_Pressure_bar_100Hz": 108.94395883333368, "PS3_Pressure_bar_100Hz": 1.9278136666666532, "PS4_Pressure_bar_100Hz": 10.061832999999998, "PS5_Pressure_bar_100Hz": 9.83138833333336, "PS6_Pressure_bar_100Hz": 9.71718433333327, "FS1_VolumeFlow_l_per_min_10Hz": 6.490346666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.138225000000013, "TS1_Temperature_C_1Hz": 36.27076666666667, "TS2_Temperature_C_1Hz": 41.931266666666666, "TS3_Temperature_C_1Hz": 39.15673333333332, "TS4_Temperature_C_1Hz": 31.295166666666642, "P1_MotorPower_W_100Hz": 2545.5945999999876, "VS1_Vibration_mm_per_s_1Hz": 0.5395333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.90646666666667, "CP_CoolingPower_kW_1Hz": 2.1467666666666663, "SE_EfficiencyFactor_percent_1Hz": 56.70365000000001, "cycle": 2001, "timestamp": "2027-12-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.65463499999993, "PS2_Pressure_bar_100Hz": 108.9347165000002, "PS3_Pressure_bar_100Hz": 1.9288671666666501, "PS4_Pressure_bar_100Hz": 10.059632166666683, "PS5_Pressure_bar_100Hz": 9.830693999999975, "PS6_Pressure_bar_100Hz": 9.71496449999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.495593333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.137588333333339, "TS1_Temperature_C_1Hz": 36.26059999999999, "TS2_Temperature_C_1Hz": 41.91823333333333, "TS3_Temperature_C_1Hz": 39.151066666666665, "TS4_Temperature_C_1Hz": 31.30793333333332, "P1_MotorPower_W_100Hz": 2547.9505999999897, "VS1_Vibration_mm_per_s_1Hz": 0.5428666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.83128333333334, "CP_CoolingPower_kW_1Hz": 2.1424, "SE_EfficiencyFactor_percent_1Hz": 56.774883333333314, "cycle": 2002, "timestamp": "2027-12-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.59796666666756, "PS2_Pressure_bar_100Hz": 109.14080816666684, "PS3_Pressure_bar_100Hz": 1.9327719999999815, "PS4_Pressure_bar_100Hz": 10.061101166666697, "PS5_Pressure_bar_100Hz": 9.830941500000002, "PS6_Pressure_bar_100Hz": 9.715784166666637, "FS1_VolumeFlow_l_per_min_10Hz": 6.512331666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.140964999999998, "TS1_Temperature_C_1Hz": 36.25883333333332, "TS2_Temperature_C_1Hz": 41.91875000000001, "TS3_Temperature_C_1Hz": 39.13981666666666, "TS4_Temperature_C_1Hz": 31.332216666666657, "P1_MotorPower_W_100Hz": 2545.950366666686, "VS1_Vibration_mm_per_s_1Hz": 0.5431499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.58183333333334, "CP_CoolingPower_kW_1Hz": 2.133883333333333, "SE_EfficiencyFactor_percent_1Hz": 57.192166666666694, "cycle": 2003, "timestamp": "2027-12-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5629633333337, "PS2_Pressure_bar_100Hz": 109.11381383333377, "PS3_Pressure_bar_100Hz": 1.9410041666666582, "PS4_Pressure_bar_100Hz": 10.059974666666667, "PS5_Pressure_bar_100Hz": 9.830539333333284, "PS6_Pressure_bar_100Hz": 9.715033999999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.512820000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.138556666666677, "TS1_Temperature_C_1Hz": 36.25536666666665, "TS2_Temperature_C_1Hz": 41.913149999999995, "TS3_Temperature_C_1Hz": 39.145199999999996, "TS4_Temperature_C_1Hz": 31.32438333333333, "P1_MotorPower_W_100Hz": 2544.970700000059, "VS1_Vibration_mm_per_s_1Hz": 0.5359666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.590933333333346, "CP_CoolingPower_kW_1Hz": 2.1364666666666663, "SE_EfficiencyFactor_percent_1Hz": 57.215933333333346, "cycle": 2004, "timestamp": "2027-12-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5791866666672, "PS2_Pressure_bar_100Hz": 109.1142940000004, "PS3_Pressure_bar_100Hz": 1.9428858333333208, "PS4_Pressure_bar_100Hz": 10.062239833333347, "PS5_Pressure_bar_100Hz": 9.83249016666663, "PS6_Pressure_bar_100Hz": 9.717125166666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.513449999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.142491666666658, "TS1_Temperature_C_1Hz": 36.242683333333325, "TS2_Temperature_C_1Hz": 41.89688333333335, "TS3_Temperature_C_1Hz": 39.143633333333334, "TS4_Temperature_C_1Hz": 31.32861666666667, "P1_MotorPower_W_100Hz": 2548.170533333332, "VS1_Vibration_mm_per_s_1Hz": 0.5388000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.68198333333332, "CP_CoolingPower_kW_1Hz": 2.1376500000000003, "SE_EfficiencyFactor_percent_1Hz": 57.113799999999976, "cycle": 2005, "timestamp": "2027-12-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.58206666666726, "PS2_Pressure_bar_100Hz": 109.12340300000037, "PS3_Pressure_bar_100Hz": 1.9427433333333153, "PS4_Pressure_bar_100Hz": 10.06293683333334, "PS5_Pressure_bar_100Hz": 9.832705999999995, "PS6_Pressure_bar_100Hz": 9.718028499999974, "FS1_VolumeFlow_l_per_min_10Hz": 6.514241666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.144798333333327, "TS1_Temperature_C_1Hz": 36.25771666666665, "TS2_Temperature_C_1Hz": 41.89496666666667, "TS3_Temperature_C_1Hz": 39.14484999999999, "TS4_Temperature_C_1Hz": 31.296799999999994, "P1_MotorPower_W_100Hz": 2546.9105666667115, "VS1_Vibration_mm_per_s_1Hz": 0.5447000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.863616666666665, "CP_CoolingPower_kW_1Hz": 2.1458833333333347, "SE_EfficiencyFactor_percent_1Hz": 57.15025000000001, "cycle": 2006, "timestamp": "2027-12-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.58776000000077, "PS2_Pressure_bar_100Hz": 109.14059283333346, "PS3_Pressure_bar_100Hz": 1.9383811666666537, "PS4_Pressure_bar_100Hz": 10.06631583333337, "PS5_Pressure_bar_100Hz": 9.836158499999948, "PS6_Pressure_bar_100Hz": 9.721506666666643, "FS1_VolumeFlow_l_per_min_10Hz": 6.510905000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.144328333333332, "TS1_Temperature_C_1Hz": 36.26806666666666, "TS2_Temperature_C_1Hz": 41.882883333333346, "TS3_Temperature_C_1Hz": 39.142849999999996, "TS4_Temperature_C_1Hz": 31.29403333333332, "P1_MotorPower_W_100Hz": 2546.545333333348, "VS1_Vibration_mm_per_s_1Hz": 0.5446333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.88060000000001, "CP_CoolingPower_kW_1Hz": 2.1461499999999996, "SE_EfficiencyFactor_percent_1Hz": 57.08995000000003, "cycle": 2007, "timestamp": "2027-12-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5929916666669, "PS2_Pressure_bar_100Hz": 109.1360140000003, "PS3_Pressure_bar_100Hz": 1.9442661666666528, "PS4_Pressure_bar_100Hz": 10.064832666666675, "PS5_Pressure_bar_100Hz": 9.835640499999984, "PS6_Pressure_bar_100Hz": 9.720540166666648, "FS1_VolumeFlow_l_per_min_10Hz": 6.513181666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.145436666666674, "TS1_Temperature_C_1Hz": 36.2607, "TS2_Temperature_C_1Hz": 41.866683333333334, "TS3_Temperature_C_1Hz": 39.14275, "TS4_Temperature_C_1Hz": 31.282366666666654, "P1_MotorPower_W_100Hz": 2547.31143333337, "VS1_Vibration_mm_per_s_1Hz": 0.5456333333333332, "CE_CoolingEfficiency_percent_1Hz": 47.18490000000001, "CP_CoolingPower_kW_1Hz": 2.147483333333333, "SE_EfficiencyFactor_percent_1Hz": 57.14773333333334, "cycle": 2008, "timestamp": "2027-12-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.56796666666656, "PS2_Pressure_bar_100Hz": 109.12274400000044, "PS3_Pressure_bar_100Hz": 1.932685499999984, "PS4_Pressure_bar_100Hz": 10.06651950000005, "PS5_Pressure_bar_100Hz": 9.838474666666642, "PS6_Pressure_bar_100Hz": 9.724334499999944, "FS1_VolumeFlow_l_per_min_10Hz": 6.515650000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.147368333333322, "TS1_Temperature_C_1Hz": 36.27136666666668, "TS2_Temperature_C_1Hz": 41.86418333333335, "TS3_Temperature_C_1Hz": 39.144383333333316, "TS4_Temperature_C_1Hz": 31.286116666666658, "P1_MotorPower_W_100Hz": 2548.2114666666853, "VS1_Vibration_mm_per_s_1Hz": 0.5344333333333335, "CE_CoolingEfficiency_percent_1Hz": 46.95460000000001, "CP_CoolingPower_kW_1Hz": 2.147883333333334, "SE_EfficiencyFactor_percent_1Hz": 57.15063333333331, "cycle": 2009, "timestamp": "2027-12-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.602398333334, "PS2_Pressure_bar_100Hz": 109.16820700000022, "PS3_Pressure_bar_100Hz": 1.9363214999999843, "PS4_Pressure_bar_100Hz": 10.062851666666646, "PS5_Pressure_bar_100Hz": 9.836687499999968, "PS6_Pressure_bar_100Hz": 9.721253666666607, "FS1_VolumeFlow_l_per_min_10Hz": 6.506936666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.148113333333335, "TS1_Temperature_C_1Hz": 36.26124999999999, "TS2_Temperature_C_1Hz": 41.86826666666668, "TS3_Temperature_C_1Hz": 39.13511666666668, "TS4_Temperature_C_1Hz": 31.296966666666652, "P1_MotorPower_W_100Hz": 2548.5990000000343, "VS1_Vibration_mm_per_s_1Hz": 0.5461000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.84525000000001, "CP_CoolingPower_kW_1Hz": 2.1440333333333332, "SE_EfficiencyFactor_percent_1Hz": 56.99783333333333, "cycle": 2010, "timestamp": "2027-12-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6017133333333, "PS2_Pressure_bar_100Hz": 109.15829450000075, "PS3_Pressure_bar_100Hz": 1.9299456666666526, "PS4_Pressure_bar_100Hz": 10.066790333333342, "PS5_Pressure_bar_100Hz": 9.839933833333308, "PS6_Pressure_bar_100Hz": 9.725173833333278, "FS1_VolumeFlow_l_per_min_10Hz": 6.515223333333325, "FS2_VolumeFlow_l_per_min_10Hz": 10.14787333333333, "TS1_Temperature_C_1Hz": 36.262449999999994, "TS2_Temperature_C_1Hz": 41.85925000000001, "TS3_Temperature_C_1Hz": 39.128016666666646, "TS4_Temperature_C_1Hz": 31.282216666666635, "P1_MotorPower_W_100Hz": 2548.620533333378, "VS1_Vibration_mm_per_s_1Hz": 0.5488666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.917233333333336, "CP_CoolingPower_kW_1Hz": 2.147016666666667, "SE_EfficiencyFactor_percent_1Hz": 57.12851666666667, "cycle": 2011, "timestamp": "2028-01-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6130733333328, "PS2_Pressure_bar_100Hz": 109.14322616666719, "PS3_Pressure_bar_100Hz": 1.9361434999999831, "PS4_Pressure_bar_100Hz": 10.069675499999974, "PS5_Pressure_bar_100Hz": 9.840712999999988, "PS6_Pressure_bar_100Hz": 9.726343166666613, "FS1_VolumeFlow_l_per_min_10Hz": 6.5120633333333355, "FS2_VolumeFlow_l_per_min_10Hz": 10.143583333333323, "TS1_Temperature_C_1Hz": 36.24823333333333, "TS2_Temperature_C_1Hz": 41.861, "TS3_Temperature_C_1Hz": 39.12865, "TS4_Temperature_C_1Hz": 31.24398333333331, "P1_MotorPower_W_100Hz": 2547.6912333334144, "VS1_Vibration_mm_per_s_1Hz": 0.5797166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.93454999999999, "CP_CoolingPower_kW_1Hz": 2.1566166666666673, "SE_EfficiencyFactor_percent_1Hz": 57.149016666666654, "cycle": 2012, "timestamp": "2028-01-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.54373500000028, "PS2_Pressure_bar_100Hz": 109.27027299999989, "PS3_Pressure_bar_100Hz": 1.9483348333333272, "PS4_Pressure_bar_100Hz": 10.073654666666672, "PS5_Pressure_bar_100Hz": 9.845083166666658, "PS6_Pressure_bar_100Hz": 9.730325999999955, "FS1_VolumeFlow_l_per_min_10Hz": 6.510490000000008, "FS2_VolumeFlow_l_per_min_10Hz": 10.140960000000009, "TS1_Temperature_C_1Hz": 36.205133333333336, "TS2_Temperature_C_1Hz": 41.859199999999994, "TS3_Temperature_C_1Hz": 39.129633333333324, "TS4_Temperature_C_1Hz": 31.17719999999998, "P1_MotorPower_W_100Hz": 2545.5093000000547, "VS1_Vibration_mm_per_s_1Hz": 0.5508666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.261716666666665, "CP_CoolingPower_kW_1Hz": 2.1740166666666663, "SE_EfficiencyFactor_percent_1Hz": 57.12021666666666, "cycle": 2013, "timestamp": "2028-01-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.56863666666735, "PS2_Pressure_bar_100Hz": 109.2997886666668, "PS3_Pressure_bar_100Hz": 1.9393639999999888, "PS4_Pressure_bar_100Hz": 10.074486333333347, "PS5_Pressure_bar_100Hz": 9.846074333333263, "PS6_Pressure_bar_100Hz": 9.731615333333307, "FS1_VolumeFlow_l_per_min_10Hz": 6.5089183333333365, "FS2_VolumeFlow_l_per_min_10Hz": 10.145691666666671, "TS1_Temperature_C_1Hz": 36.18725000000001, "TS2_Temperature_C_1Hz": 41.83556666666667, "TS3_Temperature_C_1Hz": 39.09501666666666, "TS4_Temperature_C_1Hz": 31.27438333333331, "P1_MotorPower_W_100Hz": 2545.057166666672, "VS1_Vibration_mm_per_s_1Hz": 0.54295, "CE_CoolingEfficiency_percent_1Hz": 46.559400000000004, "CP_CoolingPower_kW_1Hz": 2.1380500000000007, "SE_EfficiencyFactor_percent_1Hz": 57.13783333333332, "cycle": 2014, "timestamp": "2028-01-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.56107666666668, "PS2_Pressure_bar_100Hz": 109.2998278333334, "PS3_Pressure_bar_100Hz": 1.9488758333333212, "PS4_Pressure_bar_100Hz": 10.072340666666687, "PS5_Pressure_bar_100Hz": 9.847100333333268, "PS6_Pressure_bar_100Hz": 9.731955166666609, "FS1_VolumeFlow_l_per_min_10Hz": 6.5070766666666735, "FS2_VolumeFlow_l_per_min_10Hz": 10.146725000000004, "TS1_Temperature_C_1Hz": 36.195650000000015, "TS2_Temperature_C_1Hz": 41.8282, "TS3_Temperature_C_1Hz": 39.08183333333333, "TS4_Temperature_C_1Hz": 31.243299999999984, "P1_MotorPower_W_100Hz": 2547.5697333333746, "VS1_Vibration_mm_per_s_1Hz": 0.5401666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.71246666666668, "CP_CoolingPower_kW_1Hz": 2.143333333333333, "SE_EfficiencyFactor_percent_1Hz": 57.07944999999998, "cycle": 2015, "timestamp": "2028-01-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.55514500000007, "PS2_Pressure_bar_100Hz": 109.27658066666673, "PS3_Pressure_bar_100Hz": 1.947218833333321, "PS4_Pressure_bar_100Hz": 10.079224166666686, "PS5_Pressure_bar_100Hz": 9.85054199999992, "PS6_Pressure_bar_100Hz": 9.73643616666659, "FS1_VolumeFlow_l_per_min_10Hz": 6.511404999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.153425000000004, "TS1_Temperature_C_1Hz": 36.19121666666665, "TS2_Temperature_C_1Hz": 41.81976666666667, "TS3_Temperature_C_1Hz": 39.081799999999994, "TS4_Temperature_C_1Hz": 31.19526666666665, "P1_MotorPower_W_100Hz": 2547.218933333365, "VS1_Vibration_mm_per_s_1Hz": 0.5455166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.00776666666668, "CP_CoolingPower_kW_1Hz": 2.1582500000000007, "SE_EfficiencyFactor_percent_1Hz": 57.15780000000002, "cycle": 2016, "timestamp": "2028-01-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.55820166666712, "PS2_Pressure_bar_100Hz": 109.26730133333385, "PS3_Pressure_bar_100Hz": 1.9469518333333231, "PS4_Pressure_bar_100Hz": 10.083554000000046, "PS5_Pressure_bar_100Hz": 9.855327166666552, "PS6_Pressure_bar_100Hz": 9.740654333333286, "FS1_VolumeFlow_l_per_min_10Hz": 6.515948333333341, "FS2_VolumeFlow_l_per_min_10Hz": 10.15651833333332, "TS1_Temperature_C_1Hz": 36.191433333333336, "TS2_Temperature_C_1Hz": 41.81256666666666, "TS3_Temperature_C_1Hz": 39.07323333333333, "TS4_Temperature_C_1Hz": 31.220516666666647, "P1_MotorPower_W_100Hz": 2547.117433333403, "VS1_Vibration_mm_per_s_1Hz": 0.5419166666666669, "CE_CoolingEfficiency_percent_1Hz": 46.82761666666668, "CP_CoolingPower_kW_1Hz": 2.1496666666666666, "SE_EfficiencyFactor_percent_1Hz": 57.19444999999999, "cycle": 2017, "timestamp": "2028-01-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.57852000000048, "PS2_Pressure_bar_100Hz": 109.29398450000028, "PS3_Pressure_bar_100Hz": 1.9522558333333184, "PS4_Pressure_bar_100Hz": 10.0826185, "PS5_Pressure_bar_100Hz": 9.853867499999904, "PS6_Pressure_bar_100Hz": 9.739309499999967, "FS1_VolumeFlow_l_per_min_10Hz": 6.5144550000000025, "FS2_VolumeFlow_l_per_min_10Hz": 10.154219999999993, "TS1_Temperature_C_1Hz": 36.18065, "TS2_Temperature_C_1Hz": 41.82760000000001, "TS3_Temperature_C_1Hz": 39.06971666666667, "TS4_Temperature_C_1Hz": 31.23023333333332, "P1_MotorPower_W_100Hz": 2546.888433333358, "VS1_Vibration_mm_per_s_1Hz": 0.5406166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.77503333333334, "CP_CoolingPower_kW_1Hz": 2.1469333333333322, "SE_EfficiencyFactor_percent_1Hz": 57.17894999999998, "cycle": 2018, "timestamp": "2028-01-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.57949166666694, "PS2_Pressure_bar_100Hz": 109.31818516666698, "PS3_Pressure_bar_100Hz": 1.941259666666656, "PS4_Pressure_bar_100Hz": 10.08016133333336, "PS5_Pressure_bar_100Hz": 9.854004499999911, "PS6_Pressure_bar_100Hz": 9.73880566666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.511228333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.153423333333336, "TS1_Temperature_C_1Hz": 36.170983333333346, "TS2_Temperature_C_1Hz": 41.8181, "TS3_Temperature_C_1Hz": 39.071883333333325, "TS4_Temperature_C_1Hz": 31.221633333333326, "P1_MotorPower_W_100Hz": 2547.063766666697, "VS1_Vibration_mm_per_s_1Hz": 0.5486833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.789883333333336, "CP_CoolingPower_kW_1Hz": 2.1460333333333335, "SE_EfficiencyFactor_percent_1Hz": 57.10753333333334, "cycle": 2019, "timestamp": "2028-01-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.57330166666702, "PS2_Pressure_bar_100Hz": 109.29332883333349, "PS3_Pressure_bar_100Hz": 1.9466289999999844, "PS4_Pressure_bar_100Hz": 10.08176733333335, "PS5_Pressure_bar_100Hz": 9.854979666666637, "PS6_Pressure_bar_100Hz": 9.74035749999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.513830000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.151928333333329, "TS1_Temperature_C_1Hz": 36.15918333333336, "TS2_Temperature_C_1Hz": 41.82016666666667, "TS3_Temperature_C_1Hz": 39.05975, "TS4_Temperature_C_1Hz": 31.221416666666656, "P1_MotorPower_W_100Hz": 2547.4805000000247, "VS1_Vibration_mm_per_s_1Hz": 0.5422833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.768499999999996, "CP_CoolingPower_kW_1Hz": 2.1437166666666667, "SE_EfficiencyFactor_percent_1Hz": 57.18096666666667, "cycle": 2020, "timestamp": "2028-01-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.60522000000063, "PS2_Pressure_bar_100Hz": 109.34131750000054, "PS3_Pressure_bar_100Hz": 1.9380673333333214, "PS4_Pressure_bar_100Hz": 10.082006833333347, "PS5_Pressure_bar_100Hz": 9.855156333333198, "PS6_Pressure_bar_100Hz": 9.738802499999972, "FS1_VolumeFlow_l_per_min_10Hz": 6.509086666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.153660000000013, "TS1_Temperature_C_1Hz": 36.1662, "TS2_Temperature_C_1Hz": 41.80865000000001, "TS3_Temperature_C_1Hz": 39.04586666666666, "TS4_Temperature_C_1Hz": 31.17933333333331, "P1_MotorPower_W_100Hz": 2547.5695666667057, "VS1_Vibration_mm_per_s_1Hz": 0.5409500000000002, "CE_CoolingEfficiency_percent_1Hz": 46.93514999999999, "CP_CoolingPower_kW_1Hz": 2.14895, "SE_EfficiencyFactor_percent_1Hz": 57.084549999999986, "cycle": 2021, "timestamp": "2028-01-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.59094500000035, "PS2_Pressure_bar_100Hz": 109.31295649999996, "PS3_Pressure_bar_100Hz": 1.9452081666666565, "PS4_Pressure_bar_100Hz": 10.085989000000033, "PS5_Pressure_bar_100Hz": 9.85771799999994, "PS6_Pressure_bar_100Hz": 9.741713333333305, "FS1_VolumeFlow_l_per_min_10Hz": 6.519011666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.155740000000009, "TS1_Temperature_C_1Hz": 36.16415, "TS2_Temperature_C_1Hz": 41.796816666666665, "TS3_Temperature_C_1Hz": 39.04933333333333, "TS4_Temperature_C_1Hz": 31.180683333333317, "P1_MotorPower_W_100Hz": 2547.431399999974, "VS1_Vibration_mm_per_s_1Hz": 0.5410833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.98139999999999, "CP_CoolingPower_kW_1Hz": 2.1521833333333333, "SE_EfficiencyFactor_percent_1Hz": 57.26725000000003, "cycle": 2022, "timestamp": "2028-01-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.97553166666708, "PS2_Pressure_bar_100Hz": 109.58362050000042, "PS3_Pressure_bar_100Hz": 2.004136499999998, "PS4_Pressure_bar_100Hz": 10.087573666666678, "PS5_Pressure_bar_100Hz": 9.860050999999931, "PS6_Pressure_bar_100Hz": 9.743450999999936, "FS1_VolumeFlow_l_per_min_10Hz": 6.7012266666666696, "FS2_VolumeFlow_l_per_min_10Hz": 10.155389999999995, "TS1_Temperature_C_1Hz": 36.18365000000001, "TS2_Temperature_C_1Hz": 41.80934999999999, "TS3_Temperature_C_1Hz": 39.03403333333333, "TS4_Temperature_C_1Hz": 31.19243333333332, "P1_MotorPower_W_100Hz": 2539.429966666681, "VS1_Vibration_mm_per_s_1Hz": 0.54805, "CE_CoolingEfficiency_percent_1Hz": 46.84675, "CP_CoolingPower_kW_1Hz": 2.1447, "SE_EfficiencyFactor_percent_1Hz": 59.06096666666668, "cycle": 2023, "timestamp": "2028-01-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.22491333333346, "PS2_Pressure_bar_100Hz": 108.97741899999959, "PS3_Pressure_bar_100Hz": 2.0005593333333325, "PS4_Pressure_bar_100Hz": 10.080698666666708, "PS5_Pressure_bar_100Hz": 9.855552499999934, "PS6_Pressure_bar_100Hz": 9.739645333333273, "FS1_VolumeFlow_l_per_min_10Hz": 6.659283333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.150680000000007, "TS1_Temperature_C_1Hz": 36.18638333333334, "TS2_Temperature_C_1Hz": 41.815933333333334, "TS3_Temperature_C_1Hz": 39.06231666666666, "TS4_Temperature_C_1Hz": 31.16003333333332, "P1_MotorPower_W_100Hz": 2538.871400000045, "VS1_Vibration_mm_per_s_1Hz": 0.5456, "CE_CoolingEfficiency_percent_1Hz": 47.13118333333334, "CP_CoolingPower_kW_1Hz": 2.1609000000000007, "SE_EfficiencyFactor_percent_1Hz": 58.12033333333334, "cycle": 2024, "timestamp": "2028-01-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.21966500000028, "PS2_Pressure_bar_100Hz": 108.98622033333407, "PS3_Pressure_bar_100Hz": 1.9905713333333297, "PS4_Pressure_bar_100Hz": 10.077099500000005, "PS5_Pressure_bar_100Hz": 9.851152999999925, "PS6_Pressure_bar_100Hz": 9.735123833333246, "FS1_VolumeFlow_l_per_min_10Hz": 6.65879333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.149316666666675, "TS1_Temperature_C_1Hz": 36.19023333333334, "TS2_Temperature_C_1Hz": 41.82336666666666, "TS3_Temperature_C_1Hz": 39.06113333333333, "TS4_Temperature_C_1Hz": 31.149099999999986, "P1_MotorPower_W_100Hz": 2538.2325000000287, "VS1_Vibration_mm_per_s_1Hz": 0.5447166666666665, "CE_CoolingEfficiency_percent_1Hz": 47.16526666666666, "CP_CoolingPower_kW_1Hz": 2.1652000000000005, "SE_EfficiencyFactor_percent_1Hz": 58.12485000000001, "cycle": 2025, "timestamp": "2028-01-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.22914166666683, "PS2_Pressure_bar_100Hz": 108.97789550000064, "PS3_Pressure_bar_100Hz": 1.99124083333333, "PS4_Pressure_bar_100Hz": 10.070747166666687, "PS5_Pressure_bar_100Hz": 9.845438833333349, "PS6_Pressure_bar_100Hz": 9.72986916666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.656711666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.145796666666676, "TS1_Temperature_C_1Hz": 36.20151666666666, "TS2_Temperature_C_1Hz": 41.83708333333333, "TS3_Temperature_C_1Hz": 39.08126666666667, "TS4_Temperature_C_1Hz": 31.161599999999996, "P1_MotorPower_W_100Hz": 2538.760700000036, "VS1_Vibration_mm_per_s_1Hz": 0.5445333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.19069999999999, "CP_CoolingPower_kW_1Hz": 2.165433333333334, "SE_EfficiencyFactor_percent_1Hz": 58.1023, "cycle": 2026, "timestamp": "2028-01-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2044466666668, "PS2_Pressure_bar_100Hz": 108.97684500000055, "PS3_Pressure_bar_100Hz": 1.99373899999999, "PS4_Pressure_bar_100Hz": 10.068539000000017, "PS5_Pressure_bar_100Hz": 9.842268499999971, "PS6_Pressure_bar_100Hz": 9.726196666666619, "FS1_VolumeFlow_l_per_min_10Hz": 6.6575049999999925, "FS2_VolumeFlow_l_per_min_10Hz": 10.14142500000001, "TS1_Temperature_C_1Hz": 36.218483333333324, "TS2_Temperature_C_1Hz": 41.83681666666667, "TS3_Temperature_C_1Hz": 39.08743333333332, "TS4_Temperature_C_1Hz": 31.17333333333331, "P1_MotorPower_W_100Hz": 2540.037466666692, "VS1_Vibration_mm_per_s_1Hz": 0.544, "CE_CoolingEfficiency_percent_1Hz": 47.15420000000001, "CP_CoolingPower_kW_1Hz": 2.163683333333334, "SE_EfficiencyFactor_percent_1Hz": 58.07518333333334, "cycle": 2027, "timestamp": "2028-01-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2134433333345, "PS2_Pressure_bar_100Hz": 108.97512433333365, "PS3_Pressure_bar_100Hz": 1.9962048333333284, "PS4_Pressure_bar_100Hz": 10.07020833333338, "PS5_Pressure_bar_100Hz": 9.843872999999974, "PS6_Pressure_bar_100Hz": 9.728532833333276, "FS1_VolumeFlow_l_per_min_10Hz": 6.654711666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.14188500000001, "TS1_Temperature_C_1Hz": 36.22164999999999, "TS2_Temperature_C_1Hz": 41.84583333333333, "TS3_Temperature_C_1Hz": 39.083516666666654, "TS4_Temperature_C_1Hz": 31.17048333333332, "P1_MotorPower_W_100Hz": 2540.077733333364, "VS1_Vibration_mm_per_s_1Hz": 0.5395999999999999, "CE_CoolingEfficiency_percent_1Hz": 47.15404999999999, "CP_CoolingPower_kW_1Hz": 2.163216666666666, "SE_EfficiencyFactor_percent_1Hz": 58.06930000000003, "cycle": 2028, "timestamp": "2028-01-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2085466666674, "PS2_Pressure_bar_100Hz": 108.96140300000052, "PS3_Pressure_bar_100Hz": 1.9911171666666727, "PS4_Pressure_bar_100Hz": 10.07070083333339, "PS5_Pressure_bar_100Hz": 9.843318166666624, "PS6_Pressure_bar_100Hz": 9.728209333333247, "FS1_VolumeFlow_l_per_min_10Hz": 6.656038333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.141425000000002, "TS1_Temperature_C_1Hz": 36.20523333333333, "TS2_Temperature_C_1Hz": 41.85443333333334, "TS3_Temperature_C_1Hz": 39.097699999999996, "TS4_Temperature_C_1Hz": 31.160799999999977, "P1_MotorPower_W_100Hz": 2539.606333333391, "VS1_Vibration_mm_per_s_1Hz": 0.5458833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.25160000000002, "CP_CoolingPower_kW_1Hz": 2.169466666666667, "SE_EfficiencyFactor_percent_1Hz": 58.0829166666667, "cycle": 2029, "timestamp": "2028-01-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.20277333333442, "PS2_Pressure_bar_100Hz": 108.97552783333369, "PS3_Pressure_bar_100Hz": 1.9878440000000004, "PS4_Pressure_bar_100Hz": 10.077217833333357, "PS5_Pressure_bar_100Hz": 9.847110333333232, "PS6_Pressure_bar_100Hz": 9.730991666666572, "FS1_VolumeFlow_l_per_min_10Hz": 6.658155000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.14562166666667, "TS1_Temperature_C_1Hz": 36.21871666666667, "TS2_Temperature_C_1Hz": 41.86333333333334, "TS3_Temperature_C_1Hz": 39.11171666666666, "TS4_Temperature_C_1Hz": 31.146533333333306, "P1_MotorPower_W_100Hz": 2539.094800000059, "VS1_Vibration_mm_per_s_1Hz": 0.5454666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.39676666666667, "CP_CoolingPower_kW_1Hz": 2.178016666666667, "SE_EfficiencyFactor_percent_1Hz": 58.09871666666668, "cycle": 2030, "timestamp": "2028-01-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.20135000000107, "PS2_Pressure_bar_100Hz": 108.9535751666671, "PS3_Pressure_bar_100Hz": 1.9903683333333313, "PS4_Pressure_bar_100Hz": 10.078317333333363, "PS5_Pressure_bar_100Hz": 9.85085199999992, "PS6_Pressure_bar_100Hz": 9.734114166666608, "FS1_VolumeFlow_l_per_min_10Hz": 6.660401666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.146826666666668, "TS1_Temperature_C_1Hz": 36.20471666666668, "TS2_Temperature_C_1Hz": 41.8711, "TS3_Temperature_C_1Hz": 39.109899999999975, "TS4_Temperature_C_1Hz": 31.198683333333314, "P1_MotorPower_W_100Hz": 2539.877566666664, "VS1_Vibration_mm_per_s_1Hz": 0.5511333333333331, "CE_CoolingEfficiency_percent_1Hz": 47.09555, "CP_CoolingPower_kW_1Hz": 2.164483333333334, "SE_EfficiencyFactor_percent_1Hz": 58.15056666666664, "cycle": 2031, "timestamp": "2028-01-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.18615166666746, "PS2_Pressure_bar_100Hz": 108.95404066666681, "PS3_Pressure_bar_100Hz": 1.9922861666666676, "PS4_Pressure_bar_100Hz": 10.07741183333337, "PS5_Pressure_bar_100Hz": 9.84881449999997, "PS6_Pressure_bar_100Hz": 9.731864666666585, "FS1_VolumeFlow_l_per_min_10Hz": 6.655796666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.145720000000004, "TS1_Temperature_C_1Hz": 36.19958333333334, "TS2_Temperature_C_1Hz": 41.864766666666675, "TS3_Temperature_C_1Hz": 39.105683333333324, "TS4_Temperature_C_1Hz": 31.165533333333315, "P1_MotorPower_W_100Hz": 2541.4546666667256, "VS1_Vibration_mm_per_s_1Hz": 0.5449, "CE_CoolingEfficiency_percent_1Hz": 47.24143333333335, "CP_CoolingPower_kW_1Hz": 2.171300000000001, "SE_EfficiencyFactor_percent_1Hz": 58.01458333333334, "cycle": 2032, "timestamp": "2028-01-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.210206666667, "PS2_Pressure_bar_100Hz": 108.9688876666675, "PS3_Pressure_bar_100Hz": 1.9884144999999938, "PS4_Pressure_bar_100Hz": 10.083176666666706, "PS5_Pressure_bar_100Hz": 9.852825166666582, "PS6_Pressure_bar_100Hz": 9.73676166666655, "FS1_VolumeFlow_l_per_min_10Hz": 6.659056666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.147205000000008, "TS1_Temperature_C_1Hz": 36.20243333333334, "TS2_Temperature_C_1Hz": 41.862950000000005, "TS3_Temperature_C_1Hz": 39.11893333333333, "TS4_Temperature_C_1Hz": 31.177683333333317, "P1_MotorPower_W_100Hz": 2542.1786333333466, "VS1_Vibration_mm_per_s_1Hz": 0.5509000000000003, "CE_CoolingEfficiency_percent_1Hz": 47.22043333333334, "CP_CoolingPower_kW_1Hz": 2.1731166666666675, "SE_EfficiencyFactor_percent_1Hz": 58.04748333333334, "cycle": 2033, "timestamp": "2028-01-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.09764000000072, "PS2_Pressure_bar_100Hz": 109.20923266666705, "PS3_Pressure_bar_100Hz": 2.0060063333333336, "PS4_Pressure_bar_100Hz": 10.080181333333366, "PS5_Pressure_bar_100Hz": 9.849745333333264, "PS6_Pressure_bar_100Hz": 9.734228666666617, "FS1_VolumeFlow_l_per_min_10Hz": 6.6878583333333355, "FS2_VolumeFlow_l_per_min_10Hz": 10.14737499999999, "TS1_Temperature_C_1Hz": 36.2246, "TS2_Temperature_C_1Hz": 41.86480000000002, "TS3_Temperature_C_1Hz": 39.114466666666665, "TS4_Temperature_C_1Hz": 31.14181666666664, "P1_MotorPower_W_100Hz": 2540.5399666667254, "VS1_Vibration_mm_per_s_1Hz": 0.5519000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.42125000000001, "CP_CoolingPower_kW_1Hz": 2.1797166666666667, "SE_EfficiencyFactor_percent_1Hz": 58.774033333333335, "cycle": 2034, "timestamp": "2028-01-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.10007166666682, "PS2_Pressure_bar_100Hz": 109.22182716666678, "PS3_Pressure_bar_100Hz": 2.0048661666666776, "PS4_Pressure_bar_100Hz": 10.076358666666698, "PS5_Pressure_bar_100Hz": 9.846001999999919, "PS6_Pressure_bar_100Hz": 9.730665333333285, "FS1_VolumeFlow_l_per_min_10Hz": 6.683840000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.146998333333329, "TS1_Temperature_C_1Hz": 36.21413333333332, "TS2_Temperature_C_1Hz": 41.86061666666668, "TS3_Temperature_C_1Hz": 39.10818333333332, "TS4_Temperature_C_1Hz": 31.167133333333318, "P1_MotorPower_W_100Hz": 2540.7224333333675, "VS1_Vibration_mm_per_s_1Hz": 0.5482833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.262650000000015, "CP_CoolingPower_kW_1Hz": 2.1723833333333333, "SE_EfficiencyFactor_percent_1Hz": 58.701066666666655, "cycle": 2035, "timestamp": "2028-01-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.11572000000098, "PS2_Pressure_bar_100Hz": 109.2342098333337, "PS3_Pressure_bar_100Hz": 2.000371000000001, "PS4_Pressure_bar_100Hz": 10.077855833333361, "PS5_Pressure_bar_100Hz": 9.846970499999948, "PS6_Pressure_bar_100Hz": 9.731801166666623, "FS1_VolumeFlow_l_per_min_10Hz": 6.688116666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.146598333333339, "TS1_Temperature_C_1Hz": 36.216516666666664, "TS2_Temperature_C_1Hz": 41.8655, "TS3_Temperature_C_1Hz": 39.11811666666667, "TS4_Temperature_C_1Hz": 31.17613333333331, "P1_MotorPower_W_100Hz": 2539.6522333333505, "VS1_Vibration_mm_per_s_1Hz": 0.5458666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.214749999999995, "CP_CoolingPower_kW_1Hz": 2.1701000000000006, "SE_EfficiencyFactor_percent_1Hz": 58.81406666666669, "cycle": 2036, "timestamp": "2028-01-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.1118116666664, "PS2_Pressure_bar_100Hz": 109.22571916666685, "PS3_Pressure_bar_100Hz": 2.0026808333333395, "PS4_Pressure_bar_100Hz": 10.075169666666692, "PS5_Pressure_bar_100Hz": 9.846229499999968, "PS6_Pressure_bar_100Hz": 9.730628166666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.685451666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.143965000000009, "TS1_Temperature_C_1Hz": 36.22523333333333, "TS2_Temperature_C_1Hz": 41.863616666666665, "TS3_Temperature_C_1Hz": 39.111866666666664, "TS4_Temperature_C_1Hz": 31.192866666666653, "P1_MotorPower_W_100Hz": 2539.447666666665, "VS1_Vibration_mm_per_s_1Hz": 0.5469166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.08666666666667, "CP_CoolingPower_kW_1Hz": 2.165416666666667, "SE_EfficiencyFactor_percent_1Hz": 58.76796666666665, "cycle": 2037, "timestamp": "2028-01-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.09787333333367, "PS2_Pressure_bar_100Hz": 109.21218183333391, "PS3_Pressure_bar_100Hz": 2.00008133333334, "PS4_Pressure_bar_100Hz": 10.076048333333356, "PS5_Pressure_bar_100Hz": 9.84690333333326, "PS6_Pressure_bar_100Hz": 9.731097999999932, "FS1_VolumeFlow_l_per_min_10Hz": 6.686411666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.14408333333334, "TS1_Temperature_C_1Hz": 36.22158333333333, "TS2_Temperature_C_1Hz": 41.86705000000002, "TS3_Temperature_C_1Hz": 39.10478333333333, "TS4_Temperature_C_1Hz": 31.163299999999982, "P1_MotorPower_W_100Hz": 2539.7887666667325, "VS1_Vibration_mm_per_s_1Hz": 0.5442833333333336, "CE_CoolingEfficiency_percent_1Hz": 47.11545, "CP_CoolingPower_kW_1Hz": 2.1713999999999998, "SE_EfficiencyFactor_percent_1Hz": 58.79763333333333, "cycle": 2038, "timestamp": "2028-01-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0775433333338, "PS2_Pressure_bar_100Hz": 109.20653800000063, "PS3_Pressure_bar_100Hz": 1.9944363333333388, "PS4_Pressure_bar_100Hz": 10.074597833333375, "PS5_Pressure_bar_100Hz": 9.846411333333327, "PS6_Pressure_bar_100Hz": 9.729507666666612, "FS1_VolumeFlow_l_per_min_10Hz": 6.684298333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.145178333333341, "TS1_Temperature_C_1Hz": 36.22758333333333, "TS2_Temperature_C_1Hz": 41.850500000000004, "TS3_Temperature_C_1Hz": 39.10266666666668, "TS4_Temperature_C_1Hz": 31.160216666666646, "P1_MotorPower_W_100Hz": 2540.283666666709, "VS1_Vibration_mm_per_s_1Hz": 0.5491666666666667, "CE_CoolingEfficiency_percent_1Hz": 47.2387, "CP_CoolingPower_kW_1Hz": 2.1707666666666667, "SE_EfficiencyFactor_percent_1Hz": 58.74706666666666, "cycle": 2039, "timestamp": "2028-01-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.09486166666787, "PS2_Pressure_bar_100Hz": 109.2317080000004, "PS3_Pressure_bar_100Hz": 1.9941411666666664, "PS4_Pressure_bar_100Hz": 10.076393166666731, "PS5_Pressure_bar_100Hz": 9.849718333333277, "PS6_Pressure_bar_100Hz": 9.73219566666656, "FS1_VolumeFlow_l_per_min_10Hz": 6.683191666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.14629333333333, "TS1_Temperature_C_1Hz": 36.21576666666667, "TS2_Temperature_C_1Hz": 41.85656666666669, "TS3_Temperature_C_1Hz": 39.08948333333333, "TS4_Temperature_C_1Hz": 31.176266666666653, "P1_MotorPower_W_100Hz": 2541.840066666685, "VS1_Vibration_mm_per_s_1Hz": 0.54665, "CE_CoolingEfficiency_percent_1Hz": 47.06631666666668, "CP_CoolingPower_kW_1Hz": 2.1634833333333336, "SE_EfficiencyFactor_percent_1Hz": 58.68298333333334, "cycle": 2040, "timestamp": "2028-01-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.08882999999972, "PS2_Pressure_bar_100Hz": 109.23596866666682, "PS3_Pressure_bar_100Hz": 1.9892438333333329, "PS4_Pressure_bar_100Hz": 10.071131666666675, "PS5_Pressure_bar_100Hz": 9.84392716666667, "PS6_Pressure_bar_100Hz": 9.727475499999958, "FS1_VolumeFlow_l_per_min_10Hz": 6.674921666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.142890000000005, "TS1_Temperature_C_1Hz": 36.23156666666667, "TS2_Temperature_C_1Hz": 41.85871666666669, "TS3_Temperature_C_1Hz": 39.09144999999999, "TS4_Temperature_C_1Hz": 31.149366666666662, "P1_MotorPower_W_100Hz": 2541.123000000022, "VS1_Vibration_mm_per_s_1Hz": 0.5483333333333331, "CE_CoolingEfficiency_percent_1Hz": 47.282900000000005, "CP_CoolingPower_kW_1Hz": 2.1713333333333327, "SE_EfficiencyFactor_percent_1Hz": 58.58519999999999, "cycle": 2041, "timestamp": "2028-01-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.09972500000018, "PS2_Pressure_bar_100Hz": 109.24693516666673, "PS3_Pressure_bar_100Hz": 1.9926923333333337, "PS4_Pressure_bar_100Hz": 10.071349500000023, "PS5_Pressure_bar_100Hz": 9.843202499999947, "PS6_Pressure_bar_100Hz": 9.728308999999927, "FS1_VolumeFlow_l_per_min_10Hz": 6.682600000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.145113333333345, "TS1_Temperature_C_1Hz": 36.243216666666655, "TS2_Temperature_C_1Hz": 41.85294999999999, "TS3_Temperature_C_1Hz": 39.09193333333332, "TS4_Temperature_C_1Hz": 31.150166666666646, "P1_MotorPower_W_100Hz": 2540.740800000048, "VS1_Vibration_mm_per_s_1Hz": 0.5491166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.286066666666684, "CP_CoolingPower_kW_1Hz": 2.1710000000000007, "SE_EfficiencyFactor_percent_1Hz": 58.689466666666654, "cycle": 2042, "timestamp": "2028-02-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0984149999999, "PS2_Pressure_bar_100Hz": 109.2275908333334, "PS3_Pressure_bar_100Hz": 1.9915638333333348, "PS4_Pressure_bar_100Hz": 10.070233000000014, "PS5_Pressure_bar_100Hz": 9.842049166666628, "PS6_Pressure_bar_100Hz": 9.726338166666652, "FS1_VolumeFlow_l_per_min_10Hz": 6.686235000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.142925000000018, "TS1_Temperature_C_1Hz": 36.23163333333335, "TS2_Temperature_C_1Hz": 41.84953333333335, "TS3_Temperature_C_1Hz": 39.08708333333331, "TS4_Temperature_C_1Hz": 31.14211666666664, "P1_MotorPower_W_100Hz": 2539.9145000000194, "VS1_Vibration_mm_per_s_1Hz": 0.55015, "CE_CoolingEfficiency_percent_1Hz": 47.31304999999998, "CP_CoolingPower_kW_1Hz": 2.170016666666667, "SE_EfficiencyFactor_percent_1Hz": 58.79568333333331, "cycle": 2043, "timestamp": "2028-02-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0080150000001, "PS2_Pressure_bar_100Hz": 109.42161216666695, "PS3_Pressure_bar_100Hz": 1.998423333333331, "PS4_Pressure_bar_100Hz": 10.066950833333342, "PS5_Pressure_bar_100Hz": 9.840797833333315, "PS6_Pressure_bar_100Hz": 9.724740166666594, "FS1_VolumeFlow_l_per_min_10Hz": 6.6960150000000045, "FS2_VolumeFlow_l_per_min_10Hz": 10.138720000000015, "TS1_Temperature_C_1Hz": 36.22536666666668, "TS2_Temperature_C_1Hz": 41.85660000000001, "TS3_Temperature_C_1Hz": 39.08988333333332, "TS4_Temperature_C_1Hz": 31.170733333333327, "P1_MotorPower_W_100Hz": 2538.769366666687, "VS1_Vibration_mm_per_s_1Hz": 0.5485666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.17933333333331, "CP_CoolingPower_kW_1Hz": 2.1637500000000003, "SE_EfficiencyFactor_percent_1Hz": 59.095783333333344, "cycle": 2044, "timestamp": "2028-02-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0142500000008, "PS2_Pressure_bar_100Hz": 109.43356700000054, "PS3_Pressure_bar_100Hz": 1.9950961666666698, "PS4_Pressure_bar_100Hz": 10.069454500000017, "PS5_Pressure_bar_100Hz": 9.841470666666616, "PS6_Pressure_bar_100Hz": 9.72511283333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.694220000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.137333333333336, "TS1_Temperature_C_1Hz": 36.21905000000001, "TS2_Temperature_C_1Hz": 41.857283333333356, "TS3_Temperature_C_1Hz": 39.09205000000001, "TS4_Temperature_C_1Hz": 31.161899999999978, "P1_MotorPower_W_100Hz": 2538.2743666667, "VS1_Vibration_mm_per_s_1Hz": 0.5442000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.202400000000004, "CP_CoolingPower_kW_1Hz": 2.166816666666667, "SE_EfficiencyFactor_percent_1Hz": 59.10591666666667, "cycle": 2045, "timestamp": "2028-02-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0218633333343, "PS2_Pressure_bar_100Hz": 109.44376500000021, "PS3_Pressure_bar_100Hz": 2.00025783333333, "PS4_Pressure_bar_100Hz": 10.072401833333334, "PS5_Pressure_bar_100Hz": 9.842363333333301, "PS6_Pressure_bar_100Hz": 9.72743599999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.692768333333341, "FS2_VolumeFlow_l_per_min_10Hz": 10.136845, "TS1_Temperature_C_1Hz": 36.19173333333333, "TS2_Temperature_C_1Hz": 41.85926666666666, "TS3_Temperature_C_1Hz": 39.083833333333345, "TS4_Temperature_C_1Hz": 31.149483333333315, "P1_MotorPower_W_100Hz": 2539.40560000006, "VS1_Vibration_mm_per_s_1Hz": 0.5514833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.03021666666666, "CP_CoolingPower_kW_1Hz": 2.168466666666667, "SE_EfficiencyFactor_percent_1Hz": 59.05003333333335, "cycle": 2046, "timestamp": "2028-02-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0271450000007, "PS2_Pressure_bar_100Hz": 109.45397133333357, "PS3_Pressure_bar_100Hz": 1.9919441666666646, "PS4_Pressure_bar_100Hz": 10.076841666666672, "PS5_Pressure_bar_100Hz": 9.847605666666592, "PS6_Pressure_bar_100Hz": 9.731148499999959, "FS1_VolumeFlow_l_per_min_10Hz": 6.692776666666661, "FS2_VolumeFlow_l_per_min_10Hz": 10.139640000000009, "TS1_Temperature_C_1Hz": 36.182649999999995, "TS2_Temperature_C_1Hz": 41.86631666666666, "TS3_Temperature_C_1Hz": 39.08014999999999, "TS4_Temperature_C_1Hz": 31.164049999999996, "P1_MotorPower_W_100Hz": 2537.07370000001, "VS1_Vibration_mm_per_s_1Hz": 0.5481833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.901450000000004, "CP_CoolingPower_kW_1Hz": 2.1630500000000006, "SE_EfficiencyFactor_percent_1Hz": 59.089716666666654, "cycle": 2047, "timestamp": "2028-02-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03121500000012, "PS2_Pressure_bar_100Hz": 109.46845983333331, "PS3_Pressure_bar_100Hz": 1.996541166666671, "PS4_Pressure_bar_100Hz": 10.083608000000003, "PS5_Pressure_bar_100Hz": 9.851288666666559, "PS6_Pressure_bar_100Hz": 9.734783999999939, "FS1_VolumeFlow_l_per_min_10Hz": 6.695801666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.144335000000005, "TS1_Temperature_C_1Hz": 36.15786666666667, "TS2_Temperature_C_1Hz": 41.84388333333333, "TS3_Temperature_C_1Hz": 39.08531666666666, "TS4_Temperature_C_1Hz": 31.14439999999998, "P1_MotorPower_W_100Hz": 2537.9975333334087, "VS1_Vibration_mm_per_s_1Hz": 0.5461666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.04021666666669, "CP_CoolingPower_kW_1Hz": 2.171516666666667, "SE_EfficiencyFactor_percent_1Hz": 59.10811666666667, "cycle": 2048, "timestamp": "2028-02-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02130833333376, "PS2_Pressure_bar_100Hz": 109.43952100000025, "PS3_Pressure_bar_100Hz": 2.00240866666667, "PS4_Pressure_bar_100Hz": 10.0827606666667, "PS5_Pressure_bar_100Hz": 9.849886833333269, "PS6_Pressure_bar_100Hz": 9.73510316666658, "FS1_VolumeFlow_l_per_min_10Hz": 6.694835000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.143634999999998, "TS1_Temperature_C_1Hz": 36.16000000000001, "TS2_Temperature_C_1Hz": 41.84288333333334, "TS3_Temperature_C_1Hz": 39.05681666666665, "TS4_Temperature_C_1Hz": 31.141949999999973, "P1_MotorPower_W_100Hz": 2537.5764000000254, "VS1_Vibration_mm_per_s_1Hz": 0.5458166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.94731666666667, "CP_CoolingPower_kW_1Hz": 2.162783333333334, "SE_EfficiencyFactor_percent_1Hz": 59.09980000000001, "cycle": 2049, "timestamp": "2028-02-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02356833333414, "PS2_Pressure_bar_100Hz": 109.44830350000024, "PS3_Pressure_bar_100Hz": 2.0015005000000032, "PS4_Pressure_bar_100Hz": 10.076674500000005, "PS5_Pressure_bar_100Hz": 9.847027333333221, "PS6_Pressure_bar_100Hz": 9.73148799999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.688378333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.14201833333334, "TS1_Temperature_C_1Hz": 36.16576666666668, "TS2_Temperature_C_1Hz": 41.82415, "TS3_Temperature_C_1Hz": 39.05993333333333, "TS4_Temperature_C_1Hz": 31.111716666666652, "P1_MotorPower_W_100Hz": 2537.8399666667005, "VS1_Vibration_mm_per_s_1Hz": 0.5471166666666665, "CE_CoolingEfficiency_percent_1Hz": 47.12403333333332, "CP_CoolingPower_kW_1Hz": 2.1701000000000006, "SE_EfficiencyFactor_percent_1Hz": 59.01273333333333, "cycle": 2050, "timestamp": "2028-02-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03348166666711, "PS2_Pressure_bar_100Hz": 109.44095350000082, "PS3_Pressure_bar_100Hz": 1.9987583333333379, "PS4_Pressure_bar_100Hz": 10.080785000000043, "PS5_Pressure_bar_100Hz": 9.850619166666569, "PS6_Pressure_bar_100Hz": 9.734170999999902, "FS1_VolumeFlow_l_per_min_10Hz": 6.695193333333329, "FS2_VolumeFlow_l_per_min_10Hz": 10.141473333333346, "TS1_Temperature_C_1Hz": 36.17896666666668, "TS2_Temperature_C_1Hz": 41.82426666666667, "TS3_Temperature_C_1Hz": 39.04973333333334, "TS4_Temperature_C_1Hz": 31.143799999999985, "P1_MotorPower_W_100Hz": 2536.652900000031, "VS1_Vibration_mm_per_s_1Hz": 0.5457500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.9276, "CP_CoolingPower_kW_1Hz": 2.16195, "SE_EfficiencyFactor_percent_1Hz": 59.138533333333335, "cycle": 2051, "timestamp": "2028-02-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0194516666671, "PS2_Pressure_bar_100Hz": 109.42137333333366, "PS3_Pressure_bar_100Hz": 2.0000651666666696, "PS4_Pressure_bar_100Hz": 10.085244000000028, "PS5_Pressure_bar_100Hz": 9.856471166666562, "PS6_Pressure_bar_100Hz": 9.740297333333276, "FS1_VolumeFlow_l_per_min_10Hz": 6.6991116666666635, "FS2_VolumeFlow_l_per_min_10Hz": 10.14621666666667, "TS1_Temperature_C_1Hz": 36.15998333333334, "TS2_Temperature_C_1Hz": 41.82808333333335, "TS3_Temperature_C_1Hz": 39.044583333333335, "TS4_Temperature_C_1Hz": 31.14461666666665, "P1_MotorPower_W_100Hz": 2536.2911333333805, "VS1_Vibration_mm_per_s_1Hz": 0.5463333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.88381666666666, "CP_CoolingPower_kW_1Hz": 2.1593833333333334, "SE_EfficiencyFactor_percent_1Hz": 59.16630000000003, "cycle": 2052, "timestamp": "2028-02-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03502666666716, "PS2_Pressure_bar_100Hz": 109.47201250000025, "PS3_Pressure_bar_100Hz": 1.9990321666666662, "PS4_Pressure_bar_100Hz": 10.086200666666704, "PS5_Pressure_bar_100Hz": 9.855644499999912, "PS6_Pressure_bar_100Hz": 9.73952316666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.6946816666666695, "FS2_VolumeFlow_l_per_min_10Hz": 10.14252833333334, "TS1_Temperature_C_1Hz": 36.16203333333335, "TS2_Temperature_C_1Hz": 41.83836666666668, "TS3_Temperature_C_1Hz": 39.03481666666666, "TS4_Temperature_C_1Hz": 31.13296666666664, "P1_MotorPower_W_100Hz": 2538.39440000003, "VS1_Vibration_mm_per_s_1Hz": 0.5519166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.93716666666667, "CP_CoolingPower_kW_1Hz": 2.1582333333333343, "SE_EfficiencyFactor_percent_1Hz": 59.05508333333335, "cycle": 2053, "timestamp": "2028-02-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9623266666673, "PS2_Pressure_bar_100Hz": 109.58174816666698, "PS3_Pressure_bar_100Hz": 2.001527333333334, "PS4_Pressure_bar_100Hz": 10.08416283333336, "PS5_Pressure_bar_100Hz": 9.854939166666533, "PS6_Pressure_bar_100Hz": 9.7386811666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.698218333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.144281666666673, "TS1_Temperature_C_1Hz": 36.1498, "TS2_Temperature_C_1Hz": 41.82318333333335, "TS3_Temperature_C_1Hz": 39.02858333333334, "TS4_Temperature_C_1Hz": 31.126716666666653, "P1_MotorPower_W_100Hz": 2537.6092000000594, "VS1_Vibration_mm_per_s_1Hz": 0.5524499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.93833333333335, "CP_CoolingPower_kW_1Hz": 2.160016666666668, "SE_EfficiencyFactor_percent_1Hz": 59.13636666666666, "cycle": 2054, "timestamp": "2028-02-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98948833333353, "PS2_Pressure_bar_100Hz": 109.62714050000015, "PS3_Pressure_bar_100Hz": 2.0046373333333296, "PS4_Pressure_bar_100Hz": 10.080574500000031, "PS5_Pressure_bar_100Hz": 9.853972666666586, "PS6_Pressure_bar_100Hz": 9.736757499999884, "FS1_VolumeFlow_l_per_min_10Hz": 6.693115000000006, "FS2_VolumeFlow_l_per_min_10Hz": 10.143728333333348, "TS1_Temperature_C_1Hz": 36.13789999999999, "TS2_Temperature_C_1Hz": 41.82125, "TS3_Temperature_C_1Hz": 39.03381666666667, "TS4_Temperature_C_1Hz": 31.123499999999982, "P1_MotorPower_W_100Hz": 2539.2465666667144, "VS1_Vibration_mm_per_s_1Hz": 0.54145, "CE_CoolingEfficiency_percent_1Hz": 46.97139999999998, "CP_CoolingPower_kW_1Hz": 2.160683333333334, "SE_EfficiencyFactor_percent_1Hz": 59.0263, "cycle": 2055, "timestamp": "2028-02-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0001666666667, "PS2_Pressure_bar_100Hz": 109.63728483333361, "PS3_Pressure_bar_100Hz": 2.003167499999999, "PS4_Pressure_bar_100Hz": 10.083124666666661, "PS5_Pressure_bar_100Hz": 9.854214666666566, "PS6_Pressure_bar_100Hz": 9.738134833333241, "FS1_VolumeFlow_l_per_min_10Hz": 6.695285000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.143710000000004, "TS1_Temperature_C_1Hz": 36.14373333333334, "TS2_Temperature_C_1Hz": 41.81713333333334, "TS3_Temperature_C_1Hz": 39.03069999999999, "TS4_Temperature_C_1Hz": 31.09569999999999, "P1_MotorPower_W_100Hz": 2538.7034000000463, "VS1_Vibration_mm_per_s_1Hz": 0.5456833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.13351666666667, "CP_CoolingPower_kW_1Hz": 2.1695666666666678, "SE_EfficiencyFactor_percent_1Hz": 59.12096666666666, "cycle": 2056, "timestamp": "2028-02-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98611333333346, "PS2_Pressure_bar_100Hz": 109.60584500000029, "PS3_Pressure_bar_100Hz": 2.0092695000000043, "PS4_Pressure_bar_100Hz": 10.080725000000024, "PS5_Pressure_bar_100Hz": 9.852785666666572, "PS6_Pressure_bar_100Hz": 9.736554166666625, "FS1_VolumeFlow_l_per_min_10Hz": 6.692413333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.143336666666677, "TS1_Temperature_C_1Hz": 36.127366666666674, "TS2_Temperature_C_1Hz": 41.80030000000001, "TS3_Temperature_C_1Hz": 39.027199999999986, "TS4_Temperature_C_1Hz": 31.08273333333333, "P1_MotorPower_W_100Hz": 2537.9711333333885, "VS1_Vibration_mm_per_s_1Hz": 0.5464000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.205000000000005, "CP_CoolingPower_kW_1Hz": 2.171350000000001, "SE_EfficiencyFactor_percent_1Hz": 59.08463333333335, "cycle": 2057, "timestamp": "2028-02-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9773983333346, "PS2_Pressure_bar_100Hz": 109.63228666666699, "PS3_Pressure_bar_100Hz": 2.0013630000000027, "PS4_Pressure_bar_100Hz": 10.076088666666656, "PS5_Pressure_bar_100Hz": 9.84993816666661, "PS6_Pressure_bar_100Hz": 9.732458833333242, "FS1_VolumeFlow_l_per_min_10Hz": 6.6904466666666655, "FS2_VolumeFlow_l_per_min_10Hz": 10.141046666666671, "TS1_Temperature_C_1Hz": 36.13348333333335, "TS2_Temperature_C_1Hz": 41.79346666666667, "TS3_Temperature_C_1Hz": 39.008449999999975, "TS4_Temperature_C_1Hz": 31.05623333333333, "P1_MotorPower_W_100Hz": 2537.273733333349, "VS1_Vibration_mm_per_s_1Hz": 0.5459333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.30619999999999, "CP_CoolingPower_kW_1Hz": 2.172683333333333, "SE_EfficiencyFactor_percent_1Hz": 59.09193333333335, "cycle": 2058, "timestamp": "2028-02-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98490666666737, "PS2_Pressure_bar_100Hz": 109.61845250000002, "PS3_Pressure_bar_100Hz": 1.9927878333333362, "PS4_Pressure_bar_100Hz": 10.07607366666668, "PS5_Pressure_bar_100Hz": 9.848697499999924, "PS6_Pressure_bar_100Hz": 9.73212699999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.6890416666666725, "FS2_VolumeFlow_l_per_min_10Hz": 10.140101666666661, "TS1_Temperature_C_1Hz": 36.13396666666667, "TS2_Temperature_C_1Hz": 41.79148333333333, "TS3_Temperature_C_1Hz": 39.020649999999996, "TS4_Temperature_C_1Hz": 31.037249999999997, "P1_MotorPower_W_100Hz": 2537.4909333333426, "VS1_Vibration_mm_per_s_1Hz": 0.5419333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.48425, "CP_CoolingPower_kW_1Hz": 2.1826666666666674, "SE_EfficiencyFactor_percent_1Hz": 59.02611666666668, "cycle": 2059, "timestamp": "2028-02-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98305833333384, "PS2_Pressure_bar_100Hz": 109.60107816666661, "PS3_Pressure_bar_100Hz": 1.9895924999999985, "PS4_Pressure_bar_100Hz": 10.076983333333393, "PS5_Pressure_bar_100Hz": 9.850461499999945, "PS6_Pressure_bar_100Hz": 9.734426999999904, "FS1_VolumeFlow_l_per_min_10Hz": 6.689471666666659, "FS2_VolumeFlow_l_per_min_10Hz": 10.139073333333334, "TS1_Temperature_C_1Hz": 36.118500000000004, "TS2_Temperature_C_1Hz": 41.787099999999995, "TS3_Temperature_C_1Hz": 39.01563333333331, "TS4_Temperature_C_1Hz": 31.096383333333335, "P1_MotorPower_W_100Hz": 2538.072766666694, "VS1_Vibration_mm_per_s_1Hz": 0.5443833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.08018333333332, "CP_CoolingPower_kW_1Hz": 2.1622333333333343, "SE_EfficiencyFactor_percent_1Hz": 59.0619, "cycle": 2060, "timestamp": "2028-02-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.95728000000074, "PS2_Pressure_bar_100Hz": 109.58021900000033, "PS3_Pressure_bar_100Hz": 2.0053160000000028, "PS4_Pressure_bar_100Hz": 10.07696983333338, "PS5_Pressure_bar_100Hz": 9.84998549999991, "PS6_Pressure_bar_100Hz": 9.734393166666608, "FS1_VolumeFlow_l_per_min_10Hz": 6.6876999999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.138771666666678, "TS1_Temperature_C_1Hz": 36.116550000000025, "TS2_Temperature_C_1Hz": 41.778316666666676, "TS3_Temperature_C_1Hz": 39.009633333333326, "TS4_Temperature_C_1Hz": 31.065733333333323, "P1_MotorPower_W_100Hz": 2537.3739000000387, "VS1_Vibration_mm_per_s_1Hz": 0.5404166666666665, "CE_CoolingEfficiency_percent_1Hz": 47.263766666666655, "CP_CoolingPower_kW_1Hz": 2.171816666666667, "SE_EfficiencyFactor_percent_1Hz": 59.071500000000015, "cycle": 2061, "timestamp": "2028-02-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.97130666666743, "PS2_Pressure_bar_100Hz": 109.60705400000028, "PS3_Pressure_bar_100Hz": 1.9949956666666762, "PS4_Pressure_bar_100Hz": 10.084114000000033, "PS5_Pressure_bar_100Hz": 9.854759166666577, "PS6_Pressure_bar_100Hz": 9.738792499999972, "FS1_VolumeFlow_l_per_min_10Hz": 6.6868583333333325, "FS2_VolumeFlow_l_per_min_10Hz": 10.138998333333332, "TS1_Temperature_C_1Hz": 36.10546666666668, "TS2_Temperature_C_1Hz": 41.75726666666669, "TS3_Temperature_C_1Hz": 39.00483333333332, "TS4_Temperature_C_1Hz": 31.080833333333324, "P1_MotorPower_W_100Hz": 2537.332800000034, "VS1_Vibration_mm_per_s_1Hz": 0.5435833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.16391666666665, "CP_CoolingPower_kW_1Hz": 2.1657000000000006, "SE_EfficiencyFactor_percent_1Hz": 59.02618333333334, "cycle": 2062, "timestamp": "2028-02-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.98793500000076, "PS2_Pressure_bar_100Hz": 109.62098166666676, "PS3_Pressure_bar_100Hz": 2.004354499999996, "PS4_Pressure_bar_100Hz": 10.082692000000023, "PS5_Pressure_bar_100Hz": 9.855895499999884, "PS6_Pressure_bar_100Hz": 9.739315666666634, "FS1_VolumeFlow_l_per_min_10Hz": 6.690123333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.140616666666675, "TS1_Temperature_C_1Hz": 36.09695, "TS2_Temperature_C_1Hz": 41.75703333333333, "TS3_Temperature_C_1Hz": 38.99248333333332, "TS4_Temperature_C_1Hz": 31.049783333333327, "P1_MotorPower_W_100Hz": 2538.4023666667326, "VS1_Vibration_mm_per_s_1Hz": 0.5466333333333332, "CE_CoolingEfficiency_percent_1Hz": 47.32701666666667, "CP_CoolingPower_kW_1Hz": 2.172816666666667, "SE_EfficiencyFactor_percent_1Hz": 59.05274999999998, "cycle": 2063, "timestamp": "2028-02-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.95962833333354, "PS2_Pressure_bar_100Hz": 109.59101516666719, "PS3_Pressure_bar_100Hz": 1.9935251666666716, "PS4_Pressure_bar_100Hz": 10.087750500000038, "PS5_Pressure_bar_100Hz": 9.858686333333255, "PS6_Pressure_bar_100Hz": 9.742001499999908, "FS1_VolumeFlow_l_per_min_10Hz": 6.6904999999999974, "FS2_VolumeFlow_l_per_min_10Hz": 10.143038333333342, "TS1_Temperature_C_1Hz": 36.07558333333335, "TS2_Temperature_C_1Hz": 41.72563333333332, "TS3_Temperature_C_1Hz": 38.981999999999985, "TS4_Temperature_C_1Hz": 31.02968333333332, "P1_MotorPower_W_100Hz": 2543.0021333333625, "VS1_Vibration_mm_per_s_1Hz": 0.5502833333333332, "CE_CoolingEfficiency_percent_1Hz": 47.396566666666644, "CP_CoolingPower_kW_1Hz": 2.173616666666667, "SE_EfficiencyFactor_percent_1Hz": 58.996066666666664, "cycle": 2064, "timestamp": "2028-02-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.00256333333448, "PS2_Pressure_bar_100Hz": 109.61116416666695, "PS3_Pressure_bar_100Hz": 1.9834848333333317, "PS4_Pressure_bar_100Hz": 10.082932500000005, "PS5_Pressure_bar_100Hz": 9.856090166666604, "PS6_Pressure_bar_100Hz": 9.739842333333263, "FS1_VolumeFlow_l_per_min_10Hz": 6.680419999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.143163333333336, "TS1_Temperature_C_1Hz": 36.076316666666685, "TS2_Temperature_C_1Hz": 41.702333333333314, "TS3_Temperature_C_1Hz": 38.98891666666665, "TS4_Temperature_C_1Hz": 31.00719999999999, "P1_MotorPower_W_100Hz": 2541.1325000000315, "VS1_Vibration_mm_per_s_1Hz": 0.5449666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.57909999999999, "CP_CoolingPower_kW_1Hz": 2.1833166666666677, "SE_EfficiencyFactor_percent_1Hz": 58.918533333333315, "cycle": 2065, "timestamp": "2028-02-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.99624500000064, "PS2_Pressure_bar_100Hz": 109.58339100000035, "PS3_Pressure_bar_100Hz": 1.9891111666666679, "PS4_Pressure_bar_100Hz": 10.084103166666706, "PS5_Pressure_bar_100Hz": 9.857957666666563, "PS6_Pressure_bar_100Hz": 9.741031333333272, "FS1_VolumeFlow_l_per_min_10Hz": 6.683240000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.145560000000007, "TS1_Temperature_C_1Hz": 36.07443333333334, "TS2_Temperature_C_1Hz": 41.69801666666667, "TS3_Temperature_C_1Hz": 38.981349999999985, "TS4_Temperature_C_1Hz": 31.011666666666653, "P1_MotorPower_W_100Hz": 2539.8859666666845, "VS1_Vibration_mm_per_s_1Hz": 0.5485833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.48465, "CP_CoolingPower_kW_1Hz": 2.1778000000000004, "SE_EfficiencyFactor_percent_1Hz": 58.97891666666666, "cycle": 2066, "timestamp": "2028-02-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9924033333337, "PS2_Pressure_bar_100Hz": 109.60421583333361, "PS3_Pressure_bar_100Hz": 1.997682000000007, "PS4_Pressure_bar_100Hz": 10.085162666666676, "PS5_Pressure_bar_100Hz": 9.859326833333194, "PS6_Pressure_bar_100Hz": 9.742323999999988, "FS1_VolumeFlow_l_per_min_10Hz": 6.678750000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.14373, "TS1_Temperature_C_1Hz": 36.08373333333334, "TS2_Temperature_C_1Hz": 41.709049999999976, "TS3_Temperature_C_1Hz": 38.95758333333332, "TS4_Temperature_C_1Hz": 31.057816666666646, "P1_MotorPower_W_100Hz": 2539.6302333333783, "VS1_Vibration_mm_per_s_1Hz": 0.5421833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.913383333333314, "CP_CoolingPower_kW_1Hz": 2.159250000000001, "SE_EfficiencyFactor_percent_1Hz": 58.93119999999998, "cycle": 2067, "timestamp": "2028-02-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01275333333345, "PS2_Pressure_bar_100Hz": 109.60129783333366, "PS3_Pressure_bar_100Hz": 1.9870616666666692, "PS4_Pressure_bar_100Hz": 10.089950000000046, "PS5_Pressure_bar_100Hz": 9.862759333333262, "PS6_Pressure_bar_100Hz": 9.74606949999999, "FS1_VolumeFlow_l_per_min_10Hz": 6.682618333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.143146666666677, "TS1_Temperature_C_1Hz": 36.06205000000001, "TS2_Temperature_C_1Hz": 41.717266666666674, "TS3_Temperature_C_1Hz": 38.94311666666665, "TS4_Temperature_C_1Hz": 31.03939999999999, "P1_MotorPower_W_100Hz": 2539.4570333333845, "VS1_Vibration_mm_per_s_1Hz": 0.54695, "CE_CoolingEfficiency_percent_1Hz": 46.90783333333333, "CP_CoolingPower_kW_1Hz": 2.1604500000000013, "SE_EfficiencyFactor_percent_1Hz": 58.95140000000001, "cycle": 2068, "timestamp": "2028-02-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01325166666646, "PS2_Pressure_bar_100Hz": 109.59303883333352, "PS3_Pressure_bar_100Hz": 1.9945174999999966, "PS4_Pressure_bar_100Hz": 10.090157000000032, "PS5_Pressure_bar_100Hz": 9.861343833333239, "PS6_Pressure_bar_100Hz": 9.744961000000021, "FS1_VolumeFlow_l_per_min_10Hz": 6.680051666666659, "FS2_VolumeFlow_l_per_min_10Hz": 10.143244999999995, "TS1_Temperature_C_1Hz": 36.05541666666667, "TS2_Temperature_C_1Hz": 41.698933333333336, "TS3_Temperature_C_1Hz": 38.962516666666644, "TS4_Temperature_C_1Hz": 30.98298333333334, "P1_MotorPower_W_100Hz": 2539.746833333386, "VS1_Vibration_mm_per_s_1Hz": 0.5428166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.390016666666675, "CP_CoolingPower_kW_1Hz": 2.180816666666667, "SE_EfficiencyFactor_percent_1Hz": 58.93001666666666, "cycle": 2069, "timestamp": "2028-02-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.03620333333384, "PS2_Pressure_bar_100Hz": 109.6211941666671, "PS3_Pressure_bar_100Hz": 1.9925548333333396, "PS4_Pressure_bar_100Hz": 10.09539266666671, "PS5_Pressure_bar_100Hz": 9.86651666666662, "PS6_Pressure_bar_100Hz": 9.75083866666666, "FS1_VolumeFlow_l_per_min_10Hz": 6.68453166666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.149631666666659, "TS1_Temperature_C_1Hz": 36.06010000000002, "TS2_Temperature_C_1Hz": 41.68063333333334, "TS3_Temperature_C_1Hz": 38.95111666666666, "TS4_Temperature_C_1Hz": 30.99603333333333, "P1_MotorPower_W_100Hz": 2542.063100000044, "VS1_Vibration_mm_per_s_1Hz": 0.5413666666666666, "CE_CoolingEfficiency_percent_1Hz": 47.18663333333333, "CP_CoolingPower_kW_1Hz": 2.172966666666667, "SE_EfficiencyFactor_percent_1Hz": 58.911049999999996, "cycle": 2070, "timestamp": "2028-02-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.02670499999985, "PS2_Pressure_bar_100Hz": 109.58973199999971, "PS3_Pressure_bar_100Hz": 1.9913909999999924, "PS4_Pressure_bar_100Hz": 10.09957200000004, "PS5_Pressure_bar_100Hz": 9.870627666666593, "PS6_Pressure_bar_100Hz": 9.754081833333343, "FS1_VolumeFlow_l_per_min_10Hz": 6.686830000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.147773333333335, "TS1_Temperature_C_1Hz": 36.05246666666666, "TS2_Temperature_C_1Hz": 41.68933333333332, "TS3_Temperature_C_1Hz": 38.94666666666665, "TS4_Temperature_C_1Hz": 30.98931666666666, "P1_MotorPower_W_100Hz": 2542.0829000000267, "VS1_Vibration_mm_per_s_1Hz": 0.5392666666666669, "CE_CoolingEfficiency_percent_1Hz": 47.24005000000001, "CP_CoolingPower_kW_1Hz": 2.17565, "SE_EfficiencyFactor_percent_1Hz": 59.00235000000001, "cycle": 2071, "timestamp": "2028-03-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.01999333333347, "PS2_Pressure_bar_100Hz": 109.59205200000059, "PS3_Pressure_bar_100Hz": 2.004040000000002, "PS4_Pressure_bar_100Hz": 10.099856166666717, "PS5_Pressure_bar_100Hz": 9.869448999999937, "PS6_Pressure_bar_100Hz": 9.753055333333288, "FS1_VolumeFlow_l_per_min_10Hz": 6.680679999999994, "FS2_VolumeFlow_l_per_min_10Hz": 10.148824999999997, "TS1_Temperature_C_1Hz": 36.05121666666666, "TS2_Temperature_C_1Hz": 41.67788333333333, "TS3_Temperature_C_1Hz": 38.92605, "TS4_Temperature_C_1Hz": 30.97313333333332, "P1_MotorPower_W_100Hz": 2540.7435333333783, "VS1_Vibration_mm_per_s_1Hz": 0.5405666666666668, "CE_CoolingEfficiency_percent_1Hz": 47.28728333333333, "CP_CoolingPower_kW_1Hz": 2.1767833333333337, "SE_EfficiencyFactor_percent_1Hz": 58.93075000000001, "cycle": 2072, "timestamp": "2028-03-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.0182316666668, "PS2_Pressure_bar_100Hz": 109.59788716666641, "PS3_Pressure_bar_100Hz": 1.9923360000000008, "PS4_Pressure_bar_100Hz": 10.094796166666688, "PS5_Pressure_bar_100Hz": 9.866725666666621, "PS6_Pressure_bar_100Hz": 9.749846166666641, "FS1_VolumeFlow_l_per_min_10Hz": 6.679963333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.146983333333338, "TS1_Temperature_C_1Hz": 36.03771666666666, "TS2_Temperature_C_1Hz": 41.66546666666664, "TS3_Temperature_C_1Hz": 38.936833333333325, "TS4_Temperature_C_1Hz": 30.974416666666666, "P1_MotorPower_W_100Hz": 2540.495766666689, "VS1_Vibration_mm_per_s_1Hz": 0.5482833333333336, "CE_CoolingEfficiency_percent_1Hz": 47.26996666666666, "CP_CoolingPower_kW_1Hz": 2.1765333333333343, "SE_EfficiencyFactor_percent_1Hz": 58.955666666666666, "cycle": 2073, "timestamp": "2028-03-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.36759666666615, "PS2_Pressure_bar_100Hz": 109.13290083333366, "PS3_Pressure_bar_100Hz": 1.9218133333333238, "PS4_Pressure_bar_100Hz": 10.0994661666667, "PS5_Pressure_bar_100Hz": 9.872766333333347, "PS6_Pressure_bar_100Hz": 9.755010666666687, "FS1_VolumeFlow_l_per_min_10Hz": 6.413921666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.148303333333345, "TS1_Temperature_C_1Hz": 36.01091666666667, "TS2_Temperature_C_1Hz": 41.646766666666664, "TS3_Temperature_C_1Hz": 38.90425, "TS4_Temperature_C_1Hz": 30.96954999999999, "P1_MotorPower_W_100Hz": 2566.0930333333645, "VS1_Vibration_mm_per_s_1Hz": 0.5426666666666669, "CE_CoolingEfficiency_percent_1Hz": 47.213583333333325, "CP_CoolingPower_kW_1Hz": 2.16925, "SE_EfficiencyFactor_percent_1Hz": 55.83046666666667, "cycle": 2074, "timestamp": "2028-03-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.61083833333305, "PS2_Pressure_bar_100Hz": 108.57022816666723, "PS3_Pressure_bar_100Hz": 1.9038621666666506, "PS4_Pressure_bar_100Hz": 10.104228000000065, "PS5_Pressure_bar_100Hz": 9.878284499999971, "PS6_Pressure_bar_100Hz": 9.760401666666727, "FS1_VolumeFlow_l_per_min_10Hz": 6.3696816666666685, "FS2_VolumeFlow_l_per_min_10Hz": 10.149946666666663, "TS1_Temperature_C_1Hz": 35.96641666666667, "TS2_Temperature_C_1Hz": 41.614116666666675, "TS3_Temperature_C_1Hz": 38.83151666666667, "TS4_Temperature_C_1Hz": 30.886833333333335, "P1_MotorPower_W_100Hz": 2568.4176000000184, "VS1_Vibration_mm_per_s_1Hz": 0.5447000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.487399999999994, "CP_CoolingPower_kW_1Hz": 2.174300000000001, "SE_EfficiencyFactor_percent_1Hz": 54.746599999999994, "cycle": 2075, "timestamp": "2028-03-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.59960666666692, "PS2_Pressure_bar_100Hz": 108.60712766666714, "PS3_Pressure_bar_100Hz": 1.9031546666666515, "PS4_Pressure_bar_100Hz": 10.108020666666734, "PS5_Pressure_bar_100Hz": 9.882101166666654, "PS6_Pressure_bar_100Hz": 9.76468516666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.369256666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.152375, "TS1_Temperature_C_1Hz": 35.92933333333333, "TS2_Temperature_C_1Hz": 41.57191666666665, "TS3_Temperature_C_1Hz": 38.822983333333326, "TS4_Temperature_C_1Hz": 30.888416666666654, "P1_MotorPower_W_100Hz": 2567.611533333368, "VS1_Vibration_mm_per_s_1Hz": 0.5405500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.432599999999994, "CP_CoolingPower_kW_1Hz": 2.169416666666667, "SE_EfficiencyFactor_percent_1Hz": 54.85363333333332, "cycle": 2076, "timestamp": "2028-03-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.58285333333387, "PS2_Pressure_bar_100Hz": 108.54783600000046, "PS3_Pressure_bar_100Hz": 1.9016934999999813, "PS4_Pressure_bar_100Hz": 10.112424333333406, "PS5_Pressure_bar_100Hz": 9.886079666666673, "PS6_Pressure_bar_100Hz": 9.767703166666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.363319999999992, "FS2_VolumeFlow_l_per_min_10Hz": 10.153645, "TS1_Temperature_C_1Hz": 35.90485, "TS2_Temperature_C_1Hz": 41.54643333333332, "TS3_Temperature_C_1Hz": 38.79755, "TS4_Temperature_C_1Hz": 30.888499999999997, "P1_MotorPower_W_100Hz": 2566.6323666667145, "VS1_Vibration_mm_per_s_1Hz": 0.5486500000000001, "CE_CoolingEfficiency_percent_1Hz": 47.361716666666666, "CP_CoolingPower_kW_1Hz": 2.163816666666667, "SE_EfficiencyFactor_percent_1Hz": 54.828966666666666, "cycle": 2077, "timestamp": "2028-03-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.59111166666625, "PS2_Pressure_bar_100Hz": 108.56653016666698, "PS3_Pressure_bar_100Hz": 1.8918989999999865, "PS4_Pressure_bar_100Hz": 10.118064833333422, "PS5_Pressure_bar_100Hz": 9.890038833333316, "PS6_Pressure_bar_100Hz": 9.772901499999971, "FS1_VolumeFlow_l_per_min_10Hz": 6.365823333333339, "FS2_VolumeFlow_l_per_min_10Hz": 10.15572666666667, "TS1_Temperature_C_1Hz": 35.882533333333335, "TS2_Temperature_C_1Hz": 41.53366666666668, "TS3_Temperature_C_1Hz": 38.79608333333333, "TS4_Temperature_C_1Hz": 30.892183333333318, "P1_MotorPower_W_100Hz": 2566.607933333368, "VS1_Vibration_mm_per_s_1Hz": 0.5428833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.34528333333331, "CP_CoolingPower_kW_1Hz": 2.1635, "SE_EfficiencyFactor_percent_1Hz": 54.82948333333333, "cycle": 2078, "timestamp": "2028-03-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.59720166666676, "PS2_Pressure_bar_100Hz": 108.56655333333367, "PS3_Pressure_bar_100Hz": 1.9077668333333138, "PS4_Pressure_bar_100Hz": 10.115844166666726, "PS5_Pressure_bar_100Hz": 9.889318333333412, "PS6_Pressure_bar_100Hz": 9.771738499999932, "FS1_VolumeFlow_l_per_min_10Hz": 6.362454999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.155306666666672, "TS1_Temperature_C_1Hz": 35.86921666666669, "TS2_Temperature_C_1Hz": 41.51458333333334, "TS3_Temperature_C_1Hz": 38.78723333333332, "TS4_Temperature_C_1Hz": 30.910549999999994, "P1_MotorPower_W_100Hz": 2566.0372333333753, "VS1_Vibration_mm_per_s_1Hz": 0.5461333333333335, "CE_CoolingEfficiency_percent_1Hz": 47.171349999999975, "CP_CoolingPower_kW_1Hz": 2.1537166666666665, "SE_EfficiencyFactor_percent_1Hz": 54.77326666666666, "cycle": 2079, "timestamp": "2028-03-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.58985499999972, "PS2_Pressure_bar_100Hz": 108.57037583333373, "PS3_Pressure_bar_100Hz": 1.8995729999999842, "PS4_Pressure_bar_100Hz": 10.120176833333383, "PS5_Pressure_bar_100Hz": 9.89234850000003, "PS6_Pressure_bar_100Hz": 9.774793999999954, "FS1_VolumeFlow_l_per_min_10Hz": 6.36637, "FS2_VolumeFlow_l_per_min_10Hz": 10.15882833333333, "TS1_Temperature_C_1Hz": 35.8655, "TS2_Temperature_C_1Hz": 41.495433333333345, "TS3_Temperature_C_1Hz": 38.778833333333324, "TS4_Temperature_C_1Hz": 30.91048333333333, "P1_MotorPower_W_100Hz": 2565.7992333333623, "VS1_Vibration_mm_per_s_1Hz": 0.5470833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.17028333333333, "CP_CoolingPower_kW_1Hz": 2.1533666666666664, "SE_EfficiencyFactor_percent_1Hz": 54.82348333333333, "cycle": 2080, "timestamp": "2028-03-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5894766666666, "PS2_Pressure_bar_100Hz": 108.55715100000072, "PS3_Pressure_bar_100Hz": 1.9046614999999787, "PS4_Pressure_bar_100Hz": 10.121294500000035, "PS5_Pressure_bar_100Hz": 9.892580000000004, "PS6_Pressure_bar_100Hz": 9.773615833333315, "FS1_VolumeFlow_l_per_min_10Hz": 6.362523333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.158430000000001, "TS1_Temperature_C_1Hz": 35.86479999999999, "TS2_Temperature_C_1Hz": 41.486149999999995, "TS3_Temperature_C_1Hz": 38.778416666666665, "TS4_Temperature_C_1Hz": 30.897049999999968, "P1_MotorPower_W_100Hz": 2565.065766666701, "VS1_Vibration_mm_per_s_1Hz": 0.5560833333333335, "CE_CoolingEfficiency_percent_1Hz": 47.256783333333345, "CP_CoolingPower_kW_1Hz": 2.1572666666666667, "SE_EfficiencyFactor_percent_1Hz": 54.83983333333333, "cycle": 2081, "timestamp": "2028-03-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5934300000001, "PS2_Pressure_bar_100Hz": 108.56903466666756, "PS3_Pressure_bar_100Hz": 1.9055608333333094, "PS4_Pressure_bar_100Hz": 10.126006166666729, "PS5_Pressure_bar_100Hz": 9.89657183333332, "PS6_Pressure_bar_100Hz": 9.7778588333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.368193333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.162585000000002, "TS1_Temperature_C_1Hz": 35.86548333333333, "TS2_Temperature_C_1Hz": 41.48611666666667, "TS3_Temperature_C_1Hz": 38.780583333333325, "TS4_Temperature_C_1Hz": 30.90269999999999, "P1_MotorPower_W_100Hz": 2566.955999999996, "VS1_Vibration_mm_per_s_1Hz": 0.5536833333333336, "CE_CoolingEfficiency_percent_1Hz": 47.24703333333334, "CP_CoolingPower_kW_1Hz": 2.1596, "SE_EfficiencyFactor_percent_1Hz": 54.78079999999999, "cycle": 2082, "timestamp": "2028-03-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6020033333332, "PS2_Pressure_bar_100Hz": 108.57783316666718, "PS3_Pressure_bar_100Hz": 1.9060218333333165, "PS4_Pressure_bar_100Hz": 10.12444283333337, "PS5_Pressure_bar_100Hz": 9.897357833333276, "PS6_Pressure_bar_100Hz": 9.77940633333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.368706666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.161846666666658, "TS1_Temperature_C_1Hz": 35.87786666666667, "TS2_Temperature_C_1Hz": 41.47774999999999, "TS3_Temperature_C_1Hz": 38.789400000000015, "TS4_Temperature_C_1Hz": 30.899799999999985, "P1_MotorPower_W_100Hz": 2567.9862333333463, "VS1_Vibration_mm_per_s_1Hz": 0.5540500000000002, "CE_CoolingEfficiency_percent_1Hz": 47.27621666666666, "CP_CoolingPower_kW_1Hz": 2.159733333333334, "SE_EfficiencyFactor_percent_1Hz": 54.815016666666665, "cycle": 2083, "timestamp": "2028-03-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.61818500000038, "PS2_Pressure_bar_100Hz": 108.5614786666673, "PS3_Pressure_bar_100Hz": 1.8934384999999836, "PS4_Pressure_bar_100Hz": 10.124011000000062, "PS5_Pressure_bar_100Hz": 9.896008000000036, "PS6_Pressure_bar_100Hz": 9.778293499999963, "FS1_VolumeFlow_l_per_min_10Hz": 6.364663333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.161651666666659, "TS1_Temperature_C_1Hz": 35.86361666666666, "TS2_Temperature_C_1Hz": 41.46683333333333, "TS3_Temperature_C_1Hz": 38.77881666666668, "TS4_Temperature_C_1Hz": 30.899616666666645, "P1_MotorPower_W_100Hz": 2566.4136333333768, "VS1_Vibration_mm_per_s_1Hz": 0.55415, "CE_CoolingEfficiency_percent_1Hz": 47.23933333333331, "CP_CoolingPower_kW_1Hz": 2.156833333333333, "SE_EfficiencyFactor_percent_1Hz": 54.794516666666645, "cycle": 2084, "timestamp": "2028-03-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5026683333325, "PS2_Pressure_bar_100Hz": 108.80890666666681, "PS3_Pressure_bar_100Hz": 1.8955608333333145, "PS4_Pressure_bar_100Hz": 10.122399166666707, "PS5_Pressure_bar_100Hz": 9.893721333333266, "PS6_Pressure_bar_100Hz": 9.775564333333309, "FS1_VolumeFlow_l_per_min_10Hz": 6.393926666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.159334999999988, "TS1_Temperature_C_1Hz": 35.85663333333332, "TS2_Temperature_C_1Hz": 41.46689999999999, "TS3_Temperature_C_1Hz": 38.77358333333334, "TS4_Temperature_C_1Hz": 30.897566666666638, "P1_MotorPower_W_100Hz": 2562.4151666666885, "VS1_Vibration_mm_per_s_1Hz": 0.5532000000000001, "CE_CoolingEfficiency_percent_1Hz": 47.22514999999999, "CP_CoolingPower_kW_1Hz": 2.155850000000001, "SE_EfficiencyFactor_percent_1Hz": 55.54816666666666, "cycle": 2085, "timestamp": "2028-03-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.49120500000018, "PS2_Pressure_bar_100Hz": 108.7967381666671, "PS3_Pressure_bar_100Hz": 1.904686999999986, "PS4_Pressure_bar_100Hz": 10.129522666666745, "PS5_Pressure_bar_100Hz": 9.8999886666666, "PS6_Pressure_bar_100Hz": 9.781250666666654, "FS1_VolumeFlow_l_per_min_10Hz": 6.391069999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.161429999999989, "TS1_Temperature_C_1Hz": 35.854599999999984, "TS2_Temperature_C_1Hz": 41.46705, "TS3_Temperature_C_1Hz": 38.787366666666664, "TS4_Temperature_C_1Hz": 30.89968333333332, "P1_MotorPower_W_100Hz": 2562.9454333333565, "VS1_Vibration_mm_per_s_1Hz": 0.5564833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.08031666666666, "CP_CoolingPower_kW_1Hz": 2.1593500000000008, "SE_EfficiencyFactor_percent_1Hz": 55.46091666666667, "cycle": 2086, "timestamp": "2028-03-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.53930833333288, "PS2_Pressure_bar_100Hz": 108.85410783333381, "PS3_Pressure_bar_100Hz": 1.9051248333333175, "PS4_Pressure_bar_100Hz": 10.130639166666715, "PS5_Pressure_bar_100Hz": 9.90294866666669, "PS6_Pressure_bar_100Hz": 9.783851166666649, "FS1_VolumeFlow_l_per_min_10Hz": 6.381541666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.164179999999986, "TS1_Temperature_C_1Hz": 35.85343333333332, "TS2_Temperature_C_1Hz": 41.468333333333334, "TS3_Temperature_C_1Hz": 38.76723333333332, "TS4_Temperature_C_1Hz": 30.900566666666652, "P1_MotorPower_W_100Hz": 2567.6492333333895, "VS1_Vibration_mm_per_s_1Hz": 0.5526666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.923016666666655, "CP_CoolingPower_kW_1Hz": 2.153583333333333, "SE_EfficiencyFactor_percent_1Hz": 55.181900000000006, "cycle": 2087, "timestamp": "2028-03-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.5403300000002, "PS2_Pressure_bar_100Hz": 108.84051850000056, "PS3_Pressure_bar_100Hz": 1.9043186666666532, "PS4_Pressure_bar_100Hz": 10.130476666666738, "PS5_Pressure_bar_100Hz": 9.901836666666666, "PS6_Pressure_bar_100Hz": 9.783584333333293, "FS1_VolumeFlow_l_per_min_10Hz": 6.381715000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.163779999999988, "TS1_Temperature_C_1Hz": 35.850500000000004, "TS2_Temperature_C_1Hz": 41.46450000000001, "TS3_Temperature_C_1Hz": 38.75675, "TS4_Temperature_C_1Hz": 30.90248333333332, "P1_MotorPower_W_100Hz": 2566.0236000000687, "VS1_Vibration_mm_per_s_1Hz": 0.5533666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.87275000000001, "CP_CoolingPower_kW_1Hz": 2.150516666666667, "SE_EfficiencyFactor_percent_1Hz": 55.251416666666664, "cycle": 2088, "timestamp": "2028-03-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.52363166666635, "PS2_Pressure_bar_100Hz": 108.8293823333337, "PS3_Pressure_bar_100Hz": 1.901650666666648, "PS4_Pressure_bar_100Hz": 10.127072500000056, "PS5_Pressure_bar_100Hz": 9.898495499999962, "PS6_Pressure_bar_100Hz": 9.780291666666622, "FS1_VolumeFlow_l_per_min_10Hz": 6.382175000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.164251666666644, "TS1_Temperature_C_1Hz": 35.85684999999999, "TS2_Temperature_C_1Hz": 41.441383333333334, "TS3_Temperature_C_1Hz": 38.77239999999999, "TS4_Temperature_C_1Hz": 30.895199999999985, "P1_MotorPower_W_100Hz": 2565.282033333323, "VS1_Vibration_mm_per_s_1Hz": 0.5531666666666665, "CE_CoolingEfficiency_percent_1Hz": 46.974016666666664, "CP_CoolingPower_kW_1Hz": 2.1569666666666674, "SE_EfficiencyFactor_percent_1Hz": 55.19608333333334, "cycle": 2089, "timestamp": "2028-03-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.53434666666675, "PS2_Pressure_bar_100Hz": 108.85612400000039, "PS3_Pressure_bar_100Hz": 1.898697333333319, "PS4_Pressure_bar_100Hz": 10.1283798333334, "PS5_Pressure_bar_100Hz": 9.899662333333291, "PS6_Pressure_bar_100Hz": 9.781185833333298, "FS1_VolumeFlow_l_per_min_10Hz": 6.378996666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.16289999999998, "TS1_Temperature_C_1Hz": 35.86894999999999, "TS2_Temperature_C_1Hz": 41.44296666666666, "TS3_Temperature_C_1Hz": 38.76109999999998, "TS4_Temperature_C_1Hz": 30.898266666666657, "P1_MotorPower_W_100Hz": 2565.020233333378, "VS1_Vibration_mm_per_s_1Hz": 0.5469166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.91451666666668, "CP_CoolingPower_kW_1Hz": 2.15295, "SE_EfficiencyFactor_percent_1Hz": 55.20991666666666, "cycle": 2090, "timestamp": "2028-03-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.49989333333366, "PS2_Pressure_bar_100Hz": 108.79356100000082, "PS3_Pressure_bar_100Hz": 1.9034824999999758, "PS4_Pressure_bar_100Hz": 10.125119500000087, "PS5_Pressure_bar_100Hz": 9.898172999999952, "PS6_Pressure_bar_100Hz": 9.780511666666632, "FS1_VolumeFlow_l_per_min_10Hz": 6.389516666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.16326166666665, "TS1_Temperature_C_1Hz": 35.86045, "TS2_Temperature_C_1Hz": 41.445816666666666, "TS3_Temperature_C_1Hz": 38.7796, "TS4_Temperature_C_1Hz": 30.901149999999987, "P1_MotorPower_W_100Hz": 2565.123100000072, "VS1_Vibration_mm_per_s_1Hz": 0.5505833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.94163333333333, "CP_CoolingPower_kW_1Hz": 2.1576166666666676, "SE_EfficiencyFactor_percent_1Hz": 55.403483333333334, "cycle": 2091, "timestamp": "2028-03-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.50012166666698, "PS2_Pressure_bar_100Hz": 108.8072635000005, "PS3_Pressure_bar_100Hz": 1.897609999999983, "PS4_Pressure_bar_100Hz": 10.128681000000048, "PS5_Pressure_bar_100Hz": 9.8989863333333, "PS6_Pressure_bar_100Hz": 9.781759000000001, "FS1_VolumeFlow_l_per_min_10Hz": 6.3923299999999985, "FS2_VolumeFlow_l_per_min_10Hz": 10.16251500000001, "TS1_Temperature_C_1Hz": 35.866149999999976, "TS2_Temperature_C_1Hz": 41.441783333333326, "TS3_Temperature_C_1Hz": 38.78688333333334, "TS4_Temperature_C_1Hz": 30.901166666666654, "P1_MotorPower_W_100Hz": 2565.1046333333875, "VS1_Vibration_mm_per_s_1Hz": 0.5492499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.95063333333336, "CP_CoolingPower_kW_1Hz": 2.157950000000001, "SE_EfficiencyFactor_percent_1Hz": 55.443899999999985, "cycle": 2092, "timestamp": "2028-03-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.52690333333334, "PS2_Pressure_bar_100Hz": 108.81523916666707, "PS3_Pressure_bar_100Hz": 1.904974999999982, "PS4_Pressure_bar_100Hz": 10.127437500000095, "PS5_Pressure_bar_100Hz": 9.898630166666685, "PS6_Pressure_bar_100Hz": 9.78084199999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.385259999999994, "FS2_VolumeFlow_l_per_min_10Hz": 10.163266666666669, "TS1_Temperature_C_1Hz": 35.85685, "TS2_Temperature_C_1Hz": 41.44120000000001, "TS3_Temperature_C_1Hz": 38.75931666666664, "TS4_Temperature_C_1Hz": 30.90114999999998, "P1_MotorPower_W_100Hz": 2563.3494333333797, "VS1_Vibration_mm_per_s_1Hz": 0.5500333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.863616666666665, "CP_CoolingPower_kW_1Hz": 2.150900000000001, "SE_EfficiencyFactor_percent_1Hz": 55.388983333333336, "cycle": 2093, "timestamp": "2028-03-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.51706499999958, "PS2_Pressure_bar_100Hz": 108.84586750000065, "PS3_Pressure_bar_100Hz": 1.902673666666651, "PS4_Pressure_bar_100Hz": 10.122217333333396, "PS5_Pressure_bar_100Hz": 9.892368166666653, "PS6_Pressure_bar_100Hz": 9.774936999999952, "FS1_VolumeFlow_l_per_min_10Hz": 6.376381666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.158483333333331, "TS1_Temperature_C_1Hz": 35.859199999999994, "TS2_Temperature_C_1Hz": 41.44426666666665, "TS3_Temperature_C_1Hz": 38.77545, "TS4_Temperature_C_1Hz": 30.901299999999978, "P1_MotorPower_W_100Hz": 2562.610200000042, "VS1_Vibration_mm_per_s_1Hz": 0.5477333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.93565000000001, "CP_CoolingPower_kW_1Hz": 2.1549666666666676, "SE_EfficiencyFactor_percent_1Hz": 55.23280000000002, "cycle": 2094, "timestamp": "2028-03-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4237999999998, "PS2_Pressure_bar_100Hz": 109.01279966666664, "PS3_Pressure_bar_100Hz": 1.915241666666654, "PS4_Pressure_bar_100Hz": 10.123322833333406, "PS5_Pressure_bar_100Hz": 9.89372733333332, "PS6_Pressure_bar_100Hz": 9.775847666666618, "FS1_VolumeFlow_l_per_min_10Hz": 6.400326666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.15790333333332, "TS1_Temperature_C_1Hz": 35.85008333333333, "TS2_Temperature_C_1Hz": 41.44178333333331, "TS3_Temperature_C_1Hz": 38.78375000000001, "TS4_Temperature_C_1Hz": 30.897549999999974, "P1_MotorPower_W_100Hz": 2562.285033333359, "VS1_Vibration_mm_per_s_1Hz": 0.5509, "CE_CoolingEfficiency_percent_1Hz": 46.97874999999999, "CP_CoolingPower_kW_1Hz": 2.1575166666666674, "SE_EfficiencyFactor_percent_1Hz": 55.78435, "cycle": 2095, "timestamp": "2028-03-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4342616666671, "PS2_Pressure_bar_100Hz": 109.01092966666707, "PS3_Pressure_bar_100Hz": 1.9049171666666558, "PS4_Pressure_bar_100Hz": 10.122486166666764, "PS5_Pressure_bar_100Hz": 9.895395333333312, "PS6_Pressure_bar_100Hz": 9.77796899999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.4058333333333355, "FS2_VolumeFlow_l_per_min_10Hz": 10.159219999999998, "TS1_Temperature_C_1Hz": 35.84383333333333, "TS2_Temperature_C_1Hz": 41.444199999999995, "TS3_Temperature_C_1Hz": 38.76916666666667, "TS4_Temperature_C_1Hz": 30.897349999999985, "P1_MotorPower_W_100Hz": 2562.735833333384, "VS1_Vibration_mm_per_s_1Hz": 0.5457833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.92555000000002, "CP_CoolingPower_kW_1Hz": 2.154316666666667, "SE_EfficiencyFactor_percent_1Hz": 55.83131666666668, "cycle": 2096, "timestamp": "2028-03-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.43257333333324, "PS2_Pressure_bar_100Hz": 109.02274366666713, "PS3_Pressure_bar_100Hz": 1.9064799999999862, "PS4_Pressure_bar_100Hz": 10.122579000000078, "PS5_Pressure_bar_100Hz": 9.89499633333328, "PS6_Pressure_bar_100Hz": 9.776030166666642, "FS1_VolumeFlow_l_per_min_10Hz": 6.403083333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.155903333333324, "TS1_Temperature_C_1Hz": 35.83621666666667, "TS2_Temperature_C_1Hz": 41.45226666666668, "TS3_Temperature_C_1Hz": 38.772333333333336, "TS4_Temperature_C_1Hz": 30.896933333333315, "P1_MotorPower_W_100Hz": 2562.7977000000046, "VS1_Vibration_mm_per_s_1Hz": 0.5467, "CE_CoolingEfficiency_percent_1Hz": 46.96366666666668, "CP_CoolingPower_kW_1Hz": 2.1569000000000007, "SE_EfficiencyFactor_percent_1Hz": 55.79871666666668, "cycle": 2097, "timestamp": "2028-03-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.42817999999946, "PS2_Pressure_bar_100Hz": 109.0150511666673, "PS3_Pressure_bar_100Hz": 1.900210499999984, "PS4_Pressure_bar_100Hz": 10.123328666666747, "PS5_Pressure_bar_100Hz": 9.893485833333315, "PS6_Pressure_bar_100Hz": 9.775469833333297, "FS1_VolumeFlow_l_per_min_10Hz": 6.405321666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.157755000000009, "TS1_Temperature_C_1Hz": 35.837583333333335, "TS2_Temperature_C_1Hz": 41.42725, "TS3_Temperature_C_1Hz": 38.76588333333335, "TS4_Temperature_C_1Hz": 30.893149999999988, "P1_MotorPower_W_100Hz": 2566.239500000029, "VS1_Vibration_mm_per_s_1Hz": 0.5439166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.94413333333334, "CP_CoolingPower_kW_1Hz": 2.1538166666666663, "SE_EfficiencyFactor_percent_1Hz": 55.721233333333345, "cycle": 2098, "timestamp": "2028-03-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.42051666666657, "PS2_Pressure_bar_100Hz": 109.0290150000007, "PS3_Pressure_bar_100Hz": 1.8993001666666438, "PS4_Pressure_bar_100Hz": 10.120059833333398, "PS5_Pressure_bar_100Hz": 9.89313333333331, "PS6_Pressure_bar_100Hz": 9.775961166666661, "FS1_VolumeFlow_l_per_min_10Hz": 6.39092666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.156946666666661, "TS1_Temperature_C_1Hz": 35.840716666666644, "TS2_Temperature_C_1Hz": 41.43005000000001, "TS3_Temperature_C_1Hz": 38.75006666666666, "TS4_Temperature_C_1Hz": 30.89318333333333, "P1_MotorPower_W_100Hz": 2563.3287000000105, "VS1_Vibration_mm_per_s_1Hz": 0.5401166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.92008333333333, "CP_CoolingPower_kW_1Hz": 2.151666666666668, "SE_EfficiencyFactor_percent_1Hz": 55.57278333333334, "cycle": 2099, "timestamp": "2028-03-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4313166666659, "PS2_Pressure_bar_100Hz": 109.01542433333363, "PS3_Pressure_bar_100Hz": 1.9041063333333184, "PS4_Pressure_bar_100Hz": 10.120921500000078, "PS5_Pressure_bar_100Hz": 9.892859333333323, "PS6_Pressure_bar_100Hz": 9.774726166666635, "FS1_VolumeFlow_l_per_min_10Hz": 6.402939999999996, "FS2_VolumeFlow_l_per_min_10Hz": 10.157306666666678, "TS1_Temperature_C_1Hz": 35.83871666666667, "TS2_Temperature_C_1Hz": 41.43235000000001, "TS3_Temperature_C_1Hz": 38.748466666666666, "TS4_Temperature_C_1Hz": 30.895416666666655, "P1_MotorPower_W_100Hz": 2563.218700000047, "VS1_Vibration_mm_per_s_1Hz": 0.5452499999999999, "CE_CoolingEfficiency_percent_1Hz": 46.88833333333334, "CP_CoolingPower_kW_1Hz": 2.149783333333333, "SE_EfficiencyFactor_percent_1Hz": 55.78599999999998, "cycle": 2100, "timestamp": "2028-03-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.44977, "PS2_Pressure_bar_100Hz": 109.0398040000005, "PS3_Pressure_bar_100Hz": 1.9031674999999844, "PS4_Pressure_bar_100Hz": 10.121463500000107, "PS5_Pressure_bar_100Hz": 9.893964166666679, "PS6_Pressure_bar_100Hz": 9.77660666666664, "FS1_VolumeFlow_l_per_min_10Hz": 6.393286666666676, "FS2_VolumeFlow_l_per_min_10Hz": 10.157961666666669, "TS1_Temperature_C_1Hz": 35.83091666666667, "TS2_Temperature_C_1Hz": 41.428733333333334, "TS3_Temperature_C_1Hz": 38.74523333333332, "TS4_Temperature_C_1Hz": 30.89881666666665, "P1_MotorPower_W_100Hz": 2562.16390000002, "VS1_Vibration_mm_per_s_1Hz": 0.5470500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.86095, "CP_CoolingPower_kW_1Hz": 2.148650000000001, "SE_EfficiencyFactor_percent_1Hz": 55.62853333333333, "cycle": 2101, "timestamp": "2028-03-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.46139333333267, "PS2_Pressure_bar_100Hz": 109.03110616666687, "PS3_Pressure_bar_100Hz": 1.9184519999999765, "PS4_Pressure_bar_100Hz": 10.121456000000055, "PS5_Pressure_bar_100Hz": 9.894613166666675, "PS6_Pressure_bar_100Hz": 9.77689333333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.404770000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.160833333333331, "TS1_Temperature_C_1Hz": 35.82343333333333, "TS2_Temperature_C_1Hz": 41.423, "TS3_Temperature_C_1Hz": 38.752416666666676, "TS4_Temperature_C_1Hz": 30.900549999999992, "P1_MotorPower_W_100Hz": 2562.4829333333637, "VS1_Vibration_mm_per_s_1Hz": 0.5438333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.71785000000001, "CP_CoolingPower_kW_1Hz": 2.1495499999999996, "SE_EfficiencyFactor_percent_1Hz": 55.844583333333325, "cycle": 2102, "timestamp": "2028-04-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.44235333333307, "PS2_Pressure_bar_100Hz": 109.03061833333352, "PS3_Pressure_bar_100Hz": 1.9167591666666497, "PS4_Pressure_bar_100Hz": 10.120360333333412, "PS5_Pressure_bar_100Hz": 9.895486333333304, "PS6_Pressure_bar_100Hz": 9.777394499999978, "FS1_VolumeFlow_l_per_min_10Hz": 6.401608333333327, "FS2_VolumeFlow_l_per_min_10Hz": 10.159399999999989, "TS1_Temperature_C_1Hz": 35.8278, "TS2_Temperature_C_1Hz": 41.416100000000014, "TS3_Temperature_C_1Hz": 38.746933333333345, "TS4_Temperature_C_1Hz": 30.892933333333318, "P1_MotorPower_W_100Hz": 2563.484233333356, "VS1_Vibration_mm_per_s_1Hz": 0.5437, "CE_CoolingEfficiency_percent_1Hz": 46.6329, "CP_CoolingPower_kW_1Hz": 2.1509500000000004, "SE_EfficiencyFactor_percent_1Hz": 55.78586666666665, "cycle": 2103, "timestamp": "2028-04-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.43823, "PS2_Pressure_bar_100Hz": 109.03341450000035, "PS3_Pressure_bar_100Hz": 1.9095689999999883, "PS4_Pressure_bar_100Hz": 10.115842000000061, "PS5_Pressure_bar_100Hz": 9.890732333333341, "PS6_Pressure_bar_100Hz": 9.774212666666653, "FS1_VolumeFlow_l_per_min_10Hz": 6.401325000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.155008333333331, "TS1_Temperature_C_1Hz": 35.82744999999999, "TS2_Temperature_C_1Hz": 41.42276666666666, "TS3_Temperature_C_1Hz": 38.74318333333334, "TS4_Temperature_C_1Hz": 30.89569999999999, "P1_MotorPower_W_100Hz": 2561.5410000000625, "VS1_Vibration_mm_per_s_1Hz": 0.5452666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.59320000000002, "CP_CoolingPower_kW_1Hz": 2.1470499999999997, "SE_EfficiencyFactor_percent_1Hz": 55.805633333333304, "cycle": 2104, "timestamp": "2028-04-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.4000033333332, "PS2_Pressure_bar_100Hz": 109.20770266666717, "PS3_Pressure_bar_100Hz": 1.9089851666666533, "PS4_Pressure_bar_100Hz": 10.118920666666773, "PS5_Pressure_bar_100Hz": 9.895178333333265, "PS6_Pressure_bar_100Hz": 9.777511666666665, "FS1_VolumeFlow_l_per_min_10Hz": 6.402389999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.15724333333332, "TS1_Temperature_C_1Hz": 35.81956666666667, "TS2_Temperature_C_1Hz": 41.42354999999999, "TS3_Temperature_C_1Hz": 38.73931666666667, "TS4_Temperature_C_1Hz": 30.89161666666666, "P1_MotorPower_W_100Hz": 2561.838133333371, "VS1_Vibration_mm_per_s_1Hz": 0.5447499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.72301666666668, "CP_CoolingPower_kW_1Hz": 2.1475000000000004, "SE_EfficiencyFactor_percent_1Hz": 55.81158333333333, "cycle": 2105, "timestamp": "2028-04-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.38795499999958, "PS2_Pressure_bar_100Hz": 109.17013533333422, "PS3_Pressure_bar_100Hz": 1.9211399999999819, "PS4_Pressure_bar_100Hz": 10.126771166666742, "PS5_Pressure_bar_100Hz": 9.900268166666576, "PS6_Pressure_bar_100Hz": 9.782422999999968, "FS1_VolumeFlow_l_per_min_10Hz": 6.4005849999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.163013333333332, "TS1_Temperature_C_1Hz": 35.79913333333331, "TS2_Temperature_C_1Hz": 41.42178333333332, "TS3_Temperature_C_1Hz": 38.7394333333333, "TS4_Temperature_C_1Hz": 30.84009999999999, "P1_MotorPower_W_100Hz": 2562.793066666709, "VS1_Vibration_mm_per_s_1Hz": 0.5453166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.20505, "CP_CoolingPower_kW_1Hz": 2.1660000000000013, "SE_EfficiencyFactor_percent_1Hz": 55.79643333333334, "cycle": 2106, "timestamp": "2028-04-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.44074333333353, "PS2_Pressure_bar_100Hz": 109.21542866666698, "PS3_Pressure_bar_100Hz": 1.9224739999999803, "PS4_Pressure_bar_100Hz": 10.126198500000063, "PS5_Pressure_bar_100Hz": 9.901275333333293, "PS6_Pressure_bar_100Hz": 9.782834666666671, "FS1_VolumeFlow_l_per_min_10Hz": 6.400994999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.161584999999993, "TS1_Temperature_C_1Hz": 35.82496666666666, "TS2_Temperature_C_1Hz": 41.42236666666667, "TS3_Temperature_C_1Hz": 38.73909999999999, "TS4_Temperature_C_1Hz": 30.851766666666666, "P1_MotorPower_W_100Hz": 2564.647633333375, "VS1_Vibration_mm_per_s_1Hz": 0.5454833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.04003333333332, "CP_CoolingPower_kW_1Hz": 2.1602833333333336, "SE_EfficiencyFactor_percent_1Hz": 55.74515000000002, "cycle": 2107, "timestamp": "2028-04-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.3881200000002, "PS2_Pressure_bar_100Hz": 109.15494633333404, "PS3_Pressure_bar_100Hz": 1.9178743333333186, "PS4_Pressure_bar_100Hz": 10.123725333333418, "PS5_Pressure_bar_100Hz": 9.899496333333278, "PS6_Pressure_bar_100Hz": 9.781290999999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.401685000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.161336666666658, "TS1_Temperature_C_1Hz": 35.80651666666664, "TS2_Temperature_C_1Hz": 41.40809999999999, "TS3_Temperature_C_1Hz": 38.73773333333332, "TS4_Temperature_C_1Hz": 30.835749999999997, "P1_MotorPower_W_100Hz": 2563.500533333363, "VS1_Vibration_mm_per_s_1Hz": 0.5423500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.95, "CP_CoolingPower_kW_1Hz": 2.1626333333333334, "SE_EfficiencyFactor_percent_1Hz": 55.74496666666666, "cycle": 2108, "timestamp": "2028-04-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.39326999999977, "PS2_Pressure_bar_100Hz": 109.15768516666692, "PS3_Pressure_bar_100Hz": 1.9160396666666515, "PS4_Pressure_bar_100Hz": 10.123024000000088, "PS5_Pressure_bar_100Hz": 9.899378999999934, "PS6_Pressure_bar_100Hz": 9.780616999999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.39889, "FS2_VolumeFlow_l_per_min_10Hz": 10.158966666666661, "TS1_Temperature_C_1Hz": 35.78551666666666, "TS2_Temperature_C_1Hz": 41.39855, "TS3_Temperature_C_1Hz": 38.732949999999995, "TS4_Temperature_C_1Hz": 30.808566666666664, "P1_MotorPower_W_100Hz": 2563.0359666667123, "VS1_Vibration_mm_per_s_1Hz": 0.5444333333333333, "CE_CoolingEfficiency_percent_1Hz": 47.241299999999995, "CP_CoolingPower_kW_1Hz": 2.169833333333334, "SE_EfficiencyFactor_percent_1Hz": 55.72699999999999, "cycle": 2109, "timestamp": "2028-04-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.39239499999982, "PS2_Pressure_bar_100Hz": 109.1809305000006, "PS3_Pressure_bar_100Hz": 1.9102019999999844, "PS4_Pressure_bar_100Hz": 10.126891833333442, "PS5_Pressure_bar_100Hz": 9.902353333333302, "PS6_Pressure_bar_100Hz": 9.784835166666676, "FS1_VolumeFlow_l_per_min_10Hz": 6.40459833333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.161080000000005, "TS1_Temperature_C_1Hz": 35.77923333333331, "TS2_Temperature_C_1Hz": 41.38826666666667, "TS3_Temperature_C_1Hz": 38.73710000000002, "TS4_Temperature_C_1Hz": 30.80646666666665, "P1_MotorPower_W_100Hz": 2563.125500000061, "VS1_Vibration_mm_per_s_1Hz": 0.54595, "CE_CoolingEfficiency_percent_1Hz": 47.13918333333332, "CP_CoolingPower_kW_1Hz": 2.1715666666666675, "SE_EfficiencyFactor_percent_1Hz": 55.79061666666667, "cycle": 2110, "timestamp": "2028-04-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.39883999999955, "PS2_Pressure_bar_100Hz": 109.16389783333376, "PS3_Pressure_bar_100Hz": 1.9153391666666497, "PS4_Pressure_bar_100Hz": 10.13174600000008, "PS5_Pressure_bar_100Hz": 9.904999999999944, "PS6_Pressure_bar_100Hz": 9.787221333333333, "FS1_VolumeFlow_l_per_min_10Hz": 6.400846666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.166476666666652, "TS1_Temperature_C_1Hz": 35.78268333333332, "TS2_Temperature_C_1Hz": 41.38585000000001, "TS3_Temperature_C_1Hz": 38.727549999999994, "TS4_Temperature_C_1Hz": 30.81178333333333, "P1_MotorPower_W_100Hz": 2564.1814000000363, "VS1_Vibration_mm_per_s_1Hz": 0.5410166666666665, "CE_CoolingEfficiency_percent_1Hz": 47.05143333333333, "CP_CoolingPower_kW_1Hz": 2.1691166666666675, "SE_EfficiencyFactor_percent_1Hz": 55.72109999999999, "cycle": 2111, "timestamp": "2028-04-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.41411999999974, "PS2_Pressure_bar_100Hz": 109.2088701666668, "PS3_Pressure_bar_100Hz": 1.9165896666666555, "PS4_Pressure_bar_100Hz": 10.131585333333405, "PS5_Pressure_bar_100Hz": 9.905249333333325, "PS6_Pressure_bar_100Hz": 9.786978833333288, "FS1_VolumeFlow_l_per_min_10Hz": 6.401174999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.16620166666666, "TS1_Temperature_C_1Hz": 35.781949999999966, "TS2_Temperature_C_1Hz": 41.388549999999995, "TS3_Temperature_C_1Hz": 38.70393333333334, "TS4_Temperature_C_1Hz": 30.810449999999996, "P1_MotorPower_W_100Hz": 2564.5942666666733, "VS1_Vibration_mm_per_s_1Hz": 0.5410333333333335, "CE_CoolingEfficiency_percent_1Hz": 46.956716666666665, "CP_CoolingPower_kW_1Hz": 2.161833333333333, "SE_EfficiencyFactor_percent_1Hz": 55.706033333333366, "cycle": 2112, "timestamp": "2028-04-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.40152999999938, "PS2_Pressure_bar_100Hz": 109.19451950000033, "PS3_Pressure_bar_100Hz": 1.9182748333333153, "PS4_Pressure_bar_100Hz": 10.132654833333373, "PS5_Pressure_bar_100Hz": 9.905057999999967, "PS6_Pressure_bar_100Hz": 9.787568999999994, "FS1_VolumeFlow_l_per_min_10Hz": 6.403764999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.166868333333333, "TS1_Temperature_C_1Hz": 35.774216666666646, "TS2_Temperature_C_1Hz": 41.38655000000001, "TS3_Temperature_C_1Hz": 38.68331666666665, "TS4_Temperature_C_1Hz": 30.8091, "P1_MotorPower_W_100Hz": 2563.6539666667027, "VS1_Vibration_mm_per_s_1Hz": 0.5487666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.919866666666685, "CP_CoolingPower_kW_1Hz": 2.158183333333334, "SE_EfficiencyFactor_percent_1Hz": 55.776716666666665, "cycle": 2113, "timestamp": "2028-04-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.39985333333289, "PS2_Pressure_bar_100Hz": 109.19313716666703, "PS3_Pressure_bar_100Hz": 1.915289499999984, "PS4_Pressure_bar_100Hz": 10.122160833333416, "PS5_Pressure_bar_100Hz": 9.893151500000032, "PS6_Pressure_bar_100Hz": 9.775452666666627, "FS1_VolumeFlow_l_per_min_10Hz": 6.401464999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.159646666666653, "TS1_Temperature_C_1Hz": 35.77266666666665, "TS2_Temperature_C_1Hz": 41.38268333333334, "TS3_Temperature_C_1Hz": 38.6951, "TS4_Temperature_C_1Hz": 30.82501666666667, "P1_MotorPower_W_100Hz": 2560.4742333333716, "VS1_Vibration_mm_per_s_1Hz": 0.5451166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.83036666666665, "CP_CoolingPower_kW_1Hz": 2.1551, "SE_EfficiencyFactor_percent_1Hz": 55.85918333333334, "cycle": 2114, "timestamp": "2028-04-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6712000000003, "PS2_Pressure_bar_100Hz": 109.39188616666674, "PS3_Pressure_bar_100Hz": 1.9493121666666582, "PS4_Pressure_bar_100Hz": 10.11615733333338, "PS5_Pressure_bar_100Hz": 9.892020166666686, "PS6_Pressure_bar_100Hz": 9.773823833333298, "FS1_VolumeFlow_l_per_min_10Hz": 6.495866666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.159338333333347, "TS1_Temperature_C_1Hz": 35.77303333333331, "TS2_Temperature_C_1Hz": 41.386916666666664, "TS3_Temperature_C_1Hz": 38.706333333333305, "TS4_Temperature_C_1Hz": 30.804066666666653, "P1_MotorPower_W_100Hz": 2549.226766666685, "VS1_Vibration_mm_per_s_1Hz": 0.5442666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.978833333333334, "CP_CoolingPower_kW_1Hz": 2.1618333333333344, "SE_EfficiencyFactor_percent_1Hz": 56.93161666666668, "cycle": 2115, "timestamp": "2028-04-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9230150000004, "PS2_Pressure_bar_100Hz": 108.78867700000045, "PS3_Pressure_bar_100Hz": 1.9314541666666543, "PS4_Pressure_bar_100Hz": 10.119900000000083, "PS5_Pressure_bar_100Hz": 9.896404333333313, "PS6_Pressure_bar_100Hz": 9.779129666666643, "FS1_VolumeFlow_l_per_min_10Hz": 6.4578633333333375, "FS2_VolumeFlow_l_per_min_10Hz": 10.158528333333336, "TS1_Temperature_C_1Hz": 35.77961666666665, "TS2_Temperature_C_1Hz": 41.40239999999999, "TS3_Temperature_C_1Hz": 38.696416666666636, "TS4_Temperature_C_1Hz": 30.808749999999993, "P1_MotorPower_W_100Hz": 2550.722133333381, "VS1_Vibration_mm_per_s_1Hz": 0.5509833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.96976666666668, "CP_CoolingPower_kW_1Hz": 2.159233333333334, "SE_EfficiencyFactor_percent_1Hz": 56.07418333333335, "cycle": 2116, "timestamp": "2028-04-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.90071499999982, "PS2_Pressure_bar_100Hz": 108.77489850000026, "PS3_Pressure_bar_100Hz": 1.924414166666652, "PS4_Pressure_bar_100Hz": 10.118167333333398, "PS5_Pressure_bar_100Hz": 9.894226166666632, "PS6_Pressure_bar_100Hz": 9.775677166666652, "FS1_VolumeFlow_l_per_min_10Hz": 6.457043333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.157598333333349, "TS1_Temperature_C_1Hz": 35.766183333333316, "TS2_Temperature_C_1Hz": 41.403150000000004, "TS3_Temperature_C_1Hz": 38.68324999999998, "TS4_Temperature_C_1Hz": 30.806966666666664, "P1_MotorPower_W_100Hz": 2549.1920333333633, "VS1_Vibration_mm_per_s_1Hz": 0.5533499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.92803333333334, "CP_CoolingPower_kW_1Hz": 2.1551500000000003, "SE_EfficiencyFactor_percent_1Hz": 56.0616, "cycle": 2117, "timestamp": "2028-04-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9169166666676, "PS2_Pressure_bar_100Hz": 108.7783840000001, "PS3_Pressure_bar_100Hz": 1.9314528333333256, "PS4_Pressure_bar_100Hz": 10.122028000000094, "PS5_Pressure_bar_100Hz": 9.898062166666657, "PS6_Pressure_bar_100Hz": 9.779210999999965, "FS1_VolumeFlow_l_per_min_10Hz": 6.460490000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.161643333333322, "TS1_Temperature_C_1Hz": 35.77719999999998, "TS2_Temperature_C_1Hz": 41.402, "TS3_Temperature_C_1Hz": 38.68976666666665, "TS4_Temperature_C_1Hz": 30.79590000000001, "P1_MotorPower_W_100Hz": 2552.212233333395, "VS1_Vibration_mm_per_s_1Hz": 0.5515333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.935766666666645, "CP_CoolingPower_kW_1Hz": 2.1639666666666675, "SE_EfficiencyFactor_percent_1Hz": 56.02631666666668, "cycle": 2118, "timestamp": "2028-04-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.90479166666745, "PS2_Pressure_bar_100Hz": 108.7816301666668, "PS3_Pressure_bar_100Hz": 1.9407538333333174, "PS4_Pressure_bar_100Hz": 10.12346016666675, "PS5_Pressure_bar_100Hz": 9.8999513333333, "PS6_Pressure_bar_100Hz": 9.780659333333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.460758333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.16387666666666, "TS1_Temperature_C_1Hz": 35.773399999999995, "TS2_Temperature_C_1Hz": 41.39843333333334, "TS3_Temperature_C_1Hz": 38.691783333333326, "TS4_Temperature_C_1Hz": 30.767899999999997, "P1_MotorPower_W_100Hz": 2553.3012333333536, "VS1_Vibration_mm_per_s_1Hz": 0.5475500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.92974999999999, "CP_CoolingPower_kW_1Hz": 2.1701000000000006, "SE_EfficiencyFactor_percent_1Hz": 56.01075000000002, "cycle": 2119, "timestamp": "2028-04-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.91216500000044, "PS2_Pressure_bar_100Hz": 108.78799983333383, "PS3_Pressure_bar_100Hz": 1.9274476666666496, "PS4_Pressure_bar_100Hz": 10.122638666666704, "PS5_Pressure_bar_100Hz": 9.89851899999996, "PS6_Pressure_bar_100Hz": 9.78014399999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.46119666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.160888333333329, "TS1_Temperature_C_1Hz": 35.783916666666656, "TS2_Temperature_C_1Hz": 41.39976666666667, "TS3_Temperature_C_1Hz": 38.70205000000001, "TS4_Temperature_C_1Hz": 30.825683333333323, "P1_MotorPower_W_100Hz": 2552.866000000013, "VS1_Vibration_mm_per_s_1Hz": 0.5505666666666669, "CE_CoolingEfficiency_percent_1Hz": 46.57548333333334, "CP_CoolingPower_kW_1Hz": 2.1545000000000005, "SE_EfficiencyFactor_percent_1Hz": 56.06706666666668, "cycle": 2120, "timestamp": "2028-04-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.90893000000037, "PS2_Pressure_bar_100Hz": 108.80319566666672, "PS3_Pressure_bar_100Hz": 1.9308256666666475, "PS4_Pressure_bar_100Hz": 10.124582333333393, "PS5_Pressure_bar_100Hz": 9.900447833333285, "PS6_Pressure_bar_100Hz": 9.78156099999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.461726666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.159993333333334, "TS1_Temperature_C_1Hz": 35.77563333333332, "TS2_Temperature_C_1Hz": 41.39375, "TS3_Temperature_C_1Hz": 38.68329999999999, "TS4_Temperature_C_1Hz": 30.811949999999985, "P1_MotorPower_W_100Hz": 2553.311900000014, "VS1_Vibration_mm_per_s_1Hz": 0.5484333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.66823333333332, "CP_CoolingPower_kW_1Hz": 2.1567666666666674, "SE_EfficiencyFactor_percent_1Hz": 56.00663333333336, "cycle": 2121, "timestamp": "2028-04-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.88869666666676, "PS2_Pressure_bar_100Hz": 108.76610750000016, "PS3_Pressure_bar_100Hz": 1.932685833333319, "PS4_Pressure_bar_100Hz": 10.124924666666736, "PS5_Pressure_bar_100Hz": 9.90144433333335, "PS6_Pressure_bar_100Hz": 9.781942666666698, "FS1_VolumeFlow_l_per_min_10Hz": 6.461701666666661, "FS2_VolumeFlow_l_per_min_10Hz": 10.162693333333326, "TS1_Temperature_C_1Hz": 35.76499999999999, "TS2_Temperature_C_1Hz": 41.38933333333333, "TS3_Temperature_C_1Hz": 38.67718333333333, "TS4_Temperature_C_1Hz": 30.808500000000002, "P1_MotorPower_W_100Hz": 2552.380733333399, "VS1_Vibration_mm_per_s_1Hz": 0.5477666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.61868333333333, "CP_CoolingPower_kW_1Hz": 2.1548333333333343, "SE_EfficiencyFactor_percent_1Hz": 56.03535, "cycle": 2122, "timestamp": "2028-04-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.89479000000046, "PS2_Pressure_bar_100Hz": 108.81032266666662, "PS3_Pressure_bar_100Hz": 1.9349009999999878, "PS4_Pressure_bar_100Hz": 10.127418833333415, "PS5_Pressure_bar_100Hz": 9.90199616666663, "PS6_Pressure_bar_100Hz": 9.782879499999972, "FS1_VolumeFlow_l_per_min_10Hz": 6.46476333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.162333333333333, "TS1_Temperature_C_1Hz": 35.75349999999999, "TS2_Temperature_C_1Hz": 41.36536666666668, "TS3_Temperature_C_1Hz": 38.67843333333333, "TS4_Temperature_C_1Hz": 30.74963333333334, "P1_MotorPower_W_100Hz": 2551.3678666666947, "VS1_Vibration_mm_per_s_1Hz": 0.5515666666666664, "CE_CoolingEfficiency_percent_1Hz": 47.11660000000002, "CP_CoolingPower_kW_1Hz": 2.1723833333333338, "SE_EfficiencyFactor_percent_1Hz": 56.10375, "cycle": 2123, "timestamp": "2028-04-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.885735, "PS2_Pressure_bar_100Hz": 108.77783633333394, "PS3_Pressure_bar_100Hz": 1.9306159999999932, "PS4_Pressure_bar_100Hz": 10.129108666666749, "PS5_Pressure_bar_100Hz": 9.90483833333332, "PS6_Pressure_bar_100Hz": 9.78496366666667, "FS1_VolumeFlow_l_per_min_10Hz": 6.464665000000009, "FS2_VolumeFlow_l_per_min_10Hz": 10.16286, "TS1_Temperature_C_1Hz": 35.740233333333336, "TS2_Temperature_C_1Hz": 41.355466666666665, "TS3_Temperature_C_1Hz": 38.66978333333332, "TS4_Temperature_C_1Hz": 30.724133333333338, "P1_MotorPower_W_100Hz": 2551.2250000000613, "VS1_Vibration_mm_per_s_1Hz": 0.5484999999999999, "CE_CoolingEfficiency_percent_1Hz": 47.175049999999985, "CP_CoolingPower_kW_1Hz": 2.1762000000000006, "SE_EfficiencyFactor_percent_1Hz": 56.09386666666665, "cycle": 2124, "timestamp": "2028-04-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.9009616666671, "PS2_Pressure_bar_100Hz": 108.78498016666691, "PS3_Pressure_bar_100Hz": 1.9189389999999915, "PS4_Pressure_bar_100Hz": 10.120501833333428, "PS5_Pressure_bar_100Hz": 9.895912166666625, "PS6_Pressure_bar_100Hz": 9.777553833333316, "FS1_VolumeFlow_l_per_min_10Hz": 6.461849999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.157446666666669, "TS1_Temperature_C_1Hz": 35.73859999999999, "TS2_Temperature_C_1Hz": 41.345416666666665, "TS3_Temperature_C_1Hz": 38.66546666666665, "TS4_Temperature_C_1Hz": 30.76331666666668, "P1_MotorPower_W_100Hz": 2548.7465000000634, "VS1_Vibration_mm_per_s_1Hz": 0.5547166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.866016666666674, "CP_CoolingPower_kW_1Hz": 2.1635, "SE_EfficiencyFactor_percent_1Hz": 56.16776666666668, "cycle": 2125, "timestamp": "2028-04-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.80862333333437, "PS2_Pressure_bar_100Hz": 109.0396340000004, "PS3_Pressure_bar_100Hz": 1.9239049999999873, "PS4_Pressure_bar_100Hz": 10.11737300000005, "PS5_Pressure_bar_100Hz": 9.892673166666679, "PS6_Pressure_bar_100Hz": 9.774777166666608, "FS1_VolumeFlow_l_per_min_10Hz": 6.486661666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.159179999999983, "TS1_Temperature_C_1Hz": 35.745616666666635, "TS2_Temperature_C_1Hz": 41.33470000000001, "TS3_Temperature_C_1Hz": 38.66819999999999, "TS4_Temperature_C_1Hz": 30.74676666666668, "P1_MotorPower_W_100Hz": 2546.703766666704, "VS1_Vibration_mm_per_s_1Hz": 0.5580666666666665, "CE_CoolingEfficiency_percent_1Hz": 46.94998333333332, "CP_CoolingPower_kW_1Hz": 2.1691999999999996, "SE_EfficiencyFactor_percent_1Hz": 56.74974999999998, "cycle": 2126, "timestamp": "2028-04-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.8171983333335, "PS2_Pressure_bar_100Hz": 109.06392916666702, "PS3_Pressure_bar_100Hz": 1.930397499999984, "PS4_Pressure_bar_100Hz": 10.123190000000056, "PS5_Pressure_bar_100Hz": 9.896838999999948, "PS6_Pressure_bar_100Hz": 9.77904999999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.477181666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.159973333333328, "TS1_Temperature_C_1Hz": 35.74281666666665, "TS2_Temperature_C_1Hz": 41.342783333333344, "TS3_Temperature_C_1Hz": 38.66316666666665, "TS4_Temperature_C_1Hz": 30.81973333333332, "P1_MotorPower_W_100Hz": 2547.960800000079, "VS1_Vibration_mm_per_s_1Hz": 0.55345, "CE_CoolingEfficiency_percent_1Hz": 46.52941666666667, "CP_CoolingPower_kW_1Hz": 2.148483333333333, "SE_EfficiencyFactor_percent_1Hz": 56.50581666666666, "cycle": 2127, "timestamp": "2028-04-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.82429333333354, "PS2_Pressure_bar_100Hz": 109.0563693333338, "PS3_Pressure_bar_100Hz": 1.9212084999999852, "PS4_Pressure_bar_100Hz": 10.125916666666736, "PS5_Pressure_bar_100Hz": 9.901604666666653, "PS6_Pressure_bar_100Hz": 9.783502833333293, "FS1_VolumeFlow_l_per_min_10Hz": 6.4914533333333315, "FS2_VolumeFlow_l_per_min_10Hz": 10.159038333333324, "TS1_Temperature_C_1Hz": 35.72858333333332, "TS2_Temperature_C_1Hz": 41.34236666666667, "TS3_Temperature_C_1Hz": 38.65806666666666, "TS4_Temperature_C_1Hz": 30.751350000000013, "P1_MotorPower_W_100Hz": 2549.2060000000415, "VS1_Vibration_mm_per_s_1Hz": 0.5537500000000003, "CE_CoolingEfficiency_percent_1Hz": 46.921416666666666, "CP_CoolingPower_kW_1Hz": 2.1643166666666676, "SE_EfficiencyFactor_percent_1Hz": 56.78335, "cycle": 2128, "timestamp": "2028-04-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.82741666666706, "PS2_Pressure_bar_100Hz": 109.07989133333355, "PS3_Pressure_bar_100Hz": 1.9326861666666564, "PS4_Pressure_bar_100Hz": 10.123013166666736, "PS5_Pressure_bar_100Hz": 9.89779299999993, "PS6_Pressure_bar_100Hz": 9.779688833333317, "FS1_VolumeFlow_l_per_min_10Hz": 6.474068333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.156285000000002, "TS1_Temperature_C_1Hz": 35.717549999999996, "TS2_Temperature_C_1Hz": 41.347116666666665, "TS3_Temperature_C_1Hz": 38.64823333333334, "TS4_Temperature_C_1Hz": 30.727550000000004, "P1_MotorPower_W_100Hz": 2548.8326666666885, "VS1_Vibration_mm_per_s_1Hz": 0.5522166666666666, "CE_CoolingEfficiency_percent_1Hz": 47.00019999999999, "CP_CoolingPower_kW_1Hz": 2.167016666666667, "SE_EfficiencyFactor_percent_1Hz": 56.49761666666669, "cycle": 2129, "timestamp": "2028-04-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.8141133333338, "PS2_Pressure_bar_100Hz": 109.05068666666675, "PS3_Pressure_bar_100Hz": 1.9337879999999907, "PS4_Pressure_bar_100Hz": 10.129108666666756, "PS5_Pressure_bar_100Hz": 9.903373666666662, "PS6_Pressure_bar_100Hz": 9.785178166666643, "FS1_VolumeFlow_l_per_min_10Hz": 6.486041666666666, "FS2_VolumeFlow_l_per_min_10Hz": 10.158536666666656, "TS1_Temperature_C_1Hz": 35.719383333333326, "TS2_Temperature_C_1Hz": 41.34436666666667, "TS3_Temperature_C_1Hz": 38.63551666666669, "TS4_Temperature_C_1Hz": 30.727350000000005, "P1_MotorPower_W_100Hz": 2550.231433333362, "VS1_Vibration_mm_per_s_1Hz": 0.5461500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.96903333333333, "CP_CoolingPower_kW_1Hz": 2.1644500000000004, "SE_EfficiencyFactor_percent_1Hz": 56.6513666666667, "cycle": 2130, "timestamp": "2028-04-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.83262666666792, "PS2_Pressure_bar_100Hz": 109.05840000000072, "PS3_Pressure_bar_100Hz": 1.9423338333333249, "PS4_Pressure_bar_100Hz": 10.137453833333408, "PS5_Pressure_bar_100Hz": 9.910870166666648, "PS6_Pressure_bar_100Hz": 9.792437166666643, "FS1_VolumeFlow_l_per_min_10Hz": 6.487435000000002, "FS2_VolumeFlow_l_per_min_10Hz": 10.165463333333335, "TS1_Temperature_C_1Hz": 35.69861666666665, "TS2_Temperature_C_1Hz": 41.31903333333333, "TS3_Temperature_C_1Hz": 38.62441666666667, "TS4_Temperature_C_1Hz": 30.691883333333344, "P1_MotorPower_W_100Hz": 2551.381166666716, "VS1_Vibration_mm_per_s_1Hz": 0.5485333333333334, "CE_CoolingEfficiency_percent_1Hz": 47.159499999999994, "CP_CoolingPower_kW_1Hz": 2.172916666666668, "SE_EfficiencyFactor_percent_1Hz": 56.68531666666665, "cycle": 2131, "timestamp": "2028-04-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.81982166666725, "PS2_Pressure_bar_100Hz": 109.05861133333383, "PS3_Pressure_bar_100Hz": 1.9369008333333169, "PS4_Pressure_bar_100Hz": 10.136022166666704, "PS5_Pressure_bar_100Hz": 9.90929366666673, "PS6_Pressure_bar_100Hz": 9.791008333333307, "FS1_VolumeFlow_l_per_min_10Hz": 6.483755000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.164363333333329, "TS1_Temperature_C_1Hz": 35.69558333333332, "TS2_Temperature_C_1Hz": 41.29651666666666, "TS3_Temperature_C_1Hz": 38.62856666666666, "TS4_Temperature_C_1Hz": 30.7298, "P1_MotorPower_W_100Hz": 2550.9910666666883, "VS1_Vibration_mm_per_s_1Hz": 0.5468500000000003, "CE_CoolingEfficiency_percent_1Hz": 46.945949999999996, "CP_CoolingPower_kW_1Hz": 2.1642333333333337, "SE_EfficiencyFactor_percent_1Hz": 56.613350000000004, "cycle": 2132, "timestamp": "2028-05-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.84041000000144, "PS2_Pressure_bar_100Hz": 109.07994716666708, "PS3_Pressure_bar_100Hz": 1.9267813333333144, "PS4_Pressure_bar_100Hz": 10.139583666666702, "PS5_Pressure_bar_100Hz": 9.911873166666693, "PS6_Pressure_bar_100Hz": 9.793654166666649, "FS1_VolumeFlow_l_per_min_10Hz": 6.476378333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.164545, "TS1_Temperature_C_1Hz": 35.70234999999998, "TS2_Temperature_C_1Hz": 41.29648333333331, "TS3_Temperature_C_1Hz": 38.62321666666667, "TS4_Temperature_C_1Hz": 30.723316666666665, "P1_MotorPower_W_100Hz": 2551.265400000056, "VS1_Vibration_mm_per_s_1Hz": 0.5514500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.9527, "CP_CoolingPower_kW_1Hz": 2.1629000000000005, "SE_EfficiencyFactor_percent_1Hz": 56.46164999999999, "cycle": 2133, "timestamp": "2028-05-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.82309833333406, "PS2_Pressure_bar_100Hz": 109.0756136666672, "PS3_Pressure_bar_100Hz": 1.928063499999982, "PS4_Pressure_bar_100Hz": 10.139908500000034, "PS5_Pressure_bar_100Hz": 9.91196266666665, "PS6_Pressure_bar_100Hz": 9.793609166666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.4781, "FS2_VolumeFlow_l_per_min_10Hz": 10.163848333333336, "TS1_Temperature_C_1Hz": 35.68571666666666, "TS2_Temperature_C_1Hz": 41.30598333333333, "TS3_Temperature_C_1Hz": 38.61461666666666, "TS4_Temperature_C_1Hz": 30.72071666666667, "P1_MotorPower_W_100Hz": 2550.6412000000255, "VS1_Vibration_mm_per_s_1Hz": 0.5482999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.96071666666666, "CP_CoolingPower_kW_1Hz": 2.162466666666666, "SE_EfficiencyFactor_percent_1Hz": 56.489233333333324, "cycle": 2134, "timestamp": "2028-05-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.81286833333377, "PS2_Pressure_bar_100Hz": 109.03556950000035, "PS3_Pressure_bar_100Hz": 1.9290431666666472, "PS4_Pressure_bar_100Hz": 10.138415333333374, "PS5_Pressure_bar_100Hz": 9.9111955, "PS6_Pressure_bar_100Hz": 9.793408166666694, "FS1_VolumeFlow_l_per_min_10Hz": 6.485178333333338, "FS2_VolumeFlow_l_per_min_10Hz": 10.162314999999982, "TS1_Temperature_C_1Hz": 35.67683333333333, "TS2_Temperature_C_1Hz": 41.29510000000001, "TS3_Temperature_C_1Hz": 38.616283333333335, "TS4_Temperature_C_1Hz": 30.716800000000013, "P1_MotorPower_W_100Hz": 2549.232033333355, "VS1_Vibration_mm_per_s_1Hz": 0.5489833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.928933333333326, "CP_CoolingPower_kW_1Hz": 2.1604333333333328, "SE_EfficiencyFactor_percent_1Hz": 56.722283333333344, "cycle": 2135, "timestamp": "2028-05-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.74121666666736, "PS2_Pressure_bar_100Hz": 109.25461900000036, "PS3_Pressure_bar_100Hz": 1.9332074999999806, "PS4_Pressure_bar_100Hz": 10.138465333333357, "PS5_Pressure_bar_100Hz": 9.909191833333338, "PS6_Pressure_bar_100Hz": 9.791143999999951, "FS1_VolumeFlow_l_per_min_10Hz": 6.506480000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.162509999999989, "TS1_Temperature_C_1Hz": 35.67709999999998, "TS2_Temperature_C_1Hz": 41.291500000000006, "TS3_Temperature_C_1Hz": 38.60353333333334, "TS4_Temperature_C_1Hz": 30.68636666666667, "P1_MotorPower_W_100Hz": 2548.665833333391, "VS1_Vibration_mm_per_s_1Hz": 0.5502166666666667, "CE_CoolingEfficiency_percent_1Hz": 47.110566666666664, "CP_CoolingPower_kW_1Hz": 2.1669166666666677, "SE_EfficiencyFactor_percent_1Hz": 57.10608333333333, "cycle": 2136, "timestamp": "2028-05-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.7217366666665, "PS2_Pressure_bar_100Hz": 109.26288400000035, "PS3_Pressure_bar_100Hz": 1.9288733333333214, "PS4_Pressure_bar_100Hz": 10.13992216666676, "PS5_Pressure_bar_100Hz": 9.91088033333337, "PS6_Pressure_bar_100Hz": 9.793426333333347, "FS1_VolumeFlow_l_per_min_10Hz": 6.498973333333328, "FS2_VolumeFlow_l_per_min_10Hz": 10.161804999999983, "TS1_Temperature_C_1Hz": 35.66556666666667, "TS2_Temperature_C_1Hz": 41.281916666666646, "TS3_Temperature_C_1Hz": 38.5828, "TS4_Temperature_C_1Hz": 30.64923333333334, "P1_MotorPower_W_100Hz": 2548.9891666666886, "VS1_Vibration_mm_per_s_1Hz": 0.5456500000000003, "CE_CoolingEfficiency_percent_1Hz": 47.26723333333332, "CP_CoolingPower_kW_1Hz": 2.1717333333333344, "SE_EfficiencyFactor_percent_1Hz": 56.98793333333334, "cycle": 2137, "timestamp": "2028-05-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.7197150000003, "PS2_Pressure_bar_100Hz": 109.26748366666736, "PS3_Pressure_bar_100Hz": 1.9271159999999827, "PS4_Pressure_bar_100Hz": 10.141000333333352, "PS5_Pressure_bar_100Hz": 9.912320500000044, "PS6_Pressure_bar_100Hz": 9.793995333333356, "FS1_VolumeFlow_l_per_min_10Hz": 6.4930166666666675, "FS2_VolumeFlow_l_per_min_10Hz": 10.161189999999984, "TS1_Temperature_C_1Hz": 35.654666666666664, "TS2_Temperature_C_1Hz": 41.272683333333326, "TS3_Temperature_C_1Hz": 38.58930000000001, "TS4_Temperature_C_1Hz": 30.684233333333335, "P1_MotorPower_W_100Hz": 2548.8304000000267, "VS1_Vibration_mm_per_s_1Hz": 0.5478833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.08505000000001, "CP_CoolingPower_kW_1Hz": 2.1645833333333337, "SE_EfficiencyFactor_percent_1Hz": 56.91245, "cycle": 2138, "timestamp": "2028-05-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.74476833333415, "PS2_Pressure_bar_100Hz": 109.27238050000061, "PS3_Pressure_bar_100Hz": 1.9379539999999884, "PS4_Pressure_bar_100Hz": 10.146077000000027, "PS5_Pressure_bar_100Hz": 9.914439833333352, "PS6_Pressure_bar_100Hz": 9.79644183333335, "FS1_VolumeFlow_l_per_min_10Hz": 6.492306666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.162076666666668, "TS1_Temperature_C_1Hz": 35.63676666666666, "TS2_Temperature_C_1Hz": 41.27841666666666, "TS3_Temperature_C_1Hz": 38.573850000000014, "TS4_Temperature_C_1Hz": 30.667250000000006, "P1_MotorPower_W_100Hz": 2549.904199999999, "VS1_Vibration_mm_per_s_1Hz": 0.5447833333333334, "CE_CoolingEfficiency_percent_1Hz": 47.13703333333332, "CP_CoolingPower_kW_1Hz": 2.164783333333334, "SE_EfficiencyFactor_percent_1Hz": 56.82984999999998, "cycle": 2139, "timestamp": "2028-05-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.7457050000003, "PS2_Pressure_bar_100Hz": 109.2854233333342, "PS3_Pressure_bar_100Hz": 1.942323833333321, "PS4_Pressure_bar_100Hz": 10.147347333333352, "PS5_Pressure_bar_100Hz": 9.918030833333342, "PS6_Pressure_bar_100Hz": 9.799076000000008, "FS1_VolumeFlow_l_per_min_10Hz": 6.492446666666657, "FS2_VolumeFlow_l_per_min_10Hz": 10.16368333333333, "TS1_Temperature_C_1Hz": 35.618150000000014, "TS2_Temperature_C_1Hz": 41.26361666666664, "TS3_Temperature_C_1Hz": 38.561883333333334, "TS4_Temperature_C_1Hz": 30.64191666666667, "P1_MotorPower_W_100Hz": 2549.6678000000475, "VS1_Vibration_mm_per_s_1Hz": 0.5475166666666669, "CE_CoolingEfficiency_percent_1Hz": 47.22615000000001, "CP_CoolingPower_kW_1Hz": 2.168416666666667, "SE_EfficiencyFactor_percent_1Hz": 56.87045000000001, "cycle": 2140, "timestamp": "2028-05-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.72689166666746, "PS2_Pressure_bar_100Hz": 109.26143433333344, "PS3_Pressure_bar_100Hz": 1.936168166666649, "PS4_Pressure_bar_100Hz": 10.144221500000057, "PS5_Pressure_bar_100Hz": 9.915974666666655, "PS6_Pressure_bar_100Hz": 9.796579999999992, "FS1_VolumeFlow_l_per_min_10Hz": 6.494616666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.161588333333336, "TS1_Temperature_C_1Hz": 35.610033333333334, "TS2_Temperature_C_1Hz": 41.25306666666666, "TS3_Temperature_C_1Hz": 38.566433333333336, "TS4_Temperature_C_1Hz": 30.6422, "P1_MotorPower_W_100Hz": 2550.0350666666827, "VS1_Vibration_mm_per_s_1Hz": 0.5501333333333336, "CE_CoolingEfficiency_percent_1Hz": 47.01203333333333, "CP_CoolingPower_kW_1Hz": 2.1697166666666665, "SE_EfficiencyFactor_percent_1Hz": 56.923716666666664, "cycle": 2141, "timestamp": "2028-05-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.74172333333385, "PS2_Pressure_bar_100Hz": 109.26219683333387, "PS3_Pressure_bar_100Hz": 1.9425876666666524, "PS4_Pressure_bar_100Hz": 10.143507666666709, "PS5_Pressure_bar_100Hz": 9.91443233333328, "PS6_Pressure_bar_100Hz": 9.795496499999988, "FS1_VolumeFlow_l_per_min_10Hz": 6.490193333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.158433333333328, "TS1_Temperature_C_1Hz": 35.60923333333332, "TS2_Temperature_C_1Hz": 41.25898333333335, "TS3_Temperature_C_1Hz": 38.55603333333333, "TS4_Temperature_C_1Hz": 30.642366666666664, "P1_MotorPower_W_100Hz": 2549.537900000014, "VS1_Vibration_mm_per_s_1Hz": 0.5412833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.93941666666667, "CP_CoolingPower_kW_1Hz": 2.1647666666666674, "SE_EfficiencyFactor_percent_1Hz": 56.87026666666668, "cycle": 2142, "timestamp": "2028-05-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.7450200000005, "PS2_Pressure_bar_100Hz": 109.26876266666723, "PS3_Pressure_bar_100Hz": 1.9474868333333253, "PS4_Pressure_bar_100Hz": 10.146062000000056, "PS5_Pressure_bar_100Hz": 9.918791500000028, "PS6_Pressure_bar_100Hz": 9.799413333333352, "FS1_VolumeFlow_l_per_min_10Hz": 6.492108333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.161209999999981, "TS1_Temperature_C_1Hz": 35.60068333333333, "TS2_Temperature_C_1Hz": 41.25863333333332, "TS3_Temperature_C_1Hz": 38.54066666666665, "TS4_Temperature_C_1Hz": 30.641500000000004, "P1_MotorPower_W_100Hz": 2550.712033333333, "VS1_Vibration_mm_per_s_1Hz": 0.5484000000000003, "CE_CoolingEfficiency_percent_1Hz": 46.96711666666667, "CP_CoolingPower_kW_1Hz": 2.163133333333334, "SE_EfficiencyFactor_percent_1Hz": 56.80451666666665, "cycle": 2143, "timestamp": "2028-05-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.73221500000065, "PS2_Pressure_bar_100Hz": 109.24429333333369, "PS3_Pressure_bar_100Hz": 1.9395683333333196, "PS4_Pressure_bar_100Hz": 10.150458333333383, "PS5_Pressure_bar_100Hz": 9.921120333333365, "PS6_Pressure_bar_100Hz": 9.801693999999973, "FS1_VolumeFlow_l_per_min_10Hz": 6.491345000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.16302999999999, "TS1_Temperature_C_1Hz": 35.59893333333332, "TS2_Temperature_C_1Hz": 41.238949999999996, "TS3_Temperature_C_1Hz": 38.527916666666655, "TS4_Temperature_C_1Hz": 30.640333333333327, "P1_MotorPower_W_100Hz": 2551.615233333368, "VS1_Vibration_mm_per_s_1Hz": 0.5506333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.89043333333333, "CP_CoolingPower_kW_1Hz": 2.1616333333333335, "SE_EfficiencyFactor_percent_1Hz": 56.78981666666666, "cycle": 2144, "timestamp": "2028-05-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.74044666666686, "PS2_Pressure_bar_100Hz": 109.24891183333314, "PS3_Pressure_bar_100Hz": 1.9358218333333213, "PS4_Pressure_bar_100Hz": 10.14423950000004, "PS5_Pressure_bar_100Hz": 9.914310499999957, "PS6_Pressure_bar_100Hz": 9.79539466666668, "FS1_VolumeFlow_l_per_min_10Hz": 6.490829999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.158708333333331, "TS1_Temperature_C_1Hz": 35.59294999999999, "TS2_Temperature_C_1Hz": 41.24663333333332, "TS3_Temperature_C_1Hz": 38.54139999999999, "TS4_Temperature_C_1Hz": 30.64121666666666, "P1_MotorPower_W_100Hz": 2550.696400000027, "VS1_Vibration_mm_per_s_1Hz": 0.5431166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.891516666666675, "CP_CoolingPower_kW_1Hz": 2.1608833333333335, "SE_EfficiencyFactor_percent_1Hz": 56.830833333333345, "cycle": 2145, "timestamp": "2028-05-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.692858333334, "PS2_Pressure_bar_100Hz": 109.38681866666673, "PS3_Pressure_bar_100Hz": 1.9441518333333203, "PS4_Pressure_bar_100Hz": 10.147689000000051, "PS5_Pressure_bar_100Hz": 9.917103166666687, "PS6_Pressure_bar_100Hz": 9.79842033333336, "FS1_VolumeFlow_l_per_min_10Hz": 6.500123333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.160001666666663, "TS1_Temperature_C_1Hz": 35.59006666666666, "TS2_Temperature_C_1Hz": 41.23765000000001, "TS3_Temperature_C_1Hz": 38.52428333333332, "TS4_Temperature_C_1Hz": 30.64289999999999, "P1_MotorPower_W_100Hz": 2550.0383666666758, "VS1_Vibration_mm_per_s_1Hz": 0.5449499999999998, "CE_CoolingEfficiency_percent_1Hz": 46.871750000000006, "CP_CoolingPower_kW_1Hz": 2.1587166666666677, "SE_EfficiencyFactor_percent_1Hz": 57.004000000000005, "cycle": 2146, "timestamp": "2028-05-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.6942950000008, "PS2_Pressure_bar_100Hz": 109.39074533333397, "PS3_Pressure_bar_100Hz": 1.9401871666666566, "PS4_Pressure_bar_100Hz": 10.15562583333337, "PS5_Pressure_bar_100Hz": 9.926020833333421, "PS6_Pressure_bar_100Hz": 9.807358499999948, "FS1_VolumeFlow_l_per_min_10Hz": 6.505864999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.165429999999986, "TS1_Temperature_C_1Hz": 35.58218333333332, "TS2_Temperature_C_1Hz": 41.239583333333336, "TS3_Temperature_C_1Hz": 38.4944, "TS4_Temperature_C_1Hz": 30.638300000000008, "P1_MotorPower_W_100Hz": 2549.3606666666687, "VS1_Vibration_mm_per_s_1Hz": 0.5544333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.79593333333334, "CP_CoolingPower_kW_1Hz": 2.1516666666666664, "SE_EfficiencyFactor_percent_1Hz": 57.09811666666667, "cycle": 2147, "timestamp": "2028-05-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.68497166666737, "PS2_Pressure_bar_100Hz": 109.39486700000064, "PS3_Pressure_bar_100Hz": 1.9462359999999868, "PS4_Pressure_bar_100Hz": 10.152361666666648, "PS5_Pressure_bar_100Hz": 9.925205833333363, "PS6_Pressure_bar_100Hz": 9.805355166666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.505608333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.165489999999993, "TS1_Temperature_C_1Hz": 35.57193333333333, "TS2_Temperature_C_1Hz": 41.23395000000001, "TS3_Temperature_C_1Hz": 38.50678333333331, "TS4_Temperature_C_1Hz": 30.626366666666666, "P1_MotorPower_W_100Hz": 2550.681766666687, "VS1_Vibration_mm_per_s_1Hz": 0.54895, "CE_CoolingEfficiency_percent_1Hz": 46.914383333333326, "CP_CoolingPower_kW_1Hz": 2.1598666666666673, "SE_EfficiencyFactor_percent_1Hz": 57.00784999999999, "cycle": 2148, "timestamp": "2028-05-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.68229166666688, "PS2_Pressure_bar_100Hz": 109.39050016666735, "PS3_Pressure_bar_100Hz": 1.955688499999995, "PS4_Pressure_bar_100Hz": 10.152138666666657, "PS5_Pressure_bar_100Hz": 9.923594500000043, "PS6_Pressure_bar_100Hz": 9.804148333333302, "FS1_VolumeFlow_l_per_min_10Hz": 6.497783333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.163206666666662, "TS1_Temperature_C_1Hz": 35.5607, "TS2_Temperature_C_1Hz": 41.22346666666667, "TS3_Temperature_C_1Hz": 38.49308333333332, "TS4_Temperature_C_1Hz": 30.639300000000006, "P1_MotorPower_W_100Hz": 2550.66506666672, "VS1_Vibration_mm_per_s_1Hz": 0.5443833333333336, "CE_CoolingEfficiency_percent_1Hz": 46.75278333333333, "CP_CoolingPower_kW_1Hz": 2.1511, "SE_EfficiencyFactor_percent_1Hz": 56.9788, "cycle": 2149, "timestamp": "2028-05-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.70001500000032, "PS2_Pressure_bar_100Hz": 109.40306883333378, "PS3_Pressure_bar_100Hz": 1.9463869999999848, "PS4_Pressure_bar_100Hz": 10.15800633333334, "PS5_Pressure_bar_100Hz": 9.927632833333359, "PS6_Pressure_bar_100Hz": 9.80868399999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.503728333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.165311666666655, "TS1_Temperature_C_1Hz": 35.546, "TS2_Temperature_C_1Hz": 41.19805000000001, "TS3_Temperature_C_1Hz": 38.48795, "TS4_Temperature_C_1Hz": 30.639766666666677, "P1_MotorPower_W_100Hz": 2550.8058666667157, "VS1_Vibration_mm_per_s_1Hz": 0.5427833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.73673333333334, "CP_CoolingPower_kW_1Hz": 2.1481500000000002, "SE_EfficiencyFactor_percent_1Hz": 57.04378333333336, "cycle": 2150, "timestamp": "2028-05-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.70513166666692, "PS2_Pressure_bar_100Hz": 109.41539283333388, "PS3_Pressure_bar_100Hz": 1.9484196666666533, "PS4_Pressure_bar_100Hz": 10.159569333333335, "PS5_Pressure_bar_100Hz": 9.929573500000012, "PS6_Pressure_bar_100Hz": 9.81070899999996, "FS1_VolumeFlow_l_per_min_10Hz": 6.505713333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.16767833333332, "TS1_Temperature_C_1Hz": 35.54363333333333, "TS2_Temperature_C_1Hz": 41.195249999999994, "TS3_Temperature_C_1Hz": 38.48643333333333, "TS4_Temperature_C_1Hz": 30.641083333333338, "P1_MotorPower_W_100Hz": 2551.7150666667017, "VS1_Vibration_mm_per_s_1Hz": 0.5527333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.68216666666665, "CP_CoolingPower_kW_1Hz": 2.1495333333333333, "SE_EfficiencyFactor_percent_1Hz": 57.01409999999997, "cycle": 2151, "timestamp": "2028-05-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.67220833333337, "PS2_Pressure_bar_100Hz": 109.39107383333369, "PS3_Pressure_bar_100Hz": 1.9350891666666532, "PS4_Pressure_bar_100Hz": 10.159731833333328, "PS5_Pressure_bar_100Hz": 9.929748000000046, "PS6_Pressure_bar_100Hz": 9.810843166666599, "FS1_VolumeFlow_l_per_min_10Hz": 6.505654999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.169321666666665, "TS1_Temperature_C_1Hz": 35.5442, "TS2_Temperature_C_1Hz": 41.19658333333333, "TS3_Temperature_C_1Hz": 38.488649999999986, "TS4_Temperature_C_1Hz": 30.611883333333328, "P1_MotorPower_W_100Hz": 2553.1034000000827, "VS1_Vibration_mm_per_s_1Hz": 0.5500166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.84296666666669, "CP_CoolingPower_kW_1Hz": 2.1579333333333337, "SE_EfficiencyFactor_percent_1Hz": 57.00386666666667, "cycle": 2152, "timestamp": "2028-05-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.68321166666655, "PS2_Pressure_bar_100Hz": 109.40556650000055, "PS3_Pressure_bar_100Hz": 1.9428134999999804, "PS4_Pressure_bar_100Hz": 10.159398166666637, "PS5_Pressure_bar_100Hz": 9.92979833333329, "PS6_Pressure_bar_100Hz": 9.811476833333314, "FS1_VolumeFlow_l_per_min_10Hz": 6.505951666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.171333333333319, "TS1_Temperature_C_1Hz": 35.54143333333333, "TS2_Temperature_C_1Hz": 41.17453333333334, "TS3_Temperature_C_1Hz": 38.485349999999976, "TS4_Temperature_C_1Hz": 30.561816666666655, "P1_MotorPower_W_100Hz": 2548.4133000000575, "VS1_Vibration_mm_per_s_1Hz": 0.5529833333333333, "CE_CoolingEfficiency_percent_1Hz": 47.20358333333335, "CP_CoolingPower_kW_1Hz": 2.1723666666666674, "SE_EfficiencyFactor_percent_1Hz": 57.10063333333333, "cycle": 2153, "timestamp": "2028-05-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.71014500000052, "PS2_Pressure_bar_100Hz": 109.44455850000067, "PS3_Pressure_bar_100Hz": 1.9443768333333233, "PS4_Pressure_bar_100Hz": 10.159592666666692, "PS5_Pressure_bar_100Hz": 9.930500833333356, "PS6_Pressure_bar_100Hz": 9.812002333333288, "FS1_VolumeFlow_l_per_min_10Hz": 6.506590000000003, "FS2_VolumeFlow_l_per_min_10Hz": 10.172456666666648, "TS1_Temperature_C_1Hz": 35.539366666666666, "TS2_Temperature_C_1Hz": 41.17086666666667, "TS3_Temperature_C_1Hz": 38.49118333333331, "TS4_Temperature_C_1Hz": 30.59925000000001, "P1_MotorPower_W_100Hz": 2547.8180000000534, "VS1_Vibration_mm_per_s_1Hz": 0.5550333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.964516666666675, "CP_CoolingPower_kW_1Hz": 2.160800000000001, "SE_EfficiencyFactor_percent_1Hz": 57.10644999999999, "cycle": 2154, "timestamp": "2028-05-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 160.69602833333371, "PS2_Pressure_bar_100Hz": 109.40649616666693, "PS3_Pressure_bar_100Hz": 1.9409984999999772, "PS4_Pressure_bar_100Hz": 10.16590016666667, "PS5_Pressure_bar_100Hz": 9.934905666666621, "PS6_Pressure_bar_100Hz": 9.816964666666626, "FS1_VolumeFlow_l_per_min_10Hz": 6.508503333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.171054999999988, "TS1_Temperature_C_1Hz": 35.54965000000001, "TS2_Temperature_C_1Hz": 41.178216666666664, "TS3_Temperature_C_1Hz": 38.490733333333324, "TS4_Temperature_C_1Hz": 30.635533333333342, "P1_MotorPower_W_100Hz": 2550.34213333337, "VS1_Vibration_mm_per_s_1Hz": 0.5585666666666664, "CE_CoolingEfficiency_percent_1Hz": 46.616799999999984, "CP_CoolingPower_kW_1Hz": 2.154666666666666, "SE_EfficiencyFactor_percent_1Hz": 57.06556666666666, "cycle": 2155, "timestamp": "2028-05-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.13318666666586, "PS2_Pressure_bar_100Hz": 109.71630333333356, "PS3_Pressure_bar_100Hz": 1.992325999999994, "PS4_Pressure_bar_100Hz": 10.164260166666631, "PS5_Pressure_bar_100Hz": 9.933302499999986, "PS6_Pressure_bar_100Hz": 9.814632499999954, "FS1_VolumeFlow_l_per_min_10Hz": 6.690928333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.171013333333327, "TS1_Temperature_C_1Hz": 35.54463333333331, "TS2_Temperature_C_1Hz": 41.18886666666666, "TS3_Temperature_C_1Hz": 38.48686666666666, "TS4_Temperature_C_1Hz": 30.635450000000002, "P1_MotorPower_W_100Hz": 2539.040566666725, "VS1_Vibration_mm_per_s_1Hz": 0.5509999999999999, "CE_CoolingEfficiency_percent_1Hz": 46.46369999999999, "CP_CoolingPower_kW_1Hz": 2.1506333333333334, "SE_EfficiencyFactor_percent_1Hz": 59.07923333333335, "cycle": 2156, "timestamp": "2028-05-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.37157499999938, "PS2_Pressure_bar_100Hz": 109.08637449999998, "PS3_Pressure_bar_100Hz": 1.9844833333333303, "PS4_Pressure_bar_100Hz": 10.159519833333322, "PS5_Pressure_bar_100Hz": 9.93084966666667, "PS6_Pressure_bar_100Hz": 9.81319249999997, "FS1_VolumeFlow_l_per_min_10Hz": 6.649818333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.169373333333322, "TS1_Temperature_C_1Hz": 35.558266666666654, "TS2_Temperature_C_1Hz": 41.19593333333332, "TS3_Temperature_C_1Hz": 38.489466666666644, "TS4_Temperature_C_1Hz": 30.639599999999998, "P1_MotorPower_W_100Hz": 2541.4277000000598, "VS1_Vibration_mm_per_s_1Hz": 0.5567, "CE_CoolingEfficiency_percent_1Hz": 46.485533333333336, "CP_CoolingPower_kW_1Hz": 2.1534, "SE_EfficiencyFactor_percent_1Hz": 58.113400000000006, "cycle": 2157, "timestamp": "2028-05-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.38816833333232, "PS2_Pressure_bar_100Hz": 109.11355250000018, "PS3_Pressure_bar_100Hz": 1.9835420000000064, "PS4_Pressure_bar_100Hz": 10.157634999999987, "PS5_Pressure_bar_100Hz": 9.929860499999961, "PS6_Pressure_bar_100Hz": 9.81105333333325, "FS1_VolumeFlow_l_per_min_10Hz": 6.650810000000005, "FS2_VolumeFlow_l_per_min_10Hz": 10.165866666666654, "TS1_Temperature_C_1Hz": 35.57473333333332, "TS2_Temperature_C_1Hz": 41.21035, "TS3_Temperature_C_1Hz": 38.50319999999999, "TS4_Temperature_C_1Hz": 30.63943333333334, "P1_MotorPower_W_100Hz": 2540.132800000041, "VS1_Vibration_mm_per_s_1Hz": 0.5503666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.552283333333335, "CP_CoolingPower_kW_1Hz": 2.1563500000000007, "SE_EfficiencyFactor_percent_1Hz": 58.16079999999997, "cycle": 2158, "timestamp": "2028-05-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.37467666666598, "PS2_Pressure_bar_100Hz": 109.08488533333384, "PS3_Pressure_bar_100Hz": 1.985514499999999, "PS4_Pressure_bar_100Hz": 10.160940333333352, "PS5_Pressure_bar_100Hz": 9.930619000000044, "PS6_Pressure_bar_100Hz": 9.811771333333292, "FS1_VolumeFlow_l_per_min_10Hz": 6.652339999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.170193333333327, "TS1_Temperature_C_1Hz": 35.57601666666667, "TS2_Temperature_C_1Hz": 41.225066666666656, "TS3_Temperature_C_1Hz": 38.509266666666655, "TS4_Temperature_C_1Hz": 30.615949999999998, "P1_MotorPower_W_100Hz": 2541.6603333333487, "VS1_Vibration_mm_per_s_1Hz": 0.5618166666666669, "CE_CoolingEfficiency_percent_1Hz": 46.69206666666667, "CP_CoolingPower_kW_1Hz": 2.16325, "SE_EfficiencyFactor_percent_1Hz": 58.11373333333333, "cycle": 2159, "timestamp": "2028-05-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.37028166666607, "PS2_Pressure_bar_100Hz": 109.11862600000055, "PS3_Pressure_bar_100Hz": 1.9927954999999942, "PS4_Pressure_bar_100Hz": 10.157646999999969, "PS5_Pressure_bar_100Hz": 9.928194333333346, "PS6_Pressure_bar_100Hz": 9.809821333333293, "FS1_VolumeFlow_l_per_min_10Hz": 6.652851666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.169263333333332, "TS1_Temperature_C_1Hz": 35.58768333333334, "TS2_Temperature_C_1Hz": 41.22856666666665, "TS3_Temperature_C_1Hz": 38.51539999999997, "TS4_Temperature_C_1Hz": 30.632800000000014, "P1_MotorPower_W_100Hz": 2539.108066666682, "VS1_Vibration_mm_per_s_1Hz": 0.5552666666666668, "CE_CoolingEfficiency_percent_1Hz": 46.57963333333334, "CP_CoolingPower_kW_1Hz": 2.159683333333333, "SE_EfficiencyFactor_percent_1Hz": 58.16473333333334, "cycle": 2160, "timestamp": "2028-05-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.3783049999995, "PS2_Pressure_bar_100Hz": 109.13775266666701, "PS3_Pressure_bar_100Hz": 1.986737500000007, "PS4_Pressure_bar_100Hz": 10.159361000000024, "PS5_Pressure_bar_100Hz": 9.929675000000005, "PS6_Pressure_bar_100Hz": 9.81221649999995, "FS1_VolumeFlow_l_per_min_10Hz": 6.652413333333327, "FS2_VolumeFlow_l_per_min_10Hz": 10.170476666666664, "TS1_Temperature_C_1Hz": 35.593016666666664, "TS2_Temperature_C_1Hz": 41.240816666666646, "TS3_Temperature_C_1Hz": 38.509016666666646, "TS4_Temperature_C_1Hz": 30.63236666666667, "P1_MotorPower_W_100Hz": 2542.136466666668, "VS1_Vibration_mm_per_s_1Hz": 0.5565333333333332, "CE_CoolingEfficiency_percent_1Hz": 46.558333333333316, "CP_CoolingPower_kW_1Hz": 2.1585500000000004, "SE_EfficiencyFactor_percent_1Hz": 58.11693333333335, "cycle": 2161, "timestamp": "2028-05-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.40472333333335, "PS2_Pressure_bar_100Hz": 109.12858833333367, "PS3_Pressure_bar_100Hz": 1.9883080000000057, "PS4_Pressure_bar_100Hz": 10.164042666666688, "PS5_Pressure_bar_100Hz": 9.934812666666623, "PS6_Pressure_bar_100Hz": 9.817542833333267, "FS1_VolumeFlow_l_per_min_10Hz": 6.653189999999997, "FS2_VolumeFlow_l_per_min_10Hz": 10.171971666666666, "TS1_Temperature_C_1Hz": 35.59411666666667, "TS2_Temperature_C_1Hz": 41.23971666666663, "TS3_Temperature_C_1Hz": 38.51976666666665, "TS4_Temperature_C_1Hz": 30.629983333333335, "P1_MotorPower_W_100Hz": 2544.116366666631, "VS1_Vibration_mm_per_s_1Hz": 0.5509166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.57419999999998, "CP_CoolingPower_kW_1Hz": 2.160283333333334, "SE_EfficiencyFactor_percent_1Hz": 58.09241666666666, "cycle": 2162, "timestamp": "2028-05-31", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.40793833333285, "PS2_Pressure_bar_100Hz": 109.15165900000059, "PS3_Pressure_bar_100Hz": 1.9864748333333357, "PS4_Pressure_bar_100Hz": 10.169426166666645, "PS5_Pressure_bar_100Hz": 9.938847499999957, "PS6_Pressure_bar_100Hz": 9.82048533333329, "FS1_VolumeFlow_l_per_min_10Hz": 6.656353333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.173204999999996, "TS1_Temperature_C_1Hz": 35.58671666666666, "TS2_Temperature_C_1Hz": 41.23419999999997, "TS3_Temperature_C_1Hz": 38.521083333333316, "TS4_Temperature_C_1Hz": 30.634933333333343, "P1_MotorPower_W_100Hz": 2545.236066666642, "VS1_Vibration_mm_per_s_1Hz": 0.5607333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.55746666666666, "CP_CoolingPower_kW_1Hz": 2.1625833333333344, "SE_EfficiencyFactor_percent_1Hz": 58.118533333333325, "cycle": 2163, "timestamp": "2028-06-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.37451166666585, "PS2_Pressure_bar_100Hz": 109.13196883333357, "PS3_Pressure_bar_100Hz": 1.9916074999999964, "PS4_Pressure_bar_100Hz": 10.168864833333346, "PS5_Pressure_bar_100Hz": 9.93611033333332, "PS6_Pressure_bar_100Hz": 9.818467499999922, "FS1_VolumeFlow_l_per_min_10Hz": 6.655354999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.17174333333332, "TS1_Temperature_C_1Hz": 35.59053333333333, "TS2_Temperature_C_1Hz": 41.24121666666665, "TS3_Temperature_C_1Hz": 38.50679999999998, "TS4_Temperature_C_1Hz": 30.63548333333334, "P1_MotorPower_W_100Hz": 2544.603400000001, "VS1_Vibration_mm_per_s_1Hz": 0.5612666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.44476666666669, "CP_CoolingPower_kW_1Hz": 2.1584500000000006, "SE_EfficiencyFactor_percent_1Hz": 58.08498333333332, "cycle": 2164, "timestamp": "2028-06-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.38341499999962, "PS2_Pressure_bar_100Hz": 109.14168583333395, "PS3_Pressure_bar_100Hz": 1.9799414999999987, "PS4_Pressure_bar_100Hz": 10.166804999999988, "PS5_Pressure_bar_100Hz": 9.936045666666647, "PS6_Pressure_bar_100Hz": 9.817182333333262, "FS1_VolumeFlow_l_per_min_10Hz": 6.655583333333341, "FS2_VolumeFlow_l_per_min_10Hz": 10.170498333333311, "TS1_Temperature_C_1Hz": 35.5631, "TS2_Temperature_C_1Hz": 41.230083333333326, "TS3_Temperature_C_1Hz": 38.510183333333316, "TS4_Temperature_C_1Hz": 30.60163333333334, "P1_MotorPower_W_100Hz": 2544.0592000000197, "VS1_Vibration_mm_per_s_1Hz": 0.5561166666666665, "CE_CoolingEfficiency_percent_1Hz": 46.68149999999999, "CP_CoolingPower_kW_1Hz": 2.168433333333334, "SE_EfficiencyFactor_percent_1Hz": 58.08344999999997, "cycle": 2165, "timestamp": "2028-06-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.39620666666582, "PS2_Pressure_bar_100Hz": 109.13202333333365, "PS3_Pressure_bar_100Hz": 1.9769380000000019, "PS4_Pressure_bar_100Hz": 10.173159999999992, "PS5_Pressure_bar_100Hz": 9.942083666666617, "PS6_Pressure_bar_100Hz": 9.823598666666625, "FS1_VolumeFlow_l_per_min_10Hz": 6.654796666666675, "FS2_VolumeFlow_l_per_min_10Hz": 10.174363333333329, "TS1_Temperature_C_1Hz": 35.5466, "TS2_Temperature_C_1Hz": 41.215033333333324, "TS3_Temperature_C_1Hz": 38.50103333333331, "TS4_Temperature_C_1Hz": 30.622283333333336, "P1_MotorPower_W_100Hz": 2546.271266666635, "VS1_Vibration_mm_per_s_1Hz": 0.5537500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.37893333333333, "CP_CoolingPower_kW_1Hz": 2.1599000000000004, "SE_EfficiencyFactor_percent_1Hz": 58.05524999999999, "cycle": 2166, "timestamp": "2028-06-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.32326166666647, "PS2_Pressure_bar_100Hz": 109.41733116666705, "PS3_Pressure_bar_100Hz": 1.979572999999994, "PS4_Pressure_bar_100Hz": 10.17579116666665, "PS5_Pressure_bar_100Hz": 9.943999666666604, "PS6_Pressure_bar_100Hz": 9.825179333333276, "FS1_VolumeFlow_l_per_min_10Hz": 6.666830000000001, "FS2_VolumeFlow_l_per_min_10Hz": 10.175239999999992, "TS1_Temperature_C_1Hz": 35.5405, "TS2_Temperature_C_1Hz": 41.21348333333332, "TS3_Temperature_C_1Hz": 38.49209999999998, "TS4_Temperature_C_1Hz": 30.580150000000003, "P1_MotorPower_W_100Hz": 2545.300233333321, "VS1_Vibration_mm_per_s_1Hz": 0.5577833333333332, "CE_CoolingEfficiency_percent_1Hz": 46.55278333333335, "CP_CoolingPower_kW_1Hz": 2.1689000000000007, "SE_EfficiencyFactor_percent_1Hz": 58.441866666666684, "cycle": 2167, "timestamp": "2028-06-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2961349999994, "PS2_Pressure_bar_100Hz": 109.39904133333374, "PS3_Pressure_bar_100Hz": 1.9777478333333336, "PS4_Pressure_bar_100Hz": 10.176502833333325, "PS5_Pressure_bar_100Hz": 9.942570499999956, "PS6_Pressure_bar_100Hz": 9.823371499999924, "FS1_VolumeFlow_l_per_min_10Hz": 6.668831666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.174689999999986, "TS1_Temperature_C_1Hz": 35.54261666666666, "TS2_Temperature_C_1Hz": 41.20794999999998, "TS3_Temperature_C_1Hz": 38.496266666666656, "TS4_Temperature_C_1Hz": 30.611733333333333, "P1_MotorPower_W_100Hz": 2544.066433333346, "VS1_Vibration_mm_per_s_1Hz": 0.5584333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.371750000000006, "CP_CoolingPower_kW_1Hz": 2.1596000000000006, "SE_EfficiencyFactor_percent_1Hz": 58.51209999999998, "cycle": 2168, "timestamp": "2028-06-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.31853166666653, "PS2_Pressure_bar_100Hz": 109.37043200000033, "PS3_Pressure_bar_100Hz": 1.9793623333333308, "PS4_Pressure_bar_100Hz": 10.175909000000042, "PS5_Pressure_bar_100Hz": 9.942536666666596, "PS6_Pressure_bar_100Hz": 9.823150666666628, "FS1_VolumeFlow_l_per_min_10Hz": 6.679503333333334, "FS2_VolumeFlow_l_per_min_10Hz": 10.173334999999993, "TS1_Temperature_C_1Hz": 35.54181666666666, "TS2_Temperature_C_1Hz": 41.195083333333336, "TS3_Temperature_C_1Hz": 38.48574999999998, "TS4_Temperature_C_1Hz": 30.55571666666667, "P1_MotorPower_W_100Hz": 2542.2045333333804, "VS1_Vibration_mm_per_s_1Hz": 0.5488166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.68671666666666, "CP_CoolingPower_kW_1Hz": 2.174033333333333, "SE_EfficiencyFactor_percent_1Hz": 58.79599999999997, "cycle": 2169, "timestamp": "2028-06-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.3357133333323, "PS2_Pressure_bar_100Hz": 109.40604566666687, "PS3_Pressure_bar_100Hz": 1.9885320000000022, "PS4_Pressure_bar_100Hz": 10.175319833333385, "PS5_Pressure_bar_100Hz": 9.94366799999996, "PS6_Pressure_bar_100Hz": 9.824498333333255, "FS1_VolumeFlow_l_per_min_10Hz": 6.669328333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.174961666666645, "TS1_Temperature_C_1Hz": 35.53953333333332, "TS2_Temperature_C_1Hz": 41.17518333333333, "TS3_Temperature_C_1Hz": 38.480499999999985, "TS4_Temperature_C_1Hz": 30.547666666666657, "P1_MotorPower_W_100Hz": 2543.332466666655, "VS1_Vibration_mm_per_s_1Hz": 0.5566999999999998, "CE_CoolingEfficiency_percent_1Hz": 46.74888333333331, "CP_CoolingPower_kW_1Hz": 2.176850000000001, "SE_EfficiencyFactor_percent_1Hz": 58.49903333333332, "cycle": 2170, "timestamp": "2028-06-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.32009499999913, "PS2_Pressure_bar_100Hz": 109.37227083333396, "PS3_Pressure_bar_100Hz": 1.9802740000000025, "PS4_Pressure_bar_100Hz": 10.167487500000002, "PS5_Pressure_bar_100Hz": 9.93542716666671, "PS6_Pressure_bar_100Hz": 9.81742033333332, "FS1_VolumeFlow_l_per_min_10Hz": 6.665691666666674, "FS2_VolumeFlow_l_per_min_10Hz": 10.173713333333327, "TS1_Temperature_C_1Hz": 35.54343333333332, "TS2_Temperature_C_1Hz": 41.15454999999999, "TS3_Temperature_C_1Hz": 38.46499999999999, "TS4_Temperature_C_1Hz": 30.484316666666658, "P1_MotorPower_W_100Hz": 2542.7481666667363, "VS1_Vibration_mm_per_s_1Hz": 0.5550999999999999, "CE_CoolingEfficiency_percent_1Hz": 47.20065000000001, "CP_CoolingPower_kW_1Hz": 2.189, "SE_EfficiencyFactor_percent_1Hz": 58.48706666666667, "cycle": 2171, "timestamp": "2028-06-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.33076166666646, "PS2_Pressure_bar_100Hz": 109.39192266666683, "PS3_Pressure_bar_100Hz": 1.9861821666666668, "PS4_Pressure_bar_100Hz": 10.166749499999959, "PS5_Pressure_bar_100Hz": 9.935632833333266, "PS6_Pressure_bar_100Hz": 9.817359833333269, "FS1_VolumeFlow_l_per_min_10Hz": 6.669538333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.170394999999985, "TS1_Temperature_C_1Hz": 35.543383333333324, "TS2_Temperature_C_1Hz": 41.15008333333335, "TS3_Temperature_C_1Hz": 38.46246666666666, "TS4_Temperature_C_1Hz": 30.551799999999997, "P1_MotorPower_W_100Hz": 2541.663666666692, "VS1_Vibration_mm_per_s_1Hz": 0.5447833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.61371666666667, "CP_CoolingPower_kW_1Hz": 2.1655, "SE_EfficiencyFactor_percent_1Hz": 58.55101666666665, "cycle": 2172, "timestamp": "2028-06-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.32824999999943, "PS2_Pressure_bar_100Hz": 109.40852033333353, "PS3_Pressure_bar_100Hz": 1.9917288333333338, "PS4_Pressure_bar_100Hz": 10.171394500000046, "PS5_Pressure_bar_100Hz": 9.940836333333245, "PS6_Pressure_bar_100Hz": 9.821813999999932, "FS1_VolumeFlow_l_per_min_10Hz": 6.669263333333331, "FS2_VolumeFlow_l_per_min_10Hz": 10.172956666666652, "TS1_Temperature_C_1Hz": 35.53238333333333, "TS2_Temperature_C_1Hz": 41.14676666666665, "TS3_Temperature_C_1Hz": 38.463683333333314, "TS4_Temperature_C_1Hz": 30.558099999999985, "P1_MotorPower_W_100Hz": 2543.0850000000737, "VS1_Vibration_mm_per_s_1Hz": 0.5471166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.574366666666684, "CP_CoolingPower_kW_1Hz": 2.1651000000000007, "SE_EfficiencyFactor_percent_1Hz": 58.49208333333331, "cycle": 2173, "timestamp": "2028-06-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.33722499999968, "PS2_Pressure_bar_100Hz": 109.40811200000044, "PS3_Pressure_bar_100Hz": 1.9955780000000052, "PS4_Pressure_bar_100Hz": 10.168694999999987, "PS5_Pressure_bar_100Hz": 9.941087833333253, "PS6_Pressure_bar_100Hz": 9.821786833333283, "FS1_VolumeFlow_l_per_min_10Hz": 6.672911666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.171419999999987, "TS1_Temperature_C_1Hz": 35.526699999999984, "TS2_Temperature_C_1Hz": 41.136983333333326, "TS3_Temperature_C_1Hz": 38.44079999999998, "TS4_Temperature_C_1Hz": 30.63156666666667, "P1_MotorPower_W_100Hz": 2543.0411666667173, "VS1_Vibration_mm_per_s_1Hz": 0.5453500000000002, "CE_CoolingEfficiency_percent_1Hz": 46.08948333333333, "CP_CoolingPower_kW_1Hz": 2.1402333333333337, "SE_EfficiencyFactor_percent_1Hz": 58.57749999999999, "cycle": 2174, "timestamp": "2028-06-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.33097999999947, "PS2_Pressure_bar_100Hz": 109.37489066666687, "PS3_Pressure_bar_100Hz": 1.9959508333333391, "PS4_Pressure_bar_100Hz": 10.171601499999978, "PS5_Pressure_bar_100Hz": 9.943033333333265, "PS6_Pressure_bar_100Hz": 9.823050666666598, "FS1_VolumeFlow_l_per_min_10Hz": 6.678211666666668, "FS2_VolumeFlow_l_per_min_10Hz": 10.175855000000002, "TS1_Temperature_C_1Hz": 35.521966666666636, "TS2_Temperature_C_1Hz": 41.121500000000005, "TS3_Temperature_C_1Hz": 38.443783333333336, "TS4_Temperature_C_1Hz": 30.493416666666675, "P1_MotorPower_W_100Hz": 2542.839633333367, "VS1_Vibration_mm_per_s_1Hz": 0.5435833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.89409999999999, "CP_CoolingPower_kW_1Hz": 2.1783666666666672, "SE_EfficiencyFactor_percent_1Hz": 58.686999999999976, "cycle": 2175, "timestamp": "2028-06-13", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.3421616666661, "PS2_Pressure_bar_100Hz": 109.38595316666719, "PS3_Pressure_bar_100Hz": 1.9943256666666662, "PS4_Pressure_bar_100Hz": 10.169389500000003, "PS5_Pressure_bar_100Hz": 9.939639499999918, "PS6_Pressure_bar_100Hz": 9.819146499999944, "FS1_VolumeFlow_l_per_min_10Hz": 6.6744183333333345, "FS2_VolumeFlow_l_per_min_10Hz": 10.171944999999988, "TS1_Temperature_C_1Hz": 35.51296666666666, "TS2_Temperature_C_1Hz": 41.12081666666667, "TS3_Temperature_C_1Hz": 38.435849999999995, "TS4_Temperature_C_1Hz": 30.533133333333332, "P1_MotorPower_W_100Hz": 2540.6484000000273, "VS1_Vibration_mm_per_s_1Hz": 0.5558333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.68300000000001, "CP_CoolingPower_kW_1Hz": 2.1670666666666674, "SE_EfficiencyFactor_percent_1Hz": 58.70868333333332, "cycle": 2176, "timestamp": "2028-06-14", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.261893333333, "PS2_Pressure_bar_100Hz": 109.59747850000042, "PS3_Pressure_bar_100Hz": 1.9905014999999981, "PS4_Pressure_bar_100Hz": 10.16825566666666, "PS5_Pressure_bar_100Hz": 9.937848999999927, "PS6_Pressure_bar_100Hz": 9.818072833333252, "FS1_VolumeFlow_l_per_min_10Hz": 6.688021666666664, "FS2_VolumeFlow_l_per_min_10Hz": 10.170249999999992, "TS1_Temperature_C_1Hz": 35.51241666666666, "TS2_Temperature_C_1Hz": 41.11085000000001, "TS3_Temperature_C_1Hz": 38.428749999999994, "TS4_Temperature_C_1Hz": 30.545016666666662, "P1_MotorPower_W_100Hz": 2538.5088666667198, "VS1_Vibration_mm_per_s_1Hz": 0.5478, "CE_CoolingEfficiency_percent_1Hz": 46.583216666666665, "CP_CoolingPower_kW_1Hz": 2.161066666666667, "SE_EfficiencyFactor_percent_1Hz": 59.10148333333334, "cycle": 2177, "timestamp": "2028-06-15", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2488499999997, "PS2_Pressure_bar_100Hz": 109.6068253333335, "PS3_Pressure_bar_100Hz": 1.9896323333333352, "PS4_Pressure_bar_100Hz": 10.169653666666635, "PS5_Pressure_bar_100Hz": 9.939149166666576, "PS6_Pressure_bar_100Hz": 9.819853499999944, "FS1_VolumeFlow_l_per_min_10Hz": 6.695073333333329, "FS2_VolumeFlow_l_per_min_10Hz": 10.169054999999997, "TS1_Temperature_C_1Hz": 35.496466666666656, "TS2_Temperature_C_1Hz": 41.101083333333335, "TS3_Temperature_C_1Hz": 38.436983333333316, "TS4_Temperature_C_1Hz": 30.546516666666676, "P1_MotorPower_W_100Hz": 2538.18190000008, "VS1_Vibration_mm_per_s_1Hz": 0.5544166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.602799999999995, "CP_CoolingPower_kW_1Hz": 2.16265, "SE_EfficiencyFactor_percent_1Hz": 59.18483333333333, "cycle": 2178, "timestamp": "2028-06-16", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.25788499999948, "PS2_Pressure_bar_100Hz": 109.6285371666668, "PS3_Pressure_bar_100Hz": 1.9908378333333392, "PS4_Pressure_bar_100Hz": 10.166655499999994, "PS5_Pressure_bar_100Hz": 9.937847166666607, "PS6_Pressure_bar_100Hz": 9.817180333333287, "FS1_VolumeFlow_l_per_min_10Hz": 6.68448333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.168733333333334, "TS1_Temperature_C_1Hz": 35.47315000000002, "TS2_Temperature_C_1Hz": 41.08591666666667, "TS3_Temperature_C_1Hz": 38.42316666666664, "TS4_Temperature_C_1Hz": 30.558133333333338, "P1_MotorPower_W_100Hz": 2538.1190000000197, "VS1_Vibration_mm_per_s_1Hz": 0.5557166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.48778333333332, "CP_CoolingPower_kW_1Hz": 2.1554666666666673, "SE_EfficiencyFactor_percent_1Hz": 59.014083333333346, "cycle": 2179, "timestamp": "2028-06-17", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.23832833333327, "PS2_Pressure_bar_100Hz": 109.59967866666716, "PS3_Pressure_bar_100Hz": 1.9947581666666663, "PS4_Pressure_bar_100Hz": 10.16782966666665, "PS5_Pressure_bar_100Hz": 9.938891666666592, "PS6_Pressure_bar_100Hz": 9.81827316666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.683056666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.16910499999998, "TS1_Temperature_C_1Hz": 35.47216666666667, "TS2_Temperature_C_1Hz": 41.08051666666666, "TS3_Temperature_C_1Hz": 38.421583333333324, "TS4_Temperature_C_1Hz": 30.553216666666664, "P1_MotorPower_W_100Hz": 2538.2068333333546, "VS1_Vibration_mm_per_s_1Hz": 0.5563666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.494199999999985, "CP_CoolingPower_kW_1Hz": 2.1551000000000005, "SE_EfficiencyFactor_percent_1Hz": 58.968566666666675, "cycle": 2180, "timestamp": "2028-06-18", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.27537166666608, "PS2_Pressure_bar_100Hz": 109.63945016666743, "PS3_Pressure_bar_100Hz": 2.0111615000000076, "PS4_Pressure_bar_100Hz": 10.173301166666654, "PS5_Pressure_bar_100Hz": 9.943789666666554, "PS6_Pressure_bar_100Hz": 9.823106499999913, "FS1_VolumeFlow_l_per_min_10Hz": 6.681331666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.171601666666668, "TS1_Temperature_C_1Hz": 35.45041666666668, "TS2_Temperature_C_1Hz": 41.062649999999984, "TS3_Temperature_C_1Hz": 38.40611666666665, "TS4_Temperature_C_1Hz": 30.526983333333327, "P1_MotorPower_W_100Hz": 2539.5484333333725, "VS1_Vibration_mm_per_s_1Hz": 0.5484166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.590033333333324, "CP_CoolingPower_kW_1Hz": 2.15865, "SE_EfficiencyFactor_percent_1Hz": 58.885299999999994, "cycle": 2181, "timestamp": "2028-06-19", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.26765166666743, "PS2_Pressure_bar_100Hz": 109.64258700000049, "PS3_Pressure_bar_100Hz": 2.0099963333333406, "PS4_Pressure_bar_100Hz": 10.179153333333353, "PS5_Pressure_bar_100Hz": 9.950305166666611, "PS6_Pressure_bar_100Hz": 9.829250500000006, "FS1_VolumeFlow_l_per_min_10Hz": 6.684300000000007, "FS2_VolumeFlow_l_per_min_10Hz": 10.177833333333327, "TS1_Temperature_C_1Hz": 35.45218333333334, "TS2_Temperature_C_1Hz": 41.04813333333331, "TS3_Temperature_C_1Hz": 38.410149999999994, "TS4_Temperature_C_1Hz": 30.5091, "P1_MotorPower_W_100Hz": 2543.2120000000496, "VS1_Vibration_mm_per_s_1Hz": 0.5513166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.71348333333334, "CP_CoolingPower_kW_1Hz": 2.1666833333333333, "SE_EfficiencyFactor_percent_1Hz": 58.894066666666646, "cycle": 2182, "timestamp": "2028-06-20", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.26011500000038, "PS2_Pressure_bar_100Hz": 109.6396311666668, "PS3_Pressure_bar_100Hz": 1.9984553333333297, "PS4_Pressure_bar_100Hz": 10.182826166666667, "PS5_Pressure_bar_100Hz": 9.954449166666643, "PS6_Pressure_bar_100Hz": 9.833993833333341, "FS1_VolumeFlow_l_per_min_10Hz": 6.687558333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.179919999999992, "TS1_Temperature_C_1Hz": 35.447983333333354, "TS2_Temperature_C_1Hz": 41.042150000000014, "TS3_Temperature_C_1Hz": 38.40311666666665, "TS4_Temperature_C_1Hz": 30.530066666666666, "P1_MotorPower_W_100Hz": 2543.4975333333346, "VS1_Vibration_mm_per_s_1Hz": 0.5475999999999998, "CE_CoolingEfficiency_percent_1Hz": 46.589900000000014, "CP_CoolingPower_kW_1Hz": 2.1605833333333337, "SE_EfficiencyFactor_percent_1Hz": 58.90884999999999, "cycle": 2183, "timestamp": "2028-06-21", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.25661499999984, "PS2_Pressure_bar_100Hz": 109.64128716666728, "PS3_Pressure_bar_100Hz": 2.007103500000005, "PS4_Pressure_bar_100Hz": 10.183510666666672, "PS5_Pressure_bar_100Hz": 9.95289916666661, "PS6_Pressure_bar_100Hz": 9.832449999999968, "FS1_VolumeFlow_l_per_min_10Hz": 6.682443333333329, "FS2_VolumeFlow_l_per_min_10Hz": 10.177361666666657, "TS1_Temperature_C_1Hz": 35.44293333333334, "TS2_Temperature_C_1Hz": 41.04518333333332, "TS3_Temperature_C_1Hz": 38.392933333333325, "TS4_Temperature_C_1Hz": 30.485583333333334, "P1_MotorPower_W_100Hz": 2543.0644666666813, "VS1_Vibration_mm_per_s_1Hz": 0.5493333333333335, "CE_CoolingEfficiency_percent_1Hz": 46.80245000000003, "CP_CoolingPower_kW_1Hz": 2.1688500000000004, "SE_EfficiencyFactor_percent_1Hz": 58.888483333333355, "cycle": 2184, "timestamp": "2028-06-22", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.25792833333364, "PS2_Pressure_bar_100Hz": 109.61625233333375, "PS3_Pressure_bar_100Hz": 2.0045696666666704, "PS4_Pressure_bar_100Hz": 10.188738500000003, "PS5_Pressure_bar_100Hz": 9.958713333333348, "PS6_Pressure_bar_100Hz": 9.838105166666645, "FS1_VolumeFlow_l_per_min_10Hz": 6.697163333333335, "FS2_VolumeFlow_l_per_min_10Hz": 10.180568333333333, "TS1_Temperature_C_1Hz": 35.433333333333344, "TS2_Temperature_C_1Hz": 41.02253333333335, "TS3_Temperature_C_1Hz": 38.39064999999999, "TS4_Temperature_C_1Hz": 30.473633333333336, "P1_MotorPower_W_100Hz": 2544.1666, "VS1_Vibration_mm_per_s_1Hz": 0.5463000000000001, "CE_CoolingEfficiency_percent_1Hz": 46.83543333333334, "CP_CoolingPower_kW_1Hz": 2.1721666666666675, "SE_EfficiencyFactor_percent_1Hz": 59.05808333333333, "cycle": 2185, "timestamp": "2028-06-23", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.26269666666636, "PS2_Pressure_bar_100Hz": 109.61728833333419, "PS3_Pressure_bar_100Hz": 2.000572166666671, "PS4_Pressure_bar_100Hz": 10.189176166666657, "PS5_Pressure_bar_100Hz": 9.958158333333268, "PS6_Pressure_bar_100Hz": 9.837278499999957, "FS1_VolumeFlow_l_per_min_10Hz": 6.685529999999995, "FS2_VolumeFlow_l_per_min_10Hz": 10.179586666666655, "TS1_Temperature_C_1Hz": 35.41145000000002, "TS2_Temperature_C_1Hz": 41.02075000000001, "TS3_Temperature_C_1Hz": 38.37816666666666, "TS4_Temperature_C_1Hz": 30.498016666666665, "P1_MotorPower_W_100Hz": 2543.716533333374, "VS1_Vibration_mm_per_s_1Hz": 0.5470166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.568033333333325, "CP_CoolingPower_kW_1Hz": 2.160483333333333, "SE_EfficiencyFactor_percent_1Hz": 58.87868333333334, "cycle": 2186, "timestamp": "2028-06-24", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2058533333324, "PS2_Pressure_bar_100Hz": 109.77660033333383, "PS3_Pressure_bar_100Hz": 1.993402833333332, "PS4_Pressure_bar_100Hz": 10.190874499999987, "PS5_Pressure_bar_100Hz": 9.958827833333366, "PS6_Pressure_bar_100Hz": 9.838262499999932, "FS1_VolumeFlow_l_per_min_10Hz": 6.694061666666661, "FS2_VolumeFlow_l_per_min_10Hz": 10.178624999999991, "TS1_Temperature_C_1Hz": 35.40493333333335, "TS2_Temperature_C_1Hz": 41.01938333333335, "TS3_Temperature_C_1Hz": 38.38609999999999, "TS4_Temperature_C_1Hz": 30.538516666666663, "P1_MotorPower_W_100Hz": 2542.2990333333096, "VS1_Vibration_mm_per_s_1Hz": 0.5474833333333334, "CE_CoolingEfficiency_percent_1Hz": 46.220433333333325, "CP_CoolingPower_kW_1Hz": 2.152333333333333, "SE_EfficiencyFactor_percent_1Hz": 59.06771666666668, "cycle": 2187, "timestamp": "2028-06-25", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.22151166666652, "PS2_Pressure_bar_100Hz": 109.76070916666691, "PS3_Pressure_bar_100Hz": 2.004699000000001, "PS4_Pressure_bar_100Hz": 10.190570166666696, "PS5_Pressure_bar_100Hz": 9.960781666666659, "PS6_Pressure_bar_100Hz": 9.840653999999988, "FS1_VolumeFlow_l_per_min_10Hz": 6.693118333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.18042333333333, "TS1_Temperature_C_1Hz": 35.39768333333335, "TS2_Temperature_C_1Hz": 41.00718333333334, "TS3_Temperature_C_1Hz": 38.37823333333333, "TS4_Temperature_C_1Hz": 30.44316666666667, "P1_MotorPower_W_100Hz": 2544.3746666667284, "VS1_Vibration_mm_per_s_1Hz": 0.5484500000000001, "CE_CoolingEfficiency_percent_1Hz": 46.73595, "CP_CoolingPower_kW_1Hz": 2.1764000000000006, "SE_EfficiencyFactor_percent_1Hz": 59.04936666666667, "cycle": 2188, "timestamp": "2028-06-26", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.20608833333307, "PS2_Pressure_bar_100Hz": 109.75382850000041, "PS3_Pressure_bar_100Hz": 2.000701500000004, "PS4_Pressure_bar_100Hz": 10.190674333333305, "PS5_Pressure_bar_100Hz": 9.961115333333302, "PS6_Pressure_bar_100Hz": 9.841230166666652, "FS1_VolumeFlow_l_per_min_10Hz": 6.691213333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.178521666666656, "TS1_Temperature_C_1Hz": 35.39101666666667, "TS2_Temperature_C_1Hz": 41.00728333333334, "TS3_Temperature_C_1Hz": 38.362933333333324, "TS4_Temperature_C_1Hz": 30.528666666666656, "P1_MotorPower_W_100Hz": 2542.8455666666846, "VS1_Vibration_mm_per_s_1Hz": 0.5463333333333331, "CE_CoolingEfficiency_percent_1Hz": 46.1851, "CP_CoolingPower_kW_1Hz": 2.14925, "SE_EfficiencyFactor_percent_1Hz": 59.031866666666666, "cycle": 2189, "timestamp": "2028-06-27", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.22314833333294, "PS2_Pressure_bar_100Hz": 109.78072449999982, "PS3_Pressure_bar_100Hz": 2.0026713333333324, "PS4_Pressure_bar_100Hz": 10.196764499999963, "PS5_Pressure_bar_100Hz": 9.96603633333331, "PS6_Pressure_bar_100Hz": 9.846217999999963, "FS1_VolumeFlow_l_per_min_10Hz": 6.6947316666666685, "FS2_VolumeFlow_l_per_min_10Hz": 10.181055000000002, "TS1_Temperature_C_1Hz": 35.380583333333334, "TS2_Temperature_C_1Hz": 40.99454999999999, "TS3_Temperature_C_1Hz": 38.35611666666667, "TS4_Temperature_C_1Hz": 30.474416666666666, "P1_MotorPower_W_100Hz": 2545.0042999999964, "VS1_Vibration_mm_per_s_1Hz": 0.5494166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.492533333333334, "CP_CoolingPower_kW_1Hz": 2.163483333333333, "SE_EfficiencyFactor_percent_1Hz": 59.04314999999999, "cycle": 2190, "timestamp": "2028-06-28", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.21355833333266, "PS2_Pressure_bar_100Hz": 109.77364349999985, "PS3_Pressure_bar_100Hz": 1.989976166666675, "PS4_Pressure_bar_100Hz": 10.196726666666661, "PS5_Pressure_bar_100Hz": 9.965220499999946, "PS6_Pressure_bar_100Hz": 9.846029499999942, "FS1_VolumeFlow_l_per_min_10Hz": 6.695208333333332, "FS2_VolumeFlow_l_per_min_10Hz": 10.182796666666647, "TS1_Temperature_C_1Hz": 35.36501666666666, "TS2_Temperature_C_1Hz": 40.97998333333333, "TS3_Temperature_C_1Hz": 38.34861666666666, "TS4_Temperature_C_1Hz": 30.473450000000007, "P1_MotorPower_W_100Hz": 2544.8149999999887, "VS1_Vibration_mm_per_s_1Hz": 0.5528833333333335, "CE_CoolingEfficiency_percent_1Hz": 46.530899999999995, "CP_CoolingPower_kW_1Hz": 2.1601833333333342, "SE_EfficiencyFactor_percent_1Hz": 59.035683333333346, "cycle": 2191, "timestamp": "2028-06-29", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.21761999999973, "PS2_Pressure_bar_100Hz": 109.78703850000018, "PS3_Pressure_bar_100Hz": 2.0021968333333318, "PS4_Pressure_bar_100Hz": 10.197331333333324, "PS5_Pressure_bar_100Hz": 9.966252499999898, "PS6_Pressure_bar_100Hz": 9.845827833333274, "FS1_VolumeFlow_l_per_min_10Hz": 6.695541666666663, "FS2_VolumeFlow_l_per_min_10Hz": 10.182976666666672, "TS1_Temperature_C_1Hz": 35.38126666666667, "TS2_Temperature_C_1Hz": 40.98691666666668, "TS3_Temperature_C_1Hz": 38.34948333333334, "TS4_Temperature_C_1Hz": 30.452700000000004, "P1_MotorPower_W_100Hz": 2545.0493666666875, "VS1_Vibration_mm_per_s_1Hz": 0.5513666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.58191666666665, "CP_CoolingPower_kW_1Hz": 2.1647000000000003, "SE_EfficiencyFactor_percent_1Hz": 59.06866666666665, "cycle": 2192, "timestamp": "2028-06-30", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.23459333333355, "PS2_Pressure_bar_100Hz": 109.79659316666704, "PS3_Pressure_bar_100Hz": 2.0066699999999975, "PS4_Pressure_bar_100Hz": 10.200629166666694, "PS5_Pressure_bar_100Hz": 9.969385333333264, "PS6_Pressure_bar_100Hz": 9.848437833333302, "FS1_VolumeFlow_l_per_min_10Hz": 6.691490000000004, "FS2_VolumeFlow_l_per_min_10Hz": 10.18542999999999, "TS1_Temperature_C_1Hz": 35.365783333333326, "TS2_Temperature_C_1Hz": 40.97950000000001, "TS3_Temperature_C_1Hz": 38.31918333333335, "TS4_Temperature_C_1Hz": 30.517733333333336, "P1_MotorPower_W_100Hz": 2545.4626666666877, "VS1_Vibration_mm_per_s_1Hz": 0.5495, "CE_CoolingEfficiency_percent_1Hz": 46.09940000000002, "CP_CoolingPower_kW_1Hz": 2.1411666666666673, "SE_EfficiencyFactor_percent_1Hz": 58.97991666666668, "cycle": 2193, "timestamp": "2028-07-01", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.22672166666638, "PS2_Pressure_bar_100Hz": 109.79173000000017, "PS3_Pressure_bar_100Hz": 1.9937578333333255, "PS4_Pressure_bar_100Hz": 10.202103833333359, "PS5_Pressure_bar_100Hz": 9.970460666666565, "PS6_Pressure_bar_100Hz": 9.849650166666605, "FS1_VolumeFlow_l_per_min_10Hz": 6.695933333333336, "FS2_VolumeFlow_l_per_min_10Hz": 10.186798333333323, "TS1_Temperature_C_1Hz": 35.35593333333332, "TS2_Temperature_C_1Hz": 40.97261666666667, "TS3_Temperature_C_1Hz": 38.319350000000014, "TS4_Temperature_C_1Hz": 30.437733333333323, "P1_MotorPower_W_100Hz": 2545.6679333333377, "VS1_Vibration_mm_per_s_1Hz": 0.5517333333333333, "CE_CoolingEfficiency_percent_1Hz": 46.56576666666665, "CP_CoolingPower_kW_1Hz": 2.1615333333333338, "SE_EfficiencyFactor_percent_1Hz": 59.043499999999995, "cycle": 2194, "timestamp": "2028-07-02", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.22756333333294, "PS2_Pressure_bar_100Hz": 109.81559633333389, "PS3_Pressure_bar_100Hz": 2.0018986666666674, "PS4_Pressure_bar_100Hz": 10.204360166666643, "PS5_Pressure_bar_100Hz": 9.972642166666613, "PS6_Pressure_bar_100Hz": 9.851916499999987, "FS1_VolumeFlow_l_per_min_10Hz": 6.694376666666669, "FS2_VolumeFlow_l_per_min_10Hz": 10.18689666666666, "TS1_Temperature_C_1Hz": 35.35743333333333, "TS2_Temperature_C_1Hz": 40.97774999999999, "TS3_Temperature_C_1Hz": 38.31908333333335, "TS4_Temperature_C_1Hz": 30.475399999999997, "P1_MotorPower_W_100Hz": 2546.1621666666665, "VS1_Vibration_mm_per_s_1Hz": 0.5533833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.352416666666656, "CP_CoolingPower_kW_1Hz": 2.152416666666667, "SE_EfficiencyFactor_percent_1Hz": 59.02426666666664, "cycle": 2195, "timestamp": "2028-07-03", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.20731666666674, "PS2_Pressure_bar_100Hz": 109.75929150000046, "PS3_Pressure_bar_100Hz": 2.0027903333333357, "PS4_Pressure_bar_100Hz": 10.201999000000022, "PS5_Pressure_bar_100Hz": 9.971289499999925, "PS6_Pressure_bar_100Hz": 9.850516833333272, "FS1_VolumeFlow_l_per_min_10Hz": 6.695059999999999, "FS2_VolumeFlow_l_per_min_10Hz": 10.18592166666666, "TS1_Temperature_C_1Hz": 35.34291666666666, "TS2_Temperature_C_1Hz": 40.96275000000001, "TS3_Temperature_C_1Hz": 38.31816666666668, "TS4_Temperature_C_1Hz": 30.404183333333343, "P1_MotorPower_W_100Hz": 2546.288766666638, "VS1_Vibration_mm_per_s_1Hz": 0.5504166666666667, "CE_CoolingEfficiency_percent_1Hz": 46.90066666666666, "CP_CoolingPower_kW_1Hz": 2.1719, "SE_EfficiencyFactor_percent_1Hz": 59.04566666666664, "cycle": 2196, "timestamp": "2028-07-04", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.22670000000016, "PS2_Pressure_bar_100Hz": 109.78835616666693, "PS3_Pressure_bar_100Hz": 2.0010488333333343, "PS4_Pressure_bar_100Hz": 10.204081166666661, "PS5_Pressure_bar_100Hz": 9.97369333333326, "PS6_Pressure_bar_100Hz": 9.851981333333322, "FS1_VolumeFlow_l_per_min_10Hz": 6.6936966666666695, "FS2_VolumeFlow_l_per_min_10Hz": 10.186424999999998, "TS1_Temperature_C_1Hz": 35.326816666666666, "TS2_Temperature_C_1Hz": 40.92131666666667, "TS3_Temperature_C_1Hz": 38.31121666666668, "TS4_Temperature_C_1Hz": 30.417399999999997, "P1_MotorPower_W_100Hz": 2548.4924333333265, "VS1_Vibration_mm_per_s_1Hz": 0.5527666666666666, "CE_CoolingEfficiency_percent_1Hz": 46.930483333333314, "CP_CoolingPower_kW_1Hz": 2.1659333333333337, "SE_EfficiencyFactor_percent_1Hz": 58.99555, "cycle": 2197, "timestamp": "2028-07-05", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.23561166666704, "PS2_Pressure_bar_100Hz": 109.79978649999997, "PS3_Pressure_bar_100Hz": 2.0005343333333347, "PS4_Pressure_bar_100Hz": 10.205982166666683, "PS5_Pressure_bar_100Hz": 9.97708716666659, "PS6_Pressure_bar_100Hz": 9.854922499999894, "FS1_VolumeFlow_l_per_min_10Hz": 6.698213333333333, "FS2_VolumeFlow_l_per_min_10Hz": 10.187255000000013, "TS1_Temperature_C_1Hz": 35.330216666666665, "TS2_Temperature_C_1Hz": 40.913650000000004, "TS3_Temperature_C_1Hz": 38.303450000000005, "TS4_Temperature_C_1Hz": 30.48611666666667, "P1_MotorPower_W_100Hz": 2547.4347666666713, "VS1_Vibration_mm_per_s_1Hz": 0.5500666666666667, "CE_CoolingEfficiency_percent_1Hz": 46.28921666666668, "CP_CoolingPower_kW_1Hz": 2.1470833333333332, "SE_EfficiencyFactor_percent_1Hz": 59.05353333333334, "cycle": 2198, "timestamp": "2028-07-06", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.24421666666635, "PS2_Pressure_bar_100Hz": 109.80741100000026, "PS3_Pressure_bar_100Hz": 1.9968369999999989, "PS4_Pressure_bar_100Hz": 10.207067666666678, "PS5_Pressure_bar_100Hz": 9.978510499999926, "PS6_Pressure_bar_100Hz": 9.854936499999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.698466666666662, "FS2_VolumeFlow_l_per_min_10Hz": 10.189284999999996, "TS1_Temperature_C_1Hz": 35.333033333333326, "TS2_Temperature_C_1Hz": 40.922583333333336, "TS3_Temperature_C_1Hz": 38.28208333333334, "TS4_Temperature_C_1Hz": 30.42095, "P1_MotorPower_W_100Hz": 2546.977033333282, "VS1_Vibration_mm_per_s_1Hz": 0.5493, "CE_CoolingEfficiency_percent_1Hz": 46.552916666666654, "CP_CoolingPower_kW_1Hz": 2.15885, "SE_EfficiencyFactor_percent_1Hz": 59.0681, "cycle": 2199, "timestamp": "2028-07-07", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2353733333329, "PS2_Pressure_bar_100Hz": 109.80176066666682, "PS3_Pressure_bar_100Hz": 1.994049500000004, "PS4_Pressure_bar_100Hz": 10.205390333333346, "PS5_Pressure_bar_100Hz": 9.976495499999938, "PS6_Pressure_bar_100Hz": 9.854474499999935, "FS1_VolumeFlow_l_per_min_10Hz": 6.69377666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.187474999999994, "TS1_Temperature_C_1Hz": 35.32081666666667, "TS2_Temperature_C_1Hz": 40.900949999999995, "TS3_Temperature_C_1Hz": 38.276066666666665, "TS4_Temperature_C_1Hz": 30.462949999999992, "P1_MotorPower_W_100Hz": 2547.040400000037, "VS1_Vibration_mm_per_s_1Hz": 0.5515166666666668, "CE_CoolingEfficiency_percent_1Hz": 46.30835, "CP_CoolingPower_kW_1Hz": 2.14675, "SE_EfficiencyFactor_percent_1Hz": 59.007066666666674, "cycle": 2200, "timestamp": "2028-07-08", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2275716666669, "PS2_Pressure_bar_100Hz": 109.77958116666649, "PS3_Pressure_bar_100Hz": 2.001437500000002, "PS4_Pressure_bar_100Hz": 10.202472999999975, "PS5_Pressure_bar_100Hz": 9.972036666666579, "PS6_Pressure_bar_100Hz": 9.85036116666663, "FS1_VolumeFlow_l_per_min_10Hz": 6.689929999999993, "FS2_VolumeFlow_l_per_min_10Hz": 10.184514999999998, "TS1_Temperature_C_1Hz": 35.31378333333334, "TS2_Temperature_C_1Hz": 40.8748, "TS3_Temperature_C_1Hz": 38.269266666666674, "TS4_Temperature_C_1Hz": 30.404733333333336, "P1_MotorPower_W_100Hz": 2543.9110333334256, "VS1_Vibration_mm_per_s_1Hz": 0.5508333333333334, "CE_CoolingEfficiency_percent_1Hz": 46.62851666666666, "CP_CoolingPower_kW_1Hz": 2.1606000000000005, "SE_EfficiencyFactor_percent_1Hz": 59.0331, "cycle": 2201, "timestamp": "2028-07-09", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.20606999999936, "PS2_Pressure_bar_100Hz": 109.78748050000024, "PS3_Pressure_bar_100Hz": 1.998780666666661, "PS4_Pressure_bar_100Hz": 10.197918500000005, "PS5_Pressure_bar_100Hz": 9.966184000000007, "PS6_Pressure_bar_100Hz": 9.844853666666676, "FS1_VolumeFlow_l_per_min_10Hz": 6.692181666666665, "FS2_VolumeFlow_l_per_min_10Hz": 10.177766666666646, "TS1_Temperature_C_1Hz": 35.3216, "TS2_Temperature_C_1Hz": 40.868883333333336, "TS3_Temperature_C_1Hz": 38.26825, "TS4_Temperature_C_1Hz": 30.41623333333334, "P1_MotorPower_W_100Hz": 2543.411333333386, "VS1_Vibration_mm_per_s_1Hz": 0.5474833333333333, "CE_CoolingEfficiency_percent_1Hz": 46.689816666666644, "CP_CoolingPower_kW_1Hz": 2.151450000000001, "SE_EfficiencyFactor_percent_1Hz": 59.06800000000001, "cycle": 2202, "timestamp": "2028-07-10", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.19212000000007, "PS2_Pressure_bar_100Hz": 109.75617433333336, "PS3_Pressure_bar_100Hz": 1.9934361666666591, "PS4_Pressure_bar_100Hz": 10.196823666666646, "PS5_Pressure_bar_100Hz": 9.964329166666651, "PS6_Pressure_bar_100Hz": 9.842628499999964, "FS1_VolumeFlow_l_per_min_10Hz": 6.693276666666671, "FS2_VolumeFlow_l_per_min_10Hz": 10.176171666666663, "TS1_Temperature_C_1Hz": 35.31918333333333, "TS2_Temperature_C_1Hz": 40.875949999999996, "TS3_Temperature_C_1Hz": 38.24636666666665, "TS4_Temperature_C_1Hz": 30.42625, "P1_MotorPower_W_100Hz": 2542.7297666667073, "VS1_Vibration_mm_per_s_1Hz": 0.5452333333333335, "CE_CoolingEfficiency_percent_1Hz": 46.472300000000004, "CP_CoolingPower_kW_1Hz": 2.1433000000000004, "SE_EfficiencyFactor_percent_1Hz": 59.132349999999995, "cycle": 2203, "timestamp": "2028-07-11", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.20891666666623, "PS2_Pressure_bar_100Hz": 109.7938838333338, "PS3_Pressure_bar_100Hz": 2.0070768333333326, "PS4_Pressure_bar_100Hz": 10.198588333333328, "PS5_Pressure_bar_100Hz": 9.968231833333263, "PS6_Pressure_bar_100Hz": 9.846689666666624, "FS1_VolumeFlow_l_per_min_10Hz": 6.684128333333337, "FS2_VolumeFlow_l_per_min_10Hz": 10.17835333333334, "TS1_Temperature_C_1Hz": 35.32476666666666, "TS2_Temperature_C_1Hz": 40.876066666666674, "TS3_Temperature_C_1Hz": 38.245733333333334, "TS4_Temperature_C_1Hz": 30.414283333333334, "P1_MotorPower_W_100Hz": 2544.0463333333782, "VS1_Vibration_mm_per_s_1Hz": 0.5370166666666666, "CE_CoolingEfficiency_percent_1Hz": 46.54496666666668, "CP_CoolingPower_kW_1Hz": 2.148483333333334, "SE_EfficiencyFactor_percent_1Hz": 58.970800000000025, "cycle": 2204, "timestamp": "2028-07-12", "asset_id": "hyd_1"}, {"PS1_Pressure_bar_100Hz": 161.2171283333334, "PS2_Pressure_bar_100Hz": 109.79217650000002, "PS3_Pressure_bar_100Hz": 2.002690166666668, "PS4_Pressure_bar_100Hz": 10.203125833333338, "PS5_Pressure_bar_100Hz": 9.973637666666592, "PS6_Pressure_bar_100Hz": 9.851949166666623, "FS1_VolumeFlow_l_per_min_10Hz": 6.692301666666667, "FS2_VolumeFlow_l_per_min_10Hz": 10.183393333333337, "TS1_Temperature_C_1Hz": 35.32223333333333, "TS2_Temperature_C_1Hz": 40.8594, "TS3_Temperature_C_1Hz": 38.24891666666667, "TS4_Temperature_C_1Hz": 30.390800000000002, "P1_MotorPower_W_100Hz": 2543.8183000000126, "VS1_Vibration_mm_per_s_1Hz": 0.5465833333333331, "CE_CoolingEfficiency_percent_1Hz": 46.64793333333333, "CP_CoolingPower_kW_1Hz": 2.157050000000001, "SE_EfficiencyFactor_percent_1Hz": 59.05390000000001, "cycle": 2205, "timestamp": "2028-07-13", "asset_id": "hyd_1"}] \ No newline at end of file diff --git a/src/couchdb/sample_data/iot/metro_pump_1.json b/src/couchdb/sample_data/iot/metro_pump_1.json deleted file mode 100644 index 18e97cf91..000000000 --- a/src/couchdb/sample_data/iot/metro_pump_1.json +++ /dev/null @@ -1,97206 +0,0 @@ -[ - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5020109890109894, - "Pneumatic_Panel_Pressure_bar": 8.881565934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.364978021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.02295054945054904, - "Reservoir_Pressure_bar": 8.881994505494506, - "Oil_Temperature_C": 51.893750000000004, - "Motor_Current_A": 0.8973695054945056, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24029230769230805, - "Pneumatic_Panel_Pressure_bar": 8.986528571428572, - "Cyclone_Filter_Drop_Pressure_bar": 8.723336263736265, - "Tower_Discharge_Pressure_Drop_bar": -0.023028571428571114, - "Reservoir_Pressure_bar": 8.987012087912088, - "Oil_Temperature_C": 51.91494505494506, - "Motor_Current_A": 1.0171744505494507, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4842142857142861, - "Pneumatic_Panel_Pressure_bar": 9.012115384615385, - "Cyclone_Filter_Drop_Pressure_bar": 8.49962087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.023425824175824377, - "Reservoir_Pressure_bar": 9.01226098901099, - "Oil_Temperature_C": 51.715109890109886, - "Motor_Current_A": 1.2779326923076924, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.490954395604396, - "Pneumatic_Panel_Pressure_bar": 8.980656593406593, - "Cyclone_Filter_Drop_Pressure_bar": 8.443847252747252, - "Tower_Discharge_Pressure_Drop_bar": -0.023558791208791688, - "Reservoir_Pressure_bar": 8.981154945054945, - "Oil_Temperature_C": 51.39660714285715, - "Motor_Current_A": 1.2832005494505494, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5068115068493156, - "Pneumatic_Panel_Pressure_bar": 8.997148493150686, - "Cyclone_Filter_Drop_Pressure_bar": 8.46006904109589, - "Tower_Discharge_Pressure_Drop_bar": -0.02379726027397317, - "Reservoir_Pressure_bar": 8.997811506849315, - "Oil_Temperature_C": 52.17334931506849, - "Motor_Current_A": 1.2623630136986304, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5405219780219788, - "Pneumatic_Panel_Pressure_bar": 9.027203296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.465906593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.023736263736264276, - "Reservoir_Pressure_bar": 9.02849010989011, - "Oil_Temperature_C": 52.91454670329671, - "Motor_Current_A": 1.2763667582417584, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7676450549450555, - "Pneumatic_Panel_Pressure_bar": 8.992563736263737, - "Cyclone_Filter_Drop_Pressure_bar": 8.207657142857142, - "Tower_Discharge_Pressure_Drop_bar": -0.022686813186812926, - "Reservoir_Pressure_bar": 8.993756043956044, - "Oil_Temperature_C": 53.815906593406595, - "Motor_Current_A": 1.8499065934065937, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5068263736263745, - "Pneumatic_Panel_Pressure_bar": 8.953936263736264, - "Cyclone_Filter_Drop_Pressure_bar": 8.41689010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.022175824175822943, - "Reservoir_Pressure_bar": 8.956426373626373, - "Oil_Temperature_C": 53.993942307692315, - "Motor_Current_A": 1.195666208791209, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5257692307692313, - "Pneumatic_Panel_Pressure_bar": 8.987031868131867, - "Cyclone_Filter_Drop_Pressure_bar": 8.423993406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.02102197802197697, - "Reservoir_Pressure_bar": 8.989806593406593, - "Oil_Temperature_C": 55.49821428571428, - "Motor_Current_A": 1.3052046703296705, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5300602739726031, - "Pneumatic_Panel_Pressure_bar": 9.07897205479452, - "Cyclone_Filter_Drop_Pressure_bar": 8.522824109589042, - "Tower_Discharge_Pressure_Drop_bar": -0.01927178082191768, - "Reservoir_Pressure_bar": 9.082391232876713, - "Oil_Temperature_C": 56.879082191780824, - "Motor_Current_A": 1.2374520547945207, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9698630136986301, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5846923076923083, - "Pneumatic_Panel_Pressure_bar": 9.040262087912089, - "Cyclone_Filter_Drop_Pressure_bar": 8.432305494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.01809340659340667, - "Reservoir_Pressure_bar": 9.045278571428572, - "Oil_Temperature_C": 57.175879120879124, - "Motor_Current_A": 1.2674313186813189, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24600164835164884, - "Pneumatic_Panel_Pressure_bar": 8.80911043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.545956593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.01619780219780121, - "Reservoir_Pressure_bar": 8.815665384615384, - "Oil_Temperature_C": 56.566964285714285, - "Motor_Current_A": 0.6350460164835168, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5531467065868267, - "Pneumatic_Panel_Pressure_bar": 9.030452095808382, - "Cyclone_Filter_Drop_Pressure_bar": 8.446592814371257, - "Tower_Discharge_Pressure_Drop_bar": -0.01347305389221515, - "Reservoir_Pressure_bar": 9.036221556886227, - "Oil_Temperature_C": 58.28615269461078, - "Motor_Current_A": 1.3516991017964075, - "Air_Intake_Valve_Status": 0.937125748502994, - "Compressor_Outlet_Valve_Status": 0.06287425149700598, - "Active_Tower_ID": 0.9640718562874252, - "Load_Start_Signal": 0.937125748502994, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5174505494505499, - "Pneumatic_Panel_Pressure_bar": 8.909217582417583, - "Cyclone_Filter_Drop_Pressure_bar": 8.349472527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.012346153846154026, - "Reservoir_Pressure_bar": 8.914730769230768, - "Oil_Temperature_C": 59.1934478021978, - "Motor_Current_A": 1.2415934065934067, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5561252747252757, - "Pneumatic_Panel_Pressure_bar": 8.955308791208791, - "Cyclone_Filter_Drop_Pressure_bar": 8.367594505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.01215384615384641, - "Reservoir_Pressure_bar": 8.960846153846154, - "Oil_Temperature_C": 60.14815934065934, - "Motor_Current_A": 1.065612637362637, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5643620879120889, - "Pneumatic_Panel_Pressure_bar": 8.917821428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.331046703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.013543956043955564, - "Reservoir_Pressure_bar": 8.921486813186812, - "Oil_Temperature_C": 61.18072115384616, - "Motor_Current_A": 1.4588090659340656, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.823368131868133, - "Pneumatic_Panel_Pressure_bar": 8.98928021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.106901098901098, - "Tower_Discharge_Pressure_Drop_bar": -0.01540109890109761, - "Reservoir_Pressure_bar": 8.99193956043956, - "Oil_Temperature_C": 59.251717032967036, - "Motor_Current_A": 1.8667582417582418, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5201593406593414, - "Pneumatic_Panel_Pressure_bar": 8.867552747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.315596703296704, - "Tower_Discharge_Pressure_Drop_bar": -0.016076923076922087, - "Reservoir_Pressure_bar": 8.86989945054945, - "Oil_Temperature_C": 58.425762362637364, - "Motor_Current_A": 1.252823489010989, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5282087912087923, - "Pneumatic_Panel_Pressure_bar": 8.896221978021979, - "Cyclone_Filter_Drop_Pressure_bar": 8.30830054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.018153846153846166, - "Reservoir_Pressure_bar": 8.897513186813187, - "Oil_Temperature_C": 56.74801510989011, - "Motor_Current_A": 1.2602815934065936, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7676721311475415, - "Pneumatic_Panel_Pressure_bar": 8.997319672131148, - "Cyclone_Filter_Drop_Pressure_bar": 8.205688524590164, - "Tower_Discharge_Pressure_Drop_bar": -0.019713114754098007, - "Reservoir_Pressure_bar": 8.997676229508198, - "Oil_Temperature_C": 57.27699795081967, - "Motor_Current_A": 1.835553278688525, - "Air_Intake_Valve_Status": 0.9139344262295082, - "Compressor_Outlet_Valve_Status": 0.0860655737704918, - "Active_Tower_ID": 0.9549180327868853, - "Load_Start_Signal": 0.9139344262295082, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9959016393442623, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012555031324928873, - "Pneumatic_Panel_Pressure_bar": 9.37290355015856, - "Cyclone_Filter_Drop_Pressure_bar": 9.359273571041843, - "Tower_Discharge_Pressure_Drop_bar": -0.02018501044164222, - "Reservoir_Pressure_bar": 9.374903550158558, - "Oil_Temperature_C": 56.53399528192436, - "Motor_Current_A": 0.4012767808801923, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-01T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-01T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01159893612508939, - "Pneumatic_Panel_Pressure_bar": 9.801513836112365, - "Cyclone_Filter_Drop_Pressure_bar": 9.785956137615115, - "Tower_Discharge_Pressure_Drop_bar": -0.022124376557824305, - "Reservoir_Pressure_bar": 9.801255771596237, - "Oil_Temperature_C": 46.50658397351291, - "Motor_Current_A": 3.3468941165022867, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-01T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2475399554282092, - "Pneumatic_Panel_Pressure_bar": 9.647475326329195, - "Cyclone_Filter_Drop_Pressure_bar": 8.4146023559376, - "Tower_Discharge_Pressure_Drop_bar": -0.02225246736707926, - "Reservoir_Pressure_bar": 9.647475326329195, - "Oil_Temperature_C": 44.97227395733843, - "Motor_Current_A": 0.8183293537090098, - "Air_Intake_Valve_Status": 0.8737663164597262, - "Compressor_Outlet_Valve_Status": 0.12623368354027378, - "Active_Tower_ID": 0.8737663164597262, - "Load_Start_Signal": 0.8737663164597262, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-02T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-02T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-02T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2388678417783006, - "Pneumatic_Panel_Pressure_bar": 9.257578163903379, - "Cyclone_Filter_Drop_Pressure_bar": 8.998267557286182, - "Tower_Discharge_Pressure_Drop_bar": -0.024421670789149964, - "Reservoir_Pressure_bar": 9.258039702364917, - "Oil_Temperature_C": 42.24523376211234, - "Motor_Current_A": 1.2069394750161229, - "Air_Intake_Valve_Status": 0.9750620413227864, - "Compressor_Outlet_Valve_Status": 0.02493795867721369, - "Active_Tower_ID": 0.9750620413227864, - "Load_Start_Signal": 0.9750620413227864, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8589945054945064, - "Pneumatic_Panel_Pressure_bar": 8.989508241758243, - "Cyclone_Filter_Drop_Pressure_bar": 8.104222527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.01757692307692371, - "Reservoir_Pressure_bar": 8.989733516483517, - "Oil_Temperature_C": 49.28746565934066, - "Motor_Current_A": 1.7866895604395605, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5045274725274734, - "Pneumatic_Panel_Pressure_bar": 9.053726373626374, - "Cyclone_Filter_Drop_Pressure_bar": 8.51568021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.022170329670330106, - "Reservoir_Pressure_bar": 9.054618131868132, - "Oil_Temperature_C": 51.525879120879125, - "Motor_Current_A": 1.2967094780219781, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6164000000000006, - "Pneumatic_Panel_Pressure_bar": 9.162684705882354, - "Cyclone_Filter_Drop_Pressure_bar": 8.530355882352941, - "Tower_Discharge_Pressure_Drop_bar": -0.022411176470587203, - "Reservoir_Pressure_bar": 9.16422, - "Oil_Temperature_C": 54.34986764705883, - "Motor_Current_A": 1.7812919117647061, - "Air_Intake_Valve_Status": 0.9323529411764706, - "Compressor_Outlet_Valve_Status": 0.06764705882352941, - "Active_Tower_ID": 0.9647058823529412, - "Load_Start_Signal": 0.9323529411764706, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5578225274725281, - "Pneumatic_Panel_Pressure_bar": 9.101138461538461, - "Cyclone_Filter_Drop_Pressure_bar": 8.538442857142856, - "Tower_Discharge_Pressure_Drop_bar": -0.012970879120877984, - "Reservoir_Pressure_bar": 9.103561538461538, - "Oil_Temperature_C": 55.46666208791209, - "Motor_Current_A": 1.2570583791208794, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5548736263736269, - "Pneumatic_Panel_Pressure_bar": 8.838655677655678, - "Cyclone_Filter_Drop_Pressure_bar": 8.229380952380952, - "Tower_Discharge_Pressure_Drop_bar": -0.019824175824175286, - "Reservoir_Pressure_bar": 8.842089743589744, - "Oil_Temperature_C": 55.620894383394386, - "Motor_Current_A": 1.2864766483516485, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5652307692307696, - "Pneumatic_Panel_Pressure_bar": 9.072587912087911, - "Cyclone_Filter_Drop_Pressure_bar": 8.481071428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.019758241758241393, - "Reservoir_Pressure_bar": 9.075796703296703, - "Oil_Temperature_C": 56.38083791208791, - "Motor_Current_A": 1.256229395604396, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8325219780219784, - "Pneumatic_Panel_Pressure_bar": 8.97533021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.107121428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.005945054945055042, - "Reservoir_Pressure_bar": 8.978632417582418, - "Oil_Temperature_C": 57.011064560439564, - "Motor_Current_A": 1.8160989010989013, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5279043956043958, - "Pneumatic_Panel_Pressure_bar": 8.958814285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.420506593406595, - "Tower_Discharge_Pressure_Drop_bar": -0.016728571428571516, - "Reservoir_Pressure_bar": 8.962654945054945, - "Oil_Temperature_C": 57.293667582417584, - "Motor_Current_A": 1.3034478021978022, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5879371184371188, - "Pneumatic_Panel_Pressure_bar": 8.94026800976801, - "Cyclone_Filter_Drop_Pressure_bar": 8.334031746031746, - "Tower_Discharge_Pressure_Drop_bar": -0.017104395604395063, - "Reservoir_Pressure_bar": 8.945388888888889, - "Oil_Temperature_C": 57.74085775335776, - "Motor_Current_A": 1.2749793956043953, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5361978021978027, - "Pneumatic_Panel_Pressure_bar": 8.784921978021979, - "Cyclone_Filter_Drop_Pressure_bar": 8.22172967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.01718571428571386, - "Reservoir_Pressure_bar": 8.790145054945055, - "Oil_Temperature_C": 57.64434065934066, - "Motor_Current_A": 1.2379890109890106, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5688681318681326, - "Pneumatic_Panel_Pressure_bar": 8.84517032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.255686813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.016472527472526345, - "Reservoir_Pressure_bar": 8.848604395604395, - "Oil_Temperature_C": 58.54642857142858, - "Motor_Current_A": 1.2819780219780217, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8549714285714293, - "Pneumatic_Panel_Pressure_bar": 8.888473626373626, - "Cyclone_Filter_Drop_Pressure_bar": 8.001083516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.015405494505493602, - "Reservoir_Pressure_bar": 8.892253846153846, - "Oil_Temperature_C": 58.45821428571429, - "Motor_Current_A": 1.5762362637362635, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49555659340659436, - "Pneumatic_Panel_Pressure_bar": 9.02557087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.513083516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.015230769230767978, - "Reservoir_Pressure_bar": 9.02823021978022, - "Oil_Temperature_C": 58.28745192307692, - "Motor_Current_A": 1.335288461538461, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5634313186813198, - "Pneumatic_Panel_Pressure_bar": 9.063563186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.474554945054944, - "Tower_Discharge_Pressure_Drop_bar": -0.018239010989010998, - "Reservoir_Pressure_bar": 9.065263736263736, - "Oil_Temperature_C": 57.74848901098901, - "Motor_Current_A": 1.4798695054945055, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6175351648351657, - "Pneumatic_Panel_Pressure_bar": 8.981653846153847, - "Cyclone_Filter_Drop_Pressure_bar": 8.346623076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.018999999999999993, - "Reservoir_Pressure_bar": 8.98293186813187, - "Oil_Temperature_C": 56.90975274725275, - "Motor_Current_A": 1.2975233516483518, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5222684931506856, - "Pneumatic_Panel_Pressure_bar": 8.958820821917808, - "Cyclone_Filter_Drop_Pressure_bar": 8.421604383561643, - "Tower_Discharge_Pressure_Drop_bar": -0.01830136986301327, - "Reservoir_Pressure_bar": 8.959698630136986, - "Oil_Temperature_C": 55.18417808219178, - "Motor_Current_A": 0.8629369863013702, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.509154395604396, - "Pneumatic_Panel_Pressure_bar": 8.969002197802197, - "Cyclone_Filter_Drop_Pressure_bar": 8.43204010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.020143406593405997, - "Reservoir_Pressure_bar": 8.97018901098901, - "Oil_Temperature_C": 55.85357142857143, - "Motor_Current_A": 1.349001373626374, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5147692307692311, - "Pneumatic_Panel_Pressure_bar": 8.99725989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.457920879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.019877472527472097, - "Reservoir_Pressure_bar": 8.999508791208791, - "Oil_Temperature_C": 56.32298763736264, - "Motor_Current_A": 1.4901998626373631, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5338818681318686, - "Pneumatic_Panel_Pressure_bar": 8.99914010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.435024725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.01986263736263694, - "Reservoir_Pressure_bar": 9.0014010989011, - "Oil_Temperature_C": 56.604945054945055, - "Motor_Current_A": 1.449306318681319, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-02T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5019780219780224, - "Pneumatic_Panel_Pressure_bar": 8.982257142857144, - "Cyclone_Filter_Drop_Pressure_bar": 8.460504395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.019553296703296395, - "Reservoir_Pressure_bar": 8.984255494505494, - "Oil_Temperature_C": 56.65752747252747, - "Motor_Current_A": 1.287678571428572, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5361419178082198, - "Pneumatic_Panel_Pressure_bar": 8.98514794520548, - "Cyclone_Filter_Drop_Pressure_bar": 8.423816438356164, - "Tower_Discharge_Pressure_Drop_bar": -0.019912876712328314, - "Reservoir_Pressure_bar": 8.986934246575341, - "Oil_Temperature_C": 56.727835616438355, - "Motor_Current_A": 1.2870000000000004, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5019939560439566, - "Pneumatic_Panel_Pressure_bar": 8.947645604395605, - "Cyclone_Filter_Drop_Pressure_bar": 8.412436263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.019554395604395283, - "Reservoir_Pressure_bar": 8.949387362637363, - "Oil_Temperature_C": 56.650439560439565, - "Motor_Current_A": 1.291490384615385, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5290510989010995, - "Pneumatic_Panel_Pressure_bar": 8.955019230769231, - "Cyclone_Filter_Drop_Pressure_bar": 8.392068681318682, - "Tower_Discharge_Pressure_Drop_bar": -0.019814835164834767, - "Reservoir_Pressure_bar": 8.957112637362638, - "Oil_Temperature_C": 56.603777472527476, - "Motor_Current_A": 1.2844848901098904, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.558851648351649, - "Pneumatic_Panel_Pressure_bar": 8.955851648351647, - "Cyclone_Filter_Drop_Pressure_bar": 8.388581318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.019873626373625945, - "Reservoir_Pressure_bar": 8.957875824175824, - "Oil_Temperature_C": 56.60118131868132, - "Motor_Current_A": 1.2912293956043959, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5132087912087918, - "Pneumatic_Panel_Pressure_bar": 8.94238021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.404336263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.019883516483516047, - "Reservoir_Pressure_bar": 8.944231868131869, - "Oil_Temperature_C": 56.543186813186814, - "Motor_Current_A": 1.2832348901098904, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5193150684931512, - "Pneumatic_Panel_Pressure_bar": 8.948551232876712, - "Cyclone_Filter_Drop_Pressure_bar": 8.43435397260274, - "Tower_Discharge_Pressure_Drop_bar": -0.006975342465753001, - "Reservoir_Pressure_bar": 8.950320547945205, - "Oil_Temperature_C": 56.52173287671233, - "Motor_Current_A": 1.2945068493150689, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5038296703296707, - "Pneumatic_Panel_Pressure_bar": 8.992886813186814, - "Cyclone_Filter_Drop_Pressure_bar": 8.456205494505493, - "Tower_Discharge_Pressure_Drop_bar": -0.01984065934065891, - "Reservoir_Pressure_bar": 8.994409340659342, - "Oil_Temperature_C": 56.37350961538462, - "Motor_Current_A": 1.2862568681318685, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4981978021978028, - "Pneumatic_Panel_Pressure_bar": 9.012325274725274, - "Cyclone_Filter_Drop_Pressure_bar": 8.499593406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.01303846153846108, - "Reservoir_Pressure_bar": 9.013996703296703, - "Oil_Temperature_C": 55.77287087912088, - "Motor_Current_A": 1.2734134615384618, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5486263736263741, - "Pneumatic_Panel_Pressure_bar": 8.970379120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.403395604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.02011208791208735, - "Reservoir_Pressure_bar": 8.972142857142858, - "Oil_Temperature_C": 55.48956043956044, - "Motor_Current_A": 1.290457417582418, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5080824175824179, - "Pneumatic_Panel_Pressure_bar": 8.920137362637362, - "Cyclone_Filter_Drop_Pressure_bar": 8.396282417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.01987142857142814, - "Reservoir_Pressure_bar": 8.92176923076923, - "Oil_Temperature_C": 55.97508241758242, - "Motor_Current_A": 1.2682664835164839, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5370043956043958, - "Pneumatic_Panel_Pressure_bar": 8.895405494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.329686813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.019339560439560304, - "Reservoir_Pressure_bar": 8.897482417582417, - "Oil_Temperature_C": 55.89450549450549, - "Motor_Current_A": 0.9915521978021982, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2374575342465758, - "Pneumatic_Panel_Pressure_bar": 8.957044383561643, - "Cyclone_Filter_Drop_Pressure_bar": 8.69466684931507, - "Tower_Discharge_Pressure_Drop_bar": -0.018515068493150932, - "Reservoir_Pressure_bar": 8.959082739726027, - "Oil_Temperature_C": 56.24783561643835, - "Motor_Current_A": 0.8863075342465757, - "Air_Intake_Valve_Status": 0.9726027397260274, - "Compressor_Outlet_Valve_Status": 0.0273972602739726, - "Active_Tower_ID": 0.9863013698630136, - "Load_Start_Signal": 0.9726027397260274, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5129890109890116, - "Pneumatic_Panel_Pressure_bar": 9.025321428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.464256043956043, - "Tower_Discharge_Pressure_Drop_bar": -0.018197252747253017, - "Reservoir_Pressure_bar": 9.02717967032967, - "Oil_Temperature_C": 56.63069368131869, - "Motor_Current_A": 1.2479189560439563, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5230219780219786, - "Pneumatic_Panel_Pressure_bar": 8.980277472527472, - "Cyclone_Filter_Drop_Pressure_bar": 8.416887362637363, - "Tower_Discharge_Pressure_Drop_bar": -0.01808406593406624, - "Reservoir_Pressure_bar": 8.982107142857144, - "Oil_Temperature_C": 56.62580357142857, - "Motor_Current_A": 1.2482554945054944, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.48881098901098957, - "Pneumatic_Panel_Pressure_bar": 8.908494505494506, - "Cyclone_Filter_Drop_Pressure_bar": 8.372675824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.017225274725274325, - "Reservoir_Pressure_bar": 8.91033846153846, - "Oil_Temperature_C": 56.65589285714285, - "Motor_Current_A": 1.190739010989011, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3129758241758246, - "Pneumatic_Panel_Pressure_bar": 8.800647252747252, - "Cyclone_Filter_Drop_Pressure_bar": 8.469194505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.015014285714284446, - "Reservoir_Pressure_bar": 8.805743956043957, - "Oil_Temperature_C": 57.01666208791208, - "Motor_Current_A": 0.7347280219780215, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.03571428571428571, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.476418681318682, - "Pneumatic_Panel_Pressure_bar": 9.058005494505494, - "Cyclone_Filter_Drop_Pressure_bar": 8.561236263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.015341758241756832, - "Reservoir_Pressure_bar": 9.063817582417583, - "Oil_Temperature_C": 57.610549450549456, - "Motor_Current_A": 1.191776098901099, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.9648351648351648, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23489560439560578, - "Pneumatic_Panel_Pressure_bar": 8.85374945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.590892857142856, - "Tower_Discharge_Pressure_Drop_bar": -0.0150164835164822, - "Reservoir_Pressure_bar": 8.857677472527472, - "Oil_Temperature_C": 56.948585164835166, - "Motor_Current_A": 0.62795260989011, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4996868131868145, - "Pneumatic_Panel_Pressure_bar": 8.973923076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.459884615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.01596703296703152, - "Reservoir_Pressure_bar": 8.975521978021979, - "Oil_Temperature_C": 56.480082417582416, - "Motor_Current_A": 1.2258447802197805, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24570494505494642, - "Pneumatic_Panel_Pressure_bar": 8.838607142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.574162087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.017542307692307454, - "Reservoir_Pressure_bar": 8.839136263736263, - "Oil_Temperature_C": 55.584711538461534, - "Motor_Current_A": 0.6336126373626376, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5025736263736273, - "Pneumatic_Panel_Pressure_bar": 8.967056043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.431745054945056, - "Tower_Discharge_Pressure_Drop_bar": -0.019426373626373405, - "Reservoir_Pressure_bar": 8.966550549450549, - "Oil_Temperature_C": 54.48307692307692, - "Motor_Current_A": 1.233385989010989, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24428571428571488, - "Pneumatic_Panel_Pressure_bar": 8.910979120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.64731043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.01992307692307596, - "Reservoir_Pressure_bar": 8.910537362637362, - "Oil_Temperature_C": 53.66971153846154, - "Motor_Current_A": 0.634143543956044, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5113736263736267, - "Pneumatic_Panel_Pressure_bar": 8.917478021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.37922032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.02164835164835024, - "Reservoir_Pressure_bar": 8.917505494505495, - "Oil_Temperature_C": 52.348578296703295, - "Motor_Current_A": 1.2341002747252747, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-03T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24597252747252757, - "Pneumatic_Panel_Pressure_bar": 8.91251098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.62342857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.021840659340657848, - "Reservoir_Pressure_bar": 8.912324175824175, - "Oil_Temperature_C": 52.316140109890114, - "Motor_Current_A": 0.6477129120879122, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5048252747252749, - "Pneumatic_Panel_Pressure_bar": 8.911820879120878, - "Cyclone_Filter_Drop_Pressure_bar": 8.372925274725274, - "Tower_Discharge_Pressure_Drop_bar": -0.02200549450549304, - "Reservoir_Pressure_bar": 8.911540659340659, - "Oil_Temperature_C": 50.9048076923077, - "Motor_Current_A": 1.2440796703296704, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2334137362637365, - "Pneumatic_Panel_Pressure_bar": 8.976581318681319, - "Cyclone_Filter_Drop_Pressure_bar": 8.713932967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.022054945054943632, - "Reservoir_Pressure_bar": 8.976943956043955, - "Oil_Temperature_C": 50.63270604395604, - "Motor_Current_A": 0.6514217032967033, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4744542124542129, - "Pneumatic_Panel_Pressure_bar": 8.808360805860806, - "Cyclone_Filter_Drop_Pressure_bar": 8.298119047619048, - "Tower_Discharge_Pressure_Drop_bar": -0.021924908424907075, - "Reservoir_Pressure_bar": 8.808802197802198, - "Oil_Temperature_C": 49.55446428571429, - "Motor_Current_A": 0.8611744505494506, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23687912087912125, - "Pneumatic_Panel_Pressure_bar": 9.066409340659341, - "Cyclone_Filter_Drop_Pressure_bar": 8.803906593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.022186813186811833, - "Reservoir_Pressure_bar": 9.06710989010989, - "Oil_Temperature_C": 50.40460164835165, - "Motor_Current_A": 1.0422493131868134, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.26975641025641084, - "Pneumatic_Panel_Pressure_bar": 8.811540293040293, - "Cyclone_Filter_Drop_Pressure_bar": 8.502728937728937, - "Tower_Discharge_Pressure_Drop_bar": -0.022142857142855802, - "Reservoir_Pressure_bar": 8.81281501831502, - "Oil_Temperature_C": 49.580357142857146, - "Motor_Current_A": 0.6634798534798537, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8181478021978025, - "Pneumatic_Panel_Pressure_bar": 9.283977472527473, - "Cyclone_Filter_Drop_Pressure_bar": 8.453147802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.021791208791207356, - "Reservoir_Pressure_bar": 9.28533076923077, - "Oil_Temperature_C": 54.63978021978022, - "Motor_Current_A": 1.8649766483516486, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6518956043956048, - "Pneumatic_Panel_Pressure_bar": 8.955923076923078, - "Cyclone_Filter_Drop_Pressure_bar": 8.273620879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.021384615384614142, - "Reservoir_Pressure_bar": 8.95765934065934, - "Oil_Temperature_C": 55.354739010989015, - "Motor_Current_A": 1.3216140109890113, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5371098901098904, - "Pneumatic_Panel_Pressure_bar": 8.828656043956043, - "Cyclone_Filter_Drop_Pressure_bar": 8.266837362637363, - "Tower_Discharge_Pressure_Drop_bar": -0.021075824175823085, - "Reservoir_Pressure_bar": 8.830668131868132, - "Oil_Temperature_C": 55.56233516483516, - "Motor_Current_A": 1.2481799450549453, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5633186813186818, - "Pneumatic_Panel_Pressure_bar": 9.049684981684981, - "Cyclone_Filter_Drop_Pressure_bar": 8.457346764346765, - "Tower_Discharge_Pressure_Drop_bar": -0.020346153846153157, - "Reservoir_Pressure_bar": 9.052025030525032, - "Oil_Temperature_C": 54.80953144078144, - "Motor_Current_A": 1.2567239010989013, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5719230769230775, - "Pneumatic_Panel_Pressure_bar": 8.939393406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.333547252747254, - "Tower_Discharge_Pressure_Drop_bar": -0.019448901098900902, - "Reservoir_Pressure_bar": 8.942508791208791, - "Oil_Temperature_C": 55.36096153846154, - "Motor_Current_A": 1.0655288461538464, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.26964383561643884, - "Pneumatic_Panel_Pressure_bar": 8.983070684931507, - "Cyclone_Filter_Drop_Pressure_bar": 8.693793424657535, - "Tower_Discharge_Pressure_Drop_bar": -0.018663013698630326, - "Reservoir_Pressure_bar": 8.986373698630137, - "Oil_Temperature_C": 56.23043150684932, - "Motor_Current_A": 0.8529363013698632, - "Air_Intake_Valve_Status": 0.9698630136986301, - "Compressor_Outlet_Valve_Status": 0.030136986301369864, - "Active_Tower_ID": 0.9835616438356164, - "Load_Start_Signal": 0.9698630136986301, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5099505494505497, - "Pneumatic_Panel_Pressure_bar": 8.780036263736264, - "Cyclone_Filter_Drop_Pressure_bar": 8.242635164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.0186329670329672, - "Reservoir_Pressure_bar": 8.782993406593405, - "Oil_Temperature_C": 56.56869505494506, - "Motor_Current_A": 1.228695054945055, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5256516483516489, - "Pneumatic_Panel_Pressure_bar": 8.709185714285715, - "Cyclone_Filter_Drop_Pressure_bar": 8.155004395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.01890989010989017, - "Reservoir_Pressure_bar": 8.7120010989011, - "Oil_Temperature_C": 57.0231456043956, - "Motor_Current_A": 1.2375274725274725, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5532338217338223, - "Pneumatic_Panel_Pressure_bar": 8.786993894993895, - "Cyclone_Filter_Drop_Pressure_bar": 8.20082905982906, - "Tower_Discharge_Pressure_Drop_bar": -0.01906043956043952, - "Reservoir_Pressure_bar": 8.78992551892552, - "Oil_Temperature_C": 56.47400793650794, - "Motor_Current_A": 1.259223901098901, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5278241758241763, - "Pneumatic_Panel_Pressure_bar": 8.909946153846155, - "Cyclone_Filter_Drop_Pressure_bar": 8.369916483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.004650549450549442, - "Reservoir_Pressure_bar": 8.913312087912088, - "Oil_Temperature_C": 56.62362637362637, - "Motor_Current_A": 1.2365728021978022, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8296821917808226, - "Pneumatic_Panel_Pressure_bar": 8.924495342465754, - "Cyclone_Filter_Drop_Pressure_bar": 8.088722191780823, - "Tower_Discharge_Pressure_Drop_bar": -0.0008712328767122854, - "Reservoir_Pressure_bar": 8.927947397260274, - "Oil_Temperature_C": 58.07815068493151, - "Motor_Current_A": 1.8566780821917808, - "Air_Intake_Valve_Status": 0.9095890410958904, - "Compressor_Outlet_Valve_Status": 0.09041095890410959, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9095890410958904, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6851807692307699, - "Pneumatic_Panel_Pressure_bar": 9.184096703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.47858021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.018148901098901302, - "Reservoir_Pressure_bar": 9.186684615384616, - "Oil_Temperature_C": 58.392369505494514, - "Motor_Current_A": 1.3376236263736263, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6140384615384621, - "Pneumatic_Panel_Pressure_bar": 9.082103296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.439923626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.01903846153846153, - "Reservoir_Pressure_bar": 9.084176373626374, - "Oil_Temperature_C": 56.86709478021979, - "Motor_Current_A": 1.2957328296703297, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5513538461538465, - "Pneumatic_Panel_Pressure_bar": 8.94858901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.353916483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.01925494505494495, - "Reservoir_Pressure_bar": 8.950158241758242, - "Oil_Temperature_C": 55.65707417582417, - "Motor_Current_A": 0.9927472527472528, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.561562881562882, - "Pneumatic_Panel_Pressure_bar": 9.110836385836386, - "Cyclone_Filter_Drop_Pressure_bar": 8.52071794871795, - "Tower_Discharge_Pressure_Drop_bar": -0.019813186813186418, - "Reservoir_Pressure_bar": 9.112355311355312, - "Oil_Temperature_C": 56.093231074481075, - "Motor_Current_A": 1.415415903540904, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9146758241758247, - "Pneumatic_Panel_Pressure_bar": 8.997013186813186, - "Cyclone_Filter_Drop_Pressure_bar": 8.061414285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.01913186813186768, - "Reservoir_Pressure_bar": 8.999267032967033, - "Oil_Temperature_C": 58.48612637362638, - "Motor_Current_A": 2.0458021978021983, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8427582417582421, - "Pneumatic_Panel_Pressure_bar": 8.863447252747253, - "Cyclone_Filter_Drop_Pressure_bar": 8.00392087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.014192307692307136, - "Reservoir_Pressure_bar": 8.865612637362638, - "Oil_Temperature_C": 57.50807005494506, - "Motor_Current_A": 1.4611188186813189, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5481813186813191, - "Pneumatic_Panel_Pressure_bar": 9.08179120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.493357142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.020269230769230113, - "Reservoir_Pressure_bar": 9.083593406593407, - "Oil_Temperature_C": 57.61524725274725, - "Motor_Current_A": 1.672754120879121, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-04T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3710680000000004, - "Pneumatic_Panel_Pressure_bar": 9.075774666666666, - "Cyclone_Filter_Drop_Pressure_bar": 8.692921333333334, - "Tower_Discharge_Pressure_Drop_bar": -0.016279999999999073, - "Reservoir_Pressure_bar": 9.077542666666666, - "Oil_Temperature_C": 56.71691666666667, - "Motor_Current_A": 1.352991666666667, - "Air_Intake_Valve_Status": 0.96, - "Compressor_Outlet_Valve_Status": 0.04, - "Active_Tower_ID": 0.9833333333333333, - "Load_Start_Signal": 0.96, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013662499999999486, - "Pneumatic_Panel_Pressure_bar": 8.6486875, - "Cyclone_Filter_Drop_Pressure_bar": 8.634816666666667, - "Tower_Discharge_Pressure_Drop_bar": -0.02082916666666571, - "Reservoir_Pressure_bar": 8.650525, - "Oil_Temperature_C": 55.41890625, - "Motor_Current_A": 0.03828125000000012, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.016605055946953714, - "Pneumatic_Panel_Pressure_bar": 8.876691421467054, - "Cyclone_Filter_Drop_Pressure_bar": 8.867817488603398, - "Tower_Discharge_Pressure_Drop_bar": -0.020521011189390013, - "Reservoir_Pressure_bar": 8.879649399088272, - "Oil_Temperature_C": 51.41973062577704, - "Motor_Current_A": 1.0291440116038126, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-05T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012002998591833035, - "Pneumatic_Panel_Pressure_bar": 9.04040653354539, - "Cyclone_Filter_Drop_Pressure_bar": 9.025654110913182, - "Tower_Discharge_Pressure_Drop_bar": -0.021663426943496177, - "Reservoir_Pressure_bar": 9.041257690129598, - "Oil_Temperature_C": 48.165286981728556, - "Motor_Current_A": 0.8818126444238561, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7710769230769233, - "Pneumatic_Panel_Pressure_bar": 9.045075702075701, - "Cyclone_Filter_Drop_Pressure_bar": 8.255273504273505, - "Tower_Discharge_Pressure_Drop_bar": -0.021277167277165884, - "Reservoir_Pressure_bar": 9.046410866910866, - "Oil_Temperature_C": 53.1957264957265, - "Motor_Current_A": 1.836987942612943, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5913142857142859, - "Pneumatic_Panel_Pressure_bar": 9.127465934065933, - "Cyclone_Filter_Drop_Pressure_bar": 8.512954945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.021862637362635978, - "Reservoir_Pressure_bar": 9.12911978021978, - "Oil_Temperature_C": 55.581098901098905, - "Motor_Current_A": 1.2765755494505495, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5913406593406596, - "Pneumatic_Panel_Pressure_bar": 8.79353846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.161181318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.011620879120877902, - "Reservoir_Pressure_bar": 8.795912087912088, - "Oil_Temperature_C": 56.73262362637362, - "Motor_Current_A": 1.2824381868131869, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8370653846153849, - "Pneumatic_Panel_Pressure_bar": 9.16998131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.305772527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.020494505494504715, - "Reservoir_Pressure_bar": 9.172195604395604, - "Oil_Temperature_C": 57.893193681318685, - "Motor_Current_A": 1.8700480769230772, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5869890109890114, - "Pneumatic_Panel_Pressure_bar": 8.944487912087911, - "Cyclone_Filter_Drop_Pressure_bar": 8.333740659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.020049450549450024, - "Reservoir_Pressure_bar": 8.947301098901098, - "Oil_Temperature_C": 56.84210851648351, - "Motor_Current_A": 1.2802520604395609, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5322285714285717, - "Pneumatic_Panel_Pressure_bar": 8.817171428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.276693406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.019368131868131716, - "Reservoir_Pressure_bar": 8.819874725274726, - "Oil_Temperature_C": 57.309615384615384, - "Motor_Current_A": 1.223633241758242, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7950989010989014, - "Pneumatic_Panel_Pressure_bar": 8.991532417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.157030769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.018377472527472717, - "Reservoir_Pressure_bar": 8.994816483516484, - "Oil_Temperature_C": 58.081723901098904, - "Motor_Current_A": 1.5527225274725276, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5690734246575347, - "Pneumatic_Panel_Pressure_bar": 9.191411506849315, - "Cyclone_Filter_Drop_Pressure_bar": 8.605361643835616, - "Tower_Discharge_Pressure_Drop_bar": -0.01792328767123303, - "Reservoir_Pressure_bar": 9.19526301369863, - "Oil_Temperature_C": 58.3328493150685, - "Motor_Current_A": 1.55898698630137, - "Air_Intake_Valve_Status": 0.936986301369863, - "Compressor_Outlet_Valve_Status": 0.06301369863013699, - "Active_Tower_ID": 0.9698630136986301, - "Load_Start_Signal": 0.936986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5513461538461545, - "Pneumatic_Panel_Pressure_bar": 9.100023076923076, - "Cyclone_Filter_Drop_Pressure_bar": 8.5141, - "Tower_Discharge_Pressure_Drop_bar": -0.017731868131868198, - "Reservoir_Pressure_bar": 9.103412087912087, - "Oil_Temperature_C": 58.06322802197802, - "Motor_Current_A": 1.2675054945054944, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5932390109890114, - "Pneumatic_Panel_Pressure_bar": 8.920282967032968, - "Cyclone_Filter_Drop_Pressure_bar": 8.305771978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.017747252747252775, - "Reservoir_Pressure_bar": 8.923612637362638, - "Oil_Temperature_C": 57.85868818681319, - "Motor_Current_A": 1.276201923076923, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8074967032967039, - "Pneumatic_Panel_Pressure_bar": 8.799219780219781, - "Cyclone_Filter_Drop_Pressure_bar": 7.965010989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.018003296703296846, - "Reservoir_Pressure_bar": 8.802014285714286, - "Oil_Temperature_C": 58.42270604395605, - "Motor_Current_A": 1.631096153846154, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6065934065934072, - "Pneumatic_Panel_Pressure_bar": 9.043802197802197, - "Cyclone_Filter_Drop_Pressure_bar": 8.410516483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.017648351648351567, - "Reservoir_Pressure_bar": 9.047243956043957, - "Oil_Temperature_C": 59.19416208791208, - "Motor_Current_A": 1.4925837912087911, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8770934065934075, - "Pneumatic_Panel_Pressure_bar": 8.936648351648351, - "Cyclone_Filter_Drop_Pressure_bar": 8.029872527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.0006109890109891663, - "Reservoir_Pressure_bar": 8.939427472527472, - "Oil_Temperature_C": 59.4620054945055, - "Motor_Current_A": 1.8925892857142859, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8260274725274732, - "Pneumatic_Panel_Pressure_bar": 8.900912087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.063472527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.01800549450549474, - "Reservoir_Pressure_bar": 8.90310989010989, - "Oil_Temperature_C": 58.58440934065935, - "Motor_Current_A": 1.7169505494505495, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5890318681318688, - "Pneumatic_Panel_Pressure_bar": 9.053874725274726, - "Cyclone_Filter_Drop_Pressure_bar": 8.440528571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.018465934065934286, - "Reservoir_Pressure_bar": 9.055703296703296, - "Oil_Temperature_C": 57.21769230769231, - "Motor_Current_A": 1.1198750000000002, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2740219780219786, - "Pneumatic_Panel_Pressure_bar": 8.950472527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.658956043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.01860439560439582, - "Reservoir_Pressure_bar": 8.95210805860806, - "Oil_Temperature_C": 56.11126373626374, - "Motor_Current_A": 0.9240270146520148, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7606263736263745, - "Pneumatic_Panel_Pressure_bar": 8.982454945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.198108791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.018804395604395712, - "Reservoir_Pressure_bar": 8.984015384615384, - "Oil_Temperature_C": 56.65729395604396, - "Motor_Current_A": 1.731192307692308, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5240659340659349, - "Pneumatic_Panel_Pressure_bar": 8.960731318681319, - "Cyclone_Filter_Drop_Pressure_bar": 8.398691208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.005395604395604344, - "Reservoir_Pressure_bar": 8.962011538461539, - "Oil_Temperature_C": 56.548969780219785, - "Motor_Current_A": 1.391644230769231, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5260158904109594, - "Pneumatic_Panel_Pressure_bar": 8.971959452054794, - "Cyclone_Filter_Drop_Pressure_bar": 8.433093698630138, - "Tower_Discharge_Pressure_Drop_bar": -0.019299178082191667, - "Reservoir_Pressure_bar": 8.97391506849315, - "Oil_Temperature_C": 56.50894520547945, - "Motor_Current_A": 1.265973287671233, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-05T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.505884615384616, - "Pneumatic_Panel_Pressure_bar": 8.983407692307692, - "Cyclone_Filter_Drop_Pressure_bar": 8.437748901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.01755494505494496, - "Reservoir_Pressure_bar": 8.985221978021979, - "Oil_Temperature_C": 56.72802884615384, - "Motor_Current_A": 1.3039086538461542, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5442912087912094, - "Pneumatic_Panel_Pressure_bar": 8.976761538461538, - "Cyclone_Filter_Drop_Pressure_bar": 8.411215384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.019018681318681348, - "Reservoir_Pressure_bar": 8.978926373626374, - "Oil_Temperature_C": 56.85335164835165, - "Motor_Current_A": 1.29040521978022, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011659090909090659, - "Pneumatic_Panel_Pressure_bar": 8.517, - "Cyclone_Filter_Drop_Pressure_bar": 8.503204545454546, - "Tower_Discharge_Pressure_Drop_bar": -0.018590909090909366, - "Reservoir_Pressure_bar": 8.519613636363637, - "Oil_Temperature_C": 56.5375, - "Motor_Current_A": 0.03715909090909123, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1799661196911204, - "Pneumatic_Panel_Pressure_bar": 8.191143436293435, - "Cyclone_Filter_Drop_Pressure_bar": 7.036876640926641, - "Tower_Discharge_Pressure_Drop_bar": -0.018613706563706825, - "Reservoir_Pressure_bar": 8.193757142857143, - "Oil_Temperature_C": 52.629753861003856, - "Motor_Current_A": 0.905127654440155, - "Air_Intake_Valve_Status": 0.8465733590733591, - "Compressor_Outlet_Valve_Status": 0.1534266409266409, - "Active_Tower_ID": 0.8465733590733591, - "Load_Start_Signal": 0.8465733590733591, - "Low_Pressure_Switch_Status": 0.1534266409266409, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-06T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-06T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-06T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.794714706000644, - "Pneumatic_Panel_Pressure_bar": 9.490150430341055, - "Cyclone_Filter_Drop_Pressure_bar": 6.780622027831403, - "Tower_Discharge_Pressure_Drop_bar": -0.020570700611324797, - "Reservoir_Pressure_bar": 9.49122113095238, - "Oil_Temperature_C": 43.85015936695624, - "Motor_Current_A": 4.4843800725949166, - "Air_Intake_Valve_Status": 0.6906581805019304, - "Compressor_Outlet_Valve_Status": 0.3093418194980695, - "Active_Tower_ID": 0.8156581805019304, - "Load_Start_Signal": 0.6906581805019304, - "Low_Pressure_Switch_Status": 0.038508486164736164, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2395622710622713, - "Pneumatic_Panel_Pressure_bar": 9.008173992673992, - "Cyclone_Filter_Drop_Pressure_bar": 8.743871794871794, - "Tower_Discharge_Pressure_Drop_bar": -0.020335164835164152, - "Reservoir_Pressure_bar": 9.009844322344323, - "Oil_Temperature_C": 49.98340201465202, - "Motor_Current_A": 0.7341323260073263, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49525824175824207, - "Pneumatic_Panel_Pressure_bar": 8.94885164835165, - "Cyclone_Filter_Drop_Pressure_bar": 8.434832417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.019857142857142438, - "Reservoir_Pressure_bar": 8.950815934065934, - "Oil_Temperature_C": 52.59289148351648, - "Motor_Current_A": 1.2166140109890111, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.25052747252747265, - "Pneumatic_Panel_Pressure_bar": 8.848618131868133, - "Cyclone_Filter_Drop_Pressure_bar": 8.560310439560439, - "Tower_Discharge_Pressure_Drop_bar": -0.01928021978021968, - "Reservoir_Pressure_bar": 8.85098076923077, - "Oil_Temperature_C": 54.92438186813187, - "Motor_Current_A": 0.6367788461538465, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4929175824175828, - "Pneumatic_Panel_Pressure_bar": 9.072428021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.538323626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.014893956043956196, - "Reservoir_Pressure_bar": 9.07473021978022, - "Oil_Temperature_C": 56.11624313186813, - "Motor_Current_A": 1.2475755494505498, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5038351648351651, - "Pneumatic_Panel_Pressure_bar": 8.915163736263736, - "Cyclone_Filter_Drop_Pressure_bar": 8.390884615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.004421978021977144, - "Reservoir_Pressure_bar": 8.91804945054945, - "Oil_Temperature_C": 56.48927197802198, - "Motor_Current_A": 1.2352953296703297, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2476538461538468, - "Pneumatic_Panel_Pressure_bar": 8.850780219780221, - "Cyclone_Filter_Drop_Pressure_bar": 8.587362637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.015549450549448972, - "Reservoir_Pressure_bar": 8.854263736263738, - "Oil_Temperature_C": 57.19285714285714, - "Motor_Current_A": 0.6395054945054949, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.647934883720931, - "Pneumatic_Panel_Pressure_bar": 8.928174086378737, - "Cyclone_Filter_Drop_Pressure_bar": 8.278705647840532, - "Tower_Discharge_Pressure_Drop_bar": -0.009873754152822595, - "Reservoir_Pressure_bar": 8.933556146179402, - "Oil_Temperature_C": 59.349269102990036, - "Motor_Current_A": 1.4967358803986706, - "Air_Intake_Valve_Status": 0.9302325581395349, - "Compressor_Outlet_Valve_Status": 0.06976744186046512, - "Active_Tower_ID": 0.9634551495016611, - "Load_Start_Signal": 0.9302325581395349, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8215934065934074, - "Pneumatic_Panel_Pressure_bar": 9.045587912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.210423076923076, - "Tower_Discharge_Pressure_Drop_bar": -0.00307142857142747, - "Reservoir_Pressure_bar": 9.051329670329672, - "Oil_Temperature_C": 59.21071428571429, - "Motor_Current_A": 1.8385782967032962, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5628406593406605, - "Pneumatic_Panel_Pressure_bar": 8.955731868131867, - "Cyclone_Filter_Drop_Pressure_bar": 8.364615384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.014560439560438553, - "Reservoir_Pressure_bar": 8.959478021978022, - "Oil_Temperature_C": 60.77604395604396, - "Motor_Current_A": 1.2388667582417578, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8273807692307702, - "Pneumatic_Panel_Pressure_bar": 8.911994505494505, - "Cyclone_Filter_Drop_Pressure_bar": 8.058076923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.0035714285714273874, - "Reservoir_Pressure_bar": 8.914968681318681, - "Oil_Temperature_C": 60.13217032967033, - "Motor_Current_A": 1.8317239010989006, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7266406593406605, - "Pneumatic_Panel_Pressure_bar": 9.01551098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.25445054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.0158351648351633, - "Reservoir_Pressure_bar": 9.016853846153845, - "Oil_Temperature_C": 59.22346153846154, - "Motor_Current_A": 1.3759958791208786, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.010529411764704722, - "Pneumatic_Panel_Pressure_bar": 9.029764705882354, - "Cyclone_Filter_Drop_Pressure_bar": 9.015658823529412, - "Tower_Discharge_Pressure_Drop_bar": -0.016215686274508468, - "Reservoir_Pressure_bar": 9.0320431372549, - "Oil_Temperature_C": 59.07088235294118, - "Motor_Current_A": 0.03544117647058773, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7122357829135304, - "Pneumatic_Panel_Pressure_bar": 8.834125032459102, - "Cyclone_Filter_Drop_Pressure_bar": 7.1476081537263045, - "Tower_Discharge_Pressure_Drop_bar": -0.01667644767592675, - "Reservoir_Pressure_bar": 8.835786808621137, - "Oil_Temperature_C": 55.190155154505334, - "Motor_Current_A": 1.0885672552583738, - "Air_Intake_Valve_Status": 0.8308880810179174, - "Compressor_Outlet_Valve_Status": 0.16911191898208255, - "Active_Tower_ID": 0.8308880810179174, - "Load_Start_Signal": 0.8308880810179174, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-06T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-06T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3133671117249422, - "Pneumatic_Panel_Pressure_bar": 9.605759912510237, - "Cyclone_Filter_Drop_Pressure_bar": 9.275775736857273, - "Tower_Discharge_Pressure_Drop_bar": -0.01946682323129974, - "Reservoir_Pressure_bar": 9.605960566828653, - "Oil_Temperature_C": 50.02856311761467, - "Motor_Current_A": 2.0366650948376472, - "Air_Intake_Valve_Status": 0.9684590273398375, - "Compressor_Outlet_Valve_Status": 0.03154097266016248, - "Active_Tower_ID": 0.9684590273398375, - "Load_Start_Signal": 0.9684590273398375, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-06T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4280350960680526, - "Pneumatic_Panel_Pressure_bar": 9.24569091666171, - "Cyclone_Filter_Drop_Pressure_bar": 8.802810540717386, - "Tower_Discharge_Pressure_Drop_bar": -0.019914579739455856, - "Reservoir_Pressure_bar": 9.245861757182798, - "Oil_Temperature_C": 50.7441422283029, - "Motor_Current_A": 0.3040112128963184, - "Air_Intake_Valve_Status": 0.9572898697281542, - "Compressor_Outlet_Valve_Status": 0.042710130271845816, - "Active_Tower_ID": 0.9572898697281542, - "Load_Start_Signal": 0.9572898697281542, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-07T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-07T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-07T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.14290278395282485, - "Pneumatic_Panel_Pressure_bar": 9.152779766807079, - "Cyclone_Filter_Drop_Pressure_bar": 8.987974828091819, - "Tower_Discharge_Pressure_Drop_bar": -0.02013505884401847, - "Reservoir_Pressure_bar": 9.155571504789146, - "Oil_Temperature_C": 46.62690529396866, - "Motor_Current_A": 0.9343638293410002, - "Air_Intake_Valve_Status": 0.9850551952053975, - "Compressor_Outlet_Valve_Status": 0.014944804794602454, - "Active_Tower_ID": 0.9850551952053975, - "Load_Start_Signal": 0.9850551952053975, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.48949670329670375, - "Pneumatic_Panel_Pressure_bar": 9.01038901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.49707032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.0200461538461533, - "Reservoir_Pressure_bar": 9.012156043956045, - "Oil_Temperature_C": 49.06951923076923, - "Motor_Current_A": 1.2256318681318685, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5346013431013434, - "Pneumatic_Panel_Pressure_bar": 8.86240293040293, - "Cyclone_Filter_Drop_Pressure_bar": 8.29913431013431, - "Tower_Discharge_Pressure_Drop_bar": -0.01990964590964546, - "Reservoir_Pressure_bar": 8.864474358974359, - "Oil_Temperature_C": 54.94415445665446, - "Motor_Current_A": 1.2455975274725277, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8073021978021981, - "Pneumatic_Panel_Pressure_bar": 9.157059340659341, - "Cyclone_Filter_Drop_Pressure_bar": 8.318317582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.018950549450549508, - "Reservoir_Pressure_bar": 9.160067032967033, - "Oil_Temperature_C": 56.4135989010989, - "Motor_Current_A": 1.839581043956044, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7623450549450553, - "Pneumatic_Panel_Pressure_bar": 8.842283516483516, - "Cyclone_Filter_Drop_Pressure_bar": 8.056125274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.01757802197802153, - "Reservoir_Pressure_bar": 8.846042857142857, - "Oil_Temperature_C": 58.035521978021976, - "Motor_Current_A": 1.3858241758241758, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5837032967032972, - "Pneumatic_Panel_Pressure_bar": 9.074412087912087, - "Cyclone_Filter_Drop_Pressure_bar": 8.487884615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.0023296703296691, - "Reservoir_Pressure_bar": 9.079593406593407, - "Oil_Temperature_C": 59.3268543956044, - "Motor_Current_A": 1.6834684065934065, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5289510989010994, - "Pneumatic_Panel_Pressure_bar": 8.820899450549451, - "Cyclone_Filter_Drop_Pressure_bar": 8.280404945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.013439560439560037, - "Reservoir_Pressure_bar": 8.826932417582418, - "Oil_Temperature_C": 58.7584271978022, - "Motor_Current_A": 0.8111668956043956, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24840439560439648, - "Pneumatic_Panel_Pressure_bar": 9.031075274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.767238461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.011419230769230357, - "Reservoir_Pressure_bar": 9.037974725274726, - "Oil_Temperature_C": 60.00716346153847, - "Motor_Current_A": 1.042343406593406, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5513164835164845, - "Pneumatic_Panel_Pressure_bar": 8.97180989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.407851648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.009453846153844585, - "Reservoir_Pressure_bar": 8.97895054945055, - "Oil_Temperature_C": 61.46309065934066, - "Motor_Current_A": 1.2336881868131864, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5968406593406602, - "Pneumatic_Panel_Pressure_bar": 8.979346153846153, - "Cyclone_Filter_Drop_Pressure_bar": 8.371989010989012, - "Tower_Discharge_Pressure_Drop_bar": -0.008541208791207603, - "Reservoir_Pressure_bar": 8.986554945054946, - "Oil_Temperature_C": 63.90944368131868, - "Motor_Current_A": 1.2771840659340656, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8663736263736267, - "Pneumatic_Panel_Pressure_bar": 8.938537912087913, - "Cyclone_Filter_Drop_Pressure_bar": 8.053968131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.005884615384613902, - "Reservoir_Pressure_bar": 8.942957142857143, - "Oil_Temperature_C": 64.43861950549451, - "Motor_Current_A": 1.6531984890109888, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5910494505494511, - "Pneumatic_Panel_Pressure_bar": 8.993512637362638, - "Cyclone_Filter_Drop_Pressure_bar": 8.399891758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.010890659340658427, - "Reservoir_Pressure_bar": 8.996095604395604, - "Oil_Temperature_C": 63.73194368131868, - "Motor_Current_A": 1.4266799450549448, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.080885448916409, - "Pneumatic_Panel_Pressure_bar": 8.970105263157896, - "Cyclone_Filter_Drop_Pressure_bar": 7.890668730650155, - "Tower_Discharge_Pressure_Drop_bar": -0.011888544891640937, - "Reservoir_Pressure_bar": 8.972470588235295, - "Oil_Temperature_C": 63.161455108359135, - "Motor_Current_A": 2.1265557275541793, - "Air_Intake_Valve_Status": 0.8823529411764706, - "Compressor_Outlet_Valve_Status": 0.11764705882352941, - "Active_Tower_ID": 0.9318885448916409, - "Load_Start_Signal": 0.8823529411764706, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1657832722832728, - "Pneumatic_Panel_Pressure_bar": 9.153882783882784, - "Cyclone_Filter_Drop_Pressure_bar": 7.952915140415141, - "Tower_Discharge_Pressure_Drop_bar": -0.011967032967033045, - "Reservoir_Pressure_bar": 9.156368742368741, - "Oil_Temperature_C": 64.7573717948718, - "Motor_Current_A": 2.3362576312576313, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8863225274725283, - "Pneumatic_Panel_Pressure_bar": 9.089021428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.167973626373627, - "Tower_Discharge_Pressure_Drop_bar": 0.00015934065934087967, - "Reservoir_Pressure_bar": 9.091307142857143, - "Oil_Temperature_C": 63.38350274725275, - "Motor_Current_A": 1.8780267857142856, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4908473748473759, - "Pneumatic_Panel_Pressure_bar": 8.987212454212454, - "Cyclone_Filter_Drop_Pressure_bar": 8.451520146520147, - "Tower_Discharge_Pressure_Drop_bar": -0.008762515262514183, - "Reservoir_Pressure_bar": 8.988763125763127, - "Oil_Temperature_C": 59.25879120879121, - "Motor_Current_A": 1.2272336691086687, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5448461538461549, - "Pneumatic_Panel_Pressure_bar": 8.93829120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.395428571428571, - "Tower_Discharge_Pressure_Drop_bar": -0.002835164835163428, - "Reservoir_Pressure_bar": 8.938758241758242, - "Oil_Temperature_C": 57.78791208791208, - "Motor_Current_A": 1.2307623626373627, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.508060439560441, - "Pneumatic_Panel_Pressure_bar": 8.83691098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.30032857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.013098901098899822, - "Reservoir_Pressure_bar": 8.837087912087911, - "Oil_Temperature_C": 56.542541208791214, - "Motor_Current_A": 0.8903090659340662, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.27068681318681453, - "Pneumatic_Panel_Pressure_bar": 8.982551648351649, - "Cyclone_Filter_Drop_Pressure_bar": 8.69156043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.017274725274724928, - "Reservoir_Pressure_bar": 8.983032967032967, - "Oil_Temperature_C": 56.31251373626374, - "Motor_Current_A": 0.981879120879121, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.507123076923078, - "Pneumatic_Panel_Pressure_bar": 9.0032010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.44372857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.01821648351648386, - "Reservoir_Pressure_bar": 9.003534065934065, - "Oil_Temperature_C": 55.86884615384615, - "Motor_Current_A": 1.236776098901099, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-07T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5302510989010999, - "Pneumatic_Panel_Pressure_bar": 8.974176923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.408876373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.018792857142857267, - "Reservoir_Pressure_bar": 8.974431318681319, - "Oil_Temperature_C": 55.61073489010989, - "Motor_Current_A": 1.233440934065934, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5474345238095246, - "Pneumatic_Panel_Pressure_bar": 9.013886904761906, - "Cyclone_Filter_Drop_Pressure_bar": 8.423017857142858, - "Tower_Discharge_Pressure_Drop_bar": -0.019196428571428503, - "Reservoir_Pressure_bar": 9.013982142857142, - "Oil_Temperature_C": 55.49806547619047, - "Motor_Current_A": 1.3788988095238095, - "Air_Intake_Valve_Status": 0.9345238095238095, - "Compressor_Outlet_Valve_Status": 0.06547619047619048, - "Active_Tower_ID": 0.9672619047619048, - "Load_Start_Signal": 0.9345238095238095, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5209615384615388, - "Pneumatic_Panel_Pressure_bar": 8.874986813186812, - "Cyclone_Filter_Drop_Pressure_bar": 8.336713186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.019270329670329562, - "Reservoir_Pressure_bar": 8.875378021978023, - "Oil_Temperature_C": 55.080329670329675, - "Motor_Current_A": 0.9158035714285718, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2709582417582424, - "Pneumatic_Panel_Pressure_bar": 8.984251648351648, - "Cyclone_Filter_Drop_Pressure_bar": 8.692387912087911, - "Tower_Discharge_Pressure_Drop_bar": -0.01959890109890082, - "Reservoir_Pressure_bar": 8.984889010989011, - "Oil_Temperature_C": 55.34962912087912, - "Motor_Current_A": 0.9609285714285718, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49081318681318736, - "Pneumatic_Panel_Pressure_bar": 8.972332417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.461181318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.019516483516483208, - "Reservoir_Pressure_bar": 8.973115384615385, - "Oil_Temperature_C": 55.57142857142857, - "Motor_Current_A": 1.2210233516483522, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5372967032967039, - "Pneumatic_Panel_Pressure_bar": 9.004041758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.440609340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.019406593406593224, - "Reservoir_Pressure_bar": 9.005151648351648, - "Oil_Temperature_C": 55.74156593406593, - "Motor_Current_A": 1.2474038461538464, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8718186301369869, - "Pneumatic_Panel_Pressure_bar": 8.911461369863014, - "Cyclone_Filter_Drop_Pressure_bar": 8.042123835616438, - "Tower_Discharge_Pressure_Drop_bar": -0.007704109589041115, - "Reservoir_Pressure_bar": 8.913088767123288, - "Oil_Temperature_C": 57.47671232876712, - "Motor_Current_A": 1.876986301369863, - "Air_Intake_Valve_Status": 0.9041095890410958, - "Compressor_Outlet_Valve_Status": 0.0958904109589041, - "Active_Tower_ID": 0.9534246575342465, - "Load_Start_Signal": 0.9041095890410958, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8229835164835169, - "Pneumatic_Panel_Pressure_bar": 8.893593406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.02976923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.018786813186813307, - "Reservoir_Pressure_bar": 8.895165934065934, - "Oil_Temperature_C": 57.33376373626374, - "Motor_Current_A": 1.469635989010989, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.27076043956044, - "Pneumatic_Panel_Pressure_bar": 8.834643956043955, - "Cyclone_Filter_Drop_Pressure_bar": 8.55152087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.0069978021978022945, - "Reservoir_Pressure_bar": 8.836825274725275, - "Oil_Temperature_C": 57.18491758241758, - "Motor_Current_A": 1.017217032967033, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7681505494505502, - "Pneumatic_Panel_Pressure_bar": 9.00367142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.174816483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.014727472527471471, - "Reservoir_Pressure_bar": 9.00621868131868, - "Oil_Temperature_C": 58.097445054945055, - "Motor_Current_A": 1.8359711538461538, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5244961538461544, - "Pneumatic_Panel_Pressure_bar": 9.082446153846155, - "Cyclone_Filter_Drop_Pressure_bar": 8.530263186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.01569065934065792, - "Reservoir_Pressure_bar": 9.08583076923077, - "Oil_Temperature_C": 58.509052197802205, - "Motor_Current_A": 1.2266140109890105, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5603010989010998, - "Pneumatic_Panel_Pressure_bar": 9.122746153846153, - "Cyclone_Filter_Drop_Pressure_bar": 8.534909890109889, - "Tower_Discharge_Pressure_Drop_bar": -0.01516483516483391, - "Reservoir_Pressure_bar": 9.126312087912089, - "Oil_Temperature_C": 58.91436813186814, - "Motor_Current_A": 1.2452678571428566, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5790329670329678, - "Pneumatic_Panel_Pressure_bar": 9.008527472527472, - "Cyclone_Filter_Drop_Pressure_bar": 8.411406593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.014439560439559525, - "Reservoir_Pressure_bar": 9.012461538461539, - "Oil_Temperature_C": 59.53241758241758, - "Motor_Current_A": 1.2706799450549444, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5509082417582426, - "Pneumatic_Panel_Pressure_bar": 9.04283956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.47670934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.012340659340658672, - "Reservoir_Pressure_bar": 9.046033516483517, - "Oil_Temperature_C": 59.788124999999994, - "Motor_Current_A": 1.2448537087912084, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5323928571428581, - "Pneumatic_Panel_Pressure_bar": 8.975890109890111, - "Cyclone_Filter_Drop_Pressure_bar": 8.394483516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.013876373626372961, - "Reservoir_Pressure_bar": 8.979164835164836, - "Oil_Temperature_C": 59.60315934065934, - "Motor_Current_A": 1.2537053571428567, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2712521978021987, - "Pneumatic_Panel_Pressure_bar": 9.096954945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.781845054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.004806043956043295, - "Reservoir_Pressure_bar": 9.099524725274724, - "Oil_Temperature_C": 62.361634615384624, - "Motor_Current_A": 2.4436078296703294, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9316483516483528, - "Pneumatic_Panel_Pressure_bar": 9.019989010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.07317032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.0028296703296696074, - "Reservoir_Pressure_bar": 9.022906593406594, - "Oil_Temperature_C": 62.748557692307685, - "Motor_Current_A": 1.9188942307692303, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9575983516483526, - "Pneumatic_Panel_Pressure_bar": 8.953201648351648, - "Cyclone_Filter_Drop_Pressure_bar": 7.96942087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.014434065934065005, - "Reservoir_Pressure_bar": 8.955712087912088, - "Oil_Temperature_C": 61.83008928571429, - "Motor_Current_A": 1.9142506868131863, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9253772893772905, - "Pneumatic_Panel_Pressure_bar": 9.058168498168497, - "Cyclone_Filter_Drop_Pressure_bar": 8.090772893772895, - "Tower_Discharge_Pressure_Drop_bar": -0.014626373626372572, - "Reservoir_Pressure_bar": 9.060448717948717, - "Oil_Temperature_C": 61.823832417582416, - "Motor_Current_A": 1.913516483516483, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5241406593406607, - "Pneumatic_Panel_Pressure_bar": 8.883780219780219, - "Cyclone_Filter_Drop_Pressure_bar": 8.327838461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.015445054945053518, - "Reservoir_Pressure_bar": 8.885316483516483, - "Oil_Temperature_C": 59.63601648351649, - "Motor_Current_A": 1.236240384615384, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9612876712328778, - "Pneumatic_Panel_Pressure_bar": 8.864681643835617, - "Cyclone_Filter_Drop_Pressure_bar": 7.878489315068493, - "Tower_Discharge_Pressure_Drop_bar": -0.004065205479450738, - "Reservoir_Pressure_bar": 8.866166575342465, - "Oil_Temperature_C": 58.970349315068496, - "Motor_Current_A": 1.9019246575342463, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6405225274725286, - "Pneumatic_Panel_Pressure_bar": 8.890987362637363, - "Cyclone_Filter_Drop_Pressure_bar": 8.22656923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.0037142857142842, - "Reservoir_Pressure_bar": 8.893042307692307, - "Oil_Temperature_C": 60.348276098901096, - "Motor_Current_A": 1.3575631868131868, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2098560439560448, - "Pneumatic_Panel_Pressure_bar": 8.982866483516483, - "Cyclone_Filter_Drop_Pressure_bar": 7.73382032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.014989010989009633, - "Reservoir_Pressure_bar": 8.984624725274726, - "Oil_Temperature_C": 59.84138736263736, - "Motor_Current_A": 2.109911401098901, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9332417582417583, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9964285714285714, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6965631868131877, - "Pneumatic_Panel_Pressure_bar": 9.096947802197803, - "Cyclone_Filter_Drop_Pressure_bar": 8.370076923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.016530219780218704, - "Reservoir_Pressure_bar": 9.099406593406593, - "Oil_Temperature_C": 59.94611950549451, - "Motor_Current_A": 1.7311092032967033, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-08T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.22717120000000096, - "Pneumatic_Panel_Pressure_bar": 9.008712, - "Cyclone_Filter_Drop_Pressure_bar": 8.76516, - "Tower_Discharge_Pressure_Drop_bar": -0.01692799999999931, - "Reservoir_Pressure_bar": 9.0097936, - "Oil_Temperature_C": 57.979459999999996, - "Motor_Current_A": 1.3252620000000002, - "Air_Intake_Valve_Status": 0.976, - "Compressor_Outlet_Valve_Status": 0.024, - "Active_Tower_ID": 0.9984, - "Load_Start_Signal": 0.976, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011911953352769972, - "Pneumatic_Panel_Pressure_bar": 9.19066530612245, - "Cyclone_Filter_Drop_Pressure_bar": 9.17475335276968, - "Tower_Discharge_Pressure_Drop_bar": -0.016088046647228627, - "Reservoir_Pressure_bar": 9.192577259475218, - "Oil_Temperature_C": 57.87737609329446, - "Motor_Current_A": 0.20390816326530664, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-09T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-09T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.010445325262055615, - "Pneumatic_Panel_Pressure_bar": 9.326692724723477, - "Cyclone_Filter_Drop_Pressure_bar": 9.31157564373623, - "Tower_Discharge_Pressure_Drop_bar": -0.017798949547103687, - "Reservoir_Pressure_bar": 9.328359424031337, - "Oil_Temperature_C": 49.72821011283467, - "Motor_Current_A": 0.949766552422496, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49806813186813237, - "Pneumatic_Panel_Pressure_bar": 8.888493406593406, - "Cyclone_Filter_Drop_Pressure_bar": 8.377485714285713, - "Tower_Discharge_Pressure_Drop_bar": -0.007840659340659603, - "Reservoir_Pressure_bar": 8.890114285714287, - "Oil_Temperature_C": 53.761923076923075, - "Motor_Current_A": 1.2253708791208793, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.29131868131868166, - "Pneumatic_Panel_Pressure_bar": 8.708228327228326, - "Cyclone_Filter_Drop_Pressure_bar": 8.39230525030525, - "Tower_Discharge_Pressure_Drop_bar": -0.01834065934065961, - "Reservoir_Pressure_bar": 8.710137362637361, - "Oil_Temperature_C": 54.598160866910874, - "Motor_Current_A": 0.6534134615384618, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5420328767123291, - "Pneumatic_Panel_Pressure_bar": 9.023181369863014, - "Cyclone_Filter_Drop_Pressure_bar": 8.437355616438357, - "Tower_Discharge_Pressure_Drop_bar": -0.018291506849315315, - "Reservoir_Pressure_bar": 9.025159452054794, - "Oil_Temperature_C": 55.726164383561645, - "Motor_Current_A": 1.2520136986301371, - "Air_Intake_Valve_Status": 0.936986301369863, - "Compressor_Outlet_Valve_Status": 0.06301369863013699, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.936986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5771269230769235, - "Pneumatic_Panel_Pressure_bar": 8.968235164835166, - "Cyclone_Filter_Drop_Pressure_bar": 8.38029010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.008802197802197494, - "Reservoir_Pressure_bar": 8.971021428571428, - "Oil_Temperature_C": 55.91220467032967, - "Motor_Current_A": 1.262026098901099, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5120329670329674, - "Pneumatic_Panel_Pressure_bar": 8.957701098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.399804395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.016378021978020803, - "Reservoir_Pressure_bar": 8.960826373626373, - "Oil_Temperature_C": 56.71008241758242, - "Motor_Current_A": 1.0256730769230766, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2746263736263743, - "Pneumatic_Panel_Pressure_bar": 8.911713186813188, - "Cyclone_Filter_Drop_Pressure_bar": 8.622716483516482, - "Tower_Discharge_Pressure_Drop_bar": -0.015620879120877654, - "Reservoir_Pressure_bar": 8.91541978021978, - "Oil_Temperature_C": 57.3823489010989, - "Motor_Current_A": 0.8703818681318676, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6150362637362644, - "Pneumatic_Panel_Pressure_bar": 8.912867032967034, - "Cyclone_Filter_Drop_Pressure_bar": 8.273425274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.0150879120879108, - "Reservoir_Pressure_bar": 8.916531868131868, - "Oil_Temperature_C": 57.76603021978022, - "Motor_Current_A": 1.286229395604395, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5486703296703304, - "Pneumatic_Panel_Pressure_bar": 8.954614835164834, - "Cyclone_Filter_Drop_Pressure_bar": 8.373796153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.0026302197802187464, - "Reservoir_Pressure_bar": 8.958739560439561, - "Oil_Temperature_C": 58.32753434065934, - "Motor_Current_A": 0.9724656593406588, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.29432273972602846, - "Pneumatic_Panel_Pressure_bar": 8.804237260273974, - "Cyclone_Filter_Drop_Pressure_bar": 8.469963287671233, - "Tower_Discharge_Pressure_Drop_bar": -0.01473424657534136, - "Reservoir_Pressure_bar": 8.808193424657535, - "Oil_Temperature_C": 59.00948630136987, - "Motor_Current_A": 0.9817253424657529, - "Air_Intake_Valve_Status": 0.9643835616438357, - "Compressor_Outlet_Valve_Status": 0.03561643835616438, - "Active_Tower_ID": 0.9835616438356164, - "Load_Start_Signal": 0.9643835616438357, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.780752197802199, - "Pneumatic_Panel_Pressure_bar": 8.829751098901099, - "Cyclone_Filter_Drop_Pressure_bar": 7.998745604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.0008730769230759186, - "Reservoir_Pressure_bar": 8.833927472527472, - "Oil_Temperature_C": 59.884416208791215, - "Motor_Current_A": 1.8552403846153842, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6409076923076933, - "Pneumatic_Panel_Pressure_bar": 8.973063736263736, - "Cyclone_Filter_Drop_Pressure_bar": 8.304283516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.01435824175824086, - "Reservoir_Pressure_bar": 8.977354945054945, - "Oil_Temperature_C": 60.222142857142856, - "Motor_Current_A": 1.2905082417582412, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5633824175824188, - "Pneumatic_Panel_Pressure_bar": 8.715708791208792, - "Cyclone_Filter_Drop_Pressure_bar": 8.103835164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.01462087912087808, - "Reservoir_Pressure_bar": 8.719368131868132, - "Oil_Temperature_C": 59.08664835164836, - "Motor_Current_A": 1.065380494505494, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5088060439560451, - "Pneumatic_Panel_Pressure_bar": 8.96825054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.431982967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.012421428571427315, - "Reservoir_Pressure_bar": 8.971387912087913, - "Oil_Temperature_C": 59.63371565934066, - "Motor_Current_A": 1.43022184065934, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6561098901098912, - "Pneumatic_Panel_Pressure_bar": 9.09839120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.441993956043957, - "Tower_Discharge_Pressure_Drop_bar": 0.0058774725274738015, - "Reservoir_Pressure_bar": 9.101248351648351, - "Oil_Temperature_C": 59.10063873626373, - "Motor_Current_A": 1.329965659340659, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5956868131868144, - "Pneumatic_Panel_Pressure_bar": 8.9948894993895, - "Cyclone_Filter_Drop_Pressure_bar": 8.37949816849817, - "Tower_Discharge_Pressure_Drop_bar": -0.009517704517703085, - "Reservoir_Pressure_bar": 8.996904761904762, - "Oil_Temperature_C": 58.31572802197802, - "Motor_Current_A": 0.9342239010989005, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.900766575342467, - "Pneumatic_Panel_Pressure_bar": 9.078908493150685, - "Cyclone_Filter_Drop_Pressure_bar": 8.18062301369863, - "Tower_Discharge_Pressure_Drop_bar": -0.0013753424657519425, - "Reservoir_Pressure_bar": 9.081308493150685, - "Oil_Temperature_C": 59.88680136986301, - "Motor_Current_A": 2.0502328767123283, - "Air_Intake_Valve_Status": 0.9041095890410958, - "Compressor_Outlet_Valve_Status": 0.0958904109589041, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9041095890410958, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.565840109890111, - "Pneumatic_Panel_Pressure_bar": 8.981903296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.370463186813186, - "Tower_Discharge_Pressure_Drop_bar": -0.01620384615384481, - "Reservoir_Pressure_bar": 8.98446978021978, - "Oil_Temperature_C": 59.92091346153847, - "Motor_Current_A": 1.4230989010989006, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3267692307692318, - "Pneumatic_Panel_Pressure_bar": 9.080224175824176, - "Cyclone_Filter_Drop_Pressure_bar": 7.705383516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.016824175824175003, - "Reservoir_Pressure_bar": 9.0822989010989, - "Oil_Temperature_C": 61.10056318681318, - "Motor_Current_A": 2.396649725274725, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7633553113553124, - "Pneumatic_Panel_Pressure_bar": 8.987946886446887, - "Cyclone_Filter_Drop_Pressure_bar": 8.20762087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.01815018315018332, - "Reservoir_Pressure_bar": 8.990483516483517, - "Oil_Temperature_C": 59.567811355311356, - "Motor_Current_A": 1.5042902930402933, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-09T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4325526627218944, - "Pneumatic_Panel_Pressure_bar": 8.918919526627219, - "Cyclone_Filter_Drop_Pressure_bar": 8.464943195266272, - "Tower_Discharge_Pressure_Drop_bar": -0.01865680473372802, - "Reservoir_Pressure_bar": 8.92082721893491, - "Oil_Temperature_C": 58.254408284023675, - "Motor_Current_A": 1.6056301775147932, - "Air_Intake_Valve_Status": 0.9526627218934911, - "Compressor_Outlet_Valve_Status": 0.047337278106508875, - "Active_Tower_ID": 0.9822485207100592, - "Load_Start_Signal": 0.9526627218934911, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9174230769230773, - "Pneumatic_Panel_Pressure_bar": 8.804917307692309, - "Cyclone_Filter_Drop_Pressure_bar": 7.868073076923077, - "Tower_Discharge_Pressure_Drop_bar": 0.033405769230769114, - "Reservoir_Pressure_bar": 8.807784615384616, - "Oil_Temperature_C": 56.019375000000004, - "Motor_Current_A": 1.7938701923076925, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9903846153846154, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 9.63931826431282, - "Cyclone_Filter_Drop_Pressure_bar": 9.62331826431282, - "Tower_Discharge_Pressure_Drop_bar": -0.018425507342023133, - "Reservoir_Pressure_bar": 9.63931826431282, - "Oil_Temperature_C": 55.79956484078536, - "Motor_Current_A": 0.8313900346477476, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-10T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.010390624999998797, - "Pneumatic_Panel_Pressure_bar": 9.20223502722323, - "Cyclone_Filter_Drop_Pressure_bar": 9.18631315222323, - "Tower_Discharge_Pressure_Drop_bar": -0.019950104922867043, - "Reservoir_Pressure_bar": 9.20237565222323, - "Oil_Temperature_C": 49.12126655370916, - "Motor_Current_A": 0.936575898933757, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5244832876712332, - "Pneumatic_Panel_Pressure_bar": 8.890393424657534, - "Cyclone_Filter_Drop_Pressure_bar": 8.328037260273973, - "Tower_Discharge_Pressure_Drop_bar": -0.020428493150684197, - "Reservoir_Pressure_bar": 8.891242739726028, - "Oil_Temperature_C": 52.120082191780824, - "Motor_Current_A": 1.2301369863013702, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9698630136986301, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23681318681318708, - "Pneumatic_Panel_Pressure_bar": 8.773161538461538, - "Cyclone_Filter_Drop_Pressure_bar": 8.51024945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.02061538461538377, - "Reservoir_Pressure_bar": 8.774227472527473, - "Oil_Temperature_C": 53.03201923076923, - "Motor_Current_A": 0.6256318681318684, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5132582417582421, - "Pneumatic_Panel_Pressure_bar": 9.037113186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.474904395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.020516483516482734, - "Reservoir_Pressure_bar": 9.038772527472528, - "Oil_Temperature_C": 53.09754120879121, - "Motor_Current_A": 1.230453296703297, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.32942307692307743, - "Pneumatic_Panel_Pressure_bar": 8.900016483516485, - "Cyclone_Filter_Drop_Pressure_bar": 8.540931318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.020142857142856564, - "Reservoir_Pressure_bar": 8.901953296703297, - "Oil_Temperature_C": 53.54402472527473, - "Motor_Current_A": 0.6817651098901102, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.48297912087912126, - "Pneumatic_Panel_Pressure_bar": 9.227141208791208, - "Cyclone_Filter_Drop_Pressure_bar": 8.73385, - "Tower_Discharge_Pressure_Drop_bar": -0.019188461538461456, - "Reservoir_Pressure_bar": 9.229543956043956, - "Oil_Temperature_C": 55.44800137362637, - "Motor_Current_A": 1.1928310439560443, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5442252054794525, - "Pneumatic_Panel_Pressure_bar": 9.217529863013699, - "Cyclone_Filter_Drop_Pressure_bar": 8.656292054794521, - "Tower_Discharge_Pressure_Drop_bar": -0.01845479452054811, - "Reservoir_Pressure_bar": 9.22054904109589, - "Oil_Temperature_C": 56.54869863013699, - "Motor_Current_A": 1.2326575342465755, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5249505494505499, - "Pneumatic_Panel_Pressure_bar": 9.008124175824175, - "Cyclone_Filter_Drop_Pressure_bar": 8.474915384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.007829670329670425, - "Reservoir_Pressure_bar": 9.011734065934066, - "Oil_Temperature_C": 55.82182005494506, - "Motor_Current_A": 1.1689828296703295, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5441703296703302, - "Pneumatic_Panel_Pressure_bar": 9.09261043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.532797252747253, - "Tower_Discharge_Pressure_Drop_bar": -0.005945054945054739, - "Reservoir_Pressure_bar": 9.096396153846154, - "Oil_Temperature_C": 56.82864010989011, - "Motor_Current_A": 0.9096318681318679, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.28020549450549515, - "Pneumatic_Panel_Pressure_bar": 9.151645054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.83884945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.017205494505494093, - "Reservoir_Pressure_bar": 9.154703296703296, - "Oil_Temperature_C": 57.645494505494504, - "Motor_Current_A": 1.0409423076923074, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6246098901098908, - "Pneumatic_Panel_Pressure_bar": 9.091867032967034, - "Cyclone_Filter_Drop_Pressure_bar": 8.427207692307693, - "Tower_Discharge_Pressure_Drop_bar": -0.01754175824175809, - "Reservoir_Pressure_bar": 9.094592307692308, - "Oil_Temperature_C": 57.23167582417583, - "Motor_Current_A": 1.2980741758241756, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5687362637362643, - "Pneumatic_Panel_Pressure_bar": 8.991151648351648, - "Cyclone_Filter_Drop_Pressure_bar": 8.379689010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.01794065934065954, - "Reservoir_Pressure_bar": 8.99380879120879, - "Oil_Temperature_C": 56.505343406593404, - "Motor_Current_A": 1.2638310439560438, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5812857142857148, - "Pneumatic_Panel_Pressure_bar": 8.772807692307692, - "Cyclone_Filter_Drop_Pressure_bar": 8.181593406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.018351648351648604, - "Reservoir_Pressure_bar": 8.775351648351648, - "Oil_Temperature_C": 56.136813186813185, - "Motor_Current_A": 0.8704395604395604, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2726221001221007, - "Pneumatic_Panel_Pressure_bar": 8.7162557997558, - "Cyclone_Filter_Drop_Pressure_bar": 8.427360195360196, - "Tower_Discharge_Pressure_Drop_bar": -0.019126373626373577, - "Reservoir_Pressure_bar": 8.718459096459096, - "Oil_Temperature_C": 56.33690476190477, - "Motor_Current_A": 1.0277464896214898, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6849098901098907, - "Pneumatic_Panel_Pressure_bar": 8.75838021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.053264835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.019428571428571233, - "Reservoir_Pressure_bar": 8.760141758241758, - "Oil_Temperature_C": 56.42225274725275, - "Motor_Current_A": 1.3226579670329672, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4169318681318687, - "Pneumatic_Panel_Pressure_bar": 9.15725054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.717674725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.013686813186812799, - "Reservoir_Pressure_bar": 9.158439560439561, - "Oil_Temperature_C": 57.00190934065934, - "Motor_Current_A": 1.1564313186813189, - "Air_Intake_Valve_Status": 0.9532967032967034, - "Compressor_Outlet_Valve_Status": 0.046703296703296704, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9532967032967034, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0934362637362642, - "Pneumatic_Panel_Pressure_bar": 9.025396703296703, - "Cyclone_Filter_Drop_Pressure_bar": 7.874103296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.019379120879120304, - "Reservoir_Pressure_bar": 9.026061538461539, - "Oil_Temperature_C": 56.88317307692307, - "Motor_Current_A": 2.0464038461538463, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3387912087912091, - "Pneumatic_Panel_Pressure_bar": 8.861829670329671, - "Cyclone_Filter_Drop_Pressure_bar": 8.500362637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.010020879120878366, - "Reservoir_Pressure_bar": 8.863328571428571, - "Oil_Temperature_C": 56.79891483516484, - "Motor_Current_A": 0.8542541208791211, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9464670329670333, - "Pneumatic_Panel_Pressure_bar": 9.087126373626374, - "Cyclone_Filter_Drop_Pressure_bar": 8.122472527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.010780219780219017, - "Reservoir_Pressure_bar": 9.088269230769232, - "Oil_Temperature_C": 57.073282967032966, - "Motor_Current_A": 1.839581043956044, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5842456043956047, - "Pneumatic_Panel_Pressure_bar": 8.80923901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.200973626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.020858791208790237, - "Reservoir_Pressure_bar": 8.810246153846153, - "Oil_Temperature_C": 55.9435989010989, - "Motor_Current_A": 1.2676717032967035, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-10T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6220539682539684, - "Pneumatic_Panel_Pressure_bar": 9.06792380952381, - "Cyclone_Filter_Drop_Pressure_bar": 8.39111111111111, - "Tower_Discharge_Pressure_Drop_bar": -0.0215111111111098, - "Reservoir_Pressure_bar": 9.069714285714285, - "Oil_Temperature_C": 56.23305555555555, - "Motor_Current_A": 1.4994007936507938, - "Air_Intake_Valve_Status": 0.926984126984127, - "Compressor_Outlet_Valve_Status": 0.07301587301587302, - "Active_Tower_ID": 0.9619047619047619, - "Load_Start_Signal": 0.926984126984127, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013612121212120725, - "Pneumatic_Panel_Pressure_bar": 9.006129292929293, - "Cyclone_Filter_Drop_Pressure_bar": 8.991482828282829, - "Tower_Discharge_Pressure_Drop_bar": -0.020905050505049507, - "Reservoir_Pressure_bar": 9.008614141414142, - "Oil_Temperature_C": 54.64262626262626, - "Motor_Current_A": 0.036994949494949914, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013570624235005655, - "Pneumatic_Panel_Pressure_bar": 8.936066095471237, - "Cyclone_Filter_Drop_Pressure_bar": 8.921636719706243, - "Tower_Discharge_Pressure_Drop_bar": -0.020429375764993145, - "Reservoir_Pressure_bar": 8.937207343941248, - "Oil_Temperature_C": 51.695489596083235, - "Motor_Current_A": 0.8538788249694002, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-11T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01190329661362696, - "Pneumatic_Panel_Pressure_bar": 9.247739249286006, - "Cyclone_Filter_Drop_Pressure_bar": 9.2324092125663, - "Tower_Discharge_Pressure_Drop_bar": -0.021613370053038216, - "Reservoir_Pressure_bar": 9.248962509179927, - "Oil_Temperature_C": 45.5076256119951, - "Motor_Current_A": 1.054471098531212, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5174670329670332, - "Pneumatic_Panel_Pressure_bar": 8.875773626373626, - "Cyclone_Filter_Drop_Pressure_bar": 8.335402197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.021837362637361236, - "Reservoir_Pressure_bar": 8.876281318681318, - "Oil_Temperature_C": 49.61554945054945, - "Motor_Current_A": 1.236762362637363, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5545274725274729, - "Pneumatic_Panel_Pressure_bar": 8.960525274725274, - "Cyclone_Filter_Drop_Pressure_bar": 8.35064065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.02029120879120739, - "Reservoir_Pressure_bar": 8.961518681318681, - "Oil_Temperature_C": 52.532788461538466, - "Motor_Current_A": 1.2727829670329673, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7005758904109594, - "Pneumatic_Panel_Pressure_bar": 9.000698082191782, - "Cyclone_Filter_Drop_Pressure_bar": 8.27349808219178, - "Tower_Discharge_Pressure_Drop_bar": -0.021846575342464335, - "Reservoir_Pressure_bar": 9.002199452054795, - "Oil_Temperature_C": 55.024863013698635, - "Motor_Current_A": 1.3320205479452056, - "Air_Intake_Valve_Status": 0.9232876712328767, - "Compressor_Outlet_Valve_Status": 0.07671232876712329, - "Active_Tower_ID": 0.9561643835616438, - "Load_Start_Signal": 0.9232876712328767, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5628021978021982, - "Pneumatic_Panel_Pressure_bar": 9.048025274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.460464835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.02099999999999895, - "Reservoir_Pressure_bar": 9.049767582417584, - "Oil_Temperature_C": 55.3420260989011, - "Motor_Current_A": 1.244368131868132, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5609901098901103, - "Pneumatic_Panel_Pressure_bar": 9.153826373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.565975824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.020204395604394992, - "Reservoir_Pressure_bar": 9.156013186813187, - "Oil_Temperature_C": 55.600109890109884, - "Motor_Current_A": 1.2431607142857146, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5110736263736266, - "Pneumatic_Panel_Pressure_bar": 9.038693406593406, - "Cyclone_Filter_Drop_Pressure_bar": 8.50033956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.016285714285713893, - "Reservoir_Pressure_bar": 9.040973626373626, - "Oil_Temperature_C": 55.268956043956045, - "Motor_Current_A": 1.218736263736264, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24837362637362675, - "Pneumatic_Panel_Pressure_bar": 8.825081868131868, - "Cyclone_Filter_Drop_Pressure_bar": 8.539827472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.01951483516483493, - "Reservoir_Pressure_bar": 8.828384065934067, - "Oil_Temperature_C": 54.978379120879126, - "Motor_Current_A": 0.6500212912087916, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5462351648351652, - "Pneumatic_Panel_Pressure_bar": 8.832902197802197, - "Cyclone_Filter_Drop_Pressure_bar": 8.2700010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.018861538461538558, - "Reservoir_Pressure_bar": 8.836105494505494, - "Oil_Temperature_C": 56.18412087912088, - "Motor_Current_A": 1.2288585164835168, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.550728767123288, - "Pneumatic_Panel_Pressure_bar": 9.012252602739727, - "Cyclone_Filter_Drop_Pressure_bar": 8.42988602739726, - "Tower_Discharge_Pressure_Drop_bar": -0.012553424657534399, - "Reservoir_Pressure_bar": 9.015502465753425, - "Oil_Temperature_C": 56.93661643835617, - "Motor_Current_A": 1.2339856164383565, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5272411477411482, - "Pneumatic_Panel_Pressure_bar": 9.135652014652015, - "Cyclone_Filter_Drop_Pressure_bar": 8.577080586080585, - "Tower_Discharge_Pressure_Drop_bar": -0.0177362637362639, - "Reservoir_Pressure_bar": 9.138124542124542, - "Oil_Temperature_C": 56.83833180708181, - "Motor_Current_A": 1.2342101648351649, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5315714285714291, - "Pneumatic_Panel_Pressure_bar": 9.12779010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.587309890109891, - "Tower_Discharge_Pressure_Drop_bar": -0.006128571428571682, - "Reservoir_Pressure_bar": 9.130496703296703, - "Oil_Temperature_C": 57.388818681318675, - "Motor_Current_A": 1.2283695054945056, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5384093406593411, - "Pneumatic_Panel_Pressure_bar": 9.101678571428572, - "Cyclone_Filter_Drop_Pressure_bar": 8.537412087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.01818131868131888, - "Reservoir_Pressure_bar": 9.10435989010989, - "Oil_Temperature_C": 58.051098901098904, - "Motor_Current_A": 1.2228846153846156, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.851637362637363, - "Pneumatic_Panel_Pressure_bar": 8.891305494505493, - "Cyclone_Filter_Drop_Pressure_bar": 8.007025274725276, - "Tower_Discharge_Pressure_Drop_bar": -0.01893241758241762, - "Reservoir_Pressure_bar": 8.893212087912088, - "Oil_Temperature_C": 58.778289835164834, - "Motor_Current_A": 1.7256936813186814, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5125375342465759, - "Pneumatic_Panel_Pressure_bar": 9.023684383561644, - "Cyclone_Filter_Drop_Pressure_bar": 8.487262465753425, - "Tower_Discharge_Pressure_Drop_bar": -0.01927671232876701, - "Reservoir_Pressure_bar": 9.025432876712328, - "Oil_Temperature_C": 57.722945205479455, - "Motor_Current_A": 1.2436719178082194, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5160054945054949, - "Pneumatic_Panel_Pressure_bar": 9.016113186813188, - "Cyclone_Filter_Drop_Pressure_bar": 8.453756593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.019747252747252378, - "Reservoir_Pressure_bar": 9.017091208791209, - "Oil_Temperature_C": 56.840721153846154, - "Motor_Current_A": 1.0340961538461542, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6050604395604401, - "Pneumatic_Panel_Pressure_bar": 9.067604395604397, - "Cyclone_Filter_Drop_Pressure_bar": 8.430258241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.019719780219779874, - "Reservoir_Pressure_bar": 9.06915934065934, - "Oil_Temperature_C": 57.763131868131865, - "Motor_Current_A": 1.6031098901098901, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8757857142857147, - "Pneumatic_Panel_Pressure_bar": 8.950009890109891, - "Cyclone_Filter_Drop_Pressure_bar": 8.044867032967034, - "Tower_Discharge_Pressure_Drop_bar": -0.01591758241758195, - "Reservoir_Pressure_bar": 8.951504395604395, - "Oil_Temperature_C": 58.56436126373627, - "Motor_Current_A": 1.878846153846154, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6043571428571433, - "Pneumatic_Panel_Pressure_bar": 9.033868131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.414557692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.019991758241757748, - "Reservoir_Pressure_bar": 9.035131868131868, - "Oil_Temperature_C": 58.18866758241758, - "Motor_Current_A": 1.2570329670329674, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8388778998779004, - "Pneumatic_Panel_Pressure_bar": 8.95663614163614, - "Cyclone_Filter_Drop_Pressure_bar": 8.094465811965811, - "Tower_Discharge_Pressure_Drop_bar": -0.01488461538461491, - "Reservoir_Pressure_bar": 8.95780525030525, - "Oil_Temperature_C": 58.26916208791209, - "Motor_Current_A": 1.862699175824176, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-11T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7062710622710626, - "Pneumatic_Panel_Pressure_bar": 8.945863003663003, - "Cyclone_Filter_Drop_Pressure_bar": 8.200698168498167, - "Tower_Discharge_Pressure_Drop_bar": -0.020065934065933506, - "Reservoir_Pressure_bar": 8.94667619047619, - "Oil_Temperature_C": 57.4189010989011, - "Motor_Current_A": 1.3480860805860808, - "Air_Intake_Valve_Status": 0.9194139194139194, - "Compressor_Outlet_Valve_Status": 0.08058608058608059, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9194139194139194, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9963369963369964, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011457627118643579, - "Pneumatic_Panel_Pressure_bar": 8.634474576271186, - "Cyclone_Filter_Drop_Pressure_bar": 8.61877966101695, - "Tower_Discharge_Pressure_Drop_bar": -0.02013559322033841, - "Reservoir_Pressure_bar": 8.63722033898305, - "Oil_Temperature_C": 56.117372881355934, - "Motor_Current_A": 0.17076271186440703, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.015511366475142993, - "Pneumatic_Panel_Pressure_bar": 8.825197768340411, - "Cyclone_Filter_Drop_Pressure_bar": 8.8122205012907, - "Tower_Discharge_Pressure_Drop_bar": -0.021496211174950795, - "Reservoir_Pressure_bar": 8.828693979515364, - "Oil_Temperature_C": 53.36117078857524, - "Motor_Current_A": 0.9802716712465653, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-12T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011732590800801412, - "Pneumatic_Panel_Pressure_bar": 8.926253973476532, - "Cyclone_Filter_Drop_Pressure_bar": 8.910239480281387, - "Tower_Discharge_Pressure_Drop_bar": -0.020327618784555888, - "Reservoir_Pressure_bar": 8.927719803643202, - "Oil_Temperature_C": 51.71918254737132, - "Motor_Current_A": 1.0653217505570012, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5225934065934069, - "Pneumatic_Panel_Pressure_bar": 8.799801098901098, - "Cyclone_Filter_Drop_Pressure_bar": 8.262152747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.019569780219779634, - "Reservoir_Pressure_bar": 8.80179010989011, - "Oil_Temperature_C": 54.69423076923077, - "Motor_Current_A": 1.2302335164835168, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8593131868131871, - "Pneumatic_Panel_Pressure_bar": 9.074995054945056, - "Cyclone_Filter_Drop_Pressure_bar": 8.20707912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.01937912087912071, - "Reservoir_Pressure_bar": 9.077093956043955, - "Oil_Temperature_C": 57.28959478021978, - "Motor_Current_A": 1.8447046703296706, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5573538461538465, - "Pneumatic_Panel_Pressure_bar": 9.12478021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.538508791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.018120879120879153, - "Reservoir_Pressure_bar": 9.127151648351647, - "Oil_Temperature_C": 58.308626373626375, - "Motor_Current_A": 1.2618695054945055, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5466978021978025, - "Pneumatic_Panel_Pressure_bar": 8.910854945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.302284615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.01712747252747208, - "Reservoir_Pressure_bar": 8.913169230769231, - "Oil_Temperature_C": 58.05335164835165, - "Motor_Current_A": 1.2667499999999996, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5487967032967037, - "Pneumatic_Panel_Pressure_bar": 8.76385934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.174227472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.01608296703296567, - "Reservoir_Pressure_bar": 8.767254945054946, - "Oil_Temperature_C": 58.86908653846154, - "Motor_Current_A": 1.234718406593406, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.523019726027398, - "Pneumatic_Panel_Pressure_bar": 8.812375342465753, - "Cyclone_Filter_Drop_Pressure_bar": 8.25218904109589, - "Tower_Discharge_Pressure_Drop_bar": -0.015303561643834255, - "Reservoir_Pressure_bar": 8.815777534246575, - "Oil_Temperature_C": 59.41245890410959, - "Motor_Current_A": 1.2216780821917803, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5716098901098909, - "Pneumatic_Panel_Pressure_bar": 8.831199999999999, - "Cyclone_Filter_Drop_Pressure_bar": 8.245814285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.006291208791208126, - "Reservoir_Pressure_bar": 8.835006593406593, - "Oil_Temperature_C": 60.02152472527472, - "Motor_Current_A": 1.2621359890109884, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8403296703296712, - "Pneumatic_Panel_Pressure_bar": 8.928871428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.066986813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.012624175824175708, - "Reservoir_Pressure_bar": 8.932554945054944, - "Oil_Temperature_C": 61.894917582417584, - "Motor_Current_A": 1.6243104395604393, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5137000000000013, - "Pneumatic_Panel_Pressure_bar": 8.868458241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.306346153846155, - "Tower_Discharge_Pressure_Drop_bar": -0.0129340659340658, - "Reservoir_Pressure_bar": 8.87120879120879, - "Oil_Temperature_C": 61.55554945054946, - "Motor_Current_A": 1.4425508241758238, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5436362637362648, - "Pneumatic_Panel_Pressure_bar": 9.10852087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.544646153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.013281318681318365, - "Reservoir_Pressure_bar": 9.11092087912088, - "Oil_Temperature_C": 61.55798076923077, - "Motor_Current_A": 1.2629739010989007, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5401643835616449, - "Pneumatic_Panel_Pressure_bar": 9.02861808219178, - "Cyclone_Filter_Drop_Pressure_bar": 8.444228493150685, - "Tower_Discharge_Pressure_Drop_bar": -0.013501917808218751, - "Reservoir_Pressure_bar": 9.031050958904109, - "Oil_Temperature_C": 60.71828767123287, - "Motor_Current_A": 1.2341171232876709, - "Air_Intake_Valve_Status": 0.936986301369863, - "Compressor_Outlet_Valve_Status": 0.06301369863013699, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.936986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6641516483516494, - "Pneumatic_Panel_Pressure_bar": 8.932550549450548, - "Cyclone_Filter_Drop_Pressure_bar": 8.26347912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.00035714285714222115, - "Reservoir_Pressure_bar": 8.934742857142858, - "Oil_Temperature_C": 60.76403846153846, - "Motor_Current_A": 1.3022129120879118, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.877106043956045, - "Pneumatic_Panel_Pressure_bar": 9.059762637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.169484065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.01384615384615324, - "Reservoir_Pressure_bar": 9.061878021978021, - "Oil_Temperature_C": 61.7194848901099, - "Motor_Current_A": 1.8529210164835161, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6292500000000011, - "Pneumatic_Panel_Pressure_bar": 8.796217032967032, - "Cyclone_Filter_Drop_Pressure_bar": 8.156035714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.0004038461538453384, - "Reservoir_Pressure_bar": 8.798082417582417, - "Oil_Temperature_C": 61.247012362637356, - "Motor_Current_A": 1.2807898351648348, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5258000000000012, - "Pneumatic_Panel_Pressure_bar": 8.816578021978021, - "Cyclone_Filter_Drop_Pressure_bar": 8.24049065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.014774725274724147, - "Reservoir_Pressure_bar": 8.818224725274725, - "Oil_Temperature_C": 60.00025412087912, - "Motor_Current_A": 1.242703983516483, - "Air_Intake_Valve_Status": 0.9376373626373626, - "Compressor_Outlet_Valve_Status": 0.06236263736263736, - "Active_Tower_ID": 0.9651098901098901, - "Load_Start_Signal": 0.9376373626373626, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5373296703296716, - "Pneumatic_Panel_Pressure_bar": 9.073923076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.51101098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.014571428571427547, - "Reservoir_Pressure_bar": 9.075472527472527, - "Oil_Temperature_C": 59.533241758241765, - "Motor_Current_A": 1.2455357142857137, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.519604945054946, - "Pneumatic_Panel_Pressure_bar": 8.966926373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.404932417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.015175824175822849, - "Reservoir_Pressure_bar": 8.966943406593407, - "Oil_Temperature_C": 58.3964010989011, - "Motor_Current_A": 1.2340865384615383, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24656593406593538, - "Pneumatic_Panel_Pressure_bar": 8.798546703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.534312087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.015719780219778698, - "Reservoir_Pressure_bar": 8.798647252747253, - "Oil_Temperature_C": 57.16506868131868, - "Motor_Current_A": 0.6173901098901093, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5203736263736277, - "Pneumatic_Panel_Pressure_bar": 9.043043956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.480552197802197, - "Tower_Discharge_Pressure_Drop_bar": -0.015956043956042373, - "Reservoir_Pressure_bar": 9.043013736263736, - "Oil_Temperature_C": 57.41813186813187, - "Motor_Current_A": 1.2289972527472526, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-12T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5109890109890123, - "Pneumatic_Panel_Pressure_bar": 8.939587362637361, - "Cyclone_Filter_Drop_Pressure_bar": 8.387896703296702, - "Tower_Discharge_Pressure_Drop_bar": -0.0017747252747236937, - "Reservoir_Pressure_bar": 8.939671428571428, - "Oil_Temperature_C": 56.89583104395604, - "Motor_Current_A": 1.2292582417582418, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.404218131868133, - "Pneumatic_Panel_Pressure_bar": 8.826028571428571, - "Cyclone_Filter_Drop_Pressure_bar": 8.410966483516484, - "Tower_Discharge_Pressure_Drop_bar": 0.001509340659341874, - "Reservoir_Pressure_bar": 8.82651923076923, - "Oil_Temperature_C": 56.39911401098901, - "Motor_Current_A": 0.7262500000000004, - "Air_Intake_Valve_Status": 0.9560439560439561, - "Compressor_Outlet_Valve_Status": 0.04395604395604396, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9560439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3380385674931142, - "Pneumatic_Panel_Pressure_bar": 9.057228650137741, - "Cyclone_Filter_Drop_Pressure_bar": 8.687685950413224, - "Tower_Discharge_Pressure_Drop_bar": -0.016418732782367895, - "Reservoir_Pressure_bar": 9.057564738292012, - "Oil_Temperature_C": 57.11026170798898, - "Motor_Current_A": 1.1205785123966945, - "Air_Intake_Valve_Status": 0.9614325068870524, - "Compressor_Outlet_Valve_Status": 0.03856749311294766, - "Active_Tower_ID": 0.977961432506887, - "Load_Start_Signal": 0.9614325068870524, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5087087912087923, - "Pneumatic_Panel_Pressure_bar": 8.969648351648353, - "Cyclone_Filter_Drop_Pressure_bar": 8.433170329670329, - "Tower_Discharge_Pressure_Drop_bar": -0.01632417582417475, - "Reservoir_Pressure_bar": 8.970032967032967, - "Oil_Temperature_C": 56.83372252747253, - "Motor_Current_A": 1.227328296703297, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5534395604395613, - "Pneumatic_Panel_Pressure_bar": 8.794410989010988, - "Cyclone_Filter_Drop_Pressure_bar": 8.233665934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.007543956043955347, - "Reservoir_Pressure_bar": 8.795235164835164, - "Oil_Temperature_C": 56.94418956043956, - "Motor_Current_A": 1.2433585164835161, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7894615384615393, - "Pneumatic_Panel_Pressure_bar": 8.999345054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.191284615384616, - "Tower_Discharge_Pressure_Drop_bar": 0.006159340659340623, - "Reservoir_Pressure_bar": 9.000356043956044, - "Oil_Temperature_C": 58.42266483516484, - "Motor_Current_A": 1.4007280219780216, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7055615384615391, - "Pneumatic_Panel_Pressure_bar": 9.01172967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.291005494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.017873626373626553, - "Reservoir_Pressure_bar": 9.01281978021978, - "Oil_Temperature_C": 58.653832417582414, - "Motor_Current_A": 1.5020027472527469, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5629505494505502, - "Pneumatic_Panel_Pressure_bar": 9.095423687423688, - "Cyclone_Filter_Drop_Pressure_bar": 8.489952380952381, - "Tower_Discharge_Pressure_Drop_bar": -0.01746642246642233, - "Reservoir_Pressure_bar": 9.097259462759462, - "Oil_Temperature_C": 59.68589743589744, - "Motor_Current_A": 1.4968505799755798, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5246043956043962, - "Pneumatic_Panel_Pressure_bar": 9.024494505494506, - "Cyclone_Filter_Drop_Pressure_bar": 8.481021978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.016961538461537796, - "Reservoir_Pressure_bar": 9.026285714285715, - "Oil_Temperature_C": 58.71771978021978, - "Motor_Current_A": 1.2165384615384611, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.568719780219781, - "Pneumatic_Panel_Pressure_bar": 9.082482417582417, - "Cyclone_Filter_Drop_Pressure_bar": 8.493743956043955, - "Tower_Discharge_Pressure_Drop_bar": -0.01620329670329537, - "Reservoir_Pressure_bar": 9.084925274725276, - "Oil_Temperature_C": 58.29641483516484, - "Motor_Current_A": 1.2497870879120876, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5316483516483524, - "Pneumatic_Panel_Pressure_bar": 9.106052197802198, - "Cyclone_Filter_Drop_Pressure_bar": 8.543819780219781, - "Tower_Discharge_Pressure_Drop_bar": -0.01556758241758098, - "Reservoir_Pressure_bar": 9.108973626373627, - "Oil_Temperature_C": 58.67772664835165, - "Motor_Current_A": 1.2354581043956039, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5255604395604405, - "Pneumatic_Panel_Pressure_bar": 9.026857142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.466450549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.014928571428570226, - "Reservoir_Pressure_bar": 9.030181318681318, - "Oil_Temperature_C": 59.22572115384616, - "Motor_Current_A": 1.222730082417582, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8544010989011, - "Pneumatic_Panel_Pressure_bar": 9.017032417582417, - "Cyclone_Filter_Drop_Pressure_bar": 8.133252197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.014666483516482469, - "Reservoir_Pressure_bar": 9.019422527472528, - "Oil_Temperature_C": 60.0809271978022, - "Motor_Current_A": 1.6469045329670327, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5445175824175835, - "Pneumatic_Panel_Pressure_bar": 9.080696703296702, - "Cyclone_Filter_Drop_Pressure_bar": 8.494691208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.013652747252746742, - "Reservoir_Pressure_bar": 9.084172527472528, - "Oil_Temperature_C": 62.2657554945055, - "Motor_Current_A": 1.4591469780219777, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5638356164383572, - "Pneumatic_Panel_Pressure_bar": 9.037071232876713, - "Cyclone_Filter_Drop_Pressure_bar": 8.429653150684931, - "Tower_Discharge_Pressure_Drop_bar": -0.013928767123286981, - "Reservoir_Pressure_bar": 9.039061369863013, - "Oil_Temperature_C": 60.80313698630137, - "Motor_Current_A": 1.2678287671232873, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6074846153846165, - "Pneumatic_Panel_Pressure_bar": 8.912510439560439, - "Cyclone_Filter_Drop_Pressure_bar": 8.275586813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.014230769230768403, - "Reservoir_Pressure_bar": 8.914966483516483, - "Oil_Temperature_C": 60.255, - "Motor_Current_A": 1.279951923076923, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8699708791208802, - "Pneumatic_Panel_Pressure_bar": 8.857742307692307, - "Cyclone_Filter_Drop_Pressure_bar": 7.925592307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.015175824175822868, - "Reservoir_Pressure_bar": 8.859104945054945, - "Oil_Temperature_C": 60.22429258241759, - "Motor_Current_A": 1.5987548076923073, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5837967032967045, - "Pneumatic_Panel_Pressure_bar": 9.003467032967034, - "Cyclone_Filter_Drop_Pressure_bar": 8.415225274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.011703296703295242, - "Reservoir_Pressure_bar": 9.005054945054946, - "Oil_Temperature_C": 61.15858516483516, - "Motor_Current_A": 1.543100961538461, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6215604395604408, - "Pneumatic_Panel_Pressure_bar": 8.794080586080586, - "Cyclone_Filter_Drop_Pressure_bar": 8.130120879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.015602564102562598, - "Reservoir_Pressure_bar": 8.79534065934066, - "Oil_Temperature_C": 59.746588827838835, - "Motor_Current_A": 1.291270604395604, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5225747945205492, - "Pneumatic_Panel_Pressure_bar": 8.762953424657534, - "Cyclone_Filter_Drop_Pressure_bar": 8.225698082191782, - "Tower_Discharge_Pressure_Drop_bar": -0.005956712328765677, - "Reservoir_Pressure_bar": 8.764044383561645, - "Oil_Temperature_C": 58.89882191780822, - "Motor_Current_A": 1.214074657534246, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9753424657534246, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7394709433962277, - "Pneumatic_Panel_Pressure_bar": 9.032654339622642, - "Cyclone_Filter_Drop_Pressure_bar": 8.261121509433963, - "Tower_Discharge_Pressure_Drop_bar": -0.01588603773584753, - "Reservoir_Pressure_bar": 9.034268679245283, - "Oil_Temperature_C": 59.54119811320754, - "Motor_Current_A": 1.6710849056603772, - "Air_Intake_Valve_Status": 0.9169811320754717, - "Compressor_Outlet_Valve_Status": 0.0830188679245283, - "Active_Tower_ID": 0.9622641509433962, - "Load_Start_Signal": 0.9169811320754717, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012533333333333672, - "Pneumatic_Panel_Pressure_bar": 9.2668, - "Cyclone_Filter_Drop_Pressure_bar": 9.251466666666667, - "Tower_Discharge_Pressure_Drop_bar": -0.016133333333331692, - "Reservoir_Pressure_bar": 9.2668, - "Oil_Temperature_C": 58.52833333333334, - "Motor_Current_A": 0.29533333333333306, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-13T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-13T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-13T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.010980033840946453, - "Pneumatic_Panel_Pressure_bar": 9.855016472899951, - "Cyclone_Filter_Drop_Pressure_bar": 9.840435063588233, - "Tower_Discharge_Pressure_Drop_bar": -0.01863210523443055, - "Reservoir_Pressure_bar": 9.855984214835434, - "Oil_Temperature_C": 54.10666966868621, - "Motor_Current_A": 3.5536180885322857, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 9.686214067278287, - "Cyclone_Filter_Drop_Pressure_bar": 9.67025783214407, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 9.688257832144071, - "Oil_Temperature_C": 53.25125891946993, - "Motor_Current_A": 0.11280852871219817, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-14T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-14T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 9.146914373088684, - "Cyclone_Filter_Drop_Pressure_bar": 9.132670200475705, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 9.150670200475705, - "Oil_Temperature_C": 54.27849643221201, - "Motor_Current_A": 3.254443255181788, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5507912087912091, - "Pneumatic_Panel_Pressure_bar": 8.854642307692309, - "Cyclone_Filter_Drop_Pressure_bar": 8.287874725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.01943956043956023, - "Reservoir_Pressure_bar": 8.85655054945055, - "Oil_Temperature_C": 55.174120879120885, - "Motor_Current_A": 1.2720034340659343, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5754835164835168, - "Pneumatic_Panel_Pressure_bar": 8.927291208791209, - "Cyclone_Filter_Drop_Pressure_bar": 8.321653846153845, - "Tower_Discharge_Pressure_Drop_bar": -0.006999999999999943, - "Reservoir_Pressure_bar": 8.929225274725274, - "Oil_Temperature_C": 56.784134615384616, - "Motor_Current_A": 1.2650274725274726, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5821929181929186, - "Pneumatic_Panel_Pressure_bar": 8.761893772893773, - "Cyclone_Filter_Drop_Pressure_bar": 8.17246459096459, - "Tower_Discharge_Pressure_Drop_bar": -0.004225274725274815, - "Reservoir_Pressure_bar": 8.764162393162394, - "Oil_Temperature_C": 57.70757783882784, - "Motor_Current_A": 1.252506868131868, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49432417582417637, - "Pneumatic_Panel_Pressure_bar": 8.79006978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.2327510989011, - "Tower_Discharge_Pressure_Drop_bar": -0.017626373626373606, - "Reservoir_Pressure_bar": 8.792412087912089, - "Oil_Temperature_C": 57.95447115384616, - "Motor_Current_A": 1.23771978021978, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5195000000000006, - "Pneumatic_Panel_Pressure_bar": 8.905959340659342, - "Cyclone_Filter_Drop_Pressure_bar": 8.368234065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.017060439560438994, - "Reservoir_Pressure_bar": 8.908770329670329, - "Oil_Temperature_C": 59.330796703296706, - "Motor_Current_A": 1.2114203296703294, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5390252747252755, - "Pneumatic_Panel_Pressure_bar": 9.070754945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.532576923076924, - "Tower_Discharge_Pressure_Drop_bar": -0.009120879120877966, - "Reservoir_Pressure_bar": 9.074073626373625, - "Oil_Temperature_C": 59.267293956043964, - "Motor_Current_A": 1.219766483516483, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6231373626373635, - "Pneumatic_Panel_Pressure_bar": 9.099263736263737, - "Cyclone_Filter_Drop_Pressure_bar": 8.420271978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.015730769230767713, - "Reservoir_Pressure_bar": 9.102684065934065, - "Oil_Temperature_C": 59.29079670329671, - "Motor_Current_A": 1.2998832417582413, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5289197802197811, - "Pneumatic_Panel_Pressure_bar": 9.094921978021977, - "Cyclone_Filter_Drop_Pressure_bar": 8.55136098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.015120879120877824, - "Reservoir_Pressure_bar": 9.098582967032966, - "Oil_Temperature_C": 59.73423763736264, - "Motor_Current_A": 1.2117177197802194, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6130493150684941, - "Pneumatic_Panel_Pressure_bar": 9.096518904109589, - "Cyclone_Filter_Drop_Pressure_bar": 8.455237260273972, - "Tower_Discharge_Pressure_Drop_bar": -0.001912328767122193, - "Reservoir_Pressure_bar": 9.100159452054795, - "Oil_Temperature_C": 60.065095890410966, - "Motor_Current_A": 1.2930808219178078, - "Air_Intake_Valve_Status": 0.9315068493150684, - "Compressor_Outlet_Valve_Status": 0.0684931506849315, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9315068493150684, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6221637362637373, - "Pneumatic_Panel_Pressure_bar": 9.103807692307692, - "Cyclone_Filter_Drop_Pressure_bar": 8.444242857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.014957142857141649, - "Reservoir_Pressure_bar": 9.106405494505495, - "Oil_Temperature_C": 60.159423076923076, - "Motor_Current_A": 1.293207417582417, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5970747252747265, - "Pneumatic_Panel_Pressure_bar": 9.10749120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.496864835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.015648351648350167, - "Reservoir_Pressure_bar": 9.109527472527473, - "Oil_Temperature_C": 59.6487087912088, - "Motor_Current_A": 1.2698310439560434, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8287923076923088, - "Pneumatic_Panel_Pressure_bar": 9.013812637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.149157692307693, - "Tower_Discharge_Pressure_Drop_bar": -0.01612802197802057, - "Reservoir_Pressure_bar": 9.015258241758241, - "Oil_Temperature_C": 60.18059752747253, - "Motor_Current_A": 1.672488324175824, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6993101369863025, - "Pneumatic_Panel_Pressure_bar": 8.896445479452055, - "Cyclone_Filter_Drop_Pressure_bar": 8.169973698630137, - "Tower_Discharge_Pressure_Drop_bar": -0.016421917808217962, - "Reservoir_Pressure_bar": 8.897990136986301, - "Oil_Temperature_C": 60.53169863013699, - "Motor_Current_A": 1.5169493150684925, - "Air_Intake_Valve_Status": 0.9205479452054794, - "Compressor_Outlet_Valve_Status": 0.07945205479452055, - "Active_Tower_ID": 0.9561643835616438, - "Load_Start_Signal": 0.9205479452054794, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8236258241758251, - "Pneumatic_Panel_Pressure_bar": 9.016376923076924, - "Cyclone_Filter_Drop_Pressure_bar": 8.172236813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.017142307692307214, - "Reservoir_Pressure_bar": 9.017320879120879, - "Oil_Temperature_C": 59.02603708791209, - "Motor_Current_A": 1.4625679945054941, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5546384615384625, - "Pneumatic_Panel_Pressure_bar": 8.841674725274725, - "Cyclone_Filter_Drop_Pressure_bar": 8.276817582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.005675824175824002, - "Reservoir_Pressure_bar": 8.842843956043955, - "Oil_Temperature_C": 58.43195054945055, - "Motor_Current_A": 1.3462774725274722, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2615274725274733, - "Pneumatic_Panel_Pressure_bar": 8.843247252747252, - "Cyclone_Filter_Drop_Pressure_bar": 8.554716483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.01810989010989033, - "Reservoir_Pressure_bar": 8.844087912087913, - "Oil_Temperature_C": 57.504615384615384, - "Motor_Current_A": 0.8963530219780219, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9463186813186824, - "Pneumatic_Panel_Pressure_bar": 9.120662637362638, - "Cyclone_Filter_Drop_Pressure_bar": 8.14525054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.01827142857142876, - "Reservoir_Pressure_bar": 9.121371428571429, - "Oil_Temperature_C": 58.481744505494504, - "Motor_Current_A": 1.8314326923076925, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5154136986301378, - "Pneumatic_Panel_Pressure_bar": 8.94419506849315, - "Cyclone_Filter_Drop_Pressure_bar": 8.384436164383562, - "Tower_Discharge_Pressure_Drop_bar": -0.017841095890411197, - "Reservoir_Pressure_bar": 8.945833424657534, - "Oil_Temperature_C": 57.89077397260274, - "Motor_Current_A": 1.2108465753424655, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5242252747252755, - "Pneumatic_Panel_Pressure_bar": 8.93036978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.36824945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.01687912087912088, - "Reservoir_Pressure_bar": 8.93202967032967, - "Oil_Temperature_C": 57.707108516483515, - "Motor_Current_A": 1.133947802197802, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-14T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5648021978021988, - "Pneumatic_Panel_Pressure_bar": 8.919268681318682, - "Cyclone_Filter_Drop_Pressure_bar": 8.327334615384617, - "Tower_Discharge_Pressure_Drop_bar": -0.017882967032967167, - "Reservoir_Pressure_bar": 8.920587362637363, - "Oil_Temperature_C": 57.58335164835165, - "Motor_Current_A": 1.1138653846153843, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2622164835164844, - "Pneumatic_Panel_Pressure_bar": 8.956056043956043, - "Cyclone_Filter_Drop_Pressure_bar": 8.666840659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.017710989010989102, - "Reservoir_Pressure_bar": 8.957751648351648, - "Oil_Temperature_C": 57.714835164835165, - "Motor_Current_A": 1.0447802197802194, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5455769230769241, - "Pneumatic_Panel_Pressure_bar": 9.043584615384615, - "Cyclone_Filter_Drop_Pressure_bar": 8.458043956043957, - "Tower_Discharge_Pressure_Drop_bar": -0.01735934065934045, - "Reservoir_Pressure_bar": 9.045172527472527, - "Oil_Temperature_C": 57.91626373626374, - "Motor_Current_A": 1.2473008241758239, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5130456043956055, - "Pneumatic_Panel_Pressure_bar": 8.783764835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.246369230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.006113736263736393, - "Reservoir_Pressure_bar": 8.785078021978022, - "Oil_Temperature_C": 57.26380494505495, - "Motor_Current_A": 1.2215659340659342, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5357472527472537, - "Pneumatic_Panel_Pressure_bar": 9.022346153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.459060439560439, - "Tower_Discharge_Pressure_Drop_bar": -0.01699999999999995, - "Reservoir_Pressure_bar": 9.022912087912088, - "Oil_Temperature_C": 56.8668956043956, - "Motor_Current_A": 1.2384615384615387, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5235054945054952, - "Pneumatic_Panel_Pressure_bar": 8.891562637362638, - "Cyclone_Filter_Drop_Pressure_bar": 8.335535164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.019681318681318356, - "Reservoir_Pressure_bar": 8.891765934065935, - "Oil_Temperature_C": 55.526483516483516, - "Motor_Current_A": 0.9967101648351652, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.547994505494506, - "Pneumatic_Panel_Pressure_bar": 9.015996703296704, - "Cyclone_Filter_Drop_Pressure_bar": 8.412513186813186, - "Tower_Discharge_Pressure_Drop_bar": -0.0198186813186809, - "Reservoir_Pressure_bar": 9.016696703296704, - "Oil_Temperature_C": 57.04490384615385, - "Motor_Current_A": 1.3851813186813189, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5603593406593411, - "Pneumatic_Panel_Pressure_bar": 8.98942967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.41172967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.0061373626373623456, - "Reservoir_Pressure_bar": 8.991132967032966, - "Oil_Temperature_C": 57.1393543956044, - "Motor_Current_A": 1.291195054945055, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5797351648351652, - "Pneumatic_Panel_Pressure_bar": 9.088958241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.474964835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.01902197802197806, - "Reservoir_Pressure_bar": 9.09115054945055, - "Oil_Temperature_C": 57.066717032967034, - "Motor_Current_A": 1.1554299450549452, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49512637362637407, - "Pneumatic_Panel_Pressure_bar": 9.020923076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.487653846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.01589560439560458, - "Reservoir_Pressure_bar": 9.023175824175825, - "Oil_Temperature_C": 56.51229395604396, - "Motor_Current_A": 1.0847664835164836, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2466093406593411, - "Pneumatic_Panel_Pressure_bar": 8.922566483516484, - "Cyclone_Filter_Drop_Pressure_bar": 8.657698351648351, - "Tower_Discharge_Pressure_Drop_bar": -0.004071428571428503, - "Reservoir_Pressure_bar": 8.924874175824176, - "Oil_Temperature_C": 57.06366071428572, - "Motor_Current_A": 0.9918942307692307, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5520329670329674, - "Pneumatic_Panel_Pressure_bar": 8.813243956043955, - "Cyclone_Filter_Drop_Pressure_bar": 8.230694505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.017142857142856696, - "Reservoir_Pressure_bar": 8.8162, - "Oil_Temperature_C": 57.33907967032967, - "Motor_Current_A": 1.235418956043956, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6196428571428576, - "Pneumatic_Panel_Pressure_bar": 8.843058241758241, - "Cyclone_Filter_Drop_Pressure_bar": 8.203440659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.003316483516483055, - "Reservoir_Pressure_bar": 8.846495604395605, - "Oil_Temperature_C": 57.57054945054945, - "Motor_Current_A": 1.0752609890109885, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5516664835164841, - "Pneumatic_Panel_Pressure_bar": 9.148413186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.567329120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.016807692307691476, - "Reservoir_Pressure_bar": 9.15201923076923, - "Oil_Temperature_C": 58.269958791208786, - "Motor_Current_A": 1.225322115384615, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5502575342465761, - "Pneumatic_Panel_Pressure_bar": 9.106736438356164, - "Cyclone_Filter_Drop_Pressure_bar": 8.522703561643835, - "Tower_Discharge_Pressure_Drop_bar": -0.016866301369862252, - "Reservoir_Pressure_bar": 9.109503561643836, - "Oil_Temperature_C": 58.29528767123287, - "Motor_Current_A": 1.2434561643835613, - "Air_Intake_Valve_Status": 0.936986301369863, - "Compressor_Outlet_Valve_Status": 0.06301369863013699, - "Active_Tower_ID": 0.9698630136986301, - "Load_Start_Signal": 0.936986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5709335164835172, - "Pneumatic_Panel_Pressure_bar": 9.084673076923076, - "Cyclone_Filter_Drop_Pressure_bar": 8.493003296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.0012417582417580796, - "Reservoir_Pressure_bar": 9.086832417582418, - "Oil_Temperature_C": 58.050288461538464, - "Motor_Current_A": 1.2522252747252745, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6892153846153853, - "Pneumatic_Panel_Pressure_bar": 9.128853846153845, - "Cyclone_Filter_Drop_Pressure_bar": 8.42059010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.018032967032967247, - "Reservoir_Pressure_bar": 9.130374725274725, - "Oil_Temperature_C": 58.72471153846154, - "Motor_Current_A": 1.3487074175824174, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6537604395604405, - "Pneumatic_Panel_Pressure_bar": 9.16952967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.4882989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.01806593406593429, - "Reservoir_Pressure_bar": 9.170628571428571, - "Oil_Temperature_C": 58.457376373626374, - "Motor_Current_A": 1.3473804945054944, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5929230769230778, - "Pneumatic_Panel_Pressure_bar": 9.198208791208792, - "Cyclone_Filter_Drop_Pressure_bar": 8.587618131868131, - "Tower_Discharge_Pressure_Drop_bar": -0.018239010989011276, - "Reservoir_Pressure_bar": 9.199239010989011, - "Oil_Temperature_C": 57.66387362637363, - "Motor_Current_A": 1.2060576923076922, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24950879120879188, - "Pneumatic_Panel_Pressure_bar": 9.070362637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.782621978021979, - "Tower_Discharge_Pressure_Drop_bar": -0.01909120879120878, - "Reservoir_Pressure_bar": 9.071374725274724, - "Oil_Temperature_C": 56.206195054945056, - "Motor_Current_A": 0.931651098901099, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2279725274725279, - "Pneumatic_Panel_Pressure_bar": 8.85825054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.59554945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.01930769230769218, - "Reservoir_Pressure_bar": 8.85950879120879, - "Oil_Temperature_C": 54.80388736263737, - "Motor_Current_A": 0.6253832417582421, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5031428571428578, - "Pneumatic_Panel_Pressure_bar": 9.032043956043955, - "Cyclone_Filter_Drop_Pressure_bar": 8.504373626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.008027472527472119, - "Reservoir_Pressure_bar": 9.031945054945055, - "Oil_Temperature_C": 54.05446428571429, - "Motor_Current_A": 1.219835164835165, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.25053736263736287, - "Pneumatic_Panel_Pressure_bar": 8.925571428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.636643956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.020280219780219128, - "Reservoir_Pressure_bar": 8.925797802197803, - "Oil_Temperature_C": 52.963763736263736, - "Motor_Current_A": 0.6382417582417587, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.46878186813186834, - "Pneumatic_Panel_Pressure_bar": 8.766694505494504, - "Cyclone_Filter_Drop_Pressure_bar": 8.258068131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.020741758241757315, - "Reservoir_Pressure_bar": 8.767055494505495, - "Oil_Temperature_C": 51.4948489010989, - "Motor_Current_A": 0.7964079670329673, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-15T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.27123076923076966, - "Pneumatic_Panel_Pressure_bar": 9.094268131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.788863736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.02105054945054836, - "Reservoir_Pressure_bar": 9.094975824175824, - "Oil_Temperature_C": 52.448626373626375, - "Motor_Current_A": 1.086850274725275, - "Air_Intake_Valve_Status": 0.968131868131868, - "Compressor_Outlet_Valve_Status": 0.031868131868131866, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.968131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23455714285714305, - "Pneumatic_Panel_Pressure_bar": 8.8656989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.602556043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.02108791208791099, - "Reservoir_Pressure_bar": 8.866437362637363, - "Oil_Temperature_C": 51.38293956043956, - "Motor_Current_A": 0.6286291208791213, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5079726027397263, - "Pneumatic_Panel_Pressure_bar": 8.92825388127854, - "Cyclone_Filter_Drop_Pressure_bar": 8.39316894977169, - "Tower_Discharge_Pressure_Drop_bar": -0.021512328767121964, - "Reservoir_Pressure_bar": 8.929459360730593, - "Oil_Temperature_C": 51.476118721461184, - "Motor_Current_A": 1.2486438356164384, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9753424657534246, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2416208791208793, - "Pneumatic_Panel_Pressure_bar": 8.989711538461538, - "Cyclone_Filter_Drop_Pressure_bar": 8.724063186813188, - "Tower_Discharge_Pressure_Drop_bar": -0.021302747252746036, - "Reservoir_Pressure_bar": 8.991206593406593, - "Oil_Temperature_C": 51.77133928571429, - "Motor_Current_A": 0.6266758241758241, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.47977655677655695, - "Pneumatic_Panel_Pressure_bar": 8.783783882783883, - "Cyclone_Filter_Drop_Pressure_bar": 8.286750915750916, - "Tower_Discharge_Pressure_Drop_bar": -0.004445054945053696, - "Reservoir_Pressure_bar": 8.785373626373627, - "Oil_Temperature_C": 50.87085622710623, - "Motor_Current_A": 0.7903663003663004, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2807774725274728, - "Pneumatic_Panel_Pressure_bar": 9.09992032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.791538461538462, - "Tower_Discharge_Pressure_Drop_bar": 0.00032967032967171447, - "Reservoir_Pressure_bar": 9.101414835164835, - "Oil_Temperature_C": 52.153502747252745, - "Motor_Current_A": 1.0940350274725275, - "Air_Intake_Valve_Status": 0.9684065934065934, - "Compressor_Outlet_Valve_Status": 0.03159340659340659, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9684065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9958791208791209, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23441758241758262, - "Pneumatic_Panel_Pressure_bar": 8.842003296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.5787010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.021835164835163366, - "Reservoir_Pressure_bar": 8.843223076923076, - "Oil_Temperature_C": 51.13592032967033, - "Motor_Current_A": 0.6253708791208792, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.48522527472527516, - "Pneumatic_Panel_Pressure_bar": 8.93680586080586, - "Cyclone_Filter_Drop_Pressure_bar": 8.423514652014653, - "Tower_Discharge_Pressure_Drop_bar": -0.02155494505494371, - "Reservoir_Pressure_bar": 8.93848717948718, - "Oil_Temperature_C": 51.6236568986569, - "Motor_Current_A": 1.2238804945054946, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5109340659340661, - "Pneumatic_Panel_Pressure_bar": 8.96556868131868, - "Cyclone_Filter_Drop_Pressure_bar": 8.410178021978021, - "Tower_Discharge_Pressure_Drop_bar": -0.02059285714285632, - "Reservoir_Pressure_bar": 8.96843076923077, - "Oil_Temperature_C": 55.488674450549446, - "Motor_Current_A": 1.2475137362637363, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5170549450549456, - "Pneumatic_Panel_Pressure_bar": 8.876131868131868, - "Cyclone_Filter_Drop_Pressure_bar": 8.339456043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.017351648351648177, - "Reservoir_Pressure_bar": 8.880818681318681, - "Oil_Temperature_C": 56.20673076923077, - "Motor_Current_A": 1.0575274725274726, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2629835164835168, - "Pneumatic_Panel_Pressure_bar": 8.931917582417581, - "Cyclone_Filter_Drop_Pressure_bar": 8.642065934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.016093406593405222, - "Reservoir_Pressure_bar": 8.938346153846155, - "Oil_Temperature_C": 57.68609890109891, - "Motor_Current_A": 0.8172733516483518, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49561538461538507, - "Pneumatic_Panel_Pressure_bar": 9.005167032967032, - "Cyclone_Filter_Drop_Pressure_bar": 8.469873626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.014521978021977034, - "Reservoir_Pressure_bar": 9.011551648351649, - "Oil_Temperature_C": 58.986538461538466, - "Motor_Current_A": 1.208784340659341, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5031593406593413, - "Pneumatic_Panel_Pressure_bar": 8.948164835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.396618681318682, - "Tower_Discharge_Pressure_Drop_bar": -0.013717582417581854, - "Reservoir_Pressure_bar": 8.954278021978022, - "Oil_Temperature_C": 59.58846153846154, - "Motor_Current_A": 1.2407829670329669, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49707692307692397, - "Pneumatic_Panel_Pressure_bar": 8.90031043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.365636263736265, - "Tower_Discharge_Pressure_Drop_bar": -0.013609890109889574, - "Reservoir_Pressure_bar": 8.906592307692309, - "Oil_Temperature_C": 59.74342032967033, - "Motor_Current_A": 1.2230858516483512, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5309719780219789, - "Pneumatic_Panel_Pressure_bar": 8.854865384615383, - "Cyclone_Filter_Drop_Pressure_bar": 8.293496703296704, - "Tower_Discharge_Pressure_Drop_bar": -0.013231318681318395, - "Reservoir_Pressure_bar": 8.862096153846153, - "Oil_Temperature_C": 59.682369505494506, - "Motor_Current_A": 0.8381249999999995, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.26208241758241885, - "Pneumatic_Panel_Pressure_bar": 8.988247252747254, - "Cyclone_Filter_Drop_Pressure_bar": 8.700423076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.013324175824175496, - "Reservoir_Pressure_bar": 8.995505494505494, - "Oil_Temperature_C": 60.28248626373627, - "Motor_Current_A": 1.010494505494505, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5139450549450558, - "Pneumatic_Panel_Pressure_bar": 9.061135531135532, - "Cyclone_Filter_Drop_Pressure_bar": 8.52632661782662, - "Tower_Discharge_Pressure_Drop_bar": -0.008884615384615071, - "Reservoir_Pressure_bar": 9.068124542124542, - "Oil_Temperature_C": 59.88521825396825, - "Motor_Current_A": 1.225391483516483, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24118681318681448, - "Pneumatic_Panel_Pressure_bar": 8.843681318681318, - "Cyclone_Filter_Drop_Pressure_bar": 8.580684065934067, - "Tower_Discharge_Pressure_Drop_bar": -0.013041208791208608, - "Reservoir_Pressure_bar": 8.849173076923078, - "Oil_Temperature_C": 58.55322802197802, - "Motor_Current_A": 0.6223832417582411, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5161335164835175, - "Pneumatic_Panel_Pressure_bar": 8.994341758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.453242857142858, - "Tower_Discharge_Pressure_Drop_bar": -0.0008994505494496535, - "Reservoir_Pressure_bar": 8.997385714285715, - "Oil_Temperature_C": 58.23482142857142, - "Motor_Current_A": 1.2251442307692306, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.27012602739726155, - "Pneumatic_Panel_Pressure_bar": 8.81989808219178, - "Cyclone_Filter_Drop_Pressure_bar": 8.531076712328767, - "Tower_Discharge_Pressure_Drop_bar": -0.015852054794519125, - "Reservoir_Pressure_bar": 8.821323287671232, - "Oil_Temperature_C": 56.929890410958905, - "Motor_Current_A": 0.6408561643835615, - "Air_Intake_Valve_Status": 0.9698630136986301, - "Compressor_Outlet_Valve_Status": 0.030136986301369864, - "Active_Tower_ID": 0.9863013698630136, - "Load_Start_Signal": 0.9698630136986301, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5123137362637372, - "Pneumatic_Panel_Pressure_bar": 8.93624065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.398954945054944, - "Tower_Discharge_Pressure_Drop_bar": -0.01760989010988995, - "Reservoir_Pressure_bar": 8.936235714285715, - "Oil_Temperature_C": 57.28645604395604, - "Motor_Current_A": 1.2210782967032967, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5254450549450558, - "Pneumatic_Panel_Pressure_bar": 9.09702967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.52268901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.01890659340659343, - "Reservoir_Pressure_bar": 9.09721098901099, - "Oil_Temperature_C": 55.96366071428571, - "Motor_Current_A": 1.2461490384615386, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.22131593406593433, - "Pneumatic_Panel_Pressure_bar": 8.762623626373626, - "Cyclone_Filter_Drop_Pressure_bar": 8.526225274725274, - "Tower_Discharge_Pressure_Drop_bar": -0.011832417582417485, - "Reservoir_Pressure_bar": 8.763395604395605, - "Oil_Temperature_C": 53.80748626373626, - "Motor_Current_A": 0.6137190934065937, - "Air_Intake_Valve_Status": 0.9752747252747253, - "Compressor_Outlet_Valve_Status": 0.024725274725274724, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9752747252747253, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5135456043956048, - "Pneumatic_Panel_Pressure_bar": 9.02536043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.489146153846153, - "Tower_Discharge_Pressure_Drop_bar": -0.0072181318681315025, - "Reservoir_Pressure_bar": 9.026142307692307, - "Oil_Temperature_C": 54.238585164835165, - "Motor_Current_A": 1.229464285714286, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-16T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011196491228069481, - "Pneumatic_Panel_Pressure_bar": 9.092073684210526, - "Cyclone_Filter_Drop_Pressure_bar": 9.077063157894736, - "Tower_Discharge_Pressure_Drop_bar": -0.020487719298244847, - "Reservoir_Pressure_bar": 9.093059649122807, - "Oil_Temperature_C": 55.989956140350884, - "Motor_Current_A": 1.275043859649123, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01223693285550098, - "Pneumatic_Panel_Pressure_bar": 9.50954682534316, - "Cyclone_Filter_Drop_Pressure_bar": 9.49354682534316, - "Tower_Discharge_Pressure_Drop_bar": -0.02023693285550008, - "Reservoir_Pressure_bar": 9.50954682534316, - "Oil_Temperature_C": 55.69730373926568, - "Motor_Current_A": 0.4829337683413352, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-17T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-17T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01219926243061219, - "Pneumatic_Panel_Pressure_bar": 9.313004532340049, - "Cyclone_Filter_Drop_Pressure_bar": 9.297047697807674, - "Tower_Discharge_Pressure_Drop_bar": -0.021853938689604016, - "Reservoir_Pressure_bar": 9.312932589894006, - "Oil_Temperature_C": 46.062857480598794, - "Motor_Current_A": 0.9119874702712646, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7087115384615389, - "Pneumatic_Panel_Pressure_bar": 8.806686813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.063793956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.00876373626373486, - "Reservoir_Pressure_bar": 8.807587912087913, - "Oil_Temperature_C": 51.31263736263736, - "Motor_Current_A": 1.3758585164835169, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.35185879120879154, - "Pneumatic_Panel_Pressure_bar": 9.131676373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.758450549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.021994505494504064, - "Reservoir_Pressure_bar": 9.132050000000001, - "Oil_Temperature_C": 52.4004532967033, - "Motor_Current_A": 1.114427197802198, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2311243835616444, - "Pneumatic_Panel_Pressure_bar": 8.797653698630137, - "Cyclone_Filter_Drop_Pressure_bar": 8.536753972602739, - "Tower_Discharge_Pressure_Drop_bar": -0.021419178082190377, - "Reservoir_Pressure_bar": 8.798792328767124, - "Oil_Temperature_C": 50.81823287671232, - "Motor_Current_A": 0.6327397260273976, - "Air_Intake_Valve_Status": 0.9726027397260274, - "Compressor_Outlet_Valve_Status": 0.0273972602739726, - "Active_Tower_ID": 0.9835616438356164, - "Load_Start_Signal": 0.9726027397260274, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5070769230769234, - "Pneumatic_Panel_Pressure_bar": 9.137806043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.599152747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.02151153846153718, - "Reservoir_Pressure_bar": 9.13933956043956, - "Oil_Temperature_C": 52.74962912087913, - "Motor_Current_A": 1.231070741758242, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49645604395604453, - "Pneumatic_Panel_Pressure_bar": 8.8816489010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.368863186813186, - "Tower_Discharge_Pressure_Drop_bar": -0.018660989010988727, - "Reservoir_Pressure_bar": 8.885648901098902, - "Oil_Temperature_C": 54.50122252747253, - "Motor_Current_A": 1.2184684065934068, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5409923076923081, - "Pneumatic_Panel_Pressure_bar": 8.887867032967032, - "Cyclone_Filter_Drop_Pressure_bar": 8.325026373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.019291208791208683, - "Reservoir_Pressure_bar": 8.891394505494505, - "Oil_Temperature_C": 56.26570054945055, - "Motor_Current_A": 1.2319230769230771, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5557912087912091, - "Pneumatic_Panel_Pressure_bar": 8.999585714285715, - "Cyclone_Filter_Drop_Pressure_bar": 8.417146153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.01814395604395615, - "Reservoir_Pressure_bar": 9.003376923076924, - "Oil_Temperature_C": 57.90593406593407, - "Motor_Current_A": 1.2619519230769232, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.513159340659341, - "Pneumatic_Panel_Pressure_bar": 8.884967032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.325296703296702, - "Tower_Discharge_Pressure_Drop_bar": -0.016956043956043273, - "Reservoir_Pressure_bar": 8.890153846153847, - "Oil_Temperature_C": 57.69059065934066, - "Motor_Current_A": 0.9101785714285712, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5379340659340668, - "Pneumatic_Panel_Pressure_bar": 9.130874725274724, - "Cyclone_Filter_Drop_Pressure_bar": 8.569356593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.005274725274723934, - "Reservoir_Pressure_bar": 9.135537912087912, - "Oil_Temperature_C": 59.948221153846156, - "Motor_Current_A": 1.5644567307692305, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2556153846153853, - "Pneumatic_Panel_Pressure_bar": 8.799961538461538, - "Cyclone_Filter_Drop_Pressure_bar": 8.513225274725274, - "Tower_Discharge_Pressure_Drop_bar": -0.01499999999999876, - "Reservoir_Pressure_bar": 8.805483516483516, - "Oil_Temperature_C": 58.84993131868132, - "Motor_Current_A": 0.6376957417582412, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5333675824175833, - "Pneumatic_Panel_Pressure_bar": 9.020294505494507, - "Cyclone_Filter_Drop_Pressure_bar": 8.442708791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.014890109890108718, - "Reservoir_Pressure_bar": 9.023085714285715, - "Oil_Temperature_C": 59.58024038461539, - "Motor_Current_A": 1.2350027472527467, - "Air_Intake_Valve_Status": 0.9376373626373626, - "Compressor_Outlet_Valve_Status": 0.06236263736263736, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9376373626373626, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5061813186813197, - "Pneumatic_Panel_Pressure_bar": 8.777335164835165, - "Cyclone_Filter_Drop_Pressure_bar": 8.242906593406595, - "Tower_Discharge_Pressure_Drop_bar": -0.014532967032965503, - "Reservoir_Pressure_bar": 8.780142857142858, - "Oil_Temperature_C": 59.19725274725275, - "Motor_Current_A": 1.229931318681318, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5343230769230779, - "Pneumatic_Panel_Pressure_bar": 8.951586813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.38848021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.010999999999998556, - "Reservoir_Pressure_bar": 8.953904395604395, - "Oil_Temperature_C": 58.29423076923077, - "Motor_Current_A": 1.234086538461538, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5271175824175834, - "Pneumatic_Panel_Pressure_bar": 8.805567032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.244694505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.017068131868131345, - "Reservoir_Pressure_bar": 8.806856043956044, - "Oil_Temperature_C": 58.278365384615384, - "Motor_Current_A": 1.224230769230769, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5276758241758249, - "Pneumatic_Panel_Pressure_bar": 8.905432234432235, - "Cyclone_Filter_Drop_Pressure_bar": 8.3568663003663, - "Tower_Discharge_Pressure_Drop_bar": -0.0020604395604396555, - "Reservoir_Pressure_bar": 8.906275335775335, - "Oil_Temperature_C": 56.86571275946276, - "Motor_Current_A": 1.238956043956044, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.29204945054945114, - "Pneumatic_Panel_Pressure_bar": 8.961113186813188, - "Cyclone_Filter_Drop_Pressure_bar": 8.649187912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.018879120879120977, - "Reservoir_Pressure_bar": 8.96186923076923, - "Oil_Temperature_C": 55.51403846153846, - "Motor_Current_A": 0.6542170329670333, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4883241758241763, - "Pneumatic_Panel_Pressure_bar": 8.904983516483517, - "Cyclone_Filter_Drop_Pressure_bar": 8.392261538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.01906978021978023, - "Reservoir_Pressure_bar": 8.905007142857142, - "Oil_Temperature_C": 53.979890109890114, - "Motor_Current_A": 1.16228021978022, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24528021978022024, - "Pneumatic_Panel_Pressure_bar": 8.989939560439561, - "Cyclone_Filter_Drop_Pressure_bar": 8.726192307692306, - "Tower_Discharge_Pressure_Drop_bar": -0.019516483516483274, - "Reservoir_Pressure_bar": 8.989692307692307, - "Oil_Temperature_C": 53.69271978021978, - "Motor_Current_A": 0.6766277472527474, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24474065934065944, - "Pneumatic_Panel_Pressure_bar": 8.78805054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.52420879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.01999999999999949, - "Reservoir_Pressure_bar": 8.787737362637362, - "Oil_Temperature_C": 52.55589285714286, - "Motor_Current_A": 0.6378296703296704, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-17T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.48070879120879156, - "Pneumatic_Panel_Pressure_bar": 9.08697142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.576674725274724, - "Tower_Discharge_Pressure_Drop_bar": -0.020104395604395007, - "Reservoir_Pressure_bar": 9.08671868131868, - "Oil_Temperature_C": 53.0685576923077, - "Motor_Current_A": 1.2154986263736265, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24003296703296712, - "Pneumatic_Panel_Pressure_bar": 8.861485347985349, - "Cyclone_Filter_Drop_Pressure_bar": 8.597787545787547, - "Tower_Discharge_Pressure_Drop_bar": -0.02024358974358911, - "Reservoir_Pressure_bar": 8.861677655677656, - "Oil_Temperature_C": 52.10483058608059, - "Motor_Current_A": 0.6297596153846154, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4727895604395606, - "Pneumatic_Panel_Pressure_bar": 8.971191758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.460444505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.020445054945054202, - "Reservoir_Pressure_bar": 8.971598351648352, - "Oil_Temperature_C": 52.168976648351645, - "Motor_Current_A": 1.2225755494505495, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.25001643835616455, - "Pneumatic_Panel_Pressure_bar": 8.948906301369863, - "Cyclone_Filter_Drop_Pressure_bar": 8.660556164383562, - "Tower_Discharge_Pressure_Drop_bar": -0.020602739726026567, - "Reservoir_Pressure_bar": 8.94954794520548, - "Oil_Temperature_C": 52.15728082191781, - "Motor_Current_A": 0.6410958904109589, - "Air_Intake_Valve_Status": 0.9698630136986301, - "Compressor_Outlet_Valve_Status": 0.030136986301369864, - "Active_Tower_ID": 0.9863013698630136, - "Load_Start_Signal": 0.9698630136986301, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4776258241758243, - "Pneumatic_Panel_Pressure_bar": 8.90250879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.414212637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.01934615384615286, - "Reservoir_Pressure_bar": 8.902685164835166, - "Oil_Temperature_C": 51.82318681318681, - "Motor_Current_A": 1.1493818681318682, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24818296703296736, - "Pneumatic_Panel_Pressure_bar": 8.951557142857142, - "Cyclone_Filter_Drop_Pressure_bar": 8.655395604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.021197802197801038, - "Reservoir_Pressure_bar": 8.951888461538461, - "Oil_Temperature_C": 52.805336538461546, - "Motor_Current_A": 0.732379807692308, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5984835164835168, - "Pneumatic_Panel_Pressure_bar": 8.797535164835164, - "Cyclone_Filter_Drop_Pressure_bar": 8.186167032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.020992307692306648, - "Reservoir_Pressure_bar": 8.798604395604396, - "Oil_Temperature_C": 54.46406593406594, - "Motor_Current_A": 1.2731703296703298, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8753186813186817, - "Pneumatic_Panel_Pressure_bar": 8.886032967032968, - "Cyclone_Filter_Drop_Pressure_bar": 7.995840659340659, - "Tower_Discharge_Pressure_Drop_bar": 0.010604395604396199, - "Reservoir_Pressure_bar": 8.887989010989012, - "Oil_Temperature_C": 57.25896291208792, - "Motor_Current_A": 1.8938015109890114, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5522456043956047, - "Pneumatic_Panel_Pressure_bar": 8.792558241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.228639010989012, - "Tower_Discharge_Pressure_Drop_bar": -0.019419230769230578, - "Reservoir_Pressure_bar": 8.795029120879121, - "Oil_Temperature_C": 56.892712912087916, - "Motor_Current_A": 1.235460164835165, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5061428571428574, - "Pneumatic_Panel_Pressure_bar": 8.739692307692307, - "Cyclone_Filter_Drop_Pressure_bar": 8.204637362637362, - "Tower_Discharge_Pressure_Drop_bar": -0.018851648351648414, - "Reservoir_Pressure_bar": 8.742763736263736, - "Oil_Temperature_C": 56.6176510989011, - "Motor_Current_A": 1.1966826923076925, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.26181868131868175, - "Pneumatic_Panel_Pressure_bar": 8.819731868131868, - "Cyclone_Filter_Drop_Pressure_bar": 8.531182417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.01787912087912092, - "Reservoir_Pressure_bar": 8.823820879120879, - "Oil_Temperature_C": 56.73517857142857, - "Motor_Current_A": 0.6647486263736265, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7493846153846158, - "Pneumatic_Panel_Pressure_bar": 9.054312087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.308338461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.0005384615384607511, - "Reservoir_Pressure_bar": 9.058041758241759, - "Oil_Temperature_C": 58.38369505494506, - "Motor_Current_A": 1.7292445054945056, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5573351648351654, - "Pneumatic_Panel_Pressure_bar": 9.008524175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.431623076923076, - "Tower_Discharge_Pressure_Drop_bar": -0.01361538461538338, - "Reservoir_Pressure_bar": 9.012826373626373, - "Oil_Temperature_C": 58.24887362637363, - "Motor_Current_A": 1.0791510989010986, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2638461538461546, - "Pneumatic_Panel_Pressure_bar": 9.07501098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.786362637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.01604670329670179, - "Reservoir_Pressure_bar": 9.078565934065933, - "Oil_Temperature_C": 58.17293956043956, - "Motor_Current_A": 0.9564320054945052, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6133582417582426, - "Pneumatic_Panel_Pressure_bar": 9.114064835164836, - "Cyclone_Filter_Drop_Pressure_bar": 8.476064835164836, - "Tower_Discharge_Pressure_Drop_bar": -0.011939560439558876, - "Reservoir_Pressure_bar": 9.117029670329671, - "Oil_Temperature_C": 58.28174450549451, - "Motor_Current_A": 1.2882252747252745, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8304538461538469, - "Pneumatic_Panel_Pressure_bar": 8.852638461538461, - "Cyclone_Filter_Drop_Pressure_bar": 8.01355054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.01608241758241616, - "Reservoir_Pressure_bar": 8.854907692307693, - "Oil_Temperature_C": 58.47831043956044, - "Motor_Current_A": 1.5156799450549447, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6638350684931517, - "Pneumatic_Panel_Pressure_bar": 9.180891506849315, - "Cyclone_Filter_Drop_Pressure_bar": 8.503094794520548, - "Tower_Discharge_Pressure_Drop_bar": -0.009436164383560266, - "Reservoir_Pressure_bar": 9.182831232876712, - "Oil_Temperature_C": 59.9428904109589, - "Motor_Current_A": 1.5713417808219177, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5416043956043965, - "Pneumatic_Panel_Pressure_bar": 8.872467032967032, - "Cyclone_Filter_Drop_Pressure_bar": 8.311851648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.00753901098901021, - "Reservoir_Pressure_bar": 8.87408901098901, - "Oil_Temperature_C": 59.02384615384616, - "Motor_Current_A": 1.3061208791208792, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5894192307692316, - "Pneumatic_Panel_Pressure_bar": 9.038474725274726, - "Cyclone_Filter_Drop_Pressure_bar": 8.38654835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.017237912087911735, - "Reservoir_Pressure_bar": 9.039467582417583, - "Oil_Temperature_C": 59.035260989010986, - "Motor_Current_A": 1.3024038461538463, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5362060439560445, - "Pneumatic_Panel_Pressure_bar": 8.749082417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.16576098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.012098901098901247, - "Reservoir_Pressure_bar": 8.750357142857142, - "Oil_Temperature_C": 57.23942307692308, - "Motor_Current_A": 1.2533173076923079, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5435093406593411, - "Pneumatic_Panel_Pressure_bar": 8.788772527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.223706593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.018895604395604455, - "Reservoir_Pressure_bar": 8.789569230769231, - "Oil_Temperature_C": 56.4671565934066, - "Motor_Current_A": 1.2340384615384619, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.22086636225266384, - "Pneumatic_Panel_Pressure_bar": 8.864248401826483, - "Cyclone_Filter_Drop_Pressure_bar": 8.603793607305937, - "Tower_Discharge_Pressure_Drop_bar": -0.019162252663622422, - "Reservoir_Pressure_bar": 8.865098325722984, - "Oil_Temperature_C": 54.89759512937596, - "Motor_Current_A": 0.6282808219178085, - "Air_Intake_Valve_Status": 0.9726027397260274, - "Compressor_Outlet_Valve_Status": 0.0273972602739726, - "Active_Tower_ID": 0.9835616438356164, - "Load_Start_Signal": 0.9726027397260274, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4709395604395606, - "Pneumatic_Panel_Pressure_bar": 8.853750549450549, - "Cyclone_Filter_Drop_Pressure_bar": 8.340745054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.016692307692307444, - "Reservoir_Pressure_bar": 8.853992857142858, - "Oil_Temperature_C": 52.75708104395604, - "Motor_Current_A": 1.0248832417582419, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.25654780219780243, - "Pneumatic_Panel_Pressure_bar": 9.04287087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.752980769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.01984230769230728, - "Reservoir_Pressure_bar": 9.043443956043957, - "Oil_Temperature_C": 52.957479395604395, - "Motor_Current_A": 0.858896978021978, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-18T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.25608414239482197, - "Pneumatic_Panel_Pressure_bar": 8.645278317152103, - "Cyclone_Filter_Drop_Pressure_bar": 8.368663430420712, - "Tower_Discharge_Pressure_Drop_bar": -0.020925566343041064, - "Reservoir_Pressure_bar": 8.645307443365697, - "Oil_Temperature_C": 51.25125404530745, - "Motor_Current_A": 0.2532766990291262, - "Air_Intake_Valve_Status": 0.970873786407767, - "Compressor_Outlet_Valve_Status": 0.02912621359223301, - "Active_Tower_ID": 0.9838187702265372, - "Load_Start_Signal": 0.970873786407767, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4988010989010991, - "Pneumatic_Panel_Pressure_bar": 9.081754945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.569646153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.020616483516482202, - "Reservoir_Pressure_bar": 9.081634065934066, - "Oil_Temperature_C": 52.16184065934066, - "Motor_Current_A": 1.273118131868132, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4954890109890112, - "Pneumatic_Panel_Pressure_bar": 8.794032967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.281703296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.021670329670328208, - "Reservoir_Pressure_bar": 8.794005494505495, - "Oil_Temperature_C": 51.86092032967033, - "Motor_Current_A": 0.8260164835164838, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23754505494505535, - "Pneumatic_Panel_Pressure_bar": 9.06656813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.802908791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.021170329670328537, - "Reservoir_Pressure_bar": 9.068007692307694, - "Oil_Temperature_C": 53.13556318681319, - "Motor_Current_A": 1.0588901098901102, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5027010989010993, - "Pneumatic_Panel_Pressure_bar": 8.89976043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.385544505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.020291208791208132, - "Reservoir_Pressure_bar": 8.901154395604395, - "Oil_Temperature_C": 53.34298763736264, - "Motor_Current_A": 1.1662980769230773, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.21951648351648378, - "Pneumatic_Panel_Pressure_bar": 8.950527472527472, - "Cyclone_Filter_Drop_Pressure_bar": 8.690002747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.020065934065933436, - "Reservoir_Pressure_bar": 8.952013736263735, - "Oil_Temperature_C": 54.527850274725274, - "Motor_Current_A": 0.7291277472527476, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4938714285714289, - "Pneumatic_Panel_Pressure_bar": 9.00122087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.487303296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.019958241758241284, - "Reservoir_Pressure_bar": 9.002325274725274, - "Oil_Temperature_C": 55.22957417582417, - "Motor_Current_A": 1.2589491758241762, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.48648351648351673, - "Pneumatic_Panel_Pressure_bar": 8.800956043956043, - "Cyclone_Filter_Drop_Pressure_bar": 8.289675824175823, - "Tower_Discharge_Pressure_Drop_bar": -0.019829670329669914, - "Reservoir_Pressure_bar": 8.802351648351648, - "Oil_Temperature_C": 55.07309065934066, - "Motor_Current_A": 0.8249931318681322, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.27867076923076955, - "Pneumatic_Panel_Pressure_bar": 9.098843076923076, - "Cyclone_Filter_Drop_Pressure_bar": 8.783372307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.019538461538461283, - "Reservoir_Pressure_bar": 9.100049230769232, - "Oil_Temperature_C": 56.50276923076923, - "Motor_Current_A": 1.233069230769231, - "Air_Intake_Valve_Status": 0.9661538461538461, - "Compressor_Outlet_Valve_Status": 0.033846153846153845, - "Active_Tower_ID": 0.9846153846153847, - "Load_Start_Signal": 0.9661538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5159660056657226, - "Pneumatic_Panel_Pressure_bar": 8.907101102671467, - "Cyclone_Filter_Drop_Pressure_bar": 8.378058609753621, - "Tower_Discharge_Pressure_Drop_bar": -0.019195467422096248, - "Reservoir_Pressure_bar": 8.909310734399511, - "Oil_Temperature_C": 57.027627168380306, - "Motor_Current_A": 1.328692623274607, - "Air_Intake_Valve_Status": 0.943342776203966, - "Compressor_Outlet_Valve_Status": 0.056657223796033995, - "Active_Tower_ID": 0.9660056657223796, - "Load_Start_Signal": 0.943342776203966, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.26286263736263754, - "Pneumatic_Panel_Pressure_bar": 8.923324175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.63394945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.018362637362637657, - "Reservoir_Pressure_bar": 8.925505494505494, - "Oil_Temperature_C": 56.65688186813187, - "Motor_Current_A": 0.6652321428571429, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.534895604395605, - "Pneumatic_Panel_Pressure_bar": 8.974203296703298, - "Cyclone_Filter_Drop_Pressure_bar": 8.416582417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.01712637362637317, - "Reservoir_Pressure_bar": 8.979686813186813, - "Oil_Temperature_C": 56.902678571428574, - "Motor_Current_A": 1.2592376373626375, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24259945054945073, - "Pneumatic_Panel_Pressure_bar": 8.86890989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.605223626373625, - "Tower_Discharge_Pressure_Drop_bar": -0.016703296703295765, - "Reservoir_Pressure_bar": 8.872761538461539, - "Oil_Temperature_C": 56.26235576923077, - "Motor_Current_A": 0.6239217032967036, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5097692307692311, - "Pneumatic_Panel_Pressure_bar": 8.83591978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.300407142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.007789560439559196, - "Reservoir_Pressure_bar": 8.842738461538461, - "Oil_Temperature_C": 56.56389423076923, - "Motor_Current_A": 0.9986057692307694, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23899670329670414, - "Pneumatic_Panel_Pressure_bar": 8.932425274725274, - "Cyclone_Filter_Drop_Pressure_bar": 8.669642857142858, - "Tower_Discharge_Pressure_Drop_bar": -0.0001593406593399917, - "Reservoir_Pressure_bar": 8.937617582417582, - "Oil_Temperature_C": 58.183337912087914, - "Motor_Current_A": 0.874630494505494, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6017197802197812, - "Pneumatic_Panel_Pressure_bar": 8.9238, - "Cyclone_Filter_Drop_Pressure_bar": 8.307541758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.007490659340658433, - "Reservoir_Pressure_bar": 8.926856593406592, - "Oil_Temperature_C": 59.62440247252748, - "Motor_Current_A": 1.2736881868131864, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5564835164835176, - "Pneumatic_Panel_Pressure_bar": 8.895446275946275, - "Cyclone_Filter_Drop_Pressure_bar": 8.311325396825398, - "Tower_Discharge_Pressure_Drop_bar": -0.013807692307690909, - "Reservoir_Pressure_bar": 8.897616605616605, - "Oil_Temperature_C": 58.35910409035409, - "Motor_Current_A": 1.2520818070818067, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5554670329670339, - "Pneumatic_Panel_Pressure_bar": 8.86, - "Cyclone_Filter_Drop_Pressure_bar": 8.279868131868131, - "Tower_Discharge_Pressure_Drop_bar": -0.016395604395603176, - "Reservoir_Pressure_bar": 8.861175824175824, - "Oil_Temperature_C": 57.721497252747255, - "Motor_Current_A": 1.257561813186813, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.32156538461538553, - "Pneumatic_Panel_Pressure_bar": 8.847256593406595, - "Cyclone_Filter_Drop_Pressure_bar": 8.485651648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.014241758241758174, - "Reservoir_Pressure_bar": 8.848475824175825, - "Oil_Temperature_C": 57.34661401098901, - "Motor_Current_A": 0.6878777472527475, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5202153846153854, - "Pneumatic_Panel_Pressure_bar": 9.038282417582417, - "Cyclone_Filter_Drop_Pressure_bar": 8.486514285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.0032978021978023603, - "Reservoir_Pressure_bar": 9.038882417582418, - "Oil_Temperature_C": 56.246950549450546, - "Motor_Current_A": 1.2303777472527475, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011761194029850547, - "Pneumatic_Panel_Pressure_bar": 8.49115223880597, - "Cyclone_Filter_Drop_Pressure_bar": 8.47646567164179, - "Tower_Discharge_Pressure_Drop_bar": -0.019552238805969895, - "Reservoir_Pressure_bar": 8.491797014925373, - "Oil_Temperature_C": 53.338731343283584, - "Motor_Current_A": 0.0372388059701496, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012313646270799228, - "Pneumatic_Panel_Pressure_bar": 8.551853915262347, - "Cyclone_Filter_Drop_Pressure_bar": 8.536167561533146, - "Tower_Discharge_Pressure_Drop_bar": -0.02062729254159772, - "Reservoir_Pressure_bar": 8.551540268991548, - "Oil_Temperature_C": 50.38523071607039, - "Motor_Current_A": 0.655036946467492, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-19T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-19T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-19T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-20T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011571224022218957, - "Pneumatic_Panel_Pressure_bar": 9.713530233008067, - "Cyclone_Filter_Drop_Pressure_bar": 9.697134243915533, - "Tower_Discharge_Pressure_Drop_bar": -0.02255228411001152, - "Reservoir_Pressure_bar": 9.714188517182569, - "Oil_Temperature_C": 43.21740762947386, - "Motor_Current_A": 2.4254995333215392, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012286662977310701, - "Pneumatic_Panel_Pressure_bar": 9.549325954620919, - "Cyclone_Filter_Drop_Pressure_bar": 9.533039291643608, - "Tower_Discharge_Pressure_Drop_bar": -0.02228666297730922, - "Reservoir_Pressure_bar": 9.551039291643608, - "Oil_Temperature_C": 43.76658826784727, - "Motor_Current_A": 0.6008259546209184, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-20T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012867628774103244, - "Pneumatic_Panel_Pressure_bar": 9.204725080674722, - "Cyclone_Filter_Drop_Pressure_bar": 9.188805503848668, - "Tower_Discharge_Pressure_Drop_bar": -0.023348148254623162, - "Reservoir_Pressure_bar": 9.205169140212307, - "Oil_Temperature_C": 41.52185170944164, - "Motor_Current_A": 0.7681796261292664, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.769101648351649, - "Pneumatic_Panel_Pressure_bar": 8.975052197802198, - "Cyclone_Filter_Drop_Pressure_bar": 8.187541208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.02272802197802211, - "Reservoir_Pressure_bar": 8.976343406593408, - "Oil_Temperature_C": 49.82682005494506, - "Motor_Current_A": 1.8709065934065936, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2402494505494514, - "Pneumatic_Panel_Pressure_bar": 8.909651648351648, - "Cyclone_Filter_Drop_Pressure_bar": 8.645365934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.022959340659340258, - "Reservoir_Pressure_bar": 8.910519780219781, - "Oil_Temperature_C": 50.91854395604396, - "Motor_Current_A": 0.6411538461538464, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7868615384615391, - "Pneumatic_Panel_Pressure_bar": 9.121754945054946, - "Cyclone_Filter_Drop_Pressure_bar": 8.299792307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.018659340659339343, - "Reservoir_Pressure_bar": 9.124012087912087, - "Oil_Temperature_C": 52.52565934065934, - "Motor_Current_A": 1.811317307692308, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.37018732782369196, - "Pneumatic_Panel_Pressure_bar": 9.08473829201102, - "Cyclone_Filter_Drop_Pressure_bar": 8.68468870523416, - "Tower_Discharge_Pressure_Drop_bar": -0.02078236914600458, - "Reservoir_Pressure_bar": 9.08801652892562, - "Oil_Temperature_C": 55.58292011019283, - "Motor_Current_A": 0.7668939393939397, - "Air_Intake_Valve_Status": 0.9559228650137741, - "Compressor_Outlet_Valve_Status": 0.0440771349862259, - "Active_Tower_ID": 0.977961432506887, - "Load_Start_Signal": 0.9559228650137741, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4700000000000004, - "Pneumatic_Panel_Pressure_bar": 9.021565934065935, - "Cyclone_Filter_Drop_Pressure_bar": 8.533494505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.01899450549450549, - "Reservoir_Pressure_bar": 9.025714285714287, - "Oil_Temperature_C": 55.37431318681319, - "Motor_Current_A": 1.199972527472528, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7954175824175832, - "Pneumatic_Panel_Pressure_bar": 8.918107692307693, - "Cyclone_Filter_Drop_Pressure_bar": 8.092398901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.0053406593406588035, - "Reservoir_Pressure_bar": 8.923125274725274, - "Oil_Temperature_C": 57.6078021978022, - "Motor_Current_A": 1.56851510989011, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2832708791208795, - "Pneumatic_Panel_Pressure_bar": 9.077964285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.767162087912087, - "Tower_Discharge_Pressure_Drop_bar": -0.01591208791208644, - "Reservoir_Pressure_bar": 9.083771978021979, - "Oil_Temperature_C": 58.449299450549454, - "Motor_Current_A": 0.929117445054945, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5093373626373633, - "Pneumatic_Panel_Pressure_bar": 8.925646153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.388548351648351, - "Tower_Discharge_Pressure_Drop_bar": -0.014970329670328476, - "Reservoir_Pressure_bar": 8.931008791208791, - "Oil_Temperature_C": 57.42898351648352, - "Motor_Current_A": 1.2181208791208786, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5410461538461548, - "Pneumatic_Panel_Pressure_bar": 8.97605054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.414946153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.014571428571427557, - "Reservoir_Pressure_bar": 8.980092307692308, - "Oil_Temperature_C": 59.94564560439561, - "Motor_Current_A": 1.2347925824175818, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5046796703296713, - "Pneumatic_Panel_Pressure_bar": 9.043343956043955, - "Cyclone_Filter_Drop_Pressure_bar": 8.51882912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.010615384615383767, - "Reservoir_Pressure_bar": 9.04665, - "Oil_Temperature_C": 58.70204670329671, - "Motor_Current_A": 1.2268015109890105, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5233150684931516, - "Pneumatic_Panel_Pressure_bar": 8.972693698630136, - "Cyclone_Filter_Drop_Pressure_bar": 8.416852602739727, - "Tower_Discharge_Pressure_Drop_bar": -0.014301369863012794, - "Reservoir_Pressure_bar": 8.975909589041095, - "Oil_Temperature_C": 58.90871232876712, - "Motor_Current_A": 1.2465753424657529, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8351703296703307, - "Pneumatic_Panel_Pressure_bar": 8.818092307692309, - "Cyclone_Filter_Drop_Pressure_bar": 7.956878021978023, - "Tower_Discharge_Pressure_Drop_bar": -0.014769230769229645, - "Reservoir_Pressure_bar": 8.820404945054944, - "Oil_Temperature_C": 58.42701236263736, - "Motor_Current_A": 1.5560508241758237, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5467087912087921, - "Pneumatic_Panel_Pressure_bar": 8.96779010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.40411978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.014999999999998787, - "Reservoir_Pressure_bar": 8.969504395604396, - "Oil_Temperature_C": 58.972067307692306, - "Motor_Current_A": 1.4470391483516478, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5286126373626386, - "Pneumatic_Panel_Pressure_bar": 9.00235989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.465651098901098, - "Tower_Discharge_Pressure_Drop_bar": -0.006258241758240268, - "Reservoir_Pressure_bar": 9.00275, - "Oil_Temperature_C": 58.19453983516483, - "Motor_Current_A": 1.1829326923076922, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5576467032967044, - "Pneumatic_Panel_Pressure_bar": 9.145790659340658, - "Cyclone_Filter_Drop_Pressure_bar": 8.558135164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.01667032967032874, - "Reservoir_Pressure_bar": 9.146444505494506, - "Oil_Temperature_C": 58.16470467032967, - "Motor_Current_A": 1.3059615384615386, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2450728767123295, - "Pneumatic_Panel_Pressure_bar": 8.788122739726028, - "Cyclone_Filter_Drop_Pressure_bar": 8.501986849315069, - "Tower_Discharge_Pressure_Drop_bar": -0.017535342465753216, - "Reservoir_Pressure_bar": 8.78912109589041, - "Oil_Temperature_C": 55.64245205479452, - "Motor_Current_A": 0.6430958904109592, - "Air_Intake_Valve_Status": 0.9698630136986301, - "Compressor_Outlet_Valve_Status": 0.030136986301369864, - "Active_Tower_ID": 0.9863013698630136, - "Load_Start_Signal": 0.9698630136986301, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4676972527472538, - "Pneumatic_Panel_Pressure_bar": 9.017229670329671, - "Cyclone_Filter_Drop_Pressure_bar": 8.50767967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.014088461538461826, - "Reservoir_Pressure_bar": 9.017102747252746, - "Oil_Temperature_C": 54.72690247252747, - "Motor_Current_A": 1.223701923076923, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2547735042735053, - "Pneumatic_Panel_Pressure_bar": 8.904811355311356, - "Cyclone_Filter_Drop_Pressure_bar": 8.637471916971917, - "Tower_Discharge_Pressure_Drop_bar": -0.005967032967032976, - "Reservoir_Pressure_bar": 8.904433455433455, - "Oil_Temperature_C": 53.871024114774116, - "Motor_Current_A": 0.6374313186813187, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5033956043956047, - "Pneumatic_Panel_Pressure_bar": 8.868837912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.335997252747253, - "Tower_Discharge_Pressure_Drop_bar": -0.020052197802197275, - "Reservoir_Pressure_bar": 8.868865384615384, - "Oil_Temperature_C": 52.61040521978022, - "Motor_Current_A": 1.052239010989011, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-20T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2397659340659344, - "Pneumatic_Panel_Pressure_bar": 9.021418681318682, - "Cyclone_Filter_Drop_Pressure_bar": 8.757766483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.0205587912087904, - "Reservoir_Pressure_bar": 9.02173186813187, - "Oil_Temperature_C": 52.36589285714286, - "Motor_Current_A": 0.817602335164835, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24604505494505508, - "Pneumatic_Panel_Pressure_bar": 8.77702087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.512967032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.02108241758241649, - "Reservoir_Pressure_bar": 8.777526373626374, - "Oil_Temperature_C": 50.961813186813195, - "Motor_Current_A": 0.635940934065934, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4978402203856751, - "Pneumatic_Panel_Pressure_bar": 9.071641873278237, - "Cyclone_Filter_Drop_Pressure_bar": 8.556, - "Tower_Discharge_Pressure_Drop_bar": -0.021548209366389855, - "Reservoir_Pressure_bar": 9.072099173553719, - "Oil_Temperature_C": 51.039944903581265, - "Motor_Current_A": 1.2344628099173554, - "Air_Intake_Valve_Status": 0.9449035812672176, - "Compressor_Outlet_Valve_Status": 0.05509641873278237, - "Active_Tower_ID": 0.9724517906336089, - "Load_Start_Signal": 0.9449035812672176, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2421483516483518, - "Pneumatic_Panel_Pressure_bar": 8.873307692307693, - "Cyclone_Filter_Drop_Pressure_bar": 8.58435164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.02142307692307564, - "Reservoir_Pressure_bar": 8.87445054945055, - "Oil_Temperature_C": 50.471359890109895, - "Motor_Current_A": 0.6467857142857142, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5041719780219782, - "Pneumatic_Panel_Pressure_bar": 8.926753296703296, - "Cyclone_Filter_Drop_Pressure_bar": 8.410560989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.021362637362636112, - "Reservoir_Pressure_bar": 8.928181868131869, - "Oil_Temperature_C": 50.60899038461539, - "Motor_Current_A": 1.237342032967033, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5367527472527476, - "Pneumatic_Panel_Pressure_bar": 8.780918681318681, - "Cyclone_Filter_Drop_Pressure_bar": 8.22084065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.02107802197802085, - "Reservoir_Pressure_bar": 8.782326373626374, - "Oil_Temperature_C": 51.33839285714286, - "Motor_Current_A": 1.0519656593406594, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2435846153846157, - "Pneumatic_Panel_Pressure_bar": 8.78720989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.514856043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.021219780219779067, - "Reservoir_Pressure_bar": 8.789143956043956, - "Oil_Temperature_C": 52.9745467032967, - "Motor_Current_A": 0.8665384615384617, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9274631868131872, - "Pneumatic_Panel_Pressure_bar": 9.049003846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.091767032967034, - "Tower_Discharge_Pressure_Drop_bar": -0.020527472527471738, - "Reservoir_Pressure_bar": 9.050855494505495, - "Oil_Temperature_C": 56.14067994505495, - "Motor_Current_A": 1.9118399725274726, - "Air_Intake_Valve_Status": 0.8964285714285715, - "Compressor_Outlet_Valve_Status": 0.10357142857142858, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8964285714285715, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.563571428571429, - "Pneumatic_Panel_Pressure_bar": 8.962668131868131, - "Cyclone_Filter_Drop_Pressure_bar": 8.354563736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.019838461538461128, - "Reservoir_Pressure_bar": 8.96527802197802, - "Oil_Temperature_C": 55.963695054945056, - "Motor_Current_A": 1.2683241758241761, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.34733095890411, - "Pneumatic_Panel_Pressure_bar": 8.824910136986302, - "Cyclone_Filter_Drop_Pressure_bar": 8.445809315068493, - "Tower_Discharge_Pressure_Drop_bar": -0.018887671232876813, - "Reservoir_Pressure_bar": 8.828236712328767, - "Oil_Temperature_C": 55.830595890410954, - "Motor_Current_A": 0.6991239726027401, - "Air_Intake_Valve_Status": 0.958904109589041, - "Compressor_Outlet_Valve_Status": 0.0410958904109589, - "Active_Tower_ID": 0.9835616438356164, - "Load_Start_Signal": 0.958904109589041, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49475439560439605, - "Pneumatic_Panel_Pressure_bar": 8.861256593406594, - "Cyclone_Filter_Drop_Pressure_bar": 8.342891208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.018098901098901395, - "Reservoir_Pressure_bar": 8.864734615384615, - "Oil_Temperature_C": 56.32948489010989, - "Motor_Current_A": 1.225375686813187, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5298989010989016, - "Pneumatic_Panel_Pressure_bar": 8.723998901098902, - "Cyclone_Filter_Drop_Pressure_bar": 8.186042857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.006357142857142455, - "Reservoir_Pressure_bar": 8.728497252747252, - "Oil_Temperature_C": 56.77621565934066, - "Motor_Current_A": 1.2331318681318684, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5349395604395609, - "Pneumatic_Panel_Pressure_bar": 8.861581807081807, - "Cyclone_Filter_Drop_Pressure_bar": 8.298812576312576, - "Tower_Discharge_Pressure_Drop_bar": -0.01614835164835024, - "Reservoir_Pressure_bar": 8.86620573870574, - "Oil_Temperature_C": 56.7004884004884, - "Motor_Current_A": 1.2646153846153847, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5265428571428579, - "Pneumatic_Panel_Pressure_bar": 8.821782417582417, - "Cyclone_Filter_Drop_Pressure_bar": 8.261365934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.01582527472527319, - "Reservoir_Pressure_bar": 8.825875824175824, - "Oil_Temperature_C": 56.933008241758245, - "Motor_Current_A": 1.238212912087912, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.564580821917809, - "Pneumatic_Panel_Pressure_bar": 8.868741917808219, - "Cyclone_Filter_Drop_Pressure_bar": 8.287766575342465, - "Tower_Discharge_Pressure_Drop_bar": -0.0158904109589026, - "Reservoir_Pressure_bar": 8.871826849315068, - "Oil_Temperature_C": 57.32696575342465, - "Motor_Current_A": 1.074253424657534, - "Air_Intake_Valve_Status": 0.936986301369863, - "Compressor_Outlet_Valve_Status": 0.06301369863013699, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.936986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5500824175824186, - "Pneumatic_Panel_Pressure_bar": 8.948266483516484, - "Cyclone_Filter_Drop_Pressure_bar": 8.389293956043955, - "Tower_Discharge_Pressure_Drop_bar": 0.000895604395605878, - "Reservoir_Pressure_bar": 8.9509489010989, - "Oil_Temperature_C": 58.487369505494506, - "Motor_Current_A": 1.4541256868131867, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6968862637362646, - "Pneumatic_Panel_Pressure_bar": 9.097445604395604, - "Cyclone_Filter_Drop_Pressure_bar": 8.388137912087913, - "Tower_Discharge_Pressure_Drop_bar": -0.01610274725274582, - "Reservoir_Pressure_bar": 9.099295604395603, - "Oil_Temperature_C": 58.59945054945055, - "Motor_Current_A": 1.34315728021978, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.731309890109891, - "Pneumatic_Panel_Pressure_bar": 8.727973626373625, - "Cyclone_Filter_Drop_Pressure_bar": 7.949169230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.003716483516482075, - "Reservoir_Pressure_bar": 8.729295604395604, - "Oil_Temperature_C": 57.92373626373627, - "Motor_Current_A": 1.390098901098901, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.555065934065935, - "Pneumatic_Panel_Pressure_bar": 9.160746153846153, - "Cyclone_Filter_Drop_Pressure_bar": 8.5897989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.016695604395603487, - "Reservoir_Pressure_bar": 9.161605494505494, - "Oil_Temperature_C": 58.45807692307693, - "Motor_Current_A": 1.235657967032967, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5298803418803427, - "Pneumatic_Panel_Pressure_bar": 8.94934065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.38964835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.01765506715506712, - "Reservoir_Pressure_bar": 8.949589133089134, - "Oil_Temperature_C": 56.2536858974359, - "Motor_Current_A": 1.2425312881562884, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5124505494505501, - "Pneumatic_Panel_Pressure_bar": 9.090692307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.544521978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.006324175824175708, - "Reservoir_Pressure_bar": 9.090208791208791, - "Oil_Temperature_C": 55.83853021978022, - "Motor_Current_A": 1.2465178571428572, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.503637362637363, - "Pneumatic_Panel_Pressure_bar": 9.119557692307692, - "Cyclone_Filter_Drop_Pressure_bar": 8.561431868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.019686813186812858, - "Reservoir_Pressure_bar": 9.120167032967034, - "Oil_Temperature_C": 55.64210851648352, - "Motor_Current_A": 1.2466620879120882, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2502692307692311, - "Pneumatic_Panel_Pressure_bar": 8.87947857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.593658241758241, - "Tower_Discharge_Pressure_Drop_bar": -0.017186813186812654, - "Reservoir_Pressure_bar": 8.879984065934066, - "Oil_Temperature_C": 53.534759615384615, - "Motor_Current_A": 0.6489883241758244, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.495414285714286, - "Pneumatic_Panel_Pressure_bar": 9.011201098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.499691208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.01612637362637294, - "Reservoir_Pressure_bar": 9.011684615384615, - "Oil_Temperature_C": 53.4298076923077, - "Motor_Current_A": 1.2255219780219782, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-21T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2656263736263738, - "Pneumatic_Panel_Pressure_bar": 8.806195604395604, - "Cyclone_Filter_Drop_Pressure_bar": 8.51999945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.020840659340658388, - "Reservoir_Pressure_bar": 8.806845604395605, - "Oil_Temperature_C": 52.79682005494505, - "Motor_Current_A": 0.6425570054945057, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49224285714285737, - "Pneumatic_Panel_Pressure_bar": 9.02712967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.516216483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.01665384615384536, - "Reservoir_Pressure_bar": 9.027837362637362, - "Oil_Temperature_C": 51.76737637362638, - "Motor_Current_A": 1.2407142857142857, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.22314835164835184, - "Pneumatic_Panel_Pressure_bar": 8.892906593406593, - "Cyclone_Filter_Drop_Pressure_bar": 8.629956043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.020813186813185867, - "Reservoir_Pressure_bar": 8.893714285714285, - "Oil_Temperature_C": 51.47630494505494, - "Motor_Current_A": 0.6279532967032968, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5049285714285716, - "Pneumatic_Panel_Pressure_bar": 8.850742857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.316891208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.02071428571428482, - "Reservoir_Pressure_bar": 8.851440659340659, - "Oil_Temperature_C": 50.67745879120879, - "Motor_Current_A": 0.9999711538461538, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23731868131868158, - "Pneumatic_Panel_Pressure_bar": 9.005299450549451, - "Cyclone_Filter_Drop_Pressure_bar": 8.741587912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.021280219780218577, - "Reservoir_Pressure_bar": 9.006142857142857, - "Oil_Temperature_C": 51.51600274725275, - "Motor_Current_A": 0.8805116758241759, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5097445054945057, - "Pneumatic_Panel_Pressure_bar": 8.876252747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.33998076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.02131593406593285, - "Reservoir_Pressure_bar": 8.877005494505495, - "Oil_Temperature_C": 51.62651098901099, - "Motor_Current_A": 1.2002815934065936, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5497500000000003, - "Pneumatic_Panel_Pressure_bar": 8.939076923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.350821428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.020961538461537435, - "Reservoir_Pressure_bar": 8.940549450549451, - "Oil_Temperature_C": 55.4081043956044, - "Motor_Current_A": 1.3309340659340663, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5586906593406599, - "Pneumatic_Panel_Pressure_bar": 8.767132967032966, - "Cyclone_Filter_Drop_Pressure_bar": 8.17938021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.015340659340658615, - "Reservoir_Pressure_bar": 8.768988461538461, - "Oil_Temperature_C": 55.88842032967033, - "Motor_Current_A": 1.2677541208791212, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.563687362637363, - "Pneumatic_Panel_Pressure_bar": 8.773917032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.184801648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.020005494505494003, - "Reservoir_Pressure_bar": 8.775554395604397, - "Oil_Temperature_C": 55.53438186813187, - "Motor_Current_A": 1.260240384615385, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7823021978021982, - "Pneumatic_Panel_Pressure_bar": 9.131296703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.34207142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.019631868131867805, - "Reservoir_Pressure_bar": 9.132708791208792, - "Oil_Temperature_C": 56.62486263736264, - "Motor_Current_A": 1.8278571428571428, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5516318681318685, - "Pneumatic_Panel_Pressure_bar": 9.020843956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.432877472527473, - "Tower_Discharge_Pressure_Drop_bar": -0.019346703296703145, - "Reservoir_Pressure_bar": 9.022866483516484, - "Oil_Temperature_C": 55.81771978021978, - "Motor_Current_A": 0.9289903846153849, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5241609890109894, - "Pneumatic_Panel_Pressure_bar": 8.964076373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.404173626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.0187016483516485, - "Reservoir_Pressure_bar": 8.967208241758241, - "Oil_Temperature_C": 56.1718543956044, - "Motor_Current_A": 1.179843406593407, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.27042582417582467, - "Pneumatic_Panel_Pressure_bar": 8.917420329670328, - "Cyclone_Filter_Drop_Pressure_bar": 8.629156593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.01793131868131876, - "Reservoir_Pressure_bar": 8.921807692307693, - "Oil_Temperature_C": 56.88100961538461, - "Motor_Current_A": 1.062740384615385, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5415329670329674, - "Pneumatic_Panel_Pressure_bar": 8.882601098901098, - "Cyclone_Filter_Drop_Pressure_bar": 8.318234065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.016499999999998894, - "Reservoir_Pressure_bar": 8.88680989010989, - "Oil_Temperature_C": 57.06519230769231, - "Motor_Current_A": 1.2532239010989012, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8084670329670336, - "Pneumatic_Panel_Pressure_bar": 8.87260054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.036309340659342, - "Tower_Discharge_Pressure_Drop_bar": -0.015478021978020551, - "Reservoir_Pressure_bar": 8.876536263736265, - "Oil_Temperature_C": 58.33512362637363, - "Motor_Current_A": 1.5829553571428572, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2976543956043965, - "Pneumatic_Panel_Pressure_bar": 9.023410989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.708575274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.01558846153846005, - "Reservoir_Pressure_bar": 9.027026923076923, - "Oil_Temperature_C": 58.738221153846155, - "Motor_Current_A": 0.9320762362637358, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8763351648351659, - "Pneumatic_Panel_Pressure_bar": 8.79189010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.86960989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.015329670329668936, - "Reservoir_Pressure_bar": 8.79439010989011, - "Oil_Temperature_C": 58.66504120879121, - "Motor_Current_A": 1.729697802197802, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6039175824175836, - "Pneumatic_Panel_Pressure_bar": 8.925536263736264, - "Cyclone_Filter_Drop_Pressure_bar": 8.311475824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.014825274725273363, - "Reservoir_Pressure_bar": 8.928113186813187, - "Oil_Temperature_C": 60.13118131868132, - "Motor_Current_A": 1.4956263736263733, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9283263736263747, - "Pneumatic_Panel_Pressure_bar": 9.1634010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.211261538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.0034428571428557534, - "Reservoir_Pressure_bar": 9.164893406593407, - "Oil_Temperature_C": 59.44434065934066, - "Motor_Current_A": 1.8796909340659338, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6338879120879133, - "Pneumatic_Panel_Pressure_bar": 8.966171428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.32733076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.016331868131866874, - "Reservoir_Pressure_bar": 8.967306593406594, - "Oil_Temperature_C": 57.53825549450549, - "Motor_Current_A": 1.0572362637362638, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5633659340659353, - "Pneumatic_Panel_Pressure_bar": 8.993412087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.428542857142856, - "Tower_Discharge_Pressure_Drop_bar": -0.007526373626373645, - "Reservoir_Pressure_bar": 8.995041758241758, - "Oil_Temperature_C": 58.26063186813187, - "Motor_Current_A": 1.5489326923076925, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8565205479452063, - "Pneumatic_Panel_Pressure_bar": 8.874687123287671, - "Cyclone_Filter_Drop_Pressure_bar": 8.015623561643835, - "Tower_Discharge_Pressure_Drop_bar": -0.01652602739726041, - "Reservoir_Pressure_bar": 8.876160547945206, - "Oil_Temperature_C": 57.7358698630137, - "Motor_Current_A": 1.8055, - "Air_Intake_Valve_Status": 0.9095890410958904, - "Compressor_Outlet_Valve_Status": 0.09041095890410959, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9095890410958904, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6348412087912095, - "Pneumatic_Panel_Pressure_bar": 8.988635714285715, - "Cyclone_Filter_Drop_Pressure_bar": 8.311746153846155, - "Tower_Discharge_Pressure_Drop_bar": -0.01904395604395606, - "Reservoir_Pressure_bar": 8.989926923076924, - "Oil_Temperature_C": 57.09101648351648, - "Motor_Current_A": 0.9670549450549453, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.629885714285715, - "Pneumatic_Panel_Pressure_bar": 8.878140659340659, - "Cyclone_Filter_Drop_Pressure_bar": 8.233252747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.01928021978021968, - "Reservoir_Pressure_bar": 8.87959010989011, - "Oil_Temperature_C": 56.581634615384615, - "Motor_Current_A": 1.716048076923077, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-22T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4790194174757289, - "Pneumatic_Panel_Pressure_bar": 9.000981553398057, - "Cyclone_Filter_Drop_Pressure_bar": 8.50038640776699, - "Tower_Discharge_Pressure_Drop_bar": -0.019155339805825188, - "Reservoir_Pressure_bar": 9.002483495145631, - "Oil_Temperature_C": 56.770885922330095, - "Motor_Current_A": 1.1038228155339809, - "Air_Intake_Valve_Status": 0.9466019417475728, - "Compressor_Outlet_Valve_Status": 0.05339805825242718, - "Active_Tower_ID": 0.970873786407767, - "Load_Start_Signal": 0.9466019417475728, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9951456310679612, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01001242421109471, - "Pneumatic_Panel_Pressure_bar": 9.317523215578003, - "Cyclone_Filter_Drop_Pressure_bar": 9.301648400299202, - "Tower_Discharge_Pressure_Drop_bar": -0.01961394941527726, - "Reservoir_Pressure_bar": 9.317142905793707, - "Oil_Temperature_C": 54.31008448524359, - "Motor_Current_A": 1.0147299041578235, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01011579037653129, - "Pneumatic_Panel_Pressure_bar": 8.974053006261258, - "Cyclone_Filter_Drop_Pressure_bar": 8.959937215884725, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.973937215884725, - "Oil_Temperature_C": 53.468417102667466, - "Motor_Current_A": 0.26231752294364874, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-23T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-23T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5987804380450842, - "Pneumatic_Panel_Pressure_bar": 9.163066188168905, - "Cyclone_Filter_Drop_Pressure_bar": 8.544927551069481, - "Tower_Discharge_Pressure_Drop_bar": -0.020919075144507665, - "Reservoir_Pressure_bar": 9.163621192687977, - "Oil_Temperature_C": 51.99613610042008, - "Motor_Current_A": 1.6915445025723757, - "Air_Intake_Valve_Status": 0.9335260115606936, - "Compressor_Outlet_Valve_Status": 0.06647398843930635, - "Active_Tower_ID": 0.9682080924855492, - "Load_Start_Signal": 0.9335260115606936, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5707983516483519, - "Pneumatic_Panel_Pressure_bar": 9.023733516483517, - "Cyclone_Filter_Drop_Pressure_bar": 8.432374725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.020468681318680387, - "Reservoir_Pressure_bar": 9.024534065934066, - "Oil_Temperature_C": 54.926957417582415, - "Motor_Current_A": 1.2733880494505496, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5558626373626376, - "Pneumatic_Panel_Pressure_bar": 8.845738461538462, - "Cyclone_Filter_Drop_Pressure_bar": 8.280314285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.010207692307691654, - "Reservoir_Pressure_bar": 8.846995604395604, - "Oil_Temperature_C": 54.6792445054945, - "Motor_Current_A": 1.2598750000000003, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5564456043956048, - "Pneumatic_Panel_Pressure_bar": 9.134655494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.55007912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.018554945054944767, - "Reservoir_Pressure_bar": 9.136715934065935, - "Oil_Temperature_C": 56.38474587912088, - "Motor_Current_A": 1.2781868131868133, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5434835164835169, - "Pneumatic_Panel_Pressure_bar": 8.976543956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.403576923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.006434065934065942, - "Reservoir_Pressure_bar": 8.9790989010989, - "Oil_Temperature_C": 55.830357142857146, - "Motor_Current_A": 1.2672870879120883, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5550538461538465, - "Pneumatic_Panel_Pressure_bar": 8.74319010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.155913186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.01817582417582438, - "Reservoir_Pressure_bar": 8.746529670329672, - "Oil_Temperature_C": 56.16622252747253, - "Motor_Current_A": 1.2593736263736266, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6825846153846156, - "Pneumatic_Panel_Pressure_bar": 8.895896703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.166536263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.016914285714285063, - "Reservoir_Pressure_bar": 8.899651648351648, - "Oil_Temperature_C": 57.10956043956044, - "Motor_Current_A": 1.3808282967032968, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.40714725274725333, - "Pneumatic_Panel_Pressure_bar": 9.204112087912089, - "Cyclone_Filter_Drop_Pressure_bar": 8.781953846153845, - "Tower_Discharge_Pressure_Drop_bar": -0.015730769230767817, - "Reservoir_Pressure_bar": 9.208535164835165, - "Oil_Temperature_C": 58.05167582417583, - "Motor_Current_A": 1.1563310439560437, - "Air_Intake_Valve_Status": 0.9560439560439561, - "Compressor_Outlet_Valve_Status": 0.04395604395604396, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9560439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5696980821917815, - "Pneumatic_Panel_Pressure_bar": 9.064790136986302, - "Cyclone_Filter_Drop_Pressure_bar": 8.45976, - "Tower_Discharge_Pressure_Drop_bar": -0.008393972602738308, - "Reservoir_Pressure_bar": 9.06922904109589, - "Oil_Temperature_C": 57.47753424657534, - "Motor_Current_A": 1.2869520547945201, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5927467032967043, - "Pneumatic_Panel_Pressure_bar": 8.849152747252747, - "Cyclone_Filter_Drop_Pressure_bar": 8.237613736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.015483516483515045, - "Reservoir_Pressure_bar": 8.852904945054945, - "Oil_Temperature_C": 57.49179945054945, - "Motor_Current_A": 1.2835027472527467, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6790329670329681, - "Pneumatic_Panel_Pressure_bar": 8.874204395604396, - "Cyclone_Filter_Drop_Pressure_bar": 8.168621978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.015352747252745857, - "Reservoir_Pressure_bar": 8.876973626373626, - "Oil_Temperature_C": 58.51877747252747, - "Motor_Current_A": 1.3329670329670325, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7079296703296714, - "Pneumatic_Panel_Pressure_bar": 8.88842967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.167963186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.01549450549450405, - "Reservoir_Pressure_bar": 8.890447802197802, - "Oil_Temperature_C": 58.98855769230769, - "Motor_Current_A": 1.7556957417582413, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.684745054945056, - "Pneumatic_Panel_Pressure_bar": 9.080772527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.391565934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.016267032967032028, - "Reservoir_Pressure_bar": 9.081898901098901, - "Oil_Temperature_C": 58.948791208791214, - "Motor_Current_A": 1.3292129120879117, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5864434065934075, - "Pneumatic_Panel_Pressure_bar": 8.851069230769232, - "Cyclone_Filter_Drop_Pressure_bar": 8.241052747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.0126593406593395, - "Reservoir_Pressure_bar": 8.85169945054945, - "Oil_Temperature_C": 57.244725274725276, - "Motor_Current_A": 1.2836813186813185, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49978082191780887, - "Pneumatic_Panel_Pressure_bar": 8.764784657534246, - "Cyclone_Filter_Drop_Pressure_bar": 8.231310684931506, - "Tower_Discharge_Pressure_Drop_bar": -0.017325479452054798, - "Reservoir_Pressure_bar": 8.765573150684931, - "Oil_Temperature_C": 56.193075342465754, - "Motor_Current_A": 1.1073089041095892, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5348681318681326, - "Pneumatic_Panel_Pressure_bar": 9.159742857142858, - "Cyclone_Filter_Drop_Pressure_bar": 8.598484615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.018482417582417626, - "Reservoir_Pressure_bar": 9.160286813186813, - "Oil_Temperature_C": 56.47918956043956, - "Motor_Current_A": 1.3830879120879123, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7028648351648358, - "Pneumatic_Panel_Pressure_bar": 8.96153186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.22741978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.019543956043955774, - "Reservoir_Pressure_bar": 8.961381318681319, - "Oil_Temperature_C": 55.16256868131868, - "Motor_Current_A": 1.3628228021978026, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8741186813186819, - "Pneumatic_Panel_Pressure_bar": 8.935496703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.051331868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.0020351648351644926, - "Reservoir_Pressure_bar": 8.936337362637362, - "Oil_Temperature_C": 56.54324175824176, - "Motor_Current_A": 1.6844340659340662, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.39784109589041133, - "Pneumatic_Panel_Pressure_bar": 9.089321917808219, - "Cyclone_Filter_Drop_Pressure_bar": 8.672431506849314, - "Tower_Discharge_Pressure_Drop_bar": -0.0194999999999996, - "Reservoir_Pressure_bar": 9.090535616438356, - "Oil_Temperature_C": 56.985171232876716, - "Motor_Current_A": 1.1591678082191783, - "Air_Intake_Valve_Status": 0.9554794520547946, - "Compressor_Outlet_Valve_Status": 0.04452054794520548, - "Active_Tower_ID": 0.9794520547945206, - "Load_Start_Signal": 0.9554794520547946, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-23T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2384338650135818, - "Pneumatic_Panel_Pressure_bar": 8.187164728007245, - "Cyclone_Filter_Drop_Pressure_bar": 7.932838615309605, - "Tower_Discharge_Pressure_Drop_bar": -0.020050358710036388, - "Reservoir_Pressure_bar": 8.18921508671728, - "Oil_Temperature_C": 53.19641289963083, - "Motor_Current_A": 0.1911570140001398, - "Air_Intake_Valve_Status": 0.9748206449815421, - "Compressor_Outlet_Valve_Status": 0.025179355018457895, - "Active_Tower_ID": 0.9748206449815421, - "Load_Start_Signal": 0.9748206449815421, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-24T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-24T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-24T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-24T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-24T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-24T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5893403503265697, - "Pneumatic_Panel_Pressure_bar": 9.60297027519425, - "Cyclone_Filter_Drop_Pressure_bar": 9.006168498469744, - "Tower_Discharge_Pressure_Drop_bar": -0.02079283855488728, - "Reservoir_Pressure_bar": 9.604726969170827, - "Oil_Temperature_C": 42.901734933045546, - "Motor_Current_A": 2.274269122530381, - "Air_Intake_Valve_Status": 0.9409301201462533, - "Compressor_Outlet_Valve_Status": 0.059069879853746676, - "Active_Tower_ID": 0.9529783129173376, - "Load_Start_Signal": 0.9409301201462533, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4836186813186815, - "Pneumatic_Panel_Pressure_bar": 8.916415384615386, - "Cyclone_Filter_Drop_Pressure_bar": 8.42850879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.012747252747251534, - "Reservoir_Pressure_bar": 8.917385714285714, - "Oil_Temperature_C": 48.42035714285715, - "Motor_Current_A": 1.0599381868131872, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24917417582417617, - "Pneumatic_Panel_Pressure_bar": 9.045895054945056, - "Cyclone_Filter_Drop_Pressure_bar": 8.757556043956043, - "Tower_Discharge_Pressure_Drop_bar": -0.0209961538461528, - "Reservoir_Pressure_bar": 9.047512087912088, - "Oil_Temperature_C": 53.27132554945055, - "Motor_Current_A": 0.816622252747253, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5683247252747257, - "Pneumatic_Panel_Pressure_bar": 9.00499065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.417270329670329, - "Tower_Discharge_Pressure_Drop_bar": 0.0010170329670336077, - "Reservoir_Pressure_bar": 9.006320329670329, - "Oil_Temperature_C": 53.5697184065934, - "Motor_Current_A": 1.2839491758241761, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.26907747252747305, - "Pneumatic_Panel_Pressure_bar": 8.837771978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.548381868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.019961538461537982, - "Reservoir_Pressure_bar": 8.840008241758241, - "Oil_Temperature_C": 54.00173763736264, - "Motor_Current_A": 0.642431318681319, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5362857142857147, - "Pneumatic_Panel_Pressure_bar": 8.909153846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.356549450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.004675824175824109, - "Reservoir_Pressure_bar": 8.91310989010989, - "Oil_Temperature_C": 54.770123626373625, - "Motor_Current_A": 1.2409890109890112, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5295835164835169, - "Pneumatic_Panel_Pressure_bar": 8.93443846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.355278021978021, - "Tower_Discharge_Pressure_Drop_bar": -0.009901098901098844, - "Reservoir_Pressure_bar": 8.93863956043956, - "Oil_Temperature_C": 55.85043956043956, - "Motor_Current_A": 1.2629876373626376, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5311593406593411, - "Pneumatic_Panel_Pressure_bar": 8.782019230769231, - "Cyclone_Filter_Drop_Pressure_bar": 8.220983516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.013876373626373015, - "Reservoir_Pressure_bar": 8.785659340659342, - "Oil_Temperature_C": 56.09333791208791, - "Motor_Current_A": 1.0636778846153845, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23993186813186876, - "Pneumatic_Panel_Pressure_bar": 8.567859340659341, - "Cyclone_Filter_Drop_Pressure_bar": 8.306718681318682, - "Tower_Discharge_Pressure_Drop_bar": -0.011925274725274024, - "Reservoir_Pressure_bar": 8.570916483516484, - "Oil_Temperature_C": 56.45836538461539, - "Motor_Current_A": 0.8367486263736262, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5162912087912095, - "Pneumatic_Panel_Pressure_bar": 8.782525274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.22207912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.017391208791208566, - "Reservoir_Pressure_bar": 8.78448021978022, - "Oil_Temperature_C": 56.65468406593407, - "Motor_Current_A": 1.2346909340659338, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7773516483516492, - "Pneumatic_Panel_Pressure_bar": 9.110747252747252, - "Cyclone_Filter_Drop_Pressure_bar": 8.327357142857142, - "Tower_Discharge_Pressure_Drop_bar": -0.005346153846153955, - "Reservoir_Pressure_bar": 9.111708791208791, - "Oil_Temperature_C": 57.103777472527476, - "Motor_Current_A": 1.3962225274725275, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4368098901098907, - "Pneumatic_Panel_Pressure_bar": 9.15727912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.73039010989011, - "Tower_Discharge_Pressure_Drop_bar": 0.0055054945054943735, - "Reservoir_Pressure_bar": 9.158023076923076, - "Oil_Temperature_C": 56.17741758241759, - "Motor_Current_A": 1.1734065934065936, - "Air_Intake_Valve_Status": 0.9532967032967034, - "Compressor_Outlet_Valve_Status": 0.046703296703296704, - "Active_Tower_ID": 0.971978021978022, - "Load_Start_Signal": 0.9532967032967034, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.993956043956044, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5787802197802204, - "Pneumatic_Panel_Pressure_bar": 9.116417582417583, - "Cyclone_Filter_Drop_Pressure_bar": 8.504637362637363, - "Tower_Discharge_Pressure_Drop_bar": -0.007401098901098749, - "Reservoir_Pressure_bar": 9.116598901098902, - "Oil_Temperature_C": 55.02805631868132, - "Motor_Current_A": 1.2828640109890113, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2486351648351652, - "Pneumatic_Panel_Pressure_bar": 8.943908791208791, - "Cyclone_Filter_Drop_Pressure_bar": 8.65746923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.019868131868131442, - "Reservoir_Pressure_bar": 8.943993406593407, - "Oil_Temperature_C": 53.87105769230769, - "Motor_Current_A": 0.6519409340659343, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49598356164383584, - "Pneumatic_Panel_Pressure_bar": 8.96106410958904, - "Cyclone_Filter_Drop_Pressure_bar": 8.438424109589041, - "Tower_Discharge_Pressure_Drop_bar": -0.020564383561643026, - "Reservoir_Pressure_bar": 8.96035287671233, - "Oil_Temperature_C": 52.28190410958904, - "Motor_Current_A": 1.2149726027397263, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2240714285714288, - "Pneumatic_Panel_Pressure_bar": 8.986398901098902, - "Cyclone_Filter_Drop_Pressure_bar": 8.7243, - "Tower_Discharge_Pressure_Drop_bar": -0.021280219780218577, - "Reservoir_Pressure_bar": 8.98591043956044, - "Oil_Temperature_C": 51.38838598901099, - "Motor_Current_A": 0.6683427197802199, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.22520329670329675, - "Pneumatic_Panel_Pressure_bar": 8.872232967032968, - "Cyclone_Filter_Drop_Pressure_bar": 8.610089010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.021813186813185316, - "Reservoir_Pressure_bar": 8.871616483516483, - "Oil_Temperature_C": 50.24486263736264, - "Motor_Current_A": 0.647603021978022, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-24T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.44570879120879137, - "Pneumatic_Panel_Pressure_bar": 8.898203296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.3978663003663, - "Tower_Discharge_Pressure_Drop_bar": -0.018593406593405287, - "Reservoir_Pressure_bar": 8.89751098901099, - "Oil_Temperature_C": 49.05384615384615, - "Motor_Current_A": 1.130370879120879, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23174725274725305, - "Pneumatic_Panel_Pressure_bar": 9.041371428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.779289010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.017747252747251377, - "Reservoir_Pressure_bar": 9.041701098901099, - "Oil_Temperature_C": 49.2485576923077, - "Motor_Current_A": 0.8214010989010988, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.21795054945054992, - "Pneumatic_Panel_Pressure_bar": 8.851587362637362, - "Cyclone_Filter_Drop_Pressure_bar": 8.613823626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.02228571428571304, - "Reservoir_Pressure_bar": 8.85206153846154, - "Oil_Temperature_C": 48.513530219780215, - "Motor_Current_A": 0.6450872252747253, - "Air_Intake_Valve_Status": 0.9752747252747253, - "Compressor_Outlet_Valve_Status": 0.024725274725274724, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9752747252747253, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.47545164835164877, - "Pneumatic_Panel_Pressure_bar": 8.958030769230769, - "Cyclone_Filter_Drop_Pressure_bar": 8.47042087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.022269230769229514, - "Reservoir_Pressure_bar": 8.958646153846153, - "Oil_Temperature_C": 48.03006868131868, - "Motor_Current_A": 1.2434958791208792, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.21435824175824242, - "Pneumatic_Panel_Pressure_bar": 8.89010879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.642893406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.022620879120878307, - "Reservoir_Pressure_bar": 8.890767032967032, - "Oil_Temperature_C": 48.92300824175825, - "Motor_Current_A": 0.6620068681318684, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.989010989010989, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5244991780821923, - "Pneumatic_Panel_Pressure_bar": 9.124226301369863, - "Cyclone_Filter_Drop_Pressure_bar": 8.56272493150685, - "Tower_Discharge_Pressure_Drop_bar": -0.02247178082191681, - "Reservoir_Pressure_bar": 9.125431780821918, - "Oil_Temperature_C": 50.972767123287674, - "Motor_Current_A": 1.2665486301369866, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5297527472527477, - "Pneumatic_Panel_Pressure_bar": 8.883557692307694, - "Cyclone_Filter_Drop_Pressure_bar": 8.322865384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.022291758241757068, - "Reservoir_Pressure_bar": 8.885293956043956, - "Oil_Temperature_C": 52.47746565934066, - "Motor_Current_A": 1.2598076923076924, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8390219780219785, - "Pneumatic_Panel_Pressure_bar": 8.777551648351649, - "Cyclone_Filter_Drop_Pressure_bar": 7.895566483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.02066483516483377, - "Reservoir_Pressure_bar": 8.779178021978023, - "Oil_Temperature_C": 53.152087912087914, - "Motor_Current_A": 1.708926510989011, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5491813186813191, - "Pneumatic_Panel_Pressure_bar": 9.118646153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.556083516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.020914285714284737, - "Reservoir_Pressure_bar": 9.12104175824176, - "Oil_Temperature_C": 55.16881868131868, - "Motor_Current_A": 1.0632829670329673, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2506582417582422, - "Pneumatic_Panel_Pressure_bar": 9.09554835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.80827912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.01984615384615343, - "Reservoir_Pressure_bar": 9.098097802197803, - "Oil_Temperature_C": 55.244478021978026, - "Motor_Current_A": 1.0450178571428574, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5247780821917812, - "Pneumatic_Panel_Pressure_bar": 9.070258082191781, - "Cyclone_Filter_Drop_Pressure_bar": 8.532773150684932, - "Tower_Discharge_Pressure_Drop_bar": -0.018542465753424775, - "Reservoir_Pressure_bar": 9.073710136986302, - "Oil_Temperature_C": 55.62234246575342, - "Motor_Current_A": 1.2398356164383564, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9726027397260274, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5547648351648358, - "Pneumatic_Panel_Pressure_bar": 9.10280989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.518662637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.017401098901098647, - "Reservoir_Pressure_bar": 9.107157142857144, - "Oil_Temperature_C": 56.26414835164836, - "Motor_Current_A": 1.2607348901098903, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.47652197802197843, - "Pneumatic_Panel_Pressure_bar": 8.972183516483517, - "Cyclone_Filter_Drop_Pressure_bar": 8.487117582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.016538461538460423, - "Reservoir_Pressure_bar": 8.976221978021977, - "Oil_Temperature_C": 56.40636675824176, - "Motor_Current_A": 0.7826510989010987, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.9807692307692307, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.35939835164835227, - "Pneumatic_Panel_Pressure_bar": 9.18476923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.790403846153845, - "Tower_Discharge_Pressure_Drop_bar": -0.015917582417580844, - "Reservoir_Pressure_bar": 9.18857967032967, - "Oil_Temperature_C": 57.19550137362638, - "Motor_Current_A": 1.1391071428571427, - "Air_Intake_Valve_Status": 0.9587912087912088, - "Compressor_Outlet_Valve_Status": 0.04120879120879121, - "Active_Tower_ID": 0.9766483516483516, - "Load_Start_Signal": 0.9587912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5815071428571438, - "Pneumatic_Panel_Pressure_bar": 9.115802197802198, - "Cyclone_Filter_Drop_Pressure_bar": 8.525434065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.015532967032965585, - "Reservoir_Pressure_bar": 9.11915934065934, - "Oil_Temperature_C": 57.56907280219781, - "Motor_Current_A": 1.2589354395604393, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5334136986301379, - "Pneumatic_Panel_Pressure_bar": 8.86512, - "Cyclone_Filter_Drop_Pressure_bar": 8.306385753424658, - "Tower_Discharge_Pressure_Drop_bar": -0.015747945205477905, - "Reservoir_Pressure_bar": 8.867887671232877, - "Oil_Temperature_C": 57.4038698630137, - "Motor_Current_A": 1.2452602739726022, - "Air_Intake_Valve_Status": 0.9397260273972603, - "Compressor_Outlet_Valve_Status": 0.06027397260273973, - "Active_Tower_ID": 0.9698630136986301, - "Load_Start_Signal": 0.9397260273972603, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8141813186813195, - "Pneumatic_Panel_Pressure_bar": 9.044603296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.189262637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.01611483516483379, - "Reservoir_Pressure_bar": 9.04686098901099, - "Oil_Temperature_C": 57.917973901098904, - "Motor_Current_A": 1.8730226648351647, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9082637362637369, - "Pneumatic_Panel_Pressure_bar": 9.116835714285715, - "Cyclone_Filter_Drop_Pressure_bar": 8.184707692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.015818681318680236, - "Reservoir_Pressure_bar": 9.118852197802198, - "Oil_Temperature_C": 58.27324862637363, - "Motor_Current_A": 1.5382706043956043, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2708983516483526, - "Pneumatic_Panel_Pressure_bar": 8.933763736263735, - "Cyclone_Filter_Drop_Pressure_bar": 8.645222527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.017392857142856936, - "Reservoir_Pressure_bar": 8.93506043956044, - "Oil_Temperature_C": 57.04450549450549, - "Motor_Current_A": 0.9684203296703298, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.547337912087913, - "Pneumatic_Panel_Pressure_bar": 9.039266483516483, - "Cyclone_Filter_Drop_Pressure_bar": 8.461368131868133, - "Tower_Discharge_Pressure_Drop_bar": -0.018225274725275065, - "Reservoir_Pressure_bar": 9.040085164835164, - "Oil_Temperature_C": 56.01538461538461, - "Motor_Current_A": 1.2690041208791212, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9720587912087919, - "Pneumatic_Panel_Pressure_bar": 8.962006593406594, - "Cyclone_Filter_Drop_Pressure_bar": 7.976365384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.018192307692307935, - "Reservoir_Pressure_bar": 8.963182417582416, - "Oil_Temperature_C": 56.3052815934066, - "Motor_Current_A": 1.5246085164835168, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.549813736263737, - "Pneumatic_Panel_Pressure_bar": 9.073093956043957, - "Cyclone_Filter_Drop_Pressure_bar": 8.485326373626375, - "Tower_Discharge_Pressure_Drop_bar": -0.015236813186813315, - "Reservoir_Pressure_bar": 9.07415934065934, - "Oil_Temperature_C": 57.425714285714285, - "Motor_Current_A": 1.7030885989010989, - "Air_Intake_Valve_Status": 0.9365384615384614, - "Compressor_Outlet_Valve_Status": 0.06346153846153847, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9365384615384614, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6684945054945061, - "Pneumatic_Panel_Pressure_bar": 8.76123076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.05854945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.018637362637362674, - "Reservoir_Pressure_bar": 8.762373626373627, - "Oil_Temperature_C": 56.30405219780219, - "Motor_Current_A": 1.3455357142857145, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4778406593406597, - "Pneumatic_Panel_Pressure_bar": 9.087983516483517, - "Cyclone_Filter_Drop_Pressure_bar": 8.568731868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.019439560439560247, - "Reservoir_Pressure_bar": 9.088858241758242, - "Oil_Temperature_C": 56.15074175824176, - "Motor_Current_A": 1.211427197802198, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-25T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0184652173913051, - "Pneumatic_Panel_Pressure_bar": 9.35415652173913, - "Cyclone_Filter_Drop_Pressure_bar": 8.34868043478261, - "Tower_Discharge_Pressure_Drop_bar": -0.01959347826086929, - "Reservoir_Pressure_bar": 9.35497608695652, - "Oil_Temperature_C": 54.63092391304348, - "Motor_Current_A": 2.3673586956521744, - "Air_Intake_Valve_Status": 0.8913043478260869, - "Compressor_Outlet_Valve_Status": 0.10869565217391304, - "Active_Tower_ID": 0.9347826086956522, - "Load_Start_Signal": 0.8913043478260869, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 9.227566137566138, - "Cyclone_Filter_Drop_Pressure_bar": 9.212021164021165, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 9.228793650793651, - "Oil_Temperature_C": 51.88928571428572, - "Motor_Current_A": 1.5704894179894182, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009677419354836887, - "Pneumatic_Panel_Pressure_bar": 9.678929168800137, - "Cyclone_Filter_Drop_Pressure_bar": 9.66165161474839, - "Tower_Discharge_Pressure_Drop_bar": -0.019612903225806163, - "Reservoir_Pressure_bar": 9.679000069193616, - "Oil_Temperature_C": 47.08715904844937, - "Motor_Current_A": 3.353238272835047, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009375491996850767, - "Pneumatic_Panel_Pressure_bar": 9.592521647861453, - "Cyclone_Filter_Drop_Pressure_bar": 9.576521647861453, - "Tower_Discharge_Pressure_Drop_bar": -0.020687745998424732, - "Reservoir_Pressure_bar": 9.593833901863029, - "Oil_Temperature_C": 46.596149304644456, - "Motor_Current_A": 1.3414802545263707, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.39701674995558106, - "Pneumatic_Panel_Pressure_bar": 8.90659932482441, - "Cyclone_Filter_Drop_Pressure_bar": 8.484464795676429, - "Tower_Discharge_Pressure_Drop_bar": -0.020769651928038396, - "Reservoir_Pressure_bar": 8.9063677894883, - "Oil_Temperature_C": 47.2478003548849, - "Motor_Current_A": 0.8463033974699156, - "Air_Intake_Valve_Status": 0.9551569506726457, - "Compressor_Outlet_Valve_Status": 0.04484304932735426, - "Active_Tower_ID": 0.9730941704035875, - "Load_Start_Signal": 0.9551569506726457, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23558849315068528, - "Pneumatic_Panel_Pressure_bar": 9.004355616438357, - "Cyclone_Filter_Drop_Pressure_bar": 8.717939726027396, - "Tower_Discharge_Pressure_Drop_bar": -0.02141917808219051, - "Reservoir_Pressure_bar": 9.00528712328767, - "Oil_Temperature_C": 52.0338698630137, - "Motor_Current_A": 1.0217958904109592, - "Air_Intake_Valve_Status": 0.9698630136986301, - "Compressor_Outlet_Valve_Status": 0.030136986301369864, - "Active_Tower_ID": 0.9835616438356164, - "Load_Start_Signal": 0.9698630136986301, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.800686263736264, - "Pneumatic_Panel_Pressure_bar": 8.964540109890109, - "Cyclone_Filter_Drop_Pressure_bar": 8.150798351648351, - "Tower_Discharge_Pressure_Drop_bar": -0.020923076923075913, - "Reservoir_Pressure_bar": 8.965704395604396, - "Oil_Temperature_C": 53.66472527472527, - "Motor_Current_A": 1.838468406593407, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5735879120879124, - "Pneumatic_Panel_Pressure_bar": 8.938115934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.346506043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.020292857142856485, - "Reservoir_Pressure_bar": 8.940141758241758, - "Oil_Temperature_C": 55.44491758241758, - "Motor_Current_A": 1.2585920329670333, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8678186813186817, - "Pneumatic_Panel_Pressure_bar": 8.833236263736262, - "Cyclone_Filter_Drop_Pressure_bar": 7.945049450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.019456043956043754, - "Reservoir_Pressure_bar": 8.835675824175825, - "Oil_Temperature_C": 55.75916895604396, - "Motor_Current_A": 1.8234443681318684, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5398423076923081, - "Pneumatic_Panel_Pressure_bar": 8.967176923076924, - "Cyclone_Filter_Drop_Pressure_bar": 8.423896703296704, - "Tower_Discharge_Pressure_Drop_bar": -0.003604395604395773, - "Reservoir_Pressure_bar": 8.970775824175824, - "Oil_Temperature_C": 56.6154326923077, - "Motor_Current_A": 1.2403001373626377, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2602142857142862, - "Pneumatic_Panel_Pressure_bar": 8.732887912087913, - "Cyclone_Filter_Drop_Pressure_bar": 8.4462010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.005642857142856794, - "Reservoir_Pressure_bar": 8.737279120879121, - "Oil_Temperature_C": 56.06928571428572, - "Motor_Current_A": 0.650673076923077, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5316868131868137, - "Pneumatic_Panel_Pressure_bar": 9.078598901098902, - "Cyclone_Filter_Drop_Pressure_bar": 8.516241758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.016598901098900068, - "Reservoir_Pressure_bar": 9.08262087912088, - "Oil_Temperature_C": 56.404532967032964, - "Motor_Current_A": 1.247149725274725, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5574219780219786, - "Pneumatic_Panel_Pressure_bar": 9.038244505494506, - "Cyclone_Filter_Drop_Pressure_bar": 8.470842857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.0161978021978008, - "Reservoir_Pressure_bar": 9.04224945054945, - "Oil_Temperature_C": 56.41229395604396, - "Motor_Current_A": 1.243358516483516, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5414769230769237, - "Pneumatic_Panel_Pressure_bar": 9.05648021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.496734065934065, - "Tower_Discharge_Pressure_Drop_bar": -0.015939560439558895, - "Reservoir_Pressure_bar": 9.06008021978022, - "Oil_Temperature_C": 56.77784340659341, - "Motor_Current_A": 0.9197321428571423, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.27893626373626457, - "Pneumatic_Panel_Pressure_bar": 9.112442857142858, - "Cyclone_Filter_Drop_Pressure_bar": 8.79878131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.015780219780218274, - "Reservoir_Pressure_bar": 9.11579120879121, - "Oil_Temperature_C": 57.348214285714285, - "Motor_Current_A": 1.0023379120879117, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5550164835164845, - "Pneumatic_Panel_Pressure_bar": 9.066941208791208, - "Cyclone_Filter_Drop_Pressure_bar": 8.49629120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.0018664835164820702, - "Reservoir_Pressure_bar": 9.069335164835165, - "Oil_Temperature_C": 57.1504532967033, - "Motor_Current_A": 1.2503777472527469, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.829693956043957, - "Pneumatic_Panel_Pressure_bar": 8.880573076923078, - "Cyclone_Filter_Drop_Pressure_bar": 8.020805494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.016034615384613957, - "Reservoir_Pressure_bar": 8.88188956043956, - "Oil_Temperature_C": 57.44579670329671, - "Motor_Current_A": 1.867561813186813, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.852654945054946, - "Pneumatic_Panel_Pressure_bar": 9.018648351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.156538461538462, - "Tower_Discharge_Pressure_Drop_bar": 0.00657692307692442, - "Reservoir_Pressure_bar": 9.0199010989011, - "Oil_Temperature_C": 58.75236263736264, - "Motor_Current_A": 1.8671909340659338, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5375384615384624, - "Pneumatic_Panel_Pressure_bar": 8.893697802197803, - "Cyclone_Filter_Drop_Pressure_bar": 8.329604395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.01720879120879079, - "Reservoir_Pressure_bar": 8.894038461538461, - "Oil_Temperature_C": 57.40343406593407, - "Motor_Current_A": 1.2335370879120877, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5399571428571436, - "Pneumatic_Panel_Pressure_bar": 8.916243956043957, - "Cyclone_Filter_Drop_Pressure_bar": 8.37395934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.004383516483516821, - "Reservoir_Pressure_bar": 8.916771428571428, - "Oil_Temperature_C": 56.09726648351648, - "Motor_Current_A": 1.2353585164835166, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24670164835164887, - "Pneumatic_Panel_Pressure_bar": 8.951823076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.663356043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.0191593406593406, - "Reservoir_Pressure_bar": 8.951641758241758, - "Oil_Temperature_C": 54.34505494505494, - "Motor_Current_A": 0.6370947802197805, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.48382967032967106, - "Pneumatic_Panel_Pressure_bar": 8.879036263736264, - "Cyclone_Filter_Drop_Pressure_bar": 8.367272527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.010291208791207984, - "Reservoir_Pressure_bar": 8.877748351648352, - "Oil_Temperature_C": 53.216140109890105, - "Motor_Current_A": 1.2310645604395607, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5265329670329671, - "Pneumatic_Panel_Pressure_bar": 8.835971428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.295357142857144, - "Tower_Discharge_Pressure_Drop_bar": -0.021682417582416177, - "Reservoir_Pressure_bar": 8.835284615384616, - "Oil_Temperature_C": 53.60593406593407, - "Motor_Current_A": 0.8190384615384615, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23163726027397277, - "Pneumatic_Panel_Pressure_bar": 9.02942904109589, - "Cyclone_Filter_Drop_Pressure_bar": 8.767693150684932, - "Tower_Discharge_Pressure_Drop_bar": -0.021829041095888943, - "Reservoir_Pressure_bar": 9.029293150684932, - "Oil_Temperature_C": 53.25194520547945, - "Motor_Current_A": 1.0667109589041095, - "Air_Intake_Valve_Status": 0.9726027397260274, - "Compressor_Outlet_Valve_Status": 0.0273972602739726, - "Active_Tower_ID": 0.989041095890411, - "Load_Start_Signal": 0.9726027397260274, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-26T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5110329670329672, - "Pneumatic_Panel_Pressure_bar": 9.033234615384616, - "Cyclone_Filter_Drop_Pressure_bar": 8.51872967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.0122692307692293, - "Reservoir_Pressure_bar": 9.033393956043957, - "Oil_Temperature_C": 53.32152472527473, - "Motor_Current_A": 1.229697802197802, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49699285714285724, - "Pneumatic_Panel_Pressure_bar": 8.964242857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.450443956043957, - "Tower_Discharge_Pressure_Drop_bar": -0.02212637362637225, - "Reservoir_Pressure_bar": 8.964092307692308, - "Oil_Temperature_C": 52.533928571428575, - "Motor_Current_A": 1.2314903846153846, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.48668681318681334, - "Pneumatic_Panel_Pressure_bar": 8.897824175824177, - "Cyclone_Filter_Drop_Pressure_bar": 8.380467032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.02216483516483383, - "Reservoir_Pressure_bar": 8.897706043956044, - "Oil_Temperature_C": 52.330769230769235, - "Motor_Current_A": 1.0656318681318682, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2602142857142859, - "Pneumatic_Panel_Pressure_bar": 8.958148351648353, - "Cyclone_Filter_Drop_Pressure_bar": 8.66864835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.022252747252746174, - "Reservoir_Pressure_bar": 8.958510989010989, - "Oil_Temperature_C": 52.39040750915751, - "Motor_Current_A": 0.8540728021978021, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49128767123287703, - "Pneumatic_Panel_Pressure_bar": 9.009667397260275, - "Cyclone_Filter_Drop_Pressure_bar": 8.488374794520547, - "Tower_Discharge_Pressure_Drop_bar": -0.00995068493150606, - "Reservoir_Pressure_bar": 9.00989808219178, - "Oil_Temperature_C": 51.828753424657535, - "Motor_Current_A": 1.249300684931507, - "Air_Intake_Valve_Status": 0.9424657534246575, - "Compressor_Outlet_Valve_Status": 0.057534246575342465, - "Active_Tower_ID": 0.9698630136986301, - "Load_Start_Signal": 0.9424657534246575, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5459126373626376, - "Pneumatic_Panel_Pressure_bar": 8.983498901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.433526373626375, - "Tower_Discharge_Pressure_Drop_bar": 0.009274175824176415, - "Reservoir_Pressure_bar": 8.984048351648353, - "Oil_Temperature_C": 52.06938186813187, - "Motor_Current_A": 1.2809402472527474, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5570758241758247, - "Pneumatic_Panel_Pressure_bar": 8.821171428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.207765934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.022121978021976775, - "Reservoir_Pressure_bar": 8.822385714285714, - "Oil_Temperature_C": 53.36056318681318, - "Motor_Current_A": 1.2775535714285715, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.032692307692308, - "Pneumatic_Panel_Pressure_bar": 8.949957142857143, - "Cyclone_Filter_Drop_Pressure_bar": 7.88018021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.01667582417582298, - "Reservoir_Pressure_bar": 8.951737362637363, - "Oil_Temperature_C": 55.660618131868134, - "Motor_Current_A": 1.9811950549450552, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7296065934065937, - "Pneumatic_Panel_Pressure_bar": 9.130351648351647, - "Cyclone_Filter_Drop_Pressure_bar": 8.378725274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.020115384615384053, - "Reservoir_Pressure_bar": 9.13269010989011, - "Oil_Temperature_C": 56.425782967032966, - "Motor_Current_A": 1.7803859890109892, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5391660273972606, - "Pneumatic_Panel_Pressure_bar": 9.009672328767124, - "Cyclone_Filter_Drop_Pressure_bar": 8.432673972602739, - "Tower_Discharge_Pressure_Drop_bar": -0.01952328767123263, - "Reservoir_Pressure_bar": 9.01242191780822, - "Oil_Temperature_C": 56.5718698630137, - "Motor_Current_A": 1.2708287671232879, - "Air_Intake_Valve_Status": 0.936986301369863, - "Compressor_Outlet_Valve_Status": 0.06301369863013699, - "Active_Tower_ID": 0.9698630136986301, - "Load_Start_Signal": 0.936986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5638846153846157, - "Pneumatic_Panel_Pressure_bar": 8.803322527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.22247142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.0119725274725276, - "Reservoir_Pressure_bar": 8.806625274725276, - "Oil_Temperature_C": 55.604045329670335, - "Motor_Current_A": 1.268111263736264, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5158809523809527, - "Pneumatic_Panel_Pressure_bar": 8.747738095238095, - "Cyclone_Filter_Drop_Pressure_bar": 8.210553113553114, - "Tower_Discharge_Pressure_Drop_bar": -0.01769597069597069, - "Reservoir_Pressure_bar": 8.75206043956044, - "Oil_Temperature_C": 56.340338827838835, - "Motor_Current_A": 1.2435164835164838, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8750082417582423, - "Pneumatic_Panel_Pressure_bar": 9.285255494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.37571978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.016568681318680632, - "Reservoir_Pressure_bar": 9.288585164835165, - "Oil_Temperature_C": 57.5706043956044, - "Motor_Current_A": 1.9055494505494506, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5288461538461544, - "Pneumatic_Panel_Pressure_bar": 8.946884615384615, - "Cyclone_Filter_Drop_Pressure_bar": 8.385912087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.01612087912087765, - "Reservoir_Pressure_bar": 8.95065934065934, - "Oil_Temperature_C": 57.869148351648356, - "Motor_Current_A": 1.2448282967032966, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.560273424657535, - "Pneumatic_Panel_Pressure_bar": 8.912938082191781, - "Cyclone_Filter_Drop_Pressure_bar": 8.32708602739726, - "Tower_Discharge_Pressure_Drop_bar": -0.016065753424656052, - "Reservoir_Pressure_bar": 8.916148493150686, - "Oil_Temperature_C": 57.82937671232877, - "Motor_Current_A": 1.2513219178082189, - "Air_Intake_Valve_Status": 0.936986301369863, - "Compressor_Outlet_Valve_Status": 0.06301369863013699, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.936986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8925769230769239, - "Pneumatic_Panel_Pressure_bar": 8.964547619047618, - "Cyclone_Filter_Drop_Pressure_bar": 8.07698717948718, - "Tower_Discharge_Pressure_Drop_bar": -0.002202686202684709, - "Reservoir_Pressure_bar": 8.966915750915751, - "Oil_Temperature_C": 57.6425518925519, - "Motor_Current_A": 1.8777678571428569, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9182142857142865, - "Pneumatic_Panel_Pressure_bar": 8.912575824175825, - "Cyclone_Filter_Drop_Pressure_bar": 7.982498901098902, - "Tower_Discharge_Pressure_Drop_bar": -0.0032307692307678728, - "Reservoir_Pressure_bar": 8.914410989010989, - "Oil_Temperature_C": 58.41923076923077, - "Motor_Current_A": 1.5768708791208792, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.532697802197803, - "Pneumatic_Panel_Pressure_bar": 8.966113186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.404675824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.016659340659339678, - "Reservoir_Pressure_bar": 8.967642857142858, - "Oil_Temperature_C": 58.31912087912088, - "Motor_Current_A": 1.492133241758242, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6523296703296714, - "Pneumatic_Panel_Pressure_bar": 9.023789377289377, - "Cyclone_Filter_Drop_Pressure_bar": 8.358199633699634, - "Tower_Discharge_Pressure_Drop_bar": -0.009461538461538141, - "Reservoir_Pressure_bar": 9.025216117216118, - "Oil_Temperature_C": 58.144986263736264, - "Motor_Current_A": 1.4964468864468865, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6543461538461546, - "Pneumatic_Panel_Pressure_bar": 8.752453846153847, - "Cyclone_Filter_Drop_Pressure_bar": 8.068667032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.005780219780219926, - "Reservoir_Pressure_bar": 8.753497802197803, - "Oil_Temperature_C": 56.12967032967033, - "Motor_Current_A": 1.3399670329670332, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7147406593406599, - "Pneumatic_Panel_Pressure_bar": 9.104115384615385, - "Cyclone_Filter_Drop_Pressure_bar": 8.361895054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.019296703296703164, - "Reservoir_Pressure_bar": 9.104774725274725, - "Oil_Temperature_C": 55.652328296703296, - "Motor_Current_A": 1.4478743131868135, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9667582417582417, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3124372990353705, - "Pneumatic_Panel_Pressure_bar": 9.057498392282959, - "Cyclone_Filter_Drop_Pressure_bar": 8.721511254019292, - "Tower_Discharge_Pressure_Drop_bar": -0.020289389067523457, - "Reservoir_Pressure_bar": 9.05779421221865, - "Oil_Temperature_C": 54.95860128617363, - "Motor_Current_A": 1.1418569131832799, - "Air_Intake_Valve_Status": 0.9646302250803859, - "Compressor_Outlet_Valve_Status": 0.03536977491961415, - "Active_Tower_ID": 0.9807073954983923, - "Load_Start_Signal": 0.9646302250803859, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011488363878303402, - "Pneumatic_Panel_Pressure_bar": 8.894465701324624, - "Cyclone_Filter_Drop_Pressure_bar": 8.878935883384745, - "Tower_Discharge_Pressure_Drop_bar": -0.02175757575757429, - "Reservoir_Pressure_bar": 8.89378436823323, - "Oil_Temperature_C": 51.527638420129435, - "Motor_Current_A": 0.5020199903223856, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5097637362637365, - "Pneumatic_Panel_Pressure_bar": 9.034686813186815, - "Cyclone_Filter_Drop_Pressure_bar": 8.496217032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.021972527472525986, - "Reservoir_Pressure_bar": 9.034884615384614, - "Oil_Temperature_C": 51.840865384615384, - "Motor_Current_A": 1.2423592032967035, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-27T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5096373626373628, - "Pneumatic_Panel_Pressure_bar": 9.017248351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.480074725274724, - "Tower_Discharge_Pressure_Drop_bar": -0.01684615384615245, - "Reservoir_Pressure_bar": 9.017569230769231, - "Oil_Temperature_C": 52.4448489010989, - "Motor_Current_A": 1.2479326923076925, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5140565934065939, - "Pneumatic_Panel_Pressure_bar": 8.899508241758241, - "Cyclone_Filter_Drop_Pressure_bar": 8.359874725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.02278736263736204, - "Reservoir_Pressure_bar": 8.900403846153846, - "Oil_Temperature_C": 51.011236263736265, - "Motor_Current_A": 1.152026098901099, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24143406593406647, - "Pneumatic_Panel_Pressure_bar": 8.894032967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.629614285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.02285824175824124, - "Reservoir_Pressure_bar": 8.895141758241758, - "Oil_Temperature_C": 50.95260989010989, - "Motor_Current_A": 0.7482664835164837, - "Air_Intake_Valve_Status": 0.9725274725274725, - "Compressor_Outlet_Valve_Status": 0.027472527472527472, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9725274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4806648351648356, - "Pneumatic_Panel_Pressure_bar": 9.03315934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.522686813186812, - "Tower_Discharge_Pressure_Drop_bar": -0.022362637362636748, - "Reservoir_Pressure_bar": 9.033956043956044, - "Oil_Temperature_C": 50.801236263736264, - "Motor_Current_A": 1.2495741758241758, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5127802197802203, - "Pneumatic_Panel_Pressure_bar": 8.983341758241759, - "Cyclone_Filter_Drop_Pressure_bar": 8.442423076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.022945054945054527, - "Reservoir_Pressure_bar": 8.983664835164836, - "Oil_Temperature_C": 50.70990384615384, - "Motor_Current_A": 1.255947802197802, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49783351648351704, - "Pneumatic_Panel_Pressure_bar": 8.929605494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.393217032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.022868131868131362, - "Reservoir_Pressure_bar": 8.93033956043956, - "Oil_Temperature_C": 51.28611263736264, - "Motor_Current_A": 1.2608859890109894, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8379340659340664, - "Pneumatic_Panel_Pressure_bar": 8.927728021978023, - "Cyclone_Filter_Drop_Pressure_bar": 8.06659065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.010291208791207717, - "Reservoir_Pressure_bar": 8.92903021978022, - "Oil_Temperature_C": 53.19546703296704, - "Motor_Current_A": 1.7309615384615387, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5006703296703301, - "Pneumatic_Panel_Pressure_bar": 8.889569230769231, - "Cyclone_Filter_Drop_Pressure_bar": 8.377016483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.009318681318679935, - "Reservoir_Pressure_bar": 8.89184945054945, - "Oil_Temperature_C": 55.05898351648352, - "Motor_Current_A": 1.4114684065934069, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6453021978021981, - "Pneumatic_Panel_Pressure_bar": 8.886, - "Cyclone_Filter_Drop_Pressure_bar": 8.204767032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.017636263736262883, - "Reservoir_Pressure_bar": 8.888616483516484, - "Oil_Temperature_C": 55.94318681318681, - "Motor_Current_A": 1.3158255494505495, - "Air_Intake_Valve_Status": 0.929120879120879, - "Compressor_Outlet_Valve_Status": 0.07087912087912088, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.929120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8176219178082194, - "Pneumatic_Panel_Pressure_bar": 8.996697534246575, - "Cyclone_Filter_Drop_Pressure_bar": 8.162769315068493, - "Tower_Discharge_Pressure_Drop_bar": -0.019539726027396984, - "Reservoir_Pressure_bar": 8.999311780821918, - "Oil_Temperature_C": 56.017630136986305, - "Motor_Current_A": 1.8485760273972605, - "Air_Intake_Valve_Status": 0.9095890410958904, - "Compressor_Outlet_Valve_Status": 0.09041095890410959, - "Active_Tower_ID": 0.9561643835616438, - "Load_Start_Signal": 0.9095890410958904, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5326538461538466, - "Pneumatic_Panel_Pressure_bar": 9.042624175824175, - "Cyclone_Filter_Drop_Pressure_bar": 8.480393406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.018532967032967224, - "Reservoir_Pressure_bar": 9.046019780219781, - "Oil_Temperature_C": 56.363976648351645, - "Motor_Current_A": 1.0857829670329673, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5530714285714288, - "Pneumatic_Panel_Pressure_bar": 8.878926373626374, - "Cyclone_Filter_Drop_Pressure_bar": 8.291660989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.01752912087912071, - "Reservoir_Pressure_bar": 8.882073076923076, - "Oil_Temperature_C": 56.59494505494506, - "Motor_Current_A": 1.316861263736264, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5494780219780222, - "Pneumatic_Panel_Pressure_bar": 8.818079120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.25195054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.017302197802197498, - "Reservoir_Pressure_bar": 8.821082417582417, - "Oil_Temperature_C": 56.78787087912088, - "Motor_Current_A": 1.2691098901098903, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.544266483516484, - "Pneumatic_Panel_Pressure_bar": 8.975835164835166, - "Cyclone_Filter_Drop_Pressure_bar": 8.415453296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.01761538461538456, - "Reservoir_Pressure_bar": 8.978964285714286, - "Oil_Temperature_C": 58.11971153846154, - "Motor_Current_A": 1.3708516483516486, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8650016483516489, - "Pneumatic_Panel_Pressure_bar": 9.074955494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.201757692307693, - "Tower_Discharge_Pressure_Drop_bar": 0.000236263736264004, - "Reservoir_Pressure_bar": 9.077697252747253, - "Oil_Temperature_C": 57.74672390109891, - "Motor_Current_A": 1.8751854395604395, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.82334065934066, - "Pneumatic_Panel_Pressure_bar": 9.008946886446886, - "Cyclone_Filter_Drop_Pressure_bar": 8.148468864468864, - "Tower_Discharge_Pressure_Drop_bar": -0.0172948717948717, - "Reservoir_Pressure_bar": 9.011772893772893, - "Oil_Temperature_C": 58.32470238095239, - "Motor_Current_A": 1.5194162087912089, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5729583561643844, - "Pneumatic_Panel_Pressure_bar": 9.121894794520548, - "Cyclone_Filter_Drop_Pressure_bar": 8.53279397260274, - "Tower_Discharge_Pressure_Drop_bar": -0.01806082191780841, - "Reservoir_Pressure_bar": 9.124255890410959, - "Oil_Temperature_C": 58.34773972602739, - "Motor_Current_A": 1.61576095890411, - "Air_Intake_Valve_Status": 0.936986301369863, - "Compressor_Outlet_Valve_Status": 0.06301369863013699, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.936986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9778016483516492, - "Pneumatic_Panel_Pressure_bar": 9.052996153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.064808791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.018302197802198023, - "Reservoir_Pressure_bar": 9.054781868131867, - "Oil_Temperature_C": 57.97784340659341, - "Motor_Current_A": 1.932210851648352, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6440571428571435, - "Pneumatic_Panel_Pressure_bar": 8.897727472527473, - "Cyclone_Filter_Drop_Pressure_bar": 8.2362, - "Tower_Discharge_Pressure_Drop_bar": -0.01941428571428551, - "Reservoir_Pressure_bar": 8.899087912087912, - "Oil_Temperature_C": 57.02758241758242, - "Motor_Current_A": 1.3039903846153849, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.74973076923077, - "Pneumatic_Panel_Pressure_bar": 9.023365384615385, - "Cyclone_Filter_Drop_Pressure_bar": 8.218978021978023, - "Tower_Discharge_Pressure_Drop_bar": -0.019370879120878957, - "Reservoir_Pressure_bar": 9.024728021978023, - "Oil_Temperature_C": 56.89948489010989, - "Motor_Current_A": 1.4055013736263737, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3491510989010992, - "Pneumatic_Panel_Pressure_bar": 8.967501648351648, - "Cyclone_Filter_Drop_Pressure_bar": 8.597146703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.019792857142856758, - "Reservoir_Pressure_bar": 8.968463186813187, - "Oil_Temperature_C": 55.02941620879121, - "Motor_Current_A": 1.1333736263736267, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5426721763085403, - "Pneumatic_Panel_Pressure_bar": 8.869261707988981, - "Cyclone_Filter_Drop_Pressure_bar": 8.303840220385675, - "Tower_Discharge_Pressure_Drop_bar": -0.02034710743801584, - "Reservoir_Pressure_bar": 8.870512396694215, - "Oil_Temperature_C": 54.790013774104686, - "Motor_Current_A": 1.2454614325068873, - "Air_Intake_Valve_Status": 0.9393939393939394, - "Compressor_Outlet_Valve_Status": 0.06060606060606061, - "Active_Tower_ID": 0.9696969696969697, - "Load_Start_Signal": 0.9393939393939394, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.803093406593407, - "Pneumatic_Panel_Pressure_bar": 8.941225274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.116368131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.007670329670328711, - "Reservoir_Pressure_bar": 8.942054945054945, - "Oil_Temperature_C": 54.440384615384616, - "Motor_Current_A": 1.4183653846153847, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.439176945244957, - "Pneumatic_Panel_Pressure_bar": 8.94863515850144, - "Cyclone_Filter_Drop_Pressure_bar": 8.48557925072046, - "Tower_Discharge_Pressure_Drop_bar": -0.010244380403457003, - "Reservoir_Pressure_bar": 8.949844380403459, - "Oil_Temperature_C": 54.604250720461096, - "Motor_Current_A": 1.2285662824207495, - "Air_Intake_Valve_Status": 0.9510086455331412, - "Compressor_Outlet_Valve_Status": 0.04899135446685879, - "Active_Tower_ID": 0.9798270893371758, - "Load_Start_Signal": 0.9510086455331412, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9976945244956772, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-02-28T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.62356324457076, - "Pneumatic_Panel_Pressure_bar": 9.256432635842387, - "Cyclone_Filter_Drop_Pressure_bar": 0.0022085144730203767, - "Tower_Discharge_Pressure_Drop_bar": -0.022006813162870627, - "Reservoir_Pressure_bar": 9.25642922926095, - "Oil_Temperature_C": 53.023888652320736, - "Motor_Current_A": 6.003786826234638, - "Air_Intake_Valve_Status": 0.0017032907180558718, - "Compressor_Outlet_Valve_Status": 0.9982967092819441, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.0017032907180558718, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0.9982967092819441, - "timestamp": "2020-02-29T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-02-29T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-01T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-01T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-01T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-01T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.050980384787869, - "Pneumatic_Panel_Pressure_bar": 9.135159278467247, - "Cyclone_Filter_Drop_Pressure_bar": 8.065937230439715, - "Tower_Discharge_Pressure_Drop_bar": -0.013747251767849751, - "Reservoir_Pressure_bar": 9.132505432803102, - "Oil_Temperature_C": 63.320807005528515, - "Motor_Current_A": 2.0643137205878466, - "Air_Intake_Valve_Status": 0.8846151397646234, - "Compressor_Outlet_Valve_Status": 0.11538486023537667, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846151397646234, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 2.4485076128471957e-07, - "timestamp": "2020-03-01T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9761318681318686, - "Pneumatic_Panel_Pressure_bar": 9.129408241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.11519945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.016976373626373546, - "Reservoir_Pressure_bar": 9.126617032967033, - "Oil_Temperature_C": 63.47100274725275, - "Motor_Current_A": 2.0425576923076925, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0315192307692314, - "Pneumatic_Panel_Pressure_bar": 9.130255494505494, - "Cyclone_Filter_Drop_Pressure_bar": 8.063964285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.025181318681318857, - "Reservoir_Pressure_bar": 9.127645604395605, - "Oil_Temperature_C": 63.68499313186813, - "Motor_Current_A": 2.058063186813187, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0769483516483522, - "Pneumatic_Panel_Pressure_bar": 9.145113186813186, - "Cyclone_Filter_Drop_Pressure_bar": 8.05834175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.014725274725275215, - "Reservoir_Pressure_bar": 9.142131868131868, - "Oil_Temperature_C": 63.97891483516484, - "Motor_Current_A": 2.0729271978021977, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0305038461538467, - "Pneumatic_Panel_Pressure_bar": 9.146134065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.077787912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.024276373626374137, - "Reservoir_Pressure_bar": 9.14308076923077, - "Oil_Temperature_C": 63.997445054945054, - "Motor_Current_A": 2.0232362637362638, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0766526027397265, - "Pneumatic_Panel_Pressure_bar": 9.146301369863014, - "Cyclone_Filter_Drop_Pressure_bar": 8.03711287671233, - "Tower_Discharge_Pressure_Drop_bar": -0.022350136986301495, - "Reservoir_Pressure_bar": 9.144268493150685, - "Oil_Temperature_C": 64.18903424657535, - "Motor_Current_A": 2.0522746575342463, - "Air_Intake_Valve_Status": 0.8794520547945206, - "Compressor_Outlet_Valve_Status": 0.12054794520547946, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8794520547945206, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0235269230769235, - "Pneumatic_Panel_Pressure_bar": 9.146060989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.07667087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.022033516483516393, - "Reservoir_Pressure_bar": 9.144686813186814, - "Oil_Temperature_C": 64.41224587912087, - "Motor_Current_A": 2.014896978021978, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0321142857142862, - "Pneumatic_Panel_Pressure_bar": 9.145402197802197, - "Cyclone_Filter_Drop_Pressure_bar": 8.100512087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.014027472527471998, - "Reservoir_Pressure_bar": 9.144417582417583, - "Oil_Temperature_C": 64.5003021978022, - "Motor_Current_A": 2.000543956043956, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0450670329670335, - "Pneumatic_Panel_Pressure_bar": 9.152725274725276, - "Cyclone_Filter_Drop_Pressure_bar": 8.107192307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.020209890109888894, - "Reservoir_Pressure_bar": 9.15231978021978, - "Oil_Temperature_C": 64.9931043956044, - "Motor_Current_A": 2.014395604395604, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0027142857142863, - "Pneumatic_Panel_Pressure_bar": 9.148472527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.08280989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.021472527472526176, - "Reservoir_Pressure_bar": 9.147787912087912, - "Oil_Temperature_C": 65.04032967032967, - "Motor_Current_A": 2.020123626373626, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0709648351648355, - "Pneumatic_Panel_Pressure_bar": 9.149314285714285, - "Cyclone_Filter_Drop_Pressure_bar": 8.060003296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.013260439560438368, - "Reservoir_Pressure_bar": 9.14825054945055, - "Oil_Temperature_C": 65.04778846153846, - "Motor_Current_A": 2.0211881868131867, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0426153846153852, - "Pneumatic_Panel_Pressure_bar": 9.137867032967032, - "Cyclone_Filter_Drop_Pressure_bar": 8.094608791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.012089010989010173, - "Reservoir_Pressure_bar": 9.136246153846153, - "Oil_Temperature_C": 64.72074175824176, - "Motor_Current_A": 2.010796703296703, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0723901098901105, - "Pneumatic_Panel_Pressure_bar": 9.123104395604395, - "Cyclone_Filter_Drop_Pressure_bar": 8.03212087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.0058516483516484, - "Reservoir_Pressure_bar": 9.120807692307693, - "Oil_Temperature_C": 64.40247252747253, - "Motor_Current_A": 2.0417101648351648, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0415763736263743, - "Pneumatic_Panel_Pressure_bar": 9.132735714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.064247802197801, - "Tower_Discharge_Pressure_Drop_bar": -0.02258296703296753, - "Reservoir_Pressure_bar": 9.129236813186813, - "Oil_Temperature_C": 63.915398351648356, - "Motor_Current_A": 2.014738324175824, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.026589743589744, - "Pneumatic_Panel_Pressure_bar": 9.118895604395604, - "Cyclone_Filter_Drop_Pressure_bar": 8.075190476190476, - "Tower_Discharge_Pressure_Drop_bar": -0.015967032967033244, - "Reservoir_Pressure_bar": 9.116091575091575, - "Oil_Temperature_C": 63.58461538461538, - "Motor_Current_A": 2.007312271062271, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0.9972527472527473, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0335961538461542, - "Pneumatic_Panel_Pressure_bar": 9.100648351648351, - "Cyclone_Filter_Drop_Pressure_bar": 8.031282967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.024925824175824386, - "Reservoir_Pressure_bar": 9.097576923076923, - "Oil_Temperature_C": 63.169917582417575, - "Motor_Current_A": 2.0133859890109886, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0151978021978025, - "Pneumatic_Panel_Pressure_bar": 9.10598021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.062514835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.017758241758242095, - "Reservoir_Pressure_bar": 9.102846703296704, - "Oil_Temperature_C": 63.16647664835165, - "Motor_Current_A": 2.0103248626373627, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1039243835616441, - "Pneumatic_Panel_Pressure_bar": 9.108097534246575, - "Cyclone_Filter_Drop_Pressure_bar": 7.982596164383562, - "Tower_Discharge_Pressure_Drop_bar": -0.021917808219178384, - "Reservoir_Pressure_bar": 9.10531397260274, - "Oil_Temperature_C": 63.21320547945206, - "Motor_Current_A": 2.064205479452055, - "Air_Intake_Valve_Status": 0.8772602739726028, - "Compressor_Outlet_Valve_Status": 0.12273972602739726, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8772602739726028, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1525445054945058, - "Pneumatic_Panel_Pressure_bar": 9.122992857142858, - "Cyclone_Filter_Drop_Pressure_bar": 7.979021978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.015060439560439863, - "Reservoir_Pressure_bar": 9.120036813186813, - "Oil_Temperature_C": 63.24907967032967, - "Motor_Current_A": 2.0827513736263734, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.200509340659341, - "Pneumatic_Panel_Pressure_bar": 9.153834065934067, - "Cyclone_Filter_Drop_Pressure_bar": 7.925204945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.016276373626373884, - "Reservoir_Pressure_bar": 9.151202197802197, - "Oil_Temperature_C": 63.67989010989011, - "Motor_Current_A": 2.1835535714285714, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-01T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0319038461538466, - "Pneumatic_Panel_Pressure_bar": 9.126384615384616, - "Cyclone_Filter_Drop_Pressure_bar": 8.057043956043957, - "Tower_Discharge_Pressure_Drop_bar": -0.02044505494505532, - "Reservoir_Pressure_bar": 9.124002747252748, - "Oil_Temperature_C": 63.36737637362638, - "Motor_Current_A": 2.0234581043956044, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1699395604395608, - "Pneumatic_Panel_Pressure_bar": 9.123352747252747, - "Cyclone_Filter_Drop_Pressure_bar": 7.8931571428571425, - "Tower_Discharge_Pressure_Drop_bar": -0.013032967032967347, - "Reservoir_Pressure_bar": 9.121097802197802, - "Oil_Temperature_C": 64.03744505494505, - "Motor_Current_A": 2.124166208791209, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0334340659340664, - "Pneumatic_Panel_Pressure_bar": 9.15055054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.086104395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.014956043956044173, - "Reservoir_Pressure_bar": 9.147968131868131, - "Oil_Temperature_C": 63.70758241758242, - "Motor_Current_A": 2.0624848901098902, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0085972602739732, - "Pneumatic_Panel_Pressure_bar": 9.118125479452054, - "Cyclone_Filter_Drop_Pressure_bar": 8.105100821917809, - "Tower_Discharge_Pressure_Drop_bar": -0.015600547945205469, - "Reservoir_Pressure_bar": 9.115506849315068, - "Oil_Temperature_C": 63.78979452054795, - "Motor_Current_A": 2.1109068493150684, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0202258241758246, - "Pneumatic_Panel_Pressure_bar": 9.12531978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.109731318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.018559890109890127, - "Reservoir_Pressure_bar": 9.122957142857144, - "Oil_Temperature_C": 63.39009615384615, - "Motor_Current_A": 2.0626277472527472, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0189192307692312, - "Pneumatic_Panel_Pressure_bar": 9.124242857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.062653296703298, - "Tower_Discharge_Pressure_Drop_bar": -0.019800549450549407, - "Reservoir_Pressure_bar": 9.122035714285714, - "Oil_Temperature_C": 63.6011401098901, - "Motor_Current_A": 2.0852857142857144, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.024637362637363, - "Pneumatic_Panel_Pressure_bar": 9.099160439560439, - "Cyclone_Filter_Drop_Pressure_bar": 8.060393406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.016650549450549612, - "Reservoir_Pressure_bar": 9.096907692307692, - "Oil_Temperature_C": 63.58631868131869, - "Motor_Current_A": 1.9760892857142858, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.145832417582418, - "Pneumatic_Panel_Pressure_bar": 9.11312087912088, - "Cyclone_Filter_Drop_Pressure_bar": 6.955684065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.014579670329670353, - "Reservoir_Pressure_bar": 9.111206043956043, - "Oil_Temperature_C": 67.3733173076923, - "Motor_Current_A": 3.328688186813187, - "Air_Intake_Valve_Status": 0.7664835164835165, - "Compressor_Outlet_Valve_Status": 0.23351648351648352, - "Active_Tower_ID": 0.8818681318681318, - "Load_Start_Signal": 0.7664835164835165, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6282802197802202, - "Pneumatic_Panel_Pressure_bar": 9.17033956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.543169230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.006915384615384602, - "Reservoir_Pressure_bar": 9.168482417582418, - "Oil_Temperature_C": 66.60097527472527, - "Motor_Current_A": 2.773159340659341, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9219450549450554, - "Pneumatic_Panel_Pressure_bar": 9.123331868131869, - "Cyclone_Filter_Drop_Pressure_bar": 7.133004395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.015221978021978352, - "Reservoir_Pressure_bar": 9.121754945054946, - "Oil_Temperature_C": 66.14212912087912, - "Motor_Current_A": 2.8415480769230768, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5966049450549455, - "Pneumatic_Panel_Pressure_bar": 9.139504945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.535586263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.006424725274725023, - "Reservoir_Pressure_bar": 9.138982967032968, - "Oil_Temperature_C": 67.99300824175825, - "Motor_Current_A": 3.035721153846154, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3940769230769237, - "Pneumatic_Panel_Pressure_bar": 9.08943956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.661142857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.022604395604395457, - "Reservoir_Pressure_bar": 9.089093406593406, - "Oil_Temperature_C": 65.55549450549451, - "Motor_Current_A": 2.337822802197802, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4918582417582422, - "Pneumatic_Panel_Pressure_bar": 9.103208791208791, - "Cyclone_Filter_Drop_Pressure_bar": 7.603263736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.015906593406592468, - "Reservoir_Pressure_bar": 9.103537362637363, - "Oil_Temperature_C": 68.56552197802198, - "Motor_Current_A": 2.9169546703296705, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.762741758241759, - "Pneumatic_Panel_Pressure_bar": 9.14489010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.363186813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.002920329670328684, - "Reservoir_Pressure_bar": 9.144953296703296, - "Oil_Temperature_C": 67.52991071428572, - "Motor_Current_A": 2.7906902472527473, - "Air_Intake_Valve_Status": 0.8063186813186813, - "Compressor_Outlet_Valve_Status": 0.1936813186813187, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.8063186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4332730769230777, - "Pneumatic_Panel_Pressure_bar": 9.095483516483515, - "Cyclone_Filter_Drop_Pressure_bar": 7.666678571428571, - "Tower_Discharge_Pressure_Drop_bar": -0.002124725274724293, - "Reservoir_Pressure_bar": 9.095943406593406, - "Oil_Temperature_C": 68.9979120879121, - "Motor_Current_A": 2.914638049450549, - "Air_Intake_Valve_Status": 0.8425824175824176, - "Compressor_Outlet_Valve_Status": 0.1574175824175824, - "Active_Tower_ID": 0.9195054945054945, - "Load_Start_Signal": 0.8425824175824176, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1922538461538468, - "Pneumatic_Panel_Pressure_bar": 9.089646153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.853536263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.021664835164834063, - "Reservoir_Pressure_bar": 9.08881098901099, - "Oil_Temperature_C": 65.60771978021978, - "Motor_Current_A": 2.098282967032967, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7717032967032973, - "Pneumatic_Panel_Pressure_bar": 9.131989010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.371758241758243, - "Tower_Discharge_Pressure_Drop_bar": -0.009093406593405861, - "Reservoir_Pressure_bar": 9.131483516483517, - "Oil_Temperature_C": 67.8698489010989, - "Motor_Current_A": 3.181682692307692, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.3162329670329678, - "Pneumatic_Panel_Pressure_bar": 9.18914945054945, - "Cyclone_Filter_Drop_Pressure_bar": 6.872642857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.007957142857142696, - "Reservoir_Pressure_bar": 9.188314285714286, - "Oil_Temperature_C": 70.35292582417583, - "Motor_Current_A": 3.8186126373626377, - "Air_Intake_Valve_Status": 0.7527472527472527, - "Compressor_Outlet_Valve_Status": 0.24725274725274726, - "Active_Tower_ID": 0.8736263736263736, - "Load_Start_Signal": 0.7527472527472527, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.73206043956044, - "Pneumatic_Panel_Pressure_bar": 9.10192967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.339204395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.023252747252747088, - "Reservoir_Pressure_bar": 9.101534065934066, - "Oil_Temperature_C": 67.60178571428571, - "Motor_Current_A": 2.8658324175824177, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.208348351648352, - "Pneumatic_Panel_Pressure_bar": 9.108536263736264, - "Cyclone_Filter_Drop_Pressure_bar": 6.872695604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.011461538461538755, - "Reservoir_Pressure_bar": 9.107983516483516, - "Oil_Temperature_C": 69.4206456043956, - "Motor_Current_A": 3.51418543956044, - "Air_Intake_Valve_Status": 0.7582417582417582, - "Compressor_Outlet_Valve_Status": 0.24175824175824176, - "Active_Tower_ID": 0.8791208791208791, - "Load_Start_Signal": 0.7582417582417582, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0.9945054945054945, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2084564935064939, - "Pneumatic_Panel_Pressure_bar": 9.087201298701299, - "Cyclone_Filter_Drop_Pressure_bar": 7.881551948051948, - "Tower_Discharge_Pressure_Drop_bar": -0.022975974025974285, - "Reservoir_Pressure_bar": 9.085891558441558, - "Oil_Temperature_C": 65.56141233766235, - "Motor_Current_A": 2.12999512987013, - "Air_Intake_Valve_Status": 0.8733766233766234, - "Compressor_Outlet_Valve_Status": 0.1266233766233766, - "Active_Tower_ID": 0.9415584415584416, - "Load_Start_Signal": 0.8733766233766234, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.10255981170389585, - "Pneumatic_Panel_Pressure_bar": 9.706465663651468, - "Cyclone_Filter_Drop_Pressure_bar": 9.597599593871145, - "Tower_Discharge_Pressure_Drop_bar": -0.022155898098576952, - "Reservoir_Pressure_bar": 9.706413697618608, - "Oil_Temperature_C": 69.93608201033783, - "Motor_Current_A": 0.1579663559165592, - "Air_Intake_Valve_Status": 0.9740169835702418, - "Compressor_Outlet_Valve_Status": 0.025983016429758168, - "Active_Tower_ID": 0.9740169835702418, - "Load_Start_Signal": 0.9740169835702418, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-02T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-02T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-02T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-03T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-03T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.090611004933632, - "Pneumatic_Panel_Pressure_bar": 7.306348765867802, - "Cyclone_Filter_Drop_Pressure_bar": 1.6000406527019153, - "Tower_Discharge_Pressure_Drop_bar": -0.027316474642283674, - "Reservoir_Pressure_bar": 7.304668110921681, - "Oil_Temperature_C": 52.922820337752974, - "Motor_Current_A": 5.215181432273851, - "Air_Intake_Valve_Status": 0.15967252693951867, - "Compressor_Outlet_Valve_Status": 0.8403274730604814, - "Active_Tower_ID": 0.5714372328218716, - "Load_Start_Signal": 0.15967252693951867, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.739830113636364, - "Pneumatic_Panel_Pressure_bar": 9.107830681818182, - "Cyclone_Filter_Drop_Pressure_bar": 8.3520125, - "Tower_Discharge_Pressure_Drop_bar": -0.015034090909090888, - "Reservoir_Pressure_bar": 9.105313636363636, - "Oil_Temperature_C": 59.1093465909091, - "Motor_Current_A": 2.1214453125, - "Air_Intake_Valve_Status": 0.9176136363636364, - "Compressor_Outlet_Valve_Status": 0.08238636363636363, - "Active_Tower_ID": 0.9545454545454546, - "Load_Start_Signal": 0.9176136363636364, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9971590909090909, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1568994505494512, - "Pneumatic_Panel_Pressure_bar": 9.136481868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.970724175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.017423626373626457, - "Reservoir_Pressure_bar": 9.134207692307692, - "Oil_Temperature_C": 63.31142170329671, - "Motor_Current_A": 2.064901098901099, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1687775342465758, - "Pneumatic_Panel_Pressure_bar": 9.181133698630138, - "Cyclone_Filter_Drop_Pressure_bar": 8.00308493150685, - "Tower_Discharge_Pressure_Drop_bar": -0.014553972602739999, - "Reservoir_Pressure_bar": 9.177895342465753, - "Oil_Temperature_C": 64.09042465753424, - "Motor_Current_A": 2.123950684931507, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989041095890411, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8323131868131874, - "Pneumatic_Panel_Pressure_bar": 9.107174175824175, - "Cyclone_Filter_Drop_Pressure_bar": 7.272596703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.017137362637362857, - "Reservoir_Pressure_bar": 9.104756043956044, - "Oil_Temperature_C": 67.66554945054945, - "Motor_Current_A": 3.137408653846154, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6209755799755805, - "Pneumatic_Panel_Pressure_bar": 9.16573137973138, - "Cyclone_Filter_Drop_Pressure_bar": 7.5381275946275945, - "Tower_Discharge_Pressure_Drop_bar": -0.022631868131868346, - "Reservoir_Pressure_bar": 9.16307203907204, - "Oil_Temperature_C": 66.54246031746032, - "Motor_Current_A": 2.754436813186813, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0599241758241766, - "Pneumatic_Panel_Pressure_bar": 9.142202197802197, - "Cyclone_Filter_Drop_Pressure_bar": 7.08763076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.024524175824176146, - "Reservoir_Pressure_bar": 9.13988901098901, - "Oil_Temperature_C": 67.79152472527473, - "Motor_Current_A": 3.0866565934065937, - "Air_Intake_Valve_Status": 0.7747252747252747, - "Compressor_Outlet_Valve_Status": 0.22527472527472528, - "Active_Tower_ID": 0.8846153846153846, - "Load_Start_Signal": 0.7747252747252747, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4661126373626379, - "Pneumatic_Panel_Pressure_bar": 9.261846153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.795766483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.010247252747253133, - "Reservoir_Pressure_bar": 9.259351648351648, - "Oil_Temperature_C": 66.69842032967033, - "Motor_Current_A": 2.6682074175824178, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2936625698324027, - "Pneumatic_Panel_Pressure_bar": 8.990395530726257, - "Cyclone_Filter_Drop_Pressure_bar": 7.657448044692737, - "Tower_Discharge_Pressure_Drop_bar": -0.023988826815642718, - "Reservoir_Pressure_bar": 8.988674860335195, - "Oil_Temperature_C": 63.266703910614524, - "Motor_Current_A": 1.7632122905027934, - "Air_Intake_Valve_Status": 0.8547486033519553, - "Compressor_Outlet_Valve_Status": 0.1452513966480447, - "Active_Tower_ID": 0.9329608938547486, - "Load_Start_Signal": 0.8547486033519553, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9888268156424581, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7780988301949918, - "Pneumatic_Panel_Pressure_bar": 8.846117852427335, - "Cyclone_Filter_Drop_Pressure_bar": 7.075326986657746, - "Tower_Discharge_Pressure_Drop_bar": -0.02357008331346303, - "Reservoir_Pressure_bar": 8.843044119478837, - "Oil_Temperature_C": 59.813170226736474, - "Motor_Current_A": 2.4637156300825307, - "Air_Intake_Valve_Status": 0.7737226277372263, - "Compressor_Outlet_Valve_Status": 0.22627737226277372, - "Active_Tower_ID": 0.8832116788321168, - "Load_Start_Signal": 0.7737226277372263, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9781021897810219, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.1951170329670338, - "Pneumatic_Panel_Pressure_bar": 9.091283516483516, - "Cyclone_Filter_Drop_Pressure_bar": 6.862047252747254, - "Tower_Discharge_Pressure_Drop_bar": -0.024016483516483673, - "Reservoir_Pressure_bar": 9.088941208791208, - "Oil_Temperature_C": 67.95459478021978, - "Motor_Current_A": 3.5783516483516484, - "Air_Intake_Valve_Status": 0.7554945054945055, - "Compressor_Outlet_Valve_Status": 0.2445054945054945, - "Active_Tower_ID": 0.8736263736263736, - "Load_Start_Signal": 0.7554945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7788516483516488, - "Pneumatic_Panel_Pressure_bar": 9.148587912087912, - "Cyclone_Filter_Drop_Pressure_bar": 7.350348901098902, - "Tower_Discharge_Pressure_Drop_bar": -0.01727747252747264, - "Reservoir_Pressure_bar": 9.146782967032967, - "Oil_Temperature_C": 68.21157280219781, - "Motor_Current_A": 3.310724587912088, - "Air_Intake_Valve_Status": 0.8076923076923077, - "Compressor_Outlet_Valve_Status": 0.19230769230769232, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8076923076923077, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6020438356164388, - "Pneumatic_Panel_Pressure_bar": 9.159727123287672, - "Cyclone_Filter_Drop_Pressure_bar": 7.537080547945205, - "Tower_Discharge_Pressure_Drop_bar": -0.019304109589040868, - "Reservoir_Pressure_bar": 9.157902465753425, - "Oil_Temperature_C": 66.29386301369864, - "Motor_Current_A": 2.487987671232877, - "Air_Intake_Valve_Status": 0.821917808219178, - "Compressor_Outlet_Valve_Status": 0.1780821917808219, - "Active_Tower_ID": 0.9095890410958904, - "Load_Start_Signal": 0.821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0975379120879127, - "Pneumatic_Panel_Pressure_bar": 9.191246153846155, - "Cyclone_Filter_Drop_Pressure_bar": 8.022954395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.014691758241758437, - "Reservoir_Pressure_bar": 9.18794945054945, - "Oil_Temperature_C": 63.05513736263736, - "Motor_Current_A": 2.1534725274725273, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.500567582417583, - "Pneumatic_Panel_Pressure_bar": 9.291834065934067, - "Cyclone_Filter_Drop_Pressure_bar": 7.761724175824177, - "Tower_Discharge_Pressure_Drop_bar": -0.02175659340659312, - "Reservoir_Pressure_bar": 9.29005934065934, - "Oil_Temperature_C": 67.06837225274725, - "Motor_Current_A": 2.6642850274725274, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0499945054945061, - "Pneumatic_Panel_Pressure_bar": 9.078153846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.011368131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.012936813186813376, - "Reservoir_Pressure_bar": 9.075890109890109, - "Oil_Temperature_C": 61.865487637362634, - "Motor_Current_A": 1.5919711538461538, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0451604395604397, - "Pneumatic_Panel_Pressure_bar": 9.276525274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.205607692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.022320879120878916, - "Reservoir_Pressure_bar": 9.274534065934066, - "Oil_Temperature_C": 67.85311813186813, - "Motor_Current_A": 3.4584175824175825, - "Air_Intake_Valve_Status": 0.7747252747252747, - "Compressor_Outlet_Valve_Status": 0.22527472527472528, - "Active_Tower_ID": 0.8802197802197802, - "Load_Start_Signal": 0.7747252747252747, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9956043956043955, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6049395604395612, - "Pneumatic_Panel_Pressure_bar": 9.02557032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.413735164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.009708791208791393, - "Reservoir_Pressure_bar": 9.023449450549451, - "Oil_Temperature_C": 61.11664835164835, - "Motor_Current_A": 1.2534766483516482, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2624865753424663, - "Pneumatic_Panel_Pressure_bar": 9.179811506849315, - "Cyclone_Filter_Drop_Pressure_bar": 7.904529315068494, - "Tower_Discharge_Pressure_Drop_bar": -0.02288219178082209, - "Reservoir_Pressure_bar": 9.177197808219178, - "Oil_Temperature_C": 63.59254109589041, - "Motor_Current_A": 2.5040794520547944, - "Air_Intake_Valve_Status": 0.8602739726027397, - "Compressor_Outlet_Valve_Status": 0.13972602739726028, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8602739726027397, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.102351648351649, - "Pneumatic_Panel_Pressure_bar": 9.120275824175824, - "Cyclone_Filter_Drop_Pressure_bar": 6.975499999999999, - "Tower_Discharge_Pressure_Drop_bar": -0.009303296703296542, - "Reservoir_Pressure_bar": 9.119062637362637, - "Oil_Temperature_C": 68.65668956043956, - "Motor_Current_A": 3.545543956043956, - "Air_Intake_Valve_Status": 0.7664835164835165, - "Compressor_Outlet_Valve_Status": 0.23351648351648352, - "Active_Tower_ID": 0.8791208791208791, - "Load_Start_Signal": 0.7664835164835165, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.446373626373627, - "Pneumatic_Panel_Pressure_bar": 9.16081043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.69595054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.006717032967032929, - "Reservoir_Pressure_bar": 9.159535714285713, - "Oil_Temperature_C": 68.00563186813187, - "Motor_Current_A": 3.091737637362637, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9485439560439566, - "Pneumatic_Panel_Pressure_bar": 9.191296153846155, - "Cyclone_Filter_Drop_Pressure_bar": 7.239283516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.011325824175823894, - "Reservoir_Pressure_bar": 9.189911538461539, - "Oil_Temperature_C": 68.6414010989011, - "Motor_Current_A": 3.381735576923077, - "Air_Intake_Valve_Status": 0.7884615384615384, - "Compressor_Outlet_Valve_Status": 0.21153846153846154, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7884615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-03T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4932706849315072, - "Pneumatic_Panel_Pressure_bar": 9.189822465753425, - "Cyclone_Filter_Drop_Pressure_bar": 7.645476712328768, - "Tower_Discharge_Pressure_Drop_bar": -0.022931506849314727, - "Reservoir_Pressure_bar": 9.188128767123288, - "Oil_Temperature_C": 67.17413698630138, - "Motor_Current_A": 2.8013390410958903, - "Air_Intake_Valve_Status": 0.8328767123287671, - "Compressor_Outlet_Valve_Status": 0.16712328767123288, - "Active_Tower_ID": 0.9178082191780822, - "Load_Start_Signal": 0.8328767123287671, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1244335164835169, - "Pneumatic_Panel_Pressure_bar": 9.11494065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.992297802197801, - "Tower_Discharge_Pressure_Drop_bar": -0.012423626373626252, - "Reservoir_Pressure_bar": 9.113067032967033, - "Oil_Temperature_C": 65.10541208791209, - "Motor_Current_A": 2.0344024725274723, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9781373626373634, - "Pneumatic_Panel_Pressure_bar": 9.173513186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.204804395604397, - "Tower_Discharge_Pressure_Drop_bar": -0.020889010989010793, - "Reservoir_Pressure_bar": 9.171035164835166, - "Oil_Temperature_C": 63.53031593406593, - "Motor_Current_A": 1.9461895604395603, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9971098901098905, - "Pneumatic_Panel_Pressure_bar": 9.133708791208791, - "Cyclone_Filter_Drop_Pressure_bar": 8.11794175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.020758241758241407, - "Reservoir_Pressure_bar": 9.131068131868131, - "Oil_Temperature_C": 63.72958791208791, - "Motor_Current_A": 1.916142857142857, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9674991202346045, - "Pneumatic_Panel_Pressure_bar": 9.048192375366568, - "Cyclone_Filter_Drop_Pressure_bar": 8.072591202346041, - "Tower_Discharge_Pressure_Drop_bar": -0.01930205278592317, - "Reservoir_Pressure_bar": 9.04667917888563, - "Oil_Temperature_C": 63.57957478005866, - "Motor_Current_A": 1.7437565982404692, - "Air_Intake_Valve_Status": 0.8944281524926686, - "Compressor_Outlet_Valve_Status": 0.10557184750733138, - "Active_Tower_ID": 0.9442815249266863, - "Load_Start_Signal": 0.8944281524926686, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9970674486803519, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7136346153846158, - "Pneumatic_Panel_Pressure_bar": 9.195417582417583, - "Cyclone_Filter_Drop_Pressure_bar": 8.486587912087911, - "Tower_Discharge_Pressure_Drop_bar": 0.0049401098901108, - "Reservoir_Pressure_bar": 9.193324175824175, - "Oil_Temperature_C": 62.130233516483514, - "Motor_Current_A": 1.6026703296703295, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6585788235294122, - "Pneumatic_Panel_Pressure_bar": 9.106356470588235, - "Cyclone_Filter_Drop_Pressure_bar": 8.42697411764706, - "Tower_Discharge_Pressure_Drop_bar": -0.018015294117646907, - "Reservoir_Pressure_bar": 9.104085882352942, - "Oil_Temperature_C": 60.739823529411765, - "Motor_Current_A": 1.279583823529412, - "Air_Intake_Valve_Status": 0.9264705882352942, - "Compressor_Outlet_Valve_Status": 0.07352941176470588, - "Active_Tower_ID": 0.961764705882353, - "Load_Start_Signal": 0.9264705882352942, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9970588235294118, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6566098901098907, - "Pneumatic_Panel_Pressure_bar": 9.339079614263287, - "Cyclone_Filter_Drop_Pressure_bar": 8.648315967705763, - "Tower_Discharge_Pressure_Drop_bar": -0.024126373626374032, - "Reservoir_Pressure_bar": 9.336255438439112, - "Oil_Temperature_C": 62.63344051356806, - "Motor_Current_A": 1.691133185691859, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.837137362637363, - "Pneumatic_Panel_Pressure_bar": 9.098093406593406, - "Cyclone_Filter_Drop_Pressure_bar": 7.224741758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.015225274725274735, - "Reservoir_Pressure_bar": 9.09618131868132, - "Oil_Temperature_C": 66.52726648351648, - "Motor_Current_A": 3.1009821428571427, - "Air_Intake_Valve_Status": 0.7939560439560439, - "Compressor_Outlet_Valve_Status": 0.20604395604395603, - "Active_Tower_ID": 0.8928571428571429, - "Load_Start_Signal": 0.7939560439560439, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8492214285714292, - "Pneumatic_Panel_Pressure_bar": 9.205921978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.337834065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.01412637362637363, - "Reservoir_Pressure_bar": 9.20383186813187, - "Oil_Temperature_C": 64.10735576923076, - "Motor_Current_A": 1.6988564560439559, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4437307692307697, - "Pneumatic_Panel_Pressure_bar": 9.311916483516484, - "Cyclone_Filter_Drop_Pressure_bar": 7.858429670329671, - "Tower_Discharge_Pressure_Drop_bar": -0.009505494505494498, - "Reservoir_Pressure_bar": 9.309361538461538, - "Oil_Temperature_C": 64.38295329670329, - "Motor_Current_A": 2.6466277472527473, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.750203296703297, - "Pneumatic_Panel_Pressure_bar": 9.10292857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.342782967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.022890109890109464, - "Reservoir_Pressure_bar": 9.100972527472527, - "Oil_Temperature_C": 62.877953296703296, - "Motor_Current_A": 1.473289835164835, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7232088154269978, - "Pneumatic_Panel_Pressure_bar": 8.99035041322314, - "Cyclone_Filter_Drop_Pressure_bar": 8.215714600550964, - "Tower_Discharge_Pressure_Drop_bar": -0.023292561983470947, - "Reservoir_Pressure_bar": 8.988450688705234, - "Oil_Temperature_C": 59.55334710743802, - "Motor_Current_A": 1.4097658402203854, - "Air_Intake_Valve_Status": 0.9146005509641874, - "Compressor_Outlet_Valve_Status": 0.08539944903581267, - "Active_Tower_ID": 0.9641873278236914, - "Load_Start_Signal": 0.9146005509641874, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917355371900827, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8352032967032972, - "Pneumatic_Panel_Pressure_bar": 9.208330769230768, - "Cyclone_Filter_Drop_Pressure_bar": 8.360998351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.001692307692306971, - "Reservoir_Pressure_bar": 9.206995604395605, - "Oil_Temperature_C": 62.910913461538456, - "Motor_Current_A": 1.8809656593406592, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9486263736263737, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9898351648351649, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.369978630136987, - "Pneumatic_Panel_Pressure_bar": 9.156171506849315, - "Cyclone_Filter_Drop_Pressure_bar": 7.738276164383562, - "Tower_Discharge_Pressure_Drop_bar": -0.017501917808218647, - "Reservoir_Pressure_bar": 9.153778082191781, - "Oil_Temperature_C": 65.3308698630137, - "Motor_Current_A": 2.549280136986301, - "Air_Intake_Valve_Status": 0.8465753424657534, - "Compressor_Outlet_Valve_Status": 0.15342465753424658, - "Active_Tower_ID": 0.9260273972602739, - "Load_Start_Signal": 0.8465753424657534, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989041095890411, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5256697802197807, - "Pneumatic_Panel_Pressure_bar": 9.202012087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.658929120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.009648901098901028, - "Reservoir_Pressure_bar": 9.198984615384616, - "Oil_Temperature_C": 65.8243956043956, - "Motor_Current_A": 2.5085336538461536, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9835164835164835, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4858681318681324, - "Pneumatic_Panel_Pressure_bar": 9.078713186813188, - "Cyclone_Filter_Drop_Pressure_bar": 7.611038461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.0007417582417582807, - "Reservoir_Pressure_bar": 9.076667032967034, - "Oil_Temperature_C": 67.73777472527472, - "Motor_Current_A": 2.9280920329670326, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4417692307692314, - "Pneumatic_Panel_Pressure_bar": 9.151398351648352, - "Cyclone_Filter_Drop_Pressure_bar": 7.700472527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.007315934065933962, - "Reservoir_Pressure_bar": 9.149156593406595, - "Oil_Temperature_C": 66.75353708791208, - "Motor_Current_A": 2.6775274725274727, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.6719351648351655, - "Pneumatic_Panel_Pressure_bar": 9.062881318681319, - "Cyclone_Filter_Drop_Pressure_bar": 6.398784615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.02153846153846155, - "Reservoir_Pressure_bar": 9.061141758241758, - "Oil_Temperature_C": 68.84695054945055, - "Motor_Current_A": 3.7445755494505493, - "Air_Intake_Valve_Status": 0.7087912087912088, - "Compressor_Outlet_Valve_Status": 0.29120879120879123, - "Active_Tower_ID": 0.8571428571428571, - "Load_Start_Signal": 0.7087912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0753961643835621, - "Pneumatic_Panel_Pressure_bar": 9.169123287671233, - "Cyclone_Filter_Drop_Pressure_bar": 8.086131506849314, - "Tower_Discharge_Pressure_Drop_bar": -0.016328767123287583, - "Reservoir_Pressure_bar": 9.166755616438357, - "Oil_Temperature_C": 66.47482876712328, - "Motor_Current_A": 2.4226952054794517, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5924291208791215, - "Pneumatic_Panel_Pressure_bar": 9.162165934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.537024175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.01309945054945037, - "Reservoir_Pressure_bar": 9.15967197802198, - "Oil_Temperature_C": 65.96694368131868, - "Motor_Current_A": 2.555590659340659, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.066439560439561, - "Pneumatic_Panel_Pressure_bar": 9.103213186813186, - "Cyclone_Filter_Drop_Pressure_bar": 8.042302747252748, - "Tower_Discharge_Pressure_Drop_bar": -0.008748901098901135, - "Reservoir_Pressure_bar": 9.100502197802198, - "Oil_Temperature_C": 63.75147664835164, - "Motor_Current_A": 1.8638688186813184, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6388049450549457, - "Pneumatic_Panel_Pressure_bar": 9.173579670329671, - "Cyclone_Filter_Drop_Pressure_bar": 8.510739010989012, - "Tower_Discharge_Pressure_Drop_bar": -0.023178571428571642, - "Reservoir_Pressure_bar": 9.170192307692307, - "Oil_Temperature_C": 63.35906593406594, - "Motor_Current_A": 1.7275309065934066, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.002582417582418, - "Pneumatic_Panel_Pressure_bar": 9.080687362637363, - "Cyclone_Filter_Drop_Pressure_bar": 8.059178021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.024857142857143213, - "Reservoir_Pressure_bar": 9.077381318681319, - "Oil_Temperature_C": 63.01559752747253, - "Motor_Current_A": 1.9818131868131865, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-04T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3610274725274731, - "Pneumatic_Panel_Pressure_bar": 9.162700244200245, - "Cyclone_Filter_Drop_Pressure_bar": 7.796156288156288, - "Tower_Discharge_Pressure_Drop_bar": 0.007328449328448883, - "Reservoir_Pressure_bar": 9.159652014652014, - "Oil_Temperature_C": 64.35206807081806, - "Motor_Current_A": 2.198975122100122, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1157923076923082, - "Pneumatic_Panel_Pressure_bar": 9.092583516483517, - "Cyclone_Filter_Drop_Pressure_bar": 7.961462637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.015274725274725686, - "Reservoir_Pressure_bar": 9.08991978021978, - "Oil_Temperature_C": 63.768873626373626, - "Motor_Current_A": 2.0739478021978024, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.310181318681319, - "Pneumatic_Panel_Pressure_bar": 9.163263186813186, - "Cyclone_Filter_Drop_Pressure_bar": 7.833729670329671, - "Tower_Discharge_Pressure_Drop_bar": -0.0196653846153848, - "Reservoir_Pressure_bar": 9.15994945054945, - "Oil_Temperature_C": 64.04219093406594, - "Motor_Current_A": 2.308348214285714, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9233516483516484, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.046681318681319, - "Pneumatic_Panel_Pressure_bar": 9.15565934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.088478021978021, - "Tower_Discharge_Pressure_Drop_bar": -0.015774725274725284, - "Reservoir_Pressure_bar": 9.15210989010989, - "Oil_Temperature_C": 63.52932692307692, - "Motor_Current_A": 2.233537087912088, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.45230054945055, - "Pneumatic_Panel_Pressure_bar": 9.255501648351649, - "Cyclone_Filter_Drop_Pressure_bar": 6.752835164835165, - "Tower_Discharge_Pressure_Drop_bar": 0.08849450549450533, - "Reservoir_Pressure_bar": 9.25130934065934, - "Oil_Temperature_C": 65.2390315934066, - "Motor_Current_A": 2.548696428571428, - "Air_Intake_Valve_Status": 0.7417582417582418, - "Compressor_Outlet_Valve_Status": 0.25824175824175827, - "Active_Tower_ID": 0.8708791208791209, - "Load_Start_Signal": 0.7417582417582418, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1429505494505499, - "Pneumatic_Panel_Pressure_bar": 9.08767032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.909793956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.022142857142857294, - "Reservoir_Pressure_bar": 9.083706043956044, - "Oil_Temperature_C": 63.191311813186815, - "Motor_Current_A": 2.095679945054945, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4305191740412986, - "Pneumatic_Panel_Pressure_bar": 9.111446607669617, - "Cyclone_Filter_Drop_Pressure_bar": 7.682241887905605, - "Tower_Discharge_Pressure_Drop_bar": -0.025250737463126692, - "Reservoir_Pressure_bar": 9.108484955752212, - "Oil_Temperature_C": 64.11765486725665, - "Motor_Current_A": 2.487446902654867, - "Air_Intake_Valve_Status": 0.8466076696165191, - "Compressor_Outlet_Valve_Status": 0.15339233038348082, - "Active_Tower_ID": 0.9203539823008849, - "Load_Start_Signal": 0.8466076696165191, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.5037032967032973, - "Pneumatic_Panel_Pressure_bar": 9.194326617826617, - "Cyclone_Filter_Drop_Pressure_bar": 6.669819902319902, - "Tower_Discharge_Pressure_Drop_bar": 0.019703296703296774, - "Reservoir_Pressure_bar": 9.191631868131868, - "Oil_Temperature_C": 67.85709706959707, - "Motor_Current_A": 3.522318376068376, - "Air_Intake_Valve_Status": 0.7252747252747253, - "Compressor_Outlet_Valve_Status": 0.27472527472527475, - "Active_Tower_ID": 0.8653846153846154, - "Load_Start_Signal": 0.7252747252747253, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9773879120879125, - "Pneumatic_Panel_Pressure_bar": 9.121846153846153, - "Cyclone_Filter_Drop_Pressure_bar": 7.1274, - "Tower_Discharge_Pressure_Drop_bar": -0.01691758241758268, - "Reservoir_Pressure_bar": 9.118582417582418, - "Oil_Temperature_C": 68.62244505494506, - "Motor_Current_A": 3.3092280219780217, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.388467032967033, - "Pneumatic_Panel_Pressure_bar": 9.228447252747252, - "Cyclone_Filter_Drop_Pressure_bar": 5.796123076923077, - "Tower_Discharge_Pressure_Drop_bar": 0.09823956043956027, - "Reservoir_Pressure_bar": 9.225293406593407, - "Oil_Temperature_C": 67.19035714285714, - "Motor_Current_A": 3.111274725274725, - "Air_Intake_Valve_Status": 0.6428571428571429, - "Compressor_Outlet_Valve_Status": 0.35714285714285715, - "Active_Tower_ID": 0.8214285714285714, - "Load_Start_Signal": 0.6428571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.004747802197803, - "Pneumatic_Panel_Pressure_bar": 9.22983076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.180302197802198, - "Tower_Discharge_Pressure_Drop_bar": 0.01976868131868215, - "Reservoir_Pressure_bar": 9.227794505494504, - "Oil_Temperature_C": 68.80414835164835, - "Motor_Current_A": 3.00242032967033, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5740549450549457, - "Pneumatic_Panel_Pressure_bar": 9.177532967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.602461538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.020791208791208035, - "Reservoir_Pressure_bar": 9.176054945054945, - "Oil_Temperature_C": 66.26449175824176, - "Motor_Current_A": 2.7665934065934064, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8188576923076931, - "Pneumatic_Panel_Pressure_bar": 9.165277472527473, - "Cyclone_Filter_Drop_Pressure_bar": 7.32618076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.014917582417581626, - "Reservoir_Pressure_bar": 9.164463736263736, - "Oil_Temperature_C": 68.56991758241759, - "Motor_Current_A": 3.0095741758241754, - "Air_Intake_Valve_Status": 0.8021978021978022, - "Compressor_Outlet_Valve_Status": 0.1978021978021978, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.8021978021978022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5702791208791214, - "Pneumatic_Panel_Pressure_bar": 9.158325274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.554380219780221, - "Tower_Discharge_Pressure_Drop_bar": -0.008594505494504405, - "Reservoir_Pressure_bar": 9.157396703296703, - "Oil_Temperature_C": 66.5359065934066, - "Motor_Current_A": 2.7012225274725274, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4950549450549457, - "Pneumatic_Panel_Pressure_bar": 9.189440781440782, - "Cyclone_Filter_Drop_Pressure_bar": 7.692506715506716, - "Tower_Discharge_Pressure_Drop_bar": -0.008563492063490939, - "Reservoir_Pressure_bar": 9.188583638583639, - "Oil_Temperature_C": 69.14085012210012, - "Motor_Current_A": 2.899575702075702, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8020181318681325, - "Pneumatic_Panel_Pressure_bar": 9.15516923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.314870879120878, - "Tower_Discharge_Pressure_Drop_bar": -0.02207142857142835, - "Reservoir_Pressure_bar": 9.154358241758242, - "Oil_Temperature_C": 66.7816414835165, - "Motor_Current_A": 2.9006662087912085, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0.9972527472527473, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9612127853881285, - "Pneumatic_Panel_Pressure_bar": 9.166908980213089, - "Cyclone_Filter_Drop_Pressure_bar": 7.225106849315069, - "Tower_Discharge_Pressure_Drop_bar": 0.007282191780822291, - "Reservoir_Pressure_bar": 9.166256316590562, - "Oil_Temperature_C": 69.08731354642313, - "Motor_Current_A": 3.233187214611872, - "Air_Intake_Valve_Status": 0.7890410958904109, - "Compressor_Outlet_Valve_Status": 0.21095890410958903, - "Active_Tower_ID": 0.8958904109589041, - "Load_Start_Signal": 0.7890410958904109, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9835616438356164, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2915884615384619, - "Pneumatic_Panel_Pressure_bar": 9.124702747252748, - "Cyclone_Filter_Drop_Pressure_bar": 7.81837912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.022901098901098555, - "Reservoir_Pressure_bar": 9.123032417582419, - "Oil_Temperature_C": 66.70954670329671, - "Motor_Current_A": 2.516059065934066, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2299115384615391, - "Pneumatic_Panel_Pressure_bar": 9.267321978021977, - "Cyclone_Filter_Drop_Pressure_bar": 8.01810989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.015153846153846368, - "Reservoir_Pressure_bar": 9.265051098901099, - "Oil_Temperature_C": 66.52639423076924, - "Motor_Current_A": 2.5511565934065934, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.014483516483517, - "Pneumatic_Panel_Pressure_bar": 9.029884065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.009367582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.022558791208791572, - "Reservoir_Pressure_bar": 9.02740054945055, - "Oil_Temperature_C": 62.28274725274726, - "Motor_Current_A": 1.7622918956043958, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6105549450549456, - "Pneumatic_Panel_Pressure_bar": 9.106826923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.451013736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.022736263736264237, - "Reservoir_Pressure_bar": 9.10428021978022, - "Oil_Temperature_C": 61.99756181318681, - "Motor_Current_A": 1.5439903846153848, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9002230769230773, - "Pneumatic_Panel_Pressure_bar": 9.152718681318682, - "Cyclone_Filter_Drop_Pressure_bar": 8.241575824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.02294505494505532, - "Reservoir_Pressure_bar": 9.150204395604396, - "Oil_Temperature_C": 62.00927197802198, - "Motor_Current_A": 1.9326469780219782, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8986098901098907, - "Pneumatic_Panel_Pressure_bar": 9.040736263736264, - "Cyclone_Filter_Drop_Pressure_bar": 8.126263736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.023856043956044185, - "Reservoir_Pressure_bar": 9.038192307692308, - "Oil_Temperature_C": 61.18782967032967, - "Motor_Current_A": 1.7051730769230773, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5863956043956049, - "Pneumatic_Panel_Pressure_bar": 9.111994505494506, - "Cyclone_Filter_Drop_Pressure_bar": 8.50021978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.02133516483516456, - "Reservoir_Pressure_bar": 9.109950549450549, - "Oil_Temperature_C": 62.333722527472524, - "Motor_Current_A": 1.5305975274725276, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-05T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.005196428571429, - "Pneumatic_Panel_Pressure_bar": 9.232328571428571, - "Cyclone_Filter_Drop_Pressure_bar": 8.196394047619048, - "Tower_Discharge_Pressure_Drop_bar": -0.016060714285714234, - "Reservoir_Pressure_bar": 9.230115476190477, - "Oil_Temperature_C": 64.20058035714285, - "Motor_Current_A": 2.1221800595238096, - "Air_Intake_Valve_Status": 0.8869047619047619, - "Compressor_Outlet_Valve_Status": 0.1130952380952381, - "Active_Tower_ID": 0.9434523809523809, - "Load_Start_Signal": 0.8869047619047619, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9940476190476191, - "Low_Oil_Level_Alarm": 0.9672619047619048, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013454545454545053, - "Pneumatic_Panel_Pressure_bar": 9.003054545454546, - "Cyclone_Filter_Drop_Pressure_bar": 8.992199999999999, - "Tower_Discharge_Pressure_Drop_bar": -0.022545454545453626, - "Reservoir_Pressure_bar": 9.001472727272727, - "Oil_Temperature_C": 61.13613636363636, - "Motor_Current_A": 0.039704545454545166, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.675766522306758, - "Pneumatic_Panel_Pressure_bar": 8.98626442173502, - "Cyclone_Filter_Drop_Pressure_bar": 7.359093392157746, - "Tower_Discharge_Pressure_Drop_bar": -0.023048034934497988, - "Reservoir_Pressure_bar": 8.983518163237743, - "Oil_Temperature_C": 60.3511459055508, - "Motor_Current_A": 2.603831143924729, - "Air_Intake_Valve_Status": 0.7916013145455364, - "Compressor_Outlet_Valve_Status": 0.2083986854544636, - "Active_Tower_ID": 0.8951965065502183, - "Load_Start_Signal": 0.7916013145455364, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.00445054945055, - "Pneumatic_Panel_Pressure_bar": 9.097454395604395, - "Cyclone_Filter_Drop_Pressure_bar": 8.07991043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.018418131868132313, - "Reservoir_Pressure_bar": 9.094613736263737, - "Oil_Temperature_C": 62.29396978021978, - "Motor_Current_A": 1.9814704670329673, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9802967032967037, - "Pneumatic_Panel_Pressure_bar": 9.062857142857142, - "Cyclone_Filter_Drop_Pressure_bar": 8.073241758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.015005494505494859, - "Reservoir_Pressure_bar": 9.060417032967033, - "Oil_Temperature_C": 63.34978021978022, - "Motor_Current_A": 1.968242445054945, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4435439560439565, - "Pneumatic_Panel_Pressure_bar": 9.132368131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.696465384615384, - "Tower_Discharge_Pressure_Drop_bar": 0.0005423076923073999, - "Reservoir_Pressure_bar": 9.129756593406594, - "Oil_Temperature_C": 64.70181318681318, - "Motor_Current_A": 2.499853708791209, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.346475274725275, - "Pneumatic_Panel_Pressure_bar": 9.13767032967033, - "Cyclone_Filter_Drop_Pressure_bar": 6.759835164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.01409065934065941, - "Reservoir_Pressure_bar": 9.136296703296704, - "Oil_Temperature_C": 69.67881181318681, - "Motor_Current_A": 3.954756181318681, - "Air_Intake_Valve_Status": 0.739010989010989, - "Compressor_Outlet_Valve_Status": 0.260989010989011, - "Active_Tower_ID": 0.8736263736263736, - "Load_Start_Signal": 0.739010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4757857142857147, - "Pneumatic_Panel_Pressure_bar": 9.118412087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.626434065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.021736263736264003, - "Reservoir_Pressure_bar": 9.11691391941392, - "Oil_Temperature_C": 67.65643315018315, - "Motor_Current_A": 3.041964285714286, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.3479945205479456, - "Pneumatic_Panel_Pressure_bar": 9.092663561643835, - "Cyclone_Filter_Drop_Pressure_bar": 6.766739726027398, - "Tower_Discharge_Pressure_Drop_bar": -0.00013150684931519455, - "Reservoir_Pressure_bar": 9.091178630136987, - "Oil_Temperature_C": 66.49535616438357, - "Motor_Current_A": 2.829289041095891, - "Air_Intake_Valve_Status": 0.7452054794520548, - "Compressor_Outlet_Valve_Status": 0.2547945205479452, - "Active_Tower_ID": 0.8684931506849315, - "Load_Start_Signal": 0.7452054794520548, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.320962637362638, - "Pneumatic_Panel_Pressure_bar": 9.183112637362637, - "Cyclone_Filter_Drop_Pressure_bar": 6.8272582417582415, - "Tower_Discharge_Pressure_Drop_bar": 0.002220879120879064, - "Reservoir_Pressure_bar": 9.180898901098901, - "Oil_Temperature_C": 68.99569368131868, - "Motor_Current_A": 3.314460164835165, - "Air_Intake_Valve_Status": 0.75, - "Compressor_Outlet_Valve_Status": 0.25, - "Active_Tower_ID": 0.8763736263736264, - "Load_Start_Signal": 0.75, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0544027472527477, - "Pneumatic_Panel_Pressure_bar": 9.161208791208791, - "Cyclone_Filter_Drop_Pressure_bar": 8.102029120879122, - "Tower_Discharge_Pressure_Drop_bar": -0.020467032967032797, - "Reservoir_Pressure_bar": 9.160027472527473, - "Oil_Temperature_C": 64.59298763736264, - "Motor_Current_A": 2.0807307692307693, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011316239316238538, - "Pneumatic_Panel_Pressure_bar": 9.576529914529914, - "Cyclone_Filter_Drop_Pressure_bar": 9.56668376068376, - "Tower_Discharge_Pressure_Drop_bar": -0.022940170940170514, - "Reservoir_Pressure_bar": 9.57540170940171, - "Oil_Temperature_C": 67.25384615384615, - "Motor_Current_A": 2.7644017094017093, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.08860143757174552, - "Pneumatic_Panel_Pressure_bar": 9.600637657171841, - "Cyclone_Filter_Drop_Pressure_bar": 9.59338520115326, - "Tower_Discharge_Pressure_Drop_bar": 0.04166506046611041, - "Reservoir_Pressure_bar": 9.600318768520248, - "Oil_Temperature_C": 69.10922642088684, - "Motor_Current_A": 3.420547490256013, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9679549640940762, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9801291208791213, - "Pneumatic_Panel_Pressure_bar": 9.13414010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.115634615384614, - "Tower_Discharge_Pressure_Drop_bar": -0.017912087912086812, - "Reservoir_Pressure_bar": 9.135019230769231, - "Oil_Temperature_C": 64.6518543956044, - "Motor_Current_A": 1.9645364010989013, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0255131868131873, - "Pneumatic_Panel_Pressure_bar": 9.139504395604396, - "Cyclone_Filter_Drop_Pressure_bar": 8.097463736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.021173626373625364, - "Reservoir_Pressure_bar": 9.139804395604395, - "Oil_Temperature_C": 65.10258241758241, - "Motor_Current_A": 1.983729395604396, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2901534246575348, - "Pneumatic_Panel_Pressure_bar": 9.114816438356165, - "Cyclone_Filter_Drop_Pressure_bar": 7.801747945205479, - "Tower_Discharge_Pressure_Drop_bar": -0.008383561643834561, - "Reservoir_Pressure_bar": 9.114553424657535, - "Oil_Temperature_C": 65.03938356164383, - "Motor_Current_A": 2.1556027397260276, - "Air_Intake_Valve_Status": 0.8547945205479452, - "Compressor_Outlet_Valve_Status": 0.14520547945205478, - "Active_Tower_ID": 0.9205479452054794, - "Load_Start_Signal": 0.8547945205479452, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989041095890411, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.445825274725275, - "Pneumatic_Panel_Pressure_bar": 9.214696153846154, - "Cyclone_Filter_Drop_Pressure_bar": 6.756653846153847, - "Tower_Discharge_Pressure_Drop_bar": -0.005104395604395187, - "Reservoir_Pressure_bar": 9.213530769230768, - "Oil_Temperature_C": 70.20901098901098, - "Motor_Current_A": 3.8093001373626376, - "Air_Intake_Valve_Status": 0.7307692307692307, - "Compressor_Outlet_Valve_Status": 0.2692307692307692, - "Active_Tower_ID": 0.8656593406593407, - "Load_Start_Signal": 0.7307692307692307, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7975483516483521, - "Pneumatic_Panel_Pressure_bar": 9.161835714285713, - "Cyclone_Filter_Drop_Pressure_bar": 7.319417582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.010064285714285377, - "Reservoir_Pressure_bar": 9.160092307692308, - "Oil_Temperature_C": 68.3167032967033, - "Motor_Current_A": 2.9872445054945054, - "Air_Intake_Valve_Status": 0.8021978021978022, - "Compressor_Outlet_Valve_Status": 0.1978021978021978, - "Active_Tower_ID": 0.9046703296703297, - "Load_Start_Signal": 0.8021978021978022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9595137362637367, - "Pneumatic_Panel_Pressure_bar": 9.213043956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.215804945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.006076923076922935, - "Reservoir_Pressure_bar": 9.210615384615384, - "Oil_Temperature_C": 67.48787774725275, - "Motor_Current_A": 2.9089972527472527, - "Air_Intake_Valve_Status": 0.7884615384615384, - "Compressor_Outlet_Valve_Status": 0.21153846153846154, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7884615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9835164835164835, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.179802197802198, - "Pneumatic_Panel_Pressure_bar": 9.237621978021979, - "Cyclone_Filter_Drop_Pressure_bar": 7.01881043956044, - "Tower_Discharge_Pressure_Drop_bar": 0.01132142857142838, - "Reservoir_Pressure_bar": 9.23547912087912, - "Oil_Temperature_C": 69.65201923076923, - "Motor_Current_A": 3.4633076923076924, - "Air_Intake_Valve_Status": 0.760989010989011, - "Compressor_Outlet_Valve_Status": 0.23901098901098902, - "Active_Tower_ID": 0.8818681318681318, - "Load_Start_Signal": 0.760989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7609340659340662, - "Pneumatic_Panel_Pressure_bar": 9.007241758241758, - "Cyclone_Filter_Drop_Pressure_bar": 7.245703296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.02093406593406621, - "Reservoir_Pressure_bar": 9.005692307692309, - "Oil_Temperature_C": 67.57335164835165, - "Motor_Current_A": 2.8282005494505498, - "Air_Intake_Valve_Status": 0.8076923076923077, - "Compressor_Outlet_Valve_Status": 0.19230769230769232, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.8076923076923077, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.0445736263736265, - "Pneumatic_Panel_Pressure_bar": 9.15880989010989, - "Cyclone_Filter_Drop_Pressure_bar": 5.107726373626374, - "Tower_Discharge_Pressure_Drop_bar": 0.15221978021977992, - "Reservoir_Pressure_bar": 9.157547252747253, - "Oil_Temperature_C": 70.81332417582418, - "Motor_Current_A": 4.296998626373626, - "Air_Intake_Valve_Status": 0.5631868131868132, - "Compressor_Outlet_Valve_Status": 0.4368131868131868, - "Active_Tower_ID": 0.7802197802197802, - "Load_Start_Signal": 0.5631868131868132, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.206245054945054, - "Pneumatic_Panel_Pressure_bar": 9.388868131868131, - "Cyclone_Filter_Drop_Pressure_bar": -0.008483516483515474, - "Tower_Discharge_Pressure_Drop_bar": 0.5750703296703297, - "Reservoir_Pressure_bar": 9.385587912087912, - "Oil_Temperature_C": 75.57986263736264, - "Motor_Current_A": 5.811611263736264, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9615384615384616, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7139082417582425, - "Pneumatic_Panel_Pressure_bar": 9.07922857142857, - "Cyclone_Filter_Drop_Pressure_bar": 7.3090780219780225, - "Tower_Discharge_Pressure_Drop_bar": -0.017180769230768805, - "Reservoir_Pressure_bar": 9.077761538461537, - "Oil_Temperature_C": 70.07366758241758, - "Motor_Current_A": 3.270611263736264, - "Air_Intake_Valve_Status": 0.8096153846153846, - "Compressor_Outlet_Valve_Status": 0.19038461538461537, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.8096153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-06T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8024192307692315, - "Pneumatic_Panel_Pressure_bar": 9.088091208791209, - "Cyclone_Filter_Drop_Pressure_bar": 7.224966483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.014049450549450272, - "Reservoir_Pressure_bar": 9.086289010989011, - "Oil_Temperature_C": 68.14869505494505, - "Motor_Current_A": 2.926181318681319, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.331970967741936, - "Pneumatic_Panel_Pressure_bar": 9.15950129032258, - "Cyclone_Filter_Drop_Pressure_bar": 6.8358929032258064, - "Tower_Discharge_Pressure_Drop_bar": -0.01222322580645192, - "Reservoir_Pressure_bar": 9.157701290322581, - "Oil_Temperature_C": 69.45087096774193, - "Motor_Current_A": 3.6004282258064517, - "Air_Intake_Valve_Status": 0.7516129032258064, - "Compressor_Outlet_Valve_Status": 0.24838709677419354, - "Active_Tower_ID": 0.8838709677419355, - "Load_Start_Signal": 0.7516129032258064, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9914578034682086, - "Pneumatic_Panel_Pressure_bar": 8.982951445086705, - "Cyclone_Filter_Drop_Pressure_bar": 7.980880924855491, - "Tower_Discharge_Pressure_Drop_bar": -0.024647398843931013, - "Reservoir_Pressure_bar": 8.980904046242776, - "Oil_Temperature_C": 63.37895953757225, - "Motor_Current_A": 1.60128612716763, - "Air_Intake_Valve_Status": 0.8901734104046243, - "Compressor_Outlet_Valve_Status": 0.10982658959537572, - "Active_Tower_ID": 0.930635838150289, - "Load_Start_Signal": 0.8901734104046243, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.962896013570823, - "Pneumatic_Panel_Pressure_bar": 8.514294826123834, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.024128583545378265, - "Reservoir_Pressure_bar": 8.507909075487703, - "Oil_Temperature_C": 57.38028413910093, - "Motor_Current_A": 5.891761662425784, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.9300777042691544, - "Pneumatic_Panel_Pressure_bar": 2.358871914051456, - "Cyclone_Filter_Drop_Pressure_bar": -0.014133333333332559, - "Tower_Discharge_Pressure_Drop_bar": -0.025127950240316926, - "Reservoir_Pressure_bar": 2.3507547299971727, - "Oil_Temperature_C": 25.340099802092166, - "Motor_Current_A": 4.885918772971445, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4666666666666667, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.080168191521805, - "Pneumatic_Panel_Pressure_bar": 3.459952500762428, - "Cyclone_Filter_Drop_Pressure_bar": -0.013856206160414013, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 3.455377325404086, - "Oil_Temperature_C": 34.13095741842025, - "Motor_Current_A": 4.937573478957, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.03594845989630985, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-07T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3541739101569064, - "Pneumatic_Panel_Pressure_bar": 8.404443630260323, - "Cyclone_Filter_Drop_Pressure_bar": 7.132814568620195, - "Tower_Discharge_Pressure_Drop_bar": -0.0252191011235956, - "Reservoir_Pressure_bar": 8.39978647937505, - "Oil_Temperature_C": 53.42164357057253, - "Motor_Current_A": 2.141412160152194, - "Air_Intake_Valve_Status": 0.7696629213483146, - "Compressor_Outlet_Valve_Status": 0.2303370786516854, - "Active_Tower_ID": 0.8820129415654951, - "Load_Start_Signal": 0.7696629213483146, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1216527472527478, - "Pneumatic_Panel_Pressure_bar": 9.20982087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.087513186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.006807692307692448, - "Reservoir_Pressure_bar": 9.205991208791207, - "Oil_Temperature_C": 59.01340659340659, - "Motor_Current_A": 2.0456442307692306, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1909780219780224, - "Pneumatic_Panel_Pressure_bar": 9.104133516483516, - "Cyclone_Filter_Drop_Pressure_bar": 7.892431868131869, - "Tower_Discharge_Pressure_Drop_bar": -0.022961538461538786, - "Reservoir_Pressure_bar": 9.101263736263737, - "Oil_Temperature_C": 64.63483516483517, - "Motor_Current_A": 2.102039835164835, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5725631868131876, - "Pneumatic_Panel_Pressure_bar": 9.103365384615385, - "Cyclone_Filter_Drop_Pressure_bar": 8.491145604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.019239010989011464, - "Reservoir_Pressure_bar": 9.099788461538461, - "Oil_Temperature_C": 56.901648351648355, - "Motor_Current_A": 1.2935508241758242, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2992912087912094, - "Pneumatic_Panel_Pressure_bar": 9.034687912087913, - "Cyclone_Filter_Drop_Pressure_bar": 7.719852747252748, - "Tower_Discharge_Pressure_Drop_bar": -0.022408791208791436, - "Reservoir_Pressure_bar": 9.030893406593407, - "Oil_Temperature_C": 58.41328296703297, - "Motor_Current_A": 1.7536126373626375, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49823846153846224, - "Pneumatic_Panel_Pressure_bar": 9.303554945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.806017582417583, - "Tower_Discharge_Pressure_Drop_bar": 0.002024175824175401, - "Reservoir_Pressure_bar": 9.299975824175824, - "Oil_Temperature_C": 58.31920329670329, - "Motor_Current_A": 1.2181895604395605, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-07T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6257582417582425, - "Pneumatic_Panel_Pressure_bar": 9.091187912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.43472087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.024637362637363085, - "Reservoir_Pressure_bar": 9.087297802197803, - "Oil_Temperature_C": 56.18936126373627, - "Motor_Current_A": 1.3178207417582417, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9579120879120884, - "Pneumatic_Panel_Pressure_bar": 9.095390109890111, - "Cyclone_Filter_Drop_Pressure_bar": 8.118015873015873, - "Tower_Discharge_Pressure_Drop_bar": -0.018554334554334823, - "Reservoir_Pressure_bar": 9.092115384615385, - "Oil_Temperature_C": 59.49759615384615, - "Motor_Current_A": 1.7806799450549449, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6203461538461544, - "Pneumatic_Panel_Pressure_bar": 9.120912087912089, - "Cyclone_Filter_Drop_Pressure_bar": 8.456324175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.025087912087912365, - "Reservoir_Pressure_bar": 9.11784065934066, - "Oil_Temperature_C": 61.00728021978022, - "Motor_Current_A": 1.4984203296703296, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9071593406593412, - "Pneumatic_Panel_Pressure_bar": 9.187830769230768, - "Cyclone_Filter_Drop_Pressure_bar": 8.254308241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.015032967032967425, - "Reservoir_Pressure_bar": 9.184918131868132, - "Oil_Temperature_C": 61.839402472527475, - "Motor_Current_A": 1.9328028846153844, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9311208791208797, - "Pneumatic_Panel_Pressure_bar": 9.088193528693528, - "Cyclone_Filter_Drop_Pressure_bar": 8.149216727716729, - "Tower_Discharge_Pressure_Drop_bar": -0.024775946275946575, - "Reservoir_Pressure_bar": 9.084760683760685, - "Oil_Temperature_C": 60.96798687423688, - "Motor_Current_A": 1.6892857142857143, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5978659340659346, - "Pneumatic_Panel_Pressure_bar": 9.117899999999999, - "Cyclone_Filter_Drop_Pressure_bar": 8.507469230769232, - "Tower_Discharge_Pressure_Drop_bar": -0.02298021978022015, - "Reservoir_Pressure_bar": 9.11501868131868, - "Oil_Temperature_C": 61.25839285714286, - "Motor_Current_A": 1.540554945054945, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8974148351648356, - "Pneumatic_Panel_Pressure_bar": 9.174392857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.249972527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.019703296703297107, - "Reservoir_Pressure_bar": 9.171527472527472, - "Oil_Temperature_C": 61.885542582417585, - "Motor_Current_A": 1.9229189560439561, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.907049450549451, - "Pneumatic_Panel_Pressure_bar": 9.09274010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.175513186813188, - "Tower_Discharge_Pressure_Drop_bar": -0.024408241758242282, - "Reservoir_Pressure_bar": 9.0900989010989, - "Oil_Temperature_C": 61.23332417582418, - "Motor_Current_A": 1.7053207417582414, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5966538461538466, - "Pneumatic_Panel_Pressure_bar": 9.104601953601954, - "Cyclone_Filter_Drop_Pressure_bar": 8.491180097680099, - "Tower_Discharge_Pressure_Drop_bar": -0.0020769230769235223, - "Reservoir_Pressure_bar": 9.102240537240537, - "Oil_Temperature_C": 61.63485195360195, - "Motor_Current_A": 1.5074435286935286, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0107527472527478, - "Pneumatic_Panel_Pressure_bar": 9.204813186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.157368131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.022395604395604812, - "Reservoir_Pressure_bar": 9.202175824175825, - "Oil_Temperature_C": 62.72012362637363, - "Motor_Current_A": 1.9833722527472528, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9347362637362642, - "Pneumatic_Panel_Pressure_bar": 9.087946153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.149034065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.015542857142857297, - "Reservoir_Pressure_bar": 9.086287912087913, - "Oil_Temperature_C": 62.00137362637363, - "Motor_Current_A": 1.686951923076923, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5982252747252752, - "Pneumatic_Panel_Pressure_bar": 9.112823076923076, - "Cyclone_Filter_Drop_Pressure_bar": 8.493361538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.013620879120878941, - "Reservoir_Pressure_bar": 9.111443956043956, - "Oil_Temperature_C": 62.5056043956044, - "Motor_Current_A": 1.5355384615384613, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8691648351648356, - "Pneumatic_Panel_Pressure_bar": 9.185712087912089, - "Cyclone_Filter_Drop_Pressure_bar": 8.275014285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.005604395604394749, - "Reservoir_Pressure_bar": 9.184316483516483, - "Oil_Temperature_C": 63.17013736263736, - "Motor_Current_A": 1.9129560439560438, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9150318681318685, - "Pneumatic_Panel_Pressure_bar": 9.098832967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.18083956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.01696153846153766, - "Reservoir_Pressure_bar": 9.098332967032967, - "Oil_Temperature_C": 62.849670329670325, - "Motor_Current_A": 1.7563928571428569, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.059604395604396, - "Pneumatic_Panel_Pressure_bar": 9.123592857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.029471428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.01819780219780121, - "Reservoir_Pressure_bar": 9.122987912087913, - "Oil_Temperature_C": 65.36313186813187, - "Motor_Current_A": 2.1738729395604395, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4084395604395608, - "Pneumatic_Panel_Pressure_bar": 9.135659340659341, - "Cyclone_Filter_Drop_Pressure_bar": 7.720730769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.007999999999999195, - "Reservoir_Pressure_bar": 9.134252747252747, - "Oil_Temperature_C": 64.35686813186814, - "Motor_Current_A": 2.26698489010989, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9759868131868136, - "Pneumatic_Panel_Pressure_bar": 9.143706593406593, - "Cyclone_Filter_Drop_Pressure_bar": 8.13354010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.022181318681318597, - "Reservoir_Pressure_bar": 9.142047252747252, - "Oil_Temperature_C": 63.75973214285714, - "Motor_Current_A": 2.013584478021978, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6472939560439565, - "Pneumatic_Panel_Pressure_bar": 9.113865384615385, - "Cyclone_Filter_Drop_Pressure_bar": 8.413552197802197, - "Tower_Discharge_Pressure_Drop_bar": -0.00701373626373626, - "Reservoir_Pressure_bar": 9.11192032967033, - "Oil_Temperature_C": 62.84199862637362, - "Motor_Current_A": 1.7209649725274725, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9405732600732606, - "Pneumatic_Panel_Pressure_bar": 9.185331501831502, - "Cyclone_Filter_Drop_Pressure_bar": 8.221142857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.022441391941392167, - "Reservoir_Pressure_bar": 9.183313186813187, - "Oil_Temperature_C": 63.23250915750916, - "Motor_Current_A": 1.94077152014652, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0241153846153852, - "Pneumatic_Panel_Pressure_bar": 9.143015384615385, - "Cyclone_Filter_Drop_Pressure_bar": 8.077026373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.021053846153846333, - "Reservoir_Pressure_bar": 9.141196703296703, - "Oil_Temperature_C": 62.91570054945055, - "Motor_Current_A": 1.9926991758241757, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9525879120879125, - "Pneumatic_Panel_Pressure_bar": 9.038934065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.049269230769232, - "Tower_Discharge_Pressure_Drop_bar": -0.017560439560440032, - "Reservoir_Pressure_bar": 9.036318681318681, - "Oil_Temperature_C": 61.5375, - "Motor_Current_A": 1.5261675824175824, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8157967032967038, - "Pneumatic_Panel_Pressure_bar": 9.23203601953602, - "Cyclone_Filter_Drop_Pressure_bar": 8.380208791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.017691086691087023, - "Reservoir_Pressure_bar": 9.22915750915751, - "Oil_Temperature_C": 62.78826312576313, - "Motor_Current_A": 1.8660256410256408, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0198174603174608, - "Pneumatic_Panel_Pressure_bar": 9.05617155067155, - "Cyclone_Filter_Drop_Pressure_bar": 7.9919725274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.00854639804639842, - "Reservoir_Pressure_bar": 9.053418803418802, - "Oil_Temperature_C": 60.895489926739934, - "Motor_Current_A": 1.6683241758241758, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6013989010989016, - "Pneumatic_Panel_Pressure_bar": 9.165614285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.528625274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.025118681318681554, - "Reservoir_Pressure_bar": 9.1627, - "Oil_Temperature_C": 61.27986263736263, - "Motor_Current_A": 1.6369354395604394, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-08T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9724472527472534, - "Pneumatic_Panel_Pressure_bar": 9.073075824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.080391208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.02488791208791228, - "Reservoir_Pressure_bar": 9.070363736263737, - "Oil_Temperature_C": 59.911634615384614, - "Motor_Current_A": 1.6859340659340658, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6126879120879126, - "Pneumatic_Panel_Pressure_bar": 9.157889010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.54501978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.010121978021978137, - "Reservoir_Pressure_bar": 9.155147252747252, - "Oil_Temperature_C": 60.30912087912088, - "Motor_Current_A": 1.579385989010989, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9255109890109895, - "Pneumatic_Panel_Pressure_bar": 9.07065934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.108593406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.017351648351648315, - "Reservoir_Pressure_bar": 9.067571428571428, - "Oil_Temperature_C": 59.40501373626373, - "Motor_Current_A": 1.6877609890109888, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.818971940298508, - "Pneumatic_Panel_Pressure_bar": 9.117788656716417, - "Cyclone_Filter_Drop_Pressure_bar": 8.27029014925373, - "Tower_Discharge_Pressure_Drop_bar": -0.006417910447761216, - "Reservoir_Pressure_bar": 9.115354029850746, - "Oil_Temperature_C": 60.44570149253732, - "Motor_Current_A": 1.8248537313432835, - "Air_Intake_Valve_Status": 0.9104477611940298, - "Compressor_Outlet_Valve_Status": 0.08955223880597014, - "Active_Tower_ID": 0.9462686567164179, - "Load_Start_Signal": 0.9104477611940298, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9940298507462687, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8657208791208797, - "Pneumatic_Panel_Pressure_bar": 8.99604175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.143017582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.004559340659340649, - "Reservoir_Pressure_bar": 8.993596703296703, - "Oil_Temperature_C": 58.72490384615385, - "Motor_Current_A": 1.4654739010989015, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5865252747252754, - "Pneumatic_Panel_Pressure_bar": 9.18209010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.571934065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.025170329670329464, - "Reservoir_Pressure_bar": 9.179233516483517, - "Oil_Temperature_C": 59.76252747252747, - "Motor_Current_A": 1.7213118131868135, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9997252747252746, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.00139010989011, - "Pneumatic_Panel_Pressure_bar": 9.141972527472527, - "Cyclone_Filter_Drop_Pressure_bar": 6.129697802197803, - "Tower_Discharge_Pressure_Drop_bar": 0.038214285714285735, - "Reservoir_Pressure_bar": 9.13926923076923, - "Oil_Temperature_C": 66.3565934065934, - "Motor_Current_A": 3.6397115384615386, - "Air_Intake_Valve_Status": 0.6730769230769231, - "Compressor_Outlet_Valve_Status": 0.3269230769230769, - "Active_Tower_ID": 0.8379120879120879, - "Load_Start_Signal": 0.6730769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.778026373626374, - "Pneumatic_Panel_Pressure_bar": 9.678175824175824, - "Cyclone_Filter_Drop_Pressure_bar": 4.863351648351649, - "Tower_Discharge_Pressure_Drop_bar": 0.2791104395604398, - "Reservoir_Pressure_bar": 9.675192307692308, - "Oil_Temperature_C": 67.67074175824176, - "Motor_Current_A": 3.761438186813187, - "Air_Intake_Valve_Status": 0.5137362637362637, - "Compressor_Outlet_Valve_Status": 0.48626373626373626, - "Active_Tower_ID": 0.7582417582417582, - "Load_Start_Signal": 0.5137362637362637, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4401043956043962, - "Pneumatic_Panel_Pressure_bar": 9.091454945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.615078021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.016326373626373774, - "Reservoir_Pressure_bar": 9.088465934065933, - "Oil_Temperature_C": 64.74523351648351, - "Motor_Current_A": 2.2783585164835163, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2020670329670333, - "Pneumatic_Panel_Pressure_bar": 9.093547252747252, - "Cyclone_Filter_Drop_Pressure_bar": 7.8922945054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.01649230769230799, - "Reservoir_Pressure_bar": 9.092417582417582, - "Oil_Temperature_C": 64.70005494505494, - "Motor_Current_A": 2.3110054945054945, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8195494505494512, - "Pneumatic_Panel_Pressure_bar": 9.224703296703296, - "Cyclone_Filter_Drop_Pressure_bar": 7.299273626373626, - "Tower_Discharge_Pressure_Drop_bar": 0.08056703296703331, - "Reservoir_Pressure_bar": 9.223681318681319, - "Oil_Temperature_C": 63.72053571428572, - "Motor_Current_A": 2.2593008241758246, - "Air_Intake_Valve_Status": 0.8021978021978022, - "Compressor_Outlet_Valve_Status": 0.1978021978021978, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.8021978021978022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3769917808219185, - "Pneumatic_Panel_Pressure_bar": 9.126587397260273, - "Cyclone_Filter_Drop_Pressure_bar": 7.7543408219178085, - "Tower_Discharge_Pressure_Drop_bar": -0.006032876712327954, - "Reservoir_Pressure_bar": 9.12564493150685, - "Oil_Temperature_C": 66.02397260273973, - "Motor_Current_A": 2.1782335616438355, - "Air_Intake_Valve_Status": 0.852054794520548, - "Compressor_Outlet_Valve_Status": 0.14794520547945206, - "Active_Tower_ID": 0.9260273972602739, - "Load_Start_Signal": 0.852054794520548, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.638191758241759, - "Pneumatic_Panel_Pressure_bar": 9.083830769230769, - "Cyclone_Filter_Drop_Pressure_bar": 8.396390659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.013082967032966157, - "Reservoir_Pressure_bar": 9.083577472527473, - "Oil_Temperature_C": 62.520164835164834, - "Motor_Current_A": 1.31625, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.031913736263737, - "Pneumatic_Panel_Pressure_bar": 9.075185164835165, - "Cyclone_Filter_Drop_Pressure_bar": 7.040665384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.01802032967032914, - "Reservoir_Pressure_bar": 9.075564285714286, - "Oil_Temperature_C": 66.23917582417583, - "Motor_Current_A": 3.0301167582417583, - "Air_Intake_Valve_Status": 0.7774725274725275, - "Compressor_Outlet_Valve_Status": 0.22252747252747251, - "Active_Tower_ID": 0.8928571428571429, - "Load_Start_Signal": 0.7774725274725275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6559145299145306, - "Pneumatic_Panel_Pressure_bar": 9.031934065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.362926129426128, - "Tower_Discharge_Pressure_Drop_bar": -0.013747252747251687, - "Reservoir_Pressure_bar": 9.031126373626373, - "Oil_Temperature_C": 63.008485958485956, - "Motor_Current_A": 1.4598908730158733, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1611648351648358, - "Pneumatic_Panel_Pressure_bar": 9.182497802197803, - "Cyclone_Filter_Drop_Pressure_bar": 8.014135164835166, - "Tower_Discharge_Pressure_Drop_bar": -0.017569780219779226, - "Reservoir_Pressure_bar": 9.181497802197802, - "Oil_Temperature_C": 66.0088804945055, - "Motor_Current_A": 2.3244223901098904, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6097087912087917, - "Pneumatic_Panel_Pressure_bar": 9.112759462759461, - "Cyclone_Filter_Drop_Pressure_bar": 8.473770451770452, - "Tower_Discharge_Pressure_Drop_bar": -0.021219780219779633, - "Reservoir_Pressure_bar": 9.111412698412698, - "Oil_Temperature_C": 61.512095543345545, - "Motor_Current_A": 1.296346153846154, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0894745205479457, - "Pneumatic_Panel_Pressure_bar": 9.080912328767123, - "Cyclone_Filter_Drop_Pressure_bar": 8.004297534246575, - "Tower_Discharge_Pressure_Drop_bar": -0.0024323287671233463, - "Reservoir_Pressure_bar": 9.078324931506849, - "Oil_Temperature_C": 62.22605479452055, - "Motor_Current_A": 1.896554794520548, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989041095890411, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4219390109890115, - "Pneumatic_Panel_Pressure_bar": 9.04798131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.6098901098901095, - "Tower_Discharge_Pressure_Drop_bar": -0.00031318681318586746, - "Reservoir_Pressure_bar": 9.046102197802197, - "Oil_Temperature_C": 64.84616071428572, - "Motor_Current_A": 2.2198035714285713, - "Air_Intake_Valve_Status": 0.843131868131868, - "Compressor_Outlet_Valve_Status": 0.15686813186813187, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.843131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9815164835164842, - "Pneumatic_Panel_Pressure_bar": 9.151501648351648, - "Cyclone_Filter_Drop_Pressure_bar": 8.158147802197801, - "Tower_Discharge_Pressure_Drop_bar": -0.02391758241758273, - "Reservoir_Pressure_bar": 9.148547802197802, - "Oil_Temperature_C": 60.471668956043956, - "Motor_Current_A": 1.520353708791209, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.497708955223881, - "Pneumatic_Panel_Pressure_bar": 9.083257462686568, - "Cyclone_Filter_Drop_Pressure_bar": 7.5976380597014925, - "Tower_Discharge_Pressure_Drop_bar": -0.00787313432835853, - "Reservoir_Pressure_bar": 9.081018656716418, - "Oil_Temperature_C": 64.97150186567164, - "Motor_Current_A": 2.99816697761194, - "Air_Intake_Valve_Status": 0.8376865671641791, - "Compressor_Outlet_Valve_Status": 0.1623134328358209, - "Active_Tower_ID": 0.914179104477612, - "Load_Start_Signal": 0.8376865671641791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9925373134328358, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5706705857050681, - "Pneumatic_Panel_Pressure_bar": 9.610224245465625, - "Cyclone_Filter_Drop_Pressure_bar": 9.049893038927522, - "Tower_Discharge_Pressure_Drop_bar": -0.020686787583338917, - "Reservoir_Pressure_bar": 9.606361602982293, - "Oil_Temperature_C": 67.63735034769518, - "Motor_Current_A": 3.8637310918345413, - "Air_Intake_Valve_Status": 0.9313212416660692, - "Compressor_Outlet_Valve_Status": 0.06867875833393074, - "Active_Tower_ID": 0.9313212416660692, - "Load_Start_Signal": 0.9313212416660692, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-09T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-09T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-09T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8832874967142215, - "Pneumatic_Panel_Pressure_bar": 9.561166207653278, - "Cyclone_Filter_Drop_Pressure_bar": 8.677583321385045, - "Tower_Discharge_Pressure_Drop_bar": -0.025641869986697603, - "Reservoir_Pressure_bar": 9.55615013720617, - "Oil_Temperature_C": 52.63791329874304, - "Motor_Current_A": 1.7202445428684652, - "Air_Intake_Valve_Status": 0.9038685568857984, - "Compressor_Outlet_Valve_Status": 0.09613144311420173, - "Active_Tower_ID": 0.945535223552465, - "Load_Start_Signal": 0.9038685568857984, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9861111111111112, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.31353896103896206, - "Pneumatic_Panel_Pressure_bar": 9.050838961038961, - "Cyclone_Filter_Drop_Pressure_bar": 8.711748051948053, - "Tower_Discharge_Pressure_Drop_bar": -0.025506493506493554, - "Reservoir_Pressure_bar": 9.046287012987012, - "Oil_Temperature_C": 47.38099025974026, - "Motor_Current_A": 0.7646347402597401, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.03571428571428571, - "Active_Tower_ID": 0.9837662337662337, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9935064935064936, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9864742268041253, - "Pneumatic_Panel_Pressure_bar": 8.428845360824742, - "Cyclone_Filter_Drop_Pressure_bar": 7.48418556701031, - "Tower_Discharge_Pressure_Drop_bar": -0.025731958762886545, - "Reservoir_Pressure_bar": 8.423113402061855, - "Oil_Temperature_C": 42.939175257731954, - "Motor_Current_A": 0.8034020618556698, - "Air_Intake_Valve_Status": 0.865979381443299, - "Compressor_Outlet_Valve_Status": 0.13402061855670105, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.865979381443299, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7059407162006066, - "Pneumatic_Panel_Pressure_bar": 9.234106978989784, - "Cyclone_Filter_Drop_Pressure_bar": 8.52247630200129, - "Tower_Discharge_Pressure_Drop_bar": -0.026247949735580152, - "Reservoir_Pressure_bar": 9.229335613276241, - "Oil_Temperature_C": 46.28114699555438, - "Motor_Current_A": 1.3918007321971928, - "Air_Intake_Valve_Status": 0.9228729394157349, - "Compressor_Outlet_Valve_Status": 0.07712706058426509, - "Active_Tower_ID": 0.9641873278236914, - "Load_Start_Signal": 0.9228729394157349, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49335714285714394, - "Pneumatic_Panel_Pressure_bar": 9.006642857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.496384615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.022626373626372667, - "Reservoir_Pressure_bar": 9.002263736263737, - "Oil_Temperature_C": 45.49821428571429, - "Motor_Current_A": 1.0342513736263736, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.24301648351648442, - "Pneumatic_Panel_Pressure_bar": 9.033627472527472, - "Cyclone_Filter_Drop_Pressure_bar": 8.749792307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.02705494505494421, - "Reservoir_Pressure_bar": 9.029523076923077, - "Oil_Temperature_C": 46.58184065934066, - "Motor_Current_A": 0.8878337912087915, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5904340659340668, - "Pneumatic_Panel_Pressure_bar": 9.094823076923078, - "Cyclone_Filter_Drop_Pressure_bar": 8.457765934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.027376923076922164, - "Reservoir_Pressure_bar": 9.091790109890109, - "Oil_Temperature_C": 50.06888736263736, - "Motor_Current_A": 1.3014107142857145, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.29106043956044, - "Pneumatic_Panel_Pressure_bar": 9.064941758241758, - "Cyclone_Filter_Drop_Pressure_bar": 6.704530769230769, - "Tower_Discharge_Pressure_Drop_bar": 0.0313648351648354, - "Reservoir_Pressure_bar": 9.062014285714286, - "Oil_Temperature_C": 60.07365384615385, - "Motor_Current_A": 2.7990934065934066, - "Air_Intake_Valve_Status": 0.7472527472527473, - "Compressor_Outlet_Valve_Status": 0.25274725274725274, - "Active_Tower_ID": 0.8708791208791209, - "Load_Start_Signal": 0.7472527472527473, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9835164835164835, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.22858191780822, - "Pneumatic_Panel_Pressure_bar": 9.346530410958904, - "Cyclone_Filter_Drop_Pressure_bar": 6.041052054794521, - "Tower_Discharge_Pressure_Drop_bar": 0.13933808219178068, - "Reservoir_Pressure_bar": 9.344096438356164, - "Oil_Temperature_C": 68.1601095890411, - "Motor_Current_A": 3.7611205479452052, - "Air_Intake_Valve_Status": 0.6520547945205479, - "Compressor_Outlet_Valve_Status": 0.34794520547945207, - "Active_Tower_ID": 0.8273972602739726, - "Load_Start_Signal": 0.6520547945205479, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9838901098901104, - "Pneumatic_Panel_Pressure_bar": 9.102441758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.112660989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.0199285714285717, - "Reservoir_Pressure_bar": 9.10027087912088, - "Oil_Temperature_C": 61.61788461538462, - "Motor_Current_A": 1.9677603021978023, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1139082417582422, - "Pneumatic_Panel_Pressure_bar": 9.096734065934067, - "Cyclone_Filter_Drop_Pressure_bar": 7.970953846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.012226923076922757, - "Reservoir_Pressure_bar": 9.095702747252746, - "Oil_Temperature_C": 63.63246565934065, - "Motor_Current_A": 2.0334615384615384, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.2916868131868138, - "Pneumatic_Panel_Pressure_bar": 9.140637362637362, - "Cyclone_Filter_Drop_Pressure_bar": 6.862659340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.01907692307692214, - "Reservoir_Pressure_bar": 9.140793956043956, - "Oil_Temperature_C": 68.38543956043956, - "Motor_Current_A": 3.7655082417582415, - "Air_Intake_Valve_Status": 0.7513736263736264, - "Compressor_Outlet_Valve_Status": 0.24862637362637363, - "Active_Tower_ID": 0.8791208791208791, - "Load_Start_Signal": 0.7513736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0.9423076923076923, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9413434065934072, - "Pneumatic_Panel_Pressure_bar": 9.142513736263735, - "Cyclone_Filter_Drop_Pressure_bar": 7.164392857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.0110549450549446, - "Reservoir_Pressure_bar": 9.142967032967032, - "Oil_Temperature_C": 67.7483173076923, - "Motor_Current_A": 3.167754120879121, - "Air_Intake_Valve_Status": 0.7857142857142857, - "Compressor_Outlet_Valve_Status": 0.21428571428571427, - "Active_Tower_ID": 0.8901098901098901, - "Load_Start_Signal": 0.7857142857142857, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9946626373626382, - "Pneumatic_Panel_Pressure_bar": 9.17084945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.169953846153847, - "Tower_Discharge_Pressure_Drop_bar": -0.006258241758241591, - "Reservoir_Pressure_bar": 9.171398901098902, - "Oil_Temperature_C": 68.88714285714286, - "Motor_Current_A": 3.421103021978022, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8928571428571429, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5618791208791218, - "Pneumatic_Panel_Pressure_bar": 9.037754945054944, - "Cyclone_Filter_Drop_Pressure_bar": 7.473591208791209, - "Tower_Discharge_Pressure_Drop_bar": 0.0016978021978027295, - "Reservoir_Pressure_bar": 9.037854945054946, - "Oil_Temperature_C": 66.96646978021978, - "Motor_Current_A": 2.72193543956044, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8876483516483524, - "Pneumatic_Panel_Pressure_bar": 9.167785714285715, - "Cyclone_Filter_Drop_Pressure_bar": 7.298071428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.006642857142856699, - "Reservoir_Pressure_bar": 9.167934065934066, - "Oil_Temperature_C": 68.43633241758242, - "Motor_Current_A": 3.3625000000000003, - "Air_Intake_Valve_Status": 0.7967032967032966, - "Compressor_Outlet_Valve_Status": 0.2032967032967033, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.7967032967032966, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9856434065934074, - "Pneumatic_Panel_Pressure_bar": 9.108157142857143, - "Cyclone_Filter_Drop_Pressure_bar": 7.088937362637362, - "Tower_Discharge_Pressure_Drop_bar": -0.020950549450548556, - "Reservoir_Pressure_bar": 9.10804175824176, - "Oil_Temperature_C": 68.88375686813187, - "Motor_Current_A": 3.4510453296703294, - "Air_Intake_Valve_Status": 0.7802197802197802, - "Compressor_Outlet_Valve_Status": 0.21978021978021978, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7802197802197802, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4226912087912094, - "Pneumatic_Panel_Pressure_bar": 9.09603956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.67276923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.020729670329669388, - "Reservoir_Pressure_bar": 9.094928571428571, - "Oil_Temperature_C": 65.4757967032967, - "Motor_Current_A": 2.585096153846154, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6356780219780225, - "Pneumatic_Panel_Pressure_bar": 9.11306043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.45459010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.01906043956043924, - "Reservoir_Pressure_bar": 9.111461538461539, - "Oil_Temperature_C": 66.10962912087912, - "Motor_Current_A": 2.8035728021978024, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0120747252747258, - "Pneumatic_Panel_Pressure_bar": 9.156516483516484, - "Cyclone_Filter_Drop_Pressure_bar": 7.123848351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.010617582417582311, - "Reservoir_Pressure_bar": 9.15512967032967, - "Oil_Temperature_C": 67.56773351648351, - "Motor_Current_A": 3.2274986263736265, - "Air_Intake_Valve_Status": 0.7785714285714285, - "Compressor_Outlet_Valve_Status": 0.22142857142857142, - "Active_Tower_ID": 0.8912087912087912, - "Load_Start_Signal": 0.7785714285714285, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3036774725274731, - "Pneumatic_Panel_Pressure_bar": 9.11909945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.7801269230769226, - "Tower_Discharge_Pressure_Drop_bar": -0.015967032967032852, - "Reservoir_Pressure_bar": 9.117626923076923, - "Oil_Temperature_C": 64.60815247252748, - "Motor_Current_A": 2.4190570054945053, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.180443956043957, - "Pneumatic_Panel_Pressure_bar": 9.187435714285714, - "Cyclone_Filter_Drop_Pressure_bar": 6.990543956043956, - "Tower_Discharge_Pressure_Drop_bar": 0.05800494505494474, - "Reservoir_Pressure_bar": 9.18571043956044, - "Oil_Temperature_C": 65.83127060439561, - "Motor_Current_A": 2.8066016483516485, - "Air_Intake_Valve_Status": 0.771978021978022, - "Compressor_Outlet_Valve_Status": 0.22802197802197802, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.771978021978022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4118575342465758, - "Pneumatic_Panel_Pressure_bar": 9.193695342465753, - "Cyclone_Filter_Drop_Pressure_bar": 7.723377534246575, - "Tower_Discharge_Pressure_Drop_bar": -0.009282191780821842, - "Reservoir_Pressure_bar": 9.191744657534247, - "Oil_Temperature_C": 66.39871917808219, - "Motor_Current_A": 2.5105349315068497, - "Air_Intake_Valve_Status": 0.8438356164383561, - "Compressor_Outlet_Valve_Status": 0.15616438356164383, - "Active_Tower_ID": 0.9260273972602739, - "Load_Start_Signal": 0.8438356164383561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4346038461538466, - "Pneumatic_Panel_Pressure_bar": 9.012357692307692, - "Cyclone_Filter_Drop_Pressure_bar": 7.541566483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.0079296703296707, - "Reservoir_Pressure_bar": 9.010556043956043, - "Oil_Temperature_C": 64.31893543956043, - "Motor_Current_A": 2.3544986263736263, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9835164835164835, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-10T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0197307692307696, - "Pneumatic_Panel_Pressure_bar": 9.278213736263737, - "Cyclone_Filter_Drop_Pressure_bar": 8.223785164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.010119230769230984, - "Reservoir_Pressure_bar": 9.275742857142857, - "Oil_Temperature_C": 64.80317994505495, - "Motor_Current_A": 2.3153379120879123, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9835164835164835, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9823571428571434, - "Pneumatic_Panel_Pressure_bar": 9.119947802197803, - "Cyclone_Filter_Drop_Pressure_bar": 8.112291208791207, - "Tower_Discharge_Pressure_Drop_bar": -0.01064835164835159, - "Reservoir_Pressure_bar": 9.117472527472527, - "Oil_Temperature_C": 62.450995879120875, - "Motor_Current_A": 1.9686641483516483, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0031373626373632, - "Pneumatic_Panel_Pressure_bar": 9.108265567765567, - "Cyclone_Filter_Drop_Pressure_bar": 8.070261904761905, - "Tower_Discharge_Pressure_Drop_bar": -0.019928571428571684, - "Reservoir_Pressure_bar": 9.105776556776558, - "Oil_Temperature_C": 62.31788003663004, - "Motor_Current_A": 1.9198557692307696, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.036302197802198, - "Pneumatic_Panel_Pressure_bar": 9.116156043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.073234615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.017754395604395797, - "Reservoir_Pressure_bar": 9.114126373626373, - "Oil_Temperature_C": 64.0029326923077, - "Motor_Current_A": 2.058048076923077, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3473808219178087, - "Pneumatic_Panel_Pressure_bar": 9.088706849315068, - "Cyclone_Filter_Drop_Pressure_bar": 7.747276164383561, - "Tower_Discharge_Pressure_Drop_bar": -0.006257534246575608, - "Reservoir_Pressure_bar": 9.086684383561643, - "Oil_Temperature_C": 64.08027397260274, - "Motor_Current_A": 2.1960342465753424, - "Air_Intake_Valve_Status": 0.852054794520548, - "Compressor_Outlet_Valve_Status": 0.14794520547945206, - "Active_Tower_ID": 0.9287671232876712, - "Load_Start_Signal": 0.852054794520548, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.344583516483517, - "Pneumatic_Panel_Pressure_bar": 8.796234065934065, - "Cyclone_Filter_Drop_Pressure_bar": 2.3176428571428573, - "Tower_Discharge_Pressure_Drop_bar": 0.5995549450549449, - "Reservoir_Pressure_bar": 8.795305494505495, - "Oil_Temperature_C": 70.55554945054945, - "Motor_Current_A": 4.645035714285714, - "Air_Intake_Valve_Status": 0.2554945054945055, - "Compressor_Outlet_Valve_Status": 0.7445054945054945, - "Active_Tower_ID": 0.6263736263736264, - "Load_Start_Signal": 0.2554945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9697802197802198, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.7351598901098906, - "Pneumatic_Panel_Pressure_bar": 9.255425274725274, - "Cyclone_Filter_Drop_Pressure_bar": 6.462736263736264, - "Tower_Discharge_Pressure_Drop_bar": 0.10140164835164871, - "Reservoir_Pressure_bar": 9.253502197802199, - "Oil_Temperature_C": 69.00924450549451, - "Motor_Current_A": 3.06134271978022, - "Air_Intake_Valve_Status": 0.7005494505494505, - "Compressor_Outlet_Valve_Status": 0.3021978021978022, - "Active_Tower_ID": 0.8461538461538461, - "Load_Start_Signal": 0.7005494505494505, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9523791208791217, - "Pneumatic_Panel_Pressure_bar": 9.071645054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.133672527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.015604395604395598, - "Reservoir_Pressure_bar": 9.069629670329672, - "Oil_Temperature_C": 66.60211538461539, - "Motor_Current_A": 2.964357142857143, - "Air_Intake_Valve_Status": 0.7884615384615384, - "Compressor_Outlet_Valve_Status": 0.21153846153846154, - "Active_Tower_ID": 0.8901098901098901, - "Load_Start_Signal": 0.7884615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6503375342465756, - "Pneumatic_Panel_Pressure_bar": 9.128910684931506, - "Cyclone_Filter_Drop_Pressure_bar": 7.435646027397261, - "Tower_Discharge_Pressure_Drop_bar": -0.02418630136986323, - "Reservoir_Pressure_bar": 9.127984657534245, - "Oil_Temperature_C": 68.34935616438356, - "Motor_Current_A": 3.1905986301369866, - "Air_Intake_Valve_Status": 0.8164383561643835, - "Compressor_Outlet_Valve_Status": 0.18356164383561643, - "Active_Tower_ID": 0.9068493150684932, - "Load_Start_Signal": 0.8164383561643835, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.991527472527473, - "Pneumatic_Panel_Pressure_bar": 9.217913186813186, - "Cyclone_Filter_Drop_Pressure_bar": 7.182154945054945, - "Tower_Discharge_Pressure_Drop_bar": 0.020181868131868636, - "Reservoir_Pressure_bar": 9.216648901098901, - "Oil_Temperature_C": 67.7776923076923, - "Motor_Current_A": 3.0239423076923075, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8928571428571429, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1723131868131873, - "Pneumatic_Panel_Pressure_bar": 9.164223076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.959441208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.007917582417581647, - "Reservoir_Pressure_bar": 9.163450000000001, - "Oil_Temperature_C": 66.30156593406593, - "Motor_Current_A": 2.060599587912088, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2123306590257887, - "Pneumatic_Panel_Pressure_bar": 9.1486, - "Cyclone_Filter_Drop_Pressure_bar": 7.914578796561605, - "Tower_Discharge_Pressure_Drop_bar": -0.005404011461317758, - "Reservoir_Pressure_bar": 9.147493982808022, - "Oil_Temperature_C": 66.58133954154728, - "Motor_Current_A": 2.145150429799427, - "Air_Intake_Valve_Status": 0.8681948424068768, - "Compressor_Outlet_Valve_Status": 0.1318051575931232, - "Active_Tower_ID": 0.9283667621776505, - "Load_Start_Signal": 0.8681948424068768, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9828080229226361, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-03-11T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011985974625144558, - "Pneumatic_Panel_Pressure_bar": 8.366715294117647, - "Cyclone_Filter_Drop_Pressure_bar": 8.358687243367935, - "Tower_Discharge_Pressure_Drop_bar": -0.020014025374855318, - "Reservoir_Pressure_bar": 8.366715294117647, - "Oil_Temperature_C": 61.95006920415226, - "Motor_Current_A": 0.037447404844291154, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0.007012687427912341, - "timestamp": "2020-03-11T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-11T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-11T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-11T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-11T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.532186102780981, - "Pneumatic_Panel_Pressure_bar": 7.990157908496731, - "Cyclone_Filter_Drop_Pressure_bar": 1.8604523696014352, - "Tower_Discharge_Pressure_Drop_bar": -0.02307499166987037, - "Reservoir_Pressure_bar": 7.989713464052288, - "Oil_Temperature_C": 47.77679546328335, - "Motor_Current_A": 4.284302114571319, - "Air_Intake_Valve_Status": 0.2222222222222222, - "Compressor_Outlet_Valve_Status": 0.7777777777777778, - "Active_Tower_ID": 0.7777777777777778, - "Load_Start_Signal": 0.2222222222222222, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 0.9819402793797257, - "timestamp": "2020-03-11T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.817200000000001, - "Pneumatic_Panel_Pressure_bar": 7.737544588744589, - "Cyclone_Filter_Drop_Pressure_bar": 1.367832034632036, - "Tower_Discharge_Pressure_Drop_bar": -0.004174891774891247, - "Reservoir_Pressure_bar": 7.736334199134199, - "Oil_Temperature_C": 68.84491341991341, - "Motor_Current_A": 5.205770562770562, - "Air_Intake_Valve_Status": 0.6406926406926406, - "Compressor_Outlet_Valve_Status": 0.7229437229437229, - "Active_Tower_ID": 0.7532467532467533, - "Load_Start_Signal": 0.13852813852813853, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8528138528138528, - "Low_Oil_Level_Alarm": 0.3593073593073593, - "Airflow_Pulse_Counter": 0.3593073593073593, - "timestamp": "2020-03-11T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.9639052880295527, - "Pneumatic_Panel_Pressure_bar": 9.051231987753336, - "Cyclone_Filter_Drop_Pressure_bar": 6.126493161170089, - "Tower_Discharge_Pressure_Drop_bar": -0.01976082398748671, - "Reservoir_Pressure_bar": 9.04700529135745, - "Oil_Temperature_C": 69.21674681353788, - "Motor_Current_A": 3.562577207228194, - "Air_Intake_Valve_Status": 0.6225165562913907, - "Compressor_Outlet_Valve_Status": 0.3837232520216979, - "Active_Tower_ID": 0.8145695364238411, - "Load_Start_Signal": 0.6162767479783021, - "Low_Pressure_Switch_Status": 0.18543046357615894, - "Tower_Discharge_Switch_Status": 0.9668874172185431, - "Low_Oil_Level_Alarm": 0.9937601916869114, - "Airflow_Pulse_Counter": 0.9937601916869114, - "timestamp": "2020-03-11T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.891464998620182, - "Pneumatic_Panel_Pressure_bar": 7.475931745009659, - "Cyclone_Filter_Drop_Pressure_bar": -0.010252598656975581, - "Tower_Discharge_Pressure_Drop_bar": -0.019262993284886742, - "Reservoir_Pressure_bar": 7.468416153067795, - "Oil_Temperature_C": 68.69123125747402, - "Motor_Current_A": 5.549142443197498, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.1262993284886395, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-11T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-11T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.8967863108235132, - "Pneumatic_Panel_Pressure_bar": 7.007192946952055, - "Cyclone_Filter_Drop_Pressure_bar": 4.291431750196944, - "Tower_Discharge_Pressure_Drop_bar": -0.018615685105505243, - "Reservoir_Pressure_bar": 7.00518194437432, - "Oil_Temperature_C": 56.968629287550584, - "Motor_Current_A": 4.132571549953902, - "Air_Intake_Valve_Status": 0.44360902255639095, - "Compressor_Outlet_Valve_Status": 0.556390977443609, - "Active_Tower_ID": 0.7293233082706767, - "Load_Start_Signal": 0.44360902255639095, - "Low_Pressure_Switch_Status": 0.4420196383701412, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-11T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5454725274725277, - "Pneumatic_Panel_Pressure_bar": 9.070286813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.486902197802197, - "Tower_Discharge_Pressure_Drop_bar": -0.023850000000000385, - "Reservoir_Pressure_bar": 9.071024725274725, - "Oil_Temperature_C": 56.00067994505495, - "Motor_Current_A": 1.2839903846153844, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0.9148351648351648, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-11T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.806997245179064, - "Pneumatic_Panel_Pressure_bar": 9.295110192837466, - "Cyclone_Filter_Drop_Pressure_bar": 2.3255757575757583, - "Tower_Discharge_Pressure_Drop_bar": 0.5207961432506887, - "Reservoir_Pressure_bar": 9.292504132231405, - "Oil_Temperature_C": 66.50960743801653, - "Motor_Current_A": 4.337878787878788, - "Air_Intake_Valve_Status": 0.2699724517906336, - "Compressor_Outlet_Valve_Status": 0.7300275482093664, - "Active_Tower_ID": 0.6363636363636364, - "Load_Start_Signal": 0.2699724517906336, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.299710989010988, - "Pneumatic_Panel_Pressure_bar": 9.5728, - "Cyclone_Filter_Drop_Pressure_bar": -0.01160989010988984, - "Tower_Discharge_Pressure_Drop_bar": 0.7367675824175822, - "Reservoir_Pressure_bar": 9.571904395604395, - "Oil_Temperature_C": 75.71482142857143, - "Motor_Current_A": 5.857052884615385, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49532967032967035, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.254227472527472, - "Pneumatic_Panel_Pressure_bar": 9.547865934065934, - "Cyclone_Filter_Drop_Pressure_bar": -0.010659340659339508, - "Tower_Discharge_Pressure_Drop_bar": 0.7302280219780218, - "Reservoir_Pressure_bar": 9.55065054945055, - "Oil_Temperature_C": 75.81567994505495, - "Motor_Current_A": 5.832881868131868, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.282722191780822, - "Pneumatic_Panel_Pressure_bar": 9.544271232876712, - "Cyclone_Filter_Drop_Pressure_bar": -0.010416438356162998, - "Tower_Discharge_Pressure_Drop_bar": 0.73130301369863, - "Reservoir_Pressure_bar": 9.547104657534247, - "Oil_Temperature_C": 75.6925, - "Motor_Current_A": 5.83625205479452, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4986301369863014, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.30005054945055, - "Pneumatic_Panel_Pressure_bar": 9.524083516483516, - "Cyclone_Filter_Drop_Pressure_bar": -0.010142857142855564, - "Tower_Discharge_Pressure_Drop_bar": 0.7357313186813185, - "Reservoir_Pressure_bar": 9.527336263736265, - "Oil_Temperature_C": 75.7066826923077, - "Motor_Current_A": 5.8389388736263745, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.257112637362637, - "Pneumatic_Panel_Pressure_bar": 9.44127142857143, - "Cyclone_Filter_Drop_Pressure_bar": -0.008587912087911211, - "Tower_Discharge_Pressure_Drop_bar": 0.7283109890109889, - "Reservoir_Pressure_bar": 9.444331868131869, - "Oil_Temperature_C": 75.215625, - "Motor_Current_A": 5.829439560439561, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.151903846153846, - "Pneumatic_Panel_Pressure_bar": 9.318082417582419, - "Cyclone_Filter_Drop_Pressure_bar": -0.007219780219779758, - "Tower_Discharge_Pressure_Drop_bar": 0.7144423076923078, - "Reservoir_Pressure_bar": 9.321027472527472, - "Oil_Temperature_C": 74.22757554945055, - "Motor_Current_A": 5.793461538461539, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49862637362637363, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.132146153846154, - "Pneumatic_Panel_Pressure_bar": 9.305719230769231, - "Cyclone_Filter_Drop_Pressure_bar": -0.009303846153845354, - "Tower_Discharge_Pressure_Drop_bar": 0.7111082417582417, - "Reservoir_Pressure_bar": 9.308257692307693, - "Oil_Temperature_C": 73.86466346153846, - "Motor_Current_A": 5.800447802197802, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49175824175824173, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.337236712328767, - "Pneumatic_Panel_Pressure_bar": 9.58645205479452, - "Cyclone_Filter_Drop_Pressure_bar": -0.009260821917807287, - "Tower_Discharge_Pressure_Drop_bar": 0.7362794520547943, - "Reservoir_Pressure_bar": 9.587980821917808, - "Oil_Temperature_C": 75.41103424657534, - "Motor_Current_A": 5.859662328767123, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4958904109589041, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.275462759462759, - "Pneumatic_Panel_Pressure_bar": 9.540518315018316, - "Cyclone_Filter_Drop_Pressure_bar": -0.007961538461537765, - "Tower_Discharge_Pressure_Drop_bar": 0.7308901098901098, - "Reservoir_Pressure_bar": 9.54207264957265, - "Oil_Temperature_C": 76.1381333943834, - "Motor_Current_A": 5.823880494505494, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.228304029304029, - "Pneumatic_Panel_Pressure_bar": 9.473765567765568, - "Cyclone_Filter_Drop_Pressure_bar": -0.007862637362636652, - "Tower_Discharge_Pressure_Drop_bar": 0.7222600732600731, - "Reservoir_Pressure_bar": 9.474787545787546, - "Oil_Temperature_C": 76.79475732600733, - "Motor_Current_A": 5.814773351648351, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.735195604395604, - "Pneumatic_Panel_Pressure_bar": 9.47550879120879, - "Cyclone_Filter_Drop_Pressure_bar": 1.5351483516483522, - "Tower_Discharge_Pressure_Drop_bar": 0.5894384615384616, - "Reservoir_Pressure_bar": 9.477234065934066, - "Oil_Temperature_C": 76.44598901098901, - "Motor_Current_A": 5.287980769230769, - "Air_Intake_Valve_Status": 0.15934065934065933, - "Compressor_Outlet_Valve_Status": 0.8406593406593407, - "Active_Tower_ID": 0.5769230769230769, - "Load_Start_Signal": 0.15934065934065933, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9651406593406595, - "Pneumatic_Panel_Pressure_bar": 8.649717582417582, - "Cyclone_Filter_Drop_Pressure_bar": 6.700391208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.014436263736263118, - "Reservoir_Pressure_bar": 8.649787912087913, - "Oil_Temperature_C": 68.04925824175824, - "Motor_Current_A": 2.5009175824175824, - "Air_Intake_Valve_Status": 0.7335164835164835, - "Compressor_Outlet_Valve_Status": 0.2664835164835165, - "Active_Tower_ID": 0.8653846153846154, - "Load_Start_Signal": 0.7335164835164835, - "Low_Pressure_Switch_Status": 0.10989010989010989, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.054945054945054944, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6525219780219791, - "Pneumatic_Panel_Pressure_bar": 9.130662637362638, - "Cyclone_Filter_Drop_Pressure_bar": 8.465141758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.018808791208791267, - "Reservoir_Pressure_bar": 9.132942857142858, - "Oil_Temperature_C": 64.18457417582418, - "Motor_Current_A": 1.675098901098901, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.934181818181819, - "Pneumatic_Panel_Pressure_bar": 9.113645933014354, - "Cyclone_Filter_Drop_Pressure_bar": 8.165971291866029, - "Tower_Discharge_Pressure_Drop_bar": -0.019425837320573944, - "Reservoir_Pressure_bar": 9.115521531100478, - "Oil_Temperature_C": 63.544976076555024, - "Motor_Current_A": 1.7766626794258373, - "Air_Intake_Valve_Status": 0.8995215311004785, - "Compressor_Outlet_Valve_Status": 0.10047846889952153, - "Active_Tower_ID": 0.9425837320574163, - "Load_Start_Signal": 0.8995215311004785, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.861244019138756, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.888319070831076, - "Pneumatic_Panel_Pressure_bar": 7.3912459529397605, - "Cyclone_Filter_Drop_Pressure_bar": 4.681984473731721, - "Tower_Discharge_Pressure_Drop_bar": -0.0016397665041821797, - "Reservoir_Pressure_bar": 7.39085827766745, - "Oil_Temperature_C": 70.64450261780105, - "Motor_Current_A": 3.628168592405368, - "Air_Intake_Valve_Status": 0.5005115243425408, - "Compressor_Outlet_Valve_Status": 0.4994884756574592, - "Active_Tower_ID": 0.7486910994764397, - "Load_Start_Signal": 0.5005115243425408, - "Low_Pressure_Switch_Status": 0.34242041283023406, - "Tower_Discharge_Switch_Status": 0.9895287958115183, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.2096612903225807, - "Pneumatic_Panel_Pressure_bar": 7.7630725806451615, - "Cyclone_Filter_Drop_Pressure_bar": 5.662056451612903, - "Tower_Discharge_Pressure_Drop_bar": -0.019467741935483594, - "Reservoir_Pressure_bar": 7.762338709677419, - "Oil_Temperature_C": 67.99032258064516, - "Motor_Current_A": 3.2604737903225804, - "Air_Intake_Valve_Status": 0.6129032258064516, - "Compressor_Outlet_Valve_Status": 0.3870967741935484, - "Active_Tower_ID": 0.8064516129032258, - "Load_Start_Signal": 0.6129032258064516, - "Low_Pressure_Switch_Status": 0.2620967741935484, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0521400000000003, - "Pneumatic_Panel_Pressure_bar": 9.003398749999999, - "Cyclone_Filter_Drop_Pressure_bar": 7.828530000000001, - "Tower_Discharge_Pressure_Drop_bar": -0.01870624999999918, - "Reservoir_Pressure_bar": 9.00461375, - "Oil_Temperature_C": 64.738703125, - "Motor_Current_A": 2.122546875, - "Air_Intake_Valve_Status": 0.875, - "Compressor_Outlet_Valve_Status": 0.125, - "Active_Tower_ID": 0.93125, - "Load_Start_Signal": 0.875, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.996875, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0577853107344635, - "Pneumatic_Panel_Pressure_bar": 9.105170621468927, - "Cyclone_Filter_Drop_Pressure_bar": 7.9726, - "Tower_Discharge_Pressure_Drop_bar": -0.01784576271186323, - "Reservoir_Pressure_bar": 9.106820338983052, - "Oil_Temperature_C": 63.46600988700565, - "Motor_Current_A": 2.0731377118644065, - "Air_Intake_Valve_Status": 0.8757062146892656, - "Compressor_Outlet_Valve_Status": 0.12429378531073447, - "Active_Tower_ID": 0.940677966101695, - "Load_Start_Signal": 0.8757062146892656, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9971751412429378, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7452183071323474, - "Pneumatic_Panel_Pressure_bar": 9.040635638503833, - "Cyclone_Filter_Drop_Pressure_bar": 8.148764036242547, - "Tower_Discharge_Pressure_Drop_bar": -0.021977077363895734, - "Reservoir_Pressure_bar": 9.04112506776117, - "Oil_Temperature_C": 62.190639278246735, - "Motor_Current_A": 1.8407945481297914, - "Air_Intake_Valve_Status": 0.9054441260744985, - "Compressor_Outlet_Valve_Status": 0.09455587392550144, - "Active_Tower_ID": 0.9455587392550143, - "Load_Start_Signal": 0.9054441260744985, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6911404958677689, - "Pneumatic_Panel_Pressure_bar": 9.038347107438018, - "Cyclone_Filter_Drop_Pressure_bar": 8.319955922865015, - "Tower_Discharge_Pressure_Drop_bar": -0.022853994490357875, - "Reservoir_Pressure_bar": 9.038033057851239, - "Oil_Temperature_C": 59.927238292011026, - "Motor_Current_A": 1.3521349862258951, - "Air_Intake_Valve_Status": 0.9228650137741047, - "Compressor_Outlet_Valve_Status": 0.07713498622589532, - "Active_Tower_ID": 0.9669421487603306, - "Load_Start_Signal": 0.9228650137741047, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6187197802197808, - "Pneumatic_Panel_Pressure_bar": 9.020932967032968, - "Cyclone_Filter_Drop_Pressure_bar": 8.374141758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.01636593406593456, - "Reservoir_Pressure_bar": 9.020881318681319, - "Oil_Temperature_C": 58.90657967032967, - "Motor_Current_A": 1.3367994505494505, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6030714285714294, - "Pneumatic_Panel_Pressure_bar": 9.004957142857142, - "Cyclone_Filter_Drop_Pressure_bar": 8.392005494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.020648351648352315, - "Reservoir_Pressure_bar": 9.005352747252747, - "Oil_Temperature_C": 57.722664835164835, - "Motor_Current_A": 1.3199395604395603, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8393076923076932, - "Pneumatic_Panel_Pressure_bar": 9.08378021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.154967032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.012335164835165334, - "Reservoir_Pressure_bar": 9.083478021978022, - "Oil_Temperature_C": 58.78763736263736, - "Motor_Current_A": 1.491833791208791, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-12T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7957362637362646, - "Pneumatic_Panel_Pressure_bar": 9.05135054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.193967032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.01886373626373667, - "Reservoir_Pressure_bar": 9.050943956043955, - "Oil_Temperature_C": 58.653983516483514, - "Motor_Current_A": 1.450980769230769, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6301131868131877, - "Pneumatic_Panel_Pressure_bar": 9.01236043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.320503296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.024598901098901636, - "Reservoir_Pressure_bar": 9.01223956043956, - "Oil_Temperature_C": 57.55336538461538, - "Motor_Current_A": 1.3564766483516482, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5890032967032977, - "Pneumatic_Panel_Pressure_bar": 8.980027472527473, - "Cyclone_Filter_Drop_Pressure_bar": 8.365782417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.024931868131868484, - "Reservoir_Pressure_bar": 8.979908791208791, - "Oil_Temperature_C": 56.54328296703297, - "Motor_Current_A": 1.316421703296703, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8043670329670339, - "Pneumatic_Panel_Pressure_bar": 8.954916483516483, - "Cyclone_Filter_Drop_Pressure_bar": 8.09078021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.024517582417582576, - "Reservoir_Pressure_bar": 8.954621978021978, - "Oil_Temperature_C": 56.28722527472527, - "Motor_Current_A": 1.4851236263736263, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9554076712328776, - "Pneumatic_Panel_Pressure_bar": 9.135918356164384, - "Cyclone_Filter_Drop_Pressure_bar": 8.142459726027397, - "Tower_Discharge_Pressure_Drop_bar": -0.012077260273972731, - "Reservoir_Pressure_bar": 9.135793424657535, - "Oil_Temperature_C": 58.27270547945205, - "Motor_Current_A": 1.8624739726027395, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6686263736263744, - "Pneumatic_Panel_Pressure_bar": 9.047212087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.352756043956045, - "Tower_Discharge_Pressure_Drop_bar": -0.01778571428571432, - "Reservoir_Pressure_bar": 9.047361538461539, - "Oil_Temperature_C": 57.82233516483517, - "Motor_Current_A": 1.467270604395604, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9018681318681327, - "Pneumatic_Panel_Pressure_bar": 8.935670329670328, - "Cyclone_Filter_Drop_Pressure_bar": 7.973626373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.02468681318681336, - "Reservoir_Pressure_bar": 8.935497802197803, - "Oil_Temperature_C": 57.93618131868132, - "Motor_Current_A": 1.5347733516483515, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0227379310344835, - "Pneumatic_Panel_Pressure_bar": 9.046452873563219, - "Cyclone_Filter_Drop_Pressure_bar": 8.01056091954023, - "Tower_Discharge_Pressure_Drop_bar": -0.025402298850574746, - "Reservoir_Pressure_bar": 9.04599195402299, - "Oil_Temperature_C": 60.96145114942529, - "Motor_Current_A": 2.1346249999999998, - "Air_Intake_Valve_Status": 0.8879310344827587, - "Compressor_Outlet_Valve_Status": 0.11206896551724138, - "Active_Tower_ID": 0.9396551724137931, - "Load_Start_Signal": 0.8850574712643678, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6552725274725284, - "Pneumatic_Panel_Pressure_bar": 9.163014835164836, - "Cyclone_Filter_Drop_Pressure_bar": 8.474410439560438, - "Tower_Discharge_Pressure_Drop_bar": -0.025483516483516558, - "Reservoir_Pressure_bar": 9.16316868131868, - "Oil_Temperature_C": 60.62583791208791, - "Motor_Current_A": 1.7343983516483514, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7324340659340669, - "Pneumatic_Panel_Pressure_bar": 8.990934065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.193620879120878, - "Tower_Discharge_Pressure_Drop_bar": -0.023060439560439936, - "Reservoir_Pressure_bar": 8.991494505494506, - "Oil_Temperature_C": 58.858276098901094, - "Motor_Current_A": 1.406205357142857, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6376054945054954, - "Pneumatic_Panel_Pressure_bar": 8.96970989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.304764835164836, - "Tower_Discharge_Pressure_Drop_bar": -0.016449450549450913, - "Reservoir_Pressure_bar": 8.97080879120879, - "Oil_Temperature_C": 59.245233516483516, - "Motor_Current_A": 1.3304381868131867, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.610642857142858, - "Pneumatic_Panel_Pressure_bar": 9.031994505494506, - "Cyclone_Filter_Drop_Pressure_bar": 8.394214285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.02288461538461492, - "Reservoir_Pressure_bar": 9.033741758241758, - "Oil_Temperature_C": 59.956799450549454, - "Motor_Current_A": 1.3089010989010985, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6492527472527478, - "Pneumatic_Panel_Pressure_bar": 8.968664835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.260263736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.022918681318680804, - "Reservoir_Pressure_bar": 8.970593406593407, - "Oil_Temperature_C": 60.99072802197802, - "Motor_Current_A": 1.3521359890109887, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9036395604395607, - "Pneumatic_Panel_Pressure_bar": 9.056695604395605, - "Cyclone_Filter_Drop_Pressure_bar": 8.122507692307693, - "Tower_Discharge_Pressure_Drop_bar": -0.020747252747251612, - "Reservoir_Pressure_bar": 9.057212087912088, - "Oil_Temperature_C": 62.948461538461544, - "Motor_Current_A": 1.924884615384615, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9489010989010989, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.658082417582418, - "Pneumatic_Panel_Pressure_bar": 9.096791208791208, - "Cyclone_Filter_Drop_Pressure_bar": 8.387579670329671, - "Tower_Discharge_Pressure_Drop_bar": -0.020835164835163907, - "Reservoir_Pressure_bar": 9.097337912087912, - "Oil_Temperature_C": 62.495501373626375, - "Motor_Current_A": 1.3482589285714284, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6702527472527477, - "Pneumatic_Panel_Pressure_bar": 8.950628571428572, - "Cyclone_Filter_Drop_Pressure_bar": 8.232403296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.011838461538460533, - "Reservoir_Pressure_bar": 8.950846153846154, - "Oil_Temperature_C": 61.3051510989011, - "Motor_Current_A": 1.351318681318681, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7089357142857146, - "Pneumatic_Panel_Pressure_bar": 8.950687912087913, - "Cyclone_Filter_Drop_Pressure_bar": 8.170057692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.013910439560438546, - "Reservoir_Pressure_bar": 8.950134615384616, - "Oil_Temperature_C": 61.80528846153846, - "Motor_Current_A": 1.3825824175824175, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0249769863013702, - "Pneumatic_Panel_Pressure_bar": 9.048196164383562, - "Cyclone_Filter_Drop_Pressure_bar": 7.947648219178082, - "Tower_Discharge_Pressure_Drop_bar": -0.014673972602738538, - "Reservoir_Pressure_bar": 9.047375342465752, - "Oil_Temperature_C": 62.691410958904115, - "Motor_Current_A": 1.8624520547945205, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6489164835164838, - "Pneumatic_Panel_Pressure_bar": 9.061543956043955, - "Cyclone_Filter_Drop_Pressure_bar": 8.37278021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.0218032967032956, - "Reservoir_Pressure_bar": 9.060758241758242, - "Oil_Temperature_C": 63.0246565934066, - "Motor_Current_A": 1.4915824175824173, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1372252747252751, - "Pneumatic_Panel_Pressure_bar": 8.900173626373626, - "Cyclone_Filter_Drop_Pressure_bar": 7.706848351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.016629670329669933, - "Reservoir_Pressure_bar": 8.898763736263737, - "Oil_Temperature_C": 61.67858516483517, - "Motor_Current_A": 1.65018956043956, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6672747252747258, - "Pneumatic_Panel_Pressure_bar": 9.052549450549451, - "Cyclone_Filter_Drop_Pressure_bar": 8.38382912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.013820879120879077, - "Reservoir_Pressure_bar": 9.051678021978022, - "Oil_Temperature_C": 62.567232142857144, - "Motor_Current_A": 1.7670494505494503, - "Air_Intake_Valve_Status": 0.9277472527472527, - "Compressor_Outlet_Valve_Status": 0.07225274725274726, - "Active_Tower_ID": 0.9607142857142856, - "Load_Start_Signal": 0.9277472527472527, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0649000000000006, - "Pneumatic_Panel_Pressure_bar": 9.091331868131867, - "Cyclone_Filter_Drop_Pressure_bar": 8.004941758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.01324285714285737, - "Reservoir_Pressure_bar": 9.090447252747252, - "Oil_Temperature_C": 63.5409478021978, - "Motor_Current_A": 2.0238475274725274, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0741868131868137, - "Pneumatic_Panel_Pressure_bar": 9.058258241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.915692307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.023219780219780377, - "Reservoir_Pressure_bar": 9.05751098901099, - "Oil_Temperature_C": 63.583379120879115, - "Motor_Current_A": 2.0542994505494505, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0500648351648356, - "Pneumatic_Panel_Pressure_bar": 9.059797802197803, - "Cyclone_Filter_Drop_Pressure_bar": 7.96965054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.019715384615384978, - "Reservoir_Pressure_bar": 9.058873626373625, - "Oil_Temperature_C": 63.558873626373625, - "Motor_Current_A": 1.920903846153846, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-13T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7778021978021984, - "Pneumatic_Panel_Pressure_bar": 8.945383516483517, - "Cyclone_Filter_Drop_Pressure_bar": 8.146854945054944, - "Tower_Discharge_Pressure_Drop_bar": -0.0053736263736267765, - "Reservoir_Pressure_bar": 8.944553846153847, - "Oil_Temperature_C": 62.35843406593407, - "Motor_Current_A": 1.5406249999999997, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1060193236714981, - "Pneumatic_Panel_Pressure_bar": 9.194127536231884, - "Cyclone_Filter_Drop_Pressure_bar": 8.092742028985507, - "Tower_Discharge_Pressure_Drop_bar": -0.0055072463768120646, - "Reservoir_Pressure_bar": 9.193209661835748, - "Oil_Temperature_C": 63.54185990338165, - "Motor_Current_A": 2.3158743961352655, - "Air_Intake_Valve_Status": 0.8743961352657005, - "Compressor_Outlet_Valve_Status": 0.12560386473429952, - "Active_Tower_ID": 0.9391304347826087, - "Load_Start_Signal": 0.8743961352657005, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9951690821256038, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013636173369776973, - "Pneumatic_Panel_Pressure_bar": 9.794823131589224, - "Cyclone_Filter_Drop_Pressure_bar": 9.783945271378368, - "Tower_Discharge_Pressure_Drop_bar": -0.025255197188598318, - "Reservoir_Pressure_bar": 9.79162042951972, - "Oil_Temperature_C": 65.65220792659117, - "Motor_Current_A": 3.808510308473253, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01227777777777783, - "Pneumatic_Panel_Pressure_bar": 9.317172839506172, - "Cyclone_Filter_Drop_Pressure_bar": 9.304617283950616, - "Tower_Discharge_Pressure_Drop_bar": -0.025055555555555872, - "Reservoir_Pressure_bar": 9.314783950617285, - "Oil_Temperature_C": 60.97183641975309, - "Motor_Current_A": 1.8647453703703702, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9044940598115533, - "Pneumatic_Panel_Pressure_bar": 7.403165096272019, - "Cyclone_Filter_Drop_Pressure_bar": 6.620553052027858, - "Tower_Discharge_Pressure_Drop_bar": -0.025466612044244257, - "Reservoir_Pressure_bar": 7.399031544448997, - "Oil_Temperature_C": 48.91415403523146, - "Motor_Current_A": 1.3751362146661201, - "Air_Intake_Valve_Status": 0.7333060221220811, - "Compressor_Outlet_Valve_Status": 0.2666939778779189, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.7333060221220811, - "Low_Pressure_Switch_Status": 0.2666939778779189, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-14T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.1854371595178126, - "Pneumatic_Panel_Pressure_bar": 8.393921513680302, - "Cyclone_Filter_Drop_Pressure_bar": 6.294906791775258, - "Tower_Discharge_Pressure_Drop_bar": -0.027086631743180885, - "Reservoir_Pressure_bar": 8.391863785333879, - "Oil_Temperature_C": 49.150352739546925, - "Motor_Current_A": 2.6426057074620624, - "Air_Intake_Valve_Status": 0.6975711907397562, - "Compressor_Outlet_Valve_Status": 0.3024288092602439, - "Active_Tower_ID": 0.8404255319148937, - "Load_Start_Signal": 0.6975711907397562, - "Low_Pressure_Switch_Status": 0.15349263904747792, - "Tower_Discharge_Switch_Status": 0.9946808510638298, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7889681318681327, - "Pneumatic_Panel_Pressure_bar": 9.12892087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.265986813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.02514835164835086, - "Reservoir_Pressure_bar": 9.128380219780219, - "Oil_Temperature_C": 56.035604395604395, - "Motor_Current_A": 1.8569313186813188, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1385824175824186, - "Pneumatic_Panel_Pressure_bar": 9.067587912087912, - "Cyclone_Filter_Drop_Pressure_bar": 7.887155677655678, - "Tower_Discharge_Pressure_Drop_bar": -0.023379120879120436, - "Reservoir_Pressure_bar": 9.067276556776557, - "Oil_Temperature_C": 59.38866758241759, - "Motor_Current_A": 2.0482074175824176, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9305989010989021, - "Pneumatic_Panel_Pressure_bar": 8.955982905982905, - "Cyclone_Filter_Drop_Pressure_bar": 7.9972075702075704, - "Tower_Discharge_Pressure_Drop_bar": -0.007401098901099142, - "Reservoir_Pressure_bar": 8.95610805860806, - "Oil_Temperature_C": 60.502106227106225, - "Motor_Current_A": 1.5489858058608055, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9225769230769238, - "Pneumatic_Panel_Pressure_bar": 9.165543956043955, - "Cyclone_Filter_Drop_Pressure_bar": 8.21539010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.016252747252747515, - "Reservoir_Pressure_bar": 9.165912087912087, - "Oil_Temperature_C": 62.89368131868132, - "Motor_Current_A": 1.9350961538461535, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9302032967032975, - "Pneumatic_Panel_Pressure_bar": 8.929092857142857, - "Cyclone_Filter_Drop_Pressure_bar": 7.975785164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.016496153846153303, - "Reservoir_Pressure_bar": 8.930297802197803, - "Oil_Temperature_C": 61.78135989010989, - "Motor_Current_A": 1.5064560439560437, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.796288461538462, - "Pneumatic_Panel_Pressure_bar": 9.121675824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.29812087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.016587912087911, - "Reservoir_Pressure_bar": 9.123335164835165, - "Oil_Temperature_C": 63.761538461538464, - "Motor_Current_A": 1.8416964285714283, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.037214285714286, - "Pneumatic_Panel_Pressure_bar": 9.025801098901098, - "Cyclone_Filter_Drop_Pressure_bar": 7.965663736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.007503296703295738, - "Reservoir_Pressure_bar": 9.02657032967033, - "Oil_Temperature_C": 63.97362637362638, - "Motor_Current_A": 1.8223763736263734, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6760428571428574, - "Pneumatic_Panel_Pressure_bar": 8.958260439560439, - "Cyclone_Filter_Drop_Pressure_bar": 8.242149450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.019631868131867226, - "Reservoir_Pressure_bar": 8.959375824175824, - "Oil_Temperature_C": 63.87332417582417, - "Motor_Current_A": 1.528127747252747, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.085532417582418, - "Pneumatic_Panel_Pressure_bar": 9.113656593406594, - "Cyclone_Filter_Drop_Pressure_bar": 7.970991758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.01889560439560344, - "Reservoir_Pressure_bar": 9.114068681318681, - "Oil_Temperature_C": 64.5034271978022, - "Motor_Current_A": 2.0462026098901096, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0347857142857146, - "Pneumatic_Panel_Pressure_bar": 8.98895054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.919082417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.021076923076922004, - "Reservoir_Pressure_bar": 8.988538461538461, - "Oil_Temperature_C": 63.847184065934066, - "Motor_Current_A": 1.688083791208791, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6988241758241762, - "Pneumatic_Panel_Pressure_bar": 9.018072527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.273675824175823, - "Tower_Discharge_Pressure_Drop_bar": -0.021884615384614253, - "Reservoir_Pressure_bar": 9.017545054945055, - "Oil_Temperature_C": 63.58177884615385, - "Motor_Current_A": 1.6702843406593404, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0284450549450552, - "Pneumatic_Panel_Pressure_bar": 9.068719230769231, - "Cyclone_Filter_Drop_Pressure_bar": 8.005274175824177, - "Tower_Discharge_Pressure_Drop_bar": -0.022604395604394895, - "Reservoir_Pressure_bar": 9.068213736263736, - "Oil_Temperature_C": 64.2218337912088, - "Motor_Current_A": 1.9860851648351647, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0388571428571434, - "Pneumatic_Panel_Pressure_bar": 8.966535714285714, - "Cyclone_Filter_Drop_Pressure_bar": 7.84292032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.023197802197802035, - "Reservoir_Pressure_bar": 8.965763736263737, - "Oil_Temperature_C": 63.12682005494505, - "Motor_Current_A": 1.701208791208791, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.677785714285715, - "Pneumatic_Panel_Pressure_bar": 9.064765384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.350225274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.022571428571428735, - "Reservoir_Pressure_bar": 9.06405879120879, - "Oil_Temperature_C": 62.48632554945055, - "Motor_Current_A": 1.6891517857142855, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9582142857142866, - "Pneumatic_Panel_Pressure_bar": 8.975418681318681, - "Cyclone_Filter_Drop_Pressure_bar": 7.991859340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.008960439560439931, - "Reservoir_Pressure_bar": 8.974678021978022, - "Oil_Temperature_C": 61.706923076923076, - "Motor_Current_A": 1.6408379120879117, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7786684931506858, - "Pneumatic_Panel_Pressure_bar": 9.08655397260274, - "Cyclone_Filter_Drop_Pressure_bar": 8.254860821917807, - "Tower_Discharge_Pressure_Drop_bar": -0.016624657534246898, - "Reservoir_Pressure_bar": 9.086432328767122, - "Oil_Temperature_C": 62.3028904109589, - "Motor_Current_A": 1.7446328767123287, - "Air_Intake_Valve_Status": 0.9123287671232877, - "Compressor_Outlet_Valve_Status": 0.08767123287671233, - "Active_Tower_ID": 0.9561643835616438, - "Load_Start_Signal": 0.9123287671232877, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.019813736263737, - "Pneumatic_Panel_Pressure_bar": 8.985364285714285, - "Cyclone_Filter_Drop_Pressure_bar": 7.893821428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.01704945054945092, - "Reservoir_Pressure_bar": 8.984974725274725, - "Oil_Temperature_C": 61.51598214285715, - "Motor_Current_A": 1.7106586538461537, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-14T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6460565934065943, - "Pneumatic_Panel_Pressure_bar": 9.083106043956043, - "Cyclone_Filter_Drop_Pressure_bar": 8.393681318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.02369230769230799, - "Reservoir_Pressure_bar": 9.083051098901098, - "Oil_Temperature_C": 61.49300824175825, - "Motor_Current_A": 1.667264423076923, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.015571428571427225, - "Pneumatic_Panel_Pressure_bar": 8.527785714285715, - "Cyclone_Filter_Drop_Pressure_bar": 8.516482142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.024464285714286296, - "Reservoir_Pressure_bar": 8.528214285714286, - "Oil_Temperature_C": 56.36026785714286, - "Motor_Current_A": 0.04200892857142818, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6944627629334864, - "Pneumatic_Panel_Pressure_bar": 7.874145537237068, - "Cyclone_Filter_Drop_Pressure_bar": 7.219324616259238, - "Tower_Discharge_Pressure_Drop_bar": -0.02446389994315015, - "Reservoir_Pressure_bar": 7.874145537237068, - "Oil_Temperature_C": 53.20419272313814, - "Motor_Current_A": 0.6499189880613983, - "Air_Intake_Valve_Status": 0.8840250142126208, - "Compressor_Outlet_Valve_Status": 0.11597498578737918, - "Active_Tower_ID": 0.8840250142126208, - "Load_Start_Signal": 0.8840250142126208, - "Low_Pressure_Switch_Status": 0.11597498578737918, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-15T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-15T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-15T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-15T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-15T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7424580839303634, - "Pneumatic_Panel_Pressure_bar": 8.944352306313975, - "Cyclone_Filter_Drop_Pressure_bar": 7.252590536626891, - "Tower_Discharge_Pressure_Drop_bar": -0.026490777422916518, - "Reservoir_Pressure_bar": 8.944477960764237, - "Oil_Temperature_C": 51.7564211281398, - "Motor_Current_A": 2.367631321639794, - "Air_Intake_Valve_Status": 0.7961538118100181, - "Compressor_Outlet_Valve_Status": 0.20384618818998182, - "Active_Tower_ID": 0.8903946495063533, - "Load_Start_Signal": 0.7961538118100181, - "Low_Pressure_Switch_Status": 0.0624849316454792, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8573846153846162, - "Pneumatic_Panel_Pressure_bar": 9.094447252747253, - "Cyclone_Filter_Drop_Pressure_bar": 8.135436263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.019329670329670142, - "Reservoir_Pressure_bar": 9.094627472527472, - "Oil_Temperature_C": 56.71343406593406, - "Motor_Current_A": 1.7853653846153845, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0222397660818723, - "Pneumatic_Panel_Pressure_bar": 9.0429216374269, - "Cyclone_Filter_Drop_Pressure_bar": 7.969164912280702, - "Tower_Discharge_Pressure_Drop_bar": -0.018485380116959542, - "Reservoir_Pressure_bar": 9.042849122807016, - "Oil_Temperature_C": 60.432821637426905, - "Motor_Current_A": 1.7985423976608186, - "Air_Intake_Valve_Status": 0.8830409356725146, - "Compressor_Outlet_Valve_Status": 0.11695906432748537, - "Active_Tower_ID": 0.9473684210526315, - "Load_Start_Signal": 0.8830409356725146, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2514340659340666, - "Pneumatic_Panel_Pressure_bar": 9.188417582417582, - "Cyclone_Filter_Drop_Pressure_bar": 7.890412087912089, - "Tower_Discharge_Pressure_Drop_bar": 0.001969474969475047, - "Reservoir_Pressure_bar": 9.188948107448107, - "Oil_Temperature_C": 62.68064713064713, - "Motor_Current_A": 2.033404304029304, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6810549450549456, - "Pneumatic_Panel_Pressure_bar": 8.95741098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.228817582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.01031098901098844, - "Reservoir_Pressure_bar": 8.958056043956043, - "Oil_Temperature_C": 60.845686813186816, - "Motor_Current_A": 1.3628543956043955, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0974527472527476, - "Pneumatic_Panel_Pressure_bar": 9.041638461538462, - "Cyclone_Filter_Drop_Pressure_bar": 7.9154241758241755, - "Tower_Discharge_Pressure_Drop_bar": -0.022197802197801646, - "Reservoir_Pressure_bar": 9.039665934065933, - "Oil_Temperature_C": 60.84657967032967, - "Motor_Current_A": 1.7346016483516482, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.675928571428572, - "Pneumatic_Panel_Pressure_bar": 9.088118681318681, - "Cyclone_Filter_Drop_Pressure_bar": 8.371981318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.020104395604396, - "Reservoir_Pressure_bar": 9.087530769230769, - "Oil_Temperature_C": 60.526016483516486, - "Motor_Current_A": 1.6884601648351647, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6616060273972612, - "Pneumatic_Panel_Pressure_bar": 8.97246904109589, - "Cyclone_Filter_Drop_Pressure_bar": 8.306398904109589, - "Tower_Discharge_Pressure_Drop_bar": -0.02327671232876743, - "Reservoir_Pressure_bar": 8.97193205479452, - "Oil_Temperature_C": 59.020568493150684, - "Motor_Current_A": 1.3314452054794519, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.100335714285715, - "Pneumatic_Panel_Pressure_bar": 9.030215934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.832106593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.01828571428571486, - "Reservoir_Pressure_bar": 9.028584065934066, - "Oil_Temperature_C": 59.29779532967033, - "Motor_Current_A": 1.8250137362637362, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.014667289719625167, - "Pneumatic_Panel_Pressure_bar": 8.919693457943925, - "Cyclone_Filter_Drop_Pressure_bar": 8.908385046728972, - "Tower_Discharge_Pressure_Drop_bar": -0.024237383177570695, - "Reservoir_Pressure_bar": 8.919357009345795, - "Oil_Temperature_C": 59.62983644859813, - "Motor_Current_A": 0.9655350467289717, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.43089442682374435, - "Pneumatic_Panel_Pressure_bar": 7.761812233801541, - "Cyclone_Filter_Drop_Pressure_bar": 7.374255550521069, - "Tower_Discharge_Pressure_Drop_bar": -0.022691073855911428, - "Reservoir_Pressure_bar": 7.760430086089714, - "Oil_Temperature_C": 50.469270502945186, - "Motor_Current_A": 0.6228837788853647, - "Air_Intake_Valve_Status": 0.8848210240144994, - "Compressor_Outlet_Valve_Status": 0.11517897598550067, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8848210240144994, - "Low_Pressure_Switch_Status": 0.11517897598550067, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-15T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-15T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-15T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-15T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.948795807279868, - "Pneumatic_Panel_Pressure_bar": 8.618861040930375, - "Cyclone_Filter_Drop_Pressure_bar": 5.700054040175201, - "Tower_Discharge_Pressure_Drop_bar": 0.0006427693701859534, - "Reservoir_Pressure_bar": 8.61629324633741, - "Oil_Temperature_C": 46.15852138649751, - "Motor_Current_A": 3.432857444494789, - "Air_Intake_Valve_Status": 0.593794895030962, - "Compressor_Outlet_Valve_Status": 0.4062051049690379, - "Active_Tower_ID": 0.8, - "Load_Start_Signal": 0.593794895030962, - "Low_Pressure_Switch_Status": 0.19953843830237125, - "Tower_Discharge_Switch_Status": 0.9866666666666667, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-15T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.14808124889125363, - "Pneumatic_Panel_Pressure_bar": 8.936203536159896, - "Cyclone_Filter_Drop_Pressure_bar": 8.780266453787476, - "Tower_Discharge_Pressure_Drop_bar": -0.0300000000000011, - "Reservoir_Pressure_bar": 8.93398923777423, - "Oil_Temperature_C": 45.823147655372246, - "Motor_Current_A": 0.22474351014132787, - "Air_Intake_Valve_Status": 0.9642836023889776, - "Compressor_Outlet_Valve_Status": 0.03571639761102242, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9642836023889776, - "Low_Pressure_Switch_Status": 0.03571639761102242, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-16T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-16T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-16T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.676625780247617, - "Pneumatic_Panel_Pressure_bar": 8.8337557163151, - "Cyclone_Filter_Drop_Pressure_bar": 7.208316474209027, - "Tower_Discharge_Pressure_Drop_bar": -0.02915116279069827, - "Reservoir_Pressure_bar": 8.831399184925733, - "Oil_Temperature_C": 37.86981275432394, - "Motor_Current_A": 2.239668793567693, - "Air_Intake_Valve_Status": 0.7739114351055388, - "Compressor_Outlet_Valve_Status": 0.22608856489446116, - "Active_Tower_ID": 0.8895348837209303, - "Load_Start_Signal": 0.7739114351055388, - "Low_Pressure_Switch_Status": 0.12725135559213557, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5655660273972604, - "Pneumatic_Panel_Pressure_bar": 9.05600109589041, - "Cyclone_Filter_Drop_Pressure_bar": 8.43854794520548, - "Tower_Discharge_Pressure_Drop_bar": -0.028016438356165067, - "Reservoir_Pressure_bar": 9.054965479452054, - "Oil_Temperature_C": 41.79375342465754, - "Motor_Current_A": 1.2739328767123288, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6366703296703298, - "Pneumatic_Panel_Pressure_bar": 9.038025274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.386903846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.014840659340659607, - "Reservoir_Pressure_bar": 9.037574175824176, - "Oil_Temperature_C": 46.215501373626374, - "Motor_Current_A": 1.3311332417582418, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8439247252747257, - "Pneumatic_Panel_Pressure_bar": 9.055337912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.142152747252746, - "Tower_Discharge_Pressure_Drop_bar": -0.028278571428570647, - "Reservoir_Pressure_bar": 9.05518956043956, - "Oil_Temperature_C": 50.91534340659341, - "Motor_Current_A": 1.7467081043956043, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6450659340659346, - "Pneumatic_Panel_Pressure_bar": 9.02738131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.333952747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.02720329670329586, - "Reservoir_Pressure_bar": 9.02723076923077, - "Oil_Temperature_C": 52.753873626373625, - "Motor_Current_A": 1.3416744505494504, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5719890109890118, - "Pneumatic_Panel_Pressure_bar": 9.026593406593406, - "Cyclone_Filter_Drop_Pressure_bar": 8.41049010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.025554945054944465, - "Reservoir_Pressure_bar": 9.026703296703296, - "Oil_Temperature_C": 52.551593406593405, - "Motor_Current_A": 1.1902335164835163, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4949395604395613, - "Pneumatic_Panel_Pressure_bar": 9.08435164835165, - "Cyclone_Filter_Drop_Pressure_bar": 8.537686813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.01801648351648335, - "Reservoir_Pressure_bar": 9.08528021978022, - "Oil_Temperature_C": 54.25728021978022, - "Motor_Current_A": 1.1200343406593403, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6407813186813194, - "Pneumatic_Panel_Pressure_bar": 9.148693406593408, - "Cyclone_Filter_Drop_Pressure_bar": 8.447210989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.012943956043956404, - "Reservoir_Pressure_bar": 9.150435164835166, - "Oil_Temperature_C": 54.94601648351648, - "Motor_Current_A": 1.3499381868131866, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5861010989010997, - "Pneumatic_Panel_Pressure_bar": 9.069818681318681, - "Cyclone_Filter_Drop_Pressure_bar": 8.419283516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.013228571428571787, - "Reservoir_Pressure_bar": 9.0712010989011, - "Oil_Temperature_C": 55.27070054945055, - "Motor_Current_A": 1.311336538461538, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7139010989010999, - "Pneumatic_Panel_Pressure_bar": 9.053918681318681, - "Cyclone_Filter_Drop_Pressure_bar": 8.313926373626375, - "Tower_Discharge_Pressure_Drop_bar": -0.007961538461538893, - "Reservoir_Pressure_bar": 9.055291208791209, - "Oil_Temperature_C": 55.83417582417582, - "Motor_Current_A": 1.3871085164835162, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6121418569254196, - "Pneumatic_Panel_Pressure_bar": 9.044840791476407, - "Cyclone_Filter_Drop_Pressure_bar": 8.379603044140032, - "Tower_Discharge_Pressure_Drop_bar": -0.023610350076103775, - "Reservoir_Pressure_bar": 9.045455707762557, - "Oil_Temperature_C": 56.04892694063927, - "Motor_Current_A": 1.2358828006088276, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.662004945054946, - "Pneumatic_Panel_Pressure_bar": 8.967755494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.274838461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.0229945054945057, - "Reservoir_Pressure_bar": 8.968107692307692, - "Oil_Temperature_C": 56.86632554945054, - "Motor_Current_A": 1.1271050824175821, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.28945604395604474, - "Pneumatic_Panel_Pressure_bar": 8.996528571428572, - "Cyclone_Filter_Drop_Pressure_bar": 8.686424175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.02054560439560423, - "Reservoir_Pressure_bar": 8.997208241758242, - "Oil_Temperature_C": 57.21375, - "Motor_Current_A": 0.9741538461538458, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6718928571428578, - "Pneumatic_Panel_Pressure_bar": 9.081318681318681, - "Cyclone_Filter_Drop_Pressure_bar": 8.33721978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.012664835164835034, - "Reservoir_Pressure_bar": 9.081038461538462, - "Oil_Temperature_C": 57.59320054945055, - "Motor_Current_A": 1.353763736263736, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6831774725274734, - "Pneumatic_Panel_Pressure_bar": 9.019097802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.293711538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.016586263736264113, - "Reservoir_Pressure_bar": 9.01861978021978, - "Oil_Temperature_C": 57.69506181318681, - "Motor_Current_A": 1.3752335164835163, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.652980821917809, - "Pneumatic_Panel_Pressure_bar": 8.975262465753424, - "Cyclone_Filter_Drop_Pressure_bar": 8.293229589041095, - "Tower_Discharge_Pressure_Drop_bar": -0.02405479452054847, - "Reservoir_Pressure_bar": 8.97499397260274, - "Oil_Temperature_C": 57.042897260273975, - "Motor_Current_A": 1.3269520547945204, - "Air_Intake_Valve_Status": 0.9260273972602739, - "Compressor_Outlet_Valve_Status": 0.07397260273972603, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9260273972602739, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5939120879120888, - "Pneumatic_Panel_Pressure_bar": 8.951442002442002, - "Cyclone_Filter_Drop_Pressure_bar": 8.336985347985348, - "Tower_Discharge_Pressure_Drop_bar": -0.024456043956044497, - "Reservoir_Pressure_bar": 8.951870573870574, - "Oil_Temperature_C": 55.900404456654464, - "Motor_Current_A": 1.2857623626373624, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5354983516483528, - "Pneumatic_Panel_Pressure_bar": 8.957796153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.375002747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.021835164835165302, - "Reservoir_Pressure_bar": 8.95750824175824, - "Oil_Temperature_C": 54.70025412087912, - "Motor_Current_A": 1.2852266483516483, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5785274725274737, - "Pneumatic_Panel_Pressure_bar": 8.91512087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.283104395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.025346153846153994, - "Reservoir_Pressure_bar": 8.914807692307692, - "Oil_Temperature_C": 53.239457417582415, - "Motor_Current_A": 1.0217994505494503, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.32460769230769354, - "Pneumatic_Panel_Pressure_bar": 8.99197912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.603526373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.02580549450549437, - "Reservoir_Pressure_bar": 8.991237362637362, - "Oil_Temperature_C": 53.72009615384616, - "Motor_Current_A": 1.0080686813186812, - "Air_Intake_Valve_Status": 0.9587912087912088, - "Compressor_Outlet_Valve_Status": 0.04120879120879121, - "Active_Tower_ID": 0.9807692307692307, - "Load_Start_Signal": 0.9587912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-16T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6461923076923087, - "Pneumatic_Panel_Pressure_bar": 9.06950824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.400337912087911, - "Tower_Discharge_Pressure_Drop_bar": -0.024456043956043925, - "Reservoir_Pressure_bar": 9.068110989010988, - "Oil_Temperature_C": 54.112671703296705, - "Motor_Current_A": 1.3331662087912086, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6671923076923088, - "Pneumatic_Panel_Pressure_bar": 9.049123626373627, - "Cyclone_Filter_Drop_Pressure_bar": 8.307817582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.016802197802197688, - "Reservoir_Pressure_bar": 9.047907692307692, - "Oil_Temperature_C": 54.06846840659341, - "Motor_Current_A": 1.3923695054945053, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5474575342465764, - "Pneumatic_Panel_Pressure_bar": 8.97104109589041, - "Cyclone_Filter_Drop_Pressure_bar": 8.378421917808218, - "Tower_Discharge_Pressure_Drop_bar": -0.019490410958903904, - "Reservoir_Pressure_bar": 8.970405479452054, - "Oil_Temperature_C": 53.69104109589041, - "Motor_Current_A": 1.3011986301369862, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.783104945054946, - "Pneumatic_Panel_Pressure_bar": 8.982738461538462, - "Cyclone_Filter_Drop_Pressure_bar": 8.111717032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.013049450549450232, - "Reservoir_Pressure_bar": 8.982320879120879, - "Oil_Temperature_C": 53.88574175824176, - "Motor_Current_A": 1.2952884615384612, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4943351648351659, - "Pneumatic_Panel_Pressure_bar": 8.953916483516483, - "Cyclone_Filter_Drop_Pressure_bar": 8.388582417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.017038461538461284, - "Reservoir_Pressure_bar": 8.953405494505494, - "Oil_Temperature_C": 54.941648351648354, - "Motor_Current_A": 1.0046497252747248, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6459873626373637, - "Pneumatic_Panel_Pressure_bar": 9.099753296703296, - "Cyclone_Filter_Drop_Pressure_bar": 8.393875274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.022628021978021683, - "Reservoir_Pressure_bar": 9.09872032967033, - "Oil_Temperature_C": 55.37504807692308, - "Motor_Current_A": 1.339936813186813, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9607142857142856, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6001153846153856, - "Pneumatic_Panel_Pressure_bar": 9.01129242979243, - "Cyclone_Filter_Drop_Pressure_bar": 8.374418803418804, - "Tower_Discharge_Pressure_Drop_bar": -0.019816239316238958, - "Reservoir_Pressure_bar": 9.011127594627595, - "Oil_Temperature_C": 54.356249999999996, - "Motor_Current_A": 1.32106456043956, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8772945054945064, - "Pneumatic_Panel_Pressure_bar": 8.969267032967034, - "Cyclone_Filter_Drop_Pressure_bar": 8.028151648351647, - "Tower_Discharge_Pressure_Drop_bar": -0.00964285714285678, - "Reservoir_Pressure_bar": 8.969247252747254, - "Oil_Temperature_C": 55.839134615384616, - "Motor_Current_A": 1.4906071428571426, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.976842857142858, - "Pneumatic_Panel_Pressure_bar": 8.94393956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.879823076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.025086813186812912, - "Reservoir_Pressure_bar": 8.944467032967033, - "Oil_Temperature_C": 57.191112637362636, - "Motor_Current_A": 1.5980549450549448, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.34845604395604485, - "Pneumatic_Panel_Pressure_bar": 9.053219780219779, - "Cyclone_Filter_Drop_Pressure_bar": 8.682467032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.014593406593406895, - "Reservoir_Pressure_bar": 9.053994505494506, - "Oil_Temperature_C": 56.3478021978022, - "Motor_Current_A": 1.1467170329670326, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7082686813186823, - "Pneumatic_Panel_Pressure_bar": 9.040767032967032, - "Cyclone_Filter_Drop_Pressure_bar": 8.261965384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.019944505494505983, - "Reservoir_Pressure_bar": 9.041519780219781, - "Oil_Temperature_C": 56.801304945054945, - "Motor_Current_A": 1.402465659340659, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5567675824175834, - "Pneumatic_Panel_Pressure_bar": 8.936215384615386, - "Cyclone_Filter_Drop_Pressure_bar": 8.351442307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.023226923076923183, - "Reservoir_Pressure_bar": 8.938259340659341, - "Oil_Temperature_C": 56.059491758241755, - "Motor_Current_A": 1.280686813186813, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5884285714285724, - "Pneumatic_Panel_Pressure_bar": 8.874260989010988, - "Cyclone_Filter_Drop_Pressure_bar": 8.259942307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.02272527472527409, - "Reservoir_Pressure_bar": 8.875714285714286, - "Oil_Temperature_C": 56.3029532967033, - "Motor_Current_A": 1.1585508241758238, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2863879120879129, - "Pneumatic_Panel_Pressure_bar": 8.87178021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.56032967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.02214835164835053, - "Reservoir_Pressure_bar": 8.873214285714285, - "Oil_Temperature_C": 57.002307692307696, - "Motor_Current_A": 0.8011469780219778, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5600890109890115, - "Pneumatic_Panel_Pressure_bar": 8.95823956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.373063736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.021999999999998875, - "Reservoir_Pressure_bar": 8.958619780219781, - "Oil_Temperature_C": 57.9346978021978, - "Motor_Current_A": 1.2673420329670326, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5598460273972609, - "Pneumatic_Panel_Pressure_bar": 8.938741369863013, - "Cyclone_Filter_Drop_Pressure_bar": 8.331957808219178, - "Tower_Discharge_Pressure_Drop_bar": -0.021589041095889164, - "Reservoir_Pressure_bar": 8.939185753424658, - "Oil_Temperature_C": 58.1223493150685, - "Motor_Current_A": 1.275753424657534, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5694670329670337, - "Pneumatic_Panel_Pressure_bar": 8.923358241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.316252747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.02183626373626252, - "Reservoir_Pressure_bar": 8.923720879120879, - "Oil_Temperature_C": 58.550357142857145, - "Motor_Current_A": 1.2790247252747249, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7375494505494512, - "Pneumatic_Panel_Pressure_bar": 8.882582417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.112434065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.012450549450548375, - "Reservoir_Pressure_bar": 8.882247252747252, - "Oil_Temperature_C": 57.855178571428574, - "Motor_Current_A": 1.1096153846153844, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.33239560439560484, - "Pneumatic_Panel_Pressure_bar": 9.007938461538462, - "Cyclone_Filter_Drop_Pressure_bar": 8.641004395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.018840659340658334, - "Reservoir_Pressure_bar": 9.007454945054945, - "Oil_Temperature_C": 58.81251373626374, - "Motor_Current_A": 0.9718379120879117, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6242252747252752, - "Pneumatic_Panel_Pressure_bar": 9.038575824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.376163736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.019802197802197018, - "Reservoir_Pressure_bar": 9.037575824175825, - "Oil_Temperature_C": 58.847788461538464, - "Motor_Current_A": 1.322987637362637, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6365824175824183, - "Pneumatic_Panel_Pressure_bar": 9.046527472527472, - "Cyclone_Filter_Drop_Pressure_bar": 8.380862637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.021873626373625794, - "Reservoir_Pressure_bar": 9.045763736263735, - "Oil_Temperature_C": 57.79182692307692, - "Motor_Current_A": 1.3234409340659339, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5996100000000009, - "Pneumatic_Panel_Pressure_bar": 8.91224888888889, - "Cyclone_Filter_Drop_Pressure_bar": 8.266832222222222, - "Tower_Discharge_Pressure_Drop_bar": -0.023062222222221936, - "Reservoir_Pressure_bar": 8.91137, - "Oil_Temperature_C": 56.191319444444446, - "Motor_Current_A": 1.146375, - "Air_Intake_Valve_Status": 0.9305555555555556, - "Compressor_Outlet_Valve_Status": 0.06944444444444445, - "Active_Tower_ID": 0.9638888888888889, - "Load_Start_Signal": 0.9305555555555556, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972222222222222, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4875963164919892, - "Pneumatic_Panel_Pressure_bar": 8.99083141097391, - "Cyclone_Filter_Drop_Pressure_bar": 8.447836594460972, - "Tower_Discharge_Pressure_Drop_bar": -0.023723880552347133, - "Reservoir_Pressure_bar": 8.989895193004088, - "Oil_Temperature_C": 55.85135580209375, - "Motor_Current_A": 1.2753191795006853, - "Air_Intake_Valve_Status": 0.9408866995073891, - "Compressor_Outlet_Valve_Status": 0.059113300492610835, - "Active_Tower_ID": 0.9704433497536946, - "Load_Start_Signal": 0.9408866995073891, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5445302197802208, - "Pneumatic_Panel_Pressure_bar": 9.038989010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.460576923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.023890109890110534, - "Reservoir_Pressure_bar": 9.038206043956045, - "Oil_Temperature_C": 55.08705357142857, - "Motor_Current_A": 1.2908619505494503, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-17T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5976186813186823, - "Pneumatic_Panel_Pressure_bar": 8.987580219780218, - "Cyclone_Filter_Drop_Pressure_bar": 8.35147032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.024104395604396284, - "Reservoir_Pressure_bar": 8.987034065934067, - "Oil_Temperature_C": 54.23398351648352, - "Motor_Current_A": 1.3001030219780219, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6169395604395614, - "Pneumatic_Panel_Pressure_bar": 8.98366043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.349237362637362, - "Tower_Discharge_Pressure_Drop_bar": -0.024115384615385295, - "Reservoir_Pressure_bar": 8.98380769230769, - "Oil_Temperature_C": 55.588365384615386, - "Motor_Current_A": 1.3024052197802196, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6039071428571439, - "Pneumatic_Panel_Pressure_bar": 8.980606593406593, - "Cyclone_Filter_Drop_Pressure_bar": 8.345667032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.023510989010989553, - "Reservoir_Pressure_bar": 8.980353296703296, - "Oil_Temperature_C": 55.823997252747255, - "Motor_Current_A": 1.3191483516483513, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.555912087912089, - "Pneumatic_Panel_Pressure_bar": 8.943417582417583, - "Cyclone_Filter_Drop_Pressure_bar": 8.358076923076924, - "Tower_Discharge_Pressure_Drop_bar": -0.02445054945054988, - "Reservoir_Pressure_bar": 8.942796703296702, - "Oil_Temperature_C": 53.93152472527473, - "Motor_Current_A": 1.2782692307692305, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5616208791208802, - "Pneumatic_Panel_Pressure_bar": 8.911541758241757, - "Cyclone_Filter_Drop_Pressure_bar": 8.303467032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.024896703296703675, - "Reservoir_Pressure_bar": 8.911520879120879, - "Oil_Temperature_C": 52.909217032967035, - "Motor_Current_A": 0.9944711538461536, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5815131868131878, - "Pneumatic_Panel_Pressure_bar": 8.991310989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.382775824175823, - "Tower_Discharge_Pressure_Drop_bar": -0.025005494505494854, - "Reservoir_Pressure_bar": 8.99125934065934, - "Oil_Temperature_C": 53.728530219780225, - "Motor_Current_A": 1.2014230769230767, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4196178266178277, - "Pneumatic_Panel_Pressure_bar": 9.022946886446887, - "Cyclone_Filter_Drop_Pressure_bar": 8.574894993894993, - "Tower_Discharge_Pressure_Drop_bar": -0.013249694749695227, - "Reservoir_Pressure_bar": 9.02292796092796, - "Oil_Temperature_C": 55.11320207570208, - "Motor_Current_A": 1.17943605006105, - "Air_Intake_Valve_Status": 0.9505494505494505, - "Compressor_Outlet_Valve_Status": 0.04945054945054945, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9505494505494505, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6172216117216126, - "Pneumatic_Panel_Pressure_bar": 9.108331501831502, - "Cyclone_Filter_Drop_Pressure_bar": 8.424673992673993, - "Tower_Discharge_Pressure_Drop_bar": -0.02443956043956096, - "Reservoir_Pressure_bar": 9.107399267399266, - "Oil_Temperature_C": 56.64480311355311, - "Motor_Current_A": 1.3072687728937726, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8694560439560448, - "Pneumatic_Panel_Pressure_bar": 9.051740659340659, - "Cyclone_Filter_Drop_Pressure_bar": 8.146887912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.022867032967033456, - "Reservoir_Pressure_bar": 9.0513010989011, - "Oil_Temperature_C": 58.03744505494506, - "Motor_Current_A": 1.7351304945054944, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5251703296703307, - "Pneumatic_Panel_Pressure_bar": 8.89593956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.316917582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.023263736263736626, - "Reservoir_Pressure_bar": 8.895945054945054, - "Oil_Temperature_C": 56.27946428571428, - "Motor_Current_A": 1.0480700549450546, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5085340659340668, - "Pneumatic_Panel_Pressure_bar": 9.139557142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.533000000000001, - "Tower_Discharge_Pressure_Drop_bar": -0.022818681318681294, - "Reservoir_Pressure_bar": 9.139505494505496, - "Oil_Temperature_C": 58.3668956043956, - "Motor_Current_A": 1.2743489010989009, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.588741758241759, - "Pneumatic_Panel_Pressure_bar": 9.042241758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.429832417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.022532967032966266, - "Reservoir_Pressure_bar": 9.042741758241759, - "Oil_Temperature_C": 58.048351648351655, - "Motor_Current_A": 1.2924450549450548, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5936373626373634, - "Pneumatic_Panel_Pressure_bar": 8.975426373626375, - "Cyclone_Filter_Drop_Pressure_bar": 8.362069230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.02168131868131753, - "Reservoir_Pressure_bar": 8.976278021978022, - "Oil_Temperature_C": 58.516950549450556, - "Motor_Current_A": 1.283594093406593, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7937406593406598, - "Pneumatic_Panel_Pressure_bar": 9.025652747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.157456043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.004715384615383623, - "Reservoir_Pressure_bar": 9.026306593406593, - "Oil_Temperature_C": 59.97167582417582, - "Motor_Current_A": 1.4536442307692308, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6563452054794525, - "Pneumatic_Panel_Pressure_bar": 8.828747397260274, - "Cyclone_Filter_Drop_Pressure_bar": 8.110402191780823, - "Tower_Discharge_Pressure_Drop_bar": -0.014953424657533462, - "Reservoir_Pressure_bar": 8.829580821917808, - "Oil_Temperature_C": 59.03101369863013, - "Motor_Current_A": 0.9418965753424655, - "Air_Intake_Valve_Status": 0.9205479452054794, - "Compressor_Outlet_Valve_Status": 0.07945205479452055, - "Active_Tower_ID": 0.9534246575342465, - "Load_Start_Signal": 0.9205479452054794, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5330390109890113, - "Pneumatic_Panel_Pressure_bar": 9.166026923076922, - "Cyclone_Filter_Drop_Pressure_bar": 8.545653846153845, - "Tower_Discharge_Pressure_Drop_bar": -0.016995054945054235, - "Reservoir_Pressure_bar": 9.165691208791209, - "Oil_Temperature_C": 60.58524725274725, - "Motor_Current_A": 1.2813956043956043, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9673076923076924, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5472857142857146, - "Pneumatic_Panel_Pressure_bar": 8.99538021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.413748351648351, - "Tower_Discharge_Pressure_Drop_bar": -0.017135164835164, - "Reservoir_Pressure_bar": 8.9949, - "Oil_Temperature_C": 59.92267857142857, - "Motor_Current_A": 1.2740563186813185, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6630637362637366, - "Pneumatic_Panel_Pressure_bar": 8.936561538461538, - "Cyclone_Filter_Drop_Pressure_bar": 8.215836263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.020606593406592332, - "Reservoir_Pressure_bar": 8.935783516483516, - "Oil_Temperature_C": 59.57837912087912, - "Motor_Current_A": 1.3396524725274723, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7444483516483521, - "Pneumatic_Panel_Pressure_bar": 8.931207692307693, - "Cyclone_Filter_Drop_Pressure_bar": 8.11684065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.009207692307691195, - "Reservoir_Pressure_bar": 8.930237362637364, - "Oil_Temperature_C": 59.214972527472526, - "Motor_Current_A": 1.1262568681318679, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2969505494505499, - "Pneumatic_Panel_Pressure_bar": 8.883791208791209, - "Cyclone_Filter_Drop_Pressure_bar": 8.570362637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.022219780219779148, - "Reservoir_Pressure_bar": 8.883192307692308, - "Oil_Temperature_C": 59.104395604395606, - "Motor_Current_A": 0.9324862637362634, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7920494505494509, - "Pneumatic_Panel_Pressure_bar": 9.135238461538462, - "Cyclone_Filter_Drop_Pressure_bar": 8.18881978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.021043956043954964, - "Reservoir_Pressure_bar": 9.134484615384615, - "Oil_Temperature_C": 60.13804945054945, - "Motor_Current_A": 1.4599656593406591, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5640109890109894, - "Pneumatic_Panel_Pressure_bar": 8.989638583638584, - "Cyclone_Filter_Drop_Pressure_bar": 8.38520757020757, - "Tower_Discharge_Pressure_Drop_bar": -0.0223162393162383, - "Reservoir_Pressure_bar": 8.988652625152625, - "Oil_Temperature_C": 57.838041819291824, - "Motor_Current_A": 1.2830112942612941, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6474708791208799, - "Pneumatic_Panel_Pressure_bar": 8.942326923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.244975274725274, - "Tower_Discharge_Pressure_Drop_bar": -0.022945054945054538, - "Reservoir_Pressure_bar": 8.941297802197802, - "Oil_Temperature_C": 56.7681043956044, - "Motor_Current_A": 1.2630013736263734, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2822087912087922, - "Pneumatic_Panel_Pressure_bar": 8.897362637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.586675824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.02317032967032952, - "Reservoir_Pressure_bar": 8.897005494505494, - "Oil_Temperature_C": 55.34004120879121, - "Motor_Current_A": 0.7439148351648349, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-18T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5409675824175831, - "Pneumatic_Panel_Pressure_bar": 9.036020329670329, - "Cyclone_Filter_Drop_Pressure_bar": 8.465734065934067, - "Tower_Discharge_Pressure_Drop_bar": -0.02342252747252763, - "Reservoir_Pressure_bar": 9.0348989010989, - "Oil_Temperature_C": 55.78642857142858, - "Motor_Current_A": 1.2846916208791208, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6989521978021987, - "Pneumatic_Panel_Pressure_bar": 9.021392857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.24727912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.023659340659341044, - "Reservoir_Pressure_bar": 9.020438461538461, - "Oil_Temperature_C": 56.66317307692308, - "Motor_Current_A": 1.387197802197802, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6540604395604406, - "Pneumatic_Panel_Pressure_bar": 8.929563736263736, - "Cyclone_Filter_Drop_Pressure_bar": 8.22951978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.0065076923076929066, - "Reservoir_Pressure_bar": 8.929069230769231, - "Oil_Temperature_C": 55.22362637362638, - "Motor_Current_A": 1.1703200549450548, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.27703846153846257, - "Pneumatic_Panel_Pressure_bar": 8.95082967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.639875824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.02391978021978086, - "Reservoir_Pressure_bar": 8.950751648351648, - "Oil_Temperature_C": 55.009491758241765, - "Motor_Current_A": 0.8676744505494502, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6027528767123298, - "Pneumatic_Panel_Pressure_bar": 9.031621917808218, - "Cyclone_Filter_Drop_Pressure_bar": 8.373967123287672, - "Tower_Discharge_Pressure_Drop_bar": -0.02403835616438425, - "Reservoir_Pressure_bar": 9.031401643835617, - "Oil_Temperature_C": 55.536945205479455, - "Motor_Current_A": 1.3219657534246572, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7136104395604406, - "Pneumatic_Panel_Pressure_bar": 8.998772527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.24203021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.0005329670329676429, - "Reservoir_Pressure_bar": 8.998195604395605, - "Oil_Temperature_C": 56.40117445054945, - "Motor_Current_A": 1.38635989010989, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6917087912087921, - "Pneumatic_Panel_Pressure_bar": 9.04570879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.306783516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.001093406593407121, - "Reservoir_Pressure_bar": 9.045156043956045, - "Oil_Temperature_C": 57.588956043956046, - "Motor_Current_A": 1.3788049450549449, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.628030525030526, - "Pneumatic_Panel_Pressure_bar": 9.034050671550672, - "Cyclone_Filter_Drop_Pressure_bar": 8.319262515262515, - "Tower_Discharge_Pressure_Drop_bar": -0.024030525030525555, - "Reservoir_Pressure_bar": 9.033575702075701, - "Oil_Temperature_C": 58.14111721611722, - "Motor_Current_A": 1.353520299145299, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6268876712328776, - "Pneumatic_Panel_Pressure_bar": 9.052257534246575, - "Cyclone_Filter_Drop_Pressure_bar": 8.38705095890411, - "Tower_Discharge_Pressure_Drop_bar": -0.01854246575342519, - "Reservoir_Pressure_bar": 9.051950684931507, - "Oil_Temperature_C": 57.399410958904106, - "Motor_Current_A": 1.3504246575342465, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5896703296703307, - "Pneumatic_Panel_Pressure_bar": 8.981245054945056, - "Cyclone_Filter_Drop_Pressure_bar": 8.368954395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.023906043956044294, - "Reservoir_Pressure_bar": 8.981239560439562, - "Oil_Temperature_C": 56.4382348901099, - "Motor_Current_A": 1.3185096153846152, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6027912087912098, - "Pneumatic_Panel_Pressure_bar": 8.894482417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.201673626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.023241758241758243, - "Reservoir_Pressure_bar": 8.894873626373625, - "Oil_Temperature_C": 56.09287087912088, - "Motor_Current_A": 1.084410714285714, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3472802197802207, - "Pneumatic_Panel_Pressure_bar": 8.948023809523809, - "Cyclone_Filter_Drop_Pressure_bar": 8.555421855921857, - "Tower_Discharge_Pressure_Drop_bar": -0.02232417582417479, - "Reservoir_Pressure_bar": 8.94919413919414, - "Oil_Temperature_C": 57.64339896214896, - "Motor_Current_A": 0.9721039377289374, - "Air_Intake_Valve_Status": 0.9587912087912088, - "Compressor_Outlet_Valve_Status": 0.04120879120879121, - "Active_Tower_ID": 0.9807692307692307, - "Load_Start_Signal": 0.9587912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6095351648351656, - "Pneumatic_Panel_Pressure_bar": 8.957948351648351, - "Cyclone_Filter_Drop_Pressure_bar": 8.26890989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.021750549450548235, - "Reservoir_Pressure_bar": 8.958627472527473, - "Oil_Temperature_C": 59.7475, - "Motor_Current_A": 1.3328475274725273, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6017967032967039, - "Pneumatic_Panel_Pressure_bar": 9.018298901098902, - "Cyclone_Filter_Drop_Pressure_bar": 8.39251868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.01441208791208674, - "Reservoir_Pressure_bar": 9.019227472527472, - "Oil_Temperature_C": 60.188729395604405, - "Motor_Current_A": 1.306628434065934, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5741098901098908, - "Pneumatic_Panel_Pressure_bar": 9.039291208791209, - "Cyclone_Filter_Drop_Pressure_bar": 8.431032967032968, - "Tower_Discharge_Pressure_Drop_bar": -0.021862637362636085, - "Reservoir_Pressure_bar": 9.040082417582418, - "Oil_Temperature_C": 59.59265109890111, - "Motor_Current_A": 1.2892170329670327, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.63184065934066, - "Pneumatic_Panel_Pressure_bar": 8.964257142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.301592307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.011170329670328607, - "Reservoir_Pressure_bar": 8.964372527472527, - "Oil_Temperature_C": 58.56537774725275, - "Motor_Current_A": 1.3335645604395603, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6687032967032974, - "Pneumatic_Panel_Pressure_bar": 8.897840659340659, - "Cyclone_Filter_Drop_Pressure_bar": 8.203241758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.01830769230769139, - "Reservoir_Pressure_bar": 8.897697802197802, - "Oil_Temperature_C": 58.15621565934066, - "Motor_Current_A": 1.00198489010989, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.371263736263737, - "Pneumatic_Panel_Pressure_bar": 8.884176923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.484630769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.022593406593405915, - "Reservoir_Pressure_bar": 8.884132967032967, - "Oil_Temperature_C": 58.57204670329671, - "Motor_Current_A": 1.0778626373626372, - "Air_Intake_Valve_Status": 0.9560439560439561, - "Compressor_Outlet_Valve_Status": 0.04395604395604396, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9560439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5518219780219789, - "Pneumatic_Panel_Pressure_bar": 8.98513956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.3852010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.023069230769230575, - "Reservoir_Pressure_bar": 8.984754945054945, - "Oil_Temperature_C": 58.39046703296704, - "Motor_Current_A": 1.2687101648351646, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6981758241758251, - "Pneumatic_Panel_Pressure_bar": 9.083413186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.298621978021979, - "Tower_Discharge_Pressure_Drop_bar": -0.013273076923077063, - "Reservoir_Pressure_bar": 9.083023076923077, - "Oil_Temperature_C": 58.723076923076924, - "Motor_Current_A": 1.3931133241758238, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6166471841704728, - "Pneumatic_Panel_Pressure_bar": 8.981076407914763, - "Cyclone_Filter_Drop_Pressure_bar": 8.321696194824963, - "Tower_Discharge_Pressure_Drop_bar": -0.02348432267884339, - "Reservoir_Pressure_bar": 8.980518112633181, - "Oil_Temperature_C": 56.94970319634703, - "Motor_Current_A": 1.3123013698630135, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.014671428571427503, - "Pneumatic_Panel_Pressure_bar": 8.901066666666667, - "Cyclone_Filter_Drop_Pressure_bar": 8.888871428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.023623809523809866, - "Reservoir_Pressure_bar": 8.901019047619048, - "Oil_Temperature_C": 55.11107142857143, - "Motor_Current_A": 0.04173214285714252, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5435570597882815, - "Pneumatic_Panel_Pressure_bar": 8.381599701804085, - "Cyclone_Filter_Drop_Pressure_bar": 7.866426718353958, - "Tower_Discharge_Pressure_Drop_bar": -0.024190487550321355, - "Reservoir_Pressure_bar": 8.381218726703443, - "Oil_Temperature_C": 51.26888474727896, - "Motor_Current_A": 0.5572926047413147, - "Air_Intake_Valve_Status": 0.9047562248397197, - "Compressor_Outlet_Valve_Status": 0.09524377516028029, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9047562248397197, - "Low_Pressure_Switch_Status": 0.09524377516028029, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-19T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-19T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-20T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-20T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-20T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-20T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-20T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-20T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.130722473913209, - "Pneumatic_Panel_Pressure_bar": 8.93916034679186, - "Cyclone_Filter_Drop_Pressure_bar": 7.83242220974587, - "Tower_Discharge_Pressure_Drop_bar": -0.02587515835415816, - "Reservoir_Pressure_bar": 8.938663618600291, - "Oil_Temperature_C": 44.161807049408495, - "Motor_Current_A": 1.6015628205338563, - "Air_Intake_Valve_Status": 0.8614638851218073, - "Compressor_Outlet_Valve_Status": 0.13853611487819267, - "Active_Tower_ID": 0.9330143540669856, - "Load_Start_Signal": 0.8614638851218073, - "Low_Pressure_Switch_Status": 0.05719640195953239, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6768406593406604, - "Pneumatic_Panel_Pressure_bar": 9.075464285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.373947802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.00937362637362626, - "Reservoir_Pressure_bar": 9.074975274725276, - "Oil_Temperature_C": 50.435267857142854, - "Motor_Current_A": 1.3620604395604394, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5616593406593416, - "Pneumatic_Panel_Pressure_bar": 8.961308791208792, - "Cyclone_Filter_Drop_Pressure_bar": 8.376061538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.0192895604395606, - "Reservoir_Pressure_bar": 8.960979120879122, - "Oil_Temperature_C": 52.21943681318681, - "Motor_Current_A": 1.283367445054945, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7093758904109599, - "Pneumatic_Panel_Pressure_bar": 8.989235068493151, - "Cyclone_Filter_Drop_Pressure_bar": 8.205333698630138, - "Tower_Discharge_Pressure_Drop_bar": -0.006405479452055213, - "Reservoir_Pressure_bar": 8.988643835616438, - "Oil_Temperature_C": 55.51862328767123, - "Motor_Current_A": 1.415376712328767, - "Air_Intake_Valve_Status": 0.9178082191780822, - "Compressor_Outlet_Valve_Status": 0.0821917808219178, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9178082191780822, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6489945054945064, - "Pneumatic_Panel_Pressure_bar": 8.94936043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.256876373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.024461538461539017, - "Reservoir_Pressure_bar": 8.94893131868132, - "Oil_Temperature_C": 56.8100206043956, - "Motor_Current_A": 1.3398976648351646, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6377527472527482, - "Pneumatic_Panel_Pressure_bar": 8.962631868131869, - "Cyclone_Filter_Drop_Pressure_bar": 8.270765934065933, - "Tower_Discharge_Pressure_Drop_bar": -0.023000000000000513, - "Reservoir_Pressure_bar": 8.962375824175824, - "Oil_Temperature_C": 56.48907967032967, - "Motor_Current_A": 1.3365453296703296, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6977567251461998, - "Pneumatic_Panel_Pressure_bar": 8.935029239766083, - "Cyclone_Filter_Drop_Pressure_bar": 8.22601754385965, - "Tower_Discharge_Pressure_Drop_bar": -0.010286549707602878, - "Reservoir_Pressure_bar": 8.934941520467836, - "Oil_Temperature_C": 56.82226608187135, - "Motor_Current_A": 1.4886652046783624, - "Air_Intake_Valve_Status": 0.9239766081871345, - "Compressor_Outlet_Valve_Status": 0.07602339181286549, - "Active_Tower_ID": 0.9649122807017544, - "Load_Start_Signal": 0.9239766081871345, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9941520467836257, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6269615384615395, - "Pneumatic_Panel_Pressure_bar": 8.978642857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.33674065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.024027472527473056, - "Reservoir_Pressure_bar": 8.978659340659341, - "Oil_Temperature_C": 58.41373626373626, - "Motor_Current_A": 1.3221291208791206, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5981373626373635, - "Pneumatic_Panel_Pressure_bar": 9.010994505494505, - "Cyclone_Filter_Drop_Pressure_bar": 8.373802197802197, - "Tower_Discharge_Pressure_Drop_bar": -0.023780219780220227, - "Reservoir_Pressure_bar": 9.010846153846153, - "Oil_Temperature_C": 57.98756868131868, - "Motor_Current_A": 1.298399725274725, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6308131868131877, - "Pneumatic_Panel_Pressure_bar": 8.899615384615386, - "Cyclone_Filter_Drop_Pressure_bar": 8.246516483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.024219780219780728, - "Reservoir_Pressure_bar": 8.898554945054945, - "Oil_Temperature_C": 57.439684065934074, - "Motor_Current_A": 1.3133791208791208, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7931483516483525, - "Pneumatic_Panel_Pressure_bar": 9.09161978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.16237967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.011635714285714855, - "Reservoir_Pressure_bar": 9.091053846153846, - "Oil_Temperature_C": 59.150982142857146, - "Motor_Current_A": 1.4815041208791206, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8192655647382929, - "Pneumatic_Panel_Pressure_bar": 9.024239669421487, - "Cyclone_Filter_Drop_Pressure_bar": 8.110136639118458, - "Tower_Discharge_Pressure_Drop_bar": -0.022205509641873702, - "Reservoir_Pressure_bar": 9.02331955922865, - "Oil_Temperature_C": 58.27707300275482, - "Motor_Current_A": 1.4666342975206608, - "Air_Intake_Valve_Status": 0.9035812672176309, - "Compressor_Outlet_Valve_Status": 0.09641873278236915, - "Active_Tower_ID": 0.953168044077135, - "Load_Start_Signal": 0.9035812672176309, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6585054945054954, - "Pneumatic_Panel_Pressure_bar": 8.947945054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.254642857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.011086080586081147, - "Reservoir_Pressure_bar": 8.946826007326008, - "Oil_Temperature_C": 57.254052197802196, - "Motor_Current_A": 1.3787957875457872, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5786263736263746, - "Pneumatic_Panel_Pressure_bar": 8.933412087912089, - "Cyclone_Filter_Drop_Pressure_bar": 8.334192307692309, - "Tower_Discharge_Pressure_Drop_bar": -0.01647802197802266, - "Reservoir_Pressure_bar": 8.932447802197803, - "Oil_Temperature_C": 56.11067994505494, - "Motor_Current_A": 1.1390659340659337, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6221972602739736, - "Pneumatic_Panel_Pressure_bar": 8.90812712328767, - "Cyclone_Filter_Drop_Pressure_bar": 8.246472328767123, - "Tower_Discharge_Pressure_Drop_bar": -0.024224657534247206, - "Reservoir_Pressure_bar": 8.907261369863013, - "Oil_Temperature_C": 54.736301369863014, - "Motor_Current_A": 1.0873493150684927, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.36891098901098995, - "Pneumatic_Panel_Pressure_bar": 9.053126923076924, - "Cyclone_Filter_Drop_Pressure_bar": 8.64203076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.008106043956044416, - "Reservoir_Pressure_bar": 9.052111538461538, - "Oil_Temperature_C": 56.191504120879124, - "Motor_Current_A": 1.2071160714285711, - "Air_Intake_Valve_Status": 0.9532967032967034, - "Compressor_Outlet_Valve_Status": 0.046703296703296704, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9532967032967034, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9577637362637371, - "Pneumatic_Panel_Pressure_bar": 8.969314285714285, - "Cyclone_Filter_Drop_Pressure_bar": 7.952803296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.024763736263736697, - "Reservoir_Pressure_bar": 8.968337362637362, - "Oil_Temperature_C": 55.895315934065934, - "Motor_Current_A": 1.5863530219780217, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6346802197802207, - "Pneumatic_Panel_Pressure_bar": 9.06835164835165, - "Cyclone_Filter_Drop_Pressure_bar": 8.406354945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.024642857142857515, - "Reservoir_Pressure_bar": 9.067732967032967, - "Oil_Temperature_C": 58.83902472527472, - "Motor_Current_A": 1.7822884615384613, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-20T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7007527472527483, - "Pneumatic_Panel_Pressure_bar": 8.981147252747252, - "Cyclone_Filter_Drop_Pressure_bar": 8.211334065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.013470329670329994, - "Reservoir_Pressure_bar": 8.979680219780219, - "Oil_Temperature_C": 59.31046703296704, - "Motor_Current_A": 1.3986991758241756, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1169307692307706, - "Pneumatic_Panel_Pressure_bar": 8.529346153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.255892307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.025692307692307664, - "Reservoir_Pressure_bar": 8.527969230769232, - "Oil_Temperature_C": 56.42721153846154, - "Motor_Current_A": 0.8863461538461537, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.439810967938564, - "Pneumatic_Panel_Pressure_bar": 9.140445838959234, - "Cyclone_Filter_Drop_Pressure_bar": 7.571877002732328, - "Tower_Discharge_Pressure_Drop_bar": -0.024144838168951164, - "Reservoir_Pressure_bar": 9.13819385173136, - "Oil_Temperature_C": 57.76719253340988, - "Motor_Current_A": 2.3511356878838456, - "Air_Intake_Valve_Status": 0.8253968253968254, - "Compressor_Outlet_Valve_Status": 0.1746031746031746, - "Active_Tower_ID": 0.9117078996516371, - "Load_Start_Signal": 0.8253968253968254, - "Low_Pressure_Switch_Status": 0.022819010762748206, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6809661016949162, - "Pneumatic_Panel_Pressure_bar": 8.997785310734463, - "Cyclone_Filter_Drop_Pressure_bar": 8.286429378531073, - "Tower_Discharge_Pressure_Drop_bar": -0.013929378531073665, - "Reservoir_Pressure_bar": 8.997319209039548, - "Oil_Temperature_C": 59.487641242937855, - "Motor_Current_A": 1.738968926553672, - "Air_Intake_Valve_Status": 0.9209039548022598, - "Compressor_Outlet_Valve_Status": 0.07909604519774012, - "Active_Tower_ID": 0.9548022598870056, - "Load_Start_Signal": 0.9209039548022598, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9943502824858758, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7291318681318693, - "Pneumatic_Panel_Pressure_bar": 8.96646336996337, - "Cyclone_Filter_Drop_Pressure_bar": 8.195949938949939, - "Tower_Discharge_Pressure_Drop_bar": 0.00045604395604350114, - "Reservoir_Pressure_bar": 8.965880952380953, - "Oil_Temperature_C": 58.81990231990232, - "Motor_Current_A": 1.4254052197802194, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.782164835164836, - "Pneumatic_Panel_Pressure_bar": 8.935230769230769, - "Cyclone_Filter_Drop_Pressure_bar": 8.102172527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.02429120879120946, - "Reservoir_Pressure_bar": 8.935117582417583, - "Oil_Temperature_C": 58.317005494505494, - "Motor_Current_A": 1.4524079670329668, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2615340659340666, - "Pneumatic_Panel_Pressure_bar": 9.102074725274726, - "Cyclone_Filter_Drop_Pressure_bar": 7.786527472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.02072967032967075, - "Reservoir_Pressure_bar": 9.101443956043957, - "Oil_Temperature_C": 61.59160714285714, - "Motor_Current_A": 2.119914835164835, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7923626373626382, - "Pneumatic_Panel_Pressure_bar": 9.013532967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.158098901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.02092307692307726, - "Reservoir_Pressure_bar": 9.012983516483517, - "Oil_Temperature_C": 60.744436813186816, - "Motor_Current_A": 1.4379739010989012, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.166165934065935, - "Pneumatic_Panel_Pressure_bar": 9.085267032967034, - "Cyclone_Filter_Drop_Pressure_bar": 7.87619010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.019351098901099203, - "Reservoir_Pressure_bar": 9.084217032967034, - "Oil_Temperature_C": 61.520103021978024, - "Motor_Current_A": 1.9335302197802196, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6219505494505504, - "Pneumatic_Panel_Pressure_bar": 8.966224725274726, - "Cyclone_Filter_Drop_Pressure_bar": 8.323065384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.02447967032967087, - "Reservoir_Pressure_bar": 8.966253846153846, - "Oil_Temperature_C": 60.56971153846154, - "Motor_Current_A": 1.4953743131868131, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0596076923076931, - "Pneumatic_Panel_Pressure_bar": 9.051838461538463, - "Cyclone_Filter_Drop_Pressure_bar": 7.91964945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.011802197802198199, - "Reservoir_Pressure_bar": 9.051113186813186, - "Oil_Temperature_C": 61.19677197802198, - "Motor_Current_A": 1.8375934065934065, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9083461538461547, - "Pneumatic_Panel_Pressure_bar": 9.102856043956045, - "Cyclone_Filter_Drop_Pressure_bar": 8.145559340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.016384615384615702, - "Reservoir_Pressure_bar": 9.103017582417582, - "Oil_Temperature_C": 61.39362637362637, - "Motor_Current_A": 1.7601607142857143, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6024560439560448, - "Pneumatic_Panel_Pressure_bar": 8.941345054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.329954945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.02275604395604429, - "Reservoir_Pressure_bar": 8.941086813186814, - "Oil_Temperature_C": 60.60358516483517, - "Motor_Current_A": 1.3104052197802196, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0915736263736273, - "Pneumatic_Panel_Pressure_bar": 9.025374725274725, - "Cyclone_Filter_Drop_Pressure_bar": 7.8330230769230775, - "Tower_Discharge_Pressure_Drop_bar": -0.014943956043956175, - "Reservoir_Pressure_bar": 9.026094505494505, - "Oil_Temperature_C": 61.28163461538461, - "Motor_Current_A": 1.7544093406593406, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8020000000000006, - "Pneumatic_Panel_Pressure_bar": 9.122153846153847, - "Cyclone_Filter_Drop_Pressure_bar": 8.192467032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.020071428571428036, - "Reservoir_Pressure_bar": 9.122417582417583, - "Oil_Temperature_C": 62.66098901098902, - "Motor_Current_A": 1.7479258241758242, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6416307692307699, - "Pneumatic_Panel_Pressure_bar": 9.03740989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.322817582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.02303956043956014, - "Reservoir_Pressure_bar": 9.037234065934065, - "Oil_Temperature_C": 61.68179945054945, - "Motor_Current_A": 1.432723901098901, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0551181318681326, - "Pneumatic_Panel_Pressure_bar": 8.991752747252747, - "Cyclone_Filter_Drop_Pressure_bar": 7.838145604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.02227197802197799, - "Reservoir_Pressure_bar": 8.990675824175824, - "Oil_Temperature_C": 61.619917582417585, - "Motor_Current_A": 1.6176304945054945, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0468978021978028, - "Pneumatic_Panel_Pressure_bar": 9.044978021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.943418681318681, - "Tower_Discharge_Pressure_Drop_bar": -0.022384615384615697, - "Reservoir_Pressure_bar": 9.043951648351648, - "Oil_Temperature_C": 64.22627747252747, - "Motor_Current_A": 2.131203296703297, - "Air_Intake_Valve_Status": 0.8807692307692309, - "Compressor_Outlet_Valve_Status": 0.11923076923076922, - "Active_Tower_ID": 0.9412087912087913, - "Load_Start_Signal": 0.8807692307692309, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7204401098901108, - "Pneumatic_Panel_Pressure_bar": 9.05943846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.288284065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.015374175824176198, - "Reservoir_Pressure_bar": 9.057543406593407, - "Oil_Temperature_C": 62.31830357142857, - "Motor_Current_A": 1.738414835164835, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7399340659340669, - "Pneumatic_Panel_Pressure_bar": 9.047307692307692, - "Cyclone_Filter_Drop_Pressure_bar": 8.20728021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.02189010989011025, - "Reservoir_Pressure_bar": 9.046456043956043, - "Oil_Temperature_C": 60.34333791208792, - "Motor_Current_A": 1.4401167582417582, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5996868131868142, - "Pneumatic_Panel_Pressure_bar": 8.927664835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.313383516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.016827472527472725, - "Reservoir_Pressure_bar": 8.926675824175824, - "Oil_Temperature_C": 58.95358516483516, - "Motor_Current_A": 1.303504120879121, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0091461538461546, - "Pneumatic_Panel_Pressure_bar": 9.035843956043957, - "Cyclone_Filter_Drop_Pressure_bar": 7.9298241758241765, - "Tower_Discharge_Pressure_Drop_bar": -0.023109890109890268, - "Reservoir_Pressure_bar": 9.035063736263735, - "Oil_Temperature_C": 59.700728021978016, - "Motor_Current_A": 1.8767445054945056, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6697912087912097, - "Pneumatic_Panel_Pressure_bar": 9.020976923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.328757142857144, - "Tower_Discharge_Pressure_Drop_bar": -0.021860439560439763, - "Reservoir_Pressure_bar": 9.020119780219781, - "Oil_Temperature_C": 59.10156593406594, - "Motor_Current_A": 1.5279024725274724, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0664395604395613, - "Pneumatic_Panel_Pressure_bar": 8.910083516483516, - "Cyclone_Filter_Drop_Pressure_bar": 7.809208791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.024983516483516807, - "Reservoir_Pressure_bar": 8.909605494505493, - "Oil_Temperature_C": 62.45958791208791, - "Motor_Current_A": 2.0345343406593406, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-21T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0456487062404878, - "Pneumatic_Panel_Pressure_bar": 9.044972298325723, - "Cyclone_Filter_Drop_Pressure_bar": 7.951614003044139, - "Tower_Discharge_Pressure_Drop_bar": -0.014400000000000274, - "Reservoir_Pressure_bar": 9.043947640791476, - "Oil_Temperature_C": 63.316430745814316, - "Motor_Current_A": 2.007732876712329, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2063351648351655, - "Pneumatic_Panel_Pressure_bar": 9.048359890109891, - "Cyclone_Filter_Drop_Pressure_bar": 7.778986263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.01641263736263769, - "Reservoir_Pressure_bar": 9.047645054945054, - "Oil_Temperature_C": 64.02263049450549, - "Motor_Current_A": 2.1477403846153846, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8853681318681328, - "Pneumatic_Panel_Pressure_bar": 9.04079010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.102036263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.017869230769231297, - "Reservoir_Pressure_bar": 9.040387912087912, - "Oil_Temperature_C": 60.385892857142856, - "Motor_Current_A": 1.4996744505494504, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8919945054945063, - "Pneumatic_Panel_Pressure_bar": 9.031821428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.096505494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.015126373626373962, - "Reservoir_Pressure_bar": 9.03146978021978, - "Oil_Temperature_C": 60.17603021978022, - "Motor_Current_A": 1.500989010989011, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7965439560439569, - "Pneumatic_Panel_Pressure_bar": 9.048521978021977, - "Cyclone_Filter_Drop_Pressure_bar": 8.214844322344323, - "Tower_Discharge_Pressure_Drop_bar": -0.014994505494505936, - "Reservoir_Pressure_bar": 9.048445054945056, - "Oil_Temperature_C": 59.656364468864474, - "Motor_Current_A": 1.42981456043956, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5980547945205489, - "Pneumatic_Panel_Pressure_bar": 8.962605479452055, - "Cyclone_Filter_Drop_Pressure_bar": 8.352337534246576, - "Tower_Discharge_Pressure_Drop_bar": -0.017150684931507443, - "Reservoir_Pressure_bar": 8.96289095890411, - "Oil_Temperature_C": 58.67945890410959, - "Motor_Current_A": 1.3186095890410956, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6195164835164845, - "Pneumatic_Panel_Pressure_bar": 8.97054065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.30537087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.017093406593407235, - "Reservoir_Pressure_bar": 8.970568681318682, - "Oil_Temperature_C": 58.40022664835165, - "Motor_Current_A": 1.350899725274725, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1172582417582426, - "Pneumatic_Panel_Pressure_bar": 9.043613186813186, - "Cyclone_Filter_Drop_Pressure_bar": 7.834376923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.012480219780220188, - "Reservoir_Pressure_bar": 9.042887912087911, - "Oil_Temperature_C": 59.347967032967034, - "Motor_Current_A": 1.7643173076923078, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0582032967032973, - "Pneumatic_Panel_Pressure_bar": 9.18653076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.014252747252748, - "Tower_Discharge_Pressure_Drop_bar": 0.042335164835164925, - "Reservoir_Pressure_bar": 9.185664835164834, - "Oil_Temperature_C": 63.06513736263736, - "Motor_Current_A": 2.2391456043956044, - "Air_Intake_Valve_Status": 0.7747252747252747, - "Compressor_Outlet_Valve_Status": 0.22527472527472528, - "Active_Tower_ID": 0.8901098901098901, - "Load_Start_Signal": 0.7747252747252747, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6635208791208798, - "Pneumatic_Panel_Pressure_bar": 9.06342087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.377508791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.02283626373626322, - "Reservoir_Pressure_bar": 9.063431868131868, - "Oil_Temperature_C": 62.93324175824176, - "Motor_Current_A": 1.6815233516483514, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8538301369863021, - "Pneumatic_Panel_Pressure_bar": 9.018069589041096, - "Cyclone_Filter_Drop_Pressure_bar": 8.103713424657535, - "Tower_Discharge_Pressure_Drop_bar": -0.00621917808219091, - "Reservoir_Pressure_bar": 9.018627945205479, - "Oil_Temperature_C": 61.67126712328767, - "Motor_Current_A": 1.4517390410958901, - "Air_Intake_Valve_Status": 0.9013698630136986, - "Compressor_Outlet_Valve_Status": 0.09863013698630137, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9013698630136986, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8890708791208798, - "Pneumatic_Panel_Pressure_bar": 8.854414835164835, - "Cyclone_Filter_Drop_Pressure_bar": 7.8993758241758245, - "Tower_Discharge_Pressure_Drop_bar": -0.02147362637362527, - "Reservoir_Pressure_bar": 8.85530989010989, - "Oil_Temperature_C": 62.37710164835165, - "Motor_Current_A": 1.499120879120879, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7821236263736268, - "Pneumatic_Panel_Pressure_bar": 9.173743406593406, - "Cyclone_Filter_Drop_Pressure_bar": 8.32682032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.016273626373625553, - "Reservoir_Pressure_bar": 9.174456043956043, - "Oil_Temperature_C": 64.16646291208791, - "Motor_Current_A": 1.8478214285714285, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9596153846153846, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9964285714285714, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6492747252747259, - "Pneumatic_Panel_Pressure_bar": 9.034887912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.365712087912089, - "Tower_Discharge_Pressure_Drop_bar": -0.012494505494504678, - "Reservoir_Pressure_bar": 9.036393406593406, - "Oil_Temperature_C": 62.074024725274725, - "Motor_Current_A": 1.3266552197802197, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6658571428571433, - "Pneumatic_Panel_Pressure_bar": 8.991686813186814, - "Cyclone_Filter_Drop_Pressure_bar": 8.301635164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.020082417582417026, - "Reservoir_Pressure_bar": 8.992623076923078, - "Oil_Temperature_C": 62.52366758241759, - "Motor_Current_A": 1.3364903846153846, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6517527472527477, - "Pneumatic_Panel_Pressure_bar": 8.981952747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.293451648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.02053296703296624, - "Reservoir_Pressure_bar": 8.982028571428572, - "Oil_Temperature_C": 63.14244505494505, - "Motor_Current_A": 1.321208791208791, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.001300275482094, - "Pneumatic_Panel_Pressure_bar": 9.010677685950414, - "Cyclone_Filter_Drop_Pressure_bar": 7.976749311294766, - "Tower_Discharge_Pressure_Drop_bar": -0.01256198347107363, - "Reservoir_Pressure_bar": 9.009752066115702, - "Oil_Temperature_C": 62.77265840220385, - "Motor_Current_A": 1.6636501377410469, - "Air_Intake_Valve_Status": 0.8898071625344353, - "Compressor_Outlet_Valve_Status": 0.11019283746556474, - "Active_Tower_ID": 0.9449035812672176, - "Load_Start_Signal": 0.8898071625344353, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9944903581267218, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.667236263736264, - "Pneumatic_Panel_Pressure_bar": 9.050945054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.362703296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.02207692307692193, - "Reservoir_Pressure_bar": 9.049675824175823, - "Oil_Temperature_C": 62.488736263736264, - "Motor_Current_A": 1.663653846153846, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5521978021978028, - "Pneumatic_Panel_Pressure_bar": 8.989053846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.38295934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.020565934065933305, - "Reservoir_Pressure_bar": 8.988047252747252, - "Oil_Temperature_C": 60.74851648351648, - "Motor_Current_A": 1.2934999999999999, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7498681318681326, - "Pneumatic_Panel_Pressure_bar": 9.047215934065933, - "Cyclone_Filter_Drop_Pressure_bar": 8.241693956043957, - "Tower_Discharge_Pressure_Drop_bar": -0.019814835164834642, - "Reservoir_Pressure_bar": 9.046007142857142, - "Oil_Temperature_C": 61.02541208791209, - "Motor_Current_A": 1.415146291208791, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7180934065934073, - "Pneumatic_Panel_Pressure_bar": 8.94615934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.184021978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.0202609890109887, - "Reservoir_Pressure_bar": 8.944719780219781, - "Oil_Temperature_C": 60.714182692307695, - "Motor_Current_A": 1.3983035714285714, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7854725274725284, - "Pneumatic_Panel_Pressure_bar": 8.970221978021979, - "Cyclone_Filter_Drop_Pressure_bar": 8.113216483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.014602197802198041, - "Reservoir_Pressure_bar": 8.96902967032967, - "Oil_Temperature_C": 60.208241758241755, - "Motor_Current_A": 1.4414903846153846, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0836328767123298, - "Pneumatic_Panel_Pressure_bar": 9.047125722983258, - "Cyclone_Filter_Drop_Pressure_bar": 7.851997564687976, - "Tower_Discharge_Pressure_Drop_bar": -0.023731506849315347, - "Reservoir_Pressure_bar": 9.045838660578386, - "Oil_Temperature_C": 59.925898021308974, - "Motor_Current_A": 1.7401575342465752, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6630175824175834, - "Pneumatic_Panel_Pressure_bar": 9.047523076923078, - "Cyclone_Filter_Drop_Pressure_bar": 8.311626373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.013559890109890558, - "Reservoir_Pressure_bar": 9.046006593406593, - "Oil_Temperature_C": 60.38192307692308, - "Motor_Current_A": 1.633947802197802, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-22T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7981318681318689, - "Pneumatic_Panel_Pressure_bar": 9.078650549450549, - "Cyclone_Filter_Drop_Pressure_bar": 8.173859340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.021713736263736655, - "Reservoir_Pressure_bar": 9.077562087912087, - "Oil_Temperature_C": 60.329299450549456, - "Motor_Current_A": 1.536642857142857, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8600780219780227, - "Pneumatic_Panel_Pressure_bar": 9.02748131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.105826373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.007549450549450893, - "Reservoir_Pressure_bar": 9.02611978021978, - "Oil_Temperature_C": 60.21895604395605, - "Motor_Current_A": 1.4832005494505494, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6143928571428582, - "Pneumatic_Panel_Pressure_bar": 8.985118131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.324354395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.024071428571429136, - "Reservoir_Pressure_bar": 8.984535714285714, - "Oil_Temperature_C": 58.735954670329676, - "Motor_Current_A": 1.312259615384615, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.682923076923078, - "Pneumatic_Panel_Pressure_bar": 9.05301978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.30561868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.025071428571428828, - "Reservoir_Pressure_bar": 9.051953846153847, - "Oil_Temperature_C": 56.010618131868135, - "Motor_Current_A": 1.3658763736263735, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7590494505494516, - "Pneumatic_Panel_Pressure_bar": 8.937667032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.159288461538463, - "Tower_Discharge_Pressure_Drop_bar": -0.013878571428572009, - "Reservoir_Pressure_bar": 8.936853846153847, - "Oil_Temperature_C": 54.948351648351654, - "Motor_Current_A": 1.2033653846153844, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5968846153846163, - "Pneumatic_Panel_Pressure_bar": 9.053835164835165, - "Cyclone_Filter_Drop_Pressure_bar": 8.418175824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.025087912087912376, - "Reservoir_Pressure_bar": 9.05304945054945, - "Oil_Temperature_C": 54.84326923076923, - "Motor_Current_A": 1.4879189560439559, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.825143956043957, - "Pneumatic_Panel_Pressure_bar": 8.944818681318681, - "Cyclone_Filter_Drop_Pressure_bar": 8.05793956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.018284615384615295, - "Reservoir_Pressure_bar": 8.94368131868132, - "Oil_Temperature_C": 54.63359890109891, - "Motor_Current_A": 1.2178832417582417, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2822032967032975, - "Pneumatic_Panel_Pressure_bar": 9.209538461538461, - "Cyclone_Filter_Drop_Pressure_bar": 7.861153846153846, - "Tower_Discharge_Pressure_Drop_bar": 0.005824175824175633, - "Reservoir_Pressure_bar": 9.208274725274725, - "Oil_Temperature_C": 59.97853708791209, - "Motor_Current_A": 2.022087912087912, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2737065934065943, - "Pneumatic_Panel_Pressure_bar": 8.888172527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.578396153846153, - "Tower_Discharge_Pressure_Drop_bar": -0.02396923076923125, - "Reservoir_Pressure_bar": 8.887897802197802, - "Oil_Temperature_C": 56.58708791208792, - "Motor_Current_A": 0.6725796703296701, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0513265753424665, - "Pneumatic_Panel_Pressure_bar": 9.145958356164384, - "Cyclone_Filter_Drop_Pressure_bar": 7.994385205479452, - "Tower_Discharge_Pressure_Drop_bar": -0.005830136986301077, - "Reservoir_Pressure_bar": 9.14565698630137, - "Oil_Temperature_C": 59.15403424657534, - "Motor_Current_A": 1.6216089041095891, - "Air_Intake_Valve_Status": 0.8794520547945206, - "Compressor_Outlet_Valve_Status": 0.12054794520547946, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8794520547945206, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6150708791208802, - "Pneumatic_Panel_Pressure_bar": 8.874014285714285, - "Cyclone_Filter_Drop_Pressure_bar": 8.23811923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.017191758241757272, - "Reservoir_Pressure_bar": 8.874882417582418, - "Oil_Temperature_C": 55.3985989010989, - "Motor_Current_A": 0.973138736263736, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2893384615384623, - "Pneumatic_Panel_Pressure_bar": 9.104664285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.791217582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.020639560439559532, - "Reservoir_Pressure_bar": 9.105486813186813, - "Oil_Temperature_C": 57.5539217032967, - "Motor_Current_A": 1.0296593406593404, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6535604395604404, - "Pneumatic_Panel_Pressure_bar": 8.878873626373625, - "Cyclone_Filter_Drop_Pressure_bar": 8.183097802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.0026538461538454954, - "Reservoir_Pressure_bar": 8.880958241758242, - "Oil_Temperature_C": 56.69394230769231, - "Motor_Current_A": 0.937767857142857, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.31560805860805907, - "Pneumatic_Panel_Pressure_bar": 9.102639194139194, - "Cyclone_Filter_Drop_Pressure_bar": 8.73620695970696, - "Tower_Discharge_Pressure_Drop_bar": -0.015379120879120314, - "Reservoir_Pressure_bar": 9.103684981684982, - "Oil_Temperature_C": 59.381684981684984, - "Motor_Current_A": 1.1252907509157508, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5791835616438363, - "Pneumatic_Panel_Pressure_bar": 8.825740273972603, - "Cyclone_Filter_Drop_Pressure_bar": 8.241592328767123, - "Tower_Discharge_Pressure_Drop_bar": -0.017743561643834976, - "Reservoir_Pressure_bar": 8.82726904109589, - "Oil_Temperature_C": 57.07560273972603, - "Motor_Current_A": 0.8508479452054794, - "Air_Intake_Valve_Status": 0.936986301369863, - "Compressor_Outlet_Valve_Status": 0.06301369863013699, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.936986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.33403241758241803, - "Pneumatic_Panel_Pressure_bar": 9.11569010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.747465384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.017689010989010497, - "Reservoir_Pressure_bar": 9.116574175824177, - "Oil_Temperature_C": 59.32012362637363, - "Motor_Current_A": 1.1321009615384614, - "Air_Intake_Valve_Status": 0.9612637362637362, - "Compressor_Outlet_Valve_Status": 0.03873626373626374, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9612637362637362, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.680272527472528, - "Pneumatic_Panel_Pressure_bar": 8.979087912087913, - "Cyclone_Filter_Drop_Pressure_bar": 8.232316483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.020463736263735377, - "Reservoir_Pressure_bar": 8.979326373626373, - "Oil_Temperature_C": 58.040302197802205, - "Motor_Current_A": 1.301923076923077, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.29268901098901134, - "Pneumatic_Panel_Pressure_bar": 8.981262637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.668974725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.019983516483515366, - "Reservoir_Pressure_bar": 8.98088131868132, - "Oil_Temperature_C": 57.7093543956044, - "Motor_Current_A": 0.7412101648351647, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7784505494505497, - "Pneumatic_Panel_Pressure_bar": 8.98783846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.090558241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.021445054945053936, - "Reservoir_Pressure_bar": 8.986437362637362, - "Oil_Temperature_C": 58.340027472527474, - "Motor_Current_A": 1.4507829670329668, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6967896499238969, - "Pneumatic_Panel_Pressure_bar": 9.00123592085236, - "Cyclone_Filter_Drop_Pressure_bar": 8.286583257229832, - "Tower_Discharge_Pressure_Drop_bar": -0.014645966514458974, - "Reservoir_Pressure_bar": 8.999536681887367, - "Oil_Temperature_C": 59.84632420091324, - "Motor_Current_A": 1.384280821917808, - "Air_Intake_Valve_Status": 0.9232876712328767, - "Compressor_Outlet_Valve_Status": 0.07671232876712329, - "Active_Tower_ID": 0.9561643835616438, - "Load_Start_Signal": 0.9232876712328767, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6916043956043963, - "Pneumatic_Panel_Pressure_bar": 8.943771428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.230376923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.01129670329670315, - "Reservoir_Pressure_bar": 8.942953296703298, - "Oil_Temperature_C": 60.3862293956044, - "Motor_Current_A": 1.35340728021978, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8945274725274733, - "Pneumatic_Panel_Pressure_bar": 9.023362637362638, - "Cyclone_Filter_Drop_Pressure_bar": 8.072967032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.018274725274725467, - "Reservoir_Pressure_bar": 9.022125274725274, - "Oil_Temperature_C": 61.12292582417582, - "Motor_Current_A": 1.8322115384615383, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6529780219780228, - "Pneumatic_Panel_Pressure_bar": 9.024694139194139, - "Cyclone_Filter_Drop_Pressure_bar": 8.314663614163614, - "Tower_Discharge_Pressure_Drop_bar": -0.023978021978022474, - "Reservoir_Pressure_bar": 9.023699633699634, - "Oil_Temperature_C": 60.70627289377289, - "Motor_Current_A": 1.4724328449328448, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9018043956043965, - "Pneumatic_Panel_Pressure_bar": 8.951754945054946, - "Cyclone_Filter_Drop_Pressure_bar": 7.992905494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.024008791208791697, - "Reservoir_Pressure_bar": 8.950845054945054, - "Oil_Temperature_C": 60.11282967032967, - "Motor_Current_A": 1.6349793956043954, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-23T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6304560439560448, - "Pneumatic_Panel_Pressure_bar": 9.025020879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.390471428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.01715384615384659, - "Reservoir_Pressure_bar": 9.02396098901099, - "Oil_Temperature_C": 61.58892857142857, - "Motor_Current_A": 1.6529532967032965, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6927631578947377, - "Pneumatic_Panel_Pressure_bar": 8.954263157894736, - "Cyclone_Filter_Drop_Pressure_bar": 7.256763157894737, - "Tower_Discharge_Pressure_Drop_bar": -0.022842105263158344, - "Reservoir_Pressure_bar": 8.953, - "Oil_Temperature_C": 60.949342105263156, - "Motor_Current_A": 2.6657894736842103, - "Air_Intake_Valve_Status": 0.8157894736842105, - "Compressor_Outlet_Valve_Status": 0.18421052631578946, - "Active_Tower_ID": 0.9210526315789473, - "Load_Start_Signal": 0.8157894736842105, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4234909529553683, - "Pneumatic_Panel_Pressure_bar": 8.17357700040209, - "Cyclone_Filter_Drop_Pressure_bar": 6.864078005629273, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.1715182951347, - "Oil_Temperature_C": 56.455468435866514, - "Motor_Current_A": 4.296300763972658, - "Air_Intake_Valve_Status": 0.7426618415761962, - "Compressor_Outlet_Valve_Status": 0.2573381584238038, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.7426618415761962, - "Low_Pressure_Switch_Status": 0.2573381584238038, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-24T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9834463417865394, - "Pneumatic_Panel_Pressure_bar": 8.972733055820903, - "Cyclone_Filter_Drop_Pressure_bar": 7.971915960683416, - "Tower_Discharge_Pressure_Drop_bar": -0.024086705202311758, - "Reservoir_Pressure_bar": 8.970658348266477, - "Oil_Temperature_C": 49.56263250986052, - "Motor_Current_A": 1.691621088620363, - "Air_Intake_Valve_Status": 0.8757771626329747, - "Compressor_Outlet_Valve_Status": 0.12422283736702529, - "Active_Tower_ID": 0.9393063583815029, - "Load_Start_Signal": 0.8757771626329747, - "Low_Pressure_Switch_Status": 0.03751763505488656, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7457307692307704, - "Pneumatic_Panel_Pressure_bar": 9.06149010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.207715384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.01786703296703228, - "Reservoir_Pressure_bar": 9.060105494505494, - "Oil_Temperature_C": 52.24542582417582, - "Motor_Current_A": 1.474215659340659, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9841978021978031, - "Pneumatic_Panel_Pressure_bar": 9.000263736263737, - "Cyclone_Filter_Drop_Pressure_bar": 7.946763736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.00789010989010931, - "Reservoir_Pressure_bar": 8.999220879120879, - "Oil_Temperature_C": 54.75078296703297, - "Motor_Current_A": 1.5786744505494508, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5679615384615395, - "Pneumatic_Panel_Pressure_bar": 8.995575824175823, - "Cyclone_Filter_Drop_Pressure_bar": 8.389418131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.026093406593406317, - "Reservoir_Pressure_bar": 8.995401648351649, - "Oil_Temperature_C": 56.64128434065935, - "Motor_Current_A": 1.3034065934065935, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6845032967032976, - "Pneumatic_Panel_Pressure_bar": 9.040862637362636, - "Cyclone_Filter_Drop_Pressure_bar": 8.314893406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.022051648351648405, - "Reservoir_Pressure_bar": 9.040435164835165, - "Oil_Temperature_C": 56.277554945054945, - "Motor_Current_A": 1.3828777472527471, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5847076923076933, - "Pneumatic_Panel_Pressure_bar": 8.975395604395604, - "Cyclone_Filter_Drop_Pressure_bar": 8.341758241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.02406153846153889, - "Reservoir_Pressure_bar": 8.976335164835165, - "Oil_Temperature_C": 56.06907967032967, - "Motor_Current_A": 1.2999381868131865, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6169395604395613, - "Pneumatic_Panel_Pressure_bar": 9.010478021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.356945054945054, - "Tower_Discharge_Pressure_Drop_bar": -0.011890109890109088, - "Reservoir_Pressure_bar": 9.013291208791209, - "Oil_Temperature_C": 57.22493131868132, - "Motor_Current_A": 1.303667582417582, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5698791208791216, - "Pneumatic_Panel_Pressure_bar": 8.922524725274725, - "Cyclone_Filter_Drop_Pressure_bar": 8.313163736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.020950549450548382, - "Reservoir_Pressure_bar": 8.924475274725275, - "Oil_Temperature_C": 58.394862637362635, - "Motor_Current_A": 1.1064972527472525, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.45701923076923134, - "Pneumatic_Panel_Pressure_bar": 8.885016483516484, - "Cyclone_Filter_Drop_Pressure_bar": 8.400423076923076, - "Tower_Discharge_Pressure_Drop_bar": -0.020151098901098233, - "Reservoir_Pressure_bar": 8.888052197802198, - "Oil_Temperature_C": 59.946188186813195, - "Motor_Current_A": 0.9374519230769228, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5731153846153851, - "Pneumatic_Panel_Pressure_bar": 9.07643956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.457598901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.013917582417582385, - "Reservoir_Pressure_bar": 9.078287912087912, - "Oil_Temperature_C": 62.61638736263737, - "Motor_Current_A": 1.2686799450549449, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5801153846153849, - "Pneumatic_Panel_Pressure_bar": 8.986297802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.377475274725274, - "Tower_Discharge_Pressure_Drop_bar": -0.019499999999999736, - "Reservoir_Pressure_bar": 8.987832417582418, - "Oil_Temperature_C": 62.52245192307692, - "Motor_Current_A": 1.2840796703296702, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6651128767123291, - "Pneumatic_Panel_Pressure_bar": 9.052282191780822, - "Cyclone_Filter_Drop_Pressure_bar": 8.360791780821918, - "Tower_Discharge_Pressure_Drop_bar": -0.013078904109588506, - "Reservoir_Pressure_bar": 9.053471232876712, - "Oil_Temperature_C": 62.23738356164384, - "Motor_Current_A": 1.3261363013698628, - "Air_Intake_Valve_Status": 0.9260273972602739, - "Compressor_Outlet_Valve_Status": 0.07397260273972603, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9260273972602739, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6064335164835168, - "Pneumatic_Panel_Pressure_bar": 8.963948351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.302986813186815, - "Tower_Discharge_Pressure_Drop_bar": -0.0200324175824169, - "Reservoir_Pressure_bar": 8.964168131868131, - "Oil_Temperature_C": 62.07426510989011, - "Motor_Current_A": 1.298282967032967, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6057324175824178, - "Pneumatic_Panel_Pressure_bar": 8.992947802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.358442307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.020615384615383776, - "Reservoir_Pressure_bar": 8.993414835164835, - "Oil_Temperature_C": 62.330879120879125, - "Motor_Current_A": 1.3033468406593405, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6800384615384619, - "Pneumatic_Panel_Pressure_bar": 9.030903846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.314769230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.010923076923075831, - "Reservoir_Pressure_bar": 9.030173076923077, - "Oil_Temperature_C": 62.71095467032968, - "Motor_Current_A": 1.3769127747252745, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6226043956043961, - "Pneumatic_Panel_Pressure_bar": 8.96962087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.336331868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.00946703296703204, - "Reservoir_Pressure_bar": 8.968725274725275, - "Oil_Temperature_C": 61.332554945054945, - "Motor_Current_A": 1.3036579670329669, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1161043956043961, - "Pneumatic_Panel_Pressure_bar": 8.941686813186813, - "Cyclone_Filter_Drop_Pressure_bar": 7.7483043956043955, - "Tower_Discharge_Pressure_Drop_bar": -0.02254395604395527, - "Reservoir_Pressure_bar": 8.94144065934066, - "Oil_Temperature_C": 61.426593406593405, - "Motor_Current_A": 1.7272582417582416, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7046758241758249, - "Pneumatic_Panel_Pressure_bar": 9.069847252747252, - "Cyclone_Filter_Drop_Pressure_bar": 8.297249450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.02327967032967021, - "Reservoir_Pressure_bar": 9.068518131868132, - "Oil_Temperature_C": 63.923454670329676, - "Motor_Current_A": 1.771856456043956, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1590714285714294, - "Pneumatic_Panel_Pressure_bar": 9.01176923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.744961538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.022527472527472756, - "Reservoir_Pressure_bar": 9.010730769230769, - "Oil_Temperature_C": 62.75034340659341, - "Motor_Current_A": 1.8984203296703297, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7238230769230776, - "Pneumatic_Panel_Pressure_bar": 9.010983516483517, - "Cyclone_Filter_Drop_Pressure_bar": 8.239995604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.02378571428571461, - "Reservoir_Pressure_bar": 9.01025934065934, - "Oil_Temperature_C": 62.40710164835165, - "Motor_Current_A": 1.6290604395604393, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-24T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0267472527472534, - "Pneumatic_Panel_Pressure_bar": 9.04361098901099, - "Cyclone_Filter_Drop_Pressure_bar": 7.89906923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.014445054945055309, - "Reservoir_Pressure_bar": 9.042303296703297, - "Oil_Temperature_C": 62.814587912087916, - "Motor_Current_A": 1.9828200549450548, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6840879120879131, - "Pneumatic_Panel_Pressure_bar": 8.899222527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.14793956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.014519230769231293, - "Reservoir_Pressure_bar": 8.898815934065933, - "Oil_Temperature_C": 61.51964285714286, - "Motor_Current_A": 1.4571119505494505, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.089207692307693, - "Pneumatic_Panel_Pressure_bar": 9.123203296703297, - "Cyclone_Filter_Drop_Pressure_bar": 7.908428571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.008675824175824715, - "Reservoir_Pressure_bar": 9.122818681318682, - "Oil_Temperature_C": 62.91311813186813, - "Motor_Current_A": 2.100631868131868, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9384615384615386, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7340274725274736, - "Pneumatic_Panel_Pressure_bar": 9.003277472527474, - "Cyclone_Filter_Drop_Pressure_bar": 8.227497802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.0230983516483521, - "Reservoir_Pressure_bar": 9.002486813186813, - "Oil_Temperature_C": 59.33464972527472, - "Motor_Current_A": 1.4187637362637362, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7941923076923086, - "Pneumatic_Panel_Pressure_bar": 9.007653846153847, - "Cyclone_Filter_Drop_Pressure_bar": 8.159532967032968, - "Tower_Discharge_Pressure_Drop_bar": -0.006087912087912085, - "Reservoir_Pressure_bar": 9.007076923076923, - "Oil_Temperature_C": 57.67925824175824, - "Motor_Current_A": 1.4508104395604393, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9267637362637373, - "Pneumatic_Panel_Pressure_bar": 9.019732967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.060370879120878, - "Tower_Discharge_Pressure_Drop_bar": 0.00415384615384615, - "Reservoir_Pressure_bar": 9.019178021978021, - "Oil_Temperature_C": 59.76464972527473, - "Motor_Current_A": 1.5133104395604393, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9112197802197811, - "Pneumatic_Panel_Pressure_bar": 8.825448351648353, - "Cyclone_Filter_Drop_Pressure_bar": 7.8905109890109895, - "Tower_Discharge_Pressure_Drop_bar": -0.011505494505494247, - "Reservoir_Pressure_bar": 8.824575824175824, - "Oil_Temperature_C": 60.11546703296703, - "Motor_Current_A": 1.5123489010989009, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9921950549450556, - "Pneumatic_Panel_Pressure_bar": 9.198368131868133, - "Cyclone_Filter_Drop_Pressure_bar": 7.164879120879121, - "Tower_Discharge_Pressure_Drop_bar": 0.049615384615384506, - "Reservoir_Pressure_bar": 9.197051098901099, - "Oil_Temperature_C": 64.81076923076922, - "Motor_Current_A": 2.6024574175824173, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8181505494505502, - "Pneumatic_Panel_Pressure_bar": 9.017151648351648, - "Cyclone_Filter_Drop_Pressure_bar": 8.16276923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.011018681318681691, - "Reservoir_Pressure_bar": 9.017087912087911, - "Oil_Temperature_C": 60.61883241758242, - "Motor_Current_A": 1.4476167582417578, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7991483516483524, - "Pneumatic_Panel_Pressure_bar": 9.02828021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.17693956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.01863186813186842, - "Reservoir_Pressure_bar": 9.028637362637362, - "Oil_Temperature_C": 59.6098489010989, - "Motor_Current_A": 1.4345315934065934, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6537698630136995, - "Pneumatic_Panel_Pressure_bar": 9.030778630136986, - "Cyclone_Filter_Drop_Pressure_bar": 8.313507397260274, - "Tower_Discharge_Pressure_Drop_bar": -0.017501369863012935, - "Reservoir_Pressure_bar": 9.031732602739725, - "Oil_Temperature_C": 60.058835616438365, - "Motor_Current_A": 1.3398287671232874, - "Air_Intake_Valve_Status": 0.9232876712328767, - "Compressor_Outlet_Valve_Status": 0.07671232876712329, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9232876712328767, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6088901098901107, - "Pneumatic_Panel_Pressure_bar": 8.980781318681318, - "Cyclone_Filter_Drop_Pressure_bar": 8.346884615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.02120329670329564, - "Reservoir_Pressure_bar": 8.981978021978023, - "Oil_Temperature_C": 60.71951923076923, - "Motor_Current_A": 1.308756868131868, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.586308791208792, - "Pneumatic_Panel_Pressure_bar": 8.849391208791209, - "Cyclone_Filter_Drop_Pressure_bar": 8.239281318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.01993296703296607, - "Reservoir_Pressure_bar": 8.851120879120879, - "Oil_Temperature_C": 59.2417445054945, - "Motor_Current_A": 0.8633997252747251, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.39446043956044025, - "Pneumatic_Panel_Pressure_bar": 9.060352747252749, - "Cyclone_Filter_Drop_Pressure_bar": 8.612703296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.019390109890109117, - "Reservoir_Pressure_bar": 9.062715384615384, - "Oil_Temperature_C": 61.20171703296703, - "Motor_Current_A": 1.194870879120879, - "Air_Intake_Valve_Status": 0.9560439560439561, - "Compressor_Outlet_Valve_Status": 0.04395604395604396, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9560439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6956131868131874, - "Pneumatic_Panel_Pressure_bar": 9.04554945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.280267032967034, - "Tower_Discharge_Pressure_Drop_bar": -0.014306593406592507, - "Reservoir_Pressure_bar": 9.04660989010989, - "Oil_Temperature_C": 62.21776098901099, - "Motor_Current_A": 1.3685892857142856, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7374538461538466, - "Pneumatic_Panel_Pressure_bar": 9.053206593406594, - "Cyclone_Filter_Drop_Pressure_bar": 8.249725274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.009027472527471436, - "Reservoir_Pressure_bar": 9.053832967032967, - "Oil_Temperature_C": 61.7759478021978, - "Motor_Current_A": 1.4209203296703294, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7940328767123292, - "Pneumatic_Panel_Pressure_bar": 8.984866849315068, - "Cyclone_Filter_Drop_Pressure_bar": 8.119841095890411, - "Tower_Discharge_Pressure_Drop_bar": -0.021341369863012886, - "Reservoir_Pressure_bar": 8.983896986301371, - "Oil_Temperature_C": 61.318698630136986, - "Motor_Current_A": 1.440876712328767, - "Air_Intake_Valve_Status": 0.9068493150684932, - "Compressor_Outlet_Valve_Status": 0.09315068493150686, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9068493150684932, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6195109890109897, - "Pneumatic_Panel_Pressure_bar": 8.955733516483518, - "Cyclone_Filter_Drop_Pressure_bar": 8.299629120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.022824725274724966, - "Reservoir_Pressure_bar": 8.955046703296704, - "Oil_Temperature_C": 60.13024038461539, - "Motor_Current_A": 1.3332005494505492, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5503461538461548, - "Pneumatic_Panel_Pressure_bar": 8.984182417582417, - "Cyclone_Filter_Drop_Pressure_bar": 8.401572527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.023923076923077394, - "Reservoir_Pressure_bar": 8.98377032967033, - "Oil_Temperature_C": 57.61003434065935, - "Motor_Current_A": 1.2902177197802196, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7590934065934075, - "Pneumatic_Panel_Pressure_bar": 8.997681318681318, - "Cyclone_Filter_Drop_Pressure_bar": 8.11089010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.015329670329670728, - "Reservoir_Pressure_bar": 8.996743956043955, - "Oil_Temperature_C": 57.59416208791209, - "Motor_Current_A": 1.4671085164835163, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7550934065934075, - "Pneumatic_Panel_Pressure_bar": 8.980423076923076, - "Cyclone_Filter_Drop_Pressure_bar": 8.154565934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.015653846153846514, - "Reservoir_Pressure_bar": 8.979178021978022, - "Oil_Temperature_C": 57.94925824175824, - "Motor_Current_A": 1.2852953296703293, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6592263736263747, - "Pneumatic_Panel_Pressure_bar": 8.922638461538462, - "Cyclone_Filter_Drop_Pressure_bar": 8.185467032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.009572527472527934, - "Reservoir_Pressure_bar": 8.922138461538461, - "Oil_Temperature_C": 55.55478021978021, - "Motor_Current_A": 1.1091291208791205, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.38700000000000107, - "Pneumatic_Panel_Pressure_bar": 9.045642857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.620181318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.02347252747252807, - "Reservoir_Pressure_bar": 9.045, - "Oil_Temperature_C": 56.93784340659341, - "Motor_Current_A": 1.1703983516483514, - "Air_Intake_Valve_Status": 0.9560439560439561, - "Compressor_Outlet_Valve_Status": 0.04395604395604396, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9560439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6776934065934076, - "Pneumatic_Panel_Pressure_bar": 9.015627472527472, - "Cyclone_Filter_Drop_Pressure_bar": 8.302401098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.017653846153846672, - "Reservoir_Pressure_bar": 9.014347252747253, - "Oil_Temperature_C": 56.261510989010986, - "Motor_Current_A": 1.3730494505494504, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-25T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6904267399267409, - "Pneumatic_Panel_Pressure_bar": 9.027613553113554, - "Cyclone_Filter_Drop_Pressure_bar": 8.282377289377289, - "Tower_Discharge_Pressure_Drop_bar": -0.021978021978022393, - "Reservoir_Pressure_bar": 9.02631684981685, - "Oil_Temperature_C": 55.91671245421246, - "Motor_Current_A": 1.379977106227106, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2062719780219788, - "Pneumatic_Panel_Pressure_bar": 9.054206043956045, - "Cyclone_Filter_Drop_Pressure_bar": 7.6910384615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.0014340659340664917, - "Reservoir_Pressure_bar": 9.053118131868132, - "Oil_Temperature_C": 58.673592032967036, - "Motor_Current_A": 1.7233997252747248, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6821648351648363, - "Pneumatic_Panel_Pressure_bar": 8.925930769230769, - "Cyclone_Filter_Drop_Pressure_bar": 8.13643846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.023904395604396268, - "Reservoir_Pressure_bar": 8.92510989010989, - "Oil_Temperature_C": 56.809010989010986, - "Motor_Current_A": 1.0034162087912086, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2883186813186824, - "Pneumatic_Panel_Pressure_bar": 8.97384065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.66090989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.02432857142857208, - "Reservoir_Pressure_bar": 8.973324175824176, - "Oil_Temperature_C": 56.65804945054945, - "Motor_Current_A": 1.088024725274725, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.764527472527472, - "Pneumatic_Panel_Pressure_bar": 9.265087912087912, - "Cyclone_Filter_Drop_Pressure_bar": 1.2085494505494507, - "Tower_Discharge_Pressure_Drop_bar": 0.5550494505494507, - "Reservoir_Pressure_bar": 9.263895604395604, - "Oil_Temperature_C": 71.63626373626373, - "Motor_Current_A": 5.5031662087912085, - "Air_Intake_Valve_Status": 0.12637362637362637, - "Compressor_Outlet_Valve_Status": 0.8736263736263736, - "Active_Tower_ID": 0.5686813186813187, - "Load_Start_Signal": 0.12637362637362637, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7080439560439562, - "Pneumatic_Panel_Pressure_bar": 8.981948351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.210212087912089, - "Tower_Discharge_Pressure_Drop_bar": -0.016829670329669543, - "Reservoir_Pressure_bar": 8.98045054945055, - "Oil_Temperature_C": 62.5417032967033, - "Motor_Current_A": 1.3678763736263735, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5984065934065941, - "Pneumatic_Panel_Pressure_bar": 9.02712967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.414574725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.023893406593406892, - "Reservoir_Pressure_bar": 9.025418681318682, - "Oil_Temperature_C": 59.63412087912088, - "Motor_Current_A": 1.3016456043956042, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6547307692307698, - "Pneumatic_Panel_Pressure_bar": 9.053436813186813, - "Cyclone_Filter_Drop_Pressure_bar": 7.316541208791209, - "Tower_Discharge_Pressure_Drop_bar": 0.008906593406593053, - "Reservoir_Pressure_bar": 9.0521510989011, - "Oil_Temperature_C": 61.96974587912088, - "Motor_Current_A": 2.1133756868131868, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6432296703296713, - "Pneumatic_Panel_Pressure_bar": 8.995634065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.296119780219781, - "Tower_Discharge_Pressure_Drop_bar": -0.008519780219780762, - "Reservoir_Pressure_bar": 8.99480989010989, - "Oil_Temperature_C": 61.603392857142865, - "Motor_Current_A": 1.677076923076923, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7050494505494515, - "Pneumatic_Panel_Pressure_bar": 8.959186813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.176567032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.01690109890109938, - "Reservoir_Pressure_bar": 8.958840659340659, - "Oil_Temperature_C": 57.90021978021978, - "Motor_Current_A": 1.1307898351648349, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8274395604395612, - "Pneumatic_Panel_Pressure_bar": 9.002401098901098, - "Cyclone_Filter_Drop_Pressure_bar": 8.154357142857144, - "Tower_Discharge_Pressure_Drop_bar": 0.0019999999999996613, - "Reservoir_Pressure_bar": 9.002593406593407, - "Oil_Temperature_C": 58.808173076923076, - "Motor_Current_A": 1.34510989010989, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5309241758241768, - "Pneumatic_Panel_Pressure_bar": 9.074041758241759, - "Cyclone_Filter_Drop_Pressure_bar": 8.473698901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.018840659340659007, - "Reservoir_Pressure_bar": 9.075364835164835, - "Oil_Temperature_C": 59.948873626373626, - "Motor_Current_A": 1.25945467032967, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8909890109890117, - "Pneumatic_Panel_Pressure_bar": 8.985275274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.037152747252748, - "Tower_Discharge_Pressure_Drop_bar": -0.010302197802196995, - "Reservoir_Pressure_bar": 8.98668021978022, - "Oil_Temperature_C": 60.18441620879121, - "Motor_Current_A": 1.5186469780219778, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8077609890109897, - "Pneumatic_Panel_Pressure_bar": 9.049903846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.17348076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.011417582417581403, - "Reservoir_Pressure_bar": 9.050895604395604, - "Oil_Temperature_C": 61.65930631868132, - "Motor_Current_A": 1.475432692307692, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6098604395604403, - "Pneumatic_Panel_Pressure_bar": 8.959774725274725, - "Cyclone_Filter_Drop_Pressure_bar": 8.306596703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.02027472527472426, - "Reservoir_Pressure_bar": 8.961563736263736, - "Oil_Temperature_C": 60.10777472527472, - "Motor_Current_A": 1.290995879120879, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8216203296703304, - "Pneumatic_Panel_Pressure_bar": 8.938112087912089, - "Cyclone_Filter_Drop_Pressure_bar": 8.054975274725274, - "Tower_Discharge_Pressure_Drop_bar": -0.01495604395604302, - "Reservoir_Pressure_bar": 8.93857967032967, - "Oil_Temperature_C": 60.75760302197803, - "Motor_Current_A": 1.1858791208791206, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.33125824175824237, - "Pneumatic_Panel_Pressure_bar": 8.94862087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.566824175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.02173626373626263, - "Reservoir_Pressure_bar": 8.949225274725276, - "Oil_Temperature_C": 60.11593406593407, - "Motor_Current_A": 1.0508447802197798, - "Air_Intake_Valve_Status": 0.9587912087912088, - "Compressor_Outlet_Valve_Status": 0.04120879120879121, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9587912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6063483516483522, - "Pneumatic_Panel_Pressure_bar": 9.012176923076924, - "Cyclone_Filter_Drop_Pressure_bar": 8.379187912087913, - "Tower_Discharge_Pressure_Drop_bar": -0.02201648351648264, - "Reservoir_Pressure_bar": 9.011928571428571, - "Oil_Temperature_C": 60.17342032967033, - "Motor_Current_A": 1.3125851648351647, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6678736263736271, - "Pneumatic_Panel_Pressure_bar": 9.021264835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.310260989010988, - "Tower_Discharge_Pressure_Drop_bar": -0.023254395604395524, - "Reservoir_Pressure_bar": 9.020493406593406, - "Oil_Temperature_C": 59.792534340659344, - "Motor_Current_A": 1.347417582417582, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9162692307692315, - "Pneumatic_Panel_Pressure_bar": 9.07243956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.113302197802199, - "Tower_Discharge_Pressure_Drop_bar": -0.0011780219780222077, - "Reservoir_Pressure_bar": 9.071060439560439, - "Oil_Temperature_C": 58.980247252747255, - "Motor_Current_A": 1.4913530219780218, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2951043956043964, - "Pneumatic_Panel_Pressure_bar": 8.983684065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.465354395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.021329670329670654, - "Reservoir_Pressure_bar": 8.982315934065934, - "Oil_Temperature_C": 62.11738324175825, - "Motor_Current_A": 2.016105769230769, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.985098901098902, - "Pneumatic_Panel_Pressure_bar": 9.085696703296703, - "Cyclone_Filter_Drop_Pressure_bar": 7.966296703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.004670329670329933, - "Reservoir_Pressure_bar": 9.084994505494505, - "Oil_Temperature_C": 62.46677884615385, - "Motor_Current_A": 1.9149526098901097, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6597857142857152, - "Pneumatic_Panel_Pressure_bar": 8.94442857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.233010989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.015934065934066183, - "Reservoir_Pressure_bar": 8.943978021978022, - "Oil_Temperature_C": 60.50755494505494, - "Motor_Current_A": 1.3435714285714284, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.016286263736264, - "Pneumatic_Panel_Pressure_bar": 9.184193956043956, - "Cyclone_Filter_Drop_Pressure_bar": 6.093018131868132, - "Tower_Discharge_Pressure_Drop_bar": 0.14806593406593455, - "Reservoir_Pressure_bar": 9.182985714285714, - "Oil_Temperature_C": 65.53581730769231, - "Motor_Current_A": 2.8756586538461537, - "Air_Intake_Valve_Status": 0.6703296703296703, - "Compressor_Outlet_Valve_Status": 0.32967032967032966, - "Active_Tower_ID": 0.8379120879120879, - "Load_Start_Signal": 0.6703296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-26T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1489890109890117, - "Pneumatic_Panel_Pressure_bar": 8.99646813186813, - "Cyclone_Filter_Drop_Pressure_bar": 7.793756043956044, - "Tower_Discharge_Pressure_Drop_bar": 0.011423076923076769, - "Reservoir_Pressure_bar": 8.995904395604395, - "Oil_Temperature_C": 62.95654532967033, - "Motor_Current_A": 1.6350872252747253, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.848329670329671, - "Pneumatic_Panel_Pressure_bar": 9.106532967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.201195604395605, - "Tower_Discharge_Pressure_Drop_bar": 0.007989010989010644, - "Reservoir_Pressure_bar": 9.105256043956045, - "Oil_Temperature_C": 63.42270604395605, - "Motor_Current_A": 2.300776098901099, - "Air_Intake_Valve_Status": 0.7939560439560439, - "Compressor_Outlet_Valve_Status": 0.20604395604395603, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7939560439560439, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8792725274725282, - "Pneumatic_Panel_Pressure_bar": 9.083663736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.080496703296704, - "Tower_Discharge_Pressure_Drop_bar": 0.048274725274725136, - "Reservoir_Pressure_bar": 9.083842857142857, - "Oil_Temperature_C": 63.71802197802198, - "Motor_Current_A": 2.266706043956044, - "Air_Intake_Valve_Status": 0.7857142857142857, - "Compressor_Outlet_Valve_Status": 0.21428571428571427, - "Active_Tower_ID": 0.8928571428571429, - "Load_Start_Signal": 0.7857142857142857, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1445252747252754, - "Pneumatic_Panel_Pressure_bar": 9.103845054945054, - "Cyclone_Filter_Drop_Pressure_bar": 7.8472329670329675, - "Tower_Discharge_Pressure_Drop_bar": -0.006804395604395937, - "Reservoir_Pressure_bar": 9.103883516483517, - "Oil_Temperature_C": 62.324299450549454, - "Motor_Current_A": 1.8471799450549449, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6296923076923088, - "Pneumatic_Panel_Pressure_bar": 8.908375824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.248909890109891, - "Tower_Discharge_Pressure_Drop_bar": -0.025274725274725473, - "Reservoir_Pressure_bar": 8.908436263736263, - "Oil_Temperature_C": 59.78101648351649, - "Motor_Current_A": 1.340384615384615, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5871813186813197, - "Pneumatic_Panel_Pressure_bar": 9.06456043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.2622857142857145, - "Tower_Discharge_Pressure_Drop_bar": 0.013472527472527649, - "Reservoir_Pressure_bar": 9.064285714285715, - "Oil_Temperature_C": 60.574038461538464, - "Motor_Current_A": 2.1150824175824177, - "Air_Intake_Valve_Status": 0.8104395604395604, - "Compressor_Outlet_Valve_Status": 0.19230769230769232, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.8104395604395604, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6961961538461549, - "Pneumatic_Panel_Pressure_bar": 9.101166483516483, - "Cyclone_Filter_Drop_Pressure_bar": 8.317945054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.025917582417582245, - "Reservoir_Pressure_bar": 9.101401098901098, - "Oil_Temperature_C": 61.41994505494505, - "Motor_Current_A": 1.7947211538461536, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.150549450549451, - "Pneumatic_Panel_Pressure_bar": 9.202316483516483, - "Cyclone_Filter_Drop_Pressure_bar": 1.721863736263737, - "Tower_Discharge_Pressure_Drop_bar": 0.4371780219780221, - "Reservoir_Pressure_bar": 9.202515384615385, - "Oil_Temperature_C": 69.0007554945055, - "Motor_Current_A": 4.654049450549451, - "Air_Intake_Valve_Status": 0.2032967032967033, - "Compressor_Outlet_Valve_Status": 0.7967032967032966, - "Active_Tower_ID": 0.6043956043956044, - "Load_Start_Signal": 0.2032967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.955381868131868, - "Pneumatic_Panel_Pressure_bar": 9.201557692307693, - "Cyclone_Filter_Drop_Pressure_bar": -0.011414835164834646, - "Tower_Discharge_Pressure_Drop_bar": 0.5983983516483516, - "Reservoir_Pressure_bar": 9.204035714285714, - "Oil_Temperature_C": 74.94993131868132, - "Motor_Current_A": 5.774869505494505, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.95390934065934, - "Pneumatic_Panel_Pressure_bar": 9.198678571428571, - "Cyclone_Filter_Drop_Pressure_bar": -0.008989010989009689, - "Tower_Discharge_Pressure_Drop_bar": 0.6023379120879122, - "Reservoir_Pressure_bar": 9.20206043956044, - "Oil_Temperature_C": 75.49089972527473, - "Motor_Current_A": 5.75810782967033, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.96223076923077, - "Pneumatic_Panel_Pressure_bar": 9.19120879120879, - "Cyclone_Filter_Drop_Pressure_bar": -0.008296703296702233, - "Tower_Discharge_Pressure_Drop_bar": 0.6080901098901099, - "Reservoir_Pressure_bar": 9.194527472527472, - "Oil_Temperature_C": 76.18105769230769, - "Motor_Current_A": 5.75421565934066, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5021978021978022, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.673598904109589, - "Pneumatic_Panel_Pressure_bar": 9.131049315068493, - "Cyclone_Filter_Drop_Pressure_bar": 3.258383561643836, - "Tower_Discharge_Pressure_Drop_bar": 0.3670241095890413, - "Reservoir_Pressure_bar": 9.135305753424657, - "Oil_Temperature_C": 74.06999315068494, - "Motor_Current_A": 4.0925164383561645, - "Air_Intake_Valve_Status": 0.36164383561643837, - "Compressor_Outlet_Valve_Status": 0.6383561643835617, - "Active_Tower_ID": 0.6821917808219178, - "Load_Start_Signal": 0.36164383561643837, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1791379120879126, - "Pneumatic_Panel_Pressure_bar": 8.994743956043957, - "Cyclone_Filter_Drop_Pressure_bar": 7.765513186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.012527472527471316, - "Reservoir_Pressure_bar": 8.99807967032967, - "Oil_Temperature_C": 66.15945054945055, - "Motor_Current_A": 1.6729945054945057, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6892027472527478, - "Pneumatic_Panel_Pressure_bar": 9.03924945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.309212087912087, - "Tower_Discharge_Pressure_Drop_bar": -0.014874725274723931, - "Reservoir_Pressure_bar": 9.041906593406592, - "Oil_Temperature_C": 65.91756868131868, - "Motor_Current_A": 1.7128605769230771, - "Air_Intake_Valve_Status": 0.9211538461538462, - "Compressor_Outlet_Valve_Status": 0.07884615384615384, - "Active_Tower_ID": 0.9596153846153846, - "Load_Start_Signal": 0.9211538461538462, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7191956043956048, - "Pneumatic_Panel_Pressure_bar": 9.014696703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.268584615384615, - "Tower_Discharge_Pressure_Drop_bar": 0.0011351648351657412, - "Reservoir_Pressure_bar": 9.01680989010989, - "Oil_Temperature_C": 65.82946428571428, - "Motor_Current_A": 1.4690054945054947, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6191758241758248, - "Pneumatic_Panel_Pressure_bar": 8.951750915750916, - "Cyclone_Filter_Drop_Pressure_bar": 8.295192307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.013130036630036031, - "Reservoir_Pressure_bar": 8.952754578754579, - "Oil_Temperature_C": 65.9614468864469, - "Motor_Current_A": 1.320673076923077, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7084498630136994, - "Pneumatic_Panel_Pressure_bar": 8.92820602739726, - "Cyclone_Filter_Drop_Pressure_bar": 8.166086575342465, - "Tower_Discharge_Pressure_Drop_bar": -0.013572602739724783, - "Reservoir_Pressure_bar": 8.92690301369863, - "Oil_Temperature_C": 65.86693150684931, - "Motor_Current_A": 1.3615205479452055, - "Air_Intake_Valve_Status": 0.9178082191780822, - "Compressor_Outlet_Valve_Status": 0.0821917808219178, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9178082191780822, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0909791208791213, - "Pneumatic_Panel_Pressure_bar": 8.949432967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.780867032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.017670329670329412, - "Reservoir_Pressure_bar": 8.946768131868131, - "Oil_Temperature_C": 64.91901098901099, - "Motor_Current_A": 1.6338063186813185, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9290489010989014, - "Pneumatic_Panel_Pressure_bar": 9.04676978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.003631868131869, - "Tower_Discharge_Pressure_Drop_bar": -0.017456043956043565, - "Reservoir_Pressure_bar": 9.044302747252747, - "Oil_Temperature_C": 64.61235576923076, - "Motor_Current_A": 1.7992438186813184, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9090531135531137, - "Pneumatic_Panel_Pressure_bar": 9.0301336996337, - "Cyclone_Filter_Drop_Pressure_bar": 7.987869963369963, - "Tower_Discharge_Pressure_Drop_bar": -0.0011336996336985478, - "Reservoir_Pressure_bar": 9.028858974358975, - "Oil_Temperature_C": 63.508287545787546, - "Motor_Current_A": 1.7648763736263735, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8557824175824179, - "Pneumatic_Panel_Pressure_bar": 9.031174725274726, - "Cyclone_Filter_Drop_Pressure_bar": 8.100993406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.009439560439559689, - "Reservoir_Pressure_bar": 9.03068021978022, - "Oil_Temperature_C": 62.51637362637362, - "Motor_Current_A": 1.4829244505494505, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8197472527472534, - "Pneumatic_Panel_Pressure_bar": 8.99978076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.046685714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.02272912087912073, - "Reservoir_Pressure_bar": 8.99956098901099, - "Oil_Temperature_C": 61.80276785714286, - "Motor_Current_A": 1.5261105769230765, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.926598901098902, - "Pneumatic_Panel_Pressure_bar": 8.973149450549451, - "Cyclone_Filter_Drop_Pressure_bar": 7.925281318681319, - "Tower_Discharge_Pressure_Drop_bar": 0.001130769230768816, - "Reservoir_Pressure_bar": 8.973034065934065, - "Oil_Temperature_C": 61.68296703296704, - "Motor_Current_A": 1.6069368131868131, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0368846153846163, - "Pneumatic_Panel_Pressure_bar": 9.038445054945056, - "Cyclone_Filter_Drop_Pressure_bar": 6.853626373626373, - "Tower_Discharge_Pressure_Drop_bar": 0.04812637362637319, - "Reservoir_Pressure_bar": 9.038549450549452, - "Oil_Temperature_C": 62.62149725274725, - "Motor_Current_A": 2.272994505494505, - "Air_Intake_Valve_Status": 0.7664835164835165, - "Compressor_Outlet_Valve_Status": 0.23351648351648352, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.7664835164835165, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-27T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.959613736263737, - "Pneumatic_Panel_Pressure_bar": 9.11346043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.0502087912087905, - "Tower_Discharge_Pressure_Drop_bar": 0.031235714285714426, - "Reservoir_Pressure_bar": 9.113575824175825, - "Oil_Temperature_C": 64.43300137362637, - "Motor_Current_A": 2.2399890109890106, - "Air_Intake_Valve_Status": 0.7802197802197802, - "Compressor_Outlet_Valve_Status": 0.21978021978021978, - "Active_Tower_ID": 0.8846153846153846, - "Load_Start_Signal": 0.7802197802197802, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9706335164835171, - "Pneumatic_Panel_Pressure_bar": 9.090319780219781, - "Cyclone_Filter_Drop_Pressure_bar": 8.082561538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.013490659340659808, - "Reservoir_Pressure_bar": 9.09010879120879, - "Oil_Temperature_C": 62.81413461538462, - "Motor_Current_A": 1.985970467032967, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4299395604395613, - "Pneumatic_Panel_Pressure_bar": 9.072007936507937, - "Cyclone_Filter_Drop_Pressure_bar": 7.508496947496948, - "Tower_Discharge_Pressure_Drop_bar": 0.012145909645909232, - "Reservoir_Pressure_bar": 9.071931013431014, - "Oil_Temperature_C": 62.74950396825397, - "Motor_Current_A": 1.8781249999999998, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8901648351648357, - "Pneumatic_Panel_Pressure_bar": 9.105867032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.003775824175825, - "Tower_Discharge_Pressure_Drop_bar": 0.03678791208791187, - "Reservoir_Pressure_bar": 9.105465934065935, - "Oil_Temperature_C": 63.85061813186813, - "Motor_Current_A": 2.206881868131868, - "Air_Intake_Valve_Status": 0.7774725274725275, - "Compressor_Outlet_Valve_Status": 0.22252747252747251, - "Active_Tower_ID": 0.8846153846153846, - "Load_Start_Signal": 0.7774725274725275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.268763736263737, - "Pneumatic_Panel_Pressure_bar": 9.018588461538462, - "Cyclone_Filter_Drop_Pressure_bar": 7.658771428571429, - "Tower_Discharge_Pressure_Drop_bar": 0.0013516483516483424, - "Reservoir_Pressure_bar": 9.01837967032967, - "Oil_Temperature_C": 62.863015109890114, - "Motor_Current_A": 1.7571840659340656, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6331923076923083, - "Pneumatic_Panel_Pressure_bar": 9.06389010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.3047527472527465, - "Tower_Discharge_Pressure_Drop_bar": -0.0011923076923082002, - "Reservoir_Pressure_bar": 9.063538461538462, - "Oil_Temperature_C": 62.5606456043956, - "Motor_Current_A": 2.1160164835164834, - "Air_Intake_Valve_Status": 0.8131868131868132, - "Compressor_Outlet_Valve_Status": 0.18681318681318682, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8131868131868132, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.2455714285714294, - "Pneumatic_Panel_Pressure_bar": 8.972213186813187, - "Cyclone_Filter_Drop_Pressure_bar": 6.585801098901099, - "Tower_Discharge_Pressure_Drop_bar": 0.10426923076923056, - "Reservoir_Pressure_bar": 8.971456043956044, - "Oil_Temperature_C": 63.563750000000006, - "Motor_Current_A": 2.3835302197802197, - "Air_Intake_Valve_Status": 0.7252747252747253, - "Compressor_Outlet_Valve_Status": 0.27472527472527475, - "Active_Tower_ID": 0.8626373626373627, - "Load_Start_Signal": 0.7252747252747253, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.333147252747254, - "Pneumatic_Panel_Pressure_bar": 8.771436263736264, - "Cyclone_Filter_Drop_Pressure_bar": 3.2913120879120883, - "Tower_Discharge_Pressure_Drop_bar": 0.4484285714285713, - "Reservoir_Pressure_bar": 8.771540659340658, - "Oil_Temperature_C": 69.24570054945055, - "Motor_Current_A": 4.067822802197802, - "Air_Intake_Valve_Status": 0.36538461538461536, - "Compressor_Outlet_Valve_Status": 0.6346153846153846, - "Active_Tower_ID": 0.6868131868131868, - "Load_Start_Signal": 0.36538461538461536, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9983516483516482, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.030843708609272, - "Pneumatic_Panel_Pressure_bar": 8.341308609271524, - "Cyclone_Filter_Drop_Pressure_bar": -0.011536423841059249, - "Tower_Discharge_Pressure_Drop_bar": 0.7352384105960266, - "Reservoir_Pressure_bar": 8.3441880794702, - "Oil_Temperature_C": 74.3560927152318, - "Motor_Current_A": 5.580135761589404, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5066225165562914, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9966887417218543, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.001624053122505, - "Pneumatic_Panel_Pressure_bar": 7.82712554281152, - "Cyclone_Filter_Drop_Pressure_bar": -0.0100241855393044, - "Tower_Discharge_Pressure_Drop_bar": 0.8755518470196476, - "Reservoir_Pressure_bar": 7.830859501879149, - "Oil_Temperature_C": 73.6466881194867, - "Motor_Current_A": 5.621655988939302, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.01209276965318482, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-28T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.820211601083738, - "Pneumatic_Panel_Pressure_bar": 6.840496812566159, - "Cyclone_Filter_Drop_Pressure_bar": -0.014006003232291791, - "Tower_Discharge_Pressure_Drop_bar": 0.4921014676979897, - "Reservoir_Pressure_bar": 6.838950414473178, - "Oil_Temperature_C": 63.52877424359079, - "Motor_Current_A": 5.4640391567624205, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4984894259818731, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.41992004514925807, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-28T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.519812087912088, - "Pneumatic_Panel_Pressure_bar": 8.695683516483516, - "Cyclone_Filter_Drop_Pressure_bar": -0.012690109890109842, - "Tower_Discharge_Pressure_Drop_bar": 0.6791307692307692, - "Reservoir_Pressure_bar": 8.696432967032967, - "Oil_Temperature_C": 73.95160714285714, - "Motor_Current_A": 5.708289835164836, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.519678021978022, - "Pneumatic_Panel_Pressure_bar": 8.676328571428572, - "Cyclone_Filter_Drop_Pressure_bar": -0.011604395604395471, - "Tower_Discharge_Pressure_Drop_bar": 0.6809384615384615, - "Reservoir_Pressure_bar": 8.678453846153845, - "Oil_Temperature_C": 74.17016483516484, - "Motor_Current_A": 5.698259615384615, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.424762191780822, - "Pneumatic_Panel_Pressure_bar": 8.675385753424658, - "Cyclone_Filter_Drop_Pressure_bar": -0.0115835616438354, - "Tower_Discharge_Pressure_Drop_bar": 0.6711238356164383, - "Reservoir_Pressure_bar": 8.677813698630137, - "Oil_Temperature_C": 74.25532191780822, - "Motor_Current_A": 5.675579452054794, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49616438356164383, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.585671428571429, - "Pneumatic_Panel_Pressure_bar": 8.679306593406594, - "Cyclone_Filter_Drop_Pressure_bar": -0.011395604395604012, - "Tower_Discharge_Pressure_Drop_bar": 0.6899670329670329, - "Reservoir_Pressure_bar": 8.681975824175824, - "Oil_Temperature_C": 74.0793543956044, - "Motor_Current_A": 5.70475, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.416132967032967, - "Pneumatic_Panel_Pressure_bar": 8.675048351648352, - "Cyclone_Filter_Drop_Pressure_bar": -0.01069010989010891, - "Tower_Discharge_Pressure_Drop_bar": 0.6697582417582417, - "Reservoir_Pressure_bar": 8.677443956043955, - "Oil_Temperature_C": 74.1695467032967, - "Motor_Current_A": 5.671361263736264, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.49482844932845, - "Pneumatic_Panel_Pressure_bar": 8.673978632478633, - "Cyclone_Filter_Drop_Pressure_bar": -0.01082967032966946, - "Tower_Discharge_Pressure_Drop_bar": 0.6762405372405373, - "Reservoir_Pressure_bar": 8.676148962148963, - "Oil_Temperature_C": 74.29803876678878, - "Motor_Current_A": 5.685049603174603, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49572649572649574, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9835164835164835, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.526878021978023, - "Pneumatic_Panel_Pressure_bar": 8.693123076923078, - "Cyclone_Filter_Drop_Pressure_bar": -0.010621978021976874, - "Tower_Discharge_Pressure_Drop_bar": 0.6768483516483519, - "Reservoir_Pressure_bar": 8.695131868131869, - "Oil_Temperature_C": 73.72737637362637, - "Motor_Current_A": 5.686346153846154, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.436423013698631, - "Pneumatic_Panel_Pressure_bar": 8.68155506849315, - "Cyclone_Filter_Drop_Pressure_bar": -0.010701369863012712, - "Tower_Discharge_Pressure_Drop_bar": 0.6633287671232878, - "Reservoir_Pressure_bar": 8.682942465753424, - "Oil_Temperature_C": 74.33684246575343, - "Motor_Current_A": 5.679297945205479, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5068493150684932, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9863013698630136, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.54042857142857, - "Pneumatic_Panel_Pressure_bar": 8.648061538461539, - "Cyclone_Filter_Drop_Pressure_bar": -0.00968351648351512, - "Tower_Discharge_Pressure_Drop_bar": 0.6729813186813188, - "Reservoir_Pressure_bar": 8.649237362637363, - "Oil_Temperature_C": 75.85623626373626, - "Motor_Current_A": 5.68320467032967, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4967032967032967, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.355471428571429, - "Pneumatic_Panel_Pressure_bar": 8.639517582417582, - "Cyclone_Filter_Drop_Pressure_bar": -0.007967032967032085, - "Tower_Discharge_Pressure_Drop_bar": 0.6562494505494507, - "Reservoir_Pressure_bar": 8.640127472527473, - "Oil_Temperature_C": 77.13913461538462, - "Motor_Current_A": 5.625413461538462, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.453486813186814, - "Pneumatic_Panel_Pressure_bar": 8.595759340659342, - "Cyclone_Filter_Drop_Pressure_bar": -0.006562637362637253, - "Tower_Discharge_Pressure_Drop_bar": 0.6755043956043958, - "Reservoir_Pressure_bar": 8.596614285714287, - "Oil_Temperature_C": 78.43945054945054, - "Motor_Current_A": 5.6321648351648355, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.305973626373627, - "Pneumatic_Panel_Pressure_bar": 8.504559340659341, - "Cyclone_Filter_Drop_Pressure_bar": -0.005379120879121312, - "Tower_Discharge_Pressure_Drop_bar": 0.6577307692307692, - "Reservoir_Pressure_bar": 8.503583516483516, - "Oil_Temperature_C": 80.83881868131868, - "Motor_Current_A": 5.57632554945055, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.247207692307692, - "Pneumatic_Panel_Pressure_bar": 8.428243956043955, - "Cyclone_Filter_Drop_Pressure_bar": -0.004549450549451329, - "Tower_Discharge_Pressure_Drop_bar": 0.6476692307692309, - "Reservoir_Pressure_bar": 8.427512087912088, - "Oil_Temperature_C": 82.00453296703297, - "Motor_Current_A": 5.556478021978022, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49175824175824173, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.273186813186813, - "Pneumatic_Panel_Pressure_bar": 8.414527472527473, - "Cyclone_Filter_Drop_Pressure_bar": -0.003956043956044767, - "Tower_Discharge_Pressure_Drop_bar": 0.6507692307692309, - "Reservoir_Pressure_bar": 8.41345054945055, - "Oil_Temperature_C": 81.87383241758242, - "Motor_Current_A": 5.559574175824175, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.207326923076923, - "Pneumatic_Panel_Pressure_bar": 8.443668681318682, - "Cyclone_Filter_Drop_Pressure_bar": -0.004401098901099802, - "Tower_Discharge_Pressure_Drop_bar": 0.6454401098901099, - "Reservoir_Pressure_bar": 8.442926373626372, - "Oil_Temperature_C": 81.3639217032967, - "Motor_Current_A": 5.548401785714286, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.322797802197803, - "Pneumatic_Panel_Pressure_bar": 8.435103296703296, - "Cyclone_Filter_Drop_Pressure_bar": -0.004268131868132606, - "Tower_Discharge_Pressure_Drop_bar": 0.6596285714285716, - "Reservoir_Pressure_bar": 8.434129670329671, - "Oil_Temperature_C": 81.455260989011, - "Motor_Current_A": 5.562851648351649, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.283993406593407, - "Pneumatic_Panel_Pressure_bar": 8.464037362637363, - "Cyclone_Filter_Drop_Pressure_bar": -0.004448351648352385, - "Tower_Discharge_Pressure_Drop_bar": 0.6577406593406593, - "Reservoir_Pressure_bar": 8.463520879120878, - "Oil_Temperature_C": 80.6651510989011, - "Motor_Current_A": 5.56589010989011, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9835164835164835, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.304502197802197, - "Pneumatic_Panel_Pressure_bar": 8.519611538461538, - "Cyclone_Filter_Drop_Pressure_bar": -0.005000000000000592, - "Tower_Discharge_Pressure_Drop_bar": 0.6589543956043957, - "Reservoir_Pressure_bar": 8.519362087912087, - "Oil_Temperature_C": 79.16265109890111, - "Motor_Current_A": 5.580146291208791, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.507435616438356, - "Pneumatic_Panel_Pressure_bar": 8.615257534246576, - "Cyclone_Filter_Drop_Pressure_bar": -0.005922739726027629, - "Tower_Discharge_Pressure_Drop_bar": 0.6769019178082193, - "Reservoir_Pressure_bar": 8.616649315068495, - "Oil_Temperature_C": 76.85749315068493, - "Motor_Current_A": 5.628572602739727, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4934246575342466, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989041095890411, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.388207357859532, - "Pneumatic_Panel_Pressure_bar": 8.67302474916388, - "Cyclone_Filter_Drop_Pressure_bar": -0.00684949832775893, - "Tower_Discharge_Pressure_Drop_bar": 0.6587371237458196, - "Reservoir_Pressure_bar": 8.675747826086956, - "Oil_Temperature_C": 75.95031772575251, - "Motor_Current_A": 5.614437290969899, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5016722408026756, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.752746402877698, - "Pneumatic_Panel_Pressure_bar": 8.58805035971223, - "Cyclone_Filter_Drop_Pressure_bar": -0.008091726618704139, - "Tower_Discharge_Pressure_Drop_bar": 0.7046564748201449, - "Reservoir_Pressure_bar": 8.591928057553956, - "Oil_Temperature_C": 75.36731115107914, - "Motor_Current_A": 5.736607464028777, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.015287769784172662, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-29T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-29T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-29T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-29T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-30T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-30T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-30T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-30T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-30T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-30T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-03-30T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.07514493492925, - "Pneumatic_Panel_Pressure_bar": 8.438434036396613, - "Cyclone_Filter_Drop_Pressure_bar": 6.426643737057138, - "Tower_Discharge_Pressure_Drop_bar": -0.02543645142365638, - "Reservoir_Pressure_bar": 8.438893175518064, - "Oil_Temperature_C": 54.55225800353869, - "Motor_Current_A": 2.663002417510436, - "Air_Intake_Valve_Status": 0.7037037037037037, - "Compressor_Outlet_Valve_Status": 0.2962962962962963, - "Active_Tower_ID": 0.8518518518518519, - "Load_Start_Signal": 0.7037037037037037, - "Low_Pressure_Switch_Status": 0.18489156043586183, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1701783439490454, - "Pneumatic_Panel_Pressure_bar": 9.14495668789809, - "Cyclone_Filter_Drop_Pressure_bar": 7.901908280254777, - "Tower_Discharge_Pressure_Drop_bar": -0.024891719745223282, - "Reservoir_Pressure_bar": 9.145389808917198, - "Oil_Temperature_C": 60.129060509554144, - "Motor_Current_A": 2.391998407643312, - "Air_Intake_Valve_Status": 0.8630573248407644, - "Compressor_Outlet_Valve_Status": 0.13694267515923567, - "Active_Tower_ID": 0.9203821656050956, - "Load_Start_Signal": 0.8630573248407644, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7594010989010997, - "Pneumatic_Panel_Pressure_bar": 9.009796703296702, - "Cyclone_Filter_Drop_Pressure_bar": 8.203785714285713, - "Tower_Discharge_Pressure_Drop_bar": -0.024115384615385295, - "Reservoir_Pressure_bar": 9.010186813186813, - "Oil_Temperature_C": 60.152953296703295, - "Motor_Current_A": 1.437506868131868, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4139285714285723, - "Pneumatic_Panel_Pressure_bar": 9.086984126984127, - "Cyclone_Filter_Drop_Pressure_bar": 7.371336385836386, - "Tower_Discharge_Pressure_Drop_bar": -0.014351648351648752, - "Reservoir_Pressure_bar": 9.087583638583638, - "Oil_Temperature_C": 62.31688797313797, - "Motor_Current_A": 2.0746016483516483, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.145876790830946, - "Pneumatic_Panel_Pressure_bar": 9.19923782234957, - "Cyclone_Filter_Drop_Pressure_bar": 7.90870659025788, - "Tower_Discharge_Pressure_Drop_bar": -0.004291690544412969, - "Reservoir_Pressure_bar": 9.200275071633238, - "Oil_Temperature_C": 64.16941260744986, - "Motor_Current_A": 2.5517421203438397, - "Air_Intake_Valve_Status": 0.8681948424068768, - "Compressor_Outlet_Valve_Status": 0.1318051575931232, - "Active_Tower_ID": 0.9312320916905444, - "Load_Start_Signal": 0.8681948424068768, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9914040114613181, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6655439560439567, - "Pneumatic_Panel_Pressure_bar": 8.989413186813188, - "Cyclone_Filter_Drop_Pressure_bar": 8.276512087912089, - "Tower_Discharge_Pressure_Drop_bar": -0.023252747252747858, - "Reservoir_Pressure_bar": 8.99078131868132, - "Oil_Temperature_C": 61.52142857142857, - "Motor_Current_A": 1.4286222527472525, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1558516483516488, - "Pneumatic_Panel_Pressure_bar": 9.080494505494507, - "Cyclone_Filter_Drop_Pressure_bar": 7.804019230769231, - "Tower_Discharge_Pressure_Drop_bar": 0.00456593406593336, - "Reservoir_Pressure_bar": 9.081780219780219, - "Oil_Temperature_C": 61.918543956043955, - "Motor_Current_A": 2.0533791208791206, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6568681318681325, - "Pneumatic_Panel_Pressure_bar": 9.00320934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.293302747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.024038461538462213, - "Reservoir_Pressure_bar": 9.004760439560439, - "Oil_Temperature_C": 61.283550824175826, - "Motor_Current_A": 1.4998791208791207, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2469395604395612, - "Pneumatic_Panel_Pressure_bar": 9.040963736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.630712087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.021324175824176467, - "Reservoir_Pressure_bar": 9.041984615384616, - "Oil_Temperature_C": 61.62447802197803, - "Motor_Current_A": 2.0057747252747253, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6565000000000007, - "Pneumatic_Panel_Pressure_bar": 9.042873626373627, - "Cyclone_Filter_Drop_Pressure_bar": 8.341747252747254, - "Tower_Discharge_Pressure_Drop_bar": -0.009994505494506051, - "Reservoir_Pressure_bar": 9.044142857142857, - "Oil_Temperature_C": 61.349381868131864, - "Motor_Current_A": 1.6293681318681317, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2652692307692315, - "Pneumatic_Panel_Pressure_bar": 9.009443956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.569332967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.02466043956044007, - "Reservoir_Pressure_bar": 9.010612087912088, - "Oil_Temperature_C": 61.236771978021984, - "Motor_Current_A": 1.882656593406593, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7826225274725283, - "Pneumatic_Panel_Pressure_bar": 9.096663186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.235958241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.024637362637363155, - "Reservoir_Pressure_bar": 9.097937912087911, - "Oil_Temperature_C": 61.955961538461544, - "Motor_Current_A": 1.8450171703296703, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0555604395604405, - "Pneumatic_Panel_Pressure_bar": 8.960246153846153, - "Cyclone_Filter_Drop_Pressure_bar": 7.816292307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.024827472527472933, - "Reservoir_Pressure_bar": 8.961685714285714, - "Oil_Temperature_C": 60.62032967032967, - "Motor_Current_A": 1.665223901098901, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7236439560439569, - "Pneumatic_Panel_Pressure_bar": 9.121912087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.291297802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.024725274725275227, - "Reservoir_Pressure_bar": 9.123013186813187, - "Oil_Temperature_C": 61.95270604395604, - "Motor_Current_A": 1.8762129120879119, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9135671232876722, - "Pneumatic_Panel_Pressure_bar": 8.963936438356164, - "Cyclone_Filter_Drop_Pressure_bar": 8.01282301369863, - "Tower_Discharge_Pressure_Drop_bar": -0.023002739726027795, - "Reservoir_Pressure_bar": 8.965448767123288, - "Oil_Temperature_C": 60.71538356164384, - "Motor_Current_A": 1.7257876712328764, - "Air_Intake_Valve_Status": 0.8958904109589041, - "Compressor_Outlet_Valve_Status": 0.10410958904109589, - "Active_Tower_ID": 0.9534246575342465, - "Load_Start_Signal": 0.8958904109589041, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6363076923076932, - "Pneumatic_Panel_Pressure_bar": 9.030924175824177, - "Cyclone_Filter_Drop_Pressure_bar": 8.36900054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.012945054945055299, - "Reservoir_Pressure_bar": 9.03262142857143, - "Oil_Temperature_C": 61.1229945054945, - "Motor_Current_A": 1.6221188186813185, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9841703296703306, - "Pneumatic_Panel_Pressure_bar": 9.022456043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.00480586080586, - "Tower_Discharge_Pressure_Drop_bar": -0.024862637362637788, - "Reservoir_Pressure_bar": 9.023728937728936, - "Oil_Temperature_C": 61.356891025641026, - "Motor_Current_A": 2.0007211538461536, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-30T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6695164835164845, - "Pneumatic_Panel_Pressure_bar": 8.95961978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.265018681318681, - "Tower_Discharge_Pressure_Drop_bar": -0.024952747252747622, - "Reservoir_Pressure_bar": 8.961240659340659, - "Oil_Temperature_C": 60.67162087912088, - "Motor_Current_A": 1.426543956043956, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.915598901098902, - "Pneumatic_Panel_Pressure_bar": 9.067306593406594, - "Cyclone_Filter_Drop_Pressure_bar": 8.133921978021979, - "Tower_Discharge_Pressure_Drop_bar": -0.018681318681318903, - "Reservoir_Pressure_bar": 9.068965934065934, - "Oil_Temperature_C": 61.22181318681319, - "Motor_Current_A": 1.9791895604395604, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.022697802197803, - "Pneumatic_Panel_Pressure_bar": 8.963827228327228, - "Cyclone_Filter_Drop_Pressure_bar": 7.866832722832722, - "Tower_Discharge_Pressure_Drop_bar": -0.025451770451770432, - "Reservoir_Pressure_bar": 8.96559768009768, - "Oil_Temperature_C": 60.124481074481075, - "Motor_Current_A": 1.6687240537240535, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6553516483516493, - "Pneumatic_Panel_Pressure_bar": 9.058214285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.365752747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.01821428571428547, - "Reservoir_Pressure_bar": 9.059967032967032, - "Oil_Temperature_C": 60.97946428571429, - "Motor_Current_A": 1.7541071428571426, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2116471306471317, - "Pneumatic_Panel_Pressure_bar": 9.06125518925519, - "Cyclone_Filter_Drop_Pressure_bar": 7.7488760683760685, - "Tower_Discharge_Pressure_Drop_bar": -0.018494505494505094, - "Reservoir_Pressure_bar": 9.062442002442003, - "Oil_Temperature_C": 61.17223748473749, - "Motor_Current_A": 2.0453983516483514, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6303928571428581, - "Pneumatic_Panel_Pressure_bar": 8.979983516483516, - "Cyclone_Filter_Drop_Pressure_bar": 8.316967032967034, - "Tower_Discharge_Pressure_Drop_bar": -0.02190934065934022, - "Reservoir_Pressure_bar": 8.981791208791208, - "Oil_Temperature_C": 60.1862293956044, - "Motor_Current_A": 1.5015350274725272, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1689604395604405, - "Pneumatic_Panel_Pressure_bar": 9.119837362637362, - "Cyclone_Filter_Drop_Pressure_bar": 7.891825274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.026347252747252158, - "Reservoir_Pressure_bar": 9.12141978021978, - "Oil_Temperature_C": 61.40550824175824, - "Motor_Current_A": 2.2067651098901098, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7740383561643847, - "Pneumatic_Panel_Pressure_bar": 8.955915616438356, - "Cyclone_Filter_Drop_Pressure_bar": 8.089302465753425, - "Tower_Discharge_Pressure_Drop_bar": -0.026443835616437886, - "Reservoir_Pressure_bar": 8.957533150684931, - "Oil_Temperature_C": 60.14475342465753, - "Motor_Current_A": 1.4742191780821916, - "Air_Intake_Valve_Status": 0.9068493150684932, - "Compressor_Outlet_Valve_Status": 0.09315068493150686, - "Active_Tower_ID": 0.9561643835616438, - "Load_Start_Signal": 0.9068493150684932, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2116445054945064, - "Pneumatic_Panel_Pressure_bar": 9.153278571428572, - "Cyclone_Filter_Drop_Pressure_bar": 7.810616483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.02452197802197759, - "Reservoir_Pressure_bar": 9.154443406593407, - "Oil_Temperature_C": 61.93978708791209, - "Motor_Current_A": 2.2128406593406593, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9255494505494505, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1854835164835174, - "Pneumatic_Panel_Pressure_bar": 9.041728937728937, - "Cyclone_Filter_Drop_Pressure_bar": 7.66829242979243, - "Tower_Discharge_Pressure_Drop_bar": -0.016108669108668826, - "Reservoir_Pressure_bar": 9.043111111111111, - "Oil_Temperature_C": 61.302556471306474, - "Motor_Current_A": 1.7684271978021977, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2094967032967043, - "Pneumatic_Panel_Pressure_bar": 9.084585714285716, - "Cyclone_Filter_Drop_Pressure_bar": 7.815671428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.017324175824175687, - "Reservoir_Pressure_bar": 9.085506593406594, - "Oil_Temperature_C": 61.65027472527473, - "Motor_Current_A": 2.1938804945054944, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9383758241758251, - "Pneumatic_Panel_Pressure_bar": 9.013523076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.75046043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.022827472527472217, - "Reservoir_Pressure_bar": 9.014751648351648, - "Oil_Temperature_C": 60.82851648351649, - "Motor_Current_A": 1.5973901098901098, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.4935494505494513, - "Pneumatic_Panel_Pressure_bar": 9.214123076923077, - "Cyclone_Filter_Drop_Pressure_bar": 6.422819230769231, - "Tower_Discharge_Pressure_Drop_bar": 0.06519395604395571, - "Reservoir_Pressure_bar": 9.215071978021978, - "Oil_Temperature_C": 64.39438186813187, - "Motor_Current_A": 2.6002039835164834, - "Air_Intake_Valve_Status": 0.7060439560439561, - "Compressor_Outlet_Valve_Status": 0.29395604395604397, - "Active_Tower_ID": 0.8516483516483516, - "Load_Start_Signal": 0.7060439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7300714285714291, - "Pneumatic_Panel_Pressure_bar": 9.03042857142857, - "Cyclone_Filter_Drop_Pressure_bar": 7.221846153846154, - "Tower_Discharge_Pressure_Drop_bar": 0.008208791208790532, - "Reservoir_Pressure_bar": 9.031236263736263, - "Oil_Temperature_C": 62.723351648351645, - "Motor_Current_A": 2.102142857142857, - "Air_Intake_Valve_Status": 0.8104395604395604, - "Compressor_Outlet_Valve_Status": 0.18956043956043955, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8104395604395604, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.160602747252748, - "Pneumatic_Panel_Pressure_bar": 9.047413736263737, - "Cyclone_Filter_Drop_Pressure_bar": 7.822836263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.024043956043956535, - "Reservoir_Pressure_bar": 9.048014285714284, - "Oil_Temperature_C": 63.808035714285715, - "Motor_Current_A": 2.1332342032967033, - "Air_Intake_Valve_Status": 0.8607142857142858, - "Compressor_Outlet_Valve_Status": 0.1392857142857143, - "Active_Tower_ID": 0.9293956043956044, - "Load_Start_Signal": 0.8607142857142858, - "Low_Pressure_Switch_Status": 0.019230769230769232, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.213026373626374, - "Pneumatic_Panel_Pressure_bar": 9.159743956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.858741758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.005118681318681696, - "Reservoir_Pressure_bar": 9.16048901098901, - "Oil_Temperature_C": 62.65712912087912, - "Motor_Current_A": 2.1457184065934065, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.450313186813187, - "Pneumatic_Panel_Pressure_bar": 9.145671428571427, - "Cyclone_Filter_Drop_Pressure_bar": 7.630312087912087, - "Tower_Discharge_Pressure_Drop_bar": 0.005741758241758026, - "Reservoir_Pressure_bar": 9.146476923076923, - "Oil_Temperature_C": 62.24355769230769, - "Motor_Current_A": 1.8697802197802196, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9273461538461546, - "Pneumatic_Panel_Pressure_bar": 9.001764285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.019725824175826, - "Tower_Discharge_Pressure_Drop_bar": -0.019434065934066144, - "Reservoir_Pressure_bar": 9.00350054945055, - "Oil_Temperature_C": 61.067994505494504, - "Motor_Current_A": 1.5373901098901097, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0873106849315075, - "Pneumatic_Panel_Pressure_bar": 9.074802191780822, - "Cyclone_Filter_Drop_Pressure_bar": 7.924478904109589, - "Tower_Discharge_Pressure_Drop_bar": -0.02369315068493169, - "Reservoir_Pressure_bar": 9.076084383561643, - "Oil_Temperature_C": 62.01390410958904, - "Motor_Current_A": 2.0083904109589037, - "Air_Intake_Valve_Status": 0.8767123287671232, - "Compressor_Outlet_Valve_Status": 0.1232876712328767, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8767123287671232, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8315225274725281, - "Pneumatic_Panel_Pressure_bar": 9.045863736263735, - "Cyclone_Filter_Drop_Pressure_bar": 8.112248351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.021587362637363185, - "Reservoir_Pressure_bar": 9.047424725274725, - "Oil_Temperature_C": 62.08513736263737, - "Motor_Current_A": 1.5794478021978018, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1641571428571436, - "Pneumatic_Panel_Pressure_bar": 8.996323076923076, - "Cyclone_Filter_Drop_Pressure_bar": 7.796037362637362, - "Tower_Discharge_Pressure_Drop_bar": -0.02128791208791264, - "Reservoir_Pressure_bar": 8.997775824175823, - "Oil_Temperature_C": 61.86681318681319, - "Motor_Current_A": 1.8500549450549448, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.657689560439561, - "Pneumatic_Panel_Pressure_bar": 9.028593406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.335766483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.015769230769231375, - "Reservoir_Pressure_bar": 9.03012087912088, - "Oil_Temperature_C": 62.39642857142857, - "Motor_Current_A": 1.6207520604395602, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.537582417582418, - "Pneumatic_Panel_Pressure_bar": 9.044690109890109, - "Cyclone_Filter_Drop_Pressure_bar": 7.437448351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.006367032967033459, - "Reservoir_Pressure_bar": 9.045735164835165, - "Oil_Temperature_C": 62.60149725274725, - "Motor_Current_A": 2.0504532967032962, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7118465753424662, - "Pneumatic_Panel_Pressure_bar": 9.067111780821918, - "Cyclone_Filter_Drop_Pressure_bar": 8.32753315068493, - "Tower_Discharge_Pressure_Drop_bar": -0.017962739726027747, - "Reservoir_Pressure_bar": 9.068705753424657, - "Oil_Temperature_C": 62.87355479452055, - "Motor_Current_A": 1.6864452054794519, - "Air_Intake_Valve_Status": 0.9178082191780822, - "Compressor_Outlet_Valve_Status": 0.0821917808219178, - "Active_Tower_ID": 0.9561643835616438, - "Load_Start_Signal": 0.9178082191780822, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-03-31T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1706318681318688, - "Pneumatic_Panel_Pressure_bar": 9.008556593406594, - "Cyclone_Filter_Drop_Pressure_bar": 7.749632967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.023510989010989636, - "Reservoir_Pressure_bar": 9.010106043956045, - "Oil_Temperature_C": 62.57243818681319, - "Motor_Current_A": 1.9869306318681315, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6711318681318689, - "Pneumatic_Panel_Pressure_bar": 8.999187912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.270686263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.010005494505495129, - "Reservoir_Pressure_bar": 9.00072857142857, - "Oil_Temperature_C": 61.96331730769231, - "Motor_Current_A": 1.5428509615384614, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1433901098901105, - "Pneumatic_Panel_Pressure_bar": 9.0875989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.790043956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.014532967032967465, - "Reservoir_Pressure_bar": 9.088714285714286, - "Oil_Temperature_C": 62.5549793956044, - "Motor_Current_A": 2.170556318681318, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.841263736263737, - "Pneumatic_Panel_Pressure_bar": 8.983924175824177, - "Cyclone_Filter_Drop_Pressure_bar": 8.084030769230768, - "Tower_Discharge_Pressure_Drop_bar": -0.019043956043956485, - "Reservoir_Pressure_bar": 8.985407692307692, - "Oil_Temperature_C": 61.5453021978022, - "Motor_Current_A": 1.4743296703296698, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1802153846153856, - "Pneumatic_Panel_Pressure_bar": 9.109112087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.855678021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.01906043956043994, - "Reservoir_Pressure_bar": 9.110525274725275, - "Oil_Temperature_C": 62.6201510989011, - "Motor_Current_A": 2.1586043956043954, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0406923076923085, - "Pneumatic_Panel_Pressure_bar": 9.01125164835165, - "Cyclone_Filter_Drop_Pressure_bar": 7.852196703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.01912087912087933, - "Reservoir_Pressure_bar": 9.012421978021978, - "Oil_Temperature_C": 61.91179258241759, - "Motor_Current_A": 1.6398276098901094, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3840824175824182, - "Pneumatic_Panel_Pressure_bar": 9.112373626373627, - "Cyclone_Filter_Drop_Pressure_bar": 7.618230769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.008758241758242044, - "Reservoir_Pressure_bar": 9.113401098901099, - "Oil_Temperature_C": 62.92342032967033, - "Motor_Current_A": 2.2859615384615384, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8823406593406602, - "Pneumatic_Panel_Pressure_bar": 8.972002197802198, - "Cyclone_Filter_Drop_Pressure_bar": 8.045146153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.02145604395604435, - "Reservoir_Pressure_bar": 8.973195604395604, - "Oil_Temperature_C": 61.730109890109894, - "Motor_Current_A": 1.4948351648351645, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1028131868131876, - "Pneumatic_Panel_Pressure_bar": 9.103016483516484, - "Cyclone_Filter_Drop_Pressure_bar": 7.913384615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.015347985347985623, - "Reservoir_Pressure_bar": 9.103998168498169, - "Oil_Temperature_C": 62.390567765567766, - "Motor_Current_A": 2.1070741758241756, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6472606837606848, - "Pneumatic_Panel_Pressure_bar": 8.93504884004884, - "Cyclone_Filter_Drop_Pressure_bar": 8.27126617826618, - "Tower_Discharge_Pressure_Drop_bar": -0.024763736263736735, - "Reservoir_Pressure_bar": 8.93599938949939, - "Oil_Temperature_C": 60.59500152625153, - "Motor_Current_A": 1.310099206349206, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.19623076923077, - "Pneumatic_Panel_Pressure_bar": 9.081927472527473, - "Cyclone_Filter_Drop_Pressure_bar": 7.796561538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.019087912087912676, - "Reservoir_Pressure_bar": 9.082748351648352, - "Oil_Temperature_C": 62.028434065934064, - "Motor_Current_A": 1.9642005494505492, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.794429670329671, - "Pneumatic_Panel_Pressure_bar": 9.069239560439561, - "Cyclone_Filter_Drop_Pressure_bar": 8.217475824175825, - "Tower_Discharge_Pressure_Drop_bar": -0.017235164835165254, - "Reservoir_Pressure_bar": 9.070030769230769, - "Oil_Temperature_C": 62.42005494505495, - "Motor_Current_A": 1.659951923076923, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7975109890109896, - "Pneumatic_Panel_Pressure_bar": 9.015296703296704, - "Cyclone_Filter_Drop_Pressure_bar": 8.122027472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.015351648351648227, - "Reservoir_Pressure_bar": 9.016747252747253, - "Oil_Temperature_C": 61.98681318681319, - "Motor_Current_A": 1.4687362637362638, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3237291666666675, - "Pneumatic_Panel_Pressure_bar": 8.992883333333333, - "Cyclone_Filter_Drop_Pressure_bar": 7.5382375, - "Tower_Discharge_Pressure_Drop_bar": -0.013437499999998858, - "Reservoir_Pressure_bar": 8.996339583333333, - "Oil_Temperature_C": 62.48791666666667, - "Motor_Current_A": 2.2232526041666665, - "Air_Intake_Valve_Status": 0.84375, - "Compressor_Outlet_Valve_Status": 0.15625, - "Active_Tower_ID": 0.9375, - "Load_Start_Signal": 0.84375, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.0229320664191813, - "Pneumatic_Panel_Pressure_bar": 9.569681761528873, - "Cyclone_Filter_Drop_Pressure_bar": 9.199412198292613, - "Tower_Discharge_Pressure_Drop_bar": -0.022213892276557366, - "Reservoir_Pressure_bar": 9.573539166677834, - "Oil_Temperature_C": 66.5772414463192, - "Motor_Current_A": 3.7701985137435168, - "Air_Intake_Valve_Status": 0.9643512872401732, - "Compressor_Outlet_Valve_Status": 0.035648712759826846, - "Active_Tower_ID": 0.9643512872401732, - "Load_Start_Signal": 0.9643512872401732, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-01T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-01T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-01T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-01T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-01T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-01T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-01T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-01T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-01T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-01T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.440102295723495, - "Pneumatic_Panel_Pressure_bar": 10.06839260490237, - "Cyclone_Filter_Drop_Pressure_bar": 3.44290669239807, - "Tower_Discharge_Pressure_Drop_bar": -0.02761899656467798, - "Reservoir_Pressure_bar": 10.068091051637026, - "Oil_Temperature_C": 61.821884534802166, - "Motor_Current_A": 4.8886814778580385, - "Air_Intake_Valve_Status": 0.3412783503312471, - "Compressor_Outlet_Valve_Status": 0.6587216496687529, - "Active_Tower_ID": 0.3412783503312471, - "Load_Start_Signal": 0.3412783503312471, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8052875457875466, - "Pneumatic_Panel_Pressure_bar": 9.208446886446886, - "Cyclone_Filter_Drop_Pressure_bar": 8.308141025641026, - "Tower_Discharge_Pressure_Drop_bar": -0.02598717948717891, - "Reservoir_Pressure_bar": 9.209637362637363, - "Oil_Temperature_C": 57.85334249084249, - "Motor_Current_A": 2.0743154761904763, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5330305418719223, - "Pneumatic_Panel_Pressure_bar": 8.997111330049261, - "Cyclone_Filter_Drop_Pressure_bar": 8.402199014778326, - "Tower_Discharge_Pressure_Drop_bar": -0.025221674876847518, - "Reservoir_Pressure_bar": 8.999095566502463, - "Oil_Temperature_C": 57.962192118226604, - "Motor_Current_A": 1.1851231527093595, - "Air_Intake_Valve_Status": 0.9359605911330049, - "Compressor_Outlet_Valve_Status": 0.06403940886699508, - "Active_Tower_ID": 0.9655172413793104, - "Load_Start_Signal": 0.9359605911330049, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.220613146011038, - "Pneumatic_Panel_Pressure_bar": 8.563826392373306, - "Cyclone_Filter_Drop_Pressure_bar": 7.372086971065396, - "Tower_Discharge_Pressure_Drop_bar": -0.02573172771366444, - "Reservoir_Pressure_bar": 8.568753303227965, - "Oil_Temperature_C": 55.0713455427329, - "Motor_Current_A": 0.8384152868372637, - "Air_Intake_Valve_Status": 0.8658638568322462, - "Compressor_Outlet_Valve_Status": 0.1341361431677538, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8658638568322462, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-02T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.6851841881367395, - "Pneumatic_Panel_Pressure_bar": 9.760339579833765, - "Cyclone_Filter_Drop_Pressure_bar": 7.2119851145676535, - "Tower_Discharge_Pressure_Drop_bar": 0.10242331493560757, - "Reservoir_Pressure_bar": 9.760168059221769, - "Oil_Temperature_C": 62.408815273747976, - "Motor_Current_A": 4.4860300090170675, - "Air_Intake_Valve_Status": 0.7448642713264542, - "Compressor_Outlet_Valve_Status": 0.2551357286735458, - "Active_Tower_ID": 0.8695652173913043, - "Load_Start_Signal": 0.7448642713264542, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9565217391304348, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7444230769230773, - "Pneumatic_Panel_Pressure_bar": 9.075175824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.238285714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.010697802197801993, - "Reservoir_Pressure_bar": 9.07684065934066, - "Oil_Temperature_C": 59.45027472527473, - "Motor_Current_A": 1.551146978021978, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8056456456456461, - "Pneumatic_Panel_Pressure_bar": 9.026326726726726, - "Cyclone_Filter_Drop_Pressure_bar": 8.181697297297298, - "Tower_Discharge_Pressure_Drop_bar": -0.01501501501501418, - "Reservoir_Pressure_bar": 9.029817417417418, - "Oil_Temperature_C": 61.43471471471472, - "Motor_Current_A": 1.566186186186186, - "Air_Intake_Valve_Status": 0.9099099099099099, - "Compressor_Outlet_Valve_Status": 0.09009009009009009, - "Active_Tower_ID": 0.948948948948949, - "Load_Start_Signal": 0.9099099099099099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.993993993993994, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1392324175824176, - "Pneumatic_Panel_Pressure_bar": 9.059314285714287, - "Cyclone_Filter_Drop_Pressure_bar": 7.83555054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.01435714285714154, - "Reservoir_Pressure_bar": 9.061381868131868, - "Oil_Temperature_C": 62.79787774725275, - "Motor_Current_A": 1.8917630494505493, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8849862637362639, - "Pneumatic_Panel_Pressure_bar": 9.10540934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.083307692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.010975274725273534, - "Reservoir_Pressure_bar": 9.10717032967033, - "Oil_Temperature_C": 63.222149725274726, - "Motor_Current_A": 1.7179052197802198, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8496318681318682, - "Pneumatic_Panel_Pressure_bar": 9.02833021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.085236813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.012932417582416443, - "Reservoir_Pressure_bar": 9.029662087912088, - "Oil_Temperature_C": 62.773722527472536, - "Motor_Current_A": 1.489690934065934, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9974306849315069, - "Pneumatic_Panel_Pressure_bar": 8.960863561643835, - "Cyclone_Filter_Drop_Pressure_bar": 7.874529863013699, - "Tower_Discharge_Pressure_Drop_bar": -0.0037095890410947536, - "Reservoir_Pressure_bar": 8.962074520547946, - "Oil_Temperature_C": 62.43243150684932, - "Motor_Current_A": 1.5663287671232875, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0006225274725276, - "Pneumatic_Panel_Pressure_bar": 9.098995054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.051726373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.023104945054944943, - "Reservoir_Pressure_bar": 9.09884065934066, - "Oil_Temperature_C": 63.00794642857144, - "Motor_Current_A": 2.011824175824176, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0388291208791212, - "Pneumatic_Panel_Pressure_bar": 9.058303846153846, - "Cyclone_Filter_Drop_Pressure_bar": 7.851715384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.022038461538461857, - "Reservoir_Pressure_bar": 9.0587489010989, - "Oil_Temperature_C": 62.287094780219775, - "Motor_Current_A": 1.6590309065934064, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0577214285714291, - "Pneumatic_Panel_Pressure_bar": 8.939860439560439, - "Cyclone_Filter_Drop_Pressure_bar": 7.747874725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.021549450549451076, - "Reservoir_Pressure_bar": 8.939968131868133, - "Oil_Temperature_C": 61.22962912087912, - "Motor_Current_A": 1.6647026098901094, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-02T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1448434065934072, - "Pneumatic_Panel_Pressure_bar": 9.125986263736264, - "Cyclone_Filter_Drop_Pressure_bar": 7.914848901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.016788461538461728, - "Reservoir_Pressure_bar": 9.12612912087912, - "Oil_Temperature_C": 62.43506181318681, - "Motor_Current_A": 2.1423351648351647, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.956307692307693, - "Pneumatic_Panel_Pressure_bar": 9.081506043956043, - "Cyclone_Filter_Drop_Pressure_bar": 7.95613021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.009850000000000327, - "Reservoir_Pressure_bar": 9.082018681318681, - "Oil_Temperature_C": 61.355439560439564, - "Motor_Current_A": 1.6225295329670328, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.190642857142858, - "Pneumatic_Panel_Pressure_bar": 8.997794505494506, - "Cyclone_Filter_Drop_Pressure_bar": 7.696332967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.011593956043955978, - "Reservoir_Pressure_bar": 8.997773076923078, - "Oil_Temperature_C": 60.31271978021979, - "Motor_Current_A": 1.7752335164835162, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.72243526170799, - "Pneumatic_Panel_Pressure_bar": 9.087112947658401, - "Cyclone_Filter_Drop_Pressure_bar": 8.323663911845731, - "Tower_Discharge_Pressure_Drop_bar": -0.025443526170798456, - "Reservoir_Pressure_bar": 9.0873608815427, - "Oil_Temperature_C": 60.767561983471076, - "Motor_Current_A": 1.7631749311294764, - "Air_Intake_Valve_Status": 0.9201101928374655, - "Compressor_Outlet_Valve_Status": 0.07988980716253444, - "Active_Tower_ID": 0.9696969696969697, - "Load_Start_Signal": 0.9201101928374655, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6323516483516494, - "Pneumatic_Panel_Pressure_bar": 8.95666098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.293424725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.026670879120878486, - "Reservoir_Pressure_bar": 8.957391758241759, - "Oil_Temperature_C": 57.53824175824176, - "Motor_Current_A": 1.3243200549450547, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9576868131868141, - "Pneumatic_Panel_Pressure_bar": 8.985641758241758, - "Cyclone_Filter_Drop_Pressure_bar": 7.970781318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.02004010989010929, - "Reservoir_Pressure_bar": 8.985997252747252, - "Oil_Temperature_C": 56.901263736263736, - "Motor_Current_A": 1.6563255494505493, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7552087912087921, - "Pneumatic_Panel_Pressure_bar": 9.121937362637363, - "Cyclone_Filter_Drop_Pressure_bar": 8.295565934065936, - "Tower_Discharge_Pressure_Drop_bar": -0.020551648351647602, - "Reservoir_Pressure_bar": 9.1213, - "Oil_Temperature_C": 59.644478021978024, - "Motor_Current_A": 1.7642980769230767, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0570604395604404, - "Pneumatic_Panel_Pressure_bar": 9.0216, - "Cyclone_Filter_Drop_Pressure_bar": 7.895535164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.01605054945054893, - "Reservoir_Pressure_bar": 9.021402197802198, - "Oil_Temperature_C": 60.05333791208791, - "Motor_Current_A": 1.8446346153846152, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7165719780219788, - "Pneumatic_Panel_Pressure_bar": 9.06309175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.253190659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.018335164835165067, - "Reservoir_Pressure_bar": 9.063564835164835, - "Oil_Temperature_C": 59.50653846153846, - "Motor_Current_A": 1.62017239010989, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7008406593406603, - "Pneumatic_Panel_Pressure_bar": 9.002093406593406, - "Cyclone_Filter_Drop_Pressure_bar": 8.232994505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.015186813186813489, - "Reservoir_Pressure_bar": 9.002873626373626, - "Oil_Temperature_C": 59.935370879120875, - "Motor_Current_A": 1.363914835164835, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5913669108669116, - "Pneumatic_Panel_Pressure_bar": 9.026054334554335, - "Cyclone_Filter_Drop_Pressure_bar": 8.412186202686202, - "Tower_Discharge_Pressure_Drop_bar": -0.022421855921855183, - "Reservoir_Pressure_bar": 9.027675213675213, - "Oil_Temperature_C": 61.16872710622711, - "Motor_Current_A": 1.3723092185592183, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6425769230769237, - "Pneumatic_Panel_Pressure_bar": 9.017531135531135, - "Cyclone_Filter_Drop_Pressure_bar": 8.317157509157509, - "Tower_Discharge_Pressure_Drop_bar": -0.020895604395603423, - "Reservoir_Pressure_bar": 9.019454212454214, - "Oil_Temperature_C": 62.33580586080586, - "Motor_Current_A": 1.3214903846153845, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7071791208791214, - "Pneumatic_Panel_Pressure_bar": 9.025313186813186, - "Cyclone_Filter_Drop_Pressure_bar": 8.279008791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.016483516483515696, - "Reservoir_Pressure_bar": 9.027901098901099, - "Oil_Temperature_C": 62.69056318681319, - "Motor_Current_A": 1.3563159340659339, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6793928571428576, - "Pneumatic_Panel_Pressure_bar": 9.007414835164836, - "Cyclone_Filter_Drop_Pressure_bar": 8.273928571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.019854395604395128, - "Reservoir_Pressure_bar": 9.010717032967033, - "Oil_Temperature_C": 62.355906593406594, - "Motor_Current_A": 1.3658310439560437, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8820675824175828, - "Pneumatic_Panel_Pressure_bar": 8.992995054945053, - "Cyclone_Filter_Drop_Pressure_bar": 8.05065989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.00796538461538421, - "Reservoir_Pressure_bar": 8.994725824175823, - "Oil_Temperature_C": 62.93625686813187, - "Motor_Current_A": 1.487745192307692, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.598759340659341, - "Pneumatic_Panel_Pressure_bar": 8.983961538461537, - "Cyclone_Filter_Drop_Pressure_bar": 8.373559340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.019894505494505044, - "Reservoir_Pressure_bar": 8.985725274725276, - "Oil_Temperature_C": 63.37983516483517, - "Motor_Current_A": 1.2852678571428569, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7577417582417585, - "Pneumatic_Panel_Pressure_bar": 8.94, - "Cyclone_Filter_Drop_Pressure_bar": 8.151659340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.012692307692307031, - "Reservoir_Pressure_bar": 8.941274725274726, - "Oil_Temperature_C": 63.118200549450556, - "Motor_Current_A": 1.3995535714285712, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9399824175824179, - "Pneumatic_Panel_Pressure_bar": 9.05854120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.019408791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.015429670329669487, - "Reservoir_Pressure_bar": 9.059325824175824, - "Oil_Temperature_C": 63.05447802197803, - "Motor_Current_A": 1.5328578296703297, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7152318681318683, - "Pneumatic_Panel_Pressure_bar": 9.010079120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.208051648351647, - "Tower_Discharge_Pressure_Drop_bar": -0.014456043956042922, - "Reservoir_Pressure_bar": 9.010469230769232, - "Oil_Temperature_C": 61.71391483516484, - "Motor_Current_A": 1.3888942307692305, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7251318681318684, - "Pneumatic_Panel_Pressure_bar": 9.014148351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.251716483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.019164835164834894, - "Reservoir_Pressure_bar": 9.013587912087912, - "Oil_Temperature_C": 61.90510989010989, - "Motor_Current_A": 1.3970370879120877, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.014238095238094408, - "Pneumatic_Panel_Pressure_bar": 8.251, - "Cyclone_Filter_Drop_Pressure_bar": 8.241047619047619, - "Tower_Discharge_Pressure_Drop_bar": -0.022761904761904116, - "Reservoir_Pressure_bar": 8.252190476190476, - "Oil_Temperature_C": 55.86904761904761, - "Motor_Current_A": 0.04452380952380935, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9444928909952622, - "Pneumatic_Panel_Pressure_bar": 7.854470774091627, - "Cyclone_Filter_Drop_Pressure_bar": 6.962088467614535, - "Tower_Discharge_Pressure_Drop_bar": -0.022593996840440944, - "Reservoir_Pressure_bar": 7.853579778830964, - "Oil_Temperature_C": 51.71674565560822, - "Motor_Current_A": 0.8639731437598736, - "Air_Intake_Valve_Status": 0.8515007898894155, - "Compressor_Outlet_Valve_Status": 0.1484992101105845, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8515007898894155, - "Low_Pressure_Switch_Status": 0.1484992101105845, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-03T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-03T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-03T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-04T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-04T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.119807197758347, - "Pneumatic_Panel_Pressure_bar": 8.944558151297489, - "Cyclone_Filter_Drop_Pressure_bar": 7.822622925008634, - "Tower_Discharge_Pressure_Drop_bar": -0.027228805686697517, - "Reservoir_Pressure_bar": 8.94362618537099, - "Oil_Temperature_C": 45.50174199480616, - "Motor_Current_A": 1.8125146571036106, - "Air_Intake_Valve_Status": 0.8643962114614686, - "Compressor_Outlet_Valve_Status": 0.13560378853853153, - "Active_Tower_ID": 0.9289940828402367, - "Load_Start_Signal": 0.8643962114614686, - "Low_Pressure_Switch_Status": 0.05276355185214099, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5902142857142869, - "Pneumatic_Panel_Pressure_bar": 9.015453296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.401585164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.02182417582417485, - "Reservoir_Pressure_bar": 9.015386813186813, - "Oil_Temperature_C": 49.283530219780225, - "Motor_Current_A": 1.3455082417582416, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7680769230769241, - "Pneumatic_Panel_Pressure_bar": 8.97916043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.163557692307691, - "Tower_Discharge_Pressure_Drop_bar": -0.02362472527472429, - "Reservoir_Pressure_bar": 8.979409340659341, - "Oil_Temperature_C": 52.3382760989011, - "Motor_Current_A": 1.4784773351648348, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1066565934065944, - "Pneumatic_Panel_Pressure_bar": 9.08307967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.90453021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.024456043956043345, - "Reservoir_Pressure_bar": 9.08373901098901, - "Oil_Temperature_C": 60.3676510989011, - "Motor_Current_A": 2.08323489010989, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0790038461538471, - "Pneumatic_Panel_Pressure_bar": 9.045002747252747, - "Cyclone_Filter_Drop_Pressure_bar": 7.869352747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.01716098901098903, - "Reservoir_Pressure_bar": 9.045198901098901, - "Oil_Temperature_C": 59.36517857142857, - "Motor_Current_A": 1.7968083791208789, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.675708791208792, - "Pneumatic_Panel_Pressure_bar": 9.027268131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.271992857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.02518681318681338, - "Reservoir_Pressure_bar": 9.026855494505494, - "Oil_Temperature_C": 59.879326923076924, - "Motor_Current_A": 1.6127300824175823, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7244945054945064, - "Pneumatic_Panel_Pressure_bar": 9.011571428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.242818681318681, - "Tower_Discharge_Pressure_Drop_bar": -0.0230439560439565, - "Reservoir_Pressure_bar": 9.01198901098901, - "Oil_Temperature_C": 59.29677197802198, - "Motor_Current_A": 1.4592307692307689, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.79373076923077, - "Pneumatic_Panel_Pressure_bar": 9.026664835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.169878021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.0013516483516485371, - "Reservoir_Pressure_bar": 9.027174725274724, - "Oil_Temperature_C": 60.63983516483517, - "Motor_Current_A": 1.453068681318681, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7785934065934071, - "Pneumatic_Panel_Pressure_bar": 9.025972527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.150948351648353, - "Tower_Discharge_Pressure_Drop_bar": -0.014131868131867691, - "Reservoir_Pressure_bar": 9.027365934065935, - "Oil_Temperature_C": 61.340590659340656, - "Motor_Current_A": 1.4497074175824176, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7430192307692313, - "Pneumatic_Panel_Pressure_bar": 8.996967032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.191695054945056, - "Tower_Discharge_Pressure_Drop_bar": -0.011736263736262758, - "Reservoir_Pressure_bar": 8.998923076923077, - "Oil_Temperature_C": 61.03358516483517, - "Motor_Current_A": 1.3958550824175822, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7719818681318685, - "Pneumatic_Panel_Pressure_bar": 9.010268131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.122528021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.0077692307692297695, - "Reservoir_Pressure_bar": 9.011070329670329, - "Oil_Temperature_C": 61.58680631868132, - "Motor_Current_A": 1.2886215659340658, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6172547945205483, - "Pneumatic_Panel_Pressure_bar": 9.020534794520547, - "Cyclone_Filter_Drop_Pressure_bar": 8.380869041095892, - "Tower_Discharge_Pressure_Drop_bar": -0.01255890410958797, - "Reservoir_Pressure_bar": 9.022485479452055, - "Oil_Temperature_C": 62.02469178082192, - "Motor_Current_A": 1.4634404109589039, - "Air_Intake_Valve_Status": 0.9315068493150684, - "Compressor_Outlet_Valve_Status": 0.0684931506849315, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9315068493150684, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6984890109890115, - "Pneumatic_Panel_Pressure_bar": 8.992936263736263, - "Cyclone_Filter_Drop_Pressure_bar": 8.236749450549452, - "Tower_Discharge_Pressure_Drop_bar": -0.021175274725273672, - "Reservoir_Pressure_bar": 8.993876373626374, - "Oil_Temperature_C": 62.480199175824175, - "Motor_Current_A": 1.3810638736263732, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7159450549450553, - "Pneumatic_Panel_Pressure_bar": 9.002325274725274, - "Cyclone_Filter_Drop_Pressure_bar": 8.210675274725276, - "Tower_Discharge_Pressure_Drop_bar": -0.009379120879119875, - "Reservoir_Pressure_bar": 9.003815934065935, - "Oil_Temperature_C": 61.87487637362638, - "Motor_Current_A": 1.3659752747252745, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8375851648351651, - "Pneumatic_Panel_Pressure_bar": 9.00167857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.035101648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.0054313186813176, - "Reservoir_Pressure_bar": 9.002269230769231, - "Oil_Temperature_C": 61.22740384615385, - "Motor_Current_A": 1.3156249999999996, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7781796703296707, - "Pneumatic_Panel_Pressure_bar": 8.97133076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.091063186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.014295054945054014, - "Reservoir_Pressure_bar": 8.970788461538461, - "Oil_Temperature_C": 60.85752747252747, - "Motor_Current_A": 1.2802671703296702, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3633620879120884, - "Pneumatic_Panel_Pressure_bar": 8.98707967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.597223626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.020846153846153233, - "Reservoir_Pressure_bar": 8.987914835164835, - "Oil_Temperature_C": 60.45510989010989, - "Motor_Current_A": 1.1286174450549449, - "Air_Intake_Valve_Status": 0.9587912087912088, - "Compressor_Outlet_Valve_Status": 0.04120879120879121, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9587912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9839393939393943, - "Pneumatic_Panel_Pressure_bar": 9.02426997245179, - "Cyclone_Filter_Drop_Pressure_bar": 7.994490358126722, - "Tower_Discharge_Pressure_Drop_bar": -0.006126721763085074, - "Reservoir_Pressure_bar": 9.023493112947659, - "Oil_Temperature_C": 62.111157024793386, - "Motor_Current_A": 1.8418595041322312, - "Air_Intake_Valve_Status": 0.8898071625344353, - "Compressor_Outlet_Valve_Status": 0.11019283746556474, - "Active_Tower_ID": 0.9449035812672176, - "Load_Start_Signal": 0.8898071625344353, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8004285714285719, - "Pneumatic_Panel_Pressure_bar": 9.013692307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.106263736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.022532967032966807, - "Reservoir_Pressure_bar": 9.013302197802197, - "Oil_Temperature_C": 62.138392857142854, - "Motor_Current_A": 1.6194986263736262, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6945109890109895, - "Pneumatic_Panel_Pressure_bar": 8.924684615384615, - "Cyclone_Filter_Drop_Pressure_bar": 8.18093076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.02312747252747232, - "Reservoir_Pressure_bar": 8.92438021978022, - "Oil_Temperature_C": 61.972733516483515, - "Motor_Current_A": 1.3516840659340656, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.106051648351649, - "Pneumatic_Panel_Pressure_bar": 9.088401098901098, - "Cyclone_Filter_Drop_Pressure_bar": 7.839104395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.013250549450549699, - "Reservoir_Pressure_bar": 9.087181318681319, - "Oil_Temperature_C": 63.621359890109886, - "Motor_Current_A": 2.101950549450549, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7068021978021984, - "Pneumatic_Panel_Pressure_bar": 8.952447802197801, - "Cyclone_Filter_Drop_Pressure_bar": 8.220791208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.023401098901098875, - "Reservoir_Pressure_bar": 8.95229945054945, - "Oil_Temperature_C": 62.28880494505494, - "Motor_Current_A": 1.3721085164835163, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-04T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.093972527472528, - "Pneumatic_Panel_Pressure_bar": 9.054876373626373, - "Cyclone_Filter_Drop_Pressure_bar": 7.863423076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.012439560439560796, - "Reservoir_Pressure_bar": 9.054524725274726, - "Oil_Temperature_C": 62.55559752747253, - "Motor_Current_A": 1.9148351648351645, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7561719780219784, - "Pneumatic_Panel_Pressure_bar": 9.037855494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.240073626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.012664835164835431, - "Reservoir_Pressure_bar": 9.036489560439561, - "Oil_Temperature_C": 61.92292582417582, - "Motor_Current_A": 1.5911627747252748, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8432767123287678, - "Pneumatic_Panel_Pressure_bar": 8.99410794520548, - "Cyclone_Filter_Drop_Pressure_bar": 8.085368767123288, - "Tower_Discharge_Pressure_Drop_bar": -0.008454794520548464, - "Reservoir_Pressure_bar": 8.992502465753423, - "Oil_Temperature_C": 61.35700684931506, - "Motor_Current_A": 1.4691575342465752, - "Air_Intake_Valve_Status": 0.9013698630136986, - "Compressor_Outlet_Valve_Status": 0.09863013698630137, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9013698630136986, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9940494505494512, - "Pneumatic_Panel_Pressure_bar": 8.96799120879121, - "Cyclone_Filter_Drop_Pressure_bar": 7.952645054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.02216483516483579, - "Reservoir_Pressure_bar": 8.96641978021978, - "Oil_Temperature_C": 60.9926510989011, - "Motor_Current_A": 1.6674519230769231, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.631492857142858, - "Pneumatic_Panel_Pressure_bar": 9.052067582417582, - "Cyclone_Filter_Drop_Pressure_bar": 8.388494505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.024615384615385105, - "Reservoir_Pressure_bar": 9.051065934065935, - "Oil_Temperature_C": 61.41741758241758, - "Motor_Current_A": 1.6238907967032965, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6956868131868141, - "Pneumatic_Panel_Pressure_bar": 8.916874725274726, - "Cyclone_Filter_Drop_Pressure_bar": 8.16916043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.015247252747253427, - "Reservoir_Pressure_bar": 8.916343956043956, - "Oil_Temperature_C": 60.40554945054945, - "Motor_Current_A": 1.3643131868131868, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.028186813186814, - "Pneumatic_Panel_Pressure_bar": 9.06206923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.004184615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.010107692307693018, - "Reservoir_Pressure_bar": 9.061635164835165, - "Oil_Temperature_C": 61.60912087912088, - "Motor_Current_A": 2.0062335164835163, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5982000000000008, - "Pneumatic_Panel_Pressure_bar": 8.967856043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.331743956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.02401648351648426, - "Reservoir_Pressure_bar": 8.967295604395604, - "Oil_Temperature_C": 60.49049450549451, - "Motor_Current_A": 1.3028365384615386, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9909192307692315, - "Pneumatic_Panel_Pressure_bar": 8.923152747252747, - "Cyclone_Filter_Drop_Pressure_bar": 7.89050054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.02334065934065996, - "Reservoir_Pressure_bar": 8.922429120879121, - "Oil_Temperature_C": 60.31615384615385, - "Motor_Current_A": 1.555879120879121, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9478400000000006, - "Pneumatic_Panel_Pressure_bar": 9.108142465753424, - "Cyclone_Filter_Drop_Pressure_bar": 8.050695890410958, - "Tower_Discharge_Pressure_Drop_bar": -0.02360000000000044, - "Reservoir_Pressure_bar": 9.107008767123288, - "Oil_Temperature_C": 61.99919863013699, - "Motor_Current_A": 1.9548212328767125, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8206208791208798, - "Pneumatic_Panel_Pressure_bar": 9.040122527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.142606043956045, - "Tower_Discharge_Pressure_Drop_bar": -0.01761593406593433, - "Reservoir_Pressure_bar": 9.039062087912088, - "Oil_Temperature_C": 61.451222527472524, - "Motor_Current_A": 1.4926442307692307, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7521615384615392, - "Pneumatic_Panel_Pressure_bar": 8.910056043956045, - "Cyclone_Filter_Drop_Pressure_bar": 8.123603296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.021417582417582886, - "Reservoir_Pressure_bar": 8.90905054945055, - "Oil_Temperature_C": 60.715151098901096, - "Motor_Current_A": 1.4073695054945057, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2387967032967038, - "Pneumatic_Panel_Pressure_bar": 9.074736263736265, - "Cyclone_Filter_Drop_Pressure_bar": 7.757670329670329, - "Tower_Discharge_Pressure_Drop_bar": 0.001945054945054585, - "Reservoir_Pressure_bar": 9.073612637362638, - "Oil_Temperature_C": 61.92211538461539, - "Motor_Current_A": 1.9773042582417582, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7854521978021984, - "Pneumatic_Panel_Pressure_bar": 9.038648901098902, - "Cyclone_Filter_Drop_Pressure_bar": 8.197899450549452, - "Tower_Discharge_Pressure_Drop_bar": -0.010554945054945312, - "Reservoir_Pressure_bar": 9.038097252747253, - "Oil_Temperature_C": 61.67305631868132, - "Motor_Current_A": 1.6302960164835163, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9193156164383567, - "Pneumatic_Panel_Pressure_bar": 9.016530410958906, - "Cyclone_Filter_Drop_Pressure_bar": 7.961335890410959, - "Tower_Discharge_Pressure_Drop_bar": -0.019479452054794268, - "Reservoir_Pressure_bar": 9.016245479452055, - "Oil_Temperature_C": 61.35893150684932, - "Motor_Current_A": 1.5577671232876713, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1029835164835167, - "Pneumatic_Panel_Pressure_bar": 8.944782417582417, - "Cyclone_Filter_Drop_Pressure_bar": 7.8082170329670335, - "Tower_Discharge_Pressure_Drop_bar": -0.02070824175824148, - "Reservoir_Pressure_bar": 8.944067582417583, - "Oil_Temperature_C": 61.318131868131864, - "Motor_Current_A": 1.6979876373626372, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7401164835164838, - "Pneumatic_Panel_Pressure_bar": 9.061135164835164, - "Cyclone_Filter_Drop_Pressure_bar": 8.267628571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.02205934065934076, - "Reservoir_Pressure_bar": 9.060471428571429, - "Oil_Temperature_C": 62.37521978021979, - "Motor_Current_A": 1.7710480769230768, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6873296703296707, - "Pneumatic_Panel_Pressure_bar": 8.961624175824175, - "Cyclone_Filter_Drop_Pressure_bar": 8.193774175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.02343956043956063, - "Reservoir_Pressure_bar": 8.961025274725275, - "Oil_Temperature_C": 61.14515796703297, - "Motor_Current_A": 1.361401098901099, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0425989010989014, - "Pneumatic_Panel_Pressure_bar": 8.987245054945054, - "Cyclone_Filter_Drop_Pressure_bar": 7.897962637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.021142857142857425, - "Reservoir_Pressure_bar": 8.986651648351648, - "Oil_Temperature_C": 61.74085164835165, - "Motor_Current_A": 1.778598901098901, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8366208791208793, - "Pneumatic_Panel_Pressure_bar": 9.067304395604395, - "Cyclone_Filter_Drop_Pressure_bar": 8.1882, - "Tower_Discharge_Pressure_Drop_bar": -0.01411538461538501, - "Reservoir_Pressure_bar": 9.06651868131868, - "Oil_Temperature_C": 62.1446771978022, - "Motor_Current_A": 1.6894168956043958, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6828131868131873, - "Pneumatic_Panel_Pressure_bar": 8.946954212454212, - "Cyclone_Filter_Drop_Pressure_bar": 8.230004273504273, - "Tower_Discharge_Pressure_Drop_bar": -0.023945054945055392, - "Reservoir_Pressure_bar": 8.946135531135532, - "Oil_Temperature_C": 61.01733058608059, - "Motor_Current_A": 1.349697802197802, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0771978021978026, - "Pneumatic_Panel_Pressure_bar": 9.030021978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.8853351648351655, - "Tower_Discharge_Pressure_Drop_bar": -0.021983516483516822, - "Reservoir_Pressure_bar": 9.029038461538462, - "Oil_Temperature_C": 61.76456043956044, - "Motor_Current_A": 1.8736126373626374, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.754802197802198, - "Pneumatic_Panel_Pressure_bar": 9.056074725274724, - "Cyclone_Filter_Drop_Pressure_bar": 8.229316483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.023631868131868575, - "Reservoir_Pressure_bar": 9.055795604395605, - "Oil_Temperature_C": 61.77410714285715, - "Motor_Current_A": 1.6041016483516484, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7408516483516489, - "Pneumatic_Panel_Pressure_bar": 8.977834065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.148484615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.023395604395604508, - "Reservoir_Pressure_bar": 8.976786813186813, - "Oil_Temperature_C": 60.982719780219774, - "Motor_Current_A": 1.4035274725274725, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-05T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1099758241758246, - "Pneumatic_Panel_Pressure_bar": 9.020908791208791, - "Cyclone_Filter_Drop_Pressure_bar": 7.831732967032966, - "Tower_Discharge_Pressure_Drop_bar": -0.017897802197802685, - "Reservoir_Pressure_bar": 9.020090109890111, - "Oil_Temperature_C": 61.96854395604395, - "Motor_Current_A": 1.9211950549450547, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7277813186813192, - "Pneumatic_Panel_Pressure_bar": 9.059536263736263, - "Cyclone_Filter_Drop_Pressure_bar": 8.268025274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.015730769230769527, - "Reservoir_Pressure_bar": 9.059183516483516, - "Oil_Temperature_C": 61.69456043956044, - "Motor_Current_A": 1.5800618131868134, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7808901098901104, - "Pneumatic_Panel_Pressure_bar": 8.982153846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.112038461538463, - "Tower_Discharge_Pressure_Drop_bar": -0.006368131868132233, - "Reservoir_Pressure_bar": 8.981807692307692, - "Oil_Temperature_C": 60.95837912087913, - "Motor_Current_A": 1.433324175824176, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9754681318681323, - "Pneumatic_Panel_Pressure_bar": 8.979213186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.955278021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.02266373626373678, - "Reservoir_Pressure_bar": 8.978548351648351, - "Oil_Temperature_C": 61.056098901098906, - "Motor_Current_A": 1.7793269230769229, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6427747252747259, - "Pneumatic_Panel_Pressure_bar": 9.02685934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.352421978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.01519780219780286, - "Reservoir_Pressure_bar": 9.026463736263736, - "Oil_Temperature_C": 61.43506868131868, - "Motor_Current_A": 1.5772609890109892, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7555329670329677, - "Pneumatic_Panel_Pressure_bar": 8.956242307692309, - "Cyclone_Filter_Drop_Pressure_bar": 8.131954945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.023928571428572108, - "Reservoir_Pressure_bar": 8.955936263736263, - "Oil_Temperature_C": 60.699347527472526, - "Motor_Current_A": 1.4135851648351647, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0948351648351655, - "Pneumatic_Panel_Pressure_bar": 9.049209890109891, - "Cyclone_Filter_Drop_Pressure_bar": 7.896484615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.013545054945055627, - "Reservoir_Pressure_bar": 9.049303296703297, - "Oil_Temperature_C": 61.238461538461536, - "Motor_Current_A": 1.8640247252747253, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6554802259887011, - "Pneumatic_Panel_Pressure_bar": 9.042014689265537, - "Cyclone_Filter_Drop_Pressure_bar": 8.361168361581921, - "Tower_Discharge_Pressure_Drop_bar": -0.024090395480226637, - "Reservoir_Pressure_bar": 9.04242372881356, - "Oil_Temperature_C": 62.237612994350286, - "Motor_Current_A": 1.7819887005649717, - "Air_Intake_Valve_Status": 0.9265536723163842, - "Compressor_Outlet_Valve_Status": 0.07344632768361582, - "Active_Tower_ID": 0.96045197740113, - "Load_Start_Signal": 0.9265536723163842, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01484694109620153, - "Pneumatic_Panel_Pressure_bar": 9.322117807596088, - "Cyclone_Filter_Drop_Pressure_bar": 9.310117807596088, - "Tower_Discharge_Pressure_Drop_bar": -0.024423470548101643, - "Reservoir_Pressure_bar": 9.323270866499886, - "Oil_Temperature_C": 60.8450875596998, - "Motor_Current_A": 0.8492113941323625, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013160157899866756, - "Pneumatic_Panel_Pressure_bar": 8.691041343123558, - "Cyclone_Filter_Drop_Pressure_bar": 8.68046991455213, - "Tower_Discharge_Pressure_Drop_bar": -0.024187221807076664, - "Reservoir_Pressure_bar": 8.69052404236655, - "Oil_Temperature_C": 56.95365041911693, - "Motor_Current_A": 3.808711113908834, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.017719780219781, - "Pneumatic_Panel_Pressure_bar": 8.883747252747254, - "Cyclone_Filter_Drop_Pressure_bar": 7.85334065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.023532967032967304, - "Reservoir_Pressure_bar": 8.883241758241759, - "Oil_Temperature_C": 58.659065934065936, - "Motor_Current_A": 1.7391140109890106, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0.0521978021978022, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5059444444444454, - "Pneumatic_Panel_Pressure_bar": 8.565189444444444, - "Cyclone_Filter_Drop_Pressure_bar": 4.770761666666667, - "Tower_Discharge_Pressure_Drop_bar": -0.023411111111111202, - "Reservoir_Pressure_bar": 8.565328333333333, - "Oil_Temperature_C": 51.15150694444444, - "Motor_Current_A": 0.632722222222222, - "Air_Intake_Valve_Status": 0.5416666666666666, - "Compressor_Outlet_Valve_Status": 0.4583333333333333, - "Active_Tower_ID": 0.7694444444444445, - "Load_Start_Signal": 0.5416666666666666, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.03310874309924322, - "Pneumatic_Panel_Pressure_bar": 9.70207985620747, - "Cyclone_Filter_Drop_Pressure_bar": 9.629970984722044, - "Tower_Discharge_Pressure_Drop_bar": -0.018003081268456414, - "Reservoir_Pressure_bar": 9.700079856207472, - "Oil_Temperature_C": 58.24260816536141, - "Motor_Current_A": 3.813635896777507, - "Air_Intake_Valve_Status": 0.9942226216459109, - "Compressor_Outlet_Valve_Status": 0.005777378354089101, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9942226216459109, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-06T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.5552726052870267, - "Pneumatic_Panel_Pressure_bar": 9.310041473707752, - "Cyclone_Filter_Drop_Pressure_bar": 5.575384930774997, - "Tower_Discharge_Pressure_Drop_bar": 0.19748872230896417, - "Reservoir_Pressure_bar": 9.309751151127106, - "Oil_Temperature_C": 68.58914488588125, - "Motor_Current_A": 4.0514447721973506, - "Air_Intake_Valve_Status": 0.6034511034999731, - "Compressor_Outlet_Valve_Status": 0.39654889650002695, - "Active_Tower_ID": 0.8032258064516129, - "Load_Start_Signal": 0.6034511034999731, - "Low_Pressure_Switch_Status": 0.01935483870967742, - "Tower_Discharge_Switch_Status": 0.9903225806451613, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.689065934065934, - "Pneumatic_Panel_Pressure_bar": 9.025641758241758, - "Cyclone_Filter_Drop_Pressure_bar": 7.222612637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.02089395604395506, - "Reservoir_Pressure_bar": 9.027187912087912, - "Oil_Temperature_C": 66.64811126373625, - "Motor_Current_A": 2.9258585164835167, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9328098901098902, - "Pneumatic_Panel_Pressure_bar": 9.05916923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.058741758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.02055494505494424, - "Reservoir_Pressure_bar": 9.060964835164835, - "Oil_Temperature_C": 66.80656593406593, - "Motor_Current_A": 3.0722967032967032, - "Air_Intake_Valve_Status": 0.7857142857142857, - "Compressor_Outlet_Valve_Status": 0.21428571428571427, - "Active_Tower_ID": 0.8901098901098901, - "Load_Start_Signal": 0.7857142857142857, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6966093150684936, - "Pneumatic_Panel_Pressure_bar": 9.081607671232875, - "Cyclone_Filter_Drop_Pressure_bar": 7.238198356164383, - "Tower_Discharge_Pressure_Drop_bar": -0.019664657534246073, - "Reservoir_Pressure_bar": 9.083054246575342, - "Oil_Temperature_C": 66.82217808219178, - "Motor_Current_A": 2.916376712328767, - "Air_Intake_Valve_Status": 0.8054794520547945, - "Compressor_Outlet_Valve_Status": 0.19452054794520549, - "Active_Tower_ID": 0.9041095890410958, - "Load_Start_Signal": 0.8054794520547945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5369725274725277, - "Pneumatic_Panel_Pressure_bar": 9.076113186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.47569945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.016407142857142197, - "Reservoir_Pressure_bar": 9.07770054945055, - "Oil_Temperature_C": 66.68646291208792, - "Motor_Current_A": 2.8797767857142857, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5945291208791212, - "Pneumatic_Panel_Pressure_bar": 9.052190109890109, - "Cyclone_Filter_Drop_Pressure_bar": 7.398789010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.007532967032965819, - "Reservoir_Pressure_bar": 9.053294505494504, - "Oil_Temperature_C": 66.66767857142857, - "Motor_Current_A": 2.9279896978021975, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7009586776859507, - "Pneumatic_Panel_Pressure_bar": 9.058482093663912, - "Cyclone_Filter_Drop_Pressure_bar": 7.270079889807163, - "Tower_Discharge_Pressure_Drop_bar": -0.021322314049585494, - "Reservoir_Pressure_bar": 9.059115702479339, - "Oil_Temperature_C": 66.4379820936639, - "Motor_Current_A": 2.860740358126722, - "Air_Intake_Valve_Status": 0.8099173553719008, - "Compressor_Outlet_Valve_Status": 0.19008264462809918, - "Active_Tower_ID": 0.9008264462809917, - "Load_Start_Signal": 0.8099173553719008, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.547174175824176, - "Pneumatic_Panel_Pressure_bar": 9.043925824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.4363197802197805, - "Tower_Discharge_Pressure_Drop_bar": -0.011565934065932846, - "Reservoir_Pressure_bar": 9.044352747252747, - "Oil_Temperature_C": 66.04009615384615, - "Motor_Current_A": 2.7828516483516483, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4791043956043957, - "Pneumatic_Panel_Pressure_bar": 9.02345054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.45378021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.011989010989009856, - "Reservoir_Pressure_bar": 9.024284615384614, - "Oil_Temperature_C": 65.73342032967032, - "Motor_Current_A": 2.6740013736263735, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2547802197802198, - "Pneumatic_Panel_Pressure_bar": 9.042225274725274, - "Cyclone_Filter_Drop_Pressure_bar": 7.706417582417583, - "Tower_Discharge_Pressure_Drop_bar": 0.002296703296704502, - "Reservoir_Pressure_bar": 9.043175824175824, - "Oil_Temperature_C": 65.90934065934066, - "Motor_Current_A": 2.632046703296703, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-06T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4842576923076924, - "Pneumatic_Panel_Pressure_bar": 9.050756043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.535836263736265, - "Tower_Discharge_Pressure_Drop_bar": -0.018198351648350708, - "Reservoir_Pressure_bar": 9.051723076923077, - "Oil_Temperature_C": 66.0885782967033, - "Motor_Current_A": 2.7651050824175822, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4642153846153847, - "Pneumatic_Panel_Pressure_bar": 9.043889010989012, - "Cyclone_Filter_Drop_Pressure_bar": 7.545437362637363, - "Tower_Discharge_Pressure_Drop_bar": -0.011494505494505043, - "Reservoir_Pressure_bar": 9.044854945054945, - "Oil_Temperature_C": 66.20391483516484, - "Motor_Current_A": 2.7455961538461535, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7454725274725273, - "Pneumatic_Panel_Pressure_bar": 9.085342490842491, - "Cyclone_Filter_Drop_Pressure_bar": 7.233589743589744, - "Tower_Discharge_Pressure_Drop_bar": -0.007494505494504403, - "Reservoir_Pressure_bar": 9.086027472527473, - "Oil_Temperature_C": 66.60212912087911, - "Motor_Current_A": 2.9126854395604393, - "Air_Intake_Valve_Status": 0.7967032967032966, - "Compressor_Outlet_Valve_Status": 0.2032967032967033, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7967032967032966, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2274219653179193, - "Pneumatic_Panel_Pressure_bar": 9.027695568400771, - "Cyclone_Filter_Drop_Pressure_bar": 7.747701348747591, - "Tower_Discharge_Pressure_Drop_bar": -0.0008554913294788844, - "Reservoir_Pressure_bar": 9.028423892100193, - "Oil_Temperature_C": 65.83222543352602, - "Motor_Current_A": 2.5815277777777776, - "Air_Intake_Valve_Status": 0.8641618497109826, - "Compressor_Outlet_Valve_Status": 0.13583815028901733, - "Active_Tower_ID": 0.9277456647398844, - "Load_Start_Signal": 0.8641618497109826, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6117197802197809, - "Pneumatic_Panel_Pressure_bar": 8.967109890109889, - "Cyclone_Filter_Drop_Pressure_bar": 8.331197802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.02271978021977979, - "Reservoir_Pressure_bar": 8.967576923076923, - "Oil_Temperature_C": 59.4532967032967, - "Motor_Current_A": 1.32782967032967, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4423021276595751, - "Pneumatic_Panel_Pressure_bar": 9.04429726443769, - "Cyclone_Filter_Drop_Pressure_bar": 8.553940425531914, - "Tower_Discharge_Pressure_Drop_bar": -0.023209726443768865, - "Reservoir_Pressure_bar": 9.043914285714285, - "Oil_Temperature_C": 59.927234042553195, - "Motor_Current_A": 1.3032902735562308, - "Air_Intake_Valve_Status": 0.9483282674772037, - "Compressor_Outlet_Valve_Status": 0.05167173252279635, - "Active_Tower_ID": 0.9756838905775076, - "Load_Start_Signal": 0.9483282674772037, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7144835164835172, - "Pneumatic_Panel_Pressure_bar": 8.962882417582417, - "Cyclone_Filter_Drop_Pressure_bar": 8.211085714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.022939560439560303, - "Reservoir_Pressure_bar": 8.963003296703297, - "Oil_Temperature_C": 59.97132554945055, - "Motor_Current_A": 1.4003495879120877, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9798306849315073, - "Pneumatic_Panel_Pressure_bar": 9.07809095890411, - "Cyclone_Filter_Drop_Pressure_bar": 8.069116164383562, - "Tower_Discharge_Pressure_Drop_bar": -0.018339178082191383, - "Reservoir_Pressure_bar": 9.078726575342467, - "Oil_Temperature_C": 62.945732876712334, - "Motor_Current_A": 2.008171232876712, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6281978021978026, - "Pneumatic_Panel_Pressure_bar": 8.950673076923078, - "Cyclone_Filter_Drop_Pressure_bar": 8.3135510989011, - "Tower_Discharge_Pressure_Drop_bar": 0.0036208791208798556, - "Reservoir_Pressure_bar": 8.951189010989012, - "Oil_Temperature_C": 61.120295329670334, - "Motor_Current_A": 1.3567101648351647, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7969366153846157, - "Pneumatic_Panel_Pressure_bar": 8.983815384615385, - "Cyclone_Filter_Drop_Pressure_bar": 8.14383753846154, - "Tower_Discharge_Pressure_Drop_bar": -0.013716923076921758, - "Reservoir_Pressure_bar": 8.984307692307693, - "Oil_Temperature_C": 61.4872, - "Motor_Current_A": 1.6892399999999999, - "Air_Intake_Valve_Status": 0.9076923076923077, - "Compressor_Outlet_Valve_Status": 0.09230769230769231, - "Active_Tower_ID": 0.9538461538461539, - "Load_Start_Signal": 0.9076923076923077, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9533164383561646, - "Pneumatic_Panel_Pressure_bar": 9.081104109589042, - "Cyclone_Filter_Drop_Pressure_bar": 8.084856164383561, - "Tower_Discharge_Pressure_Drop_bar": -0.012936986301368733, - "Reservoir_Pressure_bar": 9.082665753424656, - "Oil_Temperature_C": 63.3436301369863, - "Motor_Current_A": 2.293808219178082, - "Air_Intake_Valve_Status": 0.8938356164383562, - "Compressor_Outlet_Valve_Status": 0.10616438356164383, - "Active_Tower_ID": 0.934931506849315, - "Load_Start_Signal": 0.8938356164383562, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9965753424657534, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5232463254107312, - "Pneumatic_Panel_Pressure_bar": 8.954510544473555, - "Cyclone_Filter_Drop_Pressure_bar": 8.379474745378612, - "Tower_Discharge_Pressure_Drop_bar": -0.020555023923444188, - "Reservoir_Pressure_bar": 8.95575456361231, - "Oil_Temperature_C": 61.224975887902914, - "Motor_Current_A": 1.1618449881031265, - "Air_Intake_Valve_Status": 0.937799043062201, - "Compressor_Outlet_Valve_Status": 0.06220095693779904, - "Active_Tower_ID": 0.9665071770334929, - "Load_Start_Signal": 0.937799043062201, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7748800000000002, - "Pneumatic_Panel_Pressure_bar": 8.921341333333332, - "Cyclone_Filter_Drop_Pressure_bar": 8.147989333333333, - "Tower_Discharge_Pressure_Drop_bar": -0.007641333333332614, - "Reservoir_Pressure_bar": 8.923053333333334, - "Oil_Temperature_C": 62.72938333333333, - "Motor_Current_A": 1.52354, - "Air_Intake_Valve_Status": 0.9166666666666666, - "Compressor_Outlet_Valve_Status": 0.08333333333333333, - "Active_Tower_ID": 0.9566666666666667, - "Load_Start_Signal": 0.9166666666666666, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9966666666666667, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1571349862258957, - "Pneumatic_Panel_Pressure_bar": 9.04462258953168, - "Cyclone_Filter_Drop_Pressure_bar": 7.801752066115703, - "Tower_Discharge_Pressure_Drop_bar": 0.0431349862258957, - "Reservoir_Pressure_bar": 9.045911845730028, - "Oil_Temperature_C": 63.227892561983474, - "Motor_Current_A": 1.6537878787878786, - "Air_Intake_Valve_Status": 0.8677685950413223, - "Compressor_Outlet_Valve_Status": 0.1322314049586777, - "Active_Tower_ID": 0.9338842975206612, - "Load_Start_Signal": 0.8677685950413223, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7197857142857145, - "Pneumatic_Panel_Pressure_bar": 8.943225274725274, - "Cyclone_Filter_Drop_Pressure_bar": 8.192186813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.003423076923076518, - "Reservoir_Pressure_bar": 8.943851648351648, - "Oil_Temperature_C": 62.316826923076924, - "Motor_Current_A": 1.3673489010989008, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9861828908554575, - "Pneumatic_Panel_Pressure_bar": 8.942729596853491, - "Cyclone_Filter_Drop_Pressure_bar": 7.881102589314979, - "Tower_Discharge_Pressure_Drop_bar": -0.015356932153391947, - "Reservoir_Pressure_bar": 8.943503769255983, - "Oil_Temperature_C": 62.50823500491642, - "Motor_Current_A": 1.5977286135693216, - "Air_Intake_Valve_Status": 0.8849557522123894, - "Compressor_Outlet_Valve_Status": 0.11504424778761062, - "Active_Tower_ID": 0.9469026548672567, - "Load_Start_Signal": 0.8849557522123894, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5172674199623354, - "Pneumatic_Panel_Pressure_bar": 9.122701506591337, - "Cyclone_Filter_Drop_Pressure_bar": 8.565964218455743, - "Tower_Discharge_Pressure_Drop_bar": -0.019711864406779214, - "Reservoir_Pressure_bar": 9.124155367231637, - "Oil_Temperature_C": 63.783203860640306, - "Motor_Current_A": 1.6917349340866288, - "Air_Intake_Valve_Status": 0.940677966101695, - "Compressor_Outlet_Valve_Status": 0.059322033898305086, - "Active_Tower_ID": 0.9661016949152542, - "Load_Start_Signal": 0.940677966101695, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2010003256919104, - "Pneumatic_Panel_Pressure_bar": 9.070851414169079, - "Cyclone_Filter_Drop_Pressure_bar": 7.8698005285091455, - "Tower_Discharge_Pressure_Drop_bar": -0.013174522750319582, - "Reservoir_Pressure_bar": 9.070412707165962, - "Oil_Temperature_C": 61.68264372080801, - "Motor_Current_A": 2.165004251574794, - "Air_Intake_Valve_Status": 0.8702802430845985, - "Compressor_Outlet_Valve_Status": 0.12971975691540152, - "Active_Tower_ID": 0.9339622641509434, - "Load_Start_Signal": 0.8702802430845985, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5625329670329672, - "Pneumatic_Panel_Pressure_bar": 8.95978846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.350744505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.021031318681317645, - "Reservoir_Pressure_bar": 8.959771978021978, - "Oil_Temperature_C": 61.379601648351645, - "Motor_Current_A": 1.3202836538461535, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7852912087912091, - "Pneumatic_Panel_Pressure_bar": 8.955241758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.12810989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.019170329670328404, - "Reservoir_Pressure_bar": 8.954956043956043, - "Oil_Temperature_C": 59.42815934065935, - "Motor_Current_A": 1.287706043956044, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6039581538461541, - "Pneumatic_Panel_Pressure_bar": 8.935014153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.225815384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.019353846153845073, - "Reservoir_Pressure_bar": 8.934902153846153, - "Oil_Temperature_C": 59.95855384615384, - "Motor_Current_A": 1.5901646153846154, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.08, - "Active_Tower_ID": 0.9538461538461539, - "Load_Start_Signal": 0.92, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6101021978021981, - "Pneumatic_Panel_Pressure_bar": 9.09098956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.41410989010989, - "Tower_Discharge_Pressure_Drop_bar": 0.0028406593406603503, - "Reservoir_Pressure_bar": 9.091211538461538, - "Oil_Temperature_C": 60.17052884615385, - "Motor_Current_A": 1.3509787087912086, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7079615384615389, - "Pneumatic_Panel_Pressure_bar": 8.999269230769231, - "Cyclone_Filter_Drop_Pressure_bar": 8.278151098901098, - "Tower_Discharge_Pressure_Drop_bar": -0.0004065934065930208, - "Reservoir_Pressure_bar": 8.998623626373625, - "Oil_Temperature_C": 58.87967032967033, - "Motor_Current_A": 1.3926442307692304, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8779010989010995, - "Pneumatic_Panel_Pressure_bar": 9.058252747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.095434065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.002071428571428386, - "Reservoir_Pressure_bar": 9.057446153846154, - "Oil_Temperature_C": 58.86542582417582, - "Motor_Current_A": 1.5223282967032965, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-07T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5656931506849322, - "Pneumatic_Panel_Pressure_bar": 8.953288767123288, - "Cyclone_Filter_Drop_Pressure_bar": 8.347721643835616, - "Tower_Discharge_Pressure_Drop_bar": -0.02112986301369859, - "Reservoir_Pressure_bar": 8.952599452054795, - "Oil_Temperature_C": 57.08906849315069, - "Motor_Current_A": 1.3181506849315066, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.228527472527473, - "Pneumatic_Panel_Pressure_bar": 8.965304945054946, - "Cyclone_Filter_Drop_Pressure_bar": 7.674145604395605, - "Tower_Discharge_Pressure_Drop_bar": 0.09644560439560497, - "Reservoir_Pressure_bar": 8.964875824175826, - "Oil_Temperature_C": 58.27970467032967, - "Motor_Current_A": 1.282116071428571, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5466851648351652, - "Pneumatic_Panel_Pressure_bar": 9.06026043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.47803846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.020648351648350854, - "Reservoir_Pressure_bar": 9.059342857142857, - "Oil_Temperature_C": 58.536957417582414, - "Motor_Current_A": 1.2863447802197798, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6445054945054951, - "Pneumatic_Panel_Pressure_bar": 9.008401098901098, - "Cyclone_Filter_Drop_Pressure_bar": 8.342461538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.016090659340658897, - "Reservoir_Pressure_bar": 9.007181318681319, - "Oil_Temperature_C": 57.68574862637362, - "Motor_Current_A": 1.3420398351648348, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.777664835164836, - "Pneumatic_Panel_Pressure_bar": 9.046741758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.191907692307693, - "Tower_Discharge_Pressure_Drop_bar": -0.019631868131868124, - "Reservoir_Pressure_bar": 9.045543956043955, - "Oil_Temperature_C": 58.17708791208791, - "Motor_Current_A": 1.4532074175824172, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7567582417582425, - "Pneumatic_Panel_Pressure_bar": 9.021186813186814, - "Cyclone_Filter_Drop_Pressure_bar": 8.176274725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.021774725274725425, - "Reservoir_Pressure_bar": 9.020181318681319, - "Oil_Temperature_C": 58.244093406593414, - "Motor_Current_A": 1.419855769230769, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2469164835164843, - "Pneumatic_Panel_Pressure_bar": 8.98007142857143, - "Cyclone_Filter_Drop_Pressure_bar": 7.59091098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.022186813186813363, - "Reservoir_Pressure_bar": 8.979454945054945, - "Oil_Temperature_C": 59.60002747252747, - "Motor_Current_A": 1.8372664835164836, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6483241758241766, - "Pneumatic_Panel_Pressure_bar": 9.087181318681319, - "Cyclone_Filter_Drop_Pressure_bar": 8.39515934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.023195604395604252, - "Reservoir_Pressure_bar": 9.086785714285714, - "Oil_Temperature_C": 60.158118131868136, - "Motor_Current_A": 1.681164835164835, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9174505494505503, - "Pneumatic_Panel_Pressure_bar": 8.994791208791208, - "Cyclone_Filter_Drop_Pressure_bar": 7.988065934065934, - "Tower_Discharge_Pressure_Drop_bar": 0.009390109890110406, - "Reservoir_Pressure_bar": 8.9947, - "Oil_Temperature_C": 58.824793956043955, - "Motor_Current_A": 1.5093681318681318, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7325231990231996, - "Pneumatic_Panel_Pressure_bar": 8.965562271062272, - "Cyclone_Filter_Drop_Pressure_bar": 8.200017094017095, - "Tower_Discharge_Pressure_Drop_bar": -0.009972527472526468, - "Reservoir_Pressure_bar": 8.965802808302808, - "Oil_Temperature_C": 58.85184676434676, - "Motor_Current_A": 1.380699023199023, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7053791208791215, - "Pneumatic_Panel_Pressure_bar": 9.050428571428572, - "Cyclone_Filter_Drop_Pressure_bar": 8.312802197802197, - "Tower_Discharge_Pressure_Drop_bar": -0.0048406593406582765, - "Reservoir_Pressure_bar": 9.050642857142858, - "Oil_Temperature_C": 58.71723901098901, - "Motor_Current_A": 1.3616964285714286, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5473681318681325, - "Pneumatic_Panel_Pressure_bar": 8.870975274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.28942032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.0170335164835154, - "Reservoir_Pressure_bar": 8.871926373626373, - "Oil_Temperature_C": 56.75644917582417, - "Motor_Current_A": 0.8444979395604394, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4653747252747257, - "Pneumatic_Panel_Pressure_bar": 9.049987912087913, - "Cyclone_Filter_Drop_Pressure_bar": 8.52298021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.015107692307691383, - "Reservoir_Pressure_bar": 9.05115054945055, - "Oil_Temperature_C": 58.45024725274725, - "Motor_Current_A": 1.2232651098901097, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5960291208791212, - "Pneumatic_Panel_Pressure_bar": 8.939863736263737, - "Cyclone_Filter_Drop_Pressure_bar": 8.332614835164836, - "Tower_Discharge_Pressure_Drop_bar": -0.019835164835164048, - "Reservoir_Pressure_bar": 8.940598351648353, - "Oil_Temperature_C": 58.407788461538466, - "Motor_Current_A": 1.2848351648351648, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8159120879120882, - "Pneumatic_Panel_Pressure_bar": 9.058695604395606, - "Cyclone_Filter_Drop_Pressure_bar": 8.198085714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.001099999999999198, - "Reservoir_Pressure_bar": 9.0594, - "Oil_Temperature_C": 59.1207554945055, - "Motor_Current_A": 1.4578173076923076, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8028712328767127, - "Pneumatic_Panel_Pressure_bar": 9.067865205479452, - "Cyclone_Filter_Drop_Pressure_bar": 8.263120547945206, - "Tower_Discharge_Pressure_Drop_bar": 0.015610958904110437, - "Reservoir_Pressure_bar": 9.068254794520549, - "Oil_Temperature_C": 59.138527397260276, - "Motor_Current_A": 1.4220486301369861, - "Air_Intake_Valve_Status": 0.915068493150685, - "Compressor_Outlet_Valve_Status": 0.08493150684931507, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.915068493150685, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8470769230769233, - "Pneumatic_Panel_Pressure_bar": 8.964425824175825, - "Cyclone_Filter_Drop_Pressure_bar": 8.09379945054945, - "Tower_Discharge_Pressure_Drop_bar": 0.03780714285714382, - "Reservoir_Pressure_bar": 8.963876373626373, - "Oil_Temperature_C": 58.99661401098901, - "Motor_Current_A": 1.4478021978021978, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6109835164835168, - "Pneumatic_Panel_Pressure_bar": 8.957891208791208, - "Cyclone_Filter_Drop_Pressure_bar": 8.317314285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.008895604395603237, - "Reservoir_Pressure_bar": 8.957863736263736, - "Oil_Temperature_C": 58.472383241758244, - "Motor_Current_A": 1.2900824175824175, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.721038461538462, - "Pneumatic_Panel_Pressure_bar": 9.025865384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.225818681318682, - "Tower_Discharge_Pressure_Drop_bar": 0.00891208791208891, - "Reservoir_Pressure_bar": 9.02551098901099, - "Oil_Temperature_C": 58.34436813186814, - "Motor_Current_A": 1.2968234890109889, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.45232156862745126, - "Pneumatic_Panel_Pressure_bar": 8.975143529411765, - "Cyclone_Filter_Drop_Pressure_bar": 8.500534901960783, - "Tower_Discharge_Pressure_Drop_bar": -0.02218666666666575, - "Reservoir_Pressure_bar": 8.974401568627451, - "Oil_Temperature_C": 58.52829411764706, - "Motor_Current_A": 1.1588588235294115, - "Air_Intake_Valve_Status": 0.9490196078431372, - "Compressor_Outlet_Valve_Status": 0.050980392156862744, - "Active_Tower_ID": 0.9725490196078431, - "Load_Start_Signal": 0.9490196078431372, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.435877817979404, - "Pneumatic_Panel_Pressure_bar": 8.508129511086372, - "Cyclone_Filter_Drop_Pressure_bar": 8.0711263568049, - "Tower_Discharge_Pressure_Drop_bar": -0.022101215326095568, - "Reservoir_Pressure_bar": 8.506129511086373, - "Oil_Temperature_C": 54.79366940346971, - "Motor_Current_A": 0.33618134799146493, - "Air_Intake_Valve_Status": 0.9493923369514797, - "Compressor_Outlet_Valve_Status": 0.050607663048520275, - "Active_Tower_ID": 0.9493923369514797, - "Load_Start_Signal": 0.9493923369514797, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-08T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-08T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-08T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-08T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-09T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.785330517224351, - "Pneumatic_Panel_Pressure_bar": 9.612105629524553, - "Cyclone_Filter_Drop_Pressure_bar": 2.441558182128332, - "Tower_Discharge_Pressure_Drop_bar": 0.40723318938557357, - "Reservoir_Pressure_bar": 9.611266919847134, - "Oil_Temperature_C": 53.10169621186956, - "Motor_Current_A": 5.438315044336509, - "Air_Intake_Valve_Status": 0.22949791859320243, - "Compressor_Outlet_Valve_Status": 0.7705020814067975, - "Active_Tower_ID": 0.6488527573028798, - "Load_Start_Signal": 0.22949791859320243, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7737212164451969, - "Pneumatic_Panel_Pressure_bar": 10.042822973334523, - "Cyclone_Filter_Drop_Pressure_bar": 9.27124534023009, - "Tower_Discharge_Pressure_Drop_bar": -0.02584928208329606, - "Reservoir_Pressure_bar": 10.040973691251226, - "Oil_Temperature_C": 57.52350396860787, - "Motor_Current_A": 4.16601400160528, - "Air_Intake_Valve_Status": 0.924641041648087, - "Compressor_Outlet_Valve_Status": 0.07535895835191296, - "Active_Tower_ID": 0.924641041648087, - "Load_Start_Signal": 0.924641041648087, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-09T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8721171296709181, - "Pneumatic_Panel_Pressure_bar": 9.927434941585659, - "Cyclone_Filter_Drop_Pressure_bar": 9.058036196825114, - "Tower_Discharge_Pressure_Drop_bar": 0.008544841924551468, - "Reservoir_Pressure_bar": 9.926667283510211, - "Oil_Temperature_C": 53.448792138589134, - "Motor_Current_A": 3.9221711406403283, - "Air_Intake_Valve_Status": 0.9150790377240703, - "Compressor_Outlet_Valve_Status": 0.08492096227592973, - "Active_Tower_ID": 0.9150790377240703, - "Load_Start_Signal": 0.9150790377240703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5563021978021987, - "Pneumatic_Panel_Pressure_bar": 9.017362637362638, - "Cyclone_Filter_Drop_Pressure_bar": 8.430120879120878, - "Tower_Discharge_Pressure_Drop_bar": -0.024953296703297066, - "Reservoir_Pressure_bar": 9.017219780219781, - "Oil_Temperature_C": 53.09862637362638, - "Motor_Current_A": 1.6140247252747253, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6943888888888898, - "Pneumatic_Panel_Pressure_bar": 9.022896214896216, - "Cyclone_Filter_Drop_Pressure_bar": 8.280165445665444, - "Tower_Discharge_Pressure_Drop_bar": -0.015785714285714764, - "Reservoir_Pressure_bar": 9.022967643467643, - "Oil_Temperature_C": 55.32765567765568, - "Motor_Current_A": 1.3987843406593403, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9138406593406602, - "Pneumatic_Panel_Pressure_bar": 9.033401098901098, - "Cyclone_Filter_Drop_Pressure_bar": 7.971626373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.022532967032967623, - "Reservoir_Pressure_bar": 9.032967032967033, - "Oil_Temperature_C": 56.66449175824176, - "Motor_Current_A": 1.5269299450549447, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.664664835164836, - "Pneumatic_Panel_Pressure_bar": 9.007329670329671, - "Cyclone_Filter_Drop_Pressure_bar": 8.262362637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.021137362637363176, - "Reservoir_Pressure_bar": 9.00679010989011, - "Oil_Temperature_C": 57.683379120879124, - "Motor_Current_A": 1.420991758241758, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7111516483516491, - "Pneumatic_Panel_Pressure_bar": 9.078468131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.304701098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.023785714285714788, - "Reservoir_Pressure_bar": 9.078393406593406, - "Oil_Temperature_C": 57.665453296703305, - "Motor_Current_A": 1.4143749999999997, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6620439560439569, - "Pneumatic_Panel_Pressure_bar": 8.967315934065935, - "Cyclone_Filter_Drop_Pressure_bar": 8.274763736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.02360439560439597, - "Reservoir_Pressure_bar": 8.967162087912088, - "Oil_Temperature_C": 55.707898351648346, - "Motor_Current_A": 1.3575034340659338, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6120219780219789, - "Pneumatic_Panel_Pressure_bar": 8.935169230769231, - "Cyclone_Filter_Drop_Pressure_bar": 8.269678021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.016747252747252795, - "Reservoir_Pressure_bar": 8.935776923076924, - "Oil_Temperature_C": 55.17111263736264, - "Motor_Current_A": 1.0713461538461535, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.39692185592185675, - "Pneumatic_Panel_Pressure_bar": 8.929978021978023, - "Cyclone_Filter_Drop_Pressure_bar": 8.509196581196582, - "Tower_Discharge_Pressure_Drop_bar": -0.012901098901098834, - "Reservoir_Pressure_bar": 8.93029426129426, - "Oil_Temperature_C": 55.12175671550672, - "Motor_Current_A": 1.0584478021978019, - "Air_Intake_Valve_Status": 0.9560439560439561, - "Compressor_Outlet_Valve_Status": 0.04395604395604396, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9560439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5698241758241765, - "Pneumatic_Panel_Pressure_bar": 9.021247252747253, - "Cyclone_Filter_Drop_Pressure_bar": 8.396417582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.021258241758241987, - "Reservoir_Pressure_bar": 9.021406593406594, - "Oil_Temperature_C": 55.824313186813185, - "Motor_Current_A": 1.3123832417582415, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6307197802197811, - "Pneumatic_Panel_Pressure_bar": 9.030912087912087, - "Cyclone_Filter_Drop_Pressure_bar": 8.342225274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.023812087912088498, - "Reservoir_Pressure_bar": 9.032171428571429, - "Oil_Temperature_C": 54.88568681318681, - "Motor_Current_A": 1.3590590659340658, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6773054945054954, - "Pneumatic_Panel_Pressure_bar": 9.021818681318681, - "Cyclone_Filter_Drop_Pressure_bar": 8.304307692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.023584615384616012, - "Reservoir_Pressure_bar": 9.023379120879122, - "Oil_Temperature_C": 55.0684478021978, - "Motor_Current_A": 1.3782898351648347, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5664582417582427, - "Pneumatic_Panel_Pressure_bar": 8.966137362637362, - "Cyclone_Filter_Drop_Pressure_bar": 8.357593406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.023840659340659924, - "Reservoir_Pressure_bar": 8.967346153846155, - "Oil_Temperature_C": 54.81975274725274, - "Motor_Current_A": 1.3064010989010986, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5677972602739736, - "Pneumatic_Panel_Pressure_bar": 8.97151506849315, - "Cyclone_Filter_Drop_Pressure_bar": 8.389833424657535, - "Tower_Discharge_Pressure_Drop_bar": -0.023890410958904755, - "Reservoir_Pressure_bar": 8.97194301369863, - "Oil_Temperature_C": 55.05712328767124, - "Motor_Current_A": 1.3112198630136984, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6581263736263746, - "Pneumatic_Panel_Pressure_bar": 8.983446886446886, - "Cyclone_Filter_Drop_Pressure_bar": 8.267485347985348, - "Tower_Discharge_Pressure_Drop_bar": -0.024016483516484128, - "Reservoir_Pressure_bar": 8.983782051282052, - "Oil_Temperature_C": 55.182341269841274, - "Motor_Current_A": 1.364951923076923, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5839010989010999, - "Pneumatic_Panel_Pressure_bar": 8.96044945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.35228131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.019835164835165422, - "Reservoir_Pressure_bar": 8.960293956043957, - "Oil_Temperature_C": 55.01631868131868, - "Motor_Current_A": 1.3141346153846152, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6133351648351658, - "Pneumatic_Panel_Pressure_bar": 8.955799450549451, - "Cyclone_Filter_Drop_Pressure_bar": 8.317546703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.0012802197802203885, - "Reservoir_Pressure_bar": 8.955565934065934, - "Oil_Temperature_C": 55.19385302197802, - "Motor_Current_A": 1.2256730769230768, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5647813186813196, - "Pneumatic_Panel_Pressure_bar": 8.94176923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.335885714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.012560439560440017, - "Reservoir_Pressure_bar": 8.941781318681318, - "Oil_Temperature_C": 55.211950549450556, - "Motor_Current_A": 1.1659313186813183, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.587642857142858, - "Pneumatic_Panel_Pressure_bar": 8.931527472527472, - "Cyclone_Filter_Drop_Pressure_bar": 8.299197802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.02330769230769274, - "Reservoir_Pressure_bar": 8.931532967032966, - "Oil_Temperature_C": 55.34065934065934, - "Motor_Current_A": 1.1717788461538459, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.290454945054946, - "Pneumatic_Panel_Pressure_bar": 8.95507142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.624217582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.023412087912088132, - "Reservoir_Pressure_bar": 8.955305494505495, - "Oil_Temperature_C": 55.73947802197803, - "Motor_Current_A": 1.1452225274725272, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.03571428571428571, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-09T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.073425824175825, - "Pneumatic_Panel_Pressure_bar": 9.125771978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.001679120879121, - "Tower_Discharge_Pressure_Drop_bar": 0.05254945054945061, - "Reservoir_Pressure_bar": 9.125682417582418, - "Oil_Temperature_C": 57.22470467032967, - "Motor_Current_A": 1.6250453296703296, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6171126373626381, - "Pneumatic_Panel_Pressure_bar": 8.98876098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.363038461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.009390109890109816, - "Reservoir_Pressure_bar": 8.988431318681318, - "Oil_Temperature_C": 56.21785714285714, - "Motor_Current_A": 1.3183653846153844, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.665197802197803, - "Pneumatic_Panel_Pressure_bar": 8.98992032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.280275824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.01785164835164869, - "Reservoir_Pressure_bar": 8.989946153846153, - "Oil_Temperature_C": 55.89738324175824, - "Motor_Current_A": 1.3616737637362635, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6988021978021987, - "Pneumatic_Panel_Pressure_bar": 8.997703296703298, - "Cyclone_Filter_Drop_Pressure_bar": 8.254016483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.02325824175824209, - "Reservoir_Pressure_bar": 8.99813186813187, - "Oil_Temperature_C": 55.71634615384615, - "Motor_Current_A": 1.364278846153846, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5722527472527481, - "Pneumatic_Panel_Pressure_bar": 8.97535054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.363192307692309, - "Tower_Discharge_Pressure_Drop_bar": -0.017500000000000387, - "Reservoir_Pressure_bar": 8.975193406593407, - "Oil_Temperature_C": 55.49603021978022, - "Motor_Current_A": 1.3050480769230766, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.719076923076924, - "Pneumatic_Panel_Pressure_bar": 8.975871428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.200426373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.021503296703297058, - "Reservoir_Pressure_bar": 8.97505054945055, - "Oil_Temperature_C": 55.53125, - "Motor_Current_A": 1.3767513736263732, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6573164835164843, - "Pneumatic_Panel_Pressure_bar": 8.945730769230769, - "Cyclone_Filter_Drop_Pressure_bar": 8.279390109890109, - "Tower_Discharge_Pressure_Drop_bar": -0.015626373626373927, - "Reservoir_Pressure_bar": 8.945258241758243, - "Oil_Temperature_C": 55.33618131868132, - "Motor_Current_A": 1.0695714285714284, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6287527472527481, - "Pneumatic_Panel_Pressure_bar": 8.930254945054944, - "Cyclone_Filter_Drop_Pressure_bar": 8.273332967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.0106428571428574, - "Reservoir_Pressure_bar": 8.930074725274725, - "Oil_Temperature_C": 55.13892857142857, - "Motor_Current_A": 1.1727980769230766, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.47552747252747335, - "Pneumatic_Panel_Pressure_bar": 9.055994505494505, - "Cyclone_Filter_Drop_Pressure_bar": 8.550873626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.021340659340659363, - "Reservoir_Pressure_bar": 9.056461538461539, - "Oil_Temperature_C": 56.23049450549451, - "Motor_Current_A": 1.2057142857142853, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.9807692307692307, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6099406593406601, - "Pneumatic_Panel_Pressure_bar": 8.987186813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.343181318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.021004395604395557, - "Reservoir_Pressure_bar": 8.98771978021978, - "Oil_Temperature_C": 55.61942307692308, - "Motor_Current_A": 1.3116565934065931, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.030078571428572, - "Pneumatic_Panel_Pressure_bar": 8.960843406593407, - "Cyclone_Filter_Drop_Pressure_bar": 7.8725521978021975, - "Tower_Discharge_Pressure_Drop_bar": -0.022593406593406286, - "Reservoir_Pressure_bar": 8.961213186813188, - "Oil_Temperature_C": 57.95774725274725, - "Motor_Current_A": 1.9020556318681316, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6014340659340665, - "Pneumatic_Panel_Pressure_bar": 8.957802197802197, - "Cyclone_Filter_Drop_Pressure_bar": 8.32501098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.021052197802196936, - "Reservoir_Pressure_bar": 8.959074175824176, - "Oil_Temperature_C": 58.96037087912088, - "Motor_Current_A": 1.4445947802197798, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9538335164835168, - "Pneumatic_Panel_Pressure_bar": 9.035546703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.044601648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.009445054945054172, - "Reservoir_Pressure_bar": 9.036103296703297, - "Oil_Temperature_C": 59.55318681318681, - "Motor_Current_A": 1.96440728021978, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1157205479452057, - "Pneumatic_Panel_Pressure_bar": 8.91811397260274, - "Cyclone_Filter_Drop_Pressure_bar": 7.75837095890411, - "Tower_Discharge_Pressure_Drop_bar": -0.0028602739726018523, - "Reservoir_Pressure_bar": 8.918930410958904, - "Oil_Temperature_C": 59.39287671232877, - "Motor_Current_A": 1.7241842465753423, - "Air_Intake_Valve_Status": 0.8712328767123287, - "Compressor_Outlet_Valve_Status": 0.12876712328767123, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8712328767123287, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.110681318681319, - "Pneumatic_Panel_Pressure_bar": 9.136424725274725, - "Cyclone_Filter_Drop_Pressure_bar": 7.937315384615385, - "Tower_Discharge_Pressure_Drop_bar": 0.04235054945055042, - "Reservoir_Pressure_bar": 9.137447802197801, - "Oil_Temperature_C": 60.856195054945054, - "Motor_Current_A": 2.0400961538461537, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9482307692307695, - "Pneumatic_Panel_Pressure_bar": 9.01215879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.014209890109889, - "Tower_Discharge_Pressure_Drop_bar": 0.02223791208791303, - "Reservoir_Pressure_bar": 9.013380219780219, - "Oil_Temperature_C": 60.04196428571429, - "Motor_Current_A": 1.5228571428571427, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5320802197802204, - "Pneumatic_Panel_Pressure_bar": 9.03786043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.475052747252747, - "Tower_Discharge_Pressure_Drop_bar": 0.14340109890109975, - "Reservoir_Pressure_bar": 9.038558241758242, - "Oil_Temperature_C": 60.98314560439561, - "Motor_Current_A": 1.8783310439560439, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1437307692307694, - "Pneumatic_Panel_Pressure_bar": 8.999151098901098, - "Cyclone_Filter_Drop_Pressure_bar": 7.7182032967032965, - "Tower_Discharge_Pressure_Drop_bar": -0.010565934065932958, - "Reservoir_Pressure_bar": 8.999293956043957, - "Oil_Temperature_C": 59.78114697802198, - "Motor_Current_A": 1.8161916208791207, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8221043956043959, - "Pneumatic_Panel_Pressure_bar": 9.098324725274725, - "Cyclone_Filter_Drop_Pressure_bar": 8.207697802197801, - "Tower_Discharge_Pressure_Drop_bar": -0.0036906593406585723, - "Reservoir_Pressure_bar": 9.098386813186814, - "Oil_Temperature_C": 59.70456043956044, - "Motor_Current_A": 1.7748969780219777, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6899450549450554, - "Pneumatic_Panel_Pressure_bar": 9.019115384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.249406593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.02285714285714241, - "Reservoir_Pressure_bar": 9.019087912087912, - "Oil_Temperature_C": 58.76662087912088, - "Motor_Current_A": 1.3733791208791206, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8333417582417589, - "Pneumatic_Panel_Pressure_bar": 8.93253956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.040367032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.0013010989010986468, - "Reservoir_Pressure_bar": 8.932636263736264, - "Oil_Temperature_C": 58.3354945054945, - "Motor_Current_A": 1.4466620879120877, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8716703296703303, - "Pneumatic_Panel_Pressure_bar": 9.048371428571429, - "Cyclone_Filter_Drop_Pressure_bar": 8.159598901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.022879120879120727, - "Reservoir_Pressure_bar": 9.048571428571428, - "Oil_Temperature_C": 58.81026098901099, - "Motor_Current_A": 1.9013200549450546, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9543956043956043, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7481241758241767, - "Pneumatic_Panel_Pressure_bar": 9.011345054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.186163736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.02279340659340666, - "Reservoir_Pressure_bar": 9.011686813186813, - "Oil_Temperature_C": 58.465755494505494, - "Motor_Current_A": 1.408855769230769, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6917071428571437, - "Pneumatic_Panel_Pressure_bar": 8.910592307692307, - "Cyclone_Filter_Drop_Pressure_bar": 8.174055494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.002941208791208816, - "Reservoir_Pressure_bar": 8.91072967032967, - "Oil_Temperature_C": 57.73455357142857, - "Motor_Current_A": 1.3520487637362635, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-10T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3980672268907568, - "Pneumatic_Panel_Pressure_bar": 9.169025210084033, - "Cyclone_Filter_Drop_Pressure_bar": 7.722840336134454, - "Tower_Discharge_Pressure_Drop_bar": -0.01850420168067221, - "Reservoir_Pressure_bar": 9.169327731092437, - "Oil_Temperature_C": 59.381617647058825, - "Motor_Current_A": 2.3891491596638654, - "Air_Intake_Valve_Status": 0.8403361344537815, - "Compressor_Outlet_Valve_Status": 0.15966386554621848, - "Active_Tower_ID": 0.9159663865546218, - "Load_Start_Signal": 0.8403361344537815, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.014142857142856364, - "Pneumatic_Panel_Pressure_bar": 9.776371428571428, - "Cyclone_Filter_Drop_Pressure_bar": 9.764371428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.022571428571427684, - "Reservoir_Pressure_bar": 9.774571428571429, - "Oil_Temperature_C": 64.26464285714286, - "Motor_Current_A": 3.9616785714285716, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0432396180324235, - "Pneumatic_Panel_Pressure_bar": 8.084970168036124, - "Cyclone_Filter_Drop_Pressure_bar": 7.169557628247835, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.080912280701755, - "Oil_Temperature_C": 54.45695462284403, - "Motor_Current_A": 4.258168443260049, - "Air_Intake_Valve_Status": 0.7427640832037901, - "Compressor_Outlet_Valve_Status": 0.25723591679620994, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.7427640832037901, - "Low_Pressure_Switch_Status": 0.25723591679620994, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-11T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.7188073323831934, - "Pneumatic_Panel_Pressure_bar": 8.0597851071625, - "Cyclone_Filter_Drop_Pressure_bar": 4.5822252169439786, - "Tower_Discharge_Pressure_Drop_bar": -0.022987341772151716, - "Reservoir_Pressure_bar": 8.05841394625805, - "Oil_Temperature_C": 49.65873733029363, - "Motor_Current_A": 4.751756937006834, - "Air_Intake_Valve_Status": 0.4710099502347708, - "Compressor_Outlet_Valve_Status": 0.5289900497652291, - "Active_Tower_ID": 0.7341772151898734, - "Load_Start_Signal": 0.4710099502347708, - "Low_Pressure_Switch_Status": 0.32645840419560895, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.60833076923077, - "Pneumatic_Panel_Pressure_bar": 8.988767032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.35564065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.020890109890110153, - "Reservoir_Pressure_bar": 8.989157142857142, - "Oil_Temperature_C": 55.018379120879125, - "Motor_Current_A": 1.3814354395604396, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9322230769230777, - "Pneumatic_Panel_Pressure_bar": 8.995275824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.035695604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.022238461538461922, - "Reservoir_Pressure_bar": 8.995475824175823, - "Oil_Temperature_C": 57.59921703296704, - "Motor_Current_A": 1.7671195054945055, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5762857142857152, - "Pneumatic_Panel_Pressure_bar": 8.973065934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.361736263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.023631868131868364, - "Reservoir_Pressure_bar": 8.97332142857143, - "Oil_Temperature_C": 58.56236263736264, - "Motor_Current_A": 1.488602335164835, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1369379120879128, - "Pneumatic_Panel_Pressure_bar": 9.079206043956045, - "Cyclone_Filter_Drop_Pressure_bar": 7.819889010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.01201098901098902, - "Reservoir_Pressure_bar": 9.079843406593406, - "Oil_Temperature_C": 59.43749313186814, - "Motor_Current_A": 1.873411401098901, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8270958904109595, - "Pneumatic_Panel_Pressure_bar": 9.076124383561645, - "Cyclone_Filter_Drop_Pressure_bar": 8.228688767123288, - "Tower_Discharge_Pressure_Drop_bar": 0.004459178082192169, - "Reservoir_Pressure_bar": 9.076864109589042, - "Oil_Temperature_C": 59.60117808219178, - "Motor_Current_A": 1.7211582191780819, - "Air_Intake_Valve_Status": 0.9095890410958904, - "Compressor_Outlet_Valve_Status": 0.09041095890410959, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9095890410958904, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6079505494505502, - "Pneumatic_Panel_Pressure_bar": 8.908716483516484, - "Cyclone_Filter_Drop_Pressure_bar": 8.278019230769232, - "Tower_Discharge_Pressure_Drop_bar": -0.0225499999999994, - "Reservoir_Pressure_bar": 8.909936813186814, - "Oil_Temperature_C": 58.25682692307692, - "Motor_Current_A": 1.3102335164835164, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4923040293040297, - "Pneumatic_Panel_Pressure_bar": 9.005424908424908, - "Cyclone_Filter_Drop_Pressure_bar": 7.47865934065934, - "Tower_Discharge_Pressure_Drop_bar": 0.06388278388278484, - "Reservoir_Pressure_bar": 9.005813186813187, - "Oil_Temperature_C": 59.93331043956044, - "Motor_Current_A": 1.9107875457875456, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7614813186813191, - "Pneumatic_Panel_Pressure_bar": 9.102647252747254, - "Cyclone_Filter_Drop_Pressure_bar": 8.305913186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.008307692307691279, - "Reservoir_Pressure_bar": 9.103553846153845, - "Oil_Temperature_C": 60.137266483516484, - "Motor_Current_A": 1.8265384615384617, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8312648351648355, - "Pneumatic_Panel_Pressure_bar": 9.024337362637363, - "Cyclone_Filter_Drop_Pressure_bar": 8.16768901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.015299999999998991, - "Reservoir_Pressure_bar": 9.025815384615385, - "Oil_Temperature_C": 59.61141483516484, - "Motor_Current_A": 1.4227458791208791, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8472054794520552, - "Pneumatic_Panel_Pressure_bar": 8.956787397260275, - "Cyclone_Filter_Drop_Pressure_bar": 8.05846410958904, - "Tower_Discharge_Pressure_Drop_bar": 0.0016487671232886646, - "Reservoir_Pressure_bar": 8.958190136986302, - "Oil_Temperature_C": 59.800452054794526, - "Motor_Current_A": 1.466034931506849, - "Air_Intake_Valve_Status": 0.9041095890410958, - "Compressor_Outlet_Valve_Status": 0.0958904109589041, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9041095890410958, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.281962087912088, - "Pneumatic_Panel_Pressure_bar": 9.067239010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.7372499999999995, - "Tower_Discharge_Pressure_Drop_bar": 0.049978571428572344, - "Reservoir_Pressure_bar": 9.068343956043956, - "Oil_Temperature_C": 60.99999313186814, - "Motor_Current_A": 1.919731456043956, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6414065934065936, - "Pneumatic_Panel_Pressure_bar": 9.035837362637363, - "Cyclone_Filter_Drop_Pressure_bar": 8.353805494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.018412087912086927, - "Reservoir_Pressure_bar": 9.036761538461539, - "Oil_Temperature_C": 60.60809065934066, - "Motor_Current_A": 1.5679697802197803, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7439423076923081, - "Pneumatic_Panel_Pressure_bar": 8.914804945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.09775, - "Tower_Discharge_Pressure_Drop_bar": -0.018983516483515508, - "Reservoir_Pressure_bar": 8.91518131868132, - "Oil_Temperature_C": 59.767582417582425, - "Motor_Current_A": 1.4054842032967032, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0678846153846155, - "Pneumatic_Panel_Pressure_bar": 9.068326923076924, - "Cyclone_Filter_Drop_Pressure_bar": 7.948535714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.006452197802196662, - "Reservoir_Pressure_bar": 9.068764835164835, - "Oil_Temperature_C": 61.05182692307693, - "Motor_Current_A": 2.0362891483516483, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.257803287671233, - "Pneumatic_Panel_Pressure_bar": 9.125323835616438, - "Cyclone_Filter_Drop_Pressure_bar": 7.806518904109589, - "Tower_Discharge_Pressure_Drop_bar": 0.03801095890411051, - "Reservoir_Pressure_bar": 9.12536712328767, - "Oil_Temperature_C": 61.68, - "Motor_Current_A": 2.185417808219178, - "Air_Intake_Valve_Status": 0.852054794520548, - "Compressor_Outlet_Valve_Status": 0.14794520547945206, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.852054794520548, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6582087912087915, - "Pneumatic_Panel_Pressure_bar": 8.947441758241759, - "Cyclone_Filter_Drop_Pressure_bar": 8.243778021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.019582417582417008, - "Reservoir_Pressure_bar": 8.947118681318681, - "Oil_Temperature_C": 59.252884615384616, - "Motor_Current_A": 1.3534271978021977, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.149012637362638, - "Pneumatic_Panel_Pressure_bar": 8.947497252747253, - "Cyclone_Filter_Drop_Pressure_bar": 7.726321428571429, - "Tower_Discharge_Pressure_Drop_bar": 0.02574890109890134, - "Reservoir_Pressure_bar": 8.947078021978022, - "Oil_Temperature_C": 58.76184065934066, - "Motor_Current_A": 1.6867582417582414, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6293379120879126, - "Pneumatic_Panel_Pressure_bar": 9.100857142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.410601648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.022972527472527166, - "Reservoir_Pressure_bar": 9.1005, - "Oil_Temperature_C": 59.661023351648346, - "Motor_Current_A": 1.7557829670329668, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7538846153846159, - "Pneumatic_Panel_Pressure_bar": 9.019123931623932, - "Cyclone_Filter_Drop_Pressure_bar": 8.148905372405371, - "Tower_Discharge_Pressure_Drop_bar": -0.01501648351648343, - "Reservoir_Pressure_bar": 9.019175824175825, - "Oil_Temperature_C": 59.091979548229546, - "Motor_Current_A": 1.4462240537240534, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-11T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2052549019607852, - "Pneumatic_Panel_Pressure_bar": 8.982503921568627, - "Cyclone_Filter_Drop_Pressure_bar": 7.799227450980393, - "Tower_Discharge_Pressure_Drop_bar": 0.07141176470588224, - "Reservoir_Pressure_bar": 8.981974509803921, - "Oil_Temperature_C": 59.295514705882354, - "Motor_Current_A": 2.0614681372549017, - "Air_Intake_Valve_Status": 0.8725490196078431, - "Compressor_Outlet_Valve_Status": 0.12745098039215685, - "Active_Tower_ID": 0.9313725490196079, - "Load_Start_Signal": 0.8725490196078431, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9901960784313726, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013218559915676402, - "Pneumatic_Panel_Pressure_bar": 9.775214080238916, - "Cyclone_Filter_Drop_Pressure_bar": 9.763643953534332, - "Tower_Discharge_Pressure_Drop_bar": -0.02374193548387131, - "Reservoir_Pressure_bar": 9.774568918948594, - "Oil_Temperature_C": 63.271902654867255, - "Motor_Current_A": 3.9410150640110677, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9990370197542384, - "Pneumatic_Panel_Pressure_bar": 8.217817234406596, - "Cyclone_Filter_Drop_Pressure_bar": 7.332121636335357, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 8.213961269248717, - "Oil_Temperature_C": 54.26634002177633, - "Motor_Current_A": 4.277494555918494, - "Air_Intake_Valve_Status": 0.7680043552652045, - "Compressor_Outlet_Valve_Status": 0.23199564473479545, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.7680043552652045, - "Low_Pressure_Switch_Status": 0.23199564473479545, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-12T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.3266879403361416, - "Pneumatic_Panel_Pressure_bar": 8.384077826624424, - "Cyclone_Filter_Drop_Pressure_bar": 5.080535563360104, - "Tower_Discharge_Pressure_Drop_bar": -0.01381052631578982, - "Reservoir_Pressure_bar": 8.382916398555885, - "Oil_Temperature_C": 50.32198463377295, - "Motor_Current_A": 4.316578398866976, - "Air_Intake_Valve_Status": 0.5285057019590507, - "Compressor_Outlet_Valve_Status": 0.47149429804094933, - "Active_Tower_ID": 0.7473684210526316, - "Load_Start_Signal": 0.5285057019590507, - "Low_Pressure_Switch_Status": 0.2609679822514756, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5647763736263743, - "Pneumatic_Panel_Pressure_bar": 8.957759340659342, - "Cyclone_Filter_Drop_Pressure_bar": 8.371517582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.01918516483516521, - "Reservoir_Pressure_bar": 8.958143956043957, - "Oil_Temperature_C": 54.48292582417582, - "Motor_Current_A": 1.2811401098901098, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.880717032967034, - "Pneumatic_Panel_Pressure_bar": 8.943442307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.03248076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.02246428571428604, - "Reservoir_Pressure_bar": 8.943736263736264, - "Oil_Temperature_C": 56.7889423076923, - "Motor_Current_A": 1.5653468406593407, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.65862087912088, - "Pneumatic_Panel_Pressure_bar": 9.093904395604396, - "Cyclone_Filter_Drop_Pressure_bar": 8.40181098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.018074725274725555, - "Reservoir_Pressure_bar": 9.094487912087912, - "Oil_Temperature_C": 58.62028846153846, - "Motor_Current_A": 1.7137596153846153, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6908296703296711, - "Pneumatic_Panel_Pressure_bar": 9.026451098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.28078076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.007839010989010915, - "Reservoir_Pressure_bar": 9.027086813186813, - "Oil_Temperature_C": 58.31168956043957, - "Motor_Current_A": 1.3743839285714283, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6390505494505503, - "Pneumatic_Panel_Pressure_bar": 8.924892307692309, - "Cyclone_Filter_Drop_Pressure_bar": 8.257539560439561, - "Tower_Discharge_Pressure_Drop_bar": -0.022880219780219306, - "Reservoir_Pressure_bar": 8.92583186813187, - "Oil_Temperature_C": 58.10887362637363, - "Motor_Current_A": 1.318289835164835, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8928846153846162, - "Pneumatic_Panel_Pressure_bar": 9.002131868131867, - "Cyclone_Filter_Drop_Pressure_bar": 8.079901098901098, - "Tower_Discharge_Pressure_Drop_bar": -0.022499999999999163, - "Reservoir_Pressure_bar": 9.002895604395604, - "Oil_Temperature_C": 58.7342032967033, - "Motor_Current_A": 1.670892857142857, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.2297681318681324, - "Pneumatic_Panel_Pressure_bar": 9.075032967032966, - "Cyclone_Filter_Drop_Pressure_bar": 6.807628571428571, - "Tower_Discharge_Pressure_Drop_bar": 0.2754340659340666, - "Reservoir_Pressure_bar": 9.0757, - "Oil_Temperature_C": 60.7015521978022, - "Motor_Current_A": 2.1513021978021976, - "Air_Intake_Valve_Status": 0.760989010989011, - "Compressor_Outlet_Valve_Status": 0.23901098901098902, - "Active_Tower_ID": 0.8846153846153846, - "Load_Start_Signal": 0.760989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.203032967032968, - "Pneumatic_Panel_Pressure_bar": 9.509465934065934, - "Cyclone_Filter_Drop_Pressure_bar": -0.009699999999999188, - "Tower_Discharge_Pressure_Drop_bar": 1.734521978021978, - "Reservoir_Pressure_bar": 9.509568131868132, - "Oil_Temperature_C": 74.22248626373627, - "Motor_Current_A": 5.838508241758242, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.20476923076923, - "Pneumatic_Panel_Pressure_bar": 9.415365384615384, - "Cyclone_Filter_Drop_Pressure_bar": -0.006804945054944742, - "Tower_Discharge_Pressure_Drop_bar": 1.7286456043956042, - "Reservoir_Pressure_bar": 9.415225274725275, - "Oil_Temperature_C": 75.02836538461538, - "Motor_Current_A": 5.805051510989012, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.130238461538463, - "Pneumatic_Panel_Pressure_bar": 9.4207010989011, - "Cyclone_Filter_Drop_Pressure_bar": -0.006945054945054556, - "Tower_Discharge_Pressure_Drop_bar": 1.7055945054945056, - "Reservoir_Pressure_bar": 9.421045054945056, - "Oil_Temperature_C": 74.97197802197802, - "Motor_Current_A": 5.787495879120878, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5016483516483516, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.217424175824176, - "Pneumatic_Panel_Pressure_bar": 9.431906043956044, - "Cyclone_Filter_Drop_Pressure_bar": -0.00707142857142821, - "Tower_Discharge_Pressure_Drop_bar": 1.723342857142857, - "Reservoir_Pressure_bar": 9.432034065934067, - "Oil_Temperature_C": 74.5449381868132, - "Motor_Current_A": 5.804563873626374, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.135226849315067, - "Pneumatic_Panel_Pressure_bar": 9.414688219178082, - "Cyclone_Filter_Drop_Pressure_bar": -0.006832876712328411, - "Tower_Discharge_Pressure_Drop_bar": 1.6994405479452055, - "Reservoir_Pressure_bar": 9.415268493150684, - "Oil_Temperature_C": 74.51932876712328, - "Motor_Current_A": 5.794026712328767, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4931506849315068, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.204804395604397, - "Pneumatic_Panel_Pressure_bar": 9.43595, - "Cyclone_Filter_Drop_Pressure_bar": -0.007840109890109144, - "Tower_Discharge_Pressure_Drop_bar": 1.7159538461538462, - "Reservoir_Pressure_bar": 9.43657142857143, - "Oil_Temperature_C": 74.38638736263736, - "Motor_Current_A": 5.79409478021978, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.229785714285713, - "Pneumatic_Panel_Pressure_bar": 9.450365934065934, - "Cyclone_Filter_Drop_Pressure_bar": -0.007685164835164186, - "Tower_Discharge_Pressure_Drop_bar": 1.7147554945054946, - "Reservoir_Pressure_bar": 9.450890109890109, - "Oil_Temperature_C": 74.34813186813187, - "Motor_Current_A": 5.809856456043956, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.149565934065935, - "Pneumatic_Panel_Pressure_bar": 9.420098901098902, - "Cyclone_Filter_Drop_Pressure_bar": -0.007903846153845382, - "Tower_Discharge_Pressure_Drop_bar": 1.689771978021978, - "Reservoir_Pressure_bar": 9.420532967032967, - "Oil_Temperature_C": 74.44313186813187, - "Motor_Current_A": 5.78364010989011, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5096153846153846, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.23197912087912, - "Pneumatic_Panel_Pressure_bar": 9.44961153846154, - "Cyclone_Filter_Drop_Pressure_bar": -0.0077857142857136385, - "Tower_Discharge_Pressure_Drop_bar": 1.7090609890109891, - "Reservoir_Pressure_bar": 9.449792857142857, - "Oil_Temperature_C": 74.25072802197802, - "Motor_Current_A": 5.799462225274725, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.163394520547946, - "Pneumatic_Panel_Pressure_bar": 9.429101917808218, - "Cyclone_Filter_Drop_Pressure_bar": -0.0071945205479447575, - "Tower_Discharge_Pressure_Drop_bar": 1.6884224657534246, - "Reservoir_Pressure_bar": 9.429255890410959, - "Oil_Temperature_C": 74.3423904109589, - "Motor_Current_A": 5.786864383561644, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5013698630136987, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.241062637362637, - "Pneumatic_Panel_Pressure_bar": 9.451064285714285, - "Cyclone_Filter_Drop_Pressure_bar": -0.007956593406592655, - "Tower_Discharge_Pressure_Drop_bar": 1.708065934065934, - "Reservoir_Pressure_bar": 9.45196043956044, - "Oil_Temperature_C": 74.24388736263737, - "Motor_Current_A": 5.806160027472528, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.949201648351649, - "Pneumatic_Panel_Pressure_bar": 9.31645, - "Cyclone_Filter_Drop_Pressure_bar": 3.1769884615384623, - "Tower_Discharge_Pressure_Drop_bar": 0.9680818681318683, - "Reservoir_Pressure_bar": 9.316653296703297, - "Oil_Temperature_C": 71.0496978021978, - "Motor_Current_A": 4.449782967032967, - "Air_Intake_Valve_Status": 0.3489010989010989, - "Compressor_Outlet_Valve_Status": 0.6510989010989011, - "Active_Tower_ID": 0.6728021978021979, - "Load_Start_Signal": 0.3489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-12T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0503478021978028, - "Pneumatic_Panel_Pressure_bar": 9.063988461538461, - "Cyclone_Filter_Drop_Pressure_bar": 7.986338461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.021379120879119758, - "Reservoir_Pressure_bar": 9.063545054945054, - "Oil_Temperature_C": 62.595576923076926, - "Motor_Current_A": 2.1999271978021975, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012130434782608644, - "Pneumatic_Panel_Pressure_bar": 8.811478260869565, - "Cyclone_Filter_Drop_Pressure_bar": 8.800304347826087, - "Tower_Discharge_Pressure_Drop_bar": -0.02139130434782482, - "Reservoir_Pressure_bar": 8.813695652173914, - "Oil_Temperature_C": 60.79184782608696, - "Motor_Current_A": 0.043369565217390986, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.016151329892813666, - "Pneumatic_Panel_Pressure_bar": 9.046247558554983, - "Cyclone_Filter_Drop_Pressure_bar": 9.038785391028185, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 9.050096228662168, - "Oil_Temperature_C": 58.688624454148474, - "Motor_Current_A": 1.0583310837633977, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-13T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013387188723723997, - "Pneumatic_Panel_Pressure_bar": 9.078423261239273, - "Cyclone_Filter_Drop_Pressure_bar": 9.066433638667117, - "Tower_Discharge_Pressure_Drop_bar": -0.023012345679012055, - "Reservoir_Pressure_bar": 9.07767804782419, - "Oil_Temperature_C": 51.5211108415548, - "Motor_Current_A": 0.95092752733546, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6851703296703304, - "Pneumatic_Panel_Pressure_bar": 9.033304029304029, - "Cyclone_Filter_Drop_Pressure_bar": 8.286595238095238, - "Tower_Discharge_Pressure_Drop_bar": -0.015089743589743953, - "Reservoir_Pressure_bar": 9.032369963369963, - "Oil_Temperature_C": 53.97596153846154, - "Motor_Current_A": 1.3839743589743587, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.805967123287672, - "Pneumatic_Panel_Pressure_bar": 9.05858904109589, - "Cyclone_Filter_Drop_Pressure_bar": 8.187394520547945, - "Tower_Discharge_Pressure_Drop_bar": 0.009073972602739275, - "Reservoir_Pressure_bar": 9.058259726027398, - "Oil_Temperature_C": 56.21576712328768, - "Motor_Current_A": 1.4778082191780821, - "Air_Intake_Valve_Status": 0.9123287671232877, - "Compressor_Outlet_Valve_Status": 0.08767123287671233, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9123287671232877, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7651423076923086, - "Pneumatic_Panel_Pressure_bar": 9.041601648351648, - "Cyclone_Filter_Drop_Pressure_bar": 8.163168131868131, - "Tower_Discharge_Pressure_Drop_bar": 0.0069560439560434825, - "Reservoir_Pressure_bar": 9.041837912087912, - "Oil_Temperature_C": 55.629347527472525, - "Motor_Current_A": 1.4941414835164835, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8655262515262525, - "Pneumatic_Panel_Pressure_bar": 8.958971916971917, - "Cyclone_Filter_Drop_Pressure_bar": 8.011708180708181, - "Tower_Discharge_Pressure_Drop_bar": 0.024484737484737087, - "Reservoir_Pressure_bar": 8.959252136752136, - "Oil_Temperature_C": 55.16523962148962, - "Motor_Current_A": 1.1885370879120876, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.31098626373626465, - "Pneumatic_Panel_Pressure_bar": 9.042112637362639, - "Cyclone_Filter_Drop_Pressure_bar": 8.686085164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.01632967032967029, - "Reservoir_Pressure_bar": 9.04282967032967, - "Oil_Temperature_C": 55.630116758241755, - "Motor_Current_A": 1.0142616758241754, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4008196721311483, - "Pneumatic_Panel_Pressure_bar": 8.859958469945354, - "Cyclone_Filter_Drop_Pressure_bar": 7.297215300546448, - "Tower_Discharge_Pressure_Drop_bar": -0.010163934426228859, - "Reservoir_Pressure_bar": 8.86128524590164, - "Oil_Temperature_C": 56.5460519125683, - "Motor_Current_A": 1.9125956284153003, - "Air_Intake_Valve_Status": 0.8306010928961749, - "Compressor_Outlet_Valve_Status": 0.16939890710382513, - "Active_Tower_ID": 0.9180327868852459, - "Load_Start_Signal": 0.8306010928961749, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.32233973345380534, - "Pneumatic_Panel_Pressure_bar": 9.546868217754687, - "Cyclone_Filter_Drop_Pressure_bar": 9.247191506663656, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 9.546060899028689, - "Oil_Temperature_C": 64.14755477750171, - "Motor_Current_A": 3.8987861983284384, - "Air_Intake_Valve_Status": 0.9192681274000452, - "Compressor_Outlet_Valve_Status": 0.08073187259995482, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9192681274000452, - "Low_Pressure_Switch_Status": 0.08073187259995482, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-13T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-13T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-13T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-13T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.150272909843009, - "Pneumatic_Panel_Pressure_bar": 8.651751728738423, - "Cyclone_Filter_Drop_Pressure_bar": 6.601359192878925, - "Tower_Discharge_Pressure_Drop_bar": 0.008999999999999609, - "Reservoir_Pressure_bar": 8.64969751595324, - "Oil_Temperature_C": 50.80431924306811, - "Motor_Current_A": 2.9735512665532524, - "Air_Intake_Valve_Status": 0.6961412214818161, - "Compressor_Outlet_Valve_Status": 0.3038587785181839, - "Active_Tower_ID": 0.8515625, - "Load_Start_Signal": 0.6961412214818161, - "Low_Pressure_Switch_Status": 0.18667127851818388, - "Tower_Discharge_Switch_Status": 0.9921875, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5983824175824185, - "Pneumatic_Panel_Pressure_bar": 8.942774725274726, - "Cyclone_Filter_Drop_Pressure_bar": 8.326492307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.02421428571428627, - "Reservoir_Pressure_bar": 8.941642857142856, - "Oil_Temperature_C": 50.77644230769231, - "Motor_Current_A": 1.239995879120879, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3400481927710847, - "Pneumatic_Panel_Pressure_bar": 9.44694578313253, - "Cyclone_Filter_Drop_Pressure_bar": 9.05433734939759, - "Tower_Discharge_Pressure_Drop_bar": -0.013006024096385873, - "Reservoir_Pressure_bar": 9.445993975903615, - "Oil_Temperature_C": 53.60146837349398, - "Motor_Current_A": 2.2638629518072286, - "Air_Intake_Valve_Status": 0.8704819277108434, - "Compressor_Outlet_Valve_Status": 0.04216867469879518, - "Active_Tower_ID": 0.8885542168674698, - "Load_Start_Signal": 0.8704819277108434, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9126506024096386, - "Low_Oil_Level_Alarm": 0.9126506024096386, - "Airflow_Pulse_Counter": 0.9126506024096386, - "timestamp": "2020-04-13T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.0039999999999995, - "Pneumatic_Panel_Pressure_bar": 10.14, - "Cyclone_Filter_Drop_Pressure_bar": 10.144, - "Tower_Discharge_Pressure_Drop_bar": 0, - "Reservoir_Pressure_bar": 10.138, - "Oil_Temperature_C": 57.05, - "Motor_Current_A": 4.0975, - "Air_Intake_Valve_Status": 0.7956204379562044, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7956204379562044, - "Load_Start_Signal": 0.7956204379562044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7956204379562044, - "Low_Oil_Level_Alarm": 0.7956204379562044, - "Airflow_Pulse_Counter": 0.7956204379562044, - "timestamp": "2020-04-13T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0247175980339773, - "Pneumatic_Panel_Pressure_bar": 10.05333133881825, - "Cyclone_Filter_Drop_Pressure_bar": 9.078164333796346, - "Tower_Discharge_Pressure_Drop_bar": -0.002937920718025283, - "Reservoir_Pressure_bar": 10.05133133881825, - "Oil_Temperature_C": 55.10362752430815, - "Motor_Current_A": 4.330172828293621, - "Air_Intake_Valve_Status": 0.8950742600705204, - "Compressor_Outlet_Valve_Status": 0.10492573992947965, - "Active_Tower_ID": 0.8950742600705204, - "Load_Start_Signal": 0.8950742600705204, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-13T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-13T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-13T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-13T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0770261324682662, - "Pneumatic_Panel_Pressure_bar": 9.704063587429651, - "Cyclone_Filter_Drop_Pressure_bar": 8.600450545543081, - "Tower_Discharge_Pressure_Drop_bar": -0.027843912846229207, - "Reservoir_Pressure_bar": 9.703211128413258, - "Oil_Temperature_C": 46.91037495248722, - "Motor_Current_A": 3.387641382276024, - "Air_Intake_Valve_Status": 0.8873075622833462, - "Compressor_Outlet_Valve_Status": 0.11269243771665392, - "Active_Tower_ID": 0.9528813327751494, - "Load_Start_Signal": 0.8873075622833462, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7943054123711347, - "Pneumatic_Panel_Pressure_bar": 9.132735824742268, - "Cyclone_Filter_Drop_Pressure_bar": 8.365961984536082, - "Tower_Discharge_Pressure_Drop_bar": -0.0259999999999998, - "Reservoir_Pressure_bar": 9.130522551546392, - "Oil_Temperature_C": 42.303825708762886, - "Motor_Current_A": 0.6607256765463914, - "Air_Intake_Valve_Status": 0.8933634020618557, - "Compressor_Outlet_Valve_Status": 0.10663659793814433, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8933634020618557, - "Low_Pressure_Switch_Status": 0.10663659793814433, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8580709760063827, - "Pneumatic_Panel_Pressure_bar": 9.033696267488954, - "Cyclone_Filter_Drop_Pressure_bar": 8.17158148088488, - "Tower_Discharge_Pressure_Drop_bar": -0.008999999999998894, - "Reservoir_Pressure_bar": 9.033211903994845, - "Oil_Temperature_C": 41.93100008245889, - "Motor_Current_A": 1.6199266547388929, - "Air_Intake_Valve_Status": 0.900675395802651, - "Compressor_Outlet_Valve_Status": 0.09932460419734904, - "Active_Tower_ID": 0.9464285714285714, - "Load_Start_Signal": 0.900675395802651, - "Low_Pressure_Switch_Status": 0.021943651816396664, - "Tower_Discharge_Switch_Status": 0.9940476190476191, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.549418630136987, - "Pneumatic_Panel_Pressure_bar": 9.069827397260275, - "Cyclone_Filter_Drop_Pressure_bar": 8.46550904109589, - "Tower_Discharge_Pressure_Drop_bar": -0.0274191780821908, - "Reservoir_Pressure_bar": 9.069630136986301, - "Oil_Temperature_C": 45.822767123287676, - "Motor_Current_A": 1.3378219178082191, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6167972527472534, - "Pneumatic_Panel_Pressure_bar": 9.030728571428572, - "Cyclone_Filter_Drop_Pressure_bar": 8.336738461538461, - "Tower_Discharge_Pressure_Drop_bar": -0.02710384615384535, - "Reservoir_Pressure_bar": 9.030579120879121, - "Oil_Temperature_C": 48.64949862637363, - "Motor_Current_A": 1.3824313186813184, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8194340659340668, - "Pneumatic_Panel_Pressure_bar": 9.099762637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.167823076923076, - "Tower_Discharge_Pressure_Drop_bar": -0.008543956043955376, - "Reservoir_Pressure_bar": 9.099505494505493, - "Oil_Temperature_C": 51.68751373626374, - "Motor_Current_A": 1.518487637362637, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6704527472527481, - "Pneumatic_Panel_Pressure_bar": 8.9109010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.207876923076922, - "Tower_Discharge_Pressure_Drop_bar": -0.026508791208790707, - "Reservoir_Pressure_bar": 8.910964835164835, - "Oil_Temperature_C": 51.863035714285715, - "Motor_Current_A": 0.9273832417582417, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.46097802197802307, - "Pneumatic_Panel_Pressure_bar": 9.142934065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.570938461538463, - "Tower_Discharge_Pressure_Drop_bar": -0.015140659340659118, - "Reservoir_Pressure_bar": 9.142604395604396, - "Oil_Temperature_C": 54.399814560439566, - "Motor_Current_A": 1.293951923076923, - "Air_Intake_Valve_Status": 0.9387362637362637, - "Compressor_Outlet_Valve_Status": 0.06126373626373627, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9387362637362637, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5814416438356173, - "Pneumatic_Panel_Pressure_bar": 8.985849315068494, - "Cyclone_Filter_Drop_Pressure_bar": 8.374458082191781, - "Tower_Discharge_Pressure_Drop_bar": -0.025462465753424715, - "Reservoir_Pressure_bar": 8.986265205479452, - "Oil_Temperature_C": 52.66869863013699, - "Motor_Current_A": 1.3021089041095888, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3438670329670338, - "Pneumatic_Panel_Pressure_bar": 8.817706593406593, - "Cyclone_Filter_Drop_Pressure_bar": 8.43378901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.024407142857143297, - "Reservoir_Pressure_bar": 8.819645604395605, - "Oil_Temperature_C": 52.2995260989011, - "Motor_Current_A": 0.7422939560439558, - "Air_Intake_Valve_Status": 0.9587912087912088, - "Compressor_Outlet_Valve_Status": 0.04120879120879121, - "Active_Tower_ID": 0.9807692307692307, - "Load_Start_Signal": 0.9587912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7525626373626383, - "Pneumatic_Panel_Pressure_bar": 9.132737362637362, - "Cyclone_Filter_Drop_Pressure_bar": 8.29500989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.022073626373626316, - "Reservoir_Pressure_bar": 9.1343010989011, - "Oil_Temperature_C": 55.5003021978022, - "Motor_Current_A": 1.3939615384615383, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6282362637362646, - "Pneumatic_Panel_Pressure_bar": 8.8532010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.179545054945056, - "Tower_Discharge_Pressure_Drop_bar": -0.019763736263735475, - "Reservoir_Pressure_bar": 8.856089010989011, - "Oil_Temperature_C": 54.481978021978016, - "Motor_Current_A": 1.0588804945054942, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.32294890109890173, - "Pneumatic_Panel_Pressure_bar": 8.99111978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.610372527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.021505494505493335, - "Reservoir_Pressure_bar": 8.993641758241758, - "Oil_Temperature_C": 56.18582417582417, - "Motor_Current_A": 0.962300137362637, - "Air_Intake_Valve_Status": 0.9587912087912088, - "Compressor_Outlet_Valve_Status": 0.04120879120879121, - "Active_Tower_ID": 0.9807692307692307, - "Load_Start_Signal": 0.9587912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8854230769230773, - "Pneumatic_Panel_Pressure_bar": 9.022428571428572, - "Cyclone_Filter_Drop_Pressure_bar": 8.03539010989011, - "Tower_Discharge_Pressure_Drop_bar": 0.00814285714285817, - "Reservoir_Pressure_bar": 9.023423076923077, - "Oil_Temperature_C": 57.4853021978022, - "Motor_Current_A": 1.5189079670329668, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7297362637362643, - "Pneumatic_Panel_Pressure_bar": 8.818886813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.027154945054944, - "Tower_Discharge_Pressure_Drop_bar": -0.012154945054944204, - "Reservoir_Pressure_bar": 8.820535164835164, - "Oil_Temperature_C": 56.739217032967034, - "Motor_Current_A": 1.1066071428571425, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3712802197802201, - "Pneumatic_Panel_Pressure_bar": 9.04451282051282, - "Cyclone_Filter_Drop_Pressure_bar": 8.627705128205129, - "Tower_Discharge_Pressure_Drop_bar": -0.020332112332111633, - "Reservoir_Pressure_bar": 9.045589743589744, - "Oil_Temperature_C": 57.82509157509157, - "Motor_Current_A": 1.0309569597069594, - "Air_Intake_Valve_Status": 0.9560439560439561, - "Compressor_Outlet_Valve_Status": 0.04395604395604396, - "Active_Tower_ID": 0.9862637362637363, - "Load_Start_Signal": 0.9560439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6863626373626378, - "Pneumatic_Panel_Pressure_bar": 8.987720879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.223709890109891, - "Tower_Discharge_Pressure_Drop_bar": -0.020063736263735713, - "Reservoir_Pressure_bar": 8.988825274725276, - "Oil_Temperature_C": 57.73392857142858, - "Motor_Current_A": 1.3768063186813184, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.645891208791209, - "Pneumatic_Panel_Pressure_bar": 8.859978021978023, - "Cyclone_Filter_Drop_Pressure_bar": 8.145308791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.019559340659340025, - "Reservoir_Pressure_bar": 8.860215384615385, - "Oil_Temperature_C": 56.919793956043954, - "Motor_Current_A": 1.025333791208791, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2970934065934068, - "Pneumatic_Panel_Pressure_bar": 9.096065934065933, - "Cyclone_Filter_Drop_Pressure_bar": 8.769357142857142, - "Tower_Discharge_Pressure_Drop_bar": -0.006697802197801365, - "Reservoir_Pressure_bar": 9.095565934065934, - "Oil_Temperature_C": 57.6228021978022, - "Motor_Current_A": 1.039972527472527, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.03571428571428571, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3403848797250863, - "Pneumatic_Panel_Pressure_bar": 8.796111340206185, - "Cyclone_Filter_Drop_Pressure_bar": 8.4148735395189, - "Tower_Discharge_Pressure_Drop_bar": -0.017037800687284103, - "Reservoir_Pressure_bar": 8.795863917525773, - "Oil_Temperature_C": 55.80188144329897, - "Motor_Current_A": 0.8254639175257729, - "Air_Intake_Valve_Status": 0.9587628865979382, - "Compressor_Outlet_Valve_Status": 0.041237113402061855, - "Active_Tower_ID": 0.9828178694158075, - "Load_Start_Signal": 0.9587628865979382, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.33492854137868927, - "Pneumatic_Panel_Pressure_bar": 8.163433018811226, - "Cyclone_Filter_Drop_Pressure_bar": 7.73372257948194, - "Tower_Discharge_Pressure_Drop_bar": 0.27474980467576227, - "Reservoir_Pressure_bar": 8.163345633752028, - "Oil_Temperature_C": 51.330461566199894, - "Motor_Current_A": 0.2576857082757373, - "Air_Intake_Valve_Status": 0.9563074704008654, - "Compressor_Outlet_Valve_Status": 0.04369252959913456, - "Active_Tower_ID": 0.9563074704008654, - "Load_Start_Signal": 0.9563074704008654, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-14T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-14T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-14T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-14T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6693617953951714, - "Pneumatic_Panel_Pressure_bar": 9.541762923490031, - "Cyclone_Filter_Drop_Pressure_bar": 7.69651484130323, - "Tower_Discharge_Pressure_Drop_bar": 0.29551833673527655, - "Reservoir_Pressure_bar": 9.541147883263996, - "Oil_Temperature_C": 56.61899556968272, - "Motor_Current_A": 4.077530383770393, - "Air_Intake_Valve_Status": 0.8159366771062185, - "Compressor_Outlet_Valve_Status": 0.18406332289378147, - "Active_Tower_ID": 0.8900107511802926, - "Load_Start_Signal": 0.8159366771062185, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.987493956043957, - "Pneumatic_Panel_Pressure_bar": 9.084822527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.043844505494507, - "Tower_Discharge_Pressure_Drop_bar": 0.01299505494505461, - "Reservoir_Pressure_bar": 9.085256593406593, - "Oil_Temperature_C": 55.32944368131868, - "Motor_Current_A": 1.7059079670329669, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3796076923076933, - "Pneumatic_Panel_Pressure_bar": 8.982489010989012, - "Cyclone_Filter_Drop_Pressure_bar": 8.536096703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.01440879120879105, - "Reservoir_Pressure_bar": 8.982774725274725, - "Oil_Temperature_C": 54.73120879120879, - "Motor_Current_A": 0.7680247252747251, - "Air_Intake_Valve_Status": 0.9532967032967034, - "Compressor_Outlet_Valve_Status": 0.046703296703296704, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9532967032967034, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6460000000000009, - "Pneumatic_Panel_Pressure_bar": 9.027613186813186, - "Cyclone_Filter_Drop_Pressure_bar": 8.33426153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.009126373626374014, - "Reservoir_Pressure_bar": 9.027285714285714, - "Oil_Temperature_C": 55.34208791208791, - "Motor_Current_A": 1.3887774725274724, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6738739726027406, - "Pneumatic_Panel_Pressure_bar": 8.85617808219178, - "Cyclone_Filter_Drop_Pressure_bar": 8.113482191780822, - "Tower_Discharge_Pressure_Drop_bar": -0.023693150684931826, - "Reservoir_Pressure_bar": 8.855843835616438, - "Oil_Temperature_C": 53.86503424657534, - "Motor_Current_A": 0.9483561643835614, - "Air_Intake_Valve_Status": 0.9205479452054794, - "Compressor_Outlet_Valve_Status": 0.07945205479452055, - "Active_Tower_ID": 0.9561643835616438, - "Load_Start_Signal": 0.9205479452054794, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8607131868131875, - "Pneumatic_Panel_Pressure_bar": 9.106384615384616, - "Cyclone_Filter_Drop_Pressure_bar": 8.147506593406593, - "Tower_Discharge_Pressure_Drop_bar": 0.0019291208791205145, - "Reservoir_Pressure_bar": 9.105873626373626, - "Oil_Temperature_C": 56.97300824175824, - "Motor_Current_A": 1.6440068681318678, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3298516483516493, - "Pneumatic_Panel_Pressure_bar": 9.010493956043957, - "Cyclone_Filter_Drop_Pressure_bar": 8.64769010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.022516483516484047, - "Reservoir_Pressure_bar": 9.010565384615385, - "Oil_Temperature_C": 56.246586538461536, - "Motor_Current_A": 1.0290137362637362, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.9807692307692307, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8458769230769239, - "Pneumatic_Panel_Pressure_bar": 9.209272527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.220327472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.01416153846153889, - "Reservoir_Pressure_bar": 9.20949010989011, - "Oil_Temperature_C": 56.090357142857144, - "Motor_Current_A": 1.532375, - "Air_Intake_Valve_Status": 0.8967032967032966, - "Compressor_Outlet_Valve_Status": 0.1032967032967033, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8967032967032966, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6087747252747262, - "Pneumatic_Panel_Pressure_bar": 8.99898076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.3664989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.023093406593406772, - "Reservoir_Pressure_bar": 8.999684065934067, - "Oil_Temperature_C": 54.62646978021978, - "Motor_Current_A": 1.3140679945054943, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7968461538461546, - "Pneumatic_Panel_Pressure_bar": 9.008204395604395, - "Cyclone_Filter_Drop_Pressure_bar": 8.159505494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.013791208791208761, - "Reservoir_Pressure_bar": 9.00865934065934, - "Oil_Temperature_C": 55.26634615384616, - "Motor_Current_A": 1.2602197802197799, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2805730027548218, - "Pneumatic_Panel_Pressure_bar": 8.893696969696968, - "Cyclone_Filter_Drop_Pressure_bar": 8.582754820936639, - "Tower_Discharge_Pressure_Drop_bar": -0.023151515151515062, - "Reservoir_Pressure_bar": 8.894220385674931, - "Oil_Temperature_C": 55.367011019283744, - "Motor_Current_A": 0.8620247933884295, - "Air_Intake_Valve_Status": 0.9669421487603306, - "Compressor_Outlet_Valve_Status": 0.03305785123966942, - "Active_Tower_ID": 0.9834710743801653, - "Load_Start_Signal": 0.9669421487603306, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8801813186813192, - "Pneumatic_Panel_Pressure_bar": 9.120406593406594, - "Cyclone_Filter_Drop_Pressure_bar": 8.143593406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.0004065934065926522, - "Reservoir_Pressure_bar": 9.121796703296702, - "Oil_Temperature_C": 56.99663461538462, - "Motor_Current_A": 1.5199862637362638, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7093895604395609, - "Pneumatic_Panel_Pressure_bar": 8.99948076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.197706043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.020533516483515535, - "Reservoir_Pressure_bar": 9.000047252747253, - "Oil_Temperature_C": 56.47595467032967, - "Motor_Current_A": 1.3889704670329668, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.28389010989011065, - "Pneumatic_Panel_Pressure_bar": 8.864442307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.556465934065935, - "Tower_Discharge_Pressure_Drop_bar": -0.014741758241757347, - "Reservoir_Pressure_bar": 8.865815934065935, - "Oil_Temperature_C": 55.04029532967033, - "Motor_Current_A": 0.6741778846153843, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5895494505494511, - "Pneumatic_Panel_Pressure_bar": 8.932943956043957, - "Cyclone_Filter_Drop_Pressure_bar": 8.3254, - "Tower_Discharge_Pressure_Drop_bar": -0.019714285714285, - "Reservoir_Pressure_bar": 8.93338901098901, - "Oil_Temperature_C": 56.2970467032967, - "Motor_Current_A": 1.314745879120879, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7062252747252756, - "Pneumatic_Panel_Pressure_bar": 9.114203296703296, - "Cyclone_Filter_Drop_Pressure_bar": 8.397667582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.019032967032967175, - "Reservoir_Pressure_bar": 9.114673076923077, - "Oil_Temperature_C": 56.73131868131868, - "Motor_Current_A": 1.3604361263736262, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7136538461538471, - "Pneumatic_Panel_Pressure_bar": 9.054546703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.30572087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.011347802197802279, - "Reservoir_Pressure_bar": 9.054671428571428, - "Oil_Temperature_C": 56.53081043956044, - "Motor_Current_A": 1.3971359890109887, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7386428571428582, - "Pneumatic_Panel_Pressure_bar": 8.906802197802199, - "Cyclone_Filter_Drop_Pressure_bar": 8.06576923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.018104395604395408, - "Reservoir_Pressure_bar": 8.907197802197802, - "Oil_Temperature_C": 55.48358516483517, - "Motor_Current_A": 1.2535439560439559, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4114170329670339, - "Pneumatic_Panel_Pressure_bar": 8.927876923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.484629120879122, - "Tower_Discharge_Pressure_Drop_bar": -0.017769230769230496, - "Reservoir_Pressure_bar": 8.92839945054945, - "Oil_Temperature_C": 55.82115384615385, - "Motor_Current_A": 0.942756181318681, - "Air_Intake_Valve_Status": 0.9532967032967034, - "Compressor_Outlet_Valve_Status": 0.046703296703296704, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9532967032967034, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0140109890109896, - "Pneumatic_Panel_Pressure_bar": 9.01642967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.935714285714285, - "Tower_Discharge_Pressure_Drop_bar": 0.015262637362637563, - "Reservoir_Pressure_bar": 9.01655054945055, - "Oil_Temperature_C": 57.21810439560439, - "Motor_Current_A": 1.5877335164835162, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1050131868131874, - "Pneumatic_Panel_Pressure_bar": 9.082609890109891, - "Cyclone_Filter_Drop_Pressure_bar": 7.937730769230769, - "Tower_Discharge_Pressure_Drop_bar": 0.0052472527472528065, - "Reservoir_Pressure_bar": 9.08225054945055, - "Oil_Temperature_C": 59.21293956043956, - "Motor_Current_A": 1.9455288461538458, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0457021978021983, - "Pneumatic_Panel_Pressure_bar": 9.085253846153845, - "Cyclone_Filter_Drop_Pressure_bar": 8.023624175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.021089010989011208, - "Reservoir_Pressure_bar": 9.08483846153846, - "Oil_Temperature_C": 60.316497252747254, - "Motor_Current_A": 2.0133859890109886, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2396939560439566, - "Pneumatic_Panel_Pressure_bar": 9.092517032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.735571978021978, - "Tower_Discharge_Pressure_Drop_bar": 0.012472527472527509, - "Reservoir_Pressure_bar": 9.091837362637364, - "Oil_Temperature_C": 61.493489010989016, - "Motor_Current_A": 1.9266641483516482, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.048587519025876, - "Pneumatic_Panel_Pressure_bar": 8.97137899543379, - "Cyclone_Filter_Drop_Pressure_bar": 7.894069406392695, - "Tower_Discharge_Pressure_Drop_bar": -0.014519939117199536, - "Reservoir_Pressure_bar": 8.970890715372906, - "Oil_Temperature_C": 59.01327245053272, - "Motor_Current_A": 1.7595684931506848, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-15T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0743786407766995, - "Pneumatic_Panel_Pressure_bar": 8.868418446601941, - "Cyclone_Filter_Drop_Pressure_bar": 6.684593203883495, - "Tower_Discharge_Pressure_Drop_bar": 0.2905135922330097, - "Reservoir_Pressure_bar": 8.868079611650485, - "Oil_Temperature_C": 60.323871359223304, - "Motor_Current_A": 2.670395631067961, - "Air_Intake_Valve_Status": 0.7621359223300971, - "Compressor_Outlet_Valve_Status": 0.23786407766990292, - "Active_Tower_ID": 0.8737864077669902, - "Load_Start_Signal": 0.7621359223300971, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9951456310679612, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.322958575581396, - "Pneumatic_Panel_Pressure_bar": 8.073258720930232, - "Cyclone_Filter_Drop_Pressure_bar": 7.746160610465116, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 8.07300254360465, - "Oil_Temperature_C": 58.254501271802326, - "Motor_Current_A": 3.9917014898255814, - "Air_Intake_Valve_Status": 0.9573037790697675, - "Compressor_Outlet_Valve_Status": 0.04269622093023256, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9573037790697675, - "Low_Pressure_Switch_Status": 0.04269622093023256, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.170779985613432, - "Pneumatic_Panel_Pressure_bar": 9.211869022899858, - "Cyclone_Filter_Drop_Pressure_bar": 7.9895316096642155, - "Tower_Discharge_Pressure_Drop_bar": 0.021244897959184248, - "Reservoir_Pressure_bar": 9.211041570879805, - "Oil_Temperature_C": 55.44728098952153, - "Motor_Current_A": 1.6366199025940318, - "Air_Intake_Valve_Status": 0.8688940510797342, - "Compressor_Outlet_Valve_Status": 0.13110594892026578, - "Active_Tower_ID": 0.9387755102040817, - "Load_Start_Signal": 0.8688940510797342, - "Low_Pressure_Switch_Status": 0.008656969328429047, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5803736263736273, - "Pneumatic_Panel_Pressure_bar": 9.011076373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.378922527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.022825824175824128, - "Reservoir_Pressure_bar": 9.011274175824175, - "Oil_Temperature_C": 54.638317307692304, - "Motor_Current_A": 1.3112520604395603, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9361483516483526, - "Pneumatic_Panel_Pressure_bar": 8.950109890109891, - "Cyclone_Filter_Drop_Pressure_bar": 7.93473076923077, - "Tower_Discharge_Pressure_Drop_bar": 0.02960439560439581, - "Reservoir_Pressure_bar": 8.950291208791208, - "Oil_Temperature_C": 55.49848901098901, - "Motor_Current_A": 1.293447802197802, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.27673681318681415, - "Pneumatic_Panel_Pressure_bar": 8.92835934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.616393406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.023592857142857426, - "Reservoir_Pressure_bar": 8.927986263736264, - "Oil_Temperature_C": 56.20261675824175, - "Motor_Current_A": 0.9258969780219777, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1712983516483522, - "Pneumatic_Panel_Pressure_bar": 9.078725824175823, - "Cyclone_Filter_Drop_Pressure_bar": 7.823137912087912, - "Tower_Discharge_Pressure_Drop_bar": 0.006798351648351456, - "Reservoir_Pressure_bar": 9.077823076923076, - "Oil_Temperature_C": 59.01853021978022, - "Motor_Current_A": 2.125892857142857, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6605714285714296, - "Pneumatic_Panel_Pressure_bar": 8.867260989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.162046703296703, - "Tower_Discharge_Pressure_Drop_bar": 0.008362637362637055, - "Reservoir_Pressure_bar": 8.866549450549451, - "Oil_Temperature_C": 55.83643543956045, - "Motor_Current_A": 0.9347012362637359, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4468113553113563, - "Pneumatic_Panel_Pressure_bar": 8.975578754578754, - "Cyclone_Filter_Drop_Pressure_bar": 8.505437728937729, - "Tower_Discharge_Pressure_Drop_bar": -0.02431135531135577, - "Reservoir_Pressure_bar": 8.975119047619048, - "Oil_Temperature_C": 54.79031593406593, - "Motor_Current_A": 1.2074404761904758, - "Air_Intake_Valve_Status": 0.9505494505494505, - "Compressor_Outlet_Valve_Status": 0.04945054945054945, - "Active_Tower_ID": 0.9826007326007327, - "Load_Start_Signal": 0.9505494505494505, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8901153846153855, - "Pneumatic_Panel_Pressure_bar": 8.913361538461539, - "Cyclone_Filter_Drop_Pressure_bar": 8.008136263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.024116483516484013, - "Reservoir_Pressure_bar": 8.913691208791208, - "Oil_Temperature_C": 54.5996978021978, - "Motor_Current_A": 1.6210164835164833, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4637252747252756, - "Pneumatic_Panel_Pressure_bar": 9.224278021978023, - "Cyclone_Filter_Drop_Pressure_bar": 7.716113186813186, - "Tower_Discharge_Pressure_Drop_bar": 0.18715384615384636, - "Reservoir_Pressure_bar": 9.224454395604395, - "Oil_Temperature_C": 59.09118818681319, - "Motor_Current_A": 1.7288674450549448, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7440219780219787, - "Pneumatic_Panel_Pressure_bar": 9.04273076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.224445054945054, - "Tower_Discharge_Pressure_Drop_bar": -0.01460439560439487, - "Reservoir_Pressure_bar": 9.041554945054946, - "Oil_Temperature_C": 58.472046703296705, - "Motor_Current_A": 1.4426304945054944, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5718021978021988, - "Pneumatic_Panel_Pressure_bar": 8.951253296703296, - "Cyclone_Filter_Drop_Pressure_bar": 8.34281923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.022634065934065327, - "Reservoir_Pressure_bar": 8.952055494505496, - "Oil_Temperature_C": 55.91885302197802, - "Motor_Current_A": 1.2974381868131866, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.996892857142858, - "Pneumatic_Panel_Pressure_bar": 8.983854395604396, - "Cyclone_Filter_Drop_Pressure_bar": 7.917288461538462, - "Tower_Discharge_Pressure_Drop_bar": 0.001340659340660154, - "Reservoir_Pressure_bar": 8.983862637362638, - "Oil_Temperature_C": 57.27699175824176, - "Motor_Current_A": 1.5631284340659337, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.28042307692307783, - "Pneumatic_Panel_Pressure_bar": 8.933879120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.625283882783883, - "Tower_Discharge_Pressure_Drop_bar": -0.02259706959706885, - "Reservoir_Pressure_bar": 8.93370879120879, - "Oil_Temperature_C": 55.89027014652015, - "Motor_Current_A": 0.7296886446886445, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8295841704718424, - "Pneumatic_Panel_Pressure_bar": 9.191601826484018, - "Cyclone_Filter_Drop_Pressure_bar": 8.243016133942161, - "Tower_Discharge_Pressure_Drop_bar": -0.00692054794520476, - "Reservoir_Pressure_bar": 9.190681887366818, - "Oil_Temperature_C": 57.30514459665145, - "Motor_Current_A": 1.4939178082191777, - "Air_Intake_Valve_Status": 0.8986301369863013, - "Compressor_Outlet_Valve_Status": 0.10136986301369863, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8986301369863013, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8307472527472535, - "Pneumatic_Panel_Pressure_bar": 9.055436813186814, - "Cyclone_Filter_Drop_Pressure_bar": 8.186623626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.004148901098900657, - "Reservoir_Pressure_bar": 9.054282967032966, - "Oil_Temperature_C": 57.65694368131868, - "Motor_Current_A": 1.4480831043956042, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7188296703296712, - "Pneumatic_Panel_Pressure_bar": 8.858707692307691, - "Cyclone_Filter_Drop_Pressure_bar": 8.063163736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.019362637362636905, - "Reservoir_Pressure_bar": 8.857876373626373, - "Oil_Temperature_C": 55.78614697802198, - "Motor_Current_A": 1.035631868131868, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2761016483516493, - "Pneumatic_Panel_Pressure_bar": 8.982653846153847, - "Cyclone_Filter_Drop_Pressure_bar": 8.67278021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.022829670329669965, - "Reservoir_Pressure_bar": 8.982192307692308, - "Oil_Temperature_C": 56.14955357142857, - "Motor_Current_A": 1.0413530219780216, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9162659340659347, - "Pneumatic_Panel_Pressure_bar": 9.07098131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.096142307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.020206593406593296, - "Reservoir_Pressure_bar": 9.070437362637362, - "Oil_Temperature_C": 57.892026098901106, - "Motor_Current_A": 1.9603296703296702, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9183676712328775, - "Pneumatic_Panel_Pressure_bar": 8.953105205479453, - "Cyclone_Filter_Drop_Pressure_bar": 8.001604383561643, - "Tower_Discharge_Pressure_Drop_bar": -0.023424657534246635, - "Reservoir_Pressure_bar": 8.952727123287671, - "Oil_Temperature_C": 59.16076712328767, - "Motor_Current_A": 1.505184931506849, - "Air_Intake_Valve_Status": 0.8958904109589041, - "Compressor_Outlet_Valve_Status": 0.10410958904109589, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8958904109589041, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.363694505494506, - "Pneumatic_Panel_Pressure_bar": 9.186896703296703, - "Cyclone_Filter_Drop_Pressure_bar": 7.783631868131868, - "Tower_Discharge_Pressure_Drop_bar": 0.08630219780219824, - "Reservoir_Pressure_bar": 9.186093956043955, - "Oil_Temperature_C": 62.06302884615385, - "Motor_Current_A": 2.2283289835164832, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0013131868131875, - "Pneumatic_Panel_Pressure_bar": 8.9417489010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.912968681318682, - "Tower_Discharge_Pressure_Drop_bar": 0.013125824175824386, - "Reservoir_Pressure_bar": 8.94118901098901, - "Oil_Temperature_C": 59.36668269230769, - "Motor_Current_A": 1.5515109890109886, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0943928571428576, - "Pneumatic_Panel_Pressure_bar": 9.122081868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.992648351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.00022527472527476223, - "Reservoir_Pressure_bar": 9.120993956043955, - "Oil_Temperature_C": 60.12980082417583, - "Motor_Current_A": 2.0618131868131866, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-16T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8582110091743126, - "Pneumatic_Panel_Pressure_bar": 8.955467889908256, - "Cyclone_Filter_Drop_Pressure_bar": 8.054756880733944, - "Tower_Discharge_Pressure_Drop_bar": -0.007169724770642483, - "Reservoir_Pressure_bar": 8.954692660550458, - "Oil_Temperature_C": 58.8526376146789, - "Motor_Current_A": 1.87598623853211, - "Air_Intake_Valve_Status": 0.9036697247706422, - "Compressor_Outlet_Valve_Status": 0.0963302752293578, - "Active_Tower_ID": 0.9587155963302753, - "Load_Start_Signal": 0.9036697247706422, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-17T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.32828413284132907, - "Pneumatic_Panel_Pressure_bar": 7.893416974169742, - "Cyclone_Filter_Drop_Pressure_bar": 7.577907749077491, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 7.894734317343173, - "Oil_Temperature_C": 56.51831180811809, - "Motor_Current_A": 4.076817343173431, - "Air_Intake_Valve_Status": 0.9317343173431735, - "Compressor_Outlet_Valve_Status": 0.06826568265682656, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9317343173431735, - "Low_Pressure_Switch_Status": 0.06826568265682656, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-17T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-17T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-17T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8258998078560673, - "Pneumatic_Panel_Pressure_bar": 8.858244350313326, - "Cyclone_Filter_Drop_Pressure_bar": 7.119083663398764, - "Tower_Discharge_Pressure_Drop_bar": -0.024830769230769587, - "Reservoir_Pressure_bar": 8.857749376623945, - "Oil_Temperature_C": 46.395151395226975, - "Motor_Current_A": 2.6118278073757066, - "Air_Intake_Valve_Status": 0.7628103233695058, - "Compressor_Outlet_Valve_Status": 0.23718967663049412, - "Active_Tower_ID": 0.8769230769230769, - "Load_Start_Signal": 0.7628103233695058, - "Low_Pressure_Switch_Status": 0.12949736893818642, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-17T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6011813186813196, - "Pneumatic_Panel_Pressure_bar": 9.074326923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.413266483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.02534120879120892, - "Reservoir_Pressure_bar": 9.07393131868132, - "Oil_Temperature_C": 49.77542582417583, - "Motor_Current_A": 1.3318880494505494, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-17T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.561445054945056, - "Pneumatic_Panel_Pressure_bar": 8.94983956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.365725274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.024967032967033106, - "Reservoir_Pressure_bar": 8.949758241758241, - "Oil_Temperature_C": 52.60049450549451, - "Motor_Current_A": 1.2873131868131866, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-17T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5682692307692316, - "Pneumatic_Panel_Pressure_bar": 8.937554945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.3517989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.019923076923077248, - "Reservoir_Pressure_bar": 8.938156043956043, - "Oil_Temperature_C": 53.0945054945055, - "Motor_Current_A": 1.2869395604395601, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-17T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6959527472527482, - "Pneumatic_Panel_Pressure_bar": 8.981208791208791, - "Cyclone_Filter_Drop_Pressure_bar": 8.272956043956045, - "Tower_Discharge_Pressure_Drop_bar": -0.006283516483516906, - "Reservoir_Pressure_bar": 8.981241758241758, - "Oil_Temperature_C": 54.06429945054945, - "Motor_Current_A": 1.3662568681318679, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-17T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.017075460122699292, - "Pneumatic_Panel_Pressure_bar": 8.497559509202453, - "Cyclone_Filter_Drop_Pressure_bar": 8.486847852760736, - "Tower_Discharge_Pressure_Drop_bar": -0.024271779141105, - "Reservoir_Pressure_bar": 8.497620858895706, - "Oil_Temperature_C": 50.652783742331295, - "Motor_Current_A": 0.04078987730061335, - "Air_Intake_Valve_Status": 0.8957055214723927, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8957055214723927, - "Load_Start_Signal": 0.8957055214723927, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8957055214723927, - "Low_Oil_Level_Alarm": 0.8957055214723927, - "Airflow_Pulse_Counter": 0.8957055214723927, - "timestamp": "2020-04-17T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8, - "Load_Start_Signal": 0.8, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8, - "Low_Oil_Level_Alarm": 0.8, - "Airflow_Pulse_Counter": 0.8, - "timestamp": "2020-04-17T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8037046565474659, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8037046565474659, - "Load_Start_Signal": 0.8037046565474659, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8037046565474659, - "Low_Oil_Level_Alarm": 0.8037046565474659, - "Airflow_Pulse_Counter": 0.8037046565474659, - "timestamp": "2020-04-17T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7926421404682275, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0.7926421404682275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0.7926421404682275, - "Airflow_Pulse_Counter": 0.7926421404682275, - "timestamp": "2020-04-17T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-04-17T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7926421404682275, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0.7926421404682275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0.7926421404682275, - "Airflow_Pulse_Counter": 0.7926421404682275, - "timestamp": "2020-04-17T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8033333333333333, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8033333333333333, - "Load_Start_Signal": 0.8033333333333333, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8033333333333333, - "Low_Oil_Level_Alarm": 0.8033333333333333, - "Airflow_Pulse_Counter": 0.8033333333333333, - "timestamp": "2020-04-17T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.766164994425864, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.766164994425864, - "Load_Start_Signal": 0.766164994425864, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.766164994425864, - "Low_Oil_Level_Alarm": 0.766164994425864, - "Airflow_Pulse_Counter": 0.766164994425864, - "timestamp": "2020-04-17T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.79, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.79, - "Load_Start_Signal": 0.79, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.79, - "Low_Oil_Level_Alarm": 0.79, - "Airflow_Pulse_Counter": 0.79, - "timestamp": "2020-04-17T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.802675585284281, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.802675585284281, - "Load_Start_Signal": 0.802675585284281, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.802675585284281, - "Low_Oil_Level_Alarm": 0.802675585284281, - "Airflow_Pulse_Counter": 0.802675585284281, - "timestamp": "2020-04-17T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.81, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.81, - "Load_Start_Signal": 0.81, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.81, - "Low_Oil_Level_Alarm": 0.81, - "Airflow_Pulse_Counter": 0.81, - "timestamp": "2020-04-17T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-04-17T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7971014492753623, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7971014492753623, - "Load_Start_Signal": 0.7971014492753623, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7971014492753623, - "Low_Oil_Level_Alarm": 0.7971014492753623, - "Airflow_Pulse_Counter": 0.7971014492753623, - "timestamp": "2020-04-17T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7926421404682275, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0.7926421404682275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0.7926421404682275, - "Airflow_Pulse_Counter": 0.7926421404682275, - "timestamp": "2020-04-17T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0180000000000006, - "Pneumatic_Panel_Pressure_bar": 8.248, - "Cyclone_Filter_Drop_Pressure_bar": 8.238, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.248, - "Oil_Temperature_C": 49.45, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7792642140468228, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7792642140468228, - "Load_Start_Signal": 0.7792642140468228, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7792642140468228, - "Low_Oil_Level_Alarm": 0.7792642140468228, - "Airflow_Pulse_Counter": 0.7792642140468228, - "timestamp": "2020-04-17T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.980645161290322, - "Pneumatic_Panel_Pressure_bar": 8.557574193548387, - "Cyclone_Filter_Drop_Pressure_bar": 2.43785806451613, - "Tower_Discharge_Pressure_Drop_bar": 1.3213870967741934, - "Reservoir_Pressure_bar": 8.557806451612903, - "Oil_Temperature_C": 66.19903225806452, - "Motor_Current_A": 3.9995967741935483, - "Air_Intake_Valve_Status": 0.23225806451612904, - "Compressor_Outlet_Valve_Status": 0.7032258064516129, - "Active_Tower_ID": 0.5870967741935483, - "Load_Start_Signal": 0.23225806451612904, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9290322580645162, - "Low_Oil_Level_Alarm": 0.9354838709677419, - "Airflow_Pulse_Counter": 0.9354838709677419, - "timestamp": "2020-04-18T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.556725274725276, - "Pneumatic_Panel_Pressure_bar": 8.756857142857143, - "Cyclone_Filter_Drop_Pressure_bar": -0.009406593406591848, - "Tower_Discharge_Pressure_Drop_bar": 1.9025934065934065, - "Reservoir_Pressure_bar": 8.758252747252747, - "Oil_Temperature_C": 74.23523351648352, - "Motor_Current_A": 5.646991758241758, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.551895604395604, - "Pneumatic_Panel_Pressure_bar": 8.74845934065934, - "Cyclone_Filter_Drop_Pressure_bar": -0.009094505494504003, - "Tower_Discharge_Pressure_Drop_bar": 1.8993263736263735, - "Reservoir_Pressure_bar": 8.750360439560438, - "Oil_Temperature_C": 74.26684065934066, - "Motor_Current_A": 5.637666208791209, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.554778021978022, - "Pneumatic_Panel_Pressure_bar": 8.755690109890109, - "Cyclone_Filter_Drop_Pressure_bar": -0.008884615384614016, - "Tower_Discharge_Pressure_Drop_bar": 1.8968417582417585, - "Reservoir_Pressure_bar": 8.758024175824175, - "Oil_Temperature_C": 74.02631868131868, - "Motor_Current_A": 5.645137362637363, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.659675824175824, - "Pneumatic_Panel_Pressure_bar": 8.82876923076923, - "Cyclone_Filter_Drop_Pressure_bar": -0.008260989010988016, - "Tower_Discharge_Pressure_Drop_bar": 1.9198104395604396, - "Reservoir_Pressure_bar": 8.830725274725275, - "Oil_Temperature_C": 73.45425824175824, - "Motor_Current_A": 5.680913461538461, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.489010989010989, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.597736263736264, - "Pneumatic_Panel_Pressure_bar": 8.821051648351649, - "Cyclone_Filter_Drop_Pressure_bar": -0.007893956043955219, - "Tower_Discharge_Pressure_Drop_bar": 1.8961928571428572, - "Reservoir_Pressure_bar": 8.821914285714286, - "Oil_Temperature_C": 72.86328983516484, - "Motor_Current_A": 5.673866758241758, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5101648351648351, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.501564931506849, - "Pneumatic_Panel_Pressure_bar": 8.680824109589041, - "Cyclone_Filter_Drop_Pressure_bar": -0.008327671232875738, - "Tower_Discharge_Pressure_Drop_bar": 1.8597994520547947, - "Reservoir_Pressure_bar": 8.680578630136987, - "Oil_Temperature_C": 72.43835616438356, - "Motor_Current_A": 5.64835205479452, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4986301369863014, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.703122527472528, - "Pneumatic_Panel_Pressure_bar": 8.906662637362638, - "Cyclone_Filter_Drop_Pressure_bar": -0.00934120879120774, - "Tower_Discharge_Pressure_Drop_bar": 1.9176928571428573, - "Reservoir_Pressure_bar": 8.908123626373627, - "Oil_Temperature_C": 73.98039835164836, - "Motor_Current_A": 5.696990384615384, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.605037912087912, - "Pneumatic_Panel_Pressure_bar": 8.837615934065933, - "Cyclone_Filter_Drop_Pressure_bar": -0.007622527472526885, - "Tower_Discharge_Pressure_Drop_bar": 1.8934923076923076, - "Reservoir_Pressure_bar": 8.838747802197803, - "Oil_Temperature_C": 73.94106456043956, - "Motor_Current_A": 5.654833791208791, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.60782844932845, - "Pneumatic_Panel_Pressure_bar": 8.852351648351648, - "Cyclone_Filter_Drop_Pressure_bar": -0.008442002442001375, - "Tower_Discharge_Pressure_Drop_bar": 1.8933992673992672, - "Reservoir_Pressure_bar": 8.853980463980463, - "Oil_Temperature_C": 75.22026098901098, - "Motor_Current_A": 5.663215811965812, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.489010989010989, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.603107692307692, - "Pneumatic_Panel_Pressure_bar": 8.799393406593406, - "Cyclone_Filter_Drop_Pressure_bar": -0.006071428571428673, - "Tower_Discharge_Pressure_Drop_bar": 1.9021164835164837, - "Reservoir_Pressure_bar": 8.801743956043957, - "Oil_Temperature_C": 75.37307692307692, - "Motor_Current_A": 5.66156456043956, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.624434065934066, - "Pneumatic_Panel_Pressure_bar": 8.804379120879121, - "Cyclone_Filter_Drop_Pressure_bar": -0.005934065934066021, - "Tower_Discharge_Pressure_Drop_bar": 1.9061813186813188, - "Reservoir_Pressure_bar": 8.805412087912089, - "Oil_Temperature_C": 75.47369505494505, - "Motor_Current_A": 5.6588049450549445, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.56411978021978, - "Pneumatic_Panel_Pressure_bar": 8.811785714285714, - "Cyclone_Filter_Drop_Pressure_bar": -0.006142857142857086, - "Tower_Discharge_Pressure_Drop_bar": 1.892445054945055, - "Reservoir_Pressure_bar": 8.814281318681319, - "Oil_Temperature_C": 76.74291208791209, - "Motor_Current_A": 5.6355604395604395, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.559437362637363, - "Pneumatic_Panel_Pressure_bar": 8.757253846153846, - "Cyclone_Filter_Drop_Pressure_bar": -0.004307692307692561, - "Tower_Discharge_Pressure_Drop_bar": 1.8954109890109891, - "Reservoir_Pressure_bar": 8.758702197802197, - "Oil_Temperature_C": 75.90744505494504, - "Motor_Current_A": 5.627614010989011, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.621703296703297, - "Pneumatic_Panel_Pressure_bar": 8.79125, - "Cyclone_Filter_Drop_Pressure_bar": -0.005771978021978155, - "Tower_Discharge_Pressure_Drop_bar": 1.9054642857142858, - "Reservoir_Pressure_bar": 8.792843406593406, - "Oil_Temperature_C": 75.85782967032966, - "Motor_Current_A": 5.656339285714285, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.512895604395604, - "Pneumatic_Panel_Pressure_bar": 8.756474358974359, - "Cyclone_Filter_Drop_Pressure_bar": -0.004294871794872211, - "Tower_Discharge_Pressure_Drop_bar": 1.879664835164835, - "Reservoir_Pressure_bar": 8.757990842490843, - "Oil_Temperature_C": 75.7673076923077, - "Motor_Current_A": 5.62522206959707, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.589776923076924, - "Pneumatic_Panel_Pressure_bar": 8.800668131868132, - "Cyclone_Filter_Drop_Pressure_bar": -0.005407692307692458, - "Tower_Discharge_Pressure_Drop_bar": 1.8941714285714284, - "Reservoir_Pressure_bar": 8.801254945054946, - "Oil_Temperature_C": 75.03346153846154, - "Motor_Current_A": 5.649167582417583, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.669053698630137, - "Pneumatic_Panel_Pressure_bar": 8.87220493150685, - "Cyclone_Filter_Drop_Pressure_bar": -0.006837808219177821, - "Tower_Discharge_Pressure_Drop_bar": 1.9141276712328767, - "Reservoir_Pressure_bar": 8.872999452054795, - "Oil_Temperature_C": 75.02099315068494, - "Motor_Current_A": 5.678684246575343, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.487945205479452, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.653485958485957, - "Pneumatic_Panel_Pressure_bar": 8.847007326007326, - "Cyclone_Filter_Drop_Pressure_bar": -0.006395604395604309, - "Tower_Discharge_Pressure_Drop_bar": 1.908506105006105, - "Reservoir_Pressure_bar": 8.84735286935287, - "Oil_Temperature_C": 73.99081196581197, - "Motor_Current_A": 5.67871336996337, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.64563956043956, - "Pneumatic_Panel_Pressure_bar": 8.891096703296704, - "Cyclone_Filter_Drop_Pressure_bar": -0.00804945054944966, - "Tower_Discharge_Pressure_Drop_bar": 1.8987802197802197, - "Reservoir_Pressure_bar": 8.891173626373627, - "Oil_Temperature_C": 74.02929945054946, - "Motor_Current_A": 5.685693681318682, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.639173626373626, - "Pneumatic_Panel_Pressure_bar": 8.874583516483517, - "Cyclone_Filter_Drop_Pressure_bar": -0.007543956043955395, - "Tower_Discharge_Pressure_Drop_bar": 1.899632967032967, - "Reservoir_Pressure_bar": 8.875336263736264, - "Oil_Temperature_C": 73.67714285714285, - "Motor_Current_A": 5.681881868131868, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.489010989010989, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.655368767123289, - "Pneumatic_Panel_Pressure_bar": 8.871481095890411, - "Cyclone_Filter_Drop_Pressure_bar": -0.007649315068492463, - "Tower_Discharge_Pressure_Drop_bar": 1.9007013698630135, - "Reservoir_Pressure_bar": 8.871020273972603, - "Oil_Temperature_C": 73.34841780821918, - "Motor_Current_A": 5.683715753424658, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5093150684931507, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.739287362637363, - "Pneumatic_Panel_Pressure_bar": 8.931843956043956, - "Cyclone_Filter_Drop_Pressure_bar": -0.009203296703295517, - "Tower_Discharge_Pressure_Drop_bar": 1.922446153846154, - "Reservoir_Pressure_bar": 8.932784065934065, - "Oil_Temperature_C": 73.92850274725275, - "Motor_Current_A": 5.701411401098902, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.645272527472526, - "Pneumatic_Panel_Pressure_bar": 8.891361538461538, - "Cyclone_Filter_Drop_Pressure_bar": -0.007983516483515755, - "Tower_Discharge_Pressure_Drop_bar": 1.897210989010989, - "Reservoir_Pressure_bar": 8.891214285714286, - "Oil_Temperature_C": 73.13892857142856, - "Motor_Current_A": 5.6834395604395604, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-18T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.682717582417583, - "Pneumatic_Panel_Pressure_bar": 8.911747252747253, - "Cyclone_Filter_Drop_Pressure_bar": -0.009035164835163789, - "Tower_Discharge_Pressure_Drop_bar": 1.9039604395604397, - "Reservoir_Pressure_bar": 8.911362637362638, - "Oil_Temperature_C": 73.19184065934067, - "Motor_Current_A": 5.706504120879121, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.510989010989011, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.051395604395605, - "Pneumatic_Panel_Pressure_bar": 9.010931868131868, - "Cyclone_Filter_Drop_Pressure_bar": 0.6903681318681324, - "Tower_Discharge_Pressure_Drop_bar": 1.7181747252747255, - "Reservoir_Pressure_bar": 9.01212967032967, - "Oil_Temperature_C": 73.15265109890109, - "Motor_Current_A": 5.553898351648352, - "Air_Intake_Valve_Status": 0.07142857142857142, - "Compressor_Outlet_Valve_Status": 0.9285714285714286, - "Active_Tower_ID": 0.5395604395604395, - "Load_Start_Signal": 0.07142857142857142, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.3105823529411764, - "Pneumatic_Panel_Pressure_bar": 7.44303137254902, - "Cyclone_Filter_Drop_Pressure_bar": 5.252590196078432, - "Tower_Discharge_Pressure_Drop_bar": -0.018274509803921042, - "Reservoir_Pressure_bar": 7.441772549019608, - "Oil_Temperature_C": 68.02281862745099, - "Motor_Current_A": 3.7954264705882355, - "Air_Intake_Valve_Status": 0.5637254901960784, - "Compressor_Outlet_Valve_Status": 0.4362745098039216, - "Active_Tower_ID": 0.7696078431372549, - "Load_Start_Signal": 0.5637254901960784, - "Low_Pressure_Switch_Status": 0.35294117647058826, - "Tower_Discharge_Switch_Status": 0.9950980392156863, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9644241758241762, - "Pneumatic_Panel_Pressure_bar": 9.173746153846153, - "Cyclone_Filter_Drop_Pressure_bar": 8.072201098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.015053846153845075, - "Reservoir_Pressure_bar": 9.174158241758242, - "Oil_Temperature_C": 61.32336538461539, - "Motor_Current_A": 1.7113461538461536, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0551483516483517, - "Pneumatic_Panel_Pressure_bar": 9.092695604395605, - "Cyclone_Filter_Drop_Pressure_bar": 7.968457142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.009961538461537654, - "Reservoir_Pressure_bar": 9.092415384615386, - "Oil_Temperature_C": 59.6315521978022, - "Motor_Current_A": 1.72760989010989, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6419340659340662, - "Pneumatic_Panel_Pressure_bar": 9.154695054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.459370879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.023423076923077085, - "Reservoir_Pressure_bar": 9.154747252747253, - "Oil_Temperature_C": 59.33279532967033, - "Motor_Current_A": 1.6723385989010988, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9300714285714292, - "Pneumatic_Panel_Pressure_bar": 8.998225824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.012227472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.0060950549450554765, - "Reservoir_Pressure_bar": 8.998081318681319, - "Oil_Temperature_C": 58.03063873626374, - "Motor_Current_A": 1.5349196428571428, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7357676712328773, - "Pneumatic_Panel_Pressure_bar": 9.184202739726027, - "Cyclone_Filter_Drop_Pressure_bar": 8.406109589041096, - "Tower_Discharge_Pressure_Drop_bar": -0.02400054794520615, - "Reservoir_Pressure_bar": 9.184957808219178, - "Oil_Temperature_C": 59.14996575342465, - "Motor_Current_A": 1.8006020547945205, - "Air_Intake_Valve_Status": 0.9178082191780822, - "Compressor_Outlet_Valve_Status": 0.0821917808219178, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9178082191780822, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6022472527472535, - "Pneumatic_Panel_Pressure_bar": 9.04337032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.428112087912089, - "Tower_Discharge_Pressure_Drop_bar": -0.017692307692307816, - "Reservoir_Pressure_bar": 9.045568131868132, - "Oil_Temperature_C": 58.613262362637364, - "Motor_Current_A": 1.2941895604395601, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9240093406593411, - "Pneumatic_Panel_Pressure_bar": 9.081151098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.147836263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.0031593406593395947, - "Reservoir_Pressure_bar": 9.083947802197802, - "Oil_Temperature_C": 59.65753434065934, - "Motor_Current_A": 1.68532967032967, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5741840659340662, - "Pneumatic_Panel_Pressure_bar": 9.150936813186812, - "Cyclone_Filter_Drop_Pressure_bar": 8.534983516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.021390109890108627, - "Reservoir_Pressure_bar": 9.154082417582417, - "Oil_Temperature_C": 60.45374313186814, - "Motor_Current_A": 1.5393646978021975, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6619961538461542, - "Pneumatic_Panel_Pressure_bar": 9.089356043956045, - "Cyclone_Filter_Drop_Pressure_bar": 8.385112087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.020005494505493993, - "Reservoir_Pressure_bar": 9.09372967032967, - "Oil_Temperature_C": 60.67657967032967, - "Motor_Current_A": 1.3121222527472525, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9653698630136989, - "Pneumatic_Panel_Pressure_bar": 9.059351232876713, - "Cyclone_Filter_Drop_Pressure_bar": 8.088693698630136, - "Tower_Discharge_Pressure_Drop_bar": -0.015517808219177844, - "Reservoir_Pressure_bar": 9.063937534246575, - "Oil_Temperature_C": 61.53428082191781, - "Motor_Current_A": 1.53022602739726, - "Air_Intake_Valve_Status": 0.8958904109589041, - "Compressor_Outlet_Valve_Status": 0.10410958904109589, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8958904109589041, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6235445054945058, - "Pneumatic_Panel_Pressure_bar": 9.190501648351649, - "Cyclone_Filter_Drop_Pressure_bar": 8.520583516483518, - "Tower_Discharge_Pressure_Drop_bar": -0.016576923076922087, - "Reservoir_Pressure_bar": 9.19336978021978, - "Oil_Temperature_C": 63.0295054945055, - "Motor_Current_A": 1.6353873626373625, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6672967032967039, - "Pneumatic_Panel_Pressure_bar": 9.083448351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.391757692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.013945054945053914, - "Reservoir_Pressure_bar": 9.08503076923077, - "Oil_Temperature_C": 62.68998626373626, - "Motor_Current_A": 1.332216346153846, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9589175824175828, - "Pneumatic_Panel_Pressure_bar": 9.03496153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.036494505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.017107142857142366, - "Reservoir_Pressure_bar": 9.035851648351649, - "Oil_Temperature_C": 62.54646291208791, - "Motor_Current_A": 1.5887740384615383, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7296516483516489, - "Pneumatic_Panel_Pressure_bar": 9.150304395604396, - "Cyclone_Filter_Drop_Pressure_bar": 8.408416483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.006703296703296869, - "Reservoir_Pressure_bar": 9.15005164835165, - "Oil_Temperature_C": 62.723049450549446, - "Motor_Current_A": 1.732732142857143, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6438673972602745, - "Pneumatic_Panel_Pressure_bar": 9.035672328767124, - "Cyclone_Filter_Drop_Pressure_bar": 8.370473424657535, - "Tower_Discharge_Pressure_Drop_bar": -0.018509589041095516, - "Reservoir_Pressure_bar": 9.03553095890411, - "Oil_Temperature_C": 61.51901369863015, - "Motor_Current_A": 1.3183780821917808, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9644500000000001, - "Pneumatic_Panel_Pressure_bar": 9.116025274725276, - "Cyclone_Filter_Drop_Pressure_bar": 8.12518956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.022005494505493516, - "Reservoir_Pressure_bar": 9.114436263736263, - "Oil_Temperature_C": 61.57539148351648, - "Motor_Current_A": 1.9394443681318678, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1910098901098904, - "Pneumatic_Panel_Pressure_bar": 9.120728571428572, - "Cyclone_Filter_Drop_Pressure_bar": 7.878289010989011, - "Tower_Discharge_Pressure_Drop_bar": 0.05487912087912169, - "Reservoir_Pressure_bar": 9.119772527472527, - "Oil_Temperature_C": 60.47854395604395, - "Motor_Current_A": 1.6568214285714282, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9192087912087916, - "Pneumatic_Panel_Pressure_bar": 9.011713736263737, - "Cyclone_Filter_Drop_Pressure_bar": 8.06683076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.006196153846153307, - "Reservoir_Pressure_bar": 9.010583516483516, - "Oil_Temperature_C": 59.97731456043956, - "Motor_Current_A": 1.6462410714285711, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6251978021978029, - "Pneumatic_Panel_Pressure_bar": 9.085862087912087, - "Cyclone_Filter_Drop_Pressure_bar": 8.44124120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.02098351648351668, - "Reservoir_Pressure_bar": 9.08488956043956, - "Oil_Temperature_C": 60.18210164835165, - "Motor_Current_A": 1.5905755494505494, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2222170329670334, - "Pneumatic_Panel_Pressure_bar": 9.033346153846153, - "Cyclone_Filter_Drop_Pressure_bar": 7.735074175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.007535714285714279, - "Reservoir_Pressure_bar": 9.03278021978022, - "Oil_Temperature_C": 61.637740384615384, - "Motor_Current_A": 2.1461744505494504, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7007857142857149, - "Pneumatic_Panel_Pressure_bar": 8.991343406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.260958791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.01787087912087935, - "Reservoir_Pressure_bar": 8.990285714285713, - "Oil_Temperature_C": 59.25573489010989, - "Motor_Current_A": 1.377678571428571, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-19T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9818500000000006, - "Pneumatic_Panel_Pressure_bar": 9.09707967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.056867582417581, - "Tower_Discharge_Pressure_Drop_bar": -0.0240346153846159, - "Reservoir_Pressure_bar": 9.096281318681319, - "Oil_Temperature_C": 59.3228021978022, - "Motor_Current_A": 1.8635164835164832, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-20T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0928791208791215, - "Pneumatic_Panel_Pressure_bar": 9.092164835164835, - "Cyclone_Filter_Drop_Pressure_bar": 7.965912087912089, - "Tower_Discharge_Pressure_Drop_bar": 0.05965934065934023, - "Reservoir_Pressure_bar": 9.092082417582418, - "Oil_Temperature_C": 59.6135989010989, - "Motor_Current_A": 1.7624587912087912, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-20T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6871868131868137, - "Pneumatic_Panel_Pressure_bar": 9.043836813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.326634065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.022049450549451018, - "Reservoir_Pressure_bar": 9.04330989010989, - "Oil_Temperature_C": 57.70806318681319, - "Motor_Current_A": 1.3771627747252746, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-20T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6037989010989018, - "Pneumatic_Panel_Pressure_bar": 9.02896043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.388061538461537, - "Tower_Discharge_Pressure_Drop_bar": -0.02398021978022046, - "Reservoir_Pressure_bar": 9.028975824175824, - "Oil_Temperature_C": 56.14627747252747, - "Motor_Current_A": 1.3174560439560437, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-20T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6613146067415737, - "Pneumatic_Panel_Pressure_bar": 9.125691011235956, - "Cyclone_Filter_Drop_Pressure_bar": 8.447653932584268, - "Tower_Discharge_Pressure_Drop_bar": -0.014730337078652267, - "Reservoir_Pressure_bar": 9.125504494382023, - "Oil_Temperature_C": 57.37792134831461, - "Motor_Current_A": 1.6690449438202246, - "Air_Intake_Valve_Status": 0.9073033707865169, - "Compressor_Outlet_Valve_Status": 0.18820224719101122, - "Active_Tower_ID": 0.9410112359550562, - "Load_Start_Signal": 0.7921348314606742, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9775280898876404, - "Low_Oil_Level_Alarm": 0.8651685393258427, - "Airflow_Pulse_Counter": 0.8651685393258427, - "timestamp": "2020-04-20T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9225, - "Air_Intake_Valve_Status": 0.7777777777777778, - "Compressor_Outlet_Valve_Status": 0.7777777777777778, - "Active_Tower_ID": 0.7777777777777778, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7777777777777778, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.7962438898893748, - "Compressor_Outlet_Valve_Status": 0.7962438898893748, - "Active_Tower_ID": 0.7962438898893748, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7962438898893748, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.8127090301003345, - "Compressor_Outlet_Valve_Status": 0.8127090301003345, - "Active_Tower_ID": 0.8127090301003345, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8127090301003345, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9225, - "Air_Intake_Valve_Status": 0.8128205128205128, - "Compressor_Outlet_Valve_Status": 0.8128205128205128, - "Active_Tower_ID": 0.8128205128205128, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8128205128205128, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.7970156933367636, - "Compressor_Outlet_Valve_Status": 0.7970156933367636, - "Active_Tower_ID": 0.7970156933367636, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7970156933367636, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9225, - "Air_Intake_Valve_Status": 0.8125641025641026, - "Compressor_Outlet_Valve_Status": 0.8125641025641026, - "Active_Tower_ID": 0.8125641025641026, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8125641025641026, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.7957079152731327, - "Compressor_Outlet_Valve_Status": 0.7957079152731327, - "Active_Tower_ID": 0.7957079152731327, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7957079152731327, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.8060200668896321, - "Compressor_Outlet_Valve_Status": 0.8060200668896321, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.8060200668896321, - "Compressor_Outlet_Valve_Status": 0.8060200668896321, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.802675585284281, - "Compressor_Outlet_Valve_Status": 0.802675585284281, - "Active_Tower_ID": 0.802675585284281, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.802675585284281, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.7981149285497111, - "Compressor_Outlet_Valve_Status": 0.7981149285497111, - "Active_Tower_ID": 0.7981149285497111, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7981149285497111, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9225, - "Air_Intake_Valve_Status": 0.7933333333333333, - "Compressor_Outlet_Valve_Status": 0.7933333333333333, - "Active_Tower_ID": 0.7933333333333333, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7933333333333333, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.8060200668896321, - "Compressor_Outlet_Valve_Status": 0.8060200668896321, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.8060200668896321, - "Compressor_Outlet_Valve_Status": 0.8060200668896321, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9225, - "Air_Intake_Valve_Status": 0.8, - "Compressor_Outlet_Valve_Status": 0.8, - "Active_Tower_ID": 0.8, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.7647714604236343, - "Compressor_Outlet_Valve_Status": 0.7647714604236343, - "Active_Tower_ID": 0.7647714604236343, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7647714604236343, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0.7959866220735786, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.8260869565217391, - "Compressor_Outlet_Valve_Status": 0.8260869565217391, - "Active_Tower_ID": 0.8260869565217391, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8260869565217391, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9224999999999994, - "Air_Intake_Valve_Status": 0.7993311036789298, - "Compressor_Outlet_Valve_Status": 0.7993311036789298, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-20T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.728, - "Cyclone_Filter_Drop_Pressure_bar": 9.718, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 9.728, - "Oil_Temperature_C": 65.025, - "Motor_Current_A": 3.9225, - "Air_Intake_Valve_Status": 0.7969444444444445, - "Compressor_Outlet_Valve_Status": 0.7969444444444445, - "Active_Tower_ID": 0.7969444444444445, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7969444444444445, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-04-21T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9253170731707322, - "Pneumatic_Panel_Pressure_bar": 9.708975609756097, - "Cyclone_Filter_Drop_Pressure_bar": 8.800406504065041, - "Tower_Discharge_Pressure_Drop_bar": -0.023772357723578087, - "Reservoir_Pressure_bar": 9.708227642276423, - "Oil_Temperature_C": 63.54573170731708, - "Motor_Current_A": 4.138272357723578, - "Air_Intake_Valve_Status": 0.7479674796747967, - "Compressor_Outlet_Valve_Status": 0.6341463414634146, - "Active_Tower_ID": 0.7967479674796748, - "Load_Start_Signal": 0.21138211382113822, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8455284552845529, - "Low_Oil_Level_Alarm": 0.3089430894308943, - "Airflow_Pulse_Counter": 0.3089430894308943, - "timestamp": "2020-04-21T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.35622937500000057, - "Pneumatic_Panel_Pressure_bar": 9.041863125, - "Cyclone_Filter_Drop_Pressure_bar": 8.638155000000001, - "Tower_Discharge_Pressure_Drop_bar": -0.01796250000000068, - "Reservoir_Pressure_bar": 9.04233625, - "Oil_Temperature_C": 58.487984374999996, - "Motor_Current_A": 1.73338203125, - "Air_Intake_Valve_Status": 0.95625, - "Compressor_Outlet_Valve_Status": 0.04375, - "Active_Tower_ID": 0.975, - "Load_Start_Signal": 0.95625, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.996875, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6204628099173561, - "Pneumatic_Panel_Pressure_bar": 9.033551515151515, - "Cyclone_Filter_Drop_Pressure_bar": 8.3871173553719, - "Tower_Discharge_Pressure_Drop_bar": -0.024055096418733404, - "Reservoir_Pressure_bar": 9.033915702479339, - "Oil_Temperature_C": 57.583953168044076, - "Motor_Current_A": 1.3368044077134982, - "Air_Intake_Valve_Status": 0.931129476584022, - "Compressor_Outlet_Valve_Status": 0.06887052341597796, - "Active_Tower_ID": 0.9641873278236914, - "Load_Start_Signal": 0.931129476584022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6144719780219787, - "Pneumatic_Panel_Pressure_bar": 9.004596153846155, - "Cyclone_Filter_Drop_Pressure_bar": 8.34090989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.023856593406593917, - "Reservoir_Pressure_bar": 9.00551978021978, - "Oil_Temperature_C": 57.41563873626374, - "Motor_Current_A": 1.3311469780219778, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9351483516483523, - "Pneumatic_Panel_Pressure_bar": 9.044912087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.079637362637362, - "Tower_Discharge_Pressure_Drop_bar": -0.014274725274725827, - "Reservoir_Pressure_bar": 9.04510989010989, - "Oil_Temperature_C": 57.94690934065934, - "Motor_Current_A": 1.7090934065934063, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6433461538461546, - "Pneumatic_Panel_Pressure_bar": 9.08725054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.397504945054946, - "Tower_Discharge_Pressure_Drop_bar": -0.023593406593407064, - "Reservoir_Pressure_bar": 9.08711098901099, - "Oil_Temperature_C": 58.1468543956044, - "Motor_Current_A": 1.5904464285714284, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6025109890109898, - "Pneumatic_Panel_Pressure_bar": 9.073414835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.432461538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.02016483516483573, - "Reservoir_Pressure_bar": 9.073670329670328, - "Oil_Temperature_C": 57.24677197802198, - "Motor_Current_A": 1.306528159340659, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5924010989010998, - "Pneumatic_Panel_Pressure_bar": 9.02233076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.409163736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.024263736263736794, - "Reservoir_Pressure_bar": 9.022821428571428, - "Oil_Temperature_C": 56.62941620879121, - "Motor_Current_A": 1.3097596153846152, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5908626373626381, - "Pneumatic_Panel_Pressure_bar": 9.043931318681318, - "Cyclone_Filter_Drop_Pressure_bar": 8.430744505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.024170329670330257, - "Reservoir_Pressure_bar": 9.044464285714286, - "Oil_Temperature_C": 56.867396978021986, - "Motor_Current_A": 1.2930219780219778, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5751460055096427, - "Pneumatic_Panel_Pressure_bar": 9.016236914600551, - "Cyclone_Filter_Drop_Pressure_bar": 8.402622589531681, - "Tower_Discharge_Pressure_Drop_bar": -0.023377410468320026, - "Reservoir_Pressure_bar": 9.017190082644628, - "Oil_Temperature_C": 56.84345730027548, - "Motor_Current_A": 1.2937465564738289, - "Air_Intake_Valve_Status": 0.9338842975206612, - "Compressor_Outlet_Valve_Status": 0.06611570247933884, - "Active_Tower_ID": 0.9669421487603306, - "Load_Start_Signal": 0.9338842975206612, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5954285714285721, - "Pneumatic_Panel_Pressure_bar": 9.053604395604395, - "Cyclone_Filter_Drop_Pressure_bar": 8.437098901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.023313186813186833, - "Reservoir_Pressure_bar": 9.055065934065933, - "Oil_Temperature_C": 57.08770604395604, - "Motor_Current_A": 1.2821909340659339, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6514285714285719, - "Pneumatic_Panel_Pressure_bar": 9.075775824175823, - "Cyclone_Filter_Drop_Pressure_bar": 8.387474725274727, - "Tower_Discharge_Pressure_Drop_bar": -0.022773626373625858, - "Reservoir_Pressure_bar": 9.077373626373626, - "Oil_Temperature_C": 58.04114010989011, - "Motor_Current_A": 1.338351648351648, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6220769230769234, - "Pneumatic_Panel_Pressure_bar": 9.015615934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.349048351648353, - "Tower_Discharge_Pressure_Drop_bar": -0.022393956043955134, - "Reservoir_Pressure_bar": 9.017191208791209, - "Oil_Temperature_C": 57.943269230769225, - "Motor_Current_A": 1.3052678571428569, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6124587912087914, - "Pneumatic_Panel_Pressure_bar": 9.061186813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.417467032967034, - "Tower_Discharge_Pressure_Drop_bar": -0.021994505494504345, - "Reservoir_Pressure_bar": 9.06225, - "Oil_Temperature_C": 58.23300137362637, - "Motor_Current_A": 1.295178571428571, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6522967032967035, - "Pneumatic_Panel_Pressure_bar": 9.085645604395605, - "Cyclone_Filter_Drop_Pressure_bar": 8.393612637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.01539175824175699, - "Reservoir_Pressure_bar": 9.08729945054945, - "Oil_Temperature_C": 58.299835164835166, - "Motor_Current_A": 1.328811813186813, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6258175824175827, - "Pneumatic_Panel_Pressure_bar": 9.03545054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.372097802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.021868131868130747, - "Reservoir_Pressure_bar": 9.036296703296703, - "Oil_Temperature_C": 58.53695054945055, - "Motor_Current_A": 1.3241140109890108, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.602964383561644, - "Pneumatic_Panel_Pressure_bar": 9.062567123287671, - "Cyclone_Filter_Drop_Pressure_bar": 8.423241095890411, - "Tower_Discharge_Pressure_Drop_bar": -0.022761095890410372, - "Reservoir_Pressure_bar": 9.063356164383562, - "Oil_Temperature_C": 58.19927397260274, - "Motor_Current_A": 1.3260273972602736, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6225989010989014, - "Pneumatic_Panel_Pressure_bar": 9.011271978021979, - "Cyclone_Filter_Drop_Pressure_bar": 8.37437087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.015796703296703057, - "Reservoir_Pressure_bar": 9.011232967032967, - "Oil_Temperature_C": 57.59589285714286, - "Motor_Current_A": 1.3129052197802196, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8357770750988147, - "Pneumatic_Panel_Pressure_bar": 8.922395256916996, - "Cyclone_Filter_Drop_Pressure_bar": 8.0452, - "Tower_Discharge_Pressure_Drop_bar": -0.02359841897233227, - "Reservoir_Pressure_bar": 8.922085375494072, - "Oil_Temperature_C": 56.666067193675886, - "Motor_Current_A": 1.3036363636363635, - "Air_Intake_Valve_Status": 0.9051383399209486, - "Compressor_Outlet_Valve_Status": 0.09486166007905138, - "Active_Tower_ID": 0.9525691699604744, - "Load_Start_Signal": 0.9051383399209486, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6042292490118581, - "Pneumatic_Panel_Pressure_bar": 9.950442687747035, - "Cyclone_Filter_Drop_Pressure_bar": 9.349509881422923, - "Tower_Discharge_Pressure_Drop_bar": -0.02413438735177948, - "Reservoir_Pressure_bar": 9.946577075098814, - "Oil_Temperature_C": 63.320652173913054, - "Motor_Current_A": 3.904169960474307, - "Air_Intake_Valve_Status": 0.932806324110672, - "Compressor_Outlet_Valve_Status": 0.06719367588932806, - "Active_Tower_ID": 0.932806324110672, - "Load_Start_Signal": 0.932806324110672, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-21T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-21T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-21T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-21T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5785627910816517, - "Pneumatic_Panel_Pressure_bar": 9.200686607374774, - "Cyclone_Filter_Drop_Pressure_bar": 8.632144201321282, - "Tower_Discharge_Pressure_Drop_bar": -0.01580056741415781, - "Reservoir_Pressure_bar": 9.200367969490918, - "Oil_Temperature_C": 48.28771290615518, - "Motor_Current_A": 1.4919742005762737, - "Air_Intake_Valve_Status": 0.9407758955700217, - "Compressor_Outlet_Valve_Status": 0.059224104429978316, - "Active_Tower_ID": 0.9738884783514787, - "Load_Start_Signal": 0.9407758955700217, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3391553110194105, - "Pneumatic_Panel_Pressure_bar": 9.3828535628211, - "Cyclone_Filter_Drop_Pressure_bar": 7.974063414806193, - "Tower_Discharge_Pressure_Drop_bar": -0.024455970561610176, - "Reservoir_Pressure_bar": 9.381338153516971, - "Oil_Temperature_C": 48.521886984328525, - "Motor_Current_A": 2.339147891463572, - "Air_Intake_Valve_Status": 0.8519169047367122, - "Compressor_Outlet_Valve_Status": 0.14808309526328783, - "Active_Tower_ID": 0.9145299145299145, - "Load_Start_Signal": 0.8519169047367122, - "Low_Pressure_Switch_Status": 0.011330958511151082, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5712597260273984, - "Pneumatic_Panel_Pressure_bar": 9.037191780821917, - "Cyclone_Filter_Drop_Pressure_bar": 8.426112328767124, - "Tower_Discharge_Pressure_Drop_bar": -0.025654794520547856, - "Reservoir_Pressure_bar": 9.036265205479452, - "Oil_Temperature_C": 49.43274657534246, - "Motor_Current_A": 1.3160541095890408, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5531208791208803, - "Pneumatic_Panel_Pressure_bar": 9.03607967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.425683516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.023483516483516508, - "Reservoir_Pressure_bar": 9.035667582417583, - "Oil_Temperature_C": 51.71083104395604, - "Motor_Current_A": 1.3262362637362635, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5553664835164845, - "Pneumatic_Panel_Pressure_bar": 9.033275824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.422413186813188, - "Tower_Discharge_Pressure_Drop_bar": -0.02234230769230777, - "Reservoir_Pressure_bar": 9.032936813186813, - "Oil_Temperature_C": 52.85328296703297, - "Motor_Current_A": 1.3240453296703294, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5894587912087921, - "Pneumatic_Panel_Pressure_bar": 9.057071428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.44164010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.02554945054945058, - "Reservoir_Pressure_bar": 9.05676923076923, - "Oil_Temperature_C": 54.21171016483517, - "Motor_Current_A": 1.287561813186813, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6092570207570218, - "Pneumatic_Panel_Pressure_bar": 8.971099511599512, - "Cyclone_Filter_Drop_Pressure_bar": 8.354912698412697, - "Tower_Discharge_Pressure_Drop_bar": -0.025652625152625137, - "Reservoir_Pressure_bar": 8.97089072039072, - "Oil_Temperature_C": 54.973977411477414, - "Motor_Current_A": 1.303813339438339, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.557945054945056, - "Pneumatic_Panel_Pressure_bar": 9.01753846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.42678021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.02246703296703334, - "Reservoir_Pressure_bar": 9.017791208791209, - "Oil_Temperature_C": 54.94910714285714, - "Motor_Current_A": 1.3231730769230765, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.578345054945056, - "Pneumatic_Panel_Pressure_bar": 9.010868131868133, - "Cyclone_Filter_Drop_Pressure_bar": 8.393681318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.012345054945055414, - "Reservoir_Pressure_bar": 9.01164945054945, - "Oil_Temperature_C": 55.755384615384614, - "Motor_Current_A": 1.3218200549450547, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5739065934065942, - "Pneumatic_Panel_Pressure_bar": 8.990945054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.378967032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.022664835164835688, - "Reservoir_Pressure_bar": 8.991415384615385, - "Oil_Temperature_C": 56.231112637362635, - "Motor_Current_A": 1.315590659340659, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6303054945054953, - "Pneumatic_Panel_Pressure_bar": 9.091875824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.41463956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.02181318681318709, - "Reservoir_Pressure_bar": 9.0929, - "Oil_Temperature_C": 56.41418956043956, - "Motor_Current_A": 1.3479532967032966, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.687252747252748, - "Pneumatic_Panel_Pressure_bar": 9.037574175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.24721978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.0228956043956041, - "Reservoir_Pressure_bar": 9.038799450549451, - "Oil_Temperature_C": 57.29402472527473, - "Motor_Current_A": 1.3798969780219776, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6508087912087918, - "Pneumatic_Panel_Pressure_bar": 9.043043956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.332592307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.019998901098900318, - "Reservoir_Pressure_bar": 9.044213186813188, - "Oil_Temperature_C": 57.79638736263736, - "Motor_Current_A": 1.3448969780219777, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5581318681318685, - "Pneumatic_Panel_Pressure_bar": 9.073670329670328, - "Cyclone_Filter_Drop_Pressure_bar": 8.4855, - "Tower_Discharge_Pressure_Drop_bar": -0.011967032967031947, - "Reservoir_Pressure_bar": 9.073846153846155, - "Oil_Temperature_C": 57.784546703296705, - "Motor_Current_A": 1.2788598901098898, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6574010989010993, - "Pneumatic_Panel_Pressure_bar": 9.047790109890109, - "Cyclone_Filter_Drop_Pressure_bar": 8.35788901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.012660989010988163, - "Reservoir_Pressure_bar": 9.047872527472528, - "Oil_Temperature_C": 57.8143543956044, - "Motor_Current_A": 1.3327953296703294, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6296291208791214, - "Pneumatic_Panel_Pressure_bar": 9.049920329670329, - "Cyclone_Filter_Drop_Pressure_bar": 8.407741758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.021884615384614413, - "Reservoir_Pressure_bar": 9.05076923076923, - "Oil_Temperature_C": 57.4979739010989, - "Motor_Current_A": 1.3161916208791207, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8433241758241762, - "Pneumatic_Panel_Pressure_bar": 8.994912698412698, - "Cyclone_Filter_Drop_Pressure_bar": 8.137910256410256, - "Tower_Discharge_Pressure_Drop_bar": -0.017828449328448154, - "Reservoir_Pressure_bar": 8.99546214896215, - "Oil_Temperature_C": 58.2852793040293, - "Motor_Current_A": 1.4614491758241754, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6298626373626377, - "Pneumatic_Panel_Pressure_bar": 9.122093406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.457532967032966, - "Tower_Discharge_Pressure_Drop_bar": -0.02143956043955953, - "Reservoir_Pressure_bar": 9.12239010989011, - "Oil_Temperature_C": 58.93736263736264, - "Motor_Current_A": 1.5834478021978018, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6696153846153848, - "Pneumatic_Panel_Pressure_bar": 9.07045934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.363898901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.022660439560438922, - "Reservoir_Pressure_bar": 9.07058021978022, - "Oil_Temperature_C": 58.89836538461539, - "Motor_Current_A": 1.5339642857142854, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9542747252747259, - "Pneumatic_Panel_Pressure_bar": 9.007275824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.038534065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.023019780219779924, - "Reservoir_Pressure_bar": 9.007193406593407, - "Oil_Temperature_C": 59.68502747252748, - "Motor_Current_A": 1.7548695054945054, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6554043956043962, - "Pneumatic_Panel_Pressure_bar": 9.088946153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.378121978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.02274725274725239, - "Reservoir_Pressure_bar": 9.088643956043956, - "Oil_Temperature_C": 59.019093406593406, - "Motor_Current_A": 1.575804945054945, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.604406593406594, - "Pneumatic_Panel_Pressure_bar": 8.98664010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.372980769230768, - "Tower_Discharge_Pressure_Drop_bar": -0.022931318681318716, - "Reservoir_Pressure_bar": 8.986686813186813, - "Oil_Temperature_C": 58.14515796703297, - "Motor_Current_A": 1.3157348901098898, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8920637362637368, - "Pneumatic_Panel_Pressure_bar": 9.107835164835164, - "Cyclone_Filter_Drop_Pressure_bar": 8.176524175824177, - "Tower_Discharge_Pressure_Drop_bar": -0.023445054945055083, - "Reservoir_Pressure_bar": 9.107278021978022, - "Oil_Temperature_C": 58.68342032967033, - "Motor_Current_A": 1.927156593406593, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6637912087912096, - "Pneumatic_Panel_Pressure_bar": 9.041571428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.326282417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.02370879120879152, - "Reservoir_Pressure_bar": 9.041269230769231, - "Oil_Temperature_C": 58.68476648351648, - "Motor_Current_A": 1.3901923076923075, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-22T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9716394849785416, - "Pneumatic_Panel_Pressure_bar": 9.02680686695279, - "Cyclone_Filter_Drop_Pressure_bar": 8.00080686695279, - "Tower_Discharge_Pressure_Drop_bar": -0.014214592274678401, - "Reservoir_Pressure_bar": 9.026360515021459, - "Oil_Temperature_C": 58.376931330472104, - "Motor_Current_A": 1.8895922746781115, - "Air_Intake_Valve_Status": 0.8884120171673819, - "Compressor_Outlet_Valve_Status": 0.11158798283261803, - "Active_Tower_ID": 0.9399141630901288, - "Load_Start_Signal": 0.8884120171673819, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9957081545064378, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49283171278982757, - "Pneumatic_Panel_Pressure_bar": 8.949422587883321, - "Cyclone_Filter_Drop_Pressure_bar": 8.488652206432311, - "Tower_Discharge_Pressure_Drop_bar": -0.023805534779357426, - "Reservoir_Pressure_bar": 8.948644727000747, - "Oil_Temperature_C": 59.44863500373972, - "Motor_Current_A": 4.021993268511594, - "Air_Intake_Valve_Status": 0.9027673896783844, - "Compressor_Outlet_Valve_Status": 0.09723261032161556, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9027673896783844, - "Low_Pressure_Switch_Status": 0.09723261032161556, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-23T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-23T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0209654778473127, - "Pneumatic_Panel_Pressure_bar": 9.013704035421577, - "Cyclone_Filter_Drop_Pressure_bar": 6.988043140856316, - "Tower_Discharge_Pressure_Drop_bar": 0.029459114018726824, - "Reservoir_Pressure_bar": 9.013293739684222, - "Oil_Temperature_C": 53.10857183883561, - "Motor_Current_A": 2.509403176075918, - "Air_Intake_Valve_Status": 0.7556750581470576, - "Compressor_Outlet_Valve_Status": 0.2443249418529424, - "Active_Tower_ID": 0.8776371308016878, - "Load_Start_Signal": 0.7556750581470576, - "Low_Pressure_Switch_Status": 0.07132916126222508, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5966747252747262, - "Pneumatic_Panel_Pressure_bar": 9.078395604395604, - "Cyclone_Filter_Drop_Pressure_bar": 8.441272527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.024545054945055354, - "Reservoir_Pressure_bar": 9.077492307692307, - "Oil_Temperature_C": 54.79821428571428, - "Motor_Current_A": 1.3029162087912085, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6847362637362647, - "Pneumatic_Panel_Pressure_bar": 9.033381868131867, - "Cyclone_Filter_Drop_Pressure_bar": 8.316015934065934, - "Tower_Discharge_Pressure_Drop_bar": 0.013197802197801927, - "Reservoir_Pressure_bar": 9.032858241758241, - "Oil_Temperature_C": 53.89066620879121, - "Motor_Current_A": 1.1469752747252744, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6031691086691096, - "Pneumatic_Panel_Pressure_bar": 9.204908424908425, - "Cyclone_Filter_Drop_Pressure_bar": 8.567302197802197, - "Tower_Discharge_Pressure_Drop_bar": 0.007951159951159489, - "Reservoir_Pressure_bar": 9.20431746031746, - "Oil_Temperature_C": 55.924305555555556, - "Motor_Current_A": 1.3109203296703293, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9655067155067155, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5611868131868141, - "Pneumatic_Panel_Pressure_bar": 9.045372527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.447201098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.023476923076923527, - "Reservoir_Pressure_bar": 9.045235164835164, - "Oil_Temperature_C": 53.89936813186813, - "Motor_Current_A": 1.3020260989010985, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6288626373626384, - "Pneumatic_Panel_Pressure_bar": 8.942521978021977, - "Cyclone_Filter_Drop_Pressure_bar": 8.280972527472526, - "Tower_Discharge_Pressure_Drop_bar": -0.01582417582417606, - "Reservoir_Pressure_bar": 8.942796703296702, - "Oil_Temperature_C": 53.61126373626374, - "Motor_Current_A": 1.1781524725274723, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2564725274725283, - "Pneumatic_Panel_Pressure_bar": 8.952758241758241, - "Cyclone_Filter_Drop_Pressure_bar": 8.666543956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.019160439560438995, - "Reservoir_Pressure_bar": 8.95442857142857, - "Oil_Temperature_C": 54.94252747252748, - "Motor_Current_A": 0.797895604395604, - "Air_Intake_Valve_Status": 0.9697802197802198, - "Compressor_Outlet_Valve_Status": 0.03021978021978022, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9697802197802198, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6611923076923081, - "Pneumatic_Panel_Pressure_bar": 9.093215384615386, - "Cyclone_Filter_Drop_Pressure_bar": 8.377034065934067, - "Tower_Discharge_Pressure_Drop_bar": -0.0190945054945044, - "Reservoir_Pressure_bar": 9.094138461538462, - "Oil_Temperature_C": 56.856991758241755, - "Motor_Current_A": 1.349134615384615, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5799505494505498, - "Pneumatic_Panel_Pressure_bar": 9.031535714285713, - "Cyclone_Filter_Drop_Pressure_bar": 8.412744505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.02104395604395505, - "Reservoir_Pressure_bar": 9.032763736263735, - "Oil_Temperature_C": 57.324587912087914, - "Motor_Current_A": 1.2851545329670329, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5846428571428577, - "Pneumatic_Panel_Pressure_bar": 9.07987912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.463652014652014, - "Tower_Discharge_Pressure_Drop_bar": -0.020928571428570467, - "Reservoir_Pressure_bar": 9.081496336996336, - "Oil_Temperature_C": 57.62065018315019, - "Motor_Current_A": 1.272980769230769, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3317307692307696, - "Pneumatic_Panel_Pressure_bar": 9.032526373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.672718681318681, - "Tower_Discharge_Pressure_Drop_bar": -0.02091758241758149, - "Reservoir_Pressure_bar": 9.034427472527472, - "Oil_Temperature_C": 56.770357142857144, - "Motor_Current_A": 0.7156043956043955, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5507142857142859, - "Pneumatic_Panel_Pressure_bar": 9.155631868131868, - "Cyclone_Filter_Drop_Pressure_bar": 8.585851648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.0208406593406584, - "Reservoir_Pressure_bar": 9.156093406593406, - "Oil_Temperature_C": 57.755494505494504, - "Motor_Current_A": 1.2676373626373625, - "Air_Intake_Valve_Status": 0.9395604395604396, - "Compressor_Outlet_Valve_Status": 0.06043956043956044, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9395604395604396, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6887912087912091, - "Pneumatic_Panel_Pressure_bar": 9.01558076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.295047252747253, - "Tower_Discharge_Pressure_Drop_bar": -0.021164285714284643, - "Reservoir_Pressure_bar": 9.016377472527473, - "Oil_Temperature_C": 57.643125, - "Motor_Current_A": 1.3580157967032964, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.594813186813187, - "Pneumatic_Panel_Pressure_bar": 9.031174725274726, - "Cyclone_Filter_Drop_Pressure_bar": 8.388791758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.02189945054944931, - "Reservoir_Pressure_bar": 9.031037362637361, - "Oil_Temperature_C": 57.956648351648354, - "Motor_Current_A": 1.301517857142857, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5885412087912092, - "Pneumatic_Panel_Pressure_bar": 9.074543956043955, - "Cyclone_Filter_Drop_Pressure_bar": 8.461082417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.01986263736263644, - "Reservoir_Pressure_bar": 9.074337912087913, - "Oil_Temperature_C": 57.113358516483515, - "Motor_Current_A": 1.2986504120879119, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6256593406593409, - "Pneumatic_Panel_Pressure_bar": 9.079815934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.413396703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.022558791208790407, - "Reservoir_Pressure_bar": 9.079903846153845, - "Oil_Temperature_C": 57.932534340659345, - "Motor_Current_A": 1.3006112637362635, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7325200000000005, - "Pneumatic_Panel_Pressure_bar": 8.96651287671233, - "Cyclone_Filter_Drop_Pressure_bar": 8.211827397260274, - "Tower_Discharge_Pressure_Drop_bar": -0.006263561643835478, - "Reservoir_Pressure_bar": 8.966014794520548, - "Oil_Temperature_C": 58.2748904109589, - "Motor_Current_A": 1.3693150684931503, - "Air_Intake_Valve_Status": 0.9205479452054794, - "Compressor_Outlet_Valve_Status": 0.07945205479452055, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9205479452054794, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9722137362637367, - "Pneumatic_Panel_Pressure_bar": 9.078743956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.082793406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.020565934065934127, - "Reservoir_Pressure_bar": 9.078265934065934, - "Oil_Temperature_C": 58.63550137362637, - "Motor_Current_A": 1.7762912087912086, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.566627472527473, - "Pneumatic_Panel_Pressure_bar": 9.068865934065935, - "Cyclone_Filter_Drop_Pressure_bar": 8.480135164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.015648351648351586, - "Reservoir_Pressure_bar": 9.068382417582418, - "Oil_Temperature_C": 58.60236263736263, - "Motor_Current_A": 1.4871002747252746, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8145203296703302, - "Pneumatic_Panel_Pressure_bar": 9.024253846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.14776868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.017171978021978045, - "Reservoir_Pressure_bar": 9.02386923076923, - "Oil_Temperature_C": 58.557479395604396, - "Motor_Current_A": 1.4764148351648347, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-23T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5802500000000006, - "Pneumatic_Panel_Pressure_bar": 8.919521739130435, - "Cyclone_Filter_Drop_Pressure_bar": 8.264929347826087, - "Tower_Discharge_Pressure_Drop_bar": -0.02347282608695678, - "Reservoir_Pressure_bar": 8.919217391304347, - "Oil_Temperature_C": 57.70692934782609, - "Motor_Current_A": 1.3006453804347824, - "Air_Intake_Valve_Status": 0.9293478260869565, - "Compressor_Outlet_Valve_Status": 0.07065217391304347, - "Active_Tower_ID": 0.9619565217391305, - "Load_Start_Signal": 0.9293478260869565, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9162146260691075, - "Pneumatic_Panel_Pressure_bar": 9.130156291481354, - "Cyclone_Filter_Drop_Pressure_bar": 8.1875230023948, - "Tower_Discharge_Pressure_Drop_bar": -0.022907098186794022, - "Reservoir_Pressure_bar": 9.128637586041737, - "Oil_Temperature_C": 53.713141293191924, - "Motor_Current_A": 1.6961238761546353, - "Air_Intake_Valve_Status": 0.8975490933971946, - "Compressor_Outlet_Valve_Status": 0.10245090660280533, - "Active_Tower_ID": 0.952, - "Load_Start_Signal": 0.8975490933971946, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2913461538461547, - "Pneumatic_Panel_Pressure_bar": 9.030774725274725, - "Cyclone_Filter_Drop_Pressure_bar": 8.71728021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.02321428571428563, - "Reservoir_Pressure_bar": 9.02978021978022, - "Oil_Temperature_C": 53.72376373626374, - "Motor_Current_A": 0.8532623626373624, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6084505494505502, - "Pneumatic_Panel_Pressure_bar": 9.11969010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.417234065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.022912087912088118, - "Reservoir_Pressure_bar": 9.118914835164835, - "Oil_Temperature_C": 54.691188186813186, - "Motor_Current_A": 1.3926854395604393, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6174670329670338, - "Pneumatic_Panel_Pressure_bar": 8.979245421245421, - "Cyclone_Filter_Drop_Pressure_bar": 8.316589743589743, - "Tower_Discharge_Pressure_Drop_bar": -0.02296703296703309, - "Reservoir_Pressure_bar": 8.97871794871795, - "Oil_Temperature_C": 54.51501831501832, - "Motor_Current_A": 1.34584478021978, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5959310134310142, - "Pneumatic_Panel_Pressure_bar": 9.074520146520147, - "Cyclone_Filter_Drop_Pressure_bar": 8.458935286935287, - "Tower_Discharge_Pressure_Drop_bar": -0.02380769230769262, - "Reservoir_Pressure_bar": 9.073948717948717, - "Oil_Temperature_C": 56.0778083028083, - "Motor_Current_A": 1.3011637667887666, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.58562087912088, - "Pneumatic_Panel_Pressure_bar": 9.003141758241759, - "Cyclone_Filter_Drop_Pressure_bar": 8.392167582417581, - "Tower_Discharge_Pressure_Drop_bar": -0.014945054945055403, - "Reservoir_Pressure_bar": 9.002876373626373, - "Oil_Temperature_C": 54.66887362637363, - "Motor_Current_A": 1.0957259615384614, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2776334246575352, - "Pneumatic_Panel_Pressure_bar": 8.9832301369863, - "Cyclone_Filter_Drop_Pressure_bar": 8.672984109589041, - "Tower_Discharge_Pressure_Drop_bar": -0.015452054794521082, - "Reservoir_Pressure_bar": 8.983729315068494, - "Oil_Temperature_C": 53.99293835616439, - "Motor_Current_A": 0.9064917808219175, - "Air_Intake_Valve_Status": 0.9671232876712329, - "Compressor_Outlet_Valve_Status": 0.03287671232876712, - "Active_Tower_ID": 0.9835616438356164, - "Load_Start_Signal": 0.9671232876712329, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5837362637362645, - "Pneumatic_Panel_Pressure_bar": 9.047903846153845, - "Cyclone_Filter_Drop_Pressure_bar": 8.458486263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.0128137362637368, - "Reservoir_Pressure_bar": 9.048008241758241, - "Oil_Temperature_C": 54.62631181318682, - "Motor_Current_A": 1.29407967032967, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6800461538461547, - "Pneumatic_Panel_Pressure_bar": 9.042268131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.32405934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.01618681318681358, - "Reservoir_Pressure_bar": 9.042776923076923, - "Oil_Temperature_C": 55.14002747252748, - "Motor_Current_A": 1.3562499999999997, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6428703296703305, - "Pneumatic_Panel_Pressure_bar": 8.956868131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.264329670329671, - "Tower_Discharge_Pressure_Drop_bar": -0.0029538461538458523, - "Reservoir_Pressure_bar": 8.958030769230769, - "Oil_Temperature_C": 55.25094780219781, - "Motor_Current_A": 1.1433722527472525, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2813101369863019, - "Pneumatic_Panel_Pressure_bar": 8.99182794520548, - "Cyclone_Filter_Drop_Pressure_bar": 8.678578630136986, - "Tower_Discharge_Pressure_Drop_bar": -0.022049315068492153, - "Reservoir_Pressure_bar": 8.992792328767123, - "Oil_Temperature_C": 56.338979452054794, - "Motor_Current_A": 0.8629650684931505, - "Air_Intake_Valve_Status": 0.9671232876712329, - "Compressor_Outlet_Valve_Status": 0.03287671232876712, - "Active_Tower_ID": 0.9835616438356164, - "Load_Start_Signal": 0.9671232876712329, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6063186813186817, - "Pneumatic_Panel_Pressure_bar": 9.163859340659341, - "Cyclone_Filter_Drop_Pressure_bar": 8.522820879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.015059340659339624, - "Reservoir_Pressure_bar": 9.165693406593405, - "Oil_Temperature_C": 57.34446428571429, - "Motor_Current_A": 1.3108722527472525, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6792417582417587, - "Pneumatic_Panel_Pressure_bar": 9.079957142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.383151098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.013126373626373032, - "Reservoir_Pressure_bar": 9.08157967032967, - "Oil_Temperature_C": 57.32109203296703, - "Motor_Current_A": 1.3511744505494503, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.655854395604396, - "Pneumatic_Panel_Pressure_bar": 9.035087912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.339667582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.016184065934065066, - "Reservoir_Pressure_bar": 9.037381868131869, - "Oil_Temperature_C": 56.53252060439561, - "Motor_Current_A": 0.9000240384615382, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4584945054945058, - "Pneumatic_Panel_Pressure_bar": 9.190552747252747, - "Cyclone_Filter_Drop_Pressure_bar": 8.71486098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.011385714285713418, - "Reservoir_Pressure_bar": 9.191631868131868, - "Oil_Temperature_C": 58.097671703296704, - "Motor_Current_A": 1.190963598901099, - "Air_Intake_Valve_Status": 0.9505494505494505, - "Compressor_Outlet_Valve_Status": 0.04945054945054945, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9505494505494505, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5955714285714289, - "Pneumatic_Panel_Pressure_bar": 8.972277777777778, - "Cyclone_Filter_Drop_Pressure_bar": 8.355925518925519, - "Tower_Discharge_Pressure_Drop_bar": -0.021367521367520195, - "Reservoir_Pressure_bar": 8.972733821733822, - "Oil_Temperature_C": 57.52683913308914, - "Motor_Current_A": 1.2885225885225884, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1711978021978027, - "Pneumatic_Panel_Pressure_bar": 9.026241758241758, - "Cyclone_Filter_Drop_Pressure_bar": 7.831076923076924, - "Tower_Discharge_Pressure_Drop_bar": 0.07316483516483617, - "Reservoir_Pressure_bar": 9.026197802197803, - "Oil_Temperature_C": 58.63337912087912, - "Motor_Current_A": 1.6441002747252746, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5853791208791211, - "Pneumatic_Panel_Pressure_bar": 8.971821978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.357387912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.013835164835163796, - "Reservoir_Pressure_bar": 8.971854945054945, - "Oil_Temperature_C": 56.79780906593407, - "Motor_Current_A": 1.1374725274725273, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6057983516483519, - "Pneumatic_Panel_Pressure_bar": 9.043993406593406, - "Cyclone_Filter_Drop_Pressure_bar": 8.409343406593408, - "Tower_Discharge_Pressure_Drop_bar": -0.014527472527471767, - "Reservoir_Pressure_bar": 9.043685714285715, - "Oil_Temperature_C": 57.20541208791209, - "Motor_Current_A": 1.442657967032967, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6212335164835169, - "Pneumatic_Panel_Pressure_bar": 9.033758241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.395565934065933, - "Tower_Discharge_Pressure_Drop_bar": -0.023140109890109645, - "Reservoir_Pressure_bar": 9.033961538461538, - "Oil_Temperature_C": 58.823523351648355, - "Motor_Current_A": 1.4000858516483514, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9381208791208796, - "Pneumatic_Panel_Pressure_bar": 8.947711538461538, - "Cyclone_Filter_Drop_Pressure_bar": 7.987614285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.01784999999999989, - "Reservoir_Pressure_bar": 8.947731318681319, - "Oil_Temperature_C": 58.042101648351654, - "Motor_Current_A": 1.5843681318681317, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6323774733637753, - "Pneumatic_Panel_Pressure_bar": 9.094637442922375, - "Cyclone_Filter_Drop_Pressure_bar": 8.455349771689498, - "Tower_Discharge_Pressure_Drop_bar": -0.014000000000000193, - "Reservoir_Pressure_bar": 9.094583257229832, - "Oil_Temperature_C": 58.94459665144596, - "Motor_Current_A": 1.7134497716894974, - "Air_Intake_Valve_Status": 0.9315068493150684, - "Compressor_Outlet_Valve_Status": 0.0684931506849315, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9315068493150684, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6167357142857149, - "Pneumatic_Panel_Pressure_bar": 9.032930219780221, - "Cyclone_Filter_Drop_Pressure_bar": 8.404786813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.010395054945055082, - "Reservoir_Pressure_bar": 9.03277142857143, - "Oil_Temperature_C": 58.39247252747253, - "Motor_Current_A": 1.3206730769230768, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-24T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4100329670329676, - "Pneumatic_Panel_Pressure_bar": 8.292623076923077, - "Cyclone_Filter_Drop_Pressure_bar": 4.60452967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.02022032967032887, - "Reservoir_Pressure_bar": 8.294161538461537, - "Oil_Temperature_C": 54.78837912087912, - "Motor_Current_A": 0.7582424450549449, - "Air_Intake_Valve_Status": 0.521978021978022, - "Compressor_Outlet_Valve_Status": 0.47802197802197804, - "Active_Tower_ID": 0.7664835164835165, - "Load_Start_Signal": 0.521978021978022, - "Low_Pressure_Switch_Status": 0.013736263736263736, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-25T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013910447761193379, - "Pneumatic_Panel_Pressure_bar": 6.6953582089552235, - "Cyclone_Filter_Drop_Pressure_bar": -0.011761194029850859, - "Tower_Discharge_Pressure_Drop_bar": -0.021940298507461226, - "Reservoir_Pressure_bar": 6.6980746268656715, - "Oil_Temperature_C": 46.72929104477612, - "Motor_Current_A": 0.022089552238805803, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4432835820895522, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-25T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.06148244832810998, - "Pneumatic_Panel_Pressure_bar": 6.442806035230572, - "Cyclone_Filter_Drop_Pressure_bar": -0.012034108652656552, - "Tower_Discharge_Pressure_Drop_bar": -0.02210232595796692, - "Reservoir_Pressure_bar": 6.4466696006199475, - "Oil_Temperature_C": 45.37089053771152, - "Motor_Current_A": 0.10913597774667753, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-25T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-25T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-26T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-27T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3200165479756725, - "Pneumatic_Panel_Pressure_bar": 8.413484179041097, - "Cyclone_Filter_Drop_Pressure_bar": 7.15967149210278, - "Tower_Discharge_Pressure_Drop_bar": -0.025214095120230602, - "Reservoir_Pressure_bar": 8.414827290309361, - "Oil_Temperature_C": 49.49743759428499, - "Motor_Current_A": 1.8503386303664993, - "Air_Intake_Valve_Status": 0.7785714285714286, - "Compressor_Outlet_Valve_Status": 0.22142857142857142, - "Active_Tower_ID": 0.8928571428571429, - "Load_Start_Signal": 0.7785714285714286, - "Low_Pressure_Switch_Status": 0.2, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6966758241758252, - "Pneumatic_Panel_Pressure_bar": 9.08560989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.327193406593405, - "Tower_Discharge_Pressure_Drop_bar": -0.019939560439560973, - "Reservoir_Pressure_bar": 9.087341758241758, - "Oil_Temperature_C": 53.48255494505495, - "Motor_Current_A": 1.3914711538461537, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5863791208791219, - "Pneumatic_Panel_Pressure_bar": 9.050824175824175, - "Cyclone_Filter_Drop_Pressure_bar": 8.434934065934065, - "Tower_Discharge_Pressure_Drop_bar": -0.023895604395604966, - "Reservoir_Pressure_bar": 9.052587912087912, - "Oil_Temperature_C": 54.575824175824174, - "Motor_Current_A": 1.314546703296703, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.680598901098902, - "Pneumatic_Panel_Pressure_bar": 9.051537362637362, - "Cyclone_Filter_Drop_Pressure_bar": 8.356207692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.019307692307692637, - "Reservoir_Pressure_bar": 9.053443956043955, - "Oil_Temperature_C": 55.79891483516484, - "Motor_Current_A": 1.3648145604395603, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5545956043956052, - "Pneumatic_Panel_Pressure_bar": 9.02739010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.461824175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.020461538461538743, - "Reservoir_Pressure_bar": 9.028197802197802, - "Oil_Temperature_C": 56.82740384615384, - "Motor_Current_A": 1.2832486263736262, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.014928571428572, - "Pneumatic_Panel_Pressure_bar": 9.01246043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.943711538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.022490659340659757, - "Reservoir_Pressure_bar": 9.01257032967033, - "Oil_Temperature_C": 58.346861263736265, - "Motor_Current_A": 1.8102678571428572, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5890395604395613, - "Pneumatic_Panel_Pressure_bar": 9.072910989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.462784065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.024142857142857625, - "Reservoir_Pressure_bar": 9.072845054945056, - "Oil_Temperature_C": 56.88190247252747, - "Motor_Current_A": 1.4407163461538461, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6576813186813197, - "Pneumatic_Panel_Pressure_bar": 9.029620879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.355373626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.010159340659341152, - "Reservoir_Pressure_bar": 9.03039010989011, - "Oil_Temperature_C": 56.00748626373627, - "Motor_Current_A": 1.3320260989010988, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6128791208791218, - "Pneumatic_Panel_Pressure_bar": 9.061001648351649, - "Cyclone_Filter_Drop_Pressure_bar": 8.402117032967034, - "Tower_Discharge_Pressure_Drop_bar": -0.023813736263736594, - "Reservoir_Pressure_bar": 9.06232032967033, - "Oil_Temperature_C": 56.549718406593406, - "Motor_Current_A": 1.3864903846153844, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.604956043956045, - "Pneumatic_Panel_Pressure_bar": 9.067418681318681, - "Cyclone_Filter_Drop_Pressure_bar": 8.435883516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.023362637362637297, - "Reservoir_Pressure_bar": 9.068934065934066, - "Oil_Temperature_C": 57.03168956043956, - "Motor_Current_A": 1.3070041208791205, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7065604395604401, - "Pneumatic_Panel_Pressure_bar": 8.993464835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.242061538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.022489010989010228, - "Reservoir_Pressure_bar": 8.995151648351648, - "Oil_Temperature_C": 57.54486263736264, - "Motor_Current_A": 1.325116758241758, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6627747252747259, - "Pneumatic_Panel_Pressure_bar": 9.097039010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.408438461538461, - "Tower_Discharge_Pressure_Drop_bar": -0.0037873626373616572, - "Reservoir_Pressure_bar": 9.098956593406593, - "Oil_Temperature_C": 58.45463598901099, - "Motor_Current_A": 1.3396971153846153, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0258302197802203, - "Pneumatic_Panel_Pressure_bar": 9.059091758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.002234065934067, - "Tower_Discharge_Pressure_Drop_bar": 0.0370934065934075, - "Reservoir_Pressure_bar": 9.06133901098901, - "Oil_Temperature_C": 58.69353021978022, - "Motor_Current_A": 1.1884374999999998, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5989010989010992, - "Pneumatic_Panel_Pressure_bar": 9.07179120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.395357142857142, - "Tower_Discharge_Pressure_Drop_bar": 0.028043956043957107, - "Reservoir_Pressure_bar": 9.07267032967033, - "Oil_Temperature_C": 59.256112637362634, - "Motor_Current_A": 1.3053708791208791, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8697428571428574, - "Pneumatic_Panel_Pressure_bar": 9.073250549450549, - "Cyclone_Filter_Drop_Pressure_bar": 8.160497252747252, - "Tower_Discharge_Pressure_Drop_bar": -0.015741208791207616, - "Reservoir_Pressure_bar": 9.07397032967033, - "Oil_Temperature_C": 58.82877060439561, - "Motor_Current_A": 1.5831524725274724, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5720274725274729, - "Pneumatic_Panel_Pressure_bar": 9.101380769230769, - "Cyclone_Filter_Drop_Pressure_bar": 8.489212087912087, - "Tower_Discharge_Pressure_Drop_bar": -0.022214285714284607, - "Reservoir_Pressure_bar": 9.10272142857143, - "Oil_Temperature_C": 59.58740384615384, - "Motor_Current_A": 1.6503887362637362, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5892527472527476, - "Pneumatic_Panel_Pressure_bar": 9.127618131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.51210989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.022074175824174848, - "Reservoir_Pressure_bar": 9.128472527472528, - "Oil_Temperature_C": 58.92489697802198, - "Motor_Current_A": 1.2880357142857142, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.6423681318681322, - "Pneumatic_Panel_Pressure_bar": 9.147326923076923, - "Cyclone_Filter_Drop_Pressure_bar": 6.412293956043957, - "Tower_Discharge_Pressure_Drop_bar": 0.3047417582417589, - "Reservoir_Pressure_bar": 9.147116483516484, - "Oil_Temperature_C": 60.14859203296704, - "Motor_Current_A": 2.1829278846153843, - "Air_Intake_Valve_Status": 0.7225274725274725, - "Compressor_Outlet_Valve_Status": 0.2774725274725275, - "Active_Tower_ID": 0.8681318681318682, - "Load_Start_Signal": 0.7225274725274725, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6012323232323235, - "Pneumatic_Panel_Pressure_bar": 9.109844444444445, - "Cyclone_Filter_Drop_Pressure_bar": 8.4513, - "Tower_Discharge_Pressure_Drop_bar": -0.0025454545454534874, - "Reservoir_Pressure_bar": 9.109644444444443, - "Oil_Temperature_C": 61.52679292929293, - "Motor_Current_A": 1.3086931818181817, - "Air_Intake_Valve_Status": 0.9292929292929293, - "Compressor_Outlet_Valve_Status": 0.0707070707070707, - "Active_Tower_ID": 0.9595959595959596, - "Load_Start_Signal": 0.9292929292929293, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.691106382978724, - "Pneumatic_Panel_Pressure_bar": 9.209434840425532, - "Cyclone_Filter_Drop_Pressure_bar": 8.569724900265957, - "Tower_Discharge_Pressure_Drop_bar": -0.02227543218084981, - "Reservoir_Pressure_bar": 9.206608543882979, - "Oil_Temperature_C": 61.8507500831117, - "Motor_Current_A": 0.7773796958111706, - "Air_Intake_Valve_Status": 0.8622839095744681, - "Compressor_Outlet_Valve_Status": 0.13771609042553193, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8622839095744681, - "Low_Pressure_Switch_Status": 0.13771609042553193, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-27T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.412339458413927, - "Pneumatic_Panel_Pressure_bar": 7.998655433994198, - "Cyclone_Filter_Drop_Pressure_bar": 2.7821273309054653, - "Tower_Discharge_Pressure_Drop_bar": -0.02348800547026155, - "Reservoir_Pressure_bar": 7.996555053947051, - "Oil_Temperature_C": 45.661079970457564, - "Motor_Current_A": 5.196586512670756, - "Air_Intake_Valve_Status": 0.2787245375967118, - "Compressor_Outlet_Valve_Status": 0.7212754624032882, - "Active_Tower_ID": 0.5909090909090909, - "Load_Start_Signal": 0.2787245375967118, - "Low_Pressure_Switch_Status": 0.40309364422147004, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4341336283185847, - "Pneumatic_Panel_Pressure_bar": 9.133867256637167, - "Cyclone_Filter_Drop_Pressure_bar": 8.67724778761062, - "Tower_Discharge_Pressure_Drop_bar": -0.024725663716814613, - "Reservoir_Pressure_bar": 9.132751327433628, - "Oil_Temperature_C": 51.13311946902655, - "Motor_Current_A": 1.6005188053097343, - "Air_Intake_Valve_Status": 0.9513274336283186, - "Compressor_Outlet_Valve_Status": 0.048672566371681415, - "Active_Tower_ID": 0.9778761061946902, - "Load_Start_Signal": 0.9513274336283186, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-27T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0631343400666804, - "Pneumatic_Panel_Pressure_bar": 8.840967640713865, - "Cyclone_Filter_Drop_Pressure_bar": 6.893443812512257, - "Tower_Discharge_Pressure_Drop_bar": -0.023459501863110636, - "Reservoir_Pressure_bar": 8.839886644440087, - "Oil_Temperature_C": 49.55849186114925, - "Motor_Current_A": 1.5985933516375759, - "Air_Intake_Valve_Status": 0.7297509315552069, - "Compressor_Outlet_Valve_Status": 0.2702490684447931, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.7297509315552069, - "Low_Pressure_Switch_Status": 0.2702490684447931, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2680159378398626, - "Pneumatic_Panel_Pressure_bar": 9.188865147355095, - "Cyclone_Filter_Drop_Pressure_bar": 7.861132065779387, - "Tower_Discharge_Pressure_Drop_bar": 0.04538054698782244, - "Reservoir_Pressure_bar": 9.187990417015813, - "Oil_Temperature_C": 53.53168896474799, - "Motor_Current_A": 1.8007954085805593, - "Air_Intake_Valve_Status": 0.8580219606339924, - "Compressor_Outlet_Valve_Status": 0.1419780393660076, - "Active_Tower_ID": 0.9318181818181818, - "Load_Start_Signal": 0.8580219606339924, - "Low_Pressure_Switch_Status": 0.008455312093280322, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.750445054945056, - "Pneumatic_Panel_Pressure_bar": 9.063142857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.290065934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.012021978021978604, - "Reservoir_Pressure_bar": 9.063010989010989, - "Oil_Temperature_C": 54.22513736263736, - "Motor_Current_A": 1.4041620879120875, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.584978021978023, - "Pneumatic_Panel_Pressure_bar": 9.03249175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.42079945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.02440109890109955, - "Reservoir_Pressure_bar": 9.032123626373627, - "Oil_Temperature_C": 54.37429945054945, - "Motor_Current_A": 1.3211476648351645, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6836373626373636, - "Pneumatic_Panel_Pressure_bar": 9.038692307692306, - "Cyclone_Filter_Drop_Pressure_bar": 8.319937362637361, - "Tower_Discharge_Pressure_Drop_bar": -0.018529670329670567, - "Reservoir_Pressure_bar": 9.038327472527472, - "Oil_Temperature_C": 54.04197802197802, - "Motor_Current_A": 1.388921703296703, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.716978021978023, - "Pneumatic_Panel_Pressure_bar": 9.112415384615383, - "Cyclone_Filter_Drop_Pressure_bar": 8.363995604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.02103296703296725, - "Reservoir_Pressure_bar": 9.112534065934065, - "Oil_Temperature_C": 56.22418956043956, - "Motor_Current_A": 1.3775892857142855, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6298681318681327, - "Pneumatic_Panel_Pressure_bar": 8.97201098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.308445054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.020841758241758726, - "Reservoir_Pressure_bar": 8.972164835164834, - "Oil_Temperature_C": 55.89616758241759, - "Motor_Current_A": 1.3219436813186811, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5991868131868142, - "Pneumatic_Panel_Pressure_bar": 9.014478021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.399351648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.024384615384615827, - "Reservoir_Pressure_bar": 9.015252747252747, - "Oil_Temperature_C": 55.919917582417575, - "Motor_Current_A": 1.3073351648351648, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5935934065934075, - "Pneumatic_Panel_Pressure_bar": 9.049142857142856, - "Cyclone_Filter_Drop_Pressure_bar": 8.43678131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.01508351648351691, - "Reservoir_Pressure_bar": 9.05003186813187, - "Oil_Temperature_C": 56.302142857142854, - "Motor_Current_A": 1.297171703296703, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5703934065934074, - "Pneumatic_Panel_Pressure_bar": 8.979491208791208, - "Cyclone_Filter_Drop_Pressure_bar": 8.367392307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.012208791208791304, - "Reservoir_Pressure_bar": 8.98046923076923, - "Oil_Temperature_C": 56.56273351648351, - "Motor_Current_A": 1.3001263736263735, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.587574725274726, - "Pneumatic_Panel_Pressure_bar": 9.06395934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.42675054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.021639560439559717, - "Reservoir_Pressure_bar": 9.065635164835165, - "Oil_Temperature_C": 56.98712912087912, - "Motor_Current_A": 1.3190453296703293, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8841703296703302, - "Pneumatic_Panel_Pressure_bar": 9.087594505494506, - "Cyclone_Filter_Drop_Pressure_bar": 8.158556043956043, - "Tower_Discharge_Pressure_Drop_bar": 0.03165934065934163, - "Reservoir_Pressure_bar": 9.08879945054945, - "Oil_Temperature_C": 58.82535714285714, - "Motor_Current_A": 1.4849793956043953, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5847967032967039, - "Pneumatic_Panel_Pressure_bar": 8.994974725274725, - "Cyclone_Filter_Drop_Pressure_bar": 8.380854395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.0205989010989001, - "Reservoir_Pressure_bar": 8.996277472527472, - "Oil_Temperature_C": 57.94109203296703, - "Motor_Current_A": 1.2896909340659337, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5827912087912094, - "Pneumatic_Panel_Pressure_bar": 8.992796703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.379846153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.022230769230768402, - "Reservoir_Pressure_bar": 8.994505494505495, - "Oil_Temperature_C": 57.58489010989011, - "Motor_Current_A": 1.2943475274725273, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6489780219780226, - "Pneumatic_Panel_Pressure_bar": 9.097562881562881, - "Cyclone_Filter_Drop_Pressure_bar": 8.42836568986569, - "Tower_Discharge_Pressure_Drop_bar": -0.021582417582416528, - "Reservoir_Pressure_bar": 9.098766788766788, - "Oil_Temperature_C": 58.242880036630034, - "Motor_Current_A": 1.3164484126984124, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6037269230769234, - "Pneumatic_Panel_Pressure_bar": 8.961744505494504, - "Cyclone_Filter_Drop_Pressure_bar": 8.347768131868131, - "Tower_Discharge_Pressure_Drop_bar": -0.01588846153846049, - "Reservoir_Pressure_bar": 8.962878021978021, - "Oil_Temperature_C": 58.05167582417583, - "Motor_Current_A": 1.301914148351648, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.729148351648352, - "Pneumatic_Panel_Pressure_bar": 9.09521098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.320227472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.003142857142856062, - "Reservoir_Pressure_bar": 9.095969230769231, - "Oil_Temperature_C": 58.402912087912085, - "Motor_Current_A": 1.3953873626373625, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7410972527472531, - "Pneumatic_Panel_Pressure_bar": 9.00130934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.217254395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.008930219780218941, - "Reservoir_Pressure_bar": 9.001215934065934, - "Oil_Temperature_C": 57.894436813186815, - "Motor_Current_A": 1.4055494505494504, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7001802197802204, - "Pneumatic_Panel_Pressure_bar": 9.074952747252746, - "Cyclone_Filter_Drop_Pressure_bar": 8.333735164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.020868131868131547, - "Reservoir_Pressure_bar": 9.074512087912089, - "Oil_Temperature_C": 57.48552197802198, - "Motor_Current_A": 1.362322802197802, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0071830985915495, - "Pneumatic_Panel_Pressure_bar": 9.305612676056338, - "Cyclone_Filter_Drop_Pressure_bar": 8.281676056338029, - "Tower_Discharge_Pressure_Drop_bar": 0.026098591549296, - "Reservoir_Pressure_bar": 9.304570422535212, - "Oil_Temperature_C": 58.868397887323944, - "Motor_Current_A": 1.7833098591549292, - "Air_Intake_Valve_Status": 0.897887323943662, - "Compressor_Outlet_Valve_Status": 0.10211267605633803, - "Active_Tower_ID": 0.9436619718309859, - "Load_Start_Signal": 0.897887323943662, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9964788732394366, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4226857416497073, - "Pneumatic_Panel_Pressure_bar": 9.12403830958937, - "Cyclone_Filter_Drop_Pressure_bar": 8.697405483059978, - "Tower_Discharge_Pressure_Drop_bar": -0.024095055668622897, - "Reservoir_Pressure_bar": 9.123943253920746, - "Oil_Temperature_C": 55.82253681312104, - "Motor_Current_A": 0.32552825332215923, - "Air_Intake_Valve_Status": 0.952472165688974, - "Compressor_Outlet_Valve_Status": 0.04752783431102598, - "Active_Tower_ID": 0.952472165688974, - "Load_Start_Signal": 0.952472165688974, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-28T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-28T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-28T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-28T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7842184062142278, - "Pneumatic_Panel_Pressure_bar": 9.37766952636406, - "Cyclone_Filter_Drop_Pressure_bar": 8.598492484018708, - "Tower_Discharge_Pressure_Drop_bar": -0.024444785018101677, - "Reservoir_Pressure_bar": 9.377406559527778, - "Oil_Temperature_C": 49.89772440346567, - "Motor_Current_A": 1.897239953379446, - "Air_Intake_Valve_Status": 0.9181033587180536, - "Compressor_Outlet_Valve_Status": 0.08189664128194651, - "Active_Tower_ID": 0.9676901355775577, - "Load_Start_Signal": 0.9181033587180536, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2087086092715247, - "Pneumatic_Panel_Pressure_bar": 8.43791059602649, - "Cyclone_Filter_Drop_Pressure_bar": 7.293158940397351, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.439241721854303, - "Oil_Temperature_C": 44.0341059602649, - "Motor_Current_A": 0.9910471854304631, - "Air_Intake_Valve_Status": 0.8327814569536424, - "Compressor_Outlet_Valve_Status": 0.1672185430463576, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8327814569536424, - "Low_Pressure_Switch_Status": 0.1672185430463576, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6896422130446478, - "Pneumatic_Panel_Pressure_bar": 9.172496774272378, - "Cyclone_Filter_Drop_Pressure_bar": 7.4540291048605845, - "Tower_Discharge_Pressure_Drop_bar": 0.0893284132841325, - "Reservoir_Pressure_bar": 9.17163582268273, - "Oil_Temperature_C": 49.282144864495, - "Motor_Current_A": 2.28226999890032, - "Air_Intake_Valve_Status": 0.8124373793406808, - "Compressor_Outlet_Valve_Status": 0.18756262065931917, - "Active_Tower_ID": 0.9114391143911439, - "Load_Start_Signal": 0.8124373793406808, - "Low_Pressure_Switch_Status": 0.017820923242345004, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.504510989010989, - "Pneumatic_Panel_Pressure_bar": 9.476454945054945, - "Cyclone_Filter_Drop_Pressure_bar": 3.771235164835165, - "Tower_Discharge_Pressure_Drop_bar": 0.8685109890109888, - "Reservoir_Pressure_bar": 9.475178571428572, - "Oil_Temperature_C": 61.606078296703295, - "Motor_Current_A": 3.5084649725274724, - "Air_Intake_Valve_Status": 0.4258241758241758, - "Compressor_Outlet_Valve_Status": 0.5741758241758241, - "Active_Tower_ID": 0.7115384615384616, - "Load_Start_Signal": 0.4258241758241758, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0095879120879123, - "Pneumatic_Panel_Pressure_bar": 9.226697802197803, - "Cyclone_Filter_Drop_Pressure_bar": 8.17721978021978, - "Tower_Discharge_Pressure_Drop_bar": 0.086686813186814, - "Reservoir_Pressure_bar": 9.225296703296703, - "Oil_Temperature_C": 61.43118131868132, - "Motor_Current_A": 1.553399725274725, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8924890109890115, - "Pneumatic_Panel_Pressure_bar": 9.053012087912089, - "Cyclone_Filter_Drop_Pressure_bar": 8.120642857142858, - "Tower_Discharge_Pressure_Drop_bar": -0.0004659340659339523, - "Reservoir_Pressure_bar": 9.05159010989011, - "Oil_Temperature_C": 58.11079670329671, - "Motor_Current_A": 1.497355769230769, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8951263736263745, - "Pneumatic_Panel_Pressure_bar": 9.008775824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.075127472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.02376923076923117, - "Reservoir_Pressure_bar": 9.008051648351648, - "Oil_Temperature_C": 56.83516483516483, - "Motor_Current_A": 1.4980343406593406, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7387439560439568, - "Pneumatic_Panel_Pressure_bar": 9.143432967032968, - "Cyclone_Filter_Drop_Pressure_bar": 8.36276923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.002796703296703747, - "Reservoir_Pressure_bar": 9.143457142857143, - "Oil_Temperature_C": 57.10336538461539, - "Motor_Current_A": 1.50671978021978, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6410285714285723, - "Pneumatic_Panel_Pressure_bar": 9.037092307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.345323076923076, - "Tower_Discharge_Pressure_Drop_bar": -0.02205714285714338, - "Reservoir_Pressure_bar": 9.037257142857143, - "Oil_Temperature_C": 56.852898351648356, - "Motor_Current_A": 1.5232321428571425, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.584150000000001, - "Pneumatic_Panel_Pressure_bar": 9.066132417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.453965934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.023910439560439974, - "Reservoir_Pressure_bar": 9.06642032967033, - "Oil_Temperature_C": 56.941923076923075, - "Motor_Current_A": 1.4802809065934064, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5808241758241768, - "Pneumatic_Panel_Pressure_bar": 9.002671428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.386602197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.02376373626373663, - "Reservoir_Pressure_bar": 9.003346153846154, - "Oil_Temperature_C": 56.06254120879121, - "Motor_Current_A": 1.28032967032967, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.584741758241759, - "Pneumatic_Panel_Pressure_bar": 9.044598901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.42839010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.02325824175824167, - "Reservoir_Pressure_bar": 9.045587912087912, - "Oil_Temperature_C": 56.51868131868132, - "Motor_Current_A": 1.290212912087912, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5836000000000009, - "Pneumatic_Panel_Pressure_bar": 9.048510989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.43707032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.02313736263736245, - "Reservoir_Pressure_bar": 9.049175824175824, - "Oil_Temperature_C": 56.94245879120879, - "Motor_Current_A": 1.300987637362637, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5820384615384623, - "Pneumatic_Panel_Pressure_bar": 9.004993406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.393984615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.017273076923076395, - "Reservoir_Pressure_bar": 9.005513736263737, - "Oil_Temperature_C": 57.074429945054945, - "Motor_Current_A": 1.3091208791208788, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5846703296703302, - "Pneumatic_Panel_Pressure_bar": 9.068401098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.456043956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.02232417582417497, - "Reservoir_Pressure_bar": 9.06873076923077, - "Oil_Temperature_C": 58.06164148351648, - "Motor_Current_A": 1.28720467032967, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6589505494505501, - "Pneumatic_Panel_Pressure_bar": 9.009755494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.319768131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.020054945054944644, - "Reservoir_Pressure_bar": 9.00936923076923, - "Oil_Temperature_C": 57.39201923076923, - "Motor_Current_A": 1.3519642857142855, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6384670329670336, - "Pneumatic_Panel_Pressure_bar": 9.060056593406593, - "Cyclone_Filter_Drop_Pressure_bar": 8.395572527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.02230219780219715, - "Reservoir_Pressure_bar": 9.060616483516483, - "Oil_Temperature_C": 57.611771978021984, - "Motor_Current_A": 1.3151030219780218, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7810384615384621, - "Pneumatic_Panel_Pressure_bar": 9.026236263736264, - "Cyclone_Filter_Drop_Pressure_bar": 8.186197802197801, - "Tower_Discharge_Pressure_Drop_bar": -0.016653846153845825, - "Reservoir_Pressure_bar": 9.026543956043955, - "Oil_Temperature_C": 57.85240384615385, - "Motor_Current_A": 1.43407967032967, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0836989010989015, - "Pneumatic_Panel_Pressure_bar": 8.893453846153847, - "Cyclone_Filter_Drop_Pressure_bar": 7.773716483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.01827362637362623, - "Reservoir_Pressure_bar": 8.893161538461538, - "Oil_Temperature_C": 57.81149725274725, - "Motor_Current_A": 1.6377142857142855, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6787769230769234, - "Pneumatic_Panel_Pressure_bar": 9.045639560439561, - "Cyclone_Filter_Drop_Pressure_bar": 8.332437362637362, - "Tower_Discharge_Pressure_Drop_bar": -0.023172527472527408, - "Reservoir_Pressure_bar": 9.045845054945055, - "Oil_Temperature_C": 61.111978021978025, - "Motor_Current_A": 1.7849189560439558, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0461703296703302, - "Pneumatic_Panel_Pressure_bar": 9.152076923076924, - "Cyclone_Filter_Drop_Pressure_bar": 8.071324175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.018928571428571263, - "Reservoir_Pressure_bar": 9.151997252747252, - "Oil_Temperature_C": 60.26081730769231, - "Motor_Current_A": 2.0265418956043955, - "Air_Intake_Valve_Status": 0.8832417582417582, - "Compressor_Outlet_Valve_Status": 0.11675824175824176, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8832417582417582, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4088807692307694, - "Pneumatic_Panel_Pressure_bar": 9.057015384615385, - "Cyclone_Filter_Drop_Pressure_bar": 7.600004395604396, - "Tower_Discharge_Pressure_Drop_bar": 0.04263021978021975, - "Reservoir_Pressure_bar": 9.056264285714285, - "Oil_Temperature_C": 60.12313873626374, - "Motor_Current_A": 1.8252197802197798, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.3962549450549453, - "Pneumatic_Panel_Pressure_bar": 9.274796703296703, - "Cyclone_Filter_Drop_Pressure_bar": 6.844284615384616, - "Tower_Discharge_Pressure_Drop_bar": 0.28548571428571484, - "Reservoir_Pressure_bar": 9.273115384615386, - "Oil_Temperature_C": 63.48688186813187, - "Motor_Current_A": 2.3739931318681315, - "Air_Intake_Valve_Status": 0.7554945054945055, - "Compressor_Outlet_Valve_Status": 0.2445054945054945, - "Active_Tower_ID": 0.8791208791208791, - "Load_Start_Signal": 0.7554945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.069769230769231, - "Pneumatic_Panel_Pressure_bar": 9.075670329670329, - "Cyclone_Filter_Drop_Pressure_bar": 7.981, - "Tower_Discharge_Pressure_Drop_bar": -0.021175824175824032, - "Reservoir_Pressure_bar": 9.07478021978022, - "Oil_Temperature_C": 59.551304945054945, - "Motor_Current_A": 1.8824931318681317, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-29T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.623347639484979, - "Pneumatic_Panel_Pressure_bar": 9.038259227467812, - "Cyclone_Filter_Drop_Pressure_bar": 8.353059227467812, - "Tower_Discharge_Pressure_Drop_bar": -0.01789699570815444, - "Reservoir_Pressure_bar": 9.038285836909871, - "Oil_Temperature_C": 58.86141630901288, - "Motor_Current_A": 1.3547564377682402, - "Air_Intake_Valve_Status": 0.9313304721030042, - "Compressor_Outlet_Valve_Status": 0.07296137339055794, - "Active_Tower_ID": 0.9656652360515021, - "Load_Start_Signal": 0.9313304721030042, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.968050558095885, - "Pneumatic_Panel_Pressure_bar": 9.664467283001537, - "Cyclone_Filter_Drop_Pressure_bar": 7.723809388790161, - "Tower_Discharge_Pressure_Drop_bar": -0.02266252670673432, - "Reservoir_Pressure_bar": 9.662054631496975, - "Oil_Temperature_C": 60.44768325312993, - "Motor_Current_A": 4.013614195004093, - "Air_Intake_Valve_Status": 0.7902797468101675, - "Compressor_Outlet_Valve_Status": 0.20972025318983248, - "Active_Tower_ID": 0.9016393442622951, - "Load_Start_Signal": 0.7902797468101675, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6318032967032975, - "Pneumatic_Panel_Pressure_bar": 8.939467032967032, - "Cyclone_Filter_Drop_Pressure_bar": 8.275307692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.019060439560439, - "Reservoir_Pressure_bar": 8.939092307692308, - "Oil_Temperature_C": 55.190467032967035, - "Motor_Current_A": 0.9337843406593405, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2956098901098909, - "Pneumatic_Panel_Pressure_bar": 9.071736263736264, - "Cyclone_Filter_Drop_Pressure_bar": 8.746017582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.022846153846153513, - "Reservoir_Pressure_bar": 9.071967032967033, - "Oil_Temperature_C": 56.47876373626374, - "Motor_Current_A": 1.139774725274725, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.03571428571428571, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6214780219780226, - "Pneumatic_Panel_Pressure_bar": 9.084046703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.41954945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.0215961538461533, - "Reservoir_Pressure_bar": 9.083967032967033, - "Oil_Temperature_C": 56.47451923076924, - "Motor_Current_A": 1.3614354395604393, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8106373626373633, - "Pneumatic_Panel_Pressure_bar": 8.963670329670329, - "Cyclone_Filter_Drop_Pressure_bar": 8.132043956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.022802197802197825, - "Reservoir_Pressure_bar": 8.962587912087912, - "Oil_Temperature_C": 56.84697802197802, - "Motor_Current_A": 1.451675824175824, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4769230769230778, - "Pneumatic_Panel_Pressure_bar": 9.146087912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.621, - "Tower_Discharge_Pressure_Drop_bar": -0.023670329670330132, - "Reservoir_Pressure_bar": 9.145472527472528, - "Oil_Temperature_C": 57.44388736263736, - "Motor_Current_A": 1.2442719780219778, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.609532967032968, - "Pneumatic_Panel_Pressure_bar": 9.116889010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.455203846153847, - "Tower_Discharge_Pressure_Drop_bar": -0.007626373626374057, - "Reservoir_Pressure_bar": 9.116214835164836, - "Oil_Temperature_C": 55.9214423076923, - "Motor_Current_A": 1.343690247252747, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5961703296703306, - "Pneumatic_Panel_Pressure_bar": 9.005395604395604, - "Cyclone_Filter_Drop_Pressure_bar": 8.37142857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.016252747252747453, - "Reservoir_Pressure_bar": 9.005129670329671, - "Oil_Temperature_C": 55.340123626373625, - "Motor_Current_A": 1.3343021978021976, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.584686813186814, - "Pneumatic_Panel_Pressure_bar": 8.906317582417582, - "Cyclone_Filter_Drop_Pressure_bar": 8.295746153846155, - "Tower_Discharge_Pressure_Drop_bar": -0.021950549450549205, - "Reservoir_Pressure_bar": 8.907642857142857, - "Oil_Temperature_C": 55.18583791208791, - "Motor_Current_A": 1.3085769230769229, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.546796296296297, - "Pneumatic_Panel_Pressure_bar": 8.94315462962963, - "Cyclone_Filter_Drop_Pressure_bar": 8.380635185185186, - "Tower_Discharge_Pressure_Drop_bar": 0.0011481481481491543, - "Reservoir_Pressure_bar": 8.945950925925926, - "Oil_Temperature_C": 57.80197916666667, - "Motor_Current_A": 1.1317939814814812, - "Air_Intake_Valve_Status": 0.9398148148148148, - "Compressor_Outlet_Valve_Status": 0.06018518518518518, - "Active_Tower_ID": 0.9768518518518519, - "Load_Start_Signal": 0.9398148148148148, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9907407407407407, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0985152749490852, - "Pneumatic_Panel_Pressure_bar": 8.363022403258656, - "Cyclone_Filter_Drop_Pressure_bar": 7.294124236252546, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 8.366270875763748, - "Oil_Temperature_C": 54.781211812627305, - "Motor_Current_A": 0.7915224032586553, - "Air_Intake_Valve_Status": 0.8747454175152749, - "Compressor_Outlet_Valve_Status": 0.12525458248472504, - "Active_Tower_ID": 0.8747454175152749, - "Load_Start_Signal": 0.8747454175152749, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-30T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.349434806916657, - "Pneumatic_Panel_Pressure_bar": 9.655505690667306, - "Cyclone_Filter_Drop_Pressure_bar": 7.464672377301226, - "Tower_Discharge_Pressure_Drop_bar": 0.061764705882354234, - "Reservoir_Pressure_bar": 9.654085739387405, - "Oil_Temperature_C": 59.49342278662993, - "Motor_Current_A": 4.430937063216326, - "Air_Intake_Valve_Status": 0.7698774010622579, - "Compressor_Outlet_Valve_Status": 0.2301225989377421, - "Active_Tower_ID": 0.8875244598857873, - "Load_Start_Signal": 0.7698774010622579, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9803921568627451, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7181983471074382, - "Pneumatic_Panel_Pressure_bar": 9.079037649219467, - "Cyclone_Filter_Drop_Pressure_bar": 8.3473608815427, - "Tower_Discharge_Pressure_Drop_bar": 0.00515702479338959, - "Reservoir_Pressure_bar": 9.078927456382003, - "Oil_Temperature_C": 56.589508723599636, - "Motor_Current_A": 1.4354292929292927, - "Air_Intake_Valve_Status": 0.9173553719008265, - "Compressor_Outlet_Valve_Status": 0.08264462809917356, - "Active_Tower_ID": 0.9586776859504132, - "Load_Start_Signal": 0.9173553719008265, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.014773684210525191, - "Pneumatic_Panel_Pressure_bar": 8.856005263157893, - "Cyclone_Filter_Drop_Pressure_bar": 8.845005263157896, - "Tower_Discharge_Pressure_Drop_bar": -0.022247368421051624, - "Reservoir_Pressure_bar": 8.857515789473684, - "Oil_Temperature_C": 55.62019736842105, - "Motor_Current_A": 0.040657894736841976, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.15488383672934722, - "Pneumatic_Panel_Pressure_bar": 7.822975037672803, - "Cyclone_Filter_Drop_Pressure_bar": 7.707383345344953, - "Tower_Discharge_Pressure_Drop_bar": -0.02221227805804754, - "Reservoir_Pressure_bar": 7.822852257092315, - "Oil_Temperature_C": 50.819629168577606, - "Motor_Current_A": 0.5421910830112041, - "Air_Intake_Valve_Status": 0.8938609709755618, - "Compressor_Outlet_Valve_Status": 0.10613902902443818, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8938609709755618, - "Low_Pressure_Switch_Status": 0.10613902902443818, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-30T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-30T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-30T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-30T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-30T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-04-30T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.352799344820809, - "Pneumatic_Panel_Pressure_bar": 2.237914918430191, - "Cyclone_Filter_Drop_Pressure_bar": 0.007338089934263492, - "Tower_Discharge_Pressure_Drop_bar": -0.024662110987355566, - "Reservoir_Pressure_bar": 2.2286271418899735, - "Oil_Temperature_C": 26.2339840900653, - "Motor_Current_A": 3.7206688724366113, - "Air_Intake_Valve_Status": 0.0022778396558125304, - "Compressor_Outlet_Valve_Status": 0.9977221603441875, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0.0022778396558125304, - "Low_Pressure_Switch_Status": 0.9977221603441875, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-04-30T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3387484232052528, - "Pneumatic_Panel_Pressure_bar": 2.987970939618986, - "Cyclone_Filter_Drop_Pressure_bar": -0.012053255838984332, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 2.989864427941017, - "Oil_Temperature_C": 32.12026746313637, - "Motor_Current_A": 0.16001808201485232, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-01T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.021502951520896, - "Pneumatic_Panel_Pressure_bar": 5.602432905933942, - "Cyclone_Filter_Drop_Pressure_bar": -0.012771390974963492, - "Tower_Discharge_Pressure_Drop_bar": -0.02445161290322646, - "Reservoir_Pressure_bar": 5.602115930435628, - "Oil_Temperature_C": 42.17906942549328, - "Motor_Current_A": 5.0667274105013185, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5161290322580645, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.8709677419354839, - "Tower_Discharge_Switch_Status": 0.967741935483871, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-01T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.447752108405192, - "Pneumatic_Panel_Pressure_bar": 7.99337591206292, - "Cyclone_Filter_Drop_Pressure_bar": -0.0120000000000004, - "Tower_Discharge_Pressure_Drop_bar": -0.023918253893048587, - "Reservoir_Pressure_bar": 7.994394958779494, - "Oil_Temperature_C": 49.32741953315012, - "Motor_Current_A": 5.586388862566729, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.040873053476104745, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-01T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-01T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.871402369727042, - "Pneumatic_Panel_Pressure_bar": 7.5513236815686735, - "Cyclone_Filter_Drop_Pressure_bar": 5.79751690821256, - "Tower_Discharge_Pressure_Drop_bar": -0.017121250560585968, - "Reservoir_Pressure_bar": 7.5503922148657505, - "Oil_Temperature_C": 48.32752844204997, - "Motor_Current_A": 2.542703396688107, - "Air_Intake_Valve_Status": 0.642512077294686, - "Compressor_Outlet_Valve_Status": 0.357487922705314, - "Active_Tower_ID": 0.821256038647343, - "Load_Start_Signal": 0.642512077294686, - "Low_Pressure_Switch_Status": 0.27512351197765195, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-01T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9110024420024428, - "Pneumatic_Panel_Pressure_bar": 9.138716727716728, - "Cyclone_Filter_Drop_Pressure_bar": 8.217436507936508, - "Tower_Discharge_Pressure_Drop_bar": -0.02296153846153806, - "Reservoir_Pressure_bar": 9.138567155067156, - "Oil_Temperature_C": 56.82970848595849, - "Motor_Current_A": 1.87943605006105, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-01T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.671807692307693, - "Pneumatic_Panel_Pressure_bar": 9.016354395604395, - "Cyclone_Filter_Drop_Pressure_bar": 8.322263736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.022456043956042983, - "Reservoir_Pressure_bar": 9.016129120879121, - "Oil_Temperature_C": 58.04924450549451, - "Motor_Current_A": 1.3501442307692306, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-01T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.920344505494506, - "Pneumatic_Panel_Pressure_bar": 9.076334065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.12472032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.010470879120877928, - "Reservoir_Pressure_bar": 9.075912637362638, - "Oil_Temperature_C": 58.63368818681318, - "Motor_Current_A": 1.8382300824175823, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6729780219780223, - "Pneumatic_Panel_Pressure_bar": 9.06643076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.371732967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.008670329670328318, - "Reservoir_Pressure_bar": 9.066513186813186, - "Oil_Temperature_C": 58.778392857142855, - "Motor_Current_A": 1.4763241758241756, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9489912328767126, - "Pneumatic_Panel_Pressure_bar": 8.999022465753425, - "Cyclone_Filter_Drop_Pressure_bar": 8.031805479452055, - "Tower_Discharge_Pressure_Drop_bar": -0.022104657534245255, - "Reservoir_Pressure_bar": 8.998545753424658, - "Oil_Temperature_C": 58.36016438356164, - "Motor_Current_A": 1.5986917808219177, - "Air_Intake_Valve_Status": 0.8958904109589041, - "Compressor_Outlet_Valve_Status": 0.10410958904109589, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8958904109589041, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6344285714285717, - "Pneumatic_Panel_Pressure_bar": 9.114604395604395, - "Cyclone_Filter_Drop_Pressure_bar": 8.449526373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.02203296703296569, - "Reservoir_Pressure_bar": 9.114285714285714, - "Oil_Temperature_C": 59.22631181318682, - "Motor_Current_A": 1.6868976648351646, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6617912087912092, - "Pneumatic_Panel_Pressure_bar": 8.96590934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.252176923076922, - "Tower_Discharge_Pressure_Drop_bar": -0.022302197802196628, - "Reservoir_Pressure_bar": 8.965682417582418, - "Oil_Temperature_C": 58.307809065934066, - "Motor_Current_A": 1.3526991758241755, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9530357142857147, - "Pneumatic_Panel_Pressure_bar": 9.112505494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.123206043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.008780219780218786, - "Reservoir_Pressure_bar": 9.111615384615385, - "Oil_Temperature_C": 59.190899725274726, - "Motor_Current_A": 1.912129120879121, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6568241758241762, - "Pneumatic_Panel_Pressure_bar": 9.023363186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.307156043956043, - "Tower_Discharge_Pressure_Drop_bar": -0.022247252747251554, - "Reservoir_Pressure_bar": 9.023132417582417, - "Oil_Temperature_C": 58.77132554945055, - "Motor_Current_A": 1.3537589285714284, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9519395604395606, - "Pneumatic_Panel_Pressure_bar": 9.115090964590964, - "Cyclone_Filter_Drop_Pressure_bar": 8.124118437118437, - "Tower_Discharge_Pressure_Drop_bar": -0.02192796092795968, - "Reservoir_Pressure_bar": 9.115163003663003, - "Oil_Temperature_C": 60.62530525030525, - "Motor_Current_A": 1.9738118131868132, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2846301886792455, - "Pneumatic_Panel_Pressure_bar": 9.025716981132076, - "Cyclone_Filter_Drop_Pressure_bar": 7.67874716981132, - "Tower_Discharge_Pressure_Drop_bar": -0.014932075471697101, - "Reservoir_Pressure_bar": 9.026952830188678, - "Oil_Temperature_C": 62.825707547169806, - "Motor_Current_A": 2.221983490566038, - "Air_Intake_Valve_Status": 0.8537735849056604, - "Compressor_Outlet_Valve_Status": 0.14622641509433962, - "Active_Tower_ID": 0.9150943396226415, - "Load_Start_Signal": 0.8537735849056604, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0632732340057385, - "Pneumatic_Panel_Pressure_bar": 8.995724705749982, - "Cyclone_Filter_Drop_Pressure_bar": 6.937830822774898, - "Tower_Discharge_Pressure_Drop_bar": -0.01491286307053889, - "Reservoir_Pressure_bar": 8.996083398080248, - "Oil_Temperature_C": 61.53413026521654, - "Motor_Current_A": 2.565353001190532, - "Air_Intake_Valve_Status": 0.7653298139394151, - "Compressor_Outlet_Valve_Status": 0.23467018606058485, - "Active_Tower_ID": 0.8755186721991701, - "Load_Start_Signal": 0.7653298139394151, - "Low_Pressure_Switch_Status": 0.03964943917261806, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0031501369863014, - "Pneumatic_Panel_Pressure_bar": 9.153665753424658, - "Cyclone_Filter_Drop_Pressure_bar": 8.134718356164383, - "Tower_Discharge_Pressure_Drop_bar": -0.017605479452054557, - "Reservoir_Pressure_bar": 9.155506301369863, - "Oil_Temperature_C": 63.36141095890411, - "Motor_Current_A": 2.402008904109589, - "Air_Intake_Valve_Status": 0.8901369863013698, - "Compressor_Outlet_Valve_Status": 0.10986301369863014, - "Active_Tower_ID": 0.9476712328767123, - "Load_Start_Signal": 0.8901369863013698, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3806538461538465, - "Pneumatic_Panel_Pressure_bar": 9.134807692307692, - "Cyclone_Filter_Drop_Pressure_bar": 7.69183956043956, - "Tower_Discharge_Pressure_Drop_bar": 0.014642857142857428, - "Reservoir_Pressure_bar": 9.138038461538462, - "Oil_Temperature_C": 64.18539835164836, - "Motor_Current_A": 2.2128640109890108, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0953351648351657, - "Pneumatic_Panel_Pressure_bar": 9.042313186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.904450549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.015241758241756703, - "Reservoir_Pressure_bar": 9.046604395604396, - "Oil_Temperature_C": 64.00697802197803, - "Motor_Current_A": 2.034114010989011, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2350604395604405, - "Pneumatic_Panel_Pressure_bar": 9.172865384615385, - "Cyclone_Filter_Drop_Pressure_bar": 7.941486263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.015159340659339209, - "Reservoir_Pressure_bar": 9.177343406593407, - "Oil_Temperature_C": 64.88853021978022, - "Motor_Current_A": 2.3833104395604394, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0357252747252759, - "Pneumatic_Panel_Pressure_bar": 9.123552747252747, - "Cyclone_Filter_Drop_Pressure_bar": 8.051459340659342, - "Tower_Discharge_Pressure_Drop_bar": -0.00839560439560315, - "Reservoir_Pressure_bar": 9.128528571428571, - "Oil_Temperature_C": 64.90443681318682, - "Motor_Current_A": 2.0812692307692306, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1528931506849327, - "Pneumatic_Panel_Pressure_bar": 9.09668, - "Cyclone_Filter_Drop_Pressure_bar": 7.916038356164383, - "Tower_Discharge_Pressure_Drop_bar": 0.0019506849315079997, - "Reservoir_Pressure_bar": 9.101254794520548, - "Oil_Temperature_C": 64.93487671232877, - "Motor_Current_A": 2.032684931506849, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4693681318681329, - "Pneumatic_Panel_Pressure_bar": 9.11920934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.562033516483516, - "Tower_Discharge_Pressure_Drop_bar": 0.0004890109890122124, - "Reservoir_Pressure_bar": 9.12344010989011, - "Oil_Temperature_C": 64.67108516483516, - "Motor_Current_A": 2.2758585164835163, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0175780219780233, - "Pneumatic_Panel_Pressure_bar": 9.161305494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.120248351648351, - "Tower_Discharge_Pressure_Drop_bar": -0.013713186813185405, - "Reservoir_Pressure_bar": 9.16470989010989, - "Oil_Temperature_C": 64.66646978021978, - "Motor_Current_A": 2.3036373626373625, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9790164835164846, - "Pneumatic_Panel_Pressure_bar": 9.086609890109889, - "Cyclone_Filter_Drop_Pressure_bar": 8.097208791208791, - "Tower_Discharge_Pressure_Drop_bar": 0.002608241758242356, - "Reservoir_Pressure_bar": 9.089164835164835, - "Oil_Temperature_C": 63.4209478021978, - "Motor_Current_A": 1.9901517857142859, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.016719780219781, - "Pneumatic_Panel_Pressure_bar": 9.040813186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.996219780219781, - "Tower_Discharge_Pressure_Drop_bar": -0.018126373626373756, - "Reservoir_Pressure_bar": 9.042186813186813, - "Oil_Temperature_C": 62.5173489010989, - "Motor_Current_A": 1.9468406593406589, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3210137362637369, - "Pneumatic_Panel_Pressure_bar": 9.082456043956045, - "Cyclone_Filter_Drop_Pressure_bar": 7.720167582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.01693406593406544, - "Reservoir_Pressure_bar": 9.083134615384616, - "Oil_Temperature_C": 62.254292582417584, - "Motor_Current_A": 2.2577953296703295, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0701428571428573, - "Pneumatic_Panel_Pressure_bar": 9.127658241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.967339560439561, - "Tower_Discharge_Pressure_Drop_bar": -0.020901098901097887, - "Reservoir_Pressure_bar": 9.128630769230769, - "Oil_Temperature_C": 62.25995879120879, - "Motor_Current_A": 2.185302197802198, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6744725274725275, - "Pneumatic_Panel_Pressure_bar": 9.090417582417581, - "Cyclone_Filter_Drop_Pressure_bar": 8.395835164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.017868131868130674, - "Reservoir_Pressure_bar": 9.090884615384615, - "Oil_Temperature_C": 59.92857142857143, - "Motor_Current_A": 1.4894642857142857, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8646373626373628, - "Pneumatic_Panel_Pressure_bar": 8.950663736263737, - "Cyclone_Filter_Drop_Pressure_bar": 8.039471428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.021928571428570055, - "Reservoir_Pressure_bar": 8.950718681318682, - "Oil_Temperature_C": 58.371414835164835, - "Motor_Current_A": 1.4680013736263733, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-02T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6323802197802201, - "Pneumatic_Panel_Pressure_bar": 9.124408791208792, - "Cyclone_Filter_Drop_Pressure_bar": 8.477298901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.01665384615384477, - "Reservoir_Pressure_bar": 9.124568131868132, - "Oil_Temperature_C": 59.29471153846154, - "Motor_Current_A": 1.717524725274725, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6080681318681322, - "Pneumatic_Panel_Pressure_bar": 8.950226373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.333863736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.0223824175824165, - "Reservoir_Pressure_bar": 8.950746153846154, - "Oil_Temperature_C": 58.08313186813187, - "Motor_Current_A": 1.2852953296703293, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8969972602739731, - "Pneumatic_Panel_Pressure_bar": 9.088076712328768, - "Cyclone_Filter_Drop_Pressure_bar": 8.17492602739726, - "Tower_Discharge_Pressure_Drop_bar": -0.022547945205478568, - "Reservoir_Pressure_bar": 9.08791890410959, - "Oil_Temperature_C": 59.01301369863014, - "Motor_Current_A": 1.8671150684931506, - "Air_Intake_Valve_Status": 0.9013698630136986, - "Compressor_Outlet_Valve_Status": 0.09863013698630137, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9013698630136986, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8142631868131872, - "Pneumatic_Panel_Pressure_bar": 9.057342307692307, - "Cyclone_Filter_Drop_Pressure_bar": 8.177276373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.018642307692307066, - "Reservoir_Pressure_bar": 9.057320329670329, - "Oil_Temperature_C": 58.6454739010989, - "Motor_Current_A": 1.4688736263736262, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9103241758241764, - "Pneumatic_Panel_Pressure_bar": 8.999960989010988, - "Cyclone_Filter_Drop_Pressure_bar": 8.060219230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.022884615384614903, - "Reservoir_Pressure_bar": 8.999464835164837, - "Oil_Temperature_C": 58.17291895604396, - "Motor_Current_A": 1.6212293956043955, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7105439560439565, - "Pneumatic_Panel_Pressure_bar": 9.100185714285715, - "Cyclone_Filter_Drop_Pressure_bar": 8.361845054945055, - "Tower_Discharge_Pressure_Drop_bar": 0.0007912087912089662, - "Reservoir_Pressure_bar": 9.100064835164835, - "Oil_Temperature_C": 58.82843406593406, - "Motor_Current_A": 1.6315782967032963, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.599146703296704, - "Pneumatic_Panel_Pressure_bar": 8.944511538461539, - "Cyclone_Filter_Drop_Pressure_bar": 8.322114285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.007501648351647931, - "Reservoir_Pressure_bar": 8.945156043956043, - "Oil_Temperature_C": 57.76084478021978, - "Motor_Current_A": 1.2731112637362634, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0169054945054952, - "Pneumatic_Panel_Pressure_bar": 9.121627472527472, - "Cyclone_Filter_Drop_Pressure_bar": 8.096176923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.012099999999998732, - "Reservoir_Pressure_bar": 9.122265934065934, - "Oil_Temperature_C": 59.33638736263736, - "Motor_Current_A": 1.9139903846153843, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6393296703296706, - "Pneumatic_Panel_Pressure_bar": 9.043167032967032, - "Cyclone_Filter_Drop_Pressure_bar": 8.378014285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.020126373626373067, - "Reservoir_Pressure_bar": 9.045024175824176, - "Oil_Temperature_C": 59.86635989010989, - "Motor_Current_A": 1.34932967032967, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5903780821917811, - "Pneumatic_Panel_Pressure_bar": 9.033563287671232, - "Cyclone_Filter_Drop_Pressure_bar": 8.405569863013698, - "Tower_Discharge_Pressure_Drop_bar": -0.01798849315068493, - "Reservoir_Pressure_bar": 9.036829589041096, - "Oil_Temperature_C": 59.2123904109589, - "Motor_Current_A": 1.2463013698630134, - "Air_Intake_Valve_Status": 0.9315068493150684, - "Compressor_Outlet_Valve_Status": 0.0684931506849315, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9315068493150684, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2761593406593409, - "Pneumatic_Panel_Pressure_bar": 8.971425274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.660364835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.014769780219778908, - "Reservoir_Pressure_bar": 8.976079670329671, - "Oil_Temperature_C": 58.892527472527476, - "Motor_Current_A": 0.6650549450549449, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.595796703296704, - "Pneumatic_Panel_Pressure_bar": 9.125861538461539, - "Cyclone_Filter_Drop_Pressure_bar": 8.50963076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.014824175824174748, - "Reservoir_Pressure_bar": 9.130410989010988, - "Oil_Temperature_C": 61.435267857142854, - "Motor_Current_A": 1.2724498626373628, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1548021978021985, - "Pneumatic_Panel_Pressure_bar": 9.10832967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.924041208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.0035714285714281667, - "Reservoir_Pressure_bar": 9.111027472527473, - "Oil_Temperature_C": 63.76225961538462, - "Motor_Current_A": 1.6994368131868132, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6886626373626382, - "Pneumatic_Panel_Pressure_bar": 9.156797802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.437303296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.013816483516482937, - "Reservoir_Pressure_bar": 9.15892087912088, - "Oil_Temperature_C": 64.29896978021978, - "Motor_Current_A": 1.6429464285714286, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.128780219780221, - "Pneumatic_Panel_Pressure_bar": 9.005055494505495, - "Cyclone_Filter_Drop_Pressure_bar": 7.858293406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.0016923076923067235, - "Reservoir_Pressure_bar": 9.006445604395605, - "Oil_Temperature_C": 63.7970054945055, - "Motor_Current_A": 1.5970673076923079, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6661373626373639, - "Pneumatic_Panel_Pressure_bar": 9.129432967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.431564835164837, - "Tower_Discharge_Pressure_Drop_bar": -0.01467032967032862, - "Reservoir_Pressure_bar": 9.130210989010989, - "Oil_Temperature_C": 64.81913461538461, - "Motor_Current_A": 1.7163543956043956, - "Air_Intake_Valve_Status": 0.9252747252747253, - "Compressor_Outlet_Valve_Status": 0.07472527472527472, - "Active_Tower_ID": 0.960989010989011, - "Load_Start_Signal": 0.9252747252747253, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9732582417582429, - "Pneumatic_Panel_Pressure_bar": 9.076637362637364, - "Cyclone_Filter_Drop_Pressure_bar": 8.083945054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.015543956043954744, - "Reservoir_Pressure_bar": 9.07610989010989, - "Oil_Temperature_C": 63.21071428571429, - "Motor_Current_A": 1.7498969780219782, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7130538461538471, - "Pneumatic_Panel_Pressure_bar": 9.102179120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.383052747252748, - "Tower_Discharge_Pressure_Drop_bar": -0.007730769230768265, - "Reservoir_Pressure_bar": 9.102064835164835, - "Oil_Temperature_C": 62.75829670329671, - "Motor_Current_A": 1.507146978021978, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0071758241758249, - "Pneumatic_Panel_Pressure_bar": 9.00907967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.97731043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.010975274725274351, - "Reservoir_Pressure_bar": 9.008255494505494, - "Oil_Temperature_C": 62.03276098901099, - "Motor_Current_A": 1.4673282967032966, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8087313186813193, - "Pneumatic_Panel_Pressure_bar": 9.176980769230768, - "Cyclone_Filter_Drop_Pressure_bar": 8.322128021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.016009340659340572, - "Reservoir_Pressure_bar": 9.175673076923077, - "Oil_Temperature_C": 62.51520604395604, - "Motor_Current_A": 1.8290274725274724, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6327082417582421, - "Pneumatic_Panel_Pressure_bar": 9.041623626373626, - "Cyclone_Filter_Drop_Pressure_bar": 8.378282967032968, - "Tower_Discharge_Pressure_Drop_bar": -0.01845054945054958, - "Reservoir_Pressure_bar": 9.04100879120879, - "Oil_Temperature_C": 61.103956043956046, - "Motor_Current_A": 1.255584478021978, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6560494505494507, - "Pneumatic_Panel_Pressure_bar": 8.963109890109891, - "Cyclone_Filter_Drop_Pressure_bar": 8.294065934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.018302197802197714, - "Reservoir_Pressure_bar": 8.96239010989011, - "Oil_Temperature_C": 60.34848901098902, - "Motor_Current_A": 1.2809615384615385, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9540142857142859, - "Pneumatic_Panel_Pressure_bar": 9.14928021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.180235164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.010424175824175754, - "Reservoir_Pressure_bar": 9.148246153846154, - "Oil_Temperature_C": 61.45510989010989, - "Motor_Current_A": 1.9041002747252747, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7062747252747255, - "Pneumatic_Panel_Pressure_bar": 9.060043345543345, - "Cyclone_Filter_Drop_Pressure_bar": 8.296029304029304, - "Tower_Discharge_Pressure_Drop_bar": 0.000835164835165205, - "Reservoir_Pressure_bar": 9.059315018315019, - "Oil_Temperature_C": 61.00305250305251, - "Motor_Current_A": 1.348005189255189, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-03T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1887436974789918, - "Pneumatic_Panel_Pressure_bar": 8.94073949579832, - "Cyclone_Filter_Drop_Pressure_bar": 7.698063025210084, - "Tower_Discharge_Pressure_Drop_bar": 0.019113445378151926, - "Reservoir_Pressure_bar": 8.93963025210084, - "Oil_Temperature_C": 59.94096638655463, - "Motor_Current_A": 1.5792699579831933, - "Air_Intake_Valve_Status": 0.8697478991596639, - "Compressor_Outlet_Valve_Status": 0.13025210084033614, - "Active_Tower_ID": 0.9411764705882353, - "Load_Start_Signal": 0.8697478991596639, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9957983193277311, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011762462047440747, - "Pneumatic_Panel_Pressure_bar": 9.362713165252245, - "Cyclone_Filter_Drop_Pressure_bar": 9.349728374552434, - "Tower_Discharge_Pressure_Drop_bar": -0.019859253001742124, - "Reservoir_Pressure_bar": 9.36164934133091, - "Oil_Temperature_C": 59.11604240082851, - "Motor_Current_A": 1.007581869722429, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013821690228046038, - "Pneumatic_Panel_Pressure_bar": 8.964803632236094, - "Cyclone_Filter_Drop_Pressure_bar": 8.952625322464142, - "Tower_Discharge_Pressure_Drop_bar": -0.02017830977195276, - "Reservoir_Pressure_bar": 8.962803632236094, - "Oil_Temperature_C": 55.840302858322154, - "Motor_Current_A": 0.3485241461149516, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-04T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5025883211226914, - "Pneumatic_Panel_Pressure_bar": 9.004597502837685, - "Cyclone_Filter_Drop_Pressure_bar": 8.488299181714993, - "Tower_Discharge_Pressure_Drop_bar": -0.02163832112268997, - "Reservoir_Pressure_bar": 9.004227502837685, - "Oil_Temperature_C": 54.5356724667217, - "Motor_Current_A": 1.4422061268186976, - "Air_Intake_Valve_Status": 0.945, - "Compressor_Outlet_Valve_Status": 0.055, - "Active_Tower_ID": 0.97, - "Load_Start_Signal": 0.945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5843241758241762, - "Pneumatic_Panel_Pressure_bar": 9.0924010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.480285714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.02206043956043844, - "Reservoir_Pressure_bar": 9.091802197802199, - "Oil_Temperature_C": 56.59979395604396, - "Motor_Current_A": 1.417822802197802, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5745219780219787, - "Pneumatic_Panel_Pressure_bar": 8.980673076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.373475274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.007686813186812216, - "Reservoir_Pressure_bar": 8.980046153846153, - "Oil_Temperature_C": 56.09059752747253, - "Motor_Current_A": 0.863778846153846, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3923516483516488, - "Pneumatic_Panel_Pressure_bar": 9.113405494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.69120879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.01340549450549358, - "Reservoir_Pressure_bar": 9.113025274725274, - "Oil_Temperature_C": 57.56490384615385, - "Motor_Current_A": 1.14623489010989, - "Air_Intake_Valve_Status": 0.9560439560439561, - "Compressor_Outlet_Valve_Status": 0.04395604395604396, - "Active_Tower_ID": 0.9774725274725276, - "Load_Start_Signal": 0.9560439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.59599065934066, - "Pneumatic_Panel_Pressure_bar": 9.034438461538462, - "Cyclone_Filter_Drop_Pressure_bar": 8.395438461538461, - "Tower_Discharge_Pressure_Drop_bar": -0.022284065934064987, - "Reservoir_Pressure_bar": 9.034476923076923, - "Oil_Temperature_C": 57.68724587912088, - "Motor_Current_A": 1.2745947802197801, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6506978021978028, - "Pneumatic_Panel_Pressure_bar": 9.020565934065933, - "Cyclone_Filter_Drop_Pressure_bar": 8.35847032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.022282417582416645, - "Reservoir_Pressure_bar": 9.020601098901098, - "Oil_Temperature_C": 57.339093406593406, - "Motor_Current_A": 1.287348901098901, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.637373626373627, - "Pneumatic_Panel_Pressure_bar": 9.00978021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.320637362637363, - "Tower_Discharge_Pressure_Drop_bar": -0.022005494505493425, - "Reservoir_Pressure_bar": 9.010437362637363, - "Oil_Temperature_C": 57.410714285714285, - "Motor_Current_A": 1.335679945054945, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6708302197802204, - "Pneumatic_Panel_Pressure_bar": 9.051134615384616, - "Cyclone_Filter_Drop_Pressure_bar": 8.338332417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.01834560439560333, - "Reservoir_Pressure_bar": 9.052035714285713, - "Oil_Temperature_C": 57.855576923076924, - "Motor_Current_A": 1.3480501373626372, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5830989010989014, - "Pneumatic_Panel_Pressure_bar": 9.054862637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.44404945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.01704945054944942, - "Reservoir_Pressure_bar": 9.054324175824176, - "Oil_Temperature_C": 58.331799450549454, - "Motor_Current_A": 1.2863461538461538, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.630473626373627, - "Pneumatic_Panel_Pressure_bar": 8.965165934065935, - "Cyclone_Filter_Drop_Pressure_bar": 8.29604945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.021702197802196826, - "Reservoir_Pressure_bar": 8.965698901098902, - "Oil_Temperature_C": 56.4081043956044, - "Motor_Current_A": 1.137973901098901, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.29915934065934124, - "Pneumatic_Panel_Pressure_bar": 9.009849450549451, - "Cyclone_Filter_Drop_Pressure_bar": 8.69532967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.021502197802196647, - "Reservoir_Pressure_bar": 9.011195604395605, - "Oil_Temperature_C": 56.830769230769235, - "Motor_Current_A": 0.8671607142857143, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6162417582417586, - "Pneumatic_Panel_Pressure_bar": 9.093825274725274, - "Cyclone_Filter_Drop_Pressure_bar": 8.45361978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.021141208791207684, - "Reservoir_Pressure_bar": 9.094508241758241, - "Oil_Temperature_C": 58.075343406593404, - "Motor_Current_A": 1.303878434065934, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6260279452054797, - "Pneumatic_Panel_Pressure_bar": 9.072291506849314, - "Cyclone_Filter_Drop_Pressure_bar": 8.411962739726027, - "Tower_Discharge_Pressure_Drop_bar": -0.019441095890409866, - "Reservoir_Pressure_bar": 9.072280547945205, - "Oil_Temperature_C": 58.3642397260274, - "Motor_Current_A": 1.2849109589041097, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5939945054945058, - "Pneumatic_Panel_Pressure_bar": 9.055447802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.423123076923076, - "Tower_Discharge_Pressure_Drop_bar": -0.021532967032965887, - "Reservoir_Pressure_bar": 9.05527197802198, - "Oil_Temperature_C": 57.895322802197796, - "Motor_Current_A": 1.2669642857142855, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5732032967032972, - "Pneumatic_Panel_Pressure_bar": 8.999892307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.409136263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.009664835164834094, - "Reservoir_Pressure_bar": 8.999791208791208, - "Oil_Temperature_C": 57.05284340659341, - "Motor_Current_A": 1.2739835164835165, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0189340659340664, - "Pneumatic_Panel_Pressure_bar": 8.974912087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.915981318681318, - "Tower_Discharge_Pressure_Drop_bar": 0.015776923076924083, - "Reservoir_Pressure_bar": 8.974467032967034, - "Oil_Temperature_C": 58.29671703296704, - "Motor_Current_A": 1.5847321428571428, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3811208791208796, - "Pneumatic_Panel_Pressure_bar": 9.09773076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.661725274725274, - "Tower_Discharge_Pressure_Drop_bar": 0.05461843711843809, - "Reservoir_Pressure_bar": 9.096898046398046, - "Oil_Temperature_C": 60.01211080586081, - "Motor_Current_A": 1.8933241758241757, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.920940170940171, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.576269230769231, - "Pneumatic_Panel_Pressure_bar": 9.083681318681318, - "Cyclone_Filter_Drop_Pressure_bar": 8.450335164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.022208791208790143, - "Reservoir_Pressure_bar": 9.082637362637362, - "Oil_Temperature_C": 59.37431318681319, - "Motor_Current_A": 1.5646222527472526, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8754928571428576, - "Pneumatic_Panel_Pressure_bar": 8.929557692307693, - "Cyclone_Filter_Drop_Pressure_bar": 8.04137087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.011521978021977219, - "Reservoir_Pressure_bar": 8.92916978021978, - "Oil_Temperature_C": 58.65426510989011, - "Motor_Current_A": 1.4742465659340658, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7265818070818075, - "Pneumatic_Panel_Pressure_bar": 9.10901221001221, - "Cyclone_Filter_Drop_Pressure_bar": 8.351197191697192, - "Tower_Discharge_Pressure_Drop_bar": -0.002233211233210542, - "Reservoir_Pressure_bar": 9.108360805860805, - "Oil_Temperature_C": 59.1951923076923, - "Motor_Current_A": 1.8170108363858364, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9655067155067155, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-04T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7873760000000005, - "Pneumatic_Panel_Pressure_bar": 9.096952799999999, - "Cyclone_Filter_Drop_Pressure_bar": 8.3063848, - "Tower_Discharge_Pressure_Drop_bar": -0.022671999999999297, - "Reservoir_Pressure_bar": 9.0962808, - "Oil_Temperature_C": 58.489450000000005, - "Motor_Current_A": 1.5048799999999998, - "Air_Intake_Valve_Status": 0.916, - "Compressor_Outlet_Valve_Status": 0.084, - "Active_Tower_ID": 0.952, - "Load_Start_Signal": 0.916, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.165765252201761, - "Pneumatic_Panel_Pressure_bar": 9.6398709367494, - "Cyclone_Filter_Drop_Pressure_bar": 9.466928102481985, - "Tower_Discharge_Pressure_Drop_bar": -0.021937229783825497, - "Reservoir_Pressure_bar": 9.63968262610088, - "Oil_Temperature_C": 61.73726180944756, - "Motor_Current_A": 3.939802241793435, - "Air_Intake_Valve_Status": 0.9686148919135308, - "Compressor_Outlet_Valve_Status": 0.031385108086469174, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9686148919135308, - "Low_Pressure_Switch_Status": 0.031385108086469174, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-05T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-05T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.271176834801175, - "Pneumatic_Panel_Pressure_bar": 8.853913957832933, - "Cyclone_Filter_Drop_Pressure_bar": 7.579687111056367, - "Tower_Discharge_Pressure_Drop_bar": -0.020488067719132044, - "Reservoir_Pressure_bar": 8.853489272101442, - "Oil_Temperature_C": 48.13627283023, - "Motor_Current_A": 1.6258296996571615, - "Air_Intake_Valve_Status": 0.8465979621303882, - "Compressor_Outlet_Valve_Status": 0.15340203786961193, - "Active_Tower_ID": 0.9273504273504274, - "Load_Start_Signal": 0.8465979621303882, - "Low_Pressure_Switch_Status": 0.05511143957901364, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.35584395604395697, - "Pneumatic_Panel_Pressure_bar": 8.998434065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.630116483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.023472527472527576, - "Reservoir_Pressure_bar": 8.998439560439559, - "Oil_Temperature_C": 52.10686813186813, - "Motor_Current_A": 1.0871002747252745, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.03571428571428571, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6241153846153855, - "Pneumatic_Panel_Pressure_bar": 9.127553846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.433367032967034, - "Tower_Discharge_Pressure_Drop_bar": -0.023329670329670312, - "Reservoir_Pressure_bar": 9.12763076923077, - "Oil_Temperature_C": 54.888743131868125, - "Motor_Current_A": 1.2819072802197802, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5971076923076933, - "Pneumatic_Panel_Pressure_bar": 9.068634065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.441612087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.014348351648351554, - "Reservoir_Pressure_bar": 9.068974725274725, - "Oil_Temperature_C": 55.032651098901106, - "Motor_Current_A": 1.3181112637362635, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6129725274725284, - "Pneumatic_Panel_Pressure_bar": 9.03914945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.41242967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.022936263736263285, - "Reservoir_Pressure_bar": 9.039880219780219, - "Oil_Temperature_C": 55.315247252747255, - "Motor_Current_A": 1.3114945054945053, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5530356164383569, - "Pneumatic_Panel_Pressure_bar": 9.031339726027397, - "Cyclone_Filter_Drop_Pressure_bar": 8.420961643835616, - "Tower_Discharge_Pressure_Drop_bar": -0.02213753424657432, - "Reservoir_Pressure_bar": 9.031865753424658, - "Oil_Temperature_C": 56.17603424657534, - "Motor_Current_A": 1.2950883561643836, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4775549450549458, - "Pneumatic_Panel_Pressure_bar": 8.992804395604395, - "Cyclone_Filter_Drop_Pressure_bar": 8.475223076923077, - "Tower_Discharge_Pressure_Drop_bar": 0.004752747252748328, - "Reservoir_Pressure_bar": 8.994574175824177, - "Oil_Temperature_C": 56.81974587912088, - "Motor_Current_A": 0.7959478021978021, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5837236263736268, - "Pneumatic_Panel_Pressure_bar": 9.137923626373627, - "Cyclone_Filter_Drop_Pressure_bar": 8.527136263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.020615384615383835, - "Reservoir_Pressure_bar": 9.140064835164836, - "Oil_Temperature_C": 57.62347527472527, - "Motor_Current_A": 1.2986950549450549, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.823983516483517, - "Pneumatic_Panel_Pressure_bar": 9.058586813186814, - "Cyclone_Filter_Drop_Pressure_bar": 8.211048351648353, - "Tower_Discharge_Pressure_Drop_bar": 0.01713351648351704, - "Reservoir_Pressure_bar": 9.060793956043955, - "Oil_Temperature_C": 58.167465659340664, - "Motor_Current_A": 1.3912410714285715, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5003598901098906, - "Pneumatic_Panel_Pressure_bar": 8.893538461538462, - "Cyclone_Filter_Drop_Pressure_bar": 8.361824175824177, - "Tower_Discharge_Pressure_Drop_bar": -0.019730769230768823, - "Reservoir_Pressure_bar": 8.895766483516484, - "Oil_Temperature_C": 57.66208791208791, - "Motor_Current_A": 0.8140350274725274, - "Air_Intake_Valve_Status": 0.9423076923076923, - "Compressor_Outlet_Valve_Status": 0.057692307692307696, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9423076923076923, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4196318681318683, - "Pneumatic_Panel_Pressure_bar": 9.077140109890111, - "Cyclone_Filter_Drop_Pressure_bar": 8.62987087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.018703296703296624, - "Reservoir_Pressure_bar": 9.07871978021978, - "Oil_Temperature_C": 59.104601648351654, - "Motor_Current_A": 1.1838358516483516, - "Air_Intake_Valve_Status": 0.9532967032967034, - "Compressor_Outlet_Valve_Status": 0.046703296703296704, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9532967032967034, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5874780219780221, - "Pneumatic_Panel_Pressure_bar": 9.089720390720391, - "Cyclone_Filter_Drop_Pressure_bar": 8.451654456654456, - "Tower_Discharge_Pressure_Drop_bar": -0.019296703296703115, - "Reservoir_Pressure_bar": 9.090664224664225, - "Oil_Temperature_C": 58.83836996336996, - "Motor_Current_A": 1.2991277472527472, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5974450549450551, - "Pneumatic_Panel_Pressure_bar": 9.058373626373626, - "Cyclone_Filter_Drop_Pressure_bar": 8.445994505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.010868131868131587, - "Reservoir_Pressure_bar": 9.058758241758241, - "Oil_Temperature_C": 59.00267857142857, - "Motor_Current_A": 1.291504120879121, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.820741208791209, - "Pneumatic_Panel_Pressure_bar": 9.016854395604396, - "Cyclone_Filter_Drop_Pressure_bar": 8.117903296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.006539010989010469, - "Reservoir_Pressure_bar": 9.016431318681319, - "Oil_Temperature_C": 58.57094093406594, - "Motor_Current_A": 1.4565728021978022, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4292130647130649, - "Pneumatic_Panel_Pressure_bar": 8.928454212454213, - "Cyclone_Filter_Drop_Pressure_bar": 8.474003663003662, - "Tower_Discharge_Pressure_Drop_bar": -0.020462759462758755, - "Reservoir_Pressure_bar": 8.927873015873015, - "Oil_Temperature_C": 57.28678266178267, - "Motor_Current_A": 0.7978395909645909, - "Air_Intake_Valve_Status": 0.9505494505494505, - "Compressor_Outlet_Valve_Status": 0.04945054945054945, - "Active_Tower_ID": 0.9725274725274725, - "Load_Start_Signal": 0.9505494505494505, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8502302197802201, - "Pneumatic_Panel_Pressure_bar": 9.135798351648353, - "Cyclone_Filter_Drop_Pressure_bar": 8.280456043956045, - "Tower_Discharge_Pressure_Drop_bar": -0.021428571428570322, - "Reservoir_Pressure_bar": 9.134671978021977, - "Oil_Temperature_C": 59.47626373626374, - "Motor_Current_A": 1.858525412087912, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5993708791208794, - "Pneumatic_Panel_Pressure_bar": 9.037258241758241, - "Cyclone_Filter_Drop_Pressure_bar": 8.422906593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.02199450549450435, - "Reservoir_Pressure_bar": 9.03709065934066, - "Oil_Temperature_C": 58.986641483516486, - "Motor_Current_A": 1.2926304945054943, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6460000000000004, - "Pneumatic_Panel_Pressure_bar": 8.917702197802198, - "Cyclone_Filter_Drop_Pressure_bar": 8.250575824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.02065549450549348, - "Reservoir_Pressure_bar": 8.9176510989011, - "Oil_Temperature_C": 58.40580357142858, - "Motor_Current_A": 1.3326806318681317, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9172493150684936, - "Pneumatic_Panel_Pressure_bar": 9.026687671232876, - "Cyclone_Filter_Drop_Pressure_bar": 8.052237808219179, - "Tower_Discharge_Pressure_Drop_bar": -0.02221424657534142, - "Reservoir_Pressure_bar": 9.026139726027397, - "Oil_Temperature_C": 58.85926027397261, - "Motor_Current_A": 1.7277671232876712, - "Air_Intake_Valve_Status": 0.8931506849315068, - "Compressor_Outlet_Valve_Status": 0.10684931506849316, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8931506849315068, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.855659340659341, - "Pneumatic_Panel_Pressure_bar": 9.10046868131868, - "Cyclone_Filter_Drop_Pressure_bar": 8.1956989010989, - "Tower_Discharge_Pressure_Drop_bar": 0.004758241758242691, - "Reservoir_Pressure_bar": 9.099907692307692, - "Oil_Temperature_C": 59.25134615384616, - "Motor_Current_A": 1.6956229395604394, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-05T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7850607287449395, - "Pneumatic_Panel_Pressure_bar": 9.104204048582996, - "Cyclone_Filter_Drop_Pressure_bar": 8.305685829959513, - "Tower_Discharge_Pressure_Drop_bar": -0.02230769230769141, - "Reservoir_Pressure_bar": 9.103463967611336, - "Oil_Temperature_C": 59.120161943319836, - "Motor_Current_A": 1.5281923076923074, - "Air_Intake_Valve_Status": 0.9190283400809717, - "Compressor_Outlet_Valve_Status": 0.08097165991902834, - "Active_Tower_ID": 0.951417004048583, - "Load_Start_Signal": 0.9190283400809717, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9959514170040485, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.29541628626122773, - "Pneumatic_Panel_Pressure_bar": 9.652266529229863, - "Cyclone_Filter_Drop_Pressure_bar": 9.351496392283904, - "Tower_Discharge_Pressure_Drop_bar": -0.023837431895156195, - "Reservoir_Pressure_bar": 9.653941393020173, - "Oil_Temperature_C": 62.052024738624645, - "Motor_Current_A": 4.0734604623766755, - "Air_Intake_Valve_Status": 0.9593579737888381, - "Compressor_Outlet_Valve_Status": 0.040642026211161836, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9593579737888381, - "Low_Pressure_Switch_Status": 0.040642026211161836, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.143594280748547, - "Pneumatic_Panel_Pressure_bar": 9.453929019559856, - "Cyclone_Filter_Drop_Pressure_bar": 7.311179016967362, - "Tower_Discharge_Pressure_Drop_bar": -0.021657985610614352, - "Reservoir_Pressure_bar": 9.45225907528813, - "Oil_Temperature_C": 53.38362154964836, - "Motor_Current_A": 3.8381921184002854, - "Air_Intake_Valve_Status": 0.7525245716679698, - "Compressor_Outlet_Valve_Status": 0.2474754283320302, - "Active_Tower_ID": 0.8591549295774648, - "Load_Start_Signal": 0.7525245716679698, - "Low_Pressure_Switch_Status": 0.05029232974048088, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.44097857142857183, - "Pneumatic_Panel_Pressure_bar": 8.931486263736264, - "Cyclone_Filter_Drop_Pressure_bar": 8.437002747252746, - "Tower_Discharge_Pressure_Drop_bar": 0.010318681318682398, - "Reservoir_Pressure_bar": 8.931579120879121, - "Oil_Temperature_C": 53.73208104395604, - "Motor_Current_A": 0.8130776098901095, - "Air_Intake_Valve_Status": 0.9505494505494505, - "Compressor_Outlet_Valve_Status": 0.04945054945054945, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9505494505494505, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0407318681318685, - "Pneumatic_Panel_Pressure_bar": 9.163484615384617, - "Cyclone_Filter_Drop_Pressure_bar": 8.102456043956044, - "Tower_Discharge_Pressure_Drop_bar": 0.03985604395604497, - "Reservoir_Pressure_bar": 9.163583516483516, - "Oil_Temperature_C": 57.393076923076926, - "Motor_Current_A": 1.6035851648351647, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5971241758241762, - "Pneumatic_Panel_Pressure_bar": 8.969642857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.332846153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.02267802197802136, - "Reservoir_Pressure_bar": 8.969065934065934, - "Oil_Temperature_C": 57.08333791208791, - "Motor_Current_A": 1.3189313186813185, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5718912087912096, - "Pneumatic_Panel_Pressure_bar": 8.988116483516484, - "Cyclone_Filter_Drop_Pressure_bar": 8.375946153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.02317252747252735, - "Reservoir_Pressure_bar": 8.988121978021978, - "Oil_Temperature_C": 56.300837912087914, - "Motor_Current_A": 1.3077706043956043, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5765494505494514, - "Pneumatic_Panel_Pressure_bar": 9.049847252747254, - "Cyclone_Filter_Drop_Pressure_bar": 8.440312637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.016767582417582225, - "Reservoir_Pressure_bar": 9.0503510989011, - "Oil_Temperature_C": 56.24874313186813, - "Motor_Current_A": 1.3173262362637361, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5680054945054954, - "Pneumatic_Panel_Pressure_bar": 9.024021428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.43557087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.022390109890109734, - "Reservoir_Pressure_bar": 9.0253510989011, - "Oil_Temperature_C": 55.68638049450549, - "Motor_Current_A": 1.2835164835164834, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7124725274725283, - "Pneumatic_Panel_Pressure_bar": 8.975796703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.230087912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.014708791208790345, - "Reservoir_Pressure_bar": 8.97779120879121, - "Oil_Temperature_C": 55.90288461538462, - "Motor_Current_A": 1.0522252747252747, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7544615384615388, - "Pneumatic_Panel_Pressure_bar": 9.16375054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.378246703296703, - "Tower_Discharge_Pressure_Drop_bar": 0.04902197802197884, - "Reservoir_Pressure_bar": 9.165422527472527, - "Oil_Temperature_C": 58.67815247252747, - "Motor_Current_A": 1.2834718406593406, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.587538461538462, - "Pneumatic_Panel_Pressure_bar": 9.024804029304029, - "Cyclone_Filter_Drop_Pressure_bar": 8.412018315018315, - "Tower_Discharge_Pressure_Drop_bar": -0.020186813186812563, - "Reservoir_Pressure_bar": 9.027153235653236, - "Oil_Temperature_C": 58.183730158730164, - "Motor_Current_A": 1.2890796703296703, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5816302197802202, - "Pneumatic_Panel_Pressure_bar": 8.920717032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.309315934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.019714285714285233, - "Reservoir_Pressure_bar": 8.92325, - "Oil_Temperature_C": 58.30699862637363, - "Motor_Current_A": 1.1259155219780221, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.32427397260274, - "Pneumatic_Panel_Pressure_bar": 8.969904657534245, - "Cyclone_Filter_Drop_Pressure_bar": 8.623203287671233, - "Tower_Discharge_Pressure_Drop_bar": -0.017660821917807924, - "Reservoir_Pressure_bar": 8.97231506849315, - "Oil_Temperature_C": 58.69750684931507, - "Motor_Current_A": 0.8696582191780822, - "Air_Intake_Valve_Status": 0.9616438356164384, - "Compressor_Outlet_Valve_Status": 0.038356164383561646, - "Active_Tower_ID": 0.9780821917808219, - "Load_Start_Signal": 0.9616438356164384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5773076923076925, - "Pneumatic_Panel_Pressure_bar": 9.009075274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.419184615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.009192857142857105, - "Reservoir_Pressure_bar": 9.010701648351649, - "Oil_Temperature_C": 59.46234203296703, - "Motor_Current_A": 1.269587912087912, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6780835164835167, - "Pneumatic_Panel_Pressure_bar": 9.126314285714285, - "Cyclone_Filter_Drop_Pressure_bar": 8.407414285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.015504395604395397, - "Reservoir_Pressure_bar": 9.12716043956044, - "Oil_Temperature_C": 59.924326923076926, - "Motor_Current_A": 1.3459285714285714, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8779230769230773, - "Pneumatic_Panel_Pressure_bar": 9.15263076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.200440659340659, - "Tower_Discharge_Pressure_Drop_bar": 0.003617582417582748, - "Reservoir_Pressure_bar": 9.15252087912088, - "Oil_Temperature_C": 59.84019230769231, - "Motor_Current_A": 1.4858901098901096, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.618436263736264, - "Pneumatic_Panel_Pressure_bar": 9.044846153846153, - "Cyclone_Filter_Drop_Pressure_bar": 8.401274725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.0037857142857138266, - "Reservoir_Pressure_bar": 9.044507692307693, - "Oil_Temperature_C": 59.018447802197805, - "Motor_Current_A": 1.3091456043956045, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6033186813186816, - "Pneumatic_Panel_Pressure_bar": 8.973407692307692, - "Cyclone_Filter_Drop_Pressure_bar": 8.35725934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.020697802197801353, - "Reservoir_Pressure_bar": 8.972607142857143, - "Oil_Temperature_C": 57.77472527472528, - "Motor_Current_A": 1.0748695054945054, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7281208791208793, - "Pneumatic_Panel_Pressure_bar": 9.011675824175825, - "Cyclone_Filter_Drop_Pressure_bar": 8.243214285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.012373626373625369, - "Reservoir_Pressure_bar": 9.010923076923078, - "Oil_Temperature_C": 60.471497252747255, - "Motor_Current_A": 1.5390247252747251, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6875164835164838, - "Pneumatic_Panel_Pressure_bar": 9.016027472527472, - "Cyclone_Filter_Drop_Pressure_bar": 8.299214285714287, - "Tower_Discharge_Pressure_Drop_bar": 0.004698901098902144, - "Reservoir_Pressure_bar": 9.015313186813186, - "Oil_Temperature_C": 59.222156593406595, - "Motor_Current_A": 1.3275480769230767, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6952351648351651, - "Pneumatic_Panel_Pressure_bar": 8.929381318681319, - "Cyclone_Filter_Drop_Pressure_bar": 8.190872527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.021841758241757193, - "Reservoir_Pressure_bar": 8.92909010989011, - "Oil_Temperature_C": 58.70281593406594, - "Motor_Current_A": 1.347517857142857, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.962769230769231, - "Pneumatic_Panel_Pressure_bar": 9.04415054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.052858241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.020269230769229887, - "Reservoir_Pressure_bar": 9.043546153846155, - "Oil_Temperature_C": 59.21015109890109, - "Motor_Current_A": 1.719337912087912, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7810620879120882, - "Pneumatic_Panel_Pressure_bar": 9.096465384615385, - "Cyclone_Filter_Drop_Pressure_bar": 8.282348351648352, - "Tower_Discharge_Pressure_Drop_bar": 0.00971593406593502, - "Reservoir_Pressure_bar": 9.095813736263736, - "Oil_Temperature_C": 59.30438873626374, - "Motor_Current_A": 1.6189244505494504, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-06T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9177190082644632, - "Pneumatic_Panel_Pressure_bar": 9.074305785123967, - "Cyclone_Filter_Drop_Pressure_bar": 8.139231404958677, - "Tower_Discharge_Pressure_Drop_bar": -0.004190082644627481, - "Reservoir_Pressure_bar": 9.073685950413223, - "Oil_Temperature_C": 58.78832644628099, - "Motor_Current_A": 1.35823347107438, - "Air_Intake_Valve_Status": 0.9008264462809917, - "Compressor_Outlet_Valve_Status": 0.09917355371900827, - "Active_Tower_ID": 0.9504132231404959, - "Load_Start_Signal": 0.9008264462809917, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9958677685950413, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013272727272726654, - "Pneumatic_Panel_Pressure_bar": 9.944836363636364, - "Cyclone_Filter_Drop_Pressure_bar": 9.93350909090909, - "Tower_Discharge_Pressure_Drop_bar": -0.023090909090908853, - "Reservoir_Pressure_bar": 9.942781818181817, - "Oil_Temperature_C": 64.6290909090909, - "Motor_Current_A": 3.8979318181818177, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.51546602391947, - "Pneumatic_Panel_Pressure_bar": 9.37054823502135, - "Cyclone_Filter_Drop_Pressure_bar": 7.845170469694921, - "Tower_Discharge_Pressure_Drop_bar": 0.06982191780822009, - "Reservoir_Pressure_bar": 9.369358463589466, - "Oil_Temperature_C": 55.58413185656047, - "Motor_Current_A": 2.1581562397356877, - "Air_Intake_Valve_Status": 0.8313851266495353, - "Compressor_Outlet_Valve_Status": 0.16861487335046466, - "Active_Tower_ID": 0.9178082191780822, - "Load_Start_Signal": 0.8313851266495353, - "Low_Pressure_Switch_Status": 0.011080626775122206, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8348021978021982, - "Pneumatic_Panel_Pressure_bar": 8.98942032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.083744505494506, - "Tower_Discharge_Pressure_Drop_bar": 0.009068681318682438, - "Reservoir_Pressure_bar": 8.988925824175825, - "Oil_Temperature_C": 54.66411401098901, - "Motor_Current_A": 1.3760679945054943, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.33770879120879155, - "Pneumatic_Panel_Pressure_bar": 8.960896978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.596975274725274, - "Tower_Discharge_Pressure_Drop_bar": -0.020177197802196827, - "Reservoir_Pressure_bar": 8.961340659340658, - "Oil_Temperature_C": 56.3262190934066, - "Motor_Current_A": 0.7896668956043954, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5724236263736269, - "Pneumatic_Panel_Pressure_bar": 8.935063186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.34952912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.017395604395604076, - "Reservoir_Pressure_bar": 8.93474945054945, - "Oil_Temperature_C": 56.72140796703297, - "Motor_Current_A": 1.262706043956044, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.214038461538462, - "Pneumatic_Panel_Pressure_bar": 9.18373076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.934532967032967, - "Tower_Discharge_Pressure_Drop_bar": 0.06908241758241813, - "Reservoir_Pressure_bar": 9.183263736263736, - "Oil_Temperature_C": 58.57644230769231, - "Motor_Current_A": 1.6441758241758242, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6634560439560447, - "Pneumatic_Panel_Pressure_bar": 9.023562271062271, - "Cyclone_Filter_Drop_Pressure_bar": 8.330419413919413, - "Tower_Discharge_Pressure_Drop_bar": -0.019257020757020512, - "Reservoir_Pressure_bar": 9.023578754578754, - "Oil_Temperature_C": 56.583745421245425, - "Motor_Current_A": 1.3414903846153845, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.608991758241759, - "Pneumatic_Panel_Pressure_bar": 8.976453296703298, - "Cyclone_Filter_Drop_Pressure_bar": 8.335945054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.02259340659340601, - "Reservoir_Pressure_bar": 8.976881868131867, - "Oil_Temperature_C": 56.5981456043956, - "Motor_Current_A": 1.191665521978022, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2904120879120888, - "Pneumatic_Panel_Pressure_bar": 8.968931318681317, - "Cyclone_Filter_Drop_Pressure_bar": 8.656821428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.022021978021976973, - "Reservoir_Pressure_bar": 8.970987912087912, - "Oil_Temperature_C": 56.591215659340655, - "Motor_Current_A": 0.73192239010989, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6118734246575348, - "Pneumatic_Panel_Pressure_bar": 9.155294794520549, - "Cyclone_Filter_Drop_Pressure_bar": 8.521859178082192, - "Tower_Discharge_Pressure_Drop_bar": -0.020646575342464946, - "Reservoir_Pressure_bar": 9.158106301369862, - "Oil_Temperature_C": 58.595164383561645, - "Motor_Current_A": 1.2540883561643836, - "Air_Intake_Valve_Status": 0.9315068493150684, - "Compressor_Outlet_Valve_Status": 0.0684931506849315, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9315068493150684, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5748949938949943, - "Pneumatic_Panel_Pressure_bar": 9.092948107448107, - "Cyclone_Filter_Drop_Pressure_bar": 8.456294261294262, - "Tower_Discharge_Pressure_Drop_bar": -0.01937362637362611, - "Reservoir_Pressure_bar": 9.095838217338217, - "Oil_Temperature_C": 58.78431013431013, - "Motor_Current_A": 1.3009630647130648, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5908791208791212, - "Pneumatic_Panel_Pressure_bar": 8.961796703296704, - "Cyclone_Filter_Drop_Pressure_bar": 8.324694505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.01889670329670326, - "Reservoir_Pressure_bar": 8.964587912087913, - "Oil_Temperature_C": 58.45885989010989, - "Motor_Current_A": 1.1969642857142857, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.28335824175824204, - "Pneumatic_Panel_Pressure_bar": 8.947241758241757, - "Cyclone_Filter_Drop_Pressure_bar": 8.635434065934065, - "Tower_Discharge_Pressure_Drop_bar": -0.018501098901098995, - "Reservoir_Pressure_bar": 8.94967032967033, - "Oil_Temperature_C": 58.619629120879125, - "Motor_Current_A": 0.7501414835164836, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5801785714285717, - "Pneumatic_Panel_Pressure_bar": 9.109197802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.4938489010989, - "Tower_Discharge_Pressure_Drop_bar": -0.01834615384615394, - "Reservoir_Pressure_bar": 9.109656593406593, - "Oil_Temperature_C": 59.36466346153846, - "Motor_Current_A": 1.2605288461538462, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5744192307692312, - "Pneumatic_Panel_Pressure_bar": 9.037182417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.423927472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.015802197802197805, - "Reservoir_Pressure_bar": 9.037894505494505, - "Oil_Temperature_C": 59.11546016483516, - "Motor_Current_A": 1.2536538461538462, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7116098901098904, - "Pneumatic_Panel_Pressure_bar": 9.00737032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.24338076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.014015934065934104, - "Reservoir_Pressure_bar": 9.00763956043956, - "Oil_Temperature_C": 59.87213598901099, - "Motor_Current_A": 1.366510989010989, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6160706849315072, - "Pneumatic_Panel_Pressure_bar": 9.058659726027397, - "Cyclone_Filter_Drop_Pressure_bar": 8.421049863013698, - "Tower_Discharge_Pressure_Drop_bar": -0.018964931506849317, - "Reservoir_Pressure_bar": 9.057799999999999, - "Oil_Temperature_C": 59.87119178082192, - "Motor_Current_A": 1.2569794520547946, - "Air_Intake_Valve_Status": 0.9315068493150684, - "Compressor_Outlet_Valve_Status": 0.0684931506849315, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9315068493150684, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5853456043956046, - "Pneumatic_Panel_Pressure_bar": 8.954876373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.341832417582419, - "Tower_Discharge_Pressure_Drop_bar": -0.017884615384614968, - "Reservoir_Pressure_bar": 8.953744505494505, - "Oil_Temperature_C": 58.00158653846154, - "Motor_Current_A": 0.9572122252747252, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6177527472527474, - "Pneumatic_Panel_Pressure_bar": 9.006618681318681, - "Cyclone_Filter_Drop_Pressure_bar": 8.368006593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.020760439560438732, - "Reservoir_Pressure_bar": 9.00576923076923, - "Oil_Temperature_C": 60.588571428571434, - "Motor_Current_A": 1.5831222527472526, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6392445054945056, - "Pneumatic_Panel_Pressure_bar": 8.983035714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.313681318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.02153846153846039, - "Reservoir_Pressure_bar": 8.98234065934066, - "Oil_Temperature_C": 59.13846153846154, - "Motor_Current_A": 1.2833207417582417, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.070346153846154, - "Pneumatic_Panel_Pressure_bar": 9.064747252747253, - "Cyclone_Filter_Drop_Pressure_bar": 7.972091208791208, - "Tower_Discharge_Pressure_Drop_bar": 0.03960989010989106, - "Reservoir_Pressure_bar": 9.064648351648351, - "Oil_Temperature_C": 59.50269230769231, - "Motor_Current_A": 1.5621456043956043, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.031819178082192, - "Pneumatic_Panel_Pressure_bar": 9.047386301369862, - "Cyclone_Filter_Drop_Pressure_bar": 7.985293150684932, - "Tower_Discharge_Pressure_Drop_bar": -0.0014904109589030728, - "Reservoir_Pressure_bar": 9.04652602739726, - "Oil_Temperature_C": 58.96282191780822, - "Motor_Current_A": 1.6638013698630134, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6409785714285717, - "Pneumatic_Panel_Pressure_bar": 9.06421043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.421995604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.011291208791207727, - "Reservoir_Pressure_bar": 9.063676923076923, - "Oil_Temperature_C": 59.60214972527472, - "Motor_Current_A": 1.5868440934065933, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-07T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5959570494864614, - "Pneumatic_Panel_Pressure_bar": 9.274380018674137, - "Cyclone_Filter_Drop_Pressure_bar": 7.534035480859011, - "Tower_Discharge_Pressure_Drop_bar": 0.05814285714285806, - "Reservoir_Pressure_bar": 9.273077497665733, - "Oil_Temperature_C": 60.66393557422969, - "Motor_Current_A": 1.9892542016806722, - "Air_Intake_Valve_Status": 0.819327731092437, - "Compressor_Outlet_Valve_Status": 0.18067226890756302, - "Active_Tower_ID": 0.907563025210084, - "Load_Start_Signal": 0.819327731092437, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8121612284069115, - "Pneumatic_Panel_Pressure_bar": 9.564403071017274, - "Cyclone_Filter_Drop_Pressure_bar": 8.778902111324376, - "Tower_Discharge_Pressure_Drop_bar": -0.02179654510556473, - "Reservoir_Pressure_bar": 9.56219961612284, - "Oil_Temperature_C": 61.719673704414575, - "Motor_Current_A": 3.721127639155471, - "Air_Intake_Valve_Status": 0.8982725527831094, - "Compressor_Outlet_Valve_Status": 0.10172744721689059, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8982725527831094, - "Low_Pressure_Switch_Status": 0.10172744721689059, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9998931741842613, - "Pneumatic_Panel_Pressure_bar": 9.101936060460652, - "Cyclone_Filter_Drop_Pressure_bar": 8.113694322816698, - "Tower_Discharge_Pressure_Drop_bar": -0.014103181981764603, - "Reservoir_Pressure_bar": 9.100812679942418, - "Oil_Temperature_C": 54.273883419805664, - "Motor_Current_A": 1.6432214191458732, - "Air_Intake_Valve_Status": 0.8914347408829175, - "Compressor_Outlet_Valve_Status": 0.10856525911708254, - "Active_Tower_ID": 0.94921875, - "Load_Start_Signal": 0.8914347408829175, - "Low_Pressure_Switch_Status": 0.007002759117082534, - "Tower_Discharge_Switch_Status": 0.99609375, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.29081978021978067, - "Pneumatic_Panel_Pressure_bar": 9.013078021978023, - "Cyclone_Filter_Drop_Pressure_bar": 8.699231868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.022004395604394406, - "Reservoir_Pressure_bar": 9.013643956043955, - "Oil_Temperature_C": 55.481126373626374, - "Motor_Current_A": 0.8646428571428567, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6373879120879126, - "Pneumatic_Panel_Pressure_bar": 9.081708791208792, - "Cyclone_Filter_Drop_Pressure_bar": 8.408139560439562, - "Tower_Discharge_Pressure_Drop_bar": -0.007469230769229824, - "Reservoir_Pressure_bar": 9.082384615384616, - "Oil_Temperature_C": 56.783667582417586, - "Motor_Current_A": 1.3532692307692307, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2197087912087916, - "Pneumatic_Panel_Pressure_bar": 9.149436813186814, - "Cyclone_Filter_Drop_Pressure_bar": 7.85217032967033, - "Tower_Discharge_Pressure_Drop_bar": 0.0764725274725283, - "Reservoir_Pressure_bar": 9.149162087912089, - "Oil_Temperature_C": 58.36696428571429, - "Motor_Current_A": 1.653701923076923, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5787869352869359, - "Pneumatic_Panel_Pressure_bar": 8.945139194139195, - "Cyclone_Filter_Drop_Pressure_bar": 8.332176434676434, - "Tower_Discharge_Pressure_Drop_bar": -0.022346153846152877, - "Reservoir_Pressure_bar": 8.945227106227106, - "Oil_Temperature_C": 55.843803418803425, - "Motor_Current_A": 1.0158997252747253, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.51362087912088, - "Pneumatic_Panel_Pressure_bar": 9.00414065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.422338461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.021532967032966296, - "Reservoir_Pressure_bar": 9.004475824175824, - "Oil_Temperature_C": 56.71900412087912, - "Motor_Current_A": 1.066230769230769, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.472906593406594, - "Pneumatic_Panel_Pressure_bar": 9.050978021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.556, - "Tower_Discharge_Pressure_Drop_bar": -0.020725274725273853, - "Reservoir_Pressure_bar": 9.051593406593406, - "Oil_Temperature_C": 56.976923076923086, - "Motor_Current_A": 1.2263942307692306, - "Air_Intake_Valve_Status": 0.9478021978021978, - "Compressor_Outlet_Valve_Status": 0.0521978021978022, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9478021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.658861538461539, - "Pneumatic_Panel_Pressure_bar": 9.03303956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.339704395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.02205604395604289, - "Reservoir_Pressure_bar": 9.033686813186813, - "Oil_Temperature_C": 56.939093406593415, - "Motor_Current_A": 1.3205013736263735, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5850494505494512, - "Pneumatic_Panel_Pressure_bar": 8.90523076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.290912087912087, - "Tower_Discharge_Pressure_Drop_bar": -0.02210989010988905, - "Reservoir_Pressure_bar": 8.906232967032967, - "Oil_Temperature_C": 56.995219780219784, - "Motor_Current_A": 1.2590453296703297, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.653651648351649, - "Pneumatic_Panel_Pressure_bar": 8.998863736263736, - "Cyclone_Filter_Drop_Pressure_bar": 8.307250549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.021930769230768074, - "Reservoir_Pressure_bar": 9.000226373626374, - "Oil_Temperature_C": 57.534162087912094, - "Motor_Current_A": 1.3288351648351648, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5934879120879127, - "Pneumatic_Panel_Pressure_bar": 8.876343956043955, - "Cyclone_Filter_Drop_Pressure_bar": 8.260706593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.021510989010987826, - "Reservoir_Pressure_bar": 8.877828571428571, - "Oil_Temperature_C": 56.67932692307693, - "Motor_Current_A": 1.1543447802197802, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5844890109890116, - "Pneumatic_Panel_Pressure_bar": 8.908384615384616, - "Cyclone_Filter_Drop_Pressure_bar": 8.295115384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.021153846153845107, - "Reservoir_Pressure_bar": 8.910895604395604, - "Oil_Temperature_C": 57.46744505494506, - "Motor_Current_A": 1.0121085164835164, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4305890109890114, - "Pneumatic_Panel_Pressure_bar": 9.252035164835165, - "Cyclone_Filter_Drop_Pressure_bar": 7.735598901098901, - "Tower_Discharge_Pressure_Drop_bar": 0.2030274725274732, - "Reservoir_Pressure_bar": 9.252847252747253, - "Oil_Temperature_C": 60.503296703296705, - "Motor_Current_A": 1.7351387362637363, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6075879120879124, - "Pneumatic_Panel_Pressure_bar": 8.933917582417582, - "Cyclone_Filter_Drop_Pressure_bar": 8.318862637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.011401098901098193, - "Reservoir_Pressure_bar": 8.934620879120878, - "Oil_Temperature_C": 58.12460164835165, - "Motor_Current_A": 1.263276098901099, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3474697802197806, - "Pneumatic_Panel_Pressure_bar": 8.949508241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.5453214285714285, - "Tower_Discharge_Pressure_Drop_bar": 0.08970329670329752, - "Reservoir_Pressure_bar": 8.949782967032966, - "Oil_Temperature_C": 57.461950549450556, - "Motor_Current_A": 1.4218681318681317, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2898901098901102, - "Pneumatic_Panel_Pressure_bar": 9.022765934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.710721978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.02159175824175704, - "Reservoir_Pressure_bar": 9.022632417582416, - "Oil_Temperature_C": 58.42866071428572, - "Motor_Current_A": 0.9880219780219778, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5929137362637367, - "Pneumatic_Panel_Pressure_bar": 8.999764835164836, - "Cyclone_Filter_Drop_Pressure_bar": 8.362634615384614, - "Tower_Discharge_Pressure_Drop_bar": -0.02208076923076815, - "Reservoir_Pressure_bar": 9.000050549450549, - "Oil_Temperature_C": 57.5453021978022, - "Motor_Current_A": 1.2719045329670329, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8491616438356168, - "Pneumatic_Panel_Pressure_bar": 8.966035616438356, - "Cyclone_Filter_Drop_Pressure_bar": 8.087395616438357, - "Tower_Discharge_Pressure_Drop_bar": -0.022284931506848397, - "Reservoir_Pressure_bar": 8.96646301369863, - "Oil_Temperature_C": 58.37986301369863, - "Motor_Current_A": 1.433772602739726, - "Air_Intake_Valve_Status": 0.9041095890410958, - "Compressor_Outlet_Valve_Status": 0.0958904109589041, - "Active_Tower_ID": 0.9534246575342465, - "Load_Start_Signal": 0.9041095890410958, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8057406593406596, - "Pneumatic_Panel_Pressure_bar": 9.081623626373625, - "Cyclone_Filter_Drop_Pressure_bar": 8.24500989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.010203846153845243, - "Reservoir_Pressure_bar": 9.08226098901099, - "Oil_Temperature_C": 59.50506868131868, - "Motor_Current_A": 1.8140734890109889, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.608593406593407, - "Pneumatic_Panel_Pressure_bar": 9.024857142857142, - "Cyclone_Filter_Drop_Pressure_bar": 8.387818681318683, - "Tower_Discharge_Pressure_Drop_bar": -0.010376923076922239, - "Reservoir_Pressure_bar": 9.02545934065934, - "Oil_Temperature_C": 58.28010989010989, - "Motor_Current_A": 1.28635989010989, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7028076923076928, - "Pneumatic_Panel_Pressure_bar": 9.025197802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.279609890109889, - "Tower_Discharge_Pressure_Drop_bar": -0.010384615384614344, - "Reservoir_Pressure_bar": 9.026082417582417, - "Oil_Temperature_C": 58.45255494505494, - "Motor_Current_A": 1.3477197802197802, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6809230769230775, - "Pneumatic_Panel_Pressure_bar": 8.957582417582417, - "Cyclone_Filter_Drop_Pressure_bar": 8.218951648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.02178021978021937, - "Reservoir_Pressure_bar": 8.958045054945055, - "Oil_Temperature_C": 58.12232142857143, - "Motor_Current_A": 1.3292994505494504, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-08T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3419935742971894, - "Pneumatic_Panel_Pressure_bar": 9.063065060240964, - "Cyclone_Filter_Drop_Pressure_bar": 7.6661871485943776, - "Tower_Discharge_Pressure_Drop_bar": -0.02254939759036076, - "Reservoir_Pressure_bar": 9.063378313253011, - "Oil_Temperature_C": 58.71938755020081, - "Motor_Current_A": 2.3930491967871483, - "Air_Intake_Valve_Status": 0.8477911646586345, - "Compressor_Outlet_Valve_Status": 0.15220883534136545, - "Active_Tower_ID": 0.9200803212851405, - "Load_Start_Signal": 0.8477911646586345, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 10.487947411285631, - "Pneumatic_Panel_Pressure_bar": 10.123540663176264, - "Cyclone_Filter_Drop_Pressure_bar": -0.011994648051192946, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 10.119546015125072, - "Oil_Temperature_C": 62.706963350785344, - "Motor_Current_A": 6.135406050029086, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.0026759744037230947, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-09T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4355706332658937, - "Pneumatic_Panel_Pressure_bar": 8.97911162180111, - "Cyclone_Filter_Drop_Pressure_bar": 7.574972038693005, - "Tower_Discharge_Pressure_Drop_bar": -0.022017699115043036, - "Reservoir_Pressure_bar": 8.979189855184378, - "Oil_Temperature_C": 53.00003776120095, - "Motor_Current_A": 2.157344728618717, - "Air_Intake_Valve_Status": 0.831858407079646, - "Compressor_Outlet_Valve_Status": 0.168141592920354, - "Active_Tower_ID": 0.9203539823008849, - "Load_Start_Signal": 0.831858407079646, - "Low_Pressure_Switch_Status": 0.04796624915700114, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5919615384615389, - "Pneumatic_Panel_Pressure_bar": 9.031350549450549, - "Cyclone_Filter_Drop_Pressure_bar": 8.394330219780219, - "Tower_Discharge_Pressure_Drop_bar": -0.02193406593406502, - "Reservoir_Pressure_bar": 9.03222967032967, - "Oil_Temperature_C": 57.029368131868125, - "Motor_Current_A": 1.495947802197802, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6146538461538466, - "Pneumatic_Panel_Pressure_bar": 9.0482010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.40778901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.02290109890109847, - "Reservoir_Pressure_bar": 9.04845934065934, - "Oil_Temperature_C": 58.262177197802195, - "Motor_Current_A": 1.3169780219780218, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6359505494505501, - "Pneumatic_Panel_Pressure_bar": 8.960203296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.300538461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.014626373626373363, - "Reservoir_Pressure_bar": 8.960489010989011, - "Oil_Temperature_C": 57.85054945054946, - "Motor_Current_A": 1.3307142857142855, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9706868131868139, - "Pneumatic_Panel_Pressure_bar": 8.998376373626375, - "Cyclone_Filter_Drop_Pressure_bar": 8.0116510989011, - "Tower_Discharge_Pressure_Drop_bar": -0.022302197802197495, - "Reservoir_Pressure_bar": 8.99840989010989, - "Oil_Temperature_C": 57.64392857142857, - "Motor_Current_A": 1.5786813186813187, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6100565934065939, - "Pneumatic_Panel_Pressure_bar": 9.054028021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.437044505494507, - "Tower_Discharge_Pressure_Drop_bar": -0.010131868131867018, - "Reservoir_Pressure_bar": 9.055817032967033, - "Oil_Temperature_C": 58.13260989010989, - "Motor_Current_A": 1.4057211538461536, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5932554945054949, - "Pneumatic_Panel_Pressure_bar": 9.051821428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.435706043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.009082417582416302, - "Reservoir_Pressure_bar": 9.05375, - "Oil_Temperature_C": 58.51699862637363, - "Motor_Current_A": 1.4327918956043957, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6200934065934066, - "Pneumatic_Panel_Pressure_bar": 9.037372527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.373247802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.022135714285713343, - "Reservoir_Pressure_bar": 9.036863186813187, - "Oil_Temperature_C": 58.42853708791208, - "Motor_Current_A": 1.3328159340659338, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6536483516483522, - "Pneumatic_Panel_Pressure_bar": 9.000135164835164, - "Cyclone_Filter_Drop_Pressure_bar": 8.287118681318681, - "Tower_Discharge_Pressure_Drop_bar": -0.022598901098900517, - "Reservoir_Pressure_bar": 9.00040989010989, - "Oil_Temperature_C": 57.87301510989011, - "Motor_Current_A": 1.3534203296703295, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6244780219780224, - "Pneumatic_Panel_Pressure_bar": 8.970648351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.306829670329671, - "Tower_Discharge_Pressure_Drop_bar": -0.013818681318680212, - "Reservoir_Pressure_bar": 8.971280219780219, - "Oil_Temperature_C": 58.435027472527466, - "Motor_Current_A": 1.3204052197802196, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9734493284493289, - "Pneumatic_Panel_Pressure_bar": 8.992750915750916, - "Cyclone_Filter_Drop_Pressure_bar": 7.990595848595849, - "Tower_Discharge_Pressure_Drop_bar": -0.009633089133088824, - "Reservoir_Pressure_bar": 8.991679487179487, - "Oil_Temperature_C": 58.31324786324786, - "Motor_Current_A": 1.5841742979242979, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6162494505494511, - "Pneumatic_Panel_Pressure_bar": 9.074217582417582, - "Cyclone_Filter_Drop_Pressure_bar": 8.41542967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.01996373626373656, - "Reservoir_Pressure_bar": 9.073063736263737, - "Oil_Temperature_C": 58.46008241758242, - "Motor_Current_A": 1.6816565934065932, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6713736263736271, - "Pneumatic_Panel_Pressure_bar": 9.035509890109891, - "Cyclone_Filter_Drop_Pressure_bar": 8.315872527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.017434065934066375, - "Reservoir_Pressure_bar": 9.035053846153845, - "Oil_Temperature_C": 57.95134615384615, - "Motor_Current_A": 1.4288104395604393, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0790329670329677, - "Pneumatic_Panel_Pressure_bar": 9.06522967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.838790109890109, - "Tower_Discharge_Pressure_Drop_bar": 0.04347087912087893, - "Reservoir_Pressure_bar": 9.065125274725274, - "Oil_Temperature_C": 58.56153159340659, - "Motor_Current_A": 1.6727266483516483, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.621181318681319, - "Pneumatic_Panel_Pressure_bar": 9.00541978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.345221978021979, - "Tower_Discharge_Pressure_Drop_bar": -0.018482417582416824, - "Reservoir_Pressure_bar": 9.005672527472528, - "Oil_Temperature_C": 58.665302197802205, - "Motor_Current_A": 1.3370054945054943, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5908273972602744, - "Pneumatic_Panel_Pressure_bar": 8.947373150684932, - "Cyclone_Filter_Drop_Pressure_bar": 8.314556712328768, - "Tower_Discharge_Pressure_Drop_bar": -0.022312876712327935, - "Reservoir_Pressure_bar": 8.947926575342466, - "Oil_Temperature_C": 58.06965753424657, - "Motor_Current_A": 1.316471917808219, - "Air_Intake_Valve_Status": 0.9315068493150684, - "Compressor_Outlet_Valve_Status": 0.0684931506849315, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9315068493150684, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.973527472527473, - "Pneumatic_Panel_Pressure_bar": 9.032563186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.039255494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.019528021978021233, - "Reservoir_Pressure_bar": 9.032223076923076, - "Oil_Temperature_C": 58.41442994505495, - "Motor_Current_A": 1.6684333791208787, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7641884615384619, - "Pneumatic_Panel_Pressure_bar": 9.079657142857142, - "Cyclone_Filter_Drop_Pressure_bar": 8.285606043956044, - "Tower_Discharge_Pressure_Drop_bar": 0.003032967032967158, - "Reservoir_Pressure_bar": 9.079168131868132, - "Oil_Temperature_C": 58.721490384615386, - "Motor_Current_A": 1.7400116758241755, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6158131868131874, - "Pneumatic_Panel_Pressure_bar": 9.022406593406593, - "Cyclone_Filter_Drop_Pressure_bar": 8.38512087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.02349725274725299, - "Reservoir_Pressure_bar": 9.022467032967032, - "Oil_Temperature_C": 58.13557692307692, - "Motor_Current_A": 1.3150515109890106, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6115714285714292, - "Pneumatic_Panel_Pressure_bar": 8.962984615384617, - "Cyclone_Filter_Drop_Pressure_bar": 8.32189120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.023473626373626568, - "Reservoir_Pressure_bar": 8.963110989010989, - "Oil_Temperature_C": 57.614972527472524, - "Motor_Current_A": 1.312322802197802, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8242596491228077, - "Pneumatic_Panel_Pressure_bar": 9.065358596491228, - "Cyclone_Filter_Drop_Pressure_bar": 8.220789473684212, - "Tower_Discharge_Pressure_Drop_bar": -0.023726315789474116, - "Reservoir_Pressure_bar": 9.06513403508772, - "Oil_Temperature_C": 58.05688596491228, - "Motor_Current_A": 1.7006403508771928, - "Air_Intake_Valve_Status": 0.9087719298245615, - "Compressor_Outlet_Valve_Status": 0.0912280701754386, - "Active_Tower_ID": 0.9508771929824561, - "Load_Start_Signal": 0.9087719298245615, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-09T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5254093196667864, - "Pneumatic_Panel_Pressure_bar": 9.033191278347218, - "Cyclone_Filter_Drop_Pressure_bar": 8.504843372011468, - "Tower_Discharge_Pressure_Drop_bar": -0.02401104972375746, - "Reservoir_Pressure_bar": 9.032478165106006, - "Oil_Temperature_C": 56.87729023366844, - "Motor_Current_A": 1.2379710283133787, - "Air_Intake_Valve_Status": 0.9453912315889208, - "Compressor_Outlet_Valve_Status": 0.054608768411079256, - "Active_Tower_ID": 0.9668508287292817, - "Load_Start_Signal": 0.9453912315889208, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-10T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.022512627552611346, - "Pneumatic_Panel_Pressure_bar": 7.967445160164962, - "Cyclone_Filter_Drop_Pressure_bar": 7.931770075129888, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 7.967101680766499, - "Oil_Temperature_C": 50.983659560683286, - "Motor_Current_A": 0.14865660158732089, - "Air_Intake_Valve_Status": 0.9785325375960927, - "Compressor_Outlet_Valve_Status": 0.021467462403907255, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9785325375960927, - "Low_Pressure_Switch_Status": 0.021467462403907255, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-10T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-10T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.252122494112957, - "Pneumatic_Panel_Pressure_bar": 4.905842802562523, - "Cyclone_Filter_Drop_Pressure_bar": -0.007719252336311601, - "Tower_Discharge_Pressure_Drop_bar": 0.09482352941176425, - "Reservoir_Pressure_bar": 4.9018514156388315, - "Oil_Temperature_C": 37.280052816656244, - "Motor_Current_A": 5.192448315220857, - "Air_Intake_Valve_Status": 0.0005383172693206059, - "Compressor_Outlet_Valve_Status": 0.9994616827306795, - "Active_Tower_ID": 0.47058823529411764, - "Load_Start_Signal": 0.0005383172693206059, - "Low_Pressure_Switch_Status": 0.7935793297895029, - "Tower_Discharge_Switch_Status": 0.9852941176470589, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-10T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.035214457831326, - "Pneumatic_Panel_Pressure_bar": 9.445161445783132, - "Cyclone_Filter_Drop_Pressure_bar": -0.014072289156625766, - "Tower_Discharge_Pressure_Drop_bar": 1.7789686746987954, - "Reservoir_Pressure_bar": 9.445951807228916, - "Oil_Temperature_C": 63.34981927710843, - "Motor_Current_A": 5.820746987951807, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5156626506024096, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-10T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.37256536603154344, - "Pneumatic_Panel_Pressure_bar": 9.837468297018871, - "Cyclone_Filter_Drop_Pressure_bar": 9.446075120794967, - "Tower_Discharge_Pressure_Drop_bar": 0.0545235436229374, - "Reservoir_Pressure_bar": 9.8349123210867, - "Oil_Temperature_C": 57.48479607302398, - "Motor_Current_A": 3.769259361609992, - "Air_Intake_Valve_Status": 0.9604225544716929, - "Compressor_Outlet_Valve_Status": 0.03957744552830705, - "Active_Tower_ID": 0.9604225544716929, - "Load_Start_Signal": 0.9604225544716929, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3651263736263743, - "Pneumatic_Panel_Pressure_bar": 9.035034065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.619175824175825, - "Tower_Discharge_Pressure_Drop_bar": -0.019286813186813516, - "Reservoir_Pressure_bar": 9.03420989010989, - "Oil_Temperature_C": 52.53958791208791, - "Motor_Current_A": 0.8593379120879119, - "Air_Intake_Valve_Status": 0.9560439560439561, - "Compressor_Outlet_Valve_Status": 0.04395604395604396, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9560439560439561, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9345704109589049, - "Pneumatic_Panel_Pressure_bar": 9.132528219178083, - "Cyclone_Filter_Drop_Pressure_bar": 7.848621369863014, - "Tower_Discharge_Pressure_Drop_bar": -0.010246575342466337, - "Reservoir_Pressure_bar": 9.132391232876712, - "Oil_Temperature_C": 53.84721917808219, - "Motor_Current_A": 1.4920417808219177, - "Air_Intake_Valve_Status": 0.8602739726027397, - "Compressor_Outlet_Valve_Status": 0.13972602739726028, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.8602739726027397, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5802142857142868, - "Pneumatic_Panel_Pressure_bar": 8.967958241758241, - "Cyclone_Filter_Drop_Pressure_bar": 8.356524725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.024296703296703925, - "Reservoir_Pressure_bar": 8.96820054945055, - "Oil_Temperature_C": 52.7415728021978, - "Motor_Current_A": 1.1777472527472526, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2952945054945066, - "Pneumatic_Panel_Pressure_bar": 8.952989010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.639782417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.024419780219780845, - "Reservoir_Pressure_bar": 8.953439560439561, - "Oil_Temperature_C": 52.548928571428576, - "Motor_Current_A": 0.7550673076923075, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7067032967032977, - "Pneumatic_Panel_Pressure_bar": 9.127415384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.383456043956043, - "Tower_Discharge_Pressure_Drop_bar": -0.008876923076923643, - "Reservoir_Pressure_bar": 9.127994505494506, - "Oil_Temperature_C": 54.09093406593407, - "Motor_Current_A": 1.3957390109890109, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5730000000000011, - "Pneumatic_Panel_Pressure_bar": 8.989345054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.378207692307694, - "Tower_Discharge_Pressure_Drop_bar": -0.024251648351648943, - "Reservoir_Pressure_bar": 8.990313186813188, - "Oil_Temperature_C": 54.268228021978025, - "Motor_Current_A": 1.2674450549450549, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6900494505494515, - "Pneumatic_Panel_Pressure_bar": 9.034554945054944, - "Cyclone_Filter_Drop_Pressure_bar": 8.334263736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.005247252747253256, - "Reservoir_Pressure_bar": 9.035296703296703, - "Oil_Temperature_C": 54.434546703296704, - "Motor_Current_A": 1.3516895604395602, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6433368131868142, - "Pneumatic_Panel_Pressure_bar": 8.934206043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.268693406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.02147802197802216, - "Reservoir_Pressure_bar": 8.93551923076923, - "Oil_Temperature_C": 54.301373626373625, - "Motor_Current_A": 1.2290315934065932, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.29113736263736356, - "Pneumatic_Panel_Pressure_bar": 8.917862637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.585115384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.022788461538460963, - "Reservoir_Pressure_bar": 8.919711538461538, - "Oil_Temperature_C": 54.926339285714285, - "Motor_Current_A": 0.7238907967032965, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.03571428571428571, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6678131868131876, - "Pneumatic_Panel_Pressure_bar": 9.115836263736265, - "Cyclone_Filter_Drop_Pressure_bar": 8.42160934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.011113736263735248, - "Reservoir_Pressure_bar": 9.117942857142857, - "Oil_Temperature_C": 56.341730769230765, - "Motor_Current_A": 1.3328962912087912, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6083571428571434, - "Pneumatic_Panel_Pressure_bar": 9.061595604395604, - "Cyclone_Filter_Drop_Pressure_bar": 8.397963736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.021489010989009828, - "Reservoir_Pressure_bar": 9.063320879120878, - "Oil_Temperature_C": 56.3376510989011, - "Motor_Current_A": 1.2591140109890109, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6169725274725281, - "Pneumatic_Panel_Pressure_bar": 8.992434065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.337934065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.0071318681318669344, - "Reservoir_Pressure_bar": 8.993576923076922, - "Oil_Temperature_C": 55.97300824175824, - "Motor_Current_A": 1.2624862637362637, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5824175824175827, - "Pneumatic_Panel_Pressure_bar": 8.964107142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.3516510989011, - "Tower_Discharge_Pressure_Drop_bar": -0.021587912087910933, - "Reservoir_Pressure_bar": 8.96435989010989, - "Oil_Temperature_C": 56.043475274725274, - "Motor_Current_A": 0.9441497252747252, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4441538461538464, - "Pneumatic_Panel_Pressure_bar": 8.960892857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.458173076923076, - "Tower_Discharge_Pressure_Drop_bar": -0.019362637362636236, - "Reservoir_Pressure_bar": 8.96070054945055, - "Oil_Temperature_C": 56.15995879120879, - "Motor_Current_A": 1.1704429945054944, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.49873406593406644, - "Pneumatic_Panel_Pressure_bar": 8.982425274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.453882417582419, - "Tower_Discharge_Pressure_Drop_bar": -0.020832967032966238, - "Reservoir_Pressure_bar": 8.982416483516484, - "Oil_Temperature_C": 56.23626373626374, - "Motor_Current_A": 1.1825494505494505, - "Air_Intake_Valve_Status": 0.945054945054945, - "Compressor_Outlet_Valve_Status": 0.054945054945054944, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.945054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6091123287671238, - "Pneumatic_Panel_Pressure_bar": 9.014664657534247, - "Cyclone_Filter_Drop_Pressure_bar": 8.377870136986301, - "Tower_Discharge_Pressure_Drop_bar": -0.02174849315068391, - "Reservoir_Pressure_bar": 9.01522904109589, - "Oil_Temperature_C": 56.427109589041095, - "Motor_Current_A": 1.3085616438356162, - "Air_Intake_Valve_Status": 0.9315068493150684, - "Compressor_Outlet_Valve_Status": 0.0684931506849315, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9315068493150684, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6149071428571432, - "Pneumatic_Panel_Pressure_bar": 9.041074175824177, - "Cyclone_Filter_Drop_Pressure_bar": 8.402997252747252, - "Tower_Discharge_Pressure_Drop_bar": -0.02085219780219659, - "Reservoir_Pressure_bar": 9.04186043956044, - "Oil_Temperature_C": 56.39320054945055, - "Motor_Current_A": 1.276304945054945, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6688901098901102, - "Pneumatic_Panel_Pressure_bar": 9.076976923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.359378021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.02158791208791092, - "Reservoir_Pressure_bar": 9.07697857142857, - "Oil_Temperature_C": 56.34164835164835, - "Motor_Current_A": 1.3189354395604396, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7448593750000005, - "Pneumatic_Panel_Pressure_bar": 9.152368749999999, - "Cyclone_Filter_Drop_Pressure_bar": 8.3893, - "Tower_Discharge_Pressure_Drop_bar": -0.021206249999999403, - "Reservoir_Pressure_bar": 9.15218125, - "Oil_Temperature_C": 56.0341796875, - "Motor_Current_A": 1.4984179687499999, - "Air_Intake_Valve_Status": 0.91875, - "Compressor_Outlet_Valve_Status": 0.08125, - "Active_Tower_ID": 0.95625, - "Load_Start_Signal": 0.91875, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.20628961748633948, - "Pneumatic_Panel_Pressure_bar": 8.793647358834244, - "Cyclone_Filter_Drop_Pressure_bar": 8.582741165755921, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 8.793324590163934, - "Oil_Temperature_C": 53.75770264116576, - "Motor_Current_A": 0.25905760473588296, - "Air_Intake_Valve_Status": 0.9596539162112933, - "Compressor_Outlet_Valve_Status": 0.04034608378870674, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9596539162112933, - "Low_Pressure_Switch_Status": 0.04034608378870674, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-11T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.866093481654957, - "Pneumatic_Panel_Pressure_bar": 7.565034244080146, - "Cyclone_Filter_Drop_Pressure_bar": 0.08611663413999548, - "Tower_Discharge_Pressure_Drop_bar": -0.02321428571428576, - "Reservoir_Pressure_bar": 7.562835362997658, - "Oil_Temperature_C": 37.95844254163414, - "Motor_Current_A": 5.65718677628155, - "Air_Intake_Valve_Status": 0.010854150403330732, - "Compressor_Outlet_Valve_Status": 0.9891458495966693, - "Active_Tower_ID": 0.5357142857142857, - "Load_Start_Signal": 0.010854150403330732, - "Low_Pressure_Switch_Status": 0.48914584959666924, - "Tower_Discharge_Switch_Status": 0.9642857142857143, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.35129670329670404, - "Pneumatic_Panel_Pressure_bar": 9.078453296703296, - "Cyclone_Filter_Drop_Pressure_bar": 8.707769230769232, - "Tower_Discharge_Pressure_Drop_bar": -0.023846153846154315, - "Reservoir_Pressure_bar": 9.078225274725275, - "Oil_Temperature_C": 50.065831043956045, - "Motor_Current_A": 1.14584478021978, - "Air_Intake_Valve_Status": 0.9615384615384616, - "Compressor_Outlet_Valve_Status": 0.038461538461538464, - "Active_Tower_ID": 0.978021978021978, - "Load_Start_Signal": 0.9615384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-11T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.1579878787878792, - "Pneumatic_Panel_Pressure_bar": 9.427052121212121, - "Cyclone_Filter_Drop_Pressure_bar": 7.189209696969696, - "Tower_Discharge_Pressure_Drop_bar": 0.2672848484848488, - "Reservoir_Pressure_bar": 9.426273939393939, - "Oil_Temperature_C": 56.394363636363636, - "Motor_Current_A": 2.3296060606060607, - "Air_Intake_Valve_Status": 0.7818181818181819, - "Compressor_Outlet_Valve_Status": 0.21818181818181817, - "Active_Tower_ID": 0.896969696969697, - "Load_Start_Signal": 0.7818181818181819, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6543406593406601, - "Pneumatic_Panel_Pressure_bar": 9.002909645909646, - "Cyclone_Filter_Drop_Pressure_bar": 8.306915140415141, - "Tower_Discharge_Pressure_Drop_bar": -0.018318070818070818, - "Reservoir_Pressure_bar": 9.002277777777778, - "Oil_Temperature_C": 54.680952380952384, - "Motor_Current_A": 1.349807692307692, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6089670329670339, - "Pneumatic_Panel_Pressure_bar": 8.933060439560439, - "Cyclone_Filter_Drop_Pressure_bar": 8.29015934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.022500000000000273, - "Reservoir_Pressure_bar": 8.932631868131867, - "Oil_Temperature_C": 54.14162087912088, - "Motor_Current_A": 0.9408928571428568, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2965500000000009, - "Pneumatic_Panel_Pressure_bar": 9.052662087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.715886263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.0224780219780225, - "Reservoir_Pressure_bar": 9.052612087912088, - "Oil_Temperature_C": 55.05366758241758, - "Motor_Current_A": 1.0946291208791206, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.03571428571428571, - "Active_Tower_ID": 0.9807692307692307, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6432643467643476, - "Pneumatic_Panel_Pressure_bar": 9.062887667887667, - "Cyclone_Filter_Drop_Pressure_bar": 8.398530525030525, - "Tower_Discharge_Pressure_Drop_bar": -0.022894993894994373, - "Reservoir_Pressure_bar": 9.062958485958486, - "Oil_Temperature_C": 54.84763431013431, - "Motor_Current_A": 1.3321085164835162, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6348021978021986, - "Pneumatic_Panel_Pressure_bar": 9.024370879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.35535054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.01126538461538528, - "Reservoir_Pressure_bar": 9.024504395604396, - "Oil_Temperature_C": 54.445673076923086, - "Motor_Current_A": 1.3356662087912086, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6241978021978031, - "Pneumatic_Panel_Pressure_bar": 9.04346978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.381947802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.023489010989011436, - "Reservoir_Pressure_bar": 9.043596153846154, - "Oil_Temperature_C": 55.28780906593407, - "Motor_Current_A": 1.3312362637362636, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5981703296703307, - "Pneumatic_Panel_Pressure_bar": 8.997576923076922, - "Cyclone_Filter_Drop_Pressure_bar": 8.367441758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.024381318681319274, - "Reservoir_Pressure_bar": 8.998032967032968, - "Oil_Temperature_C": 54.46070054945055, - "Motor_Current_A": 1.2754354395604395, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6462593406593417, - "Pneumatic_Panel_Pressure_bar": 8.976351648351647, - "Cyclone_Filter_Drop_Pressure_bar": 8.307763736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.006473626373626915, - "Reservoir_Pressure_bar": 8.977608791208791, - "Oil_Temperature_C": 54.473200549450546, - "Motor_Current_A": 1.3133653846153845, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.29663186813186926, - "Pneumatic_Panel_Pressure_bar": 8.935472527472529, - "Cyclone_Filter_Drop_Pressure_bar": 8.621664835164836, - "Tower_Discharge_Pressure_Drop_bar": -0.02313736263736245, - "Reservoir_Pressure_bar": 8.937774725274725, - "Oil_Temperature_C": 53.931387362637366, - "Motor_Current_A": 0.6391552197802196, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7804010989010997, - "Pneumatic_Panel_Pressure_bar": 9.1100010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.27966153846154, - "Tower_Discharge_Pressure_Drop_bar": 0.001619780219781126, - "Reservoir_Pressure_bar": 9.111957142857143, - "Oil_Temperature_C": 55.92754120879121, - "Motor_Current_A": 1.3901373626373625, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6040989010989015, - "Pneumatic_Panel_Pressure_bar": 9.084265934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.427021978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.021368131868130736, - "Reservoir_Pressure_bar": 9.085493406593407, - "Oil_Temperature_C": 56.59608516483516, - "Motor_Current_A": 1.2932184065934065, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5764538461538469, - "Pneumatic_Panel_Pressure_bar": 9.06458021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.454756043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.013426373626372792, - "Reservoir_Pressure_bar": 9.067648351648351, - "Oil_Temperature_C": 56.28130494505495, - "Motor_Current_A": 1.2689972527472526, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6355219780219786, - "Pneumatic_Panel_Pressure_bar": 9.04454945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.355284615384615, - "Tower_Discharge_Pressure_Drop_bar": 0.0004329670329676787, - "Reservoir_Pressure_bar": 9.047346153846153, - "Oil_Temperature_C": 56.53019230769231, - "Motor_Current_A": 1.1774862637362637, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6798406593406597, - "Pneumatic_Panel_Pressure_bar": 9.119692307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.411686813186813, - "Tower_Discharge_Pressure_Drop_bar": 0.0364395604395607, - "Reservoir_Pressure_bar": 9.121615384615385, - "Oil_Temperature_C": 57.70185439560439, - "Motor_Current_A": 0.9919986263736263, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6041373626373631, - "Pneumatic_Panel_Pressure_bar": 9.126303296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.485733516483515, - "Tower_Discharge_Pressure_Drop_bar": -0.01764835164835136, - "Reservoir_Pressure_bar": 9.127726373626373, - "Oil_Temperature_C": 57.69495192307693, - "Motor_Current_A": 1.2629464285714285, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6622994505494508, - "Pneumatic_Panel_Pressure_bar": 9.126519230769231, - "Cyclone_Filter_Drop_Pressure_bar": 8.431991758241757, - "Tower_Discharge_Pressure_Drop_bar": -0.018686813186812777, - "Reservoir_Pressure_bar": 9.12678021978022, - "Oil_Temperature_C": 57.474896978021974, - "Motor_Current_A": 1.3095673076923076, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6865769230769234, - "Pneumatic_Panel_Pressure_bar": 9.058558241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.319006593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.019873626373625605, - "Reservoir_Pressure_bar": 9.058442857142857, - "Oil_Temperature_C": 56.82659340659341, - "Motor_Current_A": 1.377901098901099, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6793041095890414, - "Pneumatic_Panel_Pressure_bar": 9.001308493150685, - "Cyclone_Filter_Drop_Pressure_bar": 8.310421917808219, - "Tower_Discharge_Pressure_Drop_bar": -0.020504109589040195, - "Reservoir_Pressure_bar": 9.00135780821918, - "Oil_Temperature_C": 56.00167123287672, - "Motor_Current_A": 1.0713835616438354, - "Air_Intake_Valve_Status": 0.9260273972602739, - "Compressor_Outlet_Valve_Status": 0.07397260273972603, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9260273972602739, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2844609890109893, - "Pneumatic_Panel_Pressure_bar": 9.031342857142858, - "Cyclone_Filter_Drop_Pressure_bar": 8.717167582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.02113736263736153, - "Reservoir_Pressure_bar": 9.031485164835164, - "Oil_Temperature_C": 55.680487637362646, - "Motor_Current_A": 0.8995906593406591, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6104615384615387, - "Pneumatic_Panel_Pressure_bar": 9.06776978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.430357692307693, - "Tower_Discharge_Pressure_Drop_bar": -0.021877472527471072, - "Reservoir_Pressure_bar": 9.067718681318683, - "Oil_Temperature_C": 55.05962225274725, - "Motor_Current_A": 1.2820604395604394, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5551813186813191, - "Pneumatic_Panel_Pressure_bar": 8.955149572649573, - "Cyclone_Filter_Drop_Pressure_bar": 8.346929792429792, - "Tower_Discharge_Pressure_Drop_bar": -0.019997557997556627, - "Reservoir_Pressure_bar": 8.955583638583638, - "Oil_Temperature_C": 54.25048076923077, - "Motor_Current_A": 1.2085233516483513, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.28627032967033006, - "Pneumatic_Panel_Pressure_bar": 8.943483516483516, - "Cyclone_Filter_Drop_Pressure_bar": 8.63203956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.022027472527471215, - "Reservoir_Pressure_bar": 8.943510989010989, - "Oil_Temperature_C": 54.16681318681319, - "Motor_Current_A": 0.7198887362637358, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6768876712328772, - "Pneumatic_Panel_Pressure_bar": 9.118834520547946, - "Cyclone_Filter_Drop_Pressure_bar": 8.404961095890412, - "Tower_Discharge_Pressure_Drop_bar": 0.0015835616438368066, - "Reservoir_Pressure_bar": 9.118851506849316, - "Oil_Temperature_C": 54.401527397260274, - "Motor_Current_A": 1.3247465753424654, - "Air_Intake_Valve_Status": 0.9232876712328767, - "Compressor_Outlet_Valve_Status": 0.07671232876712329, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9232876712328767, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-12T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6067032967032974, - "Pneumatic_Panel_Pressure_bar": 8.976277472527473, - "Cyclone_Filter_Drop_Pressure_bar": 8.341217582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.022357692307691232, - "Reservoir_Pressure_bar": 8.976475824175823, - "Oil_Temperature_C": 53.59874313186813, - "Motor_Current_A": 1.2924237637362634, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.40698901098901186, - "Pneumatic_Panel_Pressure_bar": 8.878312637362638, - "Cyclone_Filter_Drop_Pressure_bar": 8.428771978021977, - "Tower_Discharge_Pressure_Drop_bar": -0.022362637362636287, - "Reservoir_Pressure_bar": 8.878186263736264, - "Oil_Temperature_C": 53.340989010989006, - "Motor_Current_A": 0.7747252747252744, - "Air_Intake_Valve_Status": 0.9505494505494505, - "Compressor_Outlet_Valve_Status": 0.04945054945054945, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9505494505494505, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0056230769230776, - "Pneumatic_Panel_Pressure_bar": 9.207132967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.13885934065934, - "Tower_Discharge_Pressure_Drop_bar": 0.07637912087912191, - "Reservoir_Pressure_bar": 9.2070989010989, - "Oil_Temperature_C": 54.81223901098901, - "Motor_Current_A": 1.585730769230769, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5883846153846161, - "Pneumatic_Panel_Pressure_bar": 9.000582417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.388293956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.022395604395603407, - "Reservoir_Pressure_bar": 9.000497252747254, - "Oil_Temperature_C": 53.72867445054945, - "Motor_Current_A": 1.263811813186813, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5944725274725284, - "Pneumatic_Panel_Pressure_bar": 8.926682417582416, - "Cyclone_Filter_Drop_Pressure_bar": 8.305346153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.022180219780219366, - "Reservoir_Pressure_bar": 8.926857142857143, - "Oil_Temperature_C": 52.94467032967033, - "Motor_Current_A": 1.0708516483516481, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6116109589041103, - "Pneumatic_Panel_Pressure_bar": 9.04288, - "Cyclone_Filter_Drop_Pressure_bar": 8.412764383561644, - "Tower_Discharge_Pressure_Drop_bar": -0.013961095890411033, - "Reservoir_Pressure_bar": 9.043301369863013, - "Oil_Temperature_C": 54.090883561643835, - "Motor_Current_A": 1.5167363013698627, - "Air_Intake_Valve_Status": 0.9315068493150684, - "Compressor_Outlet_Valve_Status": 0.0684931506849315, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9315068493150684, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6073241758241767, - "Pneumatic_Panel_Pressure_bar": 9.019087912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.3829, - "Tower_Discharge_Pressure_Drop_bar": -0.02300989010989039, - "Reservoir_Pressure_bar": 9.019807692307692, - "Oil_Temperature_C": 54.697239010989016, - "Motor_Current_A": 1.3745109890109888, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6946483516483525, - "Pneumatic_Panel_Pressure_bar": 8.978604395604396, - "Cyclone_Filter_Drop_Pressure_bar": 8.259849450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.023214285714285875, - "Reservoir_Pressure_bar": 8.97914065934066, - "Oil_Temperature_C": 55.486758241758245, - "Motor_Current_A": 1.324498626373626, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6674362637362646, - "Pneumatic_Panel_Pressure_bar": 9.072295604395604, - "Cyclone_Filter_Drop_Pressure_bar": 8.383705494505493, - "Tower_Discharge_Pressure_Drop_bar": -0.012437362637362712, - "Reservoir_Pressure_bar": 9.07250989010989, - "Oil_Temperature_C": 55.29487637362637, - "Motor_Current_A": 1.3179024725274724, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6226043956043966, - "Pneumatic_Panel_Pressure_bar": 8.980634615384615, - "Cyclone_Filter_Drop_Pressure_bar": 8.320063186813186, - "Tower_Discharge_Pressure_Drop_bar": -0.0161906593406594, - "Reservoir_Pressure_bar": 8.98159065934066, - "Oil_Temperature_C": 54.15493131868132, - "Motor_Current_A": 1.321936813186813, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5809901098901108, - "Pneumatic_Panel_Pressure_bar": 8.8946, - "Cyclone_Filter_Drop_Pressure_bar": 8.264303296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.012169230769230056, - "Reservoir_Pressure_bar": 8.895836263736264, - "Oil_Temperature_C": 54.03725274725275, - "Motor_Current_A": 0.8574381868131865, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3211013698630144, - "Pneumatic_Panel_Pressure_bar": 8.975243835616439, - "Cyclone_Filter_Drop_Pressure_bar": 8.615211506849315, - "Tower_Discharge_Pressure_Drop_bar": -0.00858520547945099, - "Reservoir_Pressure_bar": 8.975983561643835, - "Oil_Temperature_C": 55.299068493150685, - "Motor_Current_A": 1.0717732876712325, - "Air_Intake_Valve_Status": 0.9616438356164384, - "Compressor_Outlet_Valve_Status": 0.038356164383561646, - "Active_Tower_ID": 0.9780821917808219, - "Load_Start_Signal": 0.9616438356164384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6462417582417589, - "Pneumatic_Panel_Pressure_bar": 9.020371428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.318492307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.005241758241757105, - "Reservoir_Pressure_bar": 9.022267032967033, - "Oil_Temperature_C": 55.48143543956044, - "Motor_Current_A": 1.3195528846153846, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.4275329670329677, - "Pneumatic_Panel_Pressure_bar": 8.959567032967033, - "Cyclone_Filter_Drop_Pressure_bar": 6.118398351648352, - "Tower_Discharge_Pressure_Drop_bar": 0.555036813186814, - "Reservoir_Pressure_bar": 8.960149450549451, - "Oil_Temperature_C": 56.84509615384616, - "Motor_Current_A": 2.1494162087912088, - "Air_Intake_Valve_Status": 0.695054945054945, - "Compressor_Outlet_Valve_Status": 0.30494505494505497, - "Active_Tower_ID": 0.8489010989010989, - "Load_Start_Signal": 0.695054945054945, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.4839780219780225, - "Pneumatic_Panel_Pressure_bar": 7.946381318681318, - "Cyclone_Filter_Drop_Pressure_bar": -0.007919780219779479, - "Tower_Discharge_Pressure_Drop_bar": 2.3528153846153845, - "Reservoir_Pressure_bar": 7.94728021978022, - "Oil_Temperature_C": 68.37243131868132, - "Motor_Current_A": 5.32889010989011, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.354871428571429, - "Pneumatic_Panel_Pressure_bar": 7.548563736263737, - "Cyclone_Filter_Drop_Pressure_bar": -0.006408791208791133, - "Tower_Discharge_Pressure_Drop_bar": 2.3360846153846158, - "Reservoir_Pressure_bar": 7.550481318681318, - "Oil_Temperature_C": 69.82587912087912, - "Motor_Current_A": 5.305406593406593, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9934065934065934, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.3687879452054785, - "Pneumatic_Panel_Pressure_bar": 7.536070136986301, - "Cyclone_Filter_Drop_Pressure_bar": -0.006202739726027446, - "Tower_Discharge_Pressure_Drop_bar": 2.3411331506849313, - "Reservoir_Pressure_bar": 7.538403835616438, - "Oil_Temperature_C": 69.63286301369862, - "Motor_Current_A": 5.200264383561644, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4958904109589041, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.348298901098901, - "Pneumatic_Panel_Pressure_bar": 7.532157142857143, - "Cyclone_Filter_Drop_Pressure_bar": -0.006373076923076858, - "Tower_Discharge_Pressure_Drop_bar": 2.3261609890109893, - "Reservoir_Pressure_bar": 7.534430769230769, - "Oil_Temperature_C": 69.6563598901099, - "Motor_Current_A": 5.331138736263736, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.408157692307692, - "Pneumatic_Panel_Pressure_bar": 7.587396703296703, - "Cyclone_Filter_Drop_Pressure_bar": -0.006259890109890117, - "Tower_Discharge_Pressure_Drop_bar": 2.34455, - "Reservoir_Pressure_bar": 7.589189560439561, - "Oil_Temperature_C": 69.77271978021979, - "Motor_Current_A": 5.20753228021978, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.41654945054945, - "Pneumatic_Panel_Pressure_bar": 7.581722527472527, - "Cyclone_Filter_Drop_Pressure_bar": -0.006269230769230792, - "Tower_Discharge_Pressure_Drop_bar": 2.3420247252747255, - "Reservoir_Pressure_bar": 7.583156593406593, - "Oil_Temperature_C": 69.53265796703297, - "Motor_Current_A": 5.321957417582417, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.340403846153847, - "Pneumatic_Panel_Pressure_bar": 7.4799478021978025, - "Cyclone_Filter_Drop_Pressure_bar": -0.0074807692307686255, - "Tower_Discharge_Pressure_Drop_bar": 2.300914835164835, - "Reservoir_Pressure_bar": 7.480848901098901, - "Oil_Temperature_C": 69.25085851648352, - "Motor_Current_A": 5.290535714285714, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.37022032967033, - "Pneumatic_Panel_Pressure_bar": 7.5145884615384615, - "Cyclone_Filter_Drop_Pressure_bar": -0.008120879120878203, - "Tower_Discharge_Pressure_Drop_bar": 2.3064527472527474, - "Reservoir_Pressure_bar": 7.516967582417582, - "Oil_Temperature_C": 68.67363324175824, - "Motor_Current_A": 5.3924553571428575, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.489010989010989, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.3774450549450545, - "Pneumatic_Panel_Pressure_bar": 7.515293406593407, - "Cyclone_Filter_Drop_Pressure_bar": -0.007736263736263029, - "Tower_Discharge_Pressure_Drop_bar": 2.3053857142857144, - "Reservoir_Pressure_bar": 7.516051648351648, - "Oil_Temperature_C": 68.66070054945055, - "Motor_Current_A": 5.377339285714286, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5021978021978022, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.349065934065934, - "Pneumatic_Panel_Pressure_bar": 7.527274725274725, - "Cyclone_Filter_Drop_Pressure_bar": -0.008054945054944163, - "Tower_Discharge_Pressure_Drop_bar": 2.2914945054945055, - "Reservoir_Pressure_bar": 7.528126373626373, - "Oil_Temperature_C": 68.49388736263737, - "Motor_Current_A": 5.354196428571429, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-13T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.397063768115943, - "Pneumatic_Panel_Pressure_bar": 7.517885217391305, - "Cyclone_Filter_Drop_Pressure_bar": -0.00871304347825966, - "Tower_Discharge_Pressure_Drop_bar": 2.308031304347826, - "Reservoir_Pressure_bar": 7.519270724637681, - "Oil_Temperature_C": 68.2749347826087, - "Motor_Current_A": 5.3693884057971015, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5072463768115942, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.605395580898076, - "Pneumatic_Panel_Pressure_bar": 7.9271894511760514, - "Cyclone_Filter_Drop_Pressure_bar": -0.008539130434781453, - "Tower_Discharge_Pressure_Drop_bar": 1.8159709194583038, - "Reservoir_Pressure_bar": 7.92744262295082, - "Oil_Temperature_C": 69.00542765502495, - "Motor_Current_A": 5.35371988595866, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5081967213114754, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.20128296507483964, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.68292767322137, - "Pneumatic_Panel_Pressure_bar": 8.559993417166005, - "Cyclone_Filter_Drop_Pressure_bar": -0.009575154021434641, - "Tower_Discharge_Pressure_Drop_bar": 0.6782901510676012, - "Reservoir_Pressure_bar": 8.557568571187442, - "Oil_Temperature_C": 65.48936619123977, - "Motor_Current_A": 1.2766123723520968, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.7875770107182041, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-14T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.43875506343713994, - "Pneumatic_Panel_Pressure_bar": 9.332873171856978, - "Cyclone_Filter_Drop_Pressure_bar": 8.862557600922722, - "Tower_Discharge_Pressure_Drop_bar": -0.020811856978085474, - "Reservoir_Pressure_bar": 9.331902237600922, - "Oil_Temperature_C": 52.56436735870819, - "Motor_Current_A": 1.3066220299884659, - "Air_Intake_Valve_Status": 0.9533333333333334, - "Compressor_Outlet_Valve_Status": 0.04666666666666667, - "Active_Tower_ID": 0.981199538638985, - "Load_Start_Signal": 0.9533333333333334, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5934500000000007, - "Pneumatic_Panel_Pressure_bar": 9.039536263736263, - "Cyclone_Filter_Drop_Pressure_bar": 8.401447802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.024197802197802723, - "Reservoir_Pressure_bar": 9.038326923076923, - "Oil_Temperature_C": 52.153832417582414, - "Motor_Current_A": 1.2737094780219778, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5891978021978032, - "Pneumatic_Panel_Pressure_bar": 8.983684981684982, - "Cyclone_Filter_Drop_Pressure_bar": 8.373842490842492, - "Tower_Discharge_Pressure_Drop_bar": -0.009236263736264188, - "Reservoir_Pressure_bar": 8.983113553113553, - "Oil_Temperature_C": 53.0077152014652, - "Motor_Current_A": 1.2658173076923076, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6298296703296713, - "Pneumatic_Panel_Pressure_bar": 9.060223076923076, - "Cyclone_Filter_Drop_Pressure_bar": 8.400701098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.00836813186813237, - "Reservoir_Pressure_bar": 9.06, - "Oil_Temperature_C": 53.51472527472528, - "Motor_Current_A": 1.3195123626373626, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6441424657534256, - "Pneumatic_Panel_Pressure_bar": 9.069294794520548, - "Cyclone_Filter_Drop_Pressure_bar": 8.377350136986301, - "Tower_Discharge_Pressure_Drop_bar": -0.024043835616438844, - "Reservoir_Pressure_bar": 9.069284383561643, - "Oil_Temperature_C": 53.562082191780824, - "Motor_Current_A": 1.2912267123287668, - "Air_Intake_Valve_Status": 0.9260273972602739, - "Compressor_Outlet_Valve_Status": 0.07397260273972603, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9260273972602739, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6114785714285724, - "Pneumatic_Panel_Pressure_bar": 9.05998076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.397734065934067, - "Tower_Discharge_Pressure_Drop_bar": -0.023027472527472687, - "Reservoir_Pressure_bar": 9.06000879120879, - "Oil_Temperature_C": 54.08745879120879, - "Motor_Current_A": 1.3282616758241756, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5646813186813197, - "Pneumatic_Panel_Pressure_bar": 9.025458791208791, - "Cyclone_Filter_Drop_Pressure_bar": 8.415085164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.02280384615384616, - "Reservoir_Pressure_bar": 9.025936813186812, - "Oil_Temperature_C": 53.91011675824176, - "Motor_Current_A": 1.1808585164835164, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2948351648351658, - "Pneumatic_Panel_Pressure_bar": 8.997546703296702, - "Cyclone_Filter_Drop_Pressure_bar": 8.684486263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.022851648351647862, - "Reservoir_Pressure_bar": 8.998848901098901, - "Oil_Temperature_C": 54.08643543956045, - "Motor_Current_A": 0.7617754120879118, - "Air_Intake_Valve_Status": 0.967032967032967, - "Compressor_Outlet_Valve_Status": 0.03296703296703297, - "Active_Tower_ID": 0.9835164835164835, - "Load_Start_Signal": 0.967032967032967, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5897637362637369, - "Pneumatic_Panel_Pressure_bar": 9.131717582417583, - "Cyclone_Filter_Drop_Pressure_bar": 8.517338461538461, - "Tower_Discharge_Pressure_Drop_bar": -0.01553626373626265, - "Reservoir_Pressure_bar": 9.132843956043956, - "Oil_Temperature_C": 55.362417582417585, - "Motor_Current_A": 1.2375206043956042, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.644462637362638, - "Pneumatic_Panel_Pressure_bar": 9.047460439560439, - "Cyclone_Filter_Drop_Pressure_bar": 8.37422857142857, - "Tower_Discharge_Pressure_Drop_bar": 0.002434065934067022, - "Reservoir_Pressure_bar": 9.049317582417583, - "Oil_Temperature_C": 56.05269230769231, - "Motor_Current_A": 1.326024725274725, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6650549450549457, - "Pneumatic_Panel_Pressure_bar": 9.007021978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.312071428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.021010989010987986, - "Reservoir_Pressure_bar": 9.008554945054945, - "Oil_Temperature_C": 56.68743131868131, - "Motor_Current_A": 1.2894024725274722, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.580928571428572, - "Pneumatic_Panel_Pressure_bar": 8.91954945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.304279120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.021164835164834053, - "Reservoir_Pressure_bar": 8.92043956043956, - "Oil_Temperature_C": 56.57872252747252, - "Motor_Current_A": 0.9766277472527469, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5806126373626377, - "Pneumatic_Panel_Pressure_bar": 9.084186813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.47143956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.021046703296702267, - "Reservoir_Pressure_bar": 9.084802197802198, - "Oil_Temperature_C": 58.855254120879124, - "Motor_Current_A": 1.5349828296703294, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6382582417582421, - "Pneumatic_Panel_Pressure_bar": 9.070115384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.361206043956043, - "Tower_Discharge_Pressure_Drop_bar": -0.0191043956043946, - "Reservoir_Pressure_bar": 9.070458791208791, - "Oil_Temperature_C": 57.66342719780219, - "Motor_Current_A": 1.350679945054945, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.632615384615385, - "Pneumatic_Panel_Pressure_bar": 8.95137087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.289211538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.011098901098899971, - "Reservoir_Pressure_bar": 8.95114010989011, - "Oil_Temperature_C": 57.10864697802198, - "Motor_Current_A": 1.283473214285714, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6787472527472532, - "Pneumatic_Panel_Pressure_bar": 8.954099999999999, - "Cyclone_Filter_Drop_Pressure_bar": 8.235457142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.021697802197801024, - "Reservoir_Pressure_bar": 8.953962637362638, - "Oil_Temperature_C": 56.48572802197802, - "Motor_Current_A": 1.069362637362637, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011866666666666673, - "Pneumatic_Panel_Pressure_bar": 9.694333333333333, - "Cyclone_Filter_Drop_Pressure_bar": 9.682333333333332, - "Tower_Discharge_Pressure_Drop_bar": -0.02213333333333238, - "Reservoir_Pressure_bar": 9.693133333333332, - "Oil_Temperature_C": 60.8225, - "Motor_Current_A": 3.5635833333333333, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.135122104436592, - "Pneumatic_Panel_Pressure_bar": 8.291138201806048, - "Cyclone_Filter_Drop_Pressure_bar": 6.305764036120927, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 8.287775814683942, - "Oil_Temperature_C": 51.523640557518654, - "Motor_Current_A": 4.143415292500981, - "Air_Intake_Valve_Status": 0.6594032194738908, - "Compressor_Outlet_Valve_Status": 0.34059678052610914, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.6594032194738908, - "Low_Pressure_Switch_Status": 0.34059678052610914, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.8444136788378485, - "Pneumatic_Panel_Pressure_bar": 9.0153983117393, - "Cyclone_Filter_Drop_Pressure_bar": 5.205586234786024, - "Tower_Discharge_Pressure_Drop_bar": -0.022639999999999563, - "Reservoir_Pressure_bar": 9.012942795445621, - "Oil_Temperature_C": 46.24266362387122, - "Motor_Current_A": 4.46654940125638, - "Air_Intake_Valve_Status": 0.5261209265802905, - "Compressor_Outlet_Valve_Status": 0.4738790734197094, - "Active_Tower_ID": 0.76, - "Load_Start_Signal": 0.5261209265802905, - "Low_Pressure_Switch_Status": 0.19387907341970945, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.37201190476190543, - "Pneumatic_Panel_Pressure_bar": 9.09732380952381, - "Cyclone_Filter_Drop_Pressure_bar": 8.695052380952381, - "Tower_Discharge_Pressure_Drop_bar": -0.023428571428571576, - "Reservoir_Pressure_bar": 9.096, - "Oil_Temperature_C": 50.20839285714286, - "Motor_Current_A": 1.053458333333333, - "Air_Intake_Valve_Status": 0.9571428571428572, - "Compressor_Outlet_Valve_Status": 0.04285714285714286, - "Active_Tower_ID": 0.9785714285714285, - "Load_Start_Signal": 0.9571428571428572, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-14T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.895417988965732, - "Pneumatic_Panel_Pressure_bar": 9.569477620638745, - "Cyclone_Filter_Drop_Pressure_bar": 7.802654192244931, - "Tower_Discharge_Pressure_Drop_bar": 0.04977777605097472, - "Reservoir_Pressure_bar": 9.567353438495608, - "Oil_Temperature_C": 50.29346880099464, - "Motor_Current_A": 3.57225643989432, - "Air_Intake_Valve_Status": 0.805555987256197, - "Compressor_Outlet_Valve_Status": 0.19444401274380294, - "Active_Tower_ID": 0.9117647058823529, - "Load_Start_Signal": 0.805555987256197, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9852941176470589, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6051593406593416, - "Pneumatic_Panel_Pressure_bar": 8.914456043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.28046153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.022796703296703913, - "Reservoir_Pressure_bar": 8.913868131868131, - "Oil_Temperature_C": 49.63519230769231, - "Motor_Current_A": 0.9341758241758239, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.28731648351648453, - "Pneumatic_Panel_Pressure_bar": 9.071954945054946, - "Cyclone_Filter_Drop_Pressure_bar": 8.734815934065933, - "Tower_Discharge_Pressure_Drop_bar": -0.023890109890110464, - "Reservoir_Pressure_bar": 9.072145054945056, - "Oil_Temperature_C": 52.55706043956044, - "Motor_Current_A": 1.0825377747252745, - "Air_Intake_Valve_Status": 0.9642857142857143, - "Compressor_Outlet_Valve_Status": 0.03571428571428571, - "Active_Tower_ID": 0.9807692307692307, - "Load_Start_Signal": 0.9642857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5863983516483526, - "Pneumatic_Panel_Pressure_bar": 9.066491758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.428307692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.023714285714286215, - "Reservoir_Pressure_bar": 9.066252747252747, - "Oil_Temperature_C": 53.347218406593406, - "Motor_Current_A": 1.3092239010989009, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6112049450549459, - "Pneumatic_Panel_Pressure_bar": 8.99961098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.357612637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.008060439560440053, - "Reservoir_Pressure_bar": 8.999228021978022, - "Oil_Temperature_C": 53.80334478021978, - "Motor_Current_A": 1.3296820054945053, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6036043956043965, - "Pneumatic_Panel_Pressure_bar": 9.009930769230769, - "Cyclone_Filter_Drop_Pressure_bar": 8.370058241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.023901098901099413, - "Reservoir_Pressure_bar": 9.009837912087912, - "Oil_Temperature_C": 55.17740384615385, - "Motor_Current_A": 1.2744986263736262, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6419395604395614, - "Pneumatic_Panel_Pressure_bar": 9.004296703296703, - "Cyclone_Filter_Drop_Pressure_bar": 8.317571428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.023302197802197867, - "Reservoir_Pressure_bar": 9.00445054945055, - "Oil_Temperature_C": 55.30995879120879, - "Motor_Current_A": 1.3462980769230766, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5829653846153855, - "Pneumatic_Panel_Pressure_bar": 8.951962637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.337722527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.02321593406593394, - "Reservoir_Pressure_bar": 8.952431318681318, - "Oil_Temperature_C": 55.2423489010989, - "Motor_Current_A": 1.263550824175824, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5967912087912097, - "Pneumatic_Panel_Pressure_bar": 8.979736263736264, - "Cyclone_Filter_Drop_Pressure_bar": 8.342134615384614, - "Tower_Discharge_Pressure_Drop_bar": -0.015615384615384198, - "Reservoir_Pressure_bar": 8.980565934065934, - "Oil_Temperature_C": 55.977609890109896, - "Motor_Current_A": 1.293083791208791, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6237818681318689, - "Pneumatic_Panel_Pressure_bar": 8.961504945054944, - "Cyclone_Filter_Drop_Pressure_bar": 8.314885714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.002357142857141812, - "Reservoir_Pressure_bar": 8.963173076923077, - "Oil_Temperature_C": 56.37845467032967, - "Motor_Current_A": 1.2476098901098898, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.639873626373627, - "Pneumatic_Panel_Pressure_bar": 9.010862637362639, - "Cyclone_Filter_Drop_Pressure_bar": 8.322802197802197, - "Tower_Discharge_Pressure_Drop_bar": -0.013131868131867189, - "Reservoir_Pressure_bar": 9.013076923076923, - "Oil_Temperature_C": 57.04065934065934, - "Motor_Current_A": 1.1468956043956042, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.34717582417582477, - "Pneumatic_Panel_Pressure_bar": 9.050804945054946, - "Cyclone_Filter_Drop_Pressure_bar": 8.661266483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.013791208791208228, - "Reservoir_Pressure_bar": 9.053700000000001, - "Oil_Temperature_C": 57.54483516483516, - "Motor_Current_A": 0.8640343406593406, - "Air_Intake_Valve_Status": 0.9587912087912088, - "Compressor_Outlet_Valve_Status": 0.04120879120879121, - "Active_Tower_ID": 0.9752747252747253, - "Load_Start_Signal": 0.9587912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6438516483516488, - "Pneumatic_Panel_Pressure_bar": 9.155864835164836, - "Cyclone_Filter_Drop_Pressure_bar": 8.467134065934065, - "Tower_Discharge_Pressure_Drop_bar": -0.012510989010988804, - "Reservoir_Pressure_bar": 9.158678021978021, - "Oil_Temperature_C": 58.30590659340659, - "Motor_Current_A": 1.3171703296703294, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.608626373626374, - "Pneumatic_Panel_Pressure_bar": 9.154073626373627, - "Cyclone_Filter_Drop_Pressure_bar": 8.518791208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.015752747252747074, - "Reservoir_Pressure_bar": 9.156862637362638, - "Oil_Temperature_C": 58.35365384615385, - "Motor_Current_A": 1.249375, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6022857142857145, - "Pneumatic_Panel_Pressure_bar": 9.015982967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.381235714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.005478021978021936, - "Reservoir_Pressure_bar": 9.017067032967033, - "Oil_Temperature_C": 58.135501373626376, - "Motor_Current_A": 1.296414835164835, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5774575342465756, - "Pneumatic_Panel_Pressure_bar": 8.96269808219178, - "Cyclone_Filter_Drop_Pressure_bar": 8.352770410958904, - "Tower_Discharge_Pressure_Drop_bar": -0.013156164383561663, - "Reservoir_Pressure_bar": 8.963662465753425, - "Oil_Temperature_C": 58.450356164383564, - "Motor_Current_A": 1.2324376712328766, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6264285714285717, - "Pneumatic_Panel_Pressure_bar": 9.030573626373625, - "Cyclone_Filter_Drop_Pressure_bar": 8.344898901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.0162587912087911, - "Reservoir_Pressure_bar": 9.030353846153846, - "Oil_Temperature_C": 59.34151098901099, - "Motor_Current_A": 1.3151167582417582, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6312010989010992, - "Pneumatic_Panel_Pressure_bar": 9.044684615384615, - "Cyclone_Filter_Drop_Pressure_bar": 8.384461538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.01642857142857085, - "Reservoir_Pressure_bar": 9.044168131868132, - "Oil_Temperature_C": 58.71989010989011, - "Motor_Current_A": 1.2911813186813186, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6457450549450552, - "Pneumatic_Panel_Pressure_bar": 8.976657142857142, - "Cyclone_Filter_Drop_Pressure_bar": 8.258428571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.01869999999999927, - "Reservoir_Pressure_bar": 8.976129670329671, - "Oil_Temperature_C": 58.2209478021978, - "Motor_Current_A": 1.3056249999999998, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7998153846153848, - "Pneumatic_Panel_Pressure_bar": 9.063313186813186, - "Cyclone_Filter_Drop_Pressure_bar": 8.17843956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.014074725274724427, - "Reservoir_Pressure_bar": 9.062686813186813, - "Oil_Temperature_C": 58.668118131868134, - "Motor_Current_A": 1.477928571428571, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6779176829268293, - "Pneumatic_Panel_Pressure_bar": 8.988600609756098, - "Cyclone_Filter_Drop_Pressure_bar": 8.256143292682927, - "Tower_Discharge_Pressure_Drop_bar": -0.01614024390243806, - "Reservoir_Pressure_bar": 8.988923780487806, - "Oil_Temperature_C": 58.500990853658536, - "Motor_Current_A": 1.7734336890243902, - "Air_Intake_Valve_Status": 0.9237804878048781, - "Compressor_Outlet_Valve_Status": 0.07621951219512195, - "Active_Tower_ID": 0.9603658536585366, - "Load_Start_Signal": 0.9237804878048781, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6546318681318682, - "Pneumatic_Panel_Pressure_bar": 9.037841758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.178700000000001, - "Tower_Discharge_Pressure_Drop_bar": -0.02009780219780145, - "Reservoir_Pressure_bar": 9.039414285714285, - "Oil_Temperature_C": 58.97614010989012, - "Motor_Current_A": 1.293296703296703, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9030379008746358, - "Pneumatic_Panel_Pressure_bar": 8.980198250728863, - "Cyclone_Filter_Drop_Pressure_bar": 8.018075801749271, - "Tower_Discharge_Pressure_Drop_bar": -0.013166180758016734, - "Reservoir_Pressure_bar": 8.980903790087464, - "Oil_Temperature_C": 58.88469387755102, - "Motor_Current_A": 1.6038702623906704, - "Air_Intake_Valve_Status": 0.8950437317784257, - "Compressor_Outlet_Valve_Status": 0.10495626822157435, - "Active_Tower_ID": 0.9475218658892128, - "Load_Start_Signal": 0.8950437317784257, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9970845481049563, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6873956043956045, - "Pneumatic_Panel_Pressure_bar": 9.101494505494506, - "Cyclone_Filter_Drop_Pressure_bar": 8.406398901098902, - "Tower_Discharge_Pressure_Drop_bar": -0.019930219780219013, - "Reservoir_Pressure_bar": 9.101527472527472, - "Oil_Temperature_C": 59.438385989010996, - "Motor_Current_A": 1.676021978021978, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-15T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6146666666666668, - "Pneumatic_Panel_Pressure_bar": 8.987754269972452, - "Cyclone_Filter_Drop_Pressure_bar": 8.348739393939393, - "Tower_Discharge_Pressure_Drop_bar": -0.02068980716253345, - "Reservoir_Pressure_bar": 8.987809366391184, - "Oil_Temperature_C": 58.66316804407713, - "Motor_Current_A": 1.3124090909090909, - "Air_Intake_Valve_Status": 0.931129476584022, - "Compressor_Outlet_Valve_Status": 0.06887052341597796, - "Active_Tower_ID": 0.9641873278236914, - "Load_Start_Signal": 0.931129476584022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.955203296703297, - "Pneumatic_Panel_Pressure_bar": 8.966506593406594, - "Cyclone_Filter_Drop_Pressure_bar": 8.000620879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.021564835164833884, - "Reservoir_Pressure_bar": 8.966798901098901, - "Oil_Temperature_C": 58.306689560439565, - "Motor_Current_A": 1.5733447802197802, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6509945054945057, - "Pneumatic_Panel_Pressure_bar": 9.070334615384615, - "Cyclone_Filter_Drop_Pressure_bar": 8.405505494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.004603846153844888, - "Reservoir_Pressure_bar": 9.070917582417582, - "Oil_Temperature_C": 58.471126373626376, - "Motor_Current_A": 1.5702239010989008, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9078901098901103, - "Pneumatic_Panel_Pressure_bar": 9.006582417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.073005494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.015582417582416526, - "Reservoir_Pressure_bar": 9.0069010989011, - "Oil_Temperature_C": 58.26565934065934, - "Motor_Current_A": 1.5136195054945052, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5821923076923082, - "Pneumatic_Panel_Pressure_bar": 9.013394505494505, - "Cyclone_Filter_Drop_Pressure_bar": 8.404295604395603, - "Tower_Discharge_Pressure_Drop_bar": -0.017829670329669655, - "Reservoir_Pressure_bar": 9.013575824175824, - "Oil_Temperature_C": 59.244656593406596, - "Motor_Current_A": 1.615300824175824, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6336428571428577, - "Pneumatic_Panel_Pressure_bar": 8.937636263736263, - "Cyclone_Filter_Drop_Pressure_bar": 8.297482417582419, - "Tower_Discharge_Pressure_Drop_bar": -0.016567032967032005, - "Reservoir_Pressure_bar": 8.93876923076923, - "Oil_Temperature_C": 57.8542032967033, - "Motor_Current_A": 1.2846016483516483, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0303956043956048, - "Pneumatic_Panel_Pressure_bar": 9.0398010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.9505302197802195, - "Tower_Discharge_Pressure_Drop_bar": -0.015978021978020743, - "Reservoir_Pressure_bar": 9.040134615384614, - "Oil_Temperature_C": 58.6382760989011, - "Motor_Current_A": 1.829249313186813, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6525714285714289, - "Pneumatic_Panel_Pressure_bar": 9.062339560439561, - "Cyclone_Filter_Drop_Pressure_bar": 8.345048351648352, - "Tower_Discharge_Pressure_Drop_bar": 0.005269230769232072, - "Reservoir_Pressure_bar": 9.063691208791209, - "Oil_Temperature_C": 58.97449175824176, - "Motor_Current_A": 1.5838131868131866, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6571609890109894, - "Pneumatic_Panel_Pressure_bar": 9.012702197802197, - "Cyclone_Filter_Drop_Pressure_bar": 8.321927472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.01815384615384537, - "Reservoir_Pressure_bar": 9.015207692307692, - "Oil_Temperature_C": 59.040954670329675, - "Motor_Current_A": 1.293605769230769, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6740208219178085, - "Pneumatic_Panel_Pressure_bar": 9.007913424657534, - "Cyclone_Filter_Drop_Pressure_bar": 8.314471232876713, - "Tower_Discharge_Pressure_Drop_bar": -0.012980821917808152, - "Reservoir_Pressure_bar": 9.01321205479452, - "Oil_Temperature_C": 59.75398630136987, - "Motor_Current_A": 1.3432465753424656, - "Air_Intake_Valve_Status": 0.9260273972602739, - "Compressor_Outlet_Valve_Status": 0.07397260273972603, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9260273972602739, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6701318681318684, - "Pneumatic_Panel_Pressure_bar": 9.013260439560439, - "Cyclone_Filter_Drop_Pressure_bar": 8.313541208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.0052412087912078985, - "Reservoir_Pressure_bar": 9.01776098901099, - "Oil_Temperature_C": 60.926174450549446, - "Motor_Current_A": 1.3711407967032967, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0118901098901103, - "Pneumatic_Panel_Pressure_bar": 9.09255054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.004341758241758, - "Tower_Discharge_Pressure_Drop_bar": 0.032813186813187775, - "Reservoir_Pressure_bar": 9.098132967032967, - "Oil_Temperature_C": 63.252596153846156, - "Motor_Current_A": 1.5339787087912087, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9382417582417588, - "Pneumatic_Panel_Pressure_bar": 9.056450549450549, - "Cyclone_Filter_Drop_Pressure_bar": 8.08621978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.0125747252747253, - "Reservoir_Pressure_bar": 9.06128021978022, - "Oil_Temperature_C": 64.0470467032967, - "Motor_Current_A": 1.5949629120879125, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6310659340659351, - "Pneumatic_Panel_Pressure_bar": 9.140183516483516, - "Cyclone_Filter_Drop_Pressure_bar": 8.494727472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.012002197802197969, - "Reservoir_Pressure_bar": 9.143397802197804, - "Oil_Temperature_C": 64.51513736263736, - "Motor_Current_A": 1.6316538461538461, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6611824175824188, - "Pneumatic_Panel_Pressure_bar": 9.079974725274726, - "Cyclone_Filter_Drop_Pressure_bar": 8.410678021978022, - "Tower_Discharge_Pressure_Drop_bar": 0.014835164835164704, - "Reservoir_Pressure_bar": 9.08214945054945, - "Oil_Temperature_C": 64.02126373626373, - "Motor_Current_A": 1.3360164835164838, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6228021978021991, - "Pneumatic_Panel_Pressure_bar": 9.007978021978023, - "Cyclone_Filter_Drop_Pressure_bar": 8.369978021978023, - "Tower_Discharge_Pressure_Drop_bar": -0.01256043956043959, - "Reservoir_Pressure_bar": 9.009296703296704, - "Oil_Temperature_C": 63.4706043956044, - "Motor_Current_A": 1.328475274725275, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9239285714285727, - "Pneumatic_Panel_Pressure_bar": 8.979369963369964, - "Cyclone_Filter_Drop_Pressure_bar": 8.038716727716727, - "Tower_Discharge_Pressure_Drop_bar": 0.005713675213675778, - "Reservoir_Pressure_bar": 8.979419413919414, - "Oil_Temperature_C": 62.81723137973138, - "Motor_Current_A": 1.5029258241758243, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7049917582417594, - "Pneumatic_Panel_Pressure_bar": 9.117370879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.371421428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.013973076923075674, - "Reservoir_Pressure_bar": 9.116872527472527, - "Oil_Temperature_C": 63.13738324175824, - "Motor_Current_A": 1.6556435439560442, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6876291208791223, - "Pneumatic_Panel_Pressure_bar": 9.060832417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.366917582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.015343406593405442, - "Reservoir_Pressure_bar": 9.06025, - "Oil_Temperature_C": 62.3573489010989, - "Motor_Current_A": 1.4800755494505493, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6456373626373634, - "Pneumatic_Panel_Pressure_bar": 9.004264285714285, - "Cyclone_Filter_Drop_Pressure_bar": 8.330632417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.016620879120879038, - "Reservoir_Pressure_bar": 9.003330219780219, - "Oil_Temperature_C": 61.066222527472526, - "Motor_Current_A": 1.3026854395604395, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.698681318681319, - "Pneumatic_Panel_Pressure_bar": 8.973445604395605, - "Cyclone_Filter_Drop_Pressure_bar": 8.2649989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.009879120879120658, - "Reservoir_Pressure_bar": 8.972852197802197, - "Oil_Temperature_C": 60.19220467032967, - "Motor_Current_A": 1.324649725274725, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5999945054945056, - "Pneumatic_Panel_Pressure_bar": 8.933045054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.320468131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.018114285714285135, - "Reservoir_Pressure_bar": 8.932748351648351, - "Oil_Temperature_C": 59.37380494505494, - "Motor_Current_A": 1.3176442307692304, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0241043956043958, - "Pneumatic_Panel_Pressure_bar": 9.011076923076924, - "Cyclone_Filter_Drop_Pressure_bar": 7.866785714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.0016538461538450982, - "Reservoir_Pressure_bar": 9.011142857142858, - "Oil_Temperature_C": 59.22362637362638, - "Motor_Current_A": 1.594491758241758, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.113407575757576, - "Pneumatic_Panel_Pressure_bar": 8.860084848484847, - "Cyclone_Filter_Drop_Pressure_bar": 7.72234696969697, - "Tower_Discharge_Pressure_Drop_bar": -0.008083333333332254, - "Reservoir_Pressure_bar": 8.860675757575759, - "Oil_Temperature_C": 60.80534090909091, - "Motor_Current_A": 2.0092575757575757, - "Air_Intake_Valve_Status": 0.8484848484848485, - "Compressor_Outlet_Valve_Status": 0.15151515151515152, - "Active_Tower_ID": 0.9166666666666666, - "Load_Start_Signal": 0.8484848484848485, - "Low_Pressure_Switch_Status": 0.07196969696969698, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-16T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.20349830925299883, - "Pneumatic_Panel_Pressure_bar": 8.509424531201967, - "Cyclone_Filter_Drop_Pressure_bar": 8.499565631724563, - "Tower_Discharge_Pressure_Drop_bar": 0.15679372886566278, - "Reservoir_Pressure_bar": 8.510812788195512, - "Oil_Temperature_C": 60.17647940362742, - "Motor_Current_A": 0.6517430064555796, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.331713785753134, - "Pneumatic_Panel_Pressure_bar": 9.072629032203578, - "Cyclone_Filter_Drop_Pressure_bar": 7.665353073916554, - "Tower_Discharge_Pressure_Drop_bar": 0.0003785651790582221, - "Reservoir_Pressure_bar": 9.072378207098772, - "Oil_Temperature_C": 58.56321219128244, - "Motor_Current_A": 2.89294048942143, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5224063408190228, - "Pneumatic_Panel_Pressure_bar": 9.395693262879789, - "Cyclone_Filter_Drop_Pressure_bar": 8.904295112285338, - "Tower_Discharge_Pressure_Drop_bar": -0.023573579920740512, - "Reservoir_Pressure_bar": 9.391053632760897, - "Oil_Temperature_C": 62.39793923381771, - "Motor_Current_A": 4.007216314398944, - "Air_Intake_Valve_Status": 0.8933949801849406, - "Compressor_Outlet_Valve_Status": 0.10660501981505945, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8933949801849406, - "Low_Pressure_Switch_Status": 0.10660501981505945, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.953512508439748, - "Pneumatic_Panel_Pressure_bar": 7.901351293116102, - "Cyclone_Filter_Drop_Pressure_bar": 2.060514293262881, - "Tower_Discharge_Pressure_Drop_bar": -0.02154825187142112, - "Reservoir_Pressure_bar": 7.898651448701012, - "Oil_Temperature_C": 51.318545868193155, - "Motor_Current_A": 5.282617576691619, - "Air_Intake_Valve_Status": 0.20928519007779245, - "Compressor_Outlet_Valve_Status": 0.7907148099222074, - "Active_Tower_ID": 0.6, - "Load_Start_Signal": 0.20928519007779245, - "Low_Pressure_Switch_Status": 0.4129370321444298, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4571153846153846, - "Pneumatic_Panel_Pressure_bar": 9.018175824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.501851648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.021346153846152596, - "Reservoir_Pressure_bar": 9.01821978021978, - "Oil_Temperature_C": 62.65563186813187, - "Motor_Current_A": 3.1152335164835163, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.5506087912087914, - "Pneumatic_Panel_Pressure_bar": 9.13103956043956, - "Cyclone_Filter_Drop_Pressure_bar": 6.574131868131868, - "Tower_Discharge_Pressure_Drop_bar": 0.11060989010989092, - "Reservoir_Pressure_bar": 9.131572527472528, - "Oil_Temperature_C": 65.40517857142858, - "Motor_Current_A": 3.3996703296703297, - "Air_Intake_Valve_Status": 0.7307692307692307, - "Compressor_Outlet_Valve_Status": 0.2692307692307692, - "Active_Tower_ID": 0.8653846153846154, - "Load_Start_Signal": 0.7307692307692307, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7986906593406595, - "Pneumatic_Panel_Pressure_bar": 8.968137912087911, - "Cyclone_Filter_Drop_Pressure_bar": 7.109943956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.013967032967032524, - "Reservoir_Pressure_bar": 8.969064835164835, - "Oil_Temperature_C": 65.09175824175824, - "Motor_Current_A": 2.962326236263736, - "Air_Intake_Valve_Status": 0.7967032967032966, - "Compressor_Outlet_Valve_Status": 0.2032967032967033, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7967032967032966, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6223076923076922, - "Pneumatic_Panel_Pressure_bar": 9.057064835164836, - "Cyclone_Filter_Drop_Pressure_bar": 7.381917582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.020183516483515865, - "Reservoir_Pressure_bar": 9.059660439560439, - "Oil_Temperature_C": 65.23211538461538, - "Motor_Current_A": 3.1501043956043953, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9054945054945056, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.167038461538462, - "Pneumatic_Panel_Pressure_bar": 9.046184065934066, - "Cyclone_Filter_Drop_Pressure_bar": 5.857373626373626, - "Tower_Discharge_Pressure_Drop_bar": 0.24734065934065996, - "Reservoir_Pressure_bar": 9.049728021978023, - "Oil_Temperature_C": 67.67750686813187, - "Motor_Current_A": 3.631043956043956, - "Air_Intake_Valve_Status": 0.6538461538461539, - "Compressor_Outlet_Valve_Status": 0.34615384615384615, - "Active_Tower_ID": 0.8296703296703297, - "Load_Start_Signal": 0.6538461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8851483516483525, - "Pneumatic_Panel_Pressure_bar": 9.025830769230769, - "Cyclone_Filter_Drop_Pressure_bar": 7.079814285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.0156890109890096, - "Reservoir_Pressure_bar": 9.03145934065934, - "Oil_Temperature_C": 67.60586538461538, - "Motor_Current_A": 3.3926057692307694, - "Air_Intake_Valve_Status": 0.7884615384615384, - "Compressor_Outlet_Valve_Status": 0.21153846153846154, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.7884615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.474844383561645, - "Pneumatic_Panel_Pressure_bar": 9.005676164383562, - "Cyclone_Filter_Drop_Pressure_bar": 7.515269589041097, - "Tower_Discharge_Pressure_Drop_bar": -0.015457534246573966, - "Reservoir_Pressure_bar": 9.00971397260274, - "Oil_Temperature_C": 67.19700684931507, - "Motor_Current_A": 2.926010273972603, - "Air_Intake_Valve_Status": 0.8383561643835616, - "Compressor_Outlet_Valve_Status": 0.16164383561643836, - "Active_Tower_ID": 0.9205479452054794, - "Load_Start_Signal": 0.8383561643835616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.614017391304348, - "Pneumatic_Panel_Pressure_bar": 9.213530434782609, - "Cyclone_Filter_Drop_Pressure_bar": 3.236052173913044, - "Tower_Discharge_Pressure_Drop_bar": -0.015721739130433593, - "Reservoir_Pressure_bar": 9.21553043478261, - "Oil_Temperature_C": 66.51891304347826, - "Motor_Current_A": 3.967804347826087, - "Air_Intake_Valve_Status": 0.34782608695652173, - "Compressor_Outlet_Valve_Status": 0.6521739130434783, - "Active_Tower_ID": 0.6086956521739131, - "Load_Start_Signal": 0.34782608695652173, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.18571233222439085, - "Pneumatic_Panel_Pressure_bar": 9.31754603648044, - "Cyclone_Filter_Drop_Pressure_bar": 9.156244579557187, - "Tower_Discharge_Pressure_Drop_bar": -0.014621131123092037, - "Reservoir_Pressure_bar": 9.318303774234254, - "Oil_Temperature_C": 66.81452850751405, - "Motor_Current_A": 0.40794281289434425, - "Air_Intake_Valve_Status": 0.9223586096133991, - "Compressor_Outlet_Valve_Status": 0.0776413903866009, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9223586096133991, - "Low_Pressure_Switch_Status": 0.0776413903866009, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-17T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.8070615825129175, - "Pneumatic_Panel_Pressure_bar": 7.593927028955994, - "Cyclone_Filter_Drop_Pressure_bar": 4.953859490789039, - "Tower_Discharge_Pressure_Drop_bar": -0.022469058300796776, - "Reservoir_Pressure_bar": 7.592787570072519, - "Oil_Temperature_C": 51.7633904782216, - "Motor_Current_A": 3.559462638768802, - "Air_Intake_Valve_Status": 0.5504281150848492, - "Compressor_Outlet_Valve_Status": 0.4495718849151507, - "Active_Tower_ID": 0.7651006711409396, - "Load_Start_Signal": 0.5504281150848492, - "Low_Pressure_Switch_Status": 0.30192087820374136, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-17T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.751098760181188, - "Pneumatic_Panel_Pressure_bar": 8.92855116857708, - "Cyclone_Filter_Drop_Pressure_bar": 6.2617889288220665, - "Tower_Discharge_Pressure_Drop_bar": 0.007694915254238641, - "Reservoir_Pressure_bar": 8.927171732981733, - "Oil_Temperature_C": 58.03521744678137, - "Motor_Current_A": 3.1826578004380837, - "Air_Intake_Valve_Status": 0.6949152542372882, - "Compressor_Outlet_Valve_Status": 0.3050847457627119, - "Active_Tower_ID": 0.8422601705548348, - "Load_Start_Signal": 0.6949152542372882, - "Low_Pressure_Switch_Status": 0.05412457733449588, - "Tower_Discharge_Switch_Status": 0.9915254237288136, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6916637362637363, - "Pneumatic_Panel_Pressure_bar": 9.101082417582417, - "Cyclone_Filter_Drop_Pressure_bar": 7.351445054945055, - "Tower_Discharge_Pressure_Drop_bar": 0.08418681318681424, - "Reservoir_Pressure_bar": 9.101327472527473, - "Oil_Temperature_C": 64.21232142857143, - "Motor_Current_A": 2.8696112637362634, - "Air_Intake_Valve_Status": 0.8148351648351649, - "Compressor_Outlet_Valve_Status": 0.18516483516483517, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.8148351648351649, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.442423076923077, - "Pneumatic_Panel_Pressure_bar": 9.039616483516484, - "Cyclone_Filter_Drop_Pressure_bar": 7.545401098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.02142857142857014, - "Reservoir_Pressure_bar": 9.040220879120879, - "Oil_Temperature_C": 64.24876373626374, - "Motor_Current_A": 2.6775425824175825, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4257197802197803, - "Pneumatic_Panel_Pressure_bar": 9.028527472527472, - "Cyclone_Filter_Drop_Pressure_bar": 7.5836428571428565, - "Tower_Discharge_Pressure_Drop_bar": -0.021565934065932723, - "Reservoir_Pressure_bar": 9.029675824175824, - "Oil_Temperature_C": 64.28633241758241, - "Motor_Current_A": 2.6149313186813186, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0728846153846154, - "Pneumatic_Panel_Pressure_bar": 8.982201098901099, - "Cyclone_Filter_Drop_Pressure_bar": 6.840684615384616, - "Tower_Discharge_Pressure_Drop_bar": 0.13782967032967156, - "Reservoir_Pressure_bar": 8.98292087912088, - "Oil_Temperature_C": 64.40706043956044, - "Motor_Current_A": 2.7737980769230766, - "Air_Intake_Valve_Status": 0.7664835164835165, - "Compressor_Outlet_Valve_Status": 0.23351648351648352, - "Active_Tower_ID": 0.8818681318681318, - "Load_Start_Signal": 0.7664835164835165, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.125807692307693, - "Pneumatic_Panel_Pressure_bar": 9.099162637362637, - "Cyclone_Filter_Drop_Pressure_bar": 4.894701098901099, - "Tower_Discharge_Pressure_Drop_bar": 0.5970945054945056, - "Reservoir_Pressure_bar": 9.100458241758242, - "Oil_Temperature_C": 68.861510989011, - "Motor_Current_A": 3.9786923076923073, - "Air_Intake_Valve_Status": 0.5384615384615384, - "Compressor_Outlet_Valve_Status": 0.46153846153846156, - "Active_Tower_ID": 0.7664835164835165, - "Load_Start_Signal": 0.5384615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5715604395604397, - "Pneumatic_Panel_Pressure_bar": 8.963916483516483, - "Cyclone_Filter_Drop_Pressure_bar": 7.337520879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.020492307692306696, - "Reservoir_Pressure_bar": 8.964187912087912, - "Oil_Temperature_C": 64.8420054945055, - "Motor_Current_A": 2.802475274725275, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7961934065934064, - "Pneumatic_Panel_Pressure_bar": 9.029130769230768, - "Cyclone_Filter_Drop_Pressure_bar": 7.197289010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.01945604395604275, - "Reservoir_Pressure_bar": 9.03012087912088, - "Oil_Temperature_C": 65.12, - "Motor_Current_A": 3.137425824175824, - "Air_Intake_Valve_Status": 0.8021978021978022, - "Compressor_Outlet_Valve_Status": 0.1978021978021978, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.8021978021978022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6106575342465752, - "Pneumatic_Panel_Pressure_bar": 8.991300273972602, - "Cyclone_Filter_Drop_Pressure_bar": 7.339130410958904, - "Tower_Discharge_Pressure_Drop_bar": -0.021117808219177046, - "Reservoir_Pressure_bar": 8.993197260273972, - "Oil_Temperature_C": 64.89215068493151, - "Motor_Current_A": 2.9444561643835616, - "Air_Intake_Valve_Status": 0.8191780821917808, - "Compressor_Outlet_Valve_Status": 0.18082191780821918, - "Active_Tower_ID": 0.9068493150684932, - "Load_Start_Signal": 0.8191780821917808, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7564291208791212, - "Pneumatic_Panel_Pressure_bar": 9.064614835164836, - "Cyclone_Filter_Drop_Pressure_bar": 7.289758241758243, - "Tower_Discharge_Pressure_Drop_bar": -0.007103846153845736, - "Reservoir_Pressure_bar": 9.06649945054945, - "Oil_Temperature_C": 65.84587225274726, - "Motor_Current_A": 3.090643543956044, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5188065934065937, - "Pneumatic_Panel_Pressure_bar": 9.032348351648352, - "Cyclone_Filter_Drop_Pressure_bar": 7.489891208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.014324175824175804, - "Reservoir_Pressure_bar": 9.03462197802198, - "Oil_Temperature_C": 65.99931318681318, - "Motor_Current_A": 2.9246277472527473, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6107549450549457, - "Pneumatic_Panel_Pressure_bar": 9.059597802197802, - "Cyclone_Filter_Drop_Pressure_bar": 7.396141758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.005631868131868292, - "Reservoir_Pressure_bar": 9.061863736263737, - "Oil_Temperature_C": 66.28804945054945, - "Motor_Current_A": 2.7768901098901098, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7947032967032972, - "Pneumatic_Panel_Pressure_bar": 9.095908791208792, - "Cyclone_Filter_Drop_Pressure_bar": 7.301546153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.007058241758241531, - "Reservoir_Pressure_bar": 9.098139560439561, - "Oil_Temperature_C": 67.01817307692308, - "Motor_Current_A": 3.0942239010989017, - "Air_Intake_Valve_Status": 0.8021978021978022, - "Compressor_Outlet_Valve_Status": 0.1978021978021978, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.8021978021978022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4653468493150694, - "Pneumatic_Panel_Pressure_bar": 9.06990684931507, - "Cyclone_Filter_Drop_Pressure_bar": 7.5837030136986305, - "Tower_Discharge_Pressure_Drop_bar": -0.010164383561643495, - "Reservoir_Pressure_bar": 9.072381369863013, - "Oil_Temperature_C": 66.88182191780822, - "Motor_Current_A": 2.887835616438356, - "Air_Intake_Valve_Status": 0.8383561643835616, - "Compressor_Outlet_Valve_Status": 0.16164383561643836, - "Active_Tower_ID": 0.915068493150685, - "Load_Start_Signal": 0.8383561643835616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8131873626373634, - "Pneumatic_Panel_Pressure_bar": 9.040807692307691, - "Cyclone_Filter_Drop_Pressure_bar": 7.198625824175825, - "Tower_Discharge_Pressure_Drop_bar": -0.0013076923076914032, - "Reservoir_Pressure_bar": 9.042802197802198, - "Oil_Temperature_C": 66.8248695054945, - "Motor_Current_A": 2.8817857142857144, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5195423076923085, - "Pneumatic_Panel_Pressure_bar": 9.11087802197802, - "Cyclone_Filter_Drop_Pressure_bar": 7.585996703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.016939560439559756, - "Reservoir_Pressure_bar": 9.11233956043956, - "Oil_Temperature_C": 67.19703983516483, - "Motor_Current_A": 3.016419642857143, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5686373626373633, - "Pneumatic_Panel_Pressure_bar": 9.050980769230769, - "Cyclone_Filter_Drop_Pressure_bar": 7.455467032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.011140109890109572, - "Reservoir_Pressure_bar": 9.052747252747253, - "Oil_Temperature_C": 66.76940247252747, - "Motor_Current_A": 2.8139320054945056, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8304725274725282, - "Pneumatic_Panel_Pressure_bar": 9.10582967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.238598901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.007939560439560305, - "Reservoir_Pressure_bar": 9.106446703296703, - "Oil_Temperature_C": 67.01160027472527, - "Motor_Current_A": 3.1901325549450554, - "Air_Intake_Valve_Status": 0.7967032967032966, - "Compressor_Outlet_Valve_Status": 0.2032967032967033, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7967032967032966, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7178076712328774, - "Pneumatic_Panel_Pressure_bar": 9.035091506849314, - "Cyclone_Filter_Drop_Pressure_bar": 7.283535890410959, - "Tower_Discharge_Pressure_Drop_bar": -0.01863561643835623, - "Reservoir_Pressure_bar": 9.035979178082192, - "Oil_Temperature_C": 66.28843150684932, - "Motor_Current_A": 2.981230136986302, - "Air_Intake_Valve_Status": 0.8082191780821918, - "Compressor_Outlet_Valve_Status": 0.1917808219178082, - "Active_Tower_ID": 0.9095890410958904, - "Load_Start_Signal": 0.8082191780821918, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8075225609756105, - "Pneumatic_Panel_Pressure_bar": 9.146415853658537, - "Cyclone_Filter_Drop_Pressure_bar": 7.3047865853658545, - "Tower_Discharge_Pressure_Drop_bar": -0.016938414634146103, - "Reservoir_Pressure_bar": 9.146543902439024, - "Oil_Temperature_C": 66.51873475609756, - "Motor_Current_A": 3.175203506097561, - "Air_Intake_Valve_Status": 0.801829268292683, - "Compressor_Outlet_Valve_Status": 0.19817073170731708, - "Active_Tower_ID": 0.9051829268292683, - "Load_Start_Signal": 0.801829268292683, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9969512195121951, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4474076923076926, - "Pneumatic_Panel_Pressure_bar": 9.035629670329671, - "Cyclone_Filter_Drop_Pressure_bar": 7.517368131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.01662087912087861, - "Reservoir_Pressure_bar": 9.036401098901099, - "Oil_Temperature_C": 66.11365384615384, - "Motor_Current_A": 2.9901634615384616, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9058520547945204, - "Pneumatic_Panel_Pressure_bar": 9.067918904109588, - "Cyclone_Filter_Drop_Pressure_bar": 7.127902465753425, - "Tower_Discharge_Pressure_Drop_bar": 0.04129863013698706, - "Reservoir_Pressure_bar": 9.06882904109589, - "Oil_Temperature_C": 65.82931506849316, - "Motor_Current_A": 2.947536301369863, - "Air_Intake_Valve_Status": 0.7917808219178082, - "Compressor_Outlet_Valve_Status": 0.20821917808219179, - "Active_Tower_ID": 0.8958904109589041, - "Load_Start_Signal": 0.7917808219178082, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.443373626373626, - "Pneumatic_Panel_Pressure_bar": 9.011240109890108, - "Cyclone_Filter_Drop_Pressure_bar": 7.548421428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.015115934065933395, - "Reservoir_Pressure_bar": 9.01258076923077, - "Oil_Temperature_C": 65.68403846153846, - "Motor_Current_A": 2.751179945054945, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5561642857142857, - "Pneumatic_Panel_Pressure_bar": 9.000834065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.408097252747252, - "Tower_Discharge_Pressure_Drop_bar": -0.01920384615384536, - "Reservoir_Pressure_bar": 9.00256978021978, - "Oil_Temperature_C": 65.56251373626374, - "Motor_Current_A": 2.7451991758241756, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-18T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.873464406779661, - "Pneumatic_Panel_Pressure_bar": 9.107262372881356, - "Cyclone_Filter_Drop_Pressure_bar": 7.2123579661016946, - "Tower_Discharge_Pressure_Drop_bar": -0.0005762711864397528, - "Reservoir_Pressure_bar": 9.108520677966103, - "Oil_Temperature_C": 66.05025423728814, - "Motor_Current_A": 3.349822033898305, - "Air_Intake_Valve_Status": 0.7932203389830509, - "Compressor_Outlet_Valve_Status": 0.20677966101694914, - "Active_Tower_ID": 0.8915254237288136, - "Load_Start_Signal": 0.7932203389830509, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9966101694915255, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2401790568124686, - "Pneumatic_Panel_Pressure_bar": 8.748228030165912, - "Cyclone_Filter_Drop_Pressure_bar": 6.125446620412268, - "Tower_Discharge_Pressure_Drop_bar": -0.004978461538460965, - "Reservoir_Pressure_bar": 8.748914461538462, - "Oil_Temperature_C": 63.96607078934137, - "Motor_Current_A": 2.0717823026646554, - "Air_Intake_Valve_Status": 0.6815847159376571, - "Compressor_Outlet_Valve_Status": 0.3184152840623429, - "Active_Tower_ID": 0.84, - "Load_Start_Signal": 0.6815847159376571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9969230769230769, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01309311740890668, - "Pneumatic_Panel_Pressure_bar": 5.633854251012146, - "Cyclone_Filter_Drop_Pressure_bar": -0.010202429149795942, - "Tower_Discharge_Pressure_Drop_bar": -0.02010526315789418, - "Reservoir_Pressure_bar": 5.634854251012146, - "Oil_Temperature_C": 52.72019230769231, - "Motor_Current_A": 0.02285425101214556, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5141700404858299, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.9919028340080972, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.39676413189771154, - "Pneumatic_Panel_Pressure_bar": 4.585428162853298, - "Cyclone_Filter_Drop_Pressure_bar": -0.009999999999998, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 4.584446500672948, - "Oil_Temperature_C": 46.82901665545088, - "Motor_Current_A": 0.5209389720726781, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-19T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.35430024674742, - "Pneumatic_Panel_Pressure_bar": 3.951064023478391, - "Cyclone_Filter_Drop_Pressure_bar": -0.010222222222220488, - "Tower_Discharge_Pressure_Drop_bar": -0.022444444444444198, - "Reservoir_Pressure_bar": 3.943615335726035, - "Oil_Temperature_C": 32.30768421938089, - "Motor_Current_A": 4.954015650702855, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.3333333333333333, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8853021978021982, - "Pneumatic_Panel_Pressure_bar": 8.90384065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.034016483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.010412087912088287, - "Reservoir_Pressure_bar": 8.90370879120879, - "Oil_Temperature_C": 58.995260989010994, - "Motor_Current_A": 3.0492239010989013, - "Air_Intake_Valve_Status": 0.7802197802197802, - "Compressor_Outlet_Valve_Status": 0.21978021978021978, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.7802197802197802, - "Low_Pressure_Switch_Status": 0.0521978021978022, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.790478021978022, - "Pneumatic_Panel_Pressure_bar": 9.087643956043955, - "Cyclone_Filter_Drop_Pressure_bar": 7.271572527472528, - "Tower_Discharge_Pressure_Drop_bar": 0.022698901098901835, - "Reservoir_Pressure_bar": 9.087923076923076, - "Oil_Temperature_C": 64.13634615384616, - "Motor_Current_A": 2.903722527472527, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7854725274725276, - "Pneumatic_Panel_Pressure_bar": 8.959240109890109, - "Cyclone_Filter_Drop_Pressure_bar": 7.16559010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.021347802197801077, - "Reservoir_Pressure_bar": 8.96063021978022, - "Oil_Temperature_C": 64.5107554945055, - "Motor_Current_A": 2.877570741758242, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.428913186813187, - "Pneumatic_Panel_Pressure_bar": 9.102656043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.648986813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.01744725274725247, - "Reservoir_Pressure_bar": 9.106457142857142, - "Oil_Temperature_C": 65.97322802197803, - "Motor_Current_A": 2.999434065934066, - "Air_Intake_Valve_Status": 0.8417582417582417, - "Compressor_Outlet_Valve_Status": 0.15824175824175823, - "Active_Tower_ID": 0.9214285714285714, - "Load_Start_Signal": 0.8417582417582417, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.282697802197802, - "Pneumatic_Panel_Pressure_bar": 9.469151098901099, - "Cyclone_Filter_Drop_Pressure_bar": 2.10431043956044, - "Tower_Discharge_Pressure_Drop_bar": 1.0055384615384615, - "Reservoir_Pressure_bar": 9.47232142857143, - "Oil_Temperature_C": 73.91514423076923, - "Motor_Current_A": 5.012334478021978, - "Air_Intake_Valve_Status": 0.23351648351648352, - "Compressor_Outlet_Valve_Status": 0.7664835164835165, - "Active_Tower_ID": 0.6126373626373627, - "Load_Start_Signal": 0.23351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5440043956043965, - "Pneumatic_Panel_Pressure_bar": 9.045732967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.497660989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.01361593406593339, - "Reservoir_Pressure_bar": 9.048660989010989, - "Oil_Temperature_C": 68.47406593406593, - "Motor_Current_A": 2.677293956043956, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.549934065934067, - "Pneumatic_Panel_Pressure_bar": 9.08678021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.502725274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.012620879120878255, - "Reservoir_Pressure_bar": 9.090510989010989, - "Oil_Temperature_C": 67.58949175824176, - "Motor_Current_A": 2.684375, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.465468131868133, - "Pneumatic_Panel_Pressure_bar": 9.06311978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.5853175824175825, - "Tower_Discharge_Pressure_Drop_bar": -0.014230769230768383, - "Reservoir_Pressure_bar": 9.06634945054945, - "Oil_Temperature_C": 67.51222527472528, - "Motor_Current_A": 2.6139217032967035, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4069945054945066, - "Pneumatic_Panel_Pressure_bar": 9.06955824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.63534065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.011849450549450209, - "Reservoir_Pressure_bar": 9.071545054945055, - "Oil_Temperature_C": 68.01028846153847, - "Motor_Current_A": 2.622637362637363, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.481313186813188, - "Pneumatic_Panel_Pressure_bar": 9.06645824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.567287912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.012508791208791174, - "Reservoir_Pressure_bar": 9.067086813186814, - "Oil_Temperature_C": 68.39670329670331, - "Motor_Current_A": 2.6531318681318683, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5070054945054956, - "Pneumatic_Panel_Pressure_bar": 9.088963736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.534968131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.0020824175824170027, - "Reservoir_Pressure_bar": 9.089083516483516, - "Oil_Temperature_C": 67.83053571428572, - "Motor_Current_A": 2.6754107142857144, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4251616438356176, - "Pneumatic_Panel_Pressure_bar": 9.050768219178082, - "Cyclone_Filter_Drop_Pressure_bar": 7.630197808219178, - "Tower_Discharge_Pressure_Drop_bar": -0.010997260273971526, - "Reservoir_Pressure_bar": 9.050505205479451, - "Oil_Temperature_C": 67.24043835616438, - "Motor_Current_A": 2.6201226027397264, - "Air_Intake_Valve_Status": 0.8465753424657534, - "Compressor_Outlet_Valve_Status": 0.15342465753424658, - "Active_Tower_ID": 0.9260273972602739, - "Load_Start_Signal": 0.8465753424657534, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.475653846153847, - "Pneumatic_Panel_Pressure_bar": 9.048675824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.576423626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.003159340659339463, - "Reservoir_Pressure_bar": 9.048604945054946, - "Oil_Temperature_C": 66.89087912087912, - "Motor_Current_A": 2.6610508241758244, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4950329670329683, - "Pneumatic_Panel_Pressure_bar": 9.042795054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.544685164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.016941208791208192, - "Reservoir_Pressure_bar": 9.042120879120878, - "Oil_Temperature_C": 65.92878434065933, - "Motor_Current_A": 2.666540521978022, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6071098901098908, - "Pneumatic_Panel_Pressure_bar": 9.050505494505494, - "Cyclone_Filter_Drop_Pressure_bar": 7.409895604395605, - "Tower_Discharge_Pressure_Drop_bar": 0.015472527472527468, - "Reservoir_Pressure_bar": 9.05015054945055, - "Oil_Temperature_C": 65.33482142857143, - "Motor_Current_A": 2.7394230769230767, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5002969863013704, - "Pneumatic_Panel_Pressure_bar": 9.030703561643836, - "Cyclone_Filter_Drop_Pressure_bar": 7.482117260273973, - "Tower_Discharge_Pressure_Drop_bar": -0.0038619178082187314, - "Reservoir_Pressure_bar": 9.030633424657534, - "Oil_Temperature_C": 64.68223287671233, - "Motor_Current_A": 2.7246698630136987, - "Air_Intake_Valve_Status": 0.8356164383561644, - "Compressor_Outlet_Valve_Status": 0.1643835616438356, - "Active_Tower_ID": 0.9178082191780822, - "Load_Start_Signal": 0.8356164383561644, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.750379120879121, - "Pneumatic_Panel_Pressure_bar": 8.61111868131868, - "Cyclone_Filter_Drop_Pressure_bar": 2.6330417582417587, - "Tower_Discharge_Pressure_Drop_bar": 1.301708241758242, - "Reservoir_Pressure_bar": 8.611810989010989, - "Oil_Temperature_C": 69.07147664835165, - "Motor_Current_A": 4.397966346153846, - "Air_Intake_Valve_Status": 0.29945054945054944, - "Compressor_Outlet_Valve_Status": 0.7005494505494505, - "Active_Tower_ID": 0.6456043956043956, - "Load_Start_Signal": 0.29945054945054944, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.910947802197803, - "Pneumatic_Panel_Pressure_bar": 8.002279120879122, - "Cyclone_Filter_Drop_Pressure_bar": -0.009111538461537136, - "Tower_Discharge_Pressure_Drop_bar": 2.0398785714285714, - "Reservoir_Pressure_bar": 8.00491098901099, - "Oil_Temperature_C": 73.82366758241758, - "Motor_Current_A": 5.531150412087912, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-19T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.920483516483516, - "Pneumatic_Panel_Pressure_bar": 7.9876565934065935, - "Cyclone_Filter_Drop_Pressure_bar": -0.008774725274723968, - "Tower_Discharge_Pressure_Drop_bar": 2.038392857142857, - "Reservoir_Pressure_bar": 7.990414835164835, - "Oil_Temperature_C": 73.96679258241758, - "Motor_Current_A": 5.524776785714286, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49175824175824173, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.923691208791208, - "Pneumatic_Panel_Pressure_bar": 8.018813736263736, - "Cyclone_Filter_Drop_Pressure_bar": -0.00864670329670207, - "Tower_Discharge_Pressure_Drop_bar": 2.037079120879121, - "Reservoir_Pressure_bar": 8.02190164835165, - "Oil_Temperature_C": 73.80293269230769, - "Motor_Current_A": 5.519126373626373, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.920308791208791, - "Pneumatic_Panel_Pressure_bar": 8.028531868131868, - "Cyclone_Filter_Drop_Pressure_bar": -0.008565934065932854, - "Tower_Discharge_Pressure_Drop_bar": 2.031992307692308, - "Reservoir_Pressure_bar": 8.031247252747253, - "Oil_Temperature_C": 73.55906593406593, - "Motor_Current_A": 5.497293956043956, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.936038461538461, - "Pneumatic_Panel_Pressure_bar": 8.022604395604397, - "Cyclone_Filter_Drop_Pressure_bar": -0.00813186813186716, - "Tower_Discharge_Pressure_Drop_bar": 2.034763736263736, - "Reservoir_Pressure_bar": 8.025423076923076, - "Oil_Temperature_C": 73.80137362637363, - "Motor_Current_A": 5.501071428571429, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.915794505494506, - "Pneumatic_Panel_Pressure_bar": 7.976789010989011, - "Cyclone_Filter_Drop_Pressure_bar": -0.007424175824175241, - "Tower_Discharge_Pressure_Drop_bar": 2.02490989010989, - "Reservoir_Pressure_bar": 7.979695604395604, - "Oil_Temperature_C": 73.85317307692308, - "Motor_Current_A": 5.502021978021978, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.808279120879121, - "Pneumatic_Panel_Pressure_bar": 7.833341758241759, - "Cyclone_Filter_Drop_Pressure_bar": -0.007102197802197406, - "Tower_Discharge_Pressure_Drop_bar": 1.986389010989011, - "Reservoir_Pressure_bar": 7.83488901098901, - "Oil_Temperature_C": 73.17586538461538, - "Motor_Current_A": 5.478626373626374, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.760296703296704, - "Pneumatic_Panel_Pressure_bar": 7.829321428571428, - "Cyclone_Filter_Drop_Pressure_bar": -0.0070164835164831475, - "Tower_Discharge_Pressure_Drop_bar": 1.9671565934065933, - "Reservoir_Pressure_bar": 7.830480769230769, - "Oil_Temperature_C": 73.11682692307693, - "Motor_Current_A": 5.477510302197802, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.74966868131868, - "Pneumatic_Panel_Pressure_bar": 7.82989945054945, - "Cyclone_Filter_Drop_Pressure_bar": -0.00746868131868072, - "Tower_Discharge_Pressure_Drop_bar": 1.9610478021978024, - "Reservoir_Pressure_bar": 7.831175824175824, - "Oil_Temperature_C": 73.27293269230769, - "Motor_Current_A": 5.468120192307692, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.790474175824175, - "Pneumatic_Panel_Pressure_bar": 7.85948021978022, - "Cyclone_Filter_Drop_Pressure_bar": -0.007159340659340221, - "Tower_Discharge_Pressure_Drop_bar": 1.9740620879120878, - "Reservoir_Pressure_bar": 7.8605851648351655, - "Oil_Temperature_C": 73.51042582417583, - "Motor_Current_A": 5.479140796703296, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49752747252747254, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.797752747252748, - "Pneumatic_Panel_Pressure_bar": 7.844840659340659, - "Cyclone_Filter_Drop_Pressure_bar": -0.007032967032966664, - "Tower_Discharge_Pressure_Drop_bar": 1.978989010989011, - "Reservoir_Pressure_bar": 7.8464780219780215, - "Oil_Temperature_C": 74.29237637362637, - "Motor_Current_A": 5.467637362637363, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.733771978021978, - "Pneumatic_Panel_Pressure_bar": 7.818238461538462, - "Cyclone_Filter_Drop_Pressure_bar": -0.006289560439560401, - "Tower_Discharge_Pressure_Drop_bar": 1.9585472527472527, - "Reservoir_Pressure_bar": 7.820150549450549, - "Oil_Temperature_C": 74.59811813186813, - "Motor_Current_A": 5.4496703296703295, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.744528571428572, - "Pneumatic_Panel_Pressure_bar": 7.798345054945055, - "Cyclone_Filter_Drop_Pressure_bar": -0.005521978021978247, - "Tower_Discharge_Pressure_Drop_bar": 1.964835164835165, - "Reservoir_Pressure_bar": 7.800400000000001, - "Oil_Temperature_C": 74.99912087912088, - "Motor_Current_A": 5.441144230769231, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49175824175824173, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.748474725274725, - "Pneumatic_Panel_Pressure_bar": 7.775328571428571, - "Cyclone_Filter_Drop_Pressure_bar": -0.005060439560439931, - "Tower_Discharge_Pressure_Drop_bar": 1.9636923076923076, - "Reservoir_Pressure_bar": 7.776971428571428, - "Oil_Temperature_C": 74.89675824175825, - "Motor_Current_A": 5.4477403846153845, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5038461538461538, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.745942307692308, - "Pneumatic_Panel_Pressure_bar": 7.834392857142857, - "Cyclone_Filter_Drop_Pressure_bar": -0.005395604395604641, - "Tower_Discharge_Pressure_Drop_bar": 1.9606098901098903, - "Reservoir_Pressure_bar": 7.835870879120879, - "Oil_Temperature_C": 74.7042239010989, - "Motor_Current_A": 5.4423798076923084, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.779282417582418, - "Pneumatic_Panel_Pressure_bar": 7.846635164835165, - "Cyclone_Filter_Drop_Pressure_bar": -0.005186813186813656, - "Tower_Discharge_Pressure_Drop_bar": 1.9692010989010986, - "Reservoir_Pressure_bar": 7.848025274725274, - "Oil_Temperature_C": 74.5934478021978, - "Motor_Current_A": 5.452535714285714, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.80912967032967, - "Pneumatic_Panel_Pressure_bar": 7.8659879120879115, - "Cyclone_Filter_Drop_Pressure_bar": -0.005648351648351943, - "Tower_Discharge_Pressure_Drop_bar": 1.9746428571428571, - "Reservoir_Pressure_bar": 7.867543956043956, - "Oil_Temperature_C": 74.3775, - "Motor_Current_A": 5.464083791208791, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.802703296703298, - "Pneumatic_Panel_Pressure_bar": 7.825258241758241, - "Cyclone_Filter_Drop_Pressure_bar": -0.005983516483516624, - "Tower_Discharge_Pressure_Drop_bar": 1.969445054945055, - "Reservoir_Pressure_bar": 7.826604395604396, - "Oil_Temperature_C": 74.11373626373627, - "Motor_Current_A": 5.46228021978022, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.761749450549451, - "Pneumatic_Panel_Pressure_bar": 7.831037362637363, - "Cyclone_Filter_Drop_Pressure_bar": -0.006582417582417442, - "Tower_Discharge_Pressure_Drop_bar": 1.9520802197802196, - "Reservoir_Pressure_bar": 7.832816483516483, - "Oil_Temperature_C": 73.79322802197802, - "Motor_Current_A": 5.462354395604396, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.7897318681318675, - "Pneumatic_Panel_Pressure_bar": 7.862296703296702, - "Cyclone_Filter_Drop_Pressure_bar": -0.006505494505494427, - "Tower_Discharge_Pressure_Drop_bar": 1.957332967032967, - "Reservoir_Pressure_bar": 7.863571428571429, - "Oil_Temperature_C": 73.46462912087912, - "Motor_Current_A": 5.470027472527472, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.813183673469388, - "Pneumatic_Panel_Pressure_bar": 7.8564795918367345, - "Cyclone_Filter_Drop_Pressure_bar": -0.007231292517006325, - "Tower_Discharge_Pressure_Drop_bar": 1.9621938775510204, - "Reservoir_Pressure_bar": 7.857612244897959, - "Oil_Temperature_C": 73.3233843537415, - "Motor_Current_A": 5.481381802721088, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4965986394557823, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9965986394557823, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.99775840242489, - "Pneumatic_Panel_Pressure_bar": 7.677130783631988, - "Cyclone_Filter_Drop_Pressure_bar": -0.0079999999999991, - "Tower_Discharge_Pressure_Drop_bar": 1.642041900686457, - "Reservoir_Pressure_bar": 7.678506730854952, - "Oil_Temperature_C": 70.5734264954979, - "Motor_Current_A": 5.31033475973968, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.06240527770348578, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-20T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.245556732340792, - "Pneumatic_Panel_Pressure_bar": 5.769492056699652, - "Cyclone_Filter_Drop_Pressure_bar": -0.00839999999999888, - "Tower_Discharge_Pressure_Drop_bar": 0.011501476924905921, - "Reservoir_Pressure_bar": 5.764857293988291, - "Oil_Temperature_C": 49.08571758640159, - "Motor_Current_A": 5.40439974294969, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.8568096044694066, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8302116182572614, - "Pneumatic_Panel_Pressure_bar": 9.131925311203318, - "Cyclone_Filter_Drop_Pressure_bar": 7.330663900414938, - "Tower_Discharge_Pressure_Drop_bar": -0.012215767634853509, - "Reservoir_Pressure_bar": 9.130377593360995, - "Oil_Temperature_C": 62.53791493775934, - "Motor_Current_A": 3.1714574688796677, - "Air_Intake_Valve_Status": 0.8049792531120332, - "Compressor_Outlet_Valve_Status": 0.1950207468879668, - "Active_Tower_ID": 0.9004149377593361, - "Load_Start_Signal": 0.8049792531120332, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.995850622406639, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-20T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.19783651588321252, - "Pneumatic_Panel_Pressure_bar": 8.662332462008774, - "Cyclone_Filter_Drop_Pressure_bar": 8.47804855788401, - "Tower_Discharge_Pressure_Drop_bar": -0.022108723583357713, - "Reservoir_Pressure_bar": 8.663680120508618, - "Oil_Temperature_C": 61.91140069115235, - "Motor_Current_A": 4.037380155952328, - "Air_Intake_Valve_Status": 0.9456382083204111, - "Compressor_Outlet_Valve_Status": 0.05436179167958885, - "Active_Tower_ID": 0.9456382083204111, - "Load_Start_Signal": 0.9456382083204111, - "Low_Pressure_Switch_Status": 0.05436179167958885, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-21T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-21T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-21T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-21T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.11541195601698, - "Pneumatic_Panel_Pressure_bar": 4.598476025447272, - "Cyclone_Filter_Drop_Pressure_bar": 0.03680876641117668, - "Tower_Discharge_Pressure_Drop_bar": -0.024729766317644914, - "Reservoir_Pressure_bar": 4.594245575689552, - "Oil_Temperature_C": 32.105428056650865, - "Motor_Current_A": 5.2458330543782, - "Air_Intake_Valve_Status": 0.005487211548086122, - "Compressor_Outlet_Valve_Status": 0.9945127884519138, - "Active_Tower_ID": 0.44993165599253054, - "Load_Start_Signal": 0.005487211548086122, - "Low_Pressure_Switch_Status": 0.9945127884519138, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7026307692307698, - "Pneumatic_Panel_Pressure_bar": 9.002221978021977, - "Cyclone_Filter_Drop_Pressure_bar": 7.28317032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.014597802197802665, - "Reservoir_Pressure_bar": 9.001903296703297, - "Oil_Temperature_C": 58.88526098901099, - "Motor_Current_A": 2.913657967032967, - "Air_Intake_Valve_Status": 0.8076923076923077, - "Compressor_Outlet_Valve_Status": 0.19230769230769232, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8076923076923077, - "Low_Pressure_Switch_Status": 0.019230769230769232, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4098351648351652, - "Pneumatic_Panel_Pressure_bar": 9.084148351648352, - "Cyclone_Filter_Drop_Pressure_bar": 7.65089010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.01636263736263658, - "Reservoir_Pressure_bar": 9.084181318681319, - "Oil_Temperature_C": 63.77342032967034, - "Motor_Current_A": 2.7027609890109887, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5860683760683763, - "Pneumatic_Panel_Pressure_bar": 9.06769536019536, - "Cyclone_Filter_Drop_Pressure_bar": 7.434127594627594, - "Tower_Discharge_Pressure_Drop_bar": -0.008560439560438528, - "Reservoir_Pressure_bar": 9.068507326007326, - "Oil_Temperature_C": 64.64620726495725, - "Motor_Current_A": 2.7708272283272284, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8764071428571432, - "Pneumatic_Panel_Pressure_bar": 9.09619945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.193996153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.004093406593406098, - "Reservoir_Pressure_bar": 9.097587912087912, - "Oil_Temperature_C": 65.5456456043956, - "Motor_Current_A": 3.0461105769230765, - "Air_Intake_Valve_Status": 0.7912087912087912, - "Compressor_Outlet_Valve_Status": 0.2087912087912088, - "Active_Tower_ID": 0.8901098901098901, - "Load_Start_Signal": 0.7912087912087912, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4766291208791213, - "Pneumatic_Panel_Pressure_bar": 9.105134615384614, - "Cyclone_Filter_Drop_Pressure_bar": 7.6128269230769225, - "Tower_Discharge_Pressure_Drop_bar": -0.011824175824175744, - "Reservoir_Pressure_bar": 9.107151098901099, - "Oil_Temperature_C": 66.14557005494505, - "Motor_Current_A": 2.970745192307692, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4919835164835171, - "Pneumatic_Panel_Pressure_bar": 9.03523846153846, - "Cyclone_Filter_Drop_Pressure_bar": 7.5156780219780215, - "Tower_Discharge_Pressure_Drop_bar": -0.015368131868131909, - "Reservoir_Pressure_bar": 9.037013186813187, - "Oil_Temperature_C": 66.10699175824176, - "Motor_Current_A": 2.7763626373626376, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4022472527472534, - "Pneumatic_Panel_Pressure_bar": 9.087434065934065, - "Cyclone_Filter_Drop_Pressure_bar": 7.647571428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.016434065934066128, - "Reservoir_Pressure_bar": 9.0890989010989, - "Oil_Temperature_C": 66.26256868131868, - "Motor_Current_A": 2.6409615384615384, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7304939560439567, - "Pneumatic_Panel_Pressure_bar": 9.022213736263735, - "Cyclone_Filter_Drop_Pressure_bar": 7.230730769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.0177307692307692, - "Reservoir_Pressure_bar": 9.023895604395603, - "Oil_Temperature_C": 66.73157967032967, - "Motor_Current_A": 2.857355769230769, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7475428571428577, - "Pneumatic_Panel_Pressure_bar": 9.068538461538461, - "Cyclone_Filter_Drop_Pressure_bar": 7.305434065934065, - "Tower_Discharge_Pressure_Drop_bar": -0.018128021978022015, - "Reservoir_Pressure_bar": 9.06913186813187, - "Oil_Temperature_C": 66.79374313186814, - "Motor_Current_A": 2.861476648351648, - "Air_Intake_Valve_Status": 0.8104395604395604, - "Compressor_Outlet_Valve_Status": 0.18956043956043955, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8104395604395604, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4572186813186818, - "Pneumatic_Panel_Pressure_bar": 9.052718681318682, - "Cyclone_Filter_Drop_Pressure_bar": 7.583462637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.01850549450549468, - "Reservoir_Pressure_bar": 9.05321868131868, - "Oil_Temperature_C": 66.17870879120879, - "Motor_Current_A": 2.6672925824175824, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4640835164835169, - "Pneumatic_Panel_Pressure_bar": 9.105852747252747, - "Cyclone_Filter_Drop_Pressure_bar": 7.598126373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.01045604395604411, - "Reservoir_Pressure_bar": 9.106213186813186, - "Oil_Temperature_C": 66.51869505494506, - "Motor_Current_A": 2.79325, - "Air_Intake_Valve_Status": 0.8340659340659341, - "Compressor_Outlet_Valve_Status": 0.16593406593406593, - "Active_Tower_ID": 0.9164835164835166, - "Load_Start_Signal": 0.8340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.6680807692307695, - "Pneumatic_Panel_Pressure_bar": 9.075297252747252, - "Cyclone_Filter_Drop_Pressure_bar": 6.307846703296703, - "Tower_Discharge_Pressure_Drop_bar": 0.16692307692307687, - "Reservoir_Pressure_bar": 9.075112637362636, - "Oil_Temperature_C": 67.47332417582417, - "Motor_Current_A": 3.3462891483516484, - "Air_Intake_Valve_Status": 0.7032967032967034, - "Compressor_Outlet_Valve_Status": 0.2967032967032967, - "Active_Tower_ID": 0.8516483516483516, - "Load_Start_Signal": 0.7032967032967034, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.3049095890410967, - "Pneumatic_Panel_Pressure_bar": 9.136453698630138, - "Cyclone_Filter_Drop_Pressure_bar": 6.770657534246575, - "Tower_Discharge_Pressure_Drop_bar": 0.08022301369863023, - "Reservoir_Pressure_bar": 9.135868493150685, - "Oil_Temperature_C": 68.04305479452054, - "Motor_Current_A": 3.1922308219178084, - "Air_Intake_Valve_Status": 0.7506849315068493, - "Compressor_Outlet_Valve_Status": 0.2493150684931507, - "Active_Tower_ID": 0.873972602739726, - "Load_Start_Signal": 0.7506849315068493, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2722611987381707, - "Pneumatic_Panel_Pressure_bar": 9.1321047318612, - "Cyclone_Filter_Drop_Pressure_bar": 7.8205829652996846, - "Tower_Discharge_Pressure_Drop_bar": -0.0017779179810719521, - "Reservoir_Pressure_bar": 9.13163785488959, - "Oil_Temperature_C": 66.64190851735016, - "Motor_Current_A": 3.043556782334385, - "Air_Intake_Valve_Status": 0.8586750788643532, - "Compressor_Outlet_Valve_Status": 0.14132492113564668, - "Active_Tower_ID": 0.9305993690851735, - "Load_Start_Signal": 0.8586750788643532, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9968454258675079, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5161923076923076, - "Pneumatic_Panel_Pressure_bar": 9.033484065934067, - "Cyclone_Filter_Drop_Pressure_bar": 7.488363186813187, - "Tower_Discharge_Pressure_Drop_bar": -5.659340659278019e-05, - "Reservoir_Pressure_bar": 9.034236813186814, - "Oil_Temperature_C": 65.9357348901099, - "Motor_Current_A": 2.9072912087912086, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.478945054945055, - "Pneumatic_Panel_Pressure_bar": 9.014406593406594, - "Cyclone_Filter_Drop_Pressure_bar": 7.462310439560439, - "Tower_Discharge_Pressure_Drop_bar": -0.020236263736263107, - "Reservoir_Pressure_bar": 9.014936813186813, - "Oil_Temperature_C": 65.71837225274724, - "Motor_Current_A": 2.778653846153846, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.497401098901099, - "Pneumatic_Panel_Pressure_bar": 9.04749120879121, - "Cyclone_Filter_Drop_Pressure_bar": 7.511776923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.007054945054943931, - "Reservoir_Pressure_bar": 9.048086813186814, - "Oil_Temperature_C": 65.42476648351649, - "Motor_Current_A": 2.78040521978022, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4235807692307691, - "Pneumatic_Panel_Pressure_bar": 9.034642857142858, - "Cyclone_Filter_Drop_Pressure_bar": 7.56465, - "Tower_Discharge_Pressure_Drop_bar": -0.01736813186813053, - "Reservoir_Pressure_bar": 9.035386263736264, - "Oil_Temperature_C": 65.09331043956044, - "Motor_Current_A": 2.7266895604395605, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-21T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.470697802197802, - "Pneumatic_Panel_Pressure_bar": 9.026434065934065, - "Cyclone_Filter_Drop_Pressure_bar": 7.533324175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.021829670329668937, - "Reservoir_Pressure_bar": 9.027461538461539, - "Oil_Temperature_C": 65.0131868131868, - "Motor_Current_A": 2.7643612637362636, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.431943956043956, - "Pneumatic_Panel_Pressure_bar": 9.018883516483516, - "Cyclone_Filter_Drop_Pressure_bar": 7.55334945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.02189010989010851, - "Reservoir_Pressure_bar": 9.019854945054945, - "Oil_Temperature_C": 65.05620879120879, - "Motor_Current_A": 2.6344175824175826, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.438664835164835, - "Pneumatic_Panel_Pressure_bar": 9.0099, - "Cyclone_Filter_Drop_Pressure_bar": 7.564671428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.014670329670328391, - "Reservoir_Pressure_bar": 9.011392307692308, - "Oil_Temperature_C": 65.15774725274724, - "Motor_Current_A": 2.6373997252747254, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.488532967032967, - "Pneumatic_Panel_Pressure_bar": 9.002813186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.467181318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.00891758241758136, - "Reservoir_Pressure_bar": 9.004098901098901, - "Oil_Temperature_C": 65.31981456043955, - "Motor_Current_A": 2.6540247252747253, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4835423076923078, - "Pneumatic_Panel_Pressure_bar": 9.049248901098903, - "Cyclone_Filter_Drop_Pressure_bar": 7.534261538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.007421428571427616, - "Reservoir_Pressure_bar": 9.049265384615385, - "Oil_Temperature_C": 66.27997252747252, - "Motor_Current_A": 2.869466346153846, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4541095890410962, - "Pneumatic_Panel_Pressure_bar": 9.052572602739726, - "Cyclone_Filter_Drop_Pressure_bar": 7.548309589041096, - "Tower_Discharge_Pressure_Drop_bar": -0.016520547945204432, - "Reservoir_Pressure_bar": 9.052807671232877, - "Oil_Temperature_C": 66.4836506849315, - "Motor_Current_A": 3.022287671232877, - "Air_Intake_Valve_Status": 0.8383561643835616, - "Compressor_Outlet_Valve_Status": 0.16164383561643836, - "Active_Tower_ID": 0.9205479452054794, - "Load_Start_Signal": 0.8383561643835616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8563846153846155, - "Pneumatic_Panel_Pressure_bar": 9.031237362637363, - "Cyclone_Filter_Drop_Pressure_bar": 7.115440659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.02030164835164718, - "Reservoir_Pressure_bar": 9.031057142857142, - "Oil_Temperature_C": 66.1190728021978, - "Motor_Current_A": 2.975309065934066, - "Air_Intake_Valve_Status": 0.7939560439560439, - "Compressor_Outlet_Valve_Status": 0.20604395604395603, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7939560439560439, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5454318681318684, - "Pneumatic_Panel_Pressure_bar": 9.11291098901099, - "Cyclone_Filter_Drop_Pressure_bar": 7.518101098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.021106043956042795, - "Reservoir_Pressure_bar": 9.113334065934065, - "Oil_Temperature_C": 66.50245192307693, - "Motor_Current_A": 3.0215377747252745, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4725274725274726, - "Pneumatic_Panel_Pressure_bar": 9.050354395604396, - "Cyclone_Filter_Drop_Pressure_bar": 7.554629120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.005263736263735328, - "Reservoir_Pressure_bar": 9.051126373626374, - "Oil_Temperature_C": 66.74725274725274, - "Motor_Current_A": 2.9066449175824176, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7202417582417586, - "Pneumatic_Panel_Pressure_bar": 9.071397802197803, - "Cyclone_Filter_Drop_Pressure_bar": 7.273371978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.01990659340659293, - "Reservoir_Pressure_bar": 9.071802197802198, - "Oil_Temperature_C": 66.91848901098902, - "Motor_Current_A": 2.864574175824176, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5305549450549456, - "Pneumatic_Panel_Pressure_bar": 9.00525989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.4615362637362646, - "Tower_Discharge_Pressure_Drop_bar": -0.0009302197802197507, - "Reservoir_Pressure_bar": 9.00648901098901, - "Oil_Temperature_C": 67.02655906593407, - "Motor_Current_A": 2.6963324175824175, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6567243835616443, - "Pneumatic_Panel_Pressure_bar": 9.097830136986301, - "Cyclone_Filter_Drop_Pressure_bar": 7.405665753424658, - "Tower_Discharge_Pressure_Drop_bar": 0.015276712328767018, - "Reservoir_Pressure_bar": 9.099173698630137, - "Oil_Temperature_C": 67.68613698630136, - "Motor_Current_A": 2.799246575342466, - "Air_Intake_Valve_Status": 0.8191780821917808, - "Compressor_Outlet_Valve_Status": 0.18082191780821918, - "Active_Tower_ID": 0.9068493150684932, - "Load_Start_Signal": 0.8191780821917808, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989041095890411, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.786395604395605, - "Pneumatic_Panel_Pressure_bar": 9.053565934065935, - "Cyclone_Filter_Drop_Pressure_bar": 7.254208791208792, - "Tower_Discharge_Pressure_Drop_bar": 0.001747252747252936, - "Reservoir_Pressure_bar": 9.054709340659342, - "Oil_Temperature_C": 67.64532967032967, - "Motor_Current_A": 2.8707699175824173, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3634908424908432, - "Pneumatic_Panel_Pressure_bar": 9.06840293040293, - "Cyclone_Filter_Drop_Pressure_bar": 7.6820586080586075, - "Tower_Discharge_Pressure_Drop_bar": -0.005311355311355286, - "Reservoir_Pressure_bar": 9.069967032967032, - "Oil_Temperature_C": 67.30528846153847, - "Motor_Current_A": 2.6207371794871794, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.60275054945055, - "Pneumatic_Panel_Pressure_bar": 9.065264835164836, - "Cyclone_Filter_Drop_Pressure_bar": 7.415917582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.006068131868131983, - "Reservoir_Pressure_bar": 9.066764835164836, - "Oil_Temperature_C": 67.53813186813187, - "Motor_Current_A": 2.799820054945055, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3592208791208797, - "Pneumatic_Panel_Pressure_bar": 9.053293406593406, - "Cyclone_Filter_Drop_Pressure_bar": 7.660624175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.004780219780219865, - "Reservoir_Pressure_bar": 9.054824175824177, - "Oil_Temperature_C": 67.54888736263737, - "Motor_Current_A": 2.610401098901099, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.953413736263737, - "Pneumatic_Panel_Pressure_bar": 9.077045054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.062915934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.017203296703296758, - "Reservoir_Pressure_bar": 9.077869230769231, - "Oil_Temperature_C": 68.16934065934066, - "Motor_Current_A": 3.051477335164835, - "Air_Intake_Valve_Status": 0.7857142857142857, - "Compressor_Outlet_Valve_Status": 0.21428571428571427, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7857142857142857, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6196334246575348, - "Pneumatic_Panel_Pressure_bar": 9.088689315068493, - "Cyclone_Filter_Drop_Pressure_bar": 7.4379276712328775, - "Tower_Discharge_Pressure_Drop_bar": -0.003094794520547881, - "Reservoir_Pressure_bar": 9.089319452054795, - "Oil_Temperature_C": 67.5536095890411, - "Motor_Current_A": 2.76227602739726, - "Air_Intake_Valve_Status": 0.8191780821917808, - "Compressor_Outlet_Valve_Status": 0.18082191780821918, - "Active_Tower_ID": 0.9068493150684932, - "Load_Start_Signal": 0.8191780821917808, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5170170329670336, - "Pneumatic_Panel_Pressure_bar": 9.04567142857143, - "Cyclone_Filter_Drop_Pressure_bar": 7.508446703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.013335164835164654, - "Reservoir_Pressure_bar": 9.046309340659342, - "Oil_Temperature_C": 68.22530906593407, - "Motor_Current_A": 3.0854498626373625, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7289663663663668, - "Pneumatic_Panel_Pressure_bar": 8.995165165165165, - "Cyclone_Filter_Drop_Pressure_bar": 7.191188588588589, - "Tower_Discharge_Pressure_Drop_bar": -0.01993333333333286, - "Reservoir_Pressure_bar": 8.995392792792792, - "Oil_Temperature_C": 67.85726726726728, - "Motor_Current_A": 2.9927777777777775, - "Air_Intake_Valve_Status": 0.8018018018018018, - "Compressor_Outlet_Valve_Status": 0.1981981981981982, - "Active_Tower_ID": 0.9009009009009009, - "Load_Start_Signal": 0.8018018018018018, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.996996996996997, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.1665267714437935, - "Pneumatic_Panel_Pressure_bar": 7.957236281299946, - "Cyclone_Filter_Drop_Pressure_bar": -0.01979288758657379, - "Tower_Discharge_Pressure_Drop_bar": -0.020041422482684614, - "Reservoir_Pressure_bar": 7.96094632392115, - "Oil_Temperature_C": 62.273260189131584, - "Motor_Current_A": 0.1346064198188596, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.02071124134256793, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.02071124134256793, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-22T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-22T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-22T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-22T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.7669498119232103, - "Pneumatic_Panel_Pressure_bar": 8.145024340926724, - "Cyclone_Filter_Drop_Pressure_bar": 5.5174617240491575, - "Tower_Discharge_Pressure_Drop_bar": -0.013637311252783349, - "Reservoir_Pressure_bar": 8.142556450747838, - "Oil_Temperature_C": 56.9267696895124, - "Motor_Current_A": 3.621156801872186, - "Air_Intake_Valve_Status": 0.6040268456375839, - "Compressor_Outlet_Valve_Status": 0.3959731543624161, - "Active_Tower_ID": 0.7985213982043314, - "Load_Start_Signal": 0.6040268456375839, - "Low_Pressure_Switch_Status": 0.20120596196272075, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.494532967032967, - "Pneumatic_Panel_Pressure_bar": 9.036225274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.463906593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.02147252747252616, - "Reservoir_Pressure_bar": 9.036302197802197, - "Oil_Temperature_C": 64.90425824175824, - "Motor_Current_A": 2.746407967032967, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5612802197802198, - "Pneumatic_Panel_Pressure_bar": 9.041131318681318, - "Cyclone_Filter_Drop_Pressure_bar": 7.412752197802199, - "Tower_Discharge_Pressure_Drop_bar": -0.019097252747251513, - "Reservoir_Pressure_bar": 9.041632967032967, - "Oil_Temperature_C": 65.86410027472527, - "Motor_Current_A": 2.751401098901099, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.500230769230769, - "Pneumatic_Panel_Pressure_bar": 9.044271978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.478203296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.020563186813186, - "Reservoir_Pressure_bar": 9.044945054945055, - "Oil_Temperature_C": 66.10388049450549, - "Motor_Current_A": 2.780951236263736, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4893170329670329, - "Pneumatic_Panel_Pressure_bar": 9.046575274725274, - "Cyclone_Filter_Drop_Pressure_bar": 7.527223626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.010531318681317792, - "Reservoir_Pressure_bar": 9.047418131868133, - "Oil_Temperature_C": 66.15138736263737, - "Motor_Current_A": 2.7624093406593406, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.486989010989011, - "Pneumatic_Panel_Pressure_bar": 9.03512087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.521994505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.020576923076921806, - "Reservoir_Pressure_bar": 9.03593956043956, - "Oil_Temperature_C": 65.9348901098901, - "Motor_Current_A": 2.7562431318681315, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5432527472527473, - "Pneumatic_Panel_Pressure_bar": 9.032989010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.4831697191697195, - "Tower_Discharge_Pressure_Drop_bar": -0.018939560439559102, - "Reservoir_Pressure_bar": 9.034417582417582, - "Oil_Temperature_C": 65.83152472527472, - "Motor_Current_A": 2.7520848595848597, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4858527472527474, - "Pneumatic_Panel_Pressure_bar": 9.038992307692308, - "Cyclone_Filter_Drop_Pressure_bar": 7.540920879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.01284615384615272, - "Reservoir_Pressure_bar": 9.040427472527472, - "Oil_Temperature_C": 66.01565934065934, - "Motor_Current_A": 2.76320467032967, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4802716727716727, - "Pneumatic_Panel_Pressure_bar": 9.036588522588522, - "Cyclone_Filter_Drop_Pressure_bar": 7.516124542124543, - "Tower_Discharge_Pressure_Drop_bar": -0.010337606837605996, - "Reservoir_Pressure_bar": 9.038017094017095, - "Oil_Temperature_C": 66.2132783882784, - "Motor_Current_A": 2.7188621794871795, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.6352730769230766, - "Pneumatic_Panel_Pressure_bar": 9.172762087912089, - "Cyclone_Filter_Drop_Pressure_bar": 5.506388461538462, - "Tower_Discharge_Pressure_Drop_bar": 0.3928131868131872, - "Reservoir_Pressure_bar": 9.175064285714285, - "Oil_Temperature_C": 69.88716346153846, - "Motor_Current_A": 3.554536401098901, - "Air_Intake_Valve_Status": 0.6098901098901099, - "Compressor_Outlet_Valve_Status": 0.3901098901098901, - "Active_Tower_ID": 0.804945054945055, - "Load_Start_Signal": 0.6098901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.164838461538462, - "Pneumatic_Panel_Pressure_bar": 9.298931868131868, - "Cyclone_Filter_Drop_Pressure_bar": 6.055182417582418, - "Tower_Discharge_Pressure_Drop_bar": 0.21859890109890115, - "Reservoir_Pressure_bar": 9.300502197802198, - "Oil_Temperature_C": 73.06206043956044, - "Motor_Current_A": 3.449756868131868, - "Air_Intake_Valve_Status": 0.6620879120879121, - "Compressor_Outlet_Valve_Status": 0.33791208791208793, - "Active_Tower_ID": 0.8241758241758241, - "Load_Start_Signal": 0.6620879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4697362637362648, - "Pneumatic_Panel_Pressure_bar": 9.097192307692309, - "Cyclone_Filter_Drop_Pressure_bar": 7.571467032967034, - "Tower_Discharge_Pressure_Drop_bar": -0.008565934065934281, - "Reservoir_Pressure_bar": 9.10023076923077, - "Oil_Temperature_C": 69.80082417582418, - "Motor_Current_A": 2.793688186813187, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5227197802197814, - "Pneumatic_Panel_Pressure_bar": 9.082437362637362, - "Cyclone_Filter_Drop_Pressure_bar": 7.552975824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.012526373626373677, - "Reservoir_Pressure_bar": 9.085804395604395, - "Oil_Temperature_C": 69.50537087912087, - "Motor_Current_A": 2.7618695054945057, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4853000000000012, - "Pneumatic_Panel_Pressure_bar": 9.067095604395604, - "Cyclone_Filter_Drop_Pressure_bar": 7.592006593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.012728571428571214, - "Reservoir_Pressure_bar": 9.070647252747253, - "Oil_Temperature_C": 69.14811813186813, - "Motor_Current_A": 2.7001923076923076, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.450524175824177, - "Pneumatic_Panel_Pressure_bar": 9.06627032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.593083516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.012379120879120383, - "Reservoir_Pressure_bar": 9.070314285714286, - "Oil_Temperature_C": 69.00840659340659, - "Motor_Current_A": 2.6666826923076923, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4544626373626386, - "Pneumatic_Panel_Pressure_bar": 9.054836263736263, - "Cyclone_Filter_Drop_Pressure_bar": 7.560271428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.013586813186812657, - "Reservoir_Pressure_bar": 9.058941758241758, - "Oil_Temperature_C": 69.0156043956044, - "Motor_Current_A": 2.661607142857143, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4534120879120889, - "Pneumatic_Panel_Pressure_bar": 9.05204945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.576445054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.012994505494504776, - "Reservoir_Pressure_bar": 9.055153846153846, - "Oil_Temperature_C": 69.04148351648351, - "Motor_Current_A": 2.655364010989011, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.508445054945056, - "Pneumatic_Panel_Pressure_bar": 9.054524175824175, - "Cyclone_Filter_Drop_Pressure_bar": 7.506320879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.014912087912086728, - "Reservoir_Pressure_bar": 9.057112087912087, - "Oil_Temperature_C": 68.75224587912088, - "Motor_Current_A": 2.705576923076923, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.577934065934067, - "Pneumatic_Panel_Pressure_bar": 9.074739010989012, - "Cyclone_Filter_Drop_Pressure_bar": 7.397623626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.015021978021976586, - "Reservoir_Pressure_bar": 9.076494505494505, - "Oil_Temperature_C": 68.46778846153846, - "Motor_Current_A": 2.771631181318681, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5937197802197816, - "Pneumatic_Panel_Pressure_bar": 9.070037362637363, - "Cyclone_Filter_Drop_Pressure_bar": 7.4382208791208795, - "Tower_Discharge_Pressure_Drop_bar": -0.010335164835164402, - "Reservoir_Pressure_bar": 9.070724175824175, - "Oil_Temperature_C": 68.04178571428571, - "Motor_Current_A": 2.7808763736263735, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.493586813186814, - "Pneumatic_Panel_Pressure_bar": 9.032634065934065, - "Cyclone_Filter_Drop_Pressure_bar": 7.512819780219781, - "Tower_Discharge_Pressure_Drop_bar": -0.018807692307692386, - "Reservoir_Pressure_bar": 9.033281318681318, - "Oil_Temperature_C": 67.26917582417582, - "Motor_Current_A": 2.6949931318681317, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.479889807162535, - "Pneumatic_Panel_Pressure_bar": 8.994363636363637, - "Cyclone_Filter_Drop_Pressure_bar": 6.327096418732782, - "Tower_Discharge_Pressure_Drop_bar": 0.1130413223140497, - "Reservoir_Pressure_bar": 8.995085399449035, - "Oil_Temperature_C": 67.69834710743801, - "Motor_Current_A": 3.0532920110192836, - "Air_Intake_Valve_Status": 0.7079889807162535, - "Compressor_Outlet_Valve_Status": 0.29201101928374656, - "Active_Tower_ID": 0.8539944903581267, - "Load_Start_Signal": 0.7079889807162535, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4192747252747258, - "Pneumatic_Panel_Pressure_bar": 9.024785714285715, - "Cyclone_Filter_Drop_Pressure_bar": 7.567082417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.01913186813186808, - "Reservoir_Pressure_bar": 9.025483516483517, - "Oil_Temperature_C": 67.02898351648352, - "Motor_Current_A": 2.64114010989011, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4599287500000002, - "Pneumatic_Panel_Pressure_bar": 9.07736375, - "Cyclone_Filter_Drop_Pressure_bar": 7.6001125, - "Tower_Discharge_Pressure_Drop_bar": 0.005187500000000336, - "Reservoir_Pressure_bar": 9.0779775, - "Oil_Temperature_C": 67.08065625, - "Motor_Current_A": 2.8949203125, - "Air_Intake_Valve_Status": 0.840625, - "Compressor_Outlet_Valve_Status": 0.159375, - "Active_Tower_ID": 0.9225, - "Load_Start_Signal": 0.840625, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.99375, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-23T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6734991884697792, - "Pneumatic_Panel_Pressure_bar": 9.023739427384275, - "Cyclone_Filter_Drop_Pressure_bar": 7.345856235798221, - "Tower_Discharge_Pressure_Drop_bar": -0.019554502369667957, - "Reservoir_Pressure_bar": 9.023396221515288, - "Oil_Temperature_C": 66.00375559955853, - "Motor_Current_A": 2.6361245536583784, - "Air_Intake_Valve_Status": 0.8170421346490944, - "Compressor_Outlet_Valve_Status": 0.18295786535090566, - "Active_Tower_ID": 0.9146919431279621, - "Load_Start_Signal": 0.8170421346490944, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-24T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.801327185815508, - "Pneumatic_Panel_Pressure_bar": 9.418755082437762, - "Cyclone_Filter_Drop_Pressure_bar": -0.0120000000000004, - "Tower_Discharge_Pressure_Drop_bar": -0.020055915290820056, - "Reservoir_Pressure_bar": 9.414755082437763, - "Oil_Temperature_C": 67.06714213874857, - "Motor_Current_A": 5.96345128318134, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.9860211772948662, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.013978822705133856, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-24T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-24T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-25T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.0250835632030135, - "Pneumatic_Panel_Pressure_bar": 8.655477024595863, - "Cyclone_Filter_Drop_Pressure_bar": 5.618465949820789, - "Tower_Discharge_Pressure_Drop_bar": 0.20175641076270917, - "Reservoir_Pressure_bar": 8.655770931405899, - "Oil_Temperature_C": 60.385652537250515, - "Motor_Current_A": 3.304649458610881, - "Air_Intake_Valve_Status": 0.6236559139784946, - "Compressor_Outlet_Valve_Status": 0.3763440860215054, - "Active_Tower_ID": 0.8136546620033732, - "Load_Start_Signal": 0.6236559139784946, - "Low_Pressure_Switch_Status": 0.11466075018300668, - "Tower_Discharge_Switch_Status": 0.992831541218638, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8187137362637367, - "Pneumatic_Panel_Pressure_bar": 9.114568681318682, - "Cyclone_Filter_Drop_Pressure_bar": 7.266236263736263, - "Tower_Discharge_Pressure_Drop_bar": 0.08837472527472624, - "Reservoir_Pressure_bar": 9.115354945054944, - "Oil_Temperature_C": 65.958125, - "Motor_Current_A": 2.813326923076923, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.898076923076923, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9942307692307691, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0368516483516483, - "Pneumatic_Panel_Pressure_bar": 8.982015384615384, - "Cyclone_Filter_Drop_Pressure_bar": 7.890378021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.022367032967031943, - "Reservoir_Pressure_bar": 8.983317582417582, - "Oil_Temperature_C": 64.43771978021978, - "Motor_Current_A": 2.19446978021978, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.415467032967033, - "Pneumatic_Panel_Pressure_bar": 9.07984065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.639115384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.017851648351647216, - "Reservoir_Pressure_bar": 9.081126373626374, - "Oil_Temperature_C": 64.92147435897436, - "Motor_Current_A": 2.694059065934066, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4997939560439562, - "Pneumatic_Panel_Pressure_bar": 8.984956043956045, - "Cyclone_Filter_Drop_Pressure_bar": 7.414958791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.011164835164833865, - "Reservoir_Pressure_bar": 8.98612912087912, - "Oil_Temperature_C": 64.55882554945055, - "Motor_Current_A": 2.3587053571428567, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.236645054945055, - "Pneumatic_Panel_Pressure_bar": 9.139315384615385, - "Cyclone_Filter_Drop_Pressure_bar": 6.858016483516484, - "Tower_Discharge_Pressure_Drop_bar": 0.12198901098901195, - "Reservoir_Pressure_bar": 9.14004065934066, - "Oil_Temperature_C": 66.53626373626373, - "Motor_Current_A": 3.0652582417582415, - "Air_Intake_Valve_Status": 0.7554945054945055, - "Compressor_Outlet_Valve_Status": 0.2445054945054945, - "Active_Tower_ID": 0.8846153846153846, - "Load_Start_Signal": 0.7554945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4576428571428575, - "Pneumatic_Panel_Pressure_bar": 9.070562637362638, - "Cyclone_Filter_Drop_Pressure_bar": 7.601117582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.020739560439559563, - "Reservoir_Pressure_bar": 9.071050549450549, - "Oil_Temperature_C": 67.22402472527473, - "Motor_Current_A": 2.7908543956043954, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4980769230769233, - "Pneumatic_Panel_Pressure_bar": 9.041516483516483, - "Cyclone_Filter_Drop_Pressure_bar": 7.523989010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.018906593406592762, - "Reservoir_Pressure_bar": 9.042098901098901, - "Oil_Temperature_C": 66.82259615384615, - "Motor_Current_A": 2.6987843406593406, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5401857142857147, - "Pneumatic_Panel_Pressure_bar": 8.979245054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.393992307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.011032967032966702, - "Reservoir_Pressure_bar": 8.980256043956045, - "Oil_Temperature_C": 66.57195054945055, - "Motor_Current_A": 2.393851648351648, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.233963186813187, - "Pneumatic_Panel_Pressure_bar": 8.98443021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.727684615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.01882417582417571, - "Reservoir_Pressure_bar": 8.985915384615385, - "Oil_Temperature_C": 67.12651785714286, - "Motor_Current_A": 2.498093406593407, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5776813186813192, - "Pneumatic_Panel_Pressure_bar": 9.092096153846155, - "Cyclone_Filter_Drop_Pressure_bar": 7.497760989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.016961538461538504, - "Reservoir_Pressure_bar": 9.093318681318681, - "Oil_Temperature_C": 67.88087225274725, - "Motor_Current_A": 2.7484065934065933, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.337356593406594, - "Pneumatic_Panel_Pressure_bar": 9.092042857142857, - "Cyclone_Filter_Drop_Pressure_bar": 7.757124725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.01787362637362637, - "Reservoir_Pressure_bar": 9.093837912087913, - "Oil_Temperature_C": 67.81569368131868, - "Motor_Current_A": 2.568668956043956, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.425691758241759, - "Pneumatic_Panel_Pressure_bar": 9.011373076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.566071428571429, - "Tower_Discharge_Pressure_Drop_bar": 0.0018181318681321649, - "Reservoir_Pressure_bar": 9.013626373626373, - "Oil_Temperature_C": 67.754010989011, - "Motor_Current_A": 2.645728021978022, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4355219780219788, - "Pneumatic_Panel_Pressure_bar": 9.093692307692308, - "Cyclone_Filter_Drop_Pressure_bar": 7.6250219780219775, - "Tower_Discharge_Pressure_Drop_bar": -0.016989010989010376, - "Reservoir_Pressure_bar": 9.095851648351648, - "Oil_Temperature_C": 67.97898351648351, - "Motor_Current_A": 2.6378228021978023, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4764560439560448, - "Pneumatic_Panel_Pressure_bar": 9.06398956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.541319230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.016897252747251984, - "Reservoir_Pressure_bar": 9.065720329670329, - "Oil_Temperature_C": 68.00633241758241, - "Motor_Current_A": 2.6514766483516485, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4760186813186822, - "Pneumatic_Panel_Pressure_bar": 9.043307692307692, - "Cyclone_Filter_Drop_Pressure_bar": 7.545725274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.01676923076922999, - "Reservoir_Pressure_bar": 9.045302197802197, - "Oil_Temperature_C": 67.97581043956043, - "Motor_Current_A": 2.513038461538462, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4408873626373637, - "Pneumatic_Panel_Pressure_bar": 9.03315934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.576214285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.01700824175824111, - "Reservoir_Pressure_bar": 9.034225274725275, - "Oil_Temperature_C": 67.6825206043956, - "Motor_Current_A": 2.418173076923077, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3089994520547954, - "Pneumatic_Panel_Pressure_bar": 9.052876712328768, - "Cyclone_Filter_Drop_Pressure_bar": 7.723937534246575, - "Tower_Discharge_Pressure_Drop_bar": -0.00698630136986262, - "Reservoir_Pressure_bar": 9.053409315068492, - "Oil_Temperature_C": 67.99969863013699, - "Motor_Current_A": 2.562469863013699, - "Air_Intake_Valve_Status": 0.8575342465753425, - "Compressor_Outlet_Valve_Status": 0.14246575342465753, - "Active_Tower_ID": 0.9265753424657533, - "Load_Start_Signal": 0.8575342465753425, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5086203296703304, - "Pneumatic_Panel_Pressure_bar": 9.0220989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.477785714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.01793406593406575, - "Reservoir_Pressure_bar": 9.02223021978022, - "Oil_Temperature_C": 67.77197802197803, - "Motor_Current_A": 2.6956998626373627, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7205230769230773, - "Pneumatic_Panel_Pressure_bar": 8.340815384615384, - "Cyclone_Filter_Drop_Pressure_bar": 6.390353846153847, - "Tower_Discharge_Pressure_Drop_bar": -0.01670769230769149, - "Reservoir_Pressure_bar": 8.342138461538461, - "Oil_Temperature_C": 63.88692307692308, - "Motor_Current_A": 1.3259615384615384, - "Air_Intake_Valve_Status": 0.7692307692307693, - "Compressor_Outlet_Valve_Status": 0.23076923076923078, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.7692307692307693, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.920141876430206, - "Pneumatic_Panel_Pressure_bar": 7.487927806894515, - "Cyclone_Filter_Drop_Pressure_bar": -0.012514062153981681, - "Tower_Discharge_Pressure_Drop_bar": -0.016495312615337984, - "Reservoir_Pressure_bar": 7.483946556433159, - "Oil_Temperature_C": 58.612810954454865, - "Motor_Current_A": 5.703113235402673, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.24765630766959476, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-25T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.174624169118448, - "Pneumatic_Panel_Pressure_bar": 7.360162978741853, - "Cyclone_Filter_Drop_Pressure_bar": 2.5037884894564613, - "Tower_Discharge_Pressure_Drop_bar": -0.019389813945803917, - "Reservoir_Pressure_bar": 7.3572703896253016, - "Oil_Temperature_C": 55.83165185638243, - "Motor_Current_A": 5.130168004161877, - "Air_Intake_Valve_Status": 0.25396825396825395, - "Compressor_Outlet_Valve_Status": 0.746031746031746, - "Active_Tower_ID": 0.6507936507936508, - "Load_Start_Signal": 0.25396825396825395, - "Low_Pressure_Switch_Status": 0.47268475067987875, - "Tower_Discharge_Switch_Status": 0.9682539682539683, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-25T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01028571428571263, - "Pneumatic_Panel_Pressure_bar": 9.320385714285715, - "Cyclone_Filter_Drop_Pressure_bar": 9.308585714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.019428571428571243, - "Reservoir_Pressure_bar": 9.321557142857143, - "Oil_Temperature_C": 62.70178571428571, - "Motor_Current_A": 3.512, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-26T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4853752103196857, - "Pneumatic_Panel_Pressure_bar": 8.012625911385305, - "Cyclone_Filter_Drop_Pressure_bar": 7.593499719573752, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.012754907459339, - "Oil_Temperature_C": 57.33000560852496, - "Motor_Current_A": 0.799221817162086, - "Air_Intake_Valve_Status": 0.8440830061693775, - "Compressor_Outlet_Valve_Status": 0.15591699383062255, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8440830061693775, - "Low_Pressure_Switch_Status": 0.15591699383062255, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-26T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-26T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-26T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-26T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-26T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.114788452375187, - "Pneumatic_Panel_Pressure_bar": 8.598824240701019, - "Cyclone_Filter_Drop_Pressure_bar": 6.516237495254625, - "Tower_Discharge_Pressure_Drop_bar": -0.014551532033424873, - "Reservoir_Pressure_bar": 8.59905831772372, - "Oil_Temperature_C": 59.57338379964287, - "Motor_Current_A": 2.9621760725327566, - "Air_Intake_Valve_Status": 0.7186707639623369, - "Compressor_Outlet_Valve_Status": 0.281329236037663, - "Active_Tower_ID": 0.8579387186629527, - "Load_Start_Signal": 0.7186707639623369, - "Low_Pressure_Switch_Status": 0.10584177085660455, - "Tower_Discharge_Switch_Status": 0.9972144846796658, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-26T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4601373626373626, - "Pneumatic_Panel_Pressure_bar": 9.040867032967032, - "Cyclone_Filter_Drop_Pressure_bar": 7.540915384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.004214285714284996, - "Reservoir_Pressure_bar": 9.041340659340658, - "Oil_Temperature_C": 67.13200549450549, - "Motor_Current_A": 2.865396978021978, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-26T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.520351648351649, - "Pneumatic_Panel_Pressure_bar": 9.114482417582417, - "Cyclone_Filter_Drop_Pressure_bar": 7.598251648351649, - "Tower_Discharge_Pressure_Drop_bar": 0.0010032967032968664, - "Reservoir_Pressure_bar": 9.115143956043957, - "Oil_Temperature_C": 67.93365384615385, - "Motor_Current_A": 2.9287719780219783, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-26T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4307236024844735, - "Pneumatic_Panel_Pressure_bar": 8.407875776397514, - "Cyclone_Filter_Drop_Pressure_bar": 7.970437888198757, - "Tower_Discharge_Pressure_Drop_bar": -0.016478260869565636, - "Reservoir_Pressure_bar": 8.409611801242235, - "Oil_Temperature_C": 65.5537655279503, - "Motor_Current_A": 0.7969487577639752, - "Air_Intake_Valve_Status": 0.8385093167701864, - "Compressor_Outlet_Valve_Status": 0.046583850931677016, - "Active_Tower_ID": 0.860248447204969, - "Load_Start_Signal": 0.8385093167701864, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8850931677018633, - "Low_Oil_Level_Alarm": 0.8850931677018633, - "Airflow_Pulse_Counter": 0.8850931677018633, - "timestamp": "2020-05-26T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.778149386845039, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.778149386845039, - "Load_Start_Signal": 0.778149386845039, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.778149386845039, - "Low_Oil_Level_Alarm": 0.778149386845039, - "Airflow_Pulse_Counter": 0.778149386845039, - "timestamp": "2020-05-26T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8060200668896321, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0.8060200668896321, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0.8060200668896321, - "Airflow_Pulse_Counter": 0.8060200668896321, - "timestamp": "2020-05-26T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7964102564102564, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7964102564102564, - "Load_Start_Signal": 0.7964102564102564, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7964102564102564, - "Low_Oil_Level_Alarm": 0.7964102564102564, - "Airflow_Pulse_Counter": 0.7964102564102564, - "timestamp": "2020-05-26T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7892976588628763, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7892976588628763, - "Load_Start_Signal": 0.7892976588628763, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7892976588628763, - "Low_Oil_Level_Alarm": 0.7892976588628763, - "Airflow_Pulse_Counter": 0.7892976588628763, - "timestamp": "2020-05-26T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-05-26T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8102777777777778, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8102777777777778, - "Load_Start_Signal": 0.8102777777777778, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8102777777777778, - "Low_Oil_Level_Alarm": 0.8102777777777778, - "Airflow_Pulse_Counter": 0.8102777777777778, - "timestamp": "2020-05-26T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7920847268673356, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7920847268673356, - "Load_Start_Signal": 0.7920847268673356, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7920847268673356, - "Low_Oil_Level_Alarm": 0.7920847268673356, - "Airflow_Pulse_Counter": 0.7920847268673356, - "timestamp": "2020-05-26T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7977874967841523, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7977874967841523, - "Load_Start_Signal": 0.7977874967841523, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7977874967841523, - "Low_Oil_Level_Alarm": 0.7977874967841523, - "Airflow_Pulse_Counter": 0.7977874967841523, - "timestamp": "2020-05-26T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7966666666666666, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7966666666666666, - "Load_Start_Signal": 0.7966666666666666, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7966666666666666, - "Low_Oil_Level_Alarm": 0.7966666666666666, - "Airflow_Pulse_Counter": 0.7966666666666666, - "timestamp": "2020-05-26T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8060200668896321, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0.8060200668896321, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0.8060200668896321, - "Airflow_Pulse_Counter": 0.8060200668896321, - "timestamp": "2020-05-26T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-05-26T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7934782608695652, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7934782608695652, - "Load_Start_Signal": 0.7934782608695652, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7934782608695652, - "Low_Oil_Level_Alarm": 0.7934782608695652, - "Airflow_Pulse_Counter": 0.7934782608695652, - "timestamp": "2020-05-26T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7926421404682275, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0.7926421404682275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0.7926421404682275, - "Airflow_Pulse_Counter": 0.7926421404682275, - "timestamp": "2020-05-26T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7893649974186887, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7893649974186887, - "Load_Start_Signal": 0.7893649974186887, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7893649974186887, - "Low_Oil_Level_Alarm": 0.7893649974186887, - "Airflow_Pulse_Counter": 0.7893649974186887, - "timestamp": "2020-05-26T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7993311036789298, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0.7993311036789298, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0.7993311036789298, - "Airflow_Pulse_Counter": 0.7993311036789298, - "timestamp": "2020-05-27T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8013892462052997, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8013892462052997, - "Load_Start_Signal": 0.8013892462052997, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8013892462052997, - "Low_Oil_Level_Alarm": 0.8013892462052997, - "Airflow_Pulse_Counter": 0.8013892462052997, - "timestamp": "2020-05-27T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-05-27T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7989158492514197, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7989158492514197, - "Load_Start_Signal": 0.7989158492514197, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7989158492514197, - "Low_Oil_Level_Alarm": 0.7989158492514197, - "Airflow_Pulse_Counter": 0.7989158492514197, - "timestamp": "2020-05-27T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7926421404682275, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0.7926421404682275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0.7926421404682275, - "Airflow_Pulse_Counter": 0.7926421404682275, - "timestamp": "2020-05-27T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.800617442757911, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.800617442757911, - "Load_Start_Signal": 0.800617442757911, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.800617442757911, - "Low_Oil_Level_Alarm": 0.800617442757911, - "Airflow_Pulse_Counter": 0.800617442757911, - "timestamp": "2020-05-27T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7916666666666666, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7916666666666666, - "Load_Start_Signal": 0.7916666666666666, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7916666666666666, - "Low_Oil_Level_Alarm": 0.7916666666666666, - "Airflow_Pulse_Counter": 0.7916666666666666, - "timestamp": "2020-05-27T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8060200668896321, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0.8060200668896321, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0.8060200668896321, - "Airflow_Pulse_Counter": 0.8060200668896321, - "timestamp": "2020-05-27T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-05-27T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7953020134228188, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7953020134228188, - "Load_Start_Signal": 0.7953020134228188, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7953020134228188, - "Low_Oil_Level_Alarm": 0.7953020134228188, - "Airflow_Pulse_Counter": 0.7953020134228188, - "timestamp": "2020-05-27T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8093645484949833, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8093645484949833, - "Load_Start_Signal": 0.8093645484949833, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8093645484949833, - "Low_Oil_Level_Alarm": 0.8093645484949833, - "Airflow_Pulse_Counter": 0.8093645484949833, - "timestamp": "2020-05-27T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7980447645999486, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7980447645999486, - "Load_Start_Signal": 0.7980447645999486, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7980447645999486, - "Low_Oil_Level_Alarm": 0.7980447645999486, - "Airflow_Pulse_Counter": 0.7980447645999486, - "timestamp": "2020-05-27T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7986577181208053, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7986577181208053, - "Load_Start_Signal": 0.7986577181208053, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7986577181208053, - "Low_Oil_Level_Alarm": 0.7986577181208053, - "Airflow_Pulse_Counter": 0.7986577181208053, - "timestamp": "2020-05-27T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8032128514056225, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8032128514056225, - "Load_Start_Signal": 0.8032128514056225, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8032128514056225, - "Low_Oil_Level_Alarm": 0.8032128514056225, - "Airflow_Pulse_Counter": 0.8032128514056225, - "timestamp": "2020-05-27T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7926421404682275, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0.7926421404682275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0.7926421404682275, - "Airflow_Pulse_Counter": 0.7926421404682275, - "timestamp": "2020-05-27T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7891068662880744, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7891068662880744, - "Load_Start_Signal": 0.7891068662880744, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7891068662880744, - "Low_Oil_Level_Alarm": 0.7891068662880744, - "Airflow_Pulse_Counter": 0.7891068662880744, - "timestamp": "2020-05-27T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7952148186261899, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7952148186261899, - "Load_Start_Signal": 0.7952148186261899, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7952148186261899, - "Low_Oil_Level_Alarm": 0.7952148186261899, - "Airflow_Pulse_Counter": 0.7952148186261899, - "timestamp": "2020-05-27T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.8042191921790584, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8042191921790584, - "Load_Start_Signal": 0.8042191921790584, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8042191921790584, - "Low_Oil_Level_Alarm": 0.8042191921790584, - "Airflow_Pulse_Counter": 0.8042191921790584, - "timestamp": "2020-05-27T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.792462570986061, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.792462570986061, - "Load_Start_Signal": 0.792462570986061, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.792462570986061, - "Low_Oil_Level_Alarm": 0.792462570986061, - "Airflow_Pulse_Counter": 0.792462570986061, - "timestamp": "2020-05-27T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-05-27T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7993311036789298, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0.7993311036789298, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0.7993311036789298, - "Airflow_Pulse_Counter": 0.7993311036789298, - "timestamp": "2020-05-27T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7986577181208053, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7986577181208053, - "Load_Start_Signal": 0.7986577181208053, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7986577181208053, - "Low_Oil_Level_Alarm": 0.7986577181208053, - "Airflow_Pulse_Counter": 0.7986577181208053, - "timestamp": "2020-05-27T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.802675585284281, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.802675585284281, - "Load_Start_Signal": 0.802675585284281, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.802675585284281, - "Low_Oil_Level_Alarm": 0.802675585284281, - "Airflow_Pulse_Counter": 0.802675585284281, - "timestamp": "2020-05-27T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7940356744704571, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7940356744704571, - "Load_Start_Signal": 0.7940356744704571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7940356744704571, - "Low_Oil_Level_Alarm": 0.7940356744704571, - "Airflow_Pulse_Counter": 0.7940356744704571, - "timestamp": "2020-05-27T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7986577181208053, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7986577181208053, - "Load_Start_Signal": 0.7986577181208053, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7986577181208053, - "Low_Oil_Level_Alarm": 0.7986577181208053, - "Airflow_Pulse_Counter": 0.7986577181208053, - "timestamp": "2020-05-28T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7962653288740246, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7962653288740246, - "Load_Start_Signal": 0.7962653288740246, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7962653288740246, - "Low_Oil_Level_Alarm": 0.7962653288740246, - "Airflow_Pulse_Counter": 0.7962653288740246, - "timestamp": "2020-05-28T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.168, - "Cyclone_Filter_Drop_Pressure_bar": 8.158, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.17, - "Oil_Temperature_C": 64.6, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 0.7940356744704571, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7940356744704571, - "Load_Start_Signal": 0.7940356744704571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7940356744704571, - "Low_Oil_Level_Alarm": 0.7940356744704571, - "Airflow_Pulse_Counter": 0.7940356744704571, - "timestamp": "2020-05-28T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6370533807829195, - "Pneumatic_Panel_Pressure_bar": 8.754370106761566, - "Cyclone_Filter_Drop_Pressure_bar": 8.08514590747331, - "Tower_Discharge_Pressure_Drop_bar": -0.018256227758007466, - "Reservoir_Pressure_bar": 8.75540925266904, - "Oil_Temperature_C": 66.1373665480427, - "Motor_Current_A": 1.6213078291814946, - "Air_Intake_Valve_Status": 0.8718861209964412, - "Compressor_Outlet_Valve_Status": 0.0711743772241993, - "Active_Tower_ID": 0.9039145907473309, - "Load_Start_Signal": 0.8718861209964412, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9430604982206405, - "Low_Oil_Level_Alarm": 0.9430604982206405, - "Airflow_Pulse_Counter": 0.9430604982206405, - "timestamp": "2020-05-28T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0295054945054953, - "Pneumatic_Panel_Pressure_bar": 9.009208241758241, - "Cyclone_Filter_Drop_Pressure_bar": 7.948977472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.01732417582417604, - "Reservoir_Pressure_bar": 9.009993956043957, - "Oil_Temperature_C": 65.77750686813187, - "Motor_Current_A": 2.122212912087912, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0402291208791217, - "Pneumatic_Panel_Pressure_bar": 8.983527472527472, - "Cyclone_Filter_Drop_Pressure_bar": 7.922364285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.018989010989010967, - "Reservoir_Pressure_bar": 8.983774725274726, - "Oil_Temperature_C": 66.01802197802198, - "Motor_Current_A": 2.164114697802198, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0216208791208798, - "Pneumatic_Panel_Pressure_bar": 8.964423076923078, - "Cyclone_Filter_Drop_Pressure_bar": 7.902695054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.018576923076923036, - "Reservoir_Pressure_bar": 8.965675824175824, - "Oil_Temperature_C": 64.9483173076923, - "Motor_Current_A": 1.9787774725274725, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4939648351648356, - "Pneumatic_Panel_Pressure_bar": 9.051972527472527, - "Cyclone_Filter_Drop_Pressure_bar": 7.558102197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.011634065934065968, - "Reservoir_Pressure_bar": 9.053203296703296, - "Oil_Temperature_C": 67.23843406593407, - "Motor_Current_A": 2.6834203296703296, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1314290410958907, - "Pneumatic_Panel_Pressure_bar": 8.950529315068493, - "Cyclone_Filter_Drop_Pressure_bar": 7.795373150684932, - "Tower_Discharge_Pressure_Drop_bar": -0.017754520547945213, - "Reservoir_Pressure_bar": 8.951482739726028, - "Oil_Temperature_C": 66.45505479452055, - "Motor_Current_A": 2.0340342465753425, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.9315068493150684, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.058735714285715, - "Pneumatic_Panel_Pressure_bar": 8.99833131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.885825824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.016835714285713604, - "Reservoir_Pressure_bar": 8.999925274725275, - "Oil_Temperature_C": 67.026875, - "Motor_Current_A": 1.9863537087912086, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4668884615384625, - "Pneumatic_Panel_Pressure_bar": 9.002483516483517, - "Cyclone_Filter_Drop_Pressure_bar": 7.50743021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.009655494505493302, - "Reservoir_Pressure_bar": 9.003499999999999, - "Oil_Temperature_C": 67.76975274725274, - "Motor_Current_A": 2.3612019230769232, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1863021978021988, - "Pneumatic_Panel_Pressure_bar": 9.094928571428571, - "Cyclone_Filter_Drop_Pressure_bar": 7.915659340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.014120879120877927, - "Reservoir_Pressure_bar": 9.095843406593406, - "Oil_Temperature_C": 68.08008241758242, - "Motor_Current_A": 2.157864010989011, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0628406593406605, - "Pneumatic_Panel_Pressure_bar": 8.96791978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.902667032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.01355879120878998, - "Reservoir_Pressure_bar": 8.969293406593406, - "Oil_Temperature_C": 67.81567994505495, - "Motor_Current_A": 2.209901098901099, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1841479452054806, - "Pneumatic_Panel_Pressure_bar": 8.95548383561644, - "Cyclone_Filter_Drop_Pressure_bar": 7.737183013698631, - "Tower_Discharge_Pressure_Drop_bar": -0.014712328767122113, - "Reservoir_Pressure_bar": 8.957351780821918, - "Oil_Temperature_C": 68.21576712328768, - "Motor_Current_A": 2.0497808219178086, - "Air_Intake_Valve_Status": 0.8684931506849315, - "Compressor_Outlet_Valve_Status": 0.13150684931506848, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.8684931506849315, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5126263736263745, - "Pneumatic_Panel_Pressure_bar": 9.156905494505494, - "Cyclone_Filter_Drop_Pressure_bar": 7.6167505494505505, - "Tower_Discharge_Pressure_Drop_bar": 0.005478021978023295, - "Reservoir_Pressure_bar": 9.158795604395603, - "Oil_Temperature_C": 68.84872252747253, - "Motor_Current_A": 2.6189684065934067, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0517120879120891, - "Pneumatic_Panel_Pressure_bar": 9.034258241758241, - "Cyclone_Filter_Drop_Pressure_bar": 7.947837362637363, - "Tower_Discharge_Pressure_Drop_bar": -0.015620879120877713, - "Reservoir_Pressure_bar": 9.036584615384616, - "Oil_Temperature_C": 68.13380494505495, - "Motor_Current_A": 2.0577747252747254, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4637802197802208, - "Pneumatic_Panel_Pressure_bar": 9.097600549450549, - "Cyclone_Filter_Drop_Pressure_bar": 7.600144505494506, - "Tower_Discharge_Pressure_Drop_bar": 0.004000000000001143, - "Reservoir_Pressure_bar": 9.099212087912088, - "Oil_Temperature_C": 68.69306318681319, - "Motor_Current_A": 2.6726167582417584, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5074774725274735, - "Pneumatic_Panel_Pressure_bar": 9.02552087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.5033016483516475, - "Tower_Discharge_Pressure_Drop_bar": -0.010565384615383349, - "Reservoir_Pressure_bar": 9.026906043956044, - "Oil_Temperature_C": 68.28991071428571, - "Motor_Current_A": 2.2856243131868133, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0934655647382931, - "Pneumatic_Panel_Pressure_bar": 9.093002754820937, - "Cyclone_Filter_Drop_Pressure_bar": 7.995829201101928, - "Tower_Discharge_Pressure_Drop_bar": -0.0019283746556463934, - "Reservoir_Pressure_bar": 9.09426997245179, - "Oil_Temperature_C": 68.31246556473829, - "Motor_Current_A": 2.356646005509642, - "Air_Intake_Valve_Status": 0.8815426997245179, - "Compressor_Outlet_Valve_Status": 0.1184573002754821, - "Active_Tower_ID": 0.9449035812672176, - "Load_Start_Signal": 0.8815426997245179, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9944903581267218, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5227802197802207, - "Pneumatic_Panel_Pressure_bar": 9.115736263736265, - "Cyclone_Filter_Drop_Pressure_bar": 7.575186813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.016087912087911813, - "Reservoir_Pressure_bar": 9.116456043956044, - "Oil_Temperature_C": 68.54100274725275, - "Motor_Current_A": 2.594574175824176, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5368241758241767, - "Pneumatic_Panel_Pressure_bar": 9.016104395604396, - "Cyclone_Filter_Drop_Pressure_bar": 7.469785103785104, - "Tower_Discharge_Pressure_Drop_bar": -0.0016434676434675642, - "Reservoir_Pressure_bar": 9.01695054945055, - "Oil_Temperature_C": 68.70126678876679, - "Motor_Current_A": 2.687383241758242, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8412285714285725, - "Pneumatic_Panel_Pressure_bar": 9.182176923076922, - "Cyclone_Filter_Drop_Pressure_bar": 7.288658241758243, - "Tower_Discharge_Pressure_Drop_bar": 0.009230769230769332, - "Reservoir_Pressure_bar": 9.182878021978022, - "Oil_Temperature_C": 69.07552197802198, - "Motor_Current_A": 2.8685714285714288, - "Air_Intake_Valve_Status": 0.7967032967032966, - "Compressor_Outlet_Valve_Status": 0.2032967032967033, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7967032967032966, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5614065934065944, - "Pneumatic_Panel_Pressure_bar": 8.918736263736264, - "Cyclone_Filter_Drop_Pressure_bar": 7.338271978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.018030219780219778, - "Reservoir_Pressure_bar": 8.91995879120879, - "Oil_Temperature_C": 68.35470467032967, - "Motor_Current_A": 2.6599347527472528, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7513186813186823, - "Pneumatic_Panel_Pressure_bar": 9.089265934065933, - "Cyclone_Filter_Drop_Pressure_bar": 7.342552747252748, - "Tower_Discharge_Pressure_Drop_bar": -0.00560549450549452, - "Reservoir_Pressure_bar": 9.089558241758242, - "Oil_Temperature_C": 68.48126373626374, - "Motor_Current_A": 2.826208791208791, - "Air_Intake_Valve_Status": 0.8104395604395604, - "Compressor_Outlet_Valve_Status": 0.18956043956043955, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.8104395604395604, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-28T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5236442105263168, - "Pneumatic_Panel_Pressure_bar": 9.0574, - "Cyclone_Filter_Drop_Pressure_bar": 7.5217052631578944, - "Tower_Discharge_Pressure_Drop_bar": -0.018693684210526404, - "Reservoir_Pressure_bar": 9.057198947368422, - "Oil_Temperature_C": 68.26407894736842, - "Motor_Current_A": 2.541917105263158, - "Air_Intake_Valve_Status": 0.8315789473684211, - "Compressor_Outlet_Valve_Status": 0.16842105263157894, - "Active_Tower_ID": 0.9052631578947369, - "Load_Start_Signal": 0.8315789473684211, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7277220084528657, - "Pneumatic_Panel_Pressure_bar": 9.115784722834157, - "Cyclone_Filter_Drop_Pressure_bar": 8.384196047714626, - "Tower_Discharge_Pressure_Drop_bar": 0.005745454545454323, - "Reservoir_Pressure_bar": 9.1155366361515, - "Oil_Temperature_C": 64.22343728072323, - "Motor_Current_A": 2.31554600528712, - "Air_Intake_Valve_Status": 0.9212121212121213, - "Compressor_Outlet_Valve_Status": 0.07878787878787878, - "Active_Tower_ID": 0.9636363636363636, - "Load_Start_Signal": 0.9212121212121213, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9939393939393939, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.010468085106381614, - "Pneumatic_Panel_Pressure_bar": 8.850617021276596, - "Cyclone_Filter_Drop_Pressure_bar": 8.837765957446809, - "Tower_Discharge_Pressure_Drop_bar": -0.018787234042553284, - "Reservoir_Pressure_bar": 8.852340425531915, - "Oil_Temperature_C": 63.527925531914896, - "Motor_Current_A": 0.08303191489361676, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.6000429897410844, - "Pneumatic_Panel_Pressure_bar": 8.67675525158769, - "Cyclone_Filter_Drop_Pressure_bar": 5.213162188568638, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.677216902784563, - "Oil_Temperature_C": 62.328789081582805, - "Motor_Current_A": 2.284066316560821, - "Air_Intake_Valve_Status": 0.6154127992183683, - "Compressor_Outlet_Valve_Status": 0.38458720078163167, - "Active_Tower_ID": 0.6154127992183683, - "Load_Start_Signal": 0.6154127992183683, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4698416846953741, - "Pneumatic_Panel_Pressure_bar": 9.1768382766883, - "Cyclone_Filter_Drop_Pressure_bar": 7.677029884034708, - "Tower_Discharge_Pressure_Drop_bar": -0.0008452380952381633, - "Reservoir_Pressure_bar": 9.176675794426222, - "Oil_Temperature_C": 64.99490545470141, - "Motor_Current_A": 2.843032904569986, - "Air_Intake_Valve_Status": 0.8462841963849537, - "Compressor_Outlet_Valve_Status": 0.15966818456742735, - "Active_Tower_ID": 0.9296175297182869, - "Load_Start_Signal": 0.8462841963849537, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9940476190476191, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.44785054945055, - "Pneumatic_Panel_Pressure_bar": 8.985785714285715, - "Cyclone_Filter_Drop_Pressure_bar": 7.541323076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.019675824175823853, - "Reservoir_Pressure_bar": 8.98576813186813, - "Oil_Temperature_C": 67.25244505494506, - "Motor_Current_A": 2.5430041208791208, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4273681318681326, - "Pneumatic_Panel_Pressure_bar": 9.030224175824175, - "Cyclone_Filter_Drop_Pressure_bar": 7.573491208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.013489010989010604, - "Reservoir_Pressure_bar": 9.030064835164834, - "Oil_Temperature_C": 66.88671703296703, - "Motor_Current_A": 2.548282967032967, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1041758241758246, - "Pneumatic_Panel_Pressure_bar": 9.01472967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.863994505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.019207692307692176, - "Reservoir_Pressure_bar": 9.015092307692306, - "Oil_Temperature_C": 66.77425824175825, - "Motor_Current_A": 2.1453076923076924, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2330465753424662, - "Pneumatic_Panel_Pressure_bar": 8.977226301369864, - "Cyclone_Filter_Drop_Pressure_bar": 7.713806575342466, - "Tower_Discharge_Pressure_Drop_bar": -0.006043835616438311, - "Reservoir_Pressure_bar": 8.977713424657535, - "Oil_Temperature_C": 66.47882191780822, - "Motor_Current_A": 2.1057602739726025, - "Air_Intake_Valve_Status": 0.863013698630137, - "Compressor_Outlet_Valve_Status": 0.136986301369863, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.863013698630137, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.380445604395605, - "Pneumatic_Panel_Pressure_bar": 9.018754395604395, - "Cyclone_Filter_Drop_Pressure_bar": 7.5937214285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.015626373626373268, - "Reservoir_Pressure_bar": 9.01952912087912, - "Oil_Temperature_C": 67.21249999999999, - "Motor_Current_A": 2.2930494505494505, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8920021978021988, - "Pneumatic_Panel_Pressure_bar": 9.002550549450548, - "Cyclone_Filter_Drop_Pressure_bar": 8.098141758241757, - "Tower_Discharge_Pressure_Drop_bar": -0.016496703296702265, - "Reservoir_Pressure_bar": 9.003617582417583, - "Oil_Temperature_C": 66.95864010989011, - "Motor_Current_A": 1.8096332417582417, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3717769230769241, - "Pneumatic_Panel_Pressure_bar": 9.001420879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.625041758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.01557692307692201, - "Reservoir_Pressure_bar": 9.002407692307692, - "Oil_Temperature_C": 67.6846978021978, - "Motor_Current_A": 2.2709807692307695, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1605857142857152, - "Pneumatic_Panel_Pressure_bar": 9.115346153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.9287769230769225, - "Tower_Discharge_Pressure_Drop_bar": -0.016138461538460318, - "Reservoir_Pressure_bar": 9.116192307692307, - "Oil_Temperature_C": 67.80895604395604, - "Motor_Current_A": 2.085335164835165, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1153846153846165, - "Pneumatic_Panel_Pressure_bar": 9.012032967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.892115384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.015340659340658312, - "Reservoir_Pressure_bar": 9.012978021978022, - "Oil_Temperature_C": 67.19258241758241, - "Motor_Current_A": 1.9365728021978026, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0269016483516495, - "Pneumatic_Panel_Pressure_bar": 9.157862087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.096625824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.016505494505493448, - "Reservoir_Pressure_bar": 9.159115384615385, - "Oil_Temperature_C": 68.18821428571428, - "Motor_Current_A": 2.322712225274725, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1451098901098913, - "Pneumatic_Panel_Pressure_bar": 8.98529365079365, - "Cyclone_Filter_Drop_Pressure_bar": 7.825771672771673, - "Tower_Discharge_Pressure_Drop_bar": -0.0066043956043950304, - "Reservoir_Pressure_bar": 8.986201465201464, - "Oil_Temperature_C": 66.79358211233212, - "Motor_Current_A": 2.0402335164835166, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1400714285714297, - "Pneumatic_Panel_Pressure_bar": 9.047070818070818, - "Cyclone_Filter_Drop_Pressure_bar": 7.832653235653236, - "Tower_Discharge_Pressure_Drop_bar": -0.01722771672771637, - "Reservoir_Pressure_bar": 9.048356532356532, - "Oil_Temperature_C": 67.29687881562882, - "Motor_Current_A": 2.038723290598291, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0254285714285722, - "Pneumatic_Panel_Pressure_bar": 9.03729120879121, - "Cyclone_Filter_Drop_Pressure_bar": 7.972736263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.015994505494505457, - "Reservoir_Pressure_bar": 9.037881318681318, - "Oil_Temperature_C": 66.36689560439561, - "Motor_Current_A": 1.9720329670329673, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0909489010989017, - "Pneumatic_Panel_Pressure_bar": 8.990530219780219, - "Cyclone_Filter_Drop_Pressure_bar": 7.855607142857142, - "Tower_Discharge_Pressure_Drop_bar": -0.01812637362637372, - "Reservoir_Pressure_bar": 8.99059065934066, - "Oil_Temperature_C": 66.24544642857143, - "Motor_Current_A": 2.0163598901098903, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9985473972602743, - "Pneumatic_Panel_Pressure_bar": 8.964518356164383, - "Cyclone_Filter_Drop_Pressure_bar": 7.907269041095891, - "Tower_Discharge_Pressure_Drop_bar": -0.019687671232876385, - "Reservoir_Pressure_bar": 8.964748493150685, - "Oil_Temperature_C": 63.67035616438356, - "Motor_Current_A": 1.7904657534246575, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7089395604395606, - "Pneumatic_Panel_Pressure_bar": 8.998385714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.257143956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.014648351648350906, - "Reservoir_Pressure_bar": 8.998907692307691, - "Oil_Temperature_C": 62.98558379120879, - "Motor_Current_A": 1.5328818681318679, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1289273504273507, - "Pneumatic_Panel_Pressure_bar": 8.969311355311355, - "Cyclone_Filter_Drop_Pressure_bar": 7.822205738705739, - "Tower_Discharge_Pressure_Drop_bar": 0.04089987789987871, - "Reservoir_Pressure_bar": 8.96980463980464, - "Oil_Temperature_C": 62.910790598290596, - "Motor_Current_A": 1.6106868131868128, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1970384615384617, - "Pneumatic_Panel_Pressure_bar": 9.069725274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.794263736263736, - "Tower_Discharge_Pressure_Drop_bar": 0.021008241758242594, - "Reservoir_Pressure_bar": 9.06951098901099, - "Oil_Temperature_C": 63.53125, - "Motor_Current_A": 2.128509615384615, - "Air_Intake_Valve_Status": 0.8585164835164835, - "Compressor_Outlet_Valve_Status": 0.14148351648351648, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8585164835164835, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.190689010989011, - "Pneumatic_Panel_Pressure_bar": 8.520553846153847, - "Cyclone_Filter_Drop_Pressure_bar": 2.151015384615385, - "Tower_Discharge_Pressure_Drop_bar": 1.4522252747252749, - "Reservoir_Pressure_bar": 8.521147252747253, - "Oil_Temperature_C": 70.0778846153846, - "Motor_Current_A": 4.235803571428572, - "Air_Intake_Valve_Status": 0.25, - "Compressor_Outlet_Valve_Status": 0.75, - "Active_Tower_ID": 0.6208791208791209, - "Load_Start_Signal": 0.25, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-29T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.221593406593406, - "Pneumatic_Panel_Pressure_bar": 8.38767032967033, - "Cyclone_Filter_Drop_Pressure_bar": -0.009005494505493072, - "Tower_Discharge_Pressure_Drop_bar": 1.949732967032967, - "Reservoir_Pressure_bar": 8.388863736263737, - "Oil_Temperature_C": 75.49587912087912, - "Motor_Current_A": 5.5733489010989015, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.260280991735538, - "Pneumatic_Panel_Pressure_bar": 8.392859504132232, - "Cyclone_Filter_Drop_Pressure_bar": -0.008424242424241292, - "Tower_Discharge_Pressure_Drop_bar": 1.9595041322314048, - "Reservoir_Pressure_bar": 8.395157024793388, - "Oil_Temperature_C": 75.65117079889806, - "Motor_Current_A": 5.574187327823692, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49586776859504134, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917355371900827, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.248018630136986, - "Pneumatic_Panel_Pressure_bar": 8.389643287671232, - "Cyclone_Filter_Drop_Pressure_bar": -0.008712876712327485, - "Tower_Discharge_Pressure_Drop_bar": 1.954908493150685, - "Reservoir_Pressure_bar": 8.391653698630137, - "Oil_Temperature_C": 76.04447260273972, - "Motor_Current_A": 5.579760958904109, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5068493150684932, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.233025274725275, - "Pneumatic_Panel_Pressure_bar": 8.375242307692307, - "Cyclone_Filter_Drop_Pressure_bar": -0.008026923076922163, - "Tower_Discharge_Pressure_Drop_bar": 1.9503225274725275, - "Reservoir_Pressure_bar": 8.377280769230769, - "Oil_Temperature_C": 76.18644917582418, - "Motor_Current_A": 5.584592032967033, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.241589010989012, - "Pneumatic_Panel_Pressure_bar": 8.365756043956045, - "Cyclone_Filter_Drop_Pressure_bar": -0.0085565934065922, - "Tower_Discharge_Pressure_Drop_bar": 1.9519236263736266, - "Reservoir_Pressure_bar": 8.368508791208791, - "Oil_Temperature_C": 76.30133241758242, - "Motor_Current_A": 5.576186126373626, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5063186813186813, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.811019780219781, - "Pneumatic_Panel_Pressure_bar": 8.48447032967033, - "Cyclone_Filter_Drop_Pressure_bar": 0.5084983516483526, - "Tower_Discharge_Pressure_Drop_bar": 1.763165384615385, - "Reservoir_Pressure_bar": 8.487153296703298, - "Oil_Temperature_C": 76.19664148351649, - "Motor_Current_A": 5.488916208791209, - "Air_Intake_Valve_Status": 0.0521978021978022, - "Compressor_Outlet_Valve_Status": 0.9478021978021978, - "Active_Tower_ID": 0.5211538461538461, - "Load_Start_Signal": 0.0521978021978022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9631098901098909, - "Pneumatic_Panel_Pressure_bar": 8.971538461538461, - "Cyclone_Filter_Drop_Pressure_bar": 7.94848021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.014736263736263197, - "Reservoir_Pressure_bar": 8.9722989010989, - "Oil_Temperature_C": 66.54847527472528, - "Motor_Current_A": 1.8075054945054945, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9660037383177579, - "Pneumatic_Panel_Pressure_bar": 9.105840498442367, - "Cyclone_Filter_Drop_Pressure_bar": 8.114603115264797, - "Tower_Discharge_Pressure_Drop_bar": -0.018347663551401938, - "Reservoir_Pressure_bar": 9.106259190031153, - "Oil_Temperature_C": 65.68764797507788, - "Motor_Current_A": 2.161386292834891, - "Air_Intake_Valve_Status": 0.8940809968847352, - "Compressor_Outlet_Valve_Status": 0.1059190031152648, - "Active_Tower_ID": 0.9470404984423676, - "Load_Start_Signal": 0.8940809968847352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2459992958848385, - "Pneumatic_Panel_Pressure_bar": 9.084020367183017, - "Cyclone_Filter_Drop_Pressure_bar": 7.833880196109111, - "Tower_Discharge_Pressure_Drop_bar": -0.01218181818181775, - "Reservoir_Pressure_bar": 9.084213138267355, - "Oil_Temperature_C": 64.95245266781411, - "Motor_Current_A": 2.1438257901736817, - "Air_Intake_Valve_Status": 0.8654618473895583, - "Compressor_Outlet_Valve_Status": 0.13453815261044177, - "Active_Tower_ID": 0.9318181818181818, - "Load_Start_Signal": 0.8654618473895583, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6335879120879123, - "Pneumatic_Panel_Pressure_bar": 8.932734615384614, - "Cyclone_Filter_Drop_Pressure_bar": 8.252535164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.01870164835164789, - "Reservoir_Pressure_bar": 8.933959890109891, - "Oil_Temperature_C": 63.77094093406594, - "Motor_Current_A": 1.5127870879120875, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0215340659340661, - "Pneumatic_Panel_Pressure_bar": 9.030592307692308, - "Cyclone_Filter_Drop_Pressure_bar": 7.991828571428571, - "Tower_Discharge_Pressure_Drop_bar": -0.01979780219780181, - "Reservoir_Pressure_bar": 9.032127472527472, - "Oil_Temperature_C": 64.67097527472528, - "Motor_Current_A": 1.9595041208791206, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.02678021978022, - "Pneumatic_Panel_Pressure_bar": 8.961604395604395, - "Cyclone_Filter_Drop_Pressure_bar": 7.896802197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.018241758241757965, - "Reservoir_Pressure_bar": 8.964763736263736, - "Oil_Temperature_C": 63.80384615384615, - "Motor_Current_A": 1.6608310439560436, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6330719780219785, - "Pneumatic_Panel_Pressure_bar": 9.059730219780219, - "Cyclone_Filter_Drop_Pressure_bar": 8.39904945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.016423076923076804, - "Reservoir_Pressure_bar": 9.063812087912089, - "Oil_Temperature_C": 64.06694368131868, - "Motor_Current_A": 1.6301785714285715, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9493884615384622, - "Pneumatic_Panel_Pressure_bar": 8.889918681318681, - "Cyclone_Filter_Drop_Pressure_bar": 7.8639774725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.01699999999999937, - "Reservoir_Pressure_bar": 8.895171428571429, - "Oil_Temperature_C": 64.40285027472528, - "Motor_Current_A": 1.5186971153846154, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8145846153846165, - "Pneumatic_Panel_Pressure_bar": 9.044097802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.195181318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.016494505494505034, - "Reservoir_Pressure_bar": 9.047143956043957, - "Oil_Temperature_C": 66.18074175824177, - "Motor_Current_A": 1.8158516483516485, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3492515262515272, - "Pneumatic_Panel_Pressure_bar": 9.10520757020757, - "Cyclone_Filter_Drop_Pressure_bar": 7.730795482295483, - "Tower_Discharge_Pressure_Drop_bar": 0.01241330891330911, - "Reservoir_Pressure_bar": 9.106435897435897, - "Oil_Temperature_C": 66.09271214896215, - "Motor_Current_A": 2.1678914835164833, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0189340659340667, - "Pneumatic_Panel_Pressure_bar": 8.999247252747253, - "Cyclone_Filter_Drop_Pressure_bar": 7.938527472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.01815384615384635, - "Reservoir_Pressure_bar": 8.999763736263738, - "Oil_Temperature_C": 64.96483516483516, - "Motor_Current_A": 1.9335439560439558, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9873186813186818, - "Pneumatic_Panel_Pressure_bar": 8.949143956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.937391208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.018049450549450466, - "Reservoir_Pressure_bar": 8.950067032967032, - "Oil_Temperature_C": 64.36380494505494, - "Motor_Current_A": 1.6589601648351644, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.704758241758242, - "Pneumatic_Panel_Pressure_bar": 9.009604395604397, - "Cyclone_Filter_Drop_Pressure_bar": 8.29312912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.018997252747252308, - "Reservoir_Pressure_bar": 9.010291208791209, - "Oil_Temperature_C": 64.42184065934066, - "Motor_Current_A": 1.7086916208791205, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0317747252747256, - "Pneumatic_Panel_Pressure_bar": 9.02541098901099, - "Cyclone_Filter_Drop_Pressure_bar": 7.990927472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.017206593406592613, - "Reservoir_Pressure_bar": 9.02624945054945, - "Oil_Temperature_C": 64.37618131868132, - "Motor_Current_A": 1.980583791208791, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.018045054945055, - "Pneumatic_Panel_Pressure_bar": 8.989257142857142, - "Cyclone_Filter_Drop_Pressure_bar": 7.953981318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.02126813186813081, - "Reservoir_Pressure_bar": 8.988943956043956, - "Oil_Temperature_C": 64.18438186813188, - "Motor_Current_A": 1.9927953296703296, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.360802197802198, - "Pneumatic_Panel_Pressure_bar": 8.979934065934065, - "Cyclone_Filter_Drop_Pressure_bar": 7.578313186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.02154945054944951, - "Reservoir_Pressure_bar": 8.979263736263738, - "Oil_Temperature_C": 65.19402472527473, - "Motor_Current_A": 2.193962912087912, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.424259340659341, - "Pneumatic_Panel_Pressure_bar": 9.06619945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.613395604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.016247802197801184, - "Reservoir_Pressure_bar": 9.06552967032967, - "Oil_Temperature_C": 66.5763804945055, - "Motor_Current_A": 2.6051943681318677, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9173076923076923, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5093351648351652, - "Pneumatic_Panel_Pressure_bar": 9.048289010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.513289010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.007175824175823151, - "Reservoir_Pressure_bar": 9.048081868131868, - "Oil_Temperature_C": 67.15398351648352, - "Motor_Current_A": 2.7983152472527473, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-30T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2482833333333336, - "Pneumatic_Panel_Pressure_bar": 9.151462500000001, - "Cyclone_Filter_Drop_Pressure_bar": 7.8058958333333335, - "Tower_Discharge_Pressure_Drop_bar": -0.021079166666665688, - "Reservoir_Pressure_bar": 9.151008333333333, - "Oil_Temperature_C": 65.12385416666667, - "Motor_Current_A": 2.23071875, - "Air_Intake_Valve_Status": 0.8541666666666666, - "Compressor_Outlet_Valve_Status": 0.14583333333333334, - "Active_Tower_ID": 0.925, - "Load_Start_Signal": 0.8541666666666666, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9958333333333333, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011805405405405476, - "Pneumatic_Panel_Pressure_bar": 9.130994594594593, - "Cyclone_Filter_Drop_Pressure_bar": 9.117772972972972, - "Tower_Discharge_Pressure_Drop_bar": -0.020756756756755843, - "Reservoir_Pressure_bar": 9.131664864864865, - "Oil_Temperature_C": 62.20202702702702, - "Motor_Current_A": 0.08397297297297257, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1897248349498732, - "Pneumatic_Panel_Pressure_bar": 7.589471839595729, - "Cyclone_Filter_Drop_Pressure_bar": 6.5224538267177445, - "Tower_Discharge_Pressure_Drop_bar": -0.020529627516504223, - "Reservoir_Pressure_bar": 7.587353329529709, - "Oil_Temperature_C": 53.39428641291059, - "Motor_Current_A": 1.3910640639008884, - "Air_Intake_Valve_Status": 0.7351862417474937, - "Compressor_Outlet_Valve_Status": 0.2648137582525063, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.7351862417474937, - "Low_Pressure_Switch_Status": 0.2648137582525063, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-05-31T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.2505349555926113, - "Pneumatic_Panel_Pressure_bar": 8.596520879781005, - "Cyclone_Filter_Drop_Pressure_bar": 6.391299840725108, - "Tower_Discharge_Pressure_Drop_bar": -0.013523222747533504, - "Reservoir_Pressure_bar": 8.59445008823838, - "Oil_Temperature_C": 55.14923962788126, - "Motor_Current_A": 2.706724152954331, - "Air_Intake_Valve_Status": 0.7080018859011774, - "Compressor_Outlet_Valve_Status": 0.2919981140988225, - "Active_Tower_ID": 0.856353591160221, - "Load_Start_Signal": 0.7080018859011774, - "Low_Pressure_Switch_Status": 0.13177711962368435, - "Tower_Discharge_Switch_Status": 0.994475138121547, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7406901098901101, - "Pneumatic_Panel_Pressure_bar": 9.04059120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.299986813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.011758241758241063, - "Reservoir_Pressure_bar": 9.03961868131868, - "Oil_Temperature_C": 62.582458791208786, - "Motor_Current_A": 1.7575096153846153, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0782082191780824, - "Pneumatic_Panel_Pressure_bar": 9.144079452054795, - "Cyclone_Filter_Drop_Pressure_bar": 8.032468493150684, - "Tower_Discharge_Pressure_Drop_bar": -0.022230684931506116, - "Reservoir_Pressure_bar": 9.143088219178082, - "Oil_Temperature_C": 63.705212328767125, - "Motor_Current_A": 2.050328082191781, - "Air_Intake_Valve_Status": 0.8794520547945206, - "Compressor_Outlet_Valve_Status": 0.12054794520547946, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8794520547945206, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5399994505494508, - "Pneumatic_Panel_Pressure_bar": 9.159276923076924, - "Cyclone_Filter_Drop_Pressure_bar": 7.540166483516484, - "Tower_Discharge_Pressure_Drop_bar": 0.03532912087912174, - "Reservoir_Pressure_bar": 9.158491208791208, - "Oil_Temperature_C": 64.09353021978022, - "Motor_Current_A": 2.160226648351648, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7490054945054948, - "Pneumatic_Panel_Pressure_bar": 9.037793406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.246623076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.0217197802197791, - "Reservoir_Pressure_bar": 9.03774945054945, - "Oil_Temperature_C": 63.24662087912088, - "Motor_Current_A": 1.5548804945054944, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2717126373626375, - "Pneumatic_Panel_Pressure_bar": 9.080756043956043, - "Cyclone_Filter_Drop_Pressure_bar": 7.781175274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.0014082417582408416, - "Reservoir_Pressure_bar": 9.080629670329671, - "Oil_Temperature_C": 63.88364697802198, - "Motor_Current_A": 2.0441188186813184, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7585164835164837, - "Pneumatic_Panel_Pressure_bar": 9.032994505494505, - "Cyclone_Filter_Drop_Pressure_bar": 8.243186813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.020008241758241264, - "Reservoir_Pressure_bar": 9.033906593406593, - "Oil_Temperature_C": 64.05731456043956, - "Motor_Current_A": 1.4720157967032965, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1122950549450552, - "Pneumatic_Panel_Pressure_bar": 9.155601648351649, - "Cyclone_Filter_Drop_Pressure_bar": 7.9546840659340665, - "Tower_Discharge_Pressure_Drop_bar": 0.006280219780219838, - "Reservoir_Pressure_bar": 9.156239010989012, - "Oil_Temperature_C": 65.1778021978022, - "Motor_Current_A": 2.065070741758242, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.087626373626374, - "Pneumatic_Panel_Pressure_bar": 9.02547087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.920096153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.0188626373626374, - "Reservoir_Pressure_bar": 9.026453846153846, - "Oil_Temperature_C": 64.7347184065934, - "Motor_Current_A": 1.767739697802198, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7194230769230774, - "Pneumatic_Panel_Pressure_bar": 9.010087912087911, - "Cyclone_Filter_Drop_Pressure_bar": 8.265763736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.018456043956044048, - "Reservoir_Pressure_bar": 9.011450549450549, - "Oil_Temperature_C": 64.79574175824176, - "Motor_Current_A": 1.6035233516483516, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0395000000000005, - "Pneumatic_Panel_Pressure_bar": 9.054932234432234, - "Cyclone_Filter_Drop_Pressure_bar": 7.985301587301587, - "Tower_Discharge_Pressure_Drop_bar": -0.01864957264957263, - "Reservoir_Pressure_bar": 9.05577960927961, - "Oil_Temperature_C": 65.28168498168498, - "Motor_Current_A": 1.9646565934065934, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.994876373626374, - "Pneumatic_Panel_Pressure_bar": 8.979222527472528, - "Cyclone_Filter_Drop_Pressure_bar": 7.965151098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.018505494505494494, - "Reservoir_Pressure_bar": 8.979510989010988, - "Oil_Temperature_C": 65.02860576923077, - "Motor_Current_A": 1.639587912087912, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7228829670329673, - "Pneumatic_Panel_Pressure_bar": 8.97777087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.23663901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.01919065934065922, - "Reservoir_Pressure_bar": 8.978181318681319, - "Oil_Temperature_C": 65.26120192307692, - "Motor_Current_A": 1.667881868131868, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1212692307692311, - "Pneumatic_Panel_Pressure_bar": 9.024137362637363, - "Cyclone_Filter_Drop_Pressure_bar": 7.8930439560439565, - "Tower_Discharge_Pressure_Drop_bar": -0.00820329670329627, - "Reservoir_Pressure_bar": 9.02402197802198, - "Oil_Temperature_C": 65.32987637362638, - "Motor_Current_A": 2.024375, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.156841208791209, - "Pneumatic_Panel_Pressure_bar": 9.12154010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.941178021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.00020824175824102372, - "Reservoir_Pressure_bar": 9.12093076923077, - "Oil_Temperature_C": 64.76089285714286, - "Motor_Current_A": 2.0603502747252747, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1835274725274727, - "Pneumatic_Panel_Pressure_bar": 9.048211233211234, - "Cyclone_Filter_Drop_Pressure_bar": 7.810150793650794, - "Tower_Discharge_Pressure_Drop_bar": -0.019736263736262916, - "Reservoir_Pressure_bar": 9.047023199023199, - "Oil_Temperature_C": 64.08055555555555, - "Motor_Current_A": 1.9399793956043954, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0762543956043957, - "Pneumatic_Panel_Pressure_bar": 8.962362087912087, - "Cyclone_Filter_Drop_Pressure_bar": 7.850004945054946, - "Tower_Discharge_Pressure_Drop_bar": -0.003384615384614262, - "Reservoir_Pressure_bar": 8.962043406593406, - "Oil_Temperature_C": 63.78190934065935, - "Motor_Current_A": 1.830911401098901, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7049148351648353, - "Pneumatic_Panel_Pressure_bar": 9.02938186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.260302197802197, - "Tower_Discharge_Pressure_Drop_bar": -0.018148351648350276, - "Reservoir_Pressure_bar": 9.02937912087912, - "Oil_Temperature_C": 63.06081730769231, - "Motor_Current_A": 1.765621565934066, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0056664835164837, - "Pneumatic_Panel_Pressure_bar": 9.025506043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.964912637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.021631868131866766, - "Reservoir_Pressure_bar": 9.02532087912088, - "Oil_Temperature_C": 62.93182005494505, - "Motor_Current_A": 1.9880906593406593, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7854132013201321, - "Pneumatic_Panel_Pressure_bar": 8.941715511551156, - "Cyclone_Filter_Drop_Pressure_bar": 8.125702310231022, - "Tower_Discharge_Pressure_Drop_bar": -0.02051485148514715, - "Reservoir_Pressure_bar": 8.941438283828383, - "Oil_Temperature_C": 62.21341584158416, - "Motor_Current_A": 1.598052805280528, - "Air_Intake_Valve_Status": 0.9108910891089109, - "Compressor_Outlet_Valve_Status": 0.0891089108910891, - "Active_Tower_ID": 0.9603960396039604, - "Load_Start_Signal": 0.9108910891089109, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-05-31T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3790810741063324, - "Pneumatic_Panel_Pressure_bar": 9.03674034442555, - "Cyclone_Filter_Drop_Pressure_bar": 7.612491135903852, - "Tower_Discharge_Pressure_Drop_bar": -0.02182456140350744, - "Reservoir_Pressure_bar": 9.034936677127543, - "Oil_Temperature_C": 60.25032096922106, - "Motor_Current_A": 1.914371794340066, - "Air_Intake_Valve_Status": 0.8465338549947234, - "Compressor_Outlet_Valve_Status": 0.1534661450052765, - "Active_Tower_ID": 0.9298245614035088, - "Load_Start_Signal": 0.8465338549947234, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.695791208791209, - "Pneumatic_Panel_Pressure_bar": 9.079912087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.368641025641026, - "Tower_Discharge_Pressure_Drop_bar": -0.0039065934065921305, - "Reservoir_Pressure_bar": 9.078710622710622, - "Oil_Temperature_C": 61.812385531135526, - "Motor_Current_A": 1.7497733516483513, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6838296703296706, - "Pneumatic_Panel_Pressure_bar": 8.964200549450549, - "Cyclone_Filter_Drop_Pressure_bar": 8.226475274725274, - "Tower_Discharge_Pressure_Drop_bar": -0.02204395604395499, - "Reservoir_Pressure_bar": 8.963912087912089, - "Oil_Temperature_C": 60.98193681318681, - "Motor_Current_A": 1.3581730769230769, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.001509340659341, - "Pneumatic_Panel_Pressure_bar": 8.942740659340659, - "Cyclone_Filter_Drop_Pressure_bar": 7.909312087912087, - "Tower_Discharge_Pressure_Drop_bar": -0.01778571428571304, - "Reservoir_Pressure_bar": 8.942432967032968, - "Oil_Temperature_C": 61.00848214285715, - "Motor_Current_A": 1.6324381868131865, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6823076923076925, - "Pneumatic_Panel_Pressure_bar": 9.06873076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.351450549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.022126373626372323, - "Reservoir_Pressure_bar": 9.068785714285715, - "Oil_Temperature_C": 62.02376373626374, - "Motor_Current_A": 1.7036469780219778, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.901368131868132, - "Pneumatic_Panel_Pressure_bar": 8.923981318681319, - "Cyclone_Filter_Drop_Pressure_bar": 7.991998901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.02180769230769101, - "Reservoir_Pressure_bar": 8.923712087912088, - "Oil_Temperature_C": 61.243928571428576, - "Motor_Current_A": 1.5089285714285712, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8804450549450552, - "Pneumatic_Panel_Pressure_bar": 9.002494505494505, - "Cyclone_Filter_Drop_Pressure_bar": 8.105041208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.011664835164834002, - "Reservoir_Pressure_bar": 9.002120879120879, - "Oil_Temperature_C": 64.18365384615385, - "Motor_Current_A": 1.8884821428571426, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0872598901098902, - "Pneumatic_Panel_Pressure_bar": 9.005504395604396, - "Cyclone_Filter_Drop_Pressure_bar": 7.890346703296704, - "Tower_Discharge_Pressure_Drop_bar": -0.021478021978020862, - "Reservoir_Pressure_bar": 9.005156593406593, - "Oil_Temperature_C": 64.48262362637362, - "Motor_Current_A": 2.0123990384615382, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0842027397260279, - "Pneumatic_Panel_Pressure_bar": 8.940041095890411, - "Cyclone_Filter_Drop_Pressure_bar": 7.8281128767123285, - "Tower_Discharge_Pressure_Drop_bar": -0.020581369863012906, - "Reservoir_Pressure_bar": 8.940365479452055, - "Oil_Temperature_C": 64.27591780821918, - "Motor_Current_A": 2.003959589041096, - "Air_Intake_Valve_Status": 0.8794520547945206, - "Compressor_Outlet_Valve_Status": 0.12054794520547946, - "Active_Tower_ID": 0.9287671232876712, - "Load_Start_Signal": 0.8794520547945206, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6535560439560443, - "Pneumatic_Panel_Pressure_bar": 9.002762637362638, - "Cyclone_Filter_Drop_Pressure_bar": 8.316184615384614, - "Tower_Discharge_Pressure_Drop_bar": -0.017659340659340345, - "Reservoir_Pressure_bar": 9.004464835164836, - "Oil_Temperature_C": 63.55321428571428, - "Motor_Current_A": 1.3221634615384614, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9505659340659345, - "Pneumatic_Panel_Pressure_bar": 8.917034065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.962195604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.006604395604395144, - "Reservoir_Pressure_bar": 8.920127472527472, - "Oil_Temperature_C": 63.91355769230769, - "Motor_Current_A": 1.4871497252747252, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7046362637362644, - "Pneumatic_Panel_Pressure_bar": 9.128051648351649, - "Cyclone_Filter_Drop_Pressure_bar": 7.4086978021978025, - "Tower_Discharge_Pressure_Drop_bar": -0.0065406593406581925, - "Reservoir_Pressure_bar": 9.129430769230769, - "Oil_Temperature_C": 68.93166208791209, - "Motor_Current_A": 2.892331043956044, - "Air_Intake_Valve_Status": 0.8104395604395604, - "Compressor_Outlet_Valve_Status": 0.18956043956043955, - "Active_Tower_ID": 0.8994505494505494, - "Load_Start_Signal": 0.8104395604395604, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4540318681318691, - "Pneumatic_Panel_Pressure_bar": 8.984543956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.504108791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.005847252747252, - "Reservoir_Pressure_bar": 8.986181318681318, - "Oil_Temperature_C": 69.48842032967033, - "Motor_Current_A": 2.9007774725274724, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0702802197802208, - "Pneumatic_Panel_Pressure_bar": 9.094165384615383, - "Cyclone_Filter_Drop_Pressure_bar": 7.999093956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.016606043956043006, - "Reservoir_Pressure_bar": 9.096064835164835, - "Oil_Temperature_C": 66.97541895604397, - "Motor_Current_A": 1.9038949175824176, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.3186758241758247, - "Pneumatic_Panel_Pressure_bar": 9.141263736263737, - "Cyclone_Filter_Drop_Pressure_bar": 5.821010989010989, - "Tower_Discharge_Pressure_Drop_bar": 0.20604395604395695, - "Reservoir_Pressure_bar": 9.14203846153846, - "Oil_Temperature_C": 71.97218406593407, - "Motor_Current_A": 3.953894230769231, - "Air_Intake_Valve_Status": 0.6428571428571429, - "Compressor_Outlet_Valve_Status": 0.35714285714285715, - "Active_Tower_ID": 0.8241758241758241, - "Load_Start_Signal": 0.6428571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.260714835164835, - "Pneumatic_Panel_Pressure_bar": 9.596874725274725, - "Cyclone_Filter_Drop_Pressure_bar": 3.1383796703296705, - "Tower_Discharge_Pressure_Drop_bar": 0.9109703296703298, - "Reservoir_Pressure_bar": 9.596863736263737, - "Oil_Temperature_C": 75.57594093406593, - "Motor_Current_A": 4.25040728021978, - "Air_Intake_Valve_Status": 0.34615384615384615, - "Compressor_Outlet_Valve_Status": 0.6538461538461539, - "Active_Tower_ID": 0.6728021978021979, - "Load_Start_Signal": 0.34615384615384615, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9606483516483524, - "Pneumatic_Panel_Pressure_bar": 9.096543956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.123838461538462, - "Tower_Discharge_Pressure_Drop_bar": 0.004737362637363708, - "Reservoir_Pressure_bar": 9.096207692307692, - "Oil_Temperature_C": 69.32348901098901, - "Motor_Current_A": 3.0431318681318684, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8846153846153846, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1575934065934075, - "Pneumatic_Panel_Pressure_bar": 9.08152032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.921053296703297, - "Tower_Discharge_Pressure_Drop_bar": 0.007901098901099548, - "Reservoir_Pressure_bar": 9.082141208791208, - "Oil_Temperature_C": 68.08246565934067, - "Motor_Current_A": 2.3367493131868136, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0451318681318689, - "Pneumatic_Panel_Pressure_bar": 9.036472527472528, - "Cyclone_Filter_Drop_Pressure_bar": 7.984464285714285, - "Tower_Discharge_Pressure_Drop_bar": 0.0013296703296705199, - "Reservoir_Pressure_bar": 9.036626373626373, - "Oil_Temperature_C": 65.64670329670331, - "Motor_Current_A": 1.9229464285714286, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.571575824175825, - "Pneumatic_Panel_Pressure_bar": 9.078385714285714, - "Cyclone_Filter_Drop_Pressure_bar": 7.4754021978021985, - "Tower_Discharge_Pressure_Drop_bar": -0.0016109890109889953, - "Reservoir_Pressure_bar": 9.078072527472527, - "Oil_Temperature_C": 68.43940934065934, - "Motor_Current_A": 2.805931318681319, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7140714285714292, - "Pneumatic_Panel_Pressure_bar": 9.011521978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.25151098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.013763736263736183, - "Reservoir_Pressure_bar": 9.011478021978022, - "Oil_Temperature_C": 64.11146978021978, - "Motor_Current_A": 1.346991758241758, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9846978021978023, - "Pneumatic_Panel_Pressure_bar": 8.930035164835164, - "Cyclone_Filter_Drop_Pressure_bar": 7.921079120879122, - "Tower_Discharge_Pressure_Drop_bar": -0.015071428571428302, - "Reservoir_Pressure_bar": 8.930278021978022, - "Oil_Temperature_C": 62.86065934065934, - "Motor_Current_A": 1.5265659340659339, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.755339560439561, - "Pneumatic_Panel_Pressure_bar": 9.101387912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.263451648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.01612417582417553, - "Reservoir_Pressure_bar": 9.101418681318682, - "Oil_Temperature_C": 63.69633241758242, - "Motor_Current_A": 1.8471854395604395, - "Air_Intake_Valve_Status": 0.9104395604395604, - "Compressor_Outlet_Valve_Status": 0.08956043956043956, - "Active_Tower_ID": 0.9516483516483516, - "Load_Start_Signal": 0.9104395604395604, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6304615384615387, - "Pneumatic_Panel_Pressure_bar": 8.999991208791208, - "Cyclone_Filter_Drop_Pressure_bar": 8.339473076923078, - "Tower_Discharge_Pressure_Drop_bar": -0.019565934065933765, - "Reservoir_Pressure_bar": 9.000031868131869, - "Oil_Temperature_C": 62.89791895604395, - "Motor_Current_A": 1.3139615384615382, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-01T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6316273972602743, - "Pneumatic_Panel_Pressure_bar": 8.922244383561644, - "Cyclone_Filter_Drop_Pressure_bar": 8.262146301369862, - "Tower_Discharge_Pressure_Drop_bar": -0.019019726027397068, - "Reservoir_Pressure_bar": 8.921817534246575, - "Oil_Temperature_C": 62.31947260273973, - "Motor_Current_A": 1.303917808219178, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0010928571428575, - "Pneumatic_Panel_Pressure_bar": 9.036765384615384, - "Cyclone_Filter_Drop_Pressure_bar": 7.998496703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.01943956043956021, - "Reservoir_Pressure_bar": 9.036265384615385, - "Oil_Temperature_C": 63.14601648351649, - "Motor_Current_A": 1.813070054945055, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6641851648351651, - "Pneumatic_Panel_Pressure_bar": 9.038316483516484, - "Cyclone_Filter_Drop_Pressure_bar": 8.344688461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.019598901098900792, - "Reservoir_Pressure_bar": 9.038268681318682, - "Oil_Temperature_C": 63.15546703296703, - "Motor_Current_A": 1.5014072802197802, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6372307692307694, - "Pneumatic_Panel_Pressure_bar": 8.930615384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.271928571428571, - "Tower_Discharge_Pressure_Drop_bar": -0.019645604395604064, - "Reservoir_Pressure_bar": 8.930046703296703, - "Oil_Temperature_C": 62.471909340659344, - "Motor_Current_A": 1.3216895604395602, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9871456043956046, - "Pneumatic_Panel_Pressure_bar": 9.033445054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.025090659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.00826923076923028, - "Reservoir_Pressure_bar": 9.032414835164834, - "Oil_Temperature_C": 63.65611263736264, - "Motor_Current_A": 1.9628125, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3155339063992362, - "Pneumatic_Panel_Pressure_bar": 8.928999044890162, - "Cyclone_Filter_Drop_Pressure_bar": 7.54588729703916, - "Tower_Discharge_Pressure_Drop_bar": 0.01273352435530155, - "Reservoir_Pressure_bar": 8.928563514804202, - "Oil_Temperature_C": 64.60224450811843, - "Motor_Current_A": 2.0926671442215854, - "Air_Intake_Valve_Status": 0.8510028653295129, - "Compressor_Outlet_Valve_Status": 0.1489971346704871, - "Active_Tower_ID": 0.9283667621776505, - "Load_Start_Signal": 0.8510028653295129, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.153930878186969, - "Pneumatic_Panel_Pressure_bar": 9.031830028328612, - "Cyclone_Filter_Drop_Pressure_bar": 7.811705382436261, - "Tower_Discharge_Pressure_Drop_bar": -0.020496317280452495, - "Reservoir_Pressure_bar": 9.031752974504249, - "Oil_Temperature_C": 65.58233711048159, - "Motor_Current_A": 2.16699716713881, - "Air_Intake_Valve_Status": 0.8668555240793201, - "Compressor_Outlet_Valve_Status": 0.13314447592067988, - "Active_Tower_ID": 0.9320113314447592, - "Load_Start_Signal": 0.8668555240793201, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8083390332605968, - "Pneumatic_Panel_Pressure_bar": 9.070522383125041, - "Cyclone_Filter_Drop_Pressure_bar": 8.207335211267605, - "Tower_Discharge_Pressure_Drop_bar": -0.018969014084506308, - "Reservoir_Pressure_bar": 9.07043224227997, - "Oil_Temperature_C": 65.2045642398995, - "Motor_Current_A": 1.792898565099517, - "Air_Intake_Valve_Status": 0.9070422535211268, - "Compressor_Outlet_Valve_Status": 0.09295774647887324, - "Active_Tower_ID": 0.9492957746478873, - "Load_Start_Signal": 0.9070422535211268, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1375862637362641, - "Pneumatic_Panel_Pressure_bar": 9.166282967032966, - "Cyclone_Filter_Drop_Pressure_bar": 7.9740120879120875, - "Tower_Discharge_Pressure_Drop_bar": -0.01657142857142799, - "Reservoir_Pressure_bar": 9.16605054945055, - "Oil_Temperature_C": 65.07232829670329, - "Motor_Current_A": 2.062165521978022, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6509642857142861, - "Pneumatic_Panel_Pressure_bar": 8.93408791208791, - "Cyclone_Filter_Drop_Pressure_bar": 8.248486263736265, - "Tower_Discharge_Pressure_Drop_bar": -0.01890384615384616, - "Reservoir_Pressure_bar": 8.935480769230768, - "Oil_Temperature_C": 63.47613324175824, - "Motor_Current_A": 1.3094574175824176, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 8.16, - "Cyclone_Filter_Drop_Pressure_bar": 8.15, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.161999999999999, - "Oil_Temperature_C": 59.243750000000006, - "Motor_Current_A": 0.04, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.014227143488973712, - "Pneumatic_Panel_Pressure_bar": 8.36129342263221, - "Cyclone_Filter_Drop_Pressure_bar": 8.351520566121184, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.363066279143236, - "Oil_Temperature_C": 60.81445078031213, - "Motor_Current_A": 0.4647583243823845, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-02T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-02T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-02T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-02T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-02T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-02T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009892359991086412, - "Pneumatic_Panel_Pressure_bar": 9.203109560444677, - "Cyclone_Filter_Drop_Pressure_bar": 9.191080867804185, - "Tower_Discharge_Pressure_Drop_bar": -0.016447368421051597, - "Reservoir_Pressure_bar": 9.203927726769379, - "Oil_Temperature_C": 67.48033996493334, - "Motor_Current_A": 1.8409171307026966, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01078493975903521, - "Pneumatic_Panel_Pressure_bar": 6.8544909638554214, - "Cyclone_Filter_Drop_Pressure_bar": 0.7641012048192781, - "Tower_Discharge_Pressure_Drop_bar": -0.01637349397590242, - "Reservoir_Pressure_bar": 6.855269879518072, - "Oil_Temperature_C": 56.65625753012048, - "Motor_Current_A": 0.022344126506023874, - "Air_Intake_Valve_Status": 0.09337349397590361, - "Compressor_Outlet_Valve_Status": 0.9066265060240963, - "Active_Tower_ID": 0.5481927710843374, - "Load_Start_Signal": 0.09337349397590361, - "Low_Pressure_Switch_Status": 0.572289156626506, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.161301641199774, - "Pneumatic_Panel_Pressure_bar": 8.676270265779868, - "Cyclone_Filter_Drop_Pressure_bar": 4.6378981116597355, - "Tower_Discharge_Pressure_Drop_bar": -0.01884548008078802, - "Reservoir_Pressure_bar": 8.673306023270666, - "Oil_Temperature_C": 60.743156648650334, - "Motor_Current_A": 4.724287381297279, - "Air_Intake_Valve_Status": 0.47368421052631576, - "Compressor_Outlet_Valve_Status": 0.5263157894736842, - "Active_Tower_ID": 0.7368421052631579, - "Load_Start_Signal": 0.47368421052631576, - "Low_Pressure_Switch_Status": 0.24561403508771928, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6366208791208794, - "Pneumatic_Panel_Pressure_bar": 8.984302747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.322165384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.019901648351647875, - "Reservoir_Pressure_bar": 8.98321978021978, - "Oil_Temperature_C": 62.073392857142856, - "Motor_Current_A": 1.4741868131868132, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1150893371757926, - "Pneumatic_Panel_Pressure_bar": 9.026581556195964, - "Cyclone_Filter_Drop_Pressure_bar": 7.856416138328529, - "Tower_Discharge_Pressure_Drop_bar": -0.02001325648414925, - "Reservoir_Pressure_bar": 9.026035734870318, - "Oil_Temperature_C": 63.96772334293948, - "Motor_Current_A": 1.8482564841498559, - "Air_Intake_Valve_Status": 0.8731988472622478, - "Compressor_Outlet_Valve_Status": 0.12680115273775217, - "Active_Tower_ID": 0.9481268011527377, - "Load_Start_Signal": 0.8731988472622478, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6505978021978023, - "Pneumatic_Panel_Pressure_bar": 9.001497802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.315530769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.019587912087911438, - "Reservoir_Pressure_bar": 9.001195604395605, - "Oil_Temperature_C": 63.63673076923077, - "Motor_Current_A": 1.5844821428571427, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-02T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1435989010989012, - "Pneumatic_Panel_Pressure_bar": 9.024445054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.880835164835165, - "Tower_Discharge_Pressure_Drop_bar": 0.016730769230770125, - "Reservoir_Pressure_bar": 9.02402197802198, - "Oil_Temperature_C": 63.75618131868132, - "Motor_Current_A": 2.0276785714285714, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6674395604395605, - "Pneumatic_Panel_Pressure_bar": 8.948058241758241, - "Cyclone_Filter_Drop_Pressure_bar": 8.236975824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.020730769230768328, - "Reservoir_Pressure_bar": 8.948046153846153, - "Oil_Temperature_C": 63.09274725274726, - "Motor_Current_A": 1.4419313186813185, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.123306043956044, - "Pneumatic_Panel_Pressure_bar": 9.068643956043955, - "Cyclone_Filter_Drop_Pressure_bar": 7.813264835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.015968681318680542, - "Reservoir_Pressure_bar": 9.068275824175824, - "Oil_Temperature_C": 63.980625, - "Motor_Current_A": 2.1074608516483515, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7373076923076924, - "Pneumatic_Panel_Pressure_bar": 8.976013736263736, - "Cyclone_Filter_Drop_Pressure_bar": 8.181640109890111, - "Tower_Discharge_Pressure_Drop_bar": -0.019181318681317897, - "Reservoir_Pressure_bar": 8.975626373626374, - "Oil_Temperature_C": 63.300000000000004, - "Motor_Current_A": 1.4875412087912085, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0424467032967035, - "Pneumatic_Panel_Pressure_bar": 9.053621428571429, - "Cyclone_Filter_Drop_Pressure_bar": 7.962229670329671, - "Tower_Discharge_Pressure_Drop_bar": -0.017670329670328704, - "Reservoir_Pressure_bar": 9.052786263736264, - "Oil_Temperature_C": 64.12604395604396, - "Motor_Current_A": 2.042458791208791, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0900395604395607, - "Pneumatic_Panel_Pressure_bar": 8.981063736263737, - "Cyclone_Filter_Drop_Pressure_bar": 7.851827472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.002356043956042872, - "Reservoir_Pressure_bar": 8.979816483516483, - "Oil_Temperature_C": 63.900728021978026, - "Motor_Current_A": 1.7962843406593405, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0107561643835619, - "Pneumatic_Panel_Pressure_bar": 8.905662465753425, - "Cyclone_Filter_Drop_Pressure_bar": 7.852418082191781, - "Tower_Discharge_Pressure_Drop_bar": -0.021484383561642707, - "Reservoir_Pressure_bar": 8.90538301369863, - "Oil_Temperature_C": 64.27482876712328, - "Motor_Current_A": 1.877527397260274, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1475065934065936, - "Pneumatic_Panel_Pressure_bar": 9.103784615384615, - "Cyclone_Filter_Drop_Pressure_bar": 7.937710989010989, - "Tower_Discharge_Pressure_Drop_bar": 0.024504395604396666, - "Reservoir_Pressure_bar": 9.103635164835165, - "Oil_Temperature_C": 65.46004120879121, - "Motor_Current_A": 2.2973434065934066, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0158351648351651, - "Pneumatic_Panel_Pressure_bar": 9.014165934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.978765934065935, - "Tower_Discharge_Pressure_Drop_bar": -0.020875824175823243, - "Reservoir_Pressure_bar": 9.01403956043956, - "Oil_Temperature_C": 64.46357142857143, - "Motor_Current_A": 1.7571456043956044, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7331923076923078, - "Pneumatic_Panel_Pressure_bar": 9.113554945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.349019230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.01910164835164757, - "Reservoir_Pressure_bar": 9.113225274725275, - "Oil_Temperature_C": 64.52565247252748, - "Motor_Current_A": 1.7389697802197803, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.984772527472527, - "Pneumatic_Panel_Pressure_bar": 9.018474725274725, - "Cyclone_Filter_Drop_Pressure_bar": 0.8382494505494514, - "Tower_Discharge_Pressure_Drop_bar": 1.4917395604395605, - "Reservoir_Pressure_bar": 9.018525274725274, - "Oil_Temperature_C": 73.50640109890111, - "Motor_Current_A": 5.1691414835164835, - "Air_Intake_Valve_Status": 0.10164835164835165, - "Compressor_Outlet_Valve_Status": 0.8983516483516484, - "Active_Tower_ID": 0.5604395604395604, - "Load_Start_Signal": 0.10164835164835165, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.3561236263736274, - "Pneumatic_Panel_Pressure_bar": 9.184147252747252, - "Cyclone_Filter_Drop_Pressure_bar": 6.797415934065934, - "Tower_Discharge_Pressure_Drop_bar": 0.25982362637362705, - "Reservoir_Pressure_bar": 9.18412912087912, - "Oil_Temperature_C": 70.75147664835164, - "Motor_Current_A": 2.7806030219780222, - "Air_Intake_Valve_Status": 0.7417582417582418, - "Compressor_Outlet_Valve_Status": 0.25824175824175827, - "Active_Tower_ID": 0.868956043956044, - "Load_Start_Signal": 0.7417582417582418, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1762564383561651, - "Pneumatic_Panel_Pressure_bar": 8.98448, - "Cyclone_Filter_Drop_Pressure_bar": 7.782287671232877, - "Tower_Discharge_Pressure_Drop_bar": 0.000235616438356611, - "Reservoir_Pressure_bar": 8.984951232876712, - "Oil_Temperature_C": 66.12097260273973, - "Motor_Current_A": 1.8281986301369864, - "Air_Intake_Valve_Status": 0.8684931506849315, - "Compressor_Outlet_Valve_Status": 0.13150684931506848, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.8684931506849315, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7165549450549455, - "Pneumatic_Panel_Pressure_bar": 8.946698351648351, - "Cyclone_Filter_Drop_Pressure_bar": 8.208765384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.01781868131868117, - "Reservoir_Pressure_bar": 8.947534065934066, - "Oil_Temperature_C": 65.45375686813186, - "Motor_Current_A": 1.5937424450549451, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.116395604395605, - "Pneumatic_Panel_Pressure_bar": 9.052650549450549, - "Cyclone_Filter_Drop_Pressure_bar": 7.878743956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.006380219780219739, - "Reservoir_Pressure_bar": 9.052183516483517, - "Oil_Temperature_C": 65.4085576923077, - "Motor_Current_A": 1.9672815934065935, - "Air_Intake_Valve_Status": 0.8730769230769231, - "Compressor_Outlet_Valve_Status": 0.12692307692307694, - "Active_Tower_ID": 0.939010989010989, - "Load_Start_Signal": 0.8730769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9425730769230773, - "Pneumatic_Panel_Pressure_bar": 8.922165934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.943096153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.019540109890109632, - "Reservoir_Pressure_bar": 8.92220054945055, - "Oil_Temperature_C": 64.61794642857143, - "Motor_Current_A": 1.5988715659340658, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3120247252747257, - "Pneumatic_Panel_Pressure_bar": 8.982576923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.620219780219781, - "Tower_Discharge_Pressure_Drop_bar": -0.007579670329669777, - "Reservoir_Pressure_bar": 8.982104395604395, - "Oil_Temperature_C": 65.80642170329669, - "Motor_Current_A": 2.1710061813186816, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9354395604395604, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8926208791208794, - "Pneumatic_Panel_Pressure_bar": 9.016956043956045, - "Cyclone_Filter_Drop_Pressure_bar": 8.078241758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.0052087912087905456, - "Reservoir_Pressure_bar": 9.016337912087913, - "Oil_Temperature_C": 65.53231456043956, - "Motor_Current_A": 1.909268543956044, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0803043956043958, - "Pneumatic_Panel_Pressure_bar": 8.94407032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.838848351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.016747252747251994, - "Reservoir_Pressure_bar": 8.943947252747252, - "Oil_Temperature_C": 64.85798076923076, - "Motor_Current_A": 2.0217486263736264, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9767048387096778, - "Pneumatic_Panel_Pressure_bar": 8.944604838709678, - "Cyclone_Filter_Drop_Pressure_bar": 7.974879032258064, - "Tower_Discharge_Pressure_Drop_bar": -0.02081129032257973, - "Reservoir_Pressure_bar": 8.94456129032258, - "Oil_Temperature_C": 62.54072580645161, - "Motor_Current_A": 1.8864979838709677, - "Air_Intake_Valve_Status": 0.8870967741935484, - "Compressor_Outlet_Valve_Status": 0.11290322580645161, - "Active_Tower_ID": 0.9516129032258065, - "Load_Start_Signal": 0.8870967741935484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.014649693669161638, - "Pneumatic_Panel_Pressure_bar": 8.9750249149081, - "Cyclone_Filter_Drop_Pressure_bar": 8.9630249149081, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.9750249149081, - "Oil_Temperature_C": 64.20583390061267, - "Motor_Current_A": 0.043375765827093196, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0248914980072754, - "Pneumatic_Panel_Pressure_bar": 9.06089558241844, - "Cyclone_Filter_Drop_Pressure_bar": 8.010657696955883, - "Tower_Discharge_Pressure_Drop_bar": -0.0015330396475763447, - "Reservoir_Pressure_bar": 9.060745802682757, - "Oil_Temperature_C": 62.85214692484624, - "Motor_Current_A": 2.045411564401448, - "Air_Intake_Valve_Status": 0.8854625550660793, - "Compressor_Outlet_Valve_Status": 0.1145374449339207, - "Active_Tower_ID": 0.9383259911894273, - "Load_Start_Signal": 0.8854625550660793, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9955947136563876, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7504560439560441, - "Pneumatic_Panel_Pressure_bar": 9.008384615384616, - "Cyclone_Filter_Drop_Pressure_bar": 8.19612087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.01231868131868051, - "Reservoir_Pressure_bar": 9.00865934065934, - "Oil_Temperature_C": 62.46043956043957, - "Motor_Current_A": 1.4273901098901096, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6436467032967035, - "Pneumatic_Panel_Pressure_bar": 8.932488461538462, - "Cyclone_Filter_Drop_Pressure_bar": 8.25714945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.010983516483515528, - "Reservoir_Pressure_bar": 8.932724725274726, - "Oil_Temperature_C": 61.815625000000004, - "Motor_Current_A": 1.3259821428571426, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-03T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0069505494505495, - "Pneumatic_Panel_Pressure_bar": 8.966211538461538, - "Cyclone_Filter_Drop_Pressure_bar": 7.933159340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.004381868131867058, - "Reservoir_Pressure_bar": 8.96598076923077, - "Oil_Temperature_C": 62.0487293956044, - "Motor_Current_A": 1.5872390109890107, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7632126373626374, - "Pneumatic_Panel_Pressure_bar": 9.07975934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.293910989010989, - "Tower_Discharge_Pressure_Drop_bar": 0.007370879120880285, - "Reservoir_Pressure_bar": 9.079545054945056, - "Oil_Temperature_C": 62.90054945054945, - "Motor_Current_A": 1.816521291208791, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6253406593406594, - "Pneumatic_Panel_Pressure_bar": 8.988787912087911, - "Cyclone_Filter_Drop_Pressure_bar": 8.32918901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.017648351648350435, - "Reservoir_Pressure_bar": 8.988952747252746, - "Oil_Temperature_C": 62.3029532967033, - "Motor_Current_A": 1.3091442307692305, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7791282191780824, - "Pneumatic_Panel_Pressure_bar": 8.959493150684931, - "Cyclone_Filter_Drop_Pressure_bar": 8.136699178082191, - "Tower_Discharge_Pressure_Drop_bar": -0.011019178082190667, - "Reservoir_Pressure_bar": 8.959285479452054, - "Oil_Temperature_C": 61.93128082191781, - "Motor_Current_A": 1.4117328767123285, - "Air_Intake_Valve_Status": 0.9123287671232877, - "Compressor_Outlet_Valve_Status": 0.08767123287671233, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9123287671232877, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.012719230769231, - "Pneumatic_Panel_Pressure_bar": 9.05336978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.983156043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.016290659340658237, - "Reservoir_Pressure_bar": 9.052563186813186, - "Oil_Temperature_C": 63.13160714285714, - "Motor_Current_A": 1.9920604395604393, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0679725274725276, - "Pneumatic_Panel_Pressure_bar": 8.906922527472528, - "Cyclone_Filter_Drop_Pressure_bar": 7.813026923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.021692307692306508, - "Reservoir_Pressure_bar": 8.906329120879121, - "Oil_Temperature_C": 63.14537087912088, - "Motor_Current_A": 1.7203640109890108, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0431153846153849, - "Pneumatic_Panel_Pressure_bar": 9.05821978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.000170329670329, - "Tower_Discharge_Pressure_Drop_bar": -0.013195054945053783, - "Reservoir_Pressure_bar": 9.057802197802198, - "Oil_Temperature_C": 64.50655906593407, - "Motor_Current_A": 1.9521050824175823, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9413554945054947, - "Pneumatic_Panel_Pressure_bar": 9.041945054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.048307692307691, - "Tower_Discharge_Pressure_Drop_bar": -0.005298351648350803, - "Reservoir_Pressure_bar": 9.041507142857142, - "Oil_Temperature_C": 64.58925137362637, - "Motor_Current_A": 1.8756737637362635, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9433556164383564, - "Pneumatic_Panel_Pressure_bar": 9.102277808219178, - "Cyclone_Filter_Drop_Pressure_bar": 8.137418630136986, - "Tower_Discharge_Pressure_Drop_bar": -0.01565534246575268, - "Reservoir_Pressure_bar": 9.102255890410959, - "Oil_Temperature_C": 64.88144520547945, - "Motor_Current_A": 1.9319184931506848, - "Air_Intake_Valve_Status": 0.8958904109589041, - "Compressor_Outlet_Valve_Status": 0.10410958904109589, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8958904109589041, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.126703296703297, - "Pneumatic_Panel_Pressure_bar": 9.121469780219781, - "Cyclone_Filter_Drop_Pressure_bar": 7.916183516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.01179120879120841, - "Reservoir_Pressure_bar": 9.121656593406593, - "Oil_Temperature_C": 65.14861263736265, - "Motor_Current_A": 2.073688873626373, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1241961538461542, - "Pneumatic_Panel_Pressure_bar": 9.024966483516483, - "Cyclone_Filter_Drop_Pressure_bar": 7.851312637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.01779120879120863, - "Reservoir_Pressure_bar": 9.025069230769232, - "Oil_Temperature_C": 64.24832417582418, - "Motor_Current_A": 1.6742788461538463, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6411126373626377, - "Pneumatic_Panel_Pressure_bar": 9.082895604395604, - "Cyclone_Filter_Drop_Pressure_bar": 8.417184065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.0034258241758240364, - "Reservoir_Pressure_bar": 9.084260989010989, - "Oil_Temperature_C": 64.94787087912088, - "Motor_Current_A": 1.7016174450549448, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0223296703296707, - "Pneumatic_Panel_Pressure_bar": 9.077238095238096, - "Cyclone_Filter_Drop_Pressure_bar": 8.014978632478632, - "Tower_Discharge_Pressure_Drop_bar": -0.01837484737484749, - "Reservoir_Pressure_bar": 9.078776556776557, - "Oil_Temperature_C": 65.53264652014653, - "Motor_Current_A": 1.9849038461538462, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0736868131868136, - "Pneumatic_Panel_Pressure_bar": 8.99910989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.88306043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.01880769230769224, - "Reservoir_Pressure_bar": 9.000582417582418, - "Oil_Temperature_C": 65.27245879120879, - "Motor_Current_A": 1.7217994505494505, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0692587912087914, - "Pneumatic_Panel_Pressure_bar": 9.045193956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.928353296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.018703846153846224, - "Reservoir_Pressure_bar": 9.046330769230769, - "Oil_Temperature_C": 65.69458104395605, - "Motor_Current_A": 1.8565247252747252, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8423054945054949, - "Pneumatic_Panel_Pressure_bar": 9.09784835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.231459340659342, - "Tower_Discharge_Pressure_Drop_bar": -0.014412087912087906, - "Reservoir_Pressure_bar": 9.098948351648351, - "Oil_Temperature_C": 65.90531593406594, - "Motor_Current_A": 1.8457129120879119, - "Air_Intake_Valve_Status": 0.9071428571428571, - "Compressor_Outlet_Valve_Status": 0.09285714285714285, - "Active_Tower_ID": 0.9565934065934065, - "Load_Start_Signal": 0.9071428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1035329670329674, - "Pneumatic_Panel_Pressure_bar": 8.973383394383394, - "Cyclone_Filter_Drop_Pressure_bar": 7.832979853479853, - "Tower_Discharge_Pressure_Drop_bar": -0.018741758241758222, - "Reservoir_Pressure_bar": 8.974001831501832, - "Oil_Temperature_C": 65.69017094017094, - "Motor_Current_A": 2.0082799145299144, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.017527472527473, - "Pneumatic_Panel_Pressure_bar": 8.92480989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.900785714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.00715384615384577, - "Reservoir_Pressure_bar": 8.9252, - "Oil_Temperature_C": 65.51153846153846, - "Motor_Current_A": 1.9600370879120879, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0829764383561646, - "Pneumatic_Panel_Pressure_bar": 9.04987397260274, - "Cyclone_Filter_Drop_Pressure_bar": 7.898832876712329, - "Tower_Discharge_Pressure_Drop_bar": -0.016958904109588713, - "Reservoir_Pressure_bar": 9.049698630136985, - "Oil_Temperature_C": 64.43471232876713, - "Motor_Current_A": 1.8730479452054796, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.634488461538462, - "Pneumatic_Panel_Pressure_bar": 9.028550000000001, - "Cyclone_Filter_Drop_Pressure_bar": 8.341325274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.0198741758241753, - "Reservoir_Pressure_bar": 9.028225274725274, - "Oil_Temperature_C": 63.151998626373626, - "Motor_Current_A": 1.4786078296703293, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6525807692307692, - "Pneumatic_Panel_Pressure_bar": 8.941142307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.255374725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.017375274725273934, - "Reservoir_Pressure_bar": 8.940913186813187, - "Oil_Temperature_C": 61.92863324175824, - "Motor_Current_A": 1.3250343406593403, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8647197802197804, - "Pneumatic_Panel_Pressure_bar": 8.932118681318682, - "Cyclone_Filter_Drop_Pressure_bar": 8.022873626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.0017725274725264367, - "Reservoir_Pressure_bar": 8.931523076923076, - "Oil_Temperature_C": 61.79401098901099, - "Motor_Current_A": 1.4830700549450546, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9877868131868132, - "Pneumatic_Panel_Pressure_bar": 9.06097032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.043570329670331, - "Tower_Discharge_Pressure_Drop_bar": -0.005082417582416239, - "Reservoir_Pressure_bar": 9.060525274725274, - "Oil_Temperature_C": 62.457953296703295, - "Motor_Current_A": 1.862206043956044, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9516483516483516, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6444615384615385, - "Pneumatic_Panel_Pressure_bar": 8.994581318681318, - "Cyclone_Filter_Drop_Pressure_bar": 8.308556043956045, - "Tower_Discharge_Pressure_Drop_bar": -0.021657142857141654, - "Reservoir_Pressure_bar": 8.994567032967032, - "Oil_Temperature_C": 62.06880494505495, - "Motor_Current_A": 1.419086538461538, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-04T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6259659340659343, - "Pneumatic_Panel_Pressure_bar": 8.91544065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.255349450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.021769230769229566, - "Reservoir_Pressure_bar": 8.915094505494505, - "Oil_Temperature_C": 61.43906593406593, - "Motor_Current_A": 1.326627747252747, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1293698630136988, - "Pneumatic_Panel_Pressure_bar": 9.036721643835618, - "Cyclone_Filter_Drop_Pressure_bar": 7.791526027397261, - "Tower_Discharge_Pressure_Drop_bar": 0.011715068493151796, - "Reservoir_Pressure_bar": 9.035975342465752, - "Oil_Temperature_C": 62.50367123287671, - "Motor_Current_A": 1.6910068493150685, - "Air_Intake_Valve_Status": 0.8657534246575342, - "Compressor_Outlet_Valve_Status": 0.13424657534246576, - "Active_Tower_ID": 0.9315068493150684, - "Load_Start_Signal": 0.8657534246575342, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0444395604395607, - "Pneumatic_Panel_Pressure_bar": 9.033590659340659, - "Cyclone_Filter_Drop_Pressure_bar": 7.9894417582417585, - "Tower_Discharge_Pressure_Drop_bar": -0.013170329670328383, - "Reservoir_Pressure_bar": 9.032765934065935, - "Oil_Temperature_C": 62.22662087912089, - "Motor_Current_A": 1.8679457417582417, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6739686813186816, - "Pneumatic_Panel_Pressure_bar": 9.003982967032966, - "Cyclone_Filter_Drop_Pressure_bar": 8.291724725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.02099835164835096, - "Reservoir_Pressure_bar": 9.003395054945054, - "Oil_Temperature_C": 61.84470467032967, - "Motor_Current_A": 1.4694374999999997, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.097349450549451, - "Pneumatic_Panel_Pressure_bar": 9.007594505494506, - "Cyclone_Filter_Drop_Pressure_bar": 7.813643956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.017302197802197532, - "Reservoir_Pressure_bar": 9.00652967032967, - "Oil_Temperature_C": 62.99881868131868, - "Motor_Current_A": 1.957278846153846, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9432274725274731, - "Pneumatic_Panel_Pressure_bar": 8.891297802197803, - "Cyclone_Filter_Drop_Pressure_bar": 7.904116483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.01386263736263674, - "Reservoir_Pressure_bar": 8.89085054945055, - "Oil_Temperature_C": 62.995673076923076, - "Motor_Current_A": 1.6724340659340655, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.029602197802198, - "Pneumatic_Panel_Pressure_bar": 8.987136263736263, - "Cyclone_Filter_Drop_Pressure_bar": 7.868626373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.019928571428570612, - "Reservoir_Pressure_bar": 8.986989010989012, - "Oil_Temperature_C": 64.3407967032967, - "Motor_Current_A": 2.0132513736263737, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1697692307692311, - "Pneumatic_Panel_Pressure_bar": 9.148082417582417, - "Cyclone_Filter_Drop_Pressure_bar": 7.85604945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.0001813186813176591, - "Reservoir_Pressure_bar": 9.147587912087912, - "Oil_Temperature_C": 65.10803571428572, - "Motor_Current_A": 2.107822802197802, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0695439560439564, - "Pneumatic_Panel_Pressure_bar": 9.140148351648351, - "Cyclone_Filter_Drop_Pressure_bar": 8.051445054945056, - "Tower_Discharge_Pressure_Drop_bar": -0.017741758241757277, - "Reservoir_Pressure_bar": 9.139846153846154, - "Oil_Temperature_C": 64.50160714285714, - "Motor_Current_A": 2.012651098901099, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.248582417582418, - "Pneumatic_Panel_Pressure_bar": 8.979393406593408, - "Cyclone_Filter_Drop_Pressure_bar": 6.621541758241758, - "Tower_Discharge_Pressure_Drop_bar": 0.34679120879120934, - "Reservoir_Pressure_bar": 8.979863736263736, - "Oil_Temperature_C": 65.32861263736264, - "Motor_Current_A": 2.3969436813186813, - "Air_Intake_Valve_Status": 0.7362637362637363, - "Compressor_Outlet_Valve_Status": 0.26373626373626374, - "Active_Tower_ID": 0.8681318681318682, - "Load_Start_Signal": 0.7362637362637363, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.941397802197802, - "Pneumatic_Panel_Pressure_bar": 8.136671428571429, - "Cyclone_Filter_Drop_Pressure_bar": -0.008623076923076123, - "Tower_Discharge_Pressure_Drop_bar": 2.112801098901099, - "Reservoir_Pressure_bar": 8.138431868131867, - "Oil_Temperature_C": 75.94247252747253, - "Motor_Current_A": 5.517758241758242, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.905969230769231, - "Pneumatic_Panel_Pressure_bar": 8.056248351648351, - "Cyclone_Filter_Drop_Pressure_bar": -0.0068626373626369495, - "Tower_Discharge_Pressure_Drop_bar": 2.1029153846153847, - "Reservoir_Pressure_bar": 8.05896813186813, - "Oil_Temperature_C": 76.49039835164835, - "Motor_Current_A": 5.492032967032967, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.864763736263736, - "Pneumatic_Panel_Pressure_bar": 7.995675824175824, - "Cyclone_Filter_Drop_Pressure_bar": -0.006131868131868083, - "Tower_Discharge_Pressure_Drop_bar": 2.0861098901098902, - "Reservoir_Pressure_bar": 7.998510989010989, - "Oil_Temperature_C": 76.48063186813187, - "Motor_Current_A": 5.4744780219780225, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.839993406593407, - "Pneumatic_Panel_Pressure_bar": 8.001327472527473, - "Cyclone_Filter_Drop_Pressure_bar": -0.0063461538461536595, - "Tower_Discharge_Pressure_Drop_bar": 2.0756681318681323, - "Reservoir_Pressure_bar": 8.004526373626373, - "Oil_Temperature_C": 76.39550824175824, - "Motor_Current_A": 5.467043956043955, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.851795604395605, - "Pneumatic_Panel_Pressure_bar": 7.9777505494505485, - "Cyclone_Filter_Drop_Pressure_bar": -0.006192307692307648, - "Tower_Discharge_Pressure_Drop_bar": 2.0760758241758244, - "Reservoir_Pressure_bar": 7.980645054945055, - "Oil_Temperature_C": 76.23054945054945, - "Motor_Current_A": 5.465965659340659, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.877521978021979, - "Pneumatic_Panel_Pressure_bar": 8.002197802197802, - "Cyclone_Filter_Drop_Pressure_bar": -0.005906593406593471, - "Tower_Discharge_Pressure_Drop_bar": 2.079699633699634, - "Reservoir_Pressure_bar": 8.004543956043957, - "Oil_Temperature_C": 75.99313186813187, - "Motor_Current_A": 5.4737271062271065, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49358974358974356, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.8330780219780225, - "Pneumatic_Panel_Pressure_bar": 7.9491549450549455, - "Cyclone_Filter_Drop_Pressure_bar": -0.005901098901099017, - "Tower_Discharge_Pressure_Drop_bar": 2.0581956043956047, - "Reservoir_Pressure_bar": 7.9515120879120875, - "Oil_Temperature_C": 75.67697802197802, - "Motor_Current_A": 5.472093406593407, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.833914520547945, - "Pneumatic_Panel_Pressure_bar": 7.977865753424657, - "Cyclone_Filter_Drop_Pressure_bar": -0.006432876712328543, - "Tower_Discharge_Pressure_Drop_bar": 2.052957808219178, - "Reservoir_Pressure_bar": 7.98020493150685, - "Oil_Temperature_C": 75.36280136986302, - "Motor_Current_A": 5.4813034246575345, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4931506849315068, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.978008791208791, - "Pneumatic_Panel_Pressure_bar": 8.134629670329671, - "Cyclone_Filter_Drop_Pressure_bar": -0.00677527472527442, - "Tower_Discharge_Pressure_Drop_bar": 2.0988593406593408, - "Reservoir_Pressure_bar": 8.135750549450549, - "Oil_Temperature_C": 75.13416895604396, - "Motor_Current_A": 5.5156552197802196, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.018047802197803, - "Pneumatic_Panel_Pressure_bar": 8.163367032967033, - "Cyclone_Filter_Drop_Pressure_bar": -0.0075115384615378296, - "Tower_Discharge_Pressure_Drop_bar": 2.1095895604395607, - "Reservoir_Pressure_bar": 8.164757142857143, - "Oil_Temperature_C": 74.93241071428571, - "Motor_Current_A": 5.531362637362637, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.02092087912088, - "Pneumatic_Panel_Pressure_bar": 8.197987912087912, - "Cyclone_Filter_Drop_Pressure_bar": -0.008434065934064795, - "Tower_Discharge_Pressure_Drop_bar": 2.111214285714286, - "Reservoir_Pressure_bar": 8.19935054945055, - "Oil_Temperature_C": 75.39217032967034, - "Motor_Current_A": 5.530127747252747, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.02507912087912, - "Pneumatic_Panel_Pressure_bar": 8.192529670329671, - "Cyclone_Filter_Drop_Pressure_bar": -0.008225274725273702, - "Tower_Discharge_Pressure_Drop_bar": 2.112446153846154, - "Reservoir_Pressure_bar": 8.193542857142857, - "Oil_Temperature_C": 75.50061813186812, - "Motor_Current_A": 5.533618131868132, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.056004395604395, - "Pneumatic_Panel_Pressure_bar": 8.191297802197802, - "Cyclone_Filter_Drop_Pressure_bar": -0.00851098901098783, - "Tower_Discharge_Pressure_Drop_bar": 2.121152747252747, - "Reservoir_Pressure_bar": 8.192343406593407, - "Oil_Temperature_C": 75.20628434065935, - "Motor_Current_A": 5.531578983516484, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.00324603174603, - "Pneumatic_Panel_Pressure_bar": 8.172896214896214, - "Cyclone_Filter_Drop_Pressure_bar": -0.008292429792428741, - "Tower_Discharge_Pressure_Drop_bar": 2.1037979242979246, - "Reservoir_Pressure_bar": 8.173764346764347, - "Oil_Temperature_C": 75.53112026862027, - "Motor_Current_A": 5.5132112332112335, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-05T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.003351648351648, - "Pneumatic_Panel_Pressure_bar": 8.165472527472527, - "Cyclone_Filter_Drop_Pressure_bar": -0.008153846153845169, - "Tower_Discharge_Pressure_Drop_bar": 2.103412087912088, - "Reservoir_Pressure_bar": 8.166494505494505, - "Oil_Temperature_C": 75.49690934065934, - "Motor_Current_A": 5.513173076923077, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.026031868131868, - "Pneumatic_Panel_Pressure_bar": 8.172035164835165, - "Cyclone_Filter_Drop_Pressure_bar": -0.007879120879120046, - "Tower_Discharge_Pressure_Drop_bar": 2.110316483516484, - "Reservoir_Pressure_bar": 8.173157142857143, - "Oil_Temperature_C": 75.31258241758242, - "Motor_Current_A": 5.51892445054945, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.035479853479853, - "Pneumatic_Panel_Pressure_bar": 8.174344932844933, - "Cyclone_Filter_Drop_Pressure_bar": -0.008038461538460617, - "Tower_Discharge_Pressure_Drop_bar": 2.112620268620269, - "Reservoir_Pressure_bar": 8.175479242979243, - "Oil_Temperature_C": 75.13302045177045, - "Motor_Current_A": 5.521745268620269, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.496031746031746, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.016185714285713, - "Pneumatic_Panel_Pressure_bar": 8.180127472527474, - "Cyclone_Filter_Drop_Pressure_bar": -0.008428571428570302, - "Tower_Discharge_Pressure_Drop_bar": 2.104336263736264, - "Reservoir_Pressure_bar": 8.181954945054946, - "Oil_Temperature_C": 74.81101648351648, - "Motor_Current_A": 5.521703296703296, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.015661538461538, - "Pneumatic_Panel_Pressure_bar": 8.185193406593408, - "Cyclone_Filter_Drop_Pressure_bar": -0.008918681318679922, - "Tower_Discharge_Pressure_Drop_bar": 2.1035087912087915, - "Reservoir_Pressure_bar": 8.187489010989012, - "Oil_Temperature_C": 74.7659478021978, - "Motor_Current_A": 5.522163461538462, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.02361043956044, - "Pneumatic_Panel_Pressure_bar": 8.170443406593407, - "Cyclone_Filter_Drop_Pressure_bar": -0.008895604395603022, - "Tower_Discharge_Pressure_Drop_bar": 2.1055934065934068, - "Reservoir_Pressure_bar": 8.173086263736264, - "Oil_Temperature_C": 75.07317307692307, - "Motor_Current_A": 5.518052197802198, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.992675824175824, - "Pneumatic_Panel_Pressure_bar": 8.152285714285714, - "Cyclone_Filter_Drop_Pressure_bar": -0.008263736263735218, - "Tower_Discharge_Pressure_Drop_bar": 2.0963736263736266, - "Reservoir_Pressure_bar": 8.154142857142858, - "Oil_Temperature_C": 75.49670329670329, - "Motor_Current_A": 5.509615384615385, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.99295989010989, - "Pneumatic_Panel_Pressure_bar": 8.152165934065934, - "Cyclone_Filter_Drop_Pressure_bar": -0.008100549450548495, - "Tower_Discharge_Pressure_Drop_bar": 2.0973736263736265, - "Reservoir_Pressure_bar": 8.153636813186813, - "Oil_Temperature_C": 75.8166826923077, - "Motor_Current_A": 5.506774038461539, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.991159340659341, - "Pneumatic_Panel_Pressure_bar": 8.128945054945055, - "Cyclone_Filter_Drop_Pressure_bar": -0.006728021978021777, - "Tower_Discharge_Pressure_Drop_bar": 2.0996593406593407, - "Reservoir_Pressure_bar": 8.131524725274724, - "Oil_Temperature_C": 76.25855082417583, - "Motor_Current_A": 5.497530906593407, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.986812087912088, - "Pneumatic_Panel_Pressure_bar": 8.124141758241759, - "Cyclone_Filter_Drop_Pressure_bar": -0.0055626373626377935, - "Tower_Discharge_Pressure_Drop_bar": 2.0998109890109893, - "Reservoir_Pressure_bar": 8.127056043956044, - "Oil_Temperature_C": 76.39281593406594, - "Motor_Current_A": 5.495410714285715, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49175824175824173, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.991045054945055, - "Pneumatic_Panel_Pressure_bar": 8.157813186813186, - "Cyclone_Filter_Drop_Pressure_bar": -0.00595604395604418, - "Tower_Discharge_Pressure_Drop_bar": 2.0979934065934067, - "Reservoir_Pressure_bar": 8.160928571428572, - "Oil_Temperature_C": 75.81041208791208, - "Motor_Current_A": 5.50040934065934, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.510989010989011, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.992159340659341, - "Pneumatic_Panel_Pressure_bar": 8.14406043956044, - "Cyclone_Filter_Drop_Pressure_bar": -0.005824175824176121, - "Tower_Discharge_Pressure_Drop_bar": 2.1019615384615387, - "Reservoir_Pressure_bar": 8.147153846153845, - "Oil_Temperature_C": 76.42074175824175, - "Motor_Current_A": 5.498269230769231, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.972625274725275, - "Pneumatic_Panel_Pressure_bar": 8.101600549450549, - "Cyclone_Filter_Drop_Pressure_bar": -0.005390109890110366, - "Tower_Discharge_Pressure_Drop_bar": 2.103773076923077, - "Reservoir_Pressure_bar": 8.103958241758242, - "Oil_Temperature_C": 77.35603021978022, - "Motor_Current_A": 5.4804210164835165, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.864643956043956, - "Pneumatic_Panel_Pressure_bar": 8.009858241758241, - "Cyclone_Filter_Drop_Pressure_bar": -0.005000000000000464, - "Tower_Discharge_Pressure_Drop_bar": 2.0621857142857145, - "Reservoir_Pressure_bar": 8.012282417582417, - "Oil_Temperature_C": 76.61506868131868, - "Motor_Current_A": 5.4518598901098905, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49175824175824173, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.939274725274726, - "Pneumatic_Panel_Pressure_bar": 8.073864835164834, - "Cyclone_Filter_Drop_Pressure_bar": -0.00551098901098948, - "Tower_Discharge_Pressure_Drop_bar": 2.082985164835165, - "Reservoir_Pressure_bar": 8.076396153846154, - "Oil_Temperature_C": 76.18848214285715, - "Motor_Current_A": 5.474824862637363, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5090659340659341, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.953633928571428, - "Pneumatic_Panel_Pressure_bar": 8.085550595238095, - "Cyclone_Filter_Drop_Pressure_bar": -0.005357142857143411, - "Tower_Discharge_Pressure_Drop_bar": 2.0820238095238097, - "Reservoir_Pressure_bar": 8.088613095238095, - "Oil_Temperature_C": 75.95974702380951, - "Motor_Current_A": 5.479702380952381, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9940476190476191, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.212794303332844, - "Pneumatic_Panel_Pressure_bar": 8.000016003523712, - "Cyclone_Filter_Drop_Pressure_bar": -0.006041550433123067, - "Tower_Discharge_Pressure_Drop_bar": 2.1698870944061084, - "Reservoir_Pressure_bar": 8.003725150491853, - "Oil_Temperature_C": 75.29326273674937, - "Motor_Current_A": 5.623172074585231, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.02077521656144472, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-06T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-06T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.50498034497572, - "Pneumatic_Panel_Pressure_bar": 5.349710619259694, - "Cyclone_Filter_Drop_Pressure_bar": -0.010329881672892224, - "Tower_Discharge_Pressure_Drop_bar": 1.239815294703013, - "Reservoir_Pressure_bar": 5.34693848458648, - "Oil_Temperature_C": 62.01101151391812, - "Motor_Current_A": 5.143180329885752, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.9982741697798224, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.810835164835164, - "Pneumatic_Panel_Pressure_bar": 7.910115384615385, - "Cyclone_Filter_Drop_Pressure_bar": -0.010659340659339663, - "Tower_Discharge_Pressure_Drop_bar": 1.9951703296703296, - "Reservoir_Pressure_bar": 7.910747252747253, - "Oil_Temperature_C": 73.46778846153846, - "Motor_Current_A": 5.520473901098901, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.054945054945054944, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.798982417582418, - "Pneumatic_Panel_Pressure_bar": 7.930597802197802, - "Cyclone_Filter_Drop_Pressure_bar": -0.009225274725273257, - "Tower_Discharge_Pressure_Drop_bar": 1.99640989010989, - "Reservoir_Pressure_bar": 7.931901098901099, - "Oil_Temperature_C": 74.91998626373626, - "Motor_Current_A": 5.486453296703297, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.8485604395604405, - "Pneumatic_Panel_Pressure_bar": 7.956413186813187, - "Cyclone_Filter_Drop_Pressure_bar": -0.00884615384615251, - "Tower_Discharge_Pressure_Drop_bar": 2.013842857142857, - "Reservoir_Pressure_bar": 7.957462637362637, - "Oil_Temperature_C": 75.45811813186812, - "Motor_Current_A": 5.513721153846154, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.874948351648352, - "Pneumatic_Panel_Pressure_bar": 7.960657142857143, - "Cyclone_Filter_Drop_Pressure_bar": -0.00873296703296573, - "Tower_Discharge_Pressure_Drop_bar": 2.0228615384615383, - "Reservoir_Pressure_bar": 7.962307692307693, - "Oil_Temperature_C": 75.23453296703296, - "Motor_Current_A": 5.519960164835164, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-06T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.771881868131868, - "Pneumatic_Panel_Pressure_bar": 7.878467032967033, - "Cyclone_Filter_Drop_Pressure_bar": -0.009035714285712836, - "Tower_Discharge_Pressure_Drop_bar": 1.9885467032967032, - "Reservoir_Pressure_bar": 7.881156593406593, - "Oil_Temperature_C": 75.11943681318681, - "Motor_Current_A": 5.494210164835165, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.754197802197802, - "Pneumatic_Panel_Pressure_bar": 7.825671428571428, - "Cyclone_Filter_Drop_Pressure_bar": -0.008895604395603022, - "Tower_Discharge_Pressure_Drop_bar": 1.9831983516483516, - "Reservoir_Pressure_bar": 7.828512087912087, - "Oil_Temperature_C": 75.11094093406594, - "Motor_Current_A": 5.490136675824176, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.49725274725274726, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.831069047619048, - "Pneumatic_Panel_Pressure_bar": 7.821528571428571, - "Cyclone_Filter_Drop_Pressure_bar": -0.008238095238094207, - "Tower_Discharge_Pressure_Drop_bar": 1.9728547619047618, - "Reservoir_Pressure_bar": 7.824764285714286, - "Oil_Temperature_C": 75.22252976190477, - "Motor_Current_A": 5.498788690476191, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.598786493759853, - "Pneumatic_Panel_Pressure_bar": 7.669127496034891, - "Cyclone_Filter_Drop_Pressure_bar": -0.008845671862191918, - "Tower_Discharge_Pressure_Drop_bar": 1.7584659639303302, - "Reservoir_Pressure_bar": 7.668609509100638, - "Oil_Temperature_C": 73.3965418637125, - "Motor_Current_A": 5.493137383405474, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5015197568389058, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.21850145492162198, - "Tower_Discharge_Switch_Status": 0.9969604863221885, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.816468131868131, - "Pneumatic_Panel_Pressure_bar": 7.93040989010989, - "Cyclone_Filter_Drop_Pressure_bar": -0.008390109890108813, - "Tower_Discharge_Pressure_Drop_bar": 1.8287593406593408, - "Reservoir_Pressure_bar": 7.931508791208791, - "Oil_Temperature_C": 74.97627747252747, - "Motor_Current_A": 5.503353021978022, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5054945054945055, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.86041978021978, - "Pneumatic_Panel_Pressure_bar": 7.9311406593406595, - "Cyclone_Filter_Drop_Pressure_bar": -0.008789010989009685, - "Tower_Discharge_Pressure_Drop_bar": 1.8426769230769233, - "Reservoir_Pressure_bar": 7.932395604395604, - "Oil_Temperature_C": 74.58096153846154, - "Motor_Current_A": 5.503993131868132, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.8106879120879125, - "Pneumatic_Panel_Pressure_bar": 7.9170351648351645, - "Cyclone_Filter_Drop_Pressure_bar": -0.008120879120878164, - "Tower_Discharge_Pressure_Drop_bar": 1.8284505494505496, - "Reservoir_Pressure_bar": 7.918117582417581, - "Oil_Temperature_C": 75.15071428571429, - "Motor_Current_A": 5.487693681318682, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.810213186813187, - "Pneumatic_Panel_Pressure_bar": 7.901206593406594, - "Cyclone_Filter_Drop_Pressure_bar": -0.007020879120878759, - "Tower_Discharge_Pressure_Drop_bar": 1.8313835164835166, - "Reservoir_Pressure_bar": 7.902029670329671, - "Oil_Temperature_C": 75.66199175824175, - "Motor_Current_A": 5.470304945054945, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5027472527472527, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.827032967032967, - "Pneumatic_Panel_Pressure_bar": 7.896274725274726, - "Cyclone_Filter_Drop_Pressure_bar": -0.006499999999999924, - "Tower_Discharge_Pressure_Drop_bar": 1.841258241758242, - "Reservoir_Pressure_bar": 7.897164835164834, - "Oil_Temperature_C": 76.26043956043956, - "Motor_Current_A": 5.467925824175825, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.7919258241758245, - "Pneumatic_Panel_Pressure_bar": 7.892685714285713, - "Cyclone_Filter_Drop_Pressure_bar": -0.004895604395605064, - "Tower_Discharge_Pressure_Drop_bar": 1.834879120879121, - "Reservoir_Pressure_bar": 7.894301098901098, - "Oil_Temperature_C": 76.5136195054945, - "Motor_Current_A": 5.455423763736263, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.817241758241758, - "Pneumatic_Panel_Pressure_bar": 7.890251648351648, - "Cyclone_Filter_Drop_Pressure_bar": -0.004868131868132552, - "Tower_Discharge_Pressure_Drop_bar": 1.8440763736263739, - "Reservoir_Pressure_bar": 7.893343406593407, - "Oil_Temperature_C": 76.71253434065933, - "Motor_Current_A": 5.461181318681319, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.489010989010989, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.8330769230769235, - "Pneumatic_Panel_Pressure_bar": 7.9199175824175825, - "Cyclone_Filter_Drop_Pressure_bar": -0.004802197802198364, - "Tower_Discharge_Pressure_Drop_bar": 1.847532967032967, - "Reservoir_Pressure_bar": 7.922546703296702, - "Oil_Temperature_C": 76.13076923076923, - "Motor_Current_A": 5.464275412087913, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.847885714285714, - "Pneumatic_Panel_Pressure_bar": 7.953062637362637, - "Cyclone_Filter_Drop_Pressure_bar": -0.005258241758242257, - "Tower_Discharge_Pressure_Drop_bar": 1.8512857142857144, - "Reservoir_Pressure_bar": 7.956672527472527, - "Oil_Temperature_C": 75.76583791208792, - "Motor_Current_A": 5.473142857142857, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.877683516483517, - "Pneumatic_Panel_Pressure_bar": 7.9709054945054945, - "Cyclone_Filter_Drop_Pressure_bar": -0.0057032967032970465, - "Tower_Discharge_Pressure_Drop_bar": 1.8588483516483518, - "Reservoir_Pressure_bar": 7.974735164835165, - "Oil_Temperature_C": 75.49667582417581, - "Motor_Current_A": 5.482237637362637, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5076923076923078, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.871383333333333, - "Pneumatic_Panel_Pressure_bar": 7.973566666666667, - "Cyclone_Filter_Drop_Pressure_bar": -0.0056500000000003926, - "Tower_Discharge_Pressure_Drop_bar": 1.8567666666666667, - "Reservoir_Pressure_bar": 7.977316666666667, - "Oil_Temperature_C": 75.373125, - "Motor_Current_A": 5.4863124999999995, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5083333333333333, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.070790427527328, - "Pneumatic_Panel_Pressure_bar": 7.8374081366017725, - "Cyclone_Filter_Drop_Pressure_bar": -0.006250540068559773, - "Tower_Discharge_Pressure_Drop_bar": 1.9179632624021736, - "Reservoir_Pressure_bar": 7.841282866567492, - "Oil_Temperature_C": 73.94438393376883, - "Motor_Current_A": 5.61181964297264, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.9686824914300498, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.0313175085699502, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-07T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-07T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-07T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-07T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-07T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-07T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-07T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-07T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-07T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-08T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.870336383262507, - "Pneumatic_Panel_Pressure_bar": 4.522471912064707, - "Cyclone_Filter_Drop_Pressure_bar": -0.013590561430066806, - "Tower_Discharge_Pressure_Drop_bar": 1.2849843372251366, - "Reservoir_Pressure_bar": 4.522771225944268, - "Oil_Temperature_C": 55.52975162003088, - "Motor_Current_A": 5.0877782642289135, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.48699063205240034, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.9994958544340862, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.37352032967033, - "Pneumatic_Panel_Pressure_bar": 7.395956043956044, - "Cyclone_Filter_Drop_Pressure_bar": -0.009659340659339625, - "Tower_Discharge_Pressure_Drop_bar": 2.2480098901098904, - "Reservoir_Pressure_bar": 7.397871978021978, - "Oil_Temperature_C": 72.45855082417582, - "Motor_Current_A": 5.471885302197802, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5082417582417582, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.4725274725274725, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.965703030303031, - "Pneumatic_Panel_Pressure_bar": 6.774648484848485, - "Cyclone_Filter_Drop_Pressure_bar": 1.9845939393939402, - "Tower_Discharge_Pressure_Drop_bar": 0.6496666666666673, - "Reservoir_Pressure_bar": 6.773769696969697, - "Oil_Temperature_C": 72.50818181818182, - "Motor_Current_A": 4.954416666666667, - "Air_Intake_Valve_Status": 0.20606060606060606, - "Compressor_Outlet_Valve_Status": 0.793939393939394, - "Active_Tower_ID": 0.593939393939394, - "Load_Start_Signal": 0.20606060606060606, - "Low_Pressure_Switch_Status": 0.4121212121212121, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2897664835164837, - "Pneumatic_Panel_Pressure_bar": 9.032233516483517, - "Cyclone_Filter_Drop_Pressure_bar": 7.699728021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.018521978021978275, - "Reservoir_Pressure_bar": 9.035428571428572, - "Oil_Temperature_C": 66.02287087912089, - "Motor_Current_A": 2.2313392857142857, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1424115384615388, - "Pneumatic_Panel_Pressure_bar": 9.143957692307692, - "Cyclone_Filter_Drop_Pressure_bar": 7.972846153846154, - "Tower_Discharge_Pressure_Drop_bar": 0.018245054945054746, - "Reservoir_Pressure_bar": 9.146897252747253, - "Oil_Temperature_C": 66.14620192307692, - "Motor_Current_A": 2.4874388736263735, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9387362637362637, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.000169863013699, - "Pneumatic_Panel_Pressure_bar": 9.077626849315068, - "Cyclone_Filter_Drop_Pressure_bar": 8.0372, - "Tower_Discharge_Pressure_Drop_bar": -0.017693150684931738, - "Reservoir_Pressure_bar": 9.081643287671232, - "Oil_Temperature_C": 65.1855890410959, - "Motor_Current_A": 1.9621993150684929, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0556582417582423, - "Pneumatic_Panel_Pressure_bar": 9.058935164835166, - "Cyclone_Filter_Drop_Pressure_bar": 8.008736263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.005642857142857337, - "Reservoir_Pressure_bar": 9.062056043956044, - "Oil_Temperature_C": 64.8165521978022, - "Motor_Current_A": 1.9749519230769228, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.035494505494506, - "Pneumatic_Panel_Pressure_bar": 9.03174065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.9598021978021976, - "Tower_Discharge_Pressure_Drop_bar": -0.016357142857142577, - "Reservoir_Pressure_bar": 9.033674725274725, - "Oil_Temperature_C": 64.21707417582418, - "Motor_Current_A": 1.9803846153846152, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3780054945054947, - "Pneumatic_Panel_Pressure_bar": 9.04592032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.622409340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.020472527472526713, - "Reservoir_Pressure_bar": 9.046854395604395, - "Oil_Temperature_C": 63.93918269230769, - "Motor_Current_A": 2.199996565934066, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0912879120879122, - "Pneumatic_Panel_Pressure_bar": 9.096295604395603, - "Cyclone_Filter_Drop_Pressure_bar": 7.9817802197802195, - "Tower_Discharge_Pressure_Drop_bar": -0.020624175824174546, - "Reservoir_Pressure_bar": 9.096889010989011, - "Oil_Temperature_C": 64.14300824175824, - "Motor_Current_A": 2.2030357142857144, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0431397260273971, - "Pneumatic_Panel_Pressure_bar": 9.073491506849315, - "Cyclone_Filter_Drop_Pressure_bar": 7.9824449315068495, - "Tower_Discharge_Pressure_Drop_bar": -0.021758904109587612, - "Reservoir_Pressure_bar": 9.073929863013698, - "Oil_Temperature_C": 63.893095890410954, - "Motor_Current_A": 2.1818561643835617, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0334175824175824, - "Pneumatic_Panel_Pressure_bar": 9.052153846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.00871923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.0022467032967018056, - "Reservoir_Pressure_bar": 9.052181318681319, - "Oil_Temperature_C": 63.72350961538462, - "Motor_Current_A": 2.074509615384615, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0848461538461538, - "Pneumatic_Panel_Pressure_bar": 9.05212967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.900662637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.020770879120877682, - "Reservoir_Pressure_bar": 9.052335164835165, - "Oil_Temperature_C": 63.59361263736264, - "Motor_Current_A": 2.031565934065934, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-08T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0675879120879121, - "Pneumatic_Panel_Pressure_bar": 9.023914835164835, - "Cyclone_Filter_Drop_Pressure_bar": 7.930846153846153, - "Tower_Discharge_Pressure_Drop_bar": -0.022151098901097538, - "Reservoir_Pressure_bar": 9.024219780219779, - "Oil_Temperature_C": 63.466620879120875, - "Motor_Current_A": 2.0089148351648354, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0045274725274727, - "Pneumatic_Panel_Pressure_bar": 9.004415384615385, - "Cyclone_Filter_Drop_Pressure_bar": 7.937162637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.02198351648351542, - "Reservoir_Pressure_bar": 9.004514285714286, - "Oil_Temperature_C": 63.32260989010989, - "Motor_Current_A": 1.9934395604395603, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3685000000000003, - "Pneumatic_Panel_Pressure_bar": 9.052510989010988, - "Cyclone_Filter_Drop_Pressure_bar": 7.635137362637363, - "Tower_Discharge_Pressure_Drop_bar": -0.019670329670328772, - "Reservoir_Pressure_bar": 9.052697802197802, - "Oil_Temperature_C": 63.51421703296703, - "Motor_Current_A": 2.262335164835165, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.063705494505495, - "Pneumatic_Panel_Pressure_bar": 9.082934065934067, - "Cyclone_Filter_Drop_Pressure_bar": 7.9877087912087905, - "Tower_Discharge_Pressure_Drop_bar": -0.02308791208791185, - "Reservoir_Pressure_bar": 9.082979120879122, - "Oil_Temperature_C": 63.70846153846154, - "Motor_Current_A": 2.2142335164835165, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0706835164835167, - "Pneumatic_Panel_Pressure_bar": 9.063131868131869, - "Cyclone_Filter_Drop_Pressure_bar": 7.970375824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.013860439560439496, - "Reservoir_Pressure_bar": 9.062359340659341, - "Oil_Temperature_C": 64.02214285714287, - "Motor_Current_A": 2.224725274725275, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4783313186813192, - "Pneumatic_Panel_Pressure_bar": 9.067104395604396, - "Cyclone_Filter_Drop_Pressure_bar": 7.503296703296702, - "Tower_Discharge_Pressure_Drop_bar": -0.0040054945054945135, - "Reservoir_Pressure_bar": 9.066745604395605, - "Oil_Temperature_C": 64.50103708791208, - "Motor_Current_A": 2.4446085164835165, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0355439560439565, - "Pneumatic_Panel_Pressure_bar": 9.074416483516483, - "Cyclone_Filter_Drop_Pressure_bar": 7.9843164835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.011791208791208081, - "Reservoir_Pressure_bar": 9.073674725274724, - "Oil_Temperature_C": 64.31252747252748, - "Motor_Current_A": 2.3268392857142857, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.090082417582418, - "Pneumatic_Panel_Pressure_bar": 9.123686813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.003104395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.02239560439560332, - "Reservoir_Pressure_bar": 9.122934065934066, - "Oil_Temperature_C": 63.90144230769231, - "Motor_Current_A": 2.0160370879120877, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0272747252747256, - "Pneumatic_Panel_Pressure_bar": 8.961152747252747, - "Cyclone_Filter_Drop_Pressure_bar": 7.914207692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.008928571428570124, - "Reservoir_Pressure_bar": 8.961246153846153, - "Oil_Temperature_C": 64.34876373626373, - "Motor_Current_A": 1.9792994505494503, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0440054945054948, - "Pneumatic_Panel_Pressure_bar": 9.0713894993895, - "Cyclone_Filter_Drop_Pressure_bar": 8.005186202686204, - "Tower_Discharge_Pressure_Drop_bar": -0.01565140415140342, - "Reservoir_Pressure_bar": 9.0717442002442, - "Oil_Temperature_C": 64.72203907203907, - "Motor_Current_A": 1.9823420329670327, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.090225274725275, - "Pneumatic_Panel_Pressure_bar": 9.121405494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.00060164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.016752747252746978, - "Reservoir_Pressure_bar": 9.121982417582418, - "Oil_Temperature_C": 65.12824862637362, - "Motor_Current_A": 2.0106043956043953, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.036942465753425, - "Pneumatic_Panel_Pressure_bar": 8.969203835616439, - "Cyclone_Filter_Drop_Pressure_bar": 7.900584109589041, - "Tower_Discharge_Pressure_Drop_bar": -0.01876164383561659, - "Reservoir_Pressure_bar": 8.970600547945207, - "Oil_Temperature_C": 65.28616438356164, - "Motor_Current_A": 1.9637335616438356, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0815274725274728, - "Pneumatic_Panel_Pressure_bar": 9.137524175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.018705494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.01879725274725287, - "Reservoir_Pressure_bar": 9.139276923076924, - "Oil_Temperature_C": 65.48653846153846, - "Motor_Current_A": 2.0142712912087912, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2773769230769234, - "Pneumatic_Panel_Pressure_bar": 9.061308241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.744036263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.018692307692307855, - "Reservoir_Pressure_bar": 9.063152747252747, - "Oil_Temperature_C": 65.47495879120879, - "Motor_Current_A": 2.133496565934066, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1993076923076926, - "Pneumatic_Panel_Pressure_bar": 9.126395604395604, - "Cyclone_Filter_Drop_Pressure_bar": 7.917739010989012, - "Tower_Discharge_Pressure_Drop_bar": -0.016054945054945126, - "Reservoir_Pressure_bar": 9.128315934065935, - "Oil_Temperature_C": 65.66871565934065, - "Motor_Current_A": 2.0806078296703294, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6686681318681321, - "Pneumatic_Panel_Pressure_bar": 9.047747802197803, - "Cyclone_Filter_Drop_Pressure_bar": 8.33401098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.017674175824175978, - "Reservoir_Pressure_bar": 9.049353846153847, - "Oil_Temperature_C": 65.46961538461538, - "Motor_Current_A": 1.7640391483516482, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4556438356164387, - "Pneumatic_Panel_Pressure_bar": 9.105328767123288, - "Cyclone_Filter_Drop_Pressure_bar": 7.60845808219178, - "Tower_Discharge_Pressure_Drop_bar": -0.014531506849315177, - "Reservoir_Pressure_bar": 9.106200547945205, - "Oil_Temperature_C": 66.05422602739726, - "Motor_Current_A": 2.335301369863014, - "Air_Intake_Valve_Status": 0.8383561643835616, - "Compressor_Outlet_Valve_Status": 0.16164383561643836, - "Active_Tower_ID": 0.9178082191780822, - "Load_Start_Signal": 0.8383561643835616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0776258241758243, - "Pneumatic_Panel_Pressure_bar": 9.211824175824175, - "Cyclone_Filter_Drop_Pressure_bar": 8.090834615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.018791208791208686, - "Reservoir_Pressure_bar": 9.21237912087912, - "Oil_Temperature_C": 66.38256181318681, - "Motor_Current_A": 2.3434835164835164, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0249065934065937, - "Pneumatic_Panel_Pressure_bar": 9.011004395604395, - "Cyclone_Filter_Drop_Pressure_bar": 7.9378175824175825, - "Tower_Discharge_Pressure_Drop_bar": -0.019495604395604087, - "Reservoir_Pressure_bar": 9.011378021978022, - "Oil_Temperature_C": 65.47572802197803, - "Motor_Current_A": 1.9776923076923076, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.089625274725275, - "Pneumatic_Panel_Pressure_bar": 9.100315384615385, - "Cyclone_Filter_Drop_Pressure_bar": 7.962774725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.0034109890109885834, - "Reservoir_Pressure_bar": 9.09999120879121, - "Oil_Temperature_C": 65.06876373626373, - "Motor_Current_A": 2.02760989010989, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0486434782608693, - "Pneumatic_Panel_Pressure_bar": 8.37335652173913, - "Cyclone_Filter_Drop_Pressure_bar": 6.177965217391304, - "Tower_Discharge_Pressure_Drop_bar": -0.01991304347826042, - "Reservoir_Pressure_bar": 8.374365217391304, - "Oil_Temperature_C": 60.5395652173913, - "Motor_Current_A": 1.5070652173913042, - "Air_Intake_Valve_Status": 0.7391304347826086, - "Compressor_Outlet_Valve_Status": 0.2608695652173913, - "Active_Tower_ID": 0.8695652173913043, - "Load_Start_Signal": 0.7391304347826086, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.410775205043798, - "Pneumatic_Panel_Pressure_bar": 7.967192992244602, - "Cyclone_Filter_Drop_Pressure_bar": -0.015244322937006928, - "Tower_Discharge_Pressure_Drop_bar": -0.020755677062991452, - "Reservoir_Pressure_bar": 7.964059476650114, - "Oil_Temperature_C": 57.17915248563299, - "Motor_Current_A": 5.742284215812085, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.18891926574792167, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.18891926574792167, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-09T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-09T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-09T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-10T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5384734997273082, - "Pneumatic_Panel_Pressure_bar": 8.870414001141, - "Cyclone_Filter_Drop_Pressure_bar": 7.335139514030659, - "Tower_Discharge_Pressure_Drop_bar": -0.02368652257766852, - "Reservoir_Pressure_bar": 8.869040912431192, - "Oil_Temperature_C": 58.45951071877116, - "Motor_Current_A": 2.4626933611859405, - "Air_Intake_Valve_Status": 0.8091168091168092, - "Compressor_Outlet_Valve_Status": 0.1908831908831909, - "Active_Tower_ID": 0.9031121258984897, - "Load_Start_Signal": 0.8091168091168092, - "Low_Pressure_Switch_Status": 0.06265628544264933, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1156483516483522, - "Pneumatic_Panel_Pressure_bar": 9.052006715506716, - "Cyclone_Filter_Drop_Pressure_bar": 7.847753968253968, - "Tower_Discharge_Pressure_Drop_bar": -0.014296703296703218, - "Reservoir_Pressure_bar": 9.05118131868132, - "Oil_Temperature_C": 62.73524877899878, - "Motor_Current_A": 2.093282967032967, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3019010989010993, - "Pneumatic_Panel_Pressure_bar": 9.047976923076924, - "Cyclone_Filter_Drop_Pressure_bar": 7.714526373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.015335164835164795, - "Reservoir_Pressure_bar": 9.047452747252748, - "Oil_Temperature_C": 62.92149725274725, - "Motor_Current_A": 2.18673489010989, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.228037362637363, - "Pneumatic_Panel_Pressure_bar": 9.09214945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.8451043956043955, - "Tower_Discharge_Pressure_Drop_bar": -0.02346703296703325, - "Reservoir_Pressure_bar": 9.092168131868132, - "Oil_Temperature_C": 63.289423076923086, - "Motor_Current_A": 2.2446346153846153, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.078961538461539, - "Pneumatic_Panel_Pressure_bar": 9.081897802197803, - "Cyclone_Filter_Drop_Pressure_bar": 7.9608923076923075, - "Tower_Discharge_Pressure_Drop_bar": -0.019912087912088094, - "Reservoir_Pressure_bar": 9.08238021978022, - "Oil_Temperature_C": 63.52096153846154, - "Motor_Current_A": 2.293065934065934, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0320670329670334, - "Pneumatic_Panel_Pressure_bar": 8.944954945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.8775615384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.022791208791208467, - "Reservoir_Pressure_bar": 8.944938461538461, - "Oil_Temperature_C": 64.53457417582418, - "Motor_Current_A": 2.109912087912088, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.136120547945206, - "Pneumatic_Panel_Pressure_bar": 9.15262301369863, - "Cyclone_Filter_Drop_Pressure_bar": 7.985938082191781, - "Tower_Discharge_Pressure_Drop_bar": -0.02247178082191688, - "Reservoir_Pressure_bar": 9.152123287671234, - "Oil_Temperature_C": 63.627493150684934, - "Motor_Current_A": 2.0467534246575343, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2613620879120884, - "Pneumatic_Panel_Pressure_bar": 8.951556043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.6838423076923075, - "Tower_Discharge_Pressure_Drop_bar": -0.00619230769230631, - "Reservoir_Pressure_bar": 8.951287362637363, - "Oil_Temperature_C": 63.48375686813187, - "Motor_Current_A": 2.1183997252747253, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8243890109890114, - "Pneumatic_Panel_Pressure_bar": 9.00901978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.159532967032968, - "Tower_Discharge_Pressure_Drop_bar": -0.02104395604395499, - "Reservoir_Pressure_bar": 9.010096703296703, - "Oil_Temperature_C": 64.65976648351648, - "Motor_Current_A": 1.856138736263736, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0844131868131872, - "Pneumatic_Panel_Pressure_bar": 9.057152747252747, - "Cyclone_Filter_Drop_Pressure_bar": 7.971506593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.0071065934065927695, - "Reservoir_Pressure_bar": 9.057781318681318, - "Oil_Temperature_C": 65.12226648351648, - "Motor_Current_A": 1.9900233516483514, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0651554945054948, - "Pneumatic_Panel_Pressure_bar": 9.082925274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.969824725274726, - "Tower_Discharge_Pressure_Drop_bar": 0.014923076923077304, - "Reservoir_Pressure_bar": 9.083628571428571, - "Oil_Temperature_C": 65.33100274725275, - "Motor_Current_A": 2.024938186813187, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0693351648351652, - "Pneumatic_Panel_Pressure_bar": 9.165774725274726, - "Cyclone_Filter_Drop_Pressure_bar": 8.058576923076924, - "Tower_Discharge_Pressure_Drop_bar": -0.019582417582417303, - "Reservoir_Pressure_bar": 9.166351648351649, - "Oil_Temperature_C": 65.16758241758242, - "Motor_Current_A": 2.029072802197802, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0809065934065938, - "Pneumatic_Panel_Pressure_bar": 9.087391208791209, - "Cyclone_Filter_Drop_Pressure_bar": 7.989518131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.008346153846153595, - "Reservoir_Pressure_bar": 9.088611538461539, - "Oil_Temperature_C": 65.36491071428571, - "Motor_Current_A": 2.0090927197802197, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0533021978021981, - "Pneumatic_Panel_Pressure_bar": 9.056504945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.97883076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.005895604395604084, - "Reservoir_Pressure_bar": 9.058048901098902, - "Oil_Temperature_C": 65.49350961538461, - "Motor_Current_A": 1.9943866758241757, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1298489010989015, - "Pneumatic_Panel_Pressure_bar": 9.03375, - "Cyclone_Filter_Drop_Pressure_bar": 7.837387362637363, - "Tower_Discharge_Pressure_Drop_bar": -0.009769230769230496, - "Reservoir_Pressure_bar": 9.035203296703296, - "Oil_Temperature_C": 65.63478708791209, - "Motor_Current_A": 2.0547287087912087, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2738509316770188, - "Pneumatic_Panel_Pressure_bar": 9.224501863354037, - "Cyclone_Filter_Drop_Pressure_bar": 7.913039751552795, - "Tower_Discharge_Pressure_Drop_bar": 0.0013726708074537268, - "Reservoir_Pressure_bar": 9.225845341614907, - "Oil_Temperature_C": 65.65513198757763, - "Motor_Current_A": 2.366499223602484, - "Air_Intake_Valve_Status": 0.8633540372670807, - "Compressor_Outlet_Valve_Status": 0.13664596273291926, - "Active_Tower_ID": 0.937888198757764, - "Load_Start_Signal": 0.8633540372670807, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9968944099378882, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1454175824175827, - "Pneumatic_Panel_Pressure_bar": 9.077554945054946, - "Cyclone_Filter_Drop_Pressure_bar": 7.909524725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.010642857142856666, - "Reservoir_Pressure_bar": 9.077510989010989, - "Oil_Temperature_C": 65.1564903846154, - "Motor_Current_A": 2.0430185439560438, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0852582417582421, - "Pneumatic_Panel_Pressure_bar": 9.069063736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.920982417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.02110549450549339, - "Reservoir_Pressure_bar": 9.068141758241758, - "Oil_Temperature_C": 64.73416208791208, - "Motor_Current_A": 2.0148502747252746, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0096164383561648, - "Pneumatic_Panel_Pressure_bar": 9.076201643835617, - "Cyclone_Filter_Drop_Pressure_bar": 8.059608767123288, - "Tower_Discharge_Pressure_Drop_bar": -0.0029254794520534315, - "Reservoir_Pressure_bar": 9.075346301369864, - "Oil_Temperature_C": 63.754650684931505, - "Motor_Current_A": 1.9694657534246574, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1120055096418733, - "Pneumatic_Panel_Pressure_bar": 9.035533333333333, - "Cyclone_Filter_Drop_Pressure_bar": 7.858612672176308, - "Tower_Discharge_Pressure_Drop_bar": -0.021426446280990462, - "Reservoir_Pressure_bar": 9.034855096418733, - "Oil_Temperature_C": 62.67632920110193, - "Motor_Current_A": 1.9601997245179061, - "Air_Intake_Valve_Status": 0.8732782369146006, - "Compressor_Outlet_Valve_Status": 0.12672176308539945, - "Active_Tower_ID": 0.9393939393939394, - "Load_Start_Signal": 0.8732782369146006, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0078515068493152, - "Pneumatic_Panel_Pressure_bar": 9.029878356164383, - "Cyclone_Filter_Drop_Pressure_bar": 7.992963287671232, - "Tower_Discharge_Pressure_Drop_bar": -0.015238356164382424, - "Reservoir_Pressure_bar": 9.02972493150685, - "Oil_Temperature_C": 63.126164383561644, - "Motor_Current_A": 1.9463178082191779, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0184022922636105, - "Pneumatic_Panel_Pressure_bar": 9.007908309455589, - "Cyclone_Filter_Drop_Pressure_bar": 7.973555300859598, - "Tower_Discharge_Pressure_Drop_bar": -0.021965616045843794, - "Reservoir_Pressure_bar": 9.008019484240688, - "Oil_Temperature_C": 63.41429799426934, - "Motor_Current_A": 1.9072908309455583, - "Air_Intake_Valve_Status": 0.8882521489971347, - "Compressor_Outlet_Valve_Status": 0.11174785100286533, - "Active_Tower_ID": 0.9484240687679083, - "Load_Start_Signal": 0.8882521489971347, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.017849975324889557, - "Pneumatic_Panel_Pressure_bar": 9.955748642868894, - "Cyclone_Filter_Drop_Pressure_bar": 9.947598618193782, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 9.951798651093931, - "Oil_Temperature_C": 70.51871607172232, - "Motor_Current_A": 3.9803121401546306, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-10T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9826900249281891, - "Pneumatic_Panel_Pressure_bar": 9.128725552026523, - "Cyclone_Filter_Drop_Pressure_bar": 8.12562014248295, - "Tower_Discharge_Pressure_Drop_bar": -0.021646153846152438, - "Reservoir_Pressure_bar": 9.127504278284638, - "Oil_Temperature_C": 63.18756187758614, - "Motor_Current_A": 2.82321918774596, - "Air_Intake_Valve_Status": 0.8923076923076924, - "Compressor_Outlet_Valve_Status": 0.1076923076923077, - "Active_Tower_ID": 0.9384615384615385, - "Load_Start_Signal": 0.8923076923076924, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0142884615384615, - "Pneumatic_Panel_Pressure_bar": 9.027983516483516, - "Cyclone_Filter_Drop_Pressure_bar": 7.962153846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.022148351648350325, - "Reservoir_Pressure_bar": 9.027362637362637, - "Oil_Temperature_C": 63.96208791208792, - "Motor_Current_A": 2.055151098901099, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1688164835164836, - "Pneumatic_Panel_Pressure_bar": 8.990292307692307, - "Cyclone_Filter_Drop_Pressure_bar": 7.766492307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.012313186813185752, - "Reservoir_Pressure_bar": 8.990545054945054, - "Oil_Temperature_C": 63.89129120879121, - "Motor_Current_A": 2.167348901098901, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2540991735537192, - "Pneumatic_Panel_Pressure_bar": 9.060252892561984, - "Cyclone_Filter_Drop_Pressure_bar": 7.780446280991736, - "Tower_Discharge_Pressure_Drop_bar": -0.0135482093663899, - "Reservoir_Pressure_bar": 9.060186776859505, - "Oil_Temperature_C": 64.00841597796143, - "Motor_Current_A": 2.151457988980716, - "Air_Intake_Valve_Status": 0.8622589531680441, - "Compressor_Outlet_Valve_Status": 0.13774104683195593, - "Active_Tower_ID": 0.9338842975206612, - "Load_Start_Signal": 0.8622589531680441, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0512758241758244, - "Pneumatic_Panel_Pressure_bar": 9.051562637362636, - "Cyclone_Filter_Drop_Pressure_bar": 7.983181318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.022383516483515362, - "Reservoir_Pressure_bar": 9.051145054945055, - "Oil_Temperature_C": 63.45961538461538, - "Motor_Current_A": 2.0071236263736263, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9346153846153846, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3298479041916171, - "Pneumatic_Panel_Pressure_bar": 9.114925748502994, - "Cyclone_Filter_Drop_Pressure_bar": 7.7475341317365265, - "Tower_Discharge_Pressure_Drop_bar": -0.007647904191616254, - "Reservoir_Pressure_bar": 9.113631137724552, - "Oil_Temperature_C": 65.41187125748503, - "Motor_Current_A": 2.8628547904191617, - "Air_Intake_Valve_Status": 0.8532934131736527, - "Compressor_Outlet_Valve_Status": 0.1467065868263473, - "Active_Tower_ID": 0.9251497005988024, - "Load_Start_Signal": 0.8532934131736527, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9970059880239521, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.109192307692308, - "Pneumatic_Panel_Pressure_bar": 9.078796703296703, - "Cyclone_Filter_Drop_Pressure_bar": 7.914005494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.022890109890109405, - "Reservoir_Pressure_bar": 9.07748901098901, - "Oil_Temperature_C": 64.78894230769231, - "Motor_Current_A": 2.225885989010989, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3835010989010994, - "Pneumatic_Panel_Pressure_bar": 9.025943956043957, - "Cyclone_Filter_Drop_Pressure_bar": 7.5793340659340664, - "Tower_Discharge_Pressure_Drop_bar": -0.007731868131867817, - "Reservoir_Pressure_bar": 9.024783516483517, - "Oil_Temperature_C": 63.37476648351649, - "Motor_Current_A": 2.2546964285714286, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8086780219780224, - "Pneumatic_Panel_Pressure_bar": 9.116978021978023, - "Cyclone_Filter_Drop_Pressure_bar": 8.271558241758243, - "Tower_Discharge_Pressure_Drop_bar": 0.007027472527472848, - "Reservoir_Pressure_bar": 9.115925274725274, - "Oil_Temperature_C": 63.19258241758242, - "Motor_Current_A": 1.8593640109890106, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1664450549450553, - "Pneumatic_Panel_Pressure_bar": 9.116641758241759, - "Cyclone_Filter_Drop_Pressure_bar": 7.956881318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.005783516483516003, - "Reservoir_Pressure_bar": 9.115276923076923, - "Oil_Temperature_C": 63.02638736263736, - "Motor_Current_A": 2.061717032967033, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1202582417582423, - "Pneumatic_Panel_Pressure_bar": 9.021036263736264, - "Cyclone_Filter_Drop_Pressure_bar": 7.846316483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.01781208791208701, - "Reservoir_Pressure_bar": 9.020459340659341, - "Oil_Temperature_C": 63.41839285714286, - "Motor_Current_A": 2.075542582417582, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0527637362637365, - "Pneumatic_Panel_Pressure_bar": 9.074291208791209, - "Cyclone_Filter_Drop_Pressure_bar": 7.980708791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.011489010989009917, - "Reservoir_Pressure_bar": 9.074186813186813, - "Oil_Temperature_C": 63.682554945054946, - "Motor_Current_A": 2.0455975274725273, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0505000000000004, - "Pneumatic_Panel_Pressure_bar": 9.07802967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.984161538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.01839560439560298, - "Reservoir_Pressure_bar": 9.078123076923077, - "Oil_Temperature_C": 63.75467032967033, - "Motor_Current_A": 2.0190233516483516, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0059857142857147, - "Pneumatic_Panel_Pressure_bar": 9.013828571428572, - "Cyclone_Filter_Drop_Pressure_bar": 7.991325274725274, - "Tower_Discharge_Pressure_Drop_bar": -0.00909890109889969, - "Reservoir_Pressure_bar": 9.014902197802197, - "Oil_Temperature_C": 63.79465659340659, - "Motor_Current_A": 1.9696222527472524, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.139659340659341, - "Pneumatic_Panel_Pressure_bar": 9.083026373626373, - "Cyclone_Filter_Drop_Pressure_bar": 7.910710989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.0034835164835154294, - "Reservoir_Pressure_bar": 9.084268131868132, - "Oil_Temperature_C": 64.12122252747253, - "Motor_Current_A": 2.0009505494505495, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9846263736263737, - "Pneumatic_Panel_Pressure_bar": 9.014871978021977, - "Cyclone_Filter_Drop_Pressure_bar": 8.00139945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.009065934065933012, - "Reservoir_Pressure_bar": 9.015465384615384, - "Oil_Temperature_C": 63.75003434065934, - "Motor_Current_A": 1.6886916208791207, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0185494505494508, - "Pneumatic_Panel_Pressure_bar": 9.045686813186814, - "Cyclone_Filter_Drop_Pressure_bar": 7.9922637362637365, - "Tower_Discharge_Pressure_Drop_bar": -0.020983516483515444, - "Reservoir_Pressure_bar": 9.046159340659342, - "Oil_Temperature_C": 64.71600274725274, - "Motor_Current_A": 2.1100480769230767, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0635153846153846, - "Pneumatic_Panel_Pressure_bar": 9.112330769230768, - "Cyclone_Filter_Drop_Pressure_bar": 7.994517582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.02113736263736148, - "Reservoir_Pressure_bar": 9.112595604395604, - "Oil_Temperature_C": 64.10462912087912, - "Motor_Current_A": 1.924506868131868, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7537230769230772, - "Pneumatic_Panel_Pressure_bar": 8.9802010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.189151648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.021945054945053534, - "Reservoir_Pressure_bar": 8.979797802197803, - "Oil_Temperature_C": 63.354519230769235, - "Motor_Current_A": 1.7184739010989007, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4112362637362639, - "Pneumatic_Panel_Pressure_bar": 9.123678021978021, - "Cyclone_Filter_Drop_Pressure_bar": 7.71271098901099, - "Tower_Discharge_Pressure_Drop_bar": 0.016112087912089006, - "Reservoir_Pressure_bar": 9.122782417582417, - "Oil_Temperature_C": 64.15945054945055, - "Motor_Current_A": 2.3310920329670326, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0465824175824179, - "Pneumatic_Panel_Pressure_bar": 9.084601343101344, - "Cyclone_Filter_Drop_Pressure_bar": 8.016748473748473, - "Tower_Discharge_Pressure_Drop_bar": -0.010989010989010232, - "Reservoir_Pressure_bar": 9.083925518925518, - "Oil_Temperature_C": 63.66379731379732, - "Motor_Current_A": 2.1664774114774112, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0289698630136992, - "Pneumatic_Panel_Pressure_bar": 9.034711780821919, - "Cyclone_Filter_Drop_Pressure_bar": 7.981797260273973, - "Tower_Discharge_Pressure_Drop_bar": -0.01387452054794535, - "Reservoir_Pressure_bar": 9.033912328767125, - "Oil_Temperature_C": 62.41253424657535, - "Motor_Current_A": 1.9663808219178083, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9534246575342465, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.033659340659341, - "Pneumatic_Panel_Pressure_bar": 9.025746153846153, - "Cyclone_Filter_Drop_Pressure_bar": 7.957498901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.02367582417582467, - "Reservoir_Pressure_bar": 9.025098351648351, - "Oil_Temperature_C": 62.11695741758243, - "Motor_Current_A": 1.9464210164835165, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8109054662379428, - "Pneumatic_Panel_Pressure_bar": 9.122942765273311, - "Cyclone_Filter_Drop_Pressure_bar": 8.285516398713826, - "Tower_Discharge_Pressure_Drop_bar": -0.023646302250804562, - "Reservoir_Pressure_bar": 9.122335691318328, - "Oil_Temperature_C": 62.86467845659164, - "Motor_Current_A": 2.1091816720257235, - "Air_Intake_Valve_Status": 0.909967845659164, - "Compressor_Outlet_Valve_Status": 0.09003215434083602, - "Active_Tower_ID": 0.9614147909967846, - "Load_Start_Signal": 0.909967845659164, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-11T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.256848251565763, - "Pneumatic_Panel_Pressure_bar": 9.024700776356994, - "Cyclone_Filter_Drop_Pressure_bar": 3.0890222468684767, - "Tower_Discharge_Pressure_Drop_bar": 0.015696144311064836, - "Reservoir_Pressure_bar": 9.021058487734864, - "Oil_Temperature_C": 57.06126451591858, - "Motor_Current_A": 5.192969850926409, - "Air_Intake_Valve_Status": 0.3394278444676409, - "Compressor_Outlet_Valve_Status": 0.660572155532359, - "Active_Tower_ID": 0.65625, - "Load_Start_Signal": 0.3394278444676409, - "Low_Pressure_Switch_Status": 0.1605721555323591, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-12T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6834565934065939, - "Pneumatic_Panel_Pressure_bar": 9.069653846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.346334065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.02426923076923147, - "Reservoir_Pressure_bar": 9.067970879120878, - "Oil_Temperature_C": 59.33413461538461, - "Motor_Current_A": 1.7356311813186815, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-12T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.015993442622949022, - "Pneumatic_Panel_Pressure_bar": 8.286902295081967, - "Cyclone_Filter_Drop_Pressure_bar": 8.276823606557375, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.286884590163934, - "Oil_Temperature_C": 55.90929508196721, - "Motor_Current_A": 0.04499180327868842, - "Air_Intake_Valve_Status": 0.8295081967213115, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8295081967213115, - "Load_Start_Signal": 0.8295081967213115, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8295081967213115, - "Low_Oil_Level_Alarm": 0.8295081967213115, - "Airflow_Pulse_Counter": 0.8295081967213115, - "timestamp": "2020-06-12T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.7993311036789298, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0.7993311036789298, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0.7993311036789298, - "Airflow_Pulse_Counter": 0.7993311036789298, - "timestamp": "2020-06-12T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.899999999999984, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.79, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.79, - "Load_Start_Signal": 0.79, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.79, - "Low_Oil_Level_Alarm": 0.79, - "Airflow_Pulse_Counter": 0.79, - "timestamp": "2020-06-12T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-06-12T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.802675585284281, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.802675585284281, - "Load_Start_Signal": 0.802675585284281, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.802675585284281, - "Low_Oil_Level_Alarm": 0.802675585284281, - "Airflow_Pulse_Counter": 0.802675585284281, - "timestamp": "2020-06-12T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.7993311036789298, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0.7993311036789298, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0.7993311036789298, - "Airflow_Pulse_Counter": 0.7993311036789298, - "timestamp": "2020-06-12T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-06-12T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.7865612648221344, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7865612648221344, - "Load_Start_Signal": 0.7865612648221344, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7865612648221344, - "Low_Oil_Level_Alarm": 0.7865612648221344, - "Airflow_Pulse_Counter": 0.7865612648221344, - "timestamp": "2020-06-12T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.7859531772575251, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7859531772575251, - "Load_Start_Signal": 0.7859531772575251, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7859531772575251, - "Low_Oil_Level_Alarm": 0.7859531772575251, - "Airflow_Pulse_Counter": 0.7859531772575251, - "timestamp": "2020-06-12T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.8060200668896321, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0.8060200668896321, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0.8060200668896321, - "Airflow_Pulse_Counter": 0.8060200668896321, - "timestamp": "2020-06-12T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.899999999999984, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.8166666666666667, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8166666666666667, - "Load_Start_Signal": 0.8166666666666667, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8166666666666667, - "Low_Oil_Level_Alarm": 0.8166666666666667, - "Airflow_Pulse_Counter": 0.8166666666666667, - "timestamp": "2020-06-12T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.7941857473630048, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7941857473630048, - "Load_Start_Signal": 0.7941857473630048, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7941857473630048, - "Low_Oil_Level_Alarm": 0.7941857473630048, - "Airflow_Pulse_Counter": 0.7941857473630048, - "timestamp": "2020-06-12T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.899999999999984, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.7961538461538461, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7961538461538461, - "Load_Start_Signal": 0.7961538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7961538461538461, - "Low_Oil_Level_Alarm": 0.7961538461538461, - "Airflow_Pulse_Counter": 0.7961538461538461, - "timestamp": "2020-06-12T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.9, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.8134808335477232, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8134808335477232, - "Load_Start_Signal": 0.8134808335477232, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8134808335477232, - "Low_Oil_Level_Alarm": 0.8134808335477232, - "Airflow_Pulse_Counter": 0.8134808335477232, - "timestamp": "2020-06-12T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0159999999999982, - "Pneumatic_Panel_Pressure_bar": 8.284, - "Cyclone_Filter_Drop_Pressure_bar": 8.274, - "Tower_Discharge_Pressure_Drop_bar": -0.0240000000000009, - "Reservoir_Pressure_bar": 8.284, - "Oil_Temperature_C": 55.899999999999984, - "Motor_Current_A": 0.0449999999999999, - "Air_Intake_Valve_Status": 0.8072222222222222, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8072222222222222, - "Load_Start_Signal": 0.8072222222222222, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8072222222222222, - "Low_Oil_Level_Alarm": 0.8072222222222222, - "Airflow_Pulse_Counter": 0.8072222222222222, - "timestamp": "2020-06-12T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.683549738219896, - "Pneumatic_Panel_Pressure_bar": 9.02820942408377, - "Cyclone_Filter_Drop_Pressure_bar": 7.375455497382199, - "Tower_Discharge_Pressure_Drop_bar": -0.021099476439790057, - "Reservoir_Pressure_bar": 9.026554973821991, - "Oil_Temperature_C": 63.88704188481675, - "Motor_Current_A": 2.7183246073298433, - "Air_Intake_Valve_Status": 0.7782008567348881, - "Compressor_Outlet_Valve_Status": 0.18324607329842932, - "Active_Tower_ID": 0.8672060923369823, - "Load_Start_Signal": 0.7782008567348881, - "Low_Pressure_Switch_Status": 0.015706806282722512, - "Tower_Discharge_Switch_Status": 0.9614469300333174, - "Low_Oil_Level_Alarm": 0.9614469300333174, - "Airflow_Pulse_Counter": 0.9614469300333174, - "timestamp": "2020-06-12T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4678131868131867, - "Pneumatic_Panel_Pressure_bar": 9.064205494505496, - "Cyclone_Filter_Drop_Pressure_bar": 7.52841978021978, - "Tower_Discharge_Pressure_Drop_bar": 0.012340659340660797, - "Reservoir_Pressure_bar": 9.064342857142856, - "Oil_Temperature_C": 65.25285714285714, - "Motor_Current_A": 2.451243131868132, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-12T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1787197802197802, - "Pneumatic_Panel_Pressure_bar": 9.018692307692309, - "Cyclone_Filter_Drop_Pressure_bar": 7.803390109890111, - "Tower_Discharge_Pressure_Drop_bar": -0.008406593406591929, - "Reservoir_Pressure_bar": 9.019747252747253, - "Oil_Temperature_C": 65.14471153846154, - "Motor_Current_A": 2.3749107142857144, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-12T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3899956043956045, - "Pneumatic_Panel_Pressure_bar": 9.122684615384616, - "Cyclone_Filter_Drop_Pressure_bar": 7.720090109890109, - "Tower_Discharge_Pressure_Drop_bar": -0.02209340659340518, - "Reservoir_Pressure_bar": 9.123416483516484, - "Oil_Temperature_C": 65.60710164835164, - "Motor_Current_A": 2.6444354395604392, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-12T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.480079120879121, - "Pneumatic_Panel_Pressure_bar": 9.045758241758241, - "Cyclone_Filter_Drop_Pressure_bar": 7.54493076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.021868131868130355, - "Reservoir_Pressure_bar": 9.046431868131867, - "Oil_Temperature_C": 65.32729395604395, - "Motor_Current_A": 2.5221263736263735, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-12T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0720769230769231, - "Pneumatic_Panel_Pressure_bar": 9.059268131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.962392307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.021115384615383155, - "Reservoir_Pressure_bar": 9.059732967032968, - "Oil_Temperature_C": 64.84145604395604, - "Motor_Current_A": 2.2253557692307693, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-12T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4564521978021978, - "Pneumatic_Panel_Pressure_bar": 9.052668681318682, - "Cyclone_Filter_Drop_Pressure_bar": 7.5811741758241755, - "Tower_Discharge_Pressure_Drop_bar": -0.014994505494504295, - "Reservoir_Pressure_bar": 9.052868131868133, - "Oil_Temperature_C": 64.7640934065934, - "Motor_Current_A": 2.402980769230769, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-12T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0649917808219178, - "Pneumatic_Panel_Pressure_bar": 9.079459726027398, - "Cyclone_Filter_Drop_Pressure_bar": 8.011858630136986, - "Tower_Discharge_Pressure_Drop_bar": -0.022317808219176886, - "Reservoir_Pressure_bar": 9.079859178082192, - "Oil_Temperature_C": 64.8195890410959, - "Motor_Current_A": 2.3088952054794523, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4325494505494505, - "Pneumatic_Panel_Pressure_bar": 9.005642307692309, - "Cyclone_Filter_Drop_Pressure_bar": 7.541252197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.0148186813186803, - "Reservoir_Pressure_bar": 9.005603846153846, - "Oil_Temperature_C": 64.38522664835165, - "Motor_Current_A": 2.305, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.102754578754579, - "Pneumatic_Panel_Pressure_bar": 9.122984737484737, - "Cyclone_Filter_Drop_Pressure_bar": 7.984985347985347, - "Tower_Discharge_Pressure_Drop_bar": -0.021719780219779217, - "Reservoir_Pressure_bar": 9.122755189255189, - "Oil_Temperature_C": 65.25525793650793, - "Motor_Current_A": 2.5329647435897433, - "Air_Intake_Valve_Status": 0.876984126984127, - "Compressor_Outlet_Valve_Status": 0.12301587301587302, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.876984126984127, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0915384615384618, - "Pneumatic_Panel_Pressure_bar": 8.996379120879121, - "Cyclone_Filter_Drop_Pressure_bar": 7.877258241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.022909890109889666, - "Reservoir_Pressure_bar": 8.996115384615385, - "Oil_Temperature_C": 64.34271978021978, - "Motor_Current_A": 2.080769230769231, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4128956043956047, - "Pneumatic_Panel_Pressure_bar": 9.103274725274726, - "Cyclone_Filter_Drop_Pressure_bar": 7.604947252747253, - "Tower_Discharge_Pressure_Drop_bar": 0.0058131868131873635, - "Reservoir_Pressure_bar": 9.102664835164834, - "Oil_Temperature_C": 65.24695054945055, - "Motor_Current_A": 2.7543695054945054, - "Air_Intake_Valve_Status": 0.8390109890109889, - "Compressor_Outlet_Valve_Status": 0.16373626373626374, - "Active_Tower_ID": 0.9186813186813186, - "Load_Start_Signal": 0.8362637362637362, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5502076923076924, - "Pneumatic_Panel_Pressure_bar": 9.016021978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.421594505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.021736263736263608, - "Reservoir_Pressure_bar": 9.016067032967033, - "Oil_Temperature_C": 66.13809065934066, - "Motor_Current_A": 2.775026098901099, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4472597260273976, - "Pneumatic_Panel_Pressure_bar": 9.08238904109589, - "Cyclone_Filter_Drop_Pressure_bar": 7.614295890410959, - "Tower_Discharge_Pressure_Drop_bar": -0.0216273972602733, - "Reservoir_Pressure_bar": 9.082027397260275, - "Oil_Temperature_C": 65.95532876712329, - "Motor_Current_A": 2.6763835616438354, - "Air_Intake_Valve_Status": 0.8410958904109589, - "Compressor_Outlet_Valve_Status": 0.1589041095890411, - "Active_Tower_ID": 0.9205479452054794, - "Load_Start_Signal": 0.8410958904109589, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5581549450549455, - "Pneumatic_Panel_Pressure_bar": 9.083616483516483, - "Cyclone_Filter_Drop_Pressure_bar": 7.46287032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.020725274725273593, - "Reservoir_Pressure_bar": 9.083517582417583, - "Oil_Temperature_C": 66.01510989010988, - "Motor_Current_A": 2.7813324175824174, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.455093406593407, - "Pneumatic_Panel_Pressure_bar": 9.113328021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.663010989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.021945054945053496, - "Reservoir_Pressure_bar": 9.113741758241758, - "Oil_Temperature_C": 66.35798763736264, - "Motor_Current_A": 2.6633715659340655, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5425659340659341, - "Pneumatic_Panel_Pressure_bar": 9.065895604395605, - "Cyclone_Filter_Drop_Pressure_bar": 7.49276923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.009189560439559381, - "Reservoir_Pressure_bar": 9.06639010989011, - "Oil_Temperature_C": 66.88612637362637, - "Motor_Current_A": 2.7152403846153845, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.286919230769231, - "Pneumatic_Panel_Pressure_bar": 8.977047252747253, - "Cyclone_Filter_Drop_Pressure_bar": 7.686056593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.008263736263735628, - "Reservoir_Pressure_bar": 8.977924725274725, - "Oil_Temperature_C": 65.89881181318681, - "Motor_Current_A": 2.1783770604395603, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9627153846153848, - "Pneumatic_Panel_Pressure_bar": 9.11093956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.143295604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.011565934065933566, - "Reservoir_Pressure_bar": 9.111704395604397, - "Oil_Temperature_C": 65.21732142857142, - "Motor_Current_A": 1.9439532967032964, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5553681318681323, - "Pneumatic_Panel_Pressure_bar": 9.104878021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.524481318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.004318681318681096, - "Reservoir_Pressure_bar": 9.105657692307693, - "Oil_Temperature_C": 65.8090934065934, - "Motor_Current_A": 2.4205975274725273, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.012291208791209, - "Pneumatic_Panel_Pressure_bar": 9.1275, - "Cyclone_Filter_Drop_Pressure_bar": 8.082868131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.018016483516483522, - "Reservoir_Pressure_bar": 9.12901098901099, - "Oil_Temperature_C": 66.0106456043956, - "Motor_Current_A": 2.210013736263736, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2618681318681322, - "Pneumatic_Panel_Pressure_bar": 9.140036263736263, - "Cyclone_Filter_Drop_Pressure_bar": 7.787303846153845, - "Tower_Discharge_Pressure_Drop_bar": -0.001423076923076918, - "Reservoir_Pressure_bar": 9.141177472527474, - "Oil_Temperature_C": 66.36728708791209, - "Motor_Current_A": 2.219569368131868, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1391593406593412, - "Pneumatic_Panel_Pressure_bar": 9.014403296703296, - "Cyclone_Filter_Drop_Pressure_bar": 7.86487032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.012219780219780185, - "Reservoir_Pressure_bar": 9.015732967032967, - "Oil_Temperature_C": 65.79288461538462, - "Motor_Current_A": 2.0729175824175825, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.061126373626374, - "Pneumatic_Panel_Pressure_bar": 9.02966153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.91308131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.015769230769230563, - "Reservoir_Pressure_bar": 9.03038901098901, - "Oil_Temperature_C": 65.6729532967033, - "Motor_Current_A": 2.0084340659340656, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4684109589041099, - "Pneumatic_Panel_Pressure_bar": 9.09346684931507, - "Cyclone_Filter_Drop_Pressure_bar": 7.615833424657534, - "Tower_Discharge_Pressure_Drop_bar": -0.019298630136985854, - "Reservoir_Pressure_bar": 9.093998356164384, - "Oil_Temperature_C": 65.77611643835617, - "Motor_Current_A": 2.3580616438356166, - "Air_Intake_Valve_Status": 0.8383561643835616, - "Compressor_Outlet_Valve_Status": 0.16164383561643836, - "Active_Tower_ID": 0.9205479452054794, - "Load_Start_Signal": 0.8383561643835616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0577758241758244, - "Pneumatic_Panel_Pressure_bar": 9.1735989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.083752747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.020460989010988258, - "Reservoir_Pressure_bar": 9.173725824175824, - "Oil_Temperature_C": 65.99679945054945, - "Motor_Current_A": 2.3363921703296704, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9789010989010992, - "Pneumatic_Panel_Pressure_bar": 9.047105494505495, - "Cyclone_Filter_Drop_Pressure_bar": 8.005118681318683, - "Tower_Discharge_Pressure_Drop_bar": -0.02129120879120766, - "Reservoir_Pressure_bar": 9.046748351648352, - "Oil_Temperature_C": 63.69467032967033, - "Motor_Current_A": 1.8465178571428569, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7463296703296705, - "Pneumatic_Panel_Pressure_bar": 8.997098901098902, - "Cyclone_Filter_Drop_Pressure_bar": 8.229071428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.00981593406593286, - "Reservoir_Pressure_bar": 8.99757967032967, - "Oil_Temperature_C": 62.72867445054945, - "Motor_Current_A": 1.5407520604395601, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9749285714285715, - "Pneumatic_Panel_Pressure_bar": 9.08528083028083, - "Cyclone_Filter_Drop_Pressure_bar": 8.094934676434677, - "Tower_Discharge_Pressure_Drop_bar": -0.016373626373625112, - "Reservoir_Pressure_bar": 9.085503663003664, - "Oil_Temperature_C": 63.17450396825397, - "Motor_Current_A": 1.9976785714285714, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.016010989010989, - "Pneumatic_Panel_Pressure_bar": 9.012491208791209, - "Cyclone_Filter_Drop_Pressure_bar": 7.964797252747253, - "Tower_Discharge_Pressure_Drop_bar": -0.021087912087910624, - "Reservoir_Pressure_bar": 9.012381318681319, - "Oil_Temperature_C": 62.42357829670329, - "Motor_Current_A": 1.8453688186813186, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6550356164383562, - "Pneumatic_Panel_Pressure_bar": 8.984689863013699, - "Cyclone_Filter_Drop_Pressure_bar": 8.319002191780822, - "Tower_Discharge_Pressure_Drop_bar": -0.022263013698629066, - "Reservoir_Pressure_bar": 8.984728219178082, - "Oil_Temperature_C": 62.079198630136986, - "Motor_Current_A": 1.5299061643835616, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9643835616438357, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-13T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0218131868131868, - "Pneumatic_Panel_Pressure_bar": 9.101182417582416, - "Cyclone_Filter_Drop_Pressure_bar": 8.078298901098902, - "Tower_Discharge_Pressure_Drop_bar": -0.007516483516482347, - "Reservoir_Pressure_bar": 9.101073076923077, - "Oil_Temperature_C": 62.628358516483516, - "Motor_Current_A": 2.0294361263736262, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9930494505494508, - "Pneumatic_Panel_Pressure_bar": 8.997464835164836, - "Cyclone_Filter_Drop_Pressure_bar": 7.979354945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.022923076923076498, - "Reservoir_Pressure_bar": 8.996964835164835, - "Oil_Temperature_C": 61.73116071428572, - "Motor_Current_A": 1.8281524725274725, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.658725274725275, - "Pneumatic_Panel_Pressure_bar": 8.995043956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.302782967032968, - "Tower_Discharge_Pressure_Drop_bar": -0.022879120879120418, - "Reservoir_Pressure_bar": 8.995046703296703, - "Oil_Temperature_C": 61.67864010989011, - "Motor_Current_A": 1.5839285714285714, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9609340659340662, - "Pneumatic_Panel_Pressure_bar": 9.0854510989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.074039010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.01687362637362589, - "Reservoir_Pressure_bar": 9.08505, - "Oil_Temperature_C": 62.34717032967033, - "Motor_Current_A": 2.039855769230769, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9791625344352619, - "Pneumatic_Panel_Pressure_bar": 9.023553719008264, - "Cyclone_Filter_Drop_Pressure_bar": 8.023162534435262, - "Tower_Discharge_Pressure_Drop_bar": -0.023068870523415764, - "Reservoir_Pressure_bar": 9.023399449035812, - "Oil_Temperature_C": 61.96143250688705, - "Motor_Current_A": 1.9699104683195592, - "Air_Intake_Valve_Status": 0.8898071625344353, - "Compressor_Outlet_Valve_Status": 0.11019283746556474, - "Active_Tower_ID": 0.9393939393939394, - "Load_Start_Signal": 0.8898071625344353, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0119890109890113, - "Pneumatic_Panel_Pressure_bar": 9.029961538461539, - "Cyclone_Filter_Drop_Pressure_bar": 7.99295054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.023087912087912006, - "Reservoir_Pressure_bar": 9.029412087912089, - "Oil_Temperature_C": 62.37321428571429, - "Motor_Current_A": 1.9210233516483515, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0927912087912093, - "Pneumatic_Panel_Pressure_bar": 9.06844175824176, - "Cyclone_Filter_Drop_Pressure_bar": 7.9793142857142865, - "Tower_Discharge_Pressure_Drop_bar": -0.022950549450549047, - "Reservoir_Pressure_bar": 9.06851868131868, - "Oil_Temperature_C": 63.76872252747253, - "Motor_Current_A": 2.172825549450549, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3747307692307695, - "Pneumatic_Panel_Pressure_bar": 9.019270329670329, - "Cyclone_Filter_Drop_Pressure_bar": 7.602359340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.02226373626373548, - "Reservoir_Pressure_bar": 9.01911098901099, - "Oil_Temperature_C": 63.8143543956044, - "Motor_Current_A": 2.330116758241758, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9950824175824177, - "Pneumatic_Panel_Pressure_bar": 9.044085714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.024931868131869, - "Tower_Discharge_Pressure_Drop_bar": -0.02206043956043853, - "Reservoir_Pressure_bar": 9.043968131868132, - "Oil_Temperature_C": 63.89675824175825, - "Motor_Current_A": 2.0773392857142854, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0616945054945057, - "Pneumatic_Panel_Pressure_bar": 9.084943956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.967471428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.02197362637362504, - "Reservoir_Pressure_bar": 9.085445054945055, - "Oil_Temperature_C": 64.77285714285715, - "Motor_Current_A": 2.3206469780219776, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0160887671232877, - "Pneumatic_Panel_Pressure_bar": 8.977044383561644, - "Cyclone_Filter_Drop_Pressure_bar": 7.886042739726028, - "Tower_Discharge_Pressure_Drop_bar": -0.020701369863012763, - "Reservoir_Pressure_bar": 8.977981369863015, - "Oil_Temperature_C": 64.78219178082192, - "Motor_Current_A": 2.0112328767123286, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1225659340659344, - "Pneumatic_Panel_Pressure_bar": 9.068495604395604, - "Cyclone_Filter_Drop_Pressure_bar": 7.917291758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.018901098901098517, - "Reservoir_Pressure_bar": 9.069490109890111, - "Oil_Temperature_C": 65.15767857142858, - "Motor_Current_A": 2.0381875, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4049835164835167, - "Pneumatic_Panel_Pressure_bar": 9.120861538461538, - "Cyclone_Filter_Drop_Pressure_bar": 7.654876923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.01903846153846153, - "Reservoir_Pressure_bar": 9.122114285714286, - "Oil_Temperature_C": 65.71714285714286, - "Motor_Current_A": 2.3166346153846153, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0247543956043959, - "Pneumatic_Panel_Pressure_bar": 9.163203296703296, - "Cyclone_Filter_Drop_Pressure_bar": 8.096454395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.015344505494505663, - "Reservoir_Pressure_bar": 9.16430054945055, - "Oil_Temperature_C": 66.32187499999999, - "Motor_Current_A": 2.335217032967033, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.112802197802198, - "Pneumatic_Panel_Pressure_bar": 9.080892857142858, - "Cyclone_Filter_Drop_Pressure_bar": 7.945335164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.0014615384615386214, - "Reservoir_Pressure_bar": 9.081604395604396, - "Oil_Temperature_C": 65.8904532967033, - "Motor_Current_A": 2.025206043956044, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5030258241758245, - "Pneumatic_Panel_Pressure_bar": 9.146932967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.665936263736263, - "Tower_Discharge_Pressure_Drop_bar": 0.0048478021978021904, - "Reservoir_Pressure_bar": 9.147143406593406, - "Oil_Temperature_C": 66.01660714285714, - "Motor_Current_A": 2.4710625, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9921534246575346, - "Pneumatic_Panel_Pressure_bar": 9.112481095890411, - "Cyclone_Filter_Drop_Pressure_bar": 8.097105753424657, - "Tower_Discharge_Pressure_Drop_bar": -0.01832821917808198, - "Reservoir_Pressure_bar": 9.112558356164383, - "Oil_Temperature_C": 65.49580136986302, - "Motor_Current_A": 2.144558219178082, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.018626373626374, - "Pneumatic_Panel_Pressure_bar": 9.062748351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.025067032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.01668681318681277, - "Reservoir_Pressure_bar": 9.062313736263738, - "Oil_Temperature_C": 65.2816826923077, - "Motor_Current_A": 2.032570054945055, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.025203296703297, - "Pneumatic_Panel_Pressure_bar": 9.088289010989012, - "Cyclone_Filter_Drop_Pressure_bar": 8.0249, - "Tower_Discharge_Pressure_Drop_bar": -0.020219780219779566, - "Reservoir_Pressure_bar": 9.088203296703297, - "Oil_Temperature_C": 64.91255494505494, - "Motor_Current_A": 1.9854244505494505, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3739027472527476, - "Pneumatic_Panel_Pressure_bar": 9.156093406593406, - "Cyclone_Filter_Drop_Pressure_bar": 7.779508791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.006989010989010208, - "Reservoir_Pressure_bar": 9.15576043956044, - "Oil_Temperature_C": 65.8929739010989, - "Motor_Current_A": 2.623471153846154, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8578516483516487, - "Pneumatic_Panel_Pressure_bar": 9.137964285714286, - "Cyclone_Filter_Drop_Pressure_bar": 7.2605, - "Tower_Discharge_Pressure_Drop_bar": -0.020299450549449885, - "Reservoir_Pressure_bar": 9.137994505494506, - "Oil_Temperature_C": 67.74773351648352, - "Motor_Current_A": 3.17917239010989, - "Air_Intake_Valve_Status": 0.7967032967032966, - "Compressor_Outlet_Valve_Status": 0.2032967032967033, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.7967032967032966, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4995016483516486, - "Pneumatic_Panel_Pressure_bar": 9.085595054945054, - "Cyclone_Filter_Drop_Pressure_bar": 7.541062087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.016835164835163955, - "Reservoir_Pressure_bar": 9.085827472527471, - "Oil_Temperature_C": 66.67679945054945, - "Motor_Current_A": 2.7022479395604395, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5031238356164387, - "Pneumatic_Panel_Pressure_bar": 9.120444383561644, - "Cyclone_Filter_Drop_Pressure_bar": 7.549436164383561, - "Tower_Discharge_Pressure_Drop_bar": -0.018821917808218208, - "Reservoir_Pressure_bar": 9.120433424657534, - "Oil_Temperature_C": 67.24152739726027, - "Motor_Current_A": 2.9139136986301364, - "Air_Intake_Valve_Status": 0.8301369863013699, - "Compressor_Outlet_Valve_Status": 0.16986301369863013, - "Active_Tower_ID": 0.915068493150685, - "Load_Start_Signal": 0.8301369863013699, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6095321285140567, - "Pneumatic_Panel_Pressure_bar": 9.067350066934404, - "Cyclone_Filter_Drop_Pressure_bar": 7.437663319946452, - "Tower_Discharge_Pressure_Drop_bar": -0.01994578313252907, - "Reservoir_Pressure_bar": 9.067187416331993, - "Oil_Temperature_C": 66.25994812583669, - "Motor_Current_A": 2.539592536813922, - "Air_Intake_Valve_Status": 0.822289156626506, - "Compressor_Outlet_Valve_Status": 0.17771084337349397, - "Active_Tower_ID": 0.9096385542168675, - "Load_Start_Signal": 0.822289156626506, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9969879518072289, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-14T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.364476301476302, - "Pneumatic_Panel_Pressure_bar": 7.905394910644911, - "Cyclone_Filter_Drop_Pressure_bar": -0.007958430458429982, - "Tower_Discharge_Pressure_Drop_bar": -0.020458430458429707, - "Reservoir_Pressure_bar": 7.8998117715617715, - "Oil_Temperature_C": 54.58772095959596, - "Motor_Current_A": 5.784179535742036, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.2603923853923854, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.3853923853923854, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0300379120879124, - "Pneumatic_Panel_Pressure_bar": 9.10225, - "Cyclone_Filter_Drop_Pressure_bar": 8.055274725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.021659340659339266, - "Reservoir_Pressure_bar": 9.101003846153846, - "Oil_Temperature_C": 61.75820741758242, - "Motor_Current_A": 2.035914835164835, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.038412087912088, - "Pneumatic_Panel_Pressure_bar": 9.07077967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.000146153846153, - "Tower_Discharge_Pressure_Drop_bar": -0.021313186813185322, - "Reservoir_Pressure_bar": 9.070592857142858, - "Oil_Temperature_C": 62.65131181318681, - "Motor_Current_A": 2.0314196428571427, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0119487179487179, - "Pneumatic_Panel_Pressure_bar": 9.040631868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.9996831501831505, - "Tower_Discharge_Pressure_Drop_bar": -0.021939560439558994, - "Reservoir_Pressure_bar": 9.0406336996337, - "Oil_Temperature_C": 62.554510073260076, - "Motor_Current_A": 1.985972985347985, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0481043956043958, - "Pneumatic_Panel_Pressure_bar": 9.032775824175825, - "Cyclone_Filter_Drop_Pressure_bar": 7.981794505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.004483516483515017, - "Reservoir_Pressure_bar": 9.032792307692308, - "Oil_Temperature_C": 62.45792582417583, - "Motor_Current_A": 1.9413530219780217, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0206318681318682, - "Pneumatic_Panel_Pressure_bar": 9.022323076923076, - "Cyclone_Filter_Drop_Pressure_bar": 7.975998901098902, - "Tower_Discharge_Pressure_Drop_bar": -0.021924175824174448, - "Reservoir_Pressure_bar": 9.022553846153846, - "Oil_Temperature_C": 62.932939560439564, - "Motor_Current_A": 1.9898008241758238, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2413956043956047, - "Pneumatic_Panel_Pressure_bar": 9.076093406593406, - "Cyclone_Filter_Drop_Pressure_bar": 7.775093406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.02223076923076798, - "Reservoir_Pressure_bar": 9.076, - "Oil_Temperature_C": 64.67877747252747, - "Motor_Current_A": 2.2278090659340655, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3618626373626375, - "Pneumatic_Panel_Pressure_bar": 9.194193406593406, - "Cyclone_Filter_Drop_Pressure_bar": 7.802071428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.01598901098900952, - "Reservoir_Pressure_bar": 9.194110989010989, - "Oil_Temperature_C": 65.93630494505494, - "Motor_Current_A": 2.6357458791208788, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2079890109890112, - "Pneumatic_Panel_Pressure_bar": 9.044083516483518, - "Cyclone_Filter_Drop_Pressure_bar": 7.795614285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.019950549450548426, - "Reservoir_Pressure_bar": 9.044394505494505, - "Oil_Temperature_C": 64.85196428571429, - "Motor_Current_A": 2.104107142857143, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1077708791208793, - "Pneumatic_Panel_Pressure_bar": 9.040418131868131, - "Cyclone_Filter_Drop_Pressure_bar": 7.891119230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.020273076923076262, - "Reservoir_Pressure_bar": 9.041051648351647, - "Oil_Temperature_C": 64.85541208791209, - "Motor_Current_A": 2.0243729395604393, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3775866910866912, - "Pneumatic_Panel_Pressure_bar": 9.048515262515263, - "Cyclone_Filter_Drop_Pressure_bar": 7.6411404151404145, - "Tower_Discharge_Pressure_Drop_bar": -0.0042692307692302625, - "Reservoir_Pressure_bar": 9.04891514041514, - "Oil_Temperature_C": 65.3302503052503, - "Motor_Current_A": 2.274690934065934, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9393736263736265, - "Pneumatic_Panel_Pressure_bar": 9.052769230769231, - "Cyclone_Filter_Drop_Pressure_bar": 8.07121978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.008461538461538323, - "Reservoir_Pressure_bar": 9.05417032967033, - "Oil_Temperature_C": 65.34546703296704, - "Motor_Current_A": 1.864320054945055, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2009658119658124, - "Pneumatic_Panel_Pressure_bar": 9.11065995115995, - "Cyclone_Filter_Drop_Pressure_bar": 7.904488400488401, - "Tower_Discharge_Pressure_Drop_bar": -0.005999389499389639, - "Reservoir_Pressure_bar": 9.112033577533577, - "Oil_Temperature_C": 66.96444597069598, - "Motor_Current_A": 2.497215354090354, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1410846153846157, - "Pneumatic_Panel_Pressure_bar": 9.004035164835166, - "Cyclone_Filter_Drop_Pressure_bar": 7.83224945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.0030164835164836422, - "Reservoir_Pressure_bar": 9.004965934065934, - "Oil_Temperature_C": 66.04043956043957, - "Motor_Current_A": 2.0420288461538463, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4071895604395608, - "Pneumatic_Panel_Pressure_bar": 9.121464285714286, - "Cyclone_Filter_Drop_Pressure_bar": 7.673865384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.014527472527472655, - "Reservoir_Pressure_bar": 9.122082417582417, - "Oil_Temperature_C": 67.04254807692307, - "Motor_Current_A": 2.634158653846154, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1252098901098906, - "Pneumatic_Panel_Pressure_bar": 9.00274065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.866892307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.00646703296703286, - "Reservoir_Pressure_bar": 9.003014285714286, - "Oil_Temperature_C": 66.12947802197803, - "Motor_Current_A": 2.059326923076923, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4564780219780222, - "Pneumatic_Panel_Pressure_bar": 9.108384615384615, - "Cyclone_Filter_Drop_Pressure_bar": 7.601291208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.00655494505494473, - "Reservoir_Pressure_bar": 9.108406593406594, - "Oil_Temperature_C": 66.86126373626374, - "Motor_Current_A": 2.6910096153846155, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2198626373626376, - "Pneumatic_Panel_Pressure_bar": 9.069731318681319, - "Cyclone_Filter_Drop_Pressure_bar": 7.814704395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.019785714285713896, - "Reservoir_Pressure_bar": 9.070105494505494, - "Oil_Temperature_C": 65.69357142857143, - "Motor_Current_A": 2.095576923076923, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5127087912087915, - "Pneumatic_Panel_Pressure_bar": 9.026189010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.520452747252748, - "Tower_Discharge_Pressure_Drop_bar": -0.006031868131867572, - "Reservoir_Pressure_bar": 9.025594505494507, - "Oil_Temperature_C": 65.39891483516483, - "Motor_Current_A": 2.3270741758241758, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7059137362637364, - "Pneumatic_Panel_Pressure_bar": 9.031623626373626, - "Cyclone_Filter_Drop_Pressure_bar": 8.31328846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.002417582417581661, - "Reservoir_Pressure_bar": 9.031425824175823, - "Oil_Temperature_C": 63.957706043956044, - "Motor_Current_A": 1.7384457417582415, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9711318681318681, - "Pneumatic_Panel_Pressure_bar": 9.096093406593408, - "Cyclone_Filter_Drop_Pressure_bar": 8.103739010989012, - "Tower_Discharge_Pressure_Drop_bar": -0.0008434065934054045, - "Reservoir_Pressure_bar": 9.095173076923077, - "Oil_Temperature_C": 63.128399725274726, - "Motor_Current_A": 1.9645638736263735, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9708296703296705, - "Pneumatic_Panel_Pressure_bar": 9.020031868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.988303296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.010054945054943752, - "Reservoir_Pressure_bar": 9.019150549450549, - "Oil_Temperature_C": 62.551565934065934, - "Motor_Current_A": 1.8623585164835161, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6441373626373628, - "Pneumatic_Panel_Pressure_bar": 8.971789010989012, - "Cyclone_Filter_Drop_Pressure_bar": 8.328542857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.010115384615383121, - "Reservoir_Pressure_bar": 8.97157032967033, - "Oil_Temperature_C": 62.16005494505495, - "Motor_Current_A": 1.4321181318681317, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9551923076923079, - "Pneumatic_Panel_Pressure_bar": 9.090707142857143, - "Cyclone_Filter_Drop_Pressure_bar": 8.099806043956043, - "Tower_Discharge_Pressure_Drop_bar": -0.021950549450547967, - "Reservoir_Pressure_bar": 9.09035, - "Oil_Temperature_C": 62.877953296703296, - "Motor_Current_A": 1.9585576923076922, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-15T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0475274725274728, - "Pneumatic_Panel_Pressure_bar": 8.993989010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.880532967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.02198351648351515, - "Reservoir_Pressure_bar": 8.99370879120879, - "Oil_Temperature_C": 62.395467032967034, - "Motor_Current_A": 1.8430563186813185, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6665659340659341, - "Pneumatic_Panel_Pressure_bar": 9.004572527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.323957142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.00719230769230663, - "Reservoir_Pressure_bar": 9.004808791208792, - "Oil_Temperature_C": 62.2573489010989, - "Motor_Current_A": 1.5966730769230768, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9379890109890111, - "Pneumatic_Panel_Pressure_bar": 9.074775824175825, - "Cyclone_Filter_Drop_Pressure_bar": 8.077698901098902, - "Tower_Discharge_Pressure_Drop_bar": -0.0032417582417571924, - "Reservoir_Pressure_bar": 9.074803296703296, - "Oil_Temperature_C": 62.64225274725274, - "Motor_Current_A": 2.0254423076923076, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9900494505494508, - "Pneumatic_Panel_Pressure_bar": 9.02830989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.031776923076924, - "Tower_Discharge_Pressure_Drop_bar": -0.022146703296701983, - "Reservoir_Pressure_bar": 9.028397802197802, - "Oil_Temperature_C": 62.46613324175824, - "Motor_Current_A": 1.9415364010989011, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0193791208791212, - "Pneumatic_Panel_Pressure_bar": 9.007097802197801, - "Cyclone_Filter_Drop_Pressure_bar": 7.925543956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.022147252747251527, - "Reservoir_Pressure_bar": 9.006851648351649, - "Oil_Temperature_C": 62.29679945054945, - "Motor_Current_A": 1.7735865384615381, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1937087912087914, - "Pneumatic_Panel_Pressure_bar": 9.023021978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.791164835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.004758241758240441, - "Reservoir_Pressure_bar": 9.023142857142856, - "Oil_Temperature_C": 64.79759615384616, - "Motor_Current_A": 2.430467032967033, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4203769230769234, - "Pneumatic_Panel_Pressure_bar": 8.986913186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.543737362637363, - "Tower_Discharge_Pressure_Drop_bar": -0.00764835164835036, - "Reservoir_Pressure_bar": 8.986595604395605, - "Oil_Temperature_C": 64.86236263736264, - "Motor_Current_A": 2.227657967032967, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.234202197802198, - "Pneumatic_Panel_Pressure_bar": 9.143054945054946, - "Cyclone_Filter_Drop_Pressure_bar": 7.8863115384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.019549450549449135, - "Reservoir_Pressure_bar": 9.142785714285715, - "Oil_Temperature_C": 65.72681318681319, - "Motor_Current_A": 2.510443681318681, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.216101098901099, - "Pneumatic_Panel_Pressure_bar": 8.988968131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.762016483516483, - "Tower_Discharge_Pressure_Drop_bar": -0.017780219780218397, - "Reservoir_Pressure_bar": 8.988512087912088, - "Oil_Temperature_C": 65.02576923076923, - "Motor_Current_A": 2.1488475274725274, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4955357142857146, - "Pneumatic_Panel_Pressure_bar": 9.070521978021977, - "Cyclone_Filter_Drop_Pressure_bar": 7.49434065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.018489010989009694, - "Reservoir_Pressure_bar": 9.070535714285715, - "Oil_Temperature_C": 65.0920673076923, - "Motor_Current_A": 2.3986813186813185, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1170824175824179, - "Pneumatic_Panel_Pressure_bar": 9.138614835164836, - "Cyclone_Filter_Drop_Pressure_bar": 7.993080219780221, - "Tower_Discharge_Pressure_Drop_bar": -0.0025714285714274585, - "Reservoir_Pressure_bar": 9.13895934065934, - "Oil_Temperature_C": 65.11807005494505, - "Motor_Current_A": 2.231413461538461, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0307362637362638, - "Pneumatic_Panel_Pressure_bar": 9.02754835164835, - "Cyclone_Filter_Drop_Pressure_bar": 7.964646153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.01602197802197722, - "Reservoir_Pressure_bar": 9.028367032967033, - "Oil_Temperature_C": 65.3264010989011, - "Motor_Current_A": 2.1660625, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.096637362637363, - "Pneumatic_Panel_Pressure_bar": 9.00273076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.8845769230769225, - "Tower_Discharge_Pressure_Drop_bar": -0.011335164835164321, - "Reservoir_Pressure_bar": 9.004164835164836, - "Oil_Temperature_C": 65.11648351648353, - "Motor_Current_A": 2.0147458791208788, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.438912087912088, - "Pneumatic_Panel_Pressure_bar": 9.133523076923078, - "Cyclone_Filter_Drop_Pressure_bar": 7.665918681318682, - "Tower_Discharge_Pressure_Drop_bar": -0.019032967032966988, - "Reservoir_Pressure_bar": 9.135365384615385, - "Oil_Temperature_C": 66.28736950549451, - "Motor_Current_A": 2.5279306318681316, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1049532967032971, - "Pneumatic_Panel_Pressure_bar": 9.012258241758241, - "Cyclone_Filter_Drop_Pressure_bar": 7.890162087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.018934065934065953, - "Reservoir_Pressure_bar": 9.014203296703297, - "Oil_Temperature_C": 65.54708104395604, - "Motor_Current_A": 2.1094642857142856, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1040065753424662, - "Pneumatic_Panel_Pressure_bar": 9.040995068493151, - "Cyclone_Filter_Drop_Pressure_bar": 7.922770410958904, - "Tower_Discharge_Pressure_Drop_bar": -0.00830684931506859, - "Reservoir_Pressure_bar": 9.042540273972604, - "Oil_Temperature_C": 65.95969863013698, - "Motor_Current_A": 2.069691780821918, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.489653296703297, - "Pneumatic_Panel_Pressure_bar": 9.07715879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.602719230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.0028241758241757064, - "Reservoir_Pressure_bar": 9.077730769230769, - "Oil_Temperature_C": 66.03714972527472, - "Motor_Current_A": 2.435006868131868, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.172016483516484, - "Pneumatic_Panel_Pressure_bar": 9.123562087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.869976373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.00440494505494464, - "Reservoir_Pressure_bar": 9.123868131868132, - "Oil_Temperature_C": 65.4998901098901, - "Motor_Current_A": 2.2759093406593403, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.008365384615385, - "Pneumatic_Panel_Pressure_bar": 9.132802197802198, - "Cyclone_Filter_Drop_Pressure_bar": 8.065629120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.019431318681318057, - "Reservoir_Pressure_bar": 9.133085164835165, - "Oil_Temperature_C": 65.43190247252748, - "Motor_Current_A": 2.091167582417582, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8260000000000002, - "Pneumatic_Panel_Pressure_bar": 9.007025714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.14366, - "Tower_Discharge_Pressure_Drop_bar": -0.020758571428570512, - "Reservoir_Pressure_bar": 9.007288571428573, - "Oil_Temperature_C": 62.82542857142857, - "Motor_Current_A": 1.6713142857142855, - "Air_Intake_Valve_Status": 0.9035714285714286, - "Compressor_Outlet_Valve_Status": 0.09642857142857143, - "Active_Tower_ID": 0.95, - "Load_Start_Signal": 0.9035714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1159924780610109, - "Pneumatic_Panel_Pressure_bar": 8.146550355202674, - "Cyclone_Filter_Drop_Pressure_bar": 7.097331801086502, - "Tower_Discharge_Pressure_Drop_bar": -0.02164772252402701, - "Reservoir_Pressure_bar": 8.148436690346847, - "Oil_Temperature_C": 56.93035938152946, - "Motor_Current_A": 0.9672001671541994, - "Air_Intake_Valve_Status": 0.8238612620142081, - "Compressor_Outlet_Valve_Status": 0.17613873798579188, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8238612620142081, - "Low_Pressure_Switch_Status": 0.17613873798579188, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9437001278982893, - "Pneumatic_Panel_Pressure_bar": 9.024088116855982, - "Cyclone_Filter_Drop_Pressure_bar": 7.04589065456065, - "Tower_Discharge_Pressure_Drop_bar": -0.018121646468866045, - "Reservoir_Pressure_bar": 9.023296783547975, - "Oil_Temperature_C": 64.25418917549925, - "Motor_Current_A": 3.3021595594473783, - "Air_Intake_Valve_Status": 0.7790050526155834, - "Compressor_Outlet_Valve_Status": 0.2209949473844167, - "Active_Tower_ID": 0.8939393939393939, - "Load_Start_Signal": 0.7790050526155834, - "Low_Pressure_Switch_Status": 0.030085856475325762, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4818516483516484, - "Pneumatic_Panel_Pressure_bar": 9.053094505494505, - "Cyclone_Filter_Drop_Pressure_bar": 7.55488021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.021478021978020644, - "Reservoir_Pressure_bar": 9.053546153846154, - "Oil_Temperature_C": 66.48396978021978, - "Motor_Current_A": 2.7557074175824177, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4031978021978022, - "Pneumatic_Panel_Pressure_bar": 9.063287912087912, - "Cyclone_Filter_Drop_Pressure_bar": 7.598023076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.020921978021976952, - "Reservoir_Pressure_bar": 9.063710989010989, - "Oil_Temperature_C": 66.27314560439561, - "Motor_Current_A": 2.7420137362637362, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-16T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4338410958904109, - "Pneumatic_Panel_Pressure_bar": 9.049337534246575, - "Cyclone_Filter_Drop_Pressure_bar": 7.55802794520548, - "Tower_Discharge_Pressure_Drop_bar": -0.019829589041094896, - "Reservoir_Pressure_bar": 9.049622465753425, - "Oil_Temperature_C": 66.175, - "Motor_Current_A": 2.5816027397260273, - "Air_Intake_Valve_Status": 0.8383561643835616, - "Compressor_Outlet_Valve_Status": 0.16164383561643836, - "Active_Tower_ID": 0.915068493150685, - "Load_Start_Signal": 0.8383561643835616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.088142857142857, - "Pneumatic_Panel_Pressure_bar": 8.977454945054944, - "Cyclone_Filter_Drop_Pressure_bar": 7.8570692307692305, - "Tower_Discharge_Pressure_Drop_bar": -0.021252747252746035, - "Reservoir_Pressure_bar": 8.9784, - "Oil_Temperature_C": 65.50699175824177, - "Motor_Current_A": 2.242918956043956, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.348436263736264, - "Pneumatic_Panel_Pressure_bar": 9.06038021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.643386813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.014131868131866697, - "Reservoir_Pressure_bar": 9.060974725274725, - "Oil_Temperature_C": 64.54497252747252, - "Motor_Current_A": 2.3470631868131866, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0530934065934068, - "Pneumatic_Panel_Pressure_bar": 9.073706043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.997791208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.021763736263734804, - "Reservoir_Pressure_bar": 9.073653846153846, - "Oil_Temperature_C": 64.70182005494506, - "Motor_Current_A": 2.301943681318681, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0412197802197802, - "Pneumatic_Panel_Pressure_bar": 9.04558021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.9789043956043955, - "Tower_Discharge_Pressure_Drop_bar": -0.021747252747251308, - "Reservoir_Pressure_bar": 9.045008791208792, - "Oil_Temperature_C": 64.84519230769232, - "Motor_Current_A": 2.1727623626373624, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.46415, - "Pneumatic_Panel_Pressure_bar": 9.072263736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.589197802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.022137362637361265, - "Reservoir_Pressure_bar": 9.071967032967033, - "Oil_Temperature_C": 65.69570741758241, - "Motor_Current_A": 2.689292582417582, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.259857142857143, - "Pneumatic_Panel_Pressure_bar": 8.970714285714287, - "Cyclone_Filter_Drop_Pressure_bar": 7.687451648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.021329670329669127, - "Reservoir_Pressure_bar": 8.971545054945055, - "Oil_Temperature_C": 65.18131868131869, - "Motor_Current_A": 2.189381868131868, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.300989589041096, - "Pneumatic_Panel_Pressure_bar": 9.12070191780822, - "Cyclone_Filter_Drop_Pressure_bar": 7.812969863013699, - "Tower_Discharge_Pressure_Drop_bar": -0.019446027397260077, - "Reservoir_Pressure_bar": 9.121265753424659, - "Oil_Temperature_C": 66.79402739726028, - "Motor_Current_A": 2.5304739726027394, - "Air_Intake_Valve_Status": 0.8602739726027397, - "Compressor_Outlet_Valve_Status": 0.13972602739726028, - "Active_Tower_ID": 0.9260273972602739, - "Load_Start_Signal": 0.8602739726027397, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4342637362637363, - "Pneumatic_Panel_Pressure_bar": 9.022054395604394, - "Cyclone_Filter_Drop_Pressure_bar": 7.556153846153847, - "Tower_Discharge_Pressure_Drop_bar": -0.018357142857142943, - "Reservoir_Pressure_bar": 9.023411538461538, - "Oil_Temperature_C": 66.40550824175824, - "Motor_Current_A": 2.275412087912088, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9977675471698119, - "Pneumatic_Panel_Pressure_bar": 9.129992452830189, - "Cyclone_Filter_Drop_Pressure_bar": 8.110301886792453, - "Tower_Discharge_Pressure_Drop_bar": -0.0001283018867912128, - "Reservoir_Pressure_bar": 9.131631698113207, - "Oil_Temperature_C": 67.62813207547171, - "Motor_Current_A": 2.396479245283019, - "Air_Intake_Valve_Status": 0.8905660377358491, - "Compressor_Outlet_Valve_Status": 0.10943396226415095, - "Active_Tower_ID": 0.939622641509434, - "Load_Start_Signal": 0.8905660377358491, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9962264150943396, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6851440592393132, - "Pneumatic_Panel_Pressure_bar": 8.851906765398857, - "Cyclone_Filter_Drop_Pressure_bar": 7.206428811847863, - "Tower_Discharge_Pressure_Drop_bar": -0.016331538202623976, - "Reservoir_Pressure_bar": 8.854249074385729, - "Oil_Temperature_C": 65.67992258498823, - "Motor_Current_A": 1.0594934365533486, - "Air_Intake_Valve_Status": 0.8342308986873107, - "Compressor_Outlet_Valve_Status": 0.16576910131268932, - "Active_Tower_ID": 0.8342308986873107, - "Load_Start_Signal": 0.8342308986873107, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2939030880381706, - "Pneumatic_Panel_Pressure_bar": 9.172709825092856, - "Cyclone_Filter_Drop_Pressure_bar": 7.829188512344476, - "Tower_Discharge_Pressure_Drop_bar": -0.010638347593993512, - "Reservoir_Pressure_bar": 9.173175981859732, - "Oil_Temperature_C": 65.89893498999096, - "Motor_Current_A": 2.7619689638729947, - "Air_Intake_Valve_Status": 0.856264799494529, - "Compressor_Outlet_Valve_Status": 0.143735200505471, - "Active_Tower_ID": 0.930826203003301, - "Load_Start_Signal": 0.856264799494529, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9956140350877193, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.336646153846154, - "Pneumatic_Panel_Pressure_bar": 9.012363736263737, - "Cyclone_Filter_Drop_Pressure_bar": 7.6262395604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.017197802197802068, - "Reservoir_Pressure_bar": 9.016061538461539, - "Oil_Temperature_C": 66.6004532967033, - "Motor_Current_A": 2.300190934065934, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1512637362637368, - "Pneumatic_Panel_Pressure_bar": 9.12382087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.941153846153846, - "Tower_Discharge_Pressure_Drop_bar": 0.0025054945054951237, - "Reservoir_Pressure_bar": 9.127291208791208, - "Oil_Temperature_C": 67.14600274725275, - "Motor_Current_A": 2.4734368131868134, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4126400000000003, - "Pneumatic_Panel_Pressure_bar": 9.071053150684932, - "Cyclone_Filter_Drop_Pressure_bar": 7.666661917808219, - "Tower_Discharge_Pressure_Drop_bar": 0.008509589041097101, - "Reservoir_Pressure_bar": 9.075581369863013, - "Oil_Temperature_C": 67.03436986301371, - "Motor_Current_A": 2.3918972602739728, - "Air_Intake_Valve_Status": 0.852054794520548, - "Compressor_Outlet_Valve_Status": 0.14794520547945206, - "Active_Tower_ID": 0.9315068493150684, - "Load_Start_Signal": 0.852054794520548, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2087264150943406, - "Pneumatic_Panel_Pressure_bar": 9.16188396226415, - "Cyclone_Filter_Drop_Pressure_bar": 7.8906292452830185, - "Tower_Discharge_Pressure_Drop_bar": -0.016188679245281577, - "Reservoir_Pressure_bar": 9.165451886792454, - "Oil_Temperature_C": 68.03625, - "Motor_Current_A": 2.627911556603774, - "Air_Intake_Valve_Status": 0.8632075471698113, - "Compressor_Outlet_Valve_Status": 0.13679245283018868, - "Active_Tower_ID": 0.9245283018867925, - "Load_Start_Signal": 0.8632075471698113, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.2103726951745801, - "Pneumatic_Panel_Pressure_bar": 8.743184386033738, - "Cyclone_Filter_Drop_Pressure_bar": 8.552999019223225, - "Tower_Discharge_Pressure_Drop_bar": -0.01643840721851528, - "Reservoir_Pressure_bar": 8.7441614358572, - "Oil_Temperature_C": 65.24226167124364, - "Motor_Current_A": 3.771094792075323, - "Air_Intake_Valve_Status": 0.9269321302471557, - "Compressor_Outlet_Valve_Status": 0.07306786975284425, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9269321302471557, - "Low_Pressure_Switch_Status": 0.07306786975284425, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-17T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-17T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-17T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-17T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.770003295409965, - "Pneumatic_Panel_Pressure_bar": 8.14475303386949, - "Cyclone_Filter_Drop_Pressure_bar": 5.5130256930822545, - "Tower_Discharge_Pressure_Drop_bar": -0.022176303343357753, - "Reservoir_Pressure_bar": 8.143212029772023, - "Oil_Temperature_C": 56.869468418987836, - "Motor_Current_A": 3.570757596933438, - "Air_Intake_Valve_Status": 0.6002457390697877, - "Compressor_Outlet_Valve_Status": 0.39975426093021227, - "Active_Tower_ID": 0.8, - "Load_Start_Signal": 0.6002457390697877, - "Low_Pressure_Switch_Status": 0.22753203870799005, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.0825204552445398, - "Pneumatic_Panel_Pressure_bar": 9.304372500768993, - "Cyclone_Filter_Drop_Pressure_bar": 9.22010642879114, - "Tower_Discharge_Pressure_Drop_bar": -0.022143648108272827, - "Reservoir_Pressure_bar": 9.303869732390034, - "Oil_Temperature_C": 64.03216318055983, - "Motor_Current_A": 3.926644109504769, - "Air_Intake_Valve_Status": 0.9640879729314057, - "Compressor_Outlet_Valve_Status": 0.035912027068594275, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9640879729314057, - "Low_Pressure_Switch_Status": 0.035912027068594275, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-17T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-17T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-18T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-18T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-18T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-18T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.163459463022367, - "Pneumatic_Panel_Pressure_bar": 2.733633980753175, - "Cyclone_Filter_Drop_Pressure_bar": 0.07836481082743789, - "Tower_Discharge_Pressure_Drop_bar": -0.02553326449004704, - "Reservoir_Pressure_bar": 2.723196126466582, - "Oil_Temperature_C": 23.294108680845454, - "Motor_Current_A": 4.941386002109241, - "Air_Intake_Valve_Status": 0.009541020345388234, - "Compressor_Outlet_Valve_Status": 0.9904589796546118, - "Active_Tower_ID": 0.5714285714285714, - "Load_Start_Signal": 0.009541020345388234, - "Low_Pressure_Switch_Status": 0.9904589796546118, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.6229192307692313, - "Pneumatic_Panel_Pressure_bar": 8.777892307692307, - "Cyclone_Filter_Drop_Pressure_bar": 6.220882967032968, - "Tower_Discharge_Pressure_Drop_bar": -0.02473626373626388, - "Reservoir_Pressure_bar": 8.777612087912088, - "Oil_Temperature_C": 61.14616071428571, - "Motor_Current_A": 3.72825, - "Air_Intake_Valve_Status": 0.6840659340659341, - "Compressor_Outlet_Valve_Status": 0.3159340659340659, - "Active_Tower_ID": 0.8379120879120879, - "Load_Start_Signal": 0.6840659340659341, - "Low_Pressure_Switch_Status": 0.09065934065934066, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9385643835616442, - "Pneumatic_Panel_Pressure_bar": 9.065505753424658, - "Cyclone_Filter_Drop_Pressure_bar": 7.068123835616439, - "Tower_Discharge_Pressure_Drop_bar": -0.00983506849314974, - "Reservoir_Pressure_bar": 9.064842191780821, - "Oil_Temperature_C": 67.63408904109589, - "Motor_Current_A": 3.2598123287671235, - "Air_Intake_Valve_Status": 0.7835616438356164, - "Compressor_Outlet_Valve_Status": 0.21643835616438356, - "Active_Tower_ID": 0.9013698630136986, - "Load_Start_Signal": 0.7835616438356164, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6670857142857143, - "Pneumatic_Panel_Pressure_bar": 9.127364835164835, - "Cyclone_Filter_Drop_Pressure_bar": 7.4282076923076925, - "Tower_Discharge_Pressure_Drop_bar": -0.017740659340659187, - "Reservoir_Pressure_bar": 9.127435164835164, - "Oil_Temperature_C": 69.13218406593407, - "Motor_Current_A": 3.1985151098901103, - "Air_Intake_Valve_Status": 0.8159340659340659, - "Compressor_Outlet_Valve_Status": 0.18406593406593408, - "Active_Tower_ID": 0.8978021978021978, - "Load_Start_Signal": 0.8159340659340659, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9406153846153853, - "Pneumatic_Panel_Pressure_bar": 9.13568021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.177421978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.015332967032965546, - "Reservoir_Pressure_bar": 9.136364835164835, - "Oil_Temperature_C": 69.78989010989011, - "Motor_Current_A": 3.287087912087912, - "Air_Intake_Valve_Status": 0.7912087912087912, - "Compressor_Outlet_Valve_Status": 0.2087912087912088, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7912087912087912, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9278131868131878, - "Pneumatic_Panel_Pressure_bar": 9.098205494505494, - "Cyclone_Filter_Drop_Pressure_bar": 7.154356043956045, - "Tower_Discharge_Pressure_Drop_bar": -0.013596703296702343, - "Reservoir_Pressure_bar": 9.099787912087912, - "Oil_Temperature_C": 69.98976648351649, - "Motor_Current_A": 3.15475, - "Air_Intake_Valve_Status": 0.7884615384615384, - "Compressor_Outlet_Valve_Status": 0.21153846153846154, - "Active_Tower_ID": 0.8846153846153846, - "Load_Start_Signal": 0.7884615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5907956043956055, - "Pneumatic_Panel_Pressure_bar": 9.072173626373626, - "Cyclone_Filter_Drop_Pressure_bar": 7.44884065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.013478021978020886, - "Reservoir_Pressure_bar": 9.074630769230769, - "Oil_Temperature_C": 69.78311813186814, - "Motor_Current_A": 3.0515439560439557, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.81612087912088, - "Pneumatic_Panel_Pressure_bar": 9.135225274725276, - "Cyclone_Filter_Drop_Pressure_bar": 7.278994505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.013868131868130377, - "Reservoir_Pressure_bar": 9.137576923076923, - "Oil_Temperature_C": 69.87506868131868, - "Motor_Current_A": 3.2816964285714287, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8780721763085408, - "Pneumatic_Panel_Pressure_bar": 9.099514049586777, - "Cyclone_Filter_Drop_Pressure_bar": 7.198676033057851, - "Tower_Discharge_Pressure_Drop_bar": -0.016265013774103276, - "Reservoir_Pressure_bar": 9.10255482093664, - "Oil_Temperature_C": 69.50978650137742, - "Motor_Current_A": 3.104456611570248, - "Air_Intake_Valve_Status": 0.7933884297520661, - "Compressor_Outlet_Valve_Status": 0.2066115702479339, - "Active_Tower_ID": 0.8925619834710744, - "Load_Start_Signal": 0.7933884297520661, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.87841098901099, - "Pneumatic_Panel_Pressure_bar": 9.046475274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.192909340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.007637362637361301, - "Reservoir_Pressure_bar": 9.050452197802198, - "Oil_Temperature_C": 69.18747252747254, - "Motor_Current_A": 3.1368365384615386, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.610034065934067, - "Pneumatic_Panel_Pressure_bar": 9.110845054945056, - "Cyclone_Filter_Drop_Pressure_bar": 7.480228571428571, - "Tower_Discharge_Pressure_Drop_bar": -0.009428571428570138, - "Reservoir_Pressure_bar": 9.114670329670329, - "Oil_Temperature_C": 69.62520604395604, - "Motor_Current_A": 3.2010370879120877, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.852679487179488, - "Pneumatic_Panel_Pressure_bar": 9.089721611721611, - "Cyclone_Filter_Drop_Pressure_bar": 7.229595238095238, - "Tower_Discharge_Pressure_Drop_bar": 0.0015659340659354734, - "Reservoir_Pressure_bar": 9.093989010989011, - "Oil_Temperature_C": 69.41556776556776, - "Motor_Current_A": 3.1098763736263733, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6468681318681326, - "Pneumatic_Panel_Pressure_bar": 9.032114774114774, - "Cyclone_Filter_Drop_Pressure_bar": 7.367675213675214, - "Tower_Discharge_Pressure_Drop_bar": 0.006305250305250622, - "Reservoir_Pressure_bar": 9.0348894993895, - "Oil_Temperature_C": 68.80351037851038, - "Motor_Current_A": 3.007751068376068, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.768917582417583, - "Pneumatic_Panel_Pressure_bar": 9.118057142857143, - "Cyclone_Filter_Drop_Pressure_bar": 7.308690109890111, - "Tower_Discharge_Pressure_Drop_bar": -0.019164835164835105, - "Reservoir_Pressure_bar": 9.120106593406593, - "Oil_Temperature_C": 68.28810439560439, - "Motor_Current_A": 3.195755494505495, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8585978021978025, - "Pneumatic_Panel_Pressure_bar": 9.02351978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.083938461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.013478021978021702, - "Reservoir_Pressure_bar": 9.024806593406593, - "Oil_Temperature_C": 67.88776098901099, - "Motor_Current_A": 3.015001373626373, - "Air_Intake_Valve_Status": 0.7884615384615384, - "Compressor_Outlet_Valve_Status": 0.21153846153846154, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7884615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.665239669421488, - "Pneumatic_Panel_Pressure_bar": 9.094429752066116, - "Cyclone_Filter_Drop_Pressure_bar": 7.370484848484848, - "Tower_Discharge_Pressure_Drop_bar": -0.018413223140495476, - "Reservoir_Pressure_bar": 9.095399449035813, - "Oil_Temperature_C": 68.0603305785124, - "Motor_Current_A": 3.174125344352617, - "Air_Intake_Valve_Status": 0.8154269972451791, - "Compressor_Outlet_Valve_Status": 0.18457300275482094, - "Active_Tower_ID": 0.90633608815427, - "Load_Start_Signal": 0.8154269972451791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.97678021978022, - "Pneumatic_Panel_Pressure_bar": 9.026807692307692, - "Cyclone_Filter_Drop_Pressure_bar": 7.022428571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.02037362637362565, - "Reservoir_Pressure_bar": 9.02720879120879, - "Oil_Temperature_C": 67.64402472527472, - "Motor_Current_A": 3.029230769230769, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.579490231990232, - "Pneumatic_Panel_Pressure_bar": 9.093200854700855, - "Cyclone_Filter_Drop_Pressure_bar": 7.509227106227105, - "Tower_Discharge_Pressure_Drop_bar": 0.00046031746031878484, - "Reservoir_Pressure_bar": 9.09274481074481, - "Oil_Temperature_C": 67.79687118437118, - "Motor_Current_A": 3.196881105006105, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8913296703296705, - "Pneumatic_Panel_Pressure_bar": 9.034897802197802, - "Cyclone_Filter_Drop_Pressure_bar": 7.094831868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.01097252747252602, - "Reservoir_Pressure_bar": 9.034987912087912, - "Oil_Temperature_C": 67.280989010989, - "Motor_Current_A": 3.1004093406593407, - "Air_Intake_Valve_Status": 0.7884615384615384, - "Compressor_Outlet_Valve_Status": 0.21153846153846154, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7884615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.542824175824176, - "Pneumatic_Panel_Pressure_bar": 9.02821978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.431120879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.02164560439560299, - "Reservoir_Pressure_bar": 9.028376373626374, - "Oil_Temperature_C": 67.15123626373627, - "Motor_Current_A": 3.049371565934066, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-18T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8462142857142858, - "Pneumatic_Panel_Pressure_bar": 9.075508791208792, - "Cyclone_Filter_Drop_Pressure_bar": 7.160570329670329, - "Tower_Discharge_Pressure_Drop_bar": -0.016994505494504035, - "Reservoir_Pressure_bar": 9.075547252747253, - "Oil_Temperature_C": 67.26331043956044, - "Motor_Current_A": 3.245866758241758, - "Air_Intake_Valve_Status": 0.7912087912087912, - "Compressor_Outlet_Valve_Status": 0.2087912087912088, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7912087912087912, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5054999999999998, - "Pneumatic_Panel_Pressure_bar": 8.992857142857144, - "Cyclone_Filter_Drop_Pressure_bar": 7.438296703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.0064725274725259225, - "Reservoir_Pressure_bar": 8.993285714285715, - "Oil_Temperature_C": 66.78118131868132, - "Motor_Current_A": 2.9296978021978024, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8051637362637363, - "Pneumatic_Panel_Pressure_bar": 9.017926373626374, - "Cyclone_Filter_Drop_Pressure_bar": 7.195261538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.02253846153846074, - "Reservoir_Pressure_bar": 9.018046153846154, - "Oil_Temperature_C": 66.41313186813187, - "Motor_Current_A": 2.9977115384615383, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.539504395604396, - "Pneumatic_Panel_Pressure_bar": 9.095026373626373, - "Cyclone_Filter_Drop_Pressure_bar": 7.497401098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.009811538461537242, - "Reservoir_Pressure_bar": 9.095028571428571, - "Oil_Temperature_C": 66.99266483516485, - "Motor_Current_A": 3.0808736263736267, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5629120879120881, - "Pneumatic_Panel_Pressure_bar": 9.026184065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.451788461538461, - "Tower_Discharge_Pressure_Drop_bar": -0.02260164835164751, - "Reservoir_Pressure_bar": 9.025736263736263, - "Oil_Temperature_C": 66.56133241758242, - "Motor_Current_A": 2.9116277472527474, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.1905835164835166, - "Pneumatic_Panel_Pressure_bar": 9.068805494505495, - "Cyclone_Filter_Drop_Pressure_bar": 6.842997802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.022329670329669177, - "Reservoir_Pressure_bar": 9.068337362637363, - "Oil_Temperature_C": 68.32273351648351, - "Motor_Current_A": 3.531010989010989, - "Air_Intake_Valve_Status": 0.7554945054945055, - "Compressor_Outlet_Valve_Status": 0.2445054945054945, - "Active_Tower_ID": 0.8791208791208791, - "Load_Start_Signal": 0.7554945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9249725274725276, - "Pneumatic_Panel_Pressure_bar": 9.088824175824175, - "Cyclone_Filter_Drop_Pressure_bar": 7.111258241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.021835164835163498, - "Reservoir_Pressure_bar": 9.088324175824177, - "Oil_Temperature_C": 68.01037087912088, - "Motor_Current_A": 3.344519230769231, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8928571428571429, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6310071428571429, - "Pneumatic_Panel_Pressure_bar": 9.030458241758241, - "Cyclone_Filter_Drop_Pressure_bar": 7.375531318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.007532967032965676, - "Reservoir_Pressure_bar": 9.030207142857142, - "Oil_Temperature_C": 67.38183379120879, - "Motor_Current_A": 2.8871277472527477, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4993681318681322, - "Pneumatic_Panel_Pressure_bar": 9.02265, - "Cyclone_Filter_Drop_Pressure_bar": 7.499633516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.01623461538461447, - "Reservoir_Pressure_bar": 9.022347802197801, - "Oil_Temperature_C": 66.19604395604395, - "Motor_Current_A": 2.3038846153846153, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1078659340659343, - "Pneumatic_Panel_Pressure_bar": 9.065840659340658, - "Cyclone_Filter_Drop_Pressure_bar": 7.899776923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.01802747252747189, - "Reservoir_Pressure_bar": 9.065975824175824, - "Oil_Temperature_C": 67.19798076923077, - "Motor_Current_A": 2.449785714285714, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4875917582417584, - "Pneumatic_Panel_Pressure_bar": 9.033646703296704, - "Cyclone_Filter_Drop_Pressure_bar": 7.487645054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.01953296703296677, - "Reservoir_Pressure_bar": 9.033694505494505, - "Oil_Temperature_C": 67.02390796703297, - "Motor_Current_A": 2.4455975274725272, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4027538461538465, - "Pneumatic_Panel_Pressure_bar": 9.030785714285715, - "Cyclone_Filter_Drop_Pressure_bar": 7.586252747252748, - "Tower_Discharge_Pressure_Drop_bar": -0.009192307692307656, - "Reservoir_Pressure_bar": 9.031478021978023, - "Oil_Temperature_C": 67.47528846153847, - "Motor_Current_A": 2.4965315934065933, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1702692307692308, - "Pneumatic_Panel_Pressure_bar": 9.126708791208792, - "Cyclone_Filter_Drop_Pressure_bar": 7.955357142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.017659340659340887, - "Reservoir_Pressure_bar": 9.127972527472528, - "Oil_Temperature_C": 67.79361263736264, - "Motor_Current_A": 2.4225343406593405, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4638785714285718, - "Pneumatic_Panel_Pressure_bar": 9.062841208791209, - "Cyclone_Filter_Drop_Pressure_bar": 7.564363736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.01855000000000018, - "Reservoir_Pressure_bar": 9.063606043956044, - "Oil_Temperature_C": 67.61330357142857, - "Motor_Current_A": 2.6394574175824173, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5407087912087916, - "Pneumatic_Panel_Pressure_bar": 9.018184615384616, - "Cyclone_Filter_Drop_Pressure_bar": 7.473417032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.015703296703296794, - "Reservoir_Pressure_bar": 9.019426373626374, - "Oil_Temperature_C": 67.08274725274725, - "Motor_Current_A": 2.4178688186813186, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1966208791208794, - "Pneumatic_Panel_Pressure_bar": 9.031570329670329, - "Cyclone_Filter_Drop_Pressure_bar": 7.821784615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.002104395604395684, - "Reservoir_Pressure_bar": 9.032735164835165, - "Oil_Temperature_C": 67.23541208791208, - "Motor_Current_A": 2.3408104395604394, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.839906849315069, - "Pneumatic_Panel_Pressure_bar": 9.088695281582954, - "Cyclone_Filter_Drop_Pressure_bar": 7.1805150684931505, - "Tower_Discharge_Pressure_Drop_bar": -0.005732115677321128, - "Reservoir_Pressure_bar": 9.089462404870623, - "Oil_Temperature_C": 68.19663622526636, - "Motor_Current_A": 2.9543013698630136, - "Air_Intake_Valve_Status": 0.7917808219178082, - "Compressor_Outlet_Valve_Status": 0.20821917808219179, - "Active_Tower_ID": 0.8986301369863013, - "Load_Start_Signal": 0.7917808219178082, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2035714285714287, - "Pneumatic_Panel_Pressure_bar": 9.071314285714285, - "Cyclone_Filter_Drop_Pressure_bar": 7.8273791208791215, - "Tower_Discharge_Pressure_Drop_bar": -0.010967032967032863, - "Reservoir_Pressure_bar": 9.071594505494504, - "Oil_Temperature_C": 67.62917582417583, - "Motor_Current_A": 2.479993131868132, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4880457875457878, - "Pneumatic_Panel_Pressure_bar": 9.09153663003663, - "Cyclone_Filter_Drop_Pressure_bar": 7.606005494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.010390109890109446, - "Reservoir_Pressure_bar": 9.091128205128205, - "Oil_Temperature_C": 67.32039835164835, - "Motor_Current_A": 2.6595169413919413, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0431538461538463, - "Pneumatic_Panel_Pressure_bar": 9.036258241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.990409035409036, - "Tower_Discharge_Pressure_Drop_bar": 0.0019090354090359836, - "Reservoir_Pressure_bar": 9.03593956043956, - "Oil_Temperature_C": 64.96458333333334, - "Motor_Current_A": 1.9985302197802195, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.017423076923077, - "Pneumatic_Panel_Pressure_bar": 9.02716923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.963449450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.019229670329669348, - "Reservoir_Pressure_bar": 9.02585054945055, - "Oil_Temperature_C": 64.80717032967033, - "Motor_Current_A": 2.054010989010989, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3927362637362637, - "Pneumatic_Panel_Pressure_bar": 8.983945054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.493681318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.007054945054943824, - "Reservoir_Pressure_bar": 8.982763736263736, - "Oil_Temperature_C": 65.49237637362637, - "Motor_Current_A": 2.372417582417582, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3799467032967034, - "Pneumatic_Panel_Pressure_bar": 9.117849999999999, - "Cyclone_Filter_Drop_Pressure_bar": 7.715955494505495, - "Tower_Discharge_Pressure_Drop_bar": 0.009862637362638633, - "Reservoir_Pressure_bar": 9.117113736263736, - "Oil_Temperature_C": 66.8653021978022, - "Motor_Current_A": 2.6487541208791208, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9173076923076923, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.283828382838284, - "Pneumatic_Panel_Pressure_bar": 9.036508250825083, - "Cyclone_Filter_Drop_Pressure_bar": 7.698851485148515, - "Tower_Discharge_Pressure_Drop_bar": -0.02098349834983377, - "Reservoir_Pressure_bar": 9.03692211221122, - "Oil_Temperature_C": 66.57057755775578, - "Motor_Current_A": 2.4596864686468645, - "Air_Intake_Valve_Status": 0.8547854785478548, - "Compressor_Outlet_Valve_Status": 0.14521452145214522, - "Active_Tower_ID": 0.933993399339934, - "Load_Start_Signal": 0.8547854785478548, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-19T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.842915289146227, - "Pneumatic_Panel_Pressure_bar": 9.12344210480032, - "Cyclone_Filter_Drop_Pressure_bar": 7.291137057787591, - "Tower_Discharge_Pressure_Drop_bar": -0.021204678362571772, - "Reservoir_Pressure_bar": 9.121223108556249, - "Oil_Temperature_C": 64.55687053506341, - "Motor_Current_A": 2.9764447823159004, - "Air_Intake_Valve_Status": 0.7939099827130152, - "Compressor_Outlet_Valve_Status": 0.20609001728698478, - "Active_Tower_ID": 0.8947368421052632, - "Load_Start_Signal": 0.7939099827130152, - "Low_Pressure_Switch_Status": 0.024803467579382437, - "Tower_Discharge_Switch_Status": 0.9941520467836257, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.063880459770115, - "Pneumatic_Panel_Pressure_bar": 9.044644827586207, - "Cyclone_Filter_Drop_Pressure_bar": 7.950909195402299, - "Tower_Discharge_Pressure_Drop_bar": -0.021833333333331834, - "Reservoir_Pressure_bar": 9.044001149425286, - "Oil_Temperature_C": 64.84900862068966, - "Motor_Current_A": 2.1113750000000002, - "Air_Intake_Valve_Status": 0.882183908045977, - "Compressor_Outlet_Valve_Status": 0.11781609195402298, - "Active_Tower_ID": 0.9482758620689655, - "Load_Start_Signal": 0.882183908045977, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.234445054945055, - "Pneumatic_Panel_Pressure_bar": 9.059386813186812, - "Cyclone_Filter_Drop_Pressure_bar": 7.783106593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.008675824175822707, - "Reservoir_Pressure_bar": 9.059081318681319, - "Oil_Temperature_C": 64.98358516483516, - "Motor_Current_A": 2.16810989010989, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.062441208791209, - "Pneumatic_Panel_Pressure_bar": 9.030241758241758, - "Cyclone_Filter_Drop_Pressure_bar": 7.892203296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.02170329670329527, - "Reservoir_Pressure_bar": 9.03030054945055, - "Oil_Temperature_C": 64.85766483516483, - "Motor_Current_A": 2.040467032967033, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.120956043956044, - "Pneumatic_Panel_Pressure_bar": 9.03211978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.870686813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.003917582417580953, - "Reservoir_Pressure_bar": 9.032020879120878, - "Oil_Temperature_C": 64.79017857142857, - "Motor_Current_A": 2.08054945054945, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4935769230769231, - "Pneumatic_Panel_Pressure_bar": 9.08060989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.545626373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.018384615384614205, - "Reservoir_Pressure_bar": 9.079818681318681, - "Oil_Temperature_C": 65.70570054945055, - "Motor_Current_A": 2.5891414835164834, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1140758241758246, - "Pneumatic_Panel_Pressure_bar": 9.040626373626374, - "Cyclone_Filter_Drop_Pressure_bar": 7.860906593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.009016483516482118, - "Reservoir_Pressure_bar": 9.04031868131868, - "Oil_Temperature_C": 64.80739010989011, - "Motor_Current_A": 2.1769258241758243, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.133227472527473, - "Pneumatic_Panel_Pressure_bar": 9.031812087912089, - "Cyclone_Filter_Drop_Pressure_bar": 7.835312087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.007637362637361238, - "Reservoir_Pressure_bar": 9.031803296703297, - "Oil_Temperature_C": 64.81166208791208, - "Motor_Current_A": 2.0689876373626372, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3790714285714287, - "Pneumatic_Panel_Pressure_bar": 9.120427472527473, - "Cyclone_Filter_Drop_Pressure_bar": 7.725621978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.020708791208790017, - "Reservoir_Pressure_bar": 9.120987912087912, - "Oil_Temperature_C": 66.0967445054945, - "Motor_Current_A": 2.55510989010989, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.043247252747253, - "Pneumatic_Panel_Pressure_bar": 9.055347252747254, - "Cyclone_Filter_Drop_Pressure_bar": 7.991089010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.010898901098900486, - "Reservoir_Pressure_bar": 9.056578021978021, - "Oil_Temperature_C": 66.06493131868132, - "Motor_Current_A": 2.0463392857142857, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3884137362637365, - "Pneumatic_Panel_Pressure_bar": 9.039467582417583, - "Cyclone_Filter_Drop_Pressure_bar": 7.619156043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.01613186813186808, - "Reservoir_Pressure_bar": 9.040751098901099, - "Oil_Temperature_C": 66.61654532967033, - "Motor_Current_A": 2.3640336538461537, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0889626373626378, - "Pneumatic_Panel_Pressure_bar": 9.139397802197802, - "Cyclone_Filter_Drop_Pressure_bar": 7.993627472527473, - "Tower_Discharge_Pressure_Drop_bar": -0.018484615384615505, - "Reservoir_Pressure_bar": 9.141336263736264, - "Oil_Temperature_C": 67.50354395604396, - "Motor_Current_A": 2.2636662087912085, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4442472527472532, - "Pneumatic_Panel_Pressure_bar": 9.032956043956045, - "Cyclone_Filter_Drop_Pressure_bar": 7.539543956043957, - "Tower_Discharge_Pressure_Drop_bar": -0.01802747252747269, - "Reservoir_Pressure_bar": 9.034494505494505, - "Oil_Temperature_C": 67.27273351648353, - "Motor_Current_A": 2.3213324175824175, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1465439560439565, - "Pneumatic_Panel_Pressure_bar": 9.14133186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.970484615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.016142857142857, - "Reservoir_Pressure_bar": 9.142831868131868, - "Oil_Temperature_C": 67.3007554945055, - "Motor_Current_A": 2.2448928571428572, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.066648351648352, - "Pneumatic_Panel_Pressure_bar": 9.095514285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.0243989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.008219780219779605, - "Reservoir_Pressure_bar": 9.096571428571428, - "Oil_Temperature_C": 67.08748626373627, - "Motor_Current_A": 2.124372252747253, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4296758241758245, - "Pneumatic_Panel_Pressure_bar": 9.093418192918193, - "Cyclone_Filter_Drop_Pressure_bar": 7.588184371184371, - "Tower_Discharge_Pressure_Drop_bar": 0.003961538461539461, - "Reservoir_Pressure_bar": 9.093934676434676, - "Oil_Temperature_C": 67.52763278388278, - "Motor_Current_A": 2.329993131868132, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0757747252747258, - "Pneumatic_Panel_Pressure_bar": 9.155712087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.042493956043955, - "Tower_Discharge_Pressure_Drop_bar": -0.017404945054944925, - "Reservoir_Pressure_bar": 9.155493956043957, - "Oil_Temperature_C": 67.51501373626374, - "Motor_Current_A": 2.3457197802197802, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4117956043956046, - "Pneumatic_Panel_Pressure_bar": 9.078563736263737, - "Cyclone_Filter_Drop_Pressure_bar": 7.637685714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.014554945054945263, - "Reservoir_Pressure_bar": 9.077409890109891, - "Oil_Temperature_C": 67.13718406593406, - "Motor_Current_A": 2.2852884615384617, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1861808219178087, - "Pneumatic_Panel_Pressure_bar": 9.162949589041096, - "Cyclone_Filter_Drop_Pressure_bar": 7.954489315068494, - "Tower_Discharge_Pressure_Drop_bar": -0.006625205479452268, - "Reservoir_Pressure_bar": 9.161755616438358, - "Oil_Temperature_C": 67.36069178082192, - "Motor_Current_A": 2.4098424657534245, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.91694065934066, - "Pneumatic_Panel_Pressure_bar": 9.172865934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.195771428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.019065934065933925, - "Reservoir_Pressure_bar": 9.171584615384615, - "Oil_Temperature_C": 69.39884615384615, - "Motor_Current_A": 3.308791208791209, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.581917582417583, - "Pneumatic_Panel_Pressure_bar": 9.07265934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.437456043956043, - "Tower_Discharge_Pressure_Drop_bar": -0.019587912087911784, - "Reservoir_Pressure_bar": 9.072304395604396, - "Oil_Temperature_C": 68.36068681318682, - "Motor_Current_A": 2.830287087912088, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.772074175824176, - "Pneumatic_Panel_Pressure_bar": 9.147541208791209, - "Cyclone_Filter_Drop_Pressure_bar": 7.322744505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.019961538461537982, - "Reservoir_Pressure_bar": 9.147217032967033, - "Oil_Temperature_C": 68.72675137362637, - "Motor_Current_A": 3.221864697802198, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.8997252747252747, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.736563492063492, - "Pneumatic_Panel_Pressure_bar": 9.032039072039073, - "Cyclone_Filter_Drop_Pressure_bar": 7.258418192918193, - "Tower_Discharge_Pressure_Drop_bar": -0.020131868131867525, - "Reservoir_Pressure_bar": 9.031706349206349, - "Oil_Temperature_C": 68.47702228327228, - "Motor_Current_A": 2.8886256105006103, - "Air_Intake_Valve_Status": 0.8076923076923077, - "Compressor_Outlet_Valve_Status": 0.19230769230769232, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.8076923076923077, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6311137362637365, - "Pneumatic_Panel_Pressure_bar": 9.047267582417582, - "Cyclone_Filter_Drop_Pressure_bar": 7.376207142857144, - "Tower_Discharge_Pressure_Drop_bar": -0.01990824175824123, - "Reservoir_Pressure_bar": 9.04654945054945, - "Oil_Temperature_C": 67.99731456043956, - "Motor_Current_A": 2.7777815934065933, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-20T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3817113402061854, - "Pneumatic_Panel_Pressure_bar": 9.158389690721648, - "Cyclone_Filter_Drop_Pressure_bar": 7.728205154639175, - "Tower_Discharge_Pressure_Drop_bar": -0.020493814432988918, - "Reservoir_Pressure_bar": 9.158474226804124, - "Oil_Temperature_C": 67.29295103092784, - "Motor_Current_A": 2.4937113402061852, - "Air_Intake_Valve_Status": 0.845360824742268, - "Compressor_Outlet_Valve_Status": 0.15463917525773196, - "Active_Tower_ID": 0.9175257731958762, - "Load_Start_Signal": 0.845360824742268, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7409397590361451, - "Pneumatic_Panel_Pressure_bar": 9.16492065399784, - "Cyclone_Filter_Drop_Pressure_bar": 8.382342340744827, - "Tower_Discharge_Pressure_Drop_bar": -0.02117424399150043, - "Reservoir_Pressure_bar": 9.163115244296893, - "Oil_Temperature_C": 63.741336851904755, - "Motor_Current_A": 2.3206410392181973, - "Air_Intake_Valve_Status": 0.9156626506024096, - "Compressor_Outlet_Valve_Status": 0.08433734939759036, - "Active_Tower_ID": 0.963855421686747, - "Load_Start_Signal": 0.9156626506024096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5334181286549708, - "Pneumatic_Panel_Pressure_bar": 8.595868421052632, - "Cyclone_Filter_Drop_Pressure_bar": 7.830736842105263, - "Tower_Discharge_Pressure_Drop_bar": -0.021102339181285443, - "Reservoir_Pressure_bar": 8.595210526315789, - "Oil_Temperature_C": 61.069956140350875, - "Motor_Current_A": 0.18641447368421007, - "Air_Intake_Valve_Status": 0.9078947368421053, - "Compressor_Outlet_Valve_Status": 0.09210526315789473, - "Active_Tower_ID": 0.9210526315789473, - "Load_Start_Signal": 0.9078947368421053, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.953649555774925, - "Pneumatic_Panel_Pressure_bar": 6.685385488647582, - "Cyclone_Filter_Drop_Pressure_bar": -0.013178677196444716, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 6.68315350444225, - "Oil_Temperature_C": 53.8045286278381, - "Motor_Current_A": 1.8460815646594275, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.35266535044422503, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.35266535044422503, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0776611835088574, - "Pneumatic_Panel_Pressure_bar": 8.739683250904077, - "Cyclone_Filter_Drop_Pressure_bar": 6.693187814690432, - "Tower_Discharge_Pressure_Drop_bar": -0.021628140703516194, - "Reservoir_Pressure_bar": 8.737625146958882, - "Oil_Temperature_C": 60.29569162445991, - "Motor_Current_A": 2.990655824160288, - "Air_Intake_Valve_Status": 0.7286432160804021, - "Compressor_Outlet_Valve_Status": 0.271356783919598, - "Active_Tower_ID": 0.8582758312788027, - "Load_Start_Signal": 0.7286432160804021, - "Low_Pressure_Switch_Status": 0.11958236394211928, - "Tower_Discharge_Switch_Status": 0.9949748743718593, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.065208241758242, - "Pneumatic_Panel_Pressure_bar": 9.042039010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.922869230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.021972527472526045, - "Reservoir_Pressure_bar": 9.0411, - "Oil_Temperature_C": 64.2604532967033, - "Motor_Current_A": 2.1051462912087913, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.207206153846154, - "Pneumatic_Panel_Pressure_bar": 9.093332923076924, - "Cyclone_Filter_Drop_Pressure_bar": 7.78556676923077, - "Tower_Discharge_Pressure_Drop_bar": -0.0010523076923063016, - "Reservoir_Pressure_bar": 9.092889846153845, - "Oil_Temperature_C": 65.32395384615384, - "Motor_Current_A": 2.5061692307692307, - "Air_Intake_Valve_Status": 0.8584615384615385, - "Compressor_Outlet_Valve_Status": 0.14153846153846153, - "Active_Tower_ID": 0.9261538461538461, - "Load_Start_Signal": 0.8584615384615385, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9969230769230769, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0447857142857144, - "Pneumatic_Panel_Pressure_bar": 8.964513736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.893956043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.021651098901097534, - "Reservoir_Pressure_bar": 8.96418956043956, - "Oil_Temperature_C": 64.8587912087912, - "Motor_Current_A": 1.9815521978021977, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0221664835164839, - "Pneumatic_Panel_Pressure_bar": 9.039115934065933, - "Cyclone_Filter_Drop_Pressure_bar": 7.958285714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.020269230769229707, - "Reservoir_Pressure_bar": 9.039315384615385, - "Oil_Temperature_C": 65.22838598901099, - "Motor_Current_A": 1.9826950549450546, - "Air_Intake_Valve_Status": 0.8826923076923078, - "Compressor_Outlet_Valve_Status": 0.11730769230769232, - "Active_Tower_ID": 0.9431318681318681, - "Load_Start_Signal": 0.8826923076923078, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2440549450549452, - "Pneumatic_Panel_Pressure_bar": 9.035153846153845, - "Cyclone_Filter_Drop_Pressure_bar": 7.7035879120879125, - "Tower_Discharge_Pressure_Drop_bar": -0.02041208791208717, - "Reservoir_Pressure_bar": 9.035087912087912, - "Oil_Temperature_C": 65.28097527472528, - "Motor_Current_A": 2.1496085164835166, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2585653846153848, - "Pneumatic_Panel_Pressure_bar": 9.146635164835164, - "Cyclone_Filter_Drop_Pressure_bar": 7.824648901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.01988956043956, - "Reservoir_Pressure_bar": 9.146822527472528, - "Oil_Temperature_C": 66.42847527472527, - "Motor_Current_A": 2.3903076923076925, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0786467032967035, - "Pneumatic_Panel_Pressure_bar": 9.045018131868131, - "Cyclone_Filter_Drop_Pressure_bar": 7.906802197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.018472527472527325, - "Reservoir_Pressure_bar": 9.045686813186814, - "Oil_Temperature_C": 66.59502747252748, - "Motor_Current_A": 2.1672190934065934, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1346483516483519, - "Pneumatic_Panel_Pressure_bar": 9.109023076923076, - "Cyclone_Filter_Drop_Pressure_bar": 7.956468131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.01864285714285731, - "Reservoir_Pressure_bar": 9.109825274725274, - "Oil_Temperature_C": 66.45615384615385, - "Motor_Current_A": 2.0120027472527475, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0080054945054948, - "Pneumatic_Panel_Pressure_bar": 9.081051648351648, - "Cyclone_Filter_Drop_Pressure_bar": 8.021573626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.01791208791208807, - "Reservoir_Pressure_bar": 9.082672527472527, - "Oil_Temperature_C": 66.24876373626374, - "Motor_Current_A": 1.9901868131868132, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0678406593406597, - "Pneumatic_Panel_Pressure_bar": 9.020673626373627, - "Cyclone_Filter_Drop_Pressure_bar": 7.896354945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.016378571428570667, - "Reservoir_Pressure_bar": 9.021904945054944, - "Oil_Temperature_C": 66.62734203296704, - "Motor_Current_A": 1.985103021978022, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0504120879120884, - "Pneumatic_Panel_Pressure_bar": 9.082087912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.028906593406592, - "Tower_Discharge_Pressure_Drop_bar": -0.002747252747251786, - "Reservoir_Pressure_bar": 9.082719780219781, - "Oil_Temperature_C": 66.99004120879121, - "Motor_Current_A": 1.9564079670329673, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0652978021978028, - "Pneumatic_Panel_Pressure_bar": 9.069174725274726, - "Cyclone_Filter_Drop_Pressure_bar": 7.953310989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.016746153846153383, - "Reservoir_Pressure_bar": 9.06942087912088, - "Oil_Temperature_C": 66.61711538461539, - "Motor_Current_A": 1.9915027472527473, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3832417582417589, - "Pneumatic_Panel_Pressure_bar": 9.072361538461537, - "Cyclone_Filter_Drop_Pressure_bar": 7.652471428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.015115384615384772, - "Reservoir_Pressure_bar": 9.072218681318681, - "Oil_Temperature_C": 66.66427197802199, - "Motor_Current_A": 2.227912087912088, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9134203296703302, - "Pneumatic_Panel_Pressure_bar": 8.984192307692307, - "Cyclone_Filter_Drop_Pressure_bar": 8.026912087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.014678571428571497, - "Reservoir_Pressure_bar": 8.98328846153846, - "Oil_Temperature_C": 65.88598901098901, - "Motor_Current_A": 1.8788427197802196, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2691159340659346, - "Pneumatic_Panel_Pressure_bar": 9.190967032967034, - "Cyclone_Filter_Drop_Pressure_bar": 7.865313186813188, - "Tower_Discharge_Pressure_Drop_bar": -0.007005494505494261, - "Reservoir_Pressure_bar": 9.19004010989011, - "Oil_Temperature_C": 66.71766483516484, - "Motor_Current_A": 2.472258241758242, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0636460273972608, - "Pneumatic_Panel_Pressure_bar": 9.075435616438357, - "Cyclone_Filter_Drop_Pressure_bar": 7.987380821917809, - "Tower_Discharge_Pressure_Drop_bar": -0.011912328767122603, - "Reservoir_Pressure_bar": 9.075009315068494, - "Oil_Temperature_C": 66.12343835616439, - "Motor_Current_A": 2.0703589041095887, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0208796703296705, - "Pneumatic_Panel_Pressure_bar": 9.048000549450549, - "Cyclone_Filter_Drop_Pressure_bar": 8.00499010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.001587912087911065, - "Reservoir_Pressure_bar": 9.04784120879121, - "Oil_Temperature_C": 65.22769230769231, - "Motor_Current_A": 1.9784141483516482, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.006215934065934, - "Pneumatic_Panel_Pressure_bar": 9.041497802197803, - "Cyclone_Filter_Drop_Pressure_bar": 7.978518131868133, - "Tower_Discharge_Pressure_Drop_bar": -0.020648351648350487, - "Reservoir_Pressure_bar": 9.041160989010988, - "Oil_Temperature_C": 65.02491071428572, - "Motor_Current_A": 1.9679601648351648, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8659455782312926, - "Pneumatic_Panel_Pressure_bar": 9.009390476190477, - "Cyclone_Filter_Drop_Pressure_bar": 8.125443537414966, - "Tower_Discharge_Pressure_Drop_bar": -0.021346938775508962, - "Reservoir_Pressure_bar": 9.009556462585033, - "Oil_Temperature_C": 64.70729591836735, - "Motor_Current_A": 1.6529948979591835, - "Air_Intake_Valve_Status": 0.9047619047619048, - "Compressor_Outlet_Valve_Status": 0.09523809523809523, - "Active_Tower_ID": 0.9523809523809523, - "Load_Start_Signal": 0.9047619047619048, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-21T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8018083804570246, - "Pneumatic_Panel_Pressure_bar": 9.074591188121806, - "Cyclone_Filter_Drop_Pressure_bar": 8.236232705353453, - "Tower_Discharge_Pressure_Drop_bar": -0.021112582781455842, - "Reservoir_Pressure_bar": 9.073511284485974, - "Oil_Temperature_C": 64.74449534811052, - "Motor_Current_A": 1.9038893928855827, - "Air_Intake_Valve_Status": 0.9072847682119205, - "Compressor_Outlet_Valve_Status": 0.09271523178807947, - "Active_Tower_ID": 0.9470198675496688, - "Load_Start_Signal": 0.9072847682119205, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.970452216876869, - "Pneumatic_Panel_Pressure_bar": 8.49958444935639, - "Cyclone_Filter_Drop_Pressure_bar": 7.6107595891301525, - "Tower_Discharge_Pressure_Drop_bar": -0.021607333246650547, - "Reservoir_Pressure_bar": 8.496013782342997, - "Oil_Temperature_C": 61.985973865557135, - "Motor_Current_A": 4.115861721492654, - "Air_Intake_Valve_Status": 0.8036666233259654, - "Compressor_Outlet_Valve_Status": 0.19633337667403458, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8036666233259654, - "Low_Pressure_Switch_Status": 0.19633337667403458, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.5209492538731584, - "Pneumatic_Panel_Pressure_bar": 8.767256091035476, - "Cyclone_Filter_Drop_Pressure_bar": 6.371916973385476, - "Tower_Discharge_Pressure_Drop_bar": 0.025166623325966787, - "Reservoir_Pressure_bar": 8.764666520808538, - "Oil_Temperature_C": 59.78686529835072, - "Motor_Current_A": 3.419379638288509, - "Air_Intake_Valve_Status": 0.6763037216326775, - "Compressor_Outlet_Valve_Status": 0.32369627836732245, - "Active_Tower_ID": 0.8365384615384616, - "Load_Start_Signal": 0.6763037216326775, - "Low_Pressure_Switch_Status": 0.1698501245211686, - "Tower_Discharge_Switch_Status": 0.9807692307692307, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0575000000000003, - "Pneumatic_Panel_Pressure_bar": 9.030997802197803, - "Cyclone_Filter_Drop_Pressure_bar": 7.914371428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.022154945054943784, - "Reservoir_Pressure_bar": 9.0293989010989, - "Oil_Temperature_C": 61.98600274725274, - "Motor_Current_A": 1.9423214285714285, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.840131318681319, - "Pneumatic_Panel_Pressure_bar": 8.969092857142858, - "Cyclone_Filter_Drop_Pressure_bar": 8.062543406593408, - "Tower_Discharge_Pressure_Drop_bar": -0.02240604395604306, - "Reservoir_Pressure_bar": 8.96807032967033, - "Oil_Temperature_C": 62.94719093406594, - "Motor_Current_A": 1.5703715659340658, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1353736263736267, - "Pneumatic_Panel_Pressure_bar": 9.05845054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.886148351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.022225274725273438, - "Reservoir_Pressure_bar": 9.05760989010989, - "Oil_Temperature_C": 64.53289835164834, - "Motor_Current_A": 2.056627747252747, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1638989010989014, - "Pneumatic_Panel_Pressure_bar": 9.065907692307693, - "Cyclone_Filter_Drop_Pressure_bar": 7.83505, - "Tower_Discharge_Pressure_Drop_bar": -0.020412087912086544, - "Reservoir_Pressure_bar": 9.065484065934067, - "Oil_Temperature_C": 65.9817857142857, - "Motor_Current_A": 2.51684478021978, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.138789010989011, - "Pneumatic_Panel_Pressure_bar": 8.897927472527472, - "Cyclone_Filter_Drop_Pressure_bar": 7.735386813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.02135164835164713, - "Reservoir_Pressure_bar": 8.898592307692308, - "Oil_Temperature_C": 65.92318681318682, - "Motor_Current_A": 2.049976648351648, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3027543329623152, - "Pneumatic_Panel_Pressure_bar": 9.055988233423438, - "Cyclone_Filter_Drop_Pressure_bar": 7.7211140085864205, - "Tower_Discharge_Pressure_Drop_bar": -0.02004823236338528, - "Reservoir_Pressure_bar": 9.056580590448931, - "Oil_Temperature_C": 66.52843059309906, - "Motor_Current_A": 2.243186251126305, - "Air_Intake_Valve_Status": 0.8550378968569459, - "Compressor_Outlet_Valve_Status": 0.14496210314305402, - "Active_Tower_ID": 0.9305135951661632, - "Load_Start_Signal": 0.8550378968569459, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9969788519637462, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6752912087912091, - "Pneumatic_Panel_Pressure_bar": 9.099912637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.383566483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.017223626373626014, - "Reservoir_Pressure_bar": 9.102694505494505, - "Oil_Temperature_C": 65.67040521978022, - "Motor_Current_A": 1.690287087912088, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.05548076923077, - "Pneumatic_Panel_Pressure_bar": 9.06373901098901, - "Cyclone_Filter_Drop_Pressure_bar": 7.991593406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.016390109890108907, - "Reservoir_Pressure_bar": 9.065162087912087, - "Oil_Temperature_C": 67.1870879120879, - "Motor_Current_A": 1.9762603021978022, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1386923076923086, - "Pneumatic_Panel_Pressure_bar": 9.094628571428572, - "Cyclone_Filter_Drop_Pressure_bar": 7.921715384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.01572527472527329, - "Reservoir_Pressure_bar": 9.096020879120879, - "Oil_Temperature_C": 67.54418956043956, - "Motor_Current_A": 2.032520604395604, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4346520547945216, - "Pneumatic_Panel_Pressure_bar": 9.116391232876712, - "Cyclone_Filter_Drop_Pressure_bar": 7.62926794520548, - "Tower_Discharge_Pressure_Drop_bar": -0.01469589041095783, - "Reservoir_Pressure_bar": 9.11797917808219, - "Oil_Temperature_C": 68.63597260273973, - "Motor_Current_A": 2.4418, - "Air_Intake_Valve_Status": 0.8383561643835616, - "Compressor_Outlet_Valve_Status": 0.16164383561643836, - "Active_Tower_ID": 0.915068493150685, - "Load_Start_Signal": 0.8383561643835616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0972467032967044, - "Pneumatic_Panel_Pressure_bar": 9.088374725274726, - "Cyclone_Filter_Drop_Pressure_bar": 7.939215384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.013615384615384127, - "Reservoir_Pressure_bar": 9.08981978021978, - "Oil_Temperature_C": 69.20969780219781, - "Motor_Current_A": 2.1750995879120882, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.196710622710624, - "Pneumatic_Panel_Pressure_bar": 9.151745421245423, - "Cyclone_Filter_Drop_Pressure_bar": 7.902472527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.0008131868131864064, - "Reservoir_Pressure_bar": 9.152723443223444, - "Oil_Temperature_C": 68.83907967032967, - "Motor_Current_A": 2.0780494505494507, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-22T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.421225806451615, - "Pneumatic_Panel_Pressure_bar": 8.494228387096776, - "Cyclone_Filter_Drop_Pressure_bar": 0.9372864516129038, - "Tower_Discharge_Pressure_Drop_bar": -0.014019354838708966, - "Reservoir_Pressure_bar": 8.49449806451613, - "Oil_Temperature_C": 65.27548387096773, - "Motor_Current_A": 4.947677419354839, - "Air_Intake_Valve_Status": 0.11290322580645161, - "Compressor_Outlet_Valve_Status": 0.7322580645161291, - "Active_Tower_ID": 0.8354838709677419, - "Load_Start_Signal": 0.11290322580645161, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8451612903225807, - "Low_Oil_Level_Alarm": 0.8451612903225807, - "Airflow_Pulse_Counter": 0.8451612903225807, - "timestamp": "2020-06-22T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7870680044593088, - "Active_Tower_ID": 0.7870680044593088, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7870680044593088, - "Low_Oil_Level_Alarm": 0.7870680044593088, - "Airflow_Pulse_Counter": 0.7870680044593088, - "timestamp": "2020-06-22T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7926421404682275, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0.7926421404682275, - "Airflow_Pulse_Counter": 0.7926421404682275, - "timestamp": "2020-06-22T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8085927450475946, - "Active_Tower_ID": 0.8085927450475946, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8085927450475946, - "Low_Oil_Level_Alarm": 0.8085927450475946, - "Airflow_Pulse_Counter": 0.8085927450475946, - "timestamp": "2020-06-22T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8093645484949833, - "Active_Tower_ID": 0.8093645484949833, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8093645484949833, - "Low_Oil_Level_Alarm": 0.8093645484949833, - "Airflow_Pulse_Counter": 0.8093645484949833, - "timestamp": "2020-06-22T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7892976588628763, - "Active_Tower_ID": 0.7892976588628763, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7892976588628763, - "Low_Oil_Level_Alarm": 0.7892976588628763, - "Airflow_Pulse_Counter": 0.7892976588628763, - "timestamp": "2020-06-22T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8093645484949833, - "Active_Tower_ID": 0.8093645484949833, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8093645484949833, - "Low_Oil_Level_Alarm": 0.8093645484949833, - "Airflow_Pulse_Counter": 0.8093645484949833, - "timestamp": "2020-06-22T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7933333333333333, - "Active_Tower_ID": 0.7933333333333333, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7933333333333333, - "Low_Oil_Level_Alarm": 0.7933333333333333, - "Airflow_Pulse_Counter": 0.7933333333333333, - "timestamp": "2020-06-22T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8093645484949833, - "Active_Tower_ID": 0.8093645484949833, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8093645484949833, - "Low_Oil_Level_Alarm": 0.8093645484949833, - "Airflow_Pulse_Counter": 0.8093645484949833, - "timestamp": "2020-06-22T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8043478260869565, - "Active_Tower_ID": 0.8043478260869565, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8043478260869565, - "Low_Oil_Level_Alarm": 0.8043478260869565, - "Airflow_Pulse_Counter": 0.8043478260869565, - "timestamp": "2020-06-23T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8066666666666666, - "Active_Tower_ID": 0.8066666666666666, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8066666666666666, - "Low_Oil_Level_Alarm": 0.8066666666666666, - "Airflow_Pulse_Counter": 0.8066666666666666, - "timestamp": "2020-06-23T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8120805369127517, - "Active_Tower_ID": 0.8120805369127517, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8120805369127517, - "Low_Oil_Level_Alarm": 0.8120805369127517, - "Airflow_Pulse_Counter": 0.8120805369127517, - "timestamp": "2020-06-23T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7926421404682275, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0.7926421404682275, - "Airflow_Pulse_Counter": 0.7926421404682275, - "timestamp": "2020-06-23T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8127090301003345, - "Active_Tower_ID": 0.8127090301003345, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8127090301003345, - "Low_Oil_Level_Alarm": 0.8127090301003345, - "Airflow_Pulse_Counter": 0.8127090301003345, - "timestamp": "2020-06-23T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7993311036789298, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0.7993311036789298, - "Airflow_Pulse_Counter": 0.7993311036789298, - "timestamp": "2020-06-23T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7994444444444445, - "Active_Tower_ID": 0.7994444444444445, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7994444444444445, - "Low_Oil_Level_Alarm": 0.7994444444444445, - "Airflow_Pulse_Counter": 0.7994444444444445, - "timestamp": "2020-06-23T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7934139439156161, - "Active_Tower_ID": 0.7934139439156161, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7934139439156161, - "Low_Oil_Level_Alarm": 0.7934139439156161, - "Airflow_Pulse_Counter": 0.7934139439156161, - "timestamp": "2020-06-23T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7959866220735786, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-06-23T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8033333333333333, - "Active_Tower_ID": 0.8033333333333333, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8033333333333333, - "Low_Oil_Level_Alarm": 0.8033333333333333, - "Airflow_Pulse_Counter": 0.8033333333333333, - "timestamp": "2020-06-23T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8054626532887402, - "Active_Tower_ID": 0.8054626532887402, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8054626532887402, - "Low_Oil_Level_Alarm": 0.8054626532887402, - "Airflow_Pulse_Counter": 0.8054626532887402, - "timestamp": "2020-06-23T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7993311036789298, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0.7993311036789298, - "Airflow_Pulse_Counter": 0.7993311036789298, - "timestamp": "2020-06-23T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7841666666666667, - "Active_Tower_ID": 0.7841666666666667, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7841666666666667, - "Low_Oil_Level_Alarm": 0.7841666666666667, - "Airflow_Pulse_Counter": 0.7841666666666667, - "timestamp": "2020-06-23T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7993311036789298, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0.7993311036789298, - "Airflow_Pulse_Counter": 0.7993311036789298, - "timestamp": "2020-06-23T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7993311036789298, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0.7993311036789298, - "Airflow_Pulse_Counter": 0.7993311036789298, - "timestamp": "2020-06-23T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.79, - "Active_Tower_ID": 0.79, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.79, - "Low_Oil_Level_Alarm": 0.79, - "Airflow_Pulse_Counter": 0.79, - "timestamp": "2020-06-23T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7833804990995626, - "Active_Tower_ID": 0.7833804990995626, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7833804990995626, - "Low_Oil_Level_Alarm": 0.7833804990995626, - "Airflow_Pulse_Counter": 0.7833804990995626, - "timestamp": "2020-06-23T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8060200668896321, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0.8060200668896321, - "Airflow_Pulse_Counter": 0.8060200668896321, - "timestamp": "2020-06-23T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7866666666666666, - "Active_Tower_ID": 0.7866666666666666, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7866666666666666, - "Low_Oil_Level_Alarm": 0.7866666666666666, - "Airflow_Pulse_Counter": 0.7866666666666666, - "timestamp": "2020-06-23T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7833804990995626, - "Active_Tower_ID": 0.7833804990995626, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7833804990995626, - "Low_Oil_Level_Alarm": 0.7833804990995626, - "Airflow_Pulse_Counter": 0.7833804990995626, - "timestamp": "2020-06-23T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7870680044593088, - "Active_Tower_ID": 0.7870680044593088, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7870680044593088, - "Low_Oil_Level_Alarm": 0.7870680044593088, - "Airflow_Pulse_Counter": 0.7870680044593088, - "timestamp": "2020-06-23T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.802675585284281, - "Active_Tower_ID": 0.802675585284281, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.802675585284281, - "Low_Oil_Level_Alarm": 0.802675585284281, - "Airflow_Pulse_Counter": 0.802675585284281, - "timestamp": "2020-06-23T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7959866220735786, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-06-23T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8060200668896321, - "Active_Tower_ID": 0.8060200668896321, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8060200668896321, - "Low_Oil_Level_Alarm": 0.8060200668896321, - "Airflow_Pulse_Counter": 0.8060200668896321, - "timestamp": "2020-06-23T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.782608695652174, - "Active_Tower_ID": 0.782608695652174, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.782608695652174, - "Low_Oil_Level_Alarm": 0.782608695652174, - "Airflow_Pulse_Counter": 0.782608695652174, - "timestamp": "2020-06-24T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8127090301003345, - "Active_Tower_ID": 0.8127090301003345, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8127090301003345, - "Low_Oil_Level_Alarm": 0.8127090301003345, - "Airflow_Pulse_Counter": 0.8127090301003345, - "timestamp": "2020-06-24T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8066666666666666, - "Active_Tower_ID": 0.8066666666666666, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8066666666666666, - "Low_Oil_Level_Alarm": 0.8066666666666666, - "Airflow_Pulse_Counter": 0.8066666666666666, - "timestamp": "2020-06-24T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.782608695652174, - "Active_Tower_ID": 0.782608695652174, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.782608695652174, - "Low_Oil_Level_Alarm": 0.782608695652174, - "Airflow_Pulse_Counter": 0.782608695652174, - "timestamp": "2020-06-24T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8142526369951119, - "Active_Tower_ID": 0.8142526369951119, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8142526369951119, - "Low_Oil_Level_Alarm": 0.8142526369951119, - "Airflow_Pulse_Counter": 0.8142526369951119, - "timestamp": "2020-06-24T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7975, - "Active_Tower_ID": 0.7975, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7975, - "Low_Oil_Level_Alarm": 0.7975, - "Airflow_Pulse_Counter": 0.7975, - "timestamp": "2020-06-24T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7856744704570792, - "Active_Tower_ID": 0.7856744704570792, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7856744704570792, - "Low_Oil_Level_Alarm": 0.7856744704570792, - "Airflow_Pulse_Counter": 0.7856744704570792, - "timestamp": "2020-06-24T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.83, - "Active_Tower_ID": 0.83, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.83, - "Low_Oil_Level_Alarm": 0.83, - "Airflow_Pulse_Counter": 0.83, - "timestamp": "2020-06-24T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8057413600891862, - "Active_Tower_ID": 0.8057413600891862, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8057413600891862, - "Low_Oil_Level_Alarm": 0.8057413600891862, - "Airflow_Pulse_Counter": 0.8057413600891862, - "timestamp": "2020-06-24T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7859531772575251, - "Active_Tower_ID": 0.7859531772575251, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7859531772575251, - "Low_Oil_Level_Alarm": 0.7859531772575251, - "Airflow_Pulse_Counter": 0.7859531772575251, - "timestamp": "2020-06-24T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8066666666666666, - "Active_Tower_ID": 0.8066666666666666, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8066666666666666, - "Low_Oil_Level_Alarm": 0.8066666666666666, - "Airflow_Pulse_Counter": 0.8066666666666666, - "timestamp": "2020-06-24T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7959866220735786, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-06-24T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.802675585284281, - "Active_Tower_ID": 0.802675585284281, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.802675585284281, - "Low_Oil_Level_Alarm": 0.802675585284281, - "Airflow_Pulse_Counter": 0.802675585284281, - "timestamp": "2020-06-24T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7936111111111112, - "Active_Tower_ID": 0.7936111111111112, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7936111111111112, - "Low_Oil_Level_Alarm": 0.7936111111111112, - "Airflow_Pulse_Counter": 0.7936111111111112, - "timestamp": "2020-06-24T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8149386845039018, - "Active_Tower_ID": 0.8149386845039018, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8149386845039018, - "Low_Oil_Level_Alarm": 0.8149386845039018, - "Airflow_Pulse_Counter": 0.8149386845039018, - "timestamp": "2020-06-24T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7844095703627476, - "Active_Tower_ID": 0.7844095703627476, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7844095703627476, - "Low_Oil_Level_Alarm": 0.7844095703627476, - "Airflow_Pulse_Counter": 0.7844095703627476, - "timestamp": "2020-06-24T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7964102564102564, - "Active_Tower_ID": 0.7964102564102564, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7964102564102564, - "Low_Oil_Level_Alarm": 0.7964102564102564, - "Airflow_Pulse_Counter": 0.7964102564102564, - "timestamp": "2020-06-24T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7959866220735786, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-06-24T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7966666666666666, - "Active_Tower_ID": 0.7966666666666666, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7966666666666666, - "Low_Oil_Level_Alarm": 0.7966666666666666, - "Airflow_Pulse_Counter": 0.7966666666666666, - "timestamp": "2020-06-24T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8093645484949833, - "Active_Tower_ID": 0.8093645484949833, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8093645484949833, - "Low_Oil_Level_Alarm": 0.8093645484949833, - "Airflow_Pulse_Counter": 0.8093645484949833, - "timestamp": "2020-06-24T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7956410256410256, - "Active_Tower_ID": 0.7956410256410256, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7956410256410256, - "Low_Oil_Level_Alarm": 0.7956410256410256, - "Airflow_Pulse_Counter": 0.7956410256410256, - "timestamp": "2020-06-24T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7990270598966251, - "Active_Tower_ID": 0.7990270598966251, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7990270598966251, - "Low_Oil_Level_Alarm": 0.7990270598966251, - "Airflow_Pulse_Counter": 0.7990270598966251, - "timestamp": "2020-06-24T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7845596432552955, - "Active_Tower_ID": 0.7845596432552955, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7845596432552955, - "Low_Oil_Level_Alarm": 0.7845596432552955, - "Airflow_Pulse_Counter": 0.7845596432552955, - "timestamp": "2020-06-24T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8066666666666666, - "Active_Tower_ID": 0.8066666666666666, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8066666666666666, - "Low_Oil_Level_Alarm": 0.8066666666666666, - "Airflow_Pulse_Counter": 0.8066666666666666, - "timestamp": "2020-06-24T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7959866220735786, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-06-25T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8150244404425006, - "Active_Tower_ID": 0.8150244404425006, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8150244404425006, - "Low_Oil_Level_Alarm": 0.8150244404425006, - "Airflow_Pulse_Counter": 0.8150244404425006, - "timestamp": "2020-06-25T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.81, - "Active_Tower_ID": 0.81, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.81, - "Low_Oil_Level_Alarm": 0.81, - "Airflow_Pulse_Counter": 0.81, - "timestamp": "2020-06-25T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.7959866220735786, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-06-25T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.39, - "Pneumatic_Panel_Pressure_bar": 8.506, - "Cyclone_Filter_Drop_Pressure_bar": -0.0139999999999993, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.506, - "Oil_Temperature_C": 65.14999999999999, - "Motor_Current_A": 5.575000000000001, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 0.8, - "Active_Tower_ID": 0.8, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8, - "Low_Oil_Level_Alarm": 0.8, - "Airflow_Pulse_Counter": 0.8, - "timestamp": "2020-06-25T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8879266055045878, - "Pneumatic_Panel_Pressure_bar": 8.96817125382263, - "Cyclone_Filter_Drop_Pressure_bar": 7.04806116207951, - "Tower_Discharge_Pressure_Drop_bar": -0.0068073394495403216, - "Reservoir_Pressure_bar": 8.968550458715596, - "Oil_Temperature_C": 63.21681957186545, - "Motor_Current_A": 2.6228822629969417, - "Air_Intake_Valve_Status": 0.7798165137614679, - "Compressor_Outlet_Valve_Status": 0.1926605504587156, - "Active_Tower_ID": 0.9235474006116208, - "Load_Start_Signal": 0.7798165137614679, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9694189602446484, - "Low_Oil_Level_Alarm": 0.9724770642201835, - "Airflow_Pulse_Counter": 0.9724770642201835, - "timestamp": "2020-06-25T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0619397260273977, - "Pneumatic_Panel_Pressure_bar": 9.020956712328767, - "Cyclone_Filter_Drop_Pressure_bar": 7.93511506849315, - "Tower_Discharge_Pressure_Drop_bar": -0.02252054794520455, - "Reservoir_Pressure_bar": 9.020781917808218, - "Oil_Temperature_C": 63.525171232876716, - "Motor_Current_A": 2.0041643835616436, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1630005494505498, - "Pneumatic_Panel_Pressure_bar": 8.944821428571428, - "Cyclone_Filter_Drop_Pressure_bar": 7.73514010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.019510989010987637, - "Reservoir_Pressure_bar": 8.944639560439562, - "Oil_Temperature_C": 64.3550206043956, - "Motor_Current_A": 2.0848358516483514, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1427164835164838, - "Pneumatic_Panel_Pressure_bar": 8.888481318681318, - "Cyclone_Filter_Drop_Pressure_bar": 7.718673626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.021774725274723856, - "Reservoir_Pressure_bar": 8.888789010989012, - "Oil_Temperature_C": 64.23368131868132, - "Motor_Current_A": 1.9240521978021976, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.026302197802198, - "Pneumatic_Panel_Pressure_bar": 8.991576923076924, - "Cyclone_Filter_Drop_Pressure_bar": 7.952698901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.010467032967031836, - "Reservoir_Pressure_bar": 8.991659340659341, - "Oil_Temperature_C": 65.43170329670329, - "Motor_Current_A": 2.106811813186813, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1109835164835167, - "Pneumatic_Panel_Pressure_bar": 9.01952967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.882962087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.009908241758240994, - "Reservoir_Pressure_bar": 9.019808241758241, - "Oil_Temperature_C": 65.80036401098901, - "Motor_Current_A": 2.0326854395604395, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5254384615384617, - "Pneumatic_Panel_Pressure_bar": 9.065236263736264, - "Cyclone_Filter_Drop_Pressure_bar": 7.517435164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.009163736263735855, - "Reservoir_Pressure_bar": 9.065253846153846, - "Oil_Temperature_C": 67.65376373626374, - "Motor_Current_A": 2.7042994505494504, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0506428571428574, - "Pneumatic_Panel_Pressure_bar": 9.090321428571428, - "Cyclone_Filter_Drop_Pressure_bar": 7.9974, - "Tower_Discharge_Pressure_Drop_bar": -0.018771428571428682, - "Reservoir_Pressure_bar": 9.091678571428572, - "Oil_Temperature_C": 67.68446428571428, - "Motor_Current_A": 2.248776785714286, - "Air_Intake_Valve_Status": 0.8857142857142857, - "Compressor_Outlet_Valve_Status": 0.11428571428571428, - "Active_Tower_ID": 0.9357142857142857, - "Load_Start_Signal": 0.8857142857142857, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4375280219780224, - "Pneumatic_Panel_Pressure_bar": 9.00052967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.492875824175825, - "Tower_Discharge_Pressure_Drop_bar": -0.01606098901098922, - "Reservoir_Pressure_bar": 9.001875824175825, - "Oil_Temperature_C": 66.99600961538462, - "Motor_Current_A": 2.2967245879120877, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0438101343101347, - "Pneumatic_Panel_Pressure_bar": 9.061210012210013, - "Cyclone_Filter_Drop_Pressure_bar": 7.99762087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.00464713064713079, - "Reservoir_Pressure_bar": 9.062319902319903, - "Oil_Temperature_C": 66.40902014652015, - "Motor_Current_A": 1.9441498778998778, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1723901098901104, - "Pneumatic_Panel_Pressure_bar": 9.104640659340658, - "Cyclone_Filter_Drop_Pressure_bar": 7.88054945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.015813186813186973, - "Reservoir_Pressure_bar": 9.105371428571429, - "Oil_Temperature_C": 67.79372252747253, - "Motor_Current_A": 2.4733214285714284, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0734804639804645, - "Pneumatic_Panel_Pressure_bar": 8.954451159951159, - "Cyclone_Filter_Drop_Pressure_bar": 7.820786324786324, - "Tower_Discharge_Pressure_Drop_bar": -0.015054945054945193, - "Reservoir_Pressure_bar": 8.95460805860806, - "Oil_Temperature_C": 66.1656288156288, - "Motor_Current_A": 2.0273244810744813, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2213142857142862, - "Pneumatic_Panel_Pressure_bar": 9.19636043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.954287912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.009026373626373452, - "Reservoir_Pressure_bar": 9.195948351648351, - "Oil_Temperature_C": 66.55116758241758, - "Motor_Current_A": 2.0973571428571427, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2212857142857145, - "Pneumatic_Panel_Pressure_bar": 8.998747252747252, - "Cyclone_Filter_Drop_Pressure_bar": 7.739692307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.003670329670329039, - "Reservoir_Pressure_bar": 8.997813186813188, - "Oil_Temperature_C": 65.14615384615385, - "Motor_Current_A": 2.088200549450549, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.688291208791209, - "Pneumatic_Panel_Pressure_bar": 8.983601098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.282496153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.003346153846152967, - "Reservoir_Pressure_bar": 8.982650549450549, - "Oil_Temperature_C": 63.238049450549454, - "Motor_Current_A": 1.3532204670329668, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1324890109890111, - "Pneumatic_Panel_Pressure_bar": 9.039252747252748, - "Cyclone_Filter_Drop_Pressure_bar": 7.861465201465201, - "Tower_Discharge_Pressure_Drop_bar": -0.007978021978020548, - "Reservoir_Pressure_bar": 9.03787912087912, - "Oil_Temperature_C": 64.41092032967033, - "Motor_Current_A": 2.083665293040293, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0114527472527473, - "Pneumatic_Panel_Pressure_bar": 9.023235164835166, - "Cyclone_Filter_Drop_Pressure_bar": 7.961213186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.02192857142856997, - "Reservoir_Pressure_bar": 9.022040659340659, - "Oil_Temperature_C": 64.03423076923076, - "Motor_Current_A": 1.9868090659340658, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0371868131868132, - "Pneumatic_Panel_Pressure_bar": 9.006626373626373, - "Cyclone_Filter_Drop_Pressure_bar": 7.941339010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.016582417582416117, - "Reservoir_Pressure_bar": 9.00583186813187, - "Oil_Temperature_C": 63.71581043956044, - "Motor_Current_A": 1.9698763736263736, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0093186813186814, - "Pneumatic_Panel_Pressure_bar": 8.98857142857143, - "Cyclone_Filter_Drop_Pressure_bar": 7.9525549450549455, - "Tower_Discharge_Pressure_Drop_bar": -0.01958791208791074, - "Reservoir_Pressure_bar": 8.988208791208791, - "Oil_Temperature_C": 63.55075549450549, - "Motor_Current_A": 1.8012637362637363, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-25T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6740824175824177, - "Pneumatic_Panel_Pressure_bar": 8.97453956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.27055054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.022065934065932626, - "Reservoir_Pressure_bar": 8.974104395604396, - "Oil_Temperature_C": 63.153049450549446, - "Motor_Current_A": 1.6000027472527472, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.967423076923077, - "Pneumatic_Panel_Pressure_bar": 9.025069230769232, - "Cyclone_Filter_Drop_Pressure_bar": 8.0373, - "Tower_Discharge_Pressure_Drop_bar": -0.01743406593406491, - "Reservoir_Pressure_bar": 9.02395934065934, - "Oil_Temperature_C": 62.1403434065934, - "Motor_Current_A": 1.8135810439560436, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6363461538461541, - "Pneumatic_Panel_Pressure_bar": 9.039920329670329, - "Cyclone_Filter_Drop_Pressure_bar": 8.35262087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.022596153846153003, - "Reservoir_Pressure_bar": 9.039156593406593, - "Oil_Temperature_C": 62.04642857142858, - "Motor_Current_A": 1.5624072802197801, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6805400611620799, - "Pneumatic_Panel_Pressure_bar": 8.821568195718655, - "Cyclone_Filter_Drop_Pressure_bar": 8.066665443425077, - "Tower_Discharge_Pressure_Drop_bar": -0.022336391437307732, - "Reservoir_Pressure_bar": 8.821260550458716, - "Oil_Temperature_C": 61.27035168195718, - "Motor_Current_A": 1.4656062691131495, - "Air_Intake_Valve_Status": 0.9174311926605505, - "Compressor_Outlet_Valve_Status": 0.08256880733944955, - "Active_Tower_ID": 0.9602446483180428, - "Load_Start_Signal": 0.9174311926605505, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0150813186813192, - "Pneumatic_Panel_Pressure_bar": 9.083602197802199, - "Cyclone_Filter_Drop_Pressure_bar": 8.042189010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.022120879120877804, - "Reservoir_Pressure_bar": 9.083908791208792, - "Oil_Temperature_C": 62.97505494505495, - "Motor_Current_A": 1.9957994505494503, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1383626373626377, - "Pneumatic_Panel_Pressure_bar": 9.071213186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.898215384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.0020241758241744266, - "Reservoir_Pressure_bar": 9.070885714285714, - "Oil_Temperature_C": 64.96608516483516, - "Motor_Current_A": 2.0789766483516483, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.170937362637363, - "Pneumatic_Panel_Pressure_bar": 9.018554945054944, - "Cyclone_Filter_Drop_Pressure_bar": 7.803390109890111, - "Tower_Discharge_Pressure_Drop_bar": -0.021832967032965608, - "Reservoir_Pressure_bar": 9.018304395604396, - "Oil_Temperature_C": 64.38798076923078, - "Motor_Current_A": 2.077671703296703, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.211412087912088, - "Pneumatic_Panel_Pressure_bar": 8.942246153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.659454945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.02146703296703167, - "Reservoir_Pressure_bar": 8.942312087912088, - "Oil_Temperature_C": 64.57224587912089, - "Motor_Current_A": 2.107699175824176, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0814860273972604, - "Pneumatic_Panel_Pressure_bar": 9.033552876712328, - "Cyclone_Filter_Drop_Pressure_bar": 7.924829589041097, - "Tower_Discharge_Pressure_Drop_bar": -0.010695890410958104, - "Reservoir_Pressure_bar": 9.03390794520548, - "Oil_Temperature_C": 65.45797260273973, - "Motor_Current_A": 2.0115835616438353, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1602967032967035, - "Pneumatic_Panel_Pressure_bar": 9.139634615384615, - "Cyclone_Filter_Drop_Pressure_bar": 7.901596153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.017521978021977455, - "Reservoir_Pressure_bar": 9.14025, - "Oil_Temperature_C": 65.51199175824176, - "Motor_Current_A": 2.0997527472527473, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.128247252747253, - "Pneumatic_Panel_Pressure_bar": 9.010364285714285, - "Cyclone_Filter_Drop_Pressure_bar": 7.857290659340659, - "Tower_Discharge_Pressure_Drop_bar": -4.560439560397972e-05, - "Reservoir_Pressure_bar": 9.01157087912088, - "Oil_Temperature_C": 64.97754120879121, - "Motor_Current_A": 1.8141325549450549, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7771236263736266, - "Pneumatic_Panel_Pressure_bar": 8.980076923076924, - "Cyclone_Filter_Drop_Pressure_bar": 8.169131868131867, - "Tower_Discharge_Pressure_Drop_bar": -0.004439560439560371, - "Reservoir_Pressure_bar": 8.982076923076923, - "Oil_Temperature_C": 65.08708791208791, - "Motor_Current_A": 1.6119574175824174, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1700219780219785, - "Pneumatic_Panel_Pressure_bar": 9.057513186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.864304395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.014197802197802352, - "Reservoir_Pressure_bar": 9.059326373626373, - "Oil_Temperature_C": 65.96236263736263, - "Motor_Current_A": 2.0607211538461536, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.140078754578755, - "Pneumatic_Panel_Pressure_bar": 8.911994505494505, - "Cyclone_Filter_Drop_Pressure_bar": 7.722578754578755, - "Tower_Discharge_Pressure_Drop_bar": -0.00509706959706967, - "Reservoir_Pressure_bar": 8.914056776556777, - "Oil_Temperature_C": 66.30226648351649, - "Motor_Current_A": 2.0412843406593404, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3603701674277022, - "Pneumatic_Panel_Pressure_bar": 9.0972298325723, - "Cyclone_Filter_Drop_Pressure_bar": 7.728213089802131, - "Tower_Discharge_Pressure_Drop_bar": -0.00670136986301283, - "Reservoir_Pressure_bar": 9.098320243531202, - "Oil_Temperature_C": 67.10130136986301, - "Motor_Current_A": 2.149111111111111, - "Air_Intake_Valve_Status": 0.852054794520548, - "Compressor_Outlet_Valve_Status": 0.14794520547945206, - "Active_Tower_ID": 0.9339421613394217, - "Load_Start_Signal": 0.852054794520548, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1809148351648358, - "Pneumatic_Panel_Pressure_bar": 9.149561538461539, - "Cyclone_Filter_Drop_Pressure_bar": 7.9389126373626375, - "Tower_Discharge_Pressure_Drop_bar": -0.00239065934065902, - "Reservoir_Pressure_bar": 9.150474175824176, - "Oil_Temperature_C": 67.56533653846154, - "Motor_Current_A": 2.4898770604395604, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9337912087912087, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1746351648351654, - "Pneumatic_Panel_Pressure_bar": 9.064034065934065, - "Cyclone_Filter_Drop_Pressure_bar": 7.895045054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.007890109890110037, - "Reservoir_Pressure_bar": 9.064221978021978, - "Oil_Temperature_C": 66.4336401098901, - "Motor_Current_A": 2.0372403846153846, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1607939560439569, - "Pneumatic_Panel_Pressure_bar": 9.024164835164834, - "Cyclone_Filter_Drop_Pressure_bar": 7.802005494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.018854395604395696, - "Reservoir_Pressure_bar": 9.024601648351648, - "Oil_Temperature_C": 66.69488324175825, - "Motor_Current_A": 2.065721153846154, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.182249084249085, - "Pneumatic_Panel_Pressure_bar": 8.919261904761905, - "Cyclone_Filter_Drop_Pressure_bar": 7.699754578754579, - "Tower_Discharge_Pressure_Drop_bar": -0.019499999999999736, - "Reservoir_Pressure_bar": 8.919166666666667, - "Oil_Temperature_C": 65.90730311355311, - "Motor_Current_A": 2.067264194139194, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0209010989010991, - "Pneumatic_Panel_Pressure_bar": 9.13613076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.07424065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.02046153846153771, - "Reservoir_Pressure_bar": 9.134927472527473, - "Oil_Temperature_C": 64.38913461538462, - "Motor_Current_A": 1.9839752747252746, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0326923076923078, - "Pneumatic_Panel_Pressure_bar": 9.017824175824176, - "Cyclone_Filter_Drop_Pressure_bar": 7.953269230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.013549450549449404, - "Reservoir_Pressure_bar": 9.016967032967033, - "Oil_Temperature_C": 64.17039835164836, - "Motor_Current_A": 1.9640453296703295, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0356373626373627, - "Pneumatic_Panel_Pressure_bar": 8.996720879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.9099120879120886, - "Tower_Discharge_Pressure_Drop_bar": -0.02164725274725135, - "Reservoir_Pressure_bar": 8.995540659340659, - "Oil_Temperature_C": 63.9085989010989, - "Motor_Current_A": 1.8303145604395605, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0646098901098902, - "Pneumatic_Panel_Pressure_bar": 8.984241758241758, - "Cyclone_Filter_Drop_Pressure_bar": 7.844967032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.02168131868131728, - "Reservoir_Pressure_bar": 8.98330879120879, - "Oil_Temperature_C": 63.68006868131868, - "Motor_Current_A": 1.8434821428571426, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7342489010989012, - "Pneumatic_Panel_Pressure_bar": 8.996915384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.216955494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.009010989010987557, - "Reservoir_Pressure_bar": 8.996393406593405, - "Oil_Temperature_C": 63.910336538461536, - "Motor_Current_A": 1.7956407967032968, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-26T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.04339010989011, - "Pneumatic_Panel_Pressure_bar": 9.063782967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.990184065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.01976923076922938, - "Reservoir_Pressure_bar": 9.063041208791208, - "Oil_Temperature_C": 64.27414148351647, - "Motor_Current_A": 1.9860611263736263, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0217489010989012, - "Pneumatic_Panel_Pressure_bar": 9.043264285714285, - "Cyclone_Filter_Drop_Pressure_bar": 7.983826373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.01407692307692173, - "Reservoir_Pressure_bar": 9.042947252747252, - "Oil_Temperature_C": 64.26390796703296, - "Motor_Current_A": 1.9952815934065933, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0900758241758244, - "Pneumatic_Panel_Pressure_bar": 9.049002197802198, - "Cyclone_Filter_Drop_Pressure_bar": 7.910183516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.016301098901097624, - "Reservoir_Pressure_bar": 9.04884945054945, - "Oil_Temperature_C": 64.47967032967033, - "Motor_Current_A": 2.0518956043956043, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0330054945054947, - "Pneumatic_Panel_Pressure_bar": 9.026148351648352, - "Cyclone_Filter_Drop_Pressure_bar": 7.958098901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.02140109890109763, - "Reservoir_Pressure_bar": 9.026203296703297, - "Oil_Temperature_C": 64.30240384615385, - "Motor_Current_A": 1.9734821428571427, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0366813186813189, - "Pneumatic_Panel_Pressure_bar": 9.016106593406594, - "Cyclone_Filter_Drop_Pressure_bar": 7.970535164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.003274725274723919, - "Reservoir_Pressure_bar": 9.016216483516484, - "Oil_Temperature_C": 64.22162087912089, - "Motor_Current_A": 1.9862211538461536, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0295093406593407, - "Pneumatic_Panel_Pressure_bar": 9.011215934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.950968681318681, - "Tower_Discharge_Pressure_Drop_bar": 0.0067692307692319795, - "Reservoir_Pressure_bar": 9.011585714285715, - "Oil_Temperature_C": 64.25316620879121, - "Motor_Current_A": 1.8672300824175823, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0169752747252747, - "Pneumatic_Panel_Pressure_bar": 9.002266483516483, - "Cyclone_Filter_Drop_Pressure_bar": 7.915390109890111, - "Tower_Discharge_Pressure_Drop_bar": -0.020519230769229974, - "Reservoir_Pressure_bar": 9.002354395604396, - "Oil_Temperature_C": 64.3310782967033, - "Motor_Current_A": 1.8788907967032966, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0464379120879121, - "Pneumatic_Panel_Pressure_bar": 8.986923076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.920701648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.02024175824175761, - "Reservoir_Pressure_bar": 8.987423076923077, - "Oil_Temperature_C": 64.2709478021978, - "Motor_Current_A": 1.8288736263736263, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013019718309859292, - "Pneumatic_Panel_Pressure_bar": 9.32725352112676, - "Cyclone_Filter_Drop_Pressure_bar": 9.316132394366196, - "Tower_Discharge_Pressure_Drop_bar": -0.019577464788732128, - "Reservoir_Pressure_bar": 9.328239436619718, - "Oil_Temperature_C": 67.14647887323943, - "Motor_Current_A": 2.1884084507042254, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.9424452423698386, - "Pneumatic_Panel_Pressure_bar": 8.552034111310594, - "Cyclone_Filter_Drop_Pressure_bar": 4.776607719928187, - "Tower_Discharge_Pressure_Drop_bar": -0.01825553560741964, - "Reservoir_Pressure_bar": 8.550545182525434, - "Oil_Temperature_C": 61.74450553560742, - "Motor_Current_A": 2.6439325254338715, - "Air_Intake_Valve_Status": 0.5638839018551766, - "Compressor_Outlet_Valve_Status": 0.4361160981448235, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.5638839018551766, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4307398142819108, - "Pneumatic_Panel_Pressure_bar": 9.115990696915294, - "Cyclone_Filter_Drop_Pressure_bar": 7.642173971120064, - "Tower_Discharge_Pressure_Drop_bar": -0.01801005328729064, - "Reservoir_Pressure_bar": 9.116297884829587, - "Oil_Temperature_C": 68.27998732601456, - "Motor_Current_A": 2.9863477482469025, - "Air_Intake_Valve_Status": 0.8422262404828785, - "Compressor_Outlet_Valve_Status": 0.15777375951712153, - "Active_Tower_ID": 0.9138755980861244, - "Load_Start_Signal": 0.8422262404828785, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0038334406327604456, - "Pneumatic_Panel_Pressure_bar": 8.359906465556884, - "Cyclone_Filter_Drop_Pressure_bar": 8.343468178055733, - "Tower_Discharge_Pressure_Drop_bar": -0.01800633066617675, - "Reservoir_Pressure_bar": 8.361849489561298, - "Oil_Temperature_C": 63.77370934118152, - "Motor_Current_A": 0.05782021214629461, - "Air_Intake_Valve_Status": 0.9968346669119225, - "Compressor_Outlet_Valve_Status": 0.0031653330880775012, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9968346669119225, - "Low_Pressure_Switch_Status": 0.0031653330880775012, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-27T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-27T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-06-28T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0019460526825723, - "Pneumatic_Panel_Pressure_bar": 8.414781528823056, - "Cyclone_Filter_Drop_Pressure_bar": 6.492716175807941, - "Tower_Discharge_Pressure_Drop_bar": 0.005452852506575704, - "Reservoir_Pressure_bar": 8.415033302011157, - "Oil_Temperature_C": 60.17779419324038, - "Motor_Current_A": 2.9132007076749074, - "Air_Intake_Valve_Status": 0.7107029828469382, - "Compressor_Outlet_Valve_Status": 0.28929701715306183, - "Active_Tower_ID": 0.8459119496855346, - "Load_Start_Signal": 0.7107029828469382, - "Low_Pressure_Switch_Status": 0.14778758319079766, - "Tower_Discharge_Switch_Status": 0.9905660377358491, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-28T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0634175824175827, - "Pneumatic_Panel_Pressure_bar": 9.077996703296703, - "Cyclone_Filter_Drop_Pressure_bar": 7.977046153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.006302197802196464, - "Reservoir_Pressure_bar": 9.07921098901099, - "Oil_Temperature_C": 64.46141483516485, - "Motor_Current_A": 2.156605769230769, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1520714285714286, - "Pneumatic_Panel_Pressure_bar": 9.06408131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.793059340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.016747252747251726, - "Reservoir_Pressure_bar": 9.065090109890109, - "Oil_Temperature_C": 64.35851648351648, - "Motor_Current_A": 1.9851346153846154, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6530862637362639, - "Pneumatic_Panel_Pressure_bar": 9.008414285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.341681868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.014115384615383763, - "Reservoir_Pressure_bar": 9.009566483516483, - "Oil_Temperature_C": 63.15629807692308, - "Motor_Current_A": 1.4756153846153843, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.999901098901099, - "Pneumatic_Panel_Pressure_bar": 9.107698351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.09130989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.019976373626372685, - "Reservoir_Pressure_bar": 9.108661538461538, - "Oil_Temperature_C": 63.94264423076923, - "Motor_Current_A": 1.9661105769230767, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.128083146677001, - "Pneumatic_Panel_Pressure_bar": 9.135068769618291, - "Cyclone_Filter_Drop_Pressure_bar": 7.965874256926952, - "Tower_Discharge_Pressure_Drop_bar": -0.020996923076921963, - "Reservoir_Pressure_bar": 9.135198139895369, - "Oil_Temperature_C": 64.60267835690757, - "Motor_Current_A": 2.2117161596589807, - "Air_Intake_Valve_Status": 0.8737763999224957, - "Compressor_Outlet_Valve_Status": 0.12622360007750436, - "Active_Tower_ID": 0.929161015307111, - "Load_Start_Signal": 0.8737763999224957, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1129945054945056, - "Pneumatic_Panel_Pressure_bar": 9.03910989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.898252747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.01778571428571321, - "Reservoir_Pressure_bar": 9.039697802197802, - "Oil_Temperature_C": 65.42795329670331, - "Motor_Current_A": 2.03676510989011, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4561043956043958, - "Pneumatic_Panel_Pressure_bar": 9.15730989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.662596703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.019567032967032008, - "Reservoir_Pressure_bar": 9.15795934065934, - "Oil_Temperature_C": 66.5140934065934, - "Motor_Current_A": 2.6816414835164832, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1459417582417586, - "Pneumatic_Panel_Pressure_bar": 9.065436263736263, - "Cyclone_Filter_Drop_Pressure_bar": 7.882141758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.019109890109889477, - "Reservoir_Pressure_bar": 9.066578021978021, - "Oil_Temperature_C": 65.5651510989011, - "Motor_Current_A": 2.0885824175824177, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0586098901098904, - "Pneumatic_Panel_Pressure_bar": 9.060277472527472, - "Cyclone_Filter_Drop_Pressure_bar": 7.997453296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.008989010989010521, - "Reservoir_Pressure_bar": 9.061341208791209, - "Oil_Temperature_C": 65.8445260989011, - "Motor_Current_A": 1.996298076923077, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1847527472527475, - "Pneumatic_Panel_Pressure_bar": 9.021120879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.774934065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.009571428571428477, - "Reservoir_Pressure_bar": 9.022262637362637, - "Oil_Temperature_C": 66.0038598901099, - "Motor_Current_A": 2.0858997252747256, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3623846153846157, - "Pneumatic_Panel_Pressure_bar": 9.061131868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.654291208791208, - "Tower_Discharge_Pressure_Drop_bar": -0.0030824175824176107, - "Reservoir_Pressure_bar": 9.062346153846153, - "Oil_Temperature_C": 66.55597527472527, - "Motor_Current_A": 2.2419368131868134, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.088199450549451, - "Pneumatic_Panel_Pressure_bar": 9.029525274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.897825824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.0163829670329662, - "Reservoir_Pressure_bar": 9.031153296703296, - "Oil_Temperature_C": 66.88053571428571, - "Motor_Current_A": 2.001199175824176, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1250824175824183, - "Pneumatic_Panel_Pressure_bar": 9.211241758241759, - "Cyclone_Filter_Drop_Pressure_bar": 8.046178571428571, - "Tower_Discharge_Pressure_Drop_bar": -0.016206043956042564, - "Reservoir_Pressure_bar": 9.21290934065934, - "Oil_Temperature_C": 68.41167582417582, - "Motor_Current_A": 2.4400686813186816, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2130340659340666, - "Pneumatic_Panel_Pressure_bar": 9.096161538461539, - "Cyclone_Filter_Drop_Pressure_bar": 7.850242857142858, - "Tower_Discharge_Pressure_Drop_bar": -0.00869230769230618, - "Reservoir_Pressure_bar": 9.097892307692307, - "Oil_Temperature_C": 67.3198489010989, - "Motor_Current_A": 2.098353021978022, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0946593406593415, - "Pneumatic_Panel_Pressure_bar": 9.063774725274724, - "Cyclone_Filter_Drop_Pressure_bar": 7.94348901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.0155989010988996, - "Reservoir_Pressure_bar": 9.06567032967033, - "Oil_Temperature_C": 67.48489010989012, - "Motor_Current_A": 2.0142651098901103, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1943626373626384, - "Pneumatic_Panel_Pressure_bar": 9.081146153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.8688769230769235, - "Tower_Discharge_Pressure_Drop_bar": -0.015857142857141363, - "Reservoir_Pressure_bar": 9.082267032967033, - "Oil_Temperature_C": 67.3753021978022, - "Motor_Current_A": 2.091523351648352, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5525142857142868, - "Pneumatic_Panel_Pressure_bar": 9.106913186813188, - "Cyclone_Filter_Drop_Pressure_bar": 7.525759340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.01101868131867993, - "Reservoir_Pressure_bar": 9.107762637362638, - "Oil_Temperature_C": 68.3214010989011, - "Motor_Current_A": 2.4819395604395607, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1238214285714296, - "Pneumatic_Panel_Pressure_bar": 9.109711538461537, - "Cyclone_Filter_Drop_Pressure_bar": 7.964843406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.01296978021977899, - "Reservoir_Pressure_bar": 9.11071978021978, - "Oil_Temperature_C": 67.7787087912088, - "Motor_Current_A": 2.262956730769231, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0879483516483526, - "Pneumatic_Panel_Pressure_bar": 9.161052747252747, - "Cyclone_Filter_Drop_Pressure_bar": 8.048052747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.01471428571428535, - "Reservoir_Pressure_bar": 9.16162967032967, - "Oil_Temperature_C": 67.07993131868132, - "Motor_Current_A": 2.001565934065934, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0430329670329679, - "Pneumatic_Panel_Pressure_bar": 9.057925274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.985858241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.016147252747253, - "Reservoir_Pressure_bar": 9.058161538461539, - "Oil_Temperature_C": 64.87024725274725, - "Motor_Current_A": 1.7568873626373624, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.033153846153847, - "Pneumatic_Panel_Pressure_bar": 8.977148351648351, - "Cyclone_Filter_Drop_Pressure_bar": 7.914027472527473, - "Tower_Discharge_Pressure_Drop_bar": -0.009813186813187045, - "Reservoir_Pressure_bar": 8.977543956043956, - "Oil_Temperature_C": 64.97767857142857, - "Motor_Current_A": 1.840116758241758, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6599065934065936, - "Pneumatic_Panel_Pressure_bar": 9.116672527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.425593406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.015241758241758118, - "Reservoir_Pressure_bar": 9.11707912087912, - "Oil_Temperature_C": 64.43712912087912, - "Motor_Current_A": 1.7972032967032965, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0270054945054947, - "Pneumatic_Panel_Pressure_bar": 8.997215384615386, - "Cyclone_Filter_Drop_Pressure_bar": 7.927248351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.01972527472527438, - "Reservoir_Pressure_bar": 8.997050549450549, - "Oil_Temperature_C": 63.441497252747254, - "Motor_Current_A": 1.723928571428571, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7204615384615386, - "Pneumatic_Panel_Pressure_bar": 9.064032967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.324510989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.019802197802197403, - "Reservoir_Pressure_bar": 9.06334945054945, - "Oil_Temperature_C": 64.06013736263736, - "Motor_Current_A": 1.6967829670329668, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-29T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0100164835164835, - "Pneumatic_Panel_Pressure_bar": 9.087132417582417, - "Cyclone_Filter_Drop_Pressure_bar": 8.04568021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.017219780219779802, - "Reservoir_Pressure_bar": 9.086692857142857, - "Oil_Temperature_C": 64.54962912087912, - "Motor_Current_A": 2.019800824175824, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7207343283582089, - "Pneumatic_Panel_Pressure_bar": 9.016107462686568, - "Cyclone_Filter_Drop_Pressure_bar": 8.264197014925372, - "Tower_Discharge_Pressure_Drop_bar": -0.020799999999999062, - "Reservoir_Pressure_bar": 9.015623880597015, - "Oil_Temperature_C": 63.02313432835821, - "Motor_Current_A": 1.6054925373134326, - "Air_Intake_Valve_Status": 0.9194029850746268, - "Compressor_Outlet_Valve_Status": 0.08059701492537313, - "Active_Tower_ID": 0.9522388059701492, - "Load_Start_Signal": 0.9194029850746268, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9970149253731343, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0565164835164838, - "Pneumatic_Panel_Pressure_bar": 9.092402197802198, - "Cyclone_Filter_Drop_Pressure_bar": 7.974517582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.01997362637362557, - "Reservoir_Pressure_bar": 9.091379120879122, - "Oil_Temperature_C": 63.245879120879124, - "Motor_Current_A": 1.9351579670329668, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6760714285714287, - "Pneumatic_Panel_Pressure_bar": 9.052976923076924, - "Cyclone_Filter_Drop_Pressure_bar": 8.33711978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.020862637362636386, - "Reservoir_Pressure_bar": 9.052454945054945, - "Oil_Temperature_C": 62.8135576923077, - "Motor_Current_A": 1.4490082417582413, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.020846153846154, - "Pneumatic_Panel_Pressure_bar": 8.977021978021979, - "Cyclone_Filter_Drop_Pressure_bar": 7.912478021978021, - "Tower_Discharge_Pressure_Drop_bar": -0.010065934065932734, - "Reservoir_Pressure_bar": 8.976417582417582, - "Oil_Temperature_C": 62.423351648351655, - "Motor_Current_A": 1.6275068681318678, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6794406593406597, - "Pneumatic_Panel_Pressure_bar": 9.117312087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.403217582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.021653846153844775, - "Reservoir_Pressure_bar": 9.11605824175824, - "Oil_Temperature_C": 63.60752747252747, - "Motor_Current_A": 1.734787087912088, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0499928571428574, - "Pneumatic_Panel_Pressure_bar": 8.993720879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.899635164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.021060439560438467, - "Reservoir_Pressure_bar": 8.993325274725274, - "Oil_Temperature_C": 64.41690247252747, - "Motor_Current_A": 1.9978846153846155, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2144560439560443, - "Pneumatic_Panel_Pressure_bar": 9.146068681318681, - "Cyclone_Filter_Drop_Pressure_bar": 7.882755494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.016651098901098383, - "Reservoir_Pressure_bar": 9.145826923076923, - "Oil_Temperature_C": 65.18008241758241, - "Motor_Current_A": 2.1148935439560437, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1070093406593409, - "Pneumatic_Panel_Pressure_bar": 9.1034989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.943845054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.019291208791208683, - "Reservoir_Pressure_bar": 9.103731868131868, - "Oil_Temperature_C": 64.84278159340658, - "Motor_Current_A": 2.0332211538461538, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1409549450549452, - "Pneumatic_Panel_Pressure_bar": 9.09976153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.927679120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.007185714285714418, - "Reservoir_Pressure_bar": 9.100334065934065, - "Oil_Temperature_C": 64.91401098901099, - "Motor_Current_A": 1.7529656593406595, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6867342465753428, - "Pneumatic_Panel_Pressure_bar": 9.110317260273973, - "Cyclone_Filter_Drop_Pressure_bar": 8.393095342465754, - "Tower_Discharge_Pressure_Drop_bar": -0.017550684931506716, - "Reservoir_Pressure_bar": 9.111523287671233, - "Oil_Temperature_C": 65.38106849315068, - "Motor_Current_A": 1.6288431506849315, - "Air_Intake_Valve_Status": 0.9232876712328767, - "Compressor_Outlet_Valve_Status": 0.07671232876712329, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9232876712328767, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.10795054945055, - "Pneumatic_Panel_Pressure_bar": 9.122142857142856, - "Cyclone_Filter_Drop_Pressure_bar": 7.991153846153846, - "Tower_Discharge_Pressure_Drop_bar": 0.009719780219781392, - "Reservoir_Pressure_bar": 9.12344945054945, - "Oil_Temperature_C": 66.79285714285714, - "Motor_Current_A": 2.0266552197802197, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0734450549450556, - "Pneumatic_Panel_Pressure_bar": 9.035960927960927, - "Cyclone_Filter_Drop_Pressure_bar": 7.941449938949939, - "Tower_Discharge_Pressure_Drop_bar": -0.013637362637361174, - "Reservoir_Pressure_bar": 9.037521367521368, - "Oil_Temperature_C": 66.88614163614163, - "Motor_Current_A": 2.008282967032967, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0107582417582426, - "Pneumatic_Panel_Pressure_bar": 9.071241208791209, - "Cyclone_Filter_Drop_Pressure_bar": 8.002395054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.015906593406591955, - "Reservoir_Pressure_bar": 9.072845604395605, - "Oil_Temperature_C": 66.94501373626373, - "Motor_Current_A": 1.9823056318681322, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1726373626373634, - "Pneumatic_Panel_Pressure_bar": 9.177785714285713, - "Cyclone_Filter_Drop_Pressure_bar": 7.978363736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.015846153846152254, - "Reservoir_Pressure_bar": 9.179106593406594, - "Oil_Temperature_C": 67.34271978021978, - "Motor_Current_A": 2.066512362637363, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1434021917808226, - "Pneumatic_Panel_Pressure_bar": 9.07234301369863, - "Cyclone_Filter_Drop_Pressure_bar": 7.877340821917809, - "Tower_Discharge_Pressure_Drop_bar": -0.015873972602738227, - "Reservoir_Pressure_bar": 9.073504657534247, - "Oil_Temperature_C": 67.14219863013699, - "Motor_Current_A": 2.04913698630137, - "Air_Intake_Valve_Status": 0.8712328767123287, - "Compressor_Outlet_Valve_Status": 0.12876712328767123, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8712328767123287, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3997093406593413, - "Pneumatic_Panel_Pressure_bar": 9.121749450549451, - "Cyclone_Filter_Drop_Pressure_bar": 7.675980219780219, - "Tower_Discharge_Pressure_Drop_bar": -0.015384615384614362, - "Reservoir_Pressure_bar": 9.122546153846153, - "Oil_Temperature_C": 67.60154532967033, - "Motor_Current_A": 2.443489010989011, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1365461538461543, - "Pneumatic_Panel_Pressure_bar": 9.007838461538462, - "Cyclone_Filter_Drop_Pressure_bar": 7.827814835164835, - "Tower_Discharge_Pressure_Drop_bar": 0.00797802197802234, - "Reservoir_Pressure_bar": 9.00889010989011, - "Oil_Temperature_C": 66.26613324175824, - "Motor_Current_A": 1.914099587912088, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0376456043956048, - "Pneumatic_Panel_Pressure_bar": 9.107582417582417, - "Cyclone_Filter_Drop_Pressure_bar": 8.03896978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.010736263736263917, - "Reservoir_Pressure_bar": 9.10718956043956, - "Oil_Temperature_C": 66.28688186813187, - "Motor_Current_A": 2.0877163461538464, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8128978021978024, - "Pneumatic_Panel_Pressure_bar": 8.991363736263736, - "Cyclone_Filter_Drop_Pressure_bar": 8.136303296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.018000000000000037, - "Reservoir_Pressure_bar": 8.991454945054945, - "Oil_Temperature_C": 64.78133241758242, - "Motor_Current_A": 1.6920961538461539, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9532159340659343, - "Pneumatic_Panel_Pressure_bar": 9.113422527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.13354945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.019510989010988713, - "Reservoir_Pressure_bar": 9.113157142857142, - "Oil_Temperature_C": 64.59800137362637, - "Motor_Current_A": 1.9104498626373625, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9995621917808221, - "Pneumatic_Panel_Pressure_bar": 9.065746849315069, - "Cyclone_Filter_Drop_Pressure_bar": 8.005642191780822, - "Tower_Discharge_Pressure_Drop_bar": -0.01393424657534198, - "Reservoir_Pressure_bar": 9.065368767123287, - "Oil_Temperature_C": 64.22333561643836, - "Motor_Current_A": 1.9880068493150684, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0239016483516485, - "Pneumatic_Panel_Pressure_bar": 9.045605494505494, - "Cyclone_Filter_Drop_Pressure_bar": 7.9851, - "Tower_Discharge_Pressure_Drop_bar": -0.02048956043955966, - "Reservoir_Pressure_bar": 9.045573076923077, - "Oil_Temperature_C": 63.96894230769231, - "Motor_Current_A": 1.9918749999999998, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.084114835164835, - "Pneumatic_Panel_Pressure_bar": 9.047265384615384, - "Cyclone_Filter_Drop_Pressure_bar": 7.912193406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.014808241758240772, - "Reservoir_Pressure_bar": 9.046836263736264, - "Oil_Temperature_C": 63.98987637362637, - "Motor_Current_A": 2.0482348901098897, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-06-30T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0385109890109891, - "Pneumatic_Panel_Pressure_bar": 9.036183516483517, - "Cyclone_Filter_Drop_Pressure_bar": 7.9681989010989005, - "Tower_Discharge_Pressure_Drop_bar": -0.021120879120878004, - "Reservoir_Pressure_bar": 9.035930769230768, - "Oil_Temperature_C": 63.78945054945055, - "Motor_Current_A": 1.9838049450549449, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0795164835164837, - "Pneumatic_Panel_Pressure_bar": 9.038167032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.917875824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.020920879120878106, - "Reservoir_Pressure_bar": 9.03771098901099, - "Oil_Temperature_C": 63.88789835164835, - "Motor_Current_A": 2.020364010989011, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1037472527472527, - "Pneumatic_Panel_Pressure_bar": 9.037886813186814, - "Cyclone_Filter_Drop_Pressure_bar": 7.890406593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.02091208791208688, - "Reservoir_Pressure_bar": 9.037673626373627, - "Oil_Temperature_C": 63.76458791208792, - "Motor_Current_A": 1.9894574175824173, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0055423076923078, - "Pneumatic_Panel_Pressure_bar": 9.027762087912087, - "Cyclone_Filter_Drop_Pressure_bar": 7.987936263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.016906593406592382, - "Reservoir_Pressure_bar": 9.027623076923076, - "Oil_Temperature_C": 63.84223214285715, - "Motor_Current_A": 1.912925824175824, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.010169230769231, - "Pneumatic_Panel_Pressure_bar": 9.028996703296704, - "Cyclone_Filter_Drop_Pressure_bar": 7.962872527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.020164835164834517, - "Reservoir_Pressure_bar": 9.029130769230768, - "Oil_Temperature_C": 64.11864010989011, - "Motor_Current_A": 1.9342499999999998, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0113369863013697, - "Pneumatic_Panel_Pressure_bar": 9.023895342465753, - "Cyclone_Filter_Drop_Pressure_bar": 7.961715068493151, - "Tower_Discharge_Pressure_Drop_bar": -0.016728767123287257, - "Reservoir_Pressure_bar": 9.023719999999999, - "Oil_Temperature_C": 64.24628082191781, - "Motor_Current_A": 1.9079452054794517, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0605219780219781, - "Pneumatic_Panel_Pressure_bar": 9.006597802197803, - "Cyclone_Filter_Drop_Pressure_bar": 7.91490989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.019719780219779874, - "Reservoir_Pressure_bar": 9.006954945054945, - "Oil_Temperature_C": 64.29508241758242, - "Motor_Current_A": 1.8846304945054944, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7248428571428571, - "Pneumatic_Panel_Pressure_bar": 9.048514285714285, - "Cyclone_Filter_Drop_Pressure_bar": 8.312867032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.0064945054945055505, - "Reservoir_Pressure_bar": 9.049247252747252, - "Oil_Temperature_C": 64.82086538461539, - "Motor_Current_A": 1.7921895604395603, - "Air_Intake_Valve_Status": 0.9214285714285714, - "Compressor_Outlet_Valve_Status": 0.07857142857142857, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0616785714285717, - "Pneumatic_Panel_Pressure_bar": 9.077118131868131, - "Cyclone_Filter_Drop_Pressure_bar": 7.983282967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.018313186813187058, - "Reservoir_Pressure_bar": 9.078258241758242, - "Oil_Temperature_C": 65.28808379120879, - "Motor_Current_A": 2.0016071428571425, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0048296703296706, - "Pneumatic_Panel_Pressure_bar": 9.079346703296704, - "Cyclone_Filter_Drop_Pressure_bar": 8.008875824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.01747967032967006, - "Reservoir_Pressure_bar": 9.081315384615385, - "Oil_Temperature_C": 65.60788461538462, - "Motor_Current_A": 1.9798399725274725, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0499010989010993, - "Pneumatic_Panel_Pressure_bar": 9.074014285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.001284615384614, - "Tower_Discharge_Pressure_Drop_bar": -0.015669230769229464, - "Reservoir_Pressure_bar": 9.077474725274726, - "Oil_Temperature_C": 66.32248626373627, - "Motor_Current_A": 1.9822884615384615, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0594380165289266, - "Pneumatic_Panel_Pressure_bar": 9.080088154269973, - "Cyclone_Filter_Drop_Pressure_bar": 7.9822534435261705, - "Tower_Discharge_Pressure_Drop_bar": 0.0017190082644635764, - "Reservoir_Pressure_bar": 9.083449035812672, - "Oil_Temperature_C": 67.14077134986225, - "Motor_Current_A": 2.004586776859504, - "Air_Intake_Valve_Status": 0.8815426997245179, - "Compressor_Outlet_Valve_Status": 0.1184573002754821, - "Active_Tower_ID": 0.9338842975206612, - "Load_Start_Signal": 0.8815426997245179, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0489615384615394, - "Pneumatic_Panel_Pressure_bar": 9.058868131868131, - "Cyclone_Filter_Drop_Pressure_bar": 7.984296703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.0010769230769226451, - "Reservoir_Pressure_bar": 9.062895604395605, - "Oil_Temperature_C": 67.43358516483516, - "Motor_Current_A": 1.8071222527472528, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0464516483516495, - "Pneumatic_Panel_Pressure_bar": 9.043254945054946, - "Cyclone_Filter_Drop_Pressure_bar": 7.99988021978022, - "Tower_Discharge_Pressure_Drop_bar": 0.0011318681318687096, - "Reservoir_Pressure_bar": 9.048078021978021, - "Oil_Temperature_C": 67.41997252747252, - "Motor_Current_A": 1.7941414835164837, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.710335164835166, - "Pneumatic_Panel_Pressure_bar": 9.044242857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.264806593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.013417582417582029, - "Reservoir_Pressure_bar": 9.049587912087913, - "Oil_Temperature_C": 67.37961538461539, - "Motor_Current_A": 1.7280247252747256, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0297615384615397, - "Pneumatic_Panel_Pressure_bar": 9.110203296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.059608791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.013904395604394956, - "Reservoir_Pressure_bar": 9.115260439560439, - "Oil_Temperature_C": 67.53854395604395, - "Motor_Current_A": 1.9601826923076926, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0949010989010999, - "Pneumatic_Panel_Pressure_bar": 9.10328021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.981906593406594, - "Tower_Discharge_Pressure_Drop_bar": 0.012340659340660044, - "Reservoir_Pressure_bar": 9.10779945054945, - "Oil_Temperature_C": 67.55336538461539, - "Motor_Current_A": 2.0237019230769233, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0544230769230782, - "Pneumatic_Panel_Pressure_bar": 9.06660824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.974661538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.01451098901098803, - "Reservoir_Pressure_bar": 9.069568131868131, - "Oil_Temperature_C": 66.9188118131868, - "Motor_Current_A": 1.9624450549450552, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0404890109890121, - "Pneumatic_Panel_Pressure_bar": 9.040977472527473, - "Cyclone_Filter_Drop_Pressure_bar": 7.973032417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.015593956043954506, - "Reservoir_Pressure_bar": 9.043245604395604, - "Oil_Temperature_C": 66.28822802197803, - "Motor_Current_A": 1.9297458791208792, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0169120879120888, - "Pneumatic_Panel_Pressure_bar": 9.024884615384615, - "Cyclone_Filter_Drop_Pressure_bar": 7.960967032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.01001648351648308, - "Reservoir_Pressure_bar": 9.026203296703297, - "Oil_Temperature_C": 65.51442307692308, - "Motor_Current_A": 1.8451030219780218, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0677637362637369, - "Pneumatic_Panel_Pressure_bar": 9.006046703296704, - "Cyclone_Filter_Drop_Pressure_bar": 7.911568681318681, - "Tower_Discharge_Pressure_Drop_bar": -0.010747802197802447, - "Reservoir_Pressure_bar": 9.006387912087913, - "Oil_Temperature_C": 64.98224587912088, - "Motor_Current_A": 1.8987719780219778, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7621428571428573, - "Pneumatic_Panel_Pressure_bar": 8.992161538461538, - "Cyclone_Filter_Drop_Pressure_bar": 8.186732967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.018442857142857053, - "Reservoir_Pressure_bar": 8.991672527472527, - "Oil_Temperature_C": 64.52190934065933, - "Motor_Current_A": 1.8045934065934064, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0012664835164835, - "Pneumatic_Panel_Pressure_bar": 9.068200549450548, - "Cyclone_Filter_Drop_Pressure_bar": 8.021346153846153, - "Tower_Discharge_Pressure_Drop_bar": -0.013774725274724895, - "Reservoir_Pressure_bar": 9.067038461538461, - "Oil_Temperature_C": 64.57716346153846, - "Motor_Current_A": 2.015686813186813, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9381868131868132, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.049111111111111, - "Pneumatic_Panel_Pressure_bar": 9.044747252747253, - "Cyclone_Filter_Drop_Pressure_bar": 7.966052503052503, - "Tower_Discharge_Pressure_Drop_bar": -0.003302197802197237, - "Reservoir_Pressure_bar": 9.043229548229547, - "Oil_Temperature_C": 64.36000457875458, - "Motor_Current_A": 2.0404670329670327, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-01T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.040467032967033, - "Pneumatic_Panel_Pressure_bar": 9.02745054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.939675824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.018038461538460674, - "Reservoir_Pressure_bar": 9.026967032967033, - "Oil_Temperature_C": 64.2184065934066, - "Motor_Current_A": 2.060171703296703, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.081434065934066, - "Pneumatic_Panel_Pressure_bar": 9.007491208791208, - "Cyclone_Filter_Drop_Pressure_bar": 7.868594505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.019103846153845257, - "Reservoir_Pressure_bar": 9.00766043956044, - "Oil_Temperature_C": 64.01535027472528, - "Motor_Current_A": 1.9125618131868132, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8800824175824177, - "Pneumatic_Panel_Pressure_bar": 8.951347802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.044644505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.019487362637361946, - "Reservoir_Pressure_bar": 8.951177472527473, - "Oil_Temperature_C": 63.35756181318681, - "Motor_Current_A": 1.6745398351648348, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8258384615384616, - "Pneumatic_Panel_Pressure_bar": 9.077920879120878, - "Cyclone_Filter_Drop_Pressure_bar": 8.231607692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.020703296703295786, - "Reservoir_Pressure_bar": 9.077736263736263, - "Oil_Temperature_C": 64.03616758241759, - "Motor_Current_A": 1.9108461538461536, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1195659340659343, - "Pneumatic_Panel_Pressure_bar": 9.060939560439559, - "Cyclone_Filter_Drop_Pressure_bar": 7.859804945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.019374999999998803, - "Reservoir_Pressure_bar": 9.060399725274724, - "Oil_Temperature_C": 63.78731112637362, - "Motor_Current_A": 2.1266620879120874, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.061363186813187, - "Pneumatic_Panel_Pressure_bar": 8.987081318681318, - "Cyclone_Filter_Drop_Pressure_bar": 7.871647802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.02170879120878978, - "Reservoir_Pressure_bar": 8.986152747252747, - "Oil_Temperature_C": 63.753021978021984, - "Motor_Current_A": 1.8862499999999998, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1620000000000001, - "Pneumatic_Panel_Pressure_bar": 9.08045179063361, - "Cyclone_Filter_Drop_Pressure_bar": 7.86899173553719, - "Tower_Discharge_Pressure_Drop_bar": -0.021294765840219106, - "Reservoir_Pressure_bar": 9.080209366391184, - "Oil_Temperature_C": 65.76260330578512, - "Motor_Current_A": 2.2610468319559227, - "Air_Intake_Valve_Status": 0.8650137741046832, - "Compressor_Outlet_Valve_Status": 0.1349862258953168, - "Active_Tower_ID": 0.931129476584022, - "Load_Start_Signal": 0.8650137741046832, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9944903581267218, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5280714285714287, - "Pneumatic_Panel_Pressure_bar": 9.042373626373626, - "Cyclone_Filter_Drop_Pressure_bar": 7.4671153846153855, - "Tower_Discharge_Pressure_Drop_bar": -0.018499999999999246, - "Reservoir_Pressure_bar": 9.042434065934065, - "Oil_Temperature_C": 66.23255494505494, - "Motor_Current_A": 2.4905151098901097, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.218324175824176, - "Pneumatic_Panel_Pressure_bar": 9.072968131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.8444681318681315, - "Tower_Discharge_Pressure_Drop_bar": -0.005004395604395343, - "Reservoir_Pressure_bar": 9.073590109890109, - "Oil_Temperature_C": 66.1703434065934, - "Motor_Current_A": 2.1882074175824173, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0100802197802201, - "Pneumatic_Panel_Pressure_bar": 9.004345054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.963001098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.01058021978021989, - "Reservoir_Pressure_bar": 9.005471428571427, - "Oil_Temperature_C": 66.05024725274725, - "Motor_Current_A": 2.104888736263736, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1399703296703299, - "Pneumatic_Panel_Pressure_bar": 9.101628571428572, - "Cyclone_Filter_Drop_Pressure_bar": 7.88437032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.017890109890110115, - "Reservoir_Pressure_bar": 9.10282857142857, - "Oil_Temperature_C": 66.84207417582418, - "Motor_Current_A": 2.0613873626373627, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0652318681318687, - "Pneumatic_Panel_Pressure_bar": 8.947218681318681, - "Cyclone_Filter_Drop_Pressure_bar": 7.855623076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.008510989010989064, - "Reservoir_Pressure_bar": 8.948591208791209, - "Oil_Temperature_C": 66.35945054945056, - "Motor_Current_A": 2.014177197802198, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.152603287671233, - "Pneumatic_Panel_Pressure_bar": 9.087055890410959, - "Cyclone_Filter_Drop_Pressure_bar": 7.909477260273973, - "Tower_Discharge_Pressure_Drop_bar": 0.0004712328767124405, - "Reservoir_Pressure_bar": 9.088469589041097, - "Oil_Temperature_C": 66.94213698630138, - "Motor_Current_A": 2.0372527397260276, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.9315068493150684, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.54856043956044, - "Pneumatic_Panel_Pressure_bar": 8.999243956043957, - "Cyclone_Filter_Drop_Pressure_bar": 7.448743406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.011390109890110004, - "Reservoir_Pressure_bar": 9.000248901098901, - "Oil_Temperature_C": 67.23307692307692, - "Motor_Current_A": 2.4320199175824175, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1560934065934072, - "Pneumatic_Panel_Pressure_bar": 9.075471428571428, - "Cyclone_Filter_Drop_Pressure_bar": 7.909312087912087, - "Tower_Discharge_Pressure_Drop_bar": -0.011960439560439538, - "Reservoir_Pressure_bar": 9.076532967032968, - "Oil_Temperature_C": 67.71662087912088, - "Motor_Current_A": 2.3664615384615386, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3537285714285718, - "Pneumatic_Panel_Pressure_bar": 9.053204395604395, - "Cyclone_Filter_Drop_Pressure_bar": 7.663821978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.009829670329670352, - "Reservoir_Pressure_bar": 9.054720879120879, - "Oil_Temperature_C": 66.91482142857143, - "Motor_Current_A": 2.198633241758242, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.295761538461539, - "Pneumatic_Panel_Pressure_bar": 9.156728571428571, - "Cyclone_Filter_Drop_Pressure_bar": 7.832767032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.018212087912088164, - "Reservoir_Pressure_bar": 9.15734945054945, - "Oil_Temperature_C": 67.95986263736263, - "Motor_Current_A": 2.549782967032967, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9357142857142858, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5839945054945057, - "Pneumatic_Panel_Pressure_bar": 9.00905164835165, - "Cyclone_Filter_Drop_Pressure_bar": 7.395997802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.006965934065934241, - "Reservoir_Pressure_bar": 9.009502197802197, - "Oil_Temperature_C": 67.20821428571429, - "Motor_Current_A": 2.3647527472527474, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.120203296703297, - "Pneumatic_Panel_Pressure_bar": 9.135802197802198, - "Cyclone_Filter_Drop_Pressure_bar": 7.993307692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.019054945054945035, - "Reservoir_Pressure_bar": 9.135554945054945, - "Oil_Temperature_C": 67.35412087912088, - "Motor_Current_A": 2.435885989010989, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.555604395604396, - "Pneumatic_Panel_Pressure_bar": 9.144867032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.569976923076923, - "Tower_Discharge_Pressure_Drop_bar": 0.001203296703296955, - "Reservoir_Pressure_bar": 9.144280219780219, - "Oil_Temperature_C": 67.51431318681318, - "Motor_Current_A": 2.6462087912087915, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5960384615384617, - "Pneumatic_Panel_Pressure_bar": 9.111412087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.494395604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.01160989010988957, - "Reservoir_Pressure_bar": 9.111046153846154, - "Oil_Temperature_C": 68.15755494505494, - "Motor_Current_A": 2.8786868131868135, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.700247252747253, - "Pneumatic_Panel_Pressure_bar": 9.048869230769231, - "Cyclone_Filter_Drop_Pressure_bar": 7.309071428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.013554945054944284, - "Reservoir_Pressure_bar": 9.048354945054946, - "Oil_Temperature_C": 68.19292582417582, - "Motor_Current_A": 2.84910989010989, - "Air_Intake_Valve_Status": 0.8131868131868132, - "Compressor_Outlet_Valve_Status": 0.18681318681318682, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8131868131868132, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6398505494505495, - "Pneumatic_Panel_Pressure_bar": 9.023846153846153, - "Cyclone_Filter_Drop_Pressure_bar": 7.288879120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.02008681318681235, - "Reservoir_Pressure_bar": 9.023417582417583, - "Oil_Temperature_C": 67.81673076923077, - "Motor_Current_A": 2.833688186813187, - "Air_Intake_Valve_Status": 0.8104395604395604, - "Compressor_Outlet_Valve_Status": 0.18956043956043955, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8104395604395604, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.618269230769231, - "Pneumatic_Panel_Pressure_bar": 9.07598901098901, - "Cyclone_Filter_Drop_Pressure_bar": 7.424164835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.010626373626372858, - "Reservoir_Pressure_bar": 9.07582967032967, - "Oil_Temperature_C": 67.99869505494506, - "Motor_Current_A": 2.790934065934066, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-02T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8814062500000002, - "Pneumatic_Panel_Pressure_bar": 8.93436875, - "Cyclone_Filter_Drop_Pressure_bar": 7.0567671875, - "Tower_Discharge_Pressure_Drop_bar": -0.020382812499999015, - "Reservoir_Pressure_bar": 8.9338828125, - "Oil_Temperature_C": 67.968515625, - "Motor_Current_A": 3.045458984375, - "Air_Intake_Valve_Status": 0.79296875, - "Compressor_Outlet_Valve_Status": 0.20703125, - "Active_Tower_ID": 0.90625, - "Load_Start_Signal": 0.79296875, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.99609375, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.08770348827763282, - "Pneumatic_Panel_Pressure_bar": 9.001593429625176, - "Cyclone_Filter_Drop_Pressure_bar": 8.893605647532858, - "Tower_Discharge_Pressure_Drop_bar": -0.021245901639343076, - "Reservoir_Pressure_bar": 9.001068839461244, - "Oil_Temperature_C": 64.56380282376642, - "Motor_Current_A": 2.0832163804448487, - "Air_Intake_Valve_Status": 0.9894230613007523, - "Compressor_Outlet_Valve_Status": 0.010576938699247754, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9894230613007523, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4490643096616886, - "Pneumatic_Panel_Pressure_bar": 9.299121609265468, - "Cyclone_Filter_Drop_Pressure_bar": 7.799166107893934, - "Tower_Discharge_Pressure_Drop_bar": -0.020072538860103087, - "Reservoir_Pressure_bar": 9.299281316671747, - "Oil_Temperature_C": 68.57631057604388, - "Motor_Current_A": 3.557862694300518, - "Air_Intake_Valve_Status": 0.8418165193538555, - "Compressor_Outlet_Valve_Status": 0.1581834806461445, - "Active_Tower_ID": 0.917098445595855, - "Load_Start_Signal": 0.8418165193538555, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.685212383900929, - "Pneumatic_Panel_Pressure_bar": 9.112113931888544, - "Cyclone_Filter_Drop_Pressure_bar": 7.432734365325078, - "Tower_Discharge_Pressure_Drop_bar": -0.0008061919504636104, - "Reservoir_Pressure_bar": 9.113593808049535, - "Oil_Temperature_C": 66.9797213622291, - "Motor_Current_A": 3.2742306501547986, - "Air_Intake_Valve_Status": 0.8173374613003096, - "Compressor_Outlet_Valve_Status": 0.1826625386996904, - "Active_Tower_ID": 0.891640866873065, - "Load_Start_Signal": 0.8173374613003096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9938080495356038, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.096128021978022, - "Pneumatic_Panel_Pressure_bar": 9.060923076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.909243406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.020565934065933225, - "Reservoir_Pressure_bar": 9.062208791208791, - "Oil_Temperature_C": 64.96160714285715, - "Motor_Current_A": 2.149524725274725, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0649714285714287, - "Pneumatic_Panel_Pressure_bar": 9.058592307692308, - "Cyclone_Filter_Drop_Pressure_bar": 7.965741758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.0027681318681305996, - "Reservoir_Pressure_bar": 9.058180219780219, - "Oil_Temperature_C": 66.09432692307692, - "Motor_Current_A": 2.223489010989011, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3806428571428573, - "Pneumatic_Panel_Pressure_bar": 9.032467032967034, - "Cyclone_Filter_Drop_Pressure_bar": 7.612802197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.02202747252747113, - "Reservoir_Pressure_bar": 9.03196153846154, - "Oil_Temperature_C": 64.90837912087912, - "Motor_Current_A": 2.2183035714285713, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1541010989010994, - "Pneumatic_Panel_Pressure_bar": 9.13006043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.94145054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.005269230769229385, - "Reservoir_Pressure_bar": 9.130037362637362, - "Oil_Temperature_C": 65.9864010989011, - "Motor_Current_A": 2.4416043956043954, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1285659340659344, - "Pneumatic_Panel_Pressure_bar": 8.981874725274725, - "Cyclone_Filter_Drop_Pressure_bar": 7.814792307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.021060439560438477, - "Reservoir_Pressure_bar": 8.982042857142858, - "Oil_Temperature_C": 64.92961538461539, - "Motor_Current_A": 1.9167060439560437, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.057969230769231, - "Pneumatic_Panel_Pressure_bar": 9.056885714285714, - "Cyclone_Filter_Drop_Pressure_bar": 7.970003296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.01981318681318637, - "Reservoir_Pressure_bar": 9.057253846153847, - "Oil_Temperature_C": 65.80087912087912, - "Motor_Current_A": 2.012208791208791, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.040126373626374, - "Pneumatic_Panel_Pressure_bar": 9.120878021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.030296703296704, - "Tower_Discharge_Pressure_Drop_bar": -0.015856043956043866, - "Reservoir_Pressure_bar": 9.122356043956044, - "Oil_Temperature_C": 66.76726648351648, - "Motor_Current_A": 2.2217829670329667, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1003736263736268, - "Pneumatic_Panel_Pressure_bar": 9.075104395604397, - "Cyclone_Filter_Drop_Pressure_bar": 7.9531263736263735, - "Tower_Discharge_Pressure_Drop_bar": -0.003203296703296293, - "Reservoir_Pressure_bar": 9.076461538461539, - "Oil_Temperature_C": 66.60789835164836, - "Motor_Current_A": 2.0142994505494505, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0697538461538465, - "Pneumatic_Panel_Pressure_bar": 8.983153846153845, - "Cyclone_Filter_Drop_Pressure_bar": 7.860615384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.01718131868131827, - "Reservoir_Pressure_bar": 8.984795604395604, - "Oil_Temperature_C": 66.98847527472527, - "Motor_Current_A": 2.018054945054945, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1827472527472533, - "Pneumatic_Panel_Pressure_bar": 9.124944444444443, - "Cyclone_Filter_Drop_Pressure_bar": 7.835697191697192, - "Tower_Discharge_Pressure_Drop_bar": -0.015426129426128882, - "Reservoir_Pressure_bar": 9.126318070818071, - "Oil_Temperature_C": 67.4434829059829, - "Motor_Current_A": 2.0978670634920635, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1377197802197805, - "Pneumatic_Panel_Pressure_bar": 9.117818681318681, - "Cyclone_Filter_Drop_Pressure_bar": 7.927738095238095, - "Tower_Discharge_Pressure_Drop_bar": -0.007824175824175543, - "Reservoir_Pressure_bar": 9.119197802197801, - "Oil_Temperature_C": 66.83026556776557, - "Motor_Current_A": 2.0654326923076924, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.065181318681319, - "Pneumatic_Panel_Pressure_bar": 8.97446923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.884886813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.011943956043955968, - "Reservoir_Pressure_bar": 8.975789010989011, - "Oil_Temperature_C": 66.56092032967032, - "Motor_Current_A": 1.993971153846154, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0757032967032971, - "Pneumatic_Panel_Pressure_bar": 9.073763736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.983225274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.017280219780219874, - "Reservoir_Pressure_bar": 9.074445054945055, - "Oil_Temperature_C": 66.60611263736264, - "Motor_Current_A": 2.0194642857142857, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3255219780219785, - "Pneumatic_Panel_Pressure_bar": 9.092771428571428, - "Cyclone_Filter_Drop_Pressure_bar": 7.726612637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.018450000000000237, - "Reservoir_Pressure_bar": 9.09307967032967, - "Oil_Temperature_C": 66.69281593406593, - "Motor_Current_A": 2.1578846153846154, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.27935054945055, - "Pneumatic_Panel_Pressure_bar": 9.102048351648351, - "Cyclone_Filter_Drop_Pressure_bar": 7.79765934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.019142857142857093, - "Reservoir_Pressure_bar": 9.10185934065934, - "Oil_Temperature_C": 66.98521978021978, - "Motor_Current_A": 2.2616524725274725, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.768791208791209, - "Pneumatic_Panel_Pressure_bar": 8.982258852258852, - "Cyclone_Filter_Drop_Pressure_bar": 8.153772893772894, - "Tower_Discharge_Pressure_Drop_bar": -0.019747252747252378, - "Reservoir_Pressure_bar": 8.982446275946277, - "Oil_Temperature_C": 65.07921245421245, - "Motor_Current_A": 1.7060309829059828, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9222774725274728, - "Pneumatic_Panel_Pressure_bar": 9.116896153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.166223626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.02026758241758177, - "Reservoir_Pressure_bar": 9.116724175824176, - "Oil_Temperature_C": 64.28747939560441, - "Motor_Current_A": 1.9108543956043955, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9524725274725274, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6501774725274728, - "Pneumatic_Panel_Pressure_bar": 8.933822527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.241381318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.01969780219780164, - "Reservoir_Pressure_bar": 8.934875824175824, - "Oil_Temperature_C": 62.943646978021974, - "Motor_Current_A": 1.3284979395604393, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9841041095890414, - "Pneumatic_Panel_Pressure_bar": 9.094666849315068, - "Cyclone_Filter_Drop_Pressure_bar": 8.104053150684932, - "Tower_Discharge_Pressure_Drop_bar": -0.01996712328767075, - "Reservoir_Pressure_bar": 9.094989589041097, - "Oil_Temperature_C": 64.37127397260274, - "Motor_Current_A": 1.939808219178082, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.639879120879121, - "Pneumatic_Panel_Pressure_bar": 8.935473626373627, - "Cyclone_Filter_Drop_Pressure_bar": 8.270501648351647, - "Tower_Discharge_Pressure_Drop_bar": -0.009225274725274303, - "Reservoir_Pressure_bar": 8.93649065934066, - "Oil_Temperature_C": 63.23869505494506, - "Motor_Current_A": 1.3231105769230767, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-03T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0649384615384618, - "Pneumatic_Panel_Pressure_bar": 9.077638461538461, - "Cyclone_Filter_Drop_Pressure_bar": 7.976285714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.007906593406593046, - "Reservoir_Pressure_bar": 9.078125824175824, - "Oil_Temperature_C": 64.57968406593407, - "Motor_Current_A": 2.010796703296703, - "Air_Intake_Valve_Status": 0.8837912087912088, - "Compressor_Outlet_Valve_Status": 0.1162087912087912, - "Active_Tower_ID": 0.9442307692307692, - "Load_Start_Signal": 0.8837912087912088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0377060439560442, - "Pneumatic_Panel_Pressure_bar": 8.984521978021977, - "Cyclone_Filter_Drop_Pressure_bar": 7.922307692307693, - "Tower_Discharge_Pressure_Drop_bar": 0.005359890109890745, - "Reservoir_Pressure_bar": 8.984527472527473, - "Oil_Temperature_C": 64.01703296703297, - "Motor_Current_A": 1.7668543956043952, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6653994490358127, - "Pneumatic_Panel_Pressure_bar": 9.001974900520356, - "Cyclone_Filter_Drop_Pressure_bar": 8.3113468013468, - "Tower_Discharge_Pressure_Drop_bar": -0.019463116008569252, - "Reservoir_Pressure_bar": 9.00164983164983, - "Oil_Temperature_C": 63.32765534129171, - "Motor_Current_A": 1.5853818487909395, - "Air_Intake_Valve_Status": 0.9256198347107438, - "Compressor_Outlet_Valve_Status": 0.0743801652892562, - "Active_Tower_ID": 0.9614325068870524, - "Load_Start_Signal": 0.9256198347107438, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9687252747252748, - "Pneumatic_Panel_Pressure_bar": 9.050317582417582, - "Cyclone_Filter_Drop_Pressure_bar": 8.040493406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.018851648351646984, - "Reservoir_Pressure_bar": 9.050081318681318, - "Oil_Temperature_C": 63.47559065934066, - "Motor_Current_A": 1.987300824175824, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9709700854700857, - "Pneumatic_Panel_Pressure_bar": 8.963920024420023, - "Cyclone_Filter_Drop_Pressure_bar": 7.949502442002442, - "Tower_Discharge_Pressure_Drop_bar": -0.022247252747251582, - "Reservoir_Pressure_bar": 8.963673382173383, - "Oil_Temperature_C": 62.8914300976801, - "Motor_Current_A": 1.7650656288156286, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.911805494505495, - "Pneumatic_Panel_Pressure_bar": 8.98259120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.025968131868133, - "Tower_Discharge_Pressure_Drop_bar": -0.02041978021977916, - "Reservoir_Pressure_bar": 8.982008791208791, - "Oil_Temperature_C": 62.59467032967033, - "Motor_Current_A": 1.7696607142857141, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2769375342465756, - "Pneumatic_Panel_Pressure_bar": 9.145034520547945, - "Cyclone_Filter_Drop_Pressure_bar": 7.837447123287672, - "Tower_Discharge_Pressure_Drop_bar": -0.015117808219176862, - "Reservoir_Pressure_bar": 9.143977534246575, - "Oil_Temperature_C": 65.47573287671233, - "Motor_Current_A": 2.4186883561643833, - "Air_Intake_Valve_Status": 0.8602739726027397, - "Compressor_Outlet_Valve_Status": 0.13972602739726028, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8602739726027397, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1465329670329671, - "Pneumatic_Panel_Pressure_bar": 9.065824725274725, - "Cyclone_Filter_Drop_Pressure_bar": 7.877352197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.018362637362636103, - "Reservoir_Pressure_bar": 9.065473076923077, - "Oil_Temperature_C": 65.03916895604395, - "Motor_Current_A": 2.014073489010989, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.015269230769231, - "Pneumatic_Panel_Pressure_bar": 9.048889010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.983235164835166, - "Tower_Discharge_Pressure_Drop_bar": -0.02019450549450488, - "Reservoir_Pressure_bar": 9.049196703296703, - "Oil_Temperature_C": 66.28957417582417, - "Motor_Current_A": 2.2276249999999997, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0775703296703298, - "Pneumatic_Panel_Pressure_bar": 8.95509120879121, - "Cyclone_Filter_Drop_Pressure_bar": 7.847646153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.009343956043956063, - "Reservoir_Pressure_bar": 8.955517582417583, - "Oil_Temperature_C": 66.36693681318681, - "Motor_Current_A": 2.015068681318681, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0988467032967038, - "Pneumatic_Panel_Pressure_bar": 9.087465384615385, - "Cyclone_Filter_Drop_Pressure_bar": 7.941354945054946, - "Tower_Discharge_Pressure_Drop_bar": -0.01799450549450551, - "Reservoir_Pressure_bar": 9.088476923076923, - "Oil_Temperature_C": 66.57960851648352, - "Motor_Current_A": 2.022438186813187, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0200060439560443, - "Pneumatic_Panel_Pressure_bar": 9.009981868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.945300549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.01639560439560327, - "Reservoir_Pressure_bar": 9.01119065934066, - "Oil_Temperature_C": 66.94891483516483, - "Motor_Current_A": 1.9872795329670332, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.05645054945055, - "Pneumatic_Panel_Pressure_bar": 9.090912087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.994197802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.015604395604394127, - "Reservoir_Pressure_bar": 9.092675824175824, - "Oil_Temperature_C": 67.41201923076923, - "Motor_Current_A": 1.995, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0992967032967043, - "Pneumatic_Panel_Pressure_bar": 9.105381868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.955365384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.01563131868131721, - "Reservoir_Pressure_bar": 9.106930769230768, - "Oil_Temperature_C": 68.02495192307693, - "Motor_Current_A": 2.008125, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0633666666666675, - "Pneumatic_Panel_Pressure_bar": 9.048416959064326, - "Cyclone_Filter_Drop_Pressure_bar": 7.975208187134504, - "Tower_Discharge_Pressure_Drop_bar": -0.009836257309940062, - "Reservoir_Pressure_bar": 9.049697660818714, - "Oil_Temperature_C": 68.16980994152047, - "Motor_Current_A": 2.0564934210526316, - "Air_Intake_Valve_Status": 0.8859649122807017, - "Compressor_Outlet_Valve_Status": 0.11403508771929824, - "Active_Tower_ID": 0.9502923976608187, - "Load_Start_Signal": 0.8859649122807017, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9970760233918129, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0959175824175835, - "Pneumatic_Panel_Pressure_bar": 9.154104395604396, - "Cyclone_Filter_Drop_Pressure_bar": 8.029208791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.01572527472527321, - "Reservoir_Pressure_bar": 9.155285714285714, - "Oil_Temperature_C": 68.07252747252748, - "Motor_Current_A": 2.0176098901098904, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1005879120879132, - "Pneumatic_Panel_Pressure_bar": 8.917408241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.76815, - "Tower_Discharge_Pressure_Drop_bar": -0.0017093406593393298, - "Reservoir_Pressure_bar": 8.917974175824176, - "Oil_Temperature_C": 67.61379807692308, - "Motor_Current_A": 2.0232273351648353, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2074340659340668, - "Pneumatic_Panel_Pressure_bar": 9.09649010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.881611538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.0033626373626363627, - "Reservoir_Pressure_bar": 9.09666978021978, - "Oil_Temperature_C": 66.95992445054945, - "Motor_Current_A": 2.099478708791209, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0675677655677662, - "Pneumatic_Panel_Pressure_bar": 9.032890109890111, - "Cyclone_Filter_Drop_Pressure_bar": 7.912286324786324, - "Tower_Discharge_Pressure_Drop_bar": -0.017689865689865743, - "Reservoir_Pressure_bar": 9.033104395604395, - "Oil_Temperature_C": 66.93833943833944, - "Motor_Current_A": 1.9920390720390722, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9493284493284493, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0177637362637368, - "Pneumatic_Panel_Pressure_bar": 9.097249999999999, - "Cyclone_Filter_Drop_Pressure_bar": 8.047447252747254, - "Tower_Discharge_Pressure_Drop_bar": -0.018049450549450834, - "Reservoir_Pressure_bar": 9.096841758241759, - "Oil_Temperature_C": 66.36232142857142, - "Motor_Current_A": 1.9644512362637363, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9348901098901099, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.019189041095891, - "Pneumatic_Panel_Pressure_bar": 9.065913424657534, - "Cyclone_Filter_Drop_Pressure_bar": 8.026710136986303, - "Tower_Discharge_Pressure_Drop_bar": -0.01675178082191813, - "Reservoir_Pressure_bar": 9.065836712328768, - "Oil_Temperature_C": 64.991698630137, - "Motor_Current_A": 1.9498712328767123, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0538027472527478, - "Pneumatic_Panel_Pressure_bar": 9.04261043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.951148901098902, - "Tower_Discharge_Pressure_Drop_bar": -0.013115384615384881, - "Reservoir_Pressure_bar": 9.042362637362638, - "Oil_Temperature_C": 65.94594093406593, - "Motor_Current_A": 2.0312802197802196, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0365208791208795, - "Pneumatic_Panel_Pressure_bar": 9.03502857142857, - "Cyclone_Filter_Drop_Pressure_bar": 7.965851648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.0191153846153846, - "Reservoir_Pressure_bar": 9.035082417582418, - "Oil_Temperature_C": 65.80263736263736, - "Motor_Current_A": 1.9876373626373622, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0460494505494509, - "Pneumatic_Panel_Pressure_bar": 9.034134065934065, - "Cyclone_Filter_Drop_Pressure_bar": 7.965109890109891, - "Tower_Discharge_Pressure_Drop_bar": -0.019415384615384435, - "Reservoir_Pressure_bar": 9.033994505494505, - "Oil_Temperature_C": 65.6689423076923, - "Motor_Current_A": 1.9935096153846152, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-04T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0576725274725278, - "Pneumatic_Panel_Pressure_bar": 9.035086813186814, - "Cyclone_Filter_Drop_Pressure_bar": 7.943374725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.019699999999999645, - "Reservoir_Pressure_bar": 9.035341758241758, - "Oil_Temperature_C": 65.61653846153847, - "Motor_Current_A": 2.0164766483516483, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.025159340659341, - "Pneumatic_Panel_Pressure_bar": 9.028723076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.958184615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.019675824175823843, - "Reservoir_Pressure_bar": 9.028910989010988, - "Oil_Temperature_C": 65.53550824175824, - "Motor_Current_A": 1.986311813186813, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.070901098901099, - "Pneumatic_Panel_Pressure_bar": 9.026082417582417, - "Cyclone_Filter_Drop_Pressure_bar": 7.881835164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.013813186813186449, - "Reservoir_Pressure_bar": 9.026043956043956, - "Oil_Temperature_C": 65.52809065934065, - "Motor_Current_A": 2.029498626373626, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0486428571428574, - "Pneumatic_Panel_Pressure_bar": 9.010286813186813, - "Cyclone_Filter_Drop_Pressure_bar": 7.921606593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.019416483516482997, - "Reservoir_Pressure_bar": 9.010127472527472, - "Oil_Temperature_C": 65.33375, - "Motor_Current_A": 2.0177211538461535, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0944527472527472, - "Pneumatic_Panel_Pressure_bar": 9.010073626373627, - "Cyclone_Filter_Drop_Pressure_bar": 7.879716483516484, - "Tower_Discharge_Pressure_Drop_bar": 0.009917582417582978, - "Reservoir_Pressure_bar": 9.009771428571428, - "Oil_Temperature_C": 65.2470879120879, - "Motor_Current_A": 2.035449175824176, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2863406593406594, - "Pneumatic_Panel_Pressure_bar": 9.022720879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.718495604395605, - "Tower_Discharge_Pressure_Drop_bar": 0.004040659340659973, - "Reservoir_Pressure_bar": 9.022495604395605, - "Oil_Temperature_C": 65.21384615384615, - "Motor_Current_A": 2.1508653846153845, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2266967032967036, - "Pneumatic_Panel_Pressure_bar": 9.056597802197802, - "Cyclone_Filter_Drop_Pressure_bar": 7.8003846153846155, - "Tower_Discharge_Pressure_Drop_bar": -0.01235714285714254, - "Reservoir_Pressure_bar": 9.056717582417582, - "Oil_Temperature_C": 65.74461538461539, - "Motor_Current_A": 2.136002747252747, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.929120879120879, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.063692307692308, - "Pneumatic_Panel_Pressure_bar": 9.070637362637363, - "Cyclone_Filter_Drop_Pressure_bar": 7.971208791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.016978021978021295, - "Reservoir_Pressure_bar": 9.070956043956043, - "Oil_Temperature_C": 66.66483516483517, - "Motor_Current_A": 2.0656730769230767, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0070978021978028, - "Pneumatic_Panel_Pressure_bar": 9.080569230769232, - "Cyclone_Filter_Drop_Pressure_bar": 8.012771428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.014401098901097972, - "Reservoir_Pressure_bar": 9.081792307692307, - "Oil_Temperature_C": 67.94976648351648, - "Motor_Current_A": 2.0615851648351646, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0742730769230782, - "Pneumatic_Panel_Pressure_bar": 9.101201648351648, - "Cyclone_Filter_Drop_Pressure_bar": 7.975976373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.0107307692307692, - "Reservoir_Pressure_bar": 9.10325824175824, - "Oil_Temperature_C": 69.27524038461539, - "Motor_Current_A": 2.058464285714286, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0629175824175834, - "Pneumatic_Panel_Pressure_bar": 9.101758241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.027243956043955, - "Tower_Discharge_Pressure_Drop_bar": -0.00402197802197645, - "Reservoir_Pressure_bar": 9.104978021978022, - "Oil_Temperature_C": 70.2359478021978, - "Motor_Current_A": 2.052756868131868, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0882307692307698, - "Pneumatic_Panel_Pressure_bar": 9.090461538461538, - "Cyclone_Filter_Drop_Pressure_bar": 7.972686813186813, - "Tower_Discharge_Pressure_Drop_bar": 0.009027472527473957, - "Reservoir_Pressure_bar": 9.094296703296704, - "Oil_Temperature_C": 70.81535027472528, - "Motor_Current_A": 2.068598901098901, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.081027472527473, - "Pneumatic_Panel_Pressure_bar": 9.086937728937729, - "Cyclone_Filter_Drop_Pressure_bar": 7.958778388278388, - "Tower_Discharge_Pressure_Drop_bar": -0.008434065934064795, - "Reservoir_Pressure_bar": 9.09079304029304, - "Oil_Temperature_C": 71.01517857142858, - "Motor_Current_A": 2.042440476190476, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0918527472527477, - "Pneumatic_Panel_Pressure_bar": 9.080131868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.981054945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.004731868131866995, - "Reservoir_Pressure_bar": 9.084153846153846, - "Oil_Temperature_C": 71.01630494505496, - "Motor_Current_A": 2.044464285714285, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0662697802197807, - "Pneumatic_Panel_Pressure_bar": 9.065664835164835, - "Cyclone_Filter_Drop_Pressure_bar": 7.996125824175825, - "Tower_Discharge_Pressure_Drop_bar": -0.007286263736262435, - "Reservoir_Pressure_bar": 9.069961538461538, - "Oil_Temperature_C": 70.79268543956043, - "Motor_Current_A": 2.0076620879120877, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0467068493150689, - "Pneumatic_Panel_Pressure_bar": 9.074235616438356, - "Cyclone_Filter_Drop_Pressure_bar": 7.934969863013699, - "Tower_Discharge_Pressure_Drop_bar": -0.00750684931506713, - "Reservoir_Pressure_bar": 9.078925479452055, - "Oil_Temperature_C": 70.83090410958904, - "Motor_Current_A": 2.014184931506849, - "Air_Intake_Valve_Status": 0.8767123287671232, - "Compressor_Outlet_Valve_Status": 0.1232876712328767, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.8767123287671232, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0417027472527476, - "Pneumatic_Panel_Pressure_bar": 9.05843956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.01447857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.005323626373624703, - "Reservoir_Pressure_bar": 9.062483516483518, - "Oil_Temperature_C": 70.55578296703297, - "Motor_Current_A": 1.9628640109890105, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0922346153846156, - "Pneumatic_Panel_Pressure_bar": 9.048478021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.909534615384615, - "Tower_Discharge_Pressure_Drop_bar": 0.00045604395604575764, - "Reservoir_Pressure_bar": 9.051364285714286, - "Oil_Temperature_C": 70.30817307692307, - "Motor_Current_A": 2.017337225274725, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0835576923076928, - "Pneumatic_Panel_Pressure_bar": 9.046758241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.92604945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.011269230769230292, - "Reservoir_Pressure_bar": 9.048497252747252, - "Oil_Temperature_C": 69.70693681318681, - "Motor_Current_A": 1.984945054945055, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0389384615384625, - "Pneumatic_Panel_Pressure_bar": 9.023657142857143, - "Cyclone_Filter_Drop_Pressure_bar": 7.933124175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.012824175824175752, - "Reservoir_Pressure_bar": 9.024742857142856, - "Oil_Temperature_C": 68.5304532967033, - "Motor_Current_A": 1.9758035714285718, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0486609890109901, - "Pneumatic_Panel_Pressure_bar": 9.00371098901099, - "Cyclone_Filter_Drop_Pressure_bar": 7.925401098901099, - "Tower_Discharge_Pressure_Drop_bar": 0.002818681318682513, - "Reservoir_Pressure_bar": 9.004531318681318, - "Oil_Temperature_C": 67.54274725274726, - "Motor_Current_A": 2.0013667582417582, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1022417582417594, - "Pneumatic_Panel_Pressure_bar": 9.007673626373627, - "Cyclone_Filter_Drop_Pressure_bar": 7.8673714285714285, - "Tower_Discharge_Pressure_Drop_bar": 0.015247252747253491, - "Reservoir_Pressure_bar": 9.008207692307693, - "Oil_Temperature_C": 66.70237637362638, - "Motor_Current_A": 2.045039835164835, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0391239669421495, - "Pneumatic_Panel_Pressure_bar": 8.976732782369146, - "Cyclone_Filter_Drop_Pressure_bar": 7.889922865013774, - "Tower_Discharge_Pressure_Drop_bar": -0.01774104683195581, - "Reservoir_Pressure_bar": 8.976418732782369, - "Oil_Temperature_C": 65.87809917355372, - "Motor_Current_A": 1.997376033057851, - "Air_Intake_Valve_Status": 0.8842975206611571, - "Compressor_Outlet_Valve_Status": 0.11570247933884298, - "Active_Tower_ID": 0.9449035812672176, - "Load_Start_Signal": 0.8842975206611571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.033813186813187, - "Pneumatic_Panel_Pressure_bar": 8.972214285714285, - "Cyclone_Filter_Drop_Pressure_bar": 7.911, - "Tower_Discharge_Pressure_Drop_bar": -0.015736263736263224, - "Reservoir_Pressure_bar": 8.972368131868132, - "Oil_Temperature_C": 65.4021978021978, - "Motor_Current_A": 1.986201923076923, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-05T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0631648351648353, - "Pneumatic_Panel_Pressure_bar": 8.98705, - "Cyclone_Filter_Drop_Pressure_bar": 7.895528571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.0200219780219775, - "Reservoir_Pressure_bar": 8.987374175824176, - "Oil_Temperature_C": 65.2985989010989, - "Motor_Current_A": 2.006524725274725, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1290494505494508, - "Pneumatic_Panel_Pressure_bar": 9.001013186813188, - "Cyclone_Filter_Drop_Pressure_bar": 7.830293406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.020197802197801523, - "Reservoir_Pressure_bar": 9.001168131868132, - "Oil_Temperature_C": 65.3129945054945, - "Motor_Current_A": 2.0465041208791206, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1276483516483518, - "Pneumatic_Panel_Pressure_bar": 8.992183516483516, - "Cyclone_Filter_Drop_Pressure_bar": 7.821068131868133, - "Tower_Discharge_Pressure_Drop_bar": -0.021653846153844802, - "Reservoir_Pressure_bar": 8.99140879120879, - "Oil_Temperature_C": 64.9528021978022, - "Motor_Current_A": 2.050782967032967, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3198131868131868, - "Pneumatic_Panel_Pressure_bar": 8.962793956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.584651098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.022115384615383257, - "Reservoir_Pressure_bar": 8.962535714285714, - "Oil_Temperature_C": 64.47396978021979, - "Motor_Current_A": 2.1832074175824174, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1334247252747254, - "Pneumatic_Panel_Pressure_bar": 9.029266483516484, - "Cyclone_Filter_Drop_Pressure_bar": 7.835274725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.022135714285712885, - "Reservoir_Pressure_bar": 9.029206043956044, - "Oil_Temperature_C": 64.98716346153846, - "Motor_Current_A": 2.2009402472527473, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0219114774114775, - "Pneumatic_Panel_Pressure_bar": 9.01451343101343, - "Cyclone_Filter_Drop_Pressure_bar": 7.953777167277167, - "Tower_Discharge_Pressure_Drop_bar": -0.021087912087910665, - "Reservoir_Pressure_bar": 9.014771062271063, - "Oil_Temperature_C": 64.95380036630037, - "Motor_Current_A": 2.1549244505494505, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0432506887052342, - "Pneumatic_Panel_Pressure_bar": 9.038071625344353, - "Cyclone_Filter_Drop_Pressure_bar": 7.947515151515151, - "Tower_Discharge_Pressure_Drop_bar": -0.020143250688704654, - "Reservoir_Pressure_bar": 9.038853994490358, - "Oil_Temperature_C": 65.56625344352616, - "Motor_Current_A": 2.1506404958677687, - "Air_Intake_Valve_Status": 0.8815426997245179, - "Compressor_Outlet_Valve_Status": 0.1184573002754821, - "Active_Tower_ID": 0.9449035812672176, - "Load_Start_Signal": 0.8815426997245179, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.579341772151899, - "Pneumatic_Panel_Pressure_bar": 8.776531645569621, - "Cyclone_Filter_Drop_Pressure_bar": 7.175215189873417, - "Tower_Discharge_Pressure_Drop_bar": 0.022886075949367476, - "Reservoir_Pressure_bar": 8.777367088607596, - "Oil_Temperature_C": 64.20759493670886, - "Motor_Current_A": 1.4172784810126582, - "Air_Intake_Valve_Status": 0.8227848101265823, - "Compressor_Outlet_Valve_Status": 0.17721518987341772, - "Active_Tower_ID": 0.8987341772151899, - "Load_Start_Signal": 0.8227848101265823, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9873417721518988, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.041194263363756, - "Pneumatic_Panel_Pressure_bar": 9.519903520208604, - "Cyclone_Filter_Drop_Pressure_bar": 6.588748370273795, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 9.517903520208606, - "Oil_Temperature_C": 69.94625162972622, - "Motor_Current_A": 4.527721642764016, - "Air_Intake_Valve_Status": 0.664928292046936, - "Compressor_Outlet_Valve_Status": 0.3350717079530639, - "Active_Tower_ID": 0.664928292046936, - "Load_Start_Signal": 0.664928292046936, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.064767479225107, - "Pneumatic_Panel_Pressure_bar": 9.079699463123191, - "Cyclone_Filter_Drop_Pressure_bar": 6.9319275150461594, - "Tower_Discharge_Pressure_Drop_bar": -0.01775308641975311, - "Reservoir_Pressure_bar": 9.079674771765168, - "Oil_Temperature_C": 67.1051280405094, - "Motor_Current_A": 3.075187078301485, - "Air_Intake_Valve_Status": 0.7607298539501929, - "Compressor_Outlet_Valve_Status": 0.23927014604980706, - "Active_Tower_ID": 0.8780138045674769, - "Load_Start_Signal": 0.7607298539501929, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9876543209876543, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.5067, - "Pneumatic_Panel_Pressure_bar": 9.834579999999999, - "Cyclone_Filter_Drop_Pressure_bar": 5.47794, - "Tower_Discharge_Pressure_Drop_bar": -0.016699999999999215, - "Reservoir_Pressure_bar": 9.833020000000001, - "Oil_Temperature_C": 71.96975, - "Motor_Current_A": 4.91855, - "Air_Intake_Valve_Status": 0.55, - "Compressor_Outlet_Valve_Status": 0.45, - "Active_Tower_ID": 0.85, - "Load_Start_Signal": 0.55, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5579486387730943, - "Pneumatic_Panel_Pressure_bar": 8.560996140188358, - "Cyclone_Filter_Drop_Pressure_bar": 8.076089959343317, - "Tower_Discharge_Pressure_Drop_bar": -0.0159999999999982, - "Reservoir_Pressure_bar": 8.559238124646184, - "Oil_Temperature_C": 66.3103635942566, - "Motor_Current_A": 4.119979414337914, - "Air_Intake_Valve_Status": 0.8241984457825124, - "Compressor_Outlet_Valve_Status": 0.17580155421748753, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8241984457825124, - "Low_Pressure_Switch_Status": 0.17580155421748753, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-06T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-06T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-06T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.529289814020773, - "Pneumatic_Panel_Pressure_bar": 8.285175463215612, - "Cyclone_Filter_Drop_Pressure_bar": 5.916698128080524, - "Tower_Discharge_Pressure_Drop_bar": 0.03143564356435781, - "Reservoir_Pressure_bar": 8.285932053047825, - "Oil_Temperature_C": 64.03935156310907, - "Motor_Current_A": 3.548709731209341, - "Air_Intake_Valve_Status": 0.6390253198548201, - "Compressor_Outlet_Valve_Status": 0.3609746801451799, - "Active_Tower_ID": 0.8217821782178217, - "Load_Start_Signal": 0.6390253198548201, - "Low_Pressure_Switch_Status": 0.20255883856102144, - "Tower_Discharge_Switch_Status": 0.995049504950495, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5344576923076931, - "Pneumatic_Panel_Pressure_bar": 9.073080769230769, - "Cyclone_Filter_Drop_Pressure_bar": 7.520831868131869, - "Tower_Discharge_Pressure_Drop_bar": 0.0034505494505502284, - "Reservoir_Pressure_bar": 9.07487967032967, - "Oil_Temperature_C": 69.72688873626375, - "Motor_Current_A": 2.483624313186813, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9980082417582425, - "Pneumatic_Panel_Pressure_bar": 9.135873626373627, - "Cyclone_Filter_Drop_Pressure_bar": 7.108607142857142, - "Tower_Discharge_Pressure_Drop_bar": -0.008175824175824074, - "Reservoir_Pressure_bar": 9.137925824175824, - "Oil_Temperature_C": 71.25600961538461, - "Motor_Current_A": 2.9491998626373626, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21978021978021978, - "Active_Tower_ID": 0.8846153846153846, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8752362637362643, - "Pneumatic_Panel_Pressure_bar": 9.12074065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.219251648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.009587912087911843, - "Reservoir_Pressure_bar": 9.122905494505494, - "Oil_Temperature_C": 72.11666208791209, - "Motor_Current_A": 3.152633241758242, - "Air_Intake_Valve_Status": 0.7939560439560439, - "Compressor_Outlet_Valve_Status": 0.20604395604395603, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7939560439560439, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5921483516483523, - "Pneumatic_Panel_Pressure_bar": 9.057049450549451, - "Cyclone_Filter_Drop_Pressure_bar": 7.432280219780219, - "Tower_Discharge_Pressure_Drop_bar": -0.004021978021977125, - "Reservoir_Pressure_bar": 9.059054945054946, - "Oil_Temperature_C": 71.08633241758241, - "Motor_Current_A": 2.8937912087912085, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.928978021978023, - "Pneumatic_Panel_Pressure_bar": 9.064404945054946, - "Cyclone_Filter_Drop_Pressure_bar": 7.084669230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.014967032967031743, - "Reservoir_Pressure_bar": 9.06616868131868, - "Oil_Temperature_C": 70.65905906593406, - "Motor_Current_A": 3.0282891483516488, - "Air_Intake_Valve_Status": 0.7912087912087912, - "Compressor_Outlet_Valve_Status": 0.2087912087912088, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7912087912087912, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5687983516483528, - "Pneumatic_Panel_Pressure_bar": 9.091987912087912, - "Cyclone_Filter_Drop_Pressure_bar": 7.504002747252747, - "Tower_Discharge_Pressure_Drop_bar": 0.013435714285715713, - "Reservoir_Pressure_bar": 9.093808241758243, - "Oil_Temperature_C": 70.3149793956044, - "Motor_Current_A": 2.8904340659340666, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5165054945054957, - "Pneumatic_Panel_Pressure_bar": 9.072398351648351, - "Cyclone_Filter_Drop_Pressure_bar": 7.540359890109891, - "Tower_Discharge_Pressure_Drop_bar": -0.002365384615383073, - "Reservoir_Pressure_bar": 9.074005494505494, - "Oil_Temperature_C": 69.95425824175824, - "Motor_Current_A": 2.8608276098901095, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5496978021978036, - "Pneumatic_Panel_Pressure_bar": 9.063125274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.500207692307693, - "Tower_Discharge_Pressure_Drop_bar": 0.006032967032968397, - "Reservoir_Pressure_bar": 9.064816483516482, - "Oil_Temperature_C": 69.77375, - "Motor_Current_A": 2.8565, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-06T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5191153846153858, - "Pneumatic_Panel_Pressure_bar": 9.057527472527473, - "Cyclone_Filter_Drop_Pressure_bar": 7.48734065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.016417582417581164, - "Reservoir_Pressure_bar": 9.059131868131868, - "Oil_Temperature_C": 69.65391483516484, - "Motor_Current_A": 2.8756868131868134, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4782307692307701, - "Pneumatic_Panel_Pressure_bar": 9.04610824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.55146043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.0005664835164829234, - "Reservoir_Pressure_bar": 9.047740109890109, - "Oil_Temperature_C": 69.43679258241758, - "Motor_Current_A": 2.791946428571429, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4217494505494512, - "Pneumatic_Panel_Pressure_bar": 9.040185714285714, - "Cyclone_Filter_Drop_Pressure_bar": 7.550086813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.009670329670329795, - "Reservoir_Pressure_bar": 9.041795604395604, - "Oil_Temperature_C": 68.65078296703297, - "Motor_Current_A": 2.598293956043956, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0455329670329676, - "Pneumatic_Panel_Pressure_bar": 9.023590659340659, - "Cyclone_Filter_Drop_Pressure_bar": 7.932318681318681, - "Tower_Discharge_Pressure_Drop_bar": -0.018181318681318972, - "Reservoir_Pressure_bar": 9.025175824175825, - "Oil_Temperature_C": 67.50782967032967, - "Motor_Current_A": 2.207967032967033, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.491184615384616, - "Pneumatic_Panel_Pressure_bar": 8.998406593406594, - "Cyclone_Filter_Drop_Pressure_bar": 7.487978021978023, - "Tower_Discharge_Pressure_Drop_bar": 0.01523626373626352, - "Reservoir_Pressure_bar": 8.999562637362637, - "Oil_Temperature_C": 67.16133241758241, - "Motor_Current_A": 2.314214285714286, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1122670329670334, - "Pneumatic_Panel_Pressure_bar": 9.092363736263735, - "Cyclone_Filter_Drop_Pressure_bar": 7.9448373626373625, - "Tower_Discharge_Pressure_Drop_bar": -0.018128571428571338, - "Reservoir_Pressure_bar": 9.093241758241758, - "Oil_Temperature_C": 67.56162087912088, - "Motor_Current_A": 2.5004807692307693, - "Air_Intake_Valve_Status": 0.8758241758241758, - "Compressor_Outlet_Valve_Status": 0.12417582417582418, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8758241758241758, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0821589041095894, - "Pneumatic_Panel_Pressure_bar": 9.000740273972603, - "Cyclone_Filter_Drop_Pressure_bar": 7.90989095890411, - "Tower_Discharge_Pressure_Drop_bar": -0.019145205479451928, - "Reservoir_Pressure_bar": 9.001841095890411, - "Oil_Temperature_C": 66.9540410958904, - "Motor_Current_A": 2.0743876712328766, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6262275000000006, - "Pneumatic_Panel_Pressure_bar": 9.126502499999999, - "Cyclone_Filter_Drop_Pressure_bar": 7.5152275, - "Tower_Discharge_Pressure_Drop_bar": -0.018600000000000224, - "Reservoir_Pressure_bar": 9.1277275, - "Oil_Temperature_C": 67.84584375, - "Motor_Current_A": 3.0452781250000003, - "Air_Intake_Valve_Status": 0.825, - "Compressor_Outlet_Valve_Status": 0.175, - "Active_Tower_ID": 0.9, - "Load_Start_Signal": 0.825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8602075620041469, - "Pneumatic_Panel_Pressure_bar": 7.9193615895933105, - "Cyclone_Filter_Drop_Pressure_bar": 7.155544135515688, - "Tower_Discharge_Pressure_Drop_bar": -0.018402687441927332, - "Reservoir_Pressure_bar": 7.92015352726753, - "Oil_Temperature_C": 62.83067328997212, - "Motor_Current_A": 1.0346211850475302, - "Air_Intake_Valve_Status": 0.7986562790365235, - "Compressor_Outlet_Valve_Status": 0.20134372096347652, - "Active_Tower_ID": 0.7986562790365235, - "Load_Start_Signal": 0.7986562790365235, - "Low_Pressure_Switch_Status": 0.20134372096347652, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-07T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-07T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.553893610773593, - "Pneumatic_Panel_Pressure_bar": 8.328258414337789, - "Cyclone_Filter_Drop_Pressure_bar": 4.905415978128798, - "Tower_Discharge_Pressure_Drop_bar": -0.017374777237747534, - "Reservoir_Pressure_bar": 8.328717415957877, - "Oil_Temperature_C": 65.54638922640746, - "Motor_Current_A": 3.7661178361684895, - "Air_Intake_Valve_Status": 0.5459447144592953, - "Compressor_Outlet_Valve_Status": 0.4540552855407048, - "Active_Tower_ID": 0.7626113811259619, - "Load_Start_Signal": 0.5459447144592953, - "Low_Pressure_Switch_Status": 0.1957219522073714, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0724781163434913, - "Pneumatic_Panel_Pressure_bar": 8.99932188365651, - "Cyclone_Filter_Drop_Pressure_bar": 7.898619944598338, - "Tower_Discharge_Pressure_Drop_bar": 0.001900277008311709, - "Reservoir_Pressure_bar": 9.001427146814404, - "Oil_Temperature_C": 67.81718836565098, - "Motor_Current_A": 2.1910533240997228, - "Air_Intake_Valve_Status": 0.8808864265927978, - "Compressor_Outlet_Valve_Status": 0.11911357340720222, - "Active_Tower_ID": 0.9418282548476454, - "Load_Start_Signal": 0.8808864265927978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.997229916897507, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.332055106668519, - "Pneumatic_Panel_Pressure_bar": 9.053082622981165, - "Cyclone_Filter_Drop_Pressure_bar": 7.702265954000648, - "Tower_Discharge_Pressure_Drop_bar": -0.01523129251700528, - "Reservoir_Pressure_bar": 9.05521221713175, - "Oil_Temperature_C": 68.90773300476653, - "Motor_Current_A": 2.9158478296080337, - "Air_Intake_Valve_Status": 0.8537414965986394, - "Compressor_Outlet_Valve_Status": 0.14625850340136054, - "Active_Tower_ID": 0.9183673469387755, - "Load_Start_Signal": 0.8537414965986394, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8956765578635028, - "Pneumatic_Panel_Pressure_bar": 8.93306824925816, - "Cyclone_Filter_Drop_Pressure_bar": 7.981578635014836, - "Tower_Discharge_Pressure_Drop_bar": -0.014528189910977766, - "Reservoir_Pressure_bar": 8.935186943620177, - "Oil_Temperature_C": 68.1325296735905, - "Motor_Current_A": 2.0032789317507422, - "Air_Intake_Valve_Status": 0.8961424332344213, - "Compressor_Outlet_Valve_Status": 0.10385756676557864, - "Active_Tower_ID": 0.9465875370919882, - "Load_Start_Signal": 0.8961424332344213, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7555868421052643, - "Pneumatic_Panel_Pressure_bar": 9.201526315789474, - "Cyclone_Filter_Drop_Pressure_bar": 7.440426315789473, - "Tower_Discharge_Pressure_Drop_bar": -0.015381578947367008, - "Reservoir_Pressure_bar": 9.202744736842105, - "Oil_Temperature_C": 69.40909539473685, - "Motor_Current_A": 3.057322368421053, - "Air_Intake_Valve_Status": 0.8092105263157895, - "Compressor_Outlet_Valve_Status": 0.19078947368421054, - "Active_Tower_ID": 0.9013157894736842, - "Load_Start_Signal": 0.8092105263157895, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.1125354456824532, - "Pneumatic_Panel_Pressure_bar": 9.111437116991643, - "Cyclone_Filter_Drop_Pressure_bar": 8.990119637883007, - "Tower_Discharge_Pressure_Drop_bar": -0.016195821727017765, - "Reservoir_Pressure_bar": 9.113290250696378, - "Oil_Temperature_C": 68.31051967270196, - "Motor_Current_A": 3.7348897110027854, - "Air_Intake_Valve_Status": 0.9755222841225627, - "Compressor_Outlet_Valve_Status": 0.024477715877437325, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9755222841225627, - "Low_Pressure_Switch_Status": 0.024477715877437325, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-07T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-07T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-07T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-07T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-07T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-07T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-07T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-07T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-08T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.5034425016385384, - "Pneumatic_Panel_Pressure_bar": 8.75753420946373, - "Cyclone_Filter_Drop_Pressure_bar": 6.283159604761125, - "Tower_Discharge_Pressure_Drop_bar": -0.013108755647105093, - "Reservoir_Pressure_bar": 8.75942533180403, - "Oil_Temperature_C": 62.34697194076098, - "Motor_Current_A": 3.364549670024695, - "Air_Intake_Valve_Status": 0.6891366365487699, - "Compressor_Outlet_Valve_Status": 0.31086336345123006, - "Active_Tower_ID": 0.8445378151260504, - "Load_Start_Signal": 0.6891366365487699, - "Low_Pressure_Switch_Status": 0.10918269118232252, - "Tower_Discharge_Switch_Status": 0.9957983193277311, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-08T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4934197260273976, - "Pneumatic_Panel_Pressure_bar": 9.06880821917808, - "Cyclone_Filter_Drop_Pressure_bar": 7.547745205479452, - "Tower_Discharge_Pressure_Drop_bar": -0.01820821917808228, - "Reservoir_Pressure_bar": 9.070676712328767, - "Oil_Temperature_C": 67.63369863013699, - "Motor_Current_A": 2.692882191780822, - "Air_Intake_Valve_Status": 0.8356164383561644, - "Compressor_Outlet_Valve_Status": 0.1643835616438356, - "Active_Tower_ID": 0.9205479452054794, - "Load_Start_Signal": 0.8356164383561644, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-08T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.6754340659340667, - "Pneumatic_Panel_Pressure_bar": 8.067003296703296, - "Cyclone_Filter_Drop_Pressure_bar": 5.428343956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.005868681318680428, - "Reservoir_Pressure_bar": 8.066663186813187, - "Oil_Temperature_C": 70.30960851648351, - "Motor_Current_A": 3.4957554945054943, - "Air_Intake_Valve_Status": 0.6016483516483516, - "Compressor_Outlet_Valve_Status": 0.3983516483516483, - "Active_Tower_ID": 0.8021978021978022, - "Load_Start_Signal": 0.6016483516483516, - "Low_Pressure_Switch_Status": 0.16483516483516483, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-08T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.970920879120879, - "Pneumatic_Panel_Pressure_bar": 7.31952087912088, - "Cyclone_Filter_Drop_Pressure_bar": 1.5311703296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.01379670329670265, - "Reservoir_Pressure_bar": 7.3178725274725265, - "Oil_Temperature_C": 75.70699175824176, - "Motor_Current_A": 5.147633241758242, - "Air_Intake_Valve_Status": 0.15934065934065933, - "Compressor_Outlet_Valve_Status": 0.8406593406593407, - "Active_Tower_ID": 0.5626373626373626, - "Load_Start_Signal": 0.15934065934065933, - "Low_Pressure_Switch_Status": 0.29120879120879123, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-08T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.2424065934065935, - "Pneumatic_Panel_Pressure_bar": 8.97023076923077, - "Cyclone_Filter_Drop_Pressure_bar": 5.7985412087912085, - "Tower_Discharge_Pressure_Drop_bar": 0.016087912087912232, - "Reservoir_Pressure_bar": 8.97054945054945, - "Oil_Temperature_C": 72.38794642857144, - "Motor_Current_A": 3.3862774725274725, - "Air_Intake_Valve_Status": 0.6401098901098901, - "Compressor_Outlet_Valve_Status": 0.3598901098901099, - "Active_Tower_ID": 0.8228021978021978, - "Load_Start_Signal": 0.6401098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-08T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3861135531135542, - "Pneumatic_Panel_Pressure_bar": 9.096267399267399, - "Cyclone_Filter_Drop_Pressure_bar": 7.723631868131868, - "Tower_Discharge_Pressure_Drop_bar": 0.011335164835166283, - "Reservoir_Pressure_bar": 9.097459706959707, - "Oil_Temperature_C": 69.1014880952381, - "Motor_Current_A": 2.6030311355311357, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-08T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.669423076923078, - "Pneumatic_Panel_Pressure_bar": 8.799479120879122, - "Cyclone_Filter_Drop_Pressure_bar": 5.136818681318681, - "Tower_Discharge_Pressure_Drop_bar": -0.012225274725273367, - "Reservoir_Pressure_bar": 8.80027142857143, - "Oil_Temperature_C": 71.75482142857143, - "Motor_Current_A": 4.091490384615384, - "Air_Intake_Valve_Status": 0.5521978021978022, - "Compressor_Outlet_Valve_Status": 0.4478021978021978, - "Active_Tower_ID": 0.7747252747252747, - "Load_Start_Signal": 0.5521978021978022, - "Low_Pressure_Switch_Status": 0.13186813186813187, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-08T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.094109756097562, - "Pneumatic_Panel_Pressure_bar": 9.094658536585365, - "Cyclone_Filter_Drop_Pressure_bar": 6.047304878048781, - "Tower_Discharge_Pressure_Drop_bar": -0.003646341463413287, - "Reservoir_Pressure_bar": 9.09534756097561, - "Oil_Temperature_C": 71.23353658536585, - "Motor_Current_A": 3.738704268292683, - "Air_Intake_Valve_Status": 0.6615853658536586, - "Compressor_Outlet_Valve_Status": 0.3384146341463415, - "Active_Tower_ID": 0.8262195121951219, - "Load_Start_Signal": 0.6615853658536586, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9969512195121951, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-08T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3245780219780232, - "Pneumatic_Panel_Pressure_bar": 9.09933956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.755300549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.015914285714285, - "Reservoir_Pressure_bar": 9.100965384615385, - "Oil_Temperature_C": 68.40975274725275, - "Motor_Current_A": 2.6010789835164836, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9315934065934066, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-08T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4732945054945064, - "Pneumatic_Panel_Pressure_bar": 9.058074725274725, - "Cyclone_Filter_Drop_Pressure_bar": 7.563916483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.018439560439560663, - "Reservoir_Pressure_bar": 9.058885714285715, - "Oil_Temperature_C": 67.26031593406594, - "Motor_Current_A": 2.575311813186813, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4769747252747258, - "Pneumatic_Panel_Pressure_bar": 9.074961538461539, - "Cyclone_Filter_Drop_Pressure_bar": 7.60288076923077, - "Tower_Discharge_Pressure_Drop_bar": 0.005262087912088281, - "Reservoir_Pressure_bar": 9.075726923076923, - "Oil_Temperature_C": 66.88508241758242, - "Motor_Current_A": 2.647517857142857, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0420560439560442, - "Pneumatic_Panel_Pressure_bar": 9.001027472527472, - "Cyclone_Filter_Drop_Pressure_bar": 7.934687912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.019829670329669605, - "Reservoir_Pressure_bar": 9.001851648351648, - "Oil_Temperature_C": 65.54962912087912, - "Motor_Current_A": 2.162002747252747, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4105494505494507, - "Pneumatic_Panel_Pressure_bar": 9.01843956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.580851648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.02097252747252644, - "Reservoir_Pressure_bar": 9.018785714285714, - "Oil_Temperature_C": 65.54615384615384, - "Motor_Current_A": 2.432087912087912, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2667087912087913, - "Pneumatic_Panel_Pressure_bar": 8.972172527472528, - "Cyclone_Filter_Drop_Pressure_bar": 7.6679032967032965, - "Tower_Discharge_Pressure_Drop_bar": -0.020516483516482296, - "Reservoir_Pressure_bar": 8.973024175824175, - "Oil_Temperature_C": 66.03971153846155, - "Motor_Current_A": 2.49378021978022, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4513626373626376, - "Pneumatic_Panel_Pressure_bar": 9.017696703296703, - "Cyclone_Filter_Drop_Pressure_bar": 7.557051648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.0040494505494492105, - "Reservoir_Pressure_bar": 9.018254945054945, - "Oil_Temperature_C": 66.63471153846154, - "Motor_Current_A": 2.6852967032967032, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.292228021978022, - "Pneumatic_Panel_Pressure_bar": 9.119175824175825, - "Cyclone_Filter_Drop_Pressure_bar": 7.7988296703296704, - "Tower_Discharge_Pressure_Drop_bar": -0.0008186813186800278, - "Reservoir_Pressure_bar": 9.11912087912088, - "Oil_Temperature_C": 66.55590659340659, - "Motor_Current_A": 2.5584752747252746, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4504603174603174, - "Pneumatic_Panel_Pressure_bar": 9.013989010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.5448601953601955, - "Tower_Discharge_Pressure_Drop_bar": 0.0008736263736271862, - "Reservoir_Pressure_bar": 9.014410866910866, - "Oil_Temperature_C": 66.21092032967033, - "Motor_Current_A": 2.508798076923077, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.606797252747253, - "Pneumatic_Panel_Pressure_bar": 8.991313186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.328083516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.008879120879120284, - "Reservoir_Pressure_bar": 8.992236263736263, - "Oil_Temperature_C": 66.74207417582419, - "Motor_Current_A": 2.5217664835164837, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1621428571428576, - "Pneumatic_Panel_Pressure_bar": 9.08995054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.875642857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.019071428571428524, - "Reservoir_Pressure_bar": 9.091263736263736, - "Oil_Temperature_C": 67.44663461538461, - "Motor_Current_A": 2.478310439560439, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1772087912087916, - "Pneumatic_Panel_Pressure_bar": 9.002475824175823, - "Cyclone_Filter_Drop_Pressure_bar": 7.776606593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.005527472527472744, - "Reservoir_Pressure_bar": 9.004651648351649, - "Oil_Temperature_C": 66.97675824175825, - "Motor_Current_A": 2.098956043956044, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4213637362637368, - "Pneumatic_Panel_Pressure_bar": 9.163524175824177, - "Cyclone_Filter_Drop_Pressure_bar": 7.697892307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.01697032967032939, - "Reservoir_Pressure_bar": 9.165494505494506, - "Oil_Temperature_C": 68.23320054945054, - "Motor_Current_A": 2.666228021978022, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4490329670329676, - "Pneumatic_Panel_Pressure_bar": 9.036203296703297, - "Cyclone_Filter_Drop_Pressure_bar": 7.525689255189256, - "Tower_Discharge_Pressure_Drop_bar": -0.017272283272282987, - "Reservoir_Pressure_bar": 9.038395604395605, - "Oil_Temperature_C": 67.34247557997558, - "Motor_Current_A": 2.311843711843712, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1193664835164843, - "Pneumatic_Panel_Pressure_bar": 9.116986263736264, - "Cyclone_Filter_Drop_Pressure_bar": 7.995191208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.0034269230769222083, - "Reservoir_Pressure_bar": 9.119332417582417, - "Oil_Temperature_C": 67.94753434065935, - "Motor_Current_A": 2.3791009615384615, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4748351648351659, - "Pneumatic_Panel_Pressure_bar": 9.123664835164835, - "Cyclone_Filter_Drop_Pressure_bar": 7.635186813186813, - "Tower_Discharge_Pressure_Drop_bar": 0.010208791208792698, - "Reservoir_Pressure_bar": 9.125631868131869, - "Oil_Temperature_C": 68.56737637362637, - "Motor_Current_A": 2.502953296703297, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1179714285714297, - "Pneumatic_Panel_Pressure_bar": 9.047692307692309, - "Cyclone_Filter_Drop_Pressure_bar": 7.90543956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.015521978021976551, - "Reservoir_Pressure_bar": 9.049152747252746, - "Oil_Temperature_C": 68.3862912087912, - "Motor_Current_A": 2.1828131868131866, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5833736263736276, - "Pneumatic_Panel_Pressure_bar": 9.147993406593407, - "Cyclone_Filter_Drop_Pressure_bar": 7.54652087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.015458241758240307, - "Reservoir_Pressure_bar": 9.149083516483516, - "Oil_Temperature_C": 69.18065934065933, - "Motor_Current_A": 2.726188186813187, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6020494505494516, - "Pneumatic_Panel_Pressure_bar": 8.985046153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.386791208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.006626373626372147, - "Reservoir_Pressure_bar": 8.985909890109891, - "Oil_Temperature_C": 68.85667582417582, - "Motor_Current_A": 2.5143777472527473, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4211478021978032, - "Pneumatic_Panel_Pressure_bar": 9.00816923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.585620329670331, - "Tower_Discharge_Pressure_Drop_bar": -0.015664835164833787, - "Reservoir_Pressure_bar": 9.009082417582418, - "Oil_Temperature_C": 68.78624313186813, - "Motor_Current_A": 2.6804594780219784, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3512912087912097, - "Pneumatic_Panel_Pressure_bar": 9.044813186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.66356043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.004923076923076801, - "Reservoir_Pressure_bar": 9.045510989010989, - "Oil_Temperature_C": 67.60336538461539, - "Motor_Current_A": 2.3333997252747256, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.4496543209876545, - "Pneumatic_Panel_Pressure_bar": 10.039111111111112, - "Cyclone_Filter_Drop_Pressure_bar": 6.696666666666668, - "Tower_Discharge_Pressure_Drop_bar": -0.0184444444444448, - "Reservoir_Pressure_bar": 10.03711111111111, - "Oil_Temperature_C": 72.45092592592593, - "Motor_Current_A": 4.536728395061728, - "Air_Intake_Valve_Status": 0.6666666666666666, - "Compressor_Outlet_Valve_Status": 0.3333333333333333, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.6666666666666666, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1822776842813865, - "Pneumatic_Panel_Pressure_bar": 8.040519353752945, - "Cyclone_Filter_Drop_Pressure_bar": 6.996798720969371, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 8.03555570514978, - "Oil_Temperature_C": 62.35218360821272, - "Motor_Current_A": 4.107592561427128, - "Air_Intake_Valve_Status": 0.7036351396836082, - "Compressor_Outlet_Valve_Status": 0.2963648603163918, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.7036351396836082, - "Low_Pressure_Switch_Status": 0.2963648603163918, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-09T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.25073682984096, - "Pneumatic_Panel_Pressure_bar": 8.635978247212936, - "Cyclone_Filter_Drop_Pressure_bar": 6.426800318054282, - "Tower_Discharge_Pressure_Drop_bar": -0.016550607287448393, - "Reservoir_Pressure_bar": 8.634289898165397, - "Oil_Temperature_C": 61.176976716218995, - "Motor_Current_A": 3.1743744898390243, - "Air_Intake_Valve_Status": 0.7088978887682142, - "Compressor_Outlet_Valve_Status": 0.2911021112317858, - "Active_Tower_ID": 0.8582995951417004, - "Load_Start_Signal": 0.7088978887682142, - "Low_Pressure_Switch_Status": 0.11296445940992345, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-09T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8051907514450867, - "Pneumatic_Panel_Pressure_bar": 8.945595375722544, - "Cyclone_Filter_Drop_Pressure_bar": 8.102878612716763, - "Tower_Discharge_Pressure_Drop_bar": -0.021005780346819755, - "Reservoir_Pressure_bar": 8.94591907514451, - "Oil_Temperature_C": 65.52658959537573, - "Motor_Current_A": 2.194494219653179, - "Air_Intake_Valve_Status": 0.9075144508670521, - "Compressor_Outlet_Valve_Status": 0.09248554913294797, - "Active_Tower_ID": 0.953757225433526, - "Load_Start_Signal": 0.9075144508670521, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1973400556495524, - "Pneumatic_Panel_Pressure_bar": 9.065282064646498, - "Cyclone_Filter_Drop_Pressure_bar": 7.841037003477429, - "Tower_Discharge_Pressure_Drop_bar": -0.018986197200414896, - "Reservoir_Pressure_bar": 9.064929863388636, - "Oil_Temperature_C": 66.16205533147834, - "Motor_Current_A": 2.618439690933827, - "Air_Intake_Valve_Status": 0.8673124366859383, - "Compressor_Outlet_Valve_Status": 0.1326875633140618, - "Active_Tower_ID": 0.9364948266230452, - "Load_Start_Signal": 0.8673124366859383, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4556923076923076, - "Pneumatic_Panel_Pressure_bar": 8.989576923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.500379120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.004521978021976665, - "Reservoir_Pressure_bar": 8.990225274725274, - "Oil_Temperature_C": 66.12664835164834, - "Motor_Current_A": 2.4158173076923077, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.043984065934066, - "Pneumatic_Panel_Pressure_bar": 9.042477472527473, - "Cyclone_Filter_Drop_Pressure_bar": 7.954944505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.01812087912087801, - "Reservoir_Pressure_bar": 9.04343956043956, - "Oil_Temperature_C": 66.62790521978022, - "Motor_Current_A": 2.4439910714285715, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4378329670329673, - "Pneumatic_Panel_Pressure_bar": 9.053761538461538, - "Cyclone_Filter_Drop_Pressure_bar": 7.585063736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.009980219780218867, - "Reservoir_Pressure_bar": 9.05460989010989, - "Oil_Temperature_C": 66.75206043956044, - "Motor_Current_A": 2.647778846153846, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.405846153846154, - "Pneumatic_Panel_Pressure_bar": 8.980758241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.539502747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.01963186813186701, - "Reservoir_Pressure_bar": 8.98160989010989, - "Oil_Temperature_C": 66.29876373626374, - "Motor_Current_A": 2.381476648351648, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5174186813186814, - "Pneumatic_Panel_Pressure_bar": 9.019286813186813, - "Cyclone_Filter_Drop_Pressure_bar": 7.473472527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.02137582417582292, - "Reservoir_Pressure_bar": 9.019995604395605, - "Oil_Temperature_C": 67.29241758241758, - "Motor_Current_A": 2.760304945054945, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5272735042735044, - "Pneumatic_Panel_Pressure_bar": 9.05644078144078, - "Cyclone_Filter_Drop_Pressure_bar": 7.514899267399267, - "Tower_Discharge_Pressure_Drop_bar": -0.00923626373626294, - "Reservoir_Pressure_bar": 9.057288156288157, - "Oil_Temperature_C": 68.49302503052503, - "Motor_Current_A": 3.1257562576312576, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.531203296703297, - "Pneumatic_Panel_Pressure_bar": 9.05432967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.484307692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.015285714285713735, - "Reservoir_Pressure_bar": 9.055285714285715, - "Oil_Temperature_C": 67.90322802197802, - "Motor_Current_A": 2.7298008241758245, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4846879120879126, - "Pneumatic_Panel_Pressure_bar": 9.001074725274725, - "Cyclone_Filter_Drop_Pressure_bar": 7.4589868131868124, - "Tower_Discharge_Pressure_Drop_bar": -0.01943956043956023, - "Reservoir_Pressure_bar": 9.002964835164835, - "Oil_Temperature_C": 67.96449175824176, - "Motor_Current_A": 2.692239010989011, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6563131868131873, - "Pneumatic_Panel_Pressure_bar": 9.141538461538461, - "Cyclone_Filter_Drop_Pressure_bar": 7.387625274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.01053846153846163, - "Reservoir_Pressure_bar": 9.143330769230769, - "Oil_Temperature_C": 68.90546703296704, - "Motor_Current_A": 2.839998626373626, - "Air_Intake_Valve_Status": 0.8104395604395604, - "Compressor_Outlet_Valve_Status": 0.18956043956043955, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.8104395604395604, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4186560439560443, - "Pneumatic_Panel_Pressure_bar": 9.013093406593407, - "Cyclone_Filter_Drop_Pressure_bar": 7.545543956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.015340659340658695, - "Reservoir_Pressure_bar": 9.015027472527471, - "Oil_Temperature_C": 68.74373626373627, - "Motor_Current_A": 2.6615755494505495, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4190802197802204, - "Pneumatic_Panel_Pressure_bar": 9.042675824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.590813186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.01601648351648208, - "Reservoir_Pressure_bar": 9.044743956043956, - "Oil_Temperature_C": 68.83402472527472, - "Motor_Current_A": 2.6299244505494506, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4955989010989017, - "Pneumatic_Panel_Pressure_bar": 9.094476373626375, - "Cyclone_Filter_Drop_Pressure_bar": 7.548628571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.015142857142855756, - "Reservoir_Pressure_bar": 9.096641208791208, - "Oil_Temperature_C": 69.15458104395604, - "Motor_Current_A": 2.478419642857143, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.377423076923078, - "Pneumatic_Panel_Pressure_bar": 9.06295054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.65310989010989, - "Tower_Discharge_Pressure_Drop_bar": 0.009983516483517406, - "Reservoir_Pressure_bar": 9.064527472527471, - "Oil_Temperature_C": 69.17039835164836, - "Motor_Current_A": 2.4526510989010992, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6250467032967044, - "Pneumatic_Panel_Pressure_bar": 9.082323076923076, - "Cyclone_Filter_Drop_Pressure_bar": 7.425764285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.011719780219779593, - "Reservoir_Pressure_bar": 9.083152197802198, - "Oil_Temperature_C": 70.20989010989011, - "Motor_Current_A": 2.7735714285714286, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2337802197802208, - "Pneumatic_Panel_Pressure_bar": 9.10380989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.855132417582418, - "Tower_Discharge_Pressure_Drop_bar": 0.0484456043956048, - "Reservoir_Pressure_bar": 9.104260989010989, - "Oil_Temperature_C": 69.93296016483517, - "Motor_Current_A": 2.508690934065934, - "Air_Intake_Valve_Status": 0.8684065934065934, - "Compressor_Outlet_Valve_Status": 0.1315934065934066, - "Active_Tower_ID": 0.9288461538461539, - "Load_Start_Signal": 0.8684065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.036842857142858, - "Pneumatic_Panel_Pressure_bar": 9.179732967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.134034065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.012094505494504911, - "Reservoir_Pressure_bar": 9.179767032967034, - "Oil_Temperature_C": 70.9068956043956, - "Motor_Current_A": 3.1612239010989014, - "Air_Intake_Valve_Status": 0.7802197802197802, - "Compressor_Outlet_Valve_Status": 0.21978021978021978, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.7802197802197802, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4540741758241769, - "Pneumatic_Panel_Pressure_bar": 9.083521978021977, - "Cyclone_Filter_Drop_Pressure_bar": 7.585354395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.013923076923076014, - "Reservoir_Pressure_bar": 9.083651098901099, - "Oil_Temperature_C": 70.2495879120879, - "Motor_Current_A": 2.9062603021978024, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4910616605616616, - "Pneumatic_Panel_Pressure_bar": 9.065336996336995, - "Cyclone_Filter_Drop_Pressure_bar": 7.557297313797314, - "Tower_Discharge_Pressure_Drop_bar": -0.015604395604394156, - "Reservoir_Pressure_bar": 9.065209401709401, - "Oil_Temperature_C": 69.42709096459096, - "Motor_Current_A": 2.6888682844932843, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998219, - "Pneumatic_Panel_Pressure_bar": 8.846499999999999, - "Cyclone_Filter_Drop_Pressure_bar": 8.834125, - "Tower_Discharge_Pressure_Drop_bar": -0.015249999999998612, - "Reservoir_Pressure_bar": 8.848625, - "Oil_Temperature_C": 67.253125, - "Motor_Current_A": 0.04015624999999997, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9621793250552308, - "Pneumatic_Panel_Pressure_bar": 7.208612782814047, - "Cyclone_Filter_Drop_Pressure_bar": 6.36797318503847, - "Tower_Discharge_Pressure_Drop_bar": -0.016525786546810743, - "Reservoir_Pressure_bar": 7.205458063533176, - "Oil_Temperature_C": 58.91386264950102, - "Motor_Current_A": 1.353809133846271, - "Air_Intake_Valve_Status": 0.7371067265940429, - "Compressor_Outlet_Valve_Status": 0.2628932734059572, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.7371067265940429, - "Low_Pressure_Switch_Status": 0.2628932734059572, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-10T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.7928738034121516, - "Pneumatic_Panel_Pressure_bar": 8.025435013794999, - "Cyclone_Filter_Drop_Pressure_bar": 5.408709159018419, - "Tower_Discharge_Pressure_Drop_bar": -0.016709763149963117, - "Reservoir_Pressure_bar": 8.023437304460439, - "Oil_Temperature_C": 59.315797692111516, - "Motor_Current_A": 3.716955453578916, - "Air_Intake_Valve_Status": 0.5842488598010738, - "Compressor_Outlet_Valve_Status": 0.4157511401989262, - "Active_Tower_ID": 0.782608695652174, - "Load_Start_Signal": 0.5842488598010738, - "Low_Pressure_Switch_Status": 0.2766207054163175, - "Tower_Discharge_Switch_Status": 0.9826086956521739, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-10T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.431612903225807, - "Pneumatic_Panel_Pressure_bar": 9.072064516129032, - "Cyclone_Filter_Drop_Pressure_bar": 7.676305376344086, - "Tower_Discharge_Pressure_Drop_bar": 0.004060215053763492, - "Reservoir_Pressure_bar": 9.071455913978495, - "Oil_Temperature_C": 64.51981182795699, - "Motor_Current_A": 2.6618817204301073, - "Air_Intake_Valve_Status": 0.8440860215053764, - "Compressor_Outlet_Valve_Status": 0.15591397849462366, - "Active_Tower_ID": 0.9193548387096774, - "Load_Start_Signal": 0.8440860215053764, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9946236559139785, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.3082206287920571, - "Pneumatic_Panel_Pressure_bar": 8.501226696083839, - "Cyclone_Filter_Drop_Pressure_bar": 8.223044677330392, - "Tower_Discharge_Pressure_Drop_bar": -0.01819525648097126, - "Reservoir_Pressure_bar": 8.500250413678986, - "Oil_Temperature_C": 62.535452289023716, - "Motor_Current_A": 4.007324875896305, - "Air_Intake_Valve_Status": 0.9023717595146167, - "Compressor_Outlet_Valve_Status": 0.09762824048538335, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9023717595146167, - "Low_Pressure_Switch_Status": 0.09762824048538335, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-11T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-11T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-11T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.4244594594594595, - "Pneumatic_Panel_Pressure_bar": 8.000290246768508, - "Cyclone_Filter_Drop_Pressure_bar": 5.670728946337642, - "Tower_Discharge_Pressure_Drop_bar": -0.021418723070895703, - "Reservoir_Pressure_bar": 7.998848805327066, - "Oil_Temperature_C": 56.60167450058755, - "Motor_Current_A": 3.2231482569526047, - "Air_Intake_Valve_Status": 0.6312181746964356, - "Compressor_Outlet_Valve_Status": 0.36878182530356446, - "Active_Tower_ID": 0.8115942028985508, - "Load_Start_Signal": 0.6312181746964356, - "Low_Pressure_Switch_Status": 0.21660791226008616, - "Tower_Discharge_Switch_Status": 0.9927536231884058, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1416626373626375, - "Pneumatic_Panel_Pressure_bar": 9.095996703296702, - "Cyclone_Filter_Drop_Pressure_bar": 7.929082417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.020423076923075906, - "Reservoir_Pressure_bar": 9.095978021978022, - "Oil_Temperature_C": 65.60918956043956, - "Motor_Current_A": 2.4671469780219777, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.545335164835165, - "Pneumatic_Panel_Pressure_bar": 9.022237362637362, - "Cyclone_Filter_Drop_Pressure_bar": 7.46822087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.010016483516483288, - "Reservoir_Pressure_bar": 9.022816483516483, - "Oil_Temperature_C": 66.6514423076923, - "Motor_Current_A": 2.4303983516483516, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4282904109589045, - "Pneumatic_Panel_Pressure_bar": 9.07773698630137, - "Cyclone_Filter_Drop_Pressure_bar": 7.611374246575343, - "Tower_Discharge_Pressure_Drop_bar": -0.018093150684931707, - "Reservoir_Pressure_bar": 9.079226301369864, - "Oil_Temperature_C": 68.16202739726027, - "Motor_Current_A": 2.6740561643835616, - "Air_Intake_Valve_Status": 0.8383561643835616, - "Compressor_Outlet_Valve_Status": 0.16164383561643836, - "Active_Tower_ID": 0.9205479452054794, - "Load_Start_Signal": 0.8383561643835616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0397142857142865, - "Pneumatic_Panel_Pressure_bar": 9.046438461538461, - "Cyclone_Filter_Drop_Pressure_bar": 7.957301098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.011895604395603668, - "Reservoir_Pressure_bar": 9.048713186813186, - "Oil_Temperature_C": 67.98812500000001, - "Motor_Current_A": 2.2315267857142858, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.544029120879122, - "Pneumatic_Panel_Pressure_bar": 9.073301648351649, - "Cyclone_Filter_Drop_Pressure_bar": 7.515387912087912, - "Tower_Discharge_Pressure_Drop_bar": 0.0008076923076938005, - "Reservoir_Pressure_bar": 9.075746703296703, - "Oil_Temperature_C": 68.90447115384616, - "Motor_Current_A": 2.6931092032967032, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5386483516483525, - "Pneumatic_Panel_Pressure_bar": 9.09746923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.509738461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.0009120879120866128, - "Reservoir_Pressure_bar": 9.10013956043956, - "Oil_Temperature_C": 69.66608516483517, - "Motor_Current_A": 2.7092101648351647, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.480065934065935, - "Pneumatic_Panel_Pressure_bar": 9.051249694749695, - "Cyclone_Filter_Drop_Pressure_bar": 7.554167277167278, - "Tower_Discharge_Pressure_Drop_bar": -0.013752747252746219, - "Reservoir_Pressure_bar": 9.053540903540904, - "Oil_Temperature_C": 69.09385683760684, - "Motor_Current_A": 2.354175824175824, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.151940273972604, - "Pneumatic_Panel_Pressure_bar": 9.039119452054795, - "Cyclone_Filter_Drop_Pressure_bar": 7.830878356164383, - "Tower_Discharge_Pressure_Drop_bar": -0.0141808219178074, - "Reservoir_Pressure_bar": 9.04136602739726, - "Oil_Temperature_C": 69.37919178082191, - "Motor_Current_A": 2.364691780821918, - "Air_Intake_Valve_Status": 0.8684931506849315, - "Compressor_Outlet_Valve_Status": 0.13150684931506848, - "Active_Tower_ID": 0.9315068493150684, - "Load_Start_Signal": 0.8684931506849315, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5437560439560447, - "Pneumatic_Panel_Pressure_bar": 9.102493406593407, - "Cyclone_Filter_Drop_Pressure_bar": 7.507440659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.013012087912087725, - "Reservoir_Pressure_bar": 9.104335164835165, - "Oil_Temperature_C": 70.26251373626374, - "Motor_Current_A": 2.7052019230769235, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3827648351648363, - "Pneumatic_Panel_Pressure_bar": 9.105347252747253, - "Cyclone_Filter_Drop_Pressure_bar": 7.698517582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.011928571428571311, - "Reservoir_Pressure_bar": 9.106721978021978, - "Oil_Temperature_C": 70.13792582417582, - "Motor_Current_A": 2.611211538461539, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3427318681318692, - "Pneumatic_Panel_Pressure_bar": 9.04399010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.680862637362637, - "Tower_Discharge_Pressure_Drop_bar": 0.0051362637362639615, - "Reservoir_Pressure_bar": 9.044802197802198, - "Oil_Temperature_C": 69.42414835164836, - "Motor_Current_A": 2.143729395604396, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3724296703296714, - "Pneumatic_Panel_Pressure_bar": 9.105434065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.7195890109890115, - "Tower_Discharge_Pressure_Drop_bar": -0.013290109890109552, - "Reservoir_Pressure_bar": 9.105781318681318, - "Oil_Temperature_C": 70.05615384615385, - "Motor_Current_A": 2.581956043956044, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4358021978021989, - "Pneumatic_Panel_Pressure_bar": 9.066313186813186, - "Cyclone_Filter_Drop_Pressure_bar": 7.616554945054945, - "Tower_Discharge_Pressure_Drop_bar": 0.0006565934065942789, - "Reservoir_Pressure_bar": 9.066725274725275, - "Oil_Temperature_C": 69.82675137362638, - "Motor_Current_A": 2.623228021978022, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1558767772511862, - "Pneumatic_Panel_Pressure_bar": 9.047036018957346, - "Cyclone_Filter_Drop_Pressure_bar": 7.869405687203792, - "Tower_Discharge_Pressure_Drop_bar": -0.012834123222748064, - "Reservoir_Pressure_bar": 9.046865402843602, - "Oil_Temperature_C": 68.5616943127962, - "Motor_Current_A": 2.1605130331753557, - "Air_Intake_Valve_Status": 0.8720379146919431, - "Compressor_Outlet_Valve_Status": 0.12796208530805686, - "Active_Tower_ID": 0.943127962085308, - "Load_Start_Signal": 0.8720379146919431, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4161731179518448, - "Pneumatic_Panel_Pressure_bar": 8.879451996342578, - "Cyclone_Filter_Drop_Pressure_bar": 8.486223305902671, - "Tower_Discharge_Pressure_Drop_bar": -0.016310068068676548, - "Reservoir_Pressure_bar": 8.8791419282739, - "Oil_Temperature_C": 67.6087549527583, - "Motor_Current_A": 0.4274878085949404, - "Air_Intake_Valve_Status": 0.9224829828304378, - "Compressor_Outlet_Valve_Status": 0.07751701716956212, - "Active_Tower_ID": 0.9224829828304378, - "Load_Start_Signal": 0.9224829828304378, - "Low_Pressure_Switch_Status": 0.07751701716956212, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-11T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-11T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-11T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-11T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-12T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.898307282398168, - "Pneumatic_Panel_Pressure_bar": 7.142544110273225, - "Cyclone_Filter_Drop_Pressure_bar": -0.007392291230379971, - "Tower_Discharge_Pressure_Drop_bar": -0.01896669321246807, - "Reservoir_Pressure_bar": 7.142287094480112, - "Oil_Temperature_C": 59.52716249963131, - "Motor_Current_A": 3.8888890827934044, - "Air_Intake_Valve_Status": 0.00026218075396630507, - "Compressor_Outlet_Valve_Status": 0.9997378192460337, - "Active_Tower_ID": 0.5163912130120308, - "Load_Start_Signal": 0.00026218075396630507, - "Low_Pressure_Switch_Status": 0.5481249160202273, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.417901115418084, - "Pneumatic_Panel_Pressure_bar": 7.022239696226564, - "Cyclone_Filter_Drop_Pressure_bar": -0.009501305276479565, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 7.019746222608971, - "Oil_Temperature_C": 53.99040226247923, - "Motor_Current_A": 1.2711330195395931, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.24934736175935449, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-12T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.6557586188982314, - "Pneumatic_Panel_Pressure_bar": 8.060081107790687, - "Cyclone_Filter_Drop_Pressure_bar": 5.446280879441099, - "Tower_Discharge_Pressure_Drop_bar": -0.019343283582089386, - "Reservoir_Pressure_bar": 8.059258800137435, - "Oil_Temperature_C": 57.591219609963794, - "Motor_Current_A": 3.3219440133207865, - "Air_Intake_Valve_Status": 0.6044776119402985, - "Compressor_Outlet_Valve_Status": 0.39552238805970147, - "Active_Tower_ID": 0.8134328358208955, - "Load_Start_Signal": 0.6044776119402985, - "Low_Pressure_Switch_Status": 0.23745464592235405, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3682027472527478, - "Pneumatic_Panel_Pressure_bar": 9.088408791208792, - "Cyclone_Filter_Drop_Pressure_bar": 7.715431868131867, - "Tower_Discharge_Pressure_Drop_bar": -0.008016483516483439, - "Reservoir_Pressure_bar": 9.088956593406593, - "Oil_Temperature_C": 66.55649725274725, - "Motor_Current_A": 2.608999313186813, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4357142857142862, - "Pneumatic_Panel_Pressure_bar": 9.03502857142857, - "Cyclone_Filter_Drop_Pressure_bar": 7.543836263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.019153846153846042, - "Reservoir_Pressure_bar": 9.034941758241759, - "Oil_Temperature_C": 67.06134615384616, - "Motor_Current_A": 2.455888736263736, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0812769230769235, - "Pneumatic_Panel_Pressure_bar": 9.070683516483516, - "Cyclone_Filter_Drop_Pressure_bar": 7.976714285714285, - "Tower_Discharge_Pressure_Drop_bar": 0.002040659340659187, - "Reservoir_Pressure_bar": 9.070996703296704, - "Oil_Temperature_C": 66.9865934065934, - "Motor_Current_A": 2.2506442307692307, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4664274725274726, - "Pneumatic_Panel_Pressure_bar": 9.028356043956045, - "Cyclone_Filter_Drop_Pressure_bar": 7.556718681318681, - "Tower_Discharge_Pressure_Drop_bar": -0.018120879120879365, - "Reservoir_Pressure_bar": 9.028987912087914, - "Oil_Temperature_C": 67.0737912087912, - "Motor_Current_A": 2.278983516483516, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1013956043956048, - "Pneumatic_Panel_Pressure_bar": 9.107285714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.007241758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.002357142857142445, - "Reservoir_Pressure_bar": 9.108532967032966, - "Oil_Temperature_C": 67.30137362637363, - "Motor_Current_A": 2.2379532967032967, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0791703296703303, - "Pneumatic_Panel_Pressure_bar": 9.07535054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.983151648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.012307692307691232, - "Reservoir_Pressure_bar": 9.077246153846154, - "Oil_Temperature_C": 67.48108516483516, - "Motor_Current_A": 2.140175824175824, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0605791208791218, - "Pneumatic_Panel_Pressure_bar": 9.032182417582417, - "Cyclone_Filter_Drop_Pressure_bar": 7.968454945054946, - "Tower_Discharge_Pressure_Drop_bar": -0.0075989010988995786, - "Reservoir_Pressure_bar": 9.034784615384615, - "Oil_Temperature_C": 67.32865384615386, - "Motor_Current_A": 1.9813324175824176, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.394937912087913, - "Pneumatic_Panel_Pressure_bar": 9.137667032967032, - "Cyclone_Filter_Drop_Pressure_bar": 7.677958241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.014978021978020731, - "Reservoir_Pressure_bar": 9.139754945054946, - "Oil_Temperature_C": 68.33743818681319, - "Motor_Current_A": 2.476868131868132, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4842794520547957, - "Pneumatic_Panel_Pressure_bar": 9.066383561643836, - "Cyclone_Filter_Drop_Pressure_bar": 7.538598356164384, - "Tower_Discharge_Pressure_Drop_bar": -0.006778082191779815, - "Reservoir_Pressure_bar": 9.067998904109588, - "Oil_Temperature_C": 68.97746575342467, - "Motor_Current_A": 2.4399082191780823, - "Air_Intake_Valve_Status": 0.8356164383561644, - "Compressor_Outlet_Valve_Status": 0.1643835616438356, - "Active_Tower_ID": 0.9123287671232877, - "Load_Start_Signal": 0.8356164383561644, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.509082967032968, - "Pneumatic_Panel_Pressure_bar": 9.026101648351649, - "Cyclone_Filter_Drop_Pressure_bar": 7.481875824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.003137362637361877, - "Reservoir_Pressure_bar": 9.027601648351649, - "Oil_Temperature_C": 69.9086401098901, - "Motor_Current_A": 2.683548076923077, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5317884615384625, - "Pneumatic_Panel_Pressure_bar": 9.150917032967032, - "Cyclone_Filter_Drop_Pressure_bar": 7.588450549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.012943406593406077, - "Reservoir_Pressure_bar": 9.151922527472527, - "Oil_Temperature_C": 70.43759615384616, - "Motor_Current_A": 2.82262293956044, - "Air_Intake_Valve_Status": 0.8304945054945055, - "Compressor_Outlet_Valve_Status": 0.16950549450549451, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8304945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.551173076923078, - "Pneumatic_Panel_Pressure_bar": 9.112593406593406, - "Cyclone_Filter_Drop_Pressure_bar": 7.554791208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.013912087912087182, - "Reservoir_Pressure_bar": 9.113423076923077, - "Oil_Temperature_C": 70.35175137362637, - "Motor_Current_A": 2.825336538461539, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4852032967032978, - "Pneumatic_Panel_Pressure_bar": 9.070882417582418, - "Cyclone_Filter_Drop_Pressure_bar": 7.554486813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.01362087912087821, - "Reservoir_Pressure_bar": 9.07156923076923, - "Oil_Temperature_C": 70.47928571428571, - "Motor_Current_A": 2.873662087912088, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8718295281582962, - "Pneumatic_Panel_Pressure_bar": 9.03727305936073, - "Cyclone_Filter_Drop_Pressure_bar": 7.102242313546424, - "Tower_Discharge_Pressure_Drop_bar": -0.005961035007609203, - "Reservoir_Pressure_bar": 9.037984779299848, - "Oil_Temperature_C": 70.24321156773212, - "Motor_Current_A": 2.9239315068493155, - "Air_Intake_Valve_Status": 0.7890410958904109, - "Compressor_Outlet_Valve_Status": 0.21095890410958903, - "Active_Tower_ID": 0.8904109589041096, - "Load_Start_Signal": 0.7890410958904109, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6607729281767964, - "Pneumatic_Panel_Pressure_bar": 9.120049723756907, - "Cyclone_Filter_Drop_Pressure_bar": 7.435082320441989, - "Tower_Discharge_Pressure_Drop_bar": -0.005867955801103632, - "Reservoir_Pressure_bar": 9.12067955801105, - "Oil_Temperature_C": 70.752817679558, - "Motor_Current_A": 3.2068604972375696, - "Air_Intake_Valve_Status": 0.8176795580110497, - "Compressor_Outlet_Valve_Status": 0.18232044198895028, - "Active_Tower_ID": 0.9116022099447514, - "Load_Start_Signal": 0.8176795580110497, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972375690607734, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.00038277606905247227, - "Pneumatic_Panel_Pressure_bar": 8.362015279293582, - "Cyclone_Filter_Drop_Pressure_bar": 8.34287607897609, - "Tower_Discharge_Pressure_Drop_bar": -0.016002182756224018, - "Reservoir_Pressure_bar": 8.366008731024904, - "Oil_Temperature_C": 66.99514336739756, - "Motor_Current_A": 0.04638456196051196, - "Air_Intake_Valve_Status": 0.998908621887092, - "Compressor_Outlet_Valve_Status": 0.0010913781129080265, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.998908621887092, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-12T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-12T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-12T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-12T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-13T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8115587582927095, - "Pneumatic_Panel_Pressure_bar": 9.156755144426148, - "Cyclone_Filter_Drop_Pressure_bar": 7.358683555615337, - "Tower_Discharge_Pressure_Drop_bar": -0.019085826001434283, - "Reservoir_Pressure_bar": 9.156464109374864, - "Oil_Temperature_C": 66.17279553607041, - "Motor_Current_A": 3.3134068260074274, - "Air_Intake_Valve_Status": 0.8127916972694239, - "Compressor_Outlet_Valve_Status": 0.18720830273057612, - "Active_Tower_ID": 0.9060402684563759, - "Load_Start_Signal": 0.8127916972694239, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9470016483516488, - "Pneumatic_Panel_Pressure_bar": 9.034565384615384, - "Cyclone_Filter_Drop_Pressure_bar": 7.077887912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.017543956043956314, - "Reservoir_Pressure_bar": 9.035213736263735, - "Oil_Temperature_C": 68.99864697802198, - "Motor_Current_A": 3.04709684065934, - "Air_Intake_Valve_Status": 0.7884615384615384, - "Compressor_Outlet_Valve_Status": 0.21153846153846154, - "Active_Tower_ID": 0.8928571428571429, - "Load_Start_Signal": 0.7884615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5751087912087922, - "Pneumatic_Panel_Pressure_bar": 9.07193021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.475776373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.00946153846153789, - "Reservoir_Pressure_bar": 9.073451648351648, - "Oil_Temperature_C": 70.39348901098901, - "Motor_Current_A": 3.2220528846153846, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9840934065934073, - "Pneumatic_Panel_Pressure_bar": 9.086961538461539, - "Cyclone_Filter_Drop_Pressure_bar": 7.03989010989011, - "Tower_Discharge_Pressure_Drop_bar": 0.0010604395604409881, - "Reservoir_Pressure_bar": 9.088587912087913, - "Oil_Temperature_C": 70.80865384615385, - "Motor_Current_A": 3.441710164835165, - "Air_Intake_Valve_Status": 0.7774725274725275, - "Compressor_Outlet_Valve_Status": 0.22252747252747251, - "Active_Tower_ID": 0.8846153846153846, - "Load_Start_Signal": 0.7774725274725275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.973317032967034, - "Pneumatic_Panel_Pressure_bar": 9.056804945054946, - "Cyclone_Filter_Drop_Pressure_bar": 7.057797802197802, - "Tower_Discharge_Pressure_Drop_bar": 0.01487362637362754, - "Reservoir_Pressure_bar": 9.058462637362638, - "Oil_Temperature_C": 70.81707417582417, - "Motor_Current_A": 3.3874354395604396, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0033434065934075, - "Pneumatic_Panel_Pressure_bar": 9.059906593406593, - "Cyclone_Filter_Drop_Pressure_bar": 7.018307692307693, - "Tower_Discharge_Pressure_Drop_bar": -0.013884615384614392, - "Reservoir_Pressure_bar": 9.06079945054945, - "Oil_Temperature_C": 71.11050824175824, - "Motor_Current_A": 3.5905700549450548, - "Air_Intake_Valve_Status": 0.7774725274725275, - "Compressor_Outlet_Valve_Status": 0.22252747252747251, - "Active_Tower_ID": 0.8928571428571429, - "Load_Start_Signal": 0.7774725274725275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.370928571428572, - "Pneumatic_Panel_Pressure_bar": 9.092651648351648, - "Cyclone_Filter_Drop_Pressure_bar": 6.68144120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.013562087912087184, - "Reservoir_Pressure_bar": 9.093684615384616, - "Oil_Temperature_C": 70.99914835164834, - "Motor_Current_A": 3.7766243131868134, - "Air_Intake_Valve_Status": 0.7362637362637363, - "Compressor_Outlet_Valve_Status": 0.26373626373626374, - "Active_Tower_ID": 0.8681318681318682, - "Load_Start_Signal": 0.7362637362637363, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.203601648351649, - "Pneumatic_Panel_Pressure_bar": 9.127810989010989, - "Cyclone_Filter_Drop_Pressure_bar": 6.894213736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.01577417582417444, - "Reservoir_Pressure_bar": 9.129508241758241, - "Oil_Temperature_C": 71.30262362637362, - "Motor_Current_A": 3.6367960164835167, - "Air_Intake_Valve_Status": 0.7582417582417582, - "Compressor_Outlet_Valve_Status": 0.24175824175824176, - "Active_Tower_ID": 0.873901098901099, - "Load_Start_Signal": 0.7582417582417582, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.463482967032968, - "Pneumatic_Panel_Pressure_bar": 9.141506043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.669424175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.000642307692306727, - "Reservoir_Pressure_bar": 9.145654395604396, - "Oil_Temperature_C": 70.24575549450549, - "Motor_Current_A": 2.94460989010989, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0055934065934076, - "Pneumatic_Panel_Pressure_bar": 9.033000000000001, - "Cyclone_Filter_Drop_Pressure_bar": 7.990038461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.012313186813186907, - "Reservoir_Pressure_bar": 9.037824175824175, - "Oil_Temperature_C": 67.75597527472527, - "Motor_Current_A": 1.6709546703296705, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9845439560439571, - "Pneumatic_Panel_Pressure_bar": 9.03328021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.040967032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.011456043956043742, - "Reservoir_Pressure_bar": 9.037186813186814, - "Oil_Temperature_C": 68.59498626373626, - "Motor_Current_A": 1.7679629120879123, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6999732590529256, - "Pneumatic_Panel_Pressure_bar": 9.09908635097493, - "Cyclone_Filter_Drop_Pressure_bar": 8.353608913649024, - "Tower_Discharge_Pressure_Drop_bar": -0.011838440111420791, - "Reservoir_Pressure_bar": 9.10128913649025, - "Oil_Temperature_C": 68.54520891364902, - "Motor_Current_A": 1.7787298050139277, - "Air_Intake_Valve_Status": 0.92033426183844, - "Compressor_Outlet_Valve_Status": 0.07966573816155989, - "Active_Tower_ID": 0.9554317548746518, - "Load_Start_Signal": 0.92033426183844, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.03035657686212559, - "Pneumatic_Panel_Pressure_bar": 8.358763866877972, - "Cyclone_Filter_Drop_Pressure_bar": 8.308904912836766, - "Tower_Discharge_Pressure_Drop_bar": -0.0120000000000004, - "Reservoir_Pressure_bar": 8.362659270998416, - "Oil_Temperature_C": 64.75063391442156, - "Motor_Current_A": 0.08018819334389907, - "Air_Intake_Valve_Status": 0.991283676703645, - "Compressor_Outlet_Valve_Status": 0.008716323296354992, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.991283676703645, - "Low_Pressure_Switch_Status": 0.008716323296354992, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.871813174963648, - "Pneumatic_Panel_Pressure_bar": 8.531046285555574, - "Cyclone_Filter_Drop_Pressure_bar": 5.814520610387701, - "Tower_Discharge_Pressure_Drop_bar": -0.012329896907216711, - "Reservoir_Pressure_bar": 8.53041792605421, - "Oil_Temperature_C": 67.20950177267306, - "Motor_Current_A": 3.702750767886026, - "Air_Intake_Valve_Status": 0.6125851618278956, - "Compressor_Outlet_Valve_Status": 0.3874148381721045, - "Active_Tower_ID": 0.8144329896907216, - "Load_Start_Signal": 0.6125851618278956, - "Low_Pressure_Switch_Status": 0.23277566291437254, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.092691017964073, - "Pneumatic_Panel_Pressure_bar": 9.000062275449102, - "Cyclone_Filter_Drop_Pressure_bar": 7.888522155688623, - "Tower_Discharge_Pressure_Drop_bar": -0.012413173652694773, - "Reservoir_Pressure_bar": 9.001046706586827, - "Oil_Temperature_C": 67.83763473053892, - "Motor_Current_A": 2.0080239520958085, - "Air_Intake_Valve_Status": 0.8802395209580839, - "Compressor_Outlet_Valve_Status": 0.11976047904191617, - "Active_Tower_ID": 0.9341317365269461, - "Load_Start_Signal": 0.8802395209580839, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0209835164835177, - "Pneumatic_Panel_Pressure_bar": 9.01364010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.967425824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.012381868131868201, - "Reservoir_Pressure_bar": 9.014766483516484, - "Oil_Temperature_C": 68.07475961538462, - "Motor_Current_A": 1.6709924450549452, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6780549450549462, - "Pneumatic_Panel_Pressure_bar": 9.061730769230769, - "Cyclone_Filter_Drop_Pressure_bar": 8.369917582417584, - "Tower_Discharge_Pressure_Drop_bar": -0.011304945054945144, - "Reservoir_Pressure_bar": 9.063423076923076, - "Oil_Temperature_C": 68.29522664835166, - "Motor_Current_A": 1.6955082417582417, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0386445054945066, - "Pneumatic_Panel_Pressure_bar": 9.099670879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.029423626373626, - "Tower_Discharge_Pressure_Drop_bar": 0.00577857142857162, - "Reservoir_Pressure_bar": 9.100914285714286, - "Oil_Temperature_C": 68.3609065934066, - "Motor_Current_A": 1.9910831043956043, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0304725274725286, - "Pneumatic_Panel_Pressure_bar": 9.071796703296704, - "Cyclone_Filter_Drop_Pressure_bar": 8.023373626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.008269230769230305, - "Reservoir_Pressure_bar": 9.07354945054945, - "Oil_Temperature_C": 68.01895604395605, - "Motor_Current_A": 1.9949381868131868, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9878681318681332, - "Pneumatic_Panel_Pressure_bar": 9.013067032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.990204395604396, - "Tower_Discharge_Pressure_Drop_bar": 0.001401098901099725, - "Reservoir_Pressure_bar": 9.014434615384616, - "Oil_Temperature_C": 67.36087912087912, - "Motor_Current_A": 1.7097527472527476, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8007876923076936, - "Pneumatic_Panel_Pressure_bar": 9.02668923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.177415384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.014701538461537364, - "Reservoir_Pressure_bar": 9.028610461538461, - "Oil_Temperature_C": 67.83032307692308, - "Motor_Current_A": 2.1943738461538462, - "Air_Intake_Valve_Status": 0.9046153846153846, - "Compressor_Outlet_Valve_Status": 0.09538461538461539, - "Active_Tower_ID": 0.9415384615384615, - "Load_Start_Signal": 0.9046153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0143818681318695, - "Pneumatic_Panel_Pressure_bar": 9.091342857142857, - "Cyclone_Filter_Drop_Pressure_bar": 8.067051648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.012410439560438224, - "Reservoir_Pressure_bar": 9.092454395604396, - "Oil_Temperature_C": 67.12324175824176, - "Motor_Current_A": 1.9418255494505496, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9895549450549465, - "Pneumatic_Panel_Pressure_bar": 9.047521978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.029747252747253, - "Tower_Discharge_Pressure_Drop_bar": -0.01621978021977881, - "Reservoir_Pressure_bar": 9.04792857142857, - "Oil_Temperature_C": 66.05590659340659, - "Motor_Current_A": 1.9193887362637363, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-13T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9936598901098908, - "Pneumatic_Panel_Pressure_bar": 9.003775824175825, - "Cyclone_Filter_Drop_Pressure_bar": 7.99072087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.005890109890109671, - "Reservoir_Pressure_bar": 9.003862637362637, - "Oil_Temperature_C": 65.21168956043957, - "Motor_Current_A": 1.8428028846153843, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6661609890109896, - "Pneumatic_Panel_Pressure_bar": 8.909310989010988, - "Cyclone_Filter_Drop_Pressure_bar": 7.880482967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.009300549450549731, - "Reservoir_Pressure_bar": 8.909578021978023, - "Oil_Temperature_C": 64.22999313186813, - "Motor_Current_A": 1.4322445054945054, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7210791208791208, - "Pneumatic_Panel_Pressure_bar": 6.854545054945055, - "Cyclone_Filter_Drop_Pressure_bar": 0.8295736263736279, - "Tower_Discharge_Pressure_Drop_bar": -0.017964835164835474, - "Reservoir_Pressure_bar": 6.854860439560439, - "Oil_Temperature_C": 56.46896978021979, - "Motor_Current_A": 0.7984903846153844, - "Air_Intake_Valve_Status": 0.08626373626373626, - "Compressor_Outlet_Valve_Status": 0.9137362637362638, - "Active_Tower_ID": 0.5423076923076923, - "Load_Start_Signal": 0.08626373626373626, - "Low_Pressure_Switch_Status": 0.5989010989010989, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9097428571428577, - "Pneumatic_Panel_Pressure_bar": 8.948756043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.013130769230768, - "Tower_Discharge_Pressure_Drop_bar": -0.015847252747252846, - "Reservoir_Pressure_bar": 8.948768131868132, - "Oil_Temperature_C": 62.667376373626375, - "Motor_Current_A": 1.600787087912088, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7089560439560442, - "Pneumatic_Panel_Pressure_bar": 9.050785714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.308972527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.019565934065933793, - "Reservoir_Pressure_bar": 9.051203296703296, - "Oil_Temperature_C": 64.21586538461538, - "Motor_Current_A": 1.7493406593406593, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9994895604395607, - "Pneumatic_Panel_Pressure_bar": 9.03730989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.026908241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.005214285714285331, - "Reservoir_Pressure_bar": 9.037628571428572, - "Oil_Temperature_C": 64.2323901098901, - "Motor_Current_A": 1.9468399725274725, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9302582417582419, - "Pneumatic_Panel_Pressure_bar": 8.9850231990232, - "Cyclone_Filter_Drop_Pressure_bar": 8.02769474969475, - "Tower_Discharge_Pressure_Drop_bar": -0.01976923076923033, - "Reservoir_Pressure_bar": 8.985667277167277, - "Oil_Temperature_C": 64.00758547008547, - "Motor_Current_A": 1.9290987484737483, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1730392156862748, - "Pneumatic_Panel_Pressure_bar": 8.864812636165578, - "Cyclone_Filter_Drop_Pressure_bar": 7.685244008714597, - "Tower_Discharge_Pressure_Drop_bar": -0.01934422657952049, - "Reservoir_Pressure_bar": 8.865762527233116, - "Oil_Temperature_C": 63.4411220043573, - "Motor_Current_A": 1.3591476034858387, - "Air_Intake_Valve_Status": 0.8725490196078431, - "Compressor_Outlet_Valve_Status": 0.12745098039215685, - "Active_Tower_ID": 0.9313725490196079, - "Load_Start_Signal": 0.8725490196078431, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.35209798778578105, - "Pneumatic_Panel_Pressure_bar": 9.658114821484498, - "Cyclone_Filter_Drop_Pressure_bar": 9.305963944566239, - "Tower_Discharge_Pressure_Drop_bar": -0.01810190259943681, - "Reservoir_Pressure_bar": 9.658114821484498, - "Oil_Temperature_C": 70.3756772627623, - "Motor_Current_A": 3.999611405809583, - "Air_Intake_Valve_Status": 0.9490487002818666, - "Compressor_Outlet_Valve_Status": 0.05095129971813342, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9490487002818666, - "Low_Pressure_Switch_Status": 0.05095129971813342, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-14T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.4029144022982973, - "Pneumatic_Panel_Pressure_bar": 9.041228197298578, - "Cyclone_Filter_Drop_Pressure_bar": 6.6715778889317185, - "Tower_Discharge_Pressure_Drop_bar": -0.00190735402764075, - "Reservoir_Pressure_bar": 9.042407684478064, - "Oil_Temperature_C": 66.45229859789444, - "Motor_Current_A": 3.3998895648634435, - "Air_Intake_Valve_Status": 0.728374268230986, - "Compressor_Outlet_Valve_Status": 0.27162573176901395, - "Active_Tower_ID": 0.8717948717948718, - "Load_Start_Signal": 0.728374268230986, - "Low_Pressure_Switch_Status": 0.03572829587157805, - "Tower_Discharge_Switch_Status": 0.9948717948717949, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4843576923076933, - "Pneumatic_Panel_Pressure_bar": 9.072168681318681, - "Cyclone_Filter_Drop_Pressure_bar": 7.53173956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.017598901098901273, - "Reservoir_Pressure_bar": 9.073475274725274, - "Oil_Temperature_C": 68.74712912087912, - "Motor_Current_A": 3.005849587912088, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9528170329670334, - "Pneumatic_Panel_Pressure_bar": 9.045520879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.035334065934067, - "Tower_Discharge_Pressure_Drop_bar": -0.018476373626373836, - "Reservoir_Pressure_bar": 9.046954945054946, - "Oil_Temperature_C": 68.87158653846154, - "Motor_Current_A": 3.0562431318681322, - "Air_Intake_Valve_Status": 0.7802197802197802, - "Compressor_Outlet_Valve_Status": 0.21978021978021978, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.7802197802197802, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-14T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.1998571428571436, - "Pneumatic_Panel_Pressure_bar": 9.077934065934066, - "Cyclone_Filter_Drop_Pressure_bar": 5.83654945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.018129120879121077, - "Reservoir_Pressure_bar": 9.079574175824176, - "Oil_Temperature_C": 71.94869505494506, - "Motor_Current_A": 4.453643543956044, - "Air_Intake_Valve_Status": 0.6456043956043956, - "Compressor_Outlet_Valve_Status": 0.3543956043956044, - "Active_Tower_ID": 0.8186813186813187, - "Load_Start_Signal": 0.6456043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.1423978021978027, - "Pneumatic_Panel_Pressure_bar": 9.083041758241757, - "Cyclone_Filter_Drop_Pressure_bar": 5.95867032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.002096703296703471, - "Reservoir_Pressure_bar": 9.084585714285716, - "Oil_Temperature_C": 72.36945054945055, - "Motor_Current_A": 4.429273351648352, - "Air_Intake_Valve_Status": 0.6593406593406593, - "Compressor_Outlet_Valve_Status": 0.34065934065934067, - "Active_Tower_ID": 0.8351648351648352, - "Load_Start_Signal": 0.6593406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.2470439560439566, - "Pneumatic_Panel_Pressure_bar": 9.084476373626375, - "Cyclone_Filter_Drop_Pressure_bar": 5.843535164835165, - "Tower_Discharge_Pressure_Drop_bar": 0.006630219780220139, - "Reservoir_Pressure_bar": 9.085996703296702, - "Oil_Temperature_C": 72.35750686813186, - "Motor_Current_A": 4.44815728021978, - "Air_Intake_Valve_Status": 0.6483516483516484, - "Compressor_Outlet_Valve_Status": 0.3516483516483517, - "Active_Tower_ID": 0.8214285714285714, - "Load_Start_Signal": 0.6483516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.3096153846153853, - "Pneumatic_Panel_Pressure_bar": 9.083993406593407, - "Cyclone_Filter_Drop_Pressure_bar": 5.770520879120879, - "Tower_Discharge_Pressure_Drop_bar": 0.005269780219781169, - "Reservoir_Pressure_bar": 9.085437912087912, - "Oil_Temperature_C": 72.41716346153846, - "Motor_Current_A": 4.467993818681319, - "Air_Intake_Valve_Status": 0.6401098901098901, - "Compressor_Outlet_Valve_Status": 0.3598901098901099, - "Active_Tower_ID": 0.8214285714285714, - "Load_Start_Signal": 0.6401098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.231669421487604, - "Pneumatic_Panel_Pressure_bar": 9.052914600550965, - "Cyclone_Filter_Drop_Pressure_bar": 5.8383085399449035, - "Tower_Discharge_Pressure_Drop_bar": -0.0039228650137741175, - "Reservoir_Pressure_bar": 9.05460606060606, - "Oil_Temperature_C": 72.2504820936639, - "Motor_Current_A": 4.446542699724518, - "Air_Intake_Valve_Status": 0.6473829201101928, - "Compressor_Outlet_Valve_Status": 0.3526170798898072, - "Active_Tower_ID": 0.8181818181818182, - "Load_Start_Signal": 0.6473829201101928, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.4722747252747257, - "Pneumatic_Panel_Pressure_bar": 9.051802197802198, - "Cyclone_Filter_Drop_Pressure_bar": 5.519274725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.006236263736263937, - "Reservoir_Pressure_bar": 9.053571428571429, - "Oil_Temperature_C": 72.12912087912088, - "Motor_Current_A": 4.513688186813187, - "Air_Intake_Valve_Status": 0.6153846153846154, - "Compressor_Outlet_Valve_Status": 0.38461538461538464, - "Active_Tower_ID": 0.8104395604395604, - "Load_Start_Signal": 0.6153846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.791426373626374, - "Pneumatic_Panel_Pressure_bar": 9.143401098901098, - "Cyclone_Filter_Drop_Pressure_bar": 5.388451648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.01838461538461561, - "Reservoir_Pressure_bar": 9.144534065934065, - "Oil_Temperature_C": 72.63967032967032, - "Motor_Current_A": 4.584034340659341, - "Air_Intake_Valve_Status": 0.5934065934065934, - "Compressor_Outlet_Valve_Status": 0.4065934065934066, - "Active_Tower_ID": 0.7912087912087912, - "Load_Start_Signal": 0.5934065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.6061445054945063, - "Pneumatic_Panel_Pressure_bar": 9.069903846153847, - "Cyclone_Filter_Drop_Pressure_bar": 5.5171236263736265, - "Tower_Discharge_Pressure_Drop_bar": -0.0018021978021977856, - "Reservoir_Pressure_bar": 9.070987912087912, - "Oil_Temperature_C": 72.94835851648351, - "Motor_Current_A": 4.5328784340659345, - "Air_Intake_Valve_Status": 0.6126373626373627, - "Compressor_Outlet_Valve_Status": 0.3873626373626374, - "Active_Tower_ID": 0.8076923076923077, - "Load_Start_Signal": 0.6126373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.8113461538461544, - "Pneumatic_Panel_Pressure_bar": 9.090078021978021, - "Cyclone_Filter_Drop_Pressure_bar": 5.294396703296704, - "Tower_Discharge_Pressure_Drop_bar": 0.018646153846154624, - "Reservoir_Pressure_bar": 9.091226373626373, - "Oil_Temperature_C": 73.23197802197802, - "Motor_Current_A": 4.570189560439561, - "Air_Intake_Valve_Status": 0.5851648351648352, - "Compressor_Outlet_Valve_Status": 0.41483516483516486, - "Active_Tower_ID": 0.8021978021978022, - "Load_Start_Signal": 0.5851648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.8817912087912094, - "Pneumatic_Panel_Pressure_bar": 9.143076923076922, - "Cyclone_Filter_Drop_Pressure_bar": 5.28167032967033, - "Tower_Discharge_Pressure_Drop_bar": 0.025082417582418966, - "Reservoir_Pressure_bar": 9.144656593406594, - "Oil_Temperature_C": 73.56092032967032, - "Motor_Current_A": 4.580061813186813, - "Air_Intake_Valve_Status": 0.5824175824175825, - "Compressor_Outlet_Valve_Status": 0.4175824175824176, - "Active_Tower_ID": 0.7843406593406593, - "Load_Start_Signal": 0.5824175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.6792890109890113, - "Pneumatic_Panel_Pressure_bar": 9.142324175824175, - "Cyclone_Filter_Drop_Pressure_bar": 5.4404087912087915, - "Tower_Discharge_Pressure_Drop_bar": -0.014576923076922089, - "Reservoir_Pressure_bar": 9.14396153846154, - "Oil_Temperature_C": 73.88019230769231, - "Motor_Current_A": 4.531906593406593, - "Air_Intake_Valve_Status": 0.5989010989010989, - "Compressor_Outlet_Valve_Status": 0.4010989010989011, - "Active_Tower_ID": 0.804945054945055, - "Load_Start_Signal": 0.5989010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.283968131868132, - "Pneumatic_Panel_Pressure_bar": 9.101493406593407, - "Cyclone_Filter_Drop_Pressure_bar": 4.755048351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.005713186813186555, - "Reservoir_Pressure_bar": 9.102767032967034, - "Oil_Temperature_C": 74.31840659340659, - "Motor_Current_A": 4.662543956043955, - "Air_Intake_Valve_Status": 0.5274725274725275, - "Compressor_Outlet_Valve_Status": 0.4725274725274725, - "Active_Tower_ID": 0.7637362637362637, - "Load_Start_Signal": 0.5274725274725275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.737381369863014, - "Pneumatic_Panel_Pressure_bar": 9.214531506849315, - "Cyclone_Filter_Drop_Pressure_bar": 4.533402191780822, - "Tower_Discharge_Pressure_Drop_bar": 0.000514520547945187, - "Reservoir_Pressure_bar": 9.215472876712328, - "Oil_Temperature_C": 75.54322602739727, - "Motor_Current_A": 4.742011643835617, - "Air_Intake_Valve_Status": 0.4986301369863014, - "Compressor_Outlet_Valve_Status": 0.5013698630136987, - "Active_Tower_ID": 0.7452054794520548, - "Load_Start_Signal": 0.4986301369863014, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.0830225274725285, - "Pneumatic_Panel_Pressure_bar": 9.243313186813186, - "Cyclone_Filter_Drop_Pressure_bar": 3.1903016483516486, - "Tower_Discharge_Pressure_Drop_bar": 0.006192857142858188, - "Reservoir_Pressure_bar": 9.242967582417583, - "Oil_Temperature_C": 77.55298763736263, - "Motor_Current_A": 5.052783653846154, - "Air_Intake_Valve_Status": 0.3516483516483517, - "Compressor_Outlet_Valve_Status": 0.6483516483516484, - "Active_Tower_ID": 0.6813186813186813, - "Load_Start_Signal": 0.3516483516483517, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.486065384615385, - "Pneumatic_Panel_Pressure_bar": 9.597131868131868, - "Cyclone_Filter_Drop_Pressure_bar": 1.290970879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.009476373626372155, - "Reservoir_Pressure_bar": 9.595384615384615, - "Oil_Temperature_C": 82.60840659340658, - "Motor_Current_A": 5.589736263736263, - "Air_Intake_Valve_Status": 0.14285714285714285, - "Compressor_Outlet_Valve_Status": 0.8571428571428571, - "Active_Tower_ID": 0.5714285714285714, - "Load_Start_Signal": 0.14285714285714285, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 9.477961538461539, - "Pneumatic_Panel_Pressure_bar": 9.211527472527473, - "Cyclone_Filter_Drop_Pressure_bar": -0.0021285714285713382, - "Tower_Discharge_Pressure_Drop_bar": -0.008192307692306687, - "Reservoir_Pressure_bar": 9.208813186813186, - "Oil_Temperature_C": 87.60688186813186, - "Motor_Current_A": 5.78364010989011, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.545292857142858, - "Pneumatic_Panel_Pressure_bar": 8.24692857142857, - "Cyclone_Filter_Drop_Pressure_bar": -0.002237912087911827, - "Tower_Discharge_Pressure_Drop_bar": -0.008369780219779126, - "Reservoir_Pressure_bar": 8.24508956043956, - "Oil_Temperature_C": 85.25731456043955, - "Motor_Current_A": 5.558854395604396, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4945054945054945, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 7.721445014245013, - "Pneumatic_Panel_Pressure_bar": 7.351645584045584, - "Cyclone_Filter_Drop_Pressure_bar": -0.0015954415954413023, - "Tower_Discharge_Pressure_Drop_bar": -0.009185185185183754, - "Reservoir_Pressure_bar": 7.348722507122508, - "Oil_Temperature_C": 82.19200854700856, - "Motor_Current_A": 5.3765056980056976, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4985754985754986, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.6495726495726496, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.3878236914600555, - "Pneumatic_Panel_Pressure_bar": 7.135763085399449, - "Cyclone_Filter_Drop_Pressure_bar": 1.0857465564738293, - "Tower_Discharge_Pressure_Drop_bar": -0.009201101928373144, - "Reservoir_Pressure_bar": 7.134407713498622, - "Oil_Temperature_C": 79.47968319559229, - "Motor_Current_A": 5.105681818181818, - "Air_Intake_Valve_Status": 0.11570247933884298, - "Compressor_Outlet_Valve_Status": 0.8842975206611571, - "Active_Tower_ID": 0.559228650137741, - "Load_Start_Signal": 0.11570247933884298, - "Low_Pressure_Switch_Status": 0.8319559228650137, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8728186813186818, - "Pneumatic_Panel_Pressure_bar": 9.072945054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.17339010989011, - "Tower_Discharge_Pressure_Drop_bar": 0.006131868131869036, - "Reservoir_Pressure_bar": 9.073857142857143, - "Oil_Temperature_C": 72.13042582417582, - "Motor_Current_A": 3.005247252747253, - "Air_Intake_Valve_Status": 0.7939560439560439, - "Compressor_Outlet_Valve_Status": 0.20604395604395603, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.7939560439560439, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5655824175824185, - "Pneumatic_Panel_Pressure_bar": 9.062534065934067, - "Cyclone_Filter_Drop_Pressure_bar": 7.490352747252747, - "Tower_Discharge_Pressure_Drop_bar": 0.012439560439560406, - "Reservoir_Pressure_bar": 9.063936263736265, - "Oil_Temperature_C": 70.94212912087913, - "Motor_Current_A": 2.98267032967033, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.897423076923078, - "Pneumatic_Panel_Pressure_bar": 9.047386813186813, - "Cyclone_Filter_Drop_Pressure_bar": 7.130181318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.01386593406593338, - "Reservoir_Pressure_bar": 9.048983516483517, - "Oil_Temperature_C": 70.46173076923077, - "Motor_Current_A": 3.069835164835165, - "Air_Intake_Valve_Status": 0.7912087912087912, - "Compressor_Outlet_Valve_Status": 0.2087912087912088, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7912087912087912, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5189285714285727, - "Pneumatic_Panel_Pressure_bar": 9.028007692307693, - "Cyclone_Filter_Drop_Pressure_bar": 7.499262637362637, - "Tower_Discharge_Pressure_Drop_bar": 0.013791208791209757, - "Reservoir_Pressure_bar": 9.030068131868132, - "Oil_Temperature_C": 70.20149725274726, - "Motor_Current_A": 2.9782472527472525, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.222160990712075, - "Pneumatic_Panel_Pressure_bar": 9.079048916408668, - "Cyclone_Filter_Drop_Pressure_bar": 6.86427492260062, - "Tower_Discharge_Pressure_Drop_bar": -0.0010278637770887464, - "Reservoir_Pressure_bar": 9.080881114551083, - "Oil_Temperature_C": 70.83642414860681, - "Motor_Current_A": 3.349914860681115, - "Air_Intake_Valve_Status": 0.7554179566563467, - "Compressor_Outlet_Valve_Status": 0.24458204334365324, - "Active_Tower_ID": 0.8699690402476781, - "Load_Start_Signal": 0.7554179566563467, - "Low_Pressure_Switch_Status": 0.01238390092879257, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.8513931888544891, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-15T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0776203296703306, - "Pneumatic_Panel_Pressure_bar": 9.025813736263737, - "Cyclone_Filter_Drop_Pressure_bar": 7.917286263736265, - "Tower_Discharge_Pressure_Drop_bar": -0.007620329670328455, - "Reservoir_Pressure_bar": 9.027665934065935, - "Oil_Temperature_C": 69.05540521978021, - "Motor_Current_A": 2.3878248626373626, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9866648351648365, - "Pneumatic_Panel_Pressure_bar": 9.010303296703297, - "Cyclone_Filter_Drop_Pressure_bar": 7.973512087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.015450549450547966, - "Reservoir_Pressure_bar": 9.01175934065934, - "Oil_Temperature_C": 67.25498626373626, - "Motor_Current_A": 2.0076085164835167, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9881046831955936, - "Pneumatic_Panel_Pressure_bar": 9.000651239669422, - "Cyclone_Filter_Drop_Pressure_bar": 7.976742699724518, - "Tower_Discharge_Pressure_Drop_bar": -0.014692011019282209, - "Reservoir_Pressure_bar": 9.001748760330578, - "Oil_Temperature_C": 67.18519283746556, - "Motor_Current_A": 1.9922975206611573, - "Air_Intake_Valve_Status": 0.8870523415977961, - "Compressor_Outlet_Valve_Status": 0.11294765840220386, - "Active_Tower_ID": 0.9476584022038568, - "Load_Start_Signal": 0.8870523415977961, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.43526170798898073, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9813901098901111, - "Pneumatic_Panel_Pressure_bar": 9.01826978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.00411043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.01636263736263618, - "Reservoir_Pressure_bar": 9.01822032967033, - "Oil_Temperature_C": 65.9978021978022, - "Motor_Current_A": 1.956318681318681, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9738958904109599, - "Pneumatic_Panel_Pressure_bar": 8.945067397260274, - "Cyclone_Filter_Drop_Pressure_bar": 7.937675068493151, - "Tower_Discharge_Pressure_Drop_bar": -0.01722794520547925, - "Reservoir_Pressure_bar": 8.944497534246574, - "Oil_Temperature_C": 64.78917123287671, - "Motor_Current_A": 1.6216369863013695, - "Air_Intake_Valve_Status": 0.8931506849315068, - "Compressor_Outlet_Valve_Status": 0.10684931506849316, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8931506849315068, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8086153846153853, - "Pneumatic_Panel_Pressure_bar": 8.960168498168498, - "Cyclone_Filter_Drop_Pressure_bar": 8.133261904761905, - "Tower_Discharge_Pressure_Drop_bar": -0.019247252747252624, - "Reservoir_Pressure_bar": 8.960289987789988, - "Oil_Temperature_C": 64.33353937728937, - "Motor_Current_A": 1.7670970695970694, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2359637362637366, - "Pneumatic_Panel_Pressure_bar": 9.066574725274725, - "Cyclone_Filter_Drop_Pressure_bar": 7.7741428571428575, - "Tower_Discharge_Pressure_Drop_bar": -0.0149021978021978, - "Reservoir_Pressure_bar": 9.066982417582418, - "Oil_Temperature_C": 66.14633241758241, - "Motor_Current_A": 2.4122307692307694, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1726719780219785, - "Pneumatic_Panel_Pressure_bar": 9.085424725274725, - "Cyclone_Filter_Drop_Pressure_bar": 7.878439010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.009146703296703546, - "Reservoir_Pressure_bar": 9.086329120879121, - "Oil_Temperature_C": 66.7676304945055, - "Motor_Current_A": 2.1738688186813184, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4189835164835172, - "Pneumatic_Panel_Pressure_bar": 8.989413186813188, - "Cyclone_Filter_Drop_Pressure_bar": 7.560896703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.0020423076923071683, - "Reservoir_Pressure_bar": 8.99079945054945, - "Oil_Temperature_C": 67.30473901098901, - "Motor_Current_A": 2.2707898351648352, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0604230769230776, - "Pneumatic_Panel_Pressure_bar": 8.997315934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.907961538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.01357417582417442, - "Reservoir_Pressure_bar": 8.99946978021978, - "Oil_Temperature_C": 67.97469093406593, - "Motor_Current_A": 2.3043681318681317, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0586043956043967, - "Pneumatic_Panel_Pressure_bar": 8.977041758241759, - "Cyclone_Filter_Drop_Pressure_bar": 7.888553846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.011208791208789991, - "Reservoir_Pressure_bar": 8.979546153846153, - "Oil_Temperature_C": 68.33347527472527, - "Motor_Current_A": 1.9748475274725277, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4109549450549461, - "Pneumatic_Panel_Pressure_bar": 9.10903956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.660357142857142, - "Tower_Discharge_Pressure_Drop_bar": -0.013768131868131252, - "Reservoir_Pressure_bar": 9.111671428571428, - "Oil_Temperature_C": 69.74624999999999, - "Motor_Current_A": 2.596120879120879, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1295989010989023, - "Pneumatic_Panel_Pressure_bar": 9.030071428571429, - "Cyclone_Filter_Drop_Pressure_bar": 7.896285714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.012829670329670225, - "Reservoir_Pressure_bar": 9.03267032967033, - "Oil_Temperature_C": 69.26813186813186, - "Motor_Current_A": 1.9979876373626375, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4527527472527482, - "Pneumatic_Panel_Pressure_bar": 9.19957912087912, - "Cyclone_Filter_Drop_Pressure_bar": 7.717491208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.012098901098901242, - "Reservoir_Pressure_bar": 9.201513186813187, - "Oil_Temperature_C": 70.04153159340659, - "Motor_Current_A": 2.5830906593406593, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0201813186813198, - "Pneumatic_Panel_Pressure_bar": 9.071054945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.025120879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.011998168498168626, - "Reservoir_Pressure_bar": 9.072576923076923, - "Oil_Temperature_C": 68.72781593406593, - "Motor_Current_A": 1.7949244505494502, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.867818493150686, - "Pneumatic_Panel_Pressure_bar": 9.08467808219178, - "Cyclone_Filter_Drop_Pressure_bar": 8.221890410958904, - "Tower_Discharge_Pressure_Drop_bar": -0.0021575342465755187, - "Reservoir_Pressure_bar": 9.08567808219178, - "Oil_Temperature_C": 69.1138698630137, - "Motor_Current_A": 2.4013955479452056, - "Air_Intake_Valve_Status": 0.9075342465753424, - "Compressor_Outlet_Valve_Status": 0.09246575342465753, - "Active_Tower_ID": 0.952054794520548, - "Load_Start_Signal": 0.9075342465753424, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9931506849315068, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9494010989011, - "Pneumatic_Panel_Pressure_bar": 9.137968131868133, - "Cyclone_Filter_Drop_Pressure_bar": 7.160796153846155, - "Tower_Discharge_Pressure_Drop_bar": -0.009056593406593566, - "Reservoir_Pressure_bar": 9.138610989010989, - "Oil_Temperature_C": 71.70866758241758, - "Motor_Current_A": 3.237864697802198, - "Air_Intake_Valve_Status": 0.7857142857142857, - "Compressor_Outlet_Valve_Status": 0.21428571428571427, - "Active_Tower_ID": 0.8873626373626373, - "Load_Start_Signal": 0.7857142857142857, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8118241758241764, - "Pneumatic_Panel_Pressure_bar": 9.061007692307692, - "Cyclone_Filter_Drop_Pressure_bar": 7.210883516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.007518681318680921, - "Reservoir_Pressure_bar": 9.061812087912088, - "Oil_Temperature_C": 70.88043956043956, - "Motor_Current_A": 2.5593351648351645, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.3472197802197807, - "Pneumatic_Panel_Pressure_bar": 9.084125274725274, - "Cyclone_Filter_Drop_Pressure_bar": 6.684287912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.011725274725274732, - "Reservoir_Pressure_bar": 9.084536263736265, - "Oil_Temperature_C": 72.85328296703297, - "Motor_Current_A": 3.6705673076923073, - "Air_Intake_Valve_Status": 0.7417582417582418, - "Compressor_Outlet_Valve_Status": 0.25824175824175827, - "Active_Tower_ID": 0.8653846153846154, - "Load_Start_Signal": 0.7417582417582418, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.1898224657534255, - "Pneumatic_Panel_Pressure_bar": 9.060661917808218, - "Cyclone_Filter_Drop_Pressure_bar": 6.838591780821918, - "Tower_Discharge_Pressure_Drop_bar": -0.0015397260273971498, - "Reservoir_Pressure_bar": 9.060815342465753, - "Oil_Temperature_C": 72.61961643835616, - "Motor_Current_A": 3.5919575342465753, - "Air_Intake_Valve_Status": 0.7561643835616438, - "Compressor_Outlet_Valve_Status": 0.24383561643835616, - "Active_Tower_ID": 0.8849315068493151, - "Load_Start_Signal": 0.7561643835616438, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.167608791208792, - "Pneumatic_Panel_Pressure_bar": 9.028663736263736, - "Cyclone_Filter_Drop_Pressure_bar": 6.885588461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.0010439560439556368, - "Reservoir_Pressure_bar": 9.029118681318682, - "Oil_Temperature_C": 72.07751373626374, - "Motor_Current_A": 3.3715542582417584, - "Air_Intake_Valve_Status": 0.7664835164835165, - "Compressor_Outlet_Valve_Status": 0.23351648351648352, - "Active_Tower_ID": 0.8788461538461538, - "Load_Start_Signal": 0.7664835164835165, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.5455076923076927, - "Pneumatic_Panel_Pressure_bar": 9.179177472527472, - "Cyclone_Filter_Drop_Pressure_bar": 6.623126923076923, - "Tower_Discharge_Pressure_Drop_bar": 0.016016483516484405, - "Reservoir_Pressure_bar": 9.179512637362636, - "Oil_Temperature_C": 72.24146978021979, - "Motor_Current_A": 3.855830357142857, - "Air_Intake_Valve_Status": 0.7244505494505494, - "Compressor_Outlet_Valve_Status": 0.2755494505494505, - "Active_Tower_ID": 0.8563186813186813, - "Load_Start_Signal": 0.7244505494505494, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.56809065934066, - "Pneumatic_Panel_Pressure_bar": 9.09006043956044, - "Cyclone_Filter_Drop_Pressure_bar": 6.541991758241758, - "Tower_Discharge_Pressure_Drop_bar": 0.002214285714286903, - "Reservoir_Pressure_bar": 9.090027472527472, - "Oil_Temperature_C": 71.95535714285714, - "Motor_Current_A": 3.733083791208791, - "Air_Intake_Valve_Status": 0.7252747252747253, - "Compressor_Outlet_Valve_Status": 0.27472527472527475, - "Active_Tower_ID": 0.8681318681318682, - "Load_Start_Signal": 0.7252747252747253, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.330079120879122, - "Pneumatic_Panel_Pressure_bar": 9.031315384615384, - "Cyclone_Filter_Drop_Pressure_bar": 6.670853846153847, - "Tower_Discharge_Pressure_Drop_bar": -0.015126373626372083, - "Reservoir_Pressure_bar": 9.031357142857143, - "Oil_Temperature_C": 71.63103021978021, - "Motor_Current_A": 3.6021964285714283, - "Air_Intake_Valve_Status": 0.739010989010989, - "Compressor_Outlet_Valve_Status": 0.260989010989011, - "Active_Tower_ID": 0.8708791208791209, - "Load_Start_Signal": 0.739010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-16T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.531544755244756, - "Pneumatic_Panel_Pressure_bar": 8.816801398601399, - "Cyclone_Filter_Drop_Pressure_bar": 6.3600146853146855, - "Tower_Discharge_Pressure_Drop_bar": 0.011209790209791622, - "Reservoir_Pressure_bar": 8.817312587412587, - "Oil_Temperature_C": 70.94909965034965, - "Motor_Current_A": 3.6227718531468533, - "Air_Intake_Valve_Status": 0.7027972027972028, - "Compressor_Outlet_Valve_Status": 0.2972027972027972, - "Active_Tower_ID": 0.8391608391608392, - "Load_Start_Signal": 0.7027972027972028, - "Low_Pressure_Switch_Status": 0.05944055944055944, - "Tower_Discharge_Switch_Status": 0.9965034965034965, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.19919568986029587, - "Pneumatic_Panel_Pressure_bar": 1.8046533872667323, - "Cyclone_Filter_Drop_Pressure_bar": -0.006510622386892743, - "Tower_Discharge_Pressure_Drop_bar": -0.014188041741730729, - "Reservoir_Pressure_bar": 1.8007824195247972, - "Oil_Temperature_C": 65.00352408307556, - "Motor_Current_A": 0.18055882252965727, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4866242904245556, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7193590047393372, - "Pneumatic_Panel_Pressure_bar": 1.7586113744075826, - "Cyclone_Filter_Drop_Pressure_bar": -0.006413507109004711, - "Tower_Discharge_Pressure_Drop_bar": -0.014827014218009046, - "Reservoir_Pressure_bar": 1.7546113744075833, - "Oil_Temperature_C": 63.15241409952606, - "Motor_Current_A": 1.003461196682464, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-17T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.227565714519179, - "Pneumatic_Panel_Pressure_bar": 4.744413368197418, - "Cyclone_Filter_Drop_Pressure_bar": -0.008838842714727985, - "Tower_Discharge_Pressure_Drop_bar": -0.017594926808768695, - "Reservoir_Pressure_bar": 4.74079957509397, - "Oil_Temperature_C": 70.30542988175004, - "Motor_Current_A": 5.012790884073027, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.4896551724137931, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.8213265306122453, - "Pneumatic_Panel_Pressure_bar": 7.313472303206997, - "Cyclone_Filter_Drop_Pressure_bar": 3.7167755102040823, - "Tower_Discharge_Pressure_Drop_bar": -0.01399941690962031, - "Reservoir_Pressure_bar": 7.3117055393586, - "Oil_Temperature_C": 73.67419825072886, - "Motor_Current_A": 3.986432944606414, - "Air_Intake_Valve_Status": 0.40524781341107874, - "Compressor_Outlet_Valve_Status": 0.5947521865889213, - "Active_Tower_ID": 0.7026239067055393, - "Load_Start_Signal": 0.40524781341107874, - "Low_Pressure_Switch_Status": 0.5043731778425656, - "Tower_Discharge_Switch_Status": 0.9970845481049563, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3468175824175834, - "Pneumatic_Panel_Pressure_bar": 8.998476923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.60946043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.015253846153844657, - "Reservoir_Pressure_bar": 8.998356043956043, - "Oil_Temperature_C": 68.2317445054945, - "Motor_Current_A": 2.178633241758242, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.1930164835164847, - "Pneumatic_Panel_Pressure_bar": 8.705237362637362, - "Cyclone_Filter_Drop_Pressure_bar": 6.5978615384615384, - "Tower_Discharge_Pressure_Drop_bar": 0.003604395604397, - "Reservoir_Pressure_bar": 8.70698021978022, - "Oil_Temperature_C": 69.92115384615384, - "Motor_Current_A": 3.0990274725274727, - "Air_Intake_Valve_Status": 0.7197802197802198, - "Compressor_Outlet_Valve_Status": 0.2802197802197802, - "Active_Tower_ID": 0.8538461538461539, - "Load_Start_Signal": 0.7197802197802198, - "Low_Pressure_Switch_Status": 0.1401098901098901, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9892247933884308, - "Pneumatic_Panel_Pressure_bar": 9.057228650137741, - "Cyclone_Filter_Drop_Pressure_bar": 8.057371900826446, - "Tower_Discharge_Pressure_Drop_bar": 0.007041322314050504, - "Reservoir_Pressure_bar": 9.061052341597795, - "Oil_Temperature_C": 68.12066115702478, - "Motor_Current_A": 2.077073002754821, - "Air_Intake_Valve_Status": 0.8898071625344353, - "Compressor_Outlet_Valve_Status": 0.11019283746556474, - "Active_Tower_ID": 0.9504132231404959, - "Load_Start_Signal": 0.8898071625344353, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0112967032967044, - "Pneumatic_Panel_Pressure_bar": 9.025886813186812, - "Cyclone_Filter_Drop_Pressure_bar": 7.978629670329671, - "Tower_Discharge_Pressure_Drop_bar": -0.014115384615383851, - "Reservoir_Pressure_bar": 9.031482417582417, - "Oil_Temperature_C": 67.43971153846154, - "Motor_Current_A": 1.9375137362637365, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9860219780219791, - "Pneumatic_Panel_Pressure_bar": 9.03571978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.01712087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.012763736263736225, - "Reservoir_Pressure_bar": 9.040274725274726, - "Oil_Temperature_C": 68.00597527472527, - "Motor_Current_A": 1.9153296703296703, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2514010989011, - "Pneumatic_Panel_Pressure_bar": 9.060525274725274, - "Cyclone_Filter_Drop_Pressure_bar": 7.751942857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.010604395604395593, - "Reservoir_Pressure_bar": 9.065342857142857, - "Oil_Temperature_C": 68.8923489010989, - "Motor_Current_A": 2.109711538461538, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2886549450549458, - "Pneumatic_Panel_Pressure_bar": 9.208167032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.893721978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.00651868131867967, - "Reservoir_Pressure_bar": 9.211458241758242, - "Oil_Temperature_C": 71.11796703296703, - "Motor_Current_A": 2.2744120879120877, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9274725274725275, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.468884615384616, - "Pneumatic_Panel_Pressure_bar": 9.060038461538461, - "Cyclone_Filter_Drop_Pressure_bar": 7.543719780219781, - "Tower_Discharge_Pressure_Drop_bar": -0.009653846153844589, - "Reservoir_Pressure_bar": 9.062236263736263, - "Oil_Temperature_C": 72.50882554945055, - "Motor_Current_A": 2.8087225274725274, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.002882352941177, - "Pneumatic_Panel_Pressure_bar": 9.056223529411765, - "Cyclone_Filter_Drop_Pressure_bar": 8.019513725490196, - "Tower_Discharge_Pressure_Drop_bar": -0.008688888888887645, - "Reservoir_Pressure_bar": 9.058484967320261, - "Oil_Temperature_C": 71.17228758169935, - "Motor_Current_A": 2.1307924836601306, - "Air_Intake_Valve_Status": 0.8856209150326797, - "Compressor_Outlet_Valve_Status": 0.11437908496732026, - "Active_Tower_ID": 0.9281045751633987, - "Load_Start_Signal": 0.8856209150326797, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0084225274725283, - "Pneumatic_Panel_Pressure_bar": 9.044753846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.000182417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.009258791208789627, - "Reservoir_Pressure_bar": 9.044957142857143, - "Oil_Temperature_C": 69.8859478021978, - "Motor_Current_A": 1.842616758241758, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6341428571428573, - "Pneumatic_Panel_Pressure_bar": 9.127891208791208, - "Cyclone_Filter_Drop_Pressure_bar": 7.458748351648351, - "Tower_Discharge_Pressure_Drop_bar": 0.007192307692309367, - "Reservoir_Pressure_bar": 9.12883076923077, - "Oil_Temperature_C": 72.45696428571428, - "Motor_Current_A": 2.796118131868132, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.61284065934066, - "Pneumatic_Panel_Pressure_bar": 9.12899010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.473314285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.010565934065933081, - "Reservoir_Pressure_bar": 9.129534065934067, - "Oil_Temperature_C": 71.77929945054946, - "Motor_Current_A": 2.725831043956044, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4741539726027404, - "Pneumatic_Panel_Pressure_bar": 9.089893698630137, - "Cyclone_Filter_Drop_Pressure_bar": 7.590743561643835, - "Tower_Discharge_Pressure_Drop_bar": 0.010471232876712195, - "Reservoir_Pressure_bar": 9.090271780821919, - "Oil_Temperature_C": 71.31474657534247, - "Motor_Current_A": 2.60457602739726, - "Air_Intake_Valve_Status": 0.8383561643835616, - "Compressor_Outlet_Valve_Status": 0.16164383561643836, - "Active_Tower_ID": 0.9205479452054794, - "Load_Start_Signal": 0.8383561643835616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8749609890109897, - "Pneumatic_Panel_Pressure_bar": 9.156373626373627, - "Cyclone_Filter_Drop_Pressure_bar": 7.241406043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.0040543956043956626, - "Reservoir_Pressure_bar": 9.156521978021978, - "Oil_Temperature_C": 72.02595467032967, - "Motor_Current_A": 3.2776998626373626, - "Air_Intake_Valve_Status": 0.7939560439560439, - "Compressor_Outlet_Valve_Status": 0.2087912087912088, - "Active_Tower_ID": 0.8901098901098901, - "Load_Start_Signal": 0.7939560439560439, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5693313186813196, - "Pneumatic_Panel_Pressure_bar": 9.03784945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.458684615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.013163186813186399, - "Reservoir_Pressure_bar": 9.038041758241759, - "Oil_Temperature_C": 70.19620192307693, - "Motor_Current_A": 2.3877039835164835, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2117725274725284, - "Pneumatic_Panel_Pressure_bar": 9.067996703296703, - "Cyclone_Filter_Drop_Pressure_bar": 7.824172527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.010648351648350797, - "Reservoir_Pressure_bar": 9.068419780219779, - "Oil_Temperature_C": 70.01016483516484, - "Motor_Current_A": 2.3574766483516485, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7561219780219788, - "Pneumatic_Panel_Pressure_bar": 9.142317582417583, - "Cyclone_Filter_Drop_Pressure_bar": 7.378375824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.008681318681317609, - "Reservoir_Pressure_bar": 9.142091208791209, - "Oil_Temperature_C": 70.74487637362637, - "Motor_Current_A": 3.097239010989011, - "Air_Intake_Valve_Status": 0.8076923076923077, - "Compressor_Outlet_Valve_Status": 0.19230769230769232, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.8076923076923077, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3180591780821929, - "Pneumatic_Panel_Pressure_bar": 9.066907397260275, - "Cyclone_Filter_Drop_Pressure_bar": 7.719615342465754, - "Tower_Discharge_Pressure_Drop_bar": -0.014827397260272835, - "Reservoir_Pressure_bar": 9.067242739726026, - "Oil_Temperature_C": 69.28267123287671, - "Motor_Current_A": 2.25156301369863, - "Air_Intake_Valve_Status": 0.8547945205479452, - "Compressor_Outlet_Valve_Status": 0.14520547945205478, - "Active_Tower_ID": 0.9287671232876712, - "Load_Start_Signal": 0.8547945205479452, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-17T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.338021978021979, - "Pneumatic_Panel_Pressure_bar": 9.062814835164835, - "Cyclone_Filter_Drop_Pressure_bar": 7.7245291208791205, - "Tower_Discharge_Pressure_Drop_bar": -0.007532967032965511, - "Reservoir_Pressure_bar": 9.06283076923077, - "Oil_Temperature_C": 68.74149038461539, - "Motor_Current_A": 2.4415865384615385, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0720840659340671, - "Pneumatic_Panel_Pressure_bar": 8.8269489010989, - "Cyclone_Filter_Drop_Pressure_bar": 6.975639010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.014792857142855617, - "Reservoir_Pressure_bar": 8.827412087912087, - "Oil_Temperature_C": 66.00837225274725, - "Motor_Current_A": 1.6842541208791209, - "Air_Intake_Valve_Status": 0.782967032967033, - "Compressor_Outlet_Valve_Status": 0.21703296703296704, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.782967032967033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7145054945054958, - "Pneumatic_Panel_Pressure_bar": 9.014152747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.294181318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.016612087912087042, - "Reservoir_Pressure_bar": 9.01393076923077, - "Oil_Temperature_C": 66.22748626373627, - "Motor_Current_A": 1.7639656593406592, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9571428571428571, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9775824657534256, - "Pneumatic_Panel_Pressure_bar": 9.00790794520548, - "Cyclone_Filter_Drop_Pressure_bar": 7.995792876712328, - "Tower_Discharge_Pressure_Drop_bar": -0.013321643835616665, - "Reservoir_Pressure_bar": 9.006569863013699, - "Oil_Temperature_C": 64.6908904109589, - "Motor_Current_A": 1.8405136986301367, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6880219780219788, - "Pneumatic_Panel_Pressure_bar": 8.977621978021979, - "Cyclone_Filter_Drop_Pressure_bar": 8.263435164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.018247252747252935, - "Reservoir_Pressure_bar": 8.97680934065934, - "Oil_Temperature_C": 64.23494505494506, - "Motor_Current_A": 1.4938324175824174, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9653571428571432, - "Pneumatic_Panel_Pressure_bar": 9.019713186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.031707692307693, - "Tower_Discharge_Pressure_Drop_bar": -0.017116483516483344, - "Reservoir_Pressure_bar": 9.018553846153846, - "Oil_Temperature_C": 65.05487637362637, - "Motor_Current_A": 1.9405013736263736, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0478010989010993, - "Pneumatic_Panel_Pressure_bar": 8.93458021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.8476967032967035, - "Tower_Discharge_Pressure_Drop_bar": -0.018812087912088007, - "Reservoir_Pressure_bar": 8.9348989010989, - "Oil_Temperature_C": 65.87350274725276, - "Motor_Current_A": 1.971407967032967, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.427947802197803, - "Pneumatic_Panel_Pressure_bar": 9.115645604395604, - "Cyclone_Filter_Drop_Pressure_bar": 7.648815934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.009848901098901144, - "Reservoir_Pressure_bar": 9.115832417582418, - "Oil_Temperature_C": 67.4240728021978, - "Motor_Current_A": 2.431517857142857, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9901648351648356, - "Pneumatic_Panel_Pressure_bar": 8.974248351648352, - "Cyclone_Filter_Drop_Pressure_bar": 7.963997802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.016379120879119764, - "Reservoir_Pressure_bar": 8.974869230769231, - "Oil_Temperature_C": 66.23038461538462, - "Motor_Current_A": 1.7226648351648353, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.036979726027398, - "Pneumatic_Panel_Pressure_bar": 9.080202739726028, - "Cyclone_Filter_Drop_Pressure_bar": 8.011913424657534, - "Tower_Discharge_Pressure_Drop_bar": -0.003215342465752066, - "Reservoir_Pressure_bar": 9.081398356164383, - "Oil_Temperature_C": 67.9265890410959, - "Motor_Current_A": 2.1280452054794523, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.102628488372094, - "Pneumatic_Panel_Pressure_bar": 9.00360523255814, - "Cyclone_Filter_Drop_Pressure_bar": 7.8522505813953485, - "Tower_Discharge_Pressure_Drop_bar": -0.013738372093022347, - "Reservoir_Pressure_bar": 9.005151744186046, - "Oil_Temperature_C": 68.66481831395349, - "Motor_Current_A": 2.313480377906977, - "Air_Intake_Valve_Status": 0.875, - "Compressor_Outlet_Valve_Status": 0.125, - "Active_Tower_ID": 0.9331395348837209, - "Load_Start_Signal": 0.875, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0112934065934078, - "Pneumatic_Panel_Pressure_bar": 9.158468131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.139465934065935, - "Tower_Discharge_Pressure_Drop_bar": -0.013310989010988419, - "Reservoir_Pressure_bar": 9.160363736263736, - "Oil_Temperature_C": 69.48041208791209, - "Motor_Current_A": 2.291967032967033, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4367912087912096, - "Pneumatic_Panel_Pressure_bar": 9.102568131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.636265934065935, - "Tower_Discharge_Pressure_Drop_bar": -0.013586263736263156, - "Reservoir_Pressure_bar": 9.10407912087912, - "Oil_Temperature_C": 69.05040521978022, - "Motor_Current_A": 2.256607142857143, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.090420634920636, - "Pneumatic_Panel_Pressure_bar": 9.127838827838827, - "Cyclone_Filter_Drop_Pressure_bar": 8.009537851037852, - "Tower_Discharge_Pressure_Drop_bar": -0.0007197802197794422, - "Reservoir_Pressure_bar": 9.129322344322345, - "Oil_Temperature_C": 68.88385989010989, - "Motor_Current_A": 2.1753418803418803, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9774945054945066, - "Pneumatic_Panel_Pressure_bar": 9.040384615384616, - "Cyclone_Filter_Drop_Pressure_bar": 8.047648351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.0133956043956034, - "Reservoir_Pressure_bar": 9.041791208791208, - "Oil_Temperature_C": 68.26071428571429, - "Motor_Current_A": 1.959828296703297, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0040659340659353, - "Pneumatic_Panel_Pressure_bar": 9.062561538461537, - "Cyclone_Filter_Drop_Pressure_bar": 8.049534065934067, - "Tower_Discharge_Pressure_Drop_bar": -0.0008010989010977023, - "Reservoir_Pressure_bar": 9.064263736263737, - "Oil_Temperature_C": 68.73087912087912, - "Motor_Current_A": 2.040179945054945, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3700032967032976, - "Pneumatic_Panel_Pressure_bar": 9.066075824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.647943956043956, - "Tower_Discharge_Pressure_Drop_bar": -2.527472527350733e-05, - "Reservoir_Pressure_bar": 9.066878021978022, - "Oil_Temperature_C": 68.89201923076924, - "Motor_Current_A": 2.3416071428571428, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9937219780219791, - "Pneumatic_Panel_Pressure_bar": 9.039076923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.026879120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.015483516483515083, - "Reservoir_Pressure_bar": 9.03983956043956, - "Oil_Temperature_C": 68.63436813186813, - "Motor_Current_A": 2.170032967032967, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3883561643835627, - "Pneumatic_Panel_Pressure_bar": 8.883641643835617, - "Cyclone_Filter_Drop_Pressure_bar": 7.434540273972602, - "Tower_Discharge_Pressure_Drop_bar": -0.015962739726025955, - "Reservoir_Pressure_bar": 8.883996712328768, - "Oil_Temperature_C": 68.19728767123287, - "Motor_Current_A": 2.3730479452054793, - "Air_Intake_Valve_Status": 0.8410958904109589, - "Compressor_Outlet_Valve_Status": 0.1589041095890411, - "Active_Tower_ID": 0.9123287671232877, - "Load_Start_Signal": 0.8410958904109589, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7679280219780231, - "Pneumatic_Panel_Pressure_bar": 8.924593956043957, - "Cyclone_Filter_Drop_Pressure_bar": 8.145621428571427, - "Tower_Discharge_Pressure_Drop_bar": -0.016724725274724392, - "Reservoir_Pressure_bar": 8.925187362637363, - "Oil_Temperature_C": 65.89097527472528, - "Motor_Current_A": 1.5861304945054944, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8988329670329679, - "Pneumatic_Panel_Pressure_bar": 9.085547252747253, - "Cyclone_Filter_Drop_Pressure_bar": 8.186660989010988, - "Tower_Discharge_Pressure_Drop_bar": -0.01460274725274742, - "Reservoir_Pressure_bar": 9.08504010989011, - "Oil_Temperature_C": 65.16703296703297, - "Motor_Current_A": 1.856206043956044, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.006505494505495, - "Pneumatic_Panel_Pressure_bar": 8.994651098901098, - "Cyclone_Filter_Drop_Pressure_bar": 7.971901098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.01979945054945015, - "Reservoir_Pressure_bar": 8.993032967032967, - "Oil_Temperature_C": 64.16201923076923, - "Motor_Current_A": 1.920013736263736, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9614285714285716, - "Pneumatic_Panel_Pressure_bar": 8.919331868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.940447252747252, - "Tower_Discharge_Pressure_Drop_bar": -0.020428571428570692, - "Reservoir_Pressure_bar": 8.918388461538461, - "Oil_Temperature_C": 63.168825549450546, - "Motor_Current_A": 1.55659478021978, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7165331506849315, - "Pneumatic_Panel_Pressure_bar": 9.042345205479453, - "Cyclone_Filter_Drop_Pressure_bar": 8.30027397260274, - "Tower_Discharge_Pressure_Drop_bar": -0.01865260273972522, - "Reservoir_Pressure_bar": 9.041528767123287, - "Oil_Temperature_C": 63.87564383561644, - "Motor_Current_A": 1.7534986301369861, - "Air_Intake_Valve_Status": 0.9205479452054794, - "Compressor_Outlet_Valve_Status": 0.07945205479452055, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9205479452054794, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-18T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0798837209302328, - "Pneumatic_Panel_Pressure_bar": 8.986362209302325, - "Cyclone_Filter_Drop_Pressure_bar": 7.833885465116279, - "Tower_Discharge_Pressure_Drop_bar": -0.02091220930232451, - "Reservoir_Pressure_bar": 8.985577325581396, - "Oil_Temperature_C": 64.5296511627907, - "Motor_Current_A": 2.401300872093023, - "Air_Intake_Valve_Status": 0.875, - "Compressor_Outlet_Valve_Status": 0.125, - "Active_Tower_ID": 0.9273255813953488, - "Load_Start_Signal": 0.875, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9960383561643839, - "Pneumatic_Panel_Pressure_bar": 8.996348493150684, - "Cyclone_Filter_Drop_Pressure_bar": 7.9837830136986305, - "Tower_Discharge_Pressure_Drop_bar": -0.020202739726026785, - "Reservoir_Pressure_bar": 8.99524602739726, - "Oil_Temperature_C": 63.87278082191781, - "Motor_Current_A": 1.9299945205479452, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0568571428571432, - "Pneumatic_Panel_Pressure_bar": 8.966424175824177, - "Cyclone_Filter_Drop_Pressure_bar": 7.871594505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.009527472527471914, - "Reservoir_Pressure_bar": 8.965022527472527, - "Oil_Temperature_C": 63.33649038461539, - "Motor_Current_A": 1.6864278846153846, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.652713186813187, - "Pneumatic_Panel_Pressure_bar": 8.993591208791209, - "Cyclone_Filter_Drop_Pressure_bar": 8.328745054945054, - "Tower_Discharge_Pressure_Drop_bar": -0.02029120879120812, - "Reservoir_Pressure_bar": 8.992816483516483, - "Oil_Temperature_C": 63.59586538461539, - "Motor_Current_A": 1.6179903846153845, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9418054945054947, - "Pneumatic_Panel_Pressure_bar": 8.994775824175823, - "Cyclone_Filter_Drop_Pressure_bar": 8.016619780219779, - "Tower_Discharge_Pressure_Drop_bar": -0.011854945054944208, - "Reservoir_Pressure_bar": 8.993973626373625, - "Oil_Temperature_C": 64.0155357142857, - "Motor_Current_A": 1.9294780219780219, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0285824175824179, - "Pneumatic_Panel_Pressure_bar": 9.026447252747253, - "Cyclone_Filter_Drop_Pressure_bar": 7.9124285714285705, - "Tower_Discharge_Pressure_Drop_bar": -0.019714285714285035, - "Reservoir_Pressure_bar": 9.026197802197803, - "Oil_Temperature_C": 64.53343406593407, - "Motor_Current_A": 1.9863090659340659, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5356906593406596, - "Pneumatic_Panel_Pressure_bar": 9.073825274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.509211538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.02025824175824111, - "Reservoir_Pressure_bar": 9.073420329670329, - "Oil_Temperature_C": 65.82419642857143, - "Motor_Current_A": 2.3578530219780216, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1636868131868137, - "Pneumatic_Panel_Pressure_bar": 9.115340659340658, - "Cyclone_Filter_Drop_Pressure_bar": 7.946593406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.017181318681318142, - "Reservoir_Pressure_bar": 9.115543956043956, - "Oil_Temperature_C": 66.06902472527473, - "Motor_Current_A": 2.1811607142857143, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4083034883720937, - "Pneumatic_Panel_Pressure_bar": 9.168647674418605, - "Cyclone_Filter_Drop_Pressure_bar": 7.74856511627907, - "Tower_Discharge_Pressure_Drop_bar": -0.019703488372092685, - "Reservoir_Pressure_bar": 9.16848953488372, - "Oil_Temperature_C": 67.39678779069767, - "Motor_Current_A": 2.7346191860465114, - "Air_Intake_Valve_Status": 0.8459302325581395, - "Compressor_Outlet_Valve_Status": 0.15406976744186046, - "Active_Tower_ID": 0.9215116279069767, - "Load_Start_Signal": 0.8459302325581395, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3675571428571434, - "Pneumatic_Panel_Pressure_bar": 9.116845054945054, - "Cyclone_Filter_Drop_Pressure_bar": 7.703092307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.011873626373626168, - "Reservoir_Pressure_bar": 9.117658241758242, - "Oil_Temperature_C": 67.73421703296704, - "Motor_Current_A": 2.7141881868131867, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.015472527472528, - "Pneumatic_Panel_Pressure_bar": 9.024521428571429, - "Cyclone_Filter_Drop_Pressure_bar": 7.990052747252747, - "Tower_Discharge_Pressure_Drop_bar": 0.0049664835164832865, - "Reservoir_Pressure_bar": 9.025888461538463, - "Oil_Temperature_C": 66.03374313186814, - "Motor_Current_A": 1.9575611263736263, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0379120879120884, - "Pneumatic_Panel_Pressure_bar": 8.956884615384615, - "Cyclone_Filter_Drop_Pressure_bar": 7.88732967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.01740659340659315, - "Reservoir_Pressure_bar": 8.958192307692308, - "Oil_Temperature_C": 66.05508241758241, - "Motor_Current_A": 1.9543200549450548, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9667538461538469, - "Pneumatic_Panel_Pressure_bar": 9.040725274725276, - "Cyclone_Filter_Drop_Pressure_bar": 8.032404395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.0173626373626371, - "Reservoir_Pressure_bar": 9.042192307692309, - "Oil_Temperature_C": 66.52730769230769, - "Motor_Current_A": 1.940418956043956, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0952472527472534, - "Pneumatic_Panel_Pressure_bar": 9.088750549450548, - "Cyclone_Filter_Drop_Pressure_bar": 7.967953846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.017379120879120726, - "Reservoir_Pressure_bar": 9.089902197802198, - "Oil_Temperature_C": 66.79288461538462, - "Motor_Current_A": 1.9808241758241758, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9778373626373635, - "Pneumatic_Panel_Pressure_bar": 8.924556043956043, - "Cyclone_Filter_Drop_Pressure_bar": 7.8899351648351645, - "Tower_Discharge_Pressure_Drop_bar": -0.01752747252747251, - "Reservoir_Pressure_bar": 8.926308791208792, - "Oil_Temperature_C": 66.35532967032967, - "Motor_Current_A": 1.9368502747252747, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.384071428571429, - "Pneumatic_Panel_Pressure_bar": 9.020777472527472, - "Cyclone_Filter_Drop_Pressure_bar": 7.645008241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.017989010989011074, - "Reservoir_Pressure_bar": 9.02197142857143, - "Oil_Temperature_C": 66.79324862637363, - "Motor_Current_A": 2.2971840659340663, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0289840659340668, - "Pneumatic_Panel_Pressure_bar": 9.14181868131868, - "Cyclone_Filter_Drop_Pressure_bar": 8.078247252747254, - "Tower_Discharge_Pressure_Drop_bar": -0.018307692307692556, - "Reservoir_Pressure_bar": 9.143016483516483, - "Oil_Temperature_C": 67.29805631868132, - "Motor_Current_A": 2.237959478021978, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.023884615384616, - "Pneumatic_Panel_Pressure_bar": 9.004554945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.941813186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.00919780219780241, - "Reservoir_Pressure_bar": 9.005648351648352, - "Oil_Temperature_C": 66.26456043956044, - "Motor_Current_A": 1.9650274725274726, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3237758241758248, - "Pneumatic_Panel_Pressure_bar": 9.049663736263737, - "Cyclone_Filter_Drop_Pressure_bar": 7.710906593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.018280219780219906, - "Reservoir_Pressure_bar": 9.049608791208792, - "Oil_Temperature_C": 66.61240384615385, - "Motor_Current_A": 2.285083791208791, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6589027472527479, - "Pneumatic_Panel_Pressure_bar": 8.998875274725275, - "Cyclone_Filter_Drop_Pressure_bar": 8.28415, - "Tower_Discharge_Pressure_Drop_bar": -0.019439560439560247, - "Reservoir_Pressure_bar": 8.998639010989011, - "Oil_Temperature_C": 64.96028159340659, - "Motor_Current_A": 1.6144237637362637, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0086082417582423, - "Pneumatic_Panel_Pressure_bar": 9.057548901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.022116483516484, - "Tower_Discharge_Pressure_Drop_bar": -0.020040109890109358, - "Reservoir_Pressure_bar": 9.056807142857142, - "Oil_Temperature_C": 64.28539148351648, - "Motor_Current_A": 1.9523399725274726, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.970291208791209, - "Pneumatic_Panel_Pressure_bar": 8.971176923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.962671428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.019653846153845342, - "Reservoir_Pressure_bar": 8.969696703296703, - "Oil_Temperature_C": 63.35020604395604, - "Motor_Current_A": 1.7861030219780218, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6348478021978025, - "Pneumatic_Panel_Pressure_bar": 8.960414285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.297207142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.021185164835163636, - "Reservoir_Pressure_bar": 8.959256593406593, - "Oil_Temperature_C": 62.8514010989011, - "Motor_Current_A": 1.4965336538461536, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9608986301369865, - "Pneumatic_Panel_Pressure_bar": 9.013494246575343, - "Cyclone_Filter_Drop_Pressure_bar": 8.04276, - "Tower_Discharge_Pressure_Drop_bar": -0.007944657534245236, - "Reservoir_Pressure_bar": 9.012442191780822, - "Oil_Temperature_C": 63.454068493150686, - "Motor_Current_A": 1.917581506849315, - "Air_Intake_Valve_Status": 0.8986301369863013, - "Compressor_Outlet_Valve_Status": 0.10410958904109589, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8986301369863013, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-19T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8987307692307693, - "Pneumatic_Panel_Pressure_bar": 8.967737362637363, - "Cyclone_Filter_Drop_Pressure_bar": 8.020710439560439, - "Tower_Discharge_Pressure_Drop_bar": -0.0026208791208776946, - "Reservoir_Pressure_bar": 8.967353296703296, - "Oil_Temperature_C": 63.6021771978022, - "Motor_Current_A": 1.9299519230769229, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9814065934065936, - "Pneumatic_Panel_Pressure_bar": 8.999701098901099, - "Cyclone_Filter_Drop_Pressure_bar": 7.991147802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.015990659340657916, - "Reservoir_Pressure_bar": 8.999565384615385, - "Oil_Temperature_C": 63.51407280219781, - "Motor_Current_A": 1.9386195054945052, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.861159340659341, - "Pneumatic_Panel_Pressure_bar": 8.943684065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.047876373626375, - "Tower_Discharge_Pressure_Drop_bar": -0.011148351648350272, - "Reservoir_Pressure_bar": 8.943401098901099, - "Oil_Temperature_C": 63.42912087912088, - "Motor_Current_A": 1.821981456043956, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9149945054945058, - "Pneumatic_Panel_Pressure_bar": 8.950701648351648, - "Cyclone_Filter_Drop_Pressure_bar": 8.004304395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.00737912087911949, - "Reservoir_Pressure_bar": 8.950183516483516, - "Oil_Temperature_C": 63.63607142857143, - "Motor_Current_A": 1.8253901098901095, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1033786982248524, - "Pneumatic_Panel_Pressure_bar": 8.93208875739645, - "Cyclone_Filter_Drop_Pressure_bar": 7.788100591715977, - "Tower_Discharge_Pressure_Drop_bar": -0.021644970414199768, - "Reservoir_Pressure_bar": 8.931455621301774, - "Oil_Temperature_C": 63.89896449704142, - "Motor_Current_A": 1.8984023668639052, - "Air_Intake_Valve_Status": 0.8757396449704142, - "Compressor_Outlet_Valve_Status": 0.1242603550295858, - "Active_Tower_ID": 0.9349112426035503, - "Load_Start_Signal": 0.8757396449704142, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9970414201183432, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3272435820657167, - "Pneumatic_Panel_Pressure_bar": 9.015059368387432, - "Cyclone_Filter_Drop_Pressure_bar": 7.671077494310696, - "Tower_Discharge_Pressure_Drop_bar": -0.005493112947657117, - "Reservoir_Pressure_bar": 9.01455216193556, - "Oil_Temperature_C": 66.45711961512356, - "Motor_Current_A": 2.8325006986864696, - "Air_Intake_Valve_Status": 0.8539944903581267, - "Compressor_Outlet_Valve_Status": 0.14600550964187328, - "Active_Tower_ID": 0.9173553719008265, - "Load_Start_Signal": 0.8539944903581267, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9837252747252749, - "Pneumatic_Panel_Pressure_bar": 8.977843406593406, - "Cyclone_Filter_Drop_Pressure_bar": 7.964409340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.020651098901097818, - "Reservoir_Pressure_bar": 8.978101648351648, - "Oil_Temperature_C": 64.61607142857143, - "Motor_Current_A": 1.8431730769230767, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6566758241758244, - "Pneumatic_Panel_Pressure_bar": 8.944003296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.256657142857144, - "Tower_Discharge_Pressure_Drop_bar": -0.02013736263736205, - "Reservoir_Pressure_bar": 8.94442087912088, - "Oil_Temperature_C": 63.52123626373626, - "Motor_Current_A": 1.447763736263736, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9604087912087915, - "Pneumatic_Panel_Pressure_bar": 9.094104395604395, - "Cyclone_Filter_Drop_Pressure_bar": 8.108048351648351, - "Tower_Discharge_Pressure_Drop_bar": 0.0026208791208795976, - "Reservoir_Pressure_bar": 9.094617582417582, - "Oil_Temperature_C": 64.87521978021978, - "Motor_Current_A": 1.9465989010989009, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.979704395604396, - "Pneumatic_Panel_Pressure_bar": 9.001168131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.965157142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.017989010989010693, - "Reservoir_Pressure_bar": 9.005541758241758, - "Oil_Temperature_C": 65.1235989010989, - "Motor_Current_A": 1.9715041208791206, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.026296703296704, - "Pneumatic_Panel_Pressure_bar": 9.034467032967033, - "Cyclone_Filter_Drop_Pressure_bar": 7.990741758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.015472527472526079, - "Reservoir_Pressure_bar": 9.03945054945055, - "Oil_Temperature_C": 66.95501373626374, - "Motor_Current_A": 1.9756936813186814, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0145785123966953, - "Pneumatic_Panel_Pressure_bar": 9.05514820936639, - "Cyclone_Filter_Drop_Pressure_bar": 8.010282093663912, - "Tower_Discharge_Pressure_Drop_bar": -0.014296418732781507, - "Reservoir_Pressure_bar": 9.060073829201102, - "Oil_Temperature_C": 67.68782369146005, - "Motor_Current_A": 1.9581831955922866, - "Air_Intake_Valve_Status": 0.8842975206611571, - "Compressor_Outlet_Valve_Status": 0.11570247933884298, - "Active_Tower_ID": 0.9421487603305785, - "Load_Start_Signal": 0.8842975206611571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8608010989010999, - "Pneumatic_Panel_Pressure_bar": 8.95502967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.050787912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.010730769230767925, - "Reservoir_Pressure_bar": 8.95765054945055, - "Oil_Temperature_C": 65.93491758241758, - "Motor_Current_A": 1.4872252747252748, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7538362637362646, - "Pneumatic_Panel_Pressure_bar": 9.119765934065933, - "Cyclone_Filter_Drop_Pressure_bar": 8.336497802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.014195604395603433, - "Reservoir_Pressure_bar": 9.123868131868132, - "Oil_Temperature_C": 66.94351648351648, - "Motor_Current_A": 1.8062046703296701, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0017769230769242, - "Pneumatic_Panel_Pressure_bar": 9.072841758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.023374725274726, - "Tower_Discharge_Pressure_Drop_bar": 0.003115384615384551, - "Reservoir_Pressure_bar": 9.076107692307692, - "Oil_Temperature_C": 67.61074175824176, - "Motor_Current_A": 1.9623598901098904, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9723406593406605, - "Pneumatic_Panel_Pressure_bar": 8.98991868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.996083516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.011930769230769418, - "Reservoir_Pressure_bar": 8.992391208791208, - "Oil_Temperature_C": 67.65336538461538, - "Motor_Current_A": 1.4856456043956046, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7334274725274736, - "Pneumatic_Panel_Pressure_bar": 9.140038461538461, - "Cyclone_Filter_Drop_Pressure_bar": 8.390734065934065, - "Tower_Discharge_Pressure_Drop_bar": 0.00432417582417587, - "Reservoir_Pressure_bar": 9.140798351648352, - "Oil_Temperature_C": 68.60720467032966, - "Motor_Current_A": 1.7582376373626378, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0223406593406605, - "Pneumatic_Panel_Pressure_bar": 9.08089010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.035236263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.001181318681318882, - "Reservoir_Pressure_bar": 9.080741758241757, - "Oil_Temperature_C": 68.03125, - "Motor_Current_A": 1.9411263736263737, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8392131868131878, - "Pneumatic_Panel_Pressure_bar": 8.971270329670329, - "Cyclone_Filter_Drop_Pressure_bar": 8.114227472527473, - "Tower_Discharge_Pressure_Drop_bar": -0.010884615384615444, - "Reservoir_Pressure_bar": 8.970925274725275, - "Oil_Temperature_C": 66.98001373626373, - "Motor_Current_A": 1.4141524725274728, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8699483516483526, - "Pneumatic_Panel_Pressure_bar": 9.145420879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.214115384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.012008791208790203, - "Reservoir_Pressure_bar": 9.144607692307693, - "Oil_Temperature_C": 67.19309065934065, - "Motor_Current_A": 1.8691153846153845, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0171703296703307, - "Pneumatic_Panel_Pressure_bar": 9.027182417582418, - "Cyclone_Filter_Drop_Pressure_bar": 7.956883516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.014664835164834421, - "Reservoir_Pressure_bar": 9.026767032967033, - "Oil_Temperature_C": 65.52370879120879, - "Motor_Current_A": 1.8194162087912087, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6490219780219789, - "Pneumatic_Panel_Pressure_bar": 8.961214835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.29876978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.0075989010989013245, - "Reservoir_Pressure_bar": 8.961762087912089, - "Oil_Temperature_C": 64.23979395604395, - "Motor_Current_A": 1.454054945054945, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9814241758241763, - "Pneumatic_Panel_Pressure_bar": 9.072416483516482, - "Cyclone_Filter_Drop_Pressure_bar": 8.059734615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.015087912087911992, - "Reservoir_Pressure_bar": 9.073284615384615, - "Oil_Temperature_C": 64.75055631868132, - "Motor_Current_A": 1.9516133241758242, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9766923076923081, - "Pneumatic_Panel_Pressure_bar": 9.022912087912088, - "Cyclone_Filter_Drop_Pressure_bar": 8.034043956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.01893406593406597, - "Reservoir_Pressure_bar": 9.024357142857143, - "Oil_Temperature_C": 64.56662087912088, - "Motor_Current_A": 1.9249725274725273, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-20T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9884395604395607, - "Pneumatic_Panel_Pressure_bar": 8.958912637362637, - "Cyclone_Filter_Drop_Pressure_bar": 7.924534065934067, - "Tower_Discharge_Pressure_Drop_bar": -0.019274175824175715, - "Reservoir_Pressure_bar": 8.95926978021978, - "Oil_Temperature_C": 64.0207967032967, - "Motor_Current_A": 1.6352479395604393, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.653313186813187, - "Pneumatic_Panel_Pressure_bar": 9.003345054945054, - "Cyclone_Filter_Drop_Pressure_bar": 8.314702197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.019401098901098722, - "Reservoir_Pressure_bar": 9.003861538461539, - "Oil_Temperature_C": 64.21993131868132, - "Motor_Current_A": 1.6342623626373625, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0067307692307694, - "Pneumatic_Panel_Pressure_bar": 9.055476923076924, - "Cyclone_Filter_Drop_Pressure_bar": 8.039823076923078, - "Tower_Discharge_Pressure_Drop_bar": -0.0197747252747249, - "Reservoir_Pressure_bar": 9.055432967032967, - "Oil_Temperature_C": 64.36850274725275, - "Motor_Current_A": 1.9423859890109887, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9043846153846156, - "Pneumatic_Panel_Pressure_bar": 8.967253846153845, - "Cyclone_Filter_Drop_Pressure_bar": 8.013794505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.020890109890108716, - "Reservoir_Pressure_bar": 8.966275824175824, - "Oil_Temperature_C": 63.58199175824176, - "Motor_Current_A": 1.9106703296703296, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8662648351648357, - "Pneumatic_Panel_Pressure_bar": 8.898605494505494, - "Cyclone_Filter_Drop_Pressure_bar": 7.974236263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.017839560439559192, - "Reservoir_Pressure_bar": 8.898797802197803, - "Oil_Temperature_C": 63.457953296703295, - "Motor_Current_A": 1.8900961538461538, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2598736263736268, - "Pneumatic_Panel_Pressure_bar": 8.9935989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.715763736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.005093406593405824, - "Reservoir_Pressure_bar": 8.993868131868131, - "Oil_Temperature_C": 65.85260989010989, - "Motor_Current_A": 2.5346291208791207, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0383186813186818, - "Pneumatic_Panel_Pressure_bar": 8.944806593406593, - "Cyclone_Filter_Drop_Pressure_bar": 7.890728571428571, - "Tower_Discharge_Pressure_Drop_bar": 0.006653846153846671, - "Reservoir_Pressure_bar": 8.945608791208791, - "Oil_Temperature_C": 65.63696428571428, - "Motor_Current_A": 2.010271978021978, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2725587912087915, - "Pneumatic_Panel_Pressure_bar": 8.973676923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.668669780219781, - "Tower_Discharge_Pressure_Drop_bar": -0.016360989010988813, - "Reservoir_Pressure_bar": 8.974682417582418, - "Oil_Temperature_C": 66.08791895604395, - "Motor_Current_A": 2.125693681318681, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1379267399267403, - "Pneumatic_Panel_Pressure_bar": 9.100045787545787, - "Cyclone_Filter_Drop_Pressure_bar": 7.924573870573871, - "Tower_Discharge_Pressure_Drop_bar": -0.01569536019536038, - "Reservoir_Pressure_bar": 9.100518925518926, - "Oil_Temperature_C": 67.05479242979243, - "Motor_Current_A": 2.4768345543345545, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2453406593406597, - "Pneumatic_Panel_Pressure_bar": 9.058832967032966, - "Cyclone_Filter_Drop_Pressure_bar": 7.679479120879121, - "Tower_Discharge_Pressure_Drop_bar": 0.009934065934065818, - "Reservoir_Pressure_bar": 9.059596703296704, - "Oil_Temperature_C": 66.74726648351648, - "Motor_Current_A": 2.2157513736263734, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.039875068493151, - "Pneumatic_Panel_Pressure_bar": 8.987431232876713, - "Cyclone_Filter_Drop_Pressure_bar": 7.926380273972603, - "Tower_Discharge_Pressure_Drop_bar": 0.0003342465753429226, - "Reservoir_Pressure_bar": 8.989250410958904, - "Oil_Temperature_C": 66.80169863013698, - "Motor_Current_A": 2.0487986301369863, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0495219780219789, - "Pneumatic_Panel_Pressure_bar": 9.147814835164835, - "Cyclone_Filter_Drop_Pressure_bar": 8.081183516483517, - "Tower_Discharge_Pressure_Drop_bar": 0.0017747252747266683, - "Reservoir_Pressure_bar": 9.15007857142857, - "Oil_Temperature_C": 67.63702609890109, - "Motor_Current_A": 1.970624313186813, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0908747252747262, - "Pneumatic_Panel_Pressure_bar": 9.03512967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.898329670329671, - "Tower_Discharge_Pressure_Drop_bar": 0.002356043956045171, - "Reservoir_Pressure_bar": 9.037225274725275, - "Oil_Temperature_C": 67.72468406593407, - "Motor_Current_A": 2.0014766483516486, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7240022792022804, - "Pneumatic_Panel_Pressure_bar": 8.910274643874644, - "Cyclone_Filter_Drop_Pressure_bar": 8.155577207977208, - "Tower_Discharge_Pressure_Drop_bar": -0.013111111111110388, - "Reservoir_Pressure_bar": 8.912687179487179, - "Oil_Temperature_C": 67.21648148148148, - "Motor_Current_A": 1.3840883190883193, - "Air_Intake_Valve_Status": 0.8831908831908832, - "Compressor_Outlet_Valve_Status": 0.08262108262108261, - "Active_Tower_ID": 0.9173789173789174, - "Load_Start_Signal": 0.8831908831908832, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9658119658119658, - "Low_Oil_Level_Alarm": 0.9658119658119658, - "Airflow_Pulse_Counter": 0.9658119658119658, - "timestamp": "2020-07-21T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.496, - "Cyclone_Filter_Drop_Pressure_bar": 8.482, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.498, - "Oil_Temperature_C": 66.725, - "Motor_Current_A": 0.0375000000000005, - "Air_Intake_Valve_Status": 0.8098790841265758, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8098790841265758, - "Load_Start_Signal": 0.8098790841265758, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8098790841265758, - "Low_Oil_Level_Alarm": 0.8098790841265758, - "Airflow_Pulse_Counter": 0.8098790841265758, - "timestamp": "2020-07-21T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.496, - "Cyclone_Filter_Drop_Pressure_bar": 8.482, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.498, - "Oil_Temperature_C": 66.725, - "Motor_Current_A": 0.0375000000000005, - "Air_Intake_Valve_Status": 0.8044998479781088, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.8044998479781088, - "Load_Start_Signal": 0.8044998479781088, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8044998479781088, - "Low_Oil_Level_Alarm": 0.8044998479781088, - "Airflow_Pulse_Counter": 0.8044998479781088, - "timestamp": "2020-07-21T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.496, - "Cyclone_Filter_Drop_Pressure_bar": 8.482, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.498, - "Oil_Temperature_C": 66.725, - "Motor_Current_A": 0.0375000000000005, - "Air_Intake_Valve_Status": 0.7934782608695652, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7934782608695652, - "Load_Start_Signal": 0.7934782608695652, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7934782608695652, - "Low_Oil_Level_Alarm": 0.7934782608695652, - "Airflow_Pulse_Counter": 0.7934782608695652, - "timestamp": "2020-07-21T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.496, - "Cyclone_Filter_Drop_Pressure_bar": 8.482, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.498, - "Oil_Temperature_C": 66.725, - "Motor_Current_A": 0.0375000000000005, - "Air_Intake_Valve_Status": 0.7926421404682275, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0.7926421404682275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0.7926421404682275, - "Airflow_Pulse_Counter": 0.7926421404682275, - "timestamp": "2020-07-21T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.496, - "Cyclone_Filter_Drop_Pressure_bar": 8.482, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.498, - "Oil_Temperature_C": 66.725, - "Motor_Current_A": 0.0375000000000005, - "Air_Intake_Valve_Status": 0.7959866220735786, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.7959866220735786, - "Load_Start_Signal": 0.7959866220735786, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7959866220735786, - "Low_Oil_Level_Alarm": 0.7959866220735786, - "Airflow_Pulse_Counter": 0.7959866220735786, - "timestamp": "2020-07-21T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.496, - "Cyclone_Filter_Drop_Pressure_bar": 8.482, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.498, - "Oil_Temperature_C": 66.725, - "Motor_Current_A": 0.0375000000000005, - "Air_Intake_Valve_Status": 0.802675585284281, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.802675585284281, - "Load_Start_Signal": 0.802675585284281, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.802675585284281, - "Low_Oil_Level_Alarm": 0.802675585284281, - "Airflow_Pulse_Counter": 0.802675585284281, - "timestamp": "2020-07-21T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.496, - "Cyclone_Filter_Drop_Pressure_bar": 8.482, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.498, - "Oil_Temperature_C": 66.725, - "Motor_Current_A": 0.0375000000000005, - "Air_Intake_Valve_Status": 0.802675585284281, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.802675585284281, - "Load_Start_Signal": 0.802675585284281, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.802675585284281, - "Low_Oil_Level_Alarm": 0.802675585284281, - "Airflow_Pulse_Counter": 0.802675585284281, - "timestamp": "2020-07-21T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.009999999999998, - "Pneumatic_Panel_Pressure_bar": 8.496, - "Cyclone_Filter_Drop_Pressure_bar": 8.482, - "Tower_Discharge_Pressure_Drop_bar": -0.0139999999999993, - "Reservoir_Pressure_bar": 8.498, - "Oil_Temperature_C": 66.725, - "Motor_Current_A": 0.0375000000000005, - "Air_Intake_Valve_Status": 0.802675585284281, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 0.802675585284281, - "Load_Start_Signal": 0.802675585284281, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.802675585284281, - "Low_Oil_Level_Alarm": 0.802675585284281, - "Airflow_Pulse_Counter": 0.802675585284281, - "timestamp": "2020-07-21T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7169912536443152, - "Pneumatic_Panel_Pressure_bar": 8.91074052478134, - "Cyclone_Filter_Drop_Pressure_bar": 8.156676384839649, - "Tower_Discharge_Pressure_Drop_bar": -0.018483965014577358, - "Reservoir_Pressure_bar": 8.9112944606414, - "Oil_Temperature_C": 64.4582361516035, - "Motor_Current_A": 1.7559693877551017, - "Air_Intake_Valve_Status": 0.9058084772370486, - "Compressor_Outlet_Valve_Status": 0.08163265306122448, - "Active_Tower_ID": 0.9378784480825296, - "Load_Start_Signal": 0.9058084772370486, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9845256784032294, - "Low_Oil_Level_Alarm": 0.9874411302982731, - "Airflow_Pulse_Counter": 0.9874411302982731, - "timestamp": "2020-07-21T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9673296703296705, - "Pneumatic_Panel_Pressure_bar": 9.111049450549451, - "Cyclone_Filter_Drop_Pressure_bar": 8.118521978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.01629120879120903, - "Reservoir_Pressure_bar": 9.110873626373627, - "Oil_Temperature_C": 64.7698489010989, - "Motor_Current_A": 1.93396978021978, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-21T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9722291208791213, - "Pneumatic_Panel_Pressure_bar": 8.98584945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.97055989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.018990659340659386, - "Reservoir_Pressure_bar": 8.985832967032966, - "Oil_Temperature_C": 63.95582417582418, - "Motor_Current_A": 1.7066462912087912, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6899340659340664, - "Pneumatic_Panel_Pressure_bar": 9.046442307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.30329945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.018535714285714336, - "Reservoir_Pressure_bar": 9.046623626373627, - "Oil_Temperature_C": 64.23179945054945, - "Motor_Current_A": 1.5883173076923074, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9949912087912095, - "Pneumatic_Panel_Pressure_bar": 9.043057692307693, - "Cyclone_Filter_Drop_Pressure_bar": 8.007608791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.01828186813186816, - "Reservoir_Pressure_bar": 9.043015384615385, - "Oil_Temperature_C": 64.43268543956044, - "Motor_Current_A": 1.9440521978021978, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.035458630136987, - "Pneumatic_Panel_Pressure_bar": 8.934584109589041, - "Cyclone_Filter_Drop_Pressure_bar": 7.852459178082192, - "Tower_Discharge_Pressure_Drop_bar": -0.01905643835616399, - "Reservoir_Pressure_bar": 8.93434301369863, - "Oil_Temperature_C": 63.569630136986305, - "Motor_Current_A": 1.554539726027397, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.857255494505495, - "Pneumatic_Panel_Pressure_bar": 8.961785164835165, - "Cyclone_Filter_Drop_Pressure_bar": 8.07865934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.0028791208791203874, - "Reservoir_Pressure_bar": 8.961219230769231, - "Oil_Temperature_C": 64.72826923076923, - "Motor_Current_A": 1.8836675824175824, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1995978021978027, - "Pneumatic_Panel_Pressure_bar": 9.04898021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.825045054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.019582417582417272, - "Reservoir_Pressure_bar": 9.04808021978022, - "Oil_Temperature_C": 66.17237637362638, - "Motor_Current_A": 2.4504752747252745, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0552034383954159, - "Pneumatic_Panel_Pressure_bar": 9.249629799426934, - "Cyclone_Filter_Drop_Pressure_bar": 8.174365042979943, - "Tower_Discharge_Pressure_Drop_bar": -0.006206303724928339, - "Reservoir_Pressure_bar": 9.24847793696275, - "Oil_Temperature_C": 67.86743553008596, - "Motor_Current_A": 2.582273638968481, - "Air_Intake_Valve_Status": 0.839541547277937, - "Compressor_Outlet_Valve_Status": 0.29512893982808025, - "Active_Tower_ID": 0.8911174785100286, - "Load_Start_Signal": 0.6590257879656161, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9484240687679083, - "Low_Oil_Level_Alarm": 0.7736389684813754, - "Airflow_Pulse_Counter": 0.7736389684813754, - "timestamp": "2020-07-22T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0199999999999995, - "Pneumatic_Panel_Pressure_bar": 10.042, - "Cyclone_Filter_Drop_Pressure_bar": 10.036, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 10.038, - "Oil_Temperature_C": 73.64999999999999, - "Motor_Current_A": 3.7424999999999997, - "Air_Intake_Valve_Status": 0.7892976588628763, - "Compressor_Outlet_Valve_Status": 0.7892976588628763, - "Active_Tower_ID": 0.7892976588628763, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7892976588628763, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-07-22T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0199999999999995, - "Pneumatic_Panel_Pressure_bar": 10.042, - "Cyclone_Filter_Drop_Pressure_bar": 10.036, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 10.038, - "Oil_Temperature_C": 73.64999999999999, - "Motor_Current_A": 3.7425, - "Air_Intake_Valve_Status": 0.7830769230769231, - "Compressor_Outlet_Valve_Status": 0.7830769230769231, - "Active_Tower_ID": 0.7830769230769231, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7830769230769231, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-07-22T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0199999999999995, - "Pneumatic_Panel_Pressure_bar": 10.042, - "Cyclone_Filter_Drop_Pressure_bar": 10.036, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 10.038, - "Oil_Temperature_C": 73.64999999999999, - "Motor_Current_A": 3.7424999999999997, - "Air_Intake_Valve_Status": 0.8003601749421148, - "Compressor_Outlet_Valve_Status": 0.8003601749421148, - "Active_Tower_ID": 0.8003601749421148, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.8003601749421148, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-07-22T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0199999999999995, - "Pneumatic_Panel_Pressure_bar": 10.042, - "Cyclone_Filter_Drop_Pressure_bar": 10.036, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 10.038, - "Oil_Temperature_C": 73.64999999999999, - "Motor_Current_A": 3.7424999999999997, - "Air_Intake_Valve_Status": 0.7993311036789298, - "Compressor_Outlet_Valve_Status": 0.7993311036789298, - "Active_Tower_ID": 0.7993311036789298, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7993311036789298, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-07-22T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0199999999999995, - "Pneumatic_Panel_Pressure_bar": 10.042, - "Cyclone_Filter_Drop_Pressure_bar": 10.036, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 10.038, - "Oil_Temperature_C": 73.64999999999999, - "Motor_Current_A": 3.7424999999999997, - "Air_Intake_Valve_Status": 0.7892976588628763, - "Compressor_Outlet_Valve_Status": 0.7892976588628763, - "Active_Tower_ID": 0.7892976588628763, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7892976588628763, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-07-22T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0199999999999995, - "Pneumatic_Panel_Pressure_bar": 10.042, - "Cyclone_Filter_Drop_Pressure_bar": 10.036, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 10.038, - "Oil_Temperature_C": 73.64999999999999, - "Motor_Current_A": 3.7424999999999997, - "Air_Intake_Valve_Status": 0.7926421404682275, - "Compressor_Outlet_Valve_Status": 0.7926421404682275, - "Active_Tower_ID": 0.7926421404682275, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.7926421404682275, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 0, - "timestamp": "2020-07-22T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9931316526610654, - "Pneumatic_Panel_Pressure_bar": 9.06755182072829, - "Cyclone_Filter_Drop_Pressure_bar": 8.057557422969188, - "Tower_Discharge_Pressure_Drop_bar": -0.005002801120447142, - "Reservoir_Pressure_bar": 9.068801120448178, - "Oil_Temperature_C": 68.33249299719888, - "Motor_Current_A": 2.1829901960784315, - "Air_Intake_Valve_Status": 0.8795518207282913, - "Compressor_Outlet_Valve_Status": 0.16246498599439776, - "Active_Tower_ID": 0.9355742296918768, - "Load_Start_Signal": 0.8263305322128851, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9831932773109243, - "Low_Oil_Level_Alarm": 0.9355742296918768, - "Airflow_Pulse_Counter": 0.9355742296918768, - "timestamp": "2020-07-22T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0912772602739735, - "Pneumatic_Panel_Pressure_bar": 9.122677808219178, - "Cyclone_Filter_Drop_Pressure_bar": 8.008929863013698, - "Tower_Discharge_Pressure_Drop_bar": -0.014569863013697393, - "Reservoir_Pressure_bar": 9.124337534246576, - "Oil_Temperature_C": 67.71224657534246, - "Motor_Current_A": 1.9831705479452055, - "Air_Intake_Valve_Status": 0.8794520547945206, - "Compressor_Outlet_Valve_Status": 0.12054794520547946, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8794520547945206, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1441428571428582, - "Pneumatic_Panel_Pressure_bar": 8.985102197802199, - "Cyclone_Filter_Drop_Pressure_bar": 7.822079120879121, - "Tower_Discharge_Pressure_Drop_bar": -0.015583516483515074, - "Reservoir_Pressure_bar": 8.986503296703297, - "Oil_Temperature_C": 67.56318681318682, - "Motor_Current_A": 2.0104409340659344, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.458065934065935, - "Pneumatic_Panel_Pressure_bar": 9.157281318681319, - "Cyclone_Filter_Drop_Pressure_bar": 7.667953846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.01213736263736116, - "Reservoir_Pressure_bar": 9.158541758241757, - "Oil_Temperature_C": 68.1754532967033, - "Motor_Current_A": 2.547383241758242, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0116967032967044, - "Pneumatic_Panel_Pressure_bar": 9.088459340659341, - "Cyclone_Filter_Drop_Pressure_bar": 8.048692307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.009912087912086368, - "Reservoir_Pressure_bar": 9.089758241758242, - "Oil_Temperature_C": 67.61350274725274, - "Motor_Current_A": 2.063625, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0161150684931517, - "Pneumatic_Panel_Pressure_bar": 8.989363287671233, - "Cyclone_Filter_Drop_Pressure_bar": 7.940226849315069, - "Tower_Discharge_Pressure_Drop_bar": -0.016328767123286382, - "Reservoir_Pressure_bar": 8.99067287671233, - "Oil_Temperature_C": 67.35506849315068, - "Motor_Current_A": 1.9419931506849315, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9617851239669429, - "Pneumatic_Panel_Pressure_bar": 9.092294214876034, - "Cyclone_Filter_Drop_Pressure_bar": 8.100801101928374, - "Tower_Discharge_Pressure_Drop_bar": -0.016814876033057057, - "Reservoir_Pressure_bar": 9.093142699724519, - "Oil_Temperature_C": 66.12838842975206, - "Motor_Current_A": 1.9132575757575758, - "Air_Intake_Valve_Status": 0.8925619834710744, - "Compressor_Outlet_Valve_Status": 0.10743801652892562, - "Active_Tower_ID": 0.9504132231404959, - "Load_Start_Signal": 0.8925619834710744, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0093126373626382, - "Pneumatic_Panel_Pressure_bar": 9.028693406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.035913186813186, - "Tower_Discharge_Pressure_Drop_bar": -0.00830769230769227, - "Reservoir_Pressure_bar": 9.029182967032968, - "Oil_Temperature_C": 65.51334478021978, - "Motor_Current_A": 1.932568681318681, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9867307692307697, - "Pneumatic_Panel_Pressure_bar": 9.023797924297925, - "Cyclone_Filter_Drop_Pressure_bar": 8.01006105006105, - "Tower_Discharge_Pressure_Drop_bar": -0.019455433455433227, - "Reservoir_Pressure_bar": 9.024654456654456, - "Oil_Temperature_C": 65.02384768009767, - "Motor_Current_A": 1.9460989010989007, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9760494505494508, - "Pneumatic_Panel_Pressure_bar": 9.015147252747251, - "Cyclone_Filter_Drop_Pressure_bar": 8.028985714285714, - "Tower_Discharge_Pressure_Drop_bar": -0.0068538461538457576, - "Reservoir_Pressure_bar": 9.015416483516484, - "Oil_Temperature_C": 64.81032967032966, - "Motor_Current_A": 1.9442651098901098, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9888516483516485, - "Pneumatic_Panel_Pressure_bar": 8.997673076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.95989010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.008109890109889632, - "Reservoir_Pressure_bar": 8.997763736263737, - "Oil_Temperature_C": 64.59048763736264, - "Motor_Current_A": 1.9499759615384613, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-22T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9060989010989012, - "Pneumatic_Panel_Pressure_bar": 8.98100989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.024874725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.0203681318681311, - "Reservoir_Pressure_bar": 8.98114945054945, - "Oil_Temperature_C": 64.00398351648352, - "Motor_Current_A": 1.9158749999999998, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8331538461538462, - "Pneumatic_Panel_Pressure_bar": 8.935817582417583, - "Cyclone_Filter_Drop_Pressure_bar": 8.081114285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.015043956043954755, - "Reservoir_Pressure_bar": 8.935663736263736, - "Oil_Temperature_C": 63.39076923076924, - "Motor_Current_A": 1.7920673076923077, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9086868131868132, - "Pneumatic_Panel_Pressure_bar": 8.939824175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.012478021978021, - "Tower_Discharge_Pressure_Drop_bar": -0.011494505494504278, - "Reservoir_Pressure_bar": 8.940313186813187, - "Oil_Temperature_C": 63.35570054945055, - "Motor_Current_A": 1.770631868131868, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8581868131868133, - "Pneumatic_Panel_Pressure_bar": 8.925358241758241, - "Cyclone_Filter_Drop_Pressure_bar": 8.04503956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.013494505494504346, - "Reservoir_Pressure_bar": 8.925671428571428, - "Oil_Temperature_C": 63.33306318681319, - "Motor_Current_A": 1.7468695054945056, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.012422018348624, - "Pneumatic_Panel_Pressure_bar": 8.97914128440367, - "Cyclone_Filter_Drop_Pressure_bar": 7.968952905198777, - "Tower_Discharge_Pressure_Drop_bar": 0.0060061162079522445, - "Reservoir_Pressure_bar": 8.97982752293578, - "Oil_Temperature_C": 65.63454128440367, - "Motor_Current_A": 2.48898623853211, - "Air_Intake_Valve_Status": 0.8899082568807339, - "Compressor_Outlet_Valve_Status": 0.11009174311926606, - "Active_Tower_ID": 0.944954128440367, - "Load_Start_Signal": 0.8899082568807339, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9969418960244648, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9225274725274727, - "Pneumatic_Panel_Pressure_bar": 8.970123076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.021496703296704, - "Tower_Discharge_Pressure_Drop_bar": -0.0077214285714274685, - "Reservoir_Pressure_bar": 8.97034835164835, - "Oil_Temperature_C": 63.84945054945055, - "Motor_Current_A": 1.8914306318681318, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0146483516483522, - "Pneumatic_Panel_Pressure_bar": 8.972853846153846, - "Cyclone_Filter_Drop_Pressure_bar": 7.962086813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.0072252747252739835, - "Reservoir_Pressure_bar": 8.972692857142857, - "Oil_Temperature_C": 64.53169642857142, - "Motor_Current_A": 1.9959917582417581, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3634120879120883, - "Pneumatic_Panel_Pressure_bar": 8.963137362637362, - "Cyclone_Filter_Drop_Pressure_bar": 7.552071428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.019895604395603936, - "Reservoir_Pressure_bar": 8.963703296703297, - "Oil_Temperature_C": 65.90652472527472, - "Motor_Current_A": 2.316785714285714, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1481659340659345, - "Pneumatic_Panel_Pressure_bar": 9.109965934065933, - "Cyclone_Filter_Drop_Pressure_bar": 7.915579120879122, - "Tower_Discharge_Pressure_Drop_bar": -0.018686813186813235, - "Reservoir_Pressure_bar": 9.110661538461539, - "Oil_Temperature_C": 66.36175824175824, - "Motor_Current_A": 2.079945054945055, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8357560439560445, - "Pneumatic_Panel_Pressure_bar": 8.968617582417583, - "Cyclone_Filter_Drop_Pressure_bar": 8.072728571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.006027472527472732, - "Reservoir_Pressure_bar": 8.96984065934066, - "Oil_Temperature_C": 66.0035576923077, - "Motor_Current_A": 1.7266675824175823, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3171318681318689, - "Pneumatic_Panel_Pressure_bar": 9.176421428571429, - "Cyclone_Filter_Drop_Pressure_bar": 7.836615384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.007644505494505274, - "Reservoir_Pressure_bar": 9.177245604395605, - "Oil_Temperature_C": 67.78791208791209, - "Motor_Current_A": 2.5689148351648354, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0709120879120886, - "Pneumatic_Panel_Pressure_bar": 8.956492307692308, - "Cyclone_Filter_Drop_Pressure_bar": 7.867640659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.01771428571428577, - "Reservoir_Pressure_bar": 8.957251648351649, - "Oil_Temperature_C": 66.53302197802198, - "Motor_Current_A": 1.9781785714285716, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2525000000000006, - "Pneumatic_Panel_Pressure_bar": 9.03570879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.732181318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.016879120879120104, - "Reservoir_Pressure_bar": 9.03773076923077, - "Oil_Temperature_C": 67.08475274725275, - "Motor_Current_A": 2.1154876373626372, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2036725274725282, - "Pneumatic_Panel_Pressure_bar": 9.188547252747252, - "Cyclone_Filter_Drop_Pressure_bar": 7.945006593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.01484615384615255, - "Reservoir_Pressure_bar": 9.190191208791209, - "Oil_Temperature_C": 68.19377747252747, - "Motor_Current_A": 2.4878983516483517, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0056401098901109, - "Pneumatic_Panel_Pressure_bar": 8.986387362637362, - "Cyclone_Filter_Drop_Pressure_bar": 7.963142857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.016178571428570012, - "Reservoir_Pressure_bar": 8.988282967032967, - "Oil_Temperature_C": 67.25178571428572, - "Motor_Current_A": 1.9436057692307696, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0785659340659348, - "Pneumatic_Panel_Pressure_bar": 9.09925, - "Cyclone_Filter_Drop_Pressure_bar": 7.990337912087913, - "Tower_Discharge_Pressure_Drop_bar": -0.007769230769229262, - "Reservoir_Pressure_bar": 9.10057032967033, - "Oil_Temperature_C": 67.33853708791209, - "Motor_Current_A": 1.9879189560439563, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1873333333333342, - "Pneumatic_Panel_Pressure_bar": 8.997972451790634, - "Cyclone_Filter_Drop_Pressure_bar": 7.789504132231405, - "Tower_Discharge_Pressure_Drop_bar": -0.006391184573001378, - "Reservoir_Pressure_bar": 8.998986225895317, - "Oil_Temperature_C": 67.12906336088155, - "Motor_Current_A": 2.0510055096418736, - "Air_Intake_Valve_Status": 0.8705234159779615, - "Compressor_Outlet_Valve_Status": 0.12947658402203857, - "Active_Tower_ID": 0.9338842975206612, - "Load_Start_Signal": 0.8705234159779615, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3924505494505501, - "Pneumatic_Panel_Pressure_bar": 9.088763736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.690582417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.01721428571428544, - "Reservoir_Pressure_bar": 9.089197802197802, - "Oil_Temperature_C": 68.00570054945055, - "Motor_Current_A": 2.5824175824175826, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3464285714285722, - "Pneumatic_Panel_Pressure_bar": 9.074191208791209, - "Cyclone_Filter_Drop_Pressure_bar": 7.71576923076923, - "Tower_Discharge_Pressure_Drop_bar": 0.003692307692307547, - "Reservoir_Pressure_bar": 9.074438461538461, - "Oil_Temperature_C": 67.9631456043956, - "Motor_Current_A": 2.4251112637362637, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0300703296703304, - "Pneumatic_Panel_Pressure_bar": 8.945875824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.89002967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.00480219780219801, - "Reservoir_Pressure_bar": 8.9456989010989, - "Oil_Temperature_C": 66.01487637362638, - "Motor_Current_A": 1.9964835164835166, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.010073684210525012, - "Pneumatic_Panel_Pressure_bar": 9.46798947368421, - "Cyclone_Filter_Drop_Pressure_bar": 9.455599999999999, - "Tower_Discharge_Pressure_Drop_bar": -0.018242105263158177, - "Reservoir_Pressure_bar": 9.467568421052633, - "Oil_Temperature_C": 67.44552631578948, - "Motor_Current_A": 3.506789473684211, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6362548305796709, - "Pneumatic_Panel_Pressure_bar": 7.988472248669841, - "Cyclone_Filter_Drop_Pressure_bar": 7.441908148977879, - "Tower_Discharge_Pressure_Drop_bar": -0.018383534024083277, - "Reservoir_Pressure_bar": 7.987403976477177, - "Oil_Temperature_C": 60.103591430971726, - "Motor_Current_A": 0.9719876785214226, - "Air_Intake_Valve_Status": 0.808232987958555, - "Compressor_Outlet_Valve_Status": 0.19176701204144497, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.808232987958555, - "Low_Pressure_Switch_Status": 0.19176701204144497, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-23T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-23T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-23T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-24T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.500320853530048, - "Pneumatic_Panel_Pressure_bar": 8.645732458370142, - "Cyclone_Filter_Drop_Pressure_bar": 7.213232065858953, - "Tower_Discharge_Pressure_Drop_bar": -0.004298332949123704, - "Reservoir_Pressure_bar": 8.644434192567196, - "Oil_Temperature_C": 55.5432707808915, - "Motor_Current_A": 2.314900723832716, - "Air_Intake_Valve_Status": 0.7955849066528867, - "Compressor_Outlet_Valve_Status": 0.20441509334711325, - "Active_Tower_ID": 0.9005524861878453, - "Load_Start_Signal": 0.7955849066528867, - "Low_Pressure_Switch_Status": 0.096680286717279, - "Tower_Discharge_Switch_Status": 0.9972375690607734, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5890219780219784, - "Pneumatic_Panel_Pressure_bar": 8.989545054945054, - "Cyclone_Filter_Drop_Pressure_bar": 8.37782032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.02198351648351502, - "Reservoir_Pressure_bar": 8.989357142857143, - "Oil_Temperature_C": 60.04652472527473, - "Motor_Current_A": 1.4454182692307689, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9582417582417586, - "Pneumatic_Panel_Pressure_bar": 9.038682417582416, - "Cyclone_Filter_Drop_Pressure_bar": 8.048887912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.013978021978020488, - "Reservoir_Pressure_bar": 9.038217582417582, - "Oil_Temperature_C": 61.63189560439561, - "Motor_Current_A": 1.924450549450549, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6015549450549453, - "Pneumatic_Panel_Pressure_bar": 8.935482417582419, - "Cyclone_Filter_Drop_Pressure_bar": 8.275556043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.02235164835164729, - "Reservoir_Pressure_bar": 8.935506593406593, - "Oil_Temperature_C": 61.35620879120879, - "Motor_Current_A": 1.3289945054945052, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.99809010989011, - "Pneumatic_Panel_Pressure_bar": 9.084876923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.022265934065935, - "Tower_Discharge_Pressure_Drop_bar": -0.021906593406591967, - "Reservoir_Pressure_bar": 9.084875824175825, - "Oil_Temperature_C": 62.4643543956044, - "Motor_Current_A": 1.9740563186813185, - "Air_Intake_Valve_Status": 0.8851648351648351, - "Compressor_Outlet_Valve_Status": 0.11483516483516483, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8851648351648351, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4203076923076925, - "Pneumatic_Panel_Pressure_bar": 9.015719780219781, - "Cyclone_Filter_Drop_Pressure_bar": 7.559346153846153, - "Tower_Discharge_Pressure_Drop_bar": -0.021653846153844764, - "Reservoir_Pressure_bar": 9.015582417582417, - "Oil_Temperature_C": 64.37259615384616, - "Motor_Current_A": 2.3373351648351646, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.113813186813187, - "Pneumatic_Panel_Pressure_bar": 9.078308241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.940341208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.010829120879119865, - "Reservoir_Pressure_bar": 9.078312637362638, - "Oil_Temperature_C": 64.99798076923076, - "Motor_Current_A": 1.9583454670329672, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9856318681318685, - "Pneumatic_Panel_Pressure_bar": 9.008952747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.013885164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.019946703296702825, - "Reservoir_Pressure_bar": 9.009591758241758, - "Oil_Temperature_C": 65.8165728021978, - "Motor_Current_A": 2.2596682692307692, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.03456043956044, - "Pneumatic_Panel_Pressure_bar": 8.948901709401708, - "Cyclone_Filter_Drop_Pressure_bar": 7.9113467643467645, - "Tower_Discharge_Pressure_Drop_bar": -0.01666483516483525, - "Reservoir_Pressure_bar": 8.949882783882785, - "Oil_Temperature_C": 65.90962301587302, - "Motor_Current_A": 1.8936546092796092, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9630549450549456, - "Pneumatic_Panel_Pressure_bar": 9.09788021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.109035164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.01328571428571375, - "Reservoir_Pressure_bar": 9.099424175824176, - "Oil_Temperature_C": 67.16553571428572, - "Motor_Current_A": 2.050751373626374, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1098516483516492, - "Pneumatic_Panel_Pressure_bar": 8.94121978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.829049450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.005857142857141346, - "Reservoir_Pressure_bar": 8.943104395604395, - "Oil_Temperature_C": 67.13921703296703, - "Motor_Current_A": 2.0163255494505496, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3429774725274735, - "Pneumatic_Panel_Pressure_bar": 9.101496703296704, - "Cyclone_Filter_Drop_Pressure_bar": 7.7131401098901105, - "Tower_Discharge_Pressure_Drop_bar": -0.015268681318679823, - "Reservoir_Pressure_bar": 9.10356868131868, - "Oil_Temperature_C": 68.72010302197802, - "Motor_Current_A": 2.5789910714285713, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3649159340659351, - "Pneumatic_Panel_Pressure_bar": 9.013318131868132, - "Cyclone_Filter_Drop_Pressure_bar": 7.640971978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.00029120879120745594, - "Reservoir_Pressure_bar": 9.015642307692307, - "Oil_Temperature_C": 68.02485576923077, - "Motor_Current_A": 2.2124931318681322, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0160274725274734, - "Pneumatic_Panel_Pressure_bar": 9.165376373626374, - "Cyclone_Filter_Drop_Pressure_bar": 8.102947802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.002571428571427251, - "Reservoir_Pressure_bar": 9.167434065934065, - "Oil_Temperature_C": 68.22225274725275, - "Motor_Current_A": 2.318677884615385, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.148152197802199, - "Pneumatic_Panel_Pressure_bar": 9.075484065934067, - "Cyclone_Filter_Drop_Pressure_bar": 7.943709340659341, - "Tower_Discharge_Pressure_Drop_bar": 0.0025439560439576084, - "Reservoir_Pressure_bar": 9.07650054945055, - "Oil_Temperature_C": 67.26032967032968, - "Motor_Current_A": 1.9166895604395606, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0205693150684942, - "Pneumatic_Panel_Pressure_bar": 9.027, - "Cyclone_Filter_Drop_Pressure_bar": 7.987083287671234, - "Tower_Discharge_Pressure_Drop_bar": -0.012323287671231534, - "Reservoir_Pressure_bar": 9.02834794520548, - "Oil_Temperature_C": 67.64523287671233, - "Motor_Current_A": 2.0296027397260277, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0924884615384622, - "Pneumatic_Panel_Pressure_bar": 9.08435879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.952347802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.016461538461537348, - "Reservoir_Pressure_bar": 9.085347802197802, - "Oil_Temperature_C": 67.238385989011, - "Motor_Current_A": 2.009203296703297, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2654560439560447, - "Pneumatic_Panel_Pressure_bar": 8.895147252747252, - "Cyclone_Filter_Drop_Pressure_bar": 7.591379120879122, - "Tower_Discharge_Pressure_Drop_bar": -0.014483516483516447, - "Reservoir_Pressure_bar": 8.895845054945054, - "Oil_Temperature_C": 66.68171703296703, - "Motor_Current_A": 2.1164574175824176, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9190648351648358, - "Pneumatic_Panel_Pressure_bar": 9.099427472527474, - "Cyclone_Filter_Drop_Pressure_bar": 8.174857142857142, - "Tower_Discharge_Pressure_Drop_bar": -0.00563736263736284, - "Reservoir_Pressure_bar": 9.099717582417583, - "Oil_Temperature_C": 66.42402472527473, - "Motor_Current_A": 1.881837912087912, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0120000000000004, - "Pneumatic_Panel_Pressure_bar": 8.208200000000001, - "Cyclone_Filter_Drop_Pressure_bar": 8.196200000000001, - "Tower_Discharge_Pressure_Drop_bar": -0.01860000000000027, - "Reservoir_Pressure_bar": 8.2116, - "Oil_Temperature_C": 59.72749999999999, - "Motor_Current_A": 0.040749999999999856, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.101917959789502, - "Pneumatic_Panel_Pressure_bar": 8.216608824720012, - "Cyclone_Filter_Drop_Pressure_bar": 6.203200377816759, - "Tower_Discharge_Pressure_Drop_bar": -0.018969909593847048, - "Reservoir_Pressure_bar": 8.219638915126165, - "Oil_Temperature_C": 57.646508568344345, - "Motor_Current_A": 1.4348512346511944, - "Air_Intake_Valve_Status": 0.7575226015382539, - "Compressor_Outlet_Valve_Status": 0.24247739846174607, - "Active_Tower_ID": 0.7575226015382539, - "Load_Start_Signal": 0.7575226015382539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-24T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-24T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-24T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.325105131430611, - "Pneumatic_Panel_Pressure_bar": 9.602145111233954, - "Cyclone_Filter_Drop_Pressure_bar": 5.4404142229728265, - "Tower_Discharge_Pressure_Drop_bar": -0.020964016000625765, - "Reservoir_Pressure_bar": 9.600406901684941, - "Oil_Temperature_C": 59.392758040576126, - "Motor_Current_A": 4.875851317353019, - "Air_Intake_Valve_Status": 0.5493185804884632, - "Compressor_Outlet_Valve_Status": 0.4506814195115369, - "Active_Tower_ID": 0.7428669675852373, - "Load_Start_Signal": 0.5493185804884632, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5766873098652772, - "Pneumatic_Panel_Pressure_bar": 8.11166818774446, - "Cyclone_Filter_Drop_Pressure_bar": 6.678363537592351, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.107787483702737, - "Oil_Temperature_C": 54.164433941764436, - "Motor_Current_A": 4.299538515862668, - "Air_Intake_Valve_Status": 0.6865493263798349, - "Compressor_Outlet_Valve_Status": 0.31345067362016515, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.6865493263798349, - "Low_Pressure_Switch_Status": 0.31345067362016515, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.9032512120334153, - "Pneumatic_Panel_Pressure_bar": 8.727225488917863, - "Cyclone_Filter_Drop_Pressure_bar": 5.9828214809986004, - "Tower_Discharge_Pressure_Drop_bar": -0.02155555555555424, - "Reservoir_Pressure_bar": 8.725378516586991, - "Oil_Temperature_C": 54.09237426964122, - "Motor_Current_A": 3.861936817929403, - "Air_Intake_Valve_Status": 0.6255046115215607, - "Compressor_Outlet_Valve_Status": 0.37449538847843933, - "Active_Tower_ID": 0.8, - "Load_Start_Signal": 0.6255046115215607, - "Low_Pressure_Switch_Status": 0.20782872181177264, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6521857142857145, - "Pneumatic_Panel_Pressure_bar": 8.955403296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.265441758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.021912087912086466, - "Reservoir_Pressure_bar": 8.955035164835165, - "Oil_Temperature_C": 57.67921703296703, - "Motor_Current_A": 1.325315934065934, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9063013698630139, - "Pneumatic_Panel_Pressure_bar": 9.05114904109589, - "Cyclone_Filter_Drop_Pressure_bar": 8.14383890410959, - "Tower_Discharge_Pressure_Drop_bar": -0.01442191780821767, - "Reservoir_Pressure_bar": 9.051236164383562, - "Oil_Temperature_C": 61.44575342465754, - "Motor_Current_A": 1.9022328767123287, - "Air_Intake_Valve_Status": 0.9013698630136986, - "Compressor_Outlet_Valve_Status": 0.09863013698630137, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9013698630136986, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7897967032967036, - "Pneumatic_Panel_Pressure_bar": 8.963650549450549, - "Cyclone_Filter_Drop_Pressure_bar": 8.134776923076922, - "Tower_Discharge_Pressure_Drop_bar": -0.01857692307692164, - "Reservoir_Pressure_bar": 8.96419010989011, - "Oil_Temperature_C": 61.378475274725275, - "Motor_Current_A": 1.4191895604395601, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.210268131868132, - "Pneumatic_Panel_Pressure_bar": 9.166547252747252, - "Cyclone_Filter_Drop_Pressure_bar": 7.919774725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.012340659340658013, - "Reservoir_Pressure_bar": 9.166607692307693, - "Oil_Temperature_C": 65.66608516483517, - "Motor_Current_A": 2.4821565934065934, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2867175824175827, - "Pneumatic_Panel_Pressure_bar": 8.982504395604396, - "Cyclone_Filter_Drop_Pressure_bar": 7.698573626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.0042307692307683355, - "Reservoir_Pressure_bar": 8.982976923076924, - "Oil_Temperature_C": 64.88949175824176, - "Motor_Current_A": 2.01078021978022, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0951318681318685, - "Pneumatic_Panel_Pressure_bar": 9.110537362637363, - "Cyclone_Filter_Drop_Pressure_bar": 7.970610989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.01993406593406546, - "Reservoir_Pressure_bar": 9.111354945054945, - "Oil_Temperature_C": 66.13835164835164, - "Motor_Current_A": 2.1772513736263734, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.06817095890411, - "Pneumatic_Panel_Pressure_bar": 8.960267397260274, - "Cyclone_Filter_Drop_Pressure_bar": 7.859232876712328, - "Tower_Discharge_Pressure_Drop_bar": -0.017890410958904163, - "Reservoir_Pressure_bar": 8.961423561643835, - "Oil_Temperature_C": 65.91712328767123, - "Motor_Current_A": 1.9919589041095889, - "Air_Intake_Valve_Status": 0.8794520547945206, - "Compressor_Outlet_Valve_Status": 0.12054794520547946, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.8794520547945206, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9836807692307696, - "Pneumatic_Panel_Pressure_bar": 9.138706043956043, - "Cyclone_Filter_Drop_Pressure_bar": 8.098931318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.01733021978021943, - "Reservoir_Pressure_bar": 9.140287912087912, - "Oil_Temperature_C": 66.75414148351648, - "Motor_Current_A": 1.9319237637362636, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0850725274725281, - "Pneumatic_Panel_Pressure_bar": 8.98564065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.8948285714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.0041153846153835, - "Reservoir_Pressure_bar": 8.98768021978022, - "Oil_Temperature_C": 66.4901510989011, - "Motor_Current_A": 1.9780096153846154, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0135291208791217, - "Pneumatic_Panel_Pressure_bar": 9.07655054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.028697252747252, - "Tower_Discharge_Pressure_Drop_bar": -0.01596153846153697, - "Reservoir_Pressure_bar": 9.078132967032968, - "Oil_Temperature_C": 67.40958791208791, - "Motor_Current_A": 1.9414217032967034, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1344862637362647, - "Pneumatic_Panel_Pressure_bar": 9.042142857142858, - "Cyclone_Filter_Drop_Pressure_bar": 7.880969780219781, - "Tower_Discharge_Pressure_Drop_bar": -0.006019230769229361, - "Reservoir_Pressure_bar": 9.043582417582417, - "Oil_Temperature_C": 67.44271978021979, - "Motor_Current_A": 2.01646978021978, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3547582417582427, - "Pneumatic_Panel_Pressure_bar": 9.056204395604395, - "Cyclone_Filter_Drop_Pressure_bar": 7.691352747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.016148351648350247, - "Reservoir_Pressure_bar": 9.05773076923077, - "Oil_Temperature_C": 67.09854395604395, - "Motor_Current_A": 2.2176717032967037, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7843791208791219, - "Pneumatic_Panel_Pressure_bar": 8.952950549450549, - "Cyclone_Filter_Drop_Pressure_bar": 8.127697802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.015379120879119858, - "Reservoir_Pressure_bar": 8.954456043956045, - "Oil_Temperature_C": 66.34581043956044, - "Motor_Current_A": 1.7545054945054945, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3999483516483524, - "Pneumatic_Panel_Pressure_bar": 9.153473626373627, - "Cyclone_Filter_Drop_Pressure_bar": 7.750726373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.006131868131867268, - "Reservoir_Pressure_bar": 9.15475934065934, - "Oil_Temperature_C": 67.37195054945055, - "Motor_Current_A": 2.3770796703296706, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0198758241758248, - "Pneumatic_Panel_Pressure_bar": 9.080620879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.024558791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.0051390109890111285, - "Reservoir_Pressure_bar": 9.081412087912089, - "Oil_Temperature_C": 66.21554945054945, - "Motor_Current_A": 1.958184065934066, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.075851648351649, - "Pneumatic_Panel_Pressure_bar": 9.125187912087913, - "Cyclone_Filter_Drop_Pressure_bar": 8.027602197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.018269230769231024, - "Reservoir_Pressure_bar": 9.125636263736263, - "Oil_Temperature_C": 66.4953021978022, - "Motor_Current_A": 2.1333914835164833, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6766631578947377, - "Pneumatic_Panel_Pressure_bar": 8.765343157894737, - "Cyclone_Filter_Drop_Pressure_bar": 8.036343157894736, - "Tower_Discharge_Pressure_Drop_bar": -0.018978947368421078, - "Reservoir_Pressure_bar": 8.765427368421053, - "Oil_Temperature_C": 64.71792105263158, - "Motor_Current_A": 1.4462289473684207, - "Air_Intake_Valve_Status": 0.9210526315789473, - "Compressor_Outlet_Valve_Status": 0.07894736842105263, - "Active_Tower_ID": 0.968421052631579, - "Load_Start_Signal": 0.9210526315789473, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5835770895450607, - "Pneumatic_Panel_Pressure_bar": 7.975010579974993, - "Cyclone_Filter_Drop_Pressure_bar": 7.413989131480235, - "Tower_Discharge_Pressure_Drop_bar": -0.0201668750601129, - "Reservoir_Pressure_bar": 7.97684370491488, - "Oil_Temperature_C": 59.3445777628162, - "Motor_Current_A": 0.4957743820332785, - "Air_Intake_Valve_Status": 0.9165624699432529, - "Compressor_Outlet_Valve_Status": 0.08343753005674713, - "Active_Tower_ID": 0.9165624699432529, - "Load_Start_Signal": 0.9165624699432529, - "Low_Pressure_Switch_Status": 0.08343753005674713, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-25T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-25T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-25T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-25T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-26T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.02023729259859, - "Pneumatic_Panel_Pressure_bar": 9.2425949241348, - "Cyclone_Filter_Drop_Pressure_bar": 6.354501965415623, - "Tower_Discharge_Pressure_Drop_bar": -0.021014723667134954, - "Reservoir_Pressure_bar": 9.242203151287335, - "Oil_Temperature_C": 59.131371872718645, - "Motor_Current_A": 4.591407095284422, - "Air_Intake_Valve_Status": 0.6565725926615023, - "Compressor_Outlet_Valve_Status": 0.3434274073384977, - "Active_Tower_ID": 0.8369004615139612, - "Load_Start_Signal": 0.6565725926615023, - "Low_Pressure_Switch_Status": 0.09752576799423542, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7496473133166052, - "Pneumatic_Panel_Pressure_bar": 8.436737388595656, - "Cyclone_Filter_Drop_Pressure_bar": 7.755868997144588, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.435044907848058, - "Oil_Temperature_C": 55.30723803755299, - "Motor_Current_A": 4.077638660552046, - "Air_Intake_Valve_Status": 0.8307519252401142, - "Compressor_Outlet_Valve_Status": 0.1692480747598858, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8307519252401142, - "Low_Pressure_Switch_Status": 0.1692480747598858, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-26T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.1980542542522667, - "Pneumatic_Panel_Pressure_bar": 8.537336348561727, - "Cyclone_Filter_Drop_Pressure_bar": 6.468984212250897, - "Tower_Discharge_Pressure_Drop_bar": -0.021278688524588932, - "Reservoir_Pressure_bar": 8.537058295518861, - "Oil_Temperature_C": 53.7885533854296, - "Motor_Current_A": 2.9961112490194717, - "Air_Intake_Valve_Status": 0.6984242039101984, - "Compressor_Outlet_Valve_Status": 0.3015757960898015, - "Active_Tower_ID": 0.8524590163934426, - "Load_Start_Signal": 0.6984242039101984, - "Low_Pressure_Switch_Status": 0.18682169772914578, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.019247252747253, - "Pneumatic_Panel_Pressure_bar": 9.069653846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.00464835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.021642857142855788, - "Reservoir_Pressure_bar": 9.069565934065935, - "Oil_Temperature_C": 60.60398351648351, - "Motor_Current_A": 1.970892857142857, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9438186813186816, - "Pneumatic_Panel_Pressure_bar": 9.000574725274726, - "Cyclone_Filter_Drop_Pressure_bar": 7.975464835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.0019230769230757009, - "Reservoir_Pressure_bar": 9.000337362637364, - "Oil_Temperature_C": 63.18181318681319, - "Motor_Current_A": 1.5824656593406592, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1483736263736268, - "Pneumatic_Panel_Pressure_bar": 9.00273901098901, - "Cyclone_Filter_Drop_Pressure_bar": 7.833788461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.020412087912087158, - "Reservoir_Pressure_bar": 9.003049450549451, - "Oil_Temperature_C": 64.55800137362637, - "Motor_Current_A": 2.0461160714285715, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3292725274725279, - "Pneumatic_Panel_Pressure_bar": 8.999461538461539, - "Cyclone_Filter_Drop_Pressure_bar": 7.6383241758241756, - "Tower_Discharge_Pressure_Drop_bar": -0.01925164835164779, - "Reservoir_Pressure_bar": 9.000654945054945, - "Oil_Temperature_C": 65.29104395604396, - "Motor_Current_A": 2.16685989010989, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7519506849315073, - "Pneumatic_Panel_Pressure_bar": 9.06298794520548, - "Cyclone_Filter_Drop_Pressure_bar": 8.302693698630137, - "Tower_Discharge_Pressure_Drop_bar": -0.0023298630136988126, - "Reservoir_Pressure_bar": 9.064386301369863, - "Oil_Temperature_C": 65.65066438356165, - "Motor_Current_A": 1.7873842465753422, - "Air_Intake_Valve_Status": 0.9178082191780822, - "Compressor_Outlet_Valve_Status": 0.0821917808219178, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9178082191780822, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1561862637362643, - "Pneumatic_Panel_Pressure_bar": 8.946556593406594, - "Cyclone_Filter_Drop_Pressure_bar": 7.763206043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.017039010989010415, - "Reservoir_Pressure_bar": 8.948122527472528, - "Oil_Temperature_C": 66.00855082417583, - "Motor_Current_A": 2.0366682692307694, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9274373626373634, - "Pneumatic_Panel_Pressure_bar": 9.166387912087911, - "Cyclone_Filter_Drop_Pressure_bar": 8.216068131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.015756043956042565, - "Reservoir_Pressure_bar": 9.167975824175825, - "Oil_Temperature_C": 67.03027472527472, - "Motor_Current_A": 1.8747307692307693, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0252956043956052, - "Pneumatic_Panel_Pressure_bar": 8.98445054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.924851648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.012129670329668923, - "Reservoir_Pressure_bar": 8.986016483516483, - "Oil_Temperature_C": 66.74442307692308, - "Motor_Current_A": 1.959210164835165, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9806082417582427, - "Pneumatic_Panel_Pressure_bar": 8.99249945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.998107142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.016120879120877975, - "Reservoir_Pressure_bar": 8.994089010989011, - "Oil_Temperature_C": 67.09192307692308, - "Motor_Current_A": 1.9131572802197805, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0855013698630147, - "Pneumatic_Panel_Pressure_bar": 9.02035616438356, - "Cyclone_Filter_Drop_Pressure_bar": 7.921917808219178, - "Tower_Discharge_Pressure_Drop_bar": -0.0040443835616424, - "Reservoir_Pressure_bar": 9.021884383561643, - "Oil_Temperature_C": 67.42838356164384, - "Motor_Current_A": 1.9740479452054795, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5319016483516494, - "Pneumatic_Panel_Pressure_bar": 9.114261538461538, - "Cyclone_Filter_Drop_Pressure_bar": 7.5625846153846155, - "Tower_Discharge_Pressure_Drop_bar": -0.015549999999998513, - "Reservoir_Pressure_bar": 9.115546153846154, - "Oil_Temperature_C": 67.52427197802197, - "Motor_Current_A": 2.312747252747253, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0269527472527482, - "Pneumatic_Panel_Pressure_bar": 9.055230769230768, - "Cyclone_Filter_Drop_Pressure_bar": 8.009827472527473, - "Tower_Discharge_Pressure_Drop_bar": -0.016043956043954605, - "Reservoir_Pressure_bar": 9.055823076923076, - "Oil_Temperature_C": 67.41509615384615, - "Motor_Current_A": 2.2568145604395604, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.058329670329671, - "Pneumatic_Panel_Pressure_bar": 9.038252136752137, - "Cyclone_Filter_Drop_Pressure_bar": 7.971688644688645, - "Tower_Discharge_Pressure_Drop_bar": -0.01637118437118318, - "Reservoir_Pressure_bar": 9.038796092796092, - "Oil_Temperature_C": 66.70045024420024, - "Motor_Current_A": 2.017869352869353, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9925791208791216, - "Pneumatic_Panel_Pressure_bar": 9.01354065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.996441758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.016569230769229743, - "Reservoir_Pressure_bar": 9.01372967032967, - "Oil_Temperature_C": 66.32685439560439, - "Motor_Current_A": 1.968510989010989, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9612098630136992, - "Pneumatic_Panel_Pressure_bar": 8.996923835616439, - "Cyclone_Filter_Drop_Pressure_bar": 7.989823013698631, - "Tower_Discharge_Pressure_Drop_bar": -0.012981369863013813, - "Reservoir_Pressure_bar": 8.996355068493152, - "Oil_Temperature_C": 64.80885616438356, - "Motor_Current_A": 1.5430075342465752, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9978736263736269, - "Pneumatic_Panel_Pressure_bar": 9.04324236874237, - "Cyclone_Filter_Drop_Pressure_bar": 7.992087301587302, - "Tower_Discharge_Pressure_Drop_bar": -0.003269230769230973, - "Reservoir_Pressure_bar": 9.042945665445664, - "Oil_Temperature_C": 65.43994963369963, - "Motor_Current_A": 2.1489797008547007, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0874335329341323, - "Pneumatic_Panel_Pressure_bar": 8.95211017964072, - "Cyclone_Filter_Drop_Pressure_bar": 7.854607185628742, - "Tower_Discharge_Pressure_Drop_bar": -0.004063473053892244, - "Reservoir_Pressure_bar": 8.952008383233533, - "Oil_Temperature_C": 63.90687125748503, - "Motor_Current_A": 1.7116811377245507, - "Air_Intake_Valve_Status": 0.8802395209580839, - "Compressor_Outlet_Valve_Status": 0.11976047904191617, - "Active_Tower_ID": 0.9431137724550899, - "Load_Start_Signal": 0.8802395209580839, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9970059880239521, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01192127659574397, - "Pneumatic_Panel_Pressure_bar": 9.066368085106383, - "Cyclone_Filter_Drop_Pressure_bar": 9.054685106382978, - "Tower_Discharge_Pressure_Drop_bar": -0.01974468085106347, - "Reservoir_Pressure_bar": 9.06648085106383, - "Oil_Temperature_C": 65.17648936170212, - "Motor_Current_A": 1.6070345744680852, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.543240788507917, - "Pneumatic_Panel_Pressure_bar": 8.815245800566215, - "Cyclone_Filter_Drop_Pressure_bar": 2.709717353465451, - "Tower_Discharge_Pressure_Drop_bar": 0.09734369298521596, - "Reservoir_Pressure_bar": 8.81075390584041, - "Oil_Temperature_C": 59.79505242738807, - "Motor_Current_A": 5.347710836741114, - "Air_Intake_Valve_Status": 0.2718464926077383, - "Compressor_Outlet_Valve_Status": 0.7281535073922617, - "Active_Tower_ID": 0.6, - "Load_Start_Signal": 0.2718464926077383, - "Low_Pressure_Switch_Status": 0.22815350739226173, - "Tower_Discharge_Switch_Status": 0.9666666666666667, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-26T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5374974093264248, - "Pneumatic_Panel_Pressure_bar": 8.587906735751295, - "Cyclone_Filter_Drop_Pressure_bar": 8.135093264248704, - "Tower_Discharge_Pressure_Drop_bar": -0.018715025906735957, - "Reservoir_Pressure_bar": 8.584476683937824, - "Oil_Temperature_C": 60.54455958549222, - "Motor_Current_A": 4.094093264248704, - "Air_Intake_Valve_Status": 0.8212435233160622, - "Compressor_Outlet_Valve_Status": 0.17875647668393782, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8212435233160622, - "Low_Pressure_Switch_Status": 0.17875647668393782, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-27T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-27T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.371057766320625, - "Pneumatic_Panel_Pressure_bar": 7.788968552236339, - "Cyclone_Filter_Drop_Pressure_bar": 5.540439430025302, - "Tower_Discharge_Pressure_Drop_bar": -0.02154856441422832, - "Reservoir_Pressure_bar": 7.787228066764525, - "Oil_Temperature_C": 52.70329375224801, - "Motor_Current_A": 3.251006631116893, - "Air_Intake_Valve_Status": 0.6093623929463686, - "Compressor_Outlet_Valve_Status": 0.3906376070536313, - "Active_Tower_ID": 0.7902097902097902, - "Load_Start_Signal": 0.6093623929463686, - "Low_Pressure_Switch_Status": 0.2857425021585264, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9715631868131874, - "Pneumatic_Panel_Pressure_bar": 9.00445054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.009082417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.004862637362636836, - "Reservoir_Pressure_bar": 9.004107142857142, - "Oil_Temperature_C": 60.99821428571429, - "Motor_Current_A": 1.9520673076923074, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0029296703296708, - "Pneumatic_Panel_Pressure_bar": 9.03651978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.01923956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.022284615384614157, - "Reservoir_Pressure_bar": 9.036404395604396, - "Oil_Temperature_C": 62.39572802197803, - "Motor_Current_A": 1.9512912087912087, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4250109890109894, - "Pneumatic_Panel_Pressure_bar": 9.059038461538462, - "Cyclone_Filter_Drop_Pressure_bar": 7.557203296703297, - "Tower_Discharge_Pressure_Drop_bar": -0.016318681318680132, - "Reservoir_Pressure_bar": 9.058406593406595, - "Oil_Temperature_C": 63.971771978021984, - "Motor_Current_A": 2.3749656593406594, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1171802197802203, - "Pneumatic_Panel_Pressure_bar": 9.13445934065934, - "Cyclone_Filter_Drop_Pressure_bar": 8.020139560439562, - "Tower_Discharge_Pressure_Drop_bar": 0.0013406593406604676, - "Reservoir_Pressure_bar": 9.134474725274726, - "Oil_Temperature_C": 65.23368131868132, - "Motor_Current_A": 2.1938434065934067, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.008553296703297, - "Pneumatic_Panel_Pressure_bar": 9.004131318681319, - "Cyclone_Filter_Drop_Pressure_bar": 7.96038956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.017547802197801814, - "Reservoir_Pressure_bar": 9.004937362637362, - "Oil_Temperature_C": 65.67497252747252, - "Motor_Current_A": 2.1124601648351646, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0525351648351653, - "Pneumatic_Panel_Pressure_bar": 9.117910989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.03096043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.012423076923077028, - "Reservoir_Pressure_bar": 9.118473626373627, - "Oil_Temperature_C": 65.706510989011, - "Motor_Current_A": 1.9907445054945054, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9865417582417587, - "Pneumatic_Panel_Pressure_bar": 8.929658241758242, - "Cyclone_Filter_Drop_Pressure_bar": 7.912392307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.008245054945054462, - "Reservoir_Pressure_bar": 8.930795604395605, - "Oil_Temperature_C": 66.0104945054945, - "Motor_Current_A": 1.940491758241758, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.46113076923077, - "Pneumatic_Panel_Pressure_bar": 9.151621978021979, - "Cyclone_Filter_Drop_Pressure_bar": 7.681127472527473, - "Tower_Discharge_Pressure_Drop_bar": 0.009412087912089421, - "Reservoir_Pressure_bar": 9.152446153846155, - "Oil_Temperature_C": 66.97254120879121, - "Motor_Current_A": 2.291284340659341, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.02215890410959, - "Pneumatic_Panel_Pressure_bar": 9.139118904109589, - "Cyclone_Filter_Drop_Pressure_bar": 8.076198904109589, - "Tower_Discharge_Pressure_Drop_bar": -0.015413698630135546, - "Reservoir_Pressure_bar": 9.140724383561643, - "Oil_Temperature_C": 67.57244520547945, - "Motor_Current_A": 2.289218493150685, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9858296703296712, - "Pneumatic_Panel_Pressure_bar": 9.002137362637361, - "Cyclone_Filter_Drop_Pressure_bar": 7.985143956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.015774725274723674, - "Reservoir_Pressure_bar": 9.004006593406594, - "Oil_Temperature_C": 67.00836538461539, - "Motor_Current_A": 1.9338516483516484, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.054628021978023, - "Pneumatic_Panel_Pressure_bar": 9.0396, - "Cyclone_Filter_Drop_Pressure_bar": 7.942739010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.01576923076922926, - "Reservoir_Pressure_bar": 9.041823626373628, - "Oil_Temperature_C": 67.14258928571428, - "Motor_Current_A": 1.958566620879121, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4260906593406601, - "Pneumatic_Panel_Pressure_bar": 9.12987912087912, - "Cyclone_Filter_Drop_Pressure_bar": 7.669071428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.008780219780218349, - "Reservoir_Pressure_bar": 9.131225274725274, - "Oil_Temperature_C": 67.65848214285714, - "Motor_Current_A": 2.5595329670329674, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1365972527472537, - "Pneumatic_Panel_Pressure_bar": 9.095214285714285, - "Cyclone_Filter_Drop_Pressure_bar": 7.932758241758242, - "Tower_Discharge_Pressure_Drop_bar": -0.011362637362636438, - "Reservoir_Pressure_bar": 9.096212637362637, - "Oil_Temperature_C": 67.26434065934066, - "Motor_Current_A": 2.116370879120879, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.374526027397261, - "Pneumatic_Panel_Pressure_bar": 9.141022465753425, - "Cyclone_Filter_Drop_Pressure_bar": 7.744721643835617, - "Tower_Discharge_Pressure_Drop_bar": -0.007424657534246688, - "Reservoir_Pressure_bar": 9.141762191780822, - "Oil_Temperature_C": 67.32376027397261, - "Motor_Current_A": 2.405445205479452, - "Air_Intake_Valve_Status": 0.8465753424657534, - "Compressor_Outlet_Valve_Status": 0.15342465753424658, - "Active_Tower_ID": 0.9287671232876712, - "Load_Start_Signal": 0.8465753424657534, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2654609890109898, - "Pneumatic_Panel_Pressure_bar": 9.116163736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.842477472527472, - "Tower_Discharge_Pressure_Drop_bar": -0.00422527472527496, - "Reservoir_Pressure_bar": 9.116191758241758, - "Oil_Temperature_C": 67.04520604395604, - "Motor_Current_A": 2.271168269230769, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3551043956043962, - "Pneumatic_Panel_Pressure_bar": 9.013768681318682, - "Cyclone_Filter_Drop_Pressure_bar": 7.6197379120879125, - "Tower_Discharge_Pressure_Drop_bar": -0.012934065934066012, - "Reservoir_Pressure_bar": 9.013268681318682, - "Oil_Temperature_C": 66.0307760989011, - "Motor_Current_A": 2.29323489010989, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0349758241758245, - "Pneumatic_Panel_Pressure_bar": 9.047214285714286, - "Cyclone_Filter_Drop_Pressure_bar": 7.991997802197802, - "Tower_Discharge_Pressure_Drop_bar": -0.010981318681318348, - "Reservoir_Pressure_bar": 9.047786813186814, - "Oil_Temperature_C": 64.75548076923077, - "Motor_Current_A": 2.0017733516483514, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0711263736263739, - "Pneumatic_Panel_Pressure_bar": 9.022194505494506, - "Cyclone_Filter_Drop_Pressure_bar": 7.945969230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.012054945054944827, - "Reservoir_Pressure_bar": 9.022851648351649, - "Oil_Temperature_C": 63.738324175824175, - "Motor_Current_A": 1.868811813186813, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7753615384615388, - "Pneumatic_Panel_Pressure_bar": 9.031906593406594, - "Cyclone_Filter_Drop_Pressure_bar": 8.230057142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.01879120879120861, - "Reservoir_Pressure_bar": 9.032457142857144, - "Oil_Temperature_C": 63.90675824175825, - "Motor_Current_A": 1.8213228021978023, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0447361563517918, - "Pneumatic_Panel_Pressure_bar": 9.130651465798046, - "Cyclone_Filter_Drop_Pressure_bar": 8.061596091205212, - "Tower_Discharge_Pressure_Drop_bar": -0.01752442996742655, - "Reservoir_Pressure_bar": 9.130964169381109, - "Oil_Temperature_C": 64.67052117263843, - "Motor_Current_A": 2.2038517915309446, - "Air_Intake_Valve_Status": 0.8859934853420195, - "Compressor_Outlet_Valve_Status": 0.11400651465798045, - "Active_Tower_ID": 0.9446254071661238, - "Load_Start_Signal": 0.8859934853420195, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-27T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0287571428571436, - "Pneumatic_Panel_Pressure_bar": 9.085682770253003, - "Cyclone_Filter_Drop_Pressure_bar": 8.035785668285204, - "Tower_Discharge_Pressure_Drop_bar": 0.013811387682085893, - "Reservoir_Pressure_bar": 9.083651300792232, - "Oil_Temperature_C": 61.902625670840784, - "Motor_Current_A": 1.8810512650140554, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9428571428571428, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9857142857142858, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01136111111111055, - "Pneumatic_Panel_Pressure_bar": 9.29331111111111, - "Cyclone_Filter_Drop_Pressure_bar": 9.280155555555556, - "Tower_Discharge_Pressure_Drop_bar": -0.020388888888888176, - "Reservoir_Pressure_bar": 9.292266666666666, - "Oil_Temperature_C": 64.17868055555556, - "Motor_Current_A": 1.7034305555555553, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.7191212202301305, - "Pneumatic_Panel_Pressure_bar": 8.904573722237089, - "Cyclone_Filter_Drop_Pressure_bar": 5.324089376505219, - "Tower_Discharge_Pressure_Drop_bar": -0.02077602354829985, - "Reservoir_Pressure_bar": 8.903797698688788, - "Oil_Temperature_C": 59.76608910891089, - "Motor_Current_A": 2.392581616269734, - "Air_Intake_Valve_Status": 0.611988225849612, - "Compressor_Outlet_Valve_Status": 0.38801177415038807, - "Active_Tower_ID": 0.611988225849612, - "Load_Start_Signal": 0.611988225849612, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8588227740880165, - "Pneumatic_Panel_Pressure_bar": 8.949852124960515, - "Cyclone_Filter_Drop_Pressure_bar": 7.049713742477683, - "Tower_Discharge_Pressure_Drop_bar": -0.021014057756109837, - "Reservoir_Pressure_bar": 8.949071149911171, - "Oil_Temperature_C": 59.58212610734758, - "Motor_Current_A": 1.7822832259602712, - "Air_Intake_Valve_Status": 0.7749260091625907, - "Compressor_Outlet_Valve_Status": 0.22507399083740928, - "Active_Tower_ID": 0.8877079640498087, - "Load_Start_Signal": 0.7749260091625907, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.038964383561644, - "Pneumatic_Panel_Pressure_bar": 9.074458630136986, - "Cyclone_Filter_Drop_Pressure_bar": 8.012387397260275, - "Tower_Discharge_Pressure_Drop_bar": -0.0097309589041083, - "Reservoir_Pressure_bar": 9.073910136986301, - "Oil_Temperature_C": 62.72524657534247, - "Motor_Current_A": 2.025486301369863, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9808142857142861, - "Pneumatic_Panel_Pressure_bar": 9.00752967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.993220879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.02091758241758122, - "Reservoir_Pressure_bar": 9.007632967032967, - "Oil_Temperature_C": 63.6914010989011, - "Motor_Current_A": 1.9855700549450548, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.450857142857143, - "Pneumatic_Panel_Pressure_bar": 8.991125274725276, - "Cyclone_Filter_Drop_Pressure_bar": 7.505784615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.020379120879120152, - "Reservoir_Pressure_bar": 8.990905494505496, - "Oil_Temperature_C": 65.58302197802197, - "Motor_Current_A": 2.4012499999999997, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1423516483516487, - "Pneumatic_Panel_Pressure_bar": 9.07340989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.925269230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.0198351648351644, - "Reservoir_Pressure_bar": 9.073983516483516, - "Oil_Temperature_C": 66.58858516483517, - "Motor_Current_A": 2.3090879120879118, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4654736263736268, - "Pneumatic_Panel_Pressure_bar": 9.063725274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.572853846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.0061923076923075, - "Reservoir_Pressure_bar": 9.063941758241759, - "Oil_Temperature_C": 66.09619505494506, - "Motor_Current_A": 2.3572046703296703, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.044228571428572, - "Pneumatic_Panel_Pressure_bar": 9.146780219780219, - "Cyclone_Filter_Drop_Pressure_bar": 8.102073626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.011126373626373648, - "Reservoir_Pressure_bar": 9.147925274725274, - "Oil_Temperature_C": 66.3573489010989, - "Motor_Current_A": 2.2771785714285713, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0170494505494512, - "Pneumatic_Panel_Pressure_bar": 8.980007692307693, - "Cyclone_Filter_Drop_Pressure_bar": 7.935214835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.01776373626373613, - "Reservoir_Pressure_bar": 8.981414285714287, - "Oil_Temperature_C": 66.15208791208791, - "Motor_Current_A": 1.950796703296703, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0145150684931512, - "Pneumatic_Panel_Pressure_bar": 8.97141808219178, - "Cyclone_Filter_Drop_Pressure_bar": 7.906322191780822, - "Tower_Discharge_Pressure_Drop_bar": -0.016630136986300316, - "Reservoir_Pressure_bar": 8.973094794520549, - "Oil_Temperature_C": 66.94240410958905, - "Motor_Current_A": 1.9443082191780823, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4480769230769237, - "Pneumatic_Panel_Pressure_bar": 9.073776373626375, - "Cyclone_Filter_Drop_Pressure_bar": 7.577413186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.015719780219778802, - "Reservoir_Pressure_bar": 9.075391208791208, - "Oil_Temperature_C": 67.29062499999999, - "Motor_Current_A": 2.3228159340659342, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.041053846153847, - "Pneumatic_Panel_Pressure_bar": 9.14286923076923, - "Cyclone_Filter_Drop_Pressure_bar": 8.076538461538462, - "Tower_Discharge_Pressure_Drop_bar": 0.0005549450549465944, - "Reservoir_Pressure_bar": 9.144876923076923, - "Oil_Temperature_C": 67.99434065934065, - "Motor_Current_A": 2.2971895604395605, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4378296703296713, - "Pneumatic_Panel_Pressure_bar": 9.154685714285714, - "Cyclone_Filter_Drop_Pressure_bar": 7.750086813186813, - "Tower_Discharge_Pressure_Drop_bar": 0.01038461538461692, - "Reservoir_Pressure_bar": 9.156259340659341, - "Oil_Temperature_C": 68.29601648351648, - "Motor_Current_A": 2.497706043956044, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1566564383561653, - "Pneumatic_Panel_Pressure_bar": 9.114897534246577, - "Cyclone_Filter_Drop_Pressure_bar": 7.9352109589041095, - "Tower_Discharge_Pressure_Drop_bar": -0.0009928767123272854, - "Reservoir_Pressure_bar": 9.11649205479452, - "Oil_Temperature_C": 67.94442465753424, - "Motor_Current_A": 2.134653424657534, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9521428571428581, - "Pneumatic_Panel_Pressure_bar": 9.106319780219781, - "Cyclone_Filter_Drop_Pressure_bar": 8.092814285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.014291208791207315, - "Reservoir_Pressure_bar": 9.109160439560439, - "Oil_Temperature_C": 66.46722527472528, - "Motor_Current_A": 1.9289766483516484, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.302089010989012, - "Pneumatic_Panel_Pressure_bar": 9.069425274725276, - "Cyclone_Filter_Drop_Pressure_bar": 7.747887912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.007204395604394258, - "Reservoir_Pressure_bar": 9.0707, - "Oil_Temperature_C": 67.40118131868131, - "Motor_Current_A": 2.242116758241758, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0185989010989023, - "Pneumatic_Panel_Pressure_bar": 9.081743956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.035035164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.0029010989010973495, - "Reservoir_Pressure_bar": 9.082937362637361, - "Oil_Temperature_C": 67.01365384615384, - "Motor_Current_A": 2.107278846153846, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0119054945054955, - "Pneumatic_Panel_Pressure_bar": 9.069542857142856, - "Cyclone_Filter_Drop_Pressure_bar": 8.028362637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.016153846153845717, - "Reservoir_Pressure_bar": 9.070131868131867, - "Oil_Temperature_C": 66.50549450549451, - "Motor_Current_A": 2.1474175824175825, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8629259259259268, - "Pneumatic_Panel_Pressure_bar": 9.06645925925926, - "Cyclone_Filter_Drop_Pressure_bar": 8.177451851851853, - "Tower_Discharge_Pressure_Drop_bar": 0.022585185185184906, - "Reservoir_Pressure_bar": 9.067022222222223, - "Oil_Temperature_C": 66.28453703703704, - "Motor_Current_A": 2.1465925925925924, - "Air_Intake_Valve_Status": 0.9037037037037037, - "Compressor_Outlet_Valve_Status": 0.0962962962962963, - "Active_Tower_ID": 0.9555555555555556, - "Load_Start_Signal": 0.9037037037037037, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9925925925925926, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9674185365853655, - "Pneumatic_Panel_Pressure_bar": 7.652401951219512, - "Cyclone_Filter_Drop_Pressure_bar": 6.800663414634147, - "Tower_Discharge_Pressure_Drop_bar": -0.0180000000000006, - "Reservoir_Pressure_bar": 7.65144, - "Oil_Temperature_C": 59.94334146341463, - "Motor_Current_A": 1.283434146341463, - "Air_Intake_Valve_Status": 0.7531707317073171, - "Compressor_Outlet_Valve_Status": 0.24682926829268295, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.7531707317073171, - "Low_Pressure_Switch_Status": 0.24682926829268295, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.019107642276423, - "Pneumatic_Panel_Pressure_bar": 4.829892032520325, - "Cyclone_Filter_Drop_Pressure_bar": 0.11329105691057012, - "Tower_Discharge_Pressure_Drop_bar": -0.01866666666666677, - "Reservoir_Pressure_bar": 4.825386666666667, - "Oil_Temperature_C": 50.878253839205065, - "Motor_Current_A": 5.087977235772358, - "Air_Intake_Valve_Status": 0.013441734417344173, - "Compressor_Outlet_Valve_Status": 0.9865582655826558, - "Active_Tower_ID": 0.5185185185185185, - "Load_Start_Signal": 0.013441734417344173, - "Low_Pressure_Switch_Status": 0.9865582655826558, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2153529411764712, - "Pneumatic_Panel_Pressure_bar": 9.000347058823529, - "Cyclone_Filter_Drop_Pressure_bar": 7.780605882352941, - "Tower_Discharge_Pressure_Drop_bar": -0.01719411764705886, - "Reservoir_Pressure_bar": 9.00038588235294, - "Oil_Temperature_C": 63.28539705882353, - "Motor_Current_A": 2.2237147058823528, - "Air_Intake_Valve_Status": 0.8647058823529412, - "Compressor_Outlet_Valve_Status": 0.13529411764705881, - "Active_Tower_ID": 0.9294117647058824, - "Load_Start_Signal": 0.8647058823529412, - "Low_Pressure_Switch_Status": 0.014705882352941176, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-28T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.011516483516484, - "Pneumatic_Panel_Pressure_bar": 9.050824175824175, - "Cyclone_Filter_Drop_Pressure_bar": 7.983087912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.019483516483516247, - "Reservoir_Pressure_bar": 9.051, - "Oil_Temperature_C": 64.91572802197803, - "Motor_Current_A": 1.9803090659340659, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.00078021978022, - "Pneumatic_Panel_Pressure_bar": 9.03718901098901, - "Cyclone_Filter_Drop_Pressure_bar": 7.977293406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.019813186813186407, - "Reservoir_Pressure_bar": 9.037528571428572, - "Oil_Temperature_C": 64.63123626373627, - "Motor_Current_A": 1.9763475274725275, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.238350253807107, - "Pneumatic_Panel_Pressure_bar": 9.152187817258882, - "Cyclone_Filter_Drop_Pressure_bar": 7.897543147208122, - "Tower_Discharge_Pressure_Drop_bar": 0.009243654822335612, - "Reservoir_Pressure_bar": 9.152436548223351, - "Oil_Temperature_C": 65.48007614213198, - "Motor_Current_A": 2.4183312182741115, - "Air_Intake_Valve_Status": 0.8629441624365483, - "Compressor_Outlet_Valve_Status": 0.13705583756345177, - "Active_Tower_ID": 0.9289340101522843, - "Load_Start_Signal": 0.8629441624365483, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9949238578680203, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7853568437293373, - "Pneumatic_Panel_Pressure_bar": 7.98531099845713, - "Cyclone_Filter_Drop_Pressure_bar": 7.275240026449196, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 7.9847606347806925, - "Oil_Temperature_C": 58.595779149217535, - "Motor_Current_A": 0.9793032290059505, - "Air_Intake_Valve_Status": 0.8178311659687018, - "Compressor_Outlet_Valve_Status": 0.18216883403129822, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8178311659687018, - "Low_Pressure_Switch_Status": 0.18216883403129822, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-29T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5541728916369246, - "Pneumatic_Panel_Pressure_bar": 8.849653881599894, - "Cyclone_Filter_Drop_Pressure_bar": 7.323499874327653, - "Tower_Discharge_Pressure_Drop_bar": -0.021818713450291013, - "Reservoir_Pressure_bar": 8.847865404916302, - "Oil_Temperature_C": 59.591911937197345, - "Motor_Current_A": 2.510949569781665, - "Air_Intake_Valve_Status": 0.8041647815814609, - "Compressor_Outlet_Valve_Status": 0.19583521841853918, - "Active_Tower_ID": 0.8976608187134503, - "Load_Start_Signal": 0.8041647815814609, - "Low_Pressure_Switch_Status": 0.07010422426649239, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0348323287671237, - "Pneumatic_Panel_Pressure_bar": 9.02553315068493, - "Cyclone_Filter_Drop_Pressure_bar": 7.935866849315069, - "Tower_Discharge_Pressure_Drop_bar": -0.01874465753424523, - "Reservoir_Pressure_bar": 9.025395616438356, - "Oil_Temperature_C": 63.695691780821925, - "Motor_Current_A": 1.996547945205479, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4117587912087914, - "Pneumatic_Panel_Pressure_bar": 9.103507692307693, - "Cyclone_Filter_Drop_Pressure_bar": 7.632689010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.020851648351647382, - "Reservoir_Pressure_bar": 9.103761538461539, - "Oil_Temperature_C": 65.41625, - "Motor_Current_A": 2.3321085164835162, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.01417032967033, - "Pneumatic_Panel_Pressure_bar": 9.040714285714285, - "Cyclone_Filter_Drop_Pressure_bar": 8.008063736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.02015604395604335, - "Reservoir_Pressure_bar": 9.041247252747253, - "Oil_Temperature_C": 65.03755494505495, - "Motor_Current_A": 1.8981895604395602, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9951923076923082, - "Pneumatic_Panel_Pressure_bar": 9.08675164835165, - "Cyclone_Filter_Drop_Pressure_bar": 8.048596703296703, - "Tower_Discharge_Pressure_Drop_bar": 0.014684615384615527, - "Reservoir_Pressure_bar": 9.0876, - "Oil_Temperature_C": 66.36537087912087, - "Motor_Current_A": 2.3529642857142856, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1025109890109894, - "Pneumatic_Panel_Pressure_bar": 9.056073626373626, - "Cyclone_Filter_Drop_Pressure_bar": 7.915414285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.012419230769230896, - "Reservoir_Pressure_bar": 9.05711043956044, - "Oil_Temperature_C": 65.42888736263737, - "Motor_Current_A": 1.7847712912087912, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1151703296703301, - "Pneumatic_Panel_Pressure_bar": 9.050642857142858, - "Cyclone_Filter_Drop_Pressure_bar": 7.92143956043956, - "Tower_Discharge_Pressure_Drop_bar": 0.0014065934065943116, - "Reservoir_Pressure_bar": 9.052054945054945, - "Oil_Temperature_C": 66.41146978021979, - "Motor_Current_A": 1.9899656593406592, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0266495726495735, - "Pneumatic_Panel_Pressure_bar": 9.101870573870574, - "Cyclone_Filter_Drop_Pressure_bar": 8.051885836385836, - "Tower_Discharge_Pressure_Drop_bar": -0.000747252747251303, - "Reservoir_Pressure_bar": 9.103699023199024, - "Oil_Temperature_C": 67.61446123321123, - "Motor_Current_A": 2.2269932844932847, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1671373626373636, - "Pneumatic_Panel_Pressure_bar": 9.085934065934067, - "Cyclone_Filter_Drop_Pressure_bar": 7.904755494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.01570329670329521, - "Reservoir_Pressure_bar": 9.088123626373626, - "Oil_Temperature_C": 67.24553571428571, - "Motor_Current_A": 2.02884271978022, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3661571428571437, - "Pneumatic_Panel_Pressure_bar": 9.038545054945056, - "Cyclone_Filter_Drop_Pressure_bar": 7.650652747252747, - "Tower_Discharge_Pressure_Drop_bar": 0.015337362637364078, - "Reservoir_Pressure_bar": 9.040912087912087, - "Oil_Temperature_C": 67.27144230769231, - "Motor_Current_A": 2.1741277472527476, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0285752747252754, - "Pneumatic_Panel_Pressure_bar": 9.081328021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.003486263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.013917582417580962, - "Reservoir_Pressure_bar": 9.08329120879121, - "Oil_Temperature_C": 67.41751373626373, - "Motor_Current_A": 2.1011682692307696, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9991758241758242, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1662576923076933, - "Pneumatic_Panel_Pressure_bar": 9.068467582417583, - "Cyclone_Filter_Drop_Pressure_bar": 7.8619615384615384, - "Tower_Discharge_Pressure_Drop_bar": 0.002296703296704856, - "Reservoir_Pressure_bar": 9.070534065934066, - "Oil_Temperature_C": 67.54744505494506, - "Motor_Current_A": 2.1595206043956043, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0648296703296711, - "Pneumatic_Panel_Pressure_bar": 9.02865934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.938082417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.013379120879119362, - "Reservoir_Pressure_bar": 9.030164835164836, - "Oil_Temperature_C": 67.55824175824176, - "Motor_Current_A": 2.143846153846154, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7978384615384624, - "Pneumatic_Panel_Pressure_bar": 9.09988021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.140249450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.010402197802196943, - "Reservoir_Pressure_bar": 9.100842857142856, - "Oil_Temperature_C": 68.22392857142857, - "Motor_Current_A": 2.5752074175824173, - "Air_Intake_Valve_Status": 0.7884615384615384, - "Compressor_Outlet_Valve_Status": 0.21153846153846154, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7884615384615384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.97168076923077, - "Pneumatic_Panel_Pressure_bar": 9.023441208791208, - "Cyclone_Filter_Drop_Pressure_bar": 8.032100549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.010201648351648539, - "Reservoir_Pressure_bar": 9.024270879120879, - "Oil_Temperature_C": 66.1361401098901, - "Motor_Current_A": 1.9161668956043956, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6428384615384621, - "Pneumatic_Panel_Pressure_bar": 9.076231868131869, - "Cyclone_Filter_Drop_Pressure_bar": 8.411008791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.018293406593406874, - "Reservoir_Pressure_bar": 9.077182417582417, - "Oil_Temperature_C": 64.67743131868131, - "Motor_Current_A": 1.6937706043956042, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9893241758241762, - "Pneumatic_Panel_Pressure_bar": 9.05848021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.042106593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.019406593406593224, - "Reservoir_Pressure_bar": 9.058343956043956, - "Oil_Temperature_C": 64.1737912087912, - "Motor_Current_A": 1.9350013736263734, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.970423076923077, - "Pneumatic_Panel_Pressure_bar": 8.976648351648352, - "Cyclone_Filter_Drop_Pressure_bar": 7.986653846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.015225274725274256, - "Reservoir_Pressure_bar": 8.976741758241758, - "Oil_Temperature_C": 62.9801510989011, - "Motor_Current_A": 1.6090384615384614, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5842076923076924, - "Pneumatic_Panel_Pressure_bar": 8.980252747252747, - "Cyclone_Filter_Drop_Pressure_bar": 8.354042857142858, - "Tower_Discharge_Pressure_Drop_bar": -0.020251648351647705, - "Reservoir_Pressure_bar": 8.98040989010989, - "Oil_Temperature_C": 63.29519230769231, - "Motor_Current_A": 1.6204464285714284, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-29T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9211593406593407, - "Pneumatic_Panel_Pressure_bar": 9.019548351648352, - "Cyclone_Filter_Drop_Pressure_bar": 8.075042857142856, - "Tower_Discharge_Pressure_Drop_bar": -0.002453846153845251, - "Reservoir_Pressure_bar": 9.020045054945056, - "Oil_Temperature_C": 63.63917582417582, - "Motor_Current_A": 1.9141249999999999, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0055054945054946, - "Pneumatic_Panel_Pressure_bar": 9.046896153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.000793406593406, - "Tower_Discharge_Pressure_Drop_bar": 0.003177472527473389, - "Reservoir_Pressure_bar": 9.046826373626374, - "Oil_Temperature_C": 63.49145604395604, - "Motor_Current_A": 1.9751236263736263, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8506953424657535, - "Pneumatic_Panel_Pressure_bar": 8.969889315068492, - "Cyclone_Filter_Drop_Pressure_bar": 8.08930794520548, - "Tower_Discharge_Pressure_Drop_bar": -0.02049863013698518, - "Reservoir_Pressure_bar": 8.969889315068492, - "Oil_Temperature_C": 63.23685616438356, - "Motor_Current_A": 1.8516308219178081, - "Air_Intake_Valve_Status": 0.9041095890410958, - "Compressor_Outlet_Valve_Status": 0.0958904109589041, - "Active_Tower_ID": 0.9534246575342465, - "Load_Start_Signal": 0.9041095890410958, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8892967032967033, - "Pneumatic_Panel_Pressure_bar": 8.969902747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.059012087912087, - "Tower_Discharge_Pressure_Drop_bar": -0.021236813186811997, - "Reservoir_Pressure_bar": 8.970446153846154, - "Oil_Temperature_C": 63.16571428571429, - "Motor_Current_A": 1.7554519230769228, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9593406593406596, - "Pneumatic_Panel_Pressure_bar": 8.97753076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.963201098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.021421428571427356, - "Reservoir_Pressure_bar": 8.977942857142857, - "Oil_Temperature_C": 63.75097527472527, - "Motor_Current_A": 1.9116675824175824, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1234598901098904, - "Pneumatic_Panel_Pressure_bar": 8.965853296703298, - "Cyclone_Filter_Drop_Pressure_bar": 7.819906593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.007247252747251657, - "Reservoir_Pressure_bar": 8.96628021978022, - "Oil_Temperature_C": 65.29328983516483, - "Motor_Current_A": 2.237081730769231, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0.7857142857142857, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.404203296703297, - "Pneumatic_Panel_Pressure_bar": 9.047915384615385, - "Cyclone_Filter_Drop_Pressure_bar": 7.633332967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.019080219780219215, - "Reservoir_Pressure_bar": 9.04842087912088, - "Oil_Temperature_C": 65.51438186813186, - "Motor_Current_A": 2.2837019230769227, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1375912087912092, - "Pneumatic_Panel_Pressure_bar": 9.080994505494505, - "Cyclone_Filter_Drop_Pressure_bar": 7.9250461538461545, - "Tower_Discharge_Pressure_Drop_bar": -0.008467032967032516, - "Reservoir_Pressure_bar": 9.081934065934066, - "Oil_Temperature_C": 66.39171703296704, - "Motor_Current_A": 2.4117733516483515, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3609120879120882, - "Pneumatic_Panel_Pressure_bar": 8.918502197802198, - "Cyclone_Filter_Drop_Pressure_bar": 7.551530769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.014669230769230355, - "Reservoir_Pressure_bar": 8.919360439560439, - "Oil_Temperature_C": 65.1179532967033, - "Motor_Current_A": 2.180940934065934, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.174725274725275, - "Pneumatic_Panel_Pressure_bar": 9.16471978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.949296703296703, - "Tower_Discharge_Pressure_Drop_bar": -0.016659340659340438, - "Reservoir_Pressure_bar": 9.165593406593405, - "Oil_Temperature_C": 66.11572802197803, - "Motor_Current_A": 2.2652953296703298, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0301598901098907, - "Pneumatic_Panel_Pressure_bar": 9.064137912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.030468131868131, - "Tower_Discharge_Pressure_Drop_bar": 0.005857142857142951, - "Reservoir_Pressure_bar": 9.065665934065933, - "Oil_Temperature_C": 66.5189010989011, - "Motor_Current_A": 2.169701923076923, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2377417582417587, - "Pneumatic_Panel_Pressure_bar": 9.03461978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.799376923076923, - "Tower_Discharge_Pressure_Drop_bar": 0.012378021978021845, - "Reservoir_Pressure_bar": 9.036025274725274, - "Oil_Temperature_C": 65.94986263736264, - "Motor_Current_A": 2.076214285714286, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4345109890109895, - "Pneumatic_Panel_Pressure_bar": 9.0805, - "Cyclone_Filter_Drop_Pressure_bar": 7.617793956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.017851648351648465, - "Reservoir_Pressure_bar": 9.082478021978021, - "Oil_Temperature_C": 66.70710851648352, - "Motor_Current_A": 2.3213186813186812, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.270675824175825, - "Pneumatic_Panel_Pressure_bar": 9.113054945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.8356615384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.017036263736263466, - "Reservoir_Pressure_bar": 9.114886813186812, - "Oil_Temperature_C": 66.84806318681319, - "Motor_Current_A": 2.1943379120879123, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1303934065934074, - "Pneumatic_Panel_Pressure_bar": 9.110187912087913, - "Cyclone_Filter_Drop_Pressure_bar": 7.971421978021978, - "Tower_Discharge_Pressure_Drop_bar": 0.008348351648351638, - "Reservoir_Pressure_bar": 9.110971428571428, - "Oil_Temperature_C": 66.945, - "Motor_Current_A": 2.2351291208791206, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1087181318681325, - "Pneumatic_Panel_Pressure_bar": 8.997236813186813, - "Cyclone_Filter_Drop_Pressure_bar": 7.879458241758242, - "Tower_Discharge_Pressure_Drop_bar": 0.0025368131868130036, - "Reservoir_Pressure_bar": 8.997645054945055, - "Oil_Temperature_C": 66.26915521978022, - "Motor_Current_A": 2.0429835164835164, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5022010989010994, - "Pneumatic_Panel_Pressure_bar": 9.057093956043957, - "Cyclone_Filter_Drop_Pressure_bar": 7.585449450549451, - "Tower_Discharge_Pressure_Drop_bar": 0.007778571428571133, - "Reservoir_Pressure_bar": 9.05805, - "Oil_Temperature_C": 67.01641483516484, - "Motor_Current_A": 2.307156593406593, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4156862637362644, - "Pneumatic_Panel_Pressure_bar": 9.044798351648351, - "Cyclone_Filter_Drop_Pressure_bar": 7.623606043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.002373076923077119, - "Reservoir_Pressure_bar": 9.045117032967033, - "Oil_Temperature_C": 67.45903846153846, - "Motor_Current_A": 2.5897829670329666, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1165879120879125, - "Pneumatic_Panel_Pressure_bar": 9.187615384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.072692307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.011560439560439461, - "Reservoir_Pressure_bar": 9.187434065934067, - "Oil_Temperature_C": 66.98475274725276, - "Motor_Current_A": 2.3566483516483516, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2676675862068971, - "Pneumatic_Panel_Pressure_bar": 9.113296551724137, - "Cyclone_Filter_Drop_Pressure_bar": 7.784006896551724, - "Tower_Discharge_Pressure_Drop_bar": -0.0063172413793101175, - "Reservoir_Pressure_bar": 9.113670344827586, - "Oil_Temperature_C": 67.10686206896553, - "Motor_Current_A": 2.559503448275862, - "Air_Intake_Valve_Status": 0.8551724137931035, - "Compressor_Outlet_Valve_Status": 0.14482758620689656, - "Active_Tower_ID": 0.9172413793103448, - "Load_Start_Signal": 0.8551724137931035, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.993103448275862, - "Low_Oil_Level_Alarm": 0.41379310344827586, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.008020011206275117, - "Pneumatic_Panel_Pressure_bar": 8.350806051388776, - "Cyclone_Filter_Drop_Pressure_bar": 8.321771391979508, - "Tower_Discharge_Pressure_Drop_bar": -0.018010085647963452, - "Reservoir_Pressure_bar": 8.352745537501, - "Oil_Temperature_C": 60.52203834147123, - "Motor_Current_A": 0.0656553670055231, - "Air_Intake_Valve_Status": 0.9949571760185704, - "Compressor_Outlet_Valve_Status": 0.005042823981429601, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9949571760185704, - "Low_Pressure_Switch_Status": 0.005042823981429601, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-30T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-30T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.5772446881364677, - "Pneumatic_Panel_Pressure_bar": 7.964909371470245, - "Cyclone_Filter_Drop_Pressure_bar": 4.611384238284551, - "Tower_Discharge_Pressure_Drop_bar": -0.020863767265223106, - "Reservoir_Pressure_bar": 7.9627712123233465, - "Oil_Temperature_C": 56.79928615580281, - "Motor_Current_A": 4.575013536469312, - "Air_Intake_Valve_Status": 0.47922747849907055, - "Compressor_Outlet_Valve_Status": 0.5207725215009295, - "Active_Tower_ID": 0.7333333333333333, - "Load_Start_Signal": 0.47922747849907055, - "Low_Pressure_Switch_Status": 0.34299474372315164, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-30T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9114109712749376, - "Pneumatic_Panel_Pressure_bar": 9.016115671364831, - "Cyclone_Filter_Drop_Pressure_bar": 7.151966421449366, - "Tower_Discharge_Pressure_Drop_bar": -0.02082119205297918, - "Reservoir_Pressure_bar": 9.0146451469242, - "Oil_Temperature_C": 58.93812137637833, - "Motor_Current_A": 2.314129093713145, - "Air_Intake_Valve_Status": 0.7924401870469184, - "Compressor_Outlet_Valve_Status": 0.2075598129530816, - "Active_Tower_ID": 0.8874172185430463, - "Load_Start_Signal": 0.7924401870469184, - "Low_Pressure_Switch_Status": 0.022129349376922635, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013036712328766888, - "Pneumatic_Panel_Pressure_bar": 7.496693150684932, - "Cyclone_Filter_Drop_Pressure_bar": 2.881209863013699, - "Tower_Discharge_Pressure_Drop_bar": -0.020378630136985595, - "Reservoir_Pressure_bar": 7.497706849315069, - "Oil_Temperature_C": 55.24760958904109, - "Motor_Current_A": 0.444417123287671, - "Air_Intake_Valve_Status": 0.32054794520547947, - "Compressor_Outlet_Valve_Status": 0.6794520547945205, - "Active_Tower_ID": 0.663013698630137, - "Load_Start_Signal": 0.32054794520547947, - "Low_Pressure_Switch_Status": 0.40821917808219177, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.013532142857142413, - "Pneumatic_Panel_Pressure_bar": 5.454524999999999, - "Cyclone_Filter_Drop_Pressure_bar": -0.010710714285713139, - "Tower_Discharge_Pressure_Drop_bar": -0.0201071428571423, - "Reservoir_Pressure_bar": 5.4567, - "Oil_Temperature_C": 46.82995535714286, - "Motor_Current_A": 0.02218749999999985, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6902165233862738, - "Pneumatic_Panel_Pressure_bar": 4.6473163339647385, - "Cyclone_Filter_Drop_Pressure_bar": -0.011109427364126585, - "Tower_Discharge_Pressure_Drop_bar": -0.020445286317936018, - "Reservoir_Pressure_bar": 4.646199329739181, - "Oil_Temperature_C": 42.376387877021706, - "Motor_Current_A": 1.1240270289960659, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-07-31T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 3.6600435572393026, - "Pneumatic_Panel_Pressure_bar": 3.172101141386177, - "Cyclone_Filter_Drop_Pressure_bar": -0.010200747972217056, - "Tower_Discharge_Pressure_Drop_bar": -0.021299626013889697, - "Reservoir_Pressure_bar": 3.1644704259556073, - "Oil_Temperature_C": 33.54641871873331, - "Motor_Current_A": 4.893449851862645, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.6, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8747362637362641, - "Pneumatic_Panel_Pressure_bar": 8.813843956043955, - "Cyclone_Filter_Drop_Pressure_bar": 6.965587912087913, - "Tower_Discharge_Pressure_Drop_bar": -0.020236263736262396, - "Reservoir_Pressure_bar": 8.813376923076923, - "Oil_Temperature_C": 61.455673076923084, - "Motor_Current_A": 2.9328241758241758, - "Air_Intake_Valve_Status": 0.7664835164835165, - "Compressor_Outlet_Valve_Status": 0.23351648351648352, - "Active_Tower_ID": 0.8785714285714286, - "Load_Start_Signal": 0.7664835164835165, - "Low_Pressure_Switch_Status": 0.07417582417582418, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0780857142857145, - "Pneumatic_Panel_Pressure_bar": 8.973676923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.88836923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.009431868131867239, - "Reservoir_Pressure_bar": 8.973995604395604, - "Oil_Temperature_C": 65.17157967032968, - "Motor_Current_A": 2.1518502747252746, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2655351648351651, - "Pneumatic_Panel_Pressure_bar": 9.115108791208792, - "Cyclone_Filter_Drop_Pressure_bar": 7.843506593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.019895604395603936, - "Reservoir_Pressure_bar": 9.11561978021978, - "Oil_Temperature_C": 65.27179945054945, - "Motor_Current_A": 2.124048076923077, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3046664835164838, - "Pneumatic_Panel_Pressure_bar": 9.095177472527473, - "Cyclone_Filter_Drop_Pressure_bar": 7.747042307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.019001648351648363, - "Reservoir_Pressure_bar": 9.096294505494505, - "Oil_Temperature_C": 66.54799450549451, - "Motor_Current_A": 2.563328296703297, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.923901098901099, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1363681318681322, - "Pneumatic_Panel_Pressure_bar": 8.963702747252748, - "Cyclone_Filter_Drop_Pressure_bar": 7.794048901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.018318681318681442, - "Reservoir_Pressure_bar": 8.965378571428571, - "Oil_Temperature_C": 66.29754120879122, - "Motor_Current_A": 2.021620879120879, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1838953168044082, - "Pneumatic_Panel_Pressure_bar": 9.12085950413223, - "Cyclone_Filter_Drop_Pressure_bar": 7.90497520661157, - "Tower_Discharge_Pressure_Drop_bar": -0.006831955922864857, - "Reservoir_Pressure_bar": 9.122809917355372, - "Oil_Temperature_C": 66.7956611570248, - "Motor_Current_A": 2.053595041322314, - "Air_Intake_Valve_Status": 0.8705234159779615, - "Compressor_Outlet_Valve_Status": 0.12947658402203857, - "Active_Tower_ID": 0.9393939393939394, - "Load_Start_Signal": 0.8705234159779615, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3996373626373633, - "Pneumatic_Panel_Pressure_bar": 9.20923076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.7858241758241755, - "Tower_Discharge_Pressure_Drop_bar": -0.01628021978021844, - "Reservoir_Pressure_bar": 9.2114010989011, - "Oil_Temperature_C": 68.03042582417582, - "Motor_Current_A": 2.5981043956043957, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1214603174603182, - "Pneumatic_Panel_Pressure_bar": 8.93552442002442, - "Cyclone_Filter_Drop_Pressure_bar": 7.784929792429792, - "Tower_Discharge_Pressure_Drop_bar": -0.0020384615384601203, - "Reservoir_Pressure_bar": 8.938067155067156, - "Oil_Temperature_C": 67.00976800976801, - "Motor_Current_A": 2.016277472527473, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4509725274725285, - "Pneumatic_Panel_Pressure_bar": 9.116863736263737, - "Cyclone_Filter_Drop_Pressure_bar": 7.642259340659341, - "Tower_Discharge_Pressure_Drop_bar": 0.0023164835164849783, - "Reservoir_Pressure_bar": 9.118242857142857, - "Oil_Temperature_C": 67.6979532967033, - "Motor_Current_A": 2.362328296703297, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.058469780219781, - "Pneumatic_Panel_Pressure_bar": 9.043582417582417, - "Cyclone_Filter_Drop_Pressure_bar": 7.924645604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.015972527472526053, - "Reservoir_Pressure_bar": 9.045035714285714, - "Oil_Temperature_C": 67.78365384615384, - "Motor_Current_A": 2.2778193681318686, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6721263736263743, - "Pneumatic_Panel_Pressure_bar": 9.117738461538462, - "Cyclone_Filter_Drop_Pressure_bar": 7.44805, - "Tower_Discharge_Pressure_Drop_bar": -0.0008642857142842247, - "Reservoir_Pressure_bar": 9.118364835164835, - "Oil_Temperature_C": 68.12716346153847, - "Motor_Current_A": 2.5214402472527473, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0389808219178092, - "Pneumatic_Panel_Pressure_bar": 9.100053698630138, - "Cyclone_Filter_Drop_Pressure_bar": 8.030876164383562, - "Tower_Discharge_Pressure_Drop_bar": -0.015972602739724576, - "Reservoir_Pressure_bar": 9.10008109589041, - "Oil_Temperature_C": 67.95330136986301, - "Motor_Current_A": 2.1926191780821918, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3864554945054952, - "Pneumatic_Panel_Pressure_bar": 8.977635164835165, - "Cyclone_Filter_Drop_Pressure_bar": 7.5594813186813195, - "Tower_Discharge_Pressure_Drop_bar": -0.01715989010988972, - "Reservoir_Pressure_bar": 8.977492307692309, - "Oil_Temperature_C": 67.03214285714286, - "Motor_Current_A": 2.2200274725274727, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7375439560439565, - "Pneumatic_Panel_Pressure_bar": 9.103294505494505, - "Cyclone_Filter_Drop_Pressure_bar": 8.33756153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.002686813186813304, - "Reservoir_Pressure_bar": 9.102381318681319, - "Oil_Temperature_C": 65.12336538461538, - "Motor_Current_A": 1.7551346153846155, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9642357142857146, - "Pneumatic_Panel_Pressure_bar": 9.05233076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.060786813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.019148351648351596, - "Reservoir_Pressure_bar": 9.05253956043956, - "Oil_Temperature_C": 64.93103021978023, - "Motor_Current_A": 1.968495879120879, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9673956043956049, - "Pneumatic_Panel_Pressure_bar": 9.05833076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.065887362637364, - "Tower_Discharge_Pressure_Drop_bar": -0.018989010989011006, - "Reservoir_Pressure_bar": 9.058935164835166, - "Oil_Temperature_C": 64.71504807692308, - "Motor_Current_A": 1.9772596153846154, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9568769230769235, - "Pneumatic_Panel_Pressure_bar": 9.02144945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.034581318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.018719780219780366, - "Reservoir_Pressure_bar": 9.02196923076923, - "Oil_Temperature_C": 64.6082967032967, - "Motor_Current_A": 1.9958131868131868, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9814285714285719, - "Pneumatic_Panel_Pressure_bar": 9.000657142857143, - "Cyclone_Filter_Drop_Pressure_bar": 7.983552747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.018763736263736355, - "Reservoir_Pressure_bar": 9.001074725274725, - "Oil_Temperature_C": 64.4173076923077, - "Motor_Current_A": 1.7405219780219783, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-07-31T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6541188571428577, - "Pneumatic_Panel_Pressure_bar": 9.02152, - "Cyclone_Filter_Drop_Pressure_bar": 8.332878857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.018704000000000148, - "Reservoir_Pressure_bar": 9.022416, - "Oil_Temperature_C": 64.61059999999999, - "Motor_Current_A": 1.6899957142857145, - "Air_Intake_Valve_Status": 0.9257142857142857, - "Compressor_Outlet_Valve_Status": 0.07428571428571429, - "Active_Tower_ID": 0.96, - "Load_Start_Signal": 0.9257142857142857, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.392147414741475, - "Pneumatic_Panel_Pressure_bar": 9.147040855809719, - "Cyclone_Filter_Drop_Pressure_bar": 6.783477732255985, - "Tower_Discharge_Pressure_Drop_bar": -0.0054856985698571205, - "Reservoir_Pressure_bar": 9.146730643754031, - "Oil_Temperature_C": 68.54957916050226, - "Motor_Current_A": 3.1075366071089867, - "Air_Intake_Valve_Status": 0.7342285952733204, - "Compressor_Outlet_Valve_Status": 0.26577140472667954, - "Active_Tower_ID": 0.8649425287356322, - "Load_Start_Signal": 0.7342285952733204, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9971264367816092, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9998347107438026, - "Pneumatic_Panel_Pressure_bar": 9.068759228650139, - "Cyclone_Filter_Drop_Pressure_bar": 8.04875041322314, - "Tower_Discharge_Pressure_Drop_bar": 0.0024958677685949196, - "Reservoir_Pressure_bar": 9.068990633608815, - "Oil_Temperature_C": 65.57670798898071, - "Motor_Current_A": 1.9471969696969695, - "Air_Intake_Valve_Status": 0.8898071625344353, - "Compressor_Outlet_Valve_Status": 0.11019283746556474, - "Active_Tower_ID": 0.953168044077135, - "Load_Start_Signal": 0.8898071625344353, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7501703296703298, - "Pneumatic_Panel_Pressure_bar": 8.921592307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.14145934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.019809890109889716, - "Reservoir_Pressure_bar": 8.921498901098902, - "Oil_Temperature_C": 62.35826923076923, - "Motor_Current_A": 1.3725892857142854, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8149219780219782, - "Pneumatic_Panel_Pressure_bar": 9.06872032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.246811538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.020003846153845605, - "Reservoir_Pressure_bar": 9.068657692307692, - "Oil_Temperature_C": 63.180260989010996, - "Motor_Current_A": 1.8367410714285712, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9724120879120883, - "Pneumatic_Panel_Pressure_bar": 9.028585164835166, - "Cyclone_Filter_Drop_Pressure_bar": 8.021041208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.008291208791208086, - "Reservoir_Pressure_bar": 9.028354395604396, - "Oil_Temperature_C": 63.956806318681316, - "Motor_Current_A": 1.9353509615384612, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9868131868131871, - "Pneumatic_Panel_Pressure_bar": 9.033708791208792, - "Cyclone_Filter_Drop_Pressure_bar": 8.040406593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.020313186813186144, - "Reservoir_Pressure_bar": 9.033708791208792, - "Oil_Temperature_C": 64.55686813186813, - "Motor_Current_A": 1.9270741758241756, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9499681318681322, - "Pneumatic_Panel_Pressure_bar": 8.951105494505494, - "Cyclone_Filter_Drop_Pressure_bar": 7.955357142857143, - "Tower_Discharge_Pressure_Drop_bar": 0.0018725274725280925, - "Reservoir_Pressure_bar": 8.951457142857143, - "Oil_Temperature_C": 64.71800824175824, - "Motor_Current_A": 1.949245879120879, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.033064285714286, - "Pneumatic_Panel_Pressure_bar": 9.098891208791208, - "Cyclone_Filter_Drop_Pressure_bar": 8.029962637362637, - "Tower_Discharge_Pressure_Drop_bar": -0.012021978021977438, - "Reservoir_Pressure_bar": 9.098903846153847, - "Oil_Temperature_C": 64.78817307692307, - "Motor_Current_A": 1.9720535714285714, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.326637362637363, - "Pneumatic_Panel_Pressure_bar": 8.968409340659342, - "Cyclone_Filter_Drop_Pressure_bar": 7.6024120879120884, - "Tower_Discharge_Pressure_Drop_bar": -0.01614835164835136, - "Reservoir_Pressure_bar": 8.968980769230768, - "Oil_Temperature_C": 65.39598214285715, - "Motor_Current_A": 2.2594093406593405, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.022426373626374, - "Pneumatic_Panel_Pressure_bar": 9.044985714285714, - "Cyclone_Filter_Drop_Pressure_bar": 7.997848351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.018989010989011006, - "Reservoir_Pressure_bar": 9.045535164835165, - "Oil_Temperature_C": 65.27061813186813, - "Motor_Current_A": 1.962592032967033, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6616526251526256, - "Pneumatic_Panel_Pressure_bar": 9.03268376068376, - "Cyclone_Filter_Drop_Pressure_bar": 8.340068376068375, - "Tower_Discharge_Pressure_Drop_bar": -0.018434065934066133, - "Reservoir_Pressure_bar": 9.034738705738706, - "Oil_Temperature_C": 64.90167124542124, - "Motor_Current_A": 1.6694688644688642, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9591868131868136, - "Pneumatic_Panel_Pressure_bar": 9.065098901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.076956043956045, - "Tower_Discharge_Pressure_Drop_bar": -0.017483516483516367, - "Reservoir_Pressure_bar": 9.067242857142856, - "Oil_Temperature_C": 65.99299450549451, - "Motor_Current_A": 1.942712912087912, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.021873626373627, - "Pneumatic_Panel_Pressure_bar": 9.154098901098902, - "Cyclone_Filter_Drop_Pressure_bar": 8.13152197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.013648351648350583, - "Reservoir_Pressure_bar": 9.15595054945055, - "Oil_Temperature_C": 66.42980769230769, - "Motor_Current_A": 1.936394230769231, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0435428571428578, - "Pneumatic_Panel_Pressure_bar": 9.002485714285713, - "Cyclone_Filter_Drop_Pressure_bar": 7.956135164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.015424175824174399, - "Reservoir_Pressure_bar": 9.003743956043955, - "Oil_Temperature_C": 66.44803571428571, - "Motor_Current_A": 1.9530453296703296, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0029890109890118, - "Pneumatic_Panel_Pressure_bar": 9.098836263736263, - "Cyclone_Filter_Drop_Pressure_bar": 8.091863736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.007135164835163321, - "Reservoir_Pressure_bar": 9.099893406593406, - "Oil_Temperature_C": 66.39009615384614, - "Motor_Current_A": 1.94154532967033, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0688098901098908, - "Pneumatic_Panel_Pressure_bar": 9.111465934065935, - "Cyclone_Filter_Drop_Pressure_bar": 8.017632417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.016329670329669057, - "Reservoir_Pressure_bar": 9.111975274725275, - "Oil_Temperature_C": 66.16473901098901, - "Motor_Current_A": 1.9725824175824176, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.065707692307693, - "Pneumatic_Panel_Pressure_bar": 8.961506593406593, - "Cyclone_Filter_Drop_Pressure_bar": 7.888945054945055, - "Tower_Discharge_Pressure_Drop_bar": 0.0014835164835171946, - "Reservoir_Pressure_bar": 8.961176923076923, - "Oil_Temperature_C": 65.75311813186812, - "Motor_Current_A": 1.931620879120879, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.013578630136987, - "Pneumatic_Panel_Pressure_bar": 9.105659178082192, - "Cyclone_Filter_Drop_Pressure_bar": 8.063132602739726, - "Tower_Discharge_Pressure_Drop_bar": -0.0177046575342466, - "Reservoir_Pressure_bar": 9.105181917808219, - "Oil_Temperature_C": 65.87203424657534, - "Motor_Current_A": 1.8632815068493152, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6330554945054951, - "Pneumatic_Panel_Pressure_bar": 9.0247, - "Cyclone_Filter_Drop_Pressure_bar": 8.361486263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.0022307692307694787, - "Reservoir_Pressure_bar": 9.02498021978022, - "Oil_Temperature_C": 64.22287774725274, - "Motor_Current_A": 1.4419100274725274, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9391275946275951, - "Pneumatic_Panel_Pressure_bar": 9.045059829059829, - "Cyclone_Filter_Drop_Pressure_bar": 8.054146520146519, - "Tower_Discharge_Pressure_Drop_bar": -0.01950976800976777, - "Reservoir_Pressure_bar": 9.044168498168498, - "Oil_Temperature_C": 63.83479853479854, - "Motor_Current_A": 1.9185645604395603, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9743131868131869, - "Pneumatic_Panel_Pressure_bar": 9.012685714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.020704395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.01950879120879095, - "Reservoir_Pressure_bar": 9.01227032967033, - "Oil_Temperature_C": 63.701758241758235, - "Motor_Current_A": 1.8925961538461538, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9130516483516485, - "Pneumatic_Panel_Pressure_bar": 8.963854945054944, - "Cyclone_Filter_Drop_Pressure_bar": 8.043654945054946, - "Tower_Discharge_Pressure_Drop_bar": -0.005302197802197144, - "Reservoir_Pressure_bar": 8.963874725274724, - "Oil_Temperature_C": 63.17973901098901, - "Motor_Current_A": 1.708822802197802, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5825098901098902, - "Pneumatic_Panel_Pressure_bar": 8.913084615384616, - "Cyclone_Filter_Drop_Pressure_bar": 8.302156043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.020093406593406034, - "Reservoir_Pressure_bar": 8.913437362637362, - "Oil_Temperature_C": 62.72728021978022, - "Motor_Current_A": 1.526576923076923, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-01T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8686208791208792, - "Pneumatic_Panel_Pressure_bar": 9.03204945054945, - "Cyclone_Filter_Drop_Pressure_bar": 8.122285714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.02030219780219713, - "Reservoir_Pressure_bar": 9.031741758241758, - "Oil_Temperature_C": 62.8757554945055, - "Motor_Current_A": 1.8788255494505492, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8464450549450551, - "Pneumatic_Panel_Pressure_bar": 8.969204945054944, - "Cyclone_Filter_Drop_Pressure_bar": 8.089287362637362, - "Tower_Discharge_Pressure_Drop_bar": -0.020763736263735306, - "Reservoir_Pressure_bar": 8.968704395604396, - "Oil_Temperature_C": 62.301490384615384, - "Motor_Current_A": 1.8163798076923077, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8691813186813189, - "Pneumatic_Panel_Pressure_bar": 8.88858021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.00332197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.021445054945053648, - "Reservoir_Pressure_bar": 8.888601098901098, - "Oil_Temperature_C": 62.107280219780215, - "Motor_Current_A": 1.5655906593406594, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5357032967032969, - "Pneumatic_Panel_Pressure_bar": 8.945608058608059, - "Cyclone_Filter_Drop_Pressure_bar": 8.388749084249085, - "Tower_Discharge_Pressure_Drop_bar": -0.01779304029303889, - "Reservoir_Pressure_bar": 8.945725274725275, - "Oil_Temperature_C": 62.87804487179487, - "Motor_Current_A": 1.6439560439560439, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8881648351648354, - "Pneumatic_Panel_Pressure_bar": 8.970002197802199, - "Cyclone_Filter_Drop_Pressure_bar": 8.042554945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.02051098901098763, - "Reservoir_Pressure_bar": 8.969835164835164, - "Oil_Temperature_C": 62.910673076923075, - "Motor_Current_A": 1.8974285714285715, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8731384615384619, - "Pneumatic_Panel_Pressure_bar": 8.895018681318682, - "Cyclone_Filter_Drop_Pressure_bar": 7.982331868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.006758241758240405, - "Reservoir_Pressure_bar": 8.89548021978022, - "Oil_Temperature_C": 63.644848901098904, - "Motor_Current_A": 1.8877815934065931, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3077491628614921, - "Pneumatic_Panel_Pressure_bar": 8.952799391171995, - "Cyclone_Filter_Drop_Pressure_bar": 7.597682191780822, - "Tower_Discharge_Pressure_Drop_bar": -0.017243835616437008, - "Reservoir_Pressure_bar": 8.952695281582953, - "Oil_Temperature_C": 64.99243531202436, - "Motor_Current_A": 2.467951293759513, - "Air_Intake_Valve_Status": 0.852054794520548, - "Compressor_Outlet_Valve_Status": 0.14794520547945206, - "Active_Tower_ID": 0.9315068493150684, - "Load_Start_Signal": 0.852054794520548, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9431532967032972, - "Pneumatic_Panel_Pressure_bar": 8.988523076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.9849461538461535, - "Tower_Discharge_Pressure_Drop_bar": -0.013643406593405396, - "Reservoir_Pressure_bar": 8.989220879120879, - "Oil_Temperature_C": 64.60231456043957, - "Motor_Current_A": 2.0865831043956042, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9584214285714291, - "Pneumatic_Panel_Pressure_bar": 9.04031098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.055691758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.0069560439560433195, - "Reservoir_Pressure_bar": 9.041862087912088, - "Oil_Temperature_C": 64.93119505494506, - "Motor_Current_A": 1.9439271978021977, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9673846153846158, - "Pneumatic_Panel_Pressure_bar": 8.902813186813185, - "Cyclone_Filter_Drop_Pressure_bar": 7.918824175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.01660439560439522, - "Reservoir_Pressure_bar": 8.904357142857144, - "Oil_Temperature_C": 64.72520604395604, - "Motor_Current_A": 1.9349244505494503, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.045542307692308, - "Pneumatic_Panel_Pressure_bar": 9.132728021978023, - "Cyclone_Filter_Drop_Pressure_bar": 8.068343406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.01904010989010986, - "Reservoir_Pressure_bar": 9.134726373626373, - "Oil_Temperature_C": 65.7926304945055, - "Motor_Current_A": 1.959848901098901, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2974575342465757, - "Pneumatic_Panel_Pressure_bar": 9.077609315068493, - "Cyclone_Filter_Drop_Pressure_bar": 7.702727123287672, - "Tower_Discharge_Pressure_Drop_bar": -0.016882191780822155, - "Reservoir_Pressure_bar": 9.07953808219178, - "Oil_Temperature_C": 66.26921232876713, - "Motor_Current_A": 2.1960821917808215, - "Air_Intake_Valve_Status": 0.852054794520548, - "Compressor_Outlet_Valve_Status": 0.14794520547945206, - "Active_Tower_ID": 0.9287671232876712, - "Load_Start_Signal": 0.852054794520548, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0201697802197809, - "Pneumatic_Panel_Pressure_bar": 9.037469230769231, - "Cyclone_Filter_Drop_Pressure_bar": 7.983737912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.017247252747252504, - "Reservoir_Pressure_bar": 9.039738461538462, - "Oil_Temperature_C": 66.4426717032967, - "Motor_Current_A": 1.9708035714285712, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4312472527472533, - "Pneumatic_Panel_Pressure_bar": 9.113263125763126, - "Cyclone_Filter_Drop_Pressure_bar": 7.624389499389499, - "Tower_Discharge_Pressure_Drop_bar": -0.011302197802196443, - "Reservoir_Pressure_bar": 9.115394993894995, - "Oil_Temperature_C": 66.8675747863248, - "Motor_Current_A": 2.310583791208791, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7269989010989021, - "Pneumatic_Panel_Pressure_bar": 9.109494505494506, - "Cyclone_Filter_Drop_Pressure_bar": 8.343765934065933, - "Tower_Discharge_Pressure_Drop_bar": -0.011398901098899617, - "Reservoir_Pressure_bar": 9.11107912087912, - "Oil_Temperature_C": 66.59538461538462, - "Motor_Current_A": 1.6948475274725276, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1673351648351658, - "Pneumatic_Panel_Pressure_bar": 8.974947802197802, - "Cyclone_Filter_Drop_Pressure_bar": 7.767837912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.001423076923075447, - "Reservoir_Pressure_bar": 8.975928571428572, - "Oil_Temperature_C": 66.89831730769231, - "Motor_Current_A": 2.0404945054945056, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.094106593406594, - "Pneumatic_Panel_Pressure_bar": 9.149713186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.04118021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.006857142857141439, - "Reservoir_Pressure_bar": 9.149986263736263, - "Oil_Temperature_C": 67.08559065934065, - "Motor_Current_A": 2.0037589285714286, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4613219780219786, - "Pneumatic_Panel_Pressure_bar": 8.997263736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.480620879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.017215384615384185, - "Reservoir_Pressure_bar": 8.996863736263736, - "Oil_Temperature_C": 66.70281593406594, - "Motor_Current_A": 2.331804945054945, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0570989010989018, - "Pneumatic_Panel_Pressure_bar": 9.082456043956045, - "Cyclone_Filter_Drop_Pressure_bar": 8.038175824175825, - "Tower_Discharge_Pressure_Drop_bar": -0.01102197802197824, - "Reservoir_Pressure_bar": 9.082027472527473, - "Oil_Temperature_C": 67.12644230769232, - "Motor_Current_A": 2.2997870879120876, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9549554945054949, - "Pneumatic_Panel_Pressure_bar": 8.930446153846153, - "Cyclone_Filter_Drop_Pressure_bar": 7.964880219780219, - "Tower_Discharge_Pressure_Drop_bar": -0.01893956043956035, - "Reservoir_Pressure_bar": 8.929742857142857, - "Oil_Temperature_C": 63.41893543956044, - "Motor_Current_A": 1.4967445054945054, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.554354497354498, - "Pneumatic_Panel_Pressure_bar": 9.056056084656085, - "Cyclone_Filter_Drop_Pressure_bar": 8.481584126984126, - "Tower_Discharge_Pressure_Drop_bar": -0.019837037037036626, - "Reservoir_Pressure_bar": 9.05502962962963, - "Oil_Temperature_C": 64.25301587301587, - "Motor_Current_A": 1.851653439153439, - "Air_Intake_Valve_Status": 0.9386243386243387, - "Compressor_Outlet_Valve_Status": 0.061375661375661375, - "Active_Tower_ID": 0.9714285714285714, - "Load_Start_Signal": 0.9386243386243387, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.04163058518948544, - "Pneumatic_Panel_Pressure_bar": 8.233934830156675, - "Cyclone_Filter_Drop_Pressure_bar": 8.191953577645851, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.233388474757845, - "Oil_Temperature_C": 58.720089943311166, - "Motor_Current_A": 0.2140043744141405, - "Air_Intake_Valve_Status": 0.9658527875730929, - "Compressor_Outlet_Valve_Status": 0.03414721242690711, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9658527875730929, - "Low_Pressure_Switch_Status": 0.03414721242690711, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-02T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-02T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-02T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4463457572646525, - "Pneumatic_Panel_Pressure_bar": 8.022826101596287, - "Cyclone_Filter_Drop_Pressure_bar": 5.777340077128026, - "Tower_Discharge_Pressure_Drop_bar": -0.021182072829130514, - "Reservoir_Pressure_bar": 8.022758950725763, - "Oil_Temperature_C": 55.898003740620474, - "Motor_Current_A": 2.218491542936864, - "Air_Intake_Valve_Status": 0.6414613338974834, - "Compressor_Outlet_Valve_Status": 0.3585386661025165, - "Active_Tower_ID": 0.8179271708683473, - "Load_Start_Signal": 0.6414613338974834, - "Low_Pressure_Switch_Status": 0.16806247562632606, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.014384415584414672, - "Pneumatic_Panel_Pressure_bar": 6.7575246753246745, - "Cyclone_Filter_Drop_Pressure_bar": -0.011215584415583851, - "Tower_Discharge_Pressure_Drop_bar": -0.02019999999999939, - "Reservoir_Pressure_bar": 6.760516883116883, - "Oil_Temperature_C": 51.95506493506493, - "Motor_Current_A": 0.021883116883116685, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.5, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0.6493506493506493, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2150171821305857, - "Pneumatic_Panel_Pressure_bar": 6.080738831615119, - "Cyclone_Filter_Drop_Pressure_bar": -0.011640893470790347, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 6.082379725085911, - "Oil_Temperature_C": 49.96883591065292, - "Motor_Current_A": 0.9868943298969067, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 1, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-03T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.2616905705977874, - "Pneumatic_Panel_Pressure_bar": 9.141057173067482, - "Cyclone_Filter_Drop_Pressure_bar": 6.932061496922322, - "Tower_Discharge_Pressure_Drop_bar": -0.01852747252747272, - "Reservoir_Pressure_bar": 9.142248423397907, - "Oil_Temperature_C": 61.7601424134285, - "Motor_Current_A": 3.2996463974170163, - "Air_Intake_Valve_Status": 0.7362637362637363, - "Compressor_Outlet_Valve_Status": 0.26373626373626374, - "Active_Tower_ID": 0.8681318681318682, - "Load_Start_Signal": 0.7362637362637363, - "Low_Pressure_Switch_Status": 0.08791208791208792, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.033153878094642, - "Pneumatic_Panel_Pressure_bar": 9.312277240676904, - "Cyclone_Filter_Drop_Pressure_bar": 7.332087425571922, - "Tower_Discharge_Pressure_Drop_bar": -0.01812500000000005, - "Reservoir_Pressure_bar": 9.31229070824193, - "Oil_Temperature_C": 62.122747277499215, - "Motor_Current_A": 3.3205955617361327, - "Air_Intake_Valve_Status": 0.7735584456283296, - "Compressor_Outlet_Valve_Status": 0.22644155437167032, - "Active_Tower_ID": 0.8625, - "Load_Start_Signal": 0.7735584456283296, - "Low_Pressure_Switch_Status": 0.03894155437167032, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0120219780219781, - "Pneumatic_Panel_Pressure_bar": 9.048286813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.00150989010989, - "Tower_Discharge_Pressure_Drop_bar": 0.0028241758241757775, - "Reservoir_Pressure_bar": 9.049451648351647, - "Oil_Temperature_C": 63.47256868131868, - "Motor_Current_A": 1.8500247252747248, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.964359340659341, - "Pneumatic_Panel_Pressure_bar": 9.006931868131868, - "Cyclone_Filter_Drop_Pressure_bar": 8.014182417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.016730769230768307, - "Reservoir_Pressure_bar": 9.008607692307692, - "Oil_Temperature_C": 64.81149725274724, - "Motor_Current_A": 1.6649766483516482, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6488241758241764, - "Pneumatic_Panel_Pressure_bar": 9.056058241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.386706593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.017258241758241408, - "Reservoir_Pressure_bar": 9.058242857142858, - "Oil_Temperature_C": 65.25605769230769, - "Motor_Current_A": 1.6772788461538461, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9958849315068498, - "Pneumatic_Panel_Pressure_bar": 9.107401643835615, - "Cyclone_Filter_Drop_Pressure_bar": 8.045488767123288, - "Tower_Discharge_Pressure_Drop_bar": -0.017035616438356247, - "Reservoir_Pressure_bar": 9.10913808219178, - "Oil_Temperature_C": 65.5171095890411, - "Motor_Current_A": 1.9852739726027397, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9697703296703302, - "Pneumatic_Panel_Pressure_bar": 9.069057142857144, - "Cyclone_Filter_Drop_Pressure_bar": 8.078128571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.017823076923077177, - "Reservoir_Pressure_bar": 9.070353846153846, - "Oil_Temperature_C": 65.20582417582418, - "Motor_Current_A": 1.942010989010989, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.021835164835165, - "Pneumatic_Panel_Pressure_bar": 9.061972527472527, - "Cyclone_Filter_Drop_Pressure_bar": 7.993975274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.0058131868131870695, - "Reservoir_Pressure_bar": 9.063681318681319, - "Oil_Temperature_C": 64.9801510989011, - "Motor_Current_A": 1.9866964285714284, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9882087912087912, - "Pneumatic_Panel_Pressure_bar": 9.038186813186813, - "Cyclone_Filter_Drop_Pressure_bar": 8.018998351648351, - "Tower_Discharge_Pressure_Drop_bar": -0.01865549450549468, - "Reservoir_Pressure_bar": 9.039675824175823, - "Oil_Temperature_C": 64.62600961538462, - "Motor_Current_A": 1.9036332417582416, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8670274725274729, - "Pneumatic_Panel_Pressure_bar": 9.076703296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.131763736263736, - "Tower_Discharge_Pressure_Drop_bar": -0.013065934065934077, - "Reservoir_Pressure_bar": 9.078291208791208, - "Oil_Temperature_C": 65.0139423076923, - "Motor_Current_A": 1.847925824175824, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9755164835164836, - "Pneumatic_Panel_Pressure_bar": 9.056722222222222, - "Cyclone_Filter_Drop_Pressure_bar": 8.044485958485959, - "Tower_Discharge_Pressure_Drop_bar": -0.0012637362637363003, - "Reservoir_Pressure_bar": 9.058260683760684, - "Oil_Temperature_C": 64.97982295482296, - "Motor_Current_A": 1.9714010989010986, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-03T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9690274725274727, - "Pneumatic_Panel_Pressure_bar": 9.061146153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.045778021978021, - "Tower_Discharge_Pressure_Drop_bar": -0.019031318681318684, - "Reservoir_Pressure_bar": 9.062613186813188, - "Oil_Temperature_C": 64.95578296703296, - "Motor_Current_A": 2.0185302197802195, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-04T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9669175824175826, - "Pneumatic_Panel_Pressure_bar": 9.0510010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.036028571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.01897802197802188, - "Reservoir_Pressure_bar": 9.052542857142857, - "Oil_Temperature_C": 64.81717032967033, - "Motor_Current_A": 2.012706043956044, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-04T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.039434065934066, - "Pneumatic_Panel_Pressure_bar": 9.054295054945054, - "Cyclone_Filter_Drop_Pressure_bar": 7.982568131868133, - "Tower_Discharge_Pressure_Drop_bar": -0.017494505494505423, - "Reservoir_Pressure_bar": 9.055826373626374, - "Oil_Temperature_C": 64.7384065934066, - "Motor_Current_A": 2.0354965659340656, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-04T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9727747252747254, - "Pneumatic_Panel_Pressure_bar": 9.03206043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.042076923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.01758791208791192, - "Reservoir_Pressure_bar": 9.033593406593408, - "Oil_Temperature_C": 64.55618131868133, - "Motor_Current_A": 1.9871153846153844, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-04T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0251274725274726, - "Pneumatic_Panel_Pressure_bar": 9.038947252747253, - "Cyclone_Filter_Drop_Pressure_bar": 7.991732967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.019537362637362363, - "Reservoir_Pressure_bar": 9.040694505494505, - "Oil_Temperature_C": 64.67214285714286, - "Motor_Current_A": 1.9502843406593404, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-04T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9812395604395604, - "Pneumatic_Panel_Pressure_bar": 9.03509010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.039474725274726, - "Tower_Discharge_Pressure_Drop_bar": -0.019835164835164416, - "Reservoir_Pressure_bar": 9.036982417582418, - "Oil_Temperature_C": 64.60387362637363, - "Motor_Current_A": 1.9483695054945052, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-04T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9570565934065934, - "Pneumatic_Panel_Pressure_bar": 9.02151098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.031902747252747, - "Tower_Discharge_Pressure_Drop_bar": -0.019912087912087453, - "Reservoir_Pressure_bar": 9.023328021978022, - "Oil_Temperature_C": 64.47602335164835, - "Motor_Current_A": 2.003787087912088, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-04T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9007328185328186, - "Pneumatic_Panel_Pressure_bar": 9.027102702702702, - "Cyclone_Filter_Drop_Pressure_bar": 8.09597606177606, - "Tower_Discharge_Pressure_Drop_bar": -0.01988339768339725, - "Reservoir_Pressure_bar": 9.02828416988417, - "Oil_Temperature_C": 64.84293436293436, - "Motor_Current_A": 2.082096525096525, - "Air_Intake_Valve_Status": 0.8996138996138996, - "Compressor_Outlet_Valve_Status": 0.10038610038610038, - "Active_Tower_ID": 0.9536679536679536, - "Load_Start_Signal": 0.8996138996138996, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-04T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.007100491934305683, - "Pneumatic_Panel_Pressure_bar": 9.03747084979681, - "Cyclone_Filter_Drop_Pressure_bar": 9.013831098803372, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 9.037234000878051, - "Oil_Temperature_C": 64.38590698276542, - "Motor_Current_A": 0.09129774408159101, - "Air_Intake_Valve_Status": 0.9881575540621166, - "Compressor_Outlet_Valve_Status": 0.011842445937883445, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9881575540621166, - "Low_Pressure_Switch_Status": 0.011842445937883445, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-04T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-04T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-05T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-05T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-05T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-05T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-05T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-05T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-05T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-05T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.3518735624023606, - "Pneumatic_Panel_Pressure_bar": 7.6657037463305056, - "Cyclone_Filter_Drop_Pressure_bar": 5.45601776617048, - "Tower_Discharge_Pressure_Drop_bar": -0.02188444444444307, - "Reservoir_Pressure_bar": 7.664860683754911, - "Oil_Temperature_C": 54.70640911473089, - "Motor_Current_A": 3.330690284391311, - "Air_Intake_Valve_Status": 0.5956246489980576, - "Compressor_Outlet_Valve_Status": 0.4043753510019425, - "Active_Tower_ID": 0.7911111111111111, - "Load_Start_Signal": 0.5956246489980576, - "Low_Pressure_Switch_Status": 0.27548646211305355, - "Tower_Discharge_Switch_Status": 0.9955555555555555, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0004670329670335, - "Pneumatic_Panel_Pressure_bar": 9.011963186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.965307692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.0206648351648343, - "Reservoir_Pressure_bar": 9.013773076923076, - "Oil_Temperature_C": 62.52899038461539, - "Motor_Current_A": 1.8295048076923075, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.14560439560439561, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7353430745814312, - "Pneumatic_Panel_Pressure_bar": 9.07870502283105, - "Cyclone_Filter_Drop_Pressure_bar": 8.284688584474885, - "Tower_Discharge_Pressure_Drop_bar": -0.019007610350076025, - "Reservoir_Pressure_bar": 9.080354337899543, - "Oil_Temperature_C": 64.68111111111111, - "Motor_Current_A": 1.8088797564687975, - "Air_Intake_Valve_Status": 0.9178082191780822, - "Compressor_Outlet_Valve_Status": 0.0821917808219178, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9178082191780822, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9814120879120883, - "Pneumatic_Panel_Pressure_bar": 9.084864285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.087858791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.015808241758241966, - "Reservoir_Pressure_bar": 9.086375824175823, - "Oil_Temperature_C": 65.4874587912088, - "Motor_Current_A": 2.014676510989011, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0006648351648357, - "Pneumatic_Panel_Pressure_bar": 9.082635164835166, - "Cyclone_Filter_Drop_Pressure_bar": 8.050173626373626, - "Tower_Discharge_Pressure_Drop_bar": 0.009443406593407587, - "Reservoir_Pressure_bar": 9.083887912087912, - "Oil_Temperature_C": 66.06860576923077, - "Motor_Current_A": 2.0241483516483516, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0000934065934075, - "Pneumatic_Panel_Pressure_bar": 9.07295879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.050991758241759, - "Tower_Discharge_Pressure_Drop_bar": -0.01551923076922932, - "Reservoir_Pressure_bar": 9.074527472527473, - "Oil_Temperature_C": 66.17912087912089, - "Motor_Current_A": 1.6174038461538462, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.048846153846155, - "Pneumatic_Panel_Pressure_bar": 9.068113736263737, - "Cyclone_Filter_Drop_Pressure_bar": 8.0117510989011, - "Tower_Discharge_Pressure_Drop_bar": -0.014970879120877885, - "Reservoir_Pressure_bar": 9.06931153846154, - "Oil_Temperature_C": 66.8423489010989, - "Motor_Current_A": 1.9249038461538464, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0174065934065946, - "Pneumatic_Panel_Pressure_bar": 9.05043956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.027923076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.01452197802197701, - "Reservoir_Pressure_bar": 9.052175824175825, - "Oil_Temperature_C": 66.86751373626375, - "Motor_Current_A": 1.824203296703297, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8866428571428583, - "Pneumatic_Panel_Pressure_bar": 9.034362637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.096763736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.014521978021977034, - "Reservoir_Pressure_bar": 9.036181318681319, - "Oil_Temperature_C": 66.85168269230769, - "Motor_Current_A": 1.806137362637363, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.848228937728939, - "Pneumatic_Panel_Pressure_bar": 9.106042124542125, - "Cyclone_Filter_Drop_Pressure_bar": 8.23178021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.005489010989009991, - "Reservoir_Pressure_bar": 9.107564102564103, - "Oil_Temperature_C": 67.13202838827839, - "Motor_Current_A": 1.906169871794872, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0200175824175837, - "Pneumatic_Panel_Pressure_bar": 9.101053846153846, - "Cyclone_Filter_Drop_Pressure_bar": 8.054546153846154, - "Tower_Discharge_Pressure_Drop_bar": -0.0030351648351635806, - "Reservoir_Pressure_bar": 9.102260439560439, - "Oil_Temperature_C": 66.89784340659341, - "Motor_Current_A": 2.0193269230769233, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0173461538461552, - "Pneumatic_Panel_Pressure_bar": 9.08365989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.013852197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.015549450549449034, - "Reservoir_Pressure_bar": 9.08498956043956, - "Oil_Temperature_C": 66.56713598901099, - "Motor_Current_A": 2.0191414835164836, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9867342465753436, - "Pneumatic_Panel_Pressure_bar": 9.06236602739726, - "Cyclone_Filter_Drop_Pressure_bar": 8.050032328767124, - "Tower_Discharge_Pressure_Drop_bar": -0.016257534246573918, - "Reservoir_Pressure_bar": 9.063921643835616, - "Oil_Temperature_C": 66.20575342465753, - "Motor_Current_A": 2.0065198630136987, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9729285714285723, - "Pneumatic_Panel_Pressure_bar": 9.068606593406594, - "Cyclone_Filter_Drop_Pressure_bar": 8.074634065934065, - "Tower_Discharge_Pressure_Drop_bar": -0.01629120879120782, - "Reservoir_Pressure_bar": 9.070105494505494, - "Oil_Temperature_C": 65.96865384615384, - "Motor_Current_A": 2.0061263736263735, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0183318681318692, - "Pneumatic_Panel_Pressure_bar": 9.059202197802197, - "Cyclone_Filter_Drop_Pressure_bar": 7.989853846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.0173571428571426, - "Reservoir_Pressure_bar": 9.060350549450549, - "Oil_Temperature_C": 65.72347527472527, - "Motor_Current_A": 2.022552197802198, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9958593406593412, - "Pneumatic_Panel_Pressure_bar": 9.046391208791208, - "Cyclone_Filter_Drop_Pressure_bar": 8.016486813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.003689010989011186, - "Reservoir_Pressure_bar": 9.047558241758242, - "Oil_Temperature_C": 65.56598901098901, - "Motor_Current_A": 2.0230521978021976, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-05T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0325972527472533, - "Pneumatic_Panel_Pressure_bar": 9.043813736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.9981851648351645, - "Tower_Discharge_Pressure_Drop_bar": -0.018300549450549704, - "Reservoir_Pressure_bar": 9.045091758241758, - "Oil_Temperature_C": 65.37326923076922, - "Motor_Current_A": 1.9794917582417582, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0220000000000002, - "Pneumatic_Panel_Pressure_bar": 9.046115384615385, - "Cyclone_Filter_Drop_Pressure_bar": 7.986571428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.017747252747252945, - "Reservoir_Pressure_bar": 9.047406593406594, - "Oil_Temperature_C": 65.26957417582418, - "Motor_Current_A": 1.993440934065934, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9926648351648354, - "Pneumatic_Panel_Pressure_bar": 9.050435164835164, - "Cyclone_Filter_Drop_Pressure_bar": 8.009253296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.018532417582417696, - "Reservoir_Pressure_bar": 9.051753846153847, - "Oil_Temperature_C": 65.23517857142858, - "Motor_Current_A": 2.0252314560439557, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9960203296703299, - "Pneumatic_Panel_Pressure_bar": 9.047763736263736, - "Cyclone_Filter_Drop_Pressure_bar": 8.023763736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.01646153846153841, - "Reservoir_Pressure_bar": 9.04901098901099, - "Oil_Temperature_C": 65.14652472527472, - "Motor_Current_A": 2.0421291208791206, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0352667887667888, - "Pneumatic_Panel_Pressure_bar": 9.046040903540904, - "Cyclone_Filter_Drop_Pressure_bar": 8.005118437118437, - "Tower_Discharge_Pressure_Drop_bar": -0.006401098901098718, - "Reservoir_Pressure_bar": 9.047478021978023, - "Oil_Temperature_C": 65.08131105006105, - "Motor_Current_A": 2.0515376984126985, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.994518131868132, - "Pneumatic_Panel_Pressure_bar": 9.04514120879121, - "Cyclone_Filter_Drop_Pressure_bar": 8.005245604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.019384615384615205, - "Reservoir_Pressure_bar": 9.046285714285714, - "Oil_Temperature_C": 65.03148351648352, - "Motor_Current_A": 2.0354230769230766, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.031391208791209, - "Pneumatic_Panel_Pressure_bar": 9.046791208791209, - "Cyclone_Filter_Drop_Pressure_bar": 8.002675824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.01479670329670319, - "Reservoir_Pressure_bar": 9.04815934065934, - "Oil_Temperature_C": 64.99377747252747, - "Motor_Current_A": 2.020377747252747, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9997747252747254, - "Pneumatic_Panel_Pressure_bar": 9.039428571428571, - "Cyclone_Filter_Drop_Pressure_bar": 8.022478021978023, - "Tower_Discharge_Pressure_Drop_bar": -0.019120879120879057, - "Reservoir_Pressure_bar": 9.0405, - "Oil_Temperature_C": 64.93866758241758, - "Motor_Current_A": 1.9764010989010987, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8712425249169438, - "Pneumatic_Panel_Pressure_bar": 8.871736877076412, - "Cyclone_Filter_Drop_Pressure_bar": 6.8731840531561454, - "Tower_Discharge_Pressure_Drop_bar": -0.005841860465116504, - "Reservoir_Pressure_bar": 8.872306976744186, - "Oil_Temperature_C": 63.46358803986711, - "Motor_Current_A": 1.287749169435216, - "Air_Intake_Valve_Status": 0.760797342192691, - "Compressor_Outlet_Valve_Status": 0.23920265780730898, - "Active_Tower_ID": 0.8870431893687708, - "Load_Start_Signal": 0.760797342192691, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9966777408637874, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0021923076923083, - "Pneumatic_Panel_Pressure_bar": 9.05769413919414, - "Cyclone_Filter_Drop_Pressure_bar": 8.036371794871796, - "Tower_Discharge_Pressure_Drop_bar": -0.003516483516483831, - "Reservoir_Pressure_bar": 9.058163003663003, - "Oil_Temperature_C": 64.81964285714285, - "Motor_Current_A": 1.9517032967032966, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.042161782661783, - "Pneumatic_Panel_Pressure_bar": 9.017434065934067, - "Cyclone_Filter_Drop_Pressure_bar": 7.971214285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.01769780219780223, - "Reservoir_Pressure_bar": 9.018562881562882, - "Oil_Temperature_C": 65.25800518925519, - "Motor_Current_A": 1.7911179792429794, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7407175824175831, - "Pneumatic_Panel_Pressure_bar": 9.02558021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.23857142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.014139560439559348, - "Reservoir_Pressure_bar": 9.026747252747253, - "Oil_Temperature_C": 65.81108516483516, - "Motor_Current_A": 1.7368461538461537, - "Air_Intake_Valve_Status": 0.9148351648351648, - "Compressor_Outlet_Valve_Status": 0.08516483516483517, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9148351648351648, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9464406593406604, - "Pneumatic_Panel_Pressure_bar": 9.096284615384615, - "Cyclone_Filter_Drop_Pressure_bar": 8.146156043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.015189010989009417, - "Reservoir_Pressure_bar": 9.097383516483516, - "Oil_Temperature_C": 66.7012912087912, - "Motor_Current_A": 1.9577596153846155, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9852989010989021, - "Pneumatic_Panel_Pressure_bar": 9.09524065934066, - "Cyclone_Filter_Drop_Pressure_bar": 8.098465934065935, - "Tower_Discharge_Pressure_Drop_bar": -0.01438461538461388, - "Reservoir_Pressure_bar": 9.095993406593406, - "Oil_Temperature_C": 66.94093406593407, - "Motor_Current_A": 1.9926579670329674, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0156432876712338, - "Pneumatic_Panel_Pressure_bar": 9.08783397260274, - "Cyclone_Filter_Drop_Pressure_bar": 8.044497534246576, - "Tower_Discharge_Pressure_Drop_bar": -0.014854794520546784, - "Reservoir_Pressure_bar": 9.088803835616439, - "Oil_Temperature_C": 67.05707534246575, - "Motor_Current_A": 2.019513698630137, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.999884065934067, - "Pneumatic_Panel_Pressure_bar": 9.078158791208791, - "Cyclone_Filter_Drop_Pressure_bar": 8.075504945054945, - "Tower_Discharge_Pressure_Drop_bar": 0.0030824175824185826, - "Reservoir_Pressure_bar": 9.07928021978022, - "Oil_Temperature_C": 67.13265109890109, - "Motor_Current_A": 2.007382554945055, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9809489010989022, - "Pneumatic_Panel_Pressure_bar": 9.068133516483517, - "Cyclone_Filter_Drop_Pressure_bar": 8.052248901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.01424340659340546, - "Reservoir_Pressure_bar": 9.069283516483516, - "Oil_Temperature_C": 67.1386401098901, - "Motor_Current_A": 1.9421565934065936, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9968648351648364, - "Pneumatic_Panel_Pressure_bar": 9.048256043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.027014285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.0007582417582406017, - "Reservoir_Pressure_bar": 9.049420879120879, - "Oil_Temperature_C": 66.82200549450549, - "Motor_Current_A": 1.8358914835164835, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9879274725274739, - "Pneumatic_Panel_Pressure_bar": 9.035224175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.01371978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.0153362637362623, - "Reservoir_Pressure_bar": 9.036857142857142, - "Oil_Temperature_C": 66.5045467032967, - "Motor_Current_A": 1.8393475274725275, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8079560439560453, - "Pneumatic_Panel_Pressure_bar": 9.041346153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.197065934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.016027472527471002, - "Reservoir_Pressure_bar": 9.04278021978022, - "Oil_Temperature_C": 66.40982142857143, - "Motor_Current_A": 1.8792651098901099, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8938565934065946, - "Pneumatic_Panel_Pressure_bar": 9.078862637362638, - "Cyclone_Filter_Drop_Pressure_bar": 8.150653846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.016796703296702443, - "Reservoir_Pressure_bar": 9.080455494505495, - "Oil_Temperature_C": 66.1801510989011, - "Motor_Current_A": 1.9281078296703296, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9535714285714286, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0004560439560448, - "Pneumatic_Panel_Pressure_bar": 9.070776923076924, - "Cyclone_Filter_Drop_Pressure_bar": 8.050942857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.018023076923076965, - "Reservoir_Pressure_bar": 9.07185934065934, - "Oil_Temperature_C": 65.8914010989011, - "Motor_Current_A": 2.016820054945055, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0800549450549457, - "Pneumatic_Panel_Pressure_bar": 9.08274065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.959702197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.013730769230769522, - "Reservoir_Pressure_bar": 9.083614285714285, - "Oil_Temperature_C": 65.92519230769231, - "Motor_Current_A": 2.0773310439560437, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9858494505494511, - "Pneumatic_Panel_Pressure_bar": 9.052693406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.010468131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.017494505494505763, - "Reservoir_Pressure_bar": 9.053676923076923, - "Oil_Temperature_C": 65.70339285714286, - "Motor_Current_A": 2.018039835164835, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-06T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9993005494505499, - "Pneumatic_Panel_Pressure_bar": 9.048822527472527, - "Cyclone_Filter_Drop_Pressure_bar": 8.022529670329671, - "Tower_Discharge_Pressure_Drop_bar": -0.0009357142857145417, - "Reservoir_Pressure_bar": 9.049670879120878, - "Oil_Temperature_C": 65.60042582417583, - "Motor_Current_A": 2.005460164835165, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.986800547945206, - "Pneumatic_Panel_Pressure_bar": 9.048289863013698, - "Cyclone_Filter_Drop_Pressure_bar": 8.01042191780822, - "Tower_Discharge_Pressure_Drop_bar": -0.0182246575342469, - "Reservoir_Pressure_bar": 9.049149589041097, - "Oil_Temperature_C": 65.60625342465754, - "Motor_Current_A": 2.0110136986301366, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.980802808302809, - "Pneumatic_Panel_Pressure_bar": 9.04859951159951, - "Cyclone_Filter_Drop_Pressure_bar": 8.03301098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.00435164835164855, - "Reservoir_Pressure_bar": 9.049374236874236, - "Oil_Temperature_C": 65.56466727716727, - "Motor_Current_A": 2.011414835164835, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0350516483516488, - "Pneumatic_Panel_Pressure_bar": 9.052976923076924, - "Cyclone_Filter_Drop_Pressure_bar": 7.9946142857142855, - "Tower_Discharge_Pressure_Drop_bar": -0.004794505494505712, - "Reservoir_Pressure_bar": 9.053553846153845, - "Oil_Temperature_C": 65.50226648351648, - "Motor_Current_A": 2.0362403846153843, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0090329670329674, - "Pneumatic_Panel_Pressure_bar": 9.04568901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.003028021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.017901098901098974, - "Reservoir_Pressure_bar": 9.046174175824175, - "Oil_Temperature_C": 65.43215659340659, - "Motor_Current_A": 2.0301991758241758, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9704936986301373, - "Pneumatic_Panel_Pressure_bar": 9.035117260273973, - "Cyclone_Filter_Drop_Pressure_bar": 8.048437808219179, - "Tower_Discharge_Pressure_Drop_bar": -0.01901315068493151, - "Reservoir_Pressure_bar": 9.035889315068493, - "Oil_Temperature_C": 65.2786095890411, - "Motor_Current_A": 2.0066376712328764, - "Air_Intake_Valve_Status": 0.8931506849315068, - "Compressor_Outlet_Valve_Status": 0.10684931506849316, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8931506849315068, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0005219780219783, - "Pneumatic_Panel_Pressure_bar": 9.037632967032968, - "Cyclone_Filter_Drop_Pressure_bar": 7.994384615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.019358241758241603, - "Reservoir_Pressure_bar": 9.038285714285715, - "Oil_Temperature_C": 65.15769230769232, - "Motor_Current_A": 2.0067101648351646, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0287175824175827, - "Pneumatic_Panel_Pressure_bar": 9.040037362637364, - "Cyclone_Filter_Drop_Pressure_bar": 7.992073626373626, - "Tower_Discharge_Pressure_Drop_bar": -0.019129670329670154, - "Reservoir_Pressure_bar": 9.04085054945055, - "Oil_Temperature_C": 65.18848901098902, - "Motor_Current_A": 2.0232142857142854, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0182307692307697, - "Pneumatic_Panel_Pressure_bar": 9.04481868131868, - "Cyclone_Filter_Drop_Pressure_bar": 8.001618131868131, - "Tower_Discharge_Pressure_Drop_bar": -0.0191318681318681, - "Reservoir_Pressure_bar": 9.045744505494506, - "Oil_Temperature_C": 65.3228021978022, - "Motor_Current_A": 2.0139217032967034, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.998905494505495, - "Pneumatic_Panel_Pressure_bar": 9.04891978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.014757142857142, - "Tower_Discharge_Pressure_Drop_bar": -0.006708791208791259, - "Reservoir_Pressure_bar": 9.049914285714285, - "Oil_Temperature_C": 65.39784340659341, - "Motor_Current_A": 2.0309752747252747, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9750934065934072, - "Pneumatic_Panel_Pressure_bar": 9.041059340659341, - "Cyclone_Filter_Drop_Pressure_bar": 8.025669230769232, - "Tower_Discharge_Pressure_Drop_bar": -0.018566483516483708, - "Reservoir_Pressure_bar": 9.042021428571429, - "Oil_Temperature_C": 65.49002747252747, - "Motor_Current_A": 2.0030631868131867, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.014406593406594, - "Pneumatic_Panel_Pressure_bar": 9.042906593406594, - "Cyclone_Filter_Drop_Pressure_bar": 8.023214285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.014335164835165079, - "Reservoir_Pressure_bar": 9.044115384615385, - "Oil_Temperature_C": 65.50707417582417, - "Motor_Current_A": 2.007925824175824, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0285126373626379, - "Pneumatic_Panel_Pressure_bar": 9.03502912087912, - "Cyclone_Filter_Drop_Pressure_bar": 7.995697802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.006251098901098023, - "Reservoir_Pressure_bar": 9.036206593406593, - "Oil_Temperature_C": 65.83834478021978, - "Motor_Current_A": 1.8874107142857142, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.046601648351649, - "Pneumatic_Panel_Pressure_bar": 9.040222527472528, - "Cyclone_Filter_Drop_Pressure_bar": 7.975824175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.00720329670329515, - "Reservoir_Pressure_bar": 9.041027472527473, - "Oil_Temperature_C": 66.28993818681319, - "Motor_Current_A": 1.909371565934066, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0085934065934077, - "Pneumatic_Panel_Pressure_bar": 9.031945054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.986653846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.015730769230767896, - "Reservoir_Pressure_bar": 9.03245054945055, - "Oil_Temperature_C": 66.50081043956044, - "Motor_Current_A": 1.866934065934066, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6952912087912099, - "Pneumatic_Panel_Pressure_bar": 9.069, - "Cyclone_Filter_Drop_Pressure_bar": 8.341428571428573, - "Tower_Discharge_Pressure_Drop_bar": 0.0029670329670341525, - "Reservoir_Pressure_bar": 9.069648351648352, - "Oil_Temperature_C": 66.87012362637363, - "Motor_Current_A": 1.811236263736264, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0105263736263748, - "Pneumatic_Panel_Pressure_bar": 9.093721978021977, - "Cyclone_Filter_Drop_Pressure_bar": 8.055124175824176, - "Tower_Discharge_Pressure_Drop_bar": -0.01531868131867994, - "Reservoir_Pressure_bar": 9.09391978021978, - "Oil_Temperature_C": 66.92141483516484, - "Motor_Current_A": 2.0194436813186813, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9923540903540915, - "Pneumatic_Panel_Pressure_bar": 9.07593650793651, - "Cyclone_Filter_Drop_Pressure_bar": 8.062661782661783, - "Tower_Discharge_Pressure_Drop_bar": -0.015626373626372043, - "Reservoir_Pressure_bar": 9.07682905982906, - "Oil_Temperature_C": 66.77198565323566, - "Motor_Current_A": 2.0272252747252746, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0220771830985924, - "Pneumatic_Panel_Pressure_bar": 9.06119661971831, - "Cyclone_Filter_Drop_Pressure_bar": 7.992820845070423, - "Tower_Discharge_Pressure_Drop_bar": -0.015857464788730898, - "Reservoir_Pressure_bar": 9.061929014084507, - "Oil_Temperature_C": 67.03186619718309, - "Motor_Current_A": 2.246547183098592, - "Air_Intake_Valve_Status": 0.8845070422535212, - "Compressor_Outlet_Valve_Status": 0.11549295774647887, - "Active_Tower_ID": 0.9380281690140845, - "Load_Start_Signal": 0.8845070422535212, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9670219780219789, - "Pneumatic_Panel_Pressure_bar": 9.036974725274725, - "Cyclone_Filter_Drop_Pressure_bar": 8.044047252747252, - "Tower_Discharge_Pressure_Drop_bar": -0.01587362637362639, - "Reservoir_Pressure_bar": 9.0362989010989, - "Oil_Temperature_C": 65.02857142857144, - "Motor_Current_A": 1.8178365384615385, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6545494505494511, - "Pneumatic_Panel_Pressure_bar": 8.969061538461538, - "Cyclone_Filter_Drop_Pressure_bar": 8.277378021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.019335164835164682, - "Reservoir_Pressure_bar": 8.969075824175823, - "Oil_Temperature_C": 63.49440934065934, - "Motor_Current_A": 1.4398983516483514, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9354263736263738, - "Pneumatic_Panel_Pressure_bar": 9.088123076923077, - "Cyclone_Filter_Drop_Pressure_bar": 8.137404395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.010208791208790684, - "Reservoir_Pressure_bar": 9.088004395604397, - "Oil_Temperature_C": 63.68078296703297, - "Motor_Current_A": 1.9211662087912087, - "Air_Intake_Valve_Status": 0.8967032967032966, - "Compressor_Outlet_Valve_Status": 0.1032967032967033, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8967032967032966, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9781534246575344, - "Pneumatic_Panel_Pressure_bar": 8.985488219178082, - "Cyclone_Filter_Drop_Pressure_bar": 7.994534794520548, - "Tower_Discharge_Pressure_Drop_bar": -0.013742465753423978, - "Reservoir_Pressure_bar": 8.985083287671234, - "Oil_Temperature_C": 63.06945890410959, - "Motor_Current_A": 1.9000691780821914, - "Air_Intake_Valve_Status": 0.8931506849315068, - "Compressor_Outlet_Valve_Status": 0.10684931506849316, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8931506849315068, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9270170329670331, - "Pneumatic_Panel_Pressure_bar": 8.939771428571428, - "Cyclone_Filter_Drop_Pressure_bar": 8.003414285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.009714835164834436, - "Reservoir_Pressure_bar": 8.9391010989011, - "Oil_Temperature_C": 62.784649725274726, - "Motor_Current_A": 1.5402211538461539, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-07T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.584041208791209, - "Pneumatic_Panel_Pressure_bar": 9.014814285714285, - "Cyclone_Filter_Drop_Pressure_bar": 8.413301648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.008765384615383839, - "Reservoir_Pressure_bar": 9.01424175824176, - "Oil_Temperature_C": 63.4534271978022, - "Motor_Current_A": 1.6985865384615384, - "Air_Intake_Valve_Status": 0.9368131868131868, - "Compressor_Outlet_Valve_Status": 0.06318681318681318, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9368131868131868, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8689932844932848, - "Pneumatic_Panel_Pressure_bar": 9.00702442002442, - "Cyclone_Filter_Drop_Pressure_bar": 8.121442002442002, - "Tower_Discharge_Pressure_Drop_bar": -0.007142857142856299, - "Reservoir_Pressure_bar": 9.006271672771673, - "Oil_Temperature_C": 63.441842185592186, - "Motor_Current_A": 1.8794932844932843, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8922115384615386, - "Pneumatic_Panel_Pressure_bar": 8.986884615384616, - "Cyclone_Filter_Drop_Pressure_bar": 8.085461538461539, - "Tower_Discharge_Pressure_Drop_bar": -0.006420329670328711, - "Reservoir_Pressure_bar": 8.986032967032967, - "Oil_Temperature_C": 63.285679945054945, - "Motor_Current_A": 1.8913083791208791, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.001010989010989, - "Pneumatic_Panel_Pressure_bar": 8.979659951159952, - "Cyclone_Filter_Drop_Pressure_bar": 7.917302808302808, - "Tower_Discharge_Pressure_Drop_bar": -0.00540964590964493, - "Reservoir_Pressure_bar": 8.979236874236875, - "Oil_Temperature_C": 63.276304945054946, - "Motor_Current_A": 1.8569162087912086, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.887868131868132, - "Pneumatic_Panel_Pressure_bar": 8.930837362637362, - "Cyclone_Filter_Drop_Pressure_bar": 8.030134065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.0053846153846147694, - "Reservoir_Pressure_bar": 8.93093076923077, - "Oil_Temperature_C": 62.79851648351649, - "Motor_Current_A": 1.6100192307692305, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5844043835616439, - "Pneumatic_Panel_Pressure_bar": 8.991409315068493, - "Cyclone_Filter_Drop_Pressure_bar": 8.384638356164384, - "Tower_Discharge_Pressure_Drop_bar": -0.020410958904108854, - "Reservoir_Pressure_bar": 8.991678356164384, - "Oil_Temperature_C": 63.47816438356164, - "Motor_Current_A": 1.6864280821917808, - "Air_Intake_Valve_Status": 0.9342465753424658, - "Compressor_Outlet_Valve_Status": 0.06575342465753424, - "Active_Tower_ID": 0.9671232876712329, - "Load_Start_Signal": 0.9342465753424658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9003076923076925, - "Pneumatic_Panel_Pressure_bar": 9.022246153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.088267032967032, - "Tower_Discharge_Pressure_Drop_bar": -0.02020329670329609, - "Reservoir_Pressure_bar": 9.02197032967033, - "Oil_Temperature_C": 63.627019230769235, - "Motor_Current_A": 1.8898695054945052, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.791534519572954, - "Pneumatic_Panel_Pressure_bar": 8.981581494661922, - "Cyclone_Filter_Drop_Pressure_bar": 8.191315302491102, - "Tower_Discharge_Pressure_Drop_bar": -0.007373665480426603, - "Reservoir_Pressure_bar": 8.980983629893238, - "Oil_Temperature_C": 63.379555160142345, - "Motor_Current_A": 1.6547775800711741, - "Air_Intake_Valve_Status": 0.9145907473309609, - "Compressor_Outlet_Valve_Status": 0.08540925266903915, - "Active_Tower_ID": 0.9572953736654805, - "Load_Start_Signal": 0.9145907473309609, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.99644128113879, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0120000000000004, - "Pneumatic_Panel_Pressure_bar": 8.437926073926073, - "Cyclone_Filter_Drop_Pressure_bar": 8.427306443556443, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.439306443556443, - "Oil_Temperature_C": 60.14639423076923, - "Motor_Current_A": 0.4175399600399606, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011333333333332932, - "Pneumatic_Panel_Pressure_bar": 9.328462204462204, - "Cyclone_Filter_Drop_Pressure_bar": 9.314689893439892, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 9.326023226773227, - "Oil_Temperature_C": 64.43918269230771, - "Motor_Current_A": 3.198128538128539, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.917309589041096, - "Pneumatic_Panel_Pressure_bar": 9.042240547945205, - "Cyclone_Filter_Drop_Pressure_bar": 8.064536438356164, - "Tower_Discharge_Pressure_Drop_bar": 0.00036164383561687987, - "Reservoir_Pressure_bar": 9.042442739726027, - "Oil_Temperature_C": 63.60145890410959, - "Motor_Current_A": 2.0263794520547944, - "Air_Intake_Valve_Status": 0.8931506849315068, - "Compressor_Outlet_Valve_Status": 0.10684931506849316, - "Active_Tower_ID": 0.9534246575342465, - "Load_Start_Signal": 0.8931506849315068, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9779945054945057, - "Pneumatic_Panel_Pressure_bar": 9.049253296703297, - "Cyclone_Filter_Drop_Pressure_bar": 8.055186813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.014032417582417333, - "Reservoir_Pressure_bar": 9.051824175824176, - "Oil_Temperature_C": 65.43460851648352, - "Motor_Current_A": 1.9508866758241754, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0058351648351656, - "Pneumatic_Panel_Pressure_bar": 9.063824175824175, - "Cyclone_Filter_Drop_Pressure_bar": 8.021505494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.009796703296701787, - "Reservoir_Pressure_bar": 9.06537912087912, - "Oil_Temperature_C": 66.48112637362638, - "Motor_Current_A": 2.002480769230769, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0263131868131878, - "Pneumatic_Panel_Pressure_bar": 9.068624175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.007417582417581, - "Tower_Discharge_Pressure_Drop_bar": -0.005912087912086469, - "Reservoir_Pressure_bar": 9.070862637362637, - "Oil_Temperature_C": 67.01947802197802, - "Motor_Current_A": 2.0040961538461537, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.004780219780221, - "Pneumatic_Panel_Pressure_bar": 9.05983956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.041872527472528, - "Tower_Discharge_Pressure_Drop_bar": -0.0025824175824159896, - "Reservoir_Pressure_bar": 9.060823076923077, - "Oil_Temperature_C": 66.77376373626375, - "Motor_Current_A": 1.9497005494505495, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.030131868131869, - "Pneumatic_Panel_Pressure_bar": 9.073148351648353, - "Cyclone_Filter_Drop_Pressure_bar": 8.002076923076922, - "Tower_Discharge_Pressure_Drop_bar": -0.01630219780219642, - "Reservoir_Pressure_bar": 9.074060439560439, - "Oil_Temperature_C": 66.55679945054945, - "Motor_Current_A": 1.9773626373626374, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0308174603174614, - "Pneumatic_Panel_Pressure_bar": 9.063368131868131, - "Cyclone_Filter_Drop_Pressure_bar": 8.018410866910866, - "Tower_Discharge_Pressure_Drop_bar": -0.006686813186812428, - "Reservoir_Pressure_bar": 9.064302197802197, - "Oil_Temperature_C": 66.2339590964591, - "Motor_Current_A": 1.9887164224664222, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9901373626373633, - "Pneumatic_Panel_Pressure_bar": 9.037726373626374, - "Cyclone_Filter_Drop_Pressure_bar": 7.997176923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.017653846153846322, - "Reservoir_Pressure_bar": 9.038608791208791, - "Oil_Temperature_C": 65.67262362637362, - "Motor_Current_A": 1.9156126373626374, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9873901098901106, - "Pneumatic_Panel_Pressure_bar": 9.043692307692307, - "Cyclone_Filter_Drop_Pressure_bar": 8.050147252747253, - "Tower_Discharge_Pressure_Drop_bar": -0.01793406593406623, - "Reservoir_Pressure_bar": 9.043771428571429, - "Oil_Temperature_C": 65.37089285714286, - "Motor_Current_A": 1.9103832417582418, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9768516483516488, - "Pneumatic_Panel_Pressure_bar": 9.051016483516484, - "Cyclone_Filter_Drop_Pressure_bar": 8.044989010989012, - "Tower_Discharge_Pressure_Drop_bar": -0.006754578754578543, - "Reservoir_Pressure_bar": 9.050648351648352, - "Oil_Temperature_C": 65.0595467032967, - "Motor_Current_A": 2.0169986263736264, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8894904109589042, - "Pneumatic_Panel_Pressure_bar": 8.984147397260275, - "Cyclone_Filter_Drop_Pressure_bar": 8.076432328767124, - "Tower_Discharge_Pressure_Drop_bar": -0.02159452054794384, - "Reservoir_Pressure_bar": 8.983128219178083, - "Oil_Temperature_C": 64.27100684931507, - "Motor_Current_A": 2.0433157534246575, - "Air_Intake_Valve_Status": 0.9041095890410958, - "Compressor_Outlet_Valve_Status": 0.0958904109589041, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9041095890410958, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8426648351648353, - "Pneumatic_Panel_Pressure_bar": 8.929115384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.051472527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.013423076923075416, - "Reservoir_Pressure_bar": 8.92864835164835, - "Oil_Temperature_C": 63.941696428571426, - "Motor_Current_A": 1.889003434065934, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1183626373626376, - "Pneumatic_Panel_Pressure_bar": 8.890328571428572, - "Cyclone_Filter_Drop_Pressure_bar": 7.738370329670329, - "Tower_Discharge_Pressure_Drop_bar": -0.019571428571427112, - "Reservoir_Pressure_bar": 8.890196703296702, - "Oil_Temperature_C": 63.91082417582418, - "Motor_Current_A": 2.0845535714285717, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9457373626373629, - "Pneumatic_Panel_Pressure_bar": 9.009838461538461, - "Cyclone_Filter_Drop_Pressure_bar": 8.047664835164834, - "Tower_Discharge_Pressure_Drop_bar": -0.02193956043955894, - "Reservoir_Pressure_bar": 9.009917582417582, - "Oil_Temperature_C": 64.80664835164835, - "Motor_Current_A": 2.239228021978022, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-08T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8691318681318684, - "Pneumatic_Panel_Pressure_bar": 8.92105934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.999278021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.02123076923076796, - "Reservoir_Pressure_bar": 8.921728571428572, - "Oil_Temperature_C": 64.50817307692307, - "Motor_Current_A": 2.0294217032967032, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8305731800766285, - "Pneumatic_Panel_Pressure_bar": 8.931642911877395, - "Cyclone_Filter_Drop_Pressure_bar": 8.075734865900383, - "Tower_Discharge_Pressure_Drop_bar": -0.020864367816090953, - "Reservoir_Pressure_bar": 8.932147126436782, - "Oil_Temperature_C": 63.79616858237548, - "Motor_Current_A": 1.790105363984674, - "Air_Intake_Valve_Status": 0.9042145593869731, - "Compressor_Outlet_Valve_Status": 0.09578544061302682, - "Active_Tower_ID": 0.9501915708812261, - "Load_Start_Signal": 0.9042145593869731, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.010888124276077283, - "Pneumatic_Panel_Pressure_bar": 9.611584519997276, - "Cyclone_Filter_Drop_Pressure_bar": 9.59696913538189, - "Tower_Discharge_Pressure_Drop_bar": -0.02058043196838509, - "Reservoir_Pressure_bar": 9.60901812359474, - "Oil_Temperature_C": 66.12004667166315, - "Motor_Current_A": 3.7078256796348024, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.010421052631577636, - "Pneumatic_Panel_Pressure_bar": 9.443726315789474, - "Cyclone_Filter_Drop_Pressure_bar": 9.430768421052631, - "Tower_Discharge_Pressure_Drop_bar": -0.020631578947367574, - "Reservoir_Pressure_bar": 9.441705263157894, - "Oil_Temperature_C": 63.977105263157895, - "Motor_Current_A": 3.0890394736842106, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6670712562931742, - "Pneumatic_Panel_Pressure_bar": 8.827666747323368, - "Cyclone_Filter_Drop_Pressure_bar": 7.164607891347618, - "Tower_Discharge_Pressure_Drop_bar": -0.0013481481481469248, - "Reservoir_Pressure_bar": 8.82590670361264, - "Oil_Temperature_C": 56.983474092286876, - "Motor_Current_A": 2.4082426791034095, - "Air_Intake_Valve_Status": 0.7955482704341152, - "Compressor_Outlet_Valve_Status": 0.20445172956588484, - "Active_Tower_ID": 0.8888888888888888, - "Load_Start_Signal": 0.7955482704341152, - "Low_Pressure_Switch_Status": 0.07111839623255148, - "Tower_Discharge_Switch_Status": 0.9851851851851852, - "Low_Oil_Level_Alarm": 0.6711183962325514, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9157087912087917, - "Pneumatic_Panel_Pressure_bar": 9.086472527472528, - "Cyclone_Filter_Drop_Pressure_bar": 8.181126373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.004351648351646949, - "Reservoir_Pressure_bar": 9.085494505494506, - "Oil_Temperature_C": 62.08070054945055, - "Motor_Current_A": 1.923028846153846, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5434390109890115, - "Pneumatic_Panel_Pressure_bar": 9.018935714285714, - "Cyclone_Filter_Drop_Pressure_bar": 7.439474175824176, - "Tower_Discharge_Pressure_Drop_bar": 0.0024560439560451716, - "Reservoir_Pressure_bar": 9.018347802197802, - "Oil_Temperature_C": 64.12069368131868, - "Motor_Current_A": 2.330905906593406, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.052337362637363, - "Pneumatic_Panel_Pressure_bar": 9.126387912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.081804395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.006570329670328332, - "Reservoir_Pressure_bar": 9.126624175824176, - "Oil_Temperature_C": 65.03539835164835, - "Motor_Current_A": 2.3458516483516485, - "Air_Intake_Valve_Status": 0.8879120879120879, - "Compressor_Outlet_Valve_Status": 0.11208791208791208, - "Active_Tower_ID": 0.9456043956043956, - "Load_Start_Signal": 0.8879120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0675016483516486, - "Pneumatic_Panel_Pressure_bar": 8.933763186813186, - "Cyclone_Filter_Drop_Pressure_bar": 7.858378571428571, - "Tower_Discharge_Pressure_Drop_bar": -0.010917582417581582, - "Reservoir_Pressure_bar": 8.933856593406594, - "Oil_Temperature_C": 63.96171016483517, - "Motor_Current_A": 1.779421703296703, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0062500000000003, - "Pneumatic_Panel_Pressure_bar": 9.155634615384615, - "Cyclone_Filter_Drop_Pressure_bar": 8.126417582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.00892857142857084, - "Reservoir_Pressure_bar": 9.155978021978022, - "Oil_Temperature_C": 65.98828983516484, - "Motor_Current_A": 2.2801820054945052, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.053494505494506, - "Pneumatic_Panel_Pressure_bar": 8.982790109890109, - "Cyclone_Filter_Drop_Pressure_bar": 7.903817582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.01986813186813141, - "Reservoir_Pressure_bar": 8.983465934065935, - "Oil_Temperature_C": 65.23612637362638, - "Motor_Current_A": 2.010336538461538, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.196609340659341, - "Pneumatic_Panel_Pressure_bar": 8.982106593406593, - "Cyclone_Filter_Drop_Pressure_bar": 7.772403846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.015208791208790961, - "Reservoir_Pressure_bar": 8.982865384615385, - "Oil_Temperature_C": 65.13896291208792, - "Motor_Current_A": 2.079065934065934, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.319148351648352, - "Pneumatic_Panel_Pressure_bar": 9.108945054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.767428571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.018554945054945204, - "Reservoir_Pressure_bar": 9.110247252747254, - "Oil_Temperature_C": 66.09663461538462, - "Motor_Current_A": 2.251346153846154, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7237087912087917, - "Pneumatic_Panel_Pressure_bar": 9.088481868131867, - "Cyclone_Filter_Drop_Pressure_bar": 8.342712637362638, - "Tower_Discharge_Pressure_Drop_bar": -0.018631868131868307, - "Reservoir_Pressure_bar": 9.090134065934066, - "Oil_Temperature_C": 65.50019917582416, - "Motor_Current_A": 1.691477335164835, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.370728571428572, - "Pneumatic_Panel_Pressure_bar": 9.000742857142857, - "Cyclone_Filter_Drop_Pressure_bar": 7.574195604395604, - "Tower_Discharge_Pressure_Drop_bar": -0.005668131868132022, - "Reservoir_Pressure_bar": 9.00162967032967, - "Oil_Temperature_C": 66.20041208791208, - "Motor_Current_A": 2.1979945054945054, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9669868131868138, - "Pneumatic_Panel_Pressure_bar": 9.115446153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.131387912087913, - "Tower_Discharge_Pressure_Drop_bar": -0.018087912087912276, - "Reservoir_Pressure_bar": 9.11554175824176, - "Oil_Temperature_C": 66.39927197802197, - "Motor_Current_A": 1.9199945054945053, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3567525114155259, - "Pneumatic_Panel_Pressure_bar": 9.128141248097412, - "Cyclone_Filter_Drop_Pressure_bar": 7.715730898021309, - "Tower_Discharge_Pressure_Drop_bar": -0.01607062404870647, - "Reservoir_Pressure_bar": 9.128102891933029, - "Oil_Temperature_C": 66.98050989345509, - "Motor_Current_A": 2.6172899543378993, - "Air_Intake_Valve_Status": 0.8496194824961948, - "Compressor_Outlet_Valve_Status": 0.15038051750380516, - "Active_Tower_ID": 0.9181126331811262, - "Load_Start_Signal": 0.8496194824961948, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.424285714285715, - "Pneumatic_Panel_Pressure_bar": 9.073039560439561, - "Cyclone_Filter_Drop_Pressure_bar": 7.626189010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.011291208791208741, - "Reservoir_Pressure_bar": 9.07315, - "Oil_Temperature_C": 66.37320054945056, - "Motor_Current_A": 2.23885989010989, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0105463980463987, - "Pneumatic_Panel_Pressure_bar": 9.126347985347985, - "Cyclone_Filter_Drop_Pressure_bar": 8.112661172161172, - "Tower_Discharge_Pressure_Drop_bar": -0.01322954822954782, - "Reservoir_Pressure_bar": 9.126490842490842, - "Oil_Temperature_C": 66.41993284493284, - "Motor_Current_A": 2.372785409035409, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9866208791208796, - "Pneumatic_Panel_Pressure_bar": 9.021159340659342, - "Cyclone_Filter_Drop_Pressure_bar": 8.011156593406595, - "Tower_Discharge_Pressure_Drop_bar": 0.0021071428571433157, - "Reservoir_Pressure_bar": 9.020931318681319, - "Oil_Temperature_C": 63.83650412087912, - "Motor_Current_A": 1.759711538461538, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6210032967032968, - "Pneumatic_Panel_Pressure_bar": 9.023845054945054, - "Cyclone_Filter_Drop_Pressure_bar": 8.361279120879122, - "Tower_Discharge_Pressure_Drop_bar": -0.020321978021977327, - "Reservoir_Pressure_bar": 9.023301098901099, - "Oil_Temperature_C": 63.144271978021976, - "Motor_Current_A": 1.5360920329670327, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9252054794520549, - "Pneumatic_Panel_Pressure_bar": 9.029514520547945, - "Cyclone_Filter_Drop_Pressure_bar": 8.075984657534246, - "Tower_Discharge_Pressure_Drop_bar": -0.020624657534245732, - "Reservoir_Pressure_bar": 9.029102465753425, - "Oil_Temperature_C": 63.27641095890411, - "Motor_Current_A": 1.963568493150685, - "Air_Intake_Valve_Status": 0.8958904109589041, - "Compressor_Outlet_Valve_Status": 0.10410958904109589, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8958904109589041, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6606049450549452, - "Pneumatic_Panel_Pressure_bar": 8.903215384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.221731318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.02124725274725157, - "Reservoir_Pressure_bar": 8.903562087912087, - "Oil_Temperature_C": 62.32449175824176, - "Motor_Current_A": 1.3542445054945054, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8522494505494507, - "Pneumatic_Panel_Pressure_bar": 9.061484065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.199492307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.010762087912086604, - "Reservoir_Pressure_bar": 9.061403846153846, - "Oil_Temperature_C": 63.346785714285716, - "Motor_Current_A": 1.9171909340659339, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-09T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8885219780219781, - "Pneumatic_Panel_Pressure_bar": 8.98298901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.069851648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.006846153846152664, - "Reservoir_Pressure_bar": 8.98318956043956, - "Oil_Temperature_C": 62.847081043956045, - "Motor_Current_A": 1.8744711538461538, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6565989010989012, - "Pneumatic_Panel_Pressure_bar": 8.90479010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.224602197802199, - "Tower_Discharge_Pressure_Drop_bar": -0.021164835164834025, - "Reservoir_Pressure_bar": 8.905438461538461, - "Oil_Temperature_C": 62.376826923076926, - "Motor_Current_A": 1.4495714285714285, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8305186813186813, - "Pneumatic_Panel_Pressure_bar": 9.043333516483516, - "Cyclone_Filter_Drop_Pressure_bar": 8.199642307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.02112032967032838, - "Reservoir_Pressure_bar": 9.043393956043955, - "Oil_Temperature_C": 63.276435439560444, - "Motor_Current_A": 1.9025755494505492, - "Air_Intake_Valve_Status": 0.9093406593406593, - "Compressor_Outlet_Valve_Status": 0.09065934065934066, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9093406593406593, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8742527472527473, - "Pneumatic_Panel_Pressure_bar": 8.980807692307692, - "Cyclone_Filter_Drop_Pressure_bar": 8.08693956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.006763736263735174, - "Reservoir_Pressure_bar": 8.98101098901099, - "Oil_Temperature_C": 62.98440934065934, - "Motor_Current_A": 1.9341071428571428, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8754285714285718, - "Pneumatic_Panel_Pressure_bar": 8.965300000000001, - "Cyclone_Filter_Drop_Pressure_bar": 8.04286043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.02119780219780103, - "Reservoir_Pressure_bar": 8.965521428571428, - "Oil_Temperature_C": 63.191902472527474, - "Motor_Current_A": 1.8471840659340657, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0199313186813193, - "Pneumatic_Panel_Pressure_bar": 8.969241758241758, - "Cyclone_Filter_Drop_Pressure_bar": 7.9320604395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.017376373626372697, - "Reservoir_Pressure_bar": 8.969667582417582, - "Oil_Temperature_C": 64.76411401098902, - "Motor_Current_A": 2.070030906593406, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6187390109890114, - "Pneumatic_Panel_Pressure_bar": 8.997807692307694, - "Cyclone_Filter_Drop_Pressure_bar": 7.382521978021978, - "Tower_Discharge_Pressure_Drop_bar": 0.01158516483516549, - "Reservoir_Pressure_bar": 8.997758241758243, - "Oil_Temperature_C": 66.5181662087912, - "Motor_Current_A": 2.59521978021978, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1458681318681325, - "Pneumatic_Panel_Pressure_bar": 8.955936263736263, - "Cyclone_Filter_Drop_Pressure_bar": 7.785441758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.008578571428570936, - "Reservoir_Pressure_bar": 8.956371978021979, - "Oil_Temperature_C": 66.38802197802198, - "Motor_Current_A": 2.2069278846153844, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3713084931506854, - "Pneumatic_Panel_Pressure_bar": 9.060324383561644, - "Cyclone_Filter_Drop_Pressure_bar": 7.674932602739726, - "Tower_Discharge_Pressure_Drop_bar": -0.020027397260273354, - "Reservoir_Pressure_bar": 9.060614794520548, - "Oil_Temperature_C": 66.34638356164383, - "Motor_Current_A": 2.455795890410959, - "Air_Intake_Valve_Status": 0.8493150684931506, - "Compressor_Outlet_Valve_Status": 0.1506849315068493, - "Active_Tower_ID": 0.9287671232876712, - "Load_Start_Signal": 0.8493150684931506, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0432417582417588, - "Pneumatic_Panel_Pressure_bar": 9.092533516483517, - "Cyclone_Filter_Drop_Pressure_bar": 8.001753846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.02002197802197751, - "Reservoir_Pressure_bar": 9.092567582417582, - "Oil_Temperature_C": 65.85798763736264, - "Motor_Current_A": 2.1624903846153845, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0816357142857147, - "Pneumatic_Panel_Pressure_bar": 9.04170054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.947803296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.012296703296702943, - "Reservoir_Pressure_bar": 9.041704395604397, - "Oil_Temperature_C": 64.8231043956044, - "Motor_Current_A": 2.0170013736263734, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6457417582417588, - "Pneumatic_Panel_Pressure_bar": 9.057447802197803, - "Cyclone_Filter_Drop_Pressure_bar": 7.377983516483517, - "Tower_Discharge_Pressure_Drop_bar": 0.03892857142857169, - "Reservoir_Pressure_bar": 9.057054945054945, - "Oil_Temperature_C": 65.9803228021978, - "Motor_Current_A": 2.4239182692307693, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7231010989010994, - "Pneumatic_Panel_Pressure_bar": 9.054391208791209, - "Cyclone_Filter_Drop_Pressure_bar": 8.29491868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.002732967032966853, - "Reservoir_Pressure_bar": 9.054916483516482, - "Oil_Temperature_C": 65.22862637362638, - "Motor_Current_A": 1.7398461538461538, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4018467032967037, - "Pneumatic_Panel_Pressure_bar": 9.057057142857142, - "Cyclone_Filter_Drop_Pressure_bar": 7.648382967032966, - "Tower_Discharge_Pressure_Drop_bar": -0.008650000000000168, - "Reservoir_Pressure_bar": 9.056835164835165, - "Oil_Temperature_C": 66.48035027472527, - "Motor_Current_A": 2.5764539835164837, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0486208791208795, - "Pneumatic_Panel_Pressure_bar": 8.98994993894994, - "Cyclone_Filter_Drop_Pressure_bar": 7.900653846153847, - "Tower_Discharge_Pressure_Drop_bar": -0.00813125763125778, - "Reservoir_Pressure_bar": 8.990049450549451, - "Oil_Temperature_C": 66.11013431013431, - "Motor_Current_A": 2.072457264957265, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0692857142857146, - "Pneumatic_Panel_Pressure_bar": 9.138758241758241, - "Cyclone_Filter_Drop_Pressure_bar": 8.031192307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.018516483516483707, - "Reservoir_Pressure_bar": 9.138967032967033, - "Oil_Temperature_C": 66.4896978021978, - "Motor_Current_A": 2.008495879120879, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7471593406593413, - "Pneumatic_Panel_Pressure_bar": 9.026585164835165, - "Cyclone_Filter_Drop_Pressure_bar": 7.207753846153847, - "Tower_Discharge_Pressure_Drop_bar": -0.017934065934066153, - "Reservoir_Pressure_bar": 9.026847252747253, - "Oil_Temperature_C": 67.09421703296704, - "Motor_Current_A": 2.5620054945054944, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1327582417582425, - "Pneumatic_Panel_Pressure_bar": 9.032777472527473, - "Cyclone_Filter_Drop_Pressure_bar": 7.849870879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.018255494505494532, - "Reservoir_Pressure_bar": 9.033195054945056, - "Oil_Temperature_C": 67.61432005494505, - "Motor_Current_A": 2.3330906593406593, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3813703296703304, - "Pneumatic_Panel_Pressure_bar": 9.130760439560438, - "Cyclone_Filter_Drop_Pressure_bar": 7.761341758241758, - "Tower_Discharge_Pressure_Drop_bar": 0.013098901098900818, - "Reservoir_Pressure_bar": 9.130614285714286, - "Oil_Temperature_C": 66.92559065934066, - "Motor_Current_A": 2.434489010989011, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6766208791208795, - "Pneumatic_Panel_Pressure_bar": 9.021665384615384, - "Cyclone_Filter_Drop_Pressure_bar": 8.303068131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.01879670329670337, - "Reservoir_Pressure_bar": 9.021454395604396, - "Oil_Temperature_C": 64.62432692307692, - "Motor_Current_A": 1.4952946428571425, - "Air_Intake_Valve_Status": 0.9230769230769231, - "Compressor_Outlet_Valve_Status": 0.07692307692307693, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9230769230769231, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0372241758241763, - "Pneumatic_Panel_Pressure_bar": 9.076134065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.008645054945054, - "Tower_Discharge_Pressure_Drop_bar": -0.01865934065934084, - "Reservoir_Pressure_bar": 9.075831868131868, - "Oil_Temperature_C": 63.84037087912088, - "Motor_Current_A": 1.9933035714285712, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6077961432506889, - "Pneumatic_Panel_Pressure_bar": 8.956826446280992, - "Cyclone_Filter_Drop_Pressure_bar": 8.318936639118457, - "Tower_Discharge_Pressure_Drop_bar": -0.019652892561983153, - "Reservoir_Pressure_bar": 8.956595041322315, - "Oil_Temperature_C": 62.33340220385676, - "Motor_Current_A": 1.2967561983471072, - "Air_Intake_Valve_Status": 0.931129476584022, - "Compressor_Outlet_Valve_Status": 0.06887052341597796, - "Active_Tower_ID": 0.9669421487603306, - "Load_Start_Signal": 0.931129476584022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9385879120879121, - "Pneumatic_Panel_Pressure_bar": 9.088247252747252, - "Cyclone_Filter_Drop_Pressure_bar": 8.098120879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.01508791208791171, - "Reservoir_Pressure_bar": 9.088021978021978, - "Oil_Temperature_C": 63.111607142857146, - "Motor_Current_A": 1.9509752747252747, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9247417582417582, - "Pneumatic_Panel_Pressure_bar": 8.955715384615385, - "Cyclone_Filter_Drop_Pressure_bar": 7.99414945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.019923076923076447, - "Reservoir_Pressure_bar": 8.955336813186813, - "Oil_Temperature_C": 61.941407967032966, - "Motor_Current_A": 1.587822802197802, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-10T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5823368131868133, - "Pneumatic_Panel_Pressure_bar": 9.000893956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.388306043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.02109340659340551, - "Reservoir_Pressure_bar": 8.999718131868132, - "Oil_Temperature_C": 62.926435439560436, - "Motor_Current_A": 1.6631895604395603, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.876728021978022, - "Pneumatic_Panel_Pressure_bar": 9.00428021978022, - "Cyclone_Filter_Drop_Pressure_bar": 8.094945054945056, - "Tower_Discharge_Pressure_Drop_bar": -0.020596153846153018, - "Reservoir_Pressure_bar": 9.00340934065934, - "Oil_Temperature_C": 63.06651785714286, - "Motor_Current_A": 1.9495947802197804, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8762197802197804, - "Pneumatic_Panel_Pressure_bar": 8.953373626373626, - "Cyclone_Filter_Drop_Pressure_bar": 8.043788461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.020681318681317697, - "Reservoir_Pressure_bar": 8.952296703296703, - "Oil_Temperature_C": 62.84879807692308, - "Motor_Current_A": 1.7147733516483517, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8596778115501521, - "Pneumatic_Panel_Pressure_bar": 9.005333738601824, - "Cyclone_Filter_Drop_Pressure_bar": 8.090877811550152, - "Tower_Discharge_Pressure_Drop_bar": -0.020423708206685775, - "Reservoir_Pressure_bar": 9.004843161094225, - "Oil_Temperature_C": 63.32915653495441, - "Motor_Current_A": 1.9018085106382976, - "Air_Intake_Valve_Status": 0.8996960486322189, - "Compressor_Outlet_Valve_Status": 0.10030395136778116, - "Active_Tower_ID": 0.9483282674772037, - "Load_Start_Signal": 0.8996960486322189, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.02735562310030395, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9828369963369967, - "Pneumatic_Panel_Pressure_bar": 8.984943223443222, - "Cyclone_Filter_Drop_Pressure_bar": 7.970692307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.021461538461537158, - "Reservoir_Pressure_bar": 8.984498778998779, - "Oil_Temperature_C": 64.14124694749695, - "Motor_Current_A": 2.038133394383394, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0121489010989015, - "Pneumatic_Panel_Pressure_bar": 8.986446153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.950611538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.012554395604394494, - "Reservoir_Pressure_bar": 8.986336813186814, - "Oil_Temperature_C": 65.75646978021977, - "Motor_Current_A": 2.3540418956043956, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0787912087912093, - "Pneumatic_Panel_Pressure_bar": 8.841274725274726, - "Cyclone_Filter_Drop_Pressure_bar": 7.698653846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.021170329670328517, - "Reservoir_Pressure_bar": 8.841796703296703, - "Oil_Temperature_C": 65.28331043956044, - "Motor_Current_A": 2.046888736263736, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.6318681318681318, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4036972527472533, - "Pneumatic_Panel_Pressure_bar": 9.04831043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.655862637362637, - "Tower_Discharge_Pressure_Drop_bar": 0.014456043956044506, - "Reservoir_Pressure_bar": 9.048502747252748, - "Oil_Temperature_C": 67.05682005494505, - "Motor_Current_A": 2.6305728021978023, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4771565934065938, - "Pneumatic_Panel_Pressure_bar": 9.065824175824176, - "Cyclone_Filter_Drop_Pressure_bar": 7.581607142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.016170329670329244, - "Reservoir_Pressure_bar": 9.065491758241759, - "Oil_Temperature_C": 66.93427197802198, - "Motor_Current_A": 2.57520260989011, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9952291208791213, - "Pneumatic_Panel_Pressure_bar": 8.964465934065935, - "Cyclone_Filter_Drop_Pressure_bar": 7.923804945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.019617032967032676, - "Reservoir_Pressure_bar": 8.964936813186814, - "Oil_Temperature_C": 64.50210164835164, - "Motor_Current_A": 1.7698674450549448, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6240384615384619, - "Pneumatic_Panel_Pressure_bar": 9.071466483516485, - "Cyclone_Filter_Drop_Pressure_bar": 8.406631868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.018923076923076973, - "Reservoir_Pressure_bar": 9.07272967032967, - "Oil_Temperature_C": 64.00273351648352, - "Motor_Current_A": 1.608542582417582, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9846054945054957, - "Pneumatic_Panel_Pressure_bar": 8.980694505494505, - "Cyclone_Filter_Drop_Pressure_bar": 8.001568131868131, - "Tower_Discharge_Pressure_Drop_bar": -0.0005714285714287879, - "Reservoir_Pressure_bar": 8.98028131868132, - "Oil_Temperature_C": 63.354945054945055, - "Motor_Current_A": 1.5918612637362635, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.673207909604521, - "Pneumatic_Panel_Pressure_bar": 9.184214689265536, - "Cyclone_Filter_Drop_Pressure_bar": 8.496702824858758, - "Tower_Discharge_Pressure_Drop_bar": -0.018767231638418157, - "Reservoir_Pressure_bar": 9.183413559322034, - "Oil_Temperature_C": 64.5757627118644, - "Motor_Current_A": 2.07085593220339, - "Air_Intake_Valve_Status": 0.9265536723163842, - "Compressor_Outlet_Valve_Status": 0.07344632768361582, - "Active_Tower_ID": 0.9661016949152542, - "Load_Start_Signal": 0.9265536723163842, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.6836158192090396, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1088021978021985, - "Pneumatic_Panel_Pressure_bar": 9.097312087912089, - "Cyclone_Filter_Drop_Pressure_bar": 7.936724725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.018675824175824318, - "Reservoir_Pressure_bar": 9.098757142857142, - "Oil_Temperature_C": 64.76813186813186, - "Motor_Current_A": 2.0416689560439556, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0.008241758241758242, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0720991735537193, - "Pneumatic_Panel_Pressure_bar": 9.058853994490358, - "Cyclone_Filter_Drop_Pressure_bar": 7.955906336088154, - "Tower_Discharge_Pressure_Drop_bar": -0.011057851239669618, - "Reservoir_Pressure_bar": 9.060110192837467, - "Oil_Temperature_C": 65.87217630853993, - "Motor_Current_A": 1.9877134986225895, - "Air_Intake_Valve_Status": 0.8815426997245179, - "Compressor_Outlet_Valve_Status": 0.1184573002754821, - "Active_Tower_ID": 0.9421487603305785, - "Load_Start_Signal": 0.8815426997245179, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.202839560439561, - "Pneumatic_Panel_Pressure_bar": 9.080452747252748, - "Cyclone_Filter_Drop_Pressure_bar": 7.8554087912087915, - "Tower_Discharge_Pressure_Drop_bar": -0.017489010989011195, - "Reservoir_Pressure_bar": 9.080768131868133, - "Oil_Temperature_C": 66.37546703296704, - "Motor_Current_A": 2.0913324175824175, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0742857142857147, - "Pneumatic_Panel_Pressure_bar": 9.053642857142856, - "Cyclone_Filter_Drop_Pressure_bar": 7.964450549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.015414285714285814, - "Reservoir_Pressure_bar": 9.054243956043956, - "Oil_Temperature_C": 66.29497252747252, - "Motor_Current_A": 1.9965906593406595, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4274120879120884, - "Pneumatic_Panel_Pressure_bar": 9.149009157509157, - "Cyclone_Filter_Drop_Pressure_bar": 7.694388278388279, - "Tower_Discharge_Pressure_Drop_bar": -0.003461538461538647, - "Reservoir_Pressure_bar": 9.148571428571428, - "Oil_Temperature_C": 66.91167582417582, - "Motor_Current_A": 2.523598901098901, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1727313186813193, - "Pneumatic_Panel_Pressure_bar": 9.109362087912087, - "Cyclone_Filter_Drop_Pressure_bar": 7.936092857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.018565934065934278, - "Reservoir_Pressure_bar": 9.109136263736264, - "Oil_Temperature_C": 66.58180631868132, - "Motor_Current_A": 2.1865178571428574, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0549175824175832, - "Pneumatic_Panel_Pressure_bar": 9.008032967032968, - "Cyclone_Filter_Drop_Pressure_bar": 7.93354945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.0018956043956046074, - "Reservoir_Pressure_bar": 9.007467032967032, - "Oil_Temperature_C": 65.68111263736263, - "Motor_Current_A": 1.9905837912087911, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4421445783132538, - "Pneumatic_Panel_Pressure_bar": 9.381667469879519, - "Cyclone_Filter_Drop_Pressure_bar": 7.9391566265060245, - "Tower_Discharge_Pressure_Drop_bar": 0.0024626506024096125, - "Reservoir_Pressure_bar": 9.381397590361445, - "Oil_Temperature_C": 67.75548192771085, - "Motor_Current_A": 2.8269939759036147, - "Air_Intake_Valve_Status": 0.8433734939759037, - "Compressor_Outlet_Valve_Status": 0.1566265060240964, - "Active_Tower_ID": 0.9156626506024096, - "Load_Start_Signal": 0.8433734939759037, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6671582922614103, - "Pneumatic_Panel_Pressure_bar": 8.05816693336747, - "Cyclone_Filter_Drop_Pressure_bar": 7.470407348140562, - "Tower_Discharge_Pressure_Drop_bar": -0.01964296229917399, - "Reservoir_Pressure_bar": 8.054738782564169, - "Oil_Temperature_C": 58.809638033668314, - "Motor_Current_A": 0.9261683095436211, - "Air_Intake_Valve_Status": 0.8214811495871471, - "Compressor_Outlet_Valve_Status": 0.17851885041285284, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.8214811495871471, - "Low_Pressure_Switch_Status": 0.17851885041285284, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.17851885041285284, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-11T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-11T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-11T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0056956688191936, - "Pneumatic_Panel_Pressure_bar": 8.230937705535743, - "Cyclone_Filter_Drop_Pressure_bar": 6.352550530845307, - "Tower_Discharge_Pressure_Drop_bar": -0.0076242791530139135, - "Reservoir_Pressure_bar": 8.230579476235851, - "Oil_Temperature_C": 55.36143158148142, - "Motor_Current_A": 2.6765285931441993, - "Air_Intake_Valve_Status": 0.6989320293374911, - "Compressor_Outlet_Valve_Status": 0.30106797066250895, - "Active_Tower_ID": 0.8490566037735849, - "Load_Start_Signal": 0.6989320293374911, - "Low_Pressure_Switch_Status": 0.20672834802099954, - "Tower_Discharge_Switch_Status": 0.9937106918238994, - "Low_Oil_Level_Alarm": 0.9991811782096788, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9285763736263737, - "Pneumatic_Panel_Pressure_bar": 9.0922010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.130338461538463, - "Tower_Discharge_Pressure_Drop_bar": -0.020412087912087186, - "Reservoir_Pressure_bar": 9.093207142857143, - "Oil_Temperature_C": 62.15460164835165, - "Motor_Current_A": 1.937499313186813, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.9917582417582418, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9887692307692308, - "Pneumatic_Panel_Pressure_bar": 9.022335164835166, - "Cyclone_Filter_Drop_Pressure_bar": 8.02371978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.01975274725274683, - "Reservoir_Pressure_bar": 9.024005494505493, - "Oil_Temperature_C": 63.2426510989011, - "Motor_Current_A": 1.733853021978022, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6519737484737488, - "Pneumatic_Panel_Pressure_bar": 9.032314407814408, - "Cyclone_Filter_Drop_Pressure_bar": 8.365648351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.012917582417582259, - "Reservoir_Pressure_bar": 9.034274725274726, - "Oil_Temperature_C": 63.87168803418803, - "Motor_Current_A": 1.5422397741147738, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9700439560439563, - "Pneumatic_Panel_Pressure_bar": 9.099220879120878, - "Cyclone_Filter_Drop_Pressure_bar": 8.085451648351649, - "Tower_Discharge_Pressure_Drop_bar": -0.018972527472527412, - "Reservoir_Pressure_bar": 9.100995604395605, - "Oil_Temperature_C": 64.58927197802197, - "Motor_Current_A": 1.9626442307692304, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.139406593406594, - "Pneumatic_Panel_Pressure_bar": 9.112105494505494, - "Cyclone_Filter_Drop_Pressure_bar": 7.935094505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.019302197802197593, - "Reservoir_Pressure_bar": 9.111676923076923, - "Oil_Temperature_C": 65.29429945054945, - "Motor_Current_A": 2.0480975274725273, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2899681318681324, - "Pneumatic_Panel_Pressure_bar": 8.932423076923078, - "Cyclone_Filter_Drop_Pressure_bar": 7.601526373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.020081318681318117, - "Reservoir_Pressure_bar": 8.931861538461538, - "Oil_Temperature_C": 65.18747252747254, - "Motor_Current_A": 2.1689271978021973, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2541978021978026, - "Pneumatic_Panel_Pressure_bar": 9.006148351648351, - "Cyclone_Filter_Drop_Pressure_bar": 7.70515934065934, - "Tower_Discharge_Pressure_Drop_bar": -0.017538461538460958, - "Reservoir_Pressure_bar": 9.005956043956044, - "Oil_Temperature_C": 66.51462912087912, - "Motor_Current_A": 2.4069917582417584, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1077197802197807, - "Pneumatic_Panel_Pressure_bar": 9.133642857142858, - "Cyclone_Filter_Drop_Pressure_bar": 7.989483516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.01962087912087851, - "Reservoir_Pressure_bar": 9.133467582417582, - "Oil_Temperature_C": 66.43065247252747, - "Motor_Current_A": 2.2041744505494503, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1951263736263742, - "Pneumatic_Panel_Pressure_bar": 8.999476923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.71505054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.019527472527472237, - "Reservoir_Pressure_bar": 8.999548351648352, - "Oil_Temperature_C": 65.52626373626374, - "Motor_Current_A": 2.105315934065934, - "Air_Intake_Valve_Status": 0.8626373626373627, - "Compressor_Outlet_Valve_Status": 0.13736263736263737, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8626373626373627, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0033549450549457, - "Pneumatic_Panel_Pressure_bar": 9.058205494505494, - "Cyclone_Filter_Drop_Pressure_bar": 8.041840659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.01894505494505488, - "Reservoir_Pressure_bar": 9.058787912087912, - "Oil_Temperature_C": 65.65519230769232, - "Motor_Current_A": 1.9486291208791207, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.121122527472528, - "Pneumatic_Panel_Pressure_bar": 9.005456593406594, - "Cyclone_Filter_Drop_Pressure_bar": 7.832875824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.019366483516483367, - "Reservoir_Pressure_bar": 9.005713186813187, - "Oil_Temperature_C": 65.3545467032967, - "Motor_Current_A": 2.025254120879121, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4968717808219185, - "Pneumatic_Panel_Pressure_bar": 9.19679287671233, - "Cyclone_Filter_Drop_Pressure_bar": 7.657153972602739, - "Tower_Discharge_Pressure_Drop_bar": -0.018367671232876873, - "Reservoir_Pressure_bar": 9.197872328767122, - "Oil_Temperature_C": 67.17674657534246, - "Motor_Current_A": 2.5845479452054794, - "Air_Intake_Valve_Status": 0.8356164383561644, - "Compressor_Outlet_Valve_Status": 0.1643835616438356, - "Active_Tower_ID": 0.9178082191780822, - "Load_Start_Signal": 0.8356164383561644, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9992532967032973, - "Pneumatic_Panel_Pressure_bar": 8.973754945054946, - "Cyclone_Filter_Drop_Pressure_bar": 7.943304395604395, - "Tower_Discharge_Pressure_Drop_bar": -0.01752142857142847, - "Reservoir_Pressure_bar": 8.975402747252748, - "Oil_Temperature_C": 66.76427197802198, - "Motor_Current_A": 2.054289835164835, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.379752747252748, - "Pneumatic_Panel_Pressure_bar": 9.075588461538462, - "Cyclone_Filter_Drop_Pressure_bar": 7.683691208791209, - "Tower_Discharge_Pressure_Drop_bar": -0.0015164835164827191, - "Reservoir_Pressure_bar": 9.076845054945055, - "Oil_Temperature_C": 68.10727335164836, - "Motor_Current_A": 2.615982142857143, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4755851648351657, - "Pneumatic_Panel_Pressure_bar": 9.026997252747254, - "Cyclone_Filter_Drop_Pressure_bar": 7.503005494505494, - "Tower_Discharge_Pressure_Drop_bar": -0.016384615384614425, - "Reservoir_Pressure_bar": 9.028052197802197, - "Oil_Temperature_C": 67.52936126373626, - "Motor_Current_A": 2.277764423076923, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.155602564102565, - "Pneumatic_Panel_Pressure_bar": 9.109007326007326, - "Cyclone_Filter_Drop_Pressure_bar": 7.927095238095238, - "Tower_Discharge_Pressure_Drop_bar": -0.01595543345543282, - "Reservoir_Pressure_bar": 9.109321733821734, - "Oil_Temperature_C": 68.03836996336996, - "Motor_Current_A": 2.4615025946275946, - "Air_Intake_Valve_Status": 0.873015873015873, - "Compressor_Outlet_Valve_Status": 0.12698412698412698, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.873015873015873, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3768876712328777, - "Pneumatic_Panel_Pressure_bar": 9.003495342465753, - "Cyclone_Filter_Drop_Pressure_bar": 7.59040493150685, - "Tower_Discharge_Pressure_Drop_bar": -0.005364931506849242, - "Reservoir_Pressure_bar": 9.003922739726027, - "Oil_Temperature_C": 68.30110958904109, - "Motor_Current_A": 2.6043904109589042, - "Air_Intake_Valve_Status": 0.8465753424657534, - "Compressor_Outlet_Valve_Status": 0.15342465753424658, - "Active_Tower_ID": 0.9287671232876712, - "Load_Start_Signal": 0.8465753424657534, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5788131868131874, - "Pneumatic_Panel_Pressure_bar": 9.114530769230768, - "Cyclone_Filter_Drop_Pressure_bar": 7.515613186813186, - "Tower_Discharge_Pressure_Drop_bar": 0.02162087912087902, - "Reservoir_Pressure_bar": 9.11467912087912, - "Oil_Temperature_C": 67.84368131868132, - "Motor_Current_A": 2.5380906593406594, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6450901098901106, - "Pneumatic_Panel_Pressure_bar": 8.9828010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.296123076923076, - "Tower_Discharge_Pressure_Drop_bar": -0.01839340659340683, - "Reservoir_Pressure_bar": 8.982597802197802, - "Oil_Temperature_C": 64.39424450549451, - "Motor_Current_A": 1.5198956043956042, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9761098901098905, - "Pneumatic_Panel_Pressure_bar": 9.098288461538461, - "Cyclone_Filter_Drop_Pressure_bar": 8.07807967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.01910714285714279, - "Reservoir_Pressure_bar": 9.097983516483517, - "Oil_Temperature_C": 64.07393543956043, - "Motor_Current_A": 1.9774862637362636, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9527142857142861, - "Pneumatic_Panel_Pressure_bar": 9.003314285714286, - "Cyclone_Filter_Drop_Pressure_bar": 7.991885714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.019807692307691915, - "Reservoir_Pressure_bar": 9.002492307692307, - "Oil_Temperature_C": 62.977939560439566, - "Motor_Current_A": 1.8342032967032966, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8888956043956046, - "Pneumatic_Panel_Pressure_bar": 8.925421978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.013823626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.02037362637362567, - "Reservoir_Pressure_bar": 8.924988461538462, - "Oil_Temperature_C": 62.659986263736265, - "Motor_Current_A": 1.645959478021978, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5971483516483517, - "Pneumatic_Panel_Pressure_bar": 8.936626373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.307489010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.007109890109888966, - "Reservoir_Pressure_bar": 8.936302197802197, - "Oil_Temperature_C": 62.93324175824176, - "Motor_Current_A": 1.655831043956044, - "Air_Intake_Valve_Status": 0.9313186813186813, - "Compressor_Outlet_Valve_Status": 0.06868131868131869, - "Active_Tower_ID": 0.9697802197802198, - "Load_Start_Signal": 0.9313186813186813, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-12T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8625192307692308, - "Pneumatic_Panel_Pressure_bar": 9.002107142857142, - "Cyclone_Filter_Drop_Pressure_bar": 8.137836263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.016724725274724087, - "Reservoir_Pressure_bar": 9.00154010989011, - "Oil_Temperature_C": 63.13875, - "Motor_Current_A": 1.8744560439560436, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8892087912087913, - "Pneumatic_Panel_Pressure_bar": 8.981632967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.070213186813188, - "Tower_Discharge_Pressure_Drop_bar": -0.02162637362637223, - "Reservoir_Pressure_bar": 8.981389010989012, - "Oil_Temperature_C": 62.93835164835165, - "Motor_Current_A": 1.8978118131868131, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8373186813186815, - "Pneumatic_Panel_Pressure_bar": 8.953641758241758, - "Cyclone_Filter_Drop_Pressure_bar": 8.097735164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.010882417582416228, - "Reservoir_Pressure_bar": 8.953345054945055, - "Oil_Temperature_C": 62.94837912087912, - "Motor_Current_A": 1.903024725274725, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9560439560439561, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8481318681318682, - "Pneumatic_Panel_Pressure_bar": 8.950806043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.068892307692307, - "Tower_Discharge_Pressure_Drop_bar": -0.019071428571427115, - "Reservoir_Pressure_bar": 8.95082087912088, - "Oil_Temperature_C": 62.99244505494506, - "Motor_Current_A": 1.9365590659340657, - "Air_Intake_Valve_Status": 0.9038461538461539, - "Compressor_Outlet_Valve_Status": 0.09615384615384616, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9038461538461539, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9752944785276074, - "Pneumatic_Panel_Pressure_bar": 8.920385821404226, - "Cyclone_Filter_Drop_Pressure_bar": 7.910060668029994, - "Tower_Discharge_Pressure_Drop_bar": -0.021859577368778353, - "Reservoir_Pressure_bar": 8.920257668711656, - "Oil_Temperature_C": 63.00584526244036, - "Motor_Current_A": 1.9003604294478524, - "Air_Intake_Valve_Status": 0.8895705521472392, - "Compressor_Outlet_Valve_Status": 0.11042944785276074, - "Active_Tower_ID": 0.9447852760736196, - "Load_Start_Signal": 0.8895705521472392, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8517252747252753, - "Pneumatic_Panel_Pressure_bar": 8.900967412383013, - "Cyclone_Filter_Drop_Pressure_bar": 8.00128614991147, - "Tower_Discharge_Pressure_Drop_bar": -0.022642857142856354, - "Reservoir_Pressure_bar": 8.901209170624773, - "Oil_Temperature_C": 64.17342419409235, - "Motor_Current_A": 2.2382678255248587, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.99997189511256, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1706868131868136, - "Pneumatic_Panel_Pressure_bar": 8.868474725274725, - "Cyclone_Filter_Drop_Pressure_bar": 7.648304395604396, - "Tower_Discharge_Pressure_Drop_bar": -0.013670329670328357, - "Reservoir_Pressure_bar": 8.868848351648351, - "Oil_Temperature_C": 65.72645604395605, - "Motor_Current_A": 2.530315934065934, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2879780219780224, - "Pneumatic_Panel_Pressure_bar": 9.004837362637362, - "Cyclone_Filter_Drop_Pressure_bar": 7.6487439560439565, - "Tower_Discharge_Pressure_Drop_bar": -0.021565934065932737, - "Reservoir_Pressure_bar": 9.005172527472528, - "Oil_Temperature_C": 66.11344780219781, - "Motor_Current_A": 2.597756868131868, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.5412087912087912, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4069285714285715, - "Pneumatic_Panel_Pressure_bar": 8.942989010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.525214285714285, - "Tower_Discharge_Pressure_Drop_bar": -0.007401098901098299, - "Reservoir_Pressure_bar": 8.943714285714286, - "Oil_Temperature_C": 65.73138736263736, - "Motor_Current_A": 2.2921703296703293, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.172703296703297, - "Pneumatic_Panel_Pressure_bar": 9.071983516483517, - "Cyclone_Filter_Drop_Pressure_bar": 7.8705450549450555, - "Tower_Discharge_Pressure_Drop_bar": -0.018796703296703333, - "Reservoir_Pressure_bar": 9.073434065934066, - "Oil_Temperature_C": 67.2632554945055, - "Motor_Current_A": 2.4222087912087913, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.408604395604396, - "Pneumatic_Panel_Pressure_bar": 9.034512087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.572804945054946, - "Tower_Discharge_Pressure_Drop_bar": -0.013390109890109627, - "Reservoir_Pressure_bar": 9.035760989010988, - "Oil_Temperature_C": 66.76052884615385, - "Motor_Current_A": 2.2967740384615385, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.034562637362638, - "Pneumatic_Panel_Pressure_bar": 9.114593406593407, - "Cyclone_Filter_Drop_Pressure_bar": 8.049983516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.003560439560438996, - "Reservoir_Pressure_bar": 9.11554945054945, - "Oil_Temperature_C": 67.22423076923077, - "Motor_Current_A": 2.2138104395604397, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0818384615384622, - "Pneumatic_Panel_Pressure_bar": 9.126861538461538, - "Cyclone_Filter_Drop_Pressure_bar": 7.981853846153847, - "Tower_Discharge_Pressure_Drop_bar": -0.01428901098901004, - "Reservoir_Pressure_bar": 9.128031868131869, - "Oil_Temperature_C": 67.2950412087912, - "Motor_Current_A": 2.184304945054945, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4601813186813193, - "Pneumatic_Panel_Pressure_bar": 9.022584615384616, - "Cyclone_Filter_Drop_Pressure_bar": 7.496424175824177, - "Tower_Discharge_Pressure_Drop_bar": -0.004824175824174927, - "Reservoir_Pressure_bar": 9.02392967032967, - "Oil_Temperature_C": 67.19869505494506, - "Motor_Current_A": 2.2763131868131867, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0299835164835172, - "Pneumatic_Panel_Pressure_bar": 9.053445054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.984532967032966, - "Tower_Discharge_Pressure_Drop_bar": -0.006351648351647497, - "Reservoir_Pressure_bar": 9.054846153846153, - "Oil_Temperature_C": 67.84375, - "Motor_Current_A": 2.380851648351648, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.440751648351649, - "Pneumatic_Panel_Pressure_bar": 9.028067032967032, - "Cyclone_Filter_Drop_Pressure_bar": 7.577457142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.017395604395604, - "Reservoir_Pressure_bar": 9.029458241758242, - "Oil_Temperature_C": 67.86134615384616, - "Motor_Current_A": 2.388695054945055, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1606923076923086, - "Pneumatic_Panel_Pressure_bar": 9.005485714285713, - "Cyclone_Filter_Drop_Pressure_bar": 7.812593406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.01643406593406613, - "Reservoir_Pressure_bar": 9.006576923076922, - "Oil_Temperature_C": 67.69983516483516, - "Motor_Current_A": 2.3126703296703295, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.465041758241759, - "Pneumatic_Panel_Pressure_bar": 9.16026043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.682035164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.004013186813187103, - "Reservoir_Pressure_bar": 9.161079120879121, - "Oil_Temperature_C": 68.14614010989011, - "Motor_Current_A": 2.6600480769230765, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.483208791208792, - "Pneumatic_Panel_Pressure_bar": 9.03183956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.504761538461539, - "Tower_Discharge_Pressure_Drop_bar": 0.00024065934065911097, - "Reservoir_Pressure_bar": 9.03198131868132, - "Oil_Temperature_C": 67.26131868131868, - "Motor_Current_A": 2.482885989010989, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0026098901098905, - "Pneumatic_Panel_Pressure_bar": 9.025120879120879, - "Cyclone_Filter_Drop_Pressure_bar": 7.98473076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.01878571428571422, - "Reservoir_Pressure_bar": 9.025494505494507, - "Oil_Temperature_C": 65.24828296703296, - "Motor_Current_A": 1.8845054945054942, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0633527472527478, - "Pneumatic_Panel_Pressure_bar": 9.051686813186812, - "Cyclone_Filter_Drop_Pressure_bar": 7.964592307692308, - "Tower_Discharge_Pressure_Drop_bar": -0.019275824175823963, - "Reservoir_Pressure_bar": 9.052263736263736, - "Oil_Temperature_C": 65.56707417582417, - "Motor_Current_A": 2.2346002747252744, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9958021978021985, - "Pneumatic_Panel_Pressure_bar": 8.983582417582417, - "Cyclone_Filter_Drop_Pressure_bar": 7.947158791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.013984065934066054, - "Reservoir_Pressure_bar": 8.98513186813187, - "Oil_Temperature_C": 66.38016483516483, - "Motor_Current_A": 2.08254739010989, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1750804407713504, - "Pneumatic_Panel_Pressure_bar": 9.07075482093664, - "Cyclone_Filter_Drop_Pressure_bar": 7.826012672176309, - "Tower_Discharge_Pressure_Drop_bar": 0.0036457300275482512, - "Reservoir_Pressure_bar": 9.071290909090909, - "Oil_Temperature_C": 65.72557162534436, - "Motor_Current_A": 2.084376033057851, - "Air_Intake_Valve_Status": 0.8650137741046832, - "Compressor_Outlet_Valve_Status": 0.1349862258953168, - "Active_Tower_ID": 0.931129476584022, - "Load_Start_Signal": 0.8650137741046832, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972451790633609, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9751615384615386, - "Pneumatic_Panel_Pressure_bar": 9.050192307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.072634065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.020194505494504886, - "Reservoir_Pressure_bar": 9.050307692307692, - "Oil_Temperature_C": 64.51593406593406, - "Motor_Current_A": 1.9308818681318682, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-13T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9764373626373627, - "Pneumatic_Panel_Pressure_bar": 9.029067032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.000982417582417, - "Tower_Discharge_Pressure_Drop_bar": -0.020543956043955244, - "Reservoir_Pressure_bar": 9.0291, - "Oil_Temperature_C": 64.06754120879121, - "Motor_Current_A": 1.9603571428571427, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8896137362637363, - "Pneumatic_Panel_Pressure_bar": 8.91863956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.009353846153845, - "Tower_Discharge_Pressure_Drop_bar": -0.021745604395602944, - "Reservoir_Pressure_bar": 8.918621428571429, - "Oil_Temperature_C": 63.93681318681319, - "Motor_Current_A": 1.9215315934065933, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1786373626373627, - "Pneumatic_Panel_Pressure_bar": 8.950645054945054, - "Cyclone_Filter_Drop_Pressure_bar": 7.746057142857143, - "Tower_Discharge_Pressure_Drop_bar": -0.01717032967032816, - "Reservoir_Pressure_bar": 8.950294505494506, - "Oil_Temperature_C": 63.87670329670329, - "Motor_Current_A": 2.153379120879121, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.850651506849315, - "Pneumatic_Panel_Pressure_bar": 8.98071506849315, - "Cyclone_Filter_Drop_Pressure_bar": 8.083538082191781, - "Tower_Discharge_Pressure_Drop_bar": -0.012997260273971167, - "Reservoir_Pressure_bar": 8.980501369863013, - "Oil_Temperature_C": 64.29845205479452, - "Motor_Current_A": 2.181591780821918, - "Air_Intake_Valve_Status": 0.9013698630136986, - "Compressor_Outlet_Valve_Status": 0.09863013698630137, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.9013698630136986, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8838791208791211, - "Pneumatic_Panel_Pressure_bar": 8.961835714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.028473076923078, - "Tower_Discharge_Pressure_Drop_bar": -0.007203296703295388, - "Reservoir_Pressure_bar": 8.961615934065934, - "Oil_Temperature_C": 64.29706043956044, - "Motor_Current_A": 2.1312548076923075, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1850109890109892, - "Pneumatic_Panel_Pressure_bar": 8.8793, - "Cyclone_Filter_Drop_Pressure_bar": 7.665644505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.011615384615383369, - "Reservoir_Pressure_bar": 8.879431868131867, - "Oil_Temperature_C": 64.27037774725275, - "Motor_Current_A": 2.1485782967032967, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8935747252747257, - "Pneumatic_Panel_Pressure_bar": 9.017924175824175, - "Cyclone_Filter_Drop_Pressure_bar": 8.123574725274725, - "Tower_Discharge_Pressure_Drop_bar": -0.008516483516482126, - "Reservoir_Pressure_bar": 9.017726373626374, - "Oil_Temperature_C": 65.05318681318681, - "Motor_Current_A": 2.263239010989011, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8655846153846156, - "Pneumatic_Panel_Pressure_bar": 8.896967582417583, - "Cyclone_Filter_Drop_Pressure_bar": 7.969626923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.0124818681318667, - "Reservoir_Pressure_bar": 8.897374175824176, - "Oil_Temperature_C": 64.32906593406594, - "Motor_Current_A": 1.9053365384615382, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2299890410958907, - "Pneumatic_Panel_Pressure_bar": 8.960546301369863, - "Cyclone_Filter_Drop_Pressure_bar": 7.717960547945206, - "Tower_Discharge_Pressure_Drop_bar": -0.015978082191779652, - "Reservoir_Pressure_bar": 8.9614498630137, - "Oil_Temperature_C": 65.42080136986301, - "Motor_Current_A": 2.3483753424657534, - "Air_Intake_Valve_Status": 0.863013698630137, - "Compressor_Outlet_Valve_Status": 0.136986301369863, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.863013698630137, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0138016483516485, - "Pneumatic_Panel_Pressure_bar": 9.020203296703297, - "Cyclone_Filter_Drop_Pressure_bar": 7.95879065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.01982417582417529, - "Reservoir_Pressure_bar": 9.021038461538462, - "Oil_Temperature_C": 65.0584478021978, - "Motor_Current_A": 1.9122589285714284, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.946331318681319, - "Pneumatic_Panel_Pressure_bar": 9.019562087912089, - "Cyclone_Filter_Drop_Pressure_bar": 8.057456043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.006413736263736272, - "Reservoir_Pressure_bar": 9.020523626373627, - "Oil_Temperature_C": 65.0673489010989, - "Motor_Current_A": 1.7781476648351646, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9201713483146072, - "Pneumatic_Panel_Pressure_bar": 8.993112359550562, - "Cyclone_Filter_Drop_Pressure_bar": 7.9903174157303365, - "Tower_Discharge_Pressure_Drop_bar": -0.010699438202247353, - "Reservoir_Pressure_bar": 8.994463483146067, - "Oil_Temperature_C": 65.90003511235955, - "Motor_Current_A": 1.8986692415730337, - "Air_Intake_Valve_Status": 0.8904494382022472, - "Compressor_Outlet_Valve_Status": 0.10955056179775281, - "Active_Tower_ID": 0.9438202247191011, - "Load_Start_Signal": 0.8904494382022472, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9971910112359551, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4351588397790058, - "Pneumatic_Panel_Pressure_bar": 9.215831294396212, - "Cyclone_Filter_Drop_Pressure_bar": 7.733855071033938, - "Tower_Discharge_Pressure_Drop_bar": -0.01198342541436384, - "Reservoir_Pressure_bar": 9.216750986582479, - "Oil_Temperature_C": 67.39845229873718, - "Motor_Current_A": 2.463302584846093, - "Air_Intake_Valve_Status": 0.8453038674033149, - "Compressor_Outlet_Valve_Status": 0.15469613259668508, - "Active_Tower_ID": 0.919889502762431, - "Load_Start_Signal": 0.8453038674033149, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.9993587213891082, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0139835164835171, - "Pneumatic_Panel_Pressure_bar": 9.10601098901099, - "Cyclone_Filter_Drop_Pressure_bar": 8.085849450549452, - "Tower_Discharge_Pressure_Drop_bar": -0.01490879120879098, - "Reservoir_Pressure_bar": 9.107395604395604, - "Oil_Temperature_C": 66.81145604395604, - "Motor_Current_A": 2.1524766483516484, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.260989010989011, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9957473972602747, - "Pneumatic_Panel_Pressure_bar": 8.970309589041095, - "Cyclone_Filter_Drop_Pressure_bar": 7.92938301369863, - "Tower_Discharge_Pressure_Drop_bar": -0.017688219178082273, - "Reservoir_Pressure_bar": 8.971893698630137, - "Oil_Temperature_C": 66.36573287671233, - "Motor_Current_A": 1.94707602739726, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0531879120879128, - "Pneumatic_Panel_Pressure_bar": 9.018228571428573, - "Cyclone_Filter_Drop_Pressure_bar": 7.9463373626373635, - "Tower_Discharge_Pressure_Drop_bar": -0.007824175824175978, - "Reservoir_Pressure_bar": 9.019563736263736, - "Oil_Temperature_C": 66.69528846153845, - "Motor_Current_A": 1.9821895604395605, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5388219780219787, - "Pneumatic_Panel_Pressure_bar": 9.095857142857142, - "Cyclone_Filter_Drop_Pressure_bar": 7.500358241758242, - "Tower_Discharge_Pressure_Drop_bar": 0.002413186813186645, - "Reservoir_Pressure_bar": 9.096506593406593, - "Oil_Temperature_C": 66.9410576923077, - "Motor_Current_A": 2.4230755494505494, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1165571428571435, - "Pneumatic_Panel_Pressure_bar": 9.164052747252747, - "Cyclone_Filter_Drop_Pressure_bar": 8.040325274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.0019780219780221016, - "Reservoir_Pressure_bar": 9.164415384615385, - "Oil_Temperature_C": 67.27708791208791, - "Motor_Current_A": 2.3257706043956046, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4174362637362645, - "Pneumatic_Panel_Pressure_bar": 9.14005054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.707942857142858, - "Tower_Discharge_Pressure_Drop_bar": -0.0018736263736264054, - "Reservoir_Pressure_bar": 9.139902197802197, - "Oil_Temperature_C": 66.76789835164836, - "Motor_Current_A": 2.44125, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.171599356913184, - "Pneumatic_Panel_Pressure_bar": 9.097906752411577, - "Cyclone_Filter_Drop_Pressure_bar": 7.872543408360128, - "Tower_Discharge_Pressure_Drop_bar": -0.019515755627009402, - "Reservoir_Pressure_bar": 9.097295819935692, - "Oil_Temperature_C": 66.93709003215434, - "Motor_Current_A": 2.541426045016077, - "Air_Intake_Valve_Status": 0.864951768488746, - "Compressor_Outlet_Valve_Status": 0.13504823151125403, - "Active_Tower_ID": 0.9421221864951769, - "Load_Start_Signal": 0.864951768488746, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.09272760556504721, - "Pneumatic_Panel_Pressure_bar": 8.955155967781304, - "Cyclone_Filter_Drop_Pressure_bar": 8.85532755674884, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.954764949963387, - "Oil_Temperature_C": 64.70927813033927, - "Motor_Current_A": 0.20444654625335562, - "Air_Intake_Valve_Status": 0.967415181840371, - "Compressor_Outlet_Valve_Status": 0.032584818159629, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.967415181840371, - "Low_Pressure_Switch_Status": 0.032584818159629, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.032584818159629, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-14T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-14T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-14T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-14T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.2057011138156586, - "Pneumatic_Panel_Pressure_bar": 8.291741016586315, - "Cyclone_Filter_Drop_Pressure_bar": 6.187225867887221, - "Tower_Discharge_Pressure_Drop_bar": -0.02194495412843888, - "Reservoir_Pressure_bar": 8.290259661914178, - "Oil_Temperature_C": 55.03256459470232, - "Motor_Current_A": 3.0835621303795797, - "Air_Intake_Valve_Status": 0.6747189149366397, - "Compressor_Outlet_Valve_Status": 0.3252810850633603, - "Active_Tower_ID": 0.8394495412844036, - "Load_Start_Signal": 0.6747189149366397, - "Low_Pressure_Switch_Status": 0.1922535621275805, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.9995930116688648, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7685753424657537, - "Pneumatic_Panel_Pressure_bar": 9.15418493150685, - "Cyclone_Filter_Drop_Pressure_bar": 8.370116438356165, - "Tower_Discharge_Pressure_Drop_bar": -0.021883561643834128, - "Reservoir_Pressure_bar": 9.153616438356165, - "Oil_Temperature_C": 61.627354452054796, - "Motor_Current_A": 1.7965282534246574, - "Air_Intake_Valve_Status": 0.9178082191780822, - "Compressor_Outlet_Valve_Status": 0.0821917808219178, - "Active_Tower_ID": 0.958904109589041, - "Load_Start_Signal": 0.9178082191780822, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9992065934065936, - "Pneumatic_Panel_Pressure_bar": 9.061750549450549, - "Cyclone_Filter_Drop_Pressure_bar": 7.97047912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.021624175824174353, - "Reservoir_Pressure_bar": 9.061253846153846, - "Oil_Temperature_C": 62.38524725274725, - "Motor_Current_A": 2.0600315934065936, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8653186813186815, - "Pneumatic_Panel_Pressure_bar": 9.103594505494506, - "Cyclone_Filter_Drop_Pressure_bar": 8.18161098901099, - "Tower_Discharge_Pressure_Drop_bar": 0.00937912087912232, - "Reservoir_Pressure_bar": 9.104061538461538, - "Oil_Temperature_C": 63.27642857142857, - "Motor_Current_A": 1.935565934065934, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.085985164835165, - "Pneumatic_Panel_Pressure_bar": 9.078518681318682, - "Cyclone_Filter_Drop_Pressure_bar": 7.898058791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.00457142857142714, - "Reservoir_Pressure_bar": 9.078947252747254, - "Oil_Temperature_C": 63.34240384615385, - "Motor_Current_A": 2.110384615384615, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8957027472527473, - "Pneumatic_Panel_Pressure_bar": 9.065213736263736, - "Cyclone_Filter_Drop_Pressure_bar": 8.126153296703297, - "Tower_Discharge_Pressure_Drop_bar": 0.0007192307692320696, - "Reservoir_Pressure_bar": 9.065608791208792, - "Oil_Temperature_C": 63.82065934065935, - "Motor_Current_A": 1.9971840659340656, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3960714285714289, - "Pneumatic_Panel_Pressure_bar": 9.1140989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.693395604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.01228021978021864, - "Reservoir_Pressure_bar": 9.113939560439562, - "Oil_Temperature_C": 65.66840659340659, - "Motor_Current_A": 2.509601648351648, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0069890109890114, - "Pneumatic_Panel_Pressure_bar": 9.081210439560438, - "Cyclone_Filter_Drop_Pressure_bar": 8.041220879120878, - "Tower_Discharge_Pressure_Drop_bar": -0.019763186813185608, - "Reservoir_Pressure_bar": 9.081512087912088, - "Oil_Temperature_C": 65.10237637362637, - "Motor_Current_A": 2.128198489010989, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.193355494505495, - "Pneumatic_Panel_Pressure_bar": 9.038523076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.84195, - "Tower_Discharge_Pressure_Drop_bar": -0.006251098901097981, - "Reservoir_Pressure_bar": 9.038636813186812, - "Oil_Temperature_C": 64.51119505494506, - "Motor_Current_A": 2.06845467032967, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0027307692307699, - "Pneumatic_Panel_Pressure_bar": 9.063964285714285, - "Cyclone_Filter_Drop_Pressure_bar": 8.021315934065933, - "Tower_Discharge_Pressure_Drop_bar": -0.020203296703296073, - "Reservoir_Pressure_bar": 9.064472527472526, - "Oil_Temperature_C": 64.8928228021978, - "Motor_Current_A": 1.9595467032967033, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.045574175824176, - "Pneumatic_Panel_Pressure_bar": 9.085266483516483, - "Cyclone_Filter_Drop_Pressure_bar": 8.02517032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.007439560439560277, - "Reservoir_Pressure_bar": 9.086021978021977, - "Oil_Temperature_C": 65.1865728021978, - "Motor_Current_A": 1.9775206043956044, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1167142857142862, - "Pneumatic_Panel_Pressure_bar": 9.04535934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.902117582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.018670329670329843, - "Reservoir_Pressure_bar": 9.04637967032967, - "Oil_Temperature_C": 65.46515109890109, - "Motor_Current_A": 2.0143063186813186, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0556389041095897, - "Pneumatic_Panel_Pressure_bar": 9.087308493150685, - "Cyclone_Filter_Drop_Pressure_bar": 8.012382465753426, - "Tower_Discharge_Pressure_Drop_bar": -0.010761095890411203, - "Reservoir_Pressure_bar": 9.08817479452055, - "Oil_Temperature_C": 65.83865068493151, - "Motor_Current_A": 1.9834931506849311, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1997807692307698, - "Pneumatic_Panel_Pressure_bar": 9.002331868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.778859340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.017884615384615478, - "Reservoir_Pressure_bar": 9.003606593406595, - "Oil_Temperature_C": 66.08833791208791, - "Motor_Current_A": 2.075474587912088, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9712637362637367, - "Pneumatic_Panel_Pressure_bar": 9.064226373626374, - "Cyclone_Filter_Drop_Pressure_bar": 8.07301043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.01734285714285729, - "Reservoir_Pressure_bar": 9.06499010989011, - "Oil_Temperature_C": 65.6006456043956, - "Motor_Current_A": 1.9228777472527472, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0408098901098906, - "Pneumatic_Panel_Pressure_bar": 9.038835164835165, - "Cyclone_Filter_Drop_Pressure_bar": 7.967024175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.010529670329670442, - "Reservoir_Pressure_bar": 9.040396703296704, - "Oil_Temperature_C": 65.63677197802198, - "Motor_Current_A": 1.9747458791208792, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9955692307692312, - "Pneumatic_Panel_Pressure_bar": 9.086079120879122, - "Cyclone_Filter_Drop_Pressure_bar": 8.046364835164836, - "Tower_Discharge_Pressure_Drop_bar": -0.017943406593406822, - "Reservoir_Pressure_bar": 9.086842857142857, - "Oil_Temperature_C": 65.89377060439561, - "Motor_Current_A": 1.961510989010989, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0599890109890115, - "Pneumatic_Panel_Pressure_bar": 9.032243956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.9686131868131875, - "Tower_Discharge_Pressure_Drop_bar": -0.010465934065934306, - "Reservoir_Pressure_bar": 9.032893406593406, - "Oil_Temperature_C": 66.02451923076923, - "Motor_Current_A": 1.9742499999999998, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4003571428571433, - "Pneumatic_Panel_Pressure_bar": 9.147923076923076, - "Cyclone_Filter_Drop_Pressure_bar": 7.706087912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.009796703296703364, - "Reservoir_Pressure_bar": 9.14804945054945, - "Oil_Temperature_C": 66.34278846153846, - "Motor_Current_A": 2.4015384615384616, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6586855614973268, - "Pneumatic_Panel_Pressure_bar": 9.11388449197861, - "Cyclone_Filter_Drop_Pressure_bar": 8.414857754010695, - "Tower_Discharge_Pressure_Drop_bar": -0.018963636363636398, - "Reservoir_Pressure_bar": 9.114130481283423, - "Oil_Temperature_C": 64.71894385026738, - "Motor_Current_A": 1.7888770053475935, - "Air_Intake_Valve_Status": 0.9251336898395722, - "Compressor_Outlet_Valve_Status": 0.0748663101604278, - "Active_Tower_ID": 0.9572192513368984, - "Load_Start_Signal": 0.9251336898395722, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.23784169723556295, - "Pneumatic_Panel_Pressure_bar": 8.574395265287599, - "Cyclone_Filter_Drop_Pressure_bar": 8.348847558900276, - "Tower_Discharge_Pressure_Drop_bar": -0.01813296524600136, - "Reservoir_Pressure_bar": 8.573730439057595, - "Oil_Temperature_C": 60.636617441288806, - "Motor_Current_A": 0.3679324395870358, - "Air_Intake_Valve_Status": 0.933517376999584, - "Compressor_Outlet_Valve_Status": 0.06648262300041599, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.933517376999584, - "Low_Pressure_Switch_Status": 0.06648262300041599, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-15T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-15T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-15T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-15T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-16T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-16T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 6.382557906326103, - "Pneumatic_Panel_Pressure_bar": 6.328172887356857, - "Cyclone_Filter_Drop_Pressure_bar": 0.20102630863537807, - "Tower_Discharge_Pressure_Drop_bar": -0.020825786187305455, - "Reservoir_Pressure_bar": 6.3257420696278714, - "Oil_Temperature_C": 49.80308144110615, - "Motor_Current_A": 5.389224900979608, - "Air_Intake_Valve_Status": 0.02106917049773846, - "Compressor_Outlet_Valve_Status": 0.9789308295022615, - "Active_Tower_ID": 0.5283018867924528, - "Load_Start_Signal": 0.02106917049773846, - "Low_Pressure_Switch_Status": 0.6581761125211295, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.636747252747253, - "Pneumatic_Panel_Pressure_bar": 9.087785714285715, - "Cyclone_Filter_Drop_Pressure_bar": 8.416038461538461, - "Tower_Discharge_Pressure_Drop_bar": -0.020060439560439028, - "Reservoir_Pressure_bar": 9.088956043956044, - "Oil_Temperature_C": 61.0893543956044, - "Motor_Current_A": 1.7173489010989007, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.005192307692308, - "Pneumatic_Panel_Pressure_bar": 9.083283516483517, - "Cyclone_Filter_Drop_Pressure_bar": 8.03917912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.019329670329669764, - "Reservoir_Pressure_bar": 9.084723076923076, - "Oil_Temperature_C": 63.50037087912089, - "Motor_Current_A": 1.9908090659340658, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1087637362637366, - "Pneumatic_Panel_Pressure_bar": 8.987817582417582, - "Cyclone_Filter_Drop_Pressure_bar": 7.869754945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.019892307692307234, - "Reservoir_Pressure_bar": 8.98849120879121, - "Oil_Temperature_C": 64.97412087912089, - "Motor_Current_A": 2.026105769230769, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3189098901098906, - "Pneumatic_Panel_Pressure_bar": 9.067024175824177, - "Cyclone_Filter_Drop_Pressure_bar": 7.708408791208791, - "Tower_Discharge_Pressure_Drop_bar": 0.0004978021978029383, - "Reservoir_Pressure_bar": 9.067046153846153, - "Oil_Temperature_C": 65.01888736263736, - "Motor_Current_A": 2.174633241758242, - "Air_Intake_Valve_Status": 0.8527472527472527, - "Compressor_Outlet_Valve_Status": 0.14725274725274726, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8527472527472527, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1771000000000005, - "Pneumatic_Panel_Pressure_bar": 9.188624175824176, - "Cyclone_Filter_Drop_Pressure_bar": 7.982176923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.020630769230768384, - "Reservoir_Pressure_bar": 9.18877032967033, - "Oil_Temperature_C": 65.6251923076923, - "Motor_Current_A": 2.385375, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9318681318681319, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9688942465753428, - "Pneumatic_Panel_Pressure_bar": 9.003682191780822, - "Cyclone_Filter_Drop_Pressure_bar": 7.994059726027397, - "Tower_Discharge_Pressure_Drop_bar": -0.016471232876711848, - "Reservoir_Pressure_bar": 9.00424109589041, - "Oil_Temperature_C": 64.94980821917808, - "Motor_Current_A": 2.0676383561643834, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0037093406593411, - "Pneumatic_Panel_Pressure_bar": 9.025479670329672, - "Cyclone_Filter_Drop_Pressure_bar": 7.980045054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.019505494505494277, - "Reservoir_Pressure_bar": 9.026364835164834, - "Oil_Temperature_C": 64.81703983516483, - "Motor_Current_A": 1.946991758241758, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9972543956043961, - "Pneumatic_Panel_Pressure_bar": 9.077444505494507, - "Cyclone_Filter_Drop_Pressure_bar": 8.037092857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.018759890109890223, - "Reservoir_Pressure_bar": 9.078895054945054, - "Oil_Temperature_C": 65.62953983516483, - "Motor_Current_A": 1.9650528846153845, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9878159340659345, - "Pneumatic_Panel_Pressure_bar": 9.086016483516483, - "Cyclone_Filter_Drop_Pressure_bar": 8.092222527472527, - "Tower_Discharge_Pressure_Drop_bar": -0.004184065934066119, - "Reservoir_Pressure_bar": 9.087994505494507, - "Oil_Temperature_C": 65.38571428571429, - "Motor_Current_A": 1.9320947802197803, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0465642857142865, - "Pneumatic_Panel_Pressure_bar": 8.99847142857143, - "Cyclone_Filter_Drop_Pressure_bar": 7.918713186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.017164835164835423, - "Reservoir_Pressure_bar": 9.000055494505494, - "Oil_Temperature_C": 65.95044642857144, - "Motor_Current_A": 1.9933152472527473, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0538904109589047, - "Pneumatic_Panel_Pressure_bar": 9.100299726027396, - "Cyclone_Filter_Drop_Pressure_bar": 8.038294794520548, - "Tower_Discharge_Pressure_Drop_bar": -0.01761643835616454, - "Reservoir_Pressure_bar": 9.101099726027398, - "Oil_Temperature_C": 66.00654109589041, - "Motor_Current_A": 1.9905684931506848, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9424657534246575, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3625175824175828, - "Pneumatic_Panel_Pressure_bar": 9.052305494505495, - "Cyclone_Filter_Drop_Pressure_bar": 7.685058241758242, - "Tower_Discharge_Pressure_Drop_bar": 0.002961538461538268, - "Reservoir_Pressure_bar": 9.053278021978022, - "Oil_Temperature_C": 66.94928571428572, - "Motor_Current_A": 2.4451634615384616, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.01745054945055, - "Pneumatic_Panel_Pressure_bar": 9.02095934065934, - "Cyclone_Filter_Drop_Pressure_bar": 7.976585714285715, - "Tower_Discharge_Pressure_Drop_bar": -0.018212637362637556, - "Reservoir_Pressure_bar": 9.021803846153846, - "Oil_Temperature_C": 66.29100961538462, - "Motor_Current_A": 2.122492445054945, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.083744505494506, - "Pneumatic_Panel_Pressure_bar": 9.0016510989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.8837225274725276, - "Tower_Discharge_Pressure_Drop_bar": -0.019032967032967037, - "Reservoir_Pressure_bar": 9.002098901098902, - "Oil_Temperature_C": 65.37396978021978, - "Motor_Current_A": 2.0085679945054946, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0563571428571434, - "Pneumatic_Panel_Pressure_bar": 9.080713186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.988301098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.019623076923076632, - "Reservoir_Pressure_bar": 9.080693406593408, - "Oil_Temperature_C": 65.75096153846154, - "Motor_Current_A": 1.9841524725274724, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0560730769230773, - "Pneumatic_Panel_Pressure_bar": 9.02501153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.962945604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.01569230769230718, - "Reservoir_Pressure_bar": 9.024017032967034, - "Oil_Temperature_C": 64.86309065934066, - "Motor_Current_A": 1.9915226648351647, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2276023054755048, - "Pneumatic_Panel_Pressure_bar": 9.11738097982709, - "Cyclone_Filter_Drop_Pressure_bar": 7.834614985590779, - "Tower_Discharge_Pressure_Drop_bar": -0.01992507204610879, - "Reservoir_Pressure_bar": 9.116625936599423, - "Oil_Temperature_C": 64.94871757925073, - "Motor_Current_A": 2.1745317002881843, - "Air_Intake_Valve_Status": 0.861671469740634, - "Compressor_Outlet_Valve_Status": 0.138328530259366, - "Active_Tower_ID": 0.9279538904899135, - "Load_Start_Signal": 0.861671469740634, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.01426607538802858, - "Pneumatic_Panel_Pressure_bar": 8.485450110864745, - "Cyclone_Filter_Drop_Pressure_bar": 8.454239467849224, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 8.485343680709533, - "Oil_Temperature_C": 60.40288248337029, - "Motor_Current_A": 0.08328159645232816, - "Air_Intake_Valve_Status": 0.991130820399113, - "Compressor_Outlet_Valve_Status": 0.008869179600886918, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.991130820399113, - "Low_Pressure_Switch_Status": 0.008869179600886918, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-16T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-16T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-16T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-16T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-17T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.566800487511197, - "Pneumatic_Panel_Pressure_bar": 7.665036166869797, - "Cyclone_Filter_Drop_Pressure_bar": 5.233630372534912, - "Tower_Discharge_Pressure_Drop_bar": -0.022039735099336343, - "Reservoir_Pressure_bar": 7.6640643162361775, - "Oil_Temperature_C": 51.958716098148344, - "Motor_Current_A": 3.3503737830575173, - "Air_Intake_Valve_Status": 0.5768490917901353, - "Compressor_Outlet_Valve_Status": 0.4231509082098648, - "Active_Tower_ID": 0.7880794701986755, - "Load_Start_Signal": 0.5768490917901353, - "Low_Pressure_Switch_Status": 0.3105681267529111, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2760164835164838, - "Pneumatic_Panel_Pressure_bar": 9.027906593406593, - "Cyclone_Filter_Drop_Pressure_bar": 7.6914450549450555, - "Tower_Discharge_Pressure_Drop_bar": -0.014390109890108447, - "Reservoir_Pressure_bar": 9.02751098901099, - "Oil_Temperature_C": 62.19711538461539, - "Motor_Current_A": 2.2207760989010987, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2205115384615386, - "Pneumatic_Panel_Pressure_bar": 9.09062967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.8475769230769234, - "Tower_Discharge_Pressure_Drop_bar": -0.0064670329670316285, - "Reservoir_Pressure_bar": 9.090217582417582, - "Oil_Temperature_C": 64.15943681318682, - "Motor_Current_A": 2.251945054945055, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0482472527472528, - "Pneumatic_Panel_Pressure_bar": 9.08045054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.010071428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.02078021978021884, - "Reservoir_Pressure_bar": 9.080131868131868, - "Oil_Temperature_C": 64.53317307692308, - "Motor_Current_A": 2.196668956043956, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0390769230769232, - "Pneumatic_Panel_Pressure_bar": 9.070806593406594, - "Cyclone_Filter_Drop_Pressure_bar": 8.0009, - "Tower_Discharge_Pressure_Drop_bar": -0.020340659340658644, - "Reservoir_Pressure_bar": 9.070137362637363, - "Oil_Temperature_C": 64.49656593406593, - "Motor_Current_A": 2.189916208791209, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1602989010989015, - "Pneumatic_Panel_Pressure_bar": 9.002969230769232, - "Cyclone_Filter_Drop_Pressure_bar": 7.818645054945056, - "Tower_Discharge_Pressure_Drop_bar": -0.01727472527472466, - "Reservoir_Pressure_bar": 9.003084615384616, - "Oil_Temperature_C": 65.19947802197802, - "Motor_Current_A": 2.144179945054945, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.482244505494506, - "Pneumatic_Panel_Pressure_bar": 9.108013736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.55846978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.013074175824175076, - "Reservoir_Pressure_bar": 9.107590659340659, - "Oil_Temperature_C": 66.30037774725275, - "Motor_Current_A": 2.5804601648351646, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0716416361416365, - "Pneumatic_Panel_Pressure_bar": 9.111338217338217, - "Cyclone_Filter_Drop_Pressure_bar": 8.018981074481074, - "Tower_Discharge_Pressure_Drop_bar": -0.019148351648351093, - "Reservoir_Pressure_bar": 9.111394383394384, - "Oil_Temperature_C": 65.37561813186812, - "Motor_Current_A": 2.15015873015873, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0473681318681323, - "Pneumatic_Panel_Pressure_bar": 9.025643956043957, - "Cyclone_Filter_Drop_Pressure_bar": 7.957887912087913, - "Tower_Discharge_Pressure_Drop_bar": -0.01287912087912049, - "Reservoir_Pressure_bar": 9.02654065934066, - "Oil_Temperature_C": 63.6331043956044, - "Motor_Current_A": 1.8546579670329668, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0214021917808225, - "Pneumatic_Panel_Pressure_bar": 9.068400547945204, - "Cyclone_Filter_Drop_Pressure_bar": 8.025852054794521, - "Tower_Discharge_Pressure_Drop_bar": -0.01302465753424614, - "Reservoir_Pressure_bar": 9.068888219178083, - "Oil_Temperature_C": 65.31209589041096, - "Motor_Current_A": 2.1178287671232874, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.087989560439561, - "Pneumatic_Panel_Pressure_bar": 9.072446703296704, - "Cyclone_Filter_Drop_Pressure_bar": 7.980123076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.014862637362637026, - "Reservoir_Pressure_bar": 9.073342307692307, - "Oil_Temperature_C": 65.29050824175823, - "Motor_Current_A": 2.0032561813186813, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3860681318681323, - "Pneumatic_Panel_Pressure_bar": 9.04075054945055, - "Cyclone_Filter_Drop_Pressure_bar": 7.621209890109891, - "Tower_Discharge_Pressure_Drop_bar": -0.019591208791208507, - "Reservoir_Pressure_bar": 9.040228571428571, - "Oil_Temperature_C": 66.1145054945055, - "Motor_Current_A": 2.5513461538461537, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0962120879120882, - "Pneumatic_Panel_Pressure_bar": 8.949394505494505, - "Cyclone_Filter_Drop_Pressure_bar": 7.824951648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.02004945054944993, - "Reservoir_Pressure_bar": 8.948823076923077, - "Oil_Temperature_C": 65.3561401098901, - "Motor_Current_A": 2.09423489010989, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0987296703296707, - "Pneumatic_Panel_Pressure_bar": 9.000984615384615, - "Cyclone_Filter_Drop_Pressure_bar": 7.884028571428571, - "Tower_Discharge_Pressure_Drop_bar": -0.005308791208790487, - "Reservoir_Pressure_bar": 9.000715384615384, - "Oil_Temperature_C": 64.6675, - "Motor_Current_A": 2.0334752747252747, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3790494505494508, - "Pneumatic_Panel_Pressure_bar": 9.107071428571428, - "Cyclone_Filter_Drop_Pressure_bar": 7.7150384615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.02013186813186754, - "Reservoir_Pressure_bar": 9.106626373626373, - "Oil_Temperature_C": 65.30947802197802, - "Motor_Current_A": 2.4111881868131864, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4075824175824179, - "Pneumatic_Panel_Pressure_bar": 9.103281318681319, - "Cyclone_Filter_Drop_Pressure_bar": 7.6671549450549445, - "Tower_Discharge_Pressure_Drop_bar": -0.01840659340659299, - "Reservoir_Pressure_bar": 9.103292307692307, - "Oil_Temperature_C": 66.58945741758242, - "Motor_Current_A": 2.7420171703296705, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0176450549450553, - "Pneumatic_Panel_Pressure_bar": 9.031996703296704, - "Cyclone_Filter_Drop_Pressure_bar": 7.965581318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.019478021978021766, - "Reservoir_Pressure_bar": 9.032586813186814, - "Oil_Temperature_C": 65.22829670329669, - "Motor_Current_A": 2.0727925824175824, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0976979472140767, - "Pneumatic_Panel_Pressure_bar": 9.004445747800586, - "Cyclone_Filter_Drop_Pressure_bar": 7.894038123167156, - "Tower_Discharge_Pressure_Drop_bar": -0.009008797653958399, - "Reservoir_Pressure_bar": 9.00433137829912, - "Oil_Temperature_C": 65.75777126099707, - "Motor_Current_A": 2.2313269794721404, - "Air_Intake_Valve_Status": 0.8797653958944281, - "Compressor_Outlet_Valve_Status": 0.12023460410557185, - "Active_Tower_ID": 0.9354838709677419, - "Load_Start_Signal": 0.8797653958944281, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9204939560439563, - "Pneumatic_Panel_Pressure_bar": 9.01080989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.05193021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.01558791208791115, - "Reservoir_Pressure_bar": 9.010134065934066, - "Oil_Temperature_C": 64.20622252747252, - "Motor_Current_A": 1.9256524725274726, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0331318681318684, - "Pneumatic_Panel_Pressure_bar": 8.932906043956043, - "Cyclone_Filter_Drop_Pressure_bar": 7.9021351648351645, - "Tower_Discharge_Pressure_Drop_bar": -0.021005494505493452, - "Reservoir_Pressure_bar": 8.93316978021978, - "Oil_Temperature_C": 63.87361263736263, - "Motor_Current_A": 1.9627815934065933, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.211804395604396, - "Pneumatic_Panel_Pressure_bar": 9.049773626373627, - "Cyclone_Filter_Drop_Pressure_bar": 7.763568131868132, - "Tower_Discharge_Pressure_Drop_bar": -0.0060109890109878794, - "Reservoir_Pressure_bar": 9.049968131868132, - "Oil_Temperature_C": 65.26179945054946, - "Motor_Current_A": 2.486993131868132, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9993846153846155, - "Pneumatic_Panel_Pressure_bar": 8.975674175824176, - "Cyclone_Filter_Drop_Pressure_bar": 7.957921428571428, - "Tower_Discharge_Pressure_Drop_bar": -0.021287362637361418, - "Reservoir_Pressure_bar": 8.975058791208792, - "Oil_Temperature_C": 63.52019230769231, - "Motor_Current_A": 1.7729910714285713, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7395329670329672, - "Pneumatic_Panel_Pressure_bar": 8.9637, - "Cyclone_Filter_Drop_Pressure_bar": 8.164992307692309, - "Tower_Discharge_Pressure_Drop_bar": -0.018912087912086723, - "Reservoir_Pressure_bar": 8.962826373626374, - "Oil_Temperature_C": 63.52269230769231, - "Motor_Current_A": 1.8150673076923076, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-17T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8066104651162792, - "Pneumatic_Panel_Pressure_bar": 9.025232558139534, - "Cyclone_Filter_Drop_Pressure_bar": 8.208209302325582, - "Tower_Discharge_Pressure_Drop_bar": -0.020569767441859427, - "Reservoir_Pressure_bar": 9.025343023255813, - "Oil_Temperature_C": 64.45857558139535, - "Motor_Current_A": 2.177892441860465, - "Air_Intake_Valve_Status": 0.9156976744186046, - "Compressor_Outlet_Valve_Status": 0.08430232558139535, - "Active_Tower_ID": 0.9476744186046512, - "Load_Start_Signal": 0.9156976744186046, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3529837398373987, - "Pneumatic_Panel_Pressure_bar": 9.234678861788616, - "Cyclone_Filter_Drop_Pressure_bar": 7.876134146341464, - "Tower_Discharge_Pressure_Drop_bar": -0.0101138211382105, - "Reservoir_Pressure_bar": 9.234406504065042, - "Oil_Temperature_C": 65.05813008130082, - "Motor_Current_A": 2.7870121951219513, - "Air_Intake_Valve_Status": 0.8536585365853658, - "Compressor_Outlet_Valve_Status": 0.14634146341463414, - "Active_Tower_ID": 0.9227642276422764, - "Load_Start_Signal": 0.8536585365853658, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9959349593495935, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9611813186813188, - "Pneumatic_Panel_Pressure_bar": 9.014714285714286, - "Cyclone_Filter_Drop_Pressure_bar": 8.004954945054946, - "Tower_Discharge_Pressure_Drop_bar": -0.01721428571428511, - "Reservoir_Pressure_bar": 9.014453846153845, - "Oil_Temperature_C": 63.290989010989016, - "Motor_Current_A": 1.8443612637362636, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9840164383561644, - "Pneumatic_Panel_Pressure_bar": 8.992558356164384, - "Cyclone_Filter_Drop_Pressure_bar": 7.9526131506849325, - "Tower_Discharge_Pressure_Drop_bar": -0.02032931506849247, - "Reservoir_Pressure_bar": 8.99301315068493, - "Oil_Temperature_C": 63.257835616438356, - "Motor_Current_A": 1.7328417808219176, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.936986301369863, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.007401098901099, - "Pneumatic_Panel_Pressure_bar": 9.040336996336997, - "Cyclone_Filter_Drop_Pressure_bar": 8.02429365079365, - "Tower_Discharge_Pressure_Drop_bar": -0.007554945054944407, - "Reservoir_Pressure_bar": 9.040738095238096, - "Oil_Temperature_C": 64.00411324786326, - "Motor_Current_A": 1.957281746031746, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0300450549450555, - "Pneumatic_Panel_Pressure_bar": 9.063574725274725, - "Cyclone_Filter_Drop_Pressure_bar": 8.021179120879122, - "Tower_Discharge_Pressure_Drop_bar": -0.020269230769230102, - "Reservoir_Pressure_bar": 9.063887912087912, - "Oil_Temperature_C": 64.42048076923076, - "Motor_Current_A": 2.0377802197802195, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9763351648351652, - "Pneumatic_Panel_Pressure_bar": 9.030862637362636, - "Cyclone_Filter_Drop_Pressure_bar": 8.016233516483517, - "Tower_Discharge_Pressure_Drop_bar": -0.020307692307691475, - "Reservoir_Pressure_bar": 9.030873626373626, - "Oil_Temperature_C": 64.38379120879121, - "Motor_Current_A": 1.9864251373626371, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.640888461538462, - "Pneumatic_Panel_Pressure_bar": 8.948408241758242, - "Cyclone_Filter_Drop_Pressure_bar": 8.277204945054946, - "Tower_Discharge_Pressure_Drop_bar": -0.011631868131867288, - "Reservoir_Pressure_bar": 8.94896868131868, - "Oil_Temperature_C": 63.35115384615384, - "Motor_Current_A": 1.6366627747252747, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0.5137362637362637, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2915164835164838, - "Pneumatic_Panel_Pressure_bar": 9.048028693528693, - "Cyclone_Filter_Drop_Pressure_bar": 7.753230158730159, - "Tower_Discharge_Pressure_Drop_bar": -0.018614774114773438, - "Reservoir_Pressure_bar": 9.048578754578754, - "Oil_Temperature_C": 64.39930555555556, - "Motor_Current_A": 2.147809829059829, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7195450549450554, - "Pneumatic_Panel_Pressure_bar": 9.03690989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.280734065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.02013131868131807, - "Reservoir_Pressure_bar": 9.037195604395604, - "Oil_Temperature_C": 64.04135302197803, - "Motor_Current_A": 1.7995171703296702, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3092317808219183, - "Pneumatic_Panel_Pressure_bar": 9.043547945205479, - "Cyclone_Filter_Drop_Pressure_bar": 7.7174405479452055, - "Tower_Discharge_Pressure_Drop_bar": 0.024098630136986834, - "Reservoir_Pressure_bar": 9.044008219178082, - "Oil_Temperature_C": 64.61803424657535, - "Motor_Current_A": 2.1867232876712324, - "Air_Intake_Valve_Status": 0.8575342465753425, - "Compressor_Outlet_Valve_Status": 0.14246575342465753, - "Active_Tower_ID": 0.9315068493150684, - "Load_Start_Signal": 0.8575342465753425, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917808219178083, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0161758241758245, - "Pneumatic_Panel_Pressure_bar": 9.057152747252747, - "Cyclone_Filter_Drop_Pressure_bar": 7.995184615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.0066703296703297, - "Reservoir_Pressure_bar": 9.059465384615384, - "Oil_Temperature_C": 65.08469093406593, - "Motor_Current_A": 2.036962912087912, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0230795454545458, - "Pneumatic_Panel_Pressure_bar": 9.058582386363637, - "Cyclone_Filter_Drop_Pressure_bar": 7.981311931818182, - "Tower_Discharge_Pressure_Drop_bar": -0.013227272727272197, - "Reservoir_Pressure_bar": 9.062207386363637, - "Oil_Temperature_C": 65.91806818181819, - "Motor_Current_A": 2.0169403409090907, - "Air_Intake_Valve_Status": 0.8835227272727273, - "Compressor_Outlet_Valve_Status": 0.11647727272727272, - "Active_Tower_ID": 0.9403409090909091, - "Load_Start_Signal": 0.8835227272727273, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9415710975714416, - "Pneumatic_Panel_Pressure_bar": 9.103662862210017, - "Cyclone_Filter_Drop_Pressure_bar": 8.172003775851712, - "Tower_Discharge_Pressure_Drop_bar": 0.015852398523986757, - "Reservoir_Pressure_bar": 9.10761091564404, - "Oil_Temperature_C": 67.1857962184273, - "Motor_Current_A": 2.22085450098687, - "Air_Intake_Valve_Status": 0.9003690036900369, - "Compressor_Outlet_Valve_Status": 0.0996309963099631, - "Active_Tower_ID": 0.9446494464944649, - "Load_Start_Signal": 0.9003690036900369, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.996309963099631, - "Low_Oil_Level_Alarm": 0.3319602963471495, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3115353535353544, - "Pneumatic_Panel_Pressure_bar": 9.085686831852891, - "Cyclone_Filter_Drop_Pressure_bar": 7.7953785371243995, - "Tower_Discharge_Pressure_Drop_bar": 0.024368900789098535, - "Reservoir_Pressure_bar": 9.089545417711475, - "Oil_Temperature_C": 67.17599614659923, - "Motor_Current_A": 2.4780595222916397, - "Air_Intake_Valve_Status": 0.8686868686868687, - "Compressor_Outlet_Valve_Status": 0.13131313131313133, - "Active_Tower_ID": 0.9292929292929293, - "Load_Start_Signal": 0.8686868686868687, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.98989898989899, - "Low_Oil_Level_Alarm": 0.9925312026293794, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0318197802197813, - "Pneumatic_Panel_Pressure_bar": 9.079307692307692, - "Cyclone_Filter_Drop_Pressure_bar": 8.031847252747253, - "Tower_Discharge_Pressure_Drop_bar": -0.015450549450548001, - "Reservoir_Pressure_bar": 9.083197802197802, - "Oil_Temperature_C": 66.82839285714286, - "Motor_Current_A": 1.9810054945054945, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.08791208791208792, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9744285714285726, - "Pneumatic_Panel_Pressure_bar": 9.063752747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.073847802197802, - "Tower_Discharge_Pressure_Drop_bar": 0.0004120879120894426, - "Reservoir_Pressure_bar": 9.06710989010989, - "Oil_Temperature_C": 66.71660714285714, - "Motor_Current_A": 1.9399608516483517, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0610521978021987, - "Pneumatic_Panel_Pressure_bar": 9.059093406593407, - "Cyclone_Filter_Drop_Pressure_bar": 7.982832417582419, - "Tower_Discharge_Pressure_Drop_bar": -0.016027472527470964, - "Reservoir_Pressure_bar": 9.061233516483517, - "Oil_Temperature_C": 66.5003434065934, - "Motor_Current_A": 1.9633585164835166, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0195950549450559, - "Pneumatic_Panel_Pressure_bar": 9.023075274725274, - "Cyclone_Filter_Drop_Pressure_bar": 7.954531318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.01692692307692237, - "Reservoir_Pressure_bar": 9.02454065934066, - "Oil_Temperature_C": 66.10599587912088, - "Motor_Current_A": 1.9752767857142854, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.020027548209367, - "Pneumatic_Panel_Pressure_bar": 9.03708429752066, - "Cyclone_Filter_Drop_Pressure_bar": 7.991558126721764, - "Tower_Discharge_Pressure_Drop_bar": -0.007046831955922947, - "Reservoir_Pressure_bar": 9.036925068870524, - "Oil_Temperature_C": 65.35358815426997, - "Motor_Current_A": 1.972699724517906, - "Air_Intake_Valve_Status": 0.8870523415977961, - "Compressor_Outlet_Valve_Status": 0.11294765840220386, - "Active_Tower_ID": 0.9393939393939394, - "Load_Start_Signal": 0.8870523415977961, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9473368131868134, - "Pneumatic_Panel_Pressure_bar": 9.03509010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.048694505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.02002582417582361, - "Reservoir_Pressure_bar": 9.034645054945054, - "Oil_Temperature_C": 63.853605769230775, - "Motor_Current_A": 1.9419230769230766, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8647287671232877, - "Pneumatic_Panel_Pressure_bar": 8.968185205479452, - "Cyclone_Filter_Drop_Pressure_bar": 8.064536438356164, - "Tower_Discharge_Pressure_Drop_bar": -0.020964383561642794, - "Reservoir_Pressure_bar": 8.968086027397261, - "Oil_Temperature_C": 63.386931506849315, - "Motor_Current_A": 1.9017869863013699, - "Air_Intake_Valve_Status": 0.9013698630136986, - "Compressor_Outlet_Valve_Status": 0.09863013698630137, - "Active_Tower_ID": 0.9506849315068493, - "Load_Start_Signal": 0.9013698630136986, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9716214285714286, - "Pneumatic_Panel_Pressure_bar": 9.021924175824175, - "Cyclone_Filter_Drop_Pressure_bar": 8.024974175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.0020934065934055807, - "Reservoir_Pressure_bar": 9.022331318681319, - "Oil_Temperature_C": 63.4896771978022, - "Motor_Current_A": 1.9597664835164832, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9751373626373627, - "Pneumatic_Panel_Pressure_bar": 9.007667032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.016130769230768, - "Tower_Discharge_Pressure_Drop_bar": -0.020140659340658736, - "Reservoir_Pressure_bar": 9.007614285714286, - "Oil_Temperature_C": 63.25912087912088, - "Motor_Current_A": 1.8123255494505492, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-18T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8643736263736264, - "Pneumatic_Panel_Pressure_bar": 8.972567032967033, - "Cyclone_Filter_Drop_Pressure_bar": 8.06713846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.019950549450548968, - "Reservoir_Pressure_bar": 8.972907692307691, - "Oil_Temperature_C": 63.10722527472527, - "Motor_Current_A": 1.633763736263736, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8732032967032969, - "Pneumatic_Panel_Pressure_bar": 9.11509010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.185686813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.019648351648351315, - "Reservoir_Pressure_bar": 9.115458241758242, - "Oil_Temperature_C": 64.09552197802198, - "Motor_Current_A": 1.9001414835164834, - "Air_Intake_Valve_Status": 0.9010989010989011, - "Compressor_Outlet_Valve_Status": 0.0989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9010989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0079725274725277, - "Pneumatic_Panel_Pressure_bar": 9.066021978021979, - "Cyclone_Filter_Drop_Pressure_bar": 8.041010989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.0017417582417578528, - "Reservoir_Pressure_bar": 9.065994505494505, - "Oil_Temperature_C": 63.91469780219781, - "Motor_Current_A": 1.9704532967032964, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0079412087912092, - "Pneumatic_Panel_Pressure_bar": 9.030349450549451, - "Cyclone_Filter_Drop_Pressure_bar": 7.987380769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.019719780219779808, - "Reservoir_Pressure_bar": 9.03028901098901, - "Oil_Temperature_C": 63.67139423076923, - "Motor_Current_A": 1.878653846153846, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9684670329670334, - "Pneumatic_Panel_Pressure_bar": 9.02351043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.013768681318682, - "Tower_Discharge_Pressure_Drop_bar": -0.0128807692307687, - "Reservoir_Pressure_bar": 9.023406043956044, - "Oil_Temperature_C": 64.35582417582418, - "Motor_Current_A": 2.0527925824175823, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7976785714285717, - "Pneumatic_Panel_Pressure_bar": 9.000895604395604, - "Cyclone_Filter_Drop_Pressure_bar": 7.2059450549450546, - "Tower_Discharge_Pressure_Drop_bar": -0.01990109890109839, - "Reservoir_Pressure_bar": 9.000538461538461, - "Oil_Temperature_C": 65.75686813186813, - "Motor_Current_A": 2.626253434065934, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8468159340659347, - "Pneumatic_Panel_Pressure_bar": 9.139010439560439, - "Cyclone_Filter_Drop_Pressure_bar": 7.28065054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.005653846153845748, - "Reservoir_Pressure_bar": 9.138603846153845, - "Oil_Temperature_C": 68.58551510989011, - "Motor_Current_A": 3.1581407967032966, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0214032876712336, - "Pneumatic_Panel_Pressure_bar": 9.072997260273972, - "Cyclone_Filter_Drop_Pressure_bar": 8.008235616438355, - "Tower_Discharge_Pressure_Drop_bar": -0.01915616438356159, - "Reservoir_Pressure_bar": 9.073292602739725, - "Oil_Temperature_C": 66.14960273972602, - "Motor_Current_A": 2.0587390410958903, - "Air_Intake_Valve_Status": 0.8849315068493151, - "Compressor_Outlet_Valve_Status": 0.11506849315068493, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8849315068493151, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.475614285714286, - "Pneumatic_Panel_Pressure_bar": 9.101484615384615, - "Cyclone_Filter_Drop_Pressure_bar": 6.596231868131868, - "Tower_Discharge_Pressure_Drop_bar": -0.013539010989010962, - "Reservoir_Pressure_bar": 9.101034065934066, - "Oil_Temperature_C": 69.0654739010989, - "Motor_Current_A": 3.640570054945055, - "Air_Intake_Valve_Status": 0.7252747252747253, - "Compressor_Outlet_Valve_Status": 0.27472527472527475, - "Active_Tower_ID": 0.8708791208791209, - "Load_Start_Signal": 0.7252747252747253, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.040164835164836, - "Pneumatic_Panel_Pressure_bar": 9.10443956043956, - "Cyclone_Filter_Drop_Pressure_bar": 8.034713186813187, - "Tower_Discharge_Pressure_Drop_bar": -0.01355604395604425, - "Reservoir_Pressure_bar": 9.105279120879121, - "Oil_Temperature_C": 67.3107554945055, - "Motor_Current_A": 2.363574175824176, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.358708791208792, - "Pneumatic_Panel_Pressure_bar": 8.935985714285714, - "Cyclone_Filter_Drop_Pressure_bar": 6.603002197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.007376923076923338, - "Reservoir_Pressure_bar": 8.935993406593406, - "Oil_Temperature_C": 66.65104395604395, - "Motor_Current_A": 2.7237747252747253, - "Air_Intake_Valve_Status": 0.7417582417582418, - "Compressor_Outlet_Valve_Status": 0.25824175824175827, - "Active_Tower_ID": 0.8708791208791209, - "Load_Start_Signal": 0.7417582417582418, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6721571428571436, - "Pneumatic_Panel_Pressure_bar": 9.118528571428572, - "Cyclone_Filter_Drop_Pressure_bar": 7.413464835164835, - "Tower_Discharge_Pressure_Drop_bar": -0.01797802197802221, - "Reservoir_Pressure_bar": 9.118357142857143, - "Oil_Temperature_C": 69.43793956043956, - "Motor_Current_A": 3.063081043956044, - "Air_Intake_Valve_Status": 0.8159340659340659, - "Compressor_Outlet_Valve_Status": 0.18406593406593408, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8159340659340659, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4601637362637367, - "Pneumatic_Panel_Pressure_bar": 9.161269230769232, - "Cyclone_Filter_Drop_Pressure_bar": 7.693154945054944, - "Tower_Discharge_Pressure_Drop_bar": -0.018626373626373736, - "Reservoir_Pressure_bar": 9.161214285714285, - "Oil_Temperature_C": 66.63130494505495, - "Motor_Current_A": 2.501730769230769, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.144843835616439, - "Pneumatic_Panel_Pressure_bar": 9.172168767123289, - "Cyclone_Filter_Drop_Pressure_bar": 7.020886575342465, - "Tower_Discharge_Pressure_Drop_bar": -0.01867342465753439, - "Reservoir_Pressure_bar": 9.171769315068493, - "Oil_Temperature_C": 68.96071232876713, - "Motor_Current_A": 3.3761904109589045, - "Air_Intake_Valve_Status": 0.7698630136986301, - "Compressor_Outlet_Valve_Status": 0.2328767123287671, - "Active_Tower_ID": 0.8849315068493151, - "Load_Start_Signal": 0.7698630136986301, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1477901098901104, - "Pneumatic_Panel_Pressure_bar": 9.107943956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.935805494505495, - "Tower_Discharge_Pressure_Drop_bar": 0.001070329670329642, - "Reservoir_Pressure_bar": 9.108691208791209, - "Oil_Temperature_C": 66.84152472527472, - "Motor_Current_A": 2.1363365384615385, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.4480494505494512, - "Pneumatic_Panel_Pressure_bar": 9.051559340659342, - "Cyclone_Filter_Drop_Pressure_bar": 6.582020879120879, - "Tower_Discharge_Pressure_Drop_bar": -0.018406593406593397, - "Reservoir_Pressure_bar": 9.050797802197803, - "Oil_Temperature_C": 67.82899725274726, - "Motor_Current_A": 3.239285714285714, - "Air_Intake_Valve_Status": 0.728021978021978, - "Compressor_Outlet_Valve_Status": 0.27197802197802196, - "Active_Tower_ID": 0.8681318681318682, - "Load_Start_Signal": 0.728021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2884898203592823, - "Pneumatic_Panel_Pressure_bar": 9.131590419161677, - "Cyclone_Filter_Drop_Pressure_bar": 7.822444311377245, - "Tower_Discharge_Pressure_Drop_bar": -0.01859640718562893, - "Reservoir_Pressure_bar": 9.130416766467066, - "Oil_Temperature_C": 68.78464071856287, - "Motor_Current_A": 2.88962125748503, - "Air_Intake_Valve_Status": 0.8592814371257484, - "Compressor_Outlet_Valve_Status": 0.1407185628742515, - "Active_Tower_ID": 0.9131736526946108, - "Load_Start_Signal": 0.8592814371257484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3722901098901106, - "Pneumatic_Panel_Pressure_bar": 9.05064945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.632557142857142, - "Tower_Discharge_Pressure_Drop_bar": -0.016483516483516383, - "Reservoir_Pressure_bar": 9.050116483516483, - "Oil_Temperature_C": 66.07258241758242, - "Motor_Current_A": 2.6028434065934065, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.5511813186813193, - "Pneumatic_Panel_Pressure_bar": 9.03520879120879, - "Cyclone_Filter_Drop_Pressure_bar": 6.509439560439561, - "Tower_Discharge_Pressure_Drop_bar": -0.0005219780219777415, - "Reservoir_Pressure_bar": 9.034296703296704, - "Oil_Temperature_C": 68.89951923076923, - "Motor_Current_A": 3.5512225274725275, - "Air_Intake_Valve_Status": 0.7252747252747253, - "Compressor_Outlet_Valve_Status": 0.27472527472527475, - "Active_Tower_ID": 0.8598901098901099, - "Load_Start_Signal": 0.7252747252747253, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0011956790123464, - "Pneumatic_Panel_Pressure_bar": 9.044799999999999, - "Cyclone_Filter_Drop_Pressure_bar": 8.003619135802468, - "Tower_Discharge_Pressure_Drop_bar": -0.01928827160493815, - "Reservoir_Pressure_bar": 9.04505061728395, - "Oil_Temperature_C": 66.11175154320988, - "Motor_Current_A": 2.103338734567901, - "Air_Intake_Valve_Status": 0.8888888888888888, - "Compressor_Outlet_Valve_Status": 0.1111111111111111, - "Active_Tower_ID": 0.9444444444444444, - "Load_Start_Signal": 0.8888888888888888, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.20096355140186986, - "Pneumatic_Panel_Pressure_bar": 8.310193457943926, - "Cyclone_Filter_Drop_Pressure_bar": 8.101823364485982, - "Tower_Discharge_Pressure_Drop_bar": -0.020062616822429373, - "Reservoir_Pressure_bar": 8.310193457943926, - "Oil_Temperature_C": 59.92508177570093, - "Motor_Current_A": 0.21477453271027988, - "Air_Intake_Valve_Status": 0.9686915887850467, - "Compressor_Outlet_Valve_Status": 0.03130841121495327, - "Active_Tower_ID": 0.9686915887850467, - "Load_Start_Signal": 0.9686915887850467, - "Low_Pressure_Switch_Status": 0.03130841121495327, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-19T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-19T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6192869534588838, - "Pneumatic_Panel_Pressure_bar": 9.09370848166064, - "Cyclone_Filter_Drop_Pressure_bar": 7.483981266143804, - "Tower_Discharge_Pressure_Drop_bar": -0.020993692762878755, - "Reservoir_Pressure_bar": 9.093015014323957, - "Oil_Temperature_C": 58.47312890386512, - "Motor_Current_A": 2.7487213344761185, - "Air_Intake_Valve_Status": 0.8147114075048137, - "Compressor_Outlet_Valve_Status": 0.1852885924951862, - "Active_Tower_ID": 0.9051636688113464, - "Load_Start_Signal": 0.8147114075048137, - "Low_Pressure_Switch_Status": 0.03955994927910581, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-19T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012427906976743796, - "Pneumatic_Panel_Pressure_bar": 9.011609302325581, - "Cyclone_Filter_Drop_Pressure_bar": 8.999041860465116, - "Tower_Discharge_Pressure_Drop_bar": -0.020558139534882915, - "Reservoir_Pressure_bar": 9.011506976744187, - "Oil_Temperature_C": 59.71697674418604, - "Motor_Current_A": 0.06124418604651121, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8834917879161527, - "Pneumatic_Panel_Pressure_bar": 8.130696621454994, - "Cyclone_Filter_Drop_Pressure_bar": 7.313257805178792, - "Tower_Discharge_Pressure_Drop_bar": -0.020314870530208945, - "Reservoir_Pressure_bar": 8.130381750924785, - "Oil_Temperature_C": 55.282420468557326, - "Motor_Current_A": 0.8721838471023424, - "Air_Intake_Valve_Status": 0.8425647348951911, - "Compressor_Outlet_Valve_Status": 0.15743526510480887, - "Active_Tower_ID": 0.8425647348951911, - "Load_Start_Signal": 0.8425647348951911, - "Low_Pressure_Switch_Status": 0.15743526510480887, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-20T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-20T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-20T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.7631840889891652, - "Pneumatic_Panel_Pressure_bar": 8.873654025238082, - "Cyclone_Filter_Drop_Pressure_bar": 6.244813627515281, - "Tower_Discharge_Pressure_Drop_bar": -0.021954631266887407, - "Reservoir_Pressure_bar": 8.873529181205237, - "Oil_Temperature_C": 55.0001291156177, - "Motor_Current_A": 3.6211714733583436, - "Air_Intake_Valve_Status": 0.6609822388960307, - "Compressor_Outlet_Valve_Status": 0.33901776110396936, - "Active_Tower_ID": 0.8311950048534774, - "Load_Start_Signal": 0.6609822388960307, - "Low_Pressure_Switch_Status": 0.15816669727418212, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1542747252747259, - "Pneumatic_Panel_Pressure_bar": 9.063491758241758, - "Cyclone_Filter_Drop_Pressure_bar": 7.841961538461539, - "Tower_Discharge_Pressure_Drop_bar": 0.0030219780219794368, - "Reservoir_Pressure_bar": 9.0630989010989, - "Oil_Temperature_C": 59.99996565934066, - "Motor_Current_A": 2.0171737637362637, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3969945054945059, - "Pneumatic_Panel_Pressure_bar": 9.130049450549452, - "Cyclone_Filter_Drop_Pressure_bar": 7.68460989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.021664835164833838, - "Reservoir_Pressure_bar": 9.130296703296702, - "Oil_Temperature_C": 64.62792582417582, - "Motor_Current_A": 2.5432637362637363, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.115588461538462, - "Pneumatic_Panel_Pressure_bar": 9.068787362637362, - "Cyclone_Filter_Drop_Pressure_bar": 7.930006593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.01958791208791148, - "Reservoir_Pressure_bar": 9.069985164835165, - "Oil_Temperature_C": 65.24385302197803, - "Motor_Current_A": 2.1353564560439557, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6318791208791215, - "Pneumatic_Panel_Pressure_bar": 9.06098901098901, - "Cyclone_Filter_Drop_Pressure_bar": 7.39543956043956, - "Tower_Discharge_Pressure_Drop_bar": -0.005708791208791156, - "Reservoir_Pressure_bar": 9.062269230769232, - "Oil_Temperature_C": 66.79086538461539, - "Motor_Current_A": 2.7095192307692306, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6931648351648357, - "Pneumatic_Panel_Pressure_bar": 9.003124175824176, - "Cyclone_Filter_Drop_Pressure_bar": 8.26058021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.015225274725274364, - "Reservoir_Pressure_bar": 9.005195604395604, - "Oil_Temperature_C": 65.11678571428573, - "Motor_Current_A": 1.4122582417582419, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8524835164835174, - "Pneumatic_Panel_Pressure_bar": 9.031598351648352, - "Cyclone_Filter_Drop_Pressure_bar": 7.1494901098901105, - "Tower_Discharge_Pressure_Drop_bar": 0.001857142857144091, - "Reservoir_Pressure_bar": 9.03249945054945, - "Oil_Temperature_C": 68.10037774725275, - "Motor_Current_A": 2.923612637362637, - "Air_Intake_Valve_Status": 0.7939560439560439, - "Compressor_Outlet_Valve_Status": 0.20604395604395603, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.7939560439560439, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0601362637362644, - "Pneumatic_Panel_Pressure_bar": 9.14930879120879, - "Cyclone_Filter_Drop_Pressure_bar": 8.050834065934065, - "Tower_Discharge_Pressure_Drop_bar": -0.0158681318681304, - "Reservoir_Pressure_bar": 9.15094945054945, - "Oil_Temperature_C": 66.07122252747253, - "Motor_Current_A": 2.0853901098901098, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.205489010989012, - "Pneumatic_Panel_Pressure_bar": 9.13999065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.913503296703296, - "Tower_Discharge_Pressure_Drop_bar": -0.015824175824174284, - "Reservoir_Pressure_bar": 9.141587912087912, - "Oil_Temperature_C": 68.2339629120879, - "Motor_Current_A": 2.38092239010989, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3973170329670337, - "Pneumatic_Panel_Pressure_bar": 9.08705824175824, - "Cyclone_Filter_Drop_Pressure_bar": 7.637090109890109, - "Tower_Discharge_Pressure_Drop_bar": -0.01613736263736126, - "Reservoir_Pressure_bar": 9.08868956043956, - "Oil_Temperature_C": 66.62266483516484, - "Motor_Current_A": 2.481614010989011, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.169395604395605, - "Pneumatic_Panel_Pressure_bar": 9.068961538461538, - "Cyclone_Filter_Drop_Pressure_bar": 7.879725274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.00696153846153744, - "Reservoir_Pressure_bar": 9.070406593406593, - "Oil_Temperature_C": 66.99821428571428, - "Motor_Current_A": 2.1859821428571427, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6688664835164841, - "Pneumatic_Panel_Pressure_bar": 9.114003296703297, - "Cyclone_Filter_Drop_Pressure_bar": 7.377695604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.003247252747252754, - "Reservoir_Pressure_bar": 9.114807142857144, - "Oil_Temperature_C": 67.39258241758242, - "Motor_Current_A": 2.795872252747253, - "Air_Intake_Valve_Status": 0.8131868131868132, - "Compressor_Outlet_Valve_Status": 0.18681318681318682, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8131868131868132, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0085027472527477, - "Pneumatic_Panel_Pressure_bar": 9.006013736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.94059065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.01699450549450567, - "Reservoir_Pressure_bar": 9.006760989010989, - "Oil_Temperature_C": 65.02936126373626, - "Motor_Current_A": 1.6343990384615383, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.621093406593407, - "Pneumatic_Panel_Pressure_bar": 9.117503296703298, - "Cyclone_Filter_Drop_Pressure_bar": 7.4843219780219785, - "Tower_Discharge_Pressure_Drop_bar": -0.017609890109890107, - "Reservoir_Pressure_bar": 9.117464835164835, - "Oil_Temperature_C": 67.27524725274725, - "Motor_Current_A": 2.729154532967033, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6632926027397267, - "Pneumatic_Panel_Pressure_bar": 9.102911780821918, - "Cyclone_Filter_Drop_Pressure_bar": 8.416204383561643, - "Tower_Discharge_Pressure_Drop_bar": -0.01889260273972605, - "Reservoir_Pressure_bar": 9.103026301369864, - "Oil_Temperature_C": 64.12106164383562, - "Motor_Current_A": 1.6789061643835617, - "Air_Intake_Valve_Status": 0.9287671232876712, - "Compressor_Outlet_Valve_Status": 0.07123287671232877, - "Active_Tower_ID": 0.9616438356164384, - "Load_Start_Signal": 0.9287671232876712, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.011280733944953412, - "Pneumatic_Panel_Pressure_bar": 9.005330275229358, - "Cyclone_Filter_Drop_Pressure_bar": 8.993001834862385, - "Tower_Discharge_Pressure_Drop_bar": -0.019633027522935484, - "Reservoir_Pressure_bar": 9.00505504587156, - "Oil_Temperature_C": 60.65761467889909, - "Motor_Current_A": 1.0698371559633024, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.8807339449541285, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.957126373626374, - "Pneumatic_Panel_Pressure_bar": 9.091373626373628, - "Cyclone_Filter_Drop_Pressure_bar": 8.100587912087912, - "Tower_Discharge_Pressure_Drop_bar": -0.020324175824175103, - "Reservoir_Pressure_bar": 9.091134615384616, - "Oil_Temperature_C": 62.23877060439561, - "Motor_Current_A": 2.0139010989010986, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012199999999999898, - "Pneumatic_Panel_Pressure_bar": 8.682792307692308, - "Cyclone_Filter_Drop_Pressure_bar": 8.670399999999999, - "Tower_Discharge_Pressure_Drop_bar": -0.020653846153845294, - "Reservoir_Pressure_bar": 8.683746153846155, - "Oil_Temperature_C": 60.30336538461539, - "Motor_Current_A": 0.04048076923076886, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9241663947797714, - "Pneumatic_Panel_Pressure_bar": 7.844754078303427, - "Cyclone_Filter_Drop_Pressure_bar": 6.988939233278956, - "Tower_Discharge_Pressure_Drop_bar": -0.020632544861337407, - "Reservoir_Pressure_bar": 7.846121533442088, - "Oil_Temperature_C": 55.85587785481239, - "Motor_Current_A": 0.8646918331973898, - "Air_Intake_Valve_Status": 0.8418637846655791, - "Compressor_Outlet_Valve_Status": 0.15813621533442088, - "Active_Tower_ID": 0.8418637846655791, - "Load_Start_Signal": 0.8418637846655791, - "Low_Pressure_Switch_Status": 0.15813621533442088, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-20T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-21T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-21T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-21T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8774305067899706, - "Pneumatic_Panel_Pressure_bar": 8.756749351792832, - "Cyclone_Filter_Drop_Pressure_bar": 6.9393921086179144, - "Tower_Discharge_Pressure_Drop_bar": 0.004347225673324942, - "Reservoir_Pressure_bar": 8.757017107267483, - "Oil_Temperature_C": 52.85645401645366, - "Motor_Current_A": 2.4304494354520703, - "Air_Intake_Valve_Status": 0.7689256236293119, - "Compressor_Outlet_Valve_Status": 0.23107437637068806, - "Active_Tower_ID": 0.8815084050862655, - "Load_Start_Signal": 0.7689256236293119, - "Low_Pressure_Switch_Status": 0.09200152868856887, - "Tower_Discharge_Switch_Status": 0.9933774834437086, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8181928767123295, - "Pneumatic_Panel_Pressure_bar": 9.08701205479452, - "Cyclone_Filter_Drop_Pressure_bar": 8.265198356164383, - "Tower_Discharge_Pressure_Drop_bar": -0.017912328767123457, - "Reservoir_Pressure_bar": 9.087105753424657, - "Oil_Temperature_C": 58.123568493150685, - "Motor_Current_A": 1.8773883561643834, - "Air_Intake_Valve_Status": 0.9123287671232877, - "Compressor_Outlet_Valve_Status": 0.08767123287671233, - "Active_Tower_ID": 0.9534246575342465, - "Load_Start_Signal": 0.9123287671232877, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945205479452055, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9142626373626382, - "Pneumatic_Panel_Pressure_bar": 9.053102197802199, - "Cyclone_Filter_Drop_Pressure_bar": 8.116195604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.022763736263736095, - "Reservoir_Pressure_bar": 9.053173626373626, - "Oil_Temperature_C": 60.47810439560439, - "Motor_Current_A": 1.958818681318681, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3617307692307699, - "Pneumatic_Panel_Pressure_bar": 9.044628021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.6990912087912085, - "Tower_Discharge_Pressure_Drop_bar": -0.005767582417581705, - "Reservoir_Pressure_bar": 9.044838461538461, - "Oil_Temperature_C": 62.541929945054946, - "Motor_Current_A": 2.3396497252747253, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1530879120879125, - "Pneumatic_Panel_Pressure_bar": 8.984337912087913, - "Cyclone_Filter_Drop_Pressure_bar": 7.799615384615384, - "Tower_Discharge_Pressure_Drop_bar": -0.021807692307691, - "Reservoir_Pressure_bar": 8.985192307692309, - "Oil_Temperature_C": 65.25030906593406, - "Motor_Current_A": 2.2434821428571428, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.6373626373626373, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5036000000000003, - "Pneumatic_Panel_Pressure_bar": 9.142553846153847, - "Cyclone_Filter_Drop_Pressure_bar": 7.592612087912087, - "Tower_Discharge_Pressure_Drop_bar": 0.004582417582418269, - "Reservoir_Pressure_bar": 9.14314065934066, - "Oil_Temperature_C": 65.27399725274725, - "Motor_Current_A": 2.693085164835165, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1387857142857147, - "Pneumatic_Panel_Pressure_bar": 9.052802197802198, - "Cyclone_Filter_Drop_Pressure_bar": 7.909675824175824, - "Tower_Discharge_Pressure_Drop_bar": -0.004642857142857262, - "Reservoir_Pressure_bar": 9.054335164835164, - "Oil_Temperature_C": 65.65240384615385, - "Motor_Current_A": 2.036002747252747, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.590473626373627, - "Pneumatic_Panel_Pressure_bar": 9.11142087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.5107901098901095, - "Tower_Discharge_Pressure_Drop_bar": -0.015307692307692087, - "Reservoir_Pressure_bar": 9.112887912087912, - "Oil_Temperature_C": 66.96300824175825, - "Motor_Current_A": 2.7322142857142855, - "Air_Intake_Valve_Status": 0.8269230769230769, - "Compressor_Outlet_Valve_Status": 0.17307692307692307, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8269230769230769, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6955989010989017, - "Pneumatic_Panel_Pressure_bar": 8.94834010989011, - "Cyclone_Filter_Drop_Pressure_bar": 8.197094505494507, - "Tower_Discharge_Pressure_Drop_bar": -0.00814120879120746, - "Reservoir_Pressure_bar": 8.950955494505495, - "Oil_Temperature_C": 65.15036401098901, - "Motor_Current_A": 1.4000789835164835, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8949065934065943, - "Pneumatic_Panel_Pressure_bar": 9.087032967032966, - "Cyclone_Filter_Drop_Pressure_bar": 7.188258241758241, - "Tower_Discharge_Pressure_Drop_bar": 0.015181318681320069, - "Reservoir_Pressure_bar": 9.08852442002442, - "Oil_Temperature_C": 68.44831349206349, - "Motor_Current_A": 2.952303876678877, - "Air_Intake_Valve_Status": 0.7939560439560439, - "Compressor_Outlet_Valve_Status": 0.20604395604395603, - "Active_Tower_ID": 0.8956043956043956, - "Load_Start_Signal": 0.7939560439560439, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0545813186813193, - "Pneumatic_Panel_Pressure_bar": 9.098425274725274, - "Cyclone_Filter_Drop_Pressure_bar": 8.040841758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.005910989010987593, - "Reservoir_Pressure_bar": 9.100495604395604, - "Oil_Temperature_C": 65.9817445054945, - "Motor_Current_A": 2.05717032967033, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1556648351648362, - "Pneumatic_Panel_Pressure_bar": 9.08228021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.908653846153846, - "Tower_Discharge_Pressure_Drop_bar": 0.004565934065935608, - "Reservoir_Pressure_bar": 9.084148351648352, - "Oil_Temperature_C": 67.92836538461539, - "Motor_Current_A": 2.3449175824175827, - "Air_Intake_Valve_Status": 0.8736263736263736, - "Compressor_Outlet_Valve_Status": 0.12637362637362637, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8736263736263736, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4008769230769238, - "Pneumatic_Panel_Pressure_bar": 9.087194505494505, - "Cyclone_Filter_Drop_Pressure_bar": 7.666979120879121, - "Tower_Discharge_Pressure_Drop_bar": 0.0010274725274737485, - "Reservoir_Pressure_bar": 9.088193406593406, - "Oil_Temperature_C": 66.55079670329671, - "Motor_Current_A": 2.6053021978021977, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1756560439560448, - "Pneumatic_Panel_Pressure_bar": 9.089960439560441, - "Cyclone_Filter_Drop_Pressure_bar": 7.889148351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.01609120879120751, - "Reservoir_Pressure_bar": 9.09139010989011, - "Oil_Temperature_C": 66.70574175824176, - "Motor_Current_A": 2.075442307692308, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5416763736263743, - "Pneumatic_Panel_Pressure_bar": 9.04838021978022, - "Cyclone_Filter_Drop_Pressure_bar": 7.47720989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.0030401098901097438, - "Reservoir_Pressure_bar": 9.048654945054945, - "Oil_Temperature_C": 66.94832417582417, - "Motor_Current_A": 2.7209388736263738, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9935164835164843, - "Pneumatic_Panel_Pressure_bar": 9.051587912087912, - "Cyclone_Filter_Drop_Pressure_bar": 8.01262087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.017598901098901082, - "Reservoir_Pressure_bar": 9.052406593406593, - "Oil_Temperature_C": 66.08502747252747, - "Motor_Current_A": 1.9473763736263736, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1288545454545462, - "Pneumatic_Panel_Pressure_bar": 9.009572451790634, - "Cyclone_Filter_Drop_Pressure_bar": 7.850563636363637, - "Tower_Discharge_Pressure_Drop_bar": -0.004187878787878797, - "Reservoir_Pressure_bar": 9.00929090909091, - "Oil_Temperature_C": 64.77681129476585, - "Motor_Current_A": 2.06068870523416, - "Air_Intake_Valve_Status": 0.8732782369146006, - "Compressor_Outlet_Valve_Status": 0.12672176308539945, - "Active_Tower_ID": 0.9338842975206612, - "Load_Start_Signal": 0.8732782369146006, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9944903581267218, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2052967032967037, - "Pneumatic_Panel_Pressure_bar": 9.06398901098901, - "Cyclone_Filter_Drop_Pressure_bar": 7.857598901098902, - "Tower_Discharge_Pressure_Drop_bar": -0.019236263736263637, - "Reservoir_Pressure_bar": 9.064510989010989, - "Oil_Temperature_C": 64.51895604395605, - "Motor_Current_A": 2.1244986263736263, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9881208791208798, - "Pneumatic_Panel_Pressure_bar": 9.056821978021977, - "Cyclone_Filter_Drop_Pressure_bar": 8.039415384615385, - "Tower_Discharge_Pressure_Drop_bar": -0.01909340659340657, - "Reservoir_Pressure_bar": 9.05799010989011, - "Oil_Temperature_C": 64.28190934065934, - "Motor_Current_A": 2.047989010989011, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9721318681318689, - "Pneumatic_Panel_Pressure_bar": 9.06718131868132, - "Cyclone_Filter_Drop_Pressure_bar": 8.058, - "Tower_Discharge_Pressure_Drop_bar": -0.018379120879121108, - "Reservoir_Pressure_bar": 9.068612637362637, - "Oil_Temperature_C": 64.59958791208791, - "Motor_Current_A": 2.0870398351648354, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.519700606060607, - "Pneumatic_Panel_Pressure_bar": 9.051951515151515, - "Cyclone_Filter_Drop_Pressure_bar": 7.505489696969697, - "Tower_Discharge_Pressure_Drop_bar": -0.015836363636363964, - "Reservoir_Pressure_bar": 9.05302303030303, - "Oil_Temperature_C": 66.28612121212122, - "Motor_Current_A": 2.642080303030303, - "Air_Intake_Valve_Status": 0.8333333333333334, - "Compressor_Outlet_Valve_Status": 0.16666666666666666, - "Active_Tower_ID": 0.9242424242424242, - "Load_Start_Signal": 0.8333333333333334, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-21T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.658546511627908, - "Pneumatic_Panel_Pressure_bar": 9.094525801995712, - "Cyclone_Filter_Drop_Pressure_bar": 8.394479290367805, - "Tower_Discharge_Pressure_Drop_bar": -0.015651162790697927, - "Reservoir_Pressure_bar": 9.094882690087417, - "Oil_Temperature_C": 64.38860648090879, - "Motor_Current_A": 2.0815708949261915, - "Air_Intake_Valve_Status": 0.9244186046511628, - "Compressor_Outlet_Valve_Status": 0.0755813953488372, - "Active_Tower_ID": 0.9593023255813954, - "Load_Start_Signal": 0.9244186046511628, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9936208791208797, - "Pneumatic_Panel_Pressure_bar": 8.991835164835164, - "Cyclone_Filter_Drop_Pressure_bar": 7.995741758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.01847619047619072, - "Reservoir_Pressure_bar": 8.992538461538462, - "Oil_Temperature_C": 64.60625, - "Motor_Current_A": 1.9971932234432233, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3122538461538467, - "Pneumatic_Panel_Pressure_bar": 9.055338461538462, - "Cyclone_Filter_Drop_Pressure_bar": 7.737232967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.018653846153846382, - "Reservoir_Pressure_bar": 9.056184615384616, - "Oil_Temperature_C": 64.94899725274726, - "Motor_Current_A": 2.334664835164835, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.00789095890411, - "Pneumatic_Panel_Pressure_bar": 9.078587945205479, - "Cyclone_Filter_Drop_Pressure_bar": 8.037859726027397, - "Tower_Discharge_Pressure_Drop_bar": -0.01871232876712345, - "Reservoir_Pressure_bar": 9.079810410958904, - "Oil_Temperature_C": 65.08385616438356, - "Motor_Current_A": 2.329700684931507, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3487461538461545, - "Pneumatic_Panel_Pressure_bar": 8.998444505494504, - "Cyclone_Filter_Drop_Pressure_bar": 7.630955494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.017434065934066028, - "Reservoir_Pressure_bar": 8.999537912087911, - "Oil_Temperature_C": 65.07997252747253, - "Motor_Current_A": 2.2903695054945055, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4183901098901104, - "Pneumatic_Panel_Pressure_bar": 8.992566544566545, - "Cyclone_Filter_Drop_Pressure_bar": 7.546098290598291, - "Tower_Discharge_Pressure_Drop_bar": -0.011995726495726583, - "Reservoir_Pressure_bar": 8.993891941391942, - "Oil_Temperature_C": 66.56595695970697, - "Motor_Current_A": 2.7147435897435894, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6287994505494513, - "Pneumatic_Panel_Pressure_bar": 9.016782967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.34160989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.019590659340659032, - "Reservoir_Pressure_bar": 9.01792032967033, - "Oil_Temperature_C": 63.971016483516486, - "Motor_Current_A": 1.8139423076923076, - "Air_Intake_Valve_Status": 0.9271978021978022, - "Compressor_Outlet_Valve_Status": 0.07280219780219781, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9271978021978022, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9435659340659343, - "Pneumatic_Panel_Pressure_bar": 9.075326373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.112501098901099, - "Tower_Discharge_Pressure_Drop_bar": -0.007287912087911818, - "Reservoir_Pressure_bar": 9.075704395604395, - "Oil_Temperature_C": 63.42431318681319, - "Motor_Current_A": 1.9519340659340656, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.619713186813187, - "Pneumatic_Panel_Pressure_bar": 8.921628571428572, - "Cyclone_Filter_Drop_Pressure_bar": 8.263694505494506, - "Tower_Discharge_Pressure_Drop_bar": -0.018489010989011106, - "Reservoir_Pressure_bar": 8.923352747252746, - "Oil_Temperature_C": 61.637953296703294, - "Motor_Current_A": 1.3098420329670328, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8388980821917811, - "Pneumatic_Panel_Pressure_bar": 9.112488767123287, - "Cyclone_Filter_Drop_Pressure_bar": 8.271829589041095, - "Tower_Discharge_Pressure_Drop_bar": -0.0025693150684920883, - "Reservoir_Pressure_bar": 9.114938082191781, - "Oil_Temperature_C": 63.11113698630137, - "Motor_Current_A": 1.878067808219178, - "Air_Intake_Valve_Status": 0.9068493150684932, - "Compressor_Outlet_Valve_Status": 0.09315068493150686, - "Active_Tower_ID": 0.9534246575342465, - "Load_Start_Signal": 0.9068493150684932, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6524439560439566, - "Pneumatic_Panel_Pressure_bar": 9.020860439560439, - "Cyclone_Filter_Drop_Pressure_bar": 7.3820516483516485, - "Tower_Discharge_Pressure_Drop_bar": -0.0028791208791194853, - "Reservoir_Pressure_bar": 9.02258021978022, - "Oil_Temperature_C": 66.6354532967033, - "Motor_Current_A": 2.433820054945055, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9065934065934066, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0627606837606844, - "Pneumatic_Panel_Pressure_bar": 9.099920024420024, - "Cyclone_Filter_Drop_Pressure_bar": 8.03801343101343, - "Tower_Discharge_Pressure_Drop_bar": 0.001297313797315189, - "Reservoir_Pressure_bar": 9.101813186813187, - "Oil_Temperature_C": 66.45805860805861, - "Motor_Current_A": 1.9666636141636142, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.453032967032968, - "Pneumatic_Panel_Pressure_bar": 9.130004395604397, - "Cyclone_Filter_Drop_Pressure_bar": 7.652921978021977, - "Tower_Discharge_Pressure_Drop_bar": -0.0030439560439546377, - "Reservoir_Pressure_bar": 9.13172967032967, - "Oil_Temperature_C": 67.52168956043955, - "Motor_Current_A": 2.757337912087912, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6497417582417591, - "Pneumatic_Panel_Pressure_bar": 8.99646043956044, - "Cyclone_Filter_Drop_Pressure_bar": 8.329240659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.01279835164835032, - "Reservoir_Pressure_bar": 8.998293956043955, - "Oil_Temperature_C": 65.3640934065934, - "Motor_Current_A": 1.3063784340659341, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9642857142857143, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.3710898021308986, - "Pneumatic_Panel_Pressure_bar": 9.102145509893454, - "Cyclone_Filter_Drop_Pressure_bar": 6.69754703196347, - "Tower_Discharge_Pressure_Drop_bar": 0.0003829528158309415, - "Reservoir_Pressure_bar": 9.102769558599697, - "Oil_Temperature_C": 69.17193302891933, - "Motor_Current_A": 3.617424657534247, - "Air_Intake_Valve_Status": 0.736986301369863, - "Compressor_Outlet_Valve_Status": 0.26301369863013696, - "Active_Tower_ID": 0.8712328767123287, - "Load_Start_Signal": 0.736986301369863, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9835616438356164, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6660994505494514, - "Pneumatic_Panel_Pressure_bar": 9.119214285714285, - "Cyclone_Filter_Drop_Pressure_bar": 8.442995054945055, - "Tower_Discharge_Pressure_Drop_bar": 0.0005609890109903813, - "Reservoir_Pressure_bar": 9.120725274725274, - "Oil_Temperature_C": 66.20706043956044, - "Motor_Current_A": 1.659427197802198, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7180219780219788, - "Pneumatic_Panel_Pressure_bar": 9.100435897435897, - "Cyclone_Filter_Drop_Pressure_bar": 7.393126373626374, - "Tower_Discharge_Pressure_Drop_bar": -0.016549450549449497, - "Reservoir_Pressure_bar": 9.100388278388278, - "Oil_Temperature_C": 66.95963827838828, - "Motor_Current_A": 2.773798076923077, - "Air_Intake_Valve_Status": 0.8159340659340659, - "Compressor_Outlet_Valve_Status": 0.18406593406593408, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8159340659340659, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6396703296703303, - "Pneumatic_Panel_Pressure_bar": 8.944145054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.275002197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.01739890109890091, - "Reservoir_Pressure_bar": 8.943881318681319, - "Oil_Temperature_C": 64.11848901098901, - "Motor_Current_A": 1.3006703296703297, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.411839560439561, - "Pneumatic_Panel_Pressure_bar": 9.080510989010989, - "Cyclone_Filter_Drop_Pressure_bar": 6.605735164835164, - "Tower_Discharge_Pressure_Drop_bar": -0.01476373626373648, - "Reservoir_Pressure_bar": 9.07893956043956, - "Oil_Temperature_C": 68.00115384615384, - "Motor_Current_A": 3.552858516483517, - "Air_Intake_Valve_Status": 0.728021978021978, - "Compressor_Outlet_Valve_Status": 0.27197802197802196, - "Active_Tower_ID": 0.8653846153846154, - "Load_Start_Signal": 0.728021978021978, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5345277777777787, - "Pneumatic_Panel_Pressure_bar": 9.594944444444444, - "Cyclone_Filter_Drop_Pressure_bar": 9.027027777777779, - "Tower_Discharge_Pressure_Drop_bar": -0.01863888888888904, - "Reservoir_Pressure_bar": 9.594111111111111, - "Oil_Temperature_C": 68.46597222222222, - "Motor_Current_A": 2.5153472222222226, - "Air_Intake_Valve_Status": 0.9444444444444444, - "Compressor_Outlet_Valve_Status": 0.05555555555555555, - "Active_Tower_ID": 0.9722222222222222, - "Load_Start_Signal": 0.9444444444444444, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.13015249480371507, - "Pneumatic_Panel_Pressure_bar": 8.91136533696584, - "Cyclone_Filter_Drop_Pressure_bar": 8.772869335462735, - "Tower_Discharge_Pressure_Drop_bar": -0.017931984452247543, - "Reservoir_Pressure_bar": 8.90936533696584, - "Oil_Temperature_C": 63.93342620101694, - "Motor_Current_A": 0.2079133835151544, - "Air_Intake_Valve_Status": 0.965992226123513, - "Compressor_Outlet_Valve_Status": 0.03400777387648696, - "Active_Tower_ID": 0.965992226123513, - "Load_Start_Signal": 0.965992226123513, - "Low_Pressure_Switch_Status": 0.03400777387648696, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.03400777387648696, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-22T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-22T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-22T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-22T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-23T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.996888363342331, - "Pneumatic_Panel_Pressure_bar": 6.859665503548906, - "Cyclone_Filter_Drop_Pressure_bar": 1.078941846907981, - "Tower_Discharge_Pressure_Drop_bar": -0.01810842662041035, - "Reservoir_Pressure_bar": 6.859808360691765, - "Oil_Temperature_C": 58.12718625073184, - "Motor_Current_A": 5.235402138004761, - "Air_Intake_Valve_Status": 0.10778473877661261, - "Compressor_Outlet_Valve_Status": 0.8922152612233873, - "Active_Tower_ID": 0.5184990244908984, - "Load_Start_Signal": 0.10778473877661261, - "Low_Pressure_Switch_Status": 0.5886438326519589, - "Tower_Discharge_Switch_Status": 0.9464285714285714, - "Low_Oil_Level_Alarm": 0.9993581183662446, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-23T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6367472527472535, - "Pneumatic_Panel_Pressure_bar": 9.113536263736265, - "Cyclone_Filter_Drop_Pressure_bar": 7.419149450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.017137362637362326, - "Reservoir_Pressure_bar": 9.114135164835165, - "Oil_Temperature_C": 65.53763736263737, - "Motor_Current_A": 2.888037087912088, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.11538461538461539, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-23T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.1717939560439565, - "Pneumatic_Panel_Pressure_bar": 9.125107142857143, - "Cyclone_Filter_Drop_Pressure_bar": 6.887513736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.017824175824175933, - "Reservoir_Pressure_bar": 9.126225274725275, - "Oil_Temperature_C": 68.76335851648352, - "Motor_Current_A": 3.6379395604395603, - "Air_Intake_Valve_Status": 0.7554945054945055, - "Compressor_Outlet_Valve_Status": 0.2445054945054945, - "Active_Tower_ID": 0.8763736263736264, - "Load_Start_Signal": 0.7554945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-23T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.1913835164835174, - "Pneumatic_Panel_Pressure_bar": 9.120393406593406, - "Cyclone_Filter_Drop_Pressure_bar": 6.926761538461538, - "Tower_Discharge_Pressure_Drop_bar": 0.00037912087912070276, - "Reservoir_Pressure_bar": 9.120503296703296, - "Oil_Temperature_C": 68.95862637362637, - "Motor_Current_A": 3.467752747252747, - "Air_Intake_Valve_Status": 0.760989010989011, - "Compressor_Outlet_Valve_Status": 0.23901098901098902, - "Active_Tower_ID": 0.8763736263736264, - "Load_Start_Signal": 0.760989010989011, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-23T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.2565461538461546, - "Pneumatic_Panel_Pressure_bar": 9.196756043956045, - "Cyclone_Filter_Drop_Pressure_bar": 6.895086813186813, - "Tower_Discharge_Pressure_Drop_bar": -0.01178461538461556, - "Reservoir_Pressure_bar": 9.197315384615385, - "Oil_Temperature_C": 68.96630494505494, - "Motor_Current_A": 3.8017046703296704, - "Air_Intake_Valve_Status": 0.75, - "Compressor_Outlet_Valve_Status": 0.25, - "Active_Tower_ID": 0.8840659340659341, - "Load_Start_Signal": 0.75, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-23T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.653807692307693, - "Pneumatic_Panel_Pressure_bar": 9.220131868131869, - "Cyclone_Filter_Drop_Pressure_bar": 6.564164835164836, - "Tower_Discharge_Pressure_Drop_bar": -0.008401098901098898, - "Reservoir_Pressure_bar": 9.22, - "Oil_Temperature_C": 69.74491758241759, - "Motor_Current_A": 4.109759615384616, - "Air_Intake_Valve_Status": 0.7142857142857143, - "Compressor_Outlet_Valve_Status": 0.2857142857142857, - "Active_Tower_ID": 0.8516483516483516, - "Load_Start_Signal": 0.7142857142857143, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-23T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.0754879120879126, - "Pneumatic_Panel_Pressure_bar": 9.096894505494506, - "Cyclone_Filter_Drop_Pressure_bar": 7.00574065934066, - "Tower_Discharge_Pressure_Drop_bar": -0.00706153846153854, - "Reservoir_Pressure_bar": 9.097945054945056, - "Oil_Temperature_C": 68.40557692307692, - "Motor_Current_A": 3.5198063186813187, - "Air_Intake_Valve_Status": 0.7774725274725275, - "Compressor_Outlet_Valve_Status": 0.22252747252747251, - "Active_Tower_ID": 0.8901098901098901, - "Load_Start_Signal": 0.7774725274725275, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3414912087912092, - "Pneumatic_Panel_Pressure_bar": 9.04244945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.695156043956043, - "Tower_Discharge_Pressure_Drop_bar": 0.0013956043956045768, - "Reservoir_Pressure_bar": 9.043131868131868, - "Oil_Temperature_C": 64.7237087912088, - "Motor_Current_A": 2.234315934065934, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.02136043956044, - "Pneumatic_Panel_Pressure_bar": 9.112745054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.077912087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.006730769230768751, - "Reservoir_Pressure_bar": 9.113113186813187, - "Oil_Temperature_C": 64.7696565934066, - "Motor_Current_A": 2.3495164835164832, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9981247252747253, - "Pneumatic_Panel_Pressure_bar": 9.070606593406593, - "Cyclone_Filter_Drop_Pressure_bar": 8.041648351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.004115384615383802, - "Reservoir_Pressure_bar": 9.07169065934066, - "Oil_Temperature_C": 64.02729395604396, - "Motor_Current_A": 2.1063461538461534, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.016424175824176, - "Pneumatic_Panel_Pressure_bar": 9.045546153846153, - "Cyclone_Filter_Drop_Pressure_bar": 8.000706593406594, - "Tower_Discharge_Pressure_Drop_bar": -0.021241758241757187, - "Reservoir_Pressure_bar": 9.045702197802198, - "Oil_Temperature_C": 63.21523351648352, - "Motor_Current_A": 1.9860590659340658, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3212258241758246, - "Pneumatic_Panel_Pressure_bar": 8.950982967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.5904401098901095, - "Tower_Discharge_Pressure_Drop_bar": -0.02119780219780108, - "Reservoir_Pressure_bar": 8.951197802197802, - "Oil_Temperature_C": 63.74331730769231, - "Motor_Current_A": 2.168701236263736, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2314505494505497, - "Pneumatic_Panel_Pressure_bar": 9.132664835164835, - "Cyclone_Filter_Drop_Pressure_bar": 7.875989010989011, - "Tower_Discharge_Pressure_Drop_bar": -0.02081868131868032, - "Reservoir_Pressure_bar": 9.133126373626373, - "Oil_Temperature_C": 64.98351648351648, - "Motor_Current_A": 2.4557623626373624, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0660604395604398, - "Pneumatic_Panel_Pressure_bar": 9.046402747252747, - "Cyclone_Filter_Drop_Pressure_bar": 7.952128021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.01986263736263687, - "Reservoir_Pressure_bar": 9.047203296703296, - "Oil_Temperature_C": 64.71695054945056, - "Motor_Current_A": 2.0881744505494506, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4012335164835168, - "Pneumatic_Panel_Pressure_bar": 9.120629120879121, - "Cyclone_Filter_Drop_Pressure_bar": 7.6818324175824175, - "Tower_Discharge_Pressure_Drop_bar": -0.018851648351648365, - "Reservoir_Pressure_bar": 9.121538461538462, - "Oil_Temperature_C": 65.78018543956044, - "Motor_Current_A": 2.63635989010989, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.064893406593407, - "Pneumatic_Panel_Pressure_bar": 9.025094505494506, - "Cyclone_Filter_Drop_Pressure_bar": 7.943984615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.015626373626373598, - "Reservoir_Pressure_bar": 9.026652747252747, - "Oil_Temperature_C": 65.44634615384615, - "Motor_Current_A": 1.9805494505494505, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.121818681318682, - "Pneumatic_Panel_Pressure_bar": 9.12871098901099, - "Cyclone_Filter_Drop_Pressure_bar": 7.940761538461538, - "Tower_Discharge_Pressure_Drop_bar": -0.011005494505493037, - "Reservoir_Pressure_bar": 9.130061538461538, - "Oil_Temperature_C": 66.41256868131867, - "Motor_Current_A": 2.035446428571429, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3715494505494517, - "Pneumatic_Panel_Pressure_bar": 9.23501098901099, - "Cyclone_Filter_Drop_Pressure_bar": 7.881538461538462, - "Tower_Discharge_Pressure_Drop_bar": -0.008637362637361604, - "Reservoir_Pressure_bar": 9.236395604395605, - "Oil_Temperature_C": 68.20013736263736, - "Motor_Current_A": 2.576826923076923, - "Air_Intake_Valve_Status": 0.8543956043956044, - "Compressor_Outlet_Valve_Status": 0.14560439560439561, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8543956043956044, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4563296703296713, - "Pneumatic_Panel_Pressure_bar": 9.102616483516483, - "Cyclone_Filter_Drop_Pressure_bar": 7.613396153846154, - "Tower_Discharge_Pressure_Drop_bar": 0.01714230769230856, - "Reservoir_Pressure_bar": 9.104226373626373, - "Oil_Temperature_C": 67.88567994505495, - "Motor_Current_A": 2.3842781593406595, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0719032967032978, - "Pneumatic_Panel_Pressure_bar": 9.147956043956045, - "Cyclone_Filter_Drop_Pressure_bar": 8.052073626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.008571428571427729, - "Reservoir_Pressure_bar": 9.1500989010989, - "Oil_Temperature_C": 67.99667582417582, - "Motor_Current_A": 2.249625, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.390145054945056, - "Pneumatic_Panel_Pressure_bar": 9.171446153846153, - "Cyclone_Filter_Drop_Pressure_bar": 7.743473626373627, - "Tower_Discharge_Pressure_Drop_bar": -0.006741758241757387, - "Reservoir_Pressure_bar": 9.172921978021979, - "Oil_Temperature_C": 68.05293956043955, - "Motor_Current_A": 2.618107142857143, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1583021978021988, - "Pneumatic_Panel_Pressure_bar": 9.041993406593408, - "Cyclone_Filter_Drop_Pressure_bar": 7.813081318681319, - "Tower_Discharge_Pressure_Drop_bar": -0.013978021978021078, - "Reservoir_Pressure_bar": 9.043636263736264, - "Oil_Temperature_C": 67.42820054945055, - "Motor_Current_A": 2.055383241758242, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3756208791208802, - "Pneumatic_Panel_Pressure_bar": 9.175846153846154, - "Cyclone_Filter_Drop_Pressure_bar": 7.756335164835165, - "Tower_Discharge_Pressure_Drop_bar": -0.013747252747251533, - "Reservoir_Pressure_bar": 9.177131868131868, - "Oil_Temperature_C": 68.07973901098902, - "Motor_Current_A": 2.5959134615384616, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4870098901098912, - "Pneumatic_Panel_Pressure_bar": 9.13464065934066, - "Cyclone_Filter_Drop_Pressure_bar": 7.5938934065934065, - "Tower_Discharge_Pressure_Drop_bar": -0.015345054945053513, - "Reservoir_Pressure_bar": 9.135865934065933, - "Oil_Temperature_C": 67.5004945054945, - "Motor_Current_A": 2.337335164835165, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0744813186813198, - "Pneumatic_Panel_Pressure_bar": 9.066052747252748, - "Cyclone_Filter_Drop_Pressure_bar": 7.94388021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.014137362637361307, - "Reservoir_Pressure_bar": 9.066856043956044, - "Oil_Temperature_C": 67.25369505494506, - "Motor_Current_A": 2.3354491758241758, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3897994505494513, - "Pneumatic_Panel_Pressure_bar": 9.030859890109891, - "Cyclone_Filter_Drop_Pressure_bar": 7.606431318681318, - "Tower_Discharge_Pressure_Drop_bar": -0.004409340659339542, - "Reservoir_Pressure_bar": 9.031557692307693, - "Oil_Temperature_C": 66.82245879120879, - "Motor_Current_A": 2.257956730769231, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6652142857142864, - "Pneumatic_Panel_Pressure_bar": 9.21051098901099, - "Cyclone_Filter_Drop_Pressure_bar": 7.549054945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.013445054945054442, - "Reservoir_Pressure_bar": 9.211159340659341, - "Oil_Temperature_C": 68.15560897435897, - "Motor_Current_A": 3.1063667582417582, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4773076923076929, - "Pneumatic_Panel_Pressure_bar": 9.044476923076923, - "Cyclone_Filter_Drop_Pressure_bar": 7.5232186813186805, - "Tower_Discharge_Pressure_Drop_bar": -0.016998901098901127, - "Reservoir_Pressure_bar": 9.045625274725275, - "Oil_Temperature_C": 67.75307692307692, - "Motor_Current_A": 2.7048873626373626, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6432846153846161, - "Pneumatic_Panel_Pressure_bar": 9.037223626373626, - "Cyclone_Filter_Drop_Pressure_bar": 7.3438384615384615, - "Tower_Discharge_Pressure_Drop_bar": -0.01370329670329689, - "Reservoir_Pressure_bar": 9.037795054945056, - "Oil_Temperature_C": 67.57765796703298, - "Motor_Current_A": 2.776119505494506, - "Air_Intake_Valve_Status": 0.8159340659340659, - "Compressor_Outlet_Valve_Status": 0.18406593406593408, - "Active_Tower_ID": 0.9038461538461539, - "Load_Start_Signal": 0.8159340659340659, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6647947882736163, - "Pneumatic_Panel_Pressure_bar": 9.155107491856677, - "Cyclone_Filter_Drop_Pressure_bar": 7.445048859934854, - "Tower_Discharge_Pressure_Drop_bar": -0.006918566775244391, - "Reservoir_Pressure_bar": 9.155491856677523, - "Oil_Temperature_C": 68.02231270358305, - "Motor_Current_A": 3.10242671009772, - "Air_Intake_Valve_Status": 0.8143322475570033, - "Compressor_Outlet_Valve_Status": 0.18566775244299674, - "Active_Tower_ID": 0.9120521172638436, - "Load_Start_Signal": 0.8143322475570033, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.993485342019544, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-24T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.010784233726838888, - "Pneumatic_Panel_Pressure_bar": 9.628878107621487, - "Cyclone_Filter_Drop_Pressure_bar": 9.614749075363424, - "Tower_Discharge_Pressure_Drop_bar": -0.018838709677419494, - "Reservoir_Pressure_bar": 9.627632220812972, - "Oil_Temperature_C": 63.6980875322625, - "Motor_Current_A": 3.796872200590703, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.9727620247101919, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7364281247855511, - "Pneumatic_Panel_Pressure_bar": 9.129362056518577, - "Cyclone_Filter_Drop_Pressure_bar": 8.41112892768422, - "Tower_Discharge_Pressure_Drop_bar": 0.013458799632176601, - "Reservoir_Pressure_bar": 9.128170549402288, - "Oil_Temperature_C": 61.48453006409465, - "Motor_Current_A": 2.1043549223864617, - "Air_Intake_Valve_Status": 0.9263803680981595, - "Compressor_Outlet_Valve_Status": 0.0736196319018405, - "Active_Tower_ID": 0.9631901840490797, - "Load_Start_Signal": 0.9263803680981595, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9938650306748467, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0623351648351649, - "Pneumatic_Panel_Pressure_bar": 8.999857142857142, - "Cyclone_Filter_Drop_Pressure_bar": 7.847208791208791, - "Tower_Discharge_Pressure_Drop_bar": -0.017791208791208286, - "Reservoir_Pressure_bar": 8.999527472527472, - "Oil_Temperature_C": 61.74690934065934, - "Motor_Current_A": 1.6432348901098899, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7401241758241759, - "Pneumatic_Panel_Pressure_bar": 9.102531318681319, - "Cyclone_Filter_Drop_Pressure_bar": 8.328351648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.004785714285713698, - "Reservoir_Pressure_bar": 9.102483516483517, - "Oil_Temperature_C": 62.67064560439561, - "Motor_Current_A": 1.8599848901098897, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9904670329670331, - "Pneumatic_Panel_Pressure_bar": 9.085621978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.067048351648351, - "Tower_Discharge_Pressure_Drop_bar": -0.017719780219779435, - "Reservoir_Pressure_bar": 9.0854, - "Oil_Temperature_C": 62.64129120879121, - "Motor_Current_A": 2.0219134615384613, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2893604395604397, - "Pneumatic_Panel_Pressure_bar": 9.018141758241757, - "Cyclone_Filter_Drop_Pressure_bar": 7.700904395604395, - "Tower_Discharge_Pressure_Drop_bar": 0.00014505494505588686, - "Reservoir_Pressure_bar": 9.017891208791209, - "Oil_Temperature_C": 62.98413461538462, - "Motor_Current_A": 2.1763392857142856, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2384329670329675, - "Pneumatic_Panel_Pressure_bar": 9.041005494505495, - "Cyclone_Filter_Drop_Pressure_bar": 7.790121978021978, - "Tower_Discharge_Pressure_Drop_bar": -0.008302197802196728, - "Reservoir_Pressure_bar": 9.04128131868132, - "Oil_Temperature_C": 65.14898351648351, - "Motor_Current_A": 2.4332623626373624, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0911978021978024, - "Pneumatic_Panel_Pressure_bar": 8.991974725274726, - "Cyclone_Filter_Drop_Pressure_bar": 7.853948351648351, - "Tower_Discharge_Pressure_Drop_bar": -0.02081868131868036, - "Reservoir_Pressure_bar": 8.992607692307693, - "Oil_Temperature_C": 64.924010989011, - "Motor_Current_A": 2.1107156593406593, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3891648351648356, - "Pneumatic_Panel_Pressure_bar": 9.108236263736265, - "Cyclone_Filter_Drop_Pressure_bar": 7.6706703296703305, - "Tower_Discharge_Pressure_Drop_bar": -0.02006593406593351, - "Reservoir_Pressure_bar": 9.108703296703297, - "Oil_Temperature_C": 65.97836538461539, - "Motor_Current_A": 2.6358104395604394, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9910824175824181, - "Pneumatic_Panel_Pressure_bar": 9.018996153846153, - "Cyclone_Filter_Drop_Pressure_bar": 7.97360054945055, - "Tower_Discharge_Pressure_Drop_bar": -0.017462637362637264, - "Reservoir_Pressure_bar": 9.020842307692307, - "Oil_Temperature_C": 63.73619505494505, - "Motor_Current_A": 1.8762431318681319, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4323351648351654, - "Pneumatic_Panel_Pressure_bar": 9.073263186813188, - "Cyclone_Filter_Drop_Pressure_bar": 7.631334615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.016412087912086672, - "Reservoir_Pressure_bar": 9.07461868131868, - "Oil_Temperature_C": 67.11268543956045, - "Motor_Current_A": 2.4080762362637365, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1478461538461548, - "Pneumatic_Panel_Pressure_bar": 9.19925, - "Cyclone_Filter_Drop_Pressure_bar": 8.046648351648352, - "Tower_Discharge_Pressure_Drop_bar": -0.007280219780218271, - "Reservoir_Pressure_bar": 9.200788461538462, - "Oil_Temperature_C": 67.69526098901099, - "Motor_Current_A": 2.3282211538461537, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4436727716727726, - "Pneumatic_Panel_Pressure_bar": 9.205482295482295, - "Cyclone_Filter_Drop_Pressure_bar": 7.674685592185591, - "Tower_Discharge_Pressure_Drop_bar": -0.0018076923076909264, - "Reservoir_Pressure_bar": 9.207081196581198, - "Oil_Temperature_C": 67.95928724053724, - "Motor_Current_A": 2.665, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1322692307692317, - "Pneumatic_Panel_Pressure_bar": 9.102241758241759, - "Cyclone_Filter_Drop_Pressure_bar": 7.963670329670329, - "Tower_Discharge_Pressure_Drop_bar": 0.0009780219780234876, - "Reservoir_Pressure_bar": 9.10379120879121, - "Oil_Temperature_C": 67.17809065934067, - "Motor_Current_A": 2.01073489010989, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3602615384615393, - "Pneumatic_Panel_Pressure_bar": 9.205948351648352, - "Cyclone_Filter_Drop_Pressure_bar": 7.791036263736263, - "Tower_Discharge_Pressure_Drop_bar": -0.015226373626372167, - "Reservoir_Pressure_bar": 9.207283516483516, - "Oil_Temperature_C": 67.38186813186813, - "Motor_Current_A": 2.619986263736264, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.8543956043956044, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3945958485958496, - "Pneumatic_Panel_Pressure_bar": 9.073431013431014, - "Cyclone_Filter_Drop_Pressure_bar": 7.609505494505495, - "Tower_Discharge_Pressure_Drop_bar": -0.01582173382173235, - "Reservoir_Pressure_bar": 9.07491452991453, - "Oil_Temperature_C": 66.9783195970696, - "Motor_Current_A": 2.2724862637362637, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1027802197802206, - "Pneumatic_Panel_Pressure_bar": 9.128621978021979, - "Cyclone_Filter_Drop_Pressure_bar": 8.028498901098901, - "Tower_Discharge_Pressure_Drop_bar": -0.01651648351648242, - "Reservoir_Pressure_bar": 9.129574175824176, - "Oil_Temperature_C": 66.79209478021978, - "Motor_Current_A": 2.2182932692307693, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4159626373626382, - "Pneumatic_Panel_Pressure_bar": 9.086423076923078, - "Cyclone_Filter_Drop_Pressure_bar": 7.647428571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.009516483516483213, - "Reservoir_Pressure_bar": 9.086972527472527, - "Oil_Temperature_C": 66.6765521978022, - "Motor_Current_A": 2.382475274725275, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.186031868131869, - "Pneumatic_Panel_Pressure_bar": 9.211513186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.011928571428571, - "Tower_Discharge_Pressure_Drop_bar": -0.011324725274725375, - "Reservoir_Pressure_bar": 9.211375824175823, - "Oil_Temperature_C": 66.82721153846154, - "Motor_Current_A": 2.446769230769231, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2671020408163272, - "Pneumatic_Panel_Pressure_bar": 9.076931972789115, - "Cyclone_Filter_Drop_Pressure_bar": 7.757244897959184, - "Tower_Discharge_Pressure_Drop_bar": -0.01834013605442204, - "Reservoir_Pressure_bar": 9.07682993197279, - "Oil_Temperature_C": 66.34294217687075, - "Motor_Current_A": 2.3762414965986394, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9251700680272109, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9897959183673469, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.25932500000000197, - "Pneumatic_Panel_Pressure_bar": 9.39105, - "Cyclone_Filter_Drop_Pressure_bar": 9.1279, - "Tower_Discharge_Pressure_Drop_bar": -0.01807500000000056, - "Reservoir_Pressure_bar": 9.39105, - "Oil_Temperature_C": 65.93125, - "Motor_Current_A": 3.85146875, - "Air_Intake_Valve_Status": 0.9625, - "Compressor_Outlet_Valve_Status": 0.0375, - "Active_Tower_ID": 0.9625, - "Load_Start_Signal": 0.9625, - "Low_Pressure_Switch_Status": 0.0375, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.0375, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-25T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-25T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-25T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-25T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 8.21223775862069, - "Pneumatic_Panel_Pressure_bar": 7.874686091954023, - "Cyclone_Filter_Drop_Pressure_bar": 0.10735425287356407, - "Tower_Discharge_Pressure_Drop_bar": -0.02157511494252737, - "Reservoir_Pressure_bar": 7.87415275862069, - "Oil_Temperature_C": 47.75329022988505, - "Motor_Current_A": 5.793778951149425, - "Air_Intake_Valve_Status": 0.012442528735632185, - "Compressor_Outlet_Valve_Status": 0.9875574712643679, - "Active_Tower_ID": 0.3457758620689655, - "Load_Start_Signal": 0.012442528735632185, - "Low_Pressure_Switch_Status": 0.38755747126436785, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.9875574712643679, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4701191489361707, - "Pneumatic_Panel_Pressure_bar": 9.709161702127659, - "Cyclone_Filter_Drop_Pressure_bar": 8.267787234042553, - "Tower_Discharge_Pressure_Drop_bar": 0.013319148936171595, - "Reservoir_Pressure_bar": 9.708753191489361, - "Oil_Temperature_C": 58.05813829787234, - "Motor_Current_A": 4.2534148936170215, - "Air_Intake_Valve_Status": 0.851063829787234, - "Compressor_Outlet_Valve_Status": 0.14893617021276595, - "Active_Tower_ID": 0.9936170212765958, - "Load_Start_Signal": 0.851063829787234, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9638297872340424, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.4456414342629482, - "Pneumatic_Panel_Pressure_bar": 9.059116181700103, - "Cyclone_Filter_Drop_Pressure_bar": 8.573379129907273, - "Tower_Discharge_Pressure_Drop_bar": -0.02169134764072945, - "Reservoir_Pressure_bar": 9.058823465595815, - "Oil_Temperature_C": 56.76090746774695, - "Motor_Current_A": 1.463195889957219, - "Air_Intake_Valve_Status": 0.9482071713147411, - "Compressor_Outlet_Valve_Status": 0.05179282868525897, - "Active_Tower_ID": 0.9721115537848606, - "Load_Start_Signal": 0.9482071713147411, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9463021978021979, - "Pneumatic_Panel_Pressure_bar": 9.07230989010989, - "Cyclone_Filter_Drop_Pressure_bar": 8.065886263736264, - "Tower_Discharge_Pressure_Drop_bar": -0.021736263736262293, - "Reservoir_Pressure_bar": 9.072293406593406, - "Oil_Temperature_C": 59.96787774725274, - "Motor_Current_A": 1.955885989010989, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6410494505494506, - "Pneumatic_Panel_Pressure_bar": 9.019823626373626, - "Cyclone_Filter_Drop_Pressure_bar": 8.351239560439561, - "Tower_Discharge_Pressure_Drop_bar": -0.02155494505494373, - "Reservoir_Pressure_bar": 9.020376923076922, - "Oil_Temperature_C": 60.62296703296704, - "Motor_Current_A": 1.3864574175824174, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9896620879120881, - "Pneumatic_Panel_Pressure_bar": 9.086934065934065, - "Cyclone_Filter_Drop_Pressure_bar": 8.064057692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.013434065934064718, - "Reservoir_Pressure_bar": 9.087439560439561, - "Oil_Temperature_C": 61.5799793956044, - "Motor_Current_A": 2.001414835164835, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0693638583638587, - "Pneumatic_Panel_Pressure_bar": 8.97237912087912, - "Cyclone_Filter_Drop_Pressure_bar": 7.866993284493284, - "Tower_Discharge_Pressure_Drop_bar": -0.019653846153844867, - "Reservoir_Pressure_bar": 8.973428571428572, - "Oil_Temperature_C": 63.10760836385836, - "Motor_Current_A": 2.038351648351648, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.247566575342466, - "Pneumatic_Panel_Pressure_bar": 9.02981698630137, - "Cyclone_Filter_Drop_Pressure_bar": 7.748912876712329, - "Tower_Discharge_Pressure_Drop_bar": -0.020564931506848447, - "Reservoir_Pressure_bar": 9.03066082191781, - "Oil_Temperature_C": 64.28570547945206, - "Motor_Current_A": 2.1121390410958902, - "Air_Intake_Valve_Status": 0.8602739726027397, - "Compressor_Outlet_Valve_Status": 0.13972602739726028, - "Active_Tower_ID": 0.9315068493150684, - "Load_Start_Signal": 0.8602739726027397, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7253516483516487, - "Pneumatic_Panel_Pressure_bar": 9.130935714285714, - "Cyclone_Filter_Drop_Pressure_bar": 8.368868131868131, - "Tower_Discharge_Pressure_Drop_bar": -0.0073192307692302085, - "Reservoir_Pressure_bar": 9.132121428571429, - "Oil_Temperature_C": 63.495109890109894, - "Motor_Current_A": 1.7859993131868133, - "Air_Intake_Valve_Status": 0.9203296703296703, - "Compressor_Outlet_Valve_Status": 0.07967032967032966, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9203296703296703, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3376098901098905, - "Pneumatic_Panel_Pressure_bar": 9.104621978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.72051043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.018807692307692307, - "Reservoir_Pressure_bar": 9.105636813186813, - "Oil_Temperature_C": 65.34164835164836, - "Motor_Current_A": 2.344320054945055, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0289703296703303, - "Pneumatic_Panel_Pressure_bar": 9.050236263736265, - "Cyclone_Filter_Drop_Pressure_bar": 8.007507692307692, - "Tower_Discharge_Pressure_Drop_bar": -0.0031340659340658005, - "Reservoir_Pressure_bar": 9.051752747252747, - "Oil_Temperature_C": 66.13482142857143, - "Motor_Current_A": 2.2218035714285715, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0415989010989017, - "Pneumatic_Panel_Pressure_bar": 9.082547252747252, - "Cyclone_Filter_Drop_Pressure_bar": 7.993759340659341, - "Tower_Discharge_Pressure_Drop_bar": -0.016230769230767966, - "Reservoir_Pressure_bar": 9.084052747252748, - "Oil_Temperature_C": 66.20883241758241, - "Motor_Current_A": 1.9769436813186816, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3783461538461548, - "Pneumatic_Panel_Pressure_bar": 9.059925274725275, - "Cyclone_Filter_Drop_Pressure_bar": 7.6654857142857145, - "Tower_Discharge_Pressure_Drop_bar": -0.016147252747251508, - "Reservoir_Pressure_bar": 9.061646153846153, - "Oil_Temperature_C": 66.58331043956044, - "Motor_Current_A": 2.2457623626373624, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0229917808219189, - "Pneumatic_Panel_Pressure_bar": 9.133905753424656, - "Cyclone_Filter_Drop_Pressure_bar": 8.092009863013699, - "Tower_Discharge_Pressure_Drop_bar": -0.01524273972602596, - "Reservoir_Pressure_bar": 9.13611397260274, - "Oil_Temperature_C": 67.34679452054795, - "Motor_Current_A": 2.2346657534246575, - "Air_Intake_Valve_Status": 0.8876712328767123, - "Compressor_Outlet_Valve_Status": 0.11232876712328767, - "Active_Tower_ID": 0.947945205479452, - "Load_Start_Signal": 0.8876712328767123, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0844401098901109, - "Pneumatic_Panel_Pressure_bar": 9.126106593406593, - "Cyclone_Filter_Drop_Pressure_bar": 8.004030219780221, - "Tower_Discharge_Pressure_Drop_bar": -0.015334615384613882, - "Reservoir_Pressure_bar": 9.128200549450549, - "Oil_Temperature_C": 67.13731456043956, - "Motor_Current_A": 2.085267857142857, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4072087912087923, - "Pneumatic_Panel_Pressure_bar": 9.047259340659341, - "Cyclone_Filter_Drop_Pressure_bar": 7.6239939560439565, - "Tower_Discharge_Pressure_Drop_bar": -0.015963186813185343, - "Reservoir_Pressure_bar": 9.048638461538461, - "Oil_Temperature_C": 67.4401304945055, - "Motor_Current_A": 2.421195054945055, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0279104395604406, - "Pneumatic_Panel_Pressure_bar": 9.06347967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.998589560439561, - "Tower_Discharge_Pressure_Drop_bar": -0.01618681318681193, - "Reservoir_Pressure_bar": 9.064953846153847, - "Oil_Temperature_C": 67.12235576923078, - "Motor_Current_A": 2.176885989010989, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4442000000000006, - "Pneumatic_Panel_Pressure_bar": 9.186461538461538, - "Cyclone_Filter_Drop_Pressure_bar": 7.737986813186813, - "Tower_Discharge_Pressure_Drop_bar": 0.015549450549451097, - "Reservoir_Pressure_bar": 9.187495604395604, - "Oil_Temperature_C": 67.52407967032967, - "Motor_Current_A": 2.6331524725274726, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4181758241758249, - "Pneumatic_Panel_Pressure_bar": 9.07703846153846, - "Cyclone_Filter_Drop_Pressure_bar": 7.633395604395605, - "Tower_Discharge_Pressure_Drop_bar": -0.017574175824175933, - "Reservoir_Pressure_bar": 9.077524725274726, - "Oil_Temperature_C": 66.25896291208791, - "Motor_Current_A": 2.3995501373626373, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6618021978021983, - "Pneumatic_Panel_Pressure_bar": 8.990963736263735, - "Cyclone_Filter_Drop_Pressure_bar": 8.299128571428572, - "Tower_Discharge_Pressure_Drop_bar": -0.018175824175824463, - "Reservoir_Pressure_bar": 8.991470879120879, - "Oil_Temperature_C": 64.0259478021978, - "Motor_Current_A": 1.5508015109890108, - "Air_Intake_Valve_Status": 0.9258241758241759, - "Compressor_Outlet_Valve_Status": 0.07417582417582418, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9258241758241759, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9478835164835169, - "Pneumatic_Panel_Pressure_bar": 9.074297802197801, - "Cyclone_Filter_Drop_Pressure_bar": 8.108373626373625, - "Tower_Discharge_Pressure_Drop_bar": -0.017280219780220023, - "Reservoir_Pressure_bar": 9.074879120879121, - "Oil_Temperature_C": 63.55868131868132, - "Motor_Current_A": 1.9316483516483516, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9949369863013702, - "Pneumatic_Panel_Pressure_bar": 9.044792876712329, - "Cyclone_Filter_Drop_Pressure_bar": 8.025927123287671, - "Tower_Discharge_Pressure_Drop_bar": -0.005271232876712495, - "Reservoir_Pressure_bar": 9.045127671232876, - "Oil_Temperature_C": 63.04137671232877, - "Motor_Current_A": 1.947835616438356, - "Air_Intake_Valve_Status": 0.8904109589041096, - "Compressor_Outlet_Valve_Status": 0.1095890410958904, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8904109589041096, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9447747252747254, - "Pneumatic_Panel_Pressure_bar": 8.976803296703297, - "Cyclone_Filter_Drop_Pressure_bar": 7.985780769230769, - "Tower_Discharge_Pressure_Drop_bar": -0.018934065934065953, - "Reservoir_Pressure_bar": 8.976803296703297, - "Oil_Temperature_C": 62.401243131868135, - "Motor_Current_A": 1.5823695054945053, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6376275946275948, - "Pneumatic_Panel_Pressure_bar": 9.05437851037851, - "Cyclone_Filter_Drop_Pressure_bar": 8.38831684981685, - "Tower_Discharge_Pressure_Drop_bar": -0.018603174603174552, - "Reservoir_Pressure_bar": 9.054719169719169, - "Oil_Temperature_C": 62.9674068986569, - "Motor_Current_A": 1.6764079670329666, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-26T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9383593406593408, - "Pneumatic_Panel_Pressure_bar": 9.05292967032967, - "Cyclone_Filter_Drop_Pressure_bar": 8.068017582417584, - "Tower_Discharge_Pressure_Drop_bar": -0.019368131868131706, - "Reservoir_Pressure_bar": 9.05311978021978, - "Oil_Temperature_C": 62.9301510989011, - "Motor_Current_A": 1.9333653846153842, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9545934065934065, - "Pneumatic_Panel_Pressure_bar": 9.025989010989012, - "Cyclone_Filter_Drop_Pressure_bar": 8.041467032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.00880219780219748, - "Reservoir_Pressure_bar": 9.026373626373626, - "Oil_Temperature_C": 62.57912087912088, - "Motor_Current_A": 1.900958104395604, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.945054945054945, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9565, - "Pneumatic_Panel_Pressure_bar": 8.975723626373625, - "Cyclone_Filter_Drop_Pressure_bar": 8.007932417582417, - "Tower_Discharge_Pressure_Drop_bar": 0.002516483516483782, - "Reservoir_Pressure_bar": 8.976042307692307, - "Oil_Temperature_C": 62.16506181318682, - "Motor_Current_A": 1.6378289835164832, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6499609890109893, - "Pneumatic_Panel_Pressure_bar": 9.054448901098901, - "Cyclone_Filter_Drop_Pressure_bar": 8.386558791208792, - "Tower_Discharge_Pressure_Drop_bar": -0.013005494505494238, - "Reservoir_Pressure_bar": 9.054828021978024, - "Oil_Temperature_C": 62.8726717032967, - "Motor_Current_A": 1.7002953296703294, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0267967032967036, - "Pneumatic_Panel_Pressure_bar": 9.08471978021978, - "Cyclone_Filter_Drop_Pressure_bar": 8.049642857142858, - "Tower_Discharge_Pressure_Drop_bar": -0.00735164835164788, - "Reservoir_Pressure_bar": 9.08456043956044, - "Oil_Temperature_C": 63.167445054945055, - "Motor_Current_A": 1.9788942307692308, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2828021978021982, - "Pneumatic_Panel_Pressure_bar": 8.911427472527473, - "Cyclone_Filter_Drop_Pressure_bar": 7.5084868131868125, - "Tower_Discharge_Pressure_Drop_bar": -0.00892417582417546, - "Reservoir_Pressure_bar": 8.911524175824177, - "Oil_Temperature_C": 64.4059478021978, - "Motor_Current_A": 2.1851442307692306, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4217637362637368, - "Pneumatic_Panel_Pressure_bar": 9.077154945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.655256043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.005787912087911638, - "Reservoir_Pressure_bar": 9.077454945054946, - "Oil_Temperature_C": 65.11114010989012, - "Motor_Current_A": 2.310726648351648, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9924747252747258, - "Pneumatic_Panel_Pressure_bar": 9.06465054945055, - "Cyclone_Filter_Drop_Pressure_bar": 8.072807692307693, - "Tower_Discharge_Pressure_Drop_bar": -0.012580219780219542, - "Reservoir_Pressure_bar": 9.065263736263736, - "Oil_Temperature_C": 65.35531593406593, - "Motor_Current_A": 2.293717032967033, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4156175824175827, - "Pneumatic_Panel_Pressure_bar": 8.92613846153846, - "Cyclone_Filter_Drop_Pressure_bar": 7.526198901098901, - "Tower_Discharge_Pressure_Drop_bar": 0.0018241758241757352, - "Reservoir_Pressure_bar": 8.927141758241758, - "Oil_Temperature_C": 65.26792582417583, - "Motor_Current_A": 2.259237637362637, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9862637362637363, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.073104395604396, - "Pneumatic_Panel_Pressure_bar": 9.158497802197802, - "Cyclone_Filter_Drop_Pressure_bar": 8.04328021978022, - "Tower_Discharge_Pressure_Drop_bar": -0.017587912087912334, - "Reservoir_Pressure_bar": 9.15973186813187, - "Oil_Temperature_C": 65.99317307692307, - "Motor_Current_A": 2.166300824175824, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.131594505494506, - "Pneumatic_Panel_Pressure_bar": 8.994850549450549, - "Cyclone_Filter_Drop_Pressure_bar": 7.841625274725275, - "Tower_Discharge_Pressure_Drop_bar": -0.00419340659340595, - "Reservoir_Pressure_bar": 8.996175824175825, - "Oil_Temperature_C": 66.050260989011, - "Motor_Current_A": 2.1601991758241756, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0997704109589048, - "Pneumatic_Panel_Pressure_bar": 9.159347397260273, - "Cyclone_Filter_Drop_Pressure_bar": 8.064881643835616, - "Tower_Discharge_Pressure_Drop_bar": -0.011068493150683503, - "Reservoir_Pressure_bar": 9.160958356164384, - "Oil_Temperature_C": 66.7853698630137, - "Motor_Current_A": 2.1216171232876713, - "Air_Intake_Valve_Status": 0.8821917808219178, - "Compressor_Outlet_Valve_Status": 0.1178082191780822, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.8821917808219178, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1846818681318687, - "Pneumatic_Panel_Pressure_bar": 8.911820329670329, - "Cyclone_Filter_Drop_Pressure_bar": 7.699776373626374, - "Tower_Discharge_Pressure_Drop_bar": 0.0023961538461552577, - "Reservoir_Pressure_bar": 8.91365, - "Oil_Temperature_C": 65.94445054945055, - "Motor_Current_A": 2.067561813186813, - "Air_Intake_Valve_Status": 0.8681318681318682, - "Compressor_Outlet_Valve_Status": 0.13186813186813187, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8681318681318682, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3856452991452999, - "Pneumatic_Panel_Pressure_bar": 9.095528693528694, - "Cyclone_Filter_Drop_Pressure_bar": 7.715167277167278, - "Tower_Discharge_Pressure_Drop_bar": -0.005175824175823029, - "Reservoir_Pressure_bar": 9.097664835164835, - "Oil_Temperature_C": 67.18395146520146, - "Motor_Current_A": 2.4383409645909646, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0392945054945062, - "Pneumatic_Panel_Pressure_bar": 9.0302989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.963301098901098, - "Tower_Discharge_Pressure_Drop_bar": -0.015824175824174353, - "Reservoir_Pressure_bar": 9.032375824175825, - "Oil_Temperature_C": 66.67267857142858, - "Motor_Current_A": 2.1337513736263736, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4230824175824184, - "Pneumatic_Panel_Pressure_bar": 9.016797802197802, - "Cyclone_Filter_Drop_Pressure_bar": 7.552954945054945, - "Tower_Discharge_Pressure_Drop_bar": -0.015478021978020493, - "Reservoir_Pressure_bar": 9.018501098901098, - "Oil_Temperature_C": 66.67994505494505, - "Motor_Current_A": 2.282078296703297, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0655912087912096, - "Pneumatic_Panel_Pressure_bar": 9.131513186813187, - "Cyclone_Filter_Drop_Pressure_bar": 8.039441758241757, - "Tower_Discharge_Pressure_Drop_bar": -0.01648901098900997, - "Reservoir_Pressure_bar": 9.132593406593408, - "Oil_Temperature_C": 66.6960989010989, - "Motor_Current_A": 2.304519230769231, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4239901098901104, - "Pneumatic_Panel_Pressure_bar": 9.064502197802197, - "Cyclone_Filter_Drop_Pressure_bar": 7.597842857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.017302197802197633, - "Reservoir_Pressure_bar": 9.065197802197803, - "Oil_Temperature_C": 66.51068681318681, - "Motor_Current_A": 2.3497335164835165, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1184263013698637, - "Pneumatic_Panel_Pressure_bar": 9.206467397260274, - "Cyclone_Filter_Drop_Pressure_bar": 8.041563835616438, - "Tower_Discharge_Pressure_Drop_bar": -0.01601698630136993, - "Reservoir_Pressure_bar": 9.206982465753425, - "Oil_Temperature_C": 66.50408219178082, - "Motor_Current_A": 2.353894520547945, - "Air_Intake_Valve_Status": 0.873972602739726, - "Compressor_Outlet_Valve_Status": 0.12602739726027398, - "Active_Tower_ID": 0.9397260273972603, - "Load_Start_Signal": 0.873972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.019533516483517, - "Pneumatic_Panel_Pressure_bar": 9.003101648351649, - "Cyclone_Filter_Drop_Pressure_bar": 7.982667582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.01866428571428584, - "Reservoir_Pressure_bar": 9.00346978021978, - "Oil_Temperature_C": 65.71506868131868, - "Motor_Current_A": 2.004434752747253, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.012700000000000015, - "Pneumatic_Panel_Pressure_bar": 8.304933333333333, - "Cyclone_Filter_Drop_Pressure_bar": 8.2923, - "Tower_Discharge_Pressure_Drop_bar": -0.019833333333332925, - "Reservoir_Pressure_bar": 8.3064, - "Oil_Temperature_C": 60.37583333333333, - "Motor_Current_A": 0.04120833333333309, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.838990159901599, - "Pneumatic_Panel_Pressure_bar": 8.429180811808118, - "Cyclone_Filter_Drop_Pressure_bar": 5.69569741697417, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 8.430567035670357, - "Oil_Temperature_C": 58.1265221402214, - "Motor_Current_A": 1.8523723862238621, - "Air_Intake_Valve_Status": 0.6931119311193111, - "Compressor_Outlet_Valve_Status": 0.3068880688806888, - "Active_Tower_ID": 0.6931119311193111, - "Load_Start_Signal": 0.6931119311193111, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-27T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7626170081607149, - "Pneumatic_Panel_Pressure_bar": 9.63746721743564, - "Cyclone_Filter_Drop_Pressure_bar": 7.912529792511041, - "Tower_Discharge_Pressure_Drop_bar": -0.01970491803278655, - "Reservoir_Pressure_bar": 9.63658395626111, - "Oil_Temperature_C": 59.35498468245807, - "Motor_Current_A": 3.604639339221261, - "Air_Intake_Valve_Status": 0.8206644947011531, - "Compressor_Outlet_Valve_Status": 0.1793355052988469, - "Active_Tower_ID": 0.919025150438858, - "Load_Start_Signal": 0.8206644947011531, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9836065573770492, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-27T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.01210656603773392, - "Pneumatic_Panel_Pressure_bar": 9.514512, - "Cyclone_Filter_Drop_Pressure_bar": 9.503214188679246, - "Tower_Discharge_Pressure_Drop_bar": -0.0199999999999995, - "Reservoir_Pressure_bar": 9.516512, - "Oil_Temperature_C": 57.928520754716985, - "Motor_Current_A": 1.3408592452830186, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7863150784238225, - "Pneumatic_Panel_Pressure_bar": 9.034638476190477, - "Cyclone_Filter_Drop_Pressure_bar": 8.214773812860994, - "Tower_Discharge_Pressure_Drop_bar": -0.020251700680271472, - "Reservoir_Pressure_bar": 9.034026231292518, - "Oil_Temperature_C": 57.476041047362344, - "Motor_Current_A": 1.6078786125016042, - "Air_Intake_Valve_Status": 0.9115646258503401, - "Compressor_Outlet_Valve_Status": 0.08843537414965986, - "Active_Tower_ID": 0.9591836734693877, - "Load_Start_Signal": 0.9115646258503401, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6447835164835166, - "Pneumatic_Panel_Pressure_bar": 9.122848351648353, - "Cyclone_Filter_Drop_Pressure_bar": 8.455337362637362, - "Tower_Discharge_Pressure_Drop_bar": -0.012936263736262988, - "Reservoir_Pressure_bar": 9.123095604395603, - "Oil_Temperature_C": 61.361456043956046, - "Motor_Current_A": 1.7078997252747252, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.9615384615384616, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7805054945054947, - "Pneumatic_Panel_Pressure_bar": 8.951508791208791, - "Cyclone_Filter_Drop_Pressure_bar": 8.140271428571427, - "Tower_Discharge_Pressure_Drop_bar": -0.020539560439559644, - "Reservoir_Pressure_bar": 8.952393406593407, - "Oil_Temperature_C": 60.68629120879121, - "Motor_Current_A": 1.3932884615384613, - "Air_Intake_Valve_Status": 0.9120879120879121, - "Compressor_Outlet_Valve_Status": 0.08791208791208792, - "Active_Tower_ID": 0.9532967032967034, - "Load_Start_Signal": 0.9120879120879121, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.8464291208791209, - "Pneumatic_Panel_Pressure_bar": 9.135902747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.293593406593406, - "Tower_Discharge_Pressure_Drop_bar": -0.006302197802196918, - "Reservoir_Pressure_bar": 9.136204395604395, - "Oil_Temperature_C": 61.82861263736264, - "Motor_Current_A": 1.8906346153846152, - "Air_Intake_Valve_Status": 0.9065934065934066, - "Compressor_Outlet_Valve_Status": 0.09340659340659341, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.9065934065934066, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1188901098901098, - "Pneumatic_Panel_Pressure_bar": 8.994175824175825, - "Cyclone_Filter_Drop_Pressure_bar": 7.841142857142857, - "Tower_Discharge_Pressure_Drop_bar": -0.0018571428571416582, - "Reservoir_Pressure_bar": 8.994335164835165, - "Oil_Temperature_C": 60.808516483516485, - "Motor_Current_A": 1.6253434065934063, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0737653846153847, - "Pneumatic_Panel_Pressure_bar": 9.045771978021978, - "Cyclone_Filter_Drop_Pressure_bar": 7.9797098901098895, - "Tower_Discharge_Pressure_Drop_bar": -0.0004021978021964464, - "Reservoir_Pressure_bar": 9.045982417582417, - "Oil_Temperature_C": 62.285315934065935, - "Motor_Current_A": 2.033779532967033, - "Air_Intake_Valve_Status": 0.8854395604395605, - "Compressor_Outlet_Valve_Status": 0.11456043956043957, - "Active_Tower_ID": 0.945879120879121, - "Load_Start_Signal": 0.8854395604395605, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.062247252747253, - "Pneumatic_Panel_Pressure_bar": 9.146002747252748, - "Cyclone_Filter_Drop_Pressure_bar": 8.06467032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.007651098901097653, - "Reservoir_Pressure_bar": 9.146593406593407, - "Oil_Temperature_C": 65.05456730769231, - "Motor_Current_A": 2.403911401098901, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3611318681318685, - "Pneumatic_Panel_Pressure_bar": 9.035486813186813, - "Cyclone_Filter_Drop_Pressure_bar": 7.639232967032967, - "Tower_Discharge_Pressure_Drop_bar": -0.02060439560439473, - "Reservoir_Pressure_bar": 9.036513186813188, - "Oil_Temperature_C": 65.33288461538461, - "Motor_Current_A": 2.405151098901099, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0639120879120885, - "Pneumatic_Panel_Pressure_bar": 9.050615384615385, - "Cyclone_Filter_Drop_Pressure_bar": 7.936593406593407, - "Tower_Discharge_Pressure_Drop_bar": -0.019813186813186418, - "Reservoir_Pressure_bar": 9.051675824175824, - "Oil_Temperature_C": 65.43372252747253, - "Motor_Current_A": 2.1853434065934065, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.331192307692308, - "Pneumatic_Panel_Pressure_bar": 9.19935, - "Cyclone_Filter_Drop_Pressure_bar": 7.8708, - "Tower_Discharge_Pressure_Drop_bar": -0.018826373626373714, - "Reservoir_Pressure_bar": 9.200174175824177, - "Oil_Temperature_C": 66.62216346153846, - "Motor_Current_A": 2.5632376373626373, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3836285714285719, - "Pneumatic_Panel_Pressure_bar": 9.099142857142859, - "Cyclone_Filter_Drop_Pressure_bar": 7.6831538461538464, - "Tower_Discharge_Pressure_Drop_bar": -0.017897802197802376, - "Reservoir_Pressure_bar": 9.10058901098901, - "Oil_Temperature_C": 66.4710576923077, - "Motor_Current_A": 2.435230769230769, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.002895604395605, - "Pneumatic_Panel_Pressure_bar": 9.1111105006105, - "Cyclone_Filter_Drop_Pressure_bar": 8.057703907203907, - "Tower_Discharge_Pressure_Drop_bar": -0.017648351648351806, - "Reservoir_Pressure_bar": 9.11302503052503, - "Oil_Temperature_C": 66.36751373626375, - "Motor_Current_A": 2.1624175824175826, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4034192307692313, - "Pneumatic_Panel_Pressure_bar": 9.07148956043956, - "Cyclone_Filter_Drop_Pressure_bar": 7.651115934065935, - "Tower_Discharge_Pressure_Drop_bar": -0.008034615384615551, - "Reservoir_Pressure_bar": 9.073145054945055, - "Oil_Temperature_C": 66.11026785714286, - "Motor_Current_A": 2.4483379120879123, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.150460317460318, - "Pneumatic_Panel_Pressure_bar": 9.013240537240536, - "Cyclone_Filter_Drop_Pressure_bar": 7.819994505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.018259462759463014, - "Reservoir_Pressure_bar": 9.014932844932845, - "Oil_Temperature_C": 66.17684676434676, - "Motor_Current_A": 2.2211301892551893, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.2087912087912088, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2284010958904115, - "Pneumatic_Panel_Pressure_bar": 9.051480547945205, - "Cyclone_Filter_Drop_Pressure_bar": 7.810286027397261, - "Tower_Discharge_Pressure_Drop_bar": -0.0015123287671235284, - "Reservoir_Pressure_bar": 9.052955616438357, - "Oil_Temperature_C": 65.84908219178082, - "Motor_Current_A": 2.0805465753424657, - "Air_Intake_Valve_Status": 0.8657534246575342, - "Compressor_Outlet_Valve_Status": 0.13424657534246576, - "Active_Tower_ID": 0.9342465753424658, - "Load_Start_Signal": 0.8657534246575342, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3861390109890115, - "Pneumatic_Panel_Pressure_bar": 9.050797802197803, - "Cyclone_Filter_Drop_Pressure_bar": 7.6439620879120875, - "Tower_Discharge_Pressure_Drop_bar": -0.013368131868131882, - "Reservoir_Pressure_bar": 9.051584065934067, - "Oil_Temperature_C": 66.63256181318681, - "Motor_Current_A": 2.5925824175824177, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.360615384615385, - "Pneumatic_Panel_Pressure_bar": 9.0870010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.664919230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.0193796703296701, - "Reservoir_Pressure_bar": 9.087452747252748, - "Oil_Temperature_C": 66.1160989010989, - "Motor_Current_A": 2.4504457417582417, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.070465384615385, - "Pneumatic_Panel_Pressure_bar": 8.962322527472528, - "Cyclone_Filter_Drop_Pressure_bar": 7.857840659340659, - "Tower_Discharge_Pressure_Drop_bar": -0.0197967032967029, - "Reservoir_Pressure_bar": 8.963043956043956, - "Oil_Temperature_C": 65.34358516483516, - "Motor_Current_A": 2.161474587912088, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2835750915750919, - "Pneumatic_Panel_Pressure_bar": 9.174432234432235, - "Cyclone_Filter_Drop_Pressure_bar": 7.8693351648351655, - "Tower_Discharge_Pressure_Drop_bar": -0.0200402930402925, - "Reservoir_Pressure_bar": 9.174606227106228, - "Oil_Temperature_C": 66.06243131868132, - "Motor_Current_A": 2.5546336996337, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.9440659340659348, - "Pneumatic_Panel_Pressure_bar": 9.095763736263736, - "Cyclone_Filter_Drop_Pressure_bar": 7.155233516483516, - "Tower_Discharge_Pressure_Drop_bar": -0.006074175824175308, - "Reservoir_Pressure_bar": 9.095804945054946, - "Oil_Temperature_C": 66.96806318681318, - "Motor_Current_A": 3.2316277472527473, - "Air_Intake_Valve_Status": 0.7857142857142857, - "Compressor_Outlet_Valve_Status": 0.21428571428571427, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.7857142857142857, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5018131868131874, - "Pneumatic_Panel_Pressure_bar": 9.116267582417581, - "Cyclone_Filter_Drop_Pressure_bar": 7.648723626373627, - "Tower_Discharge_Pressure_Drop_bar": 0.0025824175824181355, - "Reservoir_Pressure_bar": 9.116663186813186, - "Oil_Temperature_C": 66.38929258241758, - "Motor_Current_A": 2.7201943681318683, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9175824175824175, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5274964383561647, - "Pneumatic_Panel_Pressure_bar": 9.151473972602739, - "Cyclone_Filter_Drop_Pressure_bar": 7.559068493150685, - "Tower_Discharge_Pressure_Drop_bar": -0.004120547945204977, - "Reservoir_Pressure_bar": 9.152219178082191, - "Oil_Temperature_C": 67.0750684931507, - "Motor_Current_A": 2.867477397260274, - "Air_Intake_Valve_Status": 0.8273972602739726, - "Compressor_Outlet_Valve_Status": 0.1726027397260274, - "Active_Tower_ID": 0.9095890410958904, - "Load_Start_Signal": 0.8273972602739726, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.799084870848709, - "Pneumatic_Panel_Pressure_bar": 9.132672324723247, - "Cyclone_Filter_Drop_Pressure_bar": 7.282518081180812, - "Tower_Discharge_Pressure_Drop_bar": 0.001231734317343969, - "Reservoir_Pressure_bar": 9.132753505535055, - "Oil_Temperature_C": 66.94338560885609, - "Motor_Current_A": 2.90239852398524, - "Air_Intake_Valve_Status": 0.8007380073800738, - "Compressor_Outlet_Valve_Status": 0.1992619926199262, - "Active_Tower_ID": 0.9077490774907749, - "Load_Start_Signal": 0.8007380073800738, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.992619926199262, - "Low_Oil_Level_Alarm": 0, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-28T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5393727272727278, - "Pneumatic_Panel_Pressure_bar": 9.103521750212405, - "Cyclone_Filter_Drop_Pressure_bar": 8.548854545454546, - "Tower_Discharge_Pressure_Drop_bar": -0.021118181818180686, - "Reservoir_Pressure_bar": 9.1027474086661, - "Oil_Temperature_C": 61.19910046728972, - "Motor_Current_A": 1.6346687553101102, - "Air_Intake_Valve_Status": 0.9409090909090909, - "Compressor_Outlet_Valve_Status": 0.05909090909090909, - "Active_Tower_ID": 0.9681818181818181, - "Load_Start_Signal": 0.9409090909090909, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 0.9972387425658453, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 2.448769230769231, - "Pneumatic_Panel_Pressure_bar": 8.630907692307693, - "Cyclone_Filter_Drop_Pressure_bar": 5.935369230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.021880769230767764, - "Reservoir_Pressure_bar": 8.630607692307693, - "Oil_Temperature_C": 58.362596153846155, - "Motor_Current_A": 1.3939903846153843, - "Air_Intake_Valve_Status": 0.7115384615384616, - "Compressor_Outlet_Valve_Status": 0.28846153846153844, - "Active_Tower_ID": 0.8461538461538461, - "Load_Start_Signal": 0.7115384615384616, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.706676217765043, - "Pneumatic_Panel_Pressure_bar": 9.622780251267356, - "Cyclone_Filter_Drop_Pressure_bar": -0.011544045257512158, - "Tower_Discharge_Pressure_Drop_bar": -0.022455954742486663, - "Reservoir_Pressure_bar": 9.619236206009845, - "Oil_Temperature_C": 60.2448571008743, - "Motor_Current_A": 1.3798462640511346, - "Air_Intake_Valve_Status": 0, - "Compressor_Outlet_Valve_Status": 1, - "Active_Tower_ID": 0.7720226287561531, - "Load_Start_Signal": 0, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-29T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 4.012459192161938, - "Pneumatic_Panel_Pressure_bar": 9.66494671055906, - "Cyclone_Filter_Drop_Pressure_bar": 5.756048836211698, - "Tower_Discharge_Pressure_Drop_bar": -0.023919803953634126, - "Reservoir_Pressure_bar": 9.662931030641726, - "Oil_Temperature_C": 53.38901232636791, - "Motor_Current_A": 4.727375521696161, - "Air_Intake_Valve_Status": 0.5806451612903226, - "Compressor_Outlet_Valve_Status": 0.41935483870967744, - "Active_Tower_ID": 0.7497754425381749, - "Load_Start_Signal": 0.5806451612903226, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1888203389830514, - "Pneumatic_Panel_Pressure_bar": 9.24466440677966, - "Cyclone_Filter_Drop_Pressure_bar": 8.048745762711865, - "Tower_Discharge_Pressure_Drop_bar": -0.014244067796609985, - "Reservoir_Pressure_bar": 9.244671186440678, - "Oil_Temperature_C": 61.59580508474576, - "Motor_Current_A": 2.702165254237288, - "Air_Intake_Valve_Status": 0.8711864406779661, - "Compressor_Outlet_Valve_Status": 0.1288135593220339, - "Active_Tower_ID": 0.9322033898305084, - "Load_Start_Signal": 0.8711864406779661, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9966101694915255, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.363538461538462, - "Pneumatic_Panel_Pressure_bar": 9.057913186813186, - "Cyclone_Filter_Drop_Pressure_bar": 7.691660439560439, - "Tower_Discharge_Pressure_Drop_bar": -0.008398901098900166, - "Reservoir_Pressure_bar": 9.058023076923076, - "Oil_Temperature_C": 62.8864010989011, - "Motor_Current_A": 2.2922184065934066, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0506489621489625, - "Pneumatic_Panel_Pressure_bar": 9.116587301587302, - "Cyclone_Filter_Drop_Pressure_bar": 8.022867521367521, - "Tower_Discharge_Pressure_Drop_bar": -0.02191758241758103, - "Reservoir_Pressure_bar": 9.116834554334554, - "Oil_Temperature_C": 64.142528998779, - "Motor_Current_A": 2.326503357753358, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.033441208791209, - "Pneumatic_Panel_Pressure_bar": 9.00958076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.952399450549451, - "Tower_Discharge_Pressure_Drop_bar": -0.010968681318680206, - "Reservoir_Pressure_bar": 9.009961538461539, - "Oil_Temperature_C": 64.30978708791208, - "Motor_Current_A": 1.9852699175824176, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0701379120879124, - "Pneumatic_Panel_Pressure_bar": 9.08417912087912, - "Cyclone_Filter_Drop_Pressure_bar": 7.945026373626373, - "Tower_Discharge_Pressure_Drop_bar": -0.0014395604395598535, - "Reservoir_Pressure_bar": 9.08512912087912, - "Oil_Temperature_C": 64.7193543956044, - "Motor_Current_A": 2.0475693681318683, - "Air_Intake_Valve_Status": 0.873901098901099, - "Compressor_Outlet_Valve_Status": 0.1260989010989011, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.873901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3993461538461542, - "Pneumatic_Panel_Pressure_bar": 9.130813186813187, - "Cyclone_Filter_Drop_Pressure_bar": 7.747269230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.01939560439560421, - "Reservoir_Pressure_bar": 9.131346153846154, - "Oil_Temperature_C": 66.07335164835165, - "Motor_Current_A": 2.575418956043956, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1113247252747258, - "Pneumatic_Panel_Pressure_bar": 8.989127472527471, - "Cyclone_Filter_Drop_Pressure_bar": 7.844451648351648, - "Tower_Discharge_Pressure_Drop_bar": -0.009912637362637443, - "Reservoir_Pressure_bar": 8.990595054945054, - "Oil_Temperature_C": 65.73679258241758, - "Motor_Current_A": 2.013543269230769, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1187049450549456, - "Pneumatic_Panel_Pressure_bar": 9.069929670329671, - "Cyclone_Filter_Drop_Pressure_bar": 7.946753846153846, - "Tower_Discharge_Pressure_Drop_bar": -0.018756593406593514, - "Reservoir_Pressure_bar": 9.070876373626374, - "Oil_Temperature_C": 65.38473901098901, - "Motor_Current_A": 2.011298076923077, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3934862637362642, - "Pneumatic_Panel_Pressure_bar": 9.065483516483516, - "Cyclone_Filter_Drop_Pressure_bar": 7.6593846153846155, - "Tower_Discharge_Pressure_Drop_bar": -0.0023736263736265717, - "Reservoir_Pressure_bar": 9.067315934065935, - "Oil_Temperature_C": 65.7632554945055, - "Motor_Current_A": 2.4449553571428573, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1002109890109895, - "Pneumatic_Panel_Pressure_bar": 9.045724175824175, - "Cyclone_Filter_Drop_Pressure_bar": 7.90463076923077, - "Tower_Discharge_Pressure_Drop_bar": -0.004181318681318855, - "Reservoir_Pressure_bar": 9.04755934065934, - "Oil_Temperature_C": 65.80572802197803, - "Motor_Current_A": 2.181223901098901, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1936538461538468, - "Pneumatic_Panel_Pressure_bar": 9.101571428571429, - "Cyclone_Filter_Drop_Pressure_bar": 7.893686813186814, - "Tower_Discharge_Pressure_Drop_bar": -0.018285714285714516, - "Reservoir_Pressure_bar": 9.102423076923078, - "Oil_Temperature_C": 65.85741758241758, - "Motor_Current_A": 2.0564903846153846, - "Air_Intake_Valve_Status": 0.8708791208791209, - "Compressor_Outlet_Valve_Status": 0.12912087912087913, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8708791208791209, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4305318681318686, - "Pneumatic_Panel_Pressure_bar": 9.191742857142858, - "Cyclone_Filter_Drop_Pressure_bar": 7.76170989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.012686813186813329, - "Reservoir_Pressure_bar": 9.192352747252746, - "Oil_Temperature_C": 66.3910989010989, - "Motor_Current_A": 2.413633241758242, - "Air_Intake_Valve_Status": 0.8434065934065934, - "Compressor_Outlet_Valve_Status": 0.1565934065934066, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8434065934065934, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9966098901098907, - "Pneumatic_Panel_Pressure_bar": 9.009502747252746, - "Cyclone_Filter_Drop_Pressure_bar": 7.965917582417583, - "Tower_Discharge_Pressure_Drop_bar": -0.019115384615384555, - "Reservoir_Pressure_bar": 9.010098901098901, - "Oil_Temperature_C": 65.53626373626373, - "Motor_Current_A": 2.1783791208791206, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4013241758241763, - "Pneumatic_Panel_Pressure_bar": 9.02953901098901, - "Cyclone_Filter_Drop_Pressure_bar": 7.5984401098901095, - "Tower_Discharge_Pressure_Drop_bar": -0.00022527472527454986, - "Reservoir_Pressure_bar": 9.029705494505494, - "Oil_Temperature_C": 66.6070673076923, - "Motor_Current_A": 2.5268798076923074, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.8620054945054951, - "Pneumatic_Panel_Pressure_bar": 9.19854945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.335104395604396, - "Tower_Discharge_Pressure_Drop_bar": 0.008587912087912285, - "Reservoir_Pressure_bar": 9.199043956043957, - "Oil_Temperature_C": 68.21524725274725, - "Motor_Current_A": 3.3876579670329674, - "Air_Intake_Valve_Status": 0.7994505494505495, - "Compressor_Outlet_Valve_Status": 0.20054945054945056, - "Active_Tower_ID": 0.9010989010989011, - "Load_Start_Signal": 0.7994505494505495, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.7995994505494513, - "Pneumatic_Panel_Pressure_bar": 9.040534615384615, - "Cyclone_Filter_Drop_Pressure_bar": 7.226034615384616, - "Tower_Discharge_Pressure_Drop_bar": -0.0035164835164832224, - "Reservoir_Pressure_bar": 9.040858241758242, - "Oil_Temperature_C": 67.41017170329671, - "Motor_Current_A": 2.8765, - "Air_Intake_Valve_Status": 0.804945054945055, - "Compressor_Outlet_Valve_Status": 0.19505494505494506, - "Active_Tower_ID": 0.8983516483516484, - "Load_Start_Signal": 0.804945054945055, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6101192307692314, - "Pneumatic_Panel_Pressure_bar": 9.108314285714286, - "Cyclone_Filter_Drop_Pressure_bar": 7.484047802197803, - "Tower_Discharge_Pressure_Drop_bar": -0.000620879120878607, - "Reservoir_Pressure_bar": 9.10818076923077, - "Oil_Temperature_C": 67.73934065934066, - "Motor_Current_A": 3.1292204670329675, - "Air_Intake_Valve_Status": 0.8214285714285714, - "Compressor_Outlet_Valve_Status": 0.17857142857142858, - "Active_Tower_ID": 0.9093406593406593, - "Load_Start_Signal": 0.8214285714285714, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.590261538461539, - "Pneumatic_Panel_Pressure_bar": 9.172895604395604, - "Cyclone_Filter_Drop_Pressure_bar": 7.583538461538462, - "Tower_Discharge_Pressure_Drop_bar": 0.004390109890110366, - "Reservoir_Pressure_bar": 9.172604395604395, - "Oil_Temperature_C": 67.10361263736264, - "Motor_Current_A": 2.853244505494505, - "Air_Intake_Valve_Status": 0.8241758241758241, - "Compressor_Outlet_Valve_Status": 0.17582417582417584, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8241758241758241, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.6542014652014658, - "Pneumatic_Panel_Pressure_bar": 9.060010989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.371168498168498, - "Tower_Discharge_Pressure_Drop_bar": -0.010664835164834565, - "Reservoir_Pressure_bar": 9.06015750915751, - "Oil_Temperature_C": 67.08250915750915, - "Motor_Current_A": 2.7891964285714286, - "Air_Intake_Valve_Status": 0.8186813186813187, - "Compressor_Outlet_Valve_Status": 0.1813186813186813, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8186813186813187, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-29T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5295536000000005, - "Pneumatic_Panel_Pressure_bar": 9.0616064, - "Cyclone_Filter_Drop_Pressure_bar": 7.4515824, - "Tower_Discharge_Pressure_Drop_bar": -0.011870399999999367, - "Reservoir_Pressure_bar": 9.0618464, - "Oil_Temperature_C": 66.95136, - "Motor_Current_A": 2.9063719999999997, - "Air_Intake_Valve_Status": 0.824, - "Compressor_Outlet_Valve_Status": 0.176, - "Active_Tower_ID": 0.916, - "Load_Start_Signal": 0.824, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7707268689859359, - "Pneumatic_Panel_Pressure_bar": 8.355059955588453, - "Cyclone_Filter_Drop_Pressure_bar": 7.596954848260548, - "Tower_Discharge_Pressure_Drop_bar": -0.020168763878607845, - "Reservoir_Pressure_bar": 8.356722427831235, - "Oil_Temperature_C": 62.1901554404145, - "Motor_Current_A": 0.5458382679496664, - "Air_Intake_Valve_Status": 0.9156180606957809, - "Compressor_Outlet_Valve_Status": 0.0843819393042191, - "Active_Tower_ID": 0.9156180606957809, - "Load_Start_Signal": 0.9156180606957809, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-30T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-30T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1133885148002562, - "Pneumatic_Panel_Pressure_bar": 9.203757008472689, - "Cyclone_Filter_Drop_Pressure_bar": 8.064861526521168, - "Tower_Discharge_Pressure_Drop_bar": -0.02166877465810879, - "Reservoir_Pressure_bar": 9.20323499313705, - "Oil_Temperature_C": 57.86964510287238, - "Motor_Current_A": 2.2929942042212526, - "Air_Intake_Valve_Status": 0.8792049039546398, - "Compressor_Outlet_Valve_Status": 0.12079509604536014, - "Active_Tower_ID": 0.9374573311391059, - "Load_Start_Signal": 0.8792049039546398, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9951456310679612, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9826428571428577, - "Pneumatic_Panel_Pressure_bar": 9.01343076923077, - "Cyclone_Filter_Drop_Pressure_bar": 7.973932967032966, - "Tower_Discharge_Pressure_Drop_bar": -0.022082417582416212, - "Reservoir_Pressure_bar": 9.012691208791209, - "Oil_Temperature_C": 61.25701923076923, - "Motor_Current_A": 1.97926510989011, - "Air_Intake_Valve_Status": 0.8873626373626373, - "Compressor_Outlet_Valve_Status": 0.11263736263736264, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8873626373626373, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9647527472527477, - "Pneumatic_Panel_Pressure_bar": 9.009686813186812, - "Cyclone_Filter_Drop_Pressure_bar": 8.005269230769231, - "Tower_Discharge_Pressure_Drop_bar": -0.01864285714285589, - "Reservoir_Pressure_bar": 9.009813186813187, - "Oil_Temperature_C": 62.64883241758242, - "Motor_Current_A": 1.9746634615384613, - "Air_Intake_Valve_Status": 0.8901098901098901, - "Compressor_Outlet_Valve_Status": 0.10989010989010989, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8901098901098901, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.008184615384616, - "Pneumatic_Panel_Pressure_bar": 9.086626373626373, - "Cyclone_Filter_Drop_Pressure_bar": 8.012110989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.022082417582416334, - "Reservoir_Pressure_bar": 9.086863736263735, - "Oil_Temperature_C": 63.35413461538461, - "Motor_Current_A": 2.004208791208791, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9313186813186813, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3606538461538464, - "Pneumatic_Panel_Pressure_bar": 9.049631868131868, - "Cyclone_Filter_Drop_Pressure_bar": 7.657507692307693, - "Tower_Discharge_Pressure_Drop_bar": -0.02181538461538325, - "Reservoir_Pressure_bar": 9.04995934065934, - "Oil_Temperature_C": 64.38435439560439, - "Motor_Current_A": 2.5916346153846153, - "Air_Intake_Valve_Status": 0.8516483516483516, - "Compressor_Outlet_Valve_Status": 0.14835164835164835, - "Active_Tower_ID": 0.9324175824175823, - "Load_Start_Signal": 0.8516483516483516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0966648351648356, - "Pneumatic_Panel_Pressure_bar": 9.043116483516483, - "Cyclone_Filter_Drop_Pressure_bar": 7.9379846153846145, - "Tower_Discharge_Pressure_Drop_bar": -0.020386813186812135, - "Reservoir_Pressure_bar": 9.043856043956044, - "Oil_Temperature_C": 64.26611263736264, - "Motor_Current_A": 2.02535989010989, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0701648351648356, - "Pneumatic_Panel_Pressure_bar": 9.111134920634921, - "Cyclone_Filter_Drop_Pressure_bar": 7.9877680097680095, - "Tower_Discharge_Pressure_Drop_bar": -0.019247252747252624, - "Reservoir_Pressure_bar": 9.11288888888889, - "Oil_Temperature_C": 64.85624236874237, - "Motor_Current_A": 1.9919780219780219, - "Air_Intake_Valve_Status": 0.8791208791208791, - "Compressor_Outlet_Valve_Status": 0.12087912087912088, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8791208791208791, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3172857142857148, - "Pneumatic_Panel_Pressure_bar": 9.005692307692309, - "Cyclone_Filter_Drop_Pressure_bar": 7.685450549450549, - "Tower_Discharge_Pressure_Drop_bar": 0.007049450549450359, - "Reservoir_Pressure_bar": 9.007368131868132, - "Oil_Temperature_C": 65.33179945054945, - "Motor_Current_A": 2.1492582417582415, - "Air_Intake_Valve_Status": 0.8571428571428571, - "Compressor_Outlet_Valve_Status": 0.14285714285714285, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8571428571428571, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9177516483516487, - "Pneumatic_Panel_Pressure_bar": 9.087769230769231, - "Cyclone_Filter_Drop_Pressure_bar": 8.143757142857144, - "Tower_Discharge_Pressure_Drop_bar": -0.017313186813186512, - "Reservoir_Pressure_bar": 9.089734065934065, - "Oil_Temperature_C": 65.9823076923077, - "Motor_Current_A": 1.8893530219780221, - "Air_Intake_Valve_Status": 0.8983516483516484, - "Compressor_Outlet_Valve_Status": 0.10164835164835165, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8983516483516484, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2568752747252754, - "Pneumatic_Panel_Pressure_bar": 9.066447252747253, - "Cyclone_Filter_Drop_Pressure_bar": 7.787921428571429, - "Tower_Discharge_Pressure_Drop_bar": -0.006532967032966722, - "Reservoir_Pressure_bar": 9.06795989010989, - "Oil_Temperature_C": 66.98429258241758, - "Motor_Current_A": 2.5064800824175824, - "Air_Intake_Valve_Status": 0.8653846153846154, - "Compressor_Outlet_Valve_Status": 0.1346153846153846, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8653846153846154, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0098351648351656, - "Pneumatic_Panel_Pressure_bar": 9.05429945054945, - "Cyclone_Filter_Drop_Pressure_bar": 7.985217032967033, - "Tower_Discharge_Pressure_Drop_bar": -0.01628021978021977, - "Reservoir_Pressure_bar": 9.055815934065935, - "Oil_Temperature_C": 66.1135989010989, - "Motor_Current_A": 1.9838701923076922, - "Air_Intake_Valve_Status": 0.8846153846153846, - "Compressor_Outlet_Valve_Status": 0.11538461538461539, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8846153846153846, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1383351648351654, - "Pneumatic_Panel_Pressure_bar": 8.94506043956044, - "Cyclone_Filter_Drop_Pressure_bar": 7.799994505494505, - "Tower_Discharge_Pressure_Drop_bar": -0.018043956043956293, - "Reservoir_Pressure_bar": 8.946412087912089, - "Oil_Temperature_C": 65.75741758241759, - "Motor_Current_A": 2.012815934065934, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3488692307692314, - "Pneumatic_Panel_Pressure_bar": 9.121727472527471, - "Cyclone_Filter_Drop_Pressure_bar": 7.733114285714286, - "Tower_Discharge_Pressure_Drop_bar": -0.018357142857143058, - "Reservoir_Pressure_bar": 9.122507692307693, - "Oil_Temperature_C": 66.47350274725275, - "Motor_Current_A": 2.584572802197802, - "Air_Intake_Valve_Status": 0.8494505494505494, - "Compressor_Outlet_Valve_Status": 0.15054945054945054, - "Active_Tower_ID": 0.9153846153846154, - "Load_Start_Signal": 0.8494505494505494, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1151232876712334, - "Pneumatic_Panel_Pressure_bar": 9.015367671232877, - "Cyclone_Filter_Drop_Pressure_bar": 7.882447671232877, - "Tower_Discharge_Pressure_Drop_bar": -0.0009375342465754366, - "Reservoir_Pressure_bar": 9.0163101369863, - "Oil_Temperature_C": 65.56569178082192, - "Motor_Current_A": 2.0052602739726026, - "Air_Intake_Valve_Status": 0.8794520547945206, - "Compressor_Outlet_Valve_Status": 0.12054794520547946, - "Active_Tower_ID": 0.9452054794520548, - "Load_Start_Signal": 0.8794520547945206, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972602739726028, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3626862637362642, - "Pneumatic_Panel_Pressure_bar": 9.069842857142858, - "Cyclone_Filter_Drop_Pressure_bar": 7.694512087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.01900054945054946, - "Reservoir_Pressure_bar": 9.070188461538462, - "Oil_Temperature_C": 65.72059065934066, - "Motor_Current_A": 2.4431256868131865, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4050917582417588, - "Pneumatic_Panel_Pressure_bar": 9.023332967032967, - "Cyclone_Filter_Drop_Pressure_bar": 7.6039703296703305, - "Tower_Discharge_Pressure_Drop_bar": 9.890109890125098e-05, - "Reservoir_Pressure_bar": 9.023206593406593, - "Oil_Temperature_C": 65.75229395604396, - "Motor_Current_A": 2.453929945054945, - "Air_Intake_Valve_Status": 0.8461538461538461, - "Compressor_Outlet_Valve_Status": 0.15384615384615385, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8461538461538461, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5477225274725281, - "Pneumatic_Panel_Pressure_bar": 9.185489010989011, - "Cyclone_Filter_Drop_Pressure_bar": 7.625706043956044, - "Tower_Discharge_Pressure_Drop_bar": -0.01933791208791189, - "Reservoir_Pressure_bar": 9.185717032967034, - "Oil_Temperature_C": 67.42067307692308, - "Motor_Current_A": 2.9075618131868133, - "Air_Intake_Valve_Status": 0.8324175824175825, - "Compressor_Outlet_Valve_Status": 0.16758241758241757, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8324175824175825, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.715492307692308, - "Pneumatic_Panel_Pressure_bar": 9.019197802197802, - "Cyclone_Filter_Drop_Pressure_bar": 7.298387912087913, - "Tower_Discharge_Pressure_Drop_bar": -0.01567912087912061, - "Reservoir_Pressure_bar": 9.019247252747252, - "Oil_Temperature_C": 67.46853021978022, - "Motor_Current_A": 2.943723901098901, - "Air_Intake_Valve_Status": 0.8131868131868132, - "Compressor_Outlet_Valve_Status": 0.18681318681318682, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8131868131868132, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.5146686813186818, - "Pneumatic_Panel_Pressure_bar": 8.986320879120878, - "Cyclone_Filter_Drop_Pressure_bar": 7.416002197802198, - "Tower_Discharge_Pressure_Drop_bar": -0.019628021978021666, - "Reservoir_Pressure_bar": 8.986617582417582, - "Oil_Temperature_C": 66.96561813186814, - "Motor_Current_A": 2.7139306318681315, - "Air_Intake_Valve_Status": 0.8296703296703297, - "Compressor_Outlet_Valve_Status": 0.17032967032967034, - "Active_Tower_ID": 0.9120879120879121, - "Load_Start_Signal": 0.8296703296703297, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4808126373626378, - "Pneumatic_Panel_Pressure_bar": 9.103651648351649, - "Cyclone_Filter_Drop_Pressure_bar": 7.588262087912088, - "Tower_Discharge_Pressure_Drop_bar": -0.007351648351647937, - "Reservoir_Pressure_bar": 9.103415934065934, - "Oil_Temperature_C": 66.76160027472527, - "Motor_Current_A": 2.6623145604395604, - "Air_Intake_Valve_Status": 0.8379120879120879, - "Compressor_Outlet_Valve_Status": 0.1620879120879121, - "Active_Tower_ID": 0.9203296703296703, - "Load_Start_Signal": 0.8379120879120879, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-30T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4443783783783788, - "Pneumatic_Panel_Pressure_bar": 8.884043243243243, - "Cyclone_Filter_Drop_Pressure_bar": 7.364335135135136, - "Tower_Discharge_Pressure_Drop_bar": -0.020583783783782946, - "Reservoir_Pressure_bar": 8.884183783783785, - "Oil_Temperature_C": 66.26878378378379, - "Motor_Current_A": 2.6547297297297296, - "Air_Intake_Valve_Status": 0.8324324324324325, - "Compressor_Outlet_Valve_Status": 0.16756756756756758, - "Active_Tower_ID": 0.918918918918919, - "Load_Start_Signal": 0.8324324324324325, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.07076054877950085, - "Pneumatic_Panel_Pressure_bar": 9.337142361954744, - "Cyclone_Filter_Drop_Pressure_bar": 9.245241232972123, - "Tower_Discharge_Pressure_Drop_bar": -0.019742332798807487, - "Reservoir_Pressure_bar": 9.336465438877822, - "Oil_Temperature_C": 60.6236299949787, - "Motor_Current_A": 1.8803749696292338, - "Air_Intake_Valve_Status": 0.9903720621345384, - "Compressor_Outlet_Valve_Status": 0.009627937865461554, - "Active_Tower_ID": 1, - "Load_Start_Signal": 0.9903720621345384, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9736172161172161, - "Pneumatic_Panel_Pressure_bar": 9.005990842490842, - "Cyclone_Filter_Drop_Pressure_bar": 8.012250915750915, - "Tower_Discharge_Pressure_Drop_bar": -0.01256593406593345, - "Reservoir_Pressure_bar": 9.006166666666665, - "Oil_Temperature_C": 60.447298534798534, - "Motor_Current_A": 1.6808310439560439, - "Air_Intake_Valve_Status": 0.8928571428571429, - "Compressor_Outlet_Valve_Status": 0.10714285714285714, - "Active_Tower_ID": 0.9505494505494505, - "Load_Start_Signal": 0.8928571428571429, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6173901098901099, - "Pneumatic_Panel_Pressure_bar": 9.052332417582418, - "Cyclone_Filter_Drop_Pressure_bar": 8.393332417582418, - "Tower_Discharge_Pressure_Drop_bar": -0.020524725274724476, - "Reservoir_Pressure_bar": 9.053252747252747, - "Oil_Temperature_C": 61.83777472527473, - "Motor_Current_A": 1.5743578296703296, - "Air_Intake_Valve_Status": 0.9285714285714286, - "Compressor_Outlet_Valve_Status": 0.07142857142857142, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9285714285714286, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T03:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.9599758241758242, - "Pneumatic_Panel_Pressure_bar": 9.088702197802197, - "Cyclone_Filter_Drop_Pressure_bar": 8.11970989010989, - "Tower_Discharge_Pressure_Drop_bar": -0.018708791208790574, - "Reservoir_Pressure_bar": 9.089334065934066, - "Oil_Temperature_C": 62.78951923076924, - "Motor_Current_A": 1.9191717032967033, - "Air_Intake_Valve_Status": 0.8956043956043956, - "Compressor_Outlet_Valve_Status": 0.1043956043956044, - "Active_Tower_ID": 0.9478021978021978, - "Load_Start_Signal": 0.8956043956043956, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T04:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4169395604395607, - "Pneumatic_Panel_Pressure_bar": 9.090547252747252, - "Cyclone_Filter_Drop_Pressure_bar": 7.620264835164836, - "Tower_Discharge_Pressure_Drop_bar": -0.02070329670329577, - "Reservoir_Pressure_bar": 9.090860439560439, - "Oil_Temperature_C": 65.44767857142858, - "Motor_Current_A": 2.647548076923077, - "Air_Intake_Valve_Status": 0.8406593406593407, - "Compressor_Outlet_Valve_Status": 0.15934065934065933, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8406593406593407, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T05:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3071818181818184, - "Pneumatic_Panel_Pressure_bar": 8.929242424242425, - "Cyclone_Filter_Drop_Pressure_bar": 7.577818181818182, - "Tower_Discharge_Pressure_Drop_bar": -0.009436363636362246, - "Reservoir_Pressure_bar": 8.929333333333332, - "Oil_Temperature_C": 64.61545454545454, - "Motor_Current_A": 2.297522727272727, - "Air_Intake_Valve_Status": 0.8515151515151516, - "Compressor_Outlet_Valve_Status": 0.1484848484848485, - "Active_Tower_ID": 0.9212121212121213, - "Load_Start_Signal": 0.8515151515151516, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.996969696969697, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T06:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1138945054945057, - "Pneumatic_Panel_Pressure_bar": 9.1031, - "Cyclone_Filter_Drop_Pressure_bar": 7.953950549450549, - "Tower_Discharge_Pressure_Drop_bar": -0.003208791208789885, - "Reservoir_Pressure_bar": 9.103214285714285, - "Oil_Temperature_C": 65.05407967032967, - "Motor_Current_A": 2.345320054945055, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T07:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0656318681318686, - "Pneumatic_Panel_Pressure_bar": 8.95810989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.8693296703296705, - "Tower_Discharge_Pressure_Drop_bar": -0.010483516483515547, - "Reservoir_Pressure_bar": 8.958637362637363, - "Oil_Temperature_C": 64.10041208791209, - "Motor_Current_A": 1.9966071428571428, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9340659340659341, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T08:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3664401098901102, - "Pneumatic_Panel_Pressure_bar": 9.077485714285714, - "Cyclone_Filter_Drop_Pressure_bar": 7.675425274725275, - "Tower_Discharge_Pressure_Drop_bar": 0.01095054945054996, - "Reservoir_Pressure_bar": 9.078507142857143, - "Oil_Temperature_C": 64.89561126373626, - "Motor_Current_A": 2.272870192307692, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T09:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7315587912087915, - "Pneumatic_Panel_Pressure_bar": 9.108546153846154, - "Cyclone_Filter_Drop_Pressure_bar": 8.348963736263737, - "Tower_Discharge_Pressure_Drop_bar": -0.007054945054944786, - "Reservoir_Pressure_bar": 9.110093956043956, - "Oil_Temperature_C": 65.18565934065934, - "Motor_Current_A": 1.7158997252747252, - "Air_Intake_Valve_Status": 0.9175824175824175, - "Compressor_Outlet_Valve_Status": 0.08241758241758242, - "Active_Tower_ID": 0.9587912087912088, - "Load_Start_Signal": 0.9175824175824175, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T10:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3937516483516488, - "Pneumatic_Panel_Pressure_bar": 9.0157989010989, - "Cyclone_Filter_Drop_Pressure_bar": 7.611819780219781, - "Tower_Discharge_Pressure_Drop_bar": -0.00934615384615308, - "Reservoir_Pressure_bar": 9.017430769230769, - "Oil_Temperature_C": 65.9618543956044, - "Motor_Current_A": 2.2191538461538465, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9285714285714286, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T11:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0848461538461545, - "Pneumatic_Panel_Pressure_bar": 9.199962637362637, - "Cyclone_Filter_Drop_Pressure_bar": 8.129949450549452, - "Tower_Discharge_Pressure_Drop_bar": -0.005708791208790162, - "Reservoir_Pressure_bar": 9.201479120879121, - "Oil_Temperature_C": 66.8979739010989, - "Motor_Current_A": 2.250048763736264, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T12:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0427472527472532, - "Pneumatic_Panel_Pressure_bar": 9.164386813186812, - "Cyclone_Filter_Drop_Pressure_bar": 8.083891208791208, - "Tower_Discharge_Pressure_Drop_bar": 0.01161538461538585, - "Reservoir_Pressure_bar": 9.166687912087912, - "Oil_Temperature_C": 66.82467032967033, - "Motor_Current_A": 2.110151098901099, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.989010989010989, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T13:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1367417582417587, - "Pneumatic_Panel_Pressure_bar": 9.026406593406593, - "Cyclone_Filter_Drop_Pressure_bar": 7.876406593406593, - "Tower_Discharge_Pressure_Drop_bar": -0.01648901098900985, - "Reservoir_Pressure_bar": 9.028604395604395, - "Oil_Temperature_C": 66.46112637362637, - "Motor_Current_A": 2.027019230769231, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9423076923076923, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T14:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.3924945054945062, - "Pneumatic_Panel_Pressure_bar": 9.168103296703297, - "Cyclone_Filter_Drop_Pressure_bar": 7.770372527472527, - "Tower_Discharge_Pressure_Drop_bar": 0.01965274725274843, - "Reservoir_Pressure_bar": 9.169895604395604, - "Oil_Temperature_C": 67.21295329670329, - "Motor_Current_A": 2.4892445054945056, - "Air_Intake_Valve_Status": 0.8489010989010989, - "Compressor_Outlet_Valve_Status": 0.1510989010989011, - "Active_Tower_ID": 0.9230769230769231, - "Load_Start_Signal": 0.8489010989010989, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9917582417582418, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T15:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.0399307692307698, - "Pneumatic_Panel_Pressure_bar": 9.092824175824175, - "Cyclone_Filter_Drop_Pressure_bar": 7.995117582417582, - "Tower_Discharge_Pressure_Drop_bar": -0.01710989010988961, - "Reservoir_Pressure_bar": 9.094441758241759, - "Oil_Temperature_C": 66.7101510989011, - "Motor_Current_A": 2.1026387362637364, - "Air_Intake_Valve_Status": 0.8818681318681318, - "Compressor_Outlet_Valve_Status": 0.11813186813186813, - "Active_Tower_ID": 0.9368131868131868, - "Load_Start_Signal": 0.8818681318681318, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T16:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.4898949938949944, - "Pneumatic_Panel_Pressure_bar": 9.190981074481074, - "Cyclone_Filter_Drop_Pressure_bar": 7.65639072039072, - "Tower_Discharge_Pressure_Drop_bar": -0.0011098901098902342, - "Reservoir_Pressure_bar": 9.192028083028083, - "Oil_Temperature_C": 67.31671245421245, - "Motor_Current_A": 2.68067384004884, - "Air_Intake_Valve_Status": 0.8351648351648352, - "Compressor_Outlet_Valve_Status": 0.16483516483516483, - "Active_Tower_ID": 0.9148351648351648, - "Load_Start_Signal": 0.8351648351648352, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T17:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.1269450549450557, - "Pneumatic_Panel_Pressure_bar": 9.030024175824176, - "Cyclone_Filter_Drop_Pressure_bar": 7.882541758241758, - "Tower_Discharge_Pressure_Drop_bar": -0.011416483516483736, - "Reservoir_Pressure_bar": 9.030991208791209, - "Oil_Temperature_C": 65.97593406593407, - "Motor_Current_A": 2.0291153846153844, - "Air_Intake_Valve_Status": 0.8763736263736264, - "Compressor_Outlet_Valve_Status": 0.12362637362637363, - "Active_Tower_ID": 0.9395604395604396, - "Load_Start_Signal": 0.8763736263736264, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9972527472527473, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T18:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.224862637362638, - "Pneumatic_Panel_Pressure_bar": 9.061912087912088, - "Cyclone_Filter_Drop_Pressure_bar": 7.781076923076923, - "Tower_Discharge_Pressure_Drop_bar": -0.019071428571428548, - "Reservoir_Pressure_bar": 9.062307692307693, - "Oil_Temperature_C": 65.55, - "Motor_Current_A": 2.1034752747252745, - "Air_Intake_Valve_Status": 0.8598901098901099, - "Compressor_Outlet_Valve_Status": 0.1401098901098901, - "Active_Tower_ID": 0.9258241758241759, - "Load_Start_Signal": 0.8598901098901099, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T19:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.6464989247311835, - "Pneumatic_Panel_Pressure_bar": 9.020266666666668, - "Cyclone_Filter_Drop_Pressure_bar": 8.375376344086021, - "Tower_Discharge_Pressure_Drop_bar": -0.019436559139784756, - "Reservoir_Pressure_bar": 9.021320430107528, - "Oil_Temperature_C": 65.67301075268817, - "Motor_Current_A": 2.0589408602150536, - "Air_Intake_Valve_Status": 0.9354838709677419, - "Compressor_Outlet_Valve_Status": 0.06451612903225806, - "Active_Tower_ID": 0.956989247311828, - "Load_Start_Signal": 0.9354838709677419, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T20:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 1.2698132503334831, - "Pneumatic_Panel_Pressure_bar": 8.118199961887823, - "Cyclone_Filter_Drop_Pressure_bar": 6.914897160642826, - "Tower_Discharge_Pressure_Drop_bar": -0.020341739185669134, - "Reservoir_Pressure_bar": 8.119858222702153, - "Oil_Temperature_C": 59.23674966651845, - "Motor_Current_A": 0.9848458044845323, - "Air_Intake_Valve_Status": 0.8291304071650892, - "Compressor_Outlet_Valve_Status": 0.17086959283491074, - "Active_Tower_ID": 0.8291304071650892, - "Load_Start_Signal": 0.8291304071650892, - "Low_Pressure_Switch_Status": 0.17086959283491074, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-08-31T21:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-31T22:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": "", - "Pneumatic_Panel_Pressure_bar": "", - "Cyclone_Filter_Drop_Pressure_bar": "", - "Tower_Discharge_Pressure_Drop_bar": "", - "Reservoir_Pressure_bar": "", - "Oil_Temperature_C": "", - "Motor_Current_A": "", - "Air_Intake_Valve_Status": "", - "Compressor_Outlet_Valve_Status": "", - "Active_Tower_ID": "", - "Load_Start_Signal": "", - "Low_Pressure_Switch_Status": "", - "Tower_Discharge_Switch_Status": "", - "Low_Oil_Level_Alarm": "", - "Airflow_Pulse_Counter": "", - "timestamp": "2020-08-31T23:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 5.62329344941838, - "Pneumatic_Panel_Pressure_bar": 9.091467531908702, - "Cyclone_Filter_Drop_Pressure_bar": 3.5756537078435278, - "Tower_Discharge_Pressure_Drop_bar": -0.021603670243609308, - "Reservoir_Pressure_bar": 9.090896119729608, - "Oil_Temperature_C": 56.86380864613664, - "Motor_Current_A": 5.163894890304549, - "Air_Intake_Valve_Status": 0.3594552007753574, - "Compressor_Outlet_Valve_Status": 0.6405447992246426, - "Active_Tower_ID": 0.7142939104527768, - "Load_Start_Signal": 0.3594552007753574, - "Low_Pressure_Switch_Status": 0.1566738314827071, - "Tower_Discharge_Switch_Status": 0.9354838709677419, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-09-01T00:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": -0.0139999999999993, - "Pneumatic_Panel_Pressure_bar": 9.87551100811124, - "Cyclone_Filter_Drop_Pressure_bar": 9.86351100811124, - "Tower_Discharge_Pressure_Drop_bar": -0.0219999999999984, - "Reservoir_Pressure_bar": 9.87689687137891, - "Oil_Temperature_C": 61.65848783314022, - "Motor_Current_A": 3.9219800115874848, - "Air_Intake_Valve_Status": 1, - "Compressor_Outlet_Valve_Status": 0, - "Active_Tower_ID": 1, - "Load_Start_Signal": 1, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-09-01T01:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.7658115942028987, - "Pneumatic_Panel_Pressure_bar": 9.004807227904008, - "Cyclone_Filter_Drop_Pressure_bar": 8.201923169932993, - "Tower_Discharge_Pressure_Drop_bar": -0.009840579710143528, - "Reservoir_Pressure_bar": 9.004077518598754, - "Oil_Temperature_C": 54.586803071523335, - "Motor_Current_A": 1.610429839034712, - "Air_Intake_Valve_Status": 0.9130434782608695, - "Compressor_Outlet_Valve_Status": 0.08695652173913043, - "Active_Tower_ID": 0.9565217391304348, - "Load_Start_Signal": 0.9130434782608695, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 1, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-09-01T02:00:00" - }, - { - "asset_id": "mp_1", - "Compressor_Pressure_bar": 0.5907186813186814, - "Pneumatic_Panel_Pressure_bar": 9.113975824175824, - "Cyclone_Filter_Drop_Pressure_bar": 8.498247252747253, - "Tower_Discharge_Pressure_Drop_bar": -0.006159340659339312, - "Reservoir_Pressure_bar": 9.114475824175823, - "Oil_Temperature_C": 59.867912087912096, - "Motor_Current_A": 1.7579574175824175, - "Air_Intake_Valve_Status": 0.9340659340659341, - "Compressor_Outlet_Valve_Status": 0.06593406593406594, - "Active_Tower_ID": 0.967032967032967, - "Load_Start_Signal": 0.9340659340659341, - "Low_Pressure_Switch_Status": 0, - "Tower_Discharge_Switch_Status": 0.9945054945054945, - "Low_Oil_Level_Alarm": 1, - "Airflow_Pulse_Counter": 1, - "timestamp": "2020-09-01T03:00:00" - } -] \ No newline at end of file diff --git a/src/couchdb/sample_data/iot/motor_01.json b/src/couchdb/sample_data/iot/motor_01.json deleted file mode 100644 index 1344980a0..000000000 --- a/src/couchdb/sample_data/iot/motor_01.json +++ /dev/null @@ -1,20482 +0,0 @@ -[ - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.000000", - "Vibration_X": 0.006094 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.000244", - "Vibration_X": -0.880585 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.000488", - "Vibration_X": -0.068403 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.000732", - "Vibration_X": 0.10753 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.000976", - "Vibration_X": 0.00975 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.001220", - "Vibration_X": 0.010803 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.001464", - "Vibration_X": 0.048975 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.001708", - "Vibration_X": 0.049473 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.001952", - "Vibration_X": 0.062688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.002196", - "Vibration_X": 0.052665 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.002440", - "Vibration_X": 0.09382 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.002684", - "Vibration_X": 0.097965 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.002928", - "Vibration_X": 0.089509 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.003172", - "Vibration_X": 0.116096 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.003416", - "Vibration_X": 0.107829 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.003660", - "Vibration_X": 0.085769 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.003904", - "Vibration_X": 0.114338 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.004148", - "Vibration_X": 0.091315 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.004392", - "Vibration_X": 0.131103 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.004636", - "Vibration_X": 0.115084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.004880", - "Vibration_X": 0.114437 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.005124", - "Vibration_X": 0.106074 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.005368", - "Vibration_X": 0.14521 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.005612", - "Vibration_X": 0.118251 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.005856", - "Vibration_X": 0.112884 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.006100", - "Vibration_X": 0.114056 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.006344", - "Vibration_X": 0.130947 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.006588", - "Vibration_X": 0.126384 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.006832", - "Vibration_X": 0.125698 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.007076", - "Vibration_X": 0.124042 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.007320", - "Vibration_X": 0.155882 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.007564", - "Vibration_X": 0.10221 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.007808", - "Vibration_X": 0.097077 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.008052", - "Vibration_X": 0.087753 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.008296", - "Vibration_X": 0.112809 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.008540", - "Vibration_X": 0.119313 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.008784", - "Vibration_X": 0.090514 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.009028", - "Vibration_X": 0.071896 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.009272", - "Vibration_X": 0.067995 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.009516", - "Vibration_X": -0.487788 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.009760", - "Vibration_X": 0.096638 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.010004", - "Vibration_X": 0.133535 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.010248", - "Vibration_X": 0.059093 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.010492", - "Vibration_X": 0.063453 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.010736", - "Vibration_X": 0.059757 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.010980", - "Vibration_X": 0.058696 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.011224", - "Vibration_X": 0.067484 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.011468", - "Vibration_X": 0.050392 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.011712", - "Vibration_X": 0.055611 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.011956", - "Vibration_X": 0.039664 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.012200", - "Vibration_X": 0.040533 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.012444", - "Vibration_X": 0.043991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.012688", - "Vibration_X": -0.000975 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.012932", - "Vibration_X": 0.018772 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.013176", - "Vibration_X": 0.012952 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.013420", - "Vibration_X": 0.006974 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.013664", - "Vibration_X": 0.011837 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.013908", - "Vibration_X": 0.045021 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.014152", - "Vibration_X": -0.004227 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.014396", - "Vibration_X": 0.030602 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.014640", - "Vibration_X": -0.024107 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.014884", - "Vibration_X": 0.001321 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.015128", - "Vibration_X": 0.009883 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.015372", - "Vibration_X": 0.017086 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.015616", - "Vibration_X": 0.018426 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.015860", - "Vibration_X": 0.018997 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.016104", - "Vibration_X": -0.004847 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.016348", - "Vibration_X": -0.008074 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.016592", - "Vibration_X": 0.017405 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.016836", - "Vibration_X": -0.004502 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.017080", - "Vibration_X": -0.027128 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.017324", - "Vibration_X": -0.025254 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.017568", - "Vibration_X": -0.02201 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.017812", - "Vibration_X": 0.005213 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.018056", - "Vibration_X": -0.003089 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.018300", - "Vibration_X": 0.006549 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.018544", - "Vibration_X": -0.01726 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.018788", - "Vibration_X": -0.31493 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.019032", - "Vibration_X": 0.051375 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.019276", - "Vibration_X": 0.012451 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.019520", - "Vibration_X": -0.007673 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.019764", - "Vibration_X": -0.034599 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.020008", - "Vibration_X": -0.028482 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.020252", - "Vibration_X": -0.031057 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.020496", - "Vibration_X": -0.050409 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.020740", - "Vibration_X": -0.019911 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.020984", - "Vibration_X": -0.042316 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.021228", - "Vibration_X": -0.03614 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.021472", - "Vibration_X": -0.030418 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.021716", - "Vibration_X": -0.034907 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.021960", - "Vibration_X": -0.034481 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.022204", - "Vibration_X": -0.053839 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.022448", - "Vibration_X": -0.064527 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.022692", - "Vibration_X": -0.061935 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.022936", - "Vibration_X": -0.098433 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.023180", - "Vibration_X": -0.098014 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.023424", - "Vibration_X": -0.099925 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.023668", - "Vibration_X": -0.097801 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.023912", - "Vibration_X": -0.074202 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.024156", - "Vibration_X": -0.104574 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.024400", - "Vibration_X": -0.09819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.024644", - "Vibration_X": -0.068668 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.024888", - "Vibration_X": -0.105636 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.025132", - "Vibration_X": -0.087419 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.025376", - "Vibration_X": -0.124271 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.025620", - "Vibration_X": -0.112875 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.025864", - "Vibration_X": -0.130644 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.026108", - "Vibration_X": -0.120982 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.026352", - "Vibration_X": -0.099607 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.026596", - "Vibration_X": -0.1528 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.026840", - "Vibration_X": -0.111011 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.027084", - "Vibration_X": -0.115973 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.027328", - "Vibration_X": -0.133202 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.027572", - "Vibration_X": -0.150379 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.027816", - "Vibration_X": -0.119687 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.028060", - "Vibration_X": -0.609454 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.028304", - "Vibration_X": 0.119273 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.028548", - "Vibration_X": -0.048255 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.028792", - "Vibration_X": -0.095365 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.029036", - "Vibration_X": -0.124362 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.029280", - "Vibration_X": -0.129144 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.029524", - "Vibration_X": -0.100895 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.029768", - "Vibration_X": -0.096466 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.030012", - "Vibration_X": -0.069102 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.030256", - "Vibration_X": -0.07441 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.030500", - "Vibration_X": -0.078402 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.030744", - "Vibration_X": -0.050314 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.030988", - "Vibration_X": -0.097017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.031232", - "Vibration_X": -0.079348 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.031476", - "Vibration_X": -0.078074 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.031720", - "Vibration_X": -0.060041 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.031964", - "Vibration_X": -0.072226 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.032208", - "Vibration_X": -0.024218 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.032452", - "Vibration_X": -0.033413 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.032696", - "Vibration_X": -0.05029 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.032940", - "Vibration_X": -0.032988 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.033184", - "Vibration_X": 0.001853 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.033428", - "Vibration_X": 0.020627 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.033672", - "Vibration_X": 0.052062 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.033916", - "Vibration_X": 0.078608 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.034160", - "Vibration_X": 0.036721 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.034404", - "Vibration_X": 0.016605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.034648", - "Vibration_X": 0.001539 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.034892", - "Vibration_X": 0.057103 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.035136", - "Vibration_X": 0.042806 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.035380", - "Vibration_X": 0.057788 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.035624", - "Vibration_X": 0.060565 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.035868", - "Vibration_X": 0.076354 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.036112", - "Vibration_X": 0.106477 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.036356", - "Vibration_X": 0.093884 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.036600", - "Vibration_X": 0.092733 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.036844", - "Vibration_X": 0.079912 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.037088", - "Vibration_X": 0.071391 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.037332", - "Vibration_X": 0.023543 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.037576", - "Vibration_X": 0.464289 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.037820", - "Vibration_X": 0.197386 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.038064", - "Vibration_X": 0.094387 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.038308", - "Vibration_X": 0.131551 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.038552", - "Vibration_X": 0.11166 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.038796", - "Vibration_X": 0.098164 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.039040", - "Vibration_X": 0.102116 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.039284", - "Vibration_X": 0.106767 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.039528", - "Vibration_X": 0.163345 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.039772", - "Vibration_X": 0.103359 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.040016", - "Vibration_X": 0.135134 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.040260", - "Vibration_X": 0.098489 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.040504", - "Vibration_X": 0.132991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.040748", - "Vibration_X": 0.119523 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.040992", - "Vibration_X": 0.105834 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.041236", - "Vibration_X": 0.105003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.041480", - "Vibration_X": 0.08931 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.041724", - "Vibration_X": 0.107683 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.041968", - "Vibration_X": 0.085816 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.042212", - "Vibration_X": 0.066388 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.042456", - "Vibration_X": 0.061187 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.042700", - "Vibration_X": 0.085936 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.042944", - "Vibration_X": 0.109729 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.043188", - "Vibration_X": 0.076964 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.043432", - "Vibration_X": 0.066992 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.043676", - "Vibration_X": 0.070694 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.043920", - "Vibration_X": 0.086748 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.044164", - "Vibration_X": 0.060731 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.044408", - "Vibration_X": 0.043927 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.044652", - "Vibration_X": 0.070183 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.044896", - "Vibration_X": 0.052672 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.045140", - "Vibration_X": 0.070997 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.045384", - "Vibration_X": 0.040293 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.045628", - "Vibration_X": 0.008658 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.045872", - "Vibration_X": 0.002486 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.046116", - "Vibration_X": 0.059761 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.046360", - "Vibration_X": 0.058304 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.046604", - "Vibration_X": 0.234579 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.046848", - "Vibration_X": 0.187472 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.047092", - "Vibration_X": 0.046939 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.047336", - "Vibration_X": -0.023191 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.047580", - "Vibration_X": -0.007565 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.047824", - "Vibration_X": 0.024403 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.048068", - "Vibration_X": 0.001215 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.048312", - "Vibration_X": 0.007188 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.048556", - "Vibration_X": 0.002721 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.048800", - "Vibration_X": 0.011561 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.049044", - "Vibration_X": 0.031845 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.049288", - "Vibration_X": 0.004467 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.049532", - "Vibration_X": 0.014556 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.049776", - "Vibration_X": -0.040265 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.050020", - "Vibration_X": -0.001158 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.050264", - "Vibration_X": -0.017975 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.050508", - "Vibration_X": -0.026439 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.050752", - "Vibration_X": -0.020625 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.050996", - "Vibration_X": -0.01081 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.051240", - "Vibration_X": 0.013037 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.051484", - "Vibration_X": -0.033067 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.051728", - "Vibration_X": -0.007309 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.051972", - "Vibration_X": -0.019127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.052216", - "Vibration_X": -0.017672 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.052460", - "Vibration_X": 0.007094 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.052704", - "Vibration_X": -0.004218 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.052948", - "Vibration_X": 0.009562 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.053192", - "Vibration_X": -0.022675 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.053436", - "Vibration_X": -0.036098 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.053680", - "Vibration_X": -0.029449 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.053924", - "Vibration_X": -0.023112 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.054168", - "Vibration_X": -0.027615 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.054412", - "Vibration_X": -0.056206 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.054656", - "Vibration_X": -0.03626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.054900", - "Vibration_X": -0.037225 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.055144", - "Vibration_X": 0.004685 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.055388", - "Vibration_X": -0.012141 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.055632", - "Vibration_X": -0.070878 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.055876", - "Vibration_X": 0.547029 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.056120", - "Vibration_X": 0.117882 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.056364", - "Vibration_X": -0.107591 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.056608", - "Vibration_X": -0.086392 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.056852", - "Vibration_X": -0.05136 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.057096", - "Vibration_X": -0.092588 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.057340", - "Vibration_X": -0.09707 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.057584", - "Vibration_X": -0.131507 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.057828", - "Vibration_X": -0.095812 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.058072", - "Vibration_X": -0.117716 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.058316", - "Vibration_X": -0.11083 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.058560", - "Vibration_X": -0.121338 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.058804", - "Vibration_X": -0.108996 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.059048", - "Vibration_X": -0.145301 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.059292", - "Vibration_X": -0.142219 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.059536", - "Vibration_X": -0.072694 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.059780", - "Vibration_X": -0.143069 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.060024", - "Vibration_X": -0.140915 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.060268", - "Vibration_X": -0.083494 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.060512", - "Vibration_X": -0.062958 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.060756", - "Vibration_X": -0.144873 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.061000", - "Vibration_X": -0.128729 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.061244", - "Vibration_X": -0.113982 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.061488", - "Vibration_X": -0.085205 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.061732", - "Vibration_X": -0.137991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.061976", - "Vibration_X": -0.12114 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.062220", - "Vibration_X": -0.098173 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.062464", - "Vibration_X": -0.102015 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.062708", - "Vibration_X": -0.114737 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.062952", - "Vibration_X": -0.105913 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.063196", - "Vibration_X": -0.126289 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.063440", - "Vibration_X": -0.098656 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.063684", - "Vibration_X": -0.093886 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.063928", - "Vibration_X": -0.078166 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.064172", - "Vibration_X": -0.087775 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.064416", - "Vibration_X": -0.060731 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.064660", - "Vibration_X": -0.043065 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.064904", - "Vibration_X": -0.053062 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.065148", - "Vibration_X": 1.678472 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.065392", - "Vibration_X": 0.241819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.065636", - "Vibration_X": -0.150507 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.065880", - "Vibration_X": -0.077669 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.066124", - "Vibration_X": -0.004899 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.066368", - "Vibration_X": -0.006792 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.066612", - "Vibration_X": 0.041262 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.066856", - "Vibration_X": 0.038841 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.067100", - "Vibration_X": 0.023646 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.067344", - "Vibration_X": 0.008892 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.067588", - "Vibration_X": 0.009927 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.067832", - "Vibration_X": 0.063874 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.068076", - "Vibration_X": 0.052995 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.068320", - "Vibration_X": 0.064799 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.068564", - "Vibration_X": 0.027491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.068808", - "Vibration_X": 0.087817 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.069052", - "Vibration_X": 0.08491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.069296", - "Vibration_X": 0.059804 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.069540", - "Vibration_X": 0.078385 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.069784", - "Vibration_X": 0.098481 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.070028", - "Vibration_X": 0.099214 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.070272", - "Vibration_X": 0.096827 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.070516", - "Vibration_X": 0.104641 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.070760", - "Vibration_X": 0.105233 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.071004", - "Vibration_X": 0.116398 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.071248", - "Vibration_X": 0.145358 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.071492", - "Vibration_X": 0.06668 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.071736", - "Vibration_X": 0.114867 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.071980", - "Vibration_X": 0.124233 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.072224", - "Vibration_X": 0.127238 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.072468", - "Vibration_X": 0.11402 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.072712", - "Vibration_X": 0.086002 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.072956", - "Vibration_X": 0.126927 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.073200", - "Vibration_X": 0.153717 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.073444", - "Vibration_X": 0.086887 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.073688", - "Vibration_X": 0.132848 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.073932", - "Vibration_X": 0.106648 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.074176", - "Vibration_X": 0.109303 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.074420", - "Vibration_X": 1.540287 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.074664", - "Vibration_X": 0.149836 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.074908", - "Vibration_X": 0.006212 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.075152", - "Vibration_X": 0.09022 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.075396", - "Vibration_X": 0.136076 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.075640", - "Vibration_X": 0.115091 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.075884", - "Vibration_X": 0.093117 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.076128", - "Vibration_X": 0.115073 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.076372", - "Vibration_X": 0.084892 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.076616", - "Vibration_X": 0.088296 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.076860", - "Vibration_X": 0.061385 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.077104", - "Vibration_X": 0.064271 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.077348", - "Vibration_X": 0.04467 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.077592", - "Vibration_X": 0.074164 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.077836", - "Vibration_X": 0.026657 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.078080", - "Vibration_X": 0.061839 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.078324", - "Vibration_X": 0.038484 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.078568", - "Vibration_X": 0.061981 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.078812", - "Vibration_X": 0.049999 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.079056", - "Vibration_X": 0.067998 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.079300", - "Vibration_X": 0.042991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.079544", - "Vibration_X": -0.006081 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.079788", - "Vibration_X": 0.021201 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.080032", - "Vibration_X": -0.003521 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.080276", - "Vibration_X": 0.007129 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.080520", - "Vibration_X": 0.045488 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.080764", - "Vibration_X": 0.025971 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.081008", - "Vibration_X": -0.002624 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.081252", - "Vibration_X": -0.010617 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.081496", - "Vibration_X": 0.008772 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.081740", - "Vibration_X": -0.017615 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.081984", - "Vibration_X": -0.007981 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.082228", - "Vibration_X": 0.010516 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.082472", - "Vibration_X": 0.026306 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.082716", - "Vibration_X": 0.014368 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.082960", - "Vibration_X": -0.04459 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.083204", - "Vibration_X": 0.006394 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.083448", - "Vibration_X": 0.000826 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.083692", - "Vibration_X": 0.680426 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.083936", - "Vibration_X": -0.038191 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.084180", - "Vibration_X": -0.111279 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.084424", - "Vibration_X": -0.018209 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.084668", - "Vibration_X": 0.01155 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.084912", - "Vibration_X": -0.038006 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.085156", - "Vibration_X": 0.020511 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.085400", - "Vibration_X": -0.002953 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.085644", - "Vibration_X": 0.004996 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.085888", - "Vibration_X": -0.025287 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.086132", - "Vibration_X": 0.000288 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.086376", - "Vibration_X": 0.003087 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.086620", - "Vibration_X": -0.016113 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.086864", - "Vibration_X": -0.01877 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.087108", - "Vibration_X": -0.020936 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.087352", - "Vibration_X": -0.046691 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.087596", - "Vibration_X": -0.035647 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.087840", - "Vibration_X": -0.039204 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.088084", - "Vibration_X": -0.032117 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.088328", - "Vibration_X": -0.023583 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.088572", - "Vibration_X": -0.068692 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.088816", - "Vibration_X": -0.054094 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.089060", - "Vibration_X": -0.026149 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.089304", - "Vibration_X": -0.074925 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.089548", - "Vibration_X": -0.08084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.089792", - "Vibration_X": -0.064733 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.090036", - "Vibration_X": -0.05629 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.090280", - "Vibration_X": -0.077336 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.090524", - "Vibration_X": -0.055331 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.090768", - "Vibration_X": -0.069047 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.091012", - "Vibration_X": -0.073517 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.091256", - "Vibration_X": -0.083307 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.091500", - "Vibration_X": -0.051706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.091744", - "Vibration_X": -0.106036 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.091988", - "Vibration_X": -0.145448 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.092232", - "Vibration_X": -0.076478 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.092476", - "Vibration_X": -0.120615 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.092720", - "Vibration_X": -0.111884 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.092964", - "Vibration_X": 1.057835 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.093208", - "Vibration_X": -0.52731 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.093452", - "Vibration_X": -0.287973 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.093696", - "Vibration_X": -0.136372 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.093940", - "Vibration_X": -0.122823 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.094184", - "Vibration_X": -0.112439 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.094428", - "Vibration_X": -0.111905 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.094672", - "Vibration_X": -0.115026 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.094916", - "Vibration_X": -0.147296 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.095160", - "Vibration_X": -0.163551 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.095404", - "Vibration_X": -0.11404 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.095648", - "Vibration_X": -0.121815 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.095892", - "Vibration_X": -0.099951 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.096136", - "Vibration_X": -0.091377 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.096380", - "Vibration_X": -0.098455 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.096624", - "Vibration_X": -0.081358 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.096868", - "Vibration_X": -0.086872 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.097112", - "Vibration_X": -0.075325 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.097356", - "Vibration_X": -0.094084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.097600", - "Vibration_X": -0.077268 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.097844", - "Vibration_X": -0.063073 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.098088", - "Vibration_X": -0.043609 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.098332", - "Vibration_X": -0.060614 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.098576", - "Vibration_X": -0.034779 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.098820", - "Vibration_X": -0.042762 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.099064", - "Vibration_X": -0.031855 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.099308", - "Vibration_X": -0.004827 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.099552", - "Vibration_X": -0.053087 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.099796", - "Vibration_X": -0.030898 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.100040", - "Vibration_X": -0.026331 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.100284", - "Vibration_X": -0.035094 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.100528", - "Vibration_X": 0.006221 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.100772", - "Vibration_X": 0.042886 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.101016", - "Vibration_X": 0.030172 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.101260", - "Vibration_X": 0.047623 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.101504", - "Vibration_X": 0.073036 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.101748", - "Vibration_X": 0.085139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.101992", - "Vibration_X": 0.064253 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.102236", - "Vibration_X": 0.691777 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.102480", - "Vibration_X": -0.664191 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.102724", - "Vibration_X": -0.069268 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.102968", - "Vibration_X": 0.127517 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.103212", - "Vibration_X": 0.083557 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.103456", - "Vibration_X": 0.08032 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.103700", - "Vibration_X": 0.095665 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.103944", - "Vibration_X": 0.124494 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.104188", - "Vibration_X": 0.146338 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.104432", - "Vibration_X": 0.086988 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.104676", - "Vibration_X": 0.124808 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.104920", - "Vibration_X": 0.098003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.105164", - "Vibration_X": 0.129672 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.105408", - "Vibration_X": 0.118428 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.105652", - "Vibration_X": 0.084823 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.105896", - "Vibration_X": 0.13993 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.106140", - "Vibration_X": 0.108732 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.106384", - "Vibration_X": 0.109183 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.106628", - "Vibration_X": 0.097075 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.106872", - "Vibration_X": 0.103595 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.107116", - "Vibration_X": 0.123075 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.107360", - "Vibration_X": 0.108218 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.107604", - "Vibration_X": 0.11574 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.107848", - "Vibration_X": 0.113275 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.108092", - "Vibration_X": 0.129054 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.108336", - "Vibration_X": 0.092155 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.108580", - "Vibration_X": 0.06564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.108824", - "Vibration_X": 0.112516 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.109068", - "Vibration_X": 0.080396 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.109312", - "Vibration_X": 0.105063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.109556", - "Vibration_X": 0.086106 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.109800", - "Vibration_X": 0.071435 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.110044", - "Vibration_X": 0.076634 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.110288", - "Vibration_X": 0.104289 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.110532", - "Vibration_X": 0.102456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.110776", - "Vibration_X": 0.058014 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.111020", - "Vibration_X": 0.055626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.111264", - "Vibration_X": 0.069851 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.111508", - "Vibration_X": 0.027443 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.111752", - "Vibration_X": -0.395735 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.111996", - "Vibration_X": 0.0126 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.112240", - "Vibration_X": 0.07547 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.112484", - "Vibration_X": 0.019586 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.112728", - "Vibration_X": -0.007253 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.112972", - "Vibration_X": -0.018256 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.113216", - "Vibration_X": -0.00094 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.113460", - "Vibration_X": 0.009674 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.113704", - "Vibration_X": 0.010566 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.113948", - "Vibration_X": 0.053024 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.114192", - "Vibration_X": 0.034447 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.114436", - "Vibration_X": -0.008699 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.114680", - "Vibration_X": 0.015874 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.114924", - "Vibration_X": -0.000695 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.115168", - "Vibration_X": 0.00042 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.115412", - "Vibration_X": 0.008592 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.115656", - "Vibration_X": 0.016147 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.115900", - "Vibration_X": -0.004063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.116144", - "Vibration_X": 0.023018 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.116388", - "Vibration_X": -0.022039 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.116632", - "Vibration_X": 4e-06 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.116876", - "Vibration_X": 0.050905 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.117120", - "Vibration_X": 0.002463 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.117364", - "Vibration_X": 0.025671 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.117608", - "Vibration_X": -0.002224 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.117852", - "Vibration_X": 0.006415 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.118096", - "Vibration_X": -0.007588 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.118340", - "Vibration_X": -0.011234 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.118584", - "Vibration_X": -0.024927 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.118828", - "Vibration_X": -0.002396 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.119072", - "Vibration_X": -0.029864 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.119316", - "Vibration_X": -0.001529 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.119560", - "Vibration_X": 0.004672 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.119804", - "Vibration_X": -0.012088 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.120048", - "Vibration_X": -0.027725 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.120292", - "Vibration_X": -0.0157 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.120536", - "Vibration_X": -0.03393 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.120780", - "Vibration_X": -0.012217 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.121024", - "Vibration_X": -0.477179 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.121268", - "Vibration_X": -0.012556 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.121512", - "Vibration_X": -0.042311 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.121756", - "Vibration_X": -0.073592 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.122000", - "Vibration_X": -0.025331 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.122244", - "Vibration_X": -0.036148 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.122488", - "Vibration_X": -0.071934 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.122732", - "Vibration_X": -0.092052 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.122976", - "Vibration_X": -0.125738 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.123220", - "Vibration_X": -0.081709 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.123464", - "Vibration_X": -0.02682 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.123708", - "Vibration_X": -0.070901 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.123952", - "Vibration_X": -0.095106 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.124196", - "Vibration_X": -0.078842 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.124440", - "Vibration_X": -0.123474 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.124684", - "Vibration_X": -0.102164 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.124928", - "Vibration_X": -0.09801 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.125172", - "Vibration_X": -0.105293 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.125416", - "Vibration_X": -0.091082 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.125660", - "Vibration_X": -0.10306 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.125904", - "Vibration_X": -0.09934 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.126148", - "Vibration_X": -0.128897 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.126392", - "Vibration_X": -0.099239 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.126636", - "Vibration_X": -0.086302 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.126880", - "Vibration_X": -0.139565 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.127124", - "Vibration_X": -0.138771 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.127368", - "Vibration_X": -0.094714 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.127612", - "Vibration_X": -0.12521 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.127856", - "Vibration_X": -0.092788 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.128100", - "Vibration_X": -0.128713 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.128344", - "Vibration_X": -0.08927 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.128588", - "Vibration_X": -0.113755 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.128832", - "Vibration_X": -0.108738 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.129076", - "Vibration_X": -0.079632 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.129320", - "Vibration_X": -0.114697 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.129564", - "Vibration_X": -0.122339 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.129808", - "Vibration_X": -0.108073 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.130052", - "Vibration_X": -0.085187 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.130296", - "Vibration_X": -0.82387 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.130540", - "Vibration_X": 0.128778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.130784", - "Vibration_X": -0.003688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.131028", - "Vibration_X": -0.055302 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.131272", - "Vibration_X": -0.119878 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.131516", - "Vibration_X": -0.072666 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.131760", - "Vibration_X": -0.082299 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.132004", - "Vibration_X": -0.058029 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.132248", - "Vibration_X": -0.028854 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.132492", - "Vibration_X": -0.029345 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.132736", - "Vibration_X": -0.02267 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.132980", - "Vibration_X": -0.01256 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.133224", - "Vibration_X": 0.002963 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.133468", - "Vibration_X": -0.012996 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.133712", - "Vibration_X": 0.029555 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.133956", - "Vibration_X": 0.036839 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.134200", - "Vibration_X": 0.039338 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.134444", - "Vibration_X": 0.050664 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.134688", - "Vibration_X": 0.053164 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.134932", - "Vibration_X": 0.095409 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.135176", - "Vibration_X": 0.060171 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.135420", - "Vibration_X": 0.062678 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.135664", - "Vibration_X": 0.060325 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.135908", - "Vibration_X": 0.060966 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.136152", - "Vibration_X": 0.062552 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.136396", - "Vibration_X": 0.075084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.136640", - "Vibration_X": 0.096434 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.136884", - "Vibration_X": 0.109071 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.137128", - "Vibration_X": 0.107479 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.137372", - "Vibration_X": 0.094739 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.137616", - "Vibration_X": 0.131161 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.137860", - "Vibration_X": 0.130559 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.138104", - "Vibration_X": 0.114697 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.138348", - "Vibration_X": 0.106455 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.138592", - "Vibration_X": 0.131613 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.138836", - "Vibration_X": 0.125051 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.139080", - "Vibration_X": 0.092501 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.139324", - "Vibration_X": 0.119812 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.139568", - "Vibration_X": -0.155389 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.139812", - "Vibration_X": 0.370584 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.140056", - "Vibration_X": 0.176945 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.140300", - "Vibration_X": 0.069564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.140544", - "Vibration_X": 0.133319 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.140788", - "Vibration_X": 0.13638 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.141032", - "Vibration_X": 0.103363 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.141276", - "Vibration_X": 0.111768 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.141520", - "Vibration_X": 0.052719 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.141764", - "Vibration_X": 0.07411 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.142008", - "Vibration_X": 0.087456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.142252", - "Vibration_X": 0.067811 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.142496", - "Vibration_X": 0.09934 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.142740", - "Vibration_X": 0.120703 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.142984", - "Vibration_X": 0.052866 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.143228", - "Vibration_X": 0.055256 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.143472", - "Vibration_X": 0.072316 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.143716", - "Vibration_X": 0.095454 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.143960", - "Vibration_X": 0.034458 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.144204", - "Vibration_X": 0.059633 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.144448", - "Vibration_X": 0.086922 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.144692", - "Vibration_X": 0.013421 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.144936", - "Vibration_X": 0.016931 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.145180", - "Vibration_X": 0.030328 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.145424", - "Vibration_X": 0.024803 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.145668", - "Vibration_X": 0.048058 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.145912", - "Vibration_X": 0.033417 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.146156", - "Vibration_X": -0.009945 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.146400", - "Vibration_X": 0.03303 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.146644", - "Vibration_X": 0.008537 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.146888", - "Vibration_X": 0.043139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.147132", - "Vibration_X": 0.002855 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.147376", - "Vibration_X": 0.000618 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.147620", - "Vibration_X": 0.022296 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.147864", - "Vibration_X": 0.025024 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.148108", - "Vibration_X": 0.017176 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.148352", - "Vibration_X": -0.026906 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.148596", - "Vibration_X": 0.016284 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.148840", - "Vibration_X": 0.056084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.149084", - "Vibration_X": 0.151693 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.149328", - "Vibration_X": -0.015976 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.149572", - "Vibration_X": -0.001105 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.149816", - "Vibration_X": -0.017959 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.150060", - "Vibration_X": -0.025472 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.150304", - "Vibration_X": 0.013065 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.150548", - "Vibration_X": 0.002345 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.150792", - "Vibration_X": -0.015786 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.151036", - "Vibration_X": 0.024446 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.151280", - "Vibration_X": -0.014581 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.151524", - "Vibration_X": -0.006434 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.151768", - "Vibration_X": -0.003135 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.152012", - "Vibration_X": -0.022488 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.152256", - "Vibration_X": -0.002412 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.152500", - "Vibration_X": -0.024416 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.152744", - "Vibration_X": -0.024073 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.152988", - "Vibration_X": 0.009131 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.153232", - "Vibration_X": -0.04141 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.153476", - "Vibration_X": -0.071528 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.153720", - "Vibration_X": 0.006074 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.153964", - "Vibration_X": 0.021774 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.154208", - "Vibration_X": -0.040578 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.154452", - "Vibration_X": -0.074655 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.154696", - "Vibration_X": -0.045748 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.154940", - "Vibration_X": -0.049046 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.155184", - "Vibration_X": -0.051053 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.155428", - "Vibration_X": -0.073586 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.155672", - "Vibration_X": -0.043905 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.155916", - "Vibration_X": -0.049275 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.156160", - "Vibration_X": -0.093992 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.156404", - "Vibration_X": -0.054502 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.156648", - "Vibration_X": -0.031831 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.156892", - "Vibration_X": -0.073834 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.157136", - "Vibration_X": -0.088369 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.157380", - "Vibration_X": -0.088741 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.157624", - "Vibration_X": -0.077774 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.157868", - "Vibration_X": -0.128738 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.158112", - "Vibration_X": 0.46645 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.158356", - "Vibration_X": 0.173028 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.158600", - "Vibration_X": -0.08452 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.158844", - "Vibration_X": -0.138313 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.159088", - "Vibration_X": -0.079546 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.159332", - "Vibration_X": -0.133838 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.159576", - "Vibration_X": -0.104009 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.159820", - "Vibration_X": -0.111783 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.160064", - "Vibration_X": -0.136961 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.160308", - "Vibration_X": -0.117061 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.160552", - "Vibration_X": -0.097011 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.160796", - "Vibration_X": -0.127942 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.161040", - "Vibration_X": -0.15504 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.161284", - "Vibration_X": -0.120809 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.161528", - "Vibration_X": -0.137276 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.161772", - "Vibration_X": -0.124352 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.162016", - "Vibration_X": -0.11692 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.162260", - "Vibration_X": -0.146688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.162504", - "Vibration_X": -0.141683 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.162748", - "Vibration_X": -0.096038 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.162992", - "Vibration_X": -0.111968 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.163236", - "Vibration_X": -0.14818 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.163480", - "Vibration_X": -0.076113 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.163724", - "Vibration_X": -0.08086 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.163968", - "Vibration_X": -0.094676 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.164212", - "Vibration_X": -0.100445 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.164456", - "Vibration_X": -0.050748 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.164700", - "Vibration_X": -0.053508 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.164944", - "Vibration_X": -0.005581 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.165188", - "Vibration_X": -0.037308 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.165432", - "Vibration_X": -0.030214 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.165676", - "Vibration_X": -0.033377 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.165920", - "Vibration_X": -0.005625 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.166164", - "Vibration_X": -0.001273 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.166408", - "Vibration_X": 0.019514 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.166652", - "Vibration_X": -0.007666 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.166896", - "Vibration_X": 0.00232 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.167140", - "Vibration_X": 0.00966 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.167384", - "Vibration_X": 1.523701 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.167628", - "Vibration_X": 0.424288 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.167872", - "Vibration_X": -0.053563 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.168116", - "Vibration_X": 0.000936 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.168360", - "Vibration_X": 0.067249 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.168604", - "Vibration_X": 0.064186 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.168848", - "Vibration_X": 0.091175 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.169092", - "Vibration_X": 0.032989 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.169336", - "Vibration_X": 0.067793 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.169580", - "Vibration_X": 0.074396 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.169824", - "Vibration_X": 0.048843 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.170068", - "Vibration_X": 0.080748 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.170312", - "Vibration_X": 0.08604 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.170556", - "Vibration_X": 0.104171 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.170800", - "Vibration_X": 0.13382 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.171044", - "Vibration_X": 0.109537 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.171288", - "Vibration_X": 0.096205 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.171532", - "Vibration_X": 0.11757 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.171776", - "Vibration_X": 0.141086 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.172020", - "Vibration_X": 0.101487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.172264", - "Vibration_X": 0.103219 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.172508", - "Vibration_X": 0.132555 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.172752", - "Vibration_X": 0.116451 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.172996", - "Vibration_X": 0.132889 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.173240", - "Vibration_X": 0.118302 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.173484", - "Vibration_X": 0.130845 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.173728", - "Vibration_X": 0.093971 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.173972", - "Vibration_X": 0.11194 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.174216", - "Vibration_X": 0.105152 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.174460", - "Vibration_X": 0.081936 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.174704", - "Vibration_X": 0.071605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.174948", - "Vibration_X": 0.112974 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.175192", - "Vibration_X": 0.08842 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.175436", - "Vibration_X": 0.070998 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.175680", - "Vibration_X": 0.085383 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.175924", - "Vibration_X": 0.105618 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.176168", - "Vibration_X": 0.033114 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.176412", - "Vibration_X": 0.044418 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.176656", - "Vibration_X": 1.144132 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.176900", - "Vibration_X": 0.202896 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.177144", - "Vibration_X": -0.0158 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.177388", - "Vibration_X": 0.053332 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.177632", - "Vibration_X": 0.034912 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.177876", - "Vibration_X": 0.028429 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.178120", - "Vibration_X": 0.053392 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.178364", - "Vibration_X": 0.041733 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.178608", - "Vibration_X": 0.048071 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.178852", - "Vibration_X": 0.029865 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.179096", - "Vibration_X": 0.035844 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.179340", - "Vibration_X": 0.030307 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.179584", - "Vibration_X": 0.039763 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.179828", - "Vibration_X": 0.037608 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.180072", - "Vibration_X": -0.013471 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.180316", - "Vibration_X": -0.028366 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.180560", - "Vibration_X": 0.034459 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.180804", - "Vibration_X": 0.036207 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.181048", - "Vibration_X": -0.009756 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.181292", - "Vibration_X": -0.028174 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.181536", - "Vibration_X": 0.009521 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.181780", - "Vibration_X": 0.024809 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.182024", - "Vibration_X": 0.040916 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.182268", - "Vibration_X": 0.014162 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.182512", - "Vibration_X": -0.004645 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.182756", - "Vibration_X": -0.016057 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.183000", - "Vibration_X": 0.001091 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.183244", - "Vibration_X": -0.006047 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.183488", - "Vibration_X": -0.021287 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.183732", - "Vibration_X": 0.039042 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.183976", - "Vibration_X": 0.032778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.184220", - "Vibration_X": 0.01874 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.184464", - "Vibration_X": -0.023538 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.184708", - "Vibration_X": 0.010735 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.184952", - "Vibration_X": 0.005063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.185196", - "Vibration_X": -0.000381 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.185440", - "Vibration_X": 0.014107 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.185684", - "Vibration_X": 2e-06 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.185928", - "Vibration_X": 0.781551 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.186172", - "Vibration_X": -0.025285 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.186416", - "Vibration_X": -0.082888 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.186660", - "Vibration_X": -0.063764 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.186904", - "Vibration_X": -0.017506 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.187148", - "Vibration_X": -0.037508 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.187392", - "Vibration_X": -0.056644 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.187636", - "Vibration_X": -0.000562 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.187880", - "Vibration_X": -0.002993 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.188124", - "Vibration_X": -0.014086 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.188368", - "Vibration_X": -0.040035 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.188612", - "Vibration_X": -0.022124 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.188856", - "Vibration_X": -0.053014 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.189100", - "Vibration_X": -0.053422 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.189344", - "Vibration_X": -0.083652 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.189588", - "Vibration_X": -0.058205 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.189832", - "Vibration_X": -0.06933 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.190076", - "Vibration_X": -0.100989 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.190320", - "Vibration_X": -0.080333 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.190564", - "Vibration_X": -0.085224 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.190808", - "Vibration_X": -0.051914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.191052", - "Vibration_X": -0.074101 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.191296", - "Vibration_X": -0.09573 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.191540", - "Vibration_X": -0.094778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.191784", - "Vibration_X": -0.102455 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.192028", - "Vibration_X": -0.110743 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.192272", - "Vibration_X": -0.131407 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.192516", - "Vibration_X": -0.115554 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.192760", - "Vibration_X": -0.129901 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.193004", - "Vibration_X": -0.142076 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.193248", - "Vibration_X": -0.108556 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.193492", - "Vibration_X": -0.112264 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.193736", - "Vibration_X": -0.156708 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.193980", - "Vibration_X": -0.12387 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.194224", - "Vibration_X": -0.101487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.194468", - "Vibration_X": -0.09973 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.194712", - "Vibration_X": -0.099428 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.194956", - "Vibration_X": -0.117707 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.195200", - "Vibration_X": 1.474556 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.195444", - "Vibration_X": -0.443969 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.195688", - "Vibration_X": -0.279684 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.195932", - "Vibration_X": -0.093491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.196176", - "Vibration_X": -0.062015 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.196420", - "Vibration_X": -0.076143 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.196664", - "Vibration_X": -0.098466 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.196908", - "Vibration_X": -0.114433 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.197152", - "Vibration_X": -0.089902 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.197396", - "Vibration_X": -0.073133 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.197640", - "Vibration_X": -0.075095 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.197884", - "Vibration_X": -0.075811 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.198128", - "Vibration_X": -0.052083 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.198372", - "Vibration_X": -0.059832 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.198616", - "Vibration_X": -0.054685 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.198860", - "Vibration_X": -0.028059 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.199104", - "Vibration_X": -0.034324 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.199348", - "Vibration_X": -0.013269 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.199592", - "Vibration_X": -0.004464 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.199836", - "Vibration_X": -0.024445 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.200080", - "Vibration_X": -0.003002 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.200324", - "Vibration_X": 0.043626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.200568", - "Vibration_X": -0.000197 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.200812", - "Vibration_X": -0.011228 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.201056", - "Vibration_X": 0.001775 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.201300", - "Vibration_X": 0.047311 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.201544", - "Vibration_X": 0.054835 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.201788", - "Vibration_X": 0.059089 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.202032", - "Vibration_X": 0.092653 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.202276", - "Vibration_X": 0.021511 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.202520", - "Vibration_X": 0.089128 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.202764", - "Vibration_X": 0.118294 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.203008", - "Vibration_X": 0.069957 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.203252", - "Vibration_X": 0.089933 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.203496", - "Vibration_X": 0.087039 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.203740", - "Vibration_X": 0.088313 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.203984", - "Vibration_X": 0.1033 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.204228", - "Vibration_X": 0.141515 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.204472", - "Vibration_X": 1.151763 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.204716", - "Vibration_X": -0.456692 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.204960", - "Vibration_X": 0.005182 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.205204", - "Vibration_X": 0.153175 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.205448", - "Vibration_X": 0.173266 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.205692", - "Vibration_X": 0.118774 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.205936", - "Vibration_X": 0.122258 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.206180", - "Vibration_X": 0.127696 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.206424", - "Vibration_X": 0.183055 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.206668", - "Vibration_X": 0.13485 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.206912", - "Vibration_X": 0.101706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.207156", - "Vibration_X": 0.132929 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.207400", - "Vibration_X": 0.10367 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.207644", - "Vibration_X": 0.098154 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.207888", - "Vibration_X": 0.12288 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.208132", - "Vibration_X": 0.101837 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.208376", - "Vibration_X": 0.103072 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.208620", - "Vibration_X": 0.093874 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.208864", - "Vibration_X": 0.09626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.209108", - "Vibration_X": 0.093835 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.209352", - "Vibration_X": 0.042306 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.209596", - "Vibration_X": 0.090021 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.209840", - "Vibration_X": 0.052658 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.210084", - "Vibration_X": 0.039054 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.210328", - "Vibration_X": 0.062354 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.210572", - "Vibration_X": 0.060871 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.210816", - "Vibration_X": 0.041063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.211060", - "Vibration_X": 0.06739 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.211304", - "Vibration_X": 0.019878 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.211548", - "Vibration_X": 0.034669 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.211792", - "Vibration_X": 0.027348 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.212036", - "Vibration_X": 0.034516 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.212280", - "Vibration_X": 0.037605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.212524", - "Vibration_X": 0.008635 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.212768", - "Vibration_X": 0.040236 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.213012", - "Vibration_X": 0.024165 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.213256", - "Vibration_X": -0.017582 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.213500", - "Vibration_X": -0.021365 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.213744", - "Vibration_X": 0.022836 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.213988", - "Vibration_X": -0.318677 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.214232", - "Vibration_X": -0.028857 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.214476", - "Vibration_X": 0.033423 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.214720", - "Vibration_X": 0.01894 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.214964", - "Vibration_X": 0.024454 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.215208", - "Vibration_X": -0.017309 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.215452", - "Vibration_X": -0.018972 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.215696", - "Vibration_X": -0.018463 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.215940", - "Vibration_X": 0.008106 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.216184", - "Vibration_X": 0.026255 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.216428", - "Vibration_X": -0.008198 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.216672", - "Vibration_X": -0.050525 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.216916", - "Vibration_X": -0.035504 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.217160", - "Vibration_X": -0.01905 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.217404", - "Vibration_X": -0.014563 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.217648", - "Vibration_X": -0.012669 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.217892", - "Vibration_X": -0.004916 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.218136", - "Vibration_X": -0.013221 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.218380", - "Vibration_X": 0.012574 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.218624", - "Vibration_X": -0.023504 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.218868", - "Vibration_X": -0.02896 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.219112", - "Vibration_X": -0.004037 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.219356", - "Vibration_X": -0.046408 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.219600", - "Vibration_X": -0.01017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.219844", - "Vibration_X": -0.018376 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.220088", - "Vibration_X": -0.026037 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.220332", - "Vibration_X": 0.005819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.220576", - "Vibration_X": -0.041446 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.220820", - "Vibration_X": 0.008956 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.221064", - "Vibration_X": -0.040191 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.221308", - "Vibration_X": -0.064832 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.221552", - "Vibration_X": -0.041666 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.221796", - "Vibration_X": -0.068513 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.222040", - "Vibration_X": -0.066079 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.222284", - "Vibration_X": -0.047274 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.222528", - "Vibration_X": -0.048367 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.222772", - "Vibration_X": -0.076256 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.223016", - "Vibration_X": -0.048445 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.223260", - "Vibration_X": -0.579888 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.223504", - "Vibration_X": -0.043888 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.223748", - "Vibration_X": -0.024074 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.223992", - "Vibration_X": -0.053357 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.224236", - "Vibration_X": -0.130908 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.224480", - "Vibration_X": -0.101054 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.224724", - "Vibration_X": -0.114887 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.224968", - "Vibration_X": -0.098974 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.225212", - "Vibration_X": -0.116368 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.225456", - "Vibration_X": -0.111487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.225700", - "Vibration_X": -0.073449 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.225944", - "Vibration_X": -0.11711 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.226188", - "Vibration_X": -0.107724 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.226432", - "Vibration_X": -0.122562 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.226676", - "Vibration_X": -0.117929 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.226920", - "Vibration_X": -0.120436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.227164", - "Vibration_X": -0.11227 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.227408", - "Vibration_X": -0.098161 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.227652", - "Vibration_X": -0.088285 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.227896", - "Vibration_X": -0.11433 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.228140", - "Vibration_X": -0.107534 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.228384", - "Vibration_X": -0.140653 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.228628", - "Vibration_X": -0.117209 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.228872", - "Vibration_X": -0.093965 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.229116", - "Vibration_X": -0.09228 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.229360", - "Vibration_X": -0.101709 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.229604", - "Vibration_X": -0.084078 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.229848", - "Vibration_X": -0.087393 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.230092", - "Vibration_X": -0.068156 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.230336", - "Vibration_X": -0.0809 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.230580", - "Vibration_X": -0.087919 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.230824", - "Vibration_X": -0.067822 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.231068", - "Vibration_X": -0.126529 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.231312", - "Vibration_X": -0.053311 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.231556", - "Vibration_X": -0.126694 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.231800", - "Vibration_X": -0.08069 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.232044", - "Vibration_X": -0.029455 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.232288", - "Vibration_X": -0.021021 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.232532", - "Vibration_X": -0.911456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.232776", - "Vibration_X": 0.112086 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.233020", - "Vibration_X": 0.112879 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.233264", - "Vibration_X": -0.009176 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.233508", - "Vibration_X": 0.047173 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.233752", - "Vibration_X": 0.017867 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.233996", - "Vibration_X": 0.035603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.234240", - "Vibration_X": 0.067294 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.234484", - "Vibration_X": 0.045222 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.234728", - "Vibration_X": 0.03019 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.234972", - "Vibration_X": 0.05543 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.235216", - "Vibration_X": 0.064003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.235460", - "Vibration_X": 0.044197 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.235704", - "Vibration_X": 0.07281 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.235948", - "Vibration_X": 0.069147 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.236192", - "Vibration_X": 0.108146 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.236436", - "Vibration_X": 0.0956 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.236680", - "Vibration_X": 0.094061 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.236924", - "Vibration_X": 0.101946 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.237168", - "Vibration_X": 0.112414 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.237412", - "Vibration_X": 0.123688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.237656", - "Vibration_X": 0.094268 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.237900", - "Vibration_X": 0.095846 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.238144", - "Vibration_X": 0.140692 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.238388", - "Vibration_X": 0.111778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.238632", - "Vibration_X": 0.092625 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.238876", - "Vibration_X": 0.130293 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.239120", - "Vibration_X": 0.130669 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.239364", - "Vibration_X": 0.090314 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.239608", - "Vibration_X": 0.124605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.239852", - "Vibration_X": 0.133391 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.240096", - "Vibration_X": 0.124429 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.240340", - "Vibration_X": 0.127466 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.240584", - "Vibration_X": 0.084272 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.240828", - "Vibration_X": 0.116184 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.241072", - "Vibration_X": 0.100417 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.241316", - "Vibration_X": 0.093452 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.241560", - "Vibration_X": 0.116918 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.241804", - "Vibration_X": -0.25529 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.242048", - "Vibration_X": 0.310124 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.242292", - "Vibration_X": 0.168017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.242536", - "Vibration_X": 0.071494 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.242780", - "Vibration_X": 0.080251 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.243024", - "Vibration_X": 0.09015 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.243268", - "Vibration_X": 0.073195 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.243512", - "Vibration_X": 0.068514 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.243756", - "Vibration_X": 0.077928 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.244000", - "Vibration_X": 0.056 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.244244", - "Vibration_X": 0.038394 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.244488", - "Vibration_X": 0.040577 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.244732", - "Vibration_X": 0.057556 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.244976", - "Vibration_X": 0.041092 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.245220", - "Vibration_X": 0.04415 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.245464", - "Vibration_X": 0.047231 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.245708", - "Vibration_X": 0.022997 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.245952", - "Vibration_X": 0.042473 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.246196", - "Vibration_X": 0.031974 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.246440", - "Vibration_X": -0.003052 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.246684", - "Vibration_X": 0.047935 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.246928", - "Vibration_X": 0.006715 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.247172", - "Vibration_X": -0.01854 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.247416", - "Vibration_X": -0.008322 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.247660", - "Vibration_X": -0.00965 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.247904", - "Vibration_X": 0.010171 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.248148", - "Vibration_X": 0.002158 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.248392", - "Vibration_X": -0.000458 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.248636", - "Vibration_X": 0.017436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.248880", - "Vibration_X": 0.010706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.249124", - "Vibration_X": 0.009178 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.249368", - "Vibration_X": 0.010066 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.249612", - "Vibration_X": 0.013247 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.249856", - "Vibration_X": -0.042159 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.250100", - "Vibration_X": -0.008213 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.250344", - "Vibration_X": -0.045474 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.250588", - "Vibration_X": -0.002136 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.250832", - "Vibration_X": -0.004001 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.251076", - "Vibration_X": -0.015128 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.251320", - "Vibration_X": 0.148253 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.251564", - "Vibration_X": 0.014173 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.251808", - "Vibration_X": -0.028474 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.252052", - "Vibration_X": -0.003688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.252296", - "Vibration_X": -0.022626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.252540", - "Vibration_X": -0.014303 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.252784", - "Vibration_X": 0.002981 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.253028", - "Vibration_X": -0.030271 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.253272", - "Vibration_X": -0.005533 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.253516", - "Vibration_X": -0.010848 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.253760", - "Vibration_X": -0.046444 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.254004", - "Vibration_X": -0.011016 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.254248", - "Vibration_X": -0.019858 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.254492", - "Vibration_X": -0.035307 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.254736", - "Vibration_X": -0.056279 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.254980", - "Vibration_X": -0.062062 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.255224", - "Vibration_X": -0.059618 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.255468", - "Vibration_X": -0.042125 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.255712", - "Vibration_X": -0.076307 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.255956", - "Vibration_X": -0.052744 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.256200", - "Vibration_X": -0.090688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.256444", - "Vibration_X": -0.074326 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.256688", - "Vibration_X": -0.07245 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.256932", - "Vibration_X": -0.030117 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.257176", - "Vibration_X": -0.11089 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.257420", - "Vibration_X": -0.058146 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.257664", - "Vibration_X": -0.088718 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.257908", - "Vibration_X": -0.087476 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.258152", - "Vibration_X": -0.09714 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.258396", - "Vibration_X": -0.094213 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.258640", - "Vibration_X": -0.109543 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.258884", - "Vibration_X": -0.080482 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.259128", - "Vibration_X": -0.121487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.259372", - "Vibration_X": -0.092182 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.259616", - "Vibration_X": -0.129829 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.259860", - "Vibration_X": -0.119884 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.260104", - "Vibration_X": -0.141454 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.260348", - "Vibration_X": 0.305481 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.260592", - "Vibration_X": 0.253292 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.260836", - "Vibration_X": -0.119481 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.261080", - "Vibration_X": -0.154595 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.261324", - "Vibration_X": -0.146038 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.261568", - "Vibration_X": -0.121028 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.261812", - "Vibration_X": -0.147962 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.262056", - "Vibration_X": -0.132641 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.262300", - "Vibration_X": -0.10688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.262544", - "Vibration_X": -0.081568 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.262788", - "Vibration_X": -0.04788 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.263032", - "Vibration_X": -0.111449 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.263276", - "Vibration_X": -0.066203 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.263520", - "Vibration_X": -0.084784 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.263764", - "Vibration_X": -0.087016 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.264008", - "Vibration_X": -0.069275 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.264252", - "Vibration_X": -0.070253 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.264496", - "Vibration_X": -0.062505 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.264740", - "Vibration_X": -0.06579 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.264984", - "Vibration_X": -0.078216 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.265228", - "Vibration_X": -0.073512 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.265472", - "Vibration_X": -0.021751 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.265716", - "Vibration_X": -0.032356 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.265960", - "Vibration_X": -0.030618 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.266204", - "Vibration_X": -0.010308 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.266448", - "Vibration_X": 0.01369 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.266692", - "Vibration_X": 0.009679 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.266936", - "Vibration_X": 0.001201 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.267180", - "Vibration_X": 0.047028 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.267424", - "Vibration_X": 0.062155 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.267668", - "Vibration_X": 0.048382 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.267912", - "Vibration_X": 0.065694 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.268156", - "Vibration_X": 0.078565 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.268400", - "Vibration_X": 0.083571 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.268644", - "Vibration_X": 0.080199 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.268888", - "Vibration_X": 0.086506 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.269132", - "Vibration_X": 0.091198 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.269376", - "Vibration_X": 0.06474 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.269620", - "Vibration_X": 1.226167 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.269864", - "Vibration_X": 0.458522 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.270108", - "Vibration_X": 0.033145 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.270352", - "Vibration_X": 0.092129 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.270596", - "Vibration_X": 0.126405 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.270840", - "Vibration_X": 0.145991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.271084", - "Vibration_X": 0.110417 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.271328", - "Vibration_X": 0.094335 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.271572", - "Vibration_X": 0.114452 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.271816", - "Vibration_X": 0.122578 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.272060", - "Vibration_X": 0.12282 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.272304", - "Vibration_X": 0.144141 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.272548", - "Vibration_X": 0.114011 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.272792", - "Vibration_X": 0.127597 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.273036", - "Vibration_X": 0.09967 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.273280", - "Vibration_X": 0.126923 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.273524", - "Vibration_X": 0.116062 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.273768", - "Vibration_X": 0.09872 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.274012", - "Vibration_X": 0.106376 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.274256", - "Vibration_X": 0.104471 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.274500", - "Vibration_X": 0.099529 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.274744", - "Vibration_X": 0.136882 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.274988", - "Vibration_X": 0.095785 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.275232", - "Vibration_X": 0.088982 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.275476", - "Vibration_X": 0.047855 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.275720", - "Vibration_X": 0.067734 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.275964", - "Vibration_X": 0.076073 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.276208", - "Vibration_X": 0.063265 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.276452", - "Vibration_X": 0.100226 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.276696", - "Vibration_X": 0.064894 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.276940", - "Vibration_X": 0.089582 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.277184", - "Vibration_X": 0.060713 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.277428", - "Vibration_X": 0.055959 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.277672", - "Vibration_X": 0.049268 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.277916", - "Vibration_X": 0.047064 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.278160", - "Vibration_X": 0.07744 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.278404", - "Vibration_X": -0.007101 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.278648", - "Vibration_X": -0.004348 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.278892", - "Vibration_X": 0.787159 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.279136", - "Vibration_X": 0.156436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.279380", - "Vibration_X": -0.012267 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.279624", - "Vibration_X": 0.015496 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.279868", - "Vibration_X": 0.015307 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.280112", - "Vibration_X": 0.040125 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.280356", - "Vibration_X": 0.03628 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.280600", - "Vibration_X": 0.017138 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.280844", - "Vibration_X": 0.030951 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.281088", - "Vibration_X": 0.015449 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.281332", - "Vibration_X": -0.002814 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.281576", - "Vibration_X": 0.020941 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.281820", - "Vibration_X": 0.0079 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.282064", - "Vibration_X": 0.004528 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.282308", - "Vibration_X": 0.032868 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.282552", - "Vibration_X": -0.046628 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.282796", - "Vibration_X": -0.02693 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.283040", - "Vibration_X": -0.02325 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.283284", - "Vibration_X": -0.007695 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.283528", - "Vibration_X": -0.006453 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.283772", - "Vibration_X": -0.03247 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.284016", - "Vibration_X": -0.023042 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.284260", - "Vibration_X": -0.021643 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.284504", - "Vibration_X": 0.043543 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.284748", - "Vibration_X": 0.029139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.284992", - "Vibration_X": -0.016548 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.285236", - "Vibration_X": -0.017146 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.285480", - "Vibration_X": -0.034577 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.285724", - "Vibration_X": -0.051644 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.285968", - "Vibration_X": -0.017888 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.286212", - "Vibration_X": -0.037764 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.286456", - "Vibration_X": -0.021954 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.286700", - "Vibration_X": -0.054909 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.286944", - "Vibration_X": -0.04099 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.287188", - "Vibration_X": -0.02582 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.287432", - "Vibration_X": -0.024703 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.287676", - "Vibration_X": -0.027099 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.287920", - "Vibration_X": -0.065455 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.288164", - "Vibration_X": 0.935744 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.288408", - "Vibration_X": -0.026302 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.288652", - "Vibration_X": -0.117603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.288896", - "Vibration_X": -0.067467 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.289140", - "Vibration_X": -0.081219 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.289384", - "Vibration_X": -0.068141 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.289628", - "Vibration_X": -0.060875 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.289872", - "Vibration_X": -0.06022 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.290116", - "Vibration_X": -0.079506 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.290360", - "Vibration_X": -0.050394 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.290604", - "Vibration_X": -0.065184 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.290848", - "Vibration_X": -0.094663 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.291092", - "Vibration_X": -0.078592 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.291336", - "Vibration_X": -0.058824 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.291580", - "Vibration_X": -0.062006 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.291824", - "Vibration_X": -0.129268 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.292068", - "Vibration_X": -0.126479 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.292312", - "Vibration_X": -0.081208 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.292556", - "Vibration_X": -0.134718 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.292800", - "Vibration_X": -0.14231 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.293044", - "Vibration_X": -0.127525 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.293288", - "Vibration_X": -0.110949 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.293532", - "Vibration_X": -0.122543 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.293776", - "Vibration_X": -0.134216 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.294020", - "Vibration_X": -0.134951 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.294264", - "Vibration_X": -0.13551 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.294508", - "Vibration_X": -0.138175 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.294752", - "Vibration_X": -0.073788 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.294996", - "Vibration_X": -0.111814 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.295240", - "Vibration_X": -0.097877 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.295484", - "Vibration_X": -0.122747 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.295728", - "Vibration_X": -0.113545 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.295972", - "Vibration_X": -0.120471 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.296216", - "Vibration_X": -0.155131 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.296460", - "Vibration_X": -0.125089 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.296704", - "Vibration_X": -0.128725 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.296948", - "Vibration_X": -0.132061 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.297192", - "Vibration_X": -0.105116 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.297436", - "Vibration_X": 1.901763 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.297680", - "Vibration_X": -0.261231 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.297924", - "Vibration_X": -0.227474 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.298168", - "Vibration_X": -0.051372 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.298412", - "Vibration_X": -0.014998 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.298656", - "Vibration_X": -0.054712 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.298900", - "Vibration_X": -0.021758 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.299144", - "Vibration_X": -0.008802 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.299388", - "Vibration_X": -0.026343 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.299632", - "Vibration_X": 0.004603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.299876", - "Vibration_X": 0.012979 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.300120", - "Vibration_X": -0.001066 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.300364", - "Vibration_X": -0.004304 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.300608", - "Vibration_X": 0.002602 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.300852", - "Vibration_X": 0.036018 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.301096", - "Vibration_X": 0.048664 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.301340", - "Vibration_X": 0.033903 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.301584", - "Vibration_X": 0.057672 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.301828", - "Vibration_X": 0.075661 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.302072", - "Vibration_X": 0.083414 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.302316", - "Vibration_X": 0.108546 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.302560", - "Vibration_X": 0.109139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.302804", - "Vibration_X": 0.069268 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.303048", - "Vibration_X": 0.128243 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.303292", - "Vibration_X": 0.088791 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.303536", - "Vibration_X": 0.124692 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.303780", - "Vibration_X": 0.109068 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.304024", - "Vibration_X": 0.102897 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.304268", - "Vibration_X": 0.077929 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.304512", - "Vibration_X": 0.113101 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.304756", - "Vibration_X": 0.087298 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.305000", - "Vibration_X": 0.139291 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.305244", - "Vibration_X": 0.15125 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.305488", - "Vibration_X": 0.105463 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.305732", - "Vibration_X": 0.127456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.305976", - "Vibration_X": 0.106466 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.306220", - "Vibration_X": 0.10752 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.306464", - "Vibration_X": 0.134271 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.306708", - "Vibration_X": 1.287626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.306952", - "Vibration_X": -0.228836 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.307196", - "Vibration_X": -0.042645 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.307440", - "Vibration_X": 0.145946 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.307684", - "Vibration_X": 0.123165 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.307928", - "Vibration_X": 0.119518 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.308172", - "Vibration_X": 0.089576 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.308416", - "Vibration_X": 0.094803 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.308660", - "Vibration_X": 0.089764 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.308904", - "Vibration_X": 0.071168 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.309148", - "Vibration_X": 0.096866 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.309392", - "Vibration_X": 0.092312 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.309636", - "Vibration_X": 0.086807 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.309880", - "Vibration_X": 0.101278 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.310124", - "Vibration_X": 0.095132 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.310368", - "Vibration_X": 0.054284 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.310612", - "Vibration_X": 0.06494 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.310856", - "Vibration_X": 0.040783 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.311100", - "Vibration_X": 0.049603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.311344", - "Vibration_X": 0.033144 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.311588", - "Vibration_X": 0.073686 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.311832", - "Vibration_X": 0.04486 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.312076", - "Vibration_X": 0.029697 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.312320", - "Vibration_X": 0.054583 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.312564", - "Vibration_X": -0.01586 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.312808", - "Vibration_X": -0.015694 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.313052", - "Vibration_X": 0.037739 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.313296", - "Vibration_X": 0.020463 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.313540", - "Vibration_X": 0.02189 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.313784", - "Vibration_X": -0.011827 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.314028", - "Vibration_X": 0.012241 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.314272", - "Vibration_X": 0.050956 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.314516", - "Vibration_X": 0.025716 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.314760", - "Vibration_X": 0.011124 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.315004", - "Vibration_X": -0.002416 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.315248", - "Vibration_X": -0.00277 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.315492", - "Vibration_X": -0.038603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.315736", - "Vibration_X": 0.008078 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.315980", - "Vibration_X": 0.229267 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.316224", - "Vibration_X": -0.286611 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.316468", - "Vibration_X": -0.06096 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.316712", - "Vibration_X": -0.007224 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.316956", - "Vibration_X": -0.01502 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.317200", - "Vibration_X": -0.00248 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.317444", - "Vibration_X": -0.046142 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.317688", - "Vibration_X": 0.007317 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.317932", - "Vibration_X": 0.008938 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.318176", - "Vibration_X": -0.012556 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.318420", - "Vibration_X": -0.058641 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.318664", - "Vibration_X": -0.030586 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.318908", - "Vibration_X": 0.012205 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.319152", - "Vibration_X": -0.069984 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.319396", - "Vibration_X": -0.02353 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.319640", - "Vibration_X": -0.042526 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.319884", - "Vibration_X": -0.005377 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.320128", - "Vibration_X": -0.03771 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.320372", - "Vibration_X": -0.019067 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.320616", - "Vibration_X": -0.018969 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.320860", - "Vibration_X": 0.003123 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.321104", - "Vibration_X": -0.041164 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.321348", - "Vibration_X": -0.033261 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.321592", - "Vibration_X": -0.074318 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.321836", - "Vibration_X": -0.024787 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.322080", - "Vibration_X": -0.06791 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.322324", - "Vibration_X": -0.068125 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.322568", - "Vibration_X": -0.06165 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.322812", - "Vibration_X": -0.096818 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.323056", - "Vibration_X": -0.065376 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.323300", - "Vibration_X": -0.055001 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.323544", - "Vibration_X": -0.07287 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.323788", - "Vibration_X": -0.114836 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.324032", - "Vibration_X": -0.089782 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.324276", - "Vibration_X": -0.076603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.324520", - "Vibration_X": -0.132998 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.324764", - "Vibration_X": -0.120755 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.325008", - "Vibration_X": -0.085344 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.325252", - "Vibration_X": -0.100852 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.325496", - "Vibration_X": -0.748022 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.325740", - "Vibration_X": -0.11092 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.325984", - "Vibration_X": -0.053132 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.326228", - "Vibration_X": -0.094522 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.326472", - "Vibration_X": -0.06785 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.326716", - "Vibration_X": -0.125411 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.326960", - "Vibration_X": -0.136673 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.327204", - "Vibration_X": -0.112705 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.327448", - "Vibration_X": -0.112651 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.327692", - "Vibration_X": -0.131552 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.327936", - "Vibration_X": -0.140751 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.328180", - "Vibration_X": -0.072511 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.328424", - "Vibration_X": -0.110284 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.328668", - "Vibration_X": -0.129084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.328912", - "Vibration_X": -0.093242 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.329156", - "Vibration_X": -0.110376 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.329400", - "Vibration_X": -0.109401 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.329644", - "Vibration_X": -0.088776 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.329888", - "Vibration_X": -0.12108 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.330132", - "Vibration_X": -0.08297 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.330376", - "Vibration_X": -0.046123 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.330620", - "Vibration_X": -0.069019 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.330864", - "Vibration_X": -0.079456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.331108", - "Vibration_X": -0.075317 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.331352", - "Vibration_X": -0.066312 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.331596", - "Vibration_X": -0.055832 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.331840", - "Vibration_X": -0.05071 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.332084", - "Vibration_X": -0.017017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.332328", - "Vibration_X": -0.062024 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.332572", - "Vibration_X": -0.002002 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.332816", - "Vibration_X": -0.018622 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.333060", - "Vibration_X": 0.004778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.333304", - "Vibration_X": -0.017019 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.333548", - "Vibration_X": 0.040347 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.333792", - "Vibration_X": 0.046873 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.334036", - "Vibration_X": 0.04923 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.334280", - "Vibration_X": 0.007673 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.334524", - "Vibration_X": 0.062295 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.334768", - "Vibration_X": -0.86699 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.335012", - "Vibration_X": 0.099299 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.335256", - "Vibration_X": 0.15594 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.335500", - "Vibration_X": 0.085468 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.335744", - "Vibration_X": 0.084245 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.335988", - "Vibration_X": 0.088661 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.336232", - "Vibration_X": 0.098131 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.336476", - "Vibration_X": 0.126519 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.336720", - "Vibration_X": 0.12601 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.336964", - "Vibration_X": 0.048322 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.337208", - "Vibration_X": 0.103021 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.337452", - "Vibration_X": 0.109283 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.337696", - "Vibration_X": 0.080246 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.337940", - "Vibration_X": 0.119389 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.338184", - "Vibration_X": 0.144203 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.338428", - "Vibration_X": 0.098726 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.338672", - "Vibration_X": 0.127929 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.338916", - "Vibration_X": 0.10315 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.339160", - "Vibration_X": 0.107828 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.339404", - "Vibration_X": 0.150163 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.339648", - "Vibration_X": 0.108679 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.339892", - "Vibration_X": 0.127275 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.340136", - "Vibration_X": 0.078715 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.340380", - "Vibration_X": 0.151126 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.340624", - "Vibration_X": 0.12333 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.340868", - "Vibration_X": 0.10471 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.341112", - "Vibration_X": 0.116666 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.341356", - "Vibration_X": 0.073498 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.341600", - "Vibration_X": 0.121658 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.341844", - "Vibration_X": 0.087645 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.342088", - "Vibration_X": 0.085997 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.342332", - "Vibration_X": 0.076068 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.342576", - "Vibration_X": 0.070009 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.342820", - "Vibration_X": 0.091167 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.343064", - "Vibration_X": 0.078003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.343308", - "Vibration_X": 0.081521 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.343552", - "Vibration_X": 0.063928 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.343796", - "Vibration_X": 0.07003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.344040", - "Vibration_X": -0.344907 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.344284", - "Vibration_X": 0.205132 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.344528", - "Vibration_X": 0.062589 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.344772", - "Vibration_X": 0.064409 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.345016", - "Vibration_X": 0.062357 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.345260", - "Vibration_X": 0.018712 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.345504", - "Vibration_X": 0.077435 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.345748", - "Vibration_X": 0.04918 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.345992", - "Vibration_X": 0.045541 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.346236", - "Vibration_X": 0.023825 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.346480", - "Vibration_X": 0.016255 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.346724", - "Vibration_X": 0.013935 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.346968", - "Vibration_X": 0.023651 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.347212", - "Vibration_X": 0.041771 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.347456", - "Vibration_X": 0.015461 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.347700", - "Vibration_X": -0.008135 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.347944", - "Vibration_X": 0.025001 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.348188", - "Vibration_X": 0.0255 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.348432", - "Vibration_X": 0.018864 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.348676", - "Vibration_X": 0.019487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.348920", - "Vibration_X": -0.00194 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.349164", - "Vibration_X": -0.016124 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.349408", - "Vibration_X": -0.015877 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.349652", - "Vibration_X": -0.032156 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.349896", - "Vibration_X": 0.004371 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.350140", - "Vibration_X": -0.002967 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.350384", - "Vibration_X": -0.011058 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.350628", - "Vibration_X": -0.062381 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.350872", - "Vibration_X": -0.029297 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.351116", - "Vibration_X": 0.016893 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.351360", - "Vibration_X": -0.020098 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.351604", - "Vibration_X": -0.001003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.351848", - "Vibration_X": -0.037579 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.352092", - "Vibration_X": 0.017301 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.352336", - "Vibration_X": -0.016231 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.352580", - "Vibration_X": -0.009606 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.352824", - "Vibration_X": 0.028865 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.353068", - "Vibration_X": 0.010241 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.353312", - "Vibration_X": -0.171447 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.353556", - "Vibration_X": 0.095648 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.353800", - "Vibration_X": -0.007366 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.354044", - "Vibration_X": -0.029998 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.354288", - "Vibration_X": -0.040698 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.354532", - "Vibration_X": -0.046364 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.354776", - "Vibration_X": -0.012875 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.355020", - "Vibration_X": -0.048732 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.355264", - "Vibration_X": -0.004532 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.355508", - "Vibration_X": -0.052842 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.355752", - "Vibration_X": -0.023197 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.355996", - "Vibration_X": -0.056085 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.356240", - "Vibration_X": -0.048348 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.356484", - "Vibration_X": -0.086497 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.356728", - "Vibration_X": -0.093473 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.356972", - "Vibration_X": -0.071563 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.357216", - "Vibration_X": -0.065281 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.357460", - "Vibration_X": -0.088448 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.357704", - "Vibration_X": -0.119056 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.357948", - "Vibration_X": -0.12445 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.358192", - "Vibration_X": -0.129517 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.358436", - "Vibration_X": -0.139835 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.358680", - "Vibration_X": -0.105551 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.358924", - "Vibration_X": -0.088217 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.359168", - "Vibration_X": -0.113654 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.359412", - "Vibration_X": -0.160925 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.359656", - "Vibration_X": -0.121499 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.359900", - "Vibration_X": -0.122519 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.360144", - "Vibration_X": -0.078512 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.360388", - "Vibration_X": -0.150314 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.360632", - "Vibration_X": -0.129277 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.360876", - "Vibration_X": -0.087175 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.361120", - "Vibration_X": -0.111645 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.361364", - "Vibration_X": -0.108247 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.361608", - "Vibration_X": -0.115598 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.361852", - "Vibration_X": -0.109172 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.362096", - "Vibration_X": -0.097605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.362340", - "Vibration_X": -0.12624 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.362584", - "Vibration_X": 0.094619 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.362828", - "Vibration_X": 0.251079 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.363072", - "Vibration_X": -0.063404 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.363316", - "Vibration_X": -0.119232 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.363560", - "Vibration_X": -0.105641 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.363804", - "Vibration_X": -0.080135 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.364048", - "Vibration_X": -0.087113 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.364292", - "Vibration_X": -0.090337 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.364536", - "Vibration_X": -0.069059 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.364780", - "Vibration_X": -0.076788 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.365024", - "Vibration_X": -0.040773 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.365268", - "Vibration_X": -0.062534 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.365512", - "Vibration_X": -0.017398 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.365756", - "Vibration_X": -0.047215 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.366000", - "Vibration_X": -0.026744 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.366244", - "Vibration_X": -0.019667 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.366488", - "Vibration_X": 0.027607 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.366732", - "Vibration_X": 0.015984 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.366976", - "Vibration_X": 0.013371 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.367220", - "Vibration_X": 0.03572 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.367464", - "Vibration_X": -0.008384 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.367708", - "Vibration_X": 0.040745 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.367952", - "Vibration_X": 0.089202 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.368196", - "Vibration_X": 0.059303 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.368440", - "Vibration_X": 0.065144 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.368684", - "Vibration_X": 0.081569 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.368928", - "Vibration_X": 0.095002 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.369172", - "Vibration_X": 0.043256 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.369416", - "Vibration_X": 0.055281 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.369660", - "Vibration_X": 0.098439 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.369904", - "Vibration_X": 0.084805 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.370148", - "Vibration_X": 0.129757 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.370392", - "Vibration_X": 0.101158 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.370636", - "Vibration_X": 0.072236 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.370880", - "Vibration_X": 0.088542 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.371124", - "Vibration_X": 0.061391 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.371368", - "Vibration_X": 0.113688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.371612", - "Vibration_X": 0.116095 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.371856", - "Vibration_X": 0.835531 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.372100", - "Vibration_X": 0.511786 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.372344", - "Vibration_X": 0.124914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.372588", - "Vibration_X": 0.08315 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.372832", - "Vibration_X": 0.075284 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.373076", - "Vibration_X": 0.133974 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.373320", - "Vibration_X": 0.128809 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.373564", - "Vibration_X": 0.121136 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.373808", - "Vibration_X": 0.132271 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.374052", - "Vibration_X": 0.086665 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.374296", - "Vibration_X": 0.14708 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.374540", - "Vibration_X": 0.084382 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.374784", - "Vibration_X": 0.114984 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.375028", - "Vibration_X": 0.062471 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.375272", - "Vibration_X": 0.07365 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.375516", - "Vibration_X": 0.118471 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.375760", - "Vibration_X": 0.078697 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.376004", - "Vibration_X": 0.096398 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.376248", - "Vibration_X": 0.079968 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.376492", - "Vibration_X": 0.068732 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.376736", - "Vibration_X": 0.093714 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.376980", - "Vibration_X": 0.057339 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.377224", - "Vibration_X": 0.022148 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.377468", - "Vibration_X": 0.037469 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.377712", - "Vibration_X": 0.06043 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.377956", - "Vibration_X": 0.053312 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.378200", - "Vibration_X": 0.010195 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.378444", - "Vibration_X": 0.023341 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.378688", - "Vibration_X": 0.022653 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.378932", - "Vibration_X": 0.023619 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.379176", - "Vibration_X": 0.000238 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.379420", - "Vibration_X": 0.012212 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.379664", - "Vibration_X": 0.007428 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.379908", - "Vibration_X": 0.034849 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.380152", - "Vibration_X": 0.033216 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.380396", - "Vibration_X": 0.011924 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.380640", - "Vibration_X": 0.004992 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.380884", - "Vibration_X": 0.013801 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.381128", - "Vibration_X": 0.522832 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.381372", - "Vibration_X": 0.114794 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.381616", - "Vibration_X": -0.043514 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.381860", - "Vibration_X": -0.022389 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.382104", - "Vibration_X": -0.018217 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.382348", - "Vibration_X": 0.007646 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.382592", - "Vibration_X": 0.016668 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.382836", - "Vibration_X": -0.030808 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.383080", - "Vibration_X": 0.000606 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.383324", - "Vibration_X": -0.005191 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.383568", - "Vibration_X": 0.005092 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.383812", - "Vibration_X": -0.002981 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.384056", - "Vibration_X": -0.032836 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.384300", - "Vibration_X": -0.030133 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.384544", - "Vibration_X": -0.005519 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.384788", - "Vibration_X": 0.013129 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.385032", - "Vibration_X": -0.053203 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.385276", - "Vibration_X": -0.003628 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.385520", - "Vibration_X": 0.011465 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.385764", - "Vibration_X": -0.017348 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.386008", - "Vibration_X": -0.005426 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.386252", - "Vibration_X": -0.032825 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.386496", - "Vibration_X": -0.02368 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.386740", - "Vibration_X": -0.056437 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.386984", - "Vibration_X": -0.073831 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.387228", - "Vibration_X": -0.011208 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.387472", - "Vibration_X": -0.053074 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.387716", - "Vibration_X": -0.045977 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.387960", - "Vibration_X": -0.06826 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.388204", - "Vibration_X": -0.072556 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.388448", - "Vibration_X": -0.051803 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.388692", - "Vibration_X": -0.067014 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.388936", - "Vibration_X": -0.049067 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.389180", - "Vibration_X": -0.051866 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.389424", - "Vibration_X": -0.058852 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.389668", - "Vibration_X": -0.064886 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.389912", - "Vibration_X": -0.042502 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.390156", - "Vibration_X": -0.09979 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.390400", - "Vibration_X": 1.069882 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.390644", - "Vibration_X": 0.052051 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.390888", - "Vibration_X": -0.1529 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.391132", - "Vibration_X": -0.143763 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.391376", - "Vibration_X": -0.100003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.391620", - "Vibration_X": -0.07312 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.391864", - "Vibration_X": -0.096061 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.392108", - "Vibration_X": -0.105488 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.392352", - "Vibration_X": -0.116367 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.392596", - "Vibration_X": -0.122174 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.392840", - "Vibration_X": -0.110914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.393084", - "Vibration_X": -0.123519 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.393328", - "Vibration_X": -0.120713 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.393572", - "Vibration_X": -0.11926 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.393816", - "Vibration_X": -0.134926 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.394060", - "Vibration_X": -0.110799 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.394304", - "Vibration_X": -0.062765 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.394548", - "Vibration_X": -0.155717 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.394792", - "Vibration_X": -0.112337 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.395036", - "Vibration_X": -0.132167 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.395280", - "Vibration_X": -0.103065 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.395524", - "Vibration_X": -0.110837 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.395768", - "Vibration_X": -0.093196 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.396012", - "Vibration_X": -0.081105 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.396256", - "Vibration_X": -0.096476 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.396500", - "Vibration_X": -0.072934 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.396744", - "Vibration_X": -0.13727 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.396988", - "Vibration_X": -0.052961 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.397232", - "Vibration_X": -0.071256 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.397476", - "Vibration_X": -0.050813 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.397720", - "Vibration_X": -0.090033 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.397964", - "Vibration_X": -0.075201 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.398208", - "Vibration_X": -0.048333 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.398452", - "Vibration_X": -0.044008 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.398696", - "Vibration_X": -0.030209 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.398940", - "Vibration_X": -0.006207 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.399184", - "Vibration_X": -0.055091 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.399428", - "Vibration_X": 0.007898 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.399672", - "Vibration_X": 2.088225 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.399916", - "Vibration_X": -0.051334 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.400160", - "Vibration_X": -0.204238 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.400404", - "Vibration_X": 0.014378 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.400648", - "Vibration_X": -0.00438 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.400892", - "Vibration_X": 0.053559 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.401136", - "Vibration_X": 0.014469 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.401380", - "Vibration_X": 0.053432 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.401624", - "Vibration_X": 0.05767 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.401868", - "Vibration_X": 0.090436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.402112", - "Vibration_X": 0.070104 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.402356", - "Vibration_X": 0.066105 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.402600", - "Vibration_X": 0.075793 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.402844", - "Vibration_X": 0.116914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.403088", - "Vibration_X": 0.107287 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.403332", - "Vibration_X": 0.093507 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.403576", - "Vibration_X": 0.100688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.403820", - "Vibration_X": 0.077795 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.404064", - "Vibration_X": 0.120146 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.404308", - "Vibration_X": 0.079926 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.404552", - "Vibration_X": 0.132409 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.404796", - "Vibration_X": 0.121701 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.405040", - "Vibration_X": 0.16813 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.405284", - "Vibration_X": 0.099163 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.405528", - "Vibration_X": 0.11941 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.405772", - "Vibration_X": 0.15726 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.406016", - "Vibration_X": 0.1445 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.406260", - "Vibration_X": 0.105691 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.406504", - "Vibration_X": 0.122623 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.406748", - "Vibration_X": 0.116317 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.406992", - "Vibration_X": 0.119681 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.407236", - "Vibration_X": 0.097487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.407480", - "Vibration_X": 0.106777 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.407724", - "Vibration_X": 0.073416 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.407968", - "Vibration_X": 0.104635 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.408212", - "Vibration_X": 0.10726 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.408456", - "Vibration_X": 0.089841 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.408700", - "Vibration_X": 0.058052 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.408944", - "Vibration_X": 1.241907 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.409188", - "Vibration_X": -0.124753 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.409432", - "Vibration_X": -0.060456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.409676", - "Vibration_X": 0.071972 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.409920", - "Vibration_X": 0.050022 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.410164", - "Vibration_X": 0.044799 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.410408", - "Vibration_X": 0.048422 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.410652", - "Vibration_X": 0.080166 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.410896", - "Vibration_X": 0.038859 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.411140", - "Vibration_X": 0.060347 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.411384", - "Vibration_X": 0.032811 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.411628", - "Vibration_X": 0.044742 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.411872", - "Vibration_X": 0.033326 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.412116", - "Vibration_X": 0.050158 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.412360", - "Vibration_X": 0.018728 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.412604", - "Vibration_X": -0.005108 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.412848", - "Vibration_X": -0.004181 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.413092", - "Vibration_X": 0.010133 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.413336", - "Vibration_X": -0.0067 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.413580", - "Vibration_X": 0.024191 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.413824", - "Vibration_X": 0.004566 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.414068", - "Vibration_X": 0.059449 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.414312", - "Vibration_X": -0.024549 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.414556", - "Vibration_X": 0.012686 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.414800", - "Vibration_X": -0.015391 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.415044", - "Vibration_X": -0.004014 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.415288", - "Vibration_X": 0.007482 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.415532", - "Vibration_X": -0.042958 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.415776", - "Vibration_X": 0.007258 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.416020", - "Vibration_X": 0.039609 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.416264", - "Vibration_X": -0.008454 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.416508", - "Vibration_X": 0.004889 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.416752", - "Vibration_X": 0.019263 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.416996", - "Vibration_X": -0.005472 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.417240", - "Vibration_X": -0.014819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.417484", - "Vibration_X": -0.049791 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.417728", - "Vibration_X": 0.007378 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.417972", - "Vibration_X": -0.00898 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.418216", - "Vibration_X": 0.374319 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.418460", - "Vibration_X": -0.231555 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.418704", - "Vibration_X": -0.083912 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.418948", - "Vibration_X": -0.011263 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.419192", - "Vibration_X": 0.003603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.419436", - "Vibration_X": -0.044577 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.419680", - "Vibration_X": 0.000404 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.419924", - "Vibration_X": -0.050538 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.420168", - "Vibration_X": -0.038564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.420412", - "Vibration_X": 0.010093 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.420656", - "Vibration_X": -0.009041 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.420900", - "Vibration_X": -0.033031 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.421144", - "Vibration_X": -0.057367 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.421388", - "Vibration_X": -0.052883 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.421632", - "Vibration_X": -0.044726 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.421876", - "Vibration_X": -0.049472 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.422120", - "Vibration_X": -0.05619 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.422364", - "Vibration_X": -0.059236 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.422608", - "Vibration_X": -0.067229 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.422852", - "Vibration_X": -0.096154 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.423096", - "Vibration_X": -0.082042 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.423340", - "Vibration_X": -0.057813 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.423584", - "Vibration_X": -0.107835 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.423828", - "Vibration_X": -0.08856 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.424072", - "Vibration_X": -0.105371 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.424316", - "Vibration_X": -0.090834 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.424560", - "Vibration_X": -0.104762 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.424804", - "Vibration_X": -0.071184 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.425048", - "Vibration_X": -0.094125 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.425292", - "Vibration_X": -0.133768 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.425536", - "Vibration_X": -0.097104 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.425780", - "Vibration_X": -0.128711 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.426024", - "Vibration_X": -0.127112 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.426268", - "Vibration_X": -0.111288 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.426512", - "Vibration_X": -0.129005 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.426756", - "Vibration_X": -0.10251 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.427000", - "Vibration_X": -0.136626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.427244", - "Vibration_X": -0.133837 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.427488", - "Vibration_X": -0.101447 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.427732", - "Vibration_X": -0.848973 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.427976", - "Vibration_X": -0.183023 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.428220", - "Vibration_X": -0.052865 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.428464", - "Vibration_X": -0.068244 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.428708", - "Vibration_X": -0.071017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.428952", - "Vibration_X": -0.132409 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.429196", - "Vibration_X": -0.105214 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.429440", - "Vibration_X": -0.126052 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.429684", - "Vibration_X": -0.113708 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.429928", - "Vibration_X": -0.105819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.430172", - "Vibration_X": -0.108961 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.430416", - "Vibration_X": -0.10305 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.430660", - "Vibration_X": -0.078707 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.430904", - "Vibration_X": -0.093603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.431148", - "Vibration_X": -0.045541 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.431392", - "Vibration_X": -0.073551 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.431636", - "Vibration_X": 0.00845 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.431880", - "Vibration_X": -0.049081 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.432124", - "Vibration_X": -0.030728 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.432368", - "Vibration_X": -0.050033 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.432612", - "Vibration_X": 0.018156 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.432856", - "Vibration_X": 0.014664 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.433100", - "Vibration_X": 0.006491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.433344", - "Vibration_X": -0.018109 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.433588", - "Vibration_X": 0.021272 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.433832", - "Vibration_X": 0.002778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.434076", - "Vibration_X": 0.062477 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.434320", - "Vibration_X": 0.057274 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.434564", - "Vibration_X": 0.050658 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.434808", - "Vibration_X": 0.007443 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.435052", - "Vibration_X": 0.043651 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.435296", - "Vibration_X": 0.083917 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.435540", - "Vibration_X": 0.100926 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.435784", - "Vibration_X": 0.104993 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.436028", - "Vibration_X": 0.056718 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.436272", - "Vibration_X": 0.099924 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.436516", - "Vibration_X": 0.119102 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.436760", - "Vibration_X": 0.07007 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.437004", - "Vibration_X": -0.776308 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.437248", - "Vibration_X": 0.121679 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.437492", - "Vibration_X": 0.185223 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.437736", - "Vibration_X": 0.087637 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.437980", - "Vibration_X": 0.105965 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.438224", - "Vibration_X": 0.111833 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.438468", - "Vibration_X": 0.118193 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.438712", - "Vibration_X": 0.110255 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.438956", - "Vibration_X": 0.11257 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.439200", - "Vibration_X": 0.12025 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.439444", - "Vibration_X": 0.12908 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.439688", - "Vibration_X": 0.112892 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.439932", - "Vibration_X": 0.109127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.440176", - "Vibration_X": 0.117125 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.440420", - "Vibration_X": 0.07446 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.440664", - "Vibration_X": 0.119687 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.440908", - "Vibration_X": 0.1071 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.441152", - "Vibration_X": 0.104594 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.441396", - "Vibration_X": 0.11946 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.441640", - "Vibration_X": 0.05742 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.441884", - "Vibration_X": 0.053048 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.442128", - "Vibration_X": 0.093898 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.442372", - "Vibration_X": 0.084057 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.442616", - "Vibration_X": 0.083293 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.442860", - "Vibration_X": 0.066279 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.443104", - "Vibration_X": 0.084412 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.443348", - "Vibration_X": 0.085382 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.443592", - "Vibration_X": 0.072041 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.443836", - "Vibration_X": 0.052832 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.444080", - "Vibration_X": 0.011659 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.444324", - "Vibration_X": 0.065063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.444568", - "Vibration_X": 0.070099 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.444812", - "Vibration_X": 0.054681 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.445056", - "Vibration_X": 0.020477 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.445300", - "Vibration_X": 0.047994 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.445544", - "Vibration_X": 0.048357 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.445788", - "Vibration_X": 0.059139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.446032", - "Vibration_X": 0.00745 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.446276", - "Vibration_X": -0.34002 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.446520", - "Vibration_X": 0.091561 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.446764", - "Vibration_X": 0.056031 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.447008", - "Vibration_X": -0.007991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.447252", - "Vibration_X": 0.0179 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.447496", - "Vibration_X": 0.022361 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.447740", - "Vibration_X": 0.011456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.447984", - "Vibration_X": 0.012372 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.448228", - "Vibration_X": 0.00135 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.448472", - "Vibration_X": 0.03484 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.448716", - "Vibration_X": -0.013886 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.448960", - "Vibration_X": -0.008684 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.449204", - "Vibration_X": 0.002283 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.449448", - "Vibration_X": 0.01869 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.449692", - "Vibration_X": -0.029763 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.449936", - "Vibration_X": -0.026944 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.450180", - "Vibration_X": -0.042432 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.450424", - "Vibration_X": -0.002001 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.450668", - "Vibration_X": -0.026058 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.450912", - "Vibration_X": -0.012499 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.451156", - "Vibration_X": 0.007205 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.451400", - "Vibration_X": -0.020184 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.451644", - "Vibration_X": -0.004191 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.451888", - "Vibration_X": -0.016416 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.452132", - "Vibration_X": 0.001239 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.452376", - "Vibration_X": -0.004648 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.452620", - "Vibration_X": -0.03012 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.452864", - "Vibration_X": -0.021975 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.453108", - "Vibration_X": -0.000243 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.453352", - "Vibration_X": -0.015964 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.453596", - "Vibration_X": -0.054682 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.453840", - "Vibration_X": -0.016737 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.454084", - "Vibration_X": -0.05484 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.454328", - "Vibration_X": -0.008378 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.454572", - "Vibration_X": -0.0198 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.454816", - "Vibration_X": -0.038299 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.455060", - "Vibration_X": -0.044912 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.455304", - "Vibration_X": -0.056326 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.455548", - "Vibration_X": -0.336218 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.455792", - "Vibration_X": 0.070214 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.456036", - "Vibration_X": -0.01881 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.456280", - "Vibration_X": -0.059188 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.456524", - "Vibration_X": -0.089445 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.456768", - "Vibration_X": -0.090351 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.457012", - "Vibration_X": -0.105971 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.457256", - "Vibration_X": -0.107999 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.457500", - "Vibration_X": -0.127498 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.457744", - "Vibration_X": -0.080325 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.457988", - "Vibration_X": -0.062581 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.458232", - "Vibration_X": -0.073898 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.458476", - "Vibration_X": -0.13834 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.458720", - "Vibration_X": -0.09447 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.458964", - "Vibration_X": -0.083382 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.459208", - "Vibration_X": -0.123496 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.459452", - "Vibration_X": -0.114519 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.459696", - "Vibration_X": -0.158521 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.459940", - "Vibration_X": -0.114446 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.460184", - "Vibration_X": -0.142052 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.460428", - "Vibration_X": -0.11735 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.460672", - "Vibration_X": -0.152675 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.460916", - "Vibration_X": -0.110234 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.461160", - "Vibration_X": -0.099761 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.461404", - "Vibration_X": -0.134587 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.461648", - "Vibration_X": -0.13984 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.461892", - "Vibration_X": -0.157905 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.462136", - "Vibration_X": -0.117301 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.462380", - "Vibration_X": -0.120302 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.462624", - "Vibration_X": -0.135905 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.462868", - "Vibration_X": -0.091565 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.463112", - "Vibration_X": -0.104905 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.463356", - "Vibration_X": -0.112258 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.463600", - "Vibration_X": -0.096249 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.463844", - "Vibration_X": -0.057744 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.464088", - "Vibration_X": -0.060748 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.464332", - "Vibration_X": -0.068695 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.464576", - "Vibration_X": -0.046683 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.464820", - "Vibration_X": -0.173146 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.465064", - "Vibration_X": 0.333002 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.465308", - "Vibration_X": 0.01844 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.465552", - "Vibration_X": -0.06463 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.465796", - "Vibration_X": -0.019223 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.466040", - "Vibration_X": -0.026279 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.466284", - "Vibration_X": 0.007161 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.466528", - "Vibration_X": 0.015423 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.466772", - "Vibration_X": -0.045742 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.467016", - "Vibration_X": 0.044674 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.467260", - "Vibration_X": -0.031978 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.467504", - "Vibration_X": 0.024601 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.467748", - "Vibration_X": 0.065198 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.467992", - "Vibration_X": 0.045898 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.468236", - "Vibration_X": 0.030219 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.468480", - "Vibration_X": 0.044678 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.468724", - "Vibration_X": 0.09378 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.468968", - "Vibration_X": 0.041151 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.469212", - "Vibration_X": 0.108122 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.469456", - "Vibration_X": 0.089999 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.469700", - "Vibration_X": 0.072386 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.469944", - "Vibration_X": 0.089261 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.470188", - "Vibration_X": 0.084807 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.470432", - "Vibration_X": 0.12623 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.470676", - "Vibration_X": 0.126824 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.470920", - "Vibration_X": 0.080572 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.471164", - "Vibration_X": 0.109167 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.471408", - "Vibration_X": 0.101763 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.471652", - "Vibration_X": 0.146192 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.471896", - "Vibration_X": 0.094128 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.472140", - "Vibration_X": 0.153543 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.472384", - "Vibration_X": 0.120653 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.472628", - "Vibration_X": 0.097489 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.472872", - "Vibration_X": 0.106154 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.473116", - "Vibration_X": 0.102222 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.473360", - "Vibration_X": 0.090921 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.473604", - "Vibration_X": 0.116098 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.473848", - "Vibration_X": 0.087085 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.474092", - "Vibration_X": 0.435168 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.474336", - "Vibration_X": 0.410466 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.474580", - "Vibration_X": 0.069876 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.474824", - "Vibration_X": 0.056705 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.475068", - "Vibration_X": 0.073062 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.475312", - "Vibration_X": 0.075139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.475556", - "Vibration_X": 0.127003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.475800", - "Vibration_X": 0.083217 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.476044", - "Vibration_X": 0.082706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.476288", - "Vibration_X": 0.037946 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.476532", - "Vibration_X": 0.055998 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.476776", - "Vibration_X": 0.068992 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.477020", - "Vibration_X": 0.03985 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.477264", - "Vibration_X": 0.074222 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.477508", - "Vibration_X": 0.027816 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.477752", - "Vibration_X": 0.042061 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.477996", - "Vibration_X": 0.032117 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.478240", - "Vibration_X": 0.04332 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.478484", - "Vibration_X": 0.023581 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.478728", - "Vibration_X": 0.027504 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.478972", - "Vibration_X": 0.024914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.479216", - "Vibration_X": 0.011855 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.479460", - "Vibration_X": 0.033346 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.479704", - "Vibration_X": 0.025711 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.479948", - "Vibration_X": 0.016669 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.480192", - "Vibration_X": 0.007524 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.480436", - "Vibration_X": 0.029946 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.480680", - "Vibration_X": 0.007363 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.480924", - "Vibration_X": 0.004183 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.481168", - "Vibration_X": 0.010809 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.481412", - "Vibration_X": 0.041192 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.481656", - "Vibration_X": -0.020869 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.481900", - "Vibration_X": 0.020128 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.482144", - "Vibration_X": -0.034243 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.482388", - "Vibration_X": 0.006934 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.482632", - "Vibration_X": 0.033116 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.482876", - "Vibration_X": 0.01045 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.483120", - "Vibration_X": 0.003167 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.483364", - "Vibration_X": 0.37825 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.483608", - "Vibration_X": 0.135481 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.483852", - "Vibration_X": -0.026403 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.484096", - "Vibration_X": -0.033943 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.484340", - "Vibration_X": -0.011186 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.484584", - "Vibration_X": -0.001443 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.484828", - "Vibration_X": -0.023221 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.485072", - "Vibration_X": -0.025765 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.485316", - "Vibration_X": -0.038464 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.485560", - "Vibration_X": -0.00527 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.485804", - "Vibration_X": -0.004213 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.486048", - "Vibration_X": -0.012707 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.486292", - "Vibration_X": -0.000448 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.486536", - "Vibration_X": -0.020602 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.486780", - "Vibration_X": -0.017325 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.487024", - "Vibration_X": -0.022092 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.487268", - "Vibration_X": -0.033196 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.487512", - "Vibration_X": -0.045366 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.487756", - "Vibration_X": 0.005971 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.488000", - "Vibration_X": -0.051082 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.488244", - "Vibration_X": -0.059245 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.488488", - "Vibration_X": -0.04127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.488732", - "Vibration_X": -0.049055 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.488976", - "Vibration_X": -0.086429 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.489220", - "Vibration_X": -0.040198 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.489464", - "Vibration_X": -0.068906 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.489708", - "Vibration_X": -0.093637 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.489952", - "Vibration_X": -0.052038 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.490196", - "Vibration_X": -0.067665 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.490440", - "Vibration_X": -0.109775 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.490684", - "Vibration_X": -0.053156 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.490928", - "Vibration_X": -0.079617 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.491172", - "Vibration_X": -0.096937 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.491416", - "Vibration_X": -0.068685 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.491660", - "Vibration_X": -0.100843 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.491904", - "Vibration_X": -0.107884 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.492148", - "Vibration_X": -0.123545 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.492392", - "Vibration_X": -0.101412 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.492636", - "Vibration_X": 1.173166 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.492880", - "Vibration_X": 0.098027 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.493124", - "Vibration_X": -0.221433 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.493368", - "Vibration_X": -0.146395 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.493612", - "Vibration_X": -0.118263 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.493856", - "Vibration_X": -0.145136 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.494100", - "Vibration_X": -0.150803 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.494344", - "Vibration_X": -0.109719 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.494588", - "Vibration_X": -0.171758 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.494832", - "Vibration_X": -0.114007 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.495076", - "Vibration_X": -0.125639 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.495320", - "Vibration_X": -0.08737 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.495564", - "Vibration_X": -0.120363 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.495808", - "Vibration_X": -0.093774 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.496052", - "Vibration_X": -0.110893 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.496296", - "Vibration_X": -0.096204 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.496540", - "Vibration_X": -0.078814 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.496784", - "Vibration_X": -0.097439 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.497028", - "Vibration_X": -0.062481 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.497272", - "Vibration_X": -0.09612 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.497516", - "Vibration_X": -0.063824 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.497760", - "Vibration_X": -0.044399 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.498004", - "Vibration_X": -0.042483 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.498248", - "Vibration_X": -0.009917 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.498492", - "Vibration_X": -0.055841 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.498736", - "Vibration_X": -0.060283 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.498980", - "Vibration_X": -0.044554 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.499224", - "Vibration_X": -0.003304 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.499468", - "Vibration_X": 0.001682 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.499712", - "Vibration_X": 0.002045 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.499956", - "Vibration_X": -0.014182 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.500200", - "Vibration_X": 0.03185 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.500444", - "Vibration_X": 0.000173 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.500688", - "Vibration_X": 0.055879 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.500932", - "Vibration_X": 0.097721 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.501176", - "Vibration_X": 0.055575 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.501420", - "Vibration_X": 0.067346 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.501664", - "Vibration_X": 0.052995 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.501908", - "Vibration_X": 2.036563 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.502152", - "Vibration_X": 0.14394 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.502396", - "Vibration_X": -0.104608 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.502640", - "Vibration_X": 0.033294 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.502884", - "Vibration_X": 0.139386 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.503128", - "Vibration_X": 0.107506 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.503372", - "Vibration_X": 0.109968 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.503616", - "Vibration_X": 0.100405 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.503860", - "Vibration_X": 0.107042 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.504104", - "Vibration_X": 0.132859 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.504348", - "Vibration_X": 0.115439 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.504592", - "Vibration_X": 0.128746 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.504836", - "Vibration_X": 0.115772 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.505080", - "Vibration_X": 0.113916 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.505324", - "Vibration_X": 0.093204 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.505568", - "Vibration_X": 0.081896 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.505812", - "Vibration_X": 0.115867 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.506056", - "Vibration_X": 0.121431 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.506300", - "Vibration_X": 0.093353 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.506544", - "Vibration_X": 0.116753 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.506788", - "Vibration_X": 0.116501 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.507032", - "Vibration_X": 0.069929 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.507276", - "Vibration_X": 0.092036 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.507520", - "Vibration_X": 0.115467 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.507764", - "Vibration_X": 0.11177 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.508008", - "Vibration_X": 0.077415 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.508252", - "Vibration_X": 0.099902 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.508496", - "Vibration_X": 0.113241 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.508740", - "Vibration_X": 0.104241 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.508984", - "Vibration_X": 0.082579 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.509228", - "Vibration_X": 0.070819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.509472", - "Vibration_X": 0.063227 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.509716", - "Vibration_X": 0.080775 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.509960", - "Vibration_X": 0.070924 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.510204", - "Vibration_X": 0.07524 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.510448", - "Vibration_X": 0.060971 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.510692", - "Vibration_X": 0.070468 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.510936", - "Vibration_X": 0.051842 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.511180", - "Vibration_X": 1.040312 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.511424", - "Vibration_X": -0.03446 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.511668", - "Vibration_X": -0.073773 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.511912", - "Vibration_X": -0.004289 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.512156", - "Vibration_X": 0.070259 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.512400", - "Vibration_X": 0.034476 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.512644", - "Vibration_X": -0.009688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.512888", - "Vibration_X": 0.007916 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.513132", - "Vibration_X": 0.035219 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.513376", - "Vibration_X": 0.011765 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.513620", - "Vibration_X": 0.00488 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.513864", - "Vibration_X": 0.041106 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.514108", - "Vibration_X": -0.00971 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.514352", - "Vibration_X": -0.006413 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.514596", - "Vibration_X": 0.012246 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.514840", - "Vibration_X": 0.014437 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.515084", - "Vibration_X": 0.015288 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.515328", - "Vibration_X": 0.022426 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.515572", - "Vibration_X": 0.007102 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.515816", - "Vibration_X": 0.011915 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.516060", - "Vibration_X": -0.004011 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.516304", - "Vibration_X": 0.001499 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.516548", - "Vibration_X": 0.001474 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.516792", - "Vibration_X": 0.002688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.517036", - "Vibration_X": 0.012862 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.517280", - "Vibration_X": 0.007482 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.517524", - "Vibration_X": -0.003846 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.517768", - "Vibration_X": -0.02212 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.518012", - "Vibration_X": -0.005907 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.518256", - "Vibration_X": -0.009275 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.518500", - "Vibration_X": -0.006453 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.518744", - "Vibration_X": 0.032051 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.518988", - "Vibration_X": -0.024491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.519232", - "Vibration_X": -0.007688 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.519476", - "Vibration_X": 0.002928 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.519720", - "Vibration_X": -0.018984 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.519964", - "Vibration_X": 0.023113 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.520208", - "Vibration_X": -0.034103 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.520452", - "Vibration_X": 0.639261 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.520696", - "Vibration_X": -0.259563 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.520940", - "Vibration_X": -0.125327 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.521184", - "Vibration_X": -0.026147 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.521428", - "Vibration_X": -0.018757 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.521672", - "Vibration_X": -0.041244 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.521916", - "Vibration_X": -0.027378 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.522160", - "Vibration_X": -0.058054 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.522404", - "Vibration_X": -0.066935 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.522648", - "Vibration_X": -0.010592 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.522892", - "Vibration_X": -0.06119 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.523136", - "Vibration_X": -0.087862 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.523380", - "Vibration_X": -0.091741 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.523624", - "Vibration_X": -0.101051 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.523868", - "Vibration_X": -0.067733 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.524112", - "Vibration_X": -0.097914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.524356", - "Vibration_X": -0.092105 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.524600", - "Vibration_X": -0.099781 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.524844", - "Vibration_X": -0.08754 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.525088", - "Vibration_X": -0.122533 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.525332", - "Vibration_X": -0.130277 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.525576", - "Vibration_X": -0.107157 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.525820", - "Vibration_X": -0.102182 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.526064", - "Vibration_X": -0.109763 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.526308", - "Vibration_X": -0.134443 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.526552", - "Vibration_X": -0.106149 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.526796", - "Vibration_X": -0.135605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.527040", - "Vibration_X": -0.13175 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.527284", - "Vibration_X": -0.140337 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.527528", - "Vibration_X": -0.095106 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.527772", - "Vibration_X": -0.107654 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.528016", - "Vibration_X": -0.106927 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.528260", - "Vibration_X": -0.092294 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.528504", - "Vibration_X": -0.058702 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.528748", - "Vibration_X": -0.14636 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.528992", - "Vibration_X": -0.123673 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.529236", - "Vibration_X": -0.117475 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.529480", - "Vibration_X": -0.11794 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.529724", - "Vibration_X": 0.487142 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.529968", - "Vibration_X": -0.810246 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.530212", - "Vibration_X": -0.244619 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.530456", - "Vibration_X": -0.026319 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.530700", - "Vibration_X": -0.05512 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.530944", - "Vibration_X": -0.059018 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.531188", - "Vibration_X": -0.051115 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.531432", - "Vibration_X": -0.040202 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.531676", - "Vibration_X": -0.052012 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.531920", - "Vibration_X": 0.005521 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.532164", - "Vibration_X": -0.024291 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.532408", - "Vibration_X": -0.058127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.532652", - "Vibration_X": -0.032724 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.532896", - "Vibration_X": -0.039227 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.533140", - "Vibration_X": 0.004212 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.533384", - "Vibration_X": 0.009691 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.533628", - "Vibration_X": 0.010962 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.533872", - "Vibration_X": 0.068652 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.534116", - "Vibration_X": 0.047376 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.534360", - "Vibration_X": 0.058702 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.534604", - "Vibration_X": 0.033127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.534848", - "Vibration_X": 0.039082 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.535092", - "Vibration_X": 0.066831 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.535336", - "Vibration_X": 0.076267 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.535580", - "Vibration_X": 0.042044 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.535824", - "Vibration_X": 0.081551 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.536068", - "Vibration_X": 0.091025 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.536312", - "Vibration_X": 0.091603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.536556", - "Vibration_X": 0.084357 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.536800", - "Vibration_X": 0.094094 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.537044", - "Vibration_X": 0.105133 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.537288", - "Vibration_X": 0.113789 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.537532", - "Vibration_X": 0.126881 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.537776", - "Vibration_X": 0.138719 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.538020", - "Vibration_X": 0.113036 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.538264", - "Vibration_X": 0.111128 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.538508", - "Vibration_X": 0.129844 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.538752", - "Vibration_X": 0.133668 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.538996", - "Vibration_X": 0.112659 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.539240", - "Vibration_X": -0.615837 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.539484", - "Vibration_X": 0.096137 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.539728", - "Vibration_X": 0.20471 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.539972", - "Vibration_X": 0.162843 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.540216", - "Vibration_X": 0.093 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.540460", - "Vibration_X": 0.110704 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.540704", - "Vibration_X": 0.109383 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.540948", - "Vibration_X": 0.104 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.541192", - "Vibration_X": 0.08942 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.541436", - "Vibration_X": 0.069038 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.541680", - "Vibration_X": 0.096768 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.541924", - "Vibration_X": 0.075533 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.542168", - "Vibration_X": 0.088466 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.542412", - "Vibration_X": 0.066603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.542656", - "Vibration_X": 0.056154 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.542900", - "Vibration_X": 0.07845 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.543144", - "Vibration_X": 0.072383 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.543388", - "Vibration_X": 0.076563 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.543632", - "Vibration_X": 0.104346 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.543876", - "Vibration_X": 0.061889 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.544120", - "Vibration_X": 0.061847 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.544364", - "Vibration_X": 0.026506 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.544608", - "Vibration_X": 0.018359 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.544852", - "Vibration_X": 0.071939 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.545096", - "Vibration_X": 0.018159 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.545340", - "Vibration_X": 0.012268 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.545584", - "Vibration_X": 0.029068 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.545828", - "Vibration_X": 0.024939 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.546072", - "Vibration_X": 0.005781 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.546316", - "Vibration_X": 0.015018 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.546560", - "Vibration_X": 0.043189 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.546804", - "Vibration_X": 0.000161 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.547048", - "Vibration_X": -0.013723 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.547292", - "Vibration_X": 0.031055 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.547536", - "Vibration_X": 0.020275 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.547780", - "Vibration_X": -0.003593 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.548024", - "Vibration_X": -0.02429 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.548268", - "Vibration_X": -0.00887 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.548512", - "Vibration_X": -0.320478 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.548756", - "Vibration_X": 0.051015 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.549000", - "Vibration_X": 0.012904 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.549244", - "Vibration_X": 0.001464 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.549488", - "Vibration_X": 0.011714 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.549732", - "Vibration_X": -0.048229 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.549976", - "Vibration_X": 0.019737 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.550220", - "Vibration_X": -0.025656 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.550464", - "Vibration_X": 0.00357 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.550708", - "Vibration_X": 0.0008 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.550952", - "Vibration_X": 0.016411 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.551196", - "Vibration_X": 0.004479 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.551440", - "Vibration_X": -0.055468 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.551684", - "Vibration_X": -0.025139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.551928", - "Vibration_X": -0.008355 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.552172", - "Vibration_X": -0.016861 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.552416", - "Vibration_X": -0.005428 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.552660", - "Vibration_X": -0.001399 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.552904", - "Vibration_X": -0.007415 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.553148", - "Vibration_X": -0.026465 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.553392", - "Vibration_X": -0.061899 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.553636", - "Vibration_X": -0.037072 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.553880", - "Vibration_X": -0.022819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.554124", - "Vibration_X": -0.056327 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.554368", - "Vibration_X": -0.025444 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.554612", - "Vibration_X": -0.023622 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.554856", - "Vibration_X": -0.043127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.555100", - "Vibration_X": -0.110954 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.555344", - "Vibration_X": -0.079375 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.555588", - "Vibration_X": -0.020324 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.555832", - "Vibration_X": -0.073292 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.556076", - "Vibration_X": -0.106412 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.556320", - "Vibration_X": -0.04642 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.556564", - "Vibration_X": -0.075254 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.556808", - "Vibration_X": -0.05779 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.557052", - "Vibration_X": -0.078661 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.557296", - "Vibration_X": -0.079251 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.557540", - "Vibration_X": -0.085264 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.557784", - "Vibration_X": -0.566224 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.558028", - "Vibration_X": 0.077896 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.558272", - "Vibration_X": -0.027017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.558516", - "Vibration_X": -0.143655 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.558760", - "Vibration_X": -0.106775 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.559004", - "Vibration_X": -0.090259 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.559248", - "Vibration_X": -0.090765 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.559492", - "Vibration_X": -0.125781 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.559736", - "Vibration_X": -0.095712 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.559980", - "Vibration_X": -0.101687 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.560224", - "Vibration_X": -0.069607 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.560468", - "Vibration_X": -0.13644 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.560712", - "Vibration_X": -0.131512 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.560956", - "Vibration_X": -0.126935 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.561200", - "Vibration_X": -0.129583 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.561444", - "Vibration_X": -0.136054 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.561688", - "Vibration_X": -0.171488 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.561932", - "Vibration_X": -0.122413 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.562176", - "Vibration_X": -0.103324 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.562420", - "Vibration_X": -0.117078 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.562664", - "Vibration_X": -0.064529 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.562908", - "Vibration_X": -0.098524 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.563152", - "Vibration_X": -0.068072 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.563396", - "Vibration_X": -0.08333 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.563640", - "Vibration_X": -0.066281 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.563884", - "Vibration_X": -0.071084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.564128", - "Vibration_X": -0.042786 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.564372", - "Vibration_X": -0.0622 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.564616", - "Vibration_X": -0.046248 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.564860", - "Vibration_X": -0.041423 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.565104", - "Vibration_X": -0.046856 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.565348", - "Vibration_X": -0.02513 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.565592", - "Vibration_X": 0.019481 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.565836", - "Vibration_X": -0.022467 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.566080", - "Vibration_X": -0.000438 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.566324", - "Vibration_X": 0.024603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.566568", - "Vibration_X": 0.030531 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.566812", - "Vibration_X": 0.0162 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.567056", - "Vibration_X": -0.389225 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.567300", - "Vibration_X": 0.375013 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.567544", - "Vibration_X": 0.065768 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.567788", - "Vibration_X": 0.056269 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.568032", - "Vibration_X": 0.050081 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.568276", - "Vibration_X": 0.083214 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.568520", - "Vibration_X": 0.052063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.568764", - "Vibration_X": 0.044795 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.569008", - "Vibration_X": 0.087157 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.569252", - "Vibration_X": 0.087133 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.569496", - "Vibration_X": 0.083381 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.569740", - "Vibration_X": 0.099859 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.569984", - "Vibration_X": 0.158019 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.570228", - "Vibration_X": 0.123401 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.570472", - "Vibration_X": 0.131262 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.570716", - "Vibration_X": 0.130225 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.570960", - "Vibration_X": 0.145517 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.571204", - "Vibration_X": 0.114212 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.571448", - "Vibration_X": 0.078509 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.571692", - "Vibration_X": 0.116931 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.571936", - "Vibration_X": 0.137553 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.572180", - "Vibration_X": 0.102062 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.572424", - "Vibration_X": 0.117609 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.572668", - "Vibration_X": 0.106532 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.572912", - "Vibration_X": 0.149211 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.573156", - "Vibration_X": 0.132553 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.573400", - "Vibration_X": 0.128603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.573644", - "Vibration_X": 0.12565 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.573888", - "Vibration_X": 0.109784 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.574132", - "Vibration_X": 0.111483 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.574376", - "Vibration_X": 0.080553 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.574620", - "Vibration_X": 0.057003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.574864", - "Vibration_X": 0.099991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.575108", - "Vibration_X": 0.09954 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.575352", - "Vibration_X": 0.113162 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.575596", - "Vibration_X": 0.116195 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.575840", - "Vibration_X": 0.111868 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.576084", - "Vibration_X": 0.056145 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.576328", - "Vibration_X": 0.174849 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.576572", - "Vibration_X": 0.316652 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.576816", - "Vibration_X": 0.131585 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.577060", - "Vibration_X": 0.069428 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.577304", - "Vibration_X": 0.07303 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.577548", - "Vibration_X": 0.043673 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.577792", - "Vibration_X": 0.028991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.578036", - "Vibration_X": 0.058024 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.578280", - "Vibration_X": 0.016497 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.578524", - "Vibration_X": 0.030212 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.578768", - "Vibration_X": 0.029294 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.579012", - "Vibration_X": 0.060234 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.579256", - "Vibration_X": 0.018265 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.579500", - "Vibration_X": -0.026245 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.579744", - "Vibration_X": 0.030008 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.579988", - "Vibration_X": 0.003514 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.580232", - "Vibration_X": 0.016116 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.580476", - "Vibration_X": 0.011486 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.580720", - "Vibration_X": 0.005881 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.580964", - "Vibration_X": 0.025464 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.581208", - "Vibration_X": -0.022541 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.581452", - "Vibration_X": -0.003624 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.581696", - "Vibration_X": 0.019123 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.581940", - "Vibration_X": -0.008006 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.582184", - "Vibration_X": -0.028977 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.582428", - "Vibration_X": 0.015564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.582672", - "Vibration_X": 0.023698 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.582916", - "Vibration_X": -0.000593 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.583160", - "Vibration_X": -0.039832 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.583404", - "Vibration_X": 0.012569 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.583648", - "Vibration_X": -0.03572 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.583892", - "Vibration_X": 0.002626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.584136", - "Vibration_X": -0.022403 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.584380", - "Vibration_X": -0.029051 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.584624", - "Vibration_X": -0.016006 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.584868", - "Vibration_X": -0.01228 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.585112", - "Vibration_X": -0.023089 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.585356", - "Vibration_X": -0.000183 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.585600", - "Vibration_X": 0.287949 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.585844", - "Vibration_X": 0.164186 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.586088", - "Vibration_X": -0.021222 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.586332", - "Vibration_X": -0.049683 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.586576", - "Vibration_X": -0.041754 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.586820", - "Vibration_X": -0.058103 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.587064", - "Vibration_X": -0.023388 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.587308", - "Vibration_X": -0.039867 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.587552", - "Vibration_X": -0.083626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.587796", - "Vibration_X": -0.050496 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.588040", - "Vibration_X": -0.061597 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.588284", - "Vibration_X": -0.016008 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.588528", - "Vibration_X": -0.08565 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.588772", - "Vibration_X": -0.084605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.589016", - "Vibration_X": -0.037853 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.589260", - "Vibration_X": -0.037259 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.589504", - "Vibration_X": -0.083678 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.589748", - "Vibration_X": -0.08582 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.589992", - "Vibration_X": -0.06524 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.590236", - "Vibration_X": -0.128452 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.590480", - "Vibration_X": -0.123407 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.590724", - "Vibration_X": -0.095968 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.590968", - "Vibration_X": -0.063391 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.591212", - "Vibration_X": -0.106974 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.591456", - "Vibration_X": -0.099914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.591700", - "Vibration_X": -0.082702 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.591944", - "Vibration_X": -0.066426 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.592188", - "Vibration_X": -0.122998 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.592432", - "Vibration_X": -0.114378 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.592676", - "Vibration_X": -0.079836 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.592920", - "Vibration_X": -0.148587 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.593164", - "Vibration_X": -0.099064 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.593408", - "Vibration_X": -0.141039 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.593652", - "Vibration_X": -0.119244 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.593896", - "Vibration_X": -0.126316 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.594140", - "Vibration_X": -0.140326 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.594384", - "Vibration_X": -0.140053 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.594628", - "Vibration_X": -0.1136 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.594872", - "Vibration_X": 1.176228 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.595116", - "Vibration_X": 0.198063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.595360", - "Vibration_X": -0.185484 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.595604", - "Vibration_X": -0.133778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.595848", - "Vibration_X": -0.122515 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.596092", - "Vibration_X": -0.083018 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.596336", - "Vibration_X": -0.079985 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.596580", - "Vibration_X": -0.039659 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.596824", - "Vibration_X": -0.093496 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.597068", - "Vibration_X": -0.089134 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.597312", - "Vibration_X": -0.05829 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.597556", - "Vibration_X": -0.050628 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.597800", - "Vibration_X": -0.070722 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.598044", - "Vibration_X": -0.060802 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.598288", - "Vibration_X": -0.03438 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.598532", - "Vibration_X": -0.053997 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.598776", - "Vibration_X": -0.037714 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.599020", - "Vibration_X": -0.019626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.599264", - "Vibration_X": 0.006693 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.599508", - "Vibration_X": -0.017061 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.599752", - "Vibration_X": -0.033535 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.599996", - "Vibration_X": -0.026754 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.600240", - "Vibration_X": -0.005402 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.600484", - "Vibration_X": 0.001633 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.600728", - "Vibration_X": 0.032778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.600972", - "Vibration_X": 0.01989 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.601216", - "Vibration_X": 0.037196 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.601460", - "Vibration_X": 0.043104 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.601704", - "Vibration_X": 0.056826 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.601948", - "Vibration_X": 0.09882 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.602192", - "Vibration_X": 0.091996 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.602436", - "Vibration_X": 0.085093 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.602680", - "Vibration_X": 0.081163 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.602924", - "Vibration_X": 0.08691 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.603168", - "Vibration_X": 0.106879 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.603412", - "Vibration_X": 0.116298 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.603656", - "Vibration_X": 0.090281 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.603900", - "Vibration_X": 0.112498 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.604144", - "Vibration_X": 1.794055 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.604388", - "Vibration_X": 0.29815 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.604632", - "Vibration_X": 0.004717 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.604876", - "Vibration_X": 0.084286 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.605120", - "Vibration_X": 0.165151 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.605364", - "Vibration_X": 0.107348 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.605608", - "Vibration_X": 0.125443 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.605852", - "Vibration_X": 0.119777 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.606096", - "Vibration_X": 0.117839 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.606340", - "Vibration_X": 0.116211 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.606584", - "Vibration_X": 0.118828 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.606828", - "Vibration_X": 0.131474 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.607072", - "Vibration_X": 0.139557 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.607316", - "Vibration_X": 0.109122 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.607560", - "Vibration_X": 0.122343 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.607804", - "Vibration_X": 0.088605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.608048", - "Vibration_X": 0.11433 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.608292", - "Vibration_X": 0.079938 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.608536", - "Vibration_X": 0.112985 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.608780", - "Vibration_X": 0.131239 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.609024", - "Vibration_X": 0.08033 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.609268", - "Vibration_X": 0.034587 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.609512", - "Vibration_X": 0.063096 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.609756", - "Vibration_X": 0.094296 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.610000", - "Vibration_X": 0.076331 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.610244", - "Vibration_X": 0.065895 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.610488", - "Vibration_X": 0.0768 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.610732", - "Vibration_X": 0.062111 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.610976", - "Vibration_X": 0.07268 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.611220", - "Vibration_X": 0.062745 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.611464", - "Vibration_X": 0.070966 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.611708", - "Vibration_X": 0.044042 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.611952", - "Vibration_X": 0.051479 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.612196", - "Vibration_X": 0.023921 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.612440", - "Vibration_X": 0.014914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.612684", - "Vibration_X": 0.058154 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.612928", - "Vibration_X": 0.025616 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.613172", - "Vibration_X": 0.034861 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.613416", - "Vibration_X": 0.822176 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.613660", - "Vibration_X": -0.015837 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.613904", - "Vibration_X": -0.059485 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.614148", - "Vibration_X": 0.032571 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.614392", - "Vibration_X": 0.025524 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.614636", - "Vibration_X": -0.025568 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.614880", - "Vibration_X": 0.001464 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.615124", - "Vibration_X": 0.040387 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.615368", - "Vibration_X": -0.000499 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.615612", - "Vibration_X": -0.033273 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.615856", - "Vibration_X": 0.039603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.616100", - "Vibration_X": 0.014447 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.616344", - "Vibration_X": -0.001523 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.616588", - "Vibration_X": -0.008477 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.616832", - "Vibration_X": 0.019649 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.617076", - "Vibration_X": -0.013833 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.617320", - "Vibration_X": 0.018911 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.617564", - "Vibration_X": 0.005643 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.617808", - "Vibration_X": -0.001558 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.618052", - "Vibration_X": -0.004915 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.618296", - "Vibration_X": -0.012837 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.618540", - "Vibration_X": 0.009911 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.618784", - "Vibration_X": -0.03014 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.619028", - "Vibration_X": -0.047279 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.619272", - "Vibration_X": -0.004745 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.619516", - "Vibration_X": -0.006794 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.619760", - "Vibration_X": -0.012395 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.620004", - "Vibration_X": -0.016625 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.620248", - "Vibration_X": -0.034168 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.620492", - "Vibration_X": -0.015178 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.620736", - "Vibration_X": -0.035199 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.620980", - "Vibration_X": -0.04757 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.621224", - "Vibration_X": -0.047774 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.621468", - "Vibration_X": -0.004989 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.621712", - "Vibration_X": -0.084106 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.621956", - "Vibration_X": -0.043538 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.622200", - "Vibration_X": -0.091345 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.622444", - "Vibration_X": -0.064237 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.622688", - "Vibration_X": 0.931706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.622932", - "Vibration_X": -0.29885 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.623176", - "Vibration_X": -0.176527 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.623420", - "Vibration_X": -0.08354 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.623664", - "Vibration_X": -0.115983 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.623908", - "Vibration_X": -0.07053 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.624152", - "Vibration_X": -0.064323 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.624396", - "Vibration_X": -0.066575 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.624640", - "Vibration_X": -0.092772 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.624884", - "Vibration_X": -0.10263 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.625128", - "Vibration_X": -0.080337 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.625372", - "Vibration_X": -0.076308 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.625616", - "Vibration_X": -0.090035 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.625860", - "Vibration_X": -0.13396 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.626104", - "Vibration_X": -0.113169 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.626348", - "Vibration_X": -0.11009 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.626592", - "Vibration_X": -0.156354 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.626836", - "Vibration_X": -0.11163 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.627080", - "Vibration_X": -0.07597 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.627324", - "Vibration_X": -0.108585 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.627568", - "Vibration_X": -0.091396 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.627812", - "Vibration_X": -0.116204 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.628056", - "Vibration_X": -0.119835 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.628300", - "Vibration_X": -0.108759 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.628544", - "Vibration_X": -0.130219 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.628788", - "Vibration_X": -0.130202 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.629032", - "Vibration_X": -0.082136 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.629276", - "Vibration_X": -0.07607 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.629520", - "Vibration_X": -0.118924 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.629764", - "Vibration_X": -0.074873 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.630008", - "Vibration_X": -0.090667 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.630252", - "Vibration_X": -0.076409 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.630496", - "Vibration_X": -0.067885 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.630740", - "Vibration_X": -0.05072 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.630984", - "Vibration_X": -0.062131 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.631228", - "Vibration_X": -0.028453 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.631472", - "Vibration_X": -0.043064 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.631716", - "Vibration_X": -0.029124 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.631960", - "Vibration_X": 1.101548 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.632204", - "Vibration_X": -0.612557 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.632448", - "Vibration_X": -0.180993 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.632692", - "Vibration_X": 0.039825 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.632936", - "Vibration_X": -0.014207 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.633180", - "Vibration_X": -0.010127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.633424", - "Vibration_X": 0.038419 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.633668", - "Vibration_X": 0.029195 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.633912", - "Vibration_X": -0.0065 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.634156", - "Vibration_X": 0.060326 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.634400", - "Vibration_X": 0.036351 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.634644", - "Vibration_X": 0.08293 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.634888", - "Vibration_X": 0.060157 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.635132", - "Vibration_X": 0.072914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.635376", - "Vibration_X": 0.098975 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.635620", - "Vibration_X": 0.063662 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.635864", - "Vibration_X": 0.067584 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.636108", - "Vibration_X": 0.08893 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.636352", - "Vibration_X": 0.114391 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.636596", - "Vibration_X": 0.075767 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.636840", - "Vibration_X": 0.073096 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.637084", - "Vibration_X": 0.126525 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.637328", - "Vibration_X": 0.101097 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.637572", - "Vibration_X": 0.107927 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.637816", - "Vibration_X": 0.080754 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.638060", - "Vibration_X": 0.105934 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.638304", - "Vibration_X": 0.120494 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.638548", - "Vibration_X": 0.139899 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.638792", - "Vibration_X": 0.106039 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.639036", - "Vibration_X": 0.154319 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.639280", - "Vibration_X": 0.106741 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.639524", - "Vibration_X": 0.105601 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.639768", - "Vibration_X": 0.14843 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.640012", - "Vibration_X": 0.119945 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.640256", - "Vibration_X": 0.102345 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.640500", - "Vibration_X": 0.107616 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.640744", - "Vibration_X": 0.134802 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.640988", - "Vibration_X": 0.133807 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.641232", - "Vibration_X": 0.124531 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.641476", - "Vibration_X": -0.480627 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.641720", - "Vibration_X": 0.025236 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.641964", - "Vibration_X": 0.111706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.642208", - "Vibration_X": 0.094877 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.642452", - "Vibration_X": 0.078452 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.642696", - "Vibration_X": 0.097972 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.642940", - "Vibration_X": 0.096222 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.643184", - "Vibration_X": 0.061138 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.643428", - "Vibration_X": 0.05896 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.643672", - "Vibration_X": 0.072182 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.643916", - "Vibration_X": 0.042947 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.644160", - "Vibration_X": 0.062269 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.644404", - "Vibration_X": 0.044699 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.644648", - "Vibration_X": 0.023165 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.644892", - "Vibration_X": 0.019664 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.645136", - "Vibration_X": 0.064156 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.645380", - "Vibration_X": 0.028677 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.645624", - "Vibration_X": 0.061391 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.645868", - "Vibration_X": 0.015282 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.646112", - "Vibration_X": 0.028546 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.646356", - "Vibration_X": 0.067941 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.646600", - "Vibration_X": -0.003497 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.646844", - "Vibration_X": -0.02255 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.647088", - "Vibration_X": 0.039082 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.647332", - "Vibration_X": -0.005063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.647576", - "Vibration_X": 0.009352 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.647820", - "Vibration_X": -0.003504 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.648064", - "Vibration_X": 0.012169 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.648308", - "Vibration_X": -0.013487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.648552", - "Vibration_X": 0.000752 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.648796", - "Vibration_X": 0.012265 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.649040", - "Vibration_X": -0.017908 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.649284", - "Vibration_X": -0.012703 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.649528", - "Vibration_X": -0.006579 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.649772", - "Vibration_X": -0.029129 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.650016", - "Vibration_X": -0.009938 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.650260", - "Vibration_X": -8e-05 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.650504", - "Vibration_X": -0.01147 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.650748", - "Vibration_X": -0.333805 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.650992", - "Vibration_X": -0.004807 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.651236", - "Vibration_X": 0.008148 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.651480", - "Vibration_X": 0.008452 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.651724", - "Vibration_X": 0.01652 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.651968", - "Vibration_X": -0.021639 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.652212", - "Vibration_X": -0.003919 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.652456", - "Vibration_X": -0.020573 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.652700", - "Vibration_X": -0.010816 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.652944", - "Vibration_X": 0.010711 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.653188", - "Vibration_X": -0.0131 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.653432", - "Vibration_X": -0.061612 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.653676", - "Vibration_X": -0.020133 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.653920", - "Vibration_X": -0.007816 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.654164", - "Vibration_X": -0.04035 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.654408", - "Vibration_X": -0.019625 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.654652", - "Vibration_X": -0.057124 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.654896", - "Vibration_X": -0.076965 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.655140", - "Vibration_X": -0.048495 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.655384", - "Vibration_X": -0.090626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.655628", - "Vibration_X": -0.064561 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.655872", - "Vibration_X": -0.038367 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.656116", - "Vibration_X": -0.106681 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.656360", - "Vibration_X": -0.098475 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.656604", - "Vibration_X": -0.097914 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.656848", - "Vibration_X": -0.082888 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.657092", - "Vibration_X": -0.093215 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.657336", - "Vibration_X": -0.062096 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.657580", - "Vibration_X": -0.075038 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.657824", - "Vibration_X": -0.088102 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.658068", - "Vibration_X": -0.098782 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.658312", - "Vibration_X": -0.097291 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.658556", - "Vibration_X": -0.125599 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.658800", - "Vibration_X": -0.094133 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.659044", - "Vibration_X": -0.136121 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.659288", - "Vibration_X": -0.099432 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.659532", - "Vibration_X": -0.094308 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.659776", - "Vibration_X": -0.115313 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.660020", - "Vibration_X": -0.808184 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.660264", - "Vibration_X": -0.006231 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.660508", - "Vibration_X": -0.106838 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.660752", - "Vibration_X": -0.116199 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.660996", - "Vibration_X": -0.129099 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.661240", - "Vibration_X": -0.120883 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.661484", - "Vibration_X": -0.102894 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.661728", - "Vibration_X": -0.116672 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.661972", - "Vibration_X": -0.135408 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.662216", - "Vibration_X": -0.112211 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.662460", - "Vibration_X": -0.104328 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.662704", - "Vibration_X": -0.099214 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.662948", - "Vibration_X": -0.093647 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.663192", - "Vibration_X": -0.071023 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.663436", - "Vibration_X": -0.108028 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.663680", - "Vibration_X": -0.076884 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.663924", - "Vibration_X": -0.04831 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.664168", - "Vibration_X": -0.102156 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.664412", - "Vibration_X": -0.056902 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.664656", - "Vibration_X": -0.06494 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.664900", - "Vibration_X": -0.053126 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.665144", - "Vibration_X": -0.056064 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.665388", - "Vibration_X": -0.033429 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.665632", - "Vibration_X": 0.014865 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.665876", - "Vibration_X": -0.039063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.666120", - "Vibration_X": -0.028913 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.666364", - "Vibration_X": -0.023278 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.666608", - "Vibration_X": 0.045577 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.666852", - "Vibration_X": 0.009995 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.667096", - "Vibration_X": 0.026847 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.667340", - "Vibration_X": 0.027288 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.667584", - "Vibration_X": 0.024265 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.667828", - "Vibration_X": 0.04605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.668072", - "Vibration_X": 0.10727 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.668316", - "Vibration_X": 0.093017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.668560", - "Vibration_X": 0.054873 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.668804", - "Vibration_X": 0.091294 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.669048", - "Vibration_X": 0.067751 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.669292", - "Vibration_X": -0.50654 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.669536", - "Vibration_X": 0.375346 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.669780", - "Vibration_X": 0.201952 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.670024", - "Vibration_X": 0.111722 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.670268", - "Vibration_X": 0.090385 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.670512", - "Vibration_X": 0.108436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.670756", - "Vibration_X": 0.13019 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.671000", - "Vibration_X": 0.12472 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.671244", - "Vibration_X": 0.110778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.671488", - "Vibration_X": 0.087708 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.671732", - "Vibration_X": 0.123288 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.671976", - "Vibration_X": 0.143012 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.672220", - "Vibration_X": 0.097432 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.672464", - "Vibration_X": 0.133656 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.672708", - "Vibration_X": 0.12657 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.672952", - "Vibration_X": 0.133578 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.673196", - "Vibration_X": 0.134252 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.673440", - "Vibration_X": 0.100783 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.673684", - "Vibration_X": 0.079842 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.673928", - "Vibration_X": 0.098695 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.674172", - "Vibration_X": 0.124036 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.674416", - "Vibration_X": 0.092035 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.674660", - "Vibration_X": 0.085379 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.674904", - "Vibration_X": 0.059012 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.675148", - "Vibration_X": 0.126497 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.675392", - "Vibration_X": 0.103821 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.675636", - "Vibration_X": 0.098456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.675880", - "Vibration_X": 0.098083 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.676124", - "Vibration_X": 0.085884 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.676368", - "Vibration_X": 0.065065 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.676612", - "Vibration_X": 0.062285 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.676856", - "Vibration_X": 0.052654 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.677100", - "Vibration_X": 0.109605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.677344", - "Vibration_X": 0.063818 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.677588", - "Vibration_X": 0.039319 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.677832", - "Vibration_X": 0.053927 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.678076", - "Vibration_X": 0.020564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.678320", - "Vibration_X": 0.067196 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.678564", - "Vibration_X": -0.028324 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.678808", - "Vibration_X": 0.211451 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.679052", - "Vibration_X": 0.072406 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.679296", - "Vibration_X": 0.019762 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.679540", - "Vibration_X": 0.019876 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.679784", - "Vibration_X": 0.019798 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.680028", - "Vibration_X": 0.015829 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.680272", - "Vibration_X": 0.002877 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.680516", - "Vibration_X": 0.003429 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.680760", - "Vibration_X": 0.040245 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.681004", - "Vibration_X": 0.006855 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.681248", - "Vibration_X": -0.008175 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.681492", - "Vibration_X": -0.004134 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.681736", - "Vibration_X": 0.026971 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.681980", - "Vibration_X": 0.017348 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.682224", - "Vibration_X": 0.013996 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.682468", - "Vibration_X": -0.003345 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.682712", - "Vibration_X": 0.012329 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.682956", - "Vibration_X": -0.012933 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.683200", - "Vibration_X": -0.006178 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.683444", - "Vibration_X": 0.017462 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.683688", - "Vibration_X": 0.014561 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.683932", - "Vibration_X": -0.023619 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.684176", - "Vibration_X": -0.022232 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.684420", - "Vibration_X": -0.004191 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.684664", - "Vibration_X": 0.026793 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.684908", - "Vibration_X": -0.047543 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.685152", - "Vibration_X": -0.005319 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.685396", - "Vibration_X": -0.040226 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.685640", - "Vibration_X": -0.027387 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.685884", - "Vibration_X": -0.02417 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.686128", - "Vibration_X": -0.027664 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.686372", - "Vibration_X": -0.032498 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.686616", - "Vibration_X": -0.024444 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.686860", - "Vibration_X": -0.038257 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.687104", - "Vibration_X": -0.05996 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.687348", - "Vibration_X": -0.018461 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.687592", - "Vibration_X": -0.022529 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.687836", - "Vibration_X": 0.20827 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.688080", - "Vibration_X": 0.124369 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.688324", - "Vibration_X": -0.040351 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.688568", - "Vibration_X": -0.056848 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.688812", - "Vibration_X": -0.080317 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.689056", - "Vibration_X": -0.060365 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.689300", - "Vibration_X": -0.068135 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.689544", - "Vibration_X": -0.033764 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.689788", - "Vibration_X": -0.036483 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.690032", - "Vibration_X": -0.112595 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.690276", - "Vibration_X": -0.033747 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.690520", - "Vibration_X": -0.106169 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.690764", - "Vibration_X": -0.072372 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.691008", - "Vibration_X": -0.076549 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.691252", - "Vibration_X": -0.119668 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.691496", - "Vibration_X": -0.093474 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.691740", - "Vibration_X": -0.108835 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.691984", - "Vibration_X": -0.098672 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.692228", - "Vibration_X": -0.107919 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.692472", - "Vibration_X": -0.091052 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.692716", - "Vibration_X": -0.115562 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.692960", - "Vibration_X": -0.122138 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.693204", - "Vibration_X": -0.098168 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.693448", - "Vibration_X": -0.109366 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.693692", - "Vibration_X": -0.10678 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.693936", - "Vibration_X": -0.134693 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.694180", - "Vibration_X": -0.141819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.694424", - "Vibration_X": -0.131299 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.694668", - "Vibration_X": -0.130902 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.694912", - "Vibration_X": -0.100808 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.695156", - "Vibration_X": -0.094564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.695400", - "Vibration_X": -0.114243 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.695644", - "Vibration_X": -0.079089 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.695888", - "Vibration_X": -0.076425 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.696132", - "Vibration_X": -0.094543 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.696376", - "Vibration_X": -0.111009 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.696620", - "Vibration_X": -0.057787 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.696864", - "Vibration_X": -0.084819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.697108", - "Vibration_X": 1.04048 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.697352", - "Vibration_X": 0.317705 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.697596", - "Vibration_X": -0.133602 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.697840", - "Vibration_X": -0.126876 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.698084", - "Vibration_X": -0.037255 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.698328", - "Vibration_X": -0.054297 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.698572", - "Vibration_X": 0.027318 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.698816", - "Vibration_X": -0.048262 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.699060", - "Vibration_X": -0.043365 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.699304", - "Vibration_X": 0.000289 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.699548", - "Vibration_X": 0.028937 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.699792", - "Vibration_X": 0.007915 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.700036", - "Vibration_X": 0.026315 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.700280", - "Vibration_X": -0.013827 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.700524", - "Vibration_X": 0.017555 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.700768", - "Vibration_X": 0.01754 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.701012", - "Vibration_X": 0.008828 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.701256", - "Vibration_X": 0.056556 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.701500", - "Vibration_X": 0.016585 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.701744", - "Vibration_X": 0.041925 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.701988", - "Vibration_X": 0.064224 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.702232", - "Vibration_X": 0.064583 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.702476", - "Vibration_X": 0.094993 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.702720", - "Vibration_X": 0.098624 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.702964", - "Vibration_X": 0.115405 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.703208", - "Vibration_X": 0.117144 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.703452", - "Vibration_X": 0.129016 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.703696", - "Vibration_X": 0.109787 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.703940", - "Vibration_X": 0.119035 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.704184", - "Vibration_X": 0.125843 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.704428", - "Vibration_X": 0.120597 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.704672", - "Vibration_X": 0.111476 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.704916", - "Vibration_X": 0.113936 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.705160", - "Vibration_X": 0.104912 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.705404", - "Vibration_X": 0.129899 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.705648", - "Vibration_X": 0.119325 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.705892", - "Vibration_X": 0.107232 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.706136", - "Vibration_X": 0.106109 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.706380", - "Vibration_X": 1.418064 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.706624", - "Vibration_X": 0.361176 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.706868", - "Vibration_X": 0.02583 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.707112", - "Vibration_X": 0.063723 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.707356", - "Vibration_X": 0.128446 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.707600", - "Vibration_X": 0.096602 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.707844", - "Vibration_X": 0.073066 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.708088", - "Vibration_X": 0.117652 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.708332", - "Vibration_X": 0.082823 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.708576", - "Vibration_X": 0.081371 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.708820", - "Vibration_X": 0.086164 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.709064", - "Vibration_X": 0.103896 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.709308", - "Vibration_X": 0.07709 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.709552", - "Vibration_X": 0.048316 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.709796", - "Vibration_X": 0.078777 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.710040", - "Vibration_X": 0.053822 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.710284", - "Vibration_X": 0.09695 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.710528", - "Vibration_X": 0.054911 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.710772", - "Vibration_X": 0.006069 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.711016", - "Vibration_X": 0.053869 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.711260", - "Vibration_X": 0.0817 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.711504", - "Vibration_X": 0.070564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.711748", - "Vibration_X": 0.072067 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.711992", - "Vibration_X": 0.011632 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.712236", - "Vibration_X": 0.047036 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.712480", - "Vibration_X": 0.01131 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.712724", - "Vibration_X": 0.02739 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.712968", - "Vibration_X": -0.005202 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.713212", - "Vibration_X": 0.004918 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.713456", - "Vibration_X": 0.002025 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.713700", - "Vibration_X": 0.031453 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.713944", - "Vibration_X": 0.027608 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.714188", - "Vibration_X": 0.015411 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.714432", - "Vibration_X": -0.018695 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.714676", - "Vibration_X": 0.000663 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.714920", - "Vibration_X": -0.009317 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.715164", - "Vibration_X": 0.021819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.715408", - "Vibration_X": 0.026902 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.715652", - "Vibration_X": 0.713892 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.715896", - "Vibration_X": 0.015077 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.716140", - "Vibration_X": -0.111138 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.716384", - "Vibration_X": -0.044875 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.716628", - "Vibration_X": 0.030909 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.716872", - "Vibration_X": -0.009178 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.717116", - "Vibration_X": -0.01862 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.717360", - "Vibration_X": 0.028221 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.717604", - "Vibration_X": 0.019618 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.717848", - "Vibration_X": -0.006485 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.718092", - "Vibration_X": -0.01428 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.718336", - "Vibration_X": -0.012627 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.718580", - "Vibration_X": -0.007171 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.718824", - "Vibration_X": 0.018387 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.719068", - "Vibration_X": -0.007245 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.719312", - "Vibration_X": -0.003444 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.719556", - "Vibration_X": 0.002958 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.719800", - "Vibration_X": -0.046482 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.720044", - "Vibration_X": -0.01085 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.720288", - "Vibration_X": -0.034894 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.720532", - "Vibration_X": -0.082572 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.720776", - "Vibration_X": -0.078246 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.721020", - "Vibration_X": -0.059654 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.721264", - "Vibration_X": -0.03244 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.721508", - "Vibration_X": -0.044712 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.721752", - "Vibration_X": -0.047357 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.721996", - "Vibration_X": -0.016196 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.722240", - "Vibration_X": -0.08486 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.722484", - "Vibration_X": -0.064361 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.722728", - "Vibration_X": -0.062104 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.722972", - "Vibration_X": -0.087317 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.723216", - "Vibration_X": -0.076415 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.723460", - "Vibration_X": -0.113333 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.723704", - "Vibration_X": -0.05742 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.723948", - "Vibration_X": -0.103436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.724192", - "Vibration_X": -0.053232 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.724436", - "Vibration_X": -0.098404 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.724680", - "Vibration_X": -0.080894 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.724924", - "Vibration_X": 1.28273 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.725168", - "Vibration_X": -0.238631 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.725412", - "Vibration_X": -0.258594 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.725656", - "Vibration_X": -0.115666 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.725900", - "Vibration_X": -0.098317 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.726144", - "Vibration_X": -0.131922 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.726388", - "Vibration_X": -0.122736 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.726632", - "Vibration_X": -0.132995 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.726876", - "Vibration_X": -0.075202 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.727120", - "Vibration_X": -0.123237 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.727364", - "Vibration_X": -0.090329 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.727608", - "Vibration_X": -0.124437 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.727852", - "Vibration_X": -0.11414 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.728096", - "Vibration_X": -0.144063 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.728340", - "Vibration_X": -0.124393 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.728584", - "Vibration_X": -0.10856 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.728828", - "Vibration_X": -0.077879 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.729072", - "Vibration_X": -0.101501 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.729316", - "Vibration_X": -0.074132 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.729560", - "Vibration_X": -0.084394 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.729804", - "Vibration_X": -0.059614 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.730048", - "Vibration_X": -0.087868 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.730292", - "Vibration_X": -0.033 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.730536", - "Vibration_X": -0.084247 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.730780", - "Vibration_X": -0.083246 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.731024", - "Vibration_X": -0.08517 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.731268", - "Vibration_X": -0.007105 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.731512", - "Vibration_X": -0.029832 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.731756", - "Vibration_X": -0.045173 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.732000", - "Vibration_X": -0.005591 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.732244", - "Vibration_X": -0.008749 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.732488", - "Vibration_X": 0.025 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.732732", - "Vibration_X": -0.037029 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.732976", - "Vibration_X": -0.003098 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.733220", - "Vibration_X": 0.001228 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.733464", - "Vibration_X": -0.020777 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.733708", - "Vibration_X": 0.048029 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.733952", - "Vibration_X": 0.029408 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.734196", - "Vibration_X": 1.608866 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.734440", - "Vibration_X": -0.388011 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.734684", - "Vibration_X": -0.140358 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.734928", - "Vibration_X": 0.076567 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.735172", - "Vibration_X": 0.092816 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.735416", - "Vibration_X": 0.098088 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.735660", - "Vibration_X": 0.071055 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.735904", - "Vibration_X": 0.076819 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.736148", - "Vibration_X": 0.116166 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.736392", - "Vibration_X": 0.107322 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.736636", - "Vibration_X": 0.063169 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.736880", - "Vibration_X": 0.08344 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.737124", - "Vibration_X": 0.141377 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.737368", - "Vibration_X": 0.122301 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.737612", - "Vibration_X": 0.101434 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.737856", - "Vibration_X": 0.11519 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.738100", - "Vibration_X": 0.120289 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.738344", - "Vibration_X": 0.135676 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.738588", - "Vibration_X": 0.094251 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.738832", - "Vibration_X": 0.104582 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.739076", - "Vibration_X": 0.126388 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.739320", - "Vibration_X": 0.118018 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.739564", - "Vibration_X": 0.130116 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.739808", - "Vibration_X": 0.092352 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.740052", - "Vibration_X": 0.121969 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.740296", - "Vibration_X": 0.134189 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.740540", - "Vibration_X": 0.119299 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.740784", - "Vibration_X": 0.109252 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.741028", - "Vibration_X": 0.10119 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.741272", - "Vibration_X": 0.08281 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.741516", - "Vibration_X": 0.094259 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.741760", - "Vibration_X": 0.116909 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.742004", - "Vibration_X": 0.085205 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.742248", - "Vibration_X": 0.065548 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.742492", - "Vibration_X": 0.069174 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.742736", - "Vibration_X": 0.07866 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.742980", - "Vibration_X": 0.062774 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.743224", - "Vibration_X": 0.075559 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.743468", - "Vibration_X": 0.424122 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.743712", - "Vibration_X": -0.327528 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.743956", - "Vibration_X": 0.004463 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.744200", - "Vibration_X": 0.094953 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.744444", - "Vibration_X": 0.035906 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.744688", - "Vibration_X": 0.021802 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.744932", - "Vibration_X": 0.034851 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.745176", - "Vibration_X": 0.024794 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.745420", - "Vibration_X": 0.007811 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.745664", - "Vibration_X": 0.018525 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.745908", - "Vibration_X": 0.014901 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.746152", - "Vibration_X": 0.008206 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.746396", - "Vibration_X": 0.012774 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.746640", - "Vibration_X": 0.040299 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.746884", - "Vibration_X": 0.018547 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.747128", - "Vibration_X": 0.062015 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.747372", - "Vibration_X": 0.014181 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.747616", - "Vibration_X": 0.003326 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.747860", - "Vibration_X": 0.007717 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.748104", - "Vibration_X": 0.011408 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.748348", - "Vibration_X": 0.013747 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.748592", - "Vibration_X": 0.045442 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.748836", - "Vibration_X": -0.014049 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.749080", - "Vibration_X": 0.01905 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.749324", - "Vibration_X": 0.005079 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.749568", - "Vibration_X": -0.031422 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.749812", - "Vibration_X": 0.01449 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.750056", - "Vibration_X": 0.023483 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.750300", - "Vibration_X": -0.020001 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.750544", - "Vibration_X": -0.004087 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.750788", - "Vibration_X": -0.039549 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.751032", - "Vibration_X": -0.031455 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.751276", - "Vibration_X": 0.013326 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.751520", - "Vibration_X": -0.018455 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.751764", - "Vibration_X": -0.032947 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.752008", - "Vibration_X": -0.00799 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.752252", - "Vibration_X": -0.02501 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.752496", - "Vibration_X": -0.026146 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.752740", - "Vibration_X": -0.004303 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.752984", - "Vibration_X": -0.408201 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.753228", - "Vibration_X": -0.06408 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.753472", - "Vibration_X": 0.004872 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.753716", - "Vibration_X": -0.005874 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.753960", - "Vibration_X": -0.011 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.754204", - "Vibration_X": -0.051325 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.754448", - "Vibration_X": -0.022195 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.754692", - "Vibration_X": -0.060491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.754936", - "Vibration_X": -0.012341 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.755180", - "Vibration_X": -0.075659 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.755424", - "Vibration_X": -0.030625 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.755668", - "Vibration_X": -0.074623 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.755912", - "Vibration_X": -0.025588 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.756156", - "Vibration_X": -0.058418 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.756400", - "Vibration_X": -0.094963 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.756644", - "Vibration_X": -0.089464 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.756888", - "Vibration_X": -0.06772 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.757132", - "Vibration_X": -0.066533 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.757376", - "Vibration_X": -0.093129 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.757620", - "Vibration_X": -0.094806 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.757864", - "Vibration_X": -0.08434 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.758108", - "Vibration_X": -0.100472 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.758352", - "Vibration_X": -0.13234 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.758596", - "Vibration_X": -0.125822 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.758840", - "Vibration_X": -0.107655 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.759084", - "Vibration_X": -0.090517 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.759328", - "Vibration_X": -0.084622 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.759572", - "Vibration_X": -0.103088 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.759816", - "Vibration_X": -0.114269 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.760060", - "Vibration_X": -0.105952 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.760304", - "Vibration_X": -0.134736 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.760548", - "Vibration_X": -0.124481 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.760792", - "Vibration_X": -0.137444 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.761036", - "Vibration_X": -0.144999 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.761280", - "Vibration_X": -0.111927 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.761524", - "Vibration_X": -0.112968 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.761768", - "Vibration_X": -0.100509 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.762012", - "Vibration_X": -0.100429 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.762256", - "Vibration_X": -0.952337 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.762500", - "Vibration_X": -0.032008 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.762744", - "Vibration_X": -0.019641 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.762988", - "Vibration_X": -0.082637 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.763232", - "Vibration_X": -0.110764 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.763476", - "Vibration_X": -0.077704 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.763720", - "Vibration_X": -0.064113 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.763964", - "Vibration_X": -0.084737 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.764208", - "Vibration_X": -0.063698 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.764452", - "Vibration_X": -0.070111 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.764696", - "Vibration_X": -0.060784 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.764940", - "Vibration_X": -0.065137 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.765184", - "Vibration_X": -0.009501 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.765428", - "Vibration_X": -0.005509 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.765672", - "Vibration_X": -0.007948 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.765916", - "Vibration_X": 0.028965 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.766160", - "Vibration_X": -0.005994 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.766404", - "Vibration_X": 0.066707 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.766648", - "Vibration_X": 0.009772 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.766892", - "Vibration_X": 0.027606 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.767136", - "Vibration_X": 0.022616 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.767380", - "Vibration_X": 0.045937 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.767624", - "Vibration_X": 0.062933 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.767868", - "Vibration_X": 0.051447 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.768112", - "Vibration_X": 0.096503 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.768356", - "Vibration_X": 0.0727 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.768600", - "Vibration_X": 0.079949 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.768844", - "Vibration_X": 0.062625 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.769088", - "Vibration_X": 0.095057 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.769332", - "Vibration_X": 0.089482 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.769576", - "Vibration_X": 0.085043 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.769820", - "Vibration_X": 0.086277 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.770064", - "Vibration_X": 0.159376 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.770308", - "Vibration_X": 0.104329 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.770552", - "Vibration_X": 0.083631 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.770796", - "Vibration_X": 0.101487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.771040", - "Vibration_X": 0.116605 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.771284", - "Vibration_X": 0.130259 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.771528", - "Vibration_X": -0.519425 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.771772", - "Vibration_X": 0.310357 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.772016", - "Vibration_X": 0.185449 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.772260", - "Vibration_X": 0.121612 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.772504", - "Vibration_X": 0.095603 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.772748", - "Vibration_X": 0.106754 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.772992", - "Vibration_X": 0.100176 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.773236", - "Vibration_X": 0.092329 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.773480", - "Vibration_X": 0.134959 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.773724", - "Vibration_X": 0.124851 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.773968", - "Vibration_X": 0.12769 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.774212", - "Vibration_X": 0.10572 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.774456", - "Vibration_X": 0.116991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.774700", - "Vibration_X": 0.062528 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.774944", - "Vibration_X": 0.111122 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.775188", - "Vibration_X": 0.093347 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.775432", - "Vibration_X": 0.098161 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.775676", - "Vibration_X": 0.088934 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.775920", - "Vibration_X": 0.057241 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.776164", - "Vibration_X": 0.042631 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.776408", - "Vibration_X": 0.053952 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.776652", - "Vibration_X": 0.075111 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.776896", - "Vibration_X": 0.07328 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.777140", - "Vibration_X": 0.027856 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.777384", - "Vibration_X": 0.031422 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.777628", - "Vibration_X": 0.032523 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.777872", - "Vibration_X": 0.035918 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.778116", - "Vibration_X": 0.01205 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.778360", - "Vibration_X": 0.007242 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.778604", - "Vibration_X": 0.015813 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.778848", - "Vibration_X": 0.030727 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.779092", - "Vibration_X": 0.002335 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.779336", - "Vibration_X": 0.020772 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.779580", - "Vibration_X": 0.041598 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.779824", - "Vibration_X": -0.008071 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.780068", - "Vibration_X": 0.011566 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.780312", - "Vibration_X": 0.034109 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.780556", - "Vibration_X": 0.003348 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.780800", - "Vibration_X": -0.137182 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.781044", - "Vibration_X": 0.151963 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.781288", - "Vibration_X": 0.026518 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.781532", - "Vibration_X": 0.020262 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.781776", - "Vibration_X": 0.009983 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.782020", - "Vibration_X": -0.003151 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.782264", - "Vibration_X": 0.012287 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.782508", - "Vibration_X": 0.007842 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.782752", - "Vibration_X": 0.020884 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.782996", - "Vibration_X": -0.011401 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.783240", - "Vibration_X": -0.000535 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.783484", - "Vibration_X": -0.003554 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.783728", - "Vibration_X": 0.010744 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.783972", - "Vibration_X": -0.02493 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.784216", - "Vibration_X": 0.014734 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.784460", - "Vibration_X": 0.002431 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.784704", - "Vibration_X": -0.034652 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.784948", - "Vibration_X": 0.014291 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.785192", - "Vibration_X": 0.033089 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.785436", - "Vibration_X": 0.006555 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.785680", - "Vibration_X": 0.012989 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.785924", - "Vibration_X": -0.016099 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.786168", - "Vibration_X": -0.053487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.786412", - "Vibration_X": -0.059787 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.786656", - "Vibration_X": -0.020649 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.786900", - "Vibration_X": -0.040632 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.787144", - "Vibration_X": -0.050319 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.787388", - "Vibration_X": -0.036703 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.787632", - "Vibration_X": -0.026734 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.787876", - "Vibration_X": -0.071863 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.788120", - "Vibration_X": -0.055699 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.788364", - "Vibration_X": -0.020572 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.788608", - "Vibration_X": -0.076439 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.788852", - "Vibration_X": -0.041797 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.789096", - "Vibration_X": -0.073217 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.789340", - "Vibration_X": -0.056984 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.789584", - "Vibration_X": -0.050352 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.789828", - "Vibration_X": -0.061864 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.790072", - "Vibration_X": 0.044242 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.790316", - "Vibration_X": 0.136475 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.790560", - "Vibration_X": -0.048393 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.790804", - "Vibration_X": -0.129787 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.791048", - "Vibration_X": -0.096154 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.791292", - "Vibration_X": -0.094827 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.791536", - "Vibration_X": -0.09453 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.791780", - "Vibration_X": -0.101261 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.792024", - "Vibration_X": -0.12783 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.792268", - "Vibration_X": -0.14055 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.792512", - "Vibration_X": -0.098408 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.792756", - "Vibration_X": -0.114084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.793000", - "Vibration_X": -0.096366 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.793244", - "Vibration_X": -0.12139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.793488", - "Vibration_X": -0.149308 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.793732", - "Vibration_X": -0.102144 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.793976", - "Vibration_X": -0.128671 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.794220", - "Vibration_X": -0.113745 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.794464", - "Vibration_X": -0.132369 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.794708", - "Vibration_X": -0.084878 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.794952", - "Vibration_X": -0.133144 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.795196", - "Vibration_X": -0.119714 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.795440", - "Vibration_X": -0.107677 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.795684", - "Vibration_X": -0.128043 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.795928", - "Vibration_X": -0.095486 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.796172", - "Vibration_X": -0.065291 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.796416", - "Vibration_X": -0.102321 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.796660", - "Vibration_X": -0.079162 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.796904", - "Vibration_X": -0.136198 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.797148", - "Vibration_X": -0.075747 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.797392", - "Vibration_X": -0.07463 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.797636", - "Vibration_X": -0.077811 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.797880", - "Vibration_X": -0.032588 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.798124", - "Vibration_X": -0.053254 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.798368", - "Vibration_X": -0.042562 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.798612", - "Vibration_X": -0.038649 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.798856", - "Vibration_X": -0.061381 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.799100", - "Vibration_X": -0.03751 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.799344", - "Vibration_X": 0.844004 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.799588", - "Vibration_X": 0.394734 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.799832", - "Vibration_X": -0.027656 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.800076", - "Vibration_X": -0.030291 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.800320", - "Vibration_X": 0.058438 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.800564", - "Vibration_X": 0.052868 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.800808", - "Vibration_X": 0.031586 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.801052", - "Vibration_X": 0.075634 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.801296", - "Vibration_X": 0.042253 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.801540", - "Vibration_X": 0.084441 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.801784", - "Vibration_X": 0.04388 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.802028", - "Vibration_X": 0.098974 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.802272", - "Vibration_X": 0.075476 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.802516", - "Vibration_X": 0.068724 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.802760", - "Vibration_X": 0.090229 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.803004", - "Vibration_X": 0.104958 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.803248", - "Vibration_X": 0.093899 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.803492", - "Vibration_X": 0.118787 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.803736", - "Vibration_X": 0.09948 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.803980", - "Vibration_X": 0.126491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.804224", - "Vibration_X": 0.125377 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.804468", - "Vibration_X": 0.117267 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.804712", - "Vibration_X": 0.111117 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.804956", - "Vibration_X": 0.123945 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.805200", - "Vibration_X": 0.132406 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.805444", - "Vibration_X": 0.162653 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.805688", - "Vibration_X": 0.139762 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.805932", - "Vibration_X": 0.139609 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.806176", - "Vibration_X": 0.180551 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.806420", - "Vibration_X": 0.127389 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.806664", - "Vibration_X": 0.124671 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.806908", - "Vibration_X": 0.126613 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.807152", - "Vibration_X": 0.089579 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.807396", - "Vibration_X": 0.097807 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.807640", - "Vibration_X": 0.093216 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.807884", - "Vibration_X": 0.112706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.808128", - "Vibration_X": 0.092475 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.808372", - "Vibration_X": 0.09475 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.808616", - "Vibration_X": 1.023307 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.808860", - "Vibration_X": 0.329947 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.809104", - "Vibration_X": 0.022916 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.809348", - "Vibration_X": 0.03548 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.809592", - "Vibration_X": 0.094871 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.809836", - "Vibration_X": 0.084078 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.810080", - "Vibration_X": 0.029799 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.810324", - "Vibration_X": 0.051018 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.810568", - "Vibration_X": 0.056531 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.810812", - "Vibration_X": 0.064725 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.811056", - "Vibration_X": 0.063346 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.811300", - "Vibration_X": 0.046962 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.811544", - "Vibration_X": 0.049291 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.811788", - "Vibration_X": 0.035341 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.812032", - "Vibration_X": 0.017234 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.812276", - "Vibration_X": 0.022327 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.812520", - "Vibration_X": 0.024968 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.812764", - "Vibration_X": 0.021128 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.813008", - "Vibration_X": -0.018458 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.813252", - "Vibration_X": 0.008932 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.813496", - "Vibration_X": 0.015825 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.813740", - "Vibration_X": 0.007078 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.813984", - "Vibration_X": 0.00595 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.814228", - "Vibration_X": 0.018992 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.814472", - "Vibration_X": -0.013849 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.814716", - "Vibration_X": -0.026196 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.814960", - "Vibration_X": -0.001842 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.815204", - "Vibration_X": 0.019263 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.815448", - "Vibration_X": 0.036676 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.815692", - "Vibration_X": 0.017576 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.815936", - "Vibration_X": -0.028379 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.816180", - "Vibration_X": -0.004586 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.816424", - "Vibration_X": 0.004271 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.816668", - "Vibration_X": 0.001747 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.816912", - "Vibration_X": 0.007997 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.817156", - "Vibration_X": -0.022177 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.817400", - "Vibration_X": -0.003665 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.817644", - "Vibration_X": 0.002214 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.817888", - "Vibration_X": 0.679566 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.818132", - "Vibration_X": 0.045171 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.818376", - "Vibration_X": -0.067833 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.818620", - "Vibration_X": -0.078436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.818864", - "Vibration_X": -0.023848 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.819108", - "Vibration_X": -0.025686 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.819352", - "Vibration_X": -0.03942 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.819596", - "Vibration_X": -0.018288 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.819840", - "Vibration_X": -0.025333 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.820084", - "Vibration_X": -0.072319 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.820328", - "Vibration_X": -0.025967 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.820572", - "Vibration_X": -0.052168 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.820816", - "Vibration_X": -0.027392 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.821060", - "Vibration_X": -0.066419 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.821304", - "Vibration_X": -0.044017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.821548", - "Vibration_X": -0.054258 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.821792", - "Vibration_X": -0.046638 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.822036", - "Vibration_X": -0.054416 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.822280", - "Vibration_X": -0.066308 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.822524", - "Vibration_X": -0.096286 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.822768", - "Vibration_X": -0.099496 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.823012", - "Vibration_X": -0.086028 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.823256", - "Vibration_X": -0.078894 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.823500", - "Vibration_X": -0.095223 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.823744", - "Vibration_X": -0.074802 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.823988", - "Vibration_X": -0.097028 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.824232", - "Vibration_X": -0.114739 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.824476", - "Vibration_X": -0.104821 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.824720", - "Vibration_X": -0.098358 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.824964", - "Vibration_X": -0.099756 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.825208", - "Vibration_X": -0.071798 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.825452", - "Vibration_X": -0.125559 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.825696", - "Vibration_X": -0.116142 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.825940", - "Vibration_X": -0.10829 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.826184", - "Vibration_X": -0.119044 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.826428", - "Vibration_X": -0.129951 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.826672", - "Vibration_X": -0.151866 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.826916", - "Vibration_X": -0.131601 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.827160", - "Vibration_X": 1.577141 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.827404", - "Vibration_X": -0.191371 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.827648", - "Vibration_X": -0.28985 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.827892", - "Vibration_X": -0.15424 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.828136", - "Vibration_X": -0.093436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.828380", - "Vibration_X": -0.099799 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.828624", - "Vibration_X": -0.130357 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.828868", - "Vibration_X": -0.113709 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.829112", - "Vibration_X": -0.141482 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.829356", - "Vibration_X": -0.109879 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.829600", - "Vibration_X": -0.087262 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.829844", - "Vibration_X": -0.073526 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.830088", - "Vibration_X": -0.098643 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.830332", - "Vibration_X": -0.057306 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.830576", - "Vibration_X": -0.102245 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.830820", - "Vibration_X": -0.090128 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.831064", - "Vibration_X": -0.043912 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.831308", - "Vibration_X": -0.017331 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.831552", - "Vibration_X": -0.033285 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.831796", - "Vibration_X": -0.03615 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.832040", - "Vibration_X": -0.071264 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.832284", - "Vibration_X": -0.059691 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.832528", - "Vibration_X": -0.00844 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.832772", - "Vibration_X": -0.009922 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.833016", - "Vibration_X": -0.016596 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.833260", - "Vibration_X": 0.015085 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.833504", - "Vibration_X": 0.024263 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.833748", - "Vibration_X": 0.048926 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.833992", - "Vibration_X": 0.0407 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.834236", - "Vibration_X": 0.07028 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.834480", - "Vibration_X": 0.053393 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.834724", - "Vibration_X": 0.058188 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.834968", - "Vibration_X": 0.08875 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.835212", - "Vibration_X": 0.054539 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.835456", - "Vibration_X": 0.136687 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.835700", - "Vibration_X": 0.093813 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.835944", - "Vibration_X": 0.099427 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.836188", - "Vibration_X": 0.107387 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.836432", - "Vibration_X": 1.863888 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.836676", - "Vibration_X": -0.192048 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.836920", - "Vibration_X": -0.108954 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.837164", - "Vibration_X": 0.146501 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.837408", - "Vibration_X": 0.125353 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.837652", - "Vibration_X": 0.121082 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.837896", - "Vibration_X": 0.092338 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.838140", - "Vibration_X": 0.130707 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.838384", - "Vibration_X": 0.108255 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.838628", - "Vibration_X": 0.123503 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.838872", - "Vibration_X": 0.115581 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.839116", - "Vibration_X": 0.159112 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.839360", - "Vibration_X": 0.159175 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.839604", - "Vibration_X": 0.118962 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.839848", - "Vibration_X": 0.117419 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.840092", - "Vibration_X": 0.106411 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.840336", - "Vibration_X": 0.133398 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.840580", - "Vibration_X": 0.101781 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.840824", - "Vibration_X": 0.096729 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.841068", - "Vibration_X": 0.121266 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.841312", - "Vibration_X": 0.087241 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.841556", - "Vibration_X": 0.09337 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.841800", - "Vibration_X": 0.058453 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.842044", - "Vibration_X": 0.099985 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.842288", - "Vibration_X": 0.120439 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.842532", - "Vibration_X": 0.091698 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.842776", - "Vibration_X": 0.102121 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.843020", - "Vibration_X": 0.051564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.843264", - "Vibration_X": 0.06883 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.843508", - "Vibration_X": 0.040902 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.843752", - "Vibration_X": 0.050941 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.843996", - "Vibration_X": 0.066763 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.844240", - "Vibration_X": 0.04929 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.844484", - "Vibration_X": 0.015069 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.844728", - "Vibration_X": 0.013237 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.844972", - "Vibration_X": 0.008295 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.845216", - "Vibration_X": 0.042302 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.845460", - "Vibration_X": 0.070491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.845704", - "Vibration_X": 0.542146 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.845948", - "Vibration_X": -0.276965 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.846192", - "Vibration_X": -0.023716 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.846436", - "Vibration_X": 0.051309 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.846680", - "Vibration_X": -0.007071 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.846924", - "Vibration_X": 0.007345 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.847168", - "Vibration_X": 0.033011 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.847412", - "Vibration_X": 0.021048 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.847656", - "Vibration_X": -0.017611 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.847900", - "Vibration_X": 0.019303 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.848144", - "Vibration_X": -0.036983 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.848388", - "Vibration_X": 0.00012 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.848632", - "Vibration_X": 0.026238 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.848876", - "Vibration_X": 0.002824 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.849120", - "Vibration_X": -0.008492 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.849364", - "Vibration_X": 0.01834 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.849608", - "Vibration_X": 0.019127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.849852", - "Vibration_X": 0.024902 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.850096", - "Vibration_X": 0.015229 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.850340", - "Vibration_X": 0.018359 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.850584", - "Vibration_X": 0.010307 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.850828", - "Vibration_X": -0.000213 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.851072", - "Vibration_X": -0.005015 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.851316", - "Vibration_X": -0.01296 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.851560", - "Vibration_X": -0.034013 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.851804", - "Vibration_X": -0.03058 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.852048", - "Vibration_X": -0.018991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.852292", - "Vibration_X": -0.010578 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.852536", - "Vibration_X": 0.011166 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.852780", - "Vibration_X": -0.020924 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.853024", - "Vibration_X": -0.002652 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.853268", - "Vibration_X": -0.003968 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.853512", - "Vibration_X": -0.033213 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.853756", - "Vibration_X": -0.019912 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.854000", - "Vibration_X": -0.040085 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.854244", - "Vibration_X": -0.012358 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.854488", - "Vibration_X": -0.029836 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.854732", - "Vibration_X": -0.070266 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.854976", - "Vibration_X": -0.008065 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.855220", - "Vibration_X": -0.446341 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.855464", - "Vibration_X": -0.114824 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.855708", - "Vibration_X": -0.023336 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.855952", - "Vibration_X": -0.048576 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.856196", - "Vibration_X": -0.094497 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.856440", - "Vibration_X": -0.067092 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.856684", - "Vibration_X": -0.108585 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.856928", - "Vibration_X": -0.09748 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.857172", - "Vibration_X": -0.067733 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.857416", - "Vibration_X": -0.086199 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.857660", - "Vibration_X": -0.103336 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.857904", - "Vibration_X": -0.092044 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.858148", - "Vibration_X": -0.105685 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.858392", - "Vibration_X": -0.107489 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.858636", - "Vibration_X": -0.097582 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.858880", - "Vibration_X": -0.127933 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.859124", - "Vibration_X": -0.11491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.859368", - "Vibration_X": -0.123929 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.859612", - "Vibration_X": -0.150975 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.859856", - "Vibration_X": -0.138841 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.860100", - "Vibration_X": -0.089807 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.860344", - "Vibration_X": -0.113769 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.860588", - "Vibration_X": -0.147764 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.860832", - "Vibration_X": -0.151452 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.861076", - "Vibration_X": -0.121756 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.861320", - "Vibration_X": -0.086666 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.861564", - "Vibration_X": -0.119506 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.861808", - "Vibration_X": -0.087017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.862052", - "Vibration_X": -0.103011 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.862296", - "Vibration_X": -0.097031 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.862540", - "Vibration_X": -0.129099 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.862784", - "Vibration_X": -0.079097 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.863028", - "Vibration_X": -0.099559 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.863272", - "Vibration_X": -0.070179 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.863516", - "Vibration_X": -0.097895 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.863760", - "Vibration_X": -0.071854 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.864004", - "Vibration_X": -0.06178 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.864248", - "Vibration_X": -0.064994 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.864492", - "Vibration_X": -0.983784 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.864736", - "Vibration_X": -0.050504 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.864980", - "Vibration_X": 0.029292 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.865224", - "Vibration_X": 0.00971 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.865468", - "Vibration_X": -0.008664 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.865712", - "Vibration_X": -0.032137 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.865956", - "Vibration_X": 0.004549 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.866200", - "Vibration_X": -0.013578 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.866444", - "Vibration_X": -0.014327 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.866688", - "Vibration_X": 0.038265 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.866932", - "Vibration_X": -0.008337 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.867176", - "Vibration_X": 0.052298 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.867420", - "Vibration_X": 0.036553 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.867664", - "Vibration_X": 0.045021 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.867908", - "Vibration_X": 0.064851 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.868152", - "Vibration_X": 0.075409 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.868396", - "Vibration_X": 0.05408 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.868640", - "Vibration_X": 0.091444 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.868884", - "Vibration_X": 0.085472 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.869128", - "Vibration_X": 0.063806 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.869372", - "Vibration_X": 0.090836 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.869616", - "Vibration_X": 0.126728 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.869860", - "Vibration_X": 0.137048 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.870104", - "Vibration_X": 0.121809 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.870348", - "Vibration_X": 0.08712 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.870592", - "Vibration_X": 0.123715 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.870836", - "Vibration_X": 0.133402 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.871080", - "Vibration_X": 0.132885 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.871324", - "Vibration_X": 0.135562 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.871568", - "Vibration_X": 0.12813 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.871812", - "Vibration_X": 0.119935 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.872056", - "Vibration_X": 0.109263 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.872300", - "Vibration_X": 0.083059 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.872544", - "Vibration_X": 0.126954 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.872788", - "Vibration_X": 0.122602 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.873032", - "Vibration_X": 0.128347 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.873276", - "Vibration_X": 0.088378 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.873520", - "Vibration_X": 0.125607 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.873764", - "Vibration_X": -0.485791 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.874008", - "Vibration_X": 0.206226 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.874252", - "Vibration_X": 0.169019 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.874496", - "Vibration_X": 0.105347 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.874740", - "Vibration_X": 0.130965 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.874984", - "Vibration_X": 0.071176 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.875228", - "Vibration_X": 0.092651 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.875472", - "Vibration_X": 0.068025 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.875716", - "Vibration_X": 0.068633 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.875960", - "Vibration_X": 0.074225 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.876204", - "Vibration_X": 0.097779 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.876448", - "Vibration_X": 0.102458 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.876692", - "Vibration_X": 0.071035 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.876936", - "Vibration_X": 0.050231 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.877180", - "Vibration_X": 0.103389 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.877424", - "Vibration_X": 0.040855 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.877668", - "Vibration_X": 0.033979 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.877912", - "Vibration_X": 0.006038 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.878156", - "Vibration_X": 0.065749 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.878400", - "Vibration_X": 0.053653 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.878644", - "Vibration_X": 0.079284 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.878888", - "Vibration_X": -3.4e-05 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.879132", - "Vibration_X": 0.053943 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.879376", - "Vibration_X": 0.023403 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.879620", - "Vibration_X": 0.035541 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.879864", - "Vibration_X": -0.015922 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.880108", - "Vibration_X": 0.044202 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.880352", - "Vibration_X": 0.028563 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.880596", - "Vibration_X": 0.010224 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.880840", - "Vibration_X": 0.02224 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.881084", - "Vibration_X": -0.007484 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.881328", - "Vibration_X": -0.005137 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.881572", - "Vibration_X": -0.004068 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.881816", - "Vibration_X": -0.033 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.882060", - "Vibration_X": 0.020228 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.882304", - "Vibration_X": 0.02583 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.882548", - "Vibration_X": -0.012979 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.882792", - "Vibration_X": 0.007087 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.883036", - "Vibration_X": -0.204215 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.883280", - "Vibration_X": 0.094937 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.883524", - "Vibration_X": 0.012342 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.883768", - "Vibration_X": -0.026097 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.884012", - "Vibration_X": 0.013215 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.884256", - "Vibration_X": -0.007317 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.884500", - "Vibration_X": 0.03326 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.884744", - "Vibration_X": -0.007969 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.884988", - "Vibration_X": -0.029084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.885232", - "Vibration_X": 0.012207 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.885476", - "Vibration_X": -0.00167 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.885720", - "Vibration_X": -0.001892 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.885964", - "Vibration_X": 0.005049 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.886208", - "Vibration_X": -0.034348 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.886452", - "Vibration_X": -0.026564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.886696", - "Vibration_X": -0.030373 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.886940", - "Vibration_X": -0.055879 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.887184", - "Vibration_X": -0.038646 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.887428", - "Vibration_X": -0.010139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.887672", - "Vibration_X": -0.035785 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.887916", - "Vibration_X": -0.071278 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.888160", - "Vibration_X": -0.079443 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.888404", - "Vibration_X": -0.019127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.888648", - "Vibration_X": -0.058433 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.888892", - "Vibration_X": -0.073865 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.889136", - "Vibration_X": -0.070749 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.889380", - "Vibration_X": -0.099204 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.889624", - "Vibration_X": -0.045595 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.889868", - "Vibration_X": -0.086299 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.890112", - "Vibration_X": -0.055423 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.890356", - "Vibration_X": -0.085993 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.890600", - "Vibration_X": -0.062581 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.890844", - "Vibration_X": -0.090044 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.891088", - "Vibration_X": -0.081946 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.891332", - "Vibration_X": -0.088259 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.891576", - "Vibration_X": -0.093571 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.891820", - "Vibration_X": -0.102208 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.892064", - "Vibration_X": -0.11666 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.892308", - "Vibration_X": -0.161782 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.892552", - "Vibration_X": 0.142591 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.892796", - "Vibration_X": -0.079002 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.893040", - "Vibration_X": -0.139175 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.893284", - "Vibration_X": -0.118468 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.893528", - "Vibration_X": -0.128901 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.893772", - "Vibration_X": -0.114531 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.894016", - "Vibration_X": -0.124447 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.894260", - "Vibration_X": -0.151873 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.894504", - "Vibration_X": -0.118631 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.894748", - "Vibration_X": -0.13897 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.894992", - "Vibration_X": -0.1493 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.895236", - "Vibration_X": -0.109031 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.895480", - "Vibration_X": -0.098676 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.895724", - "Vibration_X": -0.094081 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.895968", - "Vibration_X": -0.088981 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.896212", - "Vibration_X": -0.134227 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.896456", - "Vibration_X": -0.117604 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.896700", - "Vibration_X": -0.0453 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.896944", - "Vibration_X": -0.099701 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.897188", - "Vibration_X": -0.060153 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.897432", - "Vibration_X": -0.079375 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.897676", - "Vibration_X": -0.056992 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.897920", - "Vibration_X": -0.063916 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.898164", - "Vibration_X": -0.032437 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.898408", - "Vibration_X": -0.033135 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.898652", - "Vibration_X": -0.036863 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.898896", - "Vibration_X": -0.04079 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.899140", - "Vibration_X": -0.006223 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.899384", - "Vibration_X": -0.027567 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.899628", - "Vibration_X": 0.013518 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.899872", - "Vibration_X": 0.065755 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.900116", - "Vibration_X": 0.048421 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.900360", - "Vibration_X": 0.043871 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.900604", - "Vibration_X": 0.035733 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.900848", - "Vibration_X": 0.006427 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.901092", - "Vibration_X": 0.026293 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.901336", - "Vibration_X": 0.085675 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.901580", - "Vibration_X": 0.53708 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.901824", - "Vibration_X": 0.486255 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.902068", - "Vibration_X": 0.083491 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.902312", - "Vibration_X": 0.028342 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.902556", - "Vibration_X": 0.062145 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.902800", - "Vibration_X": 0.098165 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.903044", - "Vibration_X": 0.084106 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.903288", - "Vibration_X": 0.090451 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.903532", - "Vibration_X": 0.093436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.903776", - "Vibration_X": 0.122827 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.904020", - "Vibration_X": 0.110487 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.904264", - "Vibration_X": 0.113802 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.904508", - "Vibration_X": 0.131067 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.904752", - "Vibration_X": 0.11755 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.904996", - "Vibration_X": 0.115601 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.905240", - "Vibration_X": 0.130872 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.905484", - "Vibration_X": 0.134658 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.905728", - "Vibration_X": 0.117731 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.905972", - "Vibration_X": 0.121228 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.906216", - "Vibration_X": 0.102508 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.906460", - "Vibration_X": 0.099064 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.906704", - "Vibration_X": 0.129424 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.906948", - "Vibration_X": 0.12036 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.907192", - "Vibration_X": 0.117669 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.907436", - "Vibration_X": 0.110995 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.907680", - "Vibration_X": 0.102857 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.907924", - "Vibration_X": 0.112188 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.908168", - "Vibration_X": 0.113091 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.908412", - "Vibration_X": 0.108578 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.908656", - "Vibration_X": 0.084167 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.908900", - "Vibration_X": 0.10965 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.909144", - "Vibration_X": 0.082134 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.909388", - "Vibration_X": 0.085826 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.909632", - "Vibration_X": 0.07442 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.909876", - "Vibration_X": 0.069335 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.910120", - "Vibration_X": 0.045338 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.910364", - "Vibration_X": 0.069805 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.910608", - "Vibration_X": 0.1085 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.910852", - "Vibration_X": 0.60658 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.911096", - "Vibration_X": 0.248152 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.911340", - "Vibration_X": 0.004935 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.911584", - "Vibration_X": 0.005727 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.911828", - "Vibration_X": 0.063464 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.912072", - "Vibration_X": 0.01775 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.912316", - "Vibration_X": 0.017078 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.912560", - "Vibration_X": -0.008422 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.912804", - "Vibration_X": 0.005585 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.913048", - "Vibration_X": -0.015879 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.913292", - "Vibration_X": 0.028626 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.913536", - "Vibration_X": 0.069875 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.913780", - "Vibration_X": 0.004623 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.914024", - "Vibration_X": -0.02313 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.914268", - "Vibration_X": 0.026614 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.914512", - "Vibration_X": -0.00737 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.914756", - "Vibration_X": 0.031841 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.915000", - "Vibration_X": -0.000987 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.915244", - "Vibration_X": -0.009087 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.915488", - "Vibration_X": -0.001037 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.915732", - "Vibration_X": 0.016706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.915976", - "Vibration_X": -0.003934 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.916220", - "Vibration_X": -0.010241 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.916464", - "Vibration_X": -0.005212 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.916708", - "Vibration_X": -0.02763 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.916952", - "Vibration_X": 0.004741 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.917196", - "Vibration_X": -0.040011 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.917440", - "Vibration_X": -0.014325 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.917684", - "Vibration_X": 0.008471 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.917928", - "Vibration_X": -0.002055 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.918172", - "Vibration_X": 0.002149 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.918416", - "Vibration_X": -0.012656 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.918660", - "Vibration_X": 0.010175 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.918904", - "Vibration_X": 0.00323 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.919148", - "Vibration_X": -0.008572 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.919392", - "Vibration_X": -0.001368 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.919636", - "Vibration_X": -0.007532 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.919880", - "Vibration_X": -0.034149 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.920124", - "Vibration_X": 0.664079 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.920368", - "Vibration_X": 0.10102 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.920612", - "Vibration_X": -0.072373 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.920856", - "Vibration_X": -0.033118 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.921100", - "Vibration_X": -0.058703 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.921344", - "Vibration_X": -0.062628 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.921588", - "Vibration_X": -0.041032 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.921832", - "Vibration_X": -0.055944 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.922076", - "Vibration_X": -0.096351 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.922320", - "Vibration_X": -0.055428 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.922564", - "Vibration_X": -0.10436 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.922808", - "Vibration_X": -0.090617 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.923052", - "Vibration_X": -0.049072 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.923296", - "Vibration_X": -0.04397 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.923540", - "Vibration_X": -0.109082 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.923784", - "Vibration_X": -0.095564 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.924028", - "Vibration_X": -0.092208 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.924272", - "Vibration_X": -0.061365 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.924516", - "Vibration_X": -0.110589 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.924760", - "Vibration_X": -0.113794 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.925004", - "Vibration_X": -0.076558 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.925248", - "Vibration_X": -0.118025 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.925492", - "Vibration_X": -0.098774 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.925736", - "Vibration_X": -0.145115 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.925980", - "Vibration_X": -0.120989 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.926224", - "Vibration_X": -0.152362 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.926468", - "Vibration_X": -0.141476 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.926712", - "Vibration_X": -0.104352 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.926956", - "Vibration_X": -0.122456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.927200", - "Vibration_X": -0.1277 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.927444", - "Vibration_X": -0.135678 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.927688", - "Vibration_X": -0.124017 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.927932", - "Vibration_X": -0.111991 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.928176", - "Vibration_X": -0.09627 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.928420", - "Vibration_X": -0.16585 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.928664", - "Vibration_X": -0.126908 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.928908", - "Vibration_X": -0.103529 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.929152", - "Vibration_X": -0.104648 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.929396", - "Vibration_X": 1.820049 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.929640", - "Vibration_X": -0.004443 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.929884", - "Vibration_X": -0.250567 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.930128", - "Vibration_X": -0.117842 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.930372", - "Vibration_X": -0.070008 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.930616", - "Vibration_X": -0.042858 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.930860", - "Vibration_X": -0.077561 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.931104", - "Vibration_X": -0.056813 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.931348", - "Vibration_X": -0.044069 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.931592", - "Vibration_X": -0.008814 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.931836", - "Vibration_X": -0.038172 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.932080", - "Vibration_X": -0.004953 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.932324", - "Vibration_X": 0.008674 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.932568", - "Vibration_X": -0.009001 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.932812", - "Vibration_X": -0.003662 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.933056", - "Vibration_X": 0.002246 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.933300", - "Vibration_X": 0.011943 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.933544", - "Vibration_X": 0.042291 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.933788", - "Vibration_X": 0.03785 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.934032", - "Vibration_X": 0.045796 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.934276", - "Vibration_X": 0.026245 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.934520", - "Vibration_X": 0.036821 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.934764", - "Vibration_X": 0.106188 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.935008", - "Vibration_X": 0.066606 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.935252", - "Vibration_X": 0.061173 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.935496", - "Vibration_X": 0.111431 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.935740", - "Vibration_X": 0.094195 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.935984", - "Vibration_X": 0.105456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.936228", - "Vibration_X": 0.096031 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.936472", - "Vibration_X": 0.096863 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.936716", - "Vibration_X": 0.103822 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.936960", - "Vibration_X": 0.083056 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.937204", - "Vibration_X": 0.111961 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.937448", - "Vibration_X": 0.122155 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.937692", - "Vibration_X": 0.155263 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.937936", - "Vibration_X": 0.121499 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.938180", - "Vibration_X": 0.074129 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.938424", - "Vibration_X": 0.119484 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.938668", - "Vibration_X": 1.839604 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.938912", - "Vibration_X": -0.013104 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.939156", - "Vibration_X": -0.058201 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.939400", - "Vibration_X": 0.125314 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.939644", - "Vibration_X": 0.115967 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.939888", - "Vibration_X": 0.090232 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.940132", - "Vibration_X": 0.104971 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.940376", - "Vibration_X": 0.111692 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.940620", - "Vibration_X": 0.069717 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.940864", - "Vibration_X": 0.080847 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.941108", - "Vibration_X": 0.100451 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.941352", - "Vibration_X": 0.08831 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.941596", - "Vibration_X": 0.10042 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.941840", - "Vibration_X": 0.064129 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.942084", - "Vibration_X": 0.098482 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.942328", - "Vibration_X": 0.056214 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.942572", - "Vibration_X": 0.108376 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.942816", - "Vibration_X": 0.03681 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.943060", - "Vibration_X": 0.044878 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.943304", - "Vibration_X": 0.070709 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.943548", - "Vibration_X": 0.091333 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.943792", - "Vibration_X": 0.060114 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.944036", - "Vibration_X": 0.060935 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.944280", - "Vibration_X": 0.046015 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.944524", - "Vibration_X": 0.021262 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.944768", - "Vibration_X": 0.028267 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.945012", - "Vibration_X": 0.01028 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.945256", - "Vibration_X": 0.005572 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.945500", - "Vibration_X": 0.035997 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.945744", - "Vibration_X": 0.002508 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.945988", - "Vibration_X": 0.02857 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.946232", - "Vibration_X": -0.006452 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.946476", - "Vibration_X": 0.023114 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.946720", - "Vibration_X": 0.005207 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.946964", - "Vibration_X": 0.041093 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.947208", - "Vibration_X": 0.017593 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.947452", - "Vibration_X": 0.034159 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.947696", - "Vibration_X": -0.007191 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.947940", - "Vibration_X": 0.555379 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.948184", - "Vibration_X": -0.182973 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.948428", - "Vibration_X": -0.071228 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.948672", - "Vibration_X": 0.004775 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.948916", - "Vibration_X": -0.005815 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.949160", - "Vibration_X": -0.023041 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.949404", - "Vibration_X": -0.028646 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.949648", - "Vibration_X": -0.047611 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.949892", - "Vibration_X": -0.022765 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.950136", - "Vibration_X": 0.009906 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.950380", - "Vibration_X": -0.035664 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.950624", - "Vibration_X": -0.032172 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.950868", - "Vibration_X": 0.029796 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.951112", - "Vibration_X": -0.020083 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.951356", - "Vibration_X": -0.002396 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.951600", - "Vibration_X": 0.002417 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.951844", - "Vibration_X": 0.001047 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.952088", - "Vibration_X": -0.044597 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.952332", - "Vibration_X": -0.020902 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.952576", - "Vibration_X": -0.050966 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.952820", - "Vibration_X": 0.027809 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.953064", - "Vibration_X": -0.055729 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.953308", - "Vibration_X": -0.047699 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.953552", - "Vibration_X": -0.050662 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.953796", - "Vibration_X": -0.063081 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.954040", - "Vibration_X": -0.009576 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.954284", - "Vibration_X": 0.008167 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.954528", - "Vibration_X": -0.053612 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.954772", - "Vibration_X": -0.074465 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.955016", - "Vibration_X": -0.096884 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.955260", - "Vibration_X": -0.061226 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.955504", - "Vibration_X": -0.066956 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.955748", - "Vibration_X": -0.078003 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.955992", - "Vibration_X": -0.064937 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.956236", - "Vibration_X": -0.065861 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.956480", - "Vibration_X": -0.071686 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.956724", - "Vibration_X": -0.088807 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.956968", - "Vibration_X": -0.108778 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.957212", - "Vibration_X": 0.350905 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.957456", - "Vibration_X": -0.569796 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.957700", - "Vibration_X": -0.172982 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.957944", - "Vibration_X": -0.055839 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.958188", - "Vibration_X": -0.122705 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.958432", - "Vibration_X": -0.139 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.958676", - "Vibration_X": -0.128095 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.958920", - "Vibration_X": -0.135502 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.959164", - "Vibration_X": -0.101344 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.959408", - "Vibration_X": -0.111324 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.959652", - "Vibration_X": -0.097804 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.959896", - "Vibration_X": -0.112853 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.960140", - "Vibration_X": -0.117169 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.960384", - "Vibration_X": -0.097456 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.960628", - "Vibration_X": -0.111696 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.960872", - "Vibration_X": -0.118889 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.961116", - "Vibration_X": -0.089314 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.961360", - "Vibration_X": -0.114798 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.961604", - "Vibration_X": -0.120872 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.961848", - "Vibration_X": -0.12873 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.962092", - "Vibration_X": -0.09461 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.962336", - "Vibration_X": -0.080143 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.962580", - "Vibration_X": -0.101637 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.962824", - "Vibration_X": -0.069747 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.963068", - "Vibration_X": -0.130144 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.963312", - "Vibration_X": -0.086266 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.963556", - "Vibration_X": -0.079972 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.963800", - "Vibration_X": -0.087347 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.964044", - "Vibration_X": -0.018418 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.964288", - "Vibration_X": -0.060389 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.964532", - "Vibration_X": -0.059903 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.964776", - "Vibration_X": -0.043661 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.965020", - "Vibration_X": -0.076452 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.965264", - "Vibration_X": -0.04363 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.965508", - "Vibration_X": -0.000666 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.965752", - "Vibration_X": -0.024707 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.965996", - "Vibration_X": -0.020442 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.966240", - "Vibration_X": 0.030607 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.966484", - "Vibration_X": 0.039482 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.966728", - "Vibration_X": -0.89427 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.966972", - "Vibration_X": -0.03687 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.967216", - "Vibration_X": 0.106153 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.967460", - "Vibration_X": 0.042068 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.967704", - "Vibration_X": 0.027455 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.967948", - "Vibration_X": 0.03692 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.968192", - "Vibration_X": 0.054418 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.968436", - "Vibration_X": 0.052725 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.968680", - "Vibration_X": 0.048308 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.968924", - "Vibration_X": 0.089915 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.969168", - "Vibration_X": 0.095791 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.969412", - "Vibration_X": 0.130251 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.969656", - "Vibration_X": 0.087557 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.969900", - "Vibration_X": 0.111074 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.970144", - "Vibration_X": 0.11516 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.970388", - "Vibration_X": 0.107099 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.970632", - "Vibration_X": 0.129841 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.970876", - "Vibration_X": 0.132743 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.971120", - "Vibration_X": 0.125575 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.971364", - "Vibration_X": 0.115209 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.971608", - "Vibration_X": 0.113979 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.971852", - "Vibration_X": 0.094103 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.972096", - "Vibration_X": 0.105201 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.972340", - "Vibration_X": 0.108287 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.972584", - "Vibration_X": 0.09722 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.972828", - "Vibration_X": 0.127053 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.973072", - "Vibration_X": 0.140346 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.973316", - "Vibration_X": 0.09604 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.973560", - "Vibration_X": 0.117312 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.973804", - "Vibration_X": 0.088084 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.974048", - "Vibration_X": 0.0995 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.974292", - "Vibration_X": 0.088363 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.974536", - "Vibration_X": 0.110549 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.974780", - "Vibration_X": 0.081077 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.975024", - "Vibration_X": 0.11086 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.975268", - "Vibration_X": 0.08155 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.975512", - "Vibration_X": 0.069205 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.975756", - "Vibration_X": 0.05279 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.976000", - "Vibration_X": -0.471184 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.976244", - "Vibration_X": 0.125153 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.976488", - "Vibration_X": 0.122394 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.976732", - "Vibration_X": 0.107808 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.976976", - "Vibration_X": 0.080419 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.977220", - "Vibration_X": 0.044997 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.977464", - "Vibration_X": 0.041714 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.977708", - "Vibration_X": 0.053327 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.977952", - "Vibration_X": 0.023259 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.978196", - "Vibration_X": 0.059706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.978440", - "Vibration_X": 0.040154 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.978684", - "Vibration_X": 0.034767 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.978928", - "Vibration_X": 0.040282 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.979172", - "Vibration_X": 0.058101 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.979416", - "Vibration_X": 0.024363 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.979660", - "Vibration_X": 0.01618 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.979904", - "Vibration_X": 0.046308 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.980148", - "Vibration_X": 0.033367 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.980392", - "Vibration_X": 0.00566 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.980636", - "Vibration_X": 0.010421 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.980880", - "Vibration_X": 0.012623 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.981124", - "Vibration_X": 0.014497 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.981368", - "Vibration_X": -0.021194 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.981612", - "Vibration_X": -0.026119 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.981856", - "Vibration_X": -0.014127 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.982100", - "Vibration_X": -0.016706 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.982344", - "Vibration_X": -0.011263 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.982588", - "Vibration_X": 0.013371 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.982832", - "Vibration_X": -0.003624 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.983076", - "Vibration_X": 0.002755 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.983320", - "Vibration_X": -0.026614 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.983564", - "Vibration_X": -0.012363 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.983808", - "Vibration_X": 0.007543 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.984052", - "Vibration_X": 0.006538 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.984296", - "Vibration_X": -0.021119 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.984540", - "Vibration_X": -0.004785 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.984784", - "Vibration_X": 0.034427 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.985028", - "Vibration_X": -0.011588 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.985272", - "Vibration_X": -0.305575 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.985516", - "Vibration_X": 0.055338 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.985760", - "Vibration_X": 0.017265 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.986004", - "Vibration_X": -0.025439 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.986248", - "Vibration_X": -0.026144 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.986492", - "Vibration_X": -0.054166 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.986736", - "Vibration_X": -0.047161 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.986980", - "Vibration_X": -0.034311 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.987224", - "Vibration_X": -0.038073 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.987468", - "Vibration_X": -0.049642 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.987712", - "Vibration_X": -0.045583 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.987956", - "Vibration_X": -0.044707 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.988200", - "Vibration_X": -0.032162 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.988444", - "Vibration_X": -0.056077 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.988688", - "Vibration_X": -0.050352 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.988932", - "Vibration_X": -0.073484 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.989176", - "Vibration_X": -0.05558 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.989420", - "Vibration_X": -0.063904 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.989664", - "Vibration_X": -0.058497 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.989908", - "Vibration_X": -0.06591 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.990152", - "Vibration_X": -0.07271 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.990396", - "Vibration_X": -0.090668 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.990640", - "Vibration_X": -0.087894 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.990884", - "Vibration_X": -0.075463 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.991128", - "Vibration_X": -0.11353 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.991372", - "Vibration_X": -0.116597 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.991616", - "Vibration_X": -0.103693 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.991860", - "Vibration_X": -0.102033 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.992104", - "Vibration_X": -0.129531 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.992348", - "Vibration_X": -0.116921 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.992592", - "Vibration_X": -0.119323 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.992836", - "Vibration_X": -0.163381 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.993080", - "Vibration_X": -0.124693 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.993324", - "Vibration_X": -0.124245 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.993568", - "Vibration_X": -0.124657 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.993812", - "Vibration_X": -0.093024 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.994056", - "Vibration_X": -0.145075 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.994300", - "Vibration_X": -0.136185 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.994544", - "Vibration_X": -0.498225 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.994788", - "Vibration_X": 0.157728 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.995032", - "Vibration_X": -0.060286 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.995276", - "Vibration_X": -0.138321 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.995520", - "Vibration_X": -0.092162 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.995764", - "Vibration_X": -0.085054 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.996008", - "Vibration_X": -0.096203 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.996252", - "Vibration_X": -0.10094 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.996496", - "Vibration_X": -0.067724 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.996740", - "Vibration_X": -0.082816 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.996984", - "Vibration_X": -0.092607 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.997228", - "Vibration_X": -0.10404 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.997472", - "Vibration_X": -0.071678 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.997716", - "Vibration_X": -0.040591 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.997960", - "Vibration_X": -0.002715 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.998204", - "Vibration_X": -0.03934 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.998448", - "Vibration_X": -0.048007 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.998692", - "Vibration_X": -0.048366 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.998936", - "Vibration_X": -0.005473 - }, - { - "asset_id": "Motor_01", - "timestamp": "2024-01-15T00:00:00.999180", - "Vibration_X": -0.043569 - } -] \ No newline at end of file diff --git a/src/couchdb/sample_data/work_order/alert_events.csv b/src/couchdb/sample_data/work_order/alert_events.csv deleted file mode 100644 index 304cef204..000000000 --- a/src/couchdb/sample_data/work_order/alert_events.csv +++ /dev/null @@ -1,1467 +0,0 @@ -equipment_id,equipment_name,rule_id,start_time,end_time -CWC04701,Chiller 1,RUL0021,11/24/20 19:00,11/24/20 23:59 -CWC04701,Chiller 1,RUL0021,11/25/20 0:00,11/25/20 11:47 -CWC04701,Chiller 1,RUL0021,11/29/20 2:57,11/30/20 0:00 -CWC04701,Chiller 1,RUL0021,11/30/20 0:00,11/30/20 10:43 -CWC04701,Chiller 1,RUL0021,12/2/20 3:19,12/3/20 0:00 -CWC04701,Chiller 1,RUL0021,12/3/20 0:00,12/4/20 0:00 -CWC04701,Chiller 1,RUL0021,12/4/20 0:00,12/4/20 12:32 -CWC04701,Chiller 1,RUL0021,12/6/20 5:57,12/6/20 23:59 -CWC04701,Chiller 1,RUL0021,12/7/20 0:00,12/8/20 0:00 -CWC04701,Chiller 1,RUL0021,12/8/20 0:00,12/9/20 0:00 -CWC04701,Chiller 1,RUL0021,12/9/20 0:00,12/10/20 0:00 -CWC04701,Chiller 1,RUL0021,12/10/20 0:00,12/11/20 0:00 -CWC04701,Chiller 1,RUL0021,12/11/20 0:00,12/11/20 12:04 -CWC04701,Chiller 1,RUL0018,12/12/20 1:30,12/12/20 6:15 -CWC04701,Chiller 1,RUL0017,12/14/20 15:15,12/15/20 0:00 -CWC04701,Chiller 1,RUL0012,12/14/20 15:15,12/14/20 18:30 -CWC04701,Chiller 1,RUL0017,12/15/20 0:00,12/16/20 0:00 -CWC04701,Chiller 1,RUL0017,12/16/20 0:00,12/17/20 0:00 -CWC04701,Chiller 1,RUL0017,12/17/20 0:00,12/18/20 0:00 -CWC04701,Chiller 1,RUL0017,12/18/20 0:00,12/19/20 0:00 -CWC04701,Chiller 1,RUL0017,12/19/20 0:00,12/20/20 0:00 -CWC04701,Chiller 1,RUL0017,12/20/20 0:00,12/21/20 0:00 -CWC04701,Chiller 1,RUL0017,12/21/20 0:00,12/22/20 0:00 -CWC04701,Chiller 1,RUL0017,12/22/20 0:00,12/23/20 0:00 -CWC04701,Chiller 1,RUL0017,12/23/20 0:00,12/24/20 0:00 -CWC04701,Chiller 1,RUL0017,12/24/20 0:00,12/25/20 0:00 -CWC04701,Chiller 1,RUL0017,12/25/20 0:00,12/26/20 0:00 -CWC04701,Chiller 1,RUL0017,12/26/20 0:00,12/27/20 0:00 -CWC04701,Chiller 1,RUL0017,12/27/20 0:00,12/28/20 0:00 -CWC04701,Chiller 1,RUL0017,12/28/20 0:00,12/29/20 0:00 -CWC04701,Chiller 1,RUL0017,12/29/20 0:00,12/30/20 0:00 -CWC04701,Chiller 1,RUL0017,12/30/20 0:00,12/31/20 0:00 -CWC04701,Chiller 1,RUL0017,12/31/20 0:00,1/1/21 0:00 -CWC04701,Chiller 1,RUL0017,1/1/21 0:00,1/2/21 0:00 -CWC04701,Chiller 1,RUL0017,1/2/21 0:00,1/3/21 0:00 -CWC04701,Chiller 1,RUL0017,1/3/21 0:00,1/4/21 0:00 -CWC04701,Chiller 1,RUL0017,1/4/21 0:00,1/5/21 0:00 -CWC04701,Chiller 1,RUL0017,1/5/21 0:00,1/6/21 0:00 -CWC04701,Chiller 1,RUL0017,1/6/21 0:00,1/7/21 0:00 -CWC04701,Chiller 1,RUL0017,1/7/21 0:00,1/8/21 0:00 -CWC04701,Chiller 1,RUL0017,1/8/21 0:00,1/9/21 0:00 -CWC04701,Chiller 1,RUL0017,1/9/21 0:00,1/10/21 0:00 -CWC04701,Chiller 1,RUL0017,1/10/21 0:00,1/11/21 0:00 -CWC04701,Chiller 1,RUL0017,1/11/21 0:00,1/12/21 0:00 -CWC04701,Chiller 1,RUL0017,1/12/21 0:00,1/13/21 0:00 -CWC04701,Chiller 1,RUL0017,1/13/21 0:00,1/14/21 0:00 -CWC04701,Chiller 1,RUL0017,1/14/21 0:00,1/15/21 0:00 -CWC04701,Chiller 1,RUL0017,1/15/21 0:00,1/16/21 0:00 -CWC04701,Chiller 1,RUL0017,1/16/21 0:00,1/17/21 0:00 -CWC04701,Chiller 1,RUL0012,1/16/21 0:00,1/16/21 7:15 -CWC04701,Chiller 1,RUL0012,1/16/21 9:00,1/16/21 12:30 -CWC04701,Chiller 1,RUL0017,1/17/21 0:00,1/18/21 0:00 -CWC04701,Chiller 1,RUL0012,1/17/21 0:00,1/18/21 0:00 -CWC04701,Chiller 1,RUL0017,1/18/21 0:00,1/19/21 0:00 -CWC04701,Chiller 1,RUL0012,1/18/21 0:00,1/19/21 0:00 -CWC04701,Chiller 1,RUL0017,1/19/21 0:00,1/20/21 0:00 -CWC04701,Chiller 1,RUL0012,1/19/21 0:00,1/19/21 13:15 -CWC04701,Chiller 1,RUL0017,1/20/21 0:00,1/21/21 0:00 -CWC04701,Chiller 1,RUL0017,1/21/21 0:00,1/22/21 0:00 -CWC04701,Chiller 1,RUL0017,1/22/21 0:00,1/23/21 0:00 -CWC04701,Chiller 1,RUL0017,1/23/21 0:00,1/24/21 0:00 -CWC04701,Chiller 1,RUL0017,1/24/21 0:00,1/25/21 0:00 -CWC04701,Chiller 1,RUL0017,1/25/21 0:00,1/26/21 0:00 -CWC04701,Chiller 1,RUL0017,1/26/21 0:00,1/27/21 0:00 -CWC04701,Chiller 1,RUL0017,1/27/21 0:00,1/28/21 0:00 -CWC04701,Chiller 1,RUL0017,1/28/21 0:00,1/29/21 0:00 -CWC04701,Chiller 1,RUL0017,1/29/21 0:00,1/30/21 0:00 -CWC04701,Chiller 1,RUL0017,1/30/21 0:00,1/31/21 0:00 -CWC04701,Chiller 1,RUL0017,1/31/21 0:00,2/1/21 0:00 -CWC04701,Chiller 1,RUL0017,2/1/21 0:00,2/2/21 0:00 -CWC04701,Chiller 1,RUL0017,2/2/21 0:00,2/3/21 0:00 -CWC04701,Chiller 1,RUL0017,2/3/21 0:00,2/4/21 0:00 -CWC04701,Chiller 1,RUL0017,2/4/21 0:00,2/5/21 0:00 -CWC04701,Chiller 1,RUL0017,2/5/21 0:00,2/6/21 0:00 -CWC04701,Chiller 1,RUL0017,2/6/21 0:00,2/7/21 0:00 -CWC04701,Chiller 1,RUL0017,2/7/21 0:00,2/8/21 0:00 -CWC04701,Chiller 1,RUL0017,2/8/21 0:00,2/9/21 0:00 -CWC04701,Chiller 1,RUL0017,2/9/21 0:00,2/10/21 0:00 -CWC04701,Chiller 1,RUL0017,2/10/21 0:00,2/11/21 0:00 -CWC04701,Chiller 1,RUL0017,2/11/21 0:00,2/12/21 0:00 -CWC04701,Chiller 1,RUL0017,2/12/21 0:00,2/13/21 0:00 -CWC04701,Chiller 1,RUL0017,2/13/21 0:00,2/14/21 0:00 -CWC04701,Chiller 1,RUL0017,2/14/21 0:00,2/15/21 0:00 -CWC04701,Chiller 1,RUL0017,2/15/21 0:00,2/16/21 0:00 -CWC04701,Chiller 1,RUL0017,2/16/21 0:00,2/17/21 0:00 -CWC04701,Chiller 1,RUL0012,2/16/21 20:45,2/17/21 0:00 -CWC04701,Chiller 1,RUL0017,2/17/21 0:00,2/18/21 0:00 -CWC04701,Chiller 1,RUL0012,2/17/21 0:00,2/17/21 5:45 -CWC04701,Chiller 1,RUL0017,2/18/21 0:00,2/19/21 0:00 -CWC04701,Chiller 1,RUL0017,2/19/21 0:00,2/20/21 0:00 -CWC04701,Chiller 1,RUL0017,2/20/21 0:00,2/21/21 0:00 -CWC04701,Chiller 1,RUL0017,2/21/21 0:00,2/22/21 0:00 -CWC04701,Chiller 1,RUL0017,2/22/21 0:00,2/23/21 0:00 -CWC04701,Chiller 1,RUL0017,2/23/21 0:00,2/24/21 0:00 -CWC04701,Chiller 1,RUL0017,2/24/21 0:00,2/25/21 0:00 -CWC04701,Chiller 1,RUL0012,2/24/21 12:30,2/24/21 14:45 -CWC04701,Chiller 1,RUL0017,2/25/21 0:00,2/26/21 0:00 -CWC04701,Chiller 1,RUL0012,2/25/21 12:45,2/26/21 0:00 -CWC04701,Chiller 1,RUL0017,2/26/21 0:00,2/27/21 0:00 -CWC04701,Chiller 1,RUL0018,2/26/21 0:00,2/26/21 4:15 -CWC04701,Chiller 1,RUL0012,2/26/21 0:00,2/26/21 8:15 -CWC04701,Chiller 1,RUL0017,2/27/21 0:00,2/28/21 0:00 -CWC04701,Chiller 1,RUL0017,2/28/21 0:00,3/1/21 0:00 -CWC04701,Chiller 1,RUL0017,3/1/21 0:00,3/2/21 0:00 -CWC04701,Chiller 1,RUL0017,3/2/21 0:00,3/3/21 0:00 -CWC04701,Chiller 1,RUL0017,3/3/21 0:00,3/4/21 0:00 -CWC04701,Chiller 1,RUL0017,3/4/21 0:00,3/5/21 0:00 -CWC04701,Chiller 1,RUL0017,3/5/21 0:00,3/6/21 0:00 -CWC04701,Chiller 1,RUL0017,3/6/21 0:00,3/7/21 0:00 -CWC04701,Chiller 1,RUL0017,3/7/21 0:00,3/8/21 0:00 -CWC04701,Chiller 1,RUL0017,3/8/21 0:00,3/9/21 0:00 -CWC04701,Chiller 1,RUL0017,3/9/21 0:00,3/10/21 0:00 -CWC04701,Chiller 1,RUL0017,3/10/21 0:00,3/11/21 0:00 -CWC04701,Chiller 1,RUL0017,3/11/21 0:00,3/12/21 0:00 -CWC04701,Chiller 1,RUL0017,3/12/21 0:00,3/13/21 0:00 -CWC04701,Chiller 1,RUL0017,3/13/21 0:00,3/14/21 0:00 -CWC04701,Chiller 1,RUL0017,3/14/21 0:00,3/14/21 23:00 -CWC04701,Chiller 1,RUL0017,3/15/21 0:00,3/16/21 0:00 -CWC04701,Chiller 1,RUL0017,3/16/21 0:00,3/17/21 0:00 -CWC04701,Chiller 1,RUL0017,3/17/21 0:00,3/18/21 0:00 -CWC04701,Chiller 1,RUL0017,3/18/21 0:00,3/19/21 0:00 -CWC04701,Chiller 1,RUL0012,3/18/21 12:30,3/19/21 0:00 -CWC04701,Chiller 1,RUL0017,3/19/21 0:00,3/20/21 0:00 -CWC04701,Chiller 1,RUL0012,3/19/21 0:00,3/19/21 22:00 -CWC04701,Chiller 1,RUL0017,3/20/21 0:00,3/21/21 0:00 -CWC04701,Chiller 1,RUL0012,3/20/21 17:30,3/21/21 0:00 -CWC04701,Chiller 1,RUL0017,3/21/21 0:00,3/21/21 8:30 -CWC04701,Chiller 1,RUL0012,3/21/21 0:00,3/21/21 6:45 -CWC04701,Chiller 1,RUL0022,9/16/21 2:45,9/16/21 10:45 -CWC04701,Chiller 1,RUL0022,2/14/23 7:15,2/14/23 16:00 -CWC04701,Chiller 1,RUL0022,2/15/23 0:00,2/15/23 7:00 -CWC04010,Chiller 10,RUL0018,6/22/20 7:35,6/22/20 23:59 -CWC04010,Chiller 10,RUL0018,6/23/20 0:00,6/24/20 0:00 -CWC04010,Chiller 10,RUL0018,6/24/20 0:00,6/24/20 7:52 -CWC04010,Chiller 10,RUL0018,6/26/20 11:12,6/26/20 21:20 -CWC04010,Chiller 10,RUL0018,7/16/20 8:00,7/16/20 19:45 -CWC04010,Chiller 10,RUL0018,7/25/20 10:58,7/25/20 17:21 -CWC04010,Chiller 10,RUL0018,7/25/20 19:03,7/26/20 0:00 -CWC04010,Chiller 10,RUL0018,7/27/20 8:59,7/27/20 16:15 -CWC04010,Chiller 10,RUL0018,7/27/20 18:30,7/27/20 22:30 -CWC04010,Chiller 10,RUL0018,8/3/20 0:00,8/3/20 5:15 -CWC04010,Chiller 10,RUL0018,8/20/20 12:15,8/20/20 22:00 -CWC04010,Chiller 10,RUL0018,6/9/21 16:15,6/9/21 19:50 -CWC04010,Chiller 10,RUL0022,11/11/21 11:00,11/11/21 16:00 -CWC04010,Chiller 10,RUL0022,11/12/21 9:45,11/12/21 16:00 -CWC04010,Chiller 10,RUL0022,11/13/21 0:00,11/13/21 6:00 -CWC04010,Chiller 10,RUL0022,11/15/21 12:15,11/15/21 16:00 -CWC04010,Chiller 10,RUL0022,11/16/21 0:00,11/16/21 10:30 -CWC04010,Chiller 10,RUL0022,11/16/21 11:15,11/16/21 16:00 -CWC04010,Chiller 10,RUL0022,11/17/21 0:00,11/17/21 11:30 -CWC04010,Chiller 10,RUL0022,11/17/21 11:45,11/17/21 16:00 -CWC04010,Chiller 10,RUL0022,11/18/21 0:00,11/18/21 6:45 -CWC04010,Chiller 10,RUL0022,6/1/22 6:45,6/1/22 10:00 -CWC04010,Chiller 10,RUL0022,10/31/22 9:00,10/31/22 16:00 -CWC04010,Chiller 10,RUL0022,11/1/22 2:30,11/1/22 16:00 -CWC04010,Chiller 10,RUL0022,11/2/22 0:00,11/2/22 16:00 -CWC04010,Chiller 10,RUL0022,11/3/22 0:00,11/3/22 7:15 -CWC04012,Chiller 12,RUL0018,3/20/20 15:15,3/21/20 0:00 -CWC04012,Chiller 12,RUL0018,3/21/20 0:00,3/22/20 0:00 -CWC04012,Chiller 12,RUL0018,3/22/20 0:00,3/23/20 0:00 -CWC04012,Chiller 12,RUL0018,3/23/20 0:00,3/23/20 11:30 -CWC04012,Chiller 12,RUL0018,3/23/20 11:45,3/23/20 17:53 -CWC04012,Chiller 12,RUL0018,3/23/20 17:53,3/23/20 23:59 -CWC04012,Chiller 12,RUL0018,3/24/20 0:00,3/24/20 9:35 -CWC04012,Chiller 12,RUL0018,3/25/20 10:30,3/26/20 0:00 -CWC04012,Chiller 12,RUL0018,3/26/20 0:00,3/26/20 10:45 -CWC04012,Chiller 12,RUL0018,3/26/20 11:30,3/27/20 0:00 -CWC04012,Chiller 12,RUL0018,3/27/20 0:00,3/28/20 0:00 -CWC04012,Chiller 12,RUL0018,3/28/20 0:00,3/29/20 0:00 -CWC04012,Chiller 12,RUL0018,3/29/20 0:00,3/30/20 0:00 -CWC04012,Chiller 12,RUL0018,3/30/20 0:00,3/30/20 8:33 -CWC04012,Chiller 12,RUL0018,3/30/20 10:09,3/31/20 0:00 -CWC04012,Chiller 12,RUL0018,3/31/20 0:00,3/31/20 5:12 -CWC04012,Chiller 12,RUL0018,3/31/20 5:21,3/31/20 23:59 -CWC04012,Chiller 12,RUL0018,4/1/20 0:00,4/1/20 8:19 -CWC04012,Chiller 12,RUL0018,4/1/20 9:00,4/2/20 0:00 -CWC04012,Chiller 12,RUL0018,4/2/20 0:00,4/2/20 15:50 -CWC04012,Chiller 12,RUL0018,4/2/20 15:50,4/2/20 23:59 -CWC04012,Chiller 12,RUL0018,4/3/20 0:00,4/4/20 0:00 -CWC04012,Chiller 12,RUL0018,4/4/20 0:00,4/5/20 0:00 -CWC04012,Chiller 12,RUL0018,4/5/20 0:00,4/6/20 0:00 -CWC04012,Chiller 12,RUL0018,4/6/20 0:00,4/6/20 8:28 -CWC04012,Chiller 12,RUL0018,4/6/20 20:15,4/7/20 0:00 -CWC04012,Chiller 12,RUL0018,4/7/20 0:00,4/7/20 11:30 -CWC04012,Chiller 12,RUL0018,4/7/20 12:15,4/8/20 0:00 -CWC04012,Chiller 12,RUL0018,4/8/20 0:00,4/9/20 0:00 -CWC04012,Chiller 12,RUL0018,4/9/20 0:00,4/10/20 0:00 -CWC04012,Chiller 12,RUL0018,4/10/20 0:00,4/11/20 0:00 -CWC04012,Chiller 12,RUL0018,4/11/20 0:00,4/12/20 0:00 -CWC04012,Chiller 12,RUL0018,4/12/20 0:00,4/13/20 0:00 -CWC04012,Chiller 12,RUL0018,4/13/20 0:00,4/14/20 0:00 -CWC04012,Chiller 12,RUL0018,4/14/20 0:00,4/15/20 0:00 -CWC04012,Chiller 12,RUL0018,4/15/20 0:00,4/16/20 0:00 -CWC04012,Chiller 12,RUL0018,4/16/20 0:00,4/17/20 0:00 -CWC04012,Chiller 12,RUL0018,4/17/20 0:00,4/18/20 0:00 -CWC04012,Chiller 12,RUL0018,4/18/20 0:00,4/19/20 0:00 -CWC04012,Chiller 12,RUL0018,4/19/20 0:00,4/20/20 0:00 -CWC04012,Chiller 12,RUL0018,4/20/20 0:00,4/21/20 0:00 -CWC04012,Chiller 12,RUL0018,4/21/20 0:00,4/22/20 0:00 -CWC04012,Chiller 12,RUL0018,4/22/20 0:00,4/23/20 0:00 -CWC04012,Chiller 12,RUL0018,4/23/20 0:00,4/24/20 0:00 -CWC04012,Chiller 12,RUL0018,4/24/20 0:00,4/25/20 0:00 -CWC04012,Chiller 12,RUL0018,4/25/20 1:30,4/26/20 0:00 -CWC04012,Chiller 12,RUL0018,4/26/20 0:00,4/27/20 0:00 -CWC04012,Chiller 12,RUL0018,4/27/20 0:00,4/28/20 0:00 -CWC04012,Chiller 12,RUL0018,4/28/20 0:00,4/29/20 0:00 -CWC04012,Chiller 12,RUL0018,4/29/20 0:00,4/30/20 0:00 -CWC04012,Chiller 12,RUL0018,4/30/20 0:00,5/1/20 0:00 -CWC04012,Chiller 12,RUL0018,5/1/20 0:00,5/2/20 0:00 -CWC04012,Chiller 12,RUL0018,5/2/20 0:00,5/3/20 0:00 -CWC04012,Chiller 12,RUL0018,5/3/20 0:00,5/4/20 0:00 -CWC04012,Chiller 12,RUL0018,5/4/20 0:00,5/5/20 0:00 -CWC04012,Chiller 12,RUL0018,5/5/20 0:00,5/6/20 0:00 -CWC04012,Chiller 12,RUL0018,5/6/20 0:00,5/7/20 0:00 -CWC04012,Chiller 12,RUL0018,5/7/20 0:00,5/8/20 0:00 -CWC04012,Chiller 12,RUL0018,5/8/20 0:00,5/9/20 0:00 -CWC04012,Chiller 12,RUL0018,5/9/20 0:00,5/9/20 10:37 -CWC04012,Chiller 12,RUL0018,5/9/20 10:37,5/9/20 23:15 -CWC04012,Chiller 12,RUL0018,5/10/20 0:00,5/11/20 0:00 -CWC04012,Chiller 12,RUL0018,5/15/20 17:45,5/16/20 0:00 -CWC04012,Chiller 12,RUL0018,5/16/20 0:00,5/17/20 0:00 -CWC04012,Chiller 12,RUL0018,5/17/20 0:00,5/18/20 0:00 -CWC04012,Chiller 12,RUL0018,5/18/20 0:00,5/18/20 8:45 -CWC04012,Chiller 12,RUL0018,5/18/20 9:00,5/19/20 0:00 -CWC04012,Chiller 12,RUL0018,5/19/20 0:00,5/19/20 17:00 -CWC04012,Chiller 12,RUL0018,5/19/20 18:15,5/20/20 0:00 -CWC04012,Chiller 12,RUL0018,5/20/20 2:15,5/20/20 14:15 -CWC04012,Chiller 12,RUL0018,5/20/20 14:30,5/21/20 0:00 -CWC04012,Chiller 12,RUL0018,5/21/20 1:30,5/21/20 5:25 -CWC04012,Chiller 12,RUL0018,5/21/20 12:45,5/22/20 0:00 -CWC04012,Chiller 12,RUL0018,5/22/20 0:00,5/22/20 16:45 -CWC04012,Chiller 12,RUL0018,5/22/20 17:00,5/23/20 0:00 -CWC04012,Chiller 12,RUL0018,5/23/20 0:00,5/24/20 0:00 -CWC04012,Chiller 12,RUL0018,5/24/20 0:45,5/25/20 0:00 -CWC04012,Chiller 12,RUL0018,5/25/20 0:00,5/26/20 0:00 -CWC04012,Chiller 12,RUL0018,5/26/20 0:00,5/26/20 13:00 -CWC04012,Chiller 12,RUL0018,5/26/20 19:15,5/27/20 0:00 -CWC04012,Chiller 12,RUL0018,5/27/20 0:00,5/27/20 11:50 -CWC04012,Chiller 12,RUL0018,5/28/20 0:00,5/28/20 8:30 -CWC04012,Chiller 12,RUL0018,5/28/20 10:30,5/28/20 18:30 -CWC04012,Chiller 12,RUL0018,9/25/20 9:30,9/25/20 19:30 -CWC04012,Chiller 12,RUL0018,9/26/20 9:15,9/27/20 0:00 -CWC04012,Chiller 12,RUL0018,9/27/20 9:15,9/28/20 0:00 -CWC04012,Chiller 12,RUL0018,9/28/20 0:00,9/28/20 5:19 -CWC04012,Chiller 12,RUL0018,9/28/20 9:30,9/29/20 0:00 -CWC04012,Chiller 12,RUL0018,9/29/20 0:00,9/29/20 9:18 -CWC04012,Chiller 12,RUL0018,9/29/20 13:15,9/29/20 23:00 -CWC04012,Chiller 12,RUL0018,9/30/20 12:45,9/30/20 15:45 -CWC04012,Chiller 12,RUL0018,10/3/20 10:15,10/3/20 13:45 -CWC04012,Chiller 12,RUL0018,10/3/20 14:00,10/3/20 18:30 -CWC04012,Chiller 12,RUL0018,10/4/20 10:45,10/4/20 13:45 -CWC04012,Chiller 12,RUL0018,10/4/20 14:00,10/4/20 18:30 -CWC04012,Chiller 12,RUL0018,10/5/20 9:15,10/5/20 21:30 -CWC04012,Chiller 12,RUL0018,10/6/20 7:45,10/6/20 19:30 -CWC04012,Chiller 12,RUL0018,10/7/20 9:30,10/7/20 19:00 -CWC04012,Chiller 12,RUL0018,10/8/20 6:15,10/8/20 18:00 -CWC04012,Chiller 12,RUL0018,10/9/20 3:15,10/9/20 20:45 -CWC04012,Chiller 12,RUL0018,10/10/20 3:45,10/10/20 8:45 -CWC04012,Chiller 12,RUL0018,10/10/20 9:30,10/10/20 20:15 -CWC04012,Chiller 12,RUL0018,10/11/20 0:00,10/11/20 3:45 -CWC04012,Chiller 12,RUL0018,10/11/20 10:30,10/11/20 20:15 -CWC04012,Chiller 12,RUL0018,10/12/20 4:30,10/12/20 19:00 -CWC04012,Chiller 12,RUL0018,10/13/20 4:00,10/13/20 12:15 -CWC04012,Chiller 12,RUL0018,10/14/20 14:11,10/14/20 19:44 -CWC04012,Chiller 12,RUL0018,11/17/20 16:00,11/18/20 0:00 -CWC04012,Chiller 12,RUL0018,11/18/20 0:00,11/19/20 0:00 -CWC04012,Chiller 12,RUL0018,11/19/20 0:00,11/19/20 14:00 -CWC04012,Chiller 12,RUL0018,11/19/20 14:30,11/19/20 22:30 -CWC04012,Chiller 12,RUL0018,11/20/20 0:00,11/20/20 11:03 -CWC04012,Chiller 12,RUL0018,11/20/20 11:03,11/21/20 0:00 -CWC04012,Chiller 12,RUL0018,11/21/20 0:00,11/22/20 0:00 -CWC04012,Chiller 12,RUL0018,11/22/20 0:00,11/22/20 19:45 -CWC04012,Chiller 12,RUL0018,11/22/20 20:00,11/23/20 0:00 -CWC04012,Chiller 12,RUL0018,11/23/20 2:15,11/24/20 0:00 -CWC04012,Chiller 12,RUL0018,11/24/20 0:00,11/25/20 0:00 -CWC04012,Chiller 12,RUL0018,11/25/20 0:00,11/26/20 0:00 -CWC04012,Chiller 12,RUL0018,11/26/20 0:00,11/27/20 0:00 -CWC04012,Chiller 12,RUL0018,11/27/20 0:00,11/28/20 0:00 -CWC04012,Chiller 12,RUL0018,11/28/20 0:00,11/29/20 0:00 -CWC04012,Chiller 12,RUL0018,11/29/20 0:00,11/30/20 0:00 -CWC04012,Chiller 12,RUL0018,11/30/20 0:00,11/30/20 10:16 -CWC04012,Chiller 12,RUL0012,4/15/21 16:25,4/15/21 19:37 -CWC04012,Chiller 12,RUL0022,9/16/21 2:45,9/16/21 10:45 -CWC04012,Chiller 12,RUL0022,9/23/21 6:00,9/23/21 11:30 -CWC04012,Chiller 12,RUL0022,9/30/21 12:15,9/30/21 16:00 -CWC04012,Chiller 12,RUL0022,10/1/21 0:00,10/1/21 12:00 -CWC04012,Chiller 12,RUL0022,10/4/21 7:30,10/4/21 9:30 -CWC04012,Chiller 12,RUL0018,10/7/21 10:11,10/7/21 18:00 -CWC04012,Chiller 12,RUL0022,10/19/21 6:45,10/19/21 11:15 -CWC04012,Chiller 12,RUL0022,10/26/21 3:45,10/26/21 16:00 -CWC04012,Chiller 12,RUL0022,10/27/21 0:00,10/27/21 16:00 -CWC04012,Chiller 12,RUL0022,10/28/21 0:00,10/28/21 16:00 -CWC04012,Chiller 12,RUL0022,10/29/21 0:00,10/29/21 16:00 -CWC04012,Chiller 12,RUL0022,10/30/21 0:00,10/30/21 16:00 -CWC04012,Chiller 12,RUL0022,10/31/21 0:00,10/31/21 16:00 -CWC04012,Chiller 12,RUL0022,11/1/21 0:00,11/1/21 1:30 -CWC04012,Chiller 12,RUL0018,11/1/21 3:47,11/1/21 7:44 -CWC04012,Chiller 12,RUL0018,11/1/21 9:30,11/1/21 14:30 -CWC04012,Chiller 12,RUL0018,11/1/21 14:45,11/2/21 0:00 -CWC04012,Chiller 12,RUL0018,11/2/21 0:00,11/2/21 11:30 -CWC04012,Chiller 12,RUL0022,11/3/21 7:15,11/3/21 13:15 -CWC04012,Chiller 12,RUL0022,11/9/21 9:30,11/9/21 16:00 -CWC04012,Chiller 12,RUL0022,11/10/21 0:00,11/10/21 5:00 -CWC04012,Chiller 12,RUL0022,11/16/21 2:30,11/16/21 16:00 -CWC04012,Chiller 12,RUL0022,11/17/21 0:00,11/17/21 7:30 -CWC04012,Chiller 12,RUL0022,11/17/21 7:45,11/17/21 16:00 -CWC04012,Chiller 12,RUL0018,11/17/21 8:01,11/17/21 11:15 -CWC04012,Chiller 12,RUL0022,11/18/21 0:00,11/18/21 6:30 -CWC04012,Chiller 12,RUL0018,11/18/21 7:45,11/18/21 23:59 -CWC04012,Chiller 12,RUL0018,11/19/21 0:00,11/20/21 0:00 -CWC04012,Chiller 12,RUL0018,11/20/21 0:00,11/21/21 0:00 -CWC04012,Chiller 12,RUL0018,11/21/21 0:00,11/22/21 0:00 -CWC04012,Chiller 12,RUL0018,11/22/21 0:00,11/22/21 17:59 -CWC04012,Chiller 12,RUL0018,11/22/21 18:04,11/23/21 0:00 -CWC04012,Chiller 12,RUL0018,11/23/21 0:00,11/24/21 0:00 -CWC04012,Chiller 12,RUL0018,11/24/21 0:00,11/24/21 22:16 -CWC04012,Chiller 12,RUL0018,11/25/21 0:00,11/26/21 0:00 -CWC04012,Chiller 12,RUL0018,11/26/21 0:00,11/26/21 5:28 -CWC04012,Chiller 12,RUL0018,11/26/21 5:32,11/26/21 23:59 -CWC04012,Chiller 12,RUL0018,11/27/21 0:00,11/27/21 12:20 -CWC04012,Chiller 12,RUL0022,8/30/22 7:00,8/30/22 11:30 -CWC04012,Chiller 12,RUL0022,8/31/22 5:45,8/31/22 16:00 -CWC04012,Chiller 12,RUL0022,9/1/22 0:00,9/1/22 16:00 -CWC04012,Chiller 12,RUL0022,9/2/22 0:00,9/2/22 6:30 -CWC04012,Chiller 12,RUL0022,10/12/22 8:15,10/12/22 16:00 -CWC04012,Chiller 12,RUL0022,10/13/22 0:00,10/13/22 16:00 -CWC04012,Chiller 12,RUL0022,10/14/22 0:00,10/14/22 16:00 -CWC04012,Chiller 12,RUL0022,10/15/22 0:00,10/15/22 16:00 -CWC04012,Chiller 12,RUL0022,10/16/22 0:00,10/16/22 16:00 -CWC04012,Chiller 12,RUL0022,10/17/22 0:00,10/17/22 16:00 -CWC04012,Chiller 12,RUL0018,10/18/22 0:51,10/18/22 9:45 -CWC04012,Chiller 12,RUL0022,10/18/22 7:15,10/18/22 16:00 -CWC04012,Chiller 12,RUL0018,10/18/22 10:30,10/18/22 13:35 -CWC04012,Chiller 12,RUL0022,10/19/22 0:00,10/19/22 12:00 -CWC04012,Chiller 12,RUL0022,10/25/22 3:00,10/25/22 13:15 -CWC04012,Chiller 12,RUL0022,10/26/22 3:45,10/26/22 10:00 -CWC04012,Chiller 12,RUL0018,10/27/22 14:18,10/27/22 23:59 -CWC04012,Chiller 12,RUL0018,10/28/22 0:00,10/28/22 16:27 -CWC04012,Chiller 12,RUL0022,11/3/22 4:45,11/3/22 16:00 -CWC04012,Chiller 12,RUL0022,11/4/22 0:00,11/4/22 6:00 -CWC04012,Chiller 12,RUL0022,11/5/22 4:45,11/5/22 16:00 -CWC04012,Chiller 12,RUL0022,11/6/22 0:00,11/6/22 17:00 -CWC04012,Chiller 12,RUL0022,11/7/22 0:00,11/7/22 16:00 -CWC04012,Chiller 12,RUL0022,11/8/22 0:00,11/8/22 16:00 -CWC04012,Chiller 12,RUL0022,11/9/22 0:00,11/9/22 16:00 -CWC04012,Chiller 12,RUL0022,11/10/22 0:00,11/10/22 16:00 -CWC04012,Chiller 12,RUL0022,11/11/22 0:00,11/11/22 7:15 -CWC04012,Chiller 12,RUL0022,11/14/22 5:45,11/14/22 16:00 -CWC04012,Chiller 12,RUL0022,11/15/22 0:00,11/15/22 16:00 -CWC04012,Chiller 12,RUL0022,11/16/22 0:00,11/16/22 16:00 -CWC04012,Chiller 12,RUL0022,11/17/22 0:00,11/17/22 16:00 -CWC04012,Chiller 12,RUL0022,11/18/22 0:00,11/18/22 16:00 -CWC04012,Chiller 12,RUL0018,11/19/22 0:00,11/20/22 0:00 -CWC04012,Chiller 12,RUL0018,11/20/22 0:00,11/20/22 8:28 -CWC04012,Chiller 12,RUL0022,11/20/22 3:45,11/20/22 16:00 -CWC04012,Chiller 12,RUL0022,11/21/22 0:00,11/21/22 16:00 -CWC04012,Chiller 12,RUL0022,11/22/22 0:00,11/22/22 16:00 -CWC04012,Chiller 12,RUL0022,11/23/22 0:00,11/23/22 16:00 -CWC04012,Chiller 12,RUL0018,11/24/22 0:00,11/24/22 9:45 -CWC04012,Chiller 12,RUL0022,11/24/22 4:15,11/24/22 16:00 -CWC04012,Chiller 12,RUL0022,11/25/22 0:00,11/25/22 16:00 -CWC04012,Chiller 12,RUL0018,11/26/22 1:12,11/26/22 23:59 -CWC04012,Chiller 12,RUL0018,11/27/22 0:00,11/27/22 21:45 -CWC04012,Chiller 12,RUL0018,11/28/22 0:00,11/29/22 0:00 -CWC04012,Chiller 12,RUL0022,11/29/22 0:00,11/29/22 16:00 -CWC04012,Chiller 12,RUL0022,11/30/22 0:00,11/30/22 16:00 -CWC04012,Chiller 12,RUL0022,12/1/22 0:00,12/1/22 11:00 -CWC04013,Chiller 13,RUL0022,6/1/22 5:45,6/1/22 10:45 -CWC04014,Chiller 14,RUL0018,6/9/20 11:30,6/9/20 14:30 -CWC04014,Chiller 14,RUL0018,6/11/20 8:30,6/12/20 0:00 -CWC04014,Chiller 14,RUL0018,6/12/20 0:00,6/13/20 0:00 -CWC04014,Chiller 14,RUL0018,6/13/20 0:00,6/14/20 0:00 -CWC04014,Chiller 14,RUL0018,6/14/20 0:00,6/15/20 0:00 -CWC04014,Chiller 14,RUL0018,6/15/20 0:00,6/16/20 0:00 -CWC04014,Chiller 14,RUL0018,6/16/20 0:00,6/16/20 3:55 -CWC04014,Chiller 14,RUL0018,6/16/20 3:56,6/16/20 23:59 -CWC04014,Chiller 14,RUL0018,6/17/20 0:00,6/18/20 0:00 -CWC04014,Chiller 14,RUL0018,6/18/20 0:00,6/19/20 0:00 -CWC04014,Chiller 14,RUL0018,6/19/20 0:00,6/20/20 0:00 -CWC04014,Chiller 14,RUL0018,6/20/20 0:00,6/21/20 0:00 -CWC04014,Chiller 14,RUL0018,6/21/20 0:00,6/22/20 0:00 -CWC04014,Chiller 14,RUL0018,6/22/20 0:00,6/22/20 3:09 -CWC04014,Chiller 14,RUL0018,6/22/20 3:09,6/23/20 0:00 -CWC04014,Chiller 14,RUL0018,6/23/20 0:00,6/24/20 0:00 -CWC04014,Chiller 14,RUL0018,6/24/20 0:00,6/24/20 7:52 -CWC04014,Chiller 14,RUL0018,6/24/20 10:25,6/25/20 0:00 -CWC04014,Chiller 14,RUL0018,6/25/20 0:00,6/26/20 0:00 -CWC04014,Chiller 14,RUL0018,6/26/20 0:00,6/27/20 0:00 -CWC04014,Chiller 14,RUL0018,6/27/20 0:00,6/28/20 0:00 -CWC04014,Chiller 14,RUL0018,6/28/20 0:00,6/29/20 0:00 -CWC04014,Chiller 14,RUL0018,6/29/20 0:00,6/30/20 0:00 -CWC04014,Chiller 14,RUL0018,6/30/20 0:00,7/1/20 0:00 -CWC04014,Chiller 14,RUL0018,7/1/20 0:00,7/2/20 0:00 -CWC04014,Chiller 14,RUL0018,7/2/20 0:00,7/3/20 0:00 -CWC04014,Chiller 14,RUL0018,7/3/20 0:00,7/4/20 0:00 -CWC04014,Chiller 14,RUL0018,7/4/20 0:00,7/5/20 0:00 -CWC04014,Chiller 14,RUL0018,7/5/20 0:00,7/6/20 0:00 -CWC04014,Chiller 14,RUL0018,7/6/20 0:00,7/7/20 0:00 -CWC04014,Chiller 14,RUL0018,7/7/20 0:00,7/8/20 0:00 -CWC04014,Chiller 14,RUL0018,7/8/20 0:00,7/9/20 0:00 -CWC04014,Chiller 14,RUL0018,7/9/20 0:00,7/10/20 0:00 -CWC04014,Chiller 14,RUL0018,7/10/20 0:00,7/11/20 0:00 -CWC04014,Chiller 14,RUL0018,7/11/20 0:00,7/12/20 0:00 -CWC04014,Chiller 14,RUL0018,7/12/20 0:00,7/13/20 0:00 -CWC04014,Chiller 14,RUL0018,7/13/20 0:00,7/14/20 0:00 -CWC04014,Chiller 14,RUL0018,7/14/20 0:00,7/15/20 0:00 -CWC04014,Chiller 14,RUL0018,7/15/20 0:00,7/15/20 4:59 -CWC04014,Chiller 14,RUL0018,7/15/20 5:00,7/15/20 23:59 -CWC04014,Chiller 14,RUL0018,7/16/20 1:40,7/17/20 0:00 -CWC04014,Chiller 14,RUL0018,7/17/20 0:00,7/18/20 0:00 -CWC04014,Chiller 14,RUL0018,7/18/20 0:00,7/19/20 0:00 -CWC04014,Chiller 14,RUL0018,7/19/20 0:00,7/20/20 0:00 -CWC04014,Chiller 14,RUL0018,7/20/20 0:00,7/21/20 0:00 -CWC04014,Chiller 14,RUL0018,7/21/20 0:00,7/22/20 0:00 -CWC04014,Chiller 14,RUL0018,7/22/20 0:00,7/23/20 0:00 -CWC04014,Chiller 14,RUL0018,7/23/20 0:00,7/24/20 0:00 -CWC04014,Chiller 14,RUL0018,7/24/20 0:00,7/25/20 0:00 -CWC04014,Chiller 14,RUL0018,7/25/20 0:00,7/25/20 17:21 -CWC04014,Chiller 14,RUL0018,7/25/20 19:03,7/26/20 0:00 -CWC04014,Chiller 14,RUL0018,7/26/20 0:00,7/26/20 15:07 -CWC04014,Chiller 14,RUL0018,7/26/20 15:07,7/27/20 0:00 -CWC04014,Chiller 14,RUL0018,7/27/20 0:00,7/28/20 0:00 -CWC04014,Chiller 14,RUL0018,7/28/20 0:00,7/28/20 9:00 -CWC04014,Chiller 14,RUL0018,7/28/20 9:15,7/29/20 0:00 -CWC04014,Chiller 14,RUL0018,7/29/20 0:00,7/30/20 0:00 -CWC04014,Chiller 14,RUL0018,7/30/20 0:00,7/31/20 0:00 -CWC04014,Chiller 14,RUL0018,7/31/20 0:36,8/1/20 0:00 -CWC04014,Chiller 14,RUL0018,8/1/20 0:00,8/2/20 0:00 -CWC04014,Chiller 14,RUL0018,8/2/20 0:00,8/3/20 0:00 -CWC04014,Chiller 14,RUL0018,8/3/20 0:00,8/4/20 0:00 -CWC04014,Chiller 14,RUL0018,8/4/20 0:00,8/4/20 14:36 -CWC04014,Chiller 14,RUL0018,8/10/20 13:30,8/11/20 0:00 -CWC04014,Chiller 14,RUL0018,8/11/20 0:00,8/11/20 18:15 -CWC04014,Chiller 14,RUL0018,8/11/20 19:30,8/12/20 0:00 -CWC04014,Chiller 14,RUL0018,8/12/20 0:00,8/13/20 0:00 -CWC04014,Chiller 14,RUL0018,8/13/20 0:00,8/14/20 0:00 -CWC04014,Chiller 14,RUL0018,8/14/20 0:00,8/15/20 0:00 -CWC04014,Chiller 14,RUL0018,8/15/20 0:00,8/16/20 0:00 -CWC04014,Chiller 14,RUL0018,8/16/20 0:00,8/17/20 0:00 -CWC04014,Chiller 14,RUL0018,8/17/20 0:00,8/17/20 3:04 -CWC04014,Chiller 14,RUL0018,8/17/20 3:03,8/17/20 23:59 -CWC04014,Chiller 14,RUL0018,8/18/20 0:00,8/18/20 23:36 -CWC04014,Chiller 14,RUL0018,8/19/20 13:00,8/19/20 17:41 -CWC04014,Chiller 14,RUL0018,8/20/20 8:17,8/21/20 0:00 -CWC04014,Chiller 14,RUL0018,8/21/20 0:00,8/21/20 10:14 -CWC04014,Chiller 14,RUL0018,8/21/20 11:01,8/21/20 23:59 -CWC04014,Chiller 14,RUL0018,8/22/20 0:00,8/23/20 0:00 -CWC04014,Chiller 14,RUL0018,8/23/20 0:00,8/24/20 0:00 -CWC04014,Chiller 14,RUL0018,8/24/20 0:00,8/25/20 0:00 -CWC04014,Chiller 14,RUL0018,8/25/20 0:00,8/26/20 0:00 -CWC04014,Chiller 14,RUL0018,8/26/20 0:00,8/27/20 0:00 -CWC04014,Chiller 14,RUL0018,8/27/20 0:00,8/28/20 0:00 -CWC04014,Chiller 14,RUL0018,8/28/20 0:00,8/29/20 0:00 -CWC04014,Chiller 14,RUL0018,8/29/20 0:00,8/30/20 0:00 -CWC04014,Chiller 14,RUL0018,8/30/20 0:00,8/31/20 0:00 -CWC04014,Chiller 14,RUL0018,8/31/20 0:00,8/31/20 22:56 -CWC04014,Chiller 14,RUL0018,9/15/21 10:45,9/16/21 0:00 -CWC04014,Chiller 14,RUL0018,9/16/21 0:00,9/16/21 8:34 -CWC04014,Chiller 14,RUL0022,9/16/21 3:15,9/16/21 10:45 -CWC04014,Chiller 14,RUL0022,9/22/21 9:45,9/22/21 15:15 -CWC04014,Chiller 14,RUL0022,8/30/22 7:00,8/30/22 11:30 -CWC04014,Chiller 14,RUL0022,8/31/22 5:45,8/31/22 16:00 -CWC04014,Chiller 14,RUL0022,9/1/22 0:00,9/1/22 16:00 -CWC04014,Chiller 14,RUL0022,9/2/22 0:00,9/2/22 16:00 -CWC04014,Chiller 14,RUL0022,9/3/22 0:00,9/3/22 16:00 -CWC04014,Chiller 14,RUL0022,9/4/22 0:00,9/4/22 13:00 -CWC04702,Chiller 2,RUL0018,3/9/20 16:00,3/9/20 20:00 -CWC04702,Chiller 2,RUL0018,3/9/20 20:15,3/9/20 23:15 -CWC04702,Chiller 2,RUL0018,3/10/20 6:15,3/10/20 16:30 -CWC04702,Chiller 2,RUL0018,3/11/20 1:45,3/11/20 6:00 -CWC04702,Chiller 2,RUL0018,3/18/20 0:00,3/18/20 4:28 -CWC04702,Chiller 2,RUL0018,3/18/20 4:28,3/18/20 19:30 -CWC04702,Chiller 2,RUL0018,3/18/20 19:45,3/19/20 0:00 -CWC04702,Chiller 2,RUL0018,3/19/20 0:30,3/19/20 10:45 -CWC04702,Chiller 2,RUL0018,3/19/20 11:30,3/19/20 14:45 -CWC04702,Chiller 2,RUL0018,3/20/20 10:30,3/20/20 13:30 -CWC04702,Chiller 2,RUL0018,3/21/20 2:15,3/22/20 0:00 -CWC04702,Chiller 2,RUL0018,3/26/20 14:45,3/26/20 18:15 -CWC04702,Chiller 2,RUL0018,3/27/20 11:30,3/28/20 0:00 -CWC04702,Chiller 2,RUL0018,3/28/20 2:30,3/28/20 14:15 -CWC04702,Chiller 2,RUL0018,3/28/20 14:30,3/28/20 20:15 -CWC04702,Chiller 2,RUL0018,3/28/20 20:30,3/29/20 0:00 -CWC04702,Chiller 2,RUL0018,3/30/20 2:30,3/30/20 8:33 -CWC04702,Chiller 2,RUL0018,3/30/20 10:09,3/30/20 17:45 -CWC04702,Chiller 2,RUL0018,3/31/20 0:30,3/31/20 7:00 -CWC04702,Chiller 2,RUL0018,3/31/20 7:15,3/31/20 23:00 -CWC04702,Chiller 2,RUL0018,4/1/20 0:00,4/1/20 8:19 -CWC04702,Chiller 2,RUL0018,4/1/20 9:00,4/2/20 0:00 -CWC04702,Chiller 2,RUL0018,4/2/20 0:00,4/2/20 15:45 -CWC04702,Chiller 2,RUL0018,4/2/20 19:45,4/3/20 0:00 -CWC04702,Chiller 2,RUL0018,4/3/20 0:00,4/3/20 14:30 -CWC04702,Chiller 2,RUL0018,4/4/20 7:45,4/4/20 10:45 -CWC04702,Chiller 2,RUL0018,4/6/20 6:45,4/6/20 13:30 -CWC04702,Chiller 2,RUL0018,4/6/20 13:45,4/6/20 21:30 -CWC04702,Chiller 2,RUL0018,4/7/20 0:00,4/7/20 10:15 -CWC04702,Chiller 2,RUL0018,9/22/20 3:15,9/22/20 9:45 -CWC04702,Chiller 2,RUL0018,11/5/20 4:30,11/5/20 9:45 -CWC04702,Chiller 2,RUL0018,11/9/20 1:30,11/9/20 10:15 -CWC04702,Chiller 2,RUL0022,10/14/22 6:45,10/14/22 16:00 -CWC04702,Chiller 2,RUL0022,10/15/22 0:00,10/15/22 16:00 -CWC04702,Chiller 2,RUL0022,10/16/22 0:00,10/16/22 16:00 -CWC04702,Chiller 2,RUL0022,10/17/22 0:00,10/17/22 16:00 -CWC04702,Chiller 2,RUL0022,10/18/22 7:15,10/18/22 16:00 -CWC04702,Chiller 2,RUL0022,10/19/22 0:00,10/19/22 12:00 -CWC04702,Chiller 2,RUL0022,11/16/22 4:30,11/16/22 16:00 -CWC04702,Chiller 2,RUL0022,11/17/22 0:00,11/17/22 16:00 -CWC04702,Chiller 2,RUL0022,11/18/22 0:00,11/18/22 16:00 -CWC04702,Chiller 2,RUL0022,11/20/22 3:45,11/20/22 16:00 -CWC04702,Chiller 2,RUL0022,11/21/22 0:00,11/21/22 16:00 -CWC04702,Chiller 2,RUL0022,11/22/22 0:00,11/22/22 4:00 -CWC04702,Chiller 2,RUL0022,11/22/22 4:30,11/22/22 16:00 -CWC04702,Chiller 2,RUL0022,11/23/22 0:00,11/23/22 6:45 -CWC04702,Chiller 2,RUL0022,2/15/23 3:30,2/15/23 16:00 -CWC04702,Chiller 2,RUL0022,2/16/23 0:00,2/16/23 11:15 -CWC04703,Chiller 3,RUL0017,6/4/20 3:15,6/4/20 10:30 -CWC04703,Chiller 3,RUL0012,6/4/20 3:15,6/4/20 10:45 -CWC04703,Chiller 3,RUL0021,6/6/20 11:42,6/6/20 23:59 -CWC04703,Chiller 3,RUL0021,6/7/20 0:00,6/8/20 0:00 -CWC04703,Chiller 3,RUL0021,6/8/20 0:00,6/8/20 8:00 -CWC04703,Chiller 3,RUL0021,9/29/20 9:17,9/29/20 12:41 -CWC04703,Chiller 3,RUL0022,9/22/21 9:45,9/22/21 15:15 -CWC04703,Chiller 3,RUL0022,9/24/21 5:45,9/24/21 10:15 -CWC04704,Chiller 4,RUL0018,2/5/20 4:00,2/5/20 7:01 -CWC04704,Chiller 4,RUL0018,2/24/20 20:15,2/25/20 0:00 -CWC04704,Chiller 4,RUL0018,2/26/20 7:00,2/26/20 13:45 -CWC04704,Chiller 4,RUL0018,3/12/20 1:45,3/12/20 8:15 -CWC04704,Chiller 4,RUL0018,3/12/20 8:30,3/12/20 12:30 -CWC04704,Chiller 4,RUL0018,3/14/20 10:00,3/15/20 0:00 -CWC04704,Chiller 4,RUL0018,3/15/20 0:00,3/16/20 0:00 -CWC04704,Chiller 4,RUL0018,3/16/20 0:00,3/16/20 15:30 -CWC04704,Chiller 4,RUL0018,3/16/20 15:45,3/16/20 20:00 -CWC04704,Chiller 4,RUL0018,4/10/20 0:30,4/10/20 4:45 -CWC04704,Chiller 4,RUL0018,4/10/20 7:45,4/10/20 12:00 -CWC04704,Chiller 4,RUL0018,4/11/20 2:00,4/11/20 7:00 -CWC04704,Chiller 4,RUL0018,4/11/20 9:45,4/11/20 12:45 -CWC04704,Chiller 4,RUL0018,4/12/20 1:45,4/12/20 8:15 -CWC04704,Chiller 4,RUL0018,4/14/20 1:30,4/14/20 8:00 -CWC04704,Chiller 4,RUL0018,4/14/20 9:00,4/14/20 15:15 -CWC04704,Chiller 4,RUL0018,4/14/20 17:30,4/14/20 20:30 -CWC04704,Chiller 4,RUL0018,4/15/20 5:45,4/15/20 16:30 -CWC04704,Chiller 4,RUL0018,4/15/20 16:45,4/16/20 0:00 -CWC04704,Chiller 4,RUL0018,4/16/20 5:00,4/16/20 9:00 -CWC04704,Chiller 4,RUL0018,4/16/20 9:15,4/16/20 15:45 -CWC04704,Chiller 4,RUL0018,4/16/20 16:00,4/16/20 20:00 -CWC04704,Chiller 4,RUL0018,4/17/20 0:15,4/17/20 14:15 -CWC04704,Chiller 4,RUL0018,4/17/20 14:30,4/17/20 19:15 -CWC04704,Chiller 4,RUL0018,4/17/20 21:00,4/18/20 0:00 -CWC04704,Chiller 4,RUL0018,4/18/20 0:00,4/18/20 13:15 -CWC04704,Chiller 4,RUL0018,4/19/20 2:45,4/19/20 10:15 -CWC04704,Chiller 4,RUL0018,4/20/20 18:15,4/21/20 0:00 -CWC04704,Chiller 4,RUL0018,4/21/20 0:00,4/21/20 9:07 -CWC04704,Chiller 4,RUL0018,4/22/20 14:15,4/22/20 23:30 -CWC04704,Chiller 4,RUL0018,4/28/20 0:15,4/28/20 3:15 -CWC04704,Chiller 4,RUL0018,5/5/20 8:15,5/5/20 14:45 -CWC04704,Chiller 4,RUL0018,5/6/20 0:00,5/6/20 3:30 -CWC04704,Chiller 4,RUL0018,5/12/20 8:45,5/12/20 12:00 -CWC04704,Chiller 4,RUL0018,5/12/20 16:00,5/12/20 19:45 -CWC04704,Chiller 4,RUL0018,5/12/20 20:15,5/13/20 0:00 -CWC04704,Chiller 4,RUL0018,5/13/20 4:15,5/13/20 10:45 -CWC04704,Chiller 4,RUL0018,5/14/20 4:15,5/14/20 9:00 -CWC04704,Chiller 4,RUL0018,5/20/20 20:15,5/21/20 0:00 -CWC04704,Chiller 4,RUL0018,5/21/20 0:00,5/21/20 4:15 -CWC04704,Chiller 4,RUL0018,5/23/20 20:45,5/24/20 0:00 -CWC04704,Chiller 4,RUL0018,5/24/20 0:00,5/24/20 4:45 -CWC04704,Chiller 4,RUL0021,6/6/20 11:42,6/6/20 23:59 -CWC04704,Chiller 4,RUL0021,6/7/20 0:00,6/8/20 0:00 -CWC04704,Chiller 4,RUL0021,6/8/20 0:00,6/8/20 8:00 -CWC04704,Chiller 4,RUL0021,8/19/20 0:00,8/19/20 10:45 -CWC04704,Chiller 4,RUL0021,8/19/20 17:41,8/20/20 0:00 -CWC04704,Chiller 4,RUL0021,8/20/20 0:00,8/20/20 8:17 -CWC04704,Chiller 4,RUL0018,9/23/20 2:30,9/23/20 8:00 -CWC04704,Chiller 4,RUL0021,9/29/20 9:17,9/29/20 12:41 -CWC04704,Chiller 4,RUL0018,10/3/20 3:15,10/3/20 7:45 -CWC04704,Chiller 4,RUL0018,10/4/20 5:00,10/4/20 9:15 -CWC04704,Chiller 4,RUL0018,10/8/20 18:30,10/8/20 23:00 -CWC04704,Chiller 4,RUL0018,10/9/20 3:00,10/9/20 11:45 -CWC04704,Chiller 4,RUL0018,10/12/20 11:45,10/12/20 15:00 -CWC04704,Chiller 4,RUL0021,10/13/20 13:25,10/14/20 0:00 -CWC04704,Chiller 4,RUL0021,10/14/20 0:00,10/14/20 14:12 -CWC04704,Chiller 4,RUL0018,10/14/20 20:15,10/14/20 23:45 -CWC04704,Chiller 4,RUL0018,10/17/20 0:45,10/17/20 3:45 -CWC04704,Chiller 4,RUL0018,10/17/20 6:30,10/17/20 11:45 -CWC04704,Chiller 4,RUL0018,10/17/20 14:15,10/17/20 20:00 -CWC04704,Chiller 4,RUL0018,10/17/20 20:15,10/18/20 0:00 -CWC04704,Chiller 4,RUL0018,10/18/20 0:00,10/18/20 3:00 -CWC04704,Chiller 4,RUL0018,10/18/20 4:30,10/18/20 12:45 -CWC04704,Chiller 4,RUL0021,10/21/20 16:11,10/21/20 23:59 -CWC04704,Chiller 4,RUL0021,10/22/20 0:00,10/22/20 10:06 -CWC04704,Chiller 4,RUL0018,10/24/20 17:45,10/24/20 22:15 -CWC04704,Chiller 4,RUL0018,10/25/20 0:00,10/25/20 20:15 -CWC04704,Chiller 4,RUL0021,10/26/20 0:00,10/26/20 11:15 -CWC04704,Chiller 4,RUL0018,10/27/20 15:45,10/28/20 0:00 -CWC04704,Chiller 4,RUL0018,10/28/20 0:00,10/28/20 3:15 -CWC04704,Chiller 4,RUL0018,10/28/20 6:00,10/28/20 11:30 -CWC04704,Chiller 4,RUL0018,10/29/20 14:45,10/29/20 17:45 -CWC04704,Chiller 4,RUL0018,10/29/20 19:45,10/30/20 0:00 -CWC04704,Chiller 4,RUL0018,10/30/20 0:15,10/30/20 10:15 -CWC04704,Chiller 4,RUL0018,10/30/20 12:45,10/30/20 21:45 -CWC04704,Chiller 4,RUL0018,11/1/20 12:48,11/1/20 16:00 -CWC04704,Chiller 4,RUL0018,11/1/20 20:00,11/2/20 1:00 -CWC04704,Chiller 4,RUL0018,11/2/20 0:00,11/2/20 18:30 -CWC04704,Chiller 4,RUL0018,1/16/21 12:30,1/17/21 0:00 -CWC04704,Chiller 4,RUL0018,1/17/21 0:00,1/18/21 0:00 -CWC04704,Chiller 4,RUL0018,1/18/21 0:00,1/18/21 22:13 -CWC04704,Chiller 4,RUL0018,2/16/21 13:15,2/16/21 22:54 -CWC04704,Chiller 4,RUL0018,2/24/21 14:30,2/25/21 0:00 -CWC04704,Chiller 4,RUL0017,2/25/21 1:30,2/25/21 12:45 -CWC04704,Chiller 4,RUL0018,2/25/21 12:45,2/25/21 22:59 -CWC04704,Chiller 4,RUL0017,3/9/21 10:26,3/10/21 0:00 -CWC04704,Chiller 4,RUL0012,3/9/21 10:26,3/10/21 0:00 -CWC04704,Chiller 4,RUL0017,3/10/21 13:43,3/10/21 23:59 -CWC04704,Chiller 4,RUL0012,3/10/21 13:43,3/10/21 23:59 -CWC04704,Chiller 4,RUL0017,3/11/21 0:00,3/12/21 0:00 -CWC04704,Chiller 4,RUL0012,3/11/21 0:00,3/12/21 0:00 -CWC04704,Chiller 4,RUL0017,3/12/21 0:00,3/13/21 0:00 -CWC04704,Chiller 4,RUL0012,3/12/21 0:00,3/13/21 0:00 -CWC04704,Chiller 4,RUL0018,3/18/21 11:04,3/19/21 0:00 -CWC04704,Chiller 4,RUL0018,3/19/21 0:00,3/19/21 5:12 -CWC04704,Chiller 4,RUL0018,3/20/21 6:37,3/20/21 23:59 -CWC04704,Chiller 4,RUL0018,3/22/21 9:03,3/23/21 0:00 -CWC04704,Chiller 4,RUL0018,3/23/21 0:00,3/23/21 15:45 -CWC04704,Chiller 4,RUL0018,3/23/21 16:00,3/24/21 0:00 -CWC04704,Chiller 4,RUL0018,3/24/21 0:00,3/24/21 15:30 -CWC04704,Chiller 4,RUL0018,3/24/21 18:15,3/25/21 0:00 -CWC04704,Chiller 4,RUL0018,3/25/21 0:00,3/25/21 11:30 -CWC04704,Chiller 4,RUL0018,3/26/21 0:00,3/26/21 10:45 -CWC04704,Chiller 4,RUL0018,3/26/21 14:30,3/27/21 0:00 -CWC04704,Chiller 4,RUL0018,3/27/21 0:00,3/28/21 0:00 -CWC04704,Chiller 4,RUL0018,3/28/21 0:00,3/29/21 0:00 -CWC04704,Chiller 4,RUL0018,3/29/21 0:00,3/30/21 0:00 -CWC04704,Chiller 4,RUL0018,3/30/21 12:30,3/31/21 0:00 -CWC04704,Chiller 4,RUL0018,3/31/21 0:00,3/31/21 16:15 -CWC04704,Chiller 4,RUL0018,4/1/21 0:00,4/2/21 0:00 -CWC04704,Chiller 4,RUL0017,4/15/21 16:25,4/15/21 19:37 -CWC04704,Chiller 4,RUL0018,4/15/21 16:25,4/15/21 19:37 -CWC04704,Chiller 4,RUL0012,4/15/21 16:25,4/15/21 19:37 -CWC04704,Chiller 4,RUL0018,9/15/21 10:45,9/16/21 0:00 -CWC04704,Chiller 4,RUL0018,9/16/21 0:00,9/16/21 8:28 -CWC04704,Chiller 4,RUL0022,9/22/21 9:00,9/22/21 16:00 -CWC04704,Chiller 4,RUL0022,9/23/21 5:45,9/23/21 10:15 -CWC04704,Chiller 4,RUL0022,9/24/21 4:00,9/24/21 10:15 -CWC04704,Chiller 4,RUL0022,9/25/21 5:30,9/25/21 16:00 -CWC04704,Chiller 4,RUL0022,9/26/21 0:00,9/26/21 13:15 -CWC04704,Chiller 4,RUL0018,9/26/21 15:57,9/27/21 0:00 -CWC04704,Chiller 4,RUL0018,9/27/21 0:00,9/27/21 8:45 -CWC04704,Chiller 4,RUL0022,9/27/21 5:00,9/27/21 13:00 -CWC04704,Chiller 4,RUL0022,9/28/21 7:30,9/28/21 16:00 -CWC04704,Chiller 4,RUL0022,9/29/21 0:00,9/29/21 16:00 -CWC04704,Chiller 4,RUL0022,9/30/21 0:00,9/30/21 16:00 -CWC04704,Chiller 4,RUL0022,10/1/21 0:00,10/1/21 12:00 -CWC04704,Chiller 4,RUL0022,10/4/21 7:30,10/4/21 9:30 -CWC04704,Chiller 4,RUL0018,10/7/21 11:45,10/7/21 18:01 -CWC04704,Chiller 4,RUL0022,10/19/21 6:45,10/19/21 11:15 -CWC04704,Chiller 4,RUL0022,10/26/21 3:45,10/26/21 16:00 -CWC04704,Chiller 4,RUL0022,10/27/21 0:00,10/27/21 16:00 -CWC04704,Chiller 4,RUL0022,10/28/21 0:00,10/28/21 16:00 -CWC04704,Chiller 4,RUL0022,10/29/21 0:00,10/29/21 16:00 -CWC04704,Chiller 4,RUL0022,10/30/21 0:00,10/30/21 16:00 -CWC04704,Chiller 4,RUL0022,10/31/21 0:00,10/31/21 16:00 -CWC04704,Chiller 4,RUL0022,11/1/21 0:00,11/1/21 1:30 -CWC04704,Chiller 4,RUL0018,11/1/21 3:47,11/1/21 14:29 -CWC04704,Chiller 4,RUL0018,11/1/21 14:45,11/2/21 0:00 -CWC04704,Chiller 4,RUL0018,11/2/21 0:00,11/2/21 11:30 -CWC04704,Chiller 4,RUL0022,11/3/21 6:45,11/3/21 13:15 -CWC04704,Chiller 4,RUL0022,11/9/21 9:30,11/9/21 16:00 -CWC04704,Chiller 4,RUL0022,11/10/21 0:00,11/10/21 8:15 -CWC04704,Chiller 4,RUL0022,11/11/21 10:15,11/11/21 16:00 -CWC04704,Chiller 4,RUL0022,11/12/21 10:15,11/12/21 10:45 -CWC04704,Chiller 4,RUL0022,11/12/21 12:00,11/12/21 16:00 -CWC04704,Chiller 4,RUL0022,11/13/21 0:00,11/13/21 6:00 -CWC04704,Chiller 4,RUL0018,11/13/21 10:14,11/13/21 23:59 -CWC04704,Chiller 4,RUL0018,11/14/21 0:00,11/15/21 0:00 -CWC04704,Chiller 4,RUL0018,11/15/21 0:00,11/15/21 16:30 -CWC04704,Chiller 4,RUL0022,11/15/21 10:00,11/15/21 16:00 -CWC04704,Chiller 4,RUL0022,11/16/21 0:00,11/16/21 16:00 -CWC04704,Chiller 4,RUL0022,11/17/21 11:45,11/17/21 16:00 -CWC04704,Chiller 4,RUL0022,11/18/21 0:00,11/18/21 6:00 -CWC04704,Chiller 4,RUL0018,11/18/21 7:45,11/18/21 23:59 -CWC04704,Chiller 4,RUL0018,11/19/21 0:00,11/20/21 0:00 -CWC04704,Chiller 4,RUL0018,11/20/21 0:00,11/21/21 0:00 -CWC04704,Chiller 4,RUL0018,11/21/21 0:00,11/22/21 0:00 -CWC04704,Chiller 4,RUL0018,11/22/21 0:00,11/22/21 17:59 -CWC04704,Chiller 4,RUL0018,11/22/21 18:04,11/23/21 0:00 -CWC04704,Chiller 4,RUL0018,11/23/21 0:00,11/24/21 0:00 -CWC04704,Chiller 4,RUL0018,11/24/21 0:00,11/24/21 22:16 -CWC04704,Chiller 4,RUL0018,11/25/21 0:00,11/26/21 0:00 -CWC04704,Chiller 4,RUL0018,11/26/21 0:00,11/26/21 5:28 -CWC04704,Chiller 4,RUL0018,11/26/21 5:32,11/26/21 23:59 -CWC04704,Chiller 4,RUL0018,11/27/21 0:00,11/27/21 12:20 -CWC04704,Chiller 4,RUL0018,12/2/21 6:15,12/3/21 0:00 -CWC04704,Chiller 4,RUL0018,12/3/21 0:00,12/3/21 22:02 -CWC04704,Chiller 4,RUL0022,12/13/21 13:45,12/13/21 16:00 -CWC04704,Chiller 4,RUL0022,12/14/21 0:00,12/14/21 0:45 -CWC04704,Chiller 4,RUL0018,12/14/21 16:00,12/14/21 23:06 -CWC04704,Chiller 4,RUL0022,8/30/22 7:00,8/30/22 11:30 -CWC04704,Chiller 4,RUL0022,8/31/22 6:00,8/31/22 16:00 -CWC04704,Chiller 4,RUL0022,9/1/22 0:00,9/1/22 16:00 -CWC04704,Chiller 4,RUL0022,9/2/22 0:00,9/2/22 16:00 -CWC04704,Chiller 4,RUL0022,9/3/22 0:00,9/3/22 16:00 -CWC04704,Chiller 4,RUL0022,9/4/22 0:00,9/4/22 13:00 -CWC04704,Chiller 4,RUL0022,10/12/22 8:15,10/12/22 16:00 -CWC04704,Chiller 4,RUL0022,10/13/22 0:00,10/13/22 16:00 -CWC04704,Chiller 4,RUL0022,10/14/22 0:00,10/14/22 9:45 -CWC04704,Chiller 4,RUL0022,10/25/22 4:00,10/25/22 13:15 -CWC04704,Chiller 4,RUL0022,10/26/22 3:15,10/26/22 10:15 -CWC04704,Chiller 4,RUL0018,10/27/22 14:30,10/28/22 0:00 -CWC04704,Chiller 4,RUL0018,10/28/22 0:00,10/28/22 16:05 -CWC04704,Chiller 4,RUL0022,10/28/22 10:15,10/28/22 16:00 -CWC04704,Chiller 4,RUL0022,10/31/22 2:30,10/31/22 16:00 -CWC04704,Chiller 4,RUL0022,11/1/22 2:45,11/1/22 16:00 -CWC04704,Chiller 4,RUL0022,11/2/22 0:00,11/2/22 16:00 -CWC04704,Chiller 4,RUL0022,11/3/22 0:00,11/3/22 16:00 -CWC04704,Chiller 4,RUL0022,11/4/22 0:00,11/4/22 16:00 -CWC04704,Chiller 4,RUL0022,11/5/22 0:00,11/5/22 16:00 -CWC04704,Chiller 4,RUL0022,11/6/22 0:00,11/6/22 17:00 -CWC04704,Chiller 4,RUL0022,11/7/22 0:00,11/7/22 16:00 -CWC04704,Chiller 4,RUL0022,11/8/22 0:00,11/8/22 16:00 -CWC04704,Chiller 4,RUL0022,11/9/22 0:00,11/9/22 16:00 -CWC04704,Chiller 4,RUL0022,11/10/22 0:00,11/10/22 16:00 -CWC04704,Chiller 4,RUL0022,11/11/22 0:00,11/11/22 7:15 -CWC04704,Chiller 4,RUL0022,11/14/22 5:45,11/14/22 16:00 -CWC04704,Chiller 4,RUL0022,11/15/22 0:00,11/15/22 16:00 -CWC04704,Chiller 4,RUL0022,11/16/22 0:00,11/16/22 8:00 -CWC04704,Chiller 4,RUL0022,11/23/22 3:15,11/23/22 16:00 -CWC04704,Chiller 4,RUL0018,11/24/22 0:00,11/24/22 9:13 -CWC04704,Chiller 4,RUL0022,11/24/22 4:30,11/24/22 16:00 -CWC04704,Chiller 4,RUL0022,11/25/22 0:00,11/25/22 16:00 -CWC04704,Chiller 4,RUL0018,11/26/22 1:12,11/26/22 23:59 -CWC04704,Chiller 4,RUL0018,11/27/22 0:00,11/28/22 0:00 -CWC04704,Chiller 4,RUL0018,11/28/22 0:00,11/29/22 0:00 -CWC04704,Chiller 4,RUL0022,11/29/22 0:00,11/29/22 16:00 -CWC04704,Chiller 4,RUL0022,11/30/22 0:00,11/30/22 16:00 -CWC04704,Chiller 4,RUL0022,12/1/22 0:00,12/1/22 16:00 -CWC04704,Chiller 4,RUL0022,12/2/22 0:00,12/2/22 16:00 -CWC04704,Chiller 4,RUL0022,12/3/22 0:00,12/3/22 16:00 -CWC04704,Chiller 4,RUL0022,12/4/22 0:00,12/4/22 16:00 -CWC04704,Chiller 4,RUL0022,12/5/22 0:00,12/5/22 16:00 -CWC04704,Chiller 4,RUL0022,12/6/22 0:00,12/6/22 16:00 -CWC04704,Chiller 4,RUL0018,12/7/22 2:45,12/7/22 9:15 -CWC04704,Chiller 4,RUL0018,12/7/22 9:30,12/7/22 21:00 -CWC04704,Chiller 4,RUL0018,12/8/22 0:00,12/9/22 0:00 -CWC04704,Chiller 4,RUL0018,12/9/22 0:00,12/9/22 23:27 -CWC04704,Chiller 4,RUL0022,12/10/22 0:00,12/10/22 16:00 -CWC04704,Chiller 4,RUL0018,12/11/22 0:00,12/12/22 0:00 -CWC04704,Chiller 4,RUL0018,12/12/22 0:00,12/12/22 12:33 -CWC04704,Chiller 4,RUL0022,12/12/22 7:45,12/12/22 16:00 -CWC04704,Chiller 4,RUL0022,12/13/22 0:00,12/13/22 16:00 -CWC04704,Chiller 4,RUL0017,12/13/22 19:15,12/14/22 0:00 -CWC04704,Chiller 4,RUL0017,12/14/22 0:00,12/15/22 0:00 -CWC04704,Chiller 4,RUL0017,12/15/22 0:00,12/16/22 0:00 -CWC04704,Chiller 4,RUL0017,12/16/22 0:00,12/17/22 0:00 -CWC04704,Chiller 4,RUL0017,12/17/22 0:00,12/18/22 0:00 -CWC04704,Chiller 4,RUL0017,12/18/22 0:00,12/19/22 0:00 -CWC04704,Chiller 4,RUL0017,12/19/22 0:00,12/20/22 0:00 -CWC04704,Chiller 4,RUL0017,12/20/22 0:00,12/21/22 0:00 -CWC04704,Chiller 4,RUL0017,12/21/22 0:00,12/22/22 0:00 -CWC04704,Chiller 4,RUL0017,12/22/22 0:00,12/23/22 0:00 -CWC04704,Chiller 4,RUL0017,12/23/22 0:00,12/24/22 0:00 -CWC04704,Chiller 4,RUL0017,12/24/22 0:00,12/25/22 0:00 -CWC04704,Chiller 4,RUL0017,12/25/22 0:00,12/26/22 0:00 -CWC04704,Chiller 4,RUL0017,12/26/22 0:00,12/27/22 0:00 -CWC04704,Chiller 4,RUL0017,12/27/22 0:00,12/28/22 0:00 -CWC04704,Chiller 4,RUL0017,12/28/22 0:00,12/29/22 0:00 -CWC04704,Chiller 4,RUL0017,12/29/22 0:00,12/30/22 0:00 -CWC04704,Chiller 4,RUL0017,12/30/22 0:00,12/31/22 0:00 -CWC04704,Chiller 4,RUL0017,12/31/22 0:00,1/1/23 0:00 -CWC04704,Chiller 4,RUL0017,1/1/23 0:00,1/2/23 0:00 -CWC04704,Chiller 4,RUL0017,1/2/23 0:00,1/3/23 0:00 -CWC04704,Chiller 4,RUL0017,1/3/23 0:00,1/4/23 0:00 -CWC04704,Chiller 4,RUL0017,1/4/23 0:00,1/5/23 0:00 -CWC04704,Chiller 4,RUL0017,1/5/23 0:00,1/6/23 0:00 -CWC04704,Chiller 4,RUL0017,1/6/23 0:00,1/7/23 0:00 -CWC04704,Chiller 4,RUL0017,1/7/23 0:00,1/8/23 0:00 -CWC04704,Chiller 4,RUL0017,1/8/23 0:00,1/9/23 0:00 -CWC04704,Chiller 4,RUL0017,1/9/23 0:00,1/10/23 0:00 -CWC04704,Chiller 4,RUL0017,1/10/23 0:00,1/11/23 0:00 -CWC04704,Chiller 4,RUL0017,1/11/23 0:00,1/12/23 0:00 -CWC04704,Chiller 4,RUL0018,1/11/23 12:45,1/12/23 0:00 -CWC04704,Chiller 4,RUL0012,1/11/23 12:45,1/12/23 0:00 -CWC04704,Chiller 4,RUL0017,1/12/23 0:00,1/13/23 0:00 -CWC04704,Chiller 4,RUL0018,1/12/23 0:00,1/12/23 9:45 -CWC04704,Chiller 4,RUL0012,1/12/23 0:00,1/12/23 9:45 -CWC04704,Chiller 4,RUL0018,1/12/23 11:45,1/12/23 16:30 -CWC04704,Chiller 4,RUL0012,1/12/23 11:45,1/13/23 0:00 -CWC04704,Chiller 4,RUL0022,1/13/23 0:00,1/13/23 16:00 -CWC04704,Chiller 4,RUL0022,1/18/23 6:15,1/18/23 16:00 -CWC04704,Chiller 4,RUL0022,1/19/23 0:00,1/19/23 16:00 -CWC04704,Chiller 4,RUL0022,1/20/23 0:00,1/20/23 0:15 -CWC04704,Chiller 4,RUL0018,2/10/23 8:30,2/11/23 0:00 -CWC04704,Chiller 4,RUL0018,2/11/23 0:00,2/11/23 21:40 -CWC04704,Chiller 4,RUL0022,2/14/23 4:15,2/14/23 9:30 -CWC04704,Chiller 4,RUL0022,2/16/23 8:45,2/16/23 16:00 -CWC04704,Chiller 4,RUL0022,2/17/23 0:00,2/17/23 16:00 -CWC04704,Chiller 4,RUL0022,2/20/23 4:00,2/20/23 16:00 -CWC04704,Chiller 4,RUL0022,2/21/23 0:00,2/21/23 10:00 -CWC04704,Chiller 4,RUL0018,2/21/23 11:24,2/21/23 23:59 -CWC04704,Chiller 4,RUL0018,2/22/23 0:00,2/22/23 5:53 -CWC04704,Chiller 4,RUL0022,3/2/23 7:30,3/2/23 16:00 -CWC04704,Chiller 4,RUL0022,3/3/23 0:00,3/3/23 2:00 -CWC04704,Chiller 4,RUL0022,3/13/23 9:45,3/13/23 16:00 -CWC04704,Chiller 4,RUL0022,3/14/23 0:00,3/14/23 16:00 -CWC04704,Chiller 4,RUL0022,3/15/23 0:00,3/15/23 8:00 -CWC04704,Chiller 4,RUL0022,3/21/23 7:15,3/21/23 16:00 -CWC04704,Chiller 4,RUL0022,3/22/23 0:00,3/22/23 16:00 -CWC04704,Chiller 4,RUL0022,3/23/23 0:00,3/23/23 16:00 -CWC04704,Chiller 4,RUL0022,3/24/23 0:00,3/24/23 14:45 -CWC04704,Chiller 4,RUL0022,3/29/23 3:45,3/29/23 12:15 -CWC04704,Chiller 4,RUL0018,3/29/23 13:54,3/29/23 23:59 -CWC04704,Chiller 4,RUL0018,3/30/23 0:00,3/30/23 20:12 -CWC04704,Chiller 4,RUL0022,3/30/23 15:00,3/30/23 16:00 -CWC04704,Chiller 4,RUL0022,3/31/23 0:00,3/31/23 2:15 -CWC04006,Chiller 6,RUL0017,1/4/19 0:00,1/5/19 0:00 -CWC04006,Chiller 6,RUL0012,1/4/19 0:00,1/5/19 0:00 -CWC04006,Chiller 6,RUL0017,1/5/19 0:00,1/6/19 0:00 -CWC04006,Chiller 6,RUL0012,1/5/19 0:00,1/6/19 0:00 -CWC04006,Chiller 6,RUL0017,1/6/19 0:00,1/7/19 0:00 -CWC04006,Chiller 6,RUL0012,1/6/19 0:00,1/7/19 0:00 -CWC04006,Chiller 6,RUL0017,1/7/19 0:00,1/8/19 0:00 -CWC04006,Chiller 6,RUL0012,1/7/19 0:00,1/8/19 0:00 -CWC04006,Chiller 6,RUL0017,1/8/19 0:00,1/9/19 0:00 -CWC04006,Chiller 6,RUL0012,1/8/19 0:00,1/8/19 13:15 -CWC04006,Chiller 6,RUL0017,1/9/19 0:00,1/10/19 0:00 -CWC04006,Chiller 6,RUL0012,1/9/19 12:00,1/10/19 0:00 -CWC04006,Chiller 6,RUL0017,1/10/19 0:00,1/11/19 0:00 -CWC04006,Chiller 6,RUL0012,1/10/19 0:00,1/11/19 0:00 -CWC04006,Chiller 6,RUL0017,1/11/19 0:00,1/12/19 0:00 -CWC04006,Chiller 6,RUL0012,1/11/19 0:00,1/12/19 0:00 -CWC04006,Chiller 6,RUL0017,1/12/19 0:00,1/13/19 0:00 -CWC04006,Chiller 6,RUL0012,1/12/19 0:00,1/13/19 0:00 -CWC04006,Chiller 6,RUL0017,1/13/19 0:00,1/14/19 0:00 -CWC04006,Chiller 6,RUL0012,1/13/19 0:00,1/14/19 0:00 -CWC04006,Chiller 6,RUL0017,1/14/19 0:00,1/15/19 0:00 -CWC04006,Chiller 6,RUL0012,1/14/19 0:00,1/15/19 0:00 -CWC04006,Chiller 6,RUL0017,1/15/19 0:00,1/16/19 0:00 -CWC04006,Chiller 6,RUL0012,1/15/19 0:00,1/16/19 0:00 -CWC04006,Chiller 6,RUL0017,1/16/19 0:00,1/17/19 0:00 -CWC04006,Chiller 6,RUL0012,1/16/19 0:00,1/17/19 0:00 -CWC04006,Chiller 6,RUL0017,1/17/19 0:00,1/18/19 0:00 -CWC04006,Chiller 6,RUL0012,1/17/19 0:00,1/18/19 0:00 -CWC04006,Chiller 6,RUL0017,1/18/19 0:00,1/19/19 0:00 -CWC04006,Chiller 6,RUL0012,1/18/19 0:00,1/19/19 0:00 -CWC04006,Chiller 6,RUL0017,1/19/19 0:00,1/20/19 0:00 -CWC04006,Chiller 6,RUL0012,1/19/19 0:00,1/20/19 0:00 -CWC04006,Chiller 6,RUL0017,1/20/19 0:00,1/21/19 0:00 -CWC04006,Chiller 6,RUL0012,1/20/19 0:00,1/21/19 0:00 -CWC04006,Chiller 6,RUL0017,1/21/19 0:00,1/22/19 0:00 -CWC04006,Chiller 6,RUL0012,1/21/19 0:00,1/22/19 0:00 -CWC04006,Chiller 6,RUL0017,1/22/19 0:00,1/23/19 0:00 -CWC04006,Chiller 6,RUL0012,1/22/19 0:00,1/22/19 13:00 -CWC04006,Chiller 6,RUL0012,1/22/19 15:00,1/23/19 0:00 -CWC04006,Chiller 6,RUL0017,1/23/19 0:00,1/24/19 0:00 -CWC04006,Chiller 6,RUL0012,1/23/19 0:00,1/24/19 0:00 -CWC04006,Chiller 6,RUL0017,1/24/19 0:00,1/25/19 0:00 -CWC04006,Chiller 6,RUL0012,1/24/19 0:00,1/25/19 0:00 -CWC04006,Chiller 6,RUL0017,1/25/19 0:00,1/26/19 0:00 -CWC04006,Chiller 6,RUL0012,1/25/19 0:00,1/26/19 0:00 -CWC04006,Chiller 6,RUL0017,1/26/19 0:00,1/27/19 0:00 -CWC04006,Chiller 6,RUL0012,1/26/19 0:00,1/27/19 0:00 -CWC04006,Chiller 6,RUL0017,1/27/19 0:00,1/28/19 0:00 -CWC04006,Chiller 6,RUL0012,1/27/19 0:00,1/28/19 0:00 -CWC04006,Chiller 6,RUL0017,1/28/19 0:00,1/29/19 0:00 -CWC04006,Chiller 6,RUL0012,1/28/19 0:00,1/29/19 0:00 -CWC04006,Chiller 6,RUL0017,1/29/19 0:00,1/30/19 0:00 -CWC04006,Chiller 6,RUL0012,1/29/19 0:00,1/30/19 0:00 -CWC04006,Chiller 6,RUL0017,1/30/19 0:00,1/31/19 0:00 -CWC04006,Chiller 6,RUL0012,1/30/19 0:00,1/31/19 0:00 -CWC04006,Chiller 6,RUL0017,1/31/19 0:00,2/1/19 0:00 -CWC04006,Chiller 6,RUL0012,1/31/19 0:00,2/1/19 0:00 -CWC04006,Chiller 6,RUL0017,2/1/19 0:00,2/2/19 0:00 -CWC04006,Chiller 6,RUL0012,2/1/19 0:00,2/2/19 0:00 -CWC04006,Chiller 6,RUL0017,2/2/19 0:00,2/3/19 0:00 -CWC04006,Chiller 6,RUL0012,2/2/19 0:00,2/3/19 0:00 -CWC04006,Chiller 6,RUL0017,2/3/19 0:00,2/4/19 0:00 -CWC04006,Chiller 6,RUL0012,2/3/19 0:00,2/4/19 0:00 -CWC04006,Chiller 6,RUL0017,2/4/19 0:00,2/5/19 0:00 -CWC04006,Chiller 6,RUL0012,2/4/19 0:00,2/5/19 0:00 -CWC04006,Chiller 6,RUL0017,2/5/19 0:00,2/6/19 0:00 -CWC04006,Chiller 6,RUL0012,2/5/19 0:00,2/6/19 0:00 -CWC04006,Chiller 6,RUL0017,2/6/19 0:00,2/7/19 0:00 -CWC04006,Chiller 6,RUL0012,2/6/19 0:00,2/7/19 0:00 -CWC04006,Chiller 6,RUL0017,2/7/19 0:00,2/8/19 0:00 -CWC04006,Chiller 6,RUL0012,2/7/19 0:00,2/7/19 2:30 -CWC04006,Chiller 6,RUL0012,2/7/19 11:00,2/7/19 13:00 -CWC04006,Chiller 6,RUL0012,2/7/19 13:30,2/8/19 0:00 -CWC04006,Chiller 6,RUL0017,2/8/19 0:00,2/9/19 0:00 -CWC04006,Chiller 6,RUL0012,2/8/19 0:00,2/8/19 10:30 -CWC04006,Chiller 6,RUL0012,2/8/19 13:30,2/9/19 0:00 -CWC04006,Chiller 6,RUL0017,2/9/19 0:00,2/10/19 0:00 -CWC04006,Chiller 6,RUL0017,2/10/19 0:00,2/11/19 0:00 -CWC04006,Chiller 6,RUL0017,2/11/19 0:00,2/12/19 0:00 -CWC04006,Chiller 6,RUL0017,2/12/19 0:00,2/13/19 0:00 -CWC04006,Chiller 6,RUL0012,2/12/19 10:45,2/13/19 0:00 -CWC04006,Chiller 6,RUL0017,2/13/19 0:00,2/14/19 0:00 -CWC04006,Chiller 6,RUL0012,2/13/19 0:00,2/14/19 0:00 -CWC04006,Chiller 6,RUL0017,2/14/19 0:00,2/15/19 0:00 -CWC04006,Chiller 6,RUL0012,2/14/19 0:00,2/15/19 0:00 -CWC04006,Chiller 6,RUL0017,2/15/19 0:00,2/16/19 0:00 -CWC04006,Chiller 6,RUL0012,2/15/19 0:00,2/16/19 0:00 -CWC04006,Chiller 6,RUL0017,2/16/19 0:00,2/17/19 0:00 -CWC04006,Chiller 6,RUL0012,2/16/19 0:00,2/17/19 0:00 -CWC04006,Chiller 6,RUL0017,2/17/19 0:00,2/18/19 0:00 -CWC04006,Chiller 6,RUL0012,2/17/19 0:00,2/18/19 0:00 -CWC04006,Chiller 6,RUL0017,2/18/19 0:00,2/19/19 0:00 -CWC04006,Chiller 6,RUL0012,2/18/19 0:00,2/18/19 9:45 -CWC04006,Chiller 6,RUL0012,2/18/19 12:00,2/19/19 0:00 -CWC04006,Chiller 6,RUL0017,2/19/19 0:00,2/20/19 0:00 -CWC04006,Chiller 6,RUL0012,2/19/19 0:00,2/20/19 0:00 -CWC04006,Chiller 6,RUL0017,2/20/19 0:00,2/21/19 0:00 -CWC04006,Chiller 6,RUL0012,2/20/19 0:00,2/21/19 0:00 -CWC04006,Chiller 6,RUL0017,2/21/19 0:00,2/22/19 0:00 -CWC04006,Chiller 6,RUL0012,2/21/19 0:00,2/22/19 0:00 -CWC04006,Chiller 6,RUL0017,2/22/19 0:00,2/23/19 0:00 -CWC04006,Chiller 6,RUL0012,2/22/19 0:00,2/23/19 0:00 -CWC04006,Chiller 6,RUL0017,2/23/19 0:00,2/24/19 0:00 -CWC04006,Chiller 6,RUL0012,2/23/19 0:00,2/24/19 0:00 -CWC04006,Chiller 6,RUL0017,2/24/19 0:00,2/25/19 0:00 -CWC04006,Chiller 6,RUL0012,2/24/19 0:00,2/25/19 0:00 -CWC04006,Chiller 6,RUL0017,2/25/19 0:00,2/26/19 0:00 -CWC04006,Chiller 6,RUL0012,2/25/19 0:00,2/26/19 0:00 -CWC04006,Chiller 6,RUL0017,2/26/19 0:00,2/27/19 0:00 -CWC04006,Chiller 6,RUL0012,2/26/19 0:00,2/27/19 0:00 -CWC04006,Chiller 6,RUL0017,2/27/19 0:00,2/28/19 0:00 -CWC04006,Chiller 6,RUL0012,2/27/19 0:00,2/28/19 0:00 -CWC04006,Chiller 6,RUL0017,2/28/19 0:00,3/1/19 0:00 -CWC04006,Chiller 6,RUL0012,2/28/19 0:00,3/1/19 0:00 -CWC04006,Chiller 6,RUL0017,3/1/19 0:00,3/2/19 0:00 -CWC04006,Chiller 6,RUL0012,3/1/19 0:00,3/2/19 0:00 -CWC04006,Chiller 6,RUL0017,3/2/19 0:00,3/3/19 0:00 -CWC04006,Chiller 6,RUL0012,3/2/19 0:00,3/3/19 0:00 -CWC04006,Chiller 6,RUL0017,3/3/19 0:00,3/4/19 0:00 -CWC04006,Chiller 6,RUL0012,3/3/19 0:00,3/4/19 0:00 -CWC04006,Chiller 6,RUL0017,3/4/19 0:00,3/5/19 0:00 -CWC04006,Chiller 6,RUL0012,3/4/19 0:00,3/4/19 9:45 -CWC04006,Chiller 6,RUL0017,3/5/19 0:00,3/6/19 0:00 -CWC04006,Chiller 6,RUL0017,3/6/19 0:00,3/7/19 0:00 -CWC04006,Chiller 6,RUL0017,3/7/19 0:00,3/8/19 0:00 -CWC04006,Chiller 6,RUL0017,3/8/19 0:00,3/9/19 0:00 -CWC04006,Chiller 6,RUL0017,3/9/19 0:00,3/10/19 0:00 -CWC04006,Chiller 6,RUL0017,3/10/19 0:00,3/10/19 23:00 -CWC04006,Chiller 6,RUL0017,3/11/19 0:00,3/12/19 0:00 -CWC04006,Chiller 6,RUL0017,3/12/19 0:00,3/13/19 0:00 -CWC04006,Chiller 6,RUL0017,3/13/19 0:00,3/14/19 0:00 -CWC04006,Chiller 6,RUL0017,3/14/19 0:00,3/15/19 0:00 -CWC04006,Chiller 6,RUL0017,3/15/19 0:00,3/16/19 0:00 -CWC04006,Chiller 6,RUL0017,3/16/19 0:00,3/17/19 0:00 -CWC04006,Chiller 6,RUL0017,3/17/19 0:00,3/18/19 0:00 -CWC04006,Chiller 6,RUL0017,3/18/19 0:00,3/19/19 0:00 -CWC04006,Chiller 6,RUL0017,3/19/19 0:00,3/20/19 0:00 -CWC04006,Chiller 6,RUL0017,3/20/19 0:00,3/21/19 0:00 -CWC04006,Chiller 6,RUL0017,3/21/19 0:00,3/22/19 0:00 -CWC04006,Chiller 6,RUL0017,3/22/19 0:00,3/23/19 0:00 -CWC04006,Chiller 6,RUL0017,3/23/19 0:00,3/24/19 0:00 -CWC04006,Chiller 6,RUL0017,3/24/19 0:00,3/25/19 0:00 -CWC04006,Chiller 6,RUL0017,3/25/19 0:00,3/26/19 0:00 -CWC04006,Chiller 6,RUL0017,3/26/19 0:00,3/27/19 0:00 -CWC04006,Chiller 6,RUL0017,3/27/19 0:00,3/28/19 0:00 -CWC04006,Chiller 6,RUL0017,3/28/19 0:00,3/29/19 0:00 -CWC04006,Chiller 6,RUL0017,3/29/19 0:00,3/30/19 0:00 -CWC04006,Chiller 6,RUL0017,3/30/19 0:00,3/31/19 0:00 -CWC04006,Chiller 6,RUL0017,3/31/19 0:00,4/1/19 0:00 -CWC04006,Chiller 6,RUL0017,4/1/19 0:00,4/2/19 0:00 -CWC04006,Chiller 6,RUL0017,4/2/19 0:00,4/3/19 0:00 -CWC04006,Chiller 6,RUL0017,4/3/19 0:00,4/4/19 0:00 -CWC04006,Chiller 6,RUL0017,4/4/19 0:00,4/5/19 0:00 -CWC04006,Chiller 6,RUL0017,4/5/19 0:00,4/6/19 0:00 -CWC04006,Chiller 6,RUL0017,4/6/19 0:00,4/7/19 0:00 -CWC04006,Chiller 6,RUL0017,4/7/19 0:00,4/8/19 0:00 -CWC04006,Chiller 6,RUL0017,4/8/19 0:00,4/9/19 0:00 -CWC04006,Chiller 6,RUL0017,4/9/19 0:00,4/10/19 0:00 -CWC04006,Chiller 6,RUL0017,4/10/19 0:00,4/11/19 0:00 -CWC04006,Chiller 6,RUL0017,4/11/19 0:00,4/12/19 0:00 -CWC04006,Chiller 6,RUL0017,4/12/19 0:00,4/13/19 0:00 -CWC04006,Chiller 6,RUL0017,4/13/19 0:00,4/14/19 0:00 -CWC04006,Chiller 6,RUL0017,4/14/19 0:00,4/15/19 0:00 -CWC04006,Chiller 6,RUL0017,4/15/19 0:00,4/16/19 0:00 -CWC04006,Chiller 6,RUL0017,4/16/19 0:00,4/17/19 0:00 -CWC04006,Chiller 6,RUL0017,4/17/19 0:00,4/18/19 0:00 -CWC04006,Chiller 6,RUL0017,4/18/19 0:00,4/19/19 0:00 -CWC04006,Chiller 6,RUL0017,4/19/19 0:00,4/19/19 23:58 -CWC04006,Chiller 6,RUL0017,4/21/19 0:00,4/22/19 0:00 -CWC04006,Chiller 6,RUL0017,4/22/19 0:00,4/22/19 15:15 -CWC04006,Chiller 6,RUL0018,3/24/20 10:15,3/24/20 22:30 -CWC04006,Chiller 6,RUL0018,5/15/20 12:00,5/15/20 17:15 -CWC04006,Chiller 6,RUL0018,5/22/20 12:15,5/22/20 19:00 -CWC04006,Chiller 6,RUL0018,5/26/20 11:15,5/26/20 18:45 -CWC04006,Chiller 6,RUL0018,5/29/20 14:30,5/29/20 18:15 -CWC04006,Chiller 6,RUL0021,6/6/20 11:42,6/6/20 23:59 -CWC04006,Chiller 6,RUL0021,6/7/20 0:00,6/8/20 0:00 -CWC04006,Chiller 6,RUL0021,6/8/20 0:00,6/8/20 8:00 -CWC04006,Chiller 6,RUL0021,10/13/20 13:25,10/14/20 0:00 -CWC04006,Chiller 6,RUL0021,10/14/20 0:00,10/14/20 14:12 -CWC04006,Chiller 6,RUL0021,10/21/20 16:11,10/21/20 23:59 -CWC04006,Chiller 6,RUL0021,10/22/20 0:00,10/22/20 10:06 -CWC04006,Chiller 6,RUL0021,10/26/20 0:00,10/26/20 11:15 -CWC04006,Chiller 6,RUL0018,11/30/20 12:15,11/30/20 21:15 -CWC04006,Chiller 6,RUL0021,5/20/21 16:17,5/20/21 23:59 -CWC04006,Chiller 6,RUL0021,5/21/21 0:00,5/22/21 0:00 -CWC04006,Chiller 6,RUL0021,9/17/21 14:04,9/18/21 0:00 -CWC04006,Chiller 6,RUL0021,9/18/21 0:00,9/19/21 0:00 -CWC04006,Chiller 6,RUL0021,9/19/21 0:00,9/20/21 0:00 -CWC04006,Chiller 6,RUL0021,9/20/21 0:00,9/20/21 10:15 -CWC04006,Chiller 6,RUL0021,9/21/21 16:21,9/21/21 23:59 -CWC04006,Chiller 6,RUL0021,9/22/21 0:00,9/22/21 11:30 -CWC04006,Chiller 6,RUL0022,9/22/21 9:00,9/22/21 16:00 -CWC04006,Chiller 6,RUL0022,9/23/21 5:45,9/23/21 12:00 -CWC04006,Chiller 6,RUL0021,9/23/21 15:27,9/24/21 0:00 -CWC04006,Chiller 6,RUL0021,9/24/21 0:00,9/24/21 8:11 -CWC04006,Chiller 6,RUL0022,9/24/21 4:00,9/24/21 8:15 -CWC04006,Chiller 6,RUL0022,9/25/21 5:30,9/25/21 16:00 -CWC04006,Chiller 6,RUL0022,9/26/21 0:00,9/26/21 14:30 -CWC04006,Chiller 6,RUL0022,9/27/21 5:00,9/27/21 13:00 -CWC04006,Chiller 6,RUL0021,9/27/21 15:33,9/27/21 23:59 -CWC04006,Chiller 6,RUL0021,9/28/21 0:00,9/28/21 13:08 -CWC04006,Chiller 6,RUL0022,9/28/21 9:45,9/28/21 16:00 -CWC04006,Chiller 6,RUL0022,9/29/21 0:00,9/29/21 16:00 -CWC04006,Chiller 6,RUL0022,9/30/21 0:00,9/30/21 16:00 -CWC04006,Chiller 6,RUL0022,10/1/21 0:00,10/1/21 12:00 -CWC04006,Chiller 6,RUL0021,10/1/21 15:30,10/2/21 0:00 -CWC04006,Chiller 6,RUL0021,10/2/21 0:00,10/3/21 0:00 -CWC04006,Chiller 6,RUL0021,10/3/21 0:00,10/4/21 0:00 -CWC04006,Chiller 6,RUL0021,10/4/21 0:00,10/4/21 9:29 -CWC04006,Chiller 6,RUL0022,10/4/21 7:30,10/4/21 9:30 -CWC04006,Chiller 6,RUL0021,10/4/21 15:30,10/4/21 23:59 -CWC04006,Chiller 6,RUL0021,10/5/21 0:00,10/6/21 0:00 -CWC04006,Chiller 6,RUL0021,10/6/21 0:00,10/6/21 9:24 -CWC04006,Chiller 6,RUL0021,10/6/21 15:33,10/7/21 0:00 -CWC04006,Chiller 6,RUL0021,10/7/21 0:00,10/7/21 10:11 -CWC04006,Chiller 6,RUL0022,10/19/21 6:45,10/19/21 13:30 -CWC04006,Chiller 6,RUL0021,10/19/21 15:30,10/20/21 0:00 -CWC04006,Chiller 6,RUL0021,10/20/21 0:00,10/21/21 0:00 -CWC04006,Chiller 6,RUL0021,10/21/21 0:00,10/22/21 0:00 -CWC04006,Chiller 6,RUL0021,10/22/21 0:00,10/23/21 0:00 -CWC04006,Chiller 6,RUL0021,10/23/21 0:00,10/24/21 0:00 -CWC04006,Chiller 6,RUL0021,10/24/21 0:00,10/25/21 0:00 -CWC04006,Chiller 6,RUL0021,10/25/21 0:00,10/26/21 0:00 -CWC04006,Chiller 6,RUL0021,10/26/21 0:00,10/26/21 8:19 -CWC04006,Chiller 6,RUL0022,10/26/21 2:30,10/26/21 16:00 -CWC04006,Chiller 6,RUL0022,10/27/21 0:00,10/27/21 16:00 -CWC04006,Chiller 6,RUL0022,10/28/21 0:00,10/28/21 16:00 -CWC04006,Chiller 6,RUL0022,10/29/21 0:00,10/29/21 16:00 -CWC04006,Chiller 6,RUL0022,10/30/21 0:00,10/30/21 16:00 -CWC04006,Chiller 6,RUL0022,10/31/21 0:00,10/31/21 16:00 -CWC04006,Chiller 6,RUL0022,11/1/21 0:00,11/1/21 1:30 -CWC04006,Chiller 6,RUL0021,11/2/21 15:22,11/3/21 0:00 -CWC04006,Chiller 6,RUL0021,11/3/21 0:00,11/3/21 13:03 -CWC04006,Chiller 6,RUL0021,11/3/21 15:36,11/3/21 23:59 -CWC04006,Chiller 6,RUL0021,11/4/21 0:00,11/4/21 8:16 -CWC04006,Chiller 6,RUL0021,11/4/21 8:47,11/4/21 12:45 -CWC04006,Chiller 6,RUL0021,11/4/21 15:36,11/5/21 0:00 -CWC04006,Chiller 6,RUL0021,11/5/21 0:00,11/5/21 15:00 -CWC04006,Chiller 6,RUL0021,11/5/21 15:55,11/5/21 23:59 -CWC04006,Chiller 6,RUL0021,11/6/21 0:00,11/7/21 0:00 -CWC04006,Chiller 6,RUL0021,11/7/21 0:00,11/8/21 1:00 -CWC04006,Chiller 6,RUL0021,11/8/21 0:00,11/9/21 0:00 -CWC04006,Chiller 6,RUL0021,11/9/21 0:00,11/9/21 13:15 -CWC04006,Chiller 6,RUL0022,11/9/21 9:30,11/9/21 16:00 -CWC04006,Chiller 6,RUL0022,11/10/21 0:00,11/10/21 8:15 -CWC04006,Chiller 6,RUL0022,11/11/21 9:45,11/11/21 16:00 -CWC04006,Chiller 6,RUL0021,11/12/21 0:00,11/12/21 10:39 -CWC04006,Chiller 6,RUL0022,11/12/21 10:15,11/12/21 10:45 -CWC04006,Chiller 6,RUL0022,11/12/21 12:00,11/12/21 16:00 -CWC04006,Chiller 6,RUL0022,11/13/21 0:00,11/13/21 6:00 -CWC04006,Chiller 6,RUL0022,11/15/21 10:00,11/15/21 16:00 -CWC04006,Chiller 6,RUL0022,11/16/21 0:00,11/16/21 1:45 -CWC04006,Chiller 6,RUL0022,11/17/21 9:30,11/17/21 16:00 -CWC04006,Chiller 6,RUL0022,11/18/21 0:00,11/18/21 6:30 -CWC04006,Chiller 6,RUL0021,11/27/21 12:20,11/28/21 0:00 -CWC04006,Chiller 6,RUL0021,11/28/21 0:00,11/29/21 0:00 -CWC04006,Chiller 6,RUL0021,11/29/21 0:00,11/29/21 9:27 -CWC04006,Chiller 6,RUL0021,11/29/21 12:15,11/30/21 0:00 -CWC04006,Chiller 6,RUL0021,11/30/21 0:00,11/30/21 9:43 -CWC04006,Chiller 6,RUL0022,11/30/21 5:30,11/30/21 16:00 -CWC04006,Chiller 6,RUL0022,12/1/21 0:00,12/1/21 13:45 -CWC04006,Chiller 6,RUL0018,12/2/21 9:30,12/2/21 21:45 -CWC04006,Chiller 6,RUL0022,9/2/22 5:30,9/2/22 16:00 -CWC04006,Chiller 6,RUL0022,9/3/22 0:00,9/3/22 16:00 -CWC04006,Chiller 6,RUL0022,9/4/22 0:00,9/4/22 13:00 -CWC04006,Chiller 6,RUL0021,9/5/22 0:00,9/6/22 0:00 -CWC04006,Chiller 6,RUL0021,9/6/22 0:00,9/7/22 0:00 -CWC04006,Chiller 6,RUL0021,9/7/22 0:00,9/8/22 0:00 -CWC04006,Chiller 6,RUL0021,9/8/22 0:00,9/9/22 0:00 -CWC04006,Chiller 6,RUL0021,9/9/22 0:00,9/10/22 0:00 -CWC04006,Chiller 6,RUL0021,9/10/22 0:00,9/11/22 0:00 -CWC04006,Chiller 6,RUL0021,9/11/22 0:00,9/12/22 0:00 -CWC04006,Chiller 6,RUL0021,9/12/22 0:00,9/13/22 0:00 -CWC04006,Chiller 6,RUL0021,9/13/22 0:00,9/14/22 0:00 -CWC04006,Chiller 6,RUL0021,9/14/22 0:00,9/15/22 0:00 -CWC04006,Chiller 6,RUL0021,9/15/22 0:00,9/16/22 0:00 -CWC04006,Chiller 6,RUL0021,9/16/22 0:00,9/17/22 0:00 -CWC04006,Chiller 6,RUL0021,9/17/22 0:00,9/18/22 0:00 -CWC04006,Chiller 6,RUL0021,9/18/22 0:00,9/19/22 0:00 -CWC04006,Chiller 6,RUL0021,9/19/22 0:00,9/20/22 0:00 -CWC04006,Chiller 6,RUL0021,9/20/22 0:00,9/21/22 0:00 -CWC04006,Chiller 6,RUL0021,9/21/22 0:00,9/22/22 0:00 -CWC04006,Chiller 6,RUL0021,9/22/22 0:00,9/23/22 0:00 -CWC04006,Chiller 6,RUL0021,9/23/22 0:00,9/24/22 0:00 -CWC04006,Chiller 6,RUL0021,9/24/22 0:00,9/25/22 0:00 -CWC04006,Chiller 6,RUL0021,9/25/22 0:00,9/26/22 0:00 -CWC04006,Chiller 6,RUL0021,9/26/22 0:00,9/27/22 0:00 -CWC04006,Chiller 6,RUL0022,10/12/22 8:15,10/12/22 16:00 -CWC04006,Chiller 6,RUL0022,10/13/22 0:00,10/13/22 16:00 -CWC04006,Chiller 6,RUL0022,10/14/22 0:00,10/14/22 16:00 -CWC04006,Chiller 6,RUL0022,10/15/22 0:00,10/15/22 16:00 -CWC04006,Chiller 6,RUL0022,10/16/22 0:00,10/16/22 16:00 -CWC04006,Chiller 6,RUL0022,10/17/22 0:00,10/17/22 16:00 -CWC04006,Chiller 6,RUL0022,10/18/22 7:00,10/18/22 16:00 -CWC04006,Chiller 6,RUL0022,10/19/22 0:00,10/19/22 12:00 -CWC04006,Chiller 6,RUL0021,10/19/22 14:59,10/20/22 0:00 -CWC04006,Chiller 6,RUL0021,10/20/22 0:00,10/21/22 0:00 -CWC04006,Chiller 6,RUL0021,10/21/22 0:00,10/22/22 0:00 -CWC04006,Chiller 6,RUL0021,10/22/22 0:00,10/23/22 0:00 -CWC04006,Chiller 6,RUL0021,10/23/22 0:00,10/24/22 0:00 -CWC04006,Chiller 6,RUL0021,10/24/22 0:00,10/25/22 0:00 -CWC04006,Chiller 6,RUL0021,10/25/22 0:00,10/25/22 8:42 -CWC04006,Chiller 6,RUL0022,10/25/22 4:00,10/25/22 13:15 -CWC04006,Chiller 6,RUL0021,10/25/22 15:26,10/25/22 23:59 -CWC04006,Chiller 6,RUL0021,10/26/22 0:00,10/26/22 9:45 -CWC04006,Chiller 6,RUL0022,10/26/22 3:45,10/26/22 10:00 -CWC04006,Chiller 6,RUL0021,10/26/22 12:07,10/26/22 23:59 -CWC04006,Chiller 6,RUL0021,10/27/22 0:00,10/27/22 14:18 -CWC04006,Chiller 6,RUL0021,10/28/22 18:28,10/28/22 23:59 -CWC04006,Chiller 6,RUL0021,10/29/22 0:00,10/30/22 0:00 -CWC04006,Chiller 6,RUL0021,10/30/22 0:00,10/31/22 0:00 -CWC04006,Chiller 6,RUL0021,10/31/22 0:00,10/31/22 7:57 -CWC04006,Chiller 6,RUL0022,10/31/22 2:30,10/31/22 16:00 -CWC04006,Chiller 6,RUL0021,10/31/22 19:14,11/1/22 0:00 -CWC04006,Chiller 6,RUL0021,11/1/22 0:00,11/1/22 7:47 -CWC04006,Chiller 6,RUL0022,11/1/22 2:30,11/1/22 10:45 -CWC04006,Chiller 6,RUL0022,11/3/22 3:30,11/3/22 16:00 -CWC04006,Chiller 6,RUL0022,11/4/22 0:00,11/4/22 16:00 -CWC04006,Chiller 6,RUL0022,11/5/22 0:00,11/5/22 16:00 -CWC04006,Chiller 6,RUL0022,11/6/22 0:00,11/6/22 17:00 -CWC04006,Chiller 6,RUL0022,11/7/22 0:00,11/7/22 16:00 -CWC04006,Chiller 6,RUL0022,11/8/22 0:00,11/8/22 8:00 -CWC04006,Chiller 6,RUL0022,11/9/22 4:15,11/9/22 16:00 -CWC04006,Chiller 6,RUL0022,11/10/22 0:00,11/10/22 16:00 -CWC04006,Chiller 6,RUL0022,11/11/22 0:00,11/11/22 7:15 -CWC04006,Chiller 6,RUL0021,11/11/22 10:08,11/11/22 23:59 -CWC04006,Chiller 6,RUL0021,11/12/22 0:00,11/13/22 0:00 -CWC04006,Chiller 6,RUL0021,11/13/22 0:00,11/14/22 0:00 -CWC04006,Chiller 6,RUL0021,11/14/22 0:00,11/14/22 12:25 -CWC04006,Chiller 6,RUL0022,11/14/22 5:45,11/14/22 16:00 -CWC04006,Chiller 6,RUL0022,11/15/22 0:00,11/15/22 16:00 -CWC04006,Chiller 6,RUL0022,11/16/22 0:00,11/16/22 16:00 -CWC04006,Chiller 6,RUL0022,11/17/22 0:00,11/17/22 16:00 -CWC04006,Chiller 6,RUL0022,11/18/22 0:00,11/18/22 16:00 -CWC04006,Chiller 6,RUL0022,11/20/22 3:00,11/20/22 16:00 -CWC04006,Chiller 6,RUL0022,11/21/22 0:00,11/21/22 16:00 -CWC04006,Chiller 6,RUL0022,11/22/22 0:00,11/22/22 16:00 -CWC04006,Chiller 6,RUL0022,11/23/22 0:00,11/23/22 16:00 -CWC04006,Chiller 6,RUL0022,11/24/22 4:15,11/24/22 16:00 -CWC04006,Chiller 6,RUL0022,11/25/22 0:00,11/25/22 16:00 -CWC04006,Chiller 6,RUL0022,11/29/22 0:00,11/29/22 16:00 -CWC04006,Chiller 6,RUL0022,11/30/22 0:00,11/30/22 16:00 -CWC04006,Chiller 6,RUL0022,12/1/22 0:00,12/1/22 16:00 -CWC04006,Chiller 6,RUL0022,12/2/22 0:00,12/2/22 16:00 -CWC04006,Chiller 6,RUL0022,12/3/22 0:00,12/3/22 16:00 -CWC04006,Chiller 6,RUL0022,12/4/22 0:00,12/4/22 5:45 -CWC04006,Chiller 6,RUL0022,12/4/22 6:15,12/4/22 16:00 -CWC04006,Chiller 6,RUL0022,12/5/22 0:00,12/5/22 16:00 -CWC04006,Chiller 6,RUL0022,12/6/22 0:00,12/6/22 16:00 -CWC04006,Chiller 6,RUL0018,12/9/22 17:00,12/9/22 23:23 -CWC04006,Chiller 6,RUL0022,12/10/22 0:00,12/10/22 6:30 -CWC04007,Chiller 7,RUL0012,6/10/20 9:45,6/11/20 0:00 -CWC04007,Chiller 7,RUL0012,6/11/20 0:00,6/11/20 13:30 -CWC04007,Chiller 7,RUL0012,5/20/21 14:45,5/21/21 0:00 -CWC04007,Chiller 7,RUL0012,5/21/21 0:00,5/22/21 0:00 -CWC04007,Chiller 7,RUL0012,6/9/21 16:15,6/9/21 20:45 -CWC04007,Chiller 7,RUL0012,9/14/21 18:45,9/14/21 23:00 -CWC04007,Chiller 7,RUL0012,9/15/21 10:45,9/16/21 0:00 -CWC04007,Chiller 7,RUL0012,9/16/21 0:00,9/16/21 8:45 -CWC04007,Chiller 7,RUL0012,9/16/21 9:00,9/16/21 11:00 -CWC04007,Chiller 7,RUL0012,9/16/21 12:30,9/17/21 0:00 -CWC04007,Chiller 7,RUL0012,9/17/21 0:00,9/18/21 0:00 -CWC04007,Chiller 7,RUL0012,9/18/21 0:00,9/19/21 0:00 -CWC04007,Chiller 7,RUL0012,9/19/21 0:00,9/20/21 0:00 -CWC04007,Chiller 7,RUL0012,9/20/21 0:00,9/20/21 12:30 -CWC04007,Chiller 7,RUL0012,9/21/21 11:00,9/22/21 0:00 -CWC04007,Chiller 7,RUL0012,9/22/21 0:00,9/22/21 11:30 -CWC04007,Chiller 7,RUL0012,9/22/21 15:45,9/23/21 0:00 -CWC04007,Chiller 7,RUL0012,9/23/21 0:00,9/23/21 11:30 -CWC04007,Chiller 7,RUL0022,9/23/21 6:00,9/23/21 12:00 -CWC04007,Chiller 7,RUL0022,6/1/22 6:45,6/1/22 10:00 -CWC04007,Chiller 7,RUL0022,10/31/22 2:30,10/31/22 13:00 -CWC04007,Chiller 7,RUL0022,11/1/22 7:30,11/1/22 16:00 -CWC04007,Chiller 7,RUL0022,11/2/22 0:00,11/2/22 16:00 -CWC04007,Chiller 7,RUL0022,11/3/22 0:00,11/3/22 6:15 -CWC04007,Chiller 7,RUL0022,11/4/22 3:15,11/4/22 16:00 -CWC04007,Chiller 7,RUL0022,11/5/22 0:00,11/5/22 16:00 -CWC04007,Chiller 7,RUL0022,11/6/22 0:00,11/6/22 17:00 -CWC04007,Chiller 7,RUL0022,11/7/22 0:00,11/7/22 16:00 -CWC04007,Chiller 7,RUL0022,11/8/22 0:00,11/8/22 16:00 -CWC04007,Chiller 7,RUL0022,11/9/22 0:00,11/9/22 12:15 -CWC04007,Chiller 7,RUL0022,11/22/22 4:15,11/22/22 16:00 -CWC04007,Chiller 7,RUL0022,11/23/22 0:00,11/23/22 6:30 -CWC04009,Chiller 9,RUL0018,4/7/20 9:09,4/7/20 13:59 -CWC04009,Chiller 9,RUL0018,4/7/20 15:30,4/8/20 0:00 -CWC04009,Chiller 9,RUL0018,4/8/20 0:00,4/9/20 0:00 -CWC04009,Chiller 9,RUL0018,4/9/20 0:00,4/10/20 0:00 -CWC04009,Chiller 9,RUL0018,4/10/20 0:00,4/11/20 0:00 -CWC04009,Chiller 9,RUL0018,4/11/20 0:00,4/12/20 0:00 -CWC04009,Chiller 9,RUL0018,4/12/20 0:00,4/13/20 0:00 -CWC04009,Chiller 9,RUL0018,4/13/20 0:00,4/13/20 12:15 -CWC04009,Chiller 9,RUL0018,4/13/20 12:30,4/14/20 0:00 -CWC04009,Chiller 9,RUL0018,4/14/20 0:00,4/14/20 16:45 -CWC04009,Chiller 9,RUL0018,4/14/20 16:45,4/14/20 23:59 -CWC04009,Chiller 9,RUL0018,4/15/20 0:00,4/16/20 0:00 -CWC04009,Chiller 9,RUL0018,4/16/20 0:00,4/17/20 0:00 -CWC04009,Chiller 9,RUL0018,4/17/20 0:00,4/18/20 0:00 -CWC04009,Chiller 9,RUL0018,4/18/20 0:00,4/19/20 0:00 -CWC04009,Chiller 9,RUL0018,4/19/20 0:00,4/20/20 0:00 -CWC04009,Chiller 9,RUL0018,4/20/20 0:00,4/21/20 0:00 -CWC04009,Chiller 9,RUL0018,4/21/20 0:00,4/22/20 0:00 -CWC04009,Chiller 9,RUL0018,4/22/20 0:00,4/23/20 0:00 -CWC04009,Chiller 9,RUL0018,4/23/20 0:00,4/24/20 0:00 -CWC04009,Chiller 9,RUL0018,4/24/20 0:00,4/25/20 0:00 -CWC04009,Chiller 9,RUL0018,4/25/20 0:00,4/26/20 0:00 -CWC04009,Chiller 9,RUL0018,4/26/20 0:00,4/27/20 0:00 -CWC04009,Chiller 9,RUL0018,4/27/20 0:00,4/28/20 0:00 -CWC04009,Chiller 9,RUL0018,4/28/20 0:00,4/29/20 0:00 -CWC04009,Chiller 9,RUL0018,4/29/20 0:00,4/30/20 0:00 -CWC04009,Chiller 9,RUL0018,4/30/20 0:00,5/1/20 0:00 -CWC04009,Chiller 9,RUL0018,5/1/20 0:00,5/2/20 0:00 -CWC04009,Chiller 9,RUL0018,5/2/20 0:00,5/3/20 0:00 -CWC04009,Chiller 9,RUL0018,5/3/20 0:00,5/4/20 0:00 -CWC04009,Chiller 9,RUL0018,5/4/20 0:00,5/5/20 0:00 -CWC04009,Chiller 9,RUL0018,5/5/20 0:00,5/6/20 0:00 -CWC04009,Chiller 9,RUL0018,5/6/20 0:00,5/7/20 0:00 -CWC04009,Chiller 9,RUL0018,5/7/20 0:00,5/8/20 0:00 -CWC04009,Chiller 9,RUL0018,5/8/20 0:00,5/9/20 0:00 -CWC04009,Chiller 9,RUL0018,5/9/20 0:00,5/9/20 10:37 -CWC04009,Chiller 9,RUL0018,5/9/20 10:37,5/10/20 0:00 -CWC04009,Chiller 9,RUL0018,5/10/20 0:00,5/11/20 0:00 -CWC04009,Chiller 9,RUL0018,5/11/20 0:00,5/11/20 10:45 -CWC04009,Chiller 9,RUL0018,5/11/20 12:30,5/12/20 0:00 -CWC04009,Chiller 9,RUL0018,5/12/20 0:00,5/13/20 0:00 -CWC04009,Chiller 9,RUL0018,5/13/20 0:00,5/14/20 0:00 -CWC04009,Chiller 9,RUL0018,5/14/20 0:00,5/15/20 0:00 -CWC04009,Chiller 9,RUL0018,5/15/20 0:00,5/15/20 17:15 -CWC04009,Chiller 9,RUL0018,5/21/20 5:45,5/21/20 12:30 -CWC04009,Chiller 9,RUL0018,5/27/20 14:35,5/27/20 17:54 -CWC04009,Chiller 9,RUL0018,5/27/20 17:56,5/28/20 0:00 -CWC04009,Chiller 9,RUL0018,5/28/20 0:00,5/29/20 0:00 -CWC04009,Chiller 9,RUL0018,5/29/20 0:00,5/30/20 0:00 -CWC04009,Chiller 9,RUL0018,5/30/20 0:00,5/31/20 0:00 -CWC04009,Chiller 9,RUL0018,5/31/20 0:00,6/1/20 0:00 -CWC04009,Chiller 9,RUL0018,6/1/20 0:00,6/2/20 0:00 -CWC04009,Chiller 9,RUL0018,6/2/20 0:00,6/3/20 0:00 -CWC04009,Chiller 9,RUL0018,6/3/20 0:00,6/4/20 0:00 -CWC04009,Chiller 9,RUL0018,6/4/20 0:00,6/5/20 0:00 -CWC04009,Chiller 9,RUL0018,6/5/20 0:00,6/6/20 0:00 -CWC04009,Chiller 9,RUL0018,6/6/20 0:00,6/6/20 11:40 -CWC04009,Chiller 9,RUL0018,6/8/20 8:15,6/8/20 12:45 -CWC04009,Chiller 9,RUL0018,6/8/20 13:45,6/9/20 0:00 -CWC04009,Chiller 9,RUL0018,6/9/20 0:00,6/9/20 9:00 -CWC04009,Chiller 9,RUL0018,6/9/20 14:15,6/10/20 0:00 -CWC04009,Chiller 9,RUL0018,6/10/20 0:00,6/10/20 19:00 -CWC04009,Chiller 9,RUL0018,6/10/20 19:30,6/11/20 0:00 -CWC04009,Chiller 9,RUL0018,6/11/20 0:00,6/11/20 8:37 -CWC04009,Chiller 9,RUL0018,6/15/20 21:00,6/16/20 0:00 -CWC04009,Chiller 9,RUL0018,6/16/20 0:00,6/16/20 8:19 -CWC04009,Chiller 9,RUL0018,6/16/20 14:00,6/16/20 22:12 -CWC04009,Chiller 9,RUL0018,6/17/20 13:45,6/17/20 22:04 -CWC04009,Chiller 9,RUL0018,6/18/20 12:00,6/18/20 22:53 -CWC04009,Chiller 9,RUL0018,6/19/20 12:30,6/19/20 17:15 -CWC04009,Chiller 9,RUL0018,6/19/20 18:00,6/19/20 23:13 -CWC04009,Chiller 9,RUL0018,6/21/20 12:00,6/22/20 0:00 -CWC04009,Chiller 9,RUL0018,6/22/20 0:00,6/22/20 3:09 -CWC04009,Chiller 9,RUL0018,6/22/20 8:00,6/23/20 0:00 -CWC04009,Chiller 9,RUL0018,6/23/20 0:00,6/23/20 5:49 -CWC04009,Chiller 9,RUL0018,6/24/20 12:00,6/24/20 22:11 -CWC04009,Chiller 9,RUL0018,6/25/20 14:15,6/26/20 0:00 -CWC04009,Chiller 9,RUL0018,6/26/20 8:45,6/26/20 21:30 -CWC04009,Chiller 9,RUL0018,6/27/20 0:00,6/27/20 8:45 -CWC04009,Chiller 9,RUL0018,6/27/20 12:45,6/27/20 16:22 -CWC04009,Chiller 9,RUL0018,6/29/20 9:45,6/29/20 20:43 -CWC04009,Chiller 9,RUL0018,7/1/20 15:45,7/1/20 21:15 -CWC04009,Chiller 9,RUL0018,7/2/20 13:00,7/2/20 16:15 -CWC04009,Chiller 9,RUL0018,7/2/20 16:30,7/3/20 0:00 -CWC04009,Chiller 9,RUL0018,7/3/20 13:30,7/3/20 23:14 -CWC04009,Chiller 9,RUL0018,7/4/20 12:30,7/4/20 23:12 -CWC04009,Chiller 9,RUL0018,7/5/20 11:15,7/6/20 0:00 -CWC04009,Chiller 9,RUL0018,7/6/20 5:30,7/7/20 0:00 -CWC04009,Chiller 9,RUL0018,7/7/20 0:00,7/8/20 0:00 -CWC04009,Chiller 9,RUL0018,7/8/20 0:00,7/9/20 0:00 -CWC04009,Chiller 9,RUL0018,7/9/20 0:00,7/9/20 6:15 -CWC04009,Chiller 9,RUL0018,7/9/20 6:30,7/9/20 11:45 -CWC04009,Chiller 9,RUL0018,7/9/20 17:15,7/9/20 21:00 -CWC04009,Chiller 9,RUL0018,7/10/20 0:00,7/10/20 6:30 -CWC04009,Chiller 9,RUL0018,7/10/20 6:45,7/10/20 13:30 -CWC04009,Chiller 9,RUL0018,7/10/20 16:45,7/10/20 23:40 -CWC04009,Chiller 9,RUL0018,7/11/20 3:45,7/11/20 6:45 -CWC04009,Chiller 9,RUL0018,7/11/20 7:00,7/11/20 13:30 -CWC04009,Chiller 9,RUL0018,7/11/20 17:30,7/12/20 0:00 -CWC04009,Chiller 9,RUL0018,7/12/20 0:00,7/12/20 11:15 -CWC04009,Chiller 9,RUL0018,7/12/20 16:15,7/12/20 19:15 -CWC04009,Chiller 9,RUL0018,7/12/20 20:30,7/13/20 0:00 -CWC04009,Chiller 9,RUL0018,7/13/20 0:00,7/13/20 6:30 -CWC04009,Chiller 9,RUL0018,7/14/20 19:30,7/15/20 0:00 -CWC04009,Chiller 9,RUL0018,7/15/20 0:00,7/15/20 3:45 -CWC04009,Chiller 9,RUL0018,7/15/20 11:30,7/15/20 14:45 -CWC04009,Chiller 9,RUL0018,7/19/20 8:00,7/19/20 11:30 -CWC04009,Chiller 9,RUL0018,7/19/20 17:30,7/19/20 20:45 -CWC04009,Chiller 9,RUL0018,7/20/20 20:15,7/21/20 0:00 -CWC04009,Chiller 9,RUL0018,7/21/20 0:00,7/21/20 10:15 -CWC04009,Chiller 9,RUL0018,7/21/20 20:30,7/22/20 0:00 -CWC04009,Chiller 9,RUL0018,7/22/20 0:00,7/22/20 6:45 -CWC04009,Chiller 9,RUL0018,7/22/20 7:00,7/22/20 10:30 -CWC04009,Chiller 9,RUL0018,7/22/20 19:00,7/23/20 0:00 -CWC04009,Chiller 9,RUL0018,7/23/20 0:00,7/23/20 6:30 -CWC04009,Chiller 9,RUL0018,7/23/20 20:30,7/24/20 0:00 -CWC04009,Chiller 9,RUL0018,7/24/20 18:45,7/25/20 0:00 -CWC04009,Chiller 9,RUL0018,7/25/20 0:30,7/25/20 11:00 -CWC04009,Chiller 9,RUL0018,7/26/20 2:00,7/26/20 5:15 -CWC04009,Chiller 9,RUL0018,7/26/20 11:00,7/26/20 15:07 -CWC04009,Chiller 9,RUL0018,7/26/20 15:07,7/26/20 20:30 -CWC04009,Chiller 9,RUL0018,7/27/20 0:00,7/27/20 3:30 -CWC04009,Chiller 9,RUL0018,7/29/20 20:30,7/30/20 0:00 -CWC04009,Chiller 9,RUL0018,7/30/20 0:45,7/30/20 5:30 -CWC04009,Chiller 9,RUL0018,7/30/20 20:15,7/31/20 0:00 -CWC04009,Chiller 9,RUL0018,7/31/20 9:00,7/31/20 12:15 -CWC04009,Chiller 9,RUL0018,7/31/20 12:30,7/31/20 15:45 -CWC04009,Chiller 9,RUL0018,8/1/20 11:15,8/1/20 14:30 -CWC04009,Chiller 9,RUL0018,8/1/20 15:45,8/1/20 23:15 -CWC04009,Chiller 9,RUL0018,8/2/20 20:30,8/3/20 0:00 -CWC04009,Chiller 9,RUL0018,8/4/20 3:00,8/4/20 6:00 -CWC04009,Chiller 9,RUL0018,8/5/20 14:30,8/6/20 0:00 -CWC04009,Chiller 9,RUL0018,8/6/20 0:00,8/6/20 8:00 -CWC04009,Chiller 9,RUL0018,9/28/20 14:00,9/28/20 17:15 -CWC04009,Chiller 9,RUL0018,11/10/20 16:15,11/10/20 19:45 -CWC04009,Chiller 9,RUL0018,11/26/20 16:15,11/27/20 0:00 -CWC04009,Chiller 9,RUL0018,11/27/20 0:00,11/28/20 0:00 -CWC04009,Chiller 9,RUL0018,11/28/20 0:00,11/29/20 0:00 -CWC04009,Chiller 9,RUL0018,11/30/20 11:30,11/30/20 14:30 -CWC04009,Chiller 9,RUL0018,12/1/20 0:00,12/1/20 3:45 -CWC04009,Chiller 9,RUL0018,12/1/20 5:45,12/1/20 9:30 -CWC04009,Chiller 9,RUL0018,12/1/20 14:30,12/1/20 19:15 -CWC04009,Chiller 9,RUL0018,3/30/21 14:15,3/30/21 19:15 -CWC04009,Chiller 9,RUL0018,4/1/21 13:00,4/1/21 21:15 -CWC04009,Chiller 9,RUL0018,4/2/21 0:00,4/2/21 7:00 -CWC04009,Chiller 9,RUL0018,4/2/21 14:10,4/2/21 23:59 -CWC04009,Chiller 9,RUL0018,4/3/21 0:00,4/3/21 22:50 -CWC04009,Chiller 9,RUL0018,4/21/21 9:52,4/22/21 0:00 -CWC04009,Chiller 9,RUL0018,4/22/21 0:00,4/23/21 0:00 -CWC04009,Chiller 9,RUL0018,4/23/21 0:00,4/24/21 0:00 -CWC04009,Chiller 9,RUL0018,4/24/21 0:00,4/25/21 0:00 -CWC04009,Chiller 9,RUL0018,4/25/21 0:00,4/26/21 0:00 -CWC04009,Chiller 9,RUL0018,4/26/21 0:00,4/27/21 0:00 -CWC04009,Chiller 9,RUL0018,4/27/21 0:00,4/28/21 0:00 -CWC04009,Chiller 9,RUL0018,4/28/21 0:00,4/29/21 0:00 -CWC04009,Chiller 9,RUL0018,4/29/21 0:00,4/30/21 0:00 -CWC04009,Chiller 9,RUL0018,4/30/21 0:00,4/30/21 7:23 -CWC04009,Chiller 9,RUL0018,4/30/21 12:38,5/1/21 0:00 -CWC04009,Chiller 9,RUL0018,5/1/21 0:00,5/2/21 0:00 -CWC04009,Chiller 9,RUL0018,5/2/21 0:00,5/3/21 0:00 -CWC04009,Chiller 9,RUL0018,5/3/21 0:00,5/3/21 9:54 -CWC04009,Chiller 9,RUL0018,5/3/21 9:59,5/4/21 0:00 -CWC04009,Chiller 9,RUL0018,5/4/21 0:00,5/5/21 0:00 -CWC04009,Chiller 9,RUL0018,5/5/21 0:00,5/6/21 0:00 -CWC04009,Chiller 9,RUL0018,5/6/21 0:00,5/7/21 0:00 -CWC04009,Chiller 9,RUL0018,5/7/21 0:00,5/8/21 0:00 -CWC04009,Chiller 9,RUL0018,5/8/21 0:00,5/9/21 0:00 -CWC04009,Chiller 9,RUL0018,5/9/21 0:00,5/10/21 0:00 -CWC04009,Chiller 9,RUL0018,5/10/21 0:00,5/10/21 12:15 -CWC04009,Chiller 9,RUL0017,5/10/21 12:45,5/11/21 0:00 -CWC04009,Chiller 9,RUL0017,5/11/21 0:00,5/12/21 0:00 -CWC04009,Chiller 9,RUL0017,5/12/21 0:00,5/13/21 0:00 -CWC04009,Chiller 9,RUL0017,5/13/21 0:00,5/14/21 0:00 -CWC04009,Chiller 9,RUL0017,5/14/21 0:00,5/15/21 0:00 -CWC04009,Chiller 9,RUL0017,5/15/21 0:00,5/16/21 0:00 -CWC04009,Chiller 9,RUL0017,5/16/21 0:00,5/17/21 0:00 -CWC04009,Chiller 9,RUL0017,5/17/21 0:00,5/18/21 0:00 -CWC04009,Chiller 9,RUL0017,5/18/21 0:00,5/19/21 0:00 -CWC04009,Chiller 9,RUL0017,5/19/21 0:00,5/20/21 0:00 -CWC04009,Chiller 9,RUL0017,5/20/21 0:00,5/20/21 14:45 -CWC04009,Chiller 9,RUL0022,9/16/21 2:45,9/16/21 10:45 -CWC04009,Chiller 9,RUL0022,9/22/21 9:45,9/22/21 16:00 -CWC04009,Chiller 9,RUL0022,9/23/21 5:45,9/23/21 12:00 -CWC04009,Chiller 9,RUL0022,9/24/21 4:00,9/24/21 10:15 -CWC04009,Chiller 9,RUL0022,9/25/21 5:30,9/25/21 16:00 -CWC04009,Chiller 9,RUL0022,9/26/21 0:00,9/26/21 13:15 -CWC04009,Chiller 9,RUL0022,9/27/21 5:00,9/27/21 13:00 -CWC04009,Chiller 9,RUL0022,9/28/21 9:45,9/28/21 16:00 -CWC04009,Chiller 9,RUL0022,9/29/21 0:00,9/29/21 16:00 -CWC04009,Chiller 9,RUL0022,9/30/21 0:00,9/30/21 16:00 -CWC04009,Chiller 9,RUL0022,10/1/21 0:00,10/1/21 12:00 -CWC04009,Chiller 9,RUL0022,10/4/21 7:30,10/4/21 9:30 -CWC04009,Chiller 9,RUL0022,10/19/21 6:45,10/19/21 13:30 -CWC04009,Chiller 9,RUL0022,10/26/21 3:45,10/26/21 16:00 -CWC04009,Chiller 9,RUL0022,10/27/21 0:00,10/27/21 16:00 -CWC04009,Chiller 9,RUL0022,10/28/21 0:00,10/28/21 16:00 -CWC04009,Chiller 9,RUL0022,10/29/21 0:00,10/29/21 16:00 -CWC04009,Chiller 9,RUL0022,10/30/21 0:00,10/30/21 16:00 -CWC04009,Chiller 9,RUL0022,10/31/21 0:00,10/31/21 16:00 -CWC04009,Chiller 9,RUL0022,11/1/21 0:00,11/1/21 1:30 -CWC04009,Chiller 9,RUL0018,11/1/21 3:47,11/1/21 10:14 -CWC04009,Chiller 9,RUL0018,11/1/21 10:45,11/1/21 14:30 -CWC04009,Chiller 9,RUL0018,11/1/21 14:45,11/2/21 0:00 -CWC04009,Chiller 9,RUL0018,11/2/21 0:00,11/2/21 11:30 -CWC04009,Chiller 9,RUL0022,11/9/21 9:30,11/9/21 16:00 -CWC04009,Chiller 9,RUL0022,11/10/21 0:00,11/10/21 8:15 -CWC04009,Chiller 9,RUL0022,11/11/21 9:45,11/11/21 16:00 -CWC04009,Chiller 9,RUL0022,11/12/21 9:45,11/12/21 10:45 -CWC04009,Chiller 9,RUL0022,11/12/21 11:15,11/12/21 16:00 -CWC04009,Chiller 9,RUL0022,11/13/21 0:00,11/13/21 6:00 -CWC04009,Chiller 9,RUL0018,11/13/21 10:14,11/13/21 23:59 -CWC04009,Chiller 9,RUL0018,11/14/21 0:00,11/15/21 0:00 -CWC04009,Chiller 9,RUL0018,11/15/21 0:00,11/15/21 16:49 -CWC04009,Chiller 9,RUL0022,11/15/21 12:15,11/15/21 16:00 -CWC04009,Chiller 9,RUL0022,11/16/21 0:00,11/16/21 16:00 -CWC04009,Chiller 9,RUL0022,11/17/21 0:00,11/17/21 8:15 -CWC04009,Chiller 9,RUL0018,12/1/21 18:45,12/2/21 0:00 -CWC04009,Chiller 9,RUL0018,12/2/21 0:00,12/2/21 5:37 -CWC04009,Chiller 9,RUL0022,8/30/22 7:00,8/30/22 11:30 -CWC04009,Chiller 9,RUL0022,8/31/22 5:45,8/31/22 16:00 -CWC04009,Chiller 9,RUL0022,9/1/22 0:00,9/1/22 16:00 -CWC04009,Chiller 9,RUL0022,9/2/22 0:00,9/2/22 16:00 -CWC04009,Chiller 9,RUL0022,9/3/22 0:00,9/3/22 16:00 -CWC04009,Chiller 9,RUL0022,9/4/22 0:00,9/4/22 13:00 -CWC04009,Chiller 9,RUL0022,10/12/22 8:15,10/12/22 16:00 -CWC04009,Chiller 9,RUL0022,10/13/22 0:00,10/13/22 16:00 -CWC04009,Chiller 9,RUL0022,10/14/22 0:00,10/14/22 16:00 -CWC04009,Chiller 9,RUL0022,10/15/22 0:00,10/15/22 16:00 -CWC04009,Chiller 9,RUL0022,10/16/22 0:00,10/16/22 16:00 -CWC04009,Chiller 9,RUL0022,10/17/22 0:00,10/17/22 16:00 -CWC04009,Chiller 9,RUL0022,10/18/22 7:00,10/18/22 16:00 -CWC04009,Chiller 9,RUL0022,10/19/22 0:00,10/19/22 12:00 -CWC04009,Chiller 9,RUL0022,10/25/22 3:00,10/25/22 13:15 -CWC04009,Chiller 9,RUL0022,10/26/22 3:45,10/26/22 10:00 -CWC04009,Chiller 9,RUL0018,10/27/22 14:18,10/27/22 19:44 -CWC04009,Chiller 9,RUL0018,10/28/22 12:30,10/28/22 16:27 -CWC04009,Chiller 9,RUL0022,10/31/22 2:30,10/31/22 16:00 -CWC04009,Chiller 9,RUL0022,11/1/22 2:30,11/1/22 16:00 -CWC04009,Chiller 9,RUL0022,11/2/22 0:00,11/2/22 16:00 -CWC04009,Chiller 9,RUL0022,11/3/22 0:00,11/3/22 16:00 -CWC04009,Chiller 9,RUL0022,11/4/22 0:00,11/4/22 16:00 -CWC04009,Chiller 9,RUL0022,11/5/22 0:00,11/5/22 7:15 -CWC04009,Chiller 9,RUL0022,11/8/22 4:30,11/8/22 16:00 -CWC04009,Chiller 9,RUL0022,11/9/22 0:00,11/9/22 16:00 -CWC04009,Chiller 9,RUL0022,11/10/22 0:00,11/10/22 16:00 -CWC04009,Chiller 9,RUL0022,11/11/22 0:00,11/11/22 7:15 -CWC04009,Chiller 9,RUL0022,11/14/22 6:15,11/14/22 16:00 -CWC04009,Chiller 9,RUL0022,11/15/22 0:00,11/15/22 16:00 -CWC04009,Chiller 9,RUL0022,11/16/22 0:00,11/16/22 16:00 -CWC04009,Chiller 9,RUL0022,11/17/22 0:00,11/17/22 16:00 -CWC04009,Chiller 9,RUL0022,11/18/22 0:00,11/18/22 16:00 -CWC04009,Chiller 9,RUL0022,11/20/22 3:00,11/20/22 16:00 -CWC04009,Chiller 9,RUL0022,11/21/22 0:00,11/21/22 16:00 -CWC04009,Chiller 9,RUL0022,11/22/22 0:00,11/22/22 4:00 -CWC04009,Chiller 9,RUL0022,11/23/22 2:45,11/23/22 16:00 -CWC04009,Chiller 9,RUL0022,11/24/22 3:30,11/24/22 16:00 -CWC04009,Chiller 9,RUL0022,11/25/22 0:00,11/25/22 16:00 -CWC04009,Chiller 9,RUL0022,11/29/22 0:00,11/29/22 16:00 -CWC04009,Chiller 9,RUL0022,11/30/22 0:00,11/30/22 16:00 -CWC04009,Chiller 9,RUL0022,12/1/22 0:00,12/1/22 16:00 -CWC04009,Chiller 9,RUL0022,12/2/22 0:00,12/2/22 16:00 -CWC04009,Chiller 9,RUL0022,12/3/22 0:00,12/3/22 16:00 -CWC04009,Chiller 9,RUL0022,12/4/22 0:00,12/4/22 16:00 -CWC04009,Chiller 9,RUL0022,12/5/22 0:00,12/5/22 16:00 -CWC04009,Chiller 9,RUL0022,12/6/22 0:00,12/6/22 16:00 -CWC04009,Chiller 9,RUL0018,12/7/22 0:00,12/7/22 23:00 -CWC04009,Chiller 9,RUL0018,12/8/22 0:30,12/8/22 18:45 -CWC04009,Chiller 9,RUL0018,12/9/22 12:15,12/9/22 16:30 -CWC04009,Chiller 9,RUL0022,3/29/23 3:45,3/29/23 11:45 -CWC04009,Chiller 9,RUL0022,3/30/23 15:00,3/30/23 16:00 -CWC04009,Chiller 9,RUL0022,3/31/23 0:00,3/31/23 2:15 \ No newline at end of file diff --git a/src/couchdb/sample_data/work_order/alert_rule.csv b/src/couchdb/sample_data/work_order/alert_rule.csv deleted file mode 100644 index dafd6cda9..000000000 --- a/src/couchdb/sample_data/work_order/alert_rule.csv +++ /dev/null @@ -1,20 +0,0 @@ -rule_id,rule_name,rule_logic -RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,, -RUL0013,Chiller - Low Supply Temperature,, -RUL0014,Chiller - Cooling Substance Delta T Low,, -RUL0015,Chiller - Efficiency,, -RUL0016,Chiller - Condenser Water Flow Through A Chiller That Is Off,, -RUL0017,Chiller - Load Low,, -RUL0018,Chiller - Evaporator Approach High,, -RUL0019,Chiller - Condenser Approach High,, -RUL0020,Chiller - Chilled water differential pressure setpoint attainment,, -RUL0021,Chiller - Excessive Power use in chiller that is off,, -RUL0022,Chiller - Chiller Cycling,, -RUL0023,Chiller - Out of Optimum Energy Loop Mode,, -RUL0024,Chiller - VFD Speed is Low,, -RUL0025,Chiller - VFD Speed is High,, -RUL0026,Chiller - Amperage is High,, -RUL0027,Chiller - Makeup Water High,, -RUL0028,Chiller - Chilled water leaving temperature varies between chillers,, -RUL0029,Chiller - Chiller Off and running chilled water,, -RUL0030,Chiller - Surging,, \ No newline at end of file diff --git a/src/couchdb/sample_data/work_order/alert_rule_failure_code_mapping.csv b/src/couchdb/sample_data/work_order/alert_rule_failure_code_mapping.csv deleted file mode 100644 index 9789f3f30..000000000 --- a/src/couchdb/sample_data/work_order/alert_rule_failure_code_mapping.csv +++ /dev/null @@ -1,35 +0,0 @@ -rule_id,rule_name,primary_code,primary_code_description -RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CS005,Control System Malfunction -RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CS001,Calibration Drift -RUL0013,Chiller - Low Supply Temperature,CS005,Control System Malfunction -RUL0013,Chiller - Low Supply Temperature,CS002,Sensor Failure -RUL0014,Chiller - Cooling Substance Delta T Low,M013,Condenser Plugged -RUL0014,Chiller - Cooling Substance Delta T Low,M014,Condenser Tube Leak -RUL0015,Chiller - Efficiency,M010,Compressor Failure -RUL0015,Chiller - Efficiency,CS005,Control System Malfunction -RUL0016,Chiller - Condenser Water Flow Through A Chiller That Is Off,CS005,Control System Malfunction -RUL0017,Chiller - Load Low,M007,Overloading -RUL0017,Chiller - Load Low,M011,Motor Failure -RUL0018,Chiller - Evaporator Approach High,M003,Deformation -RUL0018,Chiller - Evaporator Approach High,M010,Compressor Failure -RUL0019,Chiller - Condenser Approach High,M013,Condenser Plugged -RUL0019,Chiller - Condenser Approach High,M014,Condenser Tube Leak -RUL0020,Chiller - Chilled water differential pressure setpoint attainment,CS001,Calibration Drift -RUL0020,Chiller - Chilled water differential pressure setpoint attainment,CS002,Sensor Failure -RUL0021,Chiller - Excessive Power use in chiller that is off,M007,Overloading -RUL0021,Chiller - Excessive Power use in chiller that is off,M011,Motor Failure -RUL0022,Chiller - Chiller Cycling,CS005,Control System Malfunction -RUL0023,Chiller - Out of Optimum Energy Loop Mode,CS005,Control System Malfunction -RUL0024,Chiller - VFD Speed is Low,E006,VFD (Variable Frequency Drive) Failure -RUL0024,Chiller - VFD Speed is Low,M011,Motor Failure -RUL0025,Chiller - VFD Speed is High,E006,VFD (Variable Frequency Drive) Failure -RUL0025,Chiller - VFD Speed is High,M007,Overloading -RUL0026,Chiller - Amperage is High,M007,Overloading -RUL0026,Chiller - Amperage is High,M010,Compressor Failure -RUL0027,Chiller - Makeup Water High,L004,Piping Leak -RUL0027,Chiller - Makeup Water High,L005,Seepage -RUL0028,Chiller - Chilled water leaving temperature varies between chillers,CS002,Sensor Failure -RUL0028,Chiller - Chilled water leaving temperature varies between chillers,M014,Condenser Tube Leak -RUL0029,Chiller - Chiller Off and running chilled water,CS005,Control System Malfunction -RUL0030,Chiller - Surging,M010,Compressor Failure -RUL0030,Chiller - Surging,M008,Vibration Issues \ No newline at end of file diff --git a/src/couchdb/sample_data/work_order/all_wo_with_code_component_events.csv b/src/couchdb/sample_data/work_order/all_wo_with_code_component_events.csv deleted file mode 100644 index cf339f735..000000000 --- a/src/couchdb/sample_data/work_order/all_wo_with_code_component_events.csv +++ /dev/null @@ -1,4250 +0,0 @@ -wo_id,wo_description,collection,primary_code,primary_code_description,secondary_code,secondary_code_description,equipment_id,equipment_name,preventive,work_priority,actual_finish,duration,actual_labor_hours -WO259747,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,4/6/16 14:00,3:00,1:00 -WO230718,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,3/23/15 19:30,3:00,1:00 -WO230715,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,3/23/15 19:30,3:00,1:00 -WO387987,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,5/21/21 14:00,3:00,1:00 -WO362082,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,6/26/20 13:00,3:00,1:00 -WO230716,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,3/23/15 19:30,3:00,1:00 -WO285807,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,3/22/17 18:49,3:00,1:00 -WO337045,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,5/19/19 15:30,3:00,1:00 -WO236899,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/18/15 15:30,3:00,1:00 -WO246339,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/19/15 19:30,3:00,1:00 -WO255989,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/23/16 16:00,3:00,1:00 -WO213335,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/15/14 15:30,3:00,1:00 -WO211015,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/27/14 15:30,3:00,1:00 -WO205036,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/18/14 15:30,3:00,1:00 -WO289648,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/24/17 13:08,3:00,1:00 -WO273027,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/26/16 15:00,3:00,1:00 -WO275070,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/18/16 17:53,3:00,1:00 -WO292047,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/21/17 15:10,3:00,1:00 -WO287797,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/20/17 17:48,3:00,1:00 -WO232532,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/29/15 15:30,3:00,1:00 -WO219568,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/19/14 15:30,3:00,1:00 -WO208022,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/29/14 15:30,3:00,1:00 -WO259212,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/23/16 15:00,3:00,1:00 -WO317052,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/22/18 16:36,3:00,1:00 -WO382262,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/1/21 14:00,3:00,1:00 -WO375249,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/13/20 14:00,3:00,1:00 -WO294756,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/3/17 14:40,3:00,1:00 -WO310167,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/13/18 15:14,3:00,1:00 -WO369365,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/12/20 13:00,3:00,1:00 -WO319237,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/17/18 17:56,3:00,1:00 -WO203398,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/11/14 15:30,3:00,1:00 -WO278464,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/10/16 15:09,3:00,1:00 -WO286778,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/6/17 19:51,3:00,1:00 -WO394207,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/18/21 15:30,3:00,1:00 -WO231149,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/31/15 15:30,3:00,1:00 -WO314540,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/24/18 19:46,3:00,1:00 -WO380058,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/25/21 14:00,3:00,1:00 -WO372740,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/6/20 12:00,3:00,1:00 -WO308117,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/16/18 19:36,3:00,1:00 -WO348765,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/8/19 14:00,3:00,1:00 -WO254493,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/8/16 16:00,3:00,1:00 -WO398970,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/7/21 19:19,3:00,1:00 -WO336975,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/1/19 12:00,3:00,1:00 -WO375248,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/13/20 13:00,3:00,1:00 -WO233761,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/5/15 15:30,3:00,1:00 -WO363573,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/3/20 15:00,3:00,1:00 -WO350988,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/5/19 14:00,3:00,1:00 -WO288755,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/2/17 18:42,3:00,1:00 -WO291139,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/7/17 17:55,3:00,1:00 -WO267346,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/11/16 19:50,3:00,1:00 -WO392061,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/13/21 12:00,3:00,1:00 -WO235856,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/2/15 15:30,3:00,1:00 -WO384256,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/31/21 13:00,3:00,1:00 -WO286777,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/6/17 19:49,3:00,1:00 -WO301213,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/21/17 15:05,3:00,1:00 -WO265012,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/8/16 13:35,3:00,1:00 -WO329599,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/24/19 14:00,3:00,1:00 -WO344078,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/31/19 13:00,3:00,1:00 -WO363572,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/3/20 13:00,3:00,1:00 -WO302399,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,12/6/17 18:23,3:00,1:00 -WO389432,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/2/21 15:00,3:00,1:00 -WO270622,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/16/16 15:11,3:00,1:00 -WO248628,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/18/15 20:00,3:00,1:00 -WO311157,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/17/18 17:00,3:00,1:00 -WO201034,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/7/14 15:30,3:00,1:00 -WO249530,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/3/15 14:00,3:00,1:00 -WO356583,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/27/20 14:00,3:00,1:00 -WO213354,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/17/14 15:30,3:00,1:00 -WO327513,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/14/18 15:00,3:00,1:00 -WO320148,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/24/18 14:58,3:00,1:00 -WO246357,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/21/15 15:00,3:00,1:00 -WO311159,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/13/18 13:39,3:00,1:00 -WO306024,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/22/18 19:21,3:00,1:00 -WO330495,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,2/7/19 20:00,3:00,1:00 -WO274023,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/12/16 20:51,3:00,1:00 -WO251135,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/30/15 17:00,3:00,1:00 -WO309082,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/9/18 18:03,3:00,1:00 -WO370428,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/19/20 16:38,3:00,1:00 -WO328584,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,1/10/19 19:00,3:00,1:00 -WO293862,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/20/17 16:49,3:00,1:00 -WO296198,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/28/17 18:27,3:00,1:00 -WO202267,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/29/14 15:30,3:00,1:00 -WO306020,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/12/18 18:58,3:00,1:00 -WO208055,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/30/14 15:30,3:00,1:00 -WO400954,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/22/21 13:15,3:00,1:00 -WO306025,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/16/18 16:07,3:00,1:00 -WO318095,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/24/18 13:37,3:00,1:00 -WO273035,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/23/16 19:00,3:00,1:00 -WO233765,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/5/15 15:30,3:00,1:00 -WO257168,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/1/16 16:00,3:00,1:00 -WO284290,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/6/17 20:50,3:00,1:00 -WO279373,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/27/16 18:33,3:00,1:00 -WO239386,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/21/15 15:30,3:00,1:00 -WO242653,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/10/15 15:30,3:00,1:00 -WO339714,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/11/19 14:00,3:00,1:00 -WO208056,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/30/14 15:30,3:00,1:00 -WO236919,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/16/15 15:30,3:00,1:00 -WO205068,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/18/14 15:30,3:00,1:00 -WO332038,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/28/19 13:00,3:00,1:00 -WO216644,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/24/14 15:30,3:00,1:00 -WO314541,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/24/18 19:45,3:00,1:00 -WO206155,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/1/14 15:30,3:00,1:00 -WO302919,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/30/17 18:56,3:00,1:00 -WO237866,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/29/15 15:30,3:00,1:00 -WO292870,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/12/17 12:59,3:00,1:00 -WO318096,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/27/18 19:00,3:00,1:00 -WO257165,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/4/16 18:30,3:00,1:00 -WO275078,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/19/16 15:06,3:00,1:00 -WO266634,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/22/16 18:27,3:00,1:00 -WO341900,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/26/19 18:30,3:00,1:00 -WO259221,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/10/16 17:30,3:00,1:00 -WO315754,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/13/18 18:32,3:00,1:00 -WO250649,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/17/16 14:00,3:00,1:00 -WO224847,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/19/15 11:00,3:00,1:00 -WO201036,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/6/14 15:30,3:00,1:00 -WO209512,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/13/14 15:30,3:00,1:00 -WO248627,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/19/15 20:30,3:00,1:00 -WO314543,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/1/18 12:58,3:00,1:00 -WO283386,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/13/17 16:42,3:00,1:00 -WO330494,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,2/8/19 16:00,3:00,1:00 -WO289660,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/25/17 17:53,3:00,1:00 -WO392062,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/13/21 15:00,3:00,1:00 -WO198947,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/28/14 15:30,3:00,1:00 -WO241302,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/19/15 15:30,3:00,1:00 -WO214601,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/29/14 15:30,3:00,1:00 -WO277091,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/20/16 16:00,3:00,1:00 -WO381216,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/17/21 14:00,3:00,1:00 -WO280143,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/12/17 15:30,3:00,1:00 -WO272067,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/6/16 16:52,3:00,1:00 -WO286781,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/6/17 19:46,3:00,1:00 -WO202263,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/29/14 15:30,3:00,1:00 -WO253167,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/2/16 18:00,3:00,1:00 -WO298238,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/16/17 13:02,3:00,1:00 -WO329601,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/24/19 16:00,3:00,1:00 -WO282103,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/2/17 20:32,3:00,1:00 -WO235860,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/1/15 15:30,3:00,1:00 -WO315756,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/20/18 19:16,3:00,1:00 -WO336977,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/1/19 18:30,3:00,1:00 -WO376658,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/10/20 14:00,3:00,1:00 -WO309083,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/6/18 15:14,3:00,1:00 -WO240298,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/5/15 15:30,3:00,1:00 -WO291142,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/13/17 13:12,3:00,1:00 -WO323484,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/30/18 13:30,3:00,1:00 -WO330498,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/26/19 21:45,3:00,1:00 -WO248629,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/19/15 14:00,3:00,1:00 -WO347515,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/8/19 13:00,3:00,1:00 -WO318099,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/18/18 13:00,3:00,1:00 -WO324411,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/2/18 13:00,3:00,1:00 -WO318097,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/5/18 18:59,3:00,1:00 -WO272577,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/15/16 18:37,3:00,1:00 -WO216091,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/30/14 7:30,3:00,1:00 -WO227704,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/28/15 15:30,3:00,1:00 -WO400171,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/17/21 20:30,3:00,1:00 -WO376660,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,12/10/20 18:30,3:00,1:00 -WO364671,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/18/20 13:00,3:00,1:00 -WO266187,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/15/16 12:05,3:00,1:00 -WO275080,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/16 18:42,3:00,1:00 -WO243599,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/3/15 19:30,3:00,1:00 -WO222102,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/3/15 15:30,3:00,1:00 -WO366952,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/22/20 17:30,3:00,1:00 -WO342835,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/2/19 17:30,3:00,1:00 -WO198948,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/25/14 7:30,3:00,1:00 -WO211035,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/19/14 7:30,3:00,1:00 -WO289662,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/21/17 15:09,3:00,1:00 -WO227706,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/28/15 15:30,3:00,1:00 -WO395525,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/10/21 13:00,3:00,1:00 -WO374220,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/4/20 18:00,3:00,1:00 -WO287806,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/13/17 13:59,3:00,1:00 -WO219588,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/18/14 7:30,3:00,1:00 -WO324409,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/1/18 13:00,3:00,1:00 -WO283384,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/12/17 14:18,3:00,1:00 -WO258702,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/14/16 13:00,3:00,1:00 -WO381218,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/17/21 18:00,3:00,1:00 -WO238840,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/25/15 15:30,3:00,1:00 -WO335520,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/26/19 23:30,3:00,1:00 -WO279377,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/10/17 15:53,3:00,1:00 -WO238842,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/24/15 7:30,3:00,1:00 -WO270626,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/17/16 18:57,3:00,1:00 -WO285448,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/18/17 14:43,3:00,1:00 -WO236922,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/6/15 7:30,3:00,1:00 -WO230273,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/10/15 7:30,3:00,1:00 -WO291693,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,6/23/17 15:06,3:00,1:00 -WO286348,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,3/31/17 14:01,3:00,1:00 -WO224827,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/20/15 15:30,3:00,1:00 -WO362083,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,6/26/20 15:00,3:00,1:00 -WO387986,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,5/21/21 13:00,3:00,1:00 -WO286345,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,3/31/17 13:35,3:00,1:00 -WO286347,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,3/31/17 13:59,3:00,1:00 -WO259200,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,4/5/16 17:30,3:00,1:00 -WO253149,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/27/16 20:30,3:00,1:00 -WO337046,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,5/19/19 17:00,3:00,1:00 -WO387505,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,5/19/21 12:00,3:00,1:00 -WO337044,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,5/18/19 13:00,3:00,1:00 -WO305992,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/8/18 15:07,3:00,1:00 -WO268660,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/22/16 15:00,3:00,1:00 -WO279365,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/21/16 20:21,3:00,1:00 -WO264048,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/18/16 16:42,3:00,1:00 -WO216626,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/20/14 15:30,3:00,1:00 -WO277078,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/17/16 19:28,3:00,1:00 -WO293856,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/25/17 15:18,3:00,1:00 -WO298229,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/3/17 18:25,3:00,1:00 -WO227682,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/19/15 15:30,3:00,1:00 -WO241282,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/17/15 15:30,3:00,1:00 -WO281201,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/8/17 16:48,3:00,1:00 -WO234921,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/20/15 15:30,3:00,1:00 -WO302914,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/28/17 13:29,3:00,1:00 -WO209519,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/13/14 8:30,3:00,1:00 -WO348764,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/8/19 13:00,3:00,1:00 -WO242649,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/11/15 8:00,3:00,1:00 -WO323481,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/29/18 13:00,3:00,1:00 -WO325614,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/27/18 18:30,3:00,1:00 -WO265016,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/7/16 16:59,3:00,1:00 -WO306018,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/12/18 18:55,3:00,1:00 -WO240295,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/4/15 15:30,3:00,1:00 -WO362355,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,6/26/20 17:30,3:00,1:00 -WO383581,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/24/21 13:00,3:00,1:00 -WO207558,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/22/14 7:30,3:00,1:00 -WO212149,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/3/14 15:30,3:00,1:00 -WO292866,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/5/17 14:17,3:00,1:00 -WO245283,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/6/15 11:45,3:00,1:00 -WO230719,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,3/23/15 19:30,3:00,1:00 -WO294760,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/25/17 18:48,3:00,1:00 -WO311575,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,3/27/18 12:51,3:00,1:00 -WO272063,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/13/16 15:13,3:00,1:00 -WO214597,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/29/14 15:30,3:00,1:00 -WO387985,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,5/21/21 12:00,3:00,1:00 -WO223475,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/5/15 15:30,3:00,1:00 -WO337043,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,5/18/19 12:00,3:00,1:00 -WO358158,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/27/20 13:00,3:00,1:00 -WO311577,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,3/27/18 13:03,3:00,1:00 -WO240294,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/4/15 15:30,3:00,1:00 -WO355527,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/24/20 14:00,3:00,1:00 -WO311576,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,3/27/18 12:56,3:00,1:00 -WO223474,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/5/15 15:30,3:00,1:00 -WO259201,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,4/5/16 19:30,3:00,1:00 -WO284289,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/6/17 20:47,3:00,1:00 -WO247361,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/5/15 15:45,3:00,1:00 -WO291138,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/13/17 13:09,3:00,1:00 -WO362356,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,6/26/20 18:30,3:00,1:00 -WO299187,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/26/17 14:50,3:00,1:00 -WO218165,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/6/14 15:30,3:00,1:00 -WO321415,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/2/18 12:08,3:00,1:00 -WO322330,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/16/18 15:00,3:00,1:00 -WO220618,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/4/14 15:30,3:00,1:00 -WO259748,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,4/6/16 13:00,3:00,1:00 -WO218160,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/5/14 15:30,3:00,1:00 -WO311578,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,3/27/18 13:05,3:00,1:00 -WO312319,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/4/18 18:23,3:00,1:00 -WO281208,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/8/17 16:46,3:00,1:00 -WO384255,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/30/21 18:30,3:00,1:00 -WO346652,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/1/19 17:30,3:00,1:00 -WO358159,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/27/20 15:00,3:00,1:00 -WO332035,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/27/19 18:30,3:00,1:00 -WO333078,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,3/21/19 15:30,3:00,1:00 -WO403092,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/6/22 14:00,3:00,1:00 -WO400955,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/22/21 14:30,3:00,1:00 -WO300258,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/14/17 23:02,3:00,1:00 -WO219586,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/4/14 15:30,3:00,1:00 -WO391036,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/2/21 13:00,3:00,1:00 -WO360972,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/11/20 12:00,3:00,1:00 -WO226120,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/4/15 15:30,3:00,1:00 -WO353399,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/17/20 0:30,3:00,1:00 -WO259220,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/30/16 23:30,3:00,1:00 -WO224846,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/20/15 15:30,3:00,1:00 -WO296191,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/3/17 13:46,3:00,1:00 -WO325611,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/16/18 19:30,3:00,1:00 -WO261660,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/1/16 20:19,3:00,1:00 -WO255996,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/23/16 20:30,3:00,1:00 -WO344079,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/31/19 15:00,3:00,1:00 -WO265013,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/8/16 13:38,3:00,1:00 -WO266627,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/22/16 18:25,3:00,1:00 -WO285814,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/24/17 15:25,3:00,1:00 -WO340676,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,6/27/19 23:30,3:00,1:00 -WO211033,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/25/14 15:30,3:00,1:00 -WO297226,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/22/17 18:46,3:00,1:00 -WO306022,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/19/18 18:42,3:00,1:00 -WO232538,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/22/15 15:30,3:00,1:00 -WO389433,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/2/21 16:00,3:00,1:00 -WO222072,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/18/14 15:30,3:00,1:00 -WO252150,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/24/16 15:00,3:00,1:00 -WO283377,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/20/17 19:45,3:00,1:00 -WO298236,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/7/17 14:11,3:00,1:00 -WO251136,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/23/15 20:00,3:00,1:00 -WO268668,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/21/16 19:00,3:00,1:00 -WO294757,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/21/17 16:47,3:00,1:00 -WO287802,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/2/17 18:33,3:00,1:00 -WO346653,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/1/19 19:30,3:00,1:00 -WO327516,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/13/18 19:30,3:00,1:00 -WO328583,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,1/9/19 19:30,3:00,1:00 -WO261653,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/1/16 20:21,3:00,1:00 -WO300248,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/7/17 20:48,3:00,1:00 -WO243597,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/21/15 19:30,3:00,1:00 -WO283382,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/20/17 19:46,3:00,1:00 -WO321416,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/12/18 13:00,3:00,1:00 -WO270608,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/16/16 15:00,3:00,1:00 -WO282100,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/3/17 17:31,3:00,1:00 -WO239387,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/20/15 15:30,3:00,1:00 -WO309075,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/6/18 15:12,3:00,1:00 -WO268667,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/22/16 15:00,3:00,1:00 -WO260438,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/13/16 12:00,3:00,1:00 -WO311158,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/24/18 14:35,3:00,1:00 -WO334241,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/28/19 12:00,3:00,1:00 -WO266635,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/22/16 12:20,3:00,1:00 -WO285809,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/22/17 17:03,3:00,1:00 -WO287803,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/5/17 17:47,3:00,1:00 -WO272064,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/7/16 13:29,3:00,1:00 -WO220623,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/5/14 7:45,3:00,1:00 -WO298237,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/11/17 18:33,3:00,1:00 -WO232537,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/29/15 15:30,3:00,1:00 -WO216645,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/24/14 15:30,3:00,1:00 -WO280140,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/4/17 18:20,3:00,1:00 -WO275079,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/2/16 16:33,3:00,1:00 -WO202246,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/31/14 15:30,3:00,1:00 -WO260441,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/11/16 13:00,3:00,1:00 -WO319238,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/17/18 17:59,3:00,1:00 -WO283383,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/2/17 18:26,3:00,1:00 -WO251119,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/22/15 17:00,3:00,1:00 -WO300255,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/14/17 23:10,3:00,1:00 -WO233762,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/5/15 15:30,3:00,1:00 -WO255997,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/22/16 20:00,3:00,1:00 -WO310168,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/23/18 13:51,3:00,1:00 -WO205069,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/17/14 15:30,3:00,1:00 -WO312321,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/22/18 13:32,3:00,1:00 -WO239367,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/23/15 15:30,3:00,1:00 -WO274027,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/5/16 16:30,3:00,1:00 -WO272575,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/28/16 13:00,3:00,1:00 -WO236918,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/17/15 15:30,3:00,1:00 -WO279374,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/29/16 20:00,3:00,1:00 -WO230250,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/16/15 19:30,3:00,1:00 -WO234941,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/19/15 15:30,3:00,1:00 -WO327514,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/14/18 16:00,3:00,1:00 -WO269542,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/15/16 16:40,3:00,1:00 -WO341898,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/2/19 19:30,3:00,1:00 -WO354048,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/1/20 16:03,3:00,1:00 -WO245287,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/7/15 14:00,3:00,1:00 -WO248610,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/20/15 0:30,3:00,1:00 -WO333079,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,3/21/19 19:30,3:00,1:00 -WO275992,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/2/16 14:49,3:00,1:00 -WO289661,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/5/17 15:26,3:00,1:00 -WO243571,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/23/15 19:30,3:00,1:00 -WO198921,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/24/14 15:30,3:00,1:00 -WO301216,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/20/17 18:42,3:00,1:00 -WO385705,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/19/21 13:00,3:00,1:00 -WO277092,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/4/16 19:30,3:00,1:00 -WO247365,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/4/15 22:15,3:00,1:00 -WO212153,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/5/14 15:30,3:00,1:00 -WO223478,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/9/15 15:30,3:00,1:00 -WO306026,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/8/18 15:06,3:00,1:00 -WO252153,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/22/16 17:00,3:00,1:00 -WO236920,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/15/15 7:30,3:00,1:00 -WO243601,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/2/15 19:30,3:00,1:00 -WO309084,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/16/18 19:15,3:00,1:00 -WO398136,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/4/21 17:30,3:00,1:00 -WO317055,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/10/18 17:32,3:00,1:00 -WO321418,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/12/18 19:15,3:00,1:00 -WO249533,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/4/15 20:30,3:00,1:00 -WO320149,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/8/18 18:24,3:00,1:00 -WO220626,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/5/14 15:30,3:00,1:00 -WO393307,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/3/21 17:15,3:00,1:00 -WO241305,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/20/15 15:30,3:00,1:00 -WO293863,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/28/17 16:27,3:00,1:00 -WO356585,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/27/20 18:30,3:00,1:00 -WO310170,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/14/18 15:37,3:00,1:00 -WO297229,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/25/17 15:17,3:00,1:00 -WO213355,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/11/14 15:30,3:00,1:00 -WO404246,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/18/22 18:30,3:00,1:00 -WO351786,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/16/19 13:00,3:00,1:00 -WO361945,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/12/20 13:00,3:00,1:00 -WO402110,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,12/11/21 18:00,3:00,1:00 -WO342833,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/2/19 13:00,3:00,1:00 -WO222100,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/3/15 15:30,3:00,1:00 -WO255998,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/19/16 18:30,3:00,1:00 -WO216093,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/29/14 7:30,3:00,1:00 -WO311161,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/13/18 16:03,3:00,1:00 -WO268669,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/20/16 11:35,3:00,1:00 -WO202268,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/28/14 7:30,3:00,1:00 -WO364673,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,6/18/20 17:00,3:00,1:00 -WO232250,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/28/15 7:30,3:00,1:00 -WO213357,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/12/14 15:30,3:00,1:00 -WO202270,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/27/14 7:30,3:00,1:00 -WO344947,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/5/19 13:00,3:00,1:00 -WO293864,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/28/17 16:29,3:00,1:00 -WO326327,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,12/7/18 20:00,3:00,1:00 -WO266189,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,6/13/16 16:57,3:00,1:00 -WO230271,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/7/15 7:30,3:00,1:00 -WO295722,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/7/17 16:39,3:00,1:00 -WO313270,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/23/18 18:56,3:00,1:00 -WO295724,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/8/17 15:16,3:00,1:00 -WO371752,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/25/20 13:00,3:00,1:00 -WO391038,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/2/21 17:00,3:00,1:00 -WO275082,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/26/16 16:27,3:00,1:00 -WO289664,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/20/17 15:00,3:00,1:00 -WO388412,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/27/21 13:00,3:00,1:00 -WO335522,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/27/19 17:00,3:00,1:00 -WO371754,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/25/20 17:30,3:00,1:00 -WO368169,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/28/20 13:00,3:00,1:00 -WO302397,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/7/17 17:47,3:00,1:00 -WO324408,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/21/19 19:30,3:00,1:00 -WO292867,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/5/17 14:20,3:00,1:00 -WO211034,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/25/14 15:30,3:00,1:00 -WO396594,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/22/21 20:30,3:00,1:00 -WO404932,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/8/22 14:00,3:00,1:00 -WO275988,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/2/16 16:26,3:00,1:00 -WO235857,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/2/15 15:30,3:00,1:00 -WO377671,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/23/20 14:00,3:00,1:00 -WO228888,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/4/15 15:30,3:00,1:00 -WO201033,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/7/14 15:30,3:00,1:00 -WO214598,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/29/14 15:30,3:00,1:00 -WO341897,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/2/19 17:30,3:00,1:00 -WO260437,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/13/16 13:00,3:00,1:00 -WO297225,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/22/17 18:35,3:00,1:00 -WO267345,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/15/16 19:50,3:00,1:00 -WO203397,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/11/14 15:30,3:00,1:00 -WO370427,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/20/20 13:00,3:00,1:00 -WO280139,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/4/17 18:19,3:00,1:00 -WO254492,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/8/16 14:00,3:00,1:00 -WO262718,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/13/16 14:00,3:00,1:00 -WO360971,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/8/20 19:00,3:00,1:00 -WO269538,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/5/16 17:16,3:00,1:00 -WO264057,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/19/16 19:04,3:00,1:00 -WO278465,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/10/16 15:12,3:00,1:00 -WO206151,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/2/14 15:30,3:00,1:00 -WO237863,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/30/15 15:30,3:00,1:00 -WO264056,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/21/16 19:00,3:00,1:00 -WO226124,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/6/15 15:30,3:00,1:00 -WO326324,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/3/18 19:00,3:00,1:00 -WO353398,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/16/20 23:30,3:00,1:00 -WO242650,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/11/15 15:30,3:00,1:00 -WO203401,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/11/14 15:30,3:00,1:00 -WO218168,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/6/14 15:30,3:00,1:00 -WO339713,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/11/19 12:30,3:00,1:00 -WO355528,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/24/20 15:00,3:00,1:00 -WO237862,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/30/15 15:30,3:00,1:00 -WO281209,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/4/17 20:19,3:00,1:00 -WO226121,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/4/15 15:30,3:00,1:00 -WO300256,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/14/17 22:58,3:00,1:00 -WO264055,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/20/16 21:20,3:00,1:00 -WO366053,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/2/20 13:00,3:00,1:00 -WO350989,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/5/19 16:00,3:00,1:00 -WO324407,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/21/19 14:00,3:00,1:00 -WO198946,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/28/14 15:30,3:00,1:00 -WO404933,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/7/22 18:30,3:00,1:00 -WO269539,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/5/16 17:20,3:00,1:00 -WO325612,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/16/18 18:30,3:00,1:00 -WO288756,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/4/17 18:57,3:00,1:00 -WO296197,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/29/17 18:28,3:00,1:00 -WO253166,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/1/16 16:00,3:00,1:00 -WO274024,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/12/16 20:52,3:00,1:00 -WO332036,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/27/19 19:30,3:00,1:00 -WO222098,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/20/14 15:30,3:00,1:00 -WO313266,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/9/18 17:04,3:00,1:00 -WO262719,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/13/16 14:04,3:00,1:00 -WO320147,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/24/18 18:51,3:00,1:00 -WO299188,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/26/17 14:53,3:00,1:00 -WO206152,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/2/14 15:30,3:00,1:00 -WO322328,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/10/18 15:00,3:00,1:00 -WO222099,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/20/14 15:30,3:00,1:00 -WO231150,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/31/15 15:30,3:00,1:00 -WO377672,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/23/20 15:00,3:00,1:00 -WO245284,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/8/15 19:30,3:00,1:00 -WO322329,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/10/18 12:06,3:00,1:00 -WO224848,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/24/15 15:30,3:00,1:00 -WO366054,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/2/20 15:00,3:00,1:00 -WO346655,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/30/19 21:30,3:00,1:00 -WO302918,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/2/17 17:08,3:00,1:00 -WO219587,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/4/14 15:30,3:00,1:00 -WO386852,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/6/21 13:00,3:00,1:00 -WO330496,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/1/19 16:00,3:00,1:00 -WO230270,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/16/15 19:30,3:00,1:00 -WO212150,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/3/14 15:30,3:00,1:00 -WO278468,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/9/16 13:16,3:00,1:00 -WO317053,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/22/18 16:38,3:00,1:00 -WO230269,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/16/15 19:30,3:00,1:00 -WO340677,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,7/1/19 18:00,3:00,1:00 -WO368170,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/25/20 13:45,3:00,1:00 -WO273034,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/23/16 13:03,3:00,1:00 -WO261661,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/29/16 21:55,3:00,1:00 -WO254496,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/11/16 16:00,3:00,1:00 -WO234940,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/20/15 15:30,3:00,1:00 -WO313267,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/13/18 12:57,3:00,1:00 -WO326325,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/7/18 16:00,3:00,1:00 -WO292052,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/27/17 14:22,3:00,1:00 -WO339716,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/11/19 19:30,3:00,1:00 -WO241301,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/18/15 15:30,3:00,1:00 -WO267349,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/15/16 19:56,3:00,1:00 -WO395527,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/10/21 17:30,3:00,1:00 -WO231153,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/1/15 15:30,3:00,1:00 -WO300254,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/7/17 20:49,3:00,1:00 -WO227703,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/18/15 15:30,3:00,1:00 -WO288759,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/9/17 12:34,3:00,1:00 -WO246358,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/3/15 13:00,3:00,1:00 -WO279375,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/14/17 14:00,3:00,1:00 -WO299191,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/30/17 17:49,3:00,1:00 -WO292053,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/28/17 18:14,3:00,1:00 -WO328585,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/20/19 0:30,3:00,1:00 -WO227702,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/19/15 15:30,3:00,1:00 -WO348767,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/30/19 21:30,3:00,1:00 -WO270623,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/18/16 19:00,3:00,1:00 -WO284293,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/7/17 19:28,3:00,1:00 -WO315755,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/2/18 12:13,3:00,1:00 -WO308120,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/15/18 12:46,3:00,1:00 -WO213353,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/19/14 15:30,3:00,1:00 -WO243598,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/18/15 19:30,3:00,1:00 -WO344081,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/30/19 21:30,3:00,1:00 -WO285446,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/18/17 14:40,3:00,1:00 -WO262722,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/6/16 22:07,3:00,1:00 -WO319240,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/18/18 14:27,3:00,1:00 -WO326323,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/30/18 20:00,3:00,1:00 -WO285815,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/26/17 19:30,3:00,1:00 -WO334243,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/28/19 15:00,3:00,1:00 -WO207556,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/20/14 15:30,3:00,1:00 -WO253168,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/17/16 18:00,3:00,1:00 -WO398134,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/5/21 13:00,3:00,1:00 -WO306028,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/8/18 15:09,3:00,1:00 -WO383583,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/24/21 17:54,3:00,1:00 -WO359341,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/29/20 13:00,3:00,1:00 -WO354050,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/30/20 22:30,3:00,1:00 -WO277095,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/22/16 17:59,3:00,1:00 -WO291691,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/22/17 15:31,3:00,1:00 -WO224850,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/10/15 7:30,3:00,1:00 -WO359343,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/29/20 17:30,3:00,1:00 -WO261662,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/26/16 15:30,3:00,1:00 -WO309086,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/16/18 19:17,3:00,1:00 -WO315758,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,6/24/18 16:02,3:00,1:00 -WO246361,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/30/15 15:00,3:00,1:00 -WO293866,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/31/17 13:44,3:00,1:00 -WO393305,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/3/21 13:00,3:00,1:00 -WO400169,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/16/21 15:00,3:00,1:00 -WO320151,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/18/18 12:11,3:00,1:00 -WO205070,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/11/14 15:30,3:00,1:00 -WO277093,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/22/16 17:56,3:00,1:00 -WO347517,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/4/19 19:00,3:00,1:00 -WO313268,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/23/18 18:51,3:00,1:00 -WO281212,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/14/17 18:12,3:00,1:00 -WO211037,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/19/14 7:30,3:00,1:00 -WO281210,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/14/17 18:09,3:00,1:00 -WO205072,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/11/14 5:30,3:00,1:00 -WO402108,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/11/21 14:00,3:00,1:00 -WO361947,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/13/20 5:30,3:00,1:00 -WO287804,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/13/17 13:55,3:00,1:00 -WO333080,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/26/19 23:45,3:00,1:00 -WO198950,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/16/14 7:30,3:00,1:00 -WO253170,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/18/16 12:30,3:00,1:00 -WO246359,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/30/15 19:00,3:00,1:00 -WO234942,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/19/15 7:30,3:00,1:00 -WO219590,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/21/14 7:30,3:00,1:00 -WO270624,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/17/16 18:54,3:00,1:00 -WO322332,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/17/18 13:00,3:00,1:00 -WO258700,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/14/16 15:00,3:00,1:00 -WO351788,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,12/16/19 17:00,3:00,1:00 -WO349560,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/20/19 14:00,3:00,1:00 -WO379172,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/13/21 18:30,3:00,1:00 -WO349562,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/20/19 18:30,3:00,1:00 -WO261664,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/3/16 15:28,3:00,1:00 -WO283421,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/15/17 18:26,3:00,1:00 -WO226214,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/23/15 11:30,3:00,1:00 -WO282860,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/21/17 19:21,3:00,1:00 -WO334887,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/11/19 19:30,3:00,1:00 -WO221327,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/2/15 15:30,3:00,1:00 -WO226212,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/19/15 11:01,3:00,1:00 -WO384328,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/15/21 15:30,3:00,1:00 -WO384327,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/12/21 20:30,3:00,1:00 -WO283422,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/25/17 19:33,3:00,1:00 -WO380509,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/5/21 17:30,3:00,1:00 -WO277166,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/13/17 17:45,3:00,1:00 -WO309163,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/19/18 19:30,3:00,1:00 -WO358244,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/2/20 15:30,3:00,1:00 -WO219673,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/7/15 19:30,3:00,1:00 -WO308743,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/10/18 15:00,3:00,1:00 -WO278991,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/27/16 18:35,3:00,1:00 -WO333249,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/19/19 13:00,3:00,1:00 -WO308216,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/10/18 19:00,3:00,1:00 -WO311242,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/14/18 13:51,3:00,1:00 -WO257293,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/1/16 19:20,3:00,1:00 -WO226210,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/17/15 13:29,3:00,1:00 -WO404046,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/24/22 12:15,3:00,1:00 -WO226215,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/26/15 11:30,3:00,1:00 -WO248713,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/26/16 12:40,3:00,1:00 -WO250699,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/29/15 20:00,3:00,1:00 -WO355095,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/17/20 14:00,3:00,1:00 -WO250701,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/16/15 15:30,3:00,1:00 -WO279815,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/27/17 17:57,3:00,1:00 -WO250705,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/20/16 16:30,3:00,1:00 -WO256049,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/7/16 20:07,3:00,1:00 -WO358242,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/3/20 14:00,3:00,1:00 -WO362063,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/14/20 12:30,3:00,1:00 -WO283818,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/27/17 15:12,3:00,1:00 -WO251199,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/2/16 19:30,3:00,1:00 -WO359949,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/14/20 15:30,3:00,1:00 -WO360469,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/21/20 13:00,3:00,1:00 -WO405304,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/21/22 15:30,3:00,1:00 -WO329681,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/31/19 17:30,3:00,1:00 -WO385283,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/7/21 15:30,3:00,1:00 -WO385901,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/21/21 15:30,3:00,1:00 -WO386400,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/16/21 13:00,3:00,1:00 -WO230414,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/3/15 15:30,3:00,1:00 -WO360468,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/16/20 19:30,3:00,1:00 -WO385900,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/13/21 19:30,3:00,1:00 -WO404620,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/2/22 17:00,3:00,1:00 -WO296785,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,9/21/17 19:30,3:00,1:00 -WO212297,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,11/23/14 10:00,3:00,1:00 -WO242781,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,10/17/15 14:05,3:00,1:00 -WO259373,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/16/16 15:00,3:00,1:00 -WO229012,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/16/15 19:02,3:00,1:00 -WO327207,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,12/14/18 14:45,3:00,1:00 -WO250043,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/17/15 14:00,3:00,1:00 -WO303032,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/5/18 18:46,3:00,1:00 -WO280290,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/4/17 18:25,3:00,1:00 -WO282857,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/21/17 18:20,3:00,1:00 -WO308217,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/15/18 14:00,3:00,1:00 -WO304603,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/27/17 14:41,3:00,1:00 -WO308214,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/10/18 16:00,3:00,1:00 -WO333248,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/19/19 14:00,3:00,1:00 -WO222165,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/24/15 7:30,3:00,1:00 -WO254586,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/25/16 14:25,3:00,1:00 -WO308741,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/10/18 14:00,3:00,1:00 -WO308218,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/15/18 17:00,3:00,1:00 -WO384326,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/1/21 16:30,3:00,1:00 -WO256612,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/17/16 19:25,3:00,1:00 -WO335588,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/23/19 15:30,3:00,1:00 -WO227063,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/4/15 10:00,3:00,1:00 -WO228266,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/16/15 19:30,3:00,1:00 -WO282855,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/20/17 16:01,3:00,1:00 -WO226209,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/4/15 7:52,3:00,1:00 -WO304605,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/20/17 18:41,3:00,1:00 -WO257291,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/28/16 19:22,3:00,1:00 -WO282859,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/21/17 18:20,3:00,1:00 -WO308212,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/10/18 20:30,3:00,1:00 -WO359951,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/10/20 19:30,3:00,1:00 -WO228267,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/18/15 19:30,3:00,1:00 -WO333243,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/7/19 20:30,3:00,1:00 -WO304148,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/29/18 14:29,3:00,1:00 -WO279437,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/14/17 13:27,3:00,1:00 -WO354490,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/7/20 22:30,3:00,1:00 -WO284416,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/29/17 22:48,3:00,1:00 -WO227060,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/16/15 15:30,3:00,1:00 -WO308740,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/12/18 12:17,3:00,1:00 -WO387486,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/14/21 16:00,3:00,1:00 -WO248712,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/3/16 15:30,3:00,1:00 -WO336500,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/19/19 14:00,3:00,1:00 -WO381358,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/25/21 16:30,3:00,1:00 -WO402641,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,12/28/21 18:30,3:00,1:00 -WO330133,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/14/19 19:00,3:00,1:00 -WO380444,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/30/21 15:30,3:00,1:00 -WO336028,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/17/19 12:30,3:00,1:00 -WO285701,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/13/17 16:52,3:00,1:00 -WO302069,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,11/28/17 13:50,3:00,1:00 -WO276163,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,11/3/16 18:06,3:00,1:00 -WO351954,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,12/8/19 19:30,3:00,1:00 -WO276161,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,11/3/16 18:04,3:00,1:00 -WO311660,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,3/27/18 13:08,3:00,1:00 -WO362353,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,6/26/20 14:00,3:00,1:00 -WO286433,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,3/31/17 14:04,3:00,1:00 -WO347198,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,10/12/19 12:30,3:00,1:00 -WO270691,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,8/22/16 13:30,3:00,1:00 -WO303031,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/27/17 14:51,3:00,1:00 -WO219736,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/26/14 15:30,3:00,1:00 -WO248773,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/25/15 20:30,3:00,1:00 -WO254582,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/9/16 17:49,3:00,1:00 -WO358247,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/3/20 12:00,3:00,1:00 -WO254588,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/29/16 15:39,3:00,1:00 -WO222161,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/28/14 15:30,3:00,1:00 -WO384322,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/10/21 20:30,3:00,1:00 -WO333247,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/8/19 20:30,3:00,1:00 -WO358248,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/2/20 19:30,3:00,1:00 -WO334885,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/12/19 19:30,3:00,1:00 -WO256048,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/17/16 20:00,3:00,1:00 -WO309619,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/15/18 18:30,3:00,1:00 -WO282861,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/21/17 18:56,3:00,1:00 -WO219674,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/19/15 5:00,3:00,1:00 -WO277167,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/13/17 18:18,3:00,1:00 -WO333245,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/8/19 13:00,3:00,1:00 -WO309161,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/19/18 15:30,3:00,1:00 -WO222160,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/9/15 15:30,3:00,1:00 -WO335590,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/19/19 19:30,3:00,1:00 -WO329270,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/14/19 13:30,3:00,1:00 -WO278996,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/25/17 20:22,3:00,1:00 -WO254584,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/24/16 18:30,3:00,1:00 -WO227061,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/9/15 19:30,3:00,1:00 -WO385285,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/3/21 19:30,3:00,1:00 -WO304153,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/6/18 15:05,3:00,1:00 -WO305006,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/5/18 16:11,3:00,1:00 -WO354132,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/1/20 14:00,3:00,1:00 -WO230413,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/20/15 15:30,3:00,1:00 -WO256051,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/14/16 19:57,3:00,1:00 -WO283820,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/27/17 19:40,3:00,1:00 -WO384324,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/12/21 15:30,3:00,1:00 -WO358246,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/1/20 19:30,3:00,1:00 -WO254587,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/29/16 13:19,3:00,1:00 -WO222650,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/26/14 15:30,3:00,1:00 -WO283424,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/1/17 20:02,3:00,1:00 -WO256614,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/21/16 19:07,3:00,1:00 -WO285957,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/3/17 17:05,3:00,1:00 -WO309617,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/16/18 18:30,3:00,1:00 -WO229010,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/16/15 19:01,3:00,1:00 -WO361028,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/14/20 14:00,3:00,1:00 -WO284414,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/28/17 22:45,3:00,1:00 -WO259374,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/5/16 15:30,3:00,1:00 -WO310244,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/18/18 12:35,3:00,1:00 -WO218411,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,11/3/14 15:30,3:00,1:00 -WO351965,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,12/8/19 20:30,3:00,1:00 -WO327214,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,12/14/18 15:00,3:00,1:00 -WO256718,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,5/11/16 12:30,3:00,1:00 -WO290786,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,7/21/17 16:40,3:00,1:00 -WO367152,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,10/20/20 19:00,3:00,1:00 -WO341536,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,7/8/20 14:04,3:00,1:00 -WO265199,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,8/19/16 21:30,3:00,1:00 -WO271166,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,9/29/16 14:45,3:00,1:00 -WO347231,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,5/28/20 13:55,3:00,1:00 -WO309252,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,3/28/18 13:00,3:00,1:00 -WO334373,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,4/17/19 17:15,3:00,1:00 -WO348016,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,12/10/19 19:30,3:00,1:00 -WO398630,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,10/5/21 15:30,3:00,1:00 -WO305622,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/3/18 21:32,3:00,1:00 -WO322072,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,10/24/18 18:30,3:00,1:00 -WO305627,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/16/18 19:44,3:00,1:00 -WO252352,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/7/16 13:00,3:00,1:00 -WO373355,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,10/26/20 17:00,3:00,1:00 -WO271638,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,12/16/16 17:29,3:00,1:00 -WO211107,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,9/4/14 15:30,3:00,1:00 -WO372329,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,9/30/20 12:00,3:00,1:00 -WO296253,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,11/29/17 20:26,3:00,1:00 -WO377769,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,12/15/20 17:57,3:00,1:00 -WO247570,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,11/6/15 14:00,3:00,1:00 -WO230890,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,3/23/15 19:30,3:00,1:00 -WO247572,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,11/6/15 16:00,3:00,1:00 -WO259853,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,4/5/16 18:30,3:00,1:00 -WO230927,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,4/17/15 17:30,3:00,1:00 -WO388108,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/13/21 14:00,3:00,1:00 -WO273707,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,10/17/16 19:30,3:00,1:00 -WO363766,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,5/28/20 13:07,3:00,1:00 -WO323258,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,10/18/18 15:30,3:00,1:00 -WO312515,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,5/10/18 15:00,3:00,1:00 -WO298876,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,9/28/17 19:30,3:00,1:00 -WO232073,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,4/30/15 15:30,3:00,1:00 -WO244384,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,9/25/15 15:30,3:00,1:00 -WO287547,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,5/15/17 20:30,3:00,1:00 -WO277241,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/30/17 12:14,3:00,1:00 -WO232072,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,4/28/15 15:30,3:00,1:00 -WO212967,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,9/7/14 15:30,3:00,1:00 -WO324167,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,11/27/18 15:00,3:00,1:00 -WO303526,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,2/1/18 19:42,3:00,1:00 -WO343351,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,8/29/19 14:00,3:00,1:00 -WO243372,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,9/15/15 15:30,3:00,1:00 -WO297543,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,11/29/17 20:14,3:00,1:00 -WO237635,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,7/10/15 7:30,3:00,1:00 -WO292644,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,7/26/17 14:53,3:00,1:00 -WO302071,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,11/28/17 19:05,3:00,1:00 -WO343349,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,8/29/19 12:00,3:00,1:00 -WO266741,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,8/2/16 19:30,3:00,1:00 -WO348443,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,11/6/19 13:00,3:00,1:00 -WO337071,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,5/19/19 13:00,3:00,1:00 -WO398236,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,10/7/21 19:19,3:00,1:00 -WO218389,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,11/3/14 15:30,3:00,1:00 -WO388006,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,5/21/21 16:00,3:00,1:00 -WO320888,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,9/20/18 12:04,3:00,1:00 -WO241373,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,8/22/15 15:30,3:00,1:00 -WO218388,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,11/3/14 15:30,3:00,1:00 -WO377799,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,12/13/20 16:00,3:00,1:00 -WO402643,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,12/28/21 19:30,3:00,1:00 -WO343353,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,8/8/19 14:45,3:00,1:00 -WO303070,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/29/17 18:55,3:00,1:00 -WO205740,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,6/27/14 13:30,3:00,1:00 -WO202869,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,7/9/14 11:00,3:00,1:00 -WO235605,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,8/3/15 22:30,3:00,1:00 -WO290787,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,7/21/17 15:09,3:00,1:00 -WO367153,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,10/20/20 19:00,3:00,1:00 -WO372367,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,9/22/20 19:00,3:00,1:00 -WO228423,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,4/30/15 15:30,3:00,1:00 -WO296301,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,10/10/17 19:00,3:00,1:00 -WO322842,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,9/26/18 17:00,3:00,1:00 -WO315856,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,7/17/18 15:30,3:00,1:00 -WO323707,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/21/19 15:30,3:00,1:00 -WO299379,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/13/18 15:30,3:00,1:00 -WO302082,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,11/28/17 19:06,3:00,1:00 -WO247586,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,11/6/15 17:00,3:00,1:00 -WO276176,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,11/3/16 18:09,3:00,1:00 -WO315857,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,7/18/18 19:00,3:00,1:00 -WO235604,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,7/2/15 13:30,3:00,1:00 -WO202870,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,6/24/14 13:00,3:00,1:00 -WO283927,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,4/25/17 21:30,3:00,1:00 -WO242150,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,10/10/15 17:00,3:00,1:00 -WO211683,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,9/3/14 15:30,3:00,1:00 -WO341535,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,7/8/20 14:05,3:00,1:00 -WO359523,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,5/28/20 13:56,3:00,1:00 -WO265198,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,8/19/16 19:00,3:00,1:00 -WO273703,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,10/5/16 14:00,3:00,1:00 -WO259916,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/16/16 17:21,3:00,1:00 -WO337117,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/14/19 19:30,3:00,1:00 -WO362629,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/20/20 17:00,3:00,1:00 -WO287545,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,5/5/17 18:00,3:00,1:00 -WO273708,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,10/18/16 18:00,3:00,1:00 -WO380173,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/7/21 16:30,3:00,1:00 -WO261379,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,5/1/16 17:00,3:00,1:00 -WO232071,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,5/8/15 8:00,3:00,1:00 -WO317758,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,8/9/18 15:10,3:00,1:00 -WO312514,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,5/10/18 16:30,3:00,1:00 -WO244388,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,10/9/15 14:00,3:00,1:00 -WO214111,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,9/30/14 14:00,3:00,1:00 -WO323255,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,9/24/18 16:00,3:00,1:00 -WO375434,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,10/21/20 19:00,3:00,1:00 -WO292642,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,7/26/17 14:51,3:00,1:00 -WO348445,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,11/6/19 15:00,3:00,1:00 -WO237637,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,7/10/15 7:30,3:00,1:00 -WO272261,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,9/12/16 17:03,3:00,1:00 -WO266743,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,8/24/16 13:29,3:00,1:00 -WO213627,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,10/10/14 7:30,3:00,1:00 -WO272259,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,9/12/16 17:00,3:00,1:00 -WO243370,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,9/15/15 15:30,3:00,1:00 -WO312038,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,6/21/18 13:30,3:00,1:00 -WO298881,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,9/28/17 20:30,3:00,1:00 -WO286487,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,3/29/17 17:05,3:00,1:00 -WO349284,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,5/28/20 13:05,3:00,1:00 -WO287549,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,4/27/17 20:30,3:00,1:00 -WO338403,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,6/4/19 18:30,3:00,1:00 -WO323256,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,9/26/18 16:00,3:00,1:00 -WO312513,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,6/6/18 13:15,3:00,1:00 -WO323259,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,10/18/18 13:15,3:00,1:00 -WO287548,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,4/27/17 20:00,3:00,1:00 -WO214107,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,10/14/14 15:00,3:00,1:00 -WO375431,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,10/21/20 19:00,3:00,1:00 -WO349287,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,5/28/20 13:06,3:00,1:00 -WO298880,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,10/12/17 18:36,3:00,1:00 -WO267236,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,7/4/16 6:45,3:00,1:00 -WO369108,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,7/23/20 19:00,3:00,1:00 -WO292653,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,7/14/17 12:00,3:00,1:00 -WO303524,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,2/1/18 19:39,3:00,1:00 -WO220289,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,11/29/14 15:30,3:00,1:00 -WO324165,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,11/27/18 13:00,3:00,1:00 -WO416068,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,8/17/22 16:30,3:00,1:00 -WO319382,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,9/17/18 13:11,3:00,1:00 -WO319380,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,9/17/18 13:08,3:00,1:00 -WO297541,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,11/29/17 20:17,3:00,1:00 -WO274285,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/21/16 15:30,3:00,1:00 -WO317766,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,7/16/18 19:00,3:00,1:00 -WO237651,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,6/30/15 12:00,3:00,1:00 -WO245628,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/29/16 15:00,3:00,1:00 -WO377972,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,12/22/20 15:30,3:00,1:00 -WO387149,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,5/14/21 12:32,3:00,1:00 -WO403803,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,1/12/22 14:30,3:00,1:00 -WO393574,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,7/29/21 18:30,3:00,1:00 -WO325835,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/23/19 20:00,3:00,1:00 -WO325837,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,1/4/19 20:00,3:00,1:00 -WO353168,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,1/14/20 18:30,3:00,1:00 -WO369199,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,7/23/20 19:00,3:00,1:00 -WO351294,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,3/16/20 16:00,3:00,1:00 -WO312190,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/25/18 19:00,3:00,1:00 -WO338520,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,6/26/19 18:00,3:00,1:00 -WO388298,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,5/21/21 17:30,3:00,1:00 -WO377505,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04010,Chiller 10,TRUE,5,4/6/21 18:30,3:00,1:00 -WO405421,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,2/21/22 20:00,3:00,1:00 -WO374043,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,10/13/20 15:00,3:00,1:00 -WO364520,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,6/12/20 19:00,3:00,1:00 -WO360234,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,4/20/20 15:00,3:00,1:00 -WO352097,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,12/8/19 13:00,3:00,1:00 -WO400064,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,11/10/21 17:30,3:00,1:00 -WO371141,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,9/17/20 16:30,3:00,1:00 -WO360236,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,4/22/20 15:00,3:00,1:00 -WO367298,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,7/7/20 19:00,3:00,1:00 -WO384007,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,6/21/21 19:00,3:00,1:00 -WO384009,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,6/21/21 20:00,3:00,1:00 -WO384011,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,6/29/21 14:18,3:00,1:00 -WO386598,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,6/21/21 21:00,3:00,1:00 -WO393590,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,8/18/21 14:00,3:00,1:00 -WO323482,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/16/18 20:12,3:00,1:00 -WO350682,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,12/3/19 14:00,3:00,1:00 -WO387147,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,5/13/21 15:00,3:00,1:00 -WO364522,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,6/5/20 13:00,3:00,1:00 -WO374039,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,10/13/20 13:00,3:00,1:00 -WO340903,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,6/26/19 17:30,3:00,1:00 -WO333653,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,3/29/19 14:00,3:00,1:00 -WO358650,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/23/20 19:00,3:00,1:00 -WO367294,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,7/8/20 19:00,3:00,1:00 -WO339014,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,6/5/19 12:00,3:00,1:00 -WO400066,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,11/12/21 15:30,3:00,1:00 -WO376515,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/24/21 18:30,3:00,1:00 -WO350671,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/26/20 14:00,3:00,1:00 -WO325833,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/7/19 19:00,3:00,1:00 -WO350673,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/8/20 19:30,3:00,1:00 -WO367296,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,7/9/20 18:30,3:00,1:00 -WO362354,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,6/26/20 16:00,3:00,1:00 -WO402780,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,12/29/21 20:30,3:00,1:00 -WO343429,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,8/15/19 18:00,3:00,1:00 -WO377502,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,2/12/21 19:30,3:00,1:00 -WO377503,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/15/21 17:00,3:00,1:00 -WO387151,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,5/13/21 13:00,3:00,1:00 -WO357317,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,2/26/20 18:00,3:00,1:00 -WO380658,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,2/4/21 17:00,3:00,1:00 -WO374041,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,10/29/20 16:30,3:00,1:00 -WO405423,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,2/24/22 17:30,3:00,1:00 -WO393576,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,8/5/21 17:30,3:00,1:00 -WO400068,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,11/12/21 17:30,3:00,1:00 -WO380384,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/10/21 19:30,3:00,1:00 -WO264059,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/26/16 12:32,3:00,1:00 -WO384006,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,6/21/21 17:00,3:00,1:00 -WO328587,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/19/19 20:30,3:00,1:00 -WO391366,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,10/1/21 12:00,3:00,1:00 -WO374218,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/4/20 14:27,3:00,1:00 -WO391368,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,10/1/21 14:00,3:00,1:00 -WO241303,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/20/15 15:30,3:00,1:00 -WO391370,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,10/1/21 17:00,3:00,1:00 -WO393588,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,8/18/21 12:00,3:00,1:00 -WO372741,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/6/20 13:00,3:00,1:00 -WO376517,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/17/21 19:00,3:00,1:00 -WO325839,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/18/19 23:00,3:00,1:00 -WO333652,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/20/19 21:00,3:00,1:00 -WO351295,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/15/20 18:30,3:00,1:00 -WO351297,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04010,Chiller 10,TRUE,5,2/21/20 17:30,3:00,1:00 -WO393572,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,8/6/21 15:00,3:00,1:00 -WO389853,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,6/14/21 19:00,3:00,1:00 -WO391813,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,7/10/21 17:00,3:00,1:00 -WO358651,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,6/23/20 20:00,3:00,1:00 -WO353164,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,1/14/20 16:00,3:00,1:00 -WO337243,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,5/19/19 14:00,3:00,1:00 -WO353166,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,1/20/20 16:00,3:00,1:00 -WO377970,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,12/18/20 21:00,3:00,1:00 -WO405425,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,2/22/22 14:00,3:00,1:00 -WO360238,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,4/20/20 17:00,3:00,1:00 -WO380660,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,2/2/21 16:00,3:00,1:00 -WO396922,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,12/28/21 14:00,3:00,1:00 -WO380656,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,2/4/21 19:30,3:00,1:00 -WO398377,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,10/7/21 19:00,3:00,1:00 -WO396924,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,12/28/21 16:00,3:00,1:00 -WO396926,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,12/28/21 18:00,3:00,1:00 -WO384631,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,3/31/21 17:00,3:00,1:00 -WO393587,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,8/17/21 18:00,3:00,1:00 -WO399661,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,11/19/21 20:00,3:00,1:00 -WO404244,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/19/22 14:00,3:00,1:00 -WO396595,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/22/21 21:30,3:00,1:00 -WO366950,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/22/20 16:45,3:00,1:00 -WO388410,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/26/21 13:00,3:00,1:00 -WO298240,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/16/17 13:05,3:00,1:00 -WO344949,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/4/19 7:00,3:00,1:00 -WO234944,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/22/15 7:30,3:00,1:00 -WO394208,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/18/21 16:21,3:00,1:00 -WO382261,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/1/21 13:00,3:00,1:00 -WO256000,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/19/16 20:30,3:00,1:00 -WO334240,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/27/19 16:00,3:00,1:00 -WO268671,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/20/16 14:12,3:00,1:00 -WO249529,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/3/15 13:00,3:00,1:00 -WO252149,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/25/16 19:30,3:00,1:00 -WO228885,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/2/15 15:30,3:00,1:00 -WO257164,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/4/16 16:00,3:00,1:00 -WO398971,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/7/21 19:19,3:00,1:00 -WO386851,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/6/21 12:00,3:00,1:00 -WO385707,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/16/21 14:00,3:00,1:00 -WO275989,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/31/16 13:29,3:00,1:00 -WO301212,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/20/17 18:45,3:00,1:00 -WO247362,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/5/15 16:30,3:00,1:00 -WO333082,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/25/19 23:30,3:00,1:00 -WO312318,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/3/18 15:32,3:00,1:00 -WO250647,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/3/16 19:00,3:00,1:00 -WO336974,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/30/19 15:30,3:00,1:00 -WO209515,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/13/14 8:00,3:00,1:00 -WO329598,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/24/19 13:00,3:00,1:00 -WO228884,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/2/15 15:30,3:00,1:00 -WO282099,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/31/17 14:40,3:00,1:00 -WO379170,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/12/21 18:00,3:00,1:00 -WO248631,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/20/15 14:00,3:00,1:00 -WO308116,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/16/18 19:37,3:00,1:00 -WO369367,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/12/20 17:00,3:00,1:00 -WO232252,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/3/15 15:30,3:00,1:00 -WO380059,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/26/21 13:00,3:00,1:00 -WO403091,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/6/22 13:00,3:00,1:00 -WO33617,Routine Maintenance and more specific Unscheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,1,10/15/10 15:30,3:00,1:00 -WO351922,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,12/8/19 16:00,3:00,1:00 -WO247324,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,11/6/15 13:00,3:00,1:00 -WO259202,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,4/6/16 12:00,3:00,1:00 -WO246338,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,10/22/15 18:30,3:00,1:00 -WO340688,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,6/26/19 13:00,3:00,1:00 -WO324401,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/16/18 16:30,3:00,1:00 -WO241281,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,8/18/15 15:30,3:00,1:00 -WO236898,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/15/15 15:30,3:00,1:00 -WO208035,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,7/29/14 15:30,3:00,1:00 -WO230249,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/17/15 19:30,3:00,1:00 -WO261652,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/27/16 21:27,3:00,1:00 -WO239366,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,7/23/15 15:30,3:00,1:00 -WO266626,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/23/16 16:52,3:00,1:00 -WO275069,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,10/20/16 13:00,3:00,1:00 -WO338323,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,6/26/19 17:45,3:00,1:00 -WO273026,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,9/20/16 18:06,3:00,1:00 -WO198920,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/24/14 15:30,3:00,1:00 -WO213334,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,9/16/14 15:30,3:00,1:00 -WO328577,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,1/8/19 18:30,3:00,1:00 -WO330490,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,2/11/19 16:00,3:00,1:00 -WO300247,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/10/17 1:00,3:00,1:00 -WO227681,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/20/15 15:30,3:00,1:00 -WO222071,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/18/14 15:30,3:00,1:00 -WO234938,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/21/15 15:30,3:00,1:00 -WO287800,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/21/17 16:42,3:00,1:00 -WO261658,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/2/16 19:27,3:00,1:00 -WO326321,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/29/18 13:30,3:00,1:00 -WO255994,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/18/16 16:00,3:00,1:00 -WO243595,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/19/15 19:30,3:00,1:00 -WO279372,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/23/16 14:44,3:00,1:00 -WO266632,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/23/16 16:54,3:00,1:00 -WO273032,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/20/16 18:08,3:00,1:00 -WO239384,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/23/15 15:30,3:00,1:00 -WO326322,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/29/18 15:00,3:00,1:00 -WO246355,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/22/15 18:30,3:00,1:00 -WO222097,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/18/14 15:30,3:00,1:00 -WO267347,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/15/16 19:53,3:00,1:00 -WO300252,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/31/17 16:57,3:00,1:00 -WO236916,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/22/15 15:30,3:00,1:00 -WO227700,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/20/15 15:30,3:00,1:00 -WO333076,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,3/21/19 12:00,3:00,1:00 -WO293860,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/24/17 16:48,3:00,1:00 -WO254495,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/11/16 14:00,3:00,1:00 -WO224845,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/21/15 15:30,3:00,1:00 -WO294758,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/25/17 18:46,3:00,1:00 -WO301215,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/20/17 18:41,3:00,1:00 -WO330493,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/11/19 13:30,3:00,1:00 -WO236917,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/22/15 15:30,3:00,1:00 -WO311155,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/26/18 13:42,3:00,1:00 -WO239385,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/21/15 15:30,3:00,1:00 -WO251133,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/22/15 19:30,3:00,1:00 -WO348766,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/30/19 19:30,3:00,1:00 -WO242651,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/11/15 15:30,3:00,1:00 -WO275077,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/18/16 17:55,3:00,1:00 -WO260439,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/12/16 12:30,3:00,1:00 -WO273033,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/21/16 18:50,3:00,1:00 -WO340674,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,6/26/19 15:00,3:00,1:00 -WO313264,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/14/18 17:48,3:00,1:00 -WO218167,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/6/14 15:30,3:00,1:00 -WO231152,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/1/15 15:30,3:00,1:00 -WO298235,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/4/17 12:51,3:00,1:00 -WO259219,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/24/16 18:00,3:00,1:00 -WO292869,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/6/17 12:23,3:00,1:00 -WO332037,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/27/19 20:30,3:00,1:00 -WO306019,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/17/18 18:12,3:00,1:00 -WO278467,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/9/16 13:15,3:00,1:00 -WO214599,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/29/14 15:30,3:00,1:00 -WO341899,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/26/19 15:00,3:00,1:00 -WO318094,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/11/18 16:57,3:00,1:00 -WO206153,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/1/14 15:30,3:00,1:00 -WO260440,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/14/16 14:30,3:00,1:00 -WO212152,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/4/14 15:30,3:00,1:00 -WO275990,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/4/16 17:19,3:00,1:00 -WO202266,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/31/14 15:30,3:00,1:00 -WO272065,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/6/16 16:48,3:00,1:00 -WO299190,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/29/17 12:16,3:00,1:00 -WO320146,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/22/18 14:53,3:00,1:00 -WO211036,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/19/14 7:30,3:00,1:00 -WO226123,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/6/15 15:30,3:00,1:00 -WO241300,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/17/15 15:30,3:00,1:00 -WO264058,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/26/16 12:29,3:00,1:00 -WO284291,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/6/17 20:53,3:00,1:00 -WO223476,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/9/15 15:30,3:00,1:00 -WO286780,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/6/17 19:44,3:00,1:00 -WO311156,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/26/18 14:01,3:00,1:00 -WO328586,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/19/19 18:30,3:00,1:00 -WO306023,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/16/18 16:05,3:00,1:00 -WO220625,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/5/14 15:30,3:00,1:00 -WO287801,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/18/17 21:03,3:00,1:00 -WO308119,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/13/18 16:00,3:00,1:00 -WO219589,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/18/14 7:30,3:00,1:00 -WO257166,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/3/16 14:00,3:00,1:00 -WO233764,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/5/15 15:30,3:00,1:00 -WO292051,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/19/17 17:08,3:00,1:00 -WO206154,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/1/14 15:30,3:00,1:00 -WO198949,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/25/14 7:30,3:00,1:00 -WO209517,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/13/14 8:30,3:00,1:00 -WO291141,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/13/17 13:10,3:00,1:00 -WO287805,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/13/17 13:57,3:00,1:00 -WO241304,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/20/15 15:30,3:00,1:00 -WO298239,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/16/17 13:03,3:00,1:00 -WO242652,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/10/15 15:30,3:00,1:00 -WO335521,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/27/19 15:00,3:00,1:00 -WO306027,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/8/18 15:07,3:00,1:00 -WO376659,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,12/10/20 16:28,3:00,1:00 -WO246360,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/3/15 20:30,3:00,1:00 -WO272576,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/28/16 13:00,3:00,1:00 -WO258701,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/15/16 13:00,3:00,1:00 -WO324410,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/1/18 15:00,3:00,1:00 -WO311160,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/13/18 16:01,3:00,1:00 -WO230272,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/7/15 7:30,3:00,1:00 -WO388411,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/26/21 15:00,3:00,1:00 -WO261663,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/3/16 15:26,3:00,1:00 -WO383582,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/24/21 17:52,3:00,1:00 -WO279376,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/14/17 14:00,3:00,1:00 -WO315757,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/22/18 13:51,3:00,1:00 -WO289663,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/20/17 14:59,3:00,1:00 -WO293865,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/31/17 13:42,3:00,1:00 -WO207557,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/22/14 7:30,3:00,1:00 -WO275081,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/25/16 18:39,3:00,1:00 -WO327088,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,12/14/18 15:30,3:00,1:00 -WO275973,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,11/3/16 18:07,3:00,1:00 -WO402604,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,12/28/21 13:30,3:00,1:00 -WO285808,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/23/17 18:12,3:00,1:00 -WO230717,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,3/23/15 19:30,3:00,1:00 -WO292046,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/23/17 15:11,3:00,1:00 -WO320140,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,9/22/18 14:49,3:00,1:00 -WO305991,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/24/18 18:36,3:00,1:00 -WO277077,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/16/16 18:00,3:00,1:00 -WO211001,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,8/27/14 9:00,3:00,1:00 -WO264047,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,5/18/16 16:40,3:00,1:00 -WO318091,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,8/27/18 19:06,3:00,1:00 -WO251118,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/5/16 15:00,3:00,1:00 -WO259211,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/21/16 13:00,3:00,1:00 -WO298228,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,10/3/17 18:26,3:00,1:00 -WO253148,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/21/16 0:00,3:00,1:00 -WO302913,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/2/17 17:09,3:00,1:00 -WO216625,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,10/21/14 15:30,3:00,1:00 -WO293855,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,7/24/17 16:46,3:00,1:00 -WO333074,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,3/21/19 13:00,3:00,1:00 -WO268659,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,7/31/16 15:25,3:00,1:00 -WO243570,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,9/19/15 19:30,3:00,1:00 -WO283376,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/27/17 18:16,3:00,1:00 -WO279364,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/23/16 14:45,3:00,1:00 -WO234920,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,5/21/15 15:30,3:00,1:00 -WO285812,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/23/17 18:10,3:00,1:00 -WO277089,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/16/16 17:57,3:00,1:00 -WO264053,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/17/16 18:31,3:00,1:00 -WO230267,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/17/15 19:30,3:00,1:00 -WO259218,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/24/16 13:00,3:00,1:00 -WO318093,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/27/18 19:05,3:00,1:00 -WO292050,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/21/17 15:08,3:00,1:00 -WO202265,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/23/14 15:30,3:00,1:00 -WO298234,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/7/17 14:09,3:00,1:00 -WO224844,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/21/15 15:30,3:00,1:00 -WO320145,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/22/18 14:51,3:00,1:00 -WO283380,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/27/17 18:18,3:00,1:00 -WO198944,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/24/14 15:30,3:00,1:00 -WO296195,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/31/17 13:31,3:00,1:00 -WO313265,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/7/18 13:53,3:00,1:00 -WO219585,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/28/14 15:30,3:00,1:00 -WO232536,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/29/15 15:30,3:00,1:00 -WO279371,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/23/16 14:47,3:00,1:00 -WO222096,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/18/14 15:30,3:00,1:00 -WO253165,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/27/16 16:30,3:00,1:00 -WO248626,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/16/15 16:00,3:00,1:00 -WO282101,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/3/17 17:28,3:00,1:00 -WO213350,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/19/14 15:30,3:00,1:00 -WO330492,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,2/11/19 19:00,3:00,1:00 -WO201035,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/6/14 15:30,3:00,1:00 -WO302916,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/4/17 18:00,3:00,1:00 -WO227701,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/20/15 15:30,3:00,1:00 -WO293861,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/17/17 14:41,3:00,1:00 -WO226122,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/4/15 15:30,3:00,1:00 -WO216642,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/21/14 15:30,3:00,1:00 -WO240297,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/2/15 15:30,3:00,1:00 -WO282102,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/2/17 20:27,3:00,1:00 -WO281206,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/9/17 18:04,3:00,1:00 -WO233763,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/5/15 15:30,3:00,1:00 -WO270621,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/16/16 15:02,3:00,1:00 -WO288758,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/2/17 18:32,3:00,1:00 -WO254494,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/9/16 14:00,3:00,1:00 -WO209518,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/13/14 8:30,3:00,1:00 -WO278466,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/18/16 15:53,3:00,1:00 -WO268666,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/31/16 15:34,3:00,1:00 -WO284292,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/7/17 19:26,3:00,1:00 -WO211032,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/15/14 15:30,3:00,1:00 -WO205067,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/19/14 15:30,3:00,1:00 -WO288757,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/4/17 19:01,3:00,1:00 -WO267348,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/15/16 19:54,3:00,1:00 -WO237864,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/29/15 15:30,3:00,1:00 -WO322327,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/8/18 17:43,3:00,1:00 -WO250648,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/7/16 15:00,3:00,1:00 -WO294759,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/25/17 18:47,3:00,1:00 -WO265014,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/7/16 20:19,3:00,1:00 -WO280142,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/12/17 15:28,3:00,1:00 -WO205071,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/11/14 4:30,3:00,1:00 -WO266633,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/23/16 16:58,3:00,1:00 -WO235859,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/1/15 15:30,3:00,1:00 -WO235858,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/2/15 15:30,3:00,1:00 -WO281207,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/9/17 18:02,3:00,1:00 -WO326326,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,12/7/18 18:00,3:00,1:00 -WO299189,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/26/17 14:56,3:00,1:00 -WO300253,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/6/17 12:45,3:00,1:00 -WO265015,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/7/16 17:01,3:00,1:00 -WO201032,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/6/14 15:30,3:00,1:00 -WO230268,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/17/15 19:30,3:00,1:00 -WO255999,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/19/16 16:30,3:00,1:00 -WO310169,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/22/18 13:36,3:00,1:00 -WO213356,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/12/14 15:30,3:00,1:00 -WO339715,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/11/19 17:30,3:00,1:00 -WO203399,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/11/14 15:30,3:00,1:00 -WO325613,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/27/18 19:30,3:00,1:00 -WO203400,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/11/14 15:30,3:00,1:00 -WO318098,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/18/18 14:29,3:00,1:00 -WO289659,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/22/17 14:24,3:00,1:00 -WO286779,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/6/17 19:43,3:00,1:00 -WO224849,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/24/15 15:30,3:00,1:00 -WO322331,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/16/18 13:00,3:00,1:00 -WO274026,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/4/16 19:06,3:00,1:00 -WO312320,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/3/18 15:34,3:00,1:00 -WO247364,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/5/15 0:00,3:00,1:00 -WO262720,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/8/16 18:26,3:00,1:00 -WO366951,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/22/20 15:00,3:00,1:00 -WO245285,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/6/15 18:00,3:00,1:00 -WO359342,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/29/20 15:00,3:00,1:00 -WO272066,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/6/16 16:50,3:00,1:00 -WO344080,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/31/19 19:30,3:00,1:00 -WO212151,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/3/14 15:30,3:00,1:00 -WO391037,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/2/21 15:00,3:00,1:00 -WO306021,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/8/18 15:05,3:00,1:00 -WO321417,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/12/18 15:15,3:00,1:00 -WO283385,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/12/17 14:19,3:00,1:00 -WO257167,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/1/16 14:00,3:00,1:00 -WO275991,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/2/16 14:51,3:00,1:00 -WO202269,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/28/14 7:30,3:00,1:00 -WO374219,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/5/20 4:00,3:00,1:00 -WO285447,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/18/17 14:42,3:00,1:00 -WO243600,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/2/15 19:30,3:00,1:00 -WO216092,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/29/14 7:30,3:00,1:00 -WO398135,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/5/21 15:00,3:00,1:00 -WO320150,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/8/18 18:26,3:00,1:00 -WO400170,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/17/21 18:30,3:00,1:00 -WO222101,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/3/15 15:30,3:00,1:00 -WO342834,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/2/19 15:00,3:00,1:00 -WO234943,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/19/15 7:30,3:00,1:00 -WO295723,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/7/17 16:38,3:00,1:00 -WO385706,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/27/21 13:00,3:00,1:00 -WO395526,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/10/21 15:00,3:00,1:00 -WO238841,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/24/15 7:30,3:00,1:00 -WO281211,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/14/17 18:11,3:00,1:00 -WO377737,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,12/18/20 23:00,3:00,1:00 -WO218123,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,11/3/14 15:30,3:00,1:00 -WO300257,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/14/17 23:00,3:00,1:00 -WO301874,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,11/28/17 19:09,3:00,1:00 -WO347516,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/5/19 15:00,3:00,1:00 -WO286346,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,3/31/17 13:55,3:00,1:00 -WO205049,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/19/14 15:30,3:00,1:00 -WO322324,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/5/18 14:00,3:00,1:00 -WO202245,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,5/23/14 15:30,3:00,1:00 -WO248609,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/17/15 14:00,3:00,1:00 -WO224826,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/21/15 15:30,3:00,1:00 -WO281200,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/27/17 18:03,3:00,1:00 -WO287796,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/21/17 16:46,3:00,1:00 -WO296190,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,9/1/17 15:55,3:00,1:00 -WO219567,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/19/14 15:30,3:00,1:00 -WO289647,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,5/22/17 14:32,3:00,1:00 -WO232531,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/28/15 15:30,3:00,1:00 -WO311151,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/9/18 14:52,3:00,1:00 -WO270607,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,8/15/16 17:52,3:00,1:00 -WO313261,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,5/11/18 20:43,3:00,1:00 -WO315748,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/25/18 20:08,3:00,1:00 -WO309074,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/9/18 18:02,3:00,1:00 -WO326318,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/28/18 19:00,3:00,1:00 -WO255988,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/18/16 14:00,3:00,1:00 -WO248625,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/17/15 20:00,3:00,1:00 -WO268665,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/31/16 15:29,3:00,1:00 -WO270620,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/15/16 17:54,3:00,1:00 -WO232535,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/29/15 15:30,3:00,1:00 -WO309080,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/9/18 17:58,3:00,1:00 -WO324405,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/21/19 11:00,3:00,1:00 -WO211031,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/27/14 15:30,3:00,1:00 -WO205066,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/19/14 15:30,3:00,1:00 -WO253164,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/26/16 14:00,3:00,1:00 -WO322326,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/2/18 19:25,3:00,1:00 -WO198945,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/28/14 15:30,3:00,1:00 -WO328581,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,1/9/19 14:00,3:00,1:00 -WO275076,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/20/16 13:00,3:00,1:00 -WO213352,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/16/14 15:30,3:00,1:00 -WO255995,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/19/16 16:00,3:00,1:00 -WO333077,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/21/19 14:00,3:00,1:00 -WO340675,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/27/19 15:00,3:00,1:00 -WO251134,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/19/16 21:00,3:00,1:00 -WO315752,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/25/18 20:11,3:00,1:00 -WO306017,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/24/18 18:35,3:00,1:00 -WO264054,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/17/16 18:33,3:00,1:00 -WO280141,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/12/17 15:27,3:00,1:00 -WO292868,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/6/17 12:20,3:00,1:00 -WO283381,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/1/17 18:33,3:00,1:00 -WO302917,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/4/17 18:19,3:00,1:00 -WO246356,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/29/15 12:30,3:00,1:00 -WO208054,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/28/14 15:30,3:00,1:00 -WO214600,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/29/14 15:30,3:00,1:00 -WO338272,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,6/26/19 18:15,3:00,1:00 -WO289658,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/22/17 14:28,3:00,1:00 -WO249531,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/4/15 14:00,3:00,1:00 -WO245286,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/6/15 14:30,3:00,1:00 -WO274025,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/5/16 16:32,3:00,1:00 -WO328582,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/9/19 15:00,3:00,1:00 -WO208053,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/7/14 15:30,3:00,1:00 -WO243596,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/22/15 19:30,3:00,1:00 -WO241299,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/17/15 15:30,3:00,1:00 -WO329600,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/24/19 15:00,3:00,1:00 -WO308118,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/16/18 19:34,3:00,1:00 -WO252151,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/22/16 13:30,3:00,1:00 -WO336976,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/1/19 16:00,3:00,1:00 -WO240296,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/4/15 15:30,3:00,1:00 -WO324406,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/21/19 13:00,3:00,1:00 -WO228886,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/2/15 15:30,3:00,1:00 -WO247363,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/5/15 16:30,3:00,1:00 -WO218166,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/6/14 15:30,3:00,1:00 -WO301214,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/21/17 15:01,3:00,1:00 -WO216643,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/23/14 15:30,3:00,1:00 -WO296196,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/30/17 12:55,3:00,1:00 -WO234939,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/21/15 15:30,3:00,1:00 -WO269541,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/4/16 18:21,3:00,1:00 -WO261659,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/2/16 19:28,3:00,1:00 -WO262721,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/6/16 22:06,3:00,1:00 -WO219584,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/28/14 15:30,3:00,1:00 -WO223477,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/9/15 15:30,3:00,1:00 -WO285813,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/24/17 13:27,3:00,1:00 -WO346654,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/31/19 19:30,3:00,1:00 -WO393306,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/3/21 15:00,3:00,1:00 -WO220624,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/5/14 15:30,3:00,1:00 -WO277090,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/18/16 16:17,3:00,1:00 -WO228887,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/4/15 15:30,3:00,1:00 -WO269540,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/4/16 18:19,3:00,1:00 -WO297227,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/8/17 15:13,3:00,1:00 -WO249532,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/4/15 18:30,3:00,1:00 -WO248630,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/19/15 16:00,3:00,1:00 -WO317054,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/10/18 17:34,3:00,1:00 -WO315753,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/12/18 13:42,3:00,1:00 -WO268670,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/19/16 21:16,3:00,1:00 -WO252152,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/22/16 15:00,3:00,1:00 -WO291140,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/13/17 13:11,3:00,1:00 -WO361946,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/12/20 15:00,3:00,1:00 -WO309081,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/5/18 16:08,3:00,1:00 -WO302398,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,12/6/17 18:21,3:00,1:00 -WO237865,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/29/15 15:30,3:00,1:00 -WO231151,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/31/15 15:30,3:00,1:00 -WO297228,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/2/17 17:32,3:00,1:00 -WO334242,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/28/19 18:30,3:00,1:00 -WO270625,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/17/16 18:56,3:00,1:00 -WO327515,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/14/18 19:30,3:00,1:00 -WO344948,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/5/19 15:00,3:00,1:00 -WO236921,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/15/15 7:30,3:00,1:00 -WO266188,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/13/16 16:59,3:00,1:00 -WO277094,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/22/16 17:58,3:00,1:00 -WO314542,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/1/18 12:54,3:00,1:00 -WO253169,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/17/16 16:00,3:00,1:00 -WO309085,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/16/18 19:16,3:00,1:00 -WO381217,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/17/21 16:00,3:00,1:00 -WO313269,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/23/18 18:55,3:00,1:00 -WO323483,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/30/18 15:30,3:00,1:00 -WO227705,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/28/15 15:30,3:00,1:00 -WO319239,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/18/18 14:25,3:00,1:00 -WO356584,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/27/20 16:00,3:00,1:00 -WO330497,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/25/19 21:30,3:00,1:00 -WO369366,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/12/20 15:00,3:00,1:00 -WO351787,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,12/16/19 15:00,3:00,1:00 -WO354049,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/1/20 0:30,3:00,1:00 -WO379171,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/12/21 20:00,3:00,1:00 -WO402109,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,12/11/21 16:00,3:00,1:00 -WO349561,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/20/19 16:00,3:00,1:00 -WO291692,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/22/17 15:29,3:00,1:00 -WO232251,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/28/15 7:30,3:00,1:00 -WO333244,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/7/19 18:30,3:00,1:00 -WO358245,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/1/20 15:30,3:00,1:00 -WO364672,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/18/20 15:00,3:00,1:00 -WO227062,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/9/15 19:00,3:00,1:00 -WO285956,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/31/17 15:24,3:00,1:00 -WO282858,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/21/17 18:20,3:00,1:00 -WO304147,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/29/18 14:26,3:00,1:00 -WO309618,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/16/18 19:30,3:00,1:00 -WO229011,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/16/15 19:02,3:00,1:00 -WO250702,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/9/16 20:00,3:00,1:00 -WO280289,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/4/17 18:27,3:00,1:00 -WO226216,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/26/15 15:30,3:00,1:00 -WO222649,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/24/15 15:30,3:00,1:00 -WO228268,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/19/15 17:52,3:00,1:00 -WO384329,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/15/21 14:30,3:00,1:00 -WO309162,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/16/18 19:30,3:00,1:00 -WO329679,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/31/19 13:00,3:00,1:00 -WO385284,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/6/21 19:30,3:00,1:00 -WO278992,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/30/16 13:20,3:00,1:00 -WO250703,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/20/16 15:00,3:00,1:00 -WO250044,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/21/15 16:00,3:00,1:00 -WO282862,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/21/17 19:08,3:00,1:00 -WO221329,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/28/14 15:30,3:00,1:00 -WO278995,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/25/17 20:26,3:00,1:00 -WO329678,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/11/19 14:00,3:00,1:00 -WO282856,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/20/17 19:17,3:00,1:00 -WO304152,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/6/18 15:09,3:00,1:00 -WO354570,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/7/20 20:30,3:00,1:00 -WO329271,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/14/19 15:30,3:00,1:00 -WO222164,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/24/15 7:30,3:00,1:00 -WO384323,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/12/21 13:00,3:00,1:00 -WO277168,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/19/17 13:29,3:00,1:00 -WO354133,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/1/20 16:00,3:00,1:00 -WO371753,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/26/20 13:30,3:00,1:00 -WO404245,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/19/22 16:00,3:00,1:00 -WO333081,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/25/19 21:30,3:00,1:00 -WO222192,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,12/19/14 15:30,3:00,1:00 -WO270680,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,8/17/16 19:00,3:00,1:00 -WO232642,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,4/28/15 15:30,3:00,1:00 -WO230430,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,3/17/15 19:30,3:00,1:00 -WO330616,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,2/11/19 20:30,3:00,1:00 -WO306167,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,2/13/18 15:58,3:00,1:00 -WO271639,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,11/28/16 19:24,3:00,1:00 -WO287940,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,4/18/17 20:28,3:00,1:00 -WO348015,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,12/10/19 16:00,3:00,1:00 -WO289737,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,5/22/17 14:30,3:00,1:00 -WO313361,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,5/8/18 14:33,3:00,1:00 -WO398629,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,10/5/21 13:30,3:00,1:00 -WO227768,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,2/20/15 15:30,3:00,1:00 -WO296784,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,9/21/17 16:30,3:00,1:00 -WO248742,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,11/16/15 14:00,3:00,1:00 -WO235018,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,5/21/15 15:30,3:00,1:00 -WO296786,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,10/3/17 17:00,3:00,1:00 -WO281348,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,1/27/17 18:49,3:00,1:00 -WO219703,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,11/28/14 15:30,3:00,1:00 -WO398631,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,10/5/21 18:00,3:00,1:00 -WO333093,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,3/21/19 12:00,3:00,1:00 -WO212293,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,11/23/14 12:00,3:00,1:00 -WO303059,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,12/4/17 18:02,3:00,1:00 -WO224974,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,1/21/15 15:30,3:00,1:00 -WO324524,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,11/15/18 12:45,3:00,1:00 -WO278994,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/25/17 20:30,3:00,1:00 -WO372328,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,9/29/20 18:30,3:00,1:00 -WO296250,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,9/11/17 18:27,3:00,1:00 -WO347196,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,10/11/19 20:30,3:00,1:00 -WO296252,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,9/11/17 18:16,3:00,1:00 -WO270689,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,8/22/16 13:26,3:00,1:00 -WO218390,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,11/3/14 15:30,3:00,1:00 -WO254583,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/18/16 15:42,3:00,1:00 -WO247571,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,11/6/15 15:00,3:00,1:00 -WO398234,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,10/7/21 19:19,3:00,1:00 -WO276162,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,11/3/16 18:05,3:00,1:00 -WO372326,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,9/29/20 13:30,3:00,1:00 -WO250700,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/16/15 14:00,3:00,1:00 -WO304150,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/25/18 14:45,3:00,1:00 -WO358243,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/3/20 15:30,3:00,1:00 -WO311659,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,3/27/18 13:07,3:00,1:00 -WO404984,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/15/22 18:00,3:00,1:00 -WO384325,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/12/21 18:00,3:00,1:00 -WO241369,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,8/23/15 15:30,3:00,1:00 -WO278993,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/27/17 18:00,3:00,1:00 -WO256050,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/10/16 8:17,3:00,1:00 -WO219675,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/4/14 15:30,3:00,1:00 -WO286432,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,3/31/17 14:02,3:00,1:00 -WO360467,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/15/20 19:30,3:00,1:00 -WO398233,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,10/7/21 19:19,3:00,1:00 -WO283423,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/28/17 15:40,3:00,1:00 -WO333246,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/8/19 15:00,3:00,1:00 -WO211106,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,9/4/14 15:30,3:00,1:00 -WO385899,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/15/21 19:30,3:00,1:00 -WO248714,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/16/16 12:44,3:00,1:00 -WO259372,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/5/16 13:30,3:00,1:00 -WO221326,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/8/14 15:30,3:00,1:00 -WO404045,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/19/22 17:00,3:00,1:00 -WO279440,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/21/16 20:19,3:00,1:00 -WO250042,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/17/15 17:00,3:00,1:00 -WO251198,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/7/16 20:30,3:00,1:00 -WO334886,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/12/19 19:30,3:00,1:00 -WO354488,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/7/20 20:30,3:00,1:00 -WO308219,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/15/18 19:00,3:00,1:00 -WO359950,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/14/20 19:30,3:00,1:00 -WO333250,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/19/19 12:30,3:00,1:00 -WO256613,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/18/16 19:00,3:00,1:00 -WO380442,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/30/21 12:30,3:00,1:00 -WO279438,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/29/16 14:01,3:00,1:00 -WO329680,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/31/19 15:00,3:00,1:00 -WO235038,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/22/15 7:30,3:00,1:00 -WO388555,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/27/21 16:52,3:00,1:00 -WO294058,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/31/17 19:30,3:00,1:00 -WO241375,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/20/15 15:30,3:00,1:00 -WO324543,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/18/19 18:18,3:00,1:00 -WO258831,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/14/16 18:00,3:00,1:00 -WO216217,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/30/14 7:30,3:00,1:00 -WO335624,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/27/19 19:00,3:00,1:00 -WO306187,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/6/18 17:28,3:00,1:00 -WO243749,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/2/15 19:30,3:00,1:00 -WO264145,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/26/16 11:56,3:00,1:00 -WO295852,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/8/17 15:18,3:00,1:00 -WO329706,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/31/19 19:30,3:00,1:00 -WO402225,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,12/11/21 20:30,3:00,1:00 -WO320229,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/18/18 12:13,3:00,1:00 -WO277240,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/25/16 20:30,3:00,1:00 -WO345046,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/4/19 16:00,3:00,1:00 -WO393447,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/3/21 19:00,3:00,1:00 -WO202368,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/27/14 7:30,3:00,1:00 -WO362108,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/12/20 19:30,3:00,1:00 -WO349654,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/20/19 20:30,3:00,1:00 -WO330637,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/1/19 14:00,3:00,1:00 -WO364812,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/17/20 17:30,3:00,1:00 -WO395689,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/9/21 19:00,3:00,1:00 -WO213562,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/12/14 15:30,3:00,1:00 -WO253343,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/18/16 14:30,3:00,1:00 -WO225030,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/9/15 7:30,3:00,1:00 -WO313422,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/23/18 18:53,3:00,1:00 -WO347226,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,10/12/19 14:00,3:00,1:00 -WO284415,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/29/17 13:02,3:00,1:00 -WO326420,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,11/28/18 16:30,3:00,1:00 -WO211131,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,9/4/14 15:30,3:00,1:00 -WO254585,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/24/16 20:26,3:00,1:00 -WO230412,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/17/15 15:30,3:00,1:00 -WO241351,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,8/18/15 15:30,3:00,1:00 -WO335589,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/23/19 19:30,3:00,1:00 -WO304606,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/20/17 18:40,3:00,1:00 -WO278990,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/15/16 14:39,3:00,1:00 -WO304151,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/6/18 15:07,3:00,1:00 -WO283819,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/27/17 18:23,3:00,1:00 -WO222163,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/24/15 7:30,3:00,1:00 -WO254589,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/29/16 16:27,3:00,1:00 -WO358249,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/2/20 18:00,3:00,1:00 -WO218412,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,11/3/14 15:30,3:00,1:00 -WO354489,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/7/20 21:30,3:00,1:00 -WO221328,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/8/14 15:30,3:00,1:00 -WO380443,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/30/21 15:30,3:00,1:00 -WO380936,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/11/21 20:00,3:00,1:00 -WO222159,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/20/15 4:30,3:00,1:00 -WO250704,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/20/16 15:45,3:00,1:00 -WO398254,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,10/7/21 19:19,3:00,1:00 -WO271637,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,12/16/16 17:31,3:00,1:00 -WO250045,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/16/15 14:45,3:00,1:00 -WO304604,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/29/17 17:20,3:00,1:00 -WO303033,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/13/18 15:46,3:00,1:00 -WO380510,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/5/21 15:30,3:00,1:00 -WO226211,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/18/15 9:36,3:00,1:00 -WO322071,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,10/25/18 18:30,3:00,1:00 -WO308742,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/10/18 20:30,3:00,1:00 -WO404621,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/3/22 18:00,3:00,1:00 -WO308213,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/10/18 19:30,3:00,1:00 -WO373356,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,10/22/20 19:30,3:00,1:00 -WO257292,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/31/16 19:33,3:00,1:00 -WO279457,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,12/21/16 20:24,3:00,1:00 -WO308215,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/10/18 17:30,3:00,1:00 -WO268777,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,7/31/16 15:33,3:00,1:00 -WO222162,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/16/14 15:30,3:00,1:00 -WO318161,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,8/27/18 19:02,3:00,1:00 -WO247587,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,11/6/15 18:30,3:00,1:00 -WO305005,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/5/18 13:30,3:00,1:00 -WO226213,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/19/15 11:00,3:00,1:00 -WO292118,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,6/19/17 17:06,3:00,1:00 -WO259388,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,3/24/16 15:00,3:00,1:00 -WO328722,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,1/8/19 16:00,3:00,1:00 -WO273228,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,9/21/16 18:48,3:00,1:00 -WO202348,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,5/31/14 15:30,3:00,1:00 -WO211085,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,8/27/14 9:00,3:00,1:00 -WO243722,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,9/22/15 15:30,3:00,1:00 -WO294018,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,7/17/17 14:42,3:00,1:00 -WO285976,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,3/23/17 18:14,3:00,1:00 -WO253289,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,2/18/16 14:00,3:00,1:00 -WO320223,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,9/22/18 14:52,3:00,1:00 -WO283429,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,2/27/17 18:19,3:00,1:00 -WO208160,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,8/7/14 15:30,3:00,1:00 -WO311253,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,4/26/18 13:43,3:00,1:00 -WO213530,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,9/16/14 15:30,3:00,1:00 -WO261794,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,4/27/16 21:29,3:00,1:00 -WO242148,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,10/10/15 16:30,3:00,1:00 -WO367154,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,7/23/20 19:00,3:00,1:00 -WO211681,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,11/10/14 13:30,3:00,1:00 -WO242147,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,10/10/15 16:30,3:00,1:00 -WO372366,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,9/25/20 19:00,3:00,1:00 -WO228419,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,5/15/15 20:15,3:00,1:00 -WO242149,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,10/12/15 16:30,3:00,1:00 -WO211680,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,10/15/14 13:50,3:00,1:00 -WO309251,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,3/28/18 12:00,3:00,1:00 -WO271163,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,11/4/16 12:00,3:00,1:00 -WO228422,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,5/1/15 15:30,3:00,1:00 -WO235606,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,7/2/15 14:30,3:00,1:00 -WO283925,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,7/21/17 19:00,3:00,1:00 -WO315858,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,6/18/18 17:30,3:00,1:00 -WO377816,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/16/20 13:00,3:00,1:00 -WO310266,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/29/18 18:52,3:00,1:00 -WO251787,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/19/16 17:00,3:00,1:00 -WO319359,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/16/18 12:40,3:00,1:00 -WO327779,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/14/19 14:30,3:00,1:00 -WO334377,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/16/19 12:00,3:00,1:00 -WO239943,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/31/15 7:30,3:00,1:00 -WO298837,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/17 13:58,3:00,1:00 -WO353513,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/17/20 21:30,3:00,1:00 -WO294867,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/11/17 16:32,3:00,1:00 -WO244888,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/4/15 14:00,3:00,1:00 -WO259891,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/21/16 14:30,3:00,1:00 -WO386998,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/7/21 13:13,3:00,1:00 -WO290791,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/22/17 15:50,3:00,1:00 -WO308313,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/21/18 17:57,3:00,1:00 -WO323620,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/26/18 12:00,3:00,1:00 -WO303786,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/5/17 14:55,3:00,1:00 -WO286469,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/25/17 16:43,3:00,1:00 -WO265204,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/12/16 13:08,3:00,1:00 -WO267199,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/12/16 17:31,3:00,1:00 -WO254656,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/10/16 16:00,3:00,1:00 -WO351140,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/9/19 18:00,3:00,1:00 -WO278143,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/10/17 15:49,3:00,1:00 -WO344192,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/30/19 22:30,3:00,1:00 -WO271681,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/31/16 16:34,3:00,1:00 -WO228432,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/8/15 7:30,3:00,1:00 -WO389652,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/3/21 12:00,3:00,1:00 -WO314684,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/24/18 19:40,3:00,1:00 -WO222714,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/9/15 15:30,3:00,1:00 -WO373354,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,10/26/20 14:30,3:00,1:00 -WO241370,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,8/22/15 15:30,3:00,1:00 -WO402640,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,12/28/21 17:00,3:00,1:00 -WO348017,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,12/11/19 16:00,3:00,1:00 -WO211105,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,9/4/14 15:30,3:00,1:00 -WO242782,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,10/17/15 14:30,3:00,1:00 -WO246493,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,10/29/15 18:30,3:00,1:00 -WO296238,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,8/31/17 13:33,3:00,1:00 -WO322073,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,10/23/18 19:30,3:00,1:00 -WO398235,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,10/7/21 19:19,3:00,1:00 -WO372327,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,9/29/20 15:00,3:00,1:00 -WO347197,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,10/12/19 11:45,3:00,1:00 -WO315813,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,6/25/18 20:13,3:00,1:00 -WO239489,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,7/30/15 15:30,3:00,1:00 -WO298369,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,10/4/17 12:52,3:00,1:00 -WO264135,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,5/17/16 15:02,3:00,1:00 -WO241371,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,8/23/15 15:30,3:00,1:00 -WO320885,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,9/21/18 20:11,3:00,1:00 -WO241372,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,8/22/15 15:30,3:00,1:00 -WO199024,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,4/24/14 15:30,3:00,1:00 -WO340699,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,6/27/19 13:00,3:00,1:00 -WO216786,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,10/23/14 15:30,3:00,1:00 -WO230889,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,3/23/15 19:30,3:00,1:00 -WO205147,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,6/19/14 15:30,3:00,1:00 -WO211103,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,9/4/14 15:30,3:00,1:00 -WO362352,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,6/26/20 12:00,3:00,1:00 -WO377768,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,12/13/20 13:00,3:00,1:00 -WO322404,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,10/8/18 17:45,3:00,1:00 -WO212296,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,11/22/14 12:00,3:00,1:00 -WO275167,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,10/18/16 17:57,3:00,1:00 -WO266700,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,6/23/16 17:01,3:00,1:00 -WO309181,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,3/6/18 15:13,3:00,1:00 -WO242780,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,10/17/15 13:31,3:00,1:00 -WO251221,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,1/20/16 22:00,3:00,1:00 -WO256068,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,2/19/16 14:00,3:00,1:00 -WO277232,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,11/16/16 18:01,3:00,1:00 -WO300348,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,11/6/17 12:49,3:00,1:00 -WO236992,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,6/22/15 15:30,3:00,1:00 -WO400320,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/18/21 14:00,3:00,1:00 -WO380159,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/27/21 18:30,3:00,1:00 -WO202880,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/2/14 7:30,3:00,1:00 -WO238021,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/7/15 7:30,3:00,1:00 -WO291778,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/23/17 15:08,3:00,1:00 -WO302555,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,12/6/17 18:25,3:00,1:00 -WO238998,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/25/15 15:30,3:00,1:00 -WO318165,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/18/18 15:00,3:00,1:00 -WO376826,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,12/10/20 20:30,3:00,1:00 -WO333096,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/25/19 19:15,3:00,1:00 -WO356697,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/28/20 13:00,3:00,1:00 -WO211109,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/19/14 7:30,3:00,1:00 -WO404338,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/18/22 16:00,3:00,1:00 -WO309230,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/16/18 19:18,3:00,1:00 -WO296845,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,10/3/17 19:30,3:00,1:00 -WO256102,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/25/16 15:30,3:00,1:00 -WO347600,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/4/19 16:00,3:00,1:00 -WO227807,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/28/15 15:30,3:00,1:00 -WO237013,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/6/15 7:30,3:00,1:00 -WO250750,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/20/16 19:00,3:00,1:00 -WO300394,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/14/17 23:03,3:00,1:00 -WO268813,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/20/16 14:15,3:00,1:00 -WO219735,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/21/14 7:30,3:00,1:00 -WO342908,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/2/19 19:30,3:00,1:00 -WO279026,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/25/17 20:25,3:00,1:00 -WO326468,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,12/10/18 22:30,3:00,1:00 -WO230470,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/10/15 7:30,3:00,1:00 -WO207735,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/20/14 15:30,3:00,1:00 -WO380539,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/30/21 17:30,3:00,1:00 -WO250751,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/20/16 20:00,3:00,1:00 -WO222213,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/24/15 7:30,3:00,1:00 -WO359502,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/29/20 19:30,3:00,1:00 -WO374393,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/4/20 20:00,3:00,1:00 -WO222212,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/3/15 15:30,3:00,1:00 -WO217509,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,11/22/14 10:00,3:00,1:00 -WO271693,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,11/30/16 19:50,3:00,1:00 -WO286488,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,3/30/17 17:19,3:00,1:00 -WO337118,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/14/19 17:30,3:00,1:00 -WO362630,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/20/20 19:30,3:00,1:00 -WO312040,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,6/21/18 15:30,3:00,1:00 -WO205700,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,6/27/14 15:00,3:00,1:00 -WO369089,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,9/25/20 19:00,3:00,1:00 -WO298877,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,10/2/17 15:00,3:00,1:00 -WO237632,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,7/7/15 15:30,3:00,1:00 -WO338399,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,5/31/19 19:30,3:00,1:00 -WO343345,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,8/15/19 14:00,3:00,1:00 -WO292637,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,7/19/17 20:00,3:00,1:00 -WO273706,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,10/18/16 18:00,3:00,1:00 -WO369088,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,7/23/20 19:00,3:00,1:00 -WO317761,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,8/8/18 12:10,3:00,1:00 -WO244387,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,9/25/15 16:00,3:00,1:00 -WO237631,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,6/30/15 13:00,3:00,1:00 -WO243371,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,9/15/15 15:30,3:00,1:00 -WO292643,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,7/26/17 14:52,3:00,1:00 -WO348446,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,11/6/19 16:00,3:00,1:00 -WO212968,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,9/7/14 15:30,3:00,1:00 -WO343352,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,8/29/19 15:00,3:00,1:00 -WO319383,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,9/17/18 13:13,3:00,1:00 -WO324166,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,11/27/18 14:00,3:00,1:00 -WO343350,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,8/29/19 13:00,3:00,1:00 -WO302070,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,11/28/17 19:02,3:00,1:00 -WO347195,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,10/11/19 20:30,3:00,1:00 -WO388005,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,5/22/21 13:37,3:00,1:00 -WO337070,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,5/19/19 12:00,3:00,1:00 -WO256716,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,5/13/16 19:30,3:00,1:00 -WO351953,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,12/8/19 16:00,3:00,1:00 -WO259852,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,4/5/16 16:45,3:00,1:00 -WO232328,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/3/15 15:30,3:00,1:00 -WO296276,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,9/11/17 18:25,3:00,1:00 -WO270687,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,8/22/16 13:22,3:00,1:00 -WO296249,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,9/11/17 18:31,3:00,1:00 -WO320909,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,9/21/18 20:08,3:00,1:00 -WO372362,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,9/29/20 17:30,3:00,1:00 -WO270688,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,8/22/16 13:24,3:00,1:00 -WO320887,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,9/21/18 20:06,3:00,1:00 -WO211104,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,9/4/14 15:30,3:00,1:00 -WO270690,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,8/22/16 13:28,3:00,1:00 -WO351966,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,12/8/19 14:00,3:00,1:00 -WO320886,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,9/20/18 12:03,3:00,1:00 -WO327206,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,12/14/18 14:15,3:00,1:00 -WO377800,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,12/18/20 22:00,3:00,1:00 -WO296251,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,9/11/17 18:29,3:00,1:00 -WO402644,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,12/28/21 15:00,3:00,1:00 -WO296299,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,10/20/17 16:30,3:00,1:00 -WO202871,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,6/4/14 14:00,3:00,1:00 -WO309250,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,5/3/18 14:30,3:00,1:00 -WO261895,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/3/16 15:29,3:00,1:00 -WO272715,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/28/16 13:00,3:00,1:00 -WO279468,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/14/17 14:39,3:00,1:00 -WO322415,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/17/18 15:00,3:00,1:00 -WO383719,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/24/21 19:30,3:00,1:00 -WO351955,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,12/16/19 19:00,3:00,1:00 -WO246560,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/4/15 20:30,3:00,1:00 -WO205168,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/11/14 7:30,3:00,1:00 -WO283438,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/13/17 16:48,3:00,1:00 -WO281386,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/14/17 18:13,3:00,1:00 -WO270693,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/17/16 18:59,3:00,1:00 -WO199057,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/16/14 7:30,3:00,1:00 -WO288040,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/13/17 15:34,3:00,1:00 -WO266269,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/13/16 17:00,3:00,1:00 -WO381391,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/16/21 14:00,3:00,1:00 -WO385984,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/26/21 13:00,3:00,1:00 -WO256715,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,5/12/16 19:00,3:00,1:00 -WO311269,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/13/18 16:04,3:00,1:00 -WO369517,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/13/20 14:00,3:00,1:00 -WO328732,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/19/19 22:30,3:00,1:00 -WO354598,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/7/20 23:30,3:00,1:00 -WO248772,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/20/15 16:00,3:00,1:00 -WO304180,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/6/18 15:03,3:00,1:00 -WO256717,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,5/11/16 11:30,3:00,1:00 -WO398237,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/5/21 17:30,3:00,1:00 -WO379362,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/14/21 17:43,3:00,1:00 -WO322839,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,12/10/18 13:45,3:00,1:00 -WO315822,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/24/18 16:04,3:00,1:00 -WO289743,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/20/17 15:05,3:00,1:00 -WO296300,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,11/29/17 17:00,3:00,1:00 -WO391190,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/2/21 19:30,3:00,1:00 -WO359522,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,5/28/20 13:54,3:00,1:00 -WO275213,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/25/16 18:41,3:00,1:00 -WO211682,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,9/3/14 14:30,3:00,1:00 -WO285584,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/21/17 12:57,3:00,1:00 -WO372364,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,10/20/20 19:00,3:00,1:00 -WO290788,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,7/27/17 11:48,3:00,1:00 -WO334371,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,5/15/19 16:00,3:00,1:00 -WO271165,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,9/29/16 14:30,3:00,1:00 -WO363788,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,5/28/20 13:04,3:00,1:00 -WO277572,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/23/16 19:30,3:00,1:00 -WO312522,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,4/17/18 19:00,3:00,1:00 -WO295436,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/17/17 0:27,3:00,1:00 -WO328246,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/25/19 15:30,3:00,1:00 -WO349293,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,5/28/20 13:03,3:00,1:00 -WO241089,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/24/15 15:30,3:00,1:00 -WO219552,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/22/14 15:30,3:00,1:00 -WO332187,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/16/19 13:00,3:00,1:00 -WO217472,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/31/14 7:30,3:00,1:00 -WO242838,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/9/15 15:30,3:00,1:00 -WO257386,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/4/16 8:30,3:00,1:00 -WO339848,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/13/19 14:43,3:00,1:00 -WO396768,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/23/21 20:30,3:00,1:00 -WO223159,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/4/15 15:30,3:00,1:00 -WO384432,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/1/21 15:00,3:00,1:00 -WO214779,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/12/14 15:30,3:00,1:00 -WO292615,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/25/17 13:12,3:00,1:00 -WO382390,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/2/21 13:00,3:00,1:00 -WO405034,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/8/22 16:00,3:00,1:00 -WO325727,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/7/18 12:15,3:00,1:00 -WO321619,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/15/18 13:45,3:00,1:00 -WO368233,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/30/20 12:00,3:00,1:00 -WO296827,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/20/17 12:15,3:00,1:00 -WO403251,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/7/22 13:00,3:00,1:00 -WO401063,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/29/21 13:00,3:00,1:00 -WO246983,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/3/15 18:55,3:00,1:00 -WO346811,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/30/19 22:30,3:00,1:00 -WO200360,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/5/14 7:30,3:00,1:00 -WO220814,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/3/14 6:30,3:00,1:00 -WO352987,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/2/20 15:00,3:00,1:00 -WO279864,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/17/17 19:30,3:00,1:00 -WO252342,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/7/16 12:30,3:00,1:00 -WO274286,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,12/29/16 17:00,3:00,1:00 -WO241397,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,8/22/15 15:30,3:00,1:00 -WO270712,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,8/22/16 13:34,3:00,1:00 -WO327215,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,12/14/18 15:15,3:00,1:00 -WO276177,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,11/3/16 18:10,3:00,1:00 -WO302083,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,11/28/17 19:08,3:00,1:00 -WO309249,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,5/3/18 13:30,3:00,1:00 -WO334370,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,5/15/19 14:00,3:00,1:00 -WO283924,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,7/21/17 19:00,3:00,1:00 -WO322841,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,9/26/18 15:00,3:00,1:00 -WO372365,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,10/20/20 19:00,3:00,1:00 -WO334372,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,4/17/19 15:45,3:00,1:00 -WO231326,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/10/15 7:30,3:00,1:00 -WO341537,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,5/28/20 13:56,3:00,1:00 -WO322840,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,12/10/18 14:00,3:00,1:00 -WO228421,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,5/16/15 21:45,3:00,1:00 -WO265200,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,7/6/16 10:30,3:00,1:00 -WO283926,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,4/25/17 21:00,3:00,1:00 -WO366170,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/1/20 16:00,3:00,1:00 -WO347230,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,5/28/20 13:54,3:00,1:00 -WO296298,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,10/10/17 19:00,3:00,1:00 -WO206311,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/15/14 7:30,3:00,1:00 -WO242858,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,10/17/15 15:05,3:00,1:00 -WO398683,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,10/5/21 19:30,3:00,1:00 -WO273656,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/21/16 18:42,3:00,1:00 -WO375383,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/12/20 17:00,3:00,1:00 -WO212349,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/3/14 7:30,3:00,1:00 -WO337101,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/2/19 12:00,3:00,1:00 -WO358337,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/28/20 15:15,3:00,1:00 -WO269671,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/7/16 15:16,3:00,1:00 -WO342029,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/27/19 11:00,3:00,1:00 -WO208758,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/4/14 7:30,3:00,1:00 -WO363719,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/29/20 13:00,3:00,1:00 -WO306202,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/6/18 17:30,3:00,1:00 -WO249695,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/30/15 13:00,3:00,1:00 -WO355656,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/20/20 19:00,3:00,1:00 -WO370594,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/21/20 12:00,3:00,1:00 -WO329714,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/15/19 13:00,3:00,1:00 -WO225610,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/16/15 7:30,3:00,1:00 -WO317127,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/5/18 18:55,3:00,1:00 -WO399138,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/7/21 19:19,3:00,1:00 -WO282350,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/31/17 14:29,3:00,1:00 -WO312461,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/5/18 15:46,3:00,1:00 -WO233483,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/3/15 15:30,3:00,1:00 -WO236093,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/4/15 7:30,3:00,1:00 -WO276193,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/4/16 17:20,3:00,1:00 -WO380165,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/8/21 16:00,3:00,1:00 -WO230928,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,4/20/15 13:21,3:00,1:00 -WO388109,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/13/21 19:30,3:00,1:00 -WO230929,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,4/17/15 18:30,3:00,1:00 -WO337119,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/14/19 15:00,3:00,1:00 -WO273704,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,10/4/16 15:00,3:00,1:00 -WO323257,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,9/26/18 17:15,3:00,1:00 -WO214110,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,9/30/14 15:00,3:00,1:00 -WO232068,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,4/28/15 15:30,3:00,1:00 -WO292636,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,7/14/17 14:00,3:00,1:00 -WO363763,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,5/28/20 13:05,3:00,1:00 -WO267221,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,7/16/16 12:00,3:00,1:00 -WO292634,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,9/5/17 19:09,3:00,1:00 -WO292635,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,7/14/17 13:00,3:00,1:00 -WO312512,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,6/6/18 13:14,3:00,1:00 -WO343347,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,7/23/20 19:00,3:00,1:00 -WO369090,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,7/23/20 19:00,3:00,1:00 -WO317757,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,6/29/18 14:30,3:00,1:00 -WO267220,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,7/4/16 20:00,3:00,1:00 -WO237628,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,6/30/15 14:00,3:00,1:00 -WO237633,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,7/1/15 11:00,3:00,1:00 -WO343343,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,8/15/19 15:30,3:00,1:00 -WO322117,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,11/6/18 20:30,3:00,1:00 -WO292645,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,7/26/17 14:54,3:00,1:00 -WO237638,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,7/10/15 7:30,3:00,1:00 -WO287507,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,4/27/17 19:30,3:00,1:00 -WO272262,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,9/12/16 17:05,3:00,1:00 -WO243373,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,9/15/15 15:30,3:00,1:00 -WO237636,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,7/10/15 7:30,3:00,1:00 -WO272260,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,9/12/16 17:01,3:00,1:00 -WO319381,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,9/17/18 13:10,3:00,1:00 -WO297542,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,11/29/17 20:16,3:00,1:00 -WO261311,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,5/1/16 13:00,3:00,1:00 -WO248595,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/27/15 20:00,3:00,1:00 -WO273722,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,10/4/16 16:00,3:00,1:00 -WO353010,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,12/13/19 17:00,3:00,1:00 -WO244406,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,9/28/15 10:00,3:00,1:00 -WO323269,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,9/26/18 19:00,3:00,1:00 -WO373419,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,10/26/20 19:30,3:00,1:00 -WO348054,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,10/31/19 15:30,3:00,1:00 -WO259917,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/16/16 16:38,3:00,1:00 -WO312039,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,6/21/18 14:00,3:00,1:00 -WO259918,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/16/16 16:42,3:00,1:00 -WO286489,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,3/31/17 16:08,3:00,1:00 -WO261375,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,5/1/16 15:00,3:00,1:00 -WO388110,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/13/21 15:30,3:00,1:00 -WO362631,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/20/20 14:30,3:00,1:00 -WO312511,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,4/6/18 14:45,3:00,1:00 -WO287546,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,5/11/17 14:00,3:00,1:00 -WO317759,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,8/7/18 16:45,3:00,1:00 -WO369086,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,7/23/20 19:00,3:00,1:00 -WO267217,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,7/4/16 21:30,3:00,1:00 -WO205703,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,7/14/14 15:00,3:00,1:00 -WO245629,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,1/13/16 20:00,3:00,1:00 -WO292632,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,7/14/17 15:00,3:00,1:00 -WO343346,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,8/13/19 14:00,3:00,1:00 -WO346886,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/26/19 19:15,3:00,1:00 -WO349286,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,7/8/20 13:56,3:00,1:00 -WO317760,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,8/7/18 16:15,3:00,1:00 -WO205704,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,6/27/14 14:30,3:00,1:00 -WO320287,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/25/19 16:00,3:00,1:00 -WO298879,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,9/28/17 22:45,3:00,1:00 -WO397373,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/23/21 20:00,3:00,1:00 -WO267222,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,7/16/16 15:00,3:00,1:00 -WO303525,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,2/1/18 19:41,3:00,1:00 -WO213628,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,10/10/14 7:30,3:00,1:00 -WO266742,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,8/2/16 19:30,3:00,1:00 -WO348444,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,11/6/19 14:00,3:00,1:00 -WO220290,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,11/29/14 15:30,3:00,1:00 -WO303527,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,2/1/18 19:47,3:00,1:00 -WO324168,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,11/27/18 16:00,3:00,1:00 -WO297544,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,11/29/17 20:12,3:00,1:00 -WO266744,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,8/2/16 19:30,3:00,1:00 -WO232004,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,4/28/15 15:30,3:00,1:00 -WO270342,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/29/16 15:30,3:00,1:00 -WO214127,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,9/30/14 13:30,3:00,1:00 -WO375461,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,10/21/20 19:00,3:00,1:00 -WO303109,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/24/17 18:45,3:00,1:00 -WO379443,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,12/21/20 14:00,3:00,1:00 -WO338419,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,5/31/19 19:30,3:00,1:00 -WO323708,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,4/1/19 10:00,3:00,1:00 -WO299380,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,3/15/18 15:30,3:00,1:00 -WO372007,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,12/8/20 20:00,3:00,1:00 -WO350670,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/3/20 15:00,3:00,1:00 -WO350672,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/18/20 19:30,3:00,1:00 -WO325838,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/22/19 19:00,3:00,1:00 -WO377504,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/25/21 18:30,3:00,1:00 -WO377507,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,2/8/21 15:30,3:00,1:00 -WO372505,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,9/29/20 12:00,3:00,1:00 -WO360237,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,4/22/20 19:30,3:00,1:00 -WO372504,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,9/29/20 16:00,3:00,1:00 -WO351300,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/4/20 19:30,3:00,1:00 -WO353167,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,1/13/20 20:00,3:00,1:00 -WO387150,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,5/10/21 15:25,3:00,1:00 -WO377973,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,12/22/20 14:00,3:00,1:00 -WO377501,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/21/21 16:30,3:00,1:00 -WO405426,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,2/22/22 18:30,3:00,1:00 -WO364523,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,6/5/20 15:00,3:00,1:00 -WO353169,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,1/20/20 20:30,3:00,1:00 -WO380655,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,2/2/21 14:00,3:00,1:00 -WO360239,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,4/23/20 13:00,3:00,1:00 -WO374038,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,10/16/20 14:00,3:00,1:00 -WO400063,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,11/9/21 20:00,3:00,1:00 -WO360233,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,4/20/20 17:44,3:00,1:00 -WO367295,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/7/20 17:00,3:00,1:00 -WO360235,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/20/20 19:30,3:00,1:00 -WO380657,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/5/21 20:00,3:00,1:00 -WO405422,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/22/22 16:00,3:00,1:00 -WO396925,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,12/28/21 17:00,3:00,1:00 -WO384012,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,6/22/21 15:00,3:00,1:00 -WO393589,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,8/18/21 13:00,3:00,1:00 -WO396921,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,12/28/21 13:00,3:00,1:00 -WO396923,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,12/28/21 15:00,3:00,1:00 -WO399660,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/17/21 20:00,3:00,1:00 -WO288608,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/23/17 19:30,3:00,1:00 -WO405424,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,2/23/22 19:30,3:00,1:00 -WO351293,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/7/20 18:00,3:00,1:00 -WO403804,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,1/12/22 17:30,3:00,1:00 -WO325829,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/21/19 18:00,3:00,1:00 -WO376516,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/4/21 18:30,3:00,1:00 -WO325836,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/21/19 20:00,3:00,1:00 -WO325841,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04010,Chiller 10,TRUE,5,3/5/19 0:30,3:00,1:00 -WO346999,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,10/2/19 14:30,3:00,1:00 -WO393577,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,8/4/21 13:00,3:00,1:00 -WO393571,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,8/6/21 19:00,3:00,1:00 -WO367293,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,7/8/20 17:00,3:00,1:00 -WO400069,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,11/11/21 19:30,3:00,1:00 -WO380661,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,2/2/21 18:00,3:00,1:00 -WO387152,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,5/11/21 13:30,3:00,1:00 -WO347359,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,10/12/19 14:45,3:00,1:00 -WO353165,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/20/20 18:30,3:00,1:00 -WO338522,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,5/31/19 19:30,3:00,1:00 -WO374040,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/12/20 14:00,3:00,1:00 -WO377508,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/16/21 18:30,3:00,1:00 -WO393575,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,7/28/21 18:30,3:00,1:00 -WO351296,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/8/20 18:30,3:00,1:00 -WO398378,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,10/7/21 15:00,3:00,1:00 -WO351298,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04010,Chiller 10,TRUE,5,2/13/20 19:30,3:00,1:00 -WO380659,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,2/3/21 19:00,3:00,1:00 -WO371142,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,9/17/20 19:00,3:00,1:00 -WO400067,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,11/12/21 19:30,3:00,1:00 -WO402360,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/2/22 19:30,3:00,1:00 -WO384010,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,6/25/21 21:00,3:00,1:00 -WO391364,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,9/30/21 17:00,3:00,1:00 -WO386599,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,6/21/21 22:00,3:00,1:00 -WO386601,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,6/21/21 23:00,3:00,1:00 -WO384008,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,6/25/21 20:00,3:00,1:00 -WO374042,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,10/30/20 18:30,3:00,1:00 -WO398375,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,10/7/21 19:19,3:00,1:00 -WO351299,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,5/28/20 13:00,3:00,1:00 -WO397976,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,10/7/21 19:19,3:00,1:00 -WO367299,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,7/9/20 13:00,3:00,1:00 -WO387146,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,5/10/21 13:00,3:00,1:00 -WO405420,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,2/21/22 17:30,3:00,1:00 -WO374044,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,10/15/20 19:00,3:00,1:00 -WO353163,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,1/14/20 14:00,3:00,1:00 -WO376514,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/16/21 18:30,3:00,1:00 -WO325834,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/25/19 20:00,3:00,1:00 -WO325840,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/6/19 0:30,3:00,1:00 -WO400065,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/10/21 14:00,3:00,1:00 -WO349387,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,7/8/20 13:57,3:00,1:00 -WO367297,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,7/10/20 18:30,3:00,1:00 -WO387148,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/14/21 12:25,3:00,1:00 -WO393573,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/5/21 19:00,3:00,1:00 -WO357318,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,2/26/20 20:00,3:00,1:00 -WO391367,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,10/1/21 13:00,3:00,1:00 -WO384632,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,4/1/21 14:00,3:00,1:00 -WO391369,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,10/1/21 15:00,3:00,1:00 -WO350683,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,12/3/19 16:00,3:00,1:00 -WO391814,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,7/10/21 20:00,3:00,1:00 -WO396927,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,12/28/21 19:00,3:00,1:00 -WO386600,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,6/18/21 19:30,3:00,1:00 -WO391365,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,9/30/21 18:00,3:00,1:00 -WO354148,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/31/20 0:30,3:00,1:00 -WO371928,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/25/20 19:30,3:00,1:00 -WO262363,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/29/16 14:41,3:00,1:00 -WO372931,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/7/20 11:45,3:00,1:00 -WO301476,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/22/17 17:33,3:00,1:00 -WO361089,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/8/20 19:00,3:00,1:00 -WO392222,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/15/21 12:00,3:00,1:00 -WO394336,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/17/21 12:00,3:00,1:00 -WO284512,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/12/17 14:22,3:00,1:00 -WO348874,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/4/19 19:30,3:00,1:00 -WO288898,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/20/17 14:57,3:00,1:00 -WO298377,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/16/17 13:06,3:00,1:00 -WO367119,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/22/20 19:30,3:00,1:00 -WO145937,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04702,Chiller 2,FALSE,1,2/17/13 7:30,3:00,1:00 -WO57479,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,4/27/11 12:00,3:00,1:00 -WO24943,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,10/25/10 19:53,3:00,1:00 -WO34527,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,11/19/10 15:30,3:00,1:00 -WO104443,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,3/26/12 15:30,3:00,1:00 -WO121405,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,7/24/12 15:30,3:00,1:00 -WO16130,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,6/22/10 14:12,3:00,1:00 -WO107035,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04006,Chiller 6,FALSE,1,4/11/12 16:00,3:00,1:00 -WO147848,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,3/25/13 15:30,3:00,1:00 -WO95205,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,FALSE,1,1/11/12 9:30,3:00,1:00 -WO319605,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04007,Chiller 7,FALSE,1,7/6/18 19:30,3:00,1:00 -WO43395,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,12/2/10 15:30,3:00,1:00 -WO55175,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,3/25/11 15:30,3:00,1:00 -WO202155,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,4/22/14 15:30,3:00,1:00 -WO104451,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,3/26/12 15:30,3:00,1:00 -WO100095,Head Operations and more specific Reinstall Heads related to condenser|evaporator,condenser|evaporator,M020,Head Operations,M020b,Reinstall Heads,CWC04702,Chiller 2,FALSE,1,1/26/12 15:30,3:00,1:00 -WO206825,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04009,Chiller 9,FALSE,1,6/24/14 15:30,3:00,1:00 -WO49715,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,1/24/11 15:30,3:00,1:00 -WO57245,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,3/29/11 15:30,3:00,1:00 -WO280705,Head Operations and more specific Reinstall Heads related to condenser,condenser,M020,Head Operations,M020b,Reinstall Heads,CWC04010,Chiller 10,FALSE,1,1/4/17 14:00,3:00,1:00 -WO291425,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,1,5/26/17 19:30,3:00,1:00 -WO263815,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,FALSE,1,4/5/16 19:30,3:00,1:00 -WO164965,Draining Operations and more specific Drain Water related to condenser,condenser,M016,Draining Operations,M016a,Drain Water,CWC04006,Chiller 6,FALSE,1,7/18/13 7:00,3:00,1:00 -WO234875,Major Overhaul and more specific Piping Overhaul related to refrigerant circuit,refrigerant circuit,M017,Major Overhaul,M017b,Piping Overhaul,CWC04014,Chiller 14,FALSE,1,4/23/15 15:30,3:00,1:00 -WO293245,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,6/20/17 21:30,3:00,1:00 -WO257045,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04014,Chiller 14,FALSE,1,2/12/16 20:30,3:00,1:00 -WO160835,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,6/7/13 20:00,3:00,1:00 -WO301175,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04006,Chiller 6,FALSE,1,10/25/17 19:30,3:00,1:00 -WO277455,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,11/1/16 19:30,3:00,1:00 -WO145936,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04702,Chiller 2,FALSE,1,2/11/13 20:30,3:00,1:00 -WO140795,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,12/14/12 15:30,3:00,1:00 -WO124486,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,1,8/16/12 17:30,3:00,1:00 -WO200796,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,4/18/14 15:30,3:00,1:00 -WO77356,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,1,8/18/11 15:30,3:00,1:00 -WO145986,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,1/25/13 3:30,3:00,1:00 -WO95196,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04701,Chiller 1,FALSE,1,1/8/12 15:30,3:00,1:00 -WO374595,Sensor Failure and more specific Temperature Sensor Failure related to refrigerant circuit,refrigerant circuit,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04007,Chiller 7,FALSE,1,11/19/20 15:00,3:00,1:00 -WO114836,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,5/26/12 15:00,3:00,1:00 -WO322677,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04006,Chiller 6,FALSE,1,9/5/18 19:30,3:00,1:00 -WO207336,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,6/19/14 15:30,3:00,1:00 -WO47666,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,12/7/10 15:30,3:00,1:00 -WO205437,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,5/27/14 15:30,3:00,1:00 -WO164716,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,7/10/13 15:30,3:00,1:00 -WO59386,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,4/13/11 15:30,3:00,1:00 -WO47686,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,12/31/10 15:30,3:00,1:00 -WO198546,Major Overhaul and more specific Piping Overhaul related to condenser,condenser,M017,Major Overhaul,M017b,Piping Overhaul,CWC04006,Chiller 6,FALSE,1,3/24/14 15:30,3:00,1:00 -WO199836,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,4/7/14 15:30,3:00,1:00 -WO383535,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,FALSE,1,2/23/21 16:30,3:00,1:00 -WO39876,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,FALSE,1,10/10/10 15:30,3:00,1:00 -WO288606,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04010,Chiller 10,FALSE,1,4/18/17 19:30,3:00,1:00 -WO43396,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04010,Chiller 10,FALSE,1,12/2/10 15:30,3:00,1:00 -WO296116,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,7/25/17 19:30,3:00,1:00 -WO311026,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04009,Chiller 9,FALSE,1,2/26/18 20:30,3:00,1:00 -WO46476,Leak Detection and more specific Visual Inspection related to entire chiller system,entire chiller system,MT008,Leak Detection,MT008a,Visual Inspection,CWC04702,Chiller 2,FALSE,1,1/6/11 15:30,3:00,1:00 -WO219946,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04007,Chiller 7,FALSE,1,10/31/14 15:30,3:00,1:00 -WO286166,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,3/12/17 19:30,3:00,1:00 -WO398506,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,1,9/20/21 18:00,3:00,1:00 -WO285176,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04012,Chiller 12,FALSE,1,2/25/17 20:30,3:00,1:00 -WO310126,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,2/15/18 20:30,3:00,1:00 -WO37687,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,10/2/10 19:30,3:00,1:00 -WO55297,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,3/12/11 15:30,3:00,1:00 -WO383536,Head Operations and more specific Remove Heads related to entire chiller system,entire chiller system,M020,Head Operations,M020a,Remove Heads,CWC04014,Chiller 14,FALSE,1,2/23/21 19:00,3:00,1:00 -WO49717,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,1/26/11 15:30,3:00,1:00 -WO125497,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04014,Chiller 14,FALSE,1,9/5/12 15:30,3:00,1:00 -WO402406,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,FALSE,2,12/1/21 20:30,3:00,1:00 -WO54117,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,FALSE,1,3/3/11 15:30,3:00,1:00 -WO289536,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04006,Chiller 6,FALSE,1,5/2/17 21:30,3:00,1:00 -WO289256,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,4/27/17 19:30,3:00,1:00 -WO321896,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04013,Chiller 13,FALSE,1,8/14/18 19:30,3:00,1:00 -WO371657,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04009,Chiller 9,FALSE,1,8/24/20 19:00,3:00,1:00 -WO378537,Deformation and more specific Deformation of Housing related to evaporator,evaporator,M003,Deformation,M003b,Deformation of Housing,CWC04704,Chiller 4,FALSE,2,12/7/20 20:30,3:00,1:00 -WO82817,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,9/21/11 15:30,3:00,1:00 -WO289527,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04010,Chiller 10,FALSE,1,5/2/17 21:30,3:00,1:00 -WO292727,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,6/19/17 9:30,3:00,1:00 -WO286167,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04014,Chiller 14,FALSE,1,2/11/17 20:30,3:00,1:00 -WO306387,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04701,Chiller 1,FALSE,1,12/12/17 20:30,3:00,1:00 -WO317407,Sensor Failure and more specific Temperature Sensor Failure related to compressor,compressor,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04007,Chiller 7,FALSE,2,7/25/18 17:44,3:00,1:00 -WO321367,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04013,Chiller 13,FALSE,2,7/18/18 19:30,3:00,1:00 -WO317477,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04013,Chiller 13,FALSE,2,7/25/18 17:47,3:00,1:00 -WO203967,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,4/29/14 15:30,3:00,1:00 -WO319607,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04007,Chiller 7,FALSE,1,7/2/18 14:30,3:00,1:00 -WO178397,Lubrication and more specific Lubrication of Bearings related to entire chiller system,entire chiller system,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,1,10/21/13 15:30,3:00,1:00 -WO318057,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04013,Chiller 13,FALSE,1,6/15/18 19:30,3:00,1:00 -WO174068,Refrigerant Leak and more specific Large Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001b,Large Leak,CWC04009,Chiller 9,FALSE,1,10/4/13 15:30,3:00,1:00 -WO199838,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,4/8/14 15:30,3:00,1:00 -WO167198,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04009,Chiller 9,FALSE,1,8/22/13 13:30,3:00,1:00 -WO236738,Leak Detection and more specific Visual Inspection related to entire chiller system,entire chiller system,MT008,Leak Detection,MT008a,Visual Inspection,CWC04009,Chiller 9,FALSE,1,5/15/15 15:30,3:00,1:00 -WO400557,Oil Analysis and more specific Initial Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010a,Initial Oil Analysis,CWC04012,Chiller 12,FALSE,2,10/26/21 15:56,3:00,1:00 -WO229848,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04007,Chiller 7,FALSE,1,2/27/15 15:30,3:00,1:00 -WO397657,Cleaning and more specific Internal Cleaning related to compressor,compressor,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,2,9/9/21 17:00,3:00,1:00 -WO304898,Refrigerant Addition and more specific Small Amount related to evaporator,evaporator,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,FALSE,1,11/29/17 0:00,3:00,1:00 -WO234878,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,4/23/15 15:30,3:00,1:00 -WO311028,Condenser Tube Leak and more specific Minor Leak related to condenser,condenser,M014,Condenser Tube Leak,M014a,Minor Leak,CWC04009,Chiller 9,FALSE,1,2/27/18 20:30,3:00,1:00 -WO291438,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,5/31/17 19:30,3:00,1:00 -WO291098,Cleaning and more specific Internal Cleaning related to compressor,compressor,MT002,Cleaning,MT002b,Internal Cleaning,CWC04013,Chiller 13,FALSE,1,5/12/17 19:30,3:00,1:00 -WO95238,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04010,Chiller 10,FALSE,1,12/28/11 15:30,3:00,1:00 -WO296158,Oil Analysis and more specific Post-Maintenance Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010c,Post-Maintenance Oil Analysis,CWC04014,Chiller 14,FALSE,1,7/16/17 19:30,3:00,1:00 -WO115338,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,5/30/12 15:30,3:00,1:00 -WO115408,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,6/6/12 14:00,3:00,1:00 -WO286188,Sensor Failure and more specific Temperature Sensor Failure related to refrigerant circuit,refrigerant circuit,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04014,Chiller 14,FALSE,1,3/10/17 20:30,3:00,1:00 -WO263818,Control System Malfunction and more specific Control Loop Failure related to condenser,condenser,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04006,Chiller 6,FALSE,1,4/17/16 19:30,3:00,1:00 -WO396538,Routine Maintenance and more specific Scheduled Maintenance related to refrigerant circuit,refrigerant circuit,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,FALSE,2,8/24/21 15:16,3:00,1:00 -WO343608,Sensor Failure and more specific Temperature Sensor Failure related to control system,control system,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04704,Chiller 4,FALSE,1,11/7/19 21:11,3:00,1:00 -WO257048,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04702,Chiller 2,FALSE,1,2/12/16 20:30,3:00,1:00 -WO46479,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,1/5/11 11:00,3:00,1:00 -WO199959,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,4/10/14 15:30,3:00,1:00 -WO219969,Lubrication and more specific Lubrication of Bearings related to entire chiller system,entire chiller system,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04704,Chiller 4,FALSE,1,10/22/14 15:30,3:00,1:00 -WO62619,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,4/20/11 15:30,3:00,1:00 -WO93639,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04703,Chiller 3,FALSE,1,12/21/11 3:30,3:00,1:00 -WO383528,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04012,Chiller 12,FALSE,1,2/23/21 16:45,3:00,1:00 -WO382058,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,1/26/21 20:30,3:00,1:00 -WO115409,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,6/7/12 12:30,3:00,1:00 -WO397658,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,2,9/9/21 17:02,3:00,1:00 -WO137169,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,1,11/26/12 15:30,3:00,1:00 -WO384658,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,1,3/5/21 16:30,3:00,1:00 -WO316569,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,FALSE,1,6/7/18 15:30,3:00,1:00 -WO356429,Software Error and more specific Control Software Error related to control system,control system,CS004,Software Error,CS004a,Control Software Error,CWC04014,Chiller 14,FALSE,1,1/31/20 20:30,3:00,1:00 -WO309889,Condenser Plugged and more specific Complete Plugging related to entire chiller system,entire chiller system,M013,Condenser Plugged,M013b,Complete Plugging,CWC04007,Chiller 7,FALSE,1,2/21/18 20:30,3:00,1:00 -WO398078,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,9/14/21 19:39,3:00,1:00 -WO310129,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,2/15/18 20:30,3:00,1:00 -WO319579,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04013,Chiller 13,FALSE,1,7/7/18 19:30,3:00,1:00 -WO321359,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04006,Chiller 6,FALSE,1,7/26/18 19:30,3:00,1:00 -WO47730,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,12/17/10 15:30,3:00,1:00 -WO305459,Head Operations and more specific Remove Heads related to condenser,condenser,M020,Head Operations,M020a,Remove Heads,CWC04010,Chiller 10,FALSE,1,12/14/17 20:30,3:00,1:00 -WO55300,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,3/9/11 15:30,3:00,1:00 -WO314479,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04009,Chiller 9,FALSE,1,3/27/18 19:30,3:00,1:00 -WO315089,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,FALSE,2,5/18/18 15:30,3:00,1:00 -WO383119,Control System Malfunction and more specific Control Loop Failure related to control system,control system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04009,Chiller 9,FALSE,1,2/17/21 18:00,3:00,1:00 -WO54100,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,FALSE,1,2/21/11 15:30,3:00,1:00 -WO43400,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,12/4/10 15:30,3:00,1:00 -WO41380,Routine Maintenance and more specific Unscheduled Maintenance related to compressor,compressor,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,11/8/10 15:30,3:00,1:00 -WO236759,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04007,Chiller 7,FALSE,1,5/13/15 15:30,3:00,1:00 -WO281959,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04703,Chiller 3,FALSE,1,1/20/17 20:30,3:00,1:00 -WO396009,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,8/16/21 18:14,3:00,1:00 -WO293239,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04704,Chiller 4,FALSE,1,6/27/17 19:30,3:00,1:00 -WO37670,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04701,Chiller 1,FALSE,1,10/1/10 15:30,3:00,1:00 -WO286189,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,3/12/17 19:30,3:00,1:00 -WO287389,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04009,Chiller 9,FALSE,1,3/30/17 19:30,3:00,1:00 -WO287779,Process Upset and more specific Unexpected Load Change related to entire chiller system,entire chiller system,OP001,Process Upset,OP001a,Unexpected Load Change,CWC04006,Chiller 6,FALSE,1,4/8/17 19:30,3:00,1:00 -WO280699,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,12/28/16 20:30,3:00,1:00 -WO221609,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04703,Chiller 3,FALSE,1,11/4/14 15:30,3:00,1:00 -WO169460,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,8/7/13 15:30,3:00,1:00 -WO102710,Piping Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L004,Piping Leak,L004a,Small Leak,CWC04704,Chiller 4,FALSE,1,3/1/12 15:30,3:00,1:00 -WO284130,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04010,Chiller 10,FALSE,1,2/16/17 20:30,3:00,1:00 -WO188800,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04010,Chiller 10,FALSE,1,12/31/13 19:00,3:00,1:00 -WO305430,Actuator Failure and more specific Pneumatic Actuator Failure related to control system,control system,M009,Actuator Failure,M009b,Pneumatic Actuator Failure,CWC04009,Chiller 9,FALSE,1,12/2/17 20:30,3:00,1:00 -WO296150,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04006,Chiller 6,FALSE,1,7/15/17 19:30,3:00,1:00 -WO140920,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04009,Chiller 9,FALSE,1,12/21/12 15:30,3:00,1:00 -WO291100,Lubrication and more specific Lubrication of Shafts related to entire chiller system,entire chiller system,MT003,Lubrication,MT003b,Lubrication of Shafts,CWC04014,Chiller 14,FALSE,1,5/16/17 19:30,3:00,1:00 -WO207361,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,6/13/14 15:30,3:00,1:00 -WO164860,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,7/19/13 3:30,3:00,1:00 -WO200810,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,4/17/14 15:30,3:00,1:00 -WO57241,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,3/25/11 10:30,3:00,1:00 -WO212531,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,7/18/14 3:30,3:00,1:00 -WO47671,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04013,Chiller 13,FALSE,1,12/6/10 15:30,3:00,1:00 -WO221591,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,11/23/14 15:30,3:00,1:00 -WO101961,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04013,Chiller 13,FALSE,1,2/3/12 15:30,3:00,1:00 -WO50721,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,1/31/11 15:30,3:00,1:00 -WO86631,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,10/27/11 19:30,3:00,1:00 -WO108851,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,3/29/12 15:30,3:00,1:00 -WO91911,Software Error and more specific Monitoring Software Error related to control system,control system,CS004,Software Error,CS004b,Monitoring Software Error,CWC04701,Chiller 1,FALSE,1,11/15/11 15:30,3:00,1:00 -WO145991,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,1/23/13 3:30,3:00,1:00 -WO24702,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,10/25/10 19:53,3:00,1:00 -WO238241,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04010,Chiller 10,FALSE,1,6/20/15 15:30,3:00,1:00 -WO237291,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04014,Chiller 14,FALSE,1,6/5/15 15:30,3:00,1:00 -WO300971,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04703,Chiller 3,FALSE,1,10/17/17 19:30,3:00,1:00 -WO23468,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,10/25/10 20:38,3:00,1:00 -WO29654,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,10/25/10 20:38,3:00,1:00 -WO93582,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,12/5/11 15:30,3:00,1:00 -WO293261,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04009,Chiller 9,FALSE,1,6/14/17 19:30,3:00,1:00 -WO53232,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,FALSE,1,2/20/11 15:30,3:00,1:00 -WO319631,Refrigerant Leak and more specific Large Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001b,Large Leak,CWC04013,Chiller 13,FALSE,2,7/9/18 19:30,3:00,1:00 -WO395831,Vibration Issues and more specific Low Frequency Vibration related to entire chiller system,entire chiller system,M008,Vibration Issues,M008b,Low Frequency Vibration,CWC04703,Chiller 3,FALSE,2,8/12/21 19:30,3:00,1:00 -WO123902,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04704,Chiller 4,FALSE,1,8/8/12 15:30,3:00,1:00 -WO55302,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,3/11/11 15:30,3:00,1:00 -WO292321,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04009,Chiller 9,FALSE,1,6/14/17 9:30,3:00,1:00 -WO43372,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,12/3/10 15:30,3:00,1:00 -WO321891,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04013,Chiller 13,FALSE,1,8/16/18 19:30,3:00,1:00 -WO59392,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,4/14/11 15:30,3:00,1:00 -WO386631,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04013,Chiller 13,FALSE,1,4/1/21 19:30,3:00,1:00 -WO238252,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04007,Chiller 7,FALSE,1,6/21/15 15:30,3:00,1:00 -WO64012,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,1,5/3/11 15:30,3:00,1:00 -WO54462,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,3/25/11 15:30,3:00,1:00 -WO306942,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,FALSE,1,1/8/18 20:30,3:00,1:00 -WO263831,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04704,Chiller 4,FALSE,1,4/20/16 19:30,3:00,1:00 -WO398031,Control System Malfunction and more specific Communication Failure related to control system,control system,CS005,Control System Malfunction,CS005b,Communication Failure,CWC04014,Chiller 14,FALSE,2,9/13/21 19:13,3:00,1:00 -WO304392,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04704,Chiller 4,FALSE,1,11/17/17 20:30,3:00,1:00 -WO281012,Routine Maintenance and more specific Scheduled Maintenance related to motor,motor,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,FALSE,1,12/27/16 20:30,3:00,1:00 -WO310575,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,2/27/18 17:00,3:00,1:00 -WO311025,Head Operations and more specific Reinstall Heads related to condenser,condenser,M020,Head Operations,M020b,Reinstall Heads,CWC04014,Chiller 14,FALSE,1,3/1/18 20:30,3:00,1:00 -WO55177,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,3/25/11 7:15,3:00,1:00 -WO367822,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04009,Chiller 9,FALSE,1,6/16/20 19:30,3:00,1:00 -WO104445,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,3/26/12 15:30,3:00,1:00 -WO147844,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,3/25/13 15:30,3:00,1:00 -WO197542,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04009,Chiller 9,FALSE,1,3/14/14 15:30,3:00,1:00 -WO196335,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,2/28/14 15:30,3:00,1:00 -WO58445,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,4/3/11 15:30,3:00,1:00 -WO204412,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04703,Chiller 3,FALSE,1,5/9/14 15:30,3:00,1:00 -WO99575,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04006,Chiller 6,FALSE,1,2/8/12 22:00,3:00,1:00 -WO147850,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,3/25/13 15:30,3:00,1:00 -WO57195,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04013,Chiller 13,FALSE,1,3/23/11 15:30,3:00,1:00 -WO318055,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04009,Chiller 9,FALSE,2,6/19/18 23:30,3:00,1:00 -WO95245,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04701,Chiller 1,FALSE,1,1/17/12 12:03,3:00,1:00 -WO128635,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04009,Chiller 9,FALSE,1,9/11/12 15:30,3:00,1:00 -WO221595,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04013,Chiller 13,FALSE,1,11/30/14 15:30,3:00,1:00 -WO221885,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04703,Chiller 3,FALSE,1,10/17/14 15:30,3:00,1:00 -WO233612,Cleaning and more specific Internal Cleaning related to condenser|evaporator,condenser|evaporator,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,4/3/15 15:30,3:00,1:00 -WO237315,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,5/26/15 15:30,3:00,1:00 -WO215862,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04012,Chiller 12,FALSE,1,9/26/14 15:30,3:00,1:00 -WO226072,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,1/5/15 9:00,3:00,1:00 -WO290043,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,5/8/17 19:30,3:00,1:00 -WO287165,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,3/27/17 19:30,3:00,1:00 -WO318052,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04007,Chiller 7,FALSE,1,6/19/18 23:30,3:00,1:00 -WO284135,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04006,Chiller 6,FALSE,1,2/12/17 20:30,3:00,1:00 -WO232185,Rupture and more specific Rupture in Vessels related to compressor,compressor,M004,Rupture,M004b,Rupture in Vessels,CWC04701,Chiller 1,FALSE,1,3/13/15 11:30,3:00,1:00 -WO221582,Routine Maintenance and more specific Annual Draining related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001c,Annual Draining,CWC04007,Chiller 7,FALSE,1,11/23/14 16:00,3:00,1:00 -WO145985,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04702,Chiller 2,FALSE,1,1/20/13 3:30,3:00,1:00 -WO291023,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04009,Chiller 9,FALSE,1,5/17/17 19:30,3:00,1:00 -WO284195,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,2/15/17 20:30,3:00,1:00 -WO236733,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,5/21/15 15:30,3:00,1:00 -WO234843,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04702,Chiller 2,FALSE,1,4/17/15 11:00,3:00,1:00 -WO291123,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04009,Chiller 9,FALSE,1,5/15/17 19:30,3:00,1:00 -WO221883,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,10/20/14 15:30,3:00,1:00 -WO296135,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04704,Chiller 4,FALSE,1,8/1/17 19:30,3:00,1:00 -WO285205,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04010,Chiller 10,FALSE,1,2/28/17 20:30,3:00,1:00 -WO291095,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,5/11/17 19:30,3:00,1:00 -WO303305,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,11/13/17 20:30,3:00,1:00 -WO297033,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04006,Chiller 6,FALSE,1,8/16/17 19:30,3:00,1:00 -WO174035,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,8/23/13 15:30,3:00,1:00 -WO299743,Misalignment and more specific Misalignment of Shaft related to compressor,compressor,M005,Misalignment,M005b,Misalignment of Shaft,CWC04006,Chiller 6,FALSE,1,9/25/17 19:30,3:00,1:00 -WO141866,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,FALSE,1,1/3/13 15:30,3:00,1:00 -WO76563,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,8/12/11 15:30,3:00,1:00 -WO56283,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,3/30/11 11:01,3:00,1:00 -WO238256,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04013,Chiller 13,FALSE,1,6/17/15 15:30,3:00,1:00 -WO141893,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,12/24/12 15:30,3:00,1:00 -WO301165,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,10/10/17 19:30,3:00,1:00 -WO47693,Head Operations and more specific Remove Heads related to entire chiller system,entire chiller system,M020,Head Operations,M020a,Remove Heads,CWC04012,Chiller 12,FALSE,1,12/28/10 15:30,3:00,1:00 -WO55303,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,3/10/11 15:30,3:00,1:00 -WO305385,Filling Operations and more specific Fill Water Piping related to entire chiller system,entire chiller system,MT015,Filling Operations,MT017a,Fill Water Piping,CWC04012,Chiller 12,FALSE,1,12/1/17 20:30,3:00,1:00 -WO148446,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,2/26/13 3:30,3:00,1:00 -WO153516,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,4/25/13 3:30,3:00,1:00 -WO110193,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,4/9/12 15:30,3:00,1:00 -WO110153,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,4/11/12 15:30,3:00,1:00 -WO126733,Vibration Analysis and more specific Initial Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013a,Initial Vibration Analysis,CWC04012,Chiller 12,FALSE,1,9/28/12 18:00,3:00,1:00 -WO398125,Seepage and more specific Refrigerant Seepage related to refrigerant circuit,refrigerant circuit,L005,Seepage,L005a,Refrigerant Seepage,CWC04013,Chiller 13,FALSE,2,9/16/21 19:09,3:00,1:00 -WO102646,Condenser Plugged and more specific Complete Plugging related to evaporator,evaporator,M013,Condenser Plugged,M013b,Complete Plugging,CWC04704,Chiller 4,FALSE,1,2/26/12 15:30,3:00,1:00 -WO137173,Lubrication and more specific Lubrication of Bearings related to entire chiller system,entire chiller system,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,1,12/3/12 15:30,3:00,1:00 -WO64016,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04014,Chiller 14,FALSE,1,5/10/11 15:30,3:00,1:00 -WO169456,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,8/7/13 15:30,3:00,1:00 -WO159366,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,6/5/13 7:30,3:00,1:00 -WO399372,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04007,Chiller 7,FALSE,2,10/4/21 19:39,3:00,1:00 -WO37003,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,FALSE,1,10/6/10 15:30,3:00,1:00 -WO400122,Head Operations and more specific Remove Heads related to entire chiller system,entire chiller system,M020,Head Operations,M020a,Remove Heads,CWC04007,Chiller 7,FALSE,2,10/22/21 19:30,3:00,1:00 -WO229846,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,2/25/15 15:30,3:00,1:00 -WO93586,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04703,Chiller 3,FALSE,1,12/3/11 15:30,3:00,1:00 -WO178424,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,10/17/13 15:30,3:00,1:00 -WO188806,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,1/15/14 15:30,3:00,1:00 -WO39844,Refrigerant Leak and more specific Small Leak related to compressor,compressor,L001,Refrigerant Leak,L001a,Small Leak,CWC04701,Chiller 1,FALSE,1,10/1/10 15:30,3:00,1:00 -WO137166,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,11/29/12 15:30,3:00,1:00 -WO43374,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04010,Chiller 10,FALSE,1,12/2/10 15:30,3:00,1:00 -WO100093,Head Operations and more specific Reinstall Heads related to evaporator,evaporator,M020,Head Operations,M020b,Reinstall Heads,CWC04014,Chiller 14,FALSE,1,1/24/12 15:30,3:00,1:00 -WO390305,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,5/20/21 19:00,3:00,1:00 -WO99524,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04702,Chiller 2,FALSE,1,2/8/12 23:00,3:00,1:00 -WO95236,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04010,Chiller 10,FALSE,1,12/27/11 15:30,3:00,1:00 -WO97193,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,1/17/12 15:30,3:00,1:00 -WO41564,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04704,Chiller 4,FALSE,1,10/20/10 15:30,3:00,1:00 -WO185816,Leak Detection and more specific Visual Inspection related to entire chiller system,entire chiller system,MT008,Leak Detection,MT008a,Visual Inspection,CWC04704,Chiller 4,FALSE,1,12/23/13 15:30,3:00,1:00 -WO401673,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,11/15/21 20:30,3:00,1:00 -WO95203,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,1/4/12 15:30,3:00,1:00 -WO386693,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,1,4/7/21 15:00,3:00,1:00 -WO398863,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,FALSE,2,9/28/21 18:38,3:00,1:00 -WO226924,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,1/8/15 7:30,3:00,1:00 -WO285686,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04014,Chiller 14,FALSE,1,3/9/17 21:30,3:00,1:00 -WO356495,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,2,2/11/20 20:00,3:00,1:00 -WO263973,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,4/29/16 19:30,3:00,1:00 -WO140794,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,12/14/12 15:30,3:00,1:00 -WO382653,Cleaning and more specific Internal Cleaning related to compressor,compressor,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,2/10/21 14:00,3:00,1:00 -WO285186,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,2/23/17 20:30,3:00,1:00 -WO49527,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,1/20/11 15:30,3:00,1:00 -WO226764,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,1,1/30/15 15:30,3:00,1:00 -WO338653,Control System Malfunction and more specific Control Loop Failure related to compressor,compressor,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04704,Chiller 4,FALSE,1,5/9/19 16:00,3:00,1:00 -WO154874,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,5/3/13 15:30,3:00,1:00 -WO145984,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,1/16/13 3:30,3:00,1:00 -WO300556,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04009,Chiller 9,FALSE,1,10/9/17 19:30,3:00,1:00 -WO319586,Evaporator Leak and more specific Major Leak related to evaporator,evaporator,L003,Evaporator Leak,L003b,Major Leak,CWC04013,Chiller 13,FALSE,2,8/31/18 13:00,3:00,1:00 -WO279996,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04007,Chiller 7,FALSE,1,12/19/16 20:30,3:00,1:00 -WO144344,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,1/28/13 15:30,3:00,1:00 -WO390303,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,1,5/19/21 19:00,3:00,1:00 -WO102707,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,3/2/12 15:30,3:00,1:00 -WO121394,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,7/25/12 15:30,3:00,1:00 -WO311516,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04009,Chiller 9,FALSE,1,3/7/18 20:30,3:00,1:00 -WO303206,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,1,11/14/17 20:30,3:00,1:00 -WO58457,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,3/30/11 15:30,3:00,1:00 -WO145947,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04701,Chiller 1,FALSE,1,2/7/13 3:30,3:00,1:00 -WO307016,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,12/30/17 20:30,3:00,1:00 -WO258506,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04702,Chiller 2,FALSE,1,2/17/16 12:30,3:00,1:00 -WO209434,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,6/24/14 15:30,3:00,1:00 -WO257044,Draining Operations and more specific Drain Water related to entire chiller system,entire chiller system,M016,Draining Operations,M016a,Drain Water,CWC04009,Chiller 9,FALSE,1,2/10/16 20:30,3:00,1:00 -WO86637,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,10/29/11 15:30,3:00,1:00 -WO273354,Sensor Failure and more specific Temperature Sensor Failure related to refrigerant circuit,refrigerant circuit,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04007,Chiller 7,FALSE,1,8/25/16 19:30,3:00,1:00 -WO307456,Refrigerant Leak and more specific Large Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001b,Large Leak,CWC04012,Chiller 12,FALSE,1,1/15/18 20:30,3:00,1:00 -WO398824,Piping Leak and more specific Large Leak related to refrigerant circuit,refrigerant circuit,L004,Piping Leak,L004b,Large Leak,CWC04014,Chiller 14,FALSE,2,9/27/21 18:44,3:00,1:00 -WO147777,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,FALSE,1,3/9/13 10:30,3:00,1:00 -WO164857,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04010,Chiller 10,FALSE,1,7/23/13 3:30,3:00,1:00 -WO291424,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04009,Chiller 9,FALSE,1,5/16/17 19:30,3:00,1:00 -WO365424,Sensor Failure and more specific Temperature Sensor Failure related to refrigerant circuit,refrigerant circuit,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04006,Chiller 6,FALSE,1,6/3/20 19:00,3:00,1:00 -WO319574,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,6/26/18 19:30,3:00,1:00 -WO304474,Draining Operations and more specific Drain Oil related to refrigerant circuit,refrigerant circuit,M016,Draining Operations,M016b,Drain Oil,CWC04012,Chiller 12,FALSE,1,11/26/17 20:30,3:00,1:00 -WO316016,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,2,5/17/18 19:30,3:00,1:00 -WO384716,Software Error and more specific Control Software Error related to control system,control system,CS004,Software Error,CS004a,Control Software Error,CWC04010,Chiller 10,FALSE,1,3/5/21 16:30,3:00,1:00 -WO205447,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04702,Chiller 2,FALSE,1,5/21/14 15:30,3:00,1:00 -WO234857,Draining Operations and more specific Drain Water related to entire chiller system,entire chiller system,M016,Draining Operations,M016a,Drain Water,CWC04702,Chiller 2,FALSE,1,4/15/15 15:30,3:00,1:00 -WO400106,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,2,10/13/21 19:30,3:00,1:00 -WO236734,Control System Malfunction and more specific Control Loop Failure related to condenser,condenser,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04014,Chiller 14,FALSE,1,5/22/15 15:30,3:00,1:00 -WO287167,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04701,Chiller 1,FALSE,1,3/24/17 19:30,3:00,1:00 -WO284197,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04010,Chiller 10,FALSE,1,2/16/17 20:30,3:00,1:00 -WO257047,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04701,Chiller 1,FALSE,1,2/8/16 20:30,3:00,1:00 -WO285177,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04012,Chiller 12,FALSE,1,2/17/17 20:30,3:00,1:00 -WO289107,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,4/26/17 19:30,3:00,1:00 -WO282577,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,1/25/17 20:30,3:00,1:00 -WO238257,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04006,Chiller 6,FALSE,1,6/19/15 15:30,3:00,1:00 -WO209438,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,7/10/14 15:30,3:00,1:00 -WO209418,Flow Sensor Failure and more specific Sensor Not Responding related to control system,control system,OP004,Flow Sensor Failure,OP004a,Sensor Not Responding,CWC04009,Chiller 9,FALSE,1,7/8/14 16:30,3:00,1:00 -WO311027,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04009,Chiller 9,FALSE,1,2/23/18 20:30,3:00,1:00 -WO303307,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04012,Chiller 12,FALSE,1,11/8/17 20:30,3:00,1:00 -WO317467,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04009,Chiller 9,FALSE,1,6/9/18 19:30,3:00,1:00 -WO229248,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,1,2/19/15 11:30,3:00,1:00 -WO202148,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04013,Chiller 13,FALSE,1,4/27/14 15:30,3:00,1:00 -WO381657,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04009,Chiller 9,FALSE,1,1/20/21 20:00,3:00,1:00 -WO306378,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04701,Chiller 1,FALSE,1,12/13/17 20:30,3:00,1:00 -WO238258,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04010,Chiller 10,FALSE,1,6/15/15 15:30,3:00,1:00 -WO198549,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,3/18/14 15:30,3:00,1:00 -WO58458,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,4/5/11 15:30,3:00,1:00 -WO400857,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,FALSE,2,11/2/21 16:41,3:00,1:00 -WO303208,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,11/2/17 19:30,3:00,1:00 -WO287688,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,4/2/17 19:30,3:00,1:00 -WO88688,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,11/3/11 15:30,3:00,1:00 -WO215858,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04014,Chiller 14,FALSE,1,9/24/14 15:30,3:00,1:00 -WO286298,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,3/3/17 20:30,3:00,1:00 -WO234868,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04007,Chiller 7,FALSE,1,4/8/15 15:30,3:00,1:00 -WO319618,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04006,Chiller 6,FALSE,2,7/12/18 19:30,3:00,1:00 -WO289108,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,FALSE,1,4/25/17 19:30,3:00,1:00 -WO123918,Control System Malfunction and more specific Control Loop Failure related to control system,control system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04006,Chiller 6,FALSE,1,8/15/12 15:30,3:00,1:00 -WO102648,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,FALSE,1,2/17/12 3:30,3:00,1:00 -WO115398,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,6/4/12 9:00,3:00,1:00 -WO24706,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,10/25/10 19:53,3:00,1:00 -WO84668,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,11/4/11 15:30,3:00,1:00 -WO131263,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,12/4/12 15:30,3:00,1:00 -WO57477,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,4/28/11 13:30,3:00,1:00 -WO24941,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,10/25/10 19:53,3:00,1:00 -WO57481,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,4/18/11 12:00,3:00,1:00 -WO387768,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,4/19/21 19:30,3:00,1:00 -WO115399,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,6/6/12 15:30,3:00,1:00 -WO164969,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,7/24/13 3:30,3:00,1:00 -WO221599,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,10/7/14 15:30,3:00,1:00 -WO371658,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04012,Chiller 12,FALSE,1,8/24/20 19:00,3:00,1:00 -WO102709,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,3/1/12 15:30,3:00,1:00 -WO130359,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04703,Chiller 3,FALSE,1,10/24/12 21:00,3:00,1:00 -WO196349,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,1,2/26/14 15:30,3:00,1:00 -WO114829,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,5/23/12 15:03,3:00,1:00 -WO174049,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04006,Chiller 6,FALSE,1,9/1/13 15:30,3:00,1:00 -WO400558,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04006,Chiller 6,FALSE,2,10/26/21 15:59,3:00,1:00 -WO321899,Condenser Plugged and more specific Complete Plugging related to entire chiller system,entire chiller system,M013,Condenser Plugged,M013b,Complete Plugging,CWC04006,Chiller 6,FALSE,2,8/13/18 19:30,3:00,1:00 -WO147846,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,3/25/13 15:30,3:00,1:00 -WO23154,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,10/25/10 20:38,3:00,1:00 -WO101829,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04703,Chiller 3,FALSE,1,2/22/12 23:00,3:00,1:00 -WO16126,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,6/22/10 14:12,3:00,1:00 -WO23144,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,10/25/10 20:38,3:00,1:00 -WO16128,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,6/22/10 14:12,3:00,1:00 -WO237319,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,5/26/15 15:00,3:00,1:00 -WO28879,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,10/25/10 20:38,3:00,1:00 -WO47660,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,12/9/10 15:30,3:00,1:00 -WO23152,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,10/25/10 20:38,3:00,1:00 -WO277419,Eddy Current Test and more specific Condenser Eddy Current Test related to condenser,condenser,MT007,Eddy Current Test,MT007a,Condenser Eddy Current Test,CWC04009,Chiller 9,FALSE,1,11/8/16 20:30,3:00,1:00 -WO28883,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,10/25/10 20:38,3:00,1:00 -WO287259,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,3/26/17 19:30,3:00,1:00 -WO299779,Cleaning and more specific Internal Cleaning related to refrigerant circuit,refrigerant circuit,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,9/25/17 19:30,3:00,1:00 -WO279339,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04007,Chiller 7,FALSE,1,11/21/16 20:30,3:00,1:00 -WO371659,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04014,Chiller 14,FALSE,1,8/24/20 19:00,3:00,1:00 -WO290049,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04006,Chiller 6,FALSE,1,5/4/17 19:30,3:00,1:00 -WO199840,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,4/9/14 15:30,3:00,1:00 -WO291089,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04007,Chiller 7,FALSE,1,5/22/17 19:30,3:00,1:00 -WO281010,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04013,Chiller 13,FALSE,1,12/27/16 20:30,3:00,1:00 -WO383519,Cleaning and more specific Internal Cleaning related to compressor,compressor,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,1,2/22/21 20:30,3:00,1:00 -WO383059,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04009,Chiller 9,FALSE,1,2/15/21 20:00,3:00,1:00 -WO279300,Oil Analysis and more specific Post-Maintenance Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010c,Post-Maintenance Oil Analysis,CWC04012,Chiller 12,FALSE,1,11/21/16 20:30,3:00,1:00 -WO284139,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04006,Chiller 6,FALSE,1,2/11/17 20:30,3:00,1:00 -WO221880,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,10/10/14 15:30,3:00,1:00 -WO277420,Eddy Current Test and more specific Condenser Eddy Current Test related to entire chiller system,entire chiller system,MT007,Eddy Current Test,MT007a,Condenser Eddy Current Test,CWC04009,Chiller 9,FALSE,1,11/7/16 20:30,3:00,1:00 -WO307440,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04010,Chiller 10,FALSE,1,1/17/18 20:30,3:00,1:00 -WO97170,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,1/19/12 15:30,3:00,1:00 -WO152380,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,1,4/17/13 15:30,3:00,1:00 -WO178420,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,10/31/13 15:30,3:00,1:00 -WO137700,Sensor Failure and more specific Temperature Sensor Failure related to control system,control system,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04010,Chiller 10,FALSE,1,12/11/12 13:00,3:00,1:00 -WO147800,Evaporator Leak and more specific Minor Leak related to evaporator,evaporator,L003,Evaporator Leak,L003a,Minor Leak,CWC04012,Chiller 12,FALSE,1,3/13/13 3:30,3:00,1:00 -WO310520,Leak Detection and more specific Visual Inspection related to entire chiller system,entire chiller system,MT008,Leak Detection,MT008a,Visual Inspection,CWC04009,Chiller 9,FALSE,1,2/26/18 20:30,3:00,1:00 -WO300970,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04703,Chiller 3,FALSE,1,10/18/17 19:30,3:00,1:00 -WO291430,Deformation and more specific Deformation of Housing related to entire chiller system,entire chiller system,M003,Deformation,M003b,Deformation of Housing,CWC04009,Chiller 9,FALSE,1,5/30/17 19:30,3:00,1:00 -WO291120,Sensor Failure and more specific Temperature Sensor Failure related to control system,control system,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04006,Chiller 6,FALSE,1,5/27/17 19:30,3:00,1:00 -WO299760,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,9/27/17 19:30,3:00,1:00 -WO303210,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04704,Chiller 4,FALSE,1,11/7/17 20:30,3:00,1:00 -WO202150,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,4/25/14 15:30,3:00,1:00 -WO43371,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,12/4/10 15:30,3:00,1:00 -WO213851,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,1,8/15/14 15:30,3:00,1:00 -WO76561,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,8/11/11 15:30,3:00,1:00 -WO59391,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04014,Chiller 14,FALSE,1,4/13/11 13:30,3:00,1:00 -WO93512,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04009,Chiller 9,FALSE,1,11/9/11 9:00,3:00,1:00 -WO67981,Refrigerant Leak and more specific Large Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001b,Large Leak,CWC04702,Chiller 2,FALSE,1,6/9/11 15:30,3:00,1:00 -WO54101,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,FALSE,1,2/22/11 15:30,3:00,1:00 -WO46481,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04010,Chiller 10,FALSE,1,1/4/11 15:20,3:00,1:00 -WO152151,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04006,Chiller 6,FALSE,1,4/19/13 19:30,3:00,1:00 -WO136431,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,11/6/12 15:30,3:00,1:00 -WO382630,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04007,Chiller 7,FALSE,1,2/5/21 15:00,3:00,1:00 -WO383080,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04006,Chiller 6,FALSE,1,2/16/21 16:15,3:00,1:00 -WO140921,Draining Operations and more specific Drain Water related to entire chiller system,entire chiller system,M016,Draining Operations,M016a,Drain Water,CWC04006,Chiller 6,FALSE,1,12/22/12 5:30,3:00,1:00 -WO164861,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,7/22/13 3:30,3:00,1:00 -WO147842,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,3/25/13 15:30,3:00,1:00 -WO374180,Control System Malfunction and more specific Control Loop Failure related to refrigerant circuit,refrigerant circuit,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04007,Chiller 7,FALSE,1,10/14/20 19:30,3:00,1:00 -WO382061,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,1/29/21 19:00,3:00,1:00 -WO276951,Leak Detection and more specific Visual Inspection related to condenser,condenser,MT008,Leak Detection,MT008a,Visual Inspection,CWC04009,Chiller 9,FALSE,1,10/9/16 19:30,3:00,1:00 -WO386211,Draining Operations and more specific Drain Water related to entire chiller system,entire chiller system,M016,Draining Operations,M016a,Drain Water,CWC04010,Chiller 10,FALSE,1,3/26/21 12:00,3:00,1:00 -WO95202,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,12/30/11 15:30,3:00,1:00 -WO49532,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,1/12/11 15:30,3:00,1:00 -WO297031,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04704,Chiller 4,FALSE,1,8/7/17 19:30,3:00,1:00 -WO47682,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,12/13/10 15:30,3:00,1:00 -WO320951,Control System Malfunction and more specific Control Loop Failure related to control system,control system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04014,Chiller 14,FALSE,2,8/22/18 16:31,3:00,1:00 -WO97032,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04010,Chiller 10,FALSE,1,12/28/11 14:00,3:00,1:00 -WO398081,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04704,Chiller 4,FALSE,2,9/14/21 19:43,3:00,1:00 -WO310091,Head Operations and more specific Reinstall Heads related to condenser,condenser,M020,Head Operations,M020b,Reinstall Heads,CWC04702,Chiller 2,FALSE,1,2/3/18 20:30,3:00,1:00 -WO57192,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,3/22/11 15:30,3:00,1:00 -WO315982,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,5/18/18 19:30,3:00,1:00 -WO303242,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04704,Chiller 4,FALSE,1,11/8/17 20:30,3:00,1:00 -WO287791,Misalignment and more specific Misalignment of Shaft related to compressor,compressor,M005,Misalignment,M005b,Misalignment of Shaft,CWC04012,Chiller 12,FALSE,1,4/7/17 21:30,3:00,1:00 -WO397191,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04013,Chiller 13,FALSE,2,9/14/21 17:00,3:00,1:00 -WO390302,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,5/19/21 15:00,3:00,1:00 -WO293262,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04009,Chiller 9,FALSE,1,6/12/17 19:30,3:00,1:00 -WO311532,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,3/8/18 20:30,3:00,1:00 -WO299752,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04703,Chiller 3,FALSE,1,9/30/17 19:30,3:00,1:00 -WO386612,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,4/2/21 13:00,3:00,1:00 -WO267462,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04006,Chiller 6,FALSE,1,6/9/16 19:30,3:00,1:00 -WO188802,Major Overhaul and more specific Motor Overhaul related to compressor,compressor,M017,Major Overhaul,M017d,Motor Overhaul,CWC04009,Chiller 9,FALSE,1,1/17/14 15:30,3:00,1:00 -WO282012,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,1/12/17 22:30,3:00,1:00 -WO298053,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,1,9/6/17 19:30,3:00,1:00 -WO234852,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,FALSE,1,4/13/15 10:00,3:00,1:00 -WO289103,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04012,Chiller 12,FALSE,1,4/20/17 19:30,3:00,1:00 -WO199342,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,4/4/14 15:30,3:00,1:00 -WO199842,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04010,Chiller 10,FALSE,1,4/10/14 15:30,3:00,1:00 -WO234863,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04007,Chiller 7,FALSE,1,4/10/15 16:30,3:00,1:00 -WO292473,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,6/20/17 11:00,3:00,1:00 -WO219963,Major Overhaul and more specific Compressor Overhaul related to compressor,compressor,M017,Major Overhaul,M017c,Compressor Overhaul,CWC04009,Chiller 9,FALSE,1,10/22/14 15:30,3:00,1:00 -WO319572,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04013,Chiller 13,FALSE,1,6/27/18 19:30,3:00,1:00 -WO303963,Cleaning and more specific Internal Cleaning related to evaporator,evaporator,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,1,11/28/17 20:30,3:00,1:00 -WO88683,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,10/31/11 15:30,3:00,1:00 -WO318733,Control System Malfunction and more specific Control Loop Failure related to refrigerant circuit,refrigerant circuit,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04007,Chiller 7,FALSE,2,7/10/18 11:28,3:00,1:00 -WO178403,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,10/21/13 15:30,3:00,1:00 -WO136443,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04703,Chiller 3,FALSE,1,11/19/12 15:30,3:00,1:00 -WO43373,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,12/2/10 15:30,3:00,1:00 -WO123903,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,8/8/12 15:30,3:00,1:00 -WO16170,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,6/22/10 14:12,3:00,1:00 -WO114853,Condenser Plugged and more specific Complete Plugging related to evaporator,evaporator,M013,Condenser Plugged,M013b,Complete Plugging,CWC04704,Chiller 4,FALSE,1,5/30/12 15:30,3:00,1:00 -WO106993,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,3/16/12 15:30,3:00,1:00 -WO257043,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,1/27/16 20:30,3:00,1:00 -WO95204,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,1/4/12 15:30,3:00,1:00 -WO47674,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,12/6/10 15:30,3:00,1:00 -WO95244,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,1/6/12 15:30,3:00,1:00 -WO93644,Refrigerant Leak and more specific Large Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001b,Large Leak,CWC04703,Chiller 3,FALSE,1,12/20/11 3:30,3:00,1:00 -WO99474,Head Operations and more specific Reinstall Heads related to evaporator,evaporator,M020,Head Operations,M020b,Reinstall Heads,CWC04014,Chiller 14,FALSE,1,1/24/12 15:30,3:00,1:00 -WO110174,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,4/3/12 15:30,3:00,1:00 -WO52594,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,FALSE,1,2/14/11 15:30,3:00,1:00 -WO55304,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,3/10/11 15:30,3:00,1:00 -WO158564,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,5/31/13 15:30,3:00,1:00 -WO222524,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,11/19/14 15:30,3:00,1:00 -WO136444,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04703,Chiller 3,FALSE,1,11/20/12 15:30,3:00,1:00 -WO366933,VFD (Variable Frequency Drive) Failure and more specific Control Failure related to control system,control system,E006,VFD (Variable Frequency Drive) Failure,E006a,Control Failure,CWC04006,Chiller 6,FALSE,1,11/20/20 19:00,3:00,1:00 -WO366934,VFD (Variable Frequency Drive) Failure and more specific Control Failure related to control system,control system,E006,VFD (Variable Frequency Drive) Failure,E006a,Control Failure,CWC04009,Chiller 9,FALSE,1,11/19/20 20:00,3:00,1:00 -WO209414,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,7/3/14 15:30,3:00,1:00 -WO320004,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,7/10/18 23:30,3:00,1:00 -WO137165,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,11/29/12 15:30,3:00,1:00 -WO314464,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04014,Chiller 14,FALSE,1,4/12/18 19:30,3:00,1:00 -WO386644,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04007,Chiller 7,FALSE,1,4/2/21 19:30,3:00,1:00 -WO54464,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,3/25/11 15:30,3:00,1:00 -WO281964,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04703,Chiller 3,FALSE,1,1/20/17 20:30,3:00,1:00 -WO23150,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,10/25/10 20:38,3:00,1:00 -WO398794,Control System Malfunction and more specific Control Loop Failure related to control system,control system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04007,Chiller 7,FALSE,2,9/24/21 13:36,3:00,1:00 -WO28881,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,10/25/10 20:38,3:00,1:00 -WO293244,Process Upset and more specific Control System Upset related to cooling tower,cooling tower,OP001,Process Upset,OP001b,Control System Upset,CWC04014,Chiller 14,FALSE,1,6/22/17 19:30,3:00,1:00 -WO77355,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,8/18/11 15:30,3:00,1:00 -WO386274,Cleaning and more specific Internal Cleaning related to compressor,compressor,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,3/29/21 13:00,3:00,1:00 -WO104449,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,3/26/12 15:30,3:00,1:00 -WO106995,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,3/7/12 15:30,3:00,1:00 -WO306934,Replacement and more specific Chiller Replacement related to entire chiller system,entire chiller system,M018,Replacement,M018a,Chiller Replacement,CWC04012,Chiller 12,FALSE,1,1/10/18 20:30,3:00,1:00 -WO205445,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04701,Chiller 1,FALSE,1,5/19/14 15:30,3:00,1:00 -WO59385,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,4/14/11 15:30,3:00,1:00 -WO307944,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,1/22/18 20:30,3:00,1:00 -WO101965,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04704,Chiller 4,FALSE,1,2/10/12 15:30,3:00,1:00 -WO325164,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,2,9/26/18 19:30,3:00,1:00 -WO233615,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04007,Chiller 7,FALSE,1,4/7/15 15:30,3:00,1:00 -WO212535,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04704,Chiller 4,FALSE,1,8/15/14 3:30,3:00,1:00 -WO285185,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04012,Chiller 12,FALSE,1,2/26/17 20:30,3:00,1:00 -WO39815,Draining Operations and more specific Drain Water related to entire chiller system,entire chiller system,M016,Draining Operations,M016a,Drain Water,CWC04007,Chiller 7,FALSE,1,10/2/10 15:00,3:00,1:00 -WO125505,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,8/29/12 15:30,3:00,1:00 -WO164855,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,7/17/13 3:30,3:00,1:00 -WO159365,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,6/6/13 3:30,3:00,1:00 -WO281965,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04012,Chiller 12,FALSE,1,1/12/17 22:30,3:00,1:00 -WO232195,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04701,Chiller 1,FALSE,1,3/25/15 3:30,3:00,1:00 -WO276535,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,10/17/16 19:30,3:00,1:00 -WO153515,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,4/27/13 3:30,3:00,1:00 -WO287685,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,4/1/17 19:30,3:00,1:00 -WO245705,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04007,Chiller 7,FALSE,1,9/21/15 15:30,3:00,1:00 -WO289105,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04014,Chiller 14,FALSE,1,4/23/17 19:30,3:00,1:00 -WO306935,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,1/9/18 20:30,3:00,1:00 -WO167196,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04006,Chiller 6,FALSE,1,8/22/13 14:30,3:00,1:00 -WO108796,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04014,Chiller 14,FALSE,1,3/30/12 15:30,3:00,1:00 -WO100086,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04703,Chiller 3,FALSE,1,1/27/12 15:30,3:00,1:00 -WO141896,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,12/19/12 15:30,3:00,1:00 -WO145946,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,2/5/13 3:30,3:00,1:00 -WO207316,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04013,Chiller 13,FALSE,1,6/2/14 15:30,3:00,1:00 -WO232186,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04703,Chiller 3,FALSE,1,11/5/14 15:30,3:00,1:00 -WO397146,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04014,Chiller 14,FALSE,2,8/30/21 15:47,3:00,1:00 -WO47676,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,12/13/10 15:30,3:00,1:00 -WO101957,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04704,Chiller 4,FALSE,1,2/8/12 15:30,3:00,1:00 -WO197536,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,3/10/14 15:30,3:00,1:00 -WO43397,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,12/3/10 15:30,3:00,1:00 -WO86636,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,10/30/11 15:30,3:00,1:00 -WO99477,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04701,Chiller 1,FALSE,1,2/6/12 15:37,3:00,1:00 -WO293246,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,6/19/17 21:30,3:00,1:00 -WO110167,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,3/4/12 15:30,3:00,1:00 -WO287166,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04014,Chiller 14,FALSE,1,3/26/17 19:30,3:00,1:00 -WO279296,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04007,Chiller 7,FALSE,1,11/21/16 20:30,3:00,1:00 -WO49716,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,1/24/11 15:30,3:00,1:00 -WO97037,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,12/30/11 11:30,3:00,1:00 -WO34531,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,11/19/10 15:30,3:00,1:00 -WO34533,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,11/19/10 15:30,3:00,1:00 -WO24708,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,10/25/10 19:53,3:00,1:00 -WO24939,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO39877,Flow Sensor Failure and more specific Sensor Not Responding related to condenser,condenser,OP004,Flow Sensor Failure,OP004a,Sensor Not Responding,CWC04701,Chiller 1,FALSE,1,11/30/10 14:37,3:00,1:00 -WO285206,Head Operations and more specific Remove Heads related to condenser,condenser,M020,Head Operations,M020a,Remove Heads,CWC04014,Chiller 14,FALSE,1,2/23/17 20:30,3:00,1:00 -WO16168,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,6/22/10 14:12,3:00,1:00 -WO93637,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04703,Chiller 3,FALSE,1,12/22/11 3:30,3:00,1:00 -WO29656,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,10/25/10 20:38,3:00,1:00 -WO16172,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,6/22/10 14:12,3:00,1:00 -WO303306,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04704,Chiller 4,FALSE,1,11/8/17 20:30,3:00,1:00 -WO93577,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04703,Chiller 3,FALSE,1,1/4/12 15:40,3:00,1:00 -WO398456,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,9/22/21 12:30,3:00,1:00 -WO301866,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04704,Chiller 4,FALSE,1,10/30/17 19:30,3:00,1:00 -WO318056,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04013,Chiller 13,FALSE,1,6/18/18 19:30,3:00,1:00 -WO123907,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,1,8/13/12 15:30,3:00,1:00 -WO148447,Head Operations and more specific Reinstall Heads related to condenser,condenser,M020,Head Operations,M020b,Reinstall Heads,CWC04009,Chiller 9,FALSE,1,2/21/13 3:30,3:00,1:00 -WO314466,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04006,Chiller 6,FALSE,1,4/9/18 19:30,3:00,1:00 -WO137167,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,11/28/12 15:30,3:00,1:00 -WO125507,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04012,Chiller 12,FALSE,1,8/25/12 12:00,3:00,1:00 -WO289526,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04704,Chiller 4,FALSE,1,5/2/17 21:30,3:00,1:00 -WO263816,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,4/17/16 19:30,3:00,1:00 -WO305446,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04701,Chiller 1,FALSE,1,12/11/17 20:30,3:00,1:00 -WO142797,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04701,Chiller 1,FALSE,1,1/16/13 19:30,3:00,1:00 -WO164707,Misalignment and more specific Misalignment of Shaft related to entire chiller system,entire chiller system,M005,Misalignment,M005b,Misalignment of Shaft,CWC04014,Chiller 14,FALSE,1,7/12/13 15:30,3:00,1:00 -WO373677,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,10/1/20 19:30,3:00,1:00 -WO104447,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,3/26/12 15:30,3:00,1:00 -WO28885,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,10/25/10 20:38,3:00,1:00 -WO286177,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,3/15/17 16:30,3:00,1:00 -WO16134,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,6/22/10 14:12,3:00,1:00 -WO316897,Process Upset and more specific Control System Upset related to condenser,condenser,OP001,Process Upset,OP001b,Control System Upset,CWC04014,Chiller 14,FALSE,2,6/1/18 19:30,3:00,1:00 -WO284127,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,2/16/17 20:30,3:00,1:00 -WO178427,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04701,Chiller 1,FALSE,1,11/1/13 15:30,3:00,1:00 -WO296517,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04704,Chiller 4,FALSE,1,8/7/17 19:30,3:00,1:00 -WO200968,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04010,Chiller 10,FALSE,1,4/17/14 15:30,3:00,1:00 -WO55298,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,3/13/11 15:00,3:00,1:00 -WO234858,Cleaning and more specific External Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002a,External Cleaning,CWC04006,Chiller 6,FALSE,1,4/16/15 9:00,3:00,1:00 -WO398127,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,2,9/16/21 19:16,3:00,1:00 -WO86638,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,10/28/11 19:30,3:00,1:00 -WO392787,Evaporator Leak and more specific Major Leak related to entire chiller system,entire chiller system,L003,Evaporator Leak,L003b,Major Leak,CWC04014,Chiller 14,FALSE,2,6/23/21 19:31,3:00,1:00 -WO276518,Condenser Plugged and more specific Complete Plugging related to entire chiller system,entire chiller system,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,10/18/16 19:30,3:00,1:00 -WO101828,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04702,Chiller 2,FALSE,1,2/22/12 23:00,3:00,1:00 -WO101938,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04704,Chiller 4,FALSE,1,2/29/12 22:00,3:00,1:00 -WO301188,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04703,Chiller 3,FALSE,1,10/23/17 19:30,3:00,1:00 -WO293288,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,6/12/17 19:30,3:00,1:00 -WO280708,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,1/4/17 17:00,3:00,1:00 -WO100088,Routine Maintenance and more specific Scheduled Maintenance related to condenser,condenser,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,FALSE,1,1/28/12 3:30,3:00,1:00 -WO148449,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,FALSE,1,2/22/13 3:30,3:00,1:00 -WO58460,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,3/31/11 15:30,3:00,1:00 -WO279268,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,12/2/16 20:30,3:00,1:00 -WO207259,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,6/4/14 15:30,3:00,1:00 -WO321358,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04013,Chiller 13,FALSE,1,7/26/18 19:30,3:00,1:00 -WO43399,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04013,Chiller 13,FALSE,1,12/5/10 15:30,3:00,1:00 -WO43369,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04007,Chiller 7,FALSE,1,12/6/10 15:30,3:00,1:00 -WO58459,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,4/1/11 15:30,3:00,1:00 -WO97169,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04702,Chiller 2,FALSE,1,1/31/12 14:12,3:00,1:00 -WO66429,Refrigerant Leak and more specific Large Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001b,Large Leak,CWC04701,Chiller 1,FALSE,1,5/26/11 19:30,3:00,1:00 -WO373678,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04013,Chiller 13,FALSE,2,10/1/20 19:30,3:00,1:00 -WO121399,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,1,7/26/12 15:30,3:00,1:00 -WO314469,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04007,Chiller 7,FALSE,1,4/6/18 19:30,3:00,1:00 -WO382048,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,1/29/21 17:30,3:00,1:00 -WO231489,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,3/12/15 18:30,3:00,1:00 -WO47680,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,12/8/10 15:30,3:00,1:00 -WO400509,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,2,10/22/21 19:37,3:00,1:00 -WO43370,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04013,Chiller 13,FALSE,1,12/5/10 15:30,3:00,1:00 -WO396099,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,1,8/18/21 18:16,3:00,1:00 -WO283199,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04704,Chiller 4,FALSE,1,1/23/17 20:30,3:00,1:00 -WO264019,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04701,Chiller 1,FALSE,1,4/25/16 19:30,3:00,1:00 -WO283200,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04704,Chiller 4,FALSE,1,1/21/17 20:30,3:00,1:00 -WO279270,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04006,Chiller 6,FALSE,1,12/1/16 20:30,3:00,1:00 -WO237310,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04014,Chiller 14,FALSE,1,5/27/15 15:30,3:00,1:00 -WO279269,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,12/1/16 20:30,3:00,1:00 -WO212530,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04009,Chiller 9,FALSE,1,7/24/14 3:30,3:00,1:00 -WO287789,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,4/6/17 21:30,3:00,1:00 -WO281029,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,1/4/17 20:30,3:00,1:00 -WO167200,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04010,Chiller 10,FALSE,1,8/22/13 15:00,3:00,1:00 -WO108840,Control System Malfunction and more specific Control Loop Failure related to pressure monitoring and control components,pressure monitoring and control components,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04007,Chiller 7,FALSE,1,3/29/12 15:30,3:00,1:00 -WO300559,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,10/6/17 19:30,3:00,1:00 -WO93580,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,12/5/11 15:30,3:00,1:00 -WO93640,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04703,Chiller 3,FALSE,1,12/20/11 3:30,3:00,1:00 -WO293280,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04006,Chiller 6,FALSE,1,6/14/17 19:30,3:00,1:00 -WO96080,Vibration Analysis and more specific Post-Maintenance Vibration Analysis related to entire chiller system,entire chiller system,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis,CWC04704,Chiller 4,FALSE,1,1/24/12 18:30,3:00,1:00 -WO293260,Major Overhaul and more specific Chiller Overhaul related to entire chiller system,entire chiller system,M017,Major Overhaul,M017a,Chiller Overhaul,CWC04009,Chiller 9,FALSE,1,6/16/17 19:30,3:00,1:00 -WO314470,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04013,Chiller 13,FALSE,1,4/5/18 19:30,3:00,1:00 -WO144350,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,1/1/13 15:30,3:00,1:00 -WO288200,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,4/12/17 19:30,3:00,1:00 -WO311530,Refrigerant Transfer and more specific Transfer to Another Unit related to entire chiller system,entire chiller system,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,3/15/18 19:30,3:00,1:00 -WO306920,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,1/4/18 20:30,3:00,1:00 -WO123840,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04701,Chiller 1,FALSE,1,8/25/12 19:30,3:00,1:00 -WO300570,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,10/11/17 19:30,3:00,1:00 -WO306900,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,FALSE,1,1/3/18 20:30,3:00,1:00 -WO285180,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,3/1/17 20:30,3:00,1:00 -WO299060,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,9/15/17 19:30,3:00,1:00 -WO284140,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04006,Chiller 6,FALSE,1,2/10/17 20:30,3:00,1:00 -WO199751,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04009,Chiller 9,FALSE,1,4/15/14 10:30,3:00,1:00 -WO287190,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,FALSE,1,3/26/17 19:30,3:00,1:00 -WO64011,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,1,4/29/11 15:30,3:00,1:00 -WO205441,Control System Malfunction and more specific Control Loop Failure related to control system,control system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04010,Chiller 10,FALSE,1,5/28/14 15:30,3:00,1:00 -WO39871,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04701,Chiller 1,FALSE,1,10/6/10 15:30,3:00,1:00 -WO56281,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,3/14/11 15:30,3:00,1:00 -WO102701,Cleaning and more specific Internal Cleaning related to refrigerant circuit,refrigerant circuit,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,3/1/12 15:30,3:00,1:00 -WO106991,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,3/7/12 15:30,3:00,1:00 -WO93641,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04703,Chiller 3,FALSE,1,12/22/11 3:30,3:00,1:00 -WO95201,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,12/29/11 15:30,3:00,1:00 -WO97031,Routine Maintenance and more specific Scheduled Maintenance related to condenser,condenser,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,FALSE,1,1/3/12 16:00,3:00,1:00 -WO114851,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,5/30/12 15:30,3:00,1:00 -WO158581,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,5/29/13 15:30,3:00,1:00 -WO157651,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,5/8/13 15:30,3:00,1:00 -WO381160,Routine Maintenance and more specific Scheduled Maintenance related to condenser,condenser,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,FALSE,1,1/15/21 20:30,3:00,1:00 -WO149471,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,3/13/13 3:30,3:00,1:00 -WO174041,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04009,Chiller 9,FALSE,1,10/2/13 15:30,3:00,1:00 -WO298051,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04012,Chiller 12,FALSE,1,9/7/17 19:30,3:00,1:00 -WO49522,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04010,Chiller 10,FALSE,1,1/21/11 15:30,3:00,1:00 -WO296161,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04007,Chiller 7,FALSE,1,8/2/17 19:30,3:00,1:00 -WO56282,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,3/15/11 15:30,3:00,1:00 -WO290041,Head Operations and more specific Reinstall Heads related to entire chiller system,entire chiller system,M020,Head Operations,M020b,Reinstall Heads,CWC04009,Chiller 9,FALSE,1,5/9/17 22:30,3:00,1:00 -WO291121,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,5/30/17 19:30,3:00,1:00 -WO136442,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,1,11/14/12 15:30,3:00,1:00 -WO285711,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,3/4/17 20:30,3:00,1:00 -WO277421,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04704,Chiller 4,FALSE,1,10/31/16 19:30,3:00,1:00 -WO54102,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,2/28/11 15:30,3:00,1:00 -WO310492,Evaporator Leak and more specific Major Leak related to entire chiller system,entire chiller system,L003,Evaporator Leak,L003b,Major Leak,CWC04009,Chiller 9,FALSE,1,2/23/18 20:30,3:00,1:00 -WO299742,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04007,Chiller 7,FALSE,1,9/25/17 19:30,3:00,1:00 -WO100092,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04702,Chiller 2,FALSE,1,1/24/12 15:30,3:00,1:00 -WO100102,Head Operations and more specific Reinstall Heads related to condenser,condenser,M020,Head Operations,M020b,Reinstall Heads,CWC04012,Chiller 12,FALSE,1,1/27/12 15:30,3:00,1:00 -WO303962,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,11/30/17 20:30,3:00,1:00 -WO279272,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04704,Chiller 4,FALSE,1,11/30/16 18:00,3:00,1:00 -WO234842,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04007,Chiller 7,FALSE,1,4/22/15 18:30,3:00,1:00 -WO392402,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04014,Chiller 14,FALSE,1,6/18/21 15:00,3:00,1:00 -WO287162,Head Operations and more specific Reinstall Heads related to condenser,condenser,M020,Head Operations,M020b,Reinstall Heads,CWC04014,Chiller 14,FALSE,1,3/28/17 19:30,3:00,1:00 -WO273352,Sensor Failure and more specific Temperature Sensor Failure related to refrigerant circuit,refrigerant circuit,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04007,Chiller 7,FALSE,1,8/25/16 19:30,3:00,1:00 -WO233552,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,1,4/6/15 15:30,3:00,1:00 -WO212532,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,7/25/14 3:30,3:00,1:00 -WO157653,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,5/6/13 15:30,3:00,1:00 -WO284143,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,2/1/17 20:30,3:00,1:00 -WO301163,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04703,Chiller 3,FALSE,1,10/19/17 19:30,3:00,1:00 -WO319062,Sensor Failure and more specific Temperature Sensor Failure related to control system,control system,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04007,Chiller 7,FALSE,2,8/1/18 16:26,3:00,1:00 -WO225992,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,12/17/14 15:30,3:00,1:00 -WO318062,Refrigerant Addition and more specific Large Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004b,Large Amount,CWC04013,Chiller 13,FALSE,1,6/13/18 23:30,3:00,1:00 -WO205443,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,1,5/28/14 15:30,3:00,1:00 -WO228692,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,1,2/2/15 15:00,3:00,1:00 -WO59393,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,4/15/11 15:30,3:00,1:00 -WO321353,Condenser Tube Leak and more specific Minor Leak related to evaporator,evaporator,M014,Condenser Tube Leak,M014a,Minor Leak,CWC04013,Chiller 13,FALSE,2,7/27/18 19:30,3:00,1:00 -WO406692,Control System Malfunction and more specific Control Loop Failure related to cooling tower,cooling tower,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04703,Chiller 3,FALSE,2,2/11/22 20:30,3:00,1:00 -WO394592,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04704,Chiller 4,FALSE,2,7/27/21 19:30,3:00,1:00 -WO232203,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,3/24/15 10:30,3:00,1:00 -WO237313,Lubrication and more specific Lubrication of Bearings related to motor,motor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,1,5/31/15 15:30,3:00,1:00 -WO110163,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,1,4/10/12 15:30,3:00,1:00 -WO108853,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,1,3/29/12 15:30,3:00,1:00 -WO400112,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,10/8/21 14:00,3:00,1:00 -WO158583,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,5/30/13 15:30,3:00,1:00 -WO145993,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,1/23/13 15:30,3:00,1:00 -WO276953,Head Operations and more specific Remove Heads related to condenser,condenser,M020,Head Operations,M020a,Remove Heads,CWC04009,Chiller 9,FALSE,1,10/6/16 19:30,3:00,1:00 -WO400142,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,2,10/20/21 15:32,3:00,1:00 -WO93574,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,12/5/11 15:30,3:00,1:00 -WO267483,Lubrication and more specific Lubrication of Bearings related to entire chiller system,entire chiller system,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04704,Chiller 4,FALSE,1,6/10/16 19:30,3:00,1:00 -WO392843,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,FALSE,1,7/1/21 18:30,3:00,1:00 -WO93643,Condenser Tube Leak and more specific Major Leak related to evaporator,evaporator,L002,Condenser Tube Leak,L002b,Major Leak,CWC04012,Chiller 12,FALSE,1,12/19/11 3:30,3:00,1:00 -WO54104,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,FALSE,1,3/2/11 15:30,3:00,1:00 -WO385053,Cleaning and more specific Internal Cleaning related to compressor,compressor,MT002,Cleaning,MT002b,Internal Cleaning,CWC04006,Chiller 6,FALSE,1,3/12/21 16:00,3:00,1:00 -WO395423,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,8/26/21 18:49,3:00,1:00 -WO100094,Head Operations and more specific Reinstall Heads related to condenser,condenser,M020,Head Operations,M020b,Reinstall Heads,CWC04014,Chiller 14,FALSE,1,1/25/12 15:30,3:00,1:00 -WO377533,Calibration and more specific Sensor Calibration related to refrigerant circuit|control system,refrigerant circuit|control system,MT011,Calibration,MT011a,Sensor Calibration,CWC04012,Chiller 12,FALSE,2,11/18/20 20:30,3:00,1:00 -WO77354,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,8/16/11 0:00,3:00,1:00 -WO153534,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,4/27/13 3:30,3:00,1:00 -WO59394,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04013,Chiller 13,FALSE,1,4/15/11 15:30,3:00,1:00 -WO219944,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04703,Chiller 3,FALSE,1,10/31/14 15:30,3:00,1:00 -WO47664,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,12/8/10 15:30,3:00,1:00 -WO386643,Refrigerant Leak and more specific Large Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001b,Large Leak,CWC04006,Chiller 6,FALSE,1,4/3/21 19:30,3:00,1:00 -WO58454,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04014,Chiller 14,FALSE,1,4/4/11 15:30,3:00,1:00 -WO49524,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04012,Chiller 12,FALSE,1,1/17/11 15:30,3:00,1:00 -WO169434,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04702,Chiller 2,FALSE,1,8/6/13 15:30,3:00,1:00 -WO282024,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,1,1/5/17 20:30,3:00,1:00 -WO282574,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,1,1/24/17 20:30,3:00,1:00 -WO232204,Cleaning and more specific Internal Cleaning related to condenser|evaporator,condenser|evaporator,MT002,Cleaning,MT002b,Internal Cleaning,CWC04010,Chiller 10,FALSE,1,3/27/15 13:30,3:00,1:00 -WO293224,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,1,6/28/17 19:30,3:00,1:00 -WO399764,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04703,Chiller 3,FALSE,2,10/14/21 16:00,3:00,1:00 -WO398124,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,9/16/21 19:06,3:00,1:00 -WO276964,Condenser Plugged and more specific Complete Plugging related to condenser,condenser,M013,Condenser Plugged,M013b,Complete Plugging,CWC04009,Chiller 9,FALSE,1,10/12/16 19:30,3:00,1:00 -WO316044,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04013,Chiller 13,FALSE,1,5/13/18 19:30,3:00,1:00 -WO24704,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,10/25/10 19:53,3:00,1:00 -WO34535,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,11/19/10 15:30,3:00,1:00 -WO23466,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,10/25/10 20:38,3:00,1:00 -WO29652,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,10/25/10 20:38,3:00,1:00 -WO23470,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,10/25/10 20:38,3:00,1:00 -WO54466,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,3/25/11 7:15,3:00,1:00 -WO28877,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,10/25/10 20:38,3:00,1:00 -WO23146,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,10/25/10 20:38,3:00,1:00 -WO16132,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,6/22/10 14:12,3:00,1:00 -WO103617,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/30/12 9:00,3:00,1:00 -WO39028,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/30/10 15:30,3:00,1:00 -WO162682,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/19/13 15:30,3:00,1:00 -WO181692,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/27/13 15:30,3:00,1:00 -WO158223,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/13/13 15:30,3:00,1:00 -WO107294,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/19/12 15:30,3:00,1:00 -WO114324,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/22/12 15:30,3:00,1:00 -WO38439,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/23/10 15:30,3:00,1:00 -WO155339,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/23/13 8:00,3:00,1:00 -WO146969,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/20/13 9:30,3:00,1:00 -WO99750,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/23/12 15:30,3:00,1:00 -WO111301,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/21/12 15:30,3:00,1:00 -WO150541,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/22/13 9:00,3:00,1:00 -WO42672,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/27/10 15:30,3:00,1:00 -WO140165,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/18/13 8:30,3:00,1:00 -WO62775,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/16/11 15:30,3:00,1:00 -WO35436,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/8/10 16:30,3:00,1:00 -WO166792,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/9/13 9:03,3:00,1:00 -WO75326,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/16/11 15:30,3:00,1:00 -WO54496,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/30/11 15:30,3:00,1:00 -WO121729,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/24/12 15:30,3:00,1:00 -WO71174,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/18/11 15:30,3:00,1:00 -WO29650,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/25/10 19:53,3:00,1:00 -WO190855,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/18/14 15:30,3:00,1:00 -WO58504,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/4/11 15:30,3:00,1:00 -WO41916,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/20/10 7:15,3:00,1:00 -WO44670,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/10/11 15:30,3:00,1:00 -WO37276,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/18/10 15:30,3:00,1:00 -WO128717,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/25/12 15:30,3:00,1:00 -WO178498,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/18/13 15:30,3:00,1:00 -WO143711,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/6/13 9:00,3:00,1:00 -WO83058,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/19/11 15:30,3:00,1:00 -WO116928,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/20/12 9:30,3:00,1:00 -WO49892,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/16/11 15:30,3:00,1:00 -WO29648,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/25/10 19:53,3:00,1:00 -WO30468,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/25/10 19:53,3:00,1:00 -WO40103,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/10/10 15:30,3:00,1:00 -WO190827,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/19/14 15:30,3:00,1:00 -WO186359,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/21/14 15:30,3:00,1:00 -WO49890,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/16/11 15:30,3:00,1:00 -WO133530,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/23/12 8:00,3:00,1:00 -WO181690,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/21/13 15:30,3:00,1:00 -WO79141,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,9/19/11 15:30,3:00,1:00 -WO107292,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/23/12 15:30,3:00,1:00 -WO195035,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/18/14 15:30,3:00,1:00 -WO116926,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,7/20/12 8:00,3:00,1:00 -WO83056,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,10/17/11 15:30,3:00,1:00 -WO58502,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,5/3/11 15:30,3:00,1:00 -WO178496,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/18/13 15:30,3:00,1:00 -WO37884,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/7/10 15:30,3:00,1:00 -WO146967,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/18/13 9:00,3:00,1:00 -WO40945,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/17/10 15:30,3:00,1:00 -WO67410,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/20/11 15:30,3:00,1:00 -WO86881,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/23/11 15:30,3:00,1:00 -WO186361,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/21/14 15:30,3:00,1:00 -WO45627,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/19/11 15:30,3:00,1:00 -WO195037,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/19/14 15:30,3:00,1:00 -WO133532,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/23/12 8:00,3:00,1:00 -WO33578,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/4/10 15:30,3:00,1:00 -WO136562,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/18/12 15:30,3:00,1:00 -WO174218,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/23/13 15:30,3:00,1:00 -WO94583,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/20/12 15:30,3:00,1:00 -WO79143,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/19/11 15:30,3:00,1:00 -WO91279,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/23/11 15:30,3:00,1:00 -WO43559,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/7/11 15:30,3:00,1:00 -WO169694,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/17/13 15:30,3:00,1:00 -WO125669,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/26/12 15:30,3:00,1:00 -WO121727,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,8/27/12 15:30,3:00,1:00 -WO71172,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,7/22/11 15:30,3:00,1:00 -WO140163,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/14/13 15:30,3:00,1:00 -WO125667,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,9/29/12 15:30,3:00,1:00 -WO99748,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/17/12 15:30,3:00,1:00 -WO54494,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/30/11 15:30,3:00,1:00 -WO75739,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,8/16/11 15:30,3:00,1:00 -WO128715,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,10/25/12 15:30,3:00,1:00 -WO86879,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,11/23/11 15:30,3:00,1:00 -WO45625,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/19/11 15:30,3:00,1:00 -WO174216,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,10/22/13 15:30,3:00,1:00 -WO158221,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/12/13 15:30,3:00,1:00 -WO111299,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/4/12 15:30,3:00,1:00 -WO136560,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/20/12 15:30,3:00,1:00 -WO166790,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,8/23/13 15:30,3:00,1:00 -WO143709,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/5/13 15:30,3:00,1:00 -WO162680,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,7/19/13 15:30,3:00,1:00 -WO103615,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/30/12 8:00,3:00,1:00 -WO94581,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/23/12 9:00,3:00,1:00 -WO114322,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/19/12 15:30,3:00,1:00 -WO169692,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,9/16/13 15:30,3:00,1:00 -WO155337,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,5/23/13 8:00,3:00,1:00 -WO62773,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,5/17/11 15:30,3:00,1:00 -WO91277,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/23/11 15:30,3:00,1:00 -WO41914,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,12/20/10 15:30,3:00,1:00 -WO67408,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,6/20/11 15:30,3:00,1:00 -WO150539,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/22/13 8:00,3:00,1:00 -WO79219,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/4/11 19:30,3:00,1:00 -WO163242,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/27/13 15:30,3:00,1:00 -WO54582,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/25/11 15:30,3:00,1:00 -WO42030,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/23/10 15:30,3:00,1:00 -WO19833,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/25/10 19:53,3:00,1:00 -WO188944,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/4/14 15:30,3:00,1:00 -WO91363,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/11/12 7:45,3:00,1:00 -WO49970,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/14/11 15:30,3:00,1:00 -WO58588,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/26/11 17:30,3:00,1:00 -WO103685,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/17/12 19:30,3:00,1:00 -WO195081,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/6/14 8:30,3:00,1:00 -WO16236,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,6/22/10 14:12,3:00,1:00 -WO133598,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/30/12 4:30,3:00,1:00 -WO100432,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/23/12 7:30,3:00,1:00 -WO33678,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/4/10 15:30,3:00,1:00 -WO135014,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/3/12 7:30,3:00,1:00 -WO156824,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/7/13 7:30,3:00,1:00 -WO37892,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/7/10 15:30,3:00,1:00 -WO24548,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/25/10 19:53,3:00,1:00 -WO60836,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/5/11 15:30,3:00,1:00 -WO54574,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/30/11 15:30,3:00,1:00 -WO77564,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/9/11 15:30,3:00,1:00 -WO147015,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/22/13 11:00,3:00,1:00 -WO148698,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/3/13 15:30,3:00,1:00 -WO148696,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/3/13 15:30,3:00,1:00 -WO107356,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/19/12 15:30,3:00,1:00 -WO97327,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/3/12 15:30,3:00,1:00 -WO180127,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/4/13 15:30,3:00,1:00 -WO86967,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/22/11 7:30,3:00,1:00 -WO119019,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/1/12 15:30,3:00,1:00 -WO133592,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/26/12 17:00,3:00,1:00 -WO137818,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/16/13 7:30,3:00,1:00 -WO45733,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/20/11 15:30,3:00,1:00 -WO64639,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/28/11 15:30,3:00,1:00 -WO79217,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/19/11 15:30,3:00,1:00 -WO160329,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/3/13 15:30,3:00,1:00 -WO190893,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/17/14 15:30,3:00,1:00 -WO62859,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/18/11 15:30,3:00,1:00 -WO102085,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/15/12 7:30,3:00,1:00 -WO136618,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/18/12 10:00,3:00,1:00 -WO109025,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/1/12 15:30,3:00,1:00 -WO156826,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/7/13 7:30,3:00,1:00 -WO94643,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/20/12 15:30,3:00,1:00 -WO47946,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/9/11 15:30,3:00,1:00 -WO123146,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/6/12 15:30,3:00,1:00 -WO37894,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/2/10 9:00,3:00,1:00 -WO42028,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/20/10 15:30,3:00,1:00 -WO51990,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/4/11 15:30,3:00,1:00 -WO71250,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/22/11 15:30,3:00,1:00 -WO158785,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/14/13 9:00,3:00,1:00 -WO174260,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/23/13 15:30,3:00,1:00 -WO145442,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/11/13 15:30,3:00,1:00 -WO83134,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/17/11 15:30,3:00,1:00 -WO178536,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/19/13 15:30,3:00,1:00 -WO171326,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/1/13 15:30,3:00,1:00 -WO195077,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/19/14 15:30,3:00,1:00 -WO185216,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/30/14 7:30,3:00,1:00 -WO89751,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/7/11 15:30,3:00,1:00 -WO155381,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/21/13 15:30,3:00,1:00 -WO147017,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/6/13 15:30,3:00,1:00 -WO43683,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/10/11 15:30,3:00,1:00 -WO73327,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/2/11 15:30,3:00,1:00 -WO174258,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/23/13 15:30,3:00,1:00 -WO114382,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/22/12 15:30,3:00,1:00 -WO16228,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/22/10 14:12,3:00,1:00 -WO131365,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/14/12 8:00,3:00,1:00 -WO116992,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/22/12 15:30,3:00,1:00 -WO91355,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/27/11 15:30,3:00,1:00 -WO131357,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/14/12 7:30,3:00,1:00 -WO111359,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/22/12 15:30,3:00,1:00 -WO148706,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/1/13 15:30,3:00,1:00 -WO174262,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/8/13 7:30,3:00,1:00 -WO75750,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/16/11 15:30,3:00,1:00 -WO86965,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/23/11 15:30,3:00,1:00 -WO30168,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO60846,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/5/11 15:30,3:00,1:00 -WO24544,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO39303,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/2/10 15:30,3:00,1:00 -WO97337,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/3/12 15:30,3:00,1:00 -WO99820,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/20/12 15:30,3:00,1:00 -WO152468,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/6/13 15:30,3:00,1:00 -WO114384,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/14/12 8:00,3:00,1:00 -WO133590,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/23/12 8:00,3:00,1:00 -WO169740,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/11/13 7:30,3:00,1:00 -WO43693,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/10/11 15:30,3:00,1:00 -WO190891,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/17/14 15:30,3:00,1:00 -WO145444,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/11/13 15:30,3:00,1:00 -WO89759,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/8/11 15:30,3:00,1:00 -WO26819,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO69153,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/6/11 15:30,3:00,1:00 -WO192918,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/4/14 15:30,3:00,1:00 -WO77574,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/6/11 15:30,3:00,1:00 -WO80990,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/5/11 15:30,3:00,1:00 -WO121791,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/3/12 15:30,3:00,1:00 -WO39321,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/2/10 15:30,3:00,1:00 -WO45739,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/20/11 15:30,3:00,1:00 -WO58584,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/26/11 17:30,3:00,1:00 -WO62851,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/16/11 15:30,3:00,1:00 -WO107362,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/17/12 7:30,3:00,1:00 -WO37364,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,12/1/10 15:30,3:00,1:00 -WO42034,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,12/23/10 15:30,3:00,1:00 -WO83126,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/18/11 15:30,3:00,1:00 -WO183165,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/6/14 15:30,3:00,1:00 -WO73325,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/2/11 15:30,3:00,1:00 -WO131355,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/14/12 7:30,3:00,1:00 -WO112802,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/14/12 15:30,3:00,1:00 -WO51992,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/4/11 15:30,3:00,1:00 -WO60838,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/5/11 15:30,3:00,1:00 -WO69143,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/6/11 15:30,3:00,1:00 -WO126854,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/3/12 15:30,3:00,1:00 -WO102083,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/15/12 15:30,3:00,1:00 -WO92596,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/2/12 15:30,3:00,1:00 -WO47948,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/9/11 15:30,3:00,1:00 -WO188936,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/3/14 15:30,3:00,1:00 -WO183167,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/6/14 15:30,3:00,1:00 -WO84788,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/31/11 15:30,3:00,1:00 -WO192916,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/4/14 15:30,3:00,1:00 -WO64637,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/28/11 15:30,3:00,1:00 -WO171324,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/1/13 15:30,3:00,1:00 -WO97329,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/3/12 15:30,3:00,1:00 -WO150585,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/22/13 9:00,3:00,1:00 -WO181732,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/22/13 15:30,3:00,1:00 -WO119017,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/1/12 15:30,3:00,1:00 -WO152458,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/6/13 15:30,3:00,1:00 -WO99822,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/21/12 15:30,3:00,1:00 -WO125735,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/26/12 9:00,3:00,1:00 -WO71248,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/18/11 15:30,3:00,1:00 -WO158288,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/14/13 15:30,3:00,1:00 -WO105420,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/2/12 15:30,3:00,1:00 -WO79159,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/19/11 15:30,3:00,1:00 -WO89749,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/7/11 15:30,3:00,1:00 -WO58580,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/4/11 15:30,3:00,1:00 -WO152460,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/6/13 15:30,3:00,1:00 -WO181730,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/27/13 15:30,3:00,1:00 -WO142045,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/15/13 7:30,3:00,1:00 -WO137820,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/16/13 7:30,3:00,1:00 -WO80980,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/5/11 15:30,3:00,1:00 -WO94641,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/20/12 15:30,3:00,1:00 -WO140211,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/18/13 8:30,3:00,1:00 -WO84796,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/31/11 15:30,3:00,1:00 -WO56531,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/6/11 15:30,3:00,1:00 -WO51946,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/4/11 15:30,3:00,1:00 -WO83132,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/19/11 15:30,3:00,1:00 -WO123154,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/6/12 15:30,3:00,1:00 -WO115671,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/3/12 15:30,3:00,1:00 -WO147013,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/22/13 10:00,3:00,1:00 -WO107354,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/19/12 15:30,3:00,1:00 -WO165054,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/13/13 15:30,3:00,1:00 -WO64647,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/28/11 15:30,3:00,1:00 -WO136624,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/19/13 8:00,3:00,1:00 -WO105428,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/2/12 15:30,3:00,1:00 -WO111367,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/6/12 19:30,3:00,1:00 -WO121785,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/23/12 15:30,3:00,1:00 -WO56539,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/6/11 15:30,3:00,1:00 -WO45735,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/20/11 15:30,3:00,1:00 -WO54576,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/30/11 15:30,3:00,1:00 -WO136620,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/11/13 7:30,3:00,1:00 -WO166838,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/24/13 15:30,3:00,1:00 -WO91357,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/26/11 15:30,3:00,1:00 -WO88144,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/21/11 15:30,3:00,1:00 -WO171330,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/1/13 15:30,3:00,1:00 -WO125747,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/26/12 15:30,3:00,1:00 -WO103681,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/17/12 19:30,3:00,1:00 -WO114388,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/14/12 7:15,3:00,1:00 -WO49968,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/16/11 15:30,3:00,1:00 -WO112812,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/14/12 15:30,3:00,1:00 -WO103679,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/27/12 11:00,3:00,1:00 -WO116990,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/26/12 15:30,3:00,1:00 -WO192922,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/5/14 15:30,3:00,1:00 -WO111363,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/5/12 19:30,3:00,1:00 -WO140219,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/27/13 8:30,3:00,1:00 -WO186393,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/20/14 15:30,3:00,1:00 -WO162721,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/22/13 15:30,3:00,1:00 -WO83140,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/3/11 8:15,3:00,1:00 -WO121787,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/3/12 15:30,3:00,1:00 -WO136616,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/18/12 15:30,3:00,1:00 -WO140213,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/18/13 9:30,3:00,1:00 -WO156822,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/10/13 15:30,3:00,1:00 -WO107358,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/17/12 15:30,3:00,1:00 -WO169734,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/16/13 15:30,3:00,1:00 -WO76088,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/25/11 15:30,3:00,1:00 -WO128777,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/26/12 15:30,3:00,1:00 -WO176063,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/6/13 15:30,3:00,1:00 -WO147021,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/6/13 15:30,3:00,1:00 -WO166834,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/21/13 7:30,3:00,1:00 -WO142053,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/15/13 7:30,3:00,1:00 -WO83136,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/3/11 8:00,3:00,1:00 -WO196825,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/1/14 9:00,3:00,1:00 -WO181738,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/4/14 15:30,3:00,1:00 -WO160335,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/3/13 15:30,3:00,1:00 -WO76092,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/25/11 15:30,3:00,1:00 -WO195085,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/6/14 8:30,3:00,1:00 -WO67492,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,6/23/11 15:30,3:00,1:00 -WO22054,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO180125,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/4/13 15:30,3:00,1:00 -WO174266,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/12/13 7:30,3:00,1:00 -WO91359,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/11/12 7:15,3:00,1:00 -WO26823,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/25/10 19:53,3:00,1:00 -WO30172,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/25/10 19:53,3:00,1:00 -WO94593,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/25/12 15:30,3:00,1:00 -WO189980,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/18/14 7:30,3:00,1:00 -WO125753,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/10/12 7:30,3:00,1:00 -WO150593,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/30/13 7:30,3:00,1:00 -WO140205,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/14/13 15:30,3:00,1:00 -WO94635,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/23/12 15:30,3:00,1:00 -WO58574,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/3/11 8:00,3:00,1:00 -WO155375,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/23/13 8:00,3:00,1:00 -WO37886,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/7/10 15:30,3:00,1:00 -WO75745,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/16/11 15:30,3:00,1:00 -WO109031,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/1/12 15:30,3:00,1:00 -WO131361,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/14/12 8:00,3:00,1:00 -WO186397,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/21/14 15:30,3:00,1:00 -WO99816,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/17/12 15:30,3:00,1:00 -WO54568,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/30/11 15:30,3:00,1:00 -WO60842,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/5/11 15:30,3:00,1:00 -WO150579,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/15/13 8:30,3:00,1:00 -WO62847,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/17/11 15:30,3:00,1:00 -WO145450,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/8/13 15:30,3:00,1:00 -WO140207,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/14/13 15:30,3:00,1:00 -WO152464,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/6/13 15:30,3:00,1:00 -WO43691,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/10/11 15:30,3:00,1:00 -WO143749,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/6/13 15:30,3:00,1:00 -WO37888,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/2/10 8:00,3:00,1:00 -WO186399,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/21/14 15:30,3:00,1:00 -WO22056,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/25/10 19:53,3:00,1:00 -WO42020,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/20/10 15:30,3:00,1:00 -WO67480,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/20/11 15:30,3:00,1:00 -WO97335,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/3/12 15:30,3:00,1:00 -WO183171,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/7/14 15:30,3:00,1:00 -WO107350,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/24/12 15:30,3:00,1:00 -WO155371,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/23/13 8:00,3:00,1:00 -WO56535,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/6/11 15:30,3:00,1:00 -WO140217,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/27/13 8:45,3:00,1:00 -WO86961,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/23/11 15:30,3:00,1:00 -WO51996,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/4/11 15:30,3:00,1:00 -WO115677,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/2/12 15:30,3:00,1:00 -WO125741,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/27/12 15:30,3:00,1:00 -WO189982,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/11/14 7:30,3:00,1:00 -WO171328,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/1/13 15:30,3:00,1:00 -WO137826,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/10/13 15:30,3:00,1:00 -WO116982,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/20/12 8:00,3:00,1:00 -WO143751,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/6/13 15:30,3:00,1:00 -WO69149,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/6/11 15:30,3:00,1:00 -WO168082,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/4/13 15:30,3:00,1:00 -WO99814,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/17/12 15:30,3:00,1:00 -WO158783,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/14/13 8:15,3:00,1:00 -WO42022,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/20/10 15:30,3:00,1:00 -WO103673,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/30/12 8:00,3:00,1:00 -WO116994,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/22/12 15:30,3:00,1:00 -WO178534,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/18/13 15:30,3:00,1:00 -WO24031,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO142049,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/15/13 8:00,3:00,1:00 -WO156832,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/10/13 15:30,3:00,1:00 -WO56537,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/6/11 15:30,3:00,1:00 -WO76090,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/25/11 15:30,3:00,1:00 -WO20954,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO163240,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/27/13 15:30,3:00,1:00 -WO77570,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/9/11 15:30,3:00,1:00 -WO155385,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/31/13 7:30,3:00,1:00 -WO165050,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/13/13 15:30,3:00,1:00 -WO91361,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/11/12 7:30,3:00,1:00 -WO165052,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/13/13 15:30,3:00,1:00 -WO143761,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/24/13 15:30,3:00,1:00 -WO188940,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/3/14 15:30,3:00,1:00 -WO133596,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/30/12 4:30,3:00,1:00 -WO188942,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/4/14 15:30,3:00,1:00 -WO89757,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/7/11 15:30,3:00,1:00 -WO136622,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/11/13 7:30,3:00,1:00 -WO180131,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/4/13 15:30,3:00,1:00 -WO80988,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/5/11 15:30,3:00,1:00 -WO166836,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/21/13 7:30,3:00,1:00 -WO49972,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/14/11 15:30,3:00,1:00 -WO26821,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/25/10 19:53,3:00,1:00 -WO115679,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/2/12 15:30,3:00,1:00 -WO196823,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/1/14 9:00,3:00,1:00 -WO60844,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/5/11 15:30,3:00,1:00 -WO166826,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/23/13 15:30,3:00,1:00 -WO181726,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/21/13 15:30,3:00,1:00 -WO190887,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/19/14 15:30,3:00,1:00 -WO162717,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/19/13 15:30,3:00,1:00 -WO148702,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/1/13 15:30,3:00,1:00 -WO45727,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/20/11 15:30,3:00,1:00 -WO43685,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/10/11 15:30,3:00,1:00 -WO67478,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/20/11 15:30,3:00,1:00 -WO168076,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/12/13 15:30,3:00,1:00 -WO176055,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/6/13 15:30,3:00,1:00 -WO160327,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/3/13 15:30,3:00,1:00 -WO89755,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/7/11 15:30,3:00,1:00 -WO69145,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/6/11 15:30,3:00,1:00 -WO128779,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/25/12 15:30,3:00,1:00 -WO166828,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/20/13 15:30,3:00,1:00 -WO196819,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/31/14 15:30,3:00,1:00 -WO112810,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/14/12 15:30,3:00,1:00 -WO47952,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/9/11 15:30,3:00,1:00 -WO190889,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/18/14 17:00,3:00,1:00 -WO92656,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/2/12 15:30,3:00,1:00 -WO121779,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/23/12 15:30,3:00,1:00 -WO97333,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/3/12 15:30,3:00,1:00 -WO77566,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/9/11 15:30,3:00,1:00 -WO54570,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/30/11 15:30,3:00,1:00 -WO79209,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/19/11 15:30,3:00,1:00 -WO39317,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/7/10 15:30,3:00,1:00 -WO135016,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/6/12 15:30,3:00,1:00 -WO196817,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/31/14 15:30,3:00,1:00 -WO105424,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/2/12 15:30,3:00,1:00 -WO136610,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/20/12 15:30,3:00,1:00 -WO128781,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/25/12 15:30,3:00,1:00 -WO102091,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/15/12 15:00,3:00,1:00 -WO105418,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/2/12 15:30,3:00,1:00 -WO109027,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/1/12 15:30,3:00,1:00 -WO145448,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/14/13 8:00,3:00,1:00 -WO79211,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/19/11 15:30,3:00,1:00 -WO75741,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/16/11 15:30,3:00,1:00 -WO43689,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/10/11 15:30,3:00,1:00 -WO176059,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/6/13 15:30,3:00,1:00 -WO56529,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/6/11 15:30,3:00,1:00 -WO178532,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/18/13 15:30,3:00,1:00 -WO91351,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/23/11 15:30,3:00,1:00 -WO176057,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/6/13 15:30,3:00,1:00 -WO33780,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/4/10 15:30,3:00,1:00 -WO69151,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/6/11 15:30,3:00,1:00 -WO84786,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/31/11 15:30,3:00,1:00 -WO165048,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/13/13 15:30,3:00,1:00 -WO135020,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/6/12 15:30,3:00,1:00 -WO195073,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/20/14 15:30,3:00,1:00 -WO58586,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/26/11 17:30,3:00,1:00 -WO105426,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/2/12 15:30,3:00,1:00 -WO114374,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/19/12 15:30,3:00,1:00 -WO158282,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/13/13 15:30,3:00,1:00 -WO121775,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/23/12 15:30,3:00,1:00 -WO129491,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/26/12 4:00,3:00,1:00 -WO165046,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/13/13 15:30,3:00,1:00 -WO174254,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/22/13 15:30,3:00,1:00 -WO125743,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/28/12 15:30,3:00,1:00 -WO168080,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/4/13 15:30,3:00,1:00 -WO45725,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/19/11 15:30,3:00,1:00 -WO168078,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/4/13 15:30,3:00,1:00 -WO39301,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/7/10 15:30,3:00,1:00 -WO166832,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/20/13 15:30,3:00,1:00 -WO128785,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/26/12 15:30,3:00,1:00 -WO37362,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,12/1/10 15:30,3:00,1:00 -WO126852,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,10/3/12 15:30,3:00,1:00 -WO123152,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/6/12 15:30,3:00,1:00 -WO111355,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/22/12 15:30,3:00,1:00 -WO80982,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/5/11 15:30,3:00,1:00 -WO156830,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/7/13 8:00,3:00,1:00 -WO114376,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/19/12 15:30,3:00,1:00 -WO188930,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/3/14 15:30,3:00,1:00 -WO116984,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/20/12 8:00,3:00,1:00 -WO67486,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/20/11 15:30,3:00,1:00 -WO119027,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/13/12 8:00,3:00,1:00 -WO42026,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/20/10 15:30,3:00,1:00 -WO94647,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/25/12 15:30,3:00,1:00 -WO174256,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/22/13 15:30,3:00,1:00 -WO62853,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/16/11 15:30,3:00,1:00 -WO115673,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/3/12 15:30,3:00,1:00 -WO169738,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/10/13 6:00,3:00,1:00 -WO103677,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/30/12 9:00,3:00,1:00 -WO143755,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/8/13 15:30,3:00,1:00 -WO112804,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/14/12 15:30,3:00,1:00 -WO49966,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/16/11 15:30,3:00,1:00 -WO73331,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/2/11 15:30,3:00,1:00 -WO77572,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/6/11 15:30,3:00,1:00 -WO150587,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/22/13 9:00,3:00,1:00 -WO142043,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/21/13 3:30,3:00,1:00 -WO121789,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/3/12 15:30,3:00,1:00 -WO28317,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO116988,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/26/12 15:30,3:00,1:00 -WO160331,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,7/3/13 15:30,3:00,1:00 -WO155379,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/21/13 15:30,3:00,1:00 -WO140215,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/27/13 9:30,3:00,1:00 -WO103683,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/17/12 19:30,3:00,1:00 -WO143757,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/8/13 15:30,3:00,1:00 -WO25733,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO126860,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/3/12 15:30,3:00,1:00 -WO162719,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/22/13 15:30,3:00,1:00 -WO178538,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/19/13 15:30,3:00,1:00 -WO67490,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/23/11 8:00,3:00,1:00 -WO169736,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/6/13 7:30,3:00,1:00 -WO131363,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/14/12 8:00,3:00,1:00 -WO109035,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/1/12 15:30,3:00,1:00 -WO195079,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/18/14 15:30,3:00,1:00 -WO114380,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/22/12 15:30,3:00,1:00 -WO183163,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/7/14 15:30,3:00,1:00 -WO158290,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/12/13 15:30,3:00,1:00 -WO42032,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,12/23/10 15:30,3:00,1:00 -WO23178,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/25/10 19:53,3:00,1:00 -WO166830,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/21/13 15:30,3:00,1:00 -WO163238,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/27/13 15:30,3:00,1:00 -WO123144,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/6/12 15:30,3:00,1:00 -WO73335,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/2/11 15:30,3:00,1:00 -WO45731,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/20/11 15:30,3:00,1:00 -WO73333,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,8/2/11 15:30,3:00,1:00 -WO19831,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/25/10 19:53,3:00,1:00 -WO111361,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/22/12 15:30,3:00,1:00 -WO150591,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/30/13 7:30,3:00,1:00 -WO75752,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/16/11 15:30,3:00,1:00 -WO58582,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/4/11 15:30,3:00,1:00 -WO47954,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/9/11 15:30,3:00,1:00 -WO125751,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/10/12 7:30,3:00,1:00 -WO186401,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/21/14 7:30,3:00,1:00 -WO102093,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/15/12 8:00,3:00,1:00 -WO192914,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/5/14 15:30,3:00,1:00 -WO100490,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/23/12 7:30,3:00,1:00 -WO169732,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,9/17/13 15:30,3:00,1:00 -WO71252,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/5/11 15:30,3:00,1:00 -WO71254,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/5/11 15:30,3:00,1:00 -WO47956,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/9/11 15:30,3:00,1:00 -WO33686,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,11/5/10 15:30,3:00,1:00 -WO155383,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/3/13 6:30,3:00,1:00 -WO114386,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/14/12 8:00,3:00,1:00 -WO67484,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/21/11 15:30,3:00,1:00 -WO137828,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/10/13 15:30,3:00,1:00 -WO185220,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/2/14 15:30,3:00,1:00 -WO54578,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/25/11 9:00,3:00,1:00 -WO119029,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,8/13/12 9:00,3:00,1:00 -WO178544,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/25/13 7:30,3:00,1:00 -WO129489,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/3/12 15:30,3:00,1:00 -WO181734,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/4/14 15:30,3:00,1:00 -WO92660,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/2/12 15:30,3:00,1:00 -WO135024,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/6/12 15:30,3:00,1:00 -WO115681,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,7/2/12 15:30,3:00,1:00 -WO23174,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO125749,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/10/12 7:30,3:00,1:00 -WO143759,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/24/13 15:30,3:00,1:00 -WO126862,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,10/3/12 15:30,3:00,1:00 -WO88140,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/21/11 15:30,3:00,1:00 -WO129493,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/31/12 5:00,3:00,1:00 -WO145452,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/8/13 15:30,3:00,1:00 -WO37360,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/1/10 15:30,3:00,1:00 -WO168084,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,9/4/13 15:30,3:00,1:00 -WO158781,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/9/13 5:45,3:00,1:00 -WO62855,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/18/11 15:30,3:00,1:00 -WO133594,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/30/12 4:30,3:00,1:00 -WO178540,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/22/13 7:30,3:00,1:00 -WO71256,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/5/11 15:30,3:00,1:00 -WO189984,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/11/14 7:30,3:00,1:00 -WO116996,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/22/12 15:30,3:00,1:00 -WO79223,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/4/11 19:30,3:00,1:00 -WO22058,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/25/10 19:53,3:00,1:00 -WO49974,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/14/11 15:30,3:00,1:00 -WO155387,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,5/31/13 7:30,3:00,1:00 -WO143763,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/24/13 15:30,3:00,1:00 -WO99928,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/16/12 15:30,3:00,1:00 -WO48277,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/22/11 11:30,3:00,1:00 -WO189128,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/22/14 15:30,3:00,1:00 -WO142327,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/15/13 11:30,3:00,1:00 -WO98177,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/17/12 16:30,3:00,1:00 -WO40397,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/27/11 9:00,3:00,1:00 -WO41338,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/6/11 15:30,3:00,1:00 -WO189140,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/4/14 15:30,3:00,1:00 -WO136071,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/28/13 8:00,3:00,1:00 -WO195369,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/29/14 15:30,3:00,1:00 -WO99930,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/8/12 16:00,3:00,1:00 -WO193176,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/10/14 15:30,3:00,1:00 -WO181848,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/30/13 15:30,3:00,1:00 -WO51307,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/24/11 16:30,3:00,1:00 -WO99934,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/8/12 16:00,3:00,1:00 -WO191937,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/14/14 15:30,3:00,1:00 -WO195371,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/11/14 15:30,3:00,1:00 -WO27384,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 18:11,3:00,1:00 -WO98971,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/3/12 15:00,3:00,1:00 -WO94940,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/18/12 15:30,3:00,1:00 -WO101418,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/28/12 15:30,3:00,1:00 -WO45192,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/24/11 15:30,3:00,1:00 -WO98977,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/3/12 15:00,3:00,1:00 -WO137412,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/28/13 10:00,3:00,1:00 -WO181038,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/8/14 7:30,3:00,1:00 -WO93072,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/26/12 15:30,3:00,1:00 -WO49231,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/10/11 12:30,3:00,1:00 -WO58576,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/3/11 15:30,3:00,1:00 -WO62845,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/17/11 15:30,3:00,1:00 -WO133586,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/23/12 8:00,3:00,1:00 -WO84792,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/31/11 15:30,3:00,1:00 -WO94637,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/23/12 15:30,3:00,1:00 -WO83128,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/19/11 15:30,3:00,1:00 -WO33682,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,11/5/10 15:30,3:00,1:00 -WO119025,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,8/13/12 8:00,3:00,1:00 -WO80986,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/5/11 15:30,3:00,1:00 -WO181728,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/21/13 15:30,3:00,1:00 -WO147009,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/18/13 9:00,3:00,1:00 -WO147007,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/20/13 8:30,3:00,1:00 -WO137824,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/10/13 15:30,3:00,1:00 -WO112808,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/14/12 15:30,3:00,1:00 -WO169730,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/18/13 15:30,3:00,1:00 -WO126858,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,10/3/12 15:30,3:00,1:00 -WO150581,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/15/13 8:30,3:00,1:00 -WO107348,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/23/12 15:30,3:00,1:00 -WO176061,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/6/13 15:30,3:00,1:00 -WO121781,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/24/12 15:30,3:00,1:00 -WO64589,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,5/28/11 15:30,3:00,1:00 -WO64645,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/28/11 15:30,3:00,1:00 -WO183169,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/7/14 15:30,3:00,1:00 -WO49962,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/17/11 15:30,3:00,1:00 -WO152466,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/6/13 15:30,3:00,1:00 -WO102089,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/15/12 8:00,3:00,1:00 -WO135022,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/6/12 15:30,3:00,1:00 -WO136612,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/19/12 15:30,3:00,1:00 -WO71244,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/22/11 15:30,3:00,1:00 -WO169728,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/18/13 15:30,3:00,1:00 -WO123150,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,9/6/12 15:30,3:00,1:00 -WO171322,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/1/13 15:30,3:00,1:00 -WO91349,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/23/11 8:30,3:00,1:00 -WO34537,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/9/10 15:30,3:00,1:00 -WO86959,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/23/11 15:30,3:00,1:00 -WO174264,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/8/13 7:30,3:00,1:00 -WO192920,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/5/14 15:30,3:00,1:00 -WO49960,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/17/11 15:30,3:00,1:00 -WO109033,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/1/12 15:30,3:00,1:00 -WO30170,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/25/10 19:53,3:00,1:00 -WO51998,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/10/11 15:30,3:00,1:00 -WO18352,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO158280,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/13/13 15:30,3:00,1:00 -WO180133,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/4/13 15:30,3:00,1:00 -WO160333,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,7/3/13 15:30,3:00,1:00 -WO103671,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/30/12 8:00,3:00,1:00 -WO148704,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/1/13 15:30,3:00,1:00 -WO71242,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/18/11 15:30,3:00,1:00 -WO92658,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/2/12 15:30,3:00,1:00 -WO39319,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/7/10 15:30,3:00,1:00 -WO22504,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO196821,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/31/14 15:30,3:00,1:00 -WO16230,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/22/10 14:12,3:00,1:00 -WO83138,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/3/11 8:00,3:00,1:00 -WO162715,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/19/13 15:30,3:00,1:00 -WO111353,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/4/12 8:30,3:00,1:00 -WO84794,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,10/31/11 15:30,3:00,1:00 -WO33684,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,11/5/10 15:30,3:00,1:00 -WO133584,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/23/12 8:00,3:00,1:00 -WO142051,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/15/13 8:00,3:00,1:00 -WO195075,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/20/14 15:30,3:00,1:00 -WO111365,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/5/12 19:30,3:00,1:00 -WO79221,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/4/11 19:30,3:00,1:00 -WO107360,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/17/12 15:30,3:00,1:00 -WO24546,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/25/10 19:53,3:00,1:00 -WO62801,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/18/11 15:30,3:00,1:00 -WO23176,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/25/10 19:53,3:00,1:00 -WO178542,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/25/13 7:30,3:00,1:00 -WO45737,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/20/11 15:30,3:00,1:00 -WO100488,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/23/12 7:30,3:00,1:00 -WO195083,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/6/14 8:30,3:00,1:00 -WO189126,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/26/14 15:30,3:00,1:00 -WO98179,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/17/12 16:30,3:00,1:00 -WO142331,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/15/13 14:00,3:00,1:00 -WO41340,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/27/11 7:30,3:00,1:00 -WO48264,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/8/11 11:30,3:00,1:00 -WO44196,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/17/11 15:30,3:00,1:00 -WO48268,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/10/11 15:30,3:00,1:00 -WO190192,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/6/14 15:30,3:00,1:00 -WO40402,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/28/11 15:30,3:00,1:00 -WO90779,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/3/12 8:00,3:00,1:00 -WO49469,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/1/11 15:30,3:00,1:00 -WO48270,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/15/11 16:30,3:00,1:00 -WO142323,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/18/13 16:30,3:00,1:00 -WO93068,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/23/12 16:00,3:00,1:00 -WO98165,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/6/12 8:00,3:00,1:00 -WO189136,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/28/14 11:30,3:00,1:00 -WO142319,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/15/13 8:00,3:00,1:00 -WO142325,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/15/13 10:30,3:00,1:00 -WO98173,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/8/12 15:30,3:00,1:00 -WO85012,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/25/12 15:00,3:00,1:00 -WO98975,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/21/12 15:30,3:00,1:00 -WO195367,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/29/14 15:30,3:00,1:00 -WO189134,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/28/14 11:30,3:00,1:00 -WO90773,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/3/12 7:30,3:00,1:00 -WO90771,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/29/11 15:30,3:00,1:00 -WO101416,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/28/12 15:30,3:00,1:00 -WO42158,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/18/11 15:30,3:00,1:00 -WO136748,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/26/12 15:30,3:00,1:00 -WO98969,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/13/12 15:30,3:00,1:00 -WO92230,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/9/12 15:30,3:00,1:00 -WO144784,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/7/13 15:30,3:00,1:00 -WO190188,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/11/14 15:30,3:00,1:00 -WO181844,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/29/13 7:00,3:00,1:00 -WO50139,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/10/11 16:30,3:00,1:00 -WO143907,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/6/13 15:30,3:00,1:00 -WO191935,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/14/14 15:30,3:00,1:00 -WO143191,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/5/13 11:30,3:00,1:00 -WO191933,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/14/14 15:30,3:00,1:00 -WO142313,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/26/13 12:30,3:00,1:00 -WO98973,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/11/12 10:45,3:00,1:00 -WO48279,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/22/11 14:00,3:00,1:00 -WO143911,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,2/25/13 11:30,3:00,1:00 -WO50143,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/11/11 15:30,3:00,1:00 -WO94944,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,12/22/11 15:30,3:00,1:00 -WO40399,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/13/10 15:30,3:00,1:00 -WO43104,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/1/11 15:30,3:00,1:00 -WO91467,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/3/12 15:30,3:00,1:00 -WO52295,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/1/11 16:30,3:00,1:00 -WO101414,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/28/12 15:30,3:00,1:00 -WO144786,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/25/13 15:30,3:00,1:00 -WO49227,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/10/11 9:30,3:00,1:00 -WO178718,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/3/13 15:30,3:00,1:00 -WO182640,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,12/30/13 15:30,3:00,1:00 -WO193180,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/12/14 15:30,3:00,1:00 -WO139574,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/18/13 7:30,3:00,1:00 -WO59019,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/22/11 15:30,3:00,1:00 -WO142347,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/18/13 7:30,3:00,1:00 -WO103983,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/3/12 15:30,3:00,1:00 -WO49473,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/1/11 15:30,3:00,1:00 -WO42162,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/1/11 15:30,3:00,1:00 -WO139576,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/21/13 7:00,3:00,1:00 -WO178720,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/17/14 15:30,3:00,1:00 -WO98109,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/6/12 7:30,3:00,1:00 -WO48272,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/16/11 11:30,3:00,1:00 -WO147307,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/29/13 8:00,3:00,1:00 -WO40395,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/22/11 15:30,3:00,1:00 -WO136069,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/25/13 3:30,3:00,1:00 -WO193178,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/12/14 15:30,3:00,1:00 -WO41344,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/22/11 15:30,3:00,1:00 -WO41201,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/17/10 15:30,3:00,1:00 -WO189142,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/4/14 15:30,3:00,1:00 -WO98167,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/6/12 8:30,3:00,1:00 -WO181846,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/21/13 15:30,3:00,1:00 -WO51309,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/22/11 8:00,3:00,1:00 -WO100644,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/16/12 14:00,3:00,1:00 -WO137410,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,2/6/13 15:30,3:00,1:00 -WO142321,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/18/13 12:30,3:00,1:00 -WO99932,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/8/12 16:00,3:00,1:00 -WO142343,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/18/13 4:30,3:00,1:00 -WO49476,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/10/11 15:30,3:00,1:00 -WO181030,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/9/13 15:30,3:00,1:00 -WO136073,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/14/12 16:00,3:00,1:00 -WO181032,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/9/13 15:30,3:00,1:00 -WO27444,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/25/10 18:11,3:00,1:00 -WO98967,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/11/12 9:45,3:00,1:00 -WO181034,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/8/14 7:30,3:00,1:00 -WO178722,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/20/14 15:30,3:00,1:00 -WO27442,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/25/10 18:11,3:00,1:00 -WO45194,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/3/11 15:30,3:00,1:00 -WO49478,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/22/11 15:30,3:00,1:00 -WO49471,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/1/11 15:30,3:00,1:00 -WO142349,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/12/12 3:30,3:00,1:00 -WO98981,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/6/12 15:30,3:00,1:00 -WO42160,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/24/11 15:30,3:00,1:00 -WO100642,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/16/12 14:00,3:00,1:00 -WO52299,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/29/11 8:00,3:00,1:00 -WO190190,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/6/14 15:30,3:00,1:00 -WO100646,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/16/12 14:00,3:00,1:00 -WO92232,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/3/12 8:00,3:00,1:00 -WO143189,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/22/13 15:30,3:00,1:00 -WO98169,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/8/12 15:30,3:00,1:00 -WO189132,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/28/14 11:30,3:00,1:00 -WO51311,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/22/11 9:00,3:00,1:00 -WO43106,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/1/11 15:30,3:00,1:00 -WO48275,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/16/11 16:30,3:00,1:00 -WO181028,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/21/13 15:30,3:00,1:00 -WO98175,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/17/12 16:30,3:00,1:00 -WO48266,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/9/11 15:30,3:00,1:00 -WO189138,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/4/14 15:30,3:00,1:00 -WO143195,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,2/26/13 15:30,3:00,1:00 -WO142329,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/15/13 13:00,3:00,1:00 -WO190194,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/6/14 15:30,3:00,1:00 -WO59017,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/27/11 12:45,3:00,1:00 -WO147309,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/23/13 10:00,3:00,1:00 -WO103981,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/26/12 15:30,3:00,1:00 -WO136746,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/22/12 15:30,3:00,1:00 -WO144782,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/11/13 15:30,3:00,1:00 -WO136742,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/4/13 15:30,3:00,1:00 -WO147311,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/24/13 10:00,3:00,1:00 -WO41342,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/27/11 15:30,3:00,1:00 -WO91463,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/16/12 15:30,3:00,1:00 -WO92234,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/17/12 15:30,3:00,1:00 -WO93070,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/15/12 15:30,3:00,1:00 -WO98983,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/3/12 15:00,3:00,1:00 -WO49229,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/10/11 11:00,3:00,1:00 -WO94942,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/22/12 15:30,3:00,1:00 -WO45190,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/10/11 15:30,3:00,1:00 -WO98979,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/11/12 8:00,3:00,1:00 -WO181026,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/9/13 15:30,3:00,1:00 -WO189130,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/21/14 9:00,3:00,1:00 -WO142317,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/15/13 9:00,3:00,1:00 -WO48281,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/22/11 16:30,3:00,1:00 -WO52297,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/28/11 11:00,3:00,1:00 -WO91465,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/3/12 15:30,3:00,1:00 -WO143909,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,3/6/13 15:30,3:00,1:00 -WO50141,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/11/11 11:30,3:00,1:00 -WO136744,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/12/13 8:00,3:00,1:00 -WO81318,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,10/31/11 12:00,3:00,1:00 -WO143193,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/5/13 15:30,3:00,1:00 -WO98171,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/7/12 15:30,3:00,1:00 -WO43102,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/1/11 15:30,3:00,1:00 -WO142339,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/18/13 4:00,3:00,1:00 -WO45188,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/10/11 15:30,3:00,1:00 -WO90777,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/13/12 15:30,3:00,1:00 -WO59015,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,4/27/11 13:45,3:00,1:00 -WO136075,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,12/10/12 15:30,3:00,1:00 -WO103979,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/26/12 15:30,3:00,1:00 -WO142345,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/14/13 3:30,3:00,1:00 -WO40404,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/27/11 15:30,3:00,1:00 -WO91469,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/19/12 15:30,3:00,1:00 -WO181036,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/8/14 7:30,3:00,1:00 -WO142341,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/8/13 15:30,3:00,1:00 -WO49480,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/25/11 15:30,3:00,1:00 -WO139578,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/15/13 15:30,3:00,1:00 -WO160555,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,7/14/13 15:30,3:00,1:00 -WO126279,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,10/18/12 4:30,3:00,1:00 -WO160559,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,7/13/13 15:30,3:00,1:00 -WO73872,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,8/13/11 15:30,3:00,1:00 -WO85218,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,11/4/11 15:30,3:00,1:00 -WO166997,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,9/7/13 7:30,3:00,1:00 -WO85222,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,11/4/11 15:30,3:00,1:00 -WO178849,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/24/13 15:30,3:00,1:00 -WO139691,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/15/13 14:00,3:00,1:00 -WO142618,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/12/12 3:30,3:00,1:00 -WO54838,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,3/30/11 15:30,3:00,1:00 -WO84139,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,10/27/11 7:30,3:00,1:00 -WO63089,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,5/17/11 15:30,3:00,1:00 -WO79569,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,9/19/11 15:30,3:00,1:00 -WO71590,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,7/22/11 15:30,3:00,1:00 -WO130761,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,11/17/12 13:00,3:00,1:00 -WO130771,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,11/16/12 15:00,3:00,1:00 -WO87371,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,11/23/11 15:30,3:00,1:00 -WO175384,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,11/24/13 11:00,3:00,1:00 -WO114552,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,6/19/12 15:30,3:00,1:00 -WO107572,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,4/23/12 15:30,3:00,1:00 -WO181903,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,12/21/13 15:30,3:00,1:00 -WO158595,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,6/12/13 15:30,3:00,1:00 -WO46255,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,1/19/11 15:30,3:00,1:00 -WO128973,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,10/25/12 15:30,3:00,1:00 -WO155586,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,5/23/13 7:30,3:00,1:00 -WO178777,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,11/18/13 15:30,3:00,1:00 -WO150724,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,4/15/13 9:00,3:00,1:00 -WO42224,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,12/20/10 15:30,3:00,1:00 -WO131916,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,12/4/12 15:30,3:00,1:00 -WO85304,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,11/4/11 15:30,3:00,1:00 -WO175382,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,11/23/13 15:00,3:00,1:00 -WO83267,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,11/3/11 7:30,3:00,1:00 -WO73870,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,8/13/11 15:30,3:00,1:00 -WO146545,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,4/24/13 14:34,3:00,1:00 -WO146547,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,4/24/13 14:34,3:00,1:00 -WO146549,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,4/24/13 14:35,3:00,1:00 -WO129088,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,2/13/13 11:04,3:00,1:00 -WO118312,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,8/8/12 23:00,3:00,1:00 -WO73868,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,8/13/11 15:30,3:00,1:00 -WO170105,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,9/7/13 15:30,3:00,1:00 -WO115880,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,7/22/12 15:30,3:00,1:00 -WO138279,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,1/10/13 15:30,3:00,1:00 -WO61128,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/5/11 15:30,3:00,1:00 -WO56771,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/8/11 15:30,3:00,1:00 -WO69502,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/8/11 15:30,3:00,1:00 -WO64853,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/28/11 15:30,3:00,1:00 -WO93154,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/9/12 15:30,3:00,1:00 -WO198386,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,5/12/14 15:30,3:00,1:00 -WO148406,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,3/27/13 15:30,3:00,1:00 -WO159726,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,7/18/13 19:00,3:00,1:00 -WO176720,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04006,Chiller 6,TRUE,5,11/5/13 15:30,3:00,1:00 -WO159732,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,6/28/13 9:30,3:00,1:00 -WO193443,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04006,Chiller 6,TRUE,5,3/4/14 15:30,3:00,1:00 -WO152933,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,5/1/13 16:30,3:00,1:00 -WO131880,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,12/4/12 15:30,3:00,1:00 -WO55256,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,3/25/11 15:30,3:00,1:00 -WO148293,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,3/25/13 15:30,3:00,1:00 -WO121982,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,8/20/12 15:30,3:00,1:00 -WO131884,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,12/4/12 15:30,3:00,1:00 -WO166993,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,9/7/13 8:00,3:00,1:00 -WO148291,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,3/25/13 15:30,3:00,1:00 -WO95050,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/20/12 15:30,3:00,1:00 -WO99139,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/16/12 15:30,3:00,1:00 -WO166989,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,9/7/13 8:00,3:00,1:00 -WO121974,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,8/20/12 15:30,3:00,1:00 -WO75666,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,8/17/11 15:30,3:00,1:00 -WO121922,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,8/27/12 15:30,3:00,1:00 -WO84143,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,10/27/11 9:30,3:00,1:00 -WO170095,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,9/18/13 15:30,3:00,1:00 -WO195416,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,3/20/14 15:30,3:00,1:00 -WO94984,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,1/23/12 15:30,3:00,1:00 -WO162797,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,7/19/13 15:30,3:00,1:00 -WO117404,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,7/26/12 15:30,3:00,1:00 -WO111597,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,6/4/12 8:30,3:00,1:00 -WO147398,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,3/21/13 9:00,3:00,1:00 -WO126269,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,9/28/12 15:30,3:00,1:00 -WO50080,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,2/16/11 15:30,3:00,1:00 -WO91481,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,12/27/11 15:30,3:00,1:00 -WO185577,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/30/14 7:30,3:00,1:00 -WO126378,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/10/12 7:30,3:00,1:00 -WO111679,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/6/12 19:30,3:00,1:00 -WO100800,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/23/12 7:30,3:00,1:00 -WO181143,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/8/14 7:30,3:00,1:00 -WO181953,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/4/14 15:30,3:00,1:00 -WO170103,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,9/7/13 15:30,3:00,1:00 -WO130156,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,11/13/12 20:00,3:00,1:00 -WO163597,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/27/13 15:30,3:00,1:00 -WO160595,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,7/13/13 15:30,3:00,1:00 -WO108719,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,5/4/12 17:00,3:00,1:00 -WO167001,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/24/13 15:30,3:00,1:00 -WO170173,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,9/7/13 7:45,3:00,1:00 -WO103215,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,3/21/12 21:00,3:00,1:00 -WO195504,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/6/14 8:30,3:00,1:00 -WO73874,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,8/13/11 15:30,3:00,1:00 -WO103217,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,3/21/12 21:30,3:00,1:00 -WO103219,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,7/16/12 14:15,3:00,1:00 -WO174763,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/12/13 7:30,3:00,1:00 -WO163689,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,7/22/13 18:00,3:00,1:00 -WO118314,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,8/10/12 22:00,3:00,1:00 -WO160557,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,7/14/13 15:30,3:00,1:00 -WO138265,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,12/20/12 11:00,3:00,1:00 -WO129023,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,2/13/13 11:04,3:00,1:00 -WO90030,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/30/11 13:59,3:00,1:00 -WO52222,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/1/11 15:30,3:00,1:00 -WO39152,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/1/10 15:30,3:00,1:00 -WO167049,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,9/7/13 7:30,3:00,1:00 -WO85252,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,11/4/11 15:30,3:00,1:00 -WO85174,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/3/11 7:30,3:00,1:00 -WO116748,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,7/13/12 21:00,3:00,1:00 -WO81348,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/19/11 7:30,3:00,1:00 -WO130769,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,11/17/12 3:30,3:00,1:00 -WO84141,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,10/27/11 8:00,3:00,1:00 -WO103223,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,4/10/12 18:30,3:00,1:00 -WO192242,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,4/14/14 15:30,3:00,1:00 -WO146553,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,4/24/13 14:36,3:00,1:00 -WO151989,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,5/10/13 19:30,3:00,1:00 -WO192244,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,4/4/14 9:00,3:00,1:00 -WO174853,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,11/1/13 14:00,3:00,1:00 -WO196294,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,3/29/14 15:00,3:00,1:00 -WO116666,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,7/13/12 22:00,3:00,1:00 -WO116668,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,8/16/12 7:00,3:00,1:00 -WO198394,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,4/23/14 15:30,3:00,1:00 -WO171031,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,9/27/13 14:00,3:00,1:00 -WO198396,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,4/21/14 15:00,3:00,1:00 -WO198398,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,4/11/14 12:30,3:00,1:00 -WO171041,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,10/2/13 9:15,3:00,1:00 -WO171877,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04006,Chiller 6,TRUE,5,10/2/13 15:30,3:00,1:00 -WO168621,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04006,Chiller 6,TRUE,5,9/3/13 15:30,3:00,1:00 -WO119532,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/17/12 4:15,3:00,1:00 -WO197294,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04006,Chiller 6,TRUE,5,3/31/14 15:30,3:00,1:00 -WO127342,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/11/12 15:30,3:00,1:00 -WO145763,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/8/13 7:30,3:00,1:00 -WO198390,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,5/9/14 9:45,3:00,1:00 -WO135492,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/7/13 15:30,3:00,1:00 -WO109525,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/4/12 15:30,3:00,1:00 -WO83265,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,11/3/11 7:30,3:00,1:00 -WO101736,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/3/12 15:30,3:00,1:00 -WO115876,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,7/22/12 15:30,3:00,1:00 -WO160697,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/9/13 5:00,3:00,1:00 -WO188257,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/26/14 15:30,3:00,1:00 -WO170101,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,9/7/13 15:30,3:00,1:00 -WO130988,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/3/12 15:30,3:00,1:00 -WO98509,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/10/12 7:30,3:00,1:00 -WO83269,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,11/3/11 7:30,3:00,1:00 -WO113290,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/5/12 19:30,3:00,1:00 -WO126283,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,10/18/12 6:30,3:00,1:00 -WO176642,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/8/13 7:30,3:00,1:00 -WO116750,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,7/13/12 20:00,3:00,1:00 -WO159730,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,6/28/13 10:30,3:00,1:00 -WO171037,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,11/4/13 9:00,3:00,1:00 -WO159736,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,6/28/13 8:30,3:00,1:00 -WO152925,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,5/13/13 16:00,3:00,1:00 -WO171879,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04009,Chiller 9,TRUE,5,10/2/13 15:30,3:00,1:00 -WO198392,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,4/14/14 11:30,3:00,1:00 -WO46328,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,2/4/11 10:00,3:00,1:00 -WO166995,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,9/7/13 7:30,3:00,1:00 -WO166991,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,9/7/13 8:00,3:00,1:00 -WO75662,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,8/17/11 15:30,3:00,1:00 -WO85220,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,11/4/11 15:30,3:00,1:00 -WO75658,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,8/17/11 15:30,3:00,1:00 -WO104983,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,3/26/12 15:30,3:00,1:00 -WO75668,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,8/17/11 15:30,3:00,1:00 -WO71050,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/5/11 15:30,3:00,1:00 -WO79655,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/4/11 15:45,3:00,1:00 -WO83325,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,11/3/11 7:30,3:00,1:00 -WO144056,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/24/13 15:30,3:00,1:00 -WO115932,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,7/22/12 15:30,3:00,1:00 -WO170171,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/11/13 7:30,3:00,1:00 -WO178847,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/22/13 7:30,3:00,1:00 -WO134022,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/28/12 5:00,3:00,1:00 -WO95048,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/25/12 15:30,3:00,1:00 -WO140662,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/27/13 8:15,3:00,1:00 -WO150808,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/30/13 7:30,3:00,1:00 -WO83323,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/3/11 8:00,3:00,1:00 -WO155630,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/3/13 7:30,3:00,1:00 -WO88374,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/21/11 15:30,3:00,1:00 -WO114684,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/14/12 8:00,3:00,1:00 -WO99137,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/11/12 9:00,3:00,1:00 -WO174609,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,10/22/13 15:30,3:00,1:00 -WO136809,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,12/20/12 15:30,3:00,1:00 -WO83259,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,10/19/11 15:30,3:00,1:00 -WO175380,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,11/23/13 11:30,3:00,1:00 -WO191030,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,2/19/14 8:30,3:00,1:00 -WO67662,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,6/20/11 15:30,3:00,1:00 -WO186652,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,1/21/14 15:30,3:00,1:00 -WO166943,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,8/22/13 15:30,3:00,1:00 -WO75743,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,8/16/11 15:30,3:00,1:00 -WO133903,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,11/23/12 8:00,3:00,1:00 -WO37896,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,12/7/10 15:30,3:00,1:00 -WO104087,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,3/30/12 8:00,3:00,1:00 -WO143948,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,3/6/13 15:30,3:00,1:00 -WO99944,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,2/17/12 15:30,3:00,1:00 -WO58864,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,5/3/11 15:30,3:00,1:00 -WO140524,Freon Management and more specific Freon Level Check related to refrigerant circuit,refrigerant circuit,MT012,Freon Management,MT012a,Freon Level Check,CWC04009,Chiller 9,TRUE,5,2/14/13 15:30,3:00,1:00 -WO115878,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,7/22/12 15:30,3:00,1:00 -WO75756,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,8/17/11 15:30,3:00,1:00 -WO126281,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,10/18/12 5:30,3:00,1:00 -WO174855,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,10/29/13 15:30,3:00,1:00 -WO192248,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,4/11/14 11:00,3:00,1:00 -WO151993,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,5/3/13 23:00,3:00,1:00 -WO129086,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,10/17/12 21:30,3:00,1:00 -WO116670,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,8/16/12 7:00,3:00,1:00 -WO116672,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,7/13/12 23:00,3:00,1:00 -WO163691,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,8/9/13 9:00,3:00,1:00 -WO151991,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,5/3/13 22:00,3:00,1:00 -WO118310,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,8/7/12 23:00,3:00,1:00 -WO129084,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,10/28/12 9:30,3:00,1:00 -WO103221,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,5/23/12 16:30,3:00,1:00 -WO151987,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,5/24/13 12:54,3:00,1:00 -WO129090,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,2/13/13 11:04,3:00,1:00 -WO130152,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,12/27/12 11:24,3:00,1:00 -WO108715,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,5/24/12 17:00,3:00,1:00 -WO149235,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/6/13 15:30,3:00,1:00 -WO142676,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/15/13 4:30,3:00,1:00 -WO171697,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/10/13 7:00,3:00,1:00 -WO183638,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/12/14 15:30,3:00,1:00 -WO157303,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/7/13 6:00,3:00,1:00 -WO152843,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/7/13 7:30,3:00,1:00 -WO146621,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,4/24/13 14:36,3:00,1:00 -WO77906,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/6/11 15:30,3:00,1:00 -WO43949,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/12/11 15:30,3:00,1:00 -WO73723,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/5/11 15:30,3:00,1:00 -WO129177,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,10/17/12 21:00,3:00,1:00 -WO48064,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/10/11 15:30,3:00,1:00 -WO152923,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,5/13/13 17:00,3:00,1:00 -WO152927,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,4/26/13 18:00,3:00,1:00 -WO152931,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,5/24/13 9:37,3:00,1:00 -WO171039,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,9/27/13 14:30,3:00,1:00 -WO152935,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,5/22/13 20:30,3:00,1:00 -WO152929,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,5/13/13 18:00,3:00,1:00 -WO196296,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,3/29/14 15:00,3:00,1:00 -WO148410,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,3/27/13 15:30,3:00,1:00 -WO159728,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,7/8/13 17:00,3:00,1:00 -WO171033,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,10/1/13 15:15,3:00,1:00 -WO159734,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,6/28/13 13:30,3:00,1:00 -WO197296,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04009,Chiller 9,TRUE,5,3/31/14 15:30,3:00,1:00 -WO168623,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04009,Chiller 9,TRUE,5,9/3/13 15:30,3:00,1:00 -WO121972,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,8/20/12 8:30,3:00,1:00 -WO75660,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,8/17/11 15:30,3:00,1:00 -WO116032,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/14/12 7:15,3:00,1:00 -WO121976,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,8/20/12 15:30,3:00,1:00 -WO104981,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,3/26/12 15:30,3:00,1:00 -WO55254,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,4/1/11 11:11,3:00,1:00 -WO121980,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,8/20/12 15:30,3:00,1:00 -WO131882,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,12/4/12 15:30,3:00,1:00 -WO192262,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/2/14 15:30,3:00,1:00 -WO168573,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/6/13 7:30,3:00,1:00 -WO135494,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/25/13 7:30,3:00,1:00 -WO117464,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/22/12 15:30,3:00,1:00 -WO67368,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/23/11 15:30,3:00,1:00 -WO142616,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/18/13 4:30,3:00,1:00 -WO158999,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/14/13 9:00,3:00,1:00 -WO99141,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/14/12 13:00,3:00,1:00 -WO147490,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/7/13 15:30,3:00,1:00 -WO126380,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,10/18/12 7:30,3:00,1:00 -WO136861,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/19/13 8:00,3:00,1:00 -WO91541,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/11/12 7:30,3:00,1:00 -WO62745,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,5/18/11 15:30,3:00,1:00 -WO104193,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/17/12 19:30,3:00,1:00 -WO190357,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/18/14 7:30,3:00,1:00 -WO76184,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/25/11 15:30,3:00,1:00 -WO130038,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/3/12 15:30,3:00,1:00 -WO122047,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,8/20/12 15:30,3:00,1:00 -WO131918,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,12/4/12 15:30,3:00,1:00 -WO108713,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,5/24/12 17:30,3:00,1:00 -WO130150,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,11/14/12 22:00,3:00,1:00 -WO174851,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,11/1/13 13:30,3:00,1:00 -WO192246,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,4/15/14 15:30,3:00,1:00 -WO108717,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,5/4/12 17:00,3:00,1:00 -WO130154,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,11/14/12 23:00,3:00,1:00 -WO163693,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,7/22/13 19:00,3:00,1:00 -WO116664,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,7/23/12 19:00,3:00,1:00 -WO146551,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,4/24/13 14:35,3:00,1:00 -WO164565,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/9/13 7:30,3:00,1:00 -WO105926,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/12/12 7:30,3:00,1:00 -WO197216,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/6/14 7:45,3:00,1:00 -WO138267,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/19/13 8:00,3:00,1:00 -WO123688,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/5/12 17:30,3:00,1:00 -WO179629,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/30/13 15:30,3:00,1:00 -WO129175,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,1/17/12 19:30,3:00,1:00 -WO146623,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,4/11/13 22:00,3:00,1:00 -WO175640,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,11/24/13 15:00,3:00,1:00 -WO148408,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,3/27/13 15:30,3:00,1:00 -WO196292,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,3/29/14 15:00,3:00,1:00 -WO171029,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,9/27/13 13:00,3:00,1:00 -WO193445,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04009,Chiller 9,TRUE,5,3/4/14 15:30,3:00,1:00 -WO176722,Filter Replacement and more specific Air Filter Replacement related to control system,control system,MT014,Filter Replacement,MT014a,Air Filter Replacement,CWC04009,Chiller 9,TRUE,5,11/5/13 15:30,3:00,1:00 -WO181736,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/4/14 15:30,3:00,1:00 -WO107660,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/17/12 7:30,3:00,1:00 -WO54580,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/25/11 15:30,3:00,1:00 -WO147019,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/6/13 15:30,3:00,1:00 -WO88142,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/21/11 15:30,3:00,1:00 -WO94645,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/25/12 8:00,3:00,1:00 -WO19829,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/25/10 19:53,3:00,1:00 -WO180129,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/4/13 15:30,3:00,1:00 -WO150589,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/1/13 5:30,3:00,1:00 -WO185218,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/2/14 15:30,3:00,1:00 -WO121986,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/3/12 15:30,3:00,1:00 -WO67488,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/23/11 15:30,3:00,1:00 -WO92652,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/2/12 15:30,3:00,1:00 -WO418185,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,9/29/22 15:00,1:00,0:00 -WO418183,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,9/29/22 14:00,1:00,0:00 -WO418742,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,10/13/22 12:30,1:15,0:00 -WO418744,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,10/13/22 14:30,1:15,0:00 -WO419485,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/24/22 15:00,2:00,0:00 -WO419480,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04702,Chiller 2,TRUE,5,10/6/22 19:30,2:00,0:00 -WO420286,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/8/22 14:00,1:30,0:00 -WO421035,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,11/3/22 17:00,1:00,0:00 -WO422181,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/13/22 13:00,1:30,0:00 -WO422077,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,12/5/22 14:00,1:15,0:00 -WO419390,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/12/22 15:00,2:00,0:00 -WO419788,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,11/7/22 17:00,1:15,0:00 -WO415518,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,9/29/22 13:00,1:00,0:00 -WO418189,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,10/14/22 19:00,1:00,0:00 -WO418745,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,10/13/22 15:30,1:15,0:00 -WO421032,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/3/22 15:00,1:00,0:00 -WO421033,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,11/14/22 19:30,1:00,0:00 -WO421194,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,11/28/22 14:00,2:00,0:00 -WO421195,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,11/28/22 16:00,2:00,0:00 -WO419957,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,1/19/23 20:00,12:00,0:00 -WO421031,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,11/3/22 13:00,1:00,0:00 -WO423545,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/4/23 13:00,1:15,0:00 -WO422708,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,12/16/22 12:15,1:15,0:00 -WO424004,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/6/23 17:00,1:30,0:00 -WO423896,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/4/23 14:00,1:15,0:00 -WO427271,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,6/2/23 8:00,1:00,1:00 -WO427274,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,6/2/23 9:00,1:00,1:00 -WO426337,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,2/20/23 17:00,2:00,0:00 -WO428206,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/21/23 15:00,8:00,8:00 -WO427276,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,6/2/23 10:00,1:00,1:00 -WO427277,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,6/2/23 12:00,1:00,1:00 -WO427859,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/10/23 10:00,2:00,2:00 -WO427042,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/23/23 17:30,1:15,0:00 -WO428681,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,4/6/23 9:00,3:00,2:00 -WO428204,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/18/23 15:00,5:00,8:00 -WO428205,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/19/23 15:00,5:00,8:00 -WO421494,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,5/31/23 15:00,6:00,1:30 -WO419884,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,11/15/22 16:00,3:00,0:00 -WO422859,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,3/6/23 19:30,40:00:00,0:00 -WO422871,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,2/28/23 19:30,40:00:00,0:00 -WO418550,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,10/3/22 19:00,2:15,0:00 -WO422737,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,12/16/22 13:15,1:15,0:00 -WO425782,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,2/13/23 19:30,1:00,0:00 -WO428172,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/19/23 10:00,1:15,1:00 -WO419479,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04701,Chiller 1,TRUE,5,10/10/22 15:30,2:30,0:00 -WO424483,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/30/23 15:00,2:00,0:00 -WO415517,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,7/29/22 13:00,1:00,0:00 -WO418186,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,10/14/22 16:00,1:00,0:00 -WO421036,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,11/7/22 16:00,1:00,0:00 -WO415520,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,9/29/22 13:00,1:00,0:00 -WO419607,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,10/25/22 18:30,3:00,0:00 -WO426336,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/20/23 14:30,2:00,0:00 -WO424425,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/29/23 15:00,2:00,0:00 -WO419608,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,10/26/22 18:30,3:00,0:00 -WO425294,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/27/23 14:00,1:15,0:00 -WO427273,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,6/2/23 15:00,1:00,1:00 -WO418187,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,9/29/22 17:00,1:00,0:00 -WO424424,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/30/23 13:00,2:00,2:00 -WO427272,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,9/20/23 10:00,1:00,1:00 -WO424777,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,1/24/23 16:00,2:00,0:00 -WO425012,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/27/23 13:00,1:15,0:00 -WO419521,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04704,Chiller 4,TRUE,5,10/17/22 15:30,1:30,0:00 -WO418761,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,10/13/22 18:00,1:15,0:00 -WO428569,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/17/23 15:00,6:00,8:00 -WO423026,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,12/19/22 14:00,2:00,0:00 -WO425025,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,1/30/23 16:30,3:30,0:00 -WO424311,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,1/11/23 19:00,3:00,0:00 -WO427121,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/23/23 16:00,1:30,0:00 -WO419481,Calibration and more specific Control System Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011b,Control System Calibration,CWC04703,Chiller 3,TRUE,5,10/6/22 15:30,2:00,0:00 -WO422861,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/23/23 14:30,40:00:00,7:30 -WO423027,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,12/19/22 16:00,2:00,0:00 -WO424569,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,3/30/23 19:00,1:00,0:00 -WO423667,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/2/23 19:30,2:00,0:00 -WO427084,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/23/23 13:00,2:30,0:00 -WO422736,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,12/16/22 13:00,1:15,0:00 -WO419389,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/21/22 16:00,2:00,0:00 -WO421034,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,11/2/22 18:30,1:00,0:00 -WO418184,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,9/29/22 14:00,1:00,0:00 -WO418088,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/2/23 19:30,12:00,0:00 -WO418743,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,10/13/22 13:30,1:15,0:00 -WO427275,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,9/20/23 11:00,1:00,1:00 -WO415519,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,9/29/22 12:00,1:00,0:00 -WO424426,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/29/23 13:00,2:00,0:00 -WO421196,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,11/29/22 14:00,2:00,0:00 -WO421030,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,11/7/22 14:00,1:00,0:00 -WO426338,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,2/20/23 20:00,2:00,0:00 -WO418188,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,9/29/22 18:00,1:00,0:00 -WO428682,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,4/6/23 12:00,3:00,3:00 -WO419391,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/21/22 18:30,2:00,0:00 -WO424763,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,1/26/23 17:00,2:30,0:00 -WO419958,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,1/20/23 20:00,12:00,0:00 -WO427783,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/10/23 12:00,2:00,2:00 -WO427781,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/11/23 9:00,2:00,2:00 -WO422860,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/30/23 14:30,40:00:00,37:30:00 -WO425781,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,2/10/23 17:30,1:00,0:00 -WO421493,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/15/23 14:30,6:00,15:00 -WO425373,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,2/1/23 13:30,1:30,0:00 -WO427086,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/23/23 19:30,2:30,0:00 -WO422858,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/8/23 19:30,40:00:00,0:00 -WO419883,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,11/15/22 15:00,3:00,0:00 -WO423181,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,12/20/22 16:00,2:00,0:00 -WO421495,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/10/23 14:30,6:00,15:00 -WO424472,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,1/25/23 15:00,3:30,0:00 -WO425784,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,2/16/23 23:00,1:00,0:00 -WO425783,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,2/17/23 20:30,1:00,0:00 -WO419882,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,11/15/22 14:00,3:00,0:00 -WO424471,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,1/23/23 15:00,2:30,0:00 -WO427080,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/21/23 19:30,3:30,0:00 -WO427085,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/23/23 15:30,2:00,0:00 -WO421496,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/24/23 14:30,6:00,15:00 -WO422857,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,12/16/22 13:30,1:15,0:00 -WO427079,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/21/23 15:30,2:30,0:00 -WO421315,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,11/29/22 16:00,2:00,0:00 -WO428566,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/14/23 15:00,7:00,8:00 -WO427782,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/11/23 11:00,2:00,2:00 -WO423028,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,12/20/22 14:00,2:00,0:00 -WO418865,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,10/13/22 19:00,1:15,0:00 -WO424568,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,3/30/23 18:00,1:00,0:00 -WO425778,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,2/17/23 14:30,1:00,0:00 -WO428568,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,3/9/23 12:30,1:30,5:30 -WO427083,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/22/23 19:30,2:30,0:00 -WO422862,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04010,Chiller 10,TRUE,5,7/28/23 14:30,40:00:00,7:30 -WO424686,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,1/23/23 17:00,2:00,0:00 -WO422733,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,12/16/22 12:30,1:15,0:00 -WO419881,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,11/15/22 13:00,3:00,0:00 -WO424684,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,1/24/23 14:00,2:00,0:00 -WO424567,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,3/30/23 17:00,1:00,0:00 -WO420150,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,11/8/22 13:00,1:15,0:00 -WO428567,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/12/23 15:00,9:00,8:00 -WO427081,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/22/23 14:00,3:00,0:00 -WO422864,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,3/13/23 18:30,40:00:00,0:00 -WO422734,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,12/16/22 12:45,1:15,0:00 -WO425780,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,2/8/23 18:30,1:00,0:00 -WO424310,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,1/10/23 17:30,3:00,0:00 -WO426744,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/20/23 17:30,1:15,0:00 -WO424685,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,1/23/23 19:30,2:00,0:00 -WO427082,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/22/23 15:30,1:30,0:00 -WO422863,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,12/21/22 20:30,4:00,0:00 -WO424566,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,3/30/23 16:00,1:00,0:00 -WO426467,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,2/21/23 14:30,2:00,0:00 -WO425779,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,2/17/23 17:00,1:00,0:00 -WO426653,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,2,3/8/23 20:40,3:00,1:00 -WO426965,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04007,Chiller 7,FALSE,2,3/1/23 13:18,3:00,1:00 -WO426652,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04006,Chiller 6,FALSE,2,2/12/23 5:00,3:00,1:00 -WO406831,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/24/22 13:00,3:00,1:00 -WO414235,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/14/22 23:30,3:00,1:00 -WO410896,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,5/23/22 17:30,3:00,1:00 -WO408740,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/11/22 12:00,3:00,1:00 -WO412942,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,6/22/22 16:00,3:00,1:00 -WO410897,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/26/22 12:30,3:00,1:00 -WO410000,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/29/22 14:30,3:00,1:00 -WO417694,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/21/22 19:00,3:00,1:00 -WO417696,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/22/22 19:00,3:00,1:00 -WO407802,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/24/22 19:30,3:00,1:00 -WO409266,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/7/22 19:30,3:00,1:00 -WO409657,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/20/22 19:00,3:00,1:00 -WO404565,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/4/22 15:00,3:00,1:00 -WO407798,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/23/22 14:30,3:00,1:00 -WO416070,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,8/17/22 18:30,3:00,1:00 -WO411127,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,5/31/22 15:00,3:00,1:00 -WO416150,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,8/12/22 18:30,3:00,1:00 -WO401256,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/14/22 18:30,3:00,1:00 -WO407996,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,3/30/22 18:00,3:00,1:00 -WO413480,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,6/30/22 18:00,3:00,1:00 -WO413482,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,7/1/22 13:00,3:00,1:00 -WO405429,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,3/22/22 19:30,3:00,1:00 -WO402351,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04009,Chiller 9,TRUE,5,6/10/22 23:00,3:00,1:00 -WO409476,Cleaning and more specific Internal Cleaning related to refrigerant circuit,refrigerant circuit,MT002,Cleaning,MT002b,Internal Cleaning,CWC04014,Chiller 14,FALSE,2,3/21/22 19:30,3:00,1:00 -WO410953,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,5/26/22 13:30,3:00,1:00 -WO410955,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,6/15/22 14:00,3:00,1:00 -WO415055,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,7/25/22 15:00,3:00,1:00 -WO421677,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,12/5/22 13:00,3:00,1:00 -WO418041,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,9/27/22 12:00,3:00,1:00 -WO415056,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/25/22 16:00,3:00,1:00 -WO415816,Sensor Failure and more specific Pressure Sensor Failure related to control system,control system,CS002,Sensor Failure,CS002b,Pressure Sensor Failure,CWC04006,Chiller 6,FALSE,2,7/14/22 19:30,3:00,1:00 -WO412943,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/23/22 15:30,3:00,1:00 -WO412067,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/14/22 13:00,3:00,1:00 -WO414180,Routine Maintenance and more specific Unscheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance,CWC04704,Chiller 4,FALSE,2,6/15/22 18:31,3:00,1:00 -WO408527,Control System Malfunction and more specific Control Loop Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04013,Chiller 13,FALSE,2,3/10/22 20:30,3:00,1:00 -WO415933,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/11/22 13:00,3:00,1:00 -WO415935,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/11/22 17:00,3:00,1:00 -WO407709,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/31/22 15:00,3:00,1:00 -WO410002,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/28/22 13:00,3:00,1:00 -WO411651,Control System Malfunction and more specific Control Loop Failure related to condenser,condenser,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04006,Chiller 6,FALSE,2,5/4/22 16:00,3:00,1:00 -WO416203,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04013,Chiller 13,FALSE,2,7/25/22 13:30,3:00,1:00 -WO413702,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,FALSE,2,6/7/22 12:30,3:00,1:00 -WO408529,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04006,Chiller 6,FALSE,2,3/11/22 20:30,3:00,1:00 -WO417695,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/22/22 17:30,3:00,1:00 -WO409948,Head Operations and more specific Reinstall Heads related to condenser,condenser,M020,Head Operations,M020b,Reinstall Heads,CWC04010,Chiller 10,FALSE,2,4/6/22 13:30,3:00,1:00 -WO412889,Cleaning and more specific Internal Cleaning related to entire chiller system,entire chiller system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,5/25/22 18:30,3:00,1:00 -WO412068,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/14/22 15:00,3:00,1:00 -WO409523,Control System Malfunction and more specific Communication Failure related to entire chiller system,entire chiller system,CS005,Control System Malfunction,CS005b,Communication Failure,CWC04009,Chiller 9,FALSE,2,3/29/22 14:30,3:00,1:00 -WO415934,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/11/22 15:00,3:00,1:00 -WO407804,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/15/22 15:30,3:00,1:00 -WO410546,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,5/20/22 19:15,3:00,1:00 -WO409656,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,5/19/22 14:00,3:00,1:00 -WO407800,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/24/22 14:00,3:00,1:00 -WO407799,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,3/23/22 18:30,3:00,1:00 -WO409654,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/18/22 19:00,3:00,1:00 -WO416036,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/12/22 13:00,3:00,1:00 -WO411132,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,6/1/22 17:00,3:00,1:00 -WO417763,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/23/22 13:00,3:00,1:00 -WO404650,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/4/22 17:00,3:00,1:00 -WO416727,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/6/22 16:00,3:00,1:00 -WO415153,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,7/27/22 15:30,3:00,1:00 -WO416071,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,9/26/22 12:30,3:00,1:00 -WO408992,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,4/12/22 15:30,3:00,1:00 -WO411006,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/19/22 19:30,3:00,1:00 -WO416152,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,8/16/22 15:00,3:00,1:00 -WO407997,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,3/30/22 19:00,3:00,1:00 -WO414862,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,7/26/22 14:00,3:00,1:00 -WO407999,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,3/31/22 13:00,3:00,1:00 -WO413484,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,7/1/22 15:00,3:00,1:00 -WO411124,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,6/21/22 16:00,3:00,1:00 -WO412374,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,6/21/22 19:00,3:00,1:00 -WO411129,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,5/31/22 18:30,3:00,1:00 -WO407998,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,3/31/22 12:00,3:00,1:00 -WO413483,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,7/1/22 14:00,3:00,1:00 -WO402350,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04006,Chiller 6,TRUE,5,4/11/22 12:00,3:00,1:00 -WO405430,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,3/28/22 12:00,3:00,1:00 -WO405431,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,3/28/22 14:00,3:00,1:00 -WO402355,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,6/14/22 19:00,3:00,1:00 -WO411126,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,5/31/22 13:00,3:00,1:00 -WO416149,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/16/22 13:00,3:00,1:00 -WO410954,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,6/15/22 13:00,3:00,1:00 -WO416626,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,8/18/22 12:00,3:00,1:00 -WO406830,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/24/22 12:00,3:00,1:00 -WO418335,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/26/22 15:30,3:00,1:00 -WO416627,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/18/22 14:00,3:00,1:00 -WO408741,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,4/11/22 13:00,3:00,1:00 -WO407707,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/30/22 18:30,3:00,1:00 -WO405933,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/3/22 14:00,3:00,1:00 -WO410952,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,6/15/22 12:00,3:00,1:00 -WO405935,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,3/3/22 20:00,3:00,1:00 -WO414237,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,7/13/22 21:30,3:00,1:00 -WO412069,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,6/16/22 17:30,3:00,1:00 -WO409268,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/6/22 19:00,3:00,1:00 -WO409655,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,4/19/22 19:00,3:00,1:00 -WO407803,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/15/22 14:00,3:00,1:00 -WO410978,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,6/21/22 15:00,3:00,1:00 -WO411005,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/19/22 18:00,3:00,1:00 -WO410323,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,7/6/22 12:00,3:00,1:00 -WO402352,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,6/13/22 18:30,3:00,1:00 -WO416148,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,8/18/22 16:00,3:00,1:00 -WO411131,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,6/1/22 15:00,3:00,1:00 -WO401258,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/28/22 18:30,3:00,1:00 -WO408991,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,4/11/22 19:00,3:00,1:00 -WO413479,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,6/30/22 17:00,3:00,1:00 -WO408001,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,3/31/22 15:00,3:00,1:00 -WO408508,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,2,3/10/22 20:00,3:00,1:00 -WO408549,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,2,3/14/22 16:30,3:00,1:00 -WO411939,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04012,Chiller 12,FALSE,2,5/6/22 14:00,3:00,1:00 -WO408524,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04006,Chiller 6,FALSE,2,3/9/22 20:30,3:00,1:00 -WO408575,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,2,3/15/22 18:30,3:00,1:00 -WO416240,Software Error and more specific Control Software Error related to control system,control system,CS004,Software Error,CS004a,Control Software Error,CWC04014,Chiller 14,FALSE,2,7/26/22 19:30,3:00,1:00 -WO408526,Head Operations and more specific Set Up for Overhaul related to condenser,condenser,M020,Head Operations,M020c,Set Up for Overhaul,CWC04009,Chiller 9,FALSE,2,3/10/22 20:30,3:00,1:00 -WO407194,Control System Malfunction and more specific Control Loop Failure related to refrigerant circuit,refrigerant circuit,CS005,Control System Malfunction,CS005a,Control Loop Failure,CWC04006,Chiller 6,FALSE,2,3/25/22 16:30,3:00,1:00 -WO405934,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/3/22 16:00,3:00,1:00 -WO407708,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,3/31/22 13:00,3:00,1:00 -WO404564,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/4/22 13:00,3:00,1:00 -WO407805,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,3/15/22 19:30,3:00,1:00 -WO409267,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/5/22 19:00,3:00,1:00 -WO410977,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,6/15/22 15:00,3:00,1:00 -WO406106,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/3/22 18:30,3:00,1:00 -WO407849,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/31/22 17:00,3:00,1:00 -WO410204,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/28/22 15:00,3:00,1:00 -WO406945,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,3/21/22 17:30,3:00,1:00 -WO408839,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/13/22 16:00,3:00,1:00 -WO413034,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/27/22 14:30,3:00,1:00 -WO403726,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,3/14/22 13:00,3:00,1:00 -WO416069,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,8/17/22 17:30,3:00,1:00 -WO402353,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04014,Chiller 14,TRUE,5,6/29/22 12:00,3:00,1:00 -WO402356,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04012,Chiller 12,TRUE,5,6/10/22 18:30,3:00,1:00 -WO413481,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,7/1/22 12:00,3:00,1:00 -WO413485,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,7/1/22 16:00,3:00,1:00 -WO410324,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,7/6/22 13:00,3:00,1:00 -WO410326,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,7/1/22 16:00,3:00,1:00 -WO416147,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,7/25/22 13:00,3:00,1:00 -WO411130,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,6/2/22 18:30,3:00,1:00 -WO416153,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,8/18/22 18:30,3:00,1:00 -WO414863,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,7/26/22 17:00,3:00,1:00 -WO401255,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/12/22 18:30,3:00,1:00 -WO408525,Draining Operations and more specific Drain Water related to condenser,condenser,M016,Draining Operations,M016a,Drain Water,CWC04009,Chiller 9,FALSE,2,3/8/22 20:30,3:00,1:00 -WO410456,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,2,4/14/22 16:30,3:00,1:00 -WO413176,Leak Detection and more specific Pressure Test related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008b,Pressure Test,CWC04014,Chiller 14,FALSE,2,5/30/22 18:30,3:00,1:00 -WO409048,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04012,Chiller 12,FALSE,2,3/18/22 18:30,3:00,1:00 -WO416458,Software Error and more specific Control Software Error related to control system,control system,CS004,Software Error,CS004a,Control Software Error,CWC04014,Chiller 14,FALSE,2,7/28/22 19:30,3:00,1:00 -WO407167,Leak Detection and more specific Visual Inspection related to refrigerant circuit,refrigerant circuit,MT008,Leak Detection,MT008a,Visual Inspection,CWC04006,Chiller 6,FALSE,2,2/22/22 20:30,3:00,1:00 -WO409018,Refrigerant Leak and more specific Small Leak related to refrigerant circuit,refrigerant circuit,L001,Refrigerant Leak,L001a,Small Leak,CWC04014,Chiller 14,FALSE,2,3/17/22 15:00,3:00,1:00 -WO411168,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04013,Chiller 13,FALSE,2,4/22/22 18:00,3:00,1:00 -WO409017,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,2,3/15/22 15:00,3:00,1:00 -WO409947,Misalignment and more specific Misalignment of Shaft related to compressor,compressor,M005,Misalignment,M005b,Misalignment of Shaft,CWC04014,Chiller 14,FALSE,2,4/6/22 18:30,3:00,1:00 -WO414236,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,7/13/22 23:30,3:00,1:00 -WO410001,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/29/22 16:30,3:00,1:00 -WO414203,Condenser Plugged and more specific Partial Plugging related to condenser,condenser,M013,Condenser Plugged,M013a,Partial Plugging,CWC04704,Chiller 4,FALSE,2,6/17/22 14:00,3:00,1:00 -WO414891,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,2,6/24/22 15:00,3:00,1:00 -WO407801,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,3/24/22 15:30,3:00,1:00 -WO404563,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/1/22 15:30,3:00,1:00 -WO414377,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,7/14/22 21:30,3:00,1:00 -WO412214,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/15/22 18:30,3:00,1:00 -WO411007,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/20/22 15:30,3:00,1:00 -WO410988,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/26/22 14:30,3:00,1:00 -WO418434,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/26/22 16:30,3:00,1:00 -WO402354,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04010,Chiller 10,TRUE,5,6/9/22 18:30,3:00,1:00 -WO408002,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,3/31/22 17:00,3:00,1:00 -WO410325,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,7/6/22 14:00,3:00,1:00 -WO405432,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,3/28/22 13:00,3:00,1:00 -WO411128,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/1/22 13:00,3:00,1:00 -WO416151,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,8/15/22 18:30,3:00,1:00 -WO401257,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/16/22 18:30,3:00,1:00 -WO408000,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,3/31/22 14:00,3:00,1:00 -WO426264,Head Operations and more specific Remove Heads related to condenser,condenser,M020,Head Operations,M020a,Remove Heads,CWC04009,Chiller 9,FALSE,2,2/14/23 16:00,3:00,1:00 -WO427329,Misalignment and more specific Misalignment of Shaft related to compressor,compressor,M005,Misalignment,M005b,Misalignment of Shaft,CWC04009,Chiller 9,FALSE,2,3/21/23 18:30,3:00,1:00 -WO427382,Misalignment and more specific Misalignment of Shaft related to compressor,compressor,M005,Misalignment,M005b,Misalignment of Shaft,CWC04014,Chiller 14,FALSE,2,3/9/23 19:00,3:00,1:00 -WO420437,Sensor Failure and more specific Temperature Sensor Failure related to control system,control system,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04703,Chiller 3,FALSE,2,10/13/22 13:00,3:00,1:00 -WO424172,Sensor Failure and more specific Temperature Sensor Failure related to control system,control system,CS002,Sensor Failure,CS002a,Temperature Sensor Failure,CWC04010,Chiller 10,FALSE,2,12/29/22 20:30,3:00,1:00 -WO124903,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04701,Chiller 1,TRUE,5,5/4/23 17:50,1:00,0:00 -WO124904,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04702,Chiller 2,TRUE,5,5/3/23 12:00,1:00,0:00 -WO124905,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04703,Chiller 3,TRUE,5,5/4/23 14:00,1:00,1:00 -WO124906,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04704,Chiller 4,TRUE,5,5/4/23 15:00,1:00,1:00 -WO127077,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,4/11/23 9:00,2:00,2:00 -WO127078,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,4/11/23 11:00,2:00,2:00 -WO127079,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,4/10/23 9:00,2:00,2:00 -WO127096,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,4/10/23 11:00,2:00,2:00 -WO127292,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04013,Chiller 13,TRUE,5,4/17/23 8:00,1:30,1:00 -WO127832,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,4/26/23 7:15,1:15,0:15 -WO128018,Actuator Failure and more specific Pneumatic Actuator Failure related to control system,control system,M009,Actuator Failure,M009b,Pneumatic Actuator Failure,CWC04009,Chiller 9,FALSE,2,4/22/23 14:30,1:00,7:30 -WO128423,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04007,Chiller 7,TRUE,5,4/26/23 7:30,1:15,0:15 -WO128424,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,4/26/23 7:45,1:15,0:15 -WO128425,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,4/26/23 8:00,1:15,0:15 -WO128427,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04007,Chiller 7,TRUE,5,4/19/23 10:00,1:15,1:00 -WO128431,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,4/26/23 8:15,1:15,0:15 -WO128432,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,4/26/23 8:30,1:15,0:15 -WO128441,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,4/26/23 9:00,1:15,0:30 -WO128598,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,4/28/23 9:00,2:30,2:00 -WO128599,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,5/1/23 11:00,2:30,2:00 -WO128600,Calibration and more specific Sensor Calibration related to calibration and control elements,calibration and control elements,MT011,Calibration,MT011a,Sensor Calibration,CWC04009,Chiller 9,TRUE,5,4/28/23 13:00,8:00,1:00 -WO130575,Leak Detection and more specific Visual Inspection related to entire chiller system,entire chiller system,MT008,Leak Detection,MT008a,Visual Inspection,CWC04014,Chiller 14,FALSE,2,4/28/23 9:30,1:00,2:30 -WO130589,Refrigerant Transfer and more specific Transfer to Another Unit related to refrigerant circuit,refrigerant circuit,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit,CWC04014,Chiller 14,FALSE,2,4/27/23 12:00,1:00,5:00 -WO130601,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04704,Chiller 4,FALSE,2,4/27/23 15:00,1:00,2:30 -WO130869,Refrigerant Addition and more specific Small Amount related to entire chiller system,entire chiller system,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/10/23 12:00,1:15,1:00 -WO130976,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/31/23 15:00,1:30,1:30 -WO132874,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,5/22/23 12:30,1:00,2:00 -WO132875,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,5/22/23 15:00,1:00,2:00 -WO132876,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,5/23/23 10:30,1:00,2:00 -WO132877,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,5/22/23 10:30,1:00,3:30 -WO132878,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,5/26/23 14:30,1:00,7:30 -WO132879,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,5/23/23 12:30,1:00,2:00 -WO132880,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,5/23/23 15:00,1:00,2:00 -WO134121,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/2/23 9:00,2:00,2:00 -WO134122,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/2/23 11:00,2:00,2:00 -WO134123,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,6/2/23 13:00,2:00,1:30 -WO134226,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/2/23 15:00,2:00,2:00 -WO134307,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,6/5/23 14:30,2:15,7:30 -WO135846,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,6/6/23 8:00,1:15,1:00 -WO135847,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,6/7/23 11:30,1:15,1:00 -WO135848,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,6/2/23 11:00,2:00,0:00 -WO135849,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,6/2/23 11:00,2:00,0:00 -WO135850,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,6/2/23 11:00,2:00,0:00 -WO136257,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,6/2/23 11:00,2:00,0:00 -WO136271,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,5/31/23 15:00,1:30,0:00 -WO136387,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,7/31/23 11:30,3:00,3:30 -WO136388,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,8/1/23 10:30,3:00,4:00 -WO137579,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,7/26/23 8:00,1:15,1:00 -WO138881,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,7/31/23 8:00,1:15,1:00 -WO139076,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/1/23 13:30,1:30,3:00 -WO139500,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04006,Chiller 6,TRUE,5,9/21/23 11:00,1:00,1:00 -WO139502,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04010,Chiller 10,TRUE,5,9/21/23 12:00,1:00,1:00 -WO139503,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04007,Chiller 7,TRUE,5,9/21/23 13:00,1:00,1:00 -WO139504,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04012,Chiller 12,TRUE,5,9/21/23 13:00,1:00,1:00 -WO139505,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04009,Chiller 9,TRUE,5,9/21/23 14:00,1:00,1:00 -WO139506,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04013,Chiller 13,TRUE,5,9/21/23 15:00,1:00,1:00 -WO139507,Vibration Analysis and more specific Routine Vibration Analysis related to compressor,compressor,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis,CWC04014,Chiller 14,TRUE,5,9/22/23 8:00,1:00,1:00 -WO142687,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/11/23 15:00,2:00,2:00 -WO142688,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/11/23 9:00,2:00,2:00 -WO142689,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/11/23 11:00,2:00,2:00 -WO142776,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/16/23 9:00,2:00,2:00 -WO144362,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,8/16/23 10:00,1:15,1:00 -WO144490,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04006,Chiller 6,TRUE,5,8/17/23 8:00,1:00,1:00 -WO144491,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,8/18/23 12:30,1:00,2:00 -WO144492,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/18/23 15:00,1:00,2:00 -WO144493,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,8/18/23 10:30,1:00,3:30 -WO144494,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,8/22/23 14:30,1:00,7:30 -WO144495,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04009,Chiller 9,TRUE,5,8/17/23 10:00,1:00,1:00 -WO144496,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04012,Chiller 12,TRUE,5,8/21/23 12:30,1:00,2:00 -WO146295,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,8/17/23 9:00,1:15,1:00 -WO146583,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/1/23 13:30,1:30,0:00 -WO148908,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,8/30/23 9:00,2:00,2:00 -WO148909,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,8/30/23 11:00,2:00,2:00 -WO148910,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,8/30/23 13:30,2:00,2:00 -WO149024,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,8/31/23 9:00,2:00,2:00 -WO150233,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,9/1/23 13:30,1:15,1:00 -WO150322,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,9/5/23 9:30,3:00,1:00 -WO150323,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,9/5/23 10:30,3:00,1:00 -WO150324,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,9/5/23 11:30,3:00,1:00 -WO150325,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04704,Chiller 4,TRUE,5,9/5/23 12:30,3:00,1:00 -WO151333,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04012,Chiller 12,FALSE,2,7/24/23 10:30,1:00,3:30 -WO151335,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04009,Chiller 9,FALSE,2,7/24/23 12:30,1:00,2:00 -WO151567,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04006,Chiller 6,FALSE,2,7/25/23 11:00,1:00,2:00 -WO153070,Software Error and more specific Monitoring Software Error related to control system,control system,CS004,Software Error,CS004b,Monitoring Software Error,CWC04010,Chiller 10,FALSE,2,8/2/23 15:00,1:00,3:30 -WO153758,Routine Maintenance and more specific Scheduled Maintenance related to control system,control system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,FALSE,2,8/4/23 15:00,1:00,3:30 -WO153820,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/1/23 15:00,1:15,1:30 -WO154346,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04014,Chiller 14,TRUE,5,9/13/23 8:00,1:15,1:00 -WO154347,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04013,Chiller 13,TRUE,5,9/13/23 9:00,1:15,1:00 -WO154348,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04009,Chiller 9,TRUE,5,9/13/23 10:00,1:15,1:00 -WO154349,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04006,Chiller 6,TRUE,5,9/13/23 11:00,1:15,1:00 -WO154406,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04010,Chiller 10,TRUE,5,9/13/23 14:30,1:15,1:00 -WO154453,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/15/23 15:00,1:30,1:00 -WO154681,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,9/13/23 13:30,1:15,1:00 -WO154682,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04012,Chiller 12,TRUE,5,9/15/23 8:00,2:15,1:00 -WO155721,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/19/23 9:00,2:00,2:00 -WO155722,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,9/19/23 11:00,2:00,2:00 -WO155723,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,9/21/23 15:00,2:00,1:30 -WO155949,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,9/21/23 13:00,2:00,2:00 -WO158687,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04013,Chiller 13,TRUE,5,9/26/23 15:00,3:00,4:30 -WO158689,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04014,Chiller 14,TRUE,5,9/27/23 14:30,3:00,7:30 -WO159763,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,9/26/23 8:00,1:15,1:00 -WO160218,Cleaning and more specific Internal Cleaning related to control system,control system,MT002,Cleaning,MT002b,Internal Cleaning,CWC04703,Chiller 3,FALSE,2,8/28/23 14:30,1:00,3:00 -WO161564,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,9/28/23 8:00,1:15,1:00 -WO161737,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,9/28/23 11:00,1:30,1:00 -WO162597,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04009,Chiller 9,FALSE,1,9/5/23 18:30,1:00,3:00 -WO162599,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,9/7/23 18:30,1:00,3:30 -WO164008,Cleaning and more specific Internal Cleaning related to condenser,condenser,MT002,Cleaning,MT002b,Internal Cleaning,CWC04007,Chiller 7,FALSE,1,9/12/23 15:00,1:00,4:00 -WO164771,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04701,Chiller 1,TRUE,5,10/3/23 14:00,2:00,2:00 -WO164772,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04702,Chiller 2,TRUE,5,10/4/23 9:00,2:00,2:00 -WO164773,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04703,Chiller 3,TRUE,5,10/4/23 11:00,2:00,2:00 -WO164853,Routine Maintenance and more specific Scheduled Maintenance related to entire chiller system,entire chiller system,MT001,Routine Maintenance,MT001a,Scheduled Maintenance,CWC04704,Chiller 4,TRUE,5,10/4/23 13:00,2:00,2:00 -WO166789,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04007,Chiller 7,TRUE,5,10/5/23 15:00,1:15,3:30 -WO166912,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04701,Chiller 1,TRUE,5,10/10/23 8:00,3:00,1:00 -WO166914,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04702,Chiller 2,TRUE,5,10/10/23 9:00,3:00,1:00 -WO166916,Oil Analysis and more specific Routine Oil Analysis related to compressor,compressor,MT010,Oil Analysis,MT010b,Routine Oil Analysis,CWC04703,Chiller 3,TRUE,5,10/10/23 11:00,3:00,2:00 -WO167258,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04010,Chiller 10,FALSE,1,9/25/23 13:00,1:00,6:00 -WO168191,Refrigerant Addition and more specific Small Amount related to refrigerant circuit,refrigerant circuit,MT004,Refrigerant Addition,MT004a,Small Amount,CWC04010,Chiller 10,TRUE,5,10/12/23 14:30,1:15,1:00 -WO169992,Lubrication and more specific Lubrication of Bearings related to compressor,compressor,MT003,Lubrication,MT003a,Lubrication of Bearings,CWC04006,Chiller 6,FALSE,1,10/6/23 11:00,1:00,4:00 \ No newline at end of file diff --git a/src/couchdb/sample_data/work_order/anomaly_to_failure_code_mapping.csv b/src/couchdb/sample_data/work_order/anomaly_to_failure_code_mapping.csv deleted file mode 100644 index b8ea54f36..000000000 --- a/src/couchdb/sample_data/work_order/anomaly_to_failure_code_mapping.csv +++ /dev/null @@ -1,17 +0,0 @@ -kpi_name,anomaly_type,category,primary_code,primary_code_description,secondary_code,secondary_code_description -Flow Efficiency,High,Structural and Mechanical Failures,M005,Misalignment,M005c,Misalignment in Flow Control Valve -Flow Efficiency,High,Structural and Mechanical Failures,M006,Overheating,M006b,Overheating of Compressor -Flow Efficiency,Low,Structural and Mechanical Failures,M015,Flow Sensor Failure,M015b,Incorrect Sensor Reading -Flow Efficiency,Low,Structural and Mechanical Failures,M003,Deformation,M003a,Deformation of Blades -Delta Temperature,High,Structural and Mechanical Failures,M013,Condenser Plugged,M013c,Condenser Plugged (Severe) -Delta Temperature,High,Operational Failures,OP002,Blockage,OP002a,Partial Blockage -Delta Temperature,Low,Control System Failures,CS001,Calibration Drift,CS001a,Sensor Calibration Drift -Delta Setpoint,High,Control System Failures,CS006,Control System Lag,CS006a,Slow Response to Temperature Changes -Delta Setpoint,Low,Control System Failures,CS007,Overactive Control Logic,CS007a,Excessive Adjustments Causing Overcooling -Cooling Load,High,External Influences,EX001,Environmental Impact,EX001a,Temperature Extremes -Cooling Load,High,Human Factors,H001,Human Error,H001a,Operational Error -Cooling Load,Low,Operational Failures,OP004,Incorrect Cooling Zone Operation,OP004c,Improperly Controlled or Shut Off Zones -Return Temperature,High,Structural and Mechanical Failures,M012,Sensor/Transducer Failure,M012a,Temperature Sensor Failure -Return Temperature,High,Operational Failures,OP003,Contamination,OP003b,Contamination in Water -Return Temperature,Low,Structural and Mechanical Failures,M012,Sensor/Transducer Failure,M012b,Pressure Sensor Failure -Return Temperature,Low,Operational Failures,OP004,Flow Sensor Failure,OP004b,Incorrect Sensor Reading diff --git a/src/couchdb/sample_data/work_order/component.csv b/src/couchdb/sample_data/work_order/component.csv deleted file mode 100644 index 652411cc7..000000000 --- a/src/couchdb/sample_data/work_order/component.csv +++ /dev/null @@ -1,15 +0,0 @@ -equipment,component,explanation -chiller,compressor,"compresses the refrigerant to increase its pressure and temperature, essential for the cooling cycle." -chiller,condenser,"condenses the refrigerant by transferring heat to the cooling medium, typically water or air." -chiller,evaporator,"absorbs heat from the chilled water, causing the refrigerant to evaporate and complete the cooling process." -chiller,control system,"monitors and regulates the chiller's operations, including temperature, pressure, and flow." -chiller,temperature sensor,"measure the temperature of refrigerant, water, and other fluids within the chiller system." -chiller,pressure sensor,detect and monitor the pressure levels of refrigerant and water to ensure safe and efficient operation. -chiller,flow meter,"measure the flow rate of water, refrigerant, or coolant to maintain proper system balance." -chiller,expansion valve,"controls the flow of refrigerant into the evaporator, reducing its pressure and causing it to cool." -chiller,cooling tower,"removes heat from the condenser water by allowing it to evaporate, typically used in water-cooled systems." -chiller,motor,"drives the compressor or other mechanical components, converting electrical energy into mechanical energy." -chiller,refrigerant circuit,"the path through which refrigerant flows, including the compressor, condenser, evaporator, and expansion valve." -chiller,chilled water system,"circulates chilled water to and from the evaporator, distributing cooling to the building or process." -chiller,cooling system,"includes all components involved in the cooling process, such as compressor, condenser, evaporator, and control system." -chiller,chiller,a machine that removes heat from a liquid via a vapor-compression or absorption refrigeration cycle. \ No newline at end of file diff --git a/src/couchdb/sample_data/work_order/event.csv b/src/couchdb/sample_data/work_order/event.csv deleted file mode 100644 index 4657379e3..000000000 --- a/src/couchdb/sample_data/work_order/event.csv +++ /dev/null @@ -1,6257 +0,0 @@ -event_id,event_group,event_category,event_type,description,equipment_id,equipment_name,event_time,note -WO-16170,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2010-06-22 14:12:00, -WO16228,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-06-22 14:12:00, -WO37670,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04701,Chiller 1,2010-10-01 15:30:00, -WO39844,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04701,Chiller 1,2010-10-01 15:30:00, -WO37003,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-06 15:30:00, -WO39871,WORK_ORDER,CM,MT008,Leak Detection,CWC04701,Chiller 1,2010-10-06 15:30:00, -WO27384,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 18:11:00, -WO24939,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO30168,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO24544,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO26819,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO22054,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO24031,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO20954,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO28317,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO25733,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO23174,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO18352,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO22504,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO19829,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-10-25 19:53:00, -WO23468,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2010-10-25 20:38:00, -WO29654,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2010-10-25 20:38:00, -WO34537,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-11-09 15:30:00, -WO39877,WORK_ORDER,CM,OP004,Flow Sensor Failure,CWC04701,Chiller 1,2010-11-30 14:37:00, -WO37360,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-12-01 15:30:00, -WO39152,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-12-01 15:30:00, -WO41201,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-12-17 15:30:00, -WO42030,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2010-12-23 15:30:00, -WO42162,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-01-01 15:30:00, -WO45190,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-01-10 15:30:00, -WO43949,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-01-12 15:30:00, -WO45735,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-01-20 15:30:00, -WO49227,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-02-10 09:30:00, -WO49476,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-02-10 15:30:00, -WO48064,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-02-10 15:30:00, -WO49970,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-02-14 15:30:00, -WO49469,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-03-01 15:30:00, -WO52222,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-03-01 15:30:00, -WO54578,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-03-25 09:00:00, -WO56771,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-04-08 15:30:00, -WO58584,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-04-26 17:30:00, -WO57479,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2011-04-27 12:00:00, -WO61128,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-05-05 15:30:00, -WO62855,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-05-18 15:30:00, -WO66429,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04701,Chiller 1,2011-05-26 19:30:00, -WO64853,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-05-28 15:30:00, -WO67488,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-06-23 15:30:00, -WO69502,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-07-08 15:30:00, -WO71252,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-08-05 15:30:00, -WO73723,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-08-05 15:30:00, -WO73868,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2011-08-13 15:30:00, -WO76088,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-08-25 15:30:00, -WO77906,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-09-06 15:30:00, -WO81348,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-10-19 07:30:00, -WO84139,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2011-10-27 07:30:00, -WO85174,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-11-03 07:30:00, -WO83265,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2011-11-03 07:30:00, -WO83136,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-11-03 08:00:00, -WO79219,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-11-04 19:30:00, -WO91911,WORK_ORDER,CM,CS004,Software Error,CWC04701,Chiller 1,2011-11-15 15:30:00, -WO88140,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-11-21 15:30:00, -WO90030,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2011-12-30 13:59:00, -WO95196,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-01-08 15:30:00, -WO93154,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-01-09 15:30:00, -WO91359,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-01-11 07:15:00, -WO95205,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-01-11 09:30:00, -WO98969,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-01-13 15:30:00, -WO95245,WORK_ORDER,CM,MT008,Leak Detection,CWC04701,Chiller 1,2012-01-17 12:03:00, -WO92234,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-01-17 15:30:00, -WO94940,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-01-18 15:30:00, -WO94645,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-01-25 08:00:00, -WO99477,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-02-06 15:37:00, -WO98509,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-02-10 07:30:00, -WO98967,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-02-11 09:45:00, -WO100432,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-02-23 07:30:00, -WO98971,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-03-03 15:00:00, -WO101736,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-03-03 15:30:00, -WO105926,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-04-12 07:30:00, -WO107358,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-04-17 15:30:00, -WO103681,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-04-17 19:30:00, -WO109525,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-05-04 15:30:00, -WO108713,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2012-05-24 17:30:00, -WO111363,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-07-05 19:30:00, -WO113290,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-07-05 19:30:00, -WO116032,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-07-14 07:15:00, -WO114384,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-07-14 08:00:00, -WO116992,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-07-22 15:30:00, -WO115876,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2012-07-22 15:30:00, -WO118312,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2012-08-08 23:00:00, -WO119532,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-08-17 04:15:00, -WO123840,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-08-25 19:30:00, -WO121787,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-09-03 15:30:00, -WO123688,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-09-05 17:30:00, -WO125749,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-10-10 07:30:00, -WO127342,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-10-11 15:30:00, -WO126279,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2012-10-18 04:30:00, -WO129489,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-11-03 15:30:00, -WO130988,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-11-03 15:30:00, -WO130761,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2012-11-17 13:00:00, -WO133594,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2012-11-30 04:30:00, -WO130152,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2012-12-27 11:24:00, -WO136620,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-01-11 07:30:00, -WO142797,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-01-16 19:30:00, -WO139574,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-01-18 07:30:00, -WO138267,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-01-19 08:00:00, -WO135494,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-01-25 07:30:00, -WO140215,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-01-27 09:30:00, -WO145947,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-02-07 03:30:00, -WO142341,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-02-08 15:30:00, -WO142676,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-02-15 04:30:00, -WO142339,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-02-18 04:00:00, -WO143759,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-02-24 15:30:00, -WO145763,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-03-08 07:30:00, -WO147017,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-04-06 15:30:00, -WO149235,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-04-06 15:30:00, -WO150589,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-05-01 05:30:00, -WO152843,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-05-07 07:30:00, -WO151987,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2013-05-24 12:54:00, -WO155383,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-06-03 06:30:00, -WO157303,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-06-07 06:00:00, -WO160697,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-07-09 05:00:00, -WO158785,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-07-14 09:00:00, -WO160555,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2013-07-14 15:30:00, -WO163689,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2013-07-22 18:00:00, -WO163238,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-07-27 15:30:00, -WO164565,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-08-09 07:30:00, -WO166834,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-08-21 07:30:00, -WO169736,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-09-06 07:30:00, -WO168573,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-09-06 07:30:00, -WO170101,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2013-09-07 15:30:00, -WO171697,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-09-10 07:00:00, -WO178427,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-11-01 15:30:00, -WO178718,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-11-03 15:30:00, -WO174262,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-11-08 07:30:00, -WO176642,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-11-08 07:30:00, -WO178540,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-11-22 07:30:00, -WO175380,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2013-11-23 11:30:00, -WO179629,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2013-11-30 15:30:00, -WO181734,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-01-04 15:30:00, -WO181034,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-01-08 07:30:00, -WO183638,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-01-12 15:30:00, -WO188257,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-01-26 15:30:00, -WO185216,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-01-30 07:30:00, -WO189980,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-02-18 07:30:00, -WO192262,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-03-02 15:30:00, -WO197216,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-04-06 07:45:00, -WO195081,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-04-06 08:30:00, -WO192242,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2014-04-14 15:30:00, -WO198948,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-04-25 07:30:00, -WO200360,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-05-05 07:30:00, -WO205445,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-05-19 15:30:00, -WO202268,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-05-28 07:30:00, -WO202880,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-06-02 07:30:00, -WO202869,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2014-07-09 11:00:00, -WO205070,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-07-11 15:30:00, -WO206311,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-07-15 07:30:00, -WO207556,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-07-20 15:30:00, -WO208758,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-08-04 07:30:00, -WO211035,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-08-19 07:30:00, -WO212349,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-09-03 07:30:00, -WO213627,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2014-10-10 07:30:00, -WO213355,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-10-11 15:30:00, -WO214779,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-10-12 15:30:00, -WO211680,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2014-10-15 13:50:00, -WO216091,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-10-30 07:30:00, -WO217472,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-10-31 07:30:00, -WO219588,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-11-18 07:30:00, -WO212296,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2014-11-22 12:00:00, -WO220814,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2014-12-03 06:30:00, -WO222100,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-01-03 15:30:00, -WO223159,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-01-04 15:30:00, -WO224848,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-01-24 15:30:00, -WO225610,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-02-16 07:30:00, -WO222163,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-02-24 07:30:00, -WO227704,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-02-28 15:30:00, -WO232185,WORK_ORDER,CM,M004,Rupture,CWC04701,Chiller 1,2015-03-13 11:30:00, -WO232195,WORK_ORDER,CM,M017,Major Overhaul,CWC04701,Chiller 1,2015-03-25 03:30:00, -WO230271,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-04-07 07:30:00, -WO219673,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-04-07 19:30:00, -WO228432,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-04-08 07:30:00, -WO231326,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-04-10 07:30:00, -WO232250,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-04-28 07:30:00, -WO233483,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-05-03 15:30:00, -WO228419,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2015-05-15 20:15:00, -WO234942,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-05-19 07:30:00, -WO236093,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-06-04 07:30:00, -WO236920,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-06-15 07:30:00, -WO235604,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2015-07-02 13:30:00, -WO238021,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-07-07 07:30:00, -WO237635,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2015-07-10 07:30:00, -WO238840,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-07-25 15:30:00, -WO239943,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-07-31 07:30:00, -WO241303,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-08-20 15:30:00, -WO242838,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-09-09 15:30:00, -WO243370,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2015-09-15 15:30:00, -WO243599,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-10-03 19:30:00, -WO244888,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-10-04 14:00:00, -WO242147,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2015-10-10 16:30:00, -WO242780,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2015-10-17 13:31:00, -WO246359,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-10-30 19:00:00, -WO246983,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-11-03 18:55:00, -WO248629,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-11-19 14:00:00, -WO249695,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2015-12-30 13:00:00, -WO248712,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-01-03 15:30:00, -WO250647,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-01-03 19:00:00, -WO253168,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-01-17 18:00:00, -WO251787,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-01-19 17:00:00, -WO250703,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-01-20 15:00:00, -WO257047,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04701,Chiller 1,2016-02-08 20:30:00, -WO254656,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-02-10 16:00:00, -WO255998,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-02-19 18:30:00, -WO257386,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-03-04 08:30:00, -WO258700,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-03-14 15:00:00, -WO259891,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-04-21 14:30:00, -WO264019,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04701,Chiller 1,2016-04-25 19:30:00, -WO261662,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-04-26 15:30:00, -WO262363,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-04-29 14:41:00, -WO256715,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2016-05-12 19:00:00, -WO264057,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-05-19 19:04:00, -WO265204,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-06-12 13:08:00, -WO266187,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-06-15 12:05:00, -WO267199,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-07-12 17:31:00, -WO268669,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-07-20 11:35:00, -WO266741,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2016-08-02 19:30:00, -WO269671,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-08-07 15:16:00, -WO270624,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-08-17 18:54:00, -WO265198,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2016-08-19 19:00:00, -WO271681,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-08-31 16:34:00, -WO272259,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2016-09-12 17:00:00, -WO273656,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-10-21 18:42:00, -WO275080,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-10-25 18:42:00, -WO272575,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-10-28 13:00:00, -WO271163,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2016-11-04 12:00:00, -WO276193,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-11-04 17:20:00, -WO277093,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2016-11-22 17:56:00, -WO271637,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2016-12-16 17:31:00, -WO278143,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-01-10 15:49:00, -WO279375,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-01-14 14:00:00, -WO279864,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-01-17 19:30:00, -WO278994,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-01-25 20:30:00, -WO282350,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-01-31 14:29:00, -WO277166,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-02-13 17:45:00, -WO281210,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-02-14 18:09:00, -WO283384,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-03-12 14:18:00, -WO284512,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-03-12 14:22:00, -WO285446,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-03-18 14:40:00, -WO287167,WORK_ORDER,CM,MT003,Lubrication,CWC04701,Chiller 1,2017-03-24 19:30:00, -WO286469,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-04-25 16:43:00, -WO287804,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-05-13 13:55:00, -WO288898,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-05-20 14:57:00, -WO289662,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-05-21 15:09:00, -WO291691,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-06-22 15:31:00, -WO290791,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-06-22 15:50:00, -WO290786,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2017-07-21 16:40:00, -WO283924,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2017-07-21 19:00:00, -WO292615,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-07-25 13:12:00, -WO292642,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2017-07-26 14:51:00, -WO293864,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-07-28 16:29:00, -WO294867,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-08-11 16:32:00, -WO295722,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-09-07 16:39:00, -WO296827,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-09-20 12:15:00, -WO296784,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2017-09-21 16:30:00, -WO296298,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2017-10-10 19:00:00, -WO298238,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-10-16 13:02:00, -WO298837,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-10-25 13:58:00, -WO300256,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-11-14 22:58:00, -WO301476,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-11-22 17:33:00, -WO297541,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2017-11-29 20:17:00, -WO302397,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-12-07 17:47:00, -WO305446,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04701,Chiller 1,2017-12-11 20:30:00, -WO306387,WORK_ORDER,CM,MT008,Leak Detection,CWC04701,Chiller 1,2017-12-12 20:30:00, -WO306378,WORK_ORDER,CM,MT008,Leak Detection,CWC04701,Chiller 1,2017-12-13 20:30:00, -WO303031,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2017-12-27 14:51:00, -WO303524,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2018-02-01 19:39:00, -WO306202,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-02-06 17:30:00, -WO306026,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-02-08 15:06:00, -WO308313,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-02-21 17:57:00, -WO304151,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-03-06 15:07:00, -WO309084,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-03-16 19:15:00, -WO310266,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-03-29 18:52:00, -WO311159,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-04-13 13:39:00, -WO309249,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2018-05-03 13:30:00, -WO312461,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-05-05 15:46:00, -WO313268,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-05-23 18:51:00, -WO314684,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-05-24 19:40:00, -WO315756,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-06-20 19:16:00, -WO317127,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-07-05 18:55:00, -WO318097,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-07-05 18:59:00, -WO315856,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2018-07-17 15:30:00, -WO319359,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-08-16 12:40:00, -WO320149,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-09-08 18:24:00, -WO319380,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2018-09-17 13:08:00, -WO321619,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-10-15 13:45:00, -WO322330,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-10-16 15:00:00, -WO322071,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2018-10-25 18:30:00, -WO323620,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-10-26 12:00:00, -WO324409,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-11-01 13:00:00, -WO324165,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2018-11-27 13:00:00, -WO325727,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-12-07 12:15:00, -WO326325,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2018-12-07 16:00:00, -WO322839,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2018-12-10 13:45:00, -WO327779,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-01-14 14:30:00, -WO328585,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-01-20 00:30:00, -WO329714,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-02-15 13:00:00, -WO330496,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-03-01 16:00:00, -WO334377,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-03-16 12:00:00, -WO332187,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-03-16 13:00:00, -WO325829,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-03-21 18:00:00, -WO333080,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-03-26 23:45:00, -WO329679,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-03-31 13:00:00, -WO335520,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-04-26 23:30:00, -WO337101,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-05-02 12:00:00, -WO334370,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2019-05-15 14:00:00, -WO339848,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-06-13 14:43:00, -WO342029,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-07-27 11:00:00, -WO342833,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-08-02 13:00:00, -WO343349,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2019-08-29 12:00:00, -WO344192,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-08-30 22:30:00, -WO346811,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-08-30 22:30:00, -WO344947,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-09-05 13:00:00, -WO347515,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-09-08 13:00:00, -WO348874,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-11-04 19:30:00, -WO348443,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2019-11-06 13:00:00, -WO349560,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-11-20 14:00:00, -WO351140,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-12-09 18:00:00, -WO348015,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2019-12-10 16:00:00, -WO351786,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2019-12-16 13:00:00, -WO353513,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-01-17 21:30:00, -WO354048,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-02-01 16:03:00, -WO355656,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-02-20 19:00:00, -WO356583,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-04-27 14:00:00, -WO358337,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-04-28 15:15:00, -WO359341,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-04-29 13:00:00, -WO361089,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-05-08 19:00:00, -WO361945,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-05-12 13:00:00, -WO363719,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-05-29 13:00:00, -WO364671,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-06-18 13:00:00, -WO366170,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-07-01 16:00:00, -WO354488,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-07-07 20:30:00, -WO341535,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2020-07-08 14:05:00, -WO366950,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-07-22 16:45:00, -WO368233,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-07-30 12:00:00, -WO350670,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-08-03 15:00:00, -WO369365,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-08-12 13:00:00, -WO370594,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-08-21 12:00:00, -WO371752,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-09-25 13:00:00, -WO372931,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-10-07 11:45:00, -WO367152,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2020-10-20 19:00:00, -WO372364,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2020-10-20 19:00:00, -WO373354,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2020-10-26 14:30:00, -WO374218,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-11-04 14:27:00, -WO375383,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-11-12 17:00:00, -al_ba202117-a422-4bb4-a0f2-bdf1ffeca12f,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-11-24 19:00:00, -al_4e7893ea-a14f-48c5-b1b9-d6fd7c5c56d7,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-11-25 00:00:00, -al_b68ccaec-7600-4e17-b675-b9e37b365034,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-11-29 02:57:00, -al_428b9bcc-ab05-475e-abeb-d86943edbe73,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-11-30 00:00:00, -al_14e3c71b-0865-4a62-af0c-bc32eaf8e65a,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-12-02 03:19:00, -al_0e82c8a0-bc45-4644-bd9b-5d3c3620b02d,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-12-03 00:00:00, -al_67e60372-5377-4820-b0df-41e4cdcb1422,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-12-04 00:00:00, -al_d5a59c86-7803-425a-a16b-2261edb9decf,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-12-06 05:57:00, -al_74b8ed19-c56b-4a29-8a5c-53a7488ac7c2,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-12-07 00:00:00, -al_36855d81-e50a-417f-bd3a-a10b7b5da5f7,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-12-08 00:00:00, -al_38df3789-af99-48c1-a373-cf72caa36d2f,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-12-09 00:00:00, -al_703fbf8a-24f4-4488-9dfc-50718d6e7289,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-12-10 00:00:00, -WO376658,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-12-10 14:00:00, -al_39b26eb2-a78e-4d11-b2dd-5ed3054d3499,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04701,Chiller 1,2020-12-11 00:00:00, -al_b2e4d677-3b29-46ca-b4c9-f6803e4e5099,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04701,Chiller 1,2020-12-12 01:30:00, -al_fed922bc-9a21-48a3-b4d5-48b1be48203a,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2020-12-14 15:15:00, -al_59d50e8c-568a-4b24-884d-78ecaee0df8e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-14 15:15:00, -al_3316ea35-7b30-48fe-a0d1-bcef43c43f5d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-15 00:00:00, -al_b2307cd4-8046-41e7-ae3d-e7054e57c13f,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-16 00:00:00, -WO377816,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2020-12-16 13:00:00, -al_96bafd33-a62f-4279-9e44-403fad1ffcbc,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-17 00:00:00, -al_d7656226-6963-40f6-aa8e-b20fd571edda,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-18 00:00:00, -al_81b5e382-6659-4e9a-91e5-94474bc34ee9,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-19 00:00:00, -al_d0c4d3fb-20c4-4a0e-b6b5-10b417dcf357,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-20 00:00:00, -al_5b464d07-0ca5-4196-bd23-4b3e583eed48,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-21 00:00:00, -al_93f75435-fadf-4c2b-8d95-7b6712cf5ac9,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-22 00:00:00, -al_919908ba-094b-4d9e-a3da-91d13c3657b8,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-23 00:00:00, -al_f801936c-8f9b-4138-bd37-eb33e175a8bc,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-24 00:00:00, -al_defc4992-7396-49fc-8b74-6849372c6ec3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-25 00:00:00, -al_812ba497-89c7-4b20-ae7d-e83647144ca3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-26 00:00:00, -al_45196406-e661-464a-bd2c-51732ca73e77,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-27 00:00:00, -al_0c88f994-c933-47ba-b5e4-0f46a42954b6,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-28 00:00:00, -al_f9bb3671-4573-440d-961c-d91660cba254,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-29 00:00:00, -al_b0da9e92-7949-4d2d-bfe9-d75bc0a1f5d3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-30 00:00:00, -al_eeb9bef8-95a0-4b07-a8d1-086c98e57df3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2020-12-31 00:00:00, -al_990113f3-b8a1-45ea-acaa-2df5d35ea663,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-01 00:00:00, -al_21cb6a55-7641-421b-9fbf-fc91260e543b,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-02 00:00:00, -al_6f378cff-fd2b-4809-8b13-2001888494a3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-03 00:00:00, -al_14895734-627b-4d43-8fab-ee69b566bdd4,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-04 00:00:00, -al_32bf6fb3-d1ec-4903-8bc7-294d648e3997,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-05 00:00:00, -al_05a84a2b-bbb0-4ec8-9cbd-3d03938d164c,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-06 00:00:00, -al_3e540c5b-6dbe-4fbe-bd18-d05107fbc558,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-07 00:00:00, -al_8dafa76d-303d-4635-83ce-42428b3166ae,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-08 00:00:00, -al_b8984189-8f10-45ac-9463-925b8334fefc,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-09 00:00:00, -al_4654d083-f7ed-4ae7-a961-8565e62f93a3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-10 00:00:00, -al_176bda59-35d9-473a-a3e9-62ab9de5cc48,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-11 00:00:00, -al_b7121fe5-f682-45ec-81a2-ecb861d2ecd2,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-12 00:00:00, -WO379170,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-01-12 18:00:00, -al_a2da4633-c58b-4365-a580-75786eb1c853,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-13 00:00:00, -al_17f0b4f6-cd0d-4227-a988-0d3d3f6f353a,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-14 00:00:00, -al_6afc12b7-b804-4393-be69-31bd25180f19,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-15 00:00:00, -al_f3e4561d-fe27-40bd-9d93-9aec788468f0,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-01-16 00:00:00, -al_393515e0-e6d7-48cb-8e07-41d776f16664,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-16 00:00:00, -al_77df3d26-19d1-4b33-936c-f35a8decf349,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-01-16 09:00:00, -al_c69fad4e-598e-4548-9f2a-256bd00d8a33,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-01-17 00:00:00, -al_2d67675e-d814-4002-ab79-dd5eb67f7b93,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-17 00:00:00, -al_bee3659b-3550-4a87-8fb5-53b9b115eb2c,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-01-18 00:00:00, -al_3ca5e908-aa77-4dc1-a099-cde849c5da7b,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-18 00:00:00, -al_5437dd53-e6bd-4131-bd32-b508ae1e3208,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-01-19 00:00:00, -al_1a378a73-49f1-4dc8-9779-58741e4e4db9,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-19 00:00:00, -al_6cfd0cbe-e52a-486d-a599-7a9faed198cc,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-20 00:00:00, -al_1fae8040-42b8-4e97-a430-9aee6bf9c405,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-21 00:00:00, -al_b285b1b6-c97a-49e0-afb0-c4dcf0e78915,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-22 00:00:00, -al_06c6d052-05b3-41f0-80d1-3d1ae9902808,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-23 00:00:00, -al_e816cd9d-f1c4-4800-abd0-f81181fceb8d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-24 00:00:00, -al_e0e9edbf-c44d-449b-a5e6-bd1ed155727a,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-25 00:00:00, -al_e6fbcf6b-38e2-4a55-aa7b-4317f1bb0f8a,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-26 00:00:00, -al_8d7bf7c3-e8a9-46eb-9499-fe59eff94e52,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-27 00:00:00, -WO380159,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-01-27 18:30:00,AW=0 CHILLER #1 -al_480d0410-5c65-4ade-8f84-2cb526b8e96e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-28 00:00:00, -al_2c9849a4-cec7-4e73-b4c3-7853fb1482da,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-29 00:00:00, -al_ee0f126d-957c-4659-b8bd-36e6a50ff5d4,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-30 00:00:00, -al_860e1b10-44d9-4b4c-b95e-d170718e4315,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-01-31 00:00:00, -al_d7565f76-f616-4564-bcf2-b9fd2de1d0c0,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-01 00:00:00, -al_6d61ea1b-9c6b-4410-a0cd-78ea976ad667,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-02 00:00:00, -al_5bcb03d7-11f8-45ed-b4ac-9128718ebf17,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-03 00:00:00, -al_9bf9352f-4f2f-4497-9896-0cf069bfd29d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-04 00:00:00, -al_9f4a67f1-8a23-4c53-9687-fdc2d8b42325,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-05 00:00:00, -al_e09988bb-32f1-4c04-984c-379e588067e3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-06 00:00:00, -al_81eb01fc-4335-4471-a55d-223bab0e7815,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-07 00:00:00, -al_657f1507-c64e-4656-b579-c4e4ae917916,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-08 00:00:00, -al_3a14d5eb-af6e-4d30-a740-78da3a030285,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-09 00:00:00, -al_9786b459-b684-4d47-b634-58f819ba5f05,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-10 00:00:00, -al_20d08466-4002-41f9-8099-0c470dec7e05,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-11 00:00:00, -al_c3e6894b-5783-49cb-a47d-7a36152cab8e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-12 00:00:00, -al_7dab28b9-1fb4-426b-9d9d-9b521d83fdd5,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-13 00:00:00, -al_b9ca9077-1a34-482e-910e-cae9adf13204,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-14 00:00:00, -al_c1271f08-fbc4-4892-9002-a9679700a9f8,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-15 00:00:00, -al_23586d9d-15d4-4186-a3ca-4c67fb4728d1,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-16 00:00:00, -al_ceb6483a-a635-43f0-8d8a-7f49ea452f0b,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-02-16 20:45:00, -al_b657417b-40fe-4ec0-8d28-8b0a1294b2dc,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-02-17 00:00:00, -al_4fdd14b4-a2e3-4c7c-83fe-849a6aaca87e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-17 00:00:00, -WO381216,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-02-17 14:00:00, -al_6e413fbc-d24e-48a7-8f31-7ef3bc8a7b48,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-18 00:00:00, -al_f929a35a-0582-4e2b-a123-946942bf6c39,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-19 00:00:00, -al_e45068f3-c65c-4d2c-9197-e72b545746b7,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-20 00:00:00, -al_72367bda-73c9-4255-8069-9075d2ff828f,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-21 00:00:00, -al_73699ca4-44f7-479a-b4c9-d36aa5817e17,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-22 00:00:00, -al_e4c27e51-1518-4f7d-9d60-6841924c69b8,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-23 00:00:00, -al_27eb1d8b-edca-4a21-bf60-76714555ad86,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-24 00:00:00, -al_93f48fcb-0641-430f-8e92-8f6ee056dc65,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-02-24 12:30:00, -al_3c862ee2-7f8e-4aa6-824e-417c2f7ba4da,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-25 00:00:00, -al_8fce3477-6149-4fbd-8658-a5ffbd282d95,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-02-25 12:45:00, -al_701902bb-f8cd-4b61-a05d-5c279b351529,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-02-26 00:00:00, -al_00b2e5af-3ee4-498a-9634-fd73033d00e9,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-26 00:00:00, -al_98464ad9-84a8-453f-a833-6c977c4f7a4e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04701,Chiller 1,2021-02-26 00:00:00, -al_57638392-fc08-42b7-a0cc-b00cc8678387,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-27 00:00:00, -al_fd60d682-bb50-4f75-bf85-0939a1d55a1d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-02-28 00:00:00, -al_0c481307-81c7-4df9-8234-6a9a311820a9,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-01 00:00:00, -al_e83a90c1-7ccd-4be2-a074-325425c46eee,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-02 00:00:00, -WO382390,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-03-02 13:00:00, -al_96b51914-5769-4dbb-8b19-f05a0e4af301,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-03 00:00:00, -al_52b2d96c-b7cb-4273-bdc9-b16488de4f8b,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-04 00:00:00, -al_94296f61-a005-4378-b711-b57a8c9e3dc1,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-05 00:00:00, -al_f43db813-9e20-44ca-b4e9-07939bcd90d7,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-06 00:00:00, -al_21f6f835-58f3-430f-930e-9d469c58f7a4,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-07 00:00:00, -al_7cce56c5-b030-49d4-891b-37137b3fc56c,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-08 00:00:00, -al_f7bc95f1-c74a-4799-992f-d1a137a51959,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-09 00:00:00, -al_bccf4cb7-e3fa-4468-a4a5-0500b86c3c84,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-10 00:00:00, -al_1463fccf-5585-41dc-b8c5-32717065cf39,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-11 00:00:00, -al_7ece723f-f380-4be5-b8e2-252b2c96cf51,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-12 00:00:00, -al_ffcafd9d-08be-4b34-be1e-aaae0f064758,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-13 00:00:00, -al_c9ee87f2-2c50-40ee-ab8a-5abf16308f24,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-14 00:00:00, -al_475677d6-e59f-46c9-99cf-cff638c6c300,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-15 00:00:00, -al_2d487cec-4136-42d5-a4b6-85d72326fbbe,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-16 00:00:00, -al_a7618665-0ab2-4e7b-861d-369c589a7aab,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-17 00:00:00, -al_3aa4e744-5bd3-44be-bcd9-7865bdff9455,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-18 00:00:00, -al_c9678705-3d9e-45e0-aaa6-9c409aec5c08,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-03-18 12:30:00, -al_1fa313c1-861e-4411-91b6-85f6e20f5ff0,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-03-19 00:00:00, -al_2790462f-75a1-429b-8241-56997e60ccb0,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-19 00:00:00, -al_3b08ff78-7e9a-4aca-93c2-f044dd2896ba,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-20 00:00:00, -al_995b2b2c-56cd-4fc4-8fcd-e0840dbe375d,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-03-20 17:30:00, -al_d8ee08eb-68f8-46af-b355-ff8c4775a7c5,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04701,Chiller 1,2021-03-21 00:00:00, -al_4f28b9b7-cfc2-442f-bcc9-ee284d6bc626,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04701,Chiller 1,2021-03-21 00:00:00, -WO383581,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-03-24 13:00:00, -WO380442,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-03-30 12:30:00, -WO384432,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-04-01 15:00:00, -WO385705,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-04-19 13:00:00, -WO386998,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-05-07 13:13:00, -WO388410,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-05-26 13:00:00, -WO389652,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-06-03 12:00:00, -WO376514,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-06-16 18:30:00, -WO386598,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2021-06-21 21:00:00, -WO391036,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-07-02 13:00:00, -WO392222,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-07-15 12:00:00, -WO393305,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-08-03 13:00:00, -WO394336,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-08-17 12:00:00, -WO393587,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2021-08-17 18:00:00, -WO395525,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-09-10 13:00:00, -al_1f749bee-b579-4d6d-acb5-13b467054e75,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04701,Chiller 1,2021-09-16 02:45:00, -WO396768,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-09-23 20:30:00, -WO398134,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-10-05 13:00:00, -WO398629,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2021-10-05 13:30:00, -WO399138,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-10-07 19:19:00, -WO400169,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-11-16 15:00:00, -WO401063,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-11-29 13:00:00, -WO402108,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2021-12-11 14:00:00, -WO403251,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-01-07 13:00:00, -WO404244,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-01-19 14:00:00, -WO405034,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-02-08 16:00:00, -WO405933,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-03-03 14:00:00, -WO406945,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-03-21 17:30:00, -WO405429,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2022-03-22 19:30:00, -WO407707,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-03-30 18:30:00, -WO404563,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-04-01 15:30:00, -WO408839,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-04-13 16:00:00, -WO410000,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-04-29 14:30:00, -WO410988,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-05-26 14:30:00, -WO412067,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-06-14 13:00:00, -WO413034,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-06-27 14:30:00, -WO410323,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2022-07-06 12:00:00, -WO414235,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-07-14 23:30:00, -WO415153,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-07-27 15:30:00, -WO415517,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2022-07-29 13:00:00, -WO415933,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-08-11 13:00:00, -WO416068,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2022-08-17 16:30:00, -WO416727,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-09-06 16:00:00, -WO401255,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-09-12 18:30:00, -WO417694,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-09-21 19:00:00, -WO418434,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-09-26 16:30:00, -WO419479,WORK_ORDER,PM,MT011,Calibration,CWC04701,Chiller 1,2022-10-10 15:30:00, -WO419389,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-10-21 16:00:00, -WO420286,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-11-08 14:00:00, -WO419881,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2022-11-15 13:00:00, -WO421194,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-11-28 14:00:00, -WO422181,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-12-13 13:00:00, -WO423026,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2022-12-19 14:00:00, -WO424004,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-01-06 17:00:00, -WO424684,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-01-24 14:00:00, -WO425373,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-02-01 13:30:00, -al_1cbaee7b-ebba-4ea0-9216-8fcb7f924178,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04701,Chiller 1,2023-02-14 07:15:00, -al_aa72731c-c447-4529-9bca-0f2c63e035e5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04701,Chiller 1,2023-02-15 00:00:00, -WO426336,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-02-20 14:30:00, -WO427121,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-03-23 16:00:00, -WO424424,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-03-30 13:00:00, -WO424566,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2023-03-30 16:00:00, -WO427781,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-04-11 09:00:00, -WO127077,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-04-11 09:00:00, -WO124903,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04701,Chiller 1,2023-05-04 17:50:00, -WO130976,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-05-31 15:00:00, -WO136271,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-05-31 15:00:00, -WO134121,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-06-02 09:00:00, -WO135848,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-06-02 11:00:00, -WO139076,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-08-01 13:30:00, -WO146583,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-08-01 13:30:00, -WO142687,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-08-11 15:00:00, -WO421493,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-08-15 14:30:00, -WO148908,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-08-30 09:00:00, -WO150322,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2023-09-05 09:30:00, -WO154453,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-09-15 15:00:00, -WO155721,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-09-19 09:00:00, -WO161737,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-09-28 11:00:00, -WO164771,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04701,Chiller 1,2023-10-03 14:00:00, -WO166912,WORK_ORDER,PM,MT010,Oil Analysis,CWC04701,Chiller 1,2023-10-10 08:00:00, -WO16128,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2010-06-22 14:12:00, -WO24702,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2010-10-25 19:53:00, -WO28879,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2010-10-25 20:38:00, -WO23146,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2010-10-25 20:38:00, -WO33678,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2010-11-04 15:30:00, -WO34527,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2010-11-19 15:30:00, -WO37888,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2010-12-02 08:00:00, -WO43396,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04010,Chiller 10,2010-12-02 15:30:00, -WO43374,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04010,Chiller 10,2010-12-02 15:30:00, -WO39303,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2010-12-02 15:30:00, -WO42022,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2010-12-20 15:30:00, -WO47686,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2010-12-31 15:30:00, -WO46481,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2011-01-04 15:20:00, -WO46479,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2011-01-05 11:00:00, -WO41338,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-01-06 15:30:00, -WO43685,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-01-10 15:30:00, -WO45727,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-01-20 15:30:00, -WO49522,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2011-01-21 15:30:00, -WO49716,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2011-01-24 15:30:00, -WO41340,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-01-27 07:30:00, -WO47948,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-02-09 15:30:00, -WO49962,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-02-17 15:30:00, -WO48277,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-02-22 11:30:00, -WO48279,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-02-22 14:00:00, -WO48281,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-02-22 16:30:00, -WO51992,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-03-04 15:30:00, -WO54464,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2011-03-25 15:30:00, -WO54570,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-03-30 15:30:00, -WO56531,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-04-06 15:30:00, -WO58576,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-05-03 15:30:00, -WO60838,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-05-05 15:30:00, -WO62847,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-05-17 15:30:00, -WO64639,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-05-28 15:30:00, -WO67480,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-06-20 15:30:00, -WO69145,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-07-06 15:30:00, -WO71244,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-07-22 15:30:00, -WO73327,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-08-02 15:30:00, -WO76563,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2011-08-12 15:30:00, -WO77354,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2011-08-16 00:00:00, -WO75745,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-08-16 15:30:00, -WO75756,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2011-08-17 15:30:00, -WO77566,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-09-09 15:30:00, -WO79211,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-09-19 15:30:00, -WO80982,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-10-05 15:30:00, -WO83128,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-10-19 15:30:00, -WO84788,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-10-31 15:30:00, -WO85304,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2011-11-04 15:30:00, -WO86961,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-11-23 15:30:00, -WO89751,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-12-07 15:30:00, -WO91351,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2011-12-23 15:30:00, -WO95236,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04010,Chiller 10,2011-12-27 15:30:00, -WO97032,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04010,Chiller 10,2011-12-28 14:00:00, -WO95238,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04010,Chiller 10,2011-12-28 15:30:00, -WO95201,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2011-12-29 15:30:00, -WO97037,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2011-12-30 11:30:00, -WO92652,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-01-02 15:30:00, -WO91465,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-01-03 15:30:00, -WO91463,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-01-16 15:30:00, -WO94637,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-01-23 15:30:00, -WO97329,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-02-03 15:30:00, -WO99816,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-02-17 15:30:00, -WO98177,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-02-17 16:30:00, -WO98179,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-02-17 16:30:00, -WO98175,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-02-17 16:30:00, -WO102085,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-03-15 07:30:00, -WO103217,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2012-03-21 21:30:00, -WO104445,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2012-03-26 15:30:00, -WO103673,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-03-30 08:00:00, -WO105420,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-04-02 15:30:00, -WO109027,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-05-01 15:30:00, -WO111355,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-05-22 15:30:00, -WO114829,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2012-05-23 15:03:00, -WO107350,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-05-24 15:30:00, -WO115338,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2012-05-30 15:30:00, -WO114851,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2012-05-30 15:30:00, -WO115398,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2012-06-04 09:00:00, -WO115408,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2012-06-06 14:00:00, -WO115399,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2012-06-06 15:30:00, -WO115409,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2012-06-07 12:30:00, -WO112804,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-06-14 15:30:00, -WO114376,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-06-19 15:30:00, -WO115673,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-07-03 15:30:00, -WO116666,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2012-07-13 22:00:00, -WO116984,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-07-20 08:00:00, -WO119019,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-08-01 15:30:00, -WO122047,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2012-08-20 15:30:00, -WO121781,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-08-24 15:30:00, -WO123146,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-09-06 15:30:00, -WO125743,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-09-28 15:30:00, -WO126854,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-10-03 15:30:00, -WO129086,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2012-10-17 21:30:00, -WO128781,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-10-25 15:30:00, -WO131357,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-11-14 07:30:00, -WO133586,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-11-23 08:00:00, -WO137165,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2012-11-29 15:30:00, -WO131916,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2012-12-04 15:30:00, -WO135016,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-12-06 15:30:00, -WO137700,WORK_ORDER,CM,CS002,Sensor Failure,CWC04010,Chiller 10,2012-12-11 13:00:00, -WO140795,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2012-12-14 15:30:00, -WO136612,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2012-12-19 15:30:00, -WO136742,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-01-04 15:30:00, -WO136744,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-01-12 08:00:00, -WO137820,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-01-16 07:30:00, -WO140207,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-02-14 15:30:00, -WO142045,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-02-15 07:30:00, -WO142329,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-02-15 13:00:00, -WO142331,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-02-15 14:00:00, -WO142313,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-02-26 12:30:00, -WO143751,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-03-06 15:30:00, -WO145444,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-03-11 15:30:00, -WO147009,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-03-18 09:00:00, -WO147844,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2013-03-25 15:30:00, -WO148698,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-04-03 15:30:00, -WO150581,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-04-15 08:30:00, -WO146547,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2013-04-24 14:34:00, -WO152933,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2013-05-01 16:30:00, -WO152460,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-05-06 15:30:00, -WO155375,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-05-23 08:00:00, -WO156826,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-06-07 07:30:00, -WO158282,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-06-13 15:30:00, -WO159734,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2013-06-28 13:30:00, -WO160329,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-07-03 15:30:00, -WO164716,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2013-07-10 15:30:00, -WO162717,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-07-19 15:30:00, -WO164857,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04010,Chiller 10,2013-07-23 03:30:00, -WO165048,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-08-13 15:30:00, -WO166828,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-08-20 15:30:00, -WO167200,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04010,Chiller 10,2013-08-22 15:00:00, -WO168078,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-09-04 15:30:00, -WO167049,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2013-09-07 07:30:00, -WO169730,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-09-18 15:30:00, -WO171039,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2013-09-27 14:30:00, -WO171326,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-10-01 15:30:00, -WO174256,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-10-22 15:30:00, -WO176057,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-11-06 15:30:00, -WO178534,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-11-18 15:30:00, -WO180129,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-12-04 15:30:00, -WO181728,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-12-21 15:30:00, -WO181846,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-12-21 15:30:00, -WO181844,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2013-12-29 07:00:00, -WO188800,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2013-12-31 19:00:00, -WO183167,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-01-06 15:30:00, -WO186399,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-01-21 15:30:00, -WO188930,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-02-03 15:30:00, -WO190889,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-02-18 17:00:00, -WO192918,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-03-04 15:30:00, -WO189140,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-03-04 15:30:00, -WO189142,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-03-04 15:30:00, -WO189138,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-03-04 15:30:00, -WO195075,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-03-20 15:30:00, -WO196819,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-03-31 15:30:00, -WO199342,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2014-04-04 15:30:00, -WO199959,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2014-04-10 15:30:00, -WO199842,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04010,Chiller 10,2014-04-10 15:30:00, -WO200968,WORK_ORDER,CM,MT008,Leak Detection,CWC04010,Chiller 10,2014-04-17 15:30:00, -WO198396,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2014-04-21 15:00:00, -WO202150,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2014-04-25 15:30:00, -WO198945,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-04-28 15:30:00, -WO201034,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-05-07 15:30:00, -WO205441,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04010,Chiller 10,2014-05-28 15:30:00, -WO202266,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-05-31 15:30:00, -WO203398,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-06-11 15:30:00, -WO205067,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-06-19 15:30:00, -WO205704,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2014-06-27 14:30:00, -WO206152,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-07-02 15:30:00, -WO208054,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-07-28 15:30:00, -WO209512,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-08-13 15:30:00, -WO212150,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-09-03 15:30:00, -WO211131,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2014-09-04 15:30:00, -WO211032,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-09-15 15:30:00, -WO213350,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-09-19 15:30:00, -WO214598,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-09-29 15:30:00, -WO214111,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2014-09-30 14:00:00, -WO216643,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-10-23 15:30:00, -WO218411,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2014-11-03 15:30:00, -WO218165,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-11-06 15:30:00, -WO219585,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-11-28 15:30:00, -WO220623,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-12-05 07:45:00, -WO222097,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2014-12-18 15:30:00, -WO223475,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-01-05 15:30:00, -WO222160,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-01-09 15:30:00, -WO224845,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-01-21 15:30:00, -WO226121,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-02-04 15:30:00, -WO222159,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-02-20 04:30:00, -WO227701,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-02-20 15:30:00, -WO226215,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-02-26 11:30:00, -WO226216,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-02-26 15:30:00, -WO228885,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-03-02 15:30:00, -WO226209,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-03-04 07:52:00, -WO230268,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-03-17 19:30:00, -WO230716,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2015-03-23 19:30:00, -WO232204,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2015-03-27 13:30:00, -WO231150,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-03-31 15:30:00, -WO233612,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2015-04-03 15:30:00, -WO222714,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-04-09 15:30:00, -WO232072,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2015-04-28 15:30:00, -WO232536,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-04-29 15:30:00, -WO233762,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-05-05 15:30:00, -WO234939,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-05-21 15:30:00, -WO235857,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-06-02 15:30:00, -WO238258,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04010,Chiller 10,2015-06-15 15:30:00, -WO238241,WORK_ORDER,CM,M013,Condenser Plugged,CWC04010,Chiller 10,2015-06-20 15:30:00, -WO236917,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-06-22 15:30:00, -WO237863,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-06-30 15:30:00, -WO237632,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2015-07-07 15:30:00, -WO239385,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-07-21 15:30:00, -WO240295,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-08-04 15:30:00, -WO241300,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-08-17 15:30:00, -WO241397,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2015-08-22 15:30:00, -WO242650,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-09-11 15:30:00, -WO243596,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-09-22 19:30:00, -WO245284,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-10-08 19:30:00, -WO244388,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2015-10-09 14:00:00, -WO246356,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-10-29 12:30:00, -WO247362,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-11-05 16:30:00, -WO247586,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2015-11-06 17:00:00, -WO248626,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-11-16 16:00:00, -WO249530,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-12-03 14:00:00, -WO250700,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-12-16 14:00:00, -WO250699,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2015-12-29 20:00:00, -WO251134,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-01-19 21:00:00, -WO252150,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-01-24 15:00:00, -WO253165,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-01-27 16:30:00, -WO257043,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2016-01-27 20:30:00, -WO254493,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-02-08 16:00:00, -WO255995,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-02-19 16:00:00, -WO254587,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-02-29 13:19:00, -WO254588,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-02-29 15:39:00, -WO254589,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-02-29 16:27:00, -WO257165,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-03-04 18:30:00, -WO259219,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-03-24 18:00:00, -WO259201,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2016-04-05 19:30:00, -WO263815,WORK_ORDER,CM,MT010,Oil Analysis,CWC04010,Chiller 10,2016-04-05 19:30:00, -WO260438,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-04-13 12:00:00, -WO261379,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2016-05-01 17:00:00, -WO261659,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-05-02 19:28:00, -WO262719,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-05-13 14:04:00, -WO264054,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-05-17 18:33:00, -WO265013,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-06-08 13:38:00, -WO266633,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-06-23 16:58:00, -WO267346,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-07-11 19:50:00, -WO267221,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2016-07-16 12:00:00, -WO268666,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-07-31 15:34:00, -WO269539,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-08-05 17:20:00, -WO270621,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-08-16 15:02:00, -WO270712,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2016-08-22 13:34:00, -WO272064,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-09-07 13:29:00, -WO273033,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-09-21 18:50:00, -WO274024,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-10-12 20:52:00, -WO273707,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2016-10-17 19:30:00, -WO275077,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-10-18 17:55:00, -WO275989,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-10-31 13:29:00, -WO276176,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2016-11-03 18:09:00, -WO277090,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-11-18 16:17:00, -WO278465,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-12-10 15:12:00, -WO279372,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-12-23 14:44:00, -WO280699,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2016-12-28 20:30:00, -WO279438,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2016-12-29 14:01:00, -WO280705,WORK_ORDER,CM,M020,Head Operations,CWC04010,Chiller 10,2017-01-04 14:00:00, -WO280140,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-01-04 18:20:00, -WO279437,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-01-14 13:27:00, -WO282100,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-02-03 17:31:00, -WO281207,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-02-09 18:02:00, -WO284130,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04010,Chiller 10,2017-02-16 20:30:00, -WO284197,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04010,Chiller 10,2017-02-16 20:30:00, -WO282861,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-02-21 18:56:00, -WO282862,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-02-21 19:08:00, -WO282860,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-02-21 19:21:00, -WO285205,WORK_ORDER,CM,MT008,Leak Detection,CWC04010,Chiller 10,2017-02-28 20:30:00, -WO283381,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-03-01 18:33:00, -WO284290,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-03-06 20:50:00, -WO285807,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2017-03-22 18:49:00, -WO285813,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-03-24 13:27:00, -WO286778,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-04-06 19:51:00, -WO288606,WORK_ORDER,CM,MT008,Leak Detection,CWC04010,Chiller 10,2017-04-18 19:30:00, -WO287801,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-04-18 21:03:00, -WO287548,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2017-04-27 20:00:00, -WO289527,WORK_ORDER,CM,MT003,Lubrication,CWC04010,Chiller 10,2017-05-02 21:30:00, -WO288756,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-05-04 18:57:00, -WO289659,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-05-22 14:24:00, -WO291139,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-06-07 17:55:00, -WO292051,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-06-19 17:08:00, -WO292867,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-07-05 14:20:00, -WO292636,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2017-07-14 14:00:00, -WO293861,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-07-17 14:41:00, -WO294757,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-08-21 16:47:00, -WO296196,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-08-30 12:55:00, -WO296276,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2017-09-11 18:25:00, -WO297226,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-09-22 18:46:00, -WO298235,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-10-04 12:51:00, -WO298880,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2017-10-12 18:36:00, -WO299188,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-10-26 14:53:00, -WO300253,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-11-06 12:45:00, -WO301213,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-11-21 15:05:00, -WO302082,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2017-11-28 19:06:00, -WO302917,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-12-04 18:19:00, -WO305459,WORK_ORDER,CM,M020,Head Operations,CWC04010,Chiller 10,2017-12-14 20:30:00, -WO304603,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-12-27 14:41:00, -WO304604,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2017-12-29 17:20:00, -WO307016,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2017-12-30 20:30:00, -WO306020,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-01-12 18:58:00, -WO306019,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-01-17 18:12:00, -WO307440,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04010,Chiller 10,2018-01-17 20:30:00, -WO308117,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-02-16 19:36:00, -WO309081,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-03-05 16:08:00, -WO308217,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-03-15 14:00:00, -WO308218,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-03-15 17:00:00, -WO308219,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-03-15 19:00:00, -WO310168,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-03-23 13:51:00, -WO311576,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2018-03-27 12:56:00, -WO311156,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-04-26 14:01:00, -WO313265,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-05-07 13:53:00, -WO312514,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2018-05-10 16:30:00, -WO314541,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-05-24 19:45:00, -WO312319,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-06-04 18:23:00, -WO315753,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-06-12 13:42:00, -WO318094,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-07-11 16:57:00, -WO317053,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-07-22 16:38:00, -WO317760,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2018-08-07 16:15:00, -WO319238,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-08-17 17:59:00, -WO320909,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2018-09-21 20:08:00, -WO320146,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-09-22 14:53:00, -WO322327,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-10-08 17:43:00, -WO321416,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-10-12 13:00:00, -WO323258,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2018-10-18 15:30:00, -WO325612,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-11-16 18:30:00, -WO323482,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-11-16 20:12:00, -WO326322,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-11-29 15:00:00, -WO327214,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2018-12-14 15:00:00, -WO327514,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2018-12-14 16:00:00, -WO328582,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-01-09 15:00:00, -WO329599,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-01-24 14:00:00, -WO330493,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-02-11 13:30:00, -WO329678,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-02-11 14:00:00, -WO332036,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-02-27 19:30:00, -WO325841,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04010,Chiller 10,2019-03-05 00:30:00, -WO333250,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-03-19 12:30:00, -WO333249,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-03-19 13:00:00, -WO333248,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-03-19 14:00:00, -WO324406,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-03-21 13:00:00, -WO333077,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-03-21 14:00:00, -WO334241,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-03-28 12:00:00, -WO336975,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-05-01 12:00:00, -WO337044,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2019-05-18 13:00:00, -WO339714,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-06-11 14:00:00, -WO340675,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-06-27 15:00:00, -WO341898,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-07-02 19:30:00, -WO343346,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2019-08-13 14:00:00, -WO344079,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-08-31 15:00:00, -WO346653,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-10-01 19:30:00, -WO347226,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2019-10-12 14:00:00, -WO348765,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-11-08 14:00:00, -WO350989,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2019-12-05 16:00:00, -WO351965,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2019-12-08 20:30:00, -WO352987,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-01-02 15:00:00, -WO353399,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-01-17 00:30:00, -WO353165,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-01-20 18:30:00, -WO354570,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-02-07 20:30:00, -WO356495,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2020-02-11 20:00:00, -WO351298,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04010,Chiller 10,2020-02-13 19:30:00, -WO351297,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04010,Chiller 10,2020-02-21 17:30:00, -WO355528,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-02-24 15:00:00, -WO358159,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-03-27 15:00:00, -WO358249,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-04-02 18:00:00, -WO358248,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-04-02 19:30:00, -WO358247,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-04-03 12:00:00, -WO360235,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-04-20 19:30:00, -WO360972,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-05-11 12:00:00, -WO349287,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2020-05-28 13:06:00, -WO363766,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2020-05-28 13:07:00, -WO363573,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-06-03 15:00:00, -al_8df9a6ee-5a5e-4a38-831c-a428576c19da,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-06-22 07:35:00, -al_884170c5-81d8-4a63-ae64-a44c78b3ec42,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-06-23 00:00:00, -al_aac63ae5-2bbc-442c-8fe4-79f6d85e8f32,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-06-24 00:00:00, -al_196bab70-7683-419f-8953-23ad1e274b42,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-06-26 11:12:00, -WO362083,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2020-06-26 15:00:00, -WO366054,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-07-02 15:00:00, -WO367295,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-07-07 17:00:00, -al_0419b714-e6bd-47a7-a757-2e29d1d5ddb8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-07-16 08:00:00, -al_54bcc62e-e577-4a08-ad56-a1c946997ac5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-07-25 10:58:00, -WO368170,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-07-25 13:45:00, -al_70787c5a-d9a6-4ca4-85cd-22069b325486,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-07-25 19:03:00, -al_9061952f-e451-4091-99f3-f7de771382b1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-07-27 08:59:00, -al_ec0567ab-d81d-4422-a2c9-576f6ca525dd,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-07-27 18:30:00, -al_bfd01cf6-06b9-4289-8c42-537dfb8a368d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-08-03 00:00:00, -WO370428,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-08-19 16:38:00, -al_7051ea6a-90d5-4294-8ff4-e5fd8e17361d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2020-08-20 12:15:00, -WO369089,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2020-09-25 19:00:00, -WO372362,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2020-09-29 17:30:00, -WO372741,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-10-06 13:00:00, -WO374040,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-10-12 14:00:00, -WO375434,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2020-10-21 19:00:00, -WO375249,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-11-13 14:00:00, -WO377799,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2020-12-13 16:00:00, -WO377672,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2020-12-23 15:00:00, -WO380059,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-01-26 13:00:00, -WO380657,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-02-05 20:00:00, -WO382653,WORK_ORDER,CM,MT002,Cleaning,CWC04010,Chiller 10,2021-02-10 14:00:00, -WO380936,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-02-11 20:00:00, -WO382262,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-03-01 14:00:00, -WO384716,WORK_ORDER,CM,CS004,Software Error,CWC04010,Chiller 10,2021-03-05 16:30:00, -WO384327,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-03-12 20:30:00, -WO384329,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-03-15 14:30:00, -WO384328,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-03-15 15:30:00, -WO386211,WORK_ORDER,CM,M016,Draining Operations,CWC04010,Chiller 10,2021-03-26 12:00:00, -WO384256,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-03-31 13:00:00, -WO386612,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04010,Chiller 10,2021-04-02 13:00:00, -WO377505,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04010,Chiller 10,2021-04-06 18:30:00, -WO386852,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-05-06 13:00:00, -WO387148,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-05-14 12:25:00, -WO387505,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2021-05-19 12:00:00, -WO389433,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-06-02 16:00:00, -al_c1a3a6b3-43b7-4e1d-bcbf-35a8f944ddc3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04010,Chiller 10,2021-06-09 16:15:00, -WO384007,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2021-06-21 19:00:00, -WO392062,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-07-13 15:00:00, -WO393573,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-08-05 19:00:00, -WO394208,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-08-18 16:21:00, -WO396595,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-09-22 21:30:00, -WO391365,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2021-09-30 18:00:00, -WO398971,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-10-07 19:19:00, -WO398254,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2021-10-07 19:19:00, -WO400065,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-11-10 14:00:00, -al_2c68122d-8f27-48cb-bd7a-49e8045ed441,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2021-11-11 11:00:00, -al_477b3325-7fb3-4cca-af83-b23d40e5e291,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2021-11-12 09:45:00, -al_d8e7ae82-2a66-49f1-b83c-26318f5d93e6,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2021-11-13 00:00:00, -al_20f35950-c872-4a2f-8974-096242a75766,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2021-11-15 12:15:00, -al_b12ef367-88b3-44ea-b978-093f15c423d5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2021-11-16 00:00:00, -al_0143f4b2-22da-43ad-a53f-f919119e9fea,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2021-11-16 11:15:00, -al_7b0cc509-8246-4508-bc57-461cd6a3a8cc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2021-11-17 00:00:00, -al_6e7b1161-9119-4a47-a921-77f6df54dcb5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2021-11-17 11:45:00, -al_72ab5746-6b58-498d-9dfa-07e837e50957,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2021-11-18 00:00:00, -WO400955,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2021-11-22 14:30:00, -WO396922,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2021-12-28 14:00:00, -WO402643,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2021-12-28 19:30:00, -WO403092,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-01-06 14:00:00, -WO404933,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-02-07 18:30:00, -WO404984,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-02-15 18:00:00, -WO405422,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-02-22 16:00:00, -WO407803,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-03-15 14:00:00, -WO407804,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-03-15 15:30:00, -WO407805,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-03-15 19:30:00, -WO406831,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-03-24 13:00:00, -WO407997,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2022-03-30 19:00:00, -WO409948,WORK_ORDER,CM,M020,Head Operations,CWC04010,Chiller 10,2022-04-06 13:30:00, -WO408741,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-04-11 13:00:00, -WO410897,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-05-26 12:30:00, -WO410953,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2022-05-26 13:30:00, -al_ea26cf0f-983b-424c-aac6-d0d237e11932,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2022-06-01 06:45:00, -WO411128,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-06-01 13:00:00, -WO402354,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04010,Chiller 10,2022-06-09 18:30:00, -WO412943,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-06-23 15:30:00, -WO413480,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2022-06-30 18:00:00, -WO415056,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-07-25 16:00:00, -WO416149,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-08-16 13:00:00, -WO416627,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-08-18 14:00:00, -WO418335,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-09-26 15:30:00, -WO418184,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2022-09-29 14:00:00, -WO418761,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2022-10-13 18:00:00, -al_57ef5815-9720-4480-95e9-961342281acc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2022-10-31 09:00:00, -al_bb54aea3-818e-482d-9b6a-538af915f7c4,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2022-11-01 02:30:00, -al_385d14cf-9644-435c-9dc6-0604c5542c23,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2022-11-02 00:00:00, -al_d7329ffa-0fb8-4683-84e8-fbea0a30f753,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04010,Chiller 10,2022-11-03 00:00:00, -WO421032,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-11-03 15:00:00, -WO420150,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-11-08 13:00:00, -WO422077,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2022-12-05 14:00:00, -WO422736,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2022-12-16 13:00:00, -WO424172,WORK_ORDER,CM,CS002,Sensor Failure,CWC04010,Chiller 10,2022-12-29 20:30:00, -WO423896,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-01-04 14:00:00, -WO424763,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-01-26 17:00:00, -WO425294,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-01-27 14:00:00, -WO425780,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-02-08 18:30:00, -WO427084,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-03-23 13:00:00, -WO427085,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-03-23 15:30:00, -WO427042,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-03-23 17:30:00, -WO427086,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-03-23 19:30:00, -WO127832,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2023-04-26 07:15:00, -WO130869,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-05-10 12:00:00, -WO132876,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-05-23 10:30:00, -WO135847,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-06-07 11:30:00, -WO422862,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04010,Chiller 10,2023-07-28 14:30:00, -WO138881,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-07-31 08:00:00, -WO153070,WORK_ORDER,CM,CS004,Software Error,CWC04010,Chiller 10,2023-08-02 15:00:00, -WO146295,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-08-17 09:00:00, -WO144492,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-08-18 15:00:00, -WO153820,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-09-01 15:00:00, -WO154406,WORK_ORDER,PM,MT010,Oil Analysis,CWC04010,Chiller 10,2023-09-13 14:30:00, -WO427272,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2023-09-20 10:00:00, -WO139502,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04010,Chiller 10,2023-09-21 12:00:00, -WO167258,WORK_ORDER,CM,MT003,Lubrication,CWC04010,Chiller 10,2023-09-25 13:00:00, -WO161564,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-09-28 08:00:00, -WO168191,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04010,Chiller 10,2023-10-12 14:30:00, -WO16130,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2010-06-22 14:12:00, -WO24704,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2010-10-25 19:53:00, -WO29650,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-10-25 19:53:00, -WO29648,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-10-25 19:53:00, -WO30468,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-10-25 19:53:00, -WO23150,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2010-10-25 20:38:00, -WO28881,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2010-10-25 20:38:00, -WO33578,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-11-04 15:30:00, -WO33682,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-11-05 15:30:00, -WO35436,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-11-08 16:30:00, -WO37276,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-11-18 15:30:00, -WO34531,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2010-11-19 15:30:00, -WO38439,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-11-23 15:30:00, -WO39028,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-11-30 15:30:00, -WO47666,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2010-12-07 15:30:00, -WO39317,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-12-07 15:30:00, -WO47680,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2010-12-08 15:30:00, -WO47664,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2010-12-08 15:30:00, -WO47660,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2010-12-09 15:30:00, -WO40103,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-12-10 15:30:00, -WO40945,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-12-17 15:30:00, -WO41916,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-12-20 07:15:00, -WO42672,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2010-12-27 15:30:00, -WO47693,WORK_ORDER,CM,M020,Head Operations,CWC04012,Chiller 12,2010-12-28 15:30:00, -WO43559,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-01-07 15:30:00, -WO44670,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-01-10 15:30:00, -WO43689,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-01-10 15:30:00, -WO45188,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-01-10 15:30:00, -WO49524,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-01-17 15:30:00, -WO45627,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-01-19 15:30:00, -WO41342,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-01-27 15:30:00, -WO47952,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-02-09 15:30:00, -WO49892,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-02-16 15:30:00, -WO51996,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-04 15:30:00, -WO55300,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-09 15:30:00, -WO55304,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-10 15:30:00, -WO50139,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-10 16:30:00, -WO50141,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-11 11:30:00, -WO55302,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-11 15:30:00, -WO50143,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-11 15:30:00, -WO56281,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-14 15:30:00, -WO56282,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-15 15:30:00, -WO41344,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-22 15:30:00, -WO54466,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2011-03-25 07:15:00, -WO54496,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-03-30 15:30:00, -WO56535,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-04-06 15:30:00, -WO59393,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-04-15 15:30:00, -WO62619,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-04-20 15:30:00, -WO59015,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-04-27 13:45:00, -WO58504,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-05-04 15:30:00, -WO60842,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-05-05 15:30:00, -WO62775,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-05-16 15:30:00, -WO64589,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-05-28 15:30:00, -WO67410,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-06-20 15:30:00, -WO69149,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-07-06 15:30:00, -WO71174,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-07-18 15:30:00, -WO73331,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-08-02 15:30:00, -WO75326,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-08-16 15:30:00, -WO75660,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2011-08-17 15:30:00, -WO77570,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-09-09 15:30:00, -WO79143,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-09-19 15:30:00, -WO80986,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-10-05 15:30:00, -WO83058,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-10-19 15:30:00, -WO84792,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-10-31 15:30:00, -WO85218,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2011-11-04 15:30:00, -WO86881,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-11-23 15:30:00, -WO93580,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2011-12-05 15:30:00, -WO93574,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2011-12-05 15:30:00, -WO89755,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-12-07 15:30:00, -WO93643,WORK_ORDER,CM,L002,Condenser Tube Leak,CWC04012,Chiller 12,2011-12-19 03:30:00, -WO91279,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2011-12-23 15:30:00, -WO92656,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-01-02 15:30:00, -WO91467,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-01-03 15:30:00, -WO97170,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-01-19 15:30:00, -WO91469,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-01-19 15:30:00, -WO94583,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-01-20 15:30:00, -WO100102,WORK_ORDER,CM,M020,Head Operations,CWC04012,Chiller 12,2012-01-27 15:30:00, -WO100088,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-01-28 03:30:00, -WO97333,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-02-03 15:30:00, -WO99750,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-02-23 15:30:00, -WO99930,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-03-08 16:00:00, -WO99934,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-03-08 16:00:00, -WO99932,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-03-08 16:00:00, -WO102089,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-03-15 08:00:00, -WO104447,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2012-03-26 15:30:00, -WO103979,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-03-26 15:30:00, -WO103617,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-03-30 09:00:00, -WO105424,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-04-02 15:30:00, -WO107294,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-04-19 15:30:00, -WO109031,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-05-01 15:30:00, -WO111301,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-05-21 15:30:00, -WO112808,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-06-14 15:30:00, -WO114324,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-06-22 15:30:00, -WO115677,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-07-02 15:30:00, -WO103219,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2012-07-16 14:15:00, -WO116928,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-07-20 09:30:00, -WO119025,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-08-13 08:00:00, -WO116668,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2012-08-16 07:00:00, -WO121974,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2012-08-20 15:30:00, -WO121729,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-08-24 15:30:00, -WO125507,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04012,Chiller 12,2012-08-25 12:00:00, -WO123150,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-09-06 15:30:00, -WO125669,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-09-26 15:30:00, -WO126733,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04012,Chiller 12,2012-09-28 18:00:00, -WO126858,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-10-03 15:30:00, -WO128717,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-10-25 15:30:00, -WO131361,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-11-14 08:00:00, -WO133532,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-11-23 08:00:00, -WO137166,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-11-29 15:30:00, -WO131880,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2012-12-04 15:30:00, -WO135020,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-12-06 15:30:00, -WO136562,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-12-18 15:30:00, -WO138265,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-12-20 11:00:00, -WO136746,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-12-22 15:30:00, -WO141893,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-12-24 15:30:00, -WO136748,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2012-12-26 15:30:00, -WO144350,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-01-01 15:30:00, -WO137824,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-01-10 15:30:00, -WO138279,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-01-10 15:30:00, -WO145993,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-01-23 15:30:00, -WO145946,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-02-05 03:30:00, -WO129088,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2013-02-13 11:04:00, -WO142049,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-02-15 08:00:00, -WO140165,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-02-18 08:30:00, -WO148446,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-02-26 03:30:00, -WO143195,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-02-26 15:30:00, -WO143191,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-03-05 11:30:00, -WO143193,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-03-05 15:30:00, -WO143711,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-03-06 09:00:00, -WO147800,WORK_ORDER,CM,L003,Evaporator Leak,CWC04012,Chiller 12,2013-03-13 03:30:00, -WO149471,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-03-13 03:30:00, -WO145448,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-03-14 08:00:00, -WO146969,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-03-20 09:30:00, -WO147846,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2013-03-25 15:30:00, -WO148702,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-04-01 15:30:00, -WO150541,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-04-22 09:00:00, -WO146549,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2013-04-24 14:35:00, -WO152927,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2013-04-26 18:00:00, -WO153515,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2013-04-27 03:30:00, -WO153534,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2013-04-27 03:30:00, -WO147307,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-04-29 08:00:00, -WO152464,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-05-06 15:30:00, -WO155339,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-05-23 08:00:00, -WO156830,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-06-07 08:00:00, -WO158223,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-06-13 15:30:00, -WO160331,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-07-03 15:30:00, -WO159728,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2013-07-08 17:00:00, -WO162682,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-07-19 15:30:00, -WO165050,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-08-13 15:30:00, -WO174035,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-08-23 15:30:00, -WO168080,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-09-04 15:30:00, -WO166991,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2013-09-07 08:00:00, -WO166792,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-09-09 09:03:00, -WO169694,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-09-17 15:30:00, -WO171033,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2013-10-01 15:15:00, -WO171328,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-10-01 15:30:00, -WO174218,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-10-23 15:30:00, -WO176059,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-11-06 15:30:00, -WO178498,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-11-18 15:30:00, -WO180131,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-12-04 15:30:00, -WO181692,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-12-27 15:30:00, -WO181848,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2013-12-30 15:30:00, -WO183169,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-01-07 15:30:00, -WO186361,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-01-21 15:30:00, -WO188940,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-02-03 15:30:00, -WO190855,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-02-18 15:30:00, -WO192920,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-03-05 15:30:00, -WO190192,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-03-06 15:30:00, -WO190190,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-03-06 15:30:00, -WO190194,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-03-06 15:30:00, -WO195037,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-03-19 15:30:00, -WO196821,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-03-31 15:30:00, -WO199840,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-04-09 15:30:00, -WO198921,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-04-24 15:30:00, -WO203967,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-04-29 15:30:00, -WO195367,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-04-29 15:30:00, -WO201035,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-05-06 15:30:00, -WO198390,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2014-05-09 09:45:00, -WO202246,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-05-31 15:30:00, -WO203399,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-06-11 15:30:00, -WO205036,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-06-18 15:30:00, -WO206153,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-07-01 15:30:00, -WO208022,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-07-29 15:30:00, -WO209517,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-08-13 08:30:00, -WO211015,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-08-27 15:30:00, -WO212151,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-09-03 15:30:00, -WO211104,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2014-09-04 15:30:00, -WO213335,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-09-15 15:30:00, -WO215862,WORK_ORDER,CM,MT003,Lubrication,CWC04012,Chiller 12,2014-09-26 15:30:00, -WO214599,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-09-29 15:30:00, -WO216626,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-10-20 15:30:00, -WO218389,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2014-11-03 15:30:00, -WO218166,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-11-06 15:30:00, -WO219568,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-11-19 15:30:00, -WO221591,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2014-11-23 15:30:00, -WO220624,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-12-05 15:30:00, -WO222162,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-12-16 15:30:00, -WO222072,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-12-18 15:30:00, -WO222161,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2014-12-28 15:30:00, -WO223476,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-01-09 15:30:00, -WO224827,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-01-20 15:30:00, -WO226122,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-02-04 15:30:00, -WO227682,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-02-19 15:30:00, -WO228886,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-03-02 15:30:00, -WO227063,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-03-04 10:00:00, -WO227062,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-03-09 19:00:00, -WO227061,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-03-09 19:30:00, -WO230250,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-03-16 19:30:00, -WO230717,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2015-03-23 19:30:00, -WO231151,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-03-31 15:30:00, -WO230412,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-04-17 15:30:00, -WO234878,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2015-04-23 15:30:00, -WO232532,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-04-29 15:30:00, -WO233763,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-05-05 15:30:00, -WO234921,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-05-20 15:30:00, -WO235858,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-06-02 15:30:00, -WO236899,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-06-18 15:30:00, -WO237864,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-06-29 15:30:00, -WO239367,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-07-23 15:30:00, -WO240296,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-08-04 15:30:00, -WO241282,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-08-17 15:30:00, -WO241370,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2015-08-22 15:30:00, -WO242651,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-09-11 15:30:00, -WO243571,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-09-23 19:30:00, -WO245285,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-10-06 18:00:00, -WO246339,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-10-19 19:30:00, -WO247363,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-11-05 16:30:00, -WO247570,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2015-11-06 14:00:00, -WO248610,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-11-20 00:30:00, -WO249531,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-12-04 14:00:00, -WO250701,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-12-16 15:30:00, -WO251119,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2015-12-22 17:00:00, -WO250702,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-01-09 20:00:00, -WO252151,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-01-22 13:30:00, -WO253149,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-01-27 20:30:00, -WO254494,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-02-09 14:00:00, -WO255989,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-02-23 16:00:00, -WO257166,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-03-03 14:00:00, -WO256049,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-03-07 20:07:00, -WO256050,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-03-10 08:17:00, -WO256051,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-03-14 19:57:00, -WO259212,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-03-23 15:00:00, -WO259372,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-04-05 13:30:00, -WO259202,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2016-04-06 12:00:00, -WO260439,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-04-12 12:30:00, -WO261653,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-05-01 20:21:00, -WO262720,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-05-08 18:26:00, -WO264048,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-05-18 16:42:00, -WO265014,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-06-07 20:19:00, -WO266627,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-06-22 18:25:00, -WO267347,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-07-15 19:53:00, -WO268660,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-07-22 15:00:00, -WO269540,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-08-04 18:19:00, -WO270608,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-08-16 15:00:00, -WO270688,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2016-08-22 13:24:00, -WO272065,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-09-06 16:48:00, -WO273027,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-09-26 15:00:00, -WO273704,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2016-10-04 15:00:00, -WO274025,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-10-05 16:32:00, -WO275070,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-10-18 17:53:00, -WO276161,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2016-11-03 18:04:00, -WO275990,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-11-04 17:19:00, -WO277078,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-11-17 19:28:00, -WO279300,WORK_ORDER,CM,MT010,Oil Analysis,CWC04012,Chiller 12,2016-11-21 20:30:00, -WO278466,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-12-18 15:53:00, -WO279440,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-12-21 20:19:00, -WO279365,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2016-12-21 20:21:00, -WO280141,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-01-12 15:27:00, -WO282012,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-01-12 22:30:00, -WO281965,WORK_ORDER,CM,MT008,Leak Detection,CWC04012,Chiller 12,2017-01-12 22:30:00, -WO282574,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-01-24 20:30:00, -WO282577,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-01-25 20:30:00, -WO282101,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-02-03 17:28:00, -WO281201,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-02-08 16:48:00, -WO284127,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-02-16 20:30:00, -WO285177,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04012,Chiller 12,2017-02-17 20:30:00, -WO283377,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-02-20 19:45:00, -WO283422,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-02-25 19:33:00, -WO285176,WORK_ORDER,CM,MT008,Leak Detection,CWC04012,Chiller 12,2017-02-25 20:30:00, -WO285185,WORK_ORDER,CM,MT008,Leak Detection,CWC04012,Chiller 12,2017-02-26 20:30:00, -WO283423,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-02-28 15:40:00, -WO283424,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-03-01 20:02:00, -WO286298,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-03-03 20:30:00, -WO285711,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-03-04 20:30:00, -WO284291,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-03-06 20:53:00, -WO285809,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-03-22 17:03:00, -WO286346,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2017-03-31 13:55:00, -WO285956,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-03-31 15:24:00, -WO287685,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-04-01 19:30:00, -WO287688,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-04-02 19:30:00, -WO286779,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-04-06 19:43:00, -WO287789,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-04-06 21:30:00, -WO287791,WORK_ORDER,CM,M005,Misalignment,CWC04012,Chiller 12,2017-04-07 21:30:00, -WO288200,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-04-12 19:30:00, -WO287797,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-04-20 17:48:00, -WO289103,WORK_ORDER,CM,MT008,Leak Detection,CWC04012,Chiller 12,2017-04-20 19:30:00, -WO288757,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-05-04 19:01:00, -WO287545,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2017-05-05 18:00:00, -WO289648,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-05-24 13:08:00, -WO291140,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-06-13 13:11:00, -WO292047,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-06-21 15:10:00, -WO292868,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-07-06 12:20:00, -WO293856,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-07-25 15:18:00, -WO294758,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-08-25 18:46:00, -WO296191,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-09-03 13:46:00, -WO292634,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2017-09-05 19:09:00, -WO298051,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04012,Chiller 12,2017-09-07 19:30:00, -WO297227,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-09-08 15:13:00, -WO296250,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2017-09-11 18:27:00, -WO298877,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2017-10-02 15:00:00, -WO298229,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-10-03 18:25:00, -WO300559,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-10-06 19:30:00, -WO299189,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-10-26 14:56:00, -WO303208,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2017-11-02 19:30:00, -WO300248,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-11-07 20:48:00, -WO303307,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2017-11-08 20:30:00, -WO301214,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-11-21 15:01:00, -WO304474,WORK_ORDER,CM,M016,Draining Operations,CWC04012,Chiller 12,2017-11-26 20:30:00, -WO302914,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-11-28 13:29:00, -WO302069,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2017-11-28 13:50:00, -WO303963,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2017-11-28 20:30:00, -WO304898,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2017-11-29 00:00:00, -WO305385,WORK_ORDER,CM,MT015,Filling Operations,CWC04012,Chiller 12,2017-12-01 20:30:00, -WO304606,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-12-20 18:40:00, -WO304605,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2017-12-20 18:41:00, -WO306900,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-01-03 20:30:00, -WO305622,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-01-03 21:32:00, -WO306021,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-01-08 15:05:00, -WO305992,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-01-08 15:07:00, -WO306942,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-01-08 20:30:00, -WO306935,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-01-09 20:30:00, -WO306934,WORK_ORDER,CM,M018,Replacement,CWC04012,Chiller 12,2018-01-10 20:30:00, -WO307456,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04012,Chiller 12,2018-01-15 20:30:00, -WO308118,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-02-16 19:34:00, -WO305627,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-02-16 19:44:00, -WO309075,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-03-06 15:12:00, -WO308741,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-03-10 14:00:00, -WO308743,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-03-10 15:00:00, -WO308742,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2018-03-10 20:30:00, -WO333653,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2019-03-29 14:00:00, -WO333652,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2019-04-20 21:00:00, -WO337243,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2019-05-19 14:00:00, -WO338522,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2019-05-31 19:30:00, -WO339014,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2019-06-05 12:00:00, -WO340903,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2019-06-26 17:30:00, -WO338520,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2019-06-26 18:00:00, -WO343429,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2019-08-15 18:00:00, -WO346999,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2019-10-02 14:30:00, -WO347359,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2019-10-12 14:45:00, -WO352097,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2019-12-08 13:00:00, -WO353169,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2020-01-20 20:30:00, -WO351300,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2020-03-04 19:30:00, -al_dc4f7d5d-4525-4a99-809a-a72c83bb613a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-20 15:15:00, -al_d78090b6-d1f7-4d0e-b46d-d9f1d3830ace,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-21 00:00:00, -al_3d2f841b-2bc4-4c3d-b690-4a08159532ab,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-22 00:00:00, -al_539d34ed-5c74-4a99-a85e-0fc100993ae4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-23 00:00:00, -al_a204d7ed-69b9-48c6-b779-710d7face33c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-23 11:45:00, -al_1f1115fc-4d1d-4826-bf83-5dba8109f75d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-23 17:53:00, -al_d990da4f-a708-42ab-917d-cf0a557cf277,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-24 00:00:00, -al_0cb0fbcf-245a-4da7-aded-c494a6b0b7b4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-25 10:30:00, -al_d76b4dbc-a88a-4569-9675-db928475b6a2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-26 00:00:00, -al_21dd711b-9a0e-48cf-bb64-db02ac1efd65,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-26 11:30:00, -al_ce2f81e4-13cc-4e83-ba18-393963372e06,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-27 00:00:00, -al_b430db67-119a-4917-9224-5e1e1a0e7f63,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-28 00:00:00, -al_ddfb4d68-0b59-4a44-8eac-69a19b2fc9ed,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-29 00:00:00, -al_27061969-dec1-4fcd-b345-d03ff4e3edc7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-30 00:00:00, -al_40649480-0dac-40cf-95ca-0c00300f6eeb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-30 10:09:00, -al_a345648f-1d07-4ec6-8caa-5aeae30296f7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-31 00:00:00, -al_b5090a9d-2d36-4c46-9eb8-449e29a6488b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-03-31 05:21:00, -al_1d85239f-cd2a-43de-acd2-5906380502d7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-01 00:00:00, -al_8dcca2cf-9d1f-49c1-b1cc-11b4de8e1876,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-01 09:00:00, -al_251ee5c3-0515-4448-9b0a-9a8b89cccc44,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-02 00:00:00, -al_48443e9a-665c-4adf-86d6-d378a9820424,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-02 15:50:00, -al_0a93bbe7-a807-482f-ba2c-fbde43a8eff1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-03 00:00:00, -al_360f8345-ed5d-42b4-96cd-b41c6ec4cc57,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-04 00:00:00, -al_32f81151-cf92-4270-a40e-5db4a3cd7b63,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-05 00:00:00, -al_a8776b29-a93a-40d9-9943-c6527946fa49,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-06 00:00:00, -al_adbac566-c48f-4b10-af8b-bea13e4c0243,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-06 20:15:00, -al_7acc8e6e-3c4e-40b3-ba1b-9aaf7de2c698,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-07 00:00:00, -al_d2a98e49-1fe4-4aa9-b0d1-0f1de3dfe011,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-07 12:15:00, -al_4c1c8ac1-7032-4502-9009-96eda95045bc,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-08 00:00:00, -al_b2e135f6-c3a3-458f-80e5-345a31aeb313,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-09 00:00:00, -al_ef2d3322-f17c-45ee-b7b3-908420d620db,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-10 00:00:00, -al_386e085a-776a-48f7-abc8-3777758e8ca5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-11 00:00:00, -al_5b0d73d3-9a67-4a5b-a2d8-3a8dd3978cc3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-12 00:00:00, -al_3359c95f-a30b-43ea-b380-05fe454262a0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-13 00:00:00, -al_fa62f818-3148-4d7b-8696-1bd8c825b8f1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-14 00:00:00, -al_95a45a8e-b590-43b0-a3d4-8c722c4916c6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-15 00:00:00, -al_f7fdc6a5-ed02-4673-84e7-caf6790141d8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-16 00:00:00, -al_5f24a48c-793c-4182-b387-d13d9450ef48,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-17 00:00:00, -al_6bffc095-0261-46f8-9f56-7aef96c985ac,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-18 00:00:00, -al_dc42f28d-4262-43d9-92a2-eac0bec81206,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-19 00:00:00, -al_fe60db32-d266-4afe-9e40-ecc51a4a9d02,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-20 00:00:00, -al_93adeddc-9c2d-483f-a670-33c2942aa1ef,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-21 00:00:00, -al_8fcc0f8f-00df-4ff9-8207-a86f771f7a76,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-22 00:00:00, -al_cc0d2adf-5251-49ac-ae13-030ff69c4f3d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-23 00:00:00, -WO360239,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2020-04-23 13:00:00, -al_9d8b2042-c97b-4120-ae77-21b7d849ab08,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-24 00:00:00, -al_5b871c90-e8b4-4ec6-bbb2-c5a960fddea8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-25 01:30:00, -al_3784e6f0-bf15-4c33-82fc-7c9035456a28,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-26 00:00:00, -al_f880b978-d3ec-48e3-8968-0937ca8c9722,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-27 00:00:00, -al_b7656e05-823e-4e0a-af61-c46dcf631bba,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-28 00:00:00, -al_c2cd9a81-4279-4c5c-98ec-21c4226b40b9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-29 00:00:00, -al_531745fe-ebaf-4c98-b99d-3958d7dcf122,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-04-30 00:00:00, -al_b8853fb9-0eaf-4268-9262-37361936fc8b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-01 00:00:00, -al_930136ca-95ea-48f8-a982-4d148db1c648,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-02 00:00:00, -al_8d42a61d-2ab0-4699-9f5c-da1333f711eb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-03 00:00:00, -al_fe7fbaa7-79ec-439e-bd15-3e3a9b77866c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-04 00:00:00, -al_9555450f-eb52-4b04-a755-e03466df7ad8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-05 00:00:00, -al_66a9ae4a-f8a1-4522-ba4f-0cb6b8d90b54,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-06 00:00:00, -al_bda84568-da60-4b41-be5b-32749a6ae80c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-07 00:00:00, -al_95597820-0c1e-4745-8736-fef63ec77b6c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-08 00:00:00, -al_fa0f1d67-fa42-4598-8e2c-6a68ffb7c575,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-09 00:00:00, -al_f4fc89d9-d137-49fa-bcd7-d2e34afb698a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-09 10:37:00, -al_62a888d9-5b37-41d5-8dba-1b11653e6241,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-10 00:00:00, -al_9abde987-0010-4c2f-a9c1-35d493cb7313,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-15 17:45:00, -al_13ab9f53-4179-4b58-ac96-6d2136ca400b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-16 00:00:00, -al_a12f78de-94b4-400c-952a-22edd353ae19,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-17 00:00:00, -al_6c7ff612-c1b4-4129-a047-23499b5cad5d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-18 00:00:00, -al_3003ee83-4f11-437f-94b1-6792c2704d26,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-18 09:00:00, -al_03904edf-24d6-4c55-a2b2-03ab9dca958c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-19 00:00:00, -al_53a55015-00eb-46ab-a25d-a83c8ebb157f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-19 18:15:00, -al_dd0e59e1-0c88-4fdc-90ee-98d685a4a507,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-20 02:15:00, -al_576e53b6-ab56-4309-b4e5-0c2206364b90,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-20 14:30:00, -al_41f72091-3da2-4c74-a3af-fd5012a41b6a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-21 01:30:00, -al_24864b6c-4d8c-4eed-8dc9-a55b08ffbc1c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-21 12:45:00, -al_a11646e0-3a1b-4f11-8e38-3e1c52835760,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-22 00:00:00, -al_070b60d4-fd60-46e7-b924-6f76003d11d9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-22 17:00:00, -al_9b7a3643-7fb0-4942-8aad-0ed21f312200,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-23 00:00:00, -al_816b10c3-4b20-43db-866e-3040d7f6dba6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-24 00:45:00, -al_1ddef6ff-1f85-41b1-b762-3b525a92e32a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-25 00:00:00, -al_cd584041-912c-438c-8ac8-17c28e8e6284,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-26 00:00:00, -al_14cbf98f-eab3-436b-829c-660c6acc24f3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-26 19:15:00, -al_11b5c74a-80d3-4139-8897-774f0bfabb5f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-27 00:00:00, -al_95ed156a-e93e-4ffe-b70a-f2b0c900d603,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-28 00:00:00, -al_23df1422-6211-410c-9508-e67071939ef4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-05-28 10:30:00, -WO351299,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2020-05-28 13:00:00, -WO364520,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2020-06-12 19:00:00, -WO362354,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2020-06-26 16:00:00, -WO349387,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2020-07-08 13:57:00, -WO367299,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2020-07-09 13:00:00, -WO369199,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2020-07-23 19:00:00, -WO371658,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04012,Chiller 12,2020-08-24 19:00:00, -al_e1d3a77f-70d2-46ee-a158-080cd79eb9aa,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-09-25 09:30:00, -al_7af9b23a-dd73-46a2-b4ff-3419e3b3729a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-09-26 09:15:00, -al_e6636529-b5b5-4233-95da-601bb220ae75,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-09-27 09:15:00, -al_69160659-0e9a-4843-b389-7f9a29376275,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-09-28 00:00:00, -al_74c8124e-f1a1-4611-aafb-f7732b4f8a36,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-09-28 09:30:00, -al_be7d7ccd-8a74-4354-912b-9d9b29e59564,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-09-29 00:00:00, -WO372505,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2020-09-29 12:00:00, -al_71c4e6df-d6fe-4c4d-920c-e150e9d100b9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-09-29 13:15:00, -WO372504,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2020-09-29 16:00:00, -al_c315dd8e-e98e-4d11-8de1-27c83f255ec1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-09-30 12:45:00, -WO373677,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2020-10-01 19:30:00, -al_2571a18b-c4eb-4173-b1aa-b85900765f6f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-03 10:15:00, -al_ab6de90f-0cf8-4d96-8cf1-059c9b81ba3f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-03 14:00:00, -al_4d1c42ee-2bed-473a-a029-89483a584f87,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-04 10:45:00, -al_f0943c5a-985d-47b0-b2fd-d0dc55db2960,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-04 14:00:00, -al_22b9c7c6-6cf9-455f-8838-aacb8844c9c8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-05 09:15:00, -al_1077159b-8be8-4bfb-85df-4e57e2c1fe74,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-06 07:45:00, -al_8170d0df-500b-4246-a778-ec7b8bb9db7b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-07 09:30:00, -al_1de419f5-936c-42d0-a444-6ab2b7756b0a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-08 06:15:00, -al_88cb11c6-0725-46a9-bad8-b51a551ec95d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-09 03:15:00, -al_b7831803-40c4-4dad-abdd-9a3834ea4601,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-10 03:45:00, -al_f3e169c2-8a6f-41f6-bb18-a6e803433f55,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-10 09:30:00, -al_c542a7a1-8b30-4db2-a2c4-e70eafe3702b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-11 00:00:00, -al_00fab481-f950-45c2-87c6-8a6d1f26f015,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-11 10:30:00, -al_3b2994ad-c54c-4849-868c-a12ae52d2a7f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-12 04:30:00, -al_56b93fa0-7805-421a-9c24-02e5f92e67c7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-13 04:00:00, -al_27937475-d7f9-4a0e-97cb-04ef81c8f8a2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-10-14 14:11:00, -WO374044,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2020-10-15 19:00:00, -al_d9bd0737-4f47-42a4-889e-61d565607c13,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-17 16:00:00, -al_c3b05924-8d8a-436c-9186-6a36e134ed16,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-18 00:00:00, -WO377533,WORK_ORDER,CM,MT011,Calibration,CWC04012,Chiller 12,2020-11-18 20:30:00, -al_1ca47166-65e7-4304-9805-2fc1e9ec61fe,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-19 00:00:00, -al_048e9b09-9e4d-489b-a3b6-862bed1958ec,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-19 14:30:00, -al_2190d1e2-279a-4989-bea4-60c5350b3ab7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-20 00:00:00, -al_777a9883-33e7-4ca2-915d-8774bd9e1cc4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-20 11:03:00, -al_2afd20eb-5143-4c58-8431-fbb6e05f8360,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-21 00:00:00, -al_779b7043-0d85-43a2-b488-d71fd813bac3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-22 00:00:00, -al_858ddaff-59c6-4ef8-957b-5fc3ca1927aa,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-22 20:00:00, -al_ce63ab36-7879-45fb-ab5c-e96aec54415e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-23 02:15:00, -al_2c1d6f88-f174-4f9a-98f5-4dc8124f927f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-24 00:00:00, -al_ecf68fb2-5d7b-4384-b37a-da8a3f820ac7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-25 00:00:00, -al_cea225fe-cde3-4b0f-b4fe-e80fa0d638c8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-26 00:00:00, -al_aac53d3f-f16d-42db-bfa2-50e717cc8be0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-27 00:00:00, -al_29cf731c-3c77-47c6-be81-c1661961ef46,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-28 00:00:00, -al_34b2f14c-ad74-4851-85cf-868f8b762f5c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-29 00:00:00, -al_da701980-d6ff-4b30-92f6-1936012b1228,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2020-11-30 00:00:00, -WO377970,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2020-12-18 21:00:00, -WO382058,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2021-01-26 20:30:00, -WO380661,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2021-02-02 18:00:00, -WO377507,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2021-02-08 15:30:00, -WO383519,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-02-22 20:30:00, -WO383535,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2021-02-23 16:30:00, -WO383528,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04012,Chiller 12,2021-02-23 16:45:00, -WO384658,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-03-05 16:30:00, -WO377508,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2021-03-16 18:30:00, -al_35e06caf-494a-460e-9b90-fb5c6a840e58,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04012,Chiller 12,2021-04-15 16:25:00, -WO387152,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2021-05-11 13:30:00, -WO390303,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-05-19 19:00:00, -WO388298,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2021-05-21 17:30:00, -WO389853,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2021-06-14 19:00:00, -WO384009,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2021-06-21 20:00:00, -WO393577,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2021-08-04 13:00:00, -WO396009,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-08-16 18:14:00, -WO396099,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-08-18 18:16:00, -WO396538,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2021-08-24 15:16:00, -WO395423,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-08-26 18:49:00, -WO398078,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-09-14 19:39:00, -al_8da2b000-42e7-40e2-82ea-85492f6d7b9e,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-09-16 02:45:00, -WO398124,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-09-16 19:06:00, -WO398506,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-09-20 18:00:00, -WO398456,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-09-22 12:30:00, -al_a8ce221a-18a5-4e0f-8e5f-ce6f222b6f5a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-09-23 06:00:00, -al_dc9c3d5c-562f-4b93-ade8-d3db6addca57,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-09-30 12:15:00, -al_5f7c198e-fd4f-4919-afeb-95e62dd33955,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-10-01 00:00:00, -WO391367,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2021-10-01 13:00:00, -al_e66624eb-0103-401c-b55e-c71cca163fe3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-10-04 07:30:00, -al_54f32047-e7fa-4e83-842a-f925f27d7af3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-10-07 10:11:00, -WO398375,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2021-10-07 19:19:00, -WO397976,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2021-10-07 19:19:00, -WO400112,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-10-08 14:00:00, -al_7ffbab92-e174-44d1-947b-a8664e50c7f3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-10-19 06:45:00, -al_6956aa4f-2acf-4f81-afe4-4cef30ddbafe,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-10-26 03:45:00, -WO400557,WORK_ORDER,CM,MT010,Oil Analysis,CWC04012,Chiller 12,2021-10-26 15:56:00, -al_9a43e0ed-8515-4585-b81a-4fbb2f5a59cc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-10-27 00:00:00, -al_76ae8725-c2aa-48fc-adec-a20a6d440003,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-10-28 00:00:00, -al_cbf15aa4-354d-428d-a0bc-f8258e40dbae,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-10-29 00:00:00, -al_8a33893b-5be5-48bd-9b44-6cc8a4a7f848,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-10-30 00:00:00, -al_77b4ec1d-6b4e-42db-b055-a185144fb1c4,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-10-31 00:00:00, -al_3a2ffd37-8929-4f68-96a1-8cdf6d69084b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-11-01 00:00:00, -al_d6dc1a9a-14c1-4bee-b6b3-be2ce474ab34,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-01 03:47:00, -al_0e78a9f7-7806-4794-b4bf-ac6ee483198e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-01 09:30:00, -al_48d8b44d-c930-4c38-adfc-7738a5012859,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-01 14:45:00, -al_b71394e1-e802-4ffc-a5a1-56b8694004e4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-02 00:00:00, -al_0d3ba5f3-f997-416a-96df-f774a863657e,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-11-03 07:15:00, -al_58ea56af-2035-40ac-9bfa-5a1a03bec3f1,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-11-09 09:30:00, -al_6380ab32-95c4-4578-81db-8d38afc7dab9,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-11-10 00:00:00, -WO400069,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2021-11-11 19:30:00, -WO401673,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2021-11-15 20:30:00, -al_53cfb37f-d6be-4667-b71a-eccefdfa4b03,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-11-16 02:30:00, -al_bcaa4e49-3d01-4d05-a832-9e990de9bfeb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-11-17 00:00:00, -al_c0a366e2-3d1c-440c-adcb-90337159e428,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-11-17 07:45:00, -al_1ed577a7-ebbe-48c4-8bf6-5ef7cee799e0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-17 08:01:00, -al_2ca01564-9353-417b-8fae-f41a8737b32e,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2021-11-18 00:00:00, -al_1da324da-bc71-4b84-a7ea-8063d6fa17b7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-18 07:45:00, -al_1949cd2d-3298-4e6c-bcdc-2fdc0a55dab5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-19 00:00:00, -al_5bd8057d-6cef-47c3-bd1d-5ffe61ba2247,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-20 00:00:00, -al_9e1ef489-bd01-4baa-bdf7-286560787ce4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-21 00:00:00, -al_34787f7d-8a41-4e4d-8433-4f18644e92f4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-22 00:00:00, -al_d649db92-dfa2-48b4-932e-a8217afc6fb1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-22 18:04:00, -al_2d66df6f-c9bb-4b25-961c-72f8168683e5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-23 00:00:00, -al_c9dec245-f591-42d8-80c6-21df73435079,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-24 00:00:00, -al_e9d4d54c-f7f0-451c-8a87-6d3b04779ab3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-25 00:00:00, -al_77ae239f-aae2-4b48-ade0-098805918b10,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-26 00:00:00, -al_5823f98c-0b24-4a45-8cc3-2f2ed6e09ba3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-26 05:32:00, -al_b8937e9b-7b3b-449c-915e-58da14fcb146,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2021-11-27 00:00:00, -WO402406,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04012,Chiller 12,2021-12-01 20:30:00, -WO396924,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2021-12-28 16:00:00, -WO402780,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2021-12-29 20:30:00, -WO405426,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2022-02-22 18:30:00, -WO409048,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04012,Chiller 12,2022-03-18 18:30:00, -WO407999,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2022-03-31 13:00:00, -WO411939,WORK_ORDER,CM,MT003,Lubrication,CWC04012,Chiller 12,2022-05-06 14:00:00, -WO412889,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2022-05-25 18:30:00, -WO411132,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2022-06-01 17:00:00, -WO402356,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2022-06-10 18:30:00, -WO402355,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2022-06-14 19:00:00, -WO411124,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2022-06-21 16:00:00, -WO412374,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2022-06-21 19:00:00, -WO413482,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2022-07-01 13:00:00, -WO416153,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2022-08-18 18:30:00, -al_f03fbb1c-8911-41ee-bcba-914e99858a69,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-08-30 07:00:00, -al_d387f5f0-7e8b-4cd2-ac19-5f47a4d3f15a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-08-31 05:45:00, -al_b1fcab41-5179-4392-82b2-6fd9ab2512fd,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-09-01 00:00:00, -al_84746640-15c2-4350-a0fe-8982e4af37a3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-09-02 00:00:00, -WO418550,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2022-10-03 19:00:00, -al_23fcb248-d7ba-4259-b776-104ff6d21597,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-12 08:15:00, -al_b095150b-0e82-4a61-8ecf-8863ea959e90,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-13 00:00:00, -WO418865,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2022-10-13 19:00:00, -al_27d12cc2-7ccc-4d5b-b780-81684c8089f7,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-14 00:00:00, -WO418186,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2022-10-14 16:00:00, -al_0e817afd-a207-4d1a-b07d-038534110e4f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-15 00:00:00, -al_b45502f9-92cc-45e9-8348-ea1ece07e419,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-16 00:00:00, -al_db401ea9-ad9c-4834-b4ac-371cd6510202,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-17 00:00:00, -al_5772a336-85af-428a-aa28-d63d97d3bd04,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-10-18 00:51:00, -al_82f7d867-0da7-4178-b8b4-6b331284022b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-18 07:15:00, -al_bd0c4421-7147-45a2-9ca5-d163d307e432,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-10-18 10:30:00, -al_98ddec7b-a243-4be6-aa9e-c61a8790b3b8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-19 00:00:00, -al_6b5ffea3-0b5e-426a-8a56-3156d555088a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-25 03:00:00, -al_d211d663-eb6d-4401-a699-03c7706e933f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-10-26 03:45:00, -al_5ca6e366-e9c4-442e-b0b7-9f4acde1378c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-10-27 14:18:00, -al_814d7c3c-bdf6-4e81-9373-49789f3a39a3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-10-28 00:00:00, -al_00fb6a3d-59ef-4b2b-997f-9f8724666cd5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-03 04:45:00, -al_9dfd3797-b1c2-433f-bd84-c2229e92623d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-04 00:00:00, -al_4c7a96f5-5833-4f50-9b84-f7027b208354,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-05 04:45:00, -al_7fc28ae7-2184-494d-a14a-72ddc305ec1d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-06 00:00:00, -al_87f57978-75b4-4c46-b722-cf89afb7bd49,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-07 00:00:00, -WO421036,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2022-11-07 16:00:00, -al_d7266b45-7387-4021-83ea-06fbd8f0b793,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-08 00:00:00, -al_c056fa66-8e40-46a8-8483-691ec757c796,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-09 00:00:00, -al_7c6b7aa2-aad1-4975-bed6-f4913aaef185,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-10 00:00:00, -al_0ebadbfb-1be8-4f17-bfe3-2fd39d43cd51,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-11 00:00:00, -al_e6cb8143-41c0-4211-ad32-32689bfd0627,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-14 05:45:00, -al_1a4d224b-5dcc-448b-a2b3-70f4dd1b993c,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-15 00:00:00, -al_5f860c80-f05d-4e6d-ad3c-9015d04b0272,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-16 00:00:00, -al_32553325-7a0d-4803-b2f7-7962929d1ae9,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-17 00:00:00, -al_bc6db03a-d940-45bc-8a05-f0b4c729fb06,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-18 00:00:00, -al_ea948e07-1165-4bb5-b08a-d38775609f4a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-11-19 00:00:00, -al_e3e6bc19-2514-4d14-8feb-fc8d3c8d8389,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-11-20 00:00:00, -al_8493546e-843f-4768-bb37-0b3dbd85e081,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-20 03:45:00, -al_5dc05731-b9dc-4e40-a164-4b02a300752a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-21 00:00:00, -al_e260ea60-ada1-4513-8087-4d9fb1e8b7aa,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-22 00:00:00, -al_8e27d12f-372b-4a38-98ce-5cfa15d22b58,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-23 00:00:00, -al_ab38ac3a-2256-4149-9a30-af1897490abb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-11-24 00:00:00, -al_db7cb6ca-7e93-407a-9945-6160c61650ac,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-24 04:15:00, -al_2fdb2232-c520-4cc1-aa30-8b4313602c93,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-25 00:00:00, -al_1ade562e-428a-4e58-bf2b-2a9f275830a2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-11-26 01:12:00, -al_6dacc446-b325-4bde-996e-6b2169136a82,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-11-27 00:00:00, -al_197a530b-08dd-49be-8192-5b884a538e27,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04012,Chiller 12,2022-11-28 00:00:00, -al_9309b188-19ee-4daf-99a2-6f90ccc2cfe6,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-29 00:00:00, -al_7c542c70-4187-47eb-b05a-bcdac0cd1f2b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-11-30 00:00:00, -al_4e4cc593-b2c8-4fad-aeb3-eb4564b48716,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04012,Chiller 12,2022-12-01 00:00:00, -WO422857,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2022-12-16 13:30:00, -WO422863,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2022-12-21 20:30:00, -WO425784,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2023-02-16 23:00:00, -WO422864,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04012,Chiller 12,2023-03-13 18:30:00, -WO128441,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2023-04-26 09:00:00, -WO132880,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2023-05-23 15:00:00, -WO427274,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2023-06-02 09:00:00, -WO134307,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2023-06-05 14:30:00, -WO151333,WORK_ORDER,CM,MT002,Cleaning,CWC04012,Chiller 12,2023-07-24 10:30:00, -WO144496,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04012,Chiller 12,2023-08-21 12:30:00, -WO154681,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2023-09-13 13:30:00, -WO154682,WORK_ORDER,PM,MT010,Oil Analysis,CWC04012,Chiller 12,2023-09-15 08:00:00, -WO139504,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04012,Chiller 12,2023-09-21 13:00:00, -WO16132,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2010-06-22 14:12:00, -WO24706,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2010-10-25 19:53:00, -WO23152,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2010-10-25 20:38:00, -WO28883,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2010-10-25 20:38:00, -WO33684,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2010-11-05 15:30:00, -WO34533,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2010-11-19 15:30:00, -WO43399,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04013,Chiller 13,2010-12-05 15:30:00, -WO43370,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04013,Chiller 13,2010-12-05 15:30:00, -WO47671,WORK_ORDER,CM,MT002,Cleaning,CWC04013,Chiller 13,2010-12-06 15:30:00, -WO37892,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2010-12-07 15:30:00, -WO39319,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2010-12-07 15:30:00, -WO40399,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2010-12-13 15:30:00, -WO47730,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2010-12-17 15:30:00, -WO42026,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2010-12-20 15:30:00, -WO43691,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-01-10 15:30:00, -WO44196,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-01-17 15:30:00, -WO49527,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-01-20 15:30:00, -WO45731,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-01-20 15:30:00, -WO49715,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-01-24 15:30:00, -WO40404,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-01-27 15:30:00, -WO40402,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-01-28 15:30:00, -WO47954,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-02-09 15:30:00, -WO49966,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-02-16 15:30:00, -WO51998,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-10 15:30:00, -WO55298,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-13 15:00:00, -WO51309,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-22 08:00:00, -WO51311,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-22 09:00:00, -WO57192,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-22 15:30:00, -WO57195,WORK_ORDER,CM,MT002,Cleaning,CWC04013,Chiller 13,2011-03-23 15:30:00, -WO51307,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-24 16:30:00, -WO55177,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2011-03-25 07:15:00, -WO57241,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-25 10:30:00, -WO57245,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-29 15:30:00, -WO56283,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-30 11:01:00, -WO54574,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-03-30 15:30:00, -WO56537,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-04-06 15:30:00, -WO59392,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-04-14 15:30:00, -WO59385,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-04-14 15:30:00, -WO59394,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-04-15 15:30:00, -WO59017,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-04-27 12:45:00, -WO58580,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-05-04 15:30:00, -WO60844,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-05-05 15:30:00, -WO62851,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-05-16 15:30:00, -WO64645,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-05-28 15:30:00, -WO67484,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-06-21 15:30:00, -WO69151,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-07-06 15:30:00, -WO71248,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-07-18 15:30:00, -WO73333,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-08-02 15:30:00, -WO75750,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-08-16 15:30:00, -WO75662,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2011-08-17 15:30:00, -WO77572,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-09-06 15:30:00, -WO79159,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-09-19 15:30:00, -WO80988,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-10-05 15:30:00, -WO83132,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-10-19 15:30:00, -WO84794,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-10-31 15:30:00, -WO85252,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2011-11-04 15:30:00, -WO86965,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-11-23 15:30:00, -WO89757,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-12-07 15:30:00, -WO91355,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2011-12-27 15:30:00, -WO92658,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-01-02 15:30:00, -WO90779,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-01-03 08:00:00, -WO90777,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-01-13 15:30:00, -WO94641,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-01-20 15:30:00, -WO101961,WORK_ORDER,CM,MT002,Cleaning,CWC04013,Chiller 13,2012-02-03 15:30:00, -WO97335,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-02-03 15:30:00, -WO99820,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-02-20 15:30:00, -WO102091,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-03-15 15:00:00, -WO100644,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-03-16 14:00:00, -WO100642,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-03-16 14:00:00, -WO100646,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-03-16 14:00:00, -WO104449,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2012-03-26 15:30:00, -WO103981,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-03-26 15:30:00, -WO103677,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-03-30 09:00:00, -WO105426,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-04-02 15:30:00, -WO107354,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-04-19 15:30:00, -WO109033,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-05-01 15:30:00, -WO111359,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-05-22 15:30:00, -WO103221,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2012-05-23 16:30:00, -WO112810,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-06-14 15:30:00, -WO114380,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-06-22 15:30:00, -WO115679,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-07-02 15:30:00, -WO116988,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-07-26 15:30:00, -WO119027,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-08-13 08:00:00, -WO116670,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2012-08-16 07:00:00, -WO121976,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2012-08-20 15:30:00, -WO121775,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-08-23 15:30:00, -WO123152,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-09-06 15:30:00, -WO125735,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-09-26 09:00:00, -WO126860,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-10-03 15:30:00, -WO128777,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-10-26 15:30:00, -WO131363,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-11-14 08:00:00, -WO133590,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-11-23 08:00:00, -WO131918,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2012-12-04 15:30:00, -WO135022,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-12-06 15:30:00, -WO136075,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-12-10 15:30:00, -WO136073,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-12-14 16:00:00, -WO136616,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2012-12-18 15:30:00, -WO137826,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-01-10 15:30:00, -WO129023,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2013-02-13 11:04:00, -WO142051,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-02-15 08:00:00, -WO140211,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-02-18 08:30:00, -WO143911,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-02-25 11:30:00, -WO143907,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-03-06 15:30:00, -WO143909,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-03-06 15:30:00, -WO145450,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-03-08 15:30:00, -WO143755,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-03-08 15:30:00, -WO147013,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-03-22 10:00:00, -WO147848,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2013-03-25 15:30:00, -WO148704,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-04-01 15:30:00, -WO150585,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-04-22 09:00:00, -WO147309,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-04-23 10:00:00, -WO146551,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2013-04-24 14:35:00, -WO154874,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-05-03 15:30:00, -WO152466,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-05-06 15:30:00, -WO157651,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-05-08 15:30:00, -WO152929,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2013-05-13 18:00:00, -WO155379,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-05-21 15:30:00, -WO156832,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-06-10 15:30:00, -WO158288,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-06-14 15:30:00, -WO160333,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-07-03 15:30:00, -WO159726,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2013-07-18 19:00:00, -WO162719,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-07-22 15:30:00, -WO165052,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-08-13 15:30:00, -WO166830,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-08-21 15:30:00, -WO168082,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-09-04 15:30:00, -WO166993,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2013-09-07 08:00:00, -WO169732,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-09-17 15:30:00, -WO171322,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-10-01 15:30:00, -WO174258,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-10-23 15:30:00, -WO176061,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-11-06 15:30:00, -WO178536,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-11-19 15:30:00, -WO180133,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-12-04 15:30:00, -WO181030,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-12-09 15:30:00, -WO181032,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-12-09 15:30:00, -WO181730,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2013-12-27 15:30:00, -WO183171,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-01-07 15:30:00, -WO186401,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-01-21 07:30:00, -WO188942,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-02-04 15:30:00, -WO190891,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-02-17 15:30:00, -WO192914,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-03-05 15:30:00, -WO191937,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-03-14 15:30:00, -WO191935,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-03-14 15:30:00, -WO191933,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-03-14 15:30:00, -WO195077,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-03-19 15:30:00, -WO196823,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-04-01 09:00:00, -WO198392,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2014-04-14 11:30:00, -WO202148,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04013,Chiller 13,2014-04-27 15:30:00, -WO198946,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-04-28 15:30:00, -WO195369,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-04-29 15:30:00, -WO201032,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-05-06 15:30:00, -WO202267,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-05-29 15:30:00, -WO207316,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2014-06-02 15:30:00, -WO203400,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-06-11 15:30:00, -WO205068,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-06-18 15:30:00, -WO206154,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-07-01 15:30:00, -WO208055,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-07-30 15:30:00, -WO209518,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-08-13 08:30:00, -WO211033,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-08-25 15:30:00, -WO212152,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-09-04 15:30:00, -WO211105,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2014-09-04 15:30:00, -WO213353,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-09-19 15:30:00, -WO214600,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-09-29 15:30:00, -WO216644,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-10-24 15:30:00, -WO218412,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2014-11-03 15:30:00, -WO218167,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-11-06 15:30:00, -WO221595,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04013,Chiller 13,2014-11-30 15:30:00, -WO219586,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-12-04 15:30:00, -WO220625,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-12-05 15:30:00, -WO221328,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-12-08 15:30:00, -WO222098,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-12-20 15:30:00, -WO221329,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2014-12-28 15:30:00, -WO223477,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-01-09 15:30:00, -WO224846,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-01-20 15:30:00, -WO226123,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-02-06 15:30:00, -WO227702,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-02-19 15:30:00, -WO228887,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-03-04 15:30:00, -WO230269,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-03-16 19:30:00, -WO228266,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-03-16 19:30:00, -WO228267,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-03-18 19:30:00, -WO228268,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-03-19 17:52:00, -WO230718,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2015-03-23 19:30:00, -WO231152,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-04-01 15:30:00, -WO230413,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-04-20 15:30:00, -WO232537,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-04-29 15:30:00, -WO233764,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-05-05 15:30:00, -WO234940,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-05-20 15:30:00, -WO236733,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-05-21 15:30:00, -WO235859,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-06-01 15:30:00, -WO236918,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-06-17 15:30:00, -WO238256,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04013,Chiller 13,2015-06-17 15:30:00, -WO237865,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-06-29 15:30:00, -WO239386,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-07-21 15:30:00, -WO240297,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-08-02 15:30:00, -WO241301,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-08-18 15:30:00, -WO241371,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2015-08-23 15:30:00, -WO242652,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-09-10 15:30:00, -WO243597,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-09-21 19:30:00, -WO245286,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-10-06 14:30:00, -WO246357,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-10-21 15:00:00, -WO247364,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-11-05 00:00:00, -WO247587,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2015-11-06 18:30:00, -WO248627,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-11-19 20:30:00, -WO249532,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-12-04 18:30:00, -WO250045,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-12-16 14:45:00, -WO250044,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-12-21 16:00:00, -WO251135,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2015-12-30 17:00:00, -WO252342,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-01-07 12:30:00, -WO252352,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-01-07 13:00:00, -WO252152,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-01-22 15:00:00, -WO253166,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-02-01 16:00:00, -WO254495,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-02-11 14:00:00, -WO255996,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-02-23 20:30:00, -WO257167,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-03-01 14:00:00, -WO256612,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-03-17 19:25:00, -WO256613,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-03-18 19:00:00, -WO256614,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-03-21 19:07:00, -WO259220,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-03-30 23:30:00, -WO259747,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2016-04-06 14:00:00, -WO260440,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-04-14 14:30:00, -WO259373,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-04-16 15:00:00, -WO261660,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-05-01 20:19:00, -WO262721,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-05-06 22:06:00, -WO264055,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-05-20 21:20:00, -WO265015,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-06-07 17:01:00, -WO266634,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-06-22 18:27:00, -WO267348,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-07-15 19:54:00, -WO268667,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-07-22 15:00:00, -WO269541,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-08-04 18:21:00, -WO270622,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-08-16 15:11:00, -WO270689,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2016-08-22 13:26:00, -WO272066,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-09-06 16:50:00, -WO273034,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-09-23 13:03:00, -WO274026,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-10-04 19:06:00, -WO275078,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-10-19 15:06:00, -WO275991,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-11-02 14:51:00, -WO276177,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2016-11-03 18:10:00, -WO277091,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-11-20 16:00:00, -WO278467,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-12-09 13:15:00, -WO279373,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-12-27 18:33:00, -WO281010,WORK_ORDER,CM,MT008,Leak Detection,CWC04013,Chiller 13,2016-12-27 20:30:00, -WO278992,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2016-12-30 13:20:00, -WO280142,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-01-12 15:28:00, -WO278993,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-01-27 18:00:00, -WO282102,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-02-02 20:27:00, -WO281208,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-02-08 16:46:00, -WO283382,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-02-20 19:46:00, -WO283818,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-02-27 15:12:00, -WO283819,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-02-27 18:23:00, -WO283820,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-02-27 19:40:00, -WO284292,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-03-07 19:26:00, -WO285814,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-03-24 15:25:00, -WO286347,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2017-03-31 13:59:00, -WO285957,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-04-03 17:05:00, -WO286780,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-04-06 19:44:00, -WO288758,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-05-02 18:32:00, -WO287802,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-05-02 18:33:00, -WO287546,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2017-05-11 14:00:00, -WO291095,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-05-11 19:30:00, -WO291098,WORK_ORDER,CM,MT002,Cleaning,CWC04013,Chiller 13,2017-05-12 19:30:00, -WO289660,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-05-25 17:53:00, -WO291141,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-06-13 13:10:00, -WO292052,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-06-27 14:22:00, -WO292869,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-07-06 12:23:00, -WO293862,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-07-20 16:49:00, -WO294759,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-08-25 18:47:00, -WO296197,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-08-29 18:28:00, -WO296251,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2017-09-11 18:29:00, -WO297228,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-10-02 17:32:00, -WO298236,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-10-07 14:11:00, -WO299190,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-10-29 12:16:00, -WO300254,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-11-07 20:49:00, -WO301215,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-11-20 18:41:00, -WO302083,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2017-11-28 19:08:00, -WO302918,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2017-12-02 17:08:00, -WO306023,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-01-16 16:05:00, -WO306022,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-01-19 18:42:00, -WO308119,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-02-13 16:00:00, -WO309082,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-03-09 18:03:00, -WO309162,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-03-16 19:30:00, -WO309161,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-03-19 15:30:00, -WO309163,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-03-19 19:30:00, -WO304150,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-03-25 14:45:00, -WO312190,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-03-25 19:00:00, -WO311577,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2018-03-27 13:03:00, -WO314470,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04013,Chiller 13,2018-04-05 19:30:00, -WO311157,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-04-17 17:00:00, -WO313266,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-05-09 17:04:00, -WO316044,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04013,Chiller 13,2018-05-13 19:30:00, -WO310169,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-05-22 13:36:00, -WO314542,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-06-01 12:54:00, -WO312320,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-06-03 15:34:00, -WO312512,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2018-06-06 13:14:00, -WO316569,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-06-07 15:30:00, -WO315754,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-06-13 18:32:00, -WO318062,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2018-06-13 23:30:00, -WO311242,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-06-14 13:51:00, -WO318057,WORK_ORDER,CM,MT008,Leak Detection,CWC04013,Chiller 13,2018-06-15 19:30:00, -WO318056,WORK_ORDER,CM,MT008,Leak Detection,CWC04013,Chiller 13,2018-06-18 19:30:00, -WO319572,WORK_ORDER,CM,MT008,Leak Detection,CWC04013,Chiller 13,2018-06-27 19:30:00, -WO319579,WORK_ORDER,CM,MT008,Leak Detection,CWC04013,Chiller 13,2018-07-07 19:30:00, -WO319631,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04013,Chiller 13,2018-07-09 19:30:00, -WO317054,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-07-10 17:34:00, -WO321367,WORK_ORDER,CM,MT008,Leak Detection,CWC04013,Chiller 13,2018-07-18 19:30:00, -WO318095,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-07-24 13:37:00, -WO317477,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04013,Chiller 13,2018-07-25 17:47:00, -WO321358,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04013,Chiller 13,2018-07-26 19:30:00, -WO321353,WORK_ORDER,CM,M014,Condenser Tube Leak,CWC04013,Chiller 13,2018-07-27 19:30:00, -WO317758,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2018-08-09 15:10:00, -WO321896,WORK_ORDER,CM,MT008,Leak Detection,CWC04013,Chiller 13,2018-08-14 19:30:00, -WO321891,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2018-08-16 19:30:00, -WO319239,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-08-18 14:25:00, -WO319586,WORK_ORDER,CM,L003,Evaporator Leak,CWC04013,Chiller 13,2018-08-31 13:00:00, -WO320886,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2018-09-20 12:03:00, -WO320147,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-09-24 18:51:00, -WO323256,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2018-09-26 16:00:00, -WO325164,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-09-26 19:30:00, -WO322328,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-10-10 15:00:00, -WO321417,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-10-12 15:15:00, -WO323483,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-10-30 15:30:00, -WO325613,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-11-27 19:30:00, -WO326323,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-11-30 20:00:00, -WO327215,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2018-12-14 15:15:00, -WO327515,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2018-12-14 19:30:00, -WO328583,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2019-01-09 19:30:00, -WO329600,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-01-24 15:00:00, -WO330494,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2019-02-08 16:00:00, -WO329271,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-02-14 15:30:00, -WO332037,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-02-27 20:30:00, -WO324407,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-03-21 14:00:00, -WO333078,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2019-03-21 15:30:00, -WO334242,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-03-28 18:30:00, -WO334887,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-04-11 19:30:00, -WO334885,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-04-12 19:30:00, -WO334886,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-04-12 19:30:00, -WO336500,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-04-19 14:00:00, -WO325838,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-04-22 19:00:00, -WO336976,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-05-01 16:00:00, -WO337045,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2019-05-19 15:30:00, -WO339715,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-06-11 17:30:00, -WO340676,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2019-06-27 23:30:00, -WO341899,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-07-26 15:00:00, -WO348766,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-08-30 19:30:00, -WO344080,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-08-31 19:30:00, -WO346654,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2019-08-31 19:30:00, -WO347196,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2019-10-11 20:30:00, -WO350682,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2019-12-03 14:00:00, -WO351966,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2019-12-08 14:00:00, -WO353166,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2020-01-20 16:00:00, -WO354133,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2020-02-01 16:00:00, -WO357317,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2020-02-26 18:00:00, -WO359951,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2020-04-10 19:30:00, -WO359949,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2020-04-14 15:30:00, -WO359950,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2020-04-14 19:30:00, -WO360236,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2020-04-22 15:00:00, -WO362063,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2020-05-14 12:30:00, -WO364522,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2020-06-05 13:00:00, -WO351295,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2020-06-15 18:30:00, -WO362355,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2020-06-26 17:30:00, -WO367296,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2020-07-09 18:30:00, -WO371141,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2020-09-17 16:30:00, -WO372327,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2020-09-29 15:00:00, -WO373678,WORK_ORDER,CM,MT008,Leak Detection,CWC04013,Chiller 13,2020-10-01 19:30:00, -WO374041,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2020-10-29 16:30:00, -WO377800,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2020-12-18 22:00:00, -WO377972,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2020-12-22 15:30:00, -WO380165,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-01-08 16:00:00, -WO380658,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2021-02-04 17:00:00, -WO380510,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-02-05 15:30:00, -WO384631,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2021-03-31 17:00:00, -WO386631,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04013,Chiller 13,2021-04-01 19:30:00, -WO385285,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-04-03 19:30:00, -WO385284,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-04-06 19:30:00, -WO385283,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-04-07 15:30:00, -WO380173,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-04-07 16:30:00, -WO377503,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-04-15 17:00:00, -WO387768,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-04-19 19:30:00, -WO387149,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2021-05-14 12:32:00, -WO387486,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-05-14 16:00:00, -WO387986,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2021-05-21 13:00:00, -WO384011,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2021-06-29 14:18:00, -WO391813,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2021-07-10 17:00:00, -WO393574,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2021-07-29 18:30:00, -WO397191,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04013,Chiller 13,2021-09-14 17:00:00, -WO398125,WORK_ORDER,CM,L005,Seepage,CWC04013,Chiller 13,2021-09-16 19:09:00, -WO398863,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04013,Chiller 13,2021-09-28 18:38:00, -WO391369,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2021-10-01 15:00:00, -WO398377,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2021-10-07 19:00:00, -WO398234,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2021-10-07 19:19:00, -WO400066,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2021-11-12 15:30:00, -WO402644,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2021-12-28 15:00:00, -WO396926,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2021-12-28 18:00:00, -WO403803,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2022-01-12 14:30:00, -WO404621,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2022-02-03 18:00:00, -WO405423,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2022-02-24 17:30:00, -WO408527,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04013,Chiller 13,2022-03-10 20:30:00, -WO408001,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2022-03-31 15:00:00, -WO409267,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2022-04-05 19:00:00, -WO409268,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2022-04-06 19:00:00, -WO409266,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2022-04-07 19:30:00, -WO408991,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2022-04-11 19:00:00, -WO411168,WORK_ORDER,CM,MT003,Lubrication,CWC04013,Chiller 13,2022-04-22 18:00:00, -WO410546,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2022-05-20 19:15:00, -WO411129,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2022-05-31 18:30:00, -al_0109be82-8139-4d5b-84e3-663d9866654a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04013,Chiller 13,2022-06-01 05:45:00, -WO402352,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2022-06-13 18:30:00, -WO410954,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2022-06-15 13:00:00, -WO413484,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2022-07-01 15:00:00, -WO416203,WORK_ORDER,CM,MT003,Lubrication,CWC04013,Chiller 13,2022-07-25 13:30:00, -WO414862,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2022-07-26 14:00:00, -WO416150,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2022-08-12 18:30:00, -WO418188,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2022-09-29 18:00:00, -WO418743,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2022-10-13 13:30:00, -WO419607,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2022-10-25 18:30:00, -WO421033,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2022-11-14 19:30:00, -WO422737,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2022-12-16 13:15:00, -WO424310,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2023-01-10 17:30:00, -WO424472,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2023-01-25 15:00:00, -WO425781,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2023-02-10 17:30:00, -WO428681,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2023-04-06 09:00:00, -WO127292,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2023-04-17 08:00:00, -WO428204,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2023-04-18 15:00:00, -WO428205,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2023-04-19 15:00:00, -WO428206,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2023-04-21 15:00:00, -WO128424,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2023-04-26 07:45:00, -WO132877,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2023-05-22 10:30:00, -WO427276,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2023-06-02 10:00:00, -WO422860,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04013,Chiller 13,2023-06-30 14:30:00, -WO136387,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2023-07-31 11:30:00, -WO144493,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2023-08-18 10:30:00, -WO154347,WORK_ORDER,PM,MT010,Oil Analysis,CWC04013,Chiller 13,2023-09-13 09:00:00, -WO139506,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04013,Chiller 13,2023-09-21 15:00:00, -WO158687,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04013,Chiller 13,2023-09-26 15:00:00, -WO16134,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2010-06-22 14:12:00, -WO24708,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2010-10-25 19:53:00, -WO23154,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2010-10-25 20:38:00, -WO28885,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2010-10-25 20:38:00, -WO33686,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2010-11-05 15:30:00, -WO34535,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2010-11-19 15:30:00, -WO37894,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2010-12-02 09:00:00, -WO43395,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2010-12-02 15:30:00, -WO43373,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2010-12-02 15:30:00, -WO39321,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2010-12-02 15:30:00, -WO43372,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2010-12-03 15:30:00, -WO43397,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2010-12-03 15:30:00, -WO43400,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2010-12-04 15:30:00, -WO43371,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2010-12-04 15:30:00, -WO42028,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2010-12-20 15:30:00, -WO43104,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-01-01 15:30:00, -WO43102,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-01-01 15:30:00, -WO43693,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-01-10 15:30:00, -WO45733,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-01-20 15:30:00, -WO42160,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-01-24 15:30:00, -WO49717,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-01-26 15:30:00, -WO50721,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2011-01-31 15:30:00, -WO47956,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-02-09 15:30:00, -WO49968,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-02-16 15:30:00, -WO54102,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-02-28 15:30:00, -WO51946,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-03-04 15:30:00, -WO55297,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-03-12 15:30:00, -WO42158,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-03-18 15:30:00, -WO55175,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2011-03-25 15:30:00, -WO52297,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-03-28 11:00:00, -WO52299,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-03-29 08:00:00, -WO58457,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2011-03-30 15:30:00, -WO54576,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-03-30 15:30:00, -WO58460,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-03-31 15:30:00, -WO58459,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-04-01 15:30:00, -WO52295,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-04-01 16:30:00, -WO58445,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-04-03 15:30:00, -WO58454,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-04-04 15:30:00, -WO58458,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-04-05 15:30:00, -WO56539,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-04-06 15:30:00, -WO59391,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04014,Chiller 14,2011-04-13 13:30:00, -WO59386,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-04-13 15:30:00, -WO59019,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-04-22 15:30:00, -WO58582,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-05-04 15:30:00, -WO60846,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-05-05 15:30:00, -WO64016,WORK_ORDER,CM,MT003,Lubrication,CWC04014,Chiller 14,2011-05-10 15:30:00, -WO62853,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-05-16 15:30:00, -WO64647,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-05-28 15:30:00, -WO67486,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-06-20 15:30:00, -WO69153,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-07-06 15:30:00, -WO71250,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-07-22 15:30:00, -WO73335,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-08-02 15:30:00, -WO75752,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-08-16 15:30:00, -WO75658,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2011-08-17 15:30:00, -WO77574,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-09-06 15:30:00, -WO79217,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-09-19 15:30:00, -WO80990,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-10-05 15:30:00, -WO83134,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-10-17 15:30:00, -WO86631,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-10-27 19:30:00, -WO86638,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-10-28 19:30:00, -WO86637,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-10-29 15:30:00, -WO86636,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-10-30 15:30:00, -WO88683,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-10-31 15:30:00, -WO84796,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-10-31 15:30:00, -WO88688,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-11-03 15:30:00, -WO84668,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2011-11-04 15:30:00, -WO86967,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-11-22 07:30:00, -WO93582,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-12-05 15:30:00, -WO89759,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-12-08 15:30:00, -WO91357,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2011-12-26 15:30:00, -WO92660,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-01-02 15:30:00, -WO92232,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-01-03 08:00:00, -WO93070,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-01-15 15:30:00, -WO94643,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-01-20 15:30:00, -WO93068,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-01-23 16:00:00, -WO100093,WORK_ORDER,CM,M020,Head Operations,CWC04014,Chiller 14,2012-01-24 15:30:00, -WO99474,WORK_ORDER,CM,M020,Head Operations,CWC04014,Chiller 14,2012-01-24 15:30:00, -WO100094,WORK_ORDER,CM,M020,Head Operations,CWC04014,Chiller 14,2012-01-25 15:30:00, -WO97337,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-02-03 15:30:00, -WO99822,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-02-21 15:30:00, -WO110167,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-03-04 15:30:00, -WO106995,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-03-07 15:30:00, -WO106991,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2012-03-07 15:30:00, -WO102093,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-03-15 08:00:00, -WO106993,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-03-16 15:30:00, -WO104451,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2012-03-26 15:30:00, -WO103679,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-03-27 11:00:00, -WO101418,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-03-28 15:30:00, -WO101416,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-03-28 15:30:00, -WO101414,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-03-28 15:30:00, -WO108796,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2012-03-30 15:30:00, -WO105428,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-04-02 15:30:00, -WO110174,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-04-03 15:30:00, -WO103983,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-04-03 15:30:00, -WO110193,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-04-09 15:30:00, -WO92230,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-04-09 15:30:00, -WO110163,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2012-04-10 15:30:00, -WO103223,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2012-04-10 18:30:00, -WO107356,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-04-19 15:30:00, -WO109035,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-05-01 15:30:00, -WO111361,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-05-22 15:30:00, -WO112812,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-06-14 15:30:00, -WO114382,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-06-22 15:30:00, -WO115681,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-07-02 15:30:00, -WO116672,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2012-07-13 23:00:00, -WO116990,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-07-26 15:30:00, -WO119029,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-08-13 09:00:00, -WO121972,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2012-08-20 08:30:00, -WO121785,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-08-23 15:30:00, -WO125497,WORK_ORDER,CM,MT003,Lubrication,CWC04014,Chiller 14,2012-09-05 15:30:00, -WO123154,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-09-06 15:30:00, -WO125747,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-09-26 15:30:00, -WO126862,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-10-03 15:30:00, -WO128785,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-10-26 15:30:00, -WO136431,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2012-11-06 15:30:00, -WO131365,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-11-14 08:00:00, -WO133592,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-11-26 17:00:00, -WO137167,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-11-28 15:30:00, -WO131263,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2012-12-04 15:30:00, -WO135024,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-12-06 15:30:00, -WO140794,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-12-14 15:30:00, -WO136618,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2012-12-18 10:00:00, -WO141896,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2012-12-19 15:30:00, -WO141866,WORK_ORDER,CM,MT010,Oil Analysis,CWC04014,Chiller 14,2013-01-03 15:30:00, -WO137828,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-01-10 15:30:00, -WO137412,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-01-28 10:00:00, -WO137410,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-02-06 15:30:00, -WO129090,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2013-02-13 11:04:00, -WO142053,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-02-15 07:30:00, -WO140213,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-02-18 09:30:00, -WO144786,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-02-25 15:30:00, -WO144784,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-03-07 15:30:00, -WO143757,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-03-08 15:30:00, -WO145452,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-03-08 15:30:00, -WO144782,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-03-11 15:30:00, -WO147015,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-03-22 11:00:00, -WO147850,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2013-03-25 15:30:00, -WO148706,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-04-01 15:30:00, -WO150587,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-04-22 09:00:00, -WO147311,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-04-24 10:00:00, -WO146553,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2013-04-24 14:36:00, -WO153516,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2013-04-25 03:30:00, -WO157653,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-05-06 15:30:00, -WO152468,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-05-06 15:30:00, -WO155381,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-05-21 15:30:00, -WO152931,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2013-05-24 09:37:00, -WO158583,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-05-30 15:30:00, -WO159366,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-06-05 07:30:00, -WO159365,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2013-06-06 03:30:00, -WO160835,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-06-07 20:00:00, -WO156822,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-06-10 15:30:00, -WO158290,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-06-12 15:30:00, -WO160335,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-07-03 15:30:00, -WO164707,WORK_ORDER,CM,M005,Misalignment,CWC04014,Chiller 14,2013-07-12 15:30:00, -WO164855,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-07-17 03:30:00, -WO164861,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2013-07-22 03:30:00, -WO162721,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-07-22 15:30:00, -WO164969,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-07-24 03:30:00, -WO165054,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-08-13 15:30:00, -WO166832,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-08-20 15:30:00, -WO168084,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-09-04 15:30:00, -WO166989,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2013-09-07 08:00:00, -WO169734,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-09-16 15:30:00, -WO171330,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-10-01 15:30:00, -WO178403,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-10-21 15:30:00, -WO174260,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-10-23 15:30:00, -WO171037,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2013-11-04 09:00:00, -WO176063,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-11-06 15:30:00, -WO178538,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-11-19 15:30:00, -WO180125,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-12-04 15:30:00, -WO181732,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-12-22 15:30:00, -WO182640,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2013-12-30 15:30:00, -WO183163,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-01-07 15:30:00, -WO186393,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-01-20 15:30:00, -WO188944,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-02-04 15:30:00, -WO190893,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-02-17 15:30:00, -WO192922,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-03-05 15:30:00, -WO193176,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-03-10 15:30:00, -WO193180,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-03-12 15:30:00, -WO193178,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-03-12 15:30:00, -WO195079,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-03-18 15:30:00, -WO196825,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-04-01 09:00:00, -WO195371,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-04-11 15:30:00, -WO202155,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-04-22 15:30:00, -WO198394,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2014-04-23 15:30:00, -WO198947,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-04-28 15:30:00, -WO201036,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-05-06 15:30:00, -WO202263,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-05-29 15:30:00, -WO203401,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-06-11 15:30:00, -WO205069,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-06-17 15:30:00, -WO205700,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2014-06-27 15:00:00, -WO206155,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-07-01 15:30:00, -WO208056,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-07-30 15:30:00, -WO209519,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-08-13 08:30:00, -WO211034,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-08-25 15:30:00, -WO211103,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2014-09-04 15:30:00, -WO212153,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-09-05 15:30:00, -WO213354,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-09-17 15:30:00, -WO215858,WORK_ORDER,CM,MT003,Lubrication,CWC04014,Chiller 14,2014-09-24 15:30:00, -WO214601,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-09-29 15:30:00, -WO214110,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2014-09-30 15:00:00, -WO221599,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2014-10-07 15:30:00, -WO216645,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-10-24 15:30:00, -WO218123,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2014-11-03 15:30:00, -WO218168,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-11-06 15:30:00, -WO222524,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-11-19 15:30:00, -WO219587,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-12-04 15:30:00, -WO220626,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-12-05 15:30:00, -WO222099,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-12-20 15:30:00, -WO222650,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2014-12-26 15:30:00, -WO226072,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2015-01-05 09:00:00, -WO226924,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2015-01-08 07:30:00, -WO223478,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-01-09 15:30:00, -WO224847,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-01-19 11:00:00, -WO228692,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2015-02-02 15:00:00, -WO226124,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-02-06 15:30:00, -WO227703,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-02-18 15:30:00, -WO228888,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-03-04 15:30:00, -WO230270,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-03-16 19:30:00, -WO230719,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2015-03-23 19:30:00, -WO231153,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-04-01 15:30:00, -WO230414,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-04-03 15:30:00, -WO229010,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-04-16 19:01:00, -WO229012,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-04-16 19:02:00, -WO229011,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-04-16 19:02:00, -WO232538,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-04-22 15:30:00, -WO234875,WORK_ORDER,CM,M017,Major Overhaul,CWC04014,Chiller 14,2015-04-23 15:30:00, -WO222649,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-04-24 15:30:00, -WO233765,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-05-05 15:30:00, -WO232071,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2015-05-08 08:00:00, -WO234941,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-05-19 15:30:00, -WO236734,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04014,Chiller 14,2015-05-22 15:30:00, -WO237310,WORK_ORDER,CM,MT003,Lubrication,CWC04014,Chiller 14,2015-05-27 15:30:00, -WO235860,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-06-01 15:30:00, -WO237291,WORK_ORDER,CM,MT003,Lubrication,CWC04014,Chiller 14,2015-06-05 15:30:00, -WO236919,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-06-16 15:30:00, -WO237866,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-06-29 15:30:00, -WO237628,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2015-06-30 14:00:00, -WO239387,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-07-20 15:30:00, -WO240298,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-08-05 15:30:00, -WO241302,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-08-19 15:30:00, -WO241369,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2015-08-23 15:30:00, -WO242653,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-09-10 15:30:00, -WO243598,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-09-18 19:30:00, -WO244387,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2015-09-25 16:00:00, -WO245287,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-10-07 14:00:00, -WO246358,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-11-03 13:00:00, -WO247365,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-11-04 22:15:00, -WO247324,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2015-11-06 13:00:00, -WO248628,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-11-18 20:00:00, -WO249533,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-12-04 20:30:00, -WO251136,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2015-12-23 20:00:00, -WO252153,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-01-22 17:00:00, -WO253167,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-02-02 18:00:00, -WO251198,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-02-07 20:30:00, -WO254496,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-02-11 16:00:00, -WO257045,WORK_ORDER,CM,M017,Major Overhaul,CWC04014,Chiller 14,2016-02-12 20:30:00, -WO255997,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-02-22 20:00:00, -WO257168,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-03-01 16:00:00, -WO257291,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-03-28 19:22:00, -WO257292,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-03-31 19:33:00, -WO257293,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-04-01 19:20:00, -WO259374,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-04-05 15:30:00, -WO259748,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2016-04-06 13:00:00, -WO259221,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-04-10 17:30:00, -WO260441,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-04-11 13:00:00, -WO263816,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2016-04-17 19:30:00, -WO263973,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2016-04-29 19:30:00, -WO261661,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-04-29 21:55:00, -WO262722,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-05-06 22:07:00, -WO264056,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-05-21 19:00:00, -WO265016,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-06-07 16:59:00, -WO266635,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-06-22 12:20:00, -WO267217,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2016-07-04 21:30:00, -WO267349,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-07-15 19:56:00, -WO268668,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-07-21 19:00:00, -WO251199,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-08-02 19:30:00, -WO269542,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-08-15 16:40:00, -WO270623,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-08-18 19:00:00, -WO270687,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2016-08-22 13:22:00, -WO272067,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-09-06 16:52:00, -WO273035,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-09-23 19:00:00, -WO274027,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-10-05 16:30:00, -WO273706,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2016-10-18 18:00:00, -WO277455,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2016-11-01 19:30:00, -WO275992,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-11-02 14:49:00, -WO275079,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-11-02 16:33:00, -WO275973,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2016-11-03 18:07:00, -WO277092,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-12-04 19:30:00, -WO278468,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-12-09 13:16:00, -WO279374,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2016-12-29 20:00:00, -WO280290,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-01-04 18:25:00, -WO280289,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-01-04 18:27:00, -WO280143,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-01-12 15:30:00, -WO279815,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-01-27 17:57:00, -WO284143,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2017-02-01 20:30:00, -WO282103,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-02-02 20:32:00, -WO281209,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-02-04 20:19:00, -WO286167,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-02-11 20:30:00, -WO285186,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-02-23 20:30:00, -WO285206,WORK_ORDER,CM,M020,Head Operations,CWC04014,Chiller 14,2017-02-23 20:30:00, -WO285180,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-03-01 20:30:00, -WO283383,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-03-02 18:26:00, -WO284293,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-03-07 19:28:00, -WO285686,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-03-09 21:30:00, -WO286188,WORK_ORDER,CM,CS002,Sensor Failure,CWC04014,Chiller 14,2017-03-10 20:30:00, -WO286166,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-03-12 19:30:00, -WO286189,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-03-12 19:30:00, -WO285701,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-03-13 16:52:00, -WO286177,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-03-15 16:30:00, -WO285815,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-03-26 19:30:00, -WO287259,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-03-26 19:30:00, -WO287166,WORK_ORDER,CM,M017,Major Overhaul,CWC04014,Chiller 14,2017-03-26 19:30:00, -WO287190,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-03-26 19:30:00, -WO287165,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2017-03-27 19:30:00, -WO287162,WORK_ORDER,CM,M020,Head Operations,CWC04014,Chiller 14,2017-03-28 19:30:00, -WO284414,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-03-28 22:45:00, -WO284415,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-03-29 13:02:00, -WO284416,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-03-29 22:48:00, -WO286348,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2017-03-31 14:01:00, -WO286781,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-04-06 19:46:00, -WO288608,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-04-23 19:30:00, -WO289105,WORK_ORDER,CM,M017,Major Overhaul,CWC04014,Chiller 14,2017-04-23 19:30:00, -WO289108,WORK_ORDER,CM,MT010,Oil Analysis,CWC04014,Chiller 14,2017-04-25 19:30:00, -WO289107,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2017-04-26 19:30:00, -WO289256,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-04-27 19:30:00, -WO287803,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-05-05 17:47:00, -WO288759,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-05-09 12:34:00, -WO287547,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2017-05-15 20:30:00, -WO291100,WORK_ORDER,CM,MT003,Lubrication,CWC04014,Chiller 14,2017-05-16 19:30:00, -WO289661,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-06-05 15:26:00, -WO291142,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-06-13 13:12:00, -WO293244,WORK_ORDER,CM,OP001,Process Upset,CWC04014,Chiller 14,2017-06-22 19:30:00, -WO292053,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-06-28 18:14:00, -WO293224,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-06-28 19:30:00, -WO292870,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-07-12 12:59:00, -WO292632,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2017-07-14 15:00:00, -WO296158,WORK_ORDER,CM,MT010,Oil Analysis,CWC04014,Chiller 14,2017-07-16 19:30:00, -WO293863,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-07-28 16:27:00, -WO294760,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-08-25 18:48:00, -WO296198,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-08-28 18:27:00, -WO296249,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2017-09-11 18:31:00, -WO297229,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-09-25 15:17:00, -WO298879,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2017-09-28 22:45:00, -WO298237,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-10-11 18:33:00, -WO300570,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-10-11 19:30:00, -WO299191,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-10-30 17:49:00, -WO303305,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-11-13 20:30:00, -WO300255,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-11-14 23:10:00, -WO301216,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-11-20 18:42:00, -WO301874,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2017-11-28 19:09:00, -WO302919,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2017-11-30 18:56:00, -WO303962,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2017-11-30 20:30:00, -WO306920,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2018-01-04 20:30:00, -WO306025,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-01-16 16:07:00, -WO306024,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-01-22 19:21:00, -WO307944,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2018-01-22 20:30:00, -WO308120,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-02-15 12:46:00, -WO310126,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2018-02-15 20:30:00, -WO310575,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2018-02-27 17:00:00, -WO311025,WORK_ORDER,CM,M020,Head Operations,CWC04014,Chiller 14,2018-03-01 20:30:00, -WO305005,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-03-05 13:30:00, -WO305006,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-03-05 16:11:00, -WO309083,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-03-06 15:14:00, -WO311532,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2018-03-08 20:30:00, -WO310170,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-03-14 15:37:00, -WO309619,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-03-15 18:30:00, -WO311530,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2018-03-15 19:30:00, -WO309617,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-03-16 18:30:00, -WO309618,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-03-16 19:30:00, -WO311578,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2018-03-27 13:05:00, -WO314464,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2018-04-12 19:30:00, -WO311158,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-04-24 14:35:00, -WO313267,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-05-13 12:57:00, -WO310244,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-05-18 12:35:00, -WO315089,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-05-18 15:30:00, -WO315982,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2018-05-18 19:30:00, -WO312321,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-05-22 13:32:00, -WO314543,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-06-01 12:58:00, -WO316897,WORK_ORDER,CM,OP001,Process Upset,CWC04014,Chiller 14,2018-06-01 19:30:00, -WO312513,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2018-06-06 13:15:00, -WO317757,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2018-06-29 14:30:00, -WO315755,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-07-02 12:13:00, -WO317055,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-07-10 17:32:00, -WO319240,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-08-18 14:27:00, -WO320951,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04014,Chiller 14,2018-08-22 16:31:00, -WO318096,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-08-27 19:00:00, -WO320885,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2018-09-21 20:11:00, -WO320148,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-09-24 14:58:00, -WO323257,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2018-09-26 17:15:00, -WO322329,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-10-10 12:06:00, -WO321418,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-10-12 19:15:00, -WO323484,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-10-30 13:30:00, -WO325614,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-11-27 18:30:00, -WO326324,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-12-03 19:00:00, -WO327516,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2018-12-13 19:30:00, -WO327088,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2018-12-14 15:30:00, -WO328584,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2019-01-10 19:00:00, -WO329601,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-01-24 16:00:00, -WO330495,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2019-02-07 20:00:00, -WO330133,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-02-14 19:00:00, -WO332038,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-02-28 13:00:00, -WO333079,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2019-03-21 19:30:00, -WO324408,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-03-21 19:30:00, -WO334243,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-03-28 15:00:00, -WO336028,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-04-17 12:30:00, -WO335590,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-04-19 19:30:00, -WO335588,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-04-23 15:30:00, -WO335589,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-04-23 19:30:00, -WO336977,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-05-01 18:30:00, -WO337046,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2019-05-19 17:00:00, -WO339716,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-06-11 19:30:00, -WO325839,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-06-18 23:00:00, -WO340677,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2019-07-01 18:00:00, -WO341900,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-07-26 18:30:00, -WO343343,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2019-08-15 15:30:00, -WO346655,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-08-30 21:30:00, -WO348767,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-08-30 21:30:00, -WO344081,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2019-08-30 21:30:00, -WO347195,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2019-10-11 20:30:00, -WO350683,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2019-12-03 16:00:00, -WO351922,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2019-12-08 16:00:00, -WO353167,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2020-01-13 20:00:00, -WO356429,WORK_ORDER,CM,CS004,Software Error,CWC04014,Chiller 14,2020-01-31 20:30:00, -WO355095,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2020-02-17 14:00:00, -WO357318,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2020-02-26 20:00:00, -WO360467,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2020-04-15 19:30:00, -WO360468,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2020-04-16 19:30:00, -WO360469,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2020-04-21 13:00:00, -WO360237,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2020-04-22 19:30:00, -WO361028,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2020-05-14 14:00:00, -WO364523,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2020-06-05 15:00:00, -WO351296,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2020-06-08 18:30:00, -al_7c19fd47-c286-4cd6-979c-778a1a69b45b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-09 11:30:00, -al_b38f23fe-8513-4c3d-8579-bb919dc1d36a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-11 08:30:00, -al_85e7983b-a4c7-4e18-9136-f5c31086e8f5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-12 00:00:00, -al_e8af7d6f-575c-41ba-98d8-3767bdf80409,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-13 00:00:00, -al_fb088bee-fae3-4838-92e8-b86d4a12cbf3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-14 00:00:00, -al_4f836eb2-7a0e-4150-a828-bbacff996659,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-15 00:00:00, -al_4443606b-d3c8-4465-892b-5d3b611ba584,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-16 00:00:00, -al_95bbb91d-ff44-4812-a7f3-ad26b966c9d1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-16 03:56:00, -al_ef120ce6-0adf-4414-b685-74ea9867acc3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-17 00:00:00, -al_f98f95b5-c59a-4c81-9485-22f842cebf9f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-18 00:00:00, -al_bf62cd87-f6dc-4f98-9540-7503b37baf77,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-19 00:00:00, -al_49f05401-6279-46f2-b621-2bad6b1c1618,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-20 00:00:00, -al_0281022f-a5d4-43f1-aa61-4aceb1426f1f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-21 00:00:00, -al_86fceddd-ffce-4ee7-93dc-389e9644f35d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-22 00:00:00, -al_69377dff-4fe6-4bfc-ba59-e0afedde98b6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-22 03:09:00, -al_29dfbca8-8831-4556-a325-334ad21f06f4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-23 00:00:00, -al_ff857e41-e889-4b0d-9c24-94e79dec7e55,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-24 00:00:00, -al_f7c174af-2ecd-4016-9f6e-0753c27503df,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-24 10:25:00, -al_f8d21566-c0a7-46c9-9f26-f01ebdac62bf,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-25 00:00:00, -al_ca704883-c873-4b1f-bce2-cc1601703b44,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-26 00:00:00, -WO362356,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2020-06-26 18:30:00, -al_e3d9d7b3-ac6b-4df6-9175-98b619bb6cc2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-27 00:00:00, -al_b20afa61-5d0a-4613-938d-172d00a36225,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-28 00:00:00, -al_968fd9ce-0e82-46fd-90dd-a236d8a3f761,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-29 00:00:00, -al_b8914152-0e84-4b8b-a081-8cab151c5b04,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-06-30 00:00:00, -al_bfc98ffd-3885-4e0b-92e1-b5a5279b89d7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-01 00:00:00, -al_1f03cff7-4624-4226-ad8c-bc8d7ab7bbb4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-02 00:00:00, -al_469ffc98-d12f-40d7-b5f6-f26c8e2100b6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-03 00:00:00, -al_23e98ad5-b173-4387-9c5d-d1fb25b1ee8f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-04 00:00:00, -al_d3bf2cd2-90e6-45e2-bcde-4350891a0f5e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-05 00:00:00, -al_c99e0aca-203d-432b-9624-acf756e5667f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-06 00:00:00, -al_c9ecbf39-dc68-4ced-a1a6-ed44ad5000fc,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-07 00:00:00, -al_d41b37fd-33b3-4d0c-a0fd-10c5fc09e4dd,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-08 00:00:00, -WO349286,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2020-07-08 13:56:00, -al_abbe78fa-d71a-469d-9bd5-1661d11c1c68,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-09 00:00:00, -al_3ed5a6f5-71e7-4b09-9d90-1ffe7c348925,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-10 00:00:00, -WO367297,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2020-07-10 18:30:00, -al_9472cd49-1c4a-4937-b009-7cedc84976c5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-11 00:00:00, -al_034a46a8-31db-44c7-88ae-31a9e2e34b00,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-12 00:00:00, -al_06f90e29-72f6-4eff-b6d4-3061d601ee57,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-13 00:00:00, -al_e0baa70b-99f0-4eb0-ac0d-6c35ed51896f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-14 00:00:00, -al_ca174fdf-8d39-463f-b190-38890e5060b6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-15 00:00:00, -al_bf383d59-9c01-433e-9737-8c335a7fc59e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-15 05:00:00, -al_f2298b74-247c-4fd4-88e8-282a361fc8e9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-16 01:40:00, -al_8d049dd9-0a8d-46e6-9904-9cd26e75b24d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-17 00:00:00, -al_dd6ee9df-0936-4eb7-80a6-c30e527c0ced,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-18 00:00:00, -al_fb08904d-f821-4824-9e04-3d5c756eae8f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-19 00:00:00, -al_b45a6b2b-155e-44fb-9419-8351d983d7cd,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-20 00:00:00, -al_ea1c6782-f0c5-4ee4-ac60-48a73117dbac,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-21 00:00:00, -al_d88935d6-b963-4bd0-8e40-58c607b37e33,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-22 00:00:00, -al_76dc0fa8-27cd-4924-abdd-0adb16caa20e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-23 00:00:00, -WO369086,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2020-07-23 19:00:00, -al_814ff1d8-32c3-49c0-8952-e2039f528a5f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-24 00:00:00, -al_c08cd282-f492-4f71-91d0-d3d3d799e120,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-25 00:00:00, -al_5923ecb3-a8a6-4e81-92d0-83d2137348aa,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-25 19:03:00, -al_5e386ec8-aae5-4a49-bc13-0e5687982d97,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-26 00:00:00, -al_1aa9dfd7-825f-49ed-9af0-314303944813,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-26 15:07:00, -al_0cc7782d-2f11-42f8-a1ad-86e48d9f87d9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-27 00:00:00, -al_66dde050-0f31-4a6f-9220-b9cb6c65bd34,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-28 00:00:00, -al_b55299ac-b10a-40c0-8984-3d00e5968d61,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-28 09:15:00, -al_1d65f22c-3229-423a-aa75-a63be8729dbe,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-29 00:00:00, -al_224ed258-4851-4c80-b7bc-47bfcc34be09,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-30 00:00:00, -al_7d724363-4b2d-4a2e-8d47-bc39244bd08c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-07-31 00:36:00, -al_896ea924-6d66-4d98-a886-2f53237b2632,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-01 00:00:00, -al_7afb70bb-d1d4-481d-87c7-f573d06aa627,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-02 00:00:00, -al_464c7aba-74b1-4193-b919-4810486eeb55,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-03 00:00:00, -al_a41080aa-895b-4c87-935f-1b0660666dd7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-04 00:00:00, -al_370e8abb-aaa7-4e4b-86cd-53f9432f1b56,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-10 13:30:00, -al_5430df02-636f-429e-b79f-75b6557c91c5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-11 00:00:00, -al_84447438-c95f-41e3-805c-027af1706278,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-11 19:30:00, -al_d85433bf-ea12-43e1-874a-2cdfd73f9c79,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-12 00:00:00, -al_64813d8e-a3ef-4aed-af96-892875e36d1c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-13 00:00:00, -al_2adffdc7-02be-48bd-ac33-5821e7c66c62,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-14 00:00:00, -al_e9633ff8-34c5-4bc6-b925-f7edfdd12691,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-15 00:00:00, -al_2c9a9341-1f33-4ee0-8b3a-6961783bfef3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-16 00:00:00, -al_500964be-0e0e-4c5b-91d4-a0299c5d30c2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-17 00:00:00, -al_1daf0cb2-a875-4c00-8131-347e5b4997aa,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-17 03:03:00, -al_4b3d840d-11ef-47ed-a976-83650de5d490,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-18 00:00:00, -al_f0eb631c-1c77-4e7e-b172-f3d332fe9a06,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-19 13:00:00, -al_2a4f4343-cdb9-46e8-9be8-804a0445d3a3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-20 08:17:00, -al_6d7fd8c2-d1de-4ca8-9133-0239f4b8ed07,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-21 00:00:00, -al_e7d22a64-bfd6-4920-954a-cae1f0a6605c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-21 11:01:00, -al_e5dc02bc-bfe2-48bc-be7b-adfe11a3cbc5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-22 00:00:00, -al_c4150e15-aead-4a1e-be03-35b8fbebffdf,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-23 00:00:00, -al_eb4aa794-f821-4c5b-9b92-683434275f66,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-24 00:00:00, -WO371659,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04014,Chiller 14,2020-08-24 19:00:00, -al_7693fa09-aaa7-45d2-9699-15a69fa08714,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-25 00:00:00, -al_e9aae4b6-8f68-48df-9b88-8648c22b4f41,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-26 00:00:00, -al_b64e54e4-c4d1-4b14-b4d6-728e0f3a93ef,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-27 00:00:00, -al_0adffc35-2aae-43b1-a273-fac490bae3ba,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-28 00:00:00, -al_e9286a36-21c7-4a01-aa88-2bdb9d2a364b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-29 00:00:00, -al_91c699a9-e86b-445e-aae8-f785c6bb16df,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-30 00:00:00, -al_a306eee3-4073-4921-9773-52c6e3d30ed0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2020-08-31 00:00:00, -WO371142,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2020-09-17 19:00:00, -WO372326,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2020-09-29 13:30:00, -WO374042,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2020-10-30 18:30:00, -WO377737,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2020-12-18 23:00:00, -WO377973,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2020-12-22 14:00:00, -WO382048,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2021-01-29 17:30:00, -WO382061,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2021-01-29 19:00:00, -WO380659,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2021-02-03 19:00:00, -WO383536,WORK_ORDER,CM,M020,Head Operations,CWC04014,Chiller 14,2021-02-23 19:00:00, -WO381358,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2021-02-25 16:30:00, -WO384632,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2021-04-01 14:00:00, -WO385900,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2021-04-13 19:30:00, -WO385899,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2021-04-15 19:30:00, -WO385901,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2021-04-21 15:30:00, -WO387150,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2021-05-10 15:25:00, -WO387987,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2021-05-21 14:00:00, -WO386400,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2021-06-16 13:00:00, -WO392402,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2021-06-18 15:00:00, -WO384012,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2021-06-22 15:00:00, -WO392787,WORK_ORDER,CM,L003,Evaporator Leak,CWC04014,Chiller 14,2021-06-23 19:31:00, -WO377504,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2021-06-25 18:30:00, -WO392843,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2021-07-01 18:30:00, -WO391814,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2021-07-10 20:00:00, -WO393575,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2021-07-28 18:30:00, -WO397146,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04014,Chiller 14,2021-08-30 15:47:00, -WO397657,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2021-09-09 17:00:00, -WO398031,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04014,Chiller 14,2021-09-13 19:13:00, -al_86cf85e0-5cd0-4100-a924-fc484e418cc5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2021-09-15 10:45:00, -al_81728a4b-acbb-4e62-957f-413102037a11,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04014,Chiller 14,2021-09-16 00:00:00, -al_a3277314-c97b-48a5-830f-59318bd96f82,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04014,Chiller 14,2021-09-16 03:15:00, -al_ec0eb6ba-29d7-4ce7-84d4-153b9f1a3b90,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04014,Chiller 14,2021-09-22 09:45:00, -WO398824,WORK_ORDER,CM,L004,Piping Leak,CWC04014,Chiller 14,2021-09-27 18:44:00, -WO391370,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2021-10-01 17:00:00, -WO398378,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2021-10-07 15:00:00, -WO398233,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2021-10-07 19:19:00, -WO400106,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2021-10-13 19:30:00, -WO400067,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2021-11-12 19:30:00, -WO402604,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2021-12-28 13:30:00, -WO396927,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2021-12-28 19:00:00, -WO403804,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2022-01-12 17:30:00, -WO404045,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2022-01-19 17:00:00, -WO404046,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2022-01-24 12:15:00, -WO405304,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2022-02-21 15:30:00, -WO405424,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2022-02-23 19:30:00, -WO408549,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2022-03-14 16:30:00, -WO408575,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2022-03-15 18:30:00, -WO409018,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04014,Chiller 14,2022-03-17 15:00:00, -WO409476,WORK_ORDER,CM,MT002,Cleaning,CWC04014,Chiller 14,2022-03-21 19:30:00, -WO408002,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2022-03-31 17:00:00, -WO409947,WORK_ORDER,CM,M005,Misalignment,CWC04014,Chiller 14,2022-04-06 18:30:00, -WO408992,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2022-04-12 15:30:00, -WO409654,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2022-04-18 19:00:00, -WO409655,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2022-04-19 19:00:00, -WO409657,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2022-04-20 19:00:00, -WO409656,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2022-05-19 14:00:00, -WO413176,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2022-05-30 18:30:00, -WO411130,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2022-06-02 18:30:00, -WO413702,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04014,Chiller 14,2022-06-07 12:30:00, -WO410955,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2022-06-15 14:00:00, -WO402353,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2022-06-29 12:00:00, -WO413485,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2022-07-01 16:00:00, -WO414863,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2022-07-26 17:00:00, -WO416240,WORK_ORDER,CM,CS004,Software Error,CWC04014,Chiller 14,2022-07-26 19:30:00, -WO416458,WORK_ORDER,CM,CS004,Software Error,CWC04014,Chiller 14,2022-07-28 19:30:00, -WO416151,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2022-08-15 18:30:00, -al_06513c1f-bdbd-43ab-920a-2a9d3afeae8e,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04014,Chiller 14,2022-08-30 07:00:00, -al_29111b98-17aa-4f2d-8542-0332cbb7b58b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04014,Chiller 14,2022-08-31 05:45:00, -al_4bc6ffee-032c-48de-9193-65af395365a8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04014,Chiller 14,2022-09-01 00:00:00, -al_aa5d7f30-f809-42b7-b133-1c010f600170,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04014,Chiller 14,2022-09-02 00:00:00, -al_aed16b94-a780-4676-98e5-14f38f4eea96,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04014,Chiller 14,2022-09-03 00:00:00, -al_45224c68-12dc-425d-bd77-acba23fd5070,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04014,Chiller 14,2022-09-04 00:00:00, -WO418742,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2022-10-13 12:30:00, -WO418189,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2022-10-14 19:00:00, -WO419608,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2022-10-26 18:30:00, -WO421034,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2022-11-02 18:30:00, -WO422708,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2022-12-16 12:15:00, -WO424311,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2023-01-11 19:00:00, -WO425025,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2023-01-30 16:30:00, -WO425782,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2023-02-13 19:30:00, -WO428568,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2023-03-09 12:30:00, -WO427382,WORK_ORDER,CM,M005,Misalignment,CWC04014,Chiller 14,2023-03-09 19:00:00, -WO428682,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2023-04-06 12:00:00, -WO428567,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2023-04-12 15:00:00, -WO428566,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2023-04-14 15:00:00, -WO428569,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2023-04-17 15:00:00, -WO128425,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2023-04-26 08:00:00, -WO130589,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04014,Chiller 14,2023-04-27 12:00:00, -WO130575,WORK_ORDER,CM,MT008,Leak Detection,CWC04014,Chiller 14,2023-04-28 09:30:00, -WO132878,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2023-05-26 14:30:00, -WO427277,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2023-06-02 12:00:00, -WO422861,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04014,Chiller 14,2023-06-23 14:30:00, -WO136388,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2023-08-01 10:30:00, -WO144494,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2023-08-22 14:30:00, -WO154346,WORK_ORDER,PM,MT010,Oil Analysis,CWC04014,Chiller 14,2023-09-13 08:00:00, -WO139507,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04014,Chiller 14,2023-09-22 08:00:00, -WO158689,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04014,Chiller 14,2023-09-27 14:30:00, -WO16168,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2010-06-22 14:12:00, -WO16230,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-06-22 14:12:00, -WO27442,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-10-25 18:11:00, -WO24941,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2010-10-25 19:53:00, -WO22056,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-10-25 19:53:00, -WO26821,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-10-25 19:53:00, -WO19831,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-10-25 19:53:00, -WO30170,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-10-25 19:53:00, -WO24546,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-10-25 19:53:00, -WO23176,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-10-25 19:53:00, -WO23466,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2010-10-25 20:38:00, -WO29652,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2010-10-25 20:38:00, -WO37362,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-12-01 15:30:00, -WO42032,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2010-12-23 15:30:00, -WO43106,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-01-01 15:30:00, -WO46476,WORK_ORDER,CM,MT008,Leak Detection,CWC04702,Chiller 2,2011-01-06 15:30:00, -WO45737,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-01-20 15:30:00, -WO49229,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-02-10 11:00:00, -WO52594,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-02-14 15:30:00, -WO49972,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-02-14 15:30:00, -WO53232,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-02-20 15:30:00, -WO54100,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-02-21 15:30:00, -WO49478,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-02-22 15:30:00, -WO45192,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-02-24 15:30:00, -WO49471,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-03-01 15:30:00, -WO54580,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-03-25 15:30:00, -WO58586,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-04-26 17:30:00, -WO57477,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2011-04-28 13:30:00, -WO62801,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-05-18 15:30:00, -WO67981,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04702,Chiller 2,2011-06-09 15:30:00, -WO67490,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-06-23 08:00:00, -WO71254,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-08-05 15:30:00, -WO73870,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2011-08-13 15:30:00, -WO76090,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-08-25 15:30:00, -WO84141,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2011-10-27 08:00:00, -WO83267,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2011-11-03 07:30:00, -WO83138,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-11-03 08:00:00, -WO79221,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-11-04 19:30:00, -WO88142,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2011-11-21 15:30:00, -WO91361,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-01-11 07:30:00, -WO98975,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-01-21 15:30:00, -WO94942,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-01-22 15:30:00, -WO100092,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-01-24 15:30:00, -WO85012,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-01-25 15:00:00, -WO94647,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-01-25 15:30:00, -WO100095,WORK_ORDER,CM,M020,Head Operations,CWC04702,Chiller 2,2012-01-26 15:30:00, -WO93072,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-01-26 15:30:00, -WO97169,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-01-31 14:12:00, -WO99524,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04702,Chiller 2,2012-02-08 23:00:00, -WO98973,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-02-11 10:45:00, -WO101828,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04702,Chiller 2,2012-02-22 23:00:00, -WO100488,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-02-23 07:30:00, -WO98977,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-03-03 15:00:00, -WO107360,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-04-17 15:30:00, -WO103683,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-04-17 19:30:00, -WO108715,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2012-05-24 17:00:00, -WO111365,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-07-05 19:30:00, -WO114386,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-07-14 08:00:00, -WO116994,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-07-22 15:30:00, -WO115878,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2012-07-22 15:30:00, -WO118314,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2012-08-10 22:00:00, -WO121789,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-09-03 15:30:00, -WO125751,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-10-10 07:30:00, -WO126281,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2012-10-18 05:30:00, -WO129491,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-10-26 04:00:00, -WO130150,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2012-11-14 22:00:00, -WO130769,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2012-11-17 03:30:00, -WO133596,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2012-11-30 04:30:00, -WO136622,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-01-11 07:30:00, -WO145985,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-01-20 03:30:00, -WO139576,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-01-21 07:00:00, -WO140217,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-01-27 08:45:00, -WO145936,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04702,Chiller 2,2013-02-11 20:30:00, -WO142345,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-02-14 03:30:00, -WO145937,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-02-17 07:30:00, -WO142343,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-02-18 04:30:00, -WO143761,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-02-24 15:30:00, -WO147019,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-04-06 15:30:00, -WO150591,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-04-30 07:30:00, -WO151989,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2013-05-10 19:30:00, -WO155385,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-05-31 07:30:00, -WO158783,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-07-14 08:15:00, -WO160557,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2013-07-14 15:30:00, -WO163240,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-07-27 15:30:00, -WO169434,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-08-06 15:30:00, -WO163691,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2013-08-09 09:00:00, -WO166836,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-08-21 07:30:00, -WO170103,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2013-09-07 15:30:00, -WO169738,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-09-10 06:00:00, -WO174851,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2013-11-01 13:30:00, -WO174264,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-11-08 07:30:00, -WO175382,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2013-11-23 15:00:00, -WO178542,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2013-11-25 07:30:00, -WO181736,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-01-04 15:30:00, -WO181036,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-01-08 07:30:00, -WO178720,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-01-17 15:30:00, -WO185218,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-02-02 15:30:00, -WO189982,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-02-11 07:30:00, -WO192244,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2014-04-04 09:00:00, -WO195083,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-04-06 08:30:00, -WO198949,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-04-25 07:30:00, -WO205447,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-05-21 15:30:00, -WO202269,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-05-28 07:30:00, -WO202870,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2014-06-24 13:00:00, -WO205071,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-07-11 04:30:00, -WO207557,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-07-22 07:30:00, -WO211036,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-08-19 07:30:00, -WO213628,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2014-10-10 07:30:00, -WO213356,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-10-12 15:30:00, -WO216092,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-10-29 07:30:00, -WO211681,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2014-11-10 13:30:00, -WO219589,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2014-11-18 07:30:00, -WO212297,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2014-11-23 10:00:00, -WO222101,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-01-03 15:30:00, -WO224849,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-01-24 15:30:00, -WO222164,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-02-24 07:30:00, -WO227705,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-02-28 15:30:00, -WO230272,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-04-07 07:30:00, -WO234857,WORK_ORDER,CM,M016,Draining Operations,CWC04702,Chiller 2,2015-04-15 15:30:00, -WO234843,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-04-17 11:00:00, -WO219674,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-04-19 05:00:00, -WO232251,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-04-28 07:30:00, -WO228421,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2015-05-16 21:45:00, -WO234943,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-05-19 07:30:00, -WO236921,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-06-15 07:30:00, -WO237636,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2015-07-10 07:30:00, -WO238841,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-07-24 07:30:00, -WO235605,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2015-08-03 22:30:00, -WO241304,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-08-20 15:30:00, -WO243371,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2015-09-15 15:30:00, -WO243600,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-10-02 19:30:00, -WO242148,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2015-10-10 16:30:00, -WO242781,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2015-10-17 14:05:00, -WO246360,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-11-03 20:30:00, -WO248630,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2015-11-19 16:00:00, -WO250648,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-01-07 15:00:00, -WO253169,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-01-17 16:00:00, -WO250704,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-01-20 15:45:00, -WO257048,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04702,Chiller 2,2016-02-12 20:30:00, -WO258506,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-02-17 12:30:00, -WO255999,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-02-19 16:30:00, -WO258701,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-03-15 13:00:00, -WO261663,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-05-03 15:26:00, -WO256716,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2016-05-13 19:30:00, -WO264058,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-05-26 12:29:00, -WO248713,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-05-26 12:40:00, -WO266188,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-06-13 16:59:00, -WO268670,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-07-19 21:16:00, -WO266742,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2016-08-02 19:30:00, -WO270625,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-08-17 18:56:00, -WO265199,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2016-08-19 21:30:00, -WO272260,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2016-09-12 17:01:00, -WO275081,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-10-25 18:39:00, -WO272576,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-10-28 13:00:00, -WO277094,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2016-11-22 17:58:00, -WO271638,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2016-12-16 17:29:00, -WO279376,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-01-14 14:00:00, -WO278995,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-01-25 20:26:00, -WO277167,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-02-13 18:18:00, -WO281211,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-02-14 18:11:00, -WO283385,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-03-12 14:19:00, -WO285447,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-03-18 14:42:00, -WO287805,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-05-13 13:57:00, -WO289663,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-05-20 14:59:00, -WO291692,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-06-22 15:29:00, -WO290787,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2017-07-21 15:09:00, -WO283925,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2017-07-21 19:00:00, -WO292643,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2017-07-26 14:52:00, -WO293865,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-07-31 13:42:00, -WO295723,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-09-07 16:38:00, -WO296785,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2017-09-21 19:30:00, -WO298239,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-10-16 13:03:00, -WO296299,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2017-10-20 16:30:00, -WO300257,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-11-14 23:00:00, -WO297542,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2017-11-29 20:16:00, -WO302398,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2017-12-06 18:21:00, -WO303525,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2018-02-01 19:41:00, -WO310091,WORK_ORDER,CM,M020,Head Operations,CWC04702,Chiller 2,2018-02-03 20:30:00, -WO303032,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-02-05 18:46:00, -WO306027,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-02-08 15:07:00, -WO304152,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-03-06 15:09:00, -WO309085,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-03-16 19:16:00, -WO311160,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-04-13 16:01:00, -WO309250,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2018-05-03 14:30:00, -WO313269,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-05-23 18:55:00, -WO315757,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-06-22 13:51:00, -WO315857,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2018-07-18 19:00:00, -WO318098,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-08-18 14:29:00, -WO320150,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-09-08 18:26:00, -WO319381,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2018-09-17 13:10:00, -WO322331,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-10-16 13:00:00, -WO322072,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2018-10-24 18:30:00, -WO324410,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-11-01 15:00:00, -WO324166,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2018-11-27 14:00:00, -WO326326,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2018-12-07 18:00:00, -WO322840,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2018-12-10 14:00:00, -WO328586,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-01-19 18:30:00, -WO325833,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-03-07 19:00:00, -WO330497,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-03-25 21:30:00, -WO333081,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-03-25 21:30:00, -WO329680,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-03-31 15:00:00, -WO335521,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-04-27 15:00:00, -WO334371,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2019-05-15 16:00:00, -WO342834,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-08-02 15:00:00, -WO343350,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2019-08-29 13:00:00, -WO347516,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-09-05 15:00:00, -WO344948,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-09-05 15:00:00, -WO348444,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2019-11-06 14:00:00, -WO349561,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-11-20 16:00:00, -WO348016,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2019-12-10 19:30:00, -WO351787,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2019-12-16 15:00:00, -WO354049,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-02-01 00:30:00, -al_43ca5f6f-ce24-431b-978e-b94ee54f2089,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-09 16:00:00, -al_ecaf86a5-a6a5-49b1-98bd-40126a333c4e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-09 20:15:00, -al_4f3cd204-216b-4c9d-9fd0-06632ea297a2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-10 06:15:00, -al_3aca4fe3-be4e-456c-b47c-ee559369c2c5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-11 01:45:00, -al_1a9947d5-4047-465b-8b80-fbab8c24677e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-18 00:00:00, -al_eb51d8e5-f385-41e7-b4ef-b9b58f41cc12,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-18 04:28:00, -al_02f0e160-6014-4962-86d1-574181c1749e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-18 19:45:00, -al_095eac68-1d4a-474c-aead-fdfddab1bde6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-19 00:30:00, -al_244fd3aa-5c39-4d8a-b2a0-b80da18b6bc0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-19 11:30:00, -al_92092d71-f9c2-43c1-86f3-7c0901c2f8ed,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-20 10:30:00, -al_0857a048-e75c-45b6-ad44-b410ef1f4503,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-21 02:15:00, -al_a3411aca-bee8-4558-8bda-0cce6691a730,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-26 14:45:00, -al_9298e4d6-e537-4455-aaaa-558d6287cc84,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-27 11:30:00, -al_15309933-155f-414a-b134-401995c76831,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-28 02:30:00, -al_0c1f9852-6b0f-41de-9f32-1afc5a4ea7cf,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-28 14:30:00, -al_5324e84b-4229-428d-810d-9e7a79c30747,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-28 20:30:00, -al_6e9cc6d1-fceb-414e-b15c-bdd899c71d9f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-30 02:30:00, -al_b093509c-133a-49d6-840f-c46b3e471fc6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-30 10:09:00, -al_f55804ce-9e4b-44f1-9ea4-b1448c710e5b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-31 00:30:00, -al_fd9d3a4a-29ac-450c-8952-b0010e23b71f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-03-31 07:15:00, -al_2843177e-0f64-4008-b1ae-b7e2a9ffbb17,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-04-01 00:00:00, -al_d25118e2-0173-47d9-9371-959db5823f52,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-04-01 09:00:00, -al_2ac29857-7bc5-49b9-bae0-464433c9efa3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-04-02 00:00:00, -al_77201399-8e74-4d63-a9ed-81b4a53d9766,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-04-02 19:45:00, -al_7365d8ba-bc68-44df-9c99-be4b1b7e123d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-04-03 00:00:00, -al_2e7774a6-e76a-4f7c-8016-e868fcf86123,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-04-04 07:45:00, -al_0978c44f-9190-4009-90d9-13473abbf983,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-04-06 06:45:00, -al_83395f2b-cdd5-4a81-aecf-d87a8522db52,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-04-06 13:45:00, -al_060a6a8b-c343-4ff1-bd5d-c63b4cbe6739,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-04-07 00:00:00, -WO356584,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-04-27 16:00:00, -WO359342,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-04-29 15:00:00, -WO361946,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-05-12 15:00:00, -WO364672,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-06-18 15:00:00, -WO354489,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-07-07 21:30:00, -WO341536,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2020-07-08 14:04:00, -WO366951,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-07-22 15:00:00, -WO350671,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-07-26 14:00:00, -WO369366,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-08-12 15:00:00, -al_0b1cc50d-221b-4578-9d7c-4ad63e0aa3e1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-09-22 03:15:00, -WO371753,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-09-26 13:30:00, -WO367153,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2020-10-20 19:00:00, -WO372365,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2020-10-20 19:00:00, -WO373355,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2020-10-26 17:00:00, -WO374219,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-11-05 04:00:00, -al_0417f4bc-3806-4cec-aeff-b565d871307c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-11-05 04:30:00, -al_17d23584-93f5-45b5-bcef-a960c2bee5ee,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04702,Chiller 2,2020-11-09 01:30:00, -WO376659,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2020-12-10 16:28:00, -WO379171,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-01-12 20:00:00, -WO381217,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-02-17 16:00:00, -WO383582,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-03-24 17:52:00, -WO380443,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-03-30 15:30:00, -WO385706,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-04-27 13:00:00, -WO376515,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-05-24 18:30:00, -WO388411,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-05-26 15:00:00, -WO386599,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2021-06-21 22:00:00, -WO391037,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-07-02 15:00:00, -WO393306,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-08-03 15:00:00, -WO393588,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2021-08-18 12:00:00, -WO395526,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-09-10 15:00:00, -WO398135,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-10-05 15:00:00, -WO398630,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2021-10-05 15:30:00, -WO400170,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-11-17 18:30:00, -WO402109,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2021-12-11 16:00:00, -WO404245,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-01-19 16:00:00, -WO405934,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-03-03 16:00:00, -WO405430,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2022-03-28 12:00:00, -WO407708,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-03-31 13:00:00, -WO404564,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-04-04 13:00:00, -WO410001,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-04-29 16:30:00, -WO412068,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-06-14 15:00:00, -WO410324,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2022-07-06 13:00:00, -WO414236,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-07-13 23:30:00, -WO415934,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-08-11 15:00:00, -WO416069,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2022-08-17 17:30:00, -WO401256,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-09-14 18:30:00, -WO417695,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-09-22 17:30:00, -WO415518,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2022-09-29 13:00:00, -WO419480,WORK_ORDER,PM,MT011,Calibration,CWC04702,Chiller 2,2022-10-06 19:30:00, -WO419390,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-10-12 15:00:00, -al_b49fe464-139e-4898-8552-60604db4e012,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-10-14 06:45:00, -al_ec7fc6de-80f4-454b-9801-c513c709433c,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-10-15 00:00:00, -al_e9aee2d4-ff17-4b1f-94fe-5d0c24efb1a8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-10-16 00:00:00, -al_71b99713-b8d3-49e6-abc1-69f913d3cad2,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-10-17 00:00:00, -al_4a9bdf4e-998d-4c5a-a2df-41f13ad0fe45,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-10-18 07:15:00, -al_2db07643-d369-4232-8fde-1b7339bc7d0c,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-10-19 00:00:00, -WO419882,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2022-11-15 14:00:00, -al_e5304ad1-a031-4128-9b4d-5c968cb027db,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-11-16 04:30:00, -al_8112b0f1-18ca-4cee-b11c-23108954e6dc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-11-17 00:00:00, -al_4c999493-d46c-4f8f-a11f-49d13521b829,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-11-18 00:00:00, -al_875d3900-bbd8-4a38-80e6-0a493627687d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-11-20 03:45:00, -al_d6c244ce-eb25-4503-8e7b-598e0c215b38,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-11-21 00:00:00, -al_5413495a-53bb-4226-8e37-b80d6263e8ad,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-11-22 00:00:00, -al_dd6e36a6-cb91-4c99-8b17-79f72fd9bfec,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-11-22 04:30:00, -al_824e528d-51a5-4857-b379-2f335da1662e,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2022-11-23 00:00:00, -WO421195,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-11-28 16:00:00, -WO423027,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2022-12-19 16:00:00, -WO424685,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-01-23 19:30:00, -al_abbc592b-31ab-4e2a-b9dd-c85e8e8d1b54,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2023-02-15 03:30:00, -al_f3f7c36f-de8c-4497-9704-dee5f4a5e502,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04702,Chiller 2,2023-02-16 00:00:00, -WO426337,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-02-20 17:00:00, -WO424425,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-03-29 15:00:00, -WO424567,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2023-03-30 17:00:00, -WO427782,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-04-11 11:00:00, -WO127078,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-04-11 11:00:00, -WO124904,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04702,Chiller 2,2023-05-03 12:00:00, -WO421494,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-05-31 15:00:00, -WO134122,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-06-02 11:00:00, -WO135849,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-06-02 11:00:00, -WO142688,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-08-11 09:00:00, -WO148909,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-08-30 11:00:00, -WO150323,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2023-09-05 10:30:00, -WO155722,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-09-19 11:00:00, -WO164772,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04702,Chiller 2,2023-10-04 09:00:00, -WO166914,WORK_ORDER,PM,MT010,Oil Analysis,CWC04702,Chiller 2,2023-10-10 09:00:00, -WO16172,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2010-06-22 14:12:00, -WO16236,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-06-22 14:12:00, -WO27444,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-10-25 18:11:00, -WO24943,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2010-10-25 19:53:00, -WO19833,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-10-25 19:53:00, -WO24548,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-10-25 19:53:00, -WO26823,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-10-25 19:53:00, -WO30172,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-10-25 19:53:00, -WO23178,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-10-25 19:53:00, -WO22058,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-10-25 19:53:00, -WO29656,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2010-10-25 20:38:00, -WO23470,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2010-10-25 20:38:00, -WO37364,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-12-01 15:30:00, -WO42034,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2010-12-23 15:30:00, -WO45739,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-01-20 15:30:00, -WO49231,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-02-10 12:30:00, -WO49974,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-02-14 15:30:00, -WO54101,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-02-22 15:30:00, -WO49480,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-02-25 15:30:00, -WO49473,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-03-01 15:30:00, -WO54104,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-03-02 15:30:00, -WO54117,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-03-03 15:30:00, -WO45194,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-03-03 15:30:00, -WO54582,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-03-25 15:30:00, -WO57481,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2011-04-18 12:00:00, -WO58588,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-04-26 17:30:00, -WO62859,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-05-18 15:30:00, -WO67492,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-06-23 15:30:00, -WO71256,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-08-05 15:30:00, -WO73872,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2011-08-13 15:30:00, -WO76092,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-08-25 15:30:00, -WO84143,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2011-10-27 09:30:00, -WO83269,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2011-11-03 07:30:00, -WO83140,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-11-03 08:15:00, -WO79223,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-11-04 19:30:00, -WO88144,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-11-21 15:30:00, -WO93586,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-12-03 15:30:00, -WO93644,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04703,Chiller 3,2011-12-20 03:30:00, -WO93640,WORK_ORDER,CM,MT008,Leak Detection,CWC04703,Chiller 3,2011-12-20 03:30:00, -WO93639,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-12-21 03:30:00, -WO93637,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-12-22 03:30:00, -WO93641,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04703,Chiller 3,2011-12-22 03:30:00, -WO94944,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2011-12-22 15:30:00, -WO93577,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04703,Chiller 3,2012-01-04 15:40:00, -WO91363,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-01-11 07:45:00, -WO94593,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-01-25 15:30:00, -WO100086,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04703,Chiller 3,2012-01-27 15:30:00, -WO98981,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-02-06 15:30:00, -WO98979,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-02-11 08:00:00, -WO101829,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04703,Chiller 3,2012-02-22 23:00:00, -WO100490,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-02-23 07:30:00, -WO98983,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-03-03 15:00:00, -WO107362,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-04-17 07:30:00, -WO103685,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-04-17 19:30:00, -WO108717,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2012-05-04 17:00:00, -WO111367,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-07-06 19:30:00, -WO114388,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-07-14 07:15:00, -WO116996,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-07-22 15:30:00, -WO115880,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2012-07-22 15:30:00, -WO121791,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-09-03 15:30:00, -WO125753,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-10-10 07:30:00, -WO142349,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-10-12 03:30:00, -WO126283,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2012-10-18 06:30:00, -WO130359,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04703,Chiller 3,2012-10-24 21:00:00, -WO129493,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-10-31 05:00:00, -WO130154,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2012-11-14 23:00:00, -WO130771,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2012-11-16 15:00:00, -WO136443,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-11-19 15:30:00, -WO136444,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-11-20 15:30:00, -WO133598,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2012-11-30 04:30:00, -WO139578,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-01-15 15:30:00, -WO136624,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-01-19 08:00:00, -WO140219,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-01-27 08:30:00, -WO142347,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-02-18 07:30:00, -WO143763,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-02-24 15:30:00, -WO147021,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-04-06 15:30:00, -WO150593,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-04-30 07:30:00, -WO151991,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2013-05-03 22:00:00, -WO155387,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-05-31 07:30:00, -WO158781,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-07-09 05:45:00, -WO160559,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2013-07-13 15:30:00, -WO163242,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-07-27 15:30:00, -WO166838,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-08-24 15:30:00, -WO170105,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2013-09-07 15:30:00, -WO169740,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-09-11 07:30:00, -WO174853,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2013-11-01 14:00:00, -WO174266,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-11-12 07:30:00, -WO175384,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2013-11-24 11:00:00, -WO178544,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2013-11-25 07:30:00, -WO181738,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-01-04 15:30:00, -WO181038,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-01-08 07:30:00, -WO178722,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-01-20 15:30:00, -WO185220,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-02-02 15:30:00, -WO189984,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-02-11 07:30:00, -WO195085,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-04-06 08:30:00, -WO192246,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2014-04-15 15:30:00, -WO198950,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-04-16 07:30:00, -WO204412,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-05-09 15:30:00, -WO202270,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-05-27 07:30:00, -WO205072,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-07-11 05:30:00, -WO207558,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-07-22 07:30:00, -WO211037,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-08-19 07:30:00, -WO211682,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2014-09-03 14:30:00, -WO212967,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2014-09-07 15:30:00, -WO213357,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-10-12 15:30:00, -WO221885,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-10-17 15:30:00, -WO216093,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-10-29 07:30:00, -WO219944,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-10-31 15:30:00, -WO219675,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-11-04 15:30:00, -WO221609,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04703,Chiller 3,2014-11-04 15:30:00, -WO232186,WORK_ORDER,CM,M017,Major Overhaul,CWC04703,Chiller 3,2014-11-05 15:30:00, -WO219590,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2014-11-21 07:30:00, -WO212293,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2014-11-23 12:00:00, -WO220289,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2014-11-29 15:30:00, -WO222102,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-01-03 15:30:00, -WO224850,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-02-10 07:30:00, -WO222165,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-02-24 07:30:00, -WO227706,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-02-28 15:30:00, -WO230273,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-04-10 07:30:00, -WO228422,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2015-05-01 15:30:00, -WO232252,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-05-03 15:30:00, -WO234944,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-05-22 07:30:00, -WO236922,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-07-06 07:30:00, -WO237637,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2015-07-10 07:30:00, -WO238842,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-07-24 07:30:00, -WO241305,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-08-20 15:30:00, -WO243372,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2015-09-15 15:30:00, -WO243601,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-10-02 19:30:00, -WO242149,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2015-10-12 16:30:00, -WO242782,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2015-10-17 14:30:00, -WO246361,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-10-30 15:00:00, -WO248631,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2015-11-20 14:00:00, -WO250649,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-01-17 14:00:00, -WO253170,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-01-18 12:30:00, -WO250705,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-01-20 16:30:00, -WO256000,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-02-19 20:30:00, -WO258702,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-03-14 13:00:00, -WO261664,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-05-03 15:28:00, -WO256717,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2016-05-11 11:30:00, -WO248714,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-05-16 12:44:00, -WO264059,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-05-26 12:32:00, -WO266189,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-06-13 16:57:00, -WO268671,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-07-20 14:12:00, -WO270626,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-08-17 18:57:00, -WO266743,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2016-08-24 13:29:00, -WO272261,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2016-09-12 17:03:00, -WO272577,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-09-15 18:37:00, -WO271165,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2016-09-29 14:30:00, -WO275082,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-10-26 16:27:00, -WO277095,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2016-11-22 17:59:00, -WO271639,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2016-11-28 19:24:00, -WO279377,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-01-10 15:53:00, -WO281959,WORK_ORDER,CM,MT003,Lubrication,CWC04703,Chiller 3,2017-01-20 20:30:00, -WO281964,WORK_ORDER,CM,MT002,Cleaning,CWC04703,Chiller 3,2017-01-20 20:30:00, -WO278996,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-01-25 20:22:00, -WO281212,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-02-14 18:12:00, -WO277168,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-02-19 13:29:00, -WO283386,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-03-13 16:42:00, -WO285448,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-03-18 14:43:00, -WO283926,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2017-04-25 21:00:00, -WO287806,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-05-13 13:59:00, -WO289664,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-05-20 15:00:00, -WO291693,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-06-23 15:06:00, -WO292644,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2017-07-26 14:53:00, -WO293866,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-07-31 13:44:00, -WO295724,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-09-08 15:16:00, -WO299752,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04703,Chiller 3,2017-09-30 19:30:00, -WO296786,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2017-10-03 17:00:00, -WO298240,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-10-16 13:05:00, -WO300971,WORK_ORDER,CM,MT008,Leak Detection,CWC04703,Chiller 3,2017-10-17 19:30:00, -WO300970,WORK_ORDER,CM,M017,Major Overhaul,CWC04703,Chiller 3,2017-10-18 19:30:00, -WO301163,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04703,Chiller 3,2017-10-19 19:30:00, -WO301188,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04703,Chiller 3,2017-10-23 19:30:00, -WO300258,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-11-14 23:02:00, -WO296300,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2017-11-29 17:00:00, -WO297543,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2017-11-29 20:14:00, -WO302399,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2017-12-06 18:23:00, -WO303033,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-01-13 15:46:00, -WO303526,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2018-02-01 19:42:00, -WO306028,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-02-08 15:09:00, -WO304153,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-03-06 15:05:00, -WO309086,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-03-16 19:17:00, -WO309251,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2018-03-28 12:00:00, -WO311161,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-04-13 16:03:00, -WO313270,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-05-23 18:56:00, -WO315758,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-06-24 16:02:00, -WO318099,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-08-18 13:00:00, -WO319382,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2018-09-17 13:11:00, -WO320151,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-09-18 12:11:00, -WO322841,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2018-09-26 15:00:00, -WO322332,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-10-17 13:00:00, -WO322073,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2018-10-23 19:30:00, -WO324411,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-11-02 13:00:00, -WO324167,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2018-11-27 15:00:00, -WO326327,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2018-12-07 20:00:00, -WO328587,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-01-19 20:30:00, -WO325834,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-02-25 20:00:00, -WO333082,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-03-25 23:30:00, -WO330498,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-03-26 21:45:00, -WO329681,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-03-31 17:30:00, -WO334372,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2019-04-17 15:45:00, -WO335522,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-04-27 17:00:00, -WO342835,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-08-02 17:30:00, -WO343351,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2019-08-29 14:00:00, -WO344949,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-09-04 07:00:00, -WO347517,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-09-04 19:00:00, -WO348445,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2019-11-06 15:00:00, -WO349562,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-11-20 18:30:00, -WO348017,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2019-12-11 16:00:00, -WO351788,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2019-12-16 17:00:00, -WO354050,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-01-30 22:30:00, -WO356585,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-04-27 18:30:00, -WO359343,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-04-29 17:30:00, -WO361947,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-05-13 05:30:00, -WO350672,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-05-18 19:30:00, -WO359522,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2020-05-28 13:54:00, -WO347230,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2020-05-28 13:54:00, -al_58d36231-a55b-4a4b-bbb2-ae50edb7b607,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04703,Chiller 3,2020-06-04 03:15:00, -al_92a02bc4-7272-469a-90e3-68e02f6b791a,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04703,Chiller 3,2020-06-04 03:15:00, -al_23c79456-0e69-4ff9-b842-564ac6ea264b,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04703,Chiller 3,2020-06-06 11:42:00, -al_301e5e1c-60d2-4dc9-964b-ad64c0871868,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04703,Chiller 3,2020-06-07 00:00:00, -al_94786f6f-2922-4805-82f1-39d1ac5149e5,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04703,Chiller 3,2020-06-08 00:00:00, -WO364673,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-06-18 17:00:00, -WO354490,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-07-07 22:30:00, -WO366952,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-07-22 17:30:00, -WO369367,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-08-12 17:00:00, -WO371754,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-09-25 17:30:00, -WO372366,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2020-09-25 19:00:00, -al_3816b63b-9442-43f0-8a1e-ea036724f815,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04703,Chiller 3,2020-09-29 09:17:00, -WO373356,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2020-10-22 19:30:00, -WO374220,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-11-04 18:00:00, -WO376660,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2020-12-10 18:30:00, -WO379172,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-01-13 18:30:00, -WO381218,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-02-17 18:00:00, -WO383583,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-03-24 17:54:00, -WO380444,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-03-30 15:30:00, -WO385707,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-04-16 14:00:00, -WO376516,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-05-04 18:30:00, -WO388412,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-05-27 13:00:00, -WO386601,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2021-06-21 23:00:00, -WO391038,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-07-02 17:00:00, -WO393307,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-08-03 17:15:00, -WO395831,WORK_ORDER,CM,M008,Vibration Issues,CWC04703,Chiller 3,2021-08-12 19:30:00, -WO393589,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2021-08-18 13:00:00, -WO395527,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-09-10 17:30:00, -al_d3dc9579-b198-475b-a769-2419964e261d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04703,Chiller 3,2021-09-22 09:45:00, -al_6668bc78-3cd6-4d4b-b9a1-a7d4818e3c1f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04703,Chiller 3,2021-09-24 05:45:00, -WO398136,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-10-04 17:30:00, -WO398631,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2021-10-05 18:00:00, -WO399764,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-10-14 16:00:00, -WO400171,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-11-17 20:30:00, -WO402110,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2021-12-11 18:00:00, -WO404246,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-01-18 18:30:00, -WO406692,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04703,Chiller 3,2022-02-11 20:30:00, -WO405935,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-03-03 20:00:00, -WO405431,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2022-03-28 14:00:00, -WO407709,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-03-31 15:00:00, -WO404565,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-04-04 15:00:00, -WO410002,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-04-28 13:00:00, -WO412069,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-06-16 17:30:00, -WO410325,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2022-07-06 14:00:00, -WO414237,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-07-13 21:30:00, -WO415935,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-08-11 17:00:00, -WO416070,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2022-08-17 18:30:00, -WO401257,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-09-16 18:30:00, -WO417696,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-09-22 19:00:00, -WO415519,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2022-09-29 12:00:00, -WO419481,WORK_ORDER,PM,MT011,Calibration,CWC04703,Chiller 3,2022-10-06 15:30:00, -WO420437,WORK_ORDER,CM,CS002,Sensor Failure,CWC04703,Chiller 3,2022-10-13 13:00:00, -WO419391,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-10-21 18:30:00, -WO419883,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2022-11-15 15:00:00, -WO421196,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-11-29 14:00:00, -WO423028,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2022-12-20 14:00:00, -WO424686,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-01-23 17:00:00, -WO426338,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-02-20 20:00:00, -WO424426,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-03-29 13:00:00, -WO424568,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2023-03-30 18:00:00, -WO127079,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-04-10 09:00:00, -WO427783,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-04-10 12:00:00, -WO124905,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04703,Chiller 3,2023-05-04 14:00:00, -WO135850,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-06-02 11:00:00, -WO134123,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-06-02 13:00:00, -WO421495,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-08-10 14:30:00, -WO142689,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-08-11 11:00:00, -WO160218,WORK_ORDER,CM,MT002,Cleaning,CWC04703,Chiller 3,2023-08-28 14:30:00, -WO148910,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-08-30 13:30:00, -WO150324,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2023-09-05 11:30:00, -WO155723,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-09-21 15:00:00, -WO164773,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04703,Chiller 3,2023-10-04 11:00:00, -WO166916,WORK_ORDER,PM,MT010,Oil Analysis,CWC04703,Chiller 3,2023-10-10 11:00:00, -WO33617,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2010-10-15 15:30:00, -WO41564,WORK_ORDER,CM,MT008,Leak Detection,CWC04704,Chiller 4,2010-10-20 15:30:00, -WO64011,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2011-04-29 15:30:00, -WO64012,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2011-05-03 15:30:00, -WO62745,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2011-05-18 15:30:00, -WO67368,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2011-06-23 15:30:00, -WO71050,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2011-08-05 15:30:00, -WO73874,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2011-08-13 15:30:00, -WO76184,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2011-08-25 15:30:00, -WO83325,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2011-11-03 07:30:00, -WO83323,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2011-11-03 08:00:00, -WO79655,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2011-11-04 15:45:00, -WO88374,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2011-11-21 15:30:00, -WO91541,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-01-11 07:30:00, -WO96080,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04704,Chiller 4,2012-01-24 18:30:00, -WO95048,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-01-25 15:30:00, -WO101957,WORK_ORDER,CM,M017,Major Overhaul,CWC04704,Chiller 4,2012-02-08 15:30:00, -WO101965,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04704,Chiller 4,2012-02-10 15:30:00, -WO99137,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-02-11 09:00:00, -WO99141,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-02-14 13:00:00, -WO99139,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-02-16 15:30:00, -WO95050,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-02-20 15:30:00, -WO100800,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-02-23 07:30:00, -WO102646,WORK_ORDER,CM,M013,Condenser Plugged,CWC04704,Chiller 4,2012-02-26 15:30:00, -WO101938,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04704,Chiller 4,2012-02-29 22:00:00, -WO102710,WORK_ORDER,CM,L004,Piping Leak,CWC04704,Chiller 4,2012-03-01 15:30:00, -WO107660,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-04-17 07:30:00, -WO104193,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-04-17 19:30:00, -WO108719,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2012-05-04 17:00:00, -WO114853,WORK_ORDER,CM,M013,Condenser Plugged,CWC04704,Chiller 4,2012-05-30 15:30:00, -WO111679,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-07-06 19:30:00, -WO114684,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-07-14 08:00:00, -WO115932,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2012-07-22 15:30:00, -WO117464,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-07-22 15:30:00, -WO118310,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2012-08-07 23:00:00, -WO123902,WORK_ORDER,CM,MT003,Lubrication,CWC04704,Chiller 4,2012-08-08 15:30:00, -WO124486,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-08-16 17:30:00, -WO121986,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-09-03 15:30:00, -WO126378,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-10-10 07:30:00, -WO142618,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-10-12 03:30:00, -WO126380,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2012-10-18 07:30:00, -WO130038,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-11-03 15:30:00, -WO130156,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2012-11-13 20:00:00, -WO136442,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-11-14 15:30:00, -WO137169,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-11-26 15:30:00, -WO134022,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2012-11-28 05:00:00, -WO139691,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-01-15 14:00:00, -WO136861,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-01-19 08:00:00, -WO140662,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-01-27 08:15:00, -WO142616,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-02-18 04:30:00, -WO144056,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-02-24 15:30:00, -WO147777,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-03-09 10:30:00, -WO147490,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-04-07 15:30:00, -WO152380,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-04-17 15:30:00, -WO150808,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-04-30 07:30:00, -WO151993,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2013-05-03 23:00:00, -WO155630,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-06-03 07:30:00, -WO160595,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2013-07-13 15:30:00, -WO158999,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-07-14 09:00:00, -WO163693,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2013-07-22 19:00:00, -WO163597,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-07-27 15:30:00, -WO167001,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-08-24 15:30:00, -WO170173,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2013-09-07 07:45:00, -WO170171,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-09-11 07:30:00, -WO174855,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2013-10-29 15:30:00, -WO174763,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-11-12 07:30:00, -WO178847,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-11-22 07:30:00, -WO175640,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2013-11-24 15:00:00, -WO178849,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2013-11-24 15:30:00, -WO185816,WORK_ORDER,CM,MT008,Leak Detection,CWC04704,Chiller 4,2013-12-23 15:30:00, -WO181953,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-01-04 15:30:00, -WO181143,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-01-08 07:30:00, -WO185577,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-01-30 07:30:00, -WO190357,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-02-18 07:30:00, -WO196349,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-02-26 15:30:00, -WO195504,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-04-06 08:30:00, -WO192248,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2014-04-11 11:00:00, -WO199057,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-04-16 07:30:00, -WO202368,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-05-27 07:30:00, -WO202871,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2014-06-04 14:00:00, -WO205168,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-07-11 07:30:00, -WO207735,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-07-20 15:30:00, -WO212535,WORK_ORDER,CM,MT002,Cleaning,CWC04704,Chiller 4,2014-08-15 03:30:00, -WO211109,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-08-19 07:30:00, -WO211683,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2014-09-03 15:30:00, -WO212968,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2014-09-07 15:30:00, -WO213562,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-10-12 15:30:00, -WO219969,WORK_ORDER,CM,MT003,Lubrication,CWC04704,Chiller 4,2014-10-22 15:30:00, -WO216217,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-10-30 07:30:00, -WO219735,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-11-21 07:30:00, -WO217509,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2014-11-22 10:00:00, -WO219552,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-11-22 15:30:00, -WO219736,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2014-11-26 15:30:00, -WO220290,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2014-11-29 15:30:00, -WO222212,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-01-03 15:30:00, -WO225030,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-02-09 07:30:00, -WO222213,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-02-24 07:30:00, -WO227807,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-02-28 15:30:00, -WO230470,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-04-10 07:30:00, -WO228423,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2015-04-30 15:30:00, -WO232328,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-05-03 15:30:00, -WO235038,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-05-22 07:30:00, -WO235606,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2015-07-02 14:30:00, -WO237013,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-07-06 07:30:00, -WO237638,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2015-07-10 07:30:00, -WO238998,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-07-25 15:30:00, -WO241375,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-08-20 15:30:00, -WO243373,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2015-09-15 15:30:00, -WO243749,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-10-02 19:30:00, -WO242150,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2015-10-10 17:00:00, -WO242858,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2015-10-17 15:05:00, -WO246560,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-11-04 20:30:00, -WO248772,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-11-20 16:00:00, -WO241089,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-11-24 15:30:00, -WO248773,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-11-25 20:30:00, -WO248595,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2015-11-27 20:00:00, -WO253343,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-01-18 14:30:00, -WO250750,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-01-20 19:00:00, -WO250751,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-01-20 20:00:00, -WO256102,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-02-25 15:30:00, -WO258831,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-03-14 18:00:00, -WO263831,WORK_ORDER,CM,MT003,Lubrication,CWC04704,Chiller 4,2016-04-20 19:30:00, -WO261895,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-05-03 15:29:00, -WO256718,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2016-05-11 12:30:00, -WO264145,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-05-26 11:56:00, -WO267483,WORK_ORDER,CM,MT003,Lubrication,CWC04704,Chiller 4,2016-06-10 19:30:00, -WO266269,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-06-13 17:00:00, -WO265200,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2016-07-06 10:30:00, -WO268813,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-07-20 14:15:00, -WO266744,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2016-08-02 19:30:00, -WO270693,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-08-17 18:59:00, -WO272262,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2016-09-12 17:05:00, -WO271166,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2016-09-29 14:45:00, -WO275213,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-10-25 18:41:00, -WO272715,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-10-28 13:00:00, -WO277421,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04704,Chiller 4,2016-10-31 19:30:00, -WO277572,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-11-23 19:30:00, -WO277240,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-11-25 20:30:00, -WO270342,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2016-11-29 15:30:00, -WO279272,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04704,Chiller 4,2016-11-30 18:00:00, -WO271693,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2016-11-30 19:50:00, -WO279468,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-01-14 14:39:00, -WO283200,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04704,Chiller 4,2017-01-21 20:30:00, -WO283199,WORK_ORDER,CM,MT002,Cleaning,CWC04704,Chiller 4,2017-01-23 20:30:00, -WO279026,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-01-25 20:25:00, -WO277241,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-01-30 12:14:00, -WO281386,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-02-14 18:13:00, -WO283438,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-03-13 16:48:00, -WO285584,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-03-21 12:57:00, -WO283927,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2017-04-25 21:30:00, -WO289526,WORK_ORDER,CM,MT003,Lubrication,CWC04704,Chiller 4,2017-05-02 21:30:00, -WO288040,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-05-13 15:34:00, -WO289743,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-05-20 15:05:00, -WO291778,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-06-23 15:08:00, -WO293239,WORK_ORDER,CM,MT003,Lubrication,CWC04704,Chiller 4,2017-06-27 19:30:00, -WO292645,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2017-07-26 14:54:00, -WO290788,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2017-07-27 11:48:00, -WO294058,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-07-31 19:30:00, -WO296135,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04704,Chiller 4,2017-08-01 19:30:00, -WO297031,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04704,Chiller 4,2017-08-07 19:30:00, -WO296517,WORK_ORDER,CM,M017,Major Overhaul,CWC04704,Chiller 4,2017-08-07 19:30:00, -WO295852,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-09-08 15:18:00, -WO296845,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2017-10-03 19:30:00, -WO296301,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2017-10-10 19:00:00, -WO298377,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-10-16 13:06:00, -WO301866,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04704,Chiller 4,2017-10-30 19:30:00, -WO303210,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04704,Chiller 4,2017-11-07 20:30:00, -WO303242,WORK_ORDER,CM,M017,Major Overhaul,CWC04704,Chiller 4,2017-11-08 20:30:00, -WO303306,WORK_ORDER,CM,M017,Major Overhaul,CWC04704,Chiller 4,2017-11-08 20:30:00, -WO303206,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-11-14 20:30:00, -WO300394,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-11-14 23:03:00, -WO295436,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-11-17 00:27:00, -WO304392,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04704,Chiller 4,2017-11-17 20:30:00, -WO303109,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-11-24 18:45:00, -WO303070,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-11-29 18:55:00, -WO297544,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2017-11-29 20:12:00, -WO302555,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2017-12-06 18:25:00, -WO303527,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2018-02-01 19:47:00, -WO306187,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-02-06 17:28:00, -WO304180,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-03-06 15:03:00, -WO309230,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-03-16 19:18:00, -WO309252,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2018-03-28 13:00:00, -WO311269,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-04-13 16:04:00, -WO313422,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-05-23 18:53:00, -WO315858,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2018-06-18 17:30:00, -WO315822,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-06-24 16:04:00, -WO318165,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-08-18 15:00:00, -WO319383,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2018-09-17 13:13:00, -WO320229,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-09-18 12:13:00, -WO322842,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2018-09-26 17:00:00, -WO322415,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-10-17 15:00:00, -WO322117,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2018-11-06 20:30:00, -WO324168,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2018-11-27 16:00:00, -WO326468,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2018-12-10 22:30:00, -WO328732,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-01-19 22:30:00, -WO325835,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-01-23 20:00:00, -WO328246,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-01-25 15:30:00, -WO320287,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-01-25 16:00:00, -WO324543,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-02-18 18:18:00, -WO330637,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-03-01 14:00:00, -WO333096,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-03-25 19:15:00, -WO329706,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-03-31 19:30:00, -WO334373,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2019-04-17 17:15:00, -WO335624,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-04-27 19:00:00, -WO338653,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04704,Chiller 4,2019-05-09 16:00:00, -WO342908,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-08-02 19:30:00, -WO343352,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2019-08-29 15:00:00, -WO345046,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-09-04 16:00:00, -WO347600,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-09-04 16:00:00, -WO348054,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2019-10-31 15:30:00, -WO348446,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2019-11-06 16:00:00, -WO343608,WORK_ORDER,CM,CS002,Sensor Failure,CWC04704,Chiller 4,2019-11-07 21:11:00, -WO349654,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-11-20 20:30:00, -WO346886,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-11-26 19:15:00, -WO353010,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-12-13 17:00:00, -WO351955,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2019-12-16 19:00:00, -WO354148,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-01-31 00:30:00, -al_8e51e2ba-402c-4b8d-8eea-2d91edee19e5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-02-05 04:00:00, -al_8fa440f9-64f4-48b0-afa6-c1fed68b2070,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-02-24 20:15:00, -al_634995d9-deb1-469d-9701-1e4df4f4bc97,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-02-26 07:00:00, -al_5980f4a4-609a-4c3e-9887-b23f25b31315,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-03-12 01:45:00, -al_f4a88b4a-aa9c-4c2b-83fa-6cb61f151622,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-03-12 08:30:00, -al_ef7cf5ec-de2d-4da9-b644-83980d71c550,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-03-14 10:00:00, -al_1d5388dd-47e4-4734-ac54-4ba956226615,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-03-15 00:00:00, -al_52fc5e60-d0d7-4a2e-8c66-8889d0f7f425,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-03-16 00:00:00, -al_4b67ef18-54e7-4f38-89ce-a31b16eefa5f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-03-16 15:45:00, -WO350673,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-04-08 19:30:00, -al_9271c9fc-8c3b-4b1a-8ac9-51f3d0f21020,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-10 00:30:00, -al_9be57ac6-2e1b-49b2-bf62-95470a632606,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-10 07:45:00, -al_04eba4b5-9036-4ffb-8071-4b653035e582,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-11 02:00:00, -al_9496ad5e-c1d5-4315-9dea-13b9201bf20c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-11 09:45:00, -al_07ff2276-a2ae-4e9e-8197-8750004a294b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-12 01:45:00, -al_e92810e8-c688-4dcb-9aac-043ae0fad79f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-14 01:30:00, -al_92eb55a6-4e96-4592-977a-b5f8b4bcaa6c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-14 09:00:00, -al_f1636424-c53a-4603-9dc2-20bda3e56d55,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-14 17:30:00, -al_c070bd27-ce33-41fc-a60c-4107b58ba948,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-15 05:45:00, -al_f4ff3b0f-50d4-4c81-9938-a6a06877ede9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-15 16:45:00, -al_5ca10965-8505-47d2-ae84-3b549c187b3a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-16 05:00:00, -al_f60268ee-c011-4b15-bf88-85f0b4a2db7a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-16 09:15:00, -al_8c0c0999-90e9-4593-a6de-dfb788e238a9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-16 16:00:00, -al_989720c4-9fda-4262-8810-c733859639a7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-17 00:15:00, -al_ed29af7d-59e1-4c09-a295-bf90beff8bfa,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-17 14:30:00, -al_3df5bd43-5851-4a42-ba82-c4973258f6e1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-17 21:00:00, -al_3b413411-da7c-4fb3-b30a-2ab3773dd5e0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-18 00:00:00, -al_9475bca8-8c95-47f8-9107-792e1d6e01c2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-19 02:45:00, -al_c1c1cb4b-22ef-4b49-9861-6f4af283bd5a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-20 18:15:00, -al_0959276b-8b4f-4e1a-899d-117932300200,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-21 00:00:00, -al_3d2e99ab-744e-4dc8-bf96-bfbf9f30fa5d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-22 14:15:00, -al_ec2868be-c7a4-4daf-951e-be39b5248761,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-04-28 00:15:00, -WO356697,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-04-28 13:00:00, -WO359502,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-04-29 19:30:00, -al_98c48e6e-fcfb-4e6c-95bb-7652605b2204,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-05 08:15:00, -al_8d4c575b-de8c-4b75-a83f-dbd2a427b45b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-06 00:00:00, -al_bd10c6d1-2c96-4787-969e-80e0507bf5b3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-12 08:45:00, -al_21783975-1793-4559-9aed-e17a9d66766e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-12 16:00:00, -WO362108,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-05-12 19:30:00, -al_d38b019c-e99d-4204-bc42-a348bccefa8b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-12 20:15:00, -al_874b6177-2807-4cc3-948b-dca7194aaddd,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-13 04:15:00, -al_6ae76209-86ea-40be-b1e2-e7f3c83ed493,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-14 04:15:00, -al_9a1e1a20-e2dd-4c74-aabc-e63b54ccfff6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-20 20:15:00, -al_5163507e-a1d0-41e3-b592-c147566a2d80,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-21 00:00:00, -al_8e90b22b-fe7f-4df3-a7c0-59ff5a13b16f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-23 20:45:00, -al_ed7b6f71-968f-45ec-bb89-423a70f267f9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-05-24 00:00:00, -WO347231,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2020-05-28 13:55:00, -WO359523,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2020-05-28 13:56:00, -WO341537,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2020-05-28 13:56:00, -al_45c71438-43e7-4540-851c-4866e71f5438,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-06-06 11:42:00, -al_0d9e56a6-c079-40eb-b5bc-85bcd4741228,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-06-07 00:00:00, -al_bdbf72bf-e4af-4264-9b83-ad0fa0909ad9,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-06-08 00:00:00, -WO364812,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-06-17 17:30:00, -WO354598,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-07-07 23:30:00, -WO367119,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-07-22 19:30:00, -WO367154,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2020-07-23 19:00:00, -WO369517,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-08-13 14:00:00, -al_0621ed89-9495-4056-87b1-9a6719663362,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-08-19 00:00:00, -al_51e6498c-71c6-4ea5-9744-09cbd7fa2e17,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-08-19 17:41:00, -al_50127892-5392-4899-ba86-3c6f58b46939,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-08-20 00:00:00, -WO372367,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2020-09-22 19:00:00, -al_6b7e8412-4d29-4205-ac74-548a99bbf026,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-09-23 02:30:00, -WO371928,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-09-25 19:30:00, -al_47fdf566-fd50-466d-89ab-939842f3b2f2,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-09-29 09:17:00, -al_ab2ad8f6-fca0-44e2-9300-85df5e97d6c5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-03 03:15:00, -al_0ecf328c-1ab4-4903-803d-ff1399f687a0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-04 05:00:00, -al_32a5715d-b159-49b8-b6b7-a1fee77dc37c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-08 18:30:00, -al_149ba65b-b996-4aea-a09c-1b04d985335b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-09 03:00:00, -al_c40e7284-ada4-48d0-aeef-ec171f28bb47,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-12 11:45:00, -al_b05f670c-0ad4-48b7-8240-08e0d0dae4ac,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-10-13 13:25:00, -al_f26d05c3-0817-4891-9fb9-4d8bb8d49829,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-10-14 00:00:00, -al_0d777de7-91b0-495d-a27a-aaa8a32cd028,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-14 20:15:00, -al_90ca1e61-72b2-42b7-96c9-8f58b2ea00eb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-17 00:45:00, -al_278a3b58-8eea-40bd-8c61-16b1899bd35c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-17 06:30:00, -al_5b112be0-0c06-4b88-a40c-667c5cba1593,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-17 14:15:00, -al_1bfea97e-e355-4b5f-8cdb-56a2e93c2933,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-17 20:15:00, -al_79c218ee-3b3b-48dc-81b1-b9dfccdc27e5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-18 00:00:00, -al_c92bc5b1-0b23-4ba5-ab5e-6da5fecc8253,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-18 04:30:00, -al_c567e576-a43f-4209-b507-69eba9a5a0bc,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-10-21 16:11:00, -al_79c3ec46-42ea-4b2a-90b1-a1af879b97bd,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-10-22 00:00:00, -al_ed990652-691a-4398-bd8e-286698077f75,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-24 17:45:00, -al_2855d7b5-aa54-4a91-9ee9-31b951c0f238,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-25 00:00:00, -al_45442dd5-1c6f-48ca-8026-70cd997a4d47,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04704,Chiller 4,2020-10-26 00:00:00, -WO373419,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2020-10-26 19:30:00, -al_5d1576e9-9d96-4f4a-9529-a6536f56e855,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-27 15:45:00, -al_e5b1b206-d4ee-4323-83e5-bc4a6b8154b0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-28 00:00:00, -al_0b7a5e2e-a2d0-4a7e-a3e5-ddb87e906463,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-28 06:00:00, -al_7b1a0ebf-2923-4784-aff7-3c9a43576d11,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-29 14:45:00, -al_7bdf36f1-7181-46a7-b1d1-54f610aa684b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-29 19:45:00, -al_f0c09cc6-c114-4bce-93a5-9331e684c4f4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-30 00:15:00, -al_5f31b5a9-ca2a-4d44-858f-c3ea3205e661,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-10-30 12:45:00, -al_c1a2d204-3652-4d2f-ace1-9ea919f1553e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-11-01 12:48:00, -al_2c1bb25b-96eb-456f-9c35-35ca26d08be0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-11-01 20:00:00, -al_6c3fb20f-0d2a-48fe-8c39-b2e6458e98f7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2020-11-02 00:00:00, -WO374393,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-11-04 20:00:00, -WO378537,WORK_ORDER,CM,M003,Deformation,CWC04704,Chiller 4,2020-12-07 20:30:00, -WO372007,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-12-08 20:00:00, -WO376826,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-12-10 20:30:00, -WO379443,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2020-12-21 14:00:00, -WO379362,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-01-14 17:43:00, -al_7adfc535-1f98-4181-a77c-be7ced5b37d3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-01-16 12:30:00, -al_b40eee11-40b7-4716-9875-f7922a8b6eb5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-01-17 00:00:00, -WO376517,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-01-17 19:00:00, -al_b56a4485-2a21-441e-9e56-5d7467b0c0fe,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-01-18 00:00:00, -al_aa1e1ccf-981d-465f-aec6-97899c455902,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-02-16 13:15:00, -WO381391,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-02-16 14:00:00, -al_065f740d-f326-4292-ad9c-c1396d15f49b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-02-24 14:30:00, -al_7daeb673-3483-48ee-b2ef-ad167d642882,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2021-02-25 01:30:00, -al_c7227a1c-c529-41e8-a7aa-21156c0c412d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-02-25 12:45:00, -al_fbc08491-2442-48d2-a1a6-36f409f3ff06,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04704,Chiller 4,2021-03-09 10:26:00, -al_711337c3-2897-4af2-9dc7-6e85f02a3bfb,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2021-03-09 10:26:00, -al_23e93f3b-2d48-4130-8587-2874ec5a505c,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04704,Chiller 4,2021-03-10 13:43:00, -al_8777856c-f559-4d1a-8b7f-c91e17ba80fb,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2021-03-10 13:43:00, -al_469e073e-6de9-4095-b9b8-58bd7227870a,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04704,Chiller 4,2021-03-11 00:00:00, -al_8eeb0c97-3965-4096-87a3-2fa0256ef990,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2021-03-11 00:00:00, -al_86a45904-1c47-4d6a-9669-92af10374b77,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04704,Chiller 4,2021-03-12 00:00:00, -al_c0dfe38f-d292-4084-9681-9bcd6bda27d5,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2021-03-12 00:00:00, -al_dd373d22-a187-48ba-80a4-4804ce13c761,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-18 11:04:00, -al_dfa672ea-8b2a-4b09-b178-d4c72e2ae5e5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-19 00:00:00, -al_d5cbe853-b80d-49d4-888b-704e89e18f7c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-20 06:37:00, -al_24ef8fc8-5cf7-4f25-9565-fc02516acb7a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-22 09:03:00, -al_a1e992cc-df6b-4a97-83bb-ab6f7e811b8e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-23 00:00:00, -al_cfab9d9d-b8d2-4a46-a7ea-28d3f1609bb2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-23 16:00:00, -al_8e8677cb-8e3b-4a75-aa9b-f594b9931a08,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-24 00:00:00, -al_91adaa34-9adb-4313-ba6c-718aa3f38210,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-24 18:15:00, -WO383719,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-03-24 19:30:00, -al_0f26552c-bbc9-49be-85c6-52a72f042392,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-25 00:00:00, -al_d29c49c6-1dbe-4af9-a285-bad59a7c61f2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-26 00:00:00, -al_4efc7b4f-b992-4757-afdd-b76765b14b19,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-26 14:30:00, -al_1809d4be-3a17-43ba-8b88-5026ca52fa47,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-27 00:00:00, -al_7295b446-6e07-4bb6-986d-507de42e8d8a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-28 00:00:00, -al_5d54f3ca-5f71-41a5-83b9-9911200913eb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-29 00:00:00, -al_1d5a681c-1659-4300-b121-620600383242,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-30 12:30:00, -WO380539,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-03-30 17:30:00, -al_f7d20f74-ed4e-4ed9-9ae6-358ed9952926,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-03-31 00:00:00, -al_c6962fd4-96a0-443e-bd32-b03f7e8f86e5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-04-01 00:00:00, -al_8d107ae7-81ef-4b16-a81d-bc47da69565b,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04704,Chiller 4,2021-04-15 16:25:00, -al_14741217-a437-4e67-a5ad-5f984480c1aa,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2021-04-15 16:25:00, -al_653c7bdc-7c34-4a96-b524-9d1bf9764c85,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-04-15 16:25:00, -WO385984,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-04-26 13:00:00, -WO388555,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-05-27 16:52:00, -WO386600,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2021-06-18 19:30:00, -WO391190,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-07-02 19:30:00, -WO394592,WORK_ORDER,CM,MT003,Lubrication,CWC04704,Chiller 4,2021-07-27 19:30:00, -WO393447,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-08-03 19:00:00, -WO393590,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2021-08-18 14:00:00, -WO395689,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-09-09 19:00:00, -WO398081,WORK_ORDER,CM,MT003,Lubrication,CWC04704,Chiller 4,2021-09-14 19:43:00, -al_a284ec0b-fda2-48eb-88c3-b9fe1b89b7d8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-09-15 10:45:00, -al_9d77536a-b1db-4e14-8cae-d2f582f7650b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-09-16 00:00:00, -al_4b314686-e7e7-40ae-8b23-a8ef531e18c2,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-09-22 09:00:00, -al_34a17c95-8fbc-433d-b51f-c388f965339d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-09-23 05:45:00, -al_c43c3fbf-9066-41c7-8495-956349970a30,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-09-24 04:00:00, -al_7133cd5b-064f-488b-a5e2-b79a5c131b7c,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-09-25 05:30:00, -al_629ec951-4adb-417c-a9ae-5b27c101f852,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-09-26 00:00:00, -al_1ebb9515-e224-459f-8dba-65bd063aaf78,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-09-26 15:57:00, -al_9f54878c-9d81-45f2-9102-a00372e6a072,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-09-27 00:00:00, -al_c58603fe-a98c-4da2-b73c-818fa037a5f0,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-09-27 05:00:00, -al_225f3850-3dbd-4b14-bd2c-6543fc621bd8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-09-28 07:30:00, -al_420e3667-7f54-49b1-ad43-4c14fcec18e1,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-09-29 00:00:00, -al_10818c61-8842-47b5-b6b3-7f5f51b3a81e,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-09-30 00:00:00, -al_8152efc6-8dc5-4064-b953-0b199685f016,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-10-01 00:00:00, -al_06a20e96-a642-4797-aee2-e09eeaf23ae8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-10-04 07:30:00, -WO398237,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-10-05 17:30:00, -WO398683,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2021-10-05 19:30:00, -al_e0890959-4126-429f-a6ea-f6736af97d12,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-10-07 11:45:00, -al_8b653e0d-49d6-46ff-83ee-c533bba030e1,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-10-19 06:45:00, -al_a9b03f61-7e47-424d-addb-63ddd87bc081,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-10-26 03:45:00, -al_c52053d0-f757-4a5c-a186-39425480569c,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-10-27 00:00:00, -al_04b02d43-cb46-447f-9f28-ac90d8d1b6d0,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-10-28 00:00:00, -al_99769ba1-339b-4215-ba67-6deb5f188aa4,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-10-29 00:00:00, -al_44cfe4e8-657d-4d0b-af1b-ddfa5ae6df46,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-10-30 00:00:00, -al_0ab6208a-4189-4634-9b52-b565ab4c5ac2,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-10-31 00:00:00, -al_e9ec6341-fdaf-4094-bd9e-c75758e324d9,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-01 00:00:00, -al_5ee75a68-e603-4ff6-9ac2-da92001e21d6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-01 03:47:00, -al_f562ef73-afe1-48e9-bd7b-c20d8b8516b0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-01 14:45:00, -al_0e2c09b4-4e33-46a4-92de-92b0785d9697,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-02 00:00:00, -al_31752367-b72d-4a8c-853d-8dd066b0ee1e,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-03 06:45:00, -al_6e0ab6f0-01e5-477c-a4ef-f8fb197f8fb6,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-09 09:30:00, -al_e7e60769-ebae-4239-b09e-ea16ad0a6d82,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-10 00:00:00, -al_3fa2b9d4-df0b-4567-a99b-e0d9ac17eb0b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-11 10:15:00, -al_2132c7b5-5d7c-4819-ba64-b7b7d70c4ba5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-12 10:15:00, -al_e7e849af-72df-4d1e-92a6-025580de38d8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-12 12:00:00, -al_4f7d6bf4-1736-4ec2-ad96-5f89857904c7,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-13 00:00:00, -al_1b2d8d9c-e555-4830-b0d3-db414933b50d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-13 10:14:00, -al_6b58f551-4fe8-474f-965e-8cecb158a922,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-14 00:00:00, -al_adabc023-23d9-44c8-928e-8bb9f6c92cf2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-15 00:00:00, -al_2a9874c7-b5a1-4241-af13-696caf6cc73f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-15 10:00:00, -al_1a3aa5a2-5863-4e59-b4ed-c9a3f3e116e2,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-16 00:00:00, -al_ffee0922-da44-46b8-90d5-5dcf122c8dab,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-17 11:45:00, -al_b82ae0d0-8c5b-4ec6-9aa5-a03d24fb6216,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-11-18 00:00:00, -al_95500fa0-fe07-4a99-81d2-18b14fe079ca,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-18 07:45:00, -WO400320,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-11-18 14:00:00, -al_eaa39f33-ac7c-47b5-a652-4c15abbfa8d7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-19 00:00:00, -al_a27311f0-9a16-40ea-8eda-c330c071bfc3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-20 00:00:00, -al_a324a35f-3b6c-4e82-94c0-e8aecf34a9e5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-21 00:00:00, -al_bdf61c03-fc44-43b8-ae54-3cc39cdc8a55,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-22 00:00:00, -al_ae154132-9890-4e76-bf6a-a3ff26894cb5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-22 18:04:00, -al_2f6a4e4c-3f3b-43d7-8a7e-7850726395b3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-23 00:00:00, -WO397373,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-11-23 20:00:00, -al_8ad0909c-04ef-47d9-9022-7b973f56094f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-24 00:00:00, -al_5ef0244e-0fa7-4b17-ae69-97873afa2d12,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-25 00:00:00, -al_bdba031e-bab7-4033-bb67-9d39a16c33df,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-26 00:00:00, -al_f42ed464-f361-40f5-ae93-da0ba471966a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-26 05:32:00, -al_d95c4866-3255-40b5-abfb-1fd3fbd70ade,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-11-27 00:00:00, -al_a5da238b-2322-4e95-a45f-c16bd337e527,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-12-02 06:15:00, -al_3dcc2f08-26de-4c86-8f1d-9e87d5280529,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-12-03 00:00:00, -WO402225,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2021-12-11 20:30:00, -al_2691bda9-cda9-4e13-b505-337995e61da0,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-12-13 13:45:00, -al_ece766bf-30ed-478e-b5ce-04c4c3cbad09,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2021-12-14 00:00:00, -al_6ad9be8e-ca6f-48b0-9f47-fabd45ca1b21,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2021-12-14 16:00:00, -WO404338,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-01-18 16:00:00, -WO406106,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-03-03 18:30:00, -WO403726,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-03-14 13:00:00, -WO405432,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2022-03-28 13:00:00, -WO407849,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-03-31 17:00:00, -WO404650,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-04-04 17:00:00, -WO410204,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-04-28 15:00:00, -WO412214,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-06-15 18:30:00, -WO414180,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-06-15 18:31:00, -WO414203,WORK_ORDER,CM,M013,Condenser Plugged,CWC04704,Chiller 4,2022-06-17 14:00:00, -WO401258,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-06-28 18:30:00, -WO410326,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2022-07-01 16:00:00, -WO414377,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-07-14 21:30:00, -WO416036,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-08-12 13:00:00, -al_b6e48ed0-de95-4f2c-a456-2ffc97a8da8d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-08-30 07:00:00, -al_2959688c-ef66-482b-b5a1-d4ded54db012,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-08-31 06:00:00, -al_0d546876-4519-48e8-8b80-3acce5e6c167,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-09-01 00:00:00, -al_5e5f6a6c-39a5-45d4-84a9-25acc7db543d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-09-02 00:00:00, -al_4c1831cf-b01b-4269-8a5d-91f261af548e,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-09-03 00:00:00, -al_f3bf2746-efb6-4a21-9fd0-ca0130f3b186,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-09-04 00:00:00, -WO417763,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-09-23 13:00:00, -WO416071,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2022-09-26 12:30:00, -WO415520,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2022-09-29 13:00:00, -al_da5a5b50-c683-48fe-a4e0-d5124f474c88,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-10-12 08:15:00, -al_ab6c2e45-80ed-4e91-ae70-cda0b495544b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-10-13 00:00:00, -al_3b770649-d7de-48ce-a8f9-4c5aaea9edb5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-10-14 00:00:00, -WO419521,WORK_ORDER,PM,MT011,Calibration,CWC04704,Chiller 4,2022-10-17 15:30:00, -WO419485,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-10-24 15:00:00, -al_e93da4c3-baf3-43ac-8f19-94a605a6c376,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-10-25 04:00:00, -al_fcecce51-6d81-44be-91b7-1819c19c5349,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-10-26 03:15:00, -al_40d69dab-7957-4c0e-962a-35a55b521112,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-10-27 14:30:00, -al_ff7e332f-914c-492e-a6ff-0f22b4574b67,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-10-28 00:00:00, -al_2c47efa0-6350-4b01-af1b-868ae98e6796,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-10-28 10:15:00, -al_530626e0-98dc-4f26-bd50-31f95d02eaa4,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-10-31 02:30:00, -al_e113950c-491f-40f7-a713-0d1358084aa9,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-01 02:45:00, -al_d2560492-597d-4a7a-ac37-850ed9375af2,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-02 00:00:00, -al_b7402365-745d-4dd7-875c-6003344fbd9a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-03 00:00:00, -al_c49e67c3-b9a5-4fa6-acfc-f5218fe87455,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-04 00:00:00, -al_4e568979-a9a1-454d-b459-98ec2f0652ed,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-05 00:00:00, -al_275ae3c1-42e0-450c-b9ed-c75be5711837,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-06 00:00:00, -al_868c2683-3b1c-44cf-b863-e8f7e54ae2c6,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-07 00:00:00, -al_905f13be-87d4-4c4d-ae59-76d262773148,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-08 00:00:00, -al_2577aeb6-ec4c-4a44-9de9-76ec20f7a508,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-09 00:00:00, -al_be1fdc46-5e40-4ed3-bd3d-6d0ecc812331,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-10 00:00:00, -al_2922390f-0c2f-4735-81eb-4e1f1373ce68,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-11 00:00:00, -al_1124b4be-c6c9-4239-b87b-07484f6f2d25,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-14 05:45:00, -al_eee183ef-7a6b-4eaa-97ec-4cc44a0d7dcf,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-15 00:00:00, -WO419884,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2022-11-15 16:00:00, -al_2555bf80-fddb-4f66-843d-74d94bdbcab6,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-16 00:00:00, -al_305b60eb-5bf0-4124-991d-e7de8bf0b600,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-23 03:15:00, -al_91d71504-78f7-4460-86ef-684765877f3c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-11-24 00:00:00, -al_be444af7-596f-4000-835f-827e284e948b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-24 04:30:00, -al_4cd5edf7-896f-49ca-a25d-e98fbc8170cb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-25 00:00:00, -al_5ec7b5b9-f07c-4fa2-ae72-350425c8052d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-11-26 01:12:00, -al_94749e13-5c89-49a5-9d50-d830e031f829,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-11-27 00:00:00, -al_0ad6027b-3992-4c56-a6df-e21fc6c76d2f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-11-28 00:00:00, -al_d9bd8813-d34c-45f5-9f32-a8c8d20701f5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-29 00:00:00, -WO421315,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-11-29 16:00:00, -al_ee3fe771-935b-48cf-8455-c1bda0d3d071,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-11-30 00:00:00, -al_f13aa160-d5b3-43ba-8343-13a7bc10bf5d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-12-01 00:00:00, -al_fa7a434d-28dc-468e-8cba-100c8bfd2c77,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-12-02 00:00:00, -al_bd95564f-efd1-4cf6-8878-b43de6db6ad0,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-12-03 00:00:00, -al_43a98273-bdbc-400a-a97f-2f4326af7887,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-12-04 00:00:00, -al_34ae95e5-6071-4d85-8783-f7b1e9d957a9,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-12-05 00:00:00, -al_b3bdf54f-008e-4e48-8a14-e290d10e9563,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-12-06 00:00:00, -al_4399ec8c-a42e-4ac7-88a6-0a97d5a943c4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-12-07 02:45:00, -al_0438aad6-fd92-411e-abe9-bd4e41b4a71c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-12-07 09:30:00, -al_cfd03409-a56a-44fc-89cc-aa41ba0d4d49,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-12-08 00:00:00, -al_97bec1bd-2753-4cd0-befb-3d5df6fa5c09,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-12-09 00:00:00, -al_2db7eccf-82d2-4b9b-b5eb-c55b2c8e3c65,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-12-10 00:00:00, -al_8a1001b1-7641-4ea2-ab64-c7e6aa2ad981,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-12-11 00:00:00, -al_affcbb0e-9681-4d7b-852c-d795d7983a04,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2022-12-12 00:00:00, -al_0a8f26e6-6d2c-4887-9d05-be5f574e82cf,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-12-12 07:45:00, -al_5bce9811-8e29-4f1c-b387-76deda06c8cb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2022-12-13 00:00:00, -al_3bbb2ce8-54e7-4c1a-a766-a52a010595b9,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-13 19:15:00, -al_e57a6641-38d2-4ace-ae19-7a2f01684cba,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-14 00:00:00, -al_b175bd6f-7b6b-4771-9dc7-eb7cb36a856a,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-15 00:00:00, -al_48d10b09-38bc-4238-be9e-db4dd4f8734c,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-16 00:00:00, -al_a59b04ee-8a15-41c8-a57a-ee718e6c6023,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-17 00:00:00, -al_18aa43e0-2f05-446b-836f-3c42577e7424,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-18 00:00:00, -al_6981fd1b-0c6b-4b4f-8c43-8ecd43d3a269,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-19 00:00:00, -al_26fed812-9f28-43b2-8b26-56a7c058115c,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-20 00:00:00, -WO423181,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2022-12-20 16:00:00, -al_0ef344d3-bf31-4abc-968e-a127f493c5a3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-21 00:00:00, -al_7a907f50-45cf-43d9-b956-eac28d3e3cb9,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-22 00:00:00, -al_cfb7af64-4a0a-49ef-b554-c9fba25eef54,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-23 00:00:00, -al_b590f8a1-7bcc-4756-ac2e-338880b041c7,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-24 00:00:00, -al_bd468cec-2e1c-4059-b273-3ca859b948f0,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-25 00:00:00, -al_3188df05-673e-49bd-89dd-0a91130c4c76,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-26 00:00:00, -al_94536928-5052-435f-9aa9-094efbb96c5d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-27 00:00:00, -al_fd933964-7777-4797-8f40-f9f5ae166d2c,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-28 00:00:00, -al_c62583b1-2309-4bd2-a53a-4a3913d36c8e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-29 00:00:00, -al_662737b9-3460-449f-a78c-8564ddac6d7f,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-30 00:00:00, -al_818c6fc1-aaeb-4212-8877-476fe738e8b6,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2022-12-31 00:00:00, -al_c279c622-1a9e-41b7-b166-4d04e6e62a62,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-01 00:00:00, -al_e3794a1c-23e9-4340-be2a-6325543eb60b,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-02 00:00:00, -al_fbc212f2-1253-445c-8777-25a9397979ab,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-03 00:00:00, -al_32d2f196-8f0a-4ffa-9a79-be6c7fe4bea5,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-04 00:00:00, -al_6c98da10-3812-4f71-bab3-b83503afa7be,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-05 00:00:00, -al_aac397a7-abf3-44a8-9596-1d7b9b07521c,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-06 00:00:00, -al_c0d4ceec-9ae7-4c4e-b2f8-7de3c2a4ec31,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-07 00:00:00, -al_c6c4f49c-0415-4921-bd99-396cf28b5397,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-08 00:00:00, -al_3836ba50-d3f5-4ae9-accf-ab7862ff655b,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-09 00:00:00, -al_dd8357a5-f9ff-47e1-a122-1fbb2a5fac3e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-10 00:00:00, -al_3b7c8283-1901-4992-b0aa-a0c8e5c82400,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-11 00:00:00, -al_1d1798d4-9b82-4a33-bdea-3b2892c24513,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04704,Chiller 4,2023-01-11 12:45:00, -al_ce5aaac5-feff-47b1-a62a-f4e2bf2ded79,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2023-01-11 12:45:00, -al_f146eb69-067e-41d5-a785-7dc35d74cdae,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04704,Chiller 4,2023-01-12 00:00:00, -al_468b3143-bf89-4058-b113-400a23008b42,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04704,Chiller 4,2023-01-12 00:00:00, -al_b6175a6a-81c7-420c-92b8-e158ca52e8fa,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2023-01-12 00:00:00, -al_98d4f7ed-11d4-487f-b062-4bccba49f636,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04704,Chiller 4,2023-01-12 11:45:00, -al_80daaed0-a135-4f06-853f-ffa45a762194,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2023-01-12 11:45:00, -al_d89bb656-e7d5-4cf2-833f-4058d1680785,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-01-13 00:00:00, -al_d0438147-8a36-4bc5-ac64-0508ae448539,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-01-18 06:15:00, -al_0e9c65b2-08ca-4f95-987a-72a2155ea1b7,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-01-19 00:00:00, -al_e8b5d983-5043-4b83-bb3a-ed6c0c6ae7c3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-01-20 00:00:00, -WO424777,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-01-24 16:00:00, -WO423667,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-02-02 19:30:00, -WO418088,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-02-02 19:30:00, -al_71003ad0-a4fc-4dd0-83cb-1f6c2839acb2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2023-02-10 08:30:00, -al_26337aac-ccc6-4785-b268-9ea24ff6fa2f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2023-02-11 00:00:00, -al_2c147c9b-c9ba-4b4f-965a-a91138fdfe8a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-02-14 04:15:00, -al_a560c40b-b36b-4b30-8ec9-8d013bb80f47,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-02-16 08:45:00, -al_191decfa-d972-4fa9-89e4-a15bdbec72f8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-02-17 00:00:00, -al_cfae6d44-7cc0-46ef-8079-f0faad408649,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-02-20 04:00:00, -al_38d512d8-ea9f-47c7-aa4e-35dbf54da64f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-02-21 00:00:00, -al_d3572404-830b-4014-92f1-e85fe3b625de,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2023-02-21 11:24:00, -WO426467,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-02-21 14:30:00, -al_f5df2726-b7c9-4292-b71b-bc0cf2af93ef,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2023-02-22 00:00:00, -al_af29d6cc-ff8e-44bd-ab32-8552cb20a099,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-02 07:30:00, -al_199840fc-e42a-4deb-95bc-f1d68c26e97a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-03 00:00:00, -al_7db0c945-ca4a-474d-9afe-9f94341ea93d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-13 09:45:00, -al_8eef045d-d135-4469-aa8b-39ab02576a6b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-14 00:00:00, -al_ee1c9282-2650-460c-93c0-a63ae50db3e4,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-15 00:00:00, -al_b9bbf2ad-16c7-49cc-addb-397af47ae7de,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-21 07:15:00, -al_3aaba0c3-f39d-4999-8489-217cd92d16dc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-22 00:00:00, -al_094c7fda-b514-4467-8f9c-fbe025e76ee1,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-23 00:00:00, -al_523495b5-6992-4e1c-bd0e-210199e9b8ee,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-24 00:00:00, -al_6ecbfb87-f37c-4c75-9f8d-07993bfabcf8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-29 03:45:00, -al_61cef358-5baa-4ff4-b008-3143e988cc5b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2023-03-29 13:54:00, -al_9812d526-83b1-4c6e-bafe-8436a515c942,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04704,Chiller 4,2023-03-30 00:00:00, -WO424483,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-03-30 15:00:00, -al_99cb961f-893a-4ff9-9ea1-3c3b8a337b6d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-30 15:00:00, -WO424569,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2023-03-30 19:00:00, -al_1657c6e7-980f-4455-9fc1-2b43cf084191,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04704,Chiller 4,2023-03-31 00:00:00, -WO427859,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-04-10 10:00:00, -WO127096,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-04-10 11:00:00, -WO130601,WORK_ORDER,CM,MT003,Lubrication,CWC04704,Chiller 4,2023-04-27 15:00:00, -WO124906,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04704,Chiller 4,2023-05-04 15:00:00, -WO136257,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-06-02 11:00:00, -WO134226,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-06-02 15:00:00, -WO153758,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-08-04 15:00:00, -WO142776,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-08-16 09:00:00, -WO421496,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-08-24 14:30:00, -WO149024,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-08-31 09:00:00, -WO150325,WORK_ORDER,PM,MT010,Oil Analysis,CWC04704,Chiller 4,2023-09-05 12:30:00, -WO155949,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-09-21 13:00:00, -WO164853,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04704,Chiller 4,2023-10-04 13:00:00, -WO39876,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2010-10-10 15:30:00, -WO41380,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2010-11-08 15:30:00, -WO37884,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2010-12-07 15:30:00, -WO41914,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2010-12-20 15:30:00, -WO49532,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-01-12 15:30:00, -WO45625,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-01-19 15:30:00, -WO46328,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-02-04 10:00:00, -WO48264,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-02-08 11:30:00, -WO48266,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-02-09 15:30:00, -WO48268,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-02-10 15:30:00, -WO49890,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-02-16 15:30:00, -WO54494,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-03-30 15:30:00, -WO55254,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2011-04-01 11:11:00, -WO58502,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-05-03 15:30:00, -WO62773,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-05-17 15:30:00, -WO67408,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-06-20 15:30:00, -WO71172,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-07-22 15:30:00, -WO75739,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-08-16 15:30:00, -WO75668,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2011-08-17 15:30:00, -WO77355,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2011-08-18 15:30:00, -WO79141,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-09-19 15:30:00, -WO82817,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2011-09-21 15:30:00, -WO83056,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-10-17 15:30:00, -WO81318,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-10-31 12:00:00, -WO85220,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2011-11-04 15:30:00, -WO86879,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-11-23 15:30:00, -WO91277,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2011-12-23 15:30:00, -WO95204,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2012-01-04 15:30:00, -WO95244,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2012-01-06 15:30:00, -WO97193,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-01-17 15:30:00, -WO129175,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2012-01-17 19:30:00, -WO94581,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-01-23 09:00:00, -WO98109,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-02-06 07:30:00, -WO98165,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-02-06 08:00:00, -WO98167,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-02-06 08:30:00, -WO99575,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04006,Chiller 6,2012-02-08 22:00:00, -WO99928,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-02-16 15:30:00, -WO102648,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-02-17 03:30:00, -WO99748,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-02-17 15:30:00, -WO102701,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2012-03-01 15:30:00, -WO104981,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2012-03-26 15:30:00, -WO103615,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-03-30 08:00:00, -WO110153,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-04-11 15:30:00, -WO107035,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04006,Chiller 6,2012-04-11 16:00:00, -WO107292,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-04-23 15:30:00, -WO114836,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2012-05-26 15:00:00, -WO111299,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-06-04 15:30:00, -WO114322,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-06-19 15:30:00, -WO116750,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2012-07-13 20:00:00, -WO116926,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-07-20 08:00:00, -WO123903,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2012-08-08 15:30:00, -WO123918,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04006,Chiller 6,2012-08-15 15:30:00, -WO121982,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2012-08-20 15:30:00, -WO121727,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-08-27 15:30:00, -WO125667,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-09-29 15:30:00, -WO128715,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-10-25 15:30:00, -WO133530,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-11-23 08:00:00, -WO131882,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2012-12-04 15:30:00, -WO136560,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2012-12-20 15:30:00, -WO140921,WORK_ORDER,CM,M016,Draining Operations,CWC04006,Chiller 6,2012-12-22 05:30:00, -WO140163,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-02-14 15:30:00, -WO142319,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-02-15 08:00:00, -WO142317,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-02-15 09:00:00, -WO142321,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-02-18 12:30:00, -WO148449,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-02-22 03:30:00, -WO143189,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-02-22 15:30:00, -WO143709,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-03-05 15:30:00, -WO146967,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-03-18 09:00:00, -WO148291,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2013-03-25 15:30:00, -WO152151,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04006,Chiller 6,2013-04-19 19:30:00, -WO150539,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-04-22 08:00:00, -WO146621,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2013-04-24 14:36:00, -WO152923,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2013-05-13 17:00:00, -WO155337,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-05-23 08:00:00, -WO158221,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-06-12 15:30:00, -WO159732,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2013-06-28 09:30:00, -WO164965,WORK_ORDER,CM,M016,Draining Operations,CWC04006,Chiller 6,2013-07-18 07:00:00, -WO162680,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-07-19 15:30:00, -WO169456,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-08-07 15:30:00, -WO167196,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04006,Chiller 6,2013-08-22 14:30:00, -WO166790,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-08-23 15:30:00, -WO174049,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04006,Chiller 6,2013-09-01 15:30:00, -WO168621,WORK_ORDER,PM,MT014,Filter Replacement,CWC04006,Chiller 6,2013-09-03 15:30:00, -WO166997,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2013-09-07 07:30:00, -WO169692,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-09-16 15:30:00, -WO171029,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2013-09-27 13:00:00, -WO171877,WORK_ORDER,PM,MT014,Filter Replacement,CWC04006,Chiller 6,2013-10-02 15:30:00, -WO174216,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-10-22 15:30:00, -WO176720,WORK_ORDER,PM,MT014,Filter Replacement,CWC04006,Chiller 6,2013-11-05 15:30:00, -WO178496,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-11-18 15:30:00, -WO181690,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2013-12-21 15:30:00, -WO188806,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-01-15 15:30:00, -WO186359,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-01-21 15:30:00, -WO190188,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-02-11 15:30:00, -WO190827,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-02-19 15:30:00, -WO189130,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-02-21 09:00:00, -WO189128,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-02-22 15:30:00, -WO189126,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-02-26 15:30:00, -WO193443,WORK_ORDER,PM,MT014,Filter Replacement,CWC04006,Chiller 6,2014-03-04 15:30:00, -WO198549,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2014-03-18 15:30:00, -WO195035,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-03-18 15:30:00, -WO198546,WORK_ORDER,CM,M017,Major Overhaul,CWC04006,Chiller 6,2014-03-24 15:30:00, -WO197294,WORK_ORDER,PM,MT014,Filter Replacement,CWC04006,Chiller 6,2014-03-31 15:30:00, -WO200810,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-04-17 15:30:00, -WO198920,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-04-24 15:30:00, -WO198386,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2014-05-12 15:30:00, -WO202245,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-05-23 15:30:00, -WO205443,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-05-28 15:30:00, -WO207259,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2014-06-04 15:30:00, -WO207361,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-06-13 15:30:00, -WO205049,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-06-19 15:30:00, -WO207336,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2014-06-19 15:30:00, -WO205740,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2014-06-27 13:30:00, -WO209438,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-07-10 15:30:00, -WO212532,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-07-25 03:30:00, -WO208035,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-07-29 15:30:00, -WO211001,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-08-27 09:00:00, -WO211107,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2014-09-04 15:30:00, -WO213334,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-09-16 15:30:00, -WO214127,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2014-09-30 13:30:00, -WO216625,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-10-21 15:30:00, -WO218390,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2014-11-03 15:30:00, -WO219567,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-11-19 15:30:00, -WO225992,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2014-12-17 15:30:00, -WO222071,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2014-12-18 15:30:00, -WO224826,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-01-21 15:30:00, -WO227060,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-02-16 15:30:00, -WO226210,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-02-17 13:29:00, -WO226211,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-02-18 09:36:00, -WO227681,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-02-20 15:30:00, -WO229846,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2015-02-25 15:30:00, -WO231489,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2015-03-12 18:30:00, -WO230249,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-03-17 19:30:00, -WO230889,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2015-03-23 19:30:00, -WO232203,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2015-03-24 10:30:00, -WO234858,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2015-04-16 09:00:00, -WO232531,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-04-28 15:30:00, -WO232004,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2015-04-28 15:30:00, -WO234920,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-05-21 15:30:00, -WO237315,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2015-05-26 15:30:00, -WO236898,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-06-15 15:30:00, -WO238257,WORK_ORDER,CM,M013,Condenser Plugged,CWC04006,Chiller 6,2015-06-19 15:30:00, -WO237651,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2015-06-30 12:00:00, -WO239366,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-07-23 15:30:00, -WO241281,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-08-18 15:30:00, -WO241373,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2015-08-22 15:30:00, -WO243570,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-09-19 19:30:00, -WO244406,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2015-09-28 10:00:00, -WO246338,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-10-22 18:30:00, -WO247571,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2015-11-06 15:00:00, -WO248609,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2015-11-17 14:00:00, -WO251118,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-01-05 15:00:00, -WO253148,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-01-21 00:00:00, -WO245628,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-01-29 15:00:00, -WO254582,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-02-09 17:49:00, -WO256048,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-02-17 20:00:00, -WO255988,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-02-18 14:00:00, -WO254583,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-02-18 15:42:00, -WO259211,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-03-21 13:00:00, -WO259852,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2016-04-05 16:45:00, -WO263818,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04006,Chiller 6,2016-04-17 19:30:00, -WO261652,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-04-27 21:27:00, -WO261311,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2016-05-01 13:00:00, -WO264047,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-05-18 16:40:00, -WO267462,WORK_ORDER,CM,MT003,Lubrication,CWC04006,Chiller 6,2016-06-09 19:30:00, -WO266626,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-06-23 16:52:00, -WO267236,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2016-07-04 06:45:00, -WO268659,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-07-31 15:25:00, -WO270607,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-08-15 17:52:00, -WO270691,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2016-08-22 13:30:00, -WO273026,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-09-20 18:06:00, -WO273722,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2016-10-04 16:00:00, -WO275069,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-10-20 13:00:00, -WO276162,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2016-11-03 18:05:00, -WO277077,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-11-16 18:00:00, -WO279270,WORK_ORDER,CM,M013,Condenser Plugged,CWC04006,Chiller 6,2016-12-01 20:30:00, -WO274285,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-12-21 15:30:00, -WO279364,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2016-12-23 14:45:00, -WO280708,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2017-01-04 17:00:00, -WO281029,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2017-01-04 20:30:00, -WO282024,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2017-01-05 20:30:00, -WO281200,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-01-27 18:03:00, -WO284140,WORK_ORDER,CM,M013,Condenser Plugged,CWC04006,Chiller 6,2017-02-10 20:30:00, -WO284139,WORK_ORDER,CM,MT008,Leak Detection,CWC04006,Chiller 6,2017-02-11 20:30:00, -WO284135,WORK_ORDER,CM,MT008,Leak Detection,CWC04006,Chiller 6,2017-02-12 20:30:00, -WO283421,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-02-15 18:26:00, -WO284195,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2017-02-15 20:30:00, -WO282855,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-02-20 16:01:00, -WO282856,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-02-20 19:17:00, -WO283376,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-02-27 18:16:00, -WO285808,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-03-23 18:12:00, -WO286432,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2017-03-31 14:02:00, -WO287779,WORK_ORDER,CM,OP001,Process Upset,CWC04006,Chiller 6,2017-04-08 19:30:00, -WO287796,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-04-21 16:46:00, -WO287507,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2017-04-27 19:30:00, -WO289536,WORK_ORDER,CM,MT003,Lubrication,CWC04006,Chiller 6,2017-05-02 21:30:00, -WO290049,WORK_ORDER,CM,MT008,Leak Detection,CWC04006,Chiller 6,2017-05-04 19:30:00, -WO289647,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-05-22 14:32:00, -WO291120,WORK_ORDER,CM,CS002,Sensor Failure,CWC04006,Chiller 6,2017-05-27 19:30:00, -WO291121,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2017-05-30 19:30:00, -WO291438,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2017-05-31 19:30:00, -WO293288,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2017-06-12 19:30:00, -WO293280,WORK_ORDER,CM,M013,Condenser Plugged,CWC04006,Chiller 6,2017-06-14 19:30:00, -WO292046,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-06-23 15:11:00, -WO292653,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2017-07-14 12:00:00, -WO296150,WORK_ORDER,CM,M013,Condenser Plugged,CWC04006,Chiller 6,2017-07-15 19:30:00, -WO293855,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-07-24 16:46:00, -WO297033,WORK_ORDER,CM,MT003,Lubrication,CWC04006,Chiller 6,2017-08-16 19:30:00, -WO296190,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-09-01 15:55:00, -WO299060,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2017-09-15 19:30:00, -WO299743,WORK_ORDER,CM,M005,Misalignment,CWC04006,Chiller 6,2017-09-25 19:30:00, -WO299779,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2017-09-25 19:30:00, -WO299760,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2017-09-27 19:30:00, -WO298228,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-10-03 18:26:00, -WO301165,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2017-10-10 19:30:00, -WO301175,WORK_ORDER,CM,MT003,Lubrication,CWC04006,Chiller 6,2017-10-25 19:30:00, -WO300247,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-11-10 01:00:00, -WO302070,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2017-11-28 19:02:00, -WO296253,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2017-11-29 20:26:00, -WO302913,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2017-12-02 17:09:00, -WO305991,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-01-24 18:36:00, -WO309074,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-03-09 18:02:00, -WO308213,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-03-10 19:30:00, -WO308212,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-03-10 20:30:00, -WO308740,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-03-12 12:17:00, -WO299379,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-03-13 15:30:00, -WO311659,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2018-03-27 13:07:00, -WO311151,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-04-09 14:52:00, -WO314466,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2018-04-09 19:30:00, -WO312522,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2018-04-17 19:00:00, -WO313261,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-05-11 20:43:00, -WO315748,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-06-25 20:08:00, -WO319574,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2018-06-26 19:30:00, -WO319618,WORK_ORDER,CM,M013,Condenser Plugged,CWC04006,Chiller 6,2018-07-12 19:30:00, -WO317766,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2018-07-16 19:00:00, -WO321359,WORK_ORDER,CM,MT003,Lubrication,CWC04006,Chiller 6,2018-07-26 19:30:00, -WO321899,WORK_ORDER,CM,M013,Condenser Plugged,CWC04006,Chiller 6,2018-08-13 19:30:00, -WO318091,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-08-27 19:06:00, -WO322677,WORK_ORDER,CM,M013,Condenser Plugged,CWC04006,Chiller 6,2018-09-05 19:30:00, -WO320888,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2018-09-20 12:04:00, -WO320140,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-09-22 14:49:00, -WO323269,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2018-09-26 19:00:00, -WO324401,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-11-16 16:30:00, -WO326318,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-11-28 19:00:00, -WO322324,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2018-12-05 14:00:00, -WO327206,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2018-12-14 14:15:00, -al_6427851d-cb16-4cb2-9dc0-229e89f92fb9,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-04 00:00:00, -al_ac3f1903-2e8e-4c8b-8de0-5dcaca0d120e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-04 00:00:00, -al_7057f3bf-c713-444b-a95b-94a9c01a2d83,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-05 00:00:00, -al_f2f82314-701f-46fb-997f-27d3e88448f0,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-05 00:00:00, -al_3c54eb86-32ee-44ad-92eb-d7978fe34236,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-06 00:00:00, -al_534d221c-ffe5-436b-8737-ffa3b5535614,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-06 00:00:00, -al_f8a9e612-acd4-4f54-a688-477b274a829a,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-07 00:00:00, -al_d7384d33-2946-42d1-8ad3-e9770626911d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-07 00:00:00, -al_0ff09ef6-4e5a-42ae-8cc8-93b19ff1b56a,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-08 00:00:00, -al_10ae48a2-0e75-4873-945e-47597c84e88e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-08 00:00:00, -WO328577,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2019-01-08 18:30:00, -al_1cc8ac8e-70f1-404a-aabb-903c3162e301,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-09 00:00:00, -al_8a687462-1886-4bac-8a75-3c731bff9a12,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-09 12:00:00, -al_e39fdcf1-f343-4866-8b2e-bb02cef04dcc,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-10 00:00:00, -al_5a6e2b61-87e2-41fd-91a8-82e2244b3a9e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-10 00:00:00, -al_b940d046-dc8d-468e-b6da-f7776b8b1f52,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-11 00:00:00, -al_6e871e6e-4699-4ef6-8e7c-c33a1593ee7d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-11 00:00:00, -al_43ac7947-3c64-41e0-b0c9-ef944f3a5902,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-12 00:00:00, -al_4b5dfb21-b8b6-4cae-8c76-a998d7ff3df0,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-12 00:00:00, -al_0735bfee-cfe9-434f-ab82-33ac9031bd3f,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-13 00:00:00, -al_f095ad7c-dca8-4c72-8649-baed65cfc6c5,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-13 00:00:00, -al_75384aba-f32d-4c33-ae39-b2287cee269b,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-14 00:00:00, -al_de24e5fe-4f58-4d3f-a653-f137fbcb90c2,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-14 00:00:00, -al_ab804600-bfef-4543-9ea6-515c0615863a,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-15 00:00:00, -al_82023804-4412-4fa6-b3be-249d8a329f57,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-15 00:00:00, -al_776009c8-78c5-4373-8f40-39ad18048dbd,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-16 00:00:00, -al_9b365c27-e60d-4948-97ea-68bb64449913,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-16 00:00:00, -al_909de86d-0c35-47a9-97d9-05022dc1a5de,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-17 00:00:00, -al_3b48d201-278b-46cd-8271-7979b5cab429,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-17 00:00:00, -al_8c00d912-890d-418e-885a-137c0131f129,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-18 00:00:00, -al_432f815a-75c8-4471-8530-c7c7bd36386d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-18 00:00:00, -al_8bd4f75b-8c80-4ab9-aabd-24e06b6f10ff,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-19 00:00:00, -al_1c1e189d-4e36-4276-bf87-3c15a8cbf43f,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-19 00:00:00, -al_f1e74696-804a-48a7-84e7-8263ffa79241,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-20 00:00:00, -al_52efd2ee-494f-4b13-bcc7-2834da404805,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-20 00:00:00, -al_540eb212-aad5-482b-94b6-06a6dd5ae3a3,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-21 00:00:00, -al_94a204a8-7fcb-498e-b376-32e78031052e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-21 00:00:00, -WO325836,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2019-01-21 20:00:00, -al_073bdfff-8452-448b-9417-3b795adcc230,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-22 00:00:00, -al_9f84e75b-d8ab-4a86-a217-b9a340aeb988,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-22 00:00:00, -al_df9e2624-2658-4b1d-84e5-0014b7ff80eb,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-22 15:00:00, -al_e4c4f87d-739d-4506-add8-2c0d9e7efeab,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-23 00:00:00, -al_18a02f21-7bb0-41f7-9dbd-a53512ac7795,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-23 00:00:00, -al_7110c10e-2b92-4ba1-98a5-ebeb6fcb6182,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-24 00:00:00, -al_b722d5ee-7ed1-44d9-aa1c-d297ae31ce70,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-24 00:00:00, -al_4fcd2882-28cf-488e-afc0-9ce21895351c,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-25 00:00:00, -al_6eab4c79-8367-4d2e-b2a4-1d657c26d234,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-25 00:00:00, -al_c838ba1a-4d24-431c-bd08-44a369a973cb,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-26 00:00:00, -al_e0a2cdd4-22fc-47dd-9890-9f4074138df1,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-26 00:00:00, -al_96516e6c-9bc8-4a13-b2a0-03a33fca11fb,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-27 00:00:00, -al_cbe021d2-7eb3-404a-bc9a-3ad1687a5909,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-27 00:00:00, -al_580ce193-d75f-4a5e-9601-1e099a2c8b40,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-28 00:00:00, -al_5c8ef8e4-b6bf-4a9a-865a-662bfc68f0c3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-28 00:00:00, -al_68e5bcf9-b1e3-42c0-b8b6-9228e10e4a9f,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-29 00:00:00, -al_ee85411d-e9d6-4ce6-8808-276050e75161,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-29 00:00:00, -al_9323a310-3fa6-40bc-8dae-52338c5d7b60,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-30 00:00:00, -al_6230afd2-b109-4571-b396-a7eb773f122e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-30 00:00:00, -al_4767630e-5eb3-4001-b53e-b83c5f9d9b7e,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-01-31 00:00:00, -al_9d854087-b7fe-4564-b22e-bc9b8a0a4f32,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-01-31 00:00:00, -al_f2878436-35c6-410a-b954-da10939b4d15,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-01 00:00:00, -al_8c9eb78d-5b3f-47e0-8a17-9c279f7a3c29,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-01 00:00:00, -al_425d9da2-7420-4ecc-a0d7-b8ce1255c2dd,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-02 00:00:00, -al_5ee166e9-a487-4965-9ce1-857ebe12b649,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-02 00:00:00, -al_39122d1c-ef26-4c19-bee4-3847f8a4174e,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-03 00:00:00, -al_dfc971f2-3374-4fe5-9f5b-1c991f7330fd,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-03 00:00:00, -al_200fa271-21ae-45d8-9217-587d1822cd0d,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-04 00:00:00, -al_60adcc28-be2a-45ef-a748-f5f319dea789,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-04 00:00:00, -al_d68feefb-9718-4c70-b2c3-569653c861ad,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-05 00:00:00, -al_5ece5229-979b-4657-89e0-f5d7b5dc0e07,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-05 00:00:00, -al_2b3ccaa0-db7f-48cb-9511-69252601e541,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-06 00:00:00, -al_613d7d82-d291-49ab-b9b9-98457d3748a3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-06 00:00:00, -al_951ead04-e987-4a9f-8778-90d6083fd8e1,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-07 00:00:00, -al_89604a93-a08d-4ac5-a35d-d3206e07eee5,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-07 00:00:00, -al_b9a67c4b-e6a0-4668-b04b-f27abb36b579,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-07 11:00:00, -al_1123794c-4ddb-4491-b239-5caa10e23fae,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-07 13:30:00, -al_0c1b872e-8076-4433-aa1d-ed8b2a5e4c60,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-08 00:00:00, -al_cc4d8f15-d411-4645-b2ee-3a6564ffb548,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-08 00:00:00, -al_5bda4baa-11e5-4306-8b36-058531a9e757,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-08 13:30:00, -al_ae4e8371-4bba-4368-872f-56b31b6924b0,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-09 00:00:00, -al_f5c836e9-9e46-48c1-ac0f-189b458f5279,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-10 00:00:00, -al_e7506c25-eec2-4711-9fb4-483a31437439,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-11 00:00:00, -WO330490,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2019-02-11 16:00:00, -al_495054b6-eb31-47a8-8a0f-64cea94a86b9,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-12 00:00:00, -al_79539bf0-415d-4bdf-81b2-4846b702713c,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-12 10:45:00, -al_ff14b858-ea9b-424f-9324-32993dc368d9,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-13 00:00:00, -al_109f362f-8c7f-4c7c-b9bc-6794c4b17b14,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-13 00:00:00, -al_7e4841f1-c469-4feb-a911-c0b9a59b3135,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-14 00:00:00, -al_5ef230ba-d692-44cf-8949-54ec83a164d7,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-14 00:00:00, -al_6a92a083-3814-412e-9cdb-9c96eff09f49,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-15 00:00:00, -al_e05e6fcc-c362-4f2a-bc14-b24bdf3497b5,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-15 00:00:00, -al_b4d08d06-fa73-44ad-bc18-33d1a84c55e2,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-16 00:00:00, -al_5bf16528-bb5b-462a-ae55-5668fa2fff4d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-16 00:00:00, -al_52b39154-8dfe-46b5-bbe5-06e1764a570a,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-17 00:00:00, -al_50e5d7f6-c63f-4710-accd-8b12960635c7,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-17 00:00:00, -al_55d49acf-b867-4e15-a0d8-d934704a1f5a,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-18 00:00:00, -al_64f61cd6-2d0d-4882-8894-19326c9e10a1,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-18 00:00:00, -al_3e2c0845-464c-42ef-a950-6400eaf5bff3,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-18 12:00:00, -al_c333fd08-5ac3-47dc-b0f1-6aea9f83d615,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-19 00:00:00, -al_6e52fb26-7aba-4e80-ab43-9127312650e6,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-19 00:00:00, -al_703167c4-ee59-4468-93fe-2e3d56459f22,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-20 00:00:00, -al_1c4d9d31-e6e2-47db-8afe-d1231973ca15,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-20 00:00:00, -al_6ccc0b11-cab6-4b45-9184-ac4d975741b9,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-21 00:00:00, -al_76b9922a-e6a7-48b0-83c8-f42882ac5827,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-21 00:00:00, -al_52d3d8a5-d8ed-4599-a333-f62ea0ba951e,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-22 00:00:00, -al_ee656515-328a-4f24-a048-a3615d830d67,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-22 00:00:00, -al_66f48a0d-f134-44f6-93c4-6d6a6748d321,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-23 00:00:00, -al_da40e2d6-3095-4055-b9d7-285a250baf70,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-23 00:00:00, -al_7f192c16-85f4-4939-8f62-c5eb6a0ab24f,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-24 00:00:00, -al_a7ac9623-c4ae-49e5-b62a-50d12a0fbeec,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-24 00:00:00, -al_3368721a-34a2-483f-a69b-23cea4f4cd30,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-25 00:00:00, -al_fbb55e7a-b2b4-4a0b-8609-64a60c2620df,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-25 00:00:00, -al_0a971f05-4650-4b8b-8d94-54fa8ca4dfaa,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-26 00:00:00, -al_4ed35e0d-52e3-4c5d-bcdf-27cdd4a0e227,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-26 00:00:00, -al_d6231908-b1a2-4996-9c52-062b72b915e3,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-27 00:00:00, -al_a3bbf226-5912-4eae-8daa-c6063089bb65,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-27 00:00:00, -al_0e74c69e-fe8e-44d4-bdb7-9f0d7ca71ad7,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-02-28 00:00:00, -al_5253c0f1-15d8-4ab8-94e1-eb1a3af7e759,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-02-28 00:00:00, -al_4b001ca5-f0a2-4776-b9f6-38603a0ce5da,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-03-01 00:00:00, -al_0417464c-2dea-4af4-8288-99c56ba61dca,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-01 00:00:00, -al_3175752a-c817-421e-99f1-eebe6508d729,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-03-02 00:00:00, -al_c720c91f-01ec-4138-be3b-fca52e68bcc1,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-02 00:00:00, -al_13c2b555-c713-4c0e-a22c-3ede86b700cc,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-03-03 00:00:00, -al_7b653a0c-d947-40ed-b549-fd22f22712f5,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-03 00:00:00, -al_ff9e927b-9787-4fee-8380-dcaa5369236f,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04006,Chiller 6,2019-03-04 00:00:00, -al_79d83e1b-a997-4a9b-8a21-32764502b079,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-04 00:00:00, -al_4f9b24fa-e48d-46e0-898d-cba734e115d1,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-05 00:00:00, -al_768cbaf9-d9a5-49f0-92e9-3ab8071bbaff,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-06 00:00:00, -al_9beb6e07-9601-457f-bf63-cbc661e48d69,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-07 00:00:00, -WO333244,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2019-03-07 18:30:00, -WO333243,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2019-03-07 20:30:00, -al_cfbee291-8edd-437a-a005-62496182ed3e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-08 00:00:00, -al_efe3030d-d1da-44a6-bdfb-6596bdd8f578,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-09 00:00:00, -al_7c327cde-7c52-4700-bf91-38b0310bf735,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-10 00:00:00, -al_197ad78c-66f2-4ebb-948b-d3f205a1576b,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-11 00:00:00, -al_76483bab-2b29-4a3b-8f5f-1de949dfaa84,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-12 00:00:00, -al_7d22a3e4-5550-4e3d-a813-37c399217883,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-13 00:00:00, -al_2dd1d40d-5b64-4e3c-91b8-6d8227353dc2,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-14 00:00:00, -al_4f035f47-d636-49e4-9adb-e0a93f6d2d56,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-15 00:00:00, -al_aa44a04e-0c32-470e-a2a9-f8084d7bc835,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-16 00:00:00, -al_be724ca7-122f-477c-adcf-e5978f5d4d73,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-17 00:00:00, -al_ce464113-53d3-4ac2-81df-99b2c37fbbe3,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-18 00:00:00, -al_0631031e-22ab-43bf-a8d5-831931ad051d,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-19 00:00:00, -al_d27a7d80-f732-4af9-9e2a-47c4eb77fadf,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-20 00:00:00, -al_1cfe38c5-e346-433b-b64b-9e88f7e8047f,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-21 00:00:00, -WO333074,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2019-03-21 13:00:00, -WO323707,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2019-03-21 15:30:00, -al_b9cd9d32-522a-4f32-95aa-9c9d24b61783,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-22 00:00:00, -al_84e4d651-d517-458c-8039-2ab873452b5e,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-23 00:00:00, -al_8431de1d-0599-4231-8d07-3e8f914d252a,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-24 00:00:00, -al_00b55c78-bf18-4226-a6c5-463db05fc772,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-25 00:00:00, -al_298292a8-6747-450a-aa45-fc1109415a7f,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-26 00:00:00, -al_5ba8ae2d-e7a7-4778-b8b7-28b335ba3068,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-27 00:00:00, -al_0539b1dc-e560-4fd9-960e-7225631cf0d8,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-28 00:00:00, -al_ed21bb81-ad87-4078-8808-7dec45102c3b,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-29 00:00:00, -al_4089496f-ca60-4799-9f52-0f2b7bb9e66b,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-30 00:00:00, -al_ffede648-2c06-4a4d-be6f-ed9fa9d59d55,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-03-31 00:00:00, -al_ddf50b64-e468-4c5f-832e-e4e8ee695164,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-01 00:00:00, -al_726b0c12-f9fa-445b-81dc-c4ac0c40b4bf,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-02 00:00:00, -al_a8eeec3f-3d9c-4983-8a9a-c3ecb9872fe2,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-03 00:00:00, -al_74922187-124d-4057-8f6d-4f665c8ff044,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-04 00:00:00, -al_09d98892-0180-4fd5-b806-4aa50ac349a8,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-05 00:00:00, -al_c217e616-ef53-4e5c-8522-4107677cecea,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-06 00:00:00, -al_40e86dab-4622-47c1-9123-ebd13a4c0e64,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-07 00:00:00, -al_04ce95f5-6d9f-4506-bb0a-fb19f0dbbabd,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-08 00:00:00, -al_9f4fa5a0-f364-489b-94e5-bb2f22e8681a,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-09 00:00:00, -al_c91d1f7c-d47f-45bf-8f00-e8d61df5600a,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-10 00:00:00, -al_c18fabd7-3d70-457f-b11c-e6417501e4e1,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-11 00:00:00, -al_399173eb-0c12-401f-af79-bed1de95bda0,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-12 00:00:00, -al_e185e762-d3f0-43d9-b6ad-5bb4a5894f90,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-13 00:00:00, -al_e9a3fea3-6e4d-4ba5-a79b-3832017a97a6,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-14 00:00:00, -al_190f5cf8-9420-4b31-baf7-5a7f559e1251,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-15 00:00:00, -al_6074759e-282a-43a9-8008-fbc078eddb44,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-16 00:00:00, -al_f4f27fab-34c2-432e-b3c6-87262b3acad5,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-17 00:00:00, -al_d39b47d5-9e90-4f22-9bb3-d4da1537c7e4,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-18 00:00:00, -al_dfb244f2-d2cc-464d-8a66-5da609841f41,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-19 00:00:00, -al_cff6d2c7-65ef-4c73-bc2a-5fd271f1185c,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-21 00:00:00, -al_938a8d0e-53fc-4b40-b63a-9441946e8b0a,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04006,Chiller 6,2019-04-22 00:00:00, -WO337070,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2019-05-19 12:00:00, -WO338419,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2019-05-31 19:30:00, -WO340688,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2019-06-26 13:00:00, -WO338323,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2019-06-26 17:45:00, -WO343353,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2019-08-08 14:45:00, -WO347198,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2019-10-12 12:30:00, -WO351953,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2019-12-08 16:00:00, -WO353163,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2020-01-14 14:00:00, -WO351293,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2020-02-07 18:00:00, -al_34510c09-5453-426f-a7bb-234f000784e0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04006,Chiller 6,2020-03-24 10:15:00, -WO358242,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2020-04-03 14:00:00, -WO358243,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2020-04-03 15:30:00, -WO360233,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2020-04-20 17:44:00, -al_8ca9cb57-7d7d-4b6a-bf31-f8778763acf3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04006,Chiller 6,2020-05-15 12:00:00, -al_70d92273-53c9-4df5-b970-27ee69903ed7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04006,Chiller 6,2020-05-22 12:15:00, -al_2cfc78e0-8e74-421b-adbb-2e9fc8d19913,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04006,Chiller 6,2020-05-26 11:15:00, -WO349293,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2020-05-28 13:03:00, -WO363788,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2020-05-28 13:04:00, -al_bd7aed86-b7ee-4b04-ba00-1bb98a1b9abd,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04006,Chiller 6,2020-05-29 14:30:00, -WO365424,WORK_ORDER,CM,CS002,Sensor Failure,CWC04006,Chiller 6,2020-06-03 19:00:00, -al_29088695-90ac-4b3e-9347-fa7facff6d85,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2020-06-06 11:42:00, -al_89fe2127-d68d-462e-b966-79e1337842a0,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2020-06-07 00:00:00, -al_8774de18-b0ac-4ca1-8851-eac2d5a80738,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2020-06-08 00:00:00, -WO358650,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2020-06-23 19:00:00, -WO362352,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2020-06-26 12:00:00, -WO367293,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2020-07-08 17:00:00, -WO369108,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2020-07-23 19:00:00, -WO372329,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2020-09-30 12:00:00, -al_423f836b-83a1-4035-b165-eb8c649e764f,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2020-10-13 13:25:00, -al_247b1cf6-fd1a-4e36-a74f-24a9b3f49eab,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2020-10-14 00:00:00, -WO374038,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2020-10-16 14:00:00, -al_e631562c-e130-461b-9a94-23d295e06723,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2020-10-21 16:11:00, -WO375461,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2020-10-21 19:00:00, -al_97e77ec4-ab82-4078-b00e-e7ed0c9a1a47,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2020-10-22 00:00:00, -al_34950a58-7495-438d-aa5f-7b21de2855e3,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2020-10-26 00:00:00, -WO366933,WORK_ORDER,CM,E006,VFD (Variable Frequency Drive) Failure,CWC04006,Chiller 6,2020-11-20 19:00:00, -al_742b76fe-082e-46b9-8cd2-be4a7419df8a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04006,Chiller 6,2020-11-30 12:15:00, -WO377768,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2020-12-13 13:00:00, -WO380655,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2021-02-02 14:00:00, -WO383080,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2021-02-16 16:15:00, -WO384322,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2021-03-10 20:30:00, -WO384323,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2021-03-12 13:00:00, -WO385053,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2021-03-12 16:00:00, -WO386274,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2021-03-29 13:00:00, -WO386643,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04006,Chiller 6,2021-04-03 19:30:00, -WO377501,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2021-04-21 16:30:00, -WO387146,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2021-05-10 13:00:00, -al_2e9f8860-8f4e-4437-824e-ed54bb376777,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-05-20 16:17:00, -WO390305,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2021-05-20 19:00:00, -al_82af219f-dcca-43ad-899e-318ed82ca3f1,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-05-21 00:00:00, -WO388005,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2021-05-22 13:37:00, -WO384006,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2021-06-21 17:00:00, -WO393571,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2021-08-06 19:00:00, -WO397658,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2021-09-09 17:02:00, -WO398127,WORK_ORDER,CM,MT002,Cleaning,CWC04006,Chiller 6,2021-09-16 19:16:00, -al_f8550d26-689a-43f2-9186-9fe61b4c6bbc,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-17 14:04:00, -al_23186ebf-b7e2-4768-8aae-14dff8039f46,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-18 00:00:00, -al_618854a9-a09f-4c04-8b5b-6dee37a71d00,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-19 00:00:00, -al_094d26af-6631-4d8f-b90b-0a42406cbcc3,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-20 00:00:00, -al_523b0ed2-2a0a-4e84-b783-895f92347e3b,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-21 16:21:00, -al_c7e7ebc8-e8d2-4f50-bb9f-9bb521a9da36,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-22 00:00:00, -al_2b7fc085-65c7-4493-979a-03fa9560485a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-09-22 09:00:00, -al_c832d49c-1db7-48d9-994c-f22c0ff6c6c6,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-09-23 05:45:00, -al_452d07ac-eea4-4706-8e2f-9eac8c50efa6,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-23 15:27:00, -al_d0683d48-ef9c-46de-9da4-8307879bf9bc,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-24 00:00:00, -al_08cfaedc-9cd6-4ee1-8b06-a824d0bbd4c3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-09-24 04:00:00, -al_6e47a955-29e5-41d1-b043-7fdcecb840ce,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-09-25 05:30:00, -al_b2654cc6-3948-436d-9c1b-954352f63906,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-09-26 00:00:00, -al_bf0fa523-650a-4ed2-9cdb-d6b55c0381f8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-09-27 05:00:00, -al_e5ae239b-c98c-45eb-9a6b-624030a0c275,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-27 15:33:00, -al_63b60297-9182-4afe-9c13-aa26950c8eee,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-09-28 00:00:00, -al_625a23cc-d157-415c-831c-1d0cbaa2dc94,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-09-28 09:45:00, -al_657ddff5-da52-45cb-bbcd-1e757414fc71,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-09-29 00:00:00, -al_90c7ba26-d203-4588-aad0-b18bbf6fe783,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-09-30 00:00:00, -WO391364,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2021-09-30 17:00:00, -al_b15d26cc-c5a1-4cd5-b396-30b4b58da63b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-10-01 00:00:00, -al_f43130cc-484d-4062-b41a-2a1b481c2f09,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-01 15:30:00, -al_569c295c-d2f5-49dd-9520-ee87b0289a06,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-02 00:00:00, -al_d9a741f4-18e9-4d5c-96ae-4ea22a7cc559,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-03 00:00:00, -al_4eeac15d-6377-49f9-b634-4725bfbddec3,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-04 00:00:00, -al_dd4c7557-6a56-443d-be06-c0345c960dc3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-10-04 07:30:00, -al_6e01d99f-77eb-423b-939b-2faddb5a2c5b,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-04 15:30:00, -al_e387504c-6315-4c07-8b5e-00dda80fb08d,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-05 00:00:00, -al_08a21e2d-3cff-4f9d-bf7d-aeb9b091c447,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-06 00:00:00, -al_4ff6b993-06c8-469a-b8d1-ff65cb8bd50d,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-06 15:33:00, -al_d14cd033-af3a-4a0d-87e4-51e7a069f708,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-07 00:00:00, -WO398236,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2021-10-07 19:19:00, -al_e7a6df3e-2e1e-4d0d-a051-308b7622a0cc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-10-19 06:45:00, -al_8d3668e7-e864-4e1d-8246-100ba1f90892,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-19 15:30:00, -al_cec07cde-30b2-4ce5-adb0-8377aac1014b,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-20 00:00:00, -al_6f92f088-7b22-47ff-93e4-2851eac7b396,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-21 00:00:00, -al_42cdbe94-27e9-43f7-a472-d7f39b90723e,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-22 00:00:00, -al_cc7bf581-649b-4063-8753-ff0d4a6b54b8,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-23 00:00:00, -al_5d5ac858-8a66-49a6-b681-5f9477c49cfa,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-24 00:00:00, -al_225a5111-81f5-4372-9020-5ccffe9cbc29,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-25 00:00:00, -al_38fe5d0b-6bed-4e35-be86-69e4fd96e862,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-10-26 00:00:00, -al_5fadbf06-71b9-4ae8-a011-36d39134facd,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-10-26 02:30:00, -WO400558,WORK_ORDER,CM,MT003,Lubrication,CWC04006,Chiller 6,2021-10-26 15:59:00, -al_e5c9de8d-fa7e-4518-934e-23c3f0dbecaf,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-10-27 00:00:00, -al_9ea0d5e6-03b1-401f-8703-9f42109436e5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-10-28 00:00:00, -al_b4d68aa8-26b8-456a-b28c-5464aa7f25eb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-10-29 00:00:00, -al_92285e7a-6213-45b8-b264-3f6d2b7cd9e2,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-10-30 00:00:00, -al_ae862dd4-8112-4294-9f4d-57d11bcb0094,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-10-31 00:00:00, -al_3d41a467-1ed1-4dcd-83fe-a9df0cf1227d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-01 00:00:00, -al_a90ab136-41ac-4056-ad6e-3ac58f0ad5c8,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-02 15:22:00, -al_93c4b92e-82e8-4f11-bfb5-6d8de9355beb,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-03 00:00:00, -al_e67be0be-ab7a-4708-9e4c-6de310adbd63,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-03 15:36:00, -al_9d4f8b56-a7c7-47fb-9857-20efde52d4ef,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-04 00:00:00, -al_29094a1e-d403-4a93-9647-1d4bee7ec835,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-04 08:47:00, -al_45f1aba6-8add-467a-8975-8e13eb197d88,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-04 15:36:00, -al_87707021-82d1-4770-b893-ff7d0c621c09,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-05 00:00:00, -al_66c04e8a-42c4-4499-94e2-e3a8a5ffb424,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-05 15:55:00, -al_59cfb73d-4922-425a-b380-d68e8cc0f491,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-06 00:00:00, -al_414d6c10-368f-4ea8-bf2a-0bffc51ccda6,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-07 00:00:00, -al_6ac70106-b406-4661-a797-a6fc8c1605b6,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-08 00:00:00, -al_0701e01a-24fb-4fab-9e3e-b7106cbf0d95,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-09 00:00:00, -al_076ee6a8-08fc-49c9-b80f-107a264c954a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-09 09:30:00, -WO400063,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2021-11-09 20:00:00, -al_c532b3ef-a9b8-4bef-bc58-125b82b7e6f1,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-10 00:00:00, -al_edd8e9d4-54b7-4530-877f-443f53f4d8ec,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-11 09:45:00, -al_1c4ffea3-010c-43a2-a3b7-2be1ce47028c,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-12 00:00:00, -al_8f3693a6-e2af-4328-814d-4eb27d86748f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-12 10:15:00, -al_6779978c-10f3-459d-aea6-9008101626ae,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-12 12:00:00, -al_ee6aa3ff-33cd-42b1-be51-0da36e11297c,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-13 00:00:00, -al_a3e43390-f208-4180-90a2-8c033024da39,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-15 10:00:00, -al_2e5c5668-9bf3-466b-b983-645db9aefbe5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-16 00:00:00, -al_990f1c3d-5d62-4649-a57f-743a4116df51,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-17 09:30:00, -WO399660,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2021-11-17 20:00:00, -al_c4e3d038-4dba-4cc6-931a-7b72f991c722,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-18 00:00:00, -al_cec5307f-e73b-492d-a8ed-e8009e8065fa,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-27 12:20:00, -al_0d51b207-cd42-4ca1-8a2f-68f74ced0e3b,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-28 00:00:00, -al_78b70db9-e034-4bc1-b681-2ad3f6ecc79f,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-29 00:00:00, -al_c17f6a5c-0b4b-4c2a-85d7-a56e6ebcf590,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-29 12:15:00, -al_ddfdcdcb-35ca-4b03-a99a-fffce4b0bc1a,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2021-11-30 00:00:00, -al_c4a1e9e9-4d91-45e9-82ff-194ca8f84f17,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-11-30 05:30:00, -al_72cf6f19-7fa5-434e-ad3d-b409e7de2a8f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2021-12-01 00:00:00, -al_b826a96c-fb98-407e-9246-119ef697904e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04006,Chiller 6,2021-12-02 09:30:00, -WO396921,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2021-12-28 13:00:00, -WO402640,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2021-12-28 17:00:00, -WO405420,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2022-02-21 17:30:00, -WO407167,WORK_ORDER,CM,MT008,Leak Detection,CWC04006,Chiller 6,2022-02-22 20:30:00, -WO408524,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04006,Chiller 6,2022-03-09 20:30:00, -WO408529,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04006,Chiller 6,2022-03-11 20:30:00, -WO407798,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2022-03-23 14:30:00, -WO407799,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2022-03-23 18:30:00, -WO407194,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04006,Chiller 6,2022-03-25 16:30:00, -WO407996,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2022-03-30 18:00:00, -WO402350,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2022-04-11 12:00:00, -WO411651,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04006,Chiller 6,2022-05-04 16:00:00, -WO411126,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2022-05-31 13:00:00, -WO410977,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2022-06-15 15:00:00, -WO413479,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2022-06-30 17:00:00, -WO415816,WORK_ORDER,CM,CS002,Sensor Failure,CWC04006,Chiller 6,2022-07-14 19:30:00, -WO416147,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2022-07-25 13:00:00, -al_e55203f7-78c4-49f6-917f-30363484f55a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-09-02 05:30:00, -al_b27f2b05-ef15-4845-af31-2dc6b0275cfb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-09-03 00:00:00, -al_c97a8083-cd10-4e74-9ca9-6b40b136f81d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-09-04 00:00:00, -al_74b4d6e9-6828-41a2-a6e5-a839dbadae7d,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-05 00:00:00, -al_a16cc935-32fe-4aba-9e7c-e34ddba1e3de,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-06 00:00:00, -al_717eebd3-363f-41df-a55e-166c2107656d,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-07 00:00:00, -al_879644f3-05c9-44d7-a973-16e782e280f3,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-08 00:00:00, -al_57173742-0d9c-4bef-82d2-00b7fc34867e,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-09 00:00:00, -al_8bb45422-ef99-444a-97b2-584119873012,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-10 00:00:00, -al_9ae895a9-9ea4-47fe-ba6a-a909152c48f3,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-11 00:00:00, -al_e8d77f14-ef7f-476b-afec-4455e78d4f31,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-12 00:00:00, -al_015e8d5e-16ba-473b-8092-4a10a2aea825,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-13 00:00:00, -al_74e76821-be95-4c75-8b4a-c8f5474a94e9,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-14 00:00:00, -al_3c935ad2-3796-455c-bd05-0098bf4cd640,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-15 00:00:00, -al_dd88d8f2-6165-40e7-ac26-f91fb513ad5d,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-16 00:00:00, -al_c509f16a-9a6f-44a3-bdc2-c90472ed8d55,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-17 00:00:00, -al_e6a4be62-d711-45c4-a552-4dc9fad1e6e3,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-18 00:00:00, -al_cbda297d-0f6a-4bed-b0ea-b940f0926891,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-19 00:00:00, -al_7500d528-d3b3-4dd6-bb2e-ed8244d2a112,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-20 00:00:00, -al_3c912319-f8ac-4ee9-a089-b37aec636d7e,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-21 00:00:00, -al_627f612c-1ab9-4007-b9b6-5450a5ad1a68,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-22 00:00:00, -al_bdc6fcc3-ca8f-4040-94bc-7973d8cb4e40,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-23 00:00:00, -al_730aa0aa-31d0-4ed2-9e32-31e359abc0eb,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-24 00:00:00, -al_b463f513-b679-4096-b6c0-2753384bf21a,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-25 00:00:00, -al_0042f098-4831-4aef-b195-211c1706d64e,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-09-26 00:00:00, -WO418183,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2022-09-29 14:00:00, -al_72822192-ebe5-4a17-8d2e-fc5d81815403,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-12 08:15:00, -al_249ace7e-1579-4626-98f8-560d239b376b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-13 00:00:00, -WO418745,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2022-10-13 15:30:00, -al_07ffd08e-592a-46ff-83a6-28d9734fcdc8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-14 00:00:00, -al_bd9b0cdf-7a72-4406-8a4a-95ddcbec3917,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-15 00:00:00, -al_3ced32b9-6b20-4325-9f0b-6f5872b478dd,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-16 00:00:00, -al_1d97e9f0-f395-4279-8390-6410a05355f8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-17 00:00:00, -al_14d1e902-9a18-4aca-b967-7a4852dcb6fe,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-18 07:00:00, -al_fa77d5cf-6590-4f3a-a38f-3971e9a3ac61,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-19 00:00:00, -al_d983a3e1-720e-4472-bf66-23b9416fbac6,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-19 14:59:00, -al_e393acdc-21cc-44b6-a33e-834324ff5ed6,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-20 00:00:00, -al_f2b5dad1-eb12-43d0-bbdb-35991d7908f4,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-21 00:00:00, -al_e7d74db1-cd19-40ec-ab5a-b6eb64246eb4,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-22 00:00:00, -al_b79b9512-6169-4af6-bf12-a0729e585f9b,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-23 00:00:00, -al_331ed680-5e04-40f8-87b9-d1b40142ee5d,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-24 00:00:00, -al_79c9ac82-bb4c-4295-a41e-748858f876ac,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-25 00:00:00, -al_1518f5f2-a089-4896-aec7-785b5d4909d3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-25 04:00:00, -al_7ed42d61-d41c-48d2-bfed-2d5e352c9922,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-25 15:26:00, -al_0b740fc0-718e-4cf7-a5de-de3aa4f1b636,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-26 00:00:00, -al_265e1480-9aac-4127-b05c-d927d6c1b6b1,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-26 03:45:00, -al_2e058696-eb17-4bde-819c-e894e691eab9,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-26 12:07:00, -al_46578c73-f4a0-4dab-af56-e5ca0632d7d8,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-27 00:00:00, -al_48753b4a-adae-439b-88e5-f9250f91b98b,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-28 18:28:00, -al_9db0f665-23af-43d6-aa38-692a59957e79,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-29 00:00:00, -al_18c94e83-6578-46ef-a6c6-b62710c05e00,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-30 00:00:00, -al_35e54137-c201-4337-a8dc-7d42abceb962,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-31 00:00:00, -al_7c386fa9-0549-4d4f-a083-83f9a1c051ff,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-10-31 02:30:00, -al_46f14401-6bb5-46a3-8502-944f93f35516,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-10-31 19:14:00, -al_ae32c46b-b6a1-4092-8ac1-4ecfa7ca0a83,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-11-01 00:00:00, -al_f0f8fa9a-d47d-4dfd-aa98-a1556ae6f3cf,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-01 02:30:00, -al_82702764-e52f-4de5-8877-8d3e12af8f1a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-03 03:30:00, -al_a3b03d61-ab2b-482c-8a91-1002f7581294,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-04 00:00:00, -al_b7db54f0-1478-4a0f-910e-764a4f1d1a15,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-05 00:00:00, -al_75b7effe-fe80-46f9-ae2c-cf696a29045f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-06 00:00:00, -al_fb9ac2f8-e62c-416e-99e9-cd8b533e8236,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-07 00:00:00, -WO421030,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2022-11-07 14:00:00, -al_63fbedc6-959a-4a58-bab7-eb746e4ee263,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-08 00:00:00, -al_59ed6ff4-ef4b-4721-85e3-55fb2a9fab25,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-09 04:15:00, -al_9434a539-2820-4a25-83f2-ecd3267fba0a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-10 00:00:00, -al_caf69aaa-2d53-4856-ac15-9b874472bad5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-11 00:00:00, -al_1b5a4a42-603a-412b-9b8a-a34159709a91,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-11-11 10:08:00, -al_99001923-0e6e-471f-99d9-d1943856c7bb,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-11-12 00:00:00, -al_e0dea9e6-1a56-417a-bbce-6face777c468,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-11-13 00:00:00, -al_2213a9df-f140-472f-b8d9-373b148d3cee,ALERT,ALERT,RUL0021,Chiller - Excessive Power use in chiller that is off,CWC04006,Chiller 6,2022-11-14 00:00:00, -al_82934519-73b4-45eb-89e5-579cf602f843,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-14 05:45:00, -al_d976f106-11cc-4c8d-8659-c4cc37be23f8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-15 00:00:00, -al_3681e4a0-3d11-42a3-8c9c-497fde45c77f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-16 00:00:00, -al_9afa9fc7-77b0-47d4-8c6d-d8937bf5601d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-17 00:00:00, -al_233ddeee-a7d7-4251-bbb8-bc3e1ffccd68,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-18 00:00:00, -al_9d6b53d1-5447-4102-8f45-1e3e02f2757b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-20 03:00:00, -al_a7f2f82f-1b78-4020-b596-103cbb8f616a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-21 00:00:00, -al_d69ab02f-c81a-4974-9c79-0a54555dd291,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-22 00:00:00, -al_f80a5705-d336-4110-a3e8-36e9acd4c6f3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-23 00:00:00, -al_4b67ab42-c6b7-4ff4-80f8-5dd656985089,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-24 04:15:00, -al_d98bb2da-59dd-49ce-9375-126afefff439,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-25 00:00:00, -al_263b6a39-4709-4b01-886a-737ba609e4cb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-29 00:00:00, -al_67e7502d-e919-4ab9-b19d-c0053c913783,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-11-30 00:00:00, -al_277539af-88f9-4124-9f36-9f1fd96e8a39,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-12-01 00:00:00, -al_769fdd30-512d-464b-9614-c961dfe79f88,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-12-02 00:00:00, -al_f5629152-673e-4ba8-bac0-b8dc1fc36b5f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-12-03 00:00:00, -al_5a710063-7f31-472a-a5e5-e1adc20b3edb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-12-04 00:00:00, -al_e3e35aea-ab8c-421b-a70e-0c78289aa451,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-12-04 06:15:00, -al_f9fca290-f702-4fd5-bccd-9022d42a3755,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-12-05 00:00:00, -al_12e9327f-5c3c-4ecd-8c0e-719a6d800178,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-12-06 00:00:00, -al_f005670f-ed1e-43d7-9e2c-43f276d76fcb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04006,Chiller 6,2022-12-09 17:00:00, -al_4e184c00-5b8f-4277-b002-b5b07cdd1989,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04006,Chiller 6,2022-12-10 00:00:00, -WO422733,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2022-12-16 12:30:00, -WO419957,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2023-01-19 20:00:00, -WO426652,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2023-02-12 05:00:00, -WO425778,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2023-02-17 14:30:00, -WO422858,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2023-03-08 19:30:00, -WO426653,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04006,Chiller 6,2023-03-08 20:40:00, -WO427079,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2023-03-21 15:30:00, -WO427080,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04006,Chiller 6,2023-03-21 19:30:00, -WO128431,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2023-04-26 08:15:00, -WO132874,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2023-05-22 12:30:00, -WO427271,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2023-06-02 08:00:00, -WO151567,WORK_ORDER,CM,MT003,Lubrication,CWC04006,Chiller 6,2023-07-25 11:00:00, -WO144490,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04006,Chiller 6,2023-08-17 08:00:00, -WO154349,WORK_ORDER,PM,MT010,Oil Analysis,CWC04006,Chiller 6,2023-09-13 11:00:00, -WO139500,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04006,Chiller 6,2023-09-21 11:00:00, -WO169992,WORK_ORDER,CM,MT003,Lubrication,CWC04006,Chiller 6,2023-10-06 11:00:00, -WO16126,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2010-06-22 14:12:00, -WO39815,WORK_ORDER,CM,M016,Draining Operations,CWC04007,Chiller 7,2010-10-02 15:00:00, -WO37687,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2010-10-02 19:30:00, -WO23144,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2010-10-25 20:38:00, -WO28877,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2010-10-25 20:38:00, -WO33780,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2010-11-04 15:30:00, -WO47674,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2010-12-06 15:30:00, -WO43369,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04007,Chiller 7,2010-12-06 15:30:00, -WO37886,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2010-12-07 15:30:00, -WO39301,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2010-12-07 15:30:00, -WO47682,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2010-12-13 15:30:00, -WO47676,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2010-12-13 15:30:00, -WO42020,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2010-12-20 15:30:00, -WO43683,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-01-10 15:30:00, -WO45725,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-01-19 15:30:00, -WO40395,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-01-22 15:30:00, -WO40397,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-01-27 09:00:00, -WO47946,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-02-09 15:30:00, -WO48270,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-02-15 16:30:00, -WO48272,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-02-16 11:30:00, -WO48275,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-02-16 16:30:00, -WO49960,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-02-17 15:30:00, -WO51990,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-03-04 15:30:00, -WO54462,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2011-03-25 15:30:00, -WO54568,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-03-30 15:30:00, -WO56529,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-04-06 15:30:00, -WO58574,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-05-03 08:00:00, -WO60836,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-05-05 15:30:00, -WO62845,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-05-17 15:30:00, -WO64637,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-05-28 15:30:00, -WO67478,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-06-20 15:30:00, -WO69143,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-07-06 15:30:00, -WO71242,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-07-18 15:30:00, -WO73325,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-08-02 15:30:00, -WO76561,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-08-11 15:30:00, -WO75741,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-08-16 15:30:00, -WO77564,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-09-09 15:30:00, -WO79209,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-09-19 15:30:00, -WO80980,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-10-05 15:30:00, -WO83126,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-10-18 15:30:00, -WO84786,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-10-31 15:30:00, -WO86959,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-11-23 15:30:00, -WO90771,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-11-29 15:30:00, -WO89749,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-12-07 15:30:00, -WO91349,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2011-12-23 08:30:00, -WO92596,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-01-02 15:30:00, -WO90773,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-01-03 07:30:00, -WO94635,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-01-23 15:30:00, -WO97327,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-02-03 15:30:00, -WO98171,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-02-07 15:30:00, -WO98173,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-02-08 15:30:00, -WO98169,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-02-08 15:30:00, -WO99814,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-02-17 15:30:00, -WO102083,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-03-15 15:30:00, -WO103215,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2012-03-21 21:00:00, -WO104443,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2012-03-26 15:30:00, -WO108851,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2012-03-29 15:30:00, -WO108840,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04007,Chiller 7,2012-03-29 15:30:00, -WO103671,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-03-30 08:00:00, -WO105418,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-04-02 15:30:00, -WO107348,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-04-23 15:30:00, -WO109025,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-05-01 15:30:00, -WO111353,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-06-04 08:30:00, -WO112802,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-06-14 15:30:00, -WO114374,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-06-19 15:30:00, -WO115671,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-07-03 15:30:00, -WO116982,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-07-20 08:00:00, -WO116664,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2012-07-23 19:00:00, -WO121405,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2012-07-24 15:30:00, -WO121394,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2012-07-25 15:30:00, -WO119017,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-08-01 15:30:00, -WO121779,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-08-23 15:30:00, -WO125505,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2012-08-29 15:30:00, -WO123144,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-09-06 15:30:00, -WO125741,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-09-27 15:30:00, -WO126852,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-10-03 15:30:00, -WO128779,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-10-25 15:30:00, -WO129084,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2012-10-28 09:30:00, -WO131355,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-11-14 07:30:00, -WO133584,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-11-23 08:00:00, -WO135014,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-12-03 07:30:00, -WO136610,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2012-12-20 15:30:00, -WO135492,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-01-07 15:30:00, -WO137818,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-01-16 07:30:00, -WO145991,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-01-23 03:30:00, -WO145986,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-01-25 03:30:00, -WO136069,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-01-25 03:30:00, -WO136071,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-01-28 08:00:00, -WO144344,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-01-28 15:30:00, -WO140205,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-02-14 15:30:00, -WO142325,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-02-15 10:30:00, -WO142327,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-02-15 11:30:00, -WO142323,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-02-18 16:30:00, -WO142043,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-02-21 03:30:00, -WO143749,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-03-06 15:30:00, -WO145442,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-03-11 15:30:00, -WO147007,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-03-20 08:30:00, -WO147842,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2013-03-25 15:30:00, -WO148696,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-04-03 15:30:00, -WO150579,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-04-15 08:30:00, -WO146545,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2013-04-24 14:34:00, -WO152458,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-05-06 15:30:00, -WO152935,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2013-05-22 20:30:00, -WO155371,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-05-23 08:00:00, -WO158581,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-05-29 15:30:00, -WO158564,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2013-05-31 15:30:00, -WO156824,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-06-07 07:30:00, -WO158280,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-06-13 15:30:00, -WO159736,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2013-06-28 08:30:00, -WO160327,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-07-03 15:30:00, -WO162715,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-07-19 15:30:00, -WO169460,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-08-07 15:30:00, -WO165046,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-08-13 15:30:00, -WO166826,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-08-23 15:30:00, -WO168076,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-09-12 15:30:00, -WO169728,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-09-18 15:30:00, -WO171324,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-10-01 15:30:00, -WO171041,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2013-10-02 09:15:00, -WO178424,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2013-10-17 15:30:00, -WO174254,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-10-22 15:30:00, -WO178420,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-10-31 15:30:00, -WO176055,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-11-06 15:30:00, -WO178532,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-11-18 15:30:00, -WO180127,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-12-04 15:30:00, -WO181026,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-12-09 15:30:00, -WO181726,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-12-21 15:30:00, -WO181028,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2013-12-21 15:30:00, -WO183165,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-01-06 15:30:00, -WO186397,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-01-21 15:30:00, -WO188936,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-02-03 15:30:00, -WO190887,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-02-19 15:30:00, -WO189136,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-02-28 11:30:00, -WO189134,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-02-28 11:30:00, -WO189132,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-02-28 11:30:00, -WO196335,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-02-28 15:30:00, -WO192916,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-03-04 15:30:00, -WO197536,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-03-10 15:30:00, -WO195073,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-03-20 15:30:00, -WO196817,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-03-31 15:30:00, -WO198398,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2014-04-11 12:30:00, -WO198944,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-04-24 15:30:00, -WO201033,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-05-07 15:30:00, -WO202265,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-05-23 15:30:00, -WO203397,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-06-11 15:30:00, -WO205066,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-06-19 15:30:00, -WO206151,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-07-02 15:30:00, -WO208053,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-08-07 15:30:00, -WO209515,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-08-13 08:00:00, -WO211031,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-08-27 15:30:00, -WO212149,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-09-03 15:30:00, -WO213352,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-09-16 15:30:00, -WO214597,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-09-29 15:30:00, -WO221883,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-10-20 15:30:00, -WO216642,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-10-21 15:30:00, -WO219946,WORK_ORDER,CM,MT008,Leak Detection,CWC04007,Chiller 7,2014-10-31 15:30:00, -WO218160,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-11-05 15:30:00, -WO221582,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-11-23 16:00:00, -WO219584,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-11-28 15:30:00, -WO220618,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-12-04 15:30:00, -WO221326,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-12-08 15:30:00, -WO222096,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2014-12-18 15:30:00, -WO223474,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-01-05 15:30:00, -WO224844,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-01-21 15:30:00, -WO226120,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-02-04 15:30:00, -WO226213,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-02-19 11:00:00, -WO226212,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-02-19 11:01:00, -WO227700,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-02-20 15:30:00, -WO226214,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-02-23 11:30:00, -WO229848,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04007,Chiller 7,2015-02-27 15:30:00, -WO221327,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-03-02 15:30:00, -WO228884,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-03-02 15:30:00, -WO230267,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-03-17 19:30:00, -WO230715,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2015-03-23 19:30:00, -WO231149,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-03-31 15:30:00, -WO233552,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-04-06 15:30:00, -WO233615,WORK_ORDER,CM,MT008,Leak Detection,CWC04007,Chiller 7,2015-04-07 15:30:00, -WO234868,WORK_ORDER,CM,MT008,Leak Detection,CWC04007,Chiller 7,2015-04-08 15:30:00, -WO234863,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04007,Chiller 7,2015-04-10 16:30:00, -WO234842,WORK_ORDER,CM,M013,Condenser Plugged,CWC04007,Chiller 7,2015-04-22 18:30:00, -WO232535,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-04-29 15:30:00, -WO232073,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2015-04-30 15:30:00, -WO233761,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-05-05 15:30:00, -WO236759,WORK_ORDER,CM,M013,Condenser Plugged,CWC04007,Chiller 7,2015-05-13 15:30:00, -WO234938,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-05-21 15:30:00, -WO237319,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2015-05-26 15:00:00, -WO235856,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-06-02 15:30:00, -WO238252,WORK_ORDER,CM,M013,Condenser Plugged,CWC04007,Chiller 7,2015-06-21 15:30:00, -WO236916,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-06-22 15:30:00, -WO237862,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-06-30 15:30:00, -WO237633,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2015-07-01 11:00:00, -WO239384,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-07-23 15:30:00, -WO240294,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-08-04 15:30:00, -WO241299,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-08-17 15:30:00, -WO242649,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-09-11 08:00:00, -WO243595,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-09-19 19:30:00, -WO245705,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04007,Chiller 7,2015-09-21 15:30:00, -WO245283,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-10-06 11:45:00, -WO246355,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-10-22 18:30:00, -WO247361,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-11-05 15:45:00, -WO248625,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-11-17 20:00:00, -WO249529,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-12-03 13:00:00, -WO250043,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-12-17 14:00:00, -WO250042,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-12-17 17:00:00, -WO251133,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2015-12-22 19:30:00, -WO252149,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-01-25 19:30:00, -WO253164,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-01-26 14:00:00, -WO254492,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-02-08 14:00:00, -WO255994,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-02-18 16:00:00, -WO254584,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-02-24 18:30:00, -WO254585,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-02-24 20:26:00, -WO254586,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-02-25 14:25:00, -WO257164,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-03-04 16:00:00, -WO259218,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-03-24 13:00:00, -WO259200,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2016-04-05 17:30:00, -WO260437,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-04-13 13:00:00, -WO261658,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-05-02 19:27:00, -WO262718,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-05-13 14:00:00, -WO264053,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-05-17 18:31:00, -WO265012,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-06-08 13:35:00, -WO266632,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-06-23 16:54:00, -WO267345,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-07-15 19:50:00, -WO267222,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2016-07-16 15:00:00, -WO268665,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-07-31 15:29:00, -WO269538,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-08-05 17:16:00, -WO270620,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-08-15 17:54:00, -WO273354,WORK_ORDER,CM,CS002,Sensor Failure,CWC04007,Chiller 7,2016-08-25 19:30:00, -WO273352,WORK_ORDER,CM,CS002,Sensor Failure,CWC04007,Chiller 7,2016-08-25 19:30:00, -WO272063,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-09-13 15:13:00, -WO273032,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-09-20 18:08:00, -WO274023,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-10-12 20:51:00, -WO273708,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2016-10-18 18:00:00, -WO275076,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-10-20 13:00:00, -WO275988,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-11-02 16:26:00, -WO277089,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-11-16 17:57:00, -WO279339,WORK_ORDER,CM,MT003,Lubrication,CWC04007,Chiller 7,2016-11-21 20:30:00, -WO279296,WORK_ORDER,CM,MT003,Lubrication,CWC04007,Chiller 7,2016-11-21 20:30:00, -WO279268,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2016-12-02 20:30:00, -WO278464,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-12-10 15:09:00, -WO278990,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-12-15 14:39:00, -WO279996,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04007,Chiller 7,2016-12-19 20:30:00, -WO279371,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-12-23 14:47:00, -WO278991,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-12-27 18:35:00, -WO281012,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2016-12-27 20:30:00, -WO280139,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-01-04 18:19:00, -WO282099,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-01-31 14:40:00, -WO281206,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-02-09 18:04:00, -WO282857,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-02-21 18:20:00, -WO282859,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-02-21 18:20:00, -WO282858,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-02-21 18:20:00, -WO283380,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-02-27 18:18:00, -WO284289,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-03-06 20:47:00, -WO285812,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-03-23 18:10:00, -WO286345,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2017-03-31 13:35:00, -WO286777,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-04-06 19:49:00, -WO287800,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-04-21 16:42:00, -WO287549,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2017-04-27 20:30:00, -WO288755,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-05-02 18:42:00, -WO289658,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-05-22 14:28:00, -WO291089,WORK_ORDER,CM,M013,Condenser Plugged,CWC04007,Chiller 7,2017-05-22 19:30:00, -WO291138,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-06-13 13:09:00, -WO292050,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-06-21 15:08:00, -WO292866,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-07-05 14:17:00, -WO292637,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2017-07-19 20:00:00, -WO293860,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-07-24 16:48:00, -WO296161,WORK_ORDER,CM,M013,Condenser Plugged,CWC04007,Chiller 7,2017-08-02 19:30:00, -WO294756,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-08-03 14:40:00, -WO296195,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-08-31 13:31:00, -WO297225,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-09-22 18:35:00, -WO299742,WORK_ORDER,CM,MT003,Lubrication,CWC04007,Chiller 7,2017-09-25 19:30:00, -WO298881,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2017-09-28 20:30:00, -WO298234,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-10-07 14:09:00, -WO299187,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-10-26 14:50:00, -WO300252,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-10-31 16:57:00, -WO301212,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-11-20 18:45:00, -WO302916,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-12-04 18:00:00, -WO303786,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2017-12-05 14:55:00, -WO306018,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-01-12 18:55:00, -WO306017,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-01-24 18:35:00, -WO304147,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-01-29 14:26:00, -WO304148,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-01-29 14:29:00, -WO310129,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2018-02-15 20:30:00, -WO308116,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-02-16 19:37:00, -WO309889,WORK_ORDER,CM,M013,Condenser Plugged,CWC04007,Chiller 7,2018-02-21 20:30:00, -WO309080,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-03-09 17:58:00, -WO308214,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-03-10 16:00:00, -WO308215,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-03-10 17:30:00, -WO308216,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-03-10 19:00:00, -WO310167,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-03-13 15:14:00, -WO311575,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2018-03-27 12:51:00, -WO314469,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04007,Chiller 7,2018-04-06 19:30:00, -WO311155,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-04-26 13:42:00, -WO312515,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2018-05-10 15:00:00, -WO313264,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-05-14 17:48:00, -WO314540,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-05-24 19:46:00, -WO312318,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-06-03 15:32:00, -WO318052,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04007,Chiller 7,2018-06-19 23:30:00, -WO315752,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-06-25 20:11:00, -WO319607,WORK_ORDER,CM,MT008,Leak Detection,CWC04007,Chiller 7,2018-07-02 14:30:00, -WO319605,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04007,Chiller 7,2018-07-06 19:30:00, -WO318733,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04007,Chiller 7,2018-07-10 11:28:00, -WO320004,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2018-07-10 23:30:00, -WO317052,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-07-22 16:36:00, -WO317407,WORK_ORDER,CM,CS002,Sensor Failure,CWC04007,Chiller 7,2018-07-25 17:44:00, -WO319062,WORK_ORDER,CM,CS002,Sensor Failure,CWC04007,Chiller 7,2018-08-01 16:26:00, -WO317761,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2018-08-08 12:10:00, -WO319237,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-08-17 17:56:00, -WO318093,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-08-27 19:05:00, -WO320145,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-09-22 14:51:00, -WO321415,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-10-02 12:08:00, -WO322326,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-10-02 19:25:00, -WO323259,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2018-10-18 13:15:00, -WO323481,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-10-29 13:00:00, -WO325611,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-11-16 19:30:00, -WO326321,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-11-29 13:30:00, -WO327513,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2018-12-14 15:00:00, -WO328581,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2019-01-09 14:00:00, -WO329598,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-01-24 13:00:00, -WO330492,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2019-02-11 19:00:00, -WO329270,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-02-14 13:30:00, -WO332035,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-02-27 18:30:00, -WO325840,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-03-06 00:30:00, -WO333245,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-03-08 13:00:00, -WO333246,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-03-08 15:00:00, -WO333247,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-03-08 20:30:00, -WO324405,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-03-21 11:00:00, -WO333076,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2019-03-21 12:00:00, -WO334240,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-03-27 16:00:00, -WO336974,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-04-30 15:30:00, -WO337043,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2019-05-18 12:00:00, -WO338403,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2019-06-04 18:30:00, -WO339713,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-06-11 12:30:00, -WO340674,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2019-06-26 15:00:00, -WO338272,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2019-06-26 18:15:00, -WO341897,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-07-02 17:30:00, -WO344078,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-08-31 13:00:00, -WO346652,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-10-01 17:30:00, -WO348764,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-11-08 13:00:00, -WO350988,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2019-12-05 14:00:00, -WO353164,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2020-01-14 16:00:00, -WO353398,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-01-16 23:30:00, -WO354132,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-02-01 14:00:00, -WO355527,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-02-24 14:00:00, -WO358158,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-03-27 13:00:00, -WO358245,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-04-01 15:30:00, -WO358246,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-04-01 19:30:00, -WO358244,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-04-02 15:30:00, -WO360234,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2020-04-20 15:00:00, -WO360971,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-05-08 19:00:00, -WO363572,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-06-03 13:00:00, -al_48a6dc79-13d0-4888-827f-3073310faabd,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2020-06-10 09:45:00, -al_c0b61073-c728-4ce3-8add-3a9ad732b250,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2020-06-11 00:00:00, -WO362082,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2020-06-26 13:00:00, -WO366053,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-07-02 13:00:00, -WO367294,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2020-07-08 19:00:00, -WO343347,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2020-07-23 19:00:00, -WO369090,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2020-07-23 19:00:00, -WO368169,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-07-28 13:00:00, -WO370427,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-08-20 13:00:00, -WO372740,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-10-06 12:00:00, -WO374039,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2020-10-13 13:00:00, -WO374180,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04007,Chiller 7,2020-10-14 19:30:00, -WO375248,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-11-13 13:00:00, -WO374595,WORK_ORDER,CM,CS002,Sensor Failure,CWC04007,Chiller 7,2020-11-19 15:00:00, -WO377671,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2020-12-23 14:00:00, -WO381160,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-01-15 20:30:00, -WO380058,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-01-25 14:00:00, -WO380656,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2021-02-04 19:30:00, -WO382630,WORK_ORDER,CM,MT003,Lubrication,CWC04007,Chiller 7,2021-02-05 15:00:00, -WO380509,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-02-05 17:30:00, -WO380384,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-02-10 19:30:00, -WO382261,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-03-01 13:00:00, -WO384326,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-03-01 16:30:00, -WO384324,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-03-12 15:30:00, -WO384325,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-03-12 18:00:00, -WO384255,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-03-30 18:30:00, -WO386644,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04007,Chiller 7,2021-04-02 19:30:00, -WO386851,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-05-06 12:00:00, -WO387147,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2021-05-13 15:00:00, -WO390302,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2021-05-19 15:00:00, -al_88b27099-5ea4-491f-9d23-8d11862b3c3f,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-05-20 14:45:00, -al_3a5f6a90-1fed-43f6-a3ab-6da43acd6542,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-05-21 00:00:00, -WO387985,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2021-05-21 12:00:00, -WO389432,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-06-02 15:00:00, -al_927a1fb0-a433-406e-a45f-b6d2a687d94a,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-06-09 16:15:00, -WO384008,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2021-06-25 20:00:00, -WO392061,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-07-13 12:00:00, -WO393572,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2021-08-06 15:00:00, -WO394207,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-08-18 15:30:00, -al_c22e13ab-1fa0-4452-98b1-ce317ab6b0dd,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-14 18:45:00, -al_867b0181-22af-42fb-878d-7b7a33184e39,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-15 10:45:00, -al_d57a23f1-5e28-4cee-bd36-db66c1145f23,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-16 00:00:00, -al_7e3502aa-6a96-4bb1-bd19-aae9affbf52b,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-16 09:00:00, -al_ce31bf85-db06-49e2-be79-cdaa0bfbbdbe,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-16 12:30:00, -al_e40b00a1-8fe3-4433-9553-1fc70b624ca2,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-17 00:00:00, -al_d5a33002-0dde-42fe-9b14-9c0358026cfa,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-18 00:00:00, -al_4b3f96ba-4724-4c49-bc22-2422960e6f91,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-19 00:00:00, -al_85bb1fd5-c29f-4341-8cce-4f5e7cbeab55,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-20 00:00:00, -al_3ea36b7d-2033-4b84-82b3-f25b4980fffc,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-21 11:00:00, -al_5dda20cc-09c4-40e9-bede-aec44df408c1,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-22 00:00:00, -al_95a85308-90e2-4a6d-ac0b-d1da956cfb17,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-22 15:45:00, -WO396594,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-09-22 20:30:00, -al_6f87a0e5-2b08-48c3-bebb-26527e6128ea,ALERT,ALERT,RUL0012,Chiller - Cooling Substance Temperature Setpoint Attainment,CWC04007,Chiller 7,2021-09-23 00:00:00, -al_7e3a9a0b-e682-472b-9cc7-f069d353eab3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2021-09-23 06:00:00, -WO398794,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04007,Chiller 7,2021-09-24 13:36:00, -WO391366,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2021-10-01 12:00:00, -WO399372,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04007,Chiller 7,2021-10-04 19:39:00, -WO398970,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-10-07 19:19:00, -WO400122,WORK_ORDER,CM,M020,Head Operations,CWC04007,Chiller 7,2021-10-22 19:30:00, -WO400857,WORK_ORDER,CM,MT010,Oil Analysis,CWC04007,Chiller 7,2021-11-02 16:41:00, -WO400064,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2021-11-10 17:30:00, -WO400954,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2021-11-22 13:15:00, -WO396923,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2021-12-28 15:00:00, -WO403091,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-01-06 13:00:00, -WO404620,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-02-02 17:00:00, -WO404932,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-02-08 14:00:00, -WO405421,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2022-02-21 20:00:00, -WO402360,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-03-02 19:30:00, -WO406830,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-03-24 12:00:00, -WO407800,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-03-24 14:00:00, -WO407801,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-03-24 15:30:00, -WO407802,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-03-24 19:30:00, -WO407998,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2022-03-31 12:00:00, -WO408740,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-04-11 12:00:00, -WO410896,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-05-23 17:30:00, -WO411127,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2022-05-31 15:00:00, -al_72117c25-507a-4e8c-9ffd-0759478d5a49,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-06-01 06:45:00, -WO410952,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2022-06-15 12:00:00, -WO412942,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-06-22 16:00:00, -WO413481,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2022-07-01 12:00:00, -WO415055,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-07-25 15:00:00, -WO416626,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-08-18 12:00:00, -WO416148,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2022-08-18 16:00:00, -WO418041,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-09-27 12:00:00, -WO418185,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2022-09-29 15:00:00, -al_80e4fe23-456a-4981-b021-04009f8a21d8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-10-31 02:30:00, -al_2d4d580b-c23f-4fb4-a3a0-c3da02e1f874,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-01 07:30:00, -al_070957fa-6de0-421b-9ffc-abf850ca9c82,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-02 00:00:00, -al_dce4dbe5-14da-435e-8a23-2d4f333ef28b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-03 00:00:00, -WO421031,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2022-11-03 13:00:00, -al_0cd8ea33-1c2d-4715-990c-8aee82882513,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-04 03:15:00, -al_c80ade48-0bed-4301-8b71-9a1bbdb33f54,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-05 00:00:00, -al_995f2133-011e-4d86-a1e4-cb0d6d23c325,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-06 00:00:00, -al_1dc3effa-6e32-4c47-ad6b-cc34cafb09b6,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-07 00:00:00, -WO419788,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-11-07 17:00:00, -al_9ca0af1d-69da-4c30-806f-3d84aa9332ae,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-08 00:00:00, -al_35e8c776-6a66-42f7-b48a-9dba88e0005d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-09 00:00:00, -al_a0b27731-46fe-4ad2-895d-51a15febba21,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-22 04:15:00, -al_5c87c496-cb69-4cbf-b679-6f9bd8092f97,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04007,Chiller 7,2022-11-23 00:00:00, -WO421677,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2022-12-05 13:00:00, -WO423545,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-01-04 13:00:00, -WO424471,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-01-23 15:00:00, -WO425012,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-01-27 13:00:00, -WO425779,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2023-02-17 17:00:00, -WO422871,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-02-28 19:30:00, -WO426965,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-03-01 13:18:00, -WO426744,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-03-20 17:30:00, -WO427081,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-03-22 14:00:00, -WO427082,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-03-22 15:30:00, -WO427083,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-03-22 19:30:00, -WO428172,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-04-19 10:00:00, -WO128427,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04007,Chiller 7,2023-04-19 10:00:00, -WO128423,WORK_ORDER,PM,MT010,Oil Analysis,CWC04007,Chiller 7,2023-04-26 07:30:00, -WO132875,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2023-05-22 15:00:00, -WO427273,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2023-06-02 15:00:00, -WO135846,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2023-06-06 08:00:00, -WO137579,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2023-07-26 08:00:00, -WO144362,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2023-08-16 10:00:00, -WO144491,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2023-08-18 12:30:00, -WO150233,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2023-09-01 13:30:00, -WO162599,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2023-09-07 18:30:00, -WO164008,WORK_ORDER,CM,MT002,Cleaning,CWC04007,Chiller 7,2023-09-12 15:00:00, -WO139503,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04007,Chiller 7,2023-09-21 13:00:00, -WO159763,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2023-09-26 08:00:00, -WO166789,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04007,Chiller 7,2023-10-05 15:00:00, -WO37896,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2010-12-07 15:30:00, -WO42224,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2010-12-20 15:30:00, -WO46255,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-01-19 15:30:00, -WO50080,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-02-16 15:30:00, -WO55303,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2011-03-10 15:30:00, -WO55256,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2011-03-25 15:30:00, -WO54838,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-03-30 15:30:00, -WO58864,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-05-03 15:30:00, -WO63089,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-05-17 15:30:00, -WO67662,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-06-20 15:30:00, -WO71590,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-07-22 15:30:00, -WO75743,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-08-16 15:30:00, -WO75666,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2011-08-17 15:30:00, -WO77356,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2011-08-18 15:30:00, -WO79569,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-09-19 15:30:00, -WO83259,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-10-19 15:30:00, -WO85222,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2011-11-04 15:30:00, -WO93512,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04009,Chiller 9,2011-11-09 09:00:00, -WO87371,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-11-23 15:30:00, -WO91481,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2011-12-27 15:30:00, -WO95202,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2011-12-30 15:30:00, -WO97031,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2012-01-03 16:00:00, -WO95203,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2012-01-04 15:30:00, -WO94984,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-01-23 15:30:00, -WO99944,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-02-17 15:30:00, -WO102709,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2012-03-01 15:30:00, -WO102707,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2012-03-02 15:30:00, -WO104983,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2012-03-26 15:30:00, -WO108853,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2012-03-29 15:30:00, -WO104087,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-03-30 08:00:00, -WO107572,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-04-23 15:30:00, -WO111597,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-06-04 08:30:00, -WO114552,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-06-19 15:30:00, -WO116748,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2012-07-13 21:00:00, -WO121399,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2012-07-26 15:30:00, -WO117404,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-07-26 15:30:00, -WO123907,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2012-08-13 15:30:00, -WO121980,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2012-08-20 15:30:00, -WO121922,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-08-27 15:30:00, -WO128635,WORK_ORDER,CM,M017,Major Overhaul,CWC04009,Chiller 9,2012-09-11 15:30:00, -WO126269,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-09-28 15:30:00, -WO129177,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2012-10-17 21:00:00, -WO128973,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-10-25 15:30:00, -WO133903,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-11-23 08:00:00, -WO137173,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2012-12-03 15:30:00, -WO131884,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2012-12-04 15:30:00, -WO136809,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2012-12-20 15:30:00, -WO140920,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04009,Chiller 9,2012-12-21 15:30:00, -WO145984,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2013-01-16 03:30:00, -WO140524,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-02-14 15:30:00, -WO148447,WORK_ORDER,CM,M020,Head Operations,CWC04009,Chiller 9,2013-02-21 03:30:00, -WO143948,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-03-06 15:30:00, -WO147398,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-03-21 09:00:00, -WO148293,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2013-03-25 15:30:00, -WO148406,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2013-03-27 15:30:00, -WO148410,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2013-03-27 15:30:00, -WO148408,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2013-03-27 15:30:00, -WO146623,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2013-04-11 22:00:00, -WO150724,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-04-15 09:00:00, -WO152925,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2013-05-13 16:00:00, -WO155586,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-05-23 07:30:00, -WO158595,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-06-12 15:30:00, -WO159730,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2013-06-28 10:30:00, -WO164860,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2013-07-19 03:30:00, -WO162797,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-07-19 15:30:00, -WO167198,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04009,Chiller 9,2013-08-22 13:30:00, -WO166943,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-08-22 15:30:00, -WO168623,WORK_ORDER,PM,MT014,Filter Replacement,CWC04009,Chiller 9,2013-09-03 15:30:00, -WO166995,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2013-09-07 07:30:00, -WO170095,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-09-18 15:30:00, -WO171031,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2013-09-27 14:00:00, -WO174041,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04009,Chiller 9,2013-10-02 15:30:00, -WO171879,WORK_ORDER,PM,MT014,Filter Replacement,CWC04009,Chiller 9,2013-10-02 15:30:00, -WO174068,WORK_ORDER,CM,L001,Refrigerant Leak,CWC04009,Chiller 9,2013-10-04 15:30:00, -WO178397,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2013-10-21 15:30:00, -WO174609,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-10-22 15:30:00, -WO176722,WORK_ORDER,PM,MT014,Filter Replacement,CWC04009,Chiller 9,2013-11-05 15:30:00, -WO178777,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-11-18 15:30:00, -WO181903,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2013-12-21 15:30:00, -WO188802,WORK_ORDER,CM,M017,Major Overhaul,CWC04009,Chiller 9,2014-01-17 15:30:00, -WO186652,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-01-21 15:30:00, -WO191030,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-02-19 08:30:00, -WO193445,WORK_ORDER,PM,MT014,Filter Replacement,CWC04009,Chiller 9,2014-03-04 15:30:00, -WO197542,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04009,Chiller 9,2014-03-14 15:30:00, -WO195416,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-03-20 15:30:00, -WO196294,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2014-03-29 15:00:00, -WO196296,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2014-03-29 15:00:00, -WO196292,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2014-03-29 15:00:00, -WO197296,WORK_ORDER,PM,MT014,Filter Replacement,CWC04009,Chiller 9,2014-03-31 15:30:00, -WO199836,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2014-04-07 15:30:00, -WO199838,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2014-04-08 15:30:00, -WO199751,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04009,Chiller 9,2014-04-15 10:30:00, -WO200796,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2014-04-18 15:30:00, -WO199024,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-04-24 15:30:00, -WO205437,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2014-05-27 15:30:00, -WO202348,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-05-31 15:30:00, -WO205147,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-06-19 15:30:00, -WO206825,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04009,Chiller 9,2014-06-24 15:30:00, -WO209434,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2014-06-24 15:30:00, -WO209414,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2014-07-03 15:30:00, -WO209418,WORK_ORDER,CM,OP004,Flow Sensor Failure,CWC04009,Chiller 9,2014-07-08 16:30:00, -WO205703,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2014-07-14 15:00:00, -WO212531,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2014-07-18 03:30:00, -WO212530,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2014-07-24 03:30:00, -WO208160,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-08-07 15:30:00, -WO213851,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2014-08-15 15:30:00, -WO211085,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-08-27 09:00:00, -WO211106,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2014-09-04 15:30:00, -WO213530,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-09-16 15:30:00, -WO221880,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2014-10-10 15:30:00, -WO214107,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2014-10-14 15:00:00, -WO219963,WORK_ORDER,CM,M017,Major Overhaul,CWC04009,Chiller 9,2014-10-22 15:30:00, -WO216786,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-10-23 15:30:00, -WO218388,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2014-11-03 15:30:00, -WO219703,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-11-28 15:30:00, -WO222192,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2014-12-19 15:30:00, -WO224974,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-01-21 15:30:00, -WO226764,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2015-01-30 15:30:00, -WO229248,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2015-02-19 11:30:00, -WO227768,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-02-20 15:30:00, -WO230430,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-03-17 19:30:00, -WO230890,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2015-03-23 19:30:00, -WO234852,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2015-04-13 10:00:00, -WO230927,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2015-04-17 17:30:00, -WO230929,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2015-04-17 18:30:00, -WO230928,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2015-04-20 13:21:00, -WO232642,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-04-28 15:30:00, -WO232068,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2015-04-28 15:30:00, -WO236738,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2015-05-15 15:30:00, -WO235018,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-05-21 15:30:00, -WO237313,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2015-05-31 15:30:00, -WO236992,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-06-22 15:30:00, -WO237631,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2015-06-30 13:00:00, -WO239489,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-07-30 15:30:00, -WO241351,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-08-18 15:30:00, -WO241372,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2015-08-22 15:30:00, -WO243722,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-09-22 15:30:00, -WO244384,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2015-09-25 15:30:00, -WO246493,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-10-29 18:30:00, -WO247572,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2015-11-06 16:00:00, -WO248742,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2015-11-16 14:00:00, -WO245629,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2016-01-13 20:00:00, -WO251221,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-01-20 22:00:00, -WO257044,WORK_ORDER,CM,M016,Draining Operations,CWC04009,Chiller 9,2016-02-10 20:30:00, -WO253289,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-02-18 14:00:00, -WO256068,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-02-19 14:00:00, -WO259388,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-03-24 15:00:00, -WO259853,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2016-04-05 18:30:00, -WO261794,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-04-27 21:29:00, -WO261375,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2016-05-01 15:00:00, -WO259917,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2016-05-16 16:38:00, -WO259918,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2016-05-16 16:42:00, -WO259916,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2016-05-16 17:21:00, -WO264135,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-05-17 15:02:00, -WO266700,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-06-23 17:01:00, -WO267220,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2016-07-04 20:00:00, -WO268777,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-07-31 15:33:00, -WO270680,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-08-17 19:00:00, -WO270690,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2016-08-22 13:28:00, -WO273228,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-09-21 18:48:00, -WO273703,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2016-10-05 14:00:00, -WO276953,WORK_ORDER,CM,M020,Head Operations,CWC04009,Chiller 9,2016-10-06 19:30:00, -WO276951,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2016-10-09 19:30:00, -WO276964,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2016-10-12 19:30:00, -WO276535,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2016-10-17 19:30:00, -WO275167,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-10-18 17:57:00, -WO276518,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2016-10-18 19:30:00, -WO276163,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2016-11-03 18:06:00, -WO277420,WORK_ORDER,CM,MT007,Eddy Current Test,CWC04009,Chiller 9,2016-11-07 20:30:00, -WO277419,WORK_ORDER,CM,MT007,Eddy Current Test,CWC04009,Chiller 9,2016-11-08 20:30:00, -WO277232,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-11-16 18:01:00, -WO279269,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2016-12-01 20:30:00, -WO279457,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2016-12-21 20:24:00, -WO274286,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2016-12-29 17:00:00, -WO281348,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-01-27 18:49:00, -WO283429,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-02-27 18:19:00, -WO285976,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-03-23 18:14:00, -WO286487,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2017-03-29 17:05:00, -WO286488,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2017-03-30 17:19:00, -WO287389,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2017-03-30 19:30:00, -WO286433,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2017-03-31 14:04:00, -WO286489,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2017-03-31 16:08:00, -WO287940,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-04-18 20:28:00, -WO290043,WORK_ORDER,CM,MT001,Routine Maintenance,CWC04009,Chiller 9,2017-05-08 19:30:00, -WO290041,WORK_ORDER,CM,M020,Head Operations,CWC04009,Chiller 9,2017-05-09 22:30:00, -WO291123,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2017-05-15 19:30:00, -WO291424,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2017-05-16 19:30:00, -WO291023,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2017-05-17 19:30:00, -WO289737,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-05-22 14:30:00, -WO291425,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2017-05-26 19:30:00, -WO291430,WORK_ORDER,CM,M003,Deformation,CWC04009,Chiller 9,2017-05-30 19:30:00, -WO293262,WORK_ORDER,CM,M017,Major Overhaul,CWC04009,Chiller 9,2017-06-12 19:30:00, -WO292321,WORK_ORDER,CM,M017,Major Overhaul,CWC04009,Chiller 9,2017-06-14 09:30:00, -WO293261,WORK_ORDER,CM,M017,Major Overhaul,CWC04009,Chiller 9,2017-06-14 19:30:00, -WO293260,WORK_ORDER,CM,M017,Major Overhaul,CWC04009,Chiller 9,2017-06-16 19:30:00, -WO292727,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2017-06-19 09:30:00, -WO292118,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-06-19 17:06:00, -WO293246,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2017-06-19 21:30:00, -WO292473,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2017-06-20 11:00:00, -WO293245,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2017-06-20 21:30:00, -WO292635,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2017-07-14 13:00:00, -WO294018,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-07-17 14:42:00, -WO296116,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2017-07-25 19:30:00, -WO296238,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-08-31 13:33:00, -WO298053,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2017-09-06 19:30:00, -WO296252,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2017-09-11 18:16:00, -WO298876,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2017-09-28 19:30:00, -WO298369,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-10-04 12:52:00, -WO300556,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2017-10-09 19:30:00, -WO300348,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-11-06 12:49:00, -WO302071,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2017-11-28 19:05:00, -WO305430,WORK_ORDER,CM,M009,Actuator Failure,CWC04009,Chiller 9,2017-12-02 20:30:00, -WO303059,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2017-12-04 18:02:00, -WO306167,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-02-13 15:58:00, -WO311027,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2018-02-23 20:30:00, -WO310492,WORK_ORDER,CM,L003,Evaporator Leak,CWC04009,Chiller 9,2018-02-23 20:30:00, -WO311026,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2018-02-26 20:30:00, -WO310520,WORK_ORDER,CM,MT008,Leak Detection,CWC04009,Chiller 9,2018-02-26 20:30:00, -WO311028,WORK_ORDER,CM,M014,Condenser Tube Leak,CWC04009,Chiller 9,2018-02-27 20:30:00, -WO309181,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-03-06 15:13:00, -WO311516,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04009,Chiller 9,2018-03-07 20:30:00, -WO299380,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2018-03-15 15:30:00, -WO311660,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2018-03-27 13:08:00, -WO314479,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2018-03-27 19:30:00, -WO312511,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2018-04-06 14:45:00, -WO311253,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-04-26 13:43:00, -WO313361,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-05-08 14:33:00, -WO316016,WORK_ORDER,CM,M013,Condenser Plugged,CWC04009,Chiller 9,2018-05-17 19:30:00, -WO317467,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04009,Chiller 9,2018-06-09 19:30:00, -WO318055,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04009,Chiller 9,2018-06-19 23:30:00, -WO312038,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2018-06-21 13:30:00, -WO312039,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2018-06-21 14:00:00, -WO312040,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2018-06-21 15:30:00, -WO315813,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-06-25 20:13:00, -WO317759,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2018-08-07 16:45:00, -WO318161,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-08-27 19:02:00, -WO320887,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2018-09-21 20:06:00, -WO320223,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-09-22 14:52:00, -WO323255,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2018-09-24 16:00:00, -WO322404,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-10-08 17:45:00, -WO324524,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-11-15 12:45:00, -WO326420,WORK_ORDER,PM,MT012,Freon Management,CWC04009,Chiller 9,2018-11-28 16:30:00, -WO327207,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2018-12-14 14:45:00, -WO325837,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2019-01-04 20:00:00, -WO328722,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2019-01-08 16:00:00, -WO330616,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2019-02-11 20:30:00, -WO333093,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2019-03-21 12:00:00, -WO323708,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2019-04-01 10:00:00, -WO337119,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2019-05-14 15:00:00, -WO337118,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2019-05-14 17:30:00, -WO337117,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2019-05-14 19:30:00, -WO337071,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2019-05-19 13:00:00, -WO338399,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2019-05-31 19:30:00, -WO340699,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2019-06-27 13:00:00, -WO343345,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2019-08-15 14:00:00, -WO347197,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2019-10-12 11:45:00, -WO351954,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2019-12-08 19:30:00, -WO353168,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2020-01-14 18:30:00, -WO351294,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2020-03-16 16:00:00, -al_824c73fe-83bf-4721-87ce-ea38e030747b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-07 09:09:00, -al_f188363e-fa5c-4b3e-b432-7fbcd72d3778,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-07 15:30:00, -al_0a81d92a-bec2-4be1-ae79-0144733b0a8f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-08 00:00:00, -al_7502526c-e08d-4252-aad6-cdc193cfcef8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-09 00:00:00, -al_dcc6e9d0-3471-4e80-aeb7-f5b149457417,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-10 00:00:00, -al_8542f190-6bf4-4806-b3eb-7ee9296881a5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-11 00:00:00, -al_22efa781-13d8-4046-b06d-6c8a2d175d89,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-12 00:00:00, -al_09bcae1c-6a1a-4e9d-9010-49bf56ea9c05,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-13 00:00:00, -al_dcfc6816-8356-4198-9232-e428e4f09d81,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-13 12:30:00, -al_6fb55642-0872-42ad-a22c-5ebbeed0cbc0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-14 00:00:00, -al_985161b2-8d19-418d-8499-7aa008e9a650,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-14 16:45:00, -al_e8f51c3b-20e6-4e6b-9bfb-49f3e7c5567f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-15 00:00:00, -al_5c8a0b62-8a98-4de8-84a7-f354fe0db27c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-16 00:00:00, -al_0fe615f1-1b94-437f-8fc7-d7eeae7d99b7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-17 00:00:00, -al_2aad796a-27aa-4c8a-891d-37f6064f92eb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-18 00:00:00, -al_33f75807-8903-4750-b9d0-976c8e7ca1ff,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-19 00:00:00, -al_b1fb1b93-6ea4-4174-9f9f-781923889694,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-20 00:00:00, -WO360238,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2020-04-20 17:00:00, -al_0e3c6893-1057-4d6b-a7c9-c51c323893b0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-21 00:00:00, -al_26466fae-25ca-4987-8d48-8fcbfa92aeae,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-22 00:00:00, -al_ba6d63fb-c4bd-451c-b38a-70114760ec52,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-23 00:00:00, -al_92672467-466f-46cb-8b3a-a4cac42f53be,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-24 00:00:00, -an_cb8b93d8-f7d4-48e6-8fec-b40166ed0a7a,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.2915995977818966).,CWC04009,Chiller 9,2020-04-24 20:14:00, -al_10472660-d7a7-40bd-b94a-7ef15c4f6e9e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-25 00:00:00, -al_06c9e50f-cbe5-4897-b54f-d60f5052a342,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-26 00:00:00, -an_b16b02eb-cbd3-4fa1-bfb6-bccb014fd39a,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.23480093479156494).,CWC04009,Chiller 9,2020-04-26 13:59:00, -an_5cf84f99-6132-4709-911b-cbf910ec1745,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (25609582).,CWC04009,Chiller 9,2020-04-26 14:14:00, -an_2e70f5dd-f8a4-455c-9352-c4b1185524e0,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.666015625).,CWC04009,Chiller 9,2020-04-26 14:14:00, -an_dc0f33af-0a29-42b8-ac9c-1cb95caad79f,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.2484901249408722).,CWC04009,Chiller 9,2020-04-26 14:14:00, -an_8d7328dc-7367-4889-b69a-dbb5a4ce573a,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (24759792).,CWC04009,Chiller 9,2020-04-26 15:14:00, -an_67d496fe-8ae9-4711-a45a-86481bba9bc4,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.24614741280674934).,CWC04009,Chiller 9,2020-04-26 15:14:00, -an_10f80260-6a4b-4332-8e45-c826eba77096,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.386471748).,CWC04009,Chiller 9,2020-04-26 15:14:00, -al_a8e8fc2d-d059-4f73-bb38-0927ac9921cf,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-27 00:00:00, -al_2f1e9406-9a6e-43bf-b394-082736ff5db7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-28 00:00:00, -an_d9bf6331-d4d3-4ab4-acb4-9ae554cd4c73,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3418588973581791).,CWC04009,Chiller 9,2020-04-28 01:44:00, -an_d3014aa6-3c7a-4fcf-81e4-cfeac23165d3,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.2823072150349617).,CWC04009,Chiller 9,2020-04-28 15:44:00, -al_9a638924-8bfe-4718-a17b-17370dd46edb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-29 00:00:00, -an_b76b419d-63c6-4a4b-8088-5f9225042062,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.2567388117313385).,CWC04009,Chiller 9,2020-04-29 13:59:00, -al_d8f9ea8e-6e68-40ca-a631-b52b531a4575,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-04-30 00:00:00, -an_e6670911-71f0-4c90-be8e-2d82ec845d91,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26986864).,CWC04009,Chiller 9,2020-04-30 05:29:00, -an_2216512b-0939-4aac-b7bf-db4339635ea6,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (9.008467674255371).,CWC04009,Chiller 9,2020-04-30 05:29:00, -an_5d020593-2349-48ab-9999-a6fec894db0e,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26343678).,CWC04009,Chiller 9,2020-04-30 13:44:00, -an_a586a54d-2e2a-43dd-975d-2ecd6e345675,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.749077796936035).,CWC04009,Chiller 9,2020-04-30 13:44:00, -an_41b0a188-b167-4f4a-bf04-4b4551afdf1c,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.25798738).,CWC04009,Chiller 9,2020-04-30 13:44:00, -al_299178a0-a73b-431d-918d-732679390c9e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-01 00:00:00, -an_935f6e08-8b88-4eaa-91cf-73f1cafab13d,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.2505691349506378).,CWC04009,Chiller 9,2020-05-01 04:14:00, -an_79f1794f-1e40-4f06-beef-eeb6e2af6ed8,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26184276).,CWC04009,Chiller 9,2020-05-01 16:14:00, -an_39b139e3-678b-4327-9c88-51d412f7057c,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.26680154353380203).,CWC04009,Chiller 9,2020-05-01 16:14:00, -an_ef8f141f-b2b9-45bc-93b2-4d837b66565d,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.613322257995605).,CWC04009,Chiller 9,2020-05-01 16:14:00, -an_9385925d-172c-44d6-a4b9-365583f46911,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3841455392539501).,CWC04009,Chiller 9,2020-05-01 17:44:00, -an_72d0d436-cac5-4f7b-97d3-0e77a6f55dd6,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (27206866).,CWC04009,Chiller 9,2020-05-01 17:59:00, -an_663ae274-d999-4864-a118-292ee251e983,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.990607261657715).,CWC04009,Chiller 9,2020-05-01 17:59:00, -an_3501f16a-c411-488c-8adf-75bd1566580d,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.26623453199863434).,CWC04009,Chiller 9,2020-05-01 17:59:00, -an_a18049f3-9b18-4e54-87a8-ad7dffe48387,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (25523994).,CWC04009,Chiller 9,2020-05-01 22:59:00, -an_dcb9a628-fd8c-4c10-a659-57664300f399,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3788827955722809).,CWC04009,Chiller 9,2020-05-01 22:59:00, -an_8f3d0a29-0913-42ba-a789-6de63af8ddc0,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.388970375061035).,CWC04009,Chiller 9,2020-05-01 22:59:00, -an_5f13e848-90be-4e76-adec-e48902637a28,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.24064978957176208).,CWC04009,Chiller 9,2020-05-01 22:59:00, -an_6fb4c34e-4d52-4655-a17f-10ab0262efa4,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (25213224).,CWC04009,Chiller 9,2020-05-01 23:14:00, -an_ba35faff-66a4-4d01-a22e-4c862d7356d8,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.795825958251953).,CWC04009,Chiller 9,2020-05-01 23:14:00, -an_459b3c64-4d7d-4180-8b27-dc9d2ef80362,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.2479192167520523).,CWC04009,Chiller 9,2020-05-01 23:14:00, -an_d1e46329-7c19-46b4-8fef-fbfe95a4db7b,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.361295700073242).,CWC04009,Chiller 9,2020-05-01 23:29:00, -an_ddd32a44-4992-4235-8235-0f2feba92f44,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.28661516308784485).,CWC04009,Chiller 9,2020-05-01 23:29:00, -an_ccef7169-e192-42c5-ac20-7b8bb3fa6963,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.2956170439720154).,CWC04009,Chiller 9,2020-05-01 23:44:00, -an_79de1fd3-a0a4-4293-ada0-440aded6c1ba,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.3029327392578125).,CWC04009,Chiller 9,2020-05-01 23:59:00, -al_42960e60-0d3f-4d56-9717-52e0a70f852b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-02 00:00:00, -an_f668d23a-40b6-4a86-abcc-85b9158fcb1e,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.651866912841797).,CWC04009,Chiller 9,2020-05-02 00:14:00, -an_7fead4a6-27fc-409b-80da-6feb7791c636,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.3053814172744751).,CWC04009,Chiller 9,2020-05-02 00:14:00, -an_656f77e0-bd4d-4d51-8996-1c24c69287da,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (28952722).,CWC04009,Chiller 9,2020-05-02 00:29:00, -an_0e70d28f-6125-42e1-8993-8513f98b8c5e,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.762736320495605).,CWC04009,Chiller 9,2020-05-02 00:29:00, -an_587621d6-9365-405a-96a2-2f96bdee6e55,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.30886349081993103).,CWC04009,Chiller 9,2020-05-02 00:29:00, -an_abf1ea46-1090-4499-b9f7-a78fcfc95103,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.864946365356445).,CWC04009,Chiller 9,2020-05-02 00:59:00, -an_9c17c497-f1cf-4824-abba-b3ba3ada206c,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.31671494245529175).,CWC04009,Chiller 9,2020-05-02 00:59:00, -an_e5666b9d-a108-4a98-b03f-a0898029c9d2,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.327890545).,CWC04009,Chiller 9,2020-05-02 01:14:00, -an_e09a970e-051a-4905-b776-8c427ba8b98f,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.3354075849056244).,CWC04009,Chiller 9,2020-05-02 01:29:00, -an_b125eb34-d9ef-4314-bc46-feed9857be41,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.289277076721191).,CWC04009,Chiller 9,2020-05-02 01:59:00, -an_30ab4fd0-0c82-4de8-8f60-7866288b6c27,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.33813241124153137).,CWC04009,Chiller 9,2020-05-02 01:59:00, -an_7c6d682a-cb78-4403-9a1d-0bf34e90471f,ANOMALY,ANOMALY,KPI Delta Setpoint below lower bound,The monitored KPI 'Delta Setpoint' is lower than the lower bound (0.17320317029953003).,CWC04009,Chiller 9,2020-05-02 06:59:00, -an_6187e03d-6539-4473-9f11-c68d34214b8a,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.3372596502304077).,CWC04009,Chiller 9,2020-05-02 06:59:00, -an_c5ef8ab9-aac2-46fe-a984-6c5aa188434f,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (31046340).,CWC04009,Chiller 9,2020-05-02 07:29:00, -an_bd69cb51-3b8a-47ea-920a-41a1bf08a667,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (10.83617115020752).,CWC04009,Chiller 9,2020-05-02 07:29:00, -an_bee6f405-80b2-40d7-98e5-dbe6bf99c5d3,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (29188642).,CWC04009,Chiller 9,2020-05-02 08:00:00, -an_388ddcbb-ea87-4318-a531-18efa6585ee3,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (10.328872680664062).,CWC04009,Chiller 9,2020-05-02 08:00:00, -an_d4d1897c-fe05-4fb7-8b0d-fe436497c37d,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26025318).,CWC04009,Chiller 9,2020-05-02 11:44:00, -an_8a997345-2e32-4412-bb29-8f759d94cb03,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.362053871154785).,CWC04009,Chiller 9,2020-05-02 11:44:00, -an_91f15dbf-048b-44fd-aad2-8fb15103fde7,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.673554420471191).,CWC04009,Chiller 9,2020-05-02 11:59:00, -an_661816e6-da0c-44c9-84c1-7238197b327d,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (25439582).,CWC04009,Chiller 9,2020-05-02 12:44:00, -an_191b7b68-833a-4648-a021-7d37f9b90ee5,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.34384776651859283).,CWC04009,Chiller 9,2020-05-02 12:44:00, -an_bb400a3a-e29f-4cc3-8b74-11b89f7ee444,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.143808364868164).,CWC04009,Chiller 9,2020-05-02 12:44:00, -an_0c1107d1-f2cc-4f56-960a-e0f94cd251e0,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.28232619166374207).,CWC04009,Chiller 9,2020-05-02 12:59:00, -al_db56d955-6c7d-43cb-84ae-f12116071013,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-03 00:00:00, -an_7ce9805a-124e-42bd-a564-a88c3f1fabdc,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26712444).,CWC04009,Chiller 9,2020-05-03 01:59:00, -al_5c348552-8270-4984-839b-6f9246e73ad9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-04 00:00:00, -al_f94f1faf-e321-44ef-929f-18ba4b331d48,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-05 00:00:00, -an_e7362207-e21d-4390-b179-3f90648d6fba,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.34495358914136887).,CWC04009,Chiller 9,2020-05-05 00:14:00, -an_ba0788ae-db7e-41a0-9c5b-8a076f4b897b,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.308586120605469).,CWC04009,Chiller 9,2020-05-05 00:14:00, -an_2446a64c-93ff-412e-973f-062474f429aa,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (24705084).,CWC04009,Chiller 9,2020-05-05 23:44:00, -an_5ab22232-9ee6-4cbd-b8ab-16444fab26b5,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.2970965951681137).,CWC04009,Chiller 9,2020-05-05 23:44:00, -an_c2f10e84-716a-4941-a255-9d05ad771421,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.163310050964355).,CWC04009,Chiller 9,2020-05-05 23:44:00, -al_760a0b15-ceed-4876-851b-e6cd7d7e093d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-06 00:00:00, -an_5d345a0b-ef9b-4bb5-930c-7d62dda350bd,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.30229946970939636).,CWC04009,Chiller 9,2020-05-06 04:44:00, -an_79946e2c-1189-4d0f-9ead-b85205f69ae2,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27816244).,CWC04009,Chiller 9,2020-05-06 05:29:00, -an_5bae0aa1-659a-4d0e-8aee-7b0b1bf937bd,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.120887756347656).,CWC04009,Chiller 9,2020-05-06 05:29:00, -an_5c66f7c3-18d6-45e4-bc7a-e45cdd1d0694,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.283704549).,CWC04009,Chiller 9,2020-05-06 05:29:00, -an_becfa4c2-4620-4f20-97f4-5dbae9166689,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27554252).,CWC04009,Chiller 9,2020-05-06 11:59:00, -an_988d76df-df17-4603-9865-cc4817169ca3,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.2703551985323429).,CWC04009,Chiller 9,2020-05-06 11:59:00, -an_d7621a01-65ae-4c26-bf35-0138d145eccb,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.078166007995605).,CWC04009,Chiller 9,2020-05-06 11:59:00, -an_be3d62d2-847b-4a40-84a1-8f773811de90,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.272592157).,CWC04009,Chiller 9,2020-05-06 11:59:00, -al_376efbde-61a0-43f5-922b-c262b80bba63,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-07 00:00:00, -an_3d028136-38da-4247-93d6-d29a6fa61e3d,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3674754500389099).,CWC04009,Chiller 9,2020-05-07 19:44:00, -al_4ce6b012-0651-4075-8918-e54818b8d1f7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-08 00:00:00, -an_f6fe19a9-395b-4259-8973-fb16e84ccb66,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (25694884).,CWC04009,Chiller 9,2020-05-08 12:29:00, -an_8f5d3d6c-7d05-420b-aea9-4ec5ce62addf,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.33422381803393364).,CWC04009,Chiller 9,2020-05-08 12:29:00, -al_604b429a-4516-448c-a556-29d50a795029,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-09 00:00:00, -al_a86be818-c58d-41b4-83ee-afce030cbada,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-09 10:37:00, -al_730a7cec-5123-4a0a-8da9-99642d2c645e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-10 00:00:00, -an_e74cb029-359b-4c89-8004-f80a85c732af,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (29485446).,CWC04009,Chiller 9,2020-05-10 14:44:00, -an_49a89ed0-da8b-47d2-aee8-1fcf14c9d93e,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.452538401).,CWC04009,Chiller 9,2020-05-10 14:44:00, -an_377d2383-af57-48f5-a46c-89e94ceaf6f1,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.675392150878906).,CWC04009,Chiller 9,2020-05-10 14:44:00, -an_83e0e3be-06ef-4d13-93dd-faba9ea22815,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (28401700).,CWC04009,Chiller 9,2020-05-10 14:59:00, -an_b9b044b5-c133-4fb0-bf8f-975d5c0aad57,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.194479942321777).,CWC04009,Chiller 9,2020-05-10 14:59:00, -al_98ba31c3-b51d-4556-b96c-1eedb18f0849,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-11 00:00:00, -al_2c972fc7-ccac-423e-a0b8-3c18e7ef9594,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-11 12:30:00, -al_7f654841-4353-449b-bfb3-510b6b024a01,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-12 00:00:00, -al_b5a82f2e-1e5f-4ec9-adb2-070c80c20bec,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-13 00:00:00, -al_6299c633-ce1d-4dd5-81dc-4f00a6ca7bce,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-14 00:00:00, -al_8bbe4594-5d62-4bdc-b1c1-afc63dd24703,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-15 00:00:00, -an_d2b62516-f323-4292-9c38-0f026c901a62,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27941182).,CWC04009,Chiller 9,2020-05-19 14:29:00, -an_8db620e6-e962-4b39-b759-5f3033e275f2,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.198699951171875).,CWC04009,Chiller 9,2020-05-19 14:29:00, -an_f6039816-6f16-4ac5-bc9d-cbcd49a5a07f,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.3077695071697235).,CWC04009,Chiller 9,2020-05-19 14:29:00, -an_607b493a-852e-4c41-b2d2-f93e13e26205,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.150748252868652).,CWC04009,Chiller 9,2020-05-19 14:59:00, -an_05e878b3-a584-4b76-924a-b169c6529214,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.32970085740089417).,CWC04009,Chiller 9,2020-05-19 14:59:00, -an_b98a46b1-e23d-43f9-9652-2b8b13bf32c1,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.259531595).,CWC04009,Chiller 9,2020-05-19 17:14:00, -an_f56a0848-64db-4fc4-b479-f203ebce2a88,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26491348).,CWC04009,Chiller 9,2020-05-19 18:44:00, -an_9d8acede-9c40-4127-bafd-7ea202469bec,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.601350784301758).,CWC04009,Chiller 9,2020-05-19 18:44:00, -an_8fb94b55-eb4b-4002-aac7-ff5dacf97e8c,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.3119375705718994).,CWC04009,Chiller 9,2020-05-19 18:44:00, -WO362631,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2020-05-20 14:30:00, -an_d5e732f3-d018-4711-bd70-6214286b6b5a,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (29050848).,CWC04009,Chiller 9,2020-05-20 14:59:00, -an_dd0b1edc-093c-46ed-8948-639cbdca29aa,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.158183686, Upper: 0.3741431012749672).",CWC04009,Chiller 9,2020-05-20 14:59:00, -an_858a9593-a86c-4c06-80b0-33cceb1f59bd,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.3010932505130768).,CWC04009,Chiller 9,2020-05-20 14:59:00, -an_84f08855-65b2-4e33-89d3-8a7bb4d18011,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.558037757873535).,CWC04009,Chiller 9,2020-05-20 15:14:00, -WO362629,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2020-05-20 17:00:00, -WO362630,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2020-05-20 19:30:00, -al_ea2d4a18-c7fc-4fbe-b5c3-666cd5385625,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-21 05:45:00, -an_a666be27-2f19-49f6-be1e-d863e57b45aa,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (25313998).,CWC04009,Chiller 9,2020-05-21 08:59:00, -an_0bc4176a-b312-44bf-82d0-3dffa32c43c4,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.560880661010742).,CWC04009,Chiller 9,2020-05-21 08:59:00, -an_0b5bf06c-c61e-4e02-b766-518ba6621c3b,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.2705863267183304).,CWC04009,Chiller 9,2020-05-23 07:59:00, -an_a3a080f8-9f9c-4116-a0b8-8bc386f219ac,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (27225076).,CWC04009,Chiller 9,2020-05-23 08:29:00, -an_d61475a0-3fe5-4e05-9e76-322ac3435eed,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.431725502).,CWC04009,Chiller 9,2020-05-23 08:29:00, -an_92a45f0f-64e6-4b82-a335-1d6daf74ea41,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.2835146188735962).,CWC04009,Chiller 9,2020-05-23 08:29:00, -an_360a4f93-781a-4c74-a403-efc4efd9174e,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.891921043395996).,CWC04009,Chiller 9,2020-05-23 08:59:00, -an_433ea463-8d43-408b-8b5e-a43ef27688a7,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.32641491293907166).,CWC04009,Chiller 9,2020-05-23 09:59:00, -an_95e1b201-bcfc-4ba4-a635-48884d85fcf7,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (28329972).,CWC04009,Chiller 9,2020-05-23 10:29:00, -an_f339d1ce-48c1-4269-af85-9d75431c1bbf,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.28759766).,CWC04009,Chiller 9,2020-05-23 10:29:00, -an_7bbe90dd-cecb-451d-a4c3-53d3f9ffbc37,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.3336140215396881).,CWC04009,Chiller 9,2020-05-23 10:29:00, -an_e3c2b4ce-5b50-451d-a786-8848c9879e86,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (28328884).,CWC04009,Chiller 9,2020-05-23 13:44:00, -an_e56d4fe9-585e-41db-825f-b06b4204d69b,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.30538466572761536).,CWC04009,Chiller 9,2020-05-23 13:44:00, -an_4cba0316-9473-46ce-86ad-46226817174e,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.2926982194185257).,CWC04009,Chiller 9,2020-05-23 18:29:00, -an_59f6b958-ff51-4769-8668-ec51378ca49f,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26457696).,CWC04009,Chiller 9,2020-05-25 16:59:00, -an_528a24c8-1dca-4f35-b0e8-cbd2fe271ffd,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.136828422546387).,CWC04009,Chiller 9,2020-05-25 16:59:00, -an_22f9a91a-60a0-4cd4-a71d-e207aec4cddf,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (24858620).,CWC04009,Chiller 9,2020-05-26 01:44:00, -an_71fbbee5-277a-4535-b292-2e3ce32dc066,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.27700600028038025).,CWC04009,Chiller 9,2020-05-26 01:44:00, -an_b18db340-6aba-4b56-9ce2-3e5a9408c842,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (24445744).,CWC04009,Chiller 9,2020-05-26 01:59:00, -an_f9f8a13f-fffa-4e4e-9c3c-8ba5b87c4114,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (27525226).,CWC04009,Chiller 9,2020-05-26 02:14:00, -an_cc579a2b-8184-478a-a282-eac77a0a86cf,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3493107408285141).,CWC04009,Chiller 9,2020-05-26 06:44:00, -al_07581d58-78d7-4d54-ba95-c102527d108d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-27 14:35:00, -al_dfb89459-bc6e-456d-bc03-124ecf9eeed9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-27 17:56:00, -an_17bd0eee-5b1c-41fb-80c8-8c874d18883d,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26930200).,CWC04009,Chiller 9,2020-05-27 18:59:00, -an_fa0aebfa-3ac8-4a64-9d23-3328ce012a62,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.2976177930831909).,CWC04009,Chiller 9,2020-05-27 22:29:00, -al_e2093138-bc7f-42ed-9fd0-4bbfeabd4341,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-28 00:00:00, -WO349284,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2020-05-28 13:05:00, -WO363763,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2020-05-28 13:05:00, -al_8948e5dc-8848-415e-af91-0bbf9b202b37,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-29 00:00:00, -an_58e78a98-ee9c-499b-9c54-314794576c60,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (24255248).,CWC04009,Chiller 9,2020-05-29 11:59:00, -an_941574f9-a003-40bf-8219-699031082f8a,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.167130768, Upper: 0.35969609022140503).",CWC04009,Chiller 9,2020-05-29 11:59:00, -an_5fa8200a-c599-4b92-a840-1ac0c319a021,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.092836380004883).,CWC04009,Chiller 9,2020-05-29 11:59:00, -an_ee288db0-1a38-458f-810d-7766f11fb9e3,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.2619055509567261).,CWC04009,Chiller 9,2020-05-29 11:59:00, -an_e771c8aa-285e-4e9e-991b-d12f5fa6485c,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.18182366341352463).,CWC04009,Chiller 9,2020-05-29 12:14:00, -an_e32b5b6a-2b77-4f9b-938e-f7e5f137bc6e,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.511178016662598).,CWC04009,Chiller 9,2020-05-29 12:14:00, -an_504f6d4c-e4f8-43e2-b572-4b06387d86bc,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.27391260862350464).,CWC04009,Chiller 9,2020-05-29 12:29:00, -al_0ee3ec18-0ccf-4bb5-9c8f-0b551c29d81a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-30 00:00:00, -al_e7de9f03-64a4-4c2c-98d0-5d166fe4e11a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-05-31 00:00:00, -al_d460a5db-bfde-420c-9309-0a6d8bffb1b4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-01 00:00:00, -al_6c7a9e83-9434-4f2d-890f-87c056f0a2e8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-02 00:00:00, -al_d01ecec9-b076-4f36-85f6-77e7e5220e3f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-03 00:00:00, -al_c6deb4a0-b1ff-4a0d-acb6-12a19a5cc404,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-04 00:00:00, -al_c6cfd6e9-c0a3-4ff0-8f54-43bd6da7cc84,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-05 00:00:00, -al_6cb1208a-1f2b-4316-81c6-29ba567913ea,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-06 00:00:00, -an_08e41f0f-e51f-472a-a4da-adea82f4effb,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (24582916).,CWC04009,Chiller 9,2020-06-08 00:29:00, -al_a10ca20d-c0a2-4a17-b3bb-026ce98e0234,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-08 08:15:00, -an_b77fdd52-21b5-432f-8eb3-76afdd91756a,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (24765052).,CWC04009,Chiller 9,2020-06-08 09:59:00, -an_e34dacdb-5034-4d91-b7c7-179c8a8383a2,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.257404089).,CWC04009,Chiller 9,2020-06-08 09:59:00, -al_2312e306-10e6-4230-a0ff-5d8b3f858cf2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-08 13:45:00, -an_55518111-cc8d-42ae-a8d2-ea63e1593c5d,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (28811854).,CWC04009,Chiller 9,2020-06-08 14:59:00, -an_7bc1f1fd-a0b8-44c4-85d6-5188bd5a9e7a,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27259806).,CWC04009,Chiller 9,2020-06-08 15:29:00, -an_5576fc7d-9513-42c9-b291-930f0858415f,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3634105548262596).,CWC04009,Chiller 9,2020-06-08 15:29:00, -an_7170bf7b-1869-4e88-98d2-e600065d2257,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.816737174987793).,CWC04009,Chiller 9,2020-06-08 15:29:00, -an_49602999-a450-4b4d-806b-e2d2e3f2a5a3,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.272397518).,CWC04009,Chiller 9,2020-06-08 15:29:00, -an_1c974fd5-e1e0-46f1-a01a-e5196d10d3d3,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (22321002).,CWC04009,Chiller 9,2020-06-08 15:44:00, -an_a8238650-258b-4f3c-9b48-04ecda94781f,ANOMALY,ANOMALY,KPI Delta Setpoint below lower bound,The monitored KPI 'Delta Setpoint' is lower than the lower bound (0.17329126596450806).,CWC04009,Chiller 9,2020-06-08 15:44:00, -an_0c2f32d4-b9bf-4d50-b7fa-32109925f82d,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.801408767700195).,CWC04009,Chiller 9,2020-06-08 15:44:00, -an_3a9be311-c71d-494c-a90c-add064485791,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (27024804).,CWC04009,Chiller 9,2020-06-08 15:59:00, -an_792d03ba-f9e1-44b6-8d25-80306ce24e83,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (25845228).,CWC04009,Chiller 9,2020-06-08 19:29:00, -al_501c3e85-6d60-4890-ad99-73a43c9e2ed4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-09 00:00:00, -an_66d28da8-2676-4d7d-8d0a-b683e67711f6,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (22182772).,CWC04009,Chiller 9,2020-06-09 00:29:00, -an_35f43eb2-0b9d-40e3-bfeb-243fe6cf30c7,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (19945410).,CWC04009,Chiller 9,2020-06-09 02:29:00, -an_7ae9d910-085d-4efe-9d8e-3e2b3f8fca9c,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.3152320086956024).,CWC04009,Chiller 9,2020-06-09 02:29:00, -al_143e7184-aaf0-4e0d-bd00-d426ee92e404,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-09 14:15:00, -al_228713e1-b1ef-418a-897d-017a19775b06,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-10 00:00:00, -an_93d283d0-1ae4-40aa-9c9f-cd8beba02eeb,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (24090990).,CWC04009,Chiller 9,2020-06-10 03:14:00, -al_52bc95d4-7251-4039-812b-027d816a4fa5,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-10 19:30:00, -al_770071a2-4af8-4a11-8f8b-44b64678c975,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-11 00:00:00, -an_af0c2006-639b-43f0-ad06-fd95fb5ae8ea,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (18507862).,CWC04009,Chiller 9,2020-06-11 19:14:00, -an_8beb78de-8ac6-4e81-a3e4-255231ff8e6c,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.3257896900177002).,CWC04009,Chiller 9,2020-06-11 19:14:00, -an_0e77c6be-a675-4aff-8bbb-f28c8d52f47c,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.31426624208688736).,CWC04009,Chiller 9,2020-06-12 07:59:00, -an_b75fb8db-d76f-43ab-b62f-4876be4a0e71,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.35935115814208984).,CWC04009,Chiller 9,2020-06-13 14:59:00, -al_9bef0a82-5456-4376-aaf1-24a99d08574f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-15 21:00:00, -al_1e0eb53c-db81-4d42-9164-2ea600f9f8fb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-16 00:00:00, -an_5527fc9a-be41-49fa-8e84-a0209b3ebdae,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.3744043707847595).,CWC04009,Chiller 9,2020-06-16 01:59:00, -an_9294404c-ac60-45be-94fd-0d3eb794495b,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.29962556809186935).,CWC04009,Chiller 9,2020-06-16 03:14:00, -an_524d038e-6d7a-485a-a52e-96abc70cfbef,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (15721396).,CWC04009,Chiller 9,2020-06-16 07:59:00, -an_20d71230-decb-43c7-b8a7-883f38dfc68b,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.29698485881090164).,CWC04009,Chiller 9,2020-06-16 07:59:00, -an_19e97c0a-8aca-4c1b-b4ae-655f7cd95651,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.748099327087402).,CWC04009,Chiller 9,2020-06-16 07:59:00, -an_dffade5c-8eb8-4513-aa62-df496eacd220,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.4087427258491516).,CWC04009,Chiller 9,2020-06-16 08:14:00, -al_8a89b20f-5835-41eb-bc0f-64addaaf8a5f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-16 14:00:00, -an_a8632b47-6500-431d-a550-45f3e80bad95,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.31527480110526085).,CWC04009,Chiller 9,2020-06-16 16:59:00, -WO367822,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04009,Chiller 9,2020-06-16 19:30:00, -al_ff020a90-9ca2-4a79-8d4f-20aa9593cc67,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-17 13:45:00, -al_0e09892a-b17e-4204-9e70-eae8fa7527d9,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-18 12:00:00, -an_c8c1176e-4464-4c85-bda9-5dd891494222,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.4917546808719635).,CWC04009,Chiller 9,2020-06-18 15:59:00, -an_e83c9bc0-2046-4a0c-a3f8-bc1c72f0d19b,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.4993162155151367).,CWC04009,Chiller 9,2020-06-18 16:14:00, -al_6c86d0aa-4ee9-4c7d-8fbf-67063276fb9d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-19 12:30:00, -al_6b05fb2d-df7c-45f3-8a79-624a8e5ec1c2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-19 18:00:00, -al_7604222e-40fd-4179-a599-ae43bb900ccb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-21 12:00:00, -al_5084f88d-1b6b-444c-8916-4ddc9a068e4f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-22 00:00:00, -al_bab13443-7491-460b-aa8c-658a20841e07,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-22 08:00:00, -al_da8b7254-7667-4427-9cda-99db49539609,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-23 00:00:00, -WO358651,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2020-06-23 20:00:00, -al_a6e0c0be-4be9-4992-84d9-16e3b4d09e0b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-24 12:00:00, -al_30893d5e-b310-496c-ac0f-ecfb5cd9cac8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-25 14:15:00, -al_03593528-a54f-4949-bcf2-2ea9c234f2e6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-26 08:45:00, -WO362353,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2020-06-26 14:00:00, -al_d727d3be-328f-49cd-920b-1480af580974,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-27 00:00:00, -al_2fdb9593-208b-42ae-9eea-734ecad2f8ef,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-27 12:45:00, -al_7f73e0a4-60ec-4e13-b26f-96907b480f4b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-06-29 09:45:00, -al_40aceecf-bd3d-4cb3-9121-68926a739bdb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-01 15:45:00, -al_21c927ca-5066-4d60-bf58-f53b5012a2c1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-02 13:00:00, -al_02ece185-949d-42e4-9b6b-01292fa4a59b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-02 16:30:00, -al_7e04c369-49b4-4c8d-a90c-f85493415194,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-03 13:30:00, -al_38fcfbdb-3425-4e4a-897b-baa0ee4fa3c0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-04 12:30:00, -al_c2f03edf-6857-4d5a-9776-8371a61373de,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-05 11:15:00, -al_0c559a1c-4ea9-435d-b3f9-40eb34f893d0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-06 05:30:00, -al_53160281-b4e3-4afb-9d3e-5ec4b5f89ec2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-07 00:00:00, -WO367298,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2020-07-07 19:00:00, -al_9d29e82a-fd3a-49f3-8b0e-b36415a96cd2,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-08 00:00:00, -al_a3806a5f-e5c6-43ad-a4f4-9b46fed5636e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-09 00:00:00, -al_7ed3f81f-2f5a-4eff-955d-a21a566423bb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-09 06:30:00, -al_9886836c-b6be-4370-b532-d2347dd900bd,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-09 17:15:00, -al_e45cc4df-08de-46c5-ab74-7539b5cc1b52,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-10 00:00:00, -al_8075e1f6-7c56-4abc-9702-03db02ae0790,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-10 06:45:00, -al_2c50130b-822b-41e0-95aa-396e8328dded,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-10 16:45:00, -al_67e33359-92e7-4869-9e53-71262258fc35,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-11 03:45:00, -al_9b407a88-7ffc-4116-851c-20484ffde01d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-11 07:00:00, -al_ce32f859-5670-49ec-922f-477b8ebdc81a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-11 17:30:00, -al_82905e5f-b1a2-4629-b5c6-0ba8af9f1cbb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-12 00:00:00, -al_f46beb2e-b3cc-4437-a162-7be9358a3e40,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-12 16:15:00, -al_a2a4f8b8-e600-48ec-86d2-0ef892348852,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-12 20:30:00, -al_8c986c09-b955-499b-a94b-802ae3fb5f62,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-13 00:00:00, -al_c77a1579-aa62-4803-a45d-c921cb0201e8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-14 19:30:00, -al_a143c2fc-aa2f-4bc7-9121-9dbaac91595e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-15 00:00:00, -al_c235f0cc-b09f-412d-9c60-b739237adcac,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-15 11:30:00, -al_48749f2e-dc57-4626-b64d-7be4593efd6c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-19 08:00:00, -al_aba2938c-100c-466a-b3b8-b513680cee89,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-19 17:30:00, -al_e4df24c8-666c-43ba-8c91-347d827713a3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-20 20:15:00, -al_6e9f305b-835d-4e9a-8561-44637288bb2f,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-21 00:00:00, -al_fa3de0ef-1964-42bb-b1b5-26ec0a88fe47,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-21 20:30:00, -al_44275f04-83ea-49fe-9860-e4d37f23affb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-22 00:00:00, -al_8716f807-aa68-4932-bc52-de95a31ed1b1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-22 07:00:00, -al_d1519e10-1326-448f-8712-97eba306cdfa,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-22 19:00:00, -al_c3defecb-86f5-4840-9b14-23191ebdf540,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-23 00:00:00, -WO369088,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2020-07-23 19:00:00, -al_e2f4099d-a68b-4f18-9211-8968513cd177,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-23 20:30:00, -al_00eb1e51-6eec-417a-8c7e-9a5a60286cf1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-24 18:45:00, -al_3a2b2285-c320-4ccf-966b-342271af9318,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-25 00:30:00, -al_787c19c3-4756-427c-bac7-5f1649b20eb4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-26 02:00:00, -al_4b9d0617-1394-4c0c-8942-e2f6aba3993c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-26 11:00:00, -al_ec6a85a7-7fc8-4117-bd91-fc814f066693,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-26 15:07:00, -al_6017e29a-7ae9-4c5f-b116-6540aec779cb,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-27 00:00:00, -al_e00eb376-25d3-4f13-ac08-903850286575,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-29 20:30:00, -al_0a19ab7e-9cae-4a6b-a1f8-d27dc1fd197b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-30 00:45:00, -al_45174e33-1a30-49b0-881a-2cd5a26889c8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-30 20:15:00, -al_2188845c-c9bd-47f2-bc09-cc21d2866964,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-31 09:00:00, -al_844ba829-845a-4908-b00f-9621988eaea7,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-07-31 12:30:00, -al_649d8150-f597-4a45-b00c-53dd7ae8edd4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-08-01 11:15:00, -al_3afad255-2e08-4900-83c0-c948163f9207,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-08-01 15:45:00, -al_0d0c19a2-13f0-4133-bdb6-aefa9563ae5b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-08-02 20:30:00, -al_5dbc0474-83a8-4c6d-b81c-deaed3fb3329,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-08-04 03:00:00, -al_766f6099-d523-4bdb-a33f-de85d20d6690,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-08-05 14:30:00, -al_5285d680-0238-4ae6-98ab-fb53ef98ccd1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-08-06 00:00:00, -WO371657,WORK_ORDER,CM,MT013,Vibration Analysis,CWC04009,Chiller 9,2020-08-24 19:00:00, -al_3ba07bfc-d40e-4d15-b2ae-180cb6b7a230,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-09-28 14:00:00, -WO372328,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2020-09-29 18:30:00, -WO374043,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2020-10-13 15:00:00, -WO375431,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2020-10-21 19:00:00, -al_a0fdb5bc-c554-4253-a763-2fd9cb99b81c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-11-10 16:15:00, -an_c5501452-97f7-48a8-b151-b1a9ec5580b3,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.7685109972953796).,CWC04009,Chiller 9,2020-11-17 22:29:00, -an_616ec61f-20a8-4c55-bf5c-29da256baf55,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.23302818462252617).,CWC04009,Chiller 9,2020-11-17 23:30:00, -an_c6046316-7a4b-43f7-98a6-2b370449fc9d,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.797592044).,CWC04009,Chiller 9,2020-11-17 23:30:00, -an_e33481df-620e-4557-b650-43b4660ca156,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8529794216156006).,CWC04009,Chiller 9,2020-11-17 23:44:00, -an_86e6e9ef-8206-46c0-8eec-cd2daac6ff09,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8753101229667664).,CWC04009,Chiller 9,2020-11-18 00:14:00, -an_736cc98d-d493-4615-92f2-c3aa3faec013,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8814727962017059).,CWC04009,Chiller 9,2020-11-18 00:44:00, -an_f7f7f394-b3e2-4927-8b84-135e4771dedd,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8811672031879425).,CWC04009,Chiller 9,2020-11-18 01:44:00, -an_25e65c83-6f37-4d32-b615-ee0d5fb247a3,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8831228315830231).,CWC04009,Chiller 9,2020-11-18 02:14:00, -an_0ac68179-59d2-4685-8adb-33e7f0551932,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8151467144489288).,CWC04009,Chiller 9,2020-11-18 04:59:00, -an_6d0bf6db-a376-411a-8fbd-0ea0c4c5afca,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8455929756164551).,CWC04009,Chiller 9,2020-11-18 06:59:00, -an_815ad3cf-437b-4a79-9177-f52c4cd57afe,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.861528218).,CWC04009,Chiller 9,2020-11-18 11:59:00, -an_a9327224-23a4-4064-a3d5-44b9d8585803,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8302440643310547).,CWC04009,Chiller 9,2020-11-18 12:14:00, -an_c4698724-63c2-4377-ac6c-1195a637224a,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8248903155326843).,CWC04009,Chiller 9,2020-11-18 12:44:00, -an_e90dcb3b-aec8-4290-b588-ff044059abc9,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8521978259086609).,CWC04009,Chiller 9,2020-11-18 13:14:00, -an_f37e7325-2c08-4724-b371-d2f1c46be272,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8681018352508545).,CWC04009,Chiller 9,2020-11-18 14:14:00, -an_ecbdc286-ee2d-49da-93b8-11e5f1aca82b,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (5889073).,CWC04009,Chiller 9,2020-11-18 15:44:00, -an_8a37e5aa-6338-44fb-8cf8-ddded444bb89,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8829301595687866).,CWC04009,Chiller 9,2020-11-18 15:44:00, -an_ceaa940c-721b-4a3b-8696-dca47cf3f0ea,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3836710825562477).,CWC04009,Chiller 9,2020-11-18 15:59:00, -an_5a8e7619-81ce-45d5-b74a-5818d5865683,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.042573928833008).,CWC04009,Chiller 9,2020-11-18 15:59:00, -an_1c84df62-bcc7-475f-af8e-fcb9c264d7c3,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8799158930778503).,CWC04009,Chiller 9,2020-11-18 15:59:00, -an_f6edf427-bc19-4417-9450-0d0debeaac97,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.528981209).,CWC04009,Chiller 9,2020-11-18 16:14:00, -an_07759ef0-8c4d-4daa-85eb-10a82ff186dd,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.879347563).,CWC04009,Chiller 9,2020-11-18 17:14:00, -an_c4000b1f-fe01-41e4-8740-8ebb007a3c7f,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8566463589668274).,CWC04009,Chiller 9,2020-11-18 18:44:00, -an_008c629a-cb00-4f1e-bf55-cdb7cc44412b,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.146099448, Upper: 0.3854902982711792).",CWC04009,Chiller 9,2020-11-18 20:29:00, -an_ee726cdc-26cf-4933-947d-54b05ee98c5c,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8533803820610046).,CWC04009,Chiller 9,2020-11-18 20:59:00, -an_74b7f600-82f5-42ac-9776-ebf7259f98fa,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8619569540023804).,CWC04009,Chiller 9,2020-11-18 22:14:00, -an_e810e8d0-0298-4a45-ba79-fa348ca69c95,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8715621829032898).,CWC04009,Chiller 9,2020-11-18 22:44:00, -an_184e335c-0dab-4624-8239-26420aa46da4,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.182038739, Upper: 0.3502880483865738).",CWC04009,Chiller 9,2020-11-18 23:14:00, -an_9bc73d22-74cf-489d-b9c8-afbf58b62cfc,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8412886261940002).,CWC04009,Chiller 9,2020-11-19 03:44:00, -WO366934,WORK_ORDER,CM,E006,VFD (Variable Frequency Drive) Failure,CWC04009,Chiller 9,2020-11-19 20:00:00, -an_7a168dff-0993-4c2d-b5f1-f1f9fb945440,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8048742413520813).,CWC04009,Chiller 9,2020-11-20 21:59:00, -an_54b6b891-7a15-4648-8fc6-a3cc3127dcba,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3241910859942436).,CWC04009,Chiller 9,2020-11-20 22:44:00, -an_0361db38-1b6b-41a8-9d20-26dc42dfe810,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.212513924).,CWC04009,Chiller 9,2020-11-20 22:44:00, -an_a74faae2-f355-40fc-9ec1-746b945ac19f,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.71046257).,CWC04009,Chiller 9,2020-11-20 22:59:00, -an_48636316-a5ac-4d3f-b69e-6133e9a6a9c0,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3117862120270729).,CWC04009,Chiller 9,2020-11-21 00:29:00, -an_b0c550e8-774a-4c1e-bbf6-60e770b20bae,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.232521057128906).,CWC04009,Chiller 9,2020-11-21 00:29:00, -an_0bb3e69f-dc14-433f-9898-18ad1563930a,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.7797959446907043).,CWC04009,Chiller 9,2020-11-21 00:29:00, -an_f134480a-30a6-46be-9d0b-d0646c6b8496,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.803676963).,CWC04009,Chiller 9,2020-11-21 00:44:00, -an_53ff7ff3-7b85-4622-a938-68f3363d702c,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8243755102157593).,CWC04009,Chiller 9,2020-11-21 01:29:00, -an_f5507159-67f8-4380-a526-084849ce20a9,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.7690122723579407).,CWC04009,Chiller 9,2020-11-21 06:44:00, -an_53749e88-ebf8-486a-b321-390ef3181332,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8027895092964172).,CWC04009,Chiller 9,2020-11-21 07:29:00, -an_ce6b9c88-41a6-4aba-ad79-ae54d5bf29aa,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.39270835369825363).,CWC04009,Chiller 9,2020-11-21 15:44:00, -an_84431286-e377-4a82-8089-37384a19784e,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.819817066).,CWC04009,Chiller 9,2020-11-21 16:44:00, -an_b5c00799-0d35-488c-97ec-0a8c6b4dc697,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8066146373748779).,CWC04009,Chiller 9,2020-11-21 18:29:00, -an_acb5022a-f92f-4fd6-a1e3-d518d2450fb6,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.7289589643478394).,CWC04009,Chiller 9,2020-11-26 11:44:00, -an_c61789b6-1935-44c7-a05c-0960dfd8b709,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.7350941896438599).,CWC04009,Chiller 9,2020-11-26 13:29:00, -al_3e028385-7514-42ba-a70c-07b55cfc2b16,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-11-26 16:15:00, -al_21c4a01d-aca0-4ecf-bc82-d03a110bd3bd,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-11-27 00:00:00, -al_5185f58b-3519-4e9c-b6be-c4cd2a57d4de,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-11-28 00:00:00, -an_6b5d6c26-9dc3-486a-aa25-47fdfe6bb9c2,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8107330203056335).,CWC04009,Chiller 9,2020-11-28 00:29:00, -an_7cbf7041-8ec3-4369-b007-4c2362994bbf,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.38285310566425323).,CWC04009,Chiller 9,2020-11-28 00:44:00, -an_6895aea2-676b-441b-ad2b-90c753a42012,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.829057515).,CWC04009,Chiller 9,2020-11-28 00:44:00, -an_cf4db82d-c062-4fa4-a747-37690ddc6d1e,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.051139787, Upper: 0.49609969556331635).",CWC04009,Chiller 9,2020-11-28 00:59:00, -an_1207ddbf-a881-4e73-9850-ec8f407e4fc4,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.894966125488281).,CWC04009,Chiller 9,2020-11-28 00:59:00, -an_91c7cdc3-fc7a-4751-8793-05cff33bbbe0,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.33467064797878265).,CWC04009,Chiller 9,2020-11-28 09:44:00, -an_e92cc8be-2228-4182-91c1-783383ec6d3c,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.7668351233005524).,CWC04009,Chiller 9,2020-11-28 09:44:00, -an_948e9767-0793-4c24-8758-23957a57f1bf,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3374244049191475).,CWC04009,Chiller 9,2020-11-28 12:14:00, -an_33df6935-1933-4258-ab68-463891570abc,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.7447361946105957).,CWC04009,Chiller 9,2020-11-28 12:44:00, -an_267d251f-2807-4130-9748-aedcc5a1a5ae,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.674010276794434).,CWC04009,Chiller 9,2020-11-28 14:14:00, -an_49673e19-649c-419b-bb3d-46201637d027,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (11146722).,CWC04009,Chiller 9,2020-11-29 08:59:00, -an_e70be034-ae8d-456d-b64e-179316ec1cdc,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.731027365).,CWC04009,Chiller 9,2020-11-29 08:59:00, -an_db05ff12-037a-43be-9ce9-5a7c5cf88fa7,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.7049258351325989).,CWC04009,Chiller 9,2020-11-29 09:29:00, -an_257450a8-aee8-4a32-b3e9-bf616c2c89ce,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (12100916).,CWC04009,Chiller 9,2020-11-29 09:44:00, -an_99591213-ccff-403a-b3d4-d67c299cea0d,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.175248079, Upper: 0.3862670883536339).",CWC04009,Chiller 9,2020-11-29 09:44:00, -an_f1a8e18f-525f-489e-bc03-20890bbee6d9,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.588307381).,CWC04009,Chiller 9,2020-11-29 09:44:00, -an_9a8ea3bf-df96-4d96-900a-16f60b0f3c6a,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.7521300315856934).,CWC04009,Chiller 9,2020-11-29 09:44:00, -an_ad9f7d0f-5215-40a9-bcf7-9edf813096ff,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.22632329165935516).,CWC04009,Chiller 9,2020-11-29 09:59:00, -an_64d98044-c91e-43a9-a559-e6924f663336,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.7933523058891296).,CWC04009,Chiller 9,2020-11-29 09:59:00, -an_20c4cfb7-7618-494c-9d6a-0f41772f08ce,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (10883985).,CWC04009,Chiller 9,2020-11-29 10:14:00, -an_37b4747f-6f14-40dd-b62c-122691ade761,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.263857841).,CWC04009,Chiller 9,2020-11-29 10:14:00, -an_4becaf82-b755-4b8e-8b18-9113ceefb1d6,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8034685254096985).,CWC04009,Chiller 9,2020-11-29 10:29:00, -an_7079a050-a131-4ca3-bb38-6c69cb0faf68,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8158968091011047).,CWC04009,Chiller 9,2020-11-29 10:59:00, -an_f76c1c8b-1753-412e-b873-f555b7ce06eb,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.760185957).,CWC04009,Chiller 9,2020-11-29 16:59:00, -an_cc7f71fe-7fa4-4d97-a91f-9d58e26a8dcc,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.748836339).,CWC04009,Chiller 9,2020-11-29 17:44:00, -an_ed2352f4-5f43-462d-8ca5-d72c97f58029,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.7918838858604431).,CWC04009,Chiller 9,2020-11-29 18:29:00, -an_c287dec0-b803-44f2-9932-68f367242a8f,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8216917514801025).,CWC04009,Chiller 9,2020-11-29 19:44:00, -an_16ab9dc5-7f18-4a1e-a881-9fb738c837a5,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.836334229).,CWC04009,Chiller 9,2020-11-29 20:14:00, -an_04ea6319-d8fe-4f5e-acfb-b4f7e44d02c6,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8471230268478394).,CWC04009,Chiller 9,2020-11-29 22:14:00, -an_20c865d0-6241-41b4-ac0f-5684f51cb408,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.7969488501548767).,CWC04009,Chiller 9,2020-11-30 02:59:00, -an_ecf4154e-cf8b-404e-af33-78b5339049b2,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8487563729286194).,CWC04009,Chiller 9,2020-11-30 03:59:00, -an_662d6034-c0e7-4f53-a5ea-03d712b5bdb4,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8584352135658264).,CWC04009,Chiller 9,2020-11-30 04:44:00, -an_58555985-bc94-49b0-a930-4164ba33f753,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8743112683296204).,CWC04009,Chiller 9,2020-11-30 05:14:00, -al_629413e9-0104-4424-aae1-84d3c13728c3,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-11-30 11:30:00, -an_31fdaa6d-172f-4e62-854a-d32c88c1ff09,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8989979028701782).,CWC04009,Chiller 9,2020-11-30 22:44:00, -al_47a694d5-6ae3-4848-b392-a770be0c3f18,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-12-01 00:00:00, -an_d1156b11-5125-4960-bf2c-754d4fb3d953,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3399643339216709).,CWC04009,Chiller 9,2020-12-01 01:59:00, -an_f123f07c-e345-4218-bffd-c21a17f290e2,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8212332427501678).,CWC04009,Chiller 9,2020-12-01 01:59:00, -an_5c6af4f8-f837-4b70-9749-5dfe8f68b3f3,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8816623985767365).,CWC04009,Chiller 9,2020-12-01 02:14:00, -al_3482f508-eb90-4b99-aaff-def6f890828b,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-12-01 05:45:00, -al_b7edb89f-5238-4db4-908f-5bbf81583e7e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2020-12-01 14:30:00, -an_6bfa1960-699c-44b8-9f4b-2592ca3a4af4,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8936795592308044).,CWC04009,Chiller 9,2020-12-01 20:29:00, -an_82687a95-2c41-492d-a3c0-7586113448f9,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9097445607185364).,CWC04009,Chiller 9,2020-12-01 23:44:00, -an_16ce3587-b59e-4e66-b75a-202f7cfebe74,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (8924163).,CWC04009,Chiller 9,2020-12-01 23:59:00, -an_1b1f08ae-0e11-4eef-be6f-4b0a766e4448,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.130673915, Upper: 0.43757691979408264).",CWC04009,Chiller 9,2020-12-01 23:59:00, -an_5e6d1055-4467-4039-8355-a0c4468e09b4,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.793753623962402).,CWC04009,Chiller 9,2020-12-01 23:59:00, -an_12891e3c-69bf-424b-97f5-535ac0c193b2,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8513055443763733).,CWC04009,Chiller 9,2020-12-01 23:59:00, -an_7885d7fb-b6c1-42bd-9091-ac2162bb88ec,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (10225355).,CWC04009,Chiller 9,2020-12-02 00:14:00, -an_e3931588-c7bb-4a39-9bfd-4c7dee6a84d0,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9003119468688965).,CWC04009,Chiller 9,2020-12-02 00:14:00, -an_621cddfc-c5cf-4038-ae42-c1fc64846a18,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8856629133224487).,CWC04009,Chiller 9,2020-12-03 11:59:00, -an_17452867-90b0-4118-86c7-d7b36bb831bf,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8223460912704468).,CWC04009,Chiller 9,2020-12-03 12:59:00, -an_706e5574-03a5-4a2d-83a0-2444ace070c9,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.2631860040128231).,CWC04009,Chiller 9,2020-12-03 17:14:00, -an_bbc83200-2353-4213-b728-48d7156debcf,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8802279829978943).,CWC04009,Chiller 9,2020-12-03 17:14:00, -an_5a7a36ad-bd04-481a-b610-e3777fa65a7c,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.26670127362012863).,CWC04009,Chiller 9,2020-12-03 19:59:00, -an_4c93e327-a549-491d-b646-2ee0a90a2b71,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (9439214).,CWC04009,Chiller 9,2020-12-03 23:29:00, -an_da4346fc-0bf0-4f3e-a555-769cdda83c88,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.256680228, Upper: 0.35658184438943863).",CWC04009,Chiller 9,2020-12-03 23:29:00, -an_65b8a1cd-a5f0-4c65-bdb7-b21d6cfdee19,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.88542366).,CWC04009,Chiller 9,2020-12-03 23:29:00, -an_7002209d-bdcc-4b63-b003-ce44ef3cbcb2,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8328902721405029).,CWC04009,Chiller 9,2020-12-03 23:29:00, -an_f31fd6eb-af29-47f4-b73d-8e8dc84e6cf4,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (10355751).,CWC04009,Chiller 9,2020-12-03 23:44:00, -an_016a0013-9d81-4fb1-9499-0eb00fd605b3,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (-0.042174183).,CWC04009,Chiller 9,2020-12-03 23:44:00, -an_53f7faee-048d-4cf8-83bd-0146ba0ac9a0,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.278842926).,CWC04009,Chiller 9,2020-12-03 23:44:00, -an_f2d426fe-1d44-4fe4-8d9c-ed33cd2bd83f,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (5920501).,CWC04009,Chiller 9,2020-12-03 23:59:00, -an_e700ae04-9420-447b-8634-7df53723d63c,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.44093023985624313).,CWC04009,Chiller 9,2020-12-03 23:59:00, -an_a9f2b443-1ebe-4081-a693-eb7db2b2e7e2,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (7.817032814025879).,CWC04009,Chiller 9,2020-12-03 23:59:00, -an_cb06d8ec-bb03-4816-92a3-7b24ba7d32ea,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9227543473243713).,CWC04009,Chiller 9,2020-12-03 23:59:00, -an_1e088ebf-c99f-45b2-8b32-5cbba1b37026,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9279932975769043).,CWC04009,Chiller 9,2020-12-04 00:29:00, -an_2f26d1c1-3b26-4e30-838a-31222eef29ea,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (8998283).,CWC04009,Chiller 9,2020-12-04 00:44:00, -an_98e60f21-0acf-4750-94c2-58912a7d337a,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.17553968, Upper: 0.4377223923802376).",CWC04009,Chiller 9,2020-12-04 00:44:00, -an_575c414a-af17-42e9-b22f-6eb1de924fc2,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.822513580322266).,CWC04009,Chiller 9,2020-12-04 00:44:00, -an_23c630c5-30df-4a06-a9af-387d89ebf1e2,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8536236882209778).,CWC04009,Chiller 9,2020-12-04 00:44:00, -an_cdfb3be0-961b-4270-9ea7-148690539f1e,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (10407091).,CWC04009,Chiller 9,2020-12-04 00:59:00, -an_30a714fd-07a9-45d9-b69c-71c090bd3fa7,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.16613278537988663).,CWC04009,Chiller 9,2020-12-04 00:59:00, -an_7999781e-d5fa-4b6d-b129-8ae405cf9b40,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.262933731079102).,CWC04009,Chiller 9,2020-12-04 00:59:00, -an_a2137e8f-fbb6-4c39-908a-32e4be676c87,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8966575264930725).,CWC04009,Chiller 9,2020-12-04 00:59:00, -an_be76f5cc-93da-4237-94d5-e13f19b8c4f2,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.174589105, Upper: 0.4386729672551155).",CWC04009,Chiller 9,2020-12-04 01:29:00, -an_71bc05c2-799d-431a-8a14-144b61898d53,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.23647624254226685).,CWC04009,Chiller 9,2020-12-04 01:44:00, -an_0348c7f6-c92b-43bf-9125-0bf919379307,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.162203439, Upper: 0.45105863362550735).",CWC04009,Chiller 9,2020-12-04 01:59:00, -an_d804d5b7-b263-4778-b5b2-be9d382ba4c7,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.294037864).,CWC04009,Chiller 9,2020-12-04 02:14:00, -an_d4b90990-9161-4ba2-8a82-8af2e3ae2c43,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (7.997210502624512).,CWC04009,Chiller 9,2020-12-04 02:14:00, -an_5b7512b1-c4a6-4e75-a455-f0f361e06ede,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4972323998808861).,CWC04009,Chiller 9,2020-12-04 02:29:00, -an_609dcdf6-8a73-42b2-9e9f-fe19f661c63e,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.47047100961208344).,CWC04009,Chiller 9,2020-12-04 02:59:00, -an_9c5a68f2-832f-418c-a2eb-d7e65748264b,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (7.66145134).,CWC04009,Chiller 9,2020-12-04 02:59:00, -an_a61aab21-226f-4403-97a7-4e107bcffef1,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9411786198616028).,CWC04009,Chiller 9,2020-12-04 03:14:00, -an_4465f5cc-8c7e-4315-acb6-dadfda9ac17e,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (4932561.5).,CWC04009,Chiller 9,2020-12-04 03:29:00, -an_29eaea9c-65b8-478d-bd9e-4423ad939027,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.5916875004768372).,CWC04009,Chiller 9,2020-12-04 03:29:00, -an_ffc06c2d-2527-47c3-978c-a58c69ae84ec,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (7.550950050354004).,CWC04009,Chiller 9,2020-12-04 03:29:00, -an_9cd299a0-927b-4530-bd10-bcd8bb3dacee,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.957470179).,CWC04009,Chiller 9,2020-12-04 03:29:00, -an_c0dffe5a-3d97-4892-bb47-dee7b6acbcbd,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8898550868034363).,CWC04009,Chiller 9,2020-12-04 03:44:00, -an_38a8f6b5-a9f4-4fec-97e6-a60809da0e60,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.017234355, Upper: 0.6561780869960785).",CWC04009,Chiller 9,2020-12-04 03:59:00, -an_82fa795b-3c1e-4e33-a81c-c589960e3639,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.492981433868408).,CWC04009,Chiller 9,2020-12-04 03:59:00, -an_4cca7d99-8d9e-4c41-97be-9c13d441356d,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.29850515723228455).,CWC04009,Chiller 9,2020-12-04 04:14:00, -an_02bca88a-ee5e-40b3-ac06-3b6856e763c5,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.045678139).,CWC04009,Chiller 9,2020-12-04 04:14:00, -an_371f8a64-298e-44a0-96e8-6d87e8cf1af5,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (5315250).,CWC04009,Chiller 9,2020-12-04 04:29:00, -an_41fb87dc-06eb-4293-93ce-0f7f823013c7,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.016879976, Upper: 0.6565324664115906).",CWC04009,Chiller 9,2020-12-04 04:29:00, -an_5066a5c6-d045-4c6e-913e-948f1ac001ba,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.601327896118164).,CWC04009,Chiller 9,2020-12-04 04:29:00, -an_dc931828-75a2-4551-9650-5724c721c573,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8400148749351501).,CWC04009,Chiller 9,2020-12-04 04:29:00, -an_3c1e7c03-1cb7-4e1a-bb24-0fec50d247b3,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (10679646.5).,CWC04009,Chiller 9,2020-12-04 04:44:00, -an_05ea11ec-8936-4743-aec7-7767a139166b,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.17645806074142456).,CWC04009,Chiller 9,2020-12-04 04:44:00, -an_32cf20df-1ab2-432d-bfad-b0bc83bdbb95,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.264338493347168).,CWC04009,Chiller 9,2020-12-04 04:44:00, -an_c3fddc59-edf0-4c53-929f-762c1fb26e85,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9058839082717896).,CWC04009,Chiller 9,2020-12-04 04:44:00, -an_7cb1ecc5-cd90-4e0c-990c-324fe7d39e2f,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.6249875128269196).,CWC04009,Chiller 9,2020-12-04 04:59:00, -an_5e5c2341-d6dc-4821-95c5-d4db28ff34c2,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (7.739099502563477).,CWC04009,Chiller 9,2020-12-04 04:59:00, -an_74b0e6cb-f8e2-4e56-9185-6271568af1a1,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (8890591.5).,CWC04009,Chiller 9,2020-12-04 05:14:00, -an_753b62bf-f7ab-4f77-b1f2-bbdcdf5606d0,ANOMALY,ANOMALY,KPI Delta Setpoint below lower bound,The monitored KPI 'Delta Setpoint' is lower than the lower bound (0.061738223).,CWC04009,Chiller 9,2020-12-04 05:14:00, -an_cfc69ced-adfe-4ea3-b388-90156168fbc3,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.502833366394043).,CWC04009,Chiller 9,2020-12-04 05:14:00, -an_7ceae17c-fea6-435c-ae0f-0f1eeeda2fd8,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (10437972.5).,CWC04009,Chiller 9,2020-12-04 05:29:00, -an_5a474fbb-73b9-44c9-a32d-3087f08a74f9,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.23509128391742706).,CWC04009,Chiller 9,2020-12-04 05:29:00, -an_2eb19e4d-544f-4ccd-9a3e-7916447a7a7d,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.246419906616211).,CWC04009,Chiller 9,2020-12-04 05:29:00, -an_4e461dbe-6eed-4ca6-8347-b0791bbe1ef2,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.6132345497608185).,CWC04009,Chiller 9,2020-12-04 05:44:00, -an_33d2de83-1ada-4832-aad9-4e4d4523f15a,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (7.684661865234375).,CWC04009,Chiller 9,2020-12-04 05:44:00, -an_79d7d3fd-2d31-4e1b-bd03-2ec79d84e399,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9367032051086426).,CWC04009,Chiller 9,2020-12-04 05:44:00, -an_ee6f373f-2b05-4157-acf8-7245b3df24a1,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (8334154).,CWC04009,Chiller 9,2020-12-04 05:59:00, -an_f3e702b5-6fe6-4cd2-a9d0-751a51b32549,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8671514987945557).,CWC04009,Chiller 9,2020-12-04 05:59:00, -an_f0e5781a-f7ff-45fb-a396-0da0937f7db1,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9120714664459229).,CWC04009,Chiller 9,2020-12-04 22:29:00, -an_89ad3feb-6c55-42b5-b829-2b1bb2432688,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8230082392692566).,CWC04009,Chiller 9,2020-12-05 22:29:00, -an_c72a2c99-7e13-4f68-b88d-9280ecf8129f,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8889783024787903).,CWC04009,Chiller 9,2020-12-05 22:44:00, -an_7dc1cba3-58f5-4734-8bc9-f518717945d8,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3407805934548378).,CWC04009,Chiller 9,2020-12-05 23:29:00, -an_0466ef31-6f3e-4f35-bb42-ff2bb0e6fb5d,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.076322555541992).,CWC04009,Chiller 9,2020-12-05 23:29:00, -an_a2c23573-cb83-4275-8691-29d38ef0c959,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8280943036079407).,CWC04009,Chiller 9,2020-12-05 23:44:00, -an_659427ab-2920-4d16-be89-1eb144f65a29,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (5861468.5).,CWC04009,Chiller 9,2020-12-05 23:59:00, -an_a1b17bca-d49f-4078-bd9c-f99e13cded69,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.223063819, Upper: 0.517244242).",CWC04009,Chiller 9,2020-12-05 23:59:00, -an_2ea118ce-b80c-41fd-bf00-e92c56f6f66a,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.985639572143555).,CWC04009,Chiller 9,2020-12-05 23:59:00, -an_6d12d255-7a1f-4f9d-a40a-50f533d0a4ff,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.1487448737025261).,CWC04009,Chiller 9,2020-12-06 00:14:00, -an_febfa29e-997c-47cc-9ba3-52b35136a70e,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.135762214660645).,CWC04009,Chiller 9,2020-12-06 00:14:00, -an_6d3aedbb-88dd-4dbc-8a15-7d6013206780,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.90083009).,CWC04009,Chiller 9,2020-12-06 00:14:00, -an_34e0f013-f0c5-4895-9136-79e0af9c2355,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.194519408, Upper: 0.5457886531949043).",CWC04009,Chiller 9,2020-12-06 00:29:00, -an_865d7ddc-3568-42db-92a4-cb8649688224,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.002139091).,CWC04009,Chiller 9,2020-12-06 00:29:00, -an_7a21f625-d8d5-4f96-b498-ab47406e1fc5,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3089726008474827).,CWC04009,Chiller 9,2020-12-06 00:44:00, -an_29940190-9708-4dd4-ad92-637ae0b58bae,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9194293022155762).,CWC04009,Chiller 9,2020-12-06 00:44:00, -an_6143c9a1-76b1-4053-be84-6e7b099644c0,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.48802386969327927).,CWC04009,Chiller 9,2020-12-06 01:29:00, -an_6be92dc8-bae7-40b5-98a2-054d5511d534,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.5483256056904793).,CWC04009,Chiller 9,2020-12-06 01:44:00, -an_411b3969-386f-44b7-8e98-ed7d0587612d,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (5408792).,CWC04009,Chiller 9,2020-12-06 01:59:00, -an_98baf58e-f7d5-40f5-bf94-a7c11faf75f9,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.19304321, Upper: 0.547264852).",CWC04009,Chiller 9,2020-12-06 01:59:00, -an_e71c28af-c23e-41be-aa9a-6b0e7d7d935a,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.812045097351074).,CWC04009,Chiller 9,2020-12-06 01:59:00, -an_8c2f5d26-592c-4cfb-adb6-2aea8cd5d802,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.8276956081390381).,CWC04009,Chiller 9,2020-12-06 01:59:00, -an_a65a2453-2a4a-42d7-9a7d-a4455c46df9c,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.8850464820861816).,CWC04009,Chiller 9,2020-12-06 02:14:00, -an_ae750063-44ab-43fb-a2e9-c2d5dc128118,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9310978055000305).,CWC04009,Chiller 9,2020-12-06 02:29:00, -an_c96719e1-7d62-45b7-9f72-4909e819c03f,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9174360632896423).,CWC04009,Chiller 9,2020-12-07 21:14:00, -an_a7c394e4-3f54-4af7-9201-7202292e4c59,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (10147130).,CWC04009,Chiller 9,2020-12-08 01:29:00, -an_5e3df444-149e-4106-848a-dfdaa31661d9,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.40481697767972946).,CWC04009,Chiller 9,2020-12-08 01:29:00, -an_093212b8-b930-4b10-8bd9-14d9d620b7d9,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.058415412902832).,CWC04009,Chiller 9,2020-12-08 01:29:00, -an_cd4ce3ea-711f-465a-80c5-18f1806819ba,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9370584487915039).,CWC04009,Chiller 9,2020-12-08 01:29:00, -an_69676f4e-087d-43e0-b03d-4beb4e5dfb3f,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9430328607559204).,CWC04009,Chiller 9,2020-12-08 22:29:00, -an_6f2639fb-34b3-4d8b-a039-b8ccc5d96f2c,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9143936634063721).,CWC04009,Chiller 9,2020-12-09 11:14:00, -an_ce3d66a7-75f3-475b-ae0b-ddea920bd556,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.9318547248840332).,CWC04009,Chiller 9,2020-12-09 23:59:00, -an_c2de61df-fc45-47af-919c-6bdb26355bdf,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.320024636, Upper: 0.44315337017178535).",CWC04009,Chiller 9,2020-12-14 04:29:00, -an_165ddfaf-3a0b-4001-8f6d-7f5f2f217cbc,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.6746437549591064).,CWC04009,Chiller 9,2020-12-14 10:29:00, -an_8ed67bad-cc55-4c5d-96c0-88a9f19b2938,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.48001718521118164).,CWC04009,Chiller 9,2020-12-14 11:14:00, -WO377769,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2020-12-15 17:57:00, -an_31242212-cfdd-4a54-88d0-e17ffe5fc73d,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.7731176614761353).,CWC04009,Chiller 9,2020-12-15 23:44:00, -an_10fffe0d-1caa-4e86-91ba-d6632110b3b8,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.39454357).,CWC04009,Chiller 9,2020-12-16 23:59:00, -an_8de5f6e8-fb9c-440c-a7cb-e0bbfd498fb0,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (13596775).,CWC04009,Chiller 9,2020-12-20 02:14:00, -an_37d75ddc-faf0-4e79-a7cf-57c5359924db,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.481115341186523).,CWC04009,Chiller 9,2020-12-20 02:14:00, -an_0dd44dd8-721f-47ea-a717-26f4ccf947fa,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.318127096, Upper: 0.44505091).",CWC04009,Chiller 9,2020-12-20 12:14:00, -an_72eae8b1-da62-400f-8204-0d0c79ecc779,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.737349510192871).,CWC04009,Chiller 9,2020-12-20 12:14:00, -an_4b19574a-60b6-4e62-b636-3de23c0e0439,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (11706650).,CWC04009,Chiller 9,2020-12-20 12:29:00, -an_8e67cd48-8bf0-4e5e-b976-e721813328a3,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.17041625827550888).,CWC04009,Chiller 9,2020-12-20 12:29:00, -an_6d6307ce-58a4-4d74-a377-3029a30505a6,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.808541297912598).,CWC04009,Chiller 9,2020-12-20 12:29:00, -an_f840d641-afd6-41f8-92d4-c16863da7020,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.300603755, Upper: 0.4625742509961128).",CWC04009,Chiller 9,2020-12-20 12:59:00, -an_eac469c5-faa1-4625-a7b6-8aaa0c08f4cd,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.756899834).,CWC04009,Chiller 9,2020-12-20 12:59:00, -an_90151134-d539-4a06-9f30-a3b915f8a9a8,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.601038396).,CWC04009,Chiller 9,2020-12-20 13:14:00, -an_edfc965f-a308-4448-8526-bd91548c16a8,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (11724386).,CWC04009,Chiller 9,2020-12-20 13:29:00, -an_3f5b0997-1a39-4985-bb39-5ed460c0c3b2,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3807966969907284).,CWC04009,Chiller 9,2020-12-20 13:29:00, -an_01afc351-f319-44f6-8fa0-b73e6e31c062,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (13557886).,CWC04009,Chiller 9,2020-12-20 13:44:00, -an_5effc1af-7ecf-4ce4-a9ed-e7058c80203e,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.5381737127900124).,CWC04009,Chiller 9,2020-12-20 13:44:00, -an_15b3a29b-8d9c-4658-9d6c-085f3d9cf3a7,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.609521865844727).,CWC04009,Chiller 9,2020-12-20 13:44:00, -an_f171cdb4-1527-4ed3-9d47-3cb19b3b1d77,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.833351135253906).,CWC04009,Chiller 9,2020-12-20 14:14:00, -an_bf5f547d-8a72-4edc-b206-09e691432b3c,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.44688576459884644).,CWC04009,Chiller 9,2020-12-20 20:59:00, -an_0b7ecc06-3fab-4e1b-a71a-9efd3d76d78f,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.5890370607376099).,CWC04009,Chiller 9,2020-12-21 13:44:00, -WO381657,WORK_ORDER,CM,MT009,Refrigerant Transfer,CWC04009,Chiller 9,2021-01-20 20:00:00, -WO380660,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2021-02-02 16:00:00, -an_ee2e04b3-7a2c-407e-ae67-e12bcc2d5f90,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28070534).,CWC04009,Chiller 9,2021-02-05 04:44:00, -an_f80afa70-b2e9-4f36-a4ae-85ebebb4074c,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (29974832.5).,CWC04009,Chiller 9,2021-02-05 04:59:00, -an_078dd3c5-09b2-4ac2-bb0d-7685f2c49d05,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.829195022583008).,CWC04009,Chiller 9,2021-02-05 06:44:00, -an_c402cfdc-f2ba-4892-aad0-fd69ece08ba6,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.30543267726898193).,CWC04009,Chiller 9,2021-02-05 14:59:00, -WO377502,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2021-02-12 19:30:00, -WO383059,WORK_ORDER,CM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2021-02-15 20:00:00, -WO383119,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04009,Chiller 9,2021-02-17 18:00:00, -an_bac71a15-69f9-4344-9235-f65ada5eea10,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.3906732611358166).,CWC04009,Chiller 9,2021-02-19 00:59:00, -an_57fa8184-614c-4504-8be0-4c083d0d5316,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26399953).,CWC04009,Chiller 9,2021-02-21 05:44:00, -an_0df50301-31d0-4056-8551-09a25ee6afbb,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4626224413514137).,CWC04009,Chiller 9,2021-02-21 05:44:00, -an_b51cffaf-e03f-4397-b825-ed2234e9be4b,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.037823677062988).,CWC04009,Chiller 9,2021-02-21 05:44:00, -an_3a97fcac-e6c4-429f-a380-f76c86783f0f,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (28853143).,CWC04009,Chiller 9,2021-02-21 05:59:00, -an_bf59a765-b713-45a7-845d-5853b0f8cb48,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.695158004760742).,CWC04009,Chiller 9,2021-02-21 05:59:00, -an_8a6b51d5-09b5-4b29-b37a-9edea4ab3c63,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.39385129138827324).,CWC04009,Chiller 9,2021-02-21 11:14:00, -an_511cbdf9-47c5-445c-b760-d6bf27c9e35c,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.229941789, Upper: 0.5209743417799473).",CWC04009,Chiller 9,2021-02-21 11:44:00, -an_4f989a68-af19-4880-ae85-b9dca1f245d5,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.49951548129320145).,CWC04009,Chiller 9,2021-02-21 13:29:00, -an_ca97f1a8-d4b6-46fe-898b-44c411448f8f,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.263184652, Upper: 0.48986469209194183).",CWC04009,Chiller 9,2021-02-21 17:29:00, -an_b1bfb8b8-0301-489a-ad50-bf8779e83cfd,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.22448751, Upper: 0.5344770811498165).",CWC04009,Chiller 9,2021-02-21 18:14:00, -an_0ac98bff-2efb-458a-b4ee-cc6cdd286ff0,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27502504).,CWC04009,Chiller 9,2021-02-21 18:44:00, -an_5160d8cf-1b97-4e92-8e9d-ec72a01a799a,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.364718437194824).,CWC04009,Chiller 9,2021-02-21 18:44:00, -an_a7ec1b86-3b9e-404c-b29e-a6d6ffec32b9,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (30198608).,CWC04009,Chiller 9,2021-02-21 19:29:00, -an_0cf27b71-d07d-420d-a143-6fffe7f61e2c,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.336007748, Upper: 0.42295684292912483).",CWC04009,Chiller 9,2021-02-21 19:29:00, -an_c9d92eb2-3163-4262-ade7-f6c22094c7d4,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.093781471252441).,CWC04009,Chiller 9,2021-02-21 19:29:00, -an_de1ed9e7-03f0-4c4b-b013-4eb87e3cd628,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28917790).,CWC04009,Chiller 9,2021-03-02 15:29:00, -an_ddd662b6-17d0-43cd-a0a1-80dcc16c54b8,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.39020855352282524).,CWC04009,Chiller 9,2021-03-02 15:29:00, -an_485854a0-9b93-4187-aee4-598645ef8f0e,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.6804781).,CWC04009,Chiller 9,2021-03-02 15:29:00, -an_18b0d350-3962-4407-83c0-841a0807e5b0,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (28680064).,CWC04009,Chiller 9,2021-03-02 15:44:00, -an_5ce61272-6254-42b6-81f7-93b8c9278568,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.363967895507812).,CWC04009,Chiller 9,2021-03-02 15:59:00, -an_5e5f8693-b6c4-4faf-8844-7131094d3dd7,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.44936830550432205).,CWC04009,Chiller 9,2021-03-02 17:59:00, -an_2cd1f64f-e4bb-43e3-b1ef-f62c29d74053,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26718800.5).,CWC04009,Chiller 9,2021-03-04 08:59:00, -an_01f7e6ac-6dcb-491e-b2e4-16146b33cc53,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.34579069167375565).,CWC04009,Chiller 9,2021-03-04 08:59:00, -an_6c9665ed-ab7b-4fe0-b3d8-be4fb54037c4,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.815164566040039).,CWC04009,Chiller 9,2021-03-04 08:59:00, -an_13bf3b69-10cd-423c-b5cf-61d42c715bf7,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (29248356).,CWC04009,Chiller 9,2021-03-04 10:59:00, -an_840d661e-03c5-49de-948f-6c52751fdde2,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.529745101928711).,CWC04009,Chiller 9,2021-03-04 10:59:00, -an_792f35ac-81b8-4727-9f2e-815ba84cb2ca,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.335322212, Upper: 0.44660526141524315).",CWC04009,Chiller 9,2021-03-04 12:14:00, -an_b3e5ce0c-ad04-49f2-a4e4-eba4d7a72da1,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.36376990005373955).,CWC04009,Chiller 9,2021-03-04 15:14:00, -an_5188b9f5-32a9-4c9d-9032-075be54e8a80,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.36628421768546104).,CWC04009,Chiller 9,2021-03-04 16:44:00, -an_0eaeae30-7bf0-43e8-8200-00225c21c217,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.737798690795898).,CWC04009,Chiller 9,2021-03-04 16:44:00, -an_37160f31-254d-498a-bb7b-16fab64e4eef,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4790486916899681).,CWC04009,Chiller 9,2021-03-05 00:14:00, -an_d3602eac-2d3b-4f6c-be47-3bcb37904804,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.291083895, Upper: 0.5014799013733864).",CWC04009,Chiller 9,2021-03-05 00:44:00, -an_243e36e7-bf86-4d76-93a2-a0d899d78683,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28558102).,CWC04009,Chiller 9,2021-03-05 00:59:00, -an_ba4fb43e-cf05-4a61-bc8d-d2f515788734,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.31723272800445557).,CWC04009,Chiller 9,2021-03-05 00:59:00, -an_db156c38-bb62-4ed7-9668-ed30c0b6bd93,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.559986114501953).,CWC04009,Chiller 9,2021-03-05 00:59:00, -an_c0800a8a-d746-4a59-955b-0da958551c56,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.42840367183089256).,CWC04009,Chiller 9,2021-03-23 11:59:00, -an_a5b9f2b4-58ea-40d0-905f-0627287449ea,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.369392395019531).,CWC04009,Chiller 9,2021-03-23 11:59:00, -an_4eb6fd42-3eb5-485b-8c26-28ba643d772a,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.5529011636972427).,CWC04009,Chiller 9,2021-03-23 12:29:00, -an_eea6c3d0-a446-43f0-ab02-795d761a9058,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (31757620).,CWC04009,Chiller 9,2021-03-23 12:59:00, -an_1e3a5407-aa0e-4de5-980d-96c97a03af76,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.22284539, Upper: 0.5697184056043625).",CWC04009,Chiller 9,2021-03-23 12:59:00, -an_3d5b96f3-79a8-43d4-b8b6-b3224d420a79,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.38434886932373).,CWC04009,Chiller 9,2021-03-23 12:59:00, -an_9d1fec11-603f-436c-8a56-204ab950b981,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.37522197514772415).,CWC04009,Chiller 9,2021-03-23 13:29:00, -an_f5dd63fd-0ad7-4f99-8e4f-3d0c17b3d0ce,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4871040806174278).,CWC04009,Chiller 9,2021-03-23 15:14:00, -an_a6357752-3284-4928-9160-dd9713a38703,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.6518071442842484).,CWC04009,Chiller 9,2021-03-23 15:59:00, -an_b9d6927a-f82e-421c-a523-bfc7d4edfe6e,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.40142302215099335).,CWC04009,Chiller 9,2021-03-23 20:59:00, -an_9802f9ce-28fd-4c2d-8c99-392d7fb52dd1,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.749076843261719).,CWC04009,Chiller 9,2021-03-23 20:59:00, -an_ebe95c98-1946-4183-bae9-ee210bd16775,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (29755792).,CWC04009,Chiller 9,2021-03-24 05:59:00, -an_86c151be-7425-402b-b376-187646d67a21,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.394702453, Upper: 0.4546596370637417).",CWC04009,Chiller 9,2021-03-24 05:59:00, -an_ac99c940-412b-4e12-8a28-e1a170527550,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.666676521).,CWC04009,Chiller 9,2021-03-24 05:59:00, -an_5e528cf5-8131-4e65-85b1-1854d2cd3f8a,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27701846).,CWC04009,Chiller 9,2021-03-24 06:14:00, -an_c089ab8d-c405-4896-b55a-98ba78dca105,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.097843237).,CWC04009,Chiller 9,2021-03-24 06:14:00, -an_086c7e9a-4266-4f6b-af28-fda9de0b875f,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.189584732055664).,CWC04009,Chiller 9,2021-03-24 06:14:00, -an_fadcf3aa-5987-4539-99e2-2c725eb251aa,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (29058504).,CWC04009,Chiller 9,2021-03-24 08:44:00, -an_b069eb8a-dd72-4bdf-aae5-7f08ae6e786e,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.456578254699707).,CWC04009,Chiller 9,2021-03-24 08:44:00, -an_9d3e156e-9af2-4773-a113-4ea3f3581f76,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27976002).,CWC04009,Chiller 9,2021-03-24 09:59:00, -an_a8fa1f2e-2a0c-49bd-8c75-82f5d3e28567,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.39703625440597534).,CWC04009,Chiller 9,2021-03-24 09:59:00, -an_7c5a2db1-c470-4ae5-a445-2a391ab7f6c7,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.276269912719727).,CWC04009,Chiller 9,2021-03-24 09:59:00, -an_3a985140-50bb-4e2c-ab56-82d8c277c5a3,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.234443448, Upper: 0.6378956660628319).",CWC04009,Chiller 9,2021-03-24 10:59:00, -an_82cd44b5-f62a-4299-8079-742868e06479,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.882318496704102).,CWC04009,Chiller 9,2021-03-24 10:59:00, -an_4aaa6b9e-ead1-40ab-8cf9-d4d52193cc79,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27700824).,CWC04009,Chiller 9,2021-03-24 12:44:00, -an_66de0bb1-d98a-4248-bca2-1d72163c02bc,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4817689545452595).,CWC04009,Chiller 9,2021-03-24 12:44:00, -an_e03e88fb-43d9-46d9-9bd0-521633e1e6af,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.207324981689453).,CWC04009,Chiller 9,2021-03-24 12:44:00, -an_0dfc27df-3e35-4ec2-ad8b-3205c182869a,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.29038474, Upper: 0.605317622).",CWC04009,Chiller 9,2021-03-24 13:44:00, -an_8ed53cf4-3c65-40a8-8752-536326bd8bcd,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.37651409953832626).,CWC04009,Chiller 9,2021-03-24 13:59:00, -an_d98467f1-ad23-425b-97a4-8f634b96fbb6,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (30954140).,CWC04009,Chiller 9,2021-03-24 14:14:00, -an_bab10480-31b4-4b3f-b607-bf13c8f72133,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.052369117736816).,CWC04009,Chiller 9,2021-03-24 14:14:00, -an_c7a2e512-0f5f-401b-a135-dc4d1302c70c,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.44485361874103546).,CWC04009,Chiller 9,2021-03-24 15:29:00, -an_8a08bc5a-6d3a-406f-afc5-939f5d174a0c,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (31473896).,CWC04009,Chiller 9,2021-03-24 16:14:00, -an_0c84897c-9b36-416a-9cde-e3e777b30081,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (32562635).,CWC04009,Chiller 9,2021-03-24 19:59:00, -an_f05a3470-10a4-4e19-b5c7-06017d3813d4,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.174337279, Upper: 0.7578271739184856).",CWC04009,Chiller 9,2021-03-24 19:59:00, -an_11aed345-57f4-4398-b84d-dd09e17605f0,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.54126262664795).,CWC04009,Chiller 9,2021-03-24 19:59:00, -an_170725fd-d589-44c8-831b-10f20df43144,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (31968428.5).,CWC04009,Chiller 9,2021-03-27 09:29:00, -an_613bef7a-2bb0-45a0-bd36-fb203fd23d25,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.596172332763672).,CWC04009,Chiller 9,2021-03-27 09:29:00, -an_9ba21a15-f545-4cbe-8995-176c2f815423,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (32014376.5).,CWC04009,Chiller 9,2021-03-27 14:00:00, -an_67c1733e-745c-41ef-8d3f-2cc18d34f589,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.57638931274414).,CWC04009,Chiller 9,2021-03-27 14:00:00, -an_09c8a9f4-2088-4394-98ec-d4db0eac13ee,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.5245542861521244).,CWC04009,Chiller 9,2021-03-28 05:14:00, -an_50e3395d-df4d-4d6b-9522-ddc52ff5f012,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (24039016).,CWC04009,Chiller 9,2021-03-28 05:29:00, -an_ac922d72-9c5f-4736-9a1c-33561668878f,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.6362951062619686).,CWC04009,Chiller 9,2021-03-28 05:29:00, -an_431afb62-0dbe-44a8-b956-a258c1e25d3c,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (7.601732254).,CWC04009,Chiller 9,2021-03-28 05:29:00, -an_c50d505c-df54-4faf-9f7c-5545d00c44d5,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (25469322).,CWC04009,Chiller 9,2021-03-28 05:44:00, -an_fc081a64-1f08-4546-9515-56cfd3b13349,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.026493072509766).,CWC04009,Chiller 9,2021-03-28 05:44:00, -an_642e8194-4804-4ac8-989e-ac6aaa12585a,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (29123562).,CWC04009,Chiller 9,2021-03-28 06:44:00, -an_d7e32b61-f05b-435e-b7b0-0e49db8eefd2,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.185881614685059).,CWC04009,Chiller 9,2021-03-28 06:44:00, -an_9167d2d1-aaa7-4740-bba1-77b3df7f269d,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26910230).,CWC04009,Chiller 9,2021-03-28 07:14:00, -an_df821c94-8ccf-4526-b22a-32c5fd133ab0,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4896387439221144).,CWC04009,Chiller 9,2021-03-28 07:14:00, -an_ef8c7877-718c-4801-90b7-10f8dd40514c,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.654106140136719).,CWC04009,Chiller 9,2021-03-28 07:14:00, -an_4417814f-033c-4d92-a25e-ddf268d35930,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (28098318).,CWC04009,Chiller 9,2021-03-28 07:44:00, -an_248e19dd-e0ee-4e7e-a8f1-867936630ae5,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.965008735656738).,CWC04009,Chiller 9,2021-03-28 07:44:00, -an_c9ecd665-892d-43d4-831d-5f497008eda2,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.675947189331055).,CWC04009,Chiller 9,2021-03-28 09:59:00, -al_58eb4e31-e797-489c-a3f1-d8158b55ace6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-03-30 14:15:00, -an_3930a476-fcfc-4e9e-9295-090906ba7f70,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (29608856).,CWC04009,Chiller 9,2021-03-31 17:59:00, -an_fb7c37ee-129d-47ab-8979-870b34c95587,ANOMALY,ANOMALY,KPI Delta Setpoint below lower bound,The monitored KPI 'Delta Setpoint' is lower than the lower bound (0.8238772302865982).,CWC04009,Chiller 9,2021-03-31 17:59:00, -an_eb2667af-5369-4922-a9da-1e3cc439048a,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.162240028381348).,CWC04009,Chiller 9,2021-03-31 17:59:00, -an_1d50c4da-7b69-48d3-927c-e7e750a0aff7,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.494877428).,CWC04009,Chiller 9,2021-04-01 01:59:00, -an_c9813456-5d96-488c-b583-c1569a5c7af1,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.543405532836914).,CWC04009,Chiller 9,2021-04-01 01:59:00, -an_db5c80ff-273d-4f01-9d8d-e6fb01dd9aa7,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.399145745, Upper: 0.5589556470513344).",CWC04009,Chiller 9,2021-04-01 03:44:00, -al_a1f35013-9ba8-4193-8886-93d06c1aa2ea,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-01 13:00:00, -al_a2fb86ae-8e33-4d4d-b5fe-c85a6193a87a,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-02 00:00:00, -al_81f559b5-8748-4a18-ad34-e763412556fa,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-02 14:10:00, -an_521ad562-41e9-4a38-b464-bb4accf990fd,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.397361569, Upper: 0.5607398226857185).",CWC04009,Chiller 9,2021-04-02 23:44:00, -al_f0208165-1119-4178-8cfd-20c4b91131b6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-03 00:00:00, -an_a95ef18a-ca4a-4d20-a7e6-91d0cb33013a,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26767662).,CWC04009,Chiller 9,2021-04-03 06:59:00, -an_799b227c-cfd3-4df4-a6bd-9e70cb25144a,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4698539227247238).,CWC04009,Chiller 9,2021-04-03 06:59:00, -an_9d556798-81c7-4228-8096-29c2308880f2,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.093294143676758).,CWC04009,Chiller 9,2021-04-03 06:59:00, -an_70aafc7f-547a-4541-a127-e430e63c93e9,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4997643008828163).,CWC04009,Chiller 9,2021-04-03 11:14:00, -an_71033caa-16a4-47e0-9640-4f97f417eb6a,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (25709891).,CWC04009,Chiller 9,2021-04-03 11:29:00, -an_de2e8d5a-8cbc-45bc-8fbc-6598c2beeaa5,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.6245686858892441).,CWC04009,Chiller 9,2021-04-03 11:29:00, -an_45dae952-16fc-49df-82c3-d7cdf0adbda7,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.455028533935547).,CWC04009,Chiller 9,2021-04-03 11:29:00, -an_bea452e2-cd37-40df-b72a-ae480e9adb01,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.582365036010742).,CWC04009,Chiller 9,2021-04-03 11:59:00, -an_aa26c5a6-0007-4163-9afc-bc0e156fd508,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (26223119).,CWC04009,Chiller 9,2021-04-03 12:44:00, -an_5f734193-5407-4ad7-805d-3e49bb604362,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.6079427748918533).,CWC04009,Chiller 9,2021-04-03 12:44:00, -an_5bba392a-1be5-4633-a2a8-cbb9cf234641,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.601405143737793).,CWC04009,Chiller 9,2021-04-03 12:44:00, -an_a9359fbe-e341-4108-b2f2-5098638535b4,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.7786319255828857).,CWC04009,Chiller 9,2021-04-03 13:29:00, -an_9d2e2fd3-9dfa-47a0-b0dc-5ba692b48d8e,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27273195).,CWC04009,Chiller 9,2021-04-03 16:44:00, -an_86d508d2-032e-4bf3-8f5b-c175590671eb,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.46804363280534744).,CWC04009,Chiller 9,2021-04-03 16:44:00, -an_ddaa5d27-3915-48e9-ae17-02c2df3420fc,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.37902545928955).,CWC04009,Chiller 9,2021-04-03 16:44:00, -an_016b3779-0f4c-4651-9c70-0b6c1702370c,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (29908999).,CWC04009,Chiller 9,2021-04-03 16:59:00, -an_e04261d7-aff9-4cb4-96c9-c3acb1ffe154,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.728693962097168).,CWC04009,Chiller 9,2021-04-03 16:59:00, -an_d10c05d1-a316-44a6-a671-4ae4b92231a0,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (31067803).,CWC04009,Chiller 9,2021-04-03 17:44:00, -an_ef157072-65ae-4e34-a43c-267aadab225b,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.391557693481445).,CWC04009,Chiller 9,2021-04-03 17:44:00, -an_8b73dafe-ee73-41e6-ba93-70edd235c907,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.677391052246094).,CWC04009,Chiller 9,2021-04-03 17:59:00, -an_a476b64f-14c8-4aa5-a868-72ebe099ec2d,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.709643363952637).,CWC04009,Chiller 9,2021-04-03 18:14:00, -an_69a6dd2d-3471-48d2-8fdb-c3b346554b31,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28909606).,CWC04009,Chiller 9,2021-04-03 21:29:00, -an_7698f7c4-1d0c-4205-bc8f-faa265fe3460,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (32590376).,CWC04009,Chiller 9,2021-04-03 21:59:00, -an_6f582d69-6a3e-40b8-856d-97877469d84c,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.874114990234375).,CWC04009,Chiller 9,2021-04-03 21:59:00, -an_c59b78ad-98e1-4db7-9920-b90b29570a49,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28927909).,CWC04009,Chiller 9,2021-04-04 04:14:00, -an_c5a99651-c5ac-4dc3-beac-7766d836cb96,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.5945465341210365).,CWC04009,Chiller 9,2021-04-04 04:14:00, -an_f9c2d6b9-ec03-42b3-b814-e95ba16f0093,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.813108444213867).,CWC04009,Chiller 9,2021-04-04 04:14:00, -an_c2145619-d7b1-45b4-8f32-71c982a1d670,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (8.620357513427734).,CWC04009,Chiller 9,2021-04-04 10:44:00, -an_4541cb5b-e982-4ed0-b796-13c7fccbab48,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28354671).,CWC04009,Chiller 9,2021-04-04 17:14:00, -an_8661509e-de7e-46cf-a365-253c0901d91f,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28828400).,CWC04009,Chiller 9,2021-04-04 22:29:00, -an_bb6f0998-4174-4b6c-9106-36fb2d5139a0,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (10.238598823547363).,CWC04009,Chiller 9,2021-04-04 22:29:00, -an_216071aa-07e1-46dd-9111-476e35af571a,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (30181512).,CWC04009,Chiller 9,2021-04-05 00:14:00, -an_51687854-9c57-4aa2-b0e4-9b0ea03c9053,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.450818061828613).,CWC04009,Chiller 9,2021-04-05 00:14:00, -an_98a7bc22-48a8-4d0f-9f5c-06ff0bfd4d06,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.829277992248535).,CWC04009,Chiller 9,2021-04-05 04:29:00, -an_23f7d7b4-e8ca-4cd8-99b7-0bda45227ecd,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28699656).,CWC04009,Chiller 9,2021-04-05 06:15:00, -an_2928958b-bb8b-4e4a-9ec7-597c46c21bfb,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.49491380900144577).,CWC04009,Chiller 9,2021-04-05 06:15:00, -an_d2cf0beb-bfe7-44e2-bd63-ad7ee4891f5e,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.537110328674316).,CWC04009,Chiller 9,2021-04-05 06:15:00, -an_41b0b289-c781-466f-9375-3a5dbf5efbe3,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28272708).,CWC04009,Chiller 9,2021-04-05 07:14:00, -an_cd5bafb4-722a-4ba3-a63d-6712197c85b1,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.42624716460704803).,CWC04009,Chiller 9,2021-04-05 07:14:00, -an_a1f3473f-9fee-4c00-b954-16c7a28ea83a,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.406607627868652).,CWC04009,Chiller 9,2021-04-05 07:14:00, -an_f157b049-6741-451b-91bf-a8756d72cf33,ANOMALY,ANOMALY,KPI Delta Setpoint within range,"The monitored KPI 'Delta Setpoint' is within the acceptable range (Lower: -0.433762342, Upper: 0.6127537041902542).",CWC04009,Chiller 9,2021-04-06 17:29:00, -an_d1a28cce-9b35-4304-8874-4d7fb7edee13,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.608357429504395).,CWC04009,Chiller 9,2021-04-06 17:29:00, -an_5f8312cd-ccab-4113-926f-b75ed2e1f476,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (28198632).,CWC04009,Chiller 9,2021-04-06 17:44:00, -an_992b75fb-c3d7-4684-90ab-31385f718197,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.1455017253756523).,CWC04009,Chiller 9,2021-04-06 17:44:00, -an_49e406ed-89fb-4318-93ab-75045263879b,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (11.203351020812988).,CWC04009,Chiller 9,2021-04-06 17:44:00, -an_41ae6e37-2a6e-45f7-aa81-71814f759efc,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27887376).,CWC04009,Chiller 9,2021-04-07 03:14:00, -an_21bf4d57-061e-40cc-81bd-9c3835506b33,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4707956686615944).,CWC04009,Chiller 9,2021-04-07 03:14:00, -an_47506557-123d-484f-8c14-f232d25cf100,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.774611473083496).,CWC04009,Chiller 9,2021-04-07 03:14:00, -WO386693,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2021-04-07 15:00:00, -an_eb1e9c6a-d785-4fa2-90ca-422ca1e0b514,ANOMALY,ANOMALY,KPI Flow Efficiency below lower bound,The monitored KPI 'Flow Efficiency' is lower than the lower bound (0.25695371627807617).,CWC04009,Chiller 9,2021-04-09 13:14:00, -an_5c42f591-20cd-4eb3-8b3f-f0cd4bd1042f,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (30640063).,CWC04009,Chiller 9,2021-04-21 04:29:00, -an_f4dac85d-c672-4428-a0f2-b80071489ca4,ANOMALY,ANOMALY,KPI Delta Temperature below lower bound,The monitored KPI 'Delta Temperature' is lower than the lower bound (10.50809383392334).,CWC04009,Chiller 9,2021-04-21 04:29:00, -al_da5d8ccf-081f-4beb-ba94-51af41ff31ea,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-21 09:52:00, -an_b512965b-9c5b-4d31-855d-acca0437546e,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.388501167297363).,CWC04009,Chiller 9,2021-04-21 22:59:00, -al_c16d3f37-e147-43df-b812-f0e0b7838b8d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-22 00:00:00, -an_ab54f8bd-2220-49ba-82d3-b41f9aa3dbe7,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27637259).,CWC04009,Chiller 9,2021-04-22 01:44:00, -al_6e6b0be0-9b66-46d4-be17-289ddb69c814,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-23 00:00:00, -al_3931a4ab-9afb-48e3-b700-a75477c3cb30,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-24 00:00:00, -an_d66f32f6-d0de-4699-b863-a0511c3c52b1,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.25941869616508484).,CWC04009,Chiller 9,2021-04-24 13:29:00, -an_f76390e8-4a3a-4239-9b18-3e927f8ccda4,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.2812358886003494).,CWC04009,Chiller 9,2021-04-24 13:44:00, -an_f59149e8-004e-4e7e-a58d-ebd215c86364,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (9.690917969).,CWC04009,Chiller 9,2021-04-24 13:59:00, -an_cee4c25b-0097-43ac-a9a2-96d7cce9ec7e,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.29083284735679626).,CWC04009,Chiller 9,2021-04-24 13:59:00, -al_982dbcd8-f9ce-45cb-a98d-b5ff410380e6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-25 00:00:00, -an_5f9b00f2-c75c-4b5f-a79d-0afda9479b38,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.7921147495508194).,CWC04009,Chiller 9,2021-04-25 00:44:00, -an_73e9d009-b9b4-49bd-99df-38e203f1331a,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.9966153353452682).,CWC04009,Chiller 9,2021-04-25 00:59:00, -an_a1cd5547-1742-4bdf-897e-60470f2f2df0,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (31406648).,CWC04009,Chiller 9,2021-04-25 01:14:00, -an_b0c3ec68-cb05-4de9-afee-a4e09b733d52,ANOMALY,ANOMALY,KPI Delta Setpoint below lower bound,The monitored KPI 'Delta Setpoint' is lower than the lower bound (0.22727029025554657).,CWC04009,Chiller 9,2021-04-25 01:14:00, -an_5a94e7b7-0168-47c8-9b4b-7f34e8f66b2d,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.578661918640137).,CWC04009,Chiller 9,2021-04-25 01:14:00, -an_282793f3-5fd6-4011-b75f-40969848ced5,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (11.068948745727539).,CWC04009,Chiller 9,2021-04-25 01:29:00, -an_b8474f94-8223-42ef-8eb7-1887afb0adc2,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (25023022).,CWC04009,Chiller 9,2021-04-25 13:29:00, -an_44298739-4f74-42ab-beec-c1dd1168e567,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (26767744).,CWC04009,Chiller 9,2021-04-25 13:44:00, -an_b747329b-69f6-42ad-9e3b-9c819c61c9ae,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (8.906702995300293).,CWC04009,Chiller 9,2021-04-25 13:44:00, -an_76662628-c9f3-4172-8046-42248f9d5739,ANOMALY,ANOMALY,KPI Cooling Load below lower bound,The monitored KPI 'Cooling Load' is lower than the lower bound (27249597).,CWC04009,Chiller 9,2021-04-25 23:44:00, -al_f98ca02d-d0f5-4f84-a0a8-78a7e784f0c1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-26 00:00:00, -an_5e2b166b-1ab5-4dc3-8205-6f245428fe21,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.49266036972403526).,CWC04009,Chiller 9,2021-04-26 02:14:00, -an_d3f7f9bd-05a8-41e9-9cd1-85d350c432c9,ANOMALY,ANOMALY,KPI Cooling Load above upper bound,The monitored KPI 'Cooling Load' is higher than the upper bound (27972642).,CWC04009,Chiller 9,2021-04-26 02:29:00, -an_9a68ffdf-3151-4e5e-825e-2c79323978cc,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.312494277954102).,CWC04009,Chiller 9,2021-04-26 02:29:00, -an_074eeaec-124b-43bf-b711-b80b5b55b420,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.32219401001930237).,CWC04009,Chiller 9,2021-04-26 10:59:00, -an_b96fe317-c7cb-4af3-8839-fba519a4037b,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.35347282886505127).,CWC04009,Chiller 9,2021-04-26 11:14:00, -an_29d85583-ad3d-48fc-b7cf-6950aef2ed80,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.5348340272903442).,CWC04009,Chiller 9,2021-04-26 12:44:00, -an_11ec0edb-6ee3-4fe0-a02e-9557002ad656,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.224102020263672).,CWC04009,Chiller 9,2021-04-26 12:44:00, -al_aa9c93be-6bd2-4e4b-bd5e-621b8c2eeb11,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-27 00:00:00, -an_88fea94f-7242-47c5-a6c1-64f25ff2af52,ANOMALY,ANOMALY,KPI Delta Setpoint above upper bound,The monitored KPI 'Delta Setpoint' is higher than the upper bound (0.4762628450989723).,CWC04009,Chiller 9,2021-04-27 14:14:00, -an_e8de5b15-729c-4821-9e92-6255e1511029,ANOMALY,ANOMALY,KPI Delta Temperature above upper bound,The monitored KPI 'Delta Temperature' is higher than the upper bound (10.12733268737793).,CWC04009,Chiller 9,2021-04-27 14:14:00, -al_6e198104-07f7-4dc0-b036-53fbe0b3aa95,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-28 00:00:00, -al_9a4f1f41-8064-45b2-a07b-701cbb223e2e,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-29 00:00:00, -an_6aa6b8a6-20c1-40fa-8026-adf1b1219239,ANOMALY,ANOMALY,KPI Flow Efficiency above upper bound,The monitored KPI 'Flow Efficiency' is higher than the upper bound (0.2844059467315674).,CWC04009,Chiller 9,2021-04-29 13:29:00, -al_8ff9110e-0e43-410f-9bc9-eec9d638aa95,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-30 00:00:00, -al_ff50f022-d2f7-4c08-af9a-e13328fbaa97,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-04-30 12:38:00, -al_be632e62-a5d6-402e-9a40-c323098ca434,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-01 00:00:00, -al_73f9933b-e43f-4258-a233-f2ec25e0003c,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-02 00:00:00, -al_37e80bd0-8d35-402b-b463-92705a46db98,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-03 00:00:00, -al_0b9d20a2-7e31-4644-be08-b6459c2f9f85,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-03 09:59:00, -al_6849b844-b381-490b-993f-4d7278974d01,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-04 00:00:00, -al_080ccfc7-1298-4089-944b-b4879097eea8,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-05 00:00:00, -al_740d4245-4b25-4857-a411-a29cb7bd9211,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-06 00:00:00, -al_c72b6d97-29ef-4a2a-bce1-c0f1776b89a1,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-07 00:00:00, -al_cc4b74d1-468a-4bf7-b1e3-3c96cc04668d,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-08 00:00:00, -al_8cdb132d-a562-4636-adbb-2a13a03cab35,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-09 00:00:00, -al_c01024a7-ef1e-4e6d-954a-4eb0bab12784,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-05-10 00:00:00, -al_a323c7da-c293-411b-91ab-67355bf0cb95,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-10 12:45:00, -al_15dff439-b9f5-4501-abf2-4b07a700714b,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-11 00:00:00, -al_1c7e37b2-a6d2-48af-9d35-1632894f80a9,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-12 00:00:00, -al_aefde6c1-bd2a-475f-96cd-6d2b90edb191,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-13 00:00:00, -WO387151,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2021-05-13 13:00:00, -WO388108,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2021-05-13 14:00:00, -WO388110,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2021-05-13 15:30:00, -WO388109,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2021-05-13 19:30:00, -al_0409c193-208d-4d8b-9544-0873b3ae1140,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-14 00:00:00, -al_0d68188c-01b8-4c00-94ff-cb3ee69e51ab,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-15 00:00:00, -al_49fc3bd1-a8b3-4ca0-925f-5e2851a79c84,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-16 00:00:00, -al_e5f6e0af-c5c3-46fb-90a2-5e08b2fedbdd,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-17 00:00:00, -al_b954ff41-29c5-409e-be9e-6c8e4be80ea4,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-18 00:00:00, -al_0bd44403-9664-4e0d-9d93-0311bb4f6293,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-19 00:00:00, -al_832650bc-a5d9-4246-a33d-d7ca4cf7c101,ALERT,ALERT,RUL0017,Chiller - Load Low,CWC04009,Chiller 9,2021-05-20 00:00:00, -WO388006,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2021-05-21 16:00:00, -WO384010,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2021-06-25 21:00:00, -WO393576,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2021-08-05 17:30:00, -al_fe90b520-eb6c-46bf-bff3-b5d7a747dc04,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-16 02:45:00, -al_0efa5cab-ea30-4ebc-b5ec-84aab6f822a4,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-22 09:45:00, -al_c794df6b-cf7f-4809-a424-a8a9a38a3eed,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-23 05:45:00, -al_08b8cfe9-e795-4ac5-91ca-0cdf4092375f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-24 04:00:00, -al_8149687a-5a74-4126-89e4-c1b83271c34d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-25 05:30:00, -al_32370afd-3a84-483a-8c2c-3e982b732442,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-26 00:00:00, -al_596d1844-59b1-4363-8c4c-ca3930851cbe,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-27 05:00:00, -al_5c8e8309-2bae-4820-bde7-ce76674c38cc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-28 09:45:00, -al_ab163562-c416-458d-a568-3c7d71deac07,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-29 00:00:00, -al_81c5020d-999f-458a-a46b-1801d65aad25,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-09-30 00:00:00, -al_5dcd6875-96d8-4f9d-b3b1-1c7790e6b21c,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-10-01 00:00:00, -WO391368,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2021-10-01 14:00:00, -al_8ac568e7-ff2c-4474-b572-8f35f49f6deb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-10-04 07:30:00, -WO398235,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2021-10-07 19:19:00, -al_32f23d78-6b0f-4e57-b822-9f3463d8e61b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-10-19 06:45:00, -WO400142,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2021-10-20 15:32:00, -WO400509,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2021-10-22 19:37:00, -al_3741c8cf-a6d9-412a-97b9-98a33cbba9fc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-10-26 03:45:00, -al_445b2c71-7b23-437c-9e24-f68e0f13e91f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-10-27 00:00:00, -al_517e3ea6-f5f4-4470-9a25-c84ec34b790d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-10-28 00:00:00, -al_373f98be-f3c7-4955-8a60-706986953003,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-10-29 00:00:00, -al_c8ff7f2d-e502-4a57-a472-5607815bc9a1,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-10-30 00:00:00, -al_5a03bd5f-8a52-46c2-8d33-94256ed81afc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-10-31 00:00:00, -al_b7c29cd5-5c20-42c3-b7cf-2134231aafbe,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-01 00:00:00, -al_9f50f104-9a18-49fd-b92a-d1720333e6e4,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-11-01 03:47:00, -al_5bee75fd-7433-4925-b750-98fca6eea0fa,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-11-01 10:45:00, -al_124bb75c-4e9d-4133-95cd-3a53b5d8c049,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-11-01 14:45:00, -al_c70d2d8e-0c37-48ca-b330-8088aa7d6162,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-11-02 00:00:00, -al_78357814-ffac-4454-bd93-493a11d897b4,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-09 09:30:00, -al_df608ca7-2a97-4e86-949a-19084c8fcf16,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-10 00:00:00, -al_a2c3b5f9-f497-4b4e-85e5-3ddd2ebec86b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-11 09:45:00, -al_d9e3fe0a-9d5e-4c49-89ee-0384f78d3002,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-12 09:45:00, -al_560ff95b-4104-4fa0-9daa-1c05199fc2aa,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-12 11:15:00, -WO400068,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2021-11-12 17:30:00, -al_3a12bb76-ceca-4346-9cf5-553543f92acf,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-13 00:00:00, -al_1c7acf3a-389f-4b9d-8ae3-3dfe2be46bcc,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-11-13 10:14:00, -al_c98012b5-6348-4e88-8dd8-cd5e26d9bae6,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-11-14 00:00:00, -al_6a0f30c2-2968-4184-9ef2-b9d122121944,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-11-15 00:00:00, -al_8c63a091-b3de-4bd5-b1ee-50d4ef645723,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-15 12:15:00, -al_0efbb9a4-6403-448d-9c5d-ace50ebec017,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-16 00:00:00, -al_dd0f10d3-68eb-478e-b174-2601c832933d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2021-11-17 00:00:00, -WO399661,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2021-11-19 20:00:00, -al_bf778e51-9332-4f36-ad1d-747a62f51ade,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-12-01 18:45:00, -al_a179f560-653b-4a43-a086-819a02dc6c91,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2021-12-02 00:00:00, -WO396925,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2021-12-28 17:00:00, -WO402641,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2021-12-28 18:30:00, -WO405425,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2022-02-22 14:00:00, -WO408525,WORK_ORDER,CM,M016,Draining Operations,CWC04009,Chiller 9,2022-03-08 20:30:00, -WO408508,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2022-03-10 20:00:00, -WO408526,WORK_ORDER,CM,M020,Head Operations,CWC04009,Chiller 9,2022-03-10 20:30:00, -WO409017,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2022-03-15 15:00:00, -WO409523,WORK_ORDER,CM,CS005,Control System Malfunction,CWC04009,Chiller 9,2022-03-29 14:30:00, -WO408000,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2022-03-31 14:00:00, -WO410456,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2022-04-14 16:30:00, -WO411005,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2022-05-19 18:00:00, -WO411006,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2022-05-19 19:30:00, -WO411007,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2022-05-20 15:30:00, -WO411131,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2022-06-01 15:00:00, -WO402351,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2022-06-10 23:00:00, -WO410978,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2022-06-21 15:00:00, -WO414891,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2022-06-24 15:00:00, -WO413483,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2022-07-01 14:00:00, -WO416152,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2022-08-16 15:00:00, -al_4ad9df67-4897-4f94-b558-0b227315949a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-08-30 07:00:00, -al_90c5aee1-1b9c-4519-b238-3c6d1dbbacdf,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-08-31 05:45:00, -al_385f001c-8d70-4ae7-b762-88865f2296e5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-09-01 00:00:00, -al_25f29d42-c265-4e6c-88d8-fc484e4a82f8,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-09-02 00:00:00, -al_7e1bd6fb-ac72-44e9-8833-f986fa5f8986,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-09-03 00:00:00, -al_26dad069-e7d0-4f86-8e90-4f57e86c5212,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-09-04 00:00:00, -WO418187,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2022-09-29 17:00:00, -al_2774f392-c96b-4fcc-b670-aeb765661f7b,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-12 08:15:00, -al_99dabc7b-bf89-47f8-bce4-07e1fef41a68,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-13 00:00:00, -WO418744,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2022-10-13 14:30:00, -al_48c6a74f-d309-4ca3-b68a-ac2d574b8072,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-14 00:00:00, -al_7531313a-5e5e-4245-9382-6658ac5b584e,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-15 00:00:00, -al_d2dc736d-9e60-4a64-bf81-e538ca678d97,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-16 00:00:00, -al_9c9ff222-4301-443b-952e-2fdb526d1d91,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-17 00:00:00, -al_56bfa35d-eb90-4573-8cc5-c46384f38ceb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-18 07:00:00, -al_e679c781-9fc5-4853-a39f-af359216eaf4,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-19 00:00:00, -al_736288d8-2b95-447c-b00d-e2dcd9487d9d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-25 03:00:00, -al_b8339682-94eb-4d2b-833b-a4b800ddd439,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-26 03:45:00, -al_a1becdb4-bc95-4d17-97db-d5dd205ca242,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2022-10-27 14:18:00, -al_f37af62f-997e-4f8f-805b-7507411a07d0,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2022-10-28 12:30:00, -al_c1ad0b2c-8780-4956-88e3-a1d64cc1952c,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-10-31 02:30:00, -al_54c23c3b-783c-4138-b776-f970e1b05bfc,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-01 02:30:00, -al_74de1b6a-d180-442d-9357-5cfdd9deeaeb,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-02 00:00:00, -al_424f5f39-b96e-4415-823e-20c81bb77417,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-03 00:00:00, -WO421035,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2022-11-03 17:00:00, -al_c0b34db0-7005-4aa5-b33e-21796545d5a5,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-04 00:00:00, -al_826ad072-5076-40b0-906c-d7e3d57001b6,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-05 00:00:00, -al_3f6917bc-cc28-466b-b5e0-b439fce684aa,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-08 04:30:00, -al_c9dce022-d94e-42c5-a331-a24143f4fe28,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-09 00:00:00, -al_6b12b019-d13c-4ce8-a4c7-28dfdf1fb5d3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-10 00:00:00, -al_90078522-c344-4e33-9a9a-a7f58c107aa2,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-11 00:00:00, -al_beb35a3e-f001-4697-84ba-5e462afcf844,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-14 06:15:00, -al_682b704a-9184-4919-b3c3-b07c76f9a711,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-15 00:00:00, -al_3636636f-b3ff-44ff-a98e-65b586854416,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-16 00:00:00, -al_11c48241-dddb-424d-8027-3c9b1310e487,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-17 00:00:00, -al_77c05306-9ad4-4e11-8838-8d15d8300b88,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-18 00:00:00, -al_1d2804a1-4fca-4a58-b52f-7defe796c010,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-20 03:00:00, -al_a80aa78b-76e3-4683-9e69-78c00b515367,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-21 00:00:00, -al_61f6a97f-64ce-4009-ac3f-b624c9faea49,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-22 00:00:00, -al_333497c8-4943-4120-b661-45f4683dc070,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-23 02:45:00, -al_82e70e96-aa3e-4eff-b611-f80be100107c,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-24 03:30:00, -al_1d5b2882-0fe3-45e9-ba10-efa674a938cd,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-25 00:00:00, -al_269b8d7f-16e4-4c6d-b140-ed243689811a,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-29 00:00:00, -al_603cda24-9b38-4fd3-ae7b-03f59d321bd9,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-11-30 00:00:00, -al_2d305d80-9bde-4649-aba8-0c8167703af3,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-12-01 00:00:00, -al_3a6a962f-2546-4f78-988a-25976824ceb2,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-12-02 00:00:00, -al_bad29307-f30c-409e-8878-dc0efe5b7cea,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-12-03 00:00:00, -al_ecc53a24-b13a-447b-bd70-abfaee1e6b52,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-12-04 00:00:00, -al_b5308382-7e13-4999-82a8-20b688aa7e70,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-12-05 00:00:00, -al_7acc6237-9609-474d-993e-25fb4e38dafd,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2022-12-06 00:00:00, -al_c0bbc4d5-cccc-485f-91b1-6d6b73e73216,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2022-12-07 00:00:00, -al_e658c372-5e62-401a-b8b9-6debacff41cf,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2022-12-08 00:30:00, -al_b0835959-dc19-41e7-a8a3-30caa228c627,ALERT,ALERT,RUL0018,Chiller - Evaporator Approach High,CWC04009,Chiller 9,2022-12-09 12:15:00, -WO422734,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2022-12-16 12:45:00, -WO419958,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2023-01-20 20:00:00, -WO426264,WORK_ORDER,CM,M020,Head Operations,CWC04009,Chiller 9,2023-02-14 16:00:00, -WO425783,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2023-02-17 20:30:00, -WO422859,WORK_ORDER,PM,MT001,Routine Maintenance,CWC04009,Chiller 9,2023-03-06 19:30:00, -WO427329,WORK_ORDER,CM,M005,Misalignment,CWC04009,Chiller 9,2023-03-21 18:30:00, -al_889a0394-fdb6-4e4c-a7bb-2c35bd6884be,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2023-03-29 03:45:00, -al_aae58560-8ca4-419b-bcb9-f0ea092f7d9f,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2023-03-30 15:00:00, -al_004d0fc5-a5bb-4d57-bd52-c6be0d05fb1d,ALERT,ALERT,RUL0022,Chiller - Chiller Cycling,CWC04009,Chiller 9,2023-03-31 00:00:00, -WO128018,WORK_ORDER,CM,M009,Actuator Failure,CWC04009,Chiller 9,2023-04-22 14:30:00, -WO128432,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2023-04-26 08:30:00, -WO128598,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2023-04-28 09:00:00, -WO128600,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2023-04-28 13:00:00, -WO128599,WORK_ORDER,PM,MT011,Calibration,CWC04009,Chiller 9,2023-05-01 11:00:00, -WO132879,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2023-05-23 12:30:00, -WO151335,WORK_ORDER,CM,MT003,Lubrication,CWC04009,Chiller 9,2023-07-24 12:30:00, -WO144495,WORK_ORDER,PM,MT004,Refrigerant Addition,CWC04009,Chiller 9,2023-08-17 10:00:00, -WO162597,WORK_ORDER,CM,MT002,Cleaning,CWC04009,Chiller 9,2023-09-05 18:30:00, -WO154348,WORK_ORDER,PM,MT010,Oil Analysis,CWC04009,Chiller 9,2023-09-13 10:00:00, -WO427275,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2023-09-20 11:00:00, -WO139505,WORK_ORDER,PM,MT013,Vibration Analysis,CWC04009,Chiller 9,2023-09-21 14:00:00, \ No newline at end of file diff --git a/src/couchdb/sample_data/work_order/failure_codes.csv b/src/couchdb/sample_data/work_order/failure_codes.csv deleted file mode 100644 index f4bcd72ac..000000000 --- a/src/couchdb/sample_data/work_order/failure_codes.csv +++ /dev/null @@ -1,144 +0,0 @@ -category,primary_code,primary_code_description,secondary_code,secondary_code_description -Structural and Mechanical Failures,M001,Cracking,M001a,Cracking in Piping -Structural and Mechanical Failures,M001,Cracking,M001b,Cracking in Structural Frame -Structural and Mechanical Failures,M002,Fracture,M002a,Fracture in Heat Exchanger -Structural and Mechanical Failures,M002,Fracture,M002b,Fracture in Compressor -Structural and Mechanical Failures,M003,Deformation,M003a,Deformation of Blades -Structural and Mechanical Failures,M003,Deformation,M003b,Deformation of Housing -Structural and Mechanical Failures,M004,Rupture,M004a,Rupture in Piping -Structural and Mechanical Failures,M004,Rupture,M004b,Rupture in Vessels -Structural and Mechanical Failures,M005,Misalignment,M005a,Misalignment of Motor -Structural and Mechanical Failures,M005,Misalignment,M005b,Misalignment of Shaft -Structural and Mechanical Failures,M005,Misalignment,M005c,Misalignment in Flow Control Valve -Structural and Mechanical Failures,M006,Overheating,M006a,Overheating of Motor -Structural and Mechanical Failures,M006,Overheating,M006b,Overheating of Compressor -Structural and Mechanical Failures,M007,Overloading,M007a,Electrical Overloading -Structural and Mechanical Failures,M007,Overloading,M007b,Mechanical Overloading -Structural and Mechanical Failures,M008,Vibration Issues,M008a,High Frequency Vibration -Structural and Mechanical Failures,M008,Vibration Issues,M008b,Low Frequency Vibration -Structural and Mechanical Failures,M009,Actuator Failure,M009a,Hydraulic Actuator Failure -Structural and Mechanical Failures,M009,Actuator Failure,M009b,Pneumatic Actuator Failure -Structural and Mechanical Failures,M010,Compressor Failure,M010a,Electrical Failure -Structural and Mechanical Failures,M010,Compressor Failure,M010b,Mechanical Failure -Structural and Mechanical Failures,M011,Motor Failure,M011a,Electrical Motor Failure -Structural and Mechanical Failures,M011,Motor Failure,M011b,Mechanical Motor Failure -Structural and Mechanical Failures,M012,Sensor/Transducer Failure,M012a,Temperature Sensor Failure -Structural and Mechanical Failures,M012,Sensor/Transducer Failure,M012b,Pressure Sensor Failure -Structural and Mechanical Failures,M013,Condenser Plugged,M013a,Condenser Plugged (Partial) -Structural and Mechanical Failures,M013,Condenser Plugged,M013b,Condenser Plugged (Complete) -Structural and Mechanical Failures,M013,Condenser Plugged,M013c,Condenser Plugged (Severe) -Structural and Mechanical Failures,M014,Condenser Tube Leak,M014a,Minor Leak -Structural and Mechanical Failures,M014,Condenser Tube Leak,M014b,Major Leak -Structural and Mechanical Failures,M015,Flow Sensor Failure,M015a,Sensor Not Responding -Structural and Mechanical Failures,M015,Flow Sensor Failure,M015b,Incorrect Sensor Reading -Structural and Mechanical Failures,M016,Draining Operations,M016a,Drain Water -Structural and Mechanical Failures,M016,Draining Operations,M016b,Drain Oil -Structural and Mechanical Failures,M017,Major Overhaul,M017a,Chiller Overhaul -Structural and Mechanical Failures,M017,Major Overhaul,M017b,Piping Overhaul -Structural and Mechanical Failures,M017,Major Overhaul,M017c,Compressor Overhaul -Structural and Mechanical Failures,M017,Major Overhaul,M017d,Motor Overhaul -Structural and Mechanical Failures,M018,Replacement,M018a,Chiller Replacement -Structural and Mechanical Failures,M018,Replacement,M018b,Component Replacement -Structural and Mechanical Failures,M019,Installation,M019a,Install Chiller Component -Structural and Mechanical Failures,M019,Installation,M019b,Install Piping -Structural and Mechanical Failures,M020,Head Operations,M020a,Remove Heads -Structural and Mechanical Failures,M020,Head Operations,M020b,Reinstall Heads -Structural and Mechanical Failures,M020,Head Operations,M020c,Set Up for Overhaul -Corrosion and Wear,C001,Corrosion,C001a,Surface Corrosion -Corrosion and Wear,C001,Corrosion,C001b,Pitting Corrosion -Corrosion and Wear,C002,Erosion,C002a,Erosion in Piping -Corrosion and Wear,C002,Erosion,C002b,Erosion in Heat Exchanger -Corrosion and Wear,C003,Wear,C003a,Bearing Wear -Corrosion and Wear,C003,Wear,C003b,Shaft Wear -Corrosion and Wear,C004,Abrasion,C004a,Surface Abrasion -Corrosion and Wear,C004,Abrasion,C004b,Internal Abrasion -Leaks and Seepage,L001,Refrigerant Leak,L001a,Small Leak -Leaks and Seepage,L001,Refrigerant Leak,L001b,Large Leak -Leaks and Seepage,L002,Condenser Tube Leak,L002a,Minor Leak -Leaks and Seepage,L002,Condenser Tube Leak,L002b,Major Leak -Leaks and Seepage,L003,Evaporator Leak,L003a,Minor Leak -Leaks and Seepage,L003,Evaporator Leak,L003b,Major Leak -Leaks and Seepage,L004,Piping Leak,L004a,Small Leak -Leaks and Seepage,L004,Piping Leak,L004b,Large Leak -Leaks and Seepage,L005,Seepage,L005a,Refrigerant Seepage -Leaks and Seepage,L005,Seepage,L005b,Water Seepage -Electrical Failures,E001,Short Circuit,E001a,Short Circuit in Control Circuit -Electrical Failures,E001,Short Circuit,E001b,Short Circuit in Power Circuit -Electrical Failures,E002,Open Circuit,E002a,Open Circuit in Control Circuit -Electrical Failures,E002,Open Circuit,E002b,Open Circuit in Power Circuit -Electrical Failures,E003,Insulation Failure,E003a,Insulation Breakdown -Electrical Failures,E003,Insulation Failure,E003b,Insulation Wear -Electrical Failures,E004,Overvoltage,E004a,Transient Overvoltage -Electrical Failures,E004,Overvoltage,E004b,Sustained Overvoltage -Electrical Failures,E005,Undervoltage,E005a,Transient Undervoltage -Electrical Failures,E005,Undervoltage,E005b,Sustained Undervoltage -Electrical Failures,E006,VFD (Variable Frequency Drive) Failure,E006a,Control Failure -Electrical Failures,E006,VFD (Variable Frequency Drive) Failure,E006b,Power Module Failure -Control System Failures,CS001,Calibration Drift,CS001a,Sensor Calibration Drift -Control System Failures,CS001,Calibration Drift,CS001b,Actuator Calibration Drift -Control System Failures,CS002,Sensor Failure,CS002a,Temperature Sensor Failure -Control System Failures,CS002,Sensor Failure,CS002b,Pressure Sensor Failure -Control System Failures,CS003,Actuator Failure,CS003a,Mechanical Actuator Failure -Control System Failures,CS003,Actuator Failure,CS003b,Electrical Actuator Failure -Control System Failures,CS004,Software Error,CS004a,Control Software Error -Control System Failures,CS004,Software Error,CS004b,Monitoring Software Error -Control System Failures,CS005,Control System Malfunction,CS005a,Control Loop Failure -Control System Failures,CS005,Control System Malfunction,CS005b,Communication Failure -Control System Failures,CS006,Control System Lag,CS006a,Slow Response to Temperature Changes -Control System Failures,CS007,Overactive Control Logic,CS007a,Excessive Adjustments Causing Overcooling -Human Factors,H001,Human Error,H001a,Operational Error -Human Factors,H001,Human Error,H001b,Maintenance Error -Human Factors,H002,Improper Operation,H002a,Incorrect Start-Up Procedure -Human Factors,H002,Improper Operation,H002b,Incorrect Shut-Down Procedure -Human Factors,H002,Improper Operation,H002c,Improper Flow Valve Adjustment -Human Factors,H003,Improper Maintenance,H003a,Inadequate Lubrication -Human Factors,H003,Improper Maintenance,H003b,Incorrect Component Installation -External Influences,EX001,Environmental Impact,EX001a,Temperature Extremes -External Influences,EX001,Environmental Impact,EX001b,Humidity Impact -External Influences,EX002,Chemical Exposure,EX002a,Corrosive Chemicals -External Influences,EX002,Chemical Exposure,EX002b,Reactive Chemicals -External Influences,EX003,Physical Impact,EX003a,Impact from External Objects -External Influences,EX003,Physical Impact,EX003b,Vandalism -Operational Failures,OP001,Process Upset,OP001a,Unexpected Load Change -Operational Failures,OP001,Process Upset,OP001b,Control System Upset -Operational Failures,OP002,Blockage,OP002a,Partial Blockage -Operational Failures,OP002,Blockage,OP002b,Complete Blockage -Operational Failures,OP003,Contamination,OP003a,Contamination in Refrigerant -Operational Failures,OP003,Contamination,OP003b,Contamination in Water -Operational Failures,OP004,Flow Sensor Failure,OP004a,Sensor Not Responding -Operational Failures,OP004,Flow Sensor Failure,OP004b,Incorrect Sensor Reading -Operational Failures,OP004,Incorrect Cooling Zone Operation,OP004c,Improperly Controlled or Shut Off Zones -Maintenance and Routine Checks,MT001,Routine Maintenance,MT001a,Scheduled Maintenance -Maintenance and Routine Checks,MT001,Routine Maintenance,MT001b,Unscheduled Maintenance -Maintenance and Routine Checks,MT002,Cleaning,MT002a,External Cleaning -Maintenance and Routine Checks,MT002,Cleaning,MT002b,Internal Cleaning -Maintenance and Routine Checks,MT003,Lubrication,MT003a,Lubrication of Bearings -Maintenance and Routine Checks,MT003,Lubrication,MT003b,Lubrication of Shafts -Maintenance and Routine Checks,MT004,Refrigerant Addition,MT004a,Small Amount -Maintenance and Routine Checks,MT004,Refrigerant Addition,MT004b,Large Amount -Maintenance and Routine Checks,MT005,Pressure Test,MT005a,Low Pressure Test -Maintenance and Routine Checks,MT005,Pressure Test,MT005b,High Pressure Test -Maintenance and Routine Checks,MT006,Major Overhaul,MT006a,Compressor Overhaul -Maintenance and Routine Checks,MT006,Major Overhaul,MT006b,Motor Overhaul -Maintenance and Routine Checks,MT007,Eddy Current Test,MT007a,Condenser Eddy Current Test -Maintenance and Routine Checks,MT007,Eddy Current Test,MT007b,Evaporator Eddy Current Test -Maintenance and Routine Checks,MT008,Leak Detection,MT008a,Visual Inspection -Maintenance and Routine Checks,MT008,Leak Detection,MT008b,Pressure Test -Maintenance and Routine Checks,MT009,Refrigerant Transfer,MT009a,Transfer to Storage -Maintenance and Routine Checks,MT009,Refrigerant Transfer,MT009b,Transfer to Another Unit -Maintenance and Routine Checks,MT010,Oil Analysis,MT010a,Initial Oil Analysis -Maintenance and Routine Checks,MT010,Oil Analysis,MT010b,Routine Oil Analysis -Maintenance and Routine Checks,MT010,Oil Analysis,MT010c,Post-Maintenance Oil Analysis -Maintenance and Routine Checks,MT011,Calibration,MT011a,Sensor Calibration -Maintenance and Routine Checks,MT011,Calibration,MT011b,Control System Calibration -Maintenance and Routine Checks,MT011,Calibration,MT011c,Flow Meter Calibration -Maintenance and Routine Checks,MT012,Freon Management,MT012a,Freon Level Check -Maintenance and Routine Checks,MT012,Freon Management,MT012b,Freon Addition -Maintenance and Routine Checks,MT012,Freon Management,MT012c,Freon Recycling and Disposal -Maintenance and Routine Checks,MT013,Vibration Analysis,MT013a,Initial Vibration Analysis -Maintenance and Routine Checks,MT013,Vibration Analysis,MT013b,Routine Vibration Analysis -Maintenance and Routine Checks,MT013,Vibration Analysis,MT013c,Post-Maintenance Vibration Analysis -Maintenance and Routine Checks,MT014,Filter Replacement,MT014a,Air Filter Replacement -Maintenance and Routine Checks,MT014,Filter Replacement,MT014b,Oil Filter Replacement -Maintenance and Routine Checks,MT014,Filter Replacement,MT014c,Water Filter Replacement -Maintenance and Routine Checks,MT015,Filling Operations,MT015a,Fill Water Piping \ No newline at end of file diff --git a/src/couchdb/sample_data/work_order/primary_failure_codes.csv b/src/couchdb/sample_data/work_order/primary_failure_codes.csv deleted file mode 100644 index a2c564d19..000000000 --- a/src/couchdb/sample_data/work_order/primary_failure_codes.csv +++ /dev/null @@ -1,68 +0,0 @@ -category,primary_code,primary_code_description -Structural and Mechanical Failures,M001,Cracking -Structural and Mechanical Failures,M002,Fracture -Structural and Mechanical Failures,M003,Deformation -Structural and Mechanical Failures,M004,Rupture -Structural and Mechanical Failures,M005,Misalignment -Structural and Mechanical Failures,M006,Overheating -Structural and Mechanical Failures,M007,Overloading -Structural and Mechanical Failures,M008,Vibration Issues -Structural and Mechanical Failures,M009,Actuator Failure -Structural and Mechanical Failures,M010,Compressor Failure -Structural and Mechanical Failures,M011,Motor Failure -Structural and Mechanical Failures,M012,Sensor/Transducer Failure -Structural and Mechanical Failures,M013,Condenser Plugged -Structural and Mechanical Failures,M014,Condenser Tube Leak -Structural and Mechanical Failures,M015,Flow Sensor Failure -Structural and Mechanical Failures,M016,Draining Operations -Structural and Mechanical Failures,M017,Major Overhaul -Structural and Mechanical Failures,M018,Replacement -Structural and Mechanical Failures,M019,Installation -Structural and Mechanical Failures,M020,Head Operations -Corrosion and Wear,C001,Corrosion -Corrosion and Wear,C002,Erosion -Corrosion and Wear,C003,Wear -Corrosion and Wear,C004,Abrasion -Leaks and Seepage,L001,Refrigerant Leak -Leaks and Seepage,L002,Condenser Tube Leak -Leaks and Seepage,L003,Evaporator Leak -Leaks and Seepage,L004,Piping Leak -Leaks and Seepage,L005,Seepage -Electrical Failures,E001,Short Circuit -Electrical Failures,E002,Open Circuit -Electrical Failures,E003,Insulation Failure -Electrical Failures,E004,Overvoltage -Electrical Failures,E005,Undervoltage -Electrical Failures,E006,VFD (Variable Frequency Drive) Failure -Control System Failures,CS001,Calibration Drift -Control System Failures,CS002,Sensor Failure -Control System Failures,CS003,Actuator Failure -Control System Failures,CS004,Software Error -Control System Failures,CS005,Control System Malfunction -Control System Failures,CS006,Control System Lag -Control System Failures,CS007,Overactive Control Logic -Human Factors,H001,Human Error -Human Factors,H002,Improper Operation -Human Factors,H003,Improper Maintenance -External Influences,EX001,Environmental Impact -External Influences,EX002,Chemical Exposure -External Influences,EX003,Physical Impact -Operational Failures,OP001,Process Upset -Operational Failures,OP002,Blockage -Operational Failures,OP003,Contamination -Operational Failures,OP004,Flow Sensor Failure -Maintenance and Routine Checks,MT001,Routine Maintenance -Maintenance and Routine Checks,MT002,Cleaning -Maintenance and Routine Checks,MT003,Lubrication -Maintenance and Routine Checks,MT004,Refrigerant Addition -Maintenance and Routine Checks,MT005,Pressure Test -Maintenance and Routine Checks,MT006,Major Overhaul -Maintenance and Routine Checks,MT007,Eddy Current Test -Maintenance and Routine Checks,MT008,Leak Detection -Maintenance and Routine Checks,MT009,Refrigerant Transfer -Maintenance and Routine Checks,MT010,Oil Analysis -Maintenance and Routine Checks,MT011,Calibration -Maintenance and Routine Checks,MT012,Freon Management -Maintenance and Routine Checks,MT013,Vibration Analysis -Maintenance and Routine Checks,MT014,Filter Replacement -Maintenance and Routine Checks,MT015,Filling Operations \ No newline at end of file diff --git a/src/evaluation/__init__.py b/src/evaluation/__init__.py deleted file mode 100644 index 39cdf0df4..000000000 --- a/src/evaluation/__init__.py +++ /dev/null @@ -1,44 +0,0 @@ -"""Offline evaluation harness for AssetOpsBench agent runs. - -Consumes saved trajectory files (written by -:func:`observability.persistence.persist_trajectory`) and scenario files -(under ``src/scenarios/``) and emits a structured JSON report combining -scored outcomes with operational metrics. - -The shape mirrors conventions from SWE-bench, HELM, and τ-bench: -``run`` (executes the agent — already exists) → ``evaluate`` (this -module) → ``report.json``. Re-scoring from saved trajectories is -first-class. - -The evaluation concept follows MLflow's vocabulary: an -:class:`Evaluator` orchestrates one or more :data:`Scorer` callables -(:class:`ScorerResult` records the outcome). Scorers fall into three -families — Code-Based, LLM-As-Judge, and Semantic-Score — registered -under :mod:`evaluation.scorers`. -""" - -from .evaluator import Evaluator -from .models import ( - AggregateOps, - EvalReport, - OpsMetrics, - PersistedTrajectory, - Scenario, - ScenarioResult, - ScorerResult, - TypeBreakdown, -) -from .scorers import Scorer - -__all__ = [ - "AggregateOps", - "EvalReport", - "Evaluator", - "OpsMetrics", - "PersistedTrajectory", - "Scenario", - "ScenarioResult", - "Scorer", - "ScorerResult", - "TypeBreakdown", -] diff --git a/src/evaluation/cli.py b/src/evaluation/cli.py deleted file mode 100644 index faf369652..000000000 --- a/src/evaluation/cli.py +++ /dev/null @@ -1,111 +0,0 @@ -"""``uv run evaluate`` — offline scoring + report generation.""" - -from __future__ import annotations - -import argparse -import logging -import sys -from pathlib import Path - -from . import scorers as scorer_registry -from .evaluator import Evaluator -from .report import render_summary, write_reports_dir - - -def _build_parser() -> argparse.ArgumentParser: - p = argparse.ArgumentParser( - prog="evaluate", - description=( - "Score saved agent trajectories against scenario files and " - "emit a JSON report." - ), - ) - p.add_argument( - "--trajectories", - type=Path, - required=True, - help="Directory of {run_id}.json trajectory files (or a single file).", - ) - p.add_argument( - "--scenarios", - type=Path, - nargs="+", - required=True, - help="One or more scenario JSON / JSONL files.", - ) - p.add_argument( - "--reports-dir", - type=Path, - default=Path("reports"), - help=( - "Directory to write per-run JSON reports (one file per run, " - "named '.json'), plus '_aggregate.json' for the rollup. " - "Default: reports/." - ), - ) - p.add_argument( - "--scorer-default", - dest="scorer_default", - default="llm_judge", - help="Scorer name when scenario.scoring_method is unset. " - "Default: llm_judge.", - ) - p.add_argument( - "--judge-model", - default=None, - help="Model id for the LLM-As-Judge scorer (e.g. " - "litellm_proxy/anthropic/claude-opus-4-5). " - "Required when any scenario routes to llm_judge.", - ) - p.add_argument( - "-v", - "--verbose", - action="store_true", - help="Enable INFO-level logging.", - ) - return p - - -def _maybe_install_judge(judge_model: str | None) -> None: - if not judge_model: - return - # Imported lazily so the CLI works for code-based-only runs even if - # the LiteLLM dep happens to be flaky in the dev environment. - from llm import LiteLLMBackend # type: ignore[import-not-found] - - from .scorers.llm_judge import install - - install(LiteLLMBackend(model_id=judge_model)) - - -def _validate_scorer_default(name: str) -> None: - try: - scorer_registry.get(name) - except KeyError as exc: - raise SystemExit(str(exc)) - - -def main(argv: list[str] | None = None) -> int: - args = _build_parser().parse_args(argv) - logging.basicConfig( - level=logging.INFO if args.verbose else logging.WARNING, - format="%(asctime)s %(levelname)s %(name)s: %(message)s", - ) - - _maybe_install_judge(args.judge_model) - _validate_scorer_default(args.scorer_default) - - report = Evaluator(default_scorer=args.scorer_default).evaluate( - trajectories_path=args.trajectories, - scenarios_paths=list(args.scenarios), - ) - - out_dir = write_reports_dir(report, args.reports_dir) - print(render_summary(report)) - print(f"\nReports written: {out_dir}/.json ({len(report.results)} files)") - print(f"Aggregate: {out_dir}/_aggregate.json") - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/src/evaluation/evaluator.py b/src/evaluation/evaluator.py deleted file mode 100644 index dedc82885..000000000 --- a/src/evaluation/evaluator.py +++ /dev/null @@ -1,88 +0,0 @@ -"""Evaluator — orchestrates a set of scorers over a batch of records. - -Mirrors MLflow's evaluator/scorer split: the :class:`Evaluator` owns -the loading + per-record dispatch, while each :data:`Scorer` is a small -callable that produces a single :class:`ScorerResult`. -""" - -from __future__ import annotations - -import json -import logging -from pathlib import Path - -from . import scorers as scorer_registry -from .loader import join_records, load_scenarios, load_trajectories -from .metrics import metrics_from_trajectory -from .models import ( - EvalReport, - PersistedTrajectory, - Scenario, - ScenarioResult, - ScorerResult, -) -from .report import build_report -from .scorers import Scorer - -_log = logging.getLogger(__name__) - - -class Evaluator: - """Run a batch of scenarios against their saved trajectories. - - ``default_scorer`` names the registered scorer to use when a - scenario does not set ``scoring_method``. Per-scenario overrides - take precedence. - """ - - def __init__(self, default_scorer: str = "llm_judge") -> None: - self.default_scorer = default_scorer - - def evaluate( - self, - *, - trajectories_path: Path, - scenarios_paths: list[Path], - ) -> EvalReport: - scenarios = load_scenarios(scenarios_paths) - trajectories = load_trajectories(trajectories_path) - - results: list[ScenarioResult] = [] - for scenario, traj in join_records(scenarios, trajectories): - results.append(self._score_one(scenario, traj)) - - return build_report(results) - - def _score_one( - self, scenario: Scenario, traj: PersistedTrajectory - ) -> ScenarioResult: - name = scenario.scoring_method or self.default_scorer - scorer = self._resolve(name) - trajectory_text = _trajectory_to_text(traj) - score = scorer(scenario, traj.answer, trajectory_text) - - return ScenarioResult( - scenario_id=scenario.id, - scenario_type=scenario.type, - run_id=traj.run_id, - runner=traj.runner, - model=traj.model, - question=traj.question, - answer=traj.answer, - score=score, - ops=metrics_from_trajectory(traj), - ) - - @staticmethod - def _resolve(name: str) -> Scorer: - return scorer_registry.get(name) - - -def _trajectory_to_text(traj: PersistedTrajectory) -> str: - """Flatten a trajectory to a text blob for the LLM-As-Judge prompt.""" - if traj.trajectory is None: - return "" - try: - return json.dumps(traj.trajectory, indent=2, default=str) - except (TypeError, ValueError): - return str(traj.trajectory) diff --git a/src/evaluation/loader.py b/src/evaluation/loader.py deleted file mode 100644 index 31b9c761b..000000000 --- a/src/evaluation/loader.py +++ /dev/null @@ -1,93 +0,0 @@ -"""Load trajectories and scenarios, then join them by ``scenario_id``.""" - -from __future__ import annotations - -import json -import logging -from pathlib import Path -from typing import Iterable, Iterator - -from .models import PersistedTrajectory, Scenario - -_log = logging.getLogger(__name__) - - -def load_trajectories(path: Path) -> list[PersistedTrajectory]: - """Load every ``*.json`` trajectory under ``path``. - - ``path`` may be a directory (the ``AGENT_TRAJECTORY_DIR`` layout) or - a single JSON file. Files that fail to parse are logged and - skipped — a partial directory should still yield a usable batch. - """ - p = Path(path) - if p.is_file(): - return [_load_one(p)] if p.suffix == ".json" else [] - - out: list[PersistedTrajectory] = [] - for child in sorted(p.glob("*.json")): - try: - out.append(_load_one(child)) - except Exception: - _log.exception("loader: failed to parse %s", child) - return out - - -def _load_one(path: Path) -> PersistedTrajectory: - raw = json.loads(path.read_text(encoding="utf-8")) - return PersistedTrajectory.from_raw(raw) - - -def load_scenarios(paths: Iterable[Path] | Path) -> list[Scenario]: - """Load scenarios from one or more files. - - Each file may be a JSON list, a single JSON object, or JSONL. - Scenario IDs are coerced to strings to make the join key uniform - (CouchDB-style trajectories use string IDs; local JSON files use - ints). - """ - if isinstance(paths, (str, Path)): - paths = [Path(paths)] - - out: list[Scenario] = [] - for p in paths: - out.extend(_load_scenario_file(Path(p))) - return out - - -def _load_scenario_file(path: Path) -> list[Scenario]: - text = path.read_text(encoding="utf-8").strip() - if not text: - return [] - - if path.suffix == ".jsonl": - return [ - Scenario.from_raw(json.loads(line)) - for line in text.splitlines() - if line.strip() - ] - - raw = json.loads(text) - if isinstance(raw, list): - return [Scenario.from_raw(item) for item in raw] - if isinstance(raw, dict): - return [Scenario.from_raw(raw)] - raise ValueError(f"unexpected scenario JSON shape in {path}: {type(raw).__name__}") - - -def join_records( - scenarios: list[Scenario], - trajectories: list[PersistedTrajectory], -) -> Iterator[tuple[Scenario, PersistedTrajectory]]: - """Yield (scenario, trajectory) pairs joined on ``scenario_id``. - - Scenarios with no matching trajectory and trajectories with no - matching scenario are silently dropped — the caller can compute the - diff from the input lists if reporting is needed. - """ - by_id: dict[str, Scenario] = {s.id: s for s in scenarios} - for traj in trajectories: - if traj.scenario_id is None: - continue - scenario = by_id.get(traj.scenario_id) - if scenario is not None: - yield scenario, traj diff --git a/src/evaluation/metrics.py b/src/evaluation/metrics.py deleted file mode 100644 index 325074a7e..000000000 --- a/src/evaluation/metrics.py +++ /dev/null @@ -1,125 +0,0 @@ -"""Operational metric extraction and aggregation.""" - -from __future__ import annotations - -import statistics -from typing import Any - -from .models import AggregateOps, OpsMetrics, PersistedTrajectory, ScenarioResult - -# USD per 1M tokens, rough public list-prices. None when unknown. Used -# only for the optional ``est_cost_usd`` rollup; consumers should treat -# it as an estimate, not a billing source of truth. -_PRICE_PER_1M: dict[str, tuple[float, float]] = { - "claude-opus-4-5": (15.0, 75.0), - "claude-opus-4-1": (15.0, 75.0), - "claude-sonnet-4-6": (3.0, 15.0), - "claude-haiku-4-5": (1.0, 5.0), - "gpt-5": (10.0, 30.0), - "gpt-4.1": (3.0, 12.0), - "gpt-4o": (2.5, 10.0), - "llama-4-maverick": (0.27, 0.85), -} - - -def metrics_from_trajectory(record: PersistedTrajectory) -> OpsMetrics: - """Extract per-task ops metrics from a persisted trajectory record.""" - traj = record.trajectory - if traj is None: - return OpsMetrics() - - if isinstance(traj, dict) and "turns" in traj: - return _from_sdk_trajectory(traj, record.model) - if isinstance(traj, list): - return _from_plan_execute(traj, record.model) - return OpsMetrics() - - -def _from_sdk_trajectory(traj: dict, model: str) -> OpsMetrics: - turns = traj.get("turns", []) or [] - tokens_in = sum(int(t.get("input_tokens") or 0) for t in turns) - tokens_out = sum(int(t.get("output_tokens") or 0) for t in turns) - - durations_ms = [t.get("duration_ms") for t in turns if t.get("duration_ms") is not None] - duration_ms = sum(durations_ms) if durations_ms else None - - tool_names: list[str] = [] - for t in turns: - for tc in t.get("tool_calls") or []: - name = tc.get("name") - if name: - tool_names.append(name) - - return OpsMetrics( - turn_count=len(turns), - tool_call_count=len(tool_names), - unique_tools=sorted(set(tool_names)), - tokens_in=tokens_in, - tokens_out=tokens_out, - duration_ms=duration_ms, - est_cost_usd=_estimate_cost(model, tokens_in, tokens_out), - ) - - -def _from_plan_execute(steps: list[Any], model: str) -> OpsMetrics: - # plan-execute persists ``list[StepResult]``; the dataclass exposes - # ``server`` / ``tool`` / ``response`` fields but no per-step token - # counts, so we surface what is available and leave the rest at zero. - tool_names = [ - s.get("tool") - for s in steps - if isinstance(s, dict) and s.get("tool") - ] - return OpsMetrics( - turn_count=len(steps), - tool_call_count=len(tool_names), - unique_tools=sorted(set(tool_names)), - est_cost_usd=_estimate_cost(model, 0, 0), - ) - - -def _estimate_cost(model: str, tokens_in: int, tokens_out: int) -> float | None: - if not model or (tokens_in == 0 and tokens_out == 0): - return None - key = _normalize_model(model) - rate = _PRICE_PER_1M.get(key) - if rate is None: - return None - in_rate, out_rate = rate - return round((tokens_in * in_rate + tokens_out * out_rate) / 1_000_000, 6) - - -def _normalize_model(model: str) -> str: - # Strip provider prefixes like ``litellm_proxy/anthropic/`` and - # version suffixes like ``-20250101``. - tail = model.rsplit("/", 1)[-1].lower() - parts = tail.split("-") - if parts and parts[-1].isdigit() and len(parts[-1]) >= 6: - parts = parts[:-1] - return "-".join(parts) - - -def aggregate_ops(results: list[ScenarioResult]) -> AggregateOps: - if not results: - return AggregateOps() - - durations = [r.ops.duration_ms for r in results if r.ops.duration_ms is not None] - costs = [r.ops.est_cost_usd for r in results if r.ops.est_cost_usd is not None] - - return AggregateOps( - tokens_in_total=sum(r.ops.tokens_in for r in results), - tokens_out_total=sum(r.ops.tokens_out for r in results), - duration_ms_p50=_percentile(durations, 50), - duration_ms_p95=_percentile(durations, 95), - tool_calls_total=sum(r.ops.tool_call_count for r in results), - est_cost_usd_total=round(sum(costs), 6) if costs else None, - ) - - -def _percentile(values: list[float], pct: float) -> float | None: - if not values: - return None - if len(values) == 1: - return float(values[0]) - quantiles = statistics.quantiles(values, n=100, method="inclusive") - return float(quantiles[int(pct) - 1]) diff --git a/src/evaluation/models.py b/src/evaluation/models.py deleted file mode 100644 index 2f57e0b38..000000000 --- a/src/evaluation/models.py +++ /dev/null @@ -1,118 +0,0 @@ -"""Pydantic models for the offline evaluation pipeline.""" - -from __future__ import annotations - -from typing import Any - -from pydantic import BaseModel, ConfigDict, Field - - -class Scenario(BaseModel): - """One evaluation scenario. - - Mirrors the on-disk shape under ``src/scenarios/`` and is permissive - via ``extra='allow'`` so domain-specific fields (e.g. category, - characteristic_form) survive the round-trip. - """ - - model_config = ConfigDict(extra="allow") - - id: str - text: str - type: str = "" - category: str = "" - characteristic_form: str | None = None - expected_answer: str | None = None - scoring_method: str | None = None - - @classmethod - def from_raw(cls, raw: dict) -> "Scenario": - d = dict(raw) - if "id" in d: - d["id"] = str(d["id"]) - return cls.model_validate(d) - - -class PersistedTrajectory(BaseModel): - """Record written by ``observability.persistence.persist_trajectory``.""" - - model_config = ConfigDict(extra="allow") - - run_id: str - scenario_id: str | None = None - runner: str - model: str - question: str - answer: str - trajectory: Any = None - - @classmethod - def from_raw(cls, raw: dict) -> "PersistedTrajectory": - d = dict(raw) - if d.get("scenario_id") is not None: - d["scenario_id"] = str(d["scenario_id"]) - return cls.model_validate(d) - - -class OpsMetrics(BaseModel): - """Per-task operational metrics derived from a trajectory.""" - - turn_count: int = 0 - tool_call_count: int = 0 - unique_tools: list[str] = Field(default_factory=list) - tokens_in: int = 0 - tokens_out: int = 0 - duration_ms: float | None = None - est_cost_usd: float | None = None - - -class ScorerResult(BaseModel): - """Output of a single :class:`Scorer` invocation. - - ``scorer`` is the registered name of the scorer that produced this - result — distinct from ``Scenario.scoring_method``, which is the - *requested* scorer on the input side. - """ - - scorer: str - passed: bool - score: float = 0.0 - rationale: str = "" - details: dict[str, Any] = Field(default_factory=dict) - - -class ScenarioResult(BaseModel): - scenario_id: str - scenario_type: str = "" - run_id: str = "" - runner: str - model: str - question: str - answer: str - score: ScorerResult - ops: OpsMetrics - - -class AggregateOps(BaseModel): - tokens_in_total: int = 0 - tokens_out_total: int = 0 - duration_ms_p50: float | None = None - duration_ms_p95: float | None = None - tool_calls_total: int = 0 - est_cost_usd_total: float | None = None - - -class TypeBreakdown(BaseModel): - total: int = 0 - passed: int = 0 - pass_rate: float = 0.0 - - -class EvalReport(BaseModel): - generated_at: str - runners: list[str] = Field(default_factory=list) - models: list[str] = Field(default_factory=list) - totals: dict[str, Any] = Field(default_factory=dict) - by_scenario_type: dict[str, TypeBreakdown] = Field(default_factory=dict) - ops: AggregateOps = Field(default_factory=AggregateOps) - results: list[ScenarioResult] = Field(default_factory=list) diff --git a/src/evaluation/report.py b/src/evaluation/report.py deleted file mode 100644 index 6ff5a9d28..000000000 --- a/src/evaluation/report.py +++ /dev/null @@ -1,115 +0,0 @@ -"""Build an :class:`EvalReport` from scored scenario results.""" - -from __future__ import annotations - -import datetime as _dt -import json -from collections import defaultdict -from pathlib import Path - -from .metrics import aggregate_ops -from .models import EvalReport, ScenarioResult, TypeBreakdown - -_AGGREGATE_FILENAME = "_aggregate.json" - - -def build_report(results: list[ScenarioResult]) -> EvalReport: - total = len(results) - passed = sum(1 for r in results if r.score.passed) - - by_type: dict[str, list[ScenarioResult]] = defaultdict(list) - for r in results: - by_type[r.scenario_type or "unknown"].append(r) - - breakdown: dict[str, TypeBreakdown] = {} - for stype, items in by_type.items(): - n = len(items) - p = sum(1 for r in items if r.score.passed) - breakdown[stype] = TypeBreakdown( - total=n, - passed=p, - pass_rate=round(p / n, 4) if n else 0.0, - ) - - return EvalReport( - generated_at=_dt.datetime.now(_dt.timezone.utc).isoformat(), - runners=sorted({r.runner for r in results}), - models=sorted({r.model for r in results}), - totals={ - "scenarios": total, - "scored": total, - "passed": passed, - "pass_rate": round(passed / total, 4) if total else 0.0, - }, - by_scenario_type=breakdown, - ops=aggregate_ops(results), - results=results, - ) - - -def write_report(report: EvalReport, output: Path) -> Path: - output = Path(output) - output.parent.mkdir(parents=True, exist_ok=True) - output.write_text(report.model_dump_json(indent=2), encoding="utf-8") - return output - - -def write_reports_dir(report: EvalReport, reports_dir: Path) -> Path: - """Write one JSON file per result (``.json``) plus an aggregate. - - Results without a ``run_id`` fall back to ``.json`` so - nothing is dropped. Returns the directory path. - """ - reports_dir = Path(reports_dir) - reports_dir.mkdir(parents=True, exist_ok=True) - - used: dict[str, int] = {} - for r in report.results: - stem = r.run_id or f"scenario-{r.scenario_id}" - # Disambiguate any collisions deterministically. - suffix = used.get(stem, 0) - used[stem] = suffix + 1 - name = stem if suffix == 0 else f"{stem}-{suffix}" - (reports_dir / f"{name}.json").write_text( - r.model_dump_json(indent=2), encoding="utf-8" - ) - - (reports_dir / _AGGREGATE_FILENAME).write_text( - report.model_dump_json(indent=2), encoding="utf-8" - ) - return reports_dir - - -def render_summary(report: EvalReport) -> str: - lines: list[str] = [] - t = report.totals - lines.append( - f"Scenarios: {t.get('scenarios', 0)} " - f"Passed: {t.get('passed', 0)} " - f"Pass rate: {t.get('pass_rate', 0):.1%}" - ) - if report.by_scenario_type: - lines.append("") - lines.append("By scenario type:") - for stype, b in sorted(report.by_scenario_type.items()): - lines.append( - f" {stype:<16} {b.passed:>4}/{b.total:<4} ({b.pass_rate:.1%})" - ) - o = report.ops - lines.append("") - lines.append("Operational metrics:") - lines.append(f" tokens_in_total: {o.tokens_in_total}") - lines.append(f" tokens_out_total: {o.tokens_out_total}") - lines.append(f" tool_calls_total: {o.tool_calls_total}") - if o.duration_ms_p50 is not None: - lines.append(f" duration_ms_p50: {o.duration_ms_p50:.1f}") - if o.duration_ms_p95 is not None: - lines.append(f" duration_ms_p95: {o.duration_ms_p95:.1f}") - if o.est_cost_usd_total is not None: - lines.append(f" est_cost_usd: ${o.est_cost_usd_total:.4f}") - return "\n".join(lines) - - -def report_to_json(report: EvalReport) -> str: - """Convenience JSON dump that round-trips through pydantic.""" - return json.dumps(json.loads(report.model_dump_json()), indent=2) diff --git a/src/evaluation/runner.py b/src/evaluation/runner.py deleted file mode 100644 index 507cdaa25..000000000 --- a/src/evaluation/runner.py +++ /dev/null @@ -1,25 +0,0 @@ -"""Backwards-friendly functional entry point delegating to :class:`Evaluator`.""" - -from __future__ import annotations - -from pathlib import Path - -from .evaluator import Evaluator -from .models import EvalReport - - -def evaluate( - *, - trajectories_path: Path, - scenarios_paths: list[Path], - default_scoring_method: str = "llm_judge", -) -> EvalReport: - """Load, score, and aggregate. - - Per-scenario scorer is picked from ``scenario.scoring_method`` when - set, falling back to ``default_scoring_method``. - """ - return Evaluator(default_scorer=default_scoring_method).evaluate( - trajectories_path=trajectories_path, - scenarios_paths=scenarios_paths, - ) diff --git a/src/evaluation/scorers/__init__.py b/src/evaluation/scorers/__init__.py deleted file mode 100644 index a2fa994e6..000000000 --- a/src/evaluation/scorers/__init__.py +++ /dev/null @@ -1,48 +0,0 @@ -"""Pluggable scorer registry. - -Each scorer is a callable taking ``(scenario, answer, trajectory_text)`` -and returning a :class:`~evaluation.models.ScorerResult`. The vocabulary -follows MLflow's evaluation concept: an ``Evaluator`` orchestrates one -or more ``Scorer`` s; scorers fall into three families: - -* **Code-Based** — deterministic, no model required (string/numeric - matchers in :mod:`evaluation.scorers.code_based`). -* **LLM-As-Judge** — model-scored against a rubric - (:mod:`evaluation.scorers.llm_judge`). -* **Semantic-Score** — similarity-based, no model call - (:mod:`evaluation.scorers.semantic`). -""" - -from __future__ import annotations - -from typing import Callable - -from ..models import Scenario, ScorerResult - -Scorer = Callable[[Scenario, str, str], ScorerResult] - -_REGISTRY: dict[str, Scorer] = {} - - -def register(name: str, scorer: Scorer) -> None: - _REGISTRY[name] = scorer - - -def get(name: str) -> Scorer: - if name not in _REGISTRY: - raise KeyError( - f"unknown scorer {name!r}; registered: {sorted(_REGISTRY)}" - ) - return _REGISTRY[name] - - -def names() -> list[str]: - return sorted(_REGISTRY) - - -# Code-Based and Semantic-Score families ship as skeletons — their -# modules are importable but register no scorers until an -# implementation is filled in. LLM-As-Judge is registered explicitly -# via :func:`evaluation.scorers.llm_judge.install`. -from . import code_based # noqa: E402,F401 -from . import semantic # noqa: E402,F401 diff --git a/src/evaluation/scorers/code_based.py b/src/evaluation/scorers/code_based.py deleted file mode 100644 index c0d167116..000000000 --- a/src/evaluation/scorers/code_based.py +++ /dev/null @@ -1,21 +0,0 @@ -"""Code-Based scorers — deterministic, no LLM, no network. - -Skeleton only — fill in the implementations and re-register with the -scorer registry before use. -""" - -from __future__ import annotations - -from ..models import Scenario, ScorerResult - - -def exact_string_match( - scenario: Scenario, answer: str, trajectory_text: str -) -> ScorerResult: - raise NotImplementedError - - -def numeric_match( - scenario: Scenario, answer: str, trajectory_text: str -) -> ScorerResult: - raise NotImplementedError diff --git a/src/evaluation/scorers/llm_judge.py b/src/evaluation/scorers/llm_judge.py deleted file mode 100644 index e37ecc219..000000000 --- a/src/evaluation/scorers/llm_judge.py +++ /dev/null @@ -1,172 +0,0 @@ -"""LLM-As-Judge scorer. - -Free-form answers are scored against ``scenario.characteristic_form`` -using a six-criterion rubric (task completion, data retrieval accuracy, -result verification, agent sequence, clarity, hallucinations) — the -same shape as ``aobench/scenario-server/grading/graders.evaluation_agent`` -but built directly on :class:`~llm.LLMBackend` so the evaluation module -has no dependency on the scenario-server codebase. -""" - -from __future__ import annotations - -import json -import logging -import re - -from llm import LLMBackend - -from ..models import Scenario, ScorerResult -from . import register - -_log = logging.getLogger(__name__) - -_RUBRIC_KEYS = ( - "task_completion", - "data_retrieval_accuracy", - "generalized_result_verification", - "agent_sequence_correct", - "clarity_and_justification", - "hallucinations", -) - -_PROMPT_TEMPLATE = """You are a critical reviewer tasked with evaluating the effectiveness and accuracy of an AI agent's response to a given task. Your goal is to determine whether the agent has successfully accomplished the task correctly based on the expected or characteristic behavior. - -Evaluation Criteria: -1. **Task Completion:** - - Verify if the agent executed all necessary actions (e.g., using the correct tools, retrieving data, performing the required analysis). - - The agent's response should align with the predefined expected behavior for task completion. - -2. **Data Retrieval & Accuracy:** - - Ensure that the correct asset, location, time period, and sensor (if applicable) were used. - - Verify if the task performed was related to the correct asset and sensor, and ensure the result corresponds to the correct time period. - - Check if the agent retrieved the required data and if the forecasting, anomaly detection, or other results are correct. - -3. **Generalized Result Verification:** - - **Task Type Verification:** Based on the task type (forecasting, anomaly detection, classification, etc.), verify if the agent has returned the expected results. - - For **forecasting** tasks: Ensure that the agent generated a forecast for the specified future period. - - For **anomaly detection** tasks: Verify that anomalies are detected as expected (if anomalies were anticipated). - - For other tasks (e.g., classification), ensure the task result matches the expected format and value. - - **Comparison with Expected Output:** Check if the result matches the expected format, values, or outcomes as outlined in the characteristic answer. - - **Data Integrity:** Ensure that the correct data (e.g., sensor, time period) was used in the task, and that it is consistent with the expected format and structure. - -4. **Agent Sequence & Order:** - - Ensure the agents (or tools) were called in the correct order and that all actions align with the expected behavior for agent interactions. - - If the characteristic answer specifies certain agents (e.g., IoTAgent, TSFMAgent, FMSRAgent), verify that these were used and in the correct sequence. - -5. **Clarity and Justification:** - - Ensure the agent's response is clear and justified with adequate explanations or evidence to support the claims made. - - There should be no contradictions between the agent's reasoning and the expected behavior outlined in the characteristic answer. - -6. **Hallucination Check:** - - Identify if the agent claims success without performing the necessary actions or without generating meaningful results. - - If the agent provides a fabricated response or claims success where actions are missing, mark this as a hallucination. - -Question: {question} -Characteristic Answer (Expected Behavior): {characteristic} -Agent's Thinking (turns / tool calls / outputs): {trajectory} -Agent's Final Response: {answer} - -Output Format: -Your review must always be in JSON format. Do not include any additional formatting or Markdown in your response. -{{ - "task_completion": true/false, - "data_retrieval_accuracy": true/false, - "generalized_result_verification": true/false, - "agent_sequence_correct": true/false, - "clarity_and_justification": true/false, - "hallucinations": true/false, - "suggestions": "Optional. Actions or improvements for rectifying the response if applicable." -}} -(END OF RESPONSE) - -Please provide your review based on the given criteria. -""" - - -class LLMJudgeScorer: - """Closure-style scorer that holds an :class:`LLMBackend`.""" - - def __init__(self, llm: LLMBackend, name: str = "llm_judge") -> None: - self._llm = llm - self.name = name - - def __call__( - self, scenario: Scenario, answer: str, trajectory_text: str - ) -> ScorerResult: - characteristic = scenario.characteristic_form or scenario.expected_answer or "" - if not characteristic: - return ScorerResult( - scorer=self.name, - passed=False, - rationale="scenario has neither characteristic_form nor expected_answer", - ) - - prompt = _PROMPT_TEMPLATE.format( - question=scenario.text, - characteristic=characteristic, - answer=answer, - trajectory=trajectory_text[:8000], - ) - - try: - raw = self._llm.generate(prompt) - except Exception as exc: # judge call failure is a scoring failure, not a crash - _log.exception("llm_judge: backend error") - return ScorerResult( - scorer=self.name, - passed=False, - rationale=f"judge backend error: {exc}", - ) - - review = _parse_review(raw) - if review is None: - return ScorerResult( - scorer=self.name, - passed=False, - rationale="judge returned unparseable JSON", - details={"raw": raw[:2000]}, - ) - - passed = ( - review.get("task_completion") is True - and review.get("data_retrieval_accuracy") is True - and review.get("generalized_result_verification") is True - and review.get("agent_sequence_correct") is True - and review.get("clarity_and_justification") is True - and review.get("hallucinations") is False - ) - score = sum(1 for k in _RUBRIC_KEYS[:5] if review.get(k) is True) / 5.0 - if review.get("hallucinations") is True: - score = max(0.0, score - 0.2) - - rationale = str( - review.get("suggestions") or review.get("reason") or "" - )[:500] - return ScorerResult( - scorer=self.name, - passed=passed, - score=round(score, 3), - rationale=rationale, - details=review, - ) - - -def _parse_review(raw: str) -> dict | None: - if not raw: - return None - # Strip the reference prompt's "(END OF RESPONSE)" sentinel + any - # leading prose / markdown fence before extracting the first {...}. - text = raw.split("(END OF RESPONSE)")[0] - match = re.search(r"\{.*\}", text, re.DOTALL) - if not match: - return None - try: - return json.loads(match.group(0)) - except json.JSONDecodeError: - return None - - -def install(llm: LLMBackend, name: str = "llm_judge") -> None: - """Register an LLM-As-Judge scorer bound to ``llm`` under ``name``.""" - register(name, LLMJudgeScorer(llm, name=name)) diff --git a/src/evaluation/scorers/semantic.py b/src/evaluation/scorers/semantic.py deleted file mode 100644 index d56b401cb..000000000 --- a/src/evaluation/scorers/semantic.py +++ /dev/null @@ -1,16 +0,0 @@ -"""Semantic-Score scorer — similarity-based scoring without an LLM call. - -Skeleton only — fill in the implementation (e.g. embedding cosine, BLEU, -sentence-transformers, or difflib ratio) and re-register with the -scorer registry before use. -""" - -from __future__ import annotations - -from ..models import Scenario, ScorerResult - - -def semantic_similarity( - scenario: Scenario, answer: str, trajectory_text: str -) -> ScorerResult: - raise NotImplementedError diff --git a/src/evaluation/tests/__init__.py b/src/evaluation/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/evaluation/tests/conftest.py b/src/evaluation/tests/conftest.py deleted file mode 100644 index 65eedf7d9..000000000 --- a/src/evaluation/tests/conftest.py +++ /dev/null @@ -1,72 +0,0 @@ -"""Shared fixtures for evaluation unit tests.""" - -from __future__ import annotations - -import json -from pathlib import Path - -import pytest - -from evaluation.models import Scenario - - -@pytest.fixture -def make_scenario(): - def _factory(**overrides) -> Scenario: - defaults = { - "id": "1", - "text": "What sensors are on Chiller 6?", - "type": "iot", - "category": "Knowledge Query", - "characteristic_form": "Should list temperature, pressure, vibration sensors.", - } - defaults.update(overrides) - return Scenario.from_raw(defaults) - - return _factory - - -@pytest.fixture -def make_persisted_record(): - def _factory(**overrides) -> dict: - defaults = { - "run_id": "run-1", - "scenario_id": "1", - "runner": "plan-execute", - "model": "watsonx/ibm/granite", - "question": "Q?", - "answer": "A.", - "trajectory": { - "turns": [ - { - "index": 0, - "text": "thinking", - "tool_calls": [{"name": "sites", "input": {}}], - "input_tokens": 10, - "output_tokens": 5, - "duration_ms": 100.0, - }, - { - "index": 1, - "text": "answer", - "tool_calls": [], - "input_tokens": 12, - "output_tokens": 7, - "duration_ms": 200.0, - }, - ], - "started_at": "2026-04-27T00:00:00Z", - }, - } - defaults.update(overrides) - return defaults - - return _factory - - -@pytest.fixture -def trajectory_dir(tmp_path: Path, make_persisted_record): - """A directory pre-populated with one trajectory JSON file.""" - rec = make_persisted_record() - (tmp_path / f"{rec['run_id']}.json").write_text(json.dumps(rec), encoding="utf-8") - return tmp_path diff --git a/src/evaluation/tests/test_evaluator.py b/src/evaluation/tests/test_evaluator.py deleted file mode 100644 index 6d91e633b..000000000 --- a/src/evaluation/tests/test_evaluator.py +++ /dev/null @@ -1,72 +0,0 @@ -"""Tests for the Evaluator class — the orchestration layer.""" - -from __future__ import annotations - -import json -from pathlib import Path - -from evaluation import scorers as registry -from evaluation.evaluator import Evaluator -from evaluation.models import Scenario, ScorerResult - - -def _stub_scorer(scenario: Scenario, answer: str, trajectory_text: str) -> ScorerResult: - return ScorerResult(scorer="stub-evaluator", passed=True, score=1.0) - - -def test_evaluator_routes_to_default_scorer(tmp_path: Path, make_persisted_record): - rec = make_persisted_record(run_id="run-1", scenario_id=1) - (tmp_path / "run-1.json").write_text(json.dumps(rec), encoding="utf-8") - - scenarios_path = tmp_path / "scenarios.json" - scenarios_path.write_text( - json.dumps([{"id": 1, "text": "Q", "type": "iot"}]), - encoding="utf-8", - ) - - registry.register("stub-evaluator", _stub_scorer) - - report = Evaluator(default_scorer="stub-evaluator").evaluate( - trajectories_path=tmp_path, - scenarios_paths=[scenarios_path], - ) - - assert report.totals["passed"] == 1 - assert report.results[0].score.scorer == "stub-evaluator" - - -def _fail_scorer(scenario: Scenario, answer: str, trajectory_text: str) -> ScorerResult: - return ScorerResult(scorer="fail-default", passed=False, score=0.0) - - -def test_evaluator_per_scenario_override_wins(tmp_path: Path, make_persisted_record): - # The scenario-level scoring_method must route around the default - # scorer, even when the default scorer would reject the answer. - rec = make_persisted_record(run_id="run-1", scenario_id=1, answer="answer text") - (tmp_path / "run-1.json").write_text(json.dumps(rec), encoding="utf-8") - - scenarios_path = tmp_path / "scenarios.json" - scenarios_path.write_text( - json.dumps( - [ - { - "id": 1, - "text": "Q", - "type": "tsfm", - "scoring_method": "stub-evaluator", - } - ] - ), - encoding="utf-8", - ) - - registry.register("stub-evaluator", _stub_scorer) - registry.register("fail-default", _fail_scorer) - - report = Evaluator(default_scorer="fail-default").evaluate( - trajectories_path=tmp_path, - scenarios_paths=[scenarios_path], - ) - - assert report.totals["passed"] == 1 - assert report.results[0].score.scorer == "stub-evaluator" diff --git a/src/evaluation/tests/test_loader.py b/src/evaluation/tests/test_loader.py deleted file mode 100644 index 24260b34b..000000000 --- a/src/evaluation/tests/test_loader.py +++ /dev/null @@ -1,72 +0,0 @@ -"""Tests for the trajectory + scenario loader.""" - -from __future__ import annotations - -import json -from pathlib import Path - -from evaluation.loader import ( - join_records, - load_scenarios, - load_trajectories, -) -from evaluation.models import Scenario - - -def test_load_trajectories_from_dir(trajectory_dir: Path): - records = load_trajectories(trajectory_dir) - assert len(records) == 1 - assert records[0].run_id == "run-1" - assert records[0].scenario_id == "1" - - -def test_load_trajectories_skips_unparseable(tmp_path: Path, make_persisted_record): - (tmp_path / "good.json").write_text(json.dumps(make_persisted_record()), encoding="utf-8") - (tmp_path / "bad.json").write_text("{not json", encoding="utf-8") - records = load_trajectories(tmp_path) - assert len(records) == 1 - - -def test_load_scenarios_json_list(tmp_path: Path): - p = tmp_path / "s.json" - p.write_text( - json.dumps( - [{"id": 1, "text": "Q1"}, {"id": "2", "text": "Q2"}] - ), - encoding="utf-8", - ) - out = load_scenarios(p) - assert [s.id for s in out] == ["1", "2"] - - -def test_load_scenarios_jsonl(tmp_path: Path): - p = tmp_path / "s.jsonl" - p.write_text( - '{"id": 1, "text": "Q1"}\n{"id": 2, "text": "Q2"}\n', - encoding="utf-8", - ) - out = load_scenarios(p) - assert [s.id for s in out] == ["1", "2"] - - -def test_load_scenarios_single_object(tmp_path: Path): - p = tmp_path / "s.json" - p.write_text(json.dumps({"id": 7, "text": "Q"}), encoding="utf-8") - out = load_scenarios(p) - assert [s.id for s in out] == ["7"] - - -def test_join_drops_orphans(make_persisted_record): - from evaluation.models import PersistedTrajectory - - scenarios = [ - Scenario.from_raw({"id": 1, "text": "Q1"}), - Scenario.from_raw({"id": 2, "text": "Q2"}), - ] - trajs = [ - PersistedTrajectory.from_raw(make_persisted_record(scenario_id=1)), - PersistedTrajectory.from_raw(make_persisted_record(run_id="r2", scenario_id=99)), - ] - pairs = list(join_records(scenarios, trajs)) - assert len(pairs) == 1 - assert pairs[0][0].id == "1" diff --git a/src/evaluation/tests/test_metrics.py b/src/evaluation/tests/test_metrics.py deleted file mode 100644 index 21f097b1c..000000000 --- a/src/evaluation/tests/test_metrics.py +++ /dev/null @@ -1,101 +0,0 @@ -"""Tests for ops metrics extraction and aggregation.""" - -from __future__ import annotations - -from evaluation.metrics import ( - _normalize_model, - aggregate_ops, - metrics_from_trajectory, -) -from evaluation.models import ( - OpsMetrics, - PersistedTrajectory, - ScenarioResult, - ScorerResult, -) - - -def _result(passed: bool = True, ops: OpsMetrics | None = None) -> ScenarioResult: - return ScenarioResult( - scenario_id="1", - scenario_type="iot", - runner="plan-execute", - model="watsonx/ibm/granite", - question="q", - answer="a", - score=ScorerResult(scorer="exact_string_match", passed=passed), - ops=ops or OpsMetrics(), - ) - - -class TestMetricsFromTrajectory: - def test_sdk_trajectory_sums_per_turn(self, make_persisted_record): - rec = PersistedTrajectory.from_raw(make_persisted_record()) - m = metrics_from_trajectory(rec) - assert m.turn_count == 2 - assert m.tokens_in == 22 - assert m.tokens_out == 12 - assert m.tool_call_count == 1 - assert m.unique_tools == ["sites"] - assert m.duration_ms == 300.0 - - def test_handles_none_trajectory(self, make_persisted_record): - rec = PersistedTrajectory.from_raw(make_persisted_record(trajectory=None)) - assert metrics_from_trajectory(rec) == OpsMetrics() - - def test_plan_execute_list_trajectory(self, make_persisted_record): - rec = PersistedTrajectory.from_raw( - make_persisted_record( - trajectory=[ - {"step_number": 1, "task": "t", "server": "iot", "tool": "sites", "response": "ok"}, - {"step_number": 2, "task": "t2", "server": "iot", "tool": "assets", "response": "ok"}, - {"step_number": 3, "task": "t3", "server": "iot", "tool": "sites", "response": "ok"}, - ] - ) - ) - m = metrics_from_trajectory(rec) - assert m.turn_count == 3 - assert m.tool_call_count == 3 - assert m.unique_tools == ["assets", "sites"] - - -class TestAggregateOps: - def test_empty(self): - agg = aggregate_ops([]) - assert agg.tokens_in_total == 0 - assert agg.duration_ms_p50 is None - - def test_sums_and_percentiles(self): - results = [ - _result(ops=OpsMetrics(tokens_in=10, tokens_out=5, duration_ms=100.0, tool_call_count=1)), - _result(ops=OpsMetrics(tokens_in=20, tokens_out=10, duration_ms=300.0, tool_call_count=2)), - _result(ops=OpsMetrics(tokens_in=30, tokens_out=15, duration_ms=500.0, tool_call_count=3)), - ] - agg = aggregate_ops(results) - assert agg.tokens_in_total == 60 - assert agg.tokens_out_total == 30 - assert agg.tool_calls_total == 6 - assert agg.duration_ms_p50 is not None - assert agg.duration_ms_p95 is not None - assert agg.duration_ms_p50 <= agg.duration_ms_p95 - - def test_cost_only_when_some_present(self): - results = [ - _result(ops=OpsMetrics(est_cost_usd=0.01)), - _result(ops=OpsMetrics(est_cost_usd=0.02)), - ] - agg = aggregate_ops(results) - assert agg.est_cost_usd_total == 0.03 - - -class TestNormalizeModel: - def test_strips_provider_prefix(self): - assert _normalize_model("litellm_proxy/anthropic/claude-opus-4-5") == "claude-opus-4-5" - assert _normalize_model("watsonx/ibm/granite-13b") == "granite-13b" - - def test_strips_long_numeric_suffix(self): - assert _normalize_model("claude-opus-4-5-20250101") == "claude-opus-4-5" - - def test_keeps_short_numeric_suffix(self): - # "4-5" suffix is the model version, not a date — leave it intact. - assert _normalize_model("claude-opus-4-5") == "claude-opus-4-5" diff --git a/src/evaluation/tests/test_models.py b/src/evaluation/tests/test_models.py deleted file mode 100644 index 4aca4d551..000000000 --- a/src/evaluation/tests/test_models.py +++ /dev/null @@ -1,45 +0,0 @@ -"""Tests for evaluation Pydantic models.""" - -from evaluation.models import PersistedTrajectory, Scenario - - -def test_scenario_from_raw_coerces_int_id_to_str(): - s = Scenario.from_raw({"id": 301, "text": "Q"}) - assert s.id == "301" - assert isinstance(s.id, str) - - -def test_scenario_preserves_extra_fields(): - s = Scenario.from_raw({"id": "1", "text": "Q", "characteristic_form": "X", "tolerance": 0.01}) - extra = s.model_extra or {} - assert extra.get("tolerance") == 0.01 - - -def test_persisted_trajectory_coerces_scenario_id(): - t = PersistedTrajectory.from_raw( - { - "run_id": "r", - "scenario_id": 42, - "runner": "plan-execute", - "model": "m", - "question": "q", - "answer": "a", - "trajectory": None, - } - ) - assert t.scenario_id == "42" - - -def test_persisted_trajectory_allows_none_scenario_id(): - t = PersistedTrajectory.from_raw( - { - "run_id": "r", - "scenario_id": None, - "runner": "plan-execute", - "model": "m", - "question": "q", - "answer": "a", - "trajectory": None, - } - ) - assert t.scenario_id is None diff --git a/src/evaluation/tests/test_report.py b/src/evaluation/tests/test_report.py deleted file mode 100644 index 7c71788dc..000000000 --- a/src/evaluation/tests/test_report.py +++ /dev/null @@ -1,107 +0,0 @@ -"""Tests for EvalReport assembly and serialization.""" - -from __future__ import annotations - -import json -from pathlib import Path - -from evaluation.models import ( - OpsMetrics, - ScenarioResult, - ScorerResult, -) -from evaluation.report import ( - build_report, - render_summary, - write_report, - write_reports_dir, -) - - -def _result(stype: str, passed: bool, run_id: str = "", **ops_kwargs) -> ScenarioResult: - return ScenarioResult( - scenario_id="x", - scenario_type=stype, - run_id=run_id, - runner="plan-execute", - model="watsonx/ibm/granite", - question="q", - answer="a", - score=ScorerResult(scorer="llm_judge", passed=passed, score=1.0 if passed else 0.0), - ops=OpsMetrics(**ops_kwargs), - ) - - -def test_build_report_totals_and_breakdown(): - results = [ - _result("iot", True, tokens_in=10, tokens_out=5), - _result("iot", False, tokens_in=8, tokens_out=4), - _result("tsfm", True, tokens_in=20, tokens_out=10), - ] - report = build_report(results) - - assert report.totals == { - "scenarios": 3, - "scored": 3, - "passed": 2, - "pass_rate": round(2 / 3, 4), - } - assert report.by_scenario_type["iot"].total == 2 - assert report.by_scenario_type["iot"].passed == 1 - assert report.by_scenario_type["tsfm"].pass_rate == 1.0 - assert report.ops.tokens_in_total == 38 - - -def test_build_report_handles_empty(): - report = build_report([]) - assert report.totals["scenarios"] == 0 - assert report.totals["pass_rate"] == 0.0 - assert report.by_scenario_type == {} - - -def test_write_report_round_trips(tmp_path: Path): - results = [_result("iot", True)] - report = build_report(results) - out = write_report(report, tmp_path / "nested" / "report.json") - assert out.exists() - data = json.loads(out.read_text(encoding="utf-8")) - assert data["totals"]["passed"] == 1 - assert data["by_scenario_type"]["iot"]["pass_rate"] == 1.0 - - -def test_write_reports_dir_per_run_files(tmp_path: Path): - results = [ - _result("iot", True, run_id="run-a"), - _result("tsfm", False, run_id="run-b"), - ] - out_dir = write_reports_dir(build_report(results), tmp_path / "reports") - - assert (out_dir / "run-a.json").exists() - assert (out_dir / "run-b.json").exists() - assert (out_dir / "_aggregate.json").exists() - - per_run = json.loads((out_dir / "run-a.json").read_text()) - assert per_run["run_id"] == "run-a" - assert per_run["score"]["passed"] is True - - agg = json.loads((out_dir / "_aggregate.json").read_text()) - assert agg["totals"]["scenarios"] == 2 - - -def test_write_reports_dir_falls_back_to_scenario_id(tmp_path: Path): - # ScenarioResult.run_id is empty when the trajectory pre-dates the - # run_id field; the writer must still produce a file. - results = [_result("iot", True)] - out_dir = write_reports_dir(build_report(results), tmp_path / "reports") - assert (out_dir / "scenario-x.json").exists() - - -def test_render_summary_includes_headlines(): - results = [ - _result("iot", True, tokens_in=10, tokens_out=5, duration_ms=100.0, tool_call_count=1), - _result("iot", False, tokens_in=8, tokens_out=4, duration_ms=200.0), - ] - text = render_summary(build_report(results)) - assert "Pass rate" in text - assert "iot" in text - assert "tokens_in_total" in text diff --git a/src/evaluation/tests/test_runner.py b/src/evaluation/tests/test_runner.py deleted file mode 100644 index f8a936db0..000000000 --- a/src/evaluation/tests/test_runner.py +++ /dev/null @@ -1,83 +0,0 @@ -"""Smoke test for the end-to-end evaluation runner.""" - -from __future__ import annotations - -import json -from pathlib import Path - -from evaluation.models import Scenario, ScorerResult -from evaluation.runner import evaluate -from evaluation import scorers as registry - - -def _always_pass_scorer(scenario: Scenario, answer: str, trajectory_text: str) -> ScorerResult: - return ScorerResult(scorer="stub", passed=True, score=1.0) - - -def test_evaluate_end_to_end(tmp_path: Path, make_persisted_record): - # Two trajectories, both joinable to scenarios. - rec_a = make_persisted_record(run_id="run-a", scenario_id=1, answer="A") - rec_b = make_persisted_record(run_id="run-b", scenario_id=2, answer="B") - (tmp_path / "run-a.json").write_text(json.dumps(rec_a), encoding="utf-8") - (tmp_path / "run-b.json").write_text(json.dumps(rec_b), encoding="utf-8") - - scenarios_path = tmp_path / "scenarios.json" - scenarios_path.write_text( - json.dumps( - [ - {"id": 1, "text": "Q1", "type": "iot"}, - {"id": 2, "text": "Q2", "type": "tsfm"}, - ] - ), - encoding="utf-8", - ) - - registry.register("stub", _always_pass_scorer) - - report = evaluate( - trajectories_path=tmp_path, - scenarios_paths=[scenarios_path], - default_scoring_method="stub", - ) - - assert report.totals["scenarios"] == 2 - assert report.totals["passed"] == 2 - assert set(report.by_scenario_type.keys()) == {"iot", "tsfm"} - assert report.ops.tokens_in_total > 0 - - -def _always_fail_scorer(scenario: Scenario, answer: str, trajectory_text: str) -> ScorerResult: - return ScorerResult(scorer="stub-fail", passed=False, score=0.0) - - -def test_evaluate_uses_per_scenario_scoring_method(tmp_path: Path, make_persisted_record): - rec = make_persisted_record(run_id="run-x", scenario_id=1, answer="A.") - (tmp_path / "run-x.json").write_text(json.dumps(rec), encoding="utf-8") - - scenarios_path = tmp_path / "scenarios.json" - scenarios_path.write_text( - json.dumps( - [ - { - "id": 1, - "text": "Q", - "type": "iot", - "scoring_method": "stub-pass", - } - ] - ), - encoding="utf-8", - ) - - registry.register("stub-pass", _always_pass_scorer) - registry.register("stub-fail", _always_fail_scorer) - - report = evaluate( - trajectories_path=tmp_path, - scenarios_paths=[scenarios_path], - default_scoring_method="stub-fail", # per-scenario override wins - ) - - # Override wins: scenario routed to the always-pass stub even though - # the default scorer would have failed it. - assert report.totals["passed"] == 1 diff --git a/src/evaluation/tests/test_scorers.py b/src/evaluation/tests/test_scorers.py deleted file mode 100644 index 8f2ac6b69..000000000 --- a/src/evaluation/tests/test_scorers.py +++ /dev/null @@ -1,115 +0,0 @@ -"""Tests for the three scorer families: code-based, LLM-as-judge, semantic. - -Code-Based scorers are skeletons only and have no behaviour tests yet. -""" - -from __future__ import annotations - -from evaluation import scorers as registry -from evaluation.scorers.code_based import exact_string_match, numeric_match -from evaluation.scorers.llm_judge import LLMJudgeScorer, install -from evaluation.scorers.semantic import semantic_similarity -from llm import LLMBackend - - -class _StubLLM(LLMBackend): - def __init__(self, response: str) -> None: - self._response = response - - def generate(self, prompt: str, temperature: float = 0.0) -> str: - return self._response - - -class TestCodeBasedSkeletons: - def test_exact_string_match_not_implemented(self, make_scenario): - try: - exact_string_match(make_scenario(expected_answer="x"), "x", "") - except NotImplementedError: - return - raise AssertionError("expected NotImplementedError") - - def test_numeric_match_not_implemented(self, make_scenario): - try: - numeric_match(make_scenario(expected_answer="1.0"), "1.0", "") - except NotImplementedError: - return - raise AssertionError("expected NotImplementedError") - - -class TestSemanticSkeleton: - def test_semantic_similarity_not_implemented(self, make_scenario): - try: - semantic_similarity(make_scenario(), "a", "") - except NotImplementedError: - return - raise AssertionError("expected NotImplementedError") - - -class TestRegistry: - def test_skeleton_scorers_not_auto_registered(self): - # code_based and semantic ship as skeletons; only llm_judge is - # registered (lazily, via install()). - assert "exact_string_match" not in registry.names() - assert "numeric_match" not in registry.names() - assert "semantic_similarity" not in registry.names() - - def test_get_unknown_raises(self): - try: - registry.get("does_not_exist") - except KeyError as e: - assert "does_not_exist" in str(e) - else: - raise AssertionError("expected KeyError") - - -class TestLLMJudgeScorer: - def _all_pass_response(self) -> str: - return ( - '{"task_completion": true, "data_retrieval_accuracy": true, ' - '"generalized_result_verification": true, "agent_sequence_correct": true, ' - '"clarity_and_justification": true, "hallucinations": false, ' - '"reason": "Looks good."}' - ) - - def test_passes_when_all_criteria_true(self, make_scenario): - scorer = LLMJudgeScorer(_StubLLM(self._all_pass_response())) - r = scorer(make_scenario(), "answer", "trajectory") - assert r.passed - assert r.score == 1.0 - assert r.rationale == "Looks good." - - def test_fails_on_hallucination(self, make_scenario): - resp = self._all_pass_response().replace( - '"hallucinations": false', '"hallucinations": true' - ) - scorer = LLMJudgeScorer(_StubLLM(resp)) - r = scorer(make_scenario(), "answer", "trajectory") - assert not r.passed - # Score is penalized but not zeroed when 5/5 criteria pass. - assert r.score < 1.0 - - def test_handles_unparseable_response(self, make_scenario): - scorer = LLMJudgeScorer(_StubLLM("not json at all")) - r = scorer(make_scenario(), "a", "t") - assert not r.passed - assert "unparseable" in r.rationale - - def test_handles_markdown_fenced_response(self, make_scenario): - wrapped = "Here you go:\n```json\n" + self._all_pass_response() + "\n```" - scorer = LLMJudgeScorer(_StubLLM(wrapped)) - r = scorer(make_scenario(), "a", "t") - assert r.passed - - def test_missing_characteristic_short_circuits(self, make_scenario): - scorer = LLMJudgeScorer(_StubLLM(self._all_pass_response())) - s = make_scenario(characteristic_form=None, expected_answer=None) - r = scorer(s, "a", "t") - assert not r.passed - assert "characteristic_form" in r.rationale - - def test_install_registers_under_default_name(self, make_scenario): - install(_StubLLM(self._all_pass_response())) - assert "llm_judge" in registry.names() - scorer = registry.get("llm_judge") - r = scorer(make_scenario(), "a", "t") - assert r.passed diff --git a/src/llm/__init__.py b/src/llm/__init__.py deleted file mode 100644 index ff6e606ed..000000000 --- a/src/llm/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -"""LLM backend for AssetOpsBench MCP.""" - -from .base import LLMBackend, LLMResult -from .litellm import LiteLLMBackend - -__all__ = ["LLMBackend", "LLMResult", "LiteLLMBackend"] diff --git a/src/llm/base.py b/src/llm/base.py deleted file mode 100644 index a6b085141..000000000 --- a/src/llm/base.py +++ /dev/null @@ -1,47 +0,0 @@ -"""Abstract LLM backend interface.""" - -from __future__ import annotations - -from abc import ABC, abstractmethod -from dataclasses import dataclass - - -@dataclass(frozen=True) -class LLMResult: - """Return type for :meth:`LLMBackend.generate_with_usage`. - - ``input_tokens`` / ``output_tokens`` are ``0`` when the backend can't - report usage (e.g. mocks in unit tests). - """ - - text: str - input_tokens: int = 0 - output_tokens: int = 0 - - -class LLMBackend(ABC): - """Abstract interface for LLM backends.""" - - @abstractmethod - def generate(self, prompt: str, temperature: float = 0.0) -> str: - """Generate text given a prompt.""" - ... - - def generate_with_usage( - self, prompt: str, temperature: float = 0.0 - ) -> LLMResult: - """Generate text and report token usage. - - Default impl delegates to :meth:`generate` and reports zero usage — - backends that can surface counts (e.g. LiteLLM) should override. - """ - return LLMResult(text=self.generate(prompt, temperature)) - - @property - def model_id(self) -> str: - """Return the backend's model identifier, or ``"unknown"``. - - Default impl reads ``self._model_id`` if present so existing - subclasses work without modification. - """ - return getattr(self, "_model_id", "unknown") diff --git a/src/llm/litellm.py b/src/llm/litellm.py deleted file mode 100644 index 85067c7c1..000000000 --- a/src/llm/litellm.py +++ /dev/null @@ -1,66 +0,0 @@ -"""Unified LLM backend via the litellm library. - -Supports any model string that litellm recognizes. The provider is encoded -in the model-string prefix — no separate platform flag is needed: - - watsonx/meta-llama/llama-3-3-70b-instruct → IBM WatsonX - litellm_proxy/GCP/claude-4-sonnet → LiteLLM proxy - -Credentials are resolved from environment variables based on the prefix: - - watsonx/* : WATSONX_APIKEY, WATSONX_PROJECT_ID, WATSONX_URL (optional) - otherwise : LITELLM_API_KEY, LITELLM_BASE_URL -""" - -from __future__ import annotations - -import os - -from .base import LLMBackend, LLMResult - -_WATSONX_PREFIX = "watsonx/" - - -class LiteLLMBackend(LLMBackend): - """LLM backend using the litellm library. - - Args: - model_id: litellm model string with provider prefix, e.g.: - ``"watsonx/meta-llama/llama-3-3-70b-instruct"`` - ``"litellm_proxy/GCP/claude-4-sonnet"`` - """ - - def __init__(self, model_id: str) -> None: - self._model_id = model_id - - def generate(self, prompt: str, temperature: float = 0.0) -> str: - return self.generate_with_usage(prompt, temperature).text - - def generate_with_usage( - self, prompt: str, temperature: float = 0.0 - ) -> LLMResult: - import litellm - - kwargs: dict = { - "model": self._model_id, - "messages": [{"role": "user", "content": prompt}], - "temperature": temperature, - "max_tokens": 2048, - } - - if self._model_id.startswith(_WATSONX_PREFIX): - kwargs["api_key"] = os.environ["WATSONX_APIKEY"] - kwargs["project_id"] = os.environ["WATSONX_PROJECT_ID"] - if url := os.environ.get("WATSONX_URL"): - kwargs["api_base"] = url - else: - kwargs["api_key"] = os.environ["LITELLM_API_KEY"] - kwargs["api_base"] = os.environ["LITELLM_BASE_URL"] - - response = litellm.completion(**kwargs) - usage = getattr(response, "usage", None) - return LLMResult( - text=response.choices[0].message.content, - input_tokens=int(getattr(usage, "prompt_tokens", 0) or 0), - output_tokens=int(getattr(usage, "completion_tokens", 0) or 0), - ) diff --git a/src/observability/__init__.py b/src/observability/__init__.py deleted file mode 100644 index f5bef953b..000000000 --- a/src/observability/__init__.py +++ /dev/null @@ -1,13 +0,0 @@ -"""OpenTelemetry-based observability for agent runners.""" - -from .persistence import persist_trajectory -from .runspan import agent_run_span, set_run_context -from .tracing import get_tracer, init_tracing - -__all__ = [ - "agent_run_span", - "get_tracer", - "init_tracing", - "persist_trajectory", - "set_run_context", -] diff --git a/src/observability/file_exporter.py b/src/observability/file_exporter.py deleted file mode 100644 index d59b53f24..000000000 --- a/src/observability/file_exporter.py +++ /dev/null @@ -1,76 +0,0 @@ -"""File-backed OTLP-JSON span exporter. - -Writes one ``ExportTraceServiceRequest`` JSON object per line to the given -path, matching the on-disk format produced by the official OpenTelemetry -Collector ``file`` exporter. Output is replayable into any OTLP backend -(Jaeger, Tempo, Honeycomb, Grafana Cloud, …) via the Collector's -``otlpjsonfile`` receiver, without requiring a Collector to *produce* it. - -The default install contains no file-exporter primitive, so this module -composes one from the OTLP common encoder plus a tiny append-only writer. -""" - -from __future__ import annotations - -import logging -import os -import threading -from pathlib import Path -from typing import Sequence - -from opentelemetry.sdk.trace import ReadableSpan -from opentelemetry.sdk.trace.export import SpanExporter, SpanExportResult - -_log = logging.getLogger(__name__) - - -class OTLPJsonFileExporter(SpanExporter): - """Append each span batch to *path* as one OTLP-JSON line. - - Thread-safe via a write lock so concurrent `export()` calls from the - `BatchSpanProcessor` don't interleave bytes in the file. - """ - - def __init__(self, path: str | os.PathLike[str]) -> None: - self._path = Path(path) - self._path.parent.mkdir(parents=True, exist_ok=True) - self._lock = threading.Lock() - - def export(self, spans: Sequence[ReadableSpan]) -> SpanExportResult: - if not spans: - return SpanExportResult.SUCCESS - try: - line = _encode_otlp_json(spans) - except Exception: - _log.exception("OTLPJsonFileExporter: encoding failed; dropping batch") - return SpanExportResult.FAILURE - try: - with self._lock, self._path.open("a", encoding="utf-8") as f: - f.write(line + "\n") - except OSError: - _log.exception("OTLPJsonFileExporter: write failed") - return SpanExportResult.FAILURE - return SpanExportResult.SUCCESS - - def shutdown(self) -> None: - """No-op: file is opened per-export and closed immediately.""" - - -def _encode_otlp_json(spans: Sequence[ReadableSpan]) -> str: - """Encode *spans* as a single-line OTLP-JSON ``TracesData`` message. - - Isolated for testability; also keeps the `_internal` import contained to - one call site so a future SDK refactor only touches this function. - """ - # ``encode_spans`` produces a protobuf ``ExportTraceServiceRequest``; the - # common encoder path is the same one used by ``OTLPSpanExporter`` itself, - # so the wire format stays in sync with upstream. - from google.protobuf.json_format import MessageToJson - from opentelemetry.exporter.otlp.proto.common._internal.trace_encoder import ( - encode_spans, - ) - - request = encode_spans(spans) - # OTLP-JSON wire format uses camelCase field names (spec default), which - # is what ``MessageToJson`` emits out of the box. - return MessageToJson(request, indent=None) diff --git a/src/observability/persistence.py b/src/observability/persistence.py deleted file mode 100644 index 692e13503..000000000 --- a/src/observability/persistence.py +++ /dev/null @@ -1,106 +0,0 @@ -"""Per-run trajectory persistence for offline evaluation. - -Separation of concerns: - * **Spans** (``observability.tracing`` + ``runspan``) carry *metadata* — - runner, model, run/scenario IDs, question/answer lengths, span timing. - * **Trajectories** (this module) carry *content* — per-turn text, tool - call inputs/outputs, per-turn token usage. Persisted alongside spans, - joined by ``run_id``. - -When ``AGENT_TRAJECTORY_DIR`` is set, each runner's :meth:`run` appends a -``{run_id}.json`` file to that directory. When unset, the module is a -no-op and trajectories live only in-process on the returned -:class:`~agent.models.AgentResult`. - -Design choices: - * The output is a single JSON file per run keyed by ``run_id``. Joining - with the OTLP-JSON trace file uses the ``agent.run_id`` span attribute. - * ``dataclasses.asdict`` is used for both the SDK runners' ``Trajectory`` - dataclass and plan-execute's ``list[StepResult]``, which keeps the - serializer runner-agnostic. -""" - -from __future__ import annotations - -import dataclasses -import json -import logging -import os -from pathlib import Path -from typing import Any - -from .runspan import _run_id_var, _scenario_id_var - -_log = logging.getLogger(__name__) - -_TRAJECTORY_DIR_ENV = "AGENT_TRAJECTORY_DIR" - - -def persist_trajectory( - *, - runner_name: str, - model: str, - question: str, - answer: str, - trajectory: Any, -) -> Path | None: - """Write a per-run evaluation record when ``AGENT_TRAJECTORY_DIR`` is set. - - Reads ``run_id`` / ``scenario_id`` from the same contextvars used by - :func:`agent_run_span`, so CLI-level wiring doesn't have to touch the - runner's public signature. - - Returns the output path, or ``None`` when persistence is disabled. - """ - dir_env = os.environ.get(_TRAJECTORY_DIR_ENV) - if not dir_env: - return None - - run_id = _run_id_var.get() - if not run_id: - _log.warning( - "%s is set but no run_id in context; skipping trajectory persist", - _TRAJECTORY_DIR_ENV, - ) - return None - - out_dir = Path(dir_env) - out_dir.mkdir(parents=True, exist_ok=True) - out_path = out_dir / f"{run_id}.json" - - record = { - "run_id": run_id, - "scenario_id": _scenario_id_var.get(), - "runner": runner_name, - "model": model, - "question": question, - "answer": answer, - "trajectory": _serialize_trajectory(trajectory), - } - - try: - out_path.write_text( - json.dumps(record, indent=2, default=str), encoding="utf-8" - ) - except OSError: - _log.exception("persist_trajectory: write failed at %s", out_path) - return None - return out_path - - -def _serialize_trajectory(trajectory: Any) -> Any: - """Reduce a trajectory to plain JSON-friendly Python. - - Handles the two shapes in this repo: SDK runners' ``Trajectory`` - dataclass, and plan-execute's ``list[StepResult]`` (also dataclasses). - """ - if trajectory is None: - return None - if dataclasses.is_dataclass(trajectory): - return dataclasses.asdict(trajectory) - if isinstance(trajectory, list): - return [ - dataclasses.asdict(item) if dataclasses.is_dataclass(item) else item - for item in trajectory - ] - return trajectory diff --git a/src/observability/runspan.py b/src/observability/runspan.py deleted file mode 100644 index c22435806..000000000 --- a/src/observability/runspan.py +++ /dev/null @@ -1,80 +0,0 @@ -"""Root-span helper for agent ``run()`` calls. - -Callers set the ambient ``run_id`` / ``scenario_id`` once at the CLI boundary -via :func:`set_run_context`, then invoke :func:`agent_run_span` inside each -runner. The span carries GenAI semconv attributes plus the contextvar-sourced -benchmark identifiers. -""" - -from __future__ import annotations - -from contextlib import contextmanager -from contextvars import ContextVar -from typing import Any, Iterator - -from opentelemetry.trace import Status, StatusCode - -from .tracing import get_tracer - -_run_id_var: ContextVar[str | None] = ContextVar("agent_run_id", default=None) -_scenario_id_var: ContextVar[str | None] = ContextVar("agent_scenario_id", default=None) - - -def set_run_context( - *, run_id: str | None = None, scenario_id: str | None = None -) -> None: - """Set the ambient run/scenario IDs read by the next :func:`agent_run_span`. - - CLIs call this once before invoking ``runner.run(...)``; the runner itself - does not need to know about these identifiers. - """ - if run_id is not None: - _run_id_var.set(run_id) - if scenario_id is not None: - _scenario_id_var.set(scenario_id) - - -def _system_from_model(model_id: str) -> str: - """Best-effort provider family from a model ID; returns ``"unknown"`` - when the shape isn't recognized.""" - mid = model_id.removeprefix("litellm_proxy/") - head, _, _ = mid.partition("/") - # Only aliases actually emitted by this repo are mapped. - if head.lower() == "aws": - return "anthropic" - return head.lower() or "unknown" - - -@contextmanager -def agent_run_span( - runner_name: str, - model: str, - question: str, -) -> Iterator[Any]: - """Start a root span for an agent ``run()`` call. - - Sets canonical attributes (runner name, GenAI system/model, question - length, and any ambient ``agent.run_id`` / ``agent.scenario_id`` from - :func:`set_run_context`) and records exceptions on the span before - re-raising. - """ - tracer = get_tracer() - run_id = _run_id_var.get() - scenario_id = _scenario_id_var.get() - with tracer.start_as_current_span(f"agent.run {runner_name}") as span: - span.set_attribute("agent.runner", runner_name) - span.set_attribute("gen_ai.system", _system_from_model(model)) - span.set_attribute("gen_ai.request.model", model) - span.set_attribute("agent.question.length", len(question)) - if run_id: - span.set_attribute("agent.run_id", run_id) - if scenario_id: - span.set_attribute("agent.scenario_id", scenario_id) - try: - yield span - except Exception as exc: - span.record_exception(exc) - span.set_status(Status(StatusCode.ERROR, str(exc))) - raise - - diff --git a/src/observability/tests/__init__.py b/src/observability/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/observability/tests/test_file_exporter.py b/src/observability/tests/test_file_exporter.py deleted file mode 100644 index d79b76195..000000000 --- a/src/observability/tests/test_file_exporter.py +++ /dev/null @@ -1,77 +0,0 @@ -"""Unit tests for :mod:`observability.file_exporter`.""" - -from __future__ import annotations - -import json -from pathlib import Path - -from opentelemetry import trace -from opentelemetry.sdk.resources import Resource -from opentelemetry.sdk.trace import TracerProvider -from opentelemetry.sdk.trace.export import SimpleSpanProcessor - -from observability import agent_run_span, set_run_context -from observability import runspan as _runspan -from observability.file_exporter import OTLPJsonFileExporter - - -def _reset_provider(): - """Swap in a fresh global TracerProvider for the next test.""" - trace._TRACER_PROVIDER_SET_ONCE = type(trace._TRACER_PROVIDER_SET_ONCE)() # type: ignore[attr-defined] - trace._TRACER_PROVIDER = None # type: ignore[attr-defined] - - -def _install_file_exporter(path: Path) -> TracerProvider: - _reset_provider() - _runspan._run_id_var.set(None) - _runspan._scenario_id_var.set(None) - provider = TracerProvider(resource=Resource.create({"service.name": "test"})) - provider.add_span_processor(SimpleSpanProcessor(OTLPJsonFileExporter(path))) - trace.set_tracer_provider(provider) - return provider - - -def test_file_exporter_writes_jsonl(tmp_path: Path): - out = tmp_path / "traces.jsonl" - _install_file_exporter(out) - - set_run_context(run_id="run-1", scenario_id="scn-A") - with agent_run_span("deep-agent", model="anthropic/claude", question="q"): - pass - - content = out.read_text(encoding="utf-8") - lines = [line for line in content.splitlines() if line] - assert len(lines) == 1, f"expected 1 line, got {len(lines)}: {content!r}" - - payload = json.loads(lines[0]) - assert "resourceSpans" in payload - (resource_span,) = payload["resourceSpans"] - (scope_span,) = resource_span["scopeSpans"] - (span,) = scope_span["spans"] - assert span["name"] == "agent.run deep-agent" - - attrs = {a["key"]: a["value"] for a in span["attributes"]} - assert attrs["agent.runner"]["stringValue"] == "deep-agent" - assert attrs["agent.run_id"]["stringValue"] == "run-1" - assert attrs["agent.scenario_id"]["stringValue"] == "scn-A" - - -def test_file_exporter_creates_parent_dir(tmp_path: Path): - out = tmp_path / "nested" / "subdir" / "traces.jsonl" - assert not out.parent.exists() - OTLPJsonFileExporter(out) - assert out.parent.is_dir() - - -def test_file_exporter_appends(tmp_path: Path): - out = tmp_path / "traces.jsonl" - _install_file_exporter(out) - - for i in range(3): - with agent_run_span("deep-agent", model="anthropic/claude", question=f"q{i}"): - pass - - lines = [line for line in out.read_text(encoding="utf-8").splitlines() if line] - assert len(lines) == 3 - for line in lines: - json.loads(line) # each line must be valid JSON diff --git a/src/observability/tests/test_persistence.py b/src/observability/tests/test_persistence.py deleted file mode 100644 index d881adf5d..000000000 --- a/src/observability/tests/test_persistence.py +++ /dev/null @@ -1,145 +0,0 @@ -"""Unit tests for :mod:`observability.persistence`.""" - -from __future__ import annotations - -import json -from dataclasses import dataclass, field -from pathlib import Path - -import pytest - -from observability import persist_trajectory, set_run_context -from observability import runspan as _runspan - - -@dataclass -class _FakeToolCall: - name: str - input: dict - output: str = "" - - -@dataclass -class _FakeTurn: - index: int - text: str - tool_calls: list = field(default_factory=list) - input_tokens: int = 0 - output_tokens: int = 0 - - -@dataclass -class _FakeTrajectory: - turns: list = field(default_factory=list) - - -@pytest.fixture(autouse=True) -def _reset_ctx(): - _runspan._run_id_var.set(None) - _runspan._scenario_id_var.set(None) - yield - _runspan._run_id_var.set(None) - _runspan._scenario_id_var.set(None) - - -def test_persist_disabled_without_env(monkeypatch, tmp_path: Path): - monkeypatch.delenv("AGENT_TRAJECTORY_DIR", raising=False) - set_run_context(run_id="r1") - result = persist_trajectory( - runner_name="deep-agent", - model="anthropic/claude", - question="q", - answer="a", - trajectory=_FakeTrajectory(), - ) - assert result is None - assert list(tmp_path.iterdir()) == [] - - -def test_persist_writes_file(monkeypatch, tmp_path: Path): - monkeypatch.setenv("AGENT_TRAJECTORY_DIR", str(tmp_path)) - set_run_context(run_id="run-42", scenario_id="scn-9") - traj = _FakeTrajectory( - turns=[ - _FakeTurn( - index=0, - text="hello", - tool_calls=[_FakeToolCall(name="sensors", input={"id": "CH-6"}, output="ok")], - input_tokens=100, - output_tokens=20, - ), - ], - ) - - out = persist_trajectory( - runner_name="claude-agent", - model="litellm_proxy/aws/claude-opus-4-6", - question="what sensors?", - answer="CH-6 has sensors", - trajectory=traj, - ) - - assert out == tmp_path / "run-42.json" - record = json.loads(out.read_text()) - assert record["run_id"] == "run-42" - assert record["scenario_id"] == "scn-9" - assert record["runner"] == "claude-agent" - assert record["model"] == "litellm_proxy/aws/claude-opus-4-6" - assert record["question"] == "what sensors?" - assert record["answer"] == "CH-6 has sensors" - assert record["trajectory"]["turns"][0]["text"] == "hello" - assert record["trajectory"]["turns"][0]["tool_calls"][0]["name"] == "sensors" - - -def test_persist_serializes_list_trajectory(monkeypatch, tmp_path: Path): - """plan-execute trajectories are list[StepResult] (dataclasses).""" - monkeypatch.setenv("AGENT_TRAJECTORY_DIR", str(tmp_path)) - set_run_context(run_id="r2") - - @dataclass - class _FakeStep: - step_number: int - task: str - success: bool - - out = persist_trajectory( - runner_name="plan-execute", - model="watsonx/model", - question="q", - answer="a", - trajectory=[_FakeStep(1, "do thing", True)], - ) - - record = json.loads(out.read_text()) - assert record["trajectory"] == [{"step_number": 1, "task": "do thing", "success": True}] - - -def test_persist_skips_when_no_run_id(monkeypatch, tmp_path: Path, caplog): - """Env set but run_id missing → warn + skip (don't lose data silently).""" - monkeypatch.setenv("AGENT_TRAJECTORY_DIR", str(tmp_path)) - # No set_run_context call → run_id still None. - with caplog.at_level("WARNING"): - result = persist_trajectory( - runner_name="deep-agent", - model="m", - question="q", - answer="a", - trajectory=_FakeTrajectory(), - ) - assert result is None - assert any("no run_id" in r.message for r in caplog.records) - - -def test_persist_creates_nested_dir(monkeypatch, tmp_path: Path): - target = tmp_path / "nested" / "trajectories" - monkeypatch.setenv("AGENT_TRAJECTORY_DIR", str(target)) - set_run_context(run_id="r3") - out = persist_trajectory( - runner_name="deep-agent", - model="m", - question="q", - answer="a", - trajectory=_FakeTrajectory(), - ) - assert out == target / "r3.json" - assert target.is_dir() diff --git a/src/observability/tests/test_tracing.py b/src/observability/tests/test_tracing.py deleted file mode 100644 index cea33a38a..000000000 --- a/src/observability/tests/test_tracing.py +++ /dev/null @@ -1,136 +0,0 @@ -"""Unit tests for ``observability.tracing`` and ``observability.runspan``. - -Uses OTEL's :class:`InMemorySpanExporter` so tests run fully offline. -""" - -from __future__ import annotations - -import pytest -from opentelemetry import trace -from opentelemetry.sdk.resources import Resource -from opentelemetry.sdk.trace import TracerProvider -from opentelemetry.sdk.trace.export import SimpleSpanProcessor -from opentelemetry.sdk.trace.export.in_memory_span_exporter import InMemorySpanExporter - -from observability import agent_run_span, get_tracer, init_tracing, set_run_context -from observability import tracing as _tracing -from observability import runspan as _runspan -from observability.runspan import _system_from_model - - -@pytest.fixture -def memory_exporter(monkeypatch): - """Install a fresh InMemorySpanExporter as the global tracer provider.""" - monkeypatch.setattr(_tracing, "_initialized", False) - # Reset OTel's one-shot guard so set_tracer_provider actually installs. - trace._TRACER_PROVIDER_SET_ONCE = type(trace._TRACER_PROVIDER_SET_ONCE)() # type: ignore[attr-defined] - trace._TRACER_PROVIDER = None # type: ignore[attr-defined] - - exporter = InMemorySpanExporter() - provider = TracerProvider(resource=Resource.create({"service.name": "test"})) - provider.add_span_processor(SimpleSpanProcessor(exporter)) - trace.set_tracer_provider(provider) - _runspan._run_id_var.set(None) - _runspan._scenario_id_var.set(None) - yield exporter - exporter.clear() - - -def test_init_tracing_noop_without_env(monkeypatch): - monkeypatch.setattr(_tracing, "_initialized", False) - monkeypatch.delenv("OTEL_EXPORTER_OTLP_ENDPOINT", raising=False) - monkeypatch.delenv("OTEL_EXPORTER_OTLP_TRACES_ENDPOINT", raising=False) - init_tracing("test-service") - assert _tracing._initialized is False - - -def test_init_tracing_skips_when_disabled(monkeypatch): - monkeypatch.setattr(_tracing, "_initialized", False) - monkeypatch.setenv("OTEL_SDK_DISABLED", "true") - monkeypatch.setenv("OTEL_EXPORTER_OTLP_ENDPOINT", "http://localhost:4318") - init_tracing("test-service") - assert _tracing._initialized is False - - -def test_init_tracing_enables_with_file_only(monkeypatch, tmp_path): - """OTEL_TRACES_FILE alone is enough to activate tracing.""" - monkeypatch.setattr(_tracing, "_initialized", False) - monkeypatch.delenv("OTEL_EXPORTER_OTLP_ENDPOINT", raising=False) - monkeypatch.delenv("OTEL_EXPORTER_OTLP_TRACES_ENDPOINT", raising=False) - monkeypatch.delenv("OTEL_SDK_DISABLED", raising=False) - monkeypatch.setenv("OTEL_TRACES_FILE", str(tmp_path / "traces.jsonl")) - trace._TRACER_PROVIDER_SET_ONCE = type(trace._TRACER_PROVIDER_SET_ONCE)() # type: ignore[attr-defined] - trace._TRACER_PROVIDER = None # type: ignore[attr-defined] - - init_tracing("test-service") - assert _tracing._initialized is True - - -def test_get_tracer_returns_tracer(): - """get_tracer() always returns a usable tracer; no-op spans work too.""" - tracer = get_tracer() - with tracer.start_as_current_span("test-span") as span: - span.set_attribute("k", "v") # must not raise on non-recording span - - -def test_agent_run_span_emits_attributes(memory_exporter): - with agent_run_span( - "plan-execute", - model="litellm_proxy/aws/claude-opus-4-6", - question="What sensors are on Chiller 6?", - ) as span: - span.set_attribute("custom.flag", True) - - spans = memory_exporter.get_finished_spans() - assert len(spans) == 1 - s = spans[0] - assert s.name == "agent.run plan-execute" - assert s.attributes["agent.runner"] == "plan-execute" - assert s.attributes["gen_ai.system"] == "anthropic" - assert s.attributes["gen_ai.request.model"] == "litellm_proxy/aws/claude-opus-4-6" - assert s.attributes["agent.question.length"] == len("What sensors are on Chiller 6?") - assert s.attributes["custom.flag"] is True - - -def test_agent_run_span_records_exception(memory_exporter): - with pytest.raises(RuntimeError, match="boom"): - with agent_run_span("claude-agent", model="aws/claude", question="q"): - raise RuntimeError("boom") - - s = memory_exporter.get_finished_spans()[0] - assert s.status.status_code.name == "ERROR" - assert any(e.name == "exception" for e in s.events) - - -def test_set_run_context_seeds_span(memory_exporter): - set_run_context(run_id="ctx-run", scenario_id="scn-9") - with agent_run_span("claude-agent", model="anthropic/claude", question="q"): - pass - - s = memory_exporter.get_finished_spans()[0] - assert s.attributes["agent.run_id"] == "ctx-run" - assert s.attributes["agent.scenario_id"] == "scn-9" - - -def test_run_ids_absent_by_default(memory_exporter): - with agent_run_span("openai-agent", model="openai/gpt-5", question="q"): - pass - - s = memory_exporter.get_finished_spans()[0] - assert "agent.run_id" not in s.attributes - assert "agent.scenario_id" not in s.attributes - - -@pytest.mark.parametrize( - "model_id,expected", - [ - ("litellm_proxy/aws/claude-opus-4-6", "anthropic"), - ("litellm_proxy/azure/gpt-5.4", "azure"), - ("watsonx/meta-llama/llama-3-3-70b-instruct", "watsonx"), - ("anthropic/claude-sonnet-4-6", "anthropic"), - ("openai/gpt-5", "openai"), - ("", "unknown"), - ], -) -def test_system_from_model(model_id, expected): - assert _system_from_model(model_id) == expected diff --git a/src/observability/tracing.py b/src/observability/tracing.py deleted file mode 100644 index d4b12ce44..000000000 --- a/src/observability/tracing.py +++ /dev/null @@ -1,122 +0,0 @@ -"""OpenTelemetry tracing setup for agent runners. - -Two independent sinks are supported; either or both can be enabled: - -* ``OTEL_TRACES_FILE`` — path to append OTLP-JSON lines to. Writes happen - in-process; no Docker or Collector required. The output format is - identical to the OpenTelemetry Collector's ``file`` exporter, so it can - be replayed into any OTLP backend later. -* ``OTEL_EXPORTER_OTLP_ENDPOINT`` (or ``OTEL_EXPORTER_OTLP_TRACES_ENDPOINT``) - — ship spans over HTTP to a live collector (Jaeger, Tempo, Honeycomb, …). - -When neither is set, :func:`init_tracing` is a no-op and :func:`get_tracer` -returns OTel's built-in proxy tracer (non-recording spans), so runner-side -instrumentation code is safe to invoke unconditionally. - -``BatchSpanProcessor`` buffers spans; an :func:`atexit` hook flushes the -provider on process exit so the final agent run's spans are not dropped. -""" - -from __future__ import annotations - -import atexit -import logging -import os -import threading - -from opentelemetry import trace - -_log = logging.getLogger(__name__) - -_initialized = False -_init_lock = threading.Lock() - - -def _traces_file_path() -> str | None: - return os.environ.get("OTEL_TRACES_FILE") or None - - -def _http_endpoint_set() -> bool: - return bool( - os.environ.get("OTEL_EXPORTER_OTLP_ENDPOINT") - or os.environ.get("OTEL_EXPORTER_OTLP_TRACES_ENDPOINT") - ) - - -def _tracing_enabled() -> bool: - if os.environ.get("OTEL_SDK_DISABLED", "").lower() == "true": - return False - return bool(_traces_file_path()) or _http_endpoint_set() - - -def init_tracing(service_name: str) -> None: - """Initialize the global OTEL tracer provider. - - Idempotent. No-op when tracing isn't configured, so callers can invoke - unconditionally from CLI entry points. - """ - global _initialized - if _initialized: - return - if not _tracing_enabled(): - return - - try: - from opentelemetry.sdk.resources import Resource - from opentelemetry.sdk.trace import TracerProvider - from opentelemetry.sdk.trace.export import BatchSpanProcessor - except ImportError as exc: - _log.warning("OTEL SDK not installed; tracing disabled: %s", exc) - return - - with _init_lock: - if _initialized: - return - - provider = TracerProvider(resource=Resource.create({"service.name": service_name})) - - if (path := _traces_file_path()) is not None: - from .file_exporter import OTLPJsonFileExporter - - provider.add_span_processor(BatchSpanProcessor(OTLPJsonFileExporter(path))) - _log.info("OTEL file exporter enabled (path=%s).", path) - - if _http_endpoint_set(): - try: - from opentelemetry.exporter.otlp.proto.http.trace_exporter import ( - OTLPSpanExporter, - ) - except ImportError: - _log.warning( - "opentelemetry-exporter-otlp-proto-http not installed; " - "HTTP export disabled." - ) - else: - provider.add_span_processor(BatchSpanProcessor(OTLPSpanExporter())) - _log.info("OTEL HTTP exporter enabled.") - - trace.set_tracer_provider(provider) - atexit.register(provider.shutdown) - - try: - from opentelemetry.instrumentation.httpx import HTTPXClientInstrumentor - - HTTPXClientInstrumentor().instrument() - except ImportError: - _log.warning( - "opentelemetry-instrumentation-httpx not installed — LiteLLM " - "proxy calls will not be traced from the client side." - ) - - _initialized = True - _log.info("OTEL tracing initialized (service=%s).", service_name) - - -def get_tracer(name: str = "agent"): - """Return an OpenTelemetry :class:`Tracer`. - - When :func:`init_tracing` has not installed a provider, the returned - tracer is OTel's built-in proxy whose spans are non-recording — callers - can unconditionally ``start_as_current_span`` / ``set_attribute``. - """ - return trace.get_tracer(name) diff --git a/src/scenarios/huggingface/readme.md b/src/scenarios/huggingface/readme.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/scenarios/local/readme.md b/src/scenarios/local/readme.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/scenarios/local/vibration_utterance.json b/src/scenarios/local/vibration_utterance.json deleted file mode 100644 index 19e8434ac..000000000 --- a/src/scenarios/local/vibration_utterance.json +++ /dev/null @@ -1,170 +0,0 @@ -[ - { - "id": 301, - "type": "Vibration", - "text": "What vibration analysis capabilities are available?", - "category": "Knowledge Query", - "characteristic_form": "The expected response should list: FFT spectrum analysis, envelope analysis for bearing faults, bearing characteristic frequency calculation (BPFO/BPFI/BSF/FTF), ISO 10816 vibration severity assessment, and full automated diagnosis." - }, - { - "id": 302, - "type": "Vibration", - "text": "What bearings are available in the built-in database?", - "category": "Knowledge Query", - "characteristic_form": "The expected response should include bearing designations such as 6205, 6206, 6207, 6208, 6305, 6306, NU205, NU206, 7205 with their geometric parameters (number of balls, ball diameter, pitch diameter)." - }, - { - "id": 303, - "type": "Vibration", - "text": "How does the ISO 10816 vibration severity classification work?", - "category": "Knowledge Query", - "characteristic_form": "The expected response should describe four zones: A (good), B (acceptable), C (barely tolerable), D (not permissible), and four machine groups (group1 through group4) with different velocity thresholds in mm/s." - }, - { - "id": 304, - "type": "Vibration", - "text": "Calculate the bearing characteristic frequencies for a 6205 bearing running at 1800 RPM.", - "category": "Bearing Analysis", - "characteristic_form": "The expected response should provide BPFO, BPFI, BSF, and FTF frequencies in Hz computed from the 6205 geometry (9 balls, ball_dia=7.938 mm, pitch_dia=38.5 mm) at 1800 RPM." - }, - { - "id": 305, - "type": "Vibration", - "text": "Calculate bearing fault frequencies for a bearing with 8 balls, 10.3 mm ball diameter, 46.0 mm pitch diameter, 15 degree contact angle at 3600 RPM.", - "category": "Bearing Analysis", - "characteristic_form": "The expected response should provide the computed BPFO, BPFI, BSF, and FTF values in Hz using the provided custom geometry and RPM." - }, - { - "id": 306, - "type": "Vibration", - "text": "What is the vibration severity classification for a machine with an RMS velocity of 4.5 mm/s? It is a medium-sized machine on rigid foundations.", - "category": "Condition Assessment", - "characteristic_form": "The expected response should classify 4.5 mm/s as ISO 10816 Zone C (Alarm - not suitable for long-term operation) for a group2 machine, with thresholds context (A=1.4, B=2.8, C=7.1 mm/s)." - }, - { - "id": 307, - "type": "Vibration", - "text": "Assess vibration severity for a large machine on flexible foundations with 12.0 mm/s RMS velocity.", - "category": "Condition Assessment", - "characteristic_form": "The expected response should classify 12.0 mm/s under group3 (large machine, flexible foundation) and determine the appropriate ISO 10816 zone." - }, - { - "id": 308, - "type": "Vibration", - "text": "Fetch vibration sensor data from Motor_01, sensor Vibration_X, from 2024-01-15 to 2024-01-15T01:00:00 at site PLANT_A.", - "category": "Data Retrieval", - "characteristic_form": "The expected response should load time-series data from CouchDB for asset 'Motor_01', sensor 'Vibration_X', return a data_id, sample count, duration, and basic statistics (RMS, peak, mean). Note: CouchDB must be populated with vibration time-series data (acceleration in g, sampled at >= 1 kHz) for this scenario to execute." - }, - { - "id": 309, - "type": "Vibration", - "text": "What vibration sensors are available for Motor_01 at site PLANT_A?", - "category": "Data Retrieval", - "characteristic_form": "The expected response should call list_vibration_sensors for asset 'Motor_01' at site PLANT_A and return a list of available sensor field names (e.g., Vibration_X, Vibration_Y, Vibration_Z) as stored in CouchDB. Note: CouchDB must be populated with vibration sensor documents for this scenario to execute." - }, - { - "id": 310, - "type": "Vibration", - "text": "Compute the FFT spectrum for signal 'vib_001' and return the top 5 peak frequencies with amplitudes.", - "category": "Signal Analysis", - "characteristic_form": "The expected response should provide the top 5 frequency peaks with amplitudes, maximum amplitude and its frequency, RMS spectral value, frequency resolution, and total spectral bins." - }, - { - "id": 311, - "type": "Vibration", - "text": "Compute the FFT spectrum of signal 'vib_001' using a Blackman window and return the top 5 peaks.", - "category": "Signal Analysis", - "characteristic_form": "The expected response should compute an FFT with a Blackman window and return the top 5 peak frequencies with amplitudes, confirming the window type used." - }, - { - "id": 312, - "type": "Vibration", - "text": "Compute the envelope spectrum of signal 'vib_001' using a bandpass filter from 500 Hz to 1500 Hz (Hilbert transform) and return the top 5 peaks.", - "category": "Signal Analysis", - "characteristic_form": "The expected response should compute the envelope spectrum using a 500-1500 Hz bandpass filter and Hilbert transform, and return the top 5 peak frequencies in the demodulated spectrum." - }, - { - "id": 313, - "type": "Vibration", - "text": "Run a full vibration diagnosis on signal 'vib_001' at 1800 RPM with bearing 6205.", - "category": "Diagnosis", - "characteristic_form": "The expected response should include: shaft feature extraction (1x, 2x, 3x amplitudes), bearing fault frequency analysis using 6205 geometry, ISO 10816 severity assessment, fault classification (unbalance, misalignment, looseness, bearing), and a markdown diagnostic report." - }, - { - "id": 314, - "type": "Vibration", - "text": "Diagnose signal 'vib_001' at 3600 RPM using custom bearing geometry: 8 balls, 10.3 mm ball diameter, 46 mm pitch diameter.", - "category": "Diagnosis", - "characteristic_form": "The expected response should perform full diagnosis including custom bearing frequency calculation, envelope analysis, shaft features, ISO 10816 assessment, and fault classification with a summary report." - }, - { - "id": 315, - "type": "Vibration", - "text": "Run vibration diagnosis without RPM on signal 'vib_001'.", - "category": "Diagnosis", - "characteristic_form": "The expected response should provide a partial diagnosis with a warning that shaft-frequency analysis was skipped, basic signal statistics (RMS, peak, crest factor, kurtosis), FFT summary, and ISO 10816 severity." - }, - { - "id": 316, - "type": "Vibration", - "text": "Diagnose signal 'vib_001' using bearing fault frequencies directly: BPFO=87.5 Hz, BPFI=132.5 Hz, BSF=57.3 Hz, FTF=9.7 Hz at 1800 RPM.", - "category": "Diagnosis", - "characteristic_form": "The expected response should use the provided fault frequencies directly (rather than computing them), perform envelope analysis, and check for peaks at those specific frequencies and their harmonics." - }, - { - "id": 317, - "type": "Vibration", - "text": "Is unbalance detected in signal 'vib_001'? The machine runs at 1500 RPM.", - "category": "Fault Classification", - "characteristic_form": "The expected response should analyze the 1x shaft frequency (25 Hz) amplitude relative to 2x and 3x harmonics. Unbalance is indicated by a dominant 1x component." - }, - { - "id": 318, - "type": "Vibration", - "text": "Check if there are signs of shaft misalignment in signal 'vib_001'. RPM is 3000.", - "category": "Fault Classification", - "characteristic_form": "The expected response should check if the 2x shaft frequency component (100 Hz) is elevated relative to 1x (50 Hz), which indicates shaft misalignment." - }, - { - "id": 319, - "type": "Vibration", - "text": "Analyze signal 'vib_001' for mechanical looseness at 1800 RPM.", - "category": "Fault Classification", - "characteristic_form": "The expected response should check for sub-harmonic (0.5x) and higher harmonics (3x+) of the shaft frequency, elevated crest factor, and presence of half-shaft-frequency component." - }, - { - "id": 320, - "type": "Vibration", - "text": "Check for outer race bearing fault (BPFO) in signal 'vib_001'. Shaft speed 1800 RPM, bearing model 6205.", - "category": "Fault Classification", - "characteristic_form": "The expected response should compute BPFO from 6205 geometry at 1800 RPM, perform envelope analysis, and check for peaks at BPFO and its harmonics (2x, 3x BPFO)." - }, - { - "id": 321, - "type": "Vibration", - "text": "Motor_01 at site PLANT_A is showing increased noise levels. Retrieve the vibration data for sensor Vibration_X from 2024-01-15 to 2024-01-15T01:00:00 and identify the most likely root cause.", - "category": "Diagnostic", - "characteristic_form": "The expected response should retrieve data via get_vibration_data, run diagnose_vibration or a combination of FFT and fault classification tools, and conclude with the most likely fault type (e.g., unbalance, misalignment, looseness, bearing defect) supported by spectral evidence." - }, - { - "id": 322, - "type": "Vibration", - "text": "A maintenance technician reports that Motor_01 vibrates more than usual. Fetch the Vibration_X sensor data from 2024-01-15 to 2024-01-15T00:30:00 at site PLANT_A, compute the FFT spectrum (top 5 peaks), assess severity, and explain what the dominant frequencies suggest.", - "category": "Diagnostic", - "characteristic_form": "The expected response should chain get_vibration_data, compute_fft_spectrum, and assess_vibration_severity, then reason about the peak frequencies in relation to potential fault mechanisms (shaft speed harmonics, bearing defects, structural resonance)." - }, - { - "id": 323, - "type": "Vibration", - "text": "After diagnosing signal 'vib_001' at 1800 RPM with bearing 6205, the ISO severity is Zone C and outer race fault is suspected. Should we schedule immediate maintenance or can the machine continue operating? Justify the recommendation.", - "category": "Decision Support", - "characteristic_form": "The expected response should reference ISO 10816 Zone C meaning (barely tolerable), the bearing fault evidence, and provide a justified maintenance recommendation. The response should note that ISO 10816 thresholds are conservative and may produce false positives, but remain the accepted standard in commercial condition monitoring systems. The recommendation should balance this conservatism against the specific bearing fault evidence." - }, - { - "id": 324, - "type": "Vibration", - "text": "Compare the vibration condition of two signals: 'vib_001' shows 2.1 mm/s RMS velocity (group2 machine) and 'vib_002' shows 7.8 mm/s RMS velocity (group2 machine). Which machine should be prioritized for maintenance and why?", - "category": "Decision Support", - "characteristic_form": "The expected response should call assess_vibration_severity for both values, compare the ISO zones (A/B vs C/D), and recommend maintenance prioritization with justification based on severity difference and risk." - } - ] diff --git a/src/servers/__init__.py b/src/servers/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/fmsr/__init__.py b/src/servers/fmsr/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/fmsr/failure_modes.yaml b/src/servers/fmsr/failure_modes.yaml deleted file mode 100644 index 16712b8ee..000000000 --- a/src/servers/fmsr/failure_modes.yaml +++ /dev/null @@ -1,15 +0,0 @@ -chiller: - - "Compressor Overheating: Failed due to Normal wear, overheating" - - "Heat Exchangers: Fans: Degraded motor or worn bearing due to Normal use" - - "Evaporator Water side fouling" - - "Condenser Water side fouling" - - "Condenser Improper water side flow rate" - - "Purge Unit Excessive purge" - - "Refrigerant Operated Control Valve Failed spring" - -ahu: - - "Pressure Regulators Diaphragm failure" - - "Steam Heating Coils Air side fouling" - - "Belts or sheaves Wear" - - "Improper switch position" - - "Solenoid Valves Bound due to hardened grease" diff --git a/src/servers/fmsr/main.py b/src/servers/fmsr/main.py deleted file mode 100644 index 1638b7629..000000000 --- a/src/servers/fmsr/main.py +++ /dev/null @@ -1,289 +0,0 @@ -"""FMSR (Failure Mode and Sensor Reasoning) MCP Server. - -Exposes two tools: - get_failure_modes – lists failure modes for an asset - get_failure_mode_sensor_mapping – returns bidirectional FM↔sensor relevancy mapping - -For chillers and AHUs get_failure_modes returns a curated hardcoded list. -For any other asset type the LLM is queried as a fallback. -The mapping tool always calls the LLM to determine per-pair relevancy. - -LLM backend is configured via the FMSR_MODEL_ID environment variable -(default: ``watsonx/meta-llama/llama-3-3-70b-instruct``). Any model string -supported by litellm works — the provider is encoded in the prefix. -""" - -from __future__ import annotations - -import logging -import os -import re -from pathlib import Path -from typing import Dict, List, Union - -from concurrent.futures import ThreadPoolExecutor, as_completed - -import yaml -from dotenv import load_dotenv -from mcp.server.fastmcp import FastMCP -from pydantic import BaseModel - -load_dotenv() - -_log_level = getattr(logging, os.environ.get("LOG_LEVEL", "WARNING").upper(), logging.WARNING) -logging.basicConfig(level=_log_level) -logger = logging.getLogger("fmsr-mcp-server") - - -# ── Hardcoded asset data ────────────────────────────────────────────────────── - -_FAILURE_MODES_FILE = Path(__file__).parent / "failure_modes.yaml" -with _FAILURE_MODES_FILE.open() as _f: - _ASSET_FAILURE_MODES: dict[str, list[str]] = yaml.safe_load(_f) - - -# ── Prompt templates ────────────────────────────────────────────────────────── - -_ASSET2FM_PROMPT = ( - "What are different failure modes for asset {asset_name}?\n" - "Your response should be a numbered list with each failure mode on a new line. " - "Please only list the failure mode name.\n" - "For example: \n\n1. foo\n\n2. bar\n\n3. baz" -) - -_RELEVANCY_PROMPT = ( - "For the asset {asset_name}, if the failure {failure_mode} occurs, " - "can sensor {sensor} help monitor or detect the failure for {asset_name}?\n" - "Provide the answer in the first line and reason in the second line. " - "If the answer is Yes, provide the temporal behaviour of the sensor " - "when the failure occurs in the third line." -) - - -# ── Output parsers ──────────────────────────────────────────────────────────── - -def _parse_numbered_list(text: str) -> list[str]: - """Parse a numbered list response into a plain list of strings.""" - items = [] - for line in text.splitlines(): - m = re.match(r"^\d+[\.\)]\s*(.+)", line.strip()) - if m: - items.append(m.group(1).strip()) - return items - - -def _parse_relevancy(text: str) -> dict: - """Parse a 3-line relevancy response into {answer, reason, temporal_behavior}.""" - lines = [ln for ln in text.strip().splitlines() if ln.strip()] - if lines and lines[0].lower().startswith("yes"): - answer = "Yes" - elif lines and lines[0].lower().startswith("no"): - answer = "No" - else: - answer = "Unknown" - reason = lines[1] if len(lines) >= 2 else "Unknown" - temporal = lines[2] if (answer == "Yes" and len(lines) >= 3) else "Unknown" - return {"answer": answer, "reason": reason, "temporal_behavior": temporal} - - -# ── LLM backend (lazy init; graceful degradation if creds are absent) ───────── - -_DEFAULT_MODEL_ID = "watsonx/meta-llama/llama-3-3-70b-instruct" -_MAX_RETRIES = 3 - - -def _build_llm(): - from llm import LiteLLMBackend - - model_id = os.environ.get("FMSR_MODEL_ID", _DEFAULT_MODEL_ID) - if model_id.startswith("watsonx/"): - missing = [v for v in ("WATSONX_APIKEY", "WATSONX_PROJECT_ID") if not os.environ.get(v)] - if missing: - raise RuntimeError(f"Missing env vars for WatsonX: {missing}") - else: - missing = [v for v in ("LITELLM_API_KEY", "LITELLM_BASE_URL") if not os.environ.get(v)] - if missing: - raise RuntimeError(f"Missing env vars for LiteLLM: {missing}") - return LiteLLMBackend(model_id) - - -try: - _llm = _build_llm() - _llm_available = True -except Exception as _e: - logger.warning("LLM unavailable (FMSR will use curated data only): %s", _e) - _llm = None - _llm_available = False - - -# ── LLM call helpers with retry ─────────────────────────────────────────────── - -_asset2fm_cache: dict[str, list[str]] = {} - - -def _call_asset2fm(asset_name: str) -> list[str]: - """Query the LLM for failure modes of an asset. Retries up to _MAX_RETRIES times. - Results are cached to avoid redundant LLM calls for the same asset.""" - if asset_name in _asset2fm_cache: - return _asset2fm_cache[asset_name] - - prompt = _ASSET2FM_PROMPT.format(asset_name=asset_name) - last_exc: Exception | None = None - for _ in range(_MAX_RETRIES): - try: - result = _parse_numbered_list(_llm.generate(prompt)) - _asset2fm_cache[asset_name] = result - return result - except Exception as exc: - last_exc = exc - raise last_exc - - -def _call_relevancy(asset_name: str, failure_mode: str, sensor: str) -> dict: - """Query the LLM for FM↔sensor relevancy. Retries up to _MAX_RETRIES times.""" - prompt = _RELEVANCY_PROMPT.format( - asset_name=asset_name, failure_mode=failure_mode, sensor=sensor - ) - last_exc: Exception | None = None - for _ in range(_MAX_RETRIES): - try: - return _parse_relevancy(_llm.generate(prompt)) - except Exception as exc: - last_exc = exc - raise last_exc - - -# ── Result models ───────────────────────────────────────────────────────────── - -class ErrorResult(BaseModel): - error: str - - -class FailureModesResult(BaseModel): - asset_name: str - failure_modes: List[str] - - -class RelevancyEntry(BaseModel): - asset_name: str - failure_mode: str - sensor: str - relevancy_answer: str - relevancy_reason: str - temporal_behavior: str - - -class MappingMetadata(BaseModel): - asset_name: str - failure_modes: List[str] - sensors: List[str] - - -class FailureModeSensorMappingResult(BaseModel): - metadata: MappingMetadata - fm2sensor: Dict[str, List[str]] - sensor2fm: Dict[str, List[str]] - full_relevancy: List[RelevancyEntry] - - -# ── FastMCP server ──────────────────────────────────────────────────────────── - -mcp = FastMCP("fmsr", instructions="Failure mode and sensor reasoning: get failure modes for assets and determine which sensors can detect each failure.") - - -@mcp.tool(title="Get Failure Modes") -def get_failure_modes(asset_name: str) -> Union[FailureModesResult, ErrorResult]: - """Returns a list of known failure modes for the given asset. - For chillers and AHUs returns a curated list. For other assets queries the LLM.""" - asset_key = re.sub(r"\d+", "", asset_name).strip().lower() - if not asset_key or asset_key == "none": - return ErrorResult(error="asset_name is required") - - if asset_key in _ASSET_FAILURE_MODES: - return FailureModesResult( - asset_name=asset_name, - failure_modes=_ASSET_FAILURE_MODES[asset_key], - ) - - if not _llm_available: - return ErrorResult(error="LLM unavailable and asset not in local database") - - try: - result = _call_asset2fm(asset_name) - return FailureModesResult(asset_name=asset_name, failure_modes=result) - except Exception as exc: - logger.error("_call_asset2fm failed: %s", exc) - return ErrorResult(error=str(exc)) - - -@mcp.tool(title="Get Failure Mode Sensor Mapping") -def get_failure_mode_sensor_mapping( - asset_name: str, - failure_modes: List[str], - sensors: List[str], -) -> Union[FailureModeSensorMappingResult, ErrorResult]: - """For each (failure_mode, sensor) pair determines whether the sensor can detect - the failure. Returns a bidirectional mapping (fm→sensors, sensor→fms) plus - the full per-pair relevancy details. - - Note: one LLM call is made per (failure_mode, sensor) pair sequentially. - Keep both lists small (e.g. ≤5 failure modes, ≤10 sensors) to avoid long - runtimes. For a chiller with 7 failure modes and 20+ sensors the call will - take several minutes.""" - if not asset_name: - return ErrorResult(error="asset_name is required") - if not failure_modes: - return ErrorResult(error="failure_modes list is required") - if not sensors: - return ErrorResult(error="sensors list is required") - if not _llm_available: - return ErrorResult(error="LLM unavailable") - - full_relevancy: List[RelevancyEntry] = [] - fm2sensor: Dict[str, List[str]] = {} - sensor2fm: Dict[str, List[str]] = {} - - try: - pairs = [(s, fm) for s in sensors for fm in failure_modes] - with ThreadPoolExecutor() as executor: - futures = { - executor.submit(_call_relevancy, asset_name, fm, s): (s, fm) - for s, fm in pairs - } - for future in as_completed(futures): - s, fm = futures[future] - gen = future.result() - entry = RelevancyEntry( - asset_name=asset_name, - failure_mode=fm, - sensor=s, - relevancy_answer=gen["answer"], - relevancy_reason=gen["reason"], - temporal_behavior=gen["temporal_behavior"], - ) - full_relevancy.append(entry) - if "yes" in gen["answer"].lower(): - fm2sensor.setdefault(fm, []).append(s) - sensor2fm.setdefault(s, []).append(fm) - except Exception as exc: - logger.error("_call_relevancy failed: %s", exc) - return ErrorResult(error=str(exc)) - - return FailureModeSensorMappingResult( - metadata=MappingMetadata( - asset_name=asset_name, - failure_modes=failure_modes, - sensors=sensors, - ), - fm2sensor=fm2sensor, - sensor2fm=sensor2fm, - full_relevancy=full_relevancy, - ) - - -def main(): - mcp.run(transport="stdio") - - -if __name__ == "__main__": - main() diff --git a/src/servers/fmsr/tests/__init__.py b/src/servers/fmsr/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/fmsr/tests/conftest.py b/src/servers/fmsr/tests/conftest.py deleted file mode 100644 index 4a1959c69..000000000 --- a/src/servers/fmsr/tests/conftest.py +++ /dev/null @@ -1,43 +0,0 @@ -import json -import os - -import pytest -from unittest.mock import MagicMock, patch - -requires_watsonx = pytest.mark.skipif( - os.environ.get("WATSONX_APIKEY") is None, - reason="WatsonX not available (set WATSONX_APIKEY)", -) - - -async def call_tool(mcp_instance, tool_name: str, args: dict) -> dict: - """Helper: call an MCP tool and return parsed JSON response.""" - contents, _ = await mcp_instance.call_tool(tool_name, args) - return json.loads(contents[0].text) - - -@pytest.fixture -def no_llm(): - """Simulate missing WatsonX credentials.""" - with patch("servers.fmsr.main._llm_available", False): - yield - - -@pytest.fixture -def mock_relevancy_chain(): - """Patch _call_relevancy so it always returns 'Yes' without calling the LLM.""" - mock = MagicMock( - return_value={"answer": "Yes", "reason": "Relevant sensor", "temporal_behavior": "Increases"} - ) - with patch("servers.fmsr.main._call_relevancy", mock): - with patch("servers.fmsr.main._llm_available", True): - yield mock - - -@pytest.fixture -def mock_asset2fm_chain(): - """Patch _call_asset2fm to return a fixed failure mode list.""" - mock = MagicMock(return_value=["Fan Failure", "Belt Wear"]) - with patch("servers.fmsr.main._call_asset2fm", mock): - with patch("servers.fmsr.main._llm_available", True): - yield mock diff --git a/src/servers/fmsr/tests/test_tools.py b/src/servers/fmsr/tests/test_tools.py deleted file mode 100644 index 3bbc3129d..000000000 --- a/src/servers/fmsr/tests/test_tools.py +++ /dev/null @@ -1,136 +0,0 @@ -"""Tests for FMSR MCP server tools. - -Unit tests use mocked LLM chains; integration tests require live WatsonX -credentials (skipped unless WATSONX_APIKEY is set). -""" - -import pytest -from servers.fmsr.main import mcp -from .conftest import call_tool, requires_watsonx - - -# --------------------------------------------------------------------------- -# get_failure_modes -# --------------------------------------------------------------------------- - - -class TestGetFailureModes: - @pytest.mark.anyio - async def test_chiller_returns_hardcoded(self): - data = await call_tool(mcp, "get_failure_modes", {"asset_name": "chiller"}) - assert "failure_modes" in data - assert len(data["failure_modes"]) == 7 - assert any("Compressor" in fm for fm in data["failure_modes"]) - - @pytest.mark.anyio - async def test_chiller_number_stripped(self): - """'Chiller 6' normalises to 'chiller' for the lookup.""" - data = await call_tool(mcp, "get_failure_modes", {"asset_name": "Chiller 6"}) - assert "failure_modes" in data - assert len(data["failure_modes"]) == 7 - - @pytest.mark.anyio - async def test_ahu_returns_hardcoded(self): - data = await call_tool(mcp, "get_failure_modes", {"asset_name": "ahu"}) - assert "failure_modes" in data - assert len(data["failure_modes"]) == 5 - - @pytest.mark.anyio - async def test_empty_asset_name_returns_error(self): - data = await call_tool(mcp, "get_failure_modes", {"asset_name": ""}) - assert "error" in data - - @pytest.mark.anyio - async def test_unknown_asset_no_llm(self, no_llm): - data = await call_tool(mcp, "get_failure_modes", {"asset_name": "Pump"}) - assert "error" in data - - @pytest.mark.anyio - async def test_unknown_asset_llm_fallback(self, mock_asset2fm_chain): - data = await call_tool(mcp, "get_failure_modes", {"asset_name": "Pump"}) - assert "failure_modes" in data - assert data["failure_modes"] == ["Fan Failure", "Belt Wear"] - mock_asset2fm_chain.assert_called_once_with("Pump") - - @requires_watsonx - @pytest.mark.anyio - async def test_unknown_asset_integration(self): - data = await call_tool(mcp, "get_failure_modes", {"asset_name": "Boiler"}) - assert "failure_modes" in data - assert len(data["failure_modes"]) > 0 - - -# --------------------------------------------------------------------------- -# get_failure_mode_sensor_mapping -# --------------------------------------------------------------------------- - - -_FAILURE_MODES = ["Compressor Overheating", "Condenser Water side fouling"] -_SENSORS = ["Chiller 6 Power Input", "Chiller 6 Supply Temperature"] - - -class TestGetFailureModeSensorMapping: - @pytest.mark.anyio - async def test_returns_expected_keys(self, mock_relevancy_chain): - data = await call_tool( - mcp, - "get_failure_mode_sensor_mapping", - {"asset_name": "Chiller 6", "failure_modes": _FAILURE_MODES, "sensors": _SENSORS}, - ) - assert "fm2sensor" in data - assert "sensor2fm" in data - assert "full_relevancy" in data - assert data["metadata"]["asset_name"] == "Chiller 6" - - @pytest.mark.anyio - async def test_full_relevancy_count(self, mock_relevancy_chain): - """2 sensors × 2 failure modes = 4 pairs.""" - data = await call_tool( - mcp, - "get_failure_mode_sensor_mapping", - {"asset_name": "Chiller 6", "failure_modes": _FAILURE_MODES, "sensors": _SENSORS}, - ) - assert len(data["full_relevancy"]) == 4 - - @pytest.mark.anyio - async def test_empty_failure_modes_returns_error(self, mock_relevancy_chain): - data = await call_tool( - mcp, - "get_failure_mode_sensor_mapping", - {"asset_name": "Chiller 6", "failure_modes": [], "sensors": _SENSORS}, - ) - assert "error" in data - - @pytest.mark.anyio - async def test_empty_sensors_returns_error(self, mock_relevancy_chain): - data = await call_tool( - mcp, - "get_failure_mode_sensor_mapping", - {"asset_name": "Chiller 6", "failure_modes": _FAILURE_MODES, "sensors": []}, - ) - assert "error" in data - - @pytest.mark.anyio - async def test_llm_unavailable_returns_error(self, no_llm): - data = await call_tool( - mcp, - "get_failure_mode_sensor_mapping", - {"asset_name": "Chiller 6", "failure_modes": _FAILURE_MODES, "sensors": _SENSORS}, - ) - assert "error" in data - - @requires_watsonx - @pytest.mark.anyio - async def test_integration(self): - data = await call_tool( - mcp, - "get_failure_mode_sensor_mapping", - { - "asset_name": "Chiller 6", - "failure_modes": ["Compressor Overheating"], - "sensors": ["Chiller 6 Power Input"], - }, - ) - assert "full_relevancy" in data - assert len(data["full_relevancy"]) == 1 - assert data["full_relevancy"][0]["relevancy_answer"] in ("Yes", "No", "Unknown") diff --git a/src/servers/iot/__init__.py b/src/servers/iot/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/iot/main.py b/src/servers/iot/main.py deleted file mode 100644 index 9e4732087..000000000 --- a/src/servers/iot/main.py +++ /dev/null @@ -1,224 +0,0 @@ -import os -import logging -from datetime import datetime -from functools import lru_cache -from typing import Any, Dict, List, Optional, Union -from mcp.server.fastmcp import FastMCP -from pydantic import BaseModel -import couchdb3 -from dotenv import load_dotenv - -load_dotenv() - -# Setup logging — default WARNING so stderr stays quiet when used as MCP server; -# set LOG_LEVEL=INFO (or DEBUG) in the environment to see verbose output. -_log_level = getattr( - logging, os.environ.get("LOG_LEVEL", "WARNING").upper(), logging.WARNING -) -logging.basicConfig(level=_log_level) -logger = logging.getLogger("iot-mcp-server") - -# Configuration from environment -COUCHDB_URL = os.environ.get("COUCHDB_URL") -COUCHDB_DBNAME = os.environ.get("IOT_DBNAME") -COUCHDB_USERNAME = os.environ.get("COUCHDB_USERNAME") -COUCHDB_PASSWORD = os.environ.get("COUCHDB_PASSWORD") - -# Initialize CouchDB -try: - db = couchdb3.Database( - COUCHDB_DBNAME, - url=COUCHDB_URL, - user=COUCHDB_USERNAME, - password=COUCHDB_PASSWORD, - ) - logger.info(f"Connected to CouchDB: {COUCHDB_DBNAME}") -except Exception as e: - logger.error(f"Failed to connect to CouchDB: {e}") - db = None - -mcp = FastMCP("iot", instructions="IoT sensor data: browse sites, assets, sensors, and query historical readings from CouchDB.") - -# Static site as per original requirement -SITES = ["MAIN"] - - -class ErrorResult(BaseModel): - error: str - - -class SitesResult(BaseModel): - sites: List[str] - - -class AssetsResult(BaseModel): - site_name: str - total_assets: int - assets: List[str] - message: str - - -class SensorsResult(BaseModel): - site_name: str - asset_id: str - total_sensors: int - sensors: List[str] - message: str - - -class HistoryResult(BaseModel): - site_name: str - asset_id: str - total_observations: int - start: str - final: Optional[str] - observations: List[Dict[str, Any]] - message: str - - -_asset_list_cache: Optional[List[str]] = None - - -def get_asset_list() -> List[str]: - """Helper to fetch unique asset IDs from CouchDB. Result is cached after - the first successful call to avoid repeated full-table scans.""" - global _asset_list_cache - if _asset_list_cache is not None: - return _asset_list_cache - - if not db: - return [] - - try: - # We limit the fields to just asset_id to minimize data transfer - res = db.find( - {"asset_id": {"$exists": True}}, fields=["asset_id"], limit=100000 - ) - assets = {doc["asset_id"] for doc in res["docs"] if "asset_id" in doc} - _asset_list_cache = sorted(list(assets)) - return _asset_list_cache - except Exception as e: - logger.error(f"Error fetching assets: {e}") - return [] - - -_sensor_list_cache: Dict[str, List[str]] = {} - - -def get_sensor_list(asset_id: str) -> List[str]: - """Helper to fetch sensor names for a given asset from CouchDB. - Result is cached per asset_id after the first successful call.""" - if asset_id in _sensor_list_cache: - return _sensor_list_cache[asset_id] - - if not db: - return [] - - try: - # Get one document for the asset to inspect keys - res = db.find({"asset_id": asset_id}, limit=1) - if not res["docs"]: - return [] - - doc = res["docs"][0] - # Exclude metadata and standard fields - exclude = {"_id", "_rev", "asset_id", "timestamp"} - sensors = sorted(key for key in doc.keys() if key not in exclude) - _sensor_list_cache[asset_id] = sensors - return sensors - except Exception as e: - logger.error(f"Error fetching sensors for {asset_id}: {e}") - return [] - - -@mcp.tool(title="List Sites") -def sites() -> SitesResult: - """Retrieves a list of sites. Each site is represented by a name.""" - return SitesResult(sites=SITES) - - -@mcp.tool(title="List Assets") -def assets(site_name: str) -> Union[AssetsResult, ErrorResult]: - """Returns a list of assets for a given site. Each asset includes an id and a name.""" - if site_name not in SITES: - return ErrorResult(error=f"unknown site {site_name}") - - asset_list = get_asset_list() - return AssetsResult( - site_name=site_name, - total_assets=len(asset_list), - assets=asset_list, - message=f"found {len(asset_list)} asset ids for site_name {site_name}: {', '.join(asset_list)}.", - ) - - -@mcp.tool(title="List Sensors") -def sensors(site_name: str, asset_id: str) -> Union[SensorsResult, ErrorResult]: - """Lists the sensors available for a specified asset at a given site.""" - if site_name not in SITES: - return ErrorResult(error=f"unknown site {site_name}") - - sensor_list = get_sensor_list(asset_id) - if not sensor_list: - return ErrorResult(error=f"unknown asset_id {asset_id} or no sensors found") - - return SensorsResult( - site_name=site_name, - asset_id=asset_id, - total_sensors=len(sensor_list), - sensors=sensor_list, - message=f"found {len(sensor_list)} sensors for asset_id {asset_id} and site_name {site_name}: {', '.join(sensor_list)}.", - ) - - -@mcp.tool(title="Get Sensor History") -def history( - site_name: str, asset_id: str, start: str, final: Optional[str] = None -) -> Union[HistoryResult, ErrorResult]: - """Returns a list of historical sensor values for the specified asset(s) at a site within a given time range (start to final).""" - try: - start_iso = datetime.fromisoformat(start).isoformat() - if final: - datetime.fromisoformat(final) - if start >= final: - return ErrorResult(error="start >= final") - except ValueError as e: - return ErrorResult(error=f"Invalid date format: {e}") - - if not db: - return ErrorResult(error="CouchDB not connected") - - selector = { - "asset_id": asset_id, - "timestamp": {"$gte": start_iso}, - } - if final: - selector["timestamp"]["$lt"] = datetime.fromisoformat(final).isoformat() - - logger.info(f"Querying CouchDB with selector: {selector}") - try: - res = db.find( - selector, limit=1000, sort=[{"asset_id": "asc"}, {"timestamp": "asc"}] - ) - docs = res["docs"] - return HistoryResult( - site_name=site_name, - asset_id=asset_id, - total_observations=len(docs), - start=start, - final=final, - observations=docs, - message=f"found {len(docs)} observations for asset_id {asset_id} from {start} to {final or 'now'}.", - ) - except Exception as e: - logger.error(f"CouchDB query failed: {e}") - return ErrorResult(error=str(e)) - - -def main(): - # Initialize and run the server - mcp.run(transport="stdio") - - -if __name__ == "__main__": - main() diff --git a/src/servers/iot/tests/__init__.py b/src/servers/iot/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/iot/tests/conftest.py b/src/servers/iot/tests/conftest.py deleted file mode 100644 index 83a9ef3df..000000000 --- a/src/servers/iot/tests/conftest.py +++ /dev/null @@ -1,51 +0,0 @@ -import json -import os - -from dotenv import load_dotenv -import pytest -from unittest.mock import patch - -load_dotenv() - -# --- Custom markers --- - - -def _couchdb_reachable() -> bool: - url = os.environ.get("COUCHDB_URL") - if not url: - return False - try: - import requests - requests.get(url, timeout=2) - return True - except Exception: - return False - - -requires_couchdb = pytest.mark.skipif( - not _couchdb_reachable(), - reason="CouchDB not reachable (set COUCHDB_URL and ensure CouchDB is running)", -) - - -# --- Fixtures --- - - -@pytest.fixture -def mock_db(): - """Patch the module-level `db` object in main with a mock.""" - with patch("servers.iot.main.db") as mock: - yield mock - - -@pytest.fixture -def no_db(): - """Patch the module-level `db` to None (simulate disconnected CouchDB).""" - with patch("servers.iot.main.db", None): - yield - - -async def call_tool(mcp_instance, tool_name: str, args: dict) -> dict: - """Helper: call an MCP tool and return parsed JSON response.""" - contents, _ = await mcp_instance.call_tool(tool_name, args) - return json.loads(contents[0].text) diff --git a/src/servers/iot/tests/test_couchdb.py b/src/servers/iot/tests/test_couchdb.py deleted file mode 100644 index 36fea30cc..000000000 --- a/src/servers/iot/tests/test_couchdb.py +++ /dev/null @@ -1,44 +0,0 @@ -"""Infrastructure tests: verify CouchDB connectivity and sample data.""" - -import os - -import pytest -import couchdb3 -import requests -from dotenv import load_dotenv - -from .conftest import requires_couchdb - -load_dotenv() - -COUCHDB_URL = os.environ.get("COUCHDB_URL", "") -COUCHDB_HOST = COUCHDB_URL.replace("http://", "").replace("https://", "") -COUCHDB_USERNAME = os.environ.get("COUCHDB_USERNAME", "") -COUCHDB_PASSWORD = os.environ.get("COUCHDB_PASSWORD", "") -COUCHDB_DBNAME = os.environ.get("IOT_DBNAME", "") - -FULL_URL = f"http://{COUCHDB_USERNAME}:{COUCHDB_PASSWORD}@{COUCHDB_HOST}" - - -@pytest.fixture -def couchdb_client(): - return couchdb3.Server(FULL_URL) - - -@requires_couchdb -class TestCouchDBInfrastructure: - def test_connection(self): - resp = requests.get(f"http://{COUCHDB_HOST}", auth=(COUCHDB_USERNAME, COUCHDB_PASSWORD)) - assert resp.status_code == 200 - - client = couchdb3.Server(FULL_URL) - assert client.info() is not None - - def test_database_exists(self, couchdb_client): - assert COUCHDB_DBNAME in couchdb_client.all_dbs() - - def test_sample_data_populated(self, couchdb_client): - db = couchdb_client[COUCHDB_DBNAME] - res = db.find({"asset_id": "Chiller 6"}, limit=1) - assert len(res["docs"]) > 0 - assert res["docs"][0]["asset_id"] == "Chiller 6" diff --git a/src/servers/iot/tests/test_tools.py b/src/servers/iot/tests/test_tools.py deleted file mode 100644 index 20b24b593..000000000 --- a/src/servers/iot/tests/test_tools.py +++ /dev/null @@ -1,217 +0,0 @@ -"""Tests for IoT MCP server tools. - -Unit tests use a mocked CouchDB; integration tests require a live instance -(skipped unless COUCHDB_URL is set). -""" - -import pytest -from servers.iot.main import mcp -from .conftest import requires_couchdb, call_tool - - -# --------------------------------------------------------------------------- -# sites -# --------------------------------------------------------------------------- - - -class TestSites: - @pytest.mark.anyio - async def test_returns_main(self): - data = await call_tool(mcp, "sites", {}) - assert data["sites"] == ["MAIN"] - - -# --------------------------------------------------------------------------- -# assets -# --------------------------------------------------------------------------- - - -class TestAssets: - @pytest.mark.anyio - async def test_invalid_site(self): - data = await call_tool(mcp, "assets", {"site_name": "INVALID"}) - assert "error" in data - assert "unknown site" in data["error"] - - @pytest.mark.anyio - async def test_with_mock_db(self, mock_db): - mock_db.find.return_value = { - "docs": [{"asset_id": "Chiller 1"}, {"asset_id": "Chiller 2"}] - } - data = await call_tool(mcp, "assets", {"site_name": "MAIN"}) - - assert data["total_assets"] == 2 - assert "Chiller 1" in data["assets"] - assert "Chiller 2" in data["assets"] - mock_db.find.assert_called_once() - - @pytest.mark.anyio - async def test_db_disconnected(self, no_db): - data = await call_tool(mcp, "assets", {"site_name": "MAIN"}) - # Should still return valid JSON (empty assets), not crash - assert "assets" in data or "error" in data - - @requires_couchdb - @pytest.mark.anyio - async def test_discovery_integration(self): - data = await call_tool(mcp, "assets", {"site_name": "MAIN"}) - assert "assets" in data - assert "Chiller 6" in data["assets"] - assert data["total_assets"] > 0 - - -# --------------------------------------------------------------------------- -# sensors -# --------------------------------------------------------------------------- - - -class TestSensors: - @pytest.mark.anyio - async def test_invalid_site(self): - data = await call_tool( - mcp, "sensors", {"site_name": "INVALID", "asset_id": "Chiller 6"} - ) - assert "error" in data - - @pytest.mark.anyio - async def test_unknown_asset(self): - data = await call_tool( - mcp, "sensors", {"site_name": "MAIN", "asset_id": "INVALID"} - ) - assert "error" in data - assert "no sensors found" in data["error"] - - @pytest.mark.anyio - async def test_with_mock_db(self, mock_db): - mock_db.find.return_value = { - "docs": [ - { - "asset_id": "Chiller 1", - "timestamp": "2024-01-01T00:00:00", - "Temp": 25.5, - "Pressure": 10.2, - "_id": "doc1", - "_rev": "rev1", - } - ] - } - data = await call_tool( - mcp, "sensors", {"site_name": "MAIN", "asset_id": "Chiller 1"} - ) - - assert data["total_sensors"] == 2 - assert "Temp" in data["sensors"] - assert "Pressure" in data["sensors"] - # Internal fields must be excluded - assert "_id" not in data["sensors"] - assert "_rev" not in data["sensors"] - - @requires_couchdb - @pytest.mark.anyio - async def test_success_integration(self): - data = await call_tool( - mcp, "sensors", {"site_name": "MAIN", "asset_id": "Chiller 6"} - ) - assert "sensors" in data - assert len(data["sensors"]) > 0 - assert any("Power" in s or "Efficiency" in s for s in data["sensors"]) - - -# --------------------------------------------------------------------------- -# history -# --------------------------------------------------------------------------- - - -class TestHistory: - @pytest.mark.anyio - async def test_invalid_date_range(self): - data = await call_tool( - mcp, - "history", - { - "site_name": "MAIN", - "asset_id": "Chiller 6", - "start": "2020-06-01T00:00:00", - "final": "2020-05-01T00:00:00", - }, - ) - assert "error" in data - assert "start >= final" in data["error"] - - @pytest.mark.anyio - async def test_malformed_date(self): - data = await call_tool( - mcp, - "history", - {"site_name": "MAIN", "asset_id": "Chiller 6", "start": "not-a-date"}, - ) - assert "error" in data - - @pytest.mark.anyio - async def test_db_disconnected(self, no_db): - data = await call_tool( - mcp, - "history", - { - "site_name": "MAIN", - "asset_id": "Chiller 6", - "start": "2020-06-01T00:00:00", - }, - ) - assert "error" in data - assert "not connected" in data["error"].lower() - - @pytest.mark.anyio - async def test_with_mock_db(self, mock_db): - mock_db.find.return_value = { - "docs": [ - {"timestamp": "2024-01-01T00:00:00", "Temp": 20.0}, - {"timestamp": "2024-01-01T00:15:00", "Temp": 21.0}, - ] - } - data = await call_tool( - mcp, - "history", - { - "site_name": "MAIN", - "asset_id": "Chiller 1", - "start": "2024-01-01T00:00:00", - }, - ) - - assert data["total_observations"] == 2 - assert len(data["observations"]) == 2 - assert data["observations"][0]["Temp"] == 20.0 - - @requires_couchdb - @pytest.mark.anyio - async def test_open_ended_integration(self): - data = await call_tool( - mcp, - "history", - { - "site_name": "MAIN", - "asset_id": "Chiller 6", - "start": "2020-06-01T00:00:00", - }, - ) - assert "observations" in data - assert "total_observations" in data - - @requires_couchdb - @pytest.mark.anyio - async def test_bounded_range_integration(self): - data = await call_tool( - mcp, - "history", - { - "site_name": "MAIN", - "asset_id": "Chiller 6", - "start": "2020-06-01T00:00:00", - "final": "2020-06-01T01:00:00", - }, - ) - assert "observations" in data - for obs in data["observations"]: - assert obs["timestamp"] >= "2020-06-01T00:00:00" - assert obs["timestamp"] < "2020-06-01T01:00:00" diff --git a/src/servers/tsfm/__init__.py b/src/servers/tsfm/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/tsfm/anomaly.py b/src/servers/tsfm/anomaly.py deleted file mode 100644 index c9eb7cadc..000000000 --- a/src/servers/tsfm/anomaly.py +++ /dev/null @@ -1,585 +0,0 @@ -"""Conformal anomaly detection for time-series forecasting outputs.""" - -from __future__ import annotations - -import json -import os -import pickle - -import numpy as np -import pandas as pd - -from .io import _read_ts_data - - -# ── Conformal anomaly detection ─────────────────────────────────────────────── - -_NONCONFORMITY_SCORES = ["absolute_error"] - - -def _absolute_error(y, y_pred): - assert y.shape == y_pred.shape, ( - f"y and y_pred shapes do not match: {y.shape} vs {y_pred.shape}" - ) - error = np.abs(y - y_pred) - if len(error.shape) > 1: - error = np.mean(error, axis=-1) - return error - - -def _nonconformity_score_functions( - y_pred, y_gt, X=None, nonconformity_score="absolute_error" -): - assert nonconformity_score in _NONCONFORMITY_SCORES - if nonconformity_score == "absolute_error": - return _absolute_error(y_gt, y_pred) - - -def _conformal_set(y_pred, score_threshold, nonconformity_score="absolute_error"): - if nonconformity_score == "absolute_error": - return {"y_low": y_pred - score_threshold, "y_high": y_pred + score_threshold} - - -def _weighted_conformal_quantile( - scores, weights, alpha=0.05, conformal_correction=False, max_score=np.inf -): - if weights is None: - weights = np.ones_like(scores) - assert np.max(weights) <= 1 - assert np.min(weights) >= 0 - assert weights.shape[0] == scores.shape[0] - if conformal_correction: - weights = np.append(weights, np.array([1])) - scores = np.append(scores, np.array([max_score])) - weights = np.array(weights) / np.sum(weights) - sorted_indices = np.argsort(scores) - sorted_scores = scores[sorted_indices] - sorted_weights = weights[sorted_indices] - cumulative_weights = np.cumsum(sorted_weights) - quantile_index = np.searchsorted(cumulative_weights, 1 - alpha) - return sorted_scores[quantile_index] - - -def _weighted_conformal_alpha( - scores, weights, score_observed, conformal_correction=False, max_score=np.inf -): - if weights is None: - weights = np.ones_like(score_observed) - if conformal_correction: - weights = np.append(weights, np.array([1])) - scores = np.append(scores, np.array([max_score])) - weights = np.array(weights) / np.sum(weights) - sorted_indices = np.argsort(scores) - sorted_scores = scores[sorted_indices] - sorted_weights = weights[sorted_indices] - return np.sum(sorted_weights[sorted_scores > score_observed]) - - -class _TSADWeightedConformalWrapper: - def __init__( - self, - nonconformity_score="absolute_error", - false_alarm=0.05, - weighting="uniform", - weighting_params=None, - threshold_function="weighting", - window_size=None, - online_adaptive=False, - ): - if weighting_params is None: - weighting_params = {} - self.nonconformity_score = nonconformity_score - assert self.nonconformity_score in _NONCONFORMITY_SCORES - self.nonconformity_score_func = _nonconformity_score_functions - self.quantile = 1 - false_alarm - self.false_alarm = false_alarm - self.weighting = weighting - self.weighting_params = weighting_params - self.window_size = window_size - self.online_size = 1 - self.online = online_adaptive - self.threshold_function = threshold_function - self.cal_scores: list = [] - self.weights: list = [] - self.cal_X: list = [] - self.cal_timestamps: list = [] - self.score_threshold = None - - def fit(self, y_cal_pred, y_cal_gt, X_cal=None, cal_timestamps=None): - if self.window_size is None: - self.window_size = y_cal_pred.shape[0] - self.cal_scores = _nonconformity_score_functions( - y_cal_pred, y_cal_gt, X=X_cal, nonconformity_score=self.nonconformity_score - ) - self.cal_scores = self.cal_scores[-self.window_size :] - if X_cal is not None: - self.cal_X = X_cal[-self.window_size :] - if cal_timestamps is not None: - self.cal_timestamps = cal_timestamps[-self.window_size :] - if self.weighting in ("uniform", "exponential_decay"): - cal_weights = self.get_weights() - self.weights.append(cal_weights) - if self.threshold_function == "weighting": - self.score_threshold = self._score_threshold_func( - cal_weights, false_alarm=self.false_alarm - ) - critical_efficient_size = np.ceil(1 / self.false_alarm) - assert np.sum(cal_weights) >= critical_efficient_size, ( - f" The effective size is too small for the desired false alarm of {self.false_alarm}, " - f"the calibration set should be larger than {critical_efficient_size}" - ) - - def get_weights(self, y_pred=None, X=None, timestamps=None, false_alarm=None): - if false_alarm is None: - false_alarm = self.false_alarm - if self.weighting in ("uniform", "exponential_decay"): - if self.weights: - return self.weights[-1] - if self.weighting == "uniform": - return np.ones(self.window_size) - if self.weighting == "exponential_decay": - decay_param = self.weighting_params.get("decay_param", 0.99) - return decay_param ** (self.window_size - np.arange(self.window_size)) - - def _score_threshold_func( - self, - cal_weights, - cal_scores=None, - y_pred=None, - X=None, - timestamps=None, - false_alarm=None, - ): - if cal_scores is None: - cal_scores = self.cal_scores - if false_alarm is None: - false_alarm = self.false_alarm - score_threshold = [] - if self.threshold_function == "weighting": - if len(cal_weights.shape) == 1: - score_threshold = _weighted_conformal_quantile( - np.append(cal_scores, np.array([np.infty]), axis=0), - np.append(cal_weights, np.array([1]), axis=0), - alpha=false_alarm, - ) - else: - for i in range(cal_weights.shape[0]): - st_i = _weighted_conformal_quantile( - np.append(cal_scores, np.array([np.infty]), axis=0), - np.append(cal_weights[i, :], np.array([1]), axis=0), - alpha=false_alarm, - ) - score_threshold.append(st_i) - score_threshold = np.array(score_threshold) - return score_threshold - - def predict_batch( - self, y_pred, y_gt=None, X=None, timestamps=None, false_alarm=None, update=None - ): - if false_alarm is None: - false_alarm = self.false_alarm - if update is None: - update = self.online - cal_weights = self.get_weights( - y_pred, X=X, timestamps=timestamps, false_alarm=false_alarm - ) - if ( - false_alarm == self.false_alarm - and self.weighting in ("uniform",) - and self.threshold_function in ("weighting",) - ): - score_threshold = self.score_threshold - else: - score_threshold = self._score_threshold_func( - cal_weights, - y_pred=y_pred, - X=X, - timestamps=timestamps, - false_alarm=false_alarm, - ) - prediction_interval = _conformal_set( - y_pred, score_threshold, nonconformity_score=self.nonconformity_score - ) - output: dict = {} - if y_gt is not None: - test_scores = _nonconformity_score_functions( - y_pred, y_gt, X=X, nonconformity_score=self.nonconformity_score - ) - test_outliers = np.array(test_scores > score_threshold).astype("int") - test_ad_scores = [ - _weighted_conformal_alpha( - np.append(self.cal_scores, np.array([np.infty]), axis=0), - np.append(cal_weights, np.array([1]), axis=0), - score, - ) - for score in test_scores - ] - if update: - self.update(test_scores, X=X, timestamps=timestamps) - output["outliers"] = test_outliers - output["outliers_scores"] = np.array(test_ad_scores).flatten() - output["prediction_interval"] = prediction_interval - return output - - def predict( - self, y_pred, y_gt=None, X=None, timestamps=None, false_alarm=None, update=None - ): - if false_alarm is None: - false_alarm = self.false_alarm - if update is None: - update = self.online - n_samples = y_pred.shape[0] - n_batches = int(np.ceil(n_samples / self.online_size)) - if y_gt is not None and update: - output = None - for ix_b in range(n_batches): - ix_ini = int(ix_b * self.online_size) - ix_end = min( - int(ix_b * self.online_size + self.online_size), y_pred.shape[0] - ) - y_pred_b = y_pred[ix_ini:ix_end] - y_gt_b = y_gt[ix_ini:ix_end] - X_b = X[ix_ini:ix_end] if X is not None else None - ts_b = timestamps[ix_ini:ix_end] if timestamps is not None else None - output_b = self.predict_batch( - y_pred_b, - y_gt=y_gt_b, - X=X_b, - timestamps=ts_b, - false_alarm=false_alarm, - update=update, - ) - if output is None: - output = output_b.copy() - else: - for k in output_b: - if k == "prediction_interval": - for k2 in output_b[k]: - output[k][k2] = np.append( - output[k][k2], np.array(output_b[k][k2]), axis=0 - ) - else: - output[k] = np.append( - output[k], np.array(output_b[k]), axis=0 - ) - else: - output = self.predict_batch( - y_pred, - y_gt=y_gt, - X=X, - timestamps=timestamps, - false_alarm=false_alarm, - update=update, - ) - return output - - def update(self, scores, X=None, timestamps=None): - self.cal_scores = np.append(self.cal_scores, scores, axis=0) - self.cal_scores = self.cal_scores[-self.window_size :] - if timestamps is not None: - self.cal_timestamps.extend(timestamps) - self.cal_timestamps = self.cal_timestamps[-self.window_size :] - if X is not None: - self.cal_X = np.append(self.cal_X, X, axis=0) - self.cal_X = self.cal_X[-self.window_size :] - if self.weighting == "uniform": - cal_weights = self.get_weights() - if self.threshold_function == "weighting": - self.score_threshold = self._score_threshold_func( - cal_weights, false_alarm=self.false_alarm - ) - - -# ── TSAD data alignment ─────────────────────────────────────────────────────── - - -def _get_tsfm_dataloaders( - df_dataframe, model_config, dataset_config_dictionary, scaling=False -): - from tsfm_public.toolkit.dataset import ForecastDFDataset - from tsfm_public.toolkit.time_series_preprocessor import TimeSeriesPreprocessor - from tsfm_public.toolkit.util import select_by_index - - forecast_horizon = model_config["prediction_length"] - context_length = model_config["context_length"] - assert context_length <= len(df_dataframe), ( - " length of dataframe needs to be >= context length" - ) - - column_specifiers = dataset_config_dictionary["column_specifiers"] - id_columns = dataset_config_dictionary.get("id_columns", []) - - data = select_by_index( - df_dataframe, id_columns=[], start_index=0, end_index=len(df_dataframe) - ) - - tsp = TimeSeriesPreprocessor( - **column_specifiers, scaling=scaling, encode_categorical=False - ) - tsp = tsp.train(data) - - dataset_inference = ForecastDFDataset( - tsp.preprocess(data), - **column_specifiers, - context_length=context_length, - prediction_length=forecast_horizon, - id_columns=id_columns, - ) - return dataset_inference - - -def _tsfm_dataloader_to_array( - dataset_calibration, ix_target_features, x_context_window=-1 -): - y_gt = [] - X = [] - timestamp_id_value_dic: dict = {} - for i in range(len(dataset_calibration)): - try: - y_gt.append( - dataset_calibration[i]["future_values"][:, ix_target_features] - .detach() - .numpy() - ) - except Exception as ex: - raise ValueError( - f"At least one of the target_columns is not in the input file: {ix_target_features}" - ) from ex - X.append(dataset_calibration[i]["past_values"].detach().numpy()) - if "timestamp" in dataset_calibration[i]: - timestamp_id_value_dic.setdefault("timestamp", []).append( - dataset_calibration[i]["timestamp"] - ) - if "id" in dataset_calibration[i]: - timestamp_id_value_dic.setdefault("id", []).extend( - list(dataset_calibration[i]["id"]) - ) - y_gt_arr = np.array(y_gt) - if len(y_gt_arr.shape) > 1: - y_gt_arr = y_gt_arr[:, 0] - y_gt_arr = np.squeeze(y_gt_arr) - X_arr = np.array(X) - if x_context_window > 0: - X_arr = X_arr[:, -int(x_context_window) :, :] - X_arr = X_arr.reshape([X_arr.shape[0], -1]) - return X_arr, y_gt_arr, timestamp_id_value_dic - - -def _get_tsad_aligned_data( - df_data, dataset_config, ad_config, tsmodel_prediction_dictionary -): - from tsfm_public.toolkit.time_series_preprocessor import create_timestamps - - context_length = ad_config["context_length"] - prediction_length = ad_config["prediction_length"] - scaling = ad_config["scaling"] - ix_target_features = list( - np.arange(len(dataset_config["column_specifiers"]["target_columns"])) - ) - - df_data[dataset_config["column_specifiers"]["timestamp_column"]] = pd.to_datetime( - df_data[dataset_config["column_specifiers"]["timestamp_column"]] - ) - dataset_inference = _get_tsfm_dataloaders( - df_data, - {"prediction_length": prediction_length, "context_length": context_length}, - dataset_config, - scaling=scaling, - ) - X, y_gt, timestamp_id_value_dic = _tsfm_dataloader_to_array( - dataset_inference, ix_target_features, x_context_window=context_length - ) - - source_timestamp = np.array(tsmodel_prediction_dictionary["timestamp"])[:, 0] - target_timestamp = timestamp_id_value_dic["timestamp"] - - forecast_horizon = 1 - target_timestamp_updated = [] - for ts in target_timestamp: - ts_updated = create_timestamps( - last_timestamp=ts, - time_sequence=target_timestamp, - periods=forecast_horizon, - )[0] - target_timestamp_updated.append(ts_updated) - target_timestamp = np.array( - np.array(target_timestamp_updated, dtype="datetime64[ns]") - ) - source_timestamp = np.array(np.array(source_timestamp, dtype="datetime64[ns]")) - - frequency_sampling_median = np.median(target_timestamp[1:] - target_timestamp[:-1]) - tolerance_frequency_sampling = 0.2 - - time_diff = np.abs(target_timestamp[:, None] - source_timestamp) - matching_pairs = np.where( - time_diff <= frequency_sampling_median * tolerance_frequency_sampling - ) - index_timestamp = matching_pairs[0] - index_timestamp_source = matching_pairs[1] - - X_cp = X[index_timestamp] - y_gt_cp = y_gt[index_timestamp] - y_pred = np.array(tsmodel_prediction_dictionary["target_prediction"])[ - index_timestamp_source, 0, 0 - ] - timestamps_source = np.array(source_timestamp)[index_timestamp_source] - - return { - "X": X_cp, - "y_gt": y_gt_cp, - "y_pred": y_pred, - "timestamp": timestamps_source, - } - - -# ── TSAD orchestration ──────────────────────────────────────────────────────── - -_AD_CONFIG_DEFAULT = { - "ad_model_type": "timeseries_conformal", - "context_length": 1, - "false_alarm": 0.01, - "window_size": None, - "weighting": "uniform", - "weighting_params": {}, -} - - -class _TimeSeriesAnomalyDetectionConformalWrapper: - def run( - self, - dataset_path: str, - dataset_config_dictionary: dict, - tsmodel_prediction_dictionary: dict, - ad_model_checkpoint: str = None, - ad_model_save: str = None, - task: str = "inference", - ad_model_type: str = None, - n_calibration=None, - false_alarm: float = None, - context_length: int = None, - ) -> dict: - ad_model = None - if ad_model_checkpoint is not None: - if os.path.exists(ad_model_checkpoint): - assert os.path.exists(ad_model_checkpoint + "/model.pkl") - assert os.path.exists(ad_model_checkpoint + "/config.json") - with open(ad_model_checkpoint + "/model.pkl", "rb") as _f: - ad_model = pickle.load(_f) - with open(ad_model_checkpoint + "/config.json") as _f: - ad_config = json.load(_f) - ad_model_type = ad_config["ad_model_type"] - context_length = ad_config["context_length"] - if false_alarm is None: - false_alarm = ad_config["false_alarm"] - elif ad_config["false_alarm"] != false_alarm: - if task != "fit": - false_alarm = ad_config["false_alarm"] - else: - ad_config = { - "context_length": context_length - if context_length is not None - else _AD_CONFIG_DEFAULT["context_length"], - "false_alarm": false_alarm - if false_alarm is not None - else _AD_CONFIG_DEFAULT["false_alarm"], - "ad_model_type": ad_model_type - if ad_model_type is not None - else _AD_CONFIG_DEFAULT["ad_model_type"], - } - context_length = ad_config["context_length"] - false_alarm = ad_config["false_alarm"] - ad_model_type = ad_config["ad_model_type"] - - df_data = _read_ts_data( - dataset_path, dataset_config_dictionary=dataset_config_dictionary - ) - context_length = ad_config["context_length"] - output_tsad_aligned = _get_tsad_aligned_data( - df_data, - dataset_config_dictionary, - ad_config={ - "prediction_length": 1, - "context_length": context_length, - "scaling": False, - }, - tsmodel_prediction_dictionary=tsmodel_prediction_dictionary, - ) - - timestamps_source = output_tsad_aligned["timestamp"] - X_cp = output_tsad_aligned["X"] - y_gt_cp = output_tsad_aligned["y_gt"] - y_pred = output_tsad_aligned["y_pred"] - - output_ad: dict = {} - if task == "fit": - if n_calibration is None: - n_calibration = y_pred.shape[0] - if n_calibration < 1: - n_calibration = int(np.ceil(y_pred.shape[0] * n_calibration)) - n_calibration = int(n_calibration) - n_critical = int(np.ceil(1 / false_alarm)) - assert n_calibration >= n_critical, ( - f" n_calibration should be >= {n_critical}, " - f"otherwise increase false alarm to {round(1 / n_calibration, 2)}" - ) - - X_cp_cal = X_cp[:n_calibration] - y_gt_cp_cal = y_gt_cp[:n_calibration] - y_pred_cal = y_pred[:n_calibration] - - if ad_model_type in ( - "timeseries_conformal", - "timeseries_conformal_adaptive", - ): - update = ad_model_type == "timeseries_conformal_adaptive" - ad_model = _TSADWeightedConformalWrapper( - false_alarm=false_alarm, - weighting=_AD_CONFIG_DEFAULT["weighting"], - window_size=_AD_CONFIG_DEFAULT["window_size"], - weighting_params=_AD_CONFIG_DEFAULT["weighting_params"], - online_adaptive=update, - ) - ad_model.fit( - y_cal_pred=np.array(y_pred_cal), y_cal_gt=np.array(y_gt_cp_cal) - ) - output_prediction = ad_model.predict( - y_pred=np.array(y_pred), y_gt=np.array(y_gt_cp), update=update - ) - output_ad = { - "timestamp": timestamps_source, - "KPI": tsmodel_prediction_dictionary["target_columns"], - "value": np.array(y_gt_cp), - "upper_bound": output_prediction["prediction_interval"]["y_high"], - "lower_bound": output_prediction["prediction_interval"]["y_low"], - "anomaly_score": 1 - output_prediction["outliers_scores"], - "anomaly_label": output_prediction["outliers"] == 1, - "split": [ - "calibration" if i < n_calibration else "test" - for i in range(y_pred.shape[0]) - ], - } - - if ad_model is not None and ad_model_save is not None: - with open(ad_model_save + "/model.pkl", "wb") as _f: - pickle.dump(ad_model, _f) - with open(ad_model_save + "/config.json", "w") as _f: - json.dump(ad_config, _f) - - if task == "inference": - if false_alarm is None: - false_alarm = ad_model.false_alarm - output_prediction = ad_model.predict( - y_pred=np.array(y_pred), y_gt=np.array(y_gt_cp) - ) - output_ad = { - "timestamp": timestamps_source, - "KPI": tsmodel_prediction_dictionary["target_columns"], - "value": np.array(y_gt_cp), - "upper_bound": output_prediction["prediction_interval"]["y_high"], - "lower_bound": output_prediction["prediction_interval"]["y_low"], - "anomaly_score": 1 - output_prediction["outliers_scores"], - "anomaly_label": output_prediction["outliers"] == 1, - "split": ["test"] * output_prediction["outliers_scores"].shape[0], - } - - return output_ad diff --git a/src/servers/tsfm/artifacts/output/tuned_models/args_config.yml b/src/servers/tsfm/artifacts/output/tuned_models/args_config.yml deleted file mode 100644 index 7d8432954..000000000 --- a/src/servers/tsfm/artifacts/output/tuned_models/args_config.yml +++ /dev/null @@ -1,20 +0,0 @@ -backbone_frozen: false -batch_size: 32 -context_length: 96 -decoder_mode: mix_channel -encode_categorical: false -epochs: 4 -epochs_warmup: 5 -es_patience: 15.0 -es_th: 0.0001 -forecast_horizon: 28 -head_dropout: 0.7 -lr: 0.0 -model_type: ttm -num_workers: 4 -optim: AdamW -p_validation: 0.1 -patch_length: 64 -scaling: '' -scheduler: OneCycleLR -seed: 42 diff --git a/src/servers/tsfm/artifacts/output/tuned_models/training_config.yml b/src/servers/tsfm/artifacts/output/tuned_models/training_config.yml deleted file mode 100644 index 580890c0f..000000000 --- a/src/servers/tsfm/artifacts/output/tuned_models/training_config.yml +++ /dev/null @@ -1,17 +0,0 @@ -dataloader_num_workers: 4 -do_eval: true -evaluation_strategy: epoch -greater_is_better: false -learning_rate: 0.0 -load_best_model_at_end: true -logging_dir: /Users/shuxin.lin/Projects/TSFMAgent/output/tuned_models/log/ -logging_strategy: epoch -metric_for_best_model: eval_loss -num_train_epochs: 4 -output_dir: /Users/shuxin.lin/Projects/TSFMAgent/output/tuned_models/fewshot/ -overwrite_output_dir: true -per_device_eval_batch_size: 32 -per_device_train_batch_size: 32 -save_strategy: epoch -save_total_limit: 3 -warmup_steps: 1 diff --git a/src/servers/tsfm/artifacts/output/tuned_models/tsp.pickle b/src/servers/tsfm/artifacts/output/tuned_models/tsp.pickle deleted file mode 100644 index 791542d3d..000000000 Binary files a/src/servers/tsfm/artifacts/output/tuned_models/tsp.pickle and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/config.json deleted file mode 100644 index 2efa6275b..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/config.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "adaptive_patching_levels": 3, - "architectures": [ - "TinyTimeMixerForPrediction" - ], - "categorical_vocab_size_list": null, - "context_length": 96, - "d_model": 24, - "d_model_scale": 3, - "decoder_adaptive_patching_levels": 0, - "decoder_d_model": 16, - "decoder_d_model_scale": 2, - "decoder_mode": "common_channel", - "decoder_num_layers": 2, - "decoder_raw_residual": false, - "distribution_output": "student_t", - "dropout": 0.2, - "enable_forecast_channel_mixing": false, - "exogenous_channel_indices": null, - "expansion_factor": 2, - "fcm_context_length": 1, - "fcm_gated_attn": true, - "fcm_mix_layers": 3, - "fcm_prepend_past": true, - "fcm_use_mixer": true, - "frequency_token_vocab_size": 8, - "gated_attn": true, - "head_dropout": 0.2, - "init_processing": true, - "init_std": 0.02, - "loss": "mse", - "mode": "common_channel", - "model_type": "tinytimemixer", - "norm_eps": 1e-05, - "norm_mlp": "LayerNorm", - "num_input_channels": 1, - "num_layers": 2, - "num_parallel_samples": 100, - "num_patches": 12, - "patch_last": true, - "patch_length": 8, - "patch_stride": 8, - "positional_encoding_type": "sincos", - "post_init": false, - "prediction_channel_indices": null, - "prediction_filter_length": null, - "prediction_length": 28, - "resolution_prefix_tuning": false, - "scaling": "std", - "self_attn": false, - "self_attn_heads": 1, - "stride_ratio": 1, - "torch_dtype": "float32", - "transformers_version": "4.37.2", - "use_decoder": true, - "use_positional_encoding": false -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/generation_config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/generation_config.json deleted file mode 100644 index babac5557..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/generation_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_from_model_config": true, - "transformers_version": "4.37.2" -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/model.safetensors b/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/model.safetensors deleted file mode 100644 index 1e9ff86ac..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/model.safetensors and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/training_args.bin b/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/training_args.bin deleted file mode 100644 index b1d8d3c79..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_512_96/training_args.bin and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/config.json deleted file mode 100644 index 15f7cd10e..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/config.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "adaptive_patching_levels": 0, - "architectures": [ - "TinyTimeMixerForPrediction" - ], - "categorical_vocab_size_list": null, - "context_length": 52, - "d_model": 20, - "d_model_scale": 5, - "decoder_adaptive_patching_levels": 0, - "decoder_d_model": 16, - "decoder_d_model_scale": 4, - "decoder_mode": "common_channel", - "decoder_num_layers": 4, - "decoder_raw_residual": false, - "distribution_output": "student_t", - "dropout": 0.3, - "enable_forecast_channel_mixing": false, - "exogenous_channel_indices": null, - "expansion_factor": 3, - "fcm_context_length": 1, - "fcm_gated_attn": true, - "fcm_mix_layers": 3, - "fcm_prepend_past": true, - "fcm_prepend_past_offset": null, - "fcm_use_mixer": true, - "frequency_token_vocab_size": 10, - "gated_attn": true, - "head_dropout": 0.3, - "init_embed": "pytorch", - "init_linear": "pytorch", - "init_processing": true, - "init_std": 0.02, - "loss": "mae", - "mask_value": 0, - "masked_context_length": null, - "mode": "common_channel", - "model_type": "tinytimemixer", - "norm_eps": 1e-05, - "norm_mlp": "LayerNorm", - "num_input_channels": 1, - "num_layers": 12, - "num_parallel_samples": 100, - "num_patches": 14, - "patch_last": true, - "patch_length": 4, - "patch_stride": 4, - "positional_encoding_type": "sincos", - "post_init": false, - "prediction_channel_indices": null, - "prediction_filter_length": null, - "prediction_length": 16, - "resolution_prefix_tuning": true, - "scaling": "std", - "self_attn": false, - "self_attn_heads": 1, - "stride_ratio": 1, - "torch_dtype": "float32", - "transformers_version": "4.38.0", - "use_decoder": true, - "use_positional_encoding": false -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/generation_config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/generation_config.json deleted file mode 100644 index 1299bb081..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/generation_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_from_model_config": true, - "transformers_version": "4.38.0" -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/model.safetensors b/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/model.safetensors deleted file mode 100644 index d2a656129..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/model.safetensors and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/training_args.bin b/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/training_args.bin deleted file mode 100644 index 1c6a8db1e..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_52_16_mae/ttm_model/training_args.bin and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/config.json deleted file mode 100644 index ff280da9c..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/config.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "adaptive_patching_levels": 0, - "architectures": [ - "TinyTimeMixerForPrediction" - ], - "categorical_vocab_size_list": null, - "context_length": 90, - "d_model": 63, - "d_model_scale": 7, - "decoder_adaptive_patching_levels": 0, - "decoder_d_model": 18, - "decoder_d_model_scale": 2, - "decoder_mode": "common_channel", - "decoder_num_layers": 4, - "decoder_raw_residual": false, - "distribution_output": "student_t", - "dropout": 0.4, - "enable_forecast_channel_mixing": false, - "exogenous_channel_indices": null, - "expansion_factor": 2, - "fcm_context_length": 1, - "fcm_gated_attn": true, - "fcm_mix_layers": 3, - "fcm_prepend_past": true, - "fcm_prepend_past_offset": null, - "fcm_use_mixer": true, - "frequency_token_vocab_size": 10, - "gated_attn": true, - "head_dropout": 0.4, - "init_embed": "pytorch", - "init_linear": "pytorch", - "init_processing": true, - "init_std": 0.02, - "loss": "mae", - "mask_value": 0, - "masked_context_length": null, - "mode": "common_channel", - "model_type": "tinytimemixer", - "norm_eps": 1e-05, - "norm_mlp": "LayerNorm", - "num_input_channels": 1, - "num_layers": 20, - "num_parallel_samples": 100, - "num_patches": 11, - "patch_last": true, - "patch_length": 9, - "patch_stride": 9, - "positional_encoding_type": "sincos", - "post_init": false, - "prediction_channel_indices": null, - "prediction_filter_length": null, - "prediction_length": 30, - "resolution_prefix_tuning": true, - "scaling": "std", - "self_attn": false, - "self_attn_heads": 1, - "stride_ratio": 1, - "torch_dtype": "float32", - "transformers_version": "4.38.0", - "use_decoder": true, - "use_positional_encoding": false -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/generation_config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/generation_config.json deleted file mode 100644 index 1299bb081..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/generation_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_from_model_config": true, - "transformers_version": "4.38.0" -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/model.safetensors b/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/model.safetensors deleted file mode 100644 index ed1b9dd05..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/model.safetensors and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/training_args.bin b/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/training_args.bin deleted file mode 100644 index e2753cac8..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mae/training_args.bin and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/config.json deleted file mode 100644 index 72eb5b955..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/config.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "adaptive_patching_levels": 0, - "architectures": [ - "TinyTimeMixerForPrediction" - ], - "categorical_vocab_size_list": null, - "context_length": 90, - "d_model": 90, - "d_model_scale": 10, - "decoder_adaptive_patching_levels": 0, - "decoder_d_model": 18, - "decoder_d_model_scale": 2, - "decoder_mode": "common_channel", - "decoder_num_layers": 4, - "decoder_raw_residual": false, - "distribution_output": "student_t", - "dropout": 0.3, - "enable_forecast_channel_mixing": false, - "exogenous_channel_indices": null, - "expansion_factor": 2, - "fcm_context_length": 1, - "fcm_gated_attn": true, - "fcm_mix_layers": 3, - "fcm_prepend_past": true, - "fcm_prepend_past_offset": null, - "fcm_use_mixer": true, - "frequency_token_vocab_size": 10, - "gated_attn": true, - "head_dropout": 0.3, - "init_embed": "pytorch", - "init_linear": "pytorch", - "init_processing": true, - "init_std": 0.02, - "loss": "mse", - "mask_value": 0, - "masked_context_length": null, - "mode": "common_channel", - "model_type": "tinytimemixer", - "norm_eps": 1e-05, - "norm_mlp": "LayerNorm", - "num_input_channels": 1, - "num_layers": 20, - "num_parallel_samples": 100, - "num_patches": 11, - "patch_last": true, - "patch_length": 9, - "patch_stride": 9, - "positional_encoding_type": "sincos", - "post_init": false, - "prediction_channel_indices": null, - "prediction_filter_length": null, - "prediction_length": 30, - "resolution_prefix_tuning": true, - "scaling": "std", - "self_attn": false, - "self_attn_heads": 1, - "stride_ratio": 1, - "torch_dtype": "float32", - "transformers_version": "4.38.0", - "use_decoder": true, - "use_positional_encoding": false -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/generation_config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/generation_config.json deleted file mode 100644 index 1299bb081..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/generation_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_from_model_config": true, - "transformers_version": "4.38.0" -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/model.safetensors b/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/model.safetensors deleted file mode 100644 index e5eb65a83..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/model.safetensors and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/training_args.bin b/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/training_args.bin deleted file mode 100644 index 319a2aaf8..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_90_30_mse/training_args.bin and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/config.json deleted file mode 100644 index 2efa6275b..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/config.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "adaptive_patching_levels": 3, - "architectures": [ - "TinyTimeMixerForPrediction" - ], - "categorical_vocab_size_list": null, - "context_length": 96, - "d_model": 24, - "d_model_scale": 3, - "decoder_adaptive_patching_levels": 0, - "decoder_d_model": 16, - "decoder_d_model_scale": 2, - "decoder_mode": "common_channel", - "decoder_num_layers": 2, - "decoder_raw_residual": false, - "distribution_output": "student_t", - "dropout": 0.2, - "enable_forecast_channel_mixing": false, - "exogenous_channel_indices": null, - "expansion_factor": 2, - "fcm_context_length": 1, - "fcm_gated_attn": true, - "fcm_mix_layers": 3, - "fcm_prepend_past": true, - "fcm_use_mixer": true, - "frequency_token_vocab_size": 8, - "gated_attn": true, - "head_dropout": 0.2, - "init_processing": true, - "init_std": 0.02, - "loss": "mse", - "mode": "common_channel", - "model_type": "tinytimemixer", - "norm_eps": 1e-05, - "norm_mlp": "LayerNorm", - "num_input_channels": 1, - "num_layers": 2, - "num_parallel_samples": 100, - "num_patches": 12, - "patch_last": true, - "patch_length": 8, - "patch_stride": 8, - "positional_encoding_type": "sincos", - "post_init": false, - "prediction_channel_indices": null, - "prediction_filter_length": null, - "prediction_length": 28, - "resolution_prefix_tuning": false, - "scaling": "std", - "self_attn": false, - "self_attn_heads": 1, - "stride_ratio": 1, - "torch_dtype": "float32", - "transformers_version": "4.37.2", - "use_decoder": true, - "use_positional_encoding": false -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/generation_config.json b/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/generation_config.json deleted file mode 100644 index babac5557..000000000 --- a/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/generation_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_from_model_config": true, - "transformers_version": "4.37.2" -} diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/model.safetensors b/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/model.safetensors deleted file mode 100644 index 1e9ff86ac..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/model.safetensors and /dev/null differ diff --git a/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/training_args.bin b/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/training_args.bin deleted file mode 100644 index b1d8d3c79..000000000 Binary files a/src/servers/tsfm/artifacts/tsfm_models/ttm_96_28/training_args.bin and /dev/null differ diff --git a/src/servers/tsfm/dataquality.py b/src/servers/tsfm/dataquality.py deleted file mode 100644 index 91de44ff5..000000000 --- a/src/servers/tsfm/dataquality.py +++ /dev/null @@ -1,325 +0,0 @@ -"""Time-series data quality helpers: NaN removal, segmentation, quality summary.""" - -from __future__ import annotations - -import logging - -import numpy as np -import pandas as pd - -logger = logging.getLogger(__name__) - - -# ── Condition helpers ───────────────────────────────────────────────────────── - - -def _threshold_condition_function(threshold, condition_type="<"): - conditions = { - "<": lambda x: x < threshold, - "<=": lambda x: x <= threshold, - ">": lambda x: x > threshold, - ">=": lambda x: x >= threshold, - "==": lambda x: x == threshold, - } - assert condition_type in conditions, ( - f"condition_type {condition_type!r} is not supported" - ) - return conditions[condition_type] - - -# ── NaN statistics ──────────────────────────────────────────────────────────── - - -def _df_nan_stats(df, perc_rows_less_than=None, perc_rows_more_than=None): - if perc_rows_less_than is None: - perc_rows_less_than = [10, 20, 50] - if perc_rows_more_than is None: - perc_rows_more_than = [50, 100] - output: dict = {} - nan_per_column = df.isna().mean() * 100 - output["%NaN_per_column"] = nan_per_column.to_dict() - output["%rows_0_NaNs"] = (df.isna().sum(axis=1) == 0).mean() * 100 - if perc_rows_less_than and output["%rows_0_NaNs"] > 0: - output["%rows_less_than"] = { - f"{p}% NaNs": np.mean(df.isna().mean(axis=1) <= float(p / 100)) * 100 - for p in perc_rows_less_than - } - if perc_rows_more_than and output["%rows_0_NaNs"] > 0: - output["%rows_more_than"] = { - f"{p}% NaNs": np.mean(df.isna().mean(axis=1) > float(p / 100)) * 100 - for p in perc_rows_more_than - } - return output - - -def _df_percentage_samples_minutes_interval( - df, date_col, lower_bound=14, upper_bound=16 -): - assert upper_bound >= lower_bound, "lower bound is larger than upper bound" - df = df.sort_values(by=date_col) - time_diffs = df[date_col].diff().dt.total_seconds() / 60.0 - interval_count = ((time_diffs >= lower_bound) & (time_diffs <= upper_bound)).sum() - total_intervals = len(time_diffs) - 1 - return (interval_count / total_intervals) * 100 if total_intervals > 0 else 0 - - -def _df_dt_stats(pd_dataset, date_col="Timestamp", intervals_dic=None): - if intervals_dic is None: - intervals_dic = {"14min_to_16min": (14, 16)} - pd_dataset = pd_dataset.sort_values(by=date_col) - earliest_date = pd_dataset[date_col].min() - latest_date = pd_dataset[date_col].max() - date_interval = latest_date - earliest_date - time_intervals = pd_dataset[date_col].diff() - time_intervals_dic = time_intervals.value_counts().to_dict() - time_intervals_dic_json = {str(k): int(v) for k, v in time_intervals_dic.items()} - perc_in_interval_dic = None - if isinstance(intervals_dic, dict): - perc_in_interval_dic = { - key: _df_percentage_samples_minutes_interval( - pd_dataset, date_col, lower_bound=bounds[0], upper_bound=bounds[1] - ) - for key, bounds in intervals_dic.items() - } - data_specs: dict = { - "initial_time": earliest_date.isoformat(), - "final_time": latest_date.isoformat(), - "interval": str(date_interval), - "columns": pd_dataset.columns.values.tolist(), - "number_samples": len(pd_dataset), - "time_interval_between_samples": time_intervals_dic_json, - } - if perc_in_interval_dic is not None: - data_specs["percentage_in_dt"] = perc_in_interval_dic - return data_specs - - -def _df_single_columns_condition(df, condition_dic=None): - if condition_dic is None: - condition_dic = {} - condition_count = {} - for key, (column_name, condition) in condition_dic.items(): - if column_name in df.columns: - mask = df[column_name].apply(condition) - condition_count[key] = { - "nsamples": int(np.sum(mask)), - "percentile": 100 * np.sum(mask) / max(len(mask), 1), - } - return condition_count - - -# ── NaN removal ─────────────────────────────────────────────────────────────── - - -def _efficient_nan_removal(pd_table, preference_tie="row"): - def compute_removal_costs(df): - row_non_nan = df.notna().sum(axis=1) - col_non_nan = df.notna().sum(axis=0) - row_costs = np.where(df.isna().sum(axis=1) == 0, np.inf, row_non_nan) - col_costs = np.where(df.isna().sum(axis=0) == 0, np.inf, col_non_nan) - return row_costs, col_costs - - def remove_lowest_cost(df, row_costs, col_costs, preference_tie="row"): - min_row = np.min(row_costs) - min_col = np.min(col_costs) - if (min_row < min_col) or (min_row == min_col and preference_tie == "row"): - row_to_remove = np.where(row_costs == min_row)[0] - df = df.drop(df.index[row_to_remove]) - removed = f"Row {row_to_remove} removed with cost {min_row}" - else: - col_to_remove = np.where(col_costs == min_col)[0] - df = df.drop(df.columns[col_to_remove], axis=1) - removed = f"Column {col_to_remove} removed with cost {min_col}" - return df, removed - - df_t = pd_table.copy() - max_actions = len(df_t) + len(df_t.columns) - t = 0 - actions = [] - while df_t.isna().any().any() and t < max_actions: - row_costs, col_costs = compute_removal_costs(df_t) - df_t, removed = remove_lowest_cost(df_t, row_costs, col_costs, preference_tie) - actions.append(removed) - t += 1 - cost_total = pd_table.notna().sum().sum() - df_t.notna().sum().sum() - return {"df_filter": df_t, "actions": actions, "cost_total": cost_total} - - -def _remove_df_nans(df, p=50, dim="columns"): - threshold = p / 100.0 - assert dim in ("columns", "rows") - if dim == "columns": - cols_to_drop = df.columns[df.isna().mean() > threshold] - return df.drop(columns=cols_to_drop) - rows_to_drop = df.index[df.isna().mean(axis=1) > threshold] - return df.drop(index=rows_to_drop) - - -def _remove_df_rows_by_single_column_condition(df, column_name, condition): - if column_name in df.columns: - mask = df[column_name].apply(condition) - return df[(1 - mask) == 1] - return df - - -# ── Segmentation ────────────────────────────────────────────────────────────── - - -def _time_series_frequency_interval_segmentation( - df, time_column, lower_bound=14, upper_bound=16 -): - df = df.sort_values(by=time_column).reset_index(drop=True) - df["dt"] = df[time_column].diff().dt.total_seconds() / 60.0 - df["segment_id"] = 0 - segment_id = 0 - start_idx = 0 - for i in range(1, len(df)): - if not (lower_bound <= df["dt"].iloc[i] <= upper_bound): - df.loc[start_idx:i, "segment_id"] = segment_id - segment_id += 1 - start_idx = i - df.loc[start_idx:, "segment_id"] = segment_id - return df.drop(columns="dt") - - -def _validate_time_series_segments( - df_segment, - segment_tag="segment_id", - timestamp_tag="Timestamp", - p_nan_rows=1, - p_nan_columns=70, - condition_off_dic=None, - dt_bounds=None, -): - if dt_bounds is None: - dt_bounds = [14, 16] - bad_quality_segments: dict = {} - lower_bound, upper_bound = dt_bounds[0], dt_bounds[1] - for seg_id in df_segment[segment_tag].unique(): - df_seg_i = df_segment.loc[df_segment[segment_tag] == seg_id] - dic_nan = _df_nan_stats( - df_seg_i, perc_rows_less_than=[p_nan_rows], perc_rows_more_than=[p_nan_rows] - ) - if condition_off_dic is not None: - df_cond = _df_single_columns_condition( - df_seg_i, condition_dic=condition_off_dic - ) - nan_cols = list(dic_nan["%NaN_per_column"].values()) - qc: dict = { - "nan_per_column": np.max(np.array(nan_cols)) <= p_nan_columns, - "nan_per_rows": list(dic_nan["%rows_more_than"].items())[0][1] - <= p_nan_rows, - } - if condition_off_dic is not None: - cond_vals = [df_cond[k]["nsamples"] for k in df_cond] - qc["condition_off"] = np.max(np.array(cond_vals)) == 0 - perc = _df_percentage_samples_minutes_interval( - df_seg_i, - date_col=timestamp_tag, - lower_bound=lower_bound, - upper_bound=upper_bound, - ) - qc["sampling_dt_condition"] = perc == 100 - if not all(qc.values()): - bad_quality_segments[seg_id] = qc - return bad_quality_segments - - -def _time_series_segment_quality_summary(df, timestamp_column, segments_column): - ts_cont_segments: dict = {} - for ix_s in df[segments_column].unique(): - df_filter = df.loc[df[segments_column] == ix_s] - ts_cont_segments[ix_s] = { - "start": pd.to_datetime(df_filter[timestamp_column].values[0]).strftime( - "%Y-%m-%d %H:%M:%S" - ), - "end": pd.to_datetime(df_filter[timestamp_column].values[-1]).strftime( - "%Y-%m-%d %H:%M:%S" - ), - "samples": len(df_filter), - "%nans": df_filter.isna().mean().mean() * 100, - } - return ts_cont_segments - - -# ── Orchestration ───────────────────────────────────────────────────────────── - -_FILTERING_PARAMS_DEFAULT = { - "nans": {"efficient_removal": {"preference_tie": "row"}}, - "dt": {"lower_bound": 14, "upper_bound": 16}, -} - - -def _dq_timeseries_segmentation( - pd_merge, filtering_params=None, timestamp_tag="Timestamp" -): - if filtering_params is None: - filtering_params = _FILTERING_PARAMS_DEFAULT - df_cleaned = pd_merge.copy() - p_nan_columns = 70 - p_nan_rows = 1 - - if "nans" in filtering_params: - if "efficient_removal" in filtering_params["nans"]: - preference_tie = filtering_params["nans"]["efficient_removal"].get( - "preference_tie", "row" - ) - output_efficient = _efficient_nan_removal( - df_cleaned, preference_tie=preference_tie - ) - df_cleaned = output_efficient["df_filter"] - p_nan_columns = 1 - p_nan_rows = 1 - if "p_nan_columns" in filtering_params["nans"]: - p_nan_columns = filtering_params["nans"]["p_nan_columns"] - df_cleaned = _remove_df_nans(df_cleaned, p=p_nan_columns, dim="columns") - if "p_nan_rows" in filtering_params["nans"]: - p_nan_rows = filtering_params["nans"]["p_nan_rows"] - df_cleaned = _remove_df_nans(df_cleaned, p=p_nan_rows, dim="rows") - - df_cleaned[timestamp_tag] = pd.to_datetime( - df_cleaned[timestamp_tag], errors="coerce" - ) - df_cleaned = df_cleaned.dropna(subset=[timestamp_tag]) - - condition_off_dic = None - if "operation_condition" in filtering_params: - operation_condition = filtering_params["operation_condition"] - condition_off_dic = {} - for op in operation_condition: - col = operation_condition[op]["column"] - if col in pd_merge.columns: - condition_off_dic[op] = ( - col, - _threshold_condition_function( - operation_condition[op]["threshold"], - condition_type=operation_condition[op]["condition_type"], - ), - ) - else: - logger.debug("Column %s not present in the cleaned dataset", col) - if condition_off_dic: - for key in condition_off_dic: - df_cleaned = _remove_df_rows_by_single_column_condition( - df_cleaned, condition_off_dic[key][0], condition_off_dic[key][1] - ) - - lower_bound = filtering_params["dt"]["lower_bound"] - upper_bound = filtering_params["dt"]["upper_bound"] - df_segment = _time_series_frequency_interval_segmentation( - df_cleaned, timestamp_tag, lower_bound=lower_bound, upper_bound=upper_bound - ) - - bad_quality_segments = _validate_time_series_segments( - df_segment, - segment_tag="segment_id", - timestamp_tag=timestamp_tag, - p_nan_rows=p_nan_rows, - p_nan_columns=p_nan_columns, - condition_off_dic=condition_off_dic, - dt_bounds=[lower_bound, upper_bound], - ) - if bad_quality_segments: - for seg_id in bad_quality_segments: - df_segment = df_segment[df_segment["segment_id"] != seg_id] - return df_segment diff --git a/src/servers/tsfm/forecasting.py b/src/servers/tsfm/forecasting.py deleted file mode 100644 index bcd2f2f3c..000000000 --- a/src/servers/tsfm/forecasting.py +++ /dev/null @@ -1,654 +0,0 @@ -"""TSFM inference, fine-tuning, and the data quality filter bridge. - -Heavy ML dependencies (tsfm_public, transformers, torch) are imported lazily -so the module can be imported even when they are absent. -""" - -from __future__ import annotations - -import math -import os -import pickle -import time -import yaml - -import numpy as np -import pandas as pd - -from .dataquality import ( - _df_dt_stats, - _df_nan_stats, - _dq_timeseries_segmentation, - _time_series_segment_quality_summary, -) -from .io import _make_json_compatible -from .metrics import _METRICS_FORECAST, _TSFREQUENCY_TOLERANCE, _freq_token_to_minutes - - -# ── TSFM data quality filter ────────────────────────────────────────────────── - - -def _tsfm_data_quality_filter( - df_dataframe, dataset_config_dictionary, model_config, task="inference" -): - timestamp_col = dataset_config_dictionary["column_specifiers"]["timestamp_column"] - data_col = [timestamp_col] - for columns_group in dataset_config_dictionary["column_specifiers"]: - if "_columns" in columns_group: - data_col.extend( - dataset_config_dictionary["column_specifiers"][columns_group] - ) - if "operation_on_column" in dataset_config_dictionary: - data_col.extend(dataset_config_dictionary["operation_on_column"]) - - df = df_dataframe[data_col].copy() - df[timestamp_col] = pd.to_datetime(df[timestamp_col]) - for col in data_col: - if col != timestamp_col: - df[col] = df[col].astype(float) - - time_intervals_dic = _df_dt_stats(df, date_col=timestamp_col, intervals_dic=None) - nans_dic = _df_nan_stats(df, perc_rows_less_than=[], perc_rows_more_than=[]) - - FILTERING_PARAMS: dict = {"nans": {"efficient_removal": {"preference_tie": "row"}}} - - frequency_minutes = None - if "frequency_sampling" in dataset_config_dictionary: - freq_str = dataset_config_dictionary["frequency_sampling"] - if freq_str: - assert freq_str in _freq_token_to_minutes, ( - f" frequency_sampling input does not belong to {list(_freq_token_to_minutes.keys())}, " - "select 'oov' to estimate it from the timestamps" - ) - frequency_minutes = _freq_token_to_minutes[freq_str] - - if frequency_minutes is None: - timestamps = pd.to_datetime(df[timestamp_col]) - time_diffs = timestamps.diff().dropna() - frequency_minutes = float(time_diffs.dt.total_seconds().div(60).median()) - - freq_lower = frequency_minutes - _TSFREQUENCY_TOLERANCE * frequency_minutes - freq_upper = frequency_minutes + _TSFREQUENCY_TOLERANCE * frequency_minutes - FILTERING_PARAMS["dt"] = {"lower_bound": freq_lower, "upper_bound": freq_upper} - - df = _dq_timeseries_segmentation( - df, filtering_params=FILTERING_PARAMS, timestamp_tag=timestamp_col - ) - - dataset_config = dataset_config_dictionary.copy() - dataset_config["id_columns"] = ["segment_id"] - for col_tag in dataset_config["column_specifiers"]: - if col_tag not in ("timestamp_column", "autoregressive_modeling"): - dataset_config["column_specifiers"][col_tag] = [ - c - for c in dataset_config["column_specifiers"][col_tag] - if c in df.columns - ] - - n_minimum = 1 - if task == "inference": - n_minimum = model_config["context_length"] - if task == "finetuning": - n_minimum = model_config["prediction_length"] + model_config["context_length"] - - group_sizes = df.groupby(dataset_config["id_columns"][0]).size() - large_groups = group_sizes[group_sizes >= n_minimum].index - df = df[df[dataset_config["id_columns"][0]].isin(large_groups)] - - ts_segments_quality_summary = _time_series_segment_quality_summary( - df, timestamp_col, dataset_config["id_columns"][0] - ) - ts_segments_quality_summary["removed_columns"] = [ - c for c in data_col if c not in df.columns - ] - ts_segments_quality_summary["frequency_sampling_min"] = frequency_minutes - - df = df.loc[:, ~df.columns.duplicated(keep="first")] - - return { - "data": df, - "dataset_config_dictionary": dataset_config, - "dataquality_summary": _make_json_compatible( - { - "original_data": { - "nans_summary": nans_dic, - "sampling_summary": time_intervals_dic, - }, - "filtered_data_ts_segments": ts_segments_quality_summary, - } - ), - } - - -# ── Inference helpers ───────────────────────────────────────────────────────── - - -def _get_gt_and_predictions( - trainer, dataset, ix_target_features, inverse_transforms=None -): - if inverse_transforms is None: - inverse_transforms = [] - outputs = trainer.predict(dataset) - target_value_list = [] - pred_value_list = [] - timestamp_id_value_dic: dict = {} - for i in range(len(dataset)): - aux = dataset[i]["future_values"][:, ix_target_features].detach().numpy() - if "timestamp" in dataset[i]: - timestamp_id_value_dic.setdefault("timestamp", []).append( - dataset[i]["timestamp"] - ) - if "id" in dataset[i]: - timestamp_id_value_dic.setdefault("id", []).extend(list(dataset[i]["id"])) - target_value_list.append(aux) - forecast_h = aux.shape[0] - aux_pred = outputs.predictions[0][ - i, :forecast_h, ix_target_features - ].transpose() - pred_value_list.append(aux_pred) - y_gt = np.array(target_value_list) - y_pred = np.array(pred_value_list) - for ix_fhorizon in range(y_gt.shape[1]): - if inverse_transforms: - y_gt[:, ix_fhorizon, :] = inverse_transforms[0](y_gt[:, ix_fhorizon, :]) - y_pred[:, ix_fhorizon, :] = inverse_transforms[0](y_pred[:, ix_fhorizon, :]) - return y_gt, y_pred, timestamp_id_value_dic - - -def _get_performance( - y_gt, - y_pred, - target_columns=None, - prediction=True, - inverse_transforms=None, - ts_mask=None, -): - if inverse_transforms is None: - inverse_transforms = [] - if ts_mask is None: - ts_mask = np.ones([y_gt.shape[0], y_gt.shape[1]]) - if not target_columns: - target_columns = list(np.arange(y_gt.shape[2])) - rows = [] - pd_prediction = pd.DataFrame() - pd_performance = pd.DataFrame() - for ix_target in range(y_gt.shape[2]): - for ix_fhorizon in range(y_gt.shape[1]): - if len(inverse_transforms) > ix_target: - y_gt[:, ix_fhorizon, ix_target] = inverse_transforms[ix_target]( - y_gt[:, ix_fhorizon, ix_target][:, np.newaxis] - )[:, 0] - y_pred[:, ix_fhorizon, ix_target] = inverse_transforms[ix_target]( - y_pred[:, ix_fhorizon, ix_target][:, np.newaxis] - )[:, 0] - pd_aux = pd.DataFrame( - { - "y_gt": y_gt[:, ix_fhorizon, ix_target], - "y_pred": y_pred[:, ix_fhorizon, ix_target], - "forecast_horizon": ix_fhorizon + 1, - "target": target_columns[ix_target], - "on_mask": ts_mask[:, ix_fhorizon], - } - ) - pd_prediction = pd.concat([pd_prediction, pd_aux], axis=0) - y_gt_mask = y_gt[:, ix_fhorizon, ix_target][ts_mask[:, ix_fhorizon] > 0] - y_pred_mask = y_pred[:, ix_fhorizon, ix_target][ts_mask[:, ix_fhorizon] > 0] - valid_mask = np.isfinite(y_gt_mask) & np.isfinite(y_pred_mask) - y_gt_mask = y_gt_mask[valid_mask] - y_pred_mask = y_pred_mask[valid_mask] - if y_gt_mask.shape[0] > 0: - for metric in _METRICS_FORECAST: - value = _METRICS_FORECAST[metric]( - y_gt[:, :ix_fhorizon, ix_target], - y_pred[:, :ix_fhorizon, ix_target], - axis=1, - ) - stat = np.mean(value) if value is not None else None - rows.append( - [target_columns[ix_target], ix_fhorizon + 1, metric, stat] - ) - if rows: - pd_performance = pd.DataFrame( - data=rows, columns=["target", "forecast", "metric", "value"] - ) - if prediction: - return pd_performance, pd_prediction - return pd_performance - - -def _get_ttm_hf_inference( - df_dataframe, - dataset_config_dictionary, - model_config, - model_checkpoint, - scaling=False, - tsp=None, - forecast_horizon=-1, -): - from tsfm_public import TinyTimeMixerForPrediction - from tsfm_public.toolkit.time_series_preprocessor import ( - TimeSeriesPreprocessor, - get_datasets, - create_timestamps, - ) - from transformers import Trainer, TrainingArguments - - if forecast_horizon == -1: - forecast_horizon = model_config["prediction_length"] - else: - assert forecast_horizon <= model_config["prediction_length"], ( - f" Selected forecast horizon is above what is supported by the model. " - f"Set a forecast horizon smaller than {model_config['prediction_length']}" - ) - context_length = model_config["context_length"] - assert context_length <= len(df_dataframe), ( - " length of dataframe needs to be larger or equal to context length" - ) - - column_specifiers = dataset_config_dictionary["column_specifiers"] - if ( - "id_columns" in dataset_config_dictionary - and "id_columns" not in column_specifiers - ): - column_specifiers["id_columns"] = dataset_config_dictionary["id_columns"] - - encode_categorical = False - tsp = TimeSeriesPreprocessor( - **column_specifiers, - scaling=scaling, - encode_categorical=encode_categorical, - prediction_length=forecast_horizon, - context_length=context_length, - ) - dataset_dic = get_datasets( - tsp, - df_dataframe, - split_config={"train": 1.0, "test": 0.0}, - use_frequency_token=True, - ) - dataset_inference = dataset_dic[0] - - model = TinyTimeMixerForPrediction.from_pretrained( - model_checkpoint, prediction_filter_length=forecast_horizon - ) - args = TrainingArguments(output_dir="./output", logging_dir="./log") - trainer = Trainer(model=model, args=args, eval_dataset=dataset_inference) - - ix_target_features = list( - np.arange(len(dataset_config_dictionary["column_specifiers"]["target_columns"])) - ) - - outputs = trainer.predict(dataset_inference) - y_pred = outputs.predictions[0][:, :forecast_horizon, ix_target_features] - - if tsp.scaling: - for ixf in range(y_pred.shape[1]): - y_pred[:, ixf, :] = tsp.target_scaler_dict["0"].inverse_transform( - y_pred[:, ixf, :] - ) - - timestamps_list = [] - timestamps_prediction_list = [] - for i in range(len(dataset_inference)): - if "timestamp" in dataset_inference[i]: - timestamps_list.append(dataset_inference[i]["timestamp"]) - timestamp_forecast = create_timestamps( - last_timestamp=dataset_inference[i]["timestamp"], - time_sequence=df_dataframe[ - column_specifiers["timestamp_column"] - ].values, - periods=forecast_horizon, - ) - timestamps_prediction_list.append(timestamp_forecast) - - output: dict = { - "target_columns": dataset_config_dictionary["column_specifiers"][ - "target_columns" - ], - "target_prediction": y_pred, - "timestamp": timestamps_list, - "timestamp_prediction": timestamps_prediction_list, - } - - inverse_transforms = [] - if scaling: - inverse_transforms.append(tsp.target_scaler_dict["0"].inverse_transform) - - y_gt, y_pred_eval, timestamp_id_value_dic = _get_gt_and_predictions( - trainer, - dataset_inference, - ix_target_features=ix_target_features, - inverse_transforms=inverse_transforms, - ) - target_columns = dataset_config_dictionary["column_specifiers"]["target_columns"] - pd_performance = _get_performance( - y_gt, y_pred_eval, target_columns=target_columns, prediction=False - ) - output["performance"] = pd_performance - - return output - - -# ── Fine-tuning ─────────────────────────────────────────────────────────────── - -_DEFAULT_TRAINING_ARGUMENTS = { - "overwrite_output_dir": True, - "learning_rate": 0.0001, - "num_train_epochs": 10, - "do_eval": True, - "evaluation_strategy": "epoch", - "per_device_train_batch_size": 32, - "per_device_eval_batch_size": 32, - "save_strategy": "epoch", - "logging_strategy": "epoch", - "save_total_limit": 3, - "load_best_model_at_end": True, - "metric_for_best_model": "eval_loss", - "greater_is_better": False, -} - - -def _ttm_main_config(): - return { - "scaling": "", - "p_validation": 0.1, - "encode_categorical": False, - "context_length": 512, - "patch_length": 64, - "forecast_horizon": 96, - "batch_size": 32, - "num_workers": 4, - "seed": 42, - "model_type": "ttm", - "optim": "AdamW", - "lr": 0.0, - "epochs": 4, - "scheduler": "OneCycleLR", - "epochs_warmup": 5, - "es_patience": 15.0, - "es_th": 0.0001, - "backbone_frozen": False, - "decoder_mode": "mix_channel", - "head_dropout": 0.7, - } - - -def _finetune_ttm_hf( - df_dataframe, - dataset_config_dictionary, - model_config, - save_model_dir, - n_finetune, - n_calibration, - n_test, - model_checkpoint="", - training_config_dic=None, -): - from tsfm_public import ( - TinyTimeMixerConfig, - TinyTimeMixerForPrediction, - TrackingCallback, - ) - from tsfm_public.toolkit.lr_finder import optimal_lr_finder - from tsfm_public.toolkit.time_series_preprocessor import ( - TimeSeriesPreprocessor, - get_datasets, - ) - from tsfm_public.toolkit.util import select_by_index - from transformers import Trainer, TrainingArguments, EarlyStoppingCallback, set_seed - - if training_config_dic is None: - args_config_dic = _ttm_main_config() - else: - args_config_dic = training_config_dic.copy() - default_config = _ttm_main_config() - for k in default_config: - if k not in args_config_dic: - args_config_dic[k] = default_config[k] - - seed = args_config_dic["seed"] - set_seed(seed) - encode_categorical = args_config_dic["encode_categorical"] - scaling_type = args_config_dic["scaling"] - p_validation = args_config_dic["p_validation"] - - forecast_horizon = model_config["prediction_length"] - context_length = model_config["context_length"] - args_config_dic["forecast_horizon"] = forecast_horizon - args_config_dic["context_length"] = context_length - - assert context_length <= len(df_dataframe), ( - " length of dataframe needs to be >= context length" - ) - - column_specifiers = dataset_config_dictionary["column_specifiers"] - ix_target_features = list(np.arange(len(column_specifiers["target_columns"]))) - - if ( - "id_columns" in dataset_config_dictionary - and "id_columns" not in column_specifiers - ): - column_specifiers["id_columns"] = dataset_config_dictionary["id_columns"] - - n_data = len(df_dataframe) - assert n_test >= 0 - p_test = n_test / n_data if n_test >= 1 else n_test - n_train_total = int(np.floor((1 - p_test) * n_data)) - - assert n_finetune > 0 - p_finetune = n_finetune / n_train_total if n_finetune > 1 else n_finetune - n_validation = np.ceil(p_finetune * n_train_total * p_validation) - p_train = (n_train_total - n_validation) / n_data - n_train_effective = p_finetune * n_train_total - n_validation - fewshot_fraction = n_train_effective / (n_train_total - n_validation) - - scaling = scaling_type == "standard" - - tsp = TimeSeriesPreprocessor( - **column_specifiers, - scaling=scaling, - encode_categorical=encode_categorical, - prediction_length=forecast_horizon, - context_length=context_length, - ) - dataset_dic = get_datasets( - tsp, - df_dataframe, - split_config={"train": p_train, "test": p_test}, - use_frequency_token=True, - fewshot_fraction=fewshot_fraction, - ) - train_dataset = dataset_dic[0] - valid_dataset = dataset_dic[1] - test_dataset = dataset_dic[2] - - with open(os.path.join(save_model_dir, "args_config.yml"), "w") as outfile: - yaml.dump(args_config_dic, outfile) - with open(os.path.join(save_model_dir, "tsp.pickle"), "wb") as _f: - pickle.dump(tsp, _f) - - if os.path.exists(model_checkpoint): - finetune_forecast_model = TinyTimeMixerForPrediction.from_pretrained( - model_checkpoint, - head_dropout=args_config_dic["head_dropout"], - num_input_channels=tsp.num_input_channels, - exogenous_channel_indices=tsp.exogenous_channel_indices, - prediction_channel_indices=tsp.prediction_channel_indices, - decoder_mode=args_config_dic["decoder_mode"], - enable_forecast_channel_mixing=False, - fcm_use_mixer=False, - ignore_mismatched_sizes=True, - prediction_filter_length=forecast_horizon, - ) - else: - config_ttm_dic = model_config.copy() - config_ttm_dic.update( - { - "head_dropout": args_config_dic["head_dropout"], - "prediction_length": forecast_horizon, - "num_input_channels": tsp.num_input_channels, - "exogenous_channel_indices": tsp.exogenous_channel_indices, - "prediction_channel_indices": tsp.prediction_channel_indices, - "enable_forecast_channel_mixing": False, - "fcm_use_mixer": False, - "decoder_mode": args_config_dic["decoder_mode"], - } - ) - config = TinyTimeMixerConfig(**config_ttm_dic) - finetune_forecast_model = TinyTimeMixerForPrediction(config) - - if args_config_dic["backbone_frozen"]: - for param in finetune_forecast_model.backbone.parameters(): - param.requires_grad = False - - batch_size = args_config_dic["batch_size"] - epochs = args_config_dic["epochs"] - num_workers = args_config_dic["num_workers"] - epochs_warmup = args_config_dic["epochs_warmup"] - es_patience = args_config_dic["es_patience"] - es_th = args_config_dic["es_th"] - optim = args_config_dic["optim"] - scheduler = args_config_dic["scheduler"] - lr = args_config_dic["lr"] - - # Use a fresh copy of the defaults to avoid cross-call mutation - training_config_dictionary = _DEFAULT_TRAINING_ARGUMENTS.copy() - - output_fewshot_dir = save_model_dir + "/fewshot/" - logging_dir = save_model_dir + "/log/" - os.makedirs(output_fewshot_dir, exist_ok=True) - os.makedirs(logging_dir, exist_ok=True) - - training_config_dictionary.update( - { - "per_device_train_batch_size": batch_size, - "per_device_eval_batch_size": batch_size, - "num_train_epochs": epochs, - "learning_rate": lr, - "output_dir": output_fewshot_dir, - "logging_dir": logging_dir, - "dataloader_num_workers": num_workers, - } - ) - if epochs_warmup > 0: - training_config_dictionary["warmup_steps"] = math.ceil( - epochs_warmup * len(train_dataset) / batch_size - ) - with open(os.path.join(save_model_dir, "training_config.yml"), "w") as outfile: - yaml.dump(training_config_dictionary, outfile) - - finetune_forecast_args = TrainingArguments(**training_config_dictionary) - - if n_finetune > 0: - if lr <= 0: - try: - lr, finetune_forecast_model = optimal_lr_finder( - finetune_forecast_model, train_dataset, batch_size=batch_size - ) - if lr <= 0: - lr = 0.0001 - except Exception: - lr = 0.0001 - else: - lr = 0.0001 - - early_stopping_callback = EarlyStoppingCallback( - early_stopping_patience=es_patience, - early_stopping_threshold=es_th, - ) - - optimizer = None - if optim == "AdamW": - from torch.optim import AdamW - - optimizer = AdamW(finetune_forecast_model.parameters(), lr=lr) - - scheduler_object = None - if scheduler == "cosine_with_warmup": - if optimizer is None: - from torch.optim import AdamW - - optimizer = AdamW(finetune_forecast_model.parameters(), lr=lr) - from transformers.optimization import get_cosine_schedule_with_warmup - - total_steps = math.ceil(len(train_dataset) * epochs / batch_size) - num_warmup_steps = math.ceil(epochs_warmup * len(train_dataset) / batch_size) - scheduler_object = get_cosine_schedule_with_warmup( - optimizer, num_warmup_steps=num_warmup_steps, num_training_steps=total_steps - ) - if scheduler == "OneCycleLR": - if optimizer is None: - from torch.optim import AdamW - - optimizer = AdamW(finetune_forecast_model.parameters(), lr=lr) - from torch.optim.lr_scheduler import OneCycleLR - - scheduler_object = OneCycleLR( - optimizer, - lr, - epochs=epochs, - steps_per_epoch=math.ceil(len(train_dataset) / batch_size), - ) - - tracking_callback = TrackingCallback() - finetune_forecast_trainer = Trainer( - model=finetune_forecast_model, - args=finetune_forecast_args, - train_dataset=train_dataset, - eval_dataset=valid_dataset, - callbacks=[early_stopping_callback, tracking_callback], - optimizers=(optimizer, scheduler_object), - ) - - start_time = time.time() - if n_finetune > 0: - finetune_forecast_trainer.train() - train_time = time.time() - start_time - - dataset_eval: dict = {} - if n_finetune > 0: - dataset_eval["train"] = train_dataset - dataset_eval["valid"] = valid_dataset - if n_test >= 1: - dataset_eval["test"] = test_dataset - - pd_performance = pd.DataFrame() - for dataset_key in dataset_eval: - inverse_transforms_eval = [] - if scaling: - inverse_transforms_eval.append( - tsp.target_scaler_dict["0"].inverse_transform - ) - y_gt, y_pred_eval, _ = _get_gt_and_predictions( - finetune_forecast_trainer, - dataset_eval[dataset_key], - ix_target_features=ix_target_features, - inverse_transforms=inverse_transforms_eval, - ) - target_columns = dataset_config_dictionary["column_specifiers"][ - "target_columns" - ] - pd_performance_i = _get_performance( - y_gt, y_pred_eval, target_columns=target_columns, prediction=False - ) - pd_performance_i["split"] = dataset_key - pd_performance = pd.concat([pd_performance, pd_performance_i], axis=0) - - pd_performance["train_time"] = train_time - return { - "performance": pd_performance, - "save_model_dir": save_model_dir, - "experiment_config_path": os.path.join(save_model_dir, "args_config.yml"), - } - - -def _find_largest_tsfm_checkpoint_directory(root_dir: str) -> str: - largest_checkpoint_dir = None - largest_number = float("-inf") - for f in os.listdir(root_dir): - if "checkpoint" in f: - number = int(f.split("-")[-1]) - if number > largest_number: - largest_number = number - largest_checkpoint_dir = os.path.join(root_dir, f) - return largest_checkpoint_dir diff --git a/src/servers/tsfm/io.py b/src/servers/tsfm/io.py deleted file mode 100644 index d0a347a0d..000000000 --- a/src/servers/tsfm/io.py +++ /dev/null @@ -1,135 +0,0 @@ -"""Path/IO helpers and dataset reader for the TSFM MCP server.""" - -from __future__ import annotations - -import json -import os -import tempfile -import uuid -from datetime import datetime -from typing import Optional - -import numpy as np -import pandas as pd - - -# ── Path helpers ────────────────────────────────────────────────────────────── - - -_DEFAULT_MODELS_DIR = os.path.join( - os.path.dirname(__file__), "artifacts", "output", "tuned_models" -) - - -def _get_model_checkpoint_path(model_checkpoint: str) -> str: - if os.path.isabs(model_checkpoint): - return model_checkpoint - return os.path.join( - os.environ.get("PATH_TO_MODELS_DIR", _DEFAULT_MODELS_DIR), model_checkpoint - ) - - -def _get_dataset_path(dataset: str) -> str: - if os.path.isabs(dataset): - return dataset - return os.path.join(os.environ.get("PATH_TO_DATASETS_DIR", ""), dataset) - - -def _get_outputs_path(outputs: str) -> str: - if os.path.isabs(outputs): - return outputs - return os.path.join(os.environ.get("PATH_TO_OUTPUTS_DIR", ""), outputs) - - -# ── JSON utilities ──────────────────────────────────────────────────────────── - - -def _write_json_to_temp(json_data: str) -> str: - temp_dir = tempfile.gettempdir() - temp_file_path = os.path.join(temp_dir, f"{uuid.uuid4().hex}.json") - with open(temp_file_path, "w") as f: - f.write(json_data) - return temp_file_path - - -def _make_json_compatible(obj): - """Recursively convert an object to a JSON-serializable form.""" - if isinstance(obj, dict): - return {str(k): _make_json_compatible(v) for k, v in obj.items()} - if isinstance(obj, list): - return [_make_json_compatible(i) for i in obj] - if isinstance(obj, (int, float, str, bool)) or obj is None: - return obj - if isinstance(obj, np.integer): - return int(obj) - if isinstance(obj, np.floating): - return float(obj) - if isinstance(obj, np.ndarray): - return obj.tolist() - if isinstance(obj, datetime): - return obj.isoformat() - return str(obj) - - -# ── Dataset reading ─────────────────────────────────────────────────────────── - - -def _read_ts_data(dataset_path: str, dataset_config_dictionary=None) -> pd.DataFrame: - if dataset_config_dictionary is not None: - timestamp_column = dataset_config_dictionary["column_specifiers"][ - "timestamp_column" - ] - else: - timestamp_column = "Date" - - valid_extensions = {".csv", ".json", ".xlsx"} - _, file_extension = os.path.splitext(dataset_path) - if file_extension.lower() not in valid_extensions: - raise ValueError( - f"Invalid file type received: {dataset_path}. " - f"Expected file types are: {', '.join(valid_extensions)}." - ) - - if ".csv" in dataset_path: - if dataset_config_dictionary is not None: - col_spec = dataset_config_dictionary["column_specifiers"] - data_df = pd.read_csv( - dataset_path, parse_dates=[col_spec["timestamp_column"]] - ) - else: - data_df = pd.read_csv(dataset_path) - - elif ".json" in dataset_path: - try: - with open(dataset_path) as _f: - result_dict = json.load(_f) - ts: dict = {} - for input_data in result_dict: - dt = datetime.fromisoformat(input_data["timestamp"]) - if (dt.minute % 15) != 0: - continue - input_data[timestamp_column] = dt - ts[dt] = input_data - data_df = pd.DataFrame() - for dt, v in ts.items(): - data_df = pd.concat([data_df, pd.DataFrame(v, index=[dt])]) - except Exception as ex: - raise ValueError( - f"input file {dataset_path} is not in the correct format" - ) from ex - - elif ".xlsx" in dataset_path: - if dataset_config_dictionary is not None: - col_spec = dataset_config_dictionary["column_specifiers"] - data_df = pd.read_excel( - dataset_path, parse_dates=[col_spec["timestamp_column"]] - ) - else: - data_df = pd.read_excel(dataset_path) - - else: - raise ValueError( - f"file extension must be: .json, .csv, or .xlsx. file: {dataset_path}" - ) - - return data_df diff --git a/src/servers/tsfm/main.py b/src/servers/tsfm/main.py deleted file mode 100644 index 288a388b2..000000000 --- a/src/servers/tsfm/main.py +++ /dev/null @@ -1,680 +0,0 @@ -"""TSFM (Time Series Foundation Model) MCP Server. - -Standalone implementation — no dependency on src/tsfmagent/. -The only external ML dependency is tsfm_public (IBM Granite TSFM): - https://github.com/IBM-granite/granite-tsfm - -Tools: - get_ai_tasks – list available AI task types (static, no deps) - get_tsfm_models – list available pre-trained model checkpoints (static) - run_tsfm_forecasting – zero-shot TTM inference on a dataset - run_tsfm_finetuning – few-shot finetuning of a TTM model - run_tsad – conformal anomaly detection on TSFM forecasts - run_integrated_tsad – end-to-end: forecasting + anomaly detection - -Heavy ML dependencies (tsfm_public, transformers, torch) are imported lazily; -the server starts and exposes the static tools even when they are absent. - -Required environment variables (path resolution): - PATH_TO_MODELS_DIR – directory containing TTM model checkpoint folders - PATH_TO_DATASETS_DIR – base directory for resolving relative dataset paths - PATH_TO_OUTPUTS_DIR – base directory for resolving output/save paths -""" - -from __future__ import annotations - -import json -import logging -import os -import tempfile -import uuid -from functools import lru_cache -from typing import Dict, List, Optional, Union - -import numpy as np -import pandas as pd -from dotenv import load_dotenv -from mcp.server.fastmcp import FastMCP - -from .anomaly import _TimeSeriesAnomalyDetectionConformalWrapper -from .forecasting import ( - _finetune_ttm_hf, - _find_largest_tsfm_checkpoint_directory, - _get_ttm_hf_inference, - _tsfm_data_quality_filter, -) -from .io import ( - _get_dataset_path, - _get_model_checkpoint_path, - _get_outputs_path, - _read_ts_data, - _write_json_to_temp, -) -from .models import ( - _AI_TASKS, - _TSFM_MODELS, - AITaskEntry, - AITasksResult, - ErrorResult, - FinetuningResult, - ForecastingResult, - TSADResult, - TSFMModelEntry, - TSFMModelsResult, -) - -load_dotenv() - -_log_level = getattr( - logging, os.environ.get("LOG_LEVEL", "WARNING").upper(), logging.WARNING -) -logging.basicConfig(level=_log_level) -logger = logging.getLogger("tsfm-mcp-server") - - - -# ── Internal helpers ────────────────────────────────────────────────────────── - - -@lru_cache(maxsize=16) -def _load_model_config(model_checkpoint: str) -> dict: - """Load and cache model config.json to avoid repeated disk reads.""" - with open(model_checkpoint + "/config.json") as f: - return json.load(f) - - -def _build_dataset_config( - timestamp_column: str, - target_columns: List[str], - conditional_columns: Optional[List[str]], - id_columns: Optional[List[str]], - frequency_sampling: str, - autoregressive_modeling: bool, -) -> dict: - return { - "column_specifiers": { - "autoregressive_modeling": autoregressive_modeling, - "timestamp_column": timestamp_column, - "conditional_columns": conditional_columns or [], - "target_columns": target_columns, - }, - "id_columns": id_columns or [], - "frequency_sampling": frequency_sampling, - } - - -def _tsad_output_to_df(output: dict) -> pd.DataFrame: - kpi = output.pop("KPI", None) - df = pd.DataFrame.from_dict({k: np.array(v) for k, v in output.items()}) - if kpi is not None: - df["KPI"] = ( - kpi[0] if (hasattr(kpi, "__len__") and not isinstance(kpi, str)) else kpi - ) - return df - - -# ── FastMCP server ──────────────────────────────────────────────────────────── - -mcp = FastMCP("tsfm", instructions="Time-series foundation models: forecasting, finetuning, and anomaly detection using IBM Granite TinyTimeMixer.") - - -# ── Static tools ────────────────────────────────────────────────────────────── - - -@mcp.tool(title="Get AI Tasks") -def get_ai_tasks() -> AITasksResult: - """Returns the list of supported AI task types for time-series analysis. - - Tasks: tsfm_integrated_tsad, tsfm_forecasting, tsfm_forecasting_finetune, - tsfm_forecasting_evaluation. - """ - return AITasksResult(tasks=[AITaskEntry(**t) for t in _AI_TASKS]) - - -@mcp.tool(title="Get TSFM Models") -def get_tsfm_models() -> TSFMModelsResult: - """Returns the list of available pre-trained TinyTimeMixer (TTM) model checkpoints. - - Models: ttm_96_28 (context_length=96), ttm_512_96 (context_length=512), - and energy-domain fine-tuned variants of both. - """ - return TSFMModelsResult(models=[TSFMModelEntry(**m) for m in _TSFM_MODELS]) - - -# ── TSFM Forecasting (zero-shot inference) ──────────────────────────────────── - - -@mcp.tool(title="Run TSFM Forecasting") -def run_tsfm_forecasting( - dataset_path: str, - timestamp_column: str, - target_columns: List[str], - model_checkpoint: str = "ttm_96_28", - forecast_horizon: int = -1, - conditional_columns: Optional[List[str]] = None, - id_columns: Optional[List[str]] = None, - frequency_sampling: str = "oov", - autoregressive_modeling: bool = True, - include_dataquality_summary: bool = False, -) -> Union[ForecastingResult, ErrorResult]: - """Run zero-shot time-series forecasting with a TinyTimeMixer (TTM) model. - - Returns a ForecastingResult whose results_file is the path to a JSON file - with raw predictions (target_prediction, timestamp, target_columns arrays). - Pass that path to run_tsad as tsfm_output_json for anomaly detection. - - Args: - dataset_path: Path to a CSV, JSON, or XLSX dataset. - timestamp_column: Name of the timestamp column. - target_columns: Columns to forecast. - model_checkpoint: Model name (e.g. ttm_96_28) or absolute checkpoint path. - forecast_horizon: Number of steps to forecast; -1 uses the model default. - conditional_columns: Exogenous / conditional feature columns. - id_columns: ID columns for multi-entity grouped time series. - frequency_sampling: Sampling frequency string (e.g. '15_minutes') or - 'oov' to auto-detect from the data. - autoregressive_modeling: Use autoregressive inference when True. - include_dataquality_summary: Attach a data-quality report to the result. - """ - if not dataset_path.strip(): - return ErrorResult(error="dataset_path is required") - if not target_columns: - return ErrorResult(error="target_columns must not be empty") - - try: - import tsfm_public # noqa: F401 – verify dependency present - except ImportError as exc: - return ErrorResult(error=f"tsfm dependencies unavailable: {exc}") - - model_checkpoint = _get_model_checkpoint_path(model_checkpoint) - dataset_path = _get_dataset_path(dataset_path) - dataset_config = _build_dataset_config( - timestamp_column, - target_columns, - conditional_columns, - id_columns, - frequency_sampling, - autoregressive_modeling, - ) - - try: - data_df = _read_ts_data(dataset_path, dataset_config_dictionary=dataset_config) - model_config = _load_model_config(model_checkpoint) - - output_data_quality = _tsfm_data_quality_filter( - data_df, dataset_config, model_config, task="inference" - ) - data_df = output_data_quality["data"] - dataset_config = output_data_quality["dataset_config_dictionary"] - - inference_result_dict_data: dict = { - "target_prediction": [], - "timestamp": [], - "target_columns": [], - } - - if len(data_df) > 0: - output = _get_ttm_hf_inference( - data_df, - dataset_config, - model_config, - model_checkpoint, - forecast_horizon=forecast_horizon, - ) - inference_result_dict_data["target_prediction"] = output[ - "target_prediction" - ].tolist() - inference_result_dict_data["timestamp"] = ( - np.array(output["timestamp_prediction"]).astype(str).tolist() - ) - inference_result_dict_data["target_columns"] = output["target_columns"] - else: - return ErrorResult( - error="Data quality was poor; after filtering, no continuous segment satisfied the " - "context length requirement. Check Data Quality Summary." - ) - - # Trim to requested forecast horizon - if forecast_horizon != -1 and "target_prediction" in inference_result_dict_data: - target_prediction = np.array( - inference_result_dict_data["target_prediction"] - ) - if 0 < forecast_horizon <= target_prediction.shape[1]: - inference_result_dict_data["target_prediction"] = target_prediction[ - :, :forecast_horizon, : - ].tolist() - inference_result_dict_data["timestamp"] = np.array( - inference_result_dict_data["timestamp"] - )[:, :forecast_horizon].tolist() - - results_file = _write_json_to_temp( - json.dumps(inference_result_dict_data, indent=4) - ) - - except Exception as exc: - logger.error("run_tsfm_forecasting failed: %s", exc) - return ErrorResult(error=str(exc)) - - dataquality_summary = ( - output_data_quality["dataquality_summary"] - if include_dataquality_summary - else None - ) - return ForecastingResult( - status="success", - results_file=results_file, - dataquality_summary=dataquality_summary, - message=f"Forecasting complete. Predictions saved to {results_file}.", - ) - - -# ── TSFM Finetuning ─────────────────────────────────────────────────────────── - - -@mcp.tool(title="Run TSFM Finetuning") -def run_tsfm_finetuning( - dataset_path: str, - timestamp_column: str, - target_columns: List[str], - model_checkpoint: str = "ttm_96_28", - save_model_dir: str = "tuned_models", - forecast_horizon: int = -1, - n_finetune: float = 0.05, - n_calibration: float = 0.0, - n_test: float = 0.05, - conditional_columns: Optional[List[str]] = None, - id_columns: Optional[List[str]] = None, - frequency_sampling: str = "oov", - autoregressive_modeling: bool = True, - include_dataquality_summary: bool = False, -) -> Union[FinetuningResult, ErrorResult]: - """Few-shot fine-tune a TinyTimeMixer model on a local dataset. - - Returns a FinetuningResult with the saved checkpoint path and a JSON file - containing per-forecast-horizon performance metrics. - - Args: - dataset_path: Path to the training dataset (CSV/JSON/XLSX). - timestamp_column: Name of the timestamp column. - target_columns: Columns to forecast and fine-tune on. - model_checkpoint: Base model to start from (e.g. ttm_96_28). - save_model_dir: Directory to save the fine-tuned model checkpoint. - forecast_horizon: Steps to forecast; -1 uses the model default. - n_finetune: Fraction (≤1) or count (>1) of samples for fine-tuning. - n_calibration: Fraction or count for calibration set (default 0). - n_test: Fraction or count for test evaluation (default 0.05). - conditional_columns: Exogenous feature columns. - id_columns: ID columns for grouped time series. - frequency_sampling: Sampling frequency string or 'oov' to auto-detect. - autoregressive_modeling: Use autoregressive mode when True. - include_dataquality_summary: Attach a data-quality report to the result. - """ - if not dataset_path.strip(): - return ErrorResult(error="dataset_path is required") - if not target_columns: - return ErrorResult(error="target_columns must not be empty") - - try: - import tsfm_public # noqa: F401 - except ImportError as exc: - return ErrorResult(error=f"tsfm dependencies unavailable: {exc}") - - model_checkpoint = _get_model_checkpoint_path(model_checkpoint) - dataset_path = _get_dataset_path(dataset_path) - abs_save_dir = _get_outputs_path(save_model_dir) - dataset_config = _build_dataset_config( - timestamp_column, - target_columns, - conditional_columns, - id_columns, - frequency_sampling, - autoregressive_modeling, - ) - - try: - data_df = _read_ts_data(dataset_path, dataset_config_dictionary=dataset_config) - model_config = _load_model_config(model_checkpoint) - - os.makedirs(abs_save_dir, exist_ok=True) - - output_data_quality = _tsfm_data_quality_filter( - data_df, dataset_config, model_config, task="finetuning" - ) - data_df = output_data_quality["data"] - dataset_config = output_data_quality["dataset_config_dictionary"] - - if len(data_df) == 0: - return ErrorResult( - error="Data quality was poor; after filtering, no continuous segment satisfied the " - "context length requirement. Check Data Quality Summary." - ) - - output = _finetune_ttm_hf( - data_df, - dataset_config, - model_config, - abs_save_dir, - n_finetune, - n_calibration, - n_test, - model_checkpoint=model_checkpoint, - ) - - result_dict = output.copy() - result_dict["performance"] = result_dict["performance"].to_dict() - - if "performance" in result_dict: - df_perf = pd.DataFrame(result_dict["performance"]) - df_perf["forecast"] = df_perf["forecast"].values + 1 - max_forecast = df_perf["forecast"].max() - if 0 < forecast_horizon <= max_forecast: - result_dict["performance"] = df_perf.loc[ - df_perf["forecast"] == forecast_horizon - ].to_dict() - - if include_dataquality_summary: - result_dict["dataquality_summary"] = output_data_quality[ - "dataquality_summary" - ] - - results_file = _write_json_to_temp(json.dumps(result_dict, indent=4)) - - except Exception as exc: - logger.error("run_tsfm_finetuning failed: %s", exc) - return ErrorResult(error=str(exc)) - - try: - fewshot_dir = abs_save_dir + "/fewshot/" - saved_checkpoint = ( - _find_largest_tsfm_checkpoint_directory(fewshot_dir) or abs_save_dir - ) + "/" - except Exception as exc: - logger.warning("Could not resolve finetuned checkpoint path: %s", exc) - saved_checkpoint = save_model_dir - - return FinetuningResult( - status="success", - model_checkpoint=saved_checkpoint, - results_file=results_file, - message=( - f"Fine-tuning complete. Model saved to {saved_checkpoint}. " - f"Metrics saved to {results_file}." - ), - ) - - -# ── TSAD (conformal anomaly detection on top of TSFM forecasts) ────────────── - - -@mcp.tool(title="Run Anomaly Detection") -def run_tsad( - dataset_path: str, - tsfm_output_json: str, - timestamp_column: str, - target_columns: List[str], - task: str = "fit", - false_alarm: float = 0.05, - ad_model_type: str = "timeseries_conformal_adaptive", - ad_model_checkpoint: Optional[str] = None, - ad_model_save: Optional[str] = None, - n_calibration: float = 0.2, - conditional_columns: Optional[List[str]] = None, - id_columns: Optional[List[str]] = None, - frequency_sampling: Optional[str] = None, - autoregressive_modeling: bool = True, -) -> Union[TSADResult, ErrorResult]: - """Run conformal anomaly detection on TSFM forecasting output. - - tsfm_output_json must be the results_file path returned by run_tsfm_forecasting. - Fits (or loads) a conformal AD model and saves anomaly-labelled predictions to CSV. - - Args: - dataset_path: Path to the original time-series dataset. - tsfm_output_json: Path to JSON predictions file from run_tsfm_forecasting. - timestamp_column: Name of the timestamp column. - target_columns: Target columns that were forecast. - task: 'fit' to train a new AD model, 'inference' to use an existing one. - false_alarm: False alarm rate (1 − coverage); default 0.05 → 95% coverage. - ad_model_type: 'timeseries_conformal' or 'timeseries_conformal_adaptive'. - ad_model_checkpoint: Path to an existing AD model (required for 'inference'). - ad_model_save: Directory to save the fitted AD model. - n_calibration: Fraction of data used for calibration (default 0.2). - conditional_columns: Exogenous feature columns. - id_columns: ID columns for grouped time series. - frequency_sampling: Sampling frequency string or None to auto-detect. - autoregressive_modeling: Use autoregressive mode when True. - """ - if not dataset_path.strip(): - return ErrorResult(error="dataset_path is required") - if not tsfm_output_json.strip(): - return ErrorResult(error="tsfm_output_json is required") - if not target_columns: - return ErrorResult(error="target_columns must not be empty") - if task not in ("fit", "inference"): - return ErrorResult(error="task must be 'fit' or 'inference'") - - try: - import tsfm_public # noqa: F401 - except ImportError as exc: - return ErrorResult(error=f"tsfm dependencies unavailable: {exc}") - - dataset_config = _build_dataset_config( - timestamp_column, - target_columns, - conditional_columns, - id_columns, - frequency_sampling or "", - autoregressive_modeling, - ) - - try: - with open(tsfm_output_json, "r") as fh: - tsmodel_pred = json.load(fh) - - output = _TimeSeriesAnomalyDetectionConformalWrapper().run( - dataset_path, - dataset_config, - tsmodel_pred, - ad_model_checkpoint=ad_model_checkpoint, - ad_model_save=ad_model_save, - task=task, - ad_model_type=ad_model_type, - n_calibration=n_calibration, - false_alarm=false_alarm, - ) - except Exception as exc: - logger.error("run_tsad failed: %s", exc) - return ErrorResult(error=str(exc)) - - try: - df = _tsad_output_to_df(output) - tmp_dir = tempfile.mkdtemp() - csv_path = os.path.join(tmp_dir, f"tsad_output_{uuid.uuid4()}.csv") - df.to_csv(csv_path, index=False) - anomaly_count = ( - int(df["anomaly_label"].sum()) if "anomaly_label" in df.columns else 0 - ) - except Exception as exc: - logger.error("run_tsad result serialisation failed: %s", exc) - return ErrorResult(error=f"Failed to serialise TSAD output: {exc}") - - return TSADResult( - status="success", - results_file=csv_path, - total_records=len(df), - anomaly_count=anomaly_count, - columns=list(df.columns), - message=( - f"Anomaly detection complete. {anomaly_count} anomalies in {len(df)} records. " - f"Results saved to {csv_path}." - ), - ) - - -# ── Integrated TSAD (forecasting + anomaly detection in one call) ───────────── - - -@mcp.tool(title="Run Integrated Forecasting + Anomaly Detection") -def run_integrated_tsad( - dataset_path: str, - timestamp_column: str, - target_columns: List[str], - model_checkpoint: str = "ttm_96_28", - false_alarm: float = 0.05, - ad_model_type: str = "timeseries_conformal_adaptive", - n_calibration: float = 0.2, - conditional_columns: Optional[List[str]] = None, - id_columns: Optional[List[str]] = None, - frequency_sampling: str = "", - autoregressive_modeling: bool = True, -) -> Union[TSADResult, ErrorResult]: - """Run end-to-end time-series forecasting + anomaly detection in one call. - - For each target column: runs zero-shot TTM forecasting, then fits a conformal - AD model and predicts anomaly labels. Saves a combined CSV with anomaly labels - and KPI scores for all columns. - - Args: - dataset_path: Path to the dataset (CSV/JSON/XLSX). - timestamp_column: Name of the timestamp column. - target_columns: Columns to run forecasting + anomaly detection on. - model_checkpoint: Pre-trained TTM model name (default: ttm_96_28). - false_alarm: False alarm rate; default 0.05 → 95% coverage. - ad_model_type: 'timeseries_conformal' or 'timeseries_conformal_adaptive'. - n_calibration: Fraction of data for AD calibration (default 0.2). - conditional_columns: Exogenous feature columns. - id_columns: ID columns for grouped time series. - frequency_sampling: Sampling frequency string or '' to auto-detect. - autoregressive_modeling: Use autoregressive mode when True. - """ - if not dataset_path.strip(): - return ErrorResult(error="dataset_path is required") - if not target_columns: - return ErrorResult(error="target_columns must not be empty") - - try: - import tsfm_public # noqa: F401 - except ImportError as exc: - return ErrorResult(error=f"tsfm dependencies unavailable: {exc}") - - model_checkpoint = _get_model_checkpoint_path(model_checkpoint) - dataset_path = _get_dataset_path(dataset_path) - - try: - ad_model_save = _get_outputs_path("tsad_model_save/") - os.makedirs(ad_model_save, exist_ok=True) - - model_config = _load_model_config(model_checkpoint) - df_combined = pd.DataFrame() - - # Read the full dataset once with all target columns, then subset per column - full_config = _build_dataset_config( - timestamp_column, - target_columns, - conditional_columns, - id_columns, - frequency_sampling, - autoregressive_modeling, - ) - full_data_df = _read_ts_data(dataset_path, dataset_config_dictionary=full_config) - - for col in target_columns: - col_config = _build_dataset_config( - timestamp_column, - [col], - conditional_columns, - id_columns, - frequency_sampling, - autoregressive_modeling, - ) - - # 1. Quality-filter data for this column (reuse already-loaded data) - data_df = full_data_df - output_dq = _tsfm_data_quality_filter( - data_df, col_config, model_config, task="inference" - ) - data_df_filtered = output_dq["data"] - col_config_filtered = output_dq["dataset_config_dictionary"] - - if len(data_df_filtered) == 0: - logger.warning( - "Data quality filter removed all data for column %s; skipping.", col - ) - continue - - # 2. Zero-shot forecasting for this column - try: - forecast_output = _get_ttm_hf_inference( - data_df_filtered, - col_config_filtered, - model_config, - model_checkpoint, - ) - except Exception as exc: - logger.warning("Forecasting failed for column %s: %s", col, exc) - continue - - inference_data = { - "target_prediction": forecast_output["target_prediction"].tolist(), - "timestamp": np.array(forecast_output["timestamp_prediction"]) - .astype(str) - .tolist(), - "target_columns": forecast_output["target_columns"], - } - # 3. Conformal anomaly detection for this column - tsmodel_pred = inference_data - - try: - tsad_output = _TimeSeriesAnomalyDetectionConformalWrapper().run( - dataset_path, - col_config, - tsmodel_pred, - ad_model_checkpoint=None, - ad_model_save=ad_model_save, - task="fit", - ad_model_type=ad_model_type, - n_calibration=n_calibration, - false_alarm=false_alarm, - ) - except Exception as exc: - logger.warning("TSAD failed for column %s: %s", col, exc) - continue - - df_col = _tsad_output_to_df(tsad_output) - df_combined = pd.concat([df_combined, df_col], axis=0, ignore_index=True) - - if df_combined.empty: - return ErrorResult(error="No TSAD results produced for any target column.") - - tmp_dir = tempfile.mkdtemp() - csv_path = os.path.join(tmp_dir, f"integrated_tsad_{uuid.uuid4()}.csv") - df_combined.to_csv(csv_path, index=False) - anomaly_count = ( - int(df_combined["anomaly_label"].sum()) - if "anomaly_label" in df_combined.columns - else 0 - ) - - except Exception as exc: - logger.error("run_integrated_tsad failed: %s", exc) - return ErrorResult(error=str(exc)) - - return TSADResult( - status="success", - results_file=csv_path, - total_records=len(df_combined), - anomaly_count=anomaly_count, - columns=list(df_combined.columns), - message=( - f"Integrated TSAD complete. {anomaly_count} anomalies in {len(df_combined)} records " - f"across {len(target_columns)} column(s). Results saved to {csv_path}." - ), - ) - - -def main(): - mcp.run(transport="stdio") - - -if __name__ == "__main__": - main() diff --git a/src/servers/tsfm/metrics.py b/src/servers/tsfm/metrics.py deleted file mode 100644 index 1068c8a5d..000000000 --- a/src/servers/tsfm/metrics.py +++ /dev/null @@ -1,274 +0,0 @@ -"""Forecasting metrics, spectral/trend loss functions, and frequency token constants.""" - -from __future__ import annotations - -import numpy as np - - -# ── Basic forecasting metrics ───────────────────────────────────────────────── - - -def _RMSE(y_true, y_pred, axis=None): - values = ( - np.mean((y_true - y_pred) ** 2) - if axis is None - else np.mean((y_true - y_pred) ** 2, axis=axis) - ) - return np.sqrt(values) - - -def _MAE(y_true, y_pred, axis=None): - if axis is None: - return np.mean(np.abs(y_true - y_pred)) - return np.mean(np.abs(y_true - y_pred), axis=axis) - - -def _MAPE(y_true, y_pred, axis=None): - non_zero_mask = np.array(y_true != 0).astype("int") - y_true_denom = np.array(y_true) * non_zero_mask + (1 - non_zero_mask) * 1e-15 - values = np.abs((y_true - y_pred)) / np.abs(y_true_denom) - if axis is None: - if np.sum(non_zero_mask) > 0: - return np.sum(values * non_zero_mask) / np.sum(non_zero_mask) * 100 - return None - if np.sum(non_zero_mask) > 0: - numerator = np.sum(values * non_zero_mask, axis=axis) - denominator = np.sum(non_zero_mask, axis=axis) - output = 100 * numerator - output[denominator == 0] = None - output[denominator != 0] /= denominator[denominator != 0] - return output - return None - - -def _SMAPE(y_true, y_pred, axis=None): - denominator = (np.abs(y_true) + np.abs(y_pred)) / 2 - non_zero_mask = np.array(denominator != 0).astype("int") - denominator = np.array(denominator) * non_zero_mask + (1 - non_zero_mask) * 1e-15 - values = np.abs(y_true - y_pred) / denominator - if axis is None: - return np.mean(values) * 100 - return np.mean(values, axis=axis) * 100 - - -def _WAPE(y_true, y_pred, axis=None): - numerator = np.abs((y_true - y_pred)) - if axis is None: - denominator = np.sum(np.abs(y_true)) - if denominator == 0: - return None - return np.sum(numerator) / denominator - denominator = np.sum(np.abs(y_true), axis=axis) - values = np.sum(numerator, axis=axis) - values[denominator == 0] = None - values[denominator != 0] /= denominator[denominator != 0] - return values - - -def _Bias(y_true, y_pred, axis=None): - delta = y_pred - y_true - if axis is None: - return np.mean(delta) - return np.mean(delta, axis=axis) - - -def _NRMSE(y_true, y_pred, axis=None, norm="mean"): - values = _RMSE(y_true, y_pred, axis=axis) - den = (np.max(y_true) - np.min(y_true)) if norm == "minmax" else np.mean(y_true) - return np.sqrt(values) / np.abs(den) - - -def _cosine_similarity_matrix(A, B, axis=1): - dot_product = np.sum(A * B, axis=axis) - norm_A = np.linalg.norm(A, axis=axis) - norm_B = np.linalg.norm(B, axis=axis) - return dot_product / (norm_A * norm_B) - - -# ── Spectral / trend losses (require torch lazily) ──────────────────────────── - - -def _loss_helper(outputs, targets, fn, axis=1): - import torch - - outputs = outputs.astype(np.float64) - targets = targets.squeeze() - outputs = outputs.squeeze() - if len(targets.shape) == 0 or targets.shape[0] == 0: - return np.array(0.0) - if len(targets.shape) == 1: - if targets.shape[0] < 4: - return np.array([0.0]) - return ( - fn( - torch.from_numpy(targets.reshape(1, -1)), - torch.from_numpy(outputs.reshape(1, -1)), - ) - .cpu() - .detach() - .item() - ) - B, T = targets.shape - if axis == 1: - if T < 4: - return np.array([0.0]) - return ( - fn(torch.from_numpy(targets), torch.from_numpy(outputs)) - .cpu() - .detach() - .numpy() - ) - return np.array(0.0) - - -def _amp_loss(outputs, targets): - import torch - - B, T = outputs.shape - fft_size = 1 << (2 * T - 1).bit_length() - out_f = torch.fft.fft(outputs, fft_size, dim=-1) - tgt_f = torch.fft.fft(targets, fft_size, dim=-1) - out_norm = torch.linalg.vector_norm(outputs, dim=-1) - tgt_norm = torch.linalg.vector_norm(targets, dim=-1) - auto_corr = torch.fft.ifft(tgt_f * tgt_f.conj(), dim=-1).real - auto_corr = torch.cat([auto_corr[..., -(T - 1) :], auto_corr[..., :T]], dim=-1) - norm = torch.where(tgt_norm == 0, 1e-9, tgt_norm * tgt_norm) - nac_tgt = auto_corr / norm.unsqueeze(1) - cross_corr = torch.fft.ifft(tgt_f * out_f.conj(), dim=-1).real - cross_corr = torch.cat([cross_corr[..., -(T - 1) :], cross_corr[..., :T]], dim=-1) - norm2 = torch.where(tgt_norm * out_norm == 0, 1e-9, tgt_norm * out_norm) - nac_out = cross_corr / (tgt_norm * out_norm).unsqueeze(1) - return torch.mean(torch.abs(nac_tgt - nac_out), dim=-1) - - -def _ashift_loss(outputs, targets): - import torch - - B, T = outputs.shape - return T * torch.mean( - torch.abs(1 / T - torch.softmax(outputs - targets, dim=-1)), dim=-1 - ) - - -def _phase_loss(outputs, targets): - import torch - - B, T = outputs.shape - out_f = torch.fft.fft(outputs, dim=-1) - tgt_f = torch.fft.fft(targets, dim=-1) - tgt_f_sq = tgt_f.real**2 + tgt_f.imag**2 - mask = (tgt_f_sq > T).float() - topk_indices = tgt_f_sq.topk(k=int(T**0.5), dim=-1).indices - mask = mask.scatter_(-1, topk_indices, 1.0) - mask[..., 0] = 1.0 - mask = torch.where(mask > 0, 1.0, 0.0) - mask = mask.bool() - not_mask = (~mask).float() - not_mask /= torch.mean(not_mask, dim=-1).unsqueeze(1) - zero_error = torch.abs(out_f) * not_mask - zero_error = torch.where( - torch.isnan(zero_error), torch.zeros_like(zero_error), zero_error - ) - mask_f = mask.float() - mask_f /= torch.mean(mask_f, dim=-1).unsqueeze(1) - ae = torch.abs(out_f - tgt_f) * mask_f - ae = torch.where(torch.isnan(ae), torch.zeros_like(ae), ae) - return (torch.mean(zero_error, dim=-1) + torch.mean(ae, dim=-1)) / (T**0.5) - - -def _tildeq_loss(target, output): - amp = _amp_loss(target, output) - shift = _ashift_loss(target, output) - phase = _phase_loss(target, output) - return 0.5 * phase + 0.5 * shift + 0.01 * amp - - -def _TILDEQ(outputs, targets, axis=1): - return _loss_helper(outputs, targets, _tildeq_loss, axis=axis) - - -def _derivatives(inp, device="cpu"): - import torch - - batch_size, lens = inp.shape[0:2] - input2 = inp[:, 2:lens].to(device) - input1 = inp[:, 0 : lens - 2].to(device) - return input2 - input1 - - -def _w_mse(targets, outputs, device="cpu"): - import torch - - batch_size, lens = targets.shape[0:2] - t1 = targets[:, 1:lens].to(device) - t2 = targets[:, 0 : lens - 1].to(device) - o1 = outputs[:, 1:lens].to(device) - o2 = outputs[:, 0 : lens - 1].to(device) - sigma = torch.tanh((t1 - t2) * (o1 - o2)) - nt = targets[:, 1:lens].to(device) - no = outputs[:, 1:lens].to(device) - return torch.abs(no - nt) * (1.0 - sigma) - - -def _trend_loss(targets, outputs, alpha=0.5, device="cpu"): - import torch - - sq_error = _w_mse(targets, outputs, device) - error1 = torch.mean(sq_error, dim=-1) - x1 = _derivatives(targets, device) - x2 = _derivatives(outputs, device) - _xt1 = x1.squeeze() - _xt2 = x2.squeeze() - if len(_xt1.shape) == 1: - _xt1 = torch.reshape(_xt1, (1, _xt1.shape[0])) - _xt1 = _xt1.T - _xt2 = _xt2.T - xc1 = (_xt1 - _xt1.mean(dim=0)).T - xc2 = (_xt2 - _xt2.mean(dim=0)).T - p_corr = torch.nn.functional.cosine_similarity(xc1, xc2, dim=-1) - w_corr = 1 - p_corr - dd = torch.norm(targets - outputs, dim=-1) - return error1 + alpha * w_corr * dd - - -def _TREND(targets, outputs, axis=1): - return _loss_helper(outputs, targets, _trend_loss, axis=axis) - - -_METRICS_FORECAST = { - "RMSE": _RMSE, - "MAE": _MAE, - "MAPE": _MAPE, - "SMAPE": _SMAPE, - "WAPE": _WAPE, - "Bias": _Bias, - "NRMSE": _NRMSE, - "TREND": _TREND, - "TILDEQ": _TILDEQ, - "COSSIM": _cosine_similarity_matrix, -} - - -# ── Frequency token constants ───────────────────────────────────────────────── - -_freq_token_mapping = { - "oov": 0, - "minutely": 1, - "2_minutes": 2, - "5_minutes": 3, - "10_minutes": 4, - "15_minutes": 5, - "half_hourly": 6, - "hourly": 7, -} -_freq_token_to_minutes = { - "oov": None, - "minutely": 1, - "2_minutes": 2, - "5_minutes": 5, - "10_minutes": 10, - "15_minutes": 15, - "half_hourly": 30, - "hourly": 60, -} -_TSFREQUENCY_TOLERANCE = 0.2 diff --git a/src/servers/tsfm/models.py b/src/servers/tsfm/models.py deleted file mode 100644 index 508168cf2..000000000 --- a/src/servers/tsfm/models.py +++ /dev/null @@ -1,101 +0,0 @@ -"""Pydantic result models and static data for the TSFM MCP server.""" - -from __future__ import annotations - -from typing import Any, List, Optional - -from pydantic import BaseModel - - -# ── Static data ─────────────────────────────────────────────────────────────── - -_AI_TASKS = [ - { - "task_id": "tsfm_integrated_tsad", - "task_description": "Time series Anomaly detection", - }, - { - "task_id": "tsfm_forecasting", - "task_description": "Time series Multivariate Forecasting", - }, - { - "task_id": "tsfm_forecasting_finetune", - "task_description": "Finetuning of Multivariate Forecasting models", - }, - { - "task_id": "tsfm_forecasting_evaluation", - "task_description": "Evaluation of Forecasting models", - }, -] - -_TSFM_MODELS = [ - { - "model_id": "ttm_96_28", - "model_checkpoint": "ttm_96_28", - "model_description": "Pretrained forecasting model with context length 96", - }, - { - "model_id": "ttm_512_96", - "model_checkpoint": "ttm_512_96", - "model_description": "Pretrained forecasting model with context length 512", - }, - { - "model_id": "ttm_energy_96_28", - "model_checkpoint": "ttm_96_28", - "model_description": "Pretrained forecasting model tuned on energy data with context length 96", - }, - { - "model_id": "ttm_energy_512_96", - "model_checkpoint": "ttm_512_96", - "model_description": "Pretrained forecasting model tuned on energy data with context length 512", - }, -] - - -# ── Result models ───────────────────────────────────────────────────────────── - - -class ErrorResult(BaseModel): - error: str - - -class AITaskEntry(BaseModel): - task_id: str - task_description: str - - -class AITasksResult(BaseModel): - tasks: List[AITaskEntry] - - -class TSFMModelEntry(BaseModel): - model_id: str - model_checkpoint: str - model_description: str - - -class TSFMModelsResult(BaseModel): - models: List[TSFMModelEntry] - - -class ForecastingResult(BaseModel): - status: str - results_file: str - dataquality_summary: Optional[Any] = None - message: str - - -class FinetuningResult(BaseModel): - status: str - model_checkpoint: str - results_file: str - message: str - - -class TSADResult(BaseModel): - status: str - results_file: str - total_records: int - anomaly_count: int - columns: List[str] - message: str diff --git a/src/servers/tsfm/tests/__init__.py b/src/servers/tsfm/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/tsfm/tests/conftest.py b/src/servers/tsfm/tests/conftest.py deleted file mode 100644 index 169484aad..000000000 --- a/src/servers/tsfm/tests/conftest.py +++ /dev/null @@ -1,28 +0,0 @@ -"""Shared fixtures and helpers for TSFM MCP server tests.""" - -from __future__ import annotations - -import json -import os - -import pytest - -# Skip marker for tests that require tsfm_public + its ML dependencies. -def _tsfm_available() -> bool: - try: - import tsfm_public # noqa: F401 - return True - except ImportError: - return False - - -requires_tsfm = pytest.mark.skipif( - not _tsfm_available(), - reason="tsfm_public not installed", -) - - -async def call_tool(mcp_instance, tool_name: str, args: dict) -> dict: - """Helper: call an MCP tool and return the parsed JSON response.""" - contents, _ = await mcp_instance.call_tool(tool_name, args) - return json.loads(contents[0].text) diff --git a/src/servers/tsfm/tests/test_tools.py b/src/servers/tsfm/tests/test_tools.py deleted file mode 100644 index 744b4abc9..000000000 --- a/src/servers/tsfm/tests/test_tools.py +++ /dev/null @@ -1,272 +0,0 @@ -"""Tests for the TSFM MCP server tools. - -Unit tests cover input validation and static responses (no ML deps required). -Integration tests are gated by requires_tsfm and need tsfm_public installed -along with PATH_TO_MODELS_DIR / PATH_TO_DATASETS_DIR set. -""" - -from __future__ import annotations - -import pytest - -from servers.tsfm.main import mcp -from .conftest import call_tool, requires_tsfm - - -# ── get_ai_tasks ────────────────────────────────────────────────────────────── - -class TestGetAITasks: - @pytest.mark.anyio - async def test_returns_tasks_list(self): - data = await call_tool(mcp, "get_ai_tasks", {}) - assert "tasks" in data - assert isinstance(data["tasks"], list) - assert len(data["tasks"]) == 4 - - @pytest.mark.anyio - async def test_contains_expected_task_ids(self): - data = await call_tool(mcp, "get_ai_tasks", {}) - ids = {t["task_id"] for t in data["tasks"]} - assert "tsfm_forecasting" in ids - assert "tsfm_integrated_tsad" in ids - assert "tsfm_forecasting_finetune" in ids - - @pytest.mark.anyio - async def test_each_task_has_description(self): - data = await call_tool(mcp, "get_ai_tasks", {}) - for task in data["tasks"]: - assert task.get("task_description"), f"missing description on {task}" - - -# ── get_tsfm_models ─────────────────────────────────────────────────────────── - -class TestGetTSFMModels: - @pytest.mark.anyio - async def test_returns_models_list(self): - data = await call_tool(mcp, "get_tsfm_models", {}) - assert "models" in data - assert isinstance(data["models"], list) - assert len(data["models"]) == 4 - - @pytest.mark.anyio - async def test_contains_expected_model_ids(self): - data = await call_tool(mcp, "get_tsfm_models", {}) - ids = {m["model_id"] for m in data["models"]} - assert "ttm_96_28" in ids - assert "ttm_512_96" in ids - - @pytest.mark.anyio - async def test_each_model_has_checkpoint_and_description(self): - data = await call_tool(mcp, "get_tsfm_models", {}) - for model in data["models"]: - assert model.get("model_checkpoint"), f"missing checkpoint on {model}" - assert model.get("model_description"), f"missing description on {model}" - - -# ── run_tsfm_forecasting — input validation ─────────────────────────────────── - -class TestRunTSFMForecastingValidation: - @pytest.mark.anyio - async def test_empty_dataset_path_returns_error(self): - data = await call_tool( - mcp, "run_tsfm_forecasting", - {"dataset_path": "", "timestamp_column": "ts", "target_columns": ["val"]}, - ) - assert "error" in data - assert "dataset_path" in data["error"] - - @pytest.mark.anyio - async def test_empty_target_columns_returns_error(self): - data = await call_tool( - mcp, "run_tsfm_forecasting", - {"dataset_path": "/tmp/data.csv", "timestamp_column": "ts", "target_columns": []}, - ) - assert "error" in data - assert "target_columns" in data["error"] - - @pytest.mark.anyio - async def test_missing_deps_returns_error(self): - # tsfm_public is not expected to be installed in the CI/MCP environment. - # If it IS installed this test is a no-op (the import succeeds). - data = await call_tool( - mcp, "run_tsfm_forecasting", - { - "dataset_path": "/nonexistent/data.csv", - "timestamp_column": "Timestamp", - "target_columns": ["sensor_1"], - }, - ) - # Either tsfm_public is missing (error about deps) or the file is missing - # (runtime error). Either way, the tool must return {"error": ...}. - assert "error" in data - - -# ── run_tsfm_finetuning — input validation ──────────────────────────────────── - -class TestRunTSFMFinetuningValidation: - @pytest.mark.anyio - async def test_empty_dataset_path_returns_error(self): - data = await call_tool( - mcp, "run_tsfm_finetuning", - {"dataset_path": "", "timestamp_column": "ts", "target_columns": ["val"]}, - ) - assert "error" in data - assert "dataset_path" in data["error"] - - @pytest.mark.anyio - async def test_empty_target_columns_returns_error(self): - data = await call_tool( - mcp, "run_tsfm_finetuning", - {"dataset_path": "/tmp/data.csv", "timestamp_column": "ts", "target_columns": []}, - ) - assert "error" in data - assert "target_columns" in data["error"] - - -# ── run_tsad — input validation ─────────────────────────────────────────────── - -class TestRunTSADValidation: - @pytest.mark.anyio - async def test_empty_dataset_path_returns_error(self): - data = await call_tool( - mcp, "run_tsad", - { - "dataset_path": "", - "tsfm_output_json": "/tmp/pred.json", - "timestamp_column": "ts", - "target_columns": ["val"], - }, - ) - assert "error" in data - assert "dataset_path" in data["error"] - - @pytest.mark.anyio - async def test_empty_tsfm_output_json_returns_error(self): - data = await call_tool( - mcp, "run_tsad", - { - "dataset_path": "/tmp/data.csv", - "tsfm_output_json": "", - "timestamp_column": "ts", - "target_columns": ["val"], - }, - ) - assert "error" in data - assert "tsfm_output_json" in data["error"] - - @pytest.mark.anyio - async def test_invalid_task_returns_error(self): - data = await call_tool( - mcp, "run_tsad", - { - "dataset_path": "/tmp/data.csv", - "tsfm_output_json": "/tmp/pred.json", - "timestamp_column": "ts", - "target_columns": ["val"], - "task": "invalid_task", - }, - ) - assert "error" in data - assert "task" in data["error"] - - @pytest.mark.anyio - async def test_empty_target_columns_returns_error(self): - data = await call_tool( - mcp, "run_tsad", - { - "dataset_path": "/tmp/data.csv", - "tsfm_output_json": "/tmp/pred.json", - "timestamp_column": "ts", - "target_columns": [], - }, - ) - assert "error" in data - assert "target_columns" in data["error"] - - -# ── run_integrated_tsad — input validation ──────────────────────────────────── - -class TestRunIntegratedTSADValidation: - @pytest.mark.anyio - async def test_empty_dataset_path_returns_error(self): - data = await call_tool( - mcp, "run_integrated_tsad", - {"dataset_path": "", "timestamp_column": "ts", "target_columns": ["val"]}, - ) - assert "error" in data - assert "dataset_path" in data["error"] - - @pytest.mark.anyio - async def test_empty_target_columns_returns_error(self): - data = await call_tool( - mcp, "run_integrated_tsad", - {"dataset_path": "/tmp/data.csv", "timestamp_column": "ts", "target_columns": []}, - ) - assert "error" in data - assert "target_columns" in data["error"] - - -# ── Integration tests (requires tsfm_public) ───────────────────────────────── - -@requires_tsfm -class TestTSFMForecastingIntegration: - @pytest.mark.anyio - async def test_forecasting_returns_results_file(self, tmp_path): - """Smoke test: run inference on a small synthetic CSV dataset.""" - import pandas as pd - import numpy as np - - # Create a small synthetic sine-wave CSV - n = 200 - df = pd.DataFrame({ - "Timestamp": pd.date_range("2024-01-01", periods=n, freq="15min"), - "sensor_1": np.sin(np.linspace(0, 4 * np.pi, n)), - }) - csv_path = str(tmp_path / "synthetic.csv") - df.to_csv(csv_path, index=False) - - data = await call_tool( - mcp, "run_tsfm_forecasting", - { - "dataset_path": csv_path, - "timestamp_column": "Timestamp", - "target_columns": ["sensor_1"], - "model_checkpoint": "ttm_96_28", - "frequency_sampling": "15_minutes", - }, - ) - assert "error" not in data, data.get("error") - assert data["status"] == "success" - assert data["results_file"] - - -@requires_tsfm -class TestIntegratedTSADIntegration: - @pytest.mark.anyio - async def test_integrated_tsad_returns_csv(self, tmp_path): - """Smoke test: run integrated TSAD on a small synthetic dataset.""" - import pandas as pd - import numpy as np - - n = 300 - df = pd.DataFrame({ - "Timestamp": pd.date_range("2024-01-01", periods=n, freq="15min"), - "sensor_1": np.sin(np.linspace(0, 6 * np.pi, n)) + np.random.randn(n) * 0.05, - }) - csv_path = str(tmp_path / "synthetic_ad.csv") - df.to_csv(csv_path, index=False) - - data = await call_tool( - mcp, "run_integrated_tsad", - { - "dataset_path": csv_path, - "timestamp_column": "Timestamp", - "target_columns": ["sensor_1"], - "model_checkpoint": "ttm_96_28", - "frequency_sampling": "15_minutes", - }, - ) - assert "error" not in data, data.get("error") - assert data["status"] == "success" - assert data["results_file"] - assert data["total_records"] > 0 diff --git a/src/servers/utilities/__init__.py b/src/servers/utilities/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/utilities/main.py b/src/servers/utilities/main.py deleted file mode 100644 index 48e1858b8..000000000 --- a/src/servers/utilities/main.py +++ /dev/null @@ -1,99 +0,0 @@ -import json -import logging -import tempfile -from datetime import datetime, timezone -from pathlib import Path -from uuid import uuid4 - -import pendulum -from mcp.server.fastmcp import FastMCP -from pydantic import BaseModel - -import os - -# Setup logging — default WARNING so stderr stays quiet when used as MCP server; -# set LOG_LEVEL=INFO (or DEBUG) in the environment to see verbose output. -_log_level = getattr(logging, os.environ.get("LOG_LEVEL", "WARNING").upper(), logging.WARNING) -logging.basicConfig(level=_log_level) -logger = logging.getLogger("utilities-mcp-server") - -mcp = FastMCP("utilities", instructions="General utilities: read JSON files and get current date/time.") - - -class DateTimeResult(BaseModel): - currentDateTime: str - currentDateTimeDescription: str - - -class TimeEnglishResult(BaseModel): - english: str - iso: str - - -# --- Helper Functions --- - - -def get_temp_filename() -> str: - tmpdir = tempfile.gettempdir() - tmppath = Path(tmpdir) - basepath = Path("cbmdir") - filename = str(uuid4()) - - tmpdir_path = tmppath / basepath - tmpdir_path.mkdir(parents=True, exist_ok=True) - - filepath = tmpdir_path / (filename + ".json") - return str(filepath) - - -# --- JSON Tools --- - - -@mcp.tool(title="Read JSON File") -def json_reader(file_name: str) -> str: - """Reads a JSON file, parses its content, and returns the parsed data.""" - try: - with open(file_name, "r") as fp: - contents = json.load(fp) - return json.dumps(contents) - except Exception as e: - logger.error(f"Error reading JSON file {file_name}: {e}") - return json.dumps({"error": str(e)}) - - -# --- Time Tools --- - - -@mcp.tool(title="Get Current Date and Time") -def current_date_time() -> DateTimeResult: - """Provides the current date time as a JSON object.""" - now = datetime.now(timezone.utc) - now_iso = now.isoformat().replace("+00:00", "Z") - - date_part = now_iso.split("T")[0] - time_part = now_iso.split("T")[1].split(".")[0] - - description = f"Today's date is {date_part} and time is {time_part}." - - return DateTimeResult(currentDateTime=now_iso, currentDateTimeDescription=description) - - -@mcp.tool(title="Get Current Time in English") -def current_time_english() -> TimeEnglishResult: - """Returns the current time in English text.""" - now = datetime.now(timezone.utc) - now_iso = now.isoformat().replace("+00:00", "Z") - - dt = pendulum.parse(now_iso) - eng = dt.to_datetime_string() - - return TimeEnglishResult(english=eng, iso=now_iso) - - -def main(): - # Initialize and run the server - mcp.run(transport="stdio") - - -if __name__ == "__main__": - main() diff --git a/src/servers/utilities/tests/__init__.py b/src/servers/utilities/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/utilities/tests/conftest.py b/src/servers/utilities/tests/conftest.py deleted file mode 100644 index e25f1a88b..000000000 --- a/src/servers/utilities/tests/conftest.py +++ /dev/null @@ -1,11 +0,0 @@ -import json - -import pytest - -# Helper functions for tests - - -async def call_tool(mcp_instance, tool_name: str, args: dict) -> dict: - """Helper: call an MCP tool and return parsed JSON response.""" - contents, _ = await mcp_instance.call_tool(tool_name, args) - return json.loads(contents[0].text) diff --git a/src/servers/utilities/tests/test_utilities.py b/src/servers/utilities/tests/test_utilities.py deleted file mode 100644 index 0940ea266..000000000 --- a/src/servers/utilities/tests/test_utilities.py +++ /dev/null @@ -1,106 +0,0 @@ -"""Tests for Utilities MCP server tools.""" - -import json -import os -import tempfile - -import pytest -from servers.utilities.main import mcp -from .conftest import call_tool - - -# --------------------------------------------------------------------------- -# current_date_time -# --------------------------------------------------------------------------- - - -class TestCurrentDateTime: - @pytest.mark.anyio - async def test_response_structure(self): - data = await call_tool(mcp, "current_date_time", {}) - assert "currentDateTime" in data - assert "currentDateTimeDescription" in data - - @pytest.mark.anyio - async def test_description_format(self): - data = await call_tool(mcp, "current_date_time", {}) - desc = data["currentDateTimeDescription"] - assert "Today's date is" in desc - assert "time is" in desc - - @pytest.mark.anyio - async def test_iso_format(self): - data = await call_tool(mcp, "current_date_time", {}) - # Should contain a T separator (ISO 8601) - assert "T" in data["currentDateTime"] - - -# --------------------------------------------------------------------------- -# current_time_english -# --------------------------------------------------------------------------- - - -class TestCurrentTimeEnglish: - @pytest.mark.anyio - async def test_response_structure(self): - data = await call_tool(mcp, "current_time_english", {}) - assert "english" in data - assert "iso" in data - - @pytest.mark.anyio - async def test_english_is_readable(self): - data = await call_tool(mcp, "current_time_english", {}) - # pendulum's to_datetime_string returns "YYYY-MM-DD HH:MM:SS" - parts = data["english"].split(" ") - assert len(parts) == 2 # date + time - - -# --------------------------------------------------------------------------- -# json_reader -# --------------------------------------------------------------------------- - - -class TestJsonReader: - @pytest.mark.anyio - async def test_reads_valid_json(self): - with tempfile.NamedTemporaryFile(mode="w", suffix=".json", delete=False) as tmp: - json.dump({"test": "data"}, tmp) - tmp_name = tmp.name - - try: - data = await call_tool(mcp, "json_reader", {"file_name": tmp_name}) - assert data == {"test": "data"} - finally: - os.remove(tmp_name) - - @pytest.mark.anyio - async def test_reads_nested_json(self): - payload = {"a": [1, 2, 3], "b": {"nested": True}} - with tempfile.NamedTemporaryFile(mode="w", suffix=".json", delete=False) as tmp: - json.dump(payload, tmp) - tmp_name = tmp.name - - try: - data = await call_tool(mcp, "json_reader", {"file_name": tmp_name}) - assert data == payload - finally: - os.remove(tmp_name) - - @pytest.mark.anyio - async def test_nonexistent_file(self): - data = await call_tool( - mcp, "json_reader", {"file_name": "/tmp/does_not_exist_12345.json"} - ) - assert "error" in data - - @pytest.mark.anyio - async def test_invalid_json_content(self): - with tempfile.NamedTemporaryFile(mode="w", suffix=".json", delete=False) as tmp: - tmp.write("not valid json {{{") - tmp_name = tmp.name - - try: - data = await call_tool(mcp, "json_reader", {"file_name": tmp_name}) - assert "error" in data - finally: - os.remove(tmp_name) diff --git a/src/servers/vibration/__init__.py b/src/servers/vibration/__init__.py deleted file mode 100644 index 1563996af..000000000 --- a/src/servers/vibration/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# Vibration Analysis MCP Server for AssetOpsBench -# -# DSP core adapted from vibration-analysis-mcp by Luigi Di Maggio (LGDiMaggio) -# https://github.com/LGDiMaggio/claude-stwinbox-diagnostics -# SPDX-License-Identifier: Apache-2.0 diff --git a/src/servers/vibration/couchdb_client.py b/src/servers/vibration/couchdb_client.py deleted file mode 100644 index ad9c013c7..000000000 --- a/src/servers/vibration/couchdb_client.py +++ /dev/null @@ -1,145 +0,0 @@ -"""CouchDB client for fetching vibration sensor data. - -Uses a dedicated database (VIBRATION_DBNAME, default 'vibration') to keep -vibration data isolated from the IoT asset database. Connection -credentials are shared: COUCHDB_URL, COUCHDB_USERNAME, COUCHDB_PASSWORD. -""" - -from __future__ import annotations - -import logging -import os -from datetime import datetime -from typing import Optional - -import couchdb3 -import numpy as np -from dotenv import load_dotenv - -load_dotenv() -logger = logging.getLogger("vibration-mcp-server") - -COUCHDB_URL = os.environ.get("COUCHDB_URL") -VIBRATION_DBNAME = os.environ.get("VIBRATION_DBNAME", "vibration") -COUCHDB_USER = os.environ.get("COUCHDB_USERNAME") -COUCHDB_PASSWORD = os.environ.get("COUCHDB_PASSWORD") - - -def _get_db() -> Optional[couchdb3.Database]: - """Lazy CouchDB connection with error handling.""" - if not COUCHDB_URL: - logger.warning("COUCHDB_URL not set — vibration data from CouchDB unavailable") - return None - if not VIBRATION_DBNAME: - logger.warning( - "VIBRATION_DBNAME not set — vibration data from CouchDB unavailable" - ) - return None - try: - return couchdb3.Database( - VIBRATION_DBNAME, - url=COUCHDB_URL, - user=COUCHDB_USER, - password=COUCHDB_PASSWORD, - ) - except Exception as e: - logger.error(f"CouchDB connection failed: {e}") - return None - - -def fetch_vibration_timeseries( - asset_id: str, - sensor_name: str, - start: str, - final: Optional[str] = None, - limit: int = 10000, -) -> Optional[tuple[np.ndarray, float]]: - """ - Fetch sensor time-series from CouchDB and return as numpy array. - - Queries CouchDB for documents matching the given asset_id and time range, - extracts values from the specified sensor column, and estimates the - sample rate from the timestamp spacing. - - Args: - asset_id: Asset identifier (e.g., 'Chiller 6'). - sensor_name: Name of the sensor field in CouchDB documents. - start: ISO 8601 start timestamp. - final: Optional ISO 8601 end timestamp. - limit: Maximum number of documents to fetch. - - Returns: - (signal_array, estimated_sample_rate) or None on error. - """ - db = _get_db() - if not db: - return None - - try: - selector: dict = { - "asset_id": asset_id, - "timestamp": {"$gte": datetime.fromisoformat(start).isoformat()}, - } - if final: - selector["timestamp"]["$lt"] = datetime.fromisoformat(final).isoformat() - - res = db.find( - selector, - limit=limit, - sort=[{"asset_id": "asc"}, {"timestamp": "asc"}], - ) - except Exception as e: - logger.error(f"CouchDB query failed: {e}") - return None - - docs = res.get("docs", []) - if not docs: - logger.info(f"No documents found for {asset_id}/{sensor_name}") - return None - - # Extract single sensor column - values: list[float] = [] - timestamps: list[str] = [] - for doc in docs: - if sensor_name in doc and "timestamp" in doc: - try: - values.append(float(doc[sensor_name])) - timestamps.append(doc["timestamp"]) - except (ValueError, TypeError): - continue - - if len(values) < 2: - logger.info( - f"Insufficient data points ({len(values)}) for {asset_id}/{sensor_name}" - ) - return None - - signal = np.array(values, dtype=np.float64) - - # Estimate sample rate from timestamp differences - try: - ts = [datetime.fromisoformat(t) for t in timestamps] - diffs = [(ts[i + 1] - ts[i]).total_seconds() for i in range(len(ts) - 1)] - avg_dt = sum(diffs) / len(diffs) - sample_rate = 1.0 / avg_dt if avg_dt > 0 else 1.0 - except Exception: - sample_rate = 1.0 # fallback: 1 Hz - - return signal, sample_rate - - -def list_sensor_fields(asset_id: str) -> list[str]: - """Return the sensor field names available for an asset in CouchDB.""" - db = _get_db() - if not db: - return [] - try: - res = db.find({"asset_id": asset_id}, limit=1) - if not res["docs"]: - return [] - doc = res["docs"][0] - exclude = {"_id", "_rev", "asset_id", "timestamp"} - return sorted(k for k in doc.keys() if k not in exclude) - except Exception as e: - logger.error(f"Error listing sensors for {asset_id}: {e}") - return [] diff --git a/src/servers/vibration/data_store.py b/src/servers/vibration/data_store.py deleted file mode 100644 index e546899aa..000000000 --- a/src/servers/vibration/data_store.py +++ /dev/null @@ -1,142 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Adapted from https://github.com/LGDiMaggio/claude-stwinbox-diagnostics/tree/main/mcp-servers/vibration-analysis-mcp -""" -Server-side data store for vibration signals. - -Signals are kept in memory on the MCP server so that large numpy arrays -never need to transit through the LLM conversation context. The agent -only sees compact summaries (statistics, peak lists, diagnosis reports). -""" - -from __future__ import annotations - -import hashlib -import time -from dataclasses import dataclass, field - -import numpy as np -from numpy.typing import NDArray - - -def _kurtosis(x: NDArray) -> float: - """Excess kurtosis (Fisher definition, normal = 0).""" - n = len(x) - if n < 4: - return 0.0 - m = np.mean(x) - s = np.std(x, ddof=1) # sample std, consistent with main.py & fault_detection.py - if s < 1e-15: - return 0.0 - return float(np.mean(((x - m) / s) ** 4) - 3.0) - - -@dataclass -class DataEntry: - """A stored signal with metadata.""" - - signal: NDArray[np.floating] - sample_rate: float - created_at: float = field(default_factory=time.time) - metadata: dict = field(default_factory=dict) - - @property - def n_samples(self) -> int: - return self.signal.shape[0] - - @property - def n_channels(self) -> int: - return self.signal.shape[1] if self.signal.ndim > 1 else 1 - - @property - def duration_s(self) -> float: - return self.n_samples / self.sample_rate if self.sample_rate > 0 else 0 - - def summary(self) -> dict: - """Return a compact summary (no raw data).""" - sig = self.signal - if sig.ndim == 1: - sig = sig.reshape(-1, 1) - - channel_stats = {} - labels = self.metadata.get( - "axis_labels", - ["X", "Y", "Z"][: sig.shape[1]] - if sig.shape[1] <= 3 - else [f"CH{i}" for i in range(sig.shape[1])], - ) - for i, label in enumerate(labels): - if i >= sig.shape[1]: - break - col = sig[:, i] - rms = float(np.sqrt(np.mean(col**2))) - channel_stats[label] = { - "mean": round(float(np.mean(col)), 6), - "std": round(float(np.std(col)), 6), - "rms": round(rms, 6), - "peak": round(float(np.max(np.abs(col))), 6), - "crest_factor": round(float(np.max(np.abs(col)) / rms), 2) - if rms > 0 - else 0, - "kurtosis": round(float(_kurtosis(col)), 2), - } - - return { - "n_samples": self.n_samples, - "n_channels": self.n_channels, - "sample_rate_hz": self.sample_rate, - "duration_s": round(self.duration_s, 4), - "channel_stats": channel_stats, - "metadata": { - k: v for k, v in self.metadata.items() if k != "axis_labels" - }, - } - - -class DataStore: - """Simple in-memory store for vibration signals.""" - - def __init__(self) -> None: - self._entries: dict[str, DataEntry] = {} - - def put( - self, - data_id: str, - signal: NDArray[np.floating], - sample_rate: float, - metadata: dict | None = None, - ) -> str: - """Store a signal. Returns the data_id.""" - self._entries[data_id] = DataEntry( - signal=np.asarray(signal, dtype=np.float64), - sample_rate=sample_rate, - metadata=metadata or {}, - ) - return data_id - - def put_auto( - self, - signal: NDArray[np.floating], - sample_rate: float, - metadata: dict | None = None, - ) -> str: - """Store a signal with an auto-generated ID.""" - h = hashlib.md5(signal.tobytes()[:1024]).hexdigest()[:8] - data_id = f"sig_{h}_{int(time.time()) % 100000}" - return self.put(data_id, signal, sample_rate, metadata) - - def get(self, data_id: str) -> DataEntry | None: - return self._entries.get(data_id) - - def remove(self, data_id: str) -> bool: - return self._entries.pop(data_id, None) is not None - - def list_ids(self) -> list[str]: - return list(self._entries.keys()) - - def list_entries(self) -> list[dict]: - """Return summaries of all stored entries.""" - return [{"data_id": k, **v.summary()} for k, v in self._entries.items()] - - -# Global singleton — shared across all tools in this server -store = DataStore() diff --git a/src/servers/vibration/dsp/__init__.py b/src/servers/vibration/dsp/__init__.py deleted file mode 100644 index 4f7dc3977..000000000 --- a/src/servers/vibration/dsp/__init__.py +++ /dev/null @@ -1,29 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Adapted from https://github.com/LGDiMaggio/claude-stwinbox-diagnostics/tree/main/mcp-servers/vibration-analysis-mcp - -from .fft_analysis import compute_fft, compute_psd, compute_spectrogram, find_peaks_in_spectrum -from .envelope import envelope_spectrum, check_bearing_peaks -from .bearing_freqs import compute_bearing_frequencies, get_bearing, list_bearings, COMMON_BEARINGS -from .fault_detection import ( - assess_iso10816, - extract_shaft_features, - classify_faults, - generate_diagnosis_summary, -) - -__all__ = [ - "compute_fft", - "compute_psd", - "compute_spectrogram", - "find_peaks_in_spectrum", - "envelope_spectrum", - "check_bearing_peaks", - "compute_bearing_frequencies", - "get_bearing", - "list_bearings", - "COMMON_BEARINGS", - "assess_iso10816", - "extract_shaft_features", - "classify_faults", - "generate_diagnosis_summary", -] diff --git a/src/servers/vibration/dsp/bearing_freqs.py b/src/servers/vibration/dsp/bearing_freqs.py deleted file mode 100644 index 149fb9975..000000000 --- a/src/servers/vibration/dsp/bearing_freqs.py +++ /dev/null @@ -1,196 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Adapted from https://github.com/LGDiMaggio/claude-stwinbox-diagnostics/tree/main/mcp-servers/vibration-analysis-mcp -""" -Bearing characteristic frequency calculator. - -Computes BPFI, BPFO, BSF, and FTF from bearing geometry and shaft RPM. -These are the fundamental frequencies used in envelope analysis to detect -bearing faults in rotating machinery. - -Formulas based on standard rolling element bearing kinematics: - FTF = (RPM/60) * 0.5 * (1 - Bd/Pd * cos(alpha)) - BPFO = (RPM/60) * N_balls/2 * (1 - Bd/Pd * cos(alpha)) - BPFI = (RPM/60) * N_balls/2 * (1 + Bd/Pd * cos(alpha)) - BSF = (RPM/60) * Pd/(2*Bd) * (1 - (Bd/Pd * cos(alpha))^2) -""" - -from __future__ import annotations - -import math -from dataclasses import dataclass -from typing import Optional - - -@dataclass -class BearingGeometry: - """Bearing physical dimensions.""" - - name: str - n_balls: int # Number of rolling elements - ball_dia: float # Ball/roller diameter (mm) - pitch_dia: float # Pitch diameter (mm) - contact_angle: float = 0.0 # Contact angle in degrees - - -@dataclass -class BearingFrequencies: - """Calculated bearing characteristic frequencies at a given RPM.""" - - rpm: float - ftf: float # Fundamental Train Frequency (cage) - bpfo: float # Ball Pass Frequency Outer race - bpfi: float # Ball Pass Frequency Inner race - bsf: float # Ball Spin Frequency - bearing_name: str = "" - - def to_dict(self) -> dict: - return { - "bearing": self.bearing_name, - "rpm": self.rpm, - "shaft_frequency_hz": self.rpm / 60.0, - "ftf_hz": round(self.ftf, 3), - "bpfo_hz": round(self.bpfo, 3), - "bpfi_hz": round(self.bpfi, 3), - "bsf_hz": round(self.bsf, 3), - "harmonics": { - "bpfo_2x": round(2 * self.bpfo, 3), - "bpfo_3x": round(3 * self.bpfo, 3), - "bpfi_2x": round(2 * self.bpfi, 3), - "bpfi_3x": round(3 * self.bpfi, 3), - "bsf_2x": round(2 * self.bsf, 3), - }, - } - - -def compute_bearing_frequencies( - rpm: float, - n_balls: int, - ball_dia: float, - pitch_dia: float, - contact_angle: float = 0.0, - bearing_name: str = "Unknown", -) -> BearingFrequencies: - """ - Compute bearing characteristic frequencies. - - Args: - rpm: Shaft rotational speed in RPM - n_balls: Number of rolling elements (balls or rollers) - ball_dia: Ball/roller diameter in mm - pitch_dia: Pitch (cage) diameter in mm - contact_angle: Contact angle in degrees (0 for radial bearings) - bearing_name: Optional bearing designation - - Returns: - BearingFrequencies with FTF, BPFO, BPFI, BSF values in Hz - """ - f_shaft = rpm / 60.0 - alpha_rad = math.radians(contact_angle) - ratio = ball_dia / pitch_dia - - ftf = f_shaft * 0.5 * (1.0 - ratio * math.cos(alpha_rad)) - bpfo = f_shaft * (n_balls / 2.0) * (1.0 - ratio * math.cos(alpha_rad)) - bpfi = f_shaft * (n_balls / 2.0) * (1.0 + ratio * math.cos(alpha_rad)) - bsf = f_shaft * (pitch_dia / (2.0 * ball_dia)) * ( - 1.0 - (ratio * math.cos(alpha_rad)) ** 2 - ) - - return BearingFrequencies( - rpm=rpm, - ftf=ftf, - bpfo=bpfo, - bpfi=bpfi, - bsf=bsf, - bearing_name=bearing_name, - ) - - -# --------------------------------------------------------------------------- -# Common bearing database -# --------------------------------------------------------------------------- - -COMMON_BEARINGS: dict[str, BearingGeometry] = { - "6205": BearingGeometry( - name="6205 (Deep groove)", - n_balls=9, - ball_dia=7.938, - pitch_dia=38.5, - contact_angle=0, - ), - "6206": BearingGeometry( - name="6206 (Deep groove)", - n_balls=9, - ball_dia=9.525, - pitch_dia=46.0, - contact_angle=0, - ), - "6207": BearingGeometry( - name="6207 (Deep groove)", - n_balls=9, - ball_dia=11.112, - pitch_dia=53.5, - contact_angle=0, - ), - "6208": BearingGeometry( - name="6208 (Deep groove)", - n_balls=9, - ball_dia=12.7, - pitch_dia=60.0, - contact_angle=0, - ), - "6305": BearingGeometry( - name="6305 (Deep groove)", - n_balls=8, - ball_dia=10.319, - pitch_dia=39.04, - contact_angle=0, - ), - "6306": BearingGeometry( - name="6306 (Deep groove)", - n_balls=8, - ball_dia=12.303, - pitch_dia=46.36, - contact_angle=0, - ), - "NU205": BearingGeometry( - name="NU205 (Cylindrical roller)", - n_balls=13, - ball_dia=7.5, - pitch_dia=38.5, - contact_angle=0, - ), - "NU206": BearingGeometry( - name="NU206 (Cylindrical roller)", - n_balls=13, - ball_dia=9.0, - pitch_dia=46.0, - contact_angle=0, - ), - "7205": BearingGeometry( - name="7205 (Angular contact)", - n_balls=12, - ball_dia=7.144, - pitch_dia=38.0, - contact_angle=25, - ), -} - - -def get_bearing(designation: str) -> Optional[BearingGeometry]: - """Look up a bearing by its designation.""" - return COMMON_BEARINGS.get(designation.upper()) - - -def list_bearings() -> list[dict]: - """List all bearings in the database.""" - return [ - { - "designation": k, - "name": v.name, - "n_balls": v.n_balls, - "ball_dia_mm": v.ball_dia, - "pitch_dia_mm": v.pitch_dia, - "contact_angle_deg": v.contact_angle, - } - for k, v in COMMON_BEARINGS.items() - ] diff --git a/src/servers/vibration/dsp/envelope.py b/src/servers/vibration/dsp/envelope.py deleted file mode 100644 index f60b23ec3..000000000 --- a/src/servers/vibration/dsp/envelope.py +++ /dev/null @@ -1,195 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Adapted from https://github.com/LGDiMaggio/claude-stwinbox-diagnostics/tree/main/mcp-servers/vibration-analysis-mcp -""" -Envelope analysis module for bearing fault detection. - -Envelope analysis (demodulation) uses the Hilbert transform to extract -the amplitude envelope of a band-pass filtered vibration signal. -This reveals the repetition rate of impulsive events (e.g., a defect -on a bearing race) even when the individual impacts are buried in noise. - -Typical workflow: - 1. Band-pass filter the signal around a structural resonance - 2. Compute the analytic signal via the Hilbert transform - 3. Extract the envelope (magnitude of the analytic signal) - 4. Compute the FFT of the envelope -> the envelope spectrum - 5. Look for peaks at bearing fault frequencies (BPFO, BPFI, BSF, FTF) -""" - -from __future__ import annotations - -import numpy as np -from numpy.typing import NDArray -from scipy.signal import butter, sosfilt, hilbert - - -def bandpass_filter( - signal: NDArray[np.floating], - fs: float, - low_hz: float, - high_hz: float, - order: int = 4, -) -> NDArray[np.floating]: - """ - Apply a Butterworth band-pass filter. - - Args: - signal: Input time-domain signal. - fs: Sampling frequency in Hz. - low_hz: Lower cutoff frequency. - high_hz: Upper cutoff frequency. - order: Filter order (default 4). - - Returns: - Filtered signal. - """ - nyq = fs / 2.0 - low = low_hz / nyq - high = min(high_hz / nyq, 0.99) # stay below Nyquist - sos = butter(order, [low, high], btype="band", output="sos") - return sosfilt(sos, signal).astype(signal.dtype) - - -def compute_envelope( - signal: NDArray[np.floating], -) -> NDArray[np.floating]: - """ - Compute the amplitude envelope using the Hilbert transform. - - Args: - signal: Input time-domain signal (ideally band-pass filtered). - - Returns: - Envelope signal (same length as input). - """ - analytic = hilbert(signal) - return np.abs(analytic).astype(signal.dtype) - - -def envelope_spectrum( - signal: NDArray[np.floating], - fs: float, - band_low: float | None = None, - band_high: float | None = None, - filter_order: int = 4, - n_fft: int | None = None, -) -> dict: - """ - Full envelope analysis pipeline: band-pass -> envelope -> FFT. - - Args: - signal: Raw vibration time-domain signal. - fs: Sampling frequency in Hz. - band_low: Band-pass lower cutoff (Hz). If None, defaults to fs/20. - band_high: Band-pass upper cutoff (Hz). If None, defaults to fs/2.5. - filter_order: Butterworth filter order. - n_fft: FFT length. Default = signal length. - - Returns: - dict with keys: frequencies, envelope_spectrum, filter_band, n_samples, fs - """ - n = len(signal) - if band_low is None: - band_low = fs / 20.0 - if band_high is None: - band_high = fs / 2.5 - if n_fft is None: - n_fft = n - - # Step 1: Band-pass filter - filtered = bandpass_filter(signal, fs, band_low, band_high, order=filter_order) - - # Step 2: Hilbert envelope - env = compute_envelope(filtered) - - # Remove DC from envelope before FFT - env_zero_mean = env - np.mean(env) - - # Step 3: FFT of envelope - window = np.hanning(n) - fft_vals = np.fft.rfft(env_zero_mean * window, n=n_fft) - freqs = np.fft.rfftfreq(n_fft, d=1.0 / fs) - magnitudes = (2.0 / n) * np.abs(fft_vals) - - return { - "frequencies": freqs.tolist(), - "envelope_spectrum": magnitudes.tolist(), - "filter_band": (band_low, band_high), - "n_samples": n, - "fs": fs, - } - - -def check_bearing_peaks( - freqs: NDArray[np.floating] | list[float], - magnitudes: NDArray[np.floating] | list[float], - target_freq: float, - n_harmonics: int = 3, - tolerance_pct: float = 3.0, - noise_floor_multiplier: float = 3.0, -) -> dict: - """ - Check whether a target bearing frequency (and its harmonics) is present - in an envelope spectrum. - - Args: - freqs: Frequency axis (Hz). - magnitudes: Spectrum magnitudes. - target_freq: Expected fault frequency (e.g., BPFO) in Hz. - n_harmonics: Number of harmonics to check (1x, 2x, ... Nx). - tolerance_pct: Frequency matching tolerance in % of target. - noise_floor_multiplier: Peak must exceed median * this to be significant. - - Returns: - dict with detection results per harmonic and overall verdict. - """ - freqs = np.asarray(freqs) - mags = np.asarray(magnitudes) - - noise_floor = np.median(mags) * noise_floor_multiplier - - results = [] - detected_count = 0 - - for h in range(1, n_harmonics + 1): - f_expected = h * target_freq - tol = f_expected * tolerance_pct / 100.0 - mask = (freqs >= f_expected - tol) & (freqs <= f_expected + tol) - - if np.any(mask): - peak_mag = float(np.max(mags[mask])) - peak_freq = float(freqs[mask][np.argmax(mags[mask])]) - is_detected = bool(peak_mag > noise_floor) - if is_detected: - detected_count += 1 - results.append( - { - "harmonic": h, - "expected_hz": round(f_expected, 2), - "found_hz": round(peak_freq, 2), - "amplitude": round(peak_mag, 6), - "noise_threshold": round(float(noise_floor), 6), - "detected": is_detected, - } - ) - else: - results.append( - { - "harmonic": h, - "expected_hz": round(f_expected, 2), - "found_hz": None, - "amplitude": 0.0, - "noise_threshold": round(float(noise_floor), 6), - "detected": False, - } - ) - - return { - "target_frequency_hz": target_freq, - "harmonics_checked": n_harmonics, - "harmonics_detected": detected_count, - "confidence": ( - "high" if detected_count >= 2 else ("medium" if detected_count == 1 else "none") - ), - "details": results, - } diff --git a/src/servers/vibration/dsp/fault_detection.py b/src/servers/vibration/dsp/fault_detection.py deleted file mode 100644 index d613a8147..000000000 --- a/src/servers/vibration/dsp/fault_detection.py +++ /dev/null @@ -1,388 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Adapted from https://github.com/LGDiMaggio/claude-stwinbox-diagnostics/tree/main/mcp-servers/vibration-analysis-mcp -""" -Automated fault detection and classification for rotating machinery. - -Uses vibration spectral features to identify common mechanical faults: - - Unbalance (1x shaft speed dominant) - - Misalignment (2x shaft speed, axial component) - - Mechanical looseness (many harmonics of shaft speed) - - Bearing faults (BPFO / BPFI / BSF / FTF in envelope spectrum) - -Also provides ISO 10816 vibration severity classification. -""" - -from __future__ import annotations - -from dataclasses import dataclass - -import numpy as np -from numpy.typing import NDArray - - -# --------------------------------------------------------------------------- -# ISO 10816 Vibration Severity (RMS velocity mm/s) -# --------------------------------------------------------------------------- - -# Thresholds per machine group (mm/s RMS, 10-1000 Hz) -ISO_10816_THRESHOLDS: dict[str, dict[str, float]] = { - # Group 1: Large machines > 300 kW on rigid foundations - "group1": {"A_good": 2.8, "B_acceptable": 7.1, "C_alarm": 18.0}, - # Group 2: Medium machines 15-300 kW on rigid foundations - "group2": {"A_good": 1.4, "B_acceptable": 2.8, "C_alarm": 7.1}, - # Group 3: Large machines on flexible foundations - "group3": {"A_good": 3.5, "B_acceptable": 9.0, "C_alarm": 22.4}, - # Group 4: Small machines < 15 kW - "group4": {"A_good": 0.71, "B_acceptable": 1.8, "C_alarm": 4.5}, -} - - -def assess_iso10816( - rms_velocity_mm_s: float, - machine_group: str = "group2", -) -> dict: - """ - Classify vibration severity per ISO 10816. - - Args: - rms_velocity_mm_s: Overall RMS velocity in mm/s (10-1000 Hz band). - machine_group: One of 'group1' .. 'group4'. - - Returns: - dict with zone (A/B/C/D), description, and thresholds used. - """ - thresholds = ISO_10816_THRESHOLDS.get( - machine_group, ISO_10816_THRESHOLDS["group2"] - ) - - if rms_velocity_mm_s <= thresholds["A_good"]: - zone, desc = "A", "Good - newly commissioned machines" - elif rms_velocity_mm_s <= thresholds["B_acceptable"]: - zone, desc = "B", "Acceptable - long-term operation permitted" - elif rms_velocity_mm_s <= thresholds["C_alarm"]: - zone, desc = "C", "Alarm - not suitable for long-term operation" - else: - zone, desc = "D", "Danger - risk of damage, stop machine" - - return { - "rms_velocity_mm_s": round(rms_velocity_mm_s, 3), - "iso_zone": zone, - "description": desc, - "machine_group": machine_group, - "thresholds": thresholds, - } - - -# --------------------------------------------------------------------------- -# Spectral fault feature extraction -# --------------------------------------------------------------------------- - - -@dataclass -class ShaftFeatures: - """Spectral amplitude at shaft-frequency harmonics.""" - - f_shaft: float # Shaft frequency (Hz) = RPM/60 - amp_1x: float # 1x amplitude - amp_2x: float # 2x amplitude - amp_3x: float # 3x amplitude - amp_half_x: float # 0.5x amplitude (sub-harmonic) - rms_overall: float # Broadband RMS - crest_factor: float # Peak / RMS - kurtosis: float # Excess kurtosis (Fisher: Gaussian = 0, impulsive > 1) - - -def extract_shaft_features( - freqs: NDArray[np.floating] | list[float], - magnitudes: NDArray[np.floating] | list[float], - shaft_freq: float, - time_signal: NDArray[np.floating] | list[float] | None = None, - tolerance_pct: float = 3.0, -) -> ShaftFeatures: - """ - Extract amplitudes at shaft-frequency harmonics from a spectrum. - - Args: - freqs: Frequency axis in Hz. - magnitudes: Spectrum magnitude array. - shaft_freq: Shaft rotational frequency in Hz (RPM / 60). - time_signal: Optional raw time signal for kurtosis / crest factor. - tolerance_pct: Frequency tolerance percentage. - - Returns: - ShaftFeatures dataclass. - """ - freqs = np.asarray(freqs) - mags = np.asarray(magnitudes) - - def _peak_at(f_target: float) -> float: - tol = f_target * tolerance_pct / 100.0 - mask = (freqs >= f_target - tol) & (freqs <= f_target + tol) - if np.any(mask): - return float(np.max(mags[mask])) - return 0.0 - - amp_1x = _peak_at(shaft_freq) - amp_2x = _peak_at(2.0 * shaft_freq) - amp_3x = _peak_at(3.0 * shaft_freq) - amp_half = _peak_at(0.5 * shaft_freq) - rms_overall = float(np.sqrt(np.mean(mags**2))) - - # Crest factor & kurtosis from time signal if available - if time_signal is not None: - ts = np.asarray(time_signal) - ts_rms = float(np.sqrt(np.mean(ts**2))) - crest = float(np.max(np.abs(ts)) / ts_rms) if ts_rms > 0 else 0 - mean_ts = np.mean(ts) - std_ts = np.std(ts, ddof=1) - if std_ts > 0 and len(ts) >= 4: - # Excess kurtosis (Fisher definition): Gaussian = 0 - kurt = float(np.mean(((ts - mean_ts) / std_ts) ** 4) - 3.0) - else: - kurt = 0.0 - else: - crest = 0.0 - kurt = 0.0 - - return ShaftFeatures( - f_shaft=shaft_freq, - amp_1x=amp_1x, - amp_2x=amp_2x, - amp_3x=amp_3x, - amp_half_x=amp_half, - rms_overall=rms_overall, - crest_factor=crest, - kurtosis=kurt, - ) - - -# --------------------------------------------------------------------------- -# Fault classification rules -# --------------------------------------------------------------------------- - - -@dataclass -class FaultDiagnosis: - """Result of automated fault classification.""" - - fault_type: str - confidence: str # "high", "medium", "low", "none" - description: str - evidence: list[str] - recommendations: list[str] - - def to_dict(self) -> dict: - return { - "fault_type": self.fault_type, - "confidence": self.confidence, - "description": self.description, - "evidence": self.evidence, - "recommendations": self.recommendations, - } - - -def classify_faults( - features: ShaftFeatures, - bearing_envelope_results: dict | None = None, -) -> list[FaultDiagnosis]: - """ - Apply rule-based classification for common rotating-machinery faults. - - Args: - features: Extracted shaft-frequency features. - bearing_envelope_results: Optional dict from envelope analysis with - keys like 'bpfo', 'bpfi', 'bsf', each containing - {harmonics_detected, confidence}. - - Returns: - List of FaultDiagnosis objects, sorted by confidence (high first). - """ - diagnoses: list[FaultDiagnosis] = [] - rms = features.rms_overall if features.rms_overall > 0 else 1e-12 - - # --- Unbalance: dominant 1x with low 2x --- - ratio_1x = features.amp_1x / rms - ratio_2x = features.amp_2x / rms - if ratio_1x > 3.0 and features.amp_1x > 2.0 * features.amp_2x: - conf = "high" if ratio_1x > 5.0 else "medium" - diagnoses.append( - FaultDiagnosis( - fault_type="unbalance", - confidence=conf, - description="Mass unbalance detected - dominant 1x shaft speed component.", - evidence=[ - f"1x amplitude = {features.amp_1x:.4f} ({ratio_1x:.1f}x RMS)", - f"2x amplitude = {features.amp_2x:.4f} " - f"(ratio 1x/2x = {features.amp_1x / max(features.amp_2x, 1e-12):.1f})", - ], - recommendations=[ - "Perform balancing of the rotor.", - "Check for material build-up or loss on rotating parts.", - "Verify coupling alignment (unbalance can be masked by misalignment).", - ], - ) - ) - - # --- Misalignment: significant 2x (and sometimes 3x) --- - if ratio_2x > 2.5 and features.amp_2x > 0.5 * features.amp_1x: - conf = "high" if features.amp_2x > features.amp_1x else "medium" - diagnoses.append( - FaultDiagnosis( - fault_type="misalignment", - confidence=conf, - description="Shaft misalignment suspected - elevated 2x component.", - evidence=[ - f"2x amplitude = {features.amp_2x:.4f} ({ratio_2x:.1f}x RMS)", - f"2x/1x ratio = {features.amp_2x / max(features.amp_1x, 1e-12):.2f}", - f"3x amplitude = {features.amp_3x:.4f}", - ], - recommendations=[ - "Check shaft alignment with laser or dial indicator.", - "Inspect coupling condition and flexible element wear.", - "Verify thermal growth compensation.", - ], - ) - ) - - # --- Mechanical looseness: many harmonics + sub-harmonics --- - n_significant = sum( - 1 - for a in [features.amp_1x, features.amp_2x, features.amp_3x] - if a / rms > 1.5 - ) - if n_significant >= 3 or (features.amp_half_x / rms > 1.5): - evidence = [f"Harmonics above threshold: {n_significant}/3"] - if features.amp_half_x / rms > 1.5: - evidence.append(f"Sub-harmonic 0.5x = {features.amp_half_x:.4f}") - diagnoses.append( - FaultDiagnosis( - fault_type="mechanical_looseness", - confidence="medium", - description="Mechanical looseness suggested - multiple shaft harmonics and/or sub-harmonics.", - evidence=evidence, - recommendations=[ - "Inspect and tighten foundation bolts.", - "Check bearing housing fit and clearance.", - "Look for structural cracks or soft foot.", - ], - ) - ) - - # --- Impulsiveness (excess kurtosis > 1.0 or crest factor > 5) --- - if features.kurtosis > 1.0 or features.crest_factor > 5.0: - diagnoses.append( - FaultDiagnosis( - fault_type="impulsive_signal", - confidence="medium", - description="Impulsive content detected - may indicate bearing defect or gear tooth damage.", - evidence=[ - f"Excess kurtosis = {features.kurtosis:.2f} (healthy ~ 0.0)", - f"Crest factor = {features.crest_factor:.2f} (healthy < 4)", - ], - recommendations=[ - "Perform envelope analysis to isolate bearing fault frequencies.", - "Inspect gears for pitting or tooth breakage if applicable.", - ], - ) - ) - - # --- Bearing faults from envelope results --- - if bearing_envelope_results: - for fault_key, label in [ - ("bpfo", "Outer race defect"), - ("bpfi", "Inner race defect"), - ("bsf", "Ball/roller defect"), - ("ftf", "Cage defect"), - ]: - result = bearing_envelope_results.get(fault_key) - if result and result.get("confidence", "none") != "none": - conf = result["confidence"] - diagnoses.append( - FaultDiagnosis( - fault_type=f"bearing_{fault_key}", - confidence=conf, - description=f"{label} detected via envelope analysis.", - evidence=[ - f"Harmonics detected: {result.get('harmonics_detected', 0)}" - f"/{result.get('harmonics_checked', 3)}", - f"Fault frequency: {result.get('target_frequency_hz', 0):.2f} Hz", - ], - recommendations=[ - "Schedule bearing replacement.", - "Monitor trend - frequency of data collection should increase.", - "Check lubrication condition.", - ], - ) - ) - - # --- No faults --- - if not diagnoses: - diagnoses.append( - FaultDiagnosis( - fault_type="healthy", - confidence="medium", - description="No significant fault patterns detected in the vibration signature.", - evidence=[ - f"1x ratio = {ratio_1x:.1f}", - f"Kurtosis = {features.kurtosis:.2f}", - f"Crest factor = {features.crest_factor:.2f}", - ], - recommendations=[ - "Continue routine monitoring.", - "Store this measurement as baseline reference.", - ], - ) - ) - - # Sort: high > medium > low > none - priority = {"high": 0, "medium": 1, "low": 2, "none": 3} - diagnoses.sort(key=lambda d: priority.get(d.confidence, 3)) - return diagnoses - - -def generate_diagnosis_summary( - diagnoses: list[FaultDiagnosis], - iso_assessment: dict | None = None, - machine_context: str = "", -) -> str: - """ - Create a human-readable diagnosis summary. - - Args: - diagnoses: List of FaultDiagnosis objects. - iso_assessment: Optional ISO 10816 result dict. - machine_context: Free text describing the machine. - - Returns: - Formatted markdown string. - """ - lines = ["## Vibration Diagnosis Summary\n"] - - if machine_context: - lines.append(f"**Machine:** {machine_context}\n") - - if iso_assessment: - zone = iso_assessment.get("iso_zone", "?") - vel = iso_assessment.get("rms_velocity_mm_s", 0) - desc = iso_assessment.get("description", "") - lines.append( - f"**Overall Severity (ISO 10816):** Zone {zone} " - f"- {vel:.2f} mm/s RMS - {desc}\n" - ) - - lines.append("### Detected Conditions\n") - for i, d in enumerate(diagnoses, 1): - lines.append( - f"#### {i}. {d.fault_type.replace('_', ' ').title()} " - f"[{d.confidence.upper()}]\n" - ) - lines.append(f"{d.description}\n") - lines.append("**Evidence:**") - for e in d.evidence: - lines.append(f"- {e}") - lines.append("\n**Recommendations:**") - for r in d.recommendations: - lines.append(f"- {r}") - lines.append("") - - return "\n".join(lines) diff --git a/src/servers/vibration/dsp/fft_analysis.py b/src/servers/vibration/dsp/fft_analysis.py deleted file mode 100644 index 77bffc593..000000000 --- a/src/servers/vibration/dsp/fft_analysis.py +++ /dev/null @@ -1,195 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Adapted from https://github.com/LGDiMaggio/claude-stwinbox-diagnostics/tree/main/mcp-servers/vibration-analysis-mcp -""" -FFT and spectral analysis module. - -Provides functions for frequency-domain analysis of vibration signals: -- FFT magnitude spectrum -- Power Spectral Density (Welch method) -- Spectrogram (STFT) -- Peak detection -""" - -from __future__ import annotations - -import numpy as np -from scipy import signal as sig -from typing import Optional - - -def compute_fft( - data: np.ndarray, - fs: float, - window: str = "hann", - n_fft: Optional[int] = None, -) -> dict: - """ - Compute single-sided FFT magnitude spectrum. - - Args: - data: 1D time-domain signal - fs: Sampling frequency in Hz - window: Window function ('hann', 'hamming', 'blackman', 'rectangular') - n_fft: FFT length (defaults to len(data), zero-padded if > len(data)) - - Returns: - Dictionary with 'frequencies' (Hz), 'magnitude' (linear), - 'magnitude_db' (dB), and 'resolution_hz' - """ - n = len(data) - if n_fft is None: - n_fft = n - - # Apply window - if window == "rectangular": - w = np.ones(n) - else: - w = sig.get_window(window, n) - - windowed = data * w - - # Compute FFT - fft_vals = np.fft.rfft(windowed, n=n_fft) - freqs = np.fft.rfftfreq(n_fft, d=1.0 / fs) - - # Magnitude (single-sided, compensated for window energy loss) - magnitude = (2.0 / n) * np.abs(fft_vals) - magnitude[0] /= 2.0 # DC component not doubled - - # Convert to dB (reference: 1.0) - magnitude_db = 20 * np.log10(magnitude + 1e-12) - - return { - "frequencies": freqs, - "magnitude": magnitude, - "magnitude_db": magnitude_db, - "resolution_hz": fs / n_fft, - "max_frequency_hz": fs / 2, - "num_points": len(freqs), - } - - -def compute_psd( - data: np.ndarray, - fs: float, - nperseg: int = 1024, - noverlap: Optional[int] = None, - window: str = "hann", -) -> dict: - """ - Compute Power Spectral Density using Welch's method. - - Args: - data: 1D time-domain signal - fs: Sampling frequency in Hz - nperseg: Segment length for Welch method - noverlap: Overlap between segments (default: nperseg // 2) - window: Window function - - Returns: - Dictionary with 'frequencies' (Hz) and 'psd' - """ - if noverlap is None: - noverlap = nperseg // 2 - - freqs, psd = sig.welch( - data, fs=fs, nperseg=nperseg, noverlap=noverlap, window=window - ) - - return { - "frequencies": freqs, - "psd": psd, - "total_power": float(np.trapezoid(psd, freqs)), - "resolution_hz": freqs[1] - freqs[0] if len(freqs) > 1 else 0, - } - - -def compute_spectrogram( - data: np.ndarray, - fs: float, - nperseg: int = 256, - noverlap: Optional[int] = None, - window: str = "hann", -) -> dict: - """ - Compute spectrogram (Short-Time Fourier Transform). - - Args: - data: 1D time-domain signal - fs: Sampling frequency in Hz - nperseg: Segment length - noverlap: Overlap (default: nperseg // 2) - window: Window function - - Returns: - Dictionary with 'frequencies', 'times', 'spectrogram_db' - """ - if noverlap is None: - noverlap = nperseg // 2 - - freqs, times, Sxx = sig.spectrogram( - data, fs=fs, nperseg=nperseg, noverlap=noverlap, window=window - ) - - Sxx_db = 10 * np.log10(Sxx + 1e-12) - - return { - "frequencies": freqs, - "times": times, - "spectrogram_db": Sxx_db, - "num_time_frames": len(times), - "num_freq_bins": len(freqs), - } - - -def find_peaks_in_spectrum( - frequencies: np.ndarray, - magnitude: np.ndarray, - num_peaks: int = 10, - min_distance_hz: float = 5.0, - threshold_db: float = -60.0, -) -> list[dict]: - """ - Find dominant peaks in a frequency spectrum. - - Args: - frequencies: Frequency axis in Hz - magnitude: Magnitude spectrum (linear) - num_peaks: Maximum number of peaks to return - min_distance_hz: Minimum distance between peaks in Hz - threshold_db: Minimum amplitude threshold in dB - - Returns: - List of dicts with 'frequency_hz', 'magnitude', 'magnitude_db' - """ - magnitude_db = 20 * np.log10(magnitude + 1e-12) - - # Convert min_distance to samples - df = frequencies[1] - frequencies[0] if len(frequencies) > 1 else 1.0 - min_distance_samples = max(1, int(min_distance_hz / df)) - - # Find peaks - peak_indices, _properties = sig.find_peaks( - magnitude_db, - distance=min_distance_samples, - height=threshold_db, - ) - - if len(peak_indices) == 0: - return [] - - # Sort by amplitude (descending) - sorted_idx = np.argsort(magnitude_db[peak_indices])[::-1] - top_peaks = peak_indices[sorted_idx[:num_peaks]] - - peaks = [] - for idx in top_peaks: - peaks.append( - { - "frequency_hz": float(frequencies[idx]), - "magnitude": float(magnitude[idx]), - "magnitude_db": float(magnitude_db[idx]), - } - ) - - return peaks diff --git a/src/servers/vibration/main.py b/src/servers/vibration/main.py deleted file mode 100644 index 398da8bd6..000000000 --- a/src/servers/vibration/main.py +++ /dev/null @@ -1,552 +0,0 @@ -"""vibration MCP Server. - -Vibration signal analysis and rotating machinery fault detection -for AssetOpsBench. Reads sensor data from CouchDB, performs FFT, -envelope analysis, bearing fault detection, and ISO 10816 assessment. - -DSP core adapted from https://github.com/LGDiMaggio/claude-stwinbox-diagnostics/tree/main/mcp-servers/vibration-analysis-mcp -SPDX-License-Identifier: Apache-2.0 -""" - -from __future__ import annotations - -import logging -import os -from typing import Optional, Union - -import numpy as np -from dotenv import load_dotenv -from mcp.server.fastmcp import FastMCP -from pydantic import BaseModel - -from .couchdb_client import fetch_vibration_timeseries, list_sensor_fields -from .data_store import store -from .dsp.bearing_freqs import ( - COMMON_BEARINGS, - compute_bearing_frequencies, - get_bearing, - list_bearings, -) -from .dsp.envelope import check_bearing_peaks, envelope_spectrum -from .dsp.fault_detection import ( - assess_iso10816, - classify_faults, - extract_shaft_features, - generate_diagnosis_summary, -) -from .dsp.fft_analysis import compute_fft - -load_dotenv() -_log_level = getattr( - logging, os.environ.get("LOG_LEVEL", "WARNING").upper(), logging.WARNING -) -logging.basicConfig(level=_log_level) -logger = logging.getLogger("vibration-mcp-server") - -mcp = FastMCP("vibration", instructions="Vibration signal analysis: FFT, envelope spectrum, bearing fault detection, and ISO 10816 severity assessment.") - - -# --------------------------------------------------------------------------- -# Pydantic response models -# --------------------------------------------------------------------------- - - -class ErrorResult(BaseModel): - error: str - - -# --------------------------------------------------------------------------- -# Helpers -# --------------------------------------------------------------------------- - - -def _compact_spectrum(freqs: np.ndarray, mags: np.ndarray, top_n: int = 20) -> dict: - """Summarise a spectrum: top-N peaks + global stats. No full arrays.""" - order = np.argsort(mags)[::-1] - n = min(top_n, len(order)) - top_idx = np.sort(order[:n]) # sort back by frequency - peaks = [ - {"freq_hz": round(float(freqs[i]), 3), "amplitude": round(float(mags[i]), 6)} - for i in top_idx - ] - return { - "top_peaks": peaks, - "max_amplitude": round(float(np.max(mags)), 6), - "max_amplitude_freq_hz": round(float(freqs[np.argmax(mags)]), 3), - "rms_spectral": round(float(np.sqrt(np.mean(mags**2))), 6), - "total_bins": len(freqs), - "freq_range_hz": [round(float(freqs[0]), 3), round(float(freqs[-1]), 3)], - } - - -def _accel_g_to_velocity_rms_mms( - signal_g: np.ndarray, - sample_rate: float, - f_low: float = 10.0, - f_high: float = 1000.0, -) -> float: - """ - Convert an acceleration signal (in g) to RMS velocity (in mm/s) - within the ISO 10816 band (default 10-1000 Hz). - - Method: frequency-domain integration. - """ - N = len(signal_g) - if N < 2: - return 0.0 - - accel_ms2 = signal_g * 9.80665 - fft_vals = np.fft.rfft(accel_ms2) - freqs = np.fft.rfftfreq(N, d=1.0 / sample_rate) - - # Vectorised integration: v(f) = a(f) / (j·2π·f), skip DC bin - vel_fft = np.zeros_like(fft_vals) - mask = (freqs >= f_low) & (freqs <= f_high) - vel_fft[mask] = fft_vals[mask] / (1j * 2.0 * np.pi * freqs[mask]) - - velocity_ms = np.fft.irfft(vel_fft, n=N) - velocity_mms = velocity_ms * 1000.0 - rms = float(np.sqrt(np.mean(velocity_mms**2))) - return rms - - -def _resolve_signal(data_id: str) -> tuple[np.ndarray, float]: - """Return (1-D numpy signal, sample_rate) from a data_id.""" - entry = store.get(data_id) - if entry is None: - available = store.list_ids() - raise ValueError( - f"data_id '{data_id}' not found in store. " - f"Available: {available or '(empty - use get_vibration_data first)'}." - ) - sig = entry.signal - if sig.ndim > 1: - sig = sig[:, 0] # default to first channel - return sig, entry.sample_rate - - -# --------------------------------------------------------------------------- -# MCP Tools -# --------------------------------------------------------------------------- - - -@mcp.tool(title="Get Vibration Data") -def get_vibration_data( - site_name: str, - asset_id: str, - sensor_name: str, - start: str, - final: Optional[str] = None, -) -> Union[dict, ErrorResult]: - """Fetch vibration sensor time-series from CouchDB and load into the analysis store. - - Returns a data_id that can be passed to analysis tools (compute_fft_spectrum, - compute_envelope_spectrum, diagnose_vibration, etc.). - - Args: - site_name: Site identifier (e.g., 'MAIN'). - asset_id: Asset identifier (e.g., 'Chiller 6'). - sensor_name: Name of the sensor field in CouchDB documents. - start: ISO 8601 start timestamp (e.g., '2020-06-01T00:00:00'). - final: Optional ISO 8601 end timestamp. - """ - result = fetch_vibration_timeseries(asset_id, sensor_name, start, final) - if result is None: - return ErrorResult( - error=f"No vibration data found for asset '{asset_id}', " - f"sensor '{sensor_name}' in time range starting {start}." - ) - signal, sample_rate = result - data_id = f"{asset_id}_{sensor_name}".replace(" ", "_") - store.put( - data_id, - signal, - sample_rate, - { - "source": "couchdb", - "asset_id": asset_id, - "sensor": sensor_name, - "start": start, - "final": final, - }, - ) - entry = store.get(data_id) - return {"data_id": data_id, **entry.summary()} - - -@mcp.tool(title="List Vibration Sensors") -def list_vibration_sensors( - site_name: str, - asset_id: str, -) -> Union[dict, ErrorResult]: - """List available sensor fields for an asset. - - Args: - site_name: Site identifier (e.g., 'MAIN'). - asset_id: Asset identifier (e.g., 'Chiller 6'). - """ - sensors = list_sensor_fields(asset_id) - if not sensors: - return ErrorResult( - error=f"No sensors found for asset '{asset_id}' at site '{site_name}'." - ) - return { - "site_name": site_name, - "asset_id": asset_id, - "total_sensors": len(sensors), - "sensors": sensors, - } - - -@mcp.tool(title="Compute FFT Spectrum") -def compute_fft_spectrum( - data_id: str, - window: str = "hann", - top_n: int = 20, -) -> Union[dict, ErrorResult]: - """Compute FFT amplitude spectrum of a stored vibration signal. - - Returns a compact summary (top N peaks + statistics), not the full array. - - Args: - data_id: Reference to a stored signal (from get_vibration_data). - window: Window function ('hann', 'hamming', 'blackman', 'rectangular'). - top_n: Number of highest peaks to include in the summary. - """ - try: - sig, sr = _resolve_signal(data_id) - except ValueError as e: - return ErrorResult(error=str(e)) - - result = compute_fft(sig, sr, window=window) - freqs = np.asarray(result["frequencies"]) - mags = np.asarray(result["magnitude"]) - summary = _compact_spectrum(freqs, mags, top_n=top_n) - summary.update( - { - "data_id": data_id, - "n_samples": len(sig), - "sample_rate_hz": sr, - "window": window, - "frequency_resolution_hz": round(float(freqs[1]), 4) - if len(freqs) > 1 - else 0, - } - ) - return summary - - -@mcp.tool(title="Compute Envelope Spectrum") -def compute_envelope_spectrum( - data_id: str, - band_low_hz: Optional[float] = None, - band_high_hz: Optional[float] = None, - top_n: int = 20, -) -> Union[dict, ErrorResult]: - """Compute the envelope spectrum for bearing fault detection. - - Args: - data_id: Reference to a stored signal (from get_vibration_data). - band_low_hz: Band-pass lower cutoff. Auto if None. - band_high_hz: Band-pass upper cutoff. Auto if None. - top_n: Number of highest peaks to include. - """ - try: - sig, sr = _resolve_signal(data_id) - except ValueError as e: - return ErrorResult(error=str(e)) - - result = envelope_spectrum(sig, sr, band_low=band_low_hz, band_high=band_high_hz) - freqs = np.asarray(result["frequencies"]) - env_mags = np.asarray(result["envelope_spectrum"]) - summary = _compact_spectrum(freqs, env_mags, top_n=top_n) - summary.update( - { - "data_id": data_id, - "filter_band_hz": list(result["filter_band"]), - "n_samples": result["n_samples"], - "sample_rate_hz": sr, - } - ) - return summary - - -@mcp.tool(title="Assess Vibration Severity") -def assess_vibration_severity( - rms_velocity_mm_s: float, - machine_group: str = "group2", -) -> dict: - """Classify vibration severity per ISO 10816. - - IMPORTANT: expects RMS velocity in mm/s (not acceleration in g). - The diagnose_vibration tool performs the conversion automatically. - - Machine groups: - group1 - Large machines (>300 kW) on rigid foundations - group2 - Medium machines (15-300 kW) on rigid foundations - group3 - Large machines on flexible foundations - group4 - Small machines (<15 kW) - - Args: - rms_velocity_mm_s: Overall RMS velocity in mm/s (10-1000 Hz band). - machine_group: ISO 10816 machine group identifier. - """ - return assess_iso10816(rms_velocity_mm_s, machine_group) - - -@mcp.tool(title="Calculate Bearing Frequencies") -def calculate_bearing_frequencies( - rpm: float, - n_balls: int, - ball_diameter_mm: float, - pitch_diameter_mm: float, - contact_angle_deg: float = 0.0, - bearing_name: str = "", -) -> dict: - """Compute bearing characteristic frequencies (BPFO, BPFI, BSF, FTF) from geometry. - - Args: - rpm: Shaft speed in revolutions per minute. - n_balls: Number of rolling elements. - ball_diameter_mm: Ball or roller diameter in mm. - pitch_diameter_mm: Pitch (cage) diameter in mm. - contact_angle_deg: Contact angle in degrees (0 for radial bearings). - bearing_name: Optional bearing designation for labeling. - """ - result = compute_bearing_frequencies( - rpm, - n_balls, - ball_diameter_mm, - pitch_diameter_mm, - contact_angle_deg, - bearing_name or "custom", - ) - return result.to_dict() - - -@mcp.tool(title="List Known Bearings") -def list_known_bearings() -> dict: - """List all bearings in the built-in database with their geometric parameters.""" - return {"bearings": list_bearings()} - - -@mcp.tool(title="Diagnose Vibration") -def diagnose_vibration( - data_id: str, - rpm: Optional[float] = None, - bearing_designation: Optional[str] = None, - bearing_n_balls: Optional[int] = None, - bearing_ball_dia_mm: Optional[float] = None, - bearing_pitch_dia_mm: Optional[float] = None, - bearing_contact_angle_deg: float = 0.0, - bpfo_hz: Optional[float] = None, - bpfi_hz: Optional[float] = None, - bsf_hz: Optional[float] = None, - ftf_hz: Optional[float] = None, - machine_group: str = "group2", - machine_description: str = "", -) -> Union[dict, ErrorResult]: - """Full automated vibration diagnosis pipeline. - - 1. Compute FFT and extract shaft-frequency features (requires rpm) - 2. Optionally perform envelope analysis for bearing faults - 3. Classify faults (unbalance, misalignment, looseness, bearing) - 4. Assess ISO 10816 severity - 5. Generate human-readable report - - rpm is optional but strongly recommended. Without it the tool cannot - perform shaft-frequency analysis and will only report basic statistics. - - Signal input: provide data_id referencing a signal from get_vibration_data. - - Bearing information can be provided in three ways: - a) Direct fault frequencies in Hz: bpfo_hz, bpfi_hz, bsf_hz, ftf_hz - b) Custom geometry: bearing_n_balls, bearing_ball_dia_mm, bearing_pitch_dia_mm - c) Database lookup: bearing_designation (e.g., '6205', 'NU206') - - Args: - data_id: Reference to a stored signal (from get_vibration_data). - rpm: Shaft speed in RPM. Omit if unknown. - bearing_designation: Bearing code from built-in database. - bearing_n_balls: Number of rolling elements (custom geometry). - bearing_ball_dia_mm: Ball diameter in mm (custom geometry). - bearing_pitch_dia_mm: Pitch diameter in mm (custom geometry). - bearing_contact_angle_deg: Contact angle in degrees (default 0). - bpfo_hz: Known BPFO in Hz. - bpfi_hz: Known BPFI in Hz. - bsf_hz: Known BSF in Hz. - ftf_hz: Known FTF in Hz. - machine_group: ISO 10816 group ('group1'..'group4'). - machine_description: Free text describing the machine for the report. - """ - try: - sig, sr = _resolve_signal(data_id) - except ValueError as e: - return ErrorResult(error=str(e)) - - # Step 1: FFT - fft_result = compute_fft(sig, sr) - freqs = np.array(fft_result["frequencies"]) - mags = np.array(fft_result["magnitude"]) - - # Basic time-domain statistics - ts_rms = float(np.sqrt(np.mean(sig**2))) - ts_peak = float(np.max(np.abs(sig))) - ts_crest = ts_peak / ts_rms if ts_rms > 0 else 0.0 - ts_mean = float(np.mean(sig)) - ts_std = float(np.std(sig, ddof=1)) - ts_kurtosis = ( - float(np.mean(((sig - ts_mean) / ts_std) ** 4) - 3.0) - if ts_std > 0 and len(sig) >= 4 - else 0.0 - ) - - # ISO 10816 — convert acceleration (g) -> velocity (mm/s) - rms_vel_mms = _accel_g_to_velocity_rms_mms(sig, sr) - - # If RPM is not provided, skip shaft-frequency analysis - if rpm is None or rpm <= 0: - iso_no_rpm = assess_iso10816(rms_vel_mms, machine_group) - return { - "warning": ( - "RPM not provided — shaft-frequency analysis (1x, 2x, etc.) " - "was skipped. Only basic signal statistics are reported. " - "To enable full diagnosis, provide the shaft RPM." - ), - "signal_statistics": { - "rms_g": round(ts_rms, 6), - "peak_g": round(ts_peak, 6), - "crest_factor": round(ts_crest, 2), - "kurtosis": round(ts_kurtosis, 2), - "duration_s": round(len(sig) / sr, 4), - "sample_rate_hz": sr, - "rms_velocity_mm_s": round(rms_vel_mms, 3), - }, - "fft_summary": _compact_spectrum(freqs, mags, top_n=20), - "iso_10816": iso_no_rpm, - "diagnoses": [], - "shaft_features": None, - "bearing_analysis": None, - "bearing_info_source": None, - "report_markdown": ( - "## Vibration Analysis (RPM unknown)\n\n" - f"| Metric | Value |\n|---|---|\n" - f"| RMS (acceleration) | {ts_rms:.4f} g |\n" - f"| Peak (acceleration) | {ts_peak:.4f} g |\n" - f"| RMS (velocity, 10-1000 Hz) | {rms_vel_mms:.3f} mm/s |\n" - f"| Crest Factor | {ts_crest:.1f} |\n" - f"| Kurtosis | {ts_kurtosis:.1f} |\n\n" - f"**ISO 10816 Severity:** Zone {iso_no_rpm['iso_zone']} — " - f"{rms_vel_mms:.3f} mm/s RMS — {iso_no_rpm['description']}\n\n" - "**Note:** RPM was not provided. Fault classification " - "(unbalance, misalignment, looseness) requires shaft frequency." - ), - } - - shaft_freq = rpm / 60.0 - - # Step 2: Shaft features - features = extract_shaft_features(freqs, mags, shaft_freq, time_signal=sig) - - # Step 3: Resolve bearing fault frequencies - fault_freqs: dict[str, float] = {} - bearing_info_source = None - - # Method A: Direct fault frequencies in Hz - direct_hz = any(v is not None and v > 0 for v in [bpfo_hz, bpfi_hz, bsf_hz, ftf_hz]) - if direct_hz: - bearing_info_source = "user-provided frequencies" - for key, hz_val in [ - ("bpfo", bpfo_hz), - ("bpfi", bpfi_hz), - ("bsf", bsf_hz), - ("ftf", ftf_hz), - ]: - if hz_val is not None and hz_val > 0: - fault_freqs[key] = hz_val - # Method B: Custom geometry - elif bearing_n_balls and bearing_ball_dia_mm and bearing_pitch_dia_mm: - bearing_info_source = "custom geometry" - bf = compute_bearing_frequencies( - rpm, - bearing_n_balls, - bearing_ball_dia_mm, - bearing_pitch_dia_mm, - bearing_contact_angle_deg, - "custom", - ) - fault_freqs = {"bpfo": bf.bpfo, "bpfi": bf.bpfi, "bsf": bf.bsf, "ftf": bf.ftf} - # Method C: Database lookup - elif bearing_designation: - bearing = get_bearing(bearing_designation) - if bearing: - bearing_info_source = f"database ({bearing.name})" - bf = compute_bearing_frequencies( - rpm, - bearing.n_balls, - bearing.ball_dia, - bearing.pitch_dia, - bearing.contact_angle, - bearing.name, - ) - fault_freqs = { - "bpfo": bf.bpfo, - "bpfi": bf.bpfi, - "bsf": bf.bsf, - "ftf": bf.ftf, - } - - # Envelope analysis if any fault frequencies are available - bearing_results = None - if fault_freqs: - env = envelope_spectrum(sig, sr) - env_freqs = np.array(env["frequencies"]) - env_mags = np.array(env["envelope_spectrum"]) - bearing_results = {} - for key, freq_val in fault_freqs.items(): - bearing_results[key] = check_bearing_peaks(env_freqs, env_mags, freq_val) - - # Step 4: Classify - diagnoses = classify_faults(features, bearing_results) - - # Step 5: ISO 10816 - iso = assess_iso10816(rms_vel_mms, machine_group) - - # Step 6: Report - report = generate_diagnosis_summary(diagnoses, iso, machine_description) - - return { - "diagnoses": [d.to_dict() for d in diagnoses], - "iso_10816": iso, - "shaft_features": { - "shaft_freq_hz": features.f_shaft, - "amp_1x": round(features.amp_1x, 6), - "amp_2x": round(features.amp_2x, 6), - "amp_3x": round(features.amp_3x, 6), - "amp_half_x": round(features.amp_half_x, 6), - "kurtosis": round(features.kurtosis, 2), - "crest_factor": round(features.crest_factor, 2), - }, - "signal_statistics": { - "rms_g": round(ts_rms, 6), - "peak_g": round(ts_peak, 6), - "crest_factor": round(ts_crest, 2), - "kurtosis": round(ts_kurtosis, 2), - "duration_s": round(len(sig) / sr, 4), - "sample_rate_hz": sr, - "rms_velocity_mm_s": round(rms_vel_mms, 3), - }, - "bearing_analysis": ( - {k: v for k, v in bearing_results.items()} if bearing_results else None - ), - "bearing_info_source": bearing_info_source, - "report_markdown": report, - } - - -def main(): - mcp.run(transport="stdio") - - -if __name__ == "__main__": - main() diff --git a/src/servers/vibration/sample_data/generate_synthetic_vibration.py b/src/servers/vibration/sample_data/generate_synthetic_vibration.py deleted file mode 100644 index b6c4d4882..000000000 --- a/src/servers/vibration/sample_data/generate_synthetic_vibration.py +++ /dev/null @@ -1,147 +0,0 @@ -#!/usr/bin/env python3 -"""Generate synthetic vibration data for a bearing outer-race fault. - -Model ------ -Simplified analytical simulation based on the McFadden & Smith [1] impulsive -model. Each ball pass over the outer-race defect excites a structural -resonance that decays exponentially (ring-down). Impulse amplitudes are -modulated at shaft frequency to approximate load-zone effects. - -Simplifications / known limitations ------------------------------------- -* Motor slip is neglected (ω_shaft = RPM / 60 exactly). For realistic - induction motor simulations, replace f_shaft with f_shaft × (1 − s). -* The resonance is a single mode; real structures show multiple modes. -* Noise is Gaussian; real industrial noise may contain tonal components - from gearboxes, electrical line frequency, etc. - -References ----------- -[1] McFadden, P. D. & Smith, J. D. (1984). "Model for the vibration - produced by a single point defect in a rolling element bearing." - Journal of Sound and Vibration, 96(1), 69-82. - -Output ------- -motor_01.json — JSON array of CouchDB documents with fields: - asset_id, timestamp (ISO-8601 µs), Vibration_X (g) - -Usage ------ - python generate_synthetic_vibration.py # writes JSON to cwd - python generate_synthetic_vibration.py --check # writes JSON + prints stats -""" -from __future__ import annotations - -import argparse -import json -import os -from datetime import datetime, timedelta - -import numpy as np - -# --------------------------------------------------------------------------- -# Machine / bearing parameters -# --------------------------------------------------------------------------- -FS = 4096 # sampling rate [Hz] -DURATION = 1.0 # seconds -RPM = 1800 # shaft speed -F_SHAFT = RPM / 60 # shaft frequency [Hz] - -# SKF 6205-2RS (common small motor bearing) -N_BALLS = 9 -BD = 7.94 # ball diameter [mm] -PD = 39.04 # pitch diameter [mm] -ALPHA = 0.0 # contact angle [rad] - -# Derived characteristic frequencies -BPFO = N_BALLS / 2 * F_SHAFT * (1 - BD / PD * np.cos(ALPHA)) # ~107.5 Hz - -# Resonance and damping -F_RESONANCE = 3200.0 # structural resonance [Hz] -DAMPING = 5000.0 # exponential decay rate [1/s] (fast → sharp impulses) -IMPULSE_AMP = 2.0 # peak impulse amplitude [g] -LOAD_MOD = 0.5 # load-zone modulation depth (0 = none, 1 = full) - -# Background -SHAFT_1X = 0.10 # 1× shaft amplitude [g] -SHAFT_2X = 0.04 # 2× shaft amplitude [g] -NOISE_STD = 0.02 # broadband noise σ [g] - -# Time origin (arbitrary) -T0 = datetime(2024, 1, 15, 0, 0, 0) - -SEED = 42 - - -def generate() -> tuple[np.ndarray, np.ndarray]: - """Return (time_vector, acceleration_signal).""" - rng = np.random.default_rng(SEED) - n_samples = int(FS * DURATION) - t = np.arange(n_samples) / FS - - # Shaft harmonics (healthy background) - shaft = SHAFT_1X * np.sin(2 * np.pi * F_SHAFT * t) + \ - SHAFT_2X * np.sin(2 * np.pi * 2 * F_SHAFT * t) - - # Bearing fault impulses at BPFO - impulse_times = np.arange(0, DURATION, 1.0 / BPFO) - bearing = np.zeros_like(t) - for t_imp in impulse_times: - dt = t - t_imp - mask = dt >= 0 - # Load-zone amplitude modulation - amp = 1.0 + LOAD_MOD * np.cos(2 * np.pi * F_SHAFT * t_imp) - ring = amp * IMPULSE_AMP * np.exp(-DAMPING * dt[mask]) * \ - np.sin(2 * np.pi * F_RESONANCE * dt[mask]) - bearing[mask] += ring - - noise = NOISE_STD * rng.standard_normal(n_samples) - return t, shaft + bearing + noise - - -def to_couchdb_docs(t: np.ndarray, signal: np.ndarray) -> list[dict]: - dt_step = timedelta(seconds=1.0 / FS) - return [ - { - "asset_id": "Motor_01", - "timestamp": (T0 + i * dt_step).strftime("%Y-%m-%dT%H:%M:%S.%f"), - "Vibration_X": round(float(signal[i]), 6), - } - for i in range(len(t)) - ] - - -def main() -> None: - parser = argparse.ArgumentParser(description=__doc__) - parser.add_argument("--check", action="store_true", - help="Print signal statistics after generation") - args = parser.parse_args() - - t, signal = generate() - docs = to_couchdb_docs(t, signal) - - out = os.path.join(os.path.dirname(__file__), "motor_01.json") - with open(out, "w") as f: - json.dump(docs, f, indent=2) - - print(f"Wrote {len(docs)} documents to {out}") - - if args.check: - rms = float(np.sqrt(np.mean(signal ** 2))) - peak = float(np.max(np.abs(signal))) - # Excess kurtosis with sample std (ddof=1), consistent with main.py - kurt = float(np.mean((signal - signal.mean()) ** 4) / - np.std(signal, ddof=1) ** 4 - 3) - print(f" BPFO: {BPFO:.2f} Hz") - print(f" f_shaft: {F_SHAFT:.1f} Hz") - print(f" f_resonance: {F_RESONANCE:.1f} Hz") - print(f" RMS: {rms:.4f} g") - print(f" Peak: {peak:.4f} g") - print(f" Crest factor: {peak / rms:.2f}") - print(f" Kurtosis (excess): {kurt:.2f}") - - -if __name__ == "__main__": - main() diff --git a/src/servers/vibration/tests/__init__.py b/src/servers/vibration/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/vibration/tests/conftest.py b/src/servers/vibration/tests/conftest.py deleted file mode 100644 index 3a2bc4e21..000000000 --- a/src/servers/vibration/tests/conftest.py +++ /dev/null @@ -1,57 +0,0 @@ -"""Fixtures and helpers for vibration server tests.""" - -import json -import os - -from dotenv import load_dotenv -import pytest -from unittest.mock import patch - -load_dotenv() - -# --- Custom markers --- - -requires_couchdb = pytest.mark.skipif( - os.environ.get("COUCHDB_URL") is None, - reason="CouchDB not available (set COUCHDB_URL)", -) - - -# --- Fixtures --- - - -@pytest.fixture -def mock_db(): - """Patch the module-level _get_db in couchdb_client with a mock.""" - with patch("servers.vibration.couchdb_client._get_db") as mock: - yield mock - - -@pytest.fixture -def no_db(): - """Patch _get_db to return None (simulate disconnected CouchDB).""" - with patch("servers.vibration.couchdb_client._get_db", return_value=None): - yield - - -@pytest.fixture(autouse=True) -def reset_data_store(): - """Clear the in-memory data store between tests.""" - from servers.vibration.data_store import store - - store._entries.clear() - yield - store._entries.clear() - - -async def call_tool(mcp_instance, tool_name: str, args: dict) -> dict: - """Helper: call an MCP tool and return parsed JSON response.""" - result = await mcp_instance.call_tool(tool_name, args) - # FastMCP may return (contents, is_error) tuple or just the contents list - if isinstance(result, tuple): - contents = result[0] - else: - contents = result - if isinstance(contents, dict): - return contents - return json.loads(contents[0].text) diff --git a/src/servers/vibration/tests/test_dsp.py b/src/servers/vibration/tests/test_dsp.py deleted file mode 100644 index 181d93d04..000000000 --- a/src/servers/vibration/tests/test_dsp.py +++ /dev/null @@ -1,245 +0,0 @@ -"""Pure-function unit tests for the DSP layer — no MCP, no CouchDB.""" - -import math - -import numpy as np -import pytest - -from servers.vibration.dsp.fft_analysis import ( - compute_fft, - compute_psd, - compute_spectrogram, - find_peaks_in_spectrum, -) -from servers.vibration.dsp.envelope import ( - bandpass_filter, - compute_envelope, - envelope_spectrum, - check_bearing_peaks, -) -from servers.vibration.dsp.bearing_freqs import ( - compute_bearing_frequencies, - get_bearing, - list_bearings, -) -from servers.vibration.dsp.fault_detection import ( - assess_iso10816, - extract_shaft_features, - classify_faults, - generate_diagnosis_summary, -) - - -# --------------------------------------------------------------------------- -# Synthetic signals -# --------------------------------------------------------------------------- - -SR = 4096.0 -DURATION = 2.0 -T = np.arange(0, DURATION, 1.0 / SR) -SINE_50 = np.sin(2 * np.pi * 50 * T) -SINE_120 = np.sin(2 * np.pi * 120 * T) -COMPOSITE = SINE_50 + 0.5 * SINE_120 - - -# =================================================================== -# fft_analysis -# =================================================================== - - -class TestComputeFFT: - def test_pure_sine(self): - result = compute_fft(SINE_50, SR) - freqs = np.array(result["frequencies"]) - mags = np.array(result["magnitude"]) - peak_idx = np.argmax(mags) - assert abs(freqs[peak_idx] - 50.0) < 2.0 - - def test_window_types(self): - for win in ("hann", "hamming", "blackman", "rectangular"): - result = compute_fft(SINE_50, SR, window=win) - assert len(result["frequencies"]) == len(result["magnitude"]) - - def test_frequency_resolution(self): - result = compute_fft(SINE_50, SR) - freqs = np.array(result["frequencies"]) - expected_res = SR / len(SINE_50) - assert abs(freqs[1] - expected_res) < 0.01 - - -class TestComputePSD: - def test_basic(self): - result = compute_psd(SINE_50, SR) - assert "frequencies" in result - assert "psd" in result - assert len(result["frequencies"]) == len(result["psd"]) - - -class TestComputeSpectrogram: - def test_basic(self): - result = compute_spectrogram(SINE_50, SR) - assert "frequencies" in result - assert "times" in result - assert "spectrogram_db" in result - - -class TestFindPeaks: - def test_find_50hz_peak(self): - fft = compute_fft(SINE_50, SR) - freqs = np.array(fft["frequencies"]) - mags = np.array(fft["magnitude"]) - peaks = find_peaks_in_spectrum(freqs, mags, num_peaks=5) - top_freq = peaks[0]["frequency_hz"] - assert abs(top_freq - 50.0) < 2.0 - - -# =================================================================== -# envelope -# =================================================================== - - -class TestBandpassFilter: - def test_shape_preserved(self): - filtered = bandpass_filter(SINE_50, SR, 30.0, 70.0) - assert len(filtered) == len(SINE_50) - - -class TestComputeEnvelope: - def test_shape_and_non_negative(self): - env = compute_envelope(SINE_50) - assert len(env) == len(SINE_50) - assert np.all(env >= 0) - - -class TestEnvelopeSpectrum: - def test_basic(self): - result = envelope_spectrum(SINE_120, SR) - assert "frequencies" in result - assert "envelope_spectrum" in result - assert "filter_band" in result - - def test_custom_band(self): - result = envelope_spectrum(SINE_120, SR, band_low=50.0, band_high=200.0) - lo, hi = result["filter_band"] - assert lo == 50.0 - assert hi == 200.0 - - -class TestCheckBearingPeaks: - def test_finds_peak(self): - # Signal with a clear 100 Hz component - sig = np.sin(2 * np.pi * 100 * T) - env = envelope_spectrum(sig, SR) - freqs = np.array(env["frequencies"]) - mags = np.array(env["envelope_spectrum"]) - result = check_bearing_peaks(freqs, mags, 100.0) - assert "details" in result - assert result["harmonics_detected"] >= 1 - - -# =================================================================== -# bearing_freqs -# =================================================================== - - -class TestComputeBearingFrequencies: - def test_6205_at_1800rpm(self): - bf = compute_bearing_frequencies(1800, 9, 7.94, 39.04, 0.0, "6205") - assert bf.bpfo > 0 - assert bf.bpfi > bf.bpfo # inner race always higher - assert bf.bsf > 0 - assert bf.ftf > 0 - assert bf.ftf < bf.bpfo # cage freq is lowest - - def test_zero_rpm(self): - bf = compute_bearing_frequencies(0, 9, 7.94, 39.04, 0.0, "test") - assert bf.bpfo == 0.0 - assert bf.bpfi == 0.0 - - def test_to_dict(self): - bf = compute_bearing_frequencies(3600, 9, 7.94, 39.04, 0.0, "test") - d = bf.to_dict() - for key in ("bpfo_hz", "bpfi_hz", "bsf_hz", "ftf_hz", "rpm", "bearing"): - assert key in d - - -class TestGetBearing: - def test_known_bearing(self): - b = get_bearing("6205") - assert b is not None - assert b.n_balls == 9 - - def test_unknown_bearing(self): - b = get_bearing("NONEXISTENT-999") - assert b is None - - -class TestListBearings: - def test_returns_list(self): - bearings = list_bearings() - assert len(bearings) >= 5 - assert all("name" in b for b in bearings) - - -# =================================================================== -# fault_detection -# =================================================================== - - -class TestAssessISO10816: - def test_zone_a(self): - result = assess_iso10816(0.5, "group2") - assert result["iso_zone"] == "A" - - def test_zone_b(self): - result = assess_iso10816(2.0, "group2") - assert result["iso_zone"] == "B" - - def test_zone_c(self): - result = assess_iso10816(6.0, "group2") - assert result["iso_zone"] == "C" - - def test_zone_d(self): - result = assess_iso10816(15.0, "group2") - assert result["iso_zone"] == "D" - - def test_all_groups(self): - for grp in ("group1", "group2", "group3", "group4"): - r = assess_iso10816(4.5, grp) - assert r["iso_zone"] in ("A", "B", "C", "D") - - def test_unknown_group_defaults(self): - r = assess_iso10816(4.5, "group_INVALID") - assert r["iso_zone"] in ("A", "B", "C", "D") - - -class TestExtractShaftFeatures: - def test_basic(self): - fft = compute_fft(COMPOSITE, SR) - freqs = np.array(fft["frequencies"]) - mags = np.array(fft["magnitude"]) - shaft_freq = 50.0 # as if rpm=3000 - features = extract_shaft_features(freqs, mags, shaft_freq, - time_signal=COMPOSITE) - assert features.f_shaft == 50.0 - assert features.amp_1x > 0 - - -class TestClassifyFaults: - def test_empty_features_returns_healthy(self): - # All amplitudes zero → healthy or very low vibration - fft = compute_fft(np.zeros(1000), SR) - freqs = np.array(fft["frequencies"]) - mags = np.array(fft["magnitude"]) - features = extract_shaft_features(freqs, mags, 30.0) - diagnoses = classify_faults(features) - # Should not crash; may return healthy or empty - assert isinstance(diagnoses, list) - - -class TestGenerateDiagnosisSummary: - def test_renders_markdown(self): - iso = assess_iso10816(4.5, "group2") - md = generate_diagnosis_summary([], iso, "Test pump") - assert "ISO 10816" in md or "10816" in md - assert isinstance(md, str) diff --git a/src/servers/vibration/tests/test_mcp_e2e.py b/src/servers/vibration/tests/test_mcp_e2e.py deleted file mode 100644 index 8892da325..000000000 --- a/src/servers/vibration/tests/test_mcp_e2e.py +++ /dev/null @@ -1,286 +0,0 @@ -"""MCP stdio transport E2E tests for the vibration server. - -Environment-agnostic and CI-safe. Each test spawns a real server subprocess -and communicates over stdin/stdout via MCP JSON-RPC (stdio transport). -No CouchDB, API keys, or external services required. - -Place: src/servers/vibration/tests/test_mcp_e2e.py - -Usage: - pytest src/servers/vibration/tests/test_mcp_e2e.py -v - pytest src/servers/vibration/tests/test_mcp_e2e.py -v -k "sc04" - pytest -n auto src/servers/vibration/tests/test_mcp_e2e.py - -Design decisions ----------------- -1. sys.executable -- env-agnostic subprocess spawn; no PATH dependency -2. anyio.fail_after -- propagates cancellation through anyio task groups, - terminating the server subprocess on deadlock instead - of leaving a zombie process (unlike asyncio.wait_for) -3. _SENSITIVE_KEYS -- LLM credentials stripped before passing env to server; - prevents billable API calls if server logic changes -4. OTEL_SDK_DISABLED -- disables OTEL in the subprocess; avoids concurrent - JSONL file writes under pytest-xdist parallel runs -5. vibration_session -- function-scoped pytest fixture (scope="function"); - each test gets its own subprocess, eliminating - cross-test state pollution -""" - -from __future__ import annotations - -import asyncio -import json -import sys -from contextlib import asynccontextmanager -from pathlib import Path -from typing import AsyncGenerator - -import anyio -import pytest -from mcp.client.session import ClientSession -from mcp.client.stdio import StdioServerParameters, get_default_environment, stdio_client - -# --------------------------------------------------------------------------- -# Constants -# --------------------------------------------------------------------------- - - -def _find_repo_root(start: Path) -> Path: - """Locate AssetOpsBench root whether this file is at root or in a suite folder.""" - for candidate in (start, *start.parents): - if (candidate / "pyproject.toml").is_file() and ( - candidate / "src" / "servers" / "vibration" / "main.py" - ).is_file(): - return candidate - raise RuntimeError( - "Could not locate AssetOpsBench repo root. Place this test under the " - "repository root or a child directory containing pyproject.toml and src/." - ) - - -_REPO_ROOT = _find_repo_root(Path(__file__).resolve().parent) -_SRC = _REPO_ROOT / "src" -_DEADLINE = 20 # seconds per operation; anyio enforces this at subprocess level - -# LLM credentials that must not reach the test subprocess. -# Prevents accidental billable API calls if server-side logic is ever changed. -_SENSITIVE_KEYS: frozenset[str] = frozenset({ - "WATSONX_APIKEY", "WATSONX_PROJECT_ID", "WATSONX_URL", - "OPENAI_API_KEY", "ANTHROPIC_API_KEY", "LITELLM_API_KEY", - "LITELLM_BASE_URL", "COHERE_API_KEY", "AZURE_API_KEY", - "AZURE_API_BASE", "HUGGINGFACE_API_KEY", -}) - -# --------------------------------------------------------------------------- -# Helpers -# --------------------------------------------------------------------------- - - -def _server_params( - module: str, - *, - otel_dir: Path | None = None, -) -> StdioServerParameters: - """Build StdioServerParameters for a given server module. - - Uses sys.executable (env-agnostic), strips LLM credentials (air-gap), - and disables OTEL SDK by default to prevent JSONL file collisions under - pytest-xdist. Pass otel_dir to enable per-process OTEL tracing instead. - """ - env = get_default_environment() - env["PYTHONPATH"] = str(_SRC) - - for key in _SENSITIVE_KEYS: - env.pop(key, None) - - if otel_dir is not None: - env.pop("OTEL_SDK_DISABLED", None) - env["OTEL_TRACES_FILE"] = str(otel_dir / "traces.jsonl") - else: - env["OTEL_SDK_DISABLED"] = "true" - - return StdioServerParameters( - command=sys.executable, - args=["-m", module], - env=env, - ) - - -@asynccontextmanager -async def _mcp_session( - module: str, - *, - otel_dir: Path | None = None, -) -> AsyncGenerator[ClientSession, None]: - """Open an MCP session with anyio deadline enforcement. - - anyio.fail_after is used instead of asyncio.wait_for because anyio's - cancel scopes propagate through anyio task groups -- which is how - stdio_client manages its read/write streams internally. This ensures - the server subprocess is terminated rather than orphaned on timeout. - - The deadline covers initialization only. Per-call timeouts are applied - at the call site via asyncio.wait_for. - """ - params = _server_params(module, otel_dir=otel_dir) - async with stdio_client(params) as (read_stream, write_stream): - async with ClientSession(read_stream, write_stream) as session: - with anyio.fail_after(_DEADLINE): - await session.initialize() - yield session - - -def _parse_result(result) -> dict: - """Extract the first JSON dict from an MCP tool call result.""" - for content in result.content: - text = getattr(content, "text", None) or str(content) - try: - return json.loads(text) - except (json.JSONDecodeError, TypeError): - return {"_raw": text} - return {} - - -# --------------------------------------------------------------------------- -# Pytest fixture -- function-scoped (fresh subprocess per test) -# --------------------------------------------------------------------------- - - -@pytest.fixture(scope="function") -async def vibration_session() -> AsyncGenerator[ClientSession, None]: - """Each test gets a fresh vibration server process. - - Isolation guarantee: no in-memory data store state leaks between tests. - Teardown: stdio_client.__aexit__ terminates the subprocess via anyio - cancel scope when the fixture goes out of scope. - """ - async with _mcp_session("servers.vibration.main") as session: - yield session - - -# --------------------------------------------------------------------------- -# vibration server -- no CouchDB required -# --------------------------------------------------------------------------- - - -class TestVibrationMCPProtocol: - """E2E tests over real MCP stdio transport to the vibration server. - - SC-01 to SC-05 use the vibration_session fixture (function-scoped). - SC-06 exercises the full lifecycle directly to validate teardown. - """ - - @pytest.mark.anyio - async def test_sc01_tool_listing(self, vibration_session: ClientSession) -> None: - """SC-01: Server starts and exposes expected tools over stdio.""" - tools = await asyncio.wait_for(vibration_session.list_tools(), timeout=_DEADLINE) - names = {t.name for t in tools.tools} - expected = { - "get_vibration_data", - "list_vibration_sensors", - "compute_fft_spectrum", - "compute_envelope_spectrum", - "assess_vibration_severity", - "calculate_bearing_frequencies", - "list_known_bearings", - "diagnose_vibration", - } - assert expected <= names, f"Missing tools: {expected - names}" - - @pytest.mark.anyio - async def test_sc02_static_tool_happy_path(self, vibration_session: ClientSession) -> None: - """SC-02: list_known_bearings returns static database without CouchDB.""" - result = await asyncio.wait_for( - vibration_session.call_tool("list_known_bearings", {}), - timeout=_DEADLINE, - ) - data = _parse_result(result) - assert "bearings" in data, f"Expected 'bearings' key, got: {data}" - assert len(data["bearings"]) >= 5 - names = [b["name"] for b in data["bearings"]] - assert any("6205" in n for n in names), f"6205 not found in {names}" - - @pytest.mark.anyio - async def test_sc03_iso_severity_zone_classification(self, vibration_session: ClientSession) -> None: - """SC-03: assess_vibration_severity classifies ISO 10816 zones correctly.""" - zone_d = _parse_result(await asyncio.wait_for( - vibration_session.call_tool("assess_vibration_severity", {"rms_velocity_mm_s": 50.0}), - timeout=_DEADLINE, - )) - zone_a = _parse_result(await asyncio.wait_for( - vibration_session.call_tool("assess_vibration_severity", {"rms_velocity_mm_s": 0.5}), - timeout=_DEADLINE, - )) - assert zone_d.get("iso_zone") == "D", f"Expected D, got: {zone_d}" - assert zone_a.get("iso_zone") == "A", f"Expected A, got: {zone_a}" - - @pytest.mark.anyio - async def test_sc04_pydantic_boundary_missing_required_field( - self, vibration_session: ClientSession - ) -> None: - """SC-04: Pydantic rejects diagnose_vibration when data_id is absent. - - Primary MCP schema validation regression test. The FastMCP Pydantic - layer must catch the missing field and return a structured validation - error rather than crashing the subprocess. - - Note: accesses result.content[0].text directly (not _parse_result) because - the assertion needs raw keyword search on the error string, not a parsed - dict -- the validation error response is not guaranteed to be valid JSON. - """ - result = await asyncio.wait_for( - vibration_session.call_tool( - "diagnose_vibration", - { - "velocity_rms": 15.5, - "machine_class": "Class I", - "envelope_peak_freqs": [50.0, 100.0, 150.0], - "bpfo": 50.0, - "bpfi": 70.0, - "ftf": 10.0, - "bsf": 30.0, - }, - ), - timeout=_DEADLINE, - ) - raw_text = result.content[0].text if result.content else "" - assert "data_id" in raw_text, f"Expected 'data_id' in error, got: {raw_text!r}" - assert any( - kw in raw_text.lower() - for kw in ("field required", "validation error", "missing") - ), f"Expected validation error message, got: {raw_text!r}" - - @pytest.mark.anyio - async def test_sc05_data_not_found_returns_error_not_crash( - self, vibration_session: ClientSession - ) -> None: - """SC-05: compute_fft_spectrum with unknown data_id returns error dict. - - Verifies application-level errors (data not found) are returned as - structured JSON error responses, not unhandled subprocess crashes. - """ - result = await asyncio.wait_for( - vibration_session.call_tool( - "compute_fft_spectrum", {"data_id": "__nonexistent__"} - ), - timeout=_DEADLINE, - ) - data = _parse_result(result) - assert "error" in data, f"Expected error key, got: {data}" - - @pytest.mark.anyio - async def test_sc06_session_teardown_exits_cleanly(self) -> None: - """SC-06: Full session lifecycle completes within 2x_DEADLINE seconds. - - Regression test for FIND-010 (async teardown deadlock). Uses the - context manager directly (not the fixture) to test the complete - lifecycle. anyio.fail_after wraps the entire block -- if teardown - hangs, anyio cancels it via the stdio_client task group rather - than leaving a zombie process behind. - """ - exited = False - with anyio.fail_after(_DEADLINE * 2): - async with _mcp_session("servers.vibration.main") as session: - await asyncio.wait_for(session.list_tools(), timeout=_DEADLINE) - exited = True - assert exited, "Session teardown caused a deadlock" diff --git a/src/servers/vibration/tests/test_tools.py b/src/servers/vibration/tests/test_tools.py deleted file mode 100644 index 8e081df76..000000000 --- a/src/servers/vibration/tests/test_tools.py +++ /dev/null @@ -1,264 +0,0 @@ -"""Tests for vibration MCP server tools. - -Unit tests use synthetic signals; integration tests require a live CouchDB -(skipped unless COUCHDB_URL is set). -""" - -import numpy as np -import pytest - -from servers.vibration.data_store import store -from servers.vibration.main import mcp -from .conftest import call_tool, requires_couchdb - - -# --------------------------------------------------------------------------- -# Helpers -# --------------------------------------------------------------------------- - -def _make_sine(freq_hz: float = 50.0, sr: float = 2048.0, - duration: float = 1.0, amplitude: float = 1.0) -> tuple: - """Generate a pure sine wave and store it; return (data_id, signal, sr).""" - t = np.arange(0, duration, 1.0 / sr) - sig = amplitude * np.sin(2 * np.pi * freq_hz * t) - data_id = f"test_sine_{freq_hz}Hz" - store.put(data_id, sig, sr, {"test": True}) - return data_id, sig, sr - - -def _make_composite(freqs: list[float], sr: float = 4096.0, - duration: float = 2.0) -> str: - """Composite signal with multiple sine components; returns data_id.""" - t = np.arange(0, duration, 1.0 / sr) - sig = np.zeros_like(t) - for f in freqs: - sig += np.sin(2 * np.pi * f * t) - data_id = "test_composite" - store.put(data_id, sig, sr, {"freqs": freqs}) - return data_id - - -# --------------------------------------------------------------------------- -# compute_fft_spectrum -# --------------------------------------------------------------------------- - - -class TestComputeFFTSpectrum: - @pytest.mark.anyio - async def test_basic_50hz(self): - data_id, _, _ = _make_sine(50.0) - result = await call_tool(mcp, "compute_fft_spectrum", {"data_id": data_id}) - assert "error" not in result - assert result["sample_rate_hz"] == 2048.0 - # Dominant peak should be near 50 Hz - top = result["top_peaks"][0] - assert abs(top["freq_hz"] - 50.0) < 3.0 - - @pytest.mark.anyio - async def test_missing_data_id(self): - result = await call_tool(mcp, "compute_fft_spectrum", - {"data_id": "nonexistent"}) - assert "error" in result - - @pytest.mark.anyio - async def test_window_types(self): - data_id, _, _ = _make_sine(100.0) - for win in ("hann", "hamming", "blackman", "rectangular"): - result = await call_tool(mcp, "compute_fft_spectrum", - {"data_id": data_id, "window": win}) - assert "error" not in result - assert result["window"] == win - - -# --------------------------------------------------------------------------- -# compute_envelope_spectrum -# --------------------------------------------------------------------------- - - -class TestComputeEnvelopeSpectrum: - @pytest.mark.anyio - async def test_basic_run(self): - data_id, _, _ = _make_sine(120.0, sr=4096.0) - result = await call_tool(mcp, "compute_envelope_spectrum", - {"data_id": data_id}) - assert "error" not in result - assert "filter_band_hz" in result - assert result["sample_rate_hz"] == 4096.0 - - @pytest.mark.anyio - async def test_missing_data_id(self): - result = await call_tool(mcp, "compute_envelope_spectrum", - {"data_id": "nope"}) - assert "error" in result - - -# --------------------------------------------------------------------------- -# assess_vibration_severity (ISO 10816) -# --------------------------------------------------------------------------- - - -class TestAssessVibrationSeverity: - @pytest.mark.anyio - async def test_zone_a(self): - result = await call_tool(mcp, "assess_vibration_severity", - {"rms_velocity_mm_s": 0.5}) - assert result["iso_zone"] == "A" - - @pytest.mark.anyio - async def test_zone_d(self): - result = await call_tool(mcp, "assess_vibration_severity", - {"rms_velocity_mm_s": 50.0}) - assert result["iso_zone"] == "D" - - @pytest.mark.anyio - async def test_group_param(self): - for grp in ("group1", "group2", "group3", "group4"): - result = await call_tool(mcp, "assess_vibration_severity", - {"rms_velocity_mm_s": 4.5, - "machine_group": grp}) - assert result["iso_zone"] in ("A", "B", "C", "D") - - -# --------------------------------------------------------------------------- -# list_known_bearings -# --------------------------------------------------------------------------- - - -class TestListKnownBearings: - @pytest.mark.anyio - async def test_returns_bearings(self): - result = await call_tool(mcp, "list_known_bearings", {}) - assert "bearings" in result - assert len(result["bearings"]) >= 5 - names = [b["name"] for b in result["bearings"]] - assert any("6205" in n for n in names) - - -# --------------------------------------------------------------------------- -# calculate_bearing_frequencies -# --------------------------------------------------------------------------- - - -class TestCalculateBearingFrequencies: - @pytest.mark.anyio - async def test_basic(self): - result = await call_tool(mcp, "calculate_bearing_frequencies", { - "rpm": 1800, - "n_balls": 9, - "ball_diameter_mm": 7.94, - "pitch_diameter_mm": 39.04, - "contact_angle_deg": 0.0, - }) - assert "bpfo_hz" in result - assert "bpfi_hz" in result - assert "bsf_hz" in result - assert "ftf_hz" in result - assert result["bpfo_hz"] > 0 - - @pytest.mark.anyio - async def test_with_name(self): - result = await call_tool(mcp, "calculate_bearing_frequencies", { - "rpm": 3600, - "n_balls": 8, - "ball_diameter_mm": 10.0, - "pitch_diameter_mm": 46.0, - "bearing_name": "test-bearing", - }) - assert "bearing" in result - assert result["bearing"] == "test-bearing" - - -# --------------------------------------------------------------------------- -# diagnose_vibration -# --------------------------------------------------------------------------- - - -class TestDiagnoseVibration: - @pytest.mark.anyio - async def test_no_rpm(self): - """Without RPM we expect a partial result with a warning.""" - data_id, _, _ = _make_sine(120.0, sr=4096.0, duration=2.0) - result = await call_tool(mcp, "diagnose_vibration", { - "data_id": data_id, - }) - assert "error" not in result - assert "warning" in result - assert result["shaft_features"] is None - - @pytest.mark.anyio - async def test_with_rpm(self): - data_id = _make_composite([30, 60, 90], sr=4096.0, duration=2.0) - result = await call_tool(mcp, "diagnose_vibration", { - "data_id": data_id, - "rpm": 1800.0, - }) - assert "error" not in result - assert result["shaft_features"] is not None - assert result["iso_10816"] is not None - assert "report_markdown" in result - - @pytest.mark.anyio - async def test_with_bearing_designation(self): - data_id = _make_composite([30, 60, 120], sr=4096.0, duration=2.0) - result = await call_tool(mcp, "diagnose_vibration", { - "data_id": data_id, - "rpm": 1800.0, - "bearing_designation": "6205", - }) - assert "error" not in result - assert result["bearing_info_source"] is not None - assert "database" in result["bearing_info_source"] - - @pytest.mark.anyio - async def test_with_custom_bearing_geometry(self): - data_id = _make_composite([30, 60], sr=4096.0, duration=2.0) - result = await call_tool(mcp, "diagnose_vibration", { - "data_id": data_id, - "rpm": 1800.0, - "bearing_n_balls": 9, - "bearing_ball_dia_mm": 7.94, - "bearing_pitch_dia_mm": 39.04, - }) - assert "error" not in result - assert result["bearing_info_source"] == "custom geometry" - - @pytest.mark.anyio - async def test_missing_data_id(self): - result = await call_tool(mcp, "diagnose_vibration", - {"data_id": "ghost"}) - assert "error" in result - - -# --------------------------------------------------------------------------- -# get_vibration_data (integration — requires CouchDB) -# --------------------------------------------------------------------------- - - -class TestGetVibrationData: - @requires_couchdb - @pytest.mark.anyio - async def test_fetch_integration(self): - result = await call_tool(mcp, "get_vibration_data", { - "site_name": "MAIN", - "asset_id": "Motor_01", - "sensor_name": "Vibration_X", - "start": "2024-01-15T00:00:00", - }) - assert "error" not in result - assert "data_id" in result - - -# --------------------------------------------------------------------------- -# list_vibration_sensors (integration — requires CouchDB) -# --------------------------------------------------------------------------- - - -class TestListVibrationSensors: - @requires_couchdb - @pytest.mark.anyio - async def test_list_integration(self): - result = await call_tool(mcp, "list_vibration_sensors", { - "site_name": "MAIN", - "asset_id": "Chiller 6", - }) - assert "sensors" in result or "error" in result diff --git a/src/servers/wo/__init__.py b/src/servers/wo/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/wo/data.py b/src/servers/wo/data.py deleted file mode 100644 index a2c6bf735..000000000 --- a/src/servers/wo/data.py +++ /dev/null @@ -1,219 +0,0 @@ -"""Data access helpers for the Work Order MCP server. - -Reads from a CouchDB ``workorder`` database populated by ``src/couchdb/init_wo.py``. -Each document carries a ``dataset`` field that acts as a collection discriminator. - -Connection is established lazily on first use. If CouchDB is unavailable the -helpers return ``None`` / empty results so the server can still start. -""" - -import logging -import os -from collections import defaultdict -from datetime import datetime -from typing import Any, Dict, List, Optional - -import pandas as pd - -from .models import EventItem, WorkOrderItem - -logger = logging.getLogger("wo-mcp-server") - -# --------------------------------------------------------------------------- -# Configuration -# --------------------------------------------------------------------------- - -COUCHDB_URL: str = os.environ.get("COUCHDB_URL", "http://localhost:5984") -COUCHDB_USERNAME: str = os.environ.get("COUCHDB_USERNAME", "admin") -COUCHDB_PASSWORD: str = os.environ.get("COUCHDB_PASSWORD", "password") -WO_DBNAME: str = os.environ.get("WO_DBNAME", "workorder") - -# --------------------------------------------------------------------------- -# Lazy connection -# --------------------------------------------------------------------------- - -_db = None # couchdb3.Database instance, initialised on first call to _get_db() - - -def _get_db(): - """Return a live couchdb3.Database, connecting on first call.""" - global _db - if _db is not None: - return _db - try: - import couchdb3 # lazy import so the server starts without couchdb3 installed - - _db = couchdb3.Database( - WO_DBNAME, - url=COUCHDB_URL, - user=COUCHDB_USERNAME, - password=COUCHDB_PASSWORD, - ) - logger.info("Connected to CouchDB database '%s'", WO_DBNAME) - except Exception as exc: - logger.error("Failed to connect to CouchDB: %s", exc) - _db = None - return _db - - -# --------------------------------------------------------------------------- -# Dataset loader -# --------------------------------------------------------------------------- - -# Date columns that must be converted from ISO strings after fetch -_DATE_COLS: Dict[str, List[str]] = { - "wo_events": ["actual_finish"], - "events": ["event_time"], - "alert_events": ["start_time", "end_time"], -} - - -_dataset_cache: Dict[str, Optional[pd.DataFrame]] = {} - - -def load(dataset: str) -> Optional[pd.DataFrame]: - """Fetch all documents with ``_dataset == dataset`` and return a DataFrame. - - Results are cached after the first successful load to avoid repeated - full-collection scans against CouchDB on every tool call. - - Returns ``None`` when CouchDB is unavailable or the dataset is empty. - """ - if dataset in _dataset_cache: - cached = _dataset_cache[dataset] - return cached.copy() if cached is not None else None - - db = _get_db() - if db is None: - return None - try: - result = db.find( - selector={"dataset": {"$eq": dataset}}, - limit=100_000, - ) - docs = result.get("docs", []) - if not docs: - logger.warning("No documents found for dataset '%s'", dataset) - _dataset_cache[dataset] = None - return None - - df = pd.DataFrame(docs) - # Drop internal CouchDB fields - df.drop(columns=[c for c in ("_id", "_rev", "dataset") if c in df.columns], inplace=True) - - # Parse date columns - for col in _DATE_COLS.get(dataset, []): - if col in df.columns: - df[col] = pd.to_datetime(df[col], errors="coerce") - - logger.info("Loaded %d rows for dataset '%s'", len(df), dataset) - _dataset_cache[dataset] = df - return df.copy() - except Exception as exc: - logger.error("Failed to load dataset '%s': %s", dataset, exc) - return None - - -# --------------------------------------------------------------------------- -# Query helpers -# --------------------------------------------------------------------------- - - -def filter_df(df: pd.DataFrame, conditions: dict) -> pd.DataFrame: - """Filter *df* by a dict of ``{column: callable}`` conditions.""" - filtered = df.copy() - for col, cond in conditions.items(): - if callable(cond): - filtered = filtered[filtered[col].apply(cond)] - else: - filtered = filtered.query(f"{col} {cond}") - if not filtered.empty: - filtered = filtered.reset_index(drop=True) - return filtered - - -def parse_date(value: Optional[str]) -> Optional[datetime]: - """Parse an ISO date string (YYYY-MM-DD) or raise ValueError.""" - if not value: - return None - try: - return datetime.strptime(value, "%Y-%m-%d") - except ValueError as exc: - raise ValueError(f"date must be YYYY-MM-DD, got '{value}'") from exc - - -def date_conditions(equipment_id: str, date_col: str, start: Optional[str], end: Optional[str]) -> dict: - """Build a filter-conditions dict for equipment + optional date range.""" - start_dt = parse_date(start) - end_dt = parse_date(end) - cond: dict = { - "equipment_id": lambda x, eid=equipment_id: isinstance(x, str) and x.strip().lower() == eid.strip().lower() - } - if start_dt or end_dt: - cond[date_col] = lambda x, s=start_dt, e=end_dt: ( - (s is None or x >= s) and (e is None or x <= e) - ) - return cond - - -def get_transition_matrix(event_df: pd.DataFrame, event_type_col: str) -> pd.DataFrame: - """Build a row-normalised Markov transition matrix from a sequence of event types.""" - event_types = event_df[event_type_col].tolist() - counts: dict = defaultdict(lambda: defaultdict(int)) - for cur, nxt in zip(event_types[:-1], event_types[1:]): - counts[cur][nxt] += 1 - matrix = pd.DataFrame(counts).fillna(0) - matrix = matrix.div(matrix.sum(axis=1), axis=0) - return matrix - - -# --------------------------------------------------------------------------- -# Row → model converters -# --------------------------------------------------------------------------- - - -def row_to_wo(row: Any) -> WorkOrderItem: - return WorkOrderItem( - wo_id=str(row.get("wo_id", "")), - wo_description=str(row.get("wo_description", "")), - collection=str(row.get("collection", "")), - primary_code=str(row.get("primary_code", "")), - primary_code_description=str(row.get("primary_code_description", "")), - secondary_code=str(row.get("secondary_code", "")), - secondary_code_description=str(row.get("secondary_code_description", "")), - equipment_id=str(row.get("equipment_id", "")), - equipment_name=str(row.get("equipment_name", "")), - preventive=str(row.get("preventive", "")).upper() == "TRUE", - work_priority=int(row["work_priority"]) if pd.notna(row.get("work_priority")) else None, - actual_finish=row["actual_finish"].isoformat() if pd.notna(row.get("actual_finish")) else None, - duration=str(row.get("duration", "")) if pd.notna(row.get("duration")) else None, - actual_labor_hours=str(row.get("actual_labor_hours", "")) if pd.notna(row.get("actual_labor_hours")) else None, - ) - - -def row_to_event(row: Any) -> EventItem: - return EventItem( - event_id=str(row.get("event_id", "")), - event_group=str(row.get("event_group", "")), - event_category=str(row.get("event_category", "")), - event_type=str(row["event_type"]) if pd.notna(row.get("event_type")) else None, - description=str(row["description"]) if pd.notna(row.get("description")) else None, - equipment_id=str(row.get("equipment_id", "")), - equipment_name=str(row.get("equipment_name", "")), - event_time=row["event_time"].isoformat() if pd.notna(row.get("event_time")) else "", - note=str(row["note"]) if pd.notna(row.get("note")) else None, - ) - - -def fetch_work_orders( - df: pd.DataFrame, - equipment_id: str, - start_date: Optional[str], - end_date: Optional[str], -) -> List[WorkOrderItem]: - """Filter *df* by equipment + date range and return ``WorkOrderItem`` list.""" - cond = date_conditions(equipment_id, "actual_finish", start_date, end_date) - filtered = filter_df(df, cond) - if filtered is None or filtered.empty: - return [] - return [row_to_wo(row) for _, row in filtered.iterrows()] diff --git a/src/servers/wo/main.py b/src/servers/wo/main.py deleted file mode 100644 index 1dbde8ed5..000000000 --- a/src/servers/wo/main.py +++ /dev/null @@ -1,43 +0,0 @@ -"""Work Order MCP server entry point. - -Starts a FastMCP server that exposes work-order data as tools. -Data directory is configurable via the ``WO_DATA_DIR`` environment variable -(defaults to ``src/tmp/assetopsbench/sample_data/``). -""" - -import logging -import os - -from dotenv import load_dotenv -from mcp.server.fastmcp import FastMCP - -load_dotenv() - -_log_level = getattr(logging, os.environ.get("LOG_LEVEL", "WARNING").upper(), logging.WARNING) -logging.basicConfig(level=_log_level) - -mcp = FastMCP("wo", instructions="Work order analytics: query work orders, events, failure codes, and predict maintenance patterns.") - -# Register tools — imported after mcp is created to avoid circular imports. -from . import tools # noqa: E402 - -_TOOLS = [ - (tools.get_work_orders, "Get Work Orders"), - (tools.get_preventive_work_orders, "Get Preventive Work Orders"), - (tools.get_corrective_work_orders, "Get Corrective Work Orders"), - (tools.get_events, "Get Events"), - (tools.get_failure_codes, "Get Failure Codes"), - (tools.get_work_order_distribution, "Get Work Order Distribution"), - (tools.predict_next_work_order, "Predict Next Work Order"), - (tools.analyze_alert_to_failure, "Analyze Alert to Failure"), -] -for _fn, _title in _TOOLS: - mcp.tool(title=_title)(_fn) - - -def main(): - mcp.run(transport="stdio") - - -if __name__ == "__main__": - main() diff --git a/src/servers/wo/models.py b/src/servers/wo/models.py deleted file mode 100644 index e962282e6..000000000 --- a/src/servers/wo/models.py +++ /dev/null @@ -1,148 +0,0 @@ -"""Pydantic result models for the Work Order MCP server.""" - -from typing import List, Optional -from pydantic import BaseModel - - -class ErrorResult(BaseModel): - error: str - - -# --------------------------------------------------------------------------- -# Work orders -# --------------------------------------------------------------------------- - - -class WorkOrderItem(BaseModel): - wo_id: str - wo_description: str - collection: str - primary_code: str - primary_code_description: str - secondary_code: str - secondary_code_description: str - equipment_id: str - equipment_name: str - preventive: bool - work_priority: Optional[int] - actual_finish: Optional[str] - duration: Optional[str] - actual_labor_hours: Optional[str] - - -class WorkOrdersResult(BaseModel): - equipment_id: str - start_date: Optional[str] - end_date: Optional[str] - total: int - work_orders: List[WorkOrderItem] - message: str - - -# --------------------------------------------------------------------------- -# Events -# --------------------------------------------------------------------------- - - -class EventItem(BaseModel): - event_id: str - event_group: str - event_category: str - event_type: Optional[str] - description: Optional[str] - equipment_id: str - equipment_name: str - event_time: str - note: Optional[str] - - -class EventsResult(BaseModel): - equipment_id: str - start_date: Optional[str] - end_date: Optional[str] - total: int - events: List[EventItem] - message: str - - -# --------------------------------------------------------------------------- -# Failure codes -# --------------------------------------------------------------------------- - - -class FailureCodeItem(BaseModel): - category: str - primary_code: str - primary_code_description: str - secondary_code: str - secondary_code_description: str - - -class FailureCodesResult(BaseModel): - total: int - failure_codes: List[FailureCodeItem] - - -# --------------------------------------------------------------------------- -# Work order distribution -# --------------------------------------------------------------------------- - - -class WorkOrderDistributionEntry(BaseModel): - category: str - primary_code: str - primary_code_description: str - secondary_code: str - secondary_code_description: str - count: int - - -class WorkOrderDistributionResult(BaseModel): - equipment_id: str - start_date: Optional[str] - end_date: Optional[str] - total_work_orders: int - distribution: List[WorkOrderDistributionEntry] - message: str - - -# --------------------------------------------------------------------------- -# Next work order prediction -# --------------------------------------------------------------------------- - - -class NextWorkOrderEntry(BaseModel): - category: str - primary_code: str - primary_code_description: str - probability: float - - -class NextWorkOrderPredictionResult(BaseModel): - equipment_id: str - start_date: Optional[str] - end_date: Optional[str] - last_work_order_type: str - predictions: List[NextWorkOrderEntry] - message: str - - -# --------------------------------------------------------------------------- -# Alert-to-failure analysis -# --------------------------------------------------------------------------- - - -class AlertToFailureEntry(BaseModel): - transition: str - probability: float - average_hours_to_maintenance: Optional[float] - - -class AlertToFailureResult(BaseModel): - equipment_id: str - rule_id: str - start_date: Optional[str] - end_date: Optional[str] - total_alerts_analyzed: int - transitions: List[AlertToFailureEntry] - message: str diff --git a/src/servers/wo/tests/__init__.py b/src/servers/wo/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/servers/wo/tests/conftest.py b/src/servers/wo/tests/conftest.py deleted file mode 100644 index 8ca2f3c30..000000000 --- a/src/servers/wo/tests/conftest.py +++ /dev/null @@ -1,146 +0,0 @@ -import json -import os -from unittest.mock import patch - -import pytest -import pandas as pd - -from dotenv import load_dotenv - -load_dotenv() - -# --- Custom markers --- - - -def _couchdb_reachable() -> bool: - url = os.environ.get("COUCHDB_URL") - if not url: - return False - try: - import requests - requests.get(url, timeout=2) - return True - except Exception: - return False - - -requires_couchdb = pytest.mark.skipif( - not _couchdb_reachable(), - reason="CouchDB not reachable (set COUCHDB_URL and ensure CouchDB is running)", -) - - -# --- Fixture DataFrames --- - - -def _make_wo_df() -> pd.DataFrame: - data = { - "wo_id": ["WO001", "WO002", "WO003", "WO004"], - "wo_description": ["Oil Analysis", "Routine Maintenance", "Corrective Repair", "Emergency Fix"], - "collection": ["compressor", "compressor", "motor", "motor"], - "primary_code": ["MT010", "MT001", "MT013", "MT013"], - "primary_code_description": ["Oil Analysis", "Routine Maintenance", "Corrective", "Corrective"], - "secondary_code": ["MT010b", "MT001a", "MT013a", "MT013b"], - "secondary_code_description": ["Routine Oil Analysis", "Basic Maint", "Repair", "Emergency"], - "equipment_id": ["CWC04013", "CWC04013", "CWC04013", "CWC04007"], - "equipment_name": ["Chiller 13", "Chiller 13", "Chiller 13", "Chiller 7"], - "preventive": ["TRUE", "TRUE", "FALSE", "FALSE"], - "work_priority": ["5", "5", "3", "1"], - "actual_finish": [ - pd.Timestamp("2017-06-01"), - pd.Timestamp("2017-08-15"), - pd.Timestamp("2017-11-20"), - pd.Timestamp("2018-03-10"), - ], - "duration": ["3:00", "2:00", "4:00", "6:00"], - "actual_labor_hours": ["1:00", "1:00", "2:00", "3:00"], - } - return pd.DataFrame(data) - - -def _make_events_df() -> pd.DataFrame: - data = { - "event_id": ["E001", "E002", "E003"], - "event_group": ["WORK_ORDER", "ALERT", "ANOMALY"], - "event_category": ["PM", "ALERT", "ANOMALY"], - "event_type": ["MT001", "CR00002", None], - "description": ["Routine Maintenance", "Temperature Alert", "Anomaly Detected"], - "equipment_id": ["CWC04013", "CWC04013", "CWC04013"], - "equipment_name": ["Chiller 13", "Chiller 13", "Chiller 13"], - "event_time": [ - pd.Timestamp("2017-06-01"), - pd.Timestamp("2017-07-01"), - pd.Timestamp("2017-08-01"), - ], - "note": [None, "High temp", None], - } - return pd.DataFrame(data) - - -def _make_failure_codes_df() -> pd.DataFrame: - data = { - "category": ["Maintenance and Routine Checks", "Maintenance and Routine Checks", "Corrective"], - "primary_code": ["MT010", "MT001", "MT013"], - "primary_code_description": ["Oil Analysis", "Routine Maintenance", "Corrective"], - "secondary_code": ["MT010b", "MT001a", "MT013a"], - "secondary_code_description": ["Routine Oil Analysis", "Basic Maint", "Repair"], - } - return pd.DataFrame(data) - - -def _make_primary_failure_codes_df() -> pd.DataFrame: - data = { - "category": ["Maintenance and Routine Checks", "Maintenance and Routine Checks", "Corrective"], - "primary_code": ["MT010", "MT001", "MT013"], - "primary_code_description": ["Oil Analysis", "Routine Maintenance", "Corrective"], - } - return pd.DataFrame(data) - - -def _make_alert_events_df() -> pd.DataFrame: - data = { - "equipment_id": ["CWC04013", "CWC04013", "CWC04013"], - "equipment_name": ["Chiller 13", "Chiller 13", "Chiller 13"], - "rule_id": ["CR00002", "CR00002", "CR00002"], - "start_time": [ - pd.Timestamp("2017-01-01"), - pd.Timestamp("2017-03-01"), - pd.Timestamp("2017-06-01"), - ], - "end_time": [ - pd.Timestamp("2017-01-02"), - pd.Timestamp("2017-03-02"), - pd.Timestamp("2017-06-02"), - ], - "event_group": ["ALERT", "ALERT", "WORK_ORDER"], - } - return pd.DataFrame(data) - - -_FIXTURE_DATA = { - "wo_events": _make_wo_df, - "events": _make_events_df, - "failure_codes": _make_failure_codes_df, - "primary_failure_codes": _make_primary_failure_codes_df, - "alert_events": _make_alert_events_df, -} - - -# --- Fixtures --- - - -@pytest.fixture -def mock_data(): - """Patch load() in tools namespace to return fixture DataFrames without CouchDB.""" - def _fake_load(key: str): - factory = _FIXTURE_DATA.get(key) - return factory() if factory else None - - with patch("servers.wo.tools.load", side_effect=_fake_load): - yield - - -async def call_tool(mcp_instance, tool_name: str, args: dict) -> dict: - """Helper: call an MCP tool and return parsed JSON response.""" - contents, _ = await mcp_instance.call_tool(tool_name, args) - return json.loads(contents[0].text) diff --git a/src/servers/wo/tests/test_integration.py b/src/servers/wo/tests/test_integration.py deleted file mode 100644 index 642b957b8..000000000 --- a/src/servers/wo/tests/test_integration.py +++ /dev/null @@ -1,341 +0,0 @@ -"""Live integration tests for the Work Order MCP server. - -Requires CouchDB to be running and populated (``COUCHDB_URL`` must be set). -All tests are skipped automatically when CouchDB is unavailable. - -Run with: - uv run pytest src/servers/wo/tests/test_integration.py -v -""" - -import pytest -from servers.wo.main import mcp -from .conftest import requires_couchdb, call_tool - -# Real equipment IDs and rule IDs present in the sample dataset -EQUIPMENT_ID = "CWC04013" # 431 work orders in dataset -EQUIPMENT_RICH = "CWC04014" # 524 work orders — most records -EQUIPMENT_ALERT = "CWC04009" # has alert events with RUL0018 -RULE_ID = "RUL0018" # 183 alert events for CWC04009 - - -# --------------------------------------------------------------------------- -# get_work_orders — live -# --------------------------------------------------------------------------- - - -@requires_couchdb -class TestGetWorkOrdersLive: - @pytest.mark.anyio - async def test_returns_results(self): - data = await call_tool(mcp, "get_work_orders", {"equipment_id": EQUIPMENT_ID}) - assert "work_orders" in data - assert data["total"] > 0 - assert len(data["work_orders"]) == data["total"] - - @pytest.mark.anyio - async def test_date_range_narrows_results(self): - all_data = await call_tool(mcp, "get_work_orders", {"equipment_id": EQUIPMENT_ID}) - filtered = await call_tool( - mcp, - "get_work_orders", - {"equipment_id": EQUIPMENT_ID, "start_date": "2015-01-01", "end_date": "2017-12-31"}, - ) - assert filtered["total"] < all_data["total"] - assert filtered["total"] > 0 - - @pytest.mark.anyio - async def test_each_wo_has_required_fields(self): - data = await call_tool(mcp, "get_work_orders", {"equipment_id": EQUIPMENT_ID}) - required = {"wo_id", "wo_description", "equipment_id", "primary_code", "preventive", "actual_finish"} - for wo in data["work_orders"]: - assert required <= wo.keys() - assert wo["equipment_id"].upper() == EQUIPMENT_ID.upper() - - @pytest.mark.anyio - async def test_preventive_field_is_bool(self): - data = await call_tool(mcp, "get_work_orders", {"equipment_id": EQUIPMENT_ID}) - for wo in data["work_orders"]: - assert isinstance(wo["preventive"], bool) - - @pytest.mark.anyio - async def test_unknown_equipment_returns_error(self): - data = await call_tool(mcp, "get_work_orders", {"equipment_id": "DOES_NOT_EXIST"}) - assert "error" in data - - -# --------------------------------------------------------------------------- -# get_preventive_work_orders — live -# --------------------------------------------------------------------------- - - -@requires_couchdb -class TestGetPreventiveWorkOrdersLive: - @pytest.mark.anyio - async def test_all_results_are_preventive(self): - data = await call_tool(mcp, "get_preventive_work_orders", {"equipment_id": EQUIPMENT_ID}) - assert "work_orders" in data - assert data["total"] > 0 - for wo in data["work_orders"]: - assert wo["preventive"] is True - - @pytest.mark.anyio - async def test_count_less_than_all_work_orders(self): - all_data = await call_tool(mcp, "get_work_orders", {"equipment_id": EQUIPMENT_ID}) - prev_data = await call_tool(mcp, "get_preventive_work_orders", {"equipment_id": EQUIPMENT_ID}) - assert prev_data["total"] <= all_data["total"] - - -# --------------------------------------------------------------------------- -# get_corrective_work_orders — live -# --------------------------------------------------------------------------- - - -@requires_couchdb -class TestGetCorrectiveWorkOrdersLive: - @pytest.mark.anyio - async def test_all_results_are_corrective(self): - data = await call_tool(mcp, "get_corrective_work_orders", {"equipment_id": EQUIPMENT_ID}) - assert "work_orders" in data - assert data["total"] > 0 - for wo in data["work_orders"]: - assert wo["preventive"] is False - - @pytest.mark.anyio - async def test_preventive_and_corrective_partition_all(self): - all_data = await call_tool(mcp, "get_work_orders", {"equipment_id": EQUIPMENT_ID}) - prev_data = await call_tool(mcp, "get_preventive_work_orders", {"equipment_id": EQUIPMENT_ID}) - corr_data = await call_tool(mcp, "get_corrective_work_orders", {"equipment_id": EQUIPMENT_ID}) - assert prev_data["total"] + corr_data["total"] == all_data["total"] - - -# --------------------------------------------------------------------------- -# get_events — live -# --------------------------------------------------------------------------- - - -@requires_couchdb -class TestGetEventsLive: - @pytest.mark.anyio - async def test_returns_events(self): - data = await call_tool(mcp, "get_events", {"equipment_id": EQUIPMENT_ID}) - assert "events" in data - assert data["total"] > 0 - - @pytest.mark.anyio - async def test_event_groups_valid(self): - data = await call_tool(mcp, "get_events", {"equipment_id": EQUIPMENT_ID}) - valid_groups = {"WORK_ORDER", "ALERT", "ANOMALY"} - for event in data["events"]: - assert event["event_group"] in valid_groups - - @pytest.mark.anyio - async def test_each_event_has_required_fields(self): - data = await call_tool(mcp, "get_events", {"equipment_id": EQUIPMENT_ID}) - required = {"event_id", "event_group", "event_category", "equipment_id", "event_time"} - for event in data["events"]: - assert required <= event.keys() - assert event["equipment_id"].upper() == EQUIPMENT_ID.upper() - - @pytest.mark.anyio - async def test_date_range_filters_events(self): - data = await call_tool( - mcp, - "get_events", - {"equipment_id": EQUIPMENT_ID, "start_date": "2015-01-01", "end_date": "2015-12-31"}, - ) - assert "events" in data - assert data["total"] > 0 - for event in data["events"]: - assert event["event_time"].startswith("2015") - - -# --------------------------------------------------------------------------- -# get_failure_codes — live -# --------------------------------------------------------------------------- - - -@requires_couchdb -class TestGetFailureCodesLive: - @pytest.mark.anyio - async def test_returns_codes(self): - data = await call_tool(mcp, "get_failure_codes", {}) - assert "failure_codes" in data - assert data["total"] > 0 - - @pytest.mark.anyio - async def test_required_fields_present(self): - data = await call_tool(mcp, "get_failure_codes", {}) - required = {"category", "primary_code", "primary_code_description", - "secondary_code", "secondary_code_description"} - for fc in data["failure_codes"]: - assert required <= fc.keys() - - @pytest.mark.anyio - async def test_known_code_present(self): - data = await call_tool(mcp, "get_failure_codes", {}) - primary_codes = {fc["primary_code"] for fc in data["failure_codes"]} - # MT010 (Oil Analysis) and MT001 (Routine Maintenance) exist in the dataset - assert "MT010" in primary_codes - assert "MT001" in primary_codes - - -# --------------------------------------------------------------------------- -# get_work_order_distribution — live -# --------------------------------------------------------------------------- - - -@requires_couchdb -class TestGetWorkOrderDistributionLive: - @pytest.mark.anyio - async def test_returns_distribution(self): - data = await call_tool(mcp, "get_work_order_distribution", {"equipment_id": EQUIPMENT_ID}) - assert "distribution" in data - assert data["total_work_orders"] > 0 - assert len(data["distribution"]) > 0 - - @pytest.mark.anyio - async def test_counts_sum_to_total(self): - data = await call_tool(mcp, "get_work_order_distribution", {"equipment_id": EQUIPMENT_ID}) - total_from_dist = sum(e["count"] for e in data["distribution"]) - # distribution only counts entries matched in failure_codes; total_work_orders is the raw filter count - assert total_from_dist <= data["total_work_orders"] - - @pytest.mark.anyio - async def test_sorted_descending(self): - data = await call_tool(mcp, "get_work_order_distribution", {"equipment_id": EQUIPMENT_ID}) - counts = [e["count"] for e in data["distribution"]] - assert counts == sorted(counts, reverse=True) - - @pytest.mark.anyio - async def test_distribution_fields_present(self): - data = await call_tool(mcp, "get_work_order_distribution", {"equipment_id": EQUIPMENT_ID}) - required = {"category", "primary_code", "primary_code_description", - "secondary_code", "secondary_code_description", "count"} - for entry in data["distribution"]: - assert required <= entry.keys() - - @pytest.mark.anyio - async def test_date_range_reduces_total(self): - all_data = await call_tool(mcp, "get_work_order_distribution", {"equipment_id": EQUIPMENT_RICH}) - filtered = await call_tool( - mcp, - "get_work_order_distribution", - {"equipment_id": EQUIPMENT_RICH, "start_date": "2016-01-01", "end_date": "2016-12-31"}, - ) - assert filtered["total_work_orders"] < all_data["total_work_orders"] - - -# --------------------------------------------------------------------------- -# predict_next_work_order — live -# --------------------------------------------------------------------------- - - -@requires_couchdb -class TestPredictNextWorkOrderLive: - @pytest.mark.anyio - async def test_returns_predictions(self): - data = await call_tool(mcp, "predict_next_work_order", {"equipment_id": EQUIPMENT_RICH}) - assert "predictions" in data - assert "last_work_order_type" in data - assert len(data["predictions"]) > 0 - - @pytest.mark.anyio - async def test_probabilities_sum_to_one(self): - data = await call_tool(mcp, "predict_next_work_order", {"equipment_id": EQUIPMENT_RICH}) - if "predictions" in data: - total = sum(p["probability"] for p in data["predictions"]) - assert abs(total - 1.0) < 1e-6 - - @pytest.mark.anyio - async def test_prediction_fields_present(self): - data = await call_tool(mcp, "predict_next_work_order", {"equipment_id": EQUIPMENT_RICH}) - if "predictions" in data: - required = {"category", "primary_code", "primary_code_description", "probability"} - for pred in data["predictions"]: - assert required <= pred.keys() - - @pytest.mark.anyio - async def test_probabilities_between_zero_and_one(self): - data = await call_tool(mcp, "predict_next_work_order", {"equipment_id": EQUIPMENT_RICH}) - if "predictions" in data: - for pred in data["predictions"]: - assert 0.0 <= pred["probability"] <= 1.0 - - @pytest.mark.anyio - async def test_unknown_equipment_returns_error(self): - data = await call_tool(mcp, "predict_next_work_order", {"equipment_id": "DOES_NOT_EXIST"}) - assert "error" in data - - -# --------------------------------------------------------------------------- -# analyze_alert_to_failure — live -# --------------------------------------------------------------------------- - - -@requires_couchdb -class TestAnalyzeAlertToFailureLive: - @pytest.mark.anyio - async def test_returns_transitions(self): - data = await call_tool( - mcp, - "analyze_alert_to_failure", - {"equipment_id": EQUIPMENT_ALERT, "rule_id": RULE_ID}, - ) - assert "transitions" in data - assert data["total_alerts_analyzed"] > 0 - - @pytest.mark.anyio - async def test_probabilities_sum_to_one(self): - data = await call_tool( - mcp, - "analyze_alert_to_failure", - {"equipment_id": EQUIPMENT_ALERT, "rule_id": RULE_ID}, - ) - if "transitions" in data: - total = sum(t["probability"] for t in data["transitions"]) - assert abs(total - 1.0) < 1e-6 - - @pytest.mark.anyio - async def test_transition_fields_present(self): - data = await call_tool( - mcp, - "analyze_alert_to_failure", - {"equipment_id": EQUIPMENT_ALERT, "rule_id": RULE_ID}, - ) - if "transitions" in data: - for t in data["transitions"]: - assert "transition" in t - assert "probability" in t - assert "average_hours_to_maintenance" in t - - @pytest.mark.anyio - async def test_work_order_transition_has_avg_hours(self): - data = await call_tool( - mcp, - "analyze_alert_to_failure", - {"equipment_id": EQUIPMENT_ALERT, "rule_id": RULE_ID}, - ) - if "transitions" in data: - wo_transitions = [t for t in data["transitions"] if t["transition"] == "WORK_ORDER"] - for t in wo_transitions: - assert t["average_hours_to_maintenance"] is not None - assert t["average_hours_to_maintenance"] > 0 - - @pytest.mark.anyio - async def test_unknown_rule_returns_error(self): - data = await call_tool( - mcp, - "analyze_alert_to_failure", - {"equipment_id": EQUIPMENT_ALERT, "rule_id": "NONEXISTENT_RULE"}, - ) - assert "error" in data - - @pytest.mark.anyio - async def test_result_metadata_fields(self): - data = await call_tool( - mcp, - "analyze_alert_to_failure", - {"equipment_id": EQUIPMENT_ALERT, "rule_id": RULE_ID}, - ) - assert data.get("equipment_id", "").upper() == EQUIPMENT_ALERT.upper() - assert data.get("rule_id", "").upper() == RULE_ID.upper() diff --git a/src/servers/wo/tests/test_tools.py b/src/servers/wo/tests/test_tools.py deleted file mode 100644 index 6528c9bfd..000000000 --- a/src/servers/wo/tests/test_tools.py +++ /dev/null @@ -1,299 +0,0 @@ -"""Tests for Work Order MCP server tools. - -Unit tests use in-memory fixture DataFrames injected via ``mock_data``. -Integration tests require the sample data directory to be present and are -gated by the ``requires_wo_data`` marker. -""" - -import pytest -from servers.wo.main import mcp -from .conftest import requires_couchdb, call_tool - - -# --------------------------------------------------------------------------- -# get_work_orders -# --------------------------------------------------------------------------- - - -class TestGetWorkOrders: - @pytest.mark.anyio - async def test_unknown_equipment(self, mock_data): - data = await call_tool(mcp, "get_work_orders", {"equipment_id": "UNKNOWN"}) - assert "error" in data - - @pytest.mark.anyio - async def test_returns_all_records(self, mock_data): - data = await call_tool(mcp, "get_work_orders", {"equipment_id": "CWC04013"}) - assert data["total"] == 3 - assert len(data["work_orders"]) == 3 - - @pytest.mark.anyio - async def test_date_range_filter(self, mock_data): - data = await call_tool( - mcp, - "get_work_orders", - {"equipment_id": "CWC04013", "start_date": "2017-01-01", "end_date": "2017-12-31"}, - ) - assert data["total"] == 3 - for wo in data["work_orders"]: - assert "2017" in (wo["actual_finish"] or "") - - @pytest.mark.anyio - async def test_invalid_date(self, mock_data): - data = await call_tool( - mcp, "get_work_orders", {"equipment_id": "CWC04013", "start_date": "not-a-date"} - ) - assert "error" in data - - @pytest.mark.anyio - async def test_work_order_fields_present(self, mock_data): - data = await call_tool(mcp, "get_work_orders", {"equipment_id": "CWC04013"}) - wo = data["work_orders"][0] - for field in ("wo_id", "wo_description", "primary_code", "preventive", "equipment_id"): - assert field in wo - - @requires_couchdb - @pytest.mark.anyio - async def test_integration_cwc04013_2017(self): - data = await call_tool( - mcp, - "get_work_orders", - {"equipment_id": "CWC04013", "start_date": "2017-01-01", "end_date": "2017-12-31"}, - ) - assert "work_orders" in data - assert data["total"] > 0 - - -# --------------------------------------------------------------------------- -# get_preventive_work_orders -# --------------------------------------------------------------------------- - - -class TestGetPreventiveWorkOrders: - @pytest.mark.anyio - async def test_returns_only_preventive(self, mock_data): - data = await call_tool(mcp, "get_preventive_work_orders", {"equipment_id": "CWC04013"}) - assert data["total"] == 2 - for wo in data["work_orders"]: - assert wo["preventive"] is True - - @pytest.mark.anyio - async def test_unknown_equipment(self, mock_data): - data = await call_tool(mcp, "get_preventive_work_orders", {"equipment_id": "UNKNOWN"}) - assert "error" in data - - @requires_couchdb - @pytest.mark.anyio - async def test_integration(self): - data = await call_tool( - mcp, - "get_preventive_work_orders", - {"equipment_id": "CWC04013", "start_date": "2017-01-01", "end_date": "2017-12-31"}, - ) - assert "work_orders" in data - for wo in data["work_orders"]: - assert wo["preventive"] is True - - -# --------------------------------------------------------------------------- -# get_corrective_work_orders -# --------------------------------------------------------------------------- - - -class TestGetCorrectiveWorkOrders: - @pytest.mark.anyio - async def test_returns_only_corrective(self, mock_data): - data = await call_tool(mcp, "get_corrective_work_orders", {"equipment_id": "CWC04013"}) - assert data["total"] == 1 - for wo in data["work_orders"]: - assert wo["preventive"] is False - - @pytest.mark.anyio - async def test_unknown_equipment(self, mock_data): - data = await call_tool(mcp, "get_corrective_work_orders", {"equipment_id": "UNKNOWN"}) - assert "error" in data - - @requires_couchdb - @pytest.mark.anyio - async def test_integration(self): - data = await call_tool( - mcp, - "get_corrective_work_orders", - {"equipment_id": "CWC04013", "start_date": "2017-01-01", "end_date": "2017-12-31"}, - ) - assert "work_orders" in data - for wo in data["work_orders"]: - assert wo["preventive"] is False - - -# --------------------------------------------------------------------------- -# get_events -# --------------------------------------------------------------------------- - - -class TestGetEvents: - @pytest.mark.anyio - async def test_returns_events(self, mock_data): - data = await call_tool(mcp, "get_events", {"equipment_id": "CWC04013"}) - assert data["total"] == 3 - groups = {e["event_group"] for e in data["events"]} - assert {"WORK_ORDER", "ALERT", "ANOMALY"} == groups - - @pytest.mark.anyio - async def test_unknown_equipment(self, mock_data): - data = await call_tool(mcp, "get_events", {"equipment_id": "UNKNOWN"}) - assert "error" in data - - @pytest.mark.anyio - async def test_date_range(self, mock_data): - data = await call_tool( - mcp, - "get_events", - {"equipment_id": "CWC04013", "start_date": "2017-07-01", "end_date": "2017-12-31"}, - ) - assert data["total"] == 2 - - @requires_couchdb - @pytest.mark.anyio - async def test_integration(self): - data = await call_tool(mcp, "get_events", {"equipment_id": "CWC04009"}) - assert "events" in data - assert data["total"] > 0 - - -# --------------------------------------------------------------------------- -# get_failure_codes -# --------------------------------------------------------------------------- - - -class TestGetFailureCodes: - @pytest.mark.anyio - async def test_returns_codes(self, mock_data): - data = await call_tool(mcp, "get_failure_codes", {}) - assert data["total"] == 3 - codes = [fc["primary_code"] for fc in data["failure_codes"]] - assert "MT010" in codes - - @pytest.mark.anyio - async def test_fields_present(self, mock_data): - data = await call_tool(mcp, "get_failure_codes", {}) - fc = data["failure_codes"][0] - for field in ("category", "primary_code", "primary_code_description", "secondary_code"): - assert field in fc - - @requires_couchdb - @pytest.mark.anyio - async def test_integration(self): - data = await call_tool(mcp, "get_failure_codes", {}) - assert data["total"] > 0 - - -# --------------------------------------------------------------------------- -# get_work_order_distribution -# --------------------------------------------------------------------------- - - -class TestGetWorkOrderDistribution: - @pytest.mark.anyio - async def test_unknown_equipment(self, mock_data): - data = await call_tool(mcp, "get_work_order_distribution", {"equipment_id": "UNKNOWN"}) - assert "error" in data - - @pytest.mark.anyio - async def test_distribution_counts(self, mock_data): - data = await call_tool(mcp, "get_work_order_distribution", {"equipment_id": "CWC04013"}) - assert data["total_work_orders"] == 3 - codes = {e["primary_code"]: e["count"] for e in data["distribution"]} - assert codes.get("MT010") == 1 - assert codes.get("MT001") == 1 - assert codes.get("MT013") == 1 - - @pytest.mark.anyio - async def test_sorted_descending(self, mock_data): - data = await call_tool(mcp, "get_work_order_distribution", {"equipment_id": "CWC04013"}) - counts = [e["count"] for e in data["distribution"]] - assert counts == sorted(counts, reverse=True) - - @requires_couchdb - @pytest.mark.anyio - async def test_integration(self): - data = await call_tool( - mcp, - "get_work_order_distribution", - {"equipment_id": "CWC04013", "start_date": "2017-01-01", "end_date": "2017-12-31"}, - ) - assert "distribution" in data - assert data["total_work_orders"] > 0 - - -# --------------------------------------------------------------------------- -# predict_next_work_order -# --------------------------------------------------------------------------- - - -class TestPredictNextWorkOrder: - @pytest.mark.anyio - async def test_unknown_equipment(self, mock_data): - data = await call_tool(mcp, "predict_next_work_order", {"equipment_id": "UNKNOWN"}) - assert "error" in data - - @pytest.mark.anyio - async def test_returns_predictions(self, mock_data): - data = await call_tool(mcp, "predict_next_work_order", {"equipment_id": "CWC04013"}) - # Should either return predictions or an error about transition data - assert "predictions" in data or "error" in data - if "predictions" in data: - assert "last_work_order_type" in data - assert isinstance(data["predictions"], list) - - @pytest.mark.anyio - async def test_probabilities_sum_to_one(self, mock_data): - data = await call_tool(mcp, "predict_next_work_order", {"equipment_id": "CWC04013"}) - if "predictions" in data and data["predictions"]: - total = sum(p["probability"] for p in data["predictions"]) - assert abs(total - 1.0) < 1e-6 - - @requires_couchdb - @pytest.mark.anyio - async def test_integration(self): - data = await call_tool(mcp, "predict_next_work_order", {"equipment_id": "CWC04013"}) - assert "predictions" in data or "error" in data - - -# --------------------------------------------------------------------------- -# analyze_alert_to_failure -# --------------------------------------------------------------------------- - - -class TestAnalyzeAlertToFailure: - @pytest.mark.anyio - async def test_unknown_rule(self, mock_data): - data = await call_tool( - mcp, "analyze_alert_to_failure", {"equipment_id": "CWC04013", "rule_id": "UNKNOWN"} - ) - assert "error" in data - - @pytest.mark.anyio - async def test_returns_transitions(self, mock_data): - data = await call_tool( - mcp, "analyze_alert_to_failure", {"equipment_id": "CWC04013", "rule_id": "CR00002"} - ) - # fixture only has 3 rows so transitions may be empty or present - assert "transitions" in data or "error" in data - - @pytest.mark.anyio - async def test_probabilities_valid(self, mock_data): - data = await call_tool( - mcp, "analyze_alert_to_failure", {"equipment_id": "CWC04013", "rule_id": "CR00002"} - ) - if "transitions" in data and data["transitions"]: - total_prob = sum(t["probability"] for t in data["transitions"]) - assert abs(total_prob - 1.0) < 1e-6 - - @requires_couchdb - @pytest.mark.anyio - async def test_integration(self): - data = await call_tool( - mcp, "analyze_alert_to_failure", {"equipment_id": "CWC04013", "rule_id": "CR00002"} - ) - assert "transitions" in data or "error" in data diff --git a/src/servers/wo/tools.py b/src/servers/wo/tools.py deleted file mode 100644 index 0473edc76..000000000 --- a/src/servers/wo/tools.py +++ /dev/null @@ -1,407 +0,0 @@ -"""Tool handler functions for the Work Order MCP server. - -Each function is a plain Python callable. ``main.py`` registers them on the -``FastMCP`` instance with ``mcp.tool()(fn)`` so that tests can import either -the raw functions or the decorated ``mcp`` without circular-import issues. -""" - -from collections import Counter -from typing import List, Optional, Union - -import pandas as pd - -from .data import ( - date_conditions, - fetch_work_orders, - filter_df, - get_transition_matrix, - load, - parse_date, - row_to_event, -) -from .models import ( - AlertToFailureEntry, - AlertToFailureResult, - ErrorResult, - EventsResult, - FailureCodeItem, - FailureCodesResult, - NextWorkOrderEntry, - NextWorkOrderPredictionResult, - WorkOrderDistributionEntry, - WorkOrderDistributionResult, - WorkOrdersResult, -) - - -def get_work_orders( - equipment_id: str, - start_date: Optional[str] = None, - end_date: Optional[str] = None, -) -> Union[WorkOrdersResult, ErrorResult]: - """Retrieve all work orders for a specific equipment within an optional date range. - - Args: - equipment_id: Equipment identifier, e.g. ``"CWC04013"``. - start_date: Start of date range (inclusive), format ``YYYY-MM-DD``. - end_date: End of date range (inclusive), format ``YYYY-MM-DD``. - """ - df = load("wo_events") - if df is None: - return ErrorResult(error="Work order data not available") - try: - wos = fetch_work_orders(df, equipment_id, start_date, end_date) - except ValueError as exc: - return ErrorResult(error=str(exc)) - if not wos: - return ErrorResult(error=f"No work orders found for equipment_id '{equipment_id}'") - return WorkOrdersResult( - equipment_id=equipment_id, - start_date=start_date, - end_date=end_date, - total=len(wos), - work_orders=wos, - message=f"Found {len(wos)} work orders for '{equipment_id}'.", - ) - - -def get_preventive_work_orders( - equipment_id: str, - start_date: Optional[str] = None, - end_date: Optional[str] = None, -) -> Union[WorkOrdersResult, ErrorResult]: - """Retrieve only preventive work orders for a specific equipment within an optional date range. - - Args: - equipment_id: Equipment identifier, e.g. ``"CWC04013"``. - start_date: Start of date range (inclusive), format ``YYYY-MM-DD``. - end_date: End of date range (inclusive), format ``YYYY-MM-DD``. - """ - df = load("wo_events") - if df is None: - return ErrorResult(error="Work order data not available") - try: - wos = fetch_work_orders(df[df["preventive"] == "TRUE"], equipment_id, start_date, end_date) - except ValueError as exc: - return ErrorResult(error=str(exc)) - if not wos: - return ErrorResult(error=f"No preventive work orders found for equipment_id '{equipment_id}'") - return WorkOrdersResult( - equipment_id=equipment_id, - start_date=start_date, - end_date=end_date, - total=len(wos), - work_orders=wos, - message=f"Found {len(wos)} preventive work orders for '{equipment_id}'.", - ) - - -def get_corrective_work_orders( - equipment_id: str, - start_date: Optional[str] = None, - end_date: Optional[str] = None, -) -> Union[WorkOrdersResult, ErrorResult]: - """Retrieve only corrective work orders for a specific equipment within an optional date range. - - Args: - equipment_id: Equipment identifier, e.g. ``"CWC04013"``. - start_date: Start of date range (inclusive), format ``YYYY-MM-DD``. - end_date: End of date range (inclusive), format ``YYYY-MM-DD``. - """ - df = load("wo_events") - if df is None: - return ErrorResult(error="Work order data not available") - try: - wos = fetch_work_orders(df[df["preventive"] == "FALSE"], equipment_id, start_date, end_date) - except ValueError as exc: - return ErrorResult(error=str(exc)) - if not wos: - return ErrorResult(error=f"No corrective work orders found for equipment_id '{equipment_id}'") - return WorkOrdersResult( - equipment_id=equipment_id, - start_date=start_date, - end_date=end_date, - total=len(wos), - work_orders=wos, - message=f"Found {len(wos)} corrective work orders for '{equipment_id}'.", - ) - - -def get_events( - equipment_id: str, - start_date: Optional[str] = None, - end_date: Optional[str] = None, -) -> Union[EventsResult, ErrorResult]: - """Retrieve all events (work orders, alerts, anomalies) for a specific equipment within an optional date range. - - Args: - equipment_id: Equipment identifier, e.g. ``"CWC04013"``. - start_date: Start of date range (inclusive), format ``YYYY-MM-DD``. - end_date: End of date range (inclusive), format ``YYYY-MM-DD``. - """ - df = load("events") - if df is None: - return ErrorResult(error="Event data not available") - try: - start_dt = parse_date(start_date) - end_dt = parse_date(end_date) - except ValueError as exc: - return ErrorResult(error=str(exc)) - - cond: dict = { - "equipment_id": lambda x, eid=equipment_id: isinstance(x, str) and x.strip().lower() == eid.strip().lower() - } - if start_dt or end_dt: - cond["event_time"] = lambda x, s=start_dt, e=end_dt: ( - (s is None or x >= s) and (e is None or x <= e) - ) - - filtered = filter_df(df, cond) - if filtered is None or filtered.empty: - return ErrorResult(error=f"No events found for equipment_id '{equipment_id}'") - - events = [row_to_event(row) for _, row in filtered.iterrows()] - return EventsResult( - equipment_id=equipment_id, - start_date=start_date, - end_date=end_date, - total=len(events), - events=events, - message=f"Found {len(events)} events for '{equipment_id}'.", - ) - - -def get_failure_codes() -> Union[FailureCodesResult, ErrorResult]: - """Retrieve all available failure codes with their categories and descriptions.""" - df = load("failure_codes") - if df is None: - return ErrorResult(error="Failure codes data not available") - - items = [ - FailureCodeItem( - category=str(row.get("category", "")), - primary_code=str(row.get("primary_code", "")), - primary_code_description=str(row.get("primary_code_description", "")), - secondary_code=str(row.get("secondary_code", "")), - secondary_code_description=str(row.get("secondary_code_description", "")), - ) - for _, row in df.iterrows() - ] - return FailureCodesResult(total=len(items), failure_codes=items) - - -def get_work_order_distribution( - equipment_id: str, - start_date: Optional[str] = None, - end_date: Optional[str] = None, -) -> Union[WorkOrderDistributionResult, ErrorResult]: - """Calculate the distribution of work order types (by failure code) for a specific equipment. - - Returns counts per (primary_code, secondary_code) pair, sorted by frequency descending. - - Args: - equipment_id: Equipment identifier, e.g. ``"CWC04013"``. - start_date: Start of date range (inclusive), format ``YYYY-MM-DD``. - end_date: End of date range (inclusive), format ``YYYY-MM-DD``. - """ - wo_df = load("wo_events") - fc_df = load("failure_codes") - if wo_df is None: - return ErrorResult(error="Work order data not available") - if fc_df is None: - return ErrorResult(error="Failure codes data not available") - - try: - start_dt = parse_date(start_date) - end_dt = parse_date(end_date) - except ValueError as exc: - return ErrorResult(error=str(exc)) - - filtered = wo_df[wo_df["equipment_id"] == equipment_id].copy() - if start_dt: - filtered = filtered[filtered["actual_finish"] >= start_dt] - if end_dt: - filtered = filtered[filtered["actual_finish"] <= end_dt] - - if filtered.empty: - return ErrorResult(error=f"No work orders found for equipment_id '{equipment_id}'") - - counts = ( - filtered.groupby(["primary_code", "secondary_code"]) - .size() - .reset_index(name="count") - .sort_values("count", ascending=False) - ) - - distribution: List[WorkOrderDistributionEntry] = [] - for _, row in counts.iterrows(): - match = fc_df[ - (fc_df["primary_code"] == row["primary_code"]) - & (fc_df["secondary_code"] == row["secondary_code"]) - ] - if match.empty: - continue - m = match.iloc[0] - distribution.append( - WorkOrderDistributionEntry( - category=str(m.get("category", "")), - primary_code=str(m.get("primary_code", "")), - primary_code_description=str(m.get("primary_code_description", "")), - secondary_code=str(m.get("secondary_code", "")), - secondary_code_description=str(m.get("secondary_code_description", "")), - count=int(row["count"]), - ) - ) - - return WorkOrderDistributionResult( - equipment_id=equipment_id, - start_date=start_date, - end_date=end_date, - total_work_orders=int(filtered.shape[0]), - distribution=distribution, - message=f"Distribution across {len(distribution)} failure code(s) for '{equipment_id}'.", - ) - - -def predict_next_work_order( - equipment_id: str, - start_date: Optional[str] = None, - end_date: Optional[str] = None, -) -> Union[NextWorkOrderPredictionResult, ErrorResult]: - """Predict the probabilities of the next expected work order types based on historical transition patterns. - - Uses a Markov-chain transition matrix built from the sequence of past work order - primary codes to estimate what type of work order is likely to follow the most - recent one. - - Args: - equipment_id: Equipment identifier, e.g. ``"CWC04013"``. - start_date: Start of date range (inclusive), format ``YYYY-MM-DD``. - end_date: End of date range (inclusive), format ``YYYY-MM-DD``. - """ - wo_df = load("wo_events") - pfc_df = load("primary_failure_codes") - if wo_df is None: - return ErrorResult(error="Work order data not available") - - try: - parse_date(start_date) - parse_date(end_date) - except ValueError as exc: - return ErrorResult(error=str(exc)) - - cond = date_conditions(equipment_id, "actual_finish", start_date, end_date) - filtered = filter_df(wo_df, cond) - if filtered is None or filtered.empty: - return ErrorResult(error=f"No historical work orders found for equipment_id '{equipment_id}'") - - filtered = filtered.sort_values("actual_finish").reset_index(drop=True) - transition_matrix = get_transition_matrix(filtered, "primary_code") - last_type = filtered.iloc[-1]["primary_code"] - - if last_type not in transition_matrix.index: - return ErrorResult(error=f"No transition data for last work order type '{last_type}'") - - raw = sorted(transition_matrix.loc[last_type].items(), key=lambda t: t[1], reverse=True) - - predictions: List[NextWorkOrderEntry] = [] - for primary_code, prob in raw: - entry = NextWorkOrderEntry(category="", primary_code=primary_code, primary_code_description="", probability=float(prob)) - if pfc_df is not None: - match = pfc_df[pfc_df["primary_code"] == primary_code] - if not match.empty: - m = match.iloc[0] - entry = NextWorkOrderEntry( - category=str(m.get("category", "")), - primary_code=primary_code, - primary_code_description=str(m.get("primary_code_description", "")), - probability=float(prob), - ) - predictions.append(entry) - - return NextWorkOrderPredictionResult( - equipment_id=equipment_id, - start_date=start_date, - end_date=end_date, - last_work_order_type=last_type, - predictions=predictions, - message=f"Predicted next work order for '{equipment_id}' based on last type '{last_type}'.", - ) - - -def analyze_alert_to_failure( - equipment_id: str, - rule_id: str, - start_date: Optional[str] = None, - end_date: Optional[str] = None, -) -> Union[AlertToFailureResult, ErrorResult]: - """Analyze the relationship between a specific alert rule and subsequent maintenance events. - - Computes the probability that each alert occurrence leads to a work order (vs no - maintenance) and the average time-to-maintenance in hours. - - Args: - equipment_id: Equipment identifier, e.g. ``"CWC04013"``. - rule_id: Alert rule identifier, e.g. ``"CR00002"``. - start_date: Start of date range (inclusive), format ``YYYY-MM-DD``. - end_date: End of date range (inclusive), format ``YYYY-MM-DD``. - """ - alert_df = load("alert_events") - if alert_df is None: - return ErrorResult(error="Alert events data not available") - - try: - parse_date(start_date) - parse_date(end_date) - except ValueError as exc: - return ErrorResult(error=str(exc)) - - cond: dict = { - "equipment_id": lambda x, eid=equipment_id: isinstance(x, str) and x.strip().lower() == eid.strip().lower(), - "rule_id": lambda x, rid=rule_id: isinstance(x, str) and x.strip().lower() == rid.strip().lower(), - } - filtered = filter_df(alert_df, cond) - if filtered is None or filtered.empty: - return ErrorResult(error=f"No alert events found for equipment '{equipment_id}' and rule '{rule_id}'") - - filtered = filtered.sort_values("start_time").reset_index(drop=True) - - transitions: List[str] = [] - time_diffs: List[float] = [] - for i in range(len(filtered) - 1): - if str(filtered.iloc[i].get("rule_id", "")).strip().lower() == rule_id.strip().lower(): - for j in range(i + 1, len(filtered)): - if str(filtered.iloc[j].get("event_group", "")).upper() == "WORK_ORDER": - transitions.append("WORK_ORDER") - diff = filtered.iloc[j]["start_time"] - filtered.iloc[i]["start_time"] - time_diffs.append(diff.total_seconds() / 3600) - break - else: - transitions.append("No Maintenance") - - if not transitions: - return ErrorResult(error="Insufficient alert history to compute transitions") - - counts = Counter(transitions) - total = len(transitions) - - entries: List[AlertToFailureEntry] = [] - for transition, count in sorted(counts.items(), key=lambda t: t[1], reverse=True): - avg_hours = sum(time_diffs) / len(time_diffs) if transition == "WORK_ORDER" and time_diffs else None - entries.append( - AlertToFailureEntry( - transition=transition, - probability=count / total, - average_hours_to_maintenance=avg_hours, - ) - ) - - return AlertToFailureResult( - equipment_id=equipment_id, - rule_id=rule_id, - start_date=start_date, - end_date=end_date, - total_alerts_analyzed=total, - transitions=entries, - message=f"Analyzed {total} alert occurrences for rule '{rule_id}' on '{equipment_id}'.", - ) diff --git a/uv.lock b/uv.lock deleted file mode 100644 index f12494f10..000000000 --- a/uv.lock +++ /dev/null @@ -1,3960 +0,0 @@ -version = 1 -revision = 3 -requires-python = ">=3.12" -resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'win32'", - "python_full_version >= '3.14' and sys_platform == 'emscripten'", - "python_full_version >= '3.14' and sys_platform != 'emscripten' and sys_platform != 'win32'", - "python_full_version < '3.14' and sys_platform == 'win32'", - "python_full_version < '3.14' and sys_platform == 'emscripten'", - "python_full_version < '3.14' and sys_platform != 'emscripten' and sys_platform != 'win32'", -] - -[[package]] -name = "aiohappyeyeballs" -version = "2.6.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz", hash = "sha256:c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558", size = 22760, upload-time = "2025-03-12T01:42:48.764Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/0f/15/5bf3b99495fb160b63f95972b81750f18f7f4e02ad051373b669d17d44f2/aiohappyeyeballs-2.6.1-py3-none-any.whl", hash = "sha256:f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8", size = 15265, upload-time = "2025-03-12T01:42:47.083Z" }, -] - -[[package]] -name = "aiohttp" -version = "3.13.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "aiohappyeyeballs" }, - { name = "aiosignal" }, - { name = "attrs" }, - { name = "frozenlist" }, - { name = "multidict" }, - { name = "propcache" }, - { name = "yarl" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/50/42/32cf8e7704ceb4481406eb87161349abb46a57fee3f008ba9cb610968646/aiohttp-3.13.3.tar.gz", hash = "sha256:a949eee43d3782f2daae4f4a2819b2cb9b0c5d3b7f7a927067cc84dafdbb9f88", size = 7844556, upload-time = "2026-01-03T17:33:05.204Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/a0/be/4fc11f202955a69e0db803a12a062b8379c970c7c84f4882b6da17337cc1/aiohttp-3.13.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:b903a4dfee7d347e2d87697d0713be59e0b87925be030c9178c5faa58ea58d5c", size = 739732, upload-time = "2026-01-03T17:30:14.23Z" }, - { url = "https://files.pythonhosted.org/packages/97/2c/621d5b851f94fa0bb7430d6089b3aa970a9d9b75196bc93bb624b0db237a/aiohttp-3.13.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a45530014d7a1e09f4a55f4f43097ba0fd155089372e105e4bff4ca76cb1b168", size = 494293, upload-time = "2026-01-03T17:30:15.96Z" }, - { url = "https://files.pythonhosted.org/packages/5d/43/4be01406b78e1be8320bb8316dc9c42dbab553d281c40364e0f862d5661c/aiohttp-3.13.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:27234ef6d85c914f9efeb77ff616dbf4ad2380be0cda40b4db086ffc7ddd1b7d", size = 493533, upload-time = "2026-01-03T17:30:17.431Z" }, - { url = "https://files.pythonhosted.org/packages/8d/a8/5a35dc56a06a2c90d4742cbf35294396907027f80eea696637945a106f25/aiohttp-3.13.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d32764c6c9aafb7fb55366a224756387cd50bfa720f32b88e0e6fa45b27dcf29", size = 1737839, upload-time = "2026-01-03T17:30:19.422Z" }, - { url = "https://files.pythonhosted.org/packages/bf/62/4b9eeb331da56530bf2e198a297e5303e1c1ebdceeb00fe9b568a65c5a0c/aiohttp-3.13.3-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b1a6102b4d3ebc07dad44fbf07b45bb600300f15b552ddf1851b5390202ea2e3", size = 1703932, upload-time = "2026-01-03T17:30:21.756Z" }, - { url = "https://files.pythonhosted.org/packages/7c/f6/af16887b5d419e6a367095994c0b1332d154f647e7dc2bd50e61876e8e3d/aiohttp-3.13.3-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c014c7ea7fb775dd015b2d3137378b7be0249a448a1612268b5a90c2d81de04d", size = 1771906, upload-time = "2026-01-03T17:30:23.932Z" }, - { url = "https://files.pythonhosted.org/packages/ce/83/397c634b1bcc24292fa1e0c7822800f9f6569e32934bdeef09dae7992dfb/aiohttp-3.13.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2b8d8ddba8f95ba17582226f80e2de99c7a7948e66490ef8d947e272a93e9463", size = 1871020, upload-time = "2026-01-03T17:30:26Z" }, - { url = "https://files.pythonhosted.org/packages/86/f6/a62cbbf13f0ac80a70f71b1672feba90fdb21fd7abd8dbf25c0105fb6fa3/aiohttp-3.13.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9ae8dd55c8e6c4257eae3a20fd2c8f41edaea5992ed67156642493b8daf3cecc", size = 1755181, upload-time = "2026-01-03T17:30:27.554Z" }, - { url = "https://files.pythonhosted.org/packages/0a/87/20a35ad487efdd3fba93d5843efdfaa62d2f1479eaafa7453398a44faf13/aiohttp-3.13.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:01ad2529d4b5035578f5081606a465f3b814c542882804e2e8cda61adf5c71bf", size = 1561794, upload-time = "2026-01-03T17:30:29.254Z" }, - { url = "https://files.pythonhosted.org/packages/de/95/8fd69a66682012f6716e1bc09ef8a1a2a91922c5725cb904689f112309c4/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:bb4f7475e359992b580559e008c598091c45b5088f28614e855e42d39c2f1033", size = 1697900, upload-time = "2026-01-03T17:30:31.033Z" }, - { url = "https://files.pythonhosted.org/packages/e5/66/7b94b3b5ba70e955ff597672dad1691333080e37f50280178967aff68657/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:c19b90316ad3b24c69cd78d5c9b4f3aa4497643685901185b65166293d36a00f", size = 1728239, upload-time = "2026-01-03T17:30:32.703Z" }, - { url = "https://files.pythonhosted.org/packages/47/71/6f72f77f9f7d74719692ab65a2a0252584bf8d5f301e2ecb4c0da734530a/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:96d604498a7c782cb15a51c406acaea70d8c027ee6b90c569baa6e7b93073679", size = 1740527, upload-time = "2026-01-03T17:30:34.695Z" }, - { url = "https://files.pythonhosted.org/packages/fa/b4/75ec16cbbd5c01bdaf4a05b19e103e78d7ce1ef7c80867eb0ace42ff4488/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:084911a532763e9d3dd95adf78a78f4096cd5f58cdc18e6fdbc1b58417a45423", size = 1554489, upload-time = "2026-01-03T17:30:36.864Z" }, - { url = "https://files.pythonhosted.org/packages/52/8f/bc518c0eea29f8406dcf7ed1f96c9b48e3bc3995a96159b3fc11f9e08321/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:7a4a94eb787e606d0a09404b9c38c113d3b099d508021faa615d70a0131907ce", size = 1767852, upload-time = "2026-01-03T17:30:39.433Z" }, - { url = "https://files.pythonhosted.org/packages/9d/f2/a07a75173124f31f11ea6f863dc44e6f09afe2bca45dd4e64979490deab1/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:87797e645d9d8e222e04160ee32aa06bc5c163e8499f24db719e7852ec23093a", size = 1722379, upload-time = "2026-01-03T17:30:41.081Z" }, - { url = "https://files.pythonhosted.org/packages/3c/4a/1a3fee7c21350cac78e5c5cef711bac1b94feca07399f3d406972e2d8fcd/aiohttp-3.13.3-cp312-cp312-win32.whl", hash = "sha256:b04be762396457bef43f3597c991e192ee7da460a4953d7e647ee4b1c28e7046", size = 428253, upload-time = "2026-01-03T17:30:42.644Z" }, - { url = "https://files.pythonhosted.org/packages/d9/b7/76175c7cb4eb73d91ad63c34e29fc4f77c9386bba4a65b53ba8e05ee3c39/aiohttp-3.13.3-cp312-cp312-win_amd64.whl", hash = "sha256:e3531d63d3bdfa7e3ac5e9b27b2dd7ec9df3206a98e0b3445fa906f233264c57", size = 455407, upload-time = "2026-01-03T17:30:44.195Z" }, - { url = "https://files.pythonhosted.org/packages/97/8a/12ca489246ca1faaf5432844adbfce7ff2cc4997733e0af120869345643a/aiohttp-3.13.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:5dff64413671b0d3e7d5918ea490bdccb97a4ad29b3f311ed423200b2203e01c", size = 734190, upload-time = "2026-01-03T17:30:45.832Z" }, - { url = "https://files.pythonhosted.org/packages/32/08/de43984c74ed1fca5c014808963cc83cb00d7bb06af228f132d33862ca76/aiohttp-3.13.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:87b9aab6d6ed88235aa2970294f496ff1a1f9adcd724d800e9b952395a80ffd9", size = 491783, upload-time = "2026-01-03T17:30:47.466Z" }, - { url = "https://files.pythonhosted.org/packages/17/f8/8dd2cf6112a5a76f81f81a5130c57ca829d101ad583ce57f889179accdda/aiohttp-3.13.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:425c126c0dc43861e22cb1c14ba4c8e45d09516d0a3ae0a3f7494b79f5f233a3", size = 490704, upload-time = "2026-01-03T17:30:49.373Z" }, - { url = "https://files.pythonhosted.org/packages/6d/40/a46b03ca03936f832bc7eaa47cfbb1ad012ba1be4790122ee4f4f8cba074/aiohttp-3.13.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7f9120f7093c2a32d9647abcaf21e6ad275b4fbec5b55969f978b1a97c7c86bf", size = 1720652, upload-time = "2026-01-03T17:30:50.974Z" }, - { url = "https://files.pythonhosted.org/packages/f7/7e/917fe18e3607af92657e4285498f500dca797ff8c918bd7d90b05abf6c2a/aiohttp-3.13.3-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:697753042d57f4bf7122cab985bf15d0cef23c770864580f5af4f52023a56bd6", size = 1692014, upload-time = "2026-01-03T17:30:52.729Z" }, - { url = "https://files.pythonhosted.org/packages/71/b6/cefa4cbc00d315d68973b671cf105b21a609c12b82d52e5d0c9ae61d2a09/aiohttp-3.13.3-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6de499a1a44e7de70735d0b39f67c8f25eb3d91eb3103be99ca0fa882cdd987d", size = 1759777, upload-time = "2026-01-03T17:30:54.537Z" }, - { url = "https://files.pythonhosted.org/packages/fb/e3/e06ee07b45e59e6d81498b591fc589629be1553abb2a82ce33efe2a7b068/aiohttp-3.13.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:37239e9f9a7ea9ac5bf6b92b0260b01f8a22281996da609206a84df860bc1261", size = 1861276, upload-time = "2026-01-03T17:30:56.512Z" }, - { url = "https://files.pythonhosted.org/packages/7c/24/75d274228acf35ceeb2850b8ce04de9dd7355ff7a0b49d607ee60c29c518/aiohttp-3.13.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f76c1e3fe7d7c8afad7ed193f89a292e1999608170dcc9751a7462a87dfd5bc0", size = 1743131, upload-time = "2026-01-03T17:30:58.256Z" }, - { url = "https://files.pythonhosted.org/packages/04/98/3d21dde21889b17ca2eea54fdcff21b27b93f45b7bb94ca029c31ab59dc3/aiohttp-3.13.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fc290605db2a917f6e81b0e1e0796469871f5af381ce15c604a3c5c7e51cb730", size = 1556863, upload-time = "2026-01-03T17:31:00.445Z" }, - { url = "https://files.pythonhosted.org/packages/9e/84/da0c3ab1192eaf64782b03971ab4055b475d0db07b17eff925e8c93b3aa5/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4021b51936308aeea0367b8f006dc999ca02bc118a0cc78c303f50a2ff6afb91", size = 1682793, upload-time = "2026-01-03T17:31:03.024Z" }, - { url = "https://files.pythonhosted.org/packages/ff/0f/5802ada182f575afa02cbd0ec5180d7e13a402afb7c2c03a9aa5e5d49060/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:49a03727c1bba9a97d3e93c9f93ca03a57300f484b6e935463099841261195d3", size = 1716676, upload-time = "2026-01-03T17:31:04.842Z" }, - { url = "https://files.pythonhosted.org/packages/3f/8c/714d53bd8b5a4560667f7bbbb06b20c2382f9c7847d198370ec6526af39c/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:3d9908a48eb7416dc1f4524e69f1d32e5d90e3981e4e37eb0aa1cd18f9cfa2a4", size = 1733217, upload-time = "2026-01-03T17:31:06.868Z" }, - { url = "https://files.pythonhosted.org/packages/7d/79/e2176f46d2e963facea939f5be2d26368ce543622be6f00a12844d3c991f/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:2712039939ec963c237286113c68dbad80a82a4281543f3abf766d9d73228998", size = 1552303, upload-time = "2026-01-03T17:31:08.958Z" }, - { url = "https://files.pythonhosted.org/packages/ab/6a/28ed4dea1759916090587d1fe57087b03e6c784a642b85ef48217b0277ae/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:7bfdc049127717581866fa4708791220970ce291c23e28ccf3922c700740fdc0", size = 1763673, upload-time = "2026-01-03T17:31:10.676Z" }, - { url = "https://files.pythonhosted.org/packages/e8/35/4a3daeb8b9fab49240d21c04d50732313295e4bd813a465d840236dd0ce1/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8057c98e0c8472d8846b9c79f56766bcc57e3e8ac7bfd510482332366c56c591", size = 1721120, upload-time = "2026-01-03T17:31:12.575Z" }, - { url = "https://files.pythonhosted.org/packages/bc/9f/d643bb3c5fb99547323e635e251c609fbbc660d983144cfebec529e09264/aiohttp-3.13.3-cp313-cp313-win32.whl", hash = "sha256:1449ceddcdbcf2e0446957863af03ebaaa03f94c090f945411b61269e2cb5daf", size = 427383, upload-time = "2026-01-03T17:31:14.382Z" }, - { url = "https://files.pythonhosted.org/packages/4e/f1/ab0395f8a79933577cdd996dd2f9aa6014af9535f65dddcf88204682fe62/aiohttp-3.13.3-cp313-cp313-win_amd64.whl", hash = "sha256:693781c45a4033d31d4187d2436f5ac701e7bbfe5df40d917736108c1cc7436e", size = 453899, upload-time = "2026-01-03T17:31:15.958Z" }, - { url = "https://files.pythonhosted.org/packages/99/36/5b6514a9f5d66f4e2597e40dea2e3db271e023eb7a5d22defe96ba560996/aiohttp-3.13.3-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:ea37047c6b367fd4bd632bff8077449b8fa034b69e812a18e0132a00fae6e808", size = 737238, upload-time = "2026-01-03T17:31:17.909Z" }, - { url = "https://files.pythonhosted.org/packages/f7/49/459327f0d5bcd8c6c9ca69e60fdeebc3622861e696490d8674a6d0cb90a6/aiohttp-3.13.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6fc0e2337d1a4c3e6acafda6a78a39d4c14caea625124817420abceed36e2415", size = 492292, upload-time = "2026-01-03T17:31:19.919Z" }, - { url = "https://files.pythonhosted.org/packages/e8/0b/b97660c5fd05d3495b4eb27f2d0ef18dc1dc4eff7511a9bf371397ff0264/aiohttp-3.13.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c685f2d80bb67ca8c3837823ad76196b3694b0159d232206d1e461d3d434666f", size = 493021, upload-time = "2026-01-03T17:31:21.636Z" }, - { url = "https://files.pythonhosted.org/packages/54/d4/438efabdf74e30aeceb890c3290bbaa449780583b1270b00661126b8aae4/aiohttp-3.13.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:48e377758516d262bde50c2584fc6c578af272559c409eecbdd2bae1601184d6", size = 1717263, upload-time = "2026-01-03T17:31:23.296Z" }, - { url = "https://files.pythonhosted.org/packages/71/f2/7bddc7fd612367d1459c5bcf598a9e8f7092d6580d98de0e057eb42697ad/aiohttp-3.13.3-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:34749271508078b261c4abb1767d42b8d0c0cc9449c73a4df494777dc55f0687", size = 1669107, upload-time = "2026-01-03T17:31:25.334Z" }, - { url = "https://files.pythonhosted.org/packages/00/5a/1aeaecca40e22560f97610a329e0e5efef5e0b5afdf9f857f0d93839ab2e/aiohttp-3.13.3-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:82611aeec80eb144416956ec85b6ca45a64d76429c1ed46ae1b5f86c6e0c9a26", size = 1760196, upload-time = "2026-01-03T17:31:27.394Z" }, - { url = "https://files.pythonhosted.org/packages/f8/f8/0ff6992bea7bd560fc510ea1c815f87eedd745fe035589c71ce05612a19a/aiohttp-3.13.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2fff83cfc93f18f215896e3a190e8e5cb413ce01553901aca925176e7568963a", size = 1843591, upload-time = "2026-01-03T17:31:29.238Z" }, - { url = "https://files.pythonhosted.org/packages/e3/d1/e30e537a15f53485b61f5be525f2157da719819e8377298502aebac45536/aiohttp-3.13.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bbe7d4cecacb439e2e2a8a1a7b935c25b812af7a5fd26503a66dadf428e79ec1", size = 1720277, upload-time = "2026-01-03T17:31:31.053Z" }, - { url = "https://files.pythonhosted.org/packages/84/45/23f4c451d8192f553d38d838831ebbc156907ea6e05557f39563101b7717/aiohttp-3.13.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b928f30fe49574253644b1ca44b1b8adbd903aa0da4b9054a6c20fc7f4092a25", size = 1548575, upload-time = "2026-01-03T17:31:32.87Z" }, - { url = "https://files.pythonhosted.org/packages/6a/ed/0a42b127a43712eda7807e7892c083eadfaf8429ca8fb619662a530a3aab/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7b5e8fe4de30df199155baaf64f2fcd604f4c678ed20910db8e2c66dc4b11603", size = 1679455, upload-time = "2026-01-03T17:31:34.76Z" }, - { url = "https://files.pythonhosted.org/packages/2e/b5/c05f0c2b4b4fe2c9d55e73b6d3ed4fd6c9dc2684b1d81cbdf77e7fad9adb/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:8542f41a62bcc58fc7f11cf7c90e0ec324ce44950003feb70640fc2a9092c32a", size = 1687417, upload-time = "2026-01-03T17:31:36.699Z" }, - { url = "https://files.pythonhosted.org/packages/c9/6b/915bc5dad66aef602b9e459b5a973529304d4e89ca86999d9d75d80cbd0b/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:5e1d8c8b8f1d91cd08d8f4a3c2b067bfca6ec043d3ff36de0f3a715feeedf926", size = 1729968, upload-time = "2026-01-03T17:31:38.622Z" }, - { url = "https://files.pythonhosted.org/packages/11/3b/e84581290a9520024a08640b63d07673057aec5ca548177a82026187ba73/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:90455115e5da1c3c51ab619ac57f877da8fd6d73c05aacd125c5ae9819582aba", size = 1545690, upload-time = "2026-01-03T17:31:40.57Z" }, - { url = "https://files.pythonhosted.org/packages/f5/04/0c3655a566c43fd647c81b895dfe361b9f9ad6d58c19309d45cff52d6c3b/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:042e9e0bcb5fba81886c8b4fbb9a09d6b8a00245fd8d88e4d989c1f96c74164c", size = 1746390, upload-time = "2026-01-03T17:31:42.857Z" }, - { url = "https://files.pythonhosted.org/packages/1f/53/71165b26978f719c3419381514c9690bd5980e764a09440a10bb816ea4ab/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2eb752b102b12a76ca02dff751a801f028b4ffbbc478840b473597fc91a9ed43", size = 1702188, upload-time = "2026-01-03T17:31:44.984Z" }, - { url = "https://files.pythonhosted.org/packages/29/a7/cbe6c9e8e136314fa1980da388a59d2f35f35395948a08b6747baebb6aa6/aiohttp-3.13.3-cp314-cp314-win32.whl", hash = "sha256:b556c85915d8efaed322bf1bdae9486aa0f3f764195a0fb6ee962e5c71ef5ce1", size = 433126, upload-time = "2026-01-03T17:31:47.463Z" }, - { url = "https://files.pythonhosted.org/packages/de/56/982704adea7d3b16614fc5936014e9af85c0e34b58f9046655817f04306e/aiohttp-3.13.3-cp314-cp314-win_amd64.whl", hash = "sha256:9bf9f7a65e7aa20dd764151fb3d616c81088f91f8df39c3893a536e279b4b984", size = 459128, upload-time = "2026-01-03T17:31:49.2Z" }, - { url = "https://files.pythonhosted.org/packages/6c/2a/3c79b638a9c3d4658d345339d22070241ea341ed4e07b5ac60fb0f418003/aiohttp-3.13.3-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:05861afbbec40650d8a07ea324367cb93e9e8cc7762e04dd4405df99fa65159c", size = 769512, upload-time = "2026-01-03T17:31:51.134Z" }, - { url = "https://files.pythonhosted.org/packages/29/b9/3e5014d46c0ab0db8707e0ac2711ed28c4da0218c358a4e7c17bae0d8722/aiohttp-3.13.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2fc82186fadc4a8316768d61f3722c230e2c1dcab4200d52d2ebdf2482e47592", size = 506444, upload-time = "2026-01-03T17:31:52.85Z" }, - { url = "https://files.pythonhosted.org/packages/90/03/c1d4ef9a054e151cd7839cdc497f2638f00b93cbe8043983986630d7a80c/aiohttp-3.13.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:0add0900ff220d1d5c5ebbf99ed88b0c1bbf87aa7e4262300ed1376a6b13414f", size = 510798, upload-time = "2026-01-03T17:31:54.91Z" }, - { url = "https://files.pythonhosted.org/packages/ea/76/8c1e5abbfe8e127c893fe7ead569148a4d5a799f7cf958d8c09f3eedf097/aiohttp-3.13.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:568f416a4072fbfae453dcf9a99194bbb8bdeab718e08ee13dfa2ba0e4bebf29", size = 1868835, upload-time = "2026-01-03T17:31:56.733Z" }, - { url = "https://files.pythonhosted.org/packages/8e/ac/984c5a6f74c363b01ff97adc96a3976d9c98940b8969a1881575b279ac5d/aiohttp-3.13.3-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:add1da70de90a2569c5e15249ff76a631ccacfe198375eead4aadf3b8dc849dc", size = 1720486, upload-time = "2026-01-03T17:31:58.65Z" }, - { url = "https://files.pythonhosted.org/packages/b2/9a/b7039c5f099c4eb632138728828b33428585031a1e658d693d41d07d89d1/aiohttp-3.13.3-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:10b47b7ba335d2e9b1239fa571131a87e2d8ec96b333e68b2a305e7a98b0bae2", size = 1847951, upload-time = "2026-01-03T17:32:00.989Z" }, - { url = "https://files.pythonhosted.org/packages/3c/02/3bec2b9a1ba3c19ff89a43a19324202b8eb187ca1e928d8bdac9bbdddebd/aiohttp-3.13.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3dd4dce1c718e38081c8f35f323209d4c1df7d4db4bab1b5c88a6b4d12b74587", size = 1941001, upload-time = "2026-01-03T17:32:03.122Z" }, - { url = "https://files.pythonhosted.org/packages/37/df/d879401cedeef27ac4717f6426c8c36c3091c6e9f08a9178cc87549c537f/aiohttp-3.13.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:34bac00a67a812570d4a460447e1e9e06fae622946955f939051e7cc895cfab8", size = 1797246, upload-time = "2026-01-03T17:32:05.255Z" }, - { url = "https://files.pythonhosted.org/packages/8d/15/be122de1f67e6953add23335c8ece6d314ab67c8bebb3f181063010795a7/aiohttp-3.13.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a19884d2ee70b06d9204b2727a7b9f983d0c684c650254679e716b0b77920632", size = 1627131, upload-time = "2026-01-03T17:32:07.607Z" }, - { url = "https://files.pythonhosted.org/packages/12/12/70eedcac9134cfa3219ab7af31ea56bc877395b1ac30d65b1bc4b27d0438/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:5f8ca7f2bb6ba8348a3614c7918cc4bb73268c5ac2a207576b7afea19d3d9f64", size = 1795196, upload-time = "2026-01-03T17:32:09.59Z" }, - { url = "https://files.pythonhosted.org/packages/32/11/b30e1b1cd1f3054af86ebe60df96989c6a414dd87e27ad16950eee420bea/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:b0d95340658b9d2f11d9697f59b3814a9d3bb4b7a7c20b131df4bcef464037c0", size = 1782841, upload-time = "2026-01-03T17:32:11.445Z" }, - { url = "https://files.pythonhosted.org/packages/88/0d/d98a9367b38912384a17e287850f5695c528cff0f14f791ce8ee2e4f7796/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:a1e53262fd202e4b40b70c3aff944a8155059beedc8a89bba9dc1f9ef06a1b56", size = 1795193, upload-time = "2026-01-03T17:32:13.705Z" }, - { url = "https://files.pythonhosted.org/packages/43/a5/a2dfd1f5ff5581632c7f6a30e1744deda03808974f94f6534241ef60c751/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:d60ac9663f44168038586cab2157e122e46bdef09e9368b37f2d82d354c23f72", size = 1621979, upload-time = "2026-01-03T17:32:15.965Z" }, - { url = "https://files.pythonhosted.org/packages/fa/f0/12973c382ae7c1cccbc4417e129c5bf54c374dfb85af70893646e1f0e749/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:90751b8eed69435bac9ff4e3d2f6b3af1f57e37ecb0fbeee59c0174c9e2d41df", size = 1822193, upload-time = "2026-01-03T17:32:18.219Z" }, - { url = "https://files.pythonhosted.org/packages/3c/5f/24155e30ba7f8c96918af1350eb0663e2430aad9e001c0489d89cd708ab1/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:fc353029f176fd2b3ec6cfc71be166aba1936fe5d73dd1992ce289ca6647a9aa", size = 1769801, upload-time = "2026-01-03T17:32:20.25Z" }, - { url = "https://files.pythonhosted.org/packages/eb/f8/7314031ff5c10e6ece114da79b338ec17eeff3a079e53151f7e9f43c4723/aiohttp-3.13.3-cp314-cp314t-win32.whl", hash = "sha256:2e41b18a58da1e474a057b3d35248d8320029f61d70a37629535b16a0c8f3767", size = 466523, upload-time = "2026-01-03T17:32:22.215Z" }, - { url = "https://files.pythonhosted.org/packages/b4/63/278a98c715ae467624eafe375542d8ba9b4383a016df8fdefe0ae28382a7/aiohttp-3.13.3-cp314-cp314t-win_amd64.whl", hash = "sha256:44531a36aa2264a1860089ffd4dce7baf875ee5a6079d5fb42e261c704ef7344", size = 499694, upload-time = "2026-01-03T17:32:24.546Z" }, -] - -[[package]] -name = "aiosignal" -version = "1.4.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "frozenlist" }, - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/61/62/06741b579156360248d1ec624842ad0edf697050bbaf7c3e46394e106ad1/aiosignal-1.4.0.tar.gz", hash = "sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7", size = 25007, upload-time = "2025-07-03T22:54:43.528Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl", hash = "sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e", size = 7490, upload-time = "2025-07-03T22:54:42.156Z" }, -] - -[[package]] -name = "annotated-doc" -version = "0.0.4" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/57/ba/046ceea27344560984e26a590f90bc7f4a75b06701f653222458922b558c/annotated_doc-0.0.4.tar.gz", hash = "sha256:fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4", size = 7288, upload-time = "2025-11-10T22:07:42.062Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1e/d3/26bf1008eb3d2daa8ef4cacc7f3bfdc11818d111f7e2d0201bc6e3b49d45/annotated_doc-0.0.4-py3-none-any.whl", hash = "sha256:571ac1dc6991c450b25a9c2d84a3705e2ae7a53467b5d111c24fa8baabbed320", size = 5303, upload-time = "2025-11-10T22:07:40.673Z" }, -] - -[[package]] -name = "annotated-types" -version = "0.7.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89", size = 16081, upload-time = "2024-05-20T21:33:25.928Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", size = 13643, upload-time = "2024-05-20T21:33:24.1Z" }, -] - -[[package]] -name = "anthropic" -version = "0.96.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anyio" }, - { name = "distro" }, - { name = "docstring-parser" }, - { name = "httpx" }, - { name = "jiter" }, - { name = "pydantic" }, - { name = "sniffio" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/b9/7e/672f533dee813028d2c699bfd2a7f52c9118d7353680d9aa44b9e23f717f/anthropic-0.96.0.tar.gz", hash = "sha256:9de947b737f39452f68aa520f1c2239d44119c9b73b0fb6d4e6ca80f00279ee6", size = 658210, upload-time = "2026-04-16T14:28:02.846Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/48/5a/72f33204064b6e87601a71a6baf8d855769f8a0c1eaae8d06a1094872371/anthropic-0.96.0-py3-none-any.whl", hash = "sha256:9a6e335a354602a521cd9e777e92bfd46ba6e115bf9bbfe6135311e8fb2015b2", size = 635930, upload-time = "2026-04-16T14:28:01.436Z" }, -] - -[[package]] -name = "anyio" -version = "4.12.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "idna" }, - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/96/f0/5eb65b2bb0d09ac6776f2eb54adee6abe8228ea05b20a5ad0e4945de8aac/anyio-4.12.1.tar.gz", hash = "sha256:41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703", size = 228685, upload-time = "2026-01-06T11:45:21.246Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/38/0e/27be9fdef66e72d64c0cdc3cc2823101b80585f8119b5c112c2e8f5f7dab/anyio-4.12.1-py3-none-any.whl", hash = "sha256:d405828884fc140aa80a3c667b8beed277f1dfedec42ba031bd6ac3db606ab6c", size = 113592, upload-time = "2026-01-06T11:45:19.497Z" }, -] - -[[package]] -name = "assetopsbench-mcp" -version = "0.1.0" -source = { editable = "." } -dependencies = [ - { name = "claude-agent-sdk" }, - { name = "couchdb3" }, - { name = "deepagents" }, - { name = "fastmcp" }, - { name = "langchain-mcp-adapters" }, - { name = "langchain-openai" }, - { name = "litellm" }, - { name = "mcp", extra = ["cli"] }, - { name = "numpy" }, - { name = "openai-agents" }, - { name = "pandas" }, - { name = "pendulum" }, - { name = "pydantic" }, - { name = "python-dotenv" }, - { name = "pyyaml" }, - { name = "requests" }, - { name = "scipy" }, -] - -[package.dev-dependencies] -dev = [ - { name = "anyio" }, - { name = "opentelemetry-api" }, - { name = "opentelemetry-sdk" }, - { name = "pytest" }, - { name = "pytest-anyio" }, -] -otel = [ - { name = "opentelemetry-api" }, - { name = "opentelemetry-exporter-otlp-proto-http" }, - { name = "opentelemetry-instrumentation-httpx" }, - { name = "opentelemetry-sdk" }, -] -tsfm = [ - { name = "torch" }, - { name = "transformers" }, -] - -[package.metadata] -requires-dist = [ - { name = "claude-agent-sdk", specifier = ">=0.0.14" }, - { name = "couchdb3", specifier = ">=2.0.2" }, - { name = "deepagents", specifier = ">=0.5.3" }, - { name = "fastmcp", specifier = ">=2.14.5" }, - { name = "langchain-mcp-adapters", specifier = ">=0.2.2" }, - { name = "langchain-openai", specifier = ">=1.1.0" }, - { name = "litellm", specifier = "==1.81.13" }, - { name = "mcp", extras = ["cli"], specifier = ">=1.26.0" }, - { name = "numpy", specifier = ">=1.24" }, - { name = "openai-agents", specifier = ">=0.0.7" }, - { name = "pandas", specifier = ">=2.0" }, - { name = "pendulum", specifier = ">=3.2.0" }, - { name = "pydantic", specifier = ">=2.12.5" }, - { name = "python-dotenv", specifier = ">=1.0" }, - { name = "pyyaml", specifier = ">=6.0" }, - { name = "requests", specifier = ">=2.32.5" }, - { name = "scipy", specifier = ">=1.10.0" }, -] - -[package.metadata.requires-dev] -dev = [ - { name = "anyio", specifier = ">=4.9.0" }, - { name = "opentelemetry-api", specifier = ">=1.27.0" }, - { name = "opentelemetry-sdk", specifier = ">=1.27.0" }, - { name = "pytest", specifier = ">=9.0.2" }, - { name = "pytest-anyio", specifier = ">=0.0.0" }, -] -otel = [ - { name = "opentelemetry-api", specifier = ">=1.27.0" }, - { name = "opentelemetry-exporter-otlp-proto-http", specifier = ">=1.27.0" }, - { name = "opentelemetry-instrumentation-httpx", specifier = ">=0.48b0" }, - { name = "opentelemetry-sdk", specifier = ">=1.27.0" }, -] -tsfm = [ - { name = "torch", specifier = ">=2.0" }, - { name = "transformers", specifier = ">=4.40" }, -] - -[[package]] -name = "attrs" -version = "25.4.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6b/5c/685e6633917e101e5dcb62b9dd76946cbb57c26e133bae9e0cd36033c0a9/attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11", size = 934251, upload-time = "2025-10-06T13:54:44.725Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/3a/2a/7cc015f5b9f5db42b7d48157e23356022889fc354a2813c15934b7cb5c0e/attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373", size = 67615, upload-time = "2025-10-06T13:54:43.17Z" }, -] - -[[package]] -name = "authlib" -version = "1.6.8" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "cryptography" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/6b/6c/c88eac87468c607f88bc24df1f3b31445ee6fc9ba123b09e666adf687cd9/authlib-1.6.8.tar.gz", hash = "sha256:41ae180a17cf672bc784e4a518e5c82687f1fe1e98b0cafaeda80c8e4ab2d1cb", size = 165074, upload-time = "2026-02-14T04:02:17.941Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9b/73/f7084bf12755113cd535ae586782ff3a6e710bfbe6a0d13d1c2f81ffbbfa/authlib-1.6.8-py2.py3-none-any.whl", hash = "sha256:97286fd7a15e6cfefc32771c8ef9c54f0ed58028f1322de6a2a7c969c3817888", size = 244116, upload-time = "2026-02-14T04:02:15.579Z" }, -] - -[[package]] -name = "beartype" -version = "0.22.9" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/c7/94/1009e248bbfbab11397abca7193bea6626806be9a327d399810d523a07cb/beartype-0.22.9.tar.gz", hash = "sha256:8f82b54aa723a2848a56008d18875f91c1db02c32ef6a62319a002e3e25a975f", size = 1608866, upload-time = "2025-12-13T06:50:30.72Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/71/cc/18245721fa7747065ab478316c7fea7c74777d07f37ae60db2e84f8172e8/beartype-0.22.9-py3-none-any.whl", hash = "sha256:d16c9bbc61ea14637596c5f6fbff2ee99cbe3573e46a716401734ef50c3060c2", size = 1333658, upload-time = "2025-12-13T06:50:28.266Z" }, -] - -[[package]] -name = "bracex" -version = "2.6" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/63/9a/fec38644694abfaaeca2798b58e276a8e61de49e2e37494ace423395febc/bracex-2.6.tar.gz", hash = "sha256:98f1347cd77e22ee8d967a30ad4e310b233f7754dbf31ff3fceb76145ba47dc7", size = 26642, upload-time = "2025-06-22T19:12:31.254Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9d/2a/9186535ce58db529927f6cf5990a849aa9e052eea3e2cfefe20b9e1802da/bracex-2.6-py3-none-any.whl", hash = "sha256:0b0049264e7340b3ec782b5cb99beb325f36c3782a32e36e876452fd49a09952", size = 11508, upload-time = "2025-06-22T19:12:29.781Z" }, -] - -[[package]] -name = "cachetools" -version = "7.0.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d4/07/56595285564e90777d758ebd383d6b0b971b87729bbe2184a849932a3736/cachetools-7.0.1.tar.gz", hash = "sha256:e31e579d2c5b6e2944177a0397150d312888ddf4e16e12f1016068f0c03b8341", size = 36126, upload-time = "2026-02-10T22:24:05.03Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ed/9e/5faefbf9db1db466d633735faceda1f94aa99ce506ac450d232536266b32/cachetools-7.0.1-py3-none-any.whl", hash = "sha256:8f086515c254d5664ae2146d14fc7f65c9a4bce75152eb247e5a9c5e6d7b2ecf", size = 13484, upload-time = "2026-02-10T22:24:03.741Z" }, -] - -[[package]] -name = "certifi" -version = "2026.1.4" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e0/2d/a891ca51311197f6ad14a7ef42e2399f36cf2f9bd44752b3dc4eab60fdc5/certifi-2026.1.4.tar.gz", hash = "sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120", size = 154268, upload-time = "2026-01-04T02:42:41.825Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e6/ad/3cc14f097111b4de0040c83a525973216457bbeeb63739ef1ed275c1c021/certifi-2026.1.4-py3-none-any.whl", hash = "sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c", size = 152900, upload-time = "2026-01-04T02:42:40.15Z" }, -] - -[[package]] -name = "cffi" -version = "2.0.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "pycparser", marker = "implementation_name != 'PyPy'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/eb/56/b1ba7935a17738ae8453301356628e8147c79dbb825bcbc73dc7401f9846/cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529", size = 523588, upload-time = "2025-09-08T23:24:04.541Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ea/47/4f61023ea636104d4f16ab488e268b93008c3d0bb76893b1b31db1f96802/cffi-2.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6d02d6655b0e54f54c4ef0b94eb6be0607b70853c45ce98bd278dc7de718be5d", size = 185271, upload-time = "2025-09-08T23:22:44.795Z" }, - { url = "https://files.pythonhosted.org/packages/df/a2/781b623f57358e360d62cdd7a8c681f074a71d445418a776eef0aadb4ab4/cffi-2.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8eca2a813c1cb7ad4fb74d368c2ffbbb4789d377ee5bb8df98373c2cc0dee76c", size = 181048, upload-time = "2025-09-08T23:22:45.938Z" }, - { url = "https://files.pythonhosted.org/packages/ff/df/a4f0fbd47331ceeba3d37c2e51e9dfc9722498becbeec2bd8bc856c9538a/cffi-2.0.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:21d1152871b019407d8ac3985f6775c079416c282e431a4da6afe7aefd2bccbe", size = 212529, upload-time = "2025-09-08T23:22:47.349Z" }, - { url = "https://files.pythonhosted.org/packages/d5/72/12b5f8d3865bf0f87cf1404d8c374e7487dcf097a1c91c436e72e6badd83/cffi-2.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b21e08af67b8a103c71a250401c78d5e0893beff75e28c53c98f4de42f774062", size = 220097, upload-time = "2025-09-08T23:22:48.677Z" }, - { url = "https://files.pythonhosted.org/packages/c2/95/7a135d52a50dfa7c882ab0ac17e8dc11cec9d55d2c18dda414c051c5e69e/cffi-2.0.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:1e3a615586f05fc4065a8b22b8152f0c1b00cdbc60596d187c2a74f9e3036e4e", size = 207983, upload-time = "2025-09-08T23:22:50.06Z" }, - { url = "https://files.pythonhosted.org/packages/3a/c8/15cb9ada8895957ea171c62dc78ff3e99159ee7adb13c0123c001a2546c1/cffi-2.0.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:81afed14892743bbe14dacb9e36d9e0e504cd204e0b165062c488942b9718037", size = 206519, upload-time = "2025-09-08T23:22:51.364Z" }, - { url = "https://files.pythonhosted.org/packages/78/2d/7fa73dfa841b5ac06c7b8855cfc18622132e365f5b81d02230333ff26e9e/cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3e17ed538242334bf70832644a32a7aae3d83b57567f9fd60a26257e992b79ba", size = 219572, upload-time = "2025-09-08T23:22:52.902Z" }, - { url = "https://files.pythonhosted.org/packages/07/e0/267e57e387b4ca276b90f0434ff88b2c2241ad72b16d31836adddfd6031b/cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3925dd22fa2b7699ed2617149842d2e6adde22b262fcbfada50e3d195e4b3a94", size = 222963, upload-time = "2025-09-08T23:22:54.518Z" }, - { url = "https://files.pythonhosted.org/packages/b6/75/1f2747525e06f53efbd878f4d03bac5b859cbc11c633d0fb81432d98a795/cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2c8f814d84194c9ea681642fd164267891702542f028a15fc97d4674b6206187", size = 221361, upload-time = "2025-09-08T23:22:55.867Z" }, - { url = "https://files.pythonhosted.org/packages/7b/2b/2b6435f76bfeb6bbf055596976da087377ede68df465419d192acf00c437/cffi-2.0.0-cp312-cp312-win32.whl", hash = "sha256:da902562c3e9c550df360bfa53c035b2f241fed6d9aef119048073680ace4a18", size = 172932, upload-time = "2025-09-08T23:22:57.188Z" }, - { url = "https://files.pythonhosted.org/packages/f8/ed/13bd4418627013bec4ed6e54283b1959cf6db888048c7cf4b4c3b5b36002/cffi-2.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:da68248800ad6320861f129cd9c1bf96ca849a2771a59e0344e88681905916f5", size = 183557, upload-time = "2025-09-08T23:22:58.351Z" }, - { url = "https://files.pythonhosted.org/packages/95/31/9f7f93ad2f8eff1dbc1c3656d7ca5bfd8fb52c9d786b4dcf19b2d02217fa/cffi-2.0.0-cp312-cp312-win_arm64.whl", hash = "sha256:4671d9dd5ec934cb9a73e7ee9676f9362aba54f7f34910956b84d727b0d73fb6", size = 177762, upload-time = "2025-09-08T23:22:59.668Z" }, - { url = "https://files.pythonhosted.org/packages/4b/8d/a0a47a0c9e413a658623d014e91e74a50cdd2c423f7ccfd44086ef767f90/cffi-2.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:00bdf7acc5f795150faa6957054fbbca2439db2f775ce831222b66f192f03beb", size = 185230, upload-time = "2025-09-08T23:23:00.879Z" }, - { url = "https://files.pythonhosted.org/packages/4a/d2/a6c0296814556c68ee32009d9c2ad4f85f2707cdecfd7727951ec228005d/cffi-2.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:45d5e886156860dc35862657e1494b9bae8dfa63bf56796f2fb56e1679fc0bca", size = 181043, upload-time = "2025-09-08T23:23:02.231Z" }, - { url = "https://files.pythonhosted.org/packages/b0/1e/d22cc63332bd59b06481ceaac49d6c507598642e2230f201649058a7e704/cffi-2.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b", size = 212446, upload-time = "2025-09-08T23:23:03.472Z" }, - { url = "https://files.pythonhosted.org/packages/a9/f5/a2c23eb03b61a0b8747f211eb716446c826ad66818ddc7810cc2cc19b3f2/cffi-2.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d48a880098c96020b02d5a1f7d9251308510ce8858940e6fa99ece33f610838b", size = 220101, upload-time = "2025-09-08T23:23:04.792Z" }, - { url = "https://files.pythonhosted.org/packages/f2/7f/e6647792fc5850d634695bc0e6ab4111ae88e89981d35ac269956605feba/cffi-2.0.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f93fd8e5c8c0a4aa1f424d6173f14a892044054871c771f8566e4008eaa359d2", size = 207948, upload-time = "2025-09-08T23:23:06.127Z" }, - { url = "https://files.pythonhosted.org/packages/cb/1e/a5a1bd6f1fb30f22573f76533de12a00bf274abcdc55c8edab639078abb6/cffi-2.0.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:dd4f05f54a52fb558f1ba9f528228066954fee3ebe629fc1660d874d040ae5a3", size = 206422, upload-time = "2025-09-08T23:23:07.753Z" }, - { url = "https://files.pythonhosted.org/packages/98/df/0a1755e750013a2081e863e7cd37e0cdd02664372c754e5560099eb7aa44/cffi-2.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c8d3b5532fc71b7a77c09192b4a5a200ea992702734a2e9279a37f2478236f26", size = 219499, upload-time = "2025-09-08T23:23:09.648Z" }, - { url = "https://files.pythonhosted.org/packages/50/e1/a969e687fcf9ea58e6e2a928ad5e2dd88cc12f6f0ab477e9971f2309b57c/cffi-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d9b29c1f0ae438d5ee9acb31cadee00a58c46cc9c0b2f9038c6b0b3470877a8c", size = 222928, upload-time = "2025-09-08T23:23:10.928Z" }, - { url = "https://files.pythonhosted.org/packages/36/54/0362578dd2c9e557a28ac77698ed67323ed5b9775ca9d3fe73fe191bb5d8/cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6d50360be4546678fc1b79ffe7a66265e28667840010348dd69a314145807a1b", size = 221302, upload-time = "2025-09-08T23:23:12.42Z" }, - { url = "https://files.pythonhosted.org/packages/eb/6d/bf9bda840d5f1dfdbf0feca87fbdb64a918a69bca42cfa0ba7b137c48cb8/cffi-2.0.0-cp313-cp313-win32.whl", hash = "sha256:74a03b9698e198d47562765773b4a8309919089150a0bb17d829ad7b44b60d27", size = 172909, upload-time = "2025-09-08T23:23:14.32Z" }, - { url = "https://files.pythonhosted.org/packages/37/18/6519e1ee6f5a1e579e04b9ddb6f1676c17368a7aba48299c3759bbc3c8b3/cffi-2.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:19f705ada2530c1167abacb171925dd886168931e0a7b78f5bffcae5c6b5be75", size = 183402, upload-time = "2025-09-08T23:23:15.535Z" }, - { url = "https://files.pythonhosted.org/packages/cb/0e/02ceeec9a7d6ee63bb596121c2c8e9b3a9e150936f4fbef6ca1943e6137c/cffi-2.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:256f80b80ca3853f90c21b23ee78cd008713787b1b1e93eae9f3d6a7134abd91", size = 177780, upload-time = "2025-09-08T23:23:16.761Z" }, - { url = "https://files.pythonhosted.org/packages/92/c4/3ce07396253a83250ee98564f8d7e9789fab8e58858f35d07a9a2c78de9f/cffi-2.0.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:fc33c5141b55ed366cfaad382df24fe7dcbc686de5be719b207bb248e3053dc5", size = 185320, upload-time = "2025-09-08T23:23:18.087Z" }, - { url = "https://files.pythonhosted.org/packages/59/dd/27e9fa567a23931c838c6b02d0764611c62290062a6d4e8ff7863daf9730/cffi-2.0.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c654de545946e0db659b3400168c9ad31b5d29593291482c43e3564effbcee13", size = 181487, upload-time = "2025-09-08T23:23:19.622Z" }, - { url = "https://files.pythonhosted.org/packages/d6/43/0e822876f87ea8a4ef95442c3d766a06a51fc5298823f884ef87aaad168c/cffi-2.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:24b6f81f1983e6df8db3adc38562c83f7d4a0c36162885ec7f7b77c7dcbec97b", size = 220049, upload-time = "2025-09-08T23:23:20.853Z" }, - { url = "https://files.pythonhosted.org/packages/b4/89/76799151d9c2d2d1ead63c2429da9ea9d7aac304603de0c6e8764e6e8e70/cffi-2.0.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:12873ca6cb9b0f0d3a0da705d6086fe911591737a59f28b7936bdfed27c0d47c", size = 207793, upload-time = "2025-09-08T23:23:22.08Z" }, - { url = "https://files.pythonhosted.org/packages/bb/dd/3465b14bb9e24ee24cb88c9e3730f6de63111fffe513492bf8c808a3547e/cffi-2.0.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:d9b97165e8aed9272a6bb17c01e3cc5871a594a446ebedc996e2397a1c1ea8ef", size = 206300, upload-time = "2025-09-08T23:23:23.314Z" }, - { url = "https://files.pythonhosted.org/packages/47/d9/d83e293854571c877a92da46fdec39158f8d7e68da75bf73581225d28e90/cffi-2.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:afb8db5439b81cf9c9d0c80404b60c3cc9c3add93e114dcae767f1477cb53775", size = 219244, upload-time = "2025-09-08T23:23:24.541Z" }, - { url = "https://files.pythonhosted.org/packages/2b/0f/1f177e3683aead2bb00f7679a16451d302c436b5cbf2505f0ea8146ef59e/cffi-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:737fe7d37e1a1bffe70bd5754ea763a62a066dc5913ca57e957824b72a85e205", size = 222828, upload-time = "2025-09-08T23:23:26.143Z" }, - { url = "https://files.pythonhosted.org/packages/c6/0f/cafacebd4b040e3119dcb32fed8bdef8dfe94da653155f9d0b9dc660166e/cffi-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:38100abb9d1b1435bc4cc340bb4489635dc2f0da7456590877030c9b3d40b0c1", size = 220926, upload-time = "2025-09-08T23:23:27.873Z" }, - { url = "https://files.pythonhosted.org/packages/3e/aa/df335faa45b395396fcbc03de2dfcab242cd61a9900e914fe682a59170b1/cffi-2.0.0-cp314-cp314-win32.whl", hash = "sha256:087067fa8953339c723661eda6b54bc98c5625757ea62e95eb4898ad5e776e9f", size = 175328, upload-time = "2025-09-08T23:23:44.61Z" }, - { url = "https://files.pythonhosted.org/packages/bb/92/882c2d30831744296ce713f0feb4c1cd30f346ef747b530b5318715cc367/cffi-2.0.0-cp314-cp314-win_amd64.whl", hash = "sha256:203a48d1fb583fc7d78a4c6655692963b860a417c0528492a6bc21f1aaefab25", size = 185650, upload-time = "2025-09-08T23:23:45.848Z" }, - { url = "https://files.pythonhosted.org/packages/9f/2c/98ece204b9d35a7366b5b2c6539c350313ca13932143e79dc133ba757104/cffi-2.0.0-cp314-cp314-win_arm64.whl", hash = "sha256:dbd5c7a25a7cb98f5ca55d258b103a2054f859a46ae11aaf23134f9cc0d356ad", size = 180687, upload-time = "2025-09-08T23:23:47.105Z" }, - { url = "https://files.pythonhosted.org/packages/3e/61/c768e4d548bfa607abcda77423448df8c471f25dbe64fb2ef6d555eae006/cffi-2.0.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:9a67fc9e8eb39039280526379fb3a70023d77caec1852002b4da7e8b270c4dd9", size = 188773, upload-time = "2025-09-08T23:23:29.347Z" }, - { url = "https://files.pythonhosted.org/packages/2c/ea/5f76bce7cf6fcd0ab1a1058b5af899bfbef198bea4d5686da88471ea0336/cffi-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:7a66c7204d8869299919db4d5069a82f1561581af12b11b3c9f48c584eb8743d", size = 185013, upload-time = "2025-09-08T23:23:30.63Z" }, - { url = "https://files.pythonhosted.org/packages/be/b4/c56878d0d1755cf9caa54ba71e5d049479c52f9e4afc230f06822162ab2f/cffi-2.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7cc09976e8b56f8cebd752f7113ad07752461f48a58cbba644139015ac24954c", size = 221593, upload-time = "2025-09-08T23:23:31.91Z" }, - { url = "https://files.pythonhosted.org/packages/e0/0d/eb704606dfe8033e7128df5e90fee946bbcb64a04fcdaa97321309004000/cffi-2.0.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:92b68146a71df78564e4ef48af17551a5ddd142e5190cdf2c5624d0c3ff5b2e8", size = 209354, upload-time = "2025-09-08T23:23:33.214Z" }, - { url = "https://files.pythonhosted.org/packages/d8/19/3c435d727b368ca475fb8742ab97c9cb13a0de600ce86f62eab7fa3eea60/cffi-2.0.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:b1e74d11748e7e98e2f426ab176d4ed720a64412b6a15054378afdb71e0f37dc", size = 208480, upload-time = "2025-09-08T23:23:34.495Z" }, - { url = "https://files.pythonhosted.org/packages/d0/44/681604464ed9541673e486521497406fadcc15b5217c3e326b061696899a/cffi-2.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:28a3a209b96630bca57cce802da70c266eb08c6e97e5afd61a75611ee6c64592", size = 221584, upload-time = "2025-09-08T23:23:36.096Z" }, - { url = "https://files.pythonhosted.org/packages/25/8e/342a504ff018a2825d395d44d63a767dd8ebc927ebda557fecdaca3ac33a/cffi-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7553fb2090d71822f02c629afe6042c299edf91ba1bf94951165613553984512", size = 224443, upload-time = "2025-09-08T23:23:37.328Z" }, - { url = "https://files.pythonhosted.org/packages/e1/5e/b666bacbbc60fbf415ba9988324a132c9a7a0448a9a8f125074671c0f2c3/cffi-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6c6c373cfc5c83a975506110d17457138c8c63016b563cc9ed6e056a82f13ce4", size = 223437, upload-time = "2025-09-08T23:23:38.945Z" }, - { url = "https://files.pythonhosted.org/packages/a0/1d/ec1a60bd1a10daa292d3cd6bb0b359a81607154fb8165f3ec95fe003b85c/cffi-2.0.0-cp314-cp314t-win32.whl", hash = "sha256:1fc9ea04857caf665289b7a75923f2c6ed559b8298a1b8c49e59f7dd95c8481e", size = 180487, upload-time = "2025-09-08T23:23:40.423Z" }, - { url = "https://files.pythonhosted.org/packages/bf/41/4c1168c74fac325c0c8156f04b6749c8b6a8f405bbf91413ba088359f60d/cffi-2.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:d68b6cef7827e8641e8ef16f4494edda8b36104d79773a334beaa1e3521430f6", size = 191726, upload-time = "2025-09-08T23:23:41.742Z" }, - { url = "https://files.pythonhosted.org/packages/ae/3a/dbeec9d1ee0844c679f6bb5d6ad4e9f198b1224f4e7a32825f47f6192b0c/cffi-2.0.0-cp314-cp314t-win_arm64.whl", hash = "sha256:0a1527a803f0a659de1af2e1fd700213caba79377e27e4693648c2923da066f9", size = 184195, upload-time = "2025-09-08T23:23:43.004Z" }, -] - -[[package]] -name = "charset-normalizer" -version = "3.4.4" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz", hash = "sha256:94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a", size = 129418, upload-time = "2025-10-14T04:42:32.879Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/f3/85/1637cd4af66fa687396e757dec650f28025f2a2f5a5531a3208dc0ec43f2/charset_normalizer-3.4.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0a98e6759f854bd25a58a73fa88833fba3b7c491169f86ce1180c948ab3fd394", size = 208425, upload-time = "2025-10-14T04:40:53.353Z" }, - { url = "https://files.pythonhosted.org/packages/9d/6a/04130023fef2a0d9c62d0bae2649b69f7b7d8d24ea5536feef50551029df/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b5b290ccc2a263e8d185130284f8501e3e36c5e02750fc6b6bdeb2e9e96f1e25", size = 148162, upload-time = "2025-10-14T04:40:54.558Z" }, - { url = "https://files.pythonhosted.org/packages/78/29/62328d79aa60da22c9e0b9a66539feae06ca0f5a4171ac4f7dc285b83688/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74bb723680f9f7a6234dcf67aea57e708ec1fbdf5699fb91dfd6f511b0a320ef", size = 144558, upload-time = "2025-10-14T04:40:55.677Z" }, - { url = "https://files.pythonhosted.org/packages/86/bb/b32194a4bf15b88403537c2e120b817c61cd4ecffa9b6876e941c3ee38fe/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f1e34719c6ed0b92f418c7c780480b26b5d9c50349e9a9af7d76bf757530350d", size = 161497, upload-time = "2025-10-14T04:40:57.217Z" }, - { url = "https://files.pythonhosted.org/packages/19/89/a54c82b253d5b9b111dc74aca196ba5ccfcca8242d0fb64146d4d3183ff1/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2437418e20515acec67d86e12bf70056a33abdacb5cb1655042f6538d6b085a8", size = 159240, upload-time = "2025-10-14T04:40:58.358Z" }, - { url = "https://files.pythonhosted.org/packages/c0/10/d20b513afe03acc89ec33948320a5544d31f21b05368436d580dec4e234d/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:11d694519d7f29d6cd09f6ac70028dba10f92f6cdd059096db198c283794ac86", size = 153471, upload-time = "2025-10-14T04:40:59.468Z" }, - { url = "https://files.pythonhosted.org/packages/61/fa/fbf177b55bdd727010f9c0a3c49eefa1d10f960e5f09d1d887bf93c2e698/charset_normalizer-3.4.4-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ac1c4a689edcc530fc9d9aa11f5774b9e2f33f9a0c6a57864e90908f5208d30a", size = 150864, upload-time = "2025-10-14T04:41:00.623Z" }, - { url = "https://files.pythonhosted.org/packages/05/12/9fbc6a4d39c0198adeebbde20b619790e9236557ca59fc40e0e3cebe6f40/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:21d142cc6c0ec30d2efee5068ca36c128a30b0f2c53c1c07bd78cb6bc1d3be5f", size = 150647, upload-time = "2025-10-14T04:41:01.754Z" }, - { url = "https://files.pythonhosted.org/packages/ad/1f/6a9a593d52e3e8c5d2b167daf8c6b968808efb57ef4c210acb907c365bc4/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:5dbe56a36425d26d6cfb40ce79c314a2e4dd6211d51d6d2191c00bed34f354cc", size = 145110, upload-time = "2025-10-14T04:41:03.231Z" }, - { url = "https://files.pythonhosted.org/packages/30/42/9a52c609e72471b0fc54386dc63c3781a387bb4fe61c20231a4ebcd58bdd/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:5bfbb1b9acf3334612667b61bd3002196fe2a1eb4dd74d247e0f2a4d50ec9bbf", size = 162839, upload-time = "2025-10-14T04:41:04.715Z" }, - { url = "https://files.pythonhosted.org/packages/c4/5b/c0682bbf9f11597073052628ddd38344a3d673fda35a36773f7d19344b23/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:d055ec1e26e441f6187acf818b73564e6e6282709e9bcb5b63f5b23068356a15", size = 150667, upload-time = "2025-10-14T04:41:05.827Z" }, - { url = "https://files.pythonhosted.org/packages/e4/24/a41afeab6f990cf2daf6cb8c67419b63b48cf518e4f56022230840c9bfb2/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:af2d8c67d8e573d6de5bc30cdb27e9b95e49115cd9baad5ddbd1a6207aaa82a9", size = 160535, upload-time = "2025-10-14T04:41:06.938Z" }, - { url = "https://files.pythonhosted.org/packages/2a/e5/6a4ce77ed243c4a50a1fecca6aaaab419628c818a49434be428fe24c9957/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:780236ac706e66881f3b7f2f32dfe90507a09e67d1d454c762cf642e6e1586e0", size = 154816, upload-time = "2025-10-14T04:41:08.101Z" }, - { url = "https://files.pythonhosted.org/packages/a8/ef/89297262b8092b312d29cdb2517cb1237e51db8ecef2e9af5edbe7b683b1/charset_normalizer-3.4.4-cp312-cp312-win32.whl", hash = "sha256:5833d2c39d8896e4e19b689ffc198f08ea58116bee26dea51e362ecc7cd3ed26", size = 99694, upload-time = "2025-10-14T04:41:09.23Z" }, - { url = "https://files.pythonhosted.org/packages/3d/2d/1e5ed9dd3b3803994c155cd9aacb60c82c331bad84daf75bcb9c91b3295e/charset_normalizer-3.4.4-cp312-cp312-win_amd64.whl", hash = "sha256:a79cfe37875f822425b89a82333404539ae63dbdddf97f84dcbc3d339aae9525", size = 107131, upload-time = "2025-10-14T04:41:10.467Z" }, - { url = "https://files.pythonhosted.org/packages/d0/d9/0ed4c7098a861482a7b6a95603edce4c0d9db2311af23da1fb2b75ec26fc/charset_normalizer-3.4.4-cp312-cp312-win_arm64.whl", hash = "sha256:376bec83a63b8021bb5c8ea75e21c4ccb86e7e45ca4eb81146091b56599b80c3", size = 100390, upload-time = "2025-10-14T04:41:11.915Z" }, - { url = "https://files.pythonhosted.org/packages/97/45/4b3a1239bbacd321068ea6e7ac28875b03ab8bc0aa0966452db17cd36714/charset_normalizer-3.4.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e1f185f86a6f3403aa2420e815904c67b2f9ebc443f045edd0de921108345794", size = 208091, upload-time = "2025-10-14T04:41:13.346Z" }, - { url = "https://files.pythonhosted.org/packages/7d/62/73a6d7450829655a35bb88a88fca7d736f9882a27eacdca2c6d505b57e2e/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b39f987ae8ccdf0d2642338faf2abb1862340facc796048b604ef14919e55ed", size = 147936, upload-time = "2025-10-14T04:41:14.461Z" }, - { url = "https://files.pythonhosted.org/packages/89/c5/adb8c8b3d6625bef6d88b251bbb0d95f8205831b987631ab0c8bb5d937c2/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3162d5d8ce1bb98dd51af660f2121c55d0fa541b46dff7bb9b9f86ea1d87de72", size = 144180, upload-time = "2025-10-14T04:41:15.588Z" }, - { url = "https://files.pythonhosted.org/packages/91/ed/9706e4070682d1cc219050b6048bfd293ccf67b3d4f5a4f39207453d4b99/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:81d5eb2a312700f4ecaa977a8235b634ce853200e828fbadf3a9c50bab278328", size = 161346, upload-time = "2025-10-14T04:41:16.738Z" }, - { url = "https://files.pythonhosted.org/packages/d5/0d/031f0d95e4972901a2f6f09ef055751805ff541511dc1252ba3ca1f80cf5/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5bd2293095d766545ec1a8f612559f6b40abc0eb18bb2f5d1171872d34036ede", size = 158874, upload-time = "2025-10-14T04:41:17.923Z" }, - { url = "https://files.pythonhosted.org/packages/f5/83/6ab5883f57c9c801ce5e5677242328aa45592be8a00644310a008d04f922/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a8a8b89589086a25749f471e6a900d3f662d1d3b6e2e59dcecf787b1cc3a1894", size = 153076, upload-time = "2025-10-14T04:41:19.106Z" }, - { url = "https://files.pythonhosted.org/packages/75/1e/5ff781ddf5260e387d6419959ee89ef13878229732732ee73cdae01800f2/charset_normalizer-3.4.4-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc7637e2f80d8530ee4a78e878bce464f70087ce73cf7c1caf142416923b98f1", size = 150601, upload-time = "2025-10-14T04:41:20.245Z" }, - { url = "https://files.pythonhosted.org/packages/d7/57/71be810965493d3510a6ca79b90c19e48696fb1ff964da319334b12677f0/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f8bf04158c6b607d747e93949aa60618b61312fe647a6369f88ce2ff16043490", size = 150376, upload-time = "2025-10-14T04:41:21.398Z" }, - { url = "https://files.pythonhosted.org/packages/e5/d5/c3d057a78c181d007014feb7e9f2e65905a6c4ef182c0ddf0de2924edd65/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:554af85e960429cf30784dd47447d5125aaa3b99a6f0683589dbd27e2f45da44", size = 144825, upload-time = "2025-10-14T04:41:22.583Z" }, - { url = "https://files.pythonhosted.org/packages/e6/8c/d0406294828d4976f275ffbe66f00266c4b3136b7506941d87c00cab5272/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:74018750915ee7ad843a774364e13a3db91682f26142baddf775342c3f5b1133", size = 162583, upload-time = "2025-10-14T04:41:23.754Z" }, - { url = "https://files.pythonhosted.org/packages/d7/24/e2aa1f18c8f15c4c0e932d9287b8609dd30ad56dbe41d926bd846e22fb8d/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:c0463276121fdee9c49b98908b3a89c39be45d86d1dbaa22957e38f6321d4ce3", size = 150366, upload-time = "2025-10-14T04:41:25.27Z" }, - { url = "https://files.pythonhosted.org/packages/e4/5b/1e6160c7739aad1e2df054300cc618b06bf784a7a164b0f238360721ab86/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:362d61fd13843997c1c446760ef36f240cf81d3ebf74ac62652aebaf7838561e", size = 160300, upload-time = "2025-10-14T04:41:26.725Z" }, - { url = "https://files.pythonhosted.org/packages/7a/10/f882167cd207fbdd743e55534d5d9620e095089d176d55cb22d5322f2afd/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a26f18905b8dd5d685d6d07b0cdf98a79f3c7a918906af7cc143ea2e164c8bc", size = 154465, upload-time = "2025-10-14T04:41:28.322Z" }, - { url = "https://files.pythonhosted.org/packages/89/66/c7a9e1b7429be72123441bfdbaf2bc13faab3f90b933f664db506dea5915/charset_normalizer-3.4.4-cp313-cp313-win32.whl", hash = "sha256:9b35f4c90079ff2e2edc5b26c0c77925e5d2d255c42c74fdb70fb49b172726ac", size = 99404, upload-time = "2025-10-14T04:41:29.95Z" }, - { url = "https://files.pythonhosted.org/packages/c4/26/b9924fa27db384bdcd97ab83b4f0a8058d96ad9626ead570674d5e737d90/charset_normalizer-3.4.4-cp313-cp313-win_amd64.whl", hash = "sha256:b435cba5f4f750aa6c0a0d92c541fb79f69a387c91e61f1795227e4ed9cece14", size = 107092, upload-time = "2025-10-14T04:41:31.188Z" }, - { url = "https://files.pythonhosted.org/packages/af/8f/3ed4bfa0c0c72a7ca17f0380cd9e4dd842b09f664e780c13cff1dcf2ef1b/charset_normalizer-3.4.4-cp313-cp313-win_arm64.whl", hash = "sha256:542d2cee80be6f80247095cc36c418f7bddd14f4a6de45af91dfad36d817bba2", size = 100408, upload-time = "2025-10-14T04:41:32.624Z" }, - { url = "https://files.pythonhosted.org/packages/2a/35/7051599bd493e62411d6ede36fd5af83a38f37c4767b92884df7301db25d/charset_normalizer-3.4.4-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:da3326d9e65ef63a817ecbcc0df6e94463713b754fe293eaa03da99befb9a5bd", size = 207746, upload-time = "2025-10-14T04:41:33.773Z" }, - { url = "https://files.pythonhosted.org/packages/10/9a/97c8d48ef10d6cd4fcead2415523221624bf58bcf68a802721a6bc807c8f/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8af65f14dc14a79b924524b1e7fffe304517b2bff5a58bf64f30b98bbc5079eb", size = 147889, upload-time = "2025-10-14T04:41:34.897Z" }, - { url = "https://files.pythonhosted.org/packages/10/bf/979224a919a1b606c82bd2c5fa49b5c6d5727aa47b4312bb27b1734f53cd/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74664978bb272435107de04e36db5a9735e78232b85b77d45cfb38f758efd33e", size = 143641, upload-time = "2025-10-14T04:41:36.116Z" }, - { url = "https://files.pythonhosted.org/packages/ba/33/0ad65587441fc730dc7bd90e9716b30b4702dc7b617e6ba4997dc8651495/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:752944c7ffbfdd10c074dc58ec2d5a8a4cd9493b314d367c14d24c17684ddd14", size = 160779, upload-time = "2025-10-14T04:41:37.229Z" }, - { url = "https://files.pythonhosted.org/packages/67/ed/331d6b249259ee71ddea93f6f2f0a56cfebd46938bde6fcc6f7b9a3d0e09/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1f13550535ad8cff21b8d757a3257963e951d96e20ec82ab44bc64aeb62a191", size = 159035, upload-time = "2025-10-14T04:41:38.368Z" }, - { url = "https://files.pythonhosted.org/packages/67/ff/f6b948ca32e4f2a4576aa129d8bed61f2e0543bf9f5f2b7fc3758ed005c9/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ecaae4149d99b1c9e7b88bb03e3221956f68fd6d50be2ef061b2381b61d20838", size = 152542, upload-time = "2025-10-14T04:41:39.862Z" }, - { url = "https://files.pythonhosted.org/packages/16/85/276033dcbcc369eb176594de22728541a925b2632f9716428c851b149e83/charset_normalizer-3.4.4-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:cb6254dc36b47a990e59e1068afacdcd02958bdcce30bb50cc1700a8b9d624a6", size = 149524, upload-time = "2025-10-14T04:41:41.319Z" }, - { url = "https://files.pythonhosted.org/packages/9e/f2/6a2a1f722b6aba37050e626530a46a68f74e63683947a8acff92569f979a/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c8ae8a0f02f57a6e61203a31428fa1d677cbe50c93622b4149d5c0f319c1d19e", size = 150395, upload-time = "2025-10-14T04:41:42.539Z" }, - { url = "https://files.pythonhosted.org/packages/60/bb/2186cb2f2bbaea6338cad15ce23a67f9b0672929744381e28b0592676824/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:47cc91b2f4dd2833fddaedd2893006b0106129d4b94fdb6af1f4ce5a9965577c", size = 143680, upload-time = "2025-10-14T04:41:43.661Z" }, - { url = "https://files.pythonhosted.org/packages/7d/a5/bf6f13b772fbb2a90360eb620d52ed8f796f3c5caee8398c3b2eb7b1c60d/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:82004af6c302b5d3ab2cfc4cc5f29db16123b1a8417f2e25f9066f91d4411090", size = 162045, upload-time = "2025-10-14T04:41:44.821Z" }, - { url = "https://files.pythonhosted.org/packages/df/c5/d1be898bf0dc3ef9030c3825e5d3b83f2c528d207d246cbabe245966808d/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7d8f6c26245217bd2ad053761201e9f9680f8ce52f0fcd8d0755aeae5b2152", size = 149687, upload-time = "2025-10-14T04:41:46.442Z" }, - { url = "https://files.pythonhosted.org/packages/a5/42/90c1f7b9341eef50c8a1cb3f098ac43b0508413f33affd762855f67a410e/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:799a7a5e4fb2d5898c60b640fd4981d6a25f1c11790935a44ce38c54e985f828", size = 160014, upload-time = "2025-10-14T04:41:47.631Z" }, - { url = "https://files.pythonhosted.org/packages/76/be/4d3ee471e8145d12795ab655ece37baed0929462a86e72372fd25859047c/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:99ae2cffebb06e6c22bdc25801d7b30f503cc87dbd283479e7b606f70aff57ec", size = 154044, upload-time = "2025-10-14T04:41:48.81Z" }, - { url = "https://files.pythonhosted.org/packages/b0/6f/8f7af07237c34a1defe7defc565a9bc1807762f672c0fde711a4b22bf9c0/charset_normalizer-3.4.4-cp314-cp314-win32.whl", hash = "sha256:f9d332f8c2a2fcbffe1378594431458ddbef721c1769d78e2cbc06280d8155f9", size = 99940, upload-time = "2025-10-14T04:41:49.946Z" }, - { url = "https://files.pythonhosted.org/packages/4b/51/8ade005e5ca5b0d80fb4aff72a3775b325bdc3d27408c8113811a7cbe640/charset_normalizer-3.4.4-cp314-cp314-win_amd64.whl", hash = "sha256:8a6562c3700cce886c5be75ade4a5db4214fda19fede41d9792d100288d8f94c", size = 107104, upload-time = "2025-10-14T04:41:51.051Z" }, - { url = "https://files.pythonhosted.org/packages/da/5f/6b8f83a55bb8278772c5ae54a577f3099025f9ade59d0136ac24a0df4bde/charset_normalizer-3.4.4-cp314-cp314-win_arm64.whl", hash = "sha256:de00632ca48df9daf77a2c65a484531649261ec9f25489917f09e455cb09ddb2", size = 100743, upload-time = "2025-10-14T04:41:52.122Z" }, - { url = "https://files.pythonhosted.org/packages/0a/4c/925909008ed5a988ccbb72dcc897407e5d6d3bd72410d69e051fc0c14647/charset_normalizer-3.4.4-py3-none-any.whl", hash = "sha256:7a32c560861a02ff789ad905a2fe94e3f840803362c84fecf1851cb4cf3dc37f", size = 53402, upload-time = "2025-10-14T04:42:31.76Z" }, -] - -[[package]] -name = "claude-agent-sdk" -version = "0.1.56" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anyio" }, - { name = "mcp" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/ee/c1/c7afb1a08cecef0644693ccd9975651e45cf23a50272b94b6eca2c1a7dc8/claude_agent_sdk-0.1.56.tar.gz", hash = "sha256:a95bc14e59f9d6c8e7fa2e6581008a3f24f10e1b57302719823f62cfb5beccdc", size = 121659, upload-time = "2026-04-04T00:56:30.512Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b0/73/4e3d13c4d43614de35a113c87ec96b3db605baa23f9f5c4a38536837e18e/claude_agent_sdk-0.1.56-py3-none-macosx_11_0_arm64.whl", hash = "sha256:9f5a7c87617101e6bb0f23408104ac6f40f9b5adec91dcfe5b8de5f65a7df73a", size = 58585662, upload-time = "2026-04-04T00:56:34.935Z" }, - { url = "https://files.pythonhosted.org/packages/1e/6d/78347c2efa1526f1f6e7edecabe636575f622bcaa7921965457f95dd12dc/claude_agent_sdk-0.1.56-py3-none-macosx_11_0_x86_64.whl", hash = "sha256:824f4a10340f46dd26fee8e74aeed4fc64fec95084e327ab1ebb6058b349e1c3", size = 60419564, upload-time = "2026-04-04T00:56:39.64Z" }, - { url = "https://files.pythonhosted.org/packages/87/c1/708262318926c8393d494a5dcaafd9bc7d6ba547c0a5fad4eff5f9aa0ecd/claude_agent_sdk-0.1.56-py3-none-manylinux_2_17_aarch64.whl", hash = "sha256:ff60dedc06b62b52e5937a9a2c4b0ec4ad0dd6764c20be656d01aeb8b11fba1d", size = 71893844, upload-time = "2026-04-04T00:56:44.402Z" }, - { url = "https://files.pythonhosted.org/packages/1b/4f/24918a596b0d61c3a691af2a9ee52b8c54f1769ce2c5fef1d64350056e53/claude_agent_sdk-0.1.56-py3-none-manylinux_2_17_x86_64.whl", hash = "sha256:fe866b2119f69e99d9637acc27b588670c610fed1c4a096287874db5744d029b", size = 72030943, upload-time = "2026-04-04T00:56:49.892Z" }, - { url = "https://files.pythonhosted.org/packages/f3/d8/5ded242e55f0b5f295d4ee2cbe5ae3bca914eb0a2a291f81e38b68d3ef58/claude_agent_sdk-0.1.56-py3-none-win_amd64.whl", hash = "sha256:5934e082e1ccf975d65cd7412f2eaf2c5ffa6b9019a2ca2a9fb228310df7ddc8", size = 74141451, upload-time = "2026-04-04T00:56:57.683Z" }, -] - -[[package]] -name = "click" -version = "8.3.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "colorama", marker = "sys_platform == 'win32'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/3d/fa/656b739db8587d7b5dfa22e22ed02566950fbfbcdc20311993483657a5c0/click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a", size = 295065, upload-time = "2025-11-15T20:45:42.706Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/98/78/01c019cdb5d6498122777c1a43056ebb3ebfeef2076d9d026bfe15583b2b/click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6", size = 108274, upload-time = "2025-11-15T20:45:41.139Z" }, -] - -[[package]] -name = "cloudpickle" -version = "3.1.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/27/fb/576f067976d320f5f0114a8d9fa1215425441bb35627b1993e5afd8111e5/cloudpickle-3.1.2.tar.gz", hash = "sha256:7fda9eb655c9c230dab534f1983763de5835249750e85fbcef43aaa30a9a2414", size = 22330, upload-time = "2025-11-03T09:25:26.604Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc727ee3b4f1445fe6d5e4133064ec2e4115069418a5bb6/cloudpickle-3.1.2-py3-none-any.whl", hash = "sha256:9acb47f6afd73f60dc1df93bb801b472f05ff42fa6c84167d25cb206be1fbf4a", size = 22228, upload-time = "2025-11-03T09:25:25.534Z" }, -] - -[[package]] -name = "colorama" -version = "0.4.6" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697, upload-time = "2022-10-25T02:36:22.414Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" }, -] - -[[package]] -name = "couchdb3" -version = "2.0.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "requests" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/94/c5/cacddbbaecfd97641c360a64dbc6546ccd5f3396e2653013f82eed51a523/couchdb3-2.0.2.tar.gz", hash = "sha256:cc1336ba63cdb870aba4d3105bb96f0ace86d53d95e462084dc49fb4a865ae5e", size = 25625, upload-time = "2025-07-09T16:07:30.067Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/6e/1d/8f3c492e2b93ac2711ed07ebcbde66e2d30c8bd21d13f8f2f4013942f914/couchdb3-2.0.2-py3-none-any.whl", hash = "sha256:aa719136e2d432f4c1abd3920f5b3b94ecdd1fe95a7be59e5f3dad640c63989e", size = 30804, upload-time = "2025-07-09T16:07:28.904Z" }, -] - -[[package]] -name = "croniter" -version = "6.0.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "python-dateutil" }, - { name = "pytz" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/ad/2f/44d1ae153a0e27be56be43465e5cb39b9650c781e001e7864389deb25090/croniter-6.0.0.tar.gz", hash = "sha256:37c504b313956114a983ece2c2b07790b1f1094fe9d81cc94739214748255577", size = 64481, upload-time = "2024-12-17T17:17:47.32Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/07/4b/290b4c3efd6417a8b0c284896de19b1d5855e6dbdb97d2a35e68fa42de85/croniter-6.0.0-py2.py3-none-any.whl", hash = "sha256:2f878c3856f17896979b2a4379ba1f09c83e374931ea15cc835c5dd2eee9b368", size = 25468, upload-time = "2024-12-17T17:17:45.359Z" }, -] - -[[package]] -name = "cryptography" -version = "46.0.5" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "cffi", marker = "platform_python_implementation != 'PyPy'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/60/04/ee2a9e8542e4fa2773b81771ff8349ff19cdd56b7258a0cc442639052edb/cryptography-46.0.5.tar.gz", hash = "sha256:abace499247268e3757271b2f1e244b36b06f8515cf27c4d49468fc9eb16e93d", size = 750064, upload-time = "2026-02-10T19:18:38.255Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/f7/81/b0bb27f2ba931a65409c6b8a8b358a7f03c0e46eceacddff55f7c84b1f3b/cryptography-46.0.5-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:351695ada9ea9618b3500b490ad54c739860883df6c1f555e088eaf25b1bbaad", size = 7176289, upload-time = "2026-02-10T19:17:08.274Z" }, - { url = "https://files.pythonhosted.org/packages/ff/9e/6b4397a3e3d15123de3b1806ef342522393d50736c13b20ec4c9ea6693a6/cryptography-46.0.5-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:c18ff11e86df2e28854939acde2d003f7984f721eba450b56a200ad90eeb0e6b", size = 4275637, upload-time = "2026-02-10T19:17:10.53Z" }, - { url = "https://files.pythonhosted.org/packages/63/e7/471ab61099a3920b0c77852ea3f0ea611c9702f651600397ac567848b897/cryptography-46.0.5-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4d7e3d356b8cd4ea5aff04f129d5f66ebdc7b6f8eae802b93739ed520c47c79b", size = 4424742, upload-time = "2026-02-10T19:17:12.388Z" }, - { url = "https://files.pythonhosted.org/packages/37/53/a18500f270342d66bf7e4d9f091114e31e5ee9e7375a5aba2e85a91e0044/cryptography-46.0.5-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:50bfb6925eff619c9c023b967d5b77a54e04256c4281b0e21336a130cd7fc263", size = 4277528, upload-time = "2026-02-10T19:17:13.853Z" }, - { url = "https://files.pythonhosted.org/packages/22/29/c2e812ebc38c57b40e7c583895e73c8c5adb4d1e4a0cc4c5a4fdab2b1acc/cryptography-46.0.5-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:803812e111e75d1aa73690d2facc295eaefd4439be1023fefc4995eaea2af90d", size = 4947993, upload-time = "2026-02-10T19:17:15.618Z" }, - { url = "https://files.pythonhosted.org/packages/6b/e7/237155ae19a9023de7e30ec64e5d99a9431a567407ac21170a046d22a5a3/cryptography-46.0.5-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3ee190460e2fbe447175cda91b88b84ae8322a104fc27766ad09428754a618ed", size = 4456855, upload-time = "2026-02-10T19:17:17.221Z" }, - { url = "https://files.pythonhosted.org/packages/2d/87/fc628a7ad85b81206738abbd213b07702bcbdada1dd43f72236ef3cffbb5/cryptography-46.0.5-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:f145bba11b878005c496e93e257c1e88f154d278d2638e6450d17e0f31e558d2", size = 3984635, upload-time = "2026-02-10T19:17:18.792Z" }, - { url = "https://files.pythonhosted.org/packages/84/29/65b55622bde135aedf4565dc509d99b560ee4095e56989e815f8fd2aa910/cryptography-46.0.5-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:e9251e3be159d1020c4030bd2e5f84d6a43fe54b6c19c12f51cde9542a2817b2", size = 4277038, upload-time = "2026-02-10T19:17:20.256Z" }, - { url = "https://files.pythonhosted.org/packages/bc/36/45e76c68d7311432741faf1fbf7fac8a196a0a735ca21f504c75d37e2558/cryptography-46.0.5-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:47fb8a66058b80e509c47118ef8a75d14c455e81ac369050f20ba0d23e77fee0", size = 4912181, upload-time = "2026-02-10T19:17:21.825Z" }, - { url = "https://files.pythonhosted.org/packages/6d/1a/c1ba8fead184d6e3d5afcf03d569acac5ad063f3ac9fb7258af158f7e378/cryptography-46.0.5-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:4c3341037c136030cb46e4b1e17b7418ea4cbd9dd207e4a6f3b2b24e0d4ac731", size = 4456482, upload-time = "2026-02-10T19:17:25.133Z" }, - { url = "https://files.pythonhosted.org/packages/f9/e5/3fb22e37f66827ced3b902cf895e6a6bc1d095b5b26be26bd13c441fdf19/cryptography-46.0.5-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:890bcb4abd5a2d3f852196437129eb3667d62630333aacc13dfd470fad3aaa82", size = 4405497, upload-time = "2026-02-10T19:17:26.66Z" }, - { url = "https://files.pythonhosted.org/packages/1a/df/9d58bb32b1121a8a2f27383fabae4d63080c7ca60b9b5c88be742be04ee7/cryptography-46.0.5-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:80a8d7bfdf38f87ca30a5391c0c9ce4ed2926918e017c29ddf643d0ed2778ea1", size = 4667819, upload-time = "2026-02-10T19:17:28.569Z" }, - { url = "https://files.pythonhosted.org/packages/ea/ed/325d2a490c5e94038cdb0117da9397ece1f11201f425c4e9c57fe5b9f08b/cryptography-46.0.5-cp311-abi3-win32.whl", hash = "sha256:60ee7e19e95104d4c03871d7d7dfb3d22ef8a9b9c6778c94e1c8fcc8365afd48", size = 3028230, upload-time = "2026-02-10T19:17:30.518Z" }, - { url = "https://files.pythonhosted.org/packages/e9/5a/ac0f49e48063ab4255d9e3b79f5def51697fce1a95ea1370f03dc9db76f6/cryptography-46.0.5-cp311-abi3-win_amd64.whl", hash = "sha256:38946c54b16c885c72c4f59846be9743d699eee2b69b6988e0a00a01f46a61a4", size = 3480909, upload-time = "2026-02-10T19:17:32.083Z" }, - { url = "https://files.pythonhosted.org/packages/00/13/3d278bfa7a15a96b9dc22db5a12ad1e48a9eb3d40e1827ef66a5df75d0d0/cryptography-46.0.5-cp314-cp314t-macosx_10_9_universal2.whl", hash = "sha256:94a76daa32eb78d61339aff7952ea819b1734b46f73646a07decb40e5b3448e2", size = 7119287, upload-time = "2026-02-10T19:17:33.801Z" }, - { url = "https://files.pythonhosted.org/packages/67/c8/581a6702e14f0898a0848105cbefd20c058099e2c2d22ef4e476dfec75d7/cryptography-46.0.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:5be7bf2fb40769e05739dd0046e7b26f9d4670badc7b032d6ce4db64dddc0678", size = 4265728, upload-time = "2026-02-10T19:17:35.569Z" }, - { url = "https://files.pythonhosted.org/packages/dd/4a/ba1a65ce8fc65435e5a849558379896c957870dd64fecea97b1ad5f46a37/cryptography-46.0.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fe346b143ff9685e40192a4960938545c699054ba11d4f9029f94751e3f71d87", size = 4408287, upload-time = "2026-02-10T19:17:36.938Z" }, - { url = "https://files.pythonhosted.org/packages/f8/67/8ffdbf7b65ed1ac224d1c2df3943553766914a8ca718747ee3871da6107e/cryptography-46.0.5-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:c69fd885df7d089548a42d5ec05be26050ebcd2283d89b3d30676eb32ff87dee", size = 4270291, upload-time = "2026-02-10T19:17:38.748Z" }, - { url = "https://files.pythonhosted.org/packages/f8/e5/f52377ee93bc2f2bba55a41a886fd208c15276ffbd2569f2ddc89d50e2c5/cryptography-46.0.5-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:8293f3dea7fc929ef7240796ba231413afa7b68ce38fd21da2995549f5961981", size = 4927539, upload-time = "2026-02-10T19:17:40.241Z" }, - { url = "https://files.pythonhosted.org/packages/3b/02/cfe39181b02419bbbbcf3abdd16c1c5c8541f03ca8bda240debc467d5a12/cryptography-46.0.5-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:1abfdb89b41c3be0365328a410baa9df3ff8a9110fb75e7b52e66803ddabc9a9", size = 4442199, upload-time = "2026-02-10T19:17:41.789Z" }, - { url = "https://files.pythonhosted.org/packages/c0/96/2fcaeb4873e536cf71421a388a6c11b5bc846e986b2b069c79363dc1648e/cryptography-46.0.5-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:d66e421495fdb797610a08f43b05269e0a5ea7f5e652a89bfd5a7d3c1dee3648", size = 3960131, upload-time = "2026-02-10T19:17:43.379Z" }, - { url = "https://files.pythonhosted.org/packages/d8/d2/b27631f401ddd644e94c5cf33c9a4069f72011821cf3dc7309546b0642a0/cryptography-46.0.5-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:4e817a8920bfbcff8940ecfd60f23d01836408242b30f1a708d93198393a80b4", size = 4270072, upload-time = "2026-02-10T19:17:45.481Z" }, - { url = "https://files.pythonhosted.org/packages/f4/a7/60d32b0370dae0b4ebe55ffa10e8599a2a59935b5ece1b9f06edb73abdeb/cryptography-46.0.5-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:68f68d13f2e1cb95163fa3b4db4bf9a159a418f5f6e7242564fc75fcae667fd0", size = 4892170, upload-time = "2026-02-10T19:17:46.997Z" }, - { url = "https://files.pythonhosted.org/packages/d2/b9/cf73ddf8ef1164330eb0b199a589103c363afa0cf794218c24d524a58eab/cryptography-46.0.5-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:a3d1fae9863299076f05cb8a778c467578262fae09f9dc0ee9b12eb4268ce663", size = 4441741, upload-time = "2026-02-10T19:17:48.661Z" }, - { url = "https://files.pythonhosted.org/packages/5f/eb/eee00b28c84c726fe8fa0158c65afe312d9c3b78d9d01daf700f1f6e37ff/cryptography-46.0.5-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:c4143987a42a2397f2fc3b4d7e3a7d313fbe684f67ff443999e803dd75a76826", size = 4396728, upload-time = "2026-02-10T19:17:50.058Z" }, - { url = "https://files.pythonhosted.org/packages/65/f4/6bc1a9ed5aef7145045114b75b77c2a8261b4d38717bd8dea111a63c3442/cryptography-46.0.5-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:7d731d4b107030987fd61a7f8ab512b25b53cef8f233a97379ede116f30eb67d", size = 4652001, upload-time = "2026-02-10T19:17:51.54Z" }, - { url = "https://files.pythonhosted.org/packages/86/ef/5d00ef966ddd71ac2e6951d278884a84a40ffbd88948ef0e294b214ae9e4/cryptography-46.0.5-cp314-cp314t-win32.whl", hash = "sha256:c3bcce8521d785d510b2aad26ae2c966092b7daa8f45dd8f44734a104dc0bc1a", size = 3003637, upload-time = "2026-02-10T19:17:52.997Z" }, - { url = "https://files.pythonhosted.org/packages/b7/57/f3f4160123da6d098db78350fdfd9705057aad21de7388eacb2401dceab9/cryptography-46.0.5-cp314-cp314t-win_amd64.whl", hash = "sha256:4d8ae8659ab18c65ced284993c2265910f6c9e650189d4e3f68445ef82a810e4", size = 3469487, upload-time = "2026-02-10T19:17:54.549Z" }, - { url = "https://files.pythonhosted.org/packages/e2/fa/a66aa722105ad6a458bebd64086ca2b72cdd361fed31763d20390f6f1389/cryptography-46.0.5-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:4108d4c09fbbf2789d0c926eb4152ae1760d5a2d97612b92d508d96c861e4d31", size = 7170514, upload-time = "2026-02-10T19:17:56.267Z" }, - { url = "https://files.pythonhosted.org/packages/0f/04/c85bdeab78c8bc77b701bf0d9bdcf514c044e18a46dcff330df5448631b0/cryptography-46.0.5-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7d1f30a86d2757199cb2d56e48cce14deddf1f9c95f1ef1b64ee91ea43fe2e18", size = 4275349, upload-time = "2026-02-10T19:17:58.419Z" }, - { url = "https://files.pythonhosted.org/packages/5c/32/9b87132a2f91ee7f5223b091dc963055503e9b442c98fc0b8a5ca765fab0/cryptography-46.0.5-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:039917b0dc418bb9f6edce8a906572d69e74bd330b0b3fea4f79dab7f8ddd235", size = 4420667, upload-time = "2026-02-10T19:18:00.619Z" }, - { url = "https://files.pythonhosted.org/packages/a1/a6/a7cb7010bec4b7c5692ca6f024150371b295ee1c108bdc1c400e4c44562b/cryptography-46.0.5-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:ba2a27ff02f48193fc4daeadf8ad2590516fa3d0adeeb34336b96f7fa64c1e3a", size = 4276980, upload-time = "2026-02-10T19:18:02.379Z" }, - { url = "https://files.pythonhosted.org/packages/8e/7c/c4f45e0eeff9b91e3f12dbd0e165fcf2a38847288fcfd889deea99fb7b6d/cryptography-46.0.5-cp38-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:61aa400dce22cb001a98014f647dc21cda08f7915ceb95df0c9eaf84b4b6af76", size = 4939143, upload-time = "2026-02-10T19:18:03.964Z" }, - { url = "https://files.pythonhosted.org/packages/37/19/e1b8f964a834eddb44fa1b9a9976f4e414cbb7aa62809b6760c8803d22d1/cryptography-46.0.5-cp38-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3ce58ba46e1bc2aac4f7d9290223cead56743fa6ab94a5d53292ffaac6a91614", size = 4453674, upload-time = "2026-02-10T19:18:05.588Z" }, - { url = "https://files.pythonhosted.org/packages/db/ed/db15d3956f65264ca204625597c410d420e26530c4e2943e05a0d2f24d51/cryptography-46.0.5-cp38-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:420d0e909050490d04359e7fdb5ed7e667ca5c3c402b809ae2563d7e66a92229", size = 3978801, upload-time = "2026-02-10T19:18:07.167Z" }, - { url = "https://files.pythonhosted.org/packages/41/e2/df40a31d82df0a70a0daf69791f91dbb70e47644c58581d654879b382d11/cryptography-46.0.5-cp38-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:582f5fcd2afa31622f317f80426a027f30dc792e9c80ffee87b993200ea115f1", size = 4276755, upload-time = "2026-02-10T19:18:09.813Z" }, - { url = "https://files.pythonhosted.org/packages/33/45/726809d1176959f4a896b86907b98ff4391a8aa29c0aaaf9450a8a10630e/cryptography-46.0.5-cp38-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:bfd56bb4b37ed4f330b82402f6f435845a5f5648edf1ad497da51a8452d5d62d", size = 4901539, upload-time = "2026-02-10T19:18:11.263Z" }, - { url = "https://files.pythonhosted.org/packages/99/0f/a3076874e9c88ecb2ecc31382f6e7c21b428ede6f55aafa1aa272613e3cd/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:a3d507bb6a513ca96ba84443226af944b0f7f47dcc9a399d110cd6146481d24c", size = 4452794, upload-time = "2026-02-10T19:18:12.914Z" }, - { url = "https://files.pythonhosted.org/packages/02/ef/ffeb542d3683d24194a38f66ca17c0a4b8bf10631feef44a7ef64e631b1a/cryptography-46.0.5-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:9f16fbdf4da055efb21c22d81b89f155f02ba420558db21288b3d0035bafd5f4", size = 4404160, upload-time = "2026-02-10T19:18:14.375Z" }, - { url = "https://files.pythonhosted.org/packages/96/93/682d2b43c1d5f1406ed048f377c0fc9fc8f7b0447a478d5c65ab3d3a66eb/cryptography-46.0.5-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:ced80795227d70549a411a4ab66e8ce307899fad2220ce5ab2f296e687eacde9", size = 4667123, upload-time = "2026-02-10T19:18:15.886Z" }, - { url = "https://files.pythonhosted.org/packages/45/2d/9c5f2926cb5300a8eefc3f4f0b3f3df39db7f7ce40c8365444c49363cbda/cryptography-46.0.5-cp38-abi3-win32.whl", hash = "sha256:02f547fce831f5096c9a567fd41bc12ca8f11df260959ecc7c3202555cc47a72", size = 3010220, upload-time = "2026-02-10T19:18:17.361Z" }, - { url = "https://files.pythonhosted.org/packages/48/ef/0c2f4a8e31018a986949d34a01115dd057bf536905dca38897bacd21fac3/cryptography-46.0.5-cp38-abi3-win_amd64.whl", hash = "sha256:556e106ee01aa13484ce9b0239bca667be5004efb0aabbed28d353df86445595", size = 3467050, upload-time = "2026-02-10T19:18:18.899Z" }, -] - -[[package]] -name = "cuda-bindings" -version = "13.2.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "cuda-pathfinder", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, -] -wheels = [ - { url = "https://files.pythonhosted.org/packages/52/c8/b2589d68acf7e3d63e2be330b84bc25712e97ed799affbca7edd7eae25d6/cuda_bindings-13.2.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e865447abfb83d6a98ad5130ed3c70b1fc295ae3eeee39fd07b4ddb0671b6788", size = 5722404, upload-time = "2026-03-11T00:12:44.041Z" }, - { url = "https://files.pythonhosted.org/packages/1f/92/f899f7bbb5617bb65ec52a6eac1e9a1447a86b916c4194f8a5001b8cde0c/cuda_bindings-13.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:46d8776a55d6d5da9dd6e9858fba2efcda2abe6743871dee47dd06eb8cb6d955", size = 6320619, upload-time = "2026-03-11T00:12:45.939Z" }, - { url = "https://files.pythonhosted.org/packages/df/93/eef988860a3ca985f82c4f3174fc0cdd94e07331ba9a92e8e064c260337f/cuda_bindings-13.2.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6629ca2df6f795b784752409bcaedbd22a7a651b74b56a165ebc0c9dcbd504d0", size = 5614610, upload-time = "2026-03-11T00:12:50.337Z" }, - { url = "https://files.pythonhosted.org/packages/18/23/6db3aba46864aee357ab2415135b3fe3da7e9f1fa0221fa2a86a5968099c/cuda_bindings-13.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7dca0da053d3b4cc4869eff49c61c03f3c5dbaa0bcd712317a358d5b8f3f385d", size = 6149914, upload-time = "2026-03-11T00:12:52.374Z" }, - { url = "https://files.pythonhosted.org/packages/c0/87/87a014f045b77c6de5c8527b0757fe644417b184e5367db977236a141602/cuda_bindings-13.2.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a6464b30f46692d6c7f65d4a0e0450d81dd29de3afc1bb515653973d01c2cd6e", size = 5685673, upload-time = "2026-03-11T00:12:56.371Z" }, - { url = "https://files.pythonhosted.org/packages/ee/5e/c0fe77a73aaefd3fff25ffaccaac69c5a63eafdf8b9a4c476626ef0ac703/cuda_bindings-13.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f4af9f3e1be603fa12d5ad6cfca7844c9d230befa9792b5abdf7dd79979c3626", size = 6191386, upload-time = "2026-03-11T00:12:58.965Z" }, - { url = "https://files.pythonhosted.org/packages/5f/58/ed2c3b39c8dd5f96aa7a4abef0d47a73932c7a988e30f5fa428f00ed0da1/cuda_bindings-13.2.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:df850a1ff8ce1b3385257b08e47b70e959932f5f432d0a4e46a355962b4e4771", size = 5507469, upload-time = "2026-03-11T00:13:04.063Z" }, - { url = "https://files.pythonhosted.org/packages/1f/01/0c941b112ceeb21439b05895eace78ca1aa2eaaf695c8521a068fd9b4c00/cuda_bindings-13.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e8a16384c6494e5485f39314b0b4afb04bee48d49edb16d5d8593fd35bbd231b", size = 6059693, upload-time = "2026-03-11T00:13:06.003Z" }, -] - -[[package]] -name = "cuda-pathfinder" -version = "1.5.0" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/93/66/0c02bd330e7d976f83fa68583d6198d76f23581bcbb5c0e98a6148f326e5/cuda_pathfinder-1.5.0-py3-none-any.whl", hash = "sha256:498f90a9e9de36044a7924742aecce11c50c49f735f1bc53e05aa46de9ea4110", size = 49739, upload-time = "2026-03-24T21:14:30.869Z" }, -] - -[[package]] -name = "cuda-toolkit" -version = "13.0.2" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/57/b2/453099f5f3b698d7d0eab38916aac44c7f76229f451709e2eb9db6615dcd/cuda_toolkit-13.0.2-py2.py3-none-any.whl", hash = "sha256:b198824cf2f54003f50d64ada3a0f184b42ca0846c1c94192fa269ecd97a66eb", size = 2364, upload-time = "2025-12-19T23:24:07.328Z" }, -] - -[package.optional-dependencies] -cublas = [ - { name = "nvidia-cublas", marker = "sys_platform == 'linux'" }, -] -cudart = [ - { name = "nvidia-cuda-runtime", marker = "sys_platform == 'linux'" }, -] -cufft = [ - { name = "nvidia-cufft", marker = "sys_platform == 'linux'" }, -] -cufile = [ - { name = "nvidia-cufile", marker = "sys_platform == 'linux'" }, -] -cupti = [ - { name = "nvidia-cuda-cupti", marker = "sys_platform == 'linux'" }, -] -curand = [ - { name = "nvidia-curand", marker = "sys_platform == 'linux'" }, -] -cusolver = [ - { name = "nvidia-cusolver", marker = "sys_platform == 'linux'" }, -] -cusparse = [ - { name = "nvidia-cusparse", marker = "sys_platform == 'linux'" }, -] -nvjitlink = [ - { name = "nvidia-nvjitlink", marker = "sys_platform == 'linux'" }, -] -nvrtc = [ - { name = "nvidia-cuda-nvrtc", marker = "sys_platform == 'linux'" }, -] -nvtx = [ - { name = "nvidia-nvtx", marker = "sys_platform == 'linux'" }, -] - -[[package]] -name = "cyclopts" -version = "4.5.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "attrs" }, - { name = "docstring-parser" }, - { name = "rich" }, - { name = "rich-rst" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/a5/16/06e35c217334930ff7c476ce1c8e74ed786fa3ef6742e59a1458e2412290/cyclopts-4.5.3.tar.gz", hash = "sha256:35fa70971204c450d9668646a6ca372eb5fa3070fbe8dd51c5b4b31e65198f2d", size = 162437, upload-time = "2026-02-16T15:07:11.96Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/3a/1f/d8bce383a90d8a6a11033327777afa4d4d611ec11869284adb6f48152906/cyclopts-4.5.3-py3-none-any.whl", hash = "sha256:50af3085bb15d4a6f2582dd383dad5e4ba6a0d4d4c64ee63326d881a752a6919", size = 200231, upload-time = "2026-02-16T15:07:13.045Z" }, -] - -[[package]] -name = "deepagents" -version = "0.5.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "langchain" }, - { name = "langchain-anthropic" }, - { name = "langchain-core" }, - { name = "langchain-google-genai" }, - { name = "langsmith" }, - { name = "wcmatch" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/bd/c5/fbf36ff707f7ad4ff2d1590ba8c3b44622370955c74f0c84e4bb1b101d7d/deepagents-0.5.3.tar.gz", hash = "sha256:cbe63bd482c37d3aef883326f5dde70effcd489e67fc91834ffe7a8769796a5f", size = 122654, upload-time = "2026-04-15T13:06:34.875Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/30/8f/40c91a29e4f094e5a1375e33309a3d0ca2e5204816d1dcdcd41ac38410d8/deepagents-0.5.3-py3-none-any.whl", hash = "sha256:f1f1c968f17a5bfb0a6d588d00c2e83264cdac0faa91f7b522892d5a2bd303cb", size = 138475, upload-time = "2026-04-15T13:06:33.593Z" }, -] - -[[package]] -name = "diskcache" -version = "5.6.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/3f/21/1c1ffc1a039ddcc459db43cc108658f32c57d271d7289a2794e401d0fdb6/diskcache-5.6.3.tar.gz", hash = "sha256:2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc", size = 67916, upload-time = "2023-08-31T06:12:00.316Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/3f/27/4570e78fc0bf5ea0ca45eb1de3818a23787af9b390c0b0a0033a1b8236f9/diskcache-5.6.3-py3-none-any.whl", hash = "sha256:5e31b2d5fbad117cc363ebaf6b689474db18a1f6438bc82358b024abd4c2ca19", size = 45550, upload-time = "2023-08-31T06:11:58.822Z" }, -] - -[[package]] -name = "distro" -version = "1.9.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/fc/f8/98eea607f65de6527f8a2e8885fc8015d3e6f5775df186e443e0964a11c3/distro-1.9.0.tar.gz", hash = "sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed", size = 60722, upload-time = "2023-12-24T09:54:32.31Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2", size = 20277, upload-time = "2023-12-24T09:54:30.421Z" }, -] - -[[package]] -name = "dnspython" -version = "2.8.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/8c/8b/57666417c0f90f08bcafa776861060426765fdb422eb10212086fb811d26/dnspython-2.8.0.tar.gz", hash = "sha256:181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f", size = 368251, upload-time = "2025-09-07T18:58:00.022Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ba/5a/18ad964b0086c6e62e2e7500f7edc89e3faa45033c71c1893d34eed2b2de/dnspython-2.8.0-py3-none-any.whl", hash = "sha256:01d9bbc4a2d76bf0db7c1f729812ded6d912bd318d3b1cf81d30c0f845dbf3af", size = 331094, upload-time = "2025-09-07T18:57:58.071Z" }, -] - -[[package]] -name = "docstring-parser" -version = "0.17.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b2/9d/c3b43da9515bd270df0f80548d9944e389870713cc1fe2b8fb35fe2bcefd/docstring_parser-0.17.0.tar.gz", hash = "sha256:583de4a309722b3315439bb31d64ba3eebada841f2e2cee23b99df001434c912", size = 27442, upload-time = "2025-07-21T07:35:01.868Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/55/e2/2537ebcff11c1ee1ff17d8d0b6f4db75873e3b0fb32c2d4a2ee31ecb310a/docstring_parser-0.17.0-py3-none-any.whl", hash = "sha256:cf2569abd23dce8099b300f9b4fa8191e9582dda731fd533daf54c4551658708", size = 36896, upload-time = "2025-07-21T07:35:00.684Z" }, -] - -[[package]] -name = "docutils" -version = "0.22.4" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ae/b6/03bb70946330e88ffec97aefd3ea75ba575cb2e762061e0e62a213befee8/docutils-0.22.4.tar.gz", hash = "sha256:4db53b1fde9abecbb74d91230d32ab626d94f6badfc575d6db9194a49df29968", size = 2291750, upload-time = "2025-12-18T19:00:26.443Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/02/10/5da547df7a391dcde17f59520a231527b8571e6f46fc8efb02ccb370ab12/docutils-0.22.4-py3-none-any.whl", hash = "sha256:d0013f540772d1420576855455d050a2180186c91c15779301ac2ccb3eeb68de", size = 633196, upload-time = "2025-12-18T19:00:18.077Z" }, -] - -[[package]] -name = "email-validator" -version = "2.3.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "dnspython" }, - { name = "idna" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/f5/22/900cb125c76b7aaa450ce02fd727f452243f2e91a61af068b40adba60ea9/email_validator-2.3.0.tar.gz", hash = "sha256:9fc05c37f2f6cf439ff414f8fc46d917929974a82244c20eb10231ba60c54426", size = 51238, upload-time = "2025-08-26T13:09:06.831Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/de/15/545e2b6cf2e3be84bc1ed85613edd75b8aea69807a71c26f4ca6a9258e82/email_validator-2.3.0-py3-none-any.whl", hash = "sha256:80f13f623413e6b197ae73bb10bf4eb0908faf509ad8362c5edeb0be7fd450b4", size = 35604, upload-time = "2025-08-26T13:09:05.858Z" }, -] - -[[package]] -name = "exceptiongroup" -version = "1.3.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/8a/0e/97c33bf5009bdbac74fd2beace167cab3f978feb69cc36f1ef79360d6c4e/exceptiongroup-1.3.1-py3-none-any.whl", hash = "sha256:a7a39a3bd276781e98394987d3a5701d0c4edffb633bb7a5144577f82c773598", size = 16740, upload-time = "2025-11-21T23:01:53.443Z" }, -] - -[[package]] -name = "fakeredis" -version = "2.34.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "redis" }, - { name = "sortedcontainers" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/d8/44/c403963727d707e03f49a417712b0a23e853d33ae50729679040b6cfe281/fakeredis-2.34.0.tar.gz", hash = "sha256:72bc51a7ab39bedf5004f0cf1b5206822619c1be8c2657fd878d1f4250256c57", size = 177156, upload-time = "2026-02-16T15:56:34.318Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1a/8e/af19c00753c432355f9b76cec3ab0842578de43ba575e82735b18c1b3ec9/fakeredis-2.34.0-py3-none-any.whl", hash = "sha256:bc45d362c6cc3a537f8287372d8ea532538dfbe7f5d635d0905d7b3464ec51d2", size = 122063, upload-time = "2026-02-16T15:56:21.227Z" }, -] - -[package.optional-dependencies] -lua = [ - { name = "lupa" }, -] - -[[package]] -name = "fastmcp" -version = "2.14.5" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "authlib" }, - { name = "cyclopts" }, - { name = "exceptiongroup" }, - { name = "httpx" }, - { name = "jsonref" }, - { name = "jsonschema-path" }, - { name = "mcp" }, - { name = "openapi-pydantic" }, - { name = "packaging" }, - { name = "platformdirs" }, - { name = "py-key-value-aio", extra = ["disk", "keyring", "memory"] }, - { name = "pydantic", extra = ["email"] }, - { name = "pydocket" }, - { name = "pyperclip" }, - { name = "python-dotenv" }, - { name = "rich" }, - { name = "uvicorn" }, - { name = "websockets" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/3b/32/982678d44f13849530a74ab101ed80e060c2ee6cf87471f062dcf61705fd/fastmcp-2.14.5.tar.gz", hash = "sha256:38944dc582c541d55357082bda2241cedb42cd3a78faea8a9d6a2662c62a42d7", size = 8296329, upload-time = "2026-02-03T15:35:21.005Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e5/c1/1a35ec68ff76ea8443aa115b18bcdee748a4ada2124537ee90522899ff9f/fastmcp-2.14.5-py3-none-any.whl", hash = "sha256:d81e8ec813f5089d3624bec93944beaefa86c0c3a4ef1111cbef676a761ebccf", size = 417784, upload-time = "2026-02-03T15:35:18.489Z" }, -] - -[[package]] -name = "fastuuid" -version = "0.14.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/c3/7d/d9daedf0f2ebcacd20d599928f8913e9d2aea1d56d2d355a93bfa2b611d7/fastuuid-0.14.0.tar.gz", hash = "sha256:178947fc2f995b38497a74172adee64fdeb8b7ec18f2a5934d037641ba265d26", size = 18232, upload-time = "2025-10-19T22:19:22.402Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/02/a2/e78fcc5df65467f0d207661b7ef86c5b7ac62eea337c0c0fcedbeee6fb13/fastuuid-0.14.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:77e94728324b63660ebf8adb27055e92d2e4611645bf12ed9d88d30486471d0a", size = 510164, upload-time = "2025-10-19T22:31:45.635Z" }, - { url = "https://files.pythonhosted.org/packages/2b/b3/c846f933f22f581f558ee63f81f29fa924acd971ce903dab1a9b6701816e/fastuuid-0.14.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:caa1f14d2102cb8d353096bc6ef6c13b2c81f347e6ab9d6fbd48b9dea41c153d", size = 261837, upload-time = "2025-10-19T22:38:38.53Z" }, - { url = "https://files.pythonhosted.org/packages/54/ea/682551030f8c4fa9a769d9825570ad28c0c71e30cf34020b85c1f7ee7382/fastuuid-0.14.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d23ef06f9e67163be38cece704170486715b177f6baae338110983f99a72c070", size = 251370, upload-time = "2025-10-19T22:40:26.07Z" }, - { url = "https://files.pythonhosted.org/packages/14/dd/5927f0a523d8e6a76b70968e6004966ee7df30322f5fc9b6cdfb0276646a/fastuuid-0.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0c9ec605ace243b6dbe3bd27ebdd5d33b00d8d1d3f580b39fdd15cd96fd71796", size = 277766, upload-time = "2025-10-19T22:37:23.779Z" }, - { url = "https://files.pythonhosted.org/packages/16/6e/c0fb547eef61293153348f12e0f75a06abb322664b34a1573a7760501336/fastuuid-0.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:808527f2407f58a76c916d6aa15d58692a4a019fdf8d4c32ac7ff303b7d7af09", size = 278105, upload-time = "2025-10-19T22:26:56.821Z" }, - { url = "https://files.pythonhosted.org/packages/2d/b1/b9c75e03b768f61cf2e84ee193dc18601aeaf89a4684b20f2f0e9f52b62c/fastuuid-0.14.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2fb3c0d7fef6674bbeacdd6dbd386924a7b60b26de849266d1ff6602937675c8", size = 301564, upload-time = "2025-10-19T22:30:31.604Z" }, - { url = "https://files.pythonhosted.org/packages/fc/fa/f7395fdac07c7a54f18f801744573707321ca0cee082e638e36452355a9d/fastuuid-0.14.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:ab3f5d36e4393e628a4df337c2c039069344db5f4b9d2a3c9cea48284f1dd741", size = 459659, upload-time = "2025-10-19T22:31:32.341Z" }, - { url = "https://files.pythonhosted.org/packages/66/49/c9fd06a4a0b1f0f048aacb6599e7d96e5d6bc6fa680ed0d46bf111929d1b/fastuuid-0.14.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:b9a0ca4f03b7e0b01425281ffd44e99d360e15c895f1907ca105854ed85e2057", size = 478430, upload-time = "2025-10-19T22:26:22.962Z" }, - { url = "https://files.pythonhosted.org/packages/be/9c/909e8c95b494e8e140e8be6165d5fc3f61fdc46198c1554df7b3e1764471/fastuuid-0.14.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:3acdf655684cc09e60fb7e4cf524e8f42ea760031945aa8086c7eae2eeeabeb8", size = 450894, upload-time = "2025-10-19T22:27:01.647Z" }, - { url = "https://files.pythonhosted.org/packages/90/eb/d29d17521976e673c55ef7f210d4cdd72091a9ec6755d0fd4710d9b3c871/fastuuid-0.14.0-cp312-cp312-win32.whl", hash = "sha256:9579618be6280700ae36ac42c3efd157049fe4dd40ca49b021280481c78c3176", size = 154374, upload-time = "2025-10-19T22:29:19.879Z" }, - { url = "https://files.pythonhosted.org/packages/cc/fc/f5c799a6ea6d877faec0472d0b27c079b47c86b1cdc577720a5386483b36/fastuuid-0.14.0-cp312-cp312-win_amd64.whl", hash = "sha256:d9e4332dc4ba054434a9594cbfaf7823b57993d7d8e7267831c3e059857cf397", size = 156550, upload-time = "2025-10-19T22:27:49.658Z" }, - { url = "https://files.pythonhosted.org/packages/a5/83/ae12dd39b9a39b55d7f90abb8971f1a5f3c321fd72d5aa83f90dc67fe9ed/fastuuid-0.14.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:77a09cb7427e7af74c594e409f7731a0cf887221de2f698e1ca0ebf0f3139021", size = 510720, upload-time = "2025-10-19T22:42:34.633Z" }, - { url = "https://files.pythonhosted.org/packages/53/b0/a4b03ff5d00f563cc7546b933c28cb3f2a07344b2aec5834e874f7d44143/fastuuid-0.14.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:9bd57289daf7b153bfa3e8013446aa144ce5e8c825e9e366d455155ede5ea2dc", size = 262024, upload-time = "2025-10-19T22:30:25.482Z" }, - { url = "https://files.pythonhosted.org/packages/9c/6d/64aee0a0f6a58eeabadd582e55d0d7d70258ffdd01d093b30c53d668303b/fastuuid-0.14.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ac60fc860cdf3c3f327374db87ab8e064c86566ca8c49d2e30df15eda1b0c2d5", size = 251679, upload-time = "2025-10-19T22:36:14.096Z" }, - { url = "https://files.pythonhosted.org/packages/60/f5/a7e9cda8369e4f7919d36552db9b2ae21db7915083bc6336f1b0082c8b2e/fastuuid-0.14.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ab32f74bd56565b186f036e33129da77db8be09178cd2f5206a5d4035fb2a23f", size = 277862, upload-time = "2025-10-19T22:36:23.302Z" }, - { url = "https://files.pythonhosted.org/packages/f0/d3/8ce11827c783affffd5bd4d6378b28eb6cc6d2ddf41474006b8d62e7448e/fastuuid-0.14.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:33e678459cf4addaedd9936bbb038e35b3f6b2061330fd8f2f6a1d80414c0f87", size = 278278, upload-time = "2025-10-19T22:29:43.809Z" }, - { url = "https://files.pythonhosted.org/packages/a2/51/680fb6352d0bbade04036da46264a8001f74b7484e2fd1f4da9e3db1c666/fastuuid-0.14.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1e3cc56742f76cd25ecb98e4b82a25f978ccffba02e4bdce8aba857b6d85d87b", size = 301788, upload-time = "2025-10-19T22:36:06.825Z" }, - { url = "https://files.pythonhosted.org/packages/fa/7c/2014b5785bd8ebdab04ec857635ebd84d5ee4950186a577db9eff0fb8ff6/fastuuid-0.14.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:cb9a030f609194b679e1660f7e32733b7a0f332d519c5d5a6a0a580991290022", size = 459819, upload-time = "2025-10-19T22:35:31.623Z" }, - { url = "https://files.pythonhosted.org/packages/01/d2/524d4ceeba9160e7a9bc2ea3e8f4ccf1ad78f3bde34090ca0c51f09a5e91/fastuuid-0.14.0-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:09098762aad4f8da3a888eb9ae01c84430c907a297b97166b8abc07b640f2995", size = 478546, upload-time = "2025-10-19T22:26:03.023Z" }, - { url = "https://files.pythonhosted.org/packages/bc/17/354d04951ce114bf4afc78e27a18cfbd6ee319ab1829c2d5fb5e94063ac6/fastuuid-0.14.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:1383fff584fa249b16329a059c68ad45d030d5a4b70fb7c73a08d98fd53bcdab", size = 450921, upload-time = "2025-10-19T22:31:02.151Z" }, - { url = "https://files.pythonhosted.org/packages/fb/be/d7be8670151d16d88f15bb121c5b66cdb5ea6a0c2a362d0dcf30276ade53/fastuuid-0.14.0-cp313-cp313-win32.whl", hash = "sha256:a0809f8cc5731c066c909047f9a314d5f536c871a7a22e815cc4967c110ac9ad", size = 154559, upload-time = "2025-10-19T22:36:36.011Z" }, - { url = "https://files.pythonhosted.org/packages/22/1d/5573ef3624ceb7abf4a46073d3554e37191c868abc3aecd5289a72f9810a/fastuuid-0.14.0-cp313-cp313-win_amd64.whl", hash = "sha256:0df14e92e7ad3276327631c9e7cec09e32572ce82089c55cb1bb8df71cf394ed", size = 156539, upload-time = "2025-10-19T22:33:35.898Z" }, - { url = "https://files.pythonhosted.org/packages/16/c9/8c7660d1fe3862e3f8acabd9be7fc9ad71eb270f1c65cce9a2b7a31329ab/fastuuid-0.14.0-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:b852a870a61cfc26c884af205d502881a2e59cc07076b60ab4a951cc0c94d1ad", size = 510600, upload-time = "2025-10-19T22:43:44.17Z" }, - { url = "https://files.pythonhosted.org/packages/4c/f4/a989c82f9a90d0ad995aa957b3e572ebef163c5299823b4027986f133dfb/fastuuid-0.14.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:c7502d6f54cd08024c3ea9b3514e2d6f190feb2f46e6dbcd3747882264bb5f7b", size = 262069, upload-time = "2025-10-19T22:43:38.38Z" }, - { url = "https://files.pythonhosted.org/packages/da/6c/a1a24f73574ac995482b1326cf7ab41301af0fabaa3e37eeb6b3df00e6e2/fastuuid-0.14.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1ca61b592120cf314cfd66e662a5b54a578c5a15b26305e1b8b618a6f22df714", size = 251543, upload-time = "2025-10-19T22:32:22.537Z" }, - { url = "https://files.pythonhosted.org/packages/1a/20/2a9b59185ba7a6c7b37808431477c2d739fcbdabbf63e00243e37bd6bf49/fastuuid-0.14.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aa75b6657ec129d0abded3bec745e6f7ab642e6dba3a5272a68247e85f5f316f", size = 277798, upload-time = "2025-10-19T22:33:53.821Z" }, - { url = "https://files.pythonhosted.org/packages/ef/33/4105ca574f6ded0af6a797d39add041bcfb468a1255fbbe82fcb6f592da2/fastuuid-0.14.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a8a0dfea3972200f72d4c7df02c8ac70bad1bb4c58d7e0ec1e6f341679073a7f", size = 278283, upload-time = "2025-10-19T22:29:02.812Z" }, - { url = "https://files.pythonhosted.org/packages/fe/8c/fca59f8e21c4deb013f574eae05723737ddb1d2937ce87cb2a5d20992dc3/fastuuid-0.14.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1bf539a7a95f35b419f9ad105d5a8a35036df35fdafae48fb2fd2e5f318f0d75", size = 301627, upload-time = "2025-10-19T22:35:54.985Z" }, - { url = "https://files.pythonhosted.org/packages/cb/e2/f78c271b909c034d429218f2798ca4e89eeda7983f4257d7865976ddbb6c/fastuuid-0.14.0-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:9a133bf9cc78fdbd1179cb58a59ad0100aa32d8675508150f3658814aeefeaa4", size = 459778, upload-time = "2025-10-19T22:28:00.999Z" }, - { url = "https://files.pythonhosted.org/packages/1e/f0/5ff209d865897667a2ff3e7a572267a9ced8f7313919f6d6043aed8b1caa/fastuuid-0.14.0-cp314-cp314-musllinux_1_1_i686.whl", hash = "sha256:f54d5b36c56a2d5e1a31e73b950b28a0d83eb0c37b91d10408875a5a29494bad", size = 478605, upload-time = "2025-10-19T22:36:21.764Z" }, - { url = "https://files.pythonhosted.org/packages/e0/c8/2ce1c78f983a2c4987ea865d9516dbdfb141a120fd3abb977ae6f02ba7ca/fastuuid-0.14.0-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:ec27778c6ca3393ef662e2762dba8af13f4ec1aaa32d08d77f71f2a70ae9feb8", size = 450837, upload-time = "2025-10-19T22:34:37.178Z" }, - { url = "https://files.pythonhosted.org/packages/df/60/dad662ec9a33b4a5fe44f60699258da64172c39bd041da2994422cdc40fe/fastuuid-0.14.0-cp314-cp314-win32.whl", hash = "sha256:e23fc6a83f112de4be0cc1990e5b127c27663ae43f866353166f87df58e73d06", size = 154532, upload-time = "2025-10-19T22:35:18.217Z" }, - { url = "https://files.pythonhosted.org/packages/1f/f6/da4db31001e854025ffd26bc9ba0740a9cbba2c3259695f7c5834908b336/fastuuid-0.14.0-cp314-cp314-win_amd64.whl", hash = "sha256:df61342889d0f5e7a32f7284e55ef95103f2110fee433c2ae7c2c0956d76ac8a", size = 156457, upload-time = "2025-10-19T22:33:44.579Z" }, -] - -[[package]] -name = "filelock" -version = "3.24.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/73/92/a8e2479937ff39185d20dd6a851c1a63e55849e447a55e798cc2e1f49c65/filelock-3.24.3.tar.gz", hash = "sha256:011a5644dc937c22699943ebbfc46e969cdde3e171470a6e40b9533e5a72affa", size = 37935, upload-time = "2026-02-19T00:48:20.543Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9c/0f/5d0c71a1aefeb08efff26272149e07ab922b64f46c63363756224bd6872e/filelock-3.24.3-py3-none-any.whl", hash = "sha256:426e9a4660391f7f8a810d71b0555bce9008b0a1cc342ab1f6947d37639e002d", size = 24331, upload-time = "2026-02-19T00:48:18.465Z" }, -] - -[[package]] -name = "filetype" -version = "1.2.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/bb/29/745f7d30d47fe0f251d3ad3dc2978a23141917661998763bebb6da007eb1/filetype-1.2.0.tar.gz", hash = "sha256:66b56cd6474bf41d8c54660347d37afcc3f7d1970648de365c102ef77548aadb", size = 998020, upload-time = "2022-11-02T17:34:04.141Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/18/79/1b8fa1bb3568781e84c9200f951c735f3f157429f44be0495da55894d620/filetype-1.2.0-py2.py3-none-any.whl", hash = "sha256:7ce71b6880181241cf7ac8697a2f1eb6a8bd9b429f7ad6d27b8db9ba5f1c2d25", size = 19970, upload-time = "2022-11-02T17:34:01.425Z" }, -] - -[[package]] -name = "frozenlist" -version = "1.8.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/2d/f5/c831fac6cc817d26fd54c7eaccd04ef7e0288806943f7cc5bbf69f3ac1f0/frozenlist-1.8.0.tar.gz", hash = "sha256:3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad", size = 45875, upload-time = "2025-10-06T05:38:17.865Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/69/29/948b9aa87e75820a38650af445d2ef2b6b8a6fab1a23b6bb9e4ef0be2d59/frozenlist-1.8.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:78f7b9e5d6f2fdb88cdde9440dc147259b62b9d3b019924def9f6478be254ac1", size = 87782, upload-time = "2025-10-06T05:36:06.649Z" }, - { url = "https://files.pythonhosted.org/packages/64/80/4f6e318ee2a7c0750ed724fa33a4bdf1eacdc5a39a7a24e818a773cd91af/frozenlist-1.8.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:229bf37d2e4acdaf808fd3f06e854a4a7a3661e871b10dc1f8f1896a3b05f18b", size = 50594, upload-time = "2025-10-06T05:36:07.69Z" }, - { url = "https://files.pythonhosted.org/packages/2b/94/5c8a2b50a496b11dd519f4a24cb5496cf125681dd99e94c604ccdea9419a/frozenlist-1.8.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f833670942247a14eafbb675458b4e61c82e002a148f49e68257b79296e865c4", size = 50448, upload-time = "2025-10-06T05:36:08.78Z" }, - { url = "https://files.pythonhosted.org/packages/6a/bd/d91c5e39f490a49df14320f4e8c80161cfcce09f1e2cde1edd16a551abb3/frozenlist-1.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:494a5952b1c597ba44e0e78113a7266e656b9794eec897b19ead706bd7074383", size = 242411, upload-time = "2025-10-06T05:36:09.801Z" }, - { url = "https://files.pythonhosted.org/packages/8f/83/f61505a05109ef3293dfb1ff594d13d64a2324ac3482be2cedc2be818256/frozenlist-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:96f423a119f4777a4a056b66ce11527366a8bb92f54e541ade21f2374433f6d4", size = 243014, upload-time = "2025-10-06T05:36:11.394Z" }, - { url = "https://files.pythonhosted.org/packages/d8/cb/cb6c7b0f7d4023ddda30cf56b8b17494eb3a79e3fda666bf735f63118b35/frozenlist-1.8.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3462dd9475af2025c31cc61be6652dfa25cbfb56cbbf52f4ccfe029f38decaf8", size = 234909, upload-time = "2025-10-06T05:36:12.598Z" }, - { url = "https://files.pythonhosted.org/packages/31/c5/cd7a1f3b8b34af009fb17d4123c5a778b44ae2804e3ad6b86204255f9ec5/frozenlist-1.8.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4c800524c9cd9bac5166cd6f55285957fcfc907db323e193f2afcd4d9abd69b", size = 250049, upload-time = "2025-10-06T05:36:14.065Z" }, - { url = "https://files.pythonhosted.org/packages/c0/01/2f95d3b416c584a1e7f0e1d6d31998c4a795f7544069ee2e0962a4b60740/frozenlist-1.8.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d6a5df73acd3399d893dafc71663ad22534b5aa4f94e8a2fabfe856c3c1b6a52", size = 256485, upload-time = "2025-10-06T05:36:15.39Z" }, - { url = "https://files.pythonhosted.org/packages/ce/03/024bf7720b3abaebcff6d0793d73c154237b85bdf67b7ed55e5e9596dc9a/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:405e8fe955c2280ce66428b3ca55e12b3c4e9c336fb2103a4937e891c69a4a29", size = 237619, upload-time = "2025-10-06T05:36:16.558Z" }, - { url = "https://files.pythonhosted.org/packages/69/fa/f8abdfe7d76b731f5d8bd217827cf6764d4f1d9763407e42717b4bed50a0/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:908bd3f6439f2fef9e85031b59fd4f1297af54415fb60e4254a95f75b3cab3f3", size = 250320, upload-time = "2025-10-06T05:36:17.821Z" }, - { url = "https://files.pythonhosted.org/packages/f5/3c/b051329f718b463b22613e269ad72138cc256c540f78a6de89452803a47d/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:294e487f9ec720bd8ffcebc99d575f7eff3568a08a253d1ee1a0378754b74143", size = 246820, upload-time = "2025-10-06T05:36:19.046Z" }, - { url = "https://files.pythonhosted.org/packages/0f/ae/58282e8f98e444b3f4dd42448ff36fa38bef29e40d40f330b22e7108f565/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:74c51543498289c0c43656701be6b077f4b265868fa7f8a8859c197006efb608", size = 250518, upload-time = "2025-10-06T05:36:20.763Z" }, - { url = "https://files.pythonhosted.org/packages/8f/96/007e5944694d66123183845a106547a15944fbbb7154788cbf7272789536/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:776f352e8329135506a1d6bf16ac3f87bc25b28e765949282dcc627af36123aa", size = 239096, upload-time = "2025-10-06T05:36:22.129Z" }, - { url = "https://files.pythonhosted.org/packages/66/bb/852b9d6db2fa40be96f29c0d1205c306288f0684df8fd26ca1951d461a56/frozenlist-1.8.0-cp312-cp312-win32.whl", hash = "sha256:433403ae80709741ce34038da08511d4a77062aa924baf411ef73d1146e74faf", size = 39985, upload-time = "2025-10-06T05:36:23.661Z" }, - { url = "https://files.pythonhosted.org/packages/b8/af/38e51a553dd66eb064cdf193841f16f077585d4d28394c2fa6235cb41765/frozenlist-1.8.0-cp312-cp312-win_amd64.whl", hash = "sha256:34187385b08f866104f0c0617404c8eb08165ab1272e884abc89c112e9c00746", size = 44591, upload-time = "2025-10-06T05:36:24.958Z" }, - { url = "https://files.pythonhosted.org/packages/a7/06/1dc65480ab147339fecc70797e9c2f69d9cea9cf38934ce08df070fdb9cb/frozenlist-1.8.0-cp312-cp312-win_arm64.whl", hash = "sha256:fe3c58d2f5db5fbd18c2987cba06d51b0529f52bc3a6cdc33d3f4eab725104bd", size = 40102, upload-time = "2025-10-06T05:36:26.333Z" }, - { url = "https://files.pythonhosted.org/packages/2d/40/0832c31a37d60f60ed79e9dfb5a92e1e2af4f40a16a29abcc7992af9edff/frozenlist-1.8.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8d92f1a84bb12d9e56f818b3a746f3efba93c1b63c8387a73dde655e1e42282a", size = 85717, upload-time = "2025-10-06T05:36:27.341Z" }, - { url = "https://files.pythonhosted.org/packages/30/ba/b0b3de23f40bc55a7057bd38434e25c34fa48e17f20ee273bbde5e0650f3/frozenlist-1.8.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:96153e77a591c8adc2ee805756c61f59fef4cf4073a9275ee86fe8cba41241f7", size = 49651, upload-time = "2025-10-06T05:36:28.855Z" }, - { url = "https://files.pythonhosted.org/packages/0c/ab/6e5080ee374f875296c4243c381bbdef97a9ac39c6e3ce1d5f7d42cb78d6/frozenlist-1.8.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f21f00a91358803399890ab167098c131ec2ddd5f8f5fd5fe9c9f2c6fcd91e40", size = 49417, upload-time = "2025-10-06T05:36:29.877Z" }, - { url = "https://files.pythonhosted.org/packages/d5/4e/e4691508f9477ce67da2015d8c00acd751e6287739123113a9fca6f1604e/frozenlist-1.8.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:fb30f9626572a76dfe4293c7194a09fb1fe93ba94c7d4f720dfae3b646b45027", size = 234391, upload-time = "2025-10-06T05:36:31.301Z" }, - { url = "https://files.pythonhosted.org/packages/40/76/c202df58e3acdf12969a7895fd6f3bc016c642e6726aa63bd3025e0fc71c/frozenlist-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eaa352d7047a31d87dafcacbabe89df0aa506abb5b1b85a2fb91bc3faa02d822", size = 233048, upload-time = "2025-10-06T05:36:32.531Z" }, - { url = "https://files.pythonhosted.org/packages/f9/c0/8746afb90f17b73ca5979c7a3958116e105ff796e718575175319b5bb4ce/frozenlist-1.8.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:03ae967b4e297f58f8c774c7eabcce57fe3c2434817d4385c50661845a058121", size = 226549, upload-time = "2025-10-06T05:36:33.706Z" }, - { url = "https://files.pythonhosted.org/packages/7e/eb/4c7eefc718ff72f9b6c4893291abaae5fbc0c82226a32dcd8ef4f7a5dbef/frozenlist-1.8.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f6292f1de555ffcc675941d65fffffb0a5bcd992905015f85d0592201793e0e5", size = 239833, upload-time = "2025-10-06T05:36:34.947Z" }, - { url = "https://files.pythonhosted.org/packages/c2/4e/e5c02187cf704224f8b21bee886f3d713ca379535f16893233b9d672ea71/frozenlist-1.8.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:29548f9b5b5e3460ce7378144c3010363d8035cea44bc0bf02d57f5a685e084e", size = 245363, upload-time = "2025-10-06T05:36:36.534Z" }, - { url = "https://files.pythonhosted.org/packages/1f/96/cb85ec608464472e82ad37a17f844889c36100eed57bea094518bf270692/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ec3cc8c5d4084591b4237c0a272cc4f50a5b03396a47d9caaf76f5d7b38a4f11", size = 229314, upload-time = "2025-10-06T05:36:38.582Z" }, - { url = "https://files.pythonhosted.org/packages/5d/6f/4ae69c550e4cee66b57887daeebe006fe985917c01d0fff9caab9883f6d0/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:517279f58009d0b1f2e7c1b130b377a349405da3f7621ed6bfae50b10adf20c1", size = 243365, upload-time = "2025-10-06T05:36:40.152Z" }, - { url = "https://files.pythonhosted.org/packages/7a/58/afd56de246cf11780a40a2c28dc7cbabbf06337cc8ddb1c780a2d97e88d8/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:db1e72ede2d0d7ccb213f218df6a078a9c09a7de257c2fe8fcef16d5925230b1", size = 237763, upload-time = "2025-10-06T05:36:41.355Z" }, - { url = "https://files.pythonhosted.org/packages/cb/36/cdfaf6ed42e2644740d4a10452d8e97fa1c062e2a8006e4b09f1b5fd7d63/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:b4dec9482a65c54a5044486847b8a66bf10c9cb4926d42927ec4e8fd5db7fed8", size = 240110, upload-time = "2025-10-06T05:36:42.716Z" }, - { url = "https://files.pythonhosted.org/packages/03/a8/9ea226fbefad669f11b52e864c55f0bd57d3c8d7eb07e9f2e9a0b39502e1/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:21900c48ae04d13d416f0e1e0c4d81f7931f73a9dfa0b7a8746fb2fe7dd970ed", size = 233717, upload-time = "2025-10-06T05:36:44.251Z" }, - { url = "https://files.pythonhosted.org/packages/1e/0b/1b5531611e83ba7d13ccc9988967ea1b51186af64c42b7a7af465dcc9568/frozenlist-1.8.0-cp313-cp313-win32.whl", hash = "sha256:8b7b94a067d1c504ee0b16def57ad5738701e4ba10cec90529f13fa03c833496", size = 39628, upload-time = "2025-10-06T05:36:45.423Z" }, - { url = "https://files.pythonhosted.org/packages/d8/cf/174c91dbc9cc49bc7b7aab74d8b734e974d1faa8f191c74af9b7e80848e6/frozenlist-1.8.0-cp313-cp313-win_amd64.whl", hash = "sha256:878be833caa6a3821caf85eb39c5ba92d28e85df26d57afb06b35b2efd937231", size = 43882, upload-time = "2025-10-06T05:36:46.796Z" }, - { url = "https://files.pythonhosted.org/packages/c1/17/502cd212cbfa96eb1388614fe39a3fc9ab87dbbe042b66f97acb57474834/frozenlist-1.8.0-cp313-cp313-win_arm64.whl", hash = "sha256:44389d135b3ff43ba8cc89ff7f51f5a0bb6b63d829c8300f79a2fe4fe61bcc62", size = 39676, upload-time = "2025-10-06T05:36:47.8Z" }, - { url = "https://files.pythonhosted.org/packages/d2/5c/3bbfaa920dfab09e76946a5d2833a7cbdf7b9b4a91c714666ac4855b88b4/frozenlist-1.8.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:e25ac20a2ef37e91c1b39938b591457666a0fa835c7783c3a8f33ea42870db94", size = 89235, upload-time = "2025-10-06T05:36:48.78Z" }, - { url = "https://files.pythonhosted.org/packages/d2/d6/f03961ef72166cec1687e84e8925838442b615bd0b8854b54923ce5b7b8a/frozenlist-1.8.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:07cdca25a91a4386d2e76ad992916a85038a9b97561bf7a3fd12d5d9ce31870c", size = 50742, upload-time = "2025-10-06T05:36:49.837Z" }, - { url = "https://files.pythonhosted.org/packages/1e/bb/a6d12b7ba4c3337667d0e421f7181c82dda448ce4e7ad7ecd249a16fa806/frozenlist-1.8.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4e0c11f2cc6717e0a741f84a527c52616140741cd812a50422f83dc31749fb52", size = 51725, upload-time = "2025-10-06T05:36:50.851Z" }, - { url = "https://files.pythonhosted.org/packages/bc/71/d1fed0ffe2c2ccd70b43714c6cab0f4188f09f8a67a7914a6b46ee30f274/frozenlist-1.8.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b3210649ee28062ea6099cfda39e147fa1bc039583c8ee4481cb7811e2448c51", size = 284533, upload-time = "2025-10-06T05:36:51.898Z" }, - { url = "https://files.pythonhosted.org/packages/c9/1f/fb1685a7b009d89f9bf78a42d94461bc06581f6e718c39344754a5d9bada/frozenlist-1.8.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:581ef5194c48035a7de2aefc72ac6539823bb71508189e5de01d60c9dcd5fa65", size = 292506, upload-time = "2025-10-06T05:36:53.101Z" }, - { url = "https://files.pythonhosted.org/packages/e6/3b/b991fe1612703f7e0d05c0cf734c1b77aaf7c7d321df4572e8d36e7048c8/frozenlist-1.8.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3ef2d026f16a2b1866e1d86fc4e1291e1ed8a387b2c333809419a2f8b3a77b82", size = 274161, upload-time = "2025-10-06T05:36:54.309Z" }, - { url = "https://files.pythonhosted.org/packages/ca/ec/c5c618767bcdf66e88945ec0157d7f6c4a1322f1473392319b7a2501ded7/frozenlist-1.8.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5500ef82073f599ac84d888e3a8c1f77ac831183244bfd7f11eaa0289fb30714", size = 294676, upload-time = "2025-10-06T05:36:55.566Z" }, - { url = "https://files.pythonhosted.org/packages/7c/ce/3934758637d8f8a88d11f0585d6495ef54b2044ed6ec84492a91fa3b27aa/frozenlist-1.8.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:50066c3997d0091c411a66e710f4e11752251e6d2d73d70d8d5d4c76442a199d", size = 300638, upload-time = "2025-10-06T05:36:56.758Z" }, - { url = "https://files.pythonhosted.org/packages/fc/4f/a7e4d0d467298f42de4b41cbc7ddaf19d3cfeabaf9ff97c20c6c7ee409f9/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:5c1c8e78426e59b3f8005e9b19f6ff46e5845895adbde20ece9218319eca6506", size = 283067, upload-time = "2025-10-06T05:36:57.965Z" }, - { url = "https://files.pythonhosted.org/packages/dc/48/c7b163063d55a83772b268e6d1affb960771b0e203b632cfe09522d67ea5/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:eefdba20de0d938cec6a89bd4d70f346a03108a19b9df4248d3cf0d88f1b0f51", size = 292101, upload-time = "2025-10-06T05:36:59.237Z" }, - { url = "https://files.pythonhosted.org/packages/9f/d0/2366d3c4ecdc2fd391e0afa6e11500bfba0ea772764d631bbf82f0136c9d/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:cf253e0e1c3ceb4aaff6df637ce033ff6535fb8c70a764a8f46aafd3d6ab798e", size = 289901, upload-time = "2025-10-06T05:37:00.811Z" }, - { url = "https://files.pythonhosted.org/packages/b8/94/daff920e82c1b70e3618a2ac39fbc01ae3e2ff6124e80739ce5d71c9b920/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:032efa2674356903cd0261c4317a561a6850f3ac864a63fc1583147fb05a79b0", size = 289395, upload-time = "2025-10-06T05:37:02.115Z" }, - { url = "https://files.pythonhosted.org/packages/e3/20/bba307ab4235a09fdcd3cc5508dbabd17c4634a1af4b96e0f69bfe551ebd/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6da155091429aeba16851ecb10a9104a108bcd32f6c1642867eadaee401c1c41", size = 283659, upload-time = "2025-10-06T05:37:03.711Z" }, - { url = "https://files.pythonhosted.org/packages/fd/00/04ca1c3a7a124b6de4f8a9a17cc2fcad138b4608e7a3fc5877804b8715d7/frozenlist-1.8.0-cp313-cp313t-win32.whl", hash = "sha256:0f96534f8bfebc1a394209427d0f8a63d343c9779cda6fc25e8e121b5fd8555b", size = 43492, upload-time = "2025-10-06T05:37:04.915Z" }, - { url = "https://files.pythonhosted.org/packages/59/5e/c69f733a86a94ab10f68e496dc6b7e8bc078ebb415281d5698313e3af3a1/frozenlist-1.8.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5d63a068f978fc69421fb0e6eb91a9603187527c86b7cd3f534a5b77a592b888", size = 48034, upload-time = "2025-10-06T05:37:06.343Z" }, - { url = "https://files.pythonhosted.org/packages/16/6c/be9d79775d8abe79b05fa6d23da99ad6e7763a1d080fbae7290b286093fd/frozenlist-1.8.0-cp313-cp313t-win_arm64.whl", hash = "sha256:bf0a7e10b077bf5fb9380ad3ae8ce20ef919a6ad93b4552896419ac7e1d8e042", size = 41749, upload-time = "2025-10-06T05:37:07.431Z" }, - { url = "https://files.pythonhosted.org/packages/f1/c8/85da824b7e7b9b6e7f7705b2ecaf9591ba6f79c1177f324c2735e41d36a2/frozenlist-1.8.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:cee686f1f4cadeb2136007ddedd0aaf928ab95216e7691c63e50a8ec066336d0", size = 86127, upload-time = "2025-10-06T05:37:08.438Z" }, - { url = "https://files.pythonhosted.org/packages/8e/e8/a1185e236ec66c20afd72399522f142c3724c785789255202d27ae992818/frozenlist-1.8.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:119fb2a1bd47307e899c2fac7f28e85b9a543864df47aa7ec9d3c1b4545f096f", size = 49698, upload-time = "2025-10-06T05:37:09.48Z" }, - { url = "https://files.pythonhosted.org/packages/a1/93/72b1736d68f03fda5fdf0f2180fb6caaae3894f1b854d006ac61ecc727ee/frozenlist-1.8.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:4970ece02dbc8c3a92fcc5228e36a3e933a01a999f7094ff7c23fbd2beeaa67c", size = 49749, upload-time = "2025-10-06T05:37:10.569Z" }, - { url = "https://files.pythonhosted.org/packages/a7/b2/fabede9fafd976b991e9f1b9c8c873ed86f202889b864756f240ce6dd855/frozenlist-1.8.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:cba69cb73723c3f329622e34bdbf5ce1f80c21c290ff04256cff1cd3c2036ed2", size = 231298, upload-time = "2025-10-06T05:37:11.993Z" }, - { url = "https://files.pythonhosted.org/packages/3a/3b/d9b1e0b0eed36e70477ffb8360c49c85c8ca8ef9700a4e6711f39a6e8b45/frozenlist-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:778a11b15673f6f1df23d9586f83c4846c471a8af693a22e066508b77d201ec8", size = 232015, upload-time = "2025-10-06T05:37:13.194Z" }, - { url = "https://files.pythonhosted.org/packages/dc/94/be719d2766c1138148564a3960fc2c06eb688da592bdc25adcf856101be7/frozenlist-1.8.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:0325024fe97f94c41c08872db482cf8ac4800d80e79222c6b0b7b162d5b13686", size = 225038, upload-time = "2025-10-06T05:37:14.577Z" }, - { url = "https://files.pythonhosted.org/packages/e4/09/6712b6c5465f083f52f50cf74167b92d4ea2f50e46a9eea0523d658454ae/frozenlist-1.8.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:97260ff46b207a82a7567b581ab4190bd4dfa09f4db8a8b49d1a958f6aa4940e", size = 240130, upload-time = "2025-10-06T05:37:15.781Z" }, - { url = "https://files.pythonhosted.org/packages/f8/d4/cd065cdcf21550b54f3ce6a22e143ac9e4836ca42a0de1022da8498eac89/frozenlist-1.8.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:54b2077180eb7f83dd52c40b2750d0a9f175e06a42e3213ce047219de902717a", size = 242845, upload-time = "2025-10-06T05:37:17.037Z" }, - { url = "https://files.pythonhosted.org/packages/62/c3/f57a5c8c70cd1ead3d5d5f776f89d33110b1addae0ab010ad774d9a44fb9/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:2f05983daecab868a31e1da44462873306d3cbfd76d1f0b5b69c473d21dbb128", size = 229131, upload-time = "2025-10-06T05:37:18.221Z" }, - { url = "https://files.pythonhosted.org/packages/6c/52/232476fe9cb64f0742f3fde2b7d26c1dac18b6d62071c74d4ded55e0ef94/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:33f48f51a446114bc5d251fb2954ab0164d5be02ad3382abcbfe07e2531d650f", size = 240542, upload-time = "2025-10-06T05:37:19.771Z" }, - { url = "https://files.pythonhosted.org/packages/5f/85/07bf3f5d0fb5414aee5f47d33c6f5c77bfe49aac680bfece33d4fdf6a246/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:154e55ec0655291b5dd1b8731c637ecdb50975a2ae70c606d100750a540082f7", size = 237308, upload-time = "2025-10-06T05:37:20.969Z" }, - { url = "https://files.pythonhosted.org/packages/11/99/ae3a33d5befd41ac0ca2cc7fd3aa707c9c324de2e89db0e0f45db9a64c26/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:4314debad13beb564b708b4a496020e5306c7333fa9a3ab90374169a20ffab30", size = 238210, upload-time = "2025-10-06T05:37:22.252Z" }, - { url = "https://files.pythonhosted.org/packages/b2/60/b1d2da22f4970e7a155f0adde9b1435712ece01b3cd45ba63702aea33938/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:073f8bf8becba60aa931eb3bc420b217bb7d5b8f4750e6f8b3be7f3da85d38b7", size = 231972, upload-time = "2025-10-06T05:37:23.5Z" }, - { url = "https://files.pythonhosted.org/packages/3f/ab/945b2f32de889993b9c9133216c068b7fcf257d8595a0ac420ac8677cab0/frozenlist-1.8.0-cp314-cp314-win32.whl", hash = "sha256:bac9c42ba2ac65ddc115d930c78d24ab8d4f465fd3fc473cdedfccadb9429806", size = 40536, upload-time = "2025-10-06T05:37:25.581Z" }, - { url = "https://files.pythonhosted.org/packages/59/ad/9caa9b9c836d9ad6f067157a531ac48b7d36499f5036d4141ce78c230b1b/frozenlist-1.8.0-cp314-cp314-win_amd64.whl", hash = "sha256:3e0761f4d1a44f1d1a47996511752cf3dcec5bbdd9cc2b4fe595caf97754b7a0", size = 44330, upload-time = "2025-10-06T05:37:26.928Z" }, - { url = "https://files.pythonhosted.org/packages/82/13/e6950121764f2676f43534c555249f57030150260aee9dcf7d64efda11dd/frozenlist-1.8.0-cp314-cp314-win_arm64.whl", hash = "sha256:d1eaff1d00c7751b7c6662e9c5ba6eb2c17a2306ba5e2a37f24ddf3cc953402b", size = 40627, upload-time = "2025-10-06T05:37:28.075Z" }, - { url = "https://files.pythonhosted.org/packages/c0/c7/43200656ecc4e02d3f8bc248df68256cd9572b3f0017f0a0c4e93440ae23/frozenlist-1.8.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:d3bb933317c52d7ea5004a1c442eef86f426886fba134ef8cf4226ea6ee1821d", size = 89238, upload-time = "2025-10-06T05:37:29.373Z" }, - { url = "https://files.pythonhosted.org/packages/d1/29/55c5f0689b9c0fb765055629f472c0de484dcaf0acee2f7707266ae3583c/frozenlist-1.8.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:8009897cdef112072f93a0efdce29cd819e717fd2f649ee3016efd3cd885a7ed", size = 50738, upload-time = "2025-10-06T05:37:30.792Z" }, - { url = "https://files.pythonhosted.org/packages/ba/7d/b7282a445956506fa11da8c2db7d276adcbf2b17d8bb8407a47685263f90/frozenlist-1.8.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2c5dcbbc55383e5883246d11fd179782a9d07a986c40f49abe89ddf865913930", size = 51739, upload-time = "2025-10-06T05:37:32.127Z" }, - { url = "https://files.pythonhosted.org/packages/62/1c/3d8622e60d0b767a5510d1d3cf21065b9db874696a51ea6d7a43180a259c/frozenlist-1.8.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:39ecbc32f1390387d2aa4f5a995e465e9e2f79ba3adcac92d68e3e0afae6657c", size = 284186, upload-time = "2025-10-06T05:37:33.21Z" }, - { url = "https://files.pythonhosted.org/packages/2d/14/aa36d5f85a89679a85a1d44cd7a6657e0b1c75f61e7cad987b203d2daca8/frozenlist-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:92db2bf818d5cc8d9c1f1fc56b897662e24ea5adb36ad1f1d82875bd64e03c24", size = 292196, upload-time = "2025-10-06T05:37:36.107Z" }, - { url = "https://files.pythonhosted.org/packages/05/23/6bde59eb55abd407d34f77d39a5126fb7b4f109a3f611d3929f14b700c66/frozenlist-1.8.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:2dc43a022e555de94c3b68a4ef0b11c4f747d12c024a520c7101709a2144fb37", size = 273830, upload-time = "2025-10-06T05:37:37.663Z" }, - { url = "https://files.pythonhosted.org/packages/d2/3f/22cff331bfad7a8afa616289000ba793347fcd7bc275f3b28ecea2a27909/frozenlist-1.8.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:cb89a7f2de3602cfed448095bab3f178399646ab7c61454315089787df07733a", size = 294289, upload-time = "2025-10-06T05:37:39.261Z" }, - { url = "https://files.pythonhosted.org/packages/a4/89/5b057c799de4838b6c69aa82b79705f2027615e01be996d2486a69ca99c4/frozenlist-1.8.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:33139dc858c580ea50e7e60a1b0ea003efa1fd42e6ec7fdbad78fff65fad2fd2", size = 300318, upload-time = "2025-10-06T05:37:43.213Z" }, - { url = "https://files.pythonhosted.org/packages/30/de/2c22ab3eb2a8af6d69dc799e48455813bab3690c760de58e1bf43b36da3e/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:168c0969a329b416119507ba30b9ea13688fafffac1b7822802537569a1cb0ef", size = 282814, upload-time = "2025-10-06T05:37:45.337Z" }, - { url = "https://files.pythonhosted.org/packages/59/f7/970141a6a8dbd7f556d94977858cfb36fa9b66e0892c6dd780d2219d8cd8/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:28bd570e8e189d7f7b001966435f9dac6718324b5be2990ac496cf1ea9ddb7fe", size = 291762, upload-time = "2025-10-06T05:37:46.657Z" }, - { url = "https://files.pythonhosted.org/packages/c1/15/ca1adae83a719f82df9116d66f5bb28bb95557b3951903d39135620ef157/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:b2a095d45c5d46e5e79ba1e5b9cb787f541a8dee0433836cea4b96a2c439dcd8", size = 289470, upload-time = "2025-10-06T05:37:47.946Z" }, - { url = "https://files.pythonhosted.org/packages/ac/83/dca6dc53bf657d371fbc88ddeb21b79891e747189c5de990b9dfff2ccba1/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:eab8145831a0d56ec9c4139b6c3e594c7a83c2c8be25d5bcf2d86136a532287a", size = 289042, upload-time = "2025-10-06T05:37:49.499Z" }, - { url = "https://files.pythonhosted.org/packages/96/52/abddd34ca99be142f354398700536c5bd315880ed0a213812bc491cff5e4/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:974b28cf63cc99dfb2188d8d222bc6843656188164848c4f679e63dae4b0708e", size = 283148, upload-time = "2025-10-06T05:37:50.745Z" }, - { url = "https://files.pythonhosted.org/packages/af/d3/76bd4ed4317e7119c2b7f57c3f6934aba26d277acc6309f873341640e21f/frozenlist-1.8.0-cp314-cp314t-win32.whl", hash = "sha256:342c97bf697ac5480c0a7ec73cd700ecfa5a8a40ac923bd035484616efecc2df", size = 44676, upload-time = "2025-10-06T05:37:52.222Z" }, - { url = "https://files.pythonhosted.org/packages/89/76/c615883b7b521ead2944bb3480398cbb07e12b7b4e4d073d3752eb721558/frozenlist-1.8.0-cp314-cp314t-win_amd64.whl", hash = "sha256:06be8f67f39c8b1dc671f5d83aaefd3358ae5cdcf8314552c57e7ed3e6475bdd", size = 49451, upload-time = "2025-10-06T05:37:53.425Z" }, - { url = "https://files.pythonhosted.org/packages/e0/a3/5982da14e113d07b325230f95060e2169f5311b1017ea8af2a29b374c289/frozenlist-1.8.0-cp314-cp314t-win_arm64.whl", hash = "sha256:102e6314ca4da683dca92e3b1355490fed5f313b768500084fbe6371fddfdb79", size = 42507, upload-time = "2025-10-06T05:37:54.513Z" }, - { url = "https://files.pythonhosted.org/packages/9a/9a/e35b4a917281c0b8419d4207f4334c8e8c5dbf4f3f5f9ada73958d937dcc/frozenlist-1.8.0-py3-none-any.whl", hash = "sha256:0c18a16eab41e82c295618a77502e17b195883241c563b00f0aa5106fc4eaa0d", size = 13409, upload-time = "2025-10-06T05:38:16.721Z" }, -] - -[[package]] -name = "fsspec" -version = "2026.2.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/51/7c/f60c259dcbf4f0c47cc4ddb8f7720d2dcdc8888c8e5ad84c73ea4531cc5b/fsspec-2026.2.0.tar.gz", hash = "sha256:6544e34b16869f5aacd5b90bdf1a71acb37792ea3ddf6125ee69a22a53fb8bff", size = 313441, upload-time = "2026-02-05T21:50:53.743Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e6/ab/fb21f4c939bb440104cc2b396d3be1d9b7a9fd3c6c2a53d98c45b3d7c954/fsspec-2026.2.0-py3-none-any.whl", hash = "sha256:98de475b5cb3bd66bedd5c4679e87b4fdfe1a3bf4d707b151b3c07e58c9a2437", size = 202505, upload-time = "2026-02-05T21:50:51.819Z" }, -] - -[[package]] -name = "google-auth" -version = "2.49.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "cryptography" }, - { name = "pyasn1-modules" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/c6/fc/e925290a1ad95c975c459e2df070fac2b90954e13a0370ac505dff78cb99/google_auth-2.49.2.tar.gz", hash = "sha256:c1ae38500e73065dcae57355adb6278cf8b5c8e391994ae9cbadbcb9631ab409", size = 333958, upload-time = "2026-04-10T00:41:21.888Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/73/76/d241a5c927433420507215df6cac1b1fa4ac0ba7a794df42a84326c68da8/google_auth-2.49.2-py3-none-any.whl", hash = "sha256:c2720924dfc82dedb962c9f52cabb2ab16714fd0a6a707e40561d217574ed6d5", size = 240638, upload-time = "2026-04-10T00:41:14.501Z" }, -] - -[package.optional-dependencies] -requests = [ - { name = "requests" }, -] - -[[package]] -name = "google-genai" -version = "1.73.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anyio" }, - { name = "distro" }, - { name = "google-auth", extra = ["requests"] }, - { name = "httpx" }, - { name = "pydantic" }, - { name = "requests" }, - { name = "sniffio" }, - { name = "tenacity" }, - { name = "typing-extensions" }, - { name = "websockets" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/3d/d8/40f5f107e5a2976bbac52d421f04d14fc221b55a8f05e66be44b2f739fe6/google_genai-1.73.1.tar.gz", hash = "sha256:b637e3a3b9e2eccc46f27136d470165803de84eca52abfed2e7352081a4d5a15", size = 530998, upload-time = "2026-04-14T21:06:19.153Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/65/af/508e0528015240d710c6763f7c89ff44fab9a94a80b4377e265d692cbfd6/google_genai-1.73.1-py3-none-any.whl", hash = "sha256:af2d2287d25e42a187de19811ef33beb2e347c7e2bdb4dc8c467d78254e43a2c", size = 783595, upload-time = "2026-04-14T21:06:17.464Z" }, -] - -[[package]] -name = "googleapis-common-protos" -version = "1.74.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "protobuf" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/20/18/a746c8344152d368a5aac738d4c857012f2c5d1fd2eac7e17b647a7861bd/googleapis_common_protos-1.74.0.tar.gz", hash = "sha256:57971e4eeeba6aad1163c1f0fc88543f965bb49129b8bb55b2b7b26ecab084f1", size = 151254, upload-time = "2026-04-02T21:23:26.679Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b6/b0/be5d3329badb9230b765de6eea66b73abd5944bdeb5afb3562ddcd80ae84/googleapis_common_protos-1.74.0-py3-none-any.whl", hash = "sha256:702216f78610bb510e3f12ac3cafd281b7ac45cc5d86e90ad87e4d301a3426b5", size = 300743, upload-time = "2026-04-02T21:22:49.108Z" }, -] - -[[package]] -name = "griffelib" -version = "2.0.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/9d/82/74f4a3310cdabfbb10da554c3a672847f1ed33c6f61dd472681ce7f1fe67/griffelib-2.0.2.tar.gz", hash = "sha256:3cf20b3bc470e83763ffbf236e0076b1211bac1bc67de13daf494640f2de707e", size = 166461, upload-time = "2026-03-27T11:34:51.091Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/11/8c/c9138d881c79aa0ea9ed83cbd58d5ca75624378b38cee225dcf5c42cc91f/griffelib-2.0.2-py3-none-any.whl", hash = "sha256:925c857658fb1ba40c0772c37acbc2ab650bd794d9c1b9726922e36ea4117ea1", size = 142357, upload-time = "2026-03-27T11:34:46.275Z" }, -] - -[[package]] -name = "h11" -version = "0.16.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1", size = 101250, upload-time = "2025-04-24T03:35:25.427Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86", size = 37515, upload-time = "2025-04-24T03:35:24.344Z" }, -] - -[[package]] -name = "hf-xet" -version = "1.2.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5e/6e/0f11bacf08a67f7fb5ee09740f2ca54163863b07b70d579356e9222ce5d8/hf_xet-1.2.0.tar.gz", hash = "sha256:a8c27070ca547293b6890c4bf389f713f80e8c478631432962bb7f4bc0bd7d7f", size = 506020, upload-time = "2025-10-24T19:04:32.129Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/a5/85ef910a0aa034a2abcfadc360ab5ac6f6bc4e9112349bd40ca97551cff0/hf_xet-1.2.0-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:ceeefcd1b7aed4956ae8499e2199607765fbd1c60510752003b6cc0b8413b649", size = 2861870, upload-time = "2025-10-24T19:04:11.422Z" }, - { url = "https://files.pythonhosted.org/packages/ea/40/e2e0a7eb9a51fe8828ba2d47fe22a7e74914ea8a0db68a18c3aa7449c767/hf_xet-1.2.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:b70218dd548e9840224df5638fdc94bd033552963cfa97f9170829381179c813", size = 2717584, upload-time = "2025-10-24T19:04:09.586Z" }, - { url = "https://files.pythonhosted.org/packages/a5/7d/daf7f8bc4594fdd59a8a596f9e3886133fdc68e675292218a5e4c1b7e834/hf_xet-1.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d40b18769bb9a8bc82a9ede575ce1a44c75eb80e7375a01d76259089529b5dc", size = 3315004, upload-time = "2025-10-24T19:04:00.314Z" }, - { url = "https://files.pythonhosted.org/packages/b1/ba/45ea2f605fbf6d81c8b21e4d970b168b18a53515923010c312c06cd83164/hf_xet-1.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:cd3a6027d59cfb60177c12d6424e31f4b5ff13d8e3a1247b3a584bf8977e6df5", size = 3222636, upload-time = "2025-10-24T19:03:58.111Z" }, - { url = "https://files.pythonhosted.org/packages/4a/1d/04513e3cab8f29ab8c109d309ddd21a2705afab9d52f2ba1151e0c14f086/hf_xet-1.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:6de1fc44f58f6dd937956c8d304d8c2dea264c80680bcfa61ca4a15e7b76780f", size = 3408448, upload-time = "2025-10-24T19:04:20.951Z" }, - { url = "https://files.pythonhosted.org/packages/f0/7c/60a2756d7feec7387db3a1176c632357632fbe7849fce576c5559d4520c7/hf_xet-1.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:f182f264ed2acd566c514e45da9f2119110e48a87a327ca271027904c70c5832", size = 3503401, upload-time = "2025-10-24T19:04:22.549Z" }, - { url = "https://files.pythonhosted.org/packages/4e/64/48fffbd67fb418ab07451e4ce641a70de1c40c10a13e25325e24858ebe5a/hf_xet-1.2.0-cp313-cp313t-win_amd64.whl", hash = "sha256:293a7a3787e5c95d7be1857358a9130694a9c6021de3f27fa233f37267174382", size = 2900866, upload-time = "2025-10-24T19:04:33.461Z" }, - { url = "https://files.pythonhosted.org/packages/e2/51/f7e2caae42f80af886db414d4e9885fac959330509089f97cccb339c6b87/hf_xet-1.2.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:10bfab528b968c70e062607f663e21e34e2bba349e8038db546646875495179e", size = 2861861, upload-time = "2025-10-24T19:04:19.01Z" }, - { url = "https://files.pythonhosted.org/packages/6e/1d/a641a88b69994f9371bd347f1dd35e5d1e2e2460a2e350c8d5165fc62005/hf_xet-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2a212e842647b02eb6a911187dc878e79c4aa0aa397e88dd3b26761676e8c1f8", size = 2717699, upload-time = "2025-10-24T19:04:17.306Z" }, - { url = "https://files.pythonhosted.org/packages/df/e0/e5e9bba7d15f0318955f7ec3f4af13f92e773fbb368c0b8008a5acbcb12f/hf_xet-1.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:30e06daccb3a7d4c065f34fc26c14c74f4653069bb2b194e7f18f17cbe9939c0", size = 3314885, upload-time = "2025-10-24T19:04:07.642Z" }, - { url = "https://files.pythonhosted.org/packages/21/90/b7fe5ff6f2b7b8cbdf1bd56145f863c90a5807d9758a549bf3d916aa4dec/hf_xet-1.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:29c8fc913a529ec0a91867ce3d119ac1aac966e098cf49501800c870328cc090", size = 3221550, upload-time = "2025-10-24T19:04:05.55Z" }, - { url = "https://files.pythonhosted.org/packages/6f/cb/73f276f0a7ce46cc6a6ec7d6c7d61cbfe5f2e107123d9bbd0193c355f106/hf_xet-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e159cbfcfbb29f920db2c09ed8b660eb894640d284f102ada929b6e3dc410a", size = 3408010, upload-time = "2025-10-24T19:04:28.598Z" }, - { url = "https://files.pythonhosted.org/packages/b8/1e/d642a12caa78171f4be64f7cd9c40e3ca5279d055d0873188a58c0f5fbb9/hf_xet-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:9c91d5ae931510107f148874e9e2de8a16052b6f1b3ca3c1b12f15ccb491390f", size = 3503264, upload-time = "2025-10-24T19:04:30.397Z" }, - { url = "https://files.pythonhosted.org/packages/17/b5/33764714923fa1ff922770f7ed18c2daae034d21ae6e10dbf4347c854154/hf_xet-1.2.0-cp314-cp314t-win_amd64.whl", hash = "sha256:210d577732b519ac6ede149d2f2f34049d44e8622bf14eb3d63bbcd2d4b332dc", size = 2901071, upload-time = "2025-10-24T19:04:37.463Z" }, - { url = "https://files.pythonhosted.org/packages/96/2d/22338486473df5923a9ab7107d375dbef9173c338ebef5098ef593d2b560/hf_xet-1.2.0-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:46740d4ac024a7ca9b22bebf77460ff43332868b661186a8e46c227fdae01848", size = 2866099, upload-time = "2025-10-24T19:04:15.366Z" }, - { url = "https://files.pythonhosted.org/packages/7f/8c/c5becfa53234299bc2210ba314eaaae36c2875e0045809b82e40a9544f0c/hf_xet-1.2.0-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:27df617a076420d8845bea087f59303da8be17ed7ec0cd7ee3b9b9f579dff0e4", size = 2722178, upload-time = "2025-10-24T19:04:13.695Z" }, - { url = "https://files.pythonhosted.org/packages/9a/92/cf3ab0b652b082e66876d08da57fcc6fa2f0e6c70dfbbafbd470bb73eb47/hf_xet-1.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3651fd5bfe0281951b988c0facbe726aa5e347b103a675f49a3fa8144c7968fd", size = 3320214, upload-time = "2025-10-24T19:04:03.596Z" }, - { url = "https://files.pythonhosted.org/packages/46/92/3f7ec4a1b6a65bf45b059b6d4a5d38988f63e193056de2f420137e3c3244/hf_xet-1.2.0-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:d06fa97c8562fb3ee7a378dd9b51e343bc5bc8190254202c9771029152f5e08c", size = 3229054, upload-time = "2025-10-24T19:04:01.949Z" }, - { url = "https://files.pythonhosted.org/packages/0b/dd/7ac658d54b9fb7999a0ccb07ad863b413cbaf5cf172f48ebcd9497ec7263/hf_xet-1.2.0-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:4c1428c9ae73ec0939410ec73023c4f842927f39db09b063b9482dac5a3bb737", size = 3413812, upload-time = "2025-10-24T19:04:24.585Z" }, - { url = "https://files.pythonhosted.org/packages/92/68/89ac4e5b12a9ff6286a12174c8538a5930e2ed662091dd2572bbe0a18c8a/hf_xet-1.2.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a55558084c16b09b5ed32ab9ed38421e2d87cf3f1f89815764d1177081b99865", size = 3508920, upload-time = "2025-10-24T19:04:26.927Z" }, - { url = "https://files.pythonhosted.org/packages/cb/44/870d44b30e1dcfb6a65932e3e1506c103a8a5aea9103c337e7a53180322c/hf_xet-1.2.0-cp37-abi3-win_amd64.whl", hash = "sha256:e6584a52253f72c9f52f9e549d5895ca7a471608495c4ecaa6cc73dba2b24d69", size = 2905735, upload-time = "2025-10-24T19:04:35.928Z" }, -] - -[[package]] -name = "httpcore" -version = "1.0.9" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "certifi" }, - { name = "h11" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8", size = 85484, upload-time = "2025-04-24T22:06:22.219Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55", size = 78784, upload-time = "2025-04-24T22:06:20.566Z" }, -] - -[[package]] -name = "httpx" -version = "0.28.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anyio" }, - { name = "certifi" }, - { name = "httpcore" }, - { name = "idna" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc", size = 141406, upload-time = "2024-12-06T15:37:23.222Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/2a/39/e50c7c3a983047577ee07d2a9e53faf5a69493943ec3f6a384bdc792deb2/httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad", size = 73517, upload-time = "2024-12-06T15:37:21.509Z" }, -] - -[[package]] -name = "httpx-sse" -version = "0.4.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/0f/4c/751061ffa58615a32c31b2d82e8482be8dd4a89154f003147acee90f2be9/httpx_sse-0.4.3.tar.gz", hash = "sha256:9b1ed0127459a66014aec3c56bebd93da3c1bc8bb6618c8082039a44889a755d", size = 15943, upload-time = "2025-10-10T21:48:22.271Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/d2/fd/6668e5aec43ab844de6fc74927e155a3b37bf40d7c3790e49fc0406b6578/httpx_sse-0.4.3-py3-none-any.whl", hash = "sha256:0ac1c9fe3c0afad2e0ebb25a934a59f4c7823b60792691f779fad2c5568830fc", size = 8960, upload-time = "2025-10-10T21:48:21.158Z" }, -] - -[[package]] -name = "huggingface-hub" -version = "1.4.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "filelock" }, - { name = "fsspec" }, - { name = "hf-xet", marker = "platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'" }, - { name = "httpx" }, - { name = "packaging" }, - { name = "pyyaml" }, - { name = "shellingham" }, - { name = "tqdm" }, - { name = "typer-slim" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/c4/fc/eb9bc06130e8bbda6a616e1b80a7aa127681c448d6b49806f61db2670b61/huggingface_hub-1.4.1.tar.gz", hash = "sha256:b41131ec35e631e7383ab26d6146b8d8972abc8b6309b963b306fbcca87f5ed5", size = 642156, upload-time = "2026-02-06T09:20:03.013Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/d5/ae/2f6d96b4e6c5478d87d606a1934b5d436c4a2bce6bb7c6fdece891c128e3/huggingface_hub-1.4.1-py3-none-any.whl", hash = "sha256:9931d075fb7a79af5abc487106414ec5fba2c0ae86104c0c62fd6cae38873d18", size = 553326, upload-time = "2026-02-06T09:20:00.728Z" }, -] - -[[package]] -name = "idna" -version = "3.11" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902", size = 194582, upload-time = "2025-10-12T14:55:20.501Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/0e/61/66938bbb5fc52dbdf84594873d5b51fb1f7c7794e9c0f5bd885f30bc507b/idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea", size = 71008, upload-time = "2025-10-12T14:55:18.883Z" }, -] - -[[package]] -name = "importlib-metadata" -version = "8.7.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "zipp" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/f3/49/3b30cad09e7771a4982d9975a8cbf64f00d4a1ececb53297f1d9a7be1b10/importlib_metadata-8.7.1.tar.gz", hash = "sha256:49fef1ae6440c182052f407c8d34a68f72efc36db9ca90dc0113398f2fdde8bb", size = 57107, upload-time = "2025-12-21T10:00:19.278Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/fa/5e/f8e9a1d23b9c20a551a8a02ea3637b4642e22c2626e3a13a9a29cdea99eb/importlib_metadata-8.7.1-py3-none-any.whl", hash = "sha256:5a1f80bf1daa489495071efbb095d75a634cf28a8bc299581244063b53176151", size = 27865, upload-time = "2025-12-21T10:00:18.329Z" }, -] - -[[package]] -name = "iniconfig" -version = "2.3.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/72/34/14ca021ce8e5dfedc35312d08ba8bf51fdd999c576889fc2c24cb97f4f10/iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730", size = 20503, upload-time = "2025-10-18T21:55:43.219Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12", size = 7484, upload-time = "2025-10-18T21:55:41.639Z" }, -] - -[[package]] -name = "jaraco-classes" -version = "3.4.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "more-itertools" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/06/c0/ed4a27bc5571b99e3cff68f8a9fa5b56ff7df1c2251cc715a652ddd26402/jaraco.classes-3.4.0.tar.gz", hash = "sha256:47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd", size = 11780, upload-time = "2024-03-31T07:27:36.643Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl", hash = "sha256:f662826b6bed8cace05e7ff873ce0f9283b5c924470fe664fff1c2f00f581790", size = 6777, upload-time = "2024-03-31T07:27:34.792Z" }, -] - -[[package]] -name = "jaraco-context" -version = "6.1.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/cb/9c/a788f5bb29c61e456b8ee52ce76dbdd32fd72cd73dd67bc95f42c7a8d13c/jaraco_context-6.1.0.tar.gz", hash = "sha256:129a341b0a85a7db7879e22acd66902fda67882db771754574338898b2d5d86f", size = 15850, upload-time = "2026-01-13T02:53:53.847Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/8d/48/aa685dbf1024c7bd82bede569e3a85f82c32fd3d79ba5fea578f0159571a/jaraco_context-6.1.0-py3-none-any.whl", hash = "sha256:a43b5ed85815223d0d3cfdb6d7ca0d2bc8946f28f30b6f3216bda070f68badda", size = 7065, upload-time = "2026-01-13T02:53:53.031Z" }, -] - -[[package]] -name = "jaraco-functools" -version = "4.4.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "more-itertools" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/0f/27/056e0638a86749374d6f57d0b0db39f29509cce9313cf91bdc0ac4d91084/jaraco_functools-4.4.0.tar.gz", hash = "sha256:da21933b0417b89515562656547a77b4931f98176eb173644c0d35032a33d6bb", size = 19943, upload-time = "2025-12-21T09:29:43.6Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/fd/c4/813bb09f0985cb21e959f21f2464169eca882656849adf727ac7bb7e1767/jaraco_functools-4.4.0-py3-none-any.whl", hash = "sha256:9eec1e36f45c818d9bf307c8948eb03b2b56cd44087b3cdc989abca1f20b9176", size = 10481, upload-time = "2025-12-21T09:29:42.27Z" }, -] - -[[package]] -name = "jeepney" -version = "0.9.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/7b/6f/357efd7602486741aa73ffc0617fb310a29b588ed0fd69c2399acbb85b0c/jeepney-0.9.0.tar.gz", hash = "sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732", size = 106758, upload-time = "2025-02-27T18:51:01.684Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b2/a3/e137168c9c44d18eff0376253da9f1e9234d0239e0ee230d2fee6cea8e55/jeepney-0.9.0-py3-none-any.whl", hash = "sha256:97e5714520c16fc0a45695e5365a2e11b81ea79bba796e26f9f1d178cb182683", size = 49010, upload-time = "2025-02-27T18:51:00.104Z" }, -] - -[[package]] -name = "jinja2" -version = "3.1.6" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "markupsafe" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d", size = 245115, upload-time = "2025-03-05T20:05:02.478Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/62/a1/3d680cbfd5f4b8f15abc1d571870c5fc3e594bb582bc3b64ea099db13e56/jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67", size = 134899, upload-time = "2025-03-05T20:05:00.369Z" }, -] - -[[package]] -name = "jiter" -version = "0.13.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/0d/5e/4ec91646aee381d01cdb9974e30882c9cd3b8c5d1079d6b5ff4af522439a/jiter-0.13.0.tar.gz", hash = "sha256:f2839f9c2c7e2dffc1bc5929a510e14ce0a946be9365fd1219e7ef342dae14f4", size = 164847, upload-time = "2026-02-02T12:37:56.441Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/2e/30/7687e4f87086829955013ca12a9233523349767f69653ebc27036313def9/jiter-0.13.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:0a2bd69fc1d902e89925fc34d1da51b2128019423d7b339a45d9e99c894e0663", size = 307958, upload-time = "2026-02-02T12:35:57.165Z" }, - { url = "https://files.pythonhosted.org/packages/c3/27/e57f9a783246ed95481e6749cc5002a8a767a73177a83c63ea71f0528b90/jiter-0.13.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f917a04240ef31898182f76a332f508f2cc4b57d2b4d7ad2dbfebbfe167eb505", size = 318597, upload-time = "2026-02-02T12:35:58.591Z" }, - { url = "https://files.pythonhosted.org/packages/cf/52/e5719a60ac5d4d7c5995461a94ad5ef962a37c8bf5b088390e6fad59b2ff/jiter-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c1e2b199f446d3e82246b4fd9236d7cb502dc2222b18698ba0d986d2fecc6152", size = 348821, upload-time = "2026-02-02T12:36:00.093Z" }, - { url = "https://files.pythonhosted.org/packages/61/db/c1efc32b8ba4c740ab3fc2d037d8753f67685f475e26b9d6536a4322bcdd/jiter-0.13.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:04670992b576fa65bd056dbac0c39fe8bd67681c380cb2b48efa885711d9d726", size = 364163, upload-time = "2026-02-02T12:36:01.937Z" }, - { url = "https://files.pythonhosted.org/packages/55/8a/fb75556236047c8806995671a18e4a0ad646ed255276f51a20f32dceaeec/jiter-0.13.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5a1aff1fbdb803a376d4d22a8f63f8e7ccbce0b4890c26cc7af9e501ab339ef0", size = 483709, upload-time = "2026-02-02T12:36:03.41Z" }, - { url = "https://files.pythonhosted.org/packages/7e/16/43512e6ee863875693a8e6f6d532e19d650779d6ba9a81593ae40a9088ff/jiter-0.13.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3b3fb8c2053acaef8580809ac1d1f7481a0a0bdc012fd7f5d8b18fb696a5a089", size = 370480, upload-time = "2026-02-02T12:36:04.791Z" }, - { url = "https://files.pythonhosted.org/packages/f8/4c/09b93e30e984a187bc8aaa3510e1ec8dcbdcd71ca05d2f56aac0492453aa/jiter-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bdaba7d87e66f26a2c45d8cbadcbfc4bf7884182317907baf39cfe9775bb4d93", size = 360735, upload-time = "2026-02-02T12:36:06.994Z" }, - { url = "https://files.pythonhosted.org/packages/1a/1b/46c5e349019874ec5dfa508c14c37e29864ea108d376ae26d90bee238cd7/jiter-0.13.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7b88d649135aca526da172e48083da915ec086b54e8e73a425ba50999468cc08", size = 391814, upload-time = "2026-02-02T12:36:08.368Z" }, - { url = "https://files.pythonhosted.org/packages/15/9e/26184760e85baee7162ad37b7912797d2077718476bf91517641c92b3639/jiter-0.13.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:e404ea551d35438013c64b4f357b0474c7abf9f781c06d44fcaf7a14c69ff9e2", size = 513990, upload-time = "2026-02-02T12:36:09.993Z" }, - { url = "https://files.pythonhosted.org/packages/e9/34/2c9355247d6debad57a0a15e76ab1566ab799388042743656e566b3b7de1/jiter-0.13.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:1f4748aad1b4a93c8bdd70f604d0f748cdc0e8744c5547798acfa52f10e79228", size = 548021, upload-time = "2026-02-02T12:36:11.376Z" }, - { url = "https://files.pythonhosted.org/packages/ac/4a/9f2c23255d04a834398b9c2e0e665382116911dc4d06b795710503cdad25/jiter-0.13.0-cp312-cp312-win32.whl", hash = "sha256:0bf670e3b1445fc4d31612199f1744f67f889ee1bbae703c4b54dc097e5dd394", size = 203024, upload-time = "2026-02-02T12:36:12.682Z" }, - { url = "https://files.pythonhosted.org/packages/09/ee/f0ae675a957ae5a8f160be3e87acea6b11dc7b89f6b7ab057e77b2d2b13a/jiter-0.13.0-cp312-cp312-win_amd64.whl", hash = "sha256:15db60e121e11fe186c0b15236bd5d18381b9ddacdcf4e659feb96fc6c969c92", size = 205424, upload-time = "2026-02-02T12:36:13.93Z" }, - { url = "https://files.pythonhosted.org/packages/1b/02/ae611edf913d3cbf02c97cdb90374af2082c48d7190d74c1111dde08bcdd/jiter-0.13.0-cp312-cp312-win_arm64.whl", hash = "sha256:41f92313d17989102f3cb5dd533a02787cdb99454d494344b0361355da52fcb9", size = 186818, upload-time = "2026-02-02T12:36:15.308Z" }, - { url = "https://files.pythonhosted.org/packages/91/9c/7ee5a6ff4b9991e1a45263bfc46731634c4a2bde27dfda6c8251df2d958c/jiter-0.13.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:1f8a55b848cbabf97d861495cd65f1e5c590246fabca8b48e1747c4dfc8f85bf", size = 306897, upload-time = "2026-02-02T12:36:16.748Z" }, - { url = "https://files.pythonhosted.org/packages/7c/02/be5b870d1d2be5dd6a91bdfb90f248fbb7dcbd21338f092c6b89817c3dbf/jiter-0.13.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f556aa591c00f2c45eb1b89f68f52441a016034d18b65da60e2d2875bbbf344a", size = 317507, upload-time = "2026-02-02T12:36:18.351Z" }, - { url = "https://files.pythonhosted.org/packages/da/92/b25d2ec333615f5f284f3a4024f7ce68cfa0604c322c6808b2344c7f5d2b/jiter-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f7e1d61da332ec412350463891923f960c3073cf1aae93b538f0bb4c8cd46efb", size = 350560, upload-time = "2026-02-02T12:36:19.746Z" }, - { url = "https://files.pythonhosted.org/packages/be/ec/74dcb99fef0aca9fbe56b303bf79f6bd839010cb18ad41000bf6cc71eec0/jiter-0.13.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3097d665a27bc96fd9bbf7f86178037db139f319f785e4757ce7ccbf390db6c2", size = 363232, upload-time = "2026-02-02T12:36:21.243Z" }, - { url = "https://files.pythonhosted.org/packages/1b/37/f17375e0bb2f6a812d4dd92d7616e41917f740f3e71343627da9db2824ce/jiter-0.13.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9d01ecc3a8cbdb6f25a37bd500510550b64ddf9f7d64a107d92f3ccb25035d0f", size = 483727, upload-time = "2026-02-02T12:36:22.688Z" }, - { url = "https://files.pythonhosted.org/packages/77/d2/a71160a5ae1a1e66c1395b37ef77da67513b0adba73b993a27fbe47eb048/jiter-0.13.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ed9bbc30f5d60a3bdf63ae76beb3f9db280d7f195dfcfa61af792d6ce912d159", size = 370799, upload-time = "2026-02-02T12:36:24.106Z" }, - { url = "https://files.pythonhosted.org/packages/01/99/ed5e478ff0eb4e8aa5fd998f9d69603c9fd3f32de3bd16c2b1194f68361c/jiter-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98fbafb6e88256f4454de33c1f40203d09fc33ed19162a68b3b257b29ca7f663", size = 359120, upload-time = "2026-02-02T12:36:25.519Z" }, - { url = "https://files.pythonhosted.org/packages/16/be/7ffd08203277a813f732ba897352797fa9493faf8dc7995b31f3d9cb9488/jiter-0.13.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5467696f6b827f1116556cb0db620440380434591e93ecee7fd14d1a491b6daa", size = 390664, upload-time = "2026-02-02T12:36:26.866Z" }, - { url = "https://files.pythonhosted.org/packages/d1/84/e0787856196d6d346264d6dcccb01f741e5f0bd014c1d9a2ebe149caf4f3/jiter-0.13.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:2d08c9475d48b92892583df9da592a0e2ac49bcd41fae1fec4f39ba6cf107820", size = 513543, upload-time = "2026-02-02T12:36:28.217Z" }, - { url = "https://files.pythonhosted.org/packages/65/50/ecbd258181c4313cf79bca6c88fb63207d04d5bf5e4f65174114d072aa55/jiter-0.13.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:aed40e099404721d7fcaf5b89bd3b4568a4666358bcac7b6b15c09fb6252ab68", size = 547262, upload-time = "2026-02-02T12:36:29.678Z" }, - { url = "https://files.pythonhosted.org/packages/27/da/68f38d12e7111d2016cd198161b36e1f042bd115c169255bcb7ec823a3bf/jiter-0.13.0-cp313-cp313-win32.whl", hash = "sha256:36ebfbcffafb146d0e6ffb3e74d51e03d9c35ce7c625c8066cdbfc7b953bdc72", size = 200630, upload-time = "2026-02-02T12:36:31.808Z" }, - { url = "https://files.pythonhosted.org/packages/25/65/3bd1a972c9a08ecd22eb3b08a95d1941ebe6938aea620c246cf426ae09c2/jiter-0.13.0-cp313-cp313-win_amd64.whl", hash = "sha256:8d76029f077379374cf0dbc78dbe45b38dec4a2eb78b08b5194ce836b2517afc", size = 202602, upload-time = "2026-02-02T12:36:33.679Z" }, - { url = "https://files.pythonhosted.org/packages/15/fe/13bd3678a311aa67686bb303654792c48206a112068f8b0b21426eb6851e/jiter-0.13.0-cp313-cp313-win_arm64.whl", hash = "sha256:bb7613e1a427cfcb6ea4544f9ac566b93d5bf67e0d48c787eca673ff9c9dff2b", size = 185939, upload-time = "2026-02-02T12:36:35.065Z" }, - { url = "https://files.pythonhosted.org/packages/49/19/a929ec002ad3228bc97ca01dbb14f7632fffdc84a95ec92ceaf4145688ae/jiter-0.13.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:fa476ab5dd49f3bf3a168e05f89358c75a17608dbabb080ef65f96b27c19ab10", size = 316616, upload-time = "2026-02-02T12:36:36.579Z" }, - { url = "https://files.pythonhosted.org/packages/52/56/d19a9a194afa37c1728831e5fb81b7722c3de18a3109e8f282bfc23e587a/jiter-0.13.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ade8cb6ff5632a62b7dbd4757d8c5573f7a2e9ae285d6b5b841707d8363205ef", size = 346850, upload-time = "2026-02-02T12:36:38.058Z" }, - { url = "https://files.pythonhosted.org/packages/36/4a/94e831c6bf287754a8a019cb966ed39ff8be6ab78cadecf08df3bb02d505/jiter-0.13.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9950290340acc1adaded363edd94baebcee7dabdfa8bee4790794cd5cfad2af6", size = 358551, upload-time = "2026-02-02T12:36:39.417Z" }, - { url = "https://files.pythonhosted.org/packages/a2/ec/a4c72c822695fa80e55d2b4142b73f0012035d9fcf90eccc56bc060db37c/jiter-0.13.0-cp313-cp313t-win_amd64.whl", hash = "sha256:2b4972c6df33731aac0742b64fd0d18e0a69bc7d6e03108ce7d40c85fd9e3e6d", size = 201950, upload-time = "2026-02-02T12:36:40.791Z" }, - { url = "https://files.pythonhosted.org/packages/b6/00/393553ec27b824fbc29047e9c7cd4a3951d7fbe4a76743f17e44034fa4e4/jiter-0.13.0-cp313-cp313t-win_arm64.whl", hash = "sha256:701a1e77d1e593c1b435315ff625fd071f0998c5f02792038a5ca98899261b7d", size = 185852, upload-time = "2026-02-02T12:36:42.077Z" }, - { url = "https://files.pythonhosted.org/packages/6e/f5/f1997e987211f6f9bd71b8083047b316208b4aca0b529bb5f8c96c89ef3e/jiter-0.13.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:cc5223ab19fe25e2f0bf2643204ad7318896fe3729bf12fde41b77bfc4fafff0", size = 308804, upload-time = "2026-02-02T12:36:43.496Z" }, - { url = "https://files.pythonhosted.org/packages/cd/8f/5482a7677731fd44881f0204981ce2d7175db271f82cba2085dd2212e095/jiter-0.13.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9776ebe51713acf438fd9b4405fcd86893ae5d03487546dae7f34993217f8a91", size = 318787, upload-time = "2026-02-02T12:36:45.071Z" }, - { url = "https://files.pythonhosted.org/packages/f3/b9/7257ac59778f1cd025b26a23c5520a36a424f7f1b068f2442a5b499b7464/jiter-0.13.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:879e768938e7b49b5e90b7e3fecc0dbec01b8cb89595861fb39a8967c5220d09", size = 353880, upload-time = "2026-02-02T12:36:47.365Z" }, - { url = "https://files.pythonhosted.org/packages/c3/87/719eec4a3f0841dad99e3d3604ee4cba36af4419a76f3cb0b8e2e691ad67/jiter-0.13.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:682161a67adea11e3aae9038c06c8b4a9a71023228767477d683f69903ebc607", size = 366702, upload-time = "2026-02-02T12:36:48.871Z" }, - { url = "https://files.pythonhosted.org/packages/d2/65/415f0a75cf6921e43365a1bc227c565cb949caca8b7532776e430cbaa530/jiter-0.13.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a13b68cd1cd8cc9de8f244ebae18ccb3e4067ad205220ef324c39181e23bbf66", size = 486319, upload-time = "2026-02-02T12:36:53.006Z" }, - { url = "https://files.pythonhosted.org/packages/54/a2/9e12b48e82c6bbc6081fd81abf915e1443add1b13d8fc586e1d90bb02bb8/jiter-0.13.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:87ce0f14c6c08892b610686ae8be350bf368467b6acd5085a5b65441e2bf36d2", size = 372289, upload-time = "2026-02-02T12:36:54.593Z" }, - { url = "https://files.pythonhosted.org/packages/4e/c1/e4693f107a1789a239c759a432e9afc592366f04e901470c2af89cfd28e1/jiter-0.13.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c365005b05505a90d1c47856420980d0237adf82f70c4aff7aebd3c1cc143ad", size = 360165, upload-time = "2026-02-02T12:36:56.112Z" }, - { url = "https://files.pythonhosted.org/packages/17/08/91b9ea976c1c758240614bd88442681a87672eebc3d9a6dde476874e706b/jiter-0.13.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1317fdffd16f5873e46ce27d0e0f7f4f90f0cdf1d86bf6abeaea9f63ca2c401d", size = 389634, upload-time = "2026-02-02T12:36:57.495Z" }, - { url = "https://files.pythonhosted.org/packages/18/23/58325ef99390d6d40427ed6005bf1ad54f2577866594bcf13ce55675f87d/jiter-0.13.0-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:c05b450d37ba0c9e21c77fef1f205f56bcee2330bddca68d344baebfc55ae0df", size = 514933, upload-time = "2026-02-02T12:36:58.909Z" }, - { url = "https://files.pythonhosted.org/packages/5b/25/69f1120c7c395fd276c3996bb8adefa9c6b84c12bb7111e5c6ccdcd8526d/jiter-0.13.0-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:775e10de3849d0631a97c603f996f518159272db00fdda0a780f81752255ee9d", size = 548842, upload-time = "2026-02-02T12:37:00.433Z" }, - { url = "https://files.pythonhosted.org/packages/18/05/981c9669d86850c5fbb0d9e62bba144787f9fba84546ba43d624ee27ef29/jiter-0.13.0-cp314-cp314-win32.whl", hash = "sha256:632bf7c1d28421c00dd8bbb8a3bac5663e1f57d5cd5ed962bce3c73bf62608e6", size = 202108, upload-time = "2026-02-02T12:37:01.718Z" }, - { url = "https://files.pythonhosted.org/packages/8d/96/cdcf54dd0b0341db7d25413229888a346c7130bd20820530905fdb65727b/jiter-0.13.0-cp314-cp314-win_amd64.whl", hash = "sha256:f22ef501c3f87ede88f23f9b11e608581c14f04db59b6a801f354397ae13739f", size = 204027, upload-time = "2026-02-02T12:37:03.075Z" }, - { url = "https://files.pythonhosted.org/packages/fb/f9/724bcaaab7a3cd727031fe4f6995cb86c4bd344909177c186699c8dec51a/jiter-0.13.0-cp314-cp314-win_arm64.whl", hash = "sha256:07b75fe09a4ee8e0c606200622e571e44943f47254f95e2436c8bdcaceb36d7d", size = 187199, upload-time = "2026-02-02T12:37:04.414Z" }, - { url = "https://files.pythonhosted.org/packages/62/92/1661d8b9fd6a3d7a2d89831db26fe3c1509a287d83ad7838831c7b7a5c7e/jiter-0.13.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:964538479359059a35fb400e769295d4b315ae61e4105396d355a12f7fef09f0", size = 318423, upload-time = "2026-02-02T12:37:05.806Z" }, - { url = "https://files.pythonhosted.org/packages/4f/3b/f77d342a54d4ebcd128e520fc58ec2f5b30a423b0fd26acdfc0c6fef8e26/jiter-0.13.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e104da1db1c0991b3eaed391ccd650ae8d947eab1480c733e5a3fb28d4313e40", size = 351438, upload-time = "2026-02-02T12:37:07.189Z" }, - { url = "https://files.pythonhosted.org/packages/76/b3/ba9a69f0e4209bd3331470c723c2f5509e6f0482e416b612431a5061ed71/jiter-0.13.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0e3a5f0cde8ff433b8e88e41aa40131455420fb3649a3c7abdda6145f8cb7202", size = 364774, upload-time = "2026-02-02T12:37:08.579Z" }, - { url = "https://files.pythonhosted.org/packages/b3/16/6cdb31fa342932602458dbb631bfbd47f601e03d2e4950740e0b2100b570/jiter-0.13.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:57aab48f40be1db920a582b30b116fe2435d184f77f0e4226f546794cedd9cf0", size = 487238, upload-time = "2026-02-02T12:37:10.066Z" }, - { url = "https://files.pythonhosted.org/packages/ed/b1/956cc7abaca8d95c13aa8d6c9b3f3797241c246cd6e792934cc4c8b250d2/jiter-0.13.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7772115877c53f62beeb8fd853cab692dbc04374ef623b30f997959a4c0e7e95", size = 372892, upload-time = "2026-02-02T12:37:11.656Z" }, - { url = "https://files.pythonhosted.org/packages/26/c4/97ecde8b1e74f67b8598c57c6fccf6df86ea7861ed29da84629cdbba76c4/jiter-0.13.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1211427574b17b633cfceba5040de8081e5abf114f7a7602f73d2e16f9fdaa59", size = 360309, upload-time = "2026-02-02T12:37:13.244Z" }, - { url = "https://files.pythonhosted.org/packages/4b/d7/eabe3cf46715854ccc80be2cd78dd4c36aedeb30751dbf85a1d08c14373c/jiter-0.13.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7beae3a3d3b5212d3a55d2961db3c292e02e302feb43fce6a3f7a31b90ea6dfe", size = 389607, upload-time = "2026-02-02T12:37:14.881Z" }, - { url = "https://files.pythonhosted.org/packages/df/2d/03963fc0804e6109b82decfb9974eb92df3797fe7222428cae12f8ccaa0c/jiter-0.13.0-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:e5562a0f0e90a6223b704163ea28e831bd3a9faa3512a711f031611e6b06c939", size = 514986, upload-time = "2026-02-02T12:37:16.326Z" }, - { url = "https://files.pythonhosted.org/packages/f6/6c/8c83b45eb3eb1c1e18d841fe30b4b5bc5619d781267ca9bc03e005d8fd0a/jiter-0.13.0-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:6c26a424569a59140fb51160a56df13f438a2b0967365e987889186d5fc2f6f9", size = 548756, upload-time = "2026-02-02T12:37:17.736Z" }, - { url = "https://files.pythonhosted.org/packages/47/66/eea81dfff765ed66c68fd2ed8c96245109e13c896c2a5015c7839c92367e/jiter-0.13.0-cp314-cp314t-win32.whl", hash = "sha256:24dc96eca9f84da4131cdf87a95e6ce36765c3b156fc9ae33280873b1c32d5f6", size = 201196, upload-time = "2026-02-02T12:37:19.101Z" }, - { url = "https://files.pythonhosted.org/packages/ff/32/4ac9c7a76402f8f00d00842a7f6b83b284d0cf7c1e9d4227bc95aa6d17fa/jiter-0.13.0-cp314-cp314t-win_amd64.whl", hash = "sha256:0a8d76c7524087272c8ae913f5d9d608bd839154b62c4322ef65723d2e5bb0b8", size = 204215, upload-time = "2026-02-02T12:37:20.495Z" }, - { url = "https://files.pythonhosted.org/packages/f9/8e/7def204fea9f9be8b3c21a6f2dd6c020cf56c7d5ff753e0e23ed7f9ea57e/jiter-0.13.0-cp314-cp314t-win_arm64.whl", hash = "sha256:2c26cf47e2cad140fa23b6d58d435a7c0161f5c514284802f25e87fddfe11024", size = 187152, upload-time = "2026-02-02T12:37:22.124Z" }, - { url = "https://files.pythonhosted.org/packages/80/60/e50fa45dd7e2eae049f0ce964663849e897300433921198aef94b6ffa23a/jiter-0.13.0-graalpy312-graalpy250_312_native-macosx_10_12_x86_64.whl", hash = "sha256:3d744a6061afba08dd7ae375dcde870cffb14429b7477e10f67e9e6d68772a0a", size = 305169, upload-time = "2026-02-02T12:37:50.376Z" }, - { url = "https://files.pythonhosted.org/packages/d2/73/a009f41c5eed71c49bec53036c4b33555afcdee70682a18c6f66e396c039/jiter-0.13.0-graalpy312-graalpy250_312_native-macosx_11_0_arm64.whl", hash = "sha256:ff732bd0a0e778f43d5009840f20b935e79087b4dc65bd36f1cd0f9b04b8ff7f", size = 303808, upload-time = "2026-02-02T12:37:52.092Z" }, - { url = "https://files.pythonhosted.org/packages/c4/10/528b439290763bff3d939268085d03382471b442f212dca4ff5f12802d43/jiter-0.13.0-graalpy312-graalpy250_312_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ab44b178f7981fcaea7e0a5df20e773c663d06ffda0198f1a524e91b2fde7e59", size = 337384, upload-time = "2026-02-02T12:37:53.582Z" }, - { url = "https://files.pythonhosted.org/packages/67/8a/a342b2f0251f3dac4ca17618265d93bf244a2a4d089126e81e4c1056ac50/jiter-0.13.0-graalpy312-graalpy250_312_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7bb00b6d26db67a05fe3e12c76edc75f32077fb51deed13822dc648fa373bc19", size = 343768, upload-time = "2026-02-02T12:37:55.055Z" }, -] - -[[package]] -name = "jsonpatch" -version = "1.33" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "jsonpointer" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/42/78/18813351fe5d63acad16aec57f94ec2b70a09e53ca98145589e185423873/jsonpatch-1.33.tar.gz", hash = "sha256:9fcd4009c41e6d12348b4a0ff2563ba56a2923a7dfee731d004e212e1ee5030c", size = 21699, upload-time = "2023-06-26T12:07:29.144Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/73/07/02e16ed01e04a374e644b575638ec7987ae846d25ad97bcc9945a3ee4b0e/jsonpatch-1.33-py2.py3-none-any.whl", hash = "sha256:0ae28c0cd062bbd8b8ecc26d7d164fbbea9652a1a3693f3b956c1eae5145dade", size = 12898, upload-time = "2023-06-16T21:01:28.466Z" }, -] - -[[package]] -name = "jsonpointer" -version = "3.1.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/18/c7/af399a2e7a67fd18d63c40c5e62d3af4e67b836a2107468b6a5ea24c4304/jsonpointer-3.1.1.tar.gz", hash = "sha256:0b801c7db33a904024f6004d526dcc53bbb8a4a0f4e32bfd10beadf60adf1900", size = 9068, upload-time = "2026-03-23T22:32:32.458Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/6a/a83720e953b1682d2d109d3c2dbb0bc9bf28cc1cbc205be4ef4be5da709d/jsonpointer-3.1.1-py3-none-any.whl", hash = "sha256:8ff8b95779d071ba472cf5bc913028df06031797532f08a7d5b602d8b2a488ca", size = 7659, upload-time = "2026-03-23T22:32:31.568Z" }, -] - -[[package]] -name = "jsonref" -version = "1.1.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/aa/0d/c1f3277e90ccdb50d33ed5ba1ec5b3f0a242ed8c1b1a85d3afeb68464dca/jsonref-1.1.0.tar.gz", hash = "sha256:32fe8e1d85af0fdefbebce950af85590b22b60f9e95443176adbde4e1ecea552", size = 8814, upload-time = "2023-01-16T16:10:04.455Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl", hash = "sha256:590dc7773df6c21cbf948b5dac07a72a251db28b0238ceecce0a2abfa8ec30a9", size = 9425, upload-time = "2023-01-16T16:10:02.255Z" }, -] - -[[package]] -name = "jsonschema" -version = "4.26.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "attrs" }, - { name = "jsonschema-specifications" }, - { name = "referencing" }, - { name = "rpds-py" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/b3/fc/e067678238fa451312d4c62bf6e6cf5ec56375422aee02f9cb5f909b3047/jsonschema-4.26.0.tar.gz", hash = "sha256:0c26707e2efad8aa1bfc5b7ce170f3fccc2e4918ff85989ba9ffa9facb2be326", size = 366583, upload-time = "2026-01-07T13:41:07.246Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/69/90/f63fb5873511e014207a475e2bb4e8b2e570d655b00ac19a9a0ca0a385ee/jsonschema-4.26.0-py3-none-any.whl", hash = "sha256:d489f15263b8d200f8387e64b4c3a75f06629559fb73deb8fdfb525f2dab50ce", size = 90630, upload-time = "2026-01-07T13:41:05.306Z" }, -] - -[[package]] -name = "jsonschema-path" -version = "0.3.4" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "pathable" }, - { name = "pyyaml" }, - { name = "referencing" }, - { name = "requests" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/6e/45/41ebc679c2a4fced6a722f624c18d658dee42612b83ea24c1caf7c0eb3a8/jsonschema_path-0.3.4.tar.gz", hash = "sha256:8365356039f16cc65fddffafda5f58766e34bebab7d6d105616ab52bc4297001", size = 11159, upload-time = "2025-01-24T14:33:16.547Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/cb/58/3485da8cb93d2f393bce453adeef16896751f14ba3e2024bc21dc9597646/jsonschema_path-0.3.4-py3-none-any.whl", hash = "sha256:f502191fdc2b22050f9a81c9237be9d27145b9001c55842bece5e94e382e52f8", size = 14810, upload-time = "2025-01-24T14:33:14.652Z" }, -] - -[[package]] -name = "jsonschema-specifications" -version = "2025.9.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "referencing" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/19/74/a633ee74eb36c44aa6d1095e7cc5569bebf04342ee146178e2d36600708b/jsonschema_specifications-2025.9.1.tar.gz", hash = "sha256:b540987f239e745613c7a9176f3edb72b832a4ac465cf02712288397832b5e8d", size = 32855, upload-time = "2025-09-08T01:34:59.186Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/41/45/1a4ed80516f02155c51f51e8cedb3c1902296743db0bbc66608a0db2814f/jsonschema_specifications-2025.9.1-py3-none-any.whl", hash = "sha256:98802fee3a11ee76ecaca44429fda8a41bff98b00a0f2838151b113f210cc6fe", size = 18437, upload-time = "2025-09-08T01:34:57.871Z" }, -] - -[[package]] -name = "keyring" -version = "25.7.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "jaraco-classes" }, - { name = "jaraco-context" }, - { name = "jaraco-functools" }, - { name = "jeepney", marker = "sys_platform == 'linux'" }, - { name = "pywin32-ctypes", marker = "sys_platform == 'win32'" }, - { name = "secretstorage", marker = "sys_platform == 'linux'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/43/4b/674af6ef2f97d56f0ab5153bf0bfa28ccb6c3ed4d1babf4305449668807b/keyring-25.7.0.tar.gz", hash = "sha256:fe01bd85eb3f8fb3dd0405defdeac9a5b4f6f0439edbb3149577f244a2e8245b", size = 63516, upload-time = "2025-11-16T16:26:09.482Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/81/db/e655086b7f3a705df045bf0933bdd9c2f79bb3c97bfef1384598bb79a217/keyring-25.7.0-py3-none-any.whl", hash = "sha256:be4a0b195f149690c166e850609a477c532ddbfbaed96a404d4e43f8d5e2689f", size = 39160, upload-time = "2025-11-16T16:26:08.402Z" }, -] - -[[package]] -name = "langchain" -version = "1.2.15" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "langchain-core" }, - { name = "langgraph" }, - { name = "pydantic" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/98/3f/888a7099d2bd2917f8b0c3ffc7e347f1e664cf64267820b0b923c4f339fc/langchain-1.2.15.tar.gz", hash = "sha256:1717b6719daefae90b2728314a5e2a117ff916291e2862595b6c3d6fba33d652", size = 574732, upload-time = "2026-04-03T14:26:03.994Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/3f/e8/a3b8cb0005553f6a876865073c81ef93bd7c5b18381bcb9ba4013af96ebc/langchain-1.2.15-py3-none-any.whl", hash = "sha256:e349db349cb3e9550c4044077cf90a1717691756cc236438404b23500e615874", size = 112714, upload-time = "2026-04-03T14:26:02.557Z" }, -] - -[[package]] -name = "langchain-anthropic" -version = "1.4.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anthropic" }, - { name = "langchain-core" }, - { name = "pydantic" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/ca/19/55e0d3548a4d85ccee630fcfc0979af54ff4ea4f39ab0ed1ed3c6bf25f4e/langchain_anthropic-1.4.1.tar.gz", hash = "sha256:e17d027091438620e35ff2f06aefdfd63c8dcdf6abc606009ddfe3c764f2bc2e", size = 676043, upload-time = "2026-04-17T14:26:17.31Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/61/0a/20625dfea38a26e8b43654e18cafbc3595e7dc223da80f23d4fa8451dc1d/langchain_anthropic-1.4.1-py3-none-any.whl", hash = "sha256:5a48afbb2b1bad9c46badaccc8e23b0dd7ae07b7583f76bac21ddb3dac831efd", size = 49020, upload-time = "2026-04-17T14:26:15.989Z" }, -] - -[[package]] -name = "langchain-core" -version = "1.3.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "jsonpatch" }, - { name = "langsmith" }, - { name = "packaging" }, - { name = "pydantic" }, - { name = "pyyaml" }, - { name = "tenacity" }, - { name = "typing-extensions" }, - { name = "uuid-utils" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/92/fe/20190232d9b513242899dbb0c2bb77e31b4d61e343743adbe90ebc2603d2/langchain_core-1.3.0.tar.gz", hash = "sha256:14a39f528bf459aa3aa40d0a7f7f1bae7520d435ef991ae14a4ceb74d8c49046", size = 860755, upload-time = "2026-04-17T14:51:38.298Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/f8/e2/dbfa347aa072a6dc4cd38d6f9ebfc730b4c14c258c47f480f4c5c546f177/langchain_core-1.3.0-py3-none-any.whl", hash = "sha256:baf16ee028475df177b9ab8869a751c79406d64a6f12125b93802991b566cced", size = 515140, upload-time = "2026-04-17T14:51:36.274Z" }, -] - -[[package]] -name = "langchain-google-genai" -version = "4.2.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "filetype" }, - { name = "google-genai" }, - { name = "langchain-core" }, - { name = "pydantic" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/29/78/dfe068937338727b0dee637d971d59fe2fa275f9d0f0edee3fa80e811846/langchain_google_genai-4.2.2.tar.gz", hash = "sha256:5fc774bf41d1dc1c1a5ba8d7b9f2017dfa77e30653c9b44d2dfbaf0e877e7388", size = 267457, upload-time = "2026-04-15T15:08:32.18Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/3c/5c/adf81d68ab89b4cf505e690f8c1956d11b5969c831c951c7b4b1b1818080/langchain_google_genai-4.2.2-py3-none-any.whl", hash = "sha256:c8d09aac0304d26f1c2483e41a350f15587af1fbe034c39a304e1e17a3b743f3", size = 67605, upload-time = "2026-04-15T15:08:31.346Z" }, -] - -[[package]] -name = "langchain-mcp-adapters" -version = "0.2.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "langchain-core" }, - { name = "mcp" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/0e/66/1cc7039e2daaddcdea9d8887851fe6eb67401925999b2aa394aa855c7132/langchain_mcp_adapters-0.2.2.tar.gz", hash = "sha256:12d39e91ae4389c54b61b221094e53850b6e152934d8bc10c80665d600e76530", size = 37942, upload-time = "2026-03-16T17:13:30.35Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/7d/2f/15d5e6c1765d8404a9cce38d8c81d7b33fb3392f9db5b992c000dddbd2a3/langchain_mcp_adapters-0.2.2-py3-none-any.whl", hash = "sha256:d08e64954e86281002653071b7430e0377c9a577cb4ac3143abfeb3e24ef8797", size = 23288, upload-time = "2026-03-16T17:13:29.073Z" }, -] - -[[package]] -name = "langchain-openai" -version = "1.1.15" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "langchain-core" }, - { name = "openai" }, - { name = "tiktoken" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/86/1e/ed50e1c44f36be6ba97b56b09f1a6be5906098b4ba1e6f8a0f661a54a5f5/langchain_openai-1.1.15.tar.gz", hash = "sha256:16ddb7481853991fd00691dfd01bcc5cdf60cb36aa6962b38c8a4939f0538ba0", size = 1115780, upload-time = "2026-04-20T19:57:09.281Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/2d/29/a357935f8d75ce4fc7c32bbc887c026295e98a9e4ded6daf434d150c5d44/langchain_openai-1.1.15-py3-none-any.whl", hash = "sha256:069022b6cba2108fac2450d3bf6c888e20a2af92bf89b493638456ef4db0d900", size = 88797, upload-time = "2026-04-20T19:57:07.683Z" }, -] - -[[package]] -name = "langgraph" -version = "1.1.9" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "langchain-core" }, - { name = "langgraph-checkpoint" }, - { name = "langgraph-prebuilt" }, - { name = "langgraph-sdk" }, - { name = "pydantic" }, - { name = "xxhash" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/8c/d5/9d9c65d5500a1ca7ea63d6d65aecfb248037018a74d7d4ef52e276bb4e4b/langgraph-1.1.9.tar.gz", hash = "sha256:bc5a49d5a5e71fda1f9c53c06c62f4caec9a95545b739d130a58b6ab3269e274", size = 560717, upload-time = "2026-04-21T13:43:06.809Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/16/58/0380420e66619d12c992c1f8cfda0c7a04e8f0fe8a84752245b9e7b1cba7/langgraph-1.1.9-py3-none-any.whl", hash = "sha256:7db13ceecde4ea643df6c097dcc9e534895dcd9fcc6500eeff2f2cde0fab16b2", size = 173744, upload-time = "2026-04-21T13:43:05.513Z" }, -] - -[[package]] -name = "langgraph-checkpoint" -version = "4.0.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "langchain-core" }, - { name = "ormsgpack" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/2e/f2/cf8086e1f1a3358d9228805614e72602c281b18307f3fae64a5b854aad2d/langgraph_checkpoint-4.0.2.tar.gz", hash = "sha256:4f6f99cba8e272deabf81b2d8cdc96582af07a57a6ad591cdf216bb310497039", size = 160810, upload-time = "2026-04-15T21:03:00.062Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b9/5a/6dba29dd89b0a46ae21c707da0f9d17e94f27d3e481ed15bc99d6bd20aa6/langgraph_checkpoint-4.0.2-py3-none-any.whl", hash = "sha256:59b0f29216128a629c58dd07c98aa004f82f51805d5573126ffb419b753ff253", size = 51000, upload-time = "2026-04-15T21:02:59.096Z" }, -] - -[[package]] -name = "langgraph-prebuilt" -version = "1.0.10" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "langchain-core" }, - { name = "langgraph-checkpoint" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/fe/c8/01471b1b5601f2e9c9a69c39fc9a2fb8611613ede0002e5a2b81c0acd850/langgraph_prebuilt-1.0.10.tar.gz", hash = "sha256:5a6fc513f8907074563b6218ff991c4ed9db19ac63101314919686e8029ddb07", size = 169769, upload-time = "2026-04-17T17:59:45.373Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/50/49/d073375beabdc6955df6cbe570ba7786836bd4c817ae998955d35037f2fd/langgraph_prebuilt-1.0.10-py3-none-any.whl", hash = "sha256:e3baa1977d819982e690a357ba5bb77ccc1d4d8d4a029c48e502a3b6d171185f", size = 36086, upload-time = "2026-04-17T17:59:44.395Z" }, -] - -[[package]] -name = "langgraph-sdk" -version = "0.3.13" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "httpx" }, - { name = "orjson" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/0e/db/77a45127dddcfea5e4256ba916182903e4c31dc4cfca305b8c386f0a9e53/langgraph_sdk-0.3.13.tar.gz", hash = "sha256:419ca5663eec3cec192ad194ac0647c0c826866b446073eb40f384f950986cd5", size = 196360, upload-time = "2026-04-07T20:34:18.766Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/fe/ef/64d64e9f8eea47ce7b939aa6da6863b674c8d418647813c20111645fcc62/langgraph_sdk-0.3.13-py3-none-any.whl", hash = "sha256:aee09e345c90775f6de9d6f4c7b847cfc652e49055c27a2aed0d981af2af3bd0", size = 96668, upload-time = "2026-04-07T20:34:17.866Z" }, -] - -[[package]] -name = "langsmith" -version = "0.7.33" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "httpx" }, - { name = "orjson", marker = "platform_python_implementation != 'PyPy'" }, - { name = "packaging" }, - { name = "pydantic" }, - { name = "requests" }, - { name = "requests-toolbelt" }, - { name = "uuid-utils" }, - { name = "xxhash" }, - { name = "zstandard" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/6f/75/1ee27b3510bf5b1b569b9695c9466c256caab45885bd569c0c67720236ad/langsmith-0.7.33.tar.gz", hash = "sha256:fa2d81ad6e8374a81fda9291894f6fcae714e55fbf11a0b07578e3cd4b1ea384", size = 1186298, upload-time = "2026-04-20T16:17:54.583Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/f4/76/53033db34ffccd25d62c32b23b9468f7228b455da6976e1c420ae31555c4/langsmith-0.7.33-py3-none-any.whl", hash = "sha256:5b535b991d52d3b664ebb8dc6f95afcf8d0acb42e062ac45a54a6a4820139f20", size = 378981, upload-time = "2026-04-20T16:17:52.503Z" }, -] - -[[package]] -name = "litellm" -version = "1.81.13" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "aiohttp" }, - { name = "click" }, - { name = "fastuuid" }, - { name = "httpx" }, - { name = "importlib-metadata" }, - { name = "jinja2" }, - { name = "jsonschema" }, - { name = "openai" }, - { name = "pydantic" }, - { name = "python-dotenv" }, - { name = "tiktoken" }, - { name = "tokenizers" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/72/80/b6cb799e7100953d848e106d0575db34c75bc3b57f31f2eefdfb1e23655f/litellm-1.81.13.tar.gz", hash = "sha256:083788d9c94e3371ff1c42e40e0e8198c497772643292a65b1bc91a3b3b537ea", size = 16562861, upload-time = "2026-02-17T02:00:47.466Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/be/f3/fffb7932870163cea7addc392165647a9a8a5489967de486c854226f1141/litellm-1.81.13-py3-none-any.whl", hash = "sha256:ae4aea2a55e85993f5f6dd36d036519422d24812a1a3e8540d9e987f2d7a4304", size = 14587505, upload-time = "2026-02-17T02:00:44.22Z" }, -] - -[[package]] -name = "lupa" -version = "2.6" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b8/1c/191c3e6ec6502e3dbe25a53e27f69a5daeac3e56de1f73c0138224171ead/lupa-2.6.tar.gz", hash = "sha256:9a770a6e89576be3447668d7ced312cd6fd41d3c13c2462c9dc2c2ab570e45d9", size = 7240282, upload-time = "2025-10-24T07:20:29.738Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/94/86/ce243390535c39d53ea17ccf0240815e6e457e413e40428a658ea4ee4b8d/lupa-2.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:47ce718817ef1cc0c40d87c3d5ae56a800d61af00fbc0fad1ca9be12df2f3b56", size = 951707, upload-time = "2025-10-24T07:18:03.884Z" }, - { url = "https://files.pythonhosted.org/packages/86/85/cedea5e6cbeb54396fdcc55f6b741696f3f036d23cfaf986d50d680446da/lupa-2.6-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:7aba985b15b101495aa4b07112cdc08baa0c545390d560ad5cfde2e9e34f4d58", size = 1916703, upload-time = "2025-10-24T07:18:05.6Z" }, - { url = "https://files.pythonhosted.org/packages/24/be/3d6b5f9a8588c01a4d88129284c726017b2089f3a3fd3ba8bd977292fea0/lupa-2.6-cp312-cp312-macosx_11_0_x86_64.whl", hash = "sha256:b766f62f95b2739f2248977d29b0722e589dcf4f0ccfa827ccbd29f0148bd2e5", size = 985152, upload-time = "2025-10-24T07:18:08.561Z" }, - { url = "https://files.pythonhosted.org/packages/eb/23/9f9a05beee5d5dce9deca4cb07c91c40a90541fc0a8e09db4ee670da550f/lupa-2.6-cp312-cp312-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl", hash = "sha256:00a934c23331f94cb51760097ebfab14b005d55a6b30a2b480e3c53dd2fa290d", size = 1159599, upload-time = "2025-10-24T07:18:10.346Z" }, - { url = "https://files.pythonhosted.org/packages/40/4e/e7c0583083db9d7f1fd023800a9767d8e4391e8330d56c2373d890ac971b/lupa-2.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:21de9f38bd475303e34a042b7081aabdf50bd9bafd36ce4faea2f90fd9f15c31", size = 1038686, upload-time = "2025-10-24T07:18:12.112Z" }, - { url = "https://files.pythonhosted.org/packages/1c/9f/5a4f7d959d4feba5e203ff0c31889e74d1ca3153122be4a46dca7d92bf7c/lupa-2.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:cf3bda96d3fc41237e964a69c23647d50d4e28421111360274d4799832c560e9", size = 2071956, upload-time = "2025-10-24T07:18:14.572Z" }, - { url = "https://files.pythonhosted.org/packages/92/34/2f4f13ca65d01169b1720176aedc4af17bc19ee834598c7292db232cb6dc/lupa-2.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:5a76ead245da54801a81053794aa3975f213221f6542d14ec4b859ee2e7e0323", size = 1057199, upload-time = "2025-10-24T07:18:16.379Z" }, - { url = "https://files.pythonhosted.org/packages/35/2a/5f7d2eebec6993b0dcd428e0184ad71afb06a45ba13e717f6501bfed1da3/lupa-2.6-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:8dd0861741caa20886ddbda0a121d8e52fb9b5bb153d82fa9bba796962bf30e8", size = 1173693, upload-time = "2025-10-24T07:18:18.153Z" }, - { url = "https://files.pythonhosted.org/packages/e4/29/089b4d2f8e34417349af3904bb40bec40b65c8731f45e3fd8d497ca573e5/lupa-2.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:239e63948b0b23023f81d9a19a395e768ed3da6a299f84e7963b8f813f6e3f9c", size = 2164394, upload-time = "2025-10-24T07:18:20.403Z" }, - { url = "https://files.pythonhosted.org/packages/f3/1b/79c17b23c921f81468a111cad843b076a17ef4b684c4a8dff32a7969c3f0/lupa-2.6-cp312-cp312-win32.whl", hash = "sha256:325894e1099499e7a6f9c351147661a2011887603c71086d36fe0f964d52d1ce", size = 1420647, upload-time = "2025-10-24T07:18:23.368Z" }, - { url = "https://files.pythonhosted.org/packages/b8/15/5121e68aad3584e26e1425a5c9a79cd898f8a152292059e128c206ee817c/lupa-2.6-cp312-cp312-win_amd64.whl", hash = "sha256:c735a1ce8ee60edb0fe71d665f1e6b7c55c6021f1d340eb8c865952c602cd36f", size = 1688529, upload-time = "2025-10-24T07:18:25.523Z" }, - { url = "https://files.pythonhosted.org/packages/28/1d/21176b682ca5469001199d8b95fa1737e29957a3d185186e7a8b55345f2e/lupa-2.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:663a6e58a0f60e7d212017d6678639ac8df0119bc13c2145029dcba084391310", size = 947232, upload-time = "2025-10-24T07:18:27.878Z" }, - { url = "https://files.pythonhosted.org/packages/ce/4c/d327befb684660ca13cf79cd1f1d604331808f9f1b6fb6bf57832f8edf80/lupa-2.6-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:d1f5afda5c20b1f3217a80e9bc1b77037f8a6eb11612fd3ada19065303c8f380", size = 1908625, upload-time = "2025-10-24T07:18:29.944Z" }, - { url = "https://files.pythonhosted.org/packages/66/8e/ad22b0a19454dfd08662237a84c792d6d420d36b061f239e084f29d1a4f3/lupa-2.6-cp313-cp313-macosx_11_0_x86_64.whl", hash = "sha256:26f2b3c085fe76e9119e48c1013c1cccdc1f51585d456858290475aa38e7089e", size = 981057, upload-time = "2025-10-24T07:18:31.553Z" }, - { url = "https://files.pythonhosted.org/packages/5c/48/74859073ab276bd0566c719f9ca0108b0cfc1956ca0d68678d117d47d155/lupa-2.6-cp313-cp313-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl", hash = "sha256:60d2f902c7b96fb8ab98493dcff315e7bb4d0b44dc9dd76eb37de575025d5685", size = 1156227, upload-time = "2025-10-24T07:18:33.981Z" }, - { url = "https://files.pythonhosted.org/packages/09/6c/0e9ded061916877253c2266074060eb71ed99fb21d73c8c114a76725bce2/lupa-2.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a02d25dee3a3250967c36590128d9220ae02f2eda166a24279da0b481519cbff", size = 1035752, upload-time = "2025-10-24T07:18:36.32Z" }, - { url = "https://files.pythonhosted.org/packages/dd/ef/f8c32e454ef9f3fe909f6c7d57a39f950996c37a3deb7b391fec7903dab7/lupa-2.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6eae1ee16b886b8914ff292dbefbf2f48abfbdee94b33a88d1d5475e02423203", size = 2069009, upload-time = "2025-10-24T07:18:38.072Z" }, - { url = "https://files.pythonhosted.org/packages/53/dc/15b80c226a5225815a890ee1c11f07968e0aba7a852df41e8ae6fe285063/lupa-2.6-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:b0edd5073a4ee74ab36f74fe61450148e6044f3952b8d21248581f3c5d1a58be", size = 1056301, upload-time = "2025-10-24T07:18:40.165Z" }, - { url = "https://files.pythonhosted.org/packages/31/14/2086c1425c985acfb30997a67e90c39457122df41324d3c179d6ee2292c6/lupa-2.6-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:0c53ee9f22a8a17e7d4266ad48e86f43771951797042dd51d1494aaa4f5f3f0a", size = 1170673, upload-time = "2025-10-24T07:18:42.426Z" }, - { url = "https://files.pythonhosted.org/packages/10/e5/b216c054cf86576c0191bf9a9f05de6f7e8e07164897d95eea0078dca9b2/lupa-2.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:de7c0f157a9064a400d828789191a96da7f4ce889969a588b87ec80de9b14772", size = 2162227, upload-time = "2025-10-24T07:18:46.112Z" }, - { url = "https://files.pythonhosted.org/packages/59/2f/33ecb5bedf4f3bc297ceacb7f016ff951331d352f58e7e791589609ea306/lupa-2.6-cp313-cp313-win32.whl", hash = "sha256:ee9523941ae0a87b5b703417720c5d78f72d2f5bc23883a2ea80a949a3ed9e75", size = 1419558, upload-time = "2025-10-24T07:18:48.371Z" }, - { url = "https://files.pythonhosted.org/packages/f9/b4/55e885834c847ea610e111d87b9ed4768f0afdaeebc00cd46810f25029f6/lupa-2.6-cp313-cp313-win_amd64.whl", hash = "sha256:b1335a5835b0a25ebdbc75cf0bda195e54d133e4d994877ef025e218c2e59db9", size = 1683424, upload-time = "2025-10-24T07:18:50.976Z" }, - { url = "https://files.pythonhosted.org/packages/66/9d/d9427394e54d22a35d1139ef12e845fd700d4872a67a34db32516170b746/lupa-2.6-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:dcb6d0a3264873e1653bc188499f48c1fb4b41a779e315eba45256cfe7bc33c1", size = 953818, upload-time = "2025-10-24T07:18:53.378Z" }, - { url = "https://files.pythonhosted.org/packages/10/41/27bbe81953fb2f9ecfced5d9c99f85b37964cfaf6aa8453bb11283983721/lupa-2.6-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:a37e01f2128f8c36106726cb9d360bac087d58c54b4522b033cc5691c584db18", size = 1915850, upload-time = "2025-10-24T07:18:55.259Z" }, - { url = "https://files.pythonhosted.org/packages/a3/98/f9ff60db84a75ba8725506bbf448fb085bc77868a021998ed2a66d920568/lupa-2.6-cp314-cp314-macosx_11_0_x86_64.whl", hash = "sha256:458bd7e9ff3c150b245b0fcfbb9bd2593d1152ea7f0a7b91c1d185846da033fe", size = 982344, upload-time = "2025-10-24T07:18:57.05Z" }, - { url = "https://files.pythonhosted.org/packages/41/f7/f39e0f1c055c3b887d86b404aaf0ca197b5edfd235a8b81b45b25bac7fc3/lupa-2.6-cp314-cp314-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl", hash = "sha256:052ee82cac5206a02df77119c325339acbc09f5ce66967f66a2e12a0f3211cad", size = 1156543, upload-time = "2025-10-24T07:18:59.251Z" }, - { url = "https://files.pythonhosted.org/packages/9e/9c/59e6cffa0d672d662ae17bd7ac8ecd2c89c9449dee499e3eb13ca9cd10d9/lupa-2.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:96594eca3c87dd07938009e95e591e43d554c1dbd0385be03c100367141db5a8", size = 1047974, upload-time = "2025-10-24T07:19:01.449Z" }, - { url = "https://files.pythonhosted.org/packages/23/c6/a04e9cef7c052717fcb28fb63b3824802488f688391895b618e39be0f684/lupa-2.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e8faddd9d198688c8884091173a088a8e920ecc96cda2ffed576a23574c4b3f6", size = 2073458, upload-time = "2025-10-24T07:19:03.369Z" }, - { url = "https://files.pythonhosted.org/packages/e6/10/824173d10f38b51fc77785228f01411b6ca28826ce27404c7c912e0e442c/lupa-2.6-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:daebb3a6b58095c917e76ba727ab37b27477fb926957c825205fbda431552134", size = 1067683, upload-time = "2025-10-24T07:19:06.2Z" }, - { url = "https://files.pythonhosted.org/packages/b6/dc/9692fbcf3c924d9c4ece2d8d2f724451ac2e09af0bd2a782db1cef34e799/lupa-2.6-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:f3154e68972befe0f81564e37d8142b5d5d79931a18309226a04ec92487d4ea3", size = 1171892, upload-time = "2025-10-24T07:19:08.544Z" }, - { url = "https://files.pythonhosted.org/packages/84/ff/e318b628d4643c278c96ab3ddea07fc36b075a57383c837f5b11e537ba9d/lupa-2.6-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:e4dadf77b9fedc0bfa53417cc28dc2278a26d4cbd95c29f8927ad4d8fe0a7ef9", size = 2166641, upload-time = "2025-10-24T07:19:10.485Z" }, - { url = "https://files.pythonhosted.org/packages/12/f7/a6f9ec2806cf2d50826980cdb4b3cffc7691dc6f95e13cc728846d5cb793/lupa-2.6-cp314-cp314-win32.whl", hash = "sha256:cb34169c6fa3bab3e8ac58ca21b8a7102f6a94b6a5d08d3636312f3f02fafd8f", size = 1456857, upload-time = "2025-10-24T07:19:37.989Z" }, - { url = "https://files.pythonhosted.org/packages/c5/de/df71896f25bdc18360fdfa3b802cd7d57d7fede41a0e9724a4625b412c85/lupa-2.6-cp314-cp314-win_amd64.whl", hash = "sha256:b74f944fe46c421e25d0f8692aef1e842192f6f7f68034201382ac440ef9ea67", size = 1731191, upload-time = "2025-10-24T07:19:40.281Z" }, - { url = "https://files.pythonhosted.org/packages/47/3c/a1f23b01c54669465f5f4c4083107d496fbe6fb45998771420e9aadcf145/lupa-2.6-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:0e21b716408a21ab65723f8841cf7f2f37a844b7a965eeabb785e27fca4099cf", size = 999343, upload-time = "2025-10-24T07:19:12.519Z" }, - { url = "https://files.pythonhosted.org/packages/c5/6d/501994291cb640bfa2ccf7f554be4e6914afa21c4026bd01bff9ca8aac57/lupa-2.6-cp314-cp314t-macosx_11_0_universal2.whl", hash = "sha256:589db872a141bfff828340079bbdf3e9a31f2689f4ca0d88f97d9e8c2eae6142", size = 2000730, upload-time = "2025-10-24T07:19:14.869Z" }, - { url = "https://files.pythonhosted.org/packages/53/a5/457ffb4f3f20469956c2d4c4842a7675e884efc895b2f23d126d23e126cc/lupa-2.6-cp314-cp314t-macosx_11_0_x86_64.whl", hash = "sha256:cd852a91a4a9d4dcbb9a58100f820a75a425703ec3e3f049055f60b8533b7953", size = 1021553, upload-time = "2025-10-24T07:19:17.123Z" }, - { url = "https://files.pythonhosted.org/packages/51/6b/36bb5a5d0960f2a5c7c700e0819abb76fd9bf9c1d8a66e5106416d6e9b14/lupa-2.6-cp314-cp314t-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl", hash = "sha256:0334753be028358922415ca97a64a3048e4ed155413fc4eaf87dd0a7e2752983", size = 1133275, upload-time = "2025-10-24T07:19:20.51Z" }, - { url = "https://files.pythonhosted.org/packages/19/86/202ff4429f663013f37d2229f6176ca9f83678a50257d70f61a0a97281bf/lupa-2.6-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:661d895cd38c87658a34780fac54a690ec036ead743e41b74c3fb81a9e65a6aa", size = 1038441, upload-time = "2025-10-24T07:19:22.509Z" }, - { url = "https://files.pythonhosted.org/packages/a7/42/d8125f8e420714e5b52e9c08d88b5329dfb02dcca731b4f21faaee6cc5b5/lupa-2.6-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6aa58454ccc13878cc177c62529a2056be734da16369e451987ff92784994ca7", size = 2058324, upload-time = "2025-10-24T07:19:24.979Z" }, - { url = "https://files.pythonhosted.org/packages/2b/2c/47bf8b84059876e877a339717ddb595a4a7b0e8740bacae78ba527562e1c/lupa-2.6-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:1425017264e470c98022bba8cff5bd46d054a827f5df6b80274f9cc71dafd24f", size = 1060250, upload-time = "2025-10-24T07:19:27.262Z" }, - { url = "https://files.pythonhosted.org/packages/c2/06/d88add2b6406ca1bdec99d11a429222837ca6d03bea42ca75afa169a78cb/lupa-2.6-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:224af0532d216e3105f0a127410f12320f7c5f1aa0300bdf9646b8d9afb0048c", size = 1151126, upload-time = "2025-10-24T07:19:29.522Z" }, - { url = "https://files.pythonhosted.org/packages/b4/a0/89e6a024c3b4485b89ef86881c9d55e097e7cb0bdb74efb746f2fa6a9a76/lupa-2.6-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:9abb98d5a8fd27c8285302e82199f0e56e463066f88f619d6594a450bf269d80", size = 2153693, upload-time = "2025-10-24T07:19:31.379Z" }, - { url = "https://files.pythonhosted.org/packages/b6/36/a0f007dc58fc1bbf51fb85dcc82fcb1f21b8c4261361de7dab0e3d8521ef/lupa-2.6-cp314-cp314t-win32.whl", hash = "sha256:1849efeba7a8f6fb8aa2c13790bee988fd242ae404bd459509640eeea3d1e291", size = 1590104, upload-time = "2025-10-24T07:19:33.514Z" }, - { url = "https://files.pythonhosted.org/packages/7d/5e/db903ce9cf82c48d6b91bf6d63ae4c8d0d17958939a4e04ba6b9f38b8643/lupa-2.6-cp314-cp314t-win_amd64.whl", hash = "sha256:fc1498d1a4fc028bc521c26d0fad4ca00ed63b952e32fb95949bda76a04bad52", size = 1913818, upload-time = "2025-10-24T07:19:36.039Z" }, -] - -[[package]] -name = "markdown-it-py" -version = "4.0.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "mdurl" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/5b/f5/4ec618ed16cc4f8fb3b701563655a69816155e79e24a17b651541804721d/markdown_it_py-4.0.0.tar.gz", hash = "sha256:cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3", size = 73070, upload-time = "2025-08-11T12:57:52.854Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/94/54/e7d793b573f298e1c9013b8c4dade17d481164aa517d1d7148619c2cedbf/markdown_it_py-4.0.0-py3-none-any.whl", hash = "sha256:87327c59b172c5011896038353a81343b6754500a08cd7a4973bb48c6d578147", size = 87321, upload-time = "2025-08-11T12:57:51.923Z" }, -] - -[[package]] -name = "markupsafe" -version = "3.0.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/7e/99/7690b6d4034fffd95959cbe0c02de8deb3098cc577c67bb6a24fe5d7caa7/markupsafe-3.0.3.tar.gz", hash = "sha256:722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698", size = 80313, upload-time = "2025-09-27T18:37:40.426Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/5a/72/147da192e38635ada20e0a2e1a51cf8823d2119ce8883f7053879c2199b5/markupsafe-3.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d53197da72cc091b024dd97249dfc7794d6a56530370992a5e1a08983ad9230e", size = 11615, upload-time = "2025-09-27T18:36:30.854Z" }, - { url = "https://files.pythonhosted.org/packages/9a/81/7e4e08678a1f98521201c3079f77db69fb552acd56067661f8c2f534a718/markupsafe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1872df69a4de6aead3491198eaf13810b565bdbeec3ae2dc8780f14458ec73ce", size = 12020, upload-time = "2025-09-27T18:36:31.971Z" }, - { url = "https://files.pythonhosted.org/packages/1e/2c/799f4742efc39633a1b54a92eec4082e4f815314869865d876824c257c1e/markupsafe-3.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3a7e8ae81ae39e62a41ec302f972ba6ae23a5c5396c8e60113e9066ef893da0d", size = 24332, upload-time = "2025-09-27T18:36:32.813Z" }, - { url = "https://files.pythonhosted.org/packages/3c/2e/8d0c2ab90a8c1d9a24f0399058ab8519a3279d1bd4289511d74e909f060e/markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d6dd0be5b5b189d31db7cda48b91d7e0a9795f31430b7f271219ab30f1d3ac9d", size = 22947, upload-time = "2025-09-27T18:36:33.86Z" }, - { url = "https://files.pythonhosted.org/packages/2c/54/887f3092a85238093a0b2154bd629c89444f395618842e8b0c41783898ea/markupsafe-3.0.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:94c6f0bb423f739146aec64595853541634bde58b2135f27f61c1ffd1cd4d16a", size = 21962, upload-time = "2025-09-27T18:36:35.099Z" }, - { url = "https://files.pythonhosted.org/packages/c9/2f/336b8c7b6f4a4d95e91119dc8521402461b74a485558d8f238a68312f11c/markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:be8813b57049a7dc738189df53d69395eba14fb99345e0a5994914a3864c8a4b", size = 23760, upload-time = "2025-09-27T18:36:36.001Z" }, - { url = "https://files.pythonhosted.org/packages/32/43/67935f2b7e4982ffb50a4d169b724d74b62a3964bc1a9a527f5ac4f1ee2b/markupsafe-3.0.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:83891d0e9fb81a825d9a6d61e3f07550ca70a076484292a70fde82c4b807286f", size = 21529, upload-time = "2025-09-27T18:36:36.906Z" }, - { url = "https://files.pythonhosted.org/packages/89/e0/4486f11e51bbba8b0c041098859e869e304d1c261e59244baa3d295d47b7/markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:77f0643abe7495da77fb436f50f8dab76dbc6e5fd25d39589a0f1fe6548bfa2b", size = 23015, upload-time = "2025-09-27T18:36:37.868Z" }, - { url = "https://files.pythonhosted.org/packages/2f/e1/78ee7a023dac597a5825441ebd17170785a9dab23de95d2c7508ade94e0e/markupsafe-3.0.3-cp312-cp312-win32.whl", hash = "sha256:d88b440e37a16e651bda4c7c2b930eb586fd15ca7406cb39e211fcff3bf3017d", size = 14540, upload-time = "2025-09-27T18:36:38.761Z" }, - { url = "https://files.pythonhosted.org/packages/aa/5b/bec5aa9bbbb2c946ca2733ef9c4ca91c91b6a24580193e891b5f7dbe8e1e/markupsafe-3.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:26a5784ded40c9e318cfc2bdb30fe164bdb8665ded9cd64d500a34fb42067b1c", size = 15105, upload-time = "2025-09-27T18:36:39.701Z" }, - { url = "https://files.pythonhosted.org/packages/e5/f1/216fc1bbfd74011693a4fd837e7026152e89c4bcf3e77b6692fba9923123/markupsafe-3.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:35add3b638a5d900e807944a078b51922212fb3dedb01633a8defc4b01a3c85f", size = 13906, upload-time = "2025-09-27T18:36:40.689Z" }, - { url = "https://files.pythonhosted.org/packages/38/2f/907b9c7bbba283e68f20259574b13d005c121a0fa4c175f9bed27c4597ff/markupsafe-3.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e1cf1972137e83c5d4c136c43ced9ac51d0e124706ee1c8aa8532c1287fa8795", size = 11622, upload-time = "2025-09-27T18:36:41.777Z" }, - { url = "https://files.pythonhosted.org/packages/9c/d9/5f7756922cdd676869eca1c4e3c0cd0df60ed30199ffd775e319089cb3ed/markupsafe-3.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:116bb52f642a37c115f517494ea5feb03889e04df47eeff5b130b1808ce7c219", size = 12029, upload-time = "2025-09-27T18:36:43.257Z" }, - { url = "https://files.pythonhosted.org/packages/00/07/575a68c754943058c78f30db02ee03a64b3c638586fba6a6dd56830b30a3/markupsafe-3.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:133a43e73a802c5562be9bbcd03d090aa5a1fe899db609c29e8c8d815c5f6de6", size = 24374, upload-time = "2025-09-27T18:36:44.508Z" }, - { url = "https://files.pythonhosted.org/packages/a9/21/9b05698b46f218fc0e118e1f8168395c65c8a2c750ae2bab54fc4bd4e0e8/markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ccfcd093f13f0f0b7fdd0f198b90053bf7b2f02a3927a30e63f3ccc9df56b676", size = 22980, upload-time = "2025-09-27T18:36:45.385Z" }, - { url = "https://files.pythonhosted.org/packages/7f/71/544260864f893f18b6827315b988c146b559391e6e7e8f7252839b1b846a/markupsafe-3.0.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:509fa21c6deb7a7a273d629cf5ec029bc209d1a51178615ddf718f5918992ab9", size = 21990, upload-time = "2025-09-27T18:36:46.916Z" }, - { url = "https://files.pythonhosted.org/packages/c2/28/b50fc2f74d1ad761af2f5dcce7492648b983d00a65b8c0e0cb457c82ebbe/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a4afe79fb3de0b7097d81da19090f4df4f8d3a2b3adaa8764138aac2e44f3af1", size = 23784, upload-time = "2025-09-27T18:36:47.884Z" }, - { url = "https://files.pythonhosted.org/packages/ed/76/104b2aa106a208da8b17a2fb72e033a5a9d7073c68f7e508b94916ed47a9/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:795e7751525cae078558e679d646ae45574b47ed6e7771863fcc079a6171a0fc", size = 21588, upload-time = "2025-09-27T18:36:48.82Z" }, - { url = "https://files.pythonhosted.org/packages/b5/99/16a5eb2d140087ebd97180d95249b00a03aa87e29cc224056274f2e45fd6/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8485f406a96febb5140bfeca44a73e3ce5116b2501ac54fe953e488fb1d03b12", size = 23041, upload-time = "2025-09-27T18:36:49.797Z" }, - { url = "https://files.pythonhosted.org/packages/19/bc/e7140ed90c5d61d77cea142eed9f9c303f4c4806f60a1044c13e3f1471d0/markupsafe-3.0.3-cp313-cp313-win32.whl", hash = "sha256:bdd37121970bfd8be76c5fb069c7751683bdf373db1ed6c010162b2a130248ed", size = 14543, upload-time = "2025-09-27T18:36:51.584Z" }, - { url = "https://files.pythonhosted.org/packages/05/73/c4abe620b841b6b791f2edc248f556900667a5a1cf023a6646967ae98335/markupsafe-3.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:9a1abfdc021a164803f4d485104931fb8f8c1efd55bc6b748d2f5774e78b62c5", size = 15113, upload-time = "2025-09-27T18:36:52.537Z" }, - { url = "https://files.pythonhosted.org/packages/f0/3a/fa34a0f7cfef23cf9500d68cb7c32dd64ffd58a12b09225fb03dd37d5b80/markupsafe-3.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:7e68f88e5b8799aa49c85cd116c932a1ac15caaa3f5db09087854d218359e485", size = 13911, upload-time = "2025-09-27T18:36:53.513Z" }, - { url = "https://files.pythonhosted.org/packages/e4/d7/e05cd7efe43a88a17a37b3ae96e79a19e846f3f456fe79c57ca61356ef01/markupsafe-3.0.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:218551f6df4868a8d527e3062d0fb968682fe92054e89978594c28e642c43a73", size = 11658, upload-time = "2025-09-27T18:36:54.819Z" }, - { url = "https://files.pythonhosted.org/packages/99/9e/e412117548182ce2148bdeacdda3bb494260c0b0184360fe0d56389b523b/markupsafe-3.0.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3524b778fe5cfb3452a09d31e7b5adefeea8c5be1d43c4f810ba09f2ceb29d37", size = 12066, upload-time = "2025-09-27T18:36:55.714Z" }, - { url = "https://files.pythonhosted.org/packages/bc/e6/fa0ffcda717ef64a5108eaa7b4f5ed28d56122c9a6d70ab8b72f9f715c80/markupsafe-3.0.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4e885a3d1efa2eadc93c894a21770e4bc67899e3543680313b09f139e149ab19", size = 25639, upload-time = "2025-09-27T18:36:56.908Z" }, - { url = "https://files.pythonhosted.org/packages/96/ec/2102e881fe9d25fc16cb4b25d5f5cde50970967ffa5dddafdb771237062d/markupsafe-3.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8709b08f4a89aa7586de0aadc8da56180242ee0ada3999749b183aa23df95025", size = 23569, upload-time = "2025-09-27T18:36:57.913Z" }, - { url = "https://files.pythonhosted.org/packages/4b/30/6f2fce1f1f205fc9323255b216ca8a235b15860c34b6798f810f05828e32/markupsafe-3.0.3-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b8512a91625c9b3da6f127803b166b629725e68af71f8184ae7e7d54686a56d6", size = 23284, upload-time = "2025-09-27T18:36:58.833Z" }, - { url = "https://files.pythonhosted.org/packages/58/47/4a0ccea4ab9f5dcb6f79c0236d954acb382202721e704223a8aafa38b5c8/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9b79b7a16f7fedff2495d684f2b59b0457c3b493778c9eed31111be64d58279f", size = 24801, upload-time = "2025-09-27T18:36:59.739Z" }, - { url = "https://files.pythonhosted.org/packages/6a/70/3780e9b72180b6fecb83a4814d84c3bf4b4ae4bf0b19c27196104149734c/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:12c63dfb4a98206f045aa9563db46507995f7ef6d83b2f68eda65c307c6829eb", size = 22769, upload-time = "2025-09-27T18:37:00.719Z" }, - { url = "https://files.pythonhosted.org/packages/98/c5/c03c7f4125180fc215220c035beac6b9cb684bc7a067c84fc69414d315f5/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8f71bc33915be5186016f675cd83a1e08523649b0e33efdb898db577ef5bb009", size = 23642, upload-time = "2025-09-27T18:37:01.673Z" }, - { url = "https://files.pythonhosted.org/packages/80/d6/2d1b89f6ca4bff1036499b1e29a1d02d282259f3681540e16563f27ebc23/markupsafe-3.0.3-cp313-cp313t-win32.whl", hash = "sha256:69c0b73548bc525c8cb9a251cddf1931d1db4d2258e9599c28c07ef3580ef354", size = 14612, upload-time = "2025-09-27T18:37:02.639Z" }, - { url = "https://files.pythonhosted.org/packages/2b/98/e48a4bfba0a0ffcf9925fe2d69240bfaa19c6f7507b8cd09c70684a53c1e/markupsafe-3.0.3-cp313-cp313t-win_amd64.whl", hash = "sha256:1b4b79e8ebf6b55351f0d91fe80f893b4743f104bff22e90697db1590e47a218", size = 15200, upload-time = "2025-09-27T18:37:03.582Z" }, - { url = "https://files.pythonhosted.org/packages/0e/72/e3cc540f351f316e9ed0f092757459afbc595824ca724cbc5a5d4263713f/markupsafe-3.0.3-cp313-cp313t-win_arm64.whl", hash = "sha256:ad2cf8aa28b8c020ab2fc8287b0f823d0a7d8630784c31e9ee5edea20f406287", size = 13973, upload-time = "2025-09-27T18:37:04.929Z" }, - { url = "https://files.pythonhosted.org/packages/33/8a/8e42d4838cd89b7dde187011e97fe6c3af66d8c044997d2183fbd6d31352/markupsafe-3.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:eaa9599de571d72e2daf60164784109f19978b327a3910d3e9de8c97b5b70cfe", size = 11619, upload-time = "2025-09-27T18:37:06.342Z" }, - { url = "https://files.pythonhosted.org/packages/b5/64/7660f8a4a8e53c924d0fa05dc3a55c9cee10bbd82b11c5afb27d44b096ce/markupsafe-3.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c47a551199eb8eb2121d4f0f15ae0f923d31350ab9280078d1e5f12b249e0026", size = 12029, upload-time = "2025-09-27T18:37:07.213Z" }, - { url = "https://files.pythonhosted.org/packages/da/ef/e648bfd021127bef5fa12e1720ffed0c6cbb8310c8d9bea7266337ff06de/markupsafe-3.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f34c41761022dd093b4b6896d4810782ffbabe30f2d443ff5f083e0cbbb8c737", size = 24408, upload-time = "2025-09-27T18:37:09.572Z" }, - { url = "https://files.pythonhosted.org/packages/41/3c/a36c2450754618e62008bf7435ccb0f88053e07592e6028a34776213d877/markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:457a69a9577064c05a97c41f4e65148652db078a3a509039e64d3467b9e7ef97", size = 23005, upload-time = "2025-09-27T18:37:10.58Z" }, - { url = "https://files.pythonhosted.org/packages/bc/20/b7fdf89a8456b099837cd1dc21974632a02a999ec9bf7ca3e490aacd98e7/markupsafe-3.0.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e8afc3f2ccfa24215f8cb28dcf43f0113ac3c37c2f0f0806d8c70e4228c5cf4d", size = 22048, upload-time = "2025-09-27T18:37:11.547Z" }, - { url = "https://files.pythonhosted.org/packages/9a/a7/591f592afdc734f47db08a75793a55d7fbcc6902a723ae4cfbab61010cc5/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:ec15a59cf5af7be74194f7ab02d0f59a62bdcf1a537677ce67a2537c9b87fcda", size = 23821, upload-time = "2025-09-27T18:37:12.48Z" }, - { url = "https://files.pythonhosted.org/packages/7d/33/45b24e4f44195b26521bc6f1a82197118f74df348556594bd2262bda1038/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:0eb9ff8191e8498cca014656ae6b8d61f39da5f95b488805da4bb029cccbfbaf", size = 21606, upload-time = "2025-09-27T18:37:13.485Z" }, - { url = "https://files.pythonhosted.org/packages/ff/0e/53dfaca23a69fbfbbf17a4b64072090e70717344c52eaaaa9c5ddff1e5f0/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2713baf880df847f2bece4230d4d094280f4e67b1e813eec43b4c0e144a34ffe", size = 23043, upload-time = "2025-09-27T18:37:14.408Z" }, - { url = "https://files.pythonhosted.org/packages/46/11/f333a06fc16236d5238bfe74daccbca41459dcd8d1fa952e8fbd5dccfb70/markupsafe-3.0.3-cp314-cp314-win32.whl", hash = "sha256:729586769a26dbceff69f7a7dbbf59ab6572b99d94576a5592625d5b411576b9", size = 14747, upload-time = "2025-09-27T18:37:15.36Z" }, - { url = "https://files.pythonhosted.org/packages/28/52/182836104b33b444e400b14f797212f720cbc9ed6ba34c800639d154e821/markupsafe-3.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:bdc919ead48f234740ad807933cdf545180bfbe9342c2bb451556db2ed958581", size = 15341, upload-time = "2025-09-27T18:37:16.496Z" }, - { url = "https://files.pythonhosted.org/packages/6f/18/acf23e91bd94fd7b3031558b1f013adfa21a8e407a3fdb32745538730382/markupsafe-3.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:5a7d5dc5140555cf21a6fefbdbf8723f06fcd2f63ef108f2854de715e4422cb4", size = 14073, upload-time = "2025-09-27T18:37:17.476Z" }, - { url = "https://files.pythonhosted.org/packages/3c/f0/57689aa4076e1b43b15fdfa646b04653969d50cf30c32a102762be2485da/markupsafe-3.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:1353ef0c1b138e1907ae78e2f6c63ff67501122006b0f9abad68fda5f4ffc6ab", size = 11661, upload-time = "2025-09-27T18:37:18.453Z" }, - { url = "https://files.pythonhosted.org/packages/89/c3/2e67a7ca217c6912985ec766c6393b636fb0c2344443ff9d91404dc4c79f/markupsafe-3.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1085e7fbddd3be5f89cc898938f42c0b3c711fdcb37d75221de2666af647c175", size = 12069, upload-time = "2025-09-27T18:37:19.332Z" }, - { url = "https://files.pythonhosted.org/packages/f0/00/be561dce4e6ca66b15276e184ce4b8aec61fe83662cce2f7d72bd3249d28/markupsafe-3.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1b52b4fb9df4eb9ae465f8d0c228a00624de2334f216f178a995ccdcf82c4634", size = 25670, upload-time = "2025-09-27T18:37:20.245Z" }, - { url = "https://files.pythonhosted.org/packages/50/09/c419f6f5a92e5fadde27efd190eca90f05e1261b10dbd8cbcb39cd8ea1dc/markupsafe-3.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fed51ac40f757d41b7c48425901843666a6677e3e8eb0abcff09e4ba6e664f50", size = 23598, upload-time = "2025-09-27T18:37:21.177Z" }, - { url = "https://files.pythonhosted.org/packages/22/44/a0681611106e0b2921b3033fc19bc53323e0b50bc70cffdd19f7d679bb66/markupsafe-3.0.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f190daf01f13c72eac4efd5c430a8de82489d9cff23c364c3ea822545032993e", size = 23261, upload-time = "2025-09-27T18:37:22.167Z" }, - { url = "https://files.pythonhosted.org/packages/5f/57/1b0b3f100259dc9fffe780cfb60d4be71375510e435efec3d116b6436d43/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e56b7d45a839a697b5eb268c82a71bd8c7f6c94d6fd50c3d577fa39a9f1409f5", size = 24835, upload-time = "2025-09-27T18:37:23.296Z" }, - { url = "https://files.pythonhosted.org/packages/26/6a/4bf6d0c97c4920f1597cc14dd720705eca0bf7c787aebc6bb4d1bead5388/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:f3e98bb3798ead92273dc0e5fd0f31ade220f59a266ffd8a4f6065e0a3ce0523", size = 22733, upload-time = "2025-09-27T18:37:24.237Z" }, - { url = "https://files.pythonhosted.org/packages/14/c7/ca723101509b518797fedc2fdf79ba57f886b4aca8a7d31857ba3ee8281f/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5678211cb9333a6468fb8d8be0305520aa073f50d17f089b5b4b477ea6e67fdc", size = 23672, upload-time = "2025-09-27T18:37:25.271Z" }, - { url = "https://files.pythonhosted.org/packages/fb/df/5bd7a48c256faecd1d36edc13133e51397e41b73bb77e1a69deab746ebac/markupsafe-3.0.3-cp314-cp314t-win32.whl", hash = "sha256:915c04ba3851909ce68ccc2b8e2cd691618c4dc4c4232fb7982bca3f41fd8c3d", size = 14819, upload-time = "2025-09-27T18:37:26.285Z" }, - { url = "https://files.pythonhosted.org/packages/1a/8a/0402ba61a2f16038b48b39bccca271134be00c5c9f0f623208399333c448/markupsafe-3.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4faffd047e07c38848ce017e8725090413cd80cbc23d86e55c587bf979e579c9", size = 15426, upload-time = "2025-09-27T18:37:27.316Z" }, - { url = "https://files.pythonhosted.org/packages/70/bc/6f1c2f612465f5fa89b95bead1f44dcb607670fd42891d8fdcd5d039f4f4/markupsafe-3.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:32001d6a8fc98c8cb5c947787c5d08b0a50663d139f1305bac5885d98d9b40fa", size = 14146, upload-time = "2025-09-27T18:37:28.327Z" }, -] - -[[package]] -name = "mcp" -version = "1.26.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anyio" }, - { name = "httpx" }, - { name = "httpx-sse" }, - { name = "jsonschema" }, - { name = "pydantic" }, - { name = "pydantic-settings" }, - { name = "pyjwt", extra = ["crypto"] }, - { name = "python-multipart" }, - { name = "pywin32", marker = "sys_platform == 'win32'" }, - { name = "sse-starlette" }, - { name = "starlette" }, - { name = "typing-extensions" }, - { name = "typing-inspection" }, - { name = "uvicorn", marker = "sys_platform != 'emscripten'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/fc/6d/62e76bbb8144d6ed86e202b5edd8a4cb631e7c8130f3f4893c3f90262b10/mcp-1.26.0.tar.gz", hash = "sha256:db6e2ef491eecc1a0d93711a76f28dec2e05999f93afd48795da1c1137142c66", size = 608005, upload-time = "2026-01-24T19:40:32.468Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/fd/d9/eaa1f80170d2b7c5ba23f3b59f766f3a0bb41155fbc32a69adfa1adaaef9/mcp-1.26.0-py3-none-any.whl", hash = "sha256:904a21c33c25aa98ddbeb47273033c435e595bbacfdb177f4bd87f6dceebe1ca", size = 233615, upload-time = "2026-01-24T19:40:30.652Z" }, -] - -[package.optional-dependencies] -cli = [ - { name = "python-dotenv" }, - { name = "typer" }, -] - -[[package]] -name = "mdurl" -version = "0.1.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", size = 8729, upload-time = "2022-08-14T12:40:10.846Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979, upload-time = "2022-08-14T12:40:09.779Z" }, -] - -[[package]] -name = "more-itertools" -version = "10.8.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ea/5d/38b681d3fce7a266dd9ab73c66959406d565b3e85f21d5e66e1181d93721/more_itertools-10.8.0.tar.gz", hash = "sha256:f638ddf8a1a0d134181275fb5d58b086ead7c6a72429ad725c67503f13ba30bd", size = 137431, upload-time = "2025-09-02T15:23:11.018Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/a4/8e/469e5a4a2f5855992e425f3cb33804cc07bf18d48f2db061aec61ce50270/more_itertools-10.8.0-py3-none-any.whl", hash = "sha256:52d4362373dcf7c52546bc4af9a86ee7c4579df9a8dc268be0a2f949d376cc9b", size = 69667, upload-time = "2025-09-02T15:23:09.635Z" }, -] - -[[package]] -name = "mpmath" -version = "1.3.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e0/47/dd32fa426cc72114383ac549964eecb20ecfd886d1e5ccf5340b55b02f57/mpmath-1.3.0.tar.gz", hash = "sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f", size = 508106, upload-time = "2023-03-07T16:47:11.061Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl", hash = "sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c", size = 536198, upload-time = "2023-03-07T16:47:09.197Z" }, -] - -[[package]] -name = "multidict" -version = "6.7.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/1a/c2/c2d94cbe6ac1753f3fc980da97b3d930efe1da3af3c9f5125354436c073d/multidict-6.7.1.tar.gz", hash = "sha256:ec6652a1bee61c53a3e5776b6049172c53b6aaba34f18c9ad04f82712bac623d", size = 102010, upload-time = "2026-01-26T02:46:45.979Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/8d/9c/f20e0e2cf80e4b2e4b1c365bf5fe104ee633c751a724246262db8f1a0b13/multidict-6.7.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:a90f75c956e32891a4eda3639ce6dd86e87105271f43d43442a3aedf3cddf172", size = 76893, upload-time = "2026-01-26T02:43:52.754Z" }, - { url = "https://files.pythonhosted.org/packages/fe/cf/18ef143a81610136d3da8193da9d80bfe1cb548a1e2d1c775f26b23d024a/multidict-6.7.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:3fccb473e87eaa1382689053e4a4618e7ba7b9b9b8d6adf2027ee474597128cd", size = 45456, upload-time = "2026-01-26T02:43:53.893Z" }, - { url = "https://files.pythonhosted.org/packages/a9/65/1caac9d4cd32e8433908683446eebc953e82d22b03d10d41a5f0fefe991b/multidict-6.7.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b0fa96985700739c4c7853a43c0b3e169360d6855780021bfc6d0f1ce7c123e7", size = 43872, upload-time = "2026-01-26T02:43:55.041Z" }, - { url = "https://files.pythonhosted.org/packages/cf/3b/d6bd75dc4f3ff7c73766e04e705b00ed6dbbaccf670d9e05a12b006f5a21/multidict-6.7.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:cb2a55f408c3043e42b40cc8eecd575afa27b7e0b956dfb190de0f8499a57a53", size = 251018, upload-time = "2026-01-26T02:43:56.198Z" }, - { url = "https://files.pythonhosted.org/packages/fd/80/c959c5933adedb9ac15152e4067c702a808ea183a8b64cf8f31af8ad3155/multidict-6.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eb0ce7b2a32d09892b3dd6cc44877a0d02a33241fafca5f25c8b6b62374f8b75", size = 258883, upload-time = "2026-01-26T02:43:57.499Z" }, - { url = "https://files.pythonhosted.org/packages/86/85/7ed40adafea3d4f1c8b916e3b5cc3a8e07dfcdcb9cd72800f4ed3ca1b387/multidict-6.7.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c3a32d23520ee37bf327d1e1a656fec76a2edd5c038bf43eddfa0572ec49c60b", size = 242413, upload-time = "2026-01-26T02:43:58.755Z" }, - { url = "https://files.pythonhosted.org/packages/d2/57/b8565ff533e48595503c785f8361ff9a4fde4d67de25c207cd0ba3befd03/multidict-6.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:9c90fed18bffc0189ba814749fdcc102b536e83a9f738a9003e569acd540a733", size = 268404, upload-time = "2026-01-26T02:44:00.216Z" }, - { url = "https://files.pythonhosted.org/packages/e0/50/9810c5c29350f7258180dfdcb2e52783a0632862eb334c4896ac717cebcb/multidict-6.7.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:da62917e6076f512daccfbbde27f46fed1c98fee202f0559adec8ee0de67f71a", size = 269456, upload-time = "2026-01-26T02:44:02.202Z" }, - { url = "https://files.pythonhosted.org/packages/f3/8d/5e5be3ced1d12966fefb5c4ea3b2a5b480afcea36406559442c6e31d4a48/multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bfde23ef6ed9db7eaee6c37dcec08524cb43903c60b285b172b6c094711b3961", size = 256322, upload-time = "2026-01-26T02:44:03.56Z" }, - { url = "https://files.pythonhosted.org/packages/31/6e/d8a26d81ac166a5592782d208dd90dfdc0a7a218adaa52b45a672b46c122/multidict-6.7.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3758692429e4e32f1ba0df23219cd0b4fc0a52f476726fff9337d1a57676a582", size = 253955, upload-time = "2026-01-26T02:44:04.845Z" }, - { url = "https://files.pythonhosted.org/packages/59/4c/7c672c8aad41534ba619bcd4ade7a0dc87ed6b8b5c06149b85d3dd03f0cd/multidict-6.7.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:398c1478926eca669f2fd6a5856b6de9c0acf23a2cb59a14c0ba5844fa38077e", size = 251254, upload-time = "2026-01-26T02:44:06.133Z" }, - { url = "https://files.pythonhosted.org/packages/7b/bd/84c24de512cbafbdbc39439f74e967f19570ce7924e3007174a29c348916/multidict-6.7.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:c102791b1c4f3ab36ce4101154549105a53dc828f016356b3e3bcae2e3a039d3", size = 252059, upload-time = "2026-01-26T02:44:07.518Z" }, - { url = "https://files.pythonhosted.org/packages/fa/ba/f5449385510825b73d01c2d4087bf6d2fccc20a2d42ac34df93191d3dd03/multidict-6.7.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:a088b62bd733e2ad12c50dad01b7d0166c30287c166e137433d3b410add807a6", size = 263588, upload-time = "2026-01-26T02:44:09.382Z" }, - { url = "https://files.pythonhosted.org/packages/d7/11/afc7c677f68f75c84a69fe37184f0f82fce13ce4b92f49f3db280b7e92b3/multidict-6.7.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:3d51ff4785d58d3f6c91bdbffcb5e1f7ddfda557727043aa20d20ec4f65e324a", size = 259642, upload-time = "2026-01-26T02:44:10.73Z" }, - { url = "https://files.pythonhosted.org/packages/2b/17/ebb9644da78c4ab36403739e0e6e0e30ebb135b9caf3440825001a0bddcb/multidict-6.7.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fc5907494fccf3e7d3f94f95c91d6336b092b5fc83811720fae5e2765890dfba", size = 251377, upload-time = "2026-01-26T02:44:12.042Z" }, - { url = "https://files.pythonhosted.org/packages/ca/a4/840f5b97339e27846c46307f2530a2805d9d537d8b8bd416af031cad7fa0/multidict-6.7.1-cp312-cp312-win32.whl", hash = "sha256:28ca5ce2fd9716631133d0e9a9b9a745ad7f60bac2bccafb56aa380fc0b6c511", size = 41887, upload-time = "2026-01-26T02:44:14.245Z" }, - { url = "https://files.pythonhosted.org/packages/80/31/0b2517913687895f5904325c2069d6a3b78f66cc641a86a2baf75a05dcbb/multidict-6.7.1-cp312-cp312-win_amd64.whl", hash = "sha256:fcee94dfbd638784645b066074b338bc9cc155d4b4bffa4adce1615c5a426c19", size = 46053, upload-time = "2026-01-26T02:44:15.371Z" }, - { url = "https://files.pythonhosted.org/packages/0c/5b/aba28e4ee4006ae4c7df8d327d31025d760ffa992ea23812a601d226e682/multidict-6.7.1-cp312-cp312-win_arm64.whl", hash = "sha256:ba0a9fb644d0c1a2194cf7ffb043bd852cea63a57f66fbd33959f7dae18517bf", size = 43307, upload-time = "2026-01-26T02:44:16.852Z" }, - { url = "https://files.pythonhosted.org/packages/f2/22/929c141d6c0dba87d3e1d38fbdf1ba8baba86b7776469f2bc2d3227a1e67/multidict-6.7.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:2b41f5fed0ed563624f1c17630cb9941cf2309d4df00e494b551b5f3e3d67a23", size = 76174, upload-time = "2026-01-26T02:44:18.509Z" }, - { url = "https://files.pythonhosted.org/packages/c7/75/bc704ae15fee974f8fccd871305e254754167dce5f9e42d88a2def741a1d/multidict-6.7.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:84e61e3af5463c19b67ced91f6c634effb89ef8bfc5ca0267f954451ed4bb6a2", size = 45116, upload-time = "2026-01-26T02:44:19.745Z" }, - { url = "https://files.pythonhosted.org/packages/79/76/55cd7186f498ed080a18440c9013011eb548f77ae1b297206d030eb1180a/multidict-6.7.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:935434b9853c7c112eee7ac891bc4cb86455aa631269ae35442cb316790c1445", size = 43524, upload-time = "2026-01-26T02:44:21.571Z" }, - { url = "https://files.pythonhosted.org/packages/e9/3c/414842ef8d5a1628d68edee29ba0e5bcf235dbfb3ccd3ea303a7fe8c72ff/multidict-6.7.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:432feb25a1cb67fe82a9680b4d65fb542e4635cb3166cd9c01560651ad60f177", size = 249368, upload-time = "2026-01-26T02:44:22.803Z" }, - { url = "https://files.pythonhosted.org/packages/f6/32/befed7f74c458b4a525e60519fe8d87eef72bb1e99924fa2b0f9d97a221e/multidict-6.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e82d14e3c948952a1a85503817e038cba5905a3352de76b9a465075d072fba23", size = 256952, upload-time = "2026-01-26T02:44:24.306Z" }, - { url = "https://files.pythonhosted.org/packages/03/d6/c878a44ba877f366630c860fdf74bfb203c33778f12b6ac274936853c451/multidict-6.7.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:4cfb48c6ea66c83bcaaf7e4dfa7ec1b6bbcf751b7db85a328902796dfde4c060", size = 240317, upload-time = "2026-01-26T02:44:25.772Z" }, - { url = "https://files.pythonhosted.org/packages/68/49/57421b4d7ad2e9e60e25922b08ceb37e077b90444bde6ead629095327a6f/multidict-6.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:1d540e51b7e8e170174555edecddbd5538105443754539193e3e1061864d444d", size = 267132, upload-time = "2026-01-26T02:44:27.648Z" }, - { url = "https://files.pythonhosted.org/packages/b7/fe/ec0edd52ddbcea2a2e89e174f0206444a61440b40f39704e64dc807a70bd/multidict-6.7.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:273d23f4b40f3dce4d6c8a821c741a86dec62cded82e1175ba3d99be128147ed", size = 268140, upload-time = "2026-01-26T02:44:29.588Z" }, - { url = "https://files.pythonhosted.org/packages/b0/73/6e1b01cbeb458807aa0831742232dbdd1fa92bfa33f52a3f176b4ff3dc11/multidict-6.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d624335fd4fa1c08a53f8b4be7676ebde19cd092b3895c421045ca87895b429", size = 254277, upload-time = "2026-01-26T02:44:30.902Z" }, - { url = "https://files.pythonhosted.org/packages/6a/b2/5fb8c124d7561a4974c342bc8c778b471ebbeb3cc17df696f034a7e9afe7/multidict-6.7.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:12fad252f8b267cc75b66e8fc51b3079604e8d43a75428ffe193cd9e2195dfd6", size = 252291, upload-time = "2026-01-26T02:44:32.31Z" }, - { url = "https://files.pythonhosted.org/packages/5a/96/51d4e4e06bcce92577fcd488e22600bd38e4fd59c20cb49434d054903bd2/multidict-6.7.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:03ede2a6ffbe8ef936b92cb4529f27f42be7f56afcdab5ab739cd5f27fb1cbf9", size = 250156, upload-time = "2026-01-26T02:44:33.734Z" }, - { url = "https://files.pythonhosted.org/packages/db/6b/420e173eec5fba721a50e2a9f89eda89d9c98fded1124f8d5c675f7a0c0f/multidict-6.7.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:90efbcf47dbe33dcf643a1e400d67d59abeac5db07dc3f27d6bdeae497a2198c", size = 249742, upload-time = "2026-01-26T02:44:35.222Z" }, - { url = "https://files.pythonhosted.org/packages/44/a3/ec5b5bd98f306bc2aa297b8c6f11a46714a56b1e6ef5ebda50a4f5d7c5fb/multidict-6.7.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:5c4b9bfc148f5a91be9244d6264c53035c8a0dcd2f51f1c3c6e30e30ebaa1c84", size = 262221, upload-time = "2026-01-26T02:44:36.604Z" }, - { url = "https://files.pythonhosted.org/packages/cd/f7/e8c0d0da0cd1e28d10e624604e1a36bcc3353aaebdfdc3a43c72bc683a12/multidict-6.7.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:401c5a650f3add2472d1d288c26deebc540f99e2fb83e9525007a74cd2116f1d", size = 258664, upload-time = "2026-01-26T02:44:38.008Z" }, - { url = "https://files.pythonhosted.org/packages/52/da/151a44e8016dd33feed44f730bd856a66257c1ee7aed4f44b649fb7edeb3/multidict-6.7.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:97891f3b1b3ffbded884e2916cacf3c6fc87b66bb0dde46f7357404750559f33", size = 249490, upload-time = "2026-01-26T02:44:39.386Z" }, - { url = "https://files.pythonhosted.org/packages/87/af/a3b86bf9630b732897f6fc3f4c4714b90aa4361983ccbdcd6c0339b21b0c/multidict-6.7.1-cp313-cp313-win32.whl", hash = "sha256:e1c5988359516095535c4301af38d8a8838534158f649c05dd1050222321bcb3", size = 41695, upload-time = "2026-01-26T02:44:41.318Z" }, - { url = "https://files.pythonhosted.org/packages/b2/35/e994121b0e90e46134673422dd564623f93304614f5d11886b1b3e06f503/multidict-6.7.1-cp313-cp313-win_amd64.whl", hash = "sha256:960c83bf01a95b12b08fd54324a4eb1d5b52c88932b5cba5d6e712bb3ed12eb5", size = 45884, upload-time = "2026-01-26T02:44:42.488Z" }, - { url = "https://files.pythonhosted.org/packages/ca/61/42d3e5dbf661242a69c97ea363f2d7b46c567da8eadef8890022be6e2ab0/multidict-6.7.1-cp313-cp313-win_arm64.whl", hash = "sha256:563fe25c678aaba333d5399408f5ec3c383ca5b663e7f774dd179a520b8144df", size = 43122, upload-time = "2026-01-26T02:44:43.664Z" }, - { url = "https://files.pythonhosted.org/packages/6d/b3/e6b21c6c4f314bb956016b0b3ef2162590a529b84cb831c257519e7fde44/multidict-6.7.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:c76c4bec1538375dad9d452d246ca5368ad6e1c9039dadcf007ae59c70619ea1", size = 83175, upload-time = "2026-01-26T02:44:44.894Z" }, - { url = "https://files.pythonhosted.org/packages/fb/76/23ecd2abfe0957b234f6c960f4ade497f55f2c16aeb684d4ecdbf1c95791/multidict-6.7.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:57b46b24b5d5ebcc978da4ec23a819a9402b4228b8a90d9c656422b4bdd8a963", size = 48460, upload-time = "2026-01-26T02:44:46.106Z" }, - { url = "https://files.pythonhosted.org/packages/c4/57/a0ed92b23f3a042c36bc4227b72b97eca803f5f1801c1ab77c8a212d455e/multidict-6.7.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:e954b24433c768ce78ab7929e84ccf3422e46deb45a4dc9f93438f8217fa2d34", size = 46930, upload-time = "2026-01-26T02:44:47.278Z" }, - { url = "https://files.pythonhosted.org/packages/b5/66/02ec7ace29162e447f6382c495dc95826bf931d3818799bbef11e8f7df1a/multidict-6.7.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:3bd231490fa7217cc832528e1cd8752a96f0125ddd2b5749390f7c3ec8721b65", size = 242582, upload-time = "2026-01-26T02:44:48.604Z" }, - { url = "https://files.pythonhosted.org/packages/58/18/64f5a795e7677670e872673aca234162514696274597b3708b2c0d276cce/multidict-6.7.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:253282d70d67885a15c8a7716f3a73edf2d635793ceda8173b9ecc21f2fb8292", size = 250031, upload-time = "2026-01-26T02:44:50.544Z" }, - { url = "https://files.pythonhosted.org/packages/c8/ed/e192291dbbe51a8290c5686f482084d31bcd9d09af24f63358c3d42fd284/multidict-6.7.1-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:0b4c48648d7649c9335cf1927a8b87fa692de3dcb15faa676c6a6f1f1aabda43", size = 228596, upload-time = "2026-01-26T02:44:51.951Z" }, - { url = "https://files.pythonhosted.org/packages/1e/7e/3562a15a60cf747397e7f2180b0a11dc0c38d9175a650e75fa1b4d325e15/multidict-6.7.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:98bc624954ec4d2c7cb074b8eefc2b5d0ce7d482e410df446414355d158fe4ca", size = 257492, upload-time = "2026-01-26T02:44:53.902Z" }, - { url = "https://files.pythonhosted.org/packages/24/02/7d0f9eae92b5249bb50ac1595b295f10e263dd0078ebb55115c31e0eaccd/multidict-6.7.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:1b99af4d9eec0b49927b4402bcbb58dea89d3e0db8806a4086117019939ad3dd", size = 255899, upload-time = "2026-01-26T02:44:55.316Z" }, - { url = "https://files.pythonhosted.org/packages/00/e3/9b60ed9e23e64c73a5cde95269ef1330678e9c6e34dd4eb6b431b85b5a10/multidict-6.7.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6aac4f16b472d5b7dc6f66a0d49dd57b0e0902090be16594dc9ebfd3d17c47e7", size = 247970, upload-time = "2026-01-26T02:44:56.783Z" }, - { url = "https://files.pythonhosted.org/packages/3e/06/538e58a63ed5cfb0bd4517e346b91da32fde409d839720f664e9a4ae4f9d/multidict-6.7.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:21f830fe223215dffd51f538e78c172ed7c7f60c9b96a2bf05c4848ad49921c3", size = 245060, upload-time = "2026-01-26T02:44:58.195Z" }, - { url = "https://files.pythonhosted.org/packages/b2/2f/d743a3045a97c895d401e9bd29aaa09b94f5cbdf1bd561609e5a6c431c70/multidict-6.7.1-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:f5dd81c45b05518b9aa4da4aa74e1c93d715efa234fd3e8a179df611cc85e5f4", size = 235888, upload-time = "2026-01-26T02:44:59.57Z" }, - { url = "https://files.pythonhosted.org/packages/38/83/5a325cac191ab28b63c52f14f1131f3b0a55ba3b9aa65a6d0bf2a9b921a0/multidict-6.7.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:eb304767bca2bb92fb9c5bd33cedc95baee5bb5f6c88e63706533a1c06ad08c8", size = 243554, upload-time = "2026-01-26T02:45:01.054Z" }, - { url = "https://files.pythonhosted.org/packages/20/1f/9d2327086bd15da2725ef6aae624208e2ef828ed99892b17f60c344e57ed/multidict-6.7.1-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:c9035dde0f916702850ef66460bc4239d89d08df4d02023a5926e7446724212c", size = 252341, upload-time = "2026-01-26T02:45:02.484Z" }, - { url = "https://files.pythonhosted.org/packages/e8/2c/2a1aa0280cf579d0f6eed8ee5211c4f1730bd7e06c636ba2ee6aafda302e/multidict-6.7.1-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:af959b9beeb66c822380f222f0e0a1889331597e81f1ded7f374f3ecb0fd6c52", size = 246391, upload-time = "2026-01-26T02:45:03.862Z" }, - { url = "https://files.pythonhosted.org/packages/e5/03/7ca022ffc36c5a3f6e03b179a5ceb829be9da5783e6fe395f347c0794680/multidict-6.7.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:41f2952231456154ee479651491e94118229844dd7226541788be783be2b5108", size = 243422, upload-time = "2026-01-26T02:45:05.296Z" }, - { url = "https://files.pythonhosted.org/packages/dc/1d/b31650eab6c5778aceed46ba735bd97f7c7d2f54b319fa916c0f96e7805b/multidict-6.7.1-cp313-cp313t-win32.whl", hash = "sha256:df9f19c28adcb40b6aae30bbaa1478c389efd50c28d541d76760199fc1037c32", size = 47770, upload-time = "2026-01-26T02:45:06.754Z" }, - { url = "https://files.pythonhosted.org/packages/ac/5b/2d2d1d522e51285bd61b1e20df8f47ae1a9d80839db0b24ea783b3832832/multidict-6.7.1-cp313-cp313t-win_amd64.whl", hash = "sha256:d54ecf9f301853f2c5e802da559604b3e95bb7a3b01a9c295c6ee591b9882de8", size = 53109, upload-time = "2026-01-26T02:45:08.044Z" }, - { url = "https://files.pythonhosted.org/packages/3d/a3/cc409ba012c83ca024a308516703cf339bdc4b696195644a7215a5164a24/multidict-6.7.1-cp313-cp313t-win_arm64.whl", hash = "sha256:5a37ca18e360377cfda1d62f5f382ff41f2b8c4ccb329ed974cc2e1643440118", size = 45573, upload-time = "2026-01-26T02:45:09.349Z" }, - { url = "https://files.pythonhosted.org/packages/91/cc/db74228a8be41884a567e88a62fd589a913708fcf180d029898c17a9a371/multidict-6.7.1-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:8f333ec9c5eb1b7105e3b84b53141e66ca05a19a605368c55450b6ba208cb9ee", size = 75190, upload-time = "2026-01-26T02:45:10.651Z" }, - { url = "https://files.pythonhosted.org/packages/d5/22/492f2246bb5b534abd44804292e81eeaf835388901f0c574bac4eeec73c5/multidict-6.7.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:a407f13c188f804c759fc6a9f88286a565c242a76b27626594c133b82883b5c2", size = 44486, upload-time = "2026-01-26T02:45:11.938Z" }, - { url = "https://files.pythonhosted.org/packages/f1/4f/733c48f270565d78b4544f2baddc2fb2a245e5a8640254b12c36ac7ac68e/multidict-6.7.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:0e161ddf326db5577c3a4cc2d8648f81456e8a20d40415541587a71620d7a7d1", size = 43219, upload-time = "2026-01-26T02:45:14.346Z" }, - { url = "https://files.pythonhosted.org/packages/24/bb/2c0c2287963f4259c85e8bcbba9182ced8d7fca65c780c38e99e61629d11/multidict-6.7.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:1e3a8bb24342a8201d178c3b4984c26ba81a577c80d4d525727427460a50c22d", size = 245132, upload-time = "2026-01-26T02:45:15.712Z" }, - { url = "https://files.pythonhosted.org/packages/a7/f9/44d4b3064c65079d2467888794dea218d1601898ac50222ab8a9a8094460/multidict-6.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:97231140a50f5d447d3164f994b86a0bed7cd016e2682f8650d6a9158e14fd31", size = 252420, upload-time = "2026-01-26T02:45:17.293Z" }, - { url = "https://files.pythonhosted.org/packages/8b/13/78f7275e73fa17b24c9a51b0bd9d73ba64bb32d0ed51b02a746eb876abe7/multidict-6.7.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:6b10359683bd8806a200fd2909e7c8ca3a7b24ec1d8132e483d58e791d881048", size = 233510, upload-time = "2026-01-26T02:45:19.356Z" }, - { url = "https://files.pythonhosted.org/packages/4b/25/8167187f62ae3cbd52da7893f58cb036b47ea3fb67138787c76800158982/multidict-6.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:283ddac99f7ac25a4acadbf004cb5ae34480bbeb063520f70ce397b281859362", size = 264094, upload-time = "2026-01-26T02:45:20.834Z" }, - { url = "https://files.pythonhosted.org/packages/a1/e7/69a3a83b7b030cf283fb06ce074a05a02322359783424d7edf0f15fe5022/multidict-6.7.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:538cec1e18c067d0e6103aa9a74f9e832904c957adc260e61cd9d8cf0c3b3d37", size = 260786, upload-time = "2026-01-26T02:45:22.818Z" }, - { url = "https://files.pythonhosted.org/packages/fe/3b/8ec5074bcfc450fe84273713b4b0a0dd47c0249358f5d82eb8104ffe2520/multidict-6.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7eee46ccb30ff48a1e35bb818cc90846c6be2b68240e42a78599166722cea709", size = 248483, upload-time = "2026-01-26T02:45:24.368Z" }, - { url = "https://files.pythonhosted.org/packages/48/5a/d5a99e3acbca0e29c5d9cba8f92ceb15dce78bab963b308ae692981e3a5d/multidict-6.7.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:fa263a02f4f2dd2d11a7b1bb4362aa7cb1049f84a9235d31adf63f30143469a0", size = 248403, upload-time = "2026-01-26T02:45:25.982Z" }, - { url = "https://files.pythonhosted.org/packages/35/48/e58cd31f6c7d5102f2a4bf89f96b9cf7e00b6c6f3d04ecc44417c00a5a3c/multidict-6.7.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:2e1425e2f99ec5bd36c15a01b690a1a2456209c5deed58f95469ffb46039ccbb", size = 240315, upload-time = "2026-01-26T02:45:27.487Z" }, - { url = "https://files.pythonhosted.org/packages/94/33/1cd210229559cb90b6786c30676bb0c58249ff42f942765f88793b41fdce/multidict-6.7.1-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:497394b3239fc6f0e13a78a3e1b61296e72bf1c5f94b4c4eb80b265c37a131cd", size = 245528, upload-time = "2026-01-26T02:45:28.991Z" }, - { url = "https://files.pythonhosted.org/packages/64/f2/6e1107d226278c876c783056b7db43d800bb64c6131cec9c8dfb6903698e/multidict-6.7.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:233b398c29d3f1b9676b4b6f75c518a06fcb2ea0b925119fb2c1bc35c05e1601", size = 258784, upload-time = "2026-01-26T02:45:30.503Z" }, - { url = "https://files.pythonhosted.org/packages/4d/c1/11f664f14d525e4a1b5327a82d4de61a1db604ab34c6603bb3c2cc63ad34/multidict-6.7.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:93b1818e4a6e0930454f0f2af7dfce69307ca03cdcfb3739bf4d91241967b6c1", size = 251980, upload-time = "2026-01-26T02:45:32.603Z" }, - { url = "https://files.pythonhosted.org/packages/e1/9f/75a9ac888121d0c5bbd4ecf4eead45668b1766f6baabfb3b7f66a410e231/multidict-6.7.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:f33dc2a3abe9249ea5d8360f969ec7f4142e7ac45ee7014d8f8d5acddf178b7b", size = 243602, upload-time = "2026-01-26T02:45:34.043Z" }, - { url = "https://files.pythonhosted.org/packages/9a/e7/50bf7b004cc8525d80dbbbedfdc7aed3e4c323810890be4413e589074032/multidict-6.7.1-cp314-cp314-win32.whl", hash = "sha256:3ab8b9d8b75aef9df299595d5388b14530839f6422333357af1339443cff777d", size = 40930, upload-time = "2026-01-26T02:45:36.278Z" }, - { url = "https://files.pythonhosted.org/packages/e0/bf/52f25716bbe93745595800f36fb17b73711f14da59ed0bb2eba141bc9f0f/multidict-6.7.1-cp314-cp314-win_amd64.whl", hash = "sha256:5e01429a929600e7dab7b166062d9bb54a5eed752384c7384c968c2afab8f50f", size = 45074, upload-time = "2026-01-26T02:45:37.546Z" }, - { url = "https://files.pythonhosted.org/packages/97/ab/22803b03285fa3a525f48217963da3a65ae40f6a1b6f6cf2768879e208f9/multidict-6.7.1-cp314-cp314-win_arm64.whl", hash = "sha256:4885cb0e817aef5d00a2e8451d4665c1808378dc27c2705f1bf4ef8505c0d2e5", size = 42471, upload-time = "2026-01-26T02:45:38.889Z" }, - { url = "https://files.pythonhosted.org/packages/e0/6d/f9293baa6146ba9507e360ea0292b6422b016907c393e2f63fc40ab7b7b5/multidict-6.7.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:0458c978acd8e6ea53c81eefaddbbee9c6c5e591f41b3f5e8e194780fe026581", size = 82401, upload-time = "2026-01-26T02:45:40.254Z" }, - { url = "https://files.pythonhosted.org/packages/7a/68/53b5494738d83558d87c3c71a486504d8373421c3e0dbb6d0db48ad42ee0/multidict-6.7.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:c0abd12629b0af3cf590982c0b413b1e7395cd4ec026f30986818ab95bfaa94a", size = 48143, upload-time = "2026-01-26T02:45:41.635Z" }, - { url = "https://files.pythonhosted.org/packages/37/e8/5284c53310dcdc99ce5d66563f6e5773531a9b9fe9ec7a615e9bc306b05f/multidict-6.7.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:14525a5f61d7d0c94b368a42cff4c9a4e7ba2d52e2672a7b23d84dc86fb02b0c", size = 46507, upload-time = "2026-01-26T02:45:42.99Z" }, - { url = "https://files.pythonhosted.org/packages/e4/fc/6800d0e5b3875568b4083ecf5f310dcf91d86d52573160834fb4bfcf5e4f/multidict-6.7.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:17307b22c217b4cf05033dabefe68255a534d637c6c9b0cc8382718f87be4262", size = 239358, upload-time = "2026-01-26T02:45:44.376Z" }, - { url = "https://files.pythonhosted.org/packages/41/75/4ad0973179361cdf3a113905e6e088173198349131be2b390f9fa4da5fc6/multidict-6.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7a7e590ff876a3eaf1c02a4dfe0724b6e69a9e9de6d8f556816f29c496046e59", size = 246884, upload-time = "2026-01-26T02:45:47.167Z" }, - { url = "https://files.pythonhosted.org/packages/c3/9c/095bb28b5da139bd41fb9a5d5caff412584f377914bd8787c2aa98717130/multidict-6.7.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:5fa6a95dfee63893d80a34758cd0e0c118a30b8dcb46372bf75106c591b77889", size = 225878, upload-time = "2026-01-26T02:45:48.698Z" }, - { url = "https://files.pythonhosted.org/packages/07/d0/c0a72000243756e8f5a277b6b514fa005f2c73d481b7d9e47cd4568aa2e4/multidict-6.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a0543217a6a017692aa6ae5cc39adb75e587af0f3a82288b1492eb73dd6cc2a4", size = 253542, upload-time = "2026-01-26T02:45:50.164Z" }, - { url = "https://files.pythonhosted.org/packages/c0/6b/f69da15289e384ecf2a68837ec8b5ad8c33e973aa18b266f50fe55f24b8c/multidict-6.7.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f99fe611c312b3c1c0ace793f92464d8cd263cc3b26b5721950d977b006b6c4d", size = 252403, upload-time = "2026-01-26T02:45:51.779Z" }, - { url = "https://files.pythonhosted.org/packages/a2/76/b9669547afa5a1a25cd93eaca91c0da1c095b06b6d2d8ec25b713588d3a1/multidict-6.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9004d8386d133b7e6135679424c91b0b854d2d164af6ea3f289f8f2761064609", size = 244889, upload-time = "2026-01-26T02:45:53.27Z" }, - { url = "https://files.pythonhosted.org/packages/7e/a9/a50d2669e506dad33cfc45b5d574a205587b7b8a5f426f2fbb2e90882588/multidict-6.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e628ef0e6859ffd8273c69412a2465c4be4a9517d07261b33334b5ec6f3c7489", size = 241982, upload-time = "2026-01-26T02:45:54.919Z" }, - { url = "https://files.pythonhosted.org/packages/c5/bb/1609558ad8b456b4827d3c5a5b775c93b87878fd3117ed3db3423dfbce1b/multidict-6.7.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:841189848ba629c3552035a6a7f5bf3b02eb304e9fea7492ca220a8eda6b0e5c", size = 232415, upload-time = "2026-01-26T02:45:56.981Z" }, - { url = "https://files.pythonhosted.org/packages/d8/59/6f61039d2aa9261871e03ab9dc058a550d240f25859b05b67fd70f80d4b3/multidict-6.7.1-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:ce1bbd7d780bb5a0da032e095c951f7014d6b0a205f8318308140f1a6aba159e", size = 240337, upload-time = "2026-01-26T02:45:58.698Z" }, - { url = "https://files.pythonhosted.org/packages/a1/29/fdc6a43c203890dc2ae9249971ecd0c41deaedfe00d25cb6564b2edd99eb/multidict-6.7.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:b26684587228afed0d50cf804cc71062cc9c1cdf55051c4c6345d372947b268c", size = 248788, upload-time = "2026-01-26T02:46:00.862Z" }, - { url = "https://files.pythonhosted.org/packages/a9/14/a153a06101323e4cf086ecee3faadba52ff71633d471f9685c42e3736163/multidict-6.7.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9f9af11306994335398293f9958071019e3ab95e9a707dc1383a35613f6abcb9", size = 242842, upload-time = "2026-01-26T02:46:02.824Z" }, - { url = "https://files.pythonhosted.org/packages/41/5f/604ae839e64a4a6efc80db94465348d3b328ee955e37acb24badbcd24d83/multidict-6.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:b4938326284c4f1224178a560987b6cf8b4d38458b113d9b8c1db1a836e640a2", size = 240237, upload-time = "2026-01-26T02:46:05.898Z" }, - { url = "https://files.pythonhosted.org/packages/5f/60/c3a5187bf66f6fb546ff4ab8fb5a077cbdd832d7b1908d4365c7f74a1917/multidict-6.7.1-cp314-cp314t-win32.whl", hash = "sha256:98655c737850c064a65e006a3df7c997cd3b220be4ec8fe26215760b9697d4d7", size = 48008, upload-time = "2026-01-26T02:46:07.468Z" }, - { url = "https://files.pythonhosted.org/packages/0c/f7/addf1087b860ac60e6f382240f64fb99f8bfb532bb06f7c542b83c29ca61/multidict-6.7.1-cp314-cp314t-win_amd64.whl", hash = "sha256:497bde6223c212ba11d462853cfa4f0ae6ef97465033e7dc9940cdb3ab5b48e5", size = 53542, upload-time = "2026-01-26T02:46:08.809Z" }, - { url = "https://files.pythonhosted.org/packages/4c/81/4629d0aa32302ef7b2ec65c75a728cc5ff4fa410c50096174c1632e70b3e/multidict-6.7.1-cp314-cp314t-win_arm64.whl", hash = "sha256:2bbd113e0d4af5db41d5ebfe9ccaff89de2120578164f86a5d17d5a576d1e5b2", size = 44719, upload-time = "2026-01-26T02:46:11.146Z" }, - { url = "https://files.pythonhosted.org/packages/81/08/7036c080d7117f28a4af526d794aab6a84463126db031b007717c1a6676e/multidict-6.7.1-py3-none-any.whl", hash = "sha256:55d97cc6dae627efa6a6e548885712d4864b81110ac76fa4e534c03819fa4a56", size = 12319, upload-time = "2026-01-26T02:46:44.004Z" }, -] - -[[package]] -name = "networkx" -version = "3.6.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6a/51/63fe664f3908c97be9d2e4f1158eb633317598cfa6e1fc14af5383f17512/networkx-3.6.1.tar.gz", hash = "sha256:26b7c357accc0c8cde558ad486283728b65b6a95d85ee1cd66bafab4c8168509", size = 2517025, upload-time = "2025-12-08T17:02:39.908Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/c9/b2622292ea83fbb4ec318f5b9ab867d0a28ab43c5717bb85b0a5f6b3b0a4/networkx-3.6.1-py3-none-any.whl", hash = "sha256:d47fbf302e7d9cbbb9e2555a0d267983d2aa476bac30e90dfbe5669bd57f3762", size = 2068504, upload-time = "2025-12-08T17:02:38.159Z" }, -] - -[[package]] -name = "numpy" -version = "2.4.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/57/fd/0005efbd0af48e55eb3c7208af93f2862d4b1a56cd78e84309a2d959208d/numpy-2.4.2.tar.gz", hash = "sha256:659a6107e31a83c4e33f763942275fd278b21d095094044eb35569e86a21ddae", size = 20723651, upload-time = "2026-01-31T23:13:10.135Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/51/6e/6f394c9c77668153e14d4da83bcc247beb5952f6ead7699a1a2992613bea/numpy-2.4.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:21982668592194c609de53ba4933a7471880ccbaadcc52352694a59ecc860b3a", size = 16667963, upload-time = "2026-01-31T23:10:52.147Z" }, - { url = "https://files.pythonhosted.org/packages/1f/f8/55483431f2b2fd015ae6ed4fe62288823ce908437ed49db5a03d15151678/numpy-2.4.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40397bda92382fcec844066efb11f13e1c9a3e2a8e8f318fb72ed8b6db9f60f1", size = 14693571, upload-time = "2026-01-31T23:10:54.789Z" }, - { url = "https://files.pythonhosted.org/packages/2f/20/18026832b1845cdc82248208dd929ca14c9d8f2bac391f67440707fff27c/numpy-2.4.2-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:b3a24467af63c67829bfaa61eecf18d5432d4f11992688537be59ecd6ad32f5e", size = 5203469, upload-time = "2026-01-31T23:10:57.343Z" }, - { url = "https://files.pythonhosted.org/packages/7d/33/2eb97c8a77daaba34eaa3fa7241a14ac5f51c46a6bd5911361b644c4a1e2/numpy-2.4.2-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:805cc8de9fd6e7a22da5aed858e0ab16be5a4db6c873dde1d7451c541553aa27", size = 6550820, upload-time = "2026-01-31T23:10:59.429Z" }, - { url = "https://files.pythonhosted.org/packages/b1/91/b97fdfd12dc75b02c44e26c6638241cc004d4079a0321a69c62f51470c4c/numpy-2.4.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6d82351358ffbcdcd7b686b90742a9b86632d6c1c051016484fa0b326a0a1548", size = 15663067, upload-time = "2026-01-31T23:11:01.291Z" }, - { url = "https://files.pythonhosted.org/packages/f5/c6/a18e59f3f0b8071cc85cbc8d80cd02d68aa9710170b2553a117203d46936/numpy-2.4.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9e35d3e0144137d9fdae62912e869136164534d64a169f86438bc9561b6ad49f", size = 16619782, upload-time = "2026-01-31T23:11:03.669Z" }, - { url = "https://files.pythonhosted.org/packages/b7/83/9751502164601a79e18847309f5ceec0b1446d7b6aa12305759b72cf98b2/numpy-2.4.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:adb6ed2ad29b9e15321d167d152ee909ec73395901b70936f029c3bc6d7f4460", size = 17013128, upload-time = "2026-01-31T23:11:05.913Z" }, - { url = "https://files.pythonhosted.org/packages/61/c4/c4066322256ec740acc1c8923a10047818691d2f8aec254798f3dd90f5f2/numpy-2.4.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8906e71fd8afcb76580404e2a950caef2685df3d2a57fe82a86ac8d33cc007ba", size = 18345324, upload-time = "2026-01-31T23:11:08.248Z" }, - { url = "https://files.pythonhosted.org/packages/ab/af/6157aa6da728fa4525a755bfad486ae7e3f76d4c1864138003eb84328497/numpy-2.4.2-cp312-cp312-win32.whl", hash = "sha256:ec055f6dae239a6299cace477b479cca2fc125c5675482daf1dd886933a1076f", size = 5960282, upload-time = "2026-01-31T23:11:10.497Z" }, - { url = "https://files.pythonhosted.org/packages/92/0f/7ceaaeaacb40567071e94dbf2c9480c0ae453d5bb4f52bea3892c39dc83c/numpy-2.4.2-cp312-cp312-win_amd64.whl", hash = "sha256:209fae046e62d0ce6435fcfe3b1a10537e858249b3d9b05829e2a05218296a85", size = 12314210, upload-time = "2026-01-31T23:11:12.176Z" }, - { url = "https://files.pythonhosted.org/packages/2f/a3/56c5c604fae6dd40fa2ed3040d005fca97e91bd320d232ac9931d77ba13c/numpy-2.4.2-cp312-cp312-win_arm64.whl", hash = "sha256:fbde1b0c6e81d56f5dccd95dd4a711d9b95df1ae4009a60887e56b27e8d903fa", size = 10220171, upload-time = "2026-01-31T23:11:14.684Z" }, - { url = "https://files.pythonhosted.org/packages/a1/22/815b9fe25d1d7ae7d492152adbc7226d3eff731dffc38fe970589fcaaa38/numpy-2.4.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:25f2059807faea4b077a2b6837391b5d830864b3543627f381821c646f31a63c", size = 16663696, upload-time = "2026-01-31T23:11:17.516Z" }, - { url = "https://files.pythonhosted.org/packages/09/f0/817d03a03f93ba9c6c8993de509277d84e69f9453601915e4a69554102a1/numpy-2.4.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:bd3a7a9f5847d2fb8c2c6d1c862fa109c31a9abeca1a3c2bd5a64572955b2979", size = 14688322, upload-time = "2026-01-31T23:11:19.883Z" }, - { url = "https://files.pythonhosted.org/packages/da/b4/f805ab79293c728b9a99438775ce51885fd4f31b76178767cfc718701a39/numpy-2.4.2-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:8e4549f8a3c6d13d55041925e912bfd834285ef1dd64d6bc7d542583355e2e98", size = 5198157, upload-time = "2026-01-31T23:11:22.375Z" }, - { url = "https://files.pythonhosted.org/packages/74/09/826e4289844eccdcd64aac27d13b0fd3f32039915dd5b9ba01baae1f436c/numpy-2.4.2-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:aea4f66ff44dfddf8c2cffd66ba6538c5ec67d389285292fe428cb2c738c8aef", size = 6546330, upload-time = "2026-01-31T23:11:23.958Z" }, - { url = "https://files.pythonhosted.org/packages/19/fb/cbfdbfa3057a10aea5422c558ac57538e6acc87ec1669e666d32ac198da7/numpy-2.4.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c3cd545784805de05aafe1dde61752ea49a359ccba9760c1e5d1c88a93bbf2b7", size = 15660968, upload-time = "2026-01-31T23:11:25.713Z" }, - { url = "https://files.pythonhosted.org/packages/04/dc/46066ce18d01645541f0186877377b9371b8fa8017fa8262002b4ef22612/numpy-2.4.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d0d9b7c93578baafcbc5f0b83eaf17b79d345c6f36917ba0c67f45226911d499", size = 16607311, upload-time = "2026-01-31T23:11:28.117Z" }, - { url = "https://files.pythonhosted.org/packages/14/d9/4b5adfc39a43fa6bf918c6d544bc60c05236cc2f6339847fc5b35e6cb5b0/numpy-2.4.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f74f0f7779cc7ae07d1810aab8ac6b1464c3eafb9e283a40da7309d5e6e48fbb", size = 17012850, upload-time = "2026-01-31T23:11:30.888Z" }, - { url = "https://files.pythonhosted.org/packages/b7/20/adb6e6adde6d0130046e6fdfb7675cc62bc2f6b7b02239a09eb58435753d/numpy-2.4.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c7ac672d699bf36275c035e16b65539931347d68b70667d28984c9fb34e07fa7", size = 18334210, upload-time = "2026-01-31T23:11:33.214Z" }, - { url = "https://files.pythonhosted.org/packages/78/0e/0a73b3dff26803a8c02baa76398015ea2a5434d9b8265a7898a6028c1591/numpy-2.4.2-cp313-cp313-win32.whl", hash = "sha256:8e9afaeb0beff068b4d9cd20d322ba0ee1cecfb0b08db145e4ab4dd44a6b5110", size = 5958199, upload-time = "2026-01-31T23:11:35.385Z" }, - { url = "https://files.pythonhosted.org/packages/43/bc/6352f343522fcb2c04dbaf94cb30cca6fd32c1a750c06ad6231b4293708c/numpy-2.4.2-cp313-cp313-win_amd64.whl", hash = "sha256:7df2de1e4fba69a51c06c28f5a3de36731eb9639feb8e1cf7e4a7b0daf4cf622", size = 12310848, upload-time = "2026-01-31T23:11:38.001Z" }, - { url = "https://files.pythonhosted.org/packages/6e/8d/6da186483e308da5da1cc6918ce913dcfe14ffde98e710bfeff2a6158d4e/numpy-2.4.2-cp313-cp313-win_arm64.whl", hash = "sha256:0fece1d1f0a89c16b03442eae5c56dc0be0c7883b5d388e0c03f53019a4bfd71", size = 10221082, upload-time = "2026-01-31T23:11:40.392Z" }, - { url = "https://files.pythonhosted.org/packages/25/a1/9510aa43555b44781968935c7548a8926274f815de42ad3997e9e83680dd/numpy-2.4.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:5633c0da313330fd20c484c78cdd3f9b175b55e1a766c4a174230c6b70ad8262", size = 14815866, upload-time = "2026-01-31T23:11:42.495Z" }, - { url = "https://files.pythonhosted.org/packages/36/30/6bbb5e76631a5ae46e7923dd16ca9d3f1c93cfa8d4ed79a129814a9d8db3/numpy-2.4.2-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:d9f64d786b3b1dd742c946c42d15b07497ed14af1a1f3ce840cce27daa0ce913", size = 5325631, upload-time = "2026-01-31T23:11:44.7Z" }, - { url = "https://files.pythonhosted.org/packages/46/00/3a490938800c1923b567b3a15cd17896e68052e2145d8662aaf3e1ffc58f/numpy-2.4.2-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:b21041e8cb6a1eb5312dd1d2f80a94d91efffb7a06b70597d44f1bd2dfc315ab", size = 6646254, upload-time = "2026-01-31T23:11:46.341Z" }, - { url = "https://files.pythonhosted.org/packages/d3/e9/fac0890149898a9b609caa5af7455a948b544746e4b8fe7c212c8edd71f8/numpy-2.4.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:00ab83c56211a1d7c07c25e3217ea6695e50a3e2f255053686b081dc0b091a82", size = 15720138, upload-time = "2026-01-31T23:11:48.082Z" }, - { url = "https://files.pythonhosted.org/packages/ea/5c/08887c54e68e1e28df53709f1893ce92932cc6f01f7c3d4dc952f61ffd4e/numpy-2.4.2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2fb882da679409066b4603579619341c6d6898fc83a8995199d5249f986e8e8f", size = 16655398, upload-time = "2026-01-31T23:11:50.293Z" }, - { url = "https://files.pythonhosted.org/packages/4d/89/253db0fa0e66e9129c745e4ef25631dc37d5f1314dad2b53e907b8538e6d/numpy-2.4.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:66cb9422236317f9d44b67b4d18f44efe6e9c7f8794ac0462978513359461554", size = 17079064, upload-time = "2026-01-31T23:11:52.927Z" }, - { url = "https://files.pythonhosted.org/packages/2a/d5/cbade46ce97c59c6c3da525e8d95b7abe8a42974a1dc5c1d489c10433e88/numpy-2.4.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:0f01dcf33e73d80bd8dc0f20a71303abbafa26a19e23f6b68d1aa9990af90257", size = 18379680, upload-time = "2026-01-31T23:11:55.22Z" }, - { url = "https://files.pythonhosted.org/packages/40/62/48f99ae172a4b63d981babe683685030e8a3df4f246c893ea5c6ef99f018/numpy-2.4.2-cp313-cp313t-win32.whl", hash = "sha256:52b913ec40ff7ae845687b0b34d8d93b60cb66dcee06996dd5c99f2fc9328657", size = 6082433, upload-time = "2026-01-31T23:11:58.096Z" }, - { url = "https://files.pythonhosted.org/packages/07/38/e054a61cfe48ad9f1ed0d188e78b7e26859d0b60ef21cd9de4897cdb5326/numpy-2.4.2-cp313-cp313t-win_amd64.whl", hash = "sha256:5eea80d908b2c1f91486eb95b3fb6fab187e569ec9752ab7d9333d2e66bf2d6b", size = 12451181, upload-time = "2026-01-31T23:11:59.782Z" }, - { url = "https://files.pythonhosted.org/packages/6e/a4/a05c3a6418575e185dd84d0b9680b6bb2e2dc3e4202f036b7b4e22d6e9dc/numpy-2.4.2-cp313-cp313t-win_arm64.whl", hash = "sha256:fd49860271d52127d61197bb50b64f58454e9f578cb4b2c001a6de8b1f50b0b1", size = 10290756, upload-time = "2026-01-31T23:12:02.438Z" }, - { url = "https://files.pythonhosted.org/packages/18/88/b7df6050bf18fdcfb7046286c6535cabbdd2064a3440fca3f069d319c16e/numpy-2.4.2-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:444be170853f1f9d528428eceb55f12918e4fda5d8805480f36a002f1415e09b", size = 16663092, upload-time = "2026-01-31T23:12:04.521Z" }, - { url = "https://files.pythonhosted.org/packages/25/7a/1fee4329abc705a469a4afe6e69b1ef7e915117747886327104a8493a955/numpy-2.4.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:d1240d50adff70c2a88217698ca844723068533f3f5c5fa6ee2e3220e3bdb000", size = 14698770, upload-time = "2026-01-31T23:12:06.96Z" }, - { url = "https://files.pythonhosted.org/packages/fb/0b/f9e49ba6c923678ad5bc38181c08ac5e53b7a5754dbca8e581aa1a56b1ff/numpy-2.4.2-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:7cdde6de52fb6664b00b056341265441192d1291c130e99183ec0d4b110ff8b1", size = 5208562, upload-time = "2026-01-31T23:12:09.632Z" }, - { url = "https://files.pythonhosted.org/packages/7d/12/d7de8f6f53f9bb76997e5e4c069eda2051e3fe134e9181671c4391677bb2/numpy-2.4.2-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:cda077c2e5b780200b6b3e09d0b42205a3d1c68f30c6dceb90401c13bff8fe74", size = 6543710, upload-time = "2026-01-31T23:12:11.969Z" }, - { url = "https://files.pythonhosted.org/packages/09/63/c66418c2e0268a31a4cf8a8b512685748200f8e8e8ec6c507ce14e773529/numpy-2.4.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d30291931c915b2ab5717c2974bb95ee891a1cf22ebc16a8006bd59cd210d40a", size = 15677205, upload-time = "2026-01-31T23:12:14.33Z" }, - { url = "https://files.pythonhosted.org/packages/5d/6c/7f237821c9642fb2a04d2f1e88b4295677144ca93285fd76eff3bcba858d/numpy-2.4.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bba37bc29d4d85761deed3954a1bc62be7cf462b9510b51d367b769a8c8df325", size = 16611738, upload-time = "2026-01-31T23:12:16.525Z" }, - { url = "https://files.pythonhosted.org/packages/c2/a7/39c4cdda9f019b609b5c473899d87abff092fc908cfe4d1ecb2fcff453b0/numpy-2.4.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:b2f0073ed0868db1dcd86e052d37279eef185b9c8db5bf61f30f46adac63c909", size = 17028888, upload-time = "2026-01-31T23:12:19.306Z" }, - { url = "https://files.pythonhosted.org/packages/da/b3/e84bb64bdfea967cc10950d71090ec2d84b49bc691df0025dddb7c26e8e3/numpy-2.4.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:7f54844851cdb630ceb623dcec4db3240d1ac13d4990532446761baede94996a", size = 18339556, upload-time = "2026-01-31T23:12:21.816Z" }, - { url = "https://files.pythonhosted.org/packages/88/f5/954a291bc1192a27081706862ac62bb5920fbecfbaa302f64682aa90beed/numpy-2.4.2-cp314-cp314-win32.whl", hash = "sha256:12e26134a0331d8dbd9351620f037ec470b7c75929cb8a1537f6bfe411152a1a", size = 6006899, upload-time = "2026-01-31T23:12:24.14Z" }, - { url = "https://files.pythonhosted.org/packages/05/cb/eff72a91b2efdd1bc98b3b8759f6a1654aa87612fc86e3d87d6fe4f948c4/numpy-2.4.2-cp314-cp314-win_amd64.whl", hash = "sha256:068cdb2d0d644cdb45670810894f6a0600797a69c05f1ac478e8d31670b8ee75", size = 12443072, upload-time = "2026-01-31T23:12:26.33Z" }, - { url = "https://files.pythonhosted.org/packages/37/75/62726948db36a56428fce4ba80a115716dc4fad6a3a4352487f8bb950966/numpy-2.4.2-cp314-cp314-win_arm64.whl", hash = "sha256:6ed0be1ee58eef41231a5c943d7d1375f093142702d5723ca2eb07db9b934b05", size = 10494886, upload-time = "2026-01-31T23:12:28.488Z" }, - { url = "https://files.pythonhosted.org/packages/36/2f/ee93744f1e0661dc267e4b21940870cabfae187c092e1433b77b09b50ac4/numpy-2.4.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:98f16a80e917003a12c0580f97b5f875853ebc33e2eaa4bccfc8201ac6869308", size = 14818567, upload-time = "2026-01-31T23:12:30.709Z" }, - { url = "https://files.pythonhosted.org/packages/a7/24/6535212add7d76ff938d8bdc654f53f88d35cddedf807a599e180dcb8e66/numpy-2.4.2-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:20abd069b9cda45874498b245c8015b18ace6de8546bf50dfa8cea1696ed06ef", size = 5328372, upload-time = "2026-01-31T23:12:32.962Z" }, - { url = "https://files.pythonhosted.org/packages/5e/9d/c48f0a035725f925634bf6b8994253b43f2047f6778a54147d7e213bc5a7/numpy-2.4.2-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:e98c97502435b53741540a5717a6749ac2ada901056c7db951d33e11c885cc7d", size = 6649306, upload-time = "2026-01-31T23:12:34.797Z" }, - { url = "https://files.pythonhosted.org/packages/81/05/7c73a9574cd4a53a25907bad38b59ac83919c0ddc8234ec157f344d57d9a/numpy-2.4.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:da6cad4e82cb893db4b69105c604d805e0c3ce11501a55b5e9f9083b47d2ffe8", size = 15722394, upload-time = "2026-01-31T23:12:36.565Z" }, - { url = "https://files.pythonhosted.org/packages/35/fa/4de10089f21fc7d18442c4a767ab156b25c2a6eaf187c0db6d9ecdaeb43f/numpy-2.4.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9e4424677ce4b47fe73c8b5556d876571f7c6945d264201180db2dc34f676ab5", size = 16653343, upload-time = "2026-01-31T23:12:39.188Z" }, - { url = "https://files.pythonhosted.org/packages/b8/f9/d33e4ffc857f3763a57aa85650f2e82486832d7492280ac21ba9efda80da/numpy-2.4.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:2b8f157c8a6f20eb657e240f8985cc135598b2b46985c5bccbde7616dc9c6b1e", size = 17078045, upload-time = "2026-01-31T23:12:42.041Z" }, - { url = "https://files.pythonhosted.org/packages/c8/b8/54bdb43b6225badbea6389fa038c4ef868c44f5890f95dd530a218706da3/numpy-2.4.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5daf6f3914a733336dab21a05cdec343144600e964d2fcdabaac0c0269874b2a", size = 18380024, upload-time = "2026-01-31T23:12:44.331Z" }, - { url = "https://files.pythonhosted.org/packages/a5/55/6e1a61ded7af8df04016d81b5b02daa59f2ea9252ee0397cb9f631efe9e5/numpy-2.4.2-cp314-cp314t-win32.whl", hash = "sha256:8c50dd1fc8826f5b26a5ee4d77ca55d88a895f4e4819c7ecc2a9f5905047a443", size = 6153937, upload-time = "2026-01-31T23:12:47.229Z" }, - { url = "https://files.pythonhosted.org/packages/45/aa/fa6118d1ed6d776b0983f3ceac9b1a5558e80df9365b1c3aa6d42bf9eee4/numpy-2.4.2-cp314-cp314t-win_amd64.whl", hash = "sha256:fcf92bee92742edd401ba41135185866f7026c502617f422eb432cfeca4fe236", size = 12631844, upload-time = "2026-01-31T23:12:48.997Z" }, - { url = "https://files.pythonhosted.org/packages/32/0a/2ec5deea6dcd158f254a7b372fb09cfba5719419c8d66343bab35237b3fb/numpy-2.4.2-cp314-cp314t-win_arm64.whl", hash = "sha256:1f92f53998a17265194018d1cc321b2e96e900ca52d54c7c77837b71b9465181", size = 10565379, upload-time = "2026-01-31T23:12:51.345Z" }, -] - -[[package]] -name = "nvidia-cublas" -version = "13.1.0.3" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/a5/fce49e2ae977e0ccc084e5adafceb4f0ac0c8333cb6863501618a7277f67/nvidia_cublas-13.1.0.3-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:c86fc7f7ae36d7528288c5d88098edcb7b02c633d262e7ddbb86b0ad91be5df2", size = 542851226, upload-time = "2025-10-09T08:59:04.818Z" }, - { url = "https://files.pythonhosted.org/packages/e7/44/423ac00af4dd95a5aeb27207e2c0d9b7118702149bf4704c3ddb55bb7429/nvidia_cublas-13.1.0.3-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:ee8722c1f0145ab246bccb9e452153b5e0515fd094c3678df50b2a0888b8b171", size = 423133236, upload-time = "2025-10-09T08:59:32.536Z" }, -] - -[[package]] -name = "nvidia-cuda-cupti" -version = "13.0.85" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/2a/2a/80353b103fc20ce05ef51e928daed4b6015db4aaa9162ed0997090fe2250/nvidia_cuda_cupti-13.0.85-py3-none-manylinux_2_25_aarch64.whl", hash = "sha256:796bd679890ee55fb14a94629b698b6db54bcfd833d391d5e94017dd9d7d3151", size = 10310827, upload-time = "2025-09-04T08:26:42.012Z" }, - { url = "https://files.pythonhosted.org/packages/33/6d/737d164b4837a9bbd202f5ae3078975f0525a55730fe871d8ed4e3b952b0/nvidia_cuda_cupti-13.0.85-py3-none-manylinux_2_25_x86_64.whl", hash = "sha256:4eb01c08e859bf924d222250d2e8f8b8ff6d3db4721288cf35d14252a4d933c8", size = 10715597, upload-time = "2025-09-04T08:26:51.312Z" }, -] - -[[package]] -name = "nvidia-cuda-nvrtc" -version = "13.0.88" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/c3/68/483a78f5e8f31b08fb1bb671559968c0ca3a065ac7acabfc7cee55214fd6/nvidia_cuda_nvrtc-13.0.88-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:ad9b6d2ead2435f11cbb6868809d2adeeee302e9bb94bcf0539c7a40d80e8575", size = 90215200, upload-time = "2025-09-04T08:28:44.204Z" }, - { url = "https://files.pythonhosted.org/packages/b7/dc/6bb80850e0b7edd6588d560758f17e0550893a1feaf436807d64d2da040f/nvidia_cuda_nvrtc-13.0.88-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d27f20a0ca67a4bb34268a5e951033496c5b74870b868bacd046b1b8e0c3267b", size = 43015449, upload-time = "2025-09-04T08:28:20.239Z" }, -] - -[[package]] -name = "nvidia-cuda-runtime" -version = "13.0.96" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/87/4f/17d7b9b8e285199c58ce28e31b5c5bbaa4d8271af06a89b6405258245de2/nvidia_cuda_runtime-13.0.96-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ef9bcbe90493a2b9d810e43d249adb3d02e98dd30200d86607d8d02687c43f55", size = 2261060, upload-time = "2025-10-09T08:55:15.78Z" }, - { url = "https://files.pythonhosted.org/packages/2e/24/d1558f3b68b1d26e706813b1d10aa1d785e4698c425af8db8edc3dced472/nvidia_cuda_runtime-13.0.96-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7f82250d7782aa23b6cfe765ecc7db554bd3c2870c43f3d1821f1d18aebf0548", size = 2243632, upload-time = "2025-10-09T08:55:36.117Z" }, -] - -[[package]] -name = "nvidia-cudnn-cu13" -version = "9.19.0.56" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, -] -wheels = [ - { url = "https://files.pythonhosted.org/packages/f1/84/26025437c1e6b61a707442184fa0c03d083b661adf3a3eecfd6d21677740/nvidia_cudnn_cu13-9.19.0.56-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:6ed29ffaee1176c612daf442e4dd6cfeb6a0caa43ddcbeb59da94953030b1be4", size = 433781201, upload-time = "2026-02-03T20:40:53.805Z" }, - { url = "https://files.pythonhosted.org/packages/a3/22/0b4b932655d17a6da1b92fa92ab12844b053bb2ac2475e179ba6f043da1e/nvidia_cudnn_cu13-9.19.0.56-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:d20e1734305e9d68889a96e3f35094d733ff1f83932ebe462753973e53a572bf", size = 366066321, upload-time = "2026-02-03T20:44:52.837Z" }, -] - -[[package]] -name = "nvidia-cufft" -version = "12.0.0.61" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, -] -wheels = [ - { url = "https://files.pythonhosted.org/packages/8b/ae/f417a75c0259e85c1d2f83ca4e960289a5f814ed0cea74d18c353d3e989d/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:2708c852ef8cd89d1d2068bdbece0aa188813a0c934db3779b9b1faa8442e5f5", size = 214053554, upload-time = "2025-09-04T08:31:38.196Z" }, - { url = "https://files.pythonhosted.org/packages/a8/2f/7b57e29836ea8714f81e9898409196f47d772d5ddedddf1592eadb8ab743/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6c44f692dce8fd5ffd3e3df134b6cdb9c2f72d99cf40b62c32dde45eea9ddad3", size = 214085489, upload-time = "2025-09-04T08:31:56.044Z" }, -] - -[[package]] -name = "nvidia-cufile" -version = "1.15.1.6" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/3f/70/4f193de89a48b71714e74602ee14d04e4019ad36a5a9f20c425776e72cd6/nvidia_cufile-1.15.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:08a3ecefae5a01c7f5117351c64f17c7c62efa5fffdbe24fc7d298da19cd0b44", size = 1223672, upload-time = "2025-09-04T08:32:22.779Z" }, - { url = "https://files.pythonhosted.org/packages/ab/73/cc4a14c9813a8a0d509417cf5f4bdaba76e924d58beb9864f5a7baceefbf/nvidia_cufile-1.15.1.6-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:bdc0deedc61f548bddf7733bdc216456c2fdb101d020e1ab4b88d232d5e2f6d1", size = 1136992, upload-time = "2025-09-04T08:32:14.119Z" }, -] - -[[package]] -name = "nvidia-curand" -version = "10.4.0.35" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1e/72/7c2ae24fb6b63a32e6ae5d241cc65263ea18d08802aaae087d9f013335a2/nvidia_curand-10.4.0.35-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:133df5a7509c3e292aaa2b477afd0194f06ce4ea24d714d616ff36439cee349a", size = 61962106, upload-time = "2025-08-04T10:21:41.128Z" }, - { url = "https://files.pythonhosted.org/packages/a5/9f/be0a41ca4a4917abf5cb9ae0daff1a6060cc5de950aec0396de9f3b52bc5/nvidia_curand-10.4.0.35-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:1aee33a5da6e1db083fe2b90082def8915f30f3248d5896bcec36a579d941bfc", size = 59544258, upload-time = "2025-08-04T10:22:03.992Z" }, -] - -[[package]] -name = "nvidia-cusolver" -version = "12.0.4.66" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, - { name = "nvidia-cusparse", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, - { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, -] -wheels = [ - { url = "https://files.pythonhosted.org/packages/c8/c3/b30c9e935fc01e3da443ec0116ed1b2a009bb867f5324d3f2d7e533e776b/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:02c2457eaa9e39de20f880f4bd8820e6a1cfb9f9a34f820eb12a155aa5bc92d2", size = 223467760, upload-time = "2025-09-04T08:33:04.222Z" }, - { url = "https://files.pythonhosted.org/packages/5f/67/cba3777620cdacb99102da4042883709c41c709f4b6323c10781a9c3aa34/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:0a759da5dea5c0ea10fd307de75cdeb59e7ea4fcb8add0924859b944babf1112", size = 200941980, upload-time = "2025-09-04T08:33:22.767Z" }, -] - -[[package]] -name = "nvidia-cusparse" -version = "12.6.3.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, -] -wheels = [ - { url = "https://files.pythonhosted.org/packages/f8/94/5c26f33738ae35276672f12615a64bd008ed5be6d1ebcb23579285d960a9/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:80bcc4662f23f1054ee334a15c72b8940402975e0eab63178fc7e670aa59472c", size = 162155568, upload-time = "2025-09-04T08:33:42.864Z" }, - { url = "https://files.pythonhosted.org/packages/fa/18/623c77619c31d62efd55302939756966f3ecc8d724a14dab2b75f1508850/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2b3c89c88d01ee0e477cb7f82ef60a11a4bcd57b6b87c33f789350b59759360b", size = 145942937, upload-time = "2025-09-04T08:33:58.029Z" }, -] - -[[package]] -name = "nvidia-cusparselt-cu13" -version = "0.8.0" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/46/10/8dcd1175260706a2fc92a16a52e306b71d4c1ea0b0cc4a9484183399818a/nvidia_cusparselt_cu13-0.8.0-py3-none-manylinux2014_aarch64.whl", hash = "sha256:400c6ed1cf6780fc6efedd64ec9f1345871767e6a1a0a552a1ea0578117ea77c", size = 220791277, upload-time = "2025-08-13T19:22:40.982Z" }, - { url = "https://files.pythonhosted.org/packages/fd/53/43b0d71f4e702fa9733f8b4571fdca50a8813f1e450b656c239beff12315/nvidia_cusparselt_cu13-0.8.0-py3-none-manylinux2014_x86_64.whl", hash = "sha256:25e30a8a7323935d4ad0340b95a0b69926eee755767e8e0b1cf8dd85b197d3fd", size = 169884119, upload-time = "2025-08-13T19:23:41.967Z" }, -] - -[[package]] -name = "nvidia-nccl-cu13" -version = "2.28.9" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/39/55/1920646a2e43ffd4fc958536b276197ed740e9e0c54105b4bb3521591fc7/nvidia_nccl_cu13-2.28.9-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:01c873ba1626b54caa12272ed228dc5b2781545e0ae8ba3f432a8ef1c6d78643", size = 196561677, upload-time = "2025-11-18T05:49:03.45Z" }, - { url = "https://files.pythonhosted.org/packages/b0/b4/878fefaad5b2bcc6fcf8d474a25e3e3774bc5133e4b58adff4d0bca238bc/nvidia_nccl_cu13-2.28.9-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:e4553a30f34195f3fa1da02a6da3d6337d28f2003943aa0a3d247bbc25fefc42", size = 196493177, upload-time = "2025-11-18T05:49:17.677Z" }, -] - -[[package]] -name = "nvidia-nvjitlink" -version = "13.0.88" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/56/7a/123e033aaff487c77107195fa5a2b8686795ca537935a24efae476c41f05/nvidia_nvjitlink-13.0.88-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:13a74f429e23b921c1109976abefacc69835f2f433ebd323d3946e11d804e47b", size = 40713933, upload-time = "2025-09-04T08:35:43.553Z" }, - { url = "https://files.pythonhosted.org/packages/ab/2c/93c5250e64df4f894f1cbb397c6fd71f79813f9fd79d7cd61de3f97b3c2d/nvidia_nvjitlink-13.0.88-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:e931536ccc7d467a98ba1d8b89ff7fa7f1fa3b13f2b0069118cd7f47bff07d0c", size = 38768748, upload-time = "2025-09-04T08:35:20.008Z" }, -] - -[[package]] -name = "nvidia-nvshmem-cu13" -version = "3.4.5" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/dc/0f/05cc9c720236dcd2db9c1ab97fff629e96821be2e63103569da0c9b72f19/nvidia_nvshmem_cu13-3.4.5-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:6dc2a197f38e5d0376ad52cd1a2a3617d3cdc150fd5966f4aee9bcebb1d68fe9", size = 60215947, upload-time = "2025-09-06T00:32:20.022Z" }, - { url = "https://files.pythonhosted.org/packages/3c/35/a9bf80a609e74e3b000fef598933235c908fcefcef9026042b8e6dfde2a9/nvidia_nvshmem_cu13-3.4.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:290f0a2ee94c9f3687a02502f3b9299a9f9fe826e6d0287ee18482e78d495b80", size = 60412546, upload-time = "2025-09-06T00:32:41.564Z" }, -] - -[[package]] -name = "nvidia-nvtx" -version = "13.0.85" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/c2/f3/d86c845465a2723ad7e1e5c36dcd75ddb82898b3f53be47ebd429fb2fa5d/nvidia_nvtx-13.0.85-py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:4936d1d6780fbe68db454f5e72a42ff64d1fd6397df9f363ae786930fd5c1cd4", size = 148047, upload-time = "2025-09-04T08:29:01.761Z" }, - { url = "https://files.pythonhosted.org/packages/a8/64/3708a90d1ebe202ffdeb7185f878a3c84d15c2b2c31858da2ce0583e2def/nvidia_nvtx-13.0.85-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:cb7780edb6b14107373c835bf8b72e7a178bac7367e23da7acb108f973f157a6", size = 148878, upload-time = "2025-09-04T08:28:53.627Z" }, -] - -[[package]] -name = "openai" -version = "2.31.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anyio" }, - { name = "distro" }, - { name = "httpx" }, - { name = "jiter" }, - { name = "pydantic" }, - { name = "sniffio" }, - { name = "tqdm" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/94/fe/64b3d035780b3188f86c4f6f1bc202e7bb74757ef028802112273b9dcacf/openai-2.31.0.tar.gz", hash = "sha256:43ca59a88fc973ad1848d86b98d7fac207e265ebbd1828b5e4bdfc85f79427a5", size = 684772, upload-time = "2026-04-08T21:01:41.797Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/66/bc/a8f7c3aa03452fedbb9af8be83e959adba96a6b4a35e416faffcc959c568/openai-2.31.0-py3-none-any.whl", hash = "sha256:44e1344d87e56a493d649b17e2fac519d1368cbb0745f59f1957c4c26de50a0a", size = 1153479, upload-time = "2026-04-08T21:01:39.217Z" }, -] - -[[package]] -name = "openai-agents" -version = "0.13.6" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "griffelib" }, - { name = "mcp" }, - { name = "openai" }, - { name = "pydantic" }, - { name = "requests" }, - { name = "types-requests" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/4f/e8/a3bc1a91af9c71d2934f8e2f3eee2954540fa95d47b0e3f155d348d91b38/openai_agents-0.13.6.tar.gz", hash = "sha256:de7b3add7933ae704a5ee6e531f650d8aabb3ebaa1631f458ba39684a5ed966e", size = 2704270, upload-time = "2026-04-09T04:10:51.581Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1c/83/a991b2ad389abadabf13f6c4228bd88ac8dc363e4b50fcae8c5ea966bd41/openai_agents-0.13.6-py3-none-any.whl", hash = "sha256:8decb9eb0cc5dbe7749858e97a7d8316f9439526ca4e539e3bd105e0eb41115e", size = 471763, upload-time = "2026-04-09T04:10:49.81Z" }, -] - -[[package]] -name = "openapi-pydantic" -version = "0.5.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "pydantic" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/02/2e/58d83848dd1a79cb92ed8e63f6ba901ca282c5f09d04af9423ec26c56fd7/openapi_pydantic-0.5.1.tar.gz", hash = "sha256:ff6835af6bde7a459fb93eb93bb92b8749b754fc6e51b2f1590a19dc3005ee0d", size = 60892, upload-time = "2025-01-08T19:29:27.083Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/12/cf/03675d8bd8ecbf4445504d8071adab19f5f993676795708e36402ab38263/openapi_pydantic-0.5.1-py3-none-any.whl", hash = "sha256:a3a09ef4586f5bd760a8df7f43028b60cafb6d9f61de2acba9574766255ab146", size = 96381, upload-time = "2025-01-08T19:29:25.275Z" }, -] - -[[package]] -name = "opentelemetry-api" -version = "1.39.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "importlib-metadata" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/97/b9/3161be15bb8e3ad01be8be5a968a9237c3027c5be504362ff800fca3e442/opentelemetry_api-1.39.1.tar.gz", hash = "sha256:fbde8c80e1b937a2c61f20347e91c0c18a1940cecf012d62e65a7caf08967c9c", size = 65767, upload-time = "2025-12-11T13:32:39.182Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/cf/df/d3f1ddf4bb4cb50ed9b1139cc7b1c54c34a1e7ce8fd1b9a37c0d1551a6bd/opentelemetry_api-1.39.1-py3-none-any.whl", hash = "sha256:2edd8463432a7f8443edce90972169b195e7d6a05500cd29e6d13898187c9950", size = 66356, upload-time = "2025-12-11T13:32:17.304Z" }, -] - -[[package]] -name = "opentelemetry-exporter-otlp-proto-common" -version = "1.39.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "opentelemetry-proto" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/e9/9d/22d241b66f7bbde88a3bfa6847a351d2c46b84de23e71222c6aae25c7050/opentelemetry_exporter_otlp_proto_common-1.39.1.tar.gz", hash = "sha256:763370d4737a59741c89a67b50f9e39271639ee4afc999dadfe768541c027464", size = 20409, upload-time = "2025-12-11T13:32:40.885Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/8c/02/ffc3e143d89a27ac21fd557365b98bd0653b98de8a101151d5805b5d4c33/opentelemetry_exporter_otlp_proto_common-1.39.1-py3-none-any.whl", hash = "sha256:08f8a5862d64cc3435105686d0216c1365dc5701f86844a8cd56597d0c764fde", size = 18366, upload-time = "2025-12-11T13:32:20.2Z" }, -] - -[[package]] -name = "opentelemetry-exporter-otlp-proto-http" -version = "1.39.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "googleapis-common-protos" }, - { name = "opentelemetry-api" }, - { name = "opentelemetry-exporter-otlp-proto-common" }, - { name = "opentelemetry-proto" }, - { name = "opentelemetry-sdk" }, - { name = "requests" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/80/04/2a08fa9c0214ae38880df01e8bfae12b067ec0793446578575e5080d6545/opentelemetry_exporter_otlp_proto_http-1.39.1.tar.gz", hash = "sha256:31bdab9745c709ce90a49a0624c2bd445d31a28ba34275951a6a362d16a0b9cb", size = 17288, upload-time = "2025-12-11T13:32:42.029Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/95/f1/b27d3e2e003cd9a3592c43d099d2ed8d0a947c15281bf8463a256db0b46c/opentelemetry_exporter_otlp_proto_http-1.39.1-py3-none-any.whl", hash = "sha256:d9f5207183dd752a412c4cd564ca8875ececba13be6e9c6c370ffb752fd59985", size = 19641, upload-time = "2025-12-11T13:32:22.248Z" }, -] - -[[package]] -name = "opentelemetry-instrumentation" -version = "0.60b1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "opentelemetry-api" }, - { name = "opentelemetry-semantic-conventions" }, - { name = "packaging" }, - { name = "wrapt" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/41/0f/7e6b713ac117c1f5e4e3300748af699b9902a2e5e34c9cf443dde25a01fa/opentelemetry_instrumentation-0.60b1.tar.gz", hash = "sha256:57ddc7974c6eb35865af0426d1a17132b88b2ed8586897fee187fd5b8944bd6a", size = 31706, upload-time = "2025-12-11T13:36:42.515Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/77/d2/6788e83c5c86a2690101681aeef27eeb2a6bf22df52d3f263a22cee20915/opentelemetry_instrumentation-0.60b1-py3-none-any.whl", hash = "sha256:04480db952b48fb1ed0073f822f0ee26012b7be7c3eac1a3793122737c78632d", size = 33096, upload-time = "2025-12-11T13:35:33.067Z" }, -] - -[[package]] -name = "opentelemetry-instrumentation-httpx" -version = "0.60b1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "opentelemetry-api" }, - { name = "opentelemetry-instrumentation" }, - { name = "opentelemetry-semantic-conventions" }, - { name = "opentelemetry-util-http" }, - { name = "wrapt" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/86/08/11208bcfcab4fc2023252c3f322aa397fd9ad948355fea60f5fc98648603/opentelemetry_instrumentation_httpx-0.60b1.tar.gz", hash = "sha256:a506ebaf28c60112cbe70ad4f0338f8603f148938cb7b6794ce1051cd2b270ae", size = 20611, upload-time = "2025-12-11T13:37:01.661Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/43/59/b98e84eebf745ffc75397eaad4763795bff8a30cbf2373a50ed4e70646c5/opentelemetry_instrumentation_httpx-0.60b1-py3-none-any.whl", hash = "sha256:f37636dd742ad2af83d896ba69601ed28da51fa4e25d1ab62fde89ce413e275b", size = 15701, upload-time = "2025-12-11T13:36:04.56Z" }, -] - -[[package]] -name = "opentelemetry-proto" -version = "1.39.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "protobuf" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/49/1d/f25d76d8260c156c40c97c9ed4511ec0f9ce353f8108ca6e7561f82a06b2/opentelemetry_proto-1.39.1.tar.gz", hash = "sha256:6c8e05144fc0d3ed4d22c2289c6b126e03bcd0e6a7da0f16cedd2e1c2772e2c8", size = 46152, upload-time = "2025-12-11T13:32:48.681Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/51/95/b40c96a7b5203005a0b03d8ce8cd212ff23f1793d5ba289c87a097571b18/opentelemetry_proto-1.39.1-py3-none-any.whl", hash = "sha256:22cdc78efd3b3765d09e68bfbd010d4fc254c9818afd0b6b423387d9dee46007", size = 72535, upload-time = "2025-12-11T13:32:33.866Z" }, -] - -[[package]] -name = "opentelemetry-sdk" -version = "1.39.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "opentelemetry-api" }, - { name = "opentelemetry-semantic-conventions" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/eb/fb/c76080c9ba07e1e8235d24cdcc4d125ef7aa3edf23eb4e497c2e50889adc/opentelemetry_sdk-1.39.1.tar.gz", hash = "sha256:cf4d4563caf7bff906c9f7967e2be22d0d6b349b908be0d90fb21c8e9c995cc6", size = 171460, upload-time = "2025-12-11T13:32:49.369Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/7c/98/e91cf858f203d86f4eccdf763dcf01cf03f1dae80c3750f7e635bfa206b6/opentelemetry_sdk-1.39.1-py3-none-any.whl", hash = "sha256:4d5482c478513ecb0a5d938dcc61394e647066e0cc2676bee9f3af3f3f45f01c", size = 132565, upload-time = "2025-12-11T13:32:35.069Z" }, -] - -[[package]] -name = "opentelemetry-semantic-conventions" -version = "0.60b1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "opentelemetry-api" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/91/df/553f93ed38bf22f4b999d9be9c185adb558982214f33eae539d3b5cd0858/opentelemetry_semantic_conventions-0.60b1.tar.gz", hash = "sha256:87c228b5a0669b748c76d76df6c364c369c28f1c465e50f661e39737e84bc953", size = 137935, upload-time = "2025-12-11T13:32:50.487Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/7a/5e/5958555e09635d09b75de3c4f8b9cae7335ca545d77392ffe7331534c402/opentelemetry_semantic_conventions-0.60b1-py3-none-any.whl", hash = "sha256:9fa8c8b0c110da289809292b0591220d3a7b53c1526a23021e977d68597893fb", size = 219982, upload-time = "2025-12-11T13:32:36.955Z" }, -] - -[[package]] -name = "opentelemetry-util-http" -version = "0.60b1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/50/fc/c47bb04a1d8a941a4061307e1eddfa331ed4d0ab13d8a9781e6db256940a/opentelemetry_util_http-0.60b1.tar.gz", hash = "sha256:0d97152ca8c8a41ced7172d29d3622a219317f74ae6bb3027cfbdcf22c3cc0d6", size = 11053, upload-time = "2025-12-11T13:37:25.115Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/16/5c/d3f1733665f7cd582ef0842fb1d2ed0bc1fba10875160593342d22bba375/opentelemetry_util_http-0.60b1-py3-none-any.whl", hash = "sha256:66381ba28550c91bee14dcba8979ace443444af1ed609226634596b4b0faf199", size = 8947, upload-time = "2025-12-11T13:36:37.151Z" }, -] - -[[package]] -name = "orjson" -version = "3.11.8" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/9d/1b/2024d06792d0779f9dbc51531b61c24f76c75b9f4ce05e6f3377a1814cea/orjson-3.11.8.tar.gz", hash = "sha256:96163d9cdc5a202703e9ad1b9ae757d5f0ca62f4fa0cc93d1f27b0e180cc404e", size = 5603832, upload-time = "2026-03-31T16:16:27.878Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/01/f6/8d58b32ab32d9215973a1688aebd098252ee8af1766c0e4e36e7831f0295/orjson-3.11.8-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:1cd0b77e77c95758f8e1100139844e99f3ccc87e71e6fc8e1c027e55807c549f", size = 229233, upload-time = "2026-03-31T16:15:12.762Z" }, - { url = "https://files.pythonhosted.org/packages/a9/8b/2ffe35e71f6b92622e8ea4607bf33ecf7dfb51b3619dcfabfd36cbe2d0a5/orjson-3.11.8-cp312-cp312-macosx_15_0_arm64.whl", hash = "sha256:6a3d159d5ffa0e3961f353c4b036540996bf8b9697ccc38261c0eac1fd3347a6", size = 128772, upload-time = "2026-03-31T16:15:14.237Z" }, - { url = "https://files.pythonhosted.org/packages/27/d2/1f8682ae50d5c6897a563cb96bc106da8c9cb5b7b6e81a52e4cc086679b9/orjson-3.11.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76070a76e9c5ae661e2d9848f216980d8d533e0f8143e6ed462807b242e3c5e8", size = 131946, upload-time = "2026-03-31T16:15:15.607Z" }, - { url = "https://files.pythonhosted.org/packages/52/4b/5500f76f0eece84226e0689cb48dcde081104c2fa6e2483d17ca13685ffb/orjson-3.11.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:54153d21520a71a4c82a0dbb4523e468941d549d221dc173de0f019678cf3813", size = 130368, upload-time = "2026-03-31T16:15:17.066Z" }, - { url = "https://files.pythonhosted.org/packages/da/4e/58b927e08fbe9840e6c920d9e299b051ea667463b1f39a56e668669f8508/orjson-3.11.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:469ac2125611b7c5741a0b3798cd9e5786cbad6345f9f400c77212be89563bec", size = 135540, upload-time = "2026-03-31T16:15:18.404Z" }, - { url = "https://files.pythonhosted.org/packages/56/7c/ba7cb871cba1bcd5cd02ee34f98d894c6cea96353ad87466e5aef2429c60/orjson-3.11.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:14778ffd0f6896aa613951a7fbf4690229aa7a543cb2bfbe9f358e08aafa9546", size = 146877, upload-time = "2026-03-31T16:15:19.833Z" }, - { url = "https://files.pythonhosted.org/packages/0b/5d/eb9c25fc1386696c6a342cd361c306452c75e0b55e86ad602dd4827a7fd7/orjson-3.11.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ea56a955056a6d6c550cf18b3348656a9d9a4f02e2d0c02cabf3c73f1055d506", size = 132837, upload-time = "2026-03-31T16:15:21.282Z" }, - { url = "https://files.pythonhosted.org/packages/37/87/5ddeb7fc1fbd9004aeccab08426f34c81a5b4c25c7061281862b015fce2b/orjson-3.11.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:53a0f57e59a530d18a142f4d4ba6dfc708dc5fdedce45e98ff06b44930a2a48f", size = 133624, upload-time = "2026-03-31T16:15:22.641Z" }, - { url = "https://files.pythonhosted.org/packages/22/09/90048793db94ee4b2fcec4ac8e5ddb077367637d6650be896b3494b79bb7/orjson-3.11.8-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9b48e274f8824567d74e2158199e269597edf00823a1b12b63d48462bbf5123e", size = 141904, upload-time = "2026-03-31T16:15:24.435Z" }, - { url = "https://files.pythonhosted.org/packages/c0/cf/eb284847487821a5d415e54149a6449ba9bfc5872ce63ab7be41b8ec401c/orjson-3.11.8-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:3f262401086a3960586af06c054609365e98407151f5ea24a62893a40d80dbbb", size = 423742, upload-time = "2026-03-31T16:15:26.155Z" }, - { url = "https://files.pythonhosted.org/packages/44/09/e12423d327071c851c13e76936f144a96adacfc037394dec35ac3fc8d1e8/orjson-3.11.8-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:8e8c6218b614badf8e229b697865df4301afa74b791b6c9ade01d19a9953a942", size = 147806, upload-time = "2026-03-31T16:15:27.909Z" }, - { url = "https://files.pythonhosted.org/packages/b3/6d/37c2589ba864e582ffe7611643314785c6afb1f83c701654ef05daa8fcc7/orjson-3.11.8-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:093d489fa039ddade2db541097dbb484999fcc65fc2b0ff9819141e2ab364f25", size = 136485, upload-time = "2026-03-31T16:15:29.749Z" }, - { url = "https://files.pythonhosted.org/packages/be/c9/135194a02ab76b04ed9a10f68624b7ebd238bbe55548878b11ff15a0f352/orjson-3.11.8-cp312-cp312-win32.whl", hash = "sha256:e0950ed1bcb9893f4293fd5c5a7ee10934fbf82c4101c70be360db23ce24b7d2", size = 131966, upload-time = "2026-03-31T16:15:31.687Z" }, - { url = "https://files.pythonhosted.org/packages/ed/9a/9796f8fbe3cf30ce9cb696748dbb535e5c87be4bf4fe2e9ca498ef1fa8cf/orjson-3.11.8-cp312-cp312-win_amd64.whl", hash = "sha256:3cf17c141617b88ced4536b2135c552490f07799f6ad565948ea07bef0dcb9a6", size = 127441, upload-time = "2026-03-31T16:15:33.333Z" }, - { url = "https://files.pythonhosted.org/packages/cc/47/5aaf54524a7a4a0dd09dd778f3fa65dd2108290615b652e23d944152bc8e/orjson-3.11.8-cp312-cp312-win_arm64.whl", hash = "sha256:48854463b0572cc87dac7d981aa72ed8bf6deedc0511853dc76b8bbd5482d36d", size = 127364, upload-time = "2026-03-31T16:15:34.748Z" }, - { url = "https://files.pythonhosted.org/packages/66/7f/95fba509bb2305fab0073558f1e8c3a2ec4b2afe58ed9fcb7d3b8beafe94/orjson-3.11.8-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:3f23426851d98478c8970da5991f84784a76682213cd50eb73a1da56b95239dc", size = 229180, upload-time = "2026-03-31T16:15:36.426Z" }, - { url = "https://files.pythonhosted.org/packages/f6/9d/b237215c743ca073697d759b5503abd2cb8a0d7b9c9e21f524bcf176ab66/orjson-3.11.8-cp313-cp313-macosx_15_0_arm64.whl", hash = "sha256:ebaed4cef74a045b83e23537b52ef19a367c7e3f536751e355a2a394f8648559", size = 128754, upload-time = "2026-03-31T16:15:38.049Z" }, - { url = "https://files.pythonhosted.org/packages/42/3d/27d65b6d11e63f133781425f132807aef793ed25075fec686fc8e46dd528/orjson-3.11.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:97c8f5d3b62380b70c36ffacb2a356b7c6becec86099b177f73851ba095ef623", size = 131877, upload-time = "2026-03-31T16:15:39.484Z" }, - { url = "https://files.pythonhosted.org/packages/dd/cc/faee30cd8f00421999e40ef0eba7332e3a625ce91a58200a2f52c7fef235/orjson-3.11.8-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:436c4922968a619fb7fef1ccd4b8b3a76c13b67d607073914d675026e911a65c", size = 130361, upload-time = "2026-03-31T16:15:41.274Z" }, - { url = "https://files.pythonhosted.org/packages/5c/bb/a6c55896197f97b6d4b4e7c7fd77e7235517c34f5d6ad5aadd43c54c6d7c/orjson-3.11.8-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1ab359aff0436d80bfe8a23b46b5fea69f1e18aaf1760a709b4787f1318b317f", size = 135521, upload-time = "2026-03-31T16:15:42.758Z" }, - { url = "https://files.pythonhosted.org/packages/9c/7c/ca3a3525aa32ff636ebb1778e77e3587b016ab2edb1b618b36ba96f8f2c0/orjson-3.11.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f89b6d0b3a8d81e1929d3ab3d92bbc225688bd80a770c49432543928fe09ac55", size = 146862, upload-time = "2026-03-31T16:15:44.341Z" }, - { url = "https://files.pythonhosted.org/packages/3c/0c/18a9d7f18b5edd37344d1fd5be17e94dc652c67826ab749c6e5948a78112/orjson-3.11.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:29c009e7a2ca9ad0ed1376ce20dd692146a5d9fe4310848904b6b4fee5c5c137", size = 132847, upload-time = "2026-03-31T16:15:46.368Z" }, - { url = "https://files.pythonhosted.org/packages/23/91/7e722f352ad67ca573cee44de2a58fb810d0f4eb4e33276c6a557979fd8a/orjson-3.11.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:705b895b781b3e395c067129d8551655642dfe9437273211d5404e87ac752b53", size = 133637, upload-time = "2026-03-31T16:15:48.123Z" }, - { url = "https://files.pythonhosted.org/packages/af/04/32845ce13ac5bd1046ddb02ac9432ba856cc35f6d74dde95864fe0ad5523/orjson-3.11.8-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:88006eda83858a9fdf73985ce3804e885c2befb2f506c9a3723cdeb5a2880e3e", size = 141906, upload-time = "2026-03-31T16:15:49.626Z" }, - { url = "https://files.pythonhosted.org/packages/02/5e/c551387ddf2d7106d9039369862245c85738b828844d13b99ccb8d61fd06/orjson-3.11.8-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:55120759e61309af7fcf9e961c6f6af3dde5921cdb3ee863ef63fd9db126cae6", size = 423722, upload-time = "2026-03-31T16:15:51.176Z" }, - { url = "https://files.pythonhosted.org/packages/00/a3/ecfe62434096f8a794d4976728cb59bcfc4a643977f21c2040545d37eb4c/orjson-3.11.8-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:98bdc6cb889d19bed01de46e67574a2eab61f5cc6b768ed50e8ac68e9d6ffab6", size = 147801, upload-time = "2026-03-31T16:15:52.939Z" }, - { url = "https://files.pythonhosted.org/packages/18/6d/0dce10b9f6643fdc59d99333871a38fa5a769d8e2fc34a18e5d2bfdee900/orjson-3.11.8-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:708c95f925a43ab9f34625e45dcdadf09ec8a6e7b664a938f2f8d5650f6c090b", size = 136460, upload-time = "2026-03-31T16:15:54.431Z" }, - { url = "https://files.pythonhosted.org/packages/01/d6/6dde4f31842d87099238f1f07b459d24edc1a774d20687187443ab044191/orjson-3.11.8-cp313-cp313-win32.whl", hash = "sha256:01c4e5a6695dc09098f2e6468a251bc4671c50922d4d745aff1a0a33a0cf5b8d", size = 131956, upload-time = "2026-03-31T16:15:56.081Z" }, - { url = "https://files.pythonhosted.org/packages/c1/f9/4e494a56e013db957fb77186b818b916d4695b8fa2aa612364974160e91b/orjson-3.11.8-cp313-cp313-win_amd64.whl", hash = "sha256:c154a35dd1330707450bb4d4e7dd1f17fa6f42267a40c1e8a1daa5e13719b4b8", size = 127410, upload-time = "2026-03-31T16:15:57.54Z" }, - { url = "https://files.pythonhosted.org/packages/57/7f/803203d00d6edb6e9e7eef421d4e1adbb5ea973e40b3533f3cfd9aeb374e/orjson-3.11.8-cp313-cp313-win_arm64.whl", hash = "sha256:4861bde57f4d253ab041e374f44023460e60e71efaa121f3c5f0ed457c3a701e", size = 127338, upload-time = "2026-03-31T16:15:59.106Z" }, - { url = "https://files.pythonhosted.org/packages/6d/35/b01910c3d6b85dc882442afe5060cbf719c7d1fc85749294beda23d17873/orjson-3.11.8-cp314-cp314-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:ec795530a73c269a55130498842aaa762e4a939f6ce481a7e986eeaa790e9da4", size = 229171, upload-time = "2026-03-31T16:16:00.651Z" }, - { url = "https://files.pythonhosted.org/packages/c2/56/c9ec97bd11240abef39b9e5d99a15462809c45f677420fd148a6c5e6295e/orjson-3.11.8-cp314-cp314-macosx_15_0_arm64.whl", hash = "sha256:c492a0e011c0f9066e9ceaa896fbc5b068c54d365fea5f3444b697ee01bc8625", size = 128746, upload-time = "2026-03-31T16:16:02.673Z" }, - { url = "https://files.pythonhosted.org/packages/3b/e4/66d4f30a90de45e2f0cbd9623588e8ae71eef7679dbe2ae954ed6d66a41f/orjson-3.11.8-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:883206d55b1bd5f5679ad5e6ddd3d1a5e3cac5190482927fdb8c78fb699193b5", size = 131867, upload-time = "2026-03-31T16:16:04.342Z" }, - { url = "https://files.pythonhosted.org/packages/19/30/2a645fc9286b928675e43fa2a3a16fb7b6764aa78cc719dc82141e00f30b/orjson-3.11.8-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5774c1fdcc98b2259800b683b19599c133baeb11d60033e2095fd9d4667b82db", size = 124664, upload-time = "2026-03-31T16:16:05.837Z" }, - { url = "https://files.pythonhosted.org/packages/db/44/77b9a86d84a28d52ba3316d77737f6514e17118119ade3f91b639e859029/orjson-3.11.8-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8ac7381c83dd3d4a6347e6635950aa448f54e7b8406a27c7ecb4a37e9f1ae08b", size = 129701, upload-time = "2026-03-31T16:16:07.407Z" }, - { url = "https://files.pythonhosted.org/packages/b3/ea/eff3d9bfe47e9bc6969c9181c58d9f71237f923f9c86a2d2f490cd898c82/orjson-3.11.8-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:14439063aebcb92401c11afc68ee4e407258d2752e62d748b6942dad20d2a70d", size = 141202, upload-time = "2026-03-31T16:16:09.48Z" }, - { url = "https://files.pythonhosted.org/packages/52/c8/90d4b4c60c84d62068d0cf9e4d8f0a4e05e76971d133ac0c60d818d4db20/orjson-3.11.8-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fa72e71977bff96567b0f500fc5bfd2fdf915f34052c782a4c6ebbdaa97aa858", size = 127194, upload-time = "2026-03-31T16:16:11.02Z" }, - { url = "https://files.pythonhosted.org/packages/8d/c7/ea9e08d1f0ba981adffb629811148b44774d935171e7b3d780ae43c4c254/orjson-3.11.8-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7679bc2f01bb0d219758f1a5f87bb7c8a81c0a186824a393b366876b4948e14f", size = 133639, upload-time = "2026-03-31T16:16:13.434Z" }, - { url = "https://files.pythonhosted.org/packages/6c/8c/ddbbfd6ba59453c8fc7fe1d0e5983895864e264c37481b2a791db635f046/orjson-3.11.8-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:14f7b8fcb35ef403b42fa5ecfa4ed032332a91f3dc7368fbce4184d59e1eae0d", size = 141914, upload-time = "2026-03-31T16:16:14.955Z" }, - { url = "https://files.pythonhosted.org/packages/4e/31/dbfbefec9df060d34ef4962cd0afcb6fa7a9ec65884cb78f04a7859526c3/orjson-3.11.8-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:c2bdf7b2facc80b5e34f48a2d557727d5c5c57a8a450de122ae81fa26a81c1bc", size = 423800, upload-time = "2026-03-31T16:16:16.594Z" }, - { url = "https://files.pythonhosted.org/packages/87/cf/f74e9ae9803d4ab46b163494adba636c6d7ea955af5cc23b8aaa94cfd528/orjson-3.11.8-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:ccd7ba1b0605813a0715171d39ec4c314cb97a9c85893c2c5c0c3a3729df38bf", size = 147837, upload-time = "2026-03-31T16:16:18.585Z" }, - { url = "https://files.pythonhosted.org/packages/64/e6/9214f017b5db85e84e68602792f742e5dc5249e963503d1b356bee611e01/orjson-3.11.8-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:cdbc8c9c02463fef4d3c53a9ba3336d05496ec8e1f1c53326a1e4acc11f5c600", size = 136441, upload-time = "2026-03-31T16:16:20.151Z" }, - { url = "https://files.pythonhosted.org/packages/24/dd/3590348818f58f837a75fb969b04cdf187ae197e14d60b5e5a794a38b79d/orjson-3.11.8-cp314-cp314-win32.whl", hash = "sha256:0b57f67710a8cd459e4e54eb96d5f77f3624eba0c661ba19a525807e42eccade", size = 131983, upload-time = "2026-03-31T16:16:21.823Z" }, - { url = "https://files.pythonhosted.org/packages/3f/0f/b6cb692116e05d058f31ceee819c70f097fa9167c82f67fabe7516289abc/orjson-3.11.8-cp314-cp314-win_amd64.whl", hash = "sha256:735e2262363dcbe05c35e3a8869898022af78f89dde9e256924dc02e99fe69ca", size = 127396, upload-time = "2026-03-31T16:16:23.685Z" }, - { url = "https://files.pythonhosted.org/packages/c0/d1/facb5b5051fabb0ef9d26c6544d87ef19a939a9a001198655d0d891062dd/orjson-3.11.8-cp314-cp314-win_arm64.whl", hash = "sha256:6ccdea2c213cf9f3d9490cbd5d427693c870753df41e6cb375bd79bcbafc8817", size = 127330, upload-time = "2026-03-31T16:16:25.496Z" }, -] - -[[package]] -name = "ormsgpack" -version = "1.12.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/12/0c/f1761e21486942ab9bb6feaebc610fa074f7c5e496e6962dea5873348077/ormsgpack-1.12.2.tar.gz", hash = "sha256:944a2233640273bee67521795a73cf1e959538e0dfb7ac635505010455e53b33", size = 39031, upload-time = "2026-01-18T20:55:28.023Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/4c/36/16c4b1921c308a92cef3bf6663226ae283395aa0ff6e154f925c32e91ff5/ormsgpack-1.12.2-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:7a29d09b64b9694b588ff2f80e9826bdceb3a2b91523c5beae1fab27d5c940e7", size = 378618, upload-time = "2026-01-18T20:55:50.835Z" }, - { url = "https://files.pythonhosted.org/packages/c0/68/468de634079615abf66ed13bb5c34ff71da237213f29294363beeeca5306/ormsgpack-1.12.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0b39e629fd2e1c5b2f46f99778450b59454d1f901bc507963168985e79f09c5d", size = 203186, upload-time = "2026-01-18T20:56:11.163Z" }, - { url = "https://files.pythonhosted.org/packages/73/a9/d756e01961442688b7939bacd87ce13bfad7d26ce24f910f6028178b2cc8/ormsgpack-1.12.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:958dcb270d30a7cb633a45ee62b9444433fa571a752d2ca484efdac07480876e", size = 210738, upload-time = "2026-01-18T20:56:09.181Z" }, - { url = "https://files.pythonhosted.org/packages/7b/ba/795b1036888542c9113269a3f5690ab53dd2258c6fb17676ac4bd44fcf94/ormsgpack-1.12.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58d379d72b6c5e964851c77cfedfb386e474adee4fd39791c2c5d9efb53505cc", size = 212569, upload-time = "2026-01-18T20:56:06.135Z" }, - { url = "https://files.pythonhosted.org/packages/6c/aa/bff73c57497b9e0cba8837c7e4bcab584b1a6dbc91a5dd5526784a5030c8/ormsgpack-1.12.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8463a3fc5f09832e67bdb0e2fda6d518dc4281b133166146a67f54c08496442e", size = 387166, upload-time = "2026-01-18T20:55:36.738Z" }, - { url = "https://files.pythonhosted.org/packages/d3/cf/f8283cba44bcb7b14f97b6274d449db276b3a86589bdb363169b51bc12de/ormsgpack-1.12.2-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:eddffb77eff0bad4e67547d67a130604e7e2dfbb7b0cde0796045be4090f35c6", size = 482498, upload-time = "2026-01-18T20:55:29.626Z" }, - { url = "https://files.pythonhosted.org/packages/05/be/71e37b852d723dfcbe952ad04178c030df60d6b78eba26bfd14c9a40575e/ormsgpack-1.12.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fcd55e5f6ba0dbce624942adf9f152062135f991a0126064889f68eb850de0dd", size = 425518, upload-time = "2026-01-18T20:55:49.556Z" }, - { url = "https://files.pythonhosted.org/packages/7a/0c/9803aa883d18c7ef197213cd2cbf73ba76472a11fe100fb7dab2884edf48/ormsgpack-1.12.2-cp312-cp312-win_amd64.whl", hash = "sha256:d024b40828f1dde5654faebd0d824f9cc29ad46891f626272dd5bfd7af2333a4", size = 117462, upload-time = "2026-01-18T20:55:47.726Z" }, - { url = "https://files.pythonhosted.org/packages/c8/9e/029e898298b2cc662f10d7a15652a53e3b525b1e7f07e21fef8536a09bb8/ormsgpack-1.12.2-cp312-cp312-win_arm64.whl", hash = "sha256:da538c542bac7d1c8f3f2a937863dba36f013108ce63e55745941dda4b75dbb6", size = 111559, upload-time = "2026-01-18T20:55:54.273Z" }, - { url = "https://files.pythonhosted.org/packages/eb/29/bb0eba3288c0449efbb013e9c6f58aea79cf5cb9ee1921f8865f04c1a9d7/ormsgpack-1.12.2-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:5ea60cb5f210b1cfbad8c002948d73447508e629ec375acb82910e3efa8ff355", size = 378661, upload-time = "2026-01-18T20:55:57.765Z" }, - { url = "https://files.pythonhosted.org/packages/6e/31/5efa31346affdac489acade2926989e019e8ca98129658a183e3add7af5e/ormsgpack-1.12.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f3601f19afdbea273ed70b06495e5794606a8b690a568d6c996a90d7255e51c1", size = 203194, upload-time = "2026-01-18T20:56:08.252Z" }, - { url = "https://files.pythonhosted.org/packages/eb/56/d0087278beef833187e0167f8527235ebe6f6ffc2a143e9de12a98b1ce87/ormsgpack-1.12.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:29a9f17a3dac6054c0dce7925e0f4995c727f7c41859adf9b5572180f640d172", size = 210778, upload-time = "2026-01-18T20:55:17.694Z" }, - { url = "https://files.pythonhosted.org/packages/1c/a2/072343e1413d9443e5a252a8eb591c2d5b1bffbe5e7bfc78c069361b92eb/ormsgpack-1.12.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39c1bd2092880e413902910388be8715f70b9f15f20779d44e673033a6146f2d", size = 212592, upload-time = "2026-01-18T20:55:32.747Z" }, - { url = "https://files.pythonhosted.org/packages/a2/8b/a0da3b98a91d41187a63b02dda14267eefc2a74fcb43cc2701066cf1510e/ormsgpack-1.12.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:50b7249244382209877deedeee838aef1542f3d0fc28b8fe71ca9d7e1896a0d7", size = 387164, upload-time = "2026-01-18T20:55:40.853Z" }, - { url = "https://files.pythonhosted.org/packages/19/bb/6d226bc4cf9fc20d8eb1d976d027a3f7c3491e8f08289a2e76abe96a65f3/ormsgpack-1.12.2-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:5af04800d844451cf102a59c74a841324868d3f1625c296a06cc655c542a6685", size = 482516, upload-time = "2026-01-18T20:55:42.033Z" }, - { url = "https://files.pythonhosted.org/packages/fb/f1/bb2c7223398543dedb3dbf8bb93aaa737b387de61c5feaad6f908841b782/ormsgpack-1.12.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:cec70477d4371cd524534cd16472d8b9cc187e0e3043a8790545a9a9b296c258", size = 425539, upload-time = "2026-01-18T20:55:24.727Z" }, - { url = "https://files.pythonhosted.org/packages/7b/e8/0fb45f57a2ada1fed374f7494c8cd55e2f88ccd0ab0a669aa3468716bf5f/ormsgpack-1.12.2-cp313-cp313-win_amd64.whl", hash = "sha256:21f4276caca5c03a818041d637e4019bc84f9d6ca8baa5ea03e5cc8bf56140e9", size = 117459, upload-time = "2026-01-18T20:55:56.876Z" }, - { url = "https://files.pythonhosted.org/packages/7a/d4/0cfeea1e960d550a131001a7f38a5132c7ae3ebde4c82af1f364ccc5d904/ormsgpack-1.12.2-cp313-cp313-win_arm64.whl", hash = "sha256:baca4b6773d20a82e36d6fd25f341064244f9f86a13dead95dd7d7f996f51709", size = 111577, upload-time = "2026-01-18T20:55:43.605Z" }, - { url = "https://files.pythonhosted.org/packages/94/16/24d18851334be09c25e87f74307c84950f18c324a4d3c0b41dabdbf19c29/ormsgpack-1.12.2-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:bc68dd5915f4acf66ff2010ee47c8906dc1cf07399b16f4089f8c71733f6e36c", size = 378717, upload-time = "2026-01-18T20:55:26.164Z" }, - { url = "https://files.pythonhosted.org/packages/b5/a2/88b9b56f83adae8032ac6a6fa7f080c65b3baf9b6b64fd3d37bd202991d4/ormsgpack-1.12.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:46d084427b4132553940070ad95107266656cb646ea9da4975f85cb1a6676553", size = 203183, upload-time = "2026-01-18T20:55:18.815Z" }, - { url = "https://files.pythonhosted.org/packages/a9/80/43e4555963bf602e5bdc79cbc8debd8b6d5456c00d2504df9775e74b450b/ormsgpack-1.12.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c010da16235806cf1d7bc4c96bf286bfa91c686853395a299b3ddb49499a3e13", size = 210814, upload-time = "2026-01-18T20:55:33.973Z" }, - { url = "https://files.pythonhosted.org/packages/78/e1/7cfbf28de8bca6efe7e525b329c31277d1b64ce08dcba723971c241a9d60/ormsgpack-1.12.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18867233df592c997154ff942a6503df274b5ac1765215bceba7a231bea2745d", size = 212634, upload-time = "2026-01-18T20:55:28.634Z" }, - { url = "https://files.pythonhosted.org/packages/95/f8/30ae5716e88d792a4e879debee195653c26ddd3964c968594ddef0a3cc7e/ormsgpack-1.12.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:b009049086ddc6b8f80c76b3955df1aa22a5fbd7673c525cd63bf91f23122ede", size = 387139, upload-time = "2026-01-18T20:56:02.013Z" }, - { url = "https://files.pythonhosted.org/packages/dc/81/aee5b18a3e3a0e52f718b37ab4b8af6fae0d9d6a65103036a90c2a8ffb5d/ormsgpack-1.12.2-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:1dcc17d92b6390d4f18f937cf0b99054824a7815818012ddca925d6e01c2e49e", size = 482578, upload-time = "2026-01-18T20:55:35.117Z" }, - { url = "https://files.pythonhosted.org/packages/bd/17/71c9ba472d5d45f7546317f467a5fc941929cd68fb32796ca3d13dcbaec2/ormsgpack-1.12.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:f04b5e896d510b07c0ad733d7fce2d44b260c5e6c402d272128f8941984e4285", size = 425539, upload-time = "2026-01-18T20:56:04.009Z" }, - { url = "https://files.pythonhosted.org/packages/2e/a6/ac99cd7fe77e822fed5250ff4b86fa66dd4238937dd178d2299f10b69816/ormsgpack-1.12.2-cp314-cp314-win_amd64.whl", hash = "sha256:ae3aba7eed4ca7cb79fd3436eddd29140f17ea254b91604aa1eb19bfcedb990f", size = 117493, upload-time = "2026-01-18T20:56:07.343Z" }, - { url = "https://files.pythonhosted.org/packages/3a/67/339872846a1ae4592535385a1c1f93614138566d7af094200c9c3b45d1e5/ormsgpack-1.12.2-cp314-cp314-win_arm64.whl", hash = "sha256:118576ea6006893aea811b17429bfc561b4778fad393f5f538c84af70b01260c", size = 111579, upload-time = "2026-01-18T20:55:21.161Z" }, - { url = "https://files.pythonhosted.org/packages/49/c2/6feb972dc87285ad381749d3882d8aecbde9f6ecf908dd717d33d66df095/ormsgpack-1.12.2-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:7121b3d355d3858781dc40dafe25a32ff8a8242b9d80c692fd548a4b1f7fd3c8", size = 378721, upload-time = "2026-01-18T20:55:52.12Z" }, - { url = "https://files.pythonhosted.org/packages/a3/9a/900a6b9b413e0f8a471cf07830f9cf65939af039a362204b36bd5b581d8b/ormsgpack-1.12.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4ee766d2e78251b7a63daf1cddfac36a73562d3ddef68cacfb41b2af64698033", size = 203170, upload-time = "2026-01-18T20:55:44.469Z" }, - { url = "https://files.pythonhosted.org/packages/87/4c/27a95466354606b256f24fad464d7c97ab62bce6cc529dd4673e1179b8fb/ormsgpack-1.12.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:292410a7d23de9b40444636b9b8f1e4e4b814af7f1ef476e44887e52a123f09d", size = 212816, upload-time = "2026-01-18T20:55:23.501Z" }, - { url = "https://files.pythonhosted.org/packages/73/cd/29cee6007bddf7a834e6cd6f536754c0535fcb939d384f0f37a38b1cddb8/ormsgpack-1.12.2-cp314-cp314t-win_amd64.whl", hash = "sha256:837dd316584485b72ef451d08dd3e96c4a11d12e4963aedb40e08f89685d8ec2", size = 117232, upload-time = "2026-01-18T20:55:45.448Z" }, -] - -[[package]] -name = "packaging" -version = "26.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/65/ee/299d360cdc32edc7d2cf530f3accf79c4fca01e96ffc950d8a52213bd8e4/packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4", size = 143416, upload-time = "2026-01-21T20:50:39.064Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529", size = 74366, upload-time = "2026-01-21T20:50:37.788Z" }, -] - -[[package]] -name = "pandas" -version = "3.0.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "numpy" }, - { name = "python-dateutil" }, - { name = "tzdata", marker = "sys_platform == 'emscripten' or sys_platform == 'win32'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/2e/0c/b28ed414f080ee0ad153f848586d61d1878f91689950f037f976ce15f6c8/pandas-3.0.1.tar.gz", hash = "sha256:4186a699674af418f655dbd420ed87f50d56b4cd6603784279d9eef6627823c8", size = 4641901, upload-time = "2026-02-17T22:20:16.434Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/37/51/b467209c08dae2c624873d7491ea47d2b47336e5403309d433ea79c38571/pandas-3.0.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:476f84f8c20c9f5bc47252b66b4bb25e1a9fc2fa98cead96744d8116cb85771d", size = 10344357, upload-time = "2026-02-17T22:18:38.262Z" }, - { url = "https://files.pythonhosted.org/packages/7c/f1/e2567ffc8951ab371db2e40b2fe068e36b81d8cf3260f06ae508700e5504/pandas-3.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0ab749dfba921edf641d4036c4c21c0b3ea70fea478165cb98a998fb2a261955", size = 9884543, upload-time = "2026-02-17T22:18:41.476Z" }, - { url = "https://files.pythonhosted.org/packages/d7/39/327802e0b6d693182403c144edacbc27eb82907b57062f23ef5a4c4a5ea7/pandas-3.0.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b8e36891080b87823aff3640c78649b91b8ff6eea3c0d70aeabd72ea43ab069b", size = 10396030, upload-time = "2026-02-17T22:18:43.822Z" }, - { url = "https://files.pythonhosted.org/packages/3d/fe/89d77e424365280b79d99b3e1e7d606f5165af2f2ecfaf0c6d24c799d607/pandas-3.0.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:532527a701281b9dd371e2f582ed9094f4c12dd9ffb82c0c54ee28d8ac9520c4", size = 10876435, upload-time = "2026-02-17T22:18:45.954Z" }, - { url = "https://files.pythonhosted.org/packages/b5/a6/2a75320849dd154a793f69c951db759aedb8d1dd3939eeacda9bdcfa1629/pandas-3.0.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:356e5c055ed9b0da1580d465657bc7d00635af4fd47f30afb23025352ba764d1", size = 11405133, upload-time = "2026-02-17T22:18:48.533Z" }, - { url = "https://files.pythonhosted.org/packages/58/53/1d68fafb2e02d7881df66aa53be4cd748d25cbe311f3b3c85c93ea5d30ca/pandas-3.0.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:9d810036895f9ad6345b8f2a338dd6998a74e8483847403582cab67745bff821", size = 11932065, upload-time = "2026-02-17T22:18:50.837Z" }, - { url = "https://files.pythonhosted.org/packages/75/08/67cc404b3a966b6df27b38370ddd96b3b023030b572283d035181854aac5/pandas-3.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:536232a5fe26dd989bd633e7a0c450705fdc86a207fec7254a55e9a22950fe43", size = 9741627, upload-time = "2026-02-17T22:18:53.905Z" }, - { url = "https://files.pythonhosted.org/packages/86/4f/caf9952948fb00d23795f09b893d11f1cacb384e666854d87249530f7cbe/pandas-3.0.1-cp312-cp312-win_arm64.whl", hash = "sha256:0f463ebfd8de7f326d38037c7363c6dacb857c5881ab8961fb387804d6daf2f7", size = 9052483, upload-time = "2026-02-17T22:18:57.31Z" }, - { url = "https://files.pythonhosted.org/packages/0b/48/aad6ec4f8d007534c091e9a7172b3ec1b1ee6d99a9cbb936b5eab6c6cf58/pandas-3.0.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:5272627187b5d9c20e55d27caf5f2cd23e286aba25cadf73c8590e432e2b7262", size = 10317509, upload-time = "2026-02-17T22:18:59.498Z" }, - { url = "https://files.pythonhosted.org/packages/a8/14/5990826f779f79148ae9d3a2c39593dc04d61d5d90541e71b5749f35af95/pandas-3.0.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:661e0f665932af88c7877f31da0dc743fe9c8f2524bdffe23d24fdcb67ef9d56", size = 9860561, upload-time = "2026-02-17T22:19:02.265Z" }, - { url = "https://files.pythonhosted.org/packages/fa/80/f01ff54664b6d70fed71475543d108a9b7c888e923ad210795bef04ffb7d/pandas-3.0.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:75e6e292ff898679e47a2199172593d9f6107fd2dd3617c22c2946e97d5df46e", size = 10365506, upload-time = "2026-02-17T22:19:05.017Z" }, - { url = "https://files.pythonhosted.org/packages/f2/85/ab6d04733a7d6ff32bfc8382bf1b07078228f5d6ebec5266b91bfc5c4ff7/pandas-3.0.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1ff8cf1d2896e34343197685f432450ec99a85ba8d90cce2030c5eee2ef98791", size = 10873196, upload-time = "2026-02-17T22:19:07.204Z" }, - { url = "https://files.pythonhosted.org/packages/48/a9/9301c83d0b47c23ac5deab91c6b39fd98d5b5db4d93b25df8d381451828f/pandas-3.0.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:eca8b4510f6763f3d37359c2105df03a7a221a508f30e396a51d0713d462e68a", size = 11370859, upload-time = "2026-02-17T22:19:09.436Z" }, - { url = "https://files.pythonhosted.org/packages/59/fe/0c1fc5bd2d29c7db2ab372330063ad555fb83e08422829c785f5ec2176ca/pandas-3.0.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:06aff2ad6f0b94a17822cf8b83bbb563b090ed82ff4fe7712db2ce57cd50d9b8", size = 11924584, upload-time = "2026-02-17T22:19:11.562Z" }, - { url = "https://files.pythonhosted.org/packages/d6/7d/216a1588b65a7aa5f4535570418a599d943c85afb1d95b0876fc00aa1468/pandas-3.0.1-cp313-cp313-win_amd64.whl", hash = "sha256:9fea306c783e28884c29057a1d9baa11a349bbf99538ec1da44c8476563d1b25", size = 9742769, upload-time = "2026-02-17T22:19:13.926Z" }, - { url = "https://files.pythonhosted.org/packages/c4/cb/810a22a6af9a4e97c8ab1c946b47f3489c5bca5adc483ce0ffc84c9cc768/pandas-3.0.1-cp313-cp313-win_arm64.whl", hash = "sha256:a8d37a43c52917427e897cb2e429f67a449327394396a81034a4449b99afda59", size = 9043855, upload-time = "2026-02-17T22:19:16.09Z" }, - { url = "https://files.pythonhosted.org/packages/92/fa/423c89086cca1f039cf1253c3ff5b90f157b5b3757314aa635f6bf3e30aa/pandas-3.0.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:d54855f04f8246ed7b6fc96b05d4871591143c46c0b6f4af874764ed0d2d6f06", size = 10752673, upload-time = "2026-02-17T22:19:18.304Z" }, - { url = "https://files.pythonhosted.org/packages/22/23/b5a08ec1f40020397f0faba72f1e2c11f7596a6169c7b3e800abff0e433f/pandas-3.0.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4e1b677accee34a09e0dc2ce5624e4a58a1870ffe56fc021e9caf7f23cd7668f", size = 10404967, upload-time = "2026-02-17T22:19:20.726Z" }, - { url = "https://files.pythonhosted.org/packages/5c/81/94841f1bb4afdc2b52a99daa895ac2c61600bb72e26525ecc9543d453ebc/pandas-3.0.1-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a9cabbdcd03f1b6cd254d6dda8ae09b0252524be1592594c00b7895916cb1324", size = 10320575, upload-time = "2026-02-17T22:19:24.919Z" }, - { url = "https://files.pythonhosted.org/packages/0a/8b/2ae37d66a5342a83adadfd0cb0b4bf9c3c7925424dd5f40d15d6cfaa35ee/pandas-3.0.1-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5ae2ab1f166668b41e770650101e7090824fd34d17915dd9cd479f5c5e0065e9", size = 10710921, upload-time = "2026-02-17T22:19:27.181Z" }, - { url = "https://files.pythonhosted.org/packages/a2/61/772b2e2757855e232b7ccf7cb8079a5711becb3a97f291c953def15a833f/pandas-3.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:6bf0603c2e30e2cafac32807b06435f28741135cb8697eae8b28c7d492fc7d76", size = 11334191, upload-time = "2026-02-17T22:19:29.411Z" }, - { url = "https://files.pythonhosted.org/packages/1b/08/b16c6df3ef555d8495d1d265a7963b65be166785d28f06a350913a4fac78/pandas-3.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6c426422973973cae1f4a23e51d4ae85974f44871b24844e4f7de752dd877098", size = 11782256, upload-time = "2026-02-17T22:19:32.34Z" }, - { url = "https://files.pythonhosted.org/packages/55/80/178af0594890dee17e239fca96d3d8670ba0f5ff59b7d0439850924a9c09/pandas-3.0.1-cp313-cp313t-win_amd64.whl", hash = "sha256:b03f91ae8c10a85c1613102c7bef5229b5379f343030a3ccefeca8a33414cf35", size = 10485047, upload-time = "2026-02-17T22:19:34.605Z" }, - { url = "https://files.pythonhosted.org/packages/bb/8b/4bb774a998b97e6c2fd62a9e6cfdaae133b636fd1c468f92afb4ae9a447a/pandas-3.0.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:99d0f92ed92d3083d140bf6b97774f9f13863924cf3f52a70711f4e7588f9d0a", size = 10322465, upload-time = "2026-02-17T22:19:36.803Z" }, - { url = "https://files.pythonhosted.org/packages/72/3a/5b39b51c64159f470f1ca3b1c2a87da290657ca022f7cd11442606f607d1/pandas-3.0.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:3b66857e983208654294bb6477b8a63dee26b37bdd0eb34d010556e91261784f", size = 9910632, upload-time = "2026-02-17T22:19:39.001Z" }, - { url = "https://files.pythonhosted.org/packages/4e/f7/b449ffb3f68c11da12fc06fbf6d2fa3a41c41e17d0284d23a79e1c13a7e4/pandas-3.0.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:56cf59638bf24dc9bdf2154c81e248b3289f9a09a6d04e63608c159022352749", size = 10440535, upload-time = "2026-02-17T22:19:41.157Z" }, - { url = "https://files.pythonhosted.org/packages/55/77/6ea82043db22cb0f2bbfe7198da3544000ddaadb12d26be36e19b03a2dc5/pandas-3.0.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c1a9f55e0f46951874b863d1f3906dcb57df2d9be5c5847ba4dfb55b2c815249", size = 10893940, upload-time = "2026-02-17T22:19:43.493Z" }, - { url = "https://files.pythonhosted.org/packages/03/30/f1b502a72468c89412c1b882a08f6eed8a4ee9dc033f35f65d0663df6081/pandas-3.0.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:1849f0bba9c8a2fb0f691d492b834cc8dadf617e29015c66e989448d58d011ee", size = 11442711, upload-time = "2026-02-17T22:19:46.074Z" }, - { url = "https://files.pythonhosted.org/packages/0d/f0/ebb6ddd8fc049e98cabac5c2924d14d1dda26a20adb70d41ea2e428d3ec4/pandas-3.0.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:c3d288439e11b5325b02ae6e9cc83e6805a62c40c5a6220bea9beb899c073b1c", size = 11963918, upload-time = "2026-02-17T22:19:48.838Z" }, - { url = "https://files.pythonhosted.org/packages/09/f8/8ce132104074f977f907442790eaae24e27bce3b3b454e82faa3237ff098/pandas-3.0.1-cp314-cp314-win_amd64.whl", hash = "sha256:93325b0fe372d192965f4cca88d97667f49557398bbf94abdda3bf1b591dbe66", size = 9862099, upload-time = "2026-02-17T22:19:51.081Z" }, - { url = "https://files.pythonhosted.org/packages/e6/b7/6af9aac41ef2456b768ef0ae60acf8abcebb450a52043d030a65b4b7c9bd/pandas-3.0.1-cp314-cp314-win_arm64.whl", hash = "sha256:97ca08674e3287c7148f4858b01136f8bdfe7202ad25ad04fec602dd1d29d132", size = 9185333, upload-time = "2026-02-17T22:19:53.266Z" }, - { url = "https://files.pythonhosted.org/packages/66/fc/848bb6710bc6061cb0c5badd65b92ff75c81302e0e31e496d00029fe4953/pandas-3.0.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:58eeb1b2e0fb322befcf2bbc9ba0af41e616abadb3d3414a6bc7167f6cbfce32", size = 10772664, upload-time = "2026-02-17T22:19:55.806Z" }, - { url = "https://files.pythonhosted.org/packages/69/5c/866a9bbd0f79263b4b0db6ec1a341be13a1473323f05c122388e0f15b21d/pandas-3.0.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:cd9af1276b5ca9e298bd79a26bda32fa9cc87ed095b2a9a60978d2ca058eaf87", size = 10421286, upload-time = "2026-02-17T22:19:58.091Z" }, - { url = "https://files.pythonhosted.org/packages/51/a4/2058fb84fb1cfbfb2d4a6d485e1940bb4ad5716e539d779852494479c580/pandas-3.0.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:94f87a04984d6b63788327cd9f79dda62b7f9043909d2440ceccf709249ca988", size = 10342050, upload-time = "2026-02-17T22:20:01.376Z" }, - { url = "https://files.pythonhosted.org/packages/22/1b/674e89996cc4be74db3c4eb09240c4bb549865c9c3f5d9b086ff8fcfbf00/pandas-3.0.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:85fe4c4df62e1e20f9db6ebfb88c844b092c22cd5324bdcf94bfa2fc1b391221", size = 10740055, upload-time = "2026-02-17T22:20:04.328Z" }, - { url = "https://files.pythonhosted.org/packages/d0/f8/e954b750764298c22fa4614376531fe63c521ef517e7059a51f062b87dca/pandas-3.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:331ca75a2f8672c365ae25c0b29e46f5ac0c6551fdace8eec4cd65e4fac271ff", size = 11357632, upload-time = "2026-02-17T22:20:06.647Z" }, - { url = "https://files.pythonhosted.org/packages/6d/02/c6e04b694ffd68568297abd03588b6d30295265176a5c01b7459d3bc35a3/pandas-3.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:15860b1fdb1973fffade772fdb931ccf9b2f400a3f5665aef94a00445d7d8dd5", size = 11810974, upload-time = "2026-02-17T22:20:08.946Z" }, - { url = "https://files.pythonhosted.org/packages/89/41/d7dfb63d2407f12055215070c42fc6ac41b66e90a2946cdc5e759058398b/pandas-3.0.1-cp314-cp314t-win_amd64.whl", hash = "sha256:44f1364411d5670efa692b146c748f4ed013df91ee91e9bec5677fb1fd58b937", size = 10884622, upload-time = "2026-02-17T22:20:11.711Z" }, - { url = "https://files.pythonhosted.org/packages/68/b0/34937815889fa982613775e4b97fddd13250f11012d769949c5465af2150/pandas-3.0.1-cp314-cp314t-win_arm64.whl", hash = "sha256:108dd1790337a494aa80e38def654ca3f0968cf4f362c85f44c15e471667102d", size = 9452085, upload-time = "2026-02-17T22:20:14.331Z" }, -] - -[[package]] -name = "pathable" -version = "0.4.4" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/67/93/8f2c2075b180c12c1e9f6a09d1a985bc2036906b13dff1d8917e395f2048/pathable-0.4.4.tar.gz", hash = "sha256:6905a3cd17804edfac7875b5f6c9142a218c7caef78693c2dbbbfbac186d88b2", size = 8124, upload-time = "2025-01-10T18:43:13.247Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/7d/eb/b6260b31b1a96386c0a880edebe26f89669098acea8e0318bff6adb378fd/pathable-0.4.4-py3-none-any.whl", hash = "sha256:5ae9e94793b6ef5a4cbe0a7ce9dbbefc1eec38df253763fd0aeeacf2762dbbc2", size = 9592, upload-time = "2025-01-10T18:43:11.88Z" }, -] - -[[package]] -name = "pathvalidate" -version = "3.3.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/fa/2a/52a8da6fe965dea6192eb716b357558e103aea0a1e9a8352ad575a8406ca/pathvalidate-3.3.1.tar.gz", hash = "sha256:b18c07212bfead624345bb8e1d6141cdcf15a39736994ea0b94035ad2b1ba177", size = 63262, upload-time = "2025-06-15T09:07:20.736Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9a/70/875f4a23bfc4731703a5835487d0d2fb999031bd415e7d17c0ae615c18b7/pathvalidate-3.3.1-py3-none-any.whl", hash = "sha256:5263baab691f8e1af96092fa5137ee17df5bdfbd6cff1fcac4d6ef4bc2e1735f", size = 24305, upload-time = "2025-06-15T09:07:19.117Z" }, -] - -[[package]] -name = "pendulum" -version = "3.2.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "python-dateutil" }, - { name = "tzdata" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/cb/72/9a51afa0a822b09e286c4cb827ed7b00bc818dac7bd11a5f161e493a217d/pendulum-3.2.0.tar.gz", hash = "sha256:e80feda2d10fa3ff8b1526715f7d33dcb7e08494b3088f2c8a3ac92d4a4331ce", size = 86912, upload-time = "2026-01-30T11:22:24.093Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/41/56/dd0ea9f97d25a0763cda09e2217563b45714786118d8c68b0b745395d6eb/pendulum-3.2.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:bf0b489def51202a39a2a665dcc4162d5e46934a740fe4c4fe3068979610156c", size = 337830, upload-time = "2026-01-30T11:21:08.298Z" }, - { url = "https://files.pythonhosted.org/packages/cf/98/83d62899bf7226fc12396de4bc1fb2b5da27e451c7c60790043aaf8b4731/pendulum-3.2.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:937a529aa302efa18dcf25e53834964a87ffb2df8f80e3669ab7757a6126beaf", size = 327574, upload-time = "2026-01-30T11:21:09.715Z" }, - { url = "https://files.pythonhosted.org/packages/76/fa/ff2aa992b23f0543c709b1a3f3f9ed760ec71fd02c8bb01f93bf008b52e4/pendulum-3.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:85c7689defc65c4dc29bf257f7cca55d210fabb455de9476e1748d2ab2ae80d7", size = 339891, upload-time = "2026-01-30T11:21:11.089Z" }, - { url = "https://files.pythonhosted.org/packages/c5/4e/25b4fa11d19503d50d7b52d7ef943c0f20fd54422aaeb9e38f588c815c50/pendulum-3.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d5e216e5a412563ea2ecf5de467dcf3d02717947fcdabe6811d5ee360726b02b", size = 373726, upload-time = "2026-01-30T11:21:12.493Z" }, - { url = "https://files.pythonhosted.org/packages/4f/30/0acad6396c4e74e5c689aa4f0b0c49e2ecdcfce368e7b5bf35ca1c0fc61a/pendulum-3.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3a2af22eeec438fbaac72bb7fba783e0950a514fba980d9a32db394b51afccec", size = 379827, upload-time = "2026-01-30T11:21:14.08Z" }, - { url = "https://files.pythonhosted.org/packages/3a/f7/e6a2fdf2a23d59b4b48b8fa89e8d4bf2dd371aea2c6ba8fcecec20a4acb9/pendulum-3.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3159cceb54f5aa8b85b141c7f0ce3fac8bdd1ffdc7c79e67dca9133eac7c4d11", size = 348921, upload-time = "2026-01-30T11:21:15.816Z" }, - { url = "https://files.pythonhosted.org/packages/7f/f2/c15fa7f9ad4e181aa469b6040b574988bd108ccdf4ae509ad224f9e4db44/pendulum-3.2.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:c39ea5e9ffa20ea8bae986d00e0908bd537c8468b71d6b6503ab0b4c3d76e0ea", size = 517188, upload-time = "2026-01-30T11:21:17.835Z" }, - { url = "https://files.pythonhosted.org/packages/47/c7/5f80b12ee88ec26e930c3a5a602608a63c29cf60c81a0eb066d583772550/pendulum-3.2.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:e5afc753e570cce1f44197676371f68953f7d4f022303d141bb09f804d5fe6d7", size = 561833, upload-time = "2026-01-30T11:21:19.232Z" }, - { url = "https://files.pythonhosted.org/packages/90/15/1ac481626cb63db751f6281e294661947c1f0321ebe5d1c532a3b51a8006/pendulum-3.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:fd55c12560816d9122ca2142d9e428f32c0c083bf77719320b1767539c7a3a3b", size = 258725, upload-time = "2026-01-30T11:21:20.558Z" }, - { url = "https://files.pythonhosted.org/packages/40/ae/50b0398d7d027eb70a3e1e336de7b6e599c6b74431cb7d3863287e1292bb/pendulum-3.2.0-cp312-cp312-win_arm64.whl", hash = "sha256:faef52a7ed99729f0838353b956f3fabf6c550c062db247e9e2fc2b48fcb9457", size = 253089, upload-time = "2026-01-30T11:21:22.497Z" }, - { url = "https://files.pythonhosted.org/packages/27/8c/400c8b8dbd7524424f3d9902ded64741e82e5e321d1aabbd68ade89e71cf/pendulum-3.2.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:addb0512f919fe5b70c8ee534ee71c775630d3efe567ea5763d92acff857cfc3", size = 337820, upload-time = "2026-01-30T11:21:24.305Z" }, - { url = "https://files.pythonhosted.org/packages/59/38/7c16f26cc55d9206d71da294ce6857d0da381e26bc9e0c2a069424c2b173/pendulum-3.2.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:3aaa50342dc174acebdc21089315012e63789353957b39ac83cac9f9fc8d1075", size = 327551, upload-time = "2026-01-30T11:21:25.747Z" }, - { url = "https://files.pythonhosted.org/packages/0b/cd/f36ec5d56d55104232380fdbf84ff53cc05607574af3cbdc8a43991ac8a7/pendulum-3.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:927e9c9ab52ff68e71b76dd410e5f1cd78f5ea6e7f0a9f5eb549aea16a4d5354", size = 339894, upload-time = "2026-01-30T11:21:27.229Z" }, - { url = "https://files.pythonhosted.org/packages/aa/4e/b9a1e546519c3a92d5bc17787cea925e06a20def2ae344fa136d2fc40338/pendulum-3.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:249d18f5543c9f43aba3bd77b34864ec8cf6f64edbead405f442e23c94fce63d", size = 373766, upload-time = "2026-01-30T11:21:28.642Z" }, - { url = "https://files.pythonhosted.org/packages/ea/a6/6471ab87ae2260594501f071586a765fc894817043b7d2d4b04e2eff4f31/pendulum-3.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c644cc15eec5fb02291f0f193195156780fd5a0affd7a349592403826d1a35e", size = 379837, upload-time = "2026-01-30T11:21:30.637Z" }, - { url = "https://files.pythonhosted.org/packages/0d/79/0ba0c14e862388f7b822626e6e989163c23bebe7f96de5ec4b207cbe7c3d/pendulum-3.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:063ab61af953bb56ad5bc8e131fd0431c915ed766d90ccecd7549c8090b51004", size = 348904, upload-time = "2026-01-30T11:21:32.436Z" }, - { url = "https://files.pythonhosted.org/packages/17/34/df922c7c0b12719589d4954bfa5bdca9e02bcde220f5c5c1838a87118960/pendulum-3.2.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:26a3ae26c9dd70a4256f1c2f51addc43641813574c0db6ce5664f9861cd93621", size = 517173, upload-time = "2026-01-30T11:21:34.428Z" }, - { url = "https://files.pythonhosted.org/packages/87/ec/3b9e061eeee97b72a47c1434ee03f6d85f0284d9285d92b12b0fff2d19ac/pendulum-3.2.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:2b10d91dc00f424444a42f47c69e6b3bfd79376f330179dc06bc342184b35f9a", size = 561744, upload-time = "2026-01-30T11:21:35.861Z" }, - { url = "https://files.pythonhosted.org/packages/fd/7e/f12fdb6070b7975c1fcfa5685dbe4ab73c788878a71f4d1d7e3c87979e37/pendulum-3.2.0-cp313-cp313-win_amd64.whl", hash = "sha256:63070ff03e30a57b16c8e793ee27da8dac4123c1d6e0cf74c460ce9ee8a64aa4", size = 258746, upload-time = "2026-01-30T11:21:37.782Z" }, - { url = "https://files.pythonhosted.org/packages/c9/b8/5abd872056357f069ae34a9b24a75ac58e79092d16201d779a8dd31386bb/pendulum-3.2.0-cp313-cp313-win_arm64.whl", hash = "sha256:c8dde63e2796b62070a49ce813ce200aba9186130307f04ec78affcf6c2e8122", size = 253028, upload-time = "2026-01-30T11:21:39.381Z" }, - { url = "https://files.pythonhosted.org/packages/82/99/5b9cc823862450910bcb2c7cdc6884c0939b268639146d30e4a4f55eb1f1/pendulum-3.2.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:c17ac069e88c5a1e930a5ae0ef17357a14b9cc5a28abadda74eaa8106d241c8e", size = 338281, upload-time = "2026-01-30T11:21:40.812Z" }, - { url = "https://files.pythonhosted.org/packages/cd/3a/64a35260f6ac36c0ad50eeb5f1a465b98b0d7603f79a5c2077c41326d639/pendulum-3.2.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:e1fbb540edecb21f8244aebfb05a1f2333ddc6c7819378c099d4a61cc91ae93c", size = 328030, upload-time = "2026-01-30T11:21:42.778Z" }, - { url = "https://files.pythonhosted.org/packages/da/6b/1140e09310035a2afb05bb90a2b8fbda9d3222e03b92de9533123afe6b65/pendulum-3.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a8c67fb9a1fe8fc1adae2cc01b0c292b268c12475b4609ff4aed71c9dd367b4d", size = 340206, upload-time = "2026-01-30T11:21:44.148Z" }, - { url = "https://files.pythonhosted.org/packages/52/4a/a493de56cbc24a64b21ac6ba98513a9ec5c67daa3dba325e39a8e53f30d8/pendulum-3.2.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:baa9a66c980defda6cfe1275103a94b22e90d83ebd7a84cc961cee6cbd25a244", size = 373976, upload-time = "2026-01-30T11:21:45.56Z" }, - { url = "https://files.pythonhosted.org/packages/3c/4c/f083c4fd1a161d4ab218680cc906338c541497b3098373f2241f58c429cb/pendulum-3.2.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef8f783fa7a14973b0596d8af2a5b2d90858a55030e9b4c6885eb4284b88314f", size = 380075, upload-time = "2026-01-30T11:21:46.959Z" }, - { url = "https://files.pythonhosted.org/packages/57/b6/333a0fcb33bf15eb879a46a11ce6300c1698a141e689665fe430783ff8d6/pendulum-3.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a7d2e9bfb065727d8676e7ada3793b47a24349500a5e9637404355e482c822be", size = 349026, upload-time = "2026-01-30T11:21:48.271Z" }, - { url = "https://files.pythonhosted.org/packages/43/1a/dfb526ec0cba1e7cd6a5e4f4dd64a6ada7428d1449c54b15f7b295f6e122/pendulum-3.2.0-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:55d7ba6bb74171c3ee409bf30076ee3a259a3c2bb147ac87ebb76aaa3cf5d3a2", size = 517395, upload-time = "2026-01-30T11:21:49.643Z" }, - { url = "https://files.pythonhosted.org/packages/c9/37/b4f2b5f1200351c4869b8b46ad5c21019e3dbe0417f5867ae969fad7b5fe/pendulum-3.2.0-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:a50d8cf42f06d3d8c3f8bb2a7ac47fa93b5145e69de6a7209be6a47afdd9cf76", size = 561926, upload-time = "2026-01-30T11:21:51.698Z" }, - { url = "https://files.pythonhosted.org/packages/a0/9e/567376582da58f5fe8e4f579db2bcfbf243cf619a5825bdf1023ad1436b3/pendulum-3.2.0-cp314-cp314-win_amd64.whl", hash = "sha256:e5bbb92b155cd5018b3cf70ee49ed3b9c94398caaaa7ed97fe41e5bb5a968418", size = 258817, upload-time = "2026-01-30T11:21:53.074Z" }, - { url = "https://files.pythonhosted.org/packages/95/67/dfffd7eb50d67fa821cd4d92cf71575ead6162930202bc40dfcedf78c38c/pendulum-3.2.0-cp314-cp314-win_arm64.whl", hash = "sha256:d53134418e04335c3029a32e9341cccc9b085a28744fb5ee4e6a8f5039363b1a", size = 253292, upload-time = "2026-01-30T11:21:54.484Z" }, - { url = "https://files.pythonhosted.org/packages/02/fb/d65db067a67df7252f18b0cb7420dda84078b9e8bfb375215469c14a50be/pendulum-3.2.0-py3-none-any.whl", hash = "sha256:f3a9c18a89b4d9ef39c5fa6a78722aaff8d5be2597c129a3b16b9f40a561acf3", size = 114111, upload-time = "2026-01-30T11:22:22.361Z" }, -] - -[[package]] -name = "platformdirs" -version = "4.9.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/1b/04/fea538adf7dbbd6d186f551d595961e564a3b6715bdf276b477460858672/platformdirs-4.9.2.tar.gz", hash = "sha256:9a33809944b9db043ad67ca0db94b14bf452cc6aeaac46a88ea55b26e2e9d291", size = 28394, upload-time = "2026-02-16T03:56:10.574Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/48/31/05e764397056194206169869b50cf2fee4dbbbc71b344705b9c0d878d4d8/platformdirs-4.9.2-py3-none-any.whl", hash = "sha256:9170634f126f8efdae22fb58ae8a0eaa86f38365bc57897a6c4f781d1f5875bd", size = 21168, upload-time = "2026-02-16T03:56:08.891Z" }, -] - -[[package]] -name = "pluggy" -version = "1.6.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3", size = 69412, upload-time = "2025-05-15T12:30:07.975Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746", size = 20538, upload-time = "2025-05-15T12:30:06.134Z" }, -] - -[[package]] -name = "prometheus-client" -version = "0.24.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f0/58/a794d23feb6b00fc0c72787d7e87d872a6730dd9ed7c7b3e954637d8f280/prometheus_client-0.24.1.tar.gz", hash = "sha256:7e0ced7fbbd40f7b84962d5d2ab6f17ef88a72504dcf7c0b40737b43b2a461f9", size = 85616, upload-time = "2026-01-14T15:26:26.965Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/74/c3/24a2f845e3917201628ecaba4f18bab4d18a337834c1df2a159ee9d22a42/prometheus_client-0.24.1-py3-none-any.whl", hash = "sha256:150db128af71a5c2482b36e588fc8a6b95e498750da4b17065947c16070f4055", size = 64057, upload-time = "2026-01-14T15:26:24.42Z" }, -] - -[[package]] -name = "propcache" -version = "0.4.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/9e/da/e9fc233cf63743258bff22b3dfa7ea5baef7b5bc324af47a0ad89b8ffc6f/propcache-0.4.1.tar.gz", hash = "sha256:f48107a8c637e80362555f37ecf49abe20370e557cc4ab374f04ec4423c97c3d", size = 46442, upload-time = "2025-10-08T19:49:02.291Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/a2/0f/f17b1b2b221d5ca28b4b876e8bb046ac40466513960646bda8e1853cdfa2/propcache-0.4.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e153e9cd40cc8945138822807139367f256f89c6810c2634a4f6902b52d3b4e2", size = 80061, upload-time = "2025-10-08T19:46:46.075Z" }, - { url = "https://files.pythonhosted.org/packages/76/47/8ccf75935f51448ba9a16a71b783eb7ef6b9ee60f5d14c7f8a8a79fbeed7/propcache-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:cd547953428f7abb73c5ad82cbb32109566204260d98e41e5dfdc682eb7f8403", size = 46037, upload-time = "2025-10-08T19:46:47.23Z" }, - { url = "https://files.pythonhosted.org/packages/0a/b6/5c9a0e42df4d00bfb4a3cbbe5cf9f54260300c88a0e9af1f47ca5ce17ac0/propcache-0.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f048da1b4f243fc44f205dfd320933a951b8d89e0afd4c7cacc762a8b9165207", size = 47324, upload-time = "2025-10-08T19:46:48.384Z" }, - { url = "https://files.pythonhosted.org/packages/9e/d3/6c7ee328b39a81ee877c962469f1e795f9db87f925251efeb0545e0020d0/propcache-0.4.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ec17c65562a827bba85e3872ead335f95405ea1674860d96483a02f5c698fa72", size = 225505, upload-time = "2025-10-08T19:46:50.055Z" }, - { url = "https://files.pythonhosted.org/packages/01/5d/1c53f4563490b1d06a684742cc6076ef944bc6457df6051b7d1a877c057b/propcache-0.4.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:405aac25c6394ef275dee4c709be43745d36674b223ba4eb7144bf4d691b7367", size = 230242, upload-time = "2025-10-08T19:46:51.815Z" }, - { url = "https://files.pythonhosted.org/packages/20/e1/ce4620633b0e2422207c3cb774a0ee61cac13abc6217763a7b9e2e3f4a12/propcache-0.4.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0013cb6f8dde4b2a2f66903b8ba740bdfe378c943c4377a200551ceb27f379e4", size = 238474, upload-time = "2025-10-08T19:46:53.208Z" }, - { url = "https://files.pythonhosted.org/packages/46/4b/3aae6835b8e5f44ea6a68348ad90f78134047b503765087be2f9912140ea/propcache-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:15932ab57837c3368b024473a525e25d316d8353016e7cc0e5ba9eb343fbb1cf", size = 221575, upload-time = "2025-10-08T19:46:54.511Z" }, - { url = "https://files.pythonhosted.org/packages/6e/a5/8a5e8678bcc9d3a1a15b9a29165640d64762d424a16af543f00629c87338/propcache-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:031dce78b9dc099f4c29785d9cf5577a3faf9ebf74ecbd3c856a7b92768c3df3", size = 216736, upload-time = "2025-10-08T19:46:56.212Z" }, - { url = "https://files.pythonhosted.org/packages/f1/63/b7b215eddeac83ca1c6b934f89d09a625aa9ee4ba158338854c87210cc36/propcache-0.4.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:ab08df6c9a035bee56e31af99be621526bd237bea9f32def431c656b29e41778", size = 213019, upload-time = "2025-10-08T19:46:57.595Z" }, - { url = "https://files.pythonhosted.org/packages/57/74/f580099a58c8af587cac7ba19ee7cb418506342fbbe2d4a4401661cca886/propcache-0.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:4d7af63f9f93fe593afbf104c21b3b15868efb2c21d07d8732c0c4287e66b6a6", size = 220376, upload-time = "2025-10-08T19:46:59.067Z" }, - { url = "https://files.pythonhosted.org/packages/c4/ee/542f1313aff7eaf19c2bb758c5d0560d2683dac001a1c96d0774af799843/propcache-0.4.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:cfc27c945f422e8b5071b6e93169679e4eb5bf73bbcbf1ba3ae3a83d2f78ebd9", size = 226988, upload-time = "2025-10-08T19:47:00.544Z" }, - { url = "https://files.pythonhosted.org/packages/8f/18/9c6b015dd9c6930f6ce2229e1f02fb35298b847f2087ea2b436a5bfa7287/propcache-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:35c3277624a080cc6ec6f847cbbbb5b49affa3598c4535a0a4682a697aaa5c75", size = 215615, upload-time = "2025-10-08T19:47:01.968Z" }, - { url = "https://files.pythonhosted.org/packages/80/9e/e7b85720b98c45a45e1fca6a177024934dc9bc5f4d5dd04207f216fc33ed/propcache-0.4.1-cp312-cp312-win32.whl", hash = "sha256:671538c2262dadb5ba6395e26c1731e1d52534bfe9ae56d0b5573ce539266aa8", size = 38066, upload-time = "2025-10-08T19:47:03.503Z" }, - { url = "https://files.pythonhosted.org/packages/54/09/d19cff2a5aaac632ec8fc03737b223597b1e347416934c1b3a7df079784c/propcache-0.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:cb2d222e72399fcf5890d1d5cc1060857b9b236adff2792ff48ca2dfd46c81db", size = 41655, upload-time = "2025-10-08T19:47:04.973Z" }, - { url = "https://files.pythonhosted.org/packages/68/ab/6b5c191bb5de08036a8c697b265d4ca76148efb10fa162f14af14fb5f076/propcache-0.4.1-cp312-cp312-win_arm64.whl", hash = "sha256:204483131fb222bdaaeeea9f9e6c6ed0cac32731f75dfc1d4a567fc1926477c1", size = 37789, upload-time = "2025-10-08T19:47:06.077Z" }, - { url = "https://files.pythonhosted.org/packages/bf/df/6d9c1b6ac12b003837dde8a10231a7344512186e87b36e855bef32241942/propcache-0.4.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:43eedf29202c08550aac1d14e0ee619b0430aaef78f85864c1a892294fbc28cf", size = 77750, upload-time = "2025-10-08T19:47:07.648Z" }, - { url = "https://files.pythonhosted.org/packages/8b/e8/677a0025e8a2acf07d3418a2e7ba529c9c33caf09d3c1f25513023c1db56/propcache-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d62cdfcfd89ccb8de04e0eda998535c406bf5e060ffd56be6c586cbcc05b3311", size = 44780, upload-time = "2025-10-08T19:47:08.851Z" }, - { url = "https://files.pythonhosted.org/packages/89/a4/92380f7ca60f99ebae761936bc48a72a639e8a47b29050615eef757cb2a7/propcache-0.4.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cae65ad55793da34db5f54e4029b89d3b9b9490d8abe1b4c7ab5d4b8ec7ebf74", size = 46308, upload-time = "2025-10-08T19:47:09.982Z" }, - { url = "https://files.pythonhosted.org/packages/2d/48/c5ac64dee5262044348d1d78a5f85dd1a57464a60d30daee946699963eb3/propcache-0.4.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:333ddb9031d2704a301ee3e506dc46b1fe5f294ec198ed6435ad5b6a085facfe", size = 208182, upload-time = "2025-10-08T19:47:11.319Z" }, - { url = "https://files.pythonhosted.org/packages/c6/0c/cd762dd011a9287389a6a3eb43aa30207bde253610cca06824aeabfe9653/propcache-0.4.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:fd0858c20f078a32cf55f7e81473d96dcf3b93fd2ccdb3d40fdf54b8573df3af", size = 211215, upload-time = "2025-10-08T19:47:13.146Z" }, - { url = "https://files.pythonhosted.org/packages/30/3e/49861e90233ba36890ae0ca4c660e95df565b2cd15d4a68556ab5865974e/propcache-0.4.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:678ae89ebc632c5c204c794f8dab2837c5f159aeb59e6ed0539500400577298c", size = 218112, upload-time = "2025-10-08T19:47:14.913Z" }, - { url = "https://files.pythonhosted.org/packages/f1/8b/544bc867e24e1bd48f3118cecd3b05c694e160a168478fa28770f22fd094/propcache-0.4.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d472aeb4fbf9865e0c6d622d7f4d54a4e101a89715d8904282bb5f9a2f476c3f", size = 204442, upload-time = "2025-10-08T19:47:16.277Z" }, - { url = "https://files.pythonhosted.org/packages/50/a6/4282772fd016a76d3e5c0df58380a5ea64900afd836cec2c2f662d1b9bb3/propcache-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4d3df5fa7e36b3225954fba85589da77a0fe6a53e3976de39caf04a0db4c36f1", size = 199398, upload-time = "2025-10-08T19:47:17.962Z" }, - { url = "https://files.pythonhosted.org/packages/3e/ec/d8a7cd406ee1ddb705db2139f8a10a8a427100347bd698e7014351c7af09/propcache-0.4.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:ee17f18d2498f2673e432faaa71698032b0127ebf23ae5974eeaf806c279df24", size = 196920, upload-time = "2025-10-08T19:47:19.355Z" }, - { url = "https://files.pythonhosted.org/packages/f6/6c/f38ab64af3764f431e359f8baf9e0a21013e24329e8b85d2da32e8ed07ca/propcache-0.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:580e97762b950f993ae618e167e7be9256b8353c2dcd8b99ec100eb50f5286aa", size = 203748, upload-time = "2025-10-08T19:47:21.338Z" }, - { url = "https://files.pythonhosted.org/packages/d6/e3/fa846bd70f6534d647886621388f0a265254d30e3ce47e5c8e6e27dbf153/propcache-0.4.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:501d20b891688eb8e7aa903021f0b72d5a55db40ffaab27edefd1027caaafa61", size = 205877, upload-time = "2025-10-08T19:47:23.059Z" }, - { url = "https://files.pythonhosted.org/packages/e2/39/8163fc6f3133fea7b5f2827e8eba2029a0277ab2c5beee6c1db7b10fc23d/propcache-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a0bd56e5b100aef69bd8562b74b46254e7c8812918d3baa700c8a8009b0af66", size = 199437, upload-time = "2025-10-08T19:47:24.445Z" }, - { url = "https://files.pythonhosted.org/packages/93/89/caa9089970ca49c7c01662bd0eeedfe85494e863e8043565aeb6472ce8fe/propcache-0.4.1-cp313-cp313-win32.whl", hash = "sha256:bcc9aaa5d80322bc2fb24bb7accb4a30f81e90ab8d6ba187aec0744bc302ad81", size = 37586, upload-time = "2025-10-08T19:47:25.736Z" }, - { url = "https://files.pythonhosted.org/packages/f5/ab/f76ec3c3627c883215b5c8080debb4394ef5a7a29be811f786415fc1e6fd/propcache-0.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:381914df18634f5494334d201e98245c0596067504b9372d8cf93f4bb23e025e", size = 40790, upload-time = "2025-10-08T19:47:26.847Z" }, - { url = "https://files.pythonhosted.org/packages/59/1b/e71ae98235f8e2ba5004d8cb19765a74877abf189bc53fc0c80d799e56c3/propcache-0.4.1-cp313-cp313-win_arm64.whl", hash = "sha256:8873eb4460fd55333ea49b7d189749ecf6e55bf85080f11b1c4530ed3034cba1", size = 37158, upload-time = "2025-10-08T19:47:27.961Z" }, - { url = "https://files.pythonhosted.org/packages/83/ce/a31bbdfc24ee0dcbba458c8175ed26089cf109a55bbe7b7640ed2470cfe9/propcache-0.4.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:92d1935ee1f8d7442da9c0c4fa7ac20d07e94064184811b685f5c4fada64553b", size = 81451, upload-time = "2025-10-08T19:47:29.445Z" }, - { url = "https://files.pythonhosted.org/packages/25/9c/442a45a470a68456e710d96cacd3573ef26a1d0a60067e6a7d5e655621ed/propcache-0.4.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:473c61b39e1460d386479b9b2f337da492042447c9b685f28be4f74d3529e566", size = 46374, upload-time = "2025-10-08T19:47:30.579Z" }, - { url = "https://files.pythonhosted.org/packages/f4/bf/b1d5e21dbc3b2e889ea4327044fb16312a736d97640fb8b6aa3f9c7b3b65/propcache-0.4.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:c0ef0aaafc66fbd87842a3fe3902fd889825646bc21149eafe47be6072725835", size = 48396, upload-time = "2025-10-08T19:47:31.79Z" }, - { url = "https://files.pythonhosted.org/packages/f4/04/5b4c54a103d480e978d3c8a76073502b18db0c4bc17ab91b3cb5092ad949/propcache-0.4.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f95393b4d66bfae908c3ca8d169d5f79cd65636ae15b5e7a4f6e67af675adb0e", size = 275950, upload-time = "2025-10-08T19:47:33.481Z" }, - { url = "https://files.pythonhosted.org/packages/b4/c1/86f846827fb969c4b78b0af79bba1d1ea2156492e1b83dea8b8a6ae27395/propcache-0.4.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c07fda85708bc48578467e85099645167a955ba093be0a2dcba962195676e859", size = 273856, upload-time = "2025-10-08T19:47:34.906Z" }, - { url = "https://files.pythonhosted.org/packages/36/1d/fc272a63c8d3bbad6878c336c7a7dea15e8f2d23a544bda43205dfa83ada/propcache-0.4.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:af223b406d6d000830c6f65f1e6431783fc3f713ba3e6cc8c024d5ee96170a4b", size = 280420, upload-time = "2025-10-08T19:47:36.338Z" }, - { url = "https://files.pythonhosted.org/packages/07/0c/01f2219d39f7e53d52e5173bcb09c976609ba30209912a0680adfb8c593a/propcache-0.4.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a78372c932c90ee474559c5ddfffd718238e8673c340dc21fe45c5b8b54559a0", size = 263254, upload-time = "2025-10-08T19:47:37.692Z" }, - { url = "https://files.pythonhosted.org/packages/2d/18/cd28081658ce597898f0c4d174d4d0f3c5b6d4dc27ffafeef835c95eb359/propcache-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:564d9f0d4d9509e1a870c920a89b2fec951b44bf5ba7d537a9e7c1ccec2c18af", size = 261205, upload-time = "2025-10-08T19:47:39.659Z" }, - { url = "https://files.pythonhosted.org/packages/7a/71/1f9e22eb8b8316701c2a19fa1f388c8a3185082607da8e406a803c9b954e/propcache-0.4.1-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:17612831fda0138059cc5546f4d12a2aacfb9e47068c06af35c400ba58ba7393", size = 247873, upload-time = "2025-10-08T19:47:41.084Z" }, - { url = "https://files.pythonhosted.org/packages/4a/65/3d4b61f36af2b4eddba9def857959f1016a51066b4f1ce348e0cf7881f58/propcache-0.4.1-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:41a89040cb10bd345b3c1a873b2bf36413d48da1def52f268a055f7398514874", size = 262739, upload-time = "2025-10-08T19:47:42.51Z" }, - { url = "https://files.pythonhosted.org/packages/2a/42/26746ab087faa77c1c68079b228810436ccd9a5ce9ac85e2b7307195fd06/propcache-0.4.1-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:e35b88984e7fa64aacecea39236cee32dd9bd8c55f57ba8a75cf2399553f9bd7", size = 263514, upload-time = "2025-10-08T19:47:43.927Z" }, - { url = "https://files.pythonhosted.org/packages/94/13/630690fe201f5502d2403dd3cfd451ed8858fe3c738ee88d095ad2ff407b/propcache-0.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6f8b465489f927b0df505cbe26ffbeed4d6d8a2bbc61ce90eb074ff129ef0ab1", size = 257781, upload-time = "2025-10-08T19:47:45.448Z" }, - { url = "https://files.pythonhosted.org/packages/92/f7/1d4ec5841505f423469efbfc381d64b7b467438cd5a4bbcbb063f3b73d27/propcache-0.4.1-cp313-cp313t-win32.whl", hash = "sha256:2ad890caa1d928c7c2965b48f3a3815c853180831d0e5503d35cf00c472f4717", size = 41396, upload-time = "2025-10-08T19:47:47.202Z" }, - { url = "https://files.pythonhosted.org/packages/48/f0/615c30622316496d2cbbc29f5985f7777d3ada70f23370608c1d3e081c1f/propcache-0.4.1-cp313-cp313t-win_amd64.whl", hash = "sha256:f7ee0e597f495cf415bcbd3da3caa3bd7e816b74d0d52b8145954c5e6fd3ff37", size = 44897, upload-time = "2025-10-08T19:47:48.336Z" }, - { url = "https://files.pythonhosted.org/packages/fd/ca/6002e46eccbe0e33dcd4069ef32f7f1c9e243736e07adca37ae8c4830ec3/propcache-0.4.1-cp313-cp313t-win_arm64.whl", hash = "sha256:929d7cbe1f01bb7baffb33dc14eb5691c95831450a26354cd210a8155170c93a", size = 39789, upload-time = "2025-10-08T19:47:49.876Z" }, - { url = "https://files.pythonhosted.org/packages/8e/5c/bca52d654a896f831b8256683457ceddd490ec18d9ec50e97dfd8fc726a8/propcache-0.4.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:3f7124c9d820ba5548d431afb4632301acf965db49e666aa21c305cbe8c6de12", size = 78152, upload-time = "2025-10-08T19:47:51.051Z" }, - { url = "https://files.pythonhosted.org/packages/65/9b/03b04e7d82a5f54fb16113d839f5ea1ede58a61e90edf515f6577c66fa8f/propcache-0.4.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:c0d4b719b7da33599dfe3b22d3db1ef789210a0597bc650b7cee9c77c2be8c5c", size = 44869, upload-time = "2025-10-08T19:47:52.594Z" }, - { url = "https://files.pythonhosted.org/packages/b2/fa/89a8ef0468d5833a23fff277b143d0573897cf75bd56670a6d28126c7d68/propcache-0.4.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9f302f4783709a78240ebc311b793f123328716a60911d667e0c036bc5dcbded", size = 46596, upload-time = "2025-10-08T19:47:54.073Z" }, - { url = "https://files.pythonhosted.org/packages/86/bd/47816020d337f4a746edc42fe8d53669965138f39ee117414c7d7a340cfe/propcache-0.4.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c80ee5802e3fb9ea37938e7eecc307fb984837091d5fd262bb37238b1ae97641", size = 206981, upload-time = "2025-10-08T19:47:55.715Z" }, - { url = "https://files.pythonhosted.org/packages/df/f6/c5fa1357cc9748510ee55f37173eb31bfde6d94e98ccd9e6f033f2fc06e1/propcache-0.4.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ed5a841e8bb29a55fb8159ed526b26adc5bdd7e8bd7bf793ce647cb08656cdf4", size = 211490, upload-time = "2025-10-08T19:47:57.499Z" }, - { url = "https://files.pythonhosted.org/packages/80/1e/e5889652a7c4a3846683401a48f0f2e5083ce0ec1a8a5221d8058fbd1adf/propcache-0.4.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:55c72fd6ea2da4c318e74ffdf93c4fe4e926051133657459131a95c846d16d44", size = 215371, upload-time = "2025-10-08T19:47:59.317Z" }, - { url = "https://files.pythonhosted.org/packages/b2/f2/889ad4b2408f72fe1a4f6a19491177b30ea7bf1a0fd5f17050ca08cfc882/propcache-0.4.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8326e144341460402713f91df60ade3c999d601e7eb5ff8f6f7862d54de0610d", size = 201424, upload-time = "2025-10-08T19:48:00.67Z" }, - { url = "https://files.pythonhosted.org/packages/27/73/033d63069b57b0812c8bd19f311faebeceb6ba31b8f32b73432d12a0b826/propcache-0.4.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:060b16ae65bc098da7f6d25bf359f1f31f688384858204fe5d652979e0015e5b", size = 197566, upload-time = "2025-10-08T19:48:02.604Z" }, - { url = "https://files.pythonhosted.org/packages/dc/89/ce24f3dc182630b4e07aa6d15f0ff4b14ed4b9955fae95a0b54c58d66c05/propcache-0.4.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:89eb3fa9524f7bec9de6e83cf3faed9d79bffa560672c118a96a171a6f55831e", size = 193130, upload-time = "2025-10-08T19:48:04.499Z" }, - { url = "https://files.pythonhosted.org/packages/a9/24/ef0d5fd1a811fb5c609278d0209c9f10c35f20581fcc16f818da959fc5b4/propcache-0.4.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:dee69d7015dc235f526fe80a9c90d65eb0039103fe565776250881731f06349f", size = 202625, upload-time = "2025-10-08T19:48:06.213Z" }, - { url = "https://files.pythonhosted.org/packages/f5/02/98ec20ff5546f68d673df2f7a69e8c0d076b5abd05ca882dc7ee3a83653d/propcache-0.4.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:5558992a00dfd54ccbc64a32726a3357ec93825a418a401f5cc67df0ac5d9e49", size = 204209, upload-time = "2025-10-08T19:48:08.432Z" }, - { url = "https://files.pythonhosted.org/packages/a0/87/492694f76759b15f0467a2a93ab68d32859672b646aa8a04ce4864e7932d/propcache-0.4.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:c9b822a577f560fbd9554812526831712c1436d2c046cedee4c3796d3543b144", size = 197797, upload-time = "2025-10-08T19:48:09.968Z" }, - { url = "https://files.pythonhosted.org/packages/ee/36/66367de3575db1d2d3f3d177432bd14ee577a39d3f5d1b3d5df8afe3b6e2/propcache-0.4.1-cp314-cp314-win32.whl", hash = "sha256:ab4c29b49d560fe48b696cdcb127dd36e0bc2472548f3bf56cc5cb3da2b2984f", size = 38140, upload-time = "2025-10-08T19:48:11.232Z" }, - { url = "https://files.pythonhosted.org/packages/0c/2a/a758b47de253636e1b8aef181c0b4f4f204bf0dd964914fb2af90a95b49b/propcache-0.4.1-cp314-cp314-win_amd64.whl", hash = "sha256:5a103c3eb905fcea0ab98be99c3a9a5ab2de60228aa5aceedc614c0281cf6153", size = 41257, upload-time = "2025-10-08T19:48:12.707Z" }, - { url = "https://files.pythonhosted.org/packages/34/5e/63bd5896c3fec12edcbd6f12508d4890d23c265df28c74b175e1ef9f4f3b/propcache-0.4.1-cp314-cp314-win_arm64.whl", hash = "sha256:74c1fb26515153e482e00177a1ad654721bf9207da8a494a0c05e797ad27b992", size = 38097, upload-time = "2025-10-08T19:48:13.923Z" }, - { url = "https://files.pythonhosted.org/packages/99/85/9ff785d787ccf9bbb3f3106f79884a130951436f58392000231b4c737c80/propcache-0.4.1-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:824e908bce90fb2743bd6b59db36eb4f45cd350a39637c9f73b1c1ea66f5b75f", size = 81455, upload-time = "2025-10-08T19:48:15.16Z" }, - { url = "https://files.pythonhosted.org/packages/90/85/2431c10c8e7ddb1445c1f7c4b54d886e8ad20e3c6307e7218f05922cad67/propcache-0.4.1-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:c2b5e7db5328427c57c8e8831abda175421b709672f6cfc3d630c3b7e2146393", size = 46372, upload-time = "2025-10-08T19:48:16.424Z" }, - { url = "https://files.pythonhosted.org/packages/01/20/b0972d902472da9bcb683fa595099911f4d2e86e5683bcc45de60dd05dc3/propcache-0.4.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6f6ff873ed40292cd4969ef5310179afd5db59fdf055897e282485043fc80ad0", size = 48411, upload-time = "2025-10-08T19:48:17.577Z" }, - { url = "https://files.pythonhosted.org/packages/e2/e3/7dc89f4f21e8f99bad3d5ddb3a3389afcf9da4ac69e3deb2dcdc96e74169/propcache-0.4.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:49a2dc67c154db2c1463013594c458881a069fcf98940e61a0569016a583020a", size = 275712, upload-time = "2025-10-08T19:48:18.901Z" }, - { url = "https://files.pythonhosted.org/packages/20/67/89800c8352489b21a8047c773067644e3897f02ecbbd610f4d46b7f08612/propcache-0.4.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:005f08e6a0529984491e37d8dbc3dd86f84bd78a8ceb5fa9a021f4c48d4984be", size = 273557, upload-time = "2025-10-08T19:48:20.762Z" }, - { url = "https://files.pythonhosted.org/packages/e2/a1/b52b055c766a54ce6d9c16d9aca0cad8059acd9637cdf8aa0222f4a026ef/propcache-0.4.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5c3310452e0d31390da9035c348633b43d7e7feb2e37be252be6da45abd1abcc", size = 280015, upload-time = "2025-10-08T19:48:22.592Z" }, - { url = "https://files.pythonhosted.org/packages/48/c8/33cee30bd890672c63743049f3c9e4be087e6780906bfc3ec58528be59c1/propcache-0.4.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4c3c70630930447f9ef1caac7728c8ad1c56bc5015338b20fed0d08ea2480b3a", size = 262880, upload-time = "2025-10-08T19:48:23.947Z" }, - { url = "https://files.pythonhosted.org/packages/0c/b1/8f08a143b204b418285c88b83d00edbd61afbc2c6415ffafc8905da7038b/propcache-0.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:8e57061305815dfc910a3634dcf584f08168a8836e6999983569f51a8544cd89", size = 260938, upload-time = "2025-10-08T19:48:25.656Z" }, - { url = "https://files.pythonhosted.org/packages/cf/12/96e4664c82ca2f31e1c8dff86afb867348979eb78d3cb8546a680287a1e9/propcache-0.4.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:521a463429ef54143092c11a77e04056dd00636f72e8c45b70aaa3140d639726", size = 247641, upload-time = "2025-10-08T19:48:27.207Z" }, - { url = "https://files.pythonhosted.org/packages/18/ed/e7a9cfca28133386ba52278136d42209d3125db08d0a6395f0cba0c0285c/propcache-0.4.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:120c964da3fdc75e3731aa392527136d4ad35868cc556fd09bb6d09172d9a367", size = 262510, upload-time = "2025-10-08T19:48:28.65Z" }, - { url = "https://files.pythonhosted.org/packages/f5/76/16d8bf65e8845dd62b4e2b57444ab81f07f40caa5652b8969b87ddcf2ef6/propcache-0.4.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:d8f353eb14ee3441ee844ade4277d560cdd68288838673273b978e3d6d2c8f36", size = 263161, upload-time = "2025-10-08T19:48:30.133Z" }, - { url = "https://files.pythonhosted.org/packages/e7/70/c99e9edb5d91d5ad8a49fa3c1e8285ba64f1476782fed10ab251ff413ba1/propcache-0.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ab2943be7c652f09638800905ee1bab2c544e537edb57d527997a24c13dc1455", size = 257393, upload-time = "2025-10-08T19:48:31.567Z" }, - { url = "https://files.pythonhosted.org/packages/08/02/87b25304249a35c0915d236575bc3574a323f60b47939a2262b77632a3ee/propcache-0.4.1-cp314-cp314t-win32.whl", hash = "sha256:05674a162469f31358c30bcaa8883cb7829fa3110bf9c0991fe27d7896c42d85", size = 42546, upload-time = "2025-10-08T19:48:32.872Z" }, - { url = "https://files.pythonhosted.org/packages/cb/ef/3c6ecf8b317aa982f309835e8f96987466123c6e596646d4e6a1dfcd080f/propcache-0.4.1-cp314-cp314t-win_amd64.whl", hash = "sha256:990f6b3e2a27d683cb7602ed6c86f15ee6b43b1194736f9baaeb93d0016633b1", size = 46259, upload-time = "2025-10-08T19:48:34.226Z" }, - { url = "https://files.pythonhosted.org/packages/c4/2d/346e946d4951f37eca1e4f55be0f0174c52cd70720f84029b02f296f4a38/propcache-0.4.1-cp314-cp314t-win_arm64.whl", hash = "sha256:ecef2343af4cc68e05131e45024ba34f6095821988a9d0a02aa7c73fcc448aa9", size = 40428, upload-time = "2025-10-08T19:48:35.441Z" }, - { url = "https://files.pythonhosted.org/packages/5b/5a/bc7b4a4ef808fa59a816c17b20c4bef6884daebbdf627ff2a161da67da19/propcache-0.4.1-py3-none-any.whl", hash = "sha256:af2a6052aeb6cf17d3e46ee169099044fd8224cbaf75c76a2ef596e8163e2237", size = 13305, upload-time = "2025-10-08T19:49:00.792Z" }, -] - -[[package]] -name = "protobuf" -version = "6.33.6" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/66/70/e908e9c5e52ef7c3a6c7902c9dfbb34c7e29c25d2f81ade3856445fd5c94/protobuf-6.33.6.tar.gz", hash = "sha256:a6768d25248312c297558af96a9f9c929e8c4cee0659cb07e780731095f38135", size = 444531, upload-time = "2026-03-18T19:05:00.988Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/fc/9f/2f509339e89cfa6f6a4c4ff50438db9ca488dec341f7e454adad60150b00/protobuf-6.33.6-cp310-abi3-win32.whl", hash = "sha256:7d29d9b65f8afef196f8334e80d6bc1d5d4adedb449971fefd3723824e6e77d3", size = 425739, upload-time = "2026-03-18T19:04:48.373Z" }, - { url = "https://files.pythonhosted.org/packages/76/5d/683efcd4798e0030c1bab27374fd13a89f7c2515fb1f3123efdfaa5eab57/protobuf-6.33.6-cp310-abi3-win_amd64.whl", hash = "sha256:0cd27b587afca21b7cfa59a74dcbd48a50f0a6400cfb59391340ad729d91d326", size = 437089, upload-time = "2026-03-18T19:04:50.381Z" }, - { url = "https://files.pythonhosted.org/packages/5c/01/a3c3ed5cd186f39e7880f8303cc51385a198a81469d53d0fdecf1f64d929/protobuf-6.33.6-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:9720e6961b251bde64edfdab7d500725a2af5280f3f4c87e57c0208376aa8c3a", size = 427737, upload-time = "2026-03-18T19:04:51.866Z" }, - { url = "https://files.pythonhosted.org/packages/ee/90/b3c01fdec7d2f627b3a6884243ba328c1217ed2d978def5c12dc50d328a3/protobuf-6.33.6-cp39-abi3-manylinux2014_aarch64.whl", hash = "sha256:e2afbae9b8e1825e3529f88d514754e094278bb95eadc0e199751cdd9a2e82a2", size = 324610, upload-time = "2026-03-18T19:04:53.096Z" }, - { url = "https://files.pythonhosted.org/packages/9b/ca/25afc144934014700c52e05103c2421997482d561f3101ff352e1292fb81/protobuf-6.33.6-cp39-abi3-manylinux2014_s390x.whl", hash = "sha256:c96c37eec15086b79762ed265d59ab204dabc53056e3443e702d2681f4b39ce3", size = 339381, upload-time = "2026-03-18T19:04:54.616Z" }, - { url = "https://files.pythonhosted.org/packages/16/92/d1e32e3e0d894fe00b15ce28ad4944ab692713f2e7f0a99787405e43533a/protobuf-6.33.6-cp39-abi3-manylinux2014_x86_64.whl", hash = "sha256:e9db7e292e0ab79dd108d7f1a94fe31601ce1ee3f7b79e0692043423020b0593", size = 323436, upload-time = "2026-03-18T19:04:55.768Z" }, - { url = "https://files.pythonhosted.org/packages/c4/72/02445137af02769918a93807b2b7890047c32bfb9f90371cbc12688819eb/protobuf-6.33.6-py3-none-any.whl", hash = "sha256:77179e006c476e69bf8e8ce866640091ec42e1beb80b213c3900006ecfba6901", size = 170656, upload-time = "2026-03-18T19:04:59.826Z" }, -] - -[[package]] -name = "py-key-value-aio" -version = "0.3.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "beartype" }, - { name = "py-key-value-shared" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/93/ce/3136b771dddf5ac905cc193b461eb67967cf3979688c6696e1f2cdcde7ea/py_key_value_aio-0.3.0.tar.gz", hash = "sha256:858e852fcf6d696d231266da66042d3355a7f9871650415feef9fca7a6cd4155", size = 50801, upload-time = "2025-11-17T16:50:04.711Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/99/10/72f6f213b8f0bce36eff21fda0a13271834e9eeff7f9609b01afdc253c79/py_key_value_aio-0.3.0-py3-none-any.whl", hash = "sha256:1c781915766078bfd608daa769fefb97e65d1d73746a3dfb640460e322071b64", size = 96342, upload-time = "2025-11-17T16:50:03.801Z" }, -] - -[package.optional-dependencies] -disk = [ - { name = "diskcache" }, - { name = "pathvalidate" }, -] -keyring = [ - { name = "keyring" }, -] -memory = [ - { name = "cachetools" }, -] -redis = [ - { name = "redis" }, -] - -[[package]] -name = "py-key-value-shared" -version = "0.3.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "beartype" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/7b/e4/1971dfc4620a3a15b4579fe99e024f5edd6e0967a71154771a059daff4db/py_key_value_shared-0.3.0.tar.gz", hash = "sha256:8fdd786cf96c3e900102945f92aa1473138ebe960ef49da1c833790160c28a4b", size = 11666, upload-time = "2025-11-17T16:50:06.849Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/51/e4/b8b0a03ece72f47dce2307d36e1c34725b7223d209fc679315ffe6a4e2c3/py_key_value_shared-0.3.0-py3-none-any.whl", hash = "sha256:5b0efba7ebca08bb158b1e93afc2f07d30b8f40c2fc12ce24a4c0d84f42f9298", size = 19560, upload-time = "2025-11-17T16:50:05.954Z" }, -] - -[[package]] -name = "pyasn1" -version = "0.6.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5c/5f/6583902b6f79b399c9c40674ac384fd9cd77805f9e6205075f828ef11fb2/pyasn1-0.6.3.tar.gz", hash = "sha256:697a8ecd6d98891189184ca1fa05d1bb00e2f84b5977c481452050549c8a72cf", size = 148685, upload-time = "2026-03-17T01:06:53.382Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/5d/a0/7d793dce3fa811fe047d6ae2431c672364b462850c6235ae306c0efd025f/pyasn1-0.6.3-py3-none-any.whl", hash = "sha256:a80184d120f0864a52a073acc6fc642847d0be408e7c7252f31390c0f4eadcde", size = 83997, upload-time = "2026-03-17T01:06:52.036Z" }, -] - -[[package]] -name = "pyasn1-modules" -version = "0.4.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "pyasn1" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/e9/e6/78ebbb10a8c8e4b61a59249394a4a594c1a7af95593dc933a349c8d00964/pyasn1_modules-0.4.2.tar.gz", hash = "sha256:677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6", size = 307892, upload-time = "2025-03-28T02:41:22.17Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/47/8d/d529b5d697919ba8c11ad626e835d4039be708a35b0d22de83a269a6682c/pyasn1_modules-0.4.2-py3-none-any.whl", hash = "sha256:29253a9207ce32b64c3ac6600edc75368f98473906e8fd1043bd6b5b1de2c14a", size = 181259, upload-time = "2025-03-28T02:41:19.028Z" }, -] - -[[package]] -name = "pycparser" -version = "3.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/1b/7d/92392ff7815c21062bea51aa7b87d45576f649f16458d78b7cf94b9ab2e6/pycparser-3.0.tar.gz", hash = "sha256:600f49d217304a5902ac3c37e1281c9fe94e4d0489de643a9504c5cdfdfc6b29", size = 103492, upload-time = "2026-01-21T14:26:51.89Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/0c/c3/44f3fbbfa403ea2a7c779186dc20772604442dde72947e7d01069cbe98e3/pycparser-3.0-py3-none-any.whl", hash = "sha256:b727414169a36b7d524c1c3e31839a521725078d7b2ff038656844266160a992", size = 48172, upload-time = "2026-01-21T14:26:50.693Z" }, -] - -[[package]] -name = "pydantic" -version = "2.12.5" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "annotated-types" }, - { name = "pydantic-core" }, - { name = "typing-extensions" }, - { name = "typing-inspection" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/69/44/36f1a6e523abc58ae5f928898e4aca2e0ea509b5aa6f6f392a5d882be928/pydantic-2.12.5.tar.gz", hash = "sha256:4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49", size = 821591, upload-time = "2025-11-26T15:11:46.471Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/5a/87/b70ad306ebb6f9b585f114d0ac2137d792b48be34d732d60e597c2f8465a/pydantic-2.12.5-py3-none-any.whl", hash = "sha256:e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d", size = 463580, upload-time = "2025-11-26T15:11:44.605Z" }, -] - -[package.optional-dependencies] -email = [ - { name = "email-validator" }, -] - -[[package]] -name = "pydantic-core" -version = "2.41.5" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/71/70/23b021c950c2addd24ec408e9ab05d59b035b39d97cdc1130e1bce647bb6/pydantic_core-2.41.5.tar.gz", hash = "sha256:08daa51ea16ad373ffd5e7606252cc32f07bc72b28284b6bc9c6df804816476e", size = 460952, upload-time = "2025-11-04T13:43:49.098Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/5f/5d/5f6c63eebb5afee93bcaae4ce9a898f3373ca23df3ccaef086d0233a35a7/pydantic_core-2.41.5-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:f41a7489d32336dbf2199c8c0a215390a751c5b014c2c1c5366e817202e9cdf7", size = 2110990, upload-time = "2025-11-04T13:39:58.079Z" }, - { url = "https://files.pythonhosted.org/packages/aa/32/9c2e8ccb57c01111e0fd091f236c7b371c1bccea0fa85247ac55b1e2b6b6/pydantic_core-2.41.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:070259a8818988b9a84a449a2a7337c7f430a22acc0859c6b110aa7212a6d9c0", size = 1896003, upload-time = "2025-11-04T13:39:59.956Z" }, - { url = "https://files.pythonhosted.org/packages/68/b8/a01b53cb0e59139fbc9e4fda3e9724ede8de279097179be4ff31f1abb65a/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e96cea19e34778f8d59fe40775a7a574d95816eb150850a85a7a4c8f4b94ac69", size = 1919200, upload-time = "2025-11-04T13:40:02.241Z" }, - { url = "https://files.pythonhosted.org/packages/38/de/8c36b5198a29bdaade07b5985e80a233a5ac27137846f3bc2d3b40a47360/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ed2e99c456e3fadd05c991f8f437ef902e00eedf34320ba2b0842bd1c3ca3a75", size = 2052578, upload-time = "2025-11-04T13:40:04.401Z" }, - { url = "https://files.pythonhosted.org/packages/00/b5/0e8e4b5b081eac6cb3dbb7e60a65907549a1ce035a724368c330112adfdd/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:65840751b72fbfd82c3c640cff9284545342a4f1eb1586ad0636955b261b0b05", size = 2208504, upload-time = "2025-11-04T13:40:06.072Z" }, - { url = "https://files.pythonhosted.org/packages/77/56/87a61aad59c7c5b9dc8caad5a41a5545cba3810c3e828708b3d7404f6cef/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e536c98a7626a98feb2d3eaf75944ef6f3dbee447e1f841eae16f2f0a72d8ddc", size = 2335816, upload-time = "2025-11-04T13:40:07.835Z" }, - { url = "https://files.pythonhosted.org/packages/0d/76/941cc9f73529988688a665a5c0ecff1112b3d95ab48f81db5f7606f522d3/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eceb81a8d74f9267ef4081e246ffd6d129da5d87e37a77c9bde550cb04870c1c", size = 2075366, upload-time = "2025-11-04T13:40:09.804Z" }, - { url = "https://files.pythonhosted.org/packages/d3/43/ebef01f69baa07a482844faaa0a591bad1ef129253ffd0cdaa9d8a7f72d3/pydantic_core-2.41.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d38548150c39b74aeeb0ce8ee1d8e82696f4a4e16ddc6de7b1d8823f7de4b9b5", size = 2171698, upload-time = "2025-11-04T13:40:12.004Z" }, - { url = "https://files.pythonhosted.org/packages/b1/87/41f3202e4193e3bacfc2c065fab7706ebe81af46a83d3e27605029c1f5a6/pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:c23e27686783f60290e36827f9c626e63154b82b116d7fe9adba1fda36da706c", size = 2132603, upload-time = "2025-11-04T13:40:13.868Z" }, - { url = "https://files.pythonhosted.org/packages/49/7d/4c00df99cb12070b6bccdef4a195255e6020a550d572768d92cc54dba91a/pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:482c982f814460eabe1d3bb0adfdc583387bd4691ef00b90575ca0d2b6fe2294", size = 2329591, upload-time = "2025-11-04T13:40:15.672Z" }, - { url = "https://files.pythonhosted.org/packages/cc/6a/ebf4b1d65d458f3cda6a7335d141305dfa19bdc61140a884d165a8a1bbc7/pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:bfea2a5f0b4d8d43adf9d7b8bf019fb46fdd10a2e5cde477fbcb9d1fa08c68e1", size = 2319068, upload-time = "2025-11-04T13:40:17.532Z" }, - { url = "https://files.pythonhosted.org/packages/49/3b/774f2b5cd4192d5ab75870ce4381fd89cf218af999515baf07e7206753f0/pydantic_core-2.41.5-cp312-cp312-win32.whl", hash = "sha256:b74557b16e390ec12dca509bce9264c3bbd128f8a2c376eaa68003d7f327276d", size = 1985908, upload-time = "2025-11-04T13:40:19.309Z" }, - { url = "https://files.pythonhosted.org/packages/86/45/00173a033c801cacf67c190fef088789394feaf88a98a7035b0e40d53dc9/pydantic_core-2.41.5-cp312-cp312-win_amd64.whl", hash = "sha256:1962293292865bca8e54702b08a4f26da73adc83dd1fcf26fbc875b35d81c815", size = 2020145, upload-time = "2025-11-04T13:40:21.548Z" }, - { url = "https://files.pythonhosted.org/packages/f9/22/91fbc821fa6d261b376a3f73809f907cec5ca6025642c463d3488aad22fb/pydantic_core-2.41.5-cp312-cp312-win_arm64.whl", hash = "sha256:1746d4a3d9a794cacae06a5eaaccb4b8643a131d45fbc9af23e353dc0a5ba5c3", size = 1976179, upload-time = "2025-11-04T13:40:23.393Z" }, - { url = "https://files.pythonhosted.org/packages/87/06/8806241ff1f70d9939f9af039c6c35f2360cf16e93c2ca76f184e76b1564/pydantic_core-2.41.5-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:941103c9be18ac8daf7b7adca8228f8ed6bb7a1849020f643b3a14d15b1924d9", size = 2120403, upload-time = "2025-11-04T13:40:25.248Z" }, - { url = "https://files.pythonhosted.org/packages/94/02/abfa0e0bda67faa65fef1c84971c7e45928e108fe24333c81f3bfe35d5f5/pydantic_core-2.41.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:112e305c3314f40c93998e567879e887a3160bb8689ef3d2c04b6cc62c33ac34", size = 1896206, upload-time = "2025-11-04T13:40:27.099Z" }, - { url = "https://files.pythonhosted.org/packages/15/df/a4c740c0943e93e6500f9eb23f4ca7ec9bf71b19e608ae5b579678c8d02f/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cbaad15cb0c90aa221d43c00e77bb33c93e8d36e0bf74760cd00e732d10a6a0", size = 1919307, upload-time = "2025-11-04T13:40:29.806Z" }, - { url = "https://files.pythonhosted.org/packages/9a/e3/6324802931ae1d123528988e0e86587c2072ac2e5394b4bc2bc34b61ff6e/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:03ca43e12fab6023fc79d28ca6b39b05f794ad08ec2feccc59a339b02f2b3d33", size = 2063258, upload-time = "2025-11-04T13:40:33.544Z" }, - { url = "https://files.pythonhosted.org/packages/c9/d4/2230d7151d4957dd79c3044ea26346c148c98fbf0ee6ebd41056f2d62ab5/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc799088c08fa04e43144b164feb0c13f9a0bc40503f8df3e9fde58a3c0c101e", size = 2214917, upload-time = "2025-11-04T13:40:35.479Z" }, - { url = "https://files.pythonhosted.org/packages/e6/9f/eaac5df17a3672fef0081b6c1bb0b82b33ee89aa5cec0d7b05f52fd4a1fa/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:97aeba56665b4c3235a0e52b2c2f5ae9cd071b8a8310ad27bddb3f7fb30e9aa2", size = 2332186, upload-time = "2025-11-04T13:40:37.436Z" }, - { url = "https://files.pythonhosted.org/packages/cf/4e/35a80cae583a37cf15604b44240e45c05e04e86f9cfd766623149297e971/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:406bf18d345822d6c21366031003612b9c77b3e29ffdb0f612367352aab7d586", size = 2073164, upload-time = "2025-11-04T13:40:40.289Z" }, - { url = "https://files.pythonhosted.org/packages/bf/e3/f6e262673c6140dd3305d144d032f7bd5f7497d3871c1428521f19f9efa2/pydantic_core-2.41.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b93590ae81f7010dbe380cdeab6f515902ebcbefe0b9327cc4804d74e93ae69d", size = 2179146, upload-time = "2025-11-04T13:40:42.809Z" }, - { url = "https://files.pythonhosted.org/packages/75/c7/20bd7fc05f0c6ea2056a4565c6f36f8968c0924f19b7d97bbfea55780e73/pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:01a3d0ab748ee531f4ea6c3e48ad9dac84ddba4b0d82291f87248f2f9de8d740", size = 2137788, upload-time = "2025-11-04T13:40:44.752Z" }, - { url = "https://files.pythonhosted.org/packages/3a/8d/34318ef985c45196e004bc46c6eab2eda437e744c124ef0dbe1ff2c9d06b/pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:6561e94ba9dacc9c61bce40e2d6bdc3bfaa0259d3ff36ace3b1e6901936d2e3e", size = 2340133, upload-time = "2025-11-04T13:40:46.66Z" }, - { url = "https://files.pythonhosted.org/packages/9c/59/013626bf8c78a5a5d9350d12e7697d3d4de951a75565496abd40ccd46bee/pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:915c3d10f81bec3a74fbd4faebe8391013ba61e5a1a8d48c4455b923bdda7858", size = 2324852, upload-time = "2025-11-04T13:40:48.575Z" }, - { url = "https://files.pythonhosted.org/packages/1a/d9/c248c103856f807ef70c18a4f986693a46a8ffe1602e5d361485da502d20/pydantic_core-2.41.5-cp313-cp313-win32.whl", hash = "sha256:650ae77860b45cfa6e2cdafc42618ceafab3a2d9a3811fcfbd3bbf8ac3c40d36", size = 1994679, upload-time = "2025-11-04T13:40:50.619Z" }, - { url = "https://files.pythonhosted.org/packages/9e/8b/341991b158ddab181cff136acd2552c9f35bd30380422a639c0671e99a91/pydantic_core-2.41.5-cp313-cp313-win_amd64.whl", hash = "sha256:79ec52ec461e99e13791ec6508c722742ad745571f234ea6255bed38c6480f11", size = 2019766, upload-time = "2025-11-04T13:40:52.631Z" }, - { url = "https://files.pythonhosted.org/packages/73/7d/f2f9db34af103bea3e09735bb40b021788a5e834c81eedb541991badf8f5/pydantic_core-2.41.5-cp313-cp313-win_arm64.whl", hash = "sha256:3f84d5c1b4ab906093bdc1ff10484838aca54ef08de4afa9de0f5f14d69639cd", size = 1981005, upload-time = "2025-11-04T13:40:54.734Z" }, - { url = "https://files.pythonhosted.org/packages/ea/28/46b7c5c9635ae96ea0fbb779e271a38129df2550f763937659ee6c5dbc65/pydantic_core-2.41.5-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:3f37a19d7ebcdd20b96485056ba9e8b304e27d9904d233d7b1015db320e51f0a", size = 2119622, upload-time = "2025-11-04T13:40:56.68Z" }, - { url = "https://files.pythonhosted.org/packages/74/1a/145646e5687e8d9a1e8d09acb278c8535ebe9e972e1f162ed338a622f193/pydantic_core-2.41.5-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1d1d9764366c73f996edd17abb6d9d7649a7eb690006ab6adbda117717099b14", size = 1891725, upload-time = "2025-11-04T13:40:58.807Z" }, - { url = "https://files.pythonhosted.org/packages/23/04/e89c29e267b8060b40dca97bfc64a19b2a3cf99018167ea1677d96368273/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25e1c2af0fce638d5f1988b686f3b3ea8cd7de5f244ca147c777769e798a9cd1", size = 1915040, upload-time = "2025-11-04T13:41:00.853Z" }, - { url = "https://files.pythonhosted.org/packages/84/a3/15a82ac7bd97992a82257f777b3583d3e84bdb06ba6858f745daa2ec8a85/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:506d766a8727beef16b7adaeb8ee6217c64fc813646b424d0804d67c16eddb66", size = 2063691, upload-time = "2025-11-04T13:41:03.504Z" }, - { url = "https://files.pythonhosted.org/packages/74/9b/0046701313c6ef08c0c1cf0e028c67c770a4e1275ca73131563c5f2a310a/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4819fa52133c9aa3c387b3328f25c1facc356491e6135b459f1de698ff64d869", size = 2213897, upload-time = "2025-11-04T13:41:05.804Z" }, - { url = "https://files.pythonhosted.org/packages/8a/cd/6bac76ecd1b27e75a95ca3a9a559c643b3afcd2dd62086d4b7a32a18b169/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2b761d210c9ea91feda40d25b4efe82a1707da2ef62901466a42492c028553a2", size = 2333302, upload-time = "2025-11-04T13:41:07.809Z" }, - { url = "https://files.pythonhosted.org/packages/4c/d2/ef2074dc020dd6e109611a8be4449b98cd25e1b9b8a303c2f0fca2f2bcf7/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:22f0fb8c1c583a3b6f24df2470833b40207e907b90c928cc8d3594b76f874375", size = 2064877, upload-time = "2025-11-04T13:41:09.827Z" }, - { url = "https://files.pythonhosted.org/packages/18/66/e9db17a9a763d72f03de903883c057b2592c09509ccfe468187f2a2eef29/pydantic_core-2.41.5-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2782c870e99878c634505236d81e5443092fba820f0373997ff75f90f68cd553", size = 2180680, upload-time = "2025-11-04T13:41:12.379Z" }, - { url = "https://files.pythonhosted.org/packages/d3/9e/3ce66cebb929f3ced22be85d4c2399b8e85b622db77dad36b73c5387f8f8/pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:0177272f88ab8312479336e1d777f6b124537d47f2123f89cb37e0accea97f90", size = 2138960, upload-time = "2025-11-04T13:41:14.627Z" }, - { url = "https://files.pythonhosted.org/packages/a6/62/205a998f4327d2079326b01abee48e502ea739d174f0a89295c481a2272e/pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:63510af5e38f8955b8ee5687740d6ebf7c2a0886d15a6d65c32814613681bc07", size = 2339102, upload-time = "2025-11-04T13:41:16.868Z" }, - { url = "https://files.pythonhosted.org/packages/3c/0d/f05e79471e889d74d3d88f5bd20d0ed189ad94c2423d81ff8d0000aab4ff/pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:e56ba91f47764cc14f1daacd723e3e82d1a89d783f0f5afe9c364b8bb491ccdb", size = 2326039, upload-time = "2025-11-04T13:41:18.934Z" }, - { url = "https://files.pythonhosted.org/packages/ec/e1/e08a6208bb100da7e0c4b288eed624a703f4d129bde2da475721a80cab32/pydantic_core-2.41.5-cp314-cp314-win32.whl", hash = "sha256:aec5cf2fd867b4ff45b9959f8b20ea3993fc93e63c7363fe6851424c8a7e7c23", size = 1995126, upload-time = "2025-11-04T13:41:21.418Z" }, - { url = "https://files.pythonhosted.org/packages/48/5d/56ba7b24e9557f99c9237e29f5c09913c81eeb2f3217e40e922353668092/pydantic_core-2.41.5-cp314-cp314-win_amd64.whl", hash = "sha256:8e7c86f27c585ef37c35e56a96363ab8de4e549a95512445b85c96d3e2f7c1bf", size = 2015489, upload-time = "2025-11-04T13:41:24.076Z" }, - { url = "https://files.pythonhosted.org/packages/4e/bb/f7a190991ec9e3e0ba22e4993d8755bbc4a32925c0b5b42775c03e8148f9/pydantic_core-2.41.5-cp314-cp314-win_arm64.whl", hash = "sha256:e672ba74fbc2dc8eea59fb6d4aed6845e6905fc2a8afe93175d94a83ba2a01a0", size = 1977288, upload-time = "2025-11-04T13:41:26.33Z" }, - { url = "https://files.pythonhosted.org/packages/92/ed/77542d0c51538e32e15afe7899d79efce4b81eee631d99850edc2f5e9349/pydantic_core-2.41.5-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:8566def80554c3faa0e65ac30ab0932b9e3a5cd7f8323764303d468e5c37595a", size = 2120255, upload-time = "2025-11-04T13:41:28.569Z" }, - { url = "https://files.pythonhosted.org/packages/bb/3d/6913dde84d5be21e284439676168b28d8bbba5600d838b9dca99de0fad71/pydantic_core-2.41.5-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:b80aa5095cd3109962a298ce14110ae16b8c1aece8b72f9dafe81cf597ad80b3", size = 1863760, upload-time = "2025-11-04T13:41:31.055Z" }, - { url = "https://files.pythonhosted.org/packages/5a/f0/e5e6b99d4191da102f2b0eb9687aaa7f5bea5d9964071a84effc3e40f997/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3006c3dd9ba34b0c094c544c6006cc79e87d8612999f1a5d43b769b89181f23c", size = 1878092, upload-time = "2025-11-04T13:41:33.21Z" }, - { url = "https://files.pythonhosted.org/packages/71/48/36fb760642d568925953bcc8116455513d6e34c4beaa37544118c36aba6d/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:72f6c8b11857a856bcfa48c86f5368439f74453563f951e473514579d44aa612", size = 2053385, upload-time = "2025-11-04T13:41:35.508Z" }, - { url = "https://files.pythonhosted.org/packages/20/25/92dc684dd8eb75a234bc1c764b4210cf2646479d54b47bf46061657292a8/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5cb1b2f9742240e4bb26b652a5aeb840aa4b417c7748b6f8387927bc6e45e40d", size = 2218832, upload-time = "2025-11-04T13:41:37.732Z" }, - { url = "https://files.pythonhosted.org/packages/e2/09/f53e0b05023d3e30357d82eb35835d0f6340ca344720a4599cd663dca599/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bd3d54f38609ff308209bd43acea66061494157703364ae40c951f83ba99a1a9", size = 2327585, upload-time = "2025-11-04T13:41:40Z" }, - { url = "https://files.pythonhosted.org/packages/aa/4e/2ae1aa85d6af35a39b236b1b1641de73f5a6ac4d5a7509f77b814885760c/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ff4321e56e879ee8d2a879501c8e469414d948f4aba74a2d4593184eb326660", size = 2041078, upload-time = "2025-11-04T13:41:42.323Z" }, - { url = "https://files.pythonhosted.org/packages/cd/13/2e215f17f0ef326fc72afe94776edb77525142c693767fc347ed6288728d/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d0d2568a8c11bf8225044aa94409e21da0cb09dcdafe9ecd10250b2baad531a9", size = 2173914, upload-time = "2025-11-04T13:41:45.221Z" }, - { url = "https://files.pythonhosted.org/packages/02/7a/f999a6dcbcd0e5660bc348a3991c8915ce6599f4f2c6ac22f01d7a10816c/pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:a39455728aabd58ceabb03c90e12f71fd30fa69615760a075b9fec596456ccc3", size = 2129560, upload-time = "2025-11-04T13:41:47.474Z" }, - { url = "https://files.pythonhosted.org/packages/3a/b1/6c990ac65e3b4c079a4fb9f5b05f5b013afa0f4ed6780a3dd236d2cbdc64/pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:239edca560d05757817c13dc17c50766136d21f7cd0fac50295499ae24f90fdf", size = 2329244, upload-time = "2025-11-04T13:41:49.992Z" }, - { url = "https://files.pythonhosted.org/packages/d9/02/3c562f3a51afd4d88fff8dffb1771b30cfdfd79befd9883ee094f5b6c0d8/pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:2a5e06546e19f24c6a96a129142a75cee553cc018ffee48a460059b1185f4470", size = 2331955, upload-time = "2025-11-04T13:41:54.079Z" }, - { url = "https://files.pythonhosted.org/packages/5c/96/5fb7d8c3c17bc8c62fdb031c47d77a1af698f1d7a406b0f79aaa1338f9ad/pydantic_core-2.41.5-cp314-cp314t-win32.whl", hash = "sha256:b4ececa40ac28afa90871c2cc2b9ffd2ff0bf749380fbdf57d165fd23da353aa", size = 1988906, upload-time = "2025-11-04T13:41:56.606Z" }, - { url = "https://files.pythonhosted.org/packages/22/ed/182129d83032702912c2e2d8bbe33c036f342cc735737064668585dac28f/pydantic_core-2.41.5-cp314-cp314t-win_amd64.whl", hash = "sha256:80aa89cad80b32a912a65332f64a4450ed00966111b6615ca6816153d3585a8c", size = 1981607, upload-time = "2025-11-04T13:41:58.889Z" }, - { url = "https://files.pythonhosted.org/packages/9f/ed/068e41660b832bb0b1aa5b58011dea2a3fe0ba7861ff38c4d4904c1c1a99/pydantic_core-2.41.5-cp314-cp314t-win_arm64.whl", hash = "sha256:35b44f37a3199f771c3eaa53051bc8a70cd7b54f333531c59e29fd4db5d15008", size = 1974769, upload-time = "2025-11-04T13:42:01.186Z" }, - { url = "https://files.pythonhosted.org/packages/09/32/59b0c7e63e277fa7911c2fc70ccfb45ce4b98991e7ef37110663437005af/pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_10_12_x86_64.whl", hash = "sha256:7da7087d756b19037bc2c06edc6c170eeef3c3bafcb8f532ff17d64dc427adfd", size = 2110495, upload-time = "2025-11-04T13:42:49.689Z" }, - { url = "https://files.pythonhosted.org/packages/aa/81/05e400037eaf55ad400bcd318c05bb345b57e708887f07ddb2d20e3f0e98/pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_11_0_arm64.whl", hash = "sha256:aabf5777b5c8ca26f7824cb4a120a740c9588ed58df9b2d196ce92fba42ff8dc", size = 1915388, upload-time = "2025-11-04T13:42:52.215Z" }, - { url = "https://files.pythonhosted.org/packages/6e/0d/e3549b2399f71d56476b77dbf3cf8937cec5cd70536bdc0e374a421d0599/pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c007fe8a43d43b3969e8469004e9845944f1a80e6acd47c150856bb87f230c56", size = 1942879, upload-time = "2025-11-04T13:42:56.483Z" }, - { url = "https://files.pythonhosted.org/packages/f7/07/34573da085946b6a313d7c42f82f16e8920bfd730665de2d11c0c37a74b5/pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:76d0819de158cd855d1cbb8fcafdf6f5cf1eb8e470abe056d5d161106e38062b", size = 2139017, upload-time = "2025-11-04T13:42:59.471Z" }, -] - -[[package]] -name = "pydantic-settings" -version = "2.13.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "pydantic" }, - { name = "python-dotenv" }, - { name = "typing-inspection" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/96/a1/ae859ffac5a3338a66b74c5e29e244fd3a3cc483c89feaf9f56c39898d75/pydantic_settings-2.13.0.tar.gz", hash = "sha256:95d875514610e8595672800a5c40b073e99e4aae467fa7c8f9c263061ea2e1fe", size = 222450, upload-time = "2026-02-15T12:11:23.476Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b0/1a/dd1b9d7e627486cf8e7523d09b70010e05a4bc41414f4ae6ce184cf0afb6/pydantic_settings-2.13.0-py3-none-any.whl", hash = "sha256:d67b576fff39cd086b595441bf9c75d4193ca9c0ed643b90360694d0f1240246", size = 58429, upload-time = "2026-02-15T12:11:22.133Z" }, -] - -[[package]] -name = "pydocket" -version = "0.17.7" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "cloudpickle" }, - { name = "croniter" }, - { name = "fakeredis", extra = ["lua"] }, - { name = "opentelemetry-api" }, - { name = "prometheus-client" }, - { name = "py-key-value-aio", extra = ["memory", "redis"] }, - { name = "python-json-logger" }, - { name = "redis" }, - { name = "rich" }, - { name = "typer" }, - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/cd/b2/5e12dbe2acf59e4499285e8eee66e8e81b6ba2f553696d2f4ccca0a7978c/pydocket-0.17.7.tar.gz", hash = "sha256:5c77ec6731a167cdcb44174abf793fe63e7b6c1c1c8a799cc6ec7502b361ee77", size = 347071, upload-time = "2026-02-11T21:01:31.744Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/c9/c7/68f2553819965326f968375f02597d49efe71b309ba9d8fef539aeb51c48/pydocket-0.17.7-py3-none-any.whl", hash = "sha256:d1e0921ac02026c4a0140fc72a3848545f3e91e6e74c6e32c588489017c130b2", size = 94608, upload-time = "2026-02-11T21:01:30.111Z" }, -] - -[[package]] -name = "pygments" -version = "2.19.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887", size = 4968631, upload-time = "2025-06-21T13:39:12.283Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b", size = 1225217, upload-time = "2025-06-21T13:39:07.939Z" }, -] - -[[package]] -name = "pyjwt" -version = "2.11.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5c/5a/b46fa56bf322901eee5b0454a34343cdbdae202cd421775a8ee4e42fd519/pyjwt-2.11.0.tar.gz", hash = "sha256:35f95c1f0fbe5d5ba6e43f00271c275f7a1a4db1dab27bf708073b75318ea623", size = 98019, upload-time = "2026-01-30T19:59:55.694Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/6f/01/c26ce75ba460d5cd503da9e13b21a33804d38c2165dec7b716d06b13010c/pyjwt-2.11.0-py3-none-any.whl", hash = "sha256:94a6bde30eb5c8e04fee991062b534071fd1439ef58d2adc9ccb823e7bcd0469", size = 28224, upload-time = "2026-01-30T19:59:54.539Z" }, -] - -[package.optional-dependencies] -crypto = [ - { name = "cryptography" }, -] - -[[package]] -name = "pyperclip" -version = "1.11.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e8/52/d87eba7cb129b81563019d1679026e7a112ef76855d6159d24754dbd2a51/pyperclip-1.11.0.tar.gz", hash = "sha256:244035963e4428530d9e3a6101a1ef97209c6825edab1567beac148ccc1db1b6", size = 12185, upload-time = "2025-09-26T14:40:37.245Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/df/80/fc9d01d5ed37ba4c42ca2b55b4339ae6e200b456be3a1aaddf4a9fa99b8c/pyperclip-1.11.0-py3-none-any.whl", hash = "sha256:299403e9ff44581cb9ba2ffeed69c7aa96a008622ad0c46cb575ca75b5b84273", size = 11063, upload-time = "2025-09-26T14:40:36.069Z" }, -] - -[[package]] -name = "pytest" -version = "9.0.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "colorama", marker = "sys_platform == 'win32'" }, - { name = "iniconfig" }, - { name = "packaging" }, - { name = "pluggy" }, - { name = "pygments" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/d1/db/7ef3487e0fb0049ddb5ce41d3a49c235bf9ad299b6a25d5780a89f19230f/pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11", size = 1568901, upload-time = "2025-12-06T21:30:51.014Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b", size = 374801, upload-time = "2025-12-06T21:30:49.154Z" }, -] - -[[package]] -name = "pytest-anyio" -version = "0.0.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anyio" }, - { name = "pytest" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/00/44/a02e5877a671b0940f21a7a0d9704c22097b123ed5cdbcca9cab39f17acc/pytest-anyio-0.0.0.tar.gz", hash = "sha256:b41234e9e9ad7ea1dbfefcc1d6891b23d5ef7c9f07ccf804c13a9cc338571fd3", size = 1560, upload-time = "2021-06-29T22:57:30.846Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/c6/25/bd6493ae85d0a281b6a0f248d0fdb1d9aa2b31f18bcd4a8800cf397d8209/pytest_anyio-0.0.0-py2.py3-none-any.whl", hash = "sha256:dc8b5c4741cb16ff90be37fddd585ca943ed12bbeb563de7ace6cd94441d8746", size = 1999, upload-time = "2021-06-29T22:57:29.158Z" }, -] - -[[package]] -name = "python-dateutil" -version = "2.9.0.post0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "six" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", size = 342432, upload-time = "2024-03-01T18:36:20.211Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427", size = 229892, upload-time = "2024-03-01T18:36:18.57Z" }, -] - -[[package]] -name = "python-dotenv" -version = "1.2.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f0/26/19cadc79a718c5edbec86fd4919a6b6d3f681039a2f6d66d14be94e75fb9/python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6", size = 44221, upload-time = "2025-10-26T15:12:10.434Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/14/1b/a298b06749107c305e1fe0f814c6c74aea7b2f1e10989cb30f544a1b3253/python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61", size = 21230, upload-time = "2025-10-26T15:12:09.109Z" }, -] - -[[package]] -name = "python-json-logger" -version = "4.0.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/29/bf/eca6a3d43db1dae7070f70e160ab20b807627ba953663ba07928cdd3dc58/python_json_logger-4.0.0.tar.gz", hash = "sha256:f58e68eb46e1faed27e0f574a55a0455eecd7b8a5b88b85a784519ba3cff047f", size = 17683, upload-time = "2025-10-06T04:15:18.984Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/51/e5/fecf13f06e5e5f67e8837d777d1bc43fac0ed2b77a676804df5c34744727/python_json_logger-4.0.0-py3-none-any.whl", hash = "sha256:af09c9daf6a813aa4cc7180395f50f2a9e5fa056034c9953aec92e381c5ba1e2", size = 15548, upload-time = "2025-10-06T04:15:17.553Z" }, -] - -[[package]] -name = "python-multipart" -version = "0.0.22" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/94/01/979e98d542a70714b0cb2b6728ed0b7c46792b695e3eaec3e20711271ca3/python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58", size = 37612, upload-time = "2026-01-25T10:15:56.219Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1b/d0/397f9626e711ff749a95d96b7af99b9c566a9bb5129b8e4c10fc4d100304/python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155", size = 24579, upload-time = "2026-01-25T10:15:54.811Z" }, -] - -[[package]] -name = "pytz" -version = "2025.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3", size = 320884, upload-time = "2025-03-25T02:25:00.538Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/81/c4/34e93fe5f5429d7570ec1fa436f1986fb1f00c3e0f43a589fe2bbcd22c3f/pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00", size = 509225, upload-time = "2025-03-25T02:24:58.468Z" }, -] - -[[package]] -name = "pywin32" -version = "311" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e7/ab/01ea1943d4eba0f850c3c61e78e8dd59757ff815ff3ccd0a84de5f541f42/pywin32-311-cp312-cp312-win32.whl", hash = "sha256:750ec6e621af2b948540032557b10a2d43b0cee2ae9758c54154d711cc852d31", size = 8706543, upload-time = "2025-07-14T20:13:20.765Z" }, - { url = "https://files.pythonhosted.org/packages/d1/a8/a0e8d07d4d051ec7502cd58b291ec98dcc0c3fff027caad0470b72cfcc2f/pywin32-311-cp312-cp312-win_amd64.whl", hash = "sha256:b8c095edad5c211ff31c05223658e71bf7116daa0ecf3ad85f3201ea3190d067", size = 9495040, upload-time = "2025-07-14T20:13:22.543Z" }, - { url = "https://files.pythonhosted.org/packages/ba/3a/2ae996277b4b50f17d61f0603efd8253cb2d79cc7ae159468007b586396d/pywin32-311-cp312-cp312-win_arm64.whl", hash = "sha256:e286f46a9a39c4a18b319c28f59b61de793654af2f395c102b4f819e584b5852", size = 8710102, upload-time = "2025-07-14T20:13:24.682Z" }, - { url = "https://files.pythonhosted.org/packages/a5/be/3fd5de0979fcb3994bfee0d65ed8ca9506a8a1260651b86174f6a86f52b3/pywin32-311-cp313-cp313-win32.whl", hash = "sha256:f95ba5a847cba10dd8c4d8fefa9f2a6cf283b8b88ed6178fa8a6c1ab16054d0d", size = 8705700, upload-time = "2025-07-14T20:13:26.471Z" }, - { url = "https://files.pythonhosted.org/packages/e3/28/e0a1909523c6890208295a29e05c2adb2126364e289826c0a8bc7297bd5c/pywin32-311-cp313-cp313-win_amd64.whl", hash = "sha256:718a38f7e5b058e76aee1c56ddd06908116d35147e133427e59a3983f703a20d", size = 9494700, upload-time = "2025-07-14T20:13:28.243Z" }, - { url = "https://files.pythonhosted.org/packages/04/bf/90339ac0f55726dce7d794e6d79a18a91265bdf3aa70b6b9ca52f35e022a/pywin32-311-cp313-cp313-win_arm64.whl", hash = "sha256:7b4075d959648406202d92a2310cb990fea19b535c7f4a78d3f5e10b926eeb8a", size = 8709318, upload-time = "2025-07-14T20:13:30.348Z" }, - { url = "https://files.pythonhosted.org/packages/c9/31/097f2e132c4f16d99a22bfb777e0fd88bd8e1c634304e102f313af69ace5/pywin32-311-cp314-cp314-win32.whl", hash = "sha256:b7a2c10b93f8986666d0c803ee19b5990885872a7de910fc460f9b0c2fbf92ee", size = 8840714, upload-time = "2025-07-14T20:13:32.449Z" }, - { url = "https://files.pythonhosted.org/packages/90/4b/07c77d8ba0e01349358082713400435347df8426208171ce297da32c313d/pywin32-311-cp314-cp314-win_amd64.whl", hash = "sha256:3aca44c046bd2ed8c90de9cb8427f581c479e594e99b5c0bb19b29c10fd6cb87", size = 9656800, upload-time = "2025-07-14T20:13:34.312Z" }, - { url = "https://files.pythonhosted.org/packages/c0/d2/21af5c535501a7233e734b8af901574572da66fcc254cb35d0609c9080dd/pywin32-311-cp314-cp314-win_arm64.whl", hash = "sha256:a508e2d9025764a8270f93111a970e1d0fbfc33f4153b388bb649b7eec4f9b42", size = 8932540, upload-time = "2025-07-14T20:13:36.379Z" }, -] - -[[package]] -name = "pywin32-ctypes" -version = "0.2.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/85/9f/01a1a99704853cb63f253eea009390c88e7131c67e66a0a02099a8c917cb/pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755", size = 29471, upload-time = "2024-08-14T10:15:34.626Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/de/3d/8161f7711c017e01ac9f008dfddd9410dff3674334c233bde66e7ba65bbf/pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8", size = 30756, upload-time = "2024-08-14T10:15:33.187Z" }, -] - -[[package]] -name = "pyyaml" -version = "6.0.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/05/8e/961c0007c59b8dd7729d542c61a4d537767a59645b82a0b521206e1e25c2/pyyaml-6.0.3.tar.gz", hash = "sha256:d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f", size = 130960, upload-time = "2025-09-25T21:33:16.546Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/d1/33/422b98d2195232ca1826284a76852ad5a86fe23e31b009c9886b2d0fb8b2/pyyaml-6.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7f047e29dcae44602496db43be01ad42fc6f1cc0d8cd6c83d342306c32270196", size = 182063, upload-time = "2025-09-25T21:32:11.445Z" }, - { url = "https://files.pythonhosted.org/packages/89/a0/6cf41a19a1f2f3feab0e9c0b74134aa2ce6849093d5517a0c550fe37a648/pyyaml-6.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fc09d0aa354569bc501d4e787133afc08552722d3ab34836a80547331bb5d4a0", size = 173973, upload-time = "2025-09-25T21:32:12.492Z" }, - { url = "https://files.pythonhosted.org/packages/ed/23/7a778b6bd0b9a8039df8b1b1d80e2e2ad78aa04171592c8a5c43a56a6af4/pyyaml-6.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9149cad251584d5fb4981be1ecde53a1ca46c891a79788c0df828d2f166bda28", size = 775116, upload-time = "2025-09-25T21:32:13.652Z" }, - { url = "https://files.pythonhosted.org/packages/65/30/d7353c338e12baef4ecc1b09e877c1970bd3382789c159b4f89d6a70dc09/pyyaml-6.0.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5fdec68f91a0c6739b380c83b951e2c72ac0197ace422360e6d5a959d8d97b2c", size = 844011, upload-time = "2025-09-25T21:32:15.21Z" }, - { url = "https://files.pythonhosted.org/packages/8b/9d/b3589d3877982d4f2329302ef98a8026e7f4443c765c46cfecc8858c6b4b/pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ba1cc08a7ccde2d2ec775841541641e4548226580ab850948cbfda66a1befcdc", size = 807870, upload-time = "2025-09-25T21:32:16.431Z" }, - { url = "https://files.pythonhosted.org/packages/05/c0/b3be26a015601b822b97d9149ff8cb5ead58c66f981e04fedf4e762f4bd4/pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8dc52c23056b9ddd46818a57b78404882310fb473d63f17b07d5c40421e47f8e", size = 761089, upload-time = "2025-09-25T21:32:17.56Z" }, - { url = "https://files.pythonhosted.org/packages/be/8e/98435a21d1d4b46590d5459a22d88128103f8da4c2d4cb8f14f2a96504e1/pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:41715c910c881bc081f1e8872880d3c650acf13dfa8214bad49ed4cede7c34ea", size = 790181, upload-time = "2025-09-25T21:32:18.834Z" }, - { url = "https://files.pythonhosted.org/packages/74/93/7baea19427dcfbe1e5a372d81473250b379f04b1bd3c4c5ff825e2327202/pyyaml-6.0.3-cp312-cp312-win32.whl", hash = "sha256:96b533f0e99f6579b3d4d4995707cf36df9100d67e0c8303a0c55b27b5f99bc5", size = 137658, upload-time = "2025-09-25T21:32:20.209Z" }, - { url = "https://files.pythonhosted.org/packages/86/bf/899e81e4cce32febab4fb42bb97dcdf66bc135272882d1987881a4b519e9/pyyaml-6.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:5fcd34e47f6e0b794d17de1b4ff496c00986e1c83f7ab2fb8fcfe9616ff7477b", size = 154003, upload-time = "2025-09-25T21:32:21.167Z" }, - { url = "https://files.pythonhosted.org/packages/1a/08/67bd04656199bbb51dbed1439b7f27601dfb576fb864099c7ef0c3e55531/pyyaml-6.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:64386e5e707d03a7e172c0701abfb7e10f0fb753ee1d773128192742712a98fd", size = 140344, upload-time = "2025-09-25T21:32:22.617Z" }, - { url = "https://files.pythonhosted.org/packages/d1/11/0fd08f8192109f7169db964b5707a2f1e8b745d4e239b784a5a1dd80d1db/pyyaml-6.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8da9669d359f02c0b91ccc01cac4a67f16afec0dac22c2ad09f46bee0697eba8", size = 181669, upload-time = "2025-09-25T21:32:23.673Z" }, - { url = "https://files.pythonhosted.org/packages/b1/16/95309993f1d3748cd644e02e38b75d50cbc0d9561d21f390a76242ce073f/pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2283a07e2c21a2aa78d9c4442724ec1eb15f5e42a723b99cb3d822d48f5f7ad1", size = 173252, upload-time = "2025-09-25T21:32:25.149Z" }, - { url = "https://files.pythonhosted.org/packages/50/31/b20f376d3f810b9b2371e72ef5adb33879b25edb7a6d072cb7ca0c486398/pyyaml-6.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee2922902c45ae8ccada2c5b501ab86c36525b883eff4255313a253a3160861c", size = 767081, upload-time = "2025-09-25T21:32:26.575Z" }, - { url = "https://files.pythonhosted.org/packages/49/1e/a55ca81e949270d5d4432fbbd19dfea5321eda7c41a849d443dc92fd1ff7/pyyaml-6.0.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a33284e20b78bd4a18c8c2282d549d10bc8408a2a7ff57653c0cf0b9be0afce5", size = 841159, upload-time = "2025-09-25T21:32:27.727Z" }, - { url = "https://files.pythonhosted.org/packages/74/27/e5b8f34d02d9995b80abcef563ea1f8b56d20134d8f4e5e81733b1feceb2/pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0f29edc409a6392443abf94b9cf89ce99889a1dd5376d94316ae5145dfedd5d6", size = 801626, upload-time = "2025-09-25T21:32:28.878Z" }, - { url = "https://files.pythonhosted.org/packages/f9/11/ba845c23988798f40e52ba45f34849aa8a1f2d4af4b798588010792ebad6/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7057c9a337546edc7973c0d3ba84ddcdf0daa14533c2065749c9075001090e6", size = 753613, upload-time = "2025-09-25T21:32:30.178Z" }, - { url = "https://files.pythonhosted.org/packages/3d/e0/7966e1a7bfc0a45bf0a7fb6b98ea03fc9b8d84fa7f2229e9659680b69ee3/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eda16858a3cab07b80edaf74336ece1f986ba330fdb8ee0d6c0d68fe82bc96be", size = 794115, upload-time = "2025-09-25T21:32:31.353Z" }, - { url = "https://files.pythonhosted.org/packages/de/94/980b50a6531b3019e45ddeada0626d45fa85cbe22300844a7983285bed3b/pyyaml-6.0.3-cp313-cp313-win32.whl", hash = "sha256:d0eae10f8159e8fdad514efdc92d74fd8d682c933a6dd088030f3834bc8e6b26", size = 137427, upload-time = "2025-09-25T21:32:32.58Z" }, - { url = "https://files.pythonhosted.org/packages/97/c9/39d5b874e8b28845e4ec2202b5da735d0199dbe5b8fb85f91398814a9a46/pyyaml-6.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:79005a0d97d5ddabfeeea4cf676af11e647e41d81c9a7722a193022accdb6b7c", size = 154090, upload-time = "2025-09-25T21:32:33.659Z" }, - { url = "https://files.pythonhosted.org/packages/73/e8/2bdf3ca2090f68bb3d75b44da7bbc71843b19c9f2b9cb9b0f4ab7a5a4329/pyyaml-6.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:5498cd1645aa724a7c71c8f378eb29ebe23da2fc0d7a08071d89469bf1d2defb", size = 140246, upload-time = "2025-09-25T21:32:34.663Z" }, - { url = "https://files.pythonhosted.org/packages/9d/8c/f4bd7f6465179953d3ac9bc44ac1a8a3e6122cf8ada906b4f96c60172d43/pyyaml-6.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8d1fab6bb153a416f9aeb4b8763bc0f22a5586065f86f7664fc23339fc1c1fac", size = 181814, upload-time = "2025-09-25T21:32:35.712Z" }, - { url = "https://files.pythonhosted.org/packages/bd/9c/4d95bb87eb2063d20db7b60faa3840c1b18025517ae857371c4dd55a6b3a/pyyaml-6.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:34d5fcd24b8445fadc33f9cf348c1047101756fd760b4dacb5c3e99755703310", size = 173809, upload-time = "2025-09-25T21:32:36.789Z" }, - { url = "https://files.pythonhosted.org/packages/92/b5/47e807c2623074914e29dabd16cbbdd4bf5e9b2db9f8090fa64411fc5382/pyyaml-6.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:501a031947e3a9025ed4405a168e6ef5ae3126c59f90ce0cd6f2bfc477be31b7", size = 766454, upload-time = "2025-09-25T21:32:37.966Z" }, - { url = "https://files.pythonhosted.org/packages/02/9e/e5e9b168be58564121efb3de6859c452fccde0ab093d8438905899a3a483/pyyaml-6.0.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b3bc83488de33889877a0f2543ade9f70c67d66d9ebb4ac959502e12de895788", size = 836355, upload-time = "2025-09-25T21:32:39.178Z" }, - { url = "https://files.pythonhosted.org/packages/88/f9/16491d7ed2a919954993e48aa941b200f38040928474c9e85ea9e64222c3/pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c458b6d084f9b935061bc36216e8a69a7e293a2f1e68bf956dcd9e6cbcd143f5", size = 794175, upload-time = "2025-09-25T21:32:40.865Z" }, - { url = "https://files.pythonhosted.org/packages/dd/3f/5989debef34dc6397317802b527dbbafb2b4760878a53d4166579111411e/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7c6610def4f163542a622a73fb39f534f8c101d690126992300bf3207eab9764", size = 755228, upload-time = "2025-09-25T21:32:42.084Z" }, - { url = "https://files.pythonhosted.org/packages/d7/ce/af88a49043cd2e265be63d083fc75b27b6ed062f5f9fd6cdc223ad62f03e/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5190d403f121660ce8d1d2c1bb2ef1bd05b5f68533fc5c2ea899bd15f4399b35", size = 789194, upload-time = "2025-09-25T21:32:43.362Z" }, - { url = "https://files.pythonhosted.org/packages/23/20/bb6982b26a40bb43951265ba29d4c246ef0ff59c9fdcdf0ed04e0687de4d/pyyaml-6.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:4a2e8cebe2ff6ab7d1050ecd59c25d4c8bd7e6f400f5f82b96557ac0abafd0ac", size = 156429, upload-time = "2025-09-25T21:32:57.844Z" }, - { url = "https://files.pythonhosted.org/packages/f4/f4/a4541072bb9422c8a883ab55255f918fa378ecf083f5b85e87fc2b4eda1b/pyyaml-6.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:93dda82c9c22deb0a405ea4dc5f2d0cda384168e466364dec6255b293923b2f3", size = 143912, upload-time = "2025-09-25T21:32:59.247Z" }, - { url = "https://files.pythonhosted.org/packages/7c/f9/07dd09ae774e4616edf6cda684ee78f97777bdd15847253637a6f052a62f/pyyaml-6.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:02893d100e99e03eda1c8fd5c441d8c60103fd175728e23e431db1b589cf5ab3", size = 189108, upload-time = "2025-09-25T21:32:44.377Z" }, - { url = "https://files.pythonhosted.org/packages/4e/78/8d08c9fb7ce09ad8c38ad533c1191cf27f7ae1effe5bb9400a46d9437fcf/pyyaml-6.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c1ff362665ae507275af2853520967820d9124984e0f7466736aea23d8611fba", size = 183641, upload-time = "2025-09-25T21:32:45.407Z" }, - { url = "https://files.pythonhosted.org/packages/7b/5b/3babb19104a46945cf816d047db2788bcaf8c94527a805610b0289a01c6b/pyyaml-6.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6adc77889b628398debc7b65c073bcb99c4a0237b248cacaf3fe8a557563ef6c", size = 831901, upload-time = "2025-09-25T21:32:48.83Z" }, - { url = "https://files.pythonhosted.org/packages/8b/cc/dff0684d8dc44da4d22a13f35f073d558c268780ce3c6ba1b87055bb0b87/pyyaml-6.0.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a80cb027f6b349846a3bf6d73b5e95e782175e52f22108cfa17876aaeff93702", size = 861132, upload-time = "2025-09-25T21:32:50.149Z" }, - { url = "https://files.pythonhosted.org/packages/b1/5e/f77dc6b9036943e285ba76b49e118d9ea929885becb0a29ba8a7c75e29fe/pyyaml-6.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c", size = 839261, upload-time = "2025-09-25T21:32:51.808Z" }, - { url = "https://files.pythonhosted.org/packages/ce/88/a9db1376aa2a228197c58b37302f284b5617f56a5d959fd1763fb1675ce6/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e1674c3ef6f541c35191caae2d429b967b99e02040f5ba928632d9a7f0f065", size = 805272, upload-time = "2025-09-25T21:32:52.941Z" }, - { url = "https://files.pythonhosted.org/packages/da/92/1446574745d74df0c92e6aa4a7b0b3130706a4142b2d1a5869f2eaa423c6/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:16249ee61e95f858e83976573de0f5b2893b3677ba71c9dd36b9cf8be9ac6d65", size = 829923, upload-time = "2025-09-25T21:32:54.537Z" }, - { url = "https://files.pythonhosted.org/packages/f0/7a/1c7270340330e575b92f397352af856a8c06f230aa3e76f86b39d01b416a/pyyaml-6.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4ad1906908f2f5ae4e5a8ddfce73c320c2a1429ec52eafd27138b7f1cbe341c9", size = 174062, upload-time = "2025-09-25T21:32:55.767Z" }, - { url = "https://files.pythonhosted.org/packages/f1/12/de94a39c2ef588c7e6455cfbe7343d3b2dc9d6b6b2f40c4c6565744c873d/pyyaml-6.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:ebc55a14a21cb14062aa4162f906cd962b28e2e9ea38f9b4391244cd8de4ae0b", size = 149341, upload-time = "2025-09-25T21:32:56.828Z" }, -] - -[[package]] -name = "redis" -version = "7.2.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/9f/32/6fac13a11e73e1bc67a2ae821a72bfe4c2d8c4c48f0267e4a952be0f1bae/redis-7.2.0.tar.gz", hash = "sha256:4dd5bf4bd4ae80510267f14185a15cba2a38666b941aff68cccf0256b51c1f26", size = 4901247, upload-time = "2026-02-16T17:16:22.797Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/86/cf/f6180b67f99688d83e15c84c5beda831d1d341e95872d224f87ccafafe61/redis-7.2.0-py3-none-any.whl", hash = "sha256:01f591f8598e483f1842d429e8ae3a820804566f1c73dca1b80e23af9fba0497", size = 394898, upload-time = "2026-02-16T17:16:20.693Z" }, -] - -[[package]] -name = "referencing" -version = "0.36.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "attrs" }, - { name = "rpds-py" }, - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/2f/db/98b5c277be99dd18bfd91dd04e1b759cad18d1a338188c936e92f921c7e2/referencing-0.36.2.tar.gz", hash = "sha256:df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa", size = 74744, upload-time = "2025-01-25T08:48:16.138Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/c1/b1/3baf80dc6d2b7bc27a95a67752d0208e410351e3feb4eb78de5f77454d8d/referencing-0.36.2-py3-none-any.whl", hash = "sha256:e8699adbbf8b5c7de96d8ffa0eb5c158b3beafce084968e2ea8bb08c6794dcd0", size = 26775, upload-time = "2025-01-25T08:48:14.241Z" }, -] - -[[package]] -name = "regex" -version = "2026.2.19" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ff/c0/d8079d4f6342e4cec5c3e7d7415b5cd3e633d5f4124f7a4626908dbe84c7/regex-2026.2.19.tar.gz", hash = "sha256:6fb8cb09b10e38f3ae17cc6dc04a1df77762bd0351b6ba9041438e7cc85ec310", size = 414973, upload-time = "2026-02-19T19:03:47.899Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b3/73/13b39c7c9356f333e564ab4790b6cb0df125b8e64e8d6474e73da49b1955/regex-2026.2.19-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:c1665138776e4ac1aa75146669236f7a8a696433ec4e525abf092ca9189247cc", size = 489541, upload-time = "2026-02-19T19:00:52.728Z" }, - { url = "https://files.pythonhosted.org/packages/15/77/fcc7bd9a67000d07fbcc11ed226077287a40d5c84544e62171d29d3ef59c/regex-2026.2.19-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d792b84709021945597e05656aac059526df4e0c9ef60a0eaebb306f8fafcaa8", size = 291414, upload-time = "2026-02-19T19:00:54.51Z" }, - { url = "https://files.pythonhosted.org/packages/f9/87/3997fc72dc59233426ef2e18dfdd105bb123812fff740ee9cc348f1a3243/regex-2026.2.19-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:db970bcce4d63b37b3f9eb8c893f0db980bbf1d404a1d8d2b17aa8189de92c53", size = 289140, upload-time = "2026-02-19T19:00:56.841Z" }, - { url = "https://files.pythonhosted.org/packages/f3/d0/b7dd3883ed1cff8ee0c0c9462d828aaf12be63bf5dc55453cbf423523b13/regex-2026.2.19-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:03d706fbe7dfec503c8c3cb76f9352b3e3b53b623672aa49f18a251a6c71b8e6", size = 798767, upload-time = "2026-02-19T19:00:59.014Z" }, - { url = "https://files.pythonhosted.org/packages/4a/7e/8e2d09103832891b2b735a2515abf377db21144c6dd5ede1fb03c619bf09/regex-2026.2.19-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8dbff048c042beef60aa1848961384572c5afb9e8b290b0f1203a5c42cf5af65", size = 864436, upload-time = "2026-02-19T19:01:00.772Z" }, - { url = "https://files.pythonhosted.org/packages/8a/2e/afea8d23a6db1f67f45e3a0da3057104ce32e154f57dd0c8997274d45fcd/regex-2026.2.19-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ccaaf9b907ea6b4223d5cbf5fa5dff5f33dc66f4907a25b967b8a81339a6e332", size = 912391, upload-time = "2026-02-19T19:01:02.865Z" }, - { url = "https://files.pythonhosted.org/packages/59/3c/ea5a4687adaba5e125b9bd6190153d0037325a0ba3757cc1537cc2c8dd90/regex-2026.2.19-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:75472631eee7898e16a8a20998d15106cb31cfde21cdf96ab40b432a7082af06", size = 803702, upload-time = "2026-02-19T19:01:05.298Z" }, - { url = "https://files.pythonhosted.org/packages/dc/c5/624a0705e8473a26488ec1a3a4e0b8763ecfc682a185c302dfec71daea35/regex-2026.2.19-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:d89f85a5ccc0cec125c24be75610d433d65295827ebaf0d884cbe56df82d4774", size = 775980, upload-time = "2026-02-19T19:01:07.047Z" }, - { url = "https://files.pythonhosted.org/packages/4d/4b/ed776642533232b5599b7c1f9d817fe11faf597e8a92b7a44b841daaae76/regex-2026.2.19-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0d9f81806abdca3234c3dd582b8a97492e93de3602c8772013cb4affa12d1668", size = 788122, upload-time = "2026-02-19T19:01:08.744Z" }, - { url = "https://files.pythonhosted.org/packages/8c/58/e93e093921d13b9784b4f69896b6e2a9e09580a265c59d9eb95e87d288f2/regex-2026.2.19-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:9dadc10d1c2bbb1326e572a226d2ec56474ab8aab26fdb8cf19419b372c349a9", size = 858910, upload-time = "2026-02-19T19:01:10.488Z" }, - { url = "https://files.pythonhosted.org/packages/85/77/ff1d25a0c56cd546e0455cbc93235beb33474899690e6a361fa6b52d265b/regex-2026.2.19-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:6bc25d7e15f80c9dc7853cbb490b91c1ec7310808b09d56bd278fe03d776f4f6", size = 764153, upload-time = "2026-02-19T19:01:12.156Z" }, - { url = "https://files.pythonhosted.org/packages/cd/ef/8ec58df26d52d04443b1dc56f9be4b409f43ed5ae6c0248a287f52311fc4/regex-2026.2.19-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:965d59792f5037d9138da6fed50ba943162160443b43d4895b182551805aff9c", size = 850348, upload-time = "2026-02-19T19:01:14.147Z" }, - { url = "https://files.pythonhosted.org/packages/f5/b3/c42fd5ed91639ce5a4225b9df909180fc95586db071f2bf7c68d2ccbfbe6/regex-2026.2.19-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:38d88c6ed4a09ed61403dbdf515d969ccba34669af3961ceb7311ecd0cef504a", size = 789977, upload-time = "2026-02-19T19:01:15.838Z" }, - { url = "https://files.pythonhosted.org/packages/b6/22/bc3b58ebddbfd6ca5633e71fd41829ee931963aad1ebeec55aad0c23044e/regex-2026.2.19-cp312-cp312-win32.whl", hash = "sha256:5df947cabab4b643d4791af5e28aecf6bf62e6160e525651a12eba3d03755e6b", size = 266381, upload-time = "2026-02-19T19:01:17.952Z" }, - { url = "https://files.pythonhosted.org/packages/fc/4a/6ff550b63e67603ee60e69dc6bd2d5694e85046a558f663b2434bdaeb285/regex-2026.2.19-cp312-cp312-win_amd64.whl", hash = "sha256:4146dc576ea99634ae9c15587d0c43273b4023a10702998edf0fa68ccb60237a", size = 277274, upload-time = "2026-02-19T19:01:19.826Z" }, - { url = "https://files.pythonhosted.org/packages/cc/29/9ec48b679b1e87e7bc8517dff45351eab38f74fbbda1fbcf0e9e6d4e8174/regex-2026.2.19-cp312-cp312-win_arm64.whl", hash = "sha256:cdc0a80f679353bd68450d2a42996090c30b2e15ca90ded6156c31f1a3b63f3b", size = 270509, upload-time = "2026-02-19T19:01:22.075Z" }, - { url = "https://files.pythonhosted.org/packages/d2/2d/a849835e76ac88fcf9e8784e642d3ea635d183c4112150ca91499d6703af/regex-2026.2.19-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8df08decd339e8b3f6a2eb5c05c687fe9d963ae91f352bc57beb05f5b2ac6879", size = 489329, upload-time = "2026-02-19T19:01:23.841Z" }, - { url = "https://files.pythonhosted.org/packages/da/aa/78ff4666d3855490bae87845a5983485e765e1f970da20adffa2937b241d/regex-2026.2.19-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:3aa0944f1dc6e92f91f3b306ba7f851e1009398c84bfd370633182ee4fc26a64", size = 291308, upload-time = "2026-02-19T19:01:25.605Z" }, - { url = "https://files.pythonhosted.org/packages/cd/58/714384efcc07ae6beba528a541f6e99188c5cc1bc0295337f4e8a868296d/regex-2026.2.19-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:c13228fbecb03eadbfd8f521732c5fda09ef761af02e920a3148e18ad0e09968", size = 289033, upload-time = "2026-02-19T19:01:27.243Z" }, - { url = "https://files.pythonhosted.org/packages/75/ec/6438a9344d2869cf5265236a06af1ca6d885e5848b6561e10629bc8e5a11/regex-2026.2.19-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0d0e72703c60d68b18b27cde7cdb65ed2570ae29fb37231aa3076bfb6b1d1c13", size = 798798, upload-time = "2026-02-19T19:01:28.877Z" }, - { url = "https://files.pythonhosted.org/packages/c2/be/b1ce2d395e3fd2ce5f2fde2522f76cade4297cfe84cd61990ff48308749c/regex-2026.2.19-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:46e69a4bf552e30e74a8aa73f473c87efcb7f6e8c8ece60d9fd7bf13d5c86f02", size = 864444, upload-time = "2026-02-19T19:01:30.933Z" }, - { url = "https://files.pythonhosted.org/packages/d5/97/a3406460c504f7136f140d9461960c25f058b0240e4424d6fb73c7a067ab/regex-2026.2.19-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:8edda06079bd770f7f0cf7f3bba1a0b447b96b4a543c91fe0c142d034c166161", size = 912633, upload-time = "2026-02-19T19:01:32.744Z" }, - { url = "https://files.pythonhosted.org/packages/8b/d9/e5dbef95008d84e9af1dc0faabbc34a7fbc8daa05bc5807c5cf86c2bec49/regex-2026.2.19-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9cbc69eae834afbf634f7c902fc72ff3e993f1c699156dd1af1adab5d06b7fe7", size = 803718, upload-time = "2026-02-19T19:01:34.61Z" }, - { url = "https://files.pythonhosted.org/packages/2f/e5/61d80132690a1ef8dc48e0f44248036877aebf94235d43f63a20d1598888/regex-2026.2.19-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bcf57d30659996ee5c7937999874504c11b5a068edc9515e6a59221cc2744dd1", size = 775975, upload-time = "2026-02-19T19:01:36.525Z" }, - { url = "https://files.pythonhosted.org/packages/05/32/ae828b3b312c972cf228b634447de27237d593d61505e6ad84723f8eabba/regex-2026.2.19-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:8e6e77cd92216eb489e21e5652a11b186afe9bdefca8a2db739fd6b205a9e0a4", size = 788129, upload-time = "2026-02-19T19:01:38.498Z" }, - { url = "https://files.pythonhosted.org/packages/cb/25/d74f34676f22bec401eddf0e5e457296941e10cbb2a49a571ca7a2c16e5a/regex-2026.2.19-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:b9ab8dec42afefa6314ea9b31b188259ffdd93f433d77cad454cd0b8d235ce1c", size = 858818, upload-time = "2026-02-19T19:01:40.409Z" }, - { url = "https://files.pythonhosted.org/packages/1e/eb/0bc2b01a6b0b264e1406e5ef11cae3f634c3bd1a6e61206fd3227ce8e89c/regex-2026.2.19-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:294c0fb2e87c6bcc5f577c8f609210f5700b993151913352ed6c6af42f30f95f", size = 764186, upload-time = "2026-02-19T19:01:43.009Z" }, - { url = "https://files.pythonhosted.org/packages/eb/37/5fe5a630d0d99ecf0c3570f8905dafbc160443a2d80181607770086c9812/regex-2026.2.19-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:c0924c64b082d4512b923ac016d6e1dcf647a3560b8a4c7e55cbbd13656cb4ed", size = 850363, upload-time = "2026-02-19T19:01:45.015Z" }, - { url = "https://files.pythonhosted.org/packages/c3/45/ef68d805294b01ec030cfd388724ba76a5a21a67f32af05b17924520cb0b/regex-2026.2.19-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:790dbf87b0361606cb0d79b393c3e8f4436a14ee56568a7463014565d97da02a", size = 790026, upload-time = "2026-02-19T19:01:47.51Z" }, - { url = "https://files.pythonhosted.org/packages/d6/3a/40d3b66923dfc5aeba182f194f0ca35d09afe8c031a193e6ae46971a0a0e/regex-2026.2.19-cp313-cp313-win32.whl", hash = "sha256:43cdde87006271be6963896ed816733b10967baaf0e271d529c82e93da66675b", size = 266372, upload-time = "2026-02-19T19:01:49.469Z" }, - { url = "https://files.pythonhosted.org/packages/3d/f2/39082e8739bfd553497689e74f9d5e5bb531d6f8936d0b94f43e18f219c0/regex-2026.2.19-cp313-cp313-win_amd64.whl", hash = "sha256:127ea69273485348a126ebbf3d6052604d3c7da284f797bba781f364c0947d47", size = 277253, upload-time = "2026-02-19T19:01:51.208Z" }, - { url = "https://files.pythonhosted.org/packages/c2/c2/852b9600d53fb47e47080c203e2cdc0ac7e84e37032a57e0eaa37446033a/regex-2026.2.19-cp313-cp313-win_arm64.whl", hash = "sha256:5e56c669535ac59cbf96ca1ece0ef26cb66809990cda4fa45e1e32c3b146599e", size = 270505, upload-time = "2026-02-19T19:01:52.865Z" }, - { url = "https://files.pythonhosted.org/packages/a9/a2/e0b4575b93bc84db3b1fab24183e008691cd2db5c0ef14ed52681fbd94dd/regex-2026.2.19-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:93d881cab5afdc41a005dba1524a40947d6f7a525057aa64aaf16065cf62faa9", size = 492202, upload-time = "2026-02-19T19:01:54.816Z" }, - { url = "https://files.pythonhosted.org/packages/24/b5/b84fec8cbb5f92a7eed2b6b5353a6a9eed9670fee31817c2da9eb85dc797/regex-2026.2.19-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:80caaa1ddcc942ec7be18427354f9d58a79cee82dea2a6b3d4fd83302e1240d7", size = 292884, upload-time = "2026-02-19T19:01:58.254Z" }, - { url = "https://files.pythonhosted.org/packages/70/0c/fe89966dfae43da46f475362401f03e4d7dc3a3c955b54f632abc52669e0/regex-2026.2.19-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:d793c5b4d2b4c668524cd1651404cfc798d40694c759aec997e196fe9729ec60", size = 291236, upload-time = "2026-02-19T19:01:59.966Z" }, - { url = "https://files.pythonhosted.org/packages/f2/f7/bda2695134f3e63eb5cccbbf608c2a12aab93d261ff4e2fe49b47fabc948/regex-2026.2.19-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b5100acb20648d9efd3f4e7e91f51187f95f22a741dcd719548a6cf4e1b34b3f", size = 807660, upload-time = "2026-02-19T19:02:01.632Z" }, - { url = "https://files.pythonhosted.org/packages/11/56/6e3a4bf5e60d17326b7003d91bbde8938e439256dec211d835597a44972d/regex-2026.2.19-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5e3a31e94d10e52a896adaa3adf3621bd526ad2b45b8c2d23d1bbe74c7423007", size = 873585, upload-time = "2026-02-19T19:02:03.522Z" }, - { url = "https://files.pythonhosted.org/packages/35/5e/c90c6aa4d1317cc11839359479cfdd2662608f339e84e81ba751c8a4e461/regex-2026.2.19-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:8497421099b981f67c99eba4154cf0dfd8e47159431427a11cfb6487f7791d9e", size = 915243, upload-time = "2026-02-19T19:02:05.608Z" }, - { url = "https://files.pythonhosted.org/packages/90/7c/981ea0694116793001496aaf9524e5c99e122ec3952d9e7f1878af3a6bf1/regex-2026.2.19-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1e7a08622f7d51d7a068f7e4052a38739c412a3e74f55817073d2e2418149619", size = 812922, upload-time = "2026-02-19T19:02:08.115Z" }, - { url = "https://files.pythonhosted.org/packages/2d/be/9eda82afa425370ffdb3fa9f3ea42450b9ae4da3ff0a4ec20466f69e371b/regex-2026.2.19-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:8abe671cf0f15c26b1ad389bf4043b068ce7d3b1c5d9313e12895f57d6738555", size = 781318, upload-time = "2026-02-19T19:02:10.072Z" }, - { url = "https://files.pythonhosted.org/packages/c6/d5/50f0bbe56a8199f60a7b6c714e06e54b76b33d31806a69d0703b23ce2a9e/regex-2026.2.19-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:5a8f28dd32a4ce9c41758d43b5b9115c1c497b4b1f50c457602c1d571fa98ce1", size = 795649, upload-time = "2026-02-19T19:02:11.96Z" }, - { url = "https://files.pythonhosted.org/packages/c5/09/d039f081e44a8b0134d0bb2dd805b0ddf390b69d0b58297ae098847c572f/regex-2026.2.19-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:654dc41a5ba9b8cc8432b3f1aa8906d8b45f3e9502442a07c2f27f6c63f85db5", size = 868844, upload-time = "2026-02-19T19:02:14.043Z" }, - { url = "https://files.pythonhosted.org/packages/ef/53/e2903b79a19ec8557fe7cd21cd093956ff2dbc2e0e33969e3adbe5b184dd/regex-2026.2.19-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:4a02faea614e7fdd6ba8b3bec6c8e79529d356b100381cec76e638f45d12ca04", size = 770113, upload-time = "2026-02-19T19:02:16.161Z" }, - { url = "https://files.pythonhosted.org/packages/8f/e2/784667767b55714ebb4e59bf106362327476b882c0b2f93c25e84cc99b1a/regex-2026.2.19-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:d96162140bb819814428800934c7b71b7bffe81fb6da2d6abc1dcca31741eca3", size = 854922, upload-time = "2026-02-19T19:02:18.155Z" }, - { url = "https://files.pythonhosted.org/packages/59/78/9ef4356bd4aed752775bd18071034979b85f035fec51f3a4f9dea497a254/regex-2026.2.19-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:c227f2922153ee42bbeb355fd6d009f8c81d9d7bdd666e2276ce41f53ed9a743", size = 799636, upload-time = "2026-02-19T19:02:20.04Z" }, - { url = "https://files.pythonhosted.org/packages/cf/54/fcfc9287f20c5c9bd8db755aafe3e8cf4d99a6a3f1c7162ee182e0ca9374/regex-2026.2.19-cp313-cp313t-win32.whl", hash = "sha256:a178df8ec03011153fbcd2c70cb961bc98cbbd9694b28f706c318bee8927c3db", size = 268968, upload-time = "2026-02-19T19:02:22.816Z" }, - { url = "https://files.pythonhosted.org/packages/1e/a0/ff24c6cb1273e42472706d277147fc38e1f9074a280fb6034b0fc9b69415/regex-2026.2.19-cp313-cp313t-win_amd64.whl", hash = "sha256:2c1693ca6f444d554aa246b592355b5cec030ace5a2729eae1b04ab6e853e768", size = 280390, upload-time = "2026-02-19T19:02:25.231Z" }, - { url = "https://files.pythonhosted.org/packages/1a/b6/a3f6ad89d780ffdeebb4d5e2e3e30bd2ef1f70f6a94d1760e03dd1e12c60/regex-2026.2.19-cp313-cp313t-win_arm64.whl", hash = "sha256:c0761d7ae8d65773e01515ebb0b304df1bf37a0a79546caad9cbe79a42c12af7", size = 271643, upload-time = "2026-02-19T19:02:27.175Z" }, - { url = "https://files.pythonhosted.org/packages/2d/e2/7ad4e76a6dddefc0d64dbe12a4d3ca3947a19ddc501f864a5df2a8222ddd/regex-2026.2.19-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:03d191a9bcf94d31af56d2575210cb0d0c6a054dbcad2ea9e00aa4c42903b919", size = 489306, upload-time = "2026-02-19T19:02:29.058Z" }, - { url = "https://files.pythonhosted.org/packages/14/95/ee1736135733afbcf1846c58671046f99c4d5170102a150ebb3dd8d701d9/regex-2026.2.19-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:516ee067c6c721d0d0bfb80a2004edbd060fffd07e456d4e1669e38fe82f922e", size = 291218, upload-time = "2026-02-19T19:02:31.083Z" }, - { url = "https://files.pythonhosted.org/packages/ef/08/180d1826c3d7065200a5168c6b993a44947395c7bb6e04b2c2a219c34225/regex-2026.2.19-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:997862c619994c4a356cb7c3592502cbd50c2ab98da5f61c5c871f10f22de7e5", size = 289097, upload-time = "2026-02-19T19:02:33.485Z" }, - { url = "https://files.pythonhosted.org/packages/28/93/0651924c390c5740f5f896723f8ddd946a6c63083a7d8647231c343912ff/regex-2026.2.19-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:02b9e1b8a7ebe2807cd7bbdf662510c8e43053a23262b9f46ad4fc2dfc9d204e", size = 799147, upload-time = "2026-02-19T19:02:35.669Z" }, - { url = "https://files.pythonhosted.org/packages/a7/00/2078bd8bcd37d58a756989adbfd9f1d0151b7ca4085a9c2a07e917fbac61/regex-2026.2.19-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6c8fb3b19652e425ff24169dad3ee07f99afa7996caa9dfbb3a9106cd726f49a", size = 865239, upload-time = "2026-02-19T19:02:38.012Z" }, - { url = "https://files.pythonhosted.org/packages/2a/13/75195161ec16936b35a365fa8c1dd2ab29fd910dd2587765062b174d8cfc/regex-2026.2.19-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:50f1ee9488dd7a9fda850ec7c68cad7a32fa49fd19733f5403a3f92b451dcf73", size = 911904, upload-time = "2026-02-19T19:02:40.737Z" }, - { url = "https://files.pythonhosted.org/packages/96/72/ac42f6012179343d1c4bd0ffee8c948d841cb32ea188d37e96d80527fcc9/regex-2026.2.19-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ab780092b1424d13200aa5a62996e95f65ee3db8509be366437439cdc0af1a9f", size = 803518, upload-time = "2026-02-19T19:02:42.923Z" }, - { url = "https://files.pythonhosted.org/packages/bc/d1/75a08e2269b007b9783f0f86aa64488e023141219cb5f14dc1e69cda56c6/regex-2026.2.19-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:17648e1a88e72d88641b12635e70e6c71c5136ba14edba29bf8fc6834005a265", size = 775866, upload-time = "2026-02-19T19:02:45.189Z" }, - { url = "https://files.pythonhosted.org/packages/92/41/70e7d05faf6994c2ca7a9fcaa536da8f8e4031d45b0ec04b57040ede201f/regex-2026.2.19-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:2f914ae8c804c8a8a562fe216100bc156bfb51338c1f8d55fe32cf407774359a", size = 788224, upload-time = "2026-02-19T19:02:47.804Z" }, - { url = "https://files.pythonhosted.org/packages/c8/83/34a2dd601f9deb13c20545c674a55f4a05c90869ab73d985b74d639bac43/regex-2026.2.19-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:c7e121a918bbee3f12ac300ce0a0d2f2c979cf208fb071ed8df5a6323281915c", size = 859682, upload-time = "2026-02-19T19:02:50.583Z" }, - { url = "https://files.pythonhosted.org/packages/8e/30/136db9a09a7f222d6e48b806f3730e7af6499a8cad9c72ac0d49d52c746e/regex-2026.2.19-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2fedd459c791da24914ecc474feecd94cf7845efb262ac3134fe27cbd7eda799", size = 764223, upload-time = "2026-02-19T19:02:52.777Z" }, - { url = "https://files.pythonhosted.org/packages/9e/ea/bb947743c78a16df481fa0635c50aa1a439bb80b0e6dc24cd4e49c716679/regex-2026.2.19-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:ea8dfc99689240e61fb21b5fc2828f68b90abf7777d057b62d3166b7c1543c4c", size = 850101, upload-time = "2026-02-19T19:02:55.87Z" }, - { url = "https://files.pythonhosted.org/packages/25/27/e3bfe6e97a99f7393665926be02fef772da7f8aa59e50bc3134e4262a032/regex-2026.2.19-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:9fff45852160960f29e184ec8a5be5ab4063cfd0b168d439d1fc4ac3744bf29e", size = 789904, upload-time = "2026-02-19T19:02:58.523Z" }, - { url = "https://files.pythonhosted.org/packages/84/7b/7e2be6f00cea59d08761b027ad237002e90cac74b1607200ebaa2ba3d586/regex-2026.2.19-cp314-cp314-win32.whl", hash = "sha256:5390b130cce14a7d1db226a3896273b7b35be10af35e69f1cca843b6e5d2bb2d", size = 271784, upload-time = "2026-02-19T19:03:00.418Z" }, - { url = "https://files.pythonhosted.org/packages/f7/f6/639911530335773e7ec60bcaa519557b719586024c1d7eaad1daf87b646b/regex-2026.2.19-cp314-cp314-win_amd64.whl", hash = "sha256:e581f75d5c0b15669139ca1c2d3e23a65bb90e3c06ba9d9ea194c377c726a904", size = 280506, upload-time = "2026-02-19T19:03:02.302Z" }, - { url = "https://files.pythonhosted.org/packages/cd/ec/2582b56b4e036d46bb9b5d74a18548439ffa16c11cf59076419174d80f48/regex-2026.2.19-cp314-cp314-win_arm64.whl", hash = "sha256:7187fdee1be0896c1499a991e9bf7c78e4b56b7863e7405d7bb687888ac10c4b", size = 273557, upload-time = "2026-02-19T19:03:04.836Z" }, - { url = "https://files.pythonhosted.org/packages/49/0b/f901cfeb4efd83e4f5c3e9f91a6de77e8e5ceb18555698aca3a27e215ed3/regex-2026.2.19-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:5ec1d7c080832fdd4e150c6f5621fe674c70c63b3ae5a4454cebd7796263b175", size = 492196, upload-time = "2026-02-19T19:03:08.188Z" }, - { url = "https://files.pythonhosted.org/packages/94/0a/349b959e3da874e15eda853755567b4cde7e5309dbb1e07bfe910cfde452/regex-2026.2.19-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:8457c1bc10ee9b29cdfd897ccda41dce6bde0e9abd514bcfef7bcd05e254d411", size = 292878, upload-time = "2026-02-19T19:03:10.272Z" }, - { url = "https://files.pythonhosted.org/packages/98/b0/9d81b3c2c5ddff428f8c506713737278979a2c476f6e3675a9c51da0c389/regex-2026.2.19-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:cce8027010d1ffa3eb89a0b19621cdc78ae548ea2b49fea1f7bfb3ea77064c2b", size = 291235, upload-time = "2026-02-19T19:03:12.5Z" }, - { url = "https://files.pythonhosted.org/packages/04/e7/be7818df8691dbe9508c381ea2cc4c1153e4fdb1c4b06388abeaa93bd712/regex-2026.2.19-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:11c138febb40546ff9e026dbbc41dc9fb8b29e61013fa5848ccfe045f5b23b83", size = 807893, upload-time = "2026-02-19T19:03:15.064Z" }, - { url = "https://files.pythonhosted.org/packages/0c/b6/b898a8b983190cfa0276031c17beb73cfd1db07c03c8c37f606d80b655e2/regex-2026.2.19-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:74ff212aa61532246bb3036b3dfea62233414b0154b8bc3676975da78383cac3", size = 873696, upload-time = "2026-02-19T19:03:17.848Z" }, - { url = "https://files.pythonhosted.org/packages/1a/98/126ba671d54f19080ec87cad228fb4f3cc387fff8c4a01cb4e93f4ff9d94/regex-2026.2.19-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d00c95a2b6bfeb3ea1cb68d1751b1dfce2b05adc2a72c488d77a780db06ab867", size = 915493, upload-time = "2026-02-19T19:03:20.343Z" }, - { url = "https://files.pythonhosted.org/packages/b2/10/550c84a1a1a7371867fe8be2bea7df55e797cbca4709974811410e195c5d/regex-2026.2.19-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:311fcccb76af31be4c588d5a17f8f1a059ae8f4b097192896ebffc95612f223a", size = 813094, upload-time = "2026-02-19T19:03:23.287Z" }, - { url = "https://files.pythonhosted.org/packages/29/fb/ba221d2fc76a27b6b7d7a60f73a7a6a7bac21c6ba95616a08be2bcb434b0/regex-2026.2.19-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:77cfd6b5e7c4e8bf7a39d243ea05882acf5e3c7002b0ef4756de6606893b0ecd", size = 781583, upload-time = "2026-02-19T19:03:26.872Z" }, - { url = "https://files.pythonhosted.org/packages/26/f1/af79231301297c9e962679efc04a31361b58dc62dec1fc0cb4b8dd95956a/regex-2026.2.19-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:6380f29ff212ec922b6efb56100c089251940e0526a0d05aa7c2d9b571ddf2fe", size = 795875, upload-time = "2026-02-19T19:03:29.223Z" }, - { url = "https://files.pythonhosted.org/packages/a0/90/1e1d76cb0a2d0a4f38a039993e1c5cd971ae50435d751c5bae4f10e1c302/regex-2026.2.19-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:655f553a1fa3ab8a7fd570eca793408b8d26a80bfd89ed24d116baaf13a38969", size = 868916, upload-time = "2026-02-19T19:03:31.415Z" }, - { url = "https://files.pythonhosted.org/packages/9a/67/a1c01da76dbcfed690855a284c665cc0a370e7d02d1bd635cf9ff7dd74b8/regex-2026.2.19-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:015088b8558502f1f0bccd58754835aa154a7a5b0bd9d4c9b7b96ff4ae9ba876", size = 770386, upload-time = "2026-02-19T19:03:33.972Z" }, - { url = "https://files.pythonhosted.org/packages/49/6f/94842bf294f432ff3836bfd91032e2ecabea6d284227f12d1f935318c9c4/regex-2026.2.19-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9e6693b8567a59459b5dda19104c4a4dbbd4a1c78833eacc758796f2cfef1854", size = 855007, upload-time = "2026-02-19T19:03:36.238Z" }, - { url = "https://files.pythonhosted.org/packages/ff/93/393cd203ca0d1d368f05ce12d2c7e91a324bc93c240db2e6d5ada05835f4/regex-2026.2.19-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:4071209fd4376ab5ceec72ad3507e9d3517c59e38a889079b98916477a871868", size = 799863, upload-time = "2026-02-19T19:03:38.497Z" }, - { url = "https://files.pythonhosted.org/packages/43/d9/35afda99bd92bf1a5831e55a4936d37ea4bed6e34c176a3c2238317faf4f/regex-2026.2.19-cp314-cp314t-win32.whl", hash = "sha256:2905ff4a97fad42f2d0834d8b1ea3c2f856ec209837e458d71a061a7d05f9f01", size = 274742, upload-time = "2026-02-19T19:03:40.804Z" }, - { url = "https://files.pythonhosted.org/packages/ae/42/7edc3344dcc87b698e9755f7f685d463852d481302539dae07135202d3ca/regex-2026.2.19-cp314-cp314t-win_amd64.whl", hash = "sha256:64128549b600987e0f335c2365879895f860a9161f283b14207c800a6ed623d3", size = 284443, upload-time = "2026-02-19T19:03:42.954Z" }, - { url = "https://files.pythonhosted.org/packages/3a/45/affdf2d851b42adf3d13fc5b3b059372e9bd299371fd84cf5723c45871fa/regex-2026.2.19-cp314-cp314t-win_arm64.whl", hash = "sha256:a09ae430e94c049dc6957f6baa35ee3418a3a77f3c12b6e02883bd80a2b679b0", size = 274932, upload-time = "2026-02-19T19:03:45.488Z" }, -] - -[[package]] -name = "requests" -version = "2.32.5" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "certifi" }, - { name = "charset-normalizer" }, - { name = "idna" }, - { name = "urllib3" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf", size = 134517, upload-time = "2025-08-18T20:46:02.573Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" }, -] - -[[package]] -name = "requests-toolbelt" -version = "1.0.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "requests" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/f3/61/d7545dafb7ac2230c70d38d31cbfe4cc64f7144dc41f6e4e4b78ecd9f5bb/requests-toolbelt-1.0.0.tar.gz", hash = "sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6", size = 206888, upload-time = "2023-05-01T04:11:33.229Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/3f/51/d4db610ef29373b879047326cbf6fa98b6c1969d6f6dc423279de2b1be2c/requests_toolbelt-1.0.0-py2.py3-none-any.whl", hash = "sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06", size = 54481, upload-time = "2023-05-01T04:11:28.427Z" }, -] - -[[package]] -name = "rich" -version = "14.3.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "markdown-it-py" }, - { name = "pygments" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/74/99/a4cab2acbb884f80e558b0771e97e21e939c5dfb460f488d19df485e8298/rich-14.3.2.tar.gz", hash = "sha256:e712f11c1a562a11843306f5ed999475f09ac31ffb64281f73ab29ffdda8b3b8", size = 230143, upload-time = "2026-02-01T16:20:47.908Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ef/45/615f5babd880b4bd7d405cc0dc348234c5ffb6ed1ea33e152ede08b2072d/rich-14.3.2-py3-none-any.whl", hash = "sha256:08e67c3e90884651da3239ea668222d19bea7b589149d8014a21c633420dbb69", size = 309963, upload-time = "2026-02-01T16:20:46.078Z" }, -] - -[[package]] -name = "rich-rst" -version = "1.3.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "docutils" }, - { name = "rich" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/bc/6d/a506aaa4a9eaa945ed8ab2b7347859f53593864289853c5d6d62b77246e0/rich_rst-1.3.2.tar.gz", hash = "sha256:a1196fdddf1e364b02ec68a05e8ff8f6914fee10fbca2e6b6735f166bb0da8d4", size = 14936, upload-time = "2025-10-14T16:49:45.332Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/13/2f/b4530fbf948867702d0a3f27de4a6aab1d156f406d72852ab902c4d04de9/rich_rst-1.3.2-py3-none-any.whl", hash = "sha256:a99b4907cbe118cf9d18b0b44de272efa61f15117c61e39ebdc431baf5df722a", size = 12567, upload-time = "2025-10-14T16:49:42.953Z" }, -] - -[[package]] -name = "rpds-py" -version = "0.30.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/20/af/3f2f423103f1113b36230496629986e0ef7e199d2aa8392452b484b38ced/rpds_py-0.30.0.tar.gz", hash = "sha256:dd8ff7cf90014af0c0f787eea34794ebf6415242ee1d6fa91eaba725cc441e84", size = 69469, upload-time = "2025-11-30T20:24:38.837Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/03/e7/98a2f4ac921d82f33e03f3835f5bf3a4a40aa1bfdc57975e74a97b2b4bdd/rpds_py-0.30.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:a161f20d9a43006833cd7068375a94d035714d73a172b681d8881820600abfad", size = 375086, upload-time = "2025-11-30T20:22:17.93Z" }, - { url = "https://files.pythonhosted.org/packages/4d/a1/bca7fd3d452b272e13335db8d6b0b3ecde0f90ad6f16f3328c6fb150c889/rpds_py-0.30.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6abc8880d9d036ecaafe709079969f56e876fcf107f7a8e9920ba6d5a3878d05", size = 359053, upload-time = "2025-11-30T20:22:19.297Z" }, - { url = "https://files.pythonhosted.org/packages/65/1c/ae157e83a6357eceff62ba7e52113e3ec4834a84cfe07fa4b0757a7d105f/rpds_py-0.30.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca28829ae5f5d569bb62a79512c842a03a12576375d5ece7d2cadf8abe96ec28", size = 390763, upload-time = "2025-11-30T20:22:21.661Z" }, - { url = "https://files.pythonhosted.org/packages/d4/36/eb2eb8515e2ad24c0bd43c3ee9cd74c33f7ca6430755ccdb240fd3144c44/rpds_py-0.30.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a1010ed9524c73b94d15919ca4d41d8780980e1765babf85f9a2f90d247153dd", size = 408951, upload-time = "2025-11-30T20:22:23.408Z" }, - { url = "https://files.pythonhosted.org/packages/d6/65/ad8dc1784a331fabbd740ef6f71ce2198c7ed0890dab595adb9ea2d775a1/rpds_py-0.30.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f8d1736cfb49381ba528cd5baa46f82fdc65c06e843dab24dd70b63d09121b3f", size = 514622, upload-time = "2025-11-30T20:22:25.16Z" }, - { url = "https://files.pythonhosted.org/packages/63/8e/0cfa7ae158e15e143fe03993b5bcd743a59f541f5952e1546b1ac1b5fd45/rpds_py-0.30.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d948b135c4693daff7bc2dcfc4ec57237a29bd37e60c2fabf5aff2bbacf3e2f1", size = 414492, upload-time = "2025-11-30T20:22:26.505Z" }, - { url = "https://files.pythonhosted.org/packages/60/1b/6f8f29f3f995c7ffdde46a626ddccd7c63aefc0efae881dc13b6e5d5bb16/rpds_py-0.30.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47f236970bccb2233267d89173d3ad2703cd36a0e2a6e92d0560d333871a3d23", size = 394080, upload-time = "2025-11-30T20:22:27.934Z" }, - { url = "https://files.pythonhosted.org/packages/6d/d5/a266341051a7a3ca2f4b750a3aa4abc986378431fc2da508c5034d081b70/rpds_py-0.30.0-cp312-cp312-manylinux_2_31_riscv64.whl", hash = "sha256:2e6ecb5a5bcacf59c3f912155044479af1d0b6681280048b338b28e364aca1f6", size = 408680, upload-time = "2025-11-30T20:22:29.341Z" }, - { url = "https://files.pythonhosted.org/packages/10/3b/71b725851df9ab7a7a4e33cf36d241933da66040d195a84781f49c50490c/rpds_py-0.30.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a8fa71a2e078c527c3e9dc9fc5a98c9db40bcc8a92b4e8858e36d329f8684b51", size = 423589, upload-time = "2025-11-30T20:22:31.469Z" }, - { url = "https://files.pythonhosted.org/packages/00/2b/e59e58c544dc9bd8bd8384ecdb8ea91f6727f0e37a7131baeff8d6f51661/rpds_py-0.30.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:73c67f2db7bc334e518d097c6d1e6fed021bbc9b7d678d6cc433478365d1d5f5", size = 573289, upload-time = "2025-11-30T20:22:32.997Z" }, - { url = "https://files.pythonhosted.org/packages/da/3e/a18e6f5b460893172a7d6a680e86d3b6bc87a54c1f0b03446a3c8c7b588f/rpds_py-0.30.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:5ba103fb455be00f3b1c2076c9d4264bfcb037c976167a6047ed82f23153f02e", size = 599737, upload-time = "2025-11-30T20:22:34.419Z" }, - { url = "https://files.pythonhosted.org/packages/5c/e2/714694e4b87b85a18e2c243614974413c60aa107fd815b8cbc42b873d1d7/rpds_py-0.30.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:7cee9c752c0364588353e627da8a7e808a66873672bcb5f52890c33fd965b394", size = 563120, upload-time = "2025-11-30T20:22:35.903Z" }, - { url = "https://files.pythonhosted.org/packages/6f/ab/d5d5e3bcedb0a77f4f613706b750e50a5a3ba1c15ccd3665ecc636c968fd/rpds_py-0.30.0-cp312-cp312-win32.whl", hash = "sha256:1ab5b83dbcf55acc8b08fc62b796ef672c457b17dbd7820a11d6c52c06839bdf", size = 223782, upload-time = "2025-11-30T20:22:37.271Z" }, - { url = "https://files.pythonhosted.org/packages/39/3b/f786af9957306fdc38a74cef405b7b93180f481fb48453a114bb6465744a/rpds_py-0.30.0-cp312-cp312-win_amd64.whl", hash = "sha256:a090322ca841abd453d43456ac34db46e8b05fd9b3b4ac0c78bcde8b089f959b", size = 240463, upload-time = "2025-11-30T20:22:39.021Z" }, - { url = "https://files.pythonhosted.org/packages/f3/d2/b91dc748126c1559042cfe41990deb92c4ee3e2b415f6b5234969ffaf0cc/rpds_py-0.30.0-cp312-cp312-win_arm64.whl", hash = "sha256:669b1805bd639dd2989b281be2cfd951c6121b65e729d9b843e9639ef1fd555e", size = 230868, upload-time = "2025-11-30T20:22:40.493Z" }, - { url = "https://files.pythonhosted.org/packages/ed/dc/d61221eb88ff410de3c49143407f6f3147acf2538c86f2ab7ce65ae7d5f9/rpds_py-0.30.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:f83424d738204d9770830d35290ff3273fbb02b41f919870479fab14b9d303b2", size = 374887, upload-time = "2025-11-30T20:22:41.812Z" }, - { url = "https://files.pythonhosted.org/packages/fd/32/55fb50ae104061dbc564ef15cc43c013dc4a9f4527a1f4d99baddf56fe5f/rpds_py-0.30.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:e7536cd91353c5273434b4e003cbda89034d67e7710eab8761fd918ec6c69cf8", size = 358904, upload-time = "2025-11-30T20:22:43.479Z" }, - { url = "https://files.pythonhosted.org/packages/58/70/faed8186300e3b9bdd138d0273109784eea2396c68458ed580f885dfe7ad/rpds_py-0.30.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2771c6c15973347f50fece41fc447c054b7ac2ae0502388ce3b6738cd366e3d4", size = 389945, upload-time = "2025-11-30T20:22:44.819Z" }, - { url = "https://files.pythonhosted.org/packages/bd/a8/073cac3ed2c6387df38f71296d002ab43496a96b92c823e76f46b8af0543/rpds_py-0.30.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0a59119fc6e3f460315fe9d08149f8102aa322299deaa5cab5b40092345c2136", size = 407783, upload-time = "2025-11-30T20:22:46.103Z" }, - { url = "https://files.pythonhosted.org/packages/77/57/5999eb8c58671f1c11eba084115e77a8899d6e694d2a18f69f0ba471ec8b/rpds_py-0.30.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:76fec018282b4ead0364022e3c54b60bf368b9d926877957a8624b58419169b7", size = 515021, upload-time = "2025-11-30T20:22:47.458Z" }, - { url = "https://files.pythonhosted.org/packages/e0/af/5ab4833eadc36c0a8ed2bc5c0de0493c04f6c06de223170bd0798ff98ced/rpds_py-0.30.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:692bef75a5525db97318e8cd061542b5a79812d711ea03dbc1f6f8dbb0c5f0d2", size = 414589, upload-time = "2025-11-30T20:22:48.872Z" }, - { url = "https://files.pythonhosted.org/packages/b7/de/f7192e12b21b9e9a68a6d0f249b4af3fdcdff8418be0767a627564afa1f1/rpds_py-0.30.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9027da1ce107104c50c81383cae773ef5c24d296dd11c99e2629dbd7967a20c6", size = 394025, upload-time = "2025-11-30T20:22:50.196Z" }, - { url = "https://files.pythonhosted.org/packages/91/c4/fc70cd0249496493500e7cc2de87504f5aa6509de1e88623431fec76d4b6/rpds_py-0.30.0-cp313-cp313-manylinux_2_31_riscv64.whl", hash = "sha256:9cf69cdda1f5968a30a359aba2f7f9aa648a9ce4b580d6826437f2b291cfc86e", size = 408895, upload-time = "2025-11-30T20:22:51.87Z" }, - { url = "https://files.pythonhosted.org/packages/58/95/d9275b05ab96556fefff73a385813eb66032e4c99f411d0795372d9abcea/rpds_py-0.30.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a4796a717bf12b9da9d3ad002519a86063dcac8988b030e405704ef7d74d2d9d", size = 422799, upload-time = "2025-11-30T20:22:53.341Z" }, - { url = "https://files.pythonhosted.org/packages/06/c1/3088fc04b6624eb12a57eb814f0d4997a44b0d208d6cace713033ff1a6ba/rpds_py-0.30.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5d4c2aa7c50ad4728a094ebd5eb46c452e9cb7edbfdb18f9e1221f597a73e1e7", size = 572731, upload-time = "2025-11-30T20:22:54.778Z" }, - { url = "https://files.pythonhosted.org/packages/d8/42/c612a833183b39774e8ac8fecae81263a68b9583ee343db33ab571a7ce55/rpds_py-0.30.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ba81a9203d07805435eb06f536d95a266c21e5b2dfbf6517748ca40c98d19e31", size = 599027, upload-time = "2025-11-30T20:22:56.212Z" }, - { url = "https://files.pythonhosted.org/packages/5f/60/525a50f45b01d70005403ae0e25f43c0384369ad24ffe46e8d9068b50086/rpds_py-0.30.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:945dccface01af02675628334f7cf49c2af4c1c904748efc5cf7bbdf0b579f95", size = 563020, upload-time = "2025-11-30T20:22:58.2Z" }, - { url = "https://files.pythonhosted.org/packages/0b/5d/47c4655e9bcd5ca907148535c10e7d489044243cc9941c16ed7cd53be91d/rpds_py-0.30.0-cp313-cp313-win32.whl", hash = "sha256:b40fb160a2db369a194cb27943582b38f79fc4887291417685f3ad693c5a1d5d", size = 223139, upload-time = "2025-11-30T20:23:00.209Z" }, - { url = "https://files.pythonhosted.org/packages/f2/e1/485132437d20aa4d3e1d8b3fb5a5e65aa8139f1e097080c2a8443201742c/rpds_py-0.30.0-cp313-cp313-win_amd64.whl", hash = "sha256:806f36b1b605e2d6a72716f321f20036b9489d29c51c91f4dd29a3e3afb73b15", size = 240224, upload-time = "2025-11-30T20:23:02.008Z" }, - { url = "https://files.pythonhosted.org/packages/24/95/ffd128ed1146a153d928617b0ef673960130be0009c77d8fbf0abe306713/rpds_py-0.30.0-cp313-cp313-win_arm64.whl", hash = "sha256:d96c2086587c7c30d44f31f42eae4eac89b60dabbac18c7669be3700f13c3ce1", size = 230645, upload-time = "2025-11-30T20:23:03.43Z" }, - { url = "https://files.pythonhosted.org/packages/ff/1b/b10de890a0def2a319a2626334a7f0ae388215eb60914dbac8a3bae54435/rpds_py-0.30.0-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:eb0b93f2e5c2189ee831ee43f156ed34e2a89a78a66b98cadad955972548be5a", size = 364443, upload-time = "2025-11-30T20:23:04.878Z" }, - { url = "https://files.pythonhosted.org/packages/0d/bf/27e39f5971dc4f305a4fb9c672ca06f290f7c4e261c568f3dea16a410d47/rpds_py-0.30.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:922e10f31f303c7c920da8981051ff6d8c1a56207dbdf330d9047f6d30b70e5e", size = 353375, upload-time = "2025-11-30T20:23:06.342Z" }, - { url = "https://files.pythonhosted.org/packages/40/58/442ada3bba6e8e6615fc00483135c14a7538d2ffac30e2d933ccf6852232/rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cdc62c8286ba9bf7f47befdcea13ea0e26bf294bda99758fd90535cbaf408000", size = 383850, upload-time = "2025-11-30T20:23:07.825Z" }, - { url = "https://files.pythonhosted.org/packages/14/14/f59b0127409a33c6ef6f5c1ebd5ad8e32d7861c9c7adfa9a624fc3889f6c/rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:47f9a91efc418b54fb8190a6b4aa7813a23fb79c51f4bb84e418f5476c38b8db", size = 392812, upload-time = "2025-11-30T20:23:09.228Z" }, - { url = "https://files.pythonhosted.org/packages/b3/66/e0be3e162ac299b3a22527e8913767d869e6cc75c46bd844aa43fb81ab62/rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1f3587eb9b17f3789ad50824084fa6f81921bbf9a795826570bda82cb3ed91f2", size = 517841, upload-time = "2025-11-30T20:23:11.186Z" }, - { url = "https://files.pythonhosted.org/packages/3d/55/fa3b9cf31d0c963ecf1ba777f7cf4b2a2c976795ac430d24a1f43d25a6ba/rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:39c02563fc592411c2c61d26b6c5fe1e51eaa44a75aa2c8735ca88b0d9599daa", size = 408149, upload-time = "2025-11-30T20:23:12.864Z" }, - { url = "https://files.pythonhosted.org/packages/60/ca/780cf3b1a32b18c0f05c441958d3758f02544f1d613abf9488cd78876378/rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51a1234d8febafdfd33a42d97da7a43f5dcb120c1060e352a3fbc0c6d36e2083", size = 383843, upload-time = "2025-11-30T20:23:14.638Z" }, - { url = "https://files.pythonhosted.org/packages/82/86/d5f2e04f2aa6247c613da0c1dd87fcd08fa17107e858193566048a1e2f0a/rpds_py-0.30.0-cp313-cp313t-manylinux_2_31_riscv64.whl", hash = "sha256:eb2c4071ab598733724c08221091e8d80e89064cd472819285a9ab0f24bcedb9", size = 396507, upload-time = "2025-11-30T20:23:16.105Z" }, - { url = "https://files.pythonhosted.org/packages/4b/9a/453255d2f769fe44e07ea9785c8347edaf867f7026872e76c1ad9f7bed92/rpds_py-0.30.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6bdfdb946967d816e6adf9a3d8201bfad269c67efe6cefd7093ef959683c8de0", size = 414949, upload-time = "2025-11-30T20:23:17.539Z" }, - { url = "https://files.pythonhosted.org/packages/a3/31/622a86cdc0c45d6df0e9ccb6becdba5074735e7033c20e401a6d9d0e2ca0/rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:c77afbd5f5250bf27bf516c7c4a016813eb2d3e116139aed0096940c5982da94", size = 565790, upload-time = "2025-11-30T20:23:19.029Z" }, - { url = "https://files.pythonhosted.org/packages/1c/5d/15bbf0fb4a3f58a3b1c67855ec1efcc4ceaef4e86644665fff03e1b66d8d/rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:61046904275472a76c8c90c9ccee9013d70a6d0f73eecefd38c1ae7c39045a08", size = 590217, upload-time = "2025-11-30T20:23:20.885Z" }, - { url = "https://files.pythonhosted.org/packages/6d/61/21b8c41f68e60c8cc3b2e25644f0e3681926020f11d06ab0b78e3c6bbff1/rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:4c5f36a861bc4b7da6516dbdf302c55313afa09b81931e8280361a4f6c9a2d27", size = 555806, upload-time = "2025-11-30T20:23:22.488Z" }, - { url = "https://files.pythonhosted.org/packages/f9/39/7e067bb06c31de48de3eb200f9fc7c58982a4d3db44b07e73963e10d3be9/rpds_py-0.30.0-cp313-cp313t-win32.whl", hash = "sha256:3d4a69de7a3e50ffc214ae16d79d8fbb0922972da0356dcf4d0fdca2878559c6", size = 211341, upload-time = "2025-11-30T20:23:24.449Z" }, - { url = "https://files.pythonhosted.org/packages/0a/4d/222ef0b46443cf4cf46764d9c630f3fe4abaa7245be9417e56e9f52b8f65/rpds_py-0.30.0-cp313-cp313t-win_amd64.whl", hash = "sha256:f14fc5df50a716f7ece6a80b6c78bb35ea2ca47c499e422aa4463455dd96d56d", size = 225768, upload-time = "2025-11-30T20:23:25.908Z" }, - { url = "https://files.pythonhosted.org/packages/86/81/dad16382ebbd3d0e0328776d8fd7ca94220e4fa0798d1dc5e7da48cb3201/rpds_py-0.30.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:68f19c879420aa08f61203801423f6cd5ac5f0ac4ac82a2368a9fcd6a9a075e0", size = 362099, upload-time = "2025-11-30T20:23:27.316Z" }, - { url = "https://files.pythonhosted.org/packages/2b/60/19f7884db5d5603edf3c6bce35408f45ad3e97e10007df0e17dd57af18f8/rpds_py-0.30.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:ec7c4490c672c1a0389d319b3a9cfcd098dcdc4783991553c332a15acf7249be", size = 353192, upload-time = "2025-11-30T20:23:29.151Z" }, - { url = "https://files.pythonhosted.org/packages/bf/c4/76eb0e1e72d1a9c4703c69607cec123c29028bff28ce41588792417098ac/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f251c812357a3fed308d684a5079ddfb9d933860fc6de89f2b7ab00da481e65f", size = 384080, upload-time = "2025-11-30T20:23:30.785Z" }, - { url = "https://files.pythonhosted.org/packages/72/87/87ea665e92f3298d1b26d78814721dc39ed8d2c74b86e83348d6b48a6f31/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac98b175585ecf4c0348fd7b29c3864bda53b805c773cbf7bfdaffc8070c976f", size = 394841, upload-time = "2025-11-30T20:23:32.209Z" }, - { url = "https://files.pythonhosted.org/packages/77/ad/7783a89ca0587c15dcbf139b4a8364a872a25f861bdb88ed99f9b0dec985/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3e62880792319dbeb7eb866547f2e35973289e7d5696c6e295476448f5b63c87", size = 516670, upload-time = "2025-11-30T20:23:33.742Z" }, - { url = "https://files.pythonhosted.org/packages/5b/3c/2882bdac942bd2172f3da574eab16f309ae10a3925644e969536553cb4ee/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4e7fc54e0900ab35d041b0601431b0a0eb495f0851a0639b6ef90f7741b39a18", size = 408005, upload-time = "2025-11-30T20:23:35.253Z" }, - { url = "https://files.pythonhosted.org/packages/ce/81/9a91c0111ce1758c92516a3e44776920b579d9a7c09b2b06b642d4de3f0f/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47e77dc9822d3ad616c3d5759ea5631a75e5809d5a28707744ef79d7a1bcfcad", size = 382112, upload-time = "2025-11-30T20:23:36.842Z" }, - { url = "https://files.pythonhosted.org/packages/cf/8e/1da49d4a107027e5fbc64daeab96a0706361a2918da10cb41769244b805d/rpds_py-0.30.0-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:b4dc1a6ff022ff85ecafef7979a2c6eb423430e05f1165d6688234e62ba99a07", size = 399049, upload-time = "2025-11-30T20:23:38.343Z" }, - { url = "https://files.pythonhosted.org/packages/df/5a/7ee239b1aa48a127570ec03becbb29c9d5a9eb092febbd1699d567cae859/rpds_py-0.30.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4559c972db3a360808309e06a74628b95eaccbf961c335c8fe0d590cf587456f", size = 415661, upload-time = "2025-11-30T20:23:40.263Z" }, - { url = "https://files.pythonhosted.org/packages/70/ea/caa143cf6b772f823bc7929a45da1fa83569ee49b11d18d0ada7f5ee6fd6/rpds_py-0.30.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:0ed177ed9bded28f8deb6ab40c183cd1192aa0de40c12f38be4d59cd33cb5c65", size = 565606, upload-time = "2025-11-30T20:23:42.186Z" }, - { url = "https://files.pythonhosted.org/packages/64/91/ac20ba2d69303f961ad8cf55bf7dbdb4763f627291ba3d0d7d67333cced9/rpds_py-0.30.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:ad1fa8db769b76ea911cb4e10f049d80bf518c104f15b3edb2371cc65375c46f", size = 591126, upload-time = "2025-11-30T20:23:44.086Z" }, - { url = "https://files.pythonhosted.org/packages/21/20/7ff5f3c8b00c8a95f75985128c26ba44503fb35b8e0259d812766ea966c7/rpds_py-0.30.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:46e83c697b1f1c72b50e5ee5adb4353eef7406fb3f2043d64c33f20ad1c2fc53", size = 553371, upload-time = "2025-11-30T20:23:46.004Z" }, - { url = "https://files.pythonhosted.org/packages/72/c7/81dadd7b27c8ee391c132a6b192111ca58d866577ce2d9b0ca157552cce0/rpds_py-0.30.0-cp314-cp314-win32.whl", hash = "sha256:ee454b2a007d57363c2dfd5b6ca4a5d7e2c518938f8ed3b706e37e5d470801ed", size = 215298, upload-time = "2025-11-30T20:23:47.696Z" }, - { url = "https://files.pythonhosted.org/packages/3e/d2/1aaac33287e8cfb07aab2e6b8ac1deca62f6f65411344f1433c55e6f3eb8/rpds_py-0.30.0-cp314-cp314-win_amd64.whl", hash = "sha256:95f0802447ac2d10bcc69f6dc28fe95fdf17940367b21d34e34c737870758950", size = 228604, upload-time = "2025-11-30T20:23:49.501Z" }, - { url = "https://files.pythonhosted.org/packages/e8/95/ab005315818cc519ad074cb7784dae60d939163108bd2b394e60dc7b5461/rpds_py-0.30.0-cp314-cp314-win_arm64.whl", hash = "sha256:613aa4771c99f03346e54c3f038e4cc574ac09a3ddfb0e8878487335e96dead6", size = 222391, upload-time = "2025-11-30T20:23:50.96Z" }, - { url = "https://files.pythonhosted.org/packages/9e/68/154fe0194d83b973cdedcdcc88947a2752411165930182ae41d983dcefa6/rpds_py-0.30.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:7e6ecfcb62edfd632e56983964e6884851786443739dbfe3582947e87274f7cb", size = 364868, upload-time = "2025-11-30T20:23:52.494Z" }, - { url = "https://files.pythonhosted.org/packages/83/69/8bbc8b07ec854d92a8b75668c24d2abcb1719ebf890f5604c61c9369a16f/rpds_py-0.30.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a1d0bc22a7cdc173fedebb73ef81e07faef93692b8c1ad3733b67e31e1b6e1b8", size = 353747, upload-time = "2025-11-30T20:23:54.036Z" }, - { url = "https://files.pythonhosted.org/packages/ab/00/ba2e50183dbd9abcce9497fa5149c62b4ff3e22d338a30d690f9af970561/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d08f00679177226c4cb8c5265012eea897c8ca3b93f429e546600c971bcbae7", size = 383795, upload-time = "2025-11-30T20:23:55.556Z" }, - { url = "https://files.pythonhosted.org/packages/05/6f/86f0272b84926bcb0e4c972262f54223e8ecc556b3224d281e6598fc9268/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5965af57d5848192c13534f90f9dd16464f3c37aaf166cc1da1cae1fd5a34898", size = 393330, upload-time = "2025-11-30T20:23:57.033Z" }, - { url = "https://files.pythonhosted.org/packages/cb/e9/0e02bb2e6dc63d212641da45df2b0bf29699d01715913e0d0f017ee29438/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9a4e86e34e9ab6b667c27f3211ca48f73dba7cd3d90f8d5b11be56e5dbc3fb4e", size = 518194, upload-time = "2025-11-30T20:23:58.637Z" }, - { url = "https://files.pythonhosted.org/packages/ee/ca/be7bca14cf21513bdf9c0606aba17d1f389ea2b6987035eb4f62bd923f25/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e5d3e6b26f2c785d65cc25ef1e5267ccbe1b069c5c21b8cc724efee290554419", size = 408340, upload-time = "2025-11-30T20:24:00.2Z" }, - { url = "https://files.pythonhosted.org/packages/c2/c7/736e00ebf39ed81d75544c0da6ef7b0998f8201b369acf842f9a90dc8fce/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:626a7433c34566535b6e56a1b39a7b17ba961e97ce3b80ec62e6f1312c025551", size = 383765, upload-time = "2025-11-30T20:24:01.759Z" }, - { url = "https://files.pythonhosted.org/packages/4a/3f/da50dfde9956aaf365c4adc9533b100008ed31aea635f2b8d7b627e25b49/rpds_py-0.30.0-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:acd7eb3f4471577b9b5a41baf02a978e8bdeb08b4b355273994f8b87032000a8", size = 396834, upload-time = "2025-11-30T20:24:03.687Z" }, - { url = "https://files.pythonhosted.org/packages/4e/00/34bcc2565b6020eab2623349efbdec810676ad571995911f1abdae62a3a0/rpds_py-0.30.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fe5fa731a1fa8a0a56b0977413f8cacac1768dad38d16b3a296712709476fbd5", size = 415470, upload-time = "2025-11-30T20:24:05.232Z" }, - { url = "https://files.pythonhosted.org/packages/8c/28/882e72b5b3e6f718d5453bd4d0d9cf8df36fddeb4ddbbab17869d5868616/rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:74a3243a411126362712ee1524dfc90c650a503502f135d54d1b352bd01f2404", size = 565630, upload-time = "2025-11-30T20:24:06.878Z" }, - { url = "https://files.pythonhosted.org/packages/3b/97/04a65539c17692de5b85c6e293520fd01317fd878ea1995f0367d4532fb1/rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:3e8eeb0544f2eb0d2581774be4c3410356eba189529a6b3e36bbbf9696175856", size = 591148, upload-time = "2025-11-30T20:24:08.445Z" }, - { url = "https://files.pythonhosted.org/packages/85/70/92482ccffb96f5441aab93e26c4d66489eb599efdcf96fad90c14bbfb976/rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:dbd936cde57abfee19ab3213cf9c26be06d60750e60a8e4dd85d1ab12c8b1f40", size = 556030, upload-time = "2025-11-30T20:24:10.956Z" }, - { url = "https://files.pythonhosted.org/packages/20/53/7c7e784abfa500a2b6b583b147ee4bb5a2b3747a9166bab52fec4b5b5e7d/rpds_py-0.30.0-cp314-cp314t-win32.whl", hash = "sha256:dc824125c72246d924f7f796b4f63c1e9dc810c7d9e2355864b3c3a73d59ade0", size = 211570, upload-time = "2025-11-30T20:24:12.735Z" }, - { url = "https://files.pythonhosted.org/packages/d0/02/fa464cdfbe6b26e0600b62c528b72d8608f5cc49f96b8d6e38c95d60c676/rpds_py-0.30.0-cp314-cp314t-win_amd64.whl", hash = "sha256:27f4b0e92de5bfbc6f86e43959e6edd1425c33b5e69aab0984a72047f2bcf1e3", size = 226532, upload-time = "2025-11-30T20:24:14.634Z" }, -] - -[[package]] -name = "safetensors" -version = "0.7.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/29/9c/6e74567782559a63bd040a236edca26fd71bc7ba88de2ef35d75df3bca5e/safetensors-0.7.0.tar.gz", hash = "sha256:07663963b67e8bd9f0b8ad15bb9163606cd27cc5a1b96235a50d8369803b96b0", size = 200878, upload-time = "2025-11-19T15:18:43.199Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/fa/47/aef6c06649039accf914afef490268e1067ed82be62bcfa5b7e886ad15e8/safetensors-0.7.0-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:c82f4d474cf725255d9e6acf17252991c3c8aac038d6ef363a4bf8be2f6db517", size = 467781, upload-time = "2025-11-19T15:18:35.84Z" }, - { url = "https://files.pythonhosted.org/packages/e8/00/374c0c068e30cd31f1e1b46b4b5738168ec79e7689ca82ee93ddfea05109/safetensors-0.7.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:94fd4858284736bb67a897a41608b5b0c2496c9bdb3bf2af1fa3409127f20d57", size = 447058, upload-time = "2025-11-19T15:18:34.416Z" }, - { url = "https://files.pythonhosted.org/packages/f1/06/578ffed52c2296f93d7fd2d844cabfa92be51a587c38c8afbb8ae449ca89/safetensors-0.7.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e07d91d0c92a31200f25351f4acb2bc6aff7f48094e13ebb1d0fb995b54b6542", size = 491748, upload-time = "2025-11-19T15:18:09.79Z" }, - { url = "https://files.pythonhosted.org/packages/ae/33/1debbbb70e4791dde185edb9413d1fe01619255abb64b300157d7f15dddd/safetensors-0.7.0-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8469155f4cb518bafb4acf4865e8bb9d6804110d2d9bdcaa78564b9fd841e104", size = 503881, upload-time = "2025-11-19T15:18:16.145Z" }, - { url = "https://files.pythonhosted.org/packages/8e/1c/40c2ca924d60792c3be509833df711b553c60effbd91da6f5284a83f7122/safetensors-0.7.0-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:54bef08bf00a2bff599982f6b08e8770e09cc012d7bba00783fc7ea38f1fb37d", size = 623463, upload-time = "2025-11-19T15:18:21.11Z" }, - { url = "https://files.pythonhosted.org/packages/9b/3a/13784a9364bd43b0d61eef4bea2845039bc2030458b16594a1bd787ae26e/safetensors-0.7.0-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:42cb091236206bb2016d245c377ed383aa7f78691748f3bb6ee1bfa51ae2ce6a", size = 532855, upload-time = "2025-11-19T15:18:25.719Z" }, - { url = "https://files.pythonhosted.org/packages/a0/60/429e9b1cb3fc651937727befe258ea24122d9663e4d5709a48c9cbfceecb/safetensors-0.7.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dac7252938f0696ddea46f5e855dd3138444e82236e3be475f54929f0c510d48", size = 507152, upload-time = "2025-11-19T15:18:33.023Z" }, - { url = "https://files.pythonhosted.org/packages/3c/a8/4b45e4e059270d17af60359713ffd83f97900d45a6afa73aaa0d737d48b6/safetensors-0.7.0-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1d060c70284127fa805085d8f10fbd0962792aed71879d00864acda69dbab981", size = 541856, upload-time = "2025-11-19T15:18:31.075Z" }, - { url = "https://files.pythonhosted.org/packages/06/87/d26d8407c44175d8ae164a95b5a62707fcc445f3c0c56108e37d98070a3d/safetensors-0.7.0-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:cdab83a366799fa730f90a4ebb563e494f28e9e92c4819e556152ad55e43591b", size = 674060, upload-time = "2025-11-19T15:18:37.211Z" }, - { url = "https://files.pythonhosted.org/packages/11/f5/57644a2ff08dc6325816ba7217e5095f17269dada2554b658442c66aed51/safetensors-0.7.0-cp38-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:672132907fcad9f2aedcb705b2d7b3b93354a2aec1b2f706c4db852abe338f85", size = 771715, upload-time = "2025-11-19T15:18:38.689Z" }, - { url = "https://files.pythonhosted.org/packages/86/31/17883e13a814bd278ae6e266b13282a01049b0c81341da7fd0e3e71a80a3/safetensors-0.7.0-cp38-abi3-musllinux_1_2_i686.whl", hash = "sha256:5d72abdb8a4d56d4020713724ba81dac065fedb7f3667151c4a637f1d3fb26c0", size = 714377, upload-time = "2025-11-19T15:18:40.162Z" }, - { url = "https://files.pythonhosted.org/packages/4a/d8/0c8a7dc9b41dcac53c4cbf9df2b9c83e0e0097203de8b37a712b345c0be5/safetensors-0.7.0-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:b0f6d66c1c538d5a94a73aa9ddca8ccc4227e6c9ff555322ea40bdd142391dd4", size = 677368, upload-time = "2025-11-19T15:18:41.627Z" }, - { url = "https://files.pythonhosted.org/packages/05/e5/cb4b713c8a93469e3c5be7c3f8d77d307e65fe89673e731f5c2bfd0a9237/safetensors-0.7.0-cp38-abi3-win32.whl", hash = "sha256:c74af94bf3ac15ac4d0f2a7c7b4663a15f8c2ab15ed0fc7531ca61d0835eccba", size = 326423, upload-time = "2025-11-19T15:18:45.74Z" }, - { url = "https://files.pythonhosted.org/packages/5d/e6/ec8471c8072382cb91233ba7267fd931219753bb43814cbc71757bfd4dab/safetensors-0.7.0-cp38-abi3-win_amd64.whl", hash = "sha256:d1239932053f56f3456f32eb9625590cc7582e905021f94636202a864d470755", size = 341380, upload-time = "2025-11-19T15:18:44.427Z" }, -] - -[[package]] -name = "scipy" -version = "1.17.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "numpy" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/7a/97/5a3609c4f8d58b039179648e62dd220f89864f56f7357f5d4f45c29eb2cc/scipy-1.17.1.tar.gz", hash = "sha256:95d8e012d8cb8816c226aef832200b1d45109ed4464303e997c5b13122b297c0", size = 30573822, upload-time = "2026-02-23T00:26:24.851Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/35/48/b992b488d6f299dbe3f11a20b24d3dda3d46f1a635ede1c46b5b17a7b163/scipy-1.17.1-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:35c3a56d2ef83efc372eaec584314bd0ef2e2f0d2adb21c55e6ad5b344c0dcb8", size = 31610954, upload-time = "2026-02-23T00:17:49.855Z" }, - { url = "https://files.pythonhosted.org/packages/b2/02/cf107b01494c19dc100f1d0b7ac3cc08666e96ba2d64db7626066cee895e/scipy-1.17.1-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:fcb310ddb270a06114bb64bbe53c94926b943f5b7f0842194d585c65eb4edd76", size = 28172662, upload-time = "2026-02-23T00:18:01.64Z" }, - { url = "https://files.pythonhosted.org/packages/cf/a9/599c28631bad314d219cf9ffd40e985b24d603fc8a2f4ccc5ae8419a535b/scipy-1.17.1-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:cc90d2e9c7e5c7f1a482c9875007c095c3194b1cfedca3c2f3291cdc2bc7c086", size = 20344366, upload-time = "2026-02-23T00:18:12.015Z" }, - { url = "https://files.pythonhosted.org/packages/35/f5/906eda513271c8deb5af284e5ef0206d17a96239af79f9fa0aebfe0e36b4/scipy-1.17.1-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:c80be5ede8f3f8eded4eff73cc99a25c388ce98e555b17d31da05287015ffa5b", size = 22704017, upload-time = "2026-02-23T00:18:21.502Z" }, - { url = "https://files.pythonhosted.org/packages/da/34/16f10e3042d2f1d6b66e0428308ab52224b6a23049cb2f5c1756f713815f/scipy-1.17.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e19ebea31758fac5893a2ac360fedd00116cbb7628e650842a6691ba7ca28a21", size = 32927842, upload-time = "2026-02-23T00:18:35.367Z" }, - { url = "https://files.pythonhosted.org/packages/01/8e/1e35281b8ab6d5d72ebe9911edcdffa3f36b04ed9d51dec6dd140396e220/scipy-1.17.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:02ae3b274fde71c5e92ac4d54bc06c42d80e399fec704383dcd99b301df37458", size = 35235890, upload-time = "2026-02-23T00:18:49.188Z" }, - { url = "https://files.pythonhosted.org/packages/c5/5c/9d7f4c88bea6e0d5a4f1bc0506a53a00e9fcb198de372bfe4d3652cef482/scipy-1.17.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8a604bae87c6195d8b1045eddece0514d041604b14f2727bbc2b3020172045eb", size = 35003557, upload-time = "2026-02-23T00:18:54.74Z" }, - { url = "https://files.pythonhosted.org/packages/65/94/7698add8f276dbab7a9de9fb6b0e02fc13ee61d51c7c3f85ac28b65e1239/scipy-1.17.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f590cd684941912d10becc07325a3eeb77886fe981415660d9265c4c418d0bea", size = 37625856, upload-time = "2026-02-23T00:19:00.307Z" }, - { url = "https://files.pythonhosted.org/packages/a2/84/dc08d77fbf3d87d3ee27f6a0c6dcce1de5829a64f2eae85a0ecc1f0daa73/scipy-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:41b71f4a3a4cab9d366cd9065b288efc4d4f3c0b37a91a8e0947fb5bd7f31d87", size = 36549682, upload-time = "2026-02-23T00:19:07.67Z" }, - { url = "https://files.pythonhosted.org/packages/bc/98/fe9ae9ffb3b54b62559f52dedaebe204b408db8109a8c66fdd04869e6424/scipy-1.17.1-cp312-cp312-win_arm64.whl", hash = "sha256:f4115102802df98b2b0db3cce5cb9b92572633a1197c77b7553e5203f284a5b3", size = 24547340, upload-time = "2026-02-23T00:19:12.024Z" }, - { url = "https://files.pythonhosted.org/packages/76/27/07ee1b57b65e92645f219b37148a7e7928b82e2b5dbeccecb4dff7c64f0b/scipy-1.17.1-cp313-cp313-macosx_10_14_x86_64.whl", hash = "sha256:5e3c5c011904115f88a39308379c17f91546f77c1667cea98739fe0fccea804c", size = 31590199, upload-time = "2026-02-23T00:19:17.192Z" }, - { url = "https://files.pythonhosted.org/packages/ec/ae/db19f8ab842e9b724bf5dbb7db29302a91f1e55bc4d04b1025d6d605a2c5/scipy-1.17.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:6fac755ca3d2c3edcb22f479fceaa241704111414831ddd3bc6056e18516892f", size = 28154001, upload-time = "2026-02-23T00:19:22.241Z" }, - { url = "https://files.pythonhosted.org/packages/5b/58/3ce96251560107b381cbd6e8413c483bbb1228a6b919fa8652b0d4090e7f/scipy-1.17.1-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:7ff200bf9d24f2e4d5dc6ee8c3ac64d739d3a89e2326ba68aaf6c4a2b838fd7d", size = 20325719, upload-time = "2026-02-23T00:19:26.329Z" }, - { url = "https://files.pythonhosted.org/packages/b2/83/15087d945e0e4d48ce2377498abf5ad171ae013232ae31d06f336e64c999/scipy-1.17.1-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:4b400bdc6f79fa02a4d86640310dde87a21fba0c979efff5248908c6f15fad1b", size = 22683595, upload-time = "2026-02-23T00:19:30.304Z" }, - { url = "https://files.pythonhosted.org/packages/b4/e0/e58fbde4a1a594c8be8114eb4aac1a55bcd6587047efc18a61eb1f5c0d30/scipy-1.17.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2b64ca7d4aee0102a97f3ba22124052b4bd2152522355073580bf4845e2550b6", size = 32896429, upload-time = "2026-02-23T00:19:35.536Z" }, - { url = "https://files.pythonhosted.org/packages/f5/5f/f17563f28ff03c7b6799c50d01d5d856a1d55f2676f537ca8d28c7f627cd/scipy-1.17.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:581b2264fc0aa555f3f435a5944da7504ea3a065d7029ad60e7c3d1ae09c5464", size = 35203952, upload-time = "2026-02-23T00:19:42.259Z" }, - { url = "https://files.pythonhosted.org/packages/8d/a5/9afd17de24f657fdfe4df9a3f1ea049b39aef7c06000c13db1530d81ccca/scipy-1.17.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:beeda3d4ae615106d7094f7e7cef6218392e4465cc95d25f900bebabfded0950", size = 34979063, upload-time = "2026-02-23T00:19:47.547Z" }, - { url = "https://files.pythonhosted.org/packages/8b/13/88b1d2384b424bf7c924f2038c1c409f8d88bb2a8d49d097861dd64a57b2/scipy-1.17.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6609bc224e9568f65064cfa72edc0f24ee6655b47575954ec6339534b2798369", size = 37598449, upload-time = "2026-02-23T00:19:53.238Z" }, - { url = "https://files.pythonhosted.org/packages/35/e5/d6d0e51fc888f692a35134336866341c08655d92614f492c6860dc45bb2c/scipy-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:37425bc9175607b0268f493d79a292c39f9d001a357bebb6b88fdfaff13f6448", size = 36510943, upload-time = "2026-02-23T00:20:50.89Z" }, - { url = "https://files.pythonhosted.org/packages/2a/fd/3be73c564e2a01e690e19cc618811540ba5354c67c8680dce3281123fb79/scipy-1.17.1-cp313-cp313-win_arm64.whl", hash = "sha256:5cf36e801231b6a2059bf354720274b7558746f3b1a4efb43fcf557ccd484a87", size = 24545621, upload-time = "2026-02-23T00:20:55.871Z" }, - { url = "https://files.pythonhosted.org/packages/6f/6b/17787db8b8114933a66f9dcc479a8272e4b4da75fe03b0c282f7b0ade8cd/scipy-1.17.1-cp313-cp313t-macosx_10_14_x86_64.whl", hash = "sha256:d59c30000a16d8edc7e64152e30220bfbd724c9bbb08368c054e24c651314f0a", size = 31936708, upload-time = "2026-02-23T00:19:58.694Z" }, - { url = "https://files.pythonhosted.org/packages/38/2e/524405c2b6392765ab1e2b722a41d5da33dc5c7b7278184a8ad29b6cb206/scipy-1.17.1-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:010f4333c96c9bb1a4516269e33cb5917b08ef2166d5556ca2fd9f082a9e6ea0", size = 28570135, upload-time = "2026-02-23T00:20:03.934Z" }, - { url = "https://files.pythonhosted.org/packages/fd/c3/5bd7199f4ea8556c0c8e39f04ccb014ac37d1468e6cfa6a95c6b3562b76e/scipy-1.17.1-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:2ceb2d3e01c5f1d83c4189737a42d9cb2fc38a6eeed225e7515eef71ad301dce", size = 20741977, upload-time = "2026-02-23T00:20:07.935Z" }, - { url = "https://files.pythonhosted.org/packages/d9/b8/8ccd9b766ad14c78386599708eb745f6b44f08400a5fd0ade7cf89b6fc93/scipy-1.17.1-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:844e165636711ef41f80b4103ed234181646b98a53c8f05da12ca5ca289134f6", size = 23029601, upload-time = "2026-02-23T00:20:12.161Z" }, - { url = "https://files.pythonhosted.org/packages/6d/a0/3cb6f4d2fb3e17428ad2880333cac878909ad1a89f678527b5328b93c1d4/scipy-1.17.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:158dd96d2207e21c966063e1635b1063cd7787b627b6f07305315dd73d9c679e", size = 33019667, upload-time = "2026-02-23T00:20:17.208Z" }, - { url = "https://files.pythonhosted.org/packages/f3/c3/2d834a5ac7bf3a0c806ad1508efc02dda3c8c61472a56132d7894c312dea/scipy-1.17.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:74cbb80d93260fe2ffa334efa24cb8f2f0f622a9b9febf8b483c0b865bfb3475", size = 35264159, upload-time = "2026-02-23T00:20:23.087Z" }, - { url = "https://files.pythonhosted.org/packages/4d/77/d3ed4becfdbd217c52062fafe35a72388d1bd82c2d0ba5ca19d6fcc93e11/scipy-1.17.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:dbc12c9f3d185f5c737d801da555fb74b3dcfa1a50b66a1a93e09190f41fab50", size = 35102771, upload-time = "2026-02-23T00:20:28.636Z" }, - { url = "https://files.pythonhosted.org/packages/bd/12/d19da97efde68ca1ee5538bb261d5d2c062f0c055575128f11a2730e3ac1/scipy-1.17.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:94055a11dfebe37c656e70317e1996dc197e1a15bbcc351bcdd4610e128fe1ca", size = 37665910, upload-time = "2026-02-23T00:20:34.743Z" }, - { url = "https://files.pythonhosted.org/packages/06/1c/1172a88d507a4baaf72c5a09bb6c018fe2ae0ab622e5830b703a46cc9e44/scipy-1.17.1-cp313-cp313t-win_amd64.whl", hash = "sha256:e30bdeaa5deed6bc27b4cc490823cd0347d7dae09119b8803ae576ea0ce52e4c", size = 36562980, upload-time = "2026-02-23T00:20:40.575Z" }, - { url = "https://files.pythonhosted.org/packages/70/b0/eb757336e5a76dfa7911f63252e3b7d1de00935d7705cf772db5b45ec238/scipy-1.17.1-cp313-cp313t-win_arm64.whl", hash = "sha256:a720477885a9d2411f94a93d16f9d89bad0f28ca23c3f8daa521e2dcc3f44d49", size = 24856543, upload-time = "2026-02-23T00:20:45.313Z" }, - { url = "https://files.pythonhosted.org/packages/cf/83/333afb452af6f0fd70414dc04f898647ee1423979ce02efa75c3b0f2c28e/scipy-1.17.1-cp314-cp314-macosx_10_14_x86_64.whl", hash = "sha256:a48a72c77a310327f6a3a920092fa2b8fd03d7deaa60f093038f22d98e096717", size = 31584510, upload-time = "2026-02-23T00:21:01.015Z" }, - { url = "https://files.pythonhosted.org/packages/ed/a6/d05a85fd51daeb2e4ea71d102f15b34fedca8e931af02594193ae4fd25f7/scipy-1.17.1-cp314-cp314-macosx_12_0_arm64.whl", hash = "sha256:45abad819184f07240d8a696117a7aacd39787af9e0b719d00285549ed19a1e9", size = 28170131, upload-time = "2026-02-23T00:21:05.888Z" }, - { url = "https://files.pythonhosted.org/packages/db/7b/8624a203326675d7746a254083a187398090a179335b2e4a20e2ddc46e83/scipy-1.17.1-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:3fd1fcdab3ea951b610dc4cef356d416d5802991e7e32b5254828d342f7b7e0b", size = 20342032, upload-time = "2026-02-23T00:21:09.904Z" }, - { url = "https://files.pythonhosted.org/packages/c9/35/2c342897c00775d688d8ff3987aced3426858fd89d5a0e26e020b660b301/scipy-1.17.1-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:7bdf2da170b67fdf10bca777614b1c7d96ae3ca5794fd9587dce41eb2966e866", size = 22678766, upload-time = "2026-02-23T00:21:14.313Z" }, - { url = "https://files.pythonhosted.org/packages/ef/f2/7cdb8eb308a1a6ae1e19f945913c82c23c0c442a462a46480ce487fdc0ac/scipy-1.17.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:adb2642e060a6549c343603a3851ba76ef0b74cc8c079a9a58121c7ec9fe2350", size = 32957007, upload-time = "2026-02-23T00:21:19.663Z" }, - { url = "https://files.pythonhosted.org/packages/0b/2e/7eea398450457ecb54e18e9d10110993fa65561c4f3add5e8eccd2b9cd41/scipy-1.17.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:eee2cfda04c00a857206a4330f0c5e3e56535494e30ca445eb19ec624ae75118", size = 35221333, upload-time = "2026-02-23T00:21:25.278Z" }, - { url = "https://files.pythonhosted.org/packages/d9/77/5b8509d03b77f093a0d52e606d3c4f79e8b06d1d38c441dacb1e26cacf46/scipy-1.17.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:d2650c1fb97e184d12d8ba010493ee7b322864f7d3d00d3f9bb97d9c21de4068", size = 35042066, upload-time = "2026-02-23T00:21:31.358Z" }, - { url = "https://files.pythonhosted.org/packages/f9/df/18f80fb99df40b4070328d5ae5c596f2f00fffb50167e31439e932f29e7d/scipy-1.17.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:08b900519463543aa604a06bec02461558a6e1cef8fdbb8098f77a48a83c8118", size = 37612763, upload-time = "2026-02-23T00:21:37.247Z" }, - { url = "https://files.pythonhosted.org/packages/4b/39/f0e8ea762a764a9dc52aa7dabcfad51a354819de1f0d4652b6a1122424d6/scipy-1.17.1-cp314-cp314-win_amd64.whl", hash = "sha256:3877ac408e14da24a6196de0ddcace62092bfc12a83823e92e49e40747e52c19", size = 37290984, upload-time = "2026-02-23T00:22:35.023Z" }, - { url = "https://files.pythonhosted.org/packages/7c/56/fe201e3b0f93d1a8bcf75d3379affd228a63d7e2d80ab45467a74b494947/scipy-1.17.1-cp314-cp314-win_arm64.whl", hash = "sha256:f8885db0bc2bffa59d5c1b72fad7a6a92d3e80e7257f967dd81abb553a90d293", size = 25192877, upload-time = "2026-02-23T00:22:39.798Z" }, - { url = "https://files.pythonhosted.org/packages/96/ad/f8c414e121f82e02d76f310f16db9899c4fcde36710329502a6b2a3c0392/scipy-1.17.1-cp314-cp314t-macosx_10_14_x86_64.whl", hash = "sha256:1cc682cea2ae55524432f3cdff9e9a3be743d52a7443d0cba9017c23c87ae2f6", size = 31949750, upload-time = "2026-02-23T00:21:42.289Z" }, - { url = "https://files.pythonhosted.org/packages/7c/b0/c741e8865d61b67c81e255f4f0a832846c064e426636cd7de84e74d209be/scipy-1.17.1-cp314-cp314t-macosx_12_0_arm64.whl", hash = "sha256:2040ad4d1795a0ae89bfc7e8429677f365d45aa9fd5e4587cf1ea737f927b4a1", size = 28585858, upload-time = "2026-02-23T00:21:47.706Z" }, - { url = "https://files.pythonhosted.org/packages/ed/1b/3985219c6177866628fa7c2595bfd23f193ceebbe472c98a08824b9466ff/scipy-1.17.1-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:131f5aaea57602008f9822e2115029b55d4b5f7c070287699fe45c661d051e39", size = 20757723, upload-time = "2026-02-23T00:21:52.039Z" }, - { url = "https://files.pythonhosted.org/packages/c0/19/2a04aa25050d656d6f7b9e7b685cc83d6957fb101665bfd9369ca6534563/scipy-1.17.1-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:9cdc1a2fcfd5c52cfb3045feb399f7b3ce822abdde3a193a6b9a60b3cb5854ca", size = 23043098, upload-time = "2026-02-23T00:21:56.185Z" }, - { url = "https://files.pythonhosted.org/packages/86/f1/3383beb9b5d0dbddd030335bf8a8b32d4317185efe495374f134d8be6cce/scipy-1.17.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6e3dcd57ab780c741fde8dc68619de988b966db759a3c3152e8e9142c26295ad", size = 33030397, upload-time = "2026-02-23T00:22:01.404Z" }, - { url = "https://files.pythonhosted.org/packages/41/68/8f21e8a65a5a03f25a79165ec9d2b28c00e66dc80546cf5eb803aeeff35b/scipy-1.17.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a9956e4d4f4a301ebf6cde39850333a6b6110799d470dbbb1e25326ac447f52a", size = 35281163, upload-time = "2026-02-23T00:22:07.024Z" }, - { url = "https://files.pythonhosted.org/packages/84/8d/c8a5e19479554007a5632ed7529e665c315ae7492b4f946b0deb39870e39/scipy-1.17.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:a4328d245944d09fd639771de275701ccadf5f781ba0ff092ad141e017eccda4", size = 35116291, upload-time = "2026-02-23T00:22:12.585Z" }, - { url = "https://files.pythonhosted.org/packages/52/52/e57eceff0e342a1f50e274264ed47497b59e6a4e3118808ee58ddda7b74a/scipy-1.17.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:a77cbd07b940d326d39a1d1b37817e2ee4d79cb30e7338f3d0cddffae70fcaa2", size = 37682317, upload-time = "2026-02-23T00:22:18.513Z" }, - { url = "https://files.pythonhosted.org/packages/11/2f/b29eafe4a3fbc3d6de9662b36e028d5f039e72d345e05c250e121a230dd4/scipy-1.17.1-cp314-cp314t-win_amd64.whl", hash = "sha256:eb092099205ef62cd1782b006658db09e2fed75bffcae7cc0d44052d8aa0f484", size = 37345327, upload-time = "2026-02-23T00:22:24.442Z" }, - { url = "https://files.pythonhosted.org/packages/07/39/338d9219c4e87f3e708f18857ecd24d22a0c3094752393319553096b98af/scipy-1.17.1-cp314-cp314t-win_arm64.whl", hash = "sha256:200e1050faffacc162be6a486a984a0497866ec54149a01270adc8a59b7c7d21", size = 25489165, upload-time = "2026-02-23T00:22:29.563Z" }, -] - -[[package]] -name = "secretstorage" -version = "3.5.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "cryptography", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, - { name = "jeepney", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/1c/03/e834bcd866f2f8a49a85eaff47340affa3bfa391ee9912a952a1faa68c7b/secretstorage-3.5.0.tar.gz", hash = "sha256:f04b8e4689cbce351744d5537bf6b1329c6fc68f91fa666f60a380edddcd11be", size = 19884, upload-time = "2025-11-23T19:02:53.191Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b7/46/f5af3402b579fd5e11573ce652019a67074317e18c1935cc0b4ba9b35552/secretstorage-3.5.0-py3-none-any.whl", hash = "sha256:0ce65888c0725fcb2c5bc0fdb8e5438eece02c523557ea40ce0703c266248137", size = 15554, upload-time = "2025-11-23T19:02:51.545Z" }, -] - -[[package]] -name = "setuptools" -version = "81.0.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/0d/1c/73e719955c59b8e424d015ab450f51c0af856ae46ea2da83eba51cc88de1/setuptools-81.0.0.tar.gz", hash = "sha256:487b53915f52501f0a79ccfd0c02c165ffe06631443a886740b91af4b7a5845a", size = 1198299, upload-time = "2026-02-06T21:10:39.601Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/e3/c164c88b2e5ce7b24d667b9bd83589cf4f3520d97cad01534cd3c4f55fdb/setuptools-81.0.0-py3-none-any.whl", hash = "sha256:fdd925d5c5d9f62e4b74b30d6dd7828ce236fd6ed998a08d81de62ce5a6310d6", size = 1062021, upload-time = "2026-02-06T21:10:37.175Z" }, -] - -[[package]] -name = "shellingham" -version = "1.5.4" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/58/15/8b3609fd3830ef7b27b655beb4b4e9c62313a4e8da8c676e142cc210d58e/shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de", size = 10310, upload-time = "2023-10-24T04:13:40.426Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686", size = 9755, upload-time = "2023-10-24T04:13:38.866Z" }, -] - -[[package]] -name = "six" -version = "1.17.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81", size = 34031, upload-time = "2024-12-04T17:35:28.174Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050, upload-time = "2024-12-04T17:35:26.475Z" }, -] - -[[package]] -name = "sniffio" -version = "1.3.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372, upload-time = "2024-02-25T23:20:04.057Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235, upload-time = "2024-02-25T23:20:01.196Z" }, -] - -[[package]] -name = "sortedcontainers" -version = "2.4.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e8/c4/ba2f8066cceb6f23394729afe52f3bf7adec04bf9ed2c820b39e19299111/sortedcontainers-2.4.0.tar.gz", hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88", size = 30594, upload-time = "2021-05-16T22:03:42.897Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl", hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0", size = 29575, upload-time = "2021-05-16T22:03:41.177Z" }, -] - -[[package]] -name = "sse-starlette" -version = "3.2.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anyio" }, - { name = "starlette" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/8b/8d/00d280c03ffd39aaee0e86ec81e2d3b9253036a0f93f51d10503adef0e65/sse_starlette-3.2.0.tar.gz", hash = "sha256:8127594edfb51abe44eac9c49e59b0b01f1039d0c7461c6fd91d4e03b70da422", size = 27253, upload-time = "2026-01-17T13:11:05.62Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/96/7f/832f015020844a8b8f7a9cbc103dd76ba8e3875004c41e08440ea3a2b41a/sse_starlette-3.2.0-py3-none-any.whl", hash = "sha256:5876954bd51920fc2cd51baee47a080eb88a37b5b784e615abb0b283f801cdbf", size = 12763, upload-time = "2026-01-17T13:11:03.775Z" }, -] - -[[package]] -name = "starlette" -version = "0.52.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "anyio" }, - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/c4/68/79977123bb7be889ad680d79a40f339082c1978b5cfcf62c2d8d196873ac/starlette-0.52.1.tar.gz", hash = "sha256:834edd1b0a23167694292e94f597773bc3f89f362be6effee198165a35d62933", size = 2653702, upload-time = "2026-01-18T13:34:11.062Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/81/0d/13d1d239a25cbfb19e740db83143e95c772a1fe10202dda4b76792b114dd/starlette-0.52.1-py3-none-any.whl", hash = "sha256:0029d43eb3d273bc4f83a08720b4912ea4b071087a3b48db01b7c839f7954d74", size = 74272, upload-time = "2026-01-18T13:34:09.188Z" }, -] - -[[package]] -name = "sympy" -version = "1.14.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "mpmath" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/83/d3/803453b36afefb7c2bb238361cd4ae6125a569b4db67cd9e79846ba2d68c/sympy-1.14.0.tar.gz", hash = "sha256:d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517", size = 7793921, upload-time = "2025-04-27T18:05:01.611Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/a2/09/77d55d46fd61b4a135c444fc97158ef34a095e5681d0a6c10b75bf356191/sympy-1.14.0-py3-none-any.whl", hash = "sha256:e091cc3e99d2141a0ba2847328f5479b05d94a6635cb96148ccb3f34671bd8f5", size = 6299353, upload-time = "2025-04-27T18:04:59.103Z" }, -] - -[[package]] -name = "tenacity" -version = "9.1.4" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/47/c6/ee486fd809e357697ee8a44d3d69222b344920433d3b6666ccd9b374630c/tenacity-9.1.4.tar.gz", hash = "sha256:adb31d4c263f2bd041081ab33b498309a57c77f9acf2db65aadf0898179cf93a", size = 49413, upload-time = "2026-02-07T10:45:33.841Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/d7/c1/eb8f9debc45d3b7918a32ab756658a0904732f75e555402972246b0b8e71/tenacity-9.1.4-py3-none-any.whl", hash = "sha256:6095a360c919085f28c6527de529e76a06ad89b23659fa881ae0649b867a9d55", size = 28926, upload-time = "2026-02-07T10:45:32.24Z" }, -] - -[[package]] -name = "tiktoken" -version = "0.12.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "regex" }, - { name = "requests" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/7d/ab/4d017d0f76ec3171d469d80fc03dfbb4e48a4bcaddaa831b31d526f05edc/tiktoken-0.12.0.tar.gz", hash = "sha256:b18ba7ee2b093863978fcb14f74b3707cdc8d4d4d3836853ce7ec60772139931", size = 37806, upload-time = "2025-10-06T20:22:45.419Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/a4/85/be65d39d6b647c79800fd9d29241d081d4eeb06271f383bb87200d74cf76/tiktoken-0.12.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b97f74aca0d78a1ff21b8cd9e9925714c15a9236d6ceacf5c7327c117e6e21e8", size = 1050728, upload-time = "2025-10-06T20:21:52.756Z" }, - { url = "https://files.pythonhosted.org/packages/4a/42/6573e9129bc55c9bf7300b3a35bef2c6b9117018acca0dc760ac2d93dffe/tiktoken-0.12.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2b90f5ad190a4bb7c3eb30c5fa32e1e182ca1ca79f05e49b448438c3e225a49b", size = 994049, upload-time = "2025-10-06T20:21:53.782Z" }, - { url = "https://files.pythonhosted.org/packages/66/c5/ed88504d2f4a5fd6856990b230b56d85a777feab84e6129af0822f5d0f70/tiktoken-0.12.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:65b26c7a780e2139e73acc193e5c63ac754021f160df919add909c1492c0fb37", size = 1129008, upload-time = "2025-10-06T20:21:54.832Z" }, - { url = "https://files.pythonhosted.org/packages/f4/90/3dae6cc5436137ebd38944d396b5849e167896fc2073da643a49f372dc4f/tiktoken-0.12.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:edde1ec917dfd21c1f2f8046b86348b0f54a2c0547f68149d8600859598769ad", size = 1152665, upload-time = "2025-10-06T20:21:56.129Z" }, - { url = "https://files.pythonhosted.org/packages/a3/fe/26df24ce53ffde419a42f5f53d755b995c9318908288c17ec3f3448313a3/tiktoken-0.12.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:35a2f8ddd3824608b3d650a000c1ef71f730d0c56486845705a8248da00f9fe5", size = 1194230, upload-time = "2025-10-06T20:21:57.546Z" }, - { url = "https://files.pythonhosted.org/packages/20/cc/b064cae1a0e9fac84b0d2c46b89f4e57051a5f41324e385d10225a984c24/tiktoken-0.12.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:83d16643edb7fa2c99eff2ab7733508aae1eebb03d5dfc46f5565862810f24e3", size = 1254688, upload-time = "2025-10-06T20:21:58.619Z" }, - { url = "https://files.pythonhosted.org/packages/81/10/b8523105c590c5b8349f2587e2fdfe51a69544bd5a76295fc20f2374f470/tiktoken-0.12.0-cp312-cp312-win_amd64.whl", hash = "sha256:ffc5288f34a8bc02e1ea7047b8d041104791d2ddbf42d1e5fa07822cbffe16bd", size = 878694, upload-time = "2025-10-06T20:21:59.876Z" }, - { url = "https://files.pythonhosted.org/packages/00/61/441588ee21e6b5cdf59d6870f86beb9789e532ee9718c251b391b70c68d6/tiktoken-0.12.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:775c2c55de2310cc1bc9a3ad8826761cbdc87770e586fd7b6da7d4589e13dab3", size = 1050802, upload-time = "2025-10-06T20:22:00.96Z" }, - { url = "https://files.pythonhosted.org/packages/1f/05/dcf94486d5c5c8d34496abe271ac76c5b785507c8eae71b3708f1ad9b45a/tiktoken-0.12.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:a01b12f69052fbe4b080a2cfb867c4de12c704b56178edf1d1d7b273561db160", size = 993995, upload-time = "2025-10-06T20:22:02.788Z" }, - { url = "https://files.pythonhosted.org/packages/a0/70/5163fe5359b943f8db9946b62f19be2305de8c3d78a16f629d4165e2f40e/tiktoken-0.12.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:01d99484dc93b129cd0964f9d34eee953f2737301f18b3c7257bf368d7615baa", size = 1128948, upload-time = "2025-10-06T20:22:03.814Z" }, - { url = "https://files.pythonhosted.org/packages/0c/da/c028aa0babf77315e1cef357d4d768800c5f8a6de04d0eac0f377cb619fa/tiktoken-0.12.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:4a1a4fcd021f022bfc81904a911d3df0f6543b9e7627b51411da75ff2fe7a1be", size = 1151986, upload-time = "2025-10-06T20:22:05.173Z" }, - { url = "https://files.pythonhosted.org/packages/a0/5a/886b108b766aa53e295f7216b509be95eb7d60b166049ce2c58416b25f2a/tiktoken-0.12.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:981a81e39812d57031efdc9ec59fa32b2a5a5524d20d4776574c4b4bd2e9014a", size = 1194222, upload-time = "2025-10-06T20:22:06.265Z" }, - { url = "https://files.pythonhosted.org/packages/f4/f8/4db272048397636ac7a078d22773dd2795b1becee7bc4922fe6207288d57/tiktoken-0.12.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9baf52f84a3f42eef3ff4e754a0db79a13a27921b457ca9832cf944c6be4f8f3", size = 1255097, upload-time = "2025-10-06T20:22:07.403Z" }, - { url = "https://files.pythonhosted.org/packages/8e/32/45d02e2e0ea2be3a9ed22afc47d93741247e75018aac967b713b2941f8ea/tiktoken-0.12.0-cp313-cp313-win_amd64.whl", hash = "sha256:b8a0cd0c789a61f31bf44851defbd609e8dd1e2c8589c614cc1060940ef1f697", size = 879117, upload-time = "2025-10-06T20:22:08.418Z" }, - { url = "https://files.pythonhosted.org/packages/ce/76/994fc868f88e016e6d05b0da5ac24582a14c47893f4474c3e9744283f1d5/tiktoken-0.12.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:d5f89ea5680066b68bcb797ae85219c72916c922ef0fcdd3480c7d2315ffff16", size = 1050309, upload-time = "2025-10-06T20:22:10.939Z" }, - { url = "https://files.pythonhosted.org/packages/f6/b8/57ef1456504c43a849821920d582a738a461b76a047f352f18c0b26c6516/tiktoken-0.12.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:b4e7ed1c6a7a8a60a3230965bdedba8cc58f68926b835e519341413370e0399a", size = 993712, upload-time = "2025-10-06T20:22:12.115Z" }, - { url = "https://files.pythonhosted.org/packages/72/90/13da56f664286ffbae9dbcfadcc625439142675845baa62715e49b87b68b/tiktoken-0.12.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:fc530a28591a2d74bce821d10b418b26a094bf33839e69042a6e86ddb7a7fb27", size = 1128725, upload-time = "2025-10-06T20:22:13.541Z" }, - { url = "https://files.pythonhosted.org/packages/05/df/4f80030d44682235bdaecd7346c90f67ae87ec8f3df4a3442cb53834f7e4/tiktoken-0.12.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:06a9f4f49884139013b138920a4c393aa6556b2f8f536345f11819389c703ebb", size = 1151875, upload-time = "2025-10-06T20:22:14.559Z" }, - { url = "https://files.pythonhosted.org/packages/22/1f/ae535223a8c4ef4c0c1192e3f9b82da660be9eb66b9279e95c99288e9dab/tiktoken-0.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:04f0e6a985d95913cabc96a741c5ffec525a2c72e9df086ff17ebe35985c800e", size = 1194451, upload-time = "2025-10-06T20:22:15.545Z" }, - { url = "https://files.pythonhosted.org/packages/78/a7/f8ead382fce0243cb625c4f266e66c27f65ae65ee9e77f59ea1653b6d730/tiktoken-0.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:0ee8f9ae00c41770b5f9b0bb1235474768884ae157de3beb5439ca0fd70f3e25", size = 1253794, upload-time = "2025-10-06T20:22:16.624Z" }, - { url = "https://files.pythonhosted.org/packages/93/e0/6cc82a562bc6365785a3ff0af27a2a092d57c47d7a81d9e2295d8c36f011/tiktoken-0.12.0-cp313-cp313t-win_amd64.whl", hash = "sha256:dc2dd125a62cb2b3d858484d6c614d136b5b848976794edfb63688d539b8b93f", size = 878777, upload-time = "2025-10-06T20:22:18.036Z" }, - { url = "https://files.pythonhosted.org/packages/72/05/3abc1db5d2c9aadc4d2c76fa5640134e475e58d9fbb82b5c535dc0de9b01/tiktoken-0.12.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:a90388128df3b3abeb2bfd1895b0681412a8d7dc644142519e6f0a97c2111646", size = 1050188, upload-time = "2025-10-06T20:22:19.563Z" }, - { url = "https://files.pythonhosted.org/packages/e3/7b/50c2f060412202d6c95f32b20755c7a6273543b125c0985d6fa9465105af/tiktoken-0.12.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:da900aa0ad52247d8794e307d6446bd3cdea8e192769b56276695d34d2c9aa88", size = 993978, upload-time = "2025-10-06T20:22:20.702Z" }, - { url = "https://files.pythonhosted.org/packages/14/27/bf795595a2b897e271771cd31cb847d479073497344c637966bdf2853da1/tiktoken-0.12.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:285ba9d73ea0d6171e7f9407039a290ca77efcdb026be7769dccc01d2c8d7fff", size = 1129271, upload-time = "2025-10-06T20:22:22.06Z" }, - { url = "https://files.pythonhosted.org/packages/f5/de/9341a6d7a8f1b448573bbf3425fa57669ac58258a667eb48a25dfe916d70/tiktoken-0.12.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:d186a5c60c6a0213f04a7a802264083dea1bbde92a2d4c7069e1a56630aef830", size = 1151216, upload-time = "2025-10-06T20:22:23.085Z" }, - { url = "https://files.pythonhosted.org/packages/75/0d/881866647b8d1be4d67cb24e50d0c26f9f807f994aa1510cb9ba2fe5f612/tiktoken-0.12.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:604831189bd05480f2b885ecd2d1986dc7686f609de48208ebbbddeea071fc0b", size = 1194860, upload-time = "2025-10-06T20:22:24.602Z" }, - { url = "https://files.pythonhosted.org/packages/b3/1e/b651ec3059474dab649b8d5b69f5c65cd8fcd8918568c1935bd4136c9392/tiktoken-0.12.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:8f317e8530bb3a222547b85a58583238c8f74fd7a7408305f9f63246d1a0958b", size = 1254567, upload-time = "2025-10-06T20:22:25.671Z" }, - { url = "https://files.pythonhosted.org/packages/80/57/ce64fd16ac390fafde001268c364d559447ba09b509181b2808622420eec/tiktoken-0.12.0-cp314-cp314-win_amd64.whl", hash = "sha256:399c3dd672a6406719d84442299a490420b458c44d3ae65516302a99675888f3", size = 921067, upload-time = "2025-10-06T20:22:26.753Z" }, - { url = "https://files.pythonhosted.org/packages/ac/a4/72eed53e8976a099539cdd5eb36f241987212c29629d0a52c305173e0a68/tiktoken-0.12.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:c2c714c72bc00a38ca969dae79e8266ddec999c7ceccd603cc4f0d04ccd76365", size = 1050473, upload-time = "2025-10-06T20:22:27.775Z" }, - { url = "https://files.pythonhosted.org/packages/e6/d7/0110b8f54c008466b19672c615f2168896b83706a6611ba6e47313dbc6e9/tiktoken-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:cbb9a3ba275165a2cb0f9a83f5d7025afe6b9d0ab01a22b50f0e74fee2ad253e", size = 993855, upload-time = "2025-10-06T20:22:28.799Z" }, - { url = "https://files.pythonhosted.org/packages/5f/77/4f268c41a3957c418b084dd576ea2fad2e95da0d8e1ab705372892c2ca22/tiktoken-0.12.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:dfdfaa5ffff8993a3af94d1125870b1d27aed7cb97aa7eb8c1cefdbc87dbee63", size = 1129022, upload-time = "2025-10-06T20:22:29.981Z" }, - { url = "https://files.pythonhosted.org/packages/4e/2b/fc46c90fe5028bd094cd6ee25a7db321cb91d45dc87531e2bdbb26b4867a/tiktoken-0.12.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:584c3ad3d0c74f5269906eb8a659c8bfc6144a52895d9261cdaf90a0ae5f4de0", size = 1150736, upload-time = "2025-10-06T20:22:30.996Z" }, - { url = "https://files.pythonhosted.org/packages/28/c0/3c7a39ff68022ddfd7d93f3337ad90389a342f761c4d71de99a3ccc57857/tiktoken-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:54c891b416a0e36b8e2045b12b33dd66fb34a4fe7965565f1b482da50da3e86a", size = 1194908, upload-time = "2025-10-06T20:22:32.073Z" }, - { url = "https://files.pythonhosted.org/packages/ab/0d/c1ad6f4016a3968c048545f5d9b8ffebf577774b2ede3e2e352553b685fe/tiktoken-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5edb8743b88d5be814b1a8a8854494719080c28faaa1ccbef02e87354fe71ef0", size = 1253706, upload-time = "2025-10-06T20:22:33.385Z" }, - { url = "https://files.pythonhosted.org/packages/af/df/c7891ef9d2712ad774777271d39fdef63941ffba0a9d59b7ad1fd2765e57/tiktoken-0.12.0-cp314-cp314t-win_amd64.whl", hash = "sha256:f61c0aea5565ac82e2ec50a05e02a6c44734e91b51c10510b084ea1b8e633a71", size = 920667, upload-time = "2025-10-06T20:22:34.444Z" }, -] - -[[package]] -name = "tokenizers" -version = "0.22.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "huggingface-hub" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/73/6f/f80cfef4a312e1fb34baf7d85c72d4411afde10978d4657f8cdd811d3ccc/tokenizers-0.22.2.tar.gz", hash = "sha256:473b83b915e547aa366d1eee11806deaf419e17be16310ac0a14077f1e28f917", size = 372115, upload-time = "2026-01-05T10:45:15.988Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/92/97/5dbfabf04c7e348e655e907ed27913e03db0923abb5dfdd120d7b25630e1/tokenizers-0.22.2-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:544dd704ae7238755d790de45ba8da072e9af3eea688f698b137915ae959281c", size = 3100275, upload-time = "2026-01-05T10:41:02.158Z" }, - { url = "https://files.pythonhosted.org/packages/2e/47/174dca0502ef88b28f1c9e06b73ce33500eedfac7a7692108aec220464e7/tokenizers-0.22.2-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:1e418a55456beedca4621dbab65a318981467a2b188e982a23e117f115ce5001", size = 2981472, upload-time = "2026-01-05T10:41:00.276Z" }, - { url = "https://files.pythonhosted.org/packages/d6/84/7990e799f1309a8b87af6b948f31edaa12a3ed22d11b352eaf4f4b2e5753/tokenizers-0.22.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2249487018adec45d6e3554c71d46eb39fa8ea67156c640f7513eb26f318cec7", size = 3290736, upload-time = "2026-01-05T10:40:32.165Z" }, - { url = "https://files.pythonhosted.org/packages/78/59/09d0d9ba94dcd5f4f1368d4858d24546b4bdc0231c2354aa31d6199f0399/tokenizers-0.22.2-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:25b85325d0815e86e0bac263506dd114578953b7b53d7de09a6485e4a160a7dd", size = 3168835, upload-time = "2026-01-05T10:40:38.847Z" }, - { url = "https://files.pythonhosted.org/packages/47/50/b3ebb4243e7160bda8d34b731e54dd8ab8b133e50775872e7a434e524c28/tokenizers-0.22.2-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bfb88f22a209ff7b40a576d5324bf8286b519d7358663db21d6246fb17eea2d5", size = 3521673, upload-time = "2026-01-05T10:40:56.614Z" }, - { url = "https://files.pythonhosted.org/packages/e0/fa/89f4cb9e08df770b57adb96f8cbb7e22695a4cb6c2bd5f0c4f0ebcf33b66/tokenizers-0.22.2-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1c774b1276f71e1ef716e5486f21e76333464f47bece56bbd554485982a9e03e", size = 3724818, upload-time = "2026-01-05T10:40:44.507Z" }, - { url = "https://files.pythonhosted.org/packages/64/04/ca2363f0bfbe3b3d36e95bf67e56a4c88c8e3362b658e616d1ac185d47f2/tokenizers-0.22.2-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:df6c4265b289083bf710dff49bc51ef252f9d5be33a45ee2bed151114a56207b", size = 3379195, upload-time = "2026-01-05T10:40:51.139Z" }, - { url = "https://files.pythonhosted.org/packages/2e/76/932be4b50ef6ccedf9d3c6639b056a967a86258c6d9200643f01269211ca/tokenizers-0.22.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:369cc9fc8cc10cb24143873a0d95438bb8ee257bb80c71989e3ee290e8d72c67", size = 3274982, upload-time = "2026-01-05T10:40:58.331Z" }, - { url = "https://files.pythonhosted.org/packages/1d/28/5f9f5a4cc211b69e89420980e483831bcc29dade307955cc9dc858a40f01/tokenizers-0.22.2-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:29c30b83d8dcd061078b05ae0cb94d3c710555fbb44861139f9f83dcca3dc3e4", size = 9478245, upload-time = "2026-01-05T10:41:04.053Z" }, - { url = "https://files.pythonhosted.org/packages/6c/fb/66e2da4704d6aadebf8cb39f1d6d1957df667ab24cff2326b77cda0dcb85/tokenizers-0.22.2-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:37ae80a28c1d3265bb1f22464c856bd23c02a05bb211e56d0c5301a435be6c1a", size = 9560069, upload-time = "2026-01-05T10:45:10.673Z" }, - { url = "https://files.pythonhosted.org/packages/16/04/fed398b05caa87ce9b1a1bb5166645e38196081b225059a6edaff6440fac/tokenizers-0.22.2-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:791135ee325f2336f498590eb2f11dc5c295232f288e75c99a36c5dbce63088a", size = 9899263, upload-time = "2026-01-05T10:45:12.559Z" }, - { url = "https://files.pythonhosted.org/packages/05/a1/d62dfe7376beaaf1394917e0f8e93ee5f67fea8fcf4107501db35996586b/tokenizers-0.22.2-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:38337540fbbddff8e999d59970f3c6f35a82de10053206a7562f1ea02d046fa5", size = 10033429, upload-time = "2026-01-05T10:45:14.333Z" }, - { url = "https://files.pythonhosted.org/packages/fd/18/a545c4ea42af3df6effd7d13d250ba77a0a86fb20393143bbb9a92e434d4/tokenizers-0.22.2-cp39-abi3-win32.whl", hash = "sha256:a6bf3f88c554a2b653af81f3204491c818ae2ac6fbc09e76ef4773351292bc92", size = 2502363, upload-time = "2026-01-05T10:45:20.593Z" }, - { url = "https://files.pythonhosted.org/packages/65/71/0670843133a43d43070abeb1949abfdef12a86d490bea9cd9e18e37c5ff7/tokenizers-0.22.2-cp39-abi3-win_amd64.whl", hash = "sha256:c9ea31edff2968b44a88f97d784c2f16dc0729b8b143ed004699ebca91f05c48", size = 2747786, upload-time = "2026-01-05T10:45:18.411Z" }, - { url = "https://files.pythonhosted.org/packages/72/f4/0de46cfa12cdcbcd464cc59fde36912af405696f687e53a091fb432f694c/tokenizers-0.22.2-cp39-abi3-win_arm64.whl", hash = "sha256:9ce725d22864a1e965217204946f830c37876eee3b2ba6fc6255e8e903d5fcbc", size = 2612133, upload-time = "2026-01-05T10:45:17.232Z" }, -] - -[[package]] -name = "torch" -version = "2.11.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "cuda-bindings", marker = "sys_platform == 'linux'" }, - { name = "cuda-toolkit", extra = ["cublas", "cudart", "cufft", "cufile", "cupti", "curand", "cusolver", "cusparse", "nvjitlink", "nvrtc", "nvtx"], marker = "sys_platform == 'linux'" }, - { name = "filelock" }, - { name = "fsspec" }, - { name = "jinja2" }, - { name = "networkx" }, - { name = "nvidia-cudnn-cu13", marker = "sys_platform == 'linux'" }, - { name = "nvidia-cusparselt-cu13", marker = "sys_platform == 'linux'" }, - { name = "nvidia-nccl-cu13", marker = "sys_platform == 'linux'" }, - { name = "nvidia-nvshmem-cu13", marker = "sys_platform == 'linux'" }, - { name = "setuptools" }, - { name = "sympy" }, - { name = "triton", marker = "sys_platform == 'linux'" }, - { name = "typing-extensions" }, -] -wheels = [ - { url = "https://files.pythonhosted.org/packages/6f/8b/69e3008d78e5cee2b30183340cc425081b78afc5eff3d080daab0adda9aa/torch-2.11.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:4b5866312ee6e52ea625cd211dcb97d6a2cdc1131a5f15cc0d87eec948f6dd34", size = 80606338, upload-time = "2026-03-23T18:11:34.781Z" }, - { url = "https://files.pythonhosted.org/packages/13/16/42e5915ebe4868caa6bac83a8ed59db57f12e9a61b7d749d584776ed53d5/torch-2.11.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:f99924682ef0aa6a4ab3b1b76f40dc6e273fca09f367d15a524266db100a723f", size = 419731115, upload-time = "2026-03-23T18:11:06.944Z" }, - { url = "https://files.pythonhosted.org/packages/1a/c9/82638ef24d7877510f83baf821f5619a61b45568ce21c0a87a91576510aa/torch-2.11.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:0f68f4ac6d95d12e896c3b7a912b5871619542ec54d3649cf48cc1edd4dd2756", size = 530712279, upload-time = "2026-03-23T18:10:31.481Z" }, - { url = "https://files.pythonhosted.org/packages/1c/ff/6756f1c7ee302f6d202120e0f4f05b432b839908f9071157302cedfc5232/torch-2.11.0-cp312-cp312-win_amd64.whl", hash = "sha256:fbf39280699d1b869f55eac536deceaa1b60bd6788ba74f399cc67e60a5fab10", size = 114556047, upload-time = "2026-03-23T18:10:55.931Z" }, - { url = "https://files.pythonhosted.org/packages/87/89/5ea6722763acee56b045435fb84258db7375c48165ec8be7880ab2b281c5/torch-2.11.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1e6debd97ccd3205bbb37eb806a9d8219e1139d15419982c09e23ef7d4369d18", size = 80606801, upload-time = "2026-03-23T18:10:18.649Z" }, - { url = "https://files.pythonhosted.org/packages/32/d1/8ed2173589cbfe744ed54e5a73efc107c0085ba5777ee93a5f4c1ab90553/torch-2.11.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:63a68fa59de8f87acc7e85a5478bb2dddbb3392b7593ec3e78827c793c4b73fd", size = 419732382, upload-time = "2026-03-23T18:08:30.835Z" }, - { url = "https://files.pythonhosted.org/packages/3d/e1/b73f7c575a4b8f87a5928f50a1e35416b5e27295d8be9397d5293e7e8d4c/torch-2.11.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:cc89b9b173d9adfab59fd227f0ab5e5516d9a52b658ae41d64e59d2e55a418db", size = 530711509, upload-time = "2026-03-23T18:08:47.213Z" }, - { url = "https://files.pythonhosted.org/packages/66/82/3e3fcdd388fbe54e29fd3f991f36846ff4ac90b0d0181e9c8f7236565f82/torch-2.11.0-cp313-cp313-win_amd64.whl", hash = "sha256:4dda3b3f52d121063a731ddb835f010dc137b920d7fec2778e52f60d8e4bf0cd", size = 114555842, upload-time = "2026-03-23T18:09:52.111Z" }, - { url = "https://files.pythonhosted.org/packages/db/38/8ac78069621b8c2b4979c2f96dc8409ef5e9c4189f6aac629189a78677ca/torch-2.11.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:8b394322f49af4362d4f80e424bcaca7efcd049619af03a4cf4501520bdf0fb4", size = 80959574, upload-time = "2026-03-23T18:10:14.214Z" }, - { url = "https://files.pythonhosted.org/packages/6d/6c/56bfb37073e7136e6dd86bfc6af7339946dd684e0ecf2155ac0eee687ae1/torch-2.11.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:2658f34ce7e2dabf4ec73b45e2ca68aedad7a5be87ea756ad656eaf32bf1e1ea", size = 419732324, upload-time = "2026-03-23T18:09:36.604Z" }, - { url = "https://files.pythonhosted.org/packages/07/f4/1b666b6d61d3394cca306ea543ed03a64aad0a201b6cd159f1d41010aeb1/torch-2.11.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:98bb213c3084cfe176302949bdc360074b18a9da7ab59ef2edc9d9f742504778", size = 530596026, upload-time = "2026-03-23T18:09:20.842Z" }, - { url = "https://files.pythonhosted.org/packages/48/6b/30d1459fa7e4b67e9e3fe1685ca1d8bb4ce7c62ef436c3a615963c6c866c/torch-2.11.0-cp313-cp313t-win_amd64.whl", hash = "sha256:a97b94bbf62992949b4730c6cd2cc9aee7b335921ee8dc207d930f2ed09ae2db", size = 114793702, upload-time = "2026-03-23T18:09:47.304Z" }, - { url = "https://files.pythonhosted.org/packages/26/0d/8603382f61abd0db35841148ddc1ffd607bf3100b11c6e1dab6d2fc44e72/torch-2.11.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:01018087326984a33b64e04c8cb5c2795f9120e0d775ada1f6638840227b04d7", size = 80573442, upload-time = "2026-03-23T18:09:10.117Z" }, - { url = "https://files.pythonhosted.org/packages/c7/86/7cd7c66cb9cec6be330fff36db5bd0eef386d80c031b581ec81be1d4b26c/torch-2.11.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:2bb3cc54bd0dea126b0060bb1ec9de0f9c7f7342d93d436646516b0330cd5be7", size = 419749385, upload-time = "2026-03-23T18:07:33.77Z" }, - { url = "https://files.pythonhosted.org/packages/47/e8/b98ca2d39b2e0e4730c0ee52537e488e7008025bc77ca89552ff91021f7c/torch-2.11.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:4dc8b3809469b6c30b411bb8c4cad3828efd26236153d9beb6a3ec500f211a60", size = 530716756, upload-time = "2026-03-23T18:07:50.02Z" }, - { url = "https://files.pythonhosted.org/packages/78/88/d4a4cda8362f8a30d1ed428564878c3cafb0d87971fbd3947d4c84552095/torch-2.11.0-cp314-cp314-win_amd64.whl", hash = "sha256:2b4e811728bd0cc58fb2b0948fe939a1ee2bf1422f6025be2fca4c7bd9d79718", size = 114552300, upload-time = "2026-03-23T18:09:05.617Z" }, - { url = "https://files.pythonhosted.org/packages/bf/46/4419098ed6d801750f26567b478fc185c3432e11e2cad712bc6b4c2ab0d0/torch-2.11.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:8245477871c3700d4370352ffec94b103cfcb737229445cf9946cddb7b2ca7cd", size = 80959460, upload-time = "2026-03-23T18:09:00.818Z" }, - { url = "https://files.pythonhosted.org/packages/fd/66/54a56a4a6ceaffb567231994a9745821d3af922a854ed33b0b3a278e0a99/torch-2.11.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:ab9a8482f475f9ba20e12db84b0e55e2f58784bdca43a854a6ccd3fd4b9f75e6", size = 419735835, upload-time = "2026-03-23T18:07:18.974Z" }, - { url = "https://files.pythonhosted.org/packages/b1/e7/0b6665f533aa9e337662dc190425abc0af1fe3234088f4454c52393ded61/torch-2.11.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:563ed3d25542d7e7bbc5b235ccfacfeb97fb470c7fee257eae599adb8005c8a2", size = 530613405, upload-time = "2026-03-23T18:08:07.014Z" }, - { url = "https://files.pythonhosted.org/packages/cf/bf/c8d12a2c86dbfd7f40fb2f56fbf5a505ccf2d9ce131eb559dfc7c51e1a04/torch-2.11.0-cp314-cp314t-win_amd64.whl", hash = "sha256:b2a43985ff5ef6ddd923bbcf99943e5f58059805787c5c9a2622bf05ca2965b0", size = 114792991, upload-time = "2026-03-23T18:08:19.216Z" }, -] - -[[package]] -name = "tqdm" -version = "4.67.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "colorama", marker = "sys_platform == 'win32'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/09/a9/6ba95a270c6f1fbcd8dac228323f2777d886cb206987444e4bce66338dd4/tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb", size = 169598, upload-time = "2026-02-03T17:35:53.048Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/16/e1/3079a9ff9b8e11b846c6ac5c8b5bfb7ff225eee721825310c91b3b50304f/tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf", size = 78374, upload-time = "2026-02-03T17:35:50.982Z" }, -] - -[[package]] -name = "transformers" -version = "5.3.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "huggingface-hub" }, - { name = "numpy" }, - { name = "packaging" }, - { name = "pyyaml" }, - { name = "regex" }, - { name = "safetensors" }, - { name = "tokenizers" }, - { name = "tqdm" }, - { name = "typer" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/fc/1a/70e830d53ecc96ce69cfa8de38f163712d2b43ac52fbd743f39f56025c31/transformers-5.3.0.tar.gz", hash = "sha256:009555b364029da9e2946d41f1c5de9f15e6b1df46b189b7293f33a161b9c557", size = 8830831, upload-time = "2026-03-04T17:41:46.119Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b8/88/ae8320064e32679a5429a2c9ebbc05c2bf32cefb6e076f9b07f6d685a9b4/transformers-5.3.0-py3-none-any.whl", hash = "sha256:50ac8c89c3c7033444fb3f9f53138096b997ebb70d4b5e50a2e810bf12d3d29a", size = 10661827, upload-time = "2026-03-04T17:41:42.722Z" }, -] - -[[package]] -name = "triton" -version = "3.6.0" -source = { registry = "https://pypi.org/simple" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/17/5d/08201db32823bdf77a0e2b9039540080b2e5c23a20706ddba942924ebcd6/triton-3.6.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:374f52c11a711fd062b4bfbb201fd9ac0a5febd28a96fb41b4a0f51dde3157f4", size = 176128243, upload-time = "2026-01-20T16:16:07.857Z" }, - { url = "https://files.pythonhosted.org/packages/ab/a8/cdf8b3e4c98132f965f88c2313a4b493266832ad47fb52f23d14d4f86bb5/triton-3.6.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:74caf5e34b66d9f3a429af689c1c7128daba1d8208df60e81106b115c00d6fca", size = 188266850, upload-time = "2026-01-20T16:00:43.041Z" }, - { url = "https://files.pythonhosted.org/packages/3c/12/34d71b350e89a204c2c7777a9bba0dcf2f19a5bfdd70b57c4dbc5ffd7154/triton-3.6.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:448e02fe6dc898e9e5aa89cf0ee5c371e99df5aa5e8ad976a80b93334f3494fd", size = 176133521, upload-time = "2026-01-20T16:16:13.321Z" }, - { url = "https://files.pythonhosted.org/packages/f9/0b/37d991d8c130ce81a8728ae3c25b6e60935838e9be1b58791f5997b24a54/triton-3.6.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:10c7f76c6e72d2ef08df639e3d0d30729112f47a56b0c81672edc05ee5116ac9", size = 188289450, upload-time = "2026-01-20T16:00:49.136Z" }, - { url = "https://files.pythonhosted.org/packages/ce/4e/41b0c8033b503fd3cfcd12392cdd256945026a91ff02452bef40ec34bee7/triton-3.6.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1722e172d34e32abc3eb7711d0025bb69d7959ebea84e3b7f7a341cd7ed694d6", size = 176276087, upload-time = "2026-01-20T16:16:18.989Z" }, - { url = "https://files.pythonhosted.org/packages/35/f8/9c66bfc55361ec6d0e4040a0337fb5924ceb23de4648b8a81ae9d33b2b38/triton-3.6.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d002e07d7180fd65e622134fbd980c9a3d4211fb85224b56a0a0efbd422ab72f", size = 188400296, upload-time = "2026-01-20T16:00:56.042Z" }, - { url = "https://files.pythonhosted.org/packages/49/55/5ecf0dcaa0f2fbbd4420f7ef227ee3cb172e91e5fede9d0ecaddc43363b4/triton-3.6.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ef5523241e7d1abca00f1d240949eebdd7c673b005edbbce0aca95b8191f1d43", size = 176138577, upload-time = "2026-01-20T16:16:25.426Z" }, - { url = "https://files.pythonhosted.org/packages/df/3d/9e7eee57b37c80cec63322c0231bb6da3cfe535a91d7a4d64896fcb89357/triton-3.6.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a17a5d5985f0ac494ed8a8e54568f092f7057ef60e1b0fa09d3fd1512064e803", size = 188273063, upload-time = "2026-01-20T16:01:07.278Z" }, - { url = "https://files.pythonhosted.org/packages/48/db/56ee649cab5eaff4757541325aca81f52d02d4a7cd3506776cad2451e060/triton-3.6.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0b3a97e8ed304dfa9bd23bb41ca04cdf6b2e617d5e782a8653d616037a5d537d", size = 176274804, upload-time = "2026-01-20T16:16:31.528Z" }, - { url = "https://files.pythonhosted.org/packages/f6/56/6113c23ff46c00aae423333eb58b3e60bdfe9179d542781955a5e1514cb3/triton-3.6.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:46bd1c1af4b6704e554cad2eeb3b0a6513a980d470ccfa63189737340c7746a7", size = 188397994, upload-time = "2026-01-20T16:01:14.236Z" }, -] - -[[package]] -name = "typer" -version = "0.24.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "annotated-doc" }, - { name = "click" }, - { name = "rich" }, - { name = "shellingham" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/5a/b6/3e681d3b6bb22647509bdbfdd18055d5adc0dce5c5585359fa46ff805fdc/typer-0.24.0.tar.gz", hash = "sha256:f9373dc4eff901350694f519f783c29b6d7a110fc0dcc11b1d7e353b85ca6504", size = 118380, upload-time = "2026-02-16T22:08:48.496Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/85/d0/4da85c2a45054bb661993c93524138ace4956cb075a7ae0c9d1deadc331b/typer-0.24.0-py3-none-any.whl", hash = "sha256:5fc435a9c8356f6160ed6e85a6301fdd6e3d8b2851da502050d1f92c5e9eddc8", size = 56441, upload-time = "2026-02-16T22:08:47.535Z" }, -] - -[[package]] -name = "typer-slim" -version = "0.24.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "typer" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/a7/a7/e6aecc4b4eb59598829a3b5076a93aff291b4fdaa2ded25efc4e1f4d219c/typer_slim-0.24.0.tar.gz", hash = "sha256:f0ed36127183f52ae6ced2ecb2521789995992c521a46083bfcdbb652d22ad34", size = 4776, upload-time = "2026-02-16T22:08:51.2Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/a7/24/5480c20380dfd18cf33d14784096dca45a24eae6102e91d49a718d3b6855/typer_slim-0.24.0-py3-none-any.whl", hash = "sha256:d5d7ee1ee2834d5020c7c616ed5e0d0f29b9a4b1dd283bdebae198ec09778d0e", size = 3394, upload-time = "2026-02-16T22:08:49.92Z" }, -] - -[[package]] -name = "types-requests" -version = "2.33.0.20260408" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "urllib3" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/69/6a/749dc53a54a3f35842c1f8197b3ca6b54af6d7458a1bfc75f6629b6da666/types_requests-2.33.0.20260408.tar.gz", hash = "sha256:95b9a86376807a216b2fb412b47617b202091c3ea7c078f47cc358d5528ccb7b", size = 23882, upload-time = "2026-04-08T04:34:49.33Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/90/b8/78fd6c037de4788c040fdd323b3369804400351b7827473920f6c1d03c10/types_requests-2.33.0.20260408-py3-none-any.whl", hash = "sha256:81f31d5ea4acb39f03be7bc8bed569ba6d5a9c5d97e89f45ac43d819b68ca50f", size = 20739, upload-time = "2026-04-08T04:34:48.325Z" }, -] - -[[package]] -name = "typing-extensions" -version = "4.15.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466", size = 109391, upload-time = "2025-08-25T13:49:26.313Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548", size = 44614, upload-time = "2025-08-25T13:49:24.86Z" }, -] - -[[package]] -name = "typing-inspection" -version = "0.4.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "typing-extensions" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/55/e3/70399cb7dd41c10ac53367ae42139cf4b1ca5f36bb3dc6c9d33acdb43655/typing_inspection-0.4.2.tar.gz", hash = "sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464", size = 75949, upload-time = "2025-10-01T02:14:41.687Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl", hash = "sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7", size = 14611, upload-time = "2025-10-01T02:14:40.154Z" }, -] - -[[package]] -name = "tzdata" -version = "2025.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5e/a7/c202b344c5ca7daf398f3b8a477eeb205cf3b6f32e7ec3a6bac0629ca975/tzdata-2025.3.tar.gz", hash = "sha256:de39c2ca5dc7b0344f2eba86f49d614019d29f060fc4ebc8a417896a620b56a7", size = 196772, upload-time = "2025-12-13T17:45:35.667Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/c7/b0/003792df09decd6849a5e39c28b513c06e84436a54440380862b5aeff25d/tzdata-2025.3-py2.py3-none-any.whl", hash = "sha256:06a47e5700f3081aab02b2e513160914ff0694bce9947d6b76ebd6bf57cfc5d1", size = 348521, upload-time = "2025-12-13T17:45:33.889Z" }, -] - -[[package]] -name = "urllib3" -version = "2.6.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" }, -] - -[[package]] -name = "uuid-utils" -version = "0.14.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/7b/d1/38a573f0c631c062cf42fa1f5d021d4dd3c31fb23e4376e4b56b0c9fbbed/uuid_utils-0.14.1.tar.gz", hash = "sha256:9bfc95f64af80ccf129c604fb6b8ca66c6f256451e32bc4570f760e4309c9b69", size = 22195, upload-time = "2026-02-20T22:50:38.833Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/43/b7/add4363039a34506a58457d96d4aa2126061df3a143eb4d042aedd6a2e76/uuid_utils-0.14.1-cp39-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:93a3b5dc798a54a1feb693f2d1cb4cf08258c32ff05ae4929b5f0a2ca624a4f0", size = 604679, upload-time = "2026-02-20T22:50:27.469Z" }, - { url = "https://files.pythonhosted.org/packages/dd/84/d1d0bef50d9e66d31b2019997c741b42274d53dde2e001b7a83e9511c339/uuid_utils-0.14.1-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:ccd65a4b8e83af23eae5e56d88034b2fe7264f465d3e830845f10d1591b81741", size = 309346, upload-time = "2026-02-20T22:50:31.857Z" }, - { url = "https://files.pythonhosted.org/packages/ef/ed/b6d6fd52a6636d7c3eddf97d68da50910bf17cd5ac221992506fb56cf12e/uuid_utils-0.14.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b56b0cacd81583834820588378e432b0696186683b813058b707aedc1e16c4b1", size = 344714, upload-time = "2026-02-20T22:50:42.642Z" }, - { url = "https://files.pythonhosted.org/packages/a8/a7/a19a1719fb626fe0b31882db36056d44fe904dc0cf15b06fdf56b2679cf7/uuid_utils-0.14.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bb3cf14de789097320a3c56bfdfdd51b1225d11d67298afbedee7e84e3837c96", size = 350914, upload-time = "2026-02-20T22:50:36.487Z" }, - { url = "https://files.pythonhosted.org/packages/1d/fc/f6690e667fdc3bb1a73f57951f97497771c56fe23e3d302d7404be394d4f/uuid_utils-0.14.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:60e0854a90d67f4b0cc6e54773deb8be618f4c9bad98d3326f081423b5d14fae", size = 482609, upload-time = "2026-02-20T22:50:37.511Z" }, - { url = "https://files.pythonhosted.org/packages/54/6e/dcd3fa031320921a12ec7b4672dea3bd1dd90ddffa363a91831ba834d559/uuid_utils-0.14.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce6743ba194de3910b5feb1a62590cd2587e33a73ab6af8a01b642ceb5055862", size = 345699, upload-time = "2026-02-20T22:50:46.87Z" }, - { url = "https://files.pythonhosted.org/packages/04/28/e5220204b58b44ac0047226a9d016a113fde039280cc8732d9e6da43b39f/uuid_utils-0.14.1-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:043fb58fde6cf1620a6c066382f04f87a8e74feb0f95a585e4ed46f5d44af57b", size = 372205, upload-time = "2026-02-20T22:50:28.438Z" }, - { url = "https://files.pythonhosted.org/packages/c7/d9/3d2eb98af94b8dfffc82b6a33b4dfc87b0a5de2c68a28f6dde0db1f8681b/uuid_utils-0.14.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:c915d53f22945e55fe0d3d3b0b87fd965a57f5fd15666fd92d6593a73b1dd297", size = 521836, upload-time = "2026-02-20T22:50:23.057Z" }, - { url = "https://files.pythonhosted.org/packages/a8/15/0eb106cc6fe182f7577bc0ab6e2f0a40be247f35c5e297dbf7bbc460bd02/uuid_utils-0.14.1-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:0972488e3f9b449e83f006ead5a0e0a33ad4a13e4462e865b7c286ab7d7566a3", size = 625260, upload-time = "2026-02-20T22:50:25.949Z" }, - { url = "https://files.pythonhosted.org/packages/3c/17/f539507091334b109e7496830af2f093d9fc8082411eafd3ece58af1f8ba/uuid_utils-0.14.1-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:1c238812ae0c8ffe77d8d447a32c6dfd058ea4631246b08b5a71df586ff08531", size = 587824, upload-time = "2026-02-20T22:50:35.225Z" }, - { url = "https://files.pythonhosted.org/packages/2e/c2/d37a7b2e41f153519367d4db01f0526e0d4b06f1a4a87f1c5dfca5d70a8b/uuid_utils-0.14.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:bec8f8ef627af86abf8298e7ec50926627e29b34fa907fcfbedb45aaa72bca43", size = 551407, upload-time = "2026-02-20T22:50:44.915Z" }, - { url = "https://files.pythonhosted.org/packages/65/36/2d24b2cbe78547c6532da33fb8613debd3126eccc33a6374ab788f5e46e9/uuid_utils-0.14.1-cp39-abi3-win32.whl", hash = "sha256:b54d6aa6252d96bac1fdbc80d26ba71bad9f220b2724d692ad2f2310c22ef523", size = 183476, upload-time = "2026-02-20T22:50:32.745Z" }, - { url = "https://files.pythonhosted.org/packages/83/92/2d7e90df8b1a69ec4cff33243ce02b7a62f926ef9e2f0eca5a026889cd73/uuid_utils-0.14.1-cp39-abi3-win_amd64.whl", hash = "sha256:fc27638c2ce267a0ce3e06828aff786f91367f093c80625ee21dad0208e0f5ba", size = 187147, upload-time = "2026-02-20T22:50:45.807Z" }, - { url = "https://files.pythonhosted.org/packages/d9/26/529f4beee17e5248e37e0bc17a2761d34c0fa3b1e5729c88adb2065bae6e/uuid_utils-0.14.1-cp39-abi3-win_arm64.whl", hash = "sha256:b04cb49b42afbc4ff8dbc60cf054930afc479d6f4dd7f1ec3bbe5dbfdde06b7a", size = 188132, upload-time = "2026-02-20T22:50:41.718Z" }, -] - -[[package]] -name = "uvicorn" -version = "0.41.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "click" }, - { name = "h11" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/32/ce/eeb58ae4ac36fe09e3842eb02e0eb676bf2c53ae062b98f1b2531673efdd/uvicorn-0.41.0.tar.gz", hash = "sha256:09d11cf7008da33113824ee5a1c6422d89fbc2ff476540d69a34c87fab8b571a", size = 82633, upload-time = "2026-02-16T23:07:24.1Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/83/e4/d04a086285c20886c0daad0e026f250869201013d18f81d9ff5eada73a88/uvicorn-0.41.0-py3-none-any.whl", hash = "sha256:29e35b1d2c36a04b9e180d4007ede3bcb32a85fbdfd6c6aeb3f26839de088187", size = 68783, upload-time = "2026-02-16T23:07:22.357Z" }, -] - -[[package]] -name = "wcmatch" -version = "10.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "bracex" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/79/3e/c0bdc27cf06f4e47680bd5803a07cb3dfd17de84cde92dd217dcb9e05253/wcmatch-10.1.tar.gz", hash = "sha256:f11f94208c8c8484a16f4f48638a85d771d9513f4ab3f37595978801cb9465af", size = 117421, upload-time = "2025-06-22T19:14:02.49Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/eb/d8/0d1d2e9d3fabcf5d6840362adcf05f8cf3cd06a73358140c3a97189238ae/wcmatch-10.1-py3-none-any.whl", hash = "sha256:5848ace7dbb0476e5e55ab63c6bbd529745089343427caa5537f230cc01beb8a", size = 39854, upload-time = "2025-06-22T19:14:00.978Z" }, -] - -[[package]] -name = "websockets" -version = "16.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/04/24/4b2031d72e840ce4c1ccb255f693b15c334757fc50023e4db9537080b8c4/websockets-16.0.tar.gz", hash = "sha256:5f6261a5e56e8d5c42a4497b364ea24d94d9563e8fbd44e78ac40879c60179b5", size = 179346, upload-time = "2026-01-10T09:23:47.181Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/84/7b/bac442e6b96c9d25092695578dda82403c77936104b5682307bd4deb1ad4/websockets-16.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:71c989cbf3254fbd5e84d3bff31e4da39c43f884e64f2551d14bb3c186230f00", size = 177365, upload-time = "2026-01-10T09:22:46.787Z" }, - { url = "https://files.pythonhosted.org/packages/b0/fe/136ccece61bd690d9c1f715baaeefd953bb2360134de73519d5df19d29ca/websockets-16.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:8b6e209ffee39ff1b6d0fa7bfef6de950c60dfb91b8fcead17da4ee539121a79", size = 175038, upload-time = "2026-01-10T09:22:47.999Z" }, - { url = "https://files.pythonhosted.org/packages/40/1e/9771421ac2286eaab95b8575b0cb701ae3663abf8b5e1f64f1fd90d0a673/websockets-16.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:86890e837d61574c92a97496d590968b23c2ef0aeb8a9bc9421d174cd378ae39", size = 175328, upload-time = "2026-01-10T09:22:49.809Z" }, - { url = "https://files.pythonhosted.org/packages/18/29/71729b4671f21e1eaa5d6573031ab810ad2936c8175f03f97f3ff164c802/websockets-16.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:9b5aca38b67492ef518a8ab76851862488a478602229112c4b0d58d63a7a4d5c", size = 184915, upload-time = "2026-01-10T09:22:51.071Z" }, - { url = "https://files.pythonhosted.org/packages/97/bb/21c36b7dbbafc85d2d480cd65df02a1dc93bf76d97147605a8e27ff9409d/websockets-16.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e0334872c0a37b606418ac52f6ab9cfd17317ac26365f7f65e203e2d0d0d359f", size = 186152, upload-time = "2026-01-10T09:22:52.224Z" }, - { url = "https://files.pythonhosted.org/packages/4a/34/9bf8df0c0cf88fa7bfe36678dc7b02970c9a7d5e065a3099292db87b1be2/websockets-16.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a0b31e0b424cc6b5a04b8838bbaec1688834b2383256688cf47eb97412531da1", size = 185583, upload-time = "2026-01-10T09:22:53.443Z" }, - { url = "https://files.pythonhosted.org/packages/47/88/4dd516068e1a3d6ab3c7c183288404cd424a9a02d585efbac226cb61ff2d/websockets-16.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:485c49116d0af10ac698623c513c1cc01c9446c058a4e61e3bf6c19dff7335a2", size = 184880, upload-time = "2026-01-10T09:22:55.033Z" }, - { url = "https://files.pythonhosted.org/packages/91/d6/7d4553ad4bf1c0421e1ebd4b18de5d9098383b5caa1d937b63df8d04b565/websockets-16.0-cp312-cp312-win32.whl", hash = "sha256:eaded469f5e5b7294e2bdca0ab06becb6756ea86894a47806456089298813c89", size = 178261, upload-time = "2026-01-10T09:22:56.251Z" }, - { url = "https://files.pythonhosted.org/packages/c3/f0/f3a17365441ed1c27f850a80b2bc680a0fa9505d733fe152fdf5e98c1c0b/websockets-16.0-cp312-cp312-win_amd64.whl", hash = "sha256:5569417dc80977fc8c2d43a86f78e0a5a22fee17565d78621b6bb264a115d4ea", size = 178693, upload-time = "2026-01-10T09:22:57.478Z" }, - { url = "https://files.pythonhosted.org/packages/cc/9c/baa8456050d1c1b08dd0ec7346026668cbc6f145ab4e314d707bb845bf0d/websockets-16.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:878b336ac47938b474c8f982ac2f7266a540adc3fa4ad74ae96fea9823a02cc9", size = 177364, upload-time = "2026-01-10T09:22:59.333Z" }, - { url = "https://files.pythonhosted.org/packages/7e/0c/8811fc53e9bcff68fe7de2bcbe75116a8d959ac699a3200f4847a8925210/websockets-16.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:52a0fec0e6c8d9a784c2c78276a48a2bdf099e4ccc2a4cad53b27718dbfd0230", size = 175039, upload-time = "2026-01-10T09:23:01.171Z" }, - { url = "https://files.pythonhosted.org/packages/aa/82/39a5f910cb99ec0b59e482971238c845af9220d3ab9fa76dd9162cda9d62/websockets-16.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:e6578ed5b6981005df1860a56e3617f14a6c307e6a71b4fff8c48fdc50f3ed2c", size = 175323, upload-time = "2026-01-10T09:23:02.341Z" }, - { url = "https://files.pythonhosted.org/packages/bd/28/0a25ee5342eb5d5f297d992a77e56892ecb65e7854c7898fb7d35e9b33bd/websockets-16.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:95724e638f0f9c350bb1c2b0a7ad0e83d9cc0c9259f3ea94e40d7b02a2179ae5", size = 184975, upload-time = "2026-01-10T09:23:03.756Z" }, - { url = "https://files.pythonhosted.org/packages/f9/66/27ea52741752f5107c2e41fda05e8395a682a1e11c4e592a809a90c6a506/websockets-16.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c0204dc62a89dc9d50d682412c10b3542d748260d743500a85c13cd1ee4bde82", size = 186203, upload-time = "2026-01-10T09:23:05.01Z" }, - { url = "https://files.pythonhosted.org/packages/37/e5/8e32857371406a757816a2b471939d51c463509be73fa538216ea52b792a/websockets-16.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:52ac480f44d32970d66763115edea932f1c5b1312de36df06d6b219f6741eed8", size = 185653, upload-time = "2026-01-10T09:23:06.301Z" }, - { url = "https://files.pythonhosted.org/packages/9b/67/f926bac29882894669368dc73f4da900fcdf47955d0a0185d60103df5737/websockets-16.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6e5a82b677f8f6f59e8dfc34ec06ca6b5b48bc4fcda346acd093694cc2c24d8f", size = 184920, upload-time = "2026-01-10T09:23:07.492Z" }, - { url = "https://files.pythonhosted.org/packages/3c/a1/3d6ccdcd125b0a42a311bcd15a7f705d688f73b2a22d8cf1c0875d35d34a/websockets-16.0-cp313-cp313-win32.whl", hash = "sha256:abf050a199613f64c886ea10f38b47770a65154dc37181bfaff70c160f45315a", size = 178255, upload-time = "2026-01-10T09:23:09.245Z" }, - { url = "https://files.pythonhosted.org/packages/6b/ae/90366304d7c2ce80f9b826096a9e9048b4bb760e44d3b873bb272cba696b/websockets-16.0-cp313-cp313-win_amd64.whl", hash = "sha256:3425ac5cf448801335d6fdc7ae1eb22072055417a96cc6b31b3861f455fbc156", size = 178689, upload-time = "2026-01-10T09:23:10.483Z" }, - { url = "https://files.pythonhosted.org/packages/f3/1d/e88022630271f5bd349ed82417136281931e558d628dd52c4d8621b4a0b2/websockets-16.0-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:8cc451a50f2aee53042ac52d2d053d08bf89bcb31ae799cb4487587661c038a0", size = 177406, upload-time = "2026-01-10T09:23:12.178Z" }, - { url = "https://files.pythonhosted.org/packages/f2/78/e63be1bf0724eeb4616efb1ae1c9044f7c3953b7957799abb5915bffd38e/websockets-16.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:daa3b6ff70a9241cf6c7fc9e949d41232d9d7d26fd3522b1ad2b4d62487e9904", size = 175085, upload-time = "2026-01-10T09:23:13.511Z" }, - { url = "https://files.pythonhosted.org/packages/bb/f4/d3c9220d818ee955ae390cf319a7c7a467beceb24f05ee7aaaa2414345ba/websockets-16.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:fd3cb4adb94a2a6e2b7c0d8d05cb94e6f1c81a0cf9dc2694fb65c7e8d94c42e4", size = 175328, upload-time = "2026-01-10T09:23:14.727Z" }, - { url = "https://files.pythonhosted.org/packages/63/bc/d3e208028de777087e6fb2b122051a6ff7bbcca0d6df9d9c2bf1dd869ae9/websockets-16.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:781caf5e8eee67f663126490c2f96f40906594cb86b408a703630f95550a8c3e", size = 185044, upload-time = "2026-01-10T09:23:15.939Z" }, - { url = "https://files.pythonhosted.org/packages/ad/6e/9a0927ac24bd33a0a9af834d89e0abc7cfd8e13bed17a86407a66773cc0e/websockets-16.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:caab51a72c51973ca21fa8a18bd8165e1a0183f1ac7066a182ff27107b71e1a4", size = 186279, upload-time = "2026-01-10T09:23:17.148Z" }, - { url = "https://files.pythonhosted.org/packages/b9/ca/bf1c68440d7a868180e11be653c85959502efd3a709323230314fda6e0b3/websockets-16.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:19c4dc84098e523fd63711e563077d39e90ec6702aff4b5d9e344a60cb3c0cb1", size = 185711, upload-time = "2026-01-10T09:23:18.372Z" }, - { url = "https://files.pythonhosted.org/packages/c4/f8/fdc34643a989561f217bb477cbc47a3a07212cbda91c0e4389c43c296ebf/websockets-16.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:a5e18a238a2b2249c9a9235466b90e96ae4795672598a58772dd806edc7ac6d3", size = 184982, upload-time = "2026-01-10T09:23:19.652Z" }, - { url = "https://files.pythonhosted.org/packages/dd/d1/574fa27e233764dbac9c52730d63fcf2823b16f0856b3329fc6268d6ae4f/websockets-16.0-cp314-cp314-win32.whl", hash = "sha256:a069d734c4a043182729edd3e9f247c3b2a4035415a9172fd0f1b71658a320a8", size = 177915, upload-time = "2026-01-10T09:23:21.458Z" }, - { url = "https://files.pythonhosted.org/packages/8a/f1/ae6b937bf3126b5134ce1f482365fde31a357c784ac51852978768b5eff4/websockets-16.0-cp314-cp314-win_amd64.whl", hash = "sha256:c0ee0e63f23914732c6d7e0cce24915c48f3f1512ec1d079ed01fc629dab269d", size = 178381, upload-time = "2026-01-10T09:23:22.715Z" }, - { url = "https://files.pythonhosted.org/packages/06/9b/f791d1db48403e1f0a27577a6beb37afae94254a8c6f08be4a23e4930bc0/websockets-16.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:a35539cacc3febb22b8f4d4a99cc79b104226a756aa7400adc722e83b0d03244", size = 177737, upload-time = "2026-01-10T09:23:24.523Z" }, - { url = "https://files.pythonhosted.org/packages/bd/40/53ad02341fa33b3ce489023f635367a4ac98b73570102ad2cdd770dacc9a/websockets-16.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:b784ca5de850f4ce93ec85d3269d24d4c82f22b7212023c974c401d4980ebc5e", size = 175268, upload-time = "2026-01-10T09:23:25.781Z" }, - { url = "https://files.pythonhosted.org/packages/74/9b/6158d4e459b984f949dcbbb0c5d270154c7618e11c01029b9bbd1bb4c4f9/websockets-16.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:569d01a4e7fba956c5ae4fc988f0d4e187900f5497ce46339c996dbf24f17641", size = 175486, upload-time = "2026-01-10T09:23:27.033Z" }, - { url = "https://files.pythonhosted.org/packages/e5/2d/7583b30208b639c8090206f95073646c2c9ffd66f44df967981a64f849ad/websockets-16.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:50f23cdd8343b984957e4077839841146f67a3d31ab0d00e6b824e74c5b2f6e8", size = 185331, upload-time = "2026-01-10T09:23:28.259Z" }, - { url = "https://files.pythonhosted.org/packages/45/b0/cce3784eb519b7b5ad680d14b9673a31ab8dcb7aad8b64d81709d2430aa8/websockets-16.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:152284a83a00c59b759697b7f9e9cddf4e3c7861dd0d964b472b70f78f89e80e", size = 186501, upload-time = "2026-01-10T09:23:29.449Z" }, - { url = "https://files.pythonhosted.org/packages/19/60/b8ebe4c7e89fb5f6cdf080623c9d92789a53636950f7abacfc33fe2b3135/websockets-16.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:bc59589ab64b0022385f429b94697348a6a234e8ce22544e3681b2e9331b5944", size = 186062, upload-time = "2026-01-10T09:23:31.368Z" }, - { url = "https://files.pythonhosted.org/packages/88/a8/a080593f89b0138b6cba1b28f8df5673b5506f72879322288b031337c0b8/websockets-16.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:32da954ffa2814258030e5a57bc73a3635463238e797c7375dc8091327434206", size = 185356, upload-time = "2026-01-10T09:23:32.627Z" }, - { url = "https://files.pythonhosted.org/packages/c2/b6/b9afed2afadddaf5ebb2afa801abf4b0868f42f8539bfe4b071b5266c9fe/websockets-16.0-cp314-cp314t-win32.whl", hash = "sha256:5a4b4cc550cb665dd8a47f868c8d04c8230f857363ad3c9caf7a0c3bf8c61ca6", size = 178085, upload-time = "2026-01-10T09:23:33.816Z" }, - { url = "https://files.pythonhosted.org/packages/9f/3e/28135a24e384493fa804216b79a6a6759a38cc4ff59118787b9fb693df93/websockets-16.0-cp314-cp314t-win_amd64.whl", hash = "sha256:b14dc141ed6d2dde437cddb216004bcac6a1df0935d79656387bd41632ba0bbd", size = 178531, upload-time = "2026-01-10T09:23:35.016Z" }, - { url = "https://files.pythonhosted.org/packages/6f/28/258ebab549c2bf3e64d2b0217b973467394a9cea8c42f70418ca2c5d0d2e/websockets-16.0-py3-none-any.whl", hash = "sha256:1637db62fad1dc833276dded54215f2c7fa46912301a24bd94d45d46a011ceec", size = 171598, upload-time = "2026-01-10T09:23:45.395Z" }, -] - -[[package]] -name = "wrapt" -version = "1.17.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/95/8f/aeb76c5b46e273670962298c23e7ddde79916cb74db802131d49a85e4b7d/wrapt-1.17.3.tar.gz", hash = "sha256:f66eb08feaa410fe4eebd17f2a2c8e2e46d3476e9f8c783daa8e09e0faa666d0", size = 55547, upload-time = "2025-08-12T05:53:21.714Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9f/41/cad1aba93e752f1f9268c77270da3c469883d56e2798e7df6240dcb2287b/wrapt-1.17.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:ab232e7fdb44cdfbf55fc3afa31bcdb0d8980b9b95c38b6405df2acb672af0e0", size = 53998, upload-time = "2025-08-12T05:51:47.138Z" }, - { url = "https://files.pythonhosted.org/packages/60/f8/096a7cc13097a1869fe44efe68dace40d2a16ecb853141394047f0780b96/wrapt-1.17.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:9baa544e6acc91130e926e8c802a17f3b16fbea0fd441b5a60f5cf2cc5c3deba", size = 39020, upload-time = "2025-08-12T05:51:35.906Z" }, - { url = "https://files.pythonhosted.org/packages/33/df/bdf864b8997aab4febb96a9ae5c124f700a5abd9b5e13d2a3214ec4be705/wrapt-1.17.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6b538e31eca1a7ea4605e44f81a48aa24c4632a277431a6ed3f328835901f4fd", size = 39098, upload-time = "2025-08-12T05:51:57.474Z" }, - { url = "https://files.pythonhosted.org/packages/9f/81/5d931d78d0eb732b95dc3ddaeeb71c8bb572fb01356e9133916cd729ecdd/wrapt-1.17.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:042ec3bb8f319c147b1301f2393bc19dba6e176b7da446853406d041c36c7828", size = 88036, upload-time = "2025-08-12T05:52:34.784Z" }, - { url = "https://files.pythonhosted.org/packages/ca/38/2e1785df03b3d72d34fc6252d91d9d12dc27a5c89caef3335a1bbb8908ca/wrapt-1.17.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3af60380ba0b7b5aeb329bc4e402acd25bd877e98b3727b0135cb5c2efdaefe9", size = 88156, upload-time = "2025-08-12T05:52:13.599Z" }, - { url = "https://files.pythonhosted.org/packages/b3/8b/48cdb60fe0603e34e05cffda0b2a4adab81fd43718e11111a4b0100fd7c1/wrapt-1.17.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0b02e424deef65c9f7326d8c19220a2c9040c51dc165cddb732f16198c168396", size = 87102, upload-time = "2025-08-12T05:52:14.56Z" }, - { url = "https://files.pythonhosted.org/packages/3c/51/d81abca783b58f40a154f1b2c56db1d2d9e0d04fa2d4224e357529f57a57/wrapt-1.17.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:74afa28374a3c3a11b3b5e5fca0ae03bef8450d6aa3ab3a1e2c30e3a75d023dc", size = 87732, upload-time = "2025-08-12T05:52:36.165Z" }, - { url = "https://files.pythonhosted.org/packages/9e/b1/43b286ca1392a006d5336412d41663eeef1ad57485f3e52c767376ba7e5a/wrapt-1.17.3-cp312-cp312-win32.whl", hash = "sha256:4da9f45279fff3543c371d5ababc57a0384f70be244de7759c85a7f989cb4ebe", size = 36705, upload-time = "2025-08-12T05:53:07.123Z" }, - { url = "https://files.pythonhosted.org/packages/28/de/49493f962bd3c586ab4b88066e967aa2e0703d6ef2c43aa28cb83bf7b507/wrapt-1.17.3-cp312-cp312-win_amd64.whl", hash = "sha256:e71d5c6ebac14875668a1e90baf2ea0ef5b7ac7918355850c0908ae82bcb297c", size = 38877, upload-time = "2025-08-12T05:53:05.436Z" }, - { url = "https://files.pythonhosted.org/packages/f1/48/0f7102fe9cb1e8a5a77f80d4f0956d62d97034bbe88d33e94699f99d181d/wrapt-1.17.3-cp312-cp312-win_arm64.whl", hash = "sha256:604d076c55e2fdd4c1c03d06dc1a31b95130010517b5019db15365ec4a405fc6", size = 36885, upload-time = "2025-08-12T05:52:54.367Z" }, - { url = "https://files.pythonhosted.org/packages/fc/f6/759ece88472157acb55fc195e5b116e06730f1b651b5b314c66291729193/wrapt-1.17.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:a47681378a0439215912ef542c45a783484d4dd82bac412b71e59cf9c0e1cea0", size = 54003, upload-time = "2025-08-12T05:51:48.627Z" }, - { url = "https://files.pythonhosted.org/packages/4f/a9/49940b9dc6d47027dc850c116d79b4155f15c08547d04db0f07121499347/wrapt-1.17.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:54a30837587c6ee3cd1a4d1c2ec5d24e77984d44e2f34547e2323ddb4e22eb77", size = 39025, upload-time = "2025-08-12T05:51:37.156Z" }, - { url = "https://files.pythonhosted.org/packages/45/35/6a08de0f2c96dcdd7fe464d7420ddb9a7655a6561150e5fc4da9356aeaab/wrapt-1.17.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:16ecf15d6af39246fe33e507105d67e4b81d8f8d2c6598ff7e3ca1b8a37213f7", size = 39108, upload-time = "2025-08-12T05:51:58.425Z" }, - { url = "https://files.pythonhosted.org/packages/0c/37/6faf15cfa41bf1f3dba80cd3f5ccc6622dfccb660ab26ed79f0178c7497f/wrapt-1.17.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:6fd1ad24dc235e4ab88cda009e19bf347aabb975e44fd5c2fb22a3f6e4141277", size = 88072, upload-time = "2025-08-12T05:52:37.53Z" }, - { url = "https://files.pythonhosted.org/packages/78/f2/efe19ada4a38e4e15b6dff39c3e3f3f73f5decf901f66e6f72fe79623a06/wrapt-1.17.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0ed61b7c2d49cee3c027372df5809a59d60cf1b6c2f81ee980a091f3afed6a2d", size = 88214, upload-time = "2025-08-12T05:52:15.886Z" }, - { url = "https://files.pythonhosted.org/packages/40/90/ca86701e9de1622b16e09689fc24b76f69b06bb0150990f6f4e8b0eeb576/wrapt-1.17.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:423ed5420ad5f5529db9ce89eac09c8a2f97da18eb1c870237e84c5a5c2d60aa", size = 87105, upload-time = "2025-08-12T05:52:17.914Z" }, - { url = "https://files.pythonhosted.org/packages/fd/e0/d10bd257c9a3e15cbf5523025252cc14d77468e8ed644aafb2d6f54cb95d/wrapt-1.17.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e01375f275f010fcbf7f643b4279896d04e571889b8a5b3f848423d91bf07050", size = 87766, upload-time = "2025-08-12T05:52:39.243Z" }, - { url = "https://files.pythonhosted.org/packages/e8/cf/7d848740203c7b4b27eb55dbfede11aca974a51c3d894f6cc4b865f42f58/wrapt-1.17.3-cp313-cp313-win32.whl", hash = "sha256:53e5e39ff71b3fc484df8a522c933ea2b7cdd0d5d15ae82e5b23fde87d44cbd8", size = 36711, upload-time = "2025-08-12T05:53:10.074Z" }, - { url = "https://files.pythonhosted.org/packages/57/54/35a84d0a4d23ea675994104e667ceff49227ce473ba6a59ba2c84f250b74/wrapt-1.17.3-cp313-cp313-win_amd64.whl", hash = "sha256:1f0b2f40cf341ee8cc1a97d51ff50dddb9fcc73241b9143ec74b30fc4f44f6cb", size = 38885, upload-time = "2025-08-12T05:53:08.695Z" }, - { url = "https://files.pythonhosted.org/packages/01/77/66e54407c59d7b02a3c4e0af3783168fff8e5d61def52cda8728439d86bc/wrapt-1.17.3-cp313-cp313-win_arm64.whl", hash = "sha256:7425ac3c54430f5fc5e7b6f41d41e704db073309acfc09305816bc6a0b26bb16", size = 36896, upload-time = "2025-08-12T05:52:55.34Z" }, - { url = "https://files.pythonhosted.org/packages/02/a2/cd864b2a14f20d14f4c496fab97802001560f9f41554eef6df201cd7f76c/wrapt-1.17.3-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:cf30f6e3c077c8e6a9a7809c94551203c8843e74ba0c960f4a98cd80d4665d39", size = 54132, upload-time = "2025-08-12T05:51:49.864Z" }, - { url = "https://files.pythonhosted.org/packages/d5/46/d011725b0c89e853dc44cceb738a307cde5d240d023d6d40a82d1b4e1182/wrapt-1.17.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:e228514a06843cae89621384cfe3a80418f3c04aadf8a3b14e46a7be704e4235", size = 39091, upload-time = "2025-08-12T05:51:38.935Z" }, - { url = "https://files.pythonhosted.org/packages/2e/9e/3ad852d77c35aae7ddebdbc3b6d35ec8013af7d7dddad0ad911f3d891dae/wrapt-1.17.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:5ea5eb3c0c071862997d6f3e02af1d055f381b1d25b286b9d6644b79db77657c", size = 39172, upload-time = "2025-08-12T05:51:59.365Z" }, - { url = "https://files.pythonhosted.org/packages/c3/f7/c983d2762bcce2326c317c26a6a1e7016f7eb039c27cdf5c4e30f4160f31/wrapt-1.17.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:281262213373b6d5e4bb4353bc36d1ba4084e6d6b5d242863721ef2bf2c2930b", size = 87163, upload-time = "2025-08-12T05:52:40.965Z" }, - { url = "https://files.pythonhosted.org/packages/e4/0f/f673f75d489c7f22d17fe0193e84b41540d962f75fce579cf6873167c29b/wrapt-1.17.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:dc4a8d2b25efb6681ecacad42fca8859f88092d8732b170de6a5dddd80a1c8fa", size = 87963, upload-time = "2025-08-12T05:52:20.326Z" }, - { url = "https://files.pythonhosted.org/packages/df/61/515ad6caca68995da2fac7a6af97faab8f78ebe3bf4f761e1b77efbc47b5/wrapt-1.17.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:373342dd05b1d07d752cecbec0c41817231f29f3a89aa8b8843f7b95992ed0c7", size = 86945, upload-time = "2025-08-12T05:52:21.581Z" }, - { url = "https://files.pythonhosted.org/packages/d3/bd/4e70162ce398462a467bc09e768bee112f1412e563620adc353de9055d33/wrapt-1.17.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:d40770d7c0fd5cbed9d84b2c3f2e156431a12c9a37dc6284060fb4bec0b7ffd4", size = 86857, upload-time = "2025-08-12T05:52:43.043Z" }, - { url = "https://files.pythonhosted.org/packages/2b/b8/da8560695e9284810b8d3df8a19396a6e40e7518059584a1a394a2b35e0a/wrapt-1.17.3-cp314-cp314-win32.whl", hash = "sha256:fbd3c8319de8e1dc79d346929cd71d523622da527cca14e0c1d257e31c2b8b10", size = 37178, upload-time = "2025-08-12T05:53:12.605Z" }, - { url = "https://files.pythonhosted.org/packages/db/c8/b71eeb192c440d67a5a0449aaee2310a1a1e8eca41676046f99ed2487e9f/wrapt-1.17.3-cp314-cp314-win_amd64.whl", hash = "sha256:e1a4120ae5705f673727d3253de3ed0e016f7cd78dc463db1b31e2463e1f3cf6", size = 39310, upload-time = "2025-08-12T05:53:11.106Z" }, - { url = "https://files.pythonhosted.org/packages/45/20/2cda20fd4865fa40f86f6c46ed37a2a8356a7a2fde0773269311f2af56c7/wrapt-1.17.3-cp314-cp314-win_arm64.whl", hash = "sha256:507553480670cab08a800b9463bdb881b2edeed77dc677b0a5915e6106e91a58", size = 37266, upload-time = "2025-08-12T05:52:56.531Z" }, - { url = "https://files.pythonhosted.org/packages/77/ed/dd5cf21aec36c80443c6f900449260b80e2a65cf963668eaef3b9accce36/wrapt-1.17.3-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:ed7c635ae45cfbc1a7371f708727bf74690daedc49b4dba310590ca0bd28aa8a", size = 56544, upload-time = "2025-08-12T05:51:51.109Z" }, - { url = "https://files.pythonhosted.org/packages/8d/96/450c651cc753877ad100c7949ab4d2e2ecc4d97157e00fa8f45df682456a/wrapt-1.17.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:249f88ed15503f6492a71f01442abddd73856a0032ae860de6d75ca62eed8067", size = 40283, upload-time = "2025-08-12T05:51:39.912Z" }, - { url = "https://files.pythonhosted.org/packages/d1/86/2fcad95994d9b572db57632acb6f900695a648c3e063f2cd344b3f5c5a37/wrapt-1.17.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:5a03a38adec8066d5a37bea22f2ba6bbf39fcdefbe2d91419ab864c3fb515454", size = 40366, upload-time = "2025-08-12T05:52:00.693Z" }, - { url = "https://files.pythonhosted.org/packages/64/0e/f4472f2fdde2d4617975144311f8800ef73677a159be7fe61fa50997d6c0/wrapt-1.17.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:5d4478d72eb61c36e5b446e375bbc49ed002430d17cdec3cecb36993398e1a9e", size = 108571, upload-time = "2025-08-12T05:52:44.521Z" }, - { url = "https://files.pythonhosted.org/packages/cc/01/9b85a99996b0a97c8a17484684f206cbb6ba73c1ce6890ac668bcf3838fb/wrapt-1.17.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:223db574bb38637e8230eb14b185565023ab624474df94d2af18f1cdb625216f", size = 113094, upload-time = "2025-08-12T05:52:22.618Z" }, - { url = "https://files.pythonhosted.org/packages/25/02/78926c1efddcc7b3aa0bc3d6b33a822f7d898059f7cd9ace8c8318e559ef/wrapt-1.17.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e405adefb53a435f01efa7ccdec012c016b5a1d3f35459990afc39b6be4d5056", size = 110659, upload-time = "2025-08-12T05:52:24.057Z" }, - { url = "https://files.pythonhosted.org/packages/dc/ee/c414501ad518ac3e6fe184753632fe5e5ecacdcf0effc23f31c1e4f7bfcf/wrapt-1.17.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:88547535b787a6c9ce4086917b6e1d291aa8ed914fdd3a838b3539dc95c12804", size = 106946, upload-time = "2025-08-12T05:52:45.976Z" }, - { url = "https://files.pythonhosted.org/packages/be/44/a1bd64b723d13bb151d6cc91b986146a1952385e0392a78567e12149c7b4/wrapt-1.17.3-cp314-cp314t-win32.whl", hash = "sha256:41b1d2bc74c2cac6f9074df52b2efbef2b30bdfe5f40cb78f8ca22963bc62977", size = 38717, upload-time = "2025-08-12T05:53:15.214Z" }, - { url = "https://files.pythonhosted.org/packages/79/d9/7cfd5a312760ac4dd8bf0184a6ee9e43c33e47f3dadc303032ce012b8fa3/wrapt-1.17.3-cp314-cp314t-win_amd64.whl", hash = "sha256:73d496de46cd2cdbdbcce4ae4bcdb4afb6a11234a1df9c085249d55166b95116", size = 41334, upload-time = "2025-08-12T05:53:14.178Z" }, - { url = "https://files.pythonhosted.org/packages/46/78/10ad9781128ed2f99dbc474f43283b13fea8ba58723e98844367531c18e9/wrapt-1.17.3-cp314-cp314t-win_arm64.whl", hash = "sha256:f38e60678850c42461d4202739f9bf1e3a737c7ad283638251e79cc49effb6b6", size = 38471, upload-time = "2025-08-12T05:52:57.784Z" }, - { url = "https://files.pythonhosted.org/packages/1f/f6/a933bd70f98e9cf3e08167fc5cd7aaaca49147e48411c0bd5ae701bb2194/wrapt-1.17.3-py3-none-any.whl", hash = "sha256:7171ae35d2c33d326ac19dd8facb1e82e5fd04ef8c6c0e394d7af55a55051c22", size = 23591, upload-time = "2025-08-12T05:53:20.674Z" }, -] - -[[package]] -name = "xxhash" -version = "3.6.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/02/84/30869e01909fb37a6cc7e18688ee8bf1e42d57e7e0777636bd47524c43c7/xxhash-3.6.0.tar.gz", hash = "sha256:f0162a78b13a0d7617b2845b90c763339d1f1d82bb04a4b07f4ab535cc5e05d6", size = 85160, upload-time = "2025-10-02T14:37:08.097Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9a/07/d9412f3d7d462347e4511181dea65e47e0d0e16e26fbee2ea86a2aefb657/xxhash-3.6.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:01362c4331775398e7bb34e3ab403bc9ee9f7c497bc7dee6272114055277dd3c", size = 32744, upload-time = "2025-10-02T14:34:34.622Z" }, - { url = "https://files.pythonhosted.org/packages/79/35/0429ee11d035fc33abe32dca1b2b69e8c18d236547b9a9b72c1929189b9a/xxhash-3.6.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b7b2df81a23f8cb99656378e72501b2cb41b1827c0f5a86f87d6b06b69f9f204", size = 30816, upload-time = "2025-10-02T14:34:36.043Z" }, - { url = "https://files.pythonhosted.org/packages/b7/f2/57eb99aa0f7d98624c0932c5b9a170e1806406cdbcdb510546634a1359e0/xxhash-3.6.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:dc94790144e66b14f67b10ac8ed75b39ca47536bf8800eb7c24b50271ea0c490", size = 194035, upload-time = "2025-10-02T14:34:37.354Z" }, - { url = "https://files.pythonhosted.org/packages/4c/ed/6224ba353690d73af7a3f1c7cdb1fc1b002e38f783cb991ae338e1eb3d79/xxhash-3.6.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:93f107c673bccf0d592cdba077dedaf52fe7f42dcd7676eba1f6d6f0c3efffd2", size = 212914, upload-time = "2025-10-02T14:34:38.6Z" }, - { url = "https://files.pythonhosted.org/packages/38/86/fb6b6130d8dd6b8942cc17ab4d90e223653a89aa32ad2776f8af7064ed13/xxhash-3.6.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2aa5ee3444c25b69813663c9f8067dcfaa2e126dc55e8dddf40f4d1c25d7effa", size = 212163, upload-time = "2025-10-02T14:34:39.872Z" }, - { url = "https://files.pythonhosted.org/packages/ee/dc/e84875682b0593e884ad73b2d40767b5790d417bde603cceb6878901d647/xxhash-3.6.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f7f99123f0e1194fa59cc69ad46dbae2e07becec5df50a0509a808f90a0f03f0", size = 445411, upload-time = "2025-10-02T14:34:41.569Z" }, - { url = "https://files.pythonhosted.org/packages/11/4f/426f91b96701ec2f37bb2b8cec664eff4f658a11f3fa9d94f0a887ea6d2b/xxhash-3.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:49e03e6fe2cac4a1bc64952dd250cf0dbc5ef4ebb7b8d96bce82e2de163c82a2", size = 193883, upload-time = "2025-10-02T14:34:43.249Z" }, - { url = "https://files.pythonhosted.org/packages/53/5a/ddbb83eee8e28b778eacfc5a85c969673e4023cdeedcfcef61f36731610b/xxhash-3.6.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:bd17fede52a17a4f9a7bc4472a5867cb0b160deeb431795c0e4abe158bc784e9", size = 210392, upload-time = "2025-10-02T14:34:45.042Z" }, - { url = "https://files.pythonhosted.org/packages/1e/c2/ff69efd07c8c074ccdf0a4f36fcdd3d27363665bcdf4ba399abebe643465/xxhash-3.6.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:6fb5f5476bef678f69db04f2bd1efbed3030d2aba305b0fc1773645f187d6a4e", size = 197898, upload-time = "2025-10-02T14:34:46.302Z" }, - { url = "https://files.pythonhosted.org/packages/58/ca/faa05ac19b3b622c7c9317ac3e23954187516298a091eb02c976d0d3dd45/xxhash-3.6.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:843b52f6d88071f87eba1631b684fcb4b2068cd2180a0224122fe4ef011a9374", size = 210655, upload-time = "2025-10-02T14:34:47.571Z" }, - { url = "https://files.pythonhosted.org/packages/d4/7a/06aa7482345480cc0cb597f5c875b11a82c3953f534394f620b0be2f700c/xxhash-3.6.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:7d14a6cfaf03b1b6f5f9790f76880601ccc7896aff7ab9cd8978a939c1eb7e0d", size = 414001, upload-time = "2025-10-02T14:34:49.273Z" }, - { url = "https://files.pythonhosted.org/packages/23/07/63ffb386cd47029aa2916b3d2f454e6cc5b9f5c5ada3790377d5430084e7/xxhash-3.6.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:418daf3db71e1413cfe211c2f9a528456936645c17f46b5204705581a45390ae", size = 191431, upload-time = "2025-10-02T14:34:50.798Z" }, - { url = "https://files.pythonhosted.org/packages/0f/93/14fde614cadb4ddf5e7cebf8918b7e8fac5ae7861c1875964f17e678205c/xxhash-3.6.0-cp312-cp312-win32.whl", hash = "sha256:50fc255f39428a27299c20e280d6193d8b63b8ef8028995323bf834a026b4fbb", size = 30617, upload-time = "2025-10-02T14:34:51.954Z" }, - { url = "https://files.pythonhosted.org/packages/13/5d/0d125536cbe7565a83d06e43783389ecae0c0f2ed037b48ede185de477c0/xxhash-3.6.0-cp312-cp312-win_amd64.whl", hash = "sha256:c0f2ab8c715630565ab8991b536ecded9416d615538be8ecddce43ccf26cbc7c", size = 31534, upload-time = "2025-10-02T14:34:53.276Z" }, - { url = "https://files.pythonhosted.org/packages/54/85/6ec269b0952ec7e36ba019125982cf11d91256a778c7c3f98a4c5043d283/xxhash-3.6.0-cp312-cp312-win_arm64.whl", hash = "sha256:eae5c13f3bc455a3bbb68bdc513912dc7356de7e2280363ea235f71f54064829", size = 27876, upload-time = "2025-10-02T14:34:54.371Z" }, - { url = "https://files.pythonhosted.org/packages/33/76/35d05267ac82f53ae9b0e554da7c5e281ee61f3cad44c743f0fcd354f211/xxhash-3.6.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:599e64ba7f67472481ceb6ee80fa3bd828fd61ba59fb11475572cc5ee52b89ec", size = 32738, upload-time = "2025-10-02T14:34:55.839Z" }, - { url = "https://files.pythonhosted.org/packages/31/a8/3fbce1cd96534a95e35d5120637bf29b0d7f5d8fa2f6374e31b4156dd419/xxhash-3.6.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:7d8b8aaa30fca4f16f0c84a5c8d7ddee0e25250ec2796c973775373257dde8f1", size = 30821, upload-time = "2025-10-02T14:34:57.219Z" }, - { url = "https://files.pythonhosted.org/packages/0c/ea/d387530ca7ecfa183cb358027f1833297c6ac6098223fd14f9782cd0015c/xxhash-3.6.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:d597acf8506d6e7101a4a44a5e428977a51c0fadbbfd3c39650cca9253f6e5a6", size = 194127, upload-time = "2025-10-02T14:34:59.21Z" }, - { url = "https://files.pythonhosted.org/packages/ba/0c/71435dcb99874b09a43b8d7c54071e600a7481e42b3e3ce1eb5226a5711a/xxhash-3.6.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:858dc935963a33bc33490128edc1c12b0c14d9c7ebaa4e387a7869ecc4f3e263", size = 212975, upload-time = "2025-10-02T14:35:00.816Z" }, - { url = "https://files.pythonhosted.org/packages/84/7a/c2b3d071e4bb4a90b7057228a99b10d51744878f4a8a6dd643c8bd897620/xxhash-3.6.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ba284920194615cb8edf73bf52236ce2e1664ccd4a38fdb543506413529cc546", size = 212241, upload-time = "2025-10-02T14:35:02.207Z" }, - { url = "https://files.pythonhosted.org/packages/81/5f/640b6eac0128e215f177df99eadcd0f1b7c42c274ab6a394a05059694c5a/xxhash-3.6.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:4b54219177f6c6674d5378bd862c6aedf64725f70dd29c472eaae154df1a2e89", size = 445471, upload-time = "2025-10-02T14:35:03.61Z" }, - { url = "https://files.pythonhosted.org/packages/5e/1e/3c3d3ef071b051cc3abbe3721ffb8365033a172613c04af2da89d5548a87/xxhash-3.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:42c36dd7dbad2f5238950c377fcbf6811b1cdb1c444fab447960030cea60504d", size = 193936, upload-time = "2025-10-02T14:35:05.013Z" }, - { url = "https://files.pythonhosted.org/packages/2c/bd/4a5f68381939219abfe1c22a9e3a5854a4f6f6f3c4983a87d255f21f2e5d/xxhash-3.6.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f22927652cba98c44639ffdc7aaf35828dccf679b10b31c4ad72a5b530a18eb7", size = 210440, upload-time = "2025-10-02T14:35:06.239Z" }, - { url = "https://files.pythonhosted.org/packages/eb/37/b80fe3d5cfb9faff01a02121a0f4d565eb7237e9e5fc66e73017e74dcd36/xxhash-3.6.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:b45fad44d9c5c119e9c6fbf2e1c656a46dc68e280275007bbfd3d572b21426db", size = 197990, upload-time = "2025-10-02T14:35:07.735Z" }, - { url = "https://files.pythonhosted.org/packages/d7/fd/2c0a00c97b9e18f72e1f240ad4e8f8a90fd9d408289ba9c7c495ed7dc05c/xxhash-3.6.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:6f2580ffab1a8b68ef2b901cde7e55fa8da5e4be0977c68f78fc80f3c143de42", size = 210689, upload-time = "2025-10-02T14:35:09.438Z" }, - { url = "https://files.pythonhosted.org/packages/93/86/5dd8076a926b9a95db3206aba20d89a7fc14dd5aac16e5c4de4b56033140/xxhash-3.6.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:40c391dd3cd041ebc3ffe6f2c862f402e306eb571422e0aa918d8070ba31da11", size = 414068, upload-time = "2025-10-02T14:35:11.162Z" }, - { url = "https://files.pythonhosted.org/packages/af/3c/0bb129170ee8f3650f08e993baee550a09593462a5cddd8e44d0011102b1/xxhash-3.6.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f205badabde7aafd1a31e8ca2a3e5a763107a71c397c4481d6a804eb5063d8bd", size = 191495, upload-time = "2025-10-02T14:35:12.971Z" }, - { url = "https://files.pythonhosted.org/packages/e9/3a/6797e0114c21d1725e2577508e24006fd7ff1d8c0c502d3b52e45c1771d8/xxhash-3.6.0-cp313-cp313-win32.whl", hash = "sha256:2577b276e060b73b73a53042ea5bd5203d3e6347ce0d09f98500f418a9fcf799", size = 30620, upload-time = "2025-10-02T14:35:14.129Z" }, - { url = "https://files.pythonhosted.org/packages/86/15/9bc32671e9a38b413a76d24722a2bf8784a132c043063a8f5152d390b0f9/xxhash-3.6.0-cp313-cp313-win_amd64.whl", hash = "sha256:757320d45d2fbcce8f30c42a6b2f47862967aea7bf458b9625b4bbe7ee390392", size = 31542, upload-time = "2025-10-02T14:35:15.21Z" }, - { url = "https://files.pythonhosted.org/packages/39/c5/cc01e4f6188656e56112d6a8e0dfe298a16934b8c47a247236549a3f7695/xxhash-3.6.0-cp313-cp313-win_arm64.whl", hash = "sha256:457b8f85dec5825eed7b69c11ae86834a018b8e3df5e77783c999663da2f96d6", size = 27880, upload-time = "2025-10-02T14:35:16.315Z" }, - { url = "https://files.pythonhosted.org/packages/f3/30/25e5321c8732759e930c555176d37e24ab84365482d257c3b16362235212/xxhash-3.6.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:a42e633d75cdad6d625434e3468126c73f13f7584545a9cf34e883aa1710e702", size = 32956, upload-time = "2025-10-02T14:35:17.413Z" }, - { url = "https://files.pythonhosted.org/packages/9f/3c/0573299560d7d9f8ab1838f1efc021a280b5ae5ae2e849034ef3dee18810/xxhash-3.6.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:568a6d743219e717b07b4e03b0a828ce593833e498c3b64752e0f5df6bfe84db", size = 31072, upload-time = "2025-10-02T14:35:18.844Z" }, - { url = "https://files.pythonhosted.org/packages/7a/1c/52d83a06e417cd9d4137722693424885cc9878249beb3a7c829e74bf7ce9/xxhash-3.6.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:bec91b562d8012dae276af8025a55811b875baace6af510412a5e58e3121bc54", size = 196409, upload-time = "2025-10-02T14:35:20.31Z" }, - { url = "https://files.pythonhosted.org/packages/e3/8e/c6d158d12a79bbd0b878f8355432075fc82759e356ab5a111463422a239b/xxhash-3.6.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:78e7f2f4c521c30ad5e786fdd6bae89d47a32672a80195467b5de0480aa97b1f", size = 215736, upload-time = "2025-10-02T14:35:21.616Z" }, - { url = "https://files.pythonhosted.org/packages/bc/68/c4c80614716345d55071a396cf03d06e34b5f4917a467faf43083c995155/xxhash-3.6.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:3ed0df1b11a79856df5ffcab572cbd6b9627034c1c748c5566fa79df9048a7c5", size = 214833, upload-time = "2025-10-02T14:35:23.32Z" }, - { url = "https://files.pythonhosted.org/packages/7e/e9/ae27c8ffec8b953efa84c7c4a6c6802c263d587b9fc0d6e7cea64e08c3af/xxhash-3.6.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0e4edbfc7d420925b0dd5e792478ed393d6e75ff8fc219a6546fb446b6a417b1", size = 448348, upload-time = "2025-10-02T14:35:25.111Z" }, - { url = "https://files.pythonhosted.org/packages/d7/6b/33e21afb1b5b3f46b74b6bd1913639066af218d704cc0941404ca717fc57/xxhash-3.6.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fba27a198363a7ef87f8c0f6b171ec36b674fe9053742c58dd7e3201c1ab30ee", size = 196070, upload-time = "2025-10-02T14:35:26.586Z" }, - { url = "https://files.pythonhosted.org/packages/96/b6/fcabd337bc5fa624e7203aa0fa7d0c49eed22f72e93229431752bddc83d9/xxhash-3.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:794fe9145fe60191c6532fa95063765529770edcdd67b3d537793e8004cabbfd", size = 212907, upload-time = "2025-10-02T14:35:28.087Z" }, - { url = "https://files.pythonhosted.org/packages/4b/d3/9ee6160e644d660fcf176c5825e61411c7f62648728f69c79ba237250143/xxhash-3.6.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:6105ef7e62b5ac73a837778efc331a591d8442f8ef5c7e102376506cb4ae2729", size = 200839, upload-time = "2025-10-02T14:35:29.857Z" }, - { url = "https://files.pythonhosted.org/packages/0d/98/e8de5baa5109394baf5118f5e72ab21a86387c4f89b0e77ef3e2f6b0327b/xxhash-3.6.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:f01375c0e55395b814a679b3eea205db7919ac2af213f4a6682e01220e5fe292", size = 213304, upload-time = "2025-10-02T14:35:31.222Z" }, - { url = "https://files.pythonhosted.org/packages/7b/1d/71056535dec5c3177eeb53e38e3d367dd1d16e024e63b1cee208d572a033/xxhash-3.6.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:d706dca2d24d834a4661619dcacf51a75c16d65985718d6a7d73c1eeeb903ddf", size = 416930, upload-time = "2025-10-02T14:35:32.517Z" }, - { url = "https://files.pythonhosted.org/packages/dc/6c/5cbde9de2cd967c322e651c65c543700b19e7ae3e0aae8ece3469bf9683d/xxhash-3.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:5f059d9faeacd49c0215d66f4056e1326c80503f51a1532ca336a385edadd033", size = 193787, upload-time = "2025-10-02T14:35:33.827Z" }, - { url = "https://files.pythonhosted.org/packages/19/fa/0172e350361d61febcea941b0cc541d6e6c8d65d153e85f850a7b256ff8a/xxhash-3.6.0-cp313-cp313t-win32.whl", hash = "sha256:1244460adc3a9be84731d72b8e80625788e5815b68da3da8b83f78115a40a7ec", size = 30916, upload-time = "2025-10-02T14:35:35.107Z" }, - { url = "https://files.pythonhosted.org/packages/ad/e6/e8cf858a2b19d6d45820f072eff1bea413910592ff17157cabc5f1227a16/xxhash-3.6.0-cp313-cp313t-win_amd64.whl", hash = "sha256:b1e420ef35c503869c4064f4a2f2b08ad6431ab7b229a05cce39d74268bca6b8", size = 31799, upload-time = "2025-10-02T14:35:36.165Z" }, - { url = "https://files.pythonhosted.org/packages/56/15/064b197e855bfb7b343210e82490ae672f8bc7cdf3ddb02e92f64304ee8a/xxhash-3.6.0-cp313-cp313t-win_arm64.whl", hash = "sha256:ec44b73a4220623235f67a996c862049f375df3b1052d9899f40a6382c32d746", size = 28044, upload-time = "2025-10-02T14:35:37.195Z" }, - { url = "https://files.pythonhosted.org/packages/7e/5e/0138bc4484ea9b897864d59fce9be9086030825bc778b76cb5a33a906d37/xxhash-3.6.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:a40a3d35b204b7cc7643cbcf8c9976d818cb47befcfac8bbefec8038ac363f3e", size = 32754, upload-time = "2025-10-02T14:35:38.245Z" }, - { url = "https://files.pythonhosted.org/packages/18/d7/5dac2eb2ec75fd771957a13e5dda560efb2176d5203f39502a5fc571f899/xxhash-3.6.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a54844be970d3fc22630b32d515e79a90d0a3ddb2644d8d7402e3c4c8da61405", size = 30846, upload-time = "2025-10-02T14:35:39.6Z" }, - { url = "https://files.pythonhosted.org/packages/fe/71/8bc5be2bb00deb5682e92e8da955ebe5fa982da13a69da5a40a4c8db12fb/xxhash-3.6.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:016e9190af8f0a4e3741343777710e3d5717427f175adfdc3e72508f59e2a7f3", size = 194343, upload-time = "2025-10-02T14:35:40.69Z" }, - { url = "https://files.pythonhosted.org/packages/e7/3b/52badfb2aecec2c377ddf1ae75f55db3ba2d321c5e164f14461c90837ef3/xxhash-3.6.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4f6f72232f849eb9d0141e2ebe2677ece15adfd0fa599bc058aad83c714bb2c6", size = 213074, upload-time = "2025-10-02T14:35:42.29Z" }, - { url = "https://files.pythonhosted.org/packages/a2/2b/ae46b4e9b92e537fa30d03dbc19cdae57ed407e9c26d163895e968e3de85/xxhash-3.6.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:63275a8aba7865e44b1813d2177e0f5ea7eadad3dd063a21f7cf9afdc7054063", size = 212388, upload-time = "2025-10-02T14:35:43.929Z" }, - { url = "https://files.pythonhosted.org/packages/f5/80/49f88d3afc724b4ac7fbd664c8452d6db51b49915be48c6982659e0e7942/xxhash-3.6.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3cd01fa2aa00d8b017c97eb46b9a794fbdca53fc14f845f5a328c71254b0abb7", size = 445614, upload-time = "2025-10-02T14:35:45.216Z" }, - { url = "https://files.pythonhosted.org/packages/ed/ba/603ce3961e339413543d8cd44f21f2c80e2a7c5cfe692a7b1f2cccf58f3c/xxhash-3.6.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0226aa89035b62b6a86d3c68df4d7c1f47a342b8683da2b60cedcddb46c4d95b", size = 194024, upload-time = "2025-10-02T14:35:46.959Z" }, - { url = "https://files.pythonhosted.org/packages/78/d1/8e225ff7113bf81545cfdcd79eef124a7b7064a0bba53605ff39590b95c2/xxhash-3.6.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c6e193e9f56e4ca4923c61238cdaced324f0feac782544eb4c6d55ad5cc99ddd", size = 210541, upload-time = "2025-10-02T14:35:48.301Z" }, - { url = "https://files.pythonhosted.org/packages/6f/58/0f89d149f0bad89def1a8dd38feb50ccdeb643d9797ec84707091d4cb494/xxhash-3.6.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:9176dcaddf4ca963d4deb93866d739a343c01c969231dbe21680e13a5d1a5bf0", size = 198305, upload-time = "2025-10-02T14:35:49.584Z" }, - { url = "https://files.pythonhosted.org/packages/11/38/5eab81580703c4df93feb5f32ff8fa7fe1e2c51c1f183ee4e48d4bb9d3d7/xxhash-3.6.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:c1ce4009c97a752e682b897aa99aef84191077a9433eb237774689f14f8ec152", size = 210848, upload-time = "2025-10-02T14:35:50.877Z" }, - { url = "https://files.pythonhosted.org/packages/5e/6b/953dc4b05c3ce678abca756416e4c130d2382f877a9c30a20d08ee6a77c0/xxhash-3.6.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:8cb2f4f679b01513b7adbb9b1b2f0f9cdc31b70007eaf9d59d0878809f385b11", size = 414142, upload-time = "2025-10-02T14:35:52.15Z" }, - { url = "https://files.pythonhosted.org/packages/08/a9/238ec0d4e81a10eb5026d4a6972677cbc898ba6c8b9dbaec12ae001b1b35/xxhash-3.6.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:653a91d7c2ab54a92c19ccf43508b6a555440b9be1bc8be553376778be7f20b5", size = 191547, upload-time = "2025-10-02T14:35:53.547Z" }, - { url = "https://files.pythonhosted.org/packages/f1/ee/3cf8589e06c2164ac77c3bf0aa127012801128f1feebf2a079272da5737c/xxhash-3.6.0-cp314-cp314-win32.whl", hash = "sha256:a756fe893389483ee8c394d06b5ab765d96e68fbbfe6fde7aa17e11f5720559f", size = 31214, upload-time = "2025-10-02T14:35:54.746Z" }, - { url = "https://files.pythonhosted.org/packages/02/5d/a19552fbc6ad4cb54ff953c3908bbc095f4a921bc569433d791f755186f1/xxhash-3.6.0-cp314-cp314-win_amd64.whl", hash = "sha256:39be8e4e142550ef69629c9cd71b88c90e9a5db703fecbcf265546d9536ca4ad", size = 32290, upload-time = "2025-10-02T14:35:55.791Z" }, - { url = "https://files.pythonhosted.org/packages/b1/11/dafa0643bc30442c887b55baf8e73353a344ee89c1901b5a5c54a6c17d39/xxhash-3.6.0-cp314-cp314-win_arm64.whl", hash = "sha256:25915e6000338999236f1eb68a02a32c3275ac338628a7eaa5a269c401995679", size = 28795, upload-time = "2025-10-02T14:35:57.162Z" }, - { url = "https://files.pythonhosted.org/packages/2c/db/0e99732ed7f64182aef4a6fb145e1a295558deec2a746265dcdec12d191e/xxhash-3.6.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:c5294f596a9017ca5a3e3f8884c00b91ab2ad2933cf288f4923c3fd4346cf3d4", size = 32955, upload-time = "2025-10-02T14:35:58.267Z" }, - { url = "https://files.pythonhosted.org/packages/55/f4/2a7c3c68e564a099becfa44bb3d398810cc0ff6749b0d3cb8ccb93f23c14/xxhash-3.6.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1cf9dcc4ab9cff01dfbba78544297a3a01dafd60f3bde4e2bfd016cf7e4ddc67", size = 31072, upload-time = "2025-10-02T14:35:59.382Z" }, - { url = "https://files.pythonhosted.org/packages/c6/d9/72a29cddc7250e8a5819dad5d466facb5dc4c802ce120645630149127e73/xxhash-3.6.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:01262da8798422d0685f7cef03b2bd3f4f46511b02830861df548d7def4402ad", size = 196579, upload-time = "2025-10-02T14:36:00.838Z" }, - { url = "https://files.pythonhosted.org/packages/63/93/b21590e1e381040e2ca305a884d89e1c345b347404f7780f07f2cdd47ef4/xxhash-3.6.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:51a73fb7cb3a3ead9f7a8b583ffd9b8038e277cdb8cb87cf890e88b3456afa0b", size = 215854, upload-time = "2025-10-02T14:36:02.207Z" }, - { url = "https://files.pythonhosted.org/packages/ce/b8/edab8a7d4fa14e924b29be877d54155dcbd8b80be85ea00d2be3413a9ed4/xxhash-3.6.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:b9c6df83594f7df8f7f708ce5ebeacfc69f72c9fbaaababf6cf4758eaada0c9b", size = 214965, upload-time = "2025-10-02T14:36:03.507Z" }, - { url = "https://files.pythonhosted.org/packages/27/67/dfa980ac7f0d509d54ea0d5a486d2bb4b80c3f1bb22b66e6a05d3efaf6c0/xxhash-3.6.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:627f0af069b0ea56f312fd5189001c24578868643203bca1abbc2c52d3a6f3ca", size = 448484, upload-time = "2025-10-02T14:36:04.828Z" }, - { url = "https://files.pythonhosted.org/packages/8c/63/8ffc2cc97e811c0ca5d00ab36604b3ea6f4254f20b7bc658ca825ce6c954/xxhash-3.6.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:aa912c62f842dfd013c5f21a642c9c10cd9f4c4e943e0af83618b4a404d9091a", size = 196162, upload-time = "2025-10-02T14:36:06.182Z" }, - { url = "https://files.pythonhosted.org/packages/4b/77/07f0e7a3edd11a6097e990f6e5b815b6592459cb16dae990d967693e6ea9/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:b465afd7909db30168ab62afe40b2fcf79eedc0b89a6c0ab3123515dc0df8b99", size = 213007, upload-time = "2025-10-02T14:36:07.733Z" }, - { url = "https://files.pythonhosted.org/packages/ae/d8/bc5fa0d152837117eb0bef6f83f956c509332ce133c91c63ce07ee7c4873/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:a881851cf38b0a70e7c4d3ce81fc7afd86fbc2a024f4cfb2a97cf49ce04b75d3", size = 200956, upload-time = "2025-10-02T14:36:09.106Z" }, - { url = "https://files.pythonhosted.org/packages/26/a5/d749334130de9411783873e9b98ecc46688dad5db64ca6e04b02acc8b473/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:9b3222c686a919a0f3253cfc12bb118b8b103506612253b5baeaac10d8027cf6", size = 213401, upload-time = "2025-10-02T14:36:10.585Z" }, - { url = "https://files.pythonhosted.org/packages/89/72/abed959c956a4bfc72b58c0384bb7940663c678127538634d896b1195c10/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:c5aa639bc113e9286137cec8fadc20e9cd732b2cc385c0b7fa673b84fc1f2a93", size = 417083, upload-time = "2025-10-02T14:36:12.276Z" }, - { url = "https://files.pythonhosted.org/packages/0c/b3/62fd2b586283b7d7d665fb98e266decadf31f058f1cf6c478741f68af0cb/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5c1343d49ac102799905e115aee590183c3921d475356cb24b4de29a4bc56518", size = 193913, upload-time = "2025-10-02T14:36:14.025Z" }, - { url = "https://files.pythonhosted.org/packages/9a/9a/c19c42c5b3f5a4aad748a6d5b4f23df3bed7ee5445accc65a0fb3ff03953/xxhash-3.6.0-cp314-cp314t-win32.whl", hash = "sha256:5851f033c3030dd95c086b4a36a2683c2ff4a799b23af60977188b057e467119", size = 31586, upload-time = "2025-10-02T14:36:15.603Z" }, - { url = "https://files.pythonhosted.org/packages/03/d6/4cc450345be9924fd5dc8c590ceda1db5b43a0a889587b0ae81a95511360/xxhash-3.6.0-cp314-cp314t-win_amd64.whl", hash = "sha256:0444e7967dac37569052d2409b00a8860c2135cff05502df4da80267d384849f", size = 32526, upload-time = "2025-10-02T14:36:16.708Z" }, - { url = "https://files.pythonhosted.org/packages/0f/c9/7243eb3f9eaabd1a88a5a5acadf06df2d83b100c62684b7425c6a11bcaa8/xxhash-3.6.0-cp314-cp314t-win_arm64.whl", hash = "sha256:bb79b1e63f6fd84ec778a4b1916dfe0a7c3fdb986c06addd5db3a0d413819d95", size = 28898, upload-time = "2025-10-02T14:36:17.843Z" }, -] - -[[package]] -name = "yarl" -version = "1.22.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "idna" }, - { name = "multidict" }, - { name = "propcache" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/57/63/0c6ebca57330cd313f6102b16dd57ffaf3ec4c83403dcb45dbd15c6f3ea1/yarl-1.22.0.tar.gz", hash = "sha256:bebf8557577d4401ba8bd9ff33906f1376c877aa78d1fe216ad01b4d6745af71", size = 187169, upload-time = "2025-10-06T14:12:55.963Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/75/ff/46736024fee3429b80a165a732e38e5d5a238721e634ab41b040d49f8738/yarl-1.22.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e340382d1afa5d32b892b3ff062436d592ec3d692aeea3bef3a5cfe11bbf8c6f", size = 142000, upload-time = "2025-10-06T14:09:44.631Z" }, - { url = "https://files.pythonhosted.org/packages/5a/9a/b312ed670df903145598914770eb12de1bac44599549b3360acc96878df8/yarl-1.22.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f1e09112a2c31ffe8d80be1b0988fa6a18c5d5cad92a9ffbb1c04c91bfe52ad2", size = 94338, upload-time = "2025-10-06T14:09:46.372Z" }, - { url = "https://files.pythonhosted.org/packages/ba/f5/0601483296f09c3c65e303d60c070a5c19fcdbc72daa061e96170785bc7d/yarl-1.22.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:939fe60db294c786f6b7c2d2e121576628468f65453d86b0fe36cb52f987bd74", size = 94909, upload-time = "2025-10-06T14:09:48.648Z" }, - { url = "https://files.pythonhosted.org/packages/60/41/9a1fe0b73dbcefce72e46cf149b0e0a67612d60bfc90fb59c2b2efdfbd86/yarl-1.22.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e1651bf8e0398574646744c1885a41198eba53dc8a9312b954073f845c90a8df", size = 372940, upload-time = "2025-10-06T14:09:50.089Z" }, - { url = "https://files.pythonhosted.org/packages/17/7a/795cb6dfee561961c30b800f0ed616b923a2ec6258b5def2a00bf8231334/yarl-1.22.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b8a0588521a26bf92a57a1705b77b8b59044cdceccac7151bd8d229e66b8dedb", size = 345825, upload-time = "2025-10-06T14:09:52.142Z" }, - { url = "https://files.pythonhosted.org/packages/d7/93/a58f4d596d2be2ae7bab1a5846c4d270b894958845753b2c606d666744d3/yarl-1.22.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:42188e6a615c1a75bcaa6e150c3fe8f3e8680471a6b10150c5f7e83f47cc34d2", size = 386705, upload-time = "2025-10-06T14:09:54.128Z" }, - { url = "https://files.pythonhosted.org/packages/61/92/682279d0e099d0e14d7fd2e176bd04f48de1484f56546a3e1313cd6c8e7c/yarl-1.22.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f6d2cb59377d99718913ad9a151030d6f83ef420a2b8f521d94609ecc106ee82", size = 396518, upload-time = "2025-10-06T14:09:55.762Z" }, - { url = "https://files.pythonhosted.org/packages/db/0f/0d52c98b8a885aeda831224b78f3be7ec2e1aa4a62091f9f9188c3c65b56/yarl-1.22.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:50678a3b71c751d58d7908edc96d332af328839eea883bb554a43f539101277a", size = 377267, upload-time = "2025-10-06T14:09:57.958Z" }, - { url = "https://files.pythonhosted.org/packages/22/42/d2685e35908cbeaa6532c1fc73e89e7f2efb5d8a7df3959ea8e37177c5a3/yarl-1.22.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1e8fbaa7cec507aa24ea27a01456e8dd4b6fab829059b69844bd348f2d467124", size = 365797, upload-time = "2025-10-06T14:09:59.527Z" }, - { url = "https://files.pythonhosted.org/packages/a2/83/cf8c7bcc6355631762f7d8bdab920ad09b82efa6b722999dfb05afa6cfac/yarl-1.22.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:433885ab5431bc3d3d4f2f9bd15bfa1614c522b0f1405d62c4f926ccd69d04fa", size = 365535, upload-time = "2025-10-06T14:10:01.139Z" }, - { url = "https://files.pythonhosted.org/packages/25/e1/5302ff9b28f0c59cac913b91fe3f16c59a033887e57ce9ca5d41a3a94737/yarl-1.22.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:b790b39c7e9a4192dc2e201a282109ed2985a1ddbd5ac08dc56d0e121400a8f7", size = 382324, upload-time = "2025-10-06T14:10:02.756Z" }, - { url = "https://files.pythonhosted.org/packages/bf/cd/4617eb60f032f19ae3a688dc990d8f0d89ee0ea378b61cac81ede3e52fae/yarl-1.22.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:31f0b53913220599446872d757257be5898019c85e7971599065bc55065dc99d", size = 383803, upload-time = "2025-10-06T14:10:04.552Z" }, - { url = "https://files.pythonhosted.org/packages/59/65/afc6e62bb506a319ea67b694551dab4a7e6fb7bf604e9bd9f3e11d575fec/yarl-1.22.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a49370e8f711daec68d09b821a34e1167792ee2d24d405cbc2387be4f158b520", size = 374220, upload-time = "2025-10-06T14:10:06.489Z" }, - { url = "https://files.pythonhosted.org/packages/e7/3d/68bf18d50dc674b942daec86a9ba922d3113d8399b0e52b9897530442da2/yarl-1.22.0-cp312-cp312-win32.whl", hash = "sha256:70dfd4f241c04bd9239d53b17f11e6ab672b9f1420364af63e8531198e3f5fe8", size = 81589, upload-time = "2025-10-06T14:10:09.254Z" }, - { url = "https://files.pythonhosted.org/packages/c8/9a/6ad1a9b37c2f72874f93e691b2e7ecb6137fb2b899983125db4204e47575/yarl-1.22.0-cp312-cp312-win_amd64.whl", hash = "sha256:8884d8b332a5e9b88e23f60bb166890009429391864c685e17bd73a9eda9105c", size = 87213, upload-time = "2025-10-06T14:10:11.369Z" }, - { url = "https://files.pythonhosted.org/packages/44/c5/c21b562d1680a77634d748e30c653c3ca918beb35555cff24986fff54598/yarl-1.22.0-cp312-cp312-win_arm64.whl", hash = "sha256:ea70f61a47f3cc93bdf8b2f368ed359ef02a01ca6393916bc8ff877427181e74", size = 81330, upload-time = "2025-10-06T14:10:13.112Z" }, - { url = "https://files.pythonhosted.org/packages/ea/f3/d67de7260456ee105dc1d162d43a019ecad6b91e2f51809d6cddaa56690e/yarl-1.22.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8dee9c25c74997f6a750cd317b8ca63545169c098faee42c84aa5e506c819b53", size = 139980, upload-time = "2025-10-06T14:10:14.601Z" }, - { url = "https://files.pythonhosted.org/packages/01/88/04d98af0b47e0ef42597b9b28863b9060bb515524da0a65d5f4db160b2d5/yarl-1.22.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:01e73b85a5434f89fc4fe27dcda2aff08ddf35e4d47bbbea3bdcd25321af538a", size = 93424, upload-time = "2025-10-06T14:10:16.115Z" }, - { url = "https://files.pythonhosted.org/packages/18/91/3274b215fd8442a03975ce6bee5fe6aa57a8326b29b9d3d56234a1dca244/yarl-1.22.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:22965c2af250d20c873cdbee8ff958fb809940aeb2e74ba5f20aaf6b7ac8c70c", size = 93821, upload-time = "2025-10-06T14:10:17.993Z" }, - { url = "https://files.pythonhosted.org/packages/61/3a/caf4e25036db0f2da4ca22a353dfeb3c9d3c95d2761ebe9b14df8fc16eb0/yarl-1.22.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b4f15793aa49793ec8d1c708ab7f9eded1aa72edc5174cae703651555ed1b601", size = 373243, upload-time = "2025-10-06T14:10:19.44Z" }, - { url = "https://files.pythonhosted.org/packages/6e/9e/51a77ac7516e8e7803b06e01f74e78649c24ee1021eca3d6a739cb6ea49c/yarl-1.22.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:e5542339dcf2747135c5c85f68680353d5cb9ffd741c0f2e8d832d054d41f35a", size = 342361, upload-time = "2025-10-06T14:10:21.124Z" }, - { url = "https://files.pythonhosted.org/packages/d4/f8/33b92454789dde8407f156c00303e9a891f1f51a0330b0fad7c909f87692/yarl-1.22.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5c401e05ad47a75869c3ab3e35137f8468b846770587e70d71e11de797d113df", size = 387036, upload-time = "2025-10-06T14:10:22.902Z" }, - { url = "https://files.pythonhosted.org/packages/d9/9a/c5db84ea024f76838220280f732970aa4ee154015d7f5c1bfb60a267af6f/yarl-1.22.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:243dda95d901c733f5b59214d28b0120893d91777cb8aa043e6ef059d3cddfe2", size = 397671, upload-time = "2025-10-06T14:10:24.523Z" }, - { url = "https://files.pythonhosted.org/packages/11/c9/cd8538dc2e7727095e0c1d867bad1e40c98f37763e6d995c1939f5fdc7b1/yarl-1.22.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bec03d0d388060058f5d291a813f21c011041938a441c593374da6077fe21b1b", size = 377059, upload-time = "2025-10-06T14:10:26.406Z" }, - { url = "https://files.pythonhosted.org/packages/a1/b9/ab437b261702ced75122ed78a876a6dec0a1b0f5e17a4ac7a9a2482d8abe/yarl-1.22.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:b0748275abb8c1e1e09301ee3cf90c8a99678a4e92e4373705f2a2570d581273", size = 365356, upload-time = "2025-10-06T14:10:28.461Z" }, - { url = "https://files.pythonhosted.org/packages/b2/9d/8e1ae6d1d008a9567877b08f0ce4077a29974c04c062dabdb923ed98e6fe/yarl-1.22.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:47fdb18187e2a4e18fda2c25c05d8251a9e4a521edaed757fef033e7d8498d9a", size = 361331, upload-time = "2025-10-06T14:10:30.541Z" }, - { url = "https://files.pythonhosted.org/packages/ca/5a/09b7be3905962f145b73beb468cdd53db8aa171cf18c80400a54c5b82846/yarl-1.22.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c7044802eec4524fde550afc28edda0dd5784c4c45f0be151a2d3ba017daca7d", size = 382590, upload-time = "2025-10-06T14:10:33.352Z" }, - { url = "https://files.pythonhosted.org/packages/aa/7f/59ec509abf90eda5048b0bc3e2d7b5099dffdb3e6b127019895ab9d5ef44/yarl-1.22.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:139718f35149ff544caba20fce6e8a2f71f1e39b92c700d8438a0b1d2a631a02", size = 385316, upload-time = "2025-10-06T14:10:35.034Z" }, - { url = "https://files.pythonhosted.org/packages/e5/84/891158426bc8036bfdfd862fabd0e0fa25df4176ec793e447f4b85cf1be4/yarl-1.22.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e1b51bebd221006d3d2f95fbe124b22b247136647ae5dcc8c7acafba66e5ee67", size = 374431, upload-time = "2025-10-06T14:10:37.76Z" }, - { url = "https://files.pythonhosted.org/packages/bb/49/03da1580665baa8bef5e8ed34c6df2c2aca0a2f28bf397ed238cc1bbc6f2/yarl-1.22.0-cp313-cp313-win32.whl", hash = "sha256:d3e32536234a95f513bd374e93d717cf6b2231a791758de6c509e3653f234c95", size = 81555, upload-time = "2025-10-06T14:10:39.649Z" }, - { url = "https://files.pythonhosted.org/packages/9a/ee/450914ae11b419eadd067c6183ae08381cfdfcb9798b90b2b713bbebddda/yarl-1.22.0-cp313-cp313-win_amd64.whl", hash = "sha256:47743b82b76d89a1d20b83e60d5c20314cbd5ba2befc9cda8f28300c4a08ed4d", size = 86965, upload-time = "2025-10-06T14:10:41.313Z" }, - { url = "https://files.pythonhosted.org/packages/98/4d/264a01eae03b6cf629ad69bae94e3b0e5344741e929073678e84bf7a3e3b/yarl-1.22.0-cp313-cp313-win_arm64.whl", hash = "sha256:5d0fcda9608875f7d052eff120c7a5da474a6796fe4d83e152e0e4d42f6d1a9b", size = 81205, upload-time = "2025-10-06T14:10:43.167Z" }, - { url = "https://files.pythonhosted.org/packages/88/fc/6908f062a2f77b5f9f6d69cecb1747260831ff206adcbc5b510aff88df91/yarl-1.22.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:719ae08b6972befcba4310e49edb1161a88cdd331e3a694b84466bd938a6ab10", size = 146209, upload-time = "2025-10-06T14:10:44.643Z" }, - { url = "https://files.pythonhosted.org/packages/65/47/76594ae8eab26210b4867be6f49129861ad33da1f1ebdf7051e98492bf62/yarl-1.22.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:47d8a5c446df1c4db9d21b49619ffdba90e77c89ec6e283f453856c74b50b9e3", size = 95966, upload-time = "2025-10-06T14:10:46.554Z" }, - { url = "https://files.pythonhosted.org/packages/ab/ce/05e9828a49271ba6b5b038b15b3934e996980dd78abdfeb52a04cfb9467e/yarl-1.22.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:cfebc0ac8333520d2d0423cbbe43ae43c8838862ddb898f5ca68565e395516e9", size = 97312, upload-time = "2025-10-06T14:10:48.007Z" }, - { url = "https://files.pythonhosted.org/packages/d1/c5/7dffad5e4f2265b29c9d7ec869c369e4223166e4f9206fc2243ee9eea727/yarl-1.22.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4398557cbf484207df000309235979c79c4356518fd5c99158c7d38203c4da4f", size = 361967, upload-time = "2025-10-06T14:10:49.997Z" }, - { url = "https://files.pythonhosted.org/packages/50/b2/375b933c93a54bff7fc041e1a6ad2c0f6f733ffb0c6e642ce56ee3b39970/yarl-1.22.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:2ca6fd72a8cd803be290d42f2dec5cdcd5299eeb93c2d929bf060ad9efaf5de0", size = 323949, upload-time = "2025-10-06T14:10:52.004Z" }, - { url = "https://files.pythonhosted.org/packages/66/50/bfc2a29a1d78644c5a7220ce2f304f38248dc94124a326794e677634b6cf/yarl-1.22.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ca1f59c4e1ab6e72f0a23c13fca5430f889634166be85dbf1013683e49e3278e", size = 361818, upload-time = "2025-10-06T14:10:54.078Z" }, - { url = "https://files.pythonhosted.org/packages/46/96/f3941a46af7d5d0f0498f86d71275696800ddcdd20426298e572b19b91ff/yarl-1.22.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:6c5010a52015e7c70f86eb967db0f37f3c8bd503a695a49f8d45700144667708", size = 372626, upload-time = "2025-10-06T14:10:55.767Z" }, - { url = "https://files.pythonhosted.org/packages/c1/42/8b27c83bb875cd89448e42cd627e0fb971fa1675c9ec546393d18826cb50/yarl-1.22.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d7672ecf7557476642c88497c2f8d8542f8e36596e928e9bcba0e42e1e7d71f", size = 341129, upload-time = "2025-10-06T14:10:57.985Z" }, - { url = "https://files.pythonhosted.org/packages/49/36/99ca3122201b382a3cf7cc937b95235b0ac944f7e9f2d5331d50821ed352/yarl-1.22.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:3b7c88eeef021579d600e50363e0b6ee4f7f6f728cd3486b9d0f3ee7b946398d", size = 346776, upload-time = "2025-10-06T14:10:59.633Z" }, - { url = "https://files.pythonhosted.org/packages/85/b4/47328bf996acd01a4c16ef9dcd2f59c969f495073616586f78cd5f2efb99/yarl-1.22.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:f4afb5c34f2c6fecdcc182dfcfc6af6cccf1aa923eed4d6a12e9d96904e1a0d8", size = 334879, upload-time = "2025-10-06T14:11:01.454Z" }, - { url = "https://files.pythonhosted.org/packages/c2/ad/b77d7b3f14a4283bffb8e92c6026496f6de49751c2f97d4352242bba3990/yarl-1.22.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:59c189e3e99a59cf8d83cbb31d4db02d66cda5a1a4374e8a012b51255341abf5", size = 350996, upload-time = "2025-10-06T14:11:03.452Z" }, - { url = "https://files.pythonhosted.org/packages/81/c8/06e1d69295792ba54d556f06686cbd6a7ce39c22307100e3fb4a2c0b0a1d/yarl-1.22.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:5a3bf7f62a289fa90f1990422dc8dff5a458469ea71d1624585ec3a4c8d6960f", size = 356047, upload-time = "2025-10-06T14:11:05.115Z" }, - { url = "https://files.pythonhosted.org/packages/4b/b8/4c0e9e9f597074b208d18cef227d83aac36184bfbc6eab204ea55783dbc5/yarl-1.22.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:de6b9a04c606978fdfe72666fa216ffcf2d1a9f6a381058d4378f8d7b1e5de62", size = 342947, upload-time = "2025-10-06T14:11:08.137Z" }, - { url = "https://files.pythonhosted.org/packages/e0/e5/11f140a58bf4c6ad7aca69a892bff0ee638c31bea4206748fc0df4ebcb3a/yarl-1.22.0-cp313-cp313t-win32.whl", hash = "sha256:1834bb90991cc2999f10f97f5f01317f99b143284766d197e43cd5b45eb18d03", size = 86943, upload-time = "2025-10-06T14:11:10.284Z" }, - { url = "https://files.pythonhosted.org/packages/31/74/8b74bae38ed7fe6793d0c15a0c8207bbb819cf287788459e5ed230996cdd/yarl-1.22.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ff86011bd159a9d2dfc89c34cfd8aff12875980e3bd6a39ff097887520e60249", size = 93715, upload-time = "2025-10-06T14:11:11.739Z" }, - { url = "https://files.pythonhosted.org/packages/69/66/991858aa4b5892d57aef7ee1ba6b4d01ec3b7eb3060795d34090a3ca3278/yarl-1.22.0-cp313-cp313t-win_arm64.whl", hash = "sha256:7861058d0582b847bc4e3a4a4c46828a410bca738673f35a29ba3ca5db0b473b", size = 83857, upload-time = "2025-10-06T14:11:13.586Z" }, - { url = "https://files.pythonhosted.org/packages/46/b3/e20ef504049f1a1c54a814b4b9bed96d1ac0e0610c3b4da178f87209db05/yarl-1.22.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:34b36c2c57124530884d89d50ed2c1478697ad7473efd59cfd479945c95650e4", size = 140520, upload-time = "2025-10-06T14:11:15.465Z" }, - { url = "https://files.pythonhosted.org/packages/e4/04/3532d990fdbab02e5ede063676b5c4260e7f3abea2151099c2aa745acc4c/yarl-1.22.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:0dd9a702591ca2e543631c2a017e4a547e38a5c0f29eece37d9097e04a7ac683", size = 93504, upload-time = "2025-10-06T14:11:17.106Z" }, - { url = "https://files.pythonhosted.org/packages/11/63/ff458113c5c2dac9a9719ac68ee7c947cb621432bcf28c9972b1c0e83938/yarl-1.22.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:594fcab1032e2d2cc3321bb2e51271e7cd2b516c7d9aee780ece81b07ff8244b", size = 94282, upload-time = "2025-10-06T14:11:19.064Z" }, - { url = "https://files.pythonhosted.org/packages/a7/bc/315a56aca762d44a6aaaf7ad253f04d996cb6b27bad34410f82d76ea8038/yarl-1.22.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f3d7a87a78d46a2e3d5b72587ac14b4c16952dd0887dbb051451eceac774411e", size = 372080, upload-time = "2025-10-06T14:11:20.996Z" }, - { url = "https://files.pythonhosted.org/packages/3f/3f/08e9b826ec2e099ea6e7c69a61272f4f6da62cb5b1b63590bb80ca2e4a40/yarl-1.22.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:852863707010316c973162e703bddabec35e8757e67fcb8ad58829de1ebc8590", size = 338696, upload-time = "2025-10-06T14:11:22.847Z" }, - { url = "https://files.pythonhosted.org/packages/e3/9f/90360108e3b32bd76789088e99538febfea24a102380ae73827f62073543/yarl-1.22.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:131a085a53bfe839a477c0845acf21efc77457ba2bcf5899618136d64f3303a2", size = 387121, upload-time = "2025-10-06T14:11:24.889Z" }, - { url = "https://files.pythonhosted.org/packages/98/92/ab8d4657bd5b46a38094cfaea498f18bb70ce6b63508fd7e909bd1f93066/yarl-1.22.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:078a8aefd263f4d4f923a9677b942b445a2be970ca24548a8102689a3a8ab8da", size = 394080, upload-time = "2025-10-06T14:11:27.307Z" }, - { url = "https://files.pythonhosted.org/packages/f5/e7/d8c5a7752fef68205296201f8ec2bf718f5c805a7a7e9880576c67600658/yarl-1.22.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bca03b91c323036913993ff5c738d0842fc9c60c4648e5c8d98331526df89784", size = 372661, upload-time = "2025-10-06T14:11:29.387Z" }, - { url = "https://files.pythonhosted.org/packages/b6/2e/f4d26183c8db0bb82d491b072f3127fb8c381a6206a3a56332714b79b751/yarl-1.22.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:68986a61557d37bb90d3051a45b91fa3d5c516d177dfc6dd6f2f436a07ff2b6b", size = 364645, upload-time = "2025-10-06T14:11:31.423Z" }, - { url = "https://files.pythonhosted.org/packages/80/7c/428e5812e6b87cd00ee8e898328a62c95825bf37c7fa87f0b6bb2ad31304/yarl-1.22.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:4792b262d585ff0dff6bcb787f8492e40698443ec982a3568c2096433660c694", size = 355361, upload-time = "2025-10-06T14:11:33.055Z" }, - { url = "https://files.pythonhosted.org/packages/ec/2a/249405fd26776f8b13c067378ef4d7dd49c9098d1b6457cdd152a99e96a9/yarl-1.22.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:ebd4549b108d732dba1d4ace67614b9545b21ece30937a63a65dd34efa19732d", size = 381451, upload-time = "2025-10-06T14:11:35.136Z" }, - { url = "https://files.pythonhosted.org/packages/67/a8/fb6b1adbe98cf1e2dd9fad71003d3a63a1bc22459c6e15f5714eb9323b93/yarl-1.22.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:f87ac53513d22240c7d59203f25cc3beac1e574c6cd681bbfd321987b69f95fd", size = 383814, upload-time = "2025-10-06T14:11:37.094Z" }, - { url = "https://files.pythonhosted.org/packages/d9/f9/3aa2c0e480fb73e872ae2814c43bc1e734740bb0d54e8cb2a95925f98131/yarl-1.22.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:22b029f2881599e2f1b06f8f1db2ee63bd309e2293ba2d566e008ba12778b8da", size = 370799, upload-time = "2025-10-06T14:11:38.83Z" }, - { url = "https://files.pythonhosted.org/packages/50/3c/af9dba3b8b5eeb302f36f16f92791f3ea62e3f47763406abf6d5a4a3333b/yarl-1.22.0-cp314-cp314-win32.whl", hash = "sha256:6a635ea45ba4ea8238463b4f7d0e721bad669f80878b7bfd1f89266e2ae63da2", size = 82990, upload-time = "2025-10-06T14:11:40.624Z" }, - { url = "https://files.pythonhosted.org/packages/ac/30/ac3a0c5bdc1d6efd1b41fa24d4897a4329b3b1e98de9449679dd327af4f0/yarl-1.22.0-cp314-cp314-win_amd64.whl", hash = "sha256:0d6e6885777af0f110b0e5d7e5dda8b704efed3894da26220b7f3d887b839a79", size = 88292, upload-time = "2025-10-06T14:11:42.578Z" }, - { url = "https://files.pythonhosted.org/packages/df/0a/227ab4ff5b998a1b7410abc7b46c9b7a26b0ca9e86c34ba4b8d8bc7c63d5/yarl-1.22.0-cp314-cp314-win_arm64.whl", hash = "sha256:8218f4e98d3c10d683584cb40f0424f4b9fd6e95610232dd75e13743b070ee33", size = 82888, upload-time = "2025-10-06T14:11:44.863Z" }, - { url = "https://files.pythonhosted.org/packages/06/5e/a15eb13db90abd87dfbefb9760c0f3f257ac42a5cac7e75dbc23bed97a9f/yarl-1.22.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:45c2842ff0e0d1b35a6bf1cd6c690939dacb617a70827f715232b2e0494d55d1", size = 146223, upload-time = "2025-10-06T14:11:46.796Z" }, - { url = "https://files.pythonhosted.org/packages/18/82/9665c61910d4d84f41a5bf6837597c89e665fa88aa4941080704645932a9/yarl-1.22.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:d947071e6ebcf2e2bee8fce76e10faca8f7a14808ca36a910263acaacef08eca", size = 95981, upload-time = "2025-10-06T14:11:48.845Z" }, - { url = "https://files.pythonhosted.org/packages/5d/9a/2f65743589809af4d0a6d3aa749343c4b5f4c380cc24a8e94a3c6625a808/yarl-1.22.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:334b8721303e61b00019474cc103bdac3d7b1f65e91f0bfedeec2d56dfe74b53", size = 97303, upload-time = "2025-10-06T14:11:50.897Z" }, - { url = "https://files.pythonhosted.org/packages/b0/ab/5b13d3e157505c43c3b43b5a776cbf7b24a02bc4cccc40314771197e3508/yarl-1.22.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1e7ce67c34138a058fd092f67d07a72b8e31ff0c9236e751957465a24b28910c", size = 361820, upload-time = "2025-10-06T14:11:52.549Z" }, - { url = "https://files.pythonhosted.org/packages/fb/76/242a5ef4677615cf95330cfc1b4610e78184400699bdda0acb897ef5e49a/yarl-1.22.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:d77e1b2c6d04711478cb1c4ab90db07f1609ccf06a287d5607fcd90dc9863acf", size = 323203, upload-time = "2025-10-06T14:11:54.225Z" }, - { url = "https://files.pythonhosted.org/packages/8c/96/475509110d3f0153b43d06164cf4195c64d16999e0c7e2d8a099adcd6907/yarl-1.22.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4647674b6150d2cae088fc07de2738a84b8bcedebef29802cf0b0a82ab6face", size = 363173, upload-time = "2025-10-06T14:11:56.069Z" }, - { url = "https://files.pythonhosted.org/packages/c9/66/59db471aecfbd559a1fd48aedd954435558cd98c7d0da8b03cc6c140a32c/yarl-1.22.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efb07073be061c8f79d03d04139a80ba33cbd390ca8f0297aae9cce6411e4c6b", size = 373562, upload-time = "2025-10-06T14:11:58.783Z" }, - { url = "https://files.pythonhosted.org/packages/03/1f/c5d94abc91557384719da10ff166b916107c1b45e4d0423a88457071dd88/yarl-1.22.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e51ac5435758ba97ad69617e13233da53908beccc6cfcd6c34bbed8dcbede486", size = 339828, upload-time = "2025-10-06T14:12:00.686Z" }, - { url = "https://files.pythonhosted.org/packages/5f/97/aa6a143d3afba17b6465733681c70cf175af89f76ec8d9286e08437a7454/yarl-1.22.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:33e32a0dd0c8205efa8e83d04fc9f19313772b78522d1bdc7d9aed706bfd6138", size = 347551, upload-time = "2025-10-06T14:12:02.628Z" }, - { url = "https://files.pythonhosted.org/packages/43/3c/45a2b6d80195959239a7b2a8810506d4eea5487dce61c2a3393e7fc3c52e/yarl-1.22.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:bf4a21e58b9cde0e401e683ebd00f6ed30a06d14e93f7c8fd059f8b6e8f87b6a", size = 334512, upload-time = "2025-10-06T14:12:04.871Z" }, - { url = "https://files.pythonhosted.org/packages/86/a0/c2ab48d74599c7c84cb104ebd799c5813de252bea0f360ffc29d270c2caa/yarl-1.22.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:e4b582bab49ac33c8deb97e058cd67c2c50dac0dd134874106d9c774fd272529", size = 352400, upload-time = "2025-10-06T14:12:06.624Z" }, - { url = "https://files.pythonhosted.org/packages/32/75/f8919b2eafc929567d3d8411f72bdb1a2109c01caaab4ebfa5f8ffadc15b/yarl-1.22.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:0b5bcc1a9c4839e7e30b7b30dd47fe5e7e44fb7054ec29b5bb8d526aa1041093", size = 357140, upload-time = "2025-10-06T14:12:08.362Z" }, - { url = "https://files.pythonhosted.org/packages/cf/72/6a85bba382f22cf78add705d8c3731748397d986e197e53ecc7835e76de7/yarl-1.22.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c0232bce2170103ec23c454e54a57008a9a72b5d1c3105dc2496750da8cfa47c", size = 341473, upload-time = "2025-10-06T14:12:10.994Z" }, - { url = "https://files.pythonhosted.org/packages/35/18/55e6011f7c044dc80b98893060773cefcfdbf60dfefb8cb2f58b9bacbd83/yarl-1.22.0-cp314-cp314t-win32.whl", hash = "sha256:8009b3173bcd637be650922ac455946197d858b3630b6d8787aa9e5c4564533e", size = 89056, upload-time = "2025-10-06T14:12:13.317Z" }, - { url = "https://files.pythonhosted.org/packages/f9/86/0f0dccb6e59a9e7f122c5afd43568b1d31b8ab7dda5f1b01fb5c7025c9a9/yarl-1.22.0-cp314-cp314t-win_amd64.whl", hash = "sha256:9fb17ea16e972c63d25d4a97f016d235c78dd2344820eb35bc034bc32012ee27", size = 96292, upload-time = "2025-10-06T14:12:15.398Z" }, - { url = "https://files.pythonhosted.org/packages/48/b7/503c98092fb3b344a179579f55814b613c1fbb1c23b3ec14a7b008a66a6e/yarl-1.22.0-cp314-cp314t-win_arm64.whl", hash = "sha256:9f6d73c1436b934e3f01df1e1b21ff765cd1d28c77dfb9ace207f746d4610ee1", size = 85171, upload-time = "2025-10-06T14:12:16.935Z" }, - { url = "https://files.pythonhosted.org/packages/73/ae/b48f95715333080afb75a4504487cbe142cae1268afc482d06692d605ae6/yarl-1.22.0-py3-none-any.whl", hash = "sha256:1380560bdba02b6b6c90de54133c81c9f2a453dee9912fe58c1dcced1edb7cff", size = 46814, upload-time = "2025-10-06T14:12:53.872Z" }, -] - -[[package]] -name = "zipp" -version = "3.23.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz", hash = "sha256:a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166", size = 25547, upload-time = "2025-06-08T17:06:39.4Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/2e/54/647ade08bf0db230bfea292f893923872fd20be6ac6f53b2b936ba839d75/zipp-3.23.0-py3-none-any.whl", hash = "sha256:071652d6115ed432f5ce1d34c336c0adfd6a884660d1e9712a256d3d3bd4b14e", size = 10276, upload-time = "2025-06-08T17:06:38.034Z" }, -] - -[[package]] -name = "zstandard" -version = "0.25.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/fd/aa/3e0508d5a5dd96529cdc5a97011299056e14c6505b678fd58938792794b1/zstandard-0.25.0.tar.gz", hash = "sha256:7713e1179d162cf5c7906da876ec2ccb9c3a9dcbdffef0cc7f70c3667a205f0b", size = 711513, upload-time = "2025-09-14T22:15:54.002Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/82/fc/f26eb6ef91ae723a03e16eddb198abcfce2bc5a42e224d44cc8b6765e57e/zstandard-0.25.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7b3c3a3ab9daa3eed242d6ecceead93aebbb8f5f84318d82cee643e019c4b73b", size = 795738, upload-time = "2025-09-14T22:16:56.237Z" }, - { url = "https://files.pythonhosted.org/packages/aa/1c/d920d64b22f8dd028a8b90e2d756e431a5d86194caa78e3819c7bf53b4b3/zstandard-0.25.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:913cbd31a400febff93b564a23e17c3ed2d56c064006f54efec210d586171c00", size = 640436, upload-time = "2025-09-14T22:16:57.774Z" }, - { url = "https://files.pythonhosted.org/packages/53/6c/288c3f0bd9fcfe9ca41e2c2fbfd17b2097f6af57b62a81161941f09afa76/zstandard-0.25.0-cp312-cp312-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:011d388c76b11a0c165374ce660ce2c8efa8e5d87f34996aa80f9c0816698b64", size = 5343019, upload-time = "2025-09-14T22:16:59.302Z" }, - { url = "https://files.pythonhosted.org/packages/1e/15/efef5a2f204a64bdb5571e6161d49f7ef0fffdbca953a615efbec045f60f/zstandard-0.25.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:6dffecc361d079bb48d7caef5d673c88c8988d3d33fb74ab95b7ee6da42652ea", size = 5063012, upload-time = "2025-09-14T22:17:01.156Z" }, - { url = "https://files.pythonhosted.org/packages/b7/37/a6ce629ffdb43959e92e87ebdaeebb5ac81c944b6a75c9c47e300f85abdf/zstandard-0.25.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:7149623bba7fdf7e7f24312953bcf73cae103db8cae49f8154dd1eadc8a29ecb", size = 5394148, upload-time = "2025-09-14T22:17:03.091Z" }, - { url = "https://files.pythonhosted.org/packages/e3/79/2bf870b3abeb5c070fe2d670a5a8d1057a8270f125ef7676d29ea900f496/zstandard-0.25.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:6a573a35693e03cf1d67799fd01b50ff578515a8aeadd4595d2a7fa9f3ec002a", size = 5451652, upload-time = "2025-09-14T22:17:04.979Z" }, - { url = "https://files.pythonhosted.org/packages/53/60/7be26e610767316c028a2cbedb9a3beabdbe33e2182c373f71a1c0b88f36/zstandard-0.25.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:5a56ba0db2d244117ed744dfa8f6f5b366e14148e00de44723413b2f3938a902", size = 5546993, upload-time = "2025-09-14T22:17:06.781Z" }, - { url = "https://files.pythonhosted.org/packages/85/c7/3483ad9ff0662623f3648479b0380d2de5510abf00990468c286c6b04017/zstandard-0.25.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:10ef2a79ab8e2974e2075fb984e5b9806c64134810fac21576f0668e7ea19f8f", size = 5046806, upload-time = "2025-09-14T22:17:08.415Z" }, - { url = "https://files.pythonhosted.org/packages/08/b3/206883dd25b8d1591a1caa44b54c2aad84badccf2f1de9e2d60a446f9a25/zstandard-0.25.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:aaf21ba8fb76d102b696781bddaa0954b782536446083ae3fdaa6f16b25a1c4b", size = 5576659, upload-time = "2025-09-14T22:17:10.164Z" }, - { url = "https://files.pythonhosted.org/packages/9d/31/76c0779101453e6c117b0ff22565865c54f48f8bd807df2b00c2c404b8e0/zstandard-0.25.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1869da9571d5e94a85a5e8d57e4e8807b175c9e4a6294e3b66fa4efb074d90f6", size = 4953933, upload-time = "2025-09-14T22:17:11.857Z" }, - { url = "https://files.pythonhosted.org/packages/18/e1/97680c664a1bf9a247a280a053d98e251424af51f1b196c6d52f117c9720/zstandard-0.25.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:809c5bcb2c67cd0ed81e9229d227d4ca28f82d0f778fc5fea624a9def3963f91", size = 5268008, upload-time = "2025-09-14T22:17:13.627Z" }, - { url = "https://files.pythonhosted.org/packages/1e/73/316e4010de585ac798e154e88fd81bb16afc5c5cb1a72eeb16dd37e8024a/zstandard-0.25.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:f27662e4f7dbf9f9c12391cb37b4c4c3cb90ffbd3b1fb9284dadbbb8935fa708", size = 5433517, upload-time = "2025-09-14T22:17:16.103Z" }, - { url = "https://files.pythonhosted.org/packages/5b/60/dd0f8cfa8129c5a0ce3ea6b7f70be5b33d2618013a161e1ff26c2b39787c/zstandard-0.25.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:99c0c846e6e61718715a3c9437ccc625de26593fea60189567f0118dc9db7512", size = 5814292, upload-time = "2025-09-14T22:17:17.827Z" }, - { url = "https://files.pythonhosted.org/packages/fc/5f/75aafd4b9d11b5407b641b8e41a57864097663699f23e9ad4dbb91dc6bfe/zstandard-0.25.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:474d2596a2dbc241a556e965fb76002c1ce655445e4e3bf38e5477d413165ffa", size = 5360237, upload-time = "2025-09-14T22:17:19.954Z" }, - { url = "https://files.pythonhosted.org/packages/ff/8d/0309daffea4fcac7981021dbf21cdb2e3427a9e76bafbcdbdf5392ff99a4/zstandard-0.25.0-cp312-cp312-win32.whl", hash = "sha256:23ebc8f17a03133b4426bcc04aabd68f8236eb78c3760f12783385171b0fd8bd", size = 436922, upload-time = "2025-09-14T22:17:24.398Z" }, - { url = "https://files.pythonhosted.org/packages/79/3b/fa54d9015f945330510cb5d0b0501e8253c127cca7ebe8ba46a965df18c5/zstandard-0.25.0-cp312-cp312-win_amd64.whl", hash = "sha256:ffef5a74088f1e09947aecf91011136665152e0b4b359c42be3373897fb39b01", size = 506276, upload-time = "2025-09-14T22:17:21.429Z" }, - { url = "https://files.pythonhosted.org/packages/ea/6b/8b51697e5319b1f9ac71087b0af9a40d8a6288ff8025c36486e0c12abcc4/zstandard-0.25.0-cp312-cp312-win_arm64.whl", hash = "sha256:181eb40e0b6a29b3cd2849f825e0fa34397f649170673d385f3598ae17cca2e9", size = 462679, upload-time = "2025-09-14T22:17:23.147Z" }, - { url = "https://files.pythonhosted.org/packages/35/0b/8df9c4ad06af91d39e94fa96cc010a24ac4ef1378d3efab9223cc8593d40/zstandard-0.25.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ec996f12524f88e151c339688c3897194821d7f03081ab35d31d1e12ec975e94", size = 795735, upload-time = "2025-09-14T22:17:26.042Z" }, - { url = "https://files.pythonhosted.org/packages/3f/06/9ae96a3e5dcfd119377ba33d4c42a7d89da1efabd5cb3e366b156c45ff4d/zstandard-0.25.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:a1a4ae2dec3993a32247995bdfe367fc3266da832d82f8438c8570f989753de1", size = 640440, upload-time = "2025-09-14T22:17:27.366Z" }, - { url = "https://files.pythonhosted.org/packages/d9/14/933d27204c2bd404229c69f445862454dcc101cd69ef8c6068f15aaec12c/zstandard-0.25.0-cp313-cp313-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:e96594a5537722fdfb79951672a2a63aec5ebfb823e7560586f7484819f2a08f", size = 5343070, upload-time = "2025-09-14T22:17:28.896Z" }, - { url = "https://files.pythonhosted.org/packages/6d/db/ddb11011826ed7db9d0e485d13df79b58586bfdec56e5c84a928a9a78c1c/zstandard-0.25.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:bfc4e20784722098822e3eee42b8e576b379ed72cca4a7cb856ae733e62192ea", size = 5063001, upload-time = "2025-09-14T22:17:31.044Z" }, - { url = "https://files.pythonhosted.org/packages/db/00/87466ea3f99599d02a5238498b87bf84a6348290c19571051839ca943777/zstandard-0.25.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:457ed498fc58cdc12fc48f7950e02740d4f7ae9493dd4ab2168a47c93c31298e", size = 5394120, upload-time = "2025-09-14T22:17:32.711Z" }, - { url = "https://files.pythonhosted.org/packages/2b/95/fc5531d9c618a679a20ff6c29e2b3ef1d1f4ad66c5e161ae6ff847d102a9/zstandard-0.25.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:fd7a5004eb1980d3cefe26b2685bcb0b17989901a70a1040d1ac86f1d898c551", size = 5451230, upload-time = "2025-09-14T22:17:34.41Z" }, - { url = "https://files.pythonhosted.org/packages/63/4b/e3678b4e776db00f9f7b2fe58e547e8928ef32727d7a1ff01dea010f3f13/zstandard-0.25.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:8e735494da3db08694d26480f1493ad2cf86e99bdd53e8e9771b2752a5c0246a", size = 5547173, upload-time = "2025-09-14T22:17:36.084Z" }, - { url = "https://files.pythonhosted.org/packages/4e/d5/ba05ed95c6b8ec30bd468dfeab20589f2cf709b5c940483e31d991f2ca58/zstandard-0.25.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3a39c94ad7866160a4a46d772e43311a743c316942037671beb264e395bdd611", size = 5046736, upload-time = "2025-09-14T22:17:37.891Z" }, - { url = "https://files.pythonhosted.org/packages/50/d5/870aa06b3a76c73eced65c044b92286a3c4e00554005ff51962deef28e28/zstandard-0.25.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:172de1f06947577d3a3005416977cce6168f2261284c02080e7ad0185faeced3", size = 5576368, upload-time = "2025-09-14T22:17:40.206Z" }, - { url = "https://files.pythonhosted.org/packages/5d/35/398dc2ffc89d304d59bc12f0fdd931b4ce455bddf7038a0a67733a25f550/zstandard-0.25.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:3c83b0188c852a47cd13ef3bf9209fb0a77fa5374958b8c53aaa699398c6bd7b", size = 4954022, upload-time = "2025-09-14T22:17:41.879Z" }, - { url = "https://files.pythonhosted.org/packages/9a/5c/36ba1e5507d56d2213202ec2b05e8541734af5f2ce378c5d1ceaf4d88dc4/zstandard-0.25.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:1673b7199bbe763365b81a4f3252b8e80f44c9e323fc42940dc8843bfeaf9851", size = 5267889, upload-time = "2025-09-14T22:17:43.577Z" }, - { url = "https://files.pythonhosted.org/packages/70/e8/2ec6b6fb7358b2ec0113ae202647ca7c0e9d15b61c005ae5225ad0995df5/zstandard-0.25.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:0be7622c37c183406f3dbf0cba104118eb16a4ea7359eeb5752f0794882fc250", size = 5433952, upload-time = "2025-09-14T22:17:45.271Z" }, - { url = "https://files.pythonhosted.org/packages/7b/01/b5f4d4dbc59ef193e870495c6f1275f5b2928e01ff5a81fecb22a06e22fb/zstandard-0.25.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:5f5e4c2a23ca271c218ac025bd7d635597048b366d6f31f420aaeb715239fc98", size = 5814054, upload-time = "2025-09-14T22:17:47.08Z" }, - { url = "https://files.pythonhosted.org/packages/b2/e5/fbd822d5c6f427cf158316d012c5a12f233473c2f9c5fe5ab1ae5d21f3d8/zstandard-0.25.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4f187a0bb61b35119d1926aee039524d1f93aaf38a9916b8c4b78ac8514a0aaf", size = 5360113, upload-time = "2025-09-14T22:17:48.893Z" }, - { url = "https://files.pythonhosted.org/packages/8e/e0/69a553d2047f9a2c7347caa225bb3a63b6d7704ad74610cb7823baa08ed7/zstandard-0.25.0-cp313-cp313-win32.whl", hash = "sha256:7030defa83eef3e51ff26f0b7bfb229f0204b66fe18e04359ce3474ac33cbc09", size = 436936, upload-time = "2025-09-14T22:17:52.658Z" }, - { url = "https://files.pythonhosted.org/packages/d9/82/b9c06c870f3bd8767c201f1edbdf9e8dc34be5b0fbc5682c4f80fe948475/zstandard-0.25.0-cp313-cp313-win_amd64.whl", hash = "sha256:1f830a0dac88719af0ae43b8b2d6aef487d437036468ef3c2ea59c51f9d55fd5", size = 506232, upload-time = "2025-09-14T22:17:50.402Z" }, - { url = "https://files.pythonhosted.org/packages/d4/57/60c3c01243bb81d381c9916e2a6d9e149ab8627c0c7d7abb2d73384b3c0c/zstandard-0.25.0-cp313-cp313-win_arm64.whl", hash = "sha256:85304a43f4d513f5464ceb938aa02c1e78c2943b29f44a750b48b25ac999a049", size = 462671, upload-time = "2025-09-14T22:17:51.533Z" }, - { url = "https://files.pythonhosted.org/packages/3d/5c/f8923b595b55fe49e30612987ad8bf053aef555c14f05bb659dd5dbe3e8a/zstandard-0.25.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:e29f0cf06974c899b2c188ef7f783607dbef36da4c242eb6c82dcd8b512855e3", size = 795887, upload-time = "2025-09-14T22:17:54.198Z" }, - { url = "https://files.pythonhosted.org/packages/8d/09/d0a2a14fc3439c5f874042dca72a79c70a532090b7ba0003be73fee37ae2/zstandard-0.25.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:05df5136bc5a011f33cd25bc9f506e7426c0c9b3f9954f056831ce68f3b6689f", size = 640658, upload-time = "2025-09-14T22:17:55.423Z" }, - { url = "https://files.pythonhosted.org/packages/5d/7c/8b6b71b1ddd517f68ffb55e10834388d4f793c49c6b83effaaa05785b0b4/zstandard-0.25.0-cp314-cp314-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl", hash = "sha256:f604efd28f239cc21b3adb53eb061e2a205dc164be408e553b41ba2ffe0ca15c", size = 5379849, upload-time = "2025-09-14T22:17:57.372Z" }, - { url = "https://files.pythonhosted.org/packages/a4/86/a48e56320d0a17189ab7a42645387334fba2200e904ee47fc5a26c1fd8ca/zstandard-0.25.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:223415140608d0f0da010499eaa8ccdb9af210a543fac54bce15babbcfc78439", size = 5058095, upload-time = "2025-09-14T22:17:59.498Z" }, - { url = "https://files.pythonhosted.org/packages/f8/ad/eb659984ee2c0a779f9d06dbfe45e2dc39d99ff40a319895df2d3d9a48e5/zstandard-0.25.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2e54296a283f3ab5a26fc9b8b5d4978ea0532f37b231644f367aa588930aa043", size = 5551751, upload-time = "2025-09-14T22:18:01.618Z" }, - { url = "https://files.pythonhosted.org/packages/61/b3/b637faea43677eb7bd42ab204dfb7053bd5c4582bfe6b1baefa80ac0c47b/zstandard-0.25.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ca54090275939dc8ec5dea2d2afb400e0f83444b2fc24e07df7fdef677110859", size = 6364818, upload-time = "2025-09-14T22:18:03.769Z" }, - { url = "https://files.pythonhosted.org/packages/31/dc/cc50210e11e465c975462439a492516a73300ab8caa8f5e0902544fd748b/zstandard-0.25.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e09bb6252b6476d8d56100e8147b803befa9a12cea144bbe629dd508800d1ad0", size = 5560402, upload-time = "2025-09-14T22:18:05.954Z" }, - { url = "https://files.pythonhosted.org/packages/c9/ae/56523ae9c142f0c08efd5e868a6da613ae76614eca1305259c3bf6a0ed43/zstandard-0.25.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:a9ec8c642d1ec73287ae3e726792dd86c96f5681eb8df274a757bf62b750eae7", size = 4955108, upload-time = "2025-09-14T22:18:07.68Z" }, - { url = "https://files.pythonhosted.org/packages/98/cf/c899f2d6df0840d5e384cf4c4121458c72802e8bda19691f3b16619f51e9/zstandard-0.25.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:a4089a10e598eae6393756b036e0f419e8c1d60f44a831520f9af41c14216cf2", size = 5269248, upload-time = "2025-09-14T22:18:09.753Z" }, - { url = "https://files.pythonhosted.org/packages/1b/c0/59e912a531d91e1c192d3085fc0f6fb2852753c301a812d856d857ea03c6/zstandard-0.25.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:f67e8f1a324a900e75b5e28ffb152bcac9fbed1cc7b43f99cd90f395c4375344", size = 5430330, upload-time = "2025-09-14T22:18:11.966Z" }, - { url = "https://files.pythonhosted.org/packages/a0/1d/7e31db1240de2df22a58e2ea9a93fc6e38cc29353e660c0272b6735d6669/zstandard-0.25.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:9654dbc012d8b06fc3d19cc825af3f7bf8ae242226df5f83936cb39f5fdc846c", size = 5811123, upload-time = "2025-09-14T22:18:13.907Z" }, - { url = "https://files.pythonhosted.org/packages/f6/49/fac46df5ad353d50535e118d6983069df68ca5908d4d65b8c466150a4ff1/zstandard-0.25.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:4203ce3b31aec23012d3a4cf4a2ed64d12fea5269c49aed5e4c3611b938e4088", size = 5359591, upload-time = "2025-09-14T22:18:16.465Z" }, - { url = "https://files.pythonhosted.org/packages/c2/38/f249a2050ad1eea0bb364046153942e34abba95dd5520af199aed86fbb49/zstandard-0.25.0-cp314-cp314-win32.whl", hash = "sha256:da469dc041701583e34de852d8634703550348d5822e66a0c827d39b05365b12", size = 444513, upload-time = "2025-09-14T22:18:20.61Z" }, - { url = "https://files.pythonhosted.org/packages/3a/43/241f9615bcf8ba8903b3f0432da069e857fc4fd1783bd26183db53c4804b/zstandard-0.25.0-cp314-cp314-win_amd64.whl", hash = "sha256:c19bcdd826e95671065f8692b5a4aa95c52dc7a02a4c5a0cac46deb879a017a2", size = 516118, upload-time = "2025-09-14T22:18:17.849Z" }, - { url = "https://files.pythonhosted.org/packages/f0/ef/da163ce2450ed4febf6467d77ccb4cd52c4c30ab45624bad26ca0a27260c/zstandard-0.25.0-cp314-cp314-win_arm64.whl", hash = "sha256:d7541afd73985c630bafcd6338d2518ae96060075f9463d7dc14cfb33514383d", size = 476940, upload-time = "2025-09-14T22:18:19.088Z" }, -]